/* 底部 */

.footer_box{
  height:72px ;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  padding: 0 10px;
  box-shadow: 0 0 15px #e3dede;
  z-index: 1000;
}
.footer_box > li{
  position: relative;
  width: 18%;
  height:72px;
  float: left;
}
.footer_box > li > a > img{
  width: 22px;
  height: 22px;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
}
.footer_box > li:nth-child(3){
  width: 28%;
}
.footer_box > li:nth-child(3) > a > img{
  width: 95px;
  height: 95px;
  top: -28px;
}
.footer_box > li > a > p{
  text-align: center;
  margin-top: 40px;
  color: #999999;
  font-size: 14px;
}
.footer_box > li:nth-child(3) > a > p{
  margin-top: 45px;
}
.footer_box > li > a > .active{
  color: #f05d4b;
}
.footer_box li a{
  text-decoration:none;
}
.consulting_box{
  position: relative;
}
.news_box_number{
  position: absolute;
  width: 20px;
  height: 20px;
  right: 19px;
  top: -13px;
  background-color: #f25050;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  border-radius: 40px;
}
/* banner */
.banner_box{
  width: 100%;
  margin: auto;
  margin-top: 20px; 
}
.banner_box > img{
  width: 100%;
}
/* 常用功能 */
.Common_function_box{
  width: 100%;
  margin: auto;
  box-shadow: -4px 4px 10px #e3dede;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 50px;
}
.Common_function_box > h3{
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 0 10px 2px #f4f4f4;
  padding-left: 40px;
  line-height: 60px;
}
.Common_function_ctn{
  padding: 0 20px;
  margin-top: 34px;
  overflow: hidden;
}
.Common_function_ctn > li{
  position: relative;
  float: left;
  width: 20%;
  padding: 0 20px;
  border-right:1px solid #e4e4e4;
  padding-top: 20px;
}
.Common_function_ctn > li:last-child{
  border-right:0px solid #e4e4e4;
}
.Common_function_ctn > li > a > h4{
  font-size: 16px;
  color: #333333;
  text-align: center;
  /* margin-top: 15px; */
  padding-top: 15px;
}
.Common_function_ctn > li > a > p{
  height: 38px;
  font-size: 14px;
  color: #bcbcbc;
  text-align: center;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}

/* .Common_function_ctn > li:nth-child(1)  > a> div{
  background-image: url(../img/Home/function1.png);
}
.Common_function_ctn > li:nth-child(2) > a > div{
  background-image: url(../img/Home/function2.png);
}
.Common_function_ctn > li:nth-child(3) > a > div{
  background-image: url(../img/Home/function3.png);
}
.Common_function_ctn > li:nth-child(4) > a > div{
  background-image: url(../img/Home/function4.png);
}
.Common_function_ctn > li:nth-child(5) > a > div{
  background-image: url(../img/Home/function5.png);
} */


/* 我的信息 */
.message_bg_box{
  margin-top: 20px;
}
.message_ctn_box{
}
.message_ctn_box > dd{
  float: left;
  position: relative;
  width:100px;
  height: 76px;
}
.message_ctn_box > dd > a{
  display: block;
  position: relative;
  position: absolute;
  left: 0;
  width: 76px;
  height: 77px;
  border-radius: 40px;
  overflow: hidden;
  margin-left: 25px;
}
.message_ctn_box > dd > a > img{
  width: 76px;
  height: 77px;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.switch_attribute{
  position: absolute;
  width: 38px;
  height: 54px;
  background-image: url(../../img/Home/switch.png);
  left: 90px;
  top: 11px;
  background-size: 100%;
  cursor: pointer;
}
/* 用户名称 */
.message_ctn_box > dd:nth-child(2){
  margin-left: 12%;
  width: 60%;
}
.message_ctn_box > dd > h3{
  font-size: 22px;
  color: #fff;
  margin-top: 10px;
}
.history_Collection_box{
  margin-top: 10px;
}
.history_Collection_box > p{
  float: left;
  font-size: 14px;
  color: #fff;
}
.history_Collection_box > p > span{
 margin-left: 8px;
}
.history_Collection_box > p:nth-child(1){
  position: relative;
  padding-right:12px;
}
.history_Collection_box > p:nth-child(1)::after{
  content: " ";
  position: absolute;
  width: 1px;
  height: 12px;
  right: 0;
  top: 4px;
  background-color: #fff;
}
.history_Collection_box > p:nth-child(2){
  padding-left:12px;
}
/* 我的数据信息 */
.data_information_box > dl{
  height: 60px;
  overflow: hidden;
  box-shadow: 0 0 10px 2px #f4f4f4;
}
.data_information_box2 > dl{
  height: 60px;
  overflow: hidden;
  box-shadow: 0 0 10px 2px #f4f4f4;
}
.message_ctn_box{
  /* padding: 0 25px; */
  padding-top: 60px;
}
.message_ctn_box > dd{
  float: left;
}
.data_information_box{
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: -4px 4px 10px #e3dede;
}
.data_information_box2{
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: -4px 4px 10px #e3dede;
}
.data_information_title{
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  margin-left: 40px;
}
.data_information_btn{
  float: right;
 
}
.data_information_btn > a{
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 30px;
  line-height:66px;
  color: #999999;
  margin-right: 40px;
}
.data_information_Numbers{
  overflow: hidden;
  padding: 50px 0;
}
.data_information_Numbers > li{
  float: left;
  width: 33.33%;
  /* border-right:1px solid #dcdcdc; */
}

.data_information_Numbers > li:last-child{
  border-right: 0px solid #e3e33e;
}
.data_number_box{

}
.data_number_box > h5{
  font-size: 36px;
  color: #333333;
  text-align: center;
}
.data_number_box > p{
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.data_add{
  font-size: 18px;
  color: #f04b4b;
}
/* .data_information_Numbers > li > h5{
  position: relative;
  font-size: 36px;
  color: #333333;
  text-align: center;
} */
.data_information_Numbers > li{
  position: relative;
}
.plus{
  position: relative;
  margin: auto;
  font-size: 36px;
  color: #333333;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.plus i{width: auto;height: auto;}
.plus  > em{
  position: absolute;
  bottom: 11px;
  left: 119px;
  font-size: 18px;
  margin-left: 20px;
  color: #f04b4b;
  margin-left: 10px;
}
/* .data_information_Numbers > li > h5 > span{
  position: absolute;
  bottom: 0;
  left: 10px;
  font-size: 18px;
  color: #f04b4b;
  margin-left: 10px;
} */
.data_information_Numbers > li > p{
  font-size: 16px;
  color: #999999;
  text-align: center;
  margin-top: -12px;
}
.data_information_box{background-color: #fff; }
.data_information_Numbers {width: 100%;}
.data_information_Numbers li  {width: 33.3%;float: left;position: relative;}
.data_information_Numbers li a  {width: 33.33%; height: 100%; display: block; }
.data_information_Numbers li a  h1{width: 100%;height:46px;float: left;text-align: center;font-size: 31px;cursor: pointer;}
.data_information_Numbers li a  h1 i{width: auto;display: inline-block;cursor: pointer;}
.data_information_Numbers li a  h2{width: 100%;height:50px;float: left;text-align: center;position: absolute;top: 0px;cursor: pointer;}
.data_information_Numbers li a  h2 em{color: red;font-size: 16px;position: absolute;right: -40px;top: 13px;cursor: pointer;}
.data_information_Numbers li a  h2 label{width: auto;height: 100%;display: inline-block;position: relative;cursor: pointer;}
.data_information_Numbers li a  p{width: 100%;height: 30px;text-align: center;line-height: 30px;float: left;cursor: pointer;}
.footerclear{
  height: 100px;
  background: transparent;
}
.phone_top_logo_txt{
  display: none;
}
.data_information_Numbers li a{
  width: 100%;
  height: 80px;
  display: block;
}
.data_number{
  color: #333333;
  font-size: 36px;
}
.data_txt{
  font-size: 16px;
  color: #999;
}

/* 电脑广告 */
.phone_banner_box{
  display: block;
  width: 100%;
  height: auto;
  
  margin: 20px 0;
}
.phone_banner_box > img{
  width: 100%;
  border-radius: 10px;
}
.PC_banner_box{
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.PC_banner_box > img{
  width: 100%;
  border-radius: 10px;
}
.Common_function_ctn > li {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.Common_function_ctn > li > a > div{
  width: 40px;
  height: 40px;
  margin: auto;
  background-size: 100% 100%;
}
.QR_code_box{
  width: 70%;
  height: 178px;
  position: absolute;
  top: 0px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 2px 6px 20px #e3dede;
  left: 15%;
}
.QR_code_box > p{
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 15px;
}
.code_img_box{
  position: relative;
  width: 108px;
  height: 108px;
  border:1px solid #e3e3e3;
  border-radius: 10px;
  margin: auto;
}
.code_img_box > img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.code_fork,.code_fork2,.code_fork3{
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url(../../img/Home/Fork.png);
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.return_box{
  display: none;
}
.phone_consultation_box{
  display: none;
}

.data_information_Numbers li a{
  width: 100%;
  height: 80px;
  display: block;
}
.data_number{
  color: #333333;
  font-size: 36px;
}
.data_txt{
  font-size: 16px;
  color: #999;
}






@media only screen and (max-width: 768px) { 
  .navbar .navbar-brand{
    display: block !important;
  }
  .navbar-right{
    display: none !important;
  }
  .data_information_box{height: auto;}
  .data_information_Numbers li{height: 50px;}
  .data_information_Numbers li h1{width: 100%;height:50px;float: left;text-align: center;font-size: 18px;}
  .data_information_Numbers li a  h2 em{color: red;font-size: 12px;position: absolute;right: -22px;top: 15px;cursor: pointer;}
  .data_information_Numbers > li > p{margin-top: -26px;font-size: 13px;}
  .data_information_Numbers{
    overflow: hidden;
    padding: 0;
  }
  .data_information_Numbers li a h1{height: 34px;}
  /* 手机端样式 */
  /* 我的信息 */
  .message_bg_box{
    width: 100%;
    height: 145px;
    position: relative;
    background-image: url(../../img/Home/bg.png);
    margin-top: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .message_ctn_box{
  }
  .message_ctn_box > dd{
    float: left;
    position: relative;
    width:100px;
    height: 76px;
  }
  .message_ctn_box > dd > a{
    display: block;
    position: relative;
    position: absolute;
    left: 0;
    width: 76px;
    height: 77px;
    border-radius: 40px;
    overflow: hidden;
    margin-left: 25px;
  }
  .message_ctn_box > dd > a > img{
    width: 76px;
    height: 77px;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
  }
  .switch_attribute{
    position: absolute;
    width: 38px;
    height: 54px;
    background-image: url(../../img/Home/switch.png);
    left: 89px;
    top: 11px;
    background-size: 100%;
    cursor: pointer;
  }
  
  /* 用户名称 */
  .message_ctn_box > dd:nth-child(2){
    margin-left: 46px;
    width: 56%;
  }
  .message_ctn_box > dd > h3{
    width: 90%;
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
  }
  .history_Collection_box{
    margin-top: 10px;
  }
  .history_Collection_box > p{
    float: left;
    font-size: 14px;
    color: #fff;
  }
  .history_Collection_box > p > span{
    margin-left: 8px;
  }
  #history_number,
  #Collection_number{
    margin-left: 8px;
  }
  .history_Collection_box > p:nth-child(1){
    position: relative;
    padding-right:12px;
  }
  .history_Collection_box > p:nth-child(1)::after{
    content: " ";
    position: absolute;
    width: 1px;
    height: 12px;
    right: 0;
    top: 4px;
    background-color: #fff;
  }
  .history_Collection_box > p:nth-child(2){
    padding-left:12px;
  }
  /* 我的数据信息 */
  .data_information_box > dl{
    overflow: hidden;
    height: auto;
    box-shadow: 0 0 0px 0px #f4f4f4;
  }
  .data_information_box2 > dl{
    overflow: hidden;
    height: auto;
    box-shadow: 0 0 0px 0px #f4f4f4;
  }
  .message_ctn_box{
    /* padding: 0 25px; */
    padding-top: 10px;
  }
  .message_ctn_box > dd{
    float: left;
  }
  .data_information_box{
    width: 94%;
    position: absolute;
    top: 102px;
    background-color: #fff;
    left: 3%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px #e3dede;
    padding:15px 0px 15px 0px;
  }
  .data_information_box2{
    width: 94%;
    position: absolute;
    top: 96px;
    background-color: #fff;
    left: 3%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px #e3dede;
    padding:15px 0px 15px 0px;
  }
  .data_information_title{
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 0;
    padding: 5px 0 0 20px;
  }
  .data_information_btn{
    float: right;
  
  }
  .data_information_btn > a{
    display: block;
    width: 74px;
    height: 27px;
    border:1px solid #cecece;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
    line-height: 27px;
    color: #999999;
    margin-right: 20px;

  }
  .data_information_Numbers{
    height: auto;
    overflow: hidden;
    margin-top: 5px;
    padding-bottom: 15px;
  }
  .data_information_Numbers > li{
    float: left;
    width: 33.33%;
  }
  /* .data_information_Numbers > li > h5{
    font-size: 25px;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .data_information_Numbers > li > h5 > span{
    font-size: 13px;
    color: #f04b4b;
    margin-left: 5px;
  } */
.data_number_box{
  float: left;
}
.data_add{
  float: left;
}
.data_number_box{
  margin-top: 0;
}
  /* .data_information_Numbers > li > p{
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 5px;
  } */
  .footerclear{
    height: 100px;
    background: transparent;
  }
  .phone_top_logo_txt{
    display: none;
  }

  .navbar .navbar-brand{
    margin-top: 0;
    padding: 0!important;
  }
  .navbar .navbar-brand{
    display: block;
    width: 69px !important;
    margin-left: 25px;
    
  }
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top{
    margin: 0!important;
  }
  /* .navbar{
    background-color: rgba(0, 0, 0, 0);
  } */

  /* 点击切换身份弹出框 */
  .identity_switch_box_big{
    position: relative;
    
  }
  .identity_switch_ctn{
    position: absolute;
    width: 110px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99999;
    right: -122px;
    border-radius: 10px;
    box-shadow: 0 0 15px #dee7ec;
    /* border:1px solid #e3e3e3 */
    /* background-image: url(../img/Home/Identity_bg.png); */
    background-size: 100%;
    display: none;

  }
  .identity_switch_ctn > li{
    width: 100%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #ebe9e9;
    font-weight: bold;
    border-radius: 10px;
  }
  /* .identity_switch_ctn > li:first-child{
    border-radius: 10px 10px 0 0;
  } */
  /* .identity_switch_ctn > li:last-child{
    border-radius: 0 0 10px 10px;
  } */
  .identity_switch_ctn > li:last-child{
    border:0px solid #fff;
  }
  .identity_switch_ctn > .choose{
    background-color: #f4847b;
    color: #fff;
  }
  .identity_mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    z-index: 99998;
    /* display: none; */
    display: none;
  }
  /* 手机端广告 */
  .phone_banner_box{
    display: block;
    width: 94%;
    height: auto;
    margin-top: 96px;
    margin-left: 3%;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .Common_function_box{
    width: 94%;
    margin-left: 3%;
  }
  .Common_function_box > h3{
    padding: 20px 20px 0 20px;
    height: auto;
    line-height: 1.5;
    box-shadow: 0 0 0px 0px #f4f4f4;
    margin-bottom: 10px;
  }
  .Common_function_ctn{
    padding:0 10px;
    margin-top: 0;
  }
  .Common_function_ctn > li{
    float: left;
    width: 25%;
    padding: 0px;
    padding-top: 0px;
    border-right: 0px solid #e4e4e4;
    border-bottom: 0px solid #e4e4e4;
    padding: 10px 5px 0 5px;
  }
  .Common_function_ctn > li > a > h4{
    font-size: 12px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-top: 10px;
  }
  .Common_function_ctn > li > a > p{
    width: 100%;
    height: 32px;
    font-size: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .Common_function_ctn > li > a > div{
    width: 24px;
    height: 24px;
    margin: auto;
    background-size: 100% 100%;
    
  }
  .Common_function_box{
    padding-bottom: 10px;
  }
  .phone_top_logo_img{
    display: block;
    margin-top: 16px;
  }
  .phone_consultation_box{
    display: none;
  }
  .data_information_Numbers li h1{
    height: auto;
  }
  .data_number{
    font-size: 18px;
    color: #333333;
  }
  .data_txt{
    font-size: 12.5px;
  }
}
