body,
ol,
ul,
h1,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font: 12px Alibaba Sans, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  background: #f6f6f6;
  -webkit-text-size-adjust: 100%;
}

body .mb0 {
  margin-bottom: 0;
}

body .mb10 {
  margin-bottom: 10px;
}

body .mt10 {
  margin-top: 10px;
}

body .mt0 {
  margin-top: 0;
}

body .mt30 {
  margin-top: 30px;
}

body .mt40 {
  margin-top: 40px;
}

body .gap50 {
  padding: 25px;
}

body .pb10 {
  padding-bottom: 10px;
}

input:focus {
  box-sizing: border-box;
  outline: 0px;
}

.ad_imgs {
  display: block;
  width: 100%;
}

.banner_img {
  display: block;
  width: 100%;
}

a {
  color: #2d374b;
  text-decoration: none;
}

h1 {
  font-size: 16px;
  line-height: 28px;
}

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex_cb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_cb span {
  color: #868686;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width:auto;
}

p {
  word-wrap: break-word;
}

button {
  border: none;
  cursor: pointer;
}

.mt13 {
  margin-top: 13px;
}
.mt20 {
  margin-top: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt10 {padding-top: 10px;}
.bg_3 {background-color: #F8FBFF;}
.bg-f{background-color: #fff;}
.t-c{text-align: center;}
.mb5{margin-bottom: 5px;}.mb10{margin-bottom: 10px;}.mb15{margin-bottom: 15px;}.mb20{margin-bottom: 20px;}
.mt5{margin-top: 5px!important;}.mt10{margin-top: 10px!important;}.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}.mt30{margin-top: 30px!important;}.ml5{margin-left: 5px;}.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}.ml20{margin-left:20px;}.mr5{margin-right: 5px;}.mr10{margin-left:10px;}.mr15{margin-left: 15px;}
.mr20{margin-left: 20px;}.mlr5{margin:0 5px;}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  /* position: -webkit-sticky; */
  /* position: sticky; */
  top: 0;
  left: 0;
  z-index: 4;
  justify-content: space-between;
}

.header.img {
  height: 50px;
}

.header .more_box,
.header .back_box {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .more_box:active,
.header .back_box:active {
  opacity: 0.7;
}

.header .more_box .fa,
.header .back_box .fa {
  font-size: 24px;
}

.header .head_tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: -webkit-calc(0%);
  width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
}

.header .logo {
  width: auto;
  max-height: 30px; 
  margin-left: 10px;
  margin-right: 17px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header .search_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 30px;
  border-radius: 15px;
  background-color: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  color: #757575;
  font-size: 12px;
  line-height: 1;
}

.header .search_box input {
  color: #333;
  border: none;
  background-color: transparent;
  font-size: 12px;
}

.header .search_box .fa {
  margin-right: 5px;
}

.header .right_btn {
  width: 45px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.header .right_btn .dialog_nav {
  display: none;
}

.header .right_btn #nav_mask {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.header .right_btn .main_nav {
  z-index: 9999;
  position: absolute;
  border-top-right-radius: 0;
  right: 0px;
  top: 35px;
  width: 150px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  padding: 5px 0;
}

.header .right_btn .main_nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .right_btn .main_nav a img {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}

.header .right_btn a {
  color: #757575;
}

.header .right_btn .fa {
  font-size: 18px;
}

.header .right_btn img {
  width: 25px;
  height: 25px;
}

.banner_box {
  padding: 10px 8px;
}

.banner_box img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.banner_box1 img {
  display: block;
  width: 100%;
}

.tab_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab_nav .nav_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ccx_bottom {
  color: #AAAAAC;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  padding: 15px 0 65px 0;
  background: #fff;
}

.ccx_bottom a {
  color: #AAAAAC !important;
  font-size: 12px !important;
}

.qywxlogo {
  width: 110px;
}

.tab_nav .nav_item:nth-child(1) {
  margin-left: 8px;
  padding-right: 5px;
}

.tab_nav .nav_item:nth-child(2) {
  margin-left: 8px;
  margin-right: 8px;
}

.tab_nav .nav_item img {
  width: 35px;
  height: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 16px;
  margin-right: 11px;
}

.tab_nav .nav_item h2,.tab_nav .nav_item .h2 {
  color: #101010;
  font-size: 16px;
  line-height: 23px;
  font-weight:700;
}

.tab_nav .nav_item p {
  color: #aaaaac;
  font-size: 12px;
  line-height: 19px;
}

.nav_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 8px;
  border-radius: 5px;
  padding-bottom: 10px;
  background-color: #fff;
}

.nav_box .box_item {
  width: 20%;
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_box .box_item:active {
  opacity: 0.7;
}

.nav_box .box_item img {
  margin-bottom: 3px;
  width: 45px;
  height: 45px;
}

.cate_con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: calc(100vh - 120px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}



.cate_con h3 {
  color: #101010;
  font-size: 16px;
  padding: 13px 20px;
}

.gray_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #fff;
}

.gray_box .box_item {
  width: 33.3%;
  padding: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gray_box .box_item:active {
  opacity: 0.7;
}

.gray_box .box_item img {
  margin-bottom: 5px;
  width: 45px;
  height: 45px;
}

.gray_box .box_item span {
  color: #101010;
  font-size: 12px;
}

.notice_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px;
  border-radius: 5px;
  background-color: #d6ecff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px;
}

.notice_box span {
  width: 35px;
  height: 21px;
  line-height: 21px;
  background-color: #63b8fa;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.notice_box .bd {
  flex: 1;
  color: #101010;
  font-size: 14px;
  line-height: 21px;
  padding-left:13px;
}
 

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jc_card {
  margin: 10px 8px;
  border-radius: 5px;
  background-color: #fff;
  padding: 0px 15px;
}

.jc_card h2,
.jc_card h1 {
  padding: 16px 8px 8px 0;
  color: #101010;
  font-size: 16px;
}

.jc_card .intr_con {
  padding: 3px 8px 11px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc_card .intr_con .tag_1,
.jc_card .intr_con .tag_2 {
  font-size: 12px;
  border-radius: 3px;
  height: 20px;
  line-height: 20px;
  padding: 0 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jc_card .intr_con .tag_1 {
  color: #f28046;
  border: 1px solid #f28046;
  margin-right: 10px;
}

.jc_card .intr_con .tag_2 {
  color: #5c95da;
  border: 1px solid #5c95da;
}

.jc_card .p_box {
  color: #db4046;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.jc_card .p_box .p_num {
  font-size: 20px;
}

.jc_card .card_bot {
  border-top: 1px solid #f7f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #aaaaac;
  font-size: 14px;
  padding: 8px 3px 10px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jc_card .card_bot .action_btn {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#82d1f6), color-stop(50%, #29b6f4), color-stop(99%, #0089cd));
  background: linear-gradient(90deg, #82d1f6 0%, #29b6f4 50%, #0089cd 99%);
}

.more_btn {
  height: 38px;
  border-radius: 20px;
  background-color: #fff;
  color: #aaaaac;
  font-size: 14px;
  margin: 0 8px 10px;
  display: block;
  text-align: center;
  line-height: 38px;
}

.intro_info {
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
  margin: 0 8px 10px;
  overflow: hidden;
}

.intro_info .intro_img {
  width: 100%;
  display: block;
}

.intro_info .intro_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.intro_info .intro_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 0 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro_info .intro_ico {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-bottom: 6px;
}

.intro_info strong {
  height: 23px;
  color: #101010;
  font-size: 16px;
  line-height: 23px;
}

.intro_info span {
  height: 20px;
  color: #bbb;
  font-size: 14px;
  line-height: 20px;
}

.city_card {
  background-color: #fff;
  padding-bottom: 20px;
}

.news_card {
  background-color: #fff;
  margin-bottom: 10px;
}

.card_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f7f4f4;
}

.card_head .more_txt {
  color: #aaaaac;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.card_head .more_txt .fa {
  font-size: 18px;
  margin-left: 5px;
}

.card_head strong {
  font-size: 14px;
}

.card_con_city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 7px 5px;
  font-size: 14px;
}

.card_con_city .card_link {
  width: 33.3%;
  padding: 8px 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.card_con .card_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}

.card_con .card_item:not(:last-child) {
  border-bottom: 1px solid #f7f4f4;
}

.card_con .card_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card_con .card_link:first-child {
  padding-top: 15px;
}

.card_con .card_link:last-child {
  padding-bottom: 15px;
}

.card_con .card_logo {
  width: 105px;
  height: 55px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #d9d9d9;
  margin-right: 13px;
  padding: 5px;
}

.card_con .card_thumb {
  width: 100px;
  height: 67px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  object-fit: cover;
  margin-right: 13px;
}

.card_con .flex1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card_con .flex1 text {
  font-size: 14px;
}

.card_con h3 {
  color: #101010;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.bot_navs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 10px 0 15px;
  position: relative;
}

.bot_navs::after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 0;
  border-bottom: 1px solid #f7f4f4;
}

.bot_navs .navs_item {
  width: -webkit-calc(3%);
  width: calc(25% - 22px);
  margin: 5px 11px;
  line-height: 26px;
  text-align: center;
  height: 26px;
  background-color: #f6f6f6;
  color: #101010;
  font-size: 12px;
}

.copyright {
  background-color: #fff;
  text-align: center;
  padding: 15px 0 80px;
}

.copyright p {
  line-height: 17px;
  color: #aaaaac;
  font-size: 12px;
  margin-bottom: 7px;
}

.bottom_action {
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 3;
  background-color: #fff;
  padding-left: 5px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

.bottom_action .act_btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin:8px;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#82d1f6), color-stop(50%, #29b6f4), color-stop(99%, #0089cd));
  background: linear-gradient(90deg, #82d1f6 0%, #29b6f4 50%, #0089cd 99%);
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.bottom_action .act_item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  font-size: 10px;
  padding: 0 15px;
}

.bottom_action .act_item img {
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}

.tabbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 3;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 40%);
  max-width: 750px;
  margin: 0 auto;
}

.tabbar a {
  height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
}

.tabbar a img {
  height: 25px;
  width: 25px;
  margin-bottom: 2px;
}
.tabbar a.active span{
  color: #5B8FF9;
}

.pagination-div {
  padding: 18px 0 18px;
  background-color: #fff;
}

.bottom70 {
  padding-bottom: 70px;
}

.pagination-div .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-div .pagination li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 30px;
  height: 30px;
  line-height: 1;
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #101010;
  font-size: 14px;
  text-align: center;
  margin: 0 5px;
  padding: 0 10px;
}

.pagination-div .pagination li a.on,
.pagination-div .pagination li a:hover {
  background-color: #5b8ff9;
  color: #fff;
}

.pagination-div .pagination li a .fa {
  font-size: 18px;
  font-weight: bold;
}

.com_bottom {
  background-color: #5e91f9;
  color: #FFF;
  text-align: center;
  padding-bottom: 20px;
  margin-top:15px;
}

.com_bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
}

.com_bottom ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.com_bottom ul a {
  display: block;
  color: #FFF;
  padding: 17px 0;
  font-size: 12px;
}

.com_bottom p {
  padding-bottom: 12px;
  color: #FFF;
}

.com_bottom p a {
  color: #FFF;
}

#text_input {
  position: absolute;
  top: -100px;
}

.local {
  height: 35px;
  padding: 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #f7f4f4;
}

.local a {
  color: #757575;
  font-size: 12px;
}

.city_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 7px 0;
  font-size: 14px;
}

.city_list a {
  width: 50%;
  padding-left: 17px;
  padding: 5px 17px;
  margin: 3px 0;
}

.up_time {
  padding:8px 10px;line-height:26px;
}

.jg_detail {
  background-color: #fff;
  background-image: url(../images/jg_bg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 13vw;
}

.jg_detail .logo_box {
  width: 150px;
  height: 80px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 10px;
}

.jg_detail .logo_box img {
  width: 100%;
  height: 100%;
}

.jg_detail h2 {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 23px;
  padding: 15px 0 8px;
}

.jg_detail p {
  padding-bottom: 24px;
  padding-top:5px;
}

.jg_detail p span {
  margin: 0 10px;
  color: #757575;
  font-size: 14px;
}

.info_box_con {
  background-color: #fff;
  padding: 15px;
}

.info_box_con .sec_tit {
  height: 20px;
  color: #101010;
  font-size: 16px;
  position: relative;
  padding-left: 12px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_box_con .sec_tit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 16px;
  width: 6px;
  border-radius: 5px;
  background-color: #5b8ff9;
}

.info_box_con .sec_tit .tit_time {
  color: #757575;
  font-size: 12px;
}

.richHtml {
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8rem;
  padding-top: 15px;
  height: auto;
  letter-spacing: 0.1rem;
  text-align: justify;
}
.richHtml p{
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  height: auto;
  letter-spacing: 0.1rem;
  text-align: justify;
}
.richHtml h3,.richHtml pre{
	margin-bottom: 1rem;
}
.richHtml ul{
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  height: auto;
  letter-spacing: 0.1rem;
  text-align: justify;
}
.richHtml table{margin-bottom:1rem;}

.richHtml img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.richHtml .more_cell {
  display: none;
}

.richHtml.minheight {
  max-height: 600px;
  position: relative;
  overflow: hidden;
}

.richHtml .more_cell {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58px;
  line-height: 20px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(#fff), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #fff, #fff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3d5881;
  font-size: 16px;
}

.richHtml .more_cell .fa {
  margin-left: 8px;
  font-size: 18px;
}

.cate_box {
  background-color: #fff;
  margin-top: 10px;
  height: -webkit-calc(-10vh);
  height: calc(100vh - 110px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* overflow: hidden; */
}

.cate_box .cate_nav {
  height: 100%;
  background-color: #f6f6f6;
}

.cate_box .cate_nav .cate_item {
  background-color: #f6f6f6;
  width: 105px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  position: relative;
}

.cate_box .cate_nav .cate_item .cate_txt {
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.cate_box .cate_nav .cate_item.active {
  background-color: #fff;
  position: relative;
}

.cate_box .cate_nav .line {
  position: absolute;
  width: 5px;
  height: 16px;
  line-height: 20px;
  border-radius: 5px;
  background-color: rgba(91, 143, 249, 1);
  left: 0;
  top: 16px;
  display: none;
}

.cate_box .cate_nav .cate_item.active .line {
  display: block;
}

.cate_box .cate_nav .cate_item.active::after,
.cate_box .cate_nav .cate_item.active::before {
  content: ' ';
  position: absolute;
  background-color: #f6f6f6;
  width: 10px;
  height: 10px;
  right: 0;
  z-index: 2;

}

.cate_box .cate_nav .cate_item.active::before {
  top: -10px;
  border-bottom-right-radius: 100%;
}


.cate_box .cate_nav .cate_item.active::after {
  bottom: -10px;
  border-top-right-radius: 100%;
}

.cate_box .cate_nav .cate_item.active .cate_txt {
  position: relative;
  color: #5B8FF9;
}

.cate_box .cate_nav .cate_item.active .cate_txt::after,
.cate_box .cate_nav .cate_item.active .cate_txt::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #fff;
}

.cate_box .cate_nav .cate_item.active .cate_txt::after {
  bottom: 100%;
  right: 0;
}

.cate_box .cate_nav .cate_item.active .cate_txt::before {
  top: 100%;
  right: 0;
  z-index: 1;
}

.login_head {
  background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 130px;
}

.login_head .login_ioc {
  width: 130px;
  height: 45px;
  margin-top: 50px;
}

.login_tips {
  color: #aaaaac;
  font-size: 12px;
  text-align: center;
}

.check_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 26px 0 16px;
  color: #aaaaac;
  font-size: 12px;
}

.check_box input {
  margin-right: 5px;
}

.check_box a {
  color: #5B8FF9;
}

.login_form {
  width: 93.3%;
  margin: -80px auto 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  padding: 10px 25px;
}

.login_form .form_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid #f7f4f4;
}

.login_form .form_item .nav_icos {
  width: 18px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 11px;
}

.login_form .form_item .nav_icos img {
  max-width: 100%;
  max-height: 100%;
}

.login_form .form_item input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  height: 30px;
  border: none;
}

.login_form .form_btn {
  width: 250px;
  height: 45px;
  line-height: 45px;
  border-radius: 25px;
  background-color: #5b8ff9;
  color: #fff;
  font-size: 14px;
  margin: 21px auto 8px;
  text-align: center;
  display: block;
}

.user_header {
  background-size: cover;
  background-position: top center;
}

.user_header .nav_tits {
  padding-top: 22px;
  padding-left: 16px;
  color: #fff;
  font-size: 16px;
}

.user_header .head_con {
  padding: 26px 16px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_header .user_ava {
  width: 50px;
  height: 50px;
}

.user_header .login_txt {
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 14px;
}

.user_header .change_account {
  color: #fff;
  font-size: 14px;
}

.user_header .change_account .fa {
  padding: 6px;
}

.user_nav {
  width: 93.3%;
  height: 75px;
  line-height: 20px;
  border-radius: 5px;
  margin: -36px auto 0;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_nav .nav_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #101010;
  font-size: 16px;
}

.user_nav .nav_item:first-child {
  position: relative;
}

.user_nav .nav_item:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #cfcfcf;
}

.user_nav .nav_item .nav_icos {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.user_nav .nav_item .nav_icos img {
  width: 100%;
  height: 100%;
}

.li_box {
  width: 93.3%;
  margin: 10px auto 0;
  border-radius: 5px;
  background-color: #fff;
}

.li_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  padding: 13px;
}

.li_nav.bb {
  position: relative;
}

.li_nav.bb::after {
  position: absolute;
  content: "";
  left: 13px;
  right: 13px;
  bottom: 0;
  border-bottom: 1px solid #f7f4f4;
}

.li_nav img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.li_nav .con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #101010;
  font-size: 14px;
}

.li_nav .right {
  color: #aaaaac;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
}

.li_nav .fa {
  padding: 0 8px;
  font-size: 18px;
  line-height: 1;
}

.get_code {
  height: 20px;
  color: #5984fc;
  font-size: 14px;
}

.helper {
  min-height: 100vh;
  background-color: #fff;
}

.help_tit {
  text-align: center;
  color: #101010;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f7f4f4;
}

.help_list {
  padding-top: 10px;
  background-color: #f6f6f6;
}

.help_list a {
  background-color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #f7f4f4;
  font-size: 14px;
}

.kefu_box {
  padding: 0px 8px 70px;
}

.kefu_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 55px;
  background-color: #FFF;
  padding: 0 15px;
  margin: 8px 0;
  border-radius: 5px;
}

.kefu_item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 10px;
}

.kefu_item .box_tit {
  color: #101010;
  font-size: 16px;
}

.kefu_item .box_con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #757575;
  font-size: 14px;
  padding-left: 14px;
}

.kefu_item .actBtn {
  height: 29px;
  line-height: 29px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#82d1f6), color-stop(50%, #29b6f4), color-stop(99%, #0089cd));
  background: linear-gradient(90deg, #82d1f6 0%, #29b6f4 50%, #0089cd 99%);
  color: #fff;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  padding: 0 15px;
}

.kefu_item .actBtn:active {
  opacity: 0.7;
}

.gzh_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 0 23px;
  background-color: #fff;
  border-radius: 5px;
}

.gzh_box .qy_ico {
  width: 110px;
}

.gzh_box .qr_code {
  width: 170px;
  height: 170px;
  margin: 10px 0;
}

.gzh_box p {
  color: #757575;
  font-size: 12px;
}

.wt_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  background-color: #fff;
}

.wt_nav .wt_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 45px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.wt_nav .wt_item.active {
  position: relative;
}

.wt_nav .wt_item.active::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 6px;
  line-height: 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#82d1f6), color-stop(50%, #29b6f4), color-stop(99%, #0089cd));
  background: linear-gradient(90deg, #82d1f6 0%, #29b6f4 50%, #0089cd 99%);
  left: 50%;
  margin-left: -17px;
  bottom: 7px;
}

.test_list {
  padding: 5px 12px;
}

.test_list.list_8 {
  padding: 5px 8px;
}

.test_list.list_8 .test_item {
  margin-bottom: 0;
}

.test_list .title_sec {
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  padding: 0 13px;
  position: relative;
}

.test_list .title_sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 6px;
  height: 16px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #5b8ff9;
}

.test_list .fj_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
}

.test_list .fj_box img {
  width: 19px;
  height: 19px;
  margin-right: 7px;
}

.test_list .sec_p {
  padding: 7px 0;
}

.test_list .sec_p p {
  padding: 5px 0;
  color: #101010;
  font-size: 14px;
}

.test_list .moreTxt {
  color: #6a789b;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test_list .moreTxt .fa {
  margin-left: 4px;
  font-size: 16px;
}

.test_list.inner_top {
  margin-top: -75px;
  padding-left: 8px;
  padding-right: 8px;
}

.test_list.inner_top .test_item {
  padding-bottom: 9px;
  margin-bottom: 0;
}

.test_list.inner_top .cancel {
  color: #6a789b;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test_list.inner_top .fa {
  margin-left: 4px;
  font-size: 16px;
}

.test_list .test_item {
  margin: 10px 0;
  border-radius: 10px;
  background-color: #fff;
}

.test_list .status {
  color: #feb314;
  font-size: 14px;
}

.test_list .cancel {
  color: #8e8d8d;
  font-size: 14px;
}

.test_list .test_con {
  padding: 12px 14px;
}

.test_list .test_con h3 {
  height: 20px;
  color: #101010;
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.test_list .test_con .tag_img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.test_list .test_con .test_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 14px;
}

.test_list .test_bet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test_list .test_bet .tag_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test_list .test_bet .tag_box .tag_c1 {
  height: 23px;
  line-height: 23px;
  border-radius: 2px;
  padding: 0 6px;
  background-color: #fceee9;
  color: #E17C5D;
  margin-right: 11px;
}

.test_list .test_bet .tag_box .tag_c2 {
  height: 23px;
  line-height: 23px;
  border-radius: 2px;
  padding: 0 6px;
  background-color: #ddebf8;
  color: #5187D0;
}

.test_list .test_bet .price_box {
  color: #db4046;
  font-size: 14px;
}

.test_list .test_bot {
  border-top: 1px solid #f7f4f4;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px;
}

.test_list .test_bot span {
  color: #aaaaac;
  font-size: 12px;
}

.test_list .test_bot a {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #fff;
  color: #5b8ff9;
  font-size: 14px;
  text-align: center;
  font-family: -apple-system;
  border: 1px solid #5b8ff9;
}

.weituo .detail_top {
  width: 100%;
  min-height: 149px;
  line-height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(69%, #5b8ff9), to(#f5f5f5));
  background: linear-gradient(180deg, #5b8ff9 69%, #f5f5f5 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  padding: 11px 20px;
}

.weituo .detail_top h2 {
  height: 26px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.weituo .detail_top p {
  height: 20px;
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
}

.weituo .detail_top .connect {
  padding-top: 11px;
  padding-right: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}

.weituo .detail_top .connect img {
  width: 20px;
  height: 20px;
}

.weituo .simple_info {
  margin: 10px 8px;
  background-color: #fff;
  border-radius: 10px;
}

.weituo .number_cell {
  margin: 10px 8px;
  background-color: #fff;
  border-radius: 10px;
}

.weituo .number_cell .info_content {
  padding-bottom: 12px;
}

.weituo .number_cell .info_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 12px;
}

.weituo .number_cell .info_flex .info_item {
  width: 50%;
  padding: 8px;
  text-align: center;
}

.weituo .number_cell p {
  line-height: 1.5;
  font-size: 14px;
  color: #000;
  padding: 4px 12px;
}

.weituo .sec_title {
  height: 45px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #101010;
  padding: 0 25px;
  position: relative;
  font-weight: bold;
}

.weituo .sec_title::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 6px;
  height: 16px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #5b8ff9;
}

.weituo .address_cell {
  margin: 10px 8px;
  border-radius: 10px;
  background-color: #fff;
  padding: 13px;
}

.weituo .address_cell .box_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 14px;
  padding-bottom: 8px;
  font-weight: bold;
}

.weituo .address_cell .box_top .box_tag {
  width: 23px;
  height: 23px;
  margin-right: 8px;
}

.weituo .address_cell p {
  padding: 5px 0;
  color: #101010;
  font-size: 14px;
}

.weituo .desc_box {
  margin: 10px 8px;
  border-radius: 10px;
  background-color: #fff;
  padding: 13px;
}

.weituo .desc_box h3 {
  text-align: center;
  padding: 5px 0 13px;
}

.weituo .desc_box p {
  padding: 6px 0;
  color: #8e8d8d;
  font-size: 14px;
}

.report_box {
  margin: 5px 8px;
  border-radius: 10px;
  background-color: #fff;
}

.report_box .report_item {
  min-height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.report_box .report_item .label_txt {
  width: 78px;
  padding-right: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.report_box .report_item .time_label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.report_box .report_item a {
  width: 65px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  background-color: #f28046;
  color: #FFF;
  font-size: 13px;
  text-align: center;
}

.report_box .report_item:not(:last-child) {
  border-bottom: 1px solid #f7f4f4;
}

.form_box {
  position:relative;
  font-family: PingFangSC-regular;

}
.form_box_child{
  background: #fff;
  margin:13px;
  border-radius: 10px;
  overflow: hidden;
}
.form_box_title{
  color:#fff;
  font-size: 18px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  padding-top:10px;
}
.form_box_des{
  color:#fff;
  font-size: 14px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-bottom:15px;
}
.backgound_color{
  width:100%;
  height:380px;
  position: absolute;
  top:0;
  background: #5B8FF9;
  background: -webkit-linear-gradient(to bottom,#5B8FF9,#78a5ff, #fafbff);
  /*  Safari 5.1 到 6.0 */
  background: -o-linear-gradient(to bottom,#5B8FF9,#78a5ff, #fafbff);
  /*  Opera 11.6 到 12.0 */
  background: -moz-linear-gradient(to bottom,#5B8FF9,#78a5ff, #fafbff);
  /*  Fx 3.6 到 15 */
  background: linear-gradient(to bottom,#5B8FF9,#78a5ff, #fafbff);
  /* 标准语法（必须是最后一个） */
  /*opacity:0.5;*/
  z-index: -1;
}
.saftedTips{
  border-bottom:none!important;
  width:100%;
}
.layui-form-onswitch {
  border-color: #FF0000!important;
  background-color: #FF0000!important;
  height: auto!important;
  line-height: 17px!important;
  padding:0 3px!important;
}
.layui-form-switch{
  height: auto!important;
  line-height: 17px!important;
  padding:0 3px!important;
}
.layui-form-switch i {
  width: 10px!important;
  height: 10px!important;
  top:4px!important;
}
.layui-form-onswitch i {
  margin-left: -15px!important;
}
.saftedTips .saftedTipsChild{
  width:93%;border-radius: 8px;margin:0 auto;background:  rgba(238, 246, 254, 1);color: rgba(91, 170, 221, 1);height: 40px;line-height: 40px;font-size: 12px;
  text-align: center;
}
.saftedTips .saftedTipsChild img{
  width:17px;height:17px;
  margin-right:5px;
}
.form_box .form_item {
  height: 50px;
  line-height: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  line-height: 1;
  z-index: 999;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  position: relative;
}
.dimension{
  color:red;
}
.form_box .form_item .title_1 {
  height: 23px;
  line-height: 23px;
  border-radius: 3px;
  background-color: #fceee9;
  color: #e17c5d;
  font-size: 12px;
  padding: 0 6px;
  margin: 0 14px;
}

.form_box .title_2 {
  padding: 0 16px;
  color: #101010;
  font-size: 14px;
  min-width:75px;
}

.form_box .form_item .input_cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding: 0 6px;
  border: none;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}

.form_box .form_item .check_box {
  margin-left: 14px;
  vertical-align: middle;
  margin-right: 5px;
}

.form_box .form_item p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  color: #db4046;
  font-size: 14px;
  padding-right: 15px;
}

.form_box .form_item p .price_num {
  font-size: 20px;
  padding: 0 2px;
}

.form_box .tips {
  text-align: center;
  color: #aaaaac;
  font-size: 12px;
  padding: 5px 0;
}

.form_box .submit_btn {
  width: 90%;
  line-height: 45px;
  border-radius: 30px;
  background-color: #5b8ff9;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin:20px auto;
}
.agreedata{
  color:rgba(165, 159, 159, 1);font-size:12px;text-align: center;padding-bottom: 15px;
}
.agreedata a{color:#609AFA;}
.form_box .submit_btn:active {
  opacity: 0.7;
}

.flow_box {
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf5ff), color-stop(42%, #fbfdff), to(#fff));
  background: linear-gradient(180deg, #eaf5ff 0%, #fbfdff 42%, #fff 100%);
  color: #101010;
  font-size: 14px;
  margin: 5px 0;
}

.flow_box .flow_tit {
  padding: 11px 0;
  text-align: center;
  color: #5b8ff9;
  font-size: 16px;
}

.flow_box .flow_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow_box .flow_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 12px;
}

.flow_box .flow_item span {
  line-height: 17px;
}

.flow_box .flow_item img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-bottom: 4px;
}

.flow_box .flow_ico {
  width: 12px;
  height: 12px;
  margin-bottom: 17px;
}

.result {
  background-color: #fff;
}

.result .h20 {
  height: 10px;
  background-color: #f2f2f2;
}

.result_box {
  padding: 27px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.result_box .suc_ico {
  width: 45px;
  height: 45px;
  margin-bottom: 12px;
}

.result_box .suc_tit {
  color: #101010;
  font-size: 18px;
  margin-bottom: 13px;
}

.result_box p {
  color: #101010;
  font-size: 14px;
  margin-bottom: 30px;
}

.result_box .sec_num {
  color: #f00;
  margin-right: 3px;
}

.result_box .btn1 {
  height: 40px;
  line-height: 1;
  border-radius: 20px;
  background-color: #fff;
  color: #f75151;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #f00;
  width: 160px;
  margin-bottom: 14px;
}

.result_box .btn2 {
  width: 160px;
  height: 40px;
  line-height: 1;
  border-radius: 20px;
  background-color: #f75151;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.test_page {
  padding: 0 8px 70px;
}

.test_page .test_box {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.test_page .test_box .test_item {
  min-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 5px;
}

.test_page .test_box .test_item:not(:last-child) {
  border-bottom: 1px solid #f7f4f4;
}

.test_page .wechat_box {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
}

.test_page .wechat_box img {
  height: 25px;
  margin-right: 20px;
}

.test_page .wechat_box p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  color: #bbb;
  font-size: 14px;
}

.test_page .wechat_box .add_txt {
  color: #fe9c5f;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test_page .wechat_box .add_txt .fa {
  font-size: 18px;
  margin-left: 8px;
}

.test_page .test_sec {
  color: #101010;
  font-size: 1rem;
  line-height: 1;
  padding: 16px 12px;
  position: relative;
  font-weight: bold;
}

.test_page .test_sec::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 16px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #5b8ff9;
}

.intr_head_time{
  position:absolute;right:0;font-weight: 500;
  color:#9b9b9b;font-size: 12px;
}

.test_page .test_desc {
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  padding: 15px;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  text-align: justify;
}

.test_page .test_desc p {
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  text-align: justify;
  margin-bottom: 0.5rem;
}

.test_page .fw_txt {
  color: #bbb;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}

.stick_top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.filter_cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  background-color: #fff;
  color: #101010;
  font-size: 14px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #f7f4f4;
}

.filter_cell .fa {
  margin-left: 10px;
  font-size: 16px;
}

.filter_cell img {
  width: 15px;
  height: 15px;
}

.collpes_box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
}

.collpes_box .collpes_mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(16, 16, 16, 0.5);
}

.collpes_box .collpes_con {
  width: 100%;
  line-height: 26px;
  background-color: #f9f8f8;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collpes_box .collpes_con .lef_side {
  width: 120px;
  height: 301px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-y: auto;
  background-color: #fff;
}

.collpes_box .collpes_con .cat_item {
  height: 35px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  color: #101010;
  font-size: 14px;
}

.collpes_box .collpes_con .cat_item.active {
  background-color: #d6ecff;
  color: #5984fc;
}

.collpes_box .collpes_con .right_side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 301px;
  overflow-y: auto;
}

.collpes_box .cat_box {
  display: none;
}

.collpes_box .cat_box.active {
  display: block;
}

.collpes_box .action_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 8px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.collpes_box .action_bar .cancel_btn {
  width: 160px;
  height: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  color: #5984fc;
  font-size: 14px;
  text-align: center;
  border: 1px solid #5984fc;
}

.collpes_box .action_bar .sure_btn {
  width: 160px;
  height: 40px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #5984fc;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #5984fc;
}

.more_txt {
  padding: 20px 0 30px;
  text-align: center;
  color: #999;
}

.luodi {
  background-color: #CCDFFF;
}

.luodi .top_img {
  display: block;
  width: 100%;
}

.luodi .ld_con {
  padding: 0 8px;
  margin-top: -30vw;
  position: relative;
  z-index: 1;
}

.luodi .form_cell {
  background: #FFFFFF;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0;
}

.luodi .form_cell img {
  display: block;
  width: 71%;
  margin-bottom: 10px;
}

.luodi .form_cell p {
  font-size: 12px;
  font-weight: 400;
  color: #233466;
  opacity: 0.8;
  margin-bottom: 17px;
}

.luodi .form_cell .cell_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85%;
  background: #CCDFFF;
  border-radius: 4px;
  margin-bottom: 13px;
  padding: 14px;
}

.luodi .form_cell .cell_item .cell_label {
  font-size: 15px;
  font-weight: 400;
  color: #25314D;
}

.luodi .form_cell .cell_item input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background-color: transparent;
  padding-left: 15px;
}

.luodi .cell_btn {
  height: 45px;
  background: linear-gradient(-75deg, #FF7200 0%, #FFAE00 100%);
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 85%;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.luodi .cell_tips {
  font-weight: 400;
  color: #798CAB;
  font-size: 12px;
}

.luodi .rela_card {
  margin: 13px 0;
  height: 70px;
  background: #FFFFFF;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.luodi .rela_card .rela_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.luodi .rela_card .rela_item:first-child {
  position: relative;
}

.luodi .rela_card .rela_item:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 19px;
  background-color: #798CAB;
  right: 0;
}

.luodi .rela_card .rela_item img {
  height: 24px;
}

.luodi .rela_card .rela_item>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #798CAB;
  padding-top: 5px;
}

.luodi .rela_card .rela_item .btn {
  width: 50px;
  height: 21px;
  background: #0067ED;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 21px;
  margin-left: 6px;
}

.luodi .online_btn {
  display: block;
  width: 252px;
  height: 35px;
  background: #0067ED;
  border-radius: 15px;
  text-align: center;
  line-height: 35px;
  color: #FFF;
  margin: 24px auto 35px;
}

.luodi .ld_tit {
  background-image: url(../images/tit_bg.png);
  background-size: contain;
  height: 45px;
  width: 330px;
  line-height: 45px;
  font-size: 21px;
  font-weight: 500;
  color: #FFFFFF;
  text-shadow: 0 3px 4px rgba(255, 124, 0, 0.38);
  padding-left: 18px;
  border-left: 10px solid #FDB01C;
  margin: 16px 0;
}

.luodi .num_cell_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0;
  height: 31px;
  background: #E3EDFF;
  border-radius: 5px;
  padding: 0 7px;
  font-size: 14px;
  font-weight: 400;
  color: #29241E;
  line-height: 1;
}

.luodi .num_cell_item .num_box {
  width: 41px;
  height: 24px;
  background-image: url(../images/num_bg.png);
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 400;
  margin-right: 8px;
  color: #FFFFFF;
}

.luodi .bz_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.luodi .bz_box .bz_item {
  width: 44%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 0;
}

.luodi .bz_box .bz_item strong {
  font-size: 36px;
  font-weight: 900;
  color: #FC7F19;
}

.luodi .bz_box .bz_item span {
  color: #FC7F19;
  font-size: 12px;
}

.luodi .bz_box p {
  font-size: 11px;
  font-weight: 400;
  color: #3D557E;
  line-height: 15px;
}

.luodi .rz_box .rz_item {
  border: 2px solid rgba(24, 65, 182, 0.11);
  margin: 8px 0 7px;
  padding: 13px 15px;
  min-height: 102px;
}

.luodi .rz_box .rz_item strong {
  font-size: 17px;
  font-weight: bold;
  color: #0039BB;
  line-height: 22px;
  margin-bottom: 17px;
}

.luodi .rz_box .rz_item p {
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #252525;
  line-height: 15px;
  margin-top: 15px;
}

footer {
  background: #0064FF;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

footer .footer {
  padding: 7px 0;
}

footer p {
  font-size: 8px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 7px 0;
  text-align: center;
}

.kf_model {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

.kf_model .kf_center {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20vh;
}

.kf_model .model_box {
  width: 225px;
  height: 276px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kf_model .model_box .qcode {
  display: block;
  width: 170px;
  height: 170px;
  margin: 5px 0;
}

.kf_model .model_box p {
  color: #757575;
  font-size: 13px;
  display: none;
}

.kf_model .kf_close {
  width: 30px;
  height: 30px;
  margin-top: 15px;
}

.kf_model .kf_close:active {
  opacity: 0.7;
}

.ques_head {
  padding: 12px;
  background-color: #fff;
  border-top: 1px solid #f7f4f4;
}

.ques_head .head_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-size: 16px;
  line-height: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ques_head .q_tag {
  width: 20px;
  height: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top:5px;
  float:left;
}

.ques_head .flex_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 18px;
  color: #757575;
  font-size: 12px;
}

.ques_head .flex_desc .type_tag {
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  background-color: #ddebf8;
  padding: 0 5px;
  color: #5b8ff9;
  font-size: 12px;
}

.ques_con {
  position: relative;
}
.isTestingQuesCon{
  top:-5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.ques_con .richHtml {
  padding: 10px 13px;
  background-color: #fff;
}

.ques_con .sec_tits {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding: 15px;
  background-color: #fff;
}

.ques_con .con_desc {
  padding-bottom: 12px;
  color: #757575;
  font-size: 14px;
  padding-left: 15px;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
  color:#9D9D9D;
}
.ques_con .isTestingDesc{
  margin-bottom: 8px;
  border-bottom:none!important;
}

.ques_con .con_desc span {
  margin-right: 20px;
}
.richTitle{
  margin-bottom:15px;display:flex;justify-content:space-between;margin-top:10px;
}
.richTitle span:first-child{
  font-size:16px;font-weight:bold;
}
.richTitle span:last-child{
  font-size:13px;color:#9D9D9D;
}

.recome_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f7f4f4;
  padding: 9px 12px;
  color: #5b8ff9;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
}

.recome_sec img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.next_page {
  margin: 10px 0;
  background-color: #fff;
  padding: 12px 16px;
}

.next_page a {
  display: block;
  padding: 6px 0;
  color: #101010;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub_navs {
  margin: 30px 0;
  line-height: 20px;
  border-radius: 10px;
  background-color: #e1e7f7;
  overflow: hidden;
}
.isTestingSubNavs{
  margin: 5px 8px 10px 8px;
}

.sub_navs .tab_nav {
  margin: 0;
  background: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0;
}

.sub_navs .tab_nav .nav_item:first-child {
  position: relative;
}

.sub_navs .tab_nav .nav_item:first-child::after {
  height: 25px;
  width: 1px;
  border-right: 1px solid #cfcfcf;
  position: absolute;
  right: 0;
  content: "";
}

.sub_navs .navs_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 13px;
  color: #5984fc;
  font-size: 14px;
  line-height: 1;
}

.sub_navs .navs_title img {
  width: 17px;
  height: 17px;
  margin-right: 6px;
}

.minhghts {
  min-height: calc(100vh - 222px);
}

.minRich {
  min-height: calc(100vh - 180px);
  padding: 10px;
}

.textLine1 {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gap120 {
  height: 120px;
}
.news_h1{
    font-size: 18px;
    line-height: 28px;
}

.edInnerPar{
	width: 100%;
	background-color: rgba(240, 244, 255, 1);
	text-align: center;
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-around;
	padding: 10px;
}
.edInnerParImg{
	width: 40px!important;
	height: 40px;
	border-radius:50%;
}
.edInnerParCenter{
	text-align:left;
	color: rgba(16, 16, 16, 1);
	font-size:14px;
	width:calc(100% - 120px);
	padding-left:10px;
}
.edInnerParCenterFirst{
	height: 50%;
	color: rgba(16, 16, 16, 1);
	font-size: 14px;
	font-family: PingFangSC;
	font-weight:700;
}
.edInnerParCenterLast{
	height: 50%;
	color: rgba(165, 165, 165, 1);
	font-size: 12px;
	font-family: PingFangSC;
	font-weight:400;
	letter-spacing: 0.2px;
	margin-top:3px;
}
.edInnerBtn{
	width: 75px;
	height: 28px;
	margin-top:5px;
	line-height: 28px;
	border-radius: 15px;
	background-color: rgba(91, 143, 249, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	text-align: center;
	font-family: Arial;
}

.testing_img{border-radius: 3px;border-top: 1px solid #f7f4f4;}
.dMadlCont {
    display:flex;
    align-items:center;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    border-bottom:1px solid #eee;
    margin: 10px 25px;
    padding-bottom:10px;
}
.dMadlText3 {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    flex: 1;
}
/*.dMadlText3::after {
    position: absolute;
    content: " ";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #ddd;
    top: 13px;
    right: 0;
}*/
.dMadlText3 input.text3 {
    height: 50px;
    background: none;
    border: none;
    outline: none;
    padding: 0 6px;
    font-size: 14px;
}
.dMadlMa {
    width:120px;
    float: right;
    color: #5984FC;
    cursor: pointer;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    flex: 1;
}
.clear {
    clear: both;
}
.form_box_next{display: none;}
.dMadlText2 {
    width: 195px;
    height: 50px;
    border: 1px solid #eeeeee;
    background: #F7F7F7;
    border-radius: 4px;
    float: left;
    box-sizing: border-box;
}
.dMadlText2 input.text1 {
    width: 192px!important;
    height: 48px;
    background: none;
    border: none;
    outline: none;
    padding-left: 15px;
    text-align: left!important;
    padding-left:20px;
}
.dMadlYan {
    float: right;
    width: 160px;
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}
.dMadlYan img {
    width: 100%;
    height: 48px;
}
.disabled{cursor: not-allowed;background: #fff;}
.flow_yinsi_btn{
  margin-top:20px;
  display: flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color: rgba(144, 144, 144, 1);
}
.form_box_next .form_box_child{
  border-radius:5px;
}
.form_box_next .title_2{
  min-width:auto;
}
.phone{
  text-align: left;font-size: 18px;font-weight: bold;width:280px;
}
.phoneTips{
  width: 49px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  background-color: rgba(249, 7, 7, 1);
  text-align: center;
  color:#fff;
  font-size:12px;
  position: absolute;
  left:170px;
}
.container{margin:10px 10px;}
.h20{height: 20px;}
.aiFirstTitle{font-size: 16px;font-weight: bold;padding:10px 10px;align-items: center;line-height: 21px;border-radius: 6px;}
.aiFirstTitle p{padding-left:6px;}
.getAiCon{width: 95%;height: 42px;line-height: 41px;text-align: center;color: #fff;border-radius: 25px;background-color: rgba(91, 143, 249, 1);font-size: 14px;font-family: Roboto;display: block;margin: 0 auto;}
.aiSecond{display: none;min-height: calc(100vh - 70px);}
.aiSecondTips{margin-left:20px;border-radius: 25px;background-color: rgba(245, 245, 245, 1);color: rgba(112, 112, 112, 1);align-items: center;padding:10px 15px;width: 245px;}
.aiSecondTips img{margin-right: 10px;}
.aiLast{display: none;min-height: calc(100vh - 70px);position: relative;}
.aiLastTips{width:90%;border-radius: 10px;background-color: #fdfdfd;color: rgba(16, 16, 16, 1);border: 1px solid rgba(240, 240, 240, 1);margin:0 auto;padding:17px 10px;align-items: center;}
.aiLastTips img{margin-right: 8px;}
.aiResult{font-size: 16px;color: rgba(16, 16, 16, 1);width:90%;margin:0 auto;}
.returnAiCon{width: 90%;height: 39px;line-height: 38px;text-align: center;color: #fff;border-radius: 5px;background-color: rgba(91, 143, 249, 1);font-size: 14px;font-family: Roboto;display: block;position: absolute;bottom: 10px;left:5%;}
textarea{background-color: #fff;width: 100%;min-height: 100px;padding:10px;font-size: 14px;border:none;border-radius: 6px;resize:none;outline:none;}
textarea::placeholder {font-size: 14px;color: rgba(170, 170, 172, 1); }