header .inner{
    padding: 0 100px;
    box-sizing: border-box;
}
main{
    margin-top: 60px;
}
main .inner{
    padding: 0 100px;
    box-sizing: border-box;
}
main .inner h2{
    font-size: 18px;
    color: #303030;
    margin-bottom: 17px;
    margin-top: 45px;
}

#tel,
#vfcode,
#vfcode-phone{
    display: inline-block;
    width: 239px;
    height: 45px;
    border: 1px solid #d0d0d0;
    background: #fff;
    border-radius: 5px;
    outline: none;
    padding: 0 15px;
    font-size: 18px;
    vertical-align: top;
    box-sizing: border-box;
}
#tel{
    margin-right: 40px;
}
#vfcode{
    margin-right: 10px;
    width: 210px;
}
#vfcode img{
    width: 100%;
    height: 100%;
}
#vfcode-phone{
    width: 210px;
}
input::-webkit-input-placeholder{
    color:#b0b0b0;
    font-size: 18px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b0b0b0;
    font-size: 18px;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b0b0b0;
    font-size: 18px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#b0b0b0;
    font-size: 18px;
}

.vfcodeImg{
    width: 100px;
    height: 45px;
    display: inline-block;
    background: #fff;
    margin-right: 48px;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}
.vfcodeImg img{
    width: 100%;
    height: 100%;
}
#sendcode{
    width: 120px;
    height: 45px;
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    border: 0;
    outline: none;
    cursor: pointer;
    vertical-align: top;
    background: #303030;
    color: #fff;
    font-size: 18px;
}


main ul li{
    height: 45px;
    width: 150px;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    margin-right: 20px;
    float: left;
    cursor: pointer;
}
main ul li img{
    width: 100%;
    height: 100%;
}
main ul li.active{
    border-color: red;
}
main .payment{
    width: 100%;
    height: 50px;
    background: #fcfcee;
    margin-top: 65px;
}
main .payment .surepay{
    width: 150px;
    height: 100%;
    background: #f51e55;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}
main .payment .money{
    width: 135px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
}
main .payment .money span{
    color: #303030;
    font-size: 18px;
}
main .payment .money s{
    color: #f51e55;
    font-size: 24px;
}


.mask{
    width: 100%;
    height: 100%;
    background: rgba(170, 171, 172, .5);
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    display: none;
}
.modal{
    height: 190px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 101;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;

}
.modal img{
    margin-top: 22px;
    margin-bottom: 3px;
}
.modal span{
    font-size: 14px;
    color: #404040;
}
.modal button{
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background: #f51e55;
    font-size: 14px;
    color: #fff;
    border: 0;
    outline: none;
    margin-top: 23px;
    cursor: pointer;
}

footer{
    margin-top: 285px;
}

.toast{
    width: 210px;
    height: 60px;
    background: #54545f;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #f4ffff;
    border-radius: 5px;
    line-height: 60px;
    font-size: 18px;
    display: none;
}