*{
    margin: 0px;
    padding: 0px;
    font-family: Microsoft YaHei;
}
a{
    text-decoration: none;
    color: #248cfa;
}
body{
    background: url('../img/beijing.png');
    background-repeat: no-repeat;
}
.headImg{
    width: 95%;
    margin: 30px auto;
}
.headImg img{
    width: 100%;
}
.headTime{
    color: #fff;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;

}

.standard{
    margin: 100px 0px;
    width: 95%;
    display: flex;
    flex-direction: row;
}
.pencil{
    width: 10%;
}
.pencil img{
    margin:50%;
}
.standardCon{
    width: 80%;
    display: flex;
    flex-direction: column;
}
.standardTitle{

    font-size: 45px;
    font-weight: 600;
    letter-spacing: 5px;
    padding:0px 30px;
    margin: 0px auto;
    color: #fff;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
}


.standardVersion{
    width: 100%;
    height: 250px;
    margin: 30px 0px;
    background: url('../img/limian_you.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}
.norm{
    height: 80%;
    margin: auto 0px;
    display: flex;
    flex-direction: column;
    line-height: 50px;
    text-align: center;

}
.major{
    height: 80%;
    margin: auto 0px;
    display: flex;
    flex-direction: column;
    line-height: 50px;
    text-align: center;
}


.star{
    width: 10%;
}
.star img{
    margin: 50% ;
}

.standardVersion2{
    width: 100%;
    height: 220px;
    margin: 30px auto;
    text-align: center;
    line-height: 50px;
    padding: 20px 0px;
    background: url('../img/xiaoqi.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.normTitle{
    font-size: 40px;
    font-weight: 600;
    color: #464646;
}
.normtime{
    font-size: 22px;
    font-weight: 600;
    color: #e1190a;
    letter-spacing: 4px;
}

.normBut{
    width: 210px;
    height: 80px;
    border:none;
    font-size: 18px;
    margin: 0px auto;
    margin-top: -5px;
    color: #fff;
}
.normBut img{
    width: 100%;
    height: 100%;
}
.upgrade{
    height: 40px;
    margin-top: -10px;
    line-height: 40px;
    font-weight: 600;
}
.rule{
    width: 76%;
    height:360px;
    background: url('../img/xia.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin: 150px 10%;
}
.ruleTitle{
    width: 240px;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 5px;
    padding:0px 30px;
    margin: 0px auto;
    color: #fff;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;

}
.rulecontent{
    width: 60%;
    text-align: left;
    margin: 60px 25%;
    line-height: 40px;
    color: #e76058;
}
