* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}
@font-face {
    font-family: 'SourceHanSansSC-regular';
    src: url('SourceHanSansSC-Regular.otf') format('truetype');
}
body{
    font-size: 14px;
    font-family: 'SourceHanSansSC-regular', -apple-system,BlinkMacSystemFont,SF UI Text,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
.flex{
    display: flex;
}
.justify-between{
    justify-content: space-between;
}
.align-center{
    align-items: center;
}
.flex-wrap{
    flex-wrap: wrap;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.text-justify{
    text-align: justify;
}
.w-full{
    width: 100%;
}
.p25{
    padding: 25px;
}
.pt60{
    padding-top: 60px;
}
.pt27{
    padding-top: 27px;
}
.pt20{
    padding-top:60px;
}
.pt30{
    padding-top:30px;
}
.pt47{
    padding-top: 47px;
}
.pb60{
    padding-bottom: 60px;
}
.py60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pl40{
    padding-left: 40px;
}
.pl30{
    padding-left: 30px;
}
.pr30{
    padding-right: 30px;
}
.pr40{
    padding-right: 40px;
}
.pb30{
    padding-bottom: 30px;
}
.pb10{
    padding-bottom: 10px;
}
.py-12{
    padding-bottom: 12px;
    padding-top: 12px;
}
.py30{
    padding-top: 30px;
    padding-bottom: 30px;
}

.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font26{
    font-size: 26px;
}
.font36{
    font-size: 36px;
}
.font48{
    font-size: 48px;
}

.line38{
    line-height: 38px;
}
.text-white{
    color: #fff !important;
}
.text-h{
    color:#AEAEAE;
}
.d5d{
   color:#5F5D5D;
}

.zr-button-10{
    margin: 27px auto 0;
    background: #EE4646;
    border-radius: 60px;
    width: 398px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    cursor:pointer;

}