.mask-box{position: fixed; z-index: 9999;left: 0;right: 0;display:none;
    top: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.5);}
.reg-cont {position: absolute; width: 740px; top: 20%;left: 50%;margin-left: -370px;
    border-radius: 3px;padding: 20px 30px 30px 30px; background-color: #fff;
    -webkit-box-shadow: 1.133px 12.951px 9.8px 0.2px rgba(0, 0, 0, 0.02);
    box-shadow: 1.133px 12.951px 9.8px 0.2px rgba(0, 0, 0, 0.02);}
.reg-cont .chose_box {float: left;width: 370px;}  
.reg-cont .chose_box h1 {font-size: 20px;color: #333; text-align: center; margin-top: 26px;} 
.reg-cont .chose_box img {display: block;margin: 50px auto 0 auto;}
.reg-cont .person_box a {color: #008aff;border: 1px solid #008aff;} 
.reg-cont .chose_box a { display: block;margin: 40px auto 20px auto;font-size: 18px;width: 118px; height: 38px;
border-radius: 2px;text-align: center;line-height: 38px;  }
.reg-cont .company_box a {color: #67d027;border: 1px solid #67d027;}
.reg-cont .splite_line {position: absolute;height: 365px; border-left: 1px dashed #ddd;
left: 50%;top: 50%;margin-top: -182.5px;}
.reg-cont .close-btn { position: absolute;cursor: pointer;width: 11px; height: 11px;right: 20px;top: 15px;}
	#mod_r p input{
		background: #ffffff;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	#mod_r p{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#registUsername{
		background: #ffffff;
		border: 1px solid #cfd0d2;
		color: #6f6e6e;
	}
	#registUsername:hover,.telphoneCode:hover{
		border: 1px solid #1858dc !important;
	}
	#registUsername a:hover{
		border-color: #1858dc;
		background: #ffffff;
	}
	.splitLine{
		border-top: 1px solid #1858dc;
		float: left;
		width: 60px;
		margin-top: 20px;
	}
	.loginFooterContent{
		float: left;
		text-align: center;
	}
	a{
		text-decoration: none;
	}
	.verticalSplitLine{
		border-left: 1px solid #1858dc;
		width: 2px;
		display: inline-block;
		height: 10px;
	}
	.login-foot{
		margin: 0 0 15px 0!important;
	}
	.login-foot a{
		padding: 0 3px;
	}
	#mod_r .btn input{
		height: 40px;
	}
	.mod_l, .mod_r{
		margin-top: 45px;
		height: 440px!important;
	}
	
	.mod_r .btn input{
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 42px;
	border-radius: 5px;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    }
    .mod_r .btn input:hover{
     background: #2288ff;
     border-radius: 5px;
    } 
  
@media screen and (min-width: 1400px) {
	.mod_l, .mod_r{
		margin-top: 75px;
	}
	.mod_r .btn {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    background-color: #0957b2;
    background-image: linear-gradient(to right, #0957b2, #2288ff);
    margin-bottom: 15px;
    cursor: pointer;
   }
}