.reg_tab ul::after, .reg_info ul::after, .log_info ul::after, .material_avator span::after, .material_info ul::after, .material_info li::after, .basic_tab ul::after, .basic_form::after, .detail_form::after, .expert_tabs::after, .expert_list::after, .expert_list ul li::after, .expert_footer h3::after, .reg_tab ul::before, .reg_info ul::before, .log_info ul::before, .material_avator span::before, .material_info ul::before, .material_info li::before, .basic_tab ul::before, .basic_form::before, .detail_form::before, .expert_tabs::before, .expert_list::before, .expert_list ul li::before, .expert_footer h3::before {
  content: "";
  display: table; }

.reg_tab ul::after, .reg_info ul::after, .log_info ul::after, .material_avator span::after, .material_info ul::after, .material_info li::after, .basic_tab ul::after, .basic_form::after, .detail_form::after, .expert_tabs::after, .expert_list::after, .expert_list ul li::after, .expert_footer h3::after {
  clear: both;
  overflow: hidden; }

.expert_list .right p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* ****************************************************************************
 * global
 * ************************************************************************* */
.wrap {
  margin: 1.2rem 1.5rem 0; }

/* ****************************************************************************
 * reg
 * ************************************************************************* */
.reg_tab ul {
  width: 100%;
  border: 1px solid #4fc1e9;
  border-radius: .5rem;
  overflow: hidden; }

.reg_tab li {
  float: left;
  width: 50%;
  height: 3.8rem;
  color: #4fc1e9;
  font-size: 1.6rem;
  line-height: 3.8rem;
  text-align: center; }
  .reg_tab li.active {
    color: #fff;
    background: #4fc1e9; }

.reg_info {
  padding: 0 .7rem;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 1px 0 0 #e5e5e5; }
  .reg_info ul {
    width: 100%; }
  .reg_info li {
    position: relative;
    width: 100%;
    height: 4.8rem;
    border-bottom: 1px solid #dfdfdf; }
    .reg_info li:last-child {
      border-width: 0; }
    .reg_info li input {
      width: 100%;
      height: 4.8rem;
      color: #adadad;
      font-size: 1.4rem;
      text-indent: .6rem; }
    .reg_info li span {
      position: absolute;
      top: 1rem;
      right: .5rem;
      width: 9.5rem;
      height: 3rem;
      color: #fff;
      font-size: 1.4rem;
      line-height: 3rem;
      text-align: center;
      background: #4fc1e9;
      border-radius: 1.5rem; }

.reg_btn {
  width: 100%;
  height: 4.4rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 4.4rem;
  text-align: center;
  background: #4fc1e9;
  border-radius: .5rem;
  border:none;
}

/* ****************************************************************************
 * log
 * ************************************************************************* */
.log_info {
  padding: 0 .7rem;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 1px 0 0 #e5e5e5; }
  .log_info ul {
    width: 100%; }
  .log_info li {
    position: relative;
    width: 100%;
    height: 4.8rem;
    border-bottom: 1px solid #dfdfdf; }
    .log_info li:last-child {
      border-width: 0; }
    .log_info li input {
      width: 100%;
      height: 4.8rem;
      color: #adadad;
      font-size: 1.4rem;
      text-indent: 5.4rem; }
      .log_info li input.tel {
        background: url(../images/log_tel.png) no-repeat 1.5rem center;
        background-size: 1.5rem auto; }
      .log_info li input.num {
        background: url(../images/check_num.png) no-repeat 1.5rem center;
        background-size: 1.5rem auto; }
      .log_info li input.pwd {
        background: url(../images/log_pwd.png) no-repeat 1.5rem center;
        background-size: 1.5rem auto; }
    .log_info li span {
      position: absolute;
      top: 1rem;
      right: .5rem;
      width: 9.5rem;
      height: 3rem;
      color: #fff;
      font-size: 1.4rem;
      line-height: 3rem;
      text-align: center;
      background: #4fc1e9;
      border-radius: 1.5rem; }

/* ****************************************************************************
 * material
 * ************************************************************************* */
.material_avator {
  width: 78px;
  margin: 40px auto 0; }
  .material_avator span {
    display: block;
    width: 78px;
    height: 78px; }
    .material_avator span img {
      width: 100%; }
  .material_avator em {
    display: block;
    width: 100%;
    height: 1.4rem;
    padding: 2rem 0 0;
    color: #9e9c9c;
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.4rem;
    text-align: center; }

.material_info ul {
  width: 100%; }

.material_info li {
  margin: 1rem auto 0;
  width: 100%;
  height: 4.8rem;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 1px 0 0 #e5e5e5; }
  .material_info li em {
    float: left;
    width: 9rem;
    height: 4.8rem;
    color: #adadad;
    font-size: 1.4rem;
    font-style: normal;
    text-align: center;
    line-height: 4.8rem; }
  .material_info li div {
    margin: 0 0 0 9rem; }
  .material_info li input {
    width: 100%;
    height: 4.8rem;
    color: #adadad;
    font-size: 1.4rem; }
  .material_info li select {
    width: 100%;
    height: 4.8rem;
    color: #adadad;
    font-size: 1.4rem;
    outline: none; }
    .material_info li select option {
      width: 100%;
      height: 4.8rem; }

/* ****************************************************************************
 * choose
 * ************************************************************************* */
.choose_banner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto; }
  .choose_banner img {
    width: 100%; }

/* ****************************************************************************
 * basic
 * ************************************************************************* */
.basic_tab {
  width: 100%;
  max-width: 640px;
  height: 44px;
  margin: 5px auto 0;
  border-top: 1px solid #4fc1e9; }
  .basic_tab ul {
    width: 100%;
    text-align: center; }
  .basic_tab li {
    position: relative;
    display: inline-block;
    width: 84px;
    padding: 30px 0 0;
    color: #434343;
    font-size: 13px;
    line-height: 14px; }
    .basic_tab li::before, .basic_tab li::after {
      position: absolute;
      top: -6px;
      left: 50%;
      margin: 0 0 0 -6px;
      width: 12px;
      height: 12px;
      content: '';
      background: #e7e7e7;
      border-radius: 6px; }
    .basic_tab li::after {
      display: none;
      top: -3px;
      left: 50%;
      margin: 0 0 0 -3px;
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 3px; }
    .basic_tab li.active::before, .basic_tab li.active::after {
      background: #4fc1e9; }

.basic_form {
  padding: 0 16px;
  background: #fff;
  border-radius: 5px; }
  .basic_form em {
    display: block;
    height: 44px;
    color: #434343;
    font-size: 15px;
    font-style: normal;
    line-height: 44px; }
    .basic_form em sup {
      padding: 0 0 0 5px;
      color: #4fc1e9;
      line-height: 1;
      position:relative;
      top:10px;
      font-size: 25px;
    }
    .basic_form em b {
      padding: 0 0 0 10px;
      font-size: 12px;
      color: #4fc1e9;
      font-weight: normal; }
    .basic_form em small {
      color: #959595;
      font-size: 12px; }
  .basic_form span {
    display: block;
    border-top: 1px solid #dcdcdc; }
    .basic_form span input {
      width: 100%;
      height: 44px;
      font-size: 15px; }
  .basic_form figure {
    width: 202px;
    padding: 15px 0;
    margin: 0 auto 10px;
    border: 1px dashed #bfbfbf;
    border-radius: 7px; }
    .basic_form figure img {
      width: 173px;
      margin: 0 auto;
      display: block; }

.basic_tags em {
  display: block;
  height: 44px;
  padding: 0 16px;
  color: #434343;
  font-size: 15px;
  font-style: normal;
  line-height: 44px; }
  .basic_tags em sup {
    padding: 0 0 0 5px;
    color: #4fc1e9;
    line-height: 1;
    position:relative;
    top:10px;
    font-size: 25px;
  }

.basic_tags span {
  width: 100%;
  display: block;
  padding: 0 0 10px;
  font-size: 0; }
  .basic_tags span b {
    padding: 0 10px;
    margin: 0 0 0 8px;
    display: inline-block;
    color: #434343;
    font-size: 13px;
    font-weight: normal;
    line-height: 27px;
    border: 1px solid #c9c9c9;
    border-radius: 13px; }
    .basic_tags span b:first-child {
      margin: 0; }
    .basic_tags span b.active {
      color: #fff;
      background: #4fc1e9;
      border: 1px solid #4fc1e9; }

.basic_tips {
  height: 24px;
  padding: 0 16px;
  color: #4fc1e9;
  line-height: 1; }

/* ****************************************************************************
 * detail
 * ************************************************************************* */
.detail_form {
  padding: 0 16px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 1px 0px #ebebeb; }
  .detail_form span {
    float: left;
    height: 44px;
    line-height: 44px;
    color: #434343;
    font-size: 15px;
    font-style: normal;
    line-height: 44px; }
  .detail_form input {
    margin: 0 0 0 10px;
    float: left;
    height: 44px;
    width: 180px;
    line-height: 44px;
    color: #434343;
    font-size: 15px;
    font-style: normal;
    line-height: 44px; }

.detail_mark {
  margin: 24px 0 0;
  padding: 0 0 0 10px;
  height: 18px;
  color: #4fc1e9;
  font-size: 17px;
  line-height: 18px;
  border-lefT: 3px solid #4fc1e9; }

.detail_info {
  width: 100%; }
  .detail_info dt {
    height: 44px;
    color: #434343;
    font-size: 16px;
    line-height: 44px; }
  .detail_info dd {
    padding: 10px;
    height: auto;
    background: #fff; }
    .detail_info dd textarea {
      width: 100%;
      min-height: 130px;
      outline: none; }

/* ****************************************************************************
 * commit
 * ************************************************************************* */
.commit_tips {
  margin: 60px auto;
  padding: 30px 0;
  color: #4fc1e9;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-width: 1px 0;
  background: #fff; }

/* ****************************************************************************
 * repassword
 * ************************************************************************* */
.repass_tips {
  color: #b8b8b8;
  font-size: 12px; }

/* ****************************************************************************
 * data
 * ************************************************************************* */
.data {
  margin: 0 auto;
  max-width: 640px;
  background: #fff; }

.data_banner {
  width: 100%; }
  .data_banner img {
    display: block;
    width: 100%; }

.data_title {
  padding: 36px 0 0 0;
  color: #1b1b1b;
  font-size: 22px;
  line-height: 30px;
  text-align: center; }

.data_text {
  padding: 16px 0 0;
  color: #626262;
  font-size: 14px;
  line-height: 26px; }
  .data_text p {
    padding: 10px 0;
    text-align: center; }
  .data_text img {
    display: block;
    margin: 0 auto; }

.data_btn {
  margin: 4.5rem auto 0;
  width: 24rem;
  height: 3.2rem;
  color: #00a0e8;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: center;
  border: 1px solid #00a0e8;
  border-radius: 1.6rem; }

.data_wish {
  padding: 0 0 60px;
  color: #626262;
  font-size: 14px;
  line-height: 44px;
  text-align: center; }

/* ****************************************************************************
 * expert_list
 * ************************************************************************* */
.expert {
  margin: 0 auto;
  max-width: 640px; }

.expert_banner {
  width: 100%; }
  .expert_banner img {
    display: block;
    width: 100%; }

.expert_tabs {
  margin: 1rem 0 0;
  padding: 1.5rem 0 .8rem;
  background: #fff; }
  .expert_tabs ul {
    width: 100%; }
  .expert_tabs li {
    float: left;
    width: 25%; }
    .expert_tabs li:nth-child(2) span {
      background: #ffc6cc; }
    .expert_tabs li:nth-child(3) span {
      background: #d5c8ea; }
    .expert_tabs li:nth-child(4) span {
      background: #b6e7e7; }
    .expert_tabs li span {
      margin: 0 auto;
      display: block;
      width: 4.5rem;
      height: 4.5rem;
      line-height: 4.5rem;
      text-align: center;
      font-size: 0;
      background: #b6e1fd;
      border-radius: 2.3rem; }
      .expert_tabs li span img {
        display: inline-block;
        width: 2.7rem;
        vertical-align: middle; }
    .expert_tabs li em {
      display: block;
      width: 100%;
      color: #535353;
      font-size: 1.2rem;
      font-style: normal;
      text-align: center;
      line-height: 2.8rem; }

.expert_list {
  margin: 1rem auto 0;
  background: #fff; }
  .expert_list .title {
    height: 3.8rem;
    padding: .5rem 0 0 1.1rem;
    border-bottom: 1px solid #dcdcdc; }
    .expert_list .title h2 {
      float: left;
      margin: 1rem 0 0;
      padding: 0 0 0 0.5rem;
      width: 5.5rem;
      height: 1.7rem;
      color: #535353;
      font-size: 1.3rem;
      font-weight: normal;
      line-height: 1.7rem;
      border-left: 3px solid #00a0e8;
      box-shadow: -1px 0 0 0 #87d2f4; }
    .expert_list .title div {
      position: relative;
      margin: .5rem 1rem 0 7rem;
      height: 2.2rem;
      border: 1px solid #dcdcdc;
      border-radius: 1.1rem; }
      .expert_list .title div span {
        float: left;
        width: 2.2rem;
        height: 2.2rem;
        background: url(../images/btm_sea.png) no-repeat center center;
        background-size: 1.5rem auto; }
      .expert_list .title div em {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 2.2rem; }
        .expert_list .title div em input {
          height: 100%;
          width: 100%;
          color: #535353;
          background: none; }
  .expert_list ul {
    width: 100%; }
    .expert_list ul li {
      margin: 0 0 0 1rem;
      padding: 1.5rem 0 1rem;
      border-bottom: 1px solid #dcdcdc; }
      .expert_list ul li:last-child {
        border-width: 0; }
  .expert_list .left {
    float: left;
    width: 8.2rem; }
    .expert_list .left span {
      margin: 0 auto;
      display: block;
      width: 6.6rem;
      height: 6.6rem; }
      .expert_list .left span img {
        width: 100%;
        height: 100%; }
    .expert_list .left em {
      display: block;
      width: 100%;
      color: #00a0e8;
      font-style: normal;
      text-align: center;
      line-height: 4.6rem; }
  .expert_list .right {
    margin: 0 1rem 0 8.6rem; }
    .expert_list .right h3 {
      max-height: 4rem;
      color: #646464;
      font-size: 1.6rem;
      line-height: 2rem;
      overflow: hidden; }
    .expert_list .right p {
      padding: 0 1rem;
      margin: .4rem 0 0;
      height: 2.4rem;
      color: #a0a0a0;
      line-height: 2.4rem;
      border: 1px solid #e5e5e5;
      border-radius: 1.2rem;
      font-size: 1.2rem;
    }
    .expert_list .right b {
      display: block;
      padding: 1.3rem 0 0;
      color: #a0a0a0;
      font-size: 1.2rem;
      font-weight: normal;
      line-height: 1.5; }

.expert_avator {
  margin: 3rem 1.5rem 0; }
  .expert_avator dt {
    float: left;
    width: 6.6rem;
    height: 6.6rem; }
    .expert_avator dt img {
      width: 100%;
      height: 100%; }
  .expert_avator dd {
    margin: 0 0 0 8.5rem; }
    .expert_avator dd h1 {
      color: #313131;
      font-size: 2.4rem;
      line-height: 1; }
      .expert_avator dd h1 span {
        padding: 0 0 0 1rem;
        color: #1b1b1b;
        font-size: 12px; }
    .expert_avator dd p {
      padding: 1rem 0 0;
      color: #535353;
      font-size: 1.3rem;
      line-height: 1.5; }

.expert_call {
  display: block;
  margin: 1rem 0 0;
  width: 90px;
  height: 35px;
  color: #00a0e8;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00a0e8;
  border-radius: 18px; }

.expert_title {
  margin: 0 2rem;
  height: 5.8rem;
  color: #1b1b1b;
  font-size: 1.9rem;
  line-height: 5.8rem;
  border-bottom: 1px solid #dedede; }

.expert_detail {
  margin: 0 2rem 2rem;
  color: #7d7d7d;
  font-size: 1.4rem;
  line-height: 2.8rem; }

.expert_footer {
  padding: 1.8rem 0 0;
  background: #2d3237; }
  .expert_footer h3 {
    margin: 0 2rem;
    line-height: 2.2rem; }
    .expert_footer h3 img {
      float: left;
      height: 3.1rem; }
    .expert_footer h3 span {
      padding: 0 0 0 1rem;
      float: left;
      color: #fff;
      font-size: 1.3rem;
      font-weight: normal;
      line-height: 3.1rem; }
  .expert_footer p {
    height: 3.2rem;
    color: #e5e5e5;
    font-size: 1.4rem;
    text-align: center;
    line-height: 3.2rem; }
    .expert_footer p a {
      padding: 0 1rem 0 .9rem;
      color: #fff;
      border-right: 1px solid #adafb1;
      text-decoration: none; }
      .expert_footer p a:last-child {
        border-width: 0; }
  .expert_footer div {
    margin: 1rem 0 0;
    padding: 0 0 2rem;
    color: #a0a0a0;
    font-size: 1.2rem;
    text-align: center;
    line-height: 5.5rem;
    background: #23282d; }

.back_top {
  position: fixed;
  bottom: 5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 10;
  background: url(../images/backtop.png) no-repeat center center;
  background-size: 100% auto; }
