/* 清除浮动 */
/* 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;
}
.member_portal section {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .member_portal section {
    margin-bottom: 30px;
  }
}
.member_portal section div.title h2.title {
  font-size: 24px;
  margin-bottom: 5px;
  color: #0f4d82;
}
@media (max-width: 768px) {
  .member_portal section div.title h2.title {
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
.member_portal section div.title p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #666666;
  padding: 0 2%;
}
@media (min-width: 768px) {
  .member_portal section div.title p {
    padding: 0 8%;
  }
}
.member_portal section a.btn {
  display: block;
  font-size: 18px;
  width: 194px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background-color: #84b7c3;
  box-shadow: 0px 4px 15px 0px rgba(132, 183, 195, 0.4);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.member_portal .part02,
.member_portal .part03,
.member_portal .part04 {
  max-width: 1100px;
}
.member_portal .part02 > div.top,
.member_portal .part03 > div.top,
.member_portal .part04 > div.top {
  padding: 35px 0;
}
.member_portal .part02 .btn_public,
.member_portal .part03 .btn_public,
.member_portal .part04 .btn_public {
  margin: 40px auto 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #fff;
}
.member_portal .part02 div.step_one,
.member_portal .part03 div.step_one,
.member_portal .part04 div.step_one {
  max-width: 730px;
  margin: 35px auto 0;
}
.member_portal .part02 div.step_one ul.member,
.member_portal .part03 div.step_one ul.member,
.member_portal .part04 div.step_one ul.member {
  margin-bottom: 30px;
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.member_portal .part02 div.step_one ul.member li,
.member_portal .part03 div.step_one ul.member li,
.member_portal .part04 div.step_one ul.member li {
  font-size: 18px;
  color: #666666;
  width: 180px;
  height: 45px;
  line-height: 45px;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  cursor: pointer;
  text-align: center;
  margin: 0 10px;
  background-color: #fff;
}
.member_portal .part02 div.step_one ul.member li.check,
.member_portal .part03 div.step_one ul.member li.check,
.member_portal .part04 div.step_one ul.member li.check {
  color: #666666;
  background-color: #e5e5e5;
}
.member_portal .part02 div.step_one ol.member_des > li,
.member_portal .part03 div.step_one ol.member_des > li,
.member_portal .part04 div.step_one ol.member_des > li {
  display: none;
}
.member_portal .part02 div.step_one ol.member_des > li.check,
.member_portal .part03 div.step_one ol.member_des > li.check,
.member_portal .part04 div.step_one ol.member_des > li.check {
  display: block;
}
.member_portal .part02 div.step_one ol.member_des > li table,
.member_portal .part03 div.step_one ol.member_des > li table,
.member_portal .part04 div.step_one ol.member_des > li table {
  width: 100%;
}
.member_portal .part02 div.step_one ol.member_des > li table tr td:nth-of-type(1),
.member_portal .part03 div.step_one ol.member_des > li table tr td:nth-of-type(1),
.member_portal .part04 div.step_one ol.member_des > li table tr td:nth-of-type(1) {
  font-size: 18px;
  line-height: 1.2;
  width: 15%;
  background-color: #2379be;
  border: 1px solid #e6eaef;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
.member_portal .part02 div.step_one ol.member_des > li table tr td:nth-of-type(2),
.member_portal .part03 div.step_one ol.member_des > li table tr td:nth-of-type(2),
.member_portal .part04 div.step_one ol.member_des > li table tr td:nth-of-type(2) {
  width: 85%;
  background-color: #fbfbfb;
  padding: 2.5em;
  line-height: 2;
  border: 1px solid #e6eaef;
  color: #333333;
}
@media (max-width: 420px) {
  .member_portal .part02 div.step_one ol.member_des > li table tr td:nth-of-type(2),
  .member_portal .part03 div.step_one ol.member_des > li table tr td:nth-of-type(2),
  .member_portal .part04 div.step_one ol.member_des > li table tr td:nth-of-type(2) {
    padding: 1.5em;
  }
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(2) td:nth-of-type(2),
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(2) td:nth-of-type(2),
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(2) td:nth-of-type(2) {
  background-color: #ffffff;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2),
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2),
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) {
  padding: 25px 20px 10px;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul,
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul,
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > 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;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li,
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li,
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li {
  width: 180px;
  padding: 5px 10px 5px 15px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  cursor: pointer;
  position: relative;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li div.top,
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li div.top,
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li div.top {
  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;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li div.top h3,
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li div.top h3,
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li div.top h3 {
  font-size: 14px;
  color: #0f4d82;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li div.top > em > img:nth-of-type(2),
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li div.top > em > img:nth-of-type(2),
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li div.top > em > img:nth-of-type(2) {
  display: none;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li h4,
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li h4,
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li h4 {
  font-size: 16px;
  font-weight: bold;
  color: #db5658;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check,
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check,
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check {
  background-color: #4b8291;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check div.top h3,
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check div.top h3,
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check div.top h3 {
  color: #fff;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check div.top > em > img:nth-of-type(1),
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check div.top > em > img:nth-of-type(1),
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check div.top > em > img:nth-of-type(1) {
  display: none;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check div.top > em > img:nth-of-type(2),
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check div.top > em > img:nth-of-type(2),
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check div.top > em > img:nth-of-type(2) {
  display: block;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check h4,
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check h4,
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li.check h4 {
  color: #fff;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li div.yw,
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li div.yw,
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) > ul li div.yw {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
  background-color: #2379be;
}
.member_portal .part02 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) h6,
.member_portal .part03 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) h6,
.member_portal .part04 div.step_one ol.member_des > li table tr:nth-of-type(3) td:nth-of-type(2) h6 {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
.member_portal .part02 div.step_one div.upfile,
.member_portal .part03 div.step_one div.upfile,
.member_portal .part04 div.step_one div.upfile {
  margin-top: 20px;
  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;
}
.member_portal .part02 div.step_one div.upfile h3,
.member_portal .part03 div.step_one div.upfile h3,
.member_portal .part04 div.step_one div.upfile h3 {
  font-size: 16px;
  line-height: 48px;
  color: #0f4d82;
  min-width: 150px;
}
.member_portal .part02 div.step_one div.upfile > div.choosefile_sc,
.member_portal .part03 div.step_one div.upfile > div.choosefile_sc,
.member_portal .part04 div.step_one div.upfile > div.choosefile_sc {
  width: 85%;
  height: 48px;
  padding: 0  20px;
  background-color: rgba(75, 130, 145, 0.03);
  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;
}
.member_portal .part02 div.step_one div.upfile > div.choosefile_sc > h4,
.member_portal .part03 div.step_one div.upfile > div.choosefile_sc > h4,
.member_portal .part04 div.step_one div.upfile > div.choosefile_sc > h4 {
  width: 60%;
  font-size: 14px;
  color: #999999;
}
.member_portal .part02 div.step_one div.upfile > div.choosefile_sc div.choosefile,
.member_portal .part03 div.step_one div.upfile > div.choosefile_sc div.choosefile,
.member_portal .part04 div.step_one div.upfile > div.choosefile_sc div.choosefile {
  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;
}
.member_portal .part02 div.step_one div.upfile > div.choosefile_sc div.choosefile > div,
.member_portal .part03 div.step_one div.upfile > div.choosefile_sc div.choosefile > div,
.member_portal .part04 div.step_one div.upfile > div.choosefile_sc div.choosefile > div {
  position: relative;
}
.member_portal .part02 div.step_one div.upfile > div.choosefile_sc div.choosefile > div input,
.member_portal .part03 div.step_one div.upfile > div.choosefile_sc div.choosefile > div input,
.member_portal .part04 div.step_one div.upfile > div.choosefile_sc div.choosefile > div input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.member_portal .part02 div.step_one div.upfile > div.choosefile_sc div.choosefile p,
.member_portal .part03 div.step_one div.upfile > div.choosefile_sc div.choosefile p,
.member_portal .part04 div.step_one div.upfile > div.choosefile_sc div.choosefile p {
  color: #999999;
  min-width: 56px;
  margin-left: 10px;
}
.member_portal .part02 div.step_one p.yy,
.member_portal .part03 div.step_one p.yy,
.member_portal .part04 div.step_one p.yy {
  display: none;
  text-align: center;
  color: #999;
  font-size: 12px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .member_portal .part02 div.step_one p.yy,
  .member_portal .part03 div.step_one p.yy,
  .member_portal .part04 div.step_one p.yy {
    display: block;
  }
}
@media (max-width: 1000px) {
  .member_portal .part02 div.step_one .boxsrc,
  .member_portal .part03 div.step_one .boxsrc,
  .member_portal .part04 div.step_one .boxsrc {
    overflow-x: scroll;
  }
  .member_portal .part02 div.step_one .boxsrc ul.member,
  .member_portal .part03 div.step_one .boxsrc ul.member,
  .member_portal .part04 div.step_one .boxsrc ul.member,
  .member_portal .part02 div.step_one .boxsrc ol.member_des,
  .member_portal .part03 div.step_one .boxsrc ol.member_des,
  .member_portal .part04 div.step_one .boxsrc ol.member_des,
  .member_portal .part02 div.step_one .boxsrc div.upfile,
  .member_portal .part03 div.step_one .boxsrc div.upfile,
  .member_portal .part04 div.step_one .boxsrc div.upfile {
    min-width: 640px;
  }
}
@media (max-width: 768px) {
  .member_portal .part02 > div.top,
  .member_portal .part03 > div.top,
  .member_portal .part04 > div.top {
    padding: 35px 0 25px;
  }
  .member_portal .part02 div.step_one,
  .member_portal .part03 div.step_one,
  .member_portal .part04 div.step_one {
    margin-top: 20px;
  }
  .member_portal .part02 .btn_public,
  .member_portal .part03 .btn_public,
  .member_portal .part04 .btn_public {
    margin-top: 20px;
  }
}
.member_portal .part02 div.title h2.title {
  color: #fff;
  margin-bottom: 20px;
}
.member_portal .part02 div.title p {
  color: #fff;
}
.member_portal .part02 > div.top {
  background: url("../images/czr_p02_bg.jpg") center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.member_portal .part02 > div.top div.btn {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  max-width: 350px;
  margin: 0 auto;
}
.member_portal .part02 > div.top div.btn > a {
  margin: 40px 3% 0;
  border: 1px solid #fff;
  display: block;
  width: 44%;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}
.member_portal .part02 > div.top div.btn > a:hover {
  background-color: #fff;
  color: #0f4d82;
}
@media (max-width: 768px) {
  .member_portal .part02 > div.top div.btn > a {
    font-size: 16px;
  }
}
.member_portal .part03 > div.top {
  padding: 0;
}
.member_portal .part03 > div.top div.btn {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  max-width: 700px;
  margin: 0 auto;
}
.member_portal .part03 > div.top div.btn > a {
  margin: 15px 3% 0;
  display: block;
  width: 44%;
  text-align: center;
  height: 56px;
  line-height: 56px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background-color: #78be20;
  color: #fff;
  font-size: 18px;
}
.member_portal .part03 > div.top div.btn > a:nth-of-type(2) {
  background-color: #5972c8;
}
@media (max-width: 768px) {
  .member_portal .part03 > div.top div.btn > a {
    font-size: 16px;
  }
}
.member_portal .part04 > div.top {
  background-color: #fff;
}
.member_portal .part04 > div.top div.btn {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  max-width: 420px;
  margin: 0 auto;
}
.member_portal .part04 > div.top div.btn > a {
  margin: 15px 3% 0;
  border: 1px solid #2379be;
  display: block;
  width: 44%;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background-color: transparent;
  color: #2379be;
  font-size: 18px;
}
.member_portal .part04 > div.top div.btn > a:hover {
  background-color: #2379be;
  color: #fff;
}
@media (max-width: 768px) {
  .member_portal .part04 > div.top div.btn > a {
    font-size: 16px;
  }
}
