* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: "΢���ź�";
  font-size: 0.12rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
button,
input,
textarea {
  border: none;
  background: none;
  outline: none;
}
a {
  text-decoration: none;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #111;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #111;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #111;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #111;
}
.header {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 0.32rem;
  width: 14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_left a {
  display: flex;
  align-items: center;
}
.header .header_left a .logo {
  cursor: pointer;
}
.header .header_left a .logo img {
  width: 4.83rem;
}
.header .header_left a .company_name {
  cursor: pointer;
  color: #000;
  margin-left: 0.256rem;
}
.header .header_left a .company_name .name_top {
  font-size: 0.3rem;
  font-weight: 600;
}
.header .header_left a .company_name .name_bot {
  font-size: 0.1rem;
  letter-spacing: 0.001rem;
  font-weight: 500;
}
.header .header_right {
  display: flex;
  align-items: center;
}
.header .header_right .barrier {
  cursor: pointer;
  font-size: 0.2rem;
  color: #0077ff;
  text-align: center;
  line-height: 0.56rem;
  width: 1.49rem;
  height: 0.56rem;
  border: 0.01rem solid #0077ff;
  border-radius: 0.04rem;
  margin-right: 0.4rem;
}
.header .header_right .el-dropdown-link {
  cursor: pointer;
  color: #409EFF;
}
.header .header_right .el-icon-arrow-down {
  font-size: 12px;
}
.header .header_right .login_reg {
  display: flex;
  align-items: center;
  color: #000;
  margin-left: 0.2rem;
  font-size: 0.2rem;
  max-width: 2rem;
  cursor: pointer;
}
.header .header_right .login_reg .login_box,
.header .header_right .login_reg .reg_box {
  cursor: pointer;
}
.header .header_right .login_reg .reg_box {
  margin-left: 0.2rem;
}
.header .header_right .el-dropdown .el-dropdown-link {
  cursor: pointer;
  color: white !important;
  display: flex !important;
}
.header .header_right .el-dropdown .el-icon-arrow-down {
  font-size: 12px;
}
.navigation {
  position: relative;
  z-index: 2;
  margin: 0.55rem auto 0;
  width: 14rem;
  display: flex;
  padding-bottom: 0.21rem;
  justify-content: space-between;
  align-items: center;
}
.navigation .item {
  font-size: 0.2rem;
  color: #666;
  cursor: pointer;
}
.navigation .item.item_act {
  color: #111;
  font-size: 0.2rem;
  font-weight: 600;
  position: relative;
}
.navigation .item.item_act::before {
  content: "";
  width: 0.8rem;
  height: 0.03rem;
  background-color: #111;
  position: absolute;
  bottom: -0.06rem;
  left: 0;
}
.mySwiper .top_bar {
  z-index: 6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.mySwiper .top_bar .bar_item {
  width: 3rem;
  height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 0.24rem;
  color: #111;
  text-align: center;
  line-height: 0.8rem;
  cursor: pointer;
}
.mySwiper .top_bar .bar_item:hover {
  background: linear-gradient(135deg, #1a85ff 0%, #0c62f5 55.28%, #0042eb 100%);
  box-shadow: 0px 0px 10px 0px rgba(12, 98, 245, 0.8);
  color: white;
}
.mySwiper .top_bar .bar_item.bar_item_act {
  background: linear-gradient(135deg, #1a85ff 0%, #0c62f5 55.28%, #0042eb 100%);
  box-shadow: 0px 0px 10px 0px rgba(12, 98, 245, 0.8);
  color: white;
}
.mySwiper .swiper-slide {
  height: 3rem;
  position: relative;
}
.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .swiper-slide span {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  /** 文本1 */
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 0px;
  color: #ffffff;
  position: absolute;
  top: 1.19rem;
  left: 3.39rem;
}
.footer_box {
  width: 100%;
  min-width: 14rem;
  padding-bottom: 0.3rem;
  background: linear-gradient(180deg, #004ab3 0%, #002b8f 100%);
}
.footer_box .foot_cen {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
}
.footer_box .foot_cen .foot_logo {
  padding: 0.215rem 0.165rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #3367ba;
}
.footer_box .foot_cen .foot_logo a {
  display: flex;
  align-items: center;
}
.footer_box .foot_cen .foot_logo a img {
  width: 4.29rem;
  height: auto;
}
.footer_box .foot_cen .foot_logo a span {
  color: #fff;
  margin-left: 0.256rem;
  font-size: 0.4rem;
  font-weight: 600;
}
.footer_box .foot_cen .friendship {
  display: flex;
  justify-content: space-between;
  margin-top: 0.28rem;
}
.footer_box .foot_cen .friendship .friendship_left {
  width: 11.64rem;
}
.footer_box .foot_cen .friendship .friendship_left .yqlj {
  display: flex;
}
.footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_left {
  font-size: 0.14rem;
  color: white;
}
.footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right {
  margin-left: 0.24rem;
  width: 10.84rem;
}
.footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_top a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
  margin-right: 0.32rem;
  margin-bottom: 0.08rem;
}
.footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_bot {
  border-top: 0.01rem dashed #335eaf;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.08rem;
}
.footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_bot a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
  margin-right: 0.32rem;
  margin-bottom: 0.1rem;
}
.footer_box .foot_cen .friendship .friendship_left .lxwm {
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
}
.footer_box .foot_cen .friendship .friendship_left .lxwm .lxwm_left {
  font-size: 0.14rem;
  color: white;
}
.footer_box .foot_cen .friendship .friendship_left .lxwm .lxwm_right {
  margin-left: 0.24rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
}
.footer_box .foot_cen .friendship .friendship_right {
  width: 1.54rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_box .foot_cen .friendship .friendship_right img {
  width: 1.22rem;
  height: 1.22rem;
}
.footer_box .foot_cen .friendship .friendship_right span {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 0.11rem;
}
.barriers {
  height: 0;
  background-color: #535353;
  display: flex;
  align-items: center;
  justify-content: center;
}
.barriers.barrier_tras {
  height: 1rem;
}
.barriers .wza_tit img {
  width: 0.28rem;
  height: 0.32rem;
  vertical-align: middle;
}
.barriers .wza_tit span {
  font-size: 0.18rem;
  vertical-align: middle;
  color: white;
  margin-left: 0.08rem;
}
.barriers .view_box {
  margin-left: 0.38rem;
  display: flex;
  align-items: center;
}
.barriers .view_box .view {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.barriers .view_box .view span {
  font-size: 0.14rem;
  color: white;
  margin-bottom: 0.03rem;
}
.barriers .view_box .view img {
  width: 0.6rem;
  height: 0.52rem;
}
.barriers .view_box .view.notcur {
  cursor: not-allowed !important;
}
.barriers .view_box .ymps img {
  width: 0.84rem;
}
.barriers .advance_box {
  margin-left: 0.17rem;
  display: flex;
  align-items: center;
}
.barriers .advance_box .view {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.barriers .advance_box .view span {
  font-size: 0.14rem;
  color: white;
  margin-bottom: 0.03rem;
}
.barriers .advance_box .view img {
  width: 0.6rem;
  height: 0.52rem;
}
.barriers .help_box {
  margin-left: 0.17rem;
  display: flex;
  align-items: center;
}
.barriers .help_box .view {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.barriers .help_box .view span {
  font-size: 0.14rem;
  color: white;
  margin-bottom: 0.03rem;
}
.barriers .help_box .view img {
  width: 0.6rem;
  height: 0.52rem;
}
.overT {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.overT2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index {
  min-width: 14rem;
  position: relative;
  background-color: #f5f5f5;
}
.index ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.6);
}
.index :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.6);
}
.index ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.index rgba(255, 255, 255, 0.6) :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.index .header {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 0.32rem;
  width: 14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .header .header_left a {
  display: flex;
  align-items: center;
}
.index .header .header_left a .logo {
  cursor: pointer;
}
.index .header .header_left a .logo img {
  width: 4.83rem;
}
.index .header .header_left a .company_name {
  cursor: pointer;
  color: #fff;
  margin-left: 0.256rem;
}
.index .header .header_left a .company_name .name_top {
  font-size: 0.3rem;
  font-weight: 600;
}
.index .header .header_left a .company_name .name_bot {
  font-size: 0.1rem;
  letter-spacing: 0.001rem;
  font-weight: 500;
}
.index .header .header_right {
  display: flex;
  align-items: center;
}
.index .header .header_right .barrier {
  cursor: pointer;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  line-height: 0.56rem;
  width: 1.49rem;
  height: 0.56rem;
  border: 0.01rem solid #fff;
  border-radius: 0.04rem;
  margin-right: 0.4rem;
}
.index .header .header_right .search {
  position: relative;
}
.index .header .header_right .search .searchInput {
  caret-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  width: 3.96rem;
  height: 0.56rem;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  padding: 0 0.64rem 0 1.4rem;
}
.index .header .header_right .search .searchInput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.index .header .header_right .search .leftSelect {
  width: 1.29rem;
  position: absolute !important;
  top: 0.01rem;
  left: 0.01rem;
}
.index .header .header_right .search .leftSelect .el-select {
  background-color: rgba(255, 255, 255, 0.2);
}
.index .header .header_right .search .leftSelect .el-select .el-input .el-input__inner {
  height: 0.54rem;
  line-height: 0.54rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  border-radius: 0.04rem 0 0 0.04rem;
  font-size: 0.2rem;
}
.index .header .header_right .search .leftSelect .el-select .el-input .el-input__inner::placeholder {
  color: white;
  font-size: 0.2rem;
}
.index .header .header_right .search .leftSelect .el-select .el-input .el-input__suffix .el-input__suffix-inner .el-select__caret::before {
  content: '\e6e1';
  color: #fff;
}
.index .header .header_right .search img {
  cursor: pointer;
  width: 0.26rem;
  height: 0.26rem;
  position: absolute;
  right: 0.2rem;
  top: 0.15rem;
  z-index: 99;
}
.index .header .header_right .login_reg {
  display: flex;
  align-items: center;
  color: white;
  margin-left: 0.2rem;
  font-size: 0.2rem;
  max-width: 2rem;
  cursor: pointer;
}
.index .header .header_right .login_reg .login_box,
.index .header .header_right .login_reg .reg_box {
  cursor: pointer;
}
.index .header .header_right .login_reg .reg_box {
  margin-left: 0.2rem;
}
.index .header .header_right .el-dropdown .el-dropdown-link {
  cursor: pointer;
  color: white !important;
  display: flex !important;
}
.index .header .header_right .el-dropdown .el-icon-arrow-down {
  font-size: 12px;
}
.index .navigation {
  position: relative;
  z-index: 2;
  margin: 0.55rem auto 0;
  width: 14rem;
  display: flex;
  padding-bottom: 0.21rem;
  justify-content: space-between;
  align-items: center;
}
.index .navigation .item {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.index .navigation .item.item_act {
  color: #fff;
  font-size: 0.2rem;
  font-weight: 600;
  position: relative;
}
.index .navigation .item.item_act::before {
  content: "";
  width: 0.8rem;
  height: 0.03rem;
  background-color: #fff;
  position: absolute;
  bottom: -0.06rem;
  left: 0;
}
.index .mySwipers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.index .mySwipers.swiper_tras {
  top: 1rem;
}
.index .mySwipers .swiper-slide img {
  width: 100%;
  height: 9.69rem;
  object-fit: cover;
}
.index .mySwipers .swiper-pagination-bullet {
  background-color: white !important;
  width: 0.19rem;
  height: 0.04rem;
  border-radius: 0.01rem;
}
.index .mySwipers .swiper-pagination-bullet-active {
  width: 0.56rem;
}
.index .bigsearch {
  width: 7.92rem;
  position: relative;
  z-index: 9;
  margin: 2.8rem auto 0;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
}
.index .bigsearch input {
  width: 7.92rem;
  height: 0.6rem;
  border: 0.01rem solid white;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 1.53rem 0 0.23rem;
  border-radius: 0.04rem;
}
.index .bigsearch .search {
  border-radius: 0 0.04rem 0.04rem 0;
  width: 1.3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.2rem;
  position: absolute;
  background-color: white;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.index .wenzi_box {
  position: relative;
  z-index: 9;
  color: white;
  text-align: center;
  margin-top: 3.4rem;
}
.index .wenzi_box .wenzi {
  font-size: 0.36rem;
  letter-spacing: 0.04rem;
  margin-top: 0.42rem;
}
.index .wenzi_box .yingwen {
  font-size: 0.15rem;
  margin-top: 0.06rem;
}
.index .kongbai {
  height: 7.69rem;
}
.index .headline {
  width: 14rem;
  margin: 0.35rem auto 0;
  display: flex;
}
.index .headline .headline_left {
  box-sizing: border-box;
  width: 7rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index .headline .headline_left .headline_title {
  color: white;
  font-size: 0.3rem;
  width: 1.69rem;
  height: 0.5rem;
  background-color: #254aa3;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 0.04rem;
  top: 30px;
  left: 30px;
  position: absolute;
}
.index .headline .headline_left .headline_det {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  padding: 0.15rem 0.2rem;
}
.index .headline .headline_left .headline_det .tit {
  width: 80%;
  color: white;
  font-size: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index .headline .headline_left .headline_det .det {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.index .headline .headline_right {
  width: 7rem;
}
.index .headline .headline_right .right_top {
  box-sizing: border-box;
  height: 3.81rem;
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.index .headline .headline_right .right_top .head_right_box {
  padding: 0.42rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.index .headline .headline_right .right_top .head_right_box .top_tit {
  font-size: 0.24rem;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index .headline .headline_right .right_top .head_right_box .top_det {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index .headline .headline_right .right_bot {
  background-color: white;
  box-sizing: border-box;
  height: 3.81rem;
  padding: 0.36rem 0.31rem 0.31rem 0.4rem;
}
.index .headline .headline_right .right_bot .subsection_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .headline .headline_right .right_bot .subsection_box .subsection_left {
  display: flex;
  align-items: center;
}
.index .headline .headline_right .right_bot .subsection_box .subsection_left .items {
  cursor: pointer;
  width: 1rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.16rem;
  color: #666;
  margin-right: 0.25rem;
}
.index .headline .headline_right .right_bot .subsection_box .subsection_left .items.items_act {
  background-color: #111111;
  color: white;
  font-weight: 600;
  border-radius: 0.04rem;
}
.index .headline .headline_right .right_bot .subsection_box .subsection_right {
  cursor: pointer;
  font-size: 0.14rem;
  color: #1255ff;
}
.index .headline .headline_right .right_bot .subsection_box .subsection_right .el-icon-arrow-right:before {
  content: "\e6e0";
  color: #1255ff;
}
.index .headline .headline_right .right_bot .list_box ul li {
  cursor: pointer;
  margin-top: 0.242rem;
  list-style-type: square;
}
.index .headline .headline_right .right_bot .list_box ul li:first-child {
  margin-top: 0.3rem;
}
.index .headline .headline_right .right_bot .list_box ul li:hover {
  color: #1255ff;
}
.index .headline .headline_right .right_bot .list_box ul li:hover .box {
  color: #1255ff;
}
.index .headline .headline_right .right_bot .list_box ul li .box {
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  color: #111;
}
.index .headline .headline_right .right_bot .list_box ul li .box .list_left {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .headline .headline_right .right_bot .list_box ul li .box .list_right {
  max-width: 18%;
}
.index .advantage {
  height: 9.69rem;
  margin-top: 0.35rem;
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/yxfw.png?v=0.1") no-repeat;
  background-size: 100% 100%;
}
.index .advantage .cen_box {
  width: 14.5rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.index .advantage .cen_box .advantage_left {
  box-sizing: border-box;
  padding-top: 1.62rem;
  width: 2.18rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.index .advantage .cen_box .advantage_left .advan_item {
  cursor: pointer;
  width: 100%;
  height: calc(7.03rem / 6);
  text-align: center;
  line-height: calc(7.03rem / 6);
  font-size: 0.2rem;
  color: white;
}
.index .advantage .cen_box .advantage_left .advan_item:hover {
  background-color: white;
  color: black;
  font-weight: 600;
}
.index .advantage .cen_box .advantage_left .advan_item.advan_act {
  background-color: white;
  color: black;
  font-weight: 600;
}
.index .advantage .cen_box .advantage_right {
  width: calc(100% - 2.18rem);
  height: 100%;
}
.index .advantage .cen_box .advantage_right .right_title {
  text-align: center;
  margin-top: 0.46rem;
}
.index .advantage .cen_box .advantage_right .right_title .ysfw {
  font-size: 0.4rem;
  color: white;
  font-weight: 600;
}
.index .advantage .cen_box .advantage_right .right_title .ysfw_yw {
  font-size: 0.16rem;
  color: white;
}
.index .advantage .cen_box .advantage_right .lbt_box {
  width: 100%;
  height: 7.03rem;
  background-color: white;
  margin-top: 0.43rem;
  display: flex;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_left {
  width: 4.6rem;
  height: 100%;
  padding: 0.59rem 0.33rem 0.1rem;
  box-sizing: border-box;
  position: relative;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_left .zscqzx {
  height: auto;
  padding-bottom: 0.3rem;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_left .swiper-slide {
  width: 1.21rem !important;
  height: 1.27rem;
  cursor: pointer;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_left .swiper-pagination-bullet {
  background-color: #000000;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_left .swiper-pagination-bullet-active {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #000000;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_left .slide_item {
  width: 1.21rem;
  height: 1.27rem;
  border: 0.01rem solid #0d6db6;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_left .slide_item img {
  width: 0.52rem;
  height: 0.52rem;
  object-fit: cover;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_left .slide_item span {
  font-size: 0.16rem;
  margin-top: 0.14rem;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_left .swiper-pagination {
  bottom: 0;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_right {
  width: calc(100% - 4.6rem);
  height: 100%;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_right .right_swiper {
  width: 100%;
  height: 100%;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_right .right_swiper .swiper-slide {
  position: relative;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_right .right_swiper .swiper-slide img {
  width: 100%;
  height: 84%;
  object-fit: cover;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_right .right_swiper .swiper-slide .fwal {
  position: absolute;
  top: 0.05rem;
  left: 0.1rem;
  width: 1.38rem;
  height: 0.48rem;
  background-color: #000000;
  border-radius: 0.04rem;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.2rem;
  font-weight: 600;
  color: white;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_right .right_swiper .swiper-slide .fwal_det {
  width: 3.5rem;
  font-size: 0.16rem;
  color: white;
  position: absolute;
  bottom: 0.11rem;
  left: 0.19rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_right .right_swiper .swiper-slide .desc_det {
  width: 100%;
  height: 0.55rem;
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 0;
  z-index: 9;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
  font-size: 0.16rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_right .right_swiper .swiper-slide .desc_det .det_box {
  position: relative;
  z-index: 99;
  max-width: 80%;
  padding-left: 0.2rem;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_right .right_swiper .swiper-slide .desc_det .more_box {
  padding-right: 0.2rem;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_right .right_swiper .swiper-pagination {
  bottom: 0.57rem;
  box-sizing: border-box;
  padding-right: 0.24rem;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_right .right_swiper .swiper-pagination-bullet {
  background-color: #000;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
}
.index .advantage .cen_box .advantage_right .lbt_box .lbt_right .right_swiper .swiper-pagination-bullet-active {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #000;
}
.index .advantage .cen_box .advantage_right .btn_box {
  display: flex;
  justify-content: center;
  margin-top: 0.27rem;
}
.index .advantage .cen_box .advantage_right .btn_box .regs {
  cursor: pointer;
  width: 1.06rem;
  height: 0.48rem;
  border-radius: 0.04rem;
  border: 0.01rem solid white;
  color: white;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.48rem;
  margin-right: 0.24rem;
}
.index .advantage .cen_box .advantage_right .btn_box .logs {
  cursor: pointer;
  width: 1.06rem;
  height: 0.48rem;
  border-radius: 0.04rem;
  border: 0.01rem solid white;
  color: #0030a1;
  background-color: white;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.48rem;
}
.index .advertising {
  width: 14rem;
  margin: 0.8rem auto 0;
}
.index .advertising img {
  width: 14rem;
  height: 2.4rem;
}
.index .memberBox {
  width: 14rem;
  margin: 0.8rem auto;
}
.index .memberBox .member {
  height: 5rem;
  display: flex;
}
.index .memberBox .member .vedioSwiper {
  width: 50%;
  height: 100%;
  background-color: black;
}
.index .memberBox .member .vedioSwiper .swiper-pagination-bullet {
  background-color: white;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.08rem;
}
.index .memberBox .member .vedioSwiper .swiper-pagination-bullet-active {
  width: 0.24rem;
  height: 0.08rem;
  background-color: white;
}
.index .memberBox .member .vedioSwiper .swiper-pagination {
  display: block;
  left: 0 !important;
  width: initial !important;
  right: 0 !important;
  bottom: 0.12rem !important;
  margin: 0 auto;
}
.index .memberBox .member .vedioSwiper .more_swiper {
  position: absolute;
  padding: 0.06rem 0.24rem;
  right: 0.16rem;
  top: 0.19rem;
  color: white;
  z-index: 99;
  font-size: 0.2rem;
  background-color: #406dff;
  border-radius: 0.08rem;
  cursor: pointer;
}
.index .memberBox .member .vedioSwiper .swiper-slide .member_left {
  width: 100%;
  height: 100%;
  position: relative;
}
.index .memberBox .member .vedioSwiper .swiper-slide .member_left .my-video {
  width: 100%;
  height: 100%;
}
.index .memberBox .member .vedioSwiper .swiper-slide .member_left .my-video::-webkit-media-controls {
  display: none !important;
}
.index .memberBox .member .vedioSwiper .swiper-slide .member_left .start-play img {
  cursor: pointer;
  width: 1.54rem;
  height: 1.54rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index .memberBox .member .member_right {
  width: 50%;
  height: 100%;
  background-color: antiquewhite;
}
.index .memberBox .member .member_right .member_top {
  display: flex;
}
.index .memberBox .member .member_right .member_top .top_left {
  width: 3.41rem;
}
.index .memberBox .member .member_right .member_top .top_left .hyqy {
  height: 1.6rem;
  width: 100%;
  background: linear-gradient(90deg, #0acffe 0%, #4a5cff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.index .memberBox .member .member_right .member_top .top_left .hyqy :nth-child(1) {
  font-size: 0.4rem;
  color: white;
  font-weight: 600;
}
.index .memberBox .member .member_right .member_top .top_left .hyqy :nth-child(2) {
  font-size: 0.16rem;
  color: white;
  margin-top: 0.1rem;
}
.index .memberBox .member .member_right .member_top .top_left .hyqy:hover {
  background-size: 110% 110%;
  background-position: center;
}
.index .memberBox .member .member_right .member_top .top_left .zxxx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 3.4rem;
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/zxxx.png") no-repeat;
  background-size: 100% 100%;
  object-fit: cover;
  transition: 0.3s;
}
.index .memberBox .member .member_right .member_top .top_left .zxxx:hover {
  background-size: 110% 110%;
  background-position: center;
}
.index .memberBox .member .member_right .member_top .top_left .zxxx :nth-child(1) {
  font-size: 0.4rem;
  color: white;
}
.index .memberBox .member .member_right .member_top .top_left .zxxx :nth-child(2) {
  font-size: 0.16rem;
  color: white;
  margin-top: 0.1rem;
}
.index .memberBox .member .member_right .member_top .top_right {
  width: 3.59rem;
}
.index .memberBox .member .member_right .member_top .top_right .sqrh {
  cursor: pointer;
  height: 2.5rem;
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/sqrh.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.index .memberBox .member .member_right .member_top .top_right .sqrh:hover {
  background-size: 110% 110%;
  background-position: center;
}
.index .memberBox .member .member_right .member_top .top_right .sqrh :nth-child(1) {
  font-size: 0.4rem;
  color: white;
}
.index .memberBox .member .member_right .member_top .top_right .sqrh :nth-child(2) {
  font-size: 0.16rem;
  color: white;
  margin-top: 0.1rem;
}
.index .memberBox .member .member_right .member_top .top_right .hdrk {
  cursor: pointer;
  height: 2.5rem;
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/hdbm.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.index .memberBox .member .member_right .member_top .top_right .hdrk:hover {
  background-size: 110% 110%;
  background-position: center;
}
.index .memberBox .member .member_right .member_top .top_right .hdrk :nth-child(1) {
  font-size: 0.4rem;
  color: white;
}
.index .memberBox .member .member_right .member_top .top_right .hdrk :nth-child(2) {
  font-size: 0.16rem;
  color: white;
  margin-top: 0.1rem;
}
.index .memberBox .memberBots {
  display: flex;
}
.index .memberBox .memberBots .memberLefts {
  width: 5.4rem;
  height: 2.1rem;
  background: linear-gradient(90deg, #0acffe 0%, #4a5cff 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.index .memberBox .memberBots .memberLefts span,
.index .memberBox .memberBots .memberLefts p {
  text-align: center;
}
.index .memberBox .memberBots .memberLefts span {
  font-size: 0.32rem;
  font-weight: 400;
  line-height: 0.46rem;
  color: #ffffff;
}
.index .memberBox .memberBots .memberLefts p {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.23rem;
  color: #ffffff;
}
.index .memberBox .memberBots .member_bot {
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/zlypp.png") no-repeat;
  background-size: 100% 100%;
  width: calc(100% - 5.4rem);
  height: 2.1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 0.37rem;
}
.index .memberBox .memberBots .member_bot .zl_tit {
  max-width: 6rem;
  font-size: 0.34rem;
  color: white;
  font-weight: 600;
}
.index .memberBox .memberBots .member_bot .zhdl {
  margin-top: 0.25rem;
  width: 1.34rem;
  height: 0.43rem;
  background-color: white;
  border-radius: 0.04rem;
  cursor: pointer;
  font-size: 0.2rem;
  color: #0030a1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .memberBox .memberBots .member_bot .zhdl .el-icon-arrow-right:before {
  content: "\e6e0";
  color: #0030a1;
  margin-left: 0.09rem;
}
.index .cooperation {
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/hzhb.png") no-repeat;
  background-size: 100% 100%;
  min-width: 14rem;
}
.index .cooperation .cooper_box {
  box-sizing: border-box;
  padding: 1.35rem 0 0.3rem !important;
  width: 14rem;
  height: 100%;
  margin: 0 auto;
}
.index .cooperation .cooper_box .dw_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.04rem solid #C4C4C4;
}
.index .cooperation .cooper_box .dw_item .dw {
  text-align: center;
  line-height: 0.8rem;
  width: 3rem;
  height: 0.8rem;
  font-size: 0.2rem;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.index .cooperation .cooper_box .dw_item .dw .lingxing {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  margin: 0 auto;
  width: 0.15rem;
  height: 0.15rem;
  background-color: #C4C4C4;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* Internet Explorer */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  /*让菱形浏览器上居中*/
}
.index .cooperation .cooper_box .dw_item .dw.dw_act {
  color: #0958f2;
}
.index .cooperation .cooper_box .dw_item .dw.dw_act .lingxing {
  background-color: #0958f2;
}
.index .cooperation .cooper_box .dw_item .dw.dw_act::before {
  content: "";
  position: absolute;
  bottom: -0.04rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.5rem;
  height: 0.04rem;
  background-color: #0958f2;
}
/* .index .cooperation .cooper_box ul {
  margin: 0;
  padding: 0;
}
.index .cooperation .cooper_box ul {
  list-style: none;
  width: 100%;
  margin: 100px auto 20px;
  overflow: hidden;
  padding-bottom: 50px;
}
.index .cooperation .cooper_box li {
  float: left;
  margin: 0 8px;
  height: 164.54px;
}
.index .cooperation .cooper_box .hex {
  overflow: hidden;
  display: block;
  width: 182px;
  height: 210.21px;
  transform: rotate(-60deg) skewY(30deg);
}
.index .cooperation .cooper_box .hexIn {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  height: 210.21px;
  line-height: 210.21px;
  text-align: center;
  transform: skewY(-30deg) rotate(60deg);
  padding: 0 0.08rem;
}
.index .cooperation .cooper_box .hexIn img {
  max-width: 100%;
}
.index .cooperation .cooper_box li:nth-child(13n + 8) {
  margin-left: 107px;
} */
.index .footer_box {
  padding-bottom: 0.3rem;
  background: linear-gradient(180deg, #004ab3 0%, #002b8f 100%);
}
.index .footer_box .foot_cen {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
}
.index .footer_box .foot_cen .foot_logo {
  padding: 0.215rem 0.165rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #3367ba;
}
.index .footer_box .foot_cen .foot_logo a {
  display: flex;
  align-items: center;
}
.index .footer_box .foot_cen .foot_logo a img {
  width: 0.96rem;
  height: auto;
}
.index .footer_box .foot_cen .foot_logo a span {
  color: #fff;
  margin-left: 0.256rem;
  font-size: 0.4rem;
  font-weight: 600;
}
.index .footer_box .foot_cen .friendship {
  display: flex;
  justify-content: space-between;
  margin-top: 0.28rem;
}
.index .footer_box .foot_cen .friendship .friendship_left {
  width: 11.64rem;
}
.index .footer_box .foot_cen .friendship .friendship_left .yqlj {
  display: flex;
}
.index .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_left {
  font-size: 0.14rem;
  color: white;
}
.index .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right {
  margin-left: 0.24rem;
  width: 10.84rem;
}
.index .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.index .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_top a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
  margin-right: 0.32rem;
  margin-bottom: 0.08rem;
}
.index .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_bot {
  border-top: 0.01rem dashed #335eaf;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.08rem;
}
.index .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_bot a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
  margin-right: 0.32rem;
  margin-bottom: 0.1rem;
}
.index .footer_box .foot_cen .friendship .friendship_left .lxwm_box {
  display: flex;
}
.index .footer_box .foot_cen .friendship .friendship_left .lxwm_box .lxwm {
  display: flex;
  align-items: flex-start;
}
.index .footer_box .foot_cen .friendship .friendship_left .lxwm_box .lxwm .lxwm_left {
  font-size: 0.14rem;
  color: white;
}
.index .footer_box .foot_cen .friendship .friendship_left .lxwm_box .lxwm .lxwm_right {
  margin-left: 0.24rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
  display: flex;
  align-items: flex-start;
}
.index .footer_box .foot_cen .friendship .friendship_left .lxwm_box .lxwm .lxwm_right i {
  margin-top: 0.023rem;
  margin-left: 0.02rem;
  margin-right: 0.02rem;
}
.index .footer_box .foot_cen .friendship .friendship_left .lxwm_box .lxwm .lxwm_right span {
  display: inline-block;
  max-width: 7.9rem;
}
.index .footer_box .foot_cen .friendship .friendship_right {
  width: 1.54rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .footer_box .foot_cen .friendship .friendship_right img {
  width: 1.22rem;
  height: 1.22rem;
}
.index .footer_box .foot_cen .friendship .friendship_right span {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 0.11rem;
}
.association ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #111;
}
.association :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #111;
}
.association ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #111;
}
.association :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #111;
}
.association .synopsis_box {
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/jjbac.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 1.58rem;
  padding-top: 0.8rem;
  position: relative;
}
.association .synopsis_box .synopsis {
  width: 11.98rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.association .synopsis_box .synopsis .synopsis_left {
  width: 5.69rem;
}
.association .synopsis_box .synopsis .synopsis_left .title .gsjj {
  padding-left: 0.27rem;
  font-size: 0.36rem;
  color: #111;
  position: relative;
}
.association .synopsis_box .synopsis .synopsis_left .title .gsjj::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: linear-gradient(135deg, #1a85ff 0%, #0c62f5 55.28%, #0042eb 100%);
  position: absolute;
  top: 0.18rem;
  left: 0;
}
.association .synopsis_box .synopsis .synopsis_left .title .gsjj_yw {
  font-size: 0.16rem;
  color: #999;
  position: relative;
}
.association .synopsis_box .synopsis .synopsis_left .title .gsjj_yw::before {
  content: "";
  width: 0.6rem;
  height: 0.03rem;
  background-color: #111;
  position: absolute;
  bottom: -0.19rem;
  left: 0;
}
.association .synopsis_box .synopsis .synopsis_left .xh_det {
  text-indent: 0.3rem;
  margin-top: 0.43rem;
  font-size: 0.14rem;
  color: #051b42;
  line-height: 0.32rem;
}
.association .synopsis_box .synopsis .synopsis_right {
  width: 5.7rem;
  position: relative;
}
.association .synopsis_box .synopsis .synopsis_right .img_baco {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
.association .synopsis_box .synopsis .synopsis_right .img_bact {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.2rem;
  right: -0.2rem;
}
.association .leader_box {
  min-height: 5rem;
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/jjbac.png") no-repeat;
  background-size: 100% 100%;
}
.association .leader_box .leader {
  width: 11.98rem;
  margin: 0 auto;
  padding-bottom: 1.58rem;
  padding-top: 0.8rem;
}
.association .leader_box .leader .title .gsjj {
  padding-left: 0.27rem;
  font-size: 0.36rem;
  color: #111;
  position: relative;
}
.association .leader_box .leader .title .gsjj::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: linear-gradient(135deg, #1a85ff 0%, #0c62f5 55.28%, #0042eb 100%);
  position: absolute;
  top: 0.18rem;
  left: 0;
}
.association .leader_box .leader .title .gsjj_yw {
  font-size: 0.16rem;
  color: #999;
  position: relative;
}
.association .leader_box .leader .title .gsjj_yw::before {
  content: "";
  width: 0.6rem;
  height: 0.03rem;
  background-color: #111;
  position: absolute;
  bottom: -0.19rem;
  left: 0;
}
.association .leader_box .leader .ld_name {
  margin-left: 4.58rem;
  margin-top: 0.51rem;
}
.association .leader_box .leader .ld_name span:nth-child(1) {
  font-size: 0.34rem;
}
.association .leader_box .leader .ld_name span:nth-child(2) {
  font-size: 0.6rem;
}
.association .leader_box .leader .ld_det {
  margin-top: 0.26rem;
  background: linear-gradient(135deg, #0acffe 0%, #4a5cff 100%);
  padding: 0.49rem 0.56rem 0.45rem 4.58rem;
  position: relative;
  min-height: 2.54rem;
}
.association .leader_box .leader .ld_det img {
  position: absolute;
  top: -1.24rem;
  left: 1rem;
  width: 3.02rem;
  height: 3.46rem;
}
.association .leader_box .leader .ld_det span {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: white;
  display: inline-block;
  text-indent: 2em;
}
.association .article {
  width: 11.98rem;
  margin: 0 auto;
  padding-bottom: 1.58rem;
  padding-top: 0.8rem;
}
.association .article .title .gsjj {
  padding-left: 0.27rem;
  font-size: 0.36rem;
  color: #111;
  position: relative;
}
.association .article .title .gsjj::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: linear-gradient(135deg, #1a85ff 0%, #0c62f5 55.28%, #0042eb 100%);
  position: absolute;
  top: 0.18rem;
  left: 0;
}
.association .article .title .gsjj_yw {
  font-size: 0.16rem;
  color: #999;
  position: relative;
}
.association .article .title .gsjj_yw::before {
  content: "";
  width: 0.6rem;
  height: 0.03rem;
  background-color: #111;
  position: absolute;
  bottom: -0.19rem;
  left: 0;
}
.association .article .fwb_box {
  margin-top: 0.46rem;
  font-size: 0.14rem;
  line-height: 0.32rem;
  position: relative;
  min-height: 6rem;
}
.association .article .fwb_box .fwb_bac {
  position: absolute;
  width: 7.14rem;
  height: 7.14rem;
  top: 50%;
  right: -0.86rem;
  margin-top: -3.57rem;
}
.association .article .fwb_box .fwb_bact {
  width: 6.58rem;
  height: 5.62rem;
  position: absolute;
  bottom: 0;
  right: -0.6rem;
}
.association .structure {
  width: 11.98rem;
  margin: 0 auto;
  padding-bottom: 1.58rem;
  padding-top: 0.8rem;
}
.association .structure .title .gsjj {
  padding-left: 0.27rem;
  font-size: 0.36rem;
  color: #111;
  position: relative;
}
.association .structure .title .gsjj::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: linear-gradient(135deg, #1a85ff 0%, #0c62f5 55.28%, #0042eb 100%);
  position: absolute;
  top: 0.18rem;
  left: 0;
}
.association .structure .title .gsjj_yw {
  font-size: 0.16rem;
  color: #999;
  position: relative;
}
.association .structure .title .gsjj_yw::before {
  content: "";
  width: 0.6rem;
  height: 0.03rem;
  background-color: #111;
  position: absolute;
  bottom: -0.19rem;
  left: 0;
}
.association .structure .jg_tu {
  margin-top: 0.94rem;
  margin-bottom: 1.75rem;
}
.association .structure .jg_tu img {
  width: 100%;
  height: 5.935rem;
}
.association .footer_box {
  padding-bottom: 0.3rem;
  background: linear-gradient(180deg, #004ab3 0%, #002b8f 100%);
}
.association .footer_box .foot_cen {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
}
.association .footer_box .foot_cen .foot_logo {
  padding: 0.215rem 0.165rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #3367ba;
}
.association .footer_box .foot_cen .foot_logo a {
  display: flex;
  align-items: center;
}
.association .footer_box .foot_cen .foot_logo a img {
  width: 0.96rem;
  height: auto;
}
.association .footer_box .foot_cen .foot_logo a span {
  color: #fff;
  margin-left: 0.256rem;
  font-size: 0.4rem;
  font-weight: 600;
}
.association .footer_box .foot_cen .friendship {
  display: flex;
  justify-content: space-between;
  margin-top: 0.28rem;
}
.association .footer_box .foot_cen .friendship .friendship_left {
  width: 11.64rem;
}
.association .footer_box .foot_cen .friendship .friendship_left .yqlj {
  display: flex;
}
.association .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_left {
  font-size: 0.14rem;
  color: white;
}
.association .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right {
  margin-left: 0.24rem;
  width: 10.84rem;
}
.association .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.association .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_top a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
  margin-right: 0.32rem;
  margin-bottom: 0.08rem;
}
.association .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_bot {
  border-top: 0.01rem dashed #335eaf;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.08rem;
}
.association .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_bot a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
  margin-right: 0.32rem;
  margin-bottom: 0.1rem;
}
.association .footer_box .foot_cen .friendship .friendship_left .lxwm {
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
}
.association .footer_box .foot_cen .friendship .friendship_left .lxwm .lxwm_left {
  font-size: 0.14rem;
  color: white;
}
.association .footer_box .foot_cen .friendship .friendship_left .lxwm .lxwm_right {
  margin-left: 0.24rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
}
.association .footer_box .foot_cen .friendship .friendship_right {
  width: 1.54rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.association .footer_box .foot_cen .friendship .friendship_right img {
  width: 1.22rem;
  height: 1.22rem;
}
.association .footer_box .foot_cen .friendship .friendship_right span {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 0.11rem;
}
.partyconstruction .cen_box {
  width: 12rem;
  margin: 0 auto;
  padding: 0.32rem 0 0;
}
.partyconstruction .cen_box .item_list {
  margin-bottom: 0.36rem;
}
.partyconstruction .cen_box .item_list .item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.partyconstruction .cen_box .item_list .item:last-child {
  margin-bottom: 0;
}
.partyconstruction .cen_box .item_list .item .item_left {
  width: 2.8rem;
  height: 1.5rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.partyconstruction .cen_box .item_list .item .item_left img {
  width: 100%;
  height: 100%;
}
.partyconstruction .cen_box .item_list .item .item_right {
  width: 8.95rem;
}
.partyconstruction .cen_box .item_list .item .item_right .right_tit {
  font-weight: 600;
  font-size: 0.18rem;
  color: #101010;
}
.partyconstruction .cen_box .item_list .item .item_right .right_det {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  color: #999;
}
.partyconstruction .cen_box .item_list .item .item_right .data_box {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #999;
}
.partyconstruction .cen_box .item_list .item .item_right .data_box .data {
  margin-right: 0.48rem;
}
.partyconstruction .cen_box .flq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.58rem;
}
.partyconstruction .cen_box .flq span {
  font-size: 0.14rem;
  color: #000;
}
.partyconstruction .cen_box .flq .el-pager li {
  background: transparent;
  border: 0.01rem solid #dcdcdc;
  color: #666666;
  min-height: 0.3rem;
  border-radius: 0.04rem;
  padding: 0;
}
.partyconstruction .cen_box .flq .el-pager .active {
  border: none;
}
.policy .cen_box {
  width: 12rem;
  min-height: 5rem;
  margin: 0 auto;
  padding: 0.32rem 0 0;
}
.policy .cen_box .item_list {
  margin-bottom: 0.36rem;
}
.policy .cen_box .item_list .item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.policy .cen_box .item_list .item:last-child {
  margin-bottom: 0;
}
.policy .cen_box .item_list .item .item_left {
  width: 21%;
  height: 1.5rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.policy .cen_box .item_list .item .item_left img {
  width: 100%;
  height: 100%;
}
.policy .cen_box .item_list .item .item_right {
  width: 78%;
}
.policy .cen_box .item_list .item .item_right .right_tit {
  font-weight: 600;
  font-size: 0.18rem;
  color: #101010;
}
.policy .cen_box .item_list .item .item_right .right_det {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  color: #999;
}
.policy .cen_box .item_list .item .item_right .data_box {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #999;
}
.policy .cen_box .item_list .item .item_right .data_box .data {
  margin-right: 0.48rem;
}
.policy .cen_box .flq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.58rem;
}
.policy .cen_box .flq span {
  font-size: 0.14rem;
  color: #000;
}
.policy .cen_box .flq .el-pager li {
  background: transparent;
  border: 0.01rem solid #dcdcdc;
  color: #666666;
  min-height: 0.3rem;
  border-radius: 0.04rem;
  padding: 0;
}
.policy .cen_box .flq .el-pager .active {
  border: none;
}
.service_platform .cen_box {
  width: 12rem;
  min-height: 5rem;
  margin: 0 auto;
  padding: 0.32rem 0 0;
}
.service_platform .cen_box .item_list {
  margin-bottom: 0.36rem;
  display: flex;
  flex-wrap: wrap;
}
.service_platform .cen_box .item_list .item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  width: calc((100% - 0.2rem)/2);
  margin-right: 0.2rem;
}
.service_platform .cen_box .item_list .item:nth-child(2n) {
  margin-right: 0;
}
.service_platform .cen_box .item_list .item:last-child {
  margin-bottom: 0;
}
.service_platform .cen_box .item_list .item .item_left {
  width: 1.58rem;
  height: 1rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.service_platform .cen_box .item_list .item .item_left img {
  width: 100%;
  height: 100%;
}
.service_platform .cen_box .item_list .item .item_right {
  width: calc(100% - 1.78rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service_platform .cen_box .item_list .item .item_right .right_tit {
  font-size: 0.16rem;
  font-weight: 500;
  color: #000000;
}
.service_platform .cen_box .item_list .item .item_right .right_det {
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
}
.service_platform .cen_box .item_list .item .item_right .data_box {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #999;
}
.service_platform .cen_box .flq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.58rem;
}
.service_platform .cen_box .flq span {
  font-size: 0.14rem;
  color: #000;
}
.service_platform .cen_box .flq .el-pager li {
  background: transparent;
  border: 0.01rem solid #dcdcdc;
  color: #666666;
  min-height: 0.3rem;
  border-radius: 0.04rem;
  padding: 0;
}
.service_platform .cen_box .flq .el-pager .active {
  border: none;
}
.policynabout .cen_box {
  width: 12rem;
  min-height: 5rem;
  margin: 0 auto;
  padding: 0.32rem 0 0;
}
.policynabout .cen_box .item_list {
  margin-bottom: 0.36rem;
}
.policynabout .cen_box .item_list .item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.policynabout .cen_box .item_list .item:last-child {
  margin-bottom: 0;
}
.policynabout .cen_box .item_list .item .item_left {
  width: 21%;
  height: 1.5rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.policynabout .cen_box .item_list .item .item_left img {
  width: 100%;
  height: 100%;
}
.policynabout .cen_box .item_list .item .item_right {
  width: 70%;
}
.policynabout .cen_box .item_list .item .item_right .right_tit {
  font-weight: 600;
  font-size: 0.18rem;
  color: #101010;
}
.policynabout .cen_box .item_list .item .item_right .right_det {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  color: #999;
}
.policynabout .cen_box .item_list .item .item_right .data_box {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #999;
}
.policynabout .cen_box .item_list .item .item_right .data_box .data {
  margin-right: 0.48rem;
}
.policynabout .cen_box .flq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.58rem;
}
.policynabout .cen_box .flq span {
  font-size: 0.14rem;
  color: #000;
}
.policynabout .cen_box .flq .el-pager li {
  background: transparent;
  border: 0.01rem solid #dcdcdc;
  color: #666666;
  min-height: 0.3rem;
  border-radius: 0.04rem;
  padding: 0;
}
.policynabout .cen_box .flq .el-pager .active {
  border: none;
}
.specialist .cen_box {
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/zj_bac.png") no-repeat;
  background-size: 100% 100%;
}
.specialist .cen_box .cen_det {
  width: 12rem;
  padding: 1.43rem 0 0.89rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.specialist .cen_box .cen_det .zhuanjia {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 2rem) / 5);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.specialist .cen_box .cen_det .zhuanjia:nth-child(5n) {
  margin-right: 0;
}
.specialist .cen_box .cen_det .zhuanjia img {
  width: 2rem;
  height: 2.48rem;
  object-fit: cover;
}
.specialist .cen_box .cen_det .zhuanjia span {
  font-size: 0.2rem;
  color: #051b42;
  font-weight: 600;
  margin-top: 0.15rem;
  word-break: break-all;
  text-align: center;
}
.conciliation .cen_box {
  width: 12rem;
  margin: 0 auto;
  padding: 0.32rem 0 0;
}
.conciliation .cen_box .item_list {
  margin-bottom: 0.36rem;
}
.conciliation .cen_box .item_list .item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.conciliation .cen_box .item_list .item:last-child {
  margin-bottom: 0;
}
.conciliation .cen_box .item_list .item .item_left {
  width: 2.8rem;
  height: 1.5rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.conciliation .cen_box .item_list .item .item_left img {
  width: 100%;
  height: 100%;
}
.conciliation .cen_box .item_list .item .item_right {
  width: 8.95rem;
}
.conciliation .cen_box .item_list .item .item_right .right_tit {
  font-weight: 600;
  font-size: 0.18rem;
  color: #101010;
}
.conciliation .cen_box .item_list .item .item_right .right_det {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  color: #999;
}
.conciliation .cen_box .item_list .item .item_right .data_box {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #999;
}
.conciliation .cen_box .item_list .item .item_right .data_box .data {
  margin-right: 0.48rem;
}
.conciliation .cen_box .flq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.58rem;
}
.conciliation .cen_box .flq span {
  font-size: 0.14rem;
  color: #000;
}
.conciliation .cen_box .flq .el-pager li {
  background: transparent;
  border: 0.01rem solid #dcdcdc;
  color: #666666;
  min-height: 0.3rem;
  border-radius: 0.04rem;
  padding: 0;
}
.conciliation .cen_box .flq .el-pager .active {
  border: none;
}
.applyfor .cen_box {
  padding: 0.4rem 0 0;
  background-color: #fafcff;
}
.applyfor .cen_box .dwmc_box {
  width: 12rem;
  margin: 0 auto;
}
.applyfor .cen_box .dwmc_box .dwnc_tit {
  font-size: 0.36rem;
  color: #051b42;
  text-align: center;
}
.applyfor .cen_box .dwmc_box .input_box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}
.applyfor .cen_box .dwmc_box .input_box .input_left {
  width: 5rem;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .dwmc .tit {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .dwmc .tit span:first-child {
  color: red;
  font-size: 0.16rem;
  margin-right: 0.1rem;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .dwmc .tit span:nth-child(2) {
  font-size: 0.16rem;
  font-weight: 600;
  color: #000;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .dwmc .el-input__inner {
  height: 0.48rem !important;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .txdz {
  margin-top: 0.32rem;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .txdz .tit {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .txdz .tit span:first-child {
  color: red;
  font-size: 0.16rem;
  margin-right: 0.1rem;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .txdz .tit span:nth-child(2) {
  font-size: 0.16rem;
  color: #000;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .txdz .el-select {
  width: 100%;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .txdz .el-select .el-input__inner {
  height: 0.48rem;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .txdz .city {
  margin: 0.16rem 0;
  display: flex;
  justify-content: space-between;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .txdz .city .city_input {
  width: 48%;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .txdz .city .district_input {
  width: 48%;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .txdz .el-textarea__inner {
  max-height: 0.8rem !important;
  min-height: 0.8rem !important;
  resize: none;
  overflow: hidden;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .inputs {
  margin-top: 0.32rem;
}
.applyfor .cen_box .dwmc_box .input_box .input_left .fddbr {
  margin-top: 0.44rem;
}
.applyfor .cen_box .dwmc_box .input_box .input_right {
  width: 6.78rem;
}
.applyfor .cen_box .dwmc_box .input_box .input_right img {
  width: 100%;
  height: 4.84rem;
  object-fit: cover;
}
.applyfor .cen_box .dwmc_box .input_box .input_right .right_box {
  width: 5rem;
  margin: 0.176rem auto 0;
}
.applyfor .cen_box .dwmc_box .input_box .input_right .right_box .dwmc .tit {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.applyfor .cen_box .dwmc_box .input_box .input_right .right_box .dwmc .tit span:first-child {
  color: red;
  font-size: 0.16rem;
  margin-right: 0.1rem;
}
.applyfor .cen_box .dwmc_box .input_box .input_right .right_box .dwmc .tit span:nth-child(2) {
  font-size: 0.16rem;
  font-weight: 600;
  color: #000;
}
.applyfor .cen_box .dwmc_box .input_box .input_right .right_box .dwmc .el-input__inner {
  height: 0.48rem !important;
}
.applyfor .cen_box .dwmc_box .input_box .input_right .right_box .alone {
  margin-top: 0.32rem;
}
.applyfor .finance_box {
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/jjbac.png") no-repeat;
  background-size: 100% 100%;
}
.applyfor .finance_box .finance_cen {
  width: 12rem;
  margin: 0 auto;
  padding: 0.8rem 0;
}
.applyfor .finance_box .finance_cen .finance_title {
  font-size: 0.2rem;
  color: #051b42;
  padding-left: 0.18rem;
  position: relative;
}
.applyfor .finance_box .finance_cen .finance_title::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background-color: #051b42;
  border-radius: 0.04rem;
  position: absolute;
  top: 0.08rem;
  left: 0;
}
.applyfor .finance_box .finance_cen .input_box {
  display: flex;
  justify-content: space-between;
}
.applyfor .finance_box .finance_cen .input_box .input_left {
  width: 5rem;
}
.applyfor .finance_box .finance_cen .input_box .input_left .dwmc {
  margin-top: 0.32rem;
}
.applyfor .finance_box .finance_cen .input_box .input_left .dwmc .tit {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.applyfor .finance_box .finance_cen .input_box .input_left .dwmc .tit span:first-child {
  color: red;
  font-size: 0.16rem;
  margin-right: 0.1rem;
}
.applyfor .finance_box .finance_cen .input_box .input_left .dwmc .tit span:nth-child(2) {
  font-size: 0.16rem;
  font-weight: 600;
  color: #000;
}
.applyfor .finance_box .finance_cen .input_box .input_left .dwmc .el-input__inner {
  height: 0.48rem !important;
}
.applyfor .finance_box .finance_cen .input_box .input_right {
  width: 5rem;
}
.applyfor .finance_box .finance_cen .input_box .input_right .dwmc {
  margin-top: 0.32rem;
}
.applyfor .finance_box .finance_cen .input_box .input_right .dwmc .tit {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.applyfor .finance_box .finance_cen .input_box .input_right .dwmc .tit span:first-child {
  color: red;
  font-size: 0.16rem;
  margin-right: 0.1rem;
}
.applyfor .finance_box .finance_cen .input_box .input_right .dwmc .tit span:nth-child(2) {
  font-size: 0.16rem;
  font-weight: 600;
  color: #000;
}
.applyfor .finance_box .finance_cen .input_box .input_right .dwmc .el-input__inner {
  height: 0.48rem !important;
}
.applyfor .finance_box .finance_cen .grade_box {
  margin-top: 0.32rem;
}
.applyfor .finance_box .finance_cen .grade_box .grade_tit {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.applyfor .finance_box .finance_cen .grade_box .grade_tit span:first-child {
  color: red;
  font-size: 0.16rem;
  margin-right: 0.1rem;
}
.applyfor .finance_box .finance_cen .grade_box .grade_tit span:nth-child(2) {
  font-size: 0.16rem;
  font-weight: 600;
  color: #000;
}
.applyfor .finance_box .finance_cen .grade_box .radio_box {
  margin-top: 0.11rem;
}
.applyfor .finance_box .finance_cen .grade_box .radio_box .el-radio {
  margin-right: 0.4rem;
}
.applyfor .finance_box .finance_cen .grade_box .radio_box .el-radio .el-radio__label {
  color: #333;
  font-size: 0.16rem;
}
.applyfor .finance_box .finance_cen .grade_box .radio_box .el-radio .is-checked .el-radio__inner {
  background-color: #409eff;
  border: 0.02rem solid #409eff;
}
.applyfor .finance_box .finance_cen .grade_box .radio_box .el-radio .el-radio__inner {
  border: 0.02rem solid #333;
}
.applyfor .finance_box .finance_cen .enterpriss {
  margin-top: 0.32rem;
}
.applyfor .finance_box .finance_cen .enterpriss .enterpriss_tit {
  font-size: 0.16rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 0.16rem;
}
.applyfor .finance_box .finance_cen .enterpriss .el-textarea__inner {
  height: 0.88rem;
  resize: none;
  overflow: hidden;
}
.applyfor .notice {
  width: 12rem;
  margin: 0 auto;
  position: relative;
  padding: 0.88rem 0;
}
.applyfor .notice .notice_tit {
  display: flex;
  align-items: center;
}
.applyfor .notice .notice_tit img {
  width: 0.18rem;
  height: 0.18rem;
}
.applyfor .notice .notice_tit span {
  font-size: 0.2rem;
  color: #f21111;
  margin-left: 0.08rem;
}
.applyfor .notice .notice_fwb {
  margin-top: 0.2rem;
  width: 8.01rem;
  font-size: 0.14rem;
  color: #333;
}
.applyfor .notice .rhxz_img {
  width: 6.47rem;
  height: 6.47rem;
  position: absolute;
  bottom: 0.5rem;
  right: -0.96rem;
}
.applyfor .submit_box {
  display: flex;
  justify-content: center;
  padding: 0.32rem 0;
}
.applyfor .submit_box .save {
  cursor: pointer;
  width: 2.6rem;
  height: 0.56rem;
  border-radius: 4px;
  border: 2px solid #0652f0;
  box-shadow: 0px 0px 10px 0px rgba(12, 98, 245, 0.2);
  font-size: 0.2rem;
  color: #0c62f5;
  text-align: center;
  line-height: 0.52rem;
  margin-right: 0.4rem;
}
.applyfor .submit_box .submit {
  cursor: pointer;
  width: 2.6rem;
  height: 0.56rem;
  border-radius: 4px;
  border: 2px solid #0652f0;
  background-color: #0652f0;
  box-shadow: 0px 0px 10px 0px rgba(12, 98, 245, 0.2);
  font-size: 0.2rem;
  color: white;
  text-align: center;
  line-height: 0.52rem;
}
.listdetail .cen_box {
  width: 13rem;
  margin: 0 auto;
  padding: 0.24rem 0 0.32rem;
}
.listdetail .cen_box .el-breadcrumb__inner a {
  color: #999999;
}
.listdetail .cen_box a:hover,
.listdetail .cen_box .el-breadcrumb__inner.is-link:hover {
  color: #000;
  cursor: pointer;
}
.listdetail .cen_box .el-breadcrumb__item:last-child .el-breadcrumb__inner {
  color: #000;
  font-weight: 600;
}
.listdetail .cen_box .fwb_box {
  width: 100%;
  min-height: 4rem;
  background-color: #fafbff;
  margin-top: 0.14rem;
  padding: 0.32rem 0.52rem;
}
.listdetail .cen_box .fwb_box .fwb_tit {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 600;
}
.listdetail .cen_box .fwb_box .data {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  color: #999;
  margin: 0.37rem 0;
}
.listdetail .cen_box .fwb_box .data .data_left {
  margin-right: 0.16rem;
}
.listdetail .cen_box .fwb_box .fwb {
  margin-top: 0.23rem;
  font-size: 0.16rem;
  color: #666;
}
.listdetail .cen_box .fwb_box .fwb p img {
  max-width: 100%;
}
.listdetail .cen_box .prev_box {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  margin-top: 0.16rem;
}
.listdetail .cen_box .prev_box :hover {
  color: #005aeb;
}
.listdetail .cen_box .prev_box a {
  color: #333333;
}
.listdetail .cen_box .next_box {
  margin-top: 0.07rem;
}
.login {
  width: 100%;
  height: 100%;
  background-color: red;
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/jjright.png") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.login ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cccccc;
}
.login :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
}
.login ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
.login :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cccccc;
}
.login .zzc {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  /* 模糊半径 */
}
.login .login_box {
  width: 14rem;
  height: 6.68rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -3.34rem auto 0;
  display: flex;
}
.login .login_box .login_left {
  width: 8rem;
  height: 6.68rem;
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/jjright.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login .login_box .login_left img {
  width: 6.63rem;
}
.login .login_box .login_left .name_box {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login .login_box .login_left .name_box .name {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  /** 文本1 */
  font-size: 0.6rem;
  font-weight: 600;
  color: #ffffff;
}
.login .login_box .login_left .name_box .name_yw {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /** 文本1 */
  font-size: 0.23rem;
  font-weight: 600;
  color: #ffffff;
}
.login .login_box .login_right {
  width: 6rem !important;
  height: 6.68rem !important;
  background-color: white;
  padding: 1.04rem 0.56rem;
  font-size: 0.4rem;
  font-weight: 600;
  color: #111111;
}
.login .login_box .login_right .admin {
  margin-top: 0.32rem;
  position: relative;
  max-height: 0.6rem;
}
.login .login_box .login_right .admin input {
  width: 4.88rem;
  height: 0.6rem;
  border-bottom: 0.01rem solid #dedede;
  font-size: 0.2rem;
  padding-left: 0.33rem;
  max-height: 0.6rem;
}
.login .login_box .login_right .admin img {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -0.08rem auto 0;
  width: 0.171rem;
  height: 0.237rem;
}
.login .login_box .login_right .login_btn {
  width: 4.88rem;
  height: 0.56rem;
  border-radius: 4px;
  background: linear-gradient(135deg, #1a85ff 0%, #0c62f5 55.28%, #0042eb 100%);
  box-shadow: 0px 0px 10px 0px #0c62f5;
  font-size: 0.2rem;
  color: white;
  font-weight: normal;
  text-align: center;
  line-height: 0.56rem;
  margin-top: 0.56rem;
  cursor: pointer;
}
.login .login_box .login_right .register {
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  color: #0c62f5;
  font-weight: normal;
  margin-top: 0.18rem;
}
.login .login_box .login_right .register span {
  cursor: pointer;
}
.register .cen_box {
  display: flex;
  justify-content: center;
  padding: 0.72rem 0 1.05rem;
}
.register .cen_box .cen_left {
  width: 5.6rem;
}
.register .cen_box .cen_left .phone {
  margin-bottom: 0.32rem;
}
.register .cen_box .cen_left .phone:last-child {
  margin-bottom: 0;
}
.register .cen_box .cen_left .phone .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
.register .cen_box .cen_left .phone .title img {
  width: 0.11rem;
  height: 0.16rem;
}
.register .cen_box .cen_left .phone .title span {
  font-size: 0.16rem;
  color: #000;
  margin-left: 0.1rem;
}
.register .cen_box .cen_left .phone .yzm img {
  width: 0.13rem;
  height: 0.14rem;
}
.register .cen_box .cen_left .phone .yzm_input .inputleft {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
}
.register .cen_box .cen_left .phone .yzm_input .inputleft .el-input {
  border-bottom: none;
}
.register .cen_box .cen_left .phone .yzm_input .inputleft .inputright {
  display: flex;
  justify-content: flex-end;
  font-size: 0.16rem;
  color: #1272fa;
  min-width: 1.2rem;
  cursor: pointer;
}
.register .cen_box .cen_left .phone .password img {
  width: 0.11rem;
  height: 0.14rem;
}
.register .cen_box .cen_left .phone .password span span {
  font-size: 0.14rem;
  color: #dcdbdb;
}
.register .cen_box .cen_left .phone .email img {
  width: 0.15rem;
  height: 0.11rem;
}
.register .cen_box .cen_left .phone .lxr_name img {
  width: 0.14rem;
  height: 0.13rem;
}
.register .cen_box .cen_left .phone .el-input {
  border-bottom: 0.01rem solid #dedede;
}
.register .cen_box .cen_left .phone .el-input__inner {
  border: none;
}
.register .cen_box .cen_left .btn_box {
  display: flex;
  justify-content: center;
}
.register .cen_box .cen_left .btn_box .logins {
  padding: 0.13rem 0.4rem;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #0c62f5;
  font-size: 20px;
  color: #0c62f5;
  box-shadow: 0px 0px 4px 0px #0c62f5;
}
.register .cen_box .cen_left .btn_box .reg {
  margin-left: 0.24rem;
  width: 2.4rem;
  height: 0.56rem;
  border-radius: 0.04;
  background: linear-gradient(135deg, #1a85ff 0%, #0c62f5 55.28%, #0042eb 100%);
  box-shadow: 0px 0px 4px #0c62f5;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 0.56rem;
  cursor: pointer;
}
.contact .lxwm_cen {
  width: 12rem;
  margin: 0 auto;
  padding: 1.15rem 0 1.2rem;
}
.contact .lxwm_cen .small_item {
  display: flex;
  justify-content: space-between;
}
.contact .lxwm_cen .small_item .item {
  width: 3.4rem;
  border-radius: 4px;
  background: #fafbff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0.1rem 0.37rem 0.2rem 0.4rem;
}
.contact .lxwm_cen .small_item .item img {
  width: 0.74rem;
  height: 0.96rem;
  position: absolute;
  top: -0.48rem;
  left: 0.51rem;
}
.contact .lxwm_cen .small_item .item .item_title {
  font-size: 0.3rem;
  color: #000;
  margin-left: 1.2rem;
}
.contact .lxwm_cen .small_item .item .xxdz {
  font-size: 0.2rem;
  color: #666;
  margin-top: 0.26rem;
  text-align: center;
  word-break: break-all;
}
.contact .lxwm_cen .small_item .xhdh {
  padding: 0.1rem 0.26rem 0.4rem;
}
.contact .lxwm_cen .small_item .xhdh img {
  width: 0.84rem;
  height: 0.85rem;
}
.contact .lxwm_cen .small_item .xhdh .item_title {
  margin-left: 1.32rem;
}
.contact .lxwm_cen .small_item .xhwz img {
  width: 0.88rem;
  height: 0.88rem;
}
.contact .lxwm_cen .small_item .xhwz .xxdz {
  text-align: center;
  word-break: break-all;
}
.contact .lxwm_cen .map {
  width: 100%;
  height: 5rem;
  margin-top: 0.48rem;
}
.member .hy_cen {
  min-height: 5rem;
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/zj_bac.png") no-repeat;
  background-size: 100% 100%;
}
.member .hy_cen .hy_box {
  width: 12rem;
  margin: 0 auto;
  position: relative;
  padding: 1.09rem 0 1.85rem;
}
.member .hy_cen .hy_box .top_bar {
  z-index: 6;
  position: absolute;
  top: -0.8rem;
  left: 0;
  display: flex;
}
.member .hy_cen .hy_box .top_bar .bar_item {
  width: 3rem;
  height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 0.24rem;
  color: #111;
  text-align: center;
  line-height: 0.8rem;
  cursor: pointer;
}
.member .hy_cen .hy_box .top_bar .bar_item:hover {
  background: linear-gradient(135deg, #1a85ff 0%, #0c62f5 55.28%, #0042eb 100%);
  box-shadow: 0px 0px 10px 0px rgba(12, 98, 245, 0.8);
  color: white;
}
.member .hy_cen .hy_box .top_bar .bar_item.bar_item_act {
  background: linear-gradient(135deg, #1a85ff 0%, #0c62f5 55.28%, #0042eb 100%);
  box-shadow: 0px 0px 10px 0px rgba(12, 98, 245, 0.8);
  color: white;
}
.member .hy_cen .hy_box .hy_fwb {
  font-size: 0.16rem;
}
.funclist .func_header {
  width: 100%;
  height: 0.8rem;
  background-color: #0079eb;
  padding: 0 0.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.funclist .func_header .header_left {
  display: flex;
  align-items: center;
}
.funclist .func_header .header_left img {
  width: 0.86rem;
  height: 0.35rem;
  margin-right: 0.23rem;
}
.funclist .func_header .header_left .header_tit {
  font-size: 0.32rem;
  color: white;
}
.funclist .func_header .header_right .right_login {
  display: flex;
  align-items: center;
}
.funclist .func_header .header_right .right_login .login_name {
  font-size: 0.24rem;
  color: white;
}
.funclist .func_header .header_right .right_login .login_img img {
  width: 0.4rem;
  height: 0.4rem;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 0.16rem;
}
.funclist .center_container {
  height: calc(100vh - 0.8rem) !important;
}
.funclist .center_container .aside {
  width: 2.4rem !important;
  background-color: white;
  box-shadow: 0px 5px 4px 0px #000000 !important;
}
.funclist .center_container .aside .gnlb_box {
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.funclist .center_container .aside .gnlb_box img {
  width: 0.17rem;
  height: 0.15rem;
  margin-right: 0.1rem;
}
.funclist .center_container .aside .gnlb_box span {
  font-size: 0.2rem;
  color: #000;
  font-weight: 600;
}
.funclist .center_container .aside .list_item {
  height: 0.6rem;
  background-color: #fff;
  padding-left: 0.53rem;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #666666;
  cursor: pointer;
}
.funclist .center_container .aside .list_item.item_active {
  position: relative;
  color: #0079eb;
  background-color: #fafafa;
}
.funclist .center_container .aside .list_item.item_active::before {
  content: "";
  width: 0.05rem;
  height: 0.6rem;
  background-color: #0079eb;
  position: absolute;
  top: 0;
  left: 0;
}
.funclist .center_container .aside .swiper-pagination {
  bottom: 0;
}
.funclist .center_container .neibu_container .neibu_header {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3) !important;
  background-color: white;
  height: 0.8rem !important;
  line-height: 0.8rem;
  padding: 0 0.23rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.funclist .center_container .neibu_container .neibu_header .he_title {
  font-size: 0.2rem;
  color: #000;
}
.funclist .center_container .neibu_container .neibu_header .he_fanhui {
  font-size: 0.14rem;
  color: #005aeb;
  cursor: pointer;
}
.funclist .center_container .neibu_container .neibu_main {
  padding: 0 !important;
  background-color: #f2f2f2;
}
.funclist .center_container .neibu_container .neibu_main .information_box {
  padding: 0.24rem;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information {
  width: 100%;
  min-height: 200px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0.15rem;
  padding: 0.23rem 0.28rem;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_tit span {
  font-size: 0.2rem;
  color: #000;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_tit span span {
  font-size: 0.2rem;
  color: #eb4e00;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det {
  padding: 0 1.5rem 0 0.76rem;
  width: 100%;
  margin-top: 0.46rem;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top {
  padding-bottom: 0.32rem;
  border-bottom: 0.01rem dashed #dedede;
  display: flex;
  justify-content: space-between;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top .top_left,
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top .top_right {
  width: 48%;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top .top_left .dw_name,
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top .top_right .dw_name {
  font-size: 0.16rem;
  padding-left: 0.11rem;
  margin-bottom: 0.32rem;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top .top_left .dw_name:last-child,
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top .top_right .dw_name:last-child {
  margin-bottom: 0;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top .top_left .dw_name .name,
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top .top_right .dw_name .name {
  color: #666;
  position: relative;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top .top_left .dw_name .name span,
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top .top_right .dw_name .name span {
  position: absolute;
  left: -0.12rem;
  top: 0.02rem;
  color: red;
  font-size: 0.16rem;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top .top_left .dw_name .name_tit,
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_top .top_right .dw_name .name_tit {
  color: #000;
  margin-top: 0.14rem;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot {
  padding-bottom: 0.32rem;
  display: flex;
  justify-content: space-between;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot .bot_left,
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot .bot_right {
  width: 48%;
  padding-top: 0.32rem;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot .bot_left .dw_name,
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot .bot_right .dw_name {
  font-size: 0.16rem;
  padding-left: 0.11rem;
  margin-bottom: 0.32rem;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot .bot_left .dw_name:last-child,
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot .bot_right .dw_name:last-child {
  margin-bottom: 0;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot .bot_left .dw_name .name,
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot .bot_right .dw_name .name {
  color: #666;
  position: relative;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot .bot_left .dw_name .name span,
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot .bot_right .dw_name .name span {
  position: absolute;
  left: -0.12rem;
  top: 0.02rem;
  color: red;
  font-size: 0.16rem;
}
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot .bot_left .dw_name .name_tit,
.funclist .center_container .neibu_container .neibu_main .information_box .information .inform_det .det_bot .bot_right .dw_name .name_tit {
  color: #000;
  margin-top: 0.14rem;
}
.funclist .center_container .neibu_container .neibu_main .study_tags {
  background-color: white;
  padding: 0.05rem 0.23rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.2rem;
  color: #666666;
}
.funclist .center_container .neibu_container .neibu_main .study_tags .tags {
  margin-right: 0.4rem;
}
.funclist .center_container .neibu_container .neibu_main .study_tags .tags.tags_act {
  color: #0079eb;
  position: relative;
}
.funclist .center_container .neibu_container .neibu_main .study_tags .tags.tags_act::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #0079eb;
  position: absolute;
  bottom: -0.05rem;
  left: 0;
}
.funclist .center_container .neibu_container .neibu_main .study_tags .tags:last-child {
  margin-right: 0;
}
.funclist .center_container .neibu_container .neibu_main .study_box {
  padding: 0.24rem;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study {
  width: 100%;
  min-height: 200px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0.15rem;
  padding: 0.23rem 0.4rem;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .study_list .style_item {
  display: flex;
  margin-bottom: 0.16rem;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .study_list .style_item:last-child {
  margin-bottom: 0;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .study_list .style_item .item_left {
  width: 1.58rem;
  height: 1rem;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .study_list .style_item .item_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .study_list .style_item .item_right {
  padding-bottom: 0.21rem;
  border-bottom: 0.01rem dashed #dedede;
  margin-left: 0.17rem;
  width: 13rem;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .study_list .style_item .item_right .item_tit {
  font-size: 0.16rem;
  font-weight: 600;
  color: #000;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .study_list .style_item .item_right .progress {
  display: flex;
  align-items: center;
  margin-top: 0.13rem;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .study_list .style_item .item_right .progress span {
  font-size: 0.14rem;
  color: #999;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .study_list .style_item .item_right .progress .wxx {
  font-size: 0.14rem;
  color: #999;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .study_list .style_item .item_right .progress .el-progress-bar {
  width: 1rem !important;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .study_list .style_item .item_right .progress .ywc {
  font-size: 0.14rem;
  color: #005aeb;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .study_list .style_item .item_right .times {
  margin-top: 0.21rem;
  font-size: 0.14rem;
  color: #999;
}
.funclist .center_container .neibu_container .neibu_main .study_box .study .el-pagination {
  margin-top: 0.2rem;
}
.funclist .center_container .neibu_container .neibu_main .popularize_box {
  padding: 0.24rem;
}
.funclist .center_container .neibu_container .neibu_main .popularize_box .popularize {
  width: 100%;
  min-height: 200px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0.15rem;
  padding-bottom: 0.5rem;
}
.funclist .center_container .neibu_container .neibu_main .popularize_box .popularize .popularize_tit {
  padding: 0 0.4rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.funclist .center_container .neibu_container .neibu_main .popularize_box .popularize .popularize_tit .tit_left {
  font-size: 0.16rem;
  color: #000;
}
.funclist .center_container .neibu_container .neibu_main .popularize_box .popularize .popularize_tit .tit_right {
  width: 1.23rem;
  height: 0.35rem;
  color: white;
  background-color: #1f6eee;
  border-radius: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.funclist .center_container .neibu_container .neibu_main .popularize_box .popularize .popularize_fy {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.2rem;
}
.funclist .center_container .neibu_container .neibu_main .deittext_box {
  padding: 0.24rem;
}
.funclist .center_container .neibu_container .neibu_main .deittext_box .deittext {
  width: 100%;
  min-height: 200px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0.15rem;
  padding: 0.19rem 0.32rem;
}
.funclist .center_container .neibu_container .neibu_main .deittext_box .deittext .deit_tit {
  font-size: 0.16rem;
  color: #000;
}
.funclist .center_container .neibu_container .neibu_main .deittext_box .deittext .from_det .el-form-item__content .el-input {
  width: 5rem;
}
.funclist .center_container .neibu_container .neibu_main .deittext_box .btn_box {
  display: flex;
  align-items: center;
}
.funclist .center_container .neibu_container .neibu_main .deittext_box .btn_box .submit,
.funclist .center_container .neibu_container .neibu_main .deittext_box .btn_box .goback {
  cursor: pointer;
  width: 0.84rem;
  height: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  border-radius: 0.04rem;
}
.funclist .center_container .neibu_container .neibu_main .deittext_box .btn_box .submit {
  color: white;
  background-color: #0079eb;
}
.funclist .center_container .neibu_container .neibu_main .deittext_box .btn_box .goback {
  color: #0079eb;
  border: 0.01rem solid #0079eb;
  margin-left: 0.17rem;
}
.funclist .center_container .neibu_container .neibu_main /deep/ .el-textarea__inner {
  border: none !important;
}
.funclist .center_container .neibu_container .neibu_main :deep(.el-textarea__inner) {
  outline: none;
  border: none;
  resize: none;
  box-shadow: none;
}
.funclist .center_container .neibu_container .neibu_main .serve_need_box {
  padding: 0.24rem;
}
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need {
  width: 100%;
  min-height: 200px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0.15rem;
  padding: 0.22rem 0.31rem;
}
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .serve_tit {
  font-size: 0.3rem;
  color: #000;
  font-weight: 600;
}
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .jbmyqy {
  font-size: 0.2rem;
  color: #111;
  margin-top: 0.37rem;
}
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .table_box {
  width: 10.37rem;
  margin-top: 0.22rem;
}
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .table_box table {
  width: 100%;
}
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .table_box table,
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .table_box th,
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .table_box td {
  border: 1px solid #dedede;
  font-size: 0.14rem;
  color: #111;
  text-align: center;
  height: 0.48rem;
  min-width: 1.2rem;
}
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .table_box table input,
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .table_box th input,
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .table_box td input {
  width: 100%;
  height: 100%;
  padding: 0 0.2rem;
  border: none !important;
}
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .table_box table .el-textarea__inner,
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .table_box th .el-textarea__inner,
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .table_box td .el-textarea__inner {
  border: none !important;
}
.funclist .center_container .neibu_container .neibu_main .serve_need_box .serve_need .submit {
  cursor: pointer;
  width: 0.84rem;
  height: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  border-radius: 0.04rem;
  color: white;
  background-color: #0079eb;
  margin-top: 0.2rem;
}
.funclist .center_container .neibu_container .neibu_main .reviseword_box {
  padding: 0.24rem;
}
.funclist .center_container .neibu_container .neibu_main .reviseword_box .reviseword {
  width: 100%;
  min-height: 200px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0.15rem;
  padding: 0.22rem 10rem 0.22rem 0.31rem;
}
.funclist .center_container .neibu_container .neibu_main .reviseword_box .reviseword .btn_box {
  display: flex;
  align-items: center;
}
.funclist .center_container .neibu_container .neibu_main .reviseword_box .reviseword .btn_box .revisesub {
  background-color: #0079eb;
  color: white;
  width: 1.25rem;
  padding: 0.15rem 0;
  font-size: 0.18rem;
  text-align: center;
  border-radius: 0.08rem;
  cursor: pointer;
}
.funclist .center_container .neibu_container .neibu_main .reviseword_box .reviseword .btn_box .tcdl_btn {
  margin-left: 0.25rem;
  background-color: transparent;
  border: 0.01rem solid #0079eb;
  color: #0079eb;
}
.advantageservice ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #111;
}
.advantageservice :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #111;
}
.advantageservice ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #111;
}
.advantageservice :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #111;
}
.advantageservice .mySwiper .top_bar {
  z-index: 6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 14rem;
}
.advantageservice .mySwiper .top_bar .bar_item {
  width: calc(100%/6);
  height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 0.24rem;
  color: #111;
  text-align: center;
  line-height: 0.8rem;
  cursor: pointer;
}
.advantageservice .mySwiper .top_bar .bar_item:hover {
  background: linear-gradient(135deg, #1a85ff 0%, #0c62f5 55.28%, #0042eb 100%);
  box-shadow: 0px 0px 10px 0px rgba(12, 98, 245, 0.8);
  color: white;
}
.advantageservice .mySwiper .top_bar .bar_item.bar_item_act {
  background: linear-gradient(135deg, #1a85ff 0%, #0c62f5 55.28%, #0042eb 100%);
  box-shadow: 0px 0px 10px 0px rgba(12, 98, 245, 0.8);
  color: white;
}
.advantageservice .synopsis_box {
  background: url("https://cdn.imqbpa.lingji.vip/static/index/img/gkbac.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.advantageservice .synopsis_box .yxfw_center {
  width: 14rem;
  height: 7.46rem;
  min-height: 4rem;
  margin: 0 auto;
  padding: 0.97rem 0;
  display: flex;
  justify-content: space-between;
}
.advantageservice .synopsis_box .yxfw_center .left_swiper {
  width: 38%;
}
.advantageservice .synopsis_box .yxfw_center .left_swiper .top_mySwiper {
  padding-bottom: 0.3rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.advantageservice .synopsis_box .yxfw_center .left_swiper .top_mySwiper .slide_item {
  background-color: #f9f9f9;
  width: 1.21rem;
  height: 1.27rem;
  border: 0.01rem solid #0367b3;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.advantageservice .synopsis_box .yxfw_center .left_swiper .top_mySwiper .slide_item img {
  width: 0.52rem;
  height: 0.52rem;
}
.advantageservice .synopsis_box .yxfw_center .left_swiper .top_mySwiper .slide_item .desc {
  max-width: 1rem;
  font-size: 0.16rem;
  margin-top: 0.14rem;
}
.advantageservice .synopsis_box .yxfw_center .left_swiper .top_mySwiper .swiper-pagination {
  bottom: 0 !important;
}
.advantageservice .synopsis_box .yxfw_center .left_swiper .top_mySwiper .swiper-pagination-bullet {
  background-color: #000000;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
}
.advantageservice .synopsis_box .yxfw_center .left_swiper .top_mySwiper .swiper-pagination-bullet-active {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #000000;
}
.advantageservice .synopsis_box .yxfw_center .bot_mySwiper {
  width: 60%;
  overflow: hidden;
  position: relative;
  height: 84%;
}
.advantageservice .synopsis_box .yxfw_center .bot_mySwiper .swiper-slide {
  position: relative;
}
.advantageservice .synopsis_box .yxfw_center .bot_mySwiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantageservice .synopsis_box .yxfw_center .bot_mySwiper .swiper-slide .fwal_box {
  position: absolute;
  padding: 0.1rem 0.29rem;
  background-color: #000;
  border-radius: 0.02rem;
  top: 0.29rem;
  left: 0.32rem;
  z-index: 9;
  color: white;
  font-size: 0.2rem;
}
.advantageservice .synopsis_box .yxfw_center .bot_mySwiper .swiper-slide .desc_det {
  width: 100%;
  height: 0.55rem;
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 0;
  z-index: 9;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
  font-size: 0.16rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantageservice .synopsis_box .yxfw_center .bot_mySwiper .swiper-slide .desc_det .det_box {
  position: relative;
  z-index: 99;
  max-width: 80%;
  padding-left: 0.2rem;
}
.advantageservice .synopsis_box .yxfw_center .bot_mySwiper .swiper-slide .desc_det .more_box {
  padding-right: 0.2rem;
}
.advantageservice .synopsis_box .yxfw_center .bot_mySwiper .swiper-pagination {
  bottom: 0.57rem !important;
}
.advantageservice .synopsis_box .yxfw_center .bot_mySwiper .swiper-pagination-bullet {
  background-color: #000;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
}
.advantageservice .synopsis_box .yxfw_center .bot_mySwiper .swiper-pagination-bullet-active {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #000;
}
.advantageservice .footer_box {
  padding-bottom: 0.3rem;
  background: linear-gradient(180deg, #004ab3 0%, #002b8f 100%);
}
.advantageservice .footer_box .foot_cen {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
}
.advantageservice .footer_box .foot_cen .foot_logo {
  padding: 0.215rem 0.165rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #3367ba;
}
.advantageservice .footer_box .foot_cen .foot_logo a {
  display: flex;
  align-items: center;
}
.advantageservice .footer_box .foot_cen .foot_logo a img {
  width: 0.96rem;
  height: auto;
}
.advantageservice .footer_box .foot_cen .foot_logo a span {
  color: #fff;
  margin-left: 0.256rem;
  font-size: 0.4rem;
  font-weight: 600;
}
.advantageservice .footer_box .foot_cen .friendship {
  display: flex;
  justify-content: space-between;
  margin-top: 0.28rem;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_left {
  width: 11.64rem;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_left .yqlj {
  display: flex;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_left {
  font-size: 0.14rem;
  color: white;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right {
  margin-left: 0.24rem;
  width: 10.84rem;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_top a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
  margin-right: 0.32rem;
  margin-bottom: 0.08rem;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_bot {
  border-top: 0.01rem dashed #335eaf;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.08rem;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_left .yqlj .yqlj_right .yqlj_bot a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
  margin-right: 0.32rem;
  margin-bottom: 0.1rem;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_left .lxwm {
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_left .lxwm .lxwm_left {
  font-size: 0.14rem;
  color: white;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_left .lxwm .lxwm_right {
  margin-left: 0.24rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_right {
  width: 1.54rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_right img {
  width: 1.22rem;
  height: 1.22rem;
}
.advantageservice .footer_box .foot_cen .friendship .friendship_right span {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 0.11rem;
}
.transformation .cen_box {
  width: 14rem;
  margin: 0 auto;
  padding: 0.72rem 0 1.05rem;
}
.transformation .cen_box .top_controls_box {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
}
.transformation .cen_box .top_controls_box .add_title {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  font-weight: 700;
  color: #000;
}
.transformation .cen_box .top_controls_box .add_title::before {
  content: "";
  display: block;
  width: 0.05rem;
  height: 0.3rem;
  background: #037aff;
  margin-right: 0.1rem;
}
.transformation .cen_box .top_controls_box .adds {
  width: 1.3rem;
  height: 0.45rem;
  text-align: center;
  line-height: calc(0.45rem - 4px);
  border-radius: 4px;
  border: 1px solid #037aff;
  font-size: 0.16rem;
  color: #037aff;
  cursor: pointer;
  margin-left: auto;
  margin-right: 0.2rem;
}
.transformation .cen_box .top_controls_box .add_btn {
  width: 1.3rem;
  height: 0.45rem;
  text-align: center;
  line-height: calc(0.45rem - 4px);
  border-radius: 4px;
  border: 1px solid #037aff;
  font-size: 0.16rem;
  color: #037aff;
  cursor: pointer;
}
.transformation .cen_box .two_controls {
  margin-top: 0.3rem;
}
.transformation .cen_box .news_container {
  min-height: 0.38rem;
  margin: 0.3rem auto;
  display: flex;
}
.transformation .cen_box .news_container .news_box {
  height: 450px;
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #e7e7e7;
  margin-right: 0.2rem;
  cursor: pointer;
}
.transformation .cen_box .news_container .news_box:last-child {
  margin-right: 0;
}
.transformation .cen_box .news_container .news_box .news_img {
  flex: 1;
  position: relative;
  height: 2.83rem;
}
.transformation .cen_box .news_container .news_box .news_img img {
  width: 100%;
  height: 100%;
}
.transformation .cen_box .news_container .news_box .news_img .news_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0.25rem;
  padding: 9px 0.15rem;
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
}
.transformation .cen_box .news_container .news_info {
  padding: 0.1rem 0.2rem;
}
.transformation .cen_box .news_container .news_info .news_text {
  font-size: 0.16rem;
  height: 0.75rem;
  line-height: 0.25rem;
  -webkit-line-clamp: 3;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.transformation .cen_box .achievement_container {
  min-height: 0.45rem;
  margin: 0.3rem auto;
  display: flex;
}
.transformation .cen_box .achievement_container .achievement_box {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.transformation .cen_box .achievement_container .achievement_item {
  width: 4.4rem;
  height: 2.2rem;
  margin-top: 0.3rem;
  border-radius: 0.08rem;
  background: #ffffff;
  padding: 0.25rem;
  cursor: pointer;
  box-shadow: 0 4px 20px #e7edf7b3;
  display: flex;
  flex-direction: column;
}
.transformation .cen_box .achievement_container .achievement_item .achievement_item_title {
  line-height: 0.32rem;
  font-size: 0.22rem;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transformation .cen_box .achievement_container .achievement_item .achievement_item_text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.1em;
  color: #444;
  display: flex;
  justify-content: space-between;
}
.transformation .cen_box .achievement_container .achievement_item .achievement_item_tag {
  margin-top: 0.15rem;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  color: #ff3700;
}
.transformation .cen_box .achievement_container .achievement_item .achievement_item_btn_box {
  display: flex;
  align-items: center;
}
.transformation .cen_box .achievement_container .achievement_item .achievement_item_btn_box .tag {
  width: max-content;
  height: 0.22rem;
  line-height: 0.22rem;
  margin-right: 0.5rem;
  padding: 0 0.1rem;
  border-radius: 4px;
  background: #deeaf6;
  font-size: 0.12rem;
  color: #6b849e;
}
.transformation .cen_box .achievement_container .achievement_item .achievement_item_btn_box .btn {
  width: 0.96rem;
  height: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
  margin-left: auto;
  border-radius: 4px;
  font-size: 0.14rem;
  color: #fff;
  background: #042a8a;
}
.transformation_list {
  min-height: 100%;
  background: #fdfcff;
}
.transformation_list .cen_box {
  width: 14rem;
  margin: 0 auto;
  padding: 0.72rem 0 1.05rem;
}
.transformation_list .cen_box .tab_box {
  height: 1rem;
  margin: 0.3rem auto;
  display: flex;
}
.transformation_list .cen_box .tab_box .tab_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(245, 248, 252, 0.7) 0%, #ffffff 100%);
  border: 1px solid #ffffff;
  box-shadow: 8px 8px 20px #e7edf782;
}
.transformation_list .cen_box .tab_box .tab_item:last-child {
  margin-left: 0.3rem;
}
.transformation_list .cen_box .tab_box .tab_item.active {
  border: none;
  background: linear-gradient(0deg, #037aff 0%, #03dbff 100%);
  box-shadow: 0 2px 6px #037aff5e;
}
.transformation_list .cen_box .tab_box .tab_item.active .tab_text {
  color: #ffffff;
}
.transformation_list .cen_box .tab_box .tab_item img {
  width: 0.3rem;
  height: auto;
  margin-bottom: 0.05rem;
}
.transformation_list .cen_box .tab_box .tab_item .tab_text {
  font-size: 0.18rem;
  font-weight: 700;
  color: #232323;
}
.transformation_list .cen_box .filter_box {
  margin: 0 0 20px;
  padding: 20px 40px;
  background-color: #fff;
}
.transformation_list .cen_box .filter_box .filter_title_box {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #eeeeee;
}
.transformation_list .cen_box .filter_box .filter_title_box .filter_title {
  line-height: 40px;
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #037aff;
}
.transformation_list .cen_box .filter_box .filter_title_box .adds {
  float: right;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #037aff;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  margin-left: 0.2rem;
}
.transformation_list .cen_box .filter_box .filter_title_box .filter_input_box {
  width: 500px;
  height: 40px;
  float: right;
}
.transformation_list .cen_box .filter_box .filter_title_box .filter_input_box .filter_input {
  width: 380px;
  height: 40px;
  float: left;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.transformation_list .cen_box .filter_box .filter_title_box .filter_input_box .filter_input input {
  width: 340px;
  height: 38px;
  border: none;
  outline: none;
}
.transformation_list .cen_box .filter_box .filter_title_box .filter_input_box .filter_btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #037aff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  float: left;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}
.transformation_list .cen_box .filter_box .filter_container {
  width: 100%;
  padding-top: 20px;
}
.transformation_list .cen_box .filter_box .filter_type {
  margin-bottom: 18px;
  position: relative;
  padding-right: 90px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  min-height: 70px;
}
.transformation_list .cen_box .filter_box .filter_type_title {
  display: inline-block;
  width: 1.1rem;
  margin-right: 40px;
  font-size: 17px;
  font-weight: 700;
  color: #232323;
}
.transformation_list .cen_box .filter_box .filter_type_box {
  width: calc((100% - 0.9rem) - 40px);
}
.transformation_list .cen_box .filter_box .filter_type_box .filter_item {
  display: inline-block;
  margin-top: 18px;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
  border-radius: 4px;
  font-size: 16px;
  color: #565656;
  cursor: pointer;
}
.transformation_list .cen_box .filter_box .filter_type_box .filter_item.active {
  background-color: #e5f1fe;
  color: #037aff;
}
.transformation_list .cen_box .filter_box .filter_more_btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.transformation_list .cen_box .filter_box .filter_more_btn span {
  font-size: 16px;
  color: #037aff;
}
.transformation_list .cen_box .filter_box .filter_more_btn img {
  transform: scaleY(1);
  width: 10px;
  height: 5px;
  margin-left: 8px;
  margin-top: 8px;
}
.transformation_list .cen_box .filter_box .filter_more_btn img.img_click {
  transform: scaleY(-1);
}
.transformation_list .cen_box .product_container {
  margin: 0.3rem auto;
  display: flex;
  flex-wrap: wrap;
}
.transformation_list .cen_box .product_container .product_item {
  width: 4.4rem;
  height: max-content;
  display: inline-block;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  background: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.transformation_list .cen_box .product_container .product_item .product_title {
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
  font-weight: 700;
  color: #232323;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.transformation_list .cen_box .product_container .product_item .product_text {
  height: 0.5rem;
  line-height: 0.25rem;
  font-size: 0.16rem;
  color: #565656;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.transformation_list .cen_box .product_container .product_item .product_tag_box {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  display: flex;
}
.transformation_list .cen_box .product_container .product_item .product_tag_box .product_tag {
  margin: 0.2rem 0.08rem 0.2rem 0;
  padding: 0.04rem 0.15rem;
  background: #e5f1fe;
  border-radius: 4px;
  font-size: 0.13rem;
  color: #037aff;
}
.transformation_list .cen_box .product_container .product_item .product_tag_box .product_tag:first-child {
  color: #ff8f1f;
  background: rgba(255, 143, 31, 0.1);
}
.transformation_list .cen_box .product_container .product_item .star_box {
  width: 100%;
  height: 0.25rem;
  line-height: 0.25rem;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.transformation_list .cen_box .product_container .product_item .star_box .star_title {
  width: 1.7rem;
  font-size: 0.16rem;
  color: #565656;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.transformation_list .cen_box .product_container .product_item .star_box .star_title:first-child {
  width: calc(100% - 1.7rem);
}
.transformation_list .cen_box .product_container .product_item .star_box .star_title span {
  color: #f06300;
}
.details_results {
  min-height: 100%;
  background: #fdfcff;
}
.details_results .cen_box {
  width: 14rem;
  margin: 0 auto;
  padding: 0.2rem;
  background-color: #fff;
}
.details_results .cen_box .page_title {
  font-size: 0.36rem;
  color: #232323;
  margin: 0.3rem auto;
  text-align: center;
}
.details_results .cen_box .add_box {
  width: 100%;
  height: 0.65rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
}
.details_results .cen_box .add_box .add_title {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  font-weight: 700;
  color: #000;
}
.details_results .cen_box .add_box .add_title::before {
  content: '';
  display: block;
  width: 0.05rem;
  height: 0.3rem;
  background: #037aff;
  margin-right: 0.1rem;
}
.details_results .cen_box .table_container {
  display: flex;
}
.details_results .cen_box .table_container .table_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 0.5rem;
  margin: 0.2rem 0;
}
.details_results .cen_box .table_container .table_box:last-child {
  margin-left: 0.1rem;
}
.details_results .cen_box .table_container .table_box .table_row {
  flex: 1;
  display: flex;
  border: 1px solid #037dff;
  border-bottom: none;
}
.details_results .cen_box .table_container .table_box .table_row:last-child {
  border-bottom: 1px solid #037aff;
}
.details_results .cen_box .table_container .table_box .table_row .table_label {
  flex: 1;
  background: #f3f9ff;
  border-right: 1px solid #037aff;
  font-size: 0.16rem;
  color: #037aff;
  font-weight: 700;
}
.details_results .cen_box .table_container .table_box .table_row .table_value {
  flex: 2;
  font-size: 0.17rem;
  color: #000000d9;
}
.details_results .cen_box .detail_text {
  margin: 0.2rem 0;
  font-size: 0.18rem;
  color: #000000d9;
}
.details_results .cen_box .text_box {
  width: 65%;
  margin: 0 auto;
}
.publish .cen_box {
  width: 14rem;
  margin: 0 auto;
  padding: 0.2rem;
  background-color: #fff;
}
.publish .cen_box .head_tit {
  text-align: center;
  padding-top: 0.2rem;
}
.publish .cen_box .head_tit h4 {
  font-size: 0.24rem;
}
.publish .cen_box .head_tit img {
  width: 100%;
  height: 0.02rem;
  margin: 0.08rem auto;
}
.publish .cen_box .FormData {
  width: 80%;
  margin: 0.3rem auto 0;
  padding-bottom: 0.3rem;
}
 /deep/ .select_empty {
  width: 100% !important;
  height: 300rpx !important;
  padding: 20rpx !important;
}
