/* 头部 */
.header{
    width: 100%;
    font-size:0;
}
.header .column{
    margin: 0 auto;
    width: 93%;
    position: relative;
    padding: 0.1rem 0;
}
.header .column .logo{
    width: 30%;
    height: 0.3rem;
    display: inline-block;
    vertical-align: top;
}
.header .column .logo img{
    width: 100%;
    height: 100%;
}
.header .column .int{
    border: 1px solid #c5c5c5; 
    width: 54%;
    height: 0.2rem;
    display: inline-block;
    vertical-align: top;
    border-radius: 15px;
    margin: 0.05rem 0 0 0.05rem;
}
.header .column .int .input1{
    width: 80%;
    height: 100%;
    border: none;
    display: inline-block;
    margin-left: 5%;
}
.header .column .int .input1 input{
    width: 100%;
    height: 100%;
    font-size: 0.1rem;
    color: #727070;
}
.header .column .int .input2{
    display: inline-block;
    vertical-align: top;
    width: 8%;
    height: 100%;
    margin-left: 3%;
    position: relative;
}
.header .column .int .input2 input{
    opacity: 0;
    width: 100%;
    height: 100%;
}
.header .column .int .input2 .loupe{
    position: absolute;
    left: 0;
    top: 0.02rem;
    width: 0.15rem;
    height: 0.15rem;
}
/*手机导航按钮及下拉菜单begin*/
.menubtn{ width: 8%; height: 0.2rem; cursor:pointer;  display: inline-block;  vertical-align: top;  position: relative; margin:0.07rem 0 0 6%;}
.menubtn i{ display:block; width:0.2rem; height:0.02rem; background-color:#1065d0; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;}
.menubtn i:nth-child(1){ top:0.0rem; -webkit-transform-origin:left bottom; -moz-transform-origin:left bottom; -ms-transform-origin:left bottom; -o-transform-origin:left bottom; transform-origin:left bottom;}
.menubtn i:nth-child(2){ top:0.06rem;}
.menubtn i:nth-child(3){ top:0.13rem; -webkit-transform-origin:left top; -moz-transform-origin:left top; -ms-transform-origin:left top; -o-transform-origin:left top; transform-origin:left top;}
.menubtn.on i:nth-child(1){ -webkit-transform:rotate(44deg); -moz-transform:rotate(44deg); -ms-transform:rotate(44deg); -o-transform:rotate(44deg); transform:rotate(44deg);}
.menubtn.on i:nth-child(2){ opacity:0;}
.menubtn.on i:nth-child(3){ -webkit-transform:rotate(-40deg); -moz-transform:rotate(-40deg); -ms-transform:rotate(-40deg); -o-transform:rotate(-40deg); transform:rotate(-40deg);}
/*小导航*/
.inav{  position:absolute; left:0; top: 0.5rem; width:100%; display:none; z-index:9; }
.inav{ display:none; border-top:1px solid #e3e2e3;}
.inav dl{ padding:0 10px; text-align:left; background: #ffffff}
.inav dt{ font-size:14px; color:#135fd7; height:0.4rem; line-height:0.4rem; border-bottom:1px solid #e3e2e3; padding-left:8px; position:relative;}
.inav .dt:last-child{border-bottom:none;}
.inavbtn{ position:absolute; right:0px; top:14px; width:14px; height:14px; background:url("../img/jia.png") center center no-repeat; -webkit-transform-origin:center center; -moz-transform-origin:center center; -ms-transform-origin:center center; -o-transform-origin:center center; transform-origin:center center;-webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;}
.inav dd{ display:none; padding-left:2em; border-bottom:1px solid #e3e2e3; }
.inav a{ color:#135fd7;}
.inav a:hover{ color:#0094ff;}
.inav dd h6{ font-size:14px; font-weight:normal; line-height:0.4rem; border-bottom:1px solid #e3e2e3; text-indent: 0.2rem;}
.inav dd h6:last-child{border-bottom:none;}
.inav dd h6 a{ display:block; }
.inav dd p{ font-size:12px; text-indent:1em; line-height:1.8;}
.act_inav .inavbtn{ -webkit-transform:rotate(135deg) !important; -moz-transform:rotate(135deg) !important; -ms-transform:rotate(135deg) !important; -o-transform:rotate(135deg) !important;transform:rotate(135deg) !important;}
/*手机导航按钮及下拉菜单end*/
/* 底部开始 */
.bottom{
    height: 0.6rem;
    background: #1065d0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index:1000; 
    width: 100%;
}
.bottom .nav{
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.bottom .nav ul{
    width: 100%;
    font-size: 0;
    height: 100%;
}
.bottom .nav ul li{
    width: 20%;
    height: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.bottom .nav ul .on{
    background: #084595;
}
.bottom .nav ul li img{
   display: block;
   margin: 0.08rem auto 0.02rem;
   width: 0.3rem;
   height: 0.3rem;
}
.bottom .nav ul li span{
    font-size: 0.1rem;
    color: #ffffff;
}
/* 底部结束 */

/* 首页内容 */
.home_content{
    width: 100%;
    margin-bottom: 0.6rem;
}
/* parts1 */
.home_content .parts1{
    width: 100%;
    height: 1.75rem;
}
.home_content .parts1 .swiper1{
    width: 100%;
    height: 100%;
}
.home_content .parts1 .swiper1 .swiper-container{
    width: 100%;
    height: 100%;
}
.home_content .parts1 .swiper1 .swiper-container .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.home_content .parts1 .swiper1 .swiper-container .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
}
.home_content .parts1 .swiper1 .swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
}

.home_content .parts1 .swiper1 .swiper-pagination-bullet-active{
    background: #ffffff;
}
/* parts2 */
.home_content .parts2{
    padding-top: 0.05rem;
    width: 100%;
    height: 0.84rem;
}
.home_content .parts2 .par2_le{
    float: left;
    height: 100%;
    width: 49.5%;
}
.home_content .parts2 .par2_le img{
    width: 100%;
    height: 100%;
}
.home_content .parts2 .par2_rg{
    float: right;
    height: 100%;
    width: 49.5%;
}
.home_content .parts2 .par2_rg img{
    height: 100%;
    width: 100%;
}
/* parts3 */
.home_content .parts3{
    width: 100%;
}
.home_content .parts3 .zzsc{

}
.home_content .parts3 .zzsc .tab{
    width:95%;
    margin: 0 auto;
    height: 0.4rem;
}
.home_content .parts3 .zzsc .tab a{
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.home_content .parts3 .zzsc a > span{ 
    font-size: 0.1rem;
    color: #444444;
    display: inline-block;
    margin-top: 0.1rem;
    padding: 0.03rem 0.08rem;
    border-radius: 0.2rem;
}
.home_content .parts3 .zzsc .tab .on{

}
.home_content .parts3 .zzsc .tab .on span{
    color: #1165d1;
    background: #dce8f8;

}
.home_content .parts3 .zzsc .content {
    border-top: 1px solid #f2f2f2; 
    padding-top: 0.1rem;
}
.home_content .parts3 .zzsc .content ul li{
    font-size: 0.1rem;
    color: #000000;
    display: none;
}
.home_content .parts3 .zzsc .content ul li .assembly{
    width: 100%;
    font-size: 0;
}
.home_content .parts3 .zzsc .content ul li .assembly .asse{
    width: 48%;
    margin: 0.05rem 1%;
    display: inline-block;
    position: relative;
    background: #faf9f9;
}
.home_content .parts3 .zzsc .content ul li .assembly .asse .im1{
    width: 100%;
    height: 1rem;
}
.home_content .parts3 .zzsc .content ul li .assembly .asse .table{
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    width: 0.27rem;
    height: 0.24rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.05rem;
    text-align: center;
}
.home_content .parts3 .zzsc .content ul li .assembly .asse .table span{
    font-size: 0.08rem;
    color: #ffffff;
    line-height: 0.25rem
}
.home_content .parts3 .zzsc .content ul li .assembly .asse .asse_txt{
    width: 95%;
    margin: 0 auto;
    height: 0.62rem;
}
.home_content .parts3 .zzsc .content ul li .assembly .asse .asse_txt p{
    height: 0.4rem;
    font-size: 0.1rem;
    line-height: 0.13rem;
    color: #4e4e4e;
    display: block;
    margin: 0.04rem 0;
}
.home_content .parts3 .zzsc .content ul li .assembly .asse .asse_txt .img1{
    display: inline-block;
    vertical-align: top;
    width: 0.12rem;
    height: 0.10rem;
    margin: 0.02rem 0 0 0;
}
.home_content .parts3 .zzsc .content ul li .assembly .asse .asse_txt h1{
    font-size: 0.1rem;
    color: #aaaaaa;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.04rem;
}
.home_content .parts3 .zzsc .content ul li .assembly .asse .asse_txt h2{
    font-size: 0.1rem;
    color: #aaaaaa;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.2rem;
}
.home_content .parts3 .zzsc .content ul li .assembly .asse .asse_txt h3{
    font-size: 0.1rem;
    color: #aaaaaa;
    display: inline-block;
    vertical-align: top;
}
/* parts4 */
.home_content .parts4{
    width: 100%;
}
.home_content .parts4 .parts2_title{
    width: 98%;
    margin: 0.05rem auto;
}
.home_content .parts4 .parts2_title img{
    width: 0.17rem;
    height: 0.17rem;
    display: inline-block;
    vertical-align: top;
}
.home_content .parts4 .parts2_title h1{
    font-size: 0.144rem;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    font-family: Arial;
    margin-left: 0.05rem;
}
.home_content .parts4 .parts2_title h2{
    display: inline-block;
    vertical-align: top;
    font-size: 0.1rem;
    color: #c5c5c5;
    margin-top: 0.07rem;
}
.home_content .parts4 .assem{
    width: 100%;
    font-size: 0;
}
.home_content .parts4 .assem .asse{
    width: 48%;
    margin: 0.05rem 1%;
    display: inline-block;
    vertical-align: top;
    background: #faf9f9;
}
.home_content .parts4 .assem img{
    width: 100%;
}
.home_content .parts4 .assem .asse_txt{
    height: 0.4rem;
    text-align: center;
}
.home_content .parts4 .assem .asse_txt p{
    color: #555555;
    font-size: 0.11rem;
    line-height: 0.4rem;
}
.home_content .parts4 .assem .asse_txt p:active{
    color: #00537d;
}
/* 文字列表——开始 */
.txt_list{
    width: 100%;
    margin-bottom: 0.6rem;
}
.txt_list .option{
    border-top: solid 1px #e9edef;
    width: 100%;
    border-bottom: solid 2px #e6e6e6;
}
.txt_list .option .sale{
    height: 0.37rem;
    width: 100%;
    background: #f0f5f8;
}
.txt_list .option .sale .sa{
    width: 25%;
    height: 100%;
    font-size: 0.12rem;
    color: #5c5c5c;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 0.35rem;
}
.txt_list .option .sale .on{
    color: #1165d1;
}
.txt_list .option .sale .on span{
    height: 95%;
    display: inline-block;
    border-bottom: 2px solid #1165d1;
}
.txt_list .option .sort{
    width: 95%;
    margin: 0.1rem auto;
}
.txt_list .option .sort .price{
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
}
.txt_list .option .sort .price span{
    font-size: 0.1rem;
    color: #1165d1;
}
.txt_list .option .sort .price img{
    width: 0.05rem;
    height: 0.05rem;
    display: inline-block;
    vertical-align: top;
    margin: 0.05rem 0 0 0.08rem;
}
/* 点击弹窗开始 */
.upsx{
    width: 100%;
    display: none;
}
.upsx .up{
    width: 95%;
    height: 0.26rem;
    margin: 0 auto;
    border-bottom: 1px solid #f6f6f6;
    font-size: 0.1rem;
    color: #828282;
    line-height: 0.3rem
}

.upsx .on{
    color: #1165d1;
}
.upsx .up img{
    float: right;
    width: 0.14rem;
    height: 0.1rem;
    vertical-align: top;
    margin-top:0.08rem ;

}
/* 点击弹窗结束 */
.txt_list .option .screen{
    float: right;
}
.txt_list .option .screen .chart{
    width: 0.11rem;
    height: 0.1rem;
    display: inline-block;
    vertical-align: top;
}
.txt_list .option .screen .chart img{
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.03rem;
}
.txt_list .option .screen .scr{
    display: inline-block;
    vertical-align: top;
    margin-left: 0.3rem;
}
.txt_list .option .screen .scr img{
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    vertical-align: top;
    margin: 0.01rem 0 0 0.05rem;
}
.txt_list .option .screen .scr span{
    font-size: 0.1rem;
    color: #848484;
}
.txt_list .con{
    width: 100%;
}
.txt_list .con .word{
    width: 100%;
}
.txt_list .con .word .article{
    height: 0.7rem;
    width: 100%;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;  
    margin: 0.08rem 0;
    box-shadow: 0px 0px 3px #efefef;
}
.txt_list .con .word .article .txt1{
    width: 95%;
    margin: 0 auto;
}
.txt_list .con .word .article .txt1 h1{
    color: #282c40;
    font-size: 0.12rem;
    display: block;
    margin: 0.1rem 0 0.02rem 0;
}
.txt_list .con .word .article .txt1 p{
    font-size: 0.1rem;
    color: #808080;
    display: inline-block;
    vertical-align: top;
}
.txt_list .con .word .article .txt1 p span{
    font-size: 0.1rem;
    color: #f5410c;
}
.txt_list .con .word .article .txt1 h2{
    margin: 0 0 0 5%;
    font-size: 0.1rem;
    color: #808080;
    display: inline-block;
    vertical-align: top;
}
.txt_list .con .word .article .txt1 h3{
    margin: 0 0 0 5%;
    font-size: 0.1rem;
    color: #808080;
    display: inline-block;
    vertical-align: top;
}
.txt_list .con .word .article .txt1 h4{
    font-size: 0.1rem;
    color: #808080;
    margin: 0 0 0 5%;
    display: inline-block;
    vertical-align: top;
}
.txt_list .con .word .article .txt2{
    width: 100%;
    border-top: solid 1px #d4d4d4;
    margin-top: 0.05rem;  
}
.txt_list .con .word .article .txt2 h5{
    color: #808080;
    font-size: 0.1rem;
    width: 95%;
    margin: 0.03rem auto 0;
}
.txt_list .con .not{
    width: 100%;
    height: 0.32rem;
    background: #f0f5f8;
}
.txt_list .con .not .tt{
    width: 40%;
    margin: 0 auto;
    padding-top: 0.1rem;
}
.txt_list .con .not .tt span{
    background: #e2e5e7;
    height: 1px;
    display: inline-block;
    margin: 0.08rem 0.05rem;
    width: 0.25rem;
    vertical-align: top;
}
.txt_list .con .not .tt p{
    display: inline-block;
    font-size: 0.1rem;
    color: #c6c6c6;
    margin: 0;
    vertical-align: top;
}
/*  文字列表结束 */
/*  图片列表开始 */
.txt_list .picture li{

}

.txt_list .picture li .assembly{
    width: 100%;
    font-size: 0;
}
.txt_list .picture li .assembly .asse{
    width: 48%;
    margin: 0.05rem 1%;
    display: inline-block;
    position: relative;
    background: #faf9f9;
}
.txt_list .picture li .assembly .asse .im1{
    width: 100%;
    height: 1rem;
}
.txt_list .picture li .assembly .asse .table{
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    width: 0.27rem;
    height: 0.24rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.05rem;
    text-align: center;
}
.txt_list .picture li .assembly .asse .table span{
    font-size: 0.08rem;
    color: #ffffff;
    line-height: 0.25rem
}
.txt_list .picture li .assembly .asse .asse_txt{
    width: 95%;
    margin: 0 auto;
    height: 0.62rem;
}
.txt_list .picture li .assembly .asse .asse_txt p{
    height: 0.4rem;
    font-size: 0.1rem;
    line-height: 0.13rem;
    color: #4e4e4e;
    display: block;
    margin: 0.04rem 0;
}
.txt_list .picture li .assembly .asse .asse_txt .img1{
    display: inline-block;
    vertical-align: top;
    width: 0.12rem;
    height: 0.10rem;
    margin: 0.02rem 0 0 0;
}
.txt_list .picture li .assembly .asse .asse_txt h1{
    font-size: 0.1rem;
    color: #aaaaaa;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.04rem;
}
.txt_list .picture li .assembly .asse .asse_txt h2{
    font-size: 0.1rem;
    color: #aaaaaa;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.2rem;
}
.txt_list .picture li .assembly .asse .asse_txt h3{
    font-size: 0.1rem;
    color: #aaaaaa;
    display: inline-block;
    vertical-align: top;
}
/*  图片列表结束 */
/* 详情页开始 */
.details{
    margin-bottom: 0.6rem;
    width: 100%;
    background: #f0f5f8;
}
.details .upper{
    box-shadow:0 0 3px #e6e9eb;
    padding-bottom: 0.008rem;
    background: #ffffff;
    border-radius: 0.1rem; 
}
.details .upper .title{
    width: 95%;
    margin: 0 auto;  
      position: relative;
}
.details .upper .title .sold{
    position: absolute;
    width: 0.9rem;
    height: 0.8rem;
    bottom: 0.1rem;
    right: 0;
    z-index: 999;
}
.details .upper .title .sold img{
    width: 100%;height: 100%;
}
.details .upper .title p{
    color: #000000;
    font-size: 0.14rem;
    line-height: 0.17rem;
    display: block;
    padding: 0.08rem 0;
}
.details .upper .title .h{
    margin: 0.05rem 0;
}
.details .upper .title h2{
    color: #747474;
    font-size: 0.12rem;
    line-height: 0.18rem;
}
.details .upper .title h2 span{
    font-size: 0.18rem;
    color: #f5410c;
}
.details .upper .butt{
    width: 100%;
    border-top:1px solid #a7a7a8; 
}
.details .upper .butt .but{
    margin: 0.08rem auto  0.1rem;
    width: 95%;
    font-size: 0;
}
.details .upper .butt .but .but_le{
    width: 46%;
    height: 1.28rem;
    display: inline-block;
    vertical-align: top;
    background: #ccf0fd;
    border-radius: 5px; 
    text-align: center;
}
.details .upper .butt .but .but_le img{
    width: 0.6rem;
    height: 0.65rem;
    display: block;
    margin: 0.15rem auto 0.08rem;
}
.details .upper .butt .but .but_le p{
    font-size: 0.15rem;
    color: #ffffff;
}
.details .upper .butt .but ul{
    width: 52%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.details .upper .butt .but ul li{
    width: 48%;
    display: inline-block;
    vertical-align: top;
    border-radius: 0.02rem;
    margin: 0 1%;
    height: 0.59rem;
    text-align: center;
    font-size: 0.11rem;
    
}
.details .upper .butt .but ul .li1{
    background: #ffffff;
    color: #007d00;
}
.details .upper .butt .but ul .li2{
    background: #fbefd8;
    color: #01b3f5;
}
.details .upper .butt .but ul .li3{
    background: #f9d6cf;
    margin-top: 0.1rem;
    color: #e0330e;
}
.details .upper .butt .but ul .li4{
    background: #dfe2fd;
    margin-top: 0.1rem;
    color: #5f70f5;
}
.details .upper .butt .but ul li img{
    width: 0.275rem;
    height: 0.24rem;
    display: inline-block;
    margin: 0.175rem 0.05rem 0 0.01rem;
    vertical-align: top;
}
.details .upper .butt .but ul li p{
    display: inline-block;
    vertical-align: top;
    width: 0.45rem;
    margin: 0.2rem 0 0 0;
}
.details .lower{
    box-shadow:0 0 3px #e6e9eb;
    padding-bottom: 0.2rem;
    margin: 0.13rem 0 0.15rem 0;
    background: #ffffff;
    border-radius: 0.1rem; 
}
.details .lower .plain{
    width: 95%;
    margin: 0 auto 0.1rem;
    padding: 0.1rem 0 0 0;
}
.details .lower .plain img{
    width: 100%;
}
.details .lower .pic{
    width: 95%;
    margin: 0 auto;
}
.details .lower .pic img{
    max-width: 100%;
}
/* 详情页结束 */
/* 群号 开始 */
.group {
    width: 100%;
    border-top: solid 1px #eef0f1; 
    padding-bottom: 0.8rem;
}
.group .jyq_txt{
    width: 98%;
    margin: 0 auto;
}
.group .jyq_txt .txt_hod{
    border-bottom:1px solid #f9fafa;
    height: 0.53rem;
    text-align: center;
}
.group .jyq_txt .txt_hod span{
    font-size: 0.15rem;
    color: #444444;
    line-height: 0.5rem;
}
.group .jyq_txt .jyq_word{
    width: 98%;
    margin: 0 auto;
    text-align: left;

}
.group .jyq_txt .jyq_word p{
    color: #444444;
    font-size: 0.15rem;
    font-weight: bold;
    margin: 0.05rem 0;
}
.group .jyq_txt .jyq_word p span{
    float: right;
}
.group .jyq_txt .jyq_word p a{
    color: #337fe5;
}
.group .jyq_txt .jyq_word h1{
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    margin: 0.3rem 0 0.3rem 0;
    color: #1d1d1d;
}
.group .jyq_txt .jyq_word .hh{
    width: 95%;
    margin: 0 auto;
    padding: 0.3rem 0;
    text-align: center;
}
.group .jyq_txt .jyq_word h3{
    display: block;
    font-size: 0.18rem;
    color: #444444;
    font-weight: bold;
}
/*  群号 结束*/
/*  业务介绍开始*/
.introduce{
    width: 100%;
    border-top: solid 1px #eef0f1; 
    padding-bottom: 0.8rem;
}
.introduce .title{
    border-bottom: 1px solid #f9fafa;
}
.introduce .title span{
    color: #444444;
    font-size: 0.15rem;
    display: block;
    width: 95%;
    margin: 0.2rem auto;
}
.introduce .txt {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}
.introduce .txt h1{
    color: #2c2c2c;
    font-size: 0.12rem;
    margin: 0.15rem 0;
    display: block;
    font-weight: bold;
}
.introduce .txt p{
    color: #2c2c2c;
    font-size: 0.1rem;
    display: block;
    line-height: 0.2rem;
}
.introduce .txt p span{
    color: #dc1010;
}
/* 业务介绍结束 */
/* 交易流程开始 */
.process{
    width: 100%;
    padding-bottom: 0.8rem;
    border-top: solid 1px #eef0f1; 
}
.process .title{
    border-bottom: 1px solid #f9fafa;
}
.process .title .tab{
    width:95%;
    margin: 0 auto;
    height: 0.4rem;
}
.process .title .tab a{
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.process .title a > span{ 
    font-size: 0.1rem;
    color: #444444;
    display: inline-block;
    margin-top: 0.1rem;
    padding: 0.03rem 0.08rem;
    border-radius: 0.2rem;
    
}
.process .title .tab .on span{
    color: #1165d1;
    background: #dce8f8;

}
.process .cont{
    width: 95%;
    margin: 0 auto;
}
.process .cont h1{
    font-size: 0.14rem;
    color: #000000;
    margin: 0.15rem 0;
}
.process .cont .txt1{
    color: #000;
    font-size: 0.1rem;
    line-height: 0.18rem;
}
.process .cont .txt1 .a1{
    color: #e82626;
}
.process .cont .txt1 .a2{
    color: #e26363;
}
.process .cont .txt1 .a3{
    color: #ee9124;
}
.process .cont .txt1 .a4{
    color: #1165d1;
}
.process .cont .txt1 .a5{
    color: #5c8ecd;
}
.process .cont .txt1 .a6{
    color: #b8e836;
}
.process .cont .txt1 .a7{
    color: #23d111;
}
.process .cont p{
    font-size: 0.1rem;
    color: #000000;
    line-height: 0.18rem;
    display: block;
    margin-top: 0.1rem;
}


/* 交易流程结束 */
/* 代售账号开始 */
.sideline{
    width: 100%;
    padding-bottom: 0.8rem;
    border-top: solid 1px #eef0f1; 
}
.sideline .title{
    border-bottom: 1px solid #eef0f1;
}
.sideline .title .tab{
    width:95%;
    margin: 0 auto;
    height: 0.4rem;
}
.sideline .title .tab a{
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.sideline .title a > span{ 
    font-size: 0.1rem;
    color: #444444;
    display: inline-block;
    margin-top: 0.1rem;
    padding: 0.03rem 0.08rem;
    border-radius: 0.2rem;
    
}
.sideline .title .tab .on span{
    color: #1165d1;
    background: #dce8f8;
}
.sideline .cont{
    width: 95%;
    margin: 0 auto;
}
.sideline .cont h1{
    font-size: 0.15rem;
    color: #43474a;
    padding: 0.15rem 0;
    border-bottom: 1px solid #eef0f1;
}
.sideline .cont p{
    font-size: 0.1rem;
    color: #43474a;
    line-height: 0.18rem;
    margin-top:0.1rem;
    display: block;
}
.sideline .cont .but1{
    height: 0.38rem;
    margin-top: 0.1rem;
    background: #36ae8b;
    color: #ffffff;
    font-size: 0.12rem;
    text-align: center;
    line-height: 0.4rem;
}
.sideline .cont .but2{
    height: 0.38rem;
    margin-top: 0.1rem;
    background: #cfab57;
    color: #ffffff;
    font-size: 0.12rem;
    text-align: center;
    line-height: 0.4rem;
}
.sideline .cont .but2 img{
    display: inline-block;
    width: 0.16rem;
    height: 0.18rem;
    vertical-align: top;
    margin-top: 0.1rem;
}
.sideline .cont .but2 span{
    vertical-align: top;
}
/* 代售结束 */
/* 分区购开始 */
.stages{
    width: 100%;
    padding-bottom: 0.8rem;
    border-top: solid 1px #eef0f1; 
}
.stages .title{
    border-bottom: 1px solid #eef0f1;
}
.stages .title .tab{
    width:95%;
    margin: 0 auto;
    height: 0.4rem;
}
.stages .title .tab a{
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.stages .title a > span{ 
    font-size: 0.1rem;
    color: #444444;
    display: inline-block;
    margin-top: 0.1rem;
    padding: 0.03rem 0.08rem;
    border-radius: 0.2rem;
    
}
.stages .title .tab .on span{
    color: #1165d1;
    background: #dce8f8;
}
.stages .cont{
    width: 95%;
    margin: 0 auto;
}
.stages .cont h1{
    font-size: 0.15rem;
    color: #43474a;
    padding: 0.15rem 0;
    border-bottom: 1px solid #eef0f1;
}
.stages .cont p{
    font-size: 0.1rem;
    color: #43474a;
    line-height: 0.18rem;
    margin-top: 0.1rem;
}
.stages .cont h2{
    color: #ef7211;
    font-size: 0.12rem;
    margin-top: 0.15rem;
}
/* 分区购结束 */
/* 黑号查询 开始 */

.black{
    width: 100%;
    padding-bottom: 0.8rem;
    border-top: solid 1px #eef0f1; 
}
.black .title{
    border-bottom: 1px solid #eef0f1;
}
.black .title .tab{
    width:95%;
    margin: 0 auto;
    height: 0.4rem;
}
.black .title .tab a{
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.black .title a > span{ 
    font-size: 0.1rem;
    color: #444444;
    display: inline-block;
    margin-top: 0.1rem;
    padding: 0.03rem 0.08rem;
    border-radius: 0.2rem;
    
}
.black .title .tab .on span{
    color: #1165d1;
    background: #dce8f8;
}
.black .cont{
    width: 95%;
    margin: 0 auto;
}
.black .cont .but{
    width: 90%;
    margin: 0.35rem auto;
    height: 0.26rem;
    border: 1px solid  #eef0f1;
    border-radius: 0.2rem; 
    overflow: hidden;
}
.black .cont .but .int1{
    width: 80%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-indent: 0.1rem;
}
.black .cont .but .int2{
    width: 20%;
    height: 100%;
    color: #ffffff;
    background: #1165d1;
    font-size: 0.1rem;
}
.black .cont  p{
    font-size: 0.1rem;
    color: #525252;
    line-height: 0.18rem;
    display: block;
    margin-top: 0.1rem;
}


/* 弹窗开始 */
.pop{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.pop .up{
    position: fixed;
    top: 45%;
    left: 22%;
    height: 1.27rem;
    width: 55%;
    background: #ffffff;
    border-radius: 0.1rem;
}
.pop .up .txt {
    height: 0.8rem;
    border-bottom: 1px solid  #eef0f1;
    width: 100%;
}
.pop .up .txt h1{
    display: block;
    text-align: center;
    font-size: 0.15rem;
    margin: 0.15rem auto;
    color: #373737;

}
.pop .up .txt span{
    display: block;
    color: #6d6d6d;
    font-size: 0.1rem;
    width: 95%;
    margin: 0 auto;
    line-height: 0.2rem;
}
.pop .up .int{
    margin: 0 auto;
    text-align: center;
}
.pop .up .int input{
    font-size: 0.12rem;
    color: #107bfb;
    background: none;
    margin-top: 0.08rem;
}
/* 黑号查询 关闭 */
/* 我要咨询开始 */
.consult{
    width: 100%;
    padding-bottom: 0.8rem;
    border-top: solid 1px #eef0f1; 
}
.consult .cont{
    width: 95%;
    margin: 0.3rem auto;
}
.consult .cont .but1{
    height: 0.38rem;
    margin-top: 0.1rem;
    background: #36ae8b;
    color: #ffffff;
    font-size: 0.12rem;
    text-align: center;
    line-height: 0.4rem;
}
.consult .cont .but2{
    height: 0.38rem;
    margin-top: 0.1rem;
    background: #cfab57;
    color: #ffffff;
    font-size: 0.12rem;
    text-align: center;
    line-height: 0.4rem;
}
.consult .cont .but2 img{
    display: inline-block;
    width: 0.16rem;
    height: 0.18rem;
    vertical-align: top;
    margin-top: 0.1rem;
}
.consult .cont .but2 span{
    vertical-align: top;
}
/* 我要咨询关闭 */
/* 侧边筛选开始 */
.scrtx{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
   position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.scrtx .scre{
    width: 76%;
    height: 5rem;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff; 
}
.scrtx .scre .tit1{
    padding: 0.17rem 0 0.15rem 0;
    width: 95%;
    margin: 0 auto;
    border-bottom: solid 1px #eef0f1; 
}
.scrtx .scre .tit1 h1{
    font-size: 0.1rem;
    color: #5c5c5c;
    text-indent: 0.1rem;
}

.scrtx .scre .tit1 .ui .li{
    width: 0.8rem;
    height: 0.2rem;
    margin: 0.08rem 1% 0;
    background: #e6e6e6;
    color: #454545;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 0.1rem;
    position: relative;
}
.scrtx .scre .tit1 .ui .li span{
    line-height: 0.2rem;
}
.scrtx .scre .tit1 .ui .li img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.12rem;
    height: 0.1rem;
    opacity: 0;
}
.scrtx .scre .tit1 .ui .on{
    background: #e4f0ff;
    color: #1165d1;
}
.scrtx .scre .tit1 .ui .on img{
    opacity: 1;
}




.scrtx .scre .tit2{
    padding: 0.17rem 0 0.15rem 0;
    width: 95%;
    margin: 0 auto;
    border-bottom: solid 1px #eef0f1; 
}
.scrtx .scre .tit2 h1{
    font-size: 0.1rem;
    color: #5c5c5c;
    text-indent: 0.1rem;
}

.scrtx .scre .tit2 .ui .li{
    width: 0.8rem;
    height: 0.2rem;
    margin: 0.08rem 1% 0;
    background: #e6e6e6;
    color: #454545;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 0.1rem;
    position: relative;
}
.scrtx .scre .tit2 .ui .li span{
    line-height: 0.2rem;
}
.scrtx .scre .tit2 .ui .li img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.12rem;
    height: 0.1rem;
    opacity: 0;
}
.scrtx .scre .tit2 .ui .on{
    background: #e4f0ff;
    color: #1165d1;
}
.scrtx .scre .tit2 .ui .on img{
    opacity: 1;
}





.scrtx .scre .tit3{
    padding: 0.17rem 0 0.15rem 0;
    width: 95%;
    margin: 0 auto;
    border-bottom: solid 1px #eef0f1; 
}
.scrtx .scre .tit3 h1{
    font-size: 0.1rem;
    color: #5c5c5c;
    text-indent: 0.1rem;
}

.scrtx .scre .tit3 .ui .li{
    width: 0.8rem;
    height: 0.2rem;
    margin: 0.08rem 1% 0;
    background: #e6e6e6;
    color: #454545;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 0.1rem;
    position: relative;
}
.scrtx .scre .tit3 .ui .li span{
    line-height: 0.2rem;
}
.scrtx .scre .tit3 .ui .li img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.12rem;
    height: 0.1rem;
    opacity: 0;
}
.scrtx .scre .tit3 .ui .on{
    background: #e4f0ff;
    color: #1165d1;
}
.scrtx .scre .tit3 .ui .on img{
    opacity: 1;
}




.scrtx .scre .tit4{
    padding: 0.17rem 0 0.15rem 0;
    width: 95%;
    margin: 0 auto;
    border-bottom: solid 1px #eef0f1; 
}
.scrtx .scre .tit4 h1{
    font-size: 0.1rem;
    color: #5c5c5c;
    text-indent: 0.1rem;
}

.scrtx .scre .tit4 .ui .li{
    width: 0.45rem;
    height: 0.2rem;
    margin: 0.08rem 1% 0;
    background: #e6e6e6;
    color: #454545;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 0.1rem;
    position: relative;
}
.scrtx .scre .tit4 .ui .li span{
    line-height: 0.2rem;
}
.scrtx .scre .tit4 .ui .li img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.12rem;
    height: 0.1rem;
    opacity: 0;
}
.scrtx .scre .tit3 .ui .on{
    background: #e4f0ff;
    color: #1165d1;
}
.scrtx .scre .tit3 .ui .on img{
    opacity: 1;
}



.scrtx .scre .tit5{
    padding: 0.17rem 0 0.15rem 0;
    width: 95%;
    margin: 0 auto;
}
.scrtx .scre .tit5 h1{
    font-size: 0.1rem;
    color: #5c5c5c;
    text-indent: 0.1rem;
}
.scrtx .scre .tit5 .int{
    width: 95%;
    margin: 0.11rem auto 0;
}
.scrtx .scre .tit5 .int .int1{
    width: 1rem;
    height: 0.18rem;
    display: inline-block;
    vertical-align: top;
    font-size: 0.1rem;
    color: #afafaf;
    text-align: center;
    background: #eaeaea;
    border-radius:0.1rem;
}
.scrtx .scre .tit5 .int .int2{
    width: 1rem;
    height: 0.18rem;
    display: inline-block;
    vertical-align: top;
    font-size: 0.1rem;
    color: #afafaf;
    text-align: center;
    background: #eaeaea;
    border-radius:0.1rem; 
}
.scrtx .scre .tit5 .int span{
    display: block;
    background: #929292;
    width: 0.3rem;
    height: 0.01rem;
    display: inline-block;
    margin: 0.1rem 0.1rem 0;
}
.scrtx .scre .tit5 .int input::-ms-value{
    font-size: 0.1rem;
    color: #afafaf;
    text-align: center;
}
.scrtx .scre .tit5 .but{
    width: 95%;
    float: right;
    margin: 0.2rem auto 0;
    width: 1.25rem;
    height: 0.25rem;
}
.scrtx .scre .tit5 .but .but1{
    border-bottom-left-radius:  0.1rem;
    border-top-left-radius:  0.1rem;
    width: 50%;
    height: 0.25rem;
    background: #488ade;
    color: #ffffff;
}
.scrtx .scre .tit5 .but .but2{
    border-bottom-right-radius:  0.1rem;
    border-top-right-radius:  0.1rem;
    width: 50%;
    height: 0.25rem;
    color: #ffffff;
    background: #1769d3;
}
/* 侧边筛选结束 */