@charset "utf-8";

/*inbanner*/
.inbanner {background-image: url(../images/inbanner.jpg);margin-top: 70px;position: relative;height: 220px;min-width: 1200px;background-position: center center;background-repeat: no-repeat;padding: 0;}
.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); }
.inbanner-txt {
    padding-top: 70px;
}
.inbanner-txt .in-tit-box {
	width: 100%;
    float: left;
    margin: 0;
}
.inbanner-txt .in-tit-box .in-tit {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 46px;
    /* font-weight: 700; */
    letter-spacing: 0px;
    color: #1a1b27;
}
/*address*/
.address {
    width: 100%;
    /* border: 1px solid #f1f1f1; */
    /* height: 50px; */
    display: flex;
    justify-content: center;
}

.address-list {line-height: 40px;border-radius: 10px;}
.address-list,
.address-list a,
.address-list span {
    float: left;
    position: relative;
}
.address-list .address-icon{
	position:absolute;
	left: 18px;
	top: 0px;
	color:#f5a700;
	font-size: 18px;
}
.address-list a {
    margin-right: 12px;
    padding-right: 18px;
    font-size: 13px;
    /* font-weight: 600; */
    color: rgba(0,0,0,0.6);
    text-transform: uppercase
}
.address-list span {
    font-size: 13px;
    /* font-weight: 600; */
    color: #666;
    text-transform: uppercase
}
.address-list a:hover{
    color: #000;
}

.address-list span {
    color: #000
}

.address-list a:before {
    content: '/';
    position: absolute;
    color: #f5a700;
    right: 0;
}
/*address end*/
/*tab*/
.in-tab-box {
    padding: 0;
}

.in-tab-box .in-tab {
    float: left;
    position: relative;
    z-index: 2;
    padding: 26px 0;
}

.in-tab-box .in-tab a {
    float: left;
    font-size: 16px;
    color: #666666;
    position: relative;
    padding: 10px 20px;
    /* border-radius: 10px; */
    line-height: 20px;
    margin-right: 10px;
}

.in-tab-box .in-tab a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    /* background-color: #c30d23; */
}

.in-tab-box .in-tab a.on:before {
    /* height: 2px; */
}

.in-tab-box .in-tab a.on,
.in-tab-box .in-tab a:hover {
    color: #fff;
    background-color: #f5a700;
    /* box-shadow: 0 2px 10px rgb(0 0 0 / 10%); */
}
/*tab end*/

/*in*/
.in-main{
    background-color: #fff;
    float: right;
    position: relative;
    padding-top: 0;
    padding-bottom: 80px;
}
.in{
    /* border: 1px solid #f1f1f1; */
    margin-top: 20px;
    /* padding: 20px; */
}

/*news*/
.new-list li{float:left;width: 100%;}
.new-list li{
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.new-list li .news-img {
	width: 280px;
	margin-right: 20px;
	overflow: hidden;
}
.new-list li .news-img img {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.new-list li:hover .news-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.new-list li .news-txt {
    position: relative;
    width: calc(100% - 300px);
    padding-top: 15px;
    /* overflow: hidden; */
    /* border: 1px solid #eee; */
    transition: all .3s ease-in-out;
}
.new-list li .news-txt h3 {
    text-align: left;
    max-width: 300px;
    font-size: 17px;
    padding-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-bottom: 0;
    margin-bottom: 8px;
}
.new-list li .news-txt .news-p {
    color: #5e646a;
    font-size: 14px;
    /* text-align: justify; */
    /* font-style: italic; */
    line-height: 24px;
    min-height: 48px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.new-list li .news-txt p a {
    color: #f5a700;
}

.new-list li .news-txt p a:hover {
    color: #d18e00;
    text-decoration: underline;
}

.new-list li .news-txt p i {
    color: #f5a700;
}
.new-list li .news-txt span {
    display: block;
    color: #999;
    font-size: 14px;
    /* text-align: justify; */
    /* font-style: italic; */
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: left;
}
.new-list li:first-child {
    padding-top: 0;
}

.pagebar {overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pagination a {
	/* background: #292929; */
	/* border: 1px solid #ccc; */
	border: 1px solid rgba(0,0,0,0.1);
	color: #333;
	font-size: 12px;
	/* padding: 12px 16px; */
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 6px;
	transition: .3s;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
	color:#fff;
	background-color:#f5a700;
  border: 1px solid #f5a700;
}
.pagination a.page-num-current {
  color: #fff;
  background: #f5a700;
  border: 1px solid #f5a700;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

/*track*/
.search-box{margin-bottom:0px;}
.wayExpressBox{/* margin-top: 20px; */}
.wayExpressBox form {
	/* text-align: center; */
	/* width: 90%; */
	margin: 0 auto;
}
.wayExpressBox .inputItem{
	width: calc(100% - 50px);
	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: calc(100% - 140px);
    font-size: 14px;
    line-height: 18px;
    resize: none;
    background: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #c30d23;
    position: relative;
    overflow: hidden;
    float: left;
    }

.wayExpressBox .query_txt {
    display: inline-block;
    line-height: 25px;
    width: 100%;
    height: 70px;
    border: none;
    font-size: 14px;
    vertical-align: top;
    color: #666;
    resize: none;
    overflow-y: hidden;
    outline: none;
    border: 1px solid #c30d23;
    padding: 5px 10px;
}
.wayExpressBox .search_box {
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
width: 130px;float: right;}
.wayExpressBox .result-list {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    /* padding-top: 30px; */
}
.wayExpressBox .search_btn {
    display: block;
    width: 100%;
    line-height: 40px;
    color: #fff;
    background: #c30d23;
    border: 0;
    font-family: microsoft yahei;
    border-radius: 4px;
    cursor: pointer;
    opacity:1;
}
.wayExpressBox .search_box .search_btn:hover {
    opacity:0.8;
}
.wayExpressBox .result-list .result-item {
    background: #fff;
    /* padding: 0 0 25px; */
    color: #131313;
    /* margin-bottom: 20px; */
    position: relative;
    /* border: 2px solid #eaeaea; */
}

.wayExpressBox .result-list .result-item .result-top {
    height: 31px;
    position: relative;
    color: #0b2154;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    }
.wayExpressBox .result-list .result-item .result-top .numbers {
    display: block;
    float: left;
    /* width: 520px; */
    font-size: 16px;
    /* line-height: 56px; */
    margin-bottom: 30px;
    margin: 0;
    /* margin-right: 10px; */
}
.wayExpressBox .result-list .result-item .result-top .result-static {
    /* position: absolute; */
    /* right: 0px; */
    /* top: 2px; */
    float: right;
    text-align: right;
    font-size: 16px;
}
.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: #f5a700;
}
.wayExpressBox .branch-list {
    min-height: 185px;
    margin-top: 10px;
    padding: 20px 0px;
    padding-bottom: 0;
    border-top: 1px solid #eaeaea;
    /* border-radius: 5px; */
}

.wayExpressBox .result-list .result-item .branch-list .branch-item {
    padding-left: 120px;
    position: relative;
    padding-bottom: 10px;
    display: none;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item:last-child {
    padding-bottom: 0px;
}
.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: 91px;
    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-text {
    width: 100%;
    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:#000;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-text a:hover{
	color:#f5a700;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-time {
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 13px;
    color: #a1a1a1;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-time span{
    display: block;
    font-size: 12px;
    color: #a1a1a1;
    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: 6px;
    height: 6px;
    padding: 6px;
    /* background: #eee; */
    /* border: 1px solid #c30d23; */
    border-radius: 100%;
    position: absolute;
    left: 85px;
    top: 7px;
    z-index: 2;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item:first-child .branch-circle {
    /* background-color: rgba(216, 19, 36, 0.3); */
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-circle em {
    display: block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 100%;
    position: absolute;
    left: 3px;
    top: 3px;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item:first-child .branch-circle em {
    background: #f5a700;
    width: 8px;
    height: 8px;
    left: 2px;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item:last-child .branch-circle em {
    /* background: #0b2154; */
}
.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;
}


/*price*/
input,select,textarea,button { outline:0; font-size: 12px; }
.form {font-size:12px;}
.form>form{min-height:80px;}
.price-item {float: left;position: relative;/* padding:20px 0; *//* border-bottom:1px solid #EEE; */line-height:38px;padding-left: 0;}
.price-item-gusuan {text-align: center;/* width: 10%; *//* float: right; */}
.price-item-tiji {
    width: calc(100% - 88px);
    display: inline-block;
    float: right;
}
.price-item>span {/* display:inline-block; */width: 80px;vertical-align:top;color: #000;}
.price-item span {font-size: 13px;/* display: block; */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: 1px solid #eee;}
.price-item select {width: 100%;height: 47px;/* background: #f9f9f9; *//* background-color: #fafafa; */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;font-size: 16px;color: #1d2860;}
.price-item-tiji label:last-child {margin-right: 0;}

@media(max-width:768px){
    .price-item{
        width:100%;
    }
}

@media(max-width:375px){
    .price-item-tiji label{
        width:100%;
    }
}

.p_input {padding: 0 70px;height: 44px;outline: none;background-color: #f5a700;color:#fff;font-size: 13px;border: none;}
.p_input:hover{
    opacity: 0.8;
}
.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: #fafafa;
    border-collapse: collapse;
    max-width: 100%;
    padding:5px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eaeaea;
  }
   
.form .form-result th {
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    padding: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  
.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);
  }
   
.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: #f5a700;
  }
  
.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-weight: 400; */
    font-size: 14px;
    /* text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); */
    /* border-right: 1px solid #C1C3D1; */
  }
  
.form .form-result td:last-child {
    border-right: 0px;
  } 


/* 文章页 */
.article .a-title{padding-bottom: 14px;border-bottom: 1px solid #f1f1f1;text-align: center;margin-bottom: 30px;}
.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: #f5a700;text-align: left;}
.page_control .page_go a{line-height: 33px;font-size: 13px;color: #333;margin: 0 8px;}
.page_control .page_go a:hover{color: #f5a700;}
.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: 20px;padding-bottom: 0;position: relative;}
.page_control:before {content: '';background: #f5a700;position: absolute;width: 2px;height: 30px;top: 70%;left: 50%;margin: -15px 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: #f5a700;border: 1px solid #f5a700;}
.button.btn-main-em:hover{color: #fff;border: 1px solid #f5a700; background-color:#f5a700;}




/* 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 {width: 100%;border-left: 1px solid #e4e5e6;}
.qamain .b:last-child {margin-bottom: 0px;}
.qamain .b.on {border-left: 2px solid #f5a700;}
.qamain .b .q {position: relative;text-align: left;max-width: 100%;cursor: pointer;line-height: 20px;font-size: 15px;color: #000;padding: 16px 20px;padding-left: 40px;box-shadow: inset 0px 4px 3px -2px rgb(0 0 0 / 4%);/* padding-left: 10px; */}
.qamain .b .q .q-num {width: 18px;height: 22px;color: #fff;font-weight: bold;background: #f5a700;display: inline-block;text-align: center;margin-right: 10px;}
.qamain .b.on .q {color: #f5a700;font-weight: bold;}
.qamain .b .q .icon-down {position: absolute;left: 15px;top: 12px;color: #999;}
.qamain .b .q .icon-down:before{content: "\e96a";float: right;line-height: 32px;font-size: 12px;transition: .4s;}
.qamain .b.on .q .icon-down:before{content: "\e96b";color: #f5a700;transition: 0.4s;font-weight: bold;}
.qamain .b .a {display: none;padding: 16px 20px;padding-left: 40px;/* border-top: 1px solid #eee; */font-size: 14px;line-height: 24px;color: #666;box-shadow: inset 0px 4px 3px -2px rgb(0 0 0 / 4%);}
.qamain .b .a p{margin:0;padding-bottom: 0;color: #8d8e90;}

