 body {
    height: 100vh;
    max-height: 100vh;
    width: 100%;
}

.register-title{
   height:70px;
    line-height: 70px;
    font-size: 24px;
    padding-left: 30px;
    background-color: #FFFFFF;
    border-bottom: 2px solid #EEEEEE;
    box-shadow: #EEEEEE 2px 2px 3px 2px;
    margin-bottom: 30px;
    justify-content: space-between;
    display: flex;
    padding: 0  40px;
}
 .main{
     background-image: url(../images/index/loginBg.png) ;
     background-size: 100%;
     height: 800px;
 }
.main  input[type = text]{
    height: 50px;
    width: 500px;
    line-height: 50px;
    border: 1px solid rgb(133,133,133);
    font-size: 20px;
    padding-left: 20px;

}
 .main .register{
     width: 1000px;
     margin: 0 auto;
     border-bottom-right-radius: 5px;
     border-bottom-left-radius: 5px;
     background-color: #FFFFFF;
     box-shadow: #EEEEEE 2px 2px 3px 2px;
     border-top: none;
     /*margin-bottom: 40px;*/
 }
 .main .register .register-left .reg span {
    color: #333;
    font-size: 20px;
    position: absolute;
    top: 35px;
    left: 0;
}

.main .register .register-left .reg a {
  
}
.main .register .register-left form .model{
	display: none;
}
.main .register .register-left .reg a:hover {
    color: #E30B20;
    border-color: #E30B20;
}

.main .register .register-left form input::-webkit-input-placeholder {
    font-weight: 300;
    color: #555;
    font-size: 18px;
}

.main .register .register-left form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-weight: 300;
    color: #555;
    font-size: 18px;
}

.main .register .register-left form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-weight: 300;
    color: #555;
    font-size: 18px;
}

.main .register .register-left form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 300;
    color: #555;
    font-size: 22px;
}

.main .register .register-left form div.input {
    line-height: 28px;
    position: relative;
  margin-left: 170px;
}
.main .register .register-left form div.errors{
    color: #E30B20;
    margin-left: 180px;
    height: 30px;
}
.main .register .register-left form div.errors P{
    font-size: 14px !important;
}
.main .register .register-left form div label {
    font-size: 22px;
    color: #555;
    display: inline-block;
    width: 160px!important;
    text-align: right;
    margin-right: 16px;
}

.main .register .register-left form div label .icon {
    color: #E30B20;
    margin-right: 5px;
}
.main .register .register-left form div .help{
    font-size: 18px;
    color: #999;
    margin-left: 102px;
    line-height: 16px;
}
.main .register .register-left form div #getEmail{
    font-size: 18px;
    color: #333;
    position: absolute;
    right: 5px;
    top: 0px;
}
.main .register .register-left form div.get-time:hover{
	color: #E30B20 !important;
	cursor: pointer;
}
.main .register .register-left form div #getTelephone{
    font-size: 16px;
    color: #333;
    position: absolute;
    right: -100px;
    top: 0px;
    border: 1px solid rgb(217, 217, 217);
    display: inline-block;
    width: 90px;
    text-align: center;
    height:45px;
    line-height: 45px;
}
.main .register .register-left form div input {
    height: 45px;
    width:450px;
    line-height: 45px;
    border: 1px solid rgb(133,133,133);
    padding-left: 20px;
    font-size: 22px;
    color: #555555;
}
 .main .register .register-left form span{
     font-size: 22px;
 }
.main .register .register-left form div.code {
    position: relative;
}

.main .register .register-left form div.code .letter {
    width: 125px;
    height: 37px;
    line-height: 37px;
    position: absolute;
    right: 0;
    top: -15px;
    font-weight: bolder;
}

.main .register .register-left form div.agreementBox {
    height: 20px;
    line-height: 20px;
    position: relative;
    margin-top: 5px;
}

.main .register .register-left form div.agreementBox input[type="checkbox"] {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 72px;
    top: 1px;
}

.main .register .register-left form div.agreementBox input[type="checkbox"]::after {
    width: 13px;
    height: 13px;
    content: "";
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 18px;
    border: 0;
    color: #fff;
    background-image: url(../images/login-register/yes.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main .register .register-left form div.agreementBox span {
    color: #999;
    font-size: 14px;
    position: absolute;
    left: 100px;
}

.main .register .register-left form div.agreementBox span a {
    color: #2676B5;
}

.main .register .register-left form input[type="submit"] {
    width: 230px;
    height: 60px;
    border: none;
    font-size: 20px;
    border-radius: 5px;
    /*margin: 20px auto;*/
    background-color:rgb(29,97,184);
    color: #ffffff;
    display: inline-block;
    margin-right: 100px;
    margin-left: 400px;
    margin-bottom: 20px;
}
.main .register .register-left form input[type="submit"]:hover {
    background-color:  rgb(29,97,184);
}
.main .toLoagin{
    width: 280px;
    height: 60px;
    border: none;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px auto;
    color:rgb(29,97,184);
    display: inline-block;
    margin-right: 40px;
}
.main .register .register-right { 
    width: 453px;
    height: 558px;
    position: relative;
}

.main .register .register-right .lunbo {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    behavior: url(../src/pie/PIE.htc);
}

.main .register .register-right .lunbo .jSlider .navigator .prev {
    display: none;
    margin-left: -30px;
}

.main .register .register-right .lunbo .jSlider .navigator .next {
    display: none;
    margin-right: -30px;
}

.main .register .register-right .lunbo .jSlider img {
    width: 453px;
    height: 558px;
}

/* .main .register .register-right .lunbo .jSlider .controller {
    display: none;
} */

.main .register .register-right .lunbo .jSlider .controller .indicator span {
    width: 8px;
    height: 8px;
    opacity: 0.2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.main .register .register-right .lunbo .jSlider .controller .indicator .selected {
    opacity: 0.5;
    margin-bottom: 10px;
}
.main .register .register-right .logo-img {
    position: absolute;
    top: 30px;
    right: 30px;
}

.protocol{
	position: fixed;
	width: 1200px;
	height: 625px;
	top:50%;
	margin-top: -339px;
	left: 50%;
	margin-left: -600px;
	background-color: #fff;
	padding: 49px 105px;
	border-radius: 2px;
	display: none;
}
.protocol h3{
	font-size: 18px;
	text-align: center;
	margin-bottom: 79px;
}
.protocol .protocol-title{
	font-size: 14px;
}
.protocol .protocol-text{
	margin-top: 40px;
	font-size: 14px;
	text-indent: 2em;
	line-height: 28px;
}
.protocol i{
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 20px;
	opacity: 0.8;
	display: none;
}
.protocol:hover i{
	display: block;
}
.registerInfo{
    height: 50px;
    line-height:50px;
    margin-top:20px;
    margin-bottom: 20px;
    font-size: 22px;
    margin-left: 150px;
    border-bottom: 1px solid #EEEEEE;
    width: 700px;
    padding-left: 50px;
}
 input:focus::-webkit-input-placeholder {color: transparent;}
 input:focus::-webkit-input-placeholder {
     font-size: 0 !important;
 }
/*# sourceMappingURL=register.css.map */