﻿@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: "roboto";

  src: url("../fonts/roboto.eot");

  src: url("../fonts/roboto.eot?#iefix") format("embedded-opentype"),
    url("../fonts/roboto.woff") format("woff"),
    url("../fonts/roboto.ttf") format("truetype"),
    url("../fonts/roboto.svg#roboto") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "din";

  src: url("../fonts/din.eot");

  src: url("../fonts/din.eot?#iefix") format("embedded-opentype"),
    url("../fonts/din.woff") format("woff"),
    url("../fonts/din.ttf") format("truetype"),
    url("../fonts/din.svg#din") format("svg");

  font-weight: normal;

  font-style: normal;
}

body {
  font-family: "roboto", Arial;

  margin: 0;

  padding: 0;

  font-style: normal !important;

  font-variant: normal !important;

  color: #222;

  font-size: 12px;
}

html {
  font-size: 62.5%;
}

a {
  color: #0055cd;

  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

a:hover {
  color: #0055cd;

  text-decoration: none;
  outline: none;
}

.t_f a {
  color: #0055cd;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;

  font-size: 0px;

  line-height: 0;

  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.cell,
.cell2,
.cell3 {
  border-collapse: collapse;

  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.yh {
  font-family: "Microsoft Yahei", "微软雅黑";
}

a,
img {
  border: 0px;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

br {
  margin: 0px;
  padding: 0px;
}

.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

input,
select,
textarea {
  font-family: "roboto", -apple-system, BlinkMacSystemFont, Arial, tahoma, arial !important;
  outline: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type="text"]:disabled {
  background-color: #999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type="button"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  -webkit-tap-highlight-color: transparent;

  outline: none;

  background: none;

  text-decoration: none;
}

/*loading*/

.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
}

.loading b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #004c98;
  position: absolute;
  left: 0px;
  top: 0%;
}

.container {
  width: 100%;
}

.section {
  width: 100%;
  background-color: #fff;
}

.section .pagefr {
  width: 100%;
  height: calc(100vh - 0.92rem);
  margin-top: 0.92rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.section .p_last {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.section.active .pagefr {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@-webkit-keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }

  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }

  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}

@keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }

  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }

  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}

@-webkit-keyframes an_02 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes an_02 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02;
}

@-webkit-keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }

  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }

  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}

@keyframes an_01 {
  0% {
    transform: scale(0.96, 0.96);
    -moz-transform: scale(0.96, 0.96);
    -webkit-transform: scale(0.96, 0.96);
  }

  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }

  100% {
    transform: scale(0.96, 0.96);
    -moz-transform: scale(0.96, 0.96);
    -webkit-transform: scale(0.96, 0.96);
  }
}

@-webkit-keyframes an_03 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes an_03 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}

@-webkit-keyframes an_zdy {
  0% {
  }

  100% {
  }
}

@keyframes an_zdy {
  0% {
  }

  100% {
  }
}

.an_zdy {
  -webkit-animation-name: an_zdy;
  animation-name: an_zdy;
}

@-webkit-keyframes an_04 {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }

  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }

  100% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }
}

@keyframes an_04 {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }

  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }

  100% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }
}

/*common*/

.in_body {
  min-height: 100vh;
  position: relative;
  opacity: 0; /*background-color:#E5E5E5;*/
}

.home_body {
  overflow: hidden;
  height: 100vh;
}

.wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.wrap_c {
  margin: 0px auto;
  width: 1226px;
  padding: 0px 0px;
}

.wrap_in {
  margin: 0px 10%;
}

.wrap_nr {
  margin: 0px 13%;
}

.w_pc {
}

.w_wap {
  display: none !important;
}

.backtotop {
  position: fixed;

  bottom: 80px;

  right: 44px;

  width: 42px;

  height: 42px;

  background-color: #ccc;

  font-size: 20px;

  text-align: center;

  padding-top: 12px;

  box-sizing: border-box;

  cursor: pointer;

  color: #000;

  display: none;
}

.topfr {
  overflow: hidden;
  background-color: #fff;
  height: 68px;
}

.topfr .fl {
}

.topfr .fl img {
  display: block;
  height: 30px;
  margin-top: 19px;
}

.topfr .fl a {
  display: inline-block;
  position: relative;
}

.topfr .fl a:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -17px;
  font-size: 12px;
  color: #0055cd;
}

.topfr .fc {
  float: left;
  margin-left: 66px;
}

.top_menu {
  float: left;
}

.top_menu ul li {
  float: left;
  line-height: 68px;
  font-size: 16px;
  margin-left: 20px;
  color: #000000;

  font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;

  font-weight: 500;
  position: relative;
}

.top_menu ul li:nth-child(1) {
  margin-left: 0px;
}

.top_menu ul li a {
  display: inline-block;
  position: relative;
  color: #000000;

  font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;

  font-weight: 500;
}

.top_menu ul li.on a {
  color: #0055cd;
  font-weight: bold;
}

.top_menu ul li.on a::after {
  width: 80%;
  height: 2px;
  display: block;
  overflow: hidden;
  background-color: #0055cd;
  position: absolute;
  left: 10%;
  bottom: 0px;
  content: " ";
}

.top_menu ul li.on b {
  width: 100%;
  height: 2px;
  display: block;
  overflow: hidden;
  background-color: #0055cd;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.top_menu ul li:nth-child(1).on b {
  width: 60%;
  left: 20%;
}

.topfr .fr {
}

.topfr .fr a {
  float: left;
  height: 68px;
  line-height: 68px;
  font-weight: 16px;
  color: #000000;

  font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;

  font-weight: 500;
}

.topfr .fr a.a1 {
  display: inline-block;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topfr .fr a.a1 label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.topfr .fr a.a1 label img {
  display: block;
  height: 28px;
}

.topfr .fr a.a1 label i {
  display: inline-block;
  position: absolute;
  left: 60%;
  top: -5px;
  font-size: 12px;
  line-height: 14px;
  padding: 0px 4px;
  background-color: #e60033;
  color: #fff;
  border-radius: 14px;
}

.topfr .fr a.a2 {
  margin-left: 26px;
  margin-right: 24px;
}

.topfr .fr a.a2 img {
  display: block;
  height: 23px;
}

.topfr .fr a.a3 {
  font-size: 16px;
  color: #52545f;
}

.topfr .fr a.a3:hover {
  color: #0055cd;
}

.topfr .fr a.a4 {
  color: #0055cd;
}

.topfr .fr a.feedback_click {
  font-size: 16px;
  color: #52545f;
}

.topfr .fr a.feedback_click:hover {
  color: #0055cd;
}

.topfr .fr span {
  float: left;
  width: 1px;
  height: 15px;
  display: block;
  overflow: hidden;
  background-color: #c4c4c4;
  margin: 0px 17px;
  margin-top: 28px;
}

.suberfr {
  overflow: hidden;
  position: relative;
}

.suberfr b.b1 {
  width: 100%;
  height: 520px;
  display: block;
  overflow: hidden;
}

.suber_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.suber_c p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.suber_c p.p1 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 47px;
  margin-top: 77px;
}

.suber_c p.p2 {
  font-size: 18px;
  color: #fff;
  line-height: 21px;
  margin-top: 12px;
}

.suber_c p.p3 {
  margin-top: 40px;
}

.suber_c p.p3 label {
  display: inline-block;
  position: relative;
  width: 600px;
  height: 54px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.suber_c p.p3 label .sub_btn {
  width: 64px;
  height: 100%;
  cursor: pointer;
  border: 0px;
  border-left: 1px solid #e5e5e5;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../images/ss_01.svg") center no-repeat #fff;
  background-size: 30px;
}

.suber_c p.p3 label .sub_txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0px;
  padding: 0px 10px;
  font-size: 16px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_01 {
  overflow: hidden;
  margin-top: 72px;
}

.in_01_t {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in_01_t p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.in_01_t p.p1 {
  font-size: 36px;
  color: #52545f;
  line-height: 42px;
  font-weight: bold;
}

.in_01_t p.p2 {
  font-size: 20px;
  color: #7f818f;
  line-height: 23px;
  margin-top: 10px;
}

.in_01_t a.a1 {
  font-size: 20px;
  color: #0055cd;
  line-height: 23px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.in_01_c {
  width: 100%;
  overflow: visible;
  padding-top: 36px;
}

.in_01_c ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_01_c ul li {
  width: 13.3%;
  height: 200px;
  border-radius: 8px;
  background-color: #faf9f9;
  overflow: hidden;
  position: relative;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_01_c ul li label {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 150px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_01_c ul li img {
  display: block;
  max-width: 100%;
  max-height: 150px;
  margin: 0px auto;
  padding: 0px;
}

.in_01_c ul li em {
  display: block;
  width: 100%;
  overflow: hidden;
  font-style: normal;
  position: absolute;
  left: 0px;
  bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #52545f;
  text-align: center;
}

.in_01_c ul li:hover {
  background-color: #fff;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
}

.in_01_c ul li:hover em {
  color: #0055cd;
}

.in_02 {
  overflow: hidden;
  margin-top: 72px;
}

.in_02_c {
  width: 100%;
  overflow: visible;
  padding-top: 36px;
}

.in_02_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #f7fafe;
  padding: 10px 24px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_02_c ul li:last-child {
  margin-bottom: 0px;
}

.in_02_c ul li em {
  display: block;
  font-style: normal;
}

.in_02_c ul li em.em1 {
  width: 100%;
  min-height: 25px;
}

.in_02_c ul li em.em1 label {
  display: inline-block;
  float: left;
  margin-top: 1px;
}

.in_02_c ul li em.em1 label img {
  display: block;
  float: left;
  height: 20px;
  margin-right: 6px;
}

.in_02_c ul li em.em1 label img:last-child {
  margin-right: 0px;
}

.in_02_c ul li em.em1 span {
  float: left;
  font-size: 18px;
  display: inline-block;
  width: 80%;
  color: #52545f;
  font-weight: bold;
  line-height: 22px;
  margin-left: 6px;
}

.in_02_c ul li em.em1 span.sp1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: Hidden;
}

.in_02_c ul li em.em2 {
  margin-top: 10px;
  font-size: 14px;
  color: #3573cb;
  min-height: 25px;
}

.in_02_c ul li em.em2 a {
  color: #3573cb;
  float: left;
  margin-left: 13px;
}

.in_02_c ul li em.em2 a:nth-child(1) {
  margin-left: 0px;
}

.in_02_c ul li em.em3 {
  position: absolute;
  right: 24px;
  top: 12px;
  font-size: 18px;
  color: #52545f;
}

.in_02_c ul li em.em3 a {
  display: inline-block;
  background: url("../images/in_04.svg") left center no-repeat;
  background-size: 24px;
  padding-left: 28px;
}

.in_02_c ul li em.em3 a.on {
  background: url("../images/in_04_on.svg") left center no-repeat;
  background-size: 24px;
}

.in_02_c ul li em.em4 {
  position: absolute;
  right: 24px;
  bottom: 10px;
  display: inline-block;
  line-height: 24px;
}

.in_02_c ul li em.em4 span {
  font-size: 16px;
  color: #52545f;
  display: inline-block;
  font-weight: 100;
  float: left;
  margin-left: 5px;
}

.in_02_c ul li em.em4 span:nth-child(1) {
  margin-left: 0px;
}

.in_02_c ul li em.em4 span.sp1 {
  background: url("../images/in_01.svg") left center no-repeat;
  background-size: 24px;
  padding-left: 28px;
  width: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in_02_c ul li em.em4 span.sp2 {
  background: url("../images/in_02.svg") left center no-repeat;
  background-size: 24px;
  padding-left: 28px;
  width: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in_02_c ul li em.em4 span.sp3 {
  background: url("../images/in_03.svg") left center no-repeat;
  background-size: 24px;
  padding-left: 28px;
  width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in_02_c ul li em.em4 span.sp3 {
}

.in_02_c ul li em.em4 span.sp4 {
  padding-left: 6px;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in_02_c ul li em.em5 {
  display: inline-block;
  background: url("../images/topic_01.svg") no-repeat;
  background-size: 100% 100%;
  width: 60px;
  height: 18px;
  line-height: 18px;
  text-align: right;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
}

.in_02_c ul li em.em5 span {
  margin-right: 6px;
}

.in_02_c ul li:hover {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.in_03 {
  overflow: hidden;
  margin-top: 72px;
  position: relative;
  z-index: 1;
}

.in_03_c {
  width: 100%;
  overflow: visible;
  padding-top: 36px;
}

.in_03_c ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_03_c ul li {
  width: 24.2%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03_c ul li em {
  width: 100%;
  display: block;
  font-style: normal;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_03_c ul li em.em1 {
  position: relative;
}

.in_03_c ul li em.em1:before {
  content: "";
  width: 100%;
  height: 0.44rem;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(
    360deg,
    #52545f 0%,
    rgba(176, 183, 201, 0) 104.17%
  );
}

.in_03_c ul li em.em1 img {
  width: 100%;
  display: block;
}

.in_03_c ul li em.em1 b.b1 {
  width: 36px;
  height: 24px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 24px;
  bottom: 10px;
  background: url("../images/play.svg") center no-repeat;
  background-size: 100%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03_c ul li em.em1 span.sp1 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: url("../images/in_05.svg") left center no-repeat;
  background-size: 24px;
  padding-left: 26px;
  position: absolute;
  right: 24px;
  bottom: 10px;
}

.in_03_c ul li em.em2 {
  padding: 20px 24px;
  font-size: 16px;
  color: #52545f;
  line-height: 22px;
}

.in_03_c ul li:hover {
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
}

.in_03_c ul li:hover em.em1 b.b1 {
  background: url("../images/play_on.svg") center no-repeat;
  background-size: 100%;
}

.in_04 {
  overflow: hidden;
  margin-top: 72px;
}

.in_04_c {
  width: 100%;
  overflow: hidden;
  margin-top: 36px;
  background-color: #fff;
  padding: 50px 0px;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_04_c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_04_c ul li {
  width: 25%;
  overflow: hidden;
  position: relative;
  padding: 0px 25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_04_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_04_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
}

.in_04_c ul li em.em1 {
}

.in_04_c ul li em.em1 img {
  display: block;
  height: 64px;
  margin: 0px auto;
  padding: 0px;
}

.in_04_c ul li em.em2 {
  text-align: center;
  font-size: 18px;
  color: #52545f;
  font-weight: bold;
  line-height: 21px;
}

.in_04_c ul li em.em3 {
  text-align: center;
  font-size: 14px;
  color: #7f818f;
  line-height: 16px;
  margin-top: 16px;
}

.in_04_c ul li em.em4 {
  margin-top: 24px;
  text-align: center;
}

.in_04_c ul li em.em4 span {
  width: 169px;
  height: 40px;
  display: inline-block;
  background: url("../images/in_06.png") center no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}

.in_04_c ul li b.b1 {
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #d6d6d6;
  position: absolute;
  right: 0px;
  top: 0px;
}

.in_04_c ul li:last-child b.b1 {
  width: 0px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #d6d6d6;
  position: absolute;
  right: 0px;
  top: 0px;
}

.btn_empty {
  overflow: hidden;
  height: 80px;
}

.btnfr {
  overflow: hidden;
}

.btn_01 {
  width: 100%;
  overflow: hidden;
  background-color: #646c7d;
  padding-top: 38px;
  padding-bottom: 38px;
}

.btn_01 p {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #d8dde8;
  line-height: 22px;
}

.btn_01 a {
  color: #fff;
  font-weight: bold;
}

.btn_01 p.p1 {
  height: 1px;
  overflow: hidden;
  border-top: 1px solid rgba(147, 158, 186, 0.6);
  margin: 30px 0px;
}

.btn_02 {
  width: 100%;
  overflow: hidden;
  line-height: 40px;
  background-color: #535d69;
  font-size: 14px;
  color: #c6cbd9;
}

.btn_02 p {
  line-height: 40px;
}

.topics_01 {
  overflow: hidden;
  margin-top: 28px;
}

.topics_01 .wrap_c {
  position: relative;
}

.topics_01 ul {
  width: auto;
}

.topics_01 ul li {
  float: left;
  line-height: 38px;
  font-size: 14px;
  color: #0055cd;
  text-align: center;
  font-weight: bold;
  min-width: 120px;
}

.topics_01 ul li:nth-child(1) {
  border-radius: 38px 0px 0px 38px;
  border: 1px solid #0055cd;
}

.topics_01 ul li:nth-child(2) {
  border-radius: 0px 0px 0px 0px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #0055cd;
  border-bottom: 1px solid #0055cd;
}

.topics_01 ul li:nth-child(3) {
  border-radius: 0px 38px 38px 0px;
  border: 1px solid #0055cd;
}

.topics_01 ul li a {
  color: #0055cd;
}

.topics_01 ul li.on,
.topics_01 ul li:hover {
  border: 0px;
  padding: 1px;
  background: linear-gradient(to right, #57a8ff 6.33%, #1878ff 98.83%);
  background: -webkit-linear-gradient(to right, #57a8ff 6.33%, #1878ff 98.83%);
  background: -o-linear-gradient(to right, #57a8ff 6.33%, #1878ff 98.83%);
  background: -moz-linear-gradient(to right, #57a8ff 6.33%, #1878ff 98.83%);
}

.topics_01 ul li.on a,
.topics_01 ul li:hover a {
  color: #fff;
}

.topics_01 .fl {
}

.topics_01 .fl span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #52545f;
  line-height: 40px;
}

.topics_01 .fl select {
  background: url("../images/sel.svg") right center no-repeat #e5e5e5;
  border: 0px;
  background-size: 14px;
  padding-right: 26px;
  font-size: 20px;
  color: #52545f;
  font-weight: bold;
  line-height: 40px;
}

.topics_02 {
  overflow: hidden;
  margin-top: 24px;
}

.topics_02 .wrap_c {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.tcs02_l {
  width: 290px;
  overflow: hidden;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tcs02l_t {
  width: 100%;
  height: 40px;
  border: 1px solid #babbbb;
  overflow: hidden;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tcs02l_t .tcs02l_txt {
  width: 80%;
  height: 100%;
  text-overflow: ellipsis;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0px;
  padding: 0px 12px;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tcs02l_t .tcs02l_btn {
  height: 100%;
  width: 50px;
  border: 0px;
  background: none;
  cursor: pointer;
  border-left: 1px solid #babbbb;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../images/ss_01.svg") center no-repeat;
  background-size: 20px;
}

.tcs02l_li {
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}

.t02li_t {
  width: 100%;
  line-height: 21px;
  overflow: hidden;
}

.t02li_t span {
  float: left;
  font-size: 18px;
  color: #52545f;
  font-weight: bold;
}

.t02li_t a {
  float: right;
  font-size: 14px;
  color: #0055cd;
}

.t02li_c {
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
}

.t02li_c a {
  display: inline-block;
  background-color: #f8f8f8;
  border-radius: 3px;
  line-height: 30px;
  font-size: 14px;
  color: #52545f;
  border: 1px solid #f8f8f8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.t02li_c a.on {
  border: 1px solid #0055cd;
  background-color: #edf2ff;
  color: #0055cd;
  font-weight: 700;
}

.t02li_c p {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.t02li_c p label {
  display: inline-block;
  font-size: 14px;
  color: #52545f;
  cursor: pointer;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.t02li_c p label input {
  width: 12px;
  height: 12px;
  display: block;
  overflow: hidden;
  margin-right: 8px;
  margin-top: 4px;
  border: 0px;
  cursor: pointer;
  background: url("../images/cbox_01.svg") center no-repeat;
  background-size: 100%;
  float: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.t02li_c p:hover label input {
  background: url("../images/cbox_01_hover.svg") center no-repeat;
  background-size: 100%;
}

.t02li_c p:hover label {
  color: #0055cd;
}

.t02li_c p label input:checked {
  background: url("../images/cbox_01_checked.svg") center no-repeat;
  background-size: 100%;
}

.t02li_c p.on label {
  color: #0055cd;
}

.t02lic_style1 a {
  width: 49%;
  float: left;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 6px;
}

.t02lic_style1 a:nth-child(2n) {
  margin-right: 0px;
}

.t02lic_style1 a:last-child {
  width: 100%;
  margin-right: 0px;
}

.t02lic_style2 a {
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 0px 8px;
}

.tcs02_r {
  width: 920px;
  overflow: hidden;
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tcs02r_t {
  width: 100%;
  overflow: hidden;
}

.tcs02r_t ul li {
  float: left;
  margin-right: 16px;
}

.tcs02r_t ul li a {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  color: #52545f;
  border-radius: 30px;
  border: 1px solid #edf2ff;
  background-color: #edf2ff;
  line-height: 30px;
  padding: 0px 14px;
}

.tcs02r_t ul li.on a {
  color: #0055cd;
  font-weight: bold;
  border: 1px solid #0055cd;
}

.tcs02r_c {
  padding-top: 24px;
}

.pagesfr {
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}

.pagesfr .psr {
  float: right;
}

.pagesfr a {
  display: inline-block;
  margin: 0px 6px;
  float: left;
  border: 1px solid #7f818f;
  font-size: 12px;
  color: #656565;
  line-height: 30px;
  padding: 0px 10px;
}

.pagesfr span {
  float: left;
  margin: 0px 6px;
  color: #959595;
  line-height: 24px;
}

.pagesfr a.a1 {
  font-family: SimSun;
}

.pagesfr a.prev {
  font-family: SimSun;
}

.pagesfr a.off {
  color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.pagesfr a.on {
  border: 1px solid #0055cd;
  color: #0055cd;
  font-weight: bold;
}

.pagesfr a:hover {
  border: 1px solid #0055cd;
  color: #0055cd;
}

.topics_03 {
  width: 100%;
  overflow: visible;
  margin-top: 32px;
}

.topics_04 {
  width: 100%;
  overflow: visible;
  margin-top: 57px;
}

.topics_05 {
  width: 100%;
  overflow: visible;
  margin-top: 64px;
}

.tcs03_t {
  width: 100%;
  overflow: hidden;
  font-size: 24px;
  color: #52545f;
  line-height: 28px;
}

.tcs03_c {
  width: 100%;
  overflow: visible;
  margin-top: 24px;
}

.tcs_03c_slide {
  width: 100%;
  overflow: visible;
  height: 158px;
  position: relative;
  opacity: 0;
}

.tcs_03c_slide .swiper-slide {
  width: 240px;
  height: 158px;
  border-radius: 8px;
  padding: 16px;
  overflow: hidden;
  background-color: #f7fafe;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.tcs_03c_slide .swiper-slide em {
  font-style: normal;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tcs_03c_slide .swiper-slide em.em1 {
  width: 100%;
  min-height: 25px;
  margin-top: 24px;
}

.tcs_03c_slide .swiper-slide em.em1 span {
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  color: #0055cd;
  line-height: 30px;
  padding: 0px 12px;
  background-color: #edf2ff;
  border: 1px solid #0055cd;
  font-weight: bold;
}

.tcs_03c_slide .swiper-slide em.em2 {
  width: 100%;
  font-size: 12px;
  color: #52545f;
  line-height: 14px;
  font-weight: bold;
  height: 28px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.tcs_03c_slide .swiper-slide em.em3 {
  width: 100%;
  margin-top: 24px;
  line-height: 20px;
}

.tcs_03c_slide .swiper-slide em.em3 span {
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #52545f;
}

.tcs_03c_slide .swiper-slide em.em3 span.sp1 {
  background: url("../images/in_01.svg") left center no-repeat;
  background-size: 20px;
  padding-left: 22px;
}

.tcs_03c_slide .swiper-slide em.em3 span.sp2 {
  background: url("../images/in_02.svg") left center no-repeat;
  background-size: 20px;
  padding-left: 22px;
  margin-left: 12px;
}

.tcs_03c_slide .swiper-slide em.em3 span.sp3 {
  float: right;
  width: 20px;
  background: url("../images/in_04.svg") center no-repeat;
  background-size: 20px;
}

.tcs_03c_slide .swiper-slide em.em3 span.sp3.on {
  background: url("../images/in_04_on.svg") center no-repeat;
  background-size: 20px;
}

.tcs_03c_slide .swiper-slide em.em4 {
  display: inline-block;
  background: url("../images/topic_01.svg") no-repeat;
  background-size: 100% 100%;
  width: 60px;
  height: 18px;
  line-height: 18px;
  text-align: right;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
}

.tcs_03c_slide .swiper-slide em.em4 span {
  margin-right: 6px;
}

.tcs_03c_slide .swiper-slide:hover {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.tcs_03c_slide .tcs_03c_prev {
  width: 20px;
  height: 24px;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -12px;
  z-index: 999;
  opacity: 0;
}

.tcs_03c_slide .tcs_03c_prev b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/prev.svg") center no-repeat;
  background-size: 9px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.tcs_03c_slide .tcs_03c_next {
  width: 20px;
  height: 24px;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  z-index: 999;
  opacity: 0;
}

.tcs_03c_slide .tcs_03c_next b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/next.svg") center no-repeat;
  background-size: 9px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.tcs_03c_slide:hover .tcs_03c_prev {
  opacity: 1;
}

.tcs_03c_slide:hover .tcs_03c_next {
  opacity: 1;
}

.sitewfr {
  overflow: hidden;
  padding: 48px 0px;
  line-height: 23px;
  font-size: 20px;
  color: #52545f;
}

.sitewfr a {
  float: left;
  color: #0055cd;
}

.sitewfr i {
  float: left;
  margin: 0px 20px;
}

.sitewfr span {
  float: left;
}

.tcswt_01 {
  overflow: hidden;
  font-size: 36px;
  color: #52545f;
  line-height: 42px;
}

.tcswt_02 {
  overflow: hidden;
  margin-top: 24px;
}

.twt02fr {
  width: 100%;
  overflow1: hidden;
  background-color: #fff;
  border-radius: 8px;
  padding: 7px 40px 80px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.twt02fr .li {
  width: 100%;
  overflow: visible;
  margin-top: 24px;
}

.twt02fr .li .p1 {
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  color: #52545f;
  font-weight: bold;
  line-height: 21px;
}

.twt02fr .li .p1 i {
  color: #e60033;
}

.twt02fr .li .p2 {
  width: 100%;
  overflow1: hidden;
  margin-top: 16px;
}

.twt02fr .li .p2 input.twt_02_txt {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  border: 1px solid #babbbb;
  line-height: 50px;
  height: 50px;
  border-radius: 6px;
  padding: 0px 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.twt02fr .li .p2 textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #babbbb;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.twt02fr .li .sel_p {
  overflow: visible;
}

.twt_p2_c {
  width: 100%;
  overflow: visible;
}

.twt_p2_c ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.twt_p2_c ul li {
  width: 13.3%;
  height: 210px;
  border-radius: 8px;
  background-color: #faf9f9;
  border: 1px solid #faf9f9;
  overflow: hidden;
  position: relative;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.twt_p2_c ul li label {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 150px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.twt_p2_c ul li img {
  display: block;
  max-width: 100%;
  max-height: 150px;
  margin: 0px auto;
  padding: 0px;
}

.twt_p2_c ul li em {
  display: block;
  width: 100%;
  overflow: hidden;
  font-style: normal;
  position: absolute;
  left: 0px;
  top: 140px;
  font-size: 20px;
  font-weight: bold;
  color: #52545f;
  text-align: center;
  line-height: 25px;
  display: table;
}

.twt_p2_c ul li em span {
  display: table-cell; /* 设置要居中的元素为单元格 */

  vertical-align: middle; /* 垂直居中对齐内容 */

  height: 50px;
  line-height: 25px;
}

.twt_p2_c ul li:hover {
  background-color: #fff;
  border: 1px solid #0055cd;
}

.twt_p2_c ul li:hover em {
  color: #0055cd;
}

.twt_p2_c ul li.on {
  background-color: #fff;
  border: 1px solid #0055cd;
}

.twt_p2_c ul li.on em {
  color: #0055cd;
}

.ticsselfr {
  width: 50%;
  overflow: visible;
  position: relative; /*z-index:999;*/
}

.ticsselfr .ticssel_t {
  width: 100%;
  height: 50px;
  border: 1px solid #babbbb;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ticsselfr .ticssel_t input {
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 50px;
  border-radius: 6px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0px;
  padding: 0px 16px;
  font-size: 16px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ticsselfr .ticssel_t b {
  width: 16px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/sel.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 18px; /*z-index:994;*/
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ticsselfr .ticssel_c {
  width: 100%;
  overflow: hidden;
  display: none;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 50px;
  height: 242px;
  z-index: 991;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.ticsselfr .ticssel_c .tselc_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ticsselfr .ticssel_c .tselc_c .tselcc_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.cmodels {
  margin: 20px 0;
}

.cmodels span {
  padding: 10px 10px;
  margin-right: 10px;
  margin-top: 5px;
  border: 1px solid #efefef;
}

.cmodels span i {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.ticsselfr .ticssel_c p {
  width: 100%;
  overflow: hidden;
  height: 52px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ticsselfr .ticssel_c p a {
  width: 100%;
  display: block;
  line-height: 52px;
  overflow: hidden;
  position: relative;
  padding: 0px 0px 0px 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ticsselfr .ticssel_c p span {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #7f818f;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ticsselfr .ticssel_c p i {
  width: 20px;
  height: 52px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 24px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ticsselfr .ticssel_c p i img {
  display: block;
  width: 20px;
}

.ticsselfr .ticssel_c p:hover {
  background-color: #f3f2f2;
}

.ticsselfr .ticssel_c p:hover span {
  color: #0055cd;
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 6px;
  background: #fff;
  cursor: default;
  overflow: auto;
}

.autocomplete-suggestion {
  height: 52px;
  padding-left: 16px;
  position: relative;
  line-height: 52px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.autocomplete-no-suggestion {
  height: 52px;
  line-height: 52px;
}

.autocomplete-suggestion span {
  width: 90%;

  display: block;

  overflow: hidden;

  font-size: 18px;

  text-overflow: ellipsis;

  color: #7f818f;

  margin-right: 40px;

  /* padding-right: 40px; */

  transition: 0.3s linear;

  -webkit-transition: 0.3s linear;

  -o-transition: 0.3s linear;

  -moz-transition: 0.3s linear;

  /*width:100%;display:block;overflow:hidden;font-size:18px;color:#7F818F;transition:.3s linear;-webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear;*/
}

.autocomplete-suggestion i {
  width: 20px;
  height: 52px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 24px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.autocomplete-suggestion i img {
  display: block;
  width: 20px;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.autocomplete-selected {
  background: #f3f2f2;
  height: 52px;
  color: #0055cd;
}

.autocomplete-selected span {
  color: #0055cd;
}

.autocomplete-selected strong {
  color: #0055cd;
}

.ticsselfr.on .ticssel_t {
  border: 1px solid #0055cd;
}

.ticsselfr.on .ticssel_t b {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.tics_a {
  width: 100%;
  overflow: hidden;
}

.tics_a p {
  width: 60%;
  overflow: hidden;
}

.tics_a a {
  display: inline-block;
  float: left;
  line-height: 30px;
  margin-bottom: 16px;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  font-size: 14px;
  color: #7f818f;
  border-radius: 3px;
  margin-right: 6px;
  padding: 0px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tics_a a.on {
  border: 1px solid #0055cd;
  background-color: #edf2ff;
  color: #0055cd;
  font-weight: bold;
}

.tics_a a:hover {
  color: #0055cd;
}

.tcswt_03 {
  overflow: hidden;
  margin-top: 24px;
}

.tcswt_03 a,
.tcswt_03 button {
  display: inline-block;
  float: left;
  margin-left: 8px;
  height: 36px;
  line-height: 36px;
  padding: 0px 24px;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tcswt_03 a:nth-child(1),
.tcswt_03 button:nth-child(1) {
  margin-left: 0px;
}

.tcswt_03 a.a1,
.tcswt_03 button.a1 {
  background-color: #0055cd;
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
}

.tcswt_03 a.a1:hover,
.tcswt_03 button.a1:hover {
  opacity: 1;
}

.tcswt_03 a.a2,
.tcswt_03 button.a2 {
  color: #0055cd;
  border: 1px solid #0055cd;
  font-weight: bold;
  line-height: 32px;
}

.tcswt_03 a.a3 {
  background-color: #d8dde8;
  color: #52545f;
  font-weight: bold;
}

.tcswt_04 {
  overflow: hidden;
  margin-top: 24px;
  line-height: 16px;
  font-size: 14px;
  color: #7f818f;
}

.tcswt_04 input {
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  margin-top: 4px;
  background: url("../images/cbox_01_hover.svg") center no-repeat;
  background-size: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.tcswt_04 input:checked {
  background: url("../images/cbox_01_checked.svg") center no-repeat;
  background-size: 100%;
}

.ftfr {
  overflow: hidden;
  margin-top: 24px;
}

.ftfr .tcs02_l {
  float: left;
}

.ft01_r {
  width: 920px;
  overflow: hidden;
  float: right;
  background-color: #fff;
  padding: 40px 24px;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ft_01 {
  width: 100%;
  overflow: visible;
  position: relative;
}

.ft_01_l {
  width: 100%;
  overflow: hidden;
}

.ft_01_l .d1 {
  width: 96px;
  height: 96px;
  overflow: hidden;
  float: left;
  position: relative;
  background-color: #e5e5e5;
  border-radius: 50%;
}

.ft_01_l .d1 img {
  width: 100%;
  display: block;
}

.ft_01_l .d2 {
  float: left;
  height: 96px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 16px;
}

.ft_01_l .d2 p {
  width: 100%;
  overflow: hidden;
}

.ft_01_l .d2 p.p1 {
  font-size: 20px;
  color: #52545f;
  font-weight: bold;
  line-height: 24px;
}

.ft_01_l .d2 p.p2 {
  margin-top: 10px;
}

.ft_01_l .d2 p.p2 i {
  display: inline-block;
  float: left;
}

.ft_01_l .d2 p.p2 i.i1 {
  height: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ft_01_l .d2 p.p2 i.i1 img {
  display: block;
  max-height: 20px;
}

.ft_01_l .d2 p.p2 i.i2 {
  font-size: 14px;
  color: #52545f;
  margin-left: 8px;
}

.ft_01_l .d2 p.p3 {
  margin-top: 13px;
  height: 4px;
}

.ft_01_l .d2 p.p3 label {
  width: 144px;
  height: 4px;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #c4c4c4;
  border-radius: 4px;
}

.ft_01_l .d2 p.p3 label b {
  width: 0px;
  height: 4px;
  border-radius: 4px;
  background-color: #0055cd;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1.3s linear;
  -webkit-transition: 1.3s linear;
  -o-transition: 1.3s linear;
  -moz-transition: 1.3s linear;
}

.ft_01_r {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ft_01_r .fll1r_c {
  display: inline-block;
}

.ft_01_r a {
  float: left;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  border: 1px solid #7f818f;
  padding: 0px 16px;
  font-size: 12px;
  color: #52545f;
  border-radius: 4px;
}

.ft_01_r .a2 {
  border: 1px solid #0055cd;
  color: #0055cd;
  margin-left: 16px;
}

.ft_02 {
  width: 100%;
  overflow: hidden;
  margin-top: 63px;
  position: relative;
}

.ft_02_fx {
  position: absolute;
  right: 0px;
  top: 0px;
}

.ft02fxr_sel {
  float: left;
  position: relative;
  z-index: 9999;
}

.ft02fxr_sel .ft02xsel_t {
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.ft02fxr_sel .ft02xsel_t a {
  width: 24px;
  height: 24px;
  display: block;
  overflow: hidden;
  background: url("../upimg/fxicon_01.svg") center no-repeat;
  background-size: 100%;
}

/*//fan*/

.ft02fxr_sel .ft02xsel_c {
  width: 220px;
  overflow: hidden;
  position: absolute;
  right: -50px;
  top: 24px;
  z-index: 99999;
  display: none;
}

.ft02fxr_sel .ft02xsel_c b {
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 58px;
  top: 2px;
  background-color: #e5e5e5;
  transform: rotate(7deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.ft02fxr_sel .ft02xsel_c .ft02lc_c {
  width: 100%;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-top: 5px;
  position: relative;
  z-index: 99;
  border-radius: 2px;
  padding: 5px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ft02fxr_sel .ft02xsel_c .ft02lc_c a {
  display: inline-block;
  float: left;
  margin-left: 16px;
}

.ft02fxr_sel .ft02xsel_c .ft02lc_c a:nth-child(1) {
  margin-left: 0px;
}

.ft02fxr_sel .ft02xsel_c .ft02lc_c img {
  display: block;
  width: 20px;
  height: 20px;
}

.ft02fxr_sel:hover .ft02xsel_t a {
  background: url("../upimg/fxicon_01_on.svg") center no-repeat;
  background-size: 100%;
}

.ft02fxr_sel:hover .ft02xsel_c {
  display: block;
}

.ft_02_fx a.a2 {
  float: left;
  margin-left: 26px;
  display: inline-block;
  width: 24px;
}

.ft_02_fx a.a2 img {
  display: block;
  width: 24px;
  height: 24px;
}

.ft_02_t {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 28px;
}

.ft_02_t img {
  display: block;
  height: 20px;
  float: left;
  margin-right: 8px;
  margin-top: 4.5px;
}

.ft_02_t span {
  float: left;
  font-size: 24px;
  color: #52545f;
  font-size: 24px;
  font-weight: bold;
}

.ft_02_t1 {
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  margin-top: 42px;
}

.ft_02_t1 span {
  display: inline-block;
  float: left;
  margin-right: 32px;
  font-size: 16px;
  color: #52545f;
  font-weight: 300;
}

.ft_02_t1 span:last-child {
  margin-right: 0px;
}

.ft_02_t1 span.sp1 {
  background: url("../images/in_01.svg") left center no-repeat;
  background-size: 24px;
  padding-left: 28px;
}

.ft_02_t1 span.sp2 {
  background: url("../images/in_02.svg") left center no-repeat;
  background-size: 24px;
  padding-left: 28px;
}

.ft_02_t1 span.sp3 {
  background: url("../images/in_03.svg") left center no-repeat;
  background-size: 24px;
  padding-left: 28px;
}

.ft_02_t1 a.a1 {
  float: right;
  font-size: 16px;
  color: #52545f;
  display: inline-block;
  background: url("../images/in_04.svg") left center no-repeat;
  background-size: 24px;
  padding-left: 28px;
}

.ft_02_t1 a.on {
  background: url("../images/in_04_on.svg") left center no-repeat;
  background-size: 24px;
}

.ft_02_t1 a.a2 {
  float: right;
  font-size: 16px;
  color: #52545f;
  display: inline-block;
  background: url("../images/cbox_01_checked.svg") left center no-repeat;
  background-size: 18px;
  padding-left: 28px;
}

.ft_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  font-weight: 300;
}

.ft_02_c table {
  width: 100%;
}

.ft_02_c p {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
  color: #52545f;
}

.ft_02_c1 {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  font-weight: 300;
}

.ft_02_c1 p {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #52545f;
}

.ft_02_b {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.ft_02_b span {
  display: inline-block;
  float: left;
  margin-left: 16px;
  background-color: #f8f8f8;
  border-radius: 3px;
  line-height: 30px;
  padding: 0px 12px;
  font-size: 14px;
  color: #7f818f;
}

.ft_02_b span:nth-child(1) {
  margin-left: 0px;
}

.ft_02_sub {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.ft_02_sub .ft_02sub_t {
  width: 100%;
  overflow: hidden;
}

.ft_02_sub .ft_02sub_t a {
  display: inline-block;
  line-height: 36px;
  border-radius: 4px;
  border: 1px solid #0055cd;
  background-color: #0055cd;
  font-size: 16px;
  color: #fff;
  padding: 0px 40px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ft_02_sub .ft_02sub_t a.a2 {
  background-color: #007aff;
  border: 1px solid #007aff;
  margin-left: 8px;
}

.ft_02_sub .ft_02sub_t a.a3 {
  border: 1px solid #0055cd;
  background-color: #fff;
  margin-left: 8px;
  color: #0055cd;
}

.ft_02_sub .ft_02sub_t a.a4 {
  border: 1px solid #0055cd;
  background-color: #fff;
  margin-left: 8px;
  color: #0055cd;
  opacity: 0.5;
}

.ft_02_sub .ft_02sub_c {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.ft_02_sub .ft_02sub_c .d1 {
  width: 100%;
  overflow: hidden;
}

.ft_02_sub .ft_02sub_c .d1 textarea {
  width: 100%;
  overflow: hidden;
  height: 100px;
  padding: 10px;
  border: 1px solid #babbbb;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ft_02_sub .ft_02sub_c .d2 {
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
}

/* .ft_02_sub .ft_02sub_c  a{display:inline-block;float:left;margin-left:8px;height:36px;line-height:36px;padding:0px 24px;border-radius:4px;font-size:16px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;} */

/* .ft_02_sub .ft_02sub_c .d2 a:nth-child(1){margin-left:0px;}







.ft_02_sub .ft_02sub_c .d2 a.a1{background-color:#0055CD;color:#fff;opacity:.5;}







.ft_02_sub .ft_02sub_c .d2 a.a1:hover{opacity:1;}







.ft_02_sub .ft_02sub_c .d2 a.a2{color:#0055CD;border:1px solid #0055CD;font-weight:bold;line-height:32px;}







.ft_02_sub .ft_02sub_c .d2 a.a3{background-color:#D8DDE8;color:#52545F;} */

.ft_02_sub .ft_02sub_c button {
  display: inline-block;
  float: left;
  border: none;
  margin-left: 8px;
  height: 36px;
  line-height: 36px;
  padding: 0px 24px;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ft_02_sub .ft_02sub_c button:nth-child(1) {
  margin-left: 0px;
}

.ft_02_sub .ft_02sub_c button.a1 {
  background-color: #0055cd;
  color: #fff;
  opacity: 0.5;
}

.ft_02_sub .ft_02sub_c button.a1:hover {
  opacity: 1;
}

.ft_02_sub .ft_02sub_c button.a2 {
  color: #0055cd;
  border: 1px solid #0055cd;
  font-weight: bold;
  line-height: 32px;
}

.ft_02_sub .ft_02sub_c button.a3,
.ft_02_sub .ft_02sub_c a.a3 {
  background-color: #d8dde8;
  color: #52545f;
}

.ft_02_sub .ft_02sub_c1 {
  padding-top: 15px;
}

.ft_02_sub .ft_02sub_c1 button {
  display: inline-block;
  float: left;
  border: none;
  margin-left: 8px;
  height: 36px;
  line-height: 36px;
  padding: 0px 24px;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}

.ft_02_sub .ft_02sub_c1 button:nth-child(1) {
  margin-left: 0px;
}

.ft_02_sub .ft_02sub_c1 button.a1 {
  background-color: #0055cd;
  color: #fff;
  opacity: 0.5;
}

.ft_02_sub .ft_02sub_c1 button.a1:hover {
  opacity: 1;
}

.ft_02_sub .ft_02sub_c1 button.a2 {
  color: #0055cd;
  border: 1px solid #0055cd;
  font-weight: bold;
  line-height: 32px;
}

.ft_02_sub .ft_02sub_c1 button.a3,
.ft_02_sub .ft_02sub_c a.a3 {
  background-color: #d8dde8;
  color: #52545f;
}

.ft_03 {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #c2c2c2;
  margin-top: 48px;
}

.ft_03_no {
  width: 100%;
  overflow: hidden;
  line-height: 32px;
  font-size: 16px;
  color: #52545f;
  margin-top: 40px;
  font-weight: 300;
}

.ft_03_t {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #52545f;
  line-height: 32px;
  margin-top: 40px;
}

.ft_04 {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.ft_04 ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
}

.ft_04 ul li .ft_02_t1 {
  margin-top: 24px;
}

.ft_04_01 {
  width: 100%;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  padding-bottom: 10px;
}

.ft_04_01 label {
  display: inline-block;
  float: left;
}

.ft_04_01 label.lb1 {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #e5e5e5;
}

.ft_04_01 label.lb1 img {
  width: 100%;
  display: block;
}

.ft_04_01 label.lb2 {
  margin-left: 16px;
  font-size: 20px;
  color: #52545f;
  font-weight: bold;
  position: relative;
  padding-right: 16px;
}

.ft_04_01 label.lb2 b {
  width: 1px;
  height: 15px;
  display: block;
  overflow: hidden;
  background-color: #c4c4c4;
  position: absolute;
  right: 0px;
  top: 16px;
}

.ft_04_01 label.lb3 {
  margin-left: 16px;
}

.ft_04_01 label.lb3 i {
  display: inline-block;
  float: left;
}

.ft_04_01 label.lb3 i.i1 {
  height: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}

.ft_04_01 label.lb3 i.i1 img {
  display: block;
  max-height: 20px;
}

.ft_04_01 label.lb3 i.i2 {
  font-size: 14px;
  color: #52545f;
  margin-left: 8px;
}

.ft_04_01 label.lb4 {
  float: right;
  font-size: 16px;
  color: #52545f;
}

.ft_04_replay {
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}

.ft_04_replay dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.ft_04_replay dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 16px 24px 24px 24px;
  margin-top: 20px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ft_04_replay dl dd .ft_02_c1 {
  margin-top: 16px;
}

.ft_04_replay dl dd .ft_02_sub {
  margin-top: 16px;
}

.ft_04_replay dl dd .ft_02_sub .ft_02sub_c {
  margin-top: 16px;
}

.ft_02_t_flex {
  width: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: -100%;
  line-height: 28px;
  padding: 14px 24px;
  padding-right: 170px;
  z-index: 999998;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ft_02_t_flex img {
  display: block;
  height: 20px;
  float: left;
  margin-right: 8px;
  margin-top: 4.5px;
}

.ft_02_t_flex span {
  font-size: 24px;
  color: #52545f;
  font-size: 24px;
  font-weight: bold;
}

.ft_02_t_flex .a1 {
  display: inline-block;
  line-height: 36px;
  background-color: #0055cd;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  padding: 0px 40px;
  float: right;
  position: absolute;
  right: 24px;
  top: 14px;
}

.mem_01 {
  overflow: hidden;
  margin-top: 72px;
}

.mem_01fr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_01_l {
  float: left;
}

.mem_01_l .d1 {
  width: 112px;
  height: 112px;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 50%;
}

.mem_01_l .d1 img {
  width: 100%;
  display: block;
}

.mem_01_l .d1 .edit_photo_click span {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(82, 84, 95, 0.5);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mem_01_l .d2 {
  float: left;
  height: 112px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 16px;
}

.mem_01_l .d2 p {
  width: 100%;
  overflow: hidden;
}

.mem_01_l .d2 p.p1 {
  font-size: 24px;
  color: #52545f;
  font-weight: bold;
  line-height: 29px;
}

.mem_01_l .d2 p.p2 {
  margin-top: 10px;
}

.mem_01_l .d2 p.p2 i {
  display: inline-block;
  float: left;
}

.mem_01_l .d2 p.p2 i.i1 {
  height: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mem_01_l .d2 p.p2 i.i1 img {
  display: block;
  max-height: 20px;
}

.mem_01_l .d2 p.p2 i.i2 {
  font-size: 16px;
  color: #52545f;
  margin-left: 8px;
}

.mem_01_l .d2 p.p3 {
  margin-top: 13px;
  height: 4px;
}

.mem_01_l .d2 p.p3 label {
  width: 144px;
  height: 4px;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #c4c4c4;
  border-radius: 4px;
}

.mem_01_l .d2 p.p3 label b {
  width: 0px;
  height: 4px;
  border-radius: 4px;
  background-color: #0055cd;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1.3s linear;
  -webkit-transition: 1.3s linear;
  -o-transition: 1.3s linear;
  -moz-transition: 1.3s linear;
}

.mem_01_l .d4 {
  width: 248px;
  background-color: #edf2ff;
  border-radius: 6px;
  min-height: 80px;
  position: relative;
  float: left;
  padding: 16px;
  margin-left: 41px;
  margin-top: 16px;
  padding-left: 72px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_01_l .d4 .lb1 {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 16px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mem_01_l .d4 .lb1 img {
  display: block;
  width: 23px;
}

.mem_01_l .d4 .lb2 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.mem_01_l .d4 .lb2 span {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #52545f;
}

.mem_01_l .d4 .lb2 span i {
  font-size: 18px;
}

.mem_01_l .d5 {
  width: 1px;
  height: 72px;
  overflow: hidden;
  background-color: #c4c4c4;
  float: left;
  margin: 20px 34px 0px 38px;
  margin-top: 20px;
}

.mem_01_r {
  float: left;
}

.mem_01_r .mr_01 {
  width: 224px;
  overflow: hidden;
  float: left;
  margin-top: 16px;
}

.mem_01_r .mr_01 p {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #52545f;
}

.mem_01_r .mr_01 p span {
  float: left;
  font-weight: bold;
}

.mem_01_r .mr_01 p i {
  float: right;
  font-weight: 300;
}

.mem_01_r .mr_02 {
  float: left;
  height: 80px;
  margin-top: 16px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-left: 99px;
}

.mem_01_r .mr_02 a {
  display: inline-block;
  line-height: 36px;
  border-radius: 4px;
  border: 1px solid #0055cd;
  font-size: 16px;
  color: #0055cd;
  font-weight: bold;
  padding: 0px 33px;
}

.mem_02 {
  overflow: hidden;
  margin-top: 40px;
}

.mem_02 ul li {
  float: left;
  margin-left: 7px;
}

.mem_02 ul li:nth-child(1) {
  margin-left: 0px;
}

.mem_02 ul li a {
  display: inline-block;
  background-color: #edf2ff;
  line-height: 40px;
  border-radius: 40px;
  padding: 0px 24px;
  font-size: 20px;
  color: #7f818f;
}

.mem_02 ul li.on a {
  background-color: #0055cd;
  color: #fff;
  font-weight: bold;
}

.mem_03 {
  overflow: hidden;
  margin-top: 24px;
}

.mem_03fr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 36px 0px 36px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_03_t {
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  line-height: 23px;
  color: #52545f;
  font-weight: bold;
}

.mem_03_c {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.mem_03_c ul li {
  width: 23%;
  overflow: hidden;
  float: left;
  min-height: 72px;
  position: relative;
  margin-right: 2%;
  margin-bottom: 40px;
  padding-left: 88px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_03_c ul li:nth-child(4n) {
  margin-right: 0px;
}

.mem_03_c ul li em {
  display: block;
  font-style: normal;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_03_c ul li em.em1 {
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #faf9f9;
  border-radius: 4px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mem_03_c ul li em.em1 img {
  display: block;
  max-width: 62px;
  max-height: 62px;
}

.mem_03_c ul li:nth-child(7) em.em1 img {
  display: block;
  max-width: 36px;
  max-height: 36px;
}

.mem_03_c ul li em.em2 {
  width: 100%;
  overflow: hidden;
  height: 72px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.mem_03_c ul li em.em3 {
  width: 80%;
  overflow: hidden;
}

.mem_03_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.mem_03_c ul li em.em2 span.sp1 {
  font-size: 18px;
  color: #52545f;
  line-height: 21px;
  font-weight: bold;
}

.mem_03_c ul li em.em2 span.sp2 {
  height: 8px;
  background-color: #e5e5e5;
  margin-top: 10px;
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.mem_03_c ul li em.em2 span.sp2 b {
  width: 0px;
  height: 8px;
  background-color: #0055cd;
  border-radius: 8px;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1.3s linear;
  -webkit-transition: 1.3s linear;
  -o-transition: 1.3s linear;
  -moz-transition: 1.3s linear;
}

.mem_04 {
  display: none;
}

.mem_05 {
  overflow: hidden;
  margin-top: 16px;
}

.mem_05 .mem_05_l {
  width: 75%;
  overflow: hidden;
  float: left;
  background-color: #fff;
  border-radius: 8px;
}

.mem_05 .mem_05l_t {
  width: 100%;
  overflow: hidden;
  height: 63px;
  border-bottom: 1px solid #c4c4c4;
  line-height: 63px;
  text-align: center;
  font-size: 20px;
  color: #52545f;
  font-weight: bold;
}

.mem_05 .mem_05_l .mem_05l_c {
  width: 100%;
  overflow: hidden;
}

.mem_05 .mem_05_l .mem_05l_c ul li {
  width: 25%;
  overflow: hidden;
  float: left;
  text-align: center;
  padding: 20px 0px;
}

.mem_05 .mem_05_l .mem_05l_c ul li em {
  display: block;
  width: 100%;
  overflow: hidden;
  font-style: normal;
}

.mem_05 .mem_05_l .mem_05l_c ul li em.em1 {
  text-align: center;
  font-size: 36px;
  color: #52545f;
}

.mem_05 .mem_05_l .mem_05l_c ul li em.em2 {
  font-size: 14px;
  color: #52545f;
  line-height: 20px;
  height: 40px;
}

.mem_05 .mem_05_r {
  width: 24%;
  overflow: hidden;
  float: right;
  background-color: #fff;
  border-radius: 8px;
}

.mem_05 .mem_05_r .mem_05r_c {
  width: 100%;
  overflow: hidden;
}

.mem_05 .mem_05_r .mem_05r_c ul li {
  width: 50%;
  overflow: hidden;
  float: left;
  text-align: center;
  padding: 20px 0px;
  position: relative;
}

.mem_05 .mem_05_r .mem_05r_c ul li:nth-child(1):before {
  content: "";
  width: 1px;
  height: calc(100% - 32px);
  display: block;
  overflow: hidden;
  background-color: #e5e5e5;
  position: absolute;
  right: 0px;
  top: 16px;
}

.mem_05 .mem_05_r .mem_05r_c ul li em {
  display: block;
  width: 100%;
  overflow: hidden;
  font-style: normal;
}

.mem_05 .mem_05_r .mem_05r_c ul li em.em1 {
  text-align: center;
  font-size: 36px;
  color: #52545f;
}

.mem_05 .mem_05_r .mem_05r_c ul li em.em2 {
  font-size: 14px;
  color: #52545f;
  line-height: 20px;
  height: 40px;
}

.mem_05 .mem_05_r .mem_05r_c ul li.on em.em1 {
  color: #0055cd;
}

.mem_05 .mem_05_fan {
  width: 24%;
  float: right;
  background-color: #fff;
  border-radius: 8px;
  display: none;
}

.mem_05 .mem_05_fan .mem_05f_t {
  width: 100%;
  overflow: hidden;
  height: 63px;
  border-bottom: 0px solid #c4c4c4;
  position: relative;
  line-height: 63px;
  text-align: left;
  padding-left: 16px;
  font-size: 20px;
  color: #52545f;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_05 .mem_05_fan .mem_05f_t a {
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  background: url("../images/close.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 16px;
  top: 16px;
}

.mem_05 .mem_05_fan .mem_05f_c {
  width: calc(100% - 32px);
  overflow: hidden;
  height: calc(256px - 32px);
  position: relative;
  margin: 16px;
}

.mem_05 .mem_05_fan .mem_05f_c .mem_05fc_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.mem_05 .mem_05_fan .mem_05f_c .mem_05fc_c .mem_05fccc_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.mem_05 .mem_05_fan .mem_05f_c ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

.mem_05 .mem_05_fan .mem_05f_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 32px;
  padding-left: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em {
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em.em1 {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  float: left;
  border-radius: 50%;
  background-color: #e5e5e5;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em.em1 img {
  display: block;
  width: 100%;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em.em2 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em.em2 span.sp1 {
  line-height: 24px;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em.em2 span.sp1 i {
  float: left;
  display: inline-block;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em.em2 span.sp1 i.i1 {
  font-size: 14px;
  color: #52545f;
  font-weight: bold;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em.em2 span.sp1 i.i2 {
  width: 1px;
  height: 15px;
  display: block;
  overflow: hidden;
  background-color: #c4c4c4;
  margin: 0px 16px;
  margin-top: 4.5px;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em.em2 span.sp1 i.i3 {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em.em2 span.sp1 i.i4 {
  margin-left: 6px;
  font-size: 12px;
  color: #52545f;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em.em2 span.sp2 {
  width: 100%;
  max-width: 144px;
  margin-top: 6px;
  height: 2px;
  overflow: hidden;
  background-color: #c4c4c4;
  border-radius: 2px;
  position: relative;
}

.mem_05 .mem_05_fan .mem_05f_c ul li em.em2 span.sp2 b {
  width: 0px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #0055cd;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1.3s linear;
  -webkit-transition: 1.3s linear;
  -o-transition: 1.3s linear;
  -moz-transition: 1.3s linear;
}

.mem_05 .mem_05_following {
  width: 24%;
  float: right;
  background-color: #fff;
  border-radius: 8px;
  display: none;
}

.mem_05 .mem_05_following .mem_05f_t {
  width: 100%;
  overflow: hidden;
  height: 63px;
  border-bottom: 0px solid #c4c4c4;
  position: relative;
  line-height: 63px;
  text-align: left;
  padding-left: 16px;
  font-size: 20px;
  color: #52545f;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_05 .mem_05_following .mem_05f_t a {
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  background: url("../images/close.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 16px;
  top: 16px;
}

.mem_05 .mem_05_following .mem_05f_c {
  width: calc(100% - 32px);
  overflow: hidden;
  height: calc(256px - 32px);
  position: relative;
  margin: 16px;
}

.mem_05 .mem_05_following .mem_05f_c .mem_05fc_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.mem_05 .mem_05_following .mem_05f_c .mem_05fc_c .mem_05fccc_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.mem_05 .mem_05_following .mem_05f_c ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

.mem_05 .mem_05_following .mem_05f_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 32px;
  padding-left: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_05 .mem_05_following .mem_05f_c ul li em {
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_05 .mem_05_following .mem_05f_c ul li em.em1 {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  float: left;
  border-radius: 50%;
  background-color: #e5e5e5;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mem_05 .mem_05_following .mem_05f_c ul li em.em1 img {
  display: block;
  width: 100%;
}

.mem_05 .mem_05_following .mem_05f_c ul li em.em2 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.mem_05 .mem_05_following .mem_05f_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.mem_05 .mem_05_following .mem_05f_c ul li em.em2 span.sp1 {
  line-height: 24px;
}

.mem_05 .mem_05_following .mem_05f_c ul li em.em2 span.sp1 i {
  float: left;
  display: inline-block;
}

.mem_05 .mem_05_following .mem_05f_c ul li em.em2 span.sp1 i.i1 {
  font-size: 14px;
  color: #52545f;
  font-weight: bold;
}

.mem_05 .mem_05_following .mem_05f_c ul li em.em2 span.sp1 i.i2 {
  width: 1px;
  height: 15px;
  display: block;
  overflow: hidden;
  background-color: #c4c4c4;
  margin: 0px 16px;
  margin-top: 4.5px;
}

.mem_05 .mem_05_following .mem_05f_c ul li em.em2 span.sp1 i.i3 {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mem_05 .mem_05_following .mem_05f_c ul li em.em2 span.sp1 i.i4 {
  margin-left: 6px;
  font-size: 12px;
  color: #52545f;
}

.mem_05 .mem_05_following .mem_05f_c ul li em.em2 span.sp2 {
  width: 100%;
  max-width: 144px;
  margin-top: 6px;
  height: 2px;
  overflow: hidden;
  background-color: #c4c4c4;
  border-radius: 2px;
  position: relative;
}

.mem_05 .mem_05_following .mem_05f_c ul li em.em2 span.sp2 b {
  width: 0px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #0055cd;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1.3s linear;
  -webkit-transition: 1.3s linear;
  -o-transition: 1.3s linear;
  -moz-transition: 1.3s linear;
}

.mem_05_on .mem_05_l {
  width: 49%;
}

.mem_05_on .mem_05_l .mem_05l_c ul li {
  width: 50%;
}

.mem_05_on .mem_05_r {
  width: 24%;
  float: left;
  margin: 0px 1.5%;
}

.mem_05_on .mem_05_r .mem_05r_c ul li {
  width: 100%;
}

.mem_05_on .mem_05_r .mem_05r_c ul li:nth-child(1):before {
  display: none;
}

.mem_05_on .mem_05_fan {
  display: block;
}

.mem_05_on2 .mem_05_l {
  width: 49%;
}

.mem_05_on2 .mem_05_l .mem_05l_c ul li {
  width: 50%;
}

.mem_05_on2 .mem_05_r {
  width: 24%;
  float: left;
  margin: 0px 1.5%;
}

.mem_05_on2 .mem_05_r .mem_05r_c ul li {
  width: 100%;
}

.mem_05_on2 .mem_05_r .mem_05r_c ul li:nth-child(1):before {
  display: none;
}

.mem_05_on2 .mem_05_following {
  display: block;
}

.mem_06 {
  overflow: hidden;
  margin-top: 16px;
}

.mem_06fr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 0px 48px 0px;
}

.mem_06_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
  color: #52545f;
  font-weight: bold;
}

.mem_06_c {
  width: 100%;
  overflow: visible;
  padding-top: 32px;
}

.mem_06_c ul {
  width: 80%;
  margin: 0px auto;
  padding: 0px;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}

.mem_06_c ul li {
  width: 144px;
  overflow: visible;
}

.mem_06_c ul li .mem06c_t {
  width: 100%;
  height: 192px;
  overflow: hidden;
  background-color: #f7fafe;
  border-radius: 8px;
  position: relative;
}

.mem_06_c ul li .mem06c_t em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_06_c ul li .mem06c_t em.em1 {
  height: 192px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mem_06_c ul li .mem06c_t em.em1 img {
  display: block;
  width: 80px;
}

.mem_06_c ul li .mem06c_t em.em2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
  transition: 1.3s linear;
  -webkit-transition: 1.3s linear;
  -o-transition: 1.3s linear;
  -moz-transition: 1.3s linear;
}

.mem_06_c ul li .mem06c_t em.em2 span {
  font-size: 18px;
  color: #fff;
  line-height: 21px;
  margin-bottom: 4px;
}

.mem_06_c ul li .mem06c_c {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #52545f;
  font-weight: bold;
  line-height: 21px;
  margin-top: 16px;
}

.mem_06_c ul li:hover .mem06c_t {
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.mem_06_c ul li:hover .mem06c_c {
  color: #0055cd;
}

.membj_01 {
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  color: #52545f;
  line-height: 24px;
  margin-top: 80px;
}

.membj_02 {
  overflow: hidden;
  margin-top: 24px;
}

.membj_02fr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  padding: 46px 46px 60px 46px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.membj_03 {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 46px;
}

.membj_04 {
  width: 100%;
  overflow: hidden;
  font-size: 36px;
  color: #52545f;
  line-height: 44px;
  margin-top: 40px;
}

.membj_04 span {
  float: left;
  display: inline-block;
}

.membj_04 .membj_search {
  width: 258px;
  height: 40px;
  margin-left: 32px;
  position: relative;
  float: left;
  margin-top: 3px;
  border: 1px solid #babbbb;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.membj_04 .membj_search input.membj_txt {
  width: 100%;
  height: 100%;
  border: 0px;
  position: absolute;
  border-radius: 6px;
  left: 0px;
  top: 0px;
  font-size: 16px;
  color: #babbbb;
  padding: 0px 9px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.membj_04 .membj_search input.membj_btn {
  width: 50px;
  height: 38px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 0px;
  background: none;
  border-left: 1px solid #babbbb;
  background: url("../images/ss_01.svg") center no-repeat;
  background-size: 20px;
}

.membj_05 {
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}

.membj_05 ul li {
  width: 100%;
  overflow: hidden;
  line-height: 48px;
  padding-left: 165px;
  height: 48px;
  margin-bottom: 24px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.membj_05 ul li em {
  display: inline-block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.membj_05 ul li em.em1 {
  font-size: 18px;
  color: #7f818f;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: 0px;
}

.membj_05 ul li em.em2 {
  width: 100%;
  overflow: hidden;
  display: block;
}

.membj_05 ul li em.em2 input.membj_txt {
  width: 304px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #babbbb;
  border-radius: 4px;
  font-size: 16px;
  color: #7f818f;
  padding: 0px 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.membj_05 ul li em.em2 input.membj_txt:focus {
  font-size: 18px;
  color: #52545f;
  font-weight: bold;
  border: 1px solid #0055cd;
}

.membj_05 ul li em.em2 select {
  height: 48px;
  line-height: 48px;
  padding: 0px 32px 0px 16px;
  border-radius: 4px;
  border: 1px solid #babbbb;
  font-size: 16px;
  color: #7f818f;
  background: url("../images/sel_01.svg") left center no-repeat;
  background-size: 16px;
  background-position-x: calc(100% - 16px);
}

.membj_05 ul li em.em2 select.sel1 {
  width: 304px;
}

.membj_05 ul li em.em2 textarea {
  width: 608px;
  padding: 16px;
  height: 144px;
  border: 1px solid #babbbb;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.membj_05 ul li em.em2 textarea:focus {
  border: 1px solid #0055cd;
  font-weight: bold;
  color: #52545f;
}

.membj_05 ul li.li1 {
  height: 144px;
}

.membj_06 {
  margin-top: 64px;
}

.membj_07 {
  width: 100%;
  overflow: hidden;
  line-height: 21px;
  margin-top: 32px;
  font-size: 18px;
  color: #7f818f;
}

.membj_07 label {
  display: inline-block;
  cursor: pointer;
}

.membj_07 input {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 12px;
  background: url("../images/cbox_01.svg") center no-repeat;
  background-size: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.membj_07 input:checked {
  background: url("../images/cbox_01_checked.svg") center no-repeat;
  background-size: 100%;
}

.membj_08 {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.membj_08 ul li {
  width: 32%;
  overflow: hidden;
  float: left;
  padding: 15px 22px;
  margin-right: 2%;
  margin-bottom: 22px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.membj_08 ul li:nth-child(3n) {
  margin-right: 0px;
}

.membj_08 ul li em {
  font-style: normal;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.membj_08 ul li em.em1 {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #e5e5e5;
  overflow: hidden;
}

.membj_08 ul li em.em1 img {
  width: 100%;
  height: 48px;
  display: block;
  object-fit: cover;
}

.membj_08 ul li em.em2 {
  float: left;
  font-size: 18px;
  color: #52545f;
  font-weight: bold;
  margin-left: 8px;
  line-height: 21px;
  height: 48px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.membj_08 ul li em.em3 {
  float: right;
  height: 48px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.membj_08 ul li em.em3 a {
  display: inline-block;
  line-height: 36px;
  border-radius: 36px;
  border: 1px solid #7f818f;
  padding: 0px 16px;
  font-size: 16px;
  color: #7f818f;
  font-weight: bold;
}

.membj_08 ul li em.em3 a.a1 {
  color: #52545f;
}

.membj_08 ul li em.em3 a:hover {
  border: 1px solid #0055cd;
  background-color: #edf2ff;
  color: #0055cd;
}

.membj_09 {
  overflow: hidden;
  margin-top: 48px;
}

.membj_09 button {
  display: inline-block;
  float: left;
  margin-left: 16px;
  border: none;
  outline-width: 0;
  line-height: 36px;
  border-radius: 4px;
  background-color: #d8dde8;
  font-size: 16px;
  font-weight: bold;
  color: #52545f;
  padding: 0px 24px;
}

.membj_09 button:nth-child(1) {
  margin-left: 0px;
}

.membj_09 button.a1 {
  background-color: #0055cd;
  color: #fff;
}

.membj_09 a {
  display: inline-block;
  float: left;
  margin-left: 16px;
  border: none;
  outline-width: 0;
  line-height: 36px;
  border-radius: 4px;
  background-color: #d8dde8;
  font-size: 16px;
  font-weight: bold;
  color: #52545f;
  padding: 0px 24px;
}

.membj_09 a:nth-child(1) {
  margin-left: 0px;
}

.membj_09 a.a1 {
  background-color: #0055cd;
  color: #fff;
}

.membj_10fr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  padding: 48px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.membj_10 {
  width: 100%;
  overflow: hidden;
}

.membj_11 {
  overflow: hidden;
  margin-top: 28px;
}

.membj_11 a {
  display: inline-block;
  line-height: 36px;
  border: 1px solid #7f818f;
  border-radius: 4px;
  width: 80px;
  text-align: center;
  font-size: 14px;
  color: #52545f;
  font-weight: bold;
}

.membj_12 {
  overflow: hidden;
  margin-top: 20px;
}

.membj_13 {
  overflow: hidden;
  margin-top: 16px;
}

.membj_13fr {
  width: 100%;
  overflow: hidden;
  min-height: 300px;
  background-color: #fff;
  border-radius: 8px;
  padding: 48px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.memj13_t {
  width: 100%;
  overflow: hidden;
  font-size: 36px;
  color: #52545f;
  height: 42px;
  line-height: 40px;
}

.memj13_t1 {
  width: 100%;
  overflow: visible;
  height: 36px;
  margin-top: 32px;
}

.memselfr {
  float: left;
  width: 184px;
  overflow: visible;
  position: relative;
  z-index: 999;
}

.memselfr .memsel_t {
  width: 100%;
  height: 34px;
  border: 1px solid #babbbb;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  z-index: 9;
}

.memselfr .memsel_t input {
  width: 100%;
  height: 100%;
  line-height: 34px;
  border: 0px;
  border-radius: 4px;
  padding: 0px 16px;
  font-size: 14px;
  color: #7f818f;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.memselfr .memsel_t b {
  width: 16px;
  height: 16px;
  pointer-events: none;
  display: block;
  overflow: hidden;
  background: url("../images/sel_01.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 16px;
  top: 10px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.memselfr .memsel_c {
  width: 100%;
  height: 212px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 36px;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.memselfr .memsel_c .memselc_c {
  width: 100%;
  height: calc(100% - 32px);
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 16px;
}

.memselfr .memsel_c .memselc_c .memselcc_c {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.memselfr .memsel_c ul li {
  width: 100%;
  overflow: hidden;
  line-height: 36px;
  font-size: 14px;
  color: #7f818f;
  padding: 0px 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.memselfr .memsel_c ul li a {
  color: #7f818f;
}

.memselfr .memsel_c ul li:hover {
  background-color: #f3f2f2;
}

.memselfr .memsel_c ul li:hover a {
  color: #0055cd;
}

.memselfr.on .memsel_t {
  border: 1px solid #0055cd;
}

.memselfr.on .memsel_t b {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.mem_check {
  float: left;
  margin-left: 16px;
  height: 34px;
  border: 1px solid #babbbb;
  border-radius: 4px;
}

.mem_check a {
  display: inline-block;
  line-height: 34px;
  padding: 0px 23px;
  font-size: 14px;
  color: #52545f;
  background-color: #f0f0f0;
}

.mem_check a.on {
  font-weight: bold;
  background-color: #fff;
}

.mem_check a:nth-child(1) {
  border-radius: 4px 0px 0px 4px;
  border-right: 1px solid #babbbb;
}

.mem_check a:last-child {
  border-radius: 0px 4px 4px 0px;
}

.mem_tip {
  float: right;
  line-height: 36px;
  font-size: 14px;
  color: #52545f;
}

.mem_tip span {
  display: inline-block;
  background: url("../images/mem_01.svg") left center no-repeat;
  background-size: 32px;
  padding-left: 40px;
}

.memj13_c {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.memj13_c ul {
  width: 42%;
  overflow: hidden;
  float: left;
}

.memj13_c ul:nth-child(2) {
  float: right;
}

.memj13_c ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
}

.memj13_c ul li em {
  display: block;
  float: left;
  font-style: normal;
  height: 64px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.memj13_c ul li em.em1 {
  width: 49px;
  font-size: 50px;
  color: #dad8d8;
  font-family: din;
  text-align: center;
}

.memj13_c ul li em.em2 {
  width: 64px;
  border-radius: 50%;
  margin-left: 24px;
}

.memj13_c ul li em.em2 img {
  width: 100%;
  display: block;
}

.memj13_c ul li em.em3 {
  margin-left: 8px;
  font-size: 18px;
  color: #52545f;
  line-height: 1;
  font-weight: bold;
}

.memj13_c ul li em.em4 {
  float: right;
  display: block;
}

.memj13_c ul li em.em4 i.i1 {
  font-size: 36px;
  color: #52545f;
}

.memj13_c ul li em.em4 i.i2 {
  font-size: 14px;
  color: #7f818f;
  margin-left: 8px;
}

.memj13_c ul li:hover em.em1 {
  color: #0055cd;
  font-weight: bold;
}

.memj13_c ul li:hover em.em3 {
  color: #0055cd;
}

.memj13_c ul li:hover em.em4 i.i1 {
  color: #0055cd;
}

.mes_01 {
  overflow: hidden;
  margin-top: 80px;
}

.mes01_l {
  width: 290px;
  overflow: hidden;
  float: left;
}

.mes01l_01 {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 16px;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mes01l_01 p {
  width: 100%;
  overflow: hidden;
}

.mes01l_01 p.p1 {
}

.mes01l_01 p.p1 label {
  width: 112px;
  height: 112px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin: 0px auto;
  padding: 0px;
  background-color: #e5e5e5;
}

.mes01l_01 p.p1 img {
  display: block;
  width: 100%;
}

.mes01l_01 p.p2 {
  font-size: 24px;
  color: #52545f;
  line-height: 26px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

.mes01l_01 p.p3 {
  text-align: center;
  margin-top: 10px;
}

.mes01l_01 p.p3 label {
  display: inline-block;
}

.mes01l_01 p.p3 i.i1 {
  float: left;
  height: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mes01l_01 p.p3 i.i2 {
  float: left;
  font-size: 16px;
  color: #52545f;
  margin-left: 8px;
}

.mes01l_01 .p4 {
  text-align: center;
  margin-top: 10px;
  height: 4px;
  line-height: 1;
  width: 100%;
  overflow: hidden;
}

.mes01l_01 .p4 label {
  display: block;
  width: 144px;
  height: 4px;
  border-radius: 4px;
  background-color: #c4c4c4;
  position: relative;
  margin: 0px auto;
  padding: 0px;
}

.mes01l_01 .p4 label b {
  width: 0%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #0055cd;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1.3s linear;
  -webkit-transition: 1.3s linear;
  -o-transition: 1.3s linear;
  -moz-transition: 1.3s linear;
}

.mes01l_01 .d4 {
  width: 100%;
  background-color: #edf2ff;
  border-radius: 6px;
  min-height: 80px;
  position: relative;
  padding: 16px;
  margin-top: 32px;
  padding-left: 72px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mes01l_01 .d4 .lb1 {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 16px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mes01l_01 .d4 .lb1 img {
  display: block;
  width: 23px;
}

.mes01l_01 .d4 .lb2 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.mes01l_01 .d4 .lb2 span {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #52545f;
}

.mes01l_01 .d4 .lb2 span i {
  font-size: 18px;
}

.mes01l_02 {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 16px;
}

.mes01l_02 .mem_05l_t {
  width: 100%;
  overflow: hidden;
  height: 63px;
  border-bottom: 1px solid #c4c4c4;
  line-height: 63px;
  text-align: center;
  font-size: 20px;
  color: #52545f;
  font-weight: bold;
}

.mes01l_02 .mem_05r_c {
  width: 100%;
  overflow: hidden;
}

.mes01l_02 .mem_05r_c ul li {
  width: 50%;
  overflow: hidden;
  float: left;
  text-align: center;
  padding: 20px 0px;
  position: relative;
}

.mes01l_02 .mem_05r_c ul li:nth-child(1):before {
  content: "";
  width: 1px;
  height: calc(100% - 32px);
  display: block;
  overflow: hidden;
  background-color: #e5e5e5;
  position: absolute;
  right: 0px;
  top: 16px;
}

.mes01l_02 .mem_05r_c ul li em {
  display: block;
  width: 100%;
  overflow: hidden;
  font-style: normal;
}

.mes01l_02 .mem_05r_c ul li em.em1 {
  text-align: center;
  font-size: 36px;
  color: #52545f;
}

.mes01l_02 .mem_05r_c ul li em.em2 {
  font-size: 14px;
  color: #52545f;
  line-height: 20px;
  height: 40px;
}

.mes01l_02 .mem_05r_c ul li.on em.em1 {
  color: #0055cd;
}

.mes01_r {
  width: 920px;
  overflow: hidden;
  float: right;
  background-color: #fff;
  border-radius: 8px;
}

.mes01_r ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 70px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 0px 24px 20px 200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mes01_r ul li em {
  display: block;
  font-style: normal;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mes01_r ul li em.em1 {
  position: absolute;
  left: 24px;
  top: 0px;
}

.mes01_r ul li em.em1 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.mes01_r ul li em.em1 span.sp1 {
}

.mes01_r ul li em.em1 span.sp1 i {
  display: inline-block;
}

.mes01_r ul li em.em1 span.sp1 i.i1 {
  font-family: din;
  font-size: 40px;
  color: #dad8d8;
  line-height: 50px;
}

.mes01_r ul li em.em1 span.sp1 i.i2 {
  font-size: 20px;
  color: #dad8d8;
  margin-left: 8px;
  line-height: 20px;
}

.mes01_r ul li em.em1 span.sp2 {
  font-size: 18px;
  color: #dad8d8;
  line-height: 20px;
  text-align: right;
}

.mes01_r ul li em.em2 {
  width: 100%;
  overflow: hidden;
  min-height: 70px;
  position: relative;
  font-size: 18px;
  color: #52545f;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mes01_r ul li em.em4 {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 1.5;
  padding-right: 160px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mes01_r ul li em.em2 a {
  color: #0055cd;
}

.mes01_r ul li em.em2 a.lit {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -18px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #0055cd;
  line-height: 36px;
  border: 1px solid #0055cd;
  border-radius: 4px;
  padding: 0px 21px;
}

.mes01_r ul li em.em2 .isread a.lit {
  color: #999;
  border: 1px solid #999;
}

.mes01_r ul li em.em3 {
  position: absolute;
  right: 24px;
  top: 0px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mes01_r ul li em.em3 a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #0055cd;
  line-height: 36px;
  border: 1px solid #0055cd;
  border-radius: 4px;
  padding: 0px 21px;
}

.mes01_r ul li:last-child {
  border-bottom: 0px;
}

.tipshow {
  cursor: pointer;
}

.tipfr {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none;
}

.tipfr b {
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 0px;
  background-color: #e5e5e5;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.tipfr .tip_c {
  display: inline-block;
  background-color: #e5e5e5;
  border-radius: 2px;
  padding: 4px 16px;
  font-size: 14px;
  color: #52545f;
  line-height: 20px;
  margin-top: 5px;
}

.txkp_more_click {
  cursor: pointer;
}

.txkptcfr {
  display: none;
  width: 320px;
  overflow: visible;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 999999;
  padding-top: 4px;
}

.txkptcfr > label {
  width: 100%;
  height: 7px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
  z-index: 999;
}

.txkptcfr > label > b {
  width: 14px;
  height: 14px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 42px;
  top: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.txkptcfr > label > b.b1 {
  left: 16px;
}

.txkptcfr .txkptc_c {
  width: 100%;
  overflow: hidden;
  padding: 0px 24px 40px 24px;
  background-color: #fff;
  margin-top: 7px;
  position: relative;
  z-index: 998;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.txkptcc_t {
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}

.txkptcc_t .d1 {
  width: 64px;
  height: 64px;
  overflow: hidden;
  float: left;
  border-radius: 50%;
}

.txkptcc_t .d1 img {
  width: 100%;
  display: block;
}

.txkptcc_t .d2 {
  float: left;
  margin-left: 8px;
  min-height: 64px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.txkptcc_t .d3 {
  overflow: hidden;
}

.txkptcc_t .d2 p {
  width: 100%;
  overflow: hidden;
}

.txkptcc_t .d2 p.p1 {
  font-size: 20px;
  color: #52545f;
  font-weight: bold;
  line-height: 24px;
  margin-top: 0px;
}

.txkptcc_t .d2 p.p2 {
  line-height: 20px;
  margin-top: 5px;
  font-size: 14px;
  color: #52545f;
}

.txkptcc_t .d2 p.p2 i {
  display: inline-block;
  float: left;
}

.txkptcc_t .d2 p.p2 i.i1 {
  height: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.txkptcc_t .d2 p.p2 i.i1 img {
  display: block;
  max-height: 20px;
}

.txkptcc_t .d2 p.p2 i.i2 {
  font-size: 14px;
  color: #52545f;
  margin-left: 8px;
}

.txkptcc_t .d2 p.p3 {
  font-size: 12px;
  color: #52545f;
  line-height: 20px;
}

.txkptcc_t .d2 p.p3 i {
  font-size: 16px;
}

.txkptcc_c {
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}

.txkptcc_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  height: 28px;
  padding-left: 120px;
  line-height: 28px;
  color: #52545f;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.txkptcc_c ul li span {
  position: absolute;
  left: 0px;
  top: 0px;
}

.txkptcc_c ul li label {
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 13px;
  overflow: hidden;
  background-color: #c4c4c4;
  border-radius: 2px;
  position: relative;
}

.txkptcc_c ul li label b {
  width: 0%;
  height: 2px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 2px;
  background-color: #0055cd;
  transition: 1.3s linear;
  -webkit-transition: 1.3s linear;
  -o-transition: 1.3s linear;
  -moz-transition: 1.3s linear;
}

.txkptcc_i {
  width: 100%;
  overflow: hidden;
}

.txkptcc_i ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.txkptcc_i ul li {
  width: 58px;
  height: 94px;
  overflow: hidden;
  background-color: #f7fafe;
  border-radius: 4px;
  position: relative;
  text-align: center;
}

.txkptcc_i ul li img {
  display: block;
  width: 46px;
}

.txkptcc_i ul li .em2 {
  font-size: 9px;
  line-height: 12px;

  text-align: center;
}

.txkptcc_i ul li b {
  width: 100%;
  height: 0%;
  display: block;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.21);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1.3s linear;
  -webkit-transition: 1.3s linear;
  -o-transition: 1.3s linear;
  -moz-transition: 1.3s linear;
}

.txkptcc_b {
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}

.txkptcc_b a {
  width: 46%;
  display: block;
  overflow: hidden;
  float: left;
  border: 1px solid #7f818f;
  border-radius: 4px;
  font-size: 14px;
  color: #52545f;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.txkptcc_b a:nth-child(2) {
  float: right;
}

.txkptcc_b a.a1,
.txkptcc_b a:hover {
  border: 1px solid #0055cd;
  color: #0055cd;
}

.msg01fr {
  width: 305px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  padding: 30px;
  z-index: 999999;
  background-color: #fff;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.msg01fr p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.msg01fr p.p1 {
  text-align: center;
  font-size: 20px;
  color: #52545f;
  line-height: 24px;
}

.msg01fr p.p2 {
  margin-top: 16px;
  text-align: center;
}

.msg01fr p.p2 a {
  display: inline-block;
  line-height: 36px;
  background-color: #d8dde8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #52545f;
  padding: 0px 24px;
  margin: 0px 8px;
}

.msg01fr p.p2 a.a2 {
  background-color: #0055cd;
  color: #fff;
}

.etavartc {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none;
}

.etavartc .etavartc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.25);
}

.etavartc .etavartc_c {
  width: 808px;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 44px;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -404px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.etavartc .etavartc_c a.close {
  width: 27px;
  height: 27px;
  display: block;
  overflow: hidden;
  background: url("../images/close.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 42px;
  top: 42px;
}

.etavartc .etavartc_c .ttcc_t {
  width: 100%;
  overflow: hidden;
}

.etavartc .etavartc_c .ttcc_t p {
  width: 100%;
  overflow: hidden;
}

.etavartc .etavartc_c .ttcc_t p.p1 {
  font-size: 36px;
  color: #52545f;
  line-height: 42px;
}

.etavartc .etavartc_c .ttcc_t p.p2 {
  font-size: 18px;
  color: #7f818f;
  line-height: 21px;
  margin-top: 16px;
}

.etavartc .etavartc_c .ttcc_c {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 48px;
}

.etavartc .etavartc_c .ttcc_c ul li {
  width: 9%;
  float: left;
  margin-right: 4%;
  margin-bottom: 24px;
}

.etavartc .etavartc_c .ttcc_c ul li:nth-child(8n) {
  margin-right: 0px;
}

.etavartc .etavartc_c .ttcc_c ul li img {
  width: 100%;
  display: block;
  border-radius: 50%;
}

.etavartc .etavartc_c .ttcc_b {
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
}

.etavartc .etavartc_c .ttcc_b a {
  display: inline-block;
  float: left;
  line-height: 36px;
  border-radius: 4px;
  background-color: #d8dde8;
  font-size: 16px;
  color: #52545f;
  padding: 0px 24px;
  margin-left: 16px;
}

.etavartc .etavartc_c .ttcc_b a.a2 {
  background-color: #0055cd;
  color: #fff;
}

.upictc {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none;
}

.upictc .upictc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.25);
}

.upictc .upictc_c {
  width: 808px;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 44px;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -404px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.upictc .upictc_c a.close {
  width: 27px;
  height: 27px;
  display: block;
  overflow: hidden;
  background: url("../images/close.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 42px;
  top: 42px;
}

.upictc .upictc_c .upictcc_t {
  width: 100%;
  overflow: hidden;
}

.upictc .upictc_c .upictcc_t p {
  width: 100%;
  overflow: hidden;
}

.upictc .upictc_c .upictcc_t p.p1 {
  font-size: 36px;
  color: #52545f;
  line-height: 42px;
}

.upictc .upictc_c .upictcc_c {
  width: 100%;
  overflow: hidden;
  margin-top: 64px;
}

.upictc .upictc_c .upictcc_c p {
  width: 100%;
  overflow: hidden;
}

.upictc .upictc_c .upictcc_c p.p1 {
}

.upictc .upictc_c .upictcc_c p.p1 label {
  width: 160px;
  height: 160px;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin: 0px auto;
  padding: 0px;
}

.upictc .upictc_c .upictcc_c p.p1 label img {
  width: 100%;
  display: block;
}

.upictc .upictc_c .upictcc_c p.p1 label input {
  width: 10000%;
  height: 10000%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  cursor: pointer;
}

.upictc .upictc_c .upictcc_c p.p2 {
  margin-top: 71px;
  font-size: 18px;
  color: #7f818f;
  line-height: 30px;
}

.upictc .upictc_c .upictcc_c p.p3 {
  text-align: center;
  margin-top: 30px;
}

.upictc .upictc_c .upictcc_c p.p3 a {
  display: inline-block;
  line-height: 48px;
  width: 240px;
  text-align: center;
  border-radius: 8px;
  background-color: #d8dde7;
  font-size: 20px;
  color: #52545f;
  font-weight: bold;
  margin: 0px 12px;
}

.upictc .upictc_c .upictcc_c p.p3 a.a2 {
  background-color: #0055cd;
  color: #fff;
  opacity: 0.5;
}

.level_01 img {
  height: 8px;
}

.level_02 img {
  height: 8px;
}

.level_03 img {
  height: 8px;
}

.level_04 img {
  height: 16px;
}

.level_05 img {
  height: 16px;
}

.level_06 img {
  height: 20px;
}

a.retop_click {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  background: url("../images/retop_01.svg") center no-repeat;
  background-size: 100%;
  position: fixed;
  right: 48px;
  bottom: 48px;
}

.mestc {
  width: 320px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: 225px;
  top: 68px;
  z-index: 9999;
  display: none;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.mestc .mestc_t {
  width: 100%;
  overflow: hidden;
  line-height: 28px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.mestc .mestc_t span {
  float: left;
  font-size: 24px;
  color: #7f818f;
  font-weight: bold;
  margin-left: 16px;
}

.mestc .mestc_t i {
  float: right;
  font-size: 14px;
  color: #7f818f;
  margin-right: 16px;
  margin-top: 2px;
}

.mestc .mestc_c {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #f3f2f2;
}

.mestc .mestc_c ul li {
  width: 100%;
  overflow: hidden;
  padding: 0px 16px;
  border-bottom: 1px solid #f3f2f2;
  line-height: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.mestc .mestc_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #7f818f;
}

.mestc .mestc_c ul li.on a {
  color: #52545f;
}

.mestc .mestc_c ul li:hover {
  background-color: #f3f2f2;
}

.mestc .mestc_c ul li:hover a {
  color: #0055cd;
}

.mestc .mestc_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 68px;
}

.mestc .mestc_b a {
  display: inline-block;
  font-size: 16px;
  color: #52545f;
}

.dfgz_01 {
  overflow: hidden;
  margin-top: 80px;
}

.dfgz_02 {
  margin-top: 48px;
}

.dfgzfr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  padding: 48px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dfgzfr p {
  width: 100%;
  overflow: hidden;
  font-size: 24px;
  line-height: 28px;
  color: #7f818f;
}

.dfgzfr p.p1 {
  font-size: 36px;
  color: #52545f;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 24px;
}

.dfgz_table {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.dfgz_table table {
  width: 100%;
  overflow: hidden;
}

.dfgz_table table tr th {
  background-color: #f7fafe;
  font-size: 24px;
  text-align: left;
  line-height: 28px;
  padding: 32px 40px;
}

.dfgz_table table tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 24px 40px;
}

.dfgz_table table.tab1 tr td {
  text-align: center;
}

.dfgz_table table.tab1 tr td:nth-child(2) {
  font-size: 20px;
  color: #52545f;
}

.dfgz_table table.tab1 tr td:nth-child(3) {
  text-align: left;
  font-size: 18px;
  color: #7f818f;
  line-height: 21px;
}

.dfgz_table table.tab2 tr td:nth-child(1) {
}

.dfgz_table table.tab2 tr td:nth-child(1) i.i1 {
  font-size: 36px;
  color: #52545f;
}

.dfgz_table table.tab2 tr td:nth-child(1) i.i2 {
  font-size: 20px;
  color: #52545f;
  margin-left: 8px;
}

.dfgz_table table.tab2 tr td:nth-child(2) {
  font-size: 18px;
  color: #7f818f;
  line-height: 21px;
}

.dfgz_ul {
  width: 80%;
  overflow: visible;
  margin: 0px auto;
  padding: 40px 0px 0px 0px;
}

.dfgz_ul ul li {
  width: 40%;
  overflow: visible;
  float: left;
  margin-right: 20%;
  margin-bottom: 40px;
  padding-left: 132px;
  min-height: 144px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dfgz_ul ul li:nth-child(2n) {
  margin-right: 0px;
}

.dfgz_ul ul li em {
  display: block;
  overflow: hidden;
  font-style: normal;
}

.dfgz_ul ul li em.em1 {
  width: 108px;
  height: 144px;
  overflow: hidden;
  background-color: #f7fafe;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -moz-box-shadow: 0px 0px 24px rgba(198, 203, 217, 0.6);
  -webkit-box-shadow: 0px 0px 24px rgba(198, 203, 217, 0.6);
  box-shadow: 0px 0px 24px rgba(198, 203, 217, 0.6);
}

.dfgz_ul ul li em.em2 {
  width: 100%;
  overflow: hidden;
  height: 144px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.dfgz_ul ul li em.em3 {
  width: 100%;
}

.dfgz_ul ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.dfgz_ul ul li em.em2 span.sp1 {
  font-size: 30px;
  color: #52545f;
  line-height: 35px;
}

.dfgz_ul ul li em.em2 span.sp2 {
  font-size: 18px;
  color: #7f818f;
  line-height: 21px;
  margin-top: 16px;
}

.fltk_01 {
  overflow: hidden;
  margin-top: 80px;
}

.fltk_01fr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  padding: 48px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fltk_01fr p {
  width: 100%;
  overflow: hidden;
}

.fltk_01fr p.p1 {
  font-size: 36px;
  color: #52545f;
  line-height: 42px;
}

.fltk_01fr p.p2 {
  font-size: 18px;
  color: #7f818f;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.fltk_01fr p.p3 {
  font-size: 18px;
  color: #52545f;
  line-height: 24px;
  font-weight: bold;
}

.fltk_01fr p.p4 {
  font-size: 24px;
  color: #52545f;
  line-height: 28px;
  margin-top: 48px;
  font-weight: bold;
}

.fltk_01fr p.p5 {
  text-align: right;
  font-size: 18px;
  color: #52545f;
  font-weight: bold;
  line-height: 24px;
  margin-top: 48px;
}

.fltk_01fr ul {
  width: 100%;
  overflow: hidden;
}

.fltk_01fr ul.ul1 {
  margin-top: 24px;
}

.fltk_01fr ul.ul1 li {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  color: #7f818f;
  line-height: 24px;
  padding-left: 56px;
  margin-bottom: 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fltk_01fr ul.ul1 li span.sp1 {
  font-size: 18px;
  color: #7f818f;
  font-weight: bold;
  position: absolute;
  left: 26px;
  top: 0px;
  line-height: 24px;
}

.fltk_01fr ul.ul1 li a {
  color: #007aff;
}

.fltk_01fr ul.ul1 dl {
  width: 100%;
  overflow: hidden;
  margin: 24px 0px;
  padding: 0px 0px 0px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fltk_01fr ul.ul1 dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: relative;
  font-size: 18px;
  color: #7f818f;
  line-height: 24px;
  padding-left: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fltk_01fr ul.ul1 dl dd:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  background-color: #0055cd;
  position: absolute;
  left: 0px;
  top: 9px;
}

.menu_li {
  width: 0.48rem;
  height: 0.88rem;
  float: left;
  z-index: 99999;
  position: relative;
}

.menu_li b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/menu_01.svg") center no-repeat;
  background-size: 100%;
}

.menu_li.on b {
  background: url("../images/menu_02.svg") center no-repeat;
  background-size: 100%;
}

.fxtcfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: none;
}

.fxtcfr .fxtc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(82, 84, 95, 0.75);
}

.fxtcfr .fxtc_c {
  width: 93%;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 3.5%;
  bottom: 0.48rem;
  border-radius: 0.24rem;
  padding: 0.32rem 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fxtcfr .fxtc_c p {
  width: 100%;
  overflow: hidden;
}

.fxtcfr .fxtc_c p.p1 {
  font-size: 0.28rem;
  line-height: 0.32rem;
  color: #52545f;
  font-weight: bold;
}

.fxtcfr .fxtc_c p.p2 {
  margin-top: 0.48rem;
  text-align: center;
}

.fxtcfr .fxtc_c p.p2 a {
  display: inline-block;
  margin: 0px 0.1rem;
}

.fxtcfr .fxtc_c p.p2 a:nth-child(1) {
  margin-left: 0px;
}

.fxtcfr .fxtc_c p.p2 a:last-child {
  margin-right: 0px;
}

.fxtcfr .fxtc_c p.p2 img {
  display: block;
  height: 0.8rem;
}

.fxtcfr .fxtc_c p.p3 {
  margin-top: 0.64rem;
  font-size: 0.28rem;
  line-height: 0.33rem;
  color: #52545f;
  text-align: center;
}

.fxtcfr .fxtc_c p.p3 a {
  color: #52545f;
}

.fxaddtcfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: none;
}

.fxaddtcfr .fxaddtc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(82, 84, 95, 0.75);
}

.fxaddtcfr .fxaddtc_c {
  width: 93%;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 3.5%;
  bottom: 0.48rem;
  border-radius: 0.24rem;
  padding: 0.91rem 0.4rem 0.87rem 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fxaddtcfr .fxaddtc_c a.close {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  overflow: hidden;
  background: url("../images/menu_02.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.24rem;
  top: 0.16rem;
}

.fxaddtcfr .fxaddtc_c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.fxaddtcfr .fxaddtc_c ul li {
  max-width: 3.15rem;
  width: 48%;
}

.fxaddtcfr .fxaddtc_c ul li img {
  width: 100%;
  display: block;
}

.feedbacktcfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: none;
}

.feedbacktcfr .feedbacktc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(82, 84, 95, 0.75);
}

.feedbacktcfr .feedbacktc_c {
  width: 600px;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -300px;
  border-radius: 0.24rem;
  padding: 0.6rem 0.4rem 0.4rem 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.feedbacktcfr .feedbacktc_c a.close {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  overflow: hidden;
  background: url("../images/menu_02.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.24rem;
  top: 0.16rem;
}

.feedbacktcfr .feedbacktc_c p {
  width: 100%;
  overflow: hidden;
}

.feedbacktcfr .feedbacktc_c p.p1 {
  font-size: 18px;
  color: #000;
  line-height: 1.75;
}

.feedbacktcfr .feedbacktc_c p.p2 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 20px;
}

.feedbacktcfr .feedbacktc_c ul {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 20px;
}

.feedbacktcfr .feedbacktc_c ul li {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
}

.feedbacktcfr .feedbacktc_c ul li input {
  float: left;
  width: 14px;
  height: 14px;
  background: url("../images/cbox_01.svg") center no-repeat;
  margin-top: 5px;
  background-size: 100%;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.feedbacktcfr .feedbacktc_c ul li input:checked {
  background: url("../images/cbox_01_checked.svg") center no-repeat;
  background-size: 100%;
  outline: none;
}

.feedbacktcfr .feedbacktc_c ul li span {
  float: left;
  margin-left: 10px;
}

.feedbacktcfr .feedbacktc_c p.p3 {
  margin-bottom: 10px;
}

.feedbacktcfr .feedbacktc_c p.p3 span {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}

.feedbacktcfr .feedbacktc_c p.p3 i {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 5px;
}

.feedbacktcfr .feedbacktc_c p.p3 i input {
  width: 100%;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 0px 10px;
  font-size: 14px;
  color: #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.feedbacktcfr .feedbacktc_c p.p4 {
  text-align: center;
  margin-top: 40px;
}

.feedbacktcfr .feedbacktc_c p.p4 input {
  height: 44px;
  padding: 0px 40px;
  color: #fff;
  background: none;
  cursor: pointer;
  background-color: #0055cd;
  font-size: 14px;
  border-radius: 6px;
  border: 0px;
}

.feedbacktcfr .feedbacktc_c p.p4 input:hover {
  opacity: 0.9;
}

.suber_slide {
  width: 100%;
  overflow: hidden;
  height: 520px;
}

.suber_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.suber_slide .suber_sp {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 10px;
  z-index: 999;
}

.suber_slide .suber_sp span {
  margin: 0px 5px;
}

/*2023*/

.twt02fr .vote {
  overflow: visible;
}

.votefr {
  width: 100%;
  overflow: hidden;
}

.votefr .vote_t {
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  font-size: 18px;
  color: #52545f;
  font-weight: bold;
  margin-bottom: 16px;
}

.votefr .vote_t span {
  display: inline-block;
  background: url("../images/ztz_02.png") center left no-repeat;
  background-size: 20px;
  padding-left: 30px;
  cursor: pointer;
}

.votefr .vote_c {
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 30px;
  display: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.votefr .vote_c .votec_t {
  width: 100%;
  overflow: hidden;
}

.votefr .vote_c .votec_t input.votec_txt {
  width: 100%;
  height: 50px;
  border: 1px solid #babbbb;
  color: #52545f;
  font-size: 16px;
  padding: 0px 16px;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.votefr .vote_c .votec_c {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 30px;
  margin-top: 10px;
  border: 1px solid #babbbb;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.votefr .vote_c .votec_c .votecc_c {
  width: 100%;
  overflow: hidden;
}

.votefr .vote_c .votec_c .votecc_c p {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.votefr .vote_c .votec_c .votecc_c p input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border: 0px;
}

.votefr .vote_c .votec_c .votecc_c p a.revotec_click {
  width: 20px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ztz_01.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.votefr .vote_c .votec_c .votecc_b {
  width: 100%;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #7f818f;
}

.votefr .vote_c .votec_c .votecc_b a {
  color: #7f818f;
  display: inline-block;
  background: url("../images/ztz_02.png") left center no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

.votefr .vote_c .vote_b1 {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #7f818f;
  line-height: 20px;
  margin-top: 20px;
}

.votefr .vote_c .vote_b2 {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #52545f;
  line-height: 20px;
  margin-top: 10px;
}

.votefr .vote_c .vote_b2 label {
  float: left;
  display: inline-block;
  font-weight: bold;
}

.votefr .vote_c .vote_b2 label:nth-child(2) {
  margin-left: 30px;
}

.votefr .vote_c .vote_b2 label span {
  float: left;
}

.votefr .vote_c .vote_b2 label input {
  float: left;
  width: 20px;
  height: 20px;
  outline: none;
  margin-left: 15px;
  cursor: pointer;
  background: url("../images/ztz_04.png") center no-repeat;
  background-size: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.votefr .vote_c .vote_b2 label input:checked {
  outline: none;
  background: url("../images/ztz_03.png") center no-repeat;
  background-size: 100%;
}

.votefr .vote_c .vote_b3 {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  font-size: 16px;
  color: #52545f;
  line-height: 50px;
}

.votefr .vote_c .vote_b3 .sp1 {
  float: left;
  font-weight: bold;
}

.votefr .vote_c .vote_b3 .sp2 {
  float: left;
  margin-left: 50px;
  color: #7f818f;
  line-height: 50px;
  padding: 0px 15px;
  border: 1px solid #babbbb;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.votefr .vote_c .vote_b3 .sp2 i {
  display: inline-block;
  background: url("../images/ztz_05.png") right center no-repeat;
  background-size: 15px;
  padding-right: 40px;
  cursor: pointer;
}

.votefr .vote_c .vote_b3 .sp2 input {
  background: url("../images/ztz_05.png") right center no-repeat;
  background-size: 15px;
  padding-right: 40px;
  border: 0px;
  font-size: 16px;
}

.votefr.on .vote_t span {
  background: url("../images/ztz_01.png") center left no-repeat;
  background-size: 20px;
}

.votefr.on .vote_c {
  display: block;
}

.twt02fr .li .p3 {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 25px;
}

.twt02fr .li .p3 ul li {
  float: left;
  font-size: 18px;
  margin-left: 30px;
}

.twt02fr .li .p3 ul li a {
  display: inline-block;
  color: #52545f;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.twt02fr .li .p3 ul li a::before {
  content: "";
  width: 0%;
  height: 2px;
  display: block;
  overflow: hidden;
  background-color: #0055cd;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.twt02fr .li .p3 ul li:first-child {
  margin-left: 0px;
}

.twt02fr .li .p3 ul li.on a::before {
  width: 100%;
}

.twt02fr .li .p3 ul li.on a {
  color: #0055cd;
}

.twt_p2_c ul {
  justify-content: center;
}

.twt_p2_c ul li {
  margin-right: 1.15%;
}

.twt_p2_c ul li:last-child {
  margin-right: 0px;
}

.topics_01 .fl {
  background-color: transparent;
}

.ftfr_2023 .ft01_r {
  float: left;
}

.ftfr_2023 .ft01_asde {
  width: 290px;
  overflow: hidden;
  padding: 0px 20px;
  background-color: #fff;
  border-radius: 8px;
  float: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ft01as_t {
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  color: #52545f;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}

.ft01as_c {
  width: 100%;
  overflow: visible;
  padding-top: 10px;
}

.ft01as_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f7fafe;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ft01as_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 16px;
  color: #52545f;
  font-weight: bold;
}

.ft01as_c ul li img {
  height: 20px;
  margin: 0px;
  padding: 0px;
  margin-right: 6px;
  vertical-align: middle;
}

.ft01as_c ul li a span {
  vertical-align: middle;
}

/* .ft01as_c ul li a i{line-height:20px;color:#fff;font-size:13px;border-radius:20px;padding:2px 5px;vertical-align:middle;margin-left:5px;} */

.ft01as_c ul li a i {
  line-height: 20px;

  background: #fff;

  font-size: 12px;

  border-radius: 20px;

  border: #fff solid 1px;

  padding: 2px 5px;

  margin-left: 5px;
}

.ft01as_c ul li a i.i1 {
  border-color: #00cd9a;

  color: #00cd9a;
}

.ft01as_c ul li a i.i2 {
  border-color: #e60033;

  color: #e60033;
}

.ft01as_c ul li a i.i3 {
  border-color: #0055cd;

  color: #0055cd;
}

.ft01as_c ul li em {
  display: inline-block;
  background: url("../images/topic_01.svg") no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  width: 60px;
  height: 18px;
  line-height: 18px;
  text-align: right;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
}

.ft01as_c ul li em i {
  margin-right: 6px;
  display: inline-block;
}

.ft01as_c ul li:hover {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.ft01as_c1 {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  padding: 20px 15px;
  background-color: #f7fafe;
  border-radius: 5px;
  margin-bottom: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ft01as_c1 a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #52545f;
  font-weight: bold;
}

.ft01as_c1 img {
  width: 65px;
  display: block;
}

.ft01as_c1 span {
  width: calc(100% - 65px);
  display: block;
  overflow: hidden;
  text-align: center;
}

.ft01as_c1:hover {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.ft_02_c10 {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.ft_02_c10 .ft_02c10_t {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  color: #52545f;
  font-size: 14px;
}

.ft_02_c10 .ft_02c10_t span {
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
}

.ft_02_c10 .ft_02c10_t i {
  margin-left: 20px;
  vertical-align: middle;
}

.ft_02_c10 .ft_02c10_c {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.ft_02_c10 .ft_02c10_c dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.ft_02_c10 .ft_02c10_c dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

.ft_02_c10 .ft_02c10_c dl dd p {
  width: 100%;
  overflow: hidden;
}

.ft_02_c10 .ft_02c10_c dl dd p.p1 {
  font-weight: bold;
  font-size: 16px;
  color: #52545f;
  line-height: 1.5;
}

.ft_02_c10 .ft_02c10_c dl dd p.p2 {
  line-height: 20px;
  position: relative;
}

.ft_02_c10 .ft_02c10_c dl dd p.p2 em {
  display: block;
  font-style: normal;
  position: relative;
  float: left;
}

.ft_02_c10 .ft_02c10_c dl dd p.p2 em.em1 {
  width: calc(100% - 100px);
  height: 20px;
}

.ft_02_c10 .ft_02c10_c dl dd p.p2 em.em1::before {
  content: "";
  width: 100%;
  height: 12px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
  background-color: #f0f0f0;
  border-radius: 0px 12px 12px 0px;
}

.ft_02_c10 .ft_02c10_c dl dd p.p2 em.em1 i {
  width: 0%;
  height: 12px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
  border-radius: 0px 12px 12px 0px;
  background-color: #0055cd;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ft_02_c10 .ft_02c10_c dl dd p.p2 em.em2 {
  width: 90px;
  margin-left: 10px;
}

.ft_02_c10 .ft_02c10_c dl dd p.p2 em.em2 a {
  width: 50px;
  height: 20px;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #0055cc;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.ft_02_c10 .ft_02c10_c dl dd p.p2 em.em2 label {
  font-size: 14px;
  color: #52545f;
}

.ft_02_c10 .ft_02c10_c dl dd p.p2 em.em2 label i {
  color: #0055cd;
}

.zin_01_tab {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.zin_01_tab::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #e4e4e4;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.zin_01_tab ul {
  font-size: 0px;
}

.zin_01_tab ul li {
  display: inline-block;
  font-size: 24px;
  color: #52545f;
  font-weight: bold;
  line-height: 30px;
  margin: 0px 30px;
  position: relative;
  padding-bottom: 14px;
}

.zin_01_tab ul li:last-child {
  margin-right: 0px;
}

.zin_01_tab ul li:first-child {
  margin-left: 0px;
}

.zin_01_tab ul li a {
  color: #52545f;
}

.zin_01_tab ul li::before {
  content: "";
  width: 0%;
  height: 2px;
  display: block;
  overflow: hidden;
  background-color: #0055cd;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.zin_01_tab ul li.on::before {
  width: 100%;
}

.zin_01_tab ul li.on a {
  color: #0055cd;
}

.zin_01_c {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}

.zin_01_c ul {
  width: 100%;
  overflow: visible;
  display: none;
  transform: translateY(10px);
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 13px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.zin_01_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #faf9f9;
  border-radius: 6px;
  font-size: 16px;
  padding: 20px 10px;
  color: #52545f;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.zin_01_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.zin_01_c ul li em {
  display: block;
  font-style: normal;
  line-height: 1.3;
}

.zin_01_c ul li em.em1 {
  max-width: 70px;
}

.zin_01_c ul li em.em1 img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
}

.zin_01_c ul li em.em2 {
  margin-left: 15px;
  color: #52545f;
}

.zin_01_c ul li:hover {
  transform: translateY(-10px);
  background-color: #fff;
}

.zin_01_c ul li:hover em.em2 {
  color: #0055cd;
}

.zin_01_c ul.on {
  display: grid;
  transform: translateY(0px);
}

.membj_05 ul li {
  height: auto;
}

.membj_05 ul li em.em2 select {
  box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.seachfr {
  overflow: hidden;
  margin-top: 10px;
}

.seachfr .wrap_c {
  overflow: hidden;
  background-color: #fff;
  border-radius: 6px;
  padding: 40px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sch_t {
  width: 100%;
  overflow: hidden;
  height: 60px;
  border-radius: 6px;
  position: relative;
  padding: 0px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sch_t input.scht_txt {
  width: 100%;
  height: 60px;
  border: 1px solid #babbbb;
  padding: 0px 40px 0px 60px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 16px;
  color: #52545f;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sch_t input.scht_txt::-moz-placeholder {
  color: #52545f;
}

.sch_t input.scht_txt::-moz-placeholder {
  color: #52545f;
}

.sch_t input.scht_txt::-ms-input-placeholder {
  color: #52545f;
}

.sch_t input.scht_txt::-webkit-input-placeholder {
  color: #52545f;
}

.sch_t input.scht_btn {
  width: 20px;
  height: 100%;
  border: 0px;
  background: url("../images/ss_01.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 60px;
  top: 0px;
  z-index: 9;
}

.sch_t1 {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #c4c4c4;
  padding: 30px 40px;
  color: #7f818f;
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sch_t1 i {
  color: #0055cd;
}

.sch_t2 {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  padding: 0px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sch_t2 ul li {
  float: left;
  margin-right: 40px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  line-height: 1.3;
  padding-bottom: 13px;
}

.sch_t2 ul li:last-child {
  margin-right: 0px;
}

.sch_t2 ul li a {
  color: #52545f;
}

.sch_t2 ul li::before {
  content: "";
  width: 0%;
  height: 2px;
  display: block;
  overflow: hidden;
  background-color: #0055cd;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.sch_t2 ul li.on a {
  color: #0055cd;
}

.sch_t2 ul li.on::before {
  width: 100%;
}

.sch_c3fr {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.schc3_c {
  width: 100%;
  overflow: hidden;
  padding: 0px 40px 40px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.schc3c_t {
  width: 100%;
  overflow: hidden;
  line-height: 40px;
}

.schc3c_t span.sp1 {
  font-size: 30px;
  color: #52545f;
  font-weight: bold;
  float: left;
}

.schc3c_t span.sp2 {
  font-size: 16px;
  color: #7f818f;
  margin-left: 10px;
  float: left;
  transform: translateY(2px);
}

.schc3c_t a {
  font-size: 16px;
  color: #0055cd;
  font-weight: bold;
  float: right;
}

.schc3c_t a:hover {
  color: #0055cd;
}

.schc3c_c {
  width: 100%;
  overflow: visible;
}

.schc3_c0 .in_02_c {
  padding-top: 20px;
}

.schc3_c1 .ft_04 {
  margin-top: 20px;
}

.schc3_c1 ul li {
  border: 1px solid #babbbb;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.schc3_c1 ul li .ft_02_fx {
  right: 30px;
  top: 42px;
}

.schc3_c1 ul li:last-child {
  margin-bottom: 0px;
}

.schc3_c2 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
  padding-top: 20px;
}

.schc3_c2 ul li {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background-color: #faf9f9;
  padding: 40px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.schc3_c2 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.schc3_c2 ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.schc3_c2 ul li em.em1 {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schc3_c2 ul li em.em1 i {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #e5e5e5;
}

.schc3_c2 ul li em.em1 img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.schc3_c2 ul li em.em2 {
  margin-top: 10px;
  text-align: center;
}

.schc3_c2 ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.schc3_c2 ul li em.em2 span.sp1 {
  color: #52545f;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schc3_c2 ul li em.em2 span.sp1 i {
  color: #e60033;
}

.schc3_c2 ul li em.em2 span.sp2 {
  margin-top: 20px;
}

.schc3_c2 ul li em.em2 span.sp2 i {
  display: inline-block;
  line-height: 33px;
  border: 1px solid #7f818f;
  border-radius: 33px;
  padding: 0px 17px;
  font-size: 14px;
  color: #7f818f;
  background-color: #fff;
  font-weight: bold;
}

.schc3_c2 ul li:hover {
  background-color: #fff;
  transform: translateY(-5px);
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.schc3_c2 ul li:hover em.em2 span.sp2 i {
  background-color: #edf2ff;
  color: #0055cd;
  border: 1px solid #0055cd;
}

.schc3_c3 ul {
  width: 100%;
  overflow: visible;
  padding-top: 10px;
}

.schc3_c3 ul li {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  padding: 4px 0px;
}

.schc3_c3 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #52545f;
  font-weight: bold;
  padding-right: 150px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.schc3_c3 ul li i {
  color: #e60033;
}

.schc3_c3 ul li em {
  display: block;
  font-style: normal;
}

.schc3_c3 ul li em.em1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schc3_c3 ul li em.em2 {
  position: absolute;
  right: 0px;
  top: 0px;
}

.schc3_c3 ul li em.em2 span {
  display: inline-block;
  background: url("../images/ss_03.png") 0% 5px no-repeat;
  background-size: 16px;
  padding-left: 26px;
}

.schc3_c4 .in_03_c {
  padding-top: 20px;
}

.schc3_c4 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 13px;
}

.schc3_c4 ul li {
  background-color: #faf9f9;
  width: 100%;
}

.schc3_c4 ul li i {
  color: #e60033;
}

.in_03_c ul li em.em2 {
  padding: 10px;
  font-size: 14px;
}

.schc3_c5 ul {
  width: 100%;
  overflow: visible;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 13px;
}

.schc3_c5 ul li {
  width: 100%;
  overflow: hidden;
  background-color: #faf9f9;
  border-radius: 6px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.schc3_c5 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.schc3_c5 ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.schc3_c5 ul li em.em1 img {
  width: 100%;
  display: block;
}

.schc3_c5 ul li em.em2 {
  padding: 10px;
  font-size: 14px;
  color: #52545f;
}

.schc3_c5 ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.schc3_c5 ul li em.em2 span.sp1 {
  line-height: 22px;
  height: 44px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.schc3_c5 ul li em.em2 span.sp1 i {
  color: #e60033;
}

.schc3_c5 ul li em.em2 span.sp2 {
  color: #0055cd;
  margin-top: 5px;
}

.schc3_c5 ul li:hover {
  background-color: #fff;
  transform: translateY(-5px);
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.zin_06 {
  overflow: hidden;
  margin-top: 72px;
}

.zin_06_c {
  width: 100%;
  overflow: visible;
  padding-top: 36px;
}

.zin_06_c ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.zin_06_c ul li {
  width: 24.2%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.zin_06_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.zin_06_c ul li em {
  width: 100%;
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.zin_06_c ul li em.em1 img {
  width: 100%;
  display: block;
}

.zin_06_c ul li em.em2 {
  padding: 10px;
}

.zin_06_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.zin_06_c ul li em.em2 span.sp1 {
  font-size: 14px;
  line-height: 22px;
  color: #52545f;
  height: 44px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.zin_06_c ul li em.em2 span.sp2 {
  font-size: 14px;
  color: #0055cd;
}

.zin_06_c ul li:hover {
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
}

.ft_04_replay dl dd:first-child {
  margin-top: 0px;
}

.sxsch_01 {
  overflow: hidden;
}

.sxsch_01_fl {
  float: left;
}

.sxsch_01_fr {
  float: right;
}

.sch01r_li {
  float: left;
  font-size: 14px;
}

.sch01r_li:nth-child(2) {
  margin-left: 60px;
}

.sch01r_li span {
  float: left;
  font-weight: bold;
  color: #52545f;
}

.sch01r_li label {
  float: left;
  color: #52545f;
  cursor: pointer;
  margin-right: 30px;
}

.sch01r_li label:last-child {
  margin-right: 0px;
}

.sch01r_li label input {
  float: left;
  width: 12px;
  height: 12px;
  margin: 9.5px 10px 0px 0px;
  background: url("../images/cbox_01.svg") center no-repeat;
  background-size: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  outline: none;
}

.sch01r_li label input:checked {
  outline: none;
  background: url("../images/cbox_01_checked.svg") center no-repeat;
  background-size: 100%;
}

.tcs02r_t ul li a {
  font-size: 16px;
}

.tcs02r_t ul li {
  margin-right: 10px;
}

/*202401*/

.jf_01 {
  overflow: hidden;
}

.jf_01fr {
  width: 100%;
  overflow: hidden;
  padding: 0px 40px;
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jf_01r_t {
  width: 100%;
  overflow: hidden;
  padding: 30px 0px;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.jf_01r_t .jf_01_l {
  width: 121px;
  overflow: hidden;
  float: left;
}

.jf_01r_t .jf_01_l label {
  display: inline-block;
  position: relative;
}

.jf_01r_t .jf_01_l img.img1 {
  width: 100%;
  display: block;
}

.jf_01r_t .jf_01_l i {
  width: 66px;
  height: 66px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.icon1_img i {
  width: 66px;
  height: 66px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

/* .jf_01r_t .jf_01_l img.img2{width:100%;height:100%;display:block;position:absolute;left:0px;top:0px;object-fit:cover;} */

.icon1_img img.img1 {
  /* z-index: 10; */

  position: relative;
}

.icon1_img img.img2 {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  object-fit: cover;
}

.icon1_img i {
  margin-top: 6px;
}

.jf_01r_t .jf_01_r {
  width: calc(100% - 121px - 35px);
  overflow: hidden;
  float: right;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.jf_01r_t .jf_01_r > div {
  width: 100%;
}

.jf_01r_t .jf_01_r p {
  width: 100%;
  overflow: hidden;
}

.jf_01r_t .jf_01_r p.p1 {
  font-size: 24px;
  color: #52545f;
  font-weight: bold;
  line-height: 29px;
}

.jf_01r_t .jf_01_r p.p2 {
  margin-top: 10px;
}

.jf_01r_t .jf_01_r p.p2 i {
  display: inline-block;
  float: left;
}

.jf_01r_t .jf_01_r p.p2 i.i1 {
  height: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.jf_01r_t .jf_01_r p.p2 i.i1 img {
  display: block;
  max-height: 20px;
}

.jf_01r_t .jf_01_r p.p2 i.i2 {
  font-size: 16px;
  color: #52545f;
  margin-left: 8px;
}

.jf_01r_t .jf_01_r p.p3 {
  margin-top: 13px;
  line-height: 26px;
}

.jf_01r_t .jf_01_r p.p3 label {
  width: 144px;
  height: 4px;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #c4c4c4;
  border-radius: 4px;
  float: left;
  margin: 0px 20px;
  margin-top: 11px;
}

.jf_01r_t .jf_01_r p.p3 label b {
  width: 0px;
  height: 4px;
  border-radius: 4px;
  background-color: #0055cd;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1.3s linear;
  -webkit-transition: 1.3s linear;
  -o-transition: 1.3s linear;
  -moz-transition: 1.3s linear;
}

.jf_01r_t .jf_01_r p.p3 span.sp1 {
  float: left;
  font-size: 14px;
  color: #52545f;
}

.jf_01r_t .jf_01_r p.p3 span.sp1 i {
  color: #0055cd;
  font-weight: bold;
}

.jf_01r_t .jf_01_r p.p3 span.sp2 {
  float: left;
  color: #52545f;
  font-size: 14px;
}

.jf_01r_c {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.jf_01rc_t {
  width: 100%;
  overflow: hidden;
  font-size: 36px;
  color: #52545f;
  font-weight: bold;
  line-height: 1.75;
}

.jf_01rc_t1 {
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  color: #52545f;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}

.jf_01rc_c {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

.jf_01rc_c ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}

.jf_01rc_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #faf9f9;
  border-radius: 6px;
}

.jf_01rc_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.jf_01rc_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jf_01rc_c ul li em.em1 {
  height: 121px;
  margin: 10px 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.jf_01rc_c ul li em.em1 label {
  width: 122px;
  display: block;
  overflow: hidden;
  height: 121px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
}

.jf_01rc_c ul li em.em1 label img {
  width: 100%;
  display: block;
}

.jf_01rc_c ul li em.em1 label i {
  width: 66px;
  height: 66px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.jf_01rc_c ul li em.em1 label.aicon1_img i {
  margin-top: 13px;
}

.jf_01rc_c ul li em.em1 label.aicon2_img i {
  margin-top: 6px;
}

.jf_01rc_c ul li em.em1 label.aicon3_img i {
  margin-top: 6px;
}

.jf_01rc_c ul li em.em1 label.aicon4_img i {
  margin-top: 6px;
}

.jf_01rc_c ul li em.em1 label.aicon5_img i {
  margin-top: 6px;
}

.jf_01rc_c ul li em.em1 label.aicon6_img i {
  margin-top: 6px;
}

.jf_01rc_c ul li em.em2 {
  font-size: 18px;
  color: #52545f;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.jf_01rc_t2 {
  margin-top: 40px;
}

.jf_01rc_c1 {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

.jf_01rc_c1 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}

.jf_01rc_c1 ul li {
  width: 100%;
  overflow: hidden;
  background-color: #faf9f9;
  border-radius: 6px;
}

.jf_01rc_c1 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.jf_01rc_c1 ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jf_01rc_c1 ul li em.em1 {
  height: 140px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.jf_01rc_c1 ul li em.em1 img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.jf_01rc_c1 ul li em.em2 {
  font-size: 18px;
  color: #52545f;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
}

.jf_01rc_b {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.jf_01rc_b a {
  display: inline-block;
  line-height: 36px;
  padding: 0px 17px;
  border-radius: 6px;
  background-color: #0055cd;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.jf_01rc_x {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #c4c4c4;
  margin: 50px 0px;
}

.jf_01rc_t3 {
  width: 100%;
  overflow: hidden;
  font-size: 36px;
  color: #52545f;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

.jf_01rc_c3 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
  margin-top: 30px;
  padding-top: 10px;
}

.jf_01rc_c3 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.jf_01rc_c3 ul li {
  width: 100%;
  overflow: hidden;
}

.jf_01rc_c3 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.jf_01rc_c3 ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jf_01rc_c3 ul li em.em1 img {
  width: 144px;
  display: block;
  background-color: #f7fafe;
  border-radius: 10px;
  margin: 0px auto;
  padding: 0px;
}

.jf_01rc_c3 ul li em.em2 {
  font-size: 18px;
  color: #52545f;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}

.tcs02r_t select {
  float: right;
  border: 0px solid #babbbb;
  box-shadow: 0px 0px 0px #f0f0f0 inset;
  background-color: #edf2ff;
  height: 30px;
  line-height: 30px;
  padding: 0px 30px 0px 15px;
  color: #52545f;
  border-radius: 30px;
  background: url("../images/arr0.png") 90% 50% no-repeat #edf2ff;
  background-size: 10px;
}

/*202402*/

.zin_06_c ul li em.em1 {
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
}

.zin_06_c ul li em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.schc3_c5 ul li em.em1 {
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
}

.schc3_c5 ul li em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.sxsch_01_fr label {
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-left: 20px;
}

.sxsch_01_fr label span {
  float: left;
  color: #52545f;
  font-weight: bold;
}

.sxsch_01_fr label select {
  float: left;
  font-size: 14px;
  border: 0px solid #babbbb;
  box-shadow: 0px 0px 0px #f0f0f0 inset;
  background-color: #edf2ff;
  height: 30px;
  line-height: 30px;
  padding: 0px 30px 0px 15px;
  color: #52545f;
  border-radius: 30px;
  background: url("../images/arr0.png") 90% 50% no-repeat #edf2ff;
  background-size: 10px;
}

.in_04_c ul li {
  width: 33.3333%;
}

.txkptcc_i ul li img {
  margin: 0px auto;
  padding: 0px;
}

.ft_01_l .d1 img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.jftc_header_01 {
  overflow: visible !important;
  position: relative;
  background: none !important;
  margin-right: 6px;
}

.jftc_header_01:before {
  content: "";
  width: 114%;
  height: 114%;
  display: block;
  pointer-events: none;
  overflow: hidden;
  background: url("../upimg/zjf_01.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0%;
  top: -10%;
  z-index: 9;
}

.jftc_header_01 img {
  width: 62% !important;
  height: 62% !important;
  display: block;
  position: absolute;
  left: 27%;
  top: 16%;
  border-radius: 50%;
  z-index: 10;
}

.jftc_header_01 .edit_photo_click span {
  width: 62% !important;
  height: 62% !important;
  border-radius: 50%;
  left: 27% !important;
  top: 16% !important;
  z-index: 11;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}

.mes01l_01 p.p1 label.jftc_header_01:before {
  left: -10%;
}

.mes01l_01 p.p1 label.jftc_header_01 img {
  left: 16%;
}

.jftc_header_02 {
  overflow: visible !important;
  position: relative;
  background: none !important;
  margin-right: 6px;
}

.jftc_header_02:before {
  content: "";
  width: 114%;
  height: 114%;
  display: block;
  pointer-events: none;
  overflow: hidden;
  background: url("../upimg/zjf_02.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0%;
  top: -10%;
  z-index: 9;
}

.jftc_header_02 img {
  width: 62% !important;
  height: 62% !important;
  display: block;
  position: absolute;
  left: 27%;
  top: 13%;
  border-radius: 50%;
  z-index: 10;
}

.jftc_header_02 .edit_photo_click span {
  width: 62% !important;
  height: 62% !important;
  border-radius: 50%;
  left: 27% !important;
  top: 13% !important;
  z-index: 11;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}

.mes01l_01 p.p1 label.jftc_header_02:before {
  left: -10%;
}

.mes01l_01 p.p1 label.jftc_header_02 img {
  left: 16%;
}

.jftc_header_03 {
  overflow: visible !important;
  position: relative;
  background: none !important;
  margin-right: 6px;
}

.jftc_header_03:before {
  content: "";
  width: 114%;
  height: 114%;
  display: block;
  pointer-events: none;
  overflow: hidden;
  background: url("../upimg/zjf_03.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0%;
  top: -10%;
  z-index: 9;
}

.jftc_header_03 img {
  width: 62% !important;
  height: 62% !important;
  display: block;
  position: absolute;
  left: 27%;
  top: 15%;
  border-radius: 50%;
  z-index: 10;
}

.jftc_header_03 .edit_photo_click span {
  width: 62% !important;
  height: 62% !important;
  border-radius: 50%;
  left: 27% !important;
  top: 15% !important;
  z-index: 11;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}

.mes01l_01 p.p1 label.jftc_header_03:before {
  left: -10%;
}

.mes01l_01 p.p1 label.jftc_header_03 img {
  left: 16%;
  top: 14%;
}

.jftc_header_04 {
  overflow: visible !important;
  position: relative;
  background: none !important;
  margin-right: 6px;
}

.jftc_header_04:before {
  content: "";
  width: 114%;
  height: 114%;
  display: block;
  pointer-events: none;
  overflow: hidden;
  background: url("../upimg/zjf_04.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0%;
  top: -10%;
  z-index: 9;
}

.jftc_header_04 img {
  width: 62% !important;
  height: 62% !important;
  display: block;
  position: absolute;
  left: 27%;
  top: 15%;
  border-radius: 50%;
  z-index: 10;
}

.jftc_header_04 .edit_photo_click span {
  width: 62% !important;
  height: 62% !important;
  border-radius: 50%;
  left: 27% !important;
  top: 15% !important;
  z-index: 11;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}

.mes01l_01 p.p1 label.jftc_header_04:before {
  left: -10%;
}

.mes01l_01 p.p1 label.jftc_header_04 img {
  left: 16%;
  top: 14%;
}

.jftc_header_05 {
  overflow: visible !important;
  position: relative;
  background: none !important;
  margin-right: 6px;
}

.jftc_header_05:before {
  content: "";
  width: 114%;
  height: 114%;
  display: block;
  pointer-events: none;
  overflow: hidden;
  background: url("../upimg/zjf_05.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0%;
  top: -10%;
  z-index: 9;
}

.jftc_header_05 img {
  width: 62% !important;
  height: 62% !important;
  display: block;
  position: absolute;
  left: 27%;
  top: 15%;
  border-radius: 50%;
  z-index: 10;
}

.jftc_header_05 .edit_photo_click span {
  width: 62% !important;
  height: 62% !important;
  border-radius: 50%;
  left: 27% !important;
  top: 15% !important;
  z-index: 11;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}

.mes01l_01 p.p1 label.jftc_header_05:before {
  left: -10%;
}

.mes01l_01 p.p1 label.jftc_header_05 img {
  left: 16%;
  top: 14%;
}

.jftc_header_06 {
  overflow: visible !important;
  position: relative;
  background: none !important;
  margin-right: 6px;
}

.jftc_header_06:before {
  content: "";
  width: 114%;
  height: 114%;
  display: block;
  pointer-events: none;
  overflow: hidden;
  background: url("../upimg/zjf_06.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0%;
  top: -10%;
  z-index: 9;
}

.jftc_header_06 img {
  width: 62% !important;
  height: 62% !important;
  display: block;
  position: absolute;
  left: 27%;
  top: 21%;
  border-radius: 50%;
  z-index: 10;
}

.jftc_header_06 .edit_photo_click span {
  width: 62% !important;
  height: 62% !important;
  border-radius: 50%;
  left: 27% !important;
  top: 21% !important;
  z-index: 11;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}



.jftc_header {
  overflow: visible !important;
  position: relative;
  background: none !important;
  margin-right: 6px;
}

.jftc_header:before {
  content: "";
  width: 114%;
  height: 114%;
  display: block;
  pointer-events: none;
  overflow: hidden;
  background-size: 100% 100%;
  position: absolute;
  left: 0%;
  top: -10%;
  z-index: 9;
}

.jftc_header img {
  width: 62% !important;
  height: 62% !important;
  display: block;
  position: absolute;
  left: 27%;
  top: 21%;
  border-radius: 50%;
  z-index: 10;
}

.jftc_header .edit_photo_click span {
  width: 62% !important;
  height: 62% !important;
  border-radius: 50%;
  left: 27% !important;
  top: 21% !important;
  z-index: 11;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}


.mes01l_01 p.p1 label.jftc_header_06:before {
  left: -10%;
}

.mes01l_01 p.p1 label.jftc_header_06 img {
  left: 16%;
  top: 20%;
}

.dfgz_table1 {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
  overflow-x: auto;
}
.dfgz_table1 table {
  width: 100%;
  overflow: hidden;
}
.dfgz_table1 table tr th {
  background-color: #f7fafe;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
  padding: 20px 20px;
}
.dfgz_table1 table tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 20px;
}

.dfgz_table2 {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
  overflow-x: auto;
}
.dfgz_table2 table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-right: 0px;
  border-bottom: 0px;
}
.dfgz_table2 table tr th {
  background-color: #f7fafe;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
  padding: 20px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.dfgz_table2 table tr th:last-child {
  border-right: 1px solid #e5e5e5;
}
.dfgz_table2 table tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 20px;
  border-right: 1px solid #e5e5e5;
  min-width: 70px;
}

.dfgz_table_color1 table tr td:last-child {
  color: #7f818f;
}
.dfgz_table_center table tr td {
  text-align: center;
}
.dfgz_table_center table tr td:last-child {
  text-align: left;
}

.dfgz_table_center1 table tr th {
  text-align: center;
}
.dfgz_table_center1 table tr td {
  text-align: center;
}

/*20240306*/
#translate1 select {
  border: 0px !important;
  font-size: 16px;
  color: #52545f;
  box-shadow: none;
  padding: 0px;
  background: url("../images/lgn.svg") 0% 50% no-repeat;
  background-size: 24px;
  padding-left: 34px;
  text-align: left !important;
  cursor: pointer;
}

.ftfr_2023 .wrap_c {
  position: relative;
}
.ftfr_2023 .ft01_asde.on {
  position: absolute;
  right: 0px;
  top: 0px;
}




@media screen and (max-width: 1820px) {
}

@media screen and (max-width: 1635px) {
}

@media screen and (max-width: 1520px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1226px) {
  .wrap_in {
    margin: 0px 0.24rem;
  }

  .wrap_c {
    margin: 0px 0.24rem;
    padding: 0px;
    width: auto;
  }

  .wrap_nr {
    margin: 0px 0.24rem;
  }

  .w_pc {
    display: none !important;
  }

  .w_wap {
    display: block !important;
  }

  .topfr {
    height: 0.88rem;
    overflow: visible;
  }

  .topfr .fc {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 0px;
    padding: 0.88rem 0px 0px 0px;
    z-index: 99990;
  }

  .top_menu {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
  }

  .top_menu ul li {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px 0.64rem;
    line-height: 1rem;
    font-size: 0.28rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .top_menu ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
  }

  .top_menu ul li.on b {
    display: none;
  }

  .top_menu ul li.on a::after {
    display: none;
  }

  .top_menu ul li#mn_Nc8f3 a {
    border-bottom: 2px solid #e0e0e0;
  }

  .top_menu ul li:nth-child(5) a {
    border-bottom: 2px solid #e0e0e0;
  }

  .top_menu ul li.li1 {
  }

  .top_menu ul li.li1 a.a1 {
    width: auto;
    display: inline-block;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
  }

  .top_menu ul li.li1 a.a1 label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 0.51rem;
    float: left;
    margin-right: 0.24rem;
  }

  .top_menu ul li.li1 a.a1 label img {
    display: block;
    height: 0.44rem;
  }

  .top_menu ul li.li1 a.a1 label i {
    display: inline-block;
    position: absolute;
    left: 40%;
    top: -5px;
    font-size: 12px;
    line-height: 14px;
    padding: 0px 4px;
    background-color: #e60033;
    color: #fff;
    border-radius: 14px;
  }

  .top_menu ul li.li2 {
    padding: 0.4rem 0.64rem;
  }

  .top_menu ul li.li2 a {
    display: inline-block;
    width: auto;
    float: left;
    border: 0px;
  }

  .top_menu ul li.li2 span {
    width: 1px;
    height: 0.24rem;
    display: block;
    overflow: hidden;
    background-color: #c4c4c4;
    margin: 0px 0.34rem;
    float: left;
    margin-top: 0.4rem;
  }

  .topfr .fr a.a1 {
    display: none;
  }

  .topfr .fr span {
    margin: 19px 8px 0px 8px;
    position: relative;
    z-index: 99999;
    display: none;
  }

  .topfr .fl {
    position: relative;
    z-index: 99999;
    height: 0.88rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }

  .topfr .fl img {
    height: 0.3rem;
    margin-top: 0.1rem;
  }

  .topfr .fr a {
    height: 50px;
    line-height: 50px;
    display: none;
  }

  .topfr .fr a.a3 {
    position: relative;
    z-index: 99999;
  }

  .suberfr b.b1 {
    height: 3.04rem;
  }

  .suber_c p.p1 {
    font-size: 0.36rem;
    line-height: 0.42rem;
    margin-top: 0.32rem;
  }

  .suber_c p.p2 {
    display: none;
  }

  .suber_c p.p3 {
    margin-top: 0.24rem;
  }

  .suber_c p.p3 label {
    width: 100%;
    height: 0.64rem;
  }

  .suber_c p.p3 label .sub_txt {
    font-size: 0.24rem;
  }

  .suber_c p.p3 label .sub_btn {
    width: 0.8rem;
    background-size: 0.32rem;
  }

  .in_01 {
    margin-top: 0.48rem;
  }

  .in_01_t p.p1 {
    font-size: 0.36rem;
    line-height: 0.42rem;
  }

  .in_01_t p.p2 {
    font-size: 0.24rem;
    line-height: 0.28rem;
    margin-top: 0.04rem;
  }

  .in_01_c {
    padding-top: 0.4rem;
  }

  .in_01_c ul {
    display: block;
  }

  .in_01_c ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 0.24rem;
    height: 2.49rem;
  }

  .in_01_c ul li:nth-child(2n) {
    margin-right: 0px;
  }

  .in_01_c ul li:last-child {
    display: none;
  }

  .in_01_c ul li label {
    height: 1.2rem;
    margin-top: 0.32rem;
  }

  .in_01_c ul li img {
    height: 1.2rem;
  }

  .in_01_c ul li em {
    font-size: 0.28rem;
    line-height: 0.33rem;
    bottom: 0.4rem;
  }

  .in_02 {
    margin-top: 0.48rem;
  }

  .in_01_t a.a1 {
    font-size: 0.24rem;
    position: relative;
    float: right;
    line-height: 0.28rem;
    margin-top: 0.16rem;
  }

  .in_02_c {
    padding-top: 0.24rem;
  }

  .tcs02r_c_other {
    padding-top: 0px;
  }

  .in_02_c ul li {
    padding: 0.34rem 0.24rem 0.34rem 0.24rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0.16rem;
  }

  .in_02_c ul li em.em3 {
    right: 0.24rem;
    top: initial;
    bottom: 0.17rem;
    font-size: 0.24rem;
  }

  .in_02_c ul li em.em3 a {
    background: url("../images/in_04.svg") left 0.08rem no-repeat;
  }

  .in_02_c ul li em.em1 a {
  }

  .in_02_c ul li em.em1 label {
    display: contents;
  }

  .in_02_c ul li em.em1 label img {
    height: 0.24rem;
    margin-top: 0.04rem;
    margin-right: 0.04rem;
  }

  .in_02_c ul li em.em1 label img:last-child {
    margin-right: 0.04rem;
  }

  .in_02_c ul li em.em1 span {
    font-size: 0.28rem;
    line-height: 0.33rem;
  }

  .in_02_c ul li em.em1 span.sp1 {
    display: contents;
    margin: 0px;
  }

  .in_02_c ul li em.em2 {
    margin-top: 0.02rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
  }

  .in_02_c ul li em.em2 a {
    margin-left: 0.13rem;
  }

  .in_02_c ul li em.em4 {
    left: 0.24rem;
    bottom: 0.24rem;
    right: inherit;
    line-height: 0.32rem;
  }

  .in_02_c ul li em.em4 span {
    margin-left: 0.12rem;
    font-size: 0.2rem;
  }

  .in_02_c ul li em.em4 span.sp4 {
    display: none;
  }

  .in_03 {
    margin-top: 0.48rem;
  }

  .in_03_c {
    padding-top: 0.2rem;
  }

  .in_03_c ul {
    display: block;
  }

  .in_03_c ul li {
    width: 100%;
    background-color: #f7fafe;
    margin-bottom: 0.24rem;
  }

  .in_03_c ul li em.em2 {
    margin: 0.24rem;
    width: calc(100% - 0.48rem);
    padding: 0px;
    font-size: 0.24rem;
    line-height: 0.28rem;
    max-height: 0.56rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
  }

  .in_03_c ul li em.em1:before {
    height: 0.88rem;
  }

  .in_03_c ul li em.em1 b.b1 {
    width: 0.72rem;
    height: 0.48rem;
    left: 0.24rem;
    bottom: 0.24rem;
  }

  .in_03_c ul li em.em1 span.sp1 {
    background-size: 0.32rem;
    font-size: 0.24rem;
    padding-left: 0.34rem;
    line-height: 0.32rem;
    right: 0.24rem;
    bottom: 0.24rem;
  }

  .in_03_c ul li:last-child {
    margin-bottom: 0px;
  }

  .in_04 {
    margin-top: 0.48rem;
  }

  .in_04_c {
    margin-top: 0.4rem;
    padding: 0px;
  }

  .in_04_c ul {
    display: block;
    width: calc(100% - 0.4rem);
    margin: 0px auto;
    padding: 0px;
  }

  .in_04_c ul li {
    width: 50%;
    float: left;
    border-right: 0px;
    padding: 0.48rem 0.14rem;
  }

  .in_04_c ul li:nth-child(1) {
    padding-left: 0px;
    padding-bottom: 0.56rem;
  }

  .in_04_c ul li:nth-child(2) {
    padding-right: 0px;
    padding-bottom: 0.56rem;
  }

  .in_04_c ul li:nth-child(3) {
    padding-left: 0px;
  }

  .in_04_c ul li:nth-child(4) {
    padding-right: 0px;
  }

  .in_04_c ul li b.b1 {
    width: 100%;
    bottom: 0px;
    height: 1px;
    top: initial;
  }

  .in_04_c ul li:nth-child(1) b.b1 {
    right: -5%;
  }

  .in_04_c ul li:nth-child(2) b.b1 {
    right: 5%;
  }

  .in_04_c ul li:nth-child(3) b.b1 {
    display: none;
  }

  .in_04_c ul li:nth-child(4) b.b1 {
    display: none;
  }

  .in_04_c ul li em.em3 {
    font-size: 0.22rem;
    line-height: 0.26rem;
    margin-top: 0.24rem;
  }

  .in_04_c ul li em.em4 {
    margin-top: 0.32rem;
  }

  .in_04_c ul li em.em4 span {
    width: 90%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-weight: 700;
    fonts-size: 0.24rem;
    background: none;
    background: linear-gradient(89.8deg, #0055cd 0.15%, #00dca5 101.6%);
    border-radius: 0.06rem;
  }

  .in_04_c ul li em.em2 {
    font-size: 0.28rem;
    line-height: 0.33rem;
  }

  .in_04_c ul li em.em1 img {
    height: 0.96rem;
  }

  .btn_01 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .btn_01 p {
    line-height: 0.28rem;
    font-size: 0.2rem;
  }

  .btn_01 p.p1 {
    margin: 10px 0px;
  }

  .btn_02 {
    font-size: 0.2rem;
    line-height: 0.23rem;
    padding: 0.3rem 0px 0.2rem 0px;
  }

  .btn_02 p {
    line-height: 0.23rem;
  }

  .btn_empty {
    height: 0.88rem;
  }

  .topics_01 {
    margin-top: 0.48rem;
  }

  .topics_01 .fl span {
    line-height: 0.34rem;
    font-size: 0.28rem;
  }

  .topics_01 .fl span a {
    font-size: 0.28rem !important;
    line-height: 0.34rem !important;
  }

  .topics_01 .filter_click {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 0.34rem;
    font-size: 0.28rem;
    color: #52545f;
    font-weight: bold;
    background: url("../images/c_01.svg") left center no-repeat;
    background-size: 0.32rem;
    padding-left: 0.4rem;
  }

  .ftfr_search {
    overflow: hidden;
    margin-top: 0.4rem;
  }

  .ftfr_search .fl {
    width: 80%;
    background: None;
  }

  .tcs02l_t {
    height: 0.72rem;
  }

  .tcs02l_t .tcs02l_txt {
    line-height: 0.72rem;
    font-size: 0.28rem;
    padding: 0px 0.23rem;
  }

  .tcs02l_t .tcs02l_btn {
    width: 1.04rem;
    background-size: 0.4rem;
  }

  .ftfr_search .fl .tcs02l_t {
    display: block;
    background-color: #fff;
    border-radius: 0.06rem;
    overflow: hidden;
  }

  .ftfr_search .fr .filter_click {
    line-height: 0.72rem;
    font-size: 0.28rem;
    color: #52545f;
    font-weight: bold;
    background: url("../images/c_01.svg") left 0.18rem no-repeat;
    background-size: 0.32rem;
    padding-left: 0.4rem;
  }

  .topics_01 ul li {
  }

  .tcs02_l {
    width: 100%;
    height: calc(100% - 0.88rem);
    padding: 0px 0.48rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0px;
    top: 0.88rem;
    background-color: #fff;
    z-index: 99999;
    border-top: 1px solid #e0e0e0;
    border-radius: 0px;
    display: none;
  }

  .tcs02_l a.close {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    overflow: hidden;
    background: url("../images/menu_02.svg") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0.35rem;
    top: 0.2rem;
  }

  .tcs02l_t {
    display: none;
  }

  .t02li_t {
    line-height: 0.42rem;
  }

  .t02li_t span {
    font-size: 0.36rem;
  }

  .t02li_t a {
    font-size: 0.28rem;
  }

  .t02li_c {
    margin-top: 0.32rem;
    font-size: 0px;
  }

  .t02li_c a {
    font-size: 0.28rem;
    line-height: 0.6rem;
    border-radius: 0.06rem;
  }

  .t02lic_style1 a {
    margin-bottom: 0.12rem;
  }

  .t02lic_style2 a {
    margin-right: 0.12rem;
    margin-bottom: 0.13rem;
    padding: 0px 0.24rem;
  }

  .tcs02l_li {
    margin-top: 0.4rem;
  }

  .t02li_c p {
    line-height: 0.42rem;
  }

  .t02li_c p label {
    font-size: 0.28rem;
  }

  .t02li_c p label input {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.16rem;
    margin-top: 0.08rem;
  }

  .tsc02l_sub {
    width: 100%;
    overflow: hidden;
    margin-top: 0.48rem;
  }

  .tsc02l_sub a {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.28rem;
    color: #fff;
    border-radius: 0.08rem;
    background-color: #0055cd;
    text-align: center;
  }

  .ft01_r {
    width: 100%;
    padding: 0.4rem 0.24rem;
  }

  .ft_01_l .d1 {
    width: 1.37rem;
    height: 1.37rem;
  }

  .ft_01_l .d2 {
    height: 1.37rem;
  }

  .ft_01_l .d2 p.p1 {
    font-size: 0.28rem;
    line-height: 0.33rem;
  }

  .ft_01_l .d2 p.p2 {
    margin-top: 0.14rem;
    line-height: 0.23rem;
  }

  .ft_01_l .d2 p.p2 i.i2 {
    font-size: 0.2rem;
    margin-left: 0.16rem;
  }

  .ft_01_l .d2 p.p2 i.i1 {
    height: 0.23rem;
  }

  .ft_01_l .d2 p.p2 i.i1 img {
    max-height: 0.23rem;
  }

  .ft_01_l .d2 p.p3 {
    margin-top: 0.24rem;
    height: 0.05rem;
  }

  .ft_01_l .d2 p.p3 label {
    width: 1.68rem;
    height: 0.05rem;
  }

  .ft_01_l .d2 p.p3 label b {
    height: 100%;
  }

  .ft_01_r .fll1r_c {
    width: 3rem;
    text-align: right;
  }

  .ft_01_r a {
    line-height: 0.48rem;
    height: 0.48rem;
    padding: 0px 0.12rem;
    font-size: 0.23rem;
    float: none;
  }

  .ft_01_r a.a1 {
    background: url("../images/rebtn.png") 0.1rem center no-repeat;
    background-size: 0.14rem;
    padding-left: 0.36rem;
  }

  .ft_01_r .a2 {
    margin: 0px;
    margin-top: 0.16rem;
  }

  .ft_02 {
    margin-top: 0.63rem;
  }

  .ft_02_t {
    line-height: 0.33rem;
    width: calc(100% - 1rem);
  }

  .ft_02_t img {
    height: 0.24rem;
    margin-right: 0.08rem;
    margin-top: 0.05rem;
  }

  .ft_02_t span {
    font-size: 0.28rem;
    display: contents;
  }

  .ft02fxr_sel:hover .ft02xsel_c {
    display: none;
  }

  .ft02fxr_sel .ft02xsel_t {
    width: 0.32rem;
    height: 0.32rem;
  }

  .ft02fxr_sel .ft02xsel_t a {
    width: 0.32rem;
    height: 0.32rem;
  }

  .ft_02_fx a.a2 {
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.24rem;
  }

  .ft_02_fx a.a2 img {
    width: 100%;
    height: auto;
  }

  .ft_02_t1 {
    margin-top: 0.4rem;
    line-height: 0.32rem;
  }

  .ft_02_t1 span {
    font-size: 0.2rem;
    margin-right: 0.12rem;
  }

  .ft_02_t1 span.sp1 {
    background-size: 0.32rem;
    padding-left: 0.36rem;
  }

  .ft_02_t1 span.sp2 {
    background-size: 0.32rem;
    padding-left: 0.36rem;
  }

  .ft_02_t1 span.sp3 {
    background-size: 0.32rem;
    padding-left: 0.36rem;
  }

  .ft_02_t1 a.a1 {
    font-size: 0.24rem;
    background-size: 0.24rem;
    padding-left: 0.28rem;
  }

  .in_02_c ul li em.em4 span.sp1 {
    background-size: 0.32rem;
    padding-left: 0.36rem;
    width: 0.5rem;
  }

  .in_02_c ul li em.em4 span.sp2 {
    background-size: 0.32rem;
    padding-left: 0.36rem;
    width: 0.5rem;
  }

  .in_02_c ul li em.em4 span.sp3 {
    background-size: 0.32rem;
    padding-left: 0.36rem;
    width: 1.3rem;
  }

  .in_02_c ul li em.em3 a {
    font-size: 0.24rem;
    background-size: 0.24rem;
    padding-left: 0.28rem;
  }

  .in_02_c ul li em.em3 a.on {
    font-size: 0.24rem;
    background-size: 0.24rem;
    padding-left: 0.28rem;
  }

  .ft_02_c {
    margin-top: 0.48rem;
  }

  .ft_02_t_flex {
    width: 100% !important;
    left: 0px !important;
    line-height: 0.33rem;
    padding: 0.32rem 0.24rem;
    min-height: 1.28rem;
    padding-right: 2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .ft_02_t_flex img {
    height: 0.24rem;
    margin-right: 0.08rem;
    margin-top: 0.05rem;
  }

  .ft_02_t_flex span {
    display: contents;
    font-size: 0.28rem;
  }

  .ft_02_t_flex .a1 {
    width: 1.6rem;
    height: 0.64rem;
    line-height: 0.64rem;
    padding: 0px;
    text-align: center;
    font-size: 0.24rem;
    position: absolute;
    right: 0.24rem;
    top: 0.32rem;
  }

  .ft_04_replay dl dd .ft_02_sub .ft_02sub_c {
    margin-top: 0.16rem;
  }

  .ft_02_b {
    margin-top: 0.64rem;
  }

  .ft_02_b span {
    line-height: 0.6rem;
    padding: 0px 0.24rem;
    font-size: 0.28rem;
    margin-left: 0px;
    margin-right: 0.16rem;
    margin-bottom: 0.16rem;
  }

  .ft_02_sub {
    margin-top: 0.4rem;
  }

  .ft_02_sub .ft_02sub_t a {
    line-height: 0.64rem;
    padding: 0px 0.4rem;
    font-size: 0.24rem;
  }

  .ft_02_sub .ft_02sub_c {
    margin-top: 0.32rem;
  }

  .ft_02_sub .ft_02sub_c .d2 {
    margin-top: 0.24rem;
  }

  .ft_02_sub .ft_02sub_c .d2 a {
    line-height: 0.64rem;
    padding: 0px 0.4rem;
    font-size: 0.24rem;
  }

  .ft_02_sub .ft_02sub_t a.a2 {
    margin-left: 0.24rem;
    padding: 0px 0.16rem;
  }

  .ft_02_sub .ft_02sub_t a.a3 {
    margin-left: 0.24rem;
    padding: 0px 0.24rem;
  }

  .ft_02_sub .ft_02sub_c button {
    cursor: pointer;
  }

  .ft_02c_more {
    max-height: 2.8rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: auto !important;
  }

  .ft_02c_more.on .ft02m_bg {
    width: 100%;
    height: 1.12rem;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 990;
    background: linear-gradient(
      360deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.552083) 74.48%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .ft02more_click {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: none;
    font-size: 0.2rem;
    color: #0055cd;
    z-index: 991;
    line-height: 1.3;
  }

  .ft02more_click.on {
    display: block;
  }

  .ft_03 {
    margin-top: 0.48rem;
  }

  .ft_03_t {
    margin-top: 0.48rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }

  .ft_04_01 {
    height: 0.64rem;
    line-height: 0.64rem;
  }

  .ft_04_01 label.lb1 {
    width: 0.64rem;
    height: 0.64rem;
  }

  .ft_04_01 label.lb2 {
    font-size: 0.28rem;
    margin-left: 0.16rem;
    padding-right: 0.24rem;
  }

  .ft_04_01 label.lb2 b {
    height: 0.24rem;
    top: 0.21rem;
  }

  .ft_04_01 label.lb3 {
    margin-left: 0.24rem;
  }

  .ft_04_01 label.lb3 i.i1 {
    height: 0.23rem;
    margin-top: 0.23rem;
  }

  .ft_04_01 label.lb3 i.i2 {
    font-size: 0.24rem;
    margin-left: 0.12rem;
  }

  .ft_04 ul li .ft_02_t1 {
    margin-top: 0.32rem;
  }

  .ft_02_t1 a.a2 {
    font-size: 0.24rem;
    background-size: 0.24rem;
    padding-left: 0.28rem;
  }

  .ft_02_c1 {
    margin-top: 0.4rem;
  }

  .ft_04 {
    margin-top: 0.48rem;
  }

  .ft_04_replay {
    margin-top: 0.32rem;
  }

  .ft_04_replay dl dd {
    padding: 0.24rem;
  }

  .ft_04_replay dl dd .ft_02_c1 {
    margin-top: 0.24rem;
  }

  .ft_04_replay dl dd .ft_02_sub {
    margin-top: 0.56rem;
  }

  .ft_02_sub .ft_02sub_c1 button {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    padding: 0px 0.41rem;
    border-radius: 0.08rem;
    cursor: pointer;
  }

  .ft_03_no {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-top: 0.4rem;
  }

  .sitewfr {
    padding: 10px 0px;
    font-size: 14px;
  }

  .tcswt_01 {
    line-height: 0.48rem;
    font-size: 0.36rem;
    font-weight: bold;
    margin-top: 0rem;
  }

  .tcswt_01 a.a1 {
    float: right;
    font-weight: normal;
    line-height: 0.46rem;
    border: 0.01rem solid #7f818f;
    border-radius: 0.06rem;
    padding: 0px 0.26rem;
    font-size: 0.24rem;
  }

  .tcswt_02 {
    margin-top: 0.24rem;
  }

  .twt02fr {
    padding: 0.08rem 0.24rem 0.4rem 0.24rem;
  }

  .twt02fr .li {
    line-height: 0.33rem;
    font-size: 0.28rem;
    margin-top: 0.32rem;
  }

  .twt02fr .li .p2 input.twt_02_txt {
    height: 0.72rem;
    line-height: 0.72rem;
    padding: 0px 0.23rem;
    font-size: 0.28rem;
    border-radius: 0.06rem;
  }

  .twt02fr .li .p2 textarea {
    font-size: 0.28rem;
  }

  .twt_p2_c ul {
    display: block;
  }

  .twt_p2_c ul li {
    width: 32%;
    float: left;
    height: 1.8rem;
    margin-right: 2%;
    margin-bottom: 0.24rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .twt_p2_c ul li:nth-child(3n) {
    margin-right: 0px;
  }

  .twt_p2_c ul li:last-child {
    display: none;
  }

  .twt_p2_c ul li label {
    height: 1rem;
    margin-top: 0.16rem;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }

  .twt_p2_c ul li img {
    max-height: 1rem;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }

  .twt_p2_c ul li em {
    font-size: 0.24rem;
    bottom: 0.18rem;
  }

  .twt02fr .li .p1 {
    font-size: 0.28rem;
    line-height: 0.33rem;
  }

  .twt02fr .li .p2 {
    margin-top: 0.24rem;
  }

  .ticsselfr {
    width: 100%;
  }

  .ticsselfr .ticssel_t {
    height: 0.72rem;
  }

  .ticsselfr .ticssel_t input {
    line-height: 0.72rem;
    font-size: 0.28rem;
  }

  .ticsselfr .ticssel_t b {
    width: 0.32rem;
    right: 0.24rem;
  }

  .ticsselfr .ticssel_c {
    top: 0.72rem;
    height: 2.72rem;
  }

  .ticsselfr .ticssel_c p {
    line-height: 0.6rem;
    height: 0.6rem;
  }

  .ticsselfr .ticssel_c p a {
    line-height: 0.6rem;
  }

  .ticsselfr .ticssel_c p span {
    font-size: 0.24rem;
  }

  .ticsselfr .ticssel_c p i {
    height: 0.6rem;
    right: 0.24rem;
  }

  .ticsselfr .ticssel_c p i img {
    width: 0.24rem;
  }

  .tics_a p {
    width: 100%;
  }

  .tics_a a {
    line-height: 0.6rem;
    font-size: 0.28rem;
    padding: 0px 0.24rem;
    margin-right: 0.12rem;
    margin-bottom: 0.13rem;
  }

  .tcswt_03 {
    margin-top: 0.48rem;
  }

  .tcswt_03 .wrap_c {
    font-size: 0px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }

  .tcswt_03 a,
  .tcswt_03 button {
    width: 32%;
    font-size: 0.28rem;
    line-height: 0.72rem;
    padding: 0px 0rem;
    height: 0.72rem;
    border-radius: 0.08rem;
    margin: 0px;
    text-align: center;
  }

  .tcswt_03 a.a2,
  .tcswt_03 button.a2 {
    width: 32%;
    line-height: 0.72rem;
    height: 0.72rem;
    margin: 0px;
  }

  .tcswt_04 {
    margin-top: 0.32rem;
    line-height: 0.28rem;
    font-size: 0.24rem;
  }

  .tcswt_04 p {
    line-height: 0.28rem;
  }

  .tcswt_04 input {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.08rem;
    margin-top: 0.02rem;
  }

  .ftfr_tab {
    overflow: hidden;
    margin-top: 0.48rem;
  }

  .tcs02r_t ul li {
    margin-right: 0.24rem;
  }

  .tcs02r_t ul li:nth-child(4) {
    margin-top: 0.24rem;
  }

  .tcs02r_t ul li a {
    line-height: 0.48rem;
    font-size: 0.28rem;
    padding: 0px 0.24rem;
  }

  .tcs02r_t {
    position: relative;
  }

  .tcs02r_t .fx_add {
    width: 0.52rem;
    height: 0.52rem;
    display: block;
    overflow: hidden;
    background: url("../images/c_02.svg") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .topics_02 {
    margin-top: 0.4rem;
    min-height: 36vh;
  }

  .tcs02_r {
    width: 100%;
    padding: 0px;
    background: none;
  }

  .topics_03 {
    line-height: 0.42rem;
    font-size: 0.36rem;
    margin-top: 0.08rem;
  }

  .tcs03_t {
    font-size: 0.36rem;
    line-height: 0.42rem;
  }

  .tcs03_c {
    margin-top: 0.4rem;
  }

  .tcs_03c_slide .swiper-slide {
    width: 51%; /*height:2.88rem;*/
    height: 3.5rem;
    padding: 0.24rem;
    border-radius: 0.08rem;
  }

  .tcs_03c_slide .swiper-slide em.em1 span {
    line-height: 0.6rem;
    padding: 0px 0.24rem;
    font-size: 0.28rem;
    font-weight: bold;
    border-radius: 0.06rem;
  }

  .tcs_03c_slide .swiper-slide em.em2 {
    margin-top: 0.24rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
    height: 0.84rem;
    -webkit-line-clamp: 3;
  }

  .tcs_03c_slide .swiper-slide em.em3 {
    margin-top: 0.4rem;
    line-height: 0.32rem;
  }

  .tcs_03c_slide .swiper-slide em.em3 span {
    font-size: 0.2rem;
    line-height: 0.32rem;
    height: 0.32rem;
  }

  .tcs_03c_slide .swiper-slide em.em3 span.sp1 {
    background-size: 0.32rem;
    padding-left: 0.36rem;
  }

  .tcs_03c_slide .swiper-slide em.em3 span.sp2 {
    background-size: 0.32rem;
    padding-left: 0.36rem;
    margin-left: 0.12rem;
  }

  .tcs_03c_slide .swiper-slide em.em3 span.sp3 {
    width: 0.24rem;
    background-size: 0.24rem;
  }

  .tcs_03c_slide .swiper-slide em.em3 span.sp3.on {
    width: 0.24rem;
    background-size: 0.24rem;
  }

  .topics_04 {
    margin-top: 0.48rem;
  }

  .topics_05 {
    margin-top: 0.48rem;
  }

  .membj_11 {
    margin-top: 0.42rem;
    text-align: right;
  }

  .membj_11 a {
    width: 1rem;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.24rem;
  }

  .membj_12 {
    margin-top: 0.24rem;
  }

  .membj_10fr {
    padding: 0.24rem;
  }

  .mem_01_l .d1 {
    width: 1.37rem;
    height: 1.37rem;
  }

  .mem_01_l .d2 {
    height: 1.37rem;
  }

  .mem_01_l .d2 p.p1 {
    font-size: 0.28rem;
    line-height: 0.33rem;
  }

  .mem_01_l .d2 p.p2 {
    margin-top: 0.14rem;
    line-height: 0.23rem;
  }

  .mem_01_l .d2 p.p2 i.i2 {
    font-size: 0.2rem;
    margin-left: 0.16rem;
  }

  .mem_01_l .d2 p.p2 i.i1 {
    height: 0.23rem;
  }

  .mem_01_l .d2 p.p2 i.i1 img {
    max-height: 0.23rem;
  }

  .mem_01_l .d2 p.p3 {
    margin-top: 0.24rem;
    height: 0.05rem;
  }

  .mem_01_l .d2 p.p3 label {
    width: 1.68rem;
    height: 0.05rem;
  }

  .mem_01_l .d2 p.p3 label b {
    height: 100%;
  }

  .mem_01_l .d4 {
    width: 100%;
    margin-left: 0px;
    margin-top: 0.24rem;
    padding: 0.24rem;
    padding-left: 1.3rem;
  }

  .mem_01_l .d4 .lb1 {
    width: 0.8rem;
    height: 0.8rem;
  }

  .mem_01_l .d4 .lb2 span {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin: 0.07rem 0px;
  }

  .mem_01_l .d4 .lb2 span i {
    font-size: 0.28rem;
  }

  .membj_13 {
    margin-top: 0.24rem;
  }

  .membj_13fr {
    padding: 0.4rem 0.24rem;
  }

  .memj13_t {
    font-size: 0.36rem;
    line-height: 0.42rem;
  }

  .memj13_t1 {
    margin-top: 0rem;
  }

  .memselfr {
    width: 100%;
  }

  .memselfr .memsel_t {
    height: 0.72rem;
  }

  .memselfr .memsel_t input {
    line-height: 0.72rem;
    font-size: 0.28rem;
    padding: 0px 0.24rem;
  }

  .memselfr .memsel_t b {
    width: 0.32rem;
    height: 0.32rem;
    top: 50%;
    margin-top: -0.16rem;
    right: 0.24rem;
  }

  .mem_check {
    margin-left: 0px;
    height: 0.72rem;
    margin-top: 0.24rem;
    width: 100%;
  }

  .mem_check a {
    line-height: 0.72rem;
    padding: 0px 0rem;
    font-size: 0.24rem;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .mem_tip {
    width: 100%;
    line-height: 0.6rem;
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }

  .mem_tip span {
    background-size: 0.4rem;
    padding-left: 0.48rem;
  }

  .memj13_c {
    margin-top: 0.4rem;
  }

  .memj13_c ul {
    width: 100%;
  }

  .memj13_c ul li {
    margin-bottom: 0.32rem;
  }

  .memj13_c ul li em.em1 {
    width: 0.5rem;
    font-size: 0.5rem;
  }

  .memj13_c ul li em.em2 {
    width: 0.64rem;
    margin-left: 0.24rem;
  }

  .memj13_c ul li em.em3 {
    margin-left: 0.08rem;
    font-size: 0.28rem;
  }

  .memj13_c ul li em {
    height: 0.64rem;
  }

  .memj13_c ul li em.em4 i.i1 {
    font-size: 0.5rem;
  }

  .memj13_c ul li em.em4 i.i2 {
    font-size: 0.24rem;
    margin-left: 0.08rem;
  }

  .mem_01 {
    margin-top: 0.4rem;
  }

  .mem_01fr {
    padding: 0.24rem;
  }

  .mem_01_r {
    width: 100%;
  }

  .mem_01_l {
    width: 100%;
  }

  .mem_01_l .d5 {
    display: none;
  }

  .mem_01_r .mr_01 {
    width: 100%;
    margin-top: 0.24rem;
    float: none;
  }

  .mem_01_r .mr_02 {
    width: 100%;
    margin: 0px;
    margin-top: 0.4rem;
    height: auto;
    float: none;
    text-align: center;
  }

  .mem_01_r .mr_02 a {
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.24rem;
    padding: 0px 0.24rem;
  }

  .mem_02 {
    margin-top: 0.4rem;
  }

  .mem_02 ul li a {
    line-height: 0.72rem;
    padding: 0px 0.4rem;
    font-size: 0.26rem;
  }

  .mem_03 {
    margin-top: 0.24rem;
  }

  .mem_03fr {
    padding: 0.34rem 0.24rem 0px 0.24rem;
  }

  .mem_03_t {
    font-size: 0.36rem;
    line-height: 0.42rem;
  }

  .mem_03_c {
    margin-top: 0.4rem;
  }

  .mem_03_c ul li {
    width: 100%;
    margin-right: 0px;
    min-height: 1.5rem;
    margin-bottom: 0.24rem;
    padding-left: 1.9rem;
  }

  .mem_03_c ul li em.em1 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .mem_03_c ul li em.em2 {
    height: 1.5rem;
  }

  .mem_03_c ul li em.em2 span.sp1 {
    font-size: 0.26rem;
    line-height: 0.3rem;
  }

  .mem_03_c ul li em.em2 span.sp2 {
    height: 0.08rem;
    margin-top: 0.24rem;
  }

  .mem_03_c ul li em.em2 span.sp2 b {
    height: 100%;
  }

  .mem_05 .mem_05l_t {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.36rem;
  }

  .mem_05 .mem_05_l {
    width: 100%;
  }

  .mem_05 .mem_05_r {
    width: 100%;
    margin-top: 0.24rem;
  }

  .mem_05 .mem_05_l .mem_05l_c ul li {
    padding: 0.24rem 0px;
  }

  .mem_05 .mem_05_l .mem_05l_c ul li em.em1 {
    font-size: 0.6rem;
  }

  .mem_05 .mem_05_l .mem_05l_c ul li em.em2 {
    font-size: 0.24rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }

  .mem_05 .mem_05_r .mem_05r_c ul li {
    padding: 0.24rem 0px;
  }

  .mem_05 .mem_05_r .mem_05r_c ul li em.em1 {
    font-size: 0.6rem;
  }

  .mem_05 .mem_05_r .mem_05r_c ul li em.em2 {
    font-size: 0.24rem;
    line-height: 0.3rem;
    height: 0.3rem;
  }

  .mem_05 .mem_05_fan,
  .mem_05 .mem_05_following {
    width: 100%;
    margin-top: 0.24rem;
  }

  .mem_05_on .mem_05_l .mem_05l_c ul li {
    width: 25%;
  }

  .mem_05_on .mem_05_r .mem_05r_c ul li {
    width: 50%;
  }

  .mem_05_on .mem_05_r {
    margin: 0px;
    margin-top: 0.24rem;
  }

  .mem_05 .mem_05_fan .mem_05f_t,
  .mem_05 .mem_05_following .mem_05f_t {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.36rem;
    padding-left: 0.24rem;
  }

  .mem_06 {
    margin-top: 0.24rem;
  }

  .mem_06fr {
    padding: 0.1rem 0px 0.1rem 0px;
  }

  .mem_06_t {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.36rem;
    padding-left: 0.24rem;
  }

  .mem_06_c {
    padding-top: 0.14rem;
  }

  .mem_06_c ul {
    width: calc(100% - 0.48rem);
    display: block;
  }

  .mem_06_c ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 0.3rem;
  }

  .mem_06_c ul li:nth-child(2n) {
    margin-right: 0px;
  }

  .mem_06_c ul li .mem06c_c {
    font-size: 0.28rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
  }

  .mem_06_c ul li .mem06c_t em.em2 span {
    font-size: 0.24rem;
  }

  .membj_01 {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    padding-left: 0.24rem;
    margin-top: 0.24rem;
  }

  .membj_02 {
    margin-top: 0rem;
  }

  .membj_02fr {
    padding: 0.4rem 0.24rem;
  }

  .membj_03 {
    padding-bottom: 0.4rem;
  }

  .mem_01_l .d1 .edit_photo_click span {
    text-align: center;
  }

  .membj_04 {
    margin-top: 0.4rem;
    font-size: 0.36rem;
    line-height: 0.6rem;
  }

  .membj_05 {
    margin-top: 0.24rem;
  }

  .membj_05 ul li {
    line-height: 0.72rem;
    height: 0.72rem;
    margin-bottom: 0.24rem;
    padding-left: 1.4rem;
  }

  .membj_05 ul li em.em1 {
    font-size: 0.24rem;
  }

  .membj_05 ul li em.em2 input.membj_txt {
    width: 100%;
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.24rem;
    padding: 0px 0.24rem;
  }

  .membj_05 ul li em.em2 select {
    height: 0.72rem;
    line-height: 0.72rem;
    padding: 0px 0.24rem 0px 0.24rem;
    font-size: 0.24rem;
    width: 2rem;
  }

  .membj_05 ul li em.em2 select.sel1 {
    width: 100%;
  }

  .membj_05 ul li.li1 {
    height: 2rem;
  }

  .membj_05 ul li em.em2 textarea {
    width: 100%;
    font-size: 0.24rem;
    height: 2rem;
    padding: 0.24rem;
  }

  .membj_07 {
    margin-top: 0.24rem;
    line-height: 0.28rem;
    font-size: 0.24rem;
  }

  .membj_07 input {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.08rem;
    margin-top: 0.02rem;
  }

  .membj_04 .membj_search {
    width: 100%;
    margin-left: 0px;
    margin-top: 0.24rem;
    height: 0.72rem;
  }

  .membj_04 .membj_search input.membj_txt {
    font-size: 0.24rem;
    padding: 0px 0.24rem;
  }

  .membj_04 .membj_search input.membj_btn {
    width: 1rem;
    height: 100%;
    background-size: 0.4rem;
  }

  .membj_08 {
    margin-top: 0.24rem;
  }

  .membj_08 ul li {
    width: 100%;
    margin-right: 0px;
    padding: 0.2rem 0px;
    margin-bottom: 0.2rem;
  }

  .membj_08 ul li em.em1 {
    width: 0.64rem;
    height: 0.64rem;
  }

  .membj_08 ul li em.em1 img {
    height: 0.64rem;
  }

  .membj_08 ul li em.em2 {
    font-size: 0.28rem;
    height: 0.64rem;
    line-height: 0.48rem;
    margin-left: 0.16rem;
  }

  .membj_08 ul li em.em3 {
    height: 0.64rem;
  }

  .membj_08 ul li em.em3 a {
    line-height: 0.48rem;
    font-size: 0.24rem;
    padding: 0px 0.14rem;
  }

  .membj_09 {
    margin-top: 0.48rem;
  }

  .membj_09 a {
    line-height: 0.72rem;
    padding: 0px 0.5rem;
    font-size: 0.28rem;
    margin-left: 0.16rem;
  }

  .autocomplete-suggestion span {
    font-size: 0.18rem;
  }

  .autocomplete-suggestion i img {
    width: 0.3rem;
  }

  .autocomplete-suggestion {
    height: 0.6rem;
    line-height: 0.6rem;
  }

  .autocomplete-selected {
    height: 0.6rem;
  }

  .autocomplete-suggestion i {
    height: 0.6rem;
    right: 0.24rem;
  }

  .etavartc .etavartc_c {
    width: 93%;
    left: 3.5%;
    margin-left: 0px;
    padding: 0.4rem 0.4rem;
  }

  .etavartc .etavartc_c a.close {
    width: 0.4rem;
    height: 0.4rem;
    right: 0.24rem;
    top: 0.16rem;
  }

  .etavartc .etavartc_c .ttcc_t p.p1 {
    font-size: 0.36rem;
    line-height: 0.4rem;
  }

  .etavartc .etavartc_c .ttcc_t p.p2 {
    font-size: 0.24rem;
    line-height: 0.3rem;
    margin-top: 0.16rem;
  }

  .etavartc .etavartc_c .ttcc_c {
    margin-top: 0.48rem;
    padding: 0px 0.24rem;
  }

  .etavartc .etavartc_c .ttcc_c ul li {
    margin-bottom: 0.24rem;
  }

  .etavartc .etavartc_c .ttcc_b {
    margin-top: 0.24rem;
  }

  .etavartc .etavartc_c .ttcc_b a {
    line-height: 0.6rem;
    font-size: 0.24rem;
    padding: 0px 0.24rem;
  }

  .upictc .upictc_c {
    width: 93%;
    left: 3.5%;
    margin-left: 0px;
    padding: 0.4rem;
  }

  .upictc .upictc_c a.close {
    width: 0.4rem;
    height: 0.4rem;
    right: 0.24rem;
    top: 0.16rem;
  }

  .upictc .upictc_c .upictcc_t p.p1 {
    font-size: 0.36rem;
    line-height: 0.4rem;
  }

  .upictc .upictc_c .upictcc_c {
    margin-top: 0.64rem;
  }

  .upictc .upictc_c .upictcc_c p.p1 label {
    width: 2rem;
    height: 2rem;
  }

  .upictc .upictc_c .upictcc_c p.p2 {
    margin-top: 0.7rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

  .upictc .upictc_c .upictcc_c p.p3 a {
    line-height: 0.6rem;
    font-size: 0.24rem;
    width: 2.8rem;
    margin: 0px 0.12rem;
  }

  .dfgz_01 {
    margin-top: 0.4rem;
  }

  .dfgzfr {
    padding: 0.4rem 0.24rem;
  }

  .dfgzfr p.p1 {
    font-size: 0.36rem;
    line-height: 0.42rem;
    margin-bottom: 0.24rem;
  }

  .dfgzfr p {
    font-size: 0.24rem;
    line-height: 0.28rem;
  }

  .dfgz_table {
    margin-top: 0.4rem;
  }

  .dfgz_table table tr th {
    font-size: 0.24rem;
    line-height: 0.28rem;
    padding: 0.32rem 0.4rem;
  }

  .dfgz_table table tr td {
    padding: 0.24rem 0.4rem;
  }

  .dfgz_table table.tab1 tr td:nth-child(2) {
    font-size: 0.2rem;
  }

  .dfgz_table table.tab1 tr td:nth-child(3) {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }

  .dfgz_table table.tab2 tr td:nth-child(1) i.i1 {
    font-size: 0.36rem;
  }

  .dfgz_table table.tab2 tr td:nth-child(1) i.i2 {
    font-size: 0.2rem;
    margin-left: 0.08rem;
  }

  .dfgz_table table.tab2 tr td:nth-child(2) {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }

  .dfgz_ul {
    padding-top: 0.6rem;
    width: 100%;
  }

  .dfgz_ul ul li {
    margin-bottom: 0.4rem;
    width: 100%;
    margin-right: 0px;
    min-height: 2.6rem;
    padding-left: 2.4rem;
  }

  .dfgz_ul ul li em.em1 {
    width: 2rem;
    height: 2.6rem;
  }

  .dfgz_ul ul li em.em1 img {
    max-width: 1rem;
    display: block;
  }

  .dfgz_ul ul li em.em2 {
    height: 2.6rem;
  }

  .dfgz_ul ul li em.em2 span.sp1 {
    font-size: 0.3rem;
    line-height: 0.35rem;
  }

  .dfgz_ul ul li em.em2 span.sp2 {
    font-size: 0.24rem;
    line-height: 0.28rem;
    margin-top: 0.12rem;
  }

  .fltk_01 {
    margin-top: 0.4rem;
  }

  .fltk_01fr {
    padding: 0.4rem 0.24rem;
  }

  .fltk_01fr p.p1 {
    font-size: 0.36rem;
    line-height: 0.42rem;
    margin-bottom: 0.24rem;
  }

  .fltk_01fr p.p2 {
    font-size: 0.28rem;
    line-height: 0.32rem;
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
  }

  .fltk_01fr p.p3 {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }

  .fltk_01fr p.p4 {
    font-size: 0.24rem;
    line-height: 0.28rem;
    margin-top: 0.48rem;
  }

  .fltk_01fr ul.ul1 {
    margin-top: 0.24rem;
  }

  .fltk_01fr ul.ul1 li {
    font-size: 0.28rem;
    line-height: 0.32rem;
    padding-left: 0.56rem;
    margin-bottom: 0.24rem;
  }

  .fltk_01fr ul.ul1 li span.sp1 {
    font-size: 0.28rem;
    left: 0.24rem;
    line-height: 0.32rem;
  }

  .fltk_01fr ul.ul1 dl {
    margin: 0.24rem 0px;
    padding: 0px 0px 0px 0.4rem;
  }

  .fltk_01fr ul.ul1 dl dd {
    font-size: 0.28rem;
    line-height: 0.32rem;
    padding-left: 0.2rem;
  }

  .fltk_01fr ul.ul1 dl dd:before {
    width: 0.1rem;
    height: 0.1rem;
    top: 0.09rem;
  }

  .fltk_01fr p.p5 {
    font-size: 0.28rem;
    line-height: 0.32rem;
    margin-top: 0.48rem;
  }

  .mes_01 {
    margin-top: 0.4rem;
  }

  .mes01_r {
    width: 100%;
    margin-top: 0.24rem;
  }

  .mes01_r ul li {
    padding: 0px 0.24rem 0.24rem 2.2rem;
    margin-top: 0.24rem;
  }

  .mes01_r ul li em.em1 {
    left: 0.24rem;
  }

  .mes01_r ul li em.em1 span.sp1 i.i1 {
    font-size: 0.48rem;
    line-height: 0.5rem;
  }

  .mes01_r ul li em.em1 span.sp1 i.i2 {
    font-size: 0.2rem;
    margin-left: 0.08rem;
    line-height: 0.2rem;
  }

  .mes01_r ul li em.em1 span.sp2 {
    font-size: 0.18rem;
    line-height: 0.2rem;
  }

  .mes01_r ul li em.em2 {
    font-size: 0.28rem;
    min-height: 1rem;
  }

  .mes01_r ul li em.em4 {
    padding-right: 0px;
    padding-bottom: 0.5rem;
  }

  .mes01_r ul li em.em2 a.lit {
    top: inherit !important;
    bottom: 0px;
    margin-top: 0px;
    font-size: 0.2rem;
    padding: 0px 0.14rem;
    line-height: 0.4rem;
  }

  .mes01_r ul li em.em3 {
    display: none;
  }

  .mes01_r ul li em.em3 a {
    font-size: 0.2rem;
    padding: 0px 0.14rem;
    line-height: 0.4rem;
  }

  .mes01_l {
    width: 100%;
  }

  .mes01_l .membj_10 {
    background-color: #fff;
    padding: 0.4rem 0.24rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 8px;
  }

  .pagesfr {
    margin-top: 0.4rem;
  }

  .pagesfr a {
    margin: 0px 0.12rem;
    font-size: 0.24rem;
    line-height: 0.72rem;
    padding: 0px 0.24rem;
  }

  .tipfr .tip_c {
    font-size: 0.24rem;
    line-height: 0.34rem;
  }

  .txkptcfr {
    position: fixed;
    width: 93%;
  }

  .txkptcfr > label {
    display: none;
  }

  .txkptcfr .txkptc_c {
    padding: 0.32rem 0.4rem 0.5rem 0.4rem;
  }

  .txkptc_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999998;
    background-color: rgba(82, 84, 95, 0.75);
    display: none;
  }

  .txkptcfr a.close {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    overflow: hidden;
    background: url("../images/menu_02.svg") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0.24rem;
    top: 0.16rem;
  }

  .txkptcc_t {
    margin-top: 0.4rem;
  }

  .txkptcc_t .d1 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .txkptcc_t .d2 {
    min-height: 1.2rem;
    margin-left: 0.24rem;
  }

  .txkptcc_t .d2 p.p1 {
    font-size: 0.28rem;
    line-height: 0.33rem;
  }

  .txkptcc_t .d2 p.p2 {
    line-height: 0.23rem;
    font-size: 0.2rem;
    margin-top: 0.08rem;
  }

  .txkptcc_t .d2 p.p2 i.i1 {
    height: 0.23rem;
  }

  .txkptcc_t .d2 p.p2 i.i2 {
    font-size: 0.2rem;
    margin-left: 0.16rem;
  }

  .txkptcc_t .d2 p.p3 {
    font-size: 0.24rem;
    line-height: 0.34rem;
  }

  .txkptcc_t .d2 p.p3 i {
    font-size: 0.28rem;
  }

  .txkptcc_c {
    width: 60%;
    float: left;
  }

  .txkptcc_c ul li {
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding-left: 1.9rem;
  }

  .txkptcc_i {
    width: 36%;
    float: right;
  }

  .txkptcc_i ul {
    display: block;
  }

  .txkptcc_i ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 0.4rem;
  }

  .txkptcc_i ul li:nth-child(2n) {
    margin-right: 0px;
  }

  .txkptcc_b {
    margin: 0px;
    padding-top: 0.6rem;
  }

  .txkptcc_b a {
    line-height: 0.64rem;
    font-size: 0.24rem;
  }

  .level_01 img {
    height: 0.08rem;
  }

  .level_02 img {
    height: 0.08rem;
  }

  .level_03 img {
    height: 0.08rem;
  }

  .level_04 img {
    height: 0.16rem;
  }

  .level_05 img {
    height: 0.16rem;
  }

  .level_06 img {
    height: 0.2rem;
  }

  a.retop_click {
    width: 0.64rem;
    height: 0.64rem;
    right: 0.48rem;
    bottom: 0.48rem;
  }

  .t_f,
  .t_f td {
    font-size: 0.24rem;
  }

  .ft_02_c font {
    font-size: 0.24rem;
  }

  .tcs02l_li_wap_empty {
    height: 1.12rem;
  }

  .tcs02l_li_wap {
    width: calc(100% - 0.96rem);
    overflow: hidden;
    position: fixed;
    left: 0.48rem;
    bottom: 0.3rem;
    z-index: 999;
    text-align: center;
  }

  .tcs02l_li_wap a {
    width: 100%;
    display: block;
    height: 0.72rem;
    line-height: 0.72rem;
    border-radius: 0.08rem;
    font-size: 0.28rem;
    color: #fff;
    background-color: #0055cd;
  }

  .tcs_03c_slide {
    height: auto;
  }

  /*2023*/

  .votefr .vote_t span {
    font-size: 0.28rem;
    line-height: 0.33rem;
    background-size: 0.33rem;
    padding-left: 0.43rem;
  }

  .votefr .vote_c {
    padding: 0.2rem;
  }

  .votefr .vote_c .votec_t input.votec_txt {
    height: 0.72rem;
    padding: 0px 0.23rem;
    font-size: 0.28rem;
  }

  .votefr .vote_c .votec_c {
    padding: 0.05rem 0.23rem;
  }

  .votefr .vote_c .votec_c .votecc_c p input {
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.28rem;
  }

  .votefr .vote_c .votec_c .votecc_c p a.revotec_click {
    width: 0.33rem;
  }

  .votefr .vote_c .votec_c .votecc_c p {
    padding-left: 0.43rem;
  }

  .votefr .vote_c .votec_c .votecc_b {
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.28rem;
  }

  .votefr .vote_c .votec_c .votecc_b a {
    background-size: 0.33rem;
    padding-left: 0.43rem;
  }

  .votefr .vote_c .vote_b1 {
    font-size: 0.28rem;
    line-height: 1.5;
    margin-top: 0.1rem;
  }

  .votefr .vote_c .vote_b2 {
    font-size: 0.28rem;
    margin-top: 0.1rem;
  }

  .votefr .vote_c .vote_b2 label:nth-child(2) {
    margin-left: 0.3rem;
  }

  .votefr .vote_c .vote_b2 label input {
    margin-left: 0.1rem;
  }

  .votefr .vote_c .vote_b3 {
    font-size: 0.28rem;
    margin-top: 0.2rem;
    line-height: 0.72rem;
  }

  .votefr .vote_c .vote_b3 .sp2 {
    margin-left: 0.3rem;
    line-height: 0.72rem;
    padding: 0px 0.15rem;
  }

  .votefr .vote_c .vote_b3 .sp2 input {
    padding-right: 20px;
    font-size: 0.28rem;
  }

  .votefr.on .vote_t span {
    background-size: 0.33rem;
    padding-left: 0.43rem;
  }

  .twt02fr .li .p3 ul li {
    font-size: 0.28rem;
    margin-left: 0.3rem;
  }

  .ft_02_c10 .ft_02c10_t span {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .ft_02_c10 .ft_02c10_t i {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-left: 0px;
  }

  .zin_01_tab ul li {
    font-size: 0.3rem;
    margin: 0px 10px;
    line-height: 0.4rem;
    padding-bottom: 0.14rem;
  }

  .zin_01_tab {
    margin-top: 0.4rem;
  }

  .zin_01_c {
    padding-top: 0.3rem;
  }

  .zin_01_c ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .zin_01_c ul li {
    font-size: 0.24rem;
    padding: 0.1rem 0.1rem;
    height: 1.2rem;
  }

  .zin_01_c ul li em.em1 img {
    max-width: 0.8rem;
  }

  .zin_01_c ul li:hover {
    transform: translateY(0rem);
  }

  .seachfr .wrap_c {
    padding: 0.4rem 0px;
  }

  .sch_t {
    padding: 0px 0.4rem;
    height: 0.8rem;
  }

  .sch_t input.scht_txt {
    font-size: 0.24rem;
    padding: 0px 0.2rem 0px 0.8rem;
    height: 0.8rem;
  }

  .sch_t input.scht_btn {
    left: calc(0.4rem + 0.2rem);
  }

  .sch_t1 {
    padding: 0.2rem 0.4rem;
    font-size: 0.24rem;
  }

  .sch_t2 {
    padding: 0rem 0.4rem;
    margin-top: 0.4rem;
  }

  .sch_t2 ul li {
    font-size: 0.24rem;
    margin-right: 0.2rem;
  }

  .schc3_c {
    padding: 0px 0.4rem 0.4rem 0.4rem;
  }

  .sch_c3fr {
    margin-top: 0.4rem;
  }

  .schc3c_t span.sp1 {
    font-size: 0.36rem;
  }

  .schc3c_t span.sp2 {
    font-size: 0.24rem;
  }

  .schc3c_t a {
    font-size: 0.24rem;
  }

  .schc3_c0 .in_02_c {
    padding-top: 0px;
  }

  .schc3_c1 .ft_04 {
    margin-top: 0px;
  }

  .schc3_c1 ul li {
    padding: 0.3rem;
  }

  .schc3_c1 ul li .ft_02_fx {
    right: 0.3rem;
    top: 0.45rem;
  }

  .schc3_c2 ul {
    padding-top: 0px;
  }

  .schc3_c2 ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.2rem;
  }

  .schc3_c2 ul li {
    padding: 0.4rem 0.2rem;
  }

  .schc3_c3 ul li {
    font-size: 0.24rem;
    line-height: 1.5;
  }

  .schc3_c3 ul li a {
    padding-right: 0px;
  }

  .schc3_c3 ul li em.em1 {
    white-space: inherit;
  }

  .schc3_c3 ul li em.em2 {
    position: relative;
  }

  .schc3_c3 ul li em.em2 span {
    background-size: 0.2rem;
    background-position: 0px 0.06rem;
    padding-left: 0.3rem;
  }

  .schc3_c4 .in_03_c {
    padding-top: 0px;
  }

  .schc3_c5 ul {
    grid-gap: 0.1rem;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0px;
  }

  .schc3_c5 ul li:hover {
    transform: translateY(0px);
  }

  .zin_06_c {
    padding-top: 0.2rem;
  }

  .zin_06_c ul {
    display: block;
  }

  .zin_06_c ul li {
    width: 100%;
    margin-bottom: 0.24rem;
  }

  .zin_06_c ul li:last-child {
    margin-bottom: 0px;
  }

  .zin_06_c ul li em.em2 span.sp1 {
    font-size: 0.24rem;
    line-height: 0.4rem;
    max-height: 0.8rem;
    height: auto;
  }

  .zin_06_c ul li em.em2 span.sp2 {
    font-size: 0.24rem;
  }

  .sch01r_li label input {
    margin: 1px 5px 0px 0px;
  }

  .sch01r_li label {
    margin-right: 10px;
  }

  .sch01r_li:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  /*2023*/

  .sxsch_01_fl {
    width: 100%;
  }

  .sxsch_01_fr {
    width: 100%;
  }

  .sch01r_li {
    width: 100%;
    margin-top: 10px;
  }

  .sch01r_li:nth-child(2) {
    margin: 0px;
    margin-top: 5px;
  }

  /*end2023*/

  .wap-fr {
    float: left;
    margin-top: 20px;
  }

  .backtotop {
    bottom: 20px;

    right: 10px;

    width: 30px;

    height: 30px;
  }

  .backtotop > img {
    display: block;
    width: 100%;
  }

  .in_02_c ul li em.em1 span.sp1 {
    white-space: normal;
  }
}

u {
  text-decoration: underline;
}

s,
strike {
  text-decoration: line-through;
}

.ft_02_fx a.a9 {
  display: none;
}

.wap_follow {
  display: none;
}

.ft_02_t1 a.a3 {
  display: none;
}

.ft_02sub_t a.a8 {
  float: right;

  font-size: 16px;

  color: #0055cd;

  display: inline-block;

  background: url(../images/arr0.png) right center no-repeat;

  padding-right: 28px;

  font-weight: bold;

  border: none;
}

.t02li_submit {
  display: none;
}

.ft_02c_more {
  max-height: 2.8rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: auto !important;
}

.ft_02c_more.on .ft02m_bg {
  width: 100%;
  height: 1.12rem;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 990;
  background: linear-gradient(
    360deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.552083) 74.48%,
    rgba(255, 255, 255, 0) 100%
  );
}

.ft02more_click {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  font-size: 0.2rem;
  color: #0055cd;
  z-index: 991;
  line-height: 1.3;
}

.ft02more_click.on {
  display: block;
}

@media screen and (max-width: 1226px) {
  .wap_follow {
    display: inline-block;
    padding: 0 0.2rem;
    border: solid #666 1px;
    border-radius: 4px;
    font-size: 0.24rem;
    color: #52545f;
    margin-top: 5px;
  }

  .wap_hidden {
    display: none;
  }

  .ft_02_t1 a.a2 {
    display: none;
  }

  .ft_02_t1 a.a3 {
    float: right;

    font-size: 0.24rem;

    color: #0055cd;

    display: inline-block;

    background: url(../images/arr0.png) right center no-repeat;

    padding-right: 28px;

    font-weight: bold;

    cursor: pointer;
  }

  .ft_02_t1 a.a3.show {
    background: url(../images/arr1.png) right center no-repeat;
  }

  .morereply {
    display: none;
  }

  .ft_02sub_t a.a8 {
    display: none;
  }

  .ft_02_fx a.a9 {
    font-size: 0.24rem;
    color: #52545f;

    display: inline-block;

    background: url("../images/cbox_01_checked.svg") left center no-repeat;

    background-size: auto;

    background-size: 16px;

    padding-left: 18px;

    margin-right: 8px;
  }

  .t02li_submit {
    display: block;
    width: 100%;
    padding-bottom: 0.4rem;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 990;
  }

  .t02li_submit .btn09 {
    width: 100%;
    border: none;
    background: #0055cd;
    font-size: 0.3rem;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    padding: 0.12rem 0;
  }

  .t02lic_style3 {
    padding-bottom: 1.2rem !important;
  }
}

.ft01_r {
  position: relative;
}

em.em8 {
  display: inline-block;

  background: url("../images/topic_01.svg") no-repeat;

  background-size: auto;

  background-size: 100% 100%;

  width: 60px;

  height: 18px;

  line-height: 18px;

  text-align: right;

  font-size: 12px;

  color: #fff;

  position: absolute;

  right: 0px;

  top: 0px;
}

em.em8 span {
  margin-right: 6px;
}


/*20240319*/

#translate1 .i1{display:none;}

@media screen and (max-width: 768px) {
    .ftfr_2023 .ft01_asde{position:relative !important;top:0px !important;width:100%;margin-top:20px;}
    .topfr .fr{width:.48rem;}

    .ft_01_l{padding-top:.9rem;}
    .ft_01_r{width:100%;align-items:flex-start;}
    .ft_01_r .fll1r_c{width:100%;}
    .ft_01_r .a2{margin-left:.16rem;margin-top:0px;}

    .ft_01_l .d1 .jftc_header{width:1.37rem !important;height:1.37rem !important;}

    .ft_02_t1{position:relative;padding-bottom:.5rem;}
    #translate1 select{font-size:.24rem;background-size:.24rem;padding-left:.28rem;width:auto !important;position:absolute;left:0px;top:0px;z-index:9;opacity:0;}
    #translate1{position:absolute;right:0rem;top:.36rem;z-index:6;width:auto !important;margin-right:0px !important;}
    .ft_02_t1 a.a1{position:absolute;right:0px;top:0px;z-index:9;}
    .ft_02_t1 span{margin-right:.05rem;}

    #translate1 .i1{display:inline-block;font-size:.24rem;line-height:.24rem;pointer-events:none;position:relative;z-index:1;background:url("../images/lgn.svg") 0% 50% no-repeat;color:#52545f;background-size:.24rem;padding-left:.28rem;}

    .in_02_c ul li em.em1 span{line-height:.4rem;}
    .in_02_c ul li em.em1 i{line-height:.33rem;font-size:.22rem;padding:0px 5px;display:inline-block;}

    .sxsch_01_fl{width:130px;line-height:30px;}
    .sxsch_01_fr{max-width:100%;justify-content:space-between;}
    .sxsch_01_fr label{margin-left:0px;}
    .sxsch_01_fr label:nth-child(1){width:60%;}
    .sxsch_01_fr label:nth-child(2){float:right;width:38%;}
    .sxsch_01_fr label span{width:100%;display:block;overflow:hidden;margin-bottom:.1rem;float:none;display:none;}
    .sxsch_01_fr label select{float:none;width:100%;font-size:.24rem;}

    .suber_slide{height:3.04rem;}

    .in_01_c ul{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2%;}
    .twt_p2_c ul li:nth-child(3n){margin-right:0%;}
    .twt_p2_c ul li:nth-child(2n){margin-right:0%;}
    .twt_p2_c ul li:nth-child(7){margin-right:0px;}
    .twt_p2_c ul li:nth-child(10){margin-right:0px;}

    .twt_p2_c ul li{margin-right:0px;width:100%;}
    .twt_p2_c ul li em{top:initial;}
    .twt_p2_c ul li em span{line-height:initial;height:initial;}

    .in_01_t p.p2{margin-top:.14rem;}

    .ft01as_c ul li a{overflow:visible;}

    .ft01as_c1 span{text-align:left;}



}
/*end 20230319*/