/* ff8331 */
html {
	font-size: 13.33333333vw!important;
}
body {
    font-size: .32rem;
}
html,body {
    height: 100%;
}
#pc_footer{
    display: none;
}
#pc_header{
    display: none;
}
/*头部公用样式*/
.pageheader {
    width: 100%;
    height: .96rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 980;
}
.pageheader .logo {
    width: 100%;
    height: 100%;
}
.pageheader .logo a {
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pageheader .logo img {
    width: 1.67rem;
    height: .51rem;
}
.pageheader .nav-wrap-btn {
    width: .54rem;
    height: .43rem;
    right: .3rem;
    top: .26rem;
}
.pageheader .nav {
    padding: .2rem .3rem .8rem;
    text-align: center;
    position: absolute;
    top: .96rem;
    left: 0;
    width: 6.9rem;
    background-color: #fff;
    display: none;
}
.pageheader .nav .item {
    display: block;
    float: left;
    width: 2.3rem;
    margin-bottom: .18rem;
}
.pageheader .nav .item img {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}
.pageheader .nav .item em {
    display: block;
    font-weight: normal;
    font-size: .26rem;
    color: #333;
    line-height: .9rem;
}
.pageheader .nav .tclose {
    width: .4rem;
    height: .4rem;
    position: absolute;
    bottom: .3rem;
    left: 50%;
    margin-left: -0.2rem;
}
.pageheader .nav .tclose img {
    display: block;
    width: 100%;
    height: 100%;
}
.zhanwei-head {
    width: 7.5rem;
    height: .96rem;
}
/*尾部公用样式*/
.footer-wraper {
    position: fixed;
    height: 1.1rem;
    background: #fff;
    width: 100%;
    font-size: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    z-index: 999999;
    border-top: .02rem solid #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-wraper .footer-nav {
    width: 25%;
}
.footer-wraper .footer-nav a {
    display: block;
    height: 100%;
    text-align: center;
}
.footer-wraper .footer-nav a .nav-img {
    display: inline-block;
    width: .52rem;
    height: .52rem;
}
.footer-wraper .footer-nav a .nav-text {
    height: .28rem;
    line-height: .28rem;
    text-align: center;
    color: #666666;
    font-size: .18rem;
}
.footer-wraper .footer-nav:nth-child(1) a .nav-img {
    background: url(../images/m-common/icon_home.png) no-repeat center center;
    background-size: 100% 100%;
}
.footer-wraper .footer-nav:nth-child(2) a .nav-img {
    background: url(../images/m-common/icon_dljz.png) no-repeat center center;
    background-size: 100% 100%;
}
.footer-wraper .footer-nav:nth-child(3) a .nav-img {
    background: url(../images/m-common/icon_gszc.png) no-repeat center center;
    background-size: 100% 100%;
}
.footer-wraper .footer-nav:nth-child(4) a .nav-img {
    background: url(../images/m-common/icon_more.png) no-repeat center center;
    background-size: 100% 100%;
}
.footer-wraper div.footer-nav a div.img1 {
    background-image: url(../images/m-common/icon_home_cho.png) !important;
}
.footer-wraper div.footer-nav a div.img2 {
    background-image: url(../images/m-common/icon_dljz_cho.png) !important;
}
.footer-wraper div.footer-nav a div.img3 {
    background-image: url(../images/m-common/icon_gszc_cho.png) !important;
}
.footer-wraper div.footer-nav a div.seltext {
    color: #ff8331;
}
.zhanwei-foot {
    width: 7.5rem;
    height: 1.1rem;
}
/* 侧边悬浮样式 */
.com-sidebar {
    position: fixed;
    z-index: 999;
    right: 12px;
    top: 50%;
    margin-top: -75px;
    width: 50px;
    height: 150px;
    background-color: #667eff;
	padding:0;
  }
  .com-sidebar li {
    margin-top: 10px;
    width: 50px;
    height: 40px;
    position: relative;
    cursor: pointer;
	list-style-type:none;
	box-sizing:border-box;
  }
  .com-sidebar li:hover {
    background-color: #425ce8;
  }
  .com-sidebar li .item {
    width: 50px;
    text-align: center;
	height:50px;
	position:relative;
  }
  .com-sidebar li .item img {
    width: 28px;
    height: 28px;
  }
  .com-sidebar li .tbox {
    width: 290px;
    position: absolute;
    top: 0;
    right: 50px;
    display: none;
    opacity: 0;
  }
  .com-sidebar li .tbox1 {
    height: 144px;
  }
  .com-sidebar li .tbox2 {
    height: 230px;
  }
  .com-sidebar li .xxbox {
    width: auto;
    /* height: 144px; */
    background-color: #fff;
    position: absolute;
     display: flex;
      flex-direction:column;
    top: 0;
    right: 17px;
	padding:15px;
    
      -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
      box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
  }
  .com-sidebar li .xxbox:after,
  .com-sidebar li .pbox:after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 16px;
    right: -14px;
  }
  .com-sidebar li .xxbox .tit {
    padding-top: 5px;
    width: 100%;
    display: flex;
      flex-direction:column;
      position: relative;
  }
  .com-sidebar li .xxbox .tit img {
    width: 20px;
    height: 21px;
    margin-right: 8px;
    display: block;
    left: -10px;
    margin-left: 50%;
    position: relative;
  }
  .com-sidebar li .xxbox .tit .word {
    font-size: 16px;
    color: #333;
    line-height: 21px;
    text-align: center;
  }
  .com-sidebar li .xxbox .cont {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-top: 1px;
	margin:0;
  display: block;
    width: 100%;
  }
  .com-sidebar li .pbox {
    width: 243px;
    height: 230px;
    padding-left: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 17px;
      -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
      box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
  }
  .com-sidebar li .pbox .tit {
    padding: 21px 0 5px 0;
    line-height: 28px;
    font-size: 15px;
    color: #333;
  }
  .com-sidebar li .pbox .tit a {
    color: #667eff;
  }
  .com-sidebar li .pbox .tis {
    line-height: 20px;
    font-size: 12px;
    color: #666;
    margin-bottom: 17px;
  }
  .com-sidebar li .pbox .insome {
    width: 167px;
    height: 38px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .com-sidebar li .pbox .insome input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #333;
	border:none;
	top:0;
	position:relative;
	display:block;
  }
  .com-sidebar li .pbox .insome input::-ms-input-placeholder {
    color: #999;
  }
  .com-sidebar li .pbox .insome input::-webkit-input-placeholder {
    color: #999;
  }
  .com-sidebar li .pbox .btn {
    width: 189px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
	text-decoration:none;
    cursor: pointer;
    /* background: -webkit-gradient(linear, left top, right top, from(#ff7928), to(#fd924b));
    background: linear-gradient(90deg, #ff7928 0%, #fd924b 100%); */
    background-color: #ff8331;
  }
.side-call-btn {
    width: 1rem;
    height: 1rem;
    background: url(../images/m-common/icon_phone.png) no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    position: fixed;
    right: .26rem;
    bottom: 2.86rem;
    z-index: 970;
}
.side-call-btn a {
    display: block;
    width: 100%;
    height: 100%;
}
.side-kf-btn {
    width: 1rem;
    height: 1rem;
    background: url(../images/m-common/icon_massage.png) no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    position: fixed;
    right: .26rem;
    bottom: 1.65rem;
    z-index: 970;
}
.pagebottom {
    width: 6.98rem;
    height: 3.42rem;
    padding: 0 .26rem;
    background-color: #252526;
    text-align: center;
}
.pagebottom .item1 {
    padding: .4rem 0 .16rem;
    border-bottom: .01rem solid #2c2c2e;
}
.pagebottom .item1 .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagebottom .item1 .phone img {
    width: .52rem;
    height: .52rem;
}
.pagebottom .item1 .phone a,.pagebottom .item1 .phone span {
    font-size: .4rem;
    line-height: .54rem;
    color: #ffffff;
}
.pagebottom .item1 .cont {
    font-size: .28rem;
    line-height: .58rem;
    color: #7c7c7c;
}
.pagebottom .item2 {
    font-size: .24rem;
    line-height: .44rem;
    color: #7c7c7c;
    padding: 0 .7rem;
    padding-top: .36rem;
}
.footer-more-serve {
    width: 7.5rem;
    height: calc(100vh - 2.06rem);
    position: fixed;
    left: 0;
    bottom: 1.11rem;
    z-index: 9999;
    background-color: #fff;
    display: none;
    opacity: 0;
  }
  .footer-more-serve:after {
      content: '';
      clear: both;
      display: block;
  }
  .footer-more-serve ul,
  .footer-more-serve li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-more-serve p {
    padding: 0;
    margin: 0;
  }
  .footer-more-serve a {
    text-decoration: none;
  }
  .footer-more-serve .fms-tab-left {
    float: left;
    width: 2.72rem;
    height: 100%;
    box-sizing: border-box;
    border-right: .01rem solid #eaeaea;
    padding: .2rem 0 0 .26rem;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
  }
  .footer-more-serve .fms-tab-left::-webkit-scrollbar {display:none}
  .footer-more-serve .fms-tab-left li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-more-serve .fms-tab-left li img {
    width: .52rem;
    height: .52rem;
    margin-right: .22rem;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.6;
  }
  .footer-more-serve .fms-tab-left li .tit {
    font-size: 0.28rem;
    line-height: 1.1rem;
    color: #333333;
  }
  .footer-more-serve .fms-tab-left li.sel img {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
  .footer-more-serve .fms-tab-left li.sel .tit {
    color: #ff8331;
  }
  .footer-more-serve .fms-cont-right {
    float: left;
    padding: .2rem 0 0 .6rem;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
  }
  .footer-more-serve .fms-cont-right::-webkit-scrollbar {display:none}
  .footer-more-serve .fms-cont-right ul {
    display: none;
    width: 4rem;
  }
  .footer-more-serve .fms-cont-right ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.28rem;
    line-height: 1.1rem;
    color: #666666;
  }
  .footer-more-serve .fms-cont-right ul li a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .footer-more-serve .fms-cont-right ul li a:active {
      color: #ff8331;
  }
  .footer-more-serve .fms-cont-right ul.toshow {
    display: block;
  }
  /* add */
  div.pc-com-module-title {
      font-size: .36rem;
      font-weight: normal;
  }
  div.relate-question ul.qabox li .answ .cont {
      font-size: .24rem;
  }
  div.relate-question ul.qabox li .ques .cont {
    font-size: .28rem;
  }
  .mask2body {
    overflow: hidden;
  }
  