/* 用户认证弹窗 */
.authentication_box{
  width: 620px;
  height: 390px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 10px;
}
.authen_pass{
  width: 12px;
  float: right;
  margin-top: 10px;
  cursor: pointer;
}
.authentication_box h3{
  font-size: 14px;
  color: #333;
  font-weight: 300;
  margin-top: 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c4c4c4
}


/* 安全认证 */
.safe_box{
  width: 288px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.help_text{
  font-size: 12px;
  color: #B3B3B3;
  display: block;
  margin-top: 40px;
}
.send_eamil{
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: block;
  margin:40px auto 12px;
  font-size: 13px;
  color: #fff;
  background-color: #02633E;
  border: none;
}
.else_text{
  font-size: 12px;
  color: #B3B3B3'
}

/* 密码 */
.safe_box label{
  font-size: 14px;
  color: #B3B3B3;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.safe_box input{
  width: 97%;
  height: 36px;
  padding-left: 3%;
  margin-bottom: 15px;
  float: left;
  border: 1px solid #c4c4c4;
}
.password_length{
  display: block;
  font-size: 12px;
  color: #B3B3B3;
  text-align: left;
}
.code_show{
  display: block;
  float: left;
  margin-left: 22px;
  width: 100px;
  height: 36px;
  line-height: 36px;
}
.btn_box{
  overflow: hidden;
  clear: both;
}
.password_btn{
  width: 120px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 13px;
  color: #fff;
  display:inline-block;
  border: none;
  background: none;
  cursor: pointer;
}

/* news_show(评论回复) */
.reply_box{
  clear: both;
  overflow: hidden;
  margin-right: 35px;
  margin-bottom: 30px;
}
.reply_box span{
  display: block;
  width: 689px;
  height: 72px;
  background-color: #f4f4f4;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 30px;
  float: right;
  position: relative;
}
.reply_box h4{
  font-size: 12px;
  color: #898989;
  font-weight: normal;
  padding-top: 12px;
}
.reply_box h4 b{
  font-weight: normal;
  color: #1C9C3A;
}
#triangle-right {
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #f4f4f4;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -18px;
    top: 20px;
}
.reply_box .re_reply{
  float: left;
  margin-left: 30px;
  margin-right: 0;
}
.reply_box #triangle-left {
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #f4f4f4;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -18px;
    top: 20px;
}


/* 在线提问 */
.online{
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.online_tilte{
  font-size: 18px;
  color: #02633e;
  background: url('../i/online.png') left center no-repeat;
  padding-left: 36px;
  margin-bottom: 20px;
}
.online_text{
  width: 100%;
  height: 250px;
  padding-top: 25px;
  background-color: #f4f4f4;
}
.online_img{
  width: 110px;
  text-align: center;
  float: left;
}
.online_img img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  display: block;
}
.online_in{
  float: left;
  width: 940px;
}
.online_in textarea{
  width: 900px;
  height: 152px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
}
.online_in span{
  display: block;
  font-size: 12px;
  color: #02633e;
}
.online_in button{
  width: 168px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #02633e;
  font-size: 16px;
  color: #fff;
  border: none;
  float: right;
  margin-right: 40px;
}
.net_list{
  height: 400px;
  overflow-y: auto;
}
.net_list li{
  margin-bottom: 20px;
}
.net_list li b{
  font-weight: normal;
  font-size: 12px;
  color: #959595;
  display: block;
}
.net_list li span{
  display: block;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  margin-top: 20px;
}

/* 登陆部分 */
.login_box{
  width: 850px;
  height: 605px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.center{
  width: 362px;
  margin: auto;
}
.in_a{
  margin-bottom: 28px;
}
.in_a label{
  display: block;
  font-size: 13px;
  color: #7a7a7a;
  padding-bottom: 8px;
}
.a_list{
  width: 74px;
  height: 48px;
  line-height: 48px;
  float: left;
  border: 1px solid #f4f4f4;
  background: url(../i/san.png) right center no-repeat;
  background-size: 18px;
  text-align: center;
  font-size: 13px;
  color: #9d9d9d;
  position: relative;
  z-index: 99999;
  cursor: pointer;
}
.a_list li{
  line-height: 48px;
  display: none;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  background-color: #fff;
}
.a_list li:hover{
  background-color: #f4f4f4;
}
.type-a-in{
  width: 352px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #f4f4f4;
  padding-left: 8px;
  outline: none;
}
.get-code{
  width: 160px;
  height: 50px;
  line-height: 50px;
  float: right;
  border: 1px solid #f4f4f4;
  font-size: 13px;
  color: #7a7a7a;
  outline: none;
  cursor: pointer;
}
.login_btn{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #00854a;
  font-size: 13px;
  color: #fff;
  display: block;
  margin: auto;
  border: none;
}
.login_btn{
  margin-top: 22px;
}
.password{
  background: url('../i/password2.png') 97% center no-repeat;
}
.limit{
  display: block;
  font-size: 14px;
  color: #9d9d9d;
  text-align: center;
}
#smile{
  display: block;
  margin:0 auto 34px;
}
