@charset "utf-8";

/*html{
	font-size: 100px;
}*/

html {
	font-size: 100px;
	font-size: -moz-calc(100vw / 19.2);
	font-size: -webkit-calc(100vw / 19.2);
	font-size: calc(100vw / 19.2);
	/*除以100*/
}

@media screen and (min-width: 2564px) {
	html {
		font-size: 150px;
		font-size: -moz-calc(100vw / 12.8);
		font-size: -webkit-calc(100vw / 12.8);
		font-size: calc(100vw / 12.8);
		/*除以150*/
	}
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 150px;
		font-size: -moz-calc(100vw / 12.8);
		font-size: -webkit-calc(100vw / 12.8);
		font-size: calc(100vw / 12.8);
		/*除以150*/
	}
	.login-right {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 200px;
		font-size: -moz-calc(100vw / 9.6);
		font-size: -webkit-calc(100vw / 9.6);
		font-size: calc(100vw / 9.6);
		/*除以200*/
	}
	.login-right {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	html {
		font-size: 200px;
		font-size: -moz-calc(100vw / 9.6);
		font-size: -webkit-calc(100vw / 9.6);
		font-size: calc(100vw / 9.6);
		/*除以200*/
	}
	.login-right {
		display: none !important;
	}
}

body,
button,
input,
select,
textarea {
	font-family: Helvetica, Tahoma, Arial, "微软雅黑", "黑体-简", "Heiti SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "文泉驿微米黑", "WenQuanYi Micro Hei", sans-serif;
}

.box-flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	align-content: center;
}

.flex-column {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flex1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.wrapper {
	width: 100%;
	position: relative;
	height: 100%;
}

.footer {
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: rgba(104, 169, 255, 0.2);
	color: #666;
	padding: 0.1rem 0;
	font-size: 0.16rem;
}
body {
	background: url(../images/bj.png) no-repeat #d5ccc2 right;
    background-size: 100% 100%;
}
/*body::after{
	content: "";
	background: url(../images/left.png) no-repeat left bottom;
	background-size: 100% 100%;
	width: calc(100vw * 526 / 1920);
	height: calc(100vw * 408 / 1920);
	position: absolute;
	bottom: 0;
	left: 0;
}
*/
/****
 * 主体部分
 * **************/
.quan{width: 1.5rem;height: 100vh;position: absolute;
    z-index: 100;top: 0;left: calc(40% - 0.75rem);display: flex;align-items: center;}
.quan div{
	width: 1.5rem;
    height: 1.5rem;
    
    background: url(../images/quan.svg) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.quan div img{width: .7rem}
.login-main {
	width: 100%;
	margin: auto;
	/* padding: 1.29rem 0; */
}

.logo {
/*    height: 1.4rem;*/
}

.title {
	
}
.title span{position: relative;font-size: 0.2rem;font-weight: bold;color: #e94609;padding: 0 10px;}
.title span::after,
.title span::before{position: absolute;content: "";left: 100%;top: 10px;width: 100px; height: 1px; background: #dcdcdc}
.title span::before{right: 100%;left: auto;}
.login-left {
	width: calc(100vw * 650 / 1920);
	height: calc(100vw * 502 / 1920);
	margin-left:12vw;
	background: url(../images/kuang.svg);
	background-size:100% 100% ;
}

.login-right {
	width: 41%;
    flex: none;
    margin-left: auto;
    margin-bottom: auto;
    text-align: center;
}
.login-right h4{
	margin-top: calc(100vh * 70 / 1080);
	/*font-size: calc(100vw * 60 / 1920);
	color: #3c425d;
	font-weight: bold;
	word-spacing: 10px;
	text-shadow:-1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 5px 5px 0 #fff*/

}
.login-right h4 img{width: 60%;margin: 0 auto;}
.login-right h5{
	font-size: calc(100vw * 30 / 1920);
	color: #3c425d;
	margin-top: 1vh;
	word-spacing: 10px;
	font-weight: 500;
}
.img_1{
	width: 21px;
	height: 21px;
	position: absolute;
	top: 30%;
	right: 17%;
	animation: goScale 5s linear infinite;
}

@keyframes goScale {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.5) 
        rotate(360deg);
    }
    100% {
        transform: scale(0.8);
    }
}
.img_2{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 40%;
	left: 5%;
	animation: goScale 10s linear infinite;
}
.img_3{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 63%;
	right: 33%;
	animation: goScale 20s linear infinite;
}
.form-group {
	/* background-color: #fff; */
}

.title-info {
	width: 100%;
    text-align: center;
    font-size: 0.32rem;
    color: #2d2e33;
    margin: 0 0 0.3rem auto;
    position: relative;
    font-weight: bold;
}
/*.title-info::after,
.title-info::before{
	content: "";
	background: url(../images/line.svg) no-repeat;
	background-size: 100% 100%;
	width:calc(100vw * 87 / 1920) ;
	height: calc(100vw * 5 / 1920);
	position: absolute;
	top: 50%;
	left: 0;
	transform:translate(0,-50%);
}*/
.title-info::before{
	left: auto;
	right: 0;
	transform: scaleX(-1);
}

.title-info em {
	display: block;
	font-size: 0.15rem;
	color: #7e7e7e;
	font-weight: 400;
}

.forget-group {
	display: block;
	text-align: right;
	font-size: 0.16rem;
	color: #1b82e2;
	margin-bottom: 0.15rem;
	transition: all 0.2s ease;
}

.forget-group:hover {
	color: #1875cb;
	opacity: 0.86;
}

.input-group {
    margin: 0 auto 0.4rem;
    position: relative;
    background: #fff;
    background-size: 100% 100%;
    height: calc(100vw* 60 / 1920);
    width: calc(100vw* 448 / 1920);
    border:1.5px solid #b19157;
    border-radius: 200px;
}



.label-info {
	position: absolute;
	left: 0.25rem;
	top: 0.17rem;
	z-index: 99;
}

.icon-user {
	width: 0.22rem;
	height: 0.22rem;
	background: url(../images/user.svg) no-repeat;
	background-size: 100% 100%;
}

.icon-password {
	width: 0.23rem;
	height: 0.23rem;
	background: url(../images/password.svg) no-repeat;
	background-size: 100% 100%;
}

.icon-eye {
	position: absolute;
	right: 0.35rem;
	top: 0.23rem;
	z-index: 99;
}

.icon-eye-close {
	width: 0.23rem;
	height: 0.17rem;
	background: url(../images/eye-close.svg) top center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.icon-eye-close:hover {
	background: url(../images/eye-close-hover.svg) top center no-repeat;
	background-size: cover;
}

.icon-eye-open {
	width: 0.23rem;
	height: 0.2rem;
	background: url(../images/eye-open.svg) top center no-repeat;
	background-size: cover;
	cursor: pointer;
	top: 0.2rem;
}

.icon-eye-open:hover {
	background: url(../images/eye-open-hover.svg) top center no-repeat;
	background-size: cover;
}

.clear-btn {
	position: absolute;
	right: 0.45rem;
	top: 0.18rem;
	width: 0.2rem;
	height: 0.2rem;
	line-height: 0.2rem;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
	border-radius: 20px;
	display: none;
}

.clear-btn:hover,
.clear-btn:focus {
	background-color: #eee;
}

.t-box {
	width: 4.48rem;
	height: calc(100vw * 60 / 1920);
	line-height: 0.5rem;
	/*border-bottom: solid 1px #7e7e7e !important;*/
	padding-left: 0.6rem;
	font-size:0.18rem;
	transition: all 0.2s ease-in-out;
	color: #666;
	background-color: transparent !important;
}

.t-box:focus {
	/*box-shadow: 0 0 10px #1875cb;*/
	/*border-bottom: solid 1px #2d6938 !important;*/
}
.btn-group {
	width: calc(100vw* 448 / 1920);
	position: relative;
	overflow: hidden;
	margin: 0.5rem auto;
}
.btn {
	width: calc(100vw* 448 / 1920);
    height: calc(100vw* 70 / 1920);
    background: #5f3820;
    border-radius: 200px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 0.2rem;
    border:1px solid #a28c7e;
}
.btn-group::after{
	content: "";
	width: calc(100vw* 430 / 1920);
    height: calc(100vw* 58 / 1920);
    border:1px solid #a28c7e;
    border-radius: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}

.btn:hover,
.btn:active {
	opacity: 0.86;
	transform: scale(0.96);
/*	box-shadow: 2px 2px 3px rgba(4,39,158,0.35);*/
}

.cx-btn {
	height: 0.59rem;
	border-color: #ec5948 !important;
	color: #fff;
	background-color: #ec5948 !important;
	margin-left: 0.55rem;
}

.cx-btn:hover,
.cx-btn:active {
	opacity: 0.86;
	transform: scale(0.96);
	box-shadow: 2px 2px 3px rgba(4,39,158,0.35);
}
.form-bg{
	margin: 0.6rem auto 0 1.45rem;
}

/**
 * 忘记密码？
 **/

.xg-btn {
	width: 4.48rem;
	height: 0.54rem;
	line-height: 0.5rem;
	border-color: #fff !important;
	color: #fff;
	background-color: rgba(39, 149, 66, 1) !important;
}

.xg-btn:hover,
.xg-btn:active {
	background-color: #1b82e2 !important;
	color: #fff;
}

.qx-btn {
	width: 4.48rem;
	height: 0.54rem;
	line-height: 0.5rem;
	border-color: #fff !important;
	color: #fff;
	background-color: rgba(39, 149, 66, 1)!important;
}

.qx-btn:hover,
.qx-btn:active {
	background-color: #1b82e2 !important;
	color: #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 99;
	display: none;
}

.open-popup {
	width: 4.8rem;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -3000px;
	bottom: 0;
	z-index: -1;
}

.password-cont {
	background-color: #fff;
	padding: 0.5rem;
}

.send-info {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 1.2rem;
	line-height: 0.52rem;
	background-color: #fff;
	font-size: 0.16rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease-in;
}

.send-info:hover {
	color: #0062CC;
}

.icon-new-password {
	width: 0.2rem;
	height: 0.25rem;
	background: url(../images/icon-new-password.svg) top center no-repeat;
	background-size: cover;
}

.icon-phone {
	width: 0.22rem;
	height: 0.27rem;
	background: url(../images/icon-phone.svg) top center no-repeat;
	background-size: cover;
}

.icon-qrcode {
	width: 0.18rem;
	height: 0.25rem;
	background: url(../images/icon-code.svg) top center no-repeat;
	background-size: cover;
}


/****
提示信息
***/

.Tips {
	width: 2rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	margin: auto;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 9999;
}

.logo img{
	width: calc(100vw * 514 / 1920);
	margin: 0 auto;
}

input:-webkit-autofi1l {-webkit-box-shadow:0 0 0 0px transparent inset !important;}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	-webkit-text-fill-color:#5c3922 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
input:-internal-autofill-selected{
	transition: background-color 5000s ease-in-out 0s !important;
	background-color:transparent !important;
}