.login_pop {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f6f7;
}

.login_info {
    width: 1000px;
    height: 540px;
}

.login_info img {
    width: 500px;
    height: 540px;
}

.top{
    width: 100%;
    text-align: center;
}

.top_login {
    background-image: url(../images/cd.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    width: 133px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.account_wrap{
    margin-top: 60px;
    width: 394px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
    border-radius: 10px;
    padding: 20px 42px;
    box-sizing: border-box;
    position: relative;
}

.login_wrap {
    background: #FFFFFF;
    border-radius: 0 10px 10px 0;
    padding: 40px 52px 0 52px;
    box-sizing: border-box;
}

.nomargin {
    margin: 0 !important;
}

.login_account {
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 62px;
    cursor: pointer;
    display: none;
}

.login_wrap .login_account img {
    width: 100%;
    height: 100%;
}


.login_wrap .tit1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.phone_code1{
    margin-top: 14px !important;
    height: 38px !important;
}

.login_wrap .phone_code {
    width: 310px;
    margin: 0 auto;
    height: 42px;
    background: #F5F6F7;
    border-radius: 6px;
    margin-top: 24px;
    position: relative;
}

.login_wrap .phone_code input {
    padding: 11px 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    background: #F5F6F7;
    /* color: #999999; */
    width: 100%;
}

.login_wrap .phone_code button {
    position: absolute;
    top: 11px;
    right: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #AE0C2A;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.account_wrap .message{
    color: red;
    height: 20px;
    font-size: 12px;
    margin-top: 5px;
}

.login_btn {
    margin: 0 auto;
    width: 310px;
    height: 42px;
    background: #AE0C2A;
    border-radius: 21px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
    cursor: pointer;
}

.el-checkbox__inner {
    border-radius: 50% !important;
}




.register-wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}

.register-wrap .header-wrap {
    height: 78px;
    background-image: url('../images/register-header.png');
    background-repeat: no-repeat;
    background: linear-gradient(156deg, rgba(64, 152, 241, 1) 0%, rgba(0, 102, 204, 1) 100%);
}
.register-wrap .header-wrap a:hover {
    text-decoration: none; 
}

.register-wrap .header-logo {
    width: 1200px;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.register-wrap .login-icon {
	width: 62.5px;
	height: 50px;
    background-image: url('../images/logo.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 10px 12px 0 0px;
    font-weight: bold;
}

.register-wrap .logo-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.register-wrap .register-body {
    width: 1200px;
    margin: 0 auto 0;
}

.register-wrap .register-body .info {
    margin: 50px 0 42px 0px;
    font-size: 18px;
	font-weight:bold;
    font-family: Microsoft YaHei;
	height: 24px;
    line-height: 24px;
    color: #333;
}
.main-wrap{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	min-height: 500px;
}
.main-item{
	width: calc((100% - 50px)/2);
	height: 470px;
	margin-right: 50px;
	border-radius:10px;
}
.main-item:last-child{
    margin-right: 0;
}
.item-one-shadow {
	box-shadow: 0px 0px 12px rgba(182, 117, 52, 0.16);
}

.item-two-shadow {
	box-shadow: 0px 0px 12px rgba(52, 101, 182, 0.16);
}

.item-three-shadow {
	box-shadow: 0px 0px 12px rgba(52, 147, 182, 0.16);
}
.item-top{
	height:227px;
	padding-top: 30px;
	font-size: 18px;
	font-weight:bold;
}
.item-top-img{
	width:120px;
	height:120px;
	margin: 0 auto 18px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius:50%;
}
.item-top-name{
	font-weight:bold;
	text-align: center;
	font-size: 18px;
}
.item-content{
	height: 155px;
	padding: 20px;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	color: #666;
}
.item-btn-wrap{
	text-align: center;
}
.go-btn{
	display: inline-block;
	width:124px;
	height:36px;
	font-size: 16px;
	opacity:1;
	border-radius:4px;
	color: #fff !important;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	text-decoration: none;
}
.go-btn-one{
	background:rgba(233,110,16,1);
}
.go-btn-two{
	background:rgba(7,106,205,1);
}
.go-btn-three{
	background:rgba(48,186,253,1);
}
.go-btn:hover{
	text-decoration: none;
}
.color-two{
	background-color: #F6FaFF;
}
.colo-two-name{
	color: #076ACD;
}
.color-two-dark{
	background-color:#d1e4fb;
	background-image:url('../images/qy.png');
}
.color-three{
	background-color: #ecf9ff;
}
.colo-three-name{
	color: #309EFD;
}
.color-three-dark{
	background-color:#cbedff;
	background-image:url('../images/gr.png');
}
@media screen and (max-width: 750px) {
	.register-type-body{
		width: 100% !important;
	}
	.main-wrap-item{
		width: 100% !important;
		margin-right: 0;
	}
}
   