﻿@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	color: #333;
	/* background: #f4f7fc; */
	background-color: #ffffff;
}

html {
	display: block;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background-size: cover;

}

input,
select {
	outline: none;
}

h1,
h2,
h3,
h4,
p,
ul,
li,
dl,
dt,
dd,
input,
img,
ol {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
}

a:link,
a:visited,
a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.clear {
	clear: both;
}


.slides-box {
	position: relative;
	min-width: 1180px;
	width: 100%;
	margin: auto;
}

.

/* slides {
    position: relative;
    height: 500px;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
    position: absolute;
    width: 100%;
    height: 500px;
}
 */
.inlogin {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	/* height: 500px; */
}

.conWidth {
	width: 1180px;
	margin: 0 auto;
}

.conbox {
	clear: both;
	width: 1180px;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
}

.login {
	margin-top: 15%;
	/*height: 450px;*/
	width: 32%;
	overflow: hidden;
	float: right;
	background: #fff;
	/*box-shadow: 0 2px 10px rgba(88, 88, 88, 0.6);*/
	border-radius: 14px;
	padding: 28px 14px 20px 14px ;
	box-sizing: border-box;
}

.login .loginTit {
	margin: 0 auto;
	border-bottom: 1px solid #edf2f9;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
	/*padding-bottom: 10px;*/
}
	.login .loginTit p {
		padding-bottom: 10px;
		border-bottom: 2px solid #333;
		width: 50px;
	}
.login .inputbox {
	padding: 20px 8px 0;
	box-sizing: border-box;
}

.inputbox input {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0 auto 20px;
	font-size: 16px;
	padding: 0 10px;
	color: #666;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
}
.inputbox #tb_UserBank {
	background: url(../images/2022new/username.png) no-repeat 5px center;
	text-indent: 40px;
	background-size: 40px;
}
.inputbox #tb_UserPass {
	background: url(../images/2022new/password.png) no-repeat 5px center;
	text-indent: 40px;
	background-size: 40px;
}
.vercode #qquin {
	background: url(../images/2022new/code.png) no-repeat 5px center;
	text-indent: 40px;
	background-size: 40px;
}
.btn {
	width: 277px;
	height: 45px;
	margin: 20px auto;
}

.logout {
	width: 277px;
	text-align: center;
	margin: 0px auto 10px;
}




.loginBtn {
	display: block;
	width: 95%;
	height: 50px;
	line-height: 2.5rem;
	background: linear-gradient(to right, #3840B3, #5D65DB);
	font-size: 20px;
	color: #fff !important;
	text-align: center;
	border-radius: 5px;
	margin: 40px 8px 16px;
	cursor: pointer;
}

.vercode {
	padding: 0px 8px 0;
}

	.vercode input {
		float: left;
		width: 50% ;
		height: 50px;
		padding: 0 10px;
		border: 1px solid #d2d2d2;
		border-radius: 5px;
	}

	.vercode img {
		float: left;
		height: 48px;
		margin: 0 0 0 8px;
	}

.refresh {
	float: right;
	text-align: center;
	font-size: 12px;
	line-height: 19px;
}

	.refresh a {
		text-decoration: none;
		color: #333;
	}

.otherLogin {
	margin: 0 8px;
	border-top: 1px dashed #8d9f95;
	padding-top: 10px;
}

.buyCard {
	width: 100%;
	margin: 20px auto 0;
	box-sizing: border-box;
}

.buyCard a {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	vertical-align: middle;
	color: #666;
	text-align: center;
	margin-right: 20px;	
}
.buyCard .zxjf {
	float:left;
	
}
.buyCard .xzapp {
		float: right;
}
.buyCard a:hover {
	color: #4faa6e;
}

@keyframes roate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.buyCard a:hover img {
	animation: roate 0.2s ease;
}

.buyCard a span {
	float: left;
	padding-left: 3px;
}

.buyCard a img {
	float: left;
	width: 16px;
	margin-top: 7px;
}


.loginjiaofe {
	margin-right: 8%;
	margin-top:8%;
}

.returnsy {
	color: #ccc !important;
	text-align: center;
	display: block;
	font-size: 14px;
}



