html{
    font-size: 95.6875px;
}
.banner img{
    width: 100%;
}
.main .box{
    width: 1170px;
    margin: 0 auto;
    height: auto;
    padding: 26px 48px 26px 60px;
    margin-bottom: 88px;
    border-radius: 25px;
    border: 1px solid #979797;
    background: #f8f7f7;
}
.main .title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 50px;
}
.anti-forgery-check__pwd {
    margin-top: 64px;
    margin-bottom: 40px;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #979797;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 60px;
    line-height: 60px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.buy{
    background-color: #ff6900;
    color: #fff;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    display: inline-block;
    font-size: 15px;
    width: 100%;
}
.buy:hover{
    background: #E35E00;
    color: #fff;
    text-decoration: none;
}
.box-flex-all{
    text-align: center;
}
.resetBtn{
    background: #fff000;
    color: #000;
}
.resetBtn:hover{
    background: #EEE000;
    color: #000;
}
.contract-wrapper{
    background: #dfdfdf;
    margin-bottom: -50px;
    border-bottom: 1px solid #fff;
}
.contract-box{
    height: 70px;
    display: flex;
    align-items: center;
    width: 1170px;
    margin: 0 auto;
    justify-content: center;
}
.contract-box > div{
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.contract-box .txt{
    font-weight: bold;
    font-size: 18px;
}
.contract-box .icon{
    margin-right: 5px;
}

.msg-box{
    margin-top: 30px;
    color: forestgreen;
    text-align: center;
    font-size: 15px;
    display: none;
}
.product-table{
    width: 100%;
    background: #fff;
    margin-top: 30px;
    display: none;
}
.product-table tr td{
    border: 1px solid #979797;
    width: 50%;
    padding: 10px 0;
    text-align: center;
}
.tip{
    font-size: 13px;
    font-weight: bold;
    line-height: 36px;
}
.okMsg, .errorMsg{
    line-height: 80px;
    display: none;
    text-align: center;
}
.okMsg .tipmsg{
    font-size: 24px;
    font-weight: bold;
}
.errorMsg .tipmsg{
    font-size: 24px;
    font-weight: bold;
    color: red;
}
.okMsg .tip-box{
    color: #3A6E3A;
}
.okMsg .okGreen{
    color: #3A6E3A;
}
.tip-box span{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.okMsg div{
    text-align: center;
}
.okMsg div img{
    width: 450px;
}
.errorMsg div{
    text-align: center;
}
.errorMsg div img{
    width: 350px;
}


@media (max-width: 768px){
    .main .box{
        width: 100%;
    }
}
@media (max-width: 992px){
    .main .box{
        width: 100%;
    }
}
@media (max-width: 1200px){
    .main .box{
        width: 100%;
    }
}



