.qc-footer {
    min-width: 320px;
    margin: 20px auto 0;
}
.c-footer-website {
    background: #2e3033;
}
.c-footer-inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1180px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-bottom:20px;
}
.c-footer-website-columns [class*=c-g-]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
}
.c-footer-website-title {
    margin-bottom: 0;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
}
.c-footer-website-title a {
    position: relative;
    padding: 0 15px;
    height: 56px;
    font-size: 14px;
    line-height: 56px;
    display: block;
    color: inherit;
    cursor: default;
}
.c-footer-website-title a:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate3d(0,0,1,45deg);
    transition: transform .2s linear;
}
.c-footer-website-group.actived .c-footer-website-title a:after {
    margin-top: -2px;
    transform: rotate3d(0,0,1,-135deg);
}
.c-footer-website-list {
    position: relative;
    display: none;
    font-size:14px;
}
.c-footer-website-group.actived .c-footer-website-list {
    display: block;
    position: relative;
    
}

.c-footer-website-list a {
    display: block;
    padding: 0 15px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    color: #ccc;
}

.c-footer-copyright {
    position: static;
    margin-top: 20px;
    padding: 0 15px 1px;
    width: auto;
    text-align: center;
}
.c-footer-share-links {
    position: relative;
    margin-bottom:14px;
}
.c-footer-share-bubble {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    padding-top: 0;
    width: 160px;
    font-size: 12px;

    text-align: center;
    color: #ccc;
    margin:0 auto;
}
.c-footer-share-bubble .bubble-qr {
    box-sizing: border-box;
    margin-bottom: 7px;
    background-color: #fff;
    height: 160px;
}
.c-footer-share-bubble .bubble-qr img {
    display: block;
    width: 100%;
    image-rendering: pixelated;
}
.c-footer-website .mobile-part, .c-footer-website .mobile-part .c-btn {
    margin-bottom: 20px;
}
.c-btn {
    height: 35px;
    min-width: 140px;
    padding: 0 20px;
    background-color: #00a4ff;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
}
.c-footer-copyright .c-btn {
    width: 100%;
    padding: 0 8px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}
.c-footer-website .mobile-part, .c-footer-website .mobile-part .c-btn {
    margin-bottom: 20px;
}
.c-footer-tel-m {
    box-sizing: border-box;
    display: block;
    padding: 0 9px;
    height: 35px;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,.3);
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 33px;
    color: #fff !important;
    cursor: pointer;
    margin-bottom: 20px;
}
.c-footer-copyright-text {
    margin-bottom: 14px;
    margin-top: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #333;
}
.c-footer-copyright-text span {
    display: block;
}
.c-footer-website-list:after, .c-footer-website-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    border-bottom: 1px solid #393c40;
    transform: scale3d(1,.5,1);
    transform-origin: center bottom;
}

.app_bodybox{
    padding-top:56px
}
.com-m-side-nav-item .dropdown_list .dropdown_item.active{
    border-color: #00a4ff;
    color: #00a4ff;
}
.com-m-side-nav-item .dropdown_list{
    padding-top: 6px;
}

.c-footer-copyright .c-btn{
    color: #fff;
}
.c-footer-tel-m{
    color: #fff;
}

/* 返回顶部 */
.come_back{
    position:fixed;
    bottom:68px;
    right:12px;
    z-index:999;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}
.come_back .come_back_icon{
    display:inline-block;
    width:40px;
    height:40px;
    border:1px solid #e8edf3;
    border-radius:50%;
    background-color:#fff;
    vertical-align:middle;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
    position:relative;
}
.come_back .come_back_icon:before{
    content:'';
    position:absolute;
    right:12px;
    top:15px;
    width:0;
    height:0;
    border-style:solid;
    border-width:0px 8px 8px;
    border-color:transparent transparent #bdbdbd;
    
}
.come_back .come_back_icon:after{
    content:'';
    position:absolute;
    right:12px;
    top:18px;
    width:0;
    height:0;
    border-style:solid;
    border-width:0px 8px 8px;
    border-color:transparent transparent #fff;
}
.come_back.show{
    visibility: visible;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
}
.come_back .come_back_icon{
    box-sizing: content-box;
}


.fix-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 2.3rem;
  background: #191919;
  z-index: 9;
  -webkit-transform: translateZ(0);
}
.fix-bar .fixbtn {
  float: left;
  width: 50%;
  height: 2.3rem;
  font-size: 0.6rem;
  color: #fff;
  padding-left: 1.3rem;
  line-height: 2.3rem;
  box-sizing: border-box;
}
.fix-bar .fixbtn .bg-online {
  float: left;
  width: 0.86rem;
  height: 2.3rem;
  margin-right: 0.3rem;
  background: url(https://bqq.gtimg.com/qdweb_2018/static/m/img/v2/onlinenew.png) 0 center no-repeat;
  background-size: 100% auto;
}
.fix-bar .fixbtn-apply {
  padding-left: 2.9rem;
}
.fix-bar .fixbtn-apply .bg-apply {
  float: left;
  width: 0.76rem;
  height: 2.3rem;
  margin-right: 0.3rem;
  background: url(https://bqq.gtimg.com/qdweb_2018/static/m/img/v2/writenew.png) 0 center no-repeat;
  background-size: 100% auto;
}
.fix-bar .tel {
  position: absolute;
  left: 50%;
  top: -0.6rem;
  margin-left: -1.27rem;
  width: 2.54rem;
  height: 2.54rem;
  background: url(https://bqq.gtimg.com/qdweb_2018/static/m/img/v2/phonenew.png) 0 0 no-repeat;
  background-size: 100%;
}

.fixed_footer {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-around;
    background-color: #ff492a;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.fixed_footer a {
    display: block;
    padding: 10px 0;
    width: 100px;
    height: 64px;
    color: #fff;
    text-align: center;
}

.fixed_footer a i {
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

.fixed_footer a i.tel {
    background-image: url('../images/icon_phone.png');
}

.fixed_footer a i.service {
    background-image: url('../images/icon_headset.png');
}

.fixed_footer a i.backhome {
    background-image: url('../images/icon_home.png');
}

.fixed_footer a .txt {
    line-height: 30px;
    font-size: 14px;
}

