.reg{
    min-height: 100vh;
    min-width: 100vw;
    background-size: 143% 143%;
    background-image: linear-gradient(135deg, RGBA(215, 236, 250, 1), RGBA(250, 250, 250, 1), RGBA(189, 239, 208, 1));
    animation: flow 13s ease infinite;
    padding: 49px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reg .container{
	width: 100%;
}
.reg .regBox{
    width: 900px;
    padding: 60px 31px;
    background-color: #fff;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
	max-width: 94%;
	margin: 0 auto;
}
.reg .regBox .logo img{
    display: block;
    margin: 0 auto;
    width: 76px;
}
.reg .regBox .title{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    margin-top: 36px;
}
.reg .regBox .des{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 1;
    margin-top: 40px;
}
.reg .regBox .form{
    margin-top: 34px;
}
.form{
    display: block;
    width: 540px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.form .inputs .input{
    padding: 0 19px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    height: 60px;
}
.form .inputs .input.prn{
    padding-right: 0;
}
.form .inputs .input:not(:last-child){
    margin-bottom: 20px;
}
.form .inputs .input input,
.form .inputs .input select{
    width: 100%;
    border: none;
    outline: none;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 40px;
}
.form .inputs .input input{
    flex: 1;
}
.form .inputs .input select.areaCode{
    width: 72px;
    margin-right: 35px;
}
.form .inputs .input input::placeholder{
    color: #666;
}
.form .inputs .input .getVerifyCode{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: rgba(153, 153, 153, 1);
    /* color: #FFFFFF; */
    width: 170px;
    line-height: 36px;
    text-align: center;
    /* background: #222222; */
    border-left: 2px solid rgba(238, 238, 238, 1);
    /* border-radius: 5px; */
    cursor: pointer;
}
.form .inputs .input .getVerifyCode.disabled{
    cursor: not-allowed;
}
.form .inputs .tips{
    text-align: left;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    text-align: left;
    margin-top: -9px;
}
.form .checkBox{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 21px;
}
.form .checkBox input{
    width: 21px;
    height: 21px;
    background: #EEEEEE;
    border-radius: 2px;
    border: none;
    margin-right: 13px;
}
.form .checkBox a{
    color:rgba(34, 34, 34, 1);
}
.form .submit{
    /* width: 400px; */
    max-width: 100%;
    line-height: 60px;
    background: #222222;
    border-radius: 5px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 31px auto 0;
    cursor: pointer;
    text-align: center;
}
.form .regBtn{
    display: block;
    /* width: 400px; */
    max-width: 100%;
    line-height: 58px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    text-align: center;
    margin-top: 10px;
    transition: all .6s;
}
.form .regBtn:hover{
    background-color: RGBA(60, 116, 196, 1);
    border-color: RGBA(60, 116, 196, 1);
    color: #fff;
    
}
.form .text{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-top: 10px;
}
.loginBox{
    display: flex;
    align-items: center;
}
.loginBox-l{
    flex: 1;
    margin-right: 49px;
    text-align: center;
}
.loginBox-l .logo img{
    display: block;
    margin: 0 auto;
    width: 113px;
}
.loginBox-l .title{
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #222222;
    line-height: 1;
    margin-top: 37px;
}
.loginBox-l .des{
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 24px;
    color: #222222;
    line-height: 30px;
    margin-top: 19px;
}
.loginBox-l .pic{
    margin: 45px auto 0;
    display: block;
    max-width: 100%;
}
.loginBox-r{
    width: 500px;
    padding: 58px 50px 68px;
    background: #FFFFFF;
    border-radius: 10px;
	max-width: 94%;
}
.loginBox-r-t{
    display: flex;
    gap: 20px;
}
.loginBox-r-t a{
    flex: 1;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    transition: all .6s;
    text-align: center;
}
.loginBox-r-t a:hover{
    color: rgba(34, 34, 34, 1);
}
.loginBox-r-t a.active{
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
}
.loginBox-r-c{
    margin-top: 28px;
}
.loginBox-r-c .item{
    display: none;
}
.loginBox-r-c .item.active{
    display: block;
}
@media (max-width:1280px) {
	.loginBox-l .logo img{
		width: 80px;
	}
}
@media (max-width:1024px) {
	.loginBox-l .title,
	.loginBox-l .des,
	.loginBox-l .pic{
		display: none;
	}
	.loginBox{
		flex-direction: column;
	}
	.loginBox-l{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.reg .regBox .logo img,
	.loginBox-l .logo img{
		width: 60px;
	}
}
@media (max-width:768px) {
	.reg .regBox{
		padding: 50px 30px;
	}
	.loginBox-r{
		padding: 30px;
	}
	.form .inputs .input{
		height: 50px;
	}
	.form .inputs .input input, .form .inputs .input select{
		font-size: 16px;
	}
	.form .inputs .input .getVerifyCode{
		font-size: 16px;
		width: 150px;
	}
	.form .submit{
		line-height: 50px;
		font-size: 16px;
	}
	.form .regBtn{
		line-height: 48px;
		font-size: 16px;
	}
	.form{
		width: 100%;
	}
	.reg .regBox .title{
		font-size: 22px;
	}
	.form .text{
		line-height: 24px;
	}
}
@media (max-width: 500px) {
	.form .inputs .input .getVerifyCode{
		width: 134px;
	}
	.reg .regBox .title{
		font-size: 20px;
	}
	.reg .regBox .title{
		margin-top: 20px;
	}
	.reg .regBox{
		padding: 40px 20px;
	}
	.reg .regBox .logo img,
	.loginBox-l .logo img{
		width: 49px;
	}
	.loginBox-r{
		width: 100%;
		max-width: 100%;
	}
	.loginBox{
		width: 100%;
	}
	.form .inputs .input input, .form .inputs .input select{
		font-size: 14px;
	}
	.loginBox-r{
		padding: 20px;
	}
	.form .submit,
	.loginBox-r-c{
		margin-top: 20px;
	}
}