/*
- * @description: 全站基础样式（css初始化+头部+底部）
- * @author: swallow
- * @update: name (2019-07-05 18:00)
- * @tips: 请勿轻易修改
- */

body{
  background: #FFF;
}
.hidden {
    display: none;
}
.crd-collected {
    color: #CD924F!important;
}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,strong,input,span{
  list-style: none;
  text-indent: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
a,a:link,a:hover,a:active{
  color: #353535;
  text-decoration: none;
  font-size: .7rem;
}
img{
  width: 100%;
  vertical-align: top;
}
.swiper-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: block;
  background: transparent;
  /* Center slide text vertically */
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;*/
}
.content {
  top: 5.6rem;
}
.content-block {
    padding: 0;
    margin: 0;
}
/* 悬浮客服 */
.suspend {
  width: 2.8rem;
  position: fixed;
  right: .5rem;
  bottom: 5rem;
  text-align: center;
  z-index: 9000;
}
.suspend a {
  display: flex;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: .5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: .25rem;
  background-color: #000;
  border-radius: 100%;
  flex-direction: column;
  color: #FFF;
  border:.05rem solid #000;
}
.suspend i{
  font-size: 1.1rem;
}
.suspend p {
  font-size: .5rem;
  margin-top: -.25rem;
}
.header-group{
  position: relative;
  z-index: 50;
  width: 100%;
  /*height: 4.3rem;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*border-top: .1rem solid #CD924F;*/
  /*-webkit-box-shadow: 0 .1rem .1rem rgba(0,0,0,.1);
  -moz-box-shadow: 0 .1rem .1rem rgba(0,0,0,.1);
  box-shadow: 0 .1rem .1rem rgba(0,0,0,.1);*/
}
.top-line {
    position: relative;
    background-color:#CD924F;
    height: 2.1rem;
    line-height: 2.1rem;
    width:100%;
    text-align:center;
    font-size: .6rem;
}
    .top-line i {
       position: absolute;
       top: 0;
       right: 0;
       width: 2.1rem;
       height: 2.1rem;
       line-height: 2.1rem;
       text-align: center;
       font-size: .8rem;
    }
.header__cart{position: relative;}
#cartNum{display: flex; justify-content: center; align-items: center; width: 1rem; height: 1rem; position: absolute; top: .7rem; right: -.4rem; font-size: .6rem; color: #FFF; background-color: #030303; border-radius: 100%;}
.menu-group {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  background-color: #FFF;
  height: 3.4rem;
  overflow: hidden;
}
.menu-group div,
.menu-group > a{
  text-align: center;
}
.header-group .icon-box{
  width: 2rem;
  height: 2.4rem;
  line-height: 2.4rem;
  margin-top:.5rem;
  font-size: .8rem;
  flex-shrink: 0;
}
.header-group .crd-logo20{
  display: block;
  width: 100%;
  color: #CD924F;
}
.header-group .crd-logo20 img{
    width: auto; 
    height: 2rem; 
    vertical-align: top;
    margin-top: .8rem;
}

/* 底部 */
.section-footer{
  width: 100%;
  min-height: 18.75rem;
  background-color: #F5F5F5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem;
  /*margin-top: 1.5rem;*/
}
.footer-menu-group{
  margin-bottom: .75rem;
}
.footer-menu-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: .25rem;
}
.footer-menu-title div{
  font-size: .8rem;
}
.footer-menu-title span{
  font-size: 1.3rem;
}
.footer-menu-list{
  display: none;
}
.footer-menu-list a{
  display: block;
  color: #666;
  padding: .25rem 0;
  font-size: .7rem;
}
.tel-group{
  text-align: center;
  margin-bottom: .5rem;
}
.tel-group a{
  display: block;
  color: #CD924F;
  font-size: .9rem;
}
.tel-group a:nth-child(2){
  margin-bottom: .25rem;
}
.tel-group p{
  font-size: .7rem;
  margin-bottom: .25rem;
}
.tel-group button{
  border: none;
  background-color: #CD924F;
  color: #FFF;
  font-size: .7rem;
  width: 5.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.sns-group{
  padding: .25rem;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: .15rem;
}
.sns-group > div{
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: .9rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #999;
  color: #999;
}
.copyright{
  font-size: .7rem;
  color: #666;
}
.copyright a{
  display: block;
  padding: .15rem 0;
  color: #666;
}
.copyright img{
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}
/* 二维码弹窗 */
.qrcode-dialog{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -110vh;
  left: 0;
  background-color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.qrcode-dialog .crd-logo20{
  font-size: 1.5rem;
  color: #CD924F;
}
.qrcode-dialog .code-box{
  padding: .15rem;
  width: 6rem;
  height: 6rem;
  border: 1px solid #D2D2D2;
  margin: 5vh 0;
}
.qrcode-dialog > p{
  font-size: .7rem;
  color: #666;
  margin-bottom: 10vh;
}
/* 搜索框 */
.search-form{
  width: calc(100vw - .75rem);
  margin: 0 .375rem;
  height: 2.7rem;
  border-bottom: 1px solid #353535;
}
.search-form > div{
  width: 100%;
  height: 100%;
  position: relative;
}
.search-form input[type=search]{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 1rem;
  width: calc(100% - 2.7rem);
  height: 2.5rem;
  border: none;
}
.search-form button{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 2.4rem;
  height: 2.7rem;
  background-color: transparent;
  color: #353535;
}
.help-group {
    /*position: absolute;*/
    width: 100%;
    margin-top: 16px;
    left: 0;
    /*bottom: 10.375vh;*/
    padding-bottom: 50px;
    /* 兼容旧版 iOS */
    padding-bottom: constant(safe-area-inset-bottom);
    /* 新版 iOS */
    padding-bottom: env(safe-area-inset-bottom)
}
.help-group a{
  display: block;
  margin: 0 .375rem;
  line-height: 1.7rem;
}
.help-group span{
  border-bottom: 1px solid #353535;
}

/* 专属顾问弹窗 */
.consultant_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0vw;
    z-index: 19999;
    display:none;
    justify-content:center;
    align-items:center;
    background-color: rgba(0, 0, 0, .55); 
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

    .consultant_loading .loading_view {
        background: url(https://img.crd.cn/common/wap/userBg.png) no-repeat center center;
        background-size: 100% 100%;
        width: 81.2vw;
        /*height: 60vh;*/
        background-repeat: no-repeat;
        position: relative;
        background-color: #fff;
        /*border-top: 5px solid #CD924F;*/
    }

.loading_imgs {
    display: flex;
    color: #CD924F;
    font-size: 13px;
    margin-top: 38px;
    justify-content: space-evenly;
}

    .loading_imgs div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .loading_imgs_img {
        width: 20px !important;
        margin-bottom: 5px;
        height: 20px !important;
    }

    .closeLoading {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        top: 15px;
    }
.loading_title {
    font-size: .75rem;
    text-align: center;
    margin-top: 6rem;
    color: #000000;
    font-weight: 600;
}
.loading_kefCode { 
    display: flex;
    margin-top:20px;
    justify-content: center;
}
    .loading_kefCode_img {
        width: 149px;
        height: 151px;
    }

.loading_line {
    color: rgba(0,0,0,.5);
    margin-top: 36px;
    font-size: 12px;
    text-align: center;
}
    /* 侧边栏 */
.slider-group, .search-dialog {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: -100vw;
    z-index: 9999;
    background-color: #FFF;
    border-top: .15rem solid #CD924F;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    overflow-y: scroll;
    overflow-x: auto;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
 
.slider-group > div{
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-group .close-box,
.search-dialog .close-box{
  height: 2rem;
  line-height: 2rem;
  padding-left: .75rem;
  margin-bottom: .8rem;
}
.nav-scroll{
  width: calc(100vw - 2rem);
  height: calc(100vh - 2.8rem);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1rem;
  overflow-y: auto;
}
    .nav-scroll > li {
        height: 40px;
        line-height: 40px;
        font-weight: 400;
    }

.nav-font {
    font-size: 14px !important;
    font-weight: 400;
    color: #000000 !important;
} 

.nav-font-userig {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.nav_line {
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.nav-scroll .other-group{
  margin-top: .0rem;
}
.other-group a{
  color: #888;
}
.other-group i{
  display: inline-block;
  margin-right: .25rem;
}
.subslider-group{
  position: absolute;
  top: 2.8rem;
  left: -100vw;
  width: calc(100% - 1rem);
  height: calc(100% - 3.3rem);
  background-color: #FFF;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.subslider-group h3{
  height: 2.25rem;
  line-height: 2.25rem;
  border-bottom: 1px solid #CD924F;
  text-align: center;
  font-size: .8rem;
}
.subslider-group h3 i{
  display: block;
  float: left;
  width: 2rem;
  height: 100%;
  text-align: center;
  font-size: 1.5rem;
}
.subnav-scroll{
  width: 100%;
  height: calc(100% - 5.05rem);
  overflow-y: auto;
}
.subnav-scroll dt{
  padding: 0 1rem;
  height: 2.4rem;
  line-height: 2.4rem;
  color: #999;
  font-size: .7rem;
}
.subnav-scroll dd{
  padding: 0 2rem;
  height: 2.4rem;
  line-height: 2.4rem;
}

.slider-ul{
    margin-bottom:100px;
}
/*PNG图片背景色;*/
.bgcolor {
    background-color: #F8F8F8;
}

 @keyframes p4_loading {
    100% {background-size:120%}
}

  @keyframes hide_loading {
    0% { opacity:0 }
    100% { opacity:1}
}
   
@keyframes mvoemy {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}