body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
ul,
ol,
li,
fieldset,
legend,
button,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-family: Arial, "Hiragino Sans GB", sans-serif;
}
html {
  -webkit-text-size-adjust: none;
}
.yahei {
  font-family: Arial, "Hiragino Sans GB", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  font-weight: normal;
  line-height: 1.6;
  font-family: Arial, "Hiragino Sans GB", sans-serif;
}
h1,
.h1 {
  font-size: 1.2rem;
}
h2,
.h2 {
  font-size: 1rem;
}
h3,
.h3 {
  font-size: 0.9rem;
}
h4,
.h4 {
  font-size: 0.8rem;
}
h5,
.h5 {
  font-size: 0.7rem;
}
h6,
.h6 {
  font-size: 0.6rem;
}
small {
  font-size: 0.5rem;
}
em,
i {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
a,
a:hover,
a:link,
a:visited,
a:focus {
  text-underline: none;
  text-decoration: none;
  outline-style: none;
}
fieldset,
img {
  border: none;
}
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: none;
  height: 1px;
}
label {
  font-size: 0.8rem;
}
.a_cover,
.img_b {
  width: 100%;
  height: 100%;
  display: block;
}
.clear-both {
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.pull_left {
  float: left;
}
.pull_right {
  float: right;
}
.ulchild_left > * {
  float: left;
}
.ulchild_left:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.pof {
  position: fixed;
}
.text_indent {
  text-indent: 2em;
}
.text_ap {
  text-transform: capitalize;
}
/*大写开头*/
.text_up {
  text-transform: uppercase;
}
/*全大写*/
.text_low {
  text-transform: lowercase;
}
/*全小写*/
.text_inh {
  text-transform: inherit;
}
/*从父元素继承 text-transform 属性*/
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.bg_n {
  background: no-repeat;
}
.bg_ncc {
  background: no-repeat center center;
}
.bg_ncb {
  background: no-repeat center bottom;
}
.bg_nccc {
  background: no-repeat center center;
  background-size: cover;
}
.bg_ncci {
  background: no-repeat center center;
  background-size: contain;
}
.bg_ncc100 {
  background: no-repeat center center;
  background-size: 100% 100%;
}
.tra_03 {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.tra_05 {
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.tra_1 {
  transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
}
.border_box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.rightModle {
  position: absolute;
  right: 0;
  top: 0;
}
.overHide {
  overflow: hidden;
}
.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.disB {
  display: block;
}
.disI {
  display: inline;
}
.disIB {
  display: inline-block;
}
.disN {
  display: none;
}
.cursorP {
  cursor: pointer;
}
.cursorD {
  cursor: default;
}
.user_select {
  -moz-user-select: none;
  -ms-user-select: none;
  -ktml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/*商品图片特效*/
.img_tra {
  overflow: hidden;
}
.img_tra img {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.img_tra img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.img_mid {
  display: table;
  text-align: center;
}
.img_mid > * {
  vertical-align: middle;
  display: table-cell;
  line-height: 0;
}
/*内边距*/
/*外边距*/
.col_1 {
  width: 100%;
  float: left;
}
.col_2 {
  width: 50%;
  float: left;
}
.col_3 {
  width: 33.33333333%;
  float: left;
}
.col_4 {
  width: 25%;
  float: left;
}
.col_5 {
  width: 20%;
  float: left;
}
.col_6 {
  width: 16.66666667%;
  float: left;
}
.col_66 {
  width: 66.66666667%;
  float: left;
}
.col_75 {
  width: 75%;
  float: left;
}
.col_80 {
  width: 80%;
  float: left;
}
.col_83 {
  width: 83.33333333%;
  float: left;
}
/*内边距*/
.pad_lr12 {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.pad_tb12 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.pad_t12 {
  padding-top: 0.6rem;
}
.pad_b12 {
  padding-bottom: 0.6rem;
}
.pad_l12 {
  padding-left: 0.6rem;
}
.pad_r12 {
  padding-right: 0.6rem;
}
.pad_12 {
  padding: 0.6rem;
}
.pad_5 {
  padding: 0.25rem;
}
.pad_10 {
  padding: 0.5rem;
}
.pad_15 {
  padding: 0.75rem;
}
.pad_20 {
  padding: 1rem;
}
.pad_30 {
  padding: 1.5rem;
}
.pad_40 {
  padding: 2rem;
}
.pad_t5 {
  padding-top: 0.25rem;
}
.pad_t10 {
  padding-top: 0.5rem;
}
.pad_t15 {
  padding-top: 0.75rem;
}
.pad_t20 {
  padding-top: 1rem;
}
.pad_t30 {
  padding-top: 1.5rem;
}
.pad_t40 {
  padding-top: 2rem;
}
.pad_tb5 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pad_tb10 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pad_tb15 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pad_tb20 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pad_tb30 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pad_tb40 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pad_lr5 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.pad_lr10 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.pad_lr15 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.pad_lr20 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.pad_lr30 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.pad_lr40 {
  padding-right: 2rem;
  padding-left: 2rem;
}
/*外边距*/
.mar_t12 {
  margin-top: 0.6rem;
}
.mar_b12 {
  margin-bottom: 0.6rem;
}
.mar_5 {
  margin: 0.25rem;
}
.mar_10 {
  margin: 0.5rem;
}
.mar_15 {
  margin: 0.75rem;
}
.mar_20 {
  margin: 1rem;
}
.mar_30 {
  margin: 1.5rem;
}
.mar_40 {
  margin: 2rem;
}
.mar_t5 {
  margin-top: 0.25rem;
}
.mar_t10 {
  margin-top: 0.5rem;
}
.mar_t15 {
  margin-top: 0.75rem;
}
.mar_t20 {
  margin-top: 1rem;
}
.mar_t30 {
  margin-top: 1.5rem;
}
.mar_t40 {
  margin-top: 2rem;
}
.mar_b5 {
  margin-bottom: 0.25rem;
}
.mar_b10 {
  margin-bottom: 0.5rem;
}
.mar_b15 {
  margin-bottom: 0.75rem;
}
.mar_b20 {
  margin-bottom: 1rem;
}
.mar_b30 {
  margin-bottom: 1.5rem;
}
.mar_b40 {
  margin-bottom: 2rem;
}
.mar_l5 {
  margin-left: 0.25rem;
}
.mar_l10 {
  margin-left: 0.5rem;
}
.mar_l15 {
  margin-left: 0.75rem;
}
.mar_l20 {
  margin-left: 1rem;
}
.mar_l30 {
  margin-left: 1.5rem;
}
.mar_l40 {
  margin-left: 2rem;
}
.mar_r5 {
  margin-right: 0.25rem;
}
.mar_r10 {
  margin-right: 0.5rem;
}
.mar_r15 {
  margin-right: 0.75rem;
}
.mar_r20 {
  margin-right: 1rem;
}
.mar_r30 {
  margin-right: 1.5rem;
}
.mar_r40 {
  margin-right: 2rem;
}
.mar_tb5 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mar_tb10 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mar_tb15 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mar_tb20 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mar_tb30 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mar_tb40 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mar_lr5 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mar_lr10 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mar_lr15 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mar_lr20 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mar_lr30 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mar_lr40 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mar_lr-5 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mar_lr-10 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mar_lr-15 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mar_lr-20 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.borderA {
  border: 1px solid #e3e3e3;
}
.borderL {
  border-left: 1px solid #e3e3e3;
}
.borderR {
  border-right: 1px solid #e3e3e3;
}
.borderLR {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.borderT {
  border-top: 1px solid #e3e3e3;
}
.borderB {
  border-bottom: 1px solid #e3e3e3;
}
.borderTB {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
/*常用色*/
.bg_f {
  background-color: #fff;
}
.bg_0 {
  background-color: #000;
}
.color_0 {
  color: #000;
}
.color_f {
  color: #fff;
}
.color_3 {
  color: #333;
}
.color_6 {
  color: #666;
}
.color_9 {
  color: #999;
}
.color_7 {
  color: #777;
}
.color_8 {
  color: #888;
}
.color_c {
  color: #ccc;
}
.color_b {
  color: #bbb;
}
/*颜色渐变；*/
/*过渡；*/
/*变形；*/
/*镜像；*/
/*三角形；*/
/*透明度*/
/*reset end--------------------------------------------------------------------------------------------------------------------*/
.bg_them {
  background: #ff9c00;
}
.color_them {
  color: #ff9c00;
}
.color_font {
  color: #000;
  width: 0.6rem;
}
.pad_lr12 {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.pad_tb12 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.pad_t12 {
  padding-top: 0.6rem;
}
.pad_b12 {
  padding-bottom: 0.6rem;
}
.pad_l12 {
  padding-left: 0.6rem;
}
.pad_r12 {
  padding-right: 0.6rem;
}
.pad_12 {
  padding: 0.6rem;
}
.mar_t12 {
  margin-top: 0.6rem;
}
.mar_b12 {
  margin-bottom: 0.6rem;
}
.mar_lr12 {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
body {
  font-size: 0.7rem;
  word-wrap: break-word;
}
.header_ {
  height: 2.2rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.header_ > * {
  position: absolute;
  top: 0;
}
.header_ .header_l,
.header_ .header_r {
  width: 2.2rem;
  height: 2.2rem;
}
.header_ .header_l > i,
.header_ .header_r > i {
  color: #333;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  font-size: 1.2rem;
  text-align: center;
}
.header_ .header_l > i.tip:after,
.header_ .header_r > i.tip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #df4b49;
  right: .5rem;
  top: .5rem;
}
.header_ .header_l > i.color_f,
.header_ .header_r > i.color_f {
  color: #fff;
}
.header_ .header_l > i.color_them,
.header_ .header_r > i.color_them {
  color: #ff9c00;
}
.header_ .header_l {
  left: 0rem;
  text-align: center;
}
.header_ .header_l .logo {
  height: 1.25rem;
  top: 0.5rem;
  left: .6rem;
  position: relative;
}
.header_ .header_r {
  right: 0rem;
}
.header_ .header_r h5 {
  line-height: 2.2rem;
  height: 2.2rem;
  text-align: left;
  font-size: 0.725rem;
}
.header_ .header_r h5 a {
  display: inline-block;
  width: 100%;
}
.header_ .header_r .userImg {
  float: right;
  width: 1.05rem;
  height: 1.2rem;
  position: relative;
  right: 0.6rem;
  top: 0.5rem;
}
.header_ .header_r .userImg img.cover {
  height: 100%;
  width: 100%;
}
.header_ .header_c {
  height: 2.2rem;
  left: 2.2rem;
  right: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_ .header_c h3 {
  line-height: 2.2rem;
  height: 2.2rem;
  text-align: center;
}
.header_ .header_c img {
  height: 1.8rem;
  display: block;
}
.header_ + * {
  padding-top: 2.2rem;
}
.header_.header_tra {
  background: transparent;
}
.header_.active {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.header_.active i.color_f {
  color: #333;
}
.header_.color_f .header_c h3,
.header_.color_f i {
  color: #fff;
}
.header_.bg_f {
  background: #fff;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd\9;
  border-top: 0px\9;
}
.topForHead {
  top: 2.2rem!important;
}
.search_box {
  height: 2.2rem;
  width: 18.75rem;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.search_box .weui-search-bar:after,
.search_box .weui-search-bar:before {
  display: none;
}
.search_box .weui-search-bar__cancel-btn {
  color: #ff9c00;
  background: #fff;
  width: 2.2rem;
}
.search_box.active {
  display: block;
}
.search_box.active #searchCancel {
  display: block;
}
.search_box.active .weui-search-bar__box .weui-icon-search,
.search_box.active .weui-search-bar__box .weui-search-bar__input {
  opacity: 1;
}
.content_ {
  max-width: 18.75rem;
  margin: 0 auto;
}
.content_,
.page_ {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.content_ {
  overflow: hidden;
}
.page_ {
  background: #f4f3f3;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  margin-right: -20px;
  padding-right: 20px;
}
.page_.img_mid {
  width: 100%;
  padding-right: 0;
}
p {
  font-size: 0.7rem;
}
.X_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.link_ {
  padding: 0.6rem .73rem;
  padding-right: 0;
  text-align: center;
  position: relative;
  height: 16.875rem;
  width: 100%;
  max-width: 18.75rem;
  margin: 0 auto;
}
.link_ a {
  margin-bottom: 0.5rem;
  position: absolute;
  color: #fff;
  display: block;
}
.link_ a img {
  width: 2.25rem;
  margin: 1.25rem auto 0.4rem;
}
.link_ a img + p {
  position: relative;
  top: -0.5rem;
}
.link_ a.li1 {
  width: 6.75rem;
  height: 10.3rem;
  margin-right: 0.35rem;
  left: 0.73rem;
  top: 0.6rem;
}
.link_ a.li1 img {
  margin: 3.9rem auto 0.4rem;
}
.link_ a.li2 {
  width: 10.175rem;
  height: 4.9rem;
  left: 7.9rem;
  top: 0.6rem;
}
.link_ a.li3 {
  width: 10.175rem;
  height: 4.9rem;
  top: 6rem;
  left: 7.9rem;
}
.link_ a.li4 {
  width: 8.45rem;
  height: 4.9rem;
  left: 0.73rem;
  top: 11.25rem;
}
.link_ a.li5 {
  width: 8.45rem;
  height: 4.9rem;
  left: 9.6rem;
  top: 11.25rem;
}
.link_ a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  top: 0.25rem;
  bottom: 0.25rem;
  border: 0.075rem solid #fff;
}
.backTop {
  z-index: 9;
  right: -2.2rem;
  opacity: 0;
  bottom: 3.6rem;
  height: 2.2rem;
  line-height: 2.2rem;
  width: 2.2rem;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #dcdcdc;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.backTop i {
  font-size: 1.4rem;
}
.backTop.active {
  right: .6rem;
  opacity: 1;
}
.backTop.downHas {
  bottom: 3rem;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 0.4rem;
  height: 0.1rem;
  border-radius: 0.05rem;
}
.swiper-pagination-bullet-active {
  background: #ff9c00;
}
.poc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.History {
  color: #fff;
  text-align: center;
}
.History li {
  height: 8.75rem;
  position: relative;
}
.History li > div {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: table;
}
.History li > div > div {
  display: table-cell;
  vertical-align: middle;
}
.History li + li {
  margin-top: 0.5rem;
}
.History li + li:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/tip_his.png);
  background-size: 100% 100%;
}
.Idea {
  display: flex;
  justify-content: center;
  text-align: center;
}
.Idea li {
  margin-left: -0.2rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  line-height: 3.75rem;
  color: #fff;
  font-size: 0.9rem;
}
.Idea li:nth-child(1) {
  z-index: 4;
}
.Idea li:nth-child(2) {
  z-index: 3;
}
.Idea li:nth-child(3) {
  z-index: 2;
}
.Idea li:nth-child(4) {
  z-index: 1;
}
.Idea_con li {
  position: relative;
  padding-left: 2.75rem;
  margin-bottom: 0.75rem;
}
.Idea_con li .tip {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1.1rem;
  line-height: 1em;
  text-align: center;
  display: block;
  width: 2.25rem;
  padding: 0.25rem 0;
  color: #fff;
  border-radius: ;
}
.title_ {
  font-size: 0.8rem;
  text-align: center;
}
.title_ > div {
  display: inline-block;
  position: relative;
  height: 1.7rem;
}
.title_ > div .t_en {
  color: #dcdbe1;
  opacity: .47;
}
.title_ > div .t_ch {
  color: #DCDCDC;
  position: relative;
  top: -0.75rem;
}
.title_ > div:before,
.title_ > div:after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 0.1rem;
  background: #fff;
  top: 50%;
}
.title_ > div:before {
  left: -2.2rem;
}
.title_ > div:after {
  right: -2.2rem;
}
.color_red {
  color: #f90909;
}
.index_footer i {
  margin-right: 0.5rem;
}
.footer_d {
  background: #1C1E1D;
  text-align: center;
  color: #999;
  font-size: 0.35rem;
}
.footer_d ul li {
  margin: 0 0.15rem;
}
.footer_d a {
  color: #999;
  font-size: 0.45rem;
}
.nav_Right {
  right: 0;
  width: 10rem;
  position: absolute;
  height: 100%;
  z-index: 12;
}
.mode_B {
  background: #fff;
  position: absolute;
}
.mode_B {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#nav_popup .weui-popup__modal {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background: transparent;
}
.weui-popup__overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
#nav_popup.weui-popup__container--visible .weui-popup__modal {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sex_user {
  width: 0.95rem;
  height: 0.95rem;
  vertical-align: middle;
}
.mb_btn {
  display: flex;
  justify-content: space-around;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.mb_btn .btn_ {
  color: #fff;
  border-color: #fff;
  min-width: 4.25rem;
}
.link_nav {
  padding-top: 1.25rem;
}
.link_nav > div {
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  color: #333;
  border-top: 1px solid #999;
}
.link_nav > div h5 {
  color: #333;
  line-height: 2.5em;
  text-align: center;
}
.link_nav > div .nav_er {
  display: none;
  padding: .4rem 0 ;
}
.link_nav > div .nav_er a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  border-top: 1px solid #eee;
  line-height: 2em;
  color: #333;
  padding-left: 0.5rem;
}
.link_nav > div .nav_er a.active {
  border-left: 1px solid #ff9c00;
  color: #ff9c00;
}
.link_nav > div.active .nav_er {
  display: block;
}
.List_filter2 {
  display: flex;
  justify-content: space-around;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.List_filter2 a {
  height: 1.5rem;
  line-height: 1.5rem;
  position: relative;
  color: #999;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.List_filter2 a:after {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  right: 80%;
  height: 2px;
  border-radius: 1px;
  background: #db0011;
  bottom: 0rem;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.List_filter2 a.active {
  font-weight: 600;
  color: #060218;
}
.List_filter2 a.active:after {
  right: 20%;
}
.List_filter2.Reviews_ {
  border-bottom: 1px solid #e3e3e3;
}
.List_filter2.Reviews_ a {
  font-weight: 500;
  color: #666;
}
.List_filter2.Reviews_ a.active {
  color: #ff9c00;
}
.List_filter2.Reviews_ a:after {
  display: none;
}
.fs80 {
  font-size: 2rem;
}
.more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  height: 1.875rem;
  line-height: 1.825rem;
  text-align: center;
}
.more.more_show {
  display: block;
}
.flex_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fs60 {
  font-size: 1.5rem;
}
.team_page a {
  position: relative;
  height: 11.5rem;
  display: block;
}
.team_page a + a {
  margin-top: 1rem;
}
.team_page a .tip {
  position: absolute;
  right: 0;
  top: -0.375rem;
  display: block;
  padding: 0.5rem 1.15rem;
  line-height: 1em;
  border-top-left-radius: 2rem 2rem;
  background: rgba(215, 17, 8, 0.8);
  color: #fff;
}
._Con img {
  max-width: 100%;
  height: auto!important;
  display: block;
}
.map_ {
  height: 8.625rem;
  overflow: hidden;
}
.map_ > * {
  width: 100%;
  height: 100%;
}
.Leader {
  padding-top: 0.35rem;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.Leader > li {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.Leader > li + li {
  margin-top: 0.6rem;
}
.Leader > li .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 9.75rem;
  width: 6.75rem;
}
.Leader > li .con {
  min-height: 9.75rem;
  position: relative;
}
.Leader > li .con .leader_li {
  text-align: center;
  justify-content: space-around;
}
.Leader > li .con .leader_li li h4 {
  font-size: 0.6rem;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  line-height: 1.7rem;
  border-radius: 50%;
  border: 0.15rem solid #e63b3b;
}
.Leader > li .con .leader_li li:nth-child(1) h4 {
  border-color: #e63b3b;
  color: #e63b3b;
}
.Leader > li .con .leader_li li:nth-child(2) h4 {
  border-color: #ed9921;
  color: #ed9921;
}
.Leader > li .con .leader_li li:nth-child(3) h4 {
  border-color: #2674f4;
  color: #2674f4;
}
.Leader > li .con .leader_li li:nth-child(4) h4 {
  border-color: #3ec248;
  color: #3ec248;
}
.Leader > li .con .btn_group {
  position: absolute;
  bottom: 0.5rem;
}
.Leader > li .con .btn_ {
  position: relative;
  font-size: 0.6rem;
  display: inline-block;
  text-align: center;
  width: 3.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background: #d71108;
  color: #fff;
}
.Leader > li .con .btn_:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 1px;
  background: #fff;
  top: 50%;
  width: 0.5rem;
}
.edu_work_con {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(0);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.edu_work_con.disN {
  display: block;
  transform: translateY(110%);
}
.edu_work_con .close_ {
  position: absolute;
  bottom: 0.6rem;
  margin-left: -1.5rem;
  line-height: 1em;
  padding: 0.3rem 0;
  width: 3rem;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.edu_work_con ._Con {
  max-height: 5.6rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.title_EW {
  margin-bottom: 0.4rem;
  line-height: 1em;
  padding-left: 0.5rem;
  border-left: 1px solid #db0011;
  color: #db0011;
}
.title_EW.color_3 {
  color: #333;
  font-size: .8rem;
}
.news_list li {
  position: relative;
  padding-left: 5.25rem;
  height: 3.75rem;
}
.news_list li + li {
  margin-top: 1.2rem;
}
.news_list li + li:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px dashed #eee;
  top: -0.6rem;
  left: 0;
  right: 0;
}
.news_list li .img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 4.5rem;
  height: 100%;
}
.news_list li .time {
  position: absolute;
  bottom: 0.25rem;
}
.news_title {
  border-bottom: 1px dashed #eee;
}
.case_list li {
  background: #f6f6f6;
  padding: 0.6rem;
}
.case_list li + li {
  margin-top: 0.6rem;
}
.case_list li .img {
  display: block;
  height: 8.875rem;
  margin-bottom: .2rem;
}
.case_list li:hover {
  background: #ff9c00;
}
.case_list li:hover .title {
  color: #fff;
}
.friend_list a {
  height: 3.6rem;
  border: 1px solid #fff;
  background: #efefef;
}
.friend_list a img {
  max-width: 5.5rem;
  max-height: 3.5rem;
}
.join_us .nav_li {
  width: 100%;
  margin-bottom: 0.5rem;
  border: 1px solid #eee;
  border-left: 5px solid #db0011;
}
.join_us .nav_li h5 {
  height: 3.4rem;
  padding-left: 0.875rem;
  border-bottom: 0;
  position: relative;
}
.join_us .nav_li h5 span {
  display: block;
}
.join_us .nav_li h5 span.h2 {
  padding-top: 0.4rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
}
.join_us .nav_li h5 + div {
  background: #fff;
  position: relative;
  display: none;
}
.join_us .nav_li h5 + div:before {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 1px;
  background: #f7f7f7;
}
.join_us .nav_li h5 .ADD,
.join_us .nav_li h5 .REM {
  width: 1rem;
  margin-top: -0.425rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.95rem;
  color: #db0011;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  display: block;
  text-align: center;
  border: 1px solid #db0011;
}
.join_us .nav_li h5 .REM {
  display: none;
}
.join_us .nav_li.active h5 + div {
  display: block;
}
.join_us .nav_li.active h5 .REM {
  display: block;
}
.join_us .nav_li.active h5 .ADD {
  display: none;
}
.layui-form-item {
  margin-bottom: 0.5rem;
}
.layui-form-item .layui-input {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  color: #444;
  height: 1.5rem;
  width: 100%;
}
.layui-form-item .layui-form-label {
  font-size: .7rem;
}
.layui-form-item .layui-textarea {
  height: 5rem;
  width: 100%;
  resize: none;
  border: 1px solid #ccc;
  padding: 0.25rem;
}
.layui-form-item .weui-btn_primary {
  background: #d71108;
  width: 60%;
  border-radius: 0;
}
/*分页样式*/
.allPagesStyle_box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.allPagesStyle {
  font-size: 12px;
  display: inline;
}
.allPagesStyle a,
.allPagesStyle span {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.6rem;
  display: inline-block;
  min-width: 1.2rem;
  padding: 0 0.25rem;
  text-align: center;
  margin: 0 0.1rem;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #ff9c00;
  background: transparent;
  color: #ff9c00;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
.allPagesStyle a:hover,
.allPagesStyle span:hover,
.allPagesStyle .current {
  background: #ff9c00;
  color: #fff;
}
