body{
    margin: 0px; padding:0px;
}
.login-bg{
    width: 100vw;
    height: 100vh;
    position: relative;
    background: url("../images/login.png")no-repeat center;
    background-size: 100% 100%;
    align-items: center;
}
.login-wrap{
    width: 492px;
    text-align: center;
    position: absolute;
    right: 15%;
	top:25%;
}
.login-tabbar{
    width: 232px;
    margin: 0 auto;
    margin-bottom: 33px;
}
.login-tabbar div{
    width:116px;
    height:38px;
    font-size: 18px;
    font-weight:400;
    text-align: center;
    color: #666;
    line-height: 38px;
    cursor: pointer;
}
.login-tabbar div.active{
    background:#00CAFC;
    color: #fff;
}
.login-input-wrap{
    width: 100%;
    height:70px;
    margin-bottom: 30px;
}
.login-input-wraps{
    width: 100%;
    height:70px;
    margin-bottom: 30px;
    background: #fff;
}
.login-input-wraps span{
    width: 60px;
    font-size: 16px;
    color: #333;
    background: #fff;
    padding: 0 29px;
    line-height: 70px;
}
.login-input-wrap span{
    width: 48px;
    font-size: 16px;
    color: #333;
    background: #fff;
    padding: 0 29px;
    /* margin: auto 0; */
    line-height: 70px;
}
.login-input-wrap input{
    border: none;
    background: #fff;
    font-size: 15px;
    padding: 0 12px;
    width: 362px;
}
.login-input-wrap select{
    border: none;
    background: #fff;
    font-size: 15px;
    padding: 0 12px;
    width: 362px;
}
.login-inputcode-wrap input{
    width: 229px;
}
.login-input-wrap .js-get-mobile-code{
    width:225px;
    height:70px;
    line-height: 70px;
    background: #00CAFC;
    text-align: center;
    color: #fff;
    font-size: 15px;
	cursor:pointer;
}
.login-btn{
    width:492px;
    height:70px;
    background:#7F2C8D;
    color: #fff;
    font-size: 17px;
    line-height: 70px;
    cursor: pointer;
    margin-bottom: 16px;
	border:0px;
}
.selfnext-wrap{
    margin-bottom: 30px;
    text-align: left;
}
.login-bto{
    justify-content: space-between;
}
.yan{
    display: none;
}
.register .login-input-wrap span{
    width: 68px;
}
.register .login-input-wrap input{
    width: 342px;
}
.login-foot{
    position: absolute;
    bottom: 0;
    background: #7F2C8D;
    opacity: .85;
    width: 100%;
    height: 60px;
}
.login-footcont{
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.login-height{
	/*height:50px;
	height:-moz-calc(100vh - 249px);
	height:-webkit-calc(100vh - 249px);
	height:calc(100vh - 249px);*/
	align-items: center;
	}
.login-footright,.login-footleft{
    line-height: 60px;
    color: #fff;
}
.login-footleft a span{
    color: #fff;
    padding: 0 5px;
}
.headleft{
    width: 160px;
    height: 100px;
}
.headright{
    width: 148px;
    height: 100px;
}
.regi-head-cont{
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.headfontl{
    font-size: 28px;
    color: #7F2C8D;
    font-weight: bold;
    margin: auto 0;
}
.regi-head-wrap{
    background: rgba(255, 255, 255, 0.6);
    padding: 30px 0;
}
.regi-headcont-r{
    margin: auto 0;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.regi-headcont-r span{
    color: #7F2C8D;
}
.diy_select {
  width: 413px;
  height: 40px;
  background: #fff;
  position: relative;
}
.width-m {
  width: 137px;
}
.diy_select .select-text {
  /* border: 1px solid #e5e5e5;
  border-radius: 4px; */
}
.diy_select .diy_select_txt {
  width: 378px;
  overflow-x: hidden;
  height: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 10px;
  border-right: none;
  text-align: left;
  font-size: 12px;
  color: #727171;
}
.seltext-m {
  width: 85px !important;
}
.diy_select .diy_select_btn {
  background: url("../../imgs/center/arrowbto.png") no-repeat center;
  width: 40px;
  height: 40px;
  background-size: 50%;
  background-color: #EEEEEE;
}
.diy_select .select-option {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.diy_select .select-option .diy_select_list {
  display: none;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #DCDCDC;
}
.diy_select .select-option .diy_select_list li {
  list-style: none;
  padding: 7px 0px 7px 12px;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  color: #727171;
}
.diy_select .select-option .diy_select_list li:hover {
  background: #F5F7F7;
}
