@charset "utf-8";

.in_main{
  margin: 60px 0;
}

/*inbanner*/
.inbanner {/* margin-top: 116px; */position: relative;height: 300px;min-width: 1200px;background-position: center center;background-repeat: no-repeat;}
.inbanner.inbanner-about { background-image: url(../images/inbanner_about.jpg); }
.inbanner.inbanner-serv { background-image: url(../images/inbanner_serv.jpg); }
.inbanner.inbanner-news { background-image: url(../images/inbanner_news.jpg); }
.inbanner.inbanner-track { background-image: url(../images/inbanner_track.jpg); }
.inbanner.inbanner-help { background-image: url(../images/inbanner_help.jpg); }

/*in-tab*/
.in-tab-box{
  position: relative;
  top: -72px;
}
.in-tab-box .in-tab{
    padding: 30px;
    /* padding-top: 45px; */
    border-radius: 8px;
    margin-bottom: -45px;
    background-color: #fff;
    box-shadow: 0px 10px 29px 1px rgb(0 0 0 / 5%);
}
.in-tab-box .in-tab ul {
    padding: 0;
}
.in-tab-box .in-tab li{
    display: inline-block;
    list-style-type: none;
    transition: .3s;
    margin-top: 12px;
    margin-bottom: 0;
    transition: .3s;
}
.in-tab-box .in-tab a{
    transition: .3s;
}
.in-tab-box .in-tab li i{color: #178ef6;margin-right: 6px;}
/*in-tab end*/


/*tit in*/
.tit-in {
  position: relative;
  display: inline-block;
}
.tit-in-t1 {
  font-size: 22px;
  text-align: center;
  position:relative;
  padding-left: 38px;
  color: #010101;
}
.tit-in-t1:after{
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  left: 2px;
  top: 0px;
  background: url(../images/intit_before.png) no-repeat;
  background-size: 30px;
}
.tit-in-t1 span {
    color: rgba(0, 132, 247, 0.2);
    font-size: 20px;
    margin-left: 10px;
    text-transform: uppercase;
}
.tit-in-t2 {
  font-size: 18px;
  color: #666;
  display:inline-block;
  margin-left:10px
}
/*tit in end*/


/*address*/
.address{
  position: relative;
  right: 0;
  float: right;
}
.address li{
  float: left;
  margin-left: 5px;
  color: #666;
  margin-top: 6px!important;
  font-size:14px;
}
.address li:first-child a i{
  margin-right: 5px;
}
.address li:after{
  content: ' -';
}
.address li:last-child:after{
  content: '';
}
.address li a:hover{
  color: #0084f7;
}
/*address end*/

/*tab*/
.tabs_list{/* height: 80px; */display: flex;/* margin: 0 auto; */margin-top: 8px;/* display: flex; */align-items: center;justify-content: flex-start;}
.tabs_list ul{margin: 0;}
.tabs_list ul li{float:left;text-align:center;line-height: 40px;padding-right: 24px;margin-bottom: 3px;margin-right: 10px;border-radius: 10px;transition: .3s;}
.tabs_list ul li:first-child{padding-left: 0;}
.tabs_list ul li a{color: #333;display:inline-block;width:100%;font-size: 16px;-webkit-transition: all 0s linear;-moz-transition:all 0s linear;-o-transition: all 0s linear;-ms-transition: all 0s linear;transition: all 0s linear;transition: .3s;}

.tabs_list ul li{
    color: #596277;
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 8px;
    font-family: "Ubuntu", sans-serif;
    position: relative;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}
.tabs_list ul li a {
    color: #596277;
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    /* margin-bottom: 8px; */
    padding-left: 16px;
    font-family: "Ubuntu", sans-serif;
    position: relative;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.tabs_list ul li a::before {
    content: "\e95e";
    position: absolute;
    font-family: 'icomoon' !important;
    font-size: 12px;
    color: #333;
    left: 0;
    top: 4px;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}
.tabs_list ul li.on a,
.tabs_list ul li.on a:before {
    color: #0084f7;
}

.tabs_list ul li a:hover,
.tabs_list ul li a:focus {
    color: #0084f7;
}

.tabs_list ul li a:hover::before,
.tabs_list ul li a:focus::before {
    color: #0084f7;
    opacity: 1;
    visibility: visible
}

.tabs_list ul li a:hover{
    letter-spacing: 2px;
    box-shadow: none
}

.tabs_list ul li a:hover{
    letter-spacing: 0px;
    box-shadow: none
}

/*tab end*/

/*in*/
.in{
    margin-top: 40px;
}
.in p{
    font-size: 14px;
    line-height: 30px;
}



/*新闻列表*/
.new-list{ }
.new-list li{border: 1px solid #eaeaea;margin-bottom: 10px;padding: 20px;position: relative;border-radius: 10px;}
.new-list li .news_rt_shu{float: left;width: 22px;height: 22px;background-color: #0084f7;line-height: 22px;text-align: center;color: #fff;margin-right: 18px;font-size: 14px;}
.new-list li .news_rt_txt{float: left;width: 100%;}
.new-list li .news_rt_txt .news_rt_tit{
    max-width: 50%;
    font-size: 17px;
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 26px;
    overflow: hidden;
    }
.new-list li .news_rt_txt .news_rt_tit:hover{color: #0084f7;}
.new-list li .news_rt_txt p{font-size: 14px;line-height: 30px;color: #757575;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;height: 30px;overflow: hidden;margin-top: 10px;}
.new-list li .news_rt_date{/* width: 105px; *//* float: right; *//* margin-top: 30px; */position: absolute;top: 20px;right: 20px;}

.new-list li .news_rt_date{position: absolute;top: 20px;right: 20px;background-color: #000000;padding: 2px 14px;font-size: 14px;transition: .3s;border-radius: 5px;}
.new-list li .news_rt_date:hover{background-color: #0084f7;}
.new-list li .news_rt_date span{font-size: 14px;color: rgba(255,255,255,0.8);}

.new-list li .news_rt_date span img{width:20px;margin-top: 1px;margin-right: 4px;}
.new-list li .news_more{display: inline-block;margin-top: 4px;color: #333;font-size: 14px;transition: .3s;}
.new-list li .news_more:hover{color: #0084f7;}
.new-list li .news_more img{margin-top: 2px;width:20px;transition: .3s;}
.new-list li .news_more:hover img{margin-left:6px;}





/*新闻分页*/
.pagination {text-align: center;line-height: 34px;margin-top: 20px;}
.pagination a:nth-child(1), .pagination a:nth-child(2), .pagination a:nth-last-child(2), .pagination a:last-child{padding: 0 10px;font-size: 14px;border: 1px solid #eaeaea;display: inline-block;color: #555;margin: 4px;text-decoration: none;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;/* -webkit-border-radius: 4px; */border-radius: 4px;}
.pagination .number {width: 38px;font-size: 14px;border: 1px solid #eaeaea;display: inline-block;color: #555;margin: 2px;text-decoration: none;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;/* -webkit-border-radius: 4px; */border-radius: 4px;}
.pagination .number.current {width: 38px;font-size: 14px;border: 1px solid #0084f7;display: inline-block;color: #fff;background: #0084f7;margin: 0 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;/* -webkit-border-radius: 4px; *//* border-radius: 4px; */}
.pagination a:hover { text-decoration: underline; }
/*track*/
.wayExpressBox .track_txt{position: relative;margin-top: 30px;border-radius: 100px;/* box-shadow: 0px 10px 29px 1px rgb(0 0 0 / 5%); */}
.wayExpressBox .track_txt .track_input{
 width: 100%;
 padding: 0 150px 0 34px;
 height: 64px;
 background-color: #fafafa;
 border-radius: 10px;
 font-size: 16px;
 color: #999999;
 border: 1px solid #eee;
 }
.wayExpressBox .track_txt .submit-button{position: absolute;/* background: #0084f7 url(../images/qk_01.png) center center no-repeat; *//* background-size: 27px; */background-color: #0084f7;height: 56px;width: 112px;border-radius: 10px;border: none;margin-top: 0;margin-right: 0;cursor: pointer;top: 4px;right: 4px;color: #fff;font-size: 16px;}

.wayExpressBox{/* margin-top: 20px; */}
.wayExpressBox form {
	/* text-align: center; */
	/* width: 90%; */
	margin: 0 auto;
}
.wayExpressBox .inputItem{
	width: calc(100% - 120px);
	float: left;
	margin-right: 10px;
}
.wayExpressBox form input.text{
	width: 430px;
	background: #ffffff;
	text-indent: 20px;
	font-size: 14px;
	color: #999999;
	outline: none;
	height: 40px;
	border: none;
	border: 1px solid #c30d23;
}
.wayExpressBox input.btn{
	float: right;
	text-indent: -999999px;
	width: 40px;
	height: 40px;
	background: #c30d23 url(../images/search-btn.png) center center no-repeat;
	background-size: 50%;
}
.wayExpressBox .search_txt {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    resize: none;
    background: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    border-radius: 10px 28px 28px 10px;
    position: relative;
    overflow: hidden;
    float: left;
    }

.wayExpressBox .query_txt {
    display: inline-block;
    line-height: 25px;
    width: 100%;
    /* height: 44px; */
    border: none;
    font-size: 14px;
    vertical-align: top;
    color: #666;
    resize: none;
    overflow-y: hidden;
    outline: none;
    /* border: 1px solid #c30d23; */
    padding: 5px 10px;
    background-color: #f9f9f9;
}
.wayExpressBox .search_box {
    margin-bottom: 15px;
    position: relative;
    top: -62px;
    z-index: 3;
    width: 120px;
    float: right;
    }
.wayExpressBox .result-list {
    position: relative;
    z-index: 1;
    /* width: 90%; */
    margin: 20px auto;
    /* margin-top: 34px; */
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    /* box-shadow: 0 13px 20px rgb(58 87 135 / 5%); */
}
.wayExpressBox .search_btn {
    display: block;
    font-size: 14px;
    width: 100%;
    height: 47px;
    line-height: 40px;
    color: #fff;
    background: #0084f7;
    border: 0;
    font-family: microsoft yahei;
    border-radius: 4px;
    cursor: pointer;
    opacity:1;
    border-radius: 50px;
}
.wayExpressBox .search_box .search_btn:hover {
    opacity:0.8;
}
.wayExpressBox .result-list .result-item {
    color: #131313;
    position: relative;
}

.wayExpressBox .result-list .result-item .result-top {
    height: 42px;
    position: relative;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4ebf2;
}
.result-top:after {
    bottom: 0;
    left: 0;
    height: 4px;
    width: 30px;
    content: "";
    position: absolute;
}
.wayExpressBox .result-list .result-item .result-top .numbers {
    display: block;
    float: left;
    font-size: 16px;
    margin-bottom: 30px;
    margin: 0;
}
.wayExpressBox .result-list .result-item .result-top .result-static {
    float: right;
    text-align: right;
    font-size: 16px;
    margin-right: 0;
}
.wayExpressBox .result-list .result-item .result-top .result-static em.static-text {
    font-size: 16px;
    line-height: 26px;
}
.wayExpressBox .result-list .result-item .result-top .result-static.static-4 .static-text {
    color: #0084f7;
}
.wayExpressBox .branch-list {
    min-height: 185px;
    margin-top: 10px;
}

.wayExpressBox .result-list .result-item .branch-list .branch-item {
    padding-top: 2px;
    padding-left: 46px;
    position: relative;
    /* padding-bottom: 10px; */
    display: none;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item.first {
    display: block;
    font-weight: 700;
    color: #333;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item.show {
    display: block;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item.first .branch-circle {
    width: 40px;
    height: 17px;
    line-height: 17px;
    background: #c30d23;
    color: #fff;
    left: 0;
    top: 0;
    border-radius: 0;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 12px;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-line {
    display: block;
    width: 1px;
    height: 100%;
    /* background: #ccc; */
    position: absolute;
    left: 16px;
    top: 18px;
    z-index: 1;
    border-left: 1px dotted #ccc;
    /* background-image: linear-gradient(#fff ,#ccc, #fff);*/
}
.wayExpressBox .result-list .result-item .branch-list .branch-item:last-child .branch-line {
    display: block;
    width: 1px;
    height: 0;
    background: #ccc;
    position: absolute;
    left: 19.5px;
    top: 20px;
    z-index: 1;
}

.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-infor {
	/* background-color: #f9f9f9; */
	/* padding: 10px 14px; */
}

.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-text {
    width: 100%;
    /* background-color: #f9f9f9; */
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin: 0;
}

.wayExpressBox .result-list .result-item .branch-list .branch-item:first-child .branch-text{
	/* font-weight:bold; */
	color:#000;
	margin: 0;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-text a{
	color: #0084f7;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-text a:hover{
	color:#fa4318;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-time {
    font-size: 12px;
    color: #a1a1a1;
    line-height: 22px;
    font-weight: normal;
    margin-top: 10px;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-time i{
   margin-right: 6px;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item:first-child .branch-time {
    color: #333;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item:first-child .branch-circle em {
    background: #0084f7;
    width: 6px;
    height: 6px;
    left: 2px;
    top: 2px;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-time span{
    /* position: absolute; */
    display: block;
    /* top: 18px; */
    left: 0px;
    font-size: 12px;
    /* color: #f7b90f; */
    line-height: 16px;
    font-weight: normal;
    margin: 0;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-circle {
    display: block;
    /* background-color: rgba(195, 13, 35, 0.3); */
    width: 16px;
    height: 16px;
    padding: 6px;
    background: #fff;
    /* border: 1px solid #c30d23; */
    border-radius: 100%;
    position: absolute;
    left: 9px;
    top: 17px;
    z-index: 2;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item:first-child .branch-circle {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border: 1px solid #0084f7;
    padding: 5px;
    left: 10px;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-circle em {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #0084f7;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 2px;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item:first-child .branch-circle em {
    /* background: #f7b90f; */
    /* width: 6px; */
    /* height: 6px; */
    /* left: 3px; */
}
.wayExpressBox .result-list .result-item .branch-list .branch-item:last-child .branch-circle em{
    border: 2px solid #ccc;
}
.express-cont.price .price-result .result-item-list div {
    line-height: 88px;
    text-align: center;
}
.express-cont.price .price-result .ship_a {
    display: block;
    width: 135px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #231815;
    cursor: pointer;
    margin: 0px auto 0;
    border-radius: 100px;
}
@media (max-width:768px){
  .wayExpressBox .result-list {
      position: relative;
      z-index: 1;
      /* width: 90%; */
      margin: 20px auto;
      margin-top: 35px;
  }
  .wayExpressBox .inputItem {
      width: 100%;
      float: left;
      margin-right: 10px;
  }
    .wayExpressBox .search_box {
        top: 0px;
        float: left;
    }
.wayExpressBox .search_txt {
    border-radius: 10px;
    }
}


/*price*/
input,select,textarea,button { outline:0; font-size: 12px; }
.form {font-size:12px;}
.form>form{min-height:80px;}
.price-item {width: 50%;float: left;position: relative;line-height:38px;padding-left: 20px;}
.price-item-gusuan {text-align: center;}
.price-item-tiji {
    width: calc(100% - 88px);
    display: inline-block;
    float: right;
}
.price-item>span {width: 80px;vertical-align:top;color: #000;}
.price-item span {font-size: 13px;color: #333;font-weight: bold;line-height: 47px;}
.price-item label {width: calc(100% - 88px);float: right;padding: 0 20px;margin-bottom: 20px;font-size: 17px;color: #1d2860;border: none;background: #fff;border: 1px solid #e5e5e5;border-radius: 10px;}
.price-item select {width: 100%;height: 47px;font-size: 13px;color: #333;border: none;}
.price-item label input {width: 100%;line-height: 47px;font-size: 13px;color: #1d2860;border: none;}
.price-item-tiji label {width: 33%;margin-right: 0.5%;float: left;background: #fff;font-size: 16px;color: #1d2860;}
.price-item-tiji label:last-child {margin-right: 0;}
.input_box{
    text-align: center;
}


@media(max-width:768px){
    .price-item{
        width:100%;
    }
}

@media(max-width:375px){
    .price-item-tiji label{
        width:100%;
    }
}

.p_input {margin: 0 auto;padding: 0 70px;height: 44px;outline: none;background-color: #0084f7;opacity: 0.8;color:#fff;font-size: 13px;border: none;border-radius: 10px;transition: .3s;}
.p_input:hover{
	background-color: #0084f7;
	opacity: 1;
}
.inElement {width: calc(100% - 120px);display:inline-block;}
.price-item-tiji .inElement{width: 20%;display:inline-block;}
.inElement label { transition:all .5s; }
.inElement label:focus { background:#eee; }

.inText label { display:block; _zoom:1; *display:inline; border:1px solid #DDD; }
.inText label.hover { border-color:#c30d23; }
.inText label.focus { border-color:#c30d23; box-shadow:0 0 5px 0 rgba(195, 13, 35,.2); }
.inText input { border:0; margin:0;padding: 0 10px;box-sizing:border-box;width: 100%;}
.inTextarea label {/* display:block; *//* border:1px solid #DDD; */}
.inTextarea label.hover { border-color:#c30d23; }
.inTextarea label.focus { border-color:#c30d23; box-shadow:0 0 5px 0 rgba(195, 13, 35,.2); }
.inSelect label { display:block; width:100%; border:1px solid #DDD; font-weight:normal; color:#353535; vertical-align:top; overflow:hidden;  margin:0; padding:0; z-index:2; position:relative; box-sizing:border-box; }
.inSelect label span,
.inSelect label em { height:36px; line-height:36px; display:inline-block; vertical-align:top;}
.inSelect label span { float:left; padding:0 10px; left:0; }
.inSelect label em { float:right; width:30px; background:url(../images/form-select-arrow-down.png) no-repeat center center; transition:all .5s; }
.inSelect label em.open { background-image:url(../images/form-select-arrow-up.png); }
.inSelect label.hover { border-color:#c30d23; }
.inSelect label.hover em { background-image:url(../images/form-select-arrow-down-on.png); }
.inSelect label.hover em.open { background-image:url(../images/form-select-arrow-up-on.png); }
.inSelect label.focus { border-color:#c30d23; box-shadow:0 0 5px 0 rgba(195, 13, 35,.2); }
.inSelect label.focus em { background-image:url(../images/form-select-arrow-down-on.png); }
.inSelect label.focus em.open { background-image:url(../images/form-select-arrow-up-on.png); }
.inSelect label.disabled { background:#F5F5F5; color:#999; cursor:not-allowed; }
.inSelect .dropbox { width:100%; margin:0; padding:0; border:1px solid #DDD; clear:both; background:#FFF; z-index:1; left:0; box-sizing:border-box; border-top:0; z-index:-1; }
.inSelect .dropbox .listbox dl,
.inSelect .dropbox .listbox .option,
.inSelect .dropbox .listbox .optgroup { list-style:none; margin:0; padding:0;}
.inSelect .dropbox .listbox .option a,
.inSelect .dropbox .listbox .optgroup a { display:block; text-decoration:none; color:#353535; margin:0px; cursor:default; }
.inSelect .dropbox .listbox .option a span,
.inSelect .dropbox .listbox .optgroup a span { display:block; margin-left:10px; line-height:25px; }
.inSelect .dropbox .listbox .optgroup dt a { color:#000; font-weight:bold; margin:0px; }
.inSelect .dropbox .listbox .selected { background-color:#F3F3F3; }
.inSelect .dropbox .listbox .hover a { background-color:#c30d23; color:#FFF; }
.inSelect .dropbox .listbox .option a:hover { background-color:#c30d23; color:#FFF; }
.inSelect .dropbox .listbox .option a:hover span.selected { background-color:#c30d23; color:#FFF; }
.inSelect .dropbox .listbox dd.disabled a { background-color:#FFF; color:#999; cursor:not-allowed; }
.inSelect .dropbox .listbox dd.disabled a:hover { background-color:#FFF; color:#999; }
.inSelect .dropbox .listbox dd.disabled a span.selected { background-color:#FFF; }
.inSelect .dropbox .listbox dd.disabled a:hover span.selected { background-color:#FFF; color:#999; }
.inSelect .dropbox .listbox dd.option { overflow:hidden; }
.inSelect .dropbox .listbox dd.option a span { display:inline-block; }
.inSelect .dropbox .listbox dd .option a span { margin-left:20px; } 

/*price result*/
.form .form-result{
  width: 100%;
  margin-top: 20px;
}
.form .form-result .table-title {
     display: block;
    margin: auto;
    max-width: 600px;
    padding:5px;
    width: 100%;
  }
  
.form .form-result  .table-title h3 {
     color: #fafafa;
     font-size: 30px;
     font-weight: 400;
     font-style:normal;
     font-family: "Roboto", helvetica, arial, sans-serif;
     text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
     text-transform:uppercase;
  }
.form .form-result  .table-fill {
    background: white;
    border-radius:3px;
    border-collapse: collapse;
    /* height: 320px; */
    /* margin: auto; */
    max-width: 100%;
    padding:5px;
    width: 100%;
    /* box-shadow: 0 4px 10px rgb(0 0 0 / 5%); */
    animation: float 5s infinite;
    border-radius: 5px;
    border: 1px solid #eaeaea;
  }
   
.form .form-result th {
    color: #000;
    text-align: center;
    /* background: #0b2154; */
    /* border-bottom:4px solid #9ea7af; */
    /* border-right: 1px solid #C1C3D1; */
    font-size: 13px;
    font-weight: 400;
    padding: 12px;
    /* height: 36px; */
    /* text-align:
    left; */
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    /* vertical-align:
    middle; */
  }
  
.form .form-result th:first-child {
    border-top-left-radius:3px;
  }
   
.form .form-result th:last-child {
    border-top-right-radius:3px;
    border-right:none;
  }
    
.form .form-result tr {
    text-align: center;
    color: #746a6a;
    font-size: 12px;
    font-weight:
    normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
    /* height: 36px; */
  }
   
.form .form-result tr:hover td {
    color: #1d2860;
    /* border-top: 1px solid #22262e; */
  }
   
.form .form-result tr:first-child {
    border-top:none;
  }
  
.form .form-result tr:last-child {
    border-bottom:none;
  }
   
.form .form-result tr:nth-child(odd) td {
    /* background: #fafafa; */
  }
   
.form .form-result tr:nth-child(odd) td:hover {
    color: #0084f7;
  }
  
.form .form-result tr:last-child td:first-child {
    border-bottom-left-radius:3px;
  }
   
.form .form-result tr:last-child td:last-child {
    border-bottom-right-radius:3px;
  }
   
.form .form-result td {
    background:#FFFFFF;
    padding: 12px;
    vertical-align: middle;
    font-size: 14px;
  }
  
.form .form-result td:last-child {
    border-right: 0px;
  } 


/* 文章页 */
.article .a-title{padding-bottom: 20px;border-bottom: 2px solid #f5f5f5;text-align: center;margin-bottom: 20px;}
.article .a-title .h1{width: 100%;line-height: 35px;font-size: 36px;margin-bottom: 8px;padding: 0 10px 10px 0;margin-top: 0;font-weight: bold;color: #333;}
.article .a-title .info{width: 100%;line-height: 20px;font-size: 12px;color: #999;}
.article .a-title .info em{margin-right: 18px;font-style: normal;}
.article .a-dd{padding: 10px;background: #f5f5f5;color: #666;font-size: 13px;line-height: 1.6em;border-radius: 4px ;border: 1px solid #eee; margin-bottom: 20px;}
.article .a-body p{font-size: 14px;color: #666;line-height: 2em;text-indent: 2em;}
.page_control .page_go{width: 50%;font-size: 14px;color: #0084f7;text-align: left;}
.page_control .page_go a{line-height: 33px;font-size: 13px;color: #333;margin: 0 8px;transition: .3s;}
.page_control .page_go a:hover{color: #178ef6;}
.page_control .page_go span i{font-size: 20px;position: relative;top: 4px;font-weight: bold;transition: 0.5s;}
.page_control .page_go:hover span i{transform: rotateX(360deg);}


.fl {  float: left;}
.fr {  float: right;}
.text-right {text-align: right!important;}
/* 返回样式 */
.page_control {width: 100%;margin-top: 30px;/* border-top: 1px solid #f1f1f1; */padding: 14px;position: relative;background: #fafafa;border-radius: 10px;}
.page_control:before {content: '';background: #d5d5d5;position: absolute;width: 1px;height: 34px;top: 50%;left: 50%;margin: -17px 0 0 -2px;z-index: 2;}
.page_control:after {content: '';position: absolute;width: 1px;height: 74px;left: 50%;margin-left: -1px;top: 0;bottom: 0;z-index: 1;background: rgba(255,255,255,0.1);}
.page_control .button {width: 120px;height: 30px;line-height: 28px;font-size: 14px;padding: 0;text-align: center;margin-top: -18px;background: #fff;border-radius: 0;display: inline-block;box-sizing: border-box;position: absolute;top: 40px;left: 45%;}
.button.btn-main-em {color: #0084f7;border: 1px solid #0084f7;}
.button.btn-main-em:hover{color: #fff;border: 1px solid #0084f7; background-color:#0084f7;}




/* help */
.faq_contain { width: 100%; /*padding: 0 100px; */}
.qamain { width: 100%; }
.qarside { width: 318px; }
.qarside .imgb { width: 100%; padding-bottom: 30px; }
.qarside .imgb img { width: 100%; height: auto; }
.qamain .b {margin-bottom: 20px;width: 100%;background-color: #fff;border: 1px solid #eaeaea;border-radius: 10px;/* box-shadow: 0px 10px 29px 1px rgb(0 0 0 / 5%); */}
.qamain .b.on {/* border: 2px solid #eee; */}
.qamain .b .q {position: relative;text-align: left;max-width: 100%;cursor: pointer;line-height: 30px;font-size: 15px;color: #333;padding: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.qamain .b.on .q {color: #333;font-weight: bold;}
.qamain .b .q .icon-down {position: absolute;right: 15px;background-color: #ddd;box-shadow: 0px 10px 29px 1px rgb(0 0 0 / 5%);border-radius: 10px;padding: 8px;}
.qamain .b.on .q .icon-down{background-color: #178ef6;}
.qamain .b .q .icon-down:before{content: "\e96a";color: #fff;float: right;/* line-height: 32px; */font-size: 14px;transition: .4s;}
.qamain .b.on .q .icon-down:before{content: "\e96b";color: #fff;transition: 0.4s;font-weight: bold;transform: rotate(180deg);}
.qamain .b .q .icon-faq-01{position: absolute;top: 19px;left:15px;color: #0084f7;font-size: 24px;}
.qamain .b .a {display: none;padding: 15px;/* border-top: 1px solid #eee; *//* border-top: 0; */font-size: 14px;line-height: 24px;color: rgba(102, 102, 102, 0.5);padding-top: 0;}
.qamain .b .a p{margin:0;}
