@charset "utf-8";
.clear {
  clear: both;
}

.page .pageTop {
  min-height: 100px;
}

.page .pageTop .logo {
  margin-top: 20px;
}

.pageCenter .loadImage {
  /*background-image: url(__ROOT__/Public/images/login-banner.jpg);*/
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
  /*  padding-top:115px;*/
  position: relative;
  /*cursor: pointer;*/
}

#login {
  position: absolute;
  top: 115px;
  right: 130px;
}

#login .loadInput {
  width: 350px;
  height: 350px;
  background-color: #fff;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  float: right;
}

#login .loadInput .loadstander, .loadstander-cs {
  width: 300px;
  height: 400px
}

#login .display-info {
  /*padding-left: 20px;*/
  margin: 5px 0;
}

#login .form-group .input-group {
  margin-bottom: 10px;
}

.login-icon {
  top: 0;
}

#login .bottom {
  margin-top: 40px;
}

#login .bottom span {
  padding: 0;
}

#res {
  position: absolute;
  top: 20px;
  right: 130px;
}

#res .loadInput {
  width: 400px;
  height: auto;
  background-color: #fff;
  /*    padding-top:10px; */
  /*  padding-left:20px; */
  padding: 10px 14px;
  float: right;
  text-align: center;
  border: solid #dddddd;
  border-width: 0px 1px 1px
}

#res .register_title {
  margin-bottom: 15px;
  font-size: 18px;
}

/*    #res .form-control {
      height: 40px;
    }*/
#res .form-control.code {
  width: 40%;
  float: left;
}

#resForm_1 .dispaly-err {
  font-size: 10px;
  color: red;
  font-weight: normal;
}

.help-block {
  margin: 0;
  position: absolute;
  top: 34px
}

#res .form-group {
  padding-bottom: 10px
}

#res .bottom-font {
  margin-top: 10px;
}

#res .bottom-font span {
  padding: 0;
}

#res button.commit {
  width: 100%;
  border-radius: 0;
}

#res p.error {
  color: #e22;
  font-size: 12px;
  text-align: center;
  width: 342px;
  border: 1px solid #e22;
  padding: 3px 0;
  margin: 0 auto;
  border-radius: 4px;
  display: none;
}

#res p.error i {
  margin-right: 3px;
}

#res .bsvildata .form-control-feedback {
  opacity: 0;
}

/*密码强度*/
.pw-strength {
  clear: both;
  position: relative;
  top: 6px;
  width: 180px;
  display: none;
}

.pw-bar {
  background: url(../images/pwd-1.png) no-repeat;
  height: 14px;
  overflow: hidden;
  width: 179px;
}

.pw-bar-on {
  background: url(../images/pwd-2.png) no-repeat;
  width: 0px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 2px;
  transition: width .5s ease-in;
  -moz-transition: width .5s ease-in;
  -webkit-transition: width .5s ease-in;
  -o-transition: width .5s ease-in;
}

.pw-weak .pw-defule {
  width: 0px;
}

.pw-weak .pw-bar-on {
  width: 60px;
}

.pw-medium .pw-bar-on {
  width: 120px;
}

.pw-strong .pw-bar-on {
  width: 179px;
}

.pw-txt {
  padding-top: 2px;
  width: 180px;
  overflow: hidden;
}

.pw-txt span {
  color: #707070;
  float: left;
  font-size: 12px;
  text-align: center;
  width: 58px;
}

/*密码强度 end*/
@media (min-width: 768px) {
  #myagreen .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }

  #myagreen .modal-header {
    min-height: 16.43px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    background: #eee;
  }

  #myagreen .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
  }
}

.loadInput {
  position: relative;
}

/*cs端登录的样式*/
.loadstander {
  display: none;
}

.loadstander-cs {
  display: none;
}

.cs-img-div {
  width: 100%;
  height: 200px;
  text-align: center;
  position: relative;
}

.cs-img-div img {
  border: 1px solid #ddd;
  width: 84px;
  height: 84px;
  border-radius: 100px;
  margin-top: 50px;
}

.loadstander-cs h3 {
  font-size: 16px;
  margin-top: 25px;
  font-weight: bold;
}

.cs-other-login {
  margin-top: 10px;
}

.cs-other-login span {

  line-height: 40px;
  color: #5CB85C;
  cursor: pointer;
  font-weight: bold;
}

.cs-login-name {
  line-height: 30px;
  font-size: 12px;
}

.cs-icon-ok {
  position: absolute;
  right: 108px;
  top: 45px;
  background: #78C530;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
}

.loading-icon {
  font-size: 34px;
  vertical-align: middle;
  position: absolute;
  margin-top: 150px;
  margin-left: 140px;
}

.qq-icon {
  max-width: 24px;
  max-height: 24px;
  border-radius: 50px;
  margin-right: 4px;
}

.qq-icon:last-child {
  margin-left: 15px;
}

/*广告*/
#ads-href {
  display: block;
  height: 600px;
  width: 60%;
}

@media (max-width: 640px) {
  body {
    min-width: 0;
  }

  .pageCenter {

  }

  .page, .page .pageTop {
    width: 100%;

  }

  .pageTop .col-md-4, .pageTop .col-md-3 {
    padding: 0;
  }

  #login {
    right: 50%;
    width: 350px;
    top: 15%;
    /*padding: 0 1em;*/
    margin-right: -175px;

  }

  #login .loadInput {

  }

  .pageCenter .loadImage {

    width: 100%;
    position: relative;

  }

  #res {
    right: 0;
    padding: 0 1em;
  }

  #res .loadInput {
    width: 100%;
    /*  background: rgba(145,203,180,0.8);*/
  }

  #codeid {
    width: 50%;
  }
}

.form-group input {
  border-radius: 0;
}

.company {
  font-size: 14px;
}

#res .tab li a {
  display: block;
  width: 100px;
}

#res .mt {
  padding-right: 0;
  position: relative;
  overflow: visible;
  margin-bottom: -3px;
  border-bottom: 4px solid #dddddd;
}

#res .tab {
  height: 33px;
}

#res .tab li {
  margin-right: 5px;
  font-size: 14px;
  width: 100px;
  height: 30px;
  height: font-size: 18px;
  margin-top: 3px;
  text-align: center;
  line-height: 28px;
  color: #F79100;
}

#res .tab li {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  border-bottom: none;
  display: inline-block;
  /*cursor: pointer;*/
}

#res .tab .curr {
  color: #fff;
  background: #ffffff;
  color: #e4393c;
  height: 33px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 0;
  -moz-box-shadow: 2px 0 2px #DDDDDD;
  -webkit-box-shadow: 2px 0 2px #DDDDDD;
  box-shadow: 2px 0 2px #DDDDDD;
  cursor: auto !important;
}

.present-list {
  padding-top: 4px;
}

.present-list li {
  display: inline-block;
  line-height: 34px;
  margin-right: 15px;
}
.present-list li:last-child{
  margin-right: 0;
}
.present-list li input {
  margin-right: 4px;
  margin-top: 10px;
}

.present-list li label {
  cursor: pointer;
}