@font-face {
    font-family: 'futianB';
    src: url('../../fonts/FotonType-Bold.woff2');
}
@font-face {
    font-family: 'futianL';
    src:url('../../fonts/FotonType-Light.woff2');
}
@font-face {
    font-family: 'futianM';
    src:url('../../fonts/FotonType-Medium.woff2');
}
*{
    font-family: "futianL";
    padding: 0;
    margin: 0;
    color: #101010;
}
body{
    background-color: #fafafa;
}
a{
    text-decoration: none;
}



.secondHand{
    width: 100%;
    position: relative;
    margin-bottom: 150px;
}
.sj-banner{
    display: none;
}
.secondHand img{
    width: 100%;
}
.sec-info{
    width: 100%;
    position: absolute;
    bottom: 14%;
    left: 0px;
}
.sec-info p{
    font-size: 40px;
    font-family: "futianM";
    color: #fff;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 20px;
}
.sec-info span{
    display: inline-block;
    color: #fff;
    font-family: "futianM";
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 20px;
    line-height: 32px;
}
.preparation{
    width: 80%;
    margin-left: 10%;
}
.title{
    text-align: center;
}
.title p{
    font-size: 40px;
    font-family: "futianM";
    margin-bottom: 20px;
}
.title span{
    font-size: 20px;
    font-family: "futianM";
}
.pre-info{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pre-info div{
    width: calc(30% - 60px);
    text-align: center;
    margin: 120px 0;
    background-color: #f3f3f3;
    padding: 60px 30px;
    border-radius: 5px;
    border: solid 1px #e8e7e7;
}
.pre-info div img{
    /*margin-bottom: 50px;*/
    width: 80px;
}
.pre-info div b{
    display: inline-block;
    background-color: #fff;
    padding: 30px;
    border-radius: 120px;
    border: solid 1px #ccc;
    margin-bottom: 40px;
    box-shadow: 0px 0px 8px #ccc;
}
.pre-info div p{
    font-size: 30px;
    font-family: "futianM";
    margin-bottom: 30px;
}
.pre-info div span{
    display: inline-block;
    text-align: justify;
    font-size: 20px;
    line-height: 36px;
}
.submit{
    width: 80%;
    padding: 80px 10%;
    background-image: url(../img/secondImg5.png);
    margin-bottom: 150px;
}
.sub-info{
    background-color: rgba(255,255,255,0.95);
    width: 450px;
    margin-right: 5%;
    flex-shrink: 0;
    padding: 50px;
}
.sub-nav{
    text-align: center;
    margin-bottom: 50px;
}
.sub-nav span{
    margin: 0 30px;
    display: inline-block;
    font-size: 24px;
    font-family: "futianM";
    padding-bottom: 10px;
}
.sub-nav .active{
    border-bottom: solid 2px #de0033;
}
.tab-content.active {
    display: block;
}
.tab-btn{
    cursor: pointer;
}
.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
#s_province{
    border: none;
    outline: none;
    width: 30%;
    margin-left: 5%;
    font-size: 14px;
    
}
#s_city{
    width: 40%;
    border: none;
    outline: none;
    font-size: 14px;
}
#s_province1{
    border: none;
    outline: none;
    width: 30%;
    margin-left: 5%;
    font-size: 14px;
    
}
#s_city1{
    width: 40%;
    border: none;
    outline: none;
    font-size: 14px;
}
.sub-infomation{
    font-size: 20px;
    font-family: "futianM";
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.sub-infomation span{
    font-size: 20px;
    font-family: "futianM";
}
.sub-infomation input{
    width: calc(100% - 70px);
    margin-left: 10px;
    height: 30px;
    font-size: 18px;
    font-family: "futianM";
    color: #000;
    border: none;
    outline: none;
}
.verification-code{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.verification-code span{
    font-size: 20px;
    font-family: "futianM";
}
.verification-code input[type="text"] {
  width: calc(100% - 260px);
  margin-left: 20px;
  height: 30px;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: "futianM";
}
.verification-code p{
  width: 140px;
  height: 40px;
  margin-left: 25px;
  display: inline-block;
  line-height: 40px;
  display: flex;
  justify-content: center;
}
.status-message{
  margin-top: 2px !important;
}
.status-message p{
  width: 60%;
  text-align: right;
  display: inline-block;
  margin-left: 104px;
  font-size: 12px;
}
.send-btn {
  width: 140px;
    background: #de0033;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.btn-text{
  color: #fff;
  font-size: 16px !important;
  margin-right: 0px !important;
}
.location{
    display: flex;
    align-items: center;
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.location>span{
    font-size: 20px;
    font-family: "futianM";
}
.search{
    width:calc(100% - 100px);
    height:30px;
    margin-left: 10px;
}
.citySelect{
    width:100%;
    height:30px;
    position: relative;
    cursor: pointer;
    line-height: 30px;

}
.cityName{
    display: block;
    padding-left: 10px;
    width:100px;
    font-size: 18px;
    font-family: "futianM";
    overflow: hidden;
    cursor: pointer;
}
.iconDown{
    width:18px;
    height:18px;
    position:absolute;
    top:15px;
    right:7px;
    font-family: "futianM";
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    background-position: 0 -2044px;
    cursor:pointer;
    display: inline-block;
}
.dropUl{
    list-style: none;
    height:300px;
    overflow: scroll;
    padding:0;
    border: solid 1px #ccc;
    background-color: #fff;
}
.dropUl::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.dropUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #d1d4db;
}
.dropUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /*background: #EDEDED;*/
}
.dropProvUl li{
    width: 120px;
    height:50px;
    padding-left: 20px;
    color:#333;
    line-height: 50px;
    background-color: white;
    cursor: pointer;
}
.dropProvUl li:hover{
    background-color: #f1f3f6;
}
.dropCityUl{
    background-color:white;
}
.dropCityUl li{
    width: 120px;
    height:50px;
    padding-left: 20px;
    color:#333;
    line-height: 50px;
    cursor: pointer;

}
.dropCityUl li:hover{
   background-color:#f1f3f6;
}
.dropDown{
    display: flex;
    flex-direction: row;
}
.dropDown div{
    width:120px;
    height:300px;
    /*float: left;*/
    display: none;
}
.sub-information button{
    width: 100%;
    background-color: #de0033;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-family: "futianM";
    border: none;
    outline: none;
}
.sub-agree{
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
}
.sub-agree input{
    margin-right: 5px;
}
.sub-agree span,.sub-agree p{
    font-family: "futianM";
}

.advantage{
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #f3f3f3;
    margin-bottom: 150px;
    padding-top: 90px;
    padding-bottom: 60px;
}
.adv-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-info div{
    width: 31%;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.adv-info div p{
    margin-top: 30px;
    margin-bottom: 45px;
    font-size: 30px;
    font-family: "futianM";
}
.adv-info div span{
    font-size: 20px;
}
.quality{
    width: 80%;
    margin-left: 10%;
    margin-bottom: 150px;
}
.qua-info{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.qua-info div{
    width: 47%;
}
.qua-info div img{
    width: 100%;
}
.qua-info div p{
    font-size: 30px;
    font-family: "futianM";
    margin-top: 30px;
    margin-bottom: 20px;
}
.qua-info div span{
    font-size: 20px;
    line-height: 36px;
}
.pla-info{
    width: 80%;
    background-color: #f6f6f6;
    padding: 100px 10%;
    margin: 60px 0;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -100px;
}
.pla-info .title{
    margin-bottom: 50px;
}
.pla-art{
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: space-between;
}

.pla-infos{
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
.pla-img{
    margin-right: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.pla-img img{
    margin-bottom: 20px;
}
.pla-img span{
    font-size: 24px;
    font-family: "futianB";
}
.pla-title{
    width: 60%;
}
.pla-title p{
    font-family: "futianM";
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.pla-title span{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}
.pla-part{
    width: 50%;
}




.foot{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 100px;
}
.link{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.link a{
    margin: 0 20px;
}
.multimedia{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.multimedia div{
    margin: 0 25px;
}
.multimedia div span{
    font-size: 14px;
    display: block;
    margin-top: 8px;
}
.info{
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 10px;
}


@media screen and (min-width: 1200px) and (max-width: 1400px){
.secondHand{
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
.secondHand img{
    width: 100%;
}
.sec-info{
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 0px;
}
.sec-info p{
    font-size: 32px;
    font-family: "futianM";
    color: #fff;
    width: 84%;
    margin-left: 8%;
    margin-bottom: 10px;
}
.sec-info span{
    display: inline-block;
    color: #fff;
    font-family: "futianM";
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    font-size: 16px;
    line-height: 26px;
}
.preparation{
    width: 90%;
    margin-left: 5%;
}
.title{
    text-align: center;
}
.title p{
    font-size: 36px;
    font-family: "futianM";
    margin-bottom: 15px;
}
.title span{
    font-size: 16px;
    font-family: "futianM";
}
.pre-info{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pre-info div{
    width: calc(30% - 60px);
    text-align: center;
    margin: 80px 0;
}
.pre-info div img{
    /*margin-bottom: 30px;*/
    width: 80px;
}
.pre-info div p{
    font-size: 24px;
    font-family: "futianM";
    margin-bottom: 20px;
}
.pre-info div span{
    display: inline-block;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}
.submit{
    width: 80%;
    padding: 80px 10%;
    background-image: url(../images/secondImg5.png);
    margin-bottom: 70px;
}
.sub-info{
    background-color: rgba(255,255,255,0.95);
    width: 400px;
    padding: 50px;
}
.sub-nav{
    text-align: center;
    margin-bottom: 50px;
}
.sub-nav span{
    margin: 0 50px;
    display: inline-block;
    font-size: 24px;
    font-family: "futianM";
    padding-bottom: 10px;
}
.sub-nav .active{
    border-bottom: solid 2px #de0033;
}
.sub-infomation{
    font-size: 20px;
    font-family: "futianM";
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.sub-infomation span{
    font-size: 20px;
    font-family: "futianM";
}
.sub-infomation input{
    width: calc(100% - 70px);
    margin-left: 10px;
    height: 30px;
    font-size: 18px;
    font-family: "futianM";
    color: #000;
    border: none;
    outline: none;
}
.verification-code{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.verification-code span{
    font-size: 20px;
    font-family: "futianM";
}
.verification-code input[type="text"] {
  width: calc(100% - 260px);
  margin-left: 20px;
  height: 30px;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: "futianM";
}
.verification-code p{
  width: 140px;
  height: 40px;
  margin-left: 25px;
  display: inline-block;
  line-height: 40px;
  display: flex;
  justify-content: center;
}
.status-message{
  margin-top: 2px !important;
}
.status-message p{
  width: 60%;
  text-align: right;
  display: inline-block;
  margin-left: 104px;
  font-size: 12px;
}
.send-btn {
  width: 140px;
    background: #de0033;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.btn-text{
  color: #fff;
  font-size: 16px !important;
  margin-right: 0px !important;
}
.location{
    display: flex;
    align-items: center;
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.location>span{
    font-size: 20px;
    font-family: "futianM";
}
.search{
    width:calc(100% - 100px);
    height:30px;
    margin-left: 10px;
}
.citySelect{
    width:100%;
    height:30px;
    position: relative;
    cursor: pointer;
    line-height: 30px;

}
.cityName{
    display: block;
    padding-left: 10px;
    width:100px;
    font-size: 18px;
    font-family: "futianM";
    overflow: hidden;
    cursor: pointer;
}
.iconDown{
    width:18px;
    height:18px;
    position:absolute;
    top:15px;
    right:7px;
    font-family: "futianM";
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    background-position: 0 -2044px;
    cursor:pointer;
    display: inline-block;
}
.dropUl{
    list-style: none;
    height:300px;
    overflow: scroll;
    padding:0;
    border: solid 1px #ccc;
    background-color: #fff;
}
.dropUl::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.dropUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #d1d4db;
}
.dropUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /*background: #EDEDED;*/
}
.dropProvUl li{
    width: 120px;
    height:50px;
    padding-left: 20px;
    color:#333;
    line-height: 50px;
    background-color: white;
    cursor: pointer;
}
.dropProvUl li:hover{
    background-color: #f1f3f6;
}
.dropCityUl{
    background-color:white;
}
.dropCityUl li{
    width: 120px;
    height:50px;
    padding-left: 20px;
    color:#333;
    line-height: 50px;
    cursor: pointer;

}
.dropCityUl li:hover{
   background-color:#f1f3f6;
}
.dropDown{
    display: flex;
    flex-direction: row;
}
.dropDown div{
    width:120px;
    height:300px;
    /*float: left;*/
    display: none;
}
.sub-information button{
    width: 100%;
    background-color: #de0033;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-family: "futianM";
    border: none;
    outline: none;
}
.sub-agree{
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
}
.sub-agree input{
    margin-right: 5px;
}
.sub-agree span,.sub-agree p{
    font-family: "futianM";
}

.advantage{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 70px;
    padding-bottom: 40px;
    padding-top: 60px;
}
.adv-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-info div{
    width: 31%;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.adv-info div img{
    width: 120px;
}
.adv-info div p{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: "futianM";
}
.adv-info div span{
    font-size: 16px;
}
.quality{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 70px;
}
.qua-info{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.qua-info div{
    width: 48%;
}
.qua-info div img{
    width: 100%;
}
.qua-info div p{
    font-size: 24px;
    font-family: "futianM";
    margin-top: 30px;
    margin-bottom: 20px;
}
.qua-info div span{
    font-size: 16px;
    line-height: 26px;
}
.pla-info{
    width: 80%;
    background-color: #f6f6f6;
    padding: 60px 10%;
    margin: 40px 0;
    display: flex;
    margin-bottom: -100px;
}
.pla-infos{
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
.pla-img{
    margin-right: 20px;
    text-align: center;
}
.pla-img img{
    width: 140px;
    margin-bottom: 20px;
}
.pla-img span{
    font-size: 20px;
    font-family: "futianB";
}
.pla-title p{
    font-family: "futianM";
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.pla-title span{
    display: inline-block;
    width: 90%;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}


}

@media screen and (min-width: 1024px) and (max-width: 1201px){
.secondHand{
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
.secondHand img{
    width: 100%;
}
.sec-info{
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 0px;
}
.sec-info p{
    font-size: 24px;
    font-family: "futianM";
    color: #fff;
    width: 84%;
    margin-left: 8%;
    margin-bottom: 10px;
}
.sec-info span{
    display: inline-block;
    color: #fff;
    font-family: "futianM";
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    font-size: 14px;
    line-height: 26px;
}
.preparation{
    width: 90%;
    margin-left: 5%;
}
.title{
    text-align: center;
}
.title p{
    font-size: 32px;
    font-family: "futianM";
    margin-bottom: 15px;
}
.title span{
    font-size: 14px;
    font-family: "futianM";
}
.pre-info{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pre-info div{
    width: calc(30% - 60px);
    text-align: center;
    margin: 50px 0;
}
.pre-info div img{
    /*margin-bottom: 30px;*/
    width: 70px;
}
.pre-info div p{
    font-size: 20px;
    font-family: "futianM";
    margin-bottom: 20px;
}
.pre-info div span{
    display: inline-block;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
}
.submit{
    width: 80%;
    padding: 80px 10%;
    background-image: url(../images/secondImg5.png);
    margin-bottom: 70px;
}
.sub-info{
    background-color: rgba(255,255,255,0.95);
    width: 360px;
    padding: 30px;

}
.sub-nav{
    text-align: center;
    margin-bottom: 30px;
}
.sub-nav span{
    margin: 0 30px;
    display: inline-block;
    font-size: 20px;
    font-family: "futianM";
    padding-bottom: 10px;
}
.sub-nav .active{
    border-bottom: solid 2px #de0033;
}
.sub-infomation{
    font-size: 18px;
    font-family: "futianM";
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.sub-infomation span{
    font-size: 20px;
    font-family: "futianM";
}
.sub-infomation input{
    width: calc(100% - 70px);
    margin-left: 10px;
    height: 30px;
    font-size: 18px;
    font-family: "futianM";
    color: #000;
    border: none;
    outline: none;
}
.verification-code{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.verification-code span{
    font-size: 20px;
    font-family: "futianM";
}
.verification-code input[type="text"] {
  width: calc(100% - 260px);
  margin-left: 20px;
  height: 30px;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: "futianM";
}
.verification-code p{
  width: 140px;
  height: 40px;
  margin-left: 25px;
  display: inline-block;
  line-height: 40px;
  display: flex;
  justify-content: center;
}
.status-message{
  margin-top: 2px !important;
}
.status-message p{
  width: 60%;
  text-align: right;
  display: inline-block;
  margin-left: 104px;
  font-size: 12px;
}
.send-btn {
  width: 120px;
    background: #de0033;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.btn-text{
  color: #fff;
  font-size: 16px !important;
  margin-right: 0px !important;
}
.location{
    display: flex;
    align-items: center;
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.location>span{
    font-size: 18px;
    font-family: "futianM";
}
.search{
    width:calc(100% - 100px);
    height:30px;
    margin-left: 10px;
}
.citySelect{
    width:100%;
    height:30px;
    position: relative;
    cursor: pointer;
    line-height: 30px;

}
.cityName{
    display: block;
    padding-left: 10px;
    width:100px;
    font-size: 18px;
    font-family: "futianM";
    overflow: hidden;
    cursor: pointer;
}
.iconDown{
    width:18px;
    height:18px;
    position:absolute;
    top:15px;
    right:7px;
    font-family: "futianM";
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    background-position: 0 -2044px;
    cursor:pointer;
    display: inline-block;
}
.dropUl{
    list-style: none;
    height:300px;
    overflow: scroll;
    padding:0;
    border: solid 1px #ccc;
    background-color: #fff;
}
.dropUl::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.dropUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #d1d4db;
}
.dropUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /*background: #EDEDED;*/
}
.dropProvUl li{
    width: 120px;
    height:50px;
    padding-left: 20px;
    color:#333;
    line-height: 50px;
    background-color: white;
    cursor: pointer;
}
.dropProvUl li:hover{
    background-color: #f1f3f6;
}
.dropCityUl{
    background-color:white;
}
.dropCityUl li{
    width: 120px;
    height:50px;
    padding-left: 20px;
    color:#333;
    line-height: 50px;
    cursor: pointer;

}
.dropCityUl li:hover{
   background-color:#f1f3f6;
}
.dropDown{
    display: flex;
    flex-direction: row;
}
.dropDown div{
    width:120px;
    height:300px;
    /*float: left;*/
    display: none;
}
.sub-information button{
    width: 100%;
    background-color: #de0033;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-family: "futianM";
    border: none;
    outline: none;
}
.sub-agree{
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
}
.sub-agree input{
    margin-right: 5px;
}
.sub-agree span,.sub-agree p{
    font-family: "futianM";
}

.advantage{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 40px;
}
.adv-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-info div{
    width: 31%;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.adv-info div img{
    width: 120px;
}
.adv-info div p{
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "futianM";
}
.adv-info div span{
    font-size: 16px;
}
.quality{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 70px;
}
.qua-info{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.qua-info div{
    width: 48%;
}
.qua-info div img{
    width: 100%;
}
.qua-info div p{
    font-size: 20px;
    font-family: "futianM";
    margin-top: 20px;
    margin-bottom: 15px;
}
.qua-info div span{
    font-size: 14px;
    line-height: 24px;
}
.pla-info{
    width: 90%;
    background-color: #f6f6f6;
    padding: 60px 5%;
    margin: 40px 0;
    display: flex;
    margin-bottom: -60px;
}
.pla-infos{
    display: flex;
    flex-direction: row;
}
.pla-img{
    margin-right: 20px;
    text-align: center;
}
.pla-img img{
    width: 100px;
    margin-bottom: 10px;
}
.pla-img span{
    font-size: 16px;
    font-family: "futianB";
}
.pla-title p{
    font-family: "futianM";
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.pla-title span{
    display: inline-block;
    width: 90%;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
.pla-title{
    width: 90%;
}


}

@media screen and (min-width: 768px) and (max-width: 1200px){

.foot{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 60px;
}

}


@media screen and (min-width: 768px) and (max-width: 1024px){
.secondHand{
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.secondHand img{
    width: 100%;
}
.sec-info{
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0px;
}
.sec-info p{
    font-size: 24px;
    font-family: "futianM";
    color: #fff;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 7px;
}
.sec-info span{
    display: inline-block;
    color: #fff;
    font-family: "futianM";
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 12px;
    line-height: 18px;
}
.preparation{
    width: 90%;
    margin-left: 5%;
}
.title{
    text-align: center;
}
.title p{
    font-size: 30px;
    font-family: "futianM";
    margin-bottom: 15px;
}
.title span{
    font-size: 14px;
    font-family: "futianM";
}
.pre-info{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pre-info div{
    width: calc(30% - 60px);
    text-align: center;
    margin: 50px 0;
}
.pre-info div img{
    /*margin-bottom: 30px;*/
    width: 70px;
}
.pre-info div p{
    font-size: 20px;
    font-family: "futianM";
    margin-bottom: 20px;
}
.pre-info div span{
    display: inline-block;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
}
.submit{
    width: 80%;
    padding: 80px 10%;
    background-image: url(../images/secondImg5.png);
    margin-bottom: 70px;
}
.sub-info{
    background-color: rgba(255,255,255,0.95);
    width: 500px;
    padding: 50px;
    margin-right: 0px;
}
.sub-nav{
    text-align: center;
    margin-bottom: 50px;
}
.sub-nav span{
    margin: 0 50px;
    display: inline-block;
    font-size: 24px;
    font-family: "futianM";
    padding-bottom: 10px;
}
.sub-nav .active{
    border-bottom: solid 2px #de0033;
}
.sub-infomation{
    font-size: 20px;
    font-family: "futianM";
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.sub-infomation span{
    font-size: 20px;
    font-family: "futianM";
}
.sub-infomation input{
    width: calc(100% - 70px);
    margin-left: 10px;
    height: 30px;
    font-size: 18px;
    font-family: "futianM";
    color: #000;
    border: none;
    outline: none;
}
.verification-code{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.verification-code span{
    font-size: 20px;
    font-family: "futianM";
}
.verification-code input[type="text"] {
  width: calc(100% - 260px);
  margin-left: 20px;
  height: 30px;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: "futianM";
}
.verification-code p{
  width: 140px;
  height: 40px;
  margin-left: 25px;
  display: inline-block;
  line-height: 40px;
  display: flex;
  justify-content: center;
}
.status-message{
  margin-top: 2px !important;
}
.status-message p{
  width: 60%;
  text-align: right;
  display: inline-block;
  margin-left: 104px;
  font-size: 12px;
}
.send-btn {
  width: 140px;
    background: #de0033;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.btn-text{
  color: #fff;
  font-size: 16px !important;
  margin-right: 0px !important;
}
.location{
    display: flex;
    align-items: center;
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.location>span{
    font-size: 20px;
    font-family: "futianM";
}
.search{
    width:calc(100% - 100px);
    height:30px;
    margin-left: 10px;
}
.citySelect{
    width:100%;
    height:30px;
    position: relative;
    cursor: pointer;
    line-height: 30px;

}
.cityName{
    display: block;
    padding-left: 10px;
    width:100px;
    font-size: 18px;
    font-family: "futianM";
    overflow: hidden;
    cursor: pointer;
}
.iconDown{
    width:18px;
    height:18px;
    position:absolute;
    top:15px;
    right:7px;
    font-family: "futianM";
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    background-position: 0 -2044px;
    cursor:pointer;
    display: inline-block;
}
.dropUl{
    list-style: none;
    height:300px;
    overflow: scroll;
    padding:0;
    border: solid 1px #ccc;
    background-color: #fff;
}
.dropUl::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.dropUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #d1d4db;
}
.dropUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /*background: #EDEDED;*/
}
.dropProvUl li{
    width: 120px;
    height:50px;
    padding-left: 20px;
    color:#333;
    line-height: 50px;
    background-color: white;
    cursor: pointer;
}
.dropProvUl li:hover{
    background-color: #f1f3f6;
}
.dropCityUl{
    background-color:white;
}
.dropCityUl li{
    width: 120px;
    height:50px;
    padding-left: 20px;
    color:#333;
    line-height: 50px;
    cursor: pointer;

}
.dropCityUl li:hover{
   background-color:#f1f3f6;
}
.dropDown{
    display: flex;
    flex-direction: row;
}
.dropDown div{
    width:120px;
    height:300px;
    /*float: left;*/
    display: none;
}
.sub-information button{
    width: 100%;
    background-color: #de0033;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-family: "futianM";
    border: none;
    outline: none;
}
.sub-agree{
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
}
.sub-agree input{
    margin-right: 5px;
}
.sub-agree span,.sub-agree p{
    font-family: "futianM";
}

.advantage{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 70px;
}
.adv-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-info div{
    width: 31%;
    margin-top: 50px;
    margin-bottom: 0px;
    text-align: center;
}
.adv-info div img{
    width: 100px;
}
.adv-info div p{
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "futianM";
}
.adv-info div span{
    font-size: 14px;
}
.quality{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 70px;
}
.qua-info{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.qua-info div{
    width: 48%;
}
.qua-info div img{
    width: 100%;
}
.qua-info div p{
    font-size: 20px;
    font-family: "futianM";
    margin-top: 20px;
    margin-bottom: 15px;
}
.qua-info div span{
    font-size: 14px;
    line-height: 24px;
}
.pla-info{
    width: 80%;
    background-color: #f6f6f6;
    padding: 60px 10%;
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    margin-bottom: -60px;
}
.pla-infos{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.pla-img{
    margin-right: 20px;
    text-align: center;
}
.pla-img img{
    width: 100px;
    margin-bottom: 10px;
}
.pla-img span{
    font-size: 16px;
    font-family: "futianB";
}
.pla-title p{
    font-family: "futianM";
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.pla-title span{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
.pla-part{
    width: 600px;
    margin-top: 30px;
}
.pla-title {
    width: 77%;
}

}


@media screen and (max-width: 768px){
.banner{
    display: none;
}
.sj-banner{
    display: block;
}
.secondHand{
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.secondHand img{
    width: 100%;
}
.sec-info{
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0px;
}
.sec-info p{
    font-size: 1.2rem;
    font-family: "futianM";
    color: #fff;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 7px;
}
.sec-info span{
    display: inline-block;
    color: #fff;
    font-family: "futianM";
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 0.6rem;
    line-height: 18px;
}
.preparation{
    width: 90%;
    margin-left: 5%;
}
.title{
    text-align: center;
}
.title p{
    font-size: 1.5rem;
    font-family: "futianM";
    margin-bottom: 15px;
}
.title span{
    font-size: 12px;
    font-family: "futianM";
}
.pre-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
}
.pre-info div{
    width: calc(100% - 60px);
    text-align: center;
    margin: 30px 0 0 0;
}
.pre-info div img{    
    width: 70px;
}
.pre-info div p{
    font-size: 16px;
    font-family: "futianM";
    margin-bottom: 10px;
}
.pre-info div span{
    display: inline-block;
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
}
.submit{
    width: 100%;
    padding: 50px 0%;
    background-image: url(../images/secondImg5.png);
    margin-bottom: 50px;
}
.sub-info{
    background-color: rgba(255,255,255,0.95);
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
}
.sub-nav{
    text-align: center;
    margin-bottom: 20px;
}
.sub-nav span{
    margin: 0 8%;
    display: inline-block;
    font-size: 1.2rem;
    font-family: "futianM";
    padding-bottom: 10px;
}
.sub-nav .active{
    border-bottom: solid 2px #de0033;
}
.sub-infomation{
    font-size: 20px;
    font-family: "futianM";
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.sub-infomation span{
    font-size: 16px;
    font-family: "futianM";
}
.sub-infomation input{
    width: calc(100% - 70px);
    margin-left: 10px;
    height: 30px;
    font-size: 16px;
    font-family: "futianM";
    color: #000;
    border: none;
    outline: none;
}
.verification-code{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.verification-code span{
    font-size: 16px;
    font-family: "futianM";
}
.verification-code input[type="text"] {
  width: calc(100% - 200px);
  margin-left: 20px;
  height: 30px;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: "futianM";
}
.verification-code p{
  width: 100px;
  height: 35px;
  margin-left: 20px;
  display: inline-block;
  line-height: 35px;
  display: flex;
  justify-content: center;
}
.status-message{
  margin-top: 2px !important;
}
.status-message p{
  width: 60%;
  text-align: right;
  display: inline-block;
  margin-left: 104px;
  font-size: 12px;
}
.send-btn {
  width: 100px;
    background: #de0033;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.btn-text{
  color: #fff;
  font-size: 14px !important;
  margin-right: 0px !important;
}
.location{
    display: flex;
    align-items: center;
    border-bottom: solid 2px #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.location>span{
    font-size: 16px;
    font-family: "futianM";
}
.search{
    width:calc(100% - 100px);
    height:30px;
    margin-left: 10px;
}
.citySelect{
    width:100%;
    height:30px;
    position: relative;
    cursor: pointer;
    line-height: 30px;

}
.cityName{
    display: block;
    padding-left: 10px;
    width:100px;
    font-size: 16px;
    font-family: "futianM";
    overflow: hidden;
    cursor: pointer;
}
.iconDown{
    width:18px;
    height:18px;
    position:absolute;
    top:15px;
    right:7px;
    font-family: "futianM";
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    background-position: 0 -2044px;
    cursor:pointer;
    display: inline-block;
}
.dropUl{
    list-style: none;
    height:300px;
    overflow: scroll;
    padding:0;
    border: solid 1px #ccc;
    background-color: #fff;
}
.dropUl::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.dropUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #d1d4db;
}
.dropUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /*background: #EDEDED;*/
}
.dropProvUl li{
    width: 90px;
    height:50px;
    padding-left: 20px;
    color:#333;
    line-height: 50px;
    background-color: white;
    cursor: pointer;
}
.dropProvUl li:hover{
    background-color: #f1f3f6;
}
.dropCityUl{
    background-color:white;
}
.dropCityUl li{
    width: 95px;
    height:50px;
    padding-left: 20px;
    color:#333;
    line-height: 50px;
    cursor: pointer;

}
.dropCityUl li:hover{
   background-color:#f1f3f6;
}
.dropDown{
    display: flex;
    flex-direction: row;
}
.dropDown div{
    width:120px;
    height:300px;
    /*float: left;*/
    display: none;
}
.sub-information button{
    width: 100%;
    background-color: #de0033;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: "futianM";
    border: none;
    outline: none;
}
.sub-agree{
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
    font-size: 14px;
}
.sub-agree input{
    margin-right: 5px;
}
.sub-agree span,.sub-agree p{
    font-family: "futianM";
}

.advantage{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 50px;
}
.adv-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-info div{
    width: 48%;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}
.adv-info div img{
    width: 80px;
}
.adv-info div p{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1rem;
    font-family: "futianM";
}
.adv-info div span{
    font-size: 12px;
}
.quality{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 70px;
}
.qua-info{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qua-info div{
    width: 100%;
    margin-bottom: 20px;
}
.qua-info div img{
    width: 100%;
}
.qua-info div p{
    font-size: 1rem;
    font-family: "futianM";
    margin-top: 15px;
    margin-bottom: 10px;
}
.qua-info div span{
    font-size: 14px;
    line-height: 24px;
}
.platform .title{
    width: 90%;
    margin-left: 5%;
}
.pla-info{
    width: 90%;
    background-color: #f6f6f6;
    padding: 40px 5% 0 5%;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    margin-bottom: -30px;
}
.pla-infos{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.pla-img{
    margin-right: 20px;
    text-align: center;
}
.pla-img img{
    width: 100px;
    margin-bottom: 10px;
}
.pla-img span{
    font-size: 16px;
    font-family: "futianB";
}
.pla-title p{
    font-family: "futianM";
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 0px;
}
.pla-title span{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
}
.pla-part{
    width: 100%;
    margin-top: 30px;
}
   
.foot{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 30px;
}
.link{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.link a{
    margin: 0 20px;
    font-size: 12px;
}
.multimedia{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
}
.multimedia div{
    margin: 0 2%;
    width: 23%;
}
.multimedia div img{
    width: 100%;
}
.multimedia div span{
    font-size: 0.5rem;
    display: block;
    margin-top: 8px;
}
.info{
    font-size: 0.5rem;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 20px;
}


}