* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #0c0d0c;
}
::-webkit-scrollbar{width:0;}
input {
  outline: none;
  border: none;
}
/*----------------------------------------------------------------新添加的自适应rem--------------------------------------------------------*/
html {
  font-size: 100px;
  height: 100%;
}

.xf_roll {
    min-width: 320px;
    max-width: 640px;
    height: 100%;
    margin:auto;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
}
/*效果图750px*/
/*@media (min-width: 641px){*/
/*    html {*/
/*        font-size: 120px;*/
/*    }*/
/*}*/
/*@media (max-width: 640px) {*/
/*    html {*/
/*        font-size: 120px;*/
/*    }*/
/*}*/

/*!*Android常用宽度*!*/

/*@media (max-width: 540px) {*/
/*    html {*/
/*        font-size: 120px;*/
/*    }*/
/*}*/

/*Android常用宽度*/

@media (min-width: 446px) {
    html {
        font-size: 120px;
    }
  .ff_list{
    margin:0.16rem 0.85rem 0.3rem !important;
  }
  .ff_container .tip_img{
    right: 1.2rem !important;
  }
  .ff_container .problem_item{
    width: 33.4% !important;
  }
}

/*Android常用宽度*/

@media (max-width: 445px) {
    html {
        font-size: 120px;
    }
}

@media (max-width: 414px) {
    html {
        font-size: 110.4px;
    }
}
@media screen and (min-width:376px) and (max-width:413px){
  .ff_container .tip_img{
    right: 0.3rem !important;
  }
}
/*i6Plus,i7Plus宽度*/

@media (max-width: 375px) {
    html {
        font-size: 100px;
    }
}

/*i6,i7宽度*/

@media (max-width: 360px) {
    html {
        font-size: 100px;
    }

}

/*Android常用宽度*/

@media (max-width: 320px) {
    html {
        font-size: 100px;
    }
}

/*i5宽度*/

/*----------------------------------------------------------------新添加的自适应rem--------------------------------------------------------*/
.flex {
  display: flex;
  justify-content: space-between;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.index_container {
  padding: 0.3rem 0.2rem 0.2rem 0.2rem;
}

.lines {
  width: 1rem;
  height: 0.31rem;
  line-height: 0.31rem;
  text-align: center;
  color: #b5001a;
  font-size: 0.15rem;
  border: 1px solid rgba(181, 0, 26, 1);
}

.word_top_box {
  width: 56%;
}

.word_top_box .title {
  margin: 0.16rem 0;
}

.word_top_box .title div {
  color: #020202;
  font-size: 0.33rem;
  font-weight: bolder;
}

.chahua_img {
  width: 1.3rem;
  height: auto;
  position: absolute;
  top: 0.6rem;
  right: 0.2rem;
}

hr {
  height: 1px;
  background: #b5001a;
  border: none;
}

.word_top_box .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.16rem;
  line-height: 0.25rem;
}

.word_top_box .list div {
  color: #333333;
}

.search_box {
  background: rgba(254, 255, 254, 1);
  padding: 0.3rem 0.2rem;
  margin-top: 0.2rem;
  position: relative;
  z-index: 9;
}

.sample_box {
  height: 0.59rem;
  background: rgba(238, 238, 238, 1);
  box-shadow: 0px 1px 4px 0px rgba(105, 105, 105, 0.6) inset;
  display: flex;
  align-items: center;
}

.sample_box .icon_img {
  width: 0.59rem;
  height: 0.59rem;
  background: #b5001a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sample_box .icon_img .icon {
  width: 0.3rem;
  height: 0.3rem;
}

.sample_box .text {
  padding: 0.12rem;
}

.sample_box .text div:nth-of-type(1) {
  font-size: 0.15rem;
  font-weight: bolder;
  color: #020202;
}

.sample_box .text div:nth-of-type(2) {
  font-size: 0.12rem;
  color: #696969;
}

.sample_box .arrow {
  height: 0.26rem;
  padding-left: 0.07rem;
  border-left: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
}

.sample_box .arrow .icon {
  width: 0.2rem;
  height: 0.2rem;
}

.input_roll {
  margin: 0.3rem 0;
  line-height: 0.3rem;
}

.input_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input_box div {
  position: absolute;
  right: 0.15rem;
  color: #696969;
}

.input_box input {
  width: 100%;
  height: 0.41rem !important;
  background: rgba(247, 247, 247, 1);
  padding: 0 0.15rem;
  height: 0.3rem;
}

.input_box:nth-of-type(2) {
  margin-top: 0.15rem;
}

#code {
  width: 1.67rem;
}

.register_getCode {
  display: inline-block;
  width: 1.16rem;
  height: 0.41rem;
  line-height: 0.41rem;
  text-align: center;
  margin-left: 0.1rem;
  background: rgba(247, 247, 247, 1);
  color: #333333;
  font-size: 0.15rem;
}

.search_btn {
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  color: #fefffe;
  font-size: 0.16rem;
  background: rgba(181, 0, 26, 1);
  cursor: pointer;
}

.agree_box {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}

.login_agreement_dot {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: 0.04rem;
}

.login_ad_in {
  border: 1px solid rgba(181, 0, 26, 1);
}

.login_ad_in::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.02rem;
  left: 0.02rem;
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(181, 0, 26, 1);
  border-radius: 50%;
}

.login_agreement_data {
  color: #999999;
  font-size: 0.12rem;
}

.login_agreement_data a {
  color: #000000;
  font-size: 0.13rem;
  font-weight: 600;
}

.index_info_list {
  background: rgba(254, 255, 254, 1);
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  line-height: 0.5rem;
}

.index_info_list li {
  display: flex;
  align-items: center;
  width: 38%;
}

.index_info_list .icon_box {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  background: rgba(244, 238, 238, 1);
  margin-right: 0.08rem;
  color: #b5001a;
}

.index_info_list div:nth-of-type(2) {
  color: #696969;
}

.ra_myFx_footer {
  text-align: center;
  margin-top: 0.25rem;
}

.iconreport_info {
  font-size: 0.14rem !important;
  color: #d5d6de;
  margin-right: 0.03rem;
}

.ra_myFxf_top {
  color: #9e9eae;
  font-size: 0.12rem;
}

.ra_myFxf_aq {
  margin: 0.19rem 0 0.12rem 0;
}

.ra_myFxf_aq span:nth-of-type(1) {
  color: #696969;
  font-size: 0.22rem !important;
}

.ra_myFxf_aq span:nth-of-type(2) {
  color: #696969;
  font-weight: bolder;
}

.iconsafe1 {
  color: #9e9eae;
  font-size: 0.2rem !important;
}

.ra_myFx_footer p {
  font-size: 0.12rem;
  color: #9e9eae;
  margin-top: 0.03rem;
}

/* 身份信息页面 */
.identity_container {
  padding: 0.2rem;
}

.identity_content {
  background: rgba(255, 255, 255, 1);
  padding: 0.4rem 0.2rem;
}

.identity_title {
  font-size: 0.24rem;
  color: #020202;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid#B5001A;
}

.identity_content .tips {
  color: #333333;
  opacity: 0.7;
  margin-top: 0.15rem;
}

/* 扫描页面 */
.layui-progress-big .layui-bg-red {
  background: linear-gradient(180deg,
  rgba(236, 73, 76, 1) 0%,
  rgba(182, 31, 36, 1) 100%) !important;
}

.layui-progress {
  background: #f6f8fa !important;
  box-shadow: 0px 1px 2px 0px rgba(105, 105, 105, 0.6) inset;
}

.layui-progress-big .layui-progress-bar {
  height: 0.13rem !important;
  border-radius: 2rem;
}

.layui-progress-big {
  height: 0.13rem !important;
  line-height: 0.11rem !important;
  width: 75%;
  margin: 0.2rem auto 0.3rem auto;
  border-radius: 2rem !important;
}

.layui-progress-text {
  position: relative !important;
  top: -2px !important;
}

#scanbar_text {
  width: 75%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  text-align: center;
}

#scanbar_text span {
  font-size: 0.18rem;
  color: #202027;
  font-weight: bolder;
}

.hylb_kuang {
  width: 75%;
  text-align: center;
  margin: 0.08rem auto;
  line-height: 0.3rem;
}

.hylb_kuang p {
  font-size: 0.14rem !important;
  color: #b1b7b2 !important;
  opacity: 0;
  display: flex;
  justify-content: space-between;
}

.hylb_kuang span {
  position: relative;
  top: 0.01rem;
  right: 0.02rem;
}

.hylb_kuang span:nth-of-type(1) {
  color: #696969;
}

.hylb_kuang span:nth-of-type(2) {
  color: #b5001a;
}

.flex_bw1 {
  animation: mythird 0.5s ease 0.5s forwards;
}

.flex_bw2 {
  animation: mythird 0.5s ease 1s forwards;
}

.flex_bw3 {
  animation: mythird 0.5s ease 1.5s forwards;
}

.flex_bw4 {
  animation: mythird 0.5s ease 2s forwards;
}

.flex_bw5 {
  animation: mythird 0.5s ease 2.5s forwards;
}

.flex_bw6 {
  animation: mythird 0.5s ease 3s forwards;
}

@keyframes mythird {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.anim_content,
.scan_flash {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  overflow: hidden;
  /* 隐藏显示区域外的内容*/
}

.anim_content {
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

.anim_content {
  position: relative;
  background: url(../img/shield-thunder@3x.png) center center no-repeat;
  background-size: 100% 100%;
}

.scan_flash {
  position: absolute;
  background: url(../img/scan@3x.png) center center no-repeat;
  animation: move 1.5s ease-in-out infinite;
  -webkit-animation: move 1.5s ease-in-out infinite;
}

@keyframes move {
  from {
    top: 0rem;
  }

  to {
    top: 1.5rem;
  }
}

/* 扫描完成页面 */
.scanSuc_top {
  height: 1.98rem;
  background: rgba(181, 0, 26, 1);
  padding: 0.5rem 0.2rem 0.65rem 0.2rem;
}

.scanSuc_title {
  font-size: 0.2rem;
  font-weight: bolder;
  color: #ffffff;
}

.scanSuc_text {
  font-size: 0.14rem;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 0.08rem;
}

.success_img {
  width: 0.875rem;
  height: 0.875rem;
}

.scanSuc_content {
  margin: -0.3rem 0.2rem 0.335rem 0.2rem;
}

.get_report_box {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 16px 40px 8px rgba(65, 65, 68, 0.05);
  padding: 0.2rem;
  margin-bottom: 0.2rem;
}

.get_report_top {
  align-items: center;
}

.get_report_btn {
  width: 0.7rem;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #ffffff;
  text-align: center;
  background: rgba(181, 0, 26, 1);
}

.get_report_name {
  font-size: 0.16rem;
  color: #202027;
  margin-bottom: 0.05rem;
}

.get_report_card {
  font-size: 0.14rem;
  color: #88889c;
}

.iconfile {
  width: 0.45rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  background: rgba(246, 248, 250, 1);
  border-radius: 100%;
  color: #cccdd7;
  font-size: 0.22rem !important;
  margin-right: 0.15rem;
}

.scanSuc_list {
  margin-top: 0.2rem;
}

.scanSuc_list li {
  display: flex;
  justify-content: space-between;
  margin: 0.18rem 0;
  overflow: auto;
}

.scanSuc_list li:nth-of-type(6) {
  margin-bottom: 0;
}

.scanSuc_list li span:nth-of-type(1) {
  font-size: 0.14rem;
  color: #88889c;
}

.scanSuc_list li span:nth-of-type(2) {
  font-size: 0.16rem;
  color: #bdc1c9;
}

.sample_search_footer {
  width: 100%;
  padding: 0.2rem;
  position: fixed;
  bottom: 0.2rem;
}

.sample_search_btn {
  display: block;
  width: 100%;
}

.search_btn .old_price {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: line-through;
  margin-left: 0.05rem;
}

.person_num {
  font-size: 0.13rem;
  color: #b5001a;
  opacity: 0.7;
  margin-top: 0.175rem;
  text-align: center;
}

.person_num span {
  font-weight: bolder;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  border-radius: 0.1rem 0.1rem 0rem 0rem;
}

.close {
  color: black;
  float: right;
  font-size: 0.24rem;
  font-weight: bold;
  position: relative;
  right: 0.2rem;
  top: -0.1rem;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 0.15rem 0;
  background-color: #fff;
  color: white;
  border-radius: 0.1rem 0.1rem 0rem 0rem;
}

.modal-body {
  padding: 0 0.35rem;
}

.modal-body .modal_item {
  width: 100%;
  height: 0.5rem;
  display: block;
  border: 1px solid rgba(244, 246, 245, 1);
  border-radius: 0.05rem;
  margin-top: 0.1rem;
  padding: 0.15rem 0.2rem;
  border-radius: 0.05rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-body .modal_item:nth-of-type(1) {
  margin-top: 0.15rem;
}

@-webkit-keyframes slideIn {
  from {
    bottom: -3rem;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    bottom: -3rem;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal_item .gt span {
  font-size: 0.2rem;
  color: #bdc1c9;
}

.modal_item .lt {
  align-items: center;
}

.modal_item .lt span {
  color: #bdc1c9;
  font-size: 0.15rem;
}

.zfb_active .lt span:nth-of-type(1),
.zfb_active .gt span {
  color: #4951ff;
}

.zfb_active .lt span:nth-of-type(2) {
  color: #202027;
}

.zfb_active {
  border: 1px solid #4951ff !important;
}

.zfb_active .gt span {
  color: #4951ff;
}

.wx_active .lt span:nth-of-type(1) {
  color: rgb(29, 170, 57);
}

.wx_active .lt span:nth-of-type(2),
.wx_active .gt span {
  color: #202027;
}

.wx_active {
  border: 1px solid rgb(29, 170, 57) !important;
}

.wx_active .gt span {
  color: rgb(29, 170, 57);
}

.modal_title {
  margin: 0.1rem 0 0.2rem 0;
  font-size: 0.16rem;
  color: #202027;
  font-weight: bolder;
}

.modal_title_box {
  margin: 0.3rem 0;
}

.paytype_icon {
  font-size: 0.25rem !important;
  margin-right: 0.12rem;
}

.modal .search_btn {
  margin: 0.4rem 0;
}

/* 报告页面 */
.ref_container {
  padding: 0.2rem;
}

.ref_head_box {
  background: #B5001A;
  padding: 0.2rem 0.55rem 0.3rem 0.55rem;
  text-align: center;
}

.ref_head_box .level {
  font-size: 0.24rem;
  font-weight: bolder;
  color: #FFFFFF;
  margin-bottom: 0.1rem;
}

.ref_head_box .desc {
  font-size: 0.15rem;
  color: #FFFFFF;
}

.ref_head_box .tips {
  font-size: 0.12rem;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 0.05rem;
}

.ref_head_box .level_list {
  display: flex;
  justify-content: space-around;
  margin-top: 0.2rem;
}

.ref_head_box .level_list li {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background: #9D0017;
  border-radius: 0.04rem;
  color: #840013;
  font-size: 0.2rem;
  font-weight: bolder;
}

.ref_head_box .level_list .level_active {
  background: rgb(255, 255, 255);
  color: #B5001A;
}

.risk_overview {
  background: rgba(255, 255, 255, 1);
  padding: 0.2rem;
  text-align: center;
  margin-top: 0.2rem;
}

.risk_overview .title {
  font-size: 0.15rem;
  color: #333333;
  font-weight: bolder;
  margin-bottom: 0.2rem;
}

#chart_radar {
  width: 2.3rem;
  height: 1.6rem;
  margin: auto;
}

.ref_content {
  background: rgba(255, 255, 255, 1);
  margin-top: 0.2rem;
  padding-bottom: 0.4rem;
}

.risk_title {
  border-bottom: 1px solid#B5001A;
}

.risk_title .risk_tab {
  width: 50%;
  padding: 0.2rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.risk_tab span {
  color: #CCCCCC;
  display: inline-block;
  margin: 0 0.03rem;
}

.risk_tab .num {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  background: rgba(204, 204, 204, 1);
  color: #FFFFFF;
  font-size: 0.12rem;
  border-radius: 100%;
}

.risk_tab_active span {
  color: #2D2E2F;
  display: inline-block;
}

.risk_tab_active .num {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  background: rgba(181, 0, 26, 1);
  color: #FFFFFF;
  font-size: 0.12rem;
  border-radius: 100%;
}

.box_commen {
  margin-top: 0.4rem;
  padding: 0 0.3rem 0 0.35rem;
  position: relative;
}

.box_commen .red_tag {
  width: 0.04rem;
  height: 0.18rem;
  background: rgba(216, 119, 134, 1);
  position: absolute;
  top: 0.02rem;
  left: 0;
}

.box_commen .title {
  color: #333333;
  font-size: 0.15rem;
  font-weight: bolder;
}

.box_commen .roll {
  margin-top: 0.17rem;
}

.basic_info {
  line-height: 0.3rem;
}

.basic_info .key {
  color: #989B9F;
}

.basic_info .val {
  color: #2D2E2F;
}

.risk_review_detail {
  background: rgba(247, 247, 247, 1);
  padding: 0.15rem;
  margin-top: 0.15rem;
  display: flex;
  align-items: center;
}

.risk_review_detail div:nth-of-type(1) {
  width: 16%;
  border-right: 1px solid #DDDDDD;
  color: #000000;
  font-size: 0.22rem !important;
}

.risk_review_detail div:nth-of-type(2) {
  width: 75%;
}

.risk_review_detail .key {
  color: #696969;
}

.risk_review_detail .val {
  color: #B5001A;
  font-size: 0.15rem;
  font-weight: bolder;
}

.legal_risk_top {
  display: flex;
  align-items: center;
  margin-bottom: 0.13rem;
}

.legal_risk_top .icon_box {
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background: rgba(51, 51, 51, 1);
  color: #FFFFFF;
}

.legal_risk_top .icon_box .iconfont {
  font-size: 0.22rem !important;
}

.legal_risk_top .icon_sd_box {
  width: 0.7rem;
  margin: 0 0.15rem;
}

.legal_risk_top .icon_sd_box .iconfont {
  font-weight: bolder;
  color: #CCCCCC;
}

.legal_risk_top .icon_sd_box .legalicon_active {
  color: #B5001A;
}

.risk_measur {
  font-weight: bolder;
  font-size: 0.15rem;
  color: #B5001A;
}

.risk_text {
  color: #333333;
  font-weight: bolder;
}

.risk_tips {
  color: #696969;
  font-size: 0.12rem;
  margin-top: 0.05rem;
}

.box_commen .gray_box {
  background: rgba(247, 247, 247, 1);
  padding: 0.2rem 0.16rem;
  margin-top: 0.16rem;
}

.box_commen .gray_box .title {
  color: #333333;
  font-size: 0.15rem;
  font-weight: bolder;
  text-align: center;
}

.box_commen .gray_box .title span:nth-of-type(2) {
  font-size: 0.2rem !important;
  position: relative;
  top: 0.03rem;
}

.box_commen .gray_box .gray_item {
  padding: 0.2rem 0;
  border-bottom: 1px solid #EEEEEE;
  line-height: 0.3rem;
}

.box_commen .gray_box .legal_res {
  line-height: 0.2rem;
}

.box_commen .gray_box .gray_item .iconfont {
  font-size: 0.2rem !important;
}

.box_commen .gray_box .gray_item:nth-last-of-type(1) {
  border-bottom: none;
  padding-bottom: 0;
}

.box_commen .gray_box .gray_item li {
  display: flex;
  justify-content: space-between;
  color: #696969;
}

.dt_bzx_box {
  margin-top: 0.28rem;
}

.dt_bzx_item {
  align-items: center;
}

.dt_bzx_item>div:nth-of-type(1) {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background: rgba(221, 221, 221, 1);
  color: #333333;
  font-size: 0.22rem !important;
}

.dt_bzx_item>div:nth-of-type(2) {
  width: 80%;
}

.dt_bzx_item:nth-of-type(2) {
  margin-top: 0.15rem;
}

.dt_bzx_item .key {
  color: #696969;
}

.dt_bzx_item .val {
  color: #020202;
  font-weight: bolder;
}

.jkxq_title_box {
  margin-top: 0.16rem;
  border-bottom: 1px solid #DDDDDD;
}

.jkxq_title_box .jkxq_title_item {
  width: 30%;
  text-align: center;
  color: #CCCCCC;
  padding-bottom: 0.08rem;
  font-weight: bolder;
}

.jkxq_title_box .jkxq_avtive {
  color: #333333;
  border-bottom: 2px solid #333333;
}

.advice_container {
  padding: 0.2rem;
  background: rgba(255, 255, 255, 1);
  margin-top: 0.2rem;
}

.advice_container .title {
  color: #333333;
  font-size: 0.15rem;
  margin-bottom: 0.2rem;
}

.advice_container .level_box {
  display: flex;
  width: 100%;
}

.advice_container .icon_box {
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background: rgba(51, 51, 51, 1);
  color: rgb(255, 255, 255);
  font-size: 0.22rem !important;
}

.advice_container .level_text {
  width: 100%;
  background: rgba(247, 247, 247, 1);
  padding-left: 0.2rem;
  line-height: 0.48rem;
  color: #333333;
}

.advice_container .tips {
  margin-top: 0.18rem;
}

.tips_text {
  color: #696969;
  margin-left: 0.15rem;
  margin-bottom: 0.2rem;
}

.qrcode_box {
  padding-top: 0.2rem;
  border-top: 1px dashed #EEEEEE;
  display: flex;
}

.qrcode_box .qrcode_img_box {
  width: 0.44rem;
  height: 0.44rem;
  background: #F7F7F7;
  margin-right: 0.16rem;
}

.qrcode_img_box img {
  width: 100%;
  height: 100%;
}

.qrcode_box .lt div:nth-of-type(1) {
  color: #696969;
  font-weight: bolder;
}

.qrcode_box .lt div:nth-of-type(2) {
  color: #696969;
  font-size: 0.12rem;
}

.fy_cs_box {
  background: #FFFFFF;
  margin-top: 0.2rem;
}

.fy_cs_box .title,
.yh_cs_box .title {
  width: 100%;
  margin: auto;
  padding: 0.2rem 0.3rem 0;
  border-bottom: 1px solid #F7F7F7;
}

.yh_cs_box .title {
  border-bottom: 1px solid #DCDDDC;
}

.fy_cs_box .title div,
.yh_cs_box .title div {
  width: 40%;
  padding-bottom: 0.08rem;
  text-align: center;
  color: #CCCCCC;
}

.fy_cs_box .title .fy_active,
.yh_cs_box .title .fy_active {
  font-weight: bolder;
  color: #333333;
  border-bottom: 2px solid #333333;
}

.echarts_line,
.ecahrts_box {
  width: 2.4rem;
  height: 2rem;
}

.line_box_commen {
  width: 43%;
  height: 2rem;
  background: #FFFFFF;
}

.yh_cs_box .charts_box {
  padding: 0.2rem 0.1rem 0;
}

.line_box_commen>div {
  height: 1rem;
}

.line_red_box>div:nth-of-type(2) {
  background: #B5001A;
}

.line_black_box>div:nth-of-type(2) {
  background: #333333;
}

.line_box_commen .line_box_top {
  text-align: center;
  padding-top: 0.3rem;
}

.line_box_commen .line_box_top div:nth-of-type(1) {
  font-size: 0.3rem !important;
  color: #B5001A;
}

.line_box_commen .line_box_top div:nth-of-type(2) {
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.1rem;
}

.line_box_commen .line_box_bottom {
  text-align: center;
}

.line_box_commen .line_box_bottom span {
  color: #FFFFFF;
  opacity: 0.7;
  font-size: 0.12rem;
  position: relative;
  top: 0.65rem;
}

.fixed_head_box {
  width: 100%;
  position: fixed;
  background: #EEEEEE;
  padding: 0.2rem 0.2rem 0 0.2rem;
  z-index: 999;
}

.fixed_level {
  background: #B5001A;
  padding: 0.28rem 0.25rem 0.28rem 0.3rem;
  display: flex;
  align-items: center;
}

.fixed_level .level {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0.04rem;
  font-size: 0.2rem;
  font-weight: bolder;
  color: #B5001A;
  margin-right: 0.2rem;
}

.fixed_level .desc {
  font-size: 0.15rem;
  color: #FFFFFF;
}

.fixed_level .tips {
  font-size: 0.12rem;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 0.05rem;
}

.fixed_head_box .risk_title {
  background: #FFFFFF;
  margin-top: 0.2rem;
}

.search_btn_fixed {
  width: 2.95rem;
  position: fixed;
  bottom: 0.2rem;
  left: 50%;
  margin-left: -1.475rem;
  z-index: 999;
}

#cover,#cover_pw {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
  height: 100%;
  filter: alpha(opacity=60);
  /*设置透明度为60%*/
  opacity: 0.6;
  /*非IE浏览器下设置透明度为60%*/
  z-Index: 999;
}
#modal_pw{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width:2.5rem;
  height:1.6rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.05rem;
  padding: 0.3rem;
  text-align: center;
  z-index: 9999;
}
#modal_pw input{
  height: 0.3rem;
  border-bottom: 1px solid rgba(244, 244, 244, 1);
}
#modal_pw .btn_pw{
  width: 100%;
  height: 0.35rem;
  background: #07C160;
  line-height: 0.35rem;
  border-radius: 0.05rem;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.3rem;
}
#modal{
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  cursor: pointer;
  z-Index: 999999;
  padding: 0.3rem 0.2rem;
}

#modal .title {
  font-size: 0.18rem;
  color: #333333;
  font-weight: bolder;
}

#modal .text {
  color: #696969;
  margin: 0.13rem 0 0.3rem;
}

.kefu {
  width: 0.7rem;
  height: 0.32rem;
  position: fixed;
  bottom: 1.5rem;
  right: 0;
  line-height: 0.32rem;
  text-align: center;
  color: #FFFFFF;
  background: #B5001A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.1rem;
  z-index: 99999;
}

/* 授权协议 */
.license_box {
  padding: 0.2rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  background: rgba(247, 247, 247, 1);
}

.license_container {
  padding: 0.2rem;
  background: #FFFFFF;
}

.license_title {
  font-size: 0.19rem;
  margin-bottom: 0.15rem;
  text-align: center;
}

.lb_close_btn {
  width: 0.46rem;
  height: 0.46rem;
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
}

.la_btn {
  display: block;
  width: 2rem;
  height: 0.43rem;
  line-height: 0.43rem;
  font-size: 0.15rem;
  border-radius: 0.05rem 0.23rem 0.23rem 0.23rem;
  text-align: center;
  margin: 0.17rem auto;
  display: block;
  background: #4951FF;
  color: #FEFFFE !important;
}

/*修复入口——教程列表页*/
.course_container{
  background: #F2F2F2;
}
.course_list{
  padding: 0.1rem 0.2rem;
  background: rgb(250, 250, 250);
}
.course_item{
  background: #FFFFFF;
  min-height: 0.9rem;
  padding: 0.2rem;
  border-radius: 0.05rem;
  margin: 0.2rem 0;
  box-shadow: 0px 2px 10px rgba(178, 181, 235, 0.1);
}
.course_item,.course_item .gt{
  align-items: center;
}
.course_box{
  align-items: center;
}
.course_item .gt{
  width: 75%;
  display: flex;
}
.course_item img{
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.05rem;
  margin-right: 0.1rem;
}
.course_item .mid{
  width: 200px;
  font-size: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.course_item .getBtn{
  width: 0.6rem;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background: #07C160;
  border-radius: 0.3rem;
  font-size: 0.12rem;
}
.course_list .isVisible{
  margin-top: 0.2rem;
  padding:0.2rem;
  background: rgba(245, 245, 250, 0.8);
  border-radius: 0.05rem;
  align-items: center;
  display: none;
}

.isVisible div:nth-of-type(1){
  margin-top: 0.1rem;
}
.isVisible .text{
  color: #88889C;
  display: inline-block;
  word-break:break-all;
}
.isVisible .getpw{
  width: 0.8rem;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  border: 1px solid #4951FF;
  font-size: 0.12rem;
  border-radius: 0.05rem;
  color: blue;
}
.isVisible .password{
  display: none;
}
.isVisible a{
  color: #88889C;
}
/*修复入口——教程列表页中的评论*/
.discuss_container{
  background: #F2F2F2;
  padding: 0.15rem;
  color: #888888;
  position: relative;
}
#liuyan{
  color: #576b95;
  font-size: 0.14rem;
}
.disc_top div,.nick_name,.like_num{
  font-size: 0.14rem;
}
.card_item{
  margin: 0.28rem 0;
  overflow: auto;
  display: flex;
}
.card_lt{
  width: 0.32rem;
}
.card_gt{
  width: 88%;
  margin-left: 0.08rem;
}
.card_lt img{
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 4px;
}
.card_head{
  display: flex;
  justify-content: space-between;
}
.nick_name{
  color: #888888;
}
.doLike{
  display: flex;
  color: #576b95;
  position: relative;
}
.doLike .iconfont{
  font-size: 0.22rem;
  position: absolute;
  top: -0.035rem;
}
.card_content{
  clear: both;
  color: #333333;
  margin: 0.02rem 0;
  overflow: auto;
  width: 100%;
  font-size: 0.14rem;
}
.like_num{
  display: inline-block;
  margin-left: 0.25rem;
}
.ending {
  text-align: center;
  margin: 0.48rem 0;
  color: rgba(221,222,221,1);
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.mask .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: #F2F2F2;
  border-radius: 0.1rem 0.1rem 0 0;
  z-index: 999999;
  box-sizing: border-box;
}
.mask .content .title {
  width: 100%;
  padding: 0.15rem;
  font-size: 0.44rem;
  display: flex;
  justify-content: space-between;
  background: #FEFFFE;
  border-radius: 10px 10px 0px 0px;
}
.mask .lt {
  font-size: 0.3rem;
  line-height: 0.32rem;
}
.mask .mid {
  font-size: 0.18rem;
  margin-left: 0.3rem;
  line-height: 0.32rem;
}
.mask .gt {
  width: 0.57rem !important;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  background: #f2f3f4;
  color: #9d9e9f;
  border-radius: 0.05rem;
  font-size: 0.15rem;
}
.access_content {
  height: 100%;
  overflow-y: auto;

}
#liuyan_content{
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 0.15rem;
  padding: 0.06rem 0.15rem;
  background: #FEFFFE;
}
.active {
  background: #07C160 !important;
  color: white !important;
}
.ff_container{
  /*background: linear-gradient(180deg, #73CE64 0%, #65C765 26%, #2BAC69 100%);*/
  background: #44B867;
  padding: 0.15rem 0.15rem 0.15rem 0.15rem;
}
.ff_gt_img {
  position: absolute;
  right: 0;
  top: 0;
}
.ff_lt_img {
  position: absolute;
  left: 0;
  top: 0;
}
.ff_container .head {
  text-align: center;
  position: relative;
}
.icon{
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.logo {
  width: 0.5rem;
  height: 0.5rem;
}
.ff_container .title{
  color: #FFFFFF;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.ff_list{
  margin: .1rem .29rem;
}
.ff_list .ff_item>div{
  display: flex;
  align-items: center;
}
.ff_list .ff_item{
  margin-bottom: 0.2rem;
}
.ff_list .ff_item .iconfont{
  color: rgba(255,255,255,0.7);
  margin-right: 0.1rem;
}
.ff_list .ff_item .text{
  font-size: 0.13rem;
  color: #FFFFFF;
}
.ff_container .common_box{
  padding: 0.2rem 0.3rem 0.3rem 0.3rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
}
.ff_container .input-box {
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
}
.ff_container .input-box input {
  width: 100%;
  height: 0.33rem;
  font-size: 0.15rem;
}
#code {
  width: 50%;
}
.ff_container .getCode {
  display: inline-block;
  text-align: right;
  color: #B2B2B2;
  font-size: 0.14rem;
  width: 1.16rem;
  height: 0.41rem;
  line-height: 0.41rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ff_container .common_box .flex{
  align-items: center;
}
.ff_container .form_box .title{
  font-size: 0.12rem;
  color: #333333;
  margin: 0.15rem 0 0.05rem;
  font-weight: bold;
}
.form_box input::-webkit-input-placeholder{
  color: #B2B2B2;
  font-size: 0.14rem;
}
.ff_container .form_box .btn{
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.16rem;
  background: #07C160;
  border-radius: 0.05rem;
  margin: 0.3rem 0 0.16rem;
  font-weight: bold;
}
.ff_container .license-box{
  display: flex;
  align-items: center;
}
.ff_container .license-box .iconfont{
  margin-right: 0.05rem;
}
.ff_container .license-box .text{
  font-size: 0.12rem;
  color: #888888;
}
.ff_container .license-box .text a{
  font-size: 0.12rem;
  color: #333333;
}
.ff_container .iconpro{
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.05rem;
}
.ff_container .problem_item_lt{
  display: flex;
  align-items: center;
}
.ff_container .problem_list{
  padding-top: 0.3rem;
  margin-top: 0.15rem;
  flex-wrap: wrap;
}
.ff_container .problem_item_lt div{
  font-size: 0.13rem;
  color: #333333;
}
.ff_container .problem_item_gt{
  color: rgba(136, 136, 136, 0.5);
  font-size: 0.12rem;
}
.ff_container .problem_item{
  align-items: center;
  margin-bottom: 0.22rem;
  width: 50%;
}
.ff_container .problem_item:nth-last-of-type(1),.ff_container .problem_item:nth-last-of-type(2){
  margin-bottom: 0;
}
.ff_container .iconGreen{
  color: #07C160;
}
.ff_container .iconGray{
  color: #B2B2B2;
}
.ff_container .tip_img{
  position: absolute;
  bottom: 0.25rem;
  right: 0.4rem;
  width: 0.4rem;
  height: 0.25rem;
  background: url("/public/web/img/tip.svg") no-repeat;
  background-size: 100% 100%;
}


/*-----------------------------------------------评价显示框--------------------------------------------------------------*/
		.pinglun_box{
		    background-color: #ffffff;
            margin: 1em 0em;
            border-radius: 0.1rem;
            position: relative;
            padding: 0 0.3rem;
            /*top: -7em;*/
		}
		.pinglun_boxhder{
		    padding: 1em 0;
            display: flex;
		}
		.piluntime_right{
		    padding-right: 1em;
		}
		.pinglun_boxhder div:nth-of-type(1){
		    flex: 1;
		    font-size: 1.1em;
		    font-weight: bold;
		    color: #202027;
		}
		.pinglun_boxhder div:nth-of-type(2) a{
		    font-size: .9em;
		    color: #4951FF;
		}
		.conmList_box{
		    /*padding: 0 1em;*/
		    display: flex;
            flex-wrap: wrap;
            color: #4951FF;
		}
		.conmList_box div{
		    background-color: #E4E5FF;
		    border-radius: 5px;
		    padding: 5px 10px;
		    margin: 5px;
		    color: #202027;
		}
		.demo{
			font-size: 1.2em;
			height: 40px;
			line-height: 40px;
		}
		.demo2{
			font-size: 1.5em;
			height: 40px;
			font-weight: bold;
			line-height: 40px;
		}
		.demo3{
			font-size: 1.2em;
			height: 40px;
			line-height: 40px;
		}
		.names_xing{
		    display: flex;
		    margin: 1em 0;
		}
		.names_xing img{
		    width: 4em;
		    height: 4em;
		    border-radius: 50%;
		}
		.names_xing div{
		    flex: 1;
		    line-height: 30px;
		    padding-left: 1em;
		}
		.names_xingList h2{
		    font-weight: bold;
		    font-size: 1.2em;
		}
		.names_xingList p{
		    color: #88889C;
		    font-size: 1.1em;
		}
		.po-avt {
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }
        .data-name {
            flex: 1;
            font-size: 1em;
            font-weight: bold;
        }
        .po-avt-wrap {
            display: flex;
            line-height: 30px;
        }
         .tj_mb{
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 9;
            background-color:#000000;/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
            background-color:rgba(0,0,0,0.7); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
            background-image: url("/public/webs/images/12345.png");
            background-repeat: no-repeat;
            background-size: 100%;
            background-position-y: -0.6rem;
            background-position-x: 0.1rem;
        }