* {
  margin: 0;
  padding: 0;
}

body,
html {
  line-height: 1;
  font-weight: 200;
  font-family: "Microsoft YaHei", sans-serif;
  color: #5b5f63;
  background: #f5f8ff;
}

.banner {
  width: 100%;
  height: 575px;
  background: url('../img/banner.png') center top no-repeat;
}

.container {
  width: 1295px;
  height: auto;
  margin: 0 auto;
}

.top-banner {
  box-sizing: border-box;
  width: 1190px;
  height: 286px;
  margin: -120px auto 0;
  padding: 38px 78px 0 78px;
  background: #fff;
}

/* 浮框 */

.float_box {
  display: block;
  width: 140px;
  height: 140px;
  position: fixed;
  right: 1%;
  top: 5%;
  z-index: 50;
  background: url(../img/icon-enter.png)no-repeat;
  background-size: 100%;
}

.float_box .out {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 8px;
  z-index: 60;
}

.top-banner .title {
  margin-bottom: 20px;
  text-align: center;
}

.top-banner .title .icon {
  display: inline-block;
  vertical-align: top;
  width: 71px;
  height: 71px;
  background: url('../img/icon-search.png') no-repeat;
  background-size: 71px 71px;
}

.top-banner .title .txt {
  display: inline-block;
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #1577e4;
}

.top-banner .title .txt.txt1 {
  margin-left: 27px;
  margin-right: 40px;
}

.top-banner .content {
  line-height: 36px;
  font-size: 24px;
}

.article-title {
  padding-left: 130px;
  font-size: 36px;
  line-height: 70px;
  color: #4d4d4d;
  background: url('../img/t1-bg.png') no-repeat 130px top;
}

.article1 {
  margin-top: 94px;
  margin-bottom: 132px;
}

.article1-content {
  padding-left: 130px;
}

.article1-content .article1-link {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 24px;
  color: #1577e4;
  text-decoration: underline;
}

.article1-content .article1-txt {
  width: 1050px;
  font-size: 24px;
  line-height: 36px;
}

.article2-content .img.img-wap {
  display: none;
}

.article2-content .img,
.article2-content .detail {
  display: inline-block;
  vertical-align: top;
  margin-top: 70px;
}

.article2-content .detail {
  position: relative;
  box-sizing: border-box;
  width: 740px;
  height: 425px;
}

.article2-content.left .detail {
  padding-left: 70px;
}

.article2-content.right .detail {
  padding-right: 70px;
}

.article2-title {
  padding: 50px 0;
  font-size: 30px;
  color: #4d4d4d;
  background: url('../img/t1-bg2.png') no-repeat left top;
}

.article2-p {
  font-size: 24px;
  line-height: 36px;
}

.article2-p.article2-p-pc {
  display: none;
}

.btn-check {
  position: absolute;
  bottom: 0;
  width: 267px;
  height: 72px;
  background: url('../img/btn-check.png') no-repeat;
  background-size: 267px 72px;
  /* margin-top: 5px; */
}

.article2-content.left .btn-check {
  left: 70px;
}

.article2-content.right .btn-check {
  right: 70px;
}

.btn-login {
  width: 329px;
  height: 106px;
  background: url('../img/btn-login.png') no-repeat;
  background-size: 329px 106px;
  margin: 130px auto 70px;
}

/* 投票 */

.time-line {
  width: 1287px;
  height: 90px;
  background: url('../img/time.png') no-repeat;
  background-size: 1287px 90px;
  margin: 100px auto;
}

.vote-exp {
  width: 100%;
  height: 80px;
  padding-right: 70px;
  box-sizing: border-box;
  background: url('../img/vote-exp.png') right top no-repeat;
}

.vote-exp .vote-a {
  float: right;
  margin-top: 50px;
  font-size: 24px;
  color: #1577e4;
}

.vote-list {
  width:95%;
  margin:0 auto;
  margin-top: 20px;

  text-align: center;
}

.vote-item {
  position: relative;
  float:left;
  box-sizing: border-box;
  padding: 20px 25px;
  width: 600px;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  font-size:12px;
}

.vote-item:nth-of-type(2n) {
  margin-left: 30px;
}

.user-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffa511;
}

.user-info .avatar {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  height: 75px;
}

.user-info .info {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  font-size: 16px;
  color: #5d5d5d;
}

.user-info .btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 153px;
  height: 42px;
  background: url('../img/v-vote.png') no-repeat;
  background-size: 153px 42px;
  cursor:pointer;
}

.user-info .info .name {
  margin-right: 20px;
}

.user-info .info>div {
  margin-bottom: 9px;
}

.user-word {
  font-size: 18px;
  padding:15px 5px;
  height:120px;
  overflow-y:auto; 
  line-height: 1.5;
}

.counter {
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
  color: #ffa511;
}

/* // 投票 */

/* 成员 */

.note {
  display: block;
  width: 90%;
  margin:0 auto;
  clear:left;
  margin-top:20px;
}
.note img{
  max-width:100%;
}
.note_wap{
  display: none;
}
.vote-table {
  width: 1090px;
  margin: 0 auto;
}

.vote-table table {
  width: 100%;
  background: #fff;
}

.vote-table .exp {
  width: 90%;
  overflow: hidden;
  margin: 30px auto 0;
  line-height: 25px;
  border-top: 1px solid #eceefd;
  text-align: center;
  font-size: 16px;
  color: #4d4d4d;
}

.vote-table table thead tr {
  height: 90px;
  line-height: 90px;
  background: #5892f4;
  color: #fff;
}

.vote-table table tbody tr {
  height: 66px;
  line-height: 66px;
  background: #fff;
}

.vote-table table tbody tr {
  text-align: center;
}

.vote-table table tbody tr:nth-of-type(2n) {
  background: #eceefd;
}

/* 成员 */

.form {
  width: 1490px;
  height: 730px;
  margin: 0 auto;
  padding: 60px 100px 60px 230px;
  box-sizing: border-box;
  background: #fff;
}

.form-content {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 500px;
  padding-right: 50px;
  border-right: 1px solid #ccc;
  /* text-align: center; */
}

.form-content .user .avatar {
  display: inline-block;
  vertical-align: bottom;
  width: 96px;
  height: 96px;
}

.form-content .user .name {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 20px;
}

.form-content .user .number {
  display: inline-block;
  margin-left: 50px;
  margin-bottom: 20px;
}

.form-content .qq,
.form-content .text,
.form-content .mobile {
  margin-top: 10px;
}

.textarea {
  width: 450px;
  height: 130px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: none;
  font-size: 16px;
}

.form-content input {
  width: 364px;
  border: none;
  border-bottom: 1px solid #ccc;
  line-height: 32px;
  font-size: 16px;
  padding-left: 15px;
}

.form-content input.mobile {
  width: 270px;
}

.form-exp {
  display: inline-block;
  vertical-align: top;
  width: 607px;
  height: 449px;
  margin-top: 30px;
  margin-left: 30px;
  background: url('../img/form-exp.png') no-repeat;
}

.btn-confirm {
  /* display: inline-block; */
  margin: 40px auto 0;
  width: 267px;
  height: 72px;
  background: url('../img/btn-comfirm.png') no-repeat;
  background-size: 267px 72px;
}

.btn-vote {
  position: relative;
  width: 329px;
  height: 123px;
  background: url('../img/btn-vote.png') no-repeat;
  background-size: 329px 123px;
  margin: 130px auto 0;
}

.btn-vote .start {
  position: absolute;
  top: -40px;
  right: 35px;
  width: 147px;
  height: 72px;
  line-height: 60px;
  text-align: center;
  color: #ff6b11;
  font-size: 24px;
  background: url('../img/tip.png') no-repeat;
  background-size: 147px 72px;
}

.bottom-wap {
  display: none;
}

.bottom_box {
  display: block;
  width: 100%!important;
  margin: 0 auto;
}

.bottom_box img {
  max-width: 100%!important;
}

.qcode {
  width: 546px;
  overflow: hidden;
  padding: 0.5rem 0;
  margin: 0 auto;
}

.qcode img {
  max-width: 100%;
}

/* 登陆框 */
.shadow {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 90;
  display: none;
}

.login_box {
  width: 670px;
  height: 445px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/login_bg.png)no-repeat;
  background-size: 100%;
  z-index: 99;
  display: none;
}

.login_box .out_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -5%;
  top: -5%;
  background: url(../img/out_img.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.login_box h3 {
  font-family: "微软雅黑";
  color: #fbda30;
  text-align: center;
  margin-top: 80px;
}

.login_box .input_box {
  width: 400px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 100px;
}

.login_box .input_box li {
  list-style: none;
  width: 100%;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  background: white;
  display: block;
  border: 1px solid #dcdcdc;
  margin-top: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.login_box .input_box .tip {
  color: red;
  font-family: "微软雅黑";
  font-size: 14px;
  margin-left: 10px;
  margin-top: 5px;
}

.login_box .input_box li .user_icon {
  width: 25px;
  height: 25px;
  background: url(../img/user_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

.login_box .input_box li .password_icon {
  width: 25px;
  height: 25px;
  background: url(../img/password_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

.login_box .input_box li input {
  width: 150px;
  border: 0;
  outline: none;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  display: block;
  font-family: "微软雅黑";
  font-size: 14px;
  margin-left: 10px;
  float: left;
}

.login_box dl {
  width: 400px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
}

.login_box dl .left {
  font-family: "微软雅黑";
  text-align: left;
  font-size: 14px;
  color: #5ba2ff;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

.login_box dl .right {
  font-family: "微软雅黑";
  text-align: right;
  font-size: 14px;
  color: #5ba2ff;
  float: left;
  margin-left: 260px;
  cursor: pointer;
}

.login_box .login_btn {
  display: block;
  width: 300px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  vertical-align: middle;
  background: #ffa511;
  font-family: "微软雅黑";
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: bold;
  border: 0;
  outline: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 50px;
  cursor: pointer;
}

#undertakeBox {
  display: none;
}

#interestBox {
  display: none;
  width: 640px;
  height: 400px;
  background-size: 640px 400px;
}

#expBox {
  display: none;
  width: 640px;
  height: 400px;
  background-size: 640px 400px;
}

.commission_box {
  width: 800px;
  height: 500px;
  background: url(../img/commission_bg.png)no-repeat;
  background-size: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}

.commission_box .commission_out {
  width: 40px;
  height: 40px;
  background: url(../img/commission_out.png)no-repeat;
  background-size: 100%;
  position: absolute;
  right: 15px;
  top: 5px;
}

.commission_box h1 {
  color: #1577e4;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-family: '微软雅黑';
}

.commission_box .container {
  width: 80%;
  height: 400px;
  /* overflow-y: scroll; */
  margin: 0 auto;
  margin-top: 60px;
  font-family: '微软雅黑';
}

.commission_box .container dl {
  width: 100%;
  height: 350px;
  overflow-y: scroll;
}

.commission_box .container dl dd {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 1.3;
}

/* 准则弹框 */

.zhunze_box {
  width: 700px;
  height: 500px;
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: none;
}

.zhunze_box .out_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2%;
  top: 2%;
  background: url(../img/out_img.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.zhunze_box .header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  background: #1577e4;
  font-size: 20px;
  text-align: center;
  color: white;
}

.zhunze_box .zhunze_container {
  width: 95%;
  height: 400px;
  margin: 0 auto;
  margin-top: 10px;
  overflow-y: scroll;
  font-family: '微软雅黑';
}

.zhunze_box .zhunze_container dl {
  width: 95%;
  margin: 0 auto;
}

.zhunze_box .zhunze_container dt {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.zhunze_box .zhunze_container dd {
  display: block;
  margin-top: 5px;
  line-height: 1.5;
}
#namePagination{
  margin-left:240px;
  margin-top:20px;
}
.explain_box{
  width:900px;
  background:white;
  box-shadow: 2px 2px 3px #cde4ff;
  margin:0 auto;
  margin-top:20px;
  overflow: hidden;
  padding:10px 10px;
}
.explain_box dt{
  margin-left:2px;
}
.explain_box dd{
  list-style:none;
  font-size:16px;
  line-height:25px;
}
/*移动端 */

@media (max-width: 768px) {
  .explain_box{
    width:90%;
    background:white;
  box-shadow: 2px 2px 3px #cde4ff;
    margin:0 auto;
    margin-top:0.5rem;
    overflow: hidden;
    padding:1rem 0.5rem;
  }
  .explain_box dt{
    margin-left:2px;
  }
  .explain_box dd{
    list-style:none;
    font-size:0.8em;
  }
  #namePagination{
   margin-left:3rem;
   margin-top:0.5rem;
  }
  .vote-table table td{
    line-height:20px;
  }
  .note{
    display: none;
  }
  .note_wap {
    display: block;
    width: 90%;
    margin:0 auto;
    margin-top:1rem;
  }
  .note_wap img{
    max-width:100%;
  }

  .vote-table {
    width: 95%;
    margin: 0 auto;
    font-size:0.8em;
  }
 
  /* 浮框 */
  .float_box {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 1%;
    top: 5%;
    z-index: 50;
    background: url(../img/icon-enter.png)no-repeat;
    background-size: 100%;
  }
  .float_box .out {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0.2rem;
    z-index: 60;
  }
  .banner {
    width: 100%;
    height: 177px;
    background: url('../img/banner-wap.png') no-repeat;
    background-size: 100% 177px;
  }
  .container {
    width: 100%;
  }
  .top-banner {
    box-sizing: border-box;
    width: 320px;
    height: 196px;
    margin: -25px auto 0;
    padding: 15px;
    background: #fff;
  }
  .top-banner .title {
    margin-bottom: 5px;
    text-align: center;
  }
  .top-banner .title .icon {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    background: url('../img/icon-search.png') no-repeat;
    background-size: 35px 35px;
  }
  .top-banner .title .txt {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #1577e4;
  }
  .top-banner .title .txt.txt1 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .top-banner .content {
    line-height: 20px;
    font-size: 12px;
  }
  .article-title {
    padding-left: 30px;
    font-size: 18px;
    line-height: 36px;
    color: #4d4d4d;
    background: url('../img/t1-bg.png') no-repeat 30px top;
    background-size: 37px 3px;
   
  }
  .article1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .article1-content {
    padding-left: 30px;
  }
  .article1-content .article1-link {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #1577e4;
    text-decoration: underline;
  }
  .article1-content .article1-txt {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
  }
  /* part2 */
  .article2-content .img {
    display: none;
  }
  .article2-content .img.img-wap {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 205px;
    margin-top: 15px;
    margin-left: 15px;
  }
  .article2-content .detail {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 15px;
  }
  .article2-content .detail {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    height: 205px;
  }
  .article2-content.left .detail {
    padding-left: 0px;
  }
  .article2-content.right .detail {
    padding-right: 0px;
  }
  .article2-title {
    padding: 15px 0;
    font-size: 15px;
    color: #4d4d4d;
    background: url('../img/t1-bg2.png') no-repeat left top;
    background-size: 40px 8px;
  }
  .article2-p {
    display: block;
    font-size: 12px;
    line-height: 1.5;
  }
  .article2-p.article2-p-wap {
    display: none;
  }
  .article2-p.article2-p-pc {
    display: block;
  }
  .btn-check {
    position: absolute;
    bottom: 0;
    width: 136px;
    height: 35px;
    background: url('../img/btn-check.png') no-repeat;
    background-size: 136px 35px;
    /* margin-top: 5px; */
  }
  .article2-content.left .btn-check {
    left: 30px;
  }
  .article2-content.right .btn-check {
    right: 30px;
  }
  .btn-login {
    width: 164px;
    height: 53px;
    background: url('../img/btn-login.png') no-repeat;
    background-size: 164px 53px;
    margin: 60px auto 30px;
  }
  /* 投票 */
  .time-line {
    width: 360px;
    height: 25px;
    background: url('../img/time-wap.png') no-repeat;
    background-size: 360px 45px;
    margin: 50px auto;
  }
  .vote-exp {
    width: 95%;
    height: 40px;
    padding-right: 35px;
    box-sizing: border-box;
    background: url('../img/vote-exp.png') right top no-repeat;
    background-size: 40px 35px;
  }
  .vote-exp .vote-a {
    float: right;
    margin-top: 25px;
    font-size: 12px;
    color: #1577e4;
  }
  .vote-list {
    margin-top: 10px;
    text-align: center;
  }
  .vote-item {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 12px;
    margin-bottom: 15px;
    width: 90%;
    height:auto;
    text-align: left;
    background: #fff;
    border-radius: 10px;
  }
  .vote-item:nth-of-type(2n) {
    margin-left: 0px;
  }
  .user-info {
    padding-bottom: 5px;
    border-bottom: 1px solid #ffa511;
  }
  .user-info .avatar {
    display: inline-block;
    vertical-align: top;
    width: 37px;
    height: 37px;
  }
  .user-info .info {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    font-size: 10px;
    color: #5d5d5d;
  }
  .user-info .btn {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 96px;
    height: 26px;
    background: url('../img/v-vote.png') no-repeat;
    background-size: 96px 26px;
  }
  .user-info .info .name {
    margin-right: 10px;
  }
  .user-info .info>div {
    margin-bottom: 4px;
  }
  .user-word {
    font-size: 9px;
    padding-top: 5px;
    height:60px;
    overflow-y:auto;
    line-height: 1.3;
    font-size:0.8em;
  }
  .counter {
    margin-top: 5px;
    line-height:25px;
    vertical-align: middle;
    text-align: right;
    font-size: 8px;
    color: #ffa511;
  }
  /* // 投票 */
  /* part3 */
  .form {
    width: 93%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
  }
 
  .form-content {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    padding-right: 0px;
    border-right: none;
    /* text-align: center; */
  }
  .form-content .user .avatar {
    display: inline-block;
    vertical-align: bottom;
    width: 48px;
    height: 48px;
  }
  .form-content .user .name {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .form-content .user .number {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .form-content .qq,
  .form-content .text,
  .form-content .mobile {
    margin-top: 10px;
  }
  .form-content input {
    width: 50%;
    border: none;
    border-bottom: 1px solid #ccc;
    line-height: 28px;
    font-size: 14px;
    padding-left: 5px;
  }
  .form-content input.mobile {
    width: 30%;
  }
  .textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    font-size: 0.8em;
  }
  .form-exp {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 224px;
    margin-top: 10px;
    margin-left: 10px;
    background: url('../img/form-exp.png') no-repeat;
    background-size: 100% 224px;
  }
  .btn-confirm {
    /* display: inline-block; */
    margin: 25px auto 0;
    width: 133px;
    height: 36px;
    background: url('../img/btn-comfirm.png') no-repeat;
    background-size: 133px 36px;
  }
  .btn-vote {
    position: relative;
    width: 164px;
    height: 61px;
    background: url('../img/btn-vote.png') no-repeat;
    background-size: 164px 61px;
    margin: 60px auto 0;
  }
  .btn-vote .start {
    position: absolute;
    top: -20px;
    right: 17px;
    width: 73px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ff6b11;
    font-size: 12px;
    background: url('../img/tip.png') no-repeat;
    background-size: 73px 36px;
  }
  .bottom_box {
    display: none;
  }
  .bottom-wap {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .bottom-wap img {
    max-width: 100%;
  }
  .qcode {
    width: 60%;
    margin: 0 auto;
  }
  .qcode img {
    max-width: 100%;
  }
  .login_box {
    width: 310px;
    height: 400px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/login_bg_wap.png)no-repeat;
    background-size: 100%;
    z-index: 99;
    display: none;
  }
  .login_box .out_btn {
    width: 25px;
    height: 25px;
    position: absolute;
    right: -5%;
    top: -5%;
    background: url(../img/out_img.png);
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .login_box h3 {
    font-family: "微软雅黑";
    color: #fbda30;
    text-align: center;
    margin-top: 80px;
  }
  .login_box .input_box {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3rem;
  }
  .login_box .input_box li {
    list-style: none;
    width: 100%;
    height: 40px;
    background: white;
    display: block;
    border: 1px solid #dcdcdc;
    margin-top: 0.5rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .login_box .input_box .tip {
    color: red;
    font-family: "微软雅黑";
    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
  }
  .login_box .input_box li .user_icon {
    width: 25px;
    height: 25px;
    background: url(../img/user_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
  }
  .login_box .input_box li .password_icon {
    width: 25px;
    height: 25px;
    background: url(../img/password_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
  }
  .login_box .input_box li input {
    width: 70%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 10px;
    border: 0;
    outline: none;
    background: none;
  }
  .login_box dl {
    width: 400px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
  }
  .login_box dl .left {
    font-family: "微软雅黑";
    text-align: left;
    font-size: 14px;
    color: #5ba2ff;
    float: left;
    margin-left: 2.5rem;
    cursor: pointer;
  }
  .login_box dl .right {
    font-family: "微软雅黑";
    text-align: right;
    font-size: 14px;
    color: #5ba2ff;
    float: left;
    margin-left: 7rem;
    cursor: pointer;
  }
  .login_box .login_btn {
    display: block;
    width: 60%;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    vertical-align: middle;
    background: #ffa511;
    font-family: "微软雅黑";
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    border: 0;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 1rem;
    cursor: pointer;
  }
  .zhunze_box {
    width: 90%;
    height: 500px;
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    display: none;
  }
  .zhunze_box .header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background: #1577e4;
    font-size: 1em;
    text-align: center;
    color: white;
  }
  .commission_box {
    width: 90%;
    height: 450px;
    background: white;
    border-radius: 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
  }
  .commission_box .commission_out {
    width: 30px;
    height: 30px;
    background: url(../img/commission_out.png)no-repeat;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .commission_box .container {
    width: 90%;
    height: 400px;
    /* overflow-y: scroll; */
    margin: 0 auto;
    margin-top: 1rem;
    font-family: '微软雅黑';
  }
  #interestBox {
    display: none;
    width: 90%;
    height: 400px;
  }
  #expBox {
    display: none;
    width: 90%;
    height: 400px;
  }
}