.wrap {
  width: 1200px;
  margin: 0 auto;
}

.w1200 .wrap {
  width: 1200px;
}

.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}










.sendcodebutton {
  font-size: 15px;
  float: left;
  display: block;
  height: 31px;
  line-height: 31px;
  padding: 0 10px;
  /* border: 0; */
  /* color: #fff; */
  color: #ff9da3;
  border: 1px solid #ff858f;
  border-radius: 3px;
  /* background: #2ca5dc; */
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
}

.sendcodebutton.sending {
  color: #999;
  background: #dedede;
}

.sendcodebtn {
  float: left;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
}

.minbtn-wrap {
  display: block;
  margin-right: 10px;
  padding-right: 5px;
  left: 245px;
  position: absolute;
  white-space: nowrap;
  margin-top: -36px;
}

/* LGOO */

.registerwrap {
  font-size: 14px;
}

.register {
  width: 1200px;
  padding: 20px 40px;
}

/* ..w1200 .register {
  margin: 20px 110px;
} */

.tab-pane h3 {
  padding: 25px 0 0 0;
  font-size: 20px;
  font-weight: 500;
}

.tab-pane h3 .tips {
  font-size: 15px;
  text-align: center;
}
.tab-pane .info_tips {
  border: 1px solid #fffbe5;
  height: 400px;
  width: 400px;
  float: right;
  margin-left: 100px;
  background: #fffbe5;
}
.tab-pane .info_tips .title {
  padding: 20px ;
  margin: 20px 0px;
  font-size: 17px;
  color: #5c3c00;

}
.tab-pane .info_tips .content .info {
  padding: 10px 20px;
  color: #5c3c00;
  font-size: 15px;
}
.contain_upload {
  color: #666;
  overflow: hidden;


}

.img_contain {
  padding: 30px;
  float: left;
  width: 150px;
}

.img_contain.right {
  width: 600px;
}

.img_contain .img_lists {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  text-align: center;

}

.img_list {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 17px;
  /* margin-left: 17px; */
  margin-bottom: 10px;
  position: relative;
  border: 2px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.img_list .img {
  width: 150px;
  height: 150px;
}

.img_list .del_img {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 146px;
  height: 30px;
  background-color: rgba(0, 0, 0, .2);
  line-height: 30px;
  color: #fff;
}

.img_upload {
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  float: left;
  border: 2px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  /* background: url("/public/index/static/add.jpg") no-repeat center center; */
  /* background: url("/public/index/static/icon3.png") no-repeat center center; */
  overflow: hidden;
}
.img_upload .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.img_upload .icon i {
  font-size: 30px;
}
.img_upload .file_img {
  width: 100%;
  height: 100%;
  opacity: 0;
  width: 100%;

}

.tip {
  width: 150px;
  /* overflow: hidden; */
  text-align: center;
  padding-top: 15px;
}

.ipt {
  margin-right: 5px;
  transform: translateY(2px)
}

.file {
  height: 50px;
  width: 50px;
  border: 1px solid;

}

.register .form-row {
  margin-top: 25px;
}

.register .form-row.type01,
.register .form-row.type02,
.register .form-row.type03 {
  margin-top: 32px;
}

.register .type {
  width: 70px;
  float: left;
  margin: 10px 5px 0 0;
  text-align: right;
  color: #666;
}


.register .error {
  position: absolute;
  left: 228px;
  top: 10px;
  display: block;
  color: #f48117;
  white-space: nowrap;
}

.register .error1 {
  left: 150px;
}

.w1200 .register .error {
  left: 450px;
}

.w1200 .register .error1 {
  left: 102%;
}



.register .field {
  position: relative;
  width: 455px;
  float: left;
  color: #999;
}
.register .field .ipt_ul{
   position: absolute;
   max-height: 240px;
   width: 346px;
   background: #fff;
   z-index: 100000;
   border: 1px solid #f1f1f1;
   border-top: 0;
   padding: 10px 0 0 0;
   overflow-y: auto;
   animation: 0.5s
}
.register .field .ipt_ul li {
   list-style: none;
  padding: 0 10px 10px 10px;
  cursor: pointer;
}
.register .inp {
  width: 326px;
  height: 20px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.register select.inp {
  height: 45px;
  width: 350px;
}

.register textarea.inp {
  height: 105px;
  /* width: 350px; */
}

.register .yzm {
  width: 204px;
}

.register .yzm2 {
  width: 215px;
}

.register .vdimgck {
  float: left;
  margin-left: 21px;
  width: 100px;
  height: 40px;
  border: 1px solid #e5e5e5;
}

.register .submit {
  display: block;
  width: 210px;
  height: 40px;
  margin-bottom: 18px;
  background: #FF5C6A;
  color: #fff;
  font-size: 16px;
  border: 0;
  outline: 0;
  border-radius: 3px;
  cursor: pointer;
}

.register .submit:hover {
  background: #F49035;
  transition: all .25s;
}

.register .btnwrap {
  margin-top: 42px;
}

.register .btnwrap .type {
  font-size: 0;
  color: #fff;
}

.register .usertype {
  margin-top: 10px;
  overflow: hidden;
}

.register .usertype label {
  position: relative;
  float: left;
  display: inline-block;
  height: 21px;
  margin-right: 35px;
  cursor: pointer;
  white-space: nowrap;
}

.register .usertype label {
  display: inline;
}

.register .usertype label i {
  display: inline-block;
  width: 17px;
  height: 17px;
  float: left;
  margin: 3px 5px 0;
  background-position: 0 -17px;
  transition: all .2s;
}

.register .usertype label.selected i {
  background-position: 0 0;
}

.register .usertype label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.register .change {
  margin-left: 8px;
  color: #999;
  line-height: 42px;
}

.register .change:hover {
  color: #f48117;
}

.agreement {
  color: #989898;
}

.agreement label {
  display: inline-block;
}

.agreement i {
  width: 19px;
  height: 16px;
  float: left;
  margin-top: 3px;
  background-position: 0 -35px;
  margin-right: 5px;
}

.agreement .checked i,
.agreement label:hover i {
  background-position: 0 -52px;
}

.agreement a {
  color: #319ed9;
}

.agreement a:hover {
  text-decoration: underline;
}

.sendvdimgck {
  *display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
  background: #2fa2e1;
  color: #fff;
  border-radius: 3px;
}

.sendvdimgck:hover {
  background: #1594D9;
  color: #fff;
}

.regmail {
  width: 16px;
  height: 10px;
  margin-right: 4px;
  background-position: -21px 0;
}

.vdimgckinfo {
  width: 450px;
  margin-top: 15px;
  line-height: 24px;
  color: #bcbcbc;
}

.vdimgckinfo span {
  color: #f68012;
}

.ftype03 .vdimgckinfo .sendvdimgck {
  background: #84ca0f;
}

.regicon {
  display: inline-block;
  background-image: url(../img/register_icon.png);
  background-repeat: no-repeat;
  *vertical-align: middle;
}


.gologin {
  width: 350px;
  height: 425px;
  float: right;
  padding-left: 30px;
  margin: 70px 40px 0 0;
  color: #999;
  border-left: 1px solid #eee;
}

.gologin .title {
  margin-bottom: 20px;
}

.gologin a {
  color: #0580e0;
}

.gologin a:hover {
  text-decoration: underline;
}

.otherlogin a {
  display: inline-block;
  float: left;
  width: 132px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.otherlogin a:hover {
  text-decoration: none;
}

.otherlogin a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 9px 4px 0 10px;
}

.regqq {
  background-position: -21px -12px;
}

.regwx {
  background-position: -21px -32px;
}

.otherlogin a span {
  display: inline-block;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 9px 0 0 5px;
  padding: 0 9px;
  border-left: 1px solid #fff;
}

.qqlogin {
  background: #2ca5dc;
  margin-right: 18px;
}

.qqlogin:hover {
  background: #46BAEE;
}

.wxlogin {
  background: #68d311;
}

.wxlogin:hover {
  background: #7DDB31;
}

.gologin .otherlogin {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #ececec;
}

.gologin .info dt {
  margin-bottom: 25px;
}

.gologin .info dd {
  line-height: 30px;
}

.gologin .info span {
  color: #ff3b4b;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.footer {
  margin-top: 80px;
  padding: 0px 0 30px;
  background: #f5f5f5;
  font-size: 14px;
}

.footer .frinedlink {
  padding-top: 30px;
  margin-top: 40px;
  border-top: solid 1px #E6E7EB;
  overflow: hidden;
  text-align: center;
}

.footer .frinedlink .links {
  line-height: 2em;
  width: 110%;
  overflow: hidden;
  color: #999;
}

.loginwrap {
  height: 560px;
  position: relative;
}

.login-box.show {
  display: block;
  position: absolute;
  margin-right: 400px;
}

#resetPwd.login-form .label {
  width: 90px;
}

.reset-btn {
  border: 0;
  padding: 5px 10px;
  height: 40px;
  width: 255px;
  margin-left: 85px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  background-color: #FF5C6A;
  color: #fff;
  transition: background-color .3s;
}

.reset-btn:active {
  background-color: #e94c13;
  color: #f3f3f3;
}

.login-form input[name='code'] {
  width: 120px;
}

.login-form input[name='img_code'] {
  width: 120px;
}

.send-btn {
  border: 0;
  margin-left: 5px;
  padding: 3px 10px;
  height: 30px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  background-color: #FF5C6A;
  color: #fff;
  transition: background-color .3s;
}

.send-btn:active {
  background-color: #e94c13;
  color: #f3f3f3;
}

.send-btn.sending {
  background-color: #dedede;
  color: #666;
}

.authcode {
  height: 30px;
  border: 1px solid #dedede;
  float: right;
}

.loginbtn {
  border: 0;
  padding: 5px 10px;
  height: 40px;
  width: 255px;
  margin-left: 85px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  background-color: #FF5C6A;
  color: #fff;
  transition: .3s;
}

.loginbtn:active {
  background-color: #e94c13;
  color: #f3f3f3;
}

.login-body .tabs .login-item {
  border-bottom: solid 2px #ffffff;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  padding: 10px 5px;
  cursor: pointer;
  margin: 0 30px;
  width: 90px;
}