@charset "utf-8";

html {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    /*谷歌浏览器字体最小字体12px*/
    -webkit-text-size-adjust: 100%;
    /*100%/none 关闭字体大小自动调整功能*/
    /*a标签及拥有 :active伪类的元素有默认的高亮框*/
    -webkit-tap-hightlight-color: transparent;
    /*禁止文本被选中*/
    -webkit-user-select: none;
}

body {
    font-family: Helvetica;
    overflow-x: hidden;
    /*开启moblie网页快速滚动和回弹的效果*/
    -webkit-overflow-scrolling: touch;
    font-size: 12px;
    background: #F1F1F1;
    /* background: #000; */
    min-width: 320px;
}

/* 清除默认样式 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

em,
i {
    font-style: normal;
}

ul,
li,
ol {
    list-style-type: none;
}

strong {
    font-weight: normal;
}

a,
img {
    /*阻止长按页面，弹出菜单的方法*/
    -webkit-touch-callout: none;
}

input,
textarea {
    -webkit-appearance: none;
    outline: none;
    border: none;
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    resize: none;
    border: none;
}

/*修改placeholder的字体颜色*/
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}

input:-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder {
    color: #000;
}

/* 图片自适应 */
img {
    height: auto;
    border: 0;
    width: auto\9;
    /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    vertical-align: middle;
}

/* 清除浮动 */
.clearfix:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*多行溢出 手机端使用*/
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}

/* 
.w50{
    width: 50%;
}
.w25{
    width: 25%;
}
.w20{
    width: 20%;
}
.w33{
    width: 33.333333%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.db{
    display: block !important;
}
.dn{
    display: none;
} */

/*首页*/
/* h1{ float:left; width:auto; font-size:1.5em; text-indent:1.3em; display:inline-block; float:left; margin-left:4%; margin-top:14px;}
h3{ width:100%; height:auto; font-size:1.9em; line-height:1.5em; display:inline-block; color:#333; text-align:center;}
h4{ width:100%; height:auto; display:inline-block; text-align:center; margin-top:1.5em;}
h4 a{ width:60%; font-size:1.6em; line-height:2.4em; color:#fff; background:#1a87fe; font-weight:normal; border-radius:1.2em; display:inline-block; margin-bottom:0.2em;}
h4 a,h4 a:link,h4 a:active,h4 a:visited,h4 a:hover{ background:#1a87fe;}
h5{ width:92%; font-size:1.3em; line-height:1.5em; height:auto; color:#999; display:inline-block; margin:0 4%; font-weight:normal; text-align:left;}
h5 i{ color:#f60;}
h6{ width:100%; font-size:1.3em; color:#666; font-weight:normal; display:block; margin-top:0.5em;} */




header {
    width: 100%;
    height: 4rem;
    color: #fff;
    display: inline-block;
    position: relative;
     /*position: fixed;*/
    z-index: 9999;
    /* display: none; */
}

.toplist {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    background-color: #060F2C;
}

.toplist .logo {
    width: 12.8rem;
    height: 2rem;
    z-index: 999;
}

.toplist .logo a {
    width: 12.8rem;
    height: 2rem;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
} 

.toplist .logo img {
    width: 12.8rem;
    height: 2rem;
    display: block;
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.toplist .nav span img {
    width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
}

.toplist .nav ul {
    z-index: 999;
    position: absolute;
    top: 4rem;
    right: 0;
    width: 9rem;
    height: auto;
    display: inline-block;
    text-align: center;
    background: #060F2C;
    display: none;
}

.toplist .nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    border-bottom: 1px solid #fff;
}

.toplist .nav ul li:nth-last-child(1) {
    border-bottom: none;
}

.toplist .nav ul li a {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.4rem;
    color: #fff;
}

.toplist .nav .d_block {
    display: block;
}

.toplist .leftWrap{
    height: 3.2rem;
    display: flex;
    align-items: center;
}

.toplist .leftWrap strong{
    font-size: 1.2rem;
    color: #fff;
    margin-left: 0.4rem;
    font-weight: 700;
}


.toplist .leftWrap img{
    width: 1.2rem; height: 1.2rem;
    margin-left: 1rem;
    position: relative;
    top: -.07rem;
}

.toplist2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toplist2 .nav{
    display: flex;
    align-items: center;
    color: #9C9EA3;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.toplist2 .nav img{
    width: 1.4rem;
    height: 1.4rem;
    margin-right: .6rem;
    position: relative;
    top: -.05rem;
}



.banner {
    width: 100%;
    height: 14.5rem;
    background: url(../images/bannerbg.jpg) repeat-y center;
    background-size: 100%;
    padding: 0 16px;
    position: relative;

}

.banner_content {
    color: #fff;
}

.banner_content h1 {
    font-size: 1.4rem;
    padding-top: 2.7rem;
    font-weight: 500;
    letter-spacing: 0.32rem;
    font-weight: 700;
}

.banner_content ul {
    padding-top: 0.2rem;
}

.banner_content ul li {
    font-size: 1.2rem;
    margin-top: 0.8rem;
    padding-left: 2rem;
    position: relative;
}

.banner_content ul li::before {
    content: '';
    display: inline-block;
    width: 1.4rem;
    height: 1rem;
    background: url(../images/bannerlabel.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banner_img {
    height: 13.2rem;
    position: absolute;
    bottom: 0;
    right: 15px;
}


.sj_title {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    margin-top: 1rem;
}

.sj_title h2 {
    width: 100%;
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    display: inline-block;
    padding-top: 2rem;
}


.sj_title h3 {
    color: #999;
    font-size: 1.4rem;
    margin-top: 1rem;
    font-weight: 400;
}

.sj_title h3 i {
    color: #FF4F37;
}



.sj_zero {
    width: 100%;
    background-color: #F6F7FA;
    padding-bottom: 1.6rem;
}

.sj_zero ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    margin-top: 1.6rem;
}

.sj_zero ul li {
    width: 31%;
    height: 14.1rem;
    display: inline-block;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 6px 1px rgba(16, 36, 87, 0.1600);
}

.sj_zero ul li img {
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    margin: 1.6rem auto 0.8rem;
}

.sj_zero ul li span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    font-weight: 700;
}
.sj_zero ul li .sj_zero_btn {
    display: inline-block;
    margin-top: 1.2rem;
    width: 7.2rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    box-shadow: 0px 2px 3px 1px rgba(16, 36, 87, 0.2000);
    font-size: 1.2rem;
    color: #4C79EF;
}




.sj_one {
    width: 100%;
    background-color: #fff;
    padding-bottom: 2rem;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
}

.sj_one ul {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 1rem 1rem 0;
}

.sj_one ul li {
    float: left;
    background: #F1F2F5;
    width: 31.725%;
    height: 10.8rem;
    text-align: center;
    margin-right: 2.4%;
    margin-top: 0.8rem;
    border-radius: 4px;
}

.sj_one ul li:nth-child(3n) {
    margin-right: 0;
}

.sj_one ul li img {
    width: 4.8rem;
    height: 4.8rem;
    display: block;
    margin: 1.4rem auto 0;
}

.sj_one ul li a h6 {
    margin-top: 1.2rem;
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
}

.sj_one .submitBtn,
.sj_two .submitBtn,
.sj_three .submitBtn,
.sj_four .submitBtn,
.sj_five .submitBtn {
    display: block;
    background-color: #4c79ef;
    border-radius: 4rem;
    width: 13.6rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 2rem auto 0;
    box-shadow: 0px 2px 6px 1px rgba(76,121,239,0.3);
}



.sj_two {
    width: 100%;
    background-color: #fff;
    padding-bottom: 2rem;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
}

.sj_two ul {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0.8rem 10px 0;
}

.sj_two ul li {
    width: 47.785%;
    height: 15.2rem;
    background-color: #F1F2F5;
    display: inline-block;
    text-align: center;
    margin-top: 1rem;
    border-radius: .4rem;
    margin-right: 3.287%;
    position: relative;
}
.sj_two ul li:nth-child(2n) {
    margin-right: 0;
}


.sj_two ul li img {
    display: block;
    width: 3.4rem;
    height: 3.2rem;
    margin: 2rem auto 0;
}

.sj_two ul li b {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    margin-top: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sj_two ul li p {
    width: 88%;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    display: inline-block;
    margin-top: 1rem;
    text-align: left;
}



.sj_three{
    width: 100%;
    background-color: #fff;
    padding-bottom: 2rem;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
}

.sj_three ul{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0 1rem;
}

.sj_three ul li{ 
    margin-top: 2rem;
    height: 8.9rem;
    display: flex;
    justify-content: space-between;
}

.sj_three_liLeft1 img{
    width: 5.6rem;
    height: 5.6rem;
    margin-top: 4.2rem;
}

.sj_three_liRight1{
    /*width: 24.2rem;*/
    /*height: 8.9rem;*/
    width: 26.2rem;
    height: 11.8rem;
    background-color: #f5f5f5;
    background: url(../images/threebg1.png) no-repeat center;
    background-size: 100%;
}

.sj_three_liRight1 h3{
    margin-left: 3.5rem;
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    margin-top: 2rem;
}

.sj_three_liRight1 p{
    width: 80%;
    margin-left: 3.5rem;
    font-size: 1.2rem;
    color: #666;
    margin-top: 1rem;
    line-height: 1.6rem;
}

.sj_three_liLeft2{
    /*width: 24.2rem;*/
    /*height: 8.9rem;*/
    width: 26.2rem;
    height: 11.8rem;
    background-color: #f5f5f5;
    background: url(../images/threebg2.png) no-repeat center;
    background-size: 100%;
}
.sj_three_liLeft2 h3{
    margin-left: 2.2rem;
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    margin-top: 2rem;
}

.sj_three_liLeft2 p{
    width: 80%;
    margin-left: 2rem;
    font-size: 1.2rem;
    color: #666;
    margin-top: 1rem;
    line-height: 1.6rem;
}

.sj_three_liRight2 img{
    width: 5.6rem;
    height: 5.6rem;
    margin-top: 4.2rem;
}



.sj_three .submitBtn{
    margin-top: 3rem;
} 











.sj_four {
    width: 100%;
    background: #fff;
    padding-bottom: 2rem;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    margin-top: 1rem;
}


.sj_four .toptit {
    width: 100%;
    height: 2rem;
    display: inline-block;
    position: relative;
    margin: 3rem 0 1em;
}

.sj_four .toptit b {
    width: 50%;
    line-height: 2rem;
    font-size: 1.6rem;
    text-align: center;
    display: inline-block;
    color: #999;
    font-weight: 400;
    font-weight: bold;
}

.sj_four .toptit b:nth-child(1) {

    position: absolute;
    left: 0%;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.16);
}

.sj_four .toptit b:nth-child(2) {

    position: absolute;
    right: 0%;
    color: #FF7A45;
    text-shadow: 0px 2px 2px rgba(255,138,48,0.16);
}

.sj_four .toptit img {
    width: 4.8rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70%;

}

.sj_four_content {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sj_four_content::after {
    content: "";
    width: .2rem;
    height: 100%;
    background-color: #F3F3F3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.2%;
}


.sj_four ul {
    width: 14rem;
}

.sj_four ul li {
    width: 14rem;
    height: 4.4rem;
    margin-top: 0.9rem;
    text-align: center;
    border-radius: 4px;
}

.sj_four ul li p {
    font-size: 1.2rem;
    display: inline-block;
    line-height: 4.4rem;
}

.sj_four .contentleft li {
    background: #f3f3f3;
    color: #999999;
}

.sj_four .contentleft li::after{
    content: "";
    width: .4rem;
    height: .4rem;
    border-radius: .4rem;
    background-color: #fff;
    position: absolute;
    border: .18rem solid #FF7A45;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
}

.sj_four .contentleft li:nth-child(1):after{
    top: 2.8rem;
}

.sj_four .contentleft li:nth-child(2):after{
    top: 8.1rem;
}

.sj_four .contentleft li:nth-child(3):after{
    top: 13.4rem;
}

.sj_four .contentleft li:nth-child(4):after{
    top: 18.7rem;
}
.sj_four .contentleft li:nth-child(5):after{
    top: 24rem;
}

.sj_four .contentleft li:nth-child(6):after{
    top: 29.3rem;
}



.sj_four .contentright li {
    background: #FF7A45;
    color: #fff;
}

.sj_five{
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    padding: 0 1rem 2rem;
    
}

 .sj_five ul {
    width: 100%;
    display: inline-block;
    margin-top: 1rem;
}

.sj_five ul li {
    width: 100%;
    border-bottom: 1px solid #F3F3F3;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    display: inline-block;
}


 .sj_five ul li b {
    width: 100%;
    font-weight: 300;
    font-size: 1.4rem;
    color: #FF7A45;
    font-weight: 400;
    text-indent: 1.4em;
    display: inline-block;
    position: relative;
}
.sj_five ul li b::before{
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: 0;
    top: 18%;
    background: url(../images/wen.png) no-repeat;
    background-size: 100%;
}

.sj_five ul li p {
    width: 100%;
    font-size: 1.2rem;
    margin: 0.8rem auto 1rem;
    display: inline-block;
    line-height: 1.8rem;
    color: #666;
    font-weight: 400;
}


.sj_six{
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    padding: 0 1rem 2rem;
}

.sj_six .sj_title h2{
    color: #333;
    font-size: 1.2rem;
    position: relative;
    margin-top: 2rem;
    padding-top: 0;
}

.sj_six .sj_title h2::before{
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/sjsixtitleleft.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
}

.sj_six .sj_title h2::after{
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/sjsixtitleright.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
}

.sj_six .sj_title h2 span{
    color: #FF7A45;
}

 .sj_six_roll {
     width: 100%;
     height: auto;
     display: inline-block;
     padding: 0;
     border-bottom: 1px solid #F3F3F3;
 }

 .sj_six_roll span {
     width: 100%;
     line-height: 3em;
     font-size: 1rem;
     color: #999;
     display: inline-block;
 }

 .sj_six_roll span i {
     color: #f60;
 }

 .sj_six_roll em {
     width: 100%;
     line-height: 1.8em;
     font-size: 1rem;
     color: #999;
     border-top: 1px solid #F3F3F3;
     padding-top: 0.8em;
     padding-bottom: 0.8em;
     display: inline-block;
 }

 .sj_six_roll em i {
     color: #4C79EF;
     margin-left: 0.6rem;
 }

 .sj_six_roll em .front {
     margin-left: 0;
 }

 .sj_six_roll .roolYear {
     display: inline;
 }

 .sj_six_roll .roolMonth {
     display: inline;
 }

 .sj_six_roll .roolDay {
     display: inline;
 }

 .sj_six_roll {
     overflow: hidden;
 }

 .sj_six_roll_wrap {
     position: relative;
     animation: change 30s linear 0s infinite normal;
 }

 @keyframes change {
     from {
         top: 0;
     }

     to {
         top: -200rem;
     }
 }





 .sj_seven {
    width: 100%;
    background-color: #fff;
    margin-top: 1rem;
    padding-bottom: 2rem;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
}

.sj_seven .sj_title h3 {
    padding: 0 16px;
    text-align: left;
}

.sj_seven .sj_seven_img {
    width: 28.8rem;
    height: 19.4rem;
    margin: 1.6rem auto 0;
}

.sj_seven .submitBtn {
    display: block;
    background-color: #4c79ef;
    border-radius: 4rem;
    width: 15.6rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 2rem auto 0;
    box-shadow: 0px 2px 4px 1px rgba(178, 195, 241, 1);

}




















.foot{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #F1F1F1;
    padding: 1.6rem 0;
    margin-bottom: 60px;
}

.foot span{
    width: 94%;
    margin: 0 4%;
    display: inline-block;
    font-size: 1rem;
    color: #666;
    line-height: 1.6rem;
    margin-top: 0.5rem;
    text-align: center;
}
.foot span a{
    color: #4C79EF;
}



.tc-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: block;
}

.tc-box .dialogBg {
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.tc-box .tc-con {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    color: #333;
    position: fixed;
}


.statement .tc-con {
    height: 362px;
    text-align: center;
}

.statement-box {
    background: rgb(255, 255, 255);
    width: 300px;
    height: 362px;
    padding-top: 25px;
    border-radius: 8px;
    margin: 0 auto;
}

.statement-scroll {
    font-family: PingFangSC-Semibold, 'PingFang SC';
    font-weight: 400;
    overflow-y: scroll;
    width: 265px;
    height: 212px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 auto;
}

.statement-scroll .statement-title {
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
}

.statement-scroll p {
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    text-align: justify;
}

.statement-scroll p:last-child {
    padding-bottom: 0;
}

.statement-scroll p.Fb {
    font-weight: bold;
}

.statement-btn {
    background: rgb(25, 137, 250);
    font-family: PingFangSC-Semibold, 'PingFang SC';
    font-weight: normal;
    color: #FFF;
    width: 160px;
    line-height: 44px;
    font-size: 14px;
    border-radius: 8px;
    margin: 25px auto 0;
}



/*其他页面*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

.else {
    width: 100%;
    height: auto;
    display: inline-block;
}

.else .topline {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 1.4rem 0;
}

.else .topline ul {
    width: 93.75%;
    height: auto;
    display: inline-block;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.else .topline ul li { 
    width: 33.333333%;
    text-align: center;
    position: relative;
    display: flex;
    align-content: center;
}

.else .topline ul li:last-child{
    justify-content: flex-end;
} 

.else .topline ul li:nth-child(2) {
    justify-content: center;
}

.else .topline ul li:first-child::after{
    content: "";
    width: 2.9rem;
    height: .1rem;
    background-color: #C2C2C2;
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
}

.else .topline ul li:last-child::after{
    content: "";
    width: 2.9rem;
    height: .1rem;
    background-color: #C2C2C2;
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
}



.else .topline ul li img {
    width: 1.7rem;
    height: 1.7rem;
    position: relative;
    z-index: 99;
}
.else .topline ul li span {
    display: inline-block;
    font-size: 1.2rem;
    color: #C2C2C2;
    margin-left: .5rem;
}
.else .topline ul li.current span {
    color: #4C79EF;
}






/*提交资料*/

.else .centconr {
    height: auto;
    display: inline-block;
    padding: 0 10px;
}

.else .centconr ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.else .centconr ul li {
    width: 100%;
    font-size: 1.4rem;
    color: #333;
    padding-bottom: 1rem;
    margin-top: 1rem;
     border-bottom: .1rem solid #f3f3f3; 
    /*border-bottom: .1rem solid skyblue;*/
    display: flex;
    align-items: center;
}

/* .else .centconr ul li.location {
    flex-wrap: wrap;
}

.else .centconr ul li.location i{
    width: 2%;
}

.else .centconr ul li.location b{
    width: 24%;
}

.else .centconr ul li.location input {
 width: 72%;   
}

.else .centconr ul li.location .location_Wrap {
    width: 100%;
    height: 13rem;
    display: block !important;
    top: 0;
    left: 0;
    position: relative;
}

.else .centconr ul li.location .backSmallMapImg {
    position: fixed;
    top: 15px;
    left: 15px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    z-index: 999999999;
    display: none;
}


.else .centconr ul li.location .backSmallMapBtn {
    background-color: #4c79ef !important;
    border-radius: 6vh;
    width: 88%;
    height: 6vh;
    line-height: 6vh;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0px 2px 6px 1px rgb(76 121 239 / 30%);
    border: none;
    position: fixed;
    bottom: 4vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999999;
    display: none;
}


.amap-logo {
    display: none!important;
}

.amap-copyright{
    display: none !important;
}

.amap-geolocation{
    display: none !important;
} */



.else .centconr ul li.location em {
    width: 100%;
    display: block;
    color: #DEDEDE;
    font-size: 1.2rem;
    margin-left: 1rem;
    margin-top: 1rem;
    position: relative;
}

.else .centconr ul li.location em::before {
    content: "";
    width: .8rem;
    height: .8rem;
    background-image: url(../images/locationinputicon.png);
    background-size: 100%;
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
}






.else .centconr ul li:first-child {
    margin-top: .6rem;
}


.else .centconr ul li b {
    font-weight: 500;
    font-size: 1.4rem;
    color: #333;
    width: 10rem;
}

.else .centconr ul li i {
    color: #f00;
    margin-right: 0.4rem;
    display: inline-block;
    position: relative;
    top: 0.25rem;
}

.else .centconr ul li.location i {
    color: #B8B7BC;
}


.else .centconr ul li input {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2em;
    outline: 0;
    color: #333;
    border-radius: 0.4rem;
    display: inline-block;
    margin-top: .3rem;
    background-color: #fff;
    text-align: left;
    text-overflow :ellipsis; 
    white-space :nowrap; 
    overflow : hidden; 
}


.else .centconr ul li input::placeholder {
    color: #DEDEDE;
 }

 .else .centconr ul li.location input::placeholder {
    color: #FF7A45;
 }

.else .centconr ul .inputErrorTip {
    color: red;
    position: relative;
    top: -1.4rem;
    left: 8.2rem;
    line-height: 1rem;
    display: none;
}


.else .centconr p {
    background: #EBF0FF;
    width: 100%;
    color: #82A5FF;
    padding: .8rem;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: .8rem auto 2rem;
    display: inline-block;
    text-align:left;
    border-radius: .4rem;
}
.else .centconr a{
    text-align: center;
    display: inline-block; 
    width: 100%; 
    line-height:4rem;
    border-radius: 4rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    box-shadow: 0px 2px 6px 1px rgba(76,121,239,0.3);
} 

.else .centconr a.btn{
    background: #4C79EF;
}
.else .centconr a.prev_btn{
    background: #F1F2F5;
    margin: 1rem 0 2rem;
    box-shadow: none;
    color: #333333;
}





/*选择地图*/

.else .listselect {
    width: 92%;
    margin: 0em 4%;
    display: inline-block;
}

.else .listselect .opt {
    width: 100%;
    float: left;
}

.else .listselect b {
    width: 100%;
    font-size: 1.4rem;
    color: #333;
    display: inline-block;
    position: relative;
    margin-left: 2rem;
}

.else .listselect b img {
    width: 1.6rem;
    height: 1.4rem;
    position: absolute;
    left: -2rem;
    top: 0.3rem;
}

.else .listselect .opt ul {
    width: 100%;
    margin: .3rem 0 0.8rem;
    display: flex;
    justify-content: space-between;
}

.else .listselect .opt ul li {
    float: left;
    width: 9rem;
    height: 3.7rem;
    line-height: 3.7rem;
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.1);
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    padding: 0 1.6rem;
    position: relative;
    border-radius: 0.4rem;
    border: 1px solid #EAF4FC;
}

.else .listselect .opt ul li:nth-child(3) {
    margin-right: 0;
}

.else .listselect .opt ul .btn {
    background: url(../images/selecttaochanbg.png) no-repeat center;
    background-size: 100%;
    color: #4C79EF;
    box-shadow: none;
}

.else .listselect .cont {
    width: 100%;
    display: inline-block;
}
.else .listselect .cont b{
    font-weight: 500;
    margin-top: 2rem;
}

.else .listselect .cont ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.else .listselect .cont ul li {
    background-color: #F1F2F5;
    float: left;
    width: 6.6rem;
    height: 6.6rem;
    text-align: center;
    position: relative;
    margin-top: 0.8rem;
    border-radius: 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 

.else .listselect .cont ul li:nth-child(4n) {
    margin-right: 0;
}

.else .listselect .cont ul li img {
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
}

.else .listselect .cont ul li h6 {
    color: #666;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.else .listselect .cont ul .open {
    background: url(../images/selectimg.png) no-repeat center;
    background-size:100%;
}






/*等待审核*/

.else .examine {
    padding: 0 10px;
    height: auto;
    text-align: center;
    display: inline-block;
}

.else .examine i {
    display: inline-block;
    margin-top: 0;
    margin-top: 2rem;
    margin-bottom: 1.8rem;
}

.else .examine img {
    margin: 0;
    display: block;
    width: 17.5rem;
}

.else .examine span {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2rem;
    display: inline-block;
    text-align: center;
    color: #B8B7BC;
    font-weight: 400;
}

.else .examine em {
    font-style: normal;
    font-size: 1.6rem;
    color: #333;
}

.else .examine .exSpan {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}


.else .examine a {
    width: 21.2rem;
    height: 4rem; 
    line-height: 4rem;
    background: #07C160;
    box-shadow: 0px 2px 6px 1px rgba(76,121,239,0.3);
    display: inline-block;
    border-radius: 4rem;
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #fff;
}

.else .examine a span {
    display: inline;
    color: #fff;
    font-size: 1.4rem;
     line-height: 2.4rem;
     position: relative;
     margin-right: 11%;
}

.else .examine a span:before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    top: 0.1rem;
    position: absolute;
}

.else .examine a.examine-copy span:before {
    background: url(../images/wechaticon.png);
    background-size: 100%;
    background-position: center;
}

.else .examine a.examine-tel span:before {
    background: url(../images/telicon.png);
    background-size: 100%;
    background-position: center;
}



.else .examine a.examine-tel {
    margin-top: 1rem;
    background: #4C79EF;
}


.else .examine p {
    background: #EBF0FF;
    width: 100%;
    color: #82A5FF;
    padding: .8rem;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 2rem auto;
    display: inline-block;
    text-align:center;
    border-radius: .4rem;
}

/*订单查询*/

.else h3 {
    margin-top: 1em;
    font-size: 2em;
}

.else h5 {
    text-align: center;
    margin: 0.5em 4%;
}

.else .chaxun {
    float: left;
    width: 92%;
    margin: 0 4%;
    display: inline-block;
}

.else .chaxun span {
    width: 100%;
    display: inline-block;
    margin-top: 0.5em;
}

.else .chaxun span input {
    float: left;
    width: 80%;
    font-size: 1.6em;
    line-height: 48px;
    outline: 0;
    border: 1px solid #1A87FE;
    border-right: 0;
    color: #333;
    display: inline-block;
    text-indent: 0.5em;
    border-radius: 0.2em 0 0 0.2em;
    display: inline-block;
}

.else .chaxun span a {
    float: left;
    width: 20%;
    font-size: 1.5em;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    background: #1a87fe;
    border-radius: 0 0.2em 0.2em 0;
    text-align: center;
}

.else .chaxun em {
    width: 100%;
    font-size: 1.3em;
    line-height: 3em;
    display: inline-block;
    color: #999;
    margin-top: 1em;
}

.else .chaxun em i {
    color: red;
}

.else .chaxun ul {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ddd;
    margin: 0 auto 2em;
}

.else .chaxun ul li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding: 0.5em 0 1em;
}

.else .chaxun ul li b {
    width: 100%;
    display: inline-block;
    color: #333;
    font-size: 1.3em;
    line-height: 2em;
    margin-top: 0.5em;
}

.else .chaxun ul li p {
    width: 100%;
    display: inline-block;
    color: #999;
    font-size: 1.2em;
    line-height: 1.5em;
}

.else .chaxun ul li p i {
    color: #f60;
}

/* @media only screen and (min-width: 375px){
	h1{ font-size:1.5em;}
	header .menu a{width:42px;font-size:1.25em;}
}

@media only screen and (min-width: 414px){
	h1{ font-size:1.8em;}
	header .menu a{width:45px;font-size:1.3em;}
} */

.loading {
    position: fixed;
    z-index: 9999;
    display: none;
}

.loading img {
    position: fixed;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.SuspensionBar {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
}

.SuspensionBar-content {
    display: flex;
    height: 60px;
}

.SuspensionBar-content-item {
    width: 33.33%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: relative;
    font-size: 18px;
    color: #fff;
}

.SuspensionBar-content .wechat,
.SuspensionBar-content .tel {
    line-height: 85px;
    font-size: 16px;
    color: #999999;
}

.SuspensionBar-content .yellow {
    background-color: #FFAF12;
}

.SuspensionBar-content .orange {
    background-color: #FE7E01;
}

.SuspensionBar-content-item img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
}






.tc-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.tc-box .dialogBg {
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.tc-box .tc-con {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  color: #333;
  position: fixed;
}

.statementOne{
  display: none;
}

.statementTwo{
  display: none;
}

.statement .tc-con {
  height: 348px;
  text-align: center;
}

.statement-box {
  background: rgb(255, 255, 255);
  width: 300px;
  height: 348px;
  padding-top: 25px;
  border-radius: 8px;
  margin: 0 auto;
}

.statement-scroll {
  font-family: PingFangSC-Semibold, 'PingFang SC';
  font-weight: 400;
  overflow-y: scroll;
  width: 265px;
  height: 212px;
  line-height: 20px;
  font-size: 12px;
  margin: 0 auto;
}

.statement-scroll .statement-title {
  line-height: 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-bottom: 15px;
}

.statement-scroll p {
  padding-bottom: 10px;
  line-height: 20px;
  font-size: 12px;
  color: #333;
  text-align: justify;
}

.statement-scroll p:last-child {
  padding-bottom: 0;
}

.statement-scroll p.Fb {
  font-weight: bold;
  font-size: 14px;
}

.statement-btn {
  background: rgb(25, 137, 250);
  font-family: PingFangSC-Semibold, 'PingFang SC';
  font-weight: normal;
  color: #FFF;
  width: 160px;
  line-height: 44px;
  font-size: 14px;
  border-radius: 8px;
  margin: 15px auto 0;
}




