body{
    margin: 0px;
    font-family: 'PingFang SC';   
     color: #0b1522;
     font-size: 14px;
}
ul {
    list-style: none;
    padding: 0; 
    margin: 0;
}
p{
    margin: 0px;
}

li {
    display: inline-block; 
    text-align: center;
    line-height: normal;
}
a{
    text-decoration: none !important;
}
input{
    outline: none;
}

.z-btn button{
    width: 100%;
    height: 46px;
    background: linear-gradient( 90deg, #00CCFF 0%, #00B0E7 100%);
    border-radius: 23px;
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;border: none;
}

.z-btn a{
    display: inline-block;
    height: 46px;
    border-radius: 23px;
    border: 1px solid #00C0F7;
    width: 100%;
    font-size: 17px;
    color: #00C0F7;
    line-height: 46px;
    text-align: center;
}
.tip{
    margin-top: 24px;
    font-size: 11px;
    text-align: center;
}
.tip a{
    color: #666666;
}
.tip a:last-child{
    margin-left: 25px;
}
.postions{
    height: 44px;
    line-height: 44px;
    position: relative;
    text-align: center;
    background-color: white;
}
.postions img{
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 16px;
}
.postions span{
    font-size: 18px;
    color: #222439;
}
.mains{
    margin: 12px;
}

.mt30{
    margin-top: 30px;
}
.mt20{
    margin-top: 20px;
}
.mt24{
    margin-top: 24px;
}

.hui{
    color: #999999;
}
.red{
    color: #FE1C1C !important;
}
.mt15{
    margin-top: 15px;
}
.cs{
    color: #FF7217 !important;
}
.ls{
    color: #20C868 !important;
}