.wzck_top {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: left;
	background-color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	z-index: 10;
	border-bottom: 1px solid #eee;
}

.wzck_top_left {
	float: left;
	height: 70px;
	display: flex;
	align-items: center;
}

.wzck_top_left img {
	width: 150px;
}

.login {
	/* position: fixed;
        top: 0;
        left: 0; */
	width: 100%;
	height: 100%;
	min-height: 800px;
	padding-top: 70px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f8f8;
}

.login_box {
	width: 900px;
	height: 600px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
}

/* @media screen and (max-width: 1300px) {
        .login_box{
            transform: scale(0.8);
        }
    } */

.login_box_left {
	position: relative;
	width: 390px;
	height: 600px;
}

.login_box_left_nav {}

.login_box_left_nav_box {
	width: 100%;
	height: 600px;
}

.login_box_left_nav_box div {
	width: 100%;
	height: 600px;
}

.swiper-pagination-bullet {
	transition: width 1s;
}

.login_box_left .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 5px;
	background: #FFFFFF;
}

.login_box_left_navs {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login_box_left_nav_boxs {
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.31);
	cursor: pointer;
	margin: 0 5px;
	-webkit-transition: all 1s;
}

.login_box_right {
	width: 510px;
	height: 600px;
}

.login_box_right_top {
	width: 440px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	font-size: 24px;
	color: #333333;
	padding-top: 60px;
}

.login_box_right_top_a{
	text-decoration: none;
	color: #17B362;
	font-size: 20px;
}

.login_box_right_mobile {
	display: block;
	width: 400px;
	margin: 0 auto;
	margin-top: 80px;
	-webkit-appearance: none;
	background-color: #FFF;
	background-image: none;
	border: none;
	border-bottom: 1px solid #eeeef2;
	box-sizing: border-box;
	color: #606266;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	outline: 0;
	padding: 0 40px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	background-image: url(imgs/phone.png);
	background-repeat: no-repeat;
	background-position: 1px 17px;
}

.login_box_right_mobile:focus {
	border-color: #17B362;
	outline: 0;
}

.login_box_right_mobile:hover {
	border-color: #17B362;
	outline: 0;
}

.login_box_right_code {
	width: 400px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}

.login_box_right_codes {
	display: block;
	width: 400px;
	-webkit-appearance: none;
	background-color: #FFF;
	background-image: none;
	border: none;
	border-bottom: 1px solid #eeeef2;
	box-sizing: border-box;
	color: #606266;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	outline: 0;
	padding: 0 40px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	background-image: url(imgs/code.png);
	background-repeat: no-repeat;
	background-position: 1px 17px;
}

.login_box_right_codes:focus {
	border-color: #17B362;
	outline: 0;
}

.login_box_right_codes:hover {
	border-color: #17B362;
	outline: 0;
}

.login_box_right_codeh {
	position: absolute;
	top: 10px;
	right: -30px;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #17B362;
	cursor: pointer;
}

.login_box_right_codeh:hover {
	text-decoration: underline;
}

.login_box_right_login {
	position: relative;
	width: 350px;
	height: 50px;
	background: #17B362;
	border-radius: 10px;
	font-size: 18px;
	letter-spacing: 3px;
	color: #fff;
	margin: 0 auto;
	margin-top: 80px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login_box_right_login i {
	position: absolute;
	top: 13px;
	left: 122px;
	display: block;
	width: 23px;
	font-size: 23px;
	margin-right: 10px;
}

.login_box_right_login:hover {
	box-shadow: 0px 0px 34px 4px rgba(0, 0, 0, 0.07);
}

.login_box_right_zc {
	display: block;
	width: 70px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 20px;
	color: #17B362;
	text-decoration: none;
}

.login_box_right_zc:hover {
	text-decoration: underline;
}

.no_login {
	width: 340px;
	height: 30px;
	margin: 0 auto;
	margin-top: 20px;
	background: rgba(245, 53, 48, 0.21);
	color: red;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	box-sizing: border-box;
}

.no_login i {
	font-size: 18px;
	margin-right: 5px;
}

.no_login a {
	color: #3497db;
	margin-left: 5px;
}
