/* 清除浮动 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #105764;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* text-align */
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*配模式定位*/
/* 水平垂直居中的公共类 */
/* 水平居中公共类 */
/* 垂直居中公共类 */
/* 背景自适应 */
/* 2018新增 */
/* translate 方式垂直居中 父元素必须有定位*/
.ztwrap {
  width: 100%;
  max-width: 1200px;
  min-width: 310px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
}
a:hover {
  color: #105764;
}
.membership .tab_li {
  min-height: 60px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .membership .tab_li {
    padding: 0 10px;
  }
}
.membership .tab_li > div {
  font-size: 14px;
  color: #999;
  z-index: 10;
}
.membership .tab_li > div > a {
  color: #999;
  padding: 0 5px;
}
.membership .tab_li ol {
  display: none;
}
.membership .tab_li ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 380px;
  padding: 15px 0;
}
.membership .tab_li ul li {
  width: 7.125em;
  line-height: 2.75em;
  text-align: center;
  cursor: pointer;
  background-color: #eeeeee;
  border-radius: 2px;
  font-size: 16px;
  color: #666;
}
.membership .tab_li ul li:hover,
.membership .tab_li ul li.on {
  background-color: #4b8291;
  color: #fff;
}
@media (max-width: 768px) {
  .membership .tab_li {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: auto;
    width: 100%;
  }
  .membership .tab_li > div {
    display: none;
  }
  .membership .tab_li ol {
    width: 100%;
    display: block;
    background-color: #4b8291;
    line-height: 40px;
  }
  .membership .tab_li ol li {
    font-size: 16px;
    position: relative;
    color: #fff;
  }
  .membership .tab_li ol li p {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 15px;
  }
  .membership .tab_li ol li img {
    vertical-align: middle;
    height: 8px;
    width: 16px;
    transform: rotate(-90deg);
  }
  .membership .tab_li ol li div {
    position: absolute;
    width: 100%;
    top: 40px;
    display: none;
    z-index: 10;
  }
  .membership .tab_li ol li div a {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.8);
  }
  .membership .tab_li ul {
    width: 100%;
    padding: 10px;
  }
  .membership .tab_li ul li {
    font-size: 14px;
  }
}
.membership .main {
  margin-top: 30px;
  max-width: 972px;
}
.membership .main ul li > img {
  display: block;
  margin: 0 auto;
}
.membership .main ul li:nth-of-type(1) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .membership .main ul {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .membership .main ul li:nth-of-type(1) {
    margin-bottom: 0px;
  }
}
.membership .main h3 {
  font-size: 28px;
  line-height: 1;
  color: #4b8291;
}
.membership .main h3.mt50 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .membership .main h3 {
    font-size: 20px;
  }
}
.membership .main h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #252d2e;
  margin-top: 25px;
  margin-bottom: 4px;
  padding-left: 23px;
  position: relative;
}
.membership .main h4::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 7px;
  background: url("../images/sbx.png") center no-repeat;
  width: 10px;
  height: 10px;
}
.membership .main h4.pl0 {
  padding-left: 0;
}
.membership .main h4.pl0::before {
  display: none;
}
.membership .main > p {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
  padding-left: 23px;
}
.membership .main > p.pl0 {
  padding-left: 0;
}
.membership .main div.line {
  height: 1px;
  background-color: #f5f5f5;
  margin: 20px auto 30px;
}
@media (max-width: 768px) {
  .membership .main div.line {
    margin: 15px auto;
  }
}
