.fix_banner {
    width: 100%;
    min-width: 1200px;
}

.fix_banner img {
    width: 100%;
    height: auto;
    display: block;
}

.content-wrapper {
    background: #f7f7f7;
    padding-bottom: 50px;
}

.content-wrapper .middle {
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;

}

.content-wrapper .middle .ad {
    width: 1200px;
    height: 200px;
    margin-bottom: 30px;
    display: flex;
}

.content-wrapper .middle .ad .block {
    flex: 1;
    margin-right: 20px;
    overflow: hidden;
    width: 285px;
    height: 200px;
    float: left;
    cursor: pointer;
    text-align: center;
    /*兼容不支持flex布局的浏览器*/
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.content-wrapper .middle .ad .block .phone-name {
    margin-top: 20px;
    color: #fff;
    font: 26px/26px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
}

.content-wrapper .middle .ad .block .phone-fault {
    margin-top: 3px;
    color: #fff;
    font: 14px/18px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
}

.content-wrapper .middle .ad .block .fix-price {
    margin-top: 3px;
    color: #7f8ad0;
    font: 26px/32px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
    background: #e8eaf7;
    display: inline-block;
    width: 90px;
    height: 32px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.content-wrapper .middle .ad .block .fix-price span {
    color: #7f8ad0;
    font: 16px/40px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";

}

.content-wrapper .middle .ad .block:hover {
    animation: jump 0.8s ease alternate;
    -webkit-animation: jump 0.8s ease alternate;
}

@keyframes jump {
    40% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

.content-wrapper .middle .ad .block img {
  width: 100%;
  height: 100%;
}
/* .content-wrapper .middle .ad .block:nth-child(1) {
    background: url('/static/mainland_pc/newWebsite/images/fixAndRecycling_index/fix_ad1.png') no-repeat;
    background-size: 100%;
}

.content-wrapper .middle .ad .block:nth-child(2) {
    background: url('/static/mainland_pc/newWebsite/images/fixAndRecycling_index/fix_ad2.png') no-repeat;
    background-size: 100%;
}

.content-wrapper .middle .ad .block:nth-child(3) {
    background: url('/static/mainland_pc/newWebsite/images/fixAndRecycling_index/fix_ad4.png') no-repeat;
    background-size: 100%;
}

.content-wrapper .middle .ad .block:nth-child(4) {
    background: url('/static/mainland_pc/newWebsite/images/fixAndRecycling_index/fix_ad3.png') no-repeat;
    background-size: 100%;
} */

.content-wrapper .middle .ad .block:last-child {
    margin-right: 0;
}

.to-fix {
    width: 1200px;
    height: 560px;
    background: #fff;
    box-shadow: 0px 0px 20px 1px rgb(224, 224, 224);
}

.to-fix .title {
    padding-top: 30px;
    margin-bottom: 20px;
    font: bold 28px/68px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
    color: #232121;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
}

.to-fix .title .underline {
    width: 60px;
    height: 0;
    position: absolute;
    border-top: solid 2px #eb0028;
    top: 90px;
    left: 568px;
}

.stepTitle .title {
    padding-top: 30px;
    font: bold 28px/68px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
    color: #232121;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
}

.stepTitle .title .underline {
    width: 60px;
    height: 0;
    position: absolute;
    border-top: solid 2px #eb0028;
    top: 90px;
    left: 568px;
}

.to-fix .row {
    margin-bottom: 10px;
}

.to-fix .tips {
    padding-left: 338px;
    color: #232121;
    margin-bottom: 20px;
}

.to-fix .row .get-code {
    width: 120px;
    height: 50px;
    display: inline-block;
    color: #999;
    font: 16px/50px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
}

.to-fix .row .entyInfo {
    width: 410px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    color: #999;
    font: 16px/50px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
    border: 1px solid #ccc;
    outline: 0;
}

.to-fix .row input::-webkit-input-placeholder {
    color: #999;
}

.to-fix .row>span {
    display: inline-block;
    width: 82px;
    box-sizing: border-box;
    margin: 0 20px 0 230px;
    vertical-align: middle;
    font: 18px/50px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
    color: #212121;
    text-align-last: justify;
}

.to-fix .row .form-data {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.to-fix .row .form-data>select {
    position: relative;
    width: 200px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    color: #999;
    font: 16px/50px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
    border: 1px solid #ccc;
    outline: 0;
    /*很关键：将默认的select选择框样式清除*/
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 20px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.to-fix .row .form-data .select-icon {
    position: absolute;
    width: 15px;
    height: 8px;
    background: url("/static/mainland_pc/newWebsite/images/sprite.png") -444px -22px;
    z-index: 1;
    pointer-events: none;
}

.to-fix .row .form-data .select-icon-province {
    left: 173px;
    top: 23px;
}

.to-fix .row .form-data .select-icon-city {
    left: 382px;
    top: 23px;
}

.to-fix .row .form-data .select-icon-area {
    left: 592px;
    top: 23px;
}

.fix-btn {
    width: 250px;
    height: 50px;
    background: #ee3143;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    font: 18px/50px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
    color: #fff;
    cursor: pointer;
    box-shadow: 3px 3px 15px -2px #eb0028;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.bottom {
    background: #fff;
    padding: 30px 0 50px 0;
}

.bottom .chooseType {
    text-align: center;
    margin-bottom: 40px;
}

.bottom .chooseType .btn {
    cursor: pointer;
    display: inline-block;
    width: 120px;
    height: 40px;
    font: 18px/40px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
    color: #212121;
    border: solid 1px #ececec;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bottom .chooseType .btn.active {
    color: #eb0028;
    border: solid 1px #eb0028;
}


.bottom .chooseType span {
    margin: 0 15px;
    display: inline-block;
    width: 0;
    height: 0;
}


.bottom .promise {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    background: url("/static/mainland_pc/newWebsite/images/fixAndRecycling_index/fix_promise.jpg") no-repeat;
}

.bottom .stepImg {
    width: 1200px;
    height: 330px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: url("/static/mainland_pc/newWebsite/images/fixAndRecycling_index/toDootStep.png") no-repeat;
}

.fix-num {
    font: 24px/24px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
    color: #212121;
    text-align: center;
    margin: 40px 0;
}

.fix-num span {
    font: 38px/38px "Noto Sans CJK SC", "Source Han Sans CN", "黑体";
    color: #ee3143;
}


.fixed-code {
    cursor: pointer;
}
.fixed-code img{
    display: inherit;
}

/* 春节弹出框提示 */
.pop_up_spring_box{
    position: fixed;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 999;
}
.pop_up_spring_box .pop_up_spring{
    width: 600px;
    height: 430px;
    background: #fff;
    position: absolute;
    bottom: 200px;
    left: 50%;
    margin-left: -300px;
    border-radius: 10px;
    text-align: center;
}
.pop_up_spring_box .pop_up_spring .x_close{
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    right: 20px;
    top: 25px;
    font-size: 22px;
    cursor: pointer;
}
.pop_up_spring_box .pop_up_spring .img{
    width: 220px;
    height: 184px;
    background-image: url(/static/mainland_pc/newWebsite/images/sprite.png);
    background-size: 2500px;
    background-position: -200px -70px;
    margin-left: 190px;
    margin-top: 10px;
}
.pop_up_spring_box .pop_up_spring .text{
    width: 550px;
    font-size: 20px;
    color: #333;
    line-height: 32px;
    margin-left: 25px;
    margin-top: 26px;
}
.pop_up_spring_box .pop_up_spring .button{
    width: 600px;
    height: 89px;
    border-top: 1px solid #ececec;
    position: absolute;
    bottom: 0px;
}
.pop_up_spring_box .pop_up_spring .button span{
    display: inline-block;
    width: 295px;
    text-align: center;
    line-height: 88px;
    font-size: 26px;
    color: #666;
    cursor: pointer;
}
.pop_up_spring_box .pop_up_spring .button .yes_post{
    border-left: solid 1px #ececec;
    color: #eb0028;
}
.spring_hide{
    display: none;
}

iframe#v5frame {
    /* width: 32em !important;
    height: 48em !important;
    bottom: 50% !important; */
    right: 0 !important;
    /* margin-bottom: -24em;
    margin-right: -16em; */
}