*{margin: 0;padding: 0;}
html,body{width: 100%;height: 100%;background: #F3F3F3;overflow-x: hidden;}
i{ font-style: normal}
ul, ol, li {
  list-style: none;
}
input{
    border: none;
    background: none;
    outline: none;
}
.wraps{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.content{
    position: relative;
    padding-top: 53px;
    padding-bottom: 90px;
}
.main{
    margin: 50px auto 65px;
    width: 1232px;
    overflow: hidden;
    background: #fff;
    box-shadow: #F3F3F3 0 0 3px 0;
}

/* ----------------------------- */
.tits{
    width: 130px;
    height: 38px;
    line-height: 38px;
    float: left;
    margin-left: 255px;
    font-size: 14px;
    font-weight: bold;
}
.num{
    float: left;
    font-size: 10px;
    margin-right: 22px;
}
.change{
    float: left;
    color: #D01C1F;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}
.change::after{
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #D01C1F;
}

.conts{float: left;}
.tishi{margin-top: 20px;height: 141px;}
.tishi .conts{
    width: 499px;
    height: 141px;
    background: #F7F7F7;
}
.tishi p:first-child{
    margin-top: 10px;
}
.tishi p{font-size: 14px;text-indent: 23px;line-height: 20px;color: #5D5D5D;}
.tishi .c_d{font-size: 15px;color: #D01C1F;text-indent: 16px;line-height: 30px;}
/* 数量 */
.shuliang{
    height: 190px;
    margin-top: 20px;
    position: relative;
}
.shuliang::after{
    content: "";
    width: 678px;
    height: 1px;
    position: absolute;
    left: 255px;
    bottom: 0;
    border-bottom: 1px dotted #8D8D8D;
}
.shuliang .conts .sl-box div,.fangshi .conts .sl-box div{
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #999999;
    border: 1px solid #E8E8E8;
    background: #F7F7F7;
    margin-bottom: 10px;
    cursor: pointer;
}
.shuliang .sl-box{
    width: 384px !important;
    display: flex !important;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.shuliang .num-ipt{
    width: 250px;
    height: 40px;
    border: 1px solid #E8E8E8;
    background: #F7F7F7;
    margin-left: 3px;
}
.shuliang .num-ipt input{
    width: 200px;
    height: 26px;
    margin: 7px 0 0 25px;
    text-align: center;
    color: #999999;
}
.conts .act{
    height: 42px !important;
    width: 122px !important;
    line-height: 42px !important;
    border: none !important;
    color: #D01C1F !important;
    background: url(../images/active_border.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.bili{
    height: 38px;
    line-height: 38px;
    margin: 28px 0 20px;
}
.bili .conts{color: #999999;}

.fangshi{
    width: 100%;
    min-height: 42px;
    margin: 21px 0 30px 0;
}
.fangshi .conts{width: 400px;position: relative;}
.fangshi .conts div{float: left;margin-right: 8px;user-select: none;}
.fangshi .zf-code{
    position: absolute;
    top: 0;
    right: -200px;
    width: 160px;
    height: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    text-align: center;
    color: #333;
    letter-spacing: 2px;
    display: none;
}
.fangshi .zf-code img{width: 160px;height: 160px;margin-bottom: 3px;}

.yingfu{
    height: 38px;
    line-height: 38px;
}
.yingfu .conts{
    color: #D01C1F;
    font-size: 16px;
    font-weight: bold;
}

.next-box{
    margin-top: 43px;
}
.next-btn{
    width: 242px;
    height: 42px;
    line-height: 42px;
    background: #D01C1F;
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: .1s;
}
.xiaohao{
    height: 38px;
    margin-top: 16px;
}
.xh-ipt{
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
    font-size: 14px;
    color: #999999;
    border: 1px solid #E8E8E8;
    background: #F7F7F7;
    margin-left: 3px;
}

.xh-ipt input{
    width: 170px;
    height: 30px;
    margin-left: 15px;
}
.num-tishi{
    font-size: 12px;
    color: red;
    height: 30px;
    line-height: 30px;
}
.zh-tishi{
    margin-left: 385px;
    font-size: 12px;
    color: red;
    height: 30px;
    line-height: 30px;
}