@charset "UTF-8";
@font-face {
	font-family: 'Alimama_ShuHeiTi_Bold';
	src: url('./fonts/Alimama_ShuHeiTi_Bold/Alimama_ShuHeiTi_Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'DingTalk_JinBuTi_Regular';
	src: url('./fonts/DingTalk_JinBuTi_Regular/DingTalk_JinBuTi_Regular.ttf') format('truetype');
}

html {
	width: 100%;
	height: 100%;
}

.htmlbg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.container {
	margin: 0 auto;
	width: 1046px;
}

.largebox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -211px 0 0 -523px;
}

.logo {
	margin-top: 30px;
	/* display: block; */
	/* margin-left: -36px; */
}

/*  电脑动画  */
.computer {
	position: relative;
	margin: 64px 0 0 -55px;
	width: 633px;
	height: 357px;
}

.computer div {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 1.5s linear;
	opacity: 0;
}

.computer .myphone {
	top: 0;
	left: -120px;
	background: url(../images/myphone.png) 0 0 no-repeat;
}

.computer .ipad {
	top: 0;
	left: 100px;
	background: url(../images/ipad.png) 0 0 no-repeat;
}

.computer .pc {
	top: -100px;
	left: 0;
	background: url(../images/pc.png) 0 0 no-repeat;
}

.computer .bar {
	top: -80px;
	left: 100px;
	background: url(../images/bar.png) 0 0 no-repeat;
}

.computer .disk {
	top: 60px;
	left: 0;
	background: url(../images/disk.png) 0 0 no-repeat;
}

.computer.active div {
	top: 0;
	left: 0;
	opacity: 1;
}

/*  登录框区域  */
.loginbox {
	position: relative;
	margin-top: 34px;
	width: 388px;
	height: 388px;
	background: url(../images/shadow.png) repeat;
	border-radius: 3px;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.loginbox .inner {
	position: relative;
	margin: 12px 15px;
	height: 364px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.loginbox .innerbox {
	margin: 0;
	padding-top: 32px;
	height: auto !important;
}

.loginbox .right {
	color: #30bb7b;
	background-image: url(../images/tip_icon2.png);
}

.loginbox .error {
	color: #ec6060;
	background-image: url(../images/tip_icon1.png);
}

.loginbox .head {
	/* margin-top: 30px; */
	height: 75px;
	border-bottom: 1px solid #e0e4e7;
	/* height: 40px; */
	font-size: 0;
	/* border-bottom: 1px solid #dceefc; */
}

.loginbox .head .option {
	display: inline-block;
	/* margin-right: 8px; */
	/* padding: 0 18px; */
	font-size: 16px;
	font-size: 0.16rem;
	line-height: 38px;
	color: #666;
	text-align: left;
	vertical-align: top;
	cursor: pointer;
}

.loginbox .head .option.active {
	color: #3472d7;
	border-bottom: 2px solid #3472d7;
}

.loginbox .input {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 44px;
	text-indent: 46px;
	/* background: url(../images/pwd.png) 16px center no-repeat; */
	border: 1px solid #d0dfec;
	outline: none;
	border-radius: 3px;
	box-sizing: border-box;
}

.loginbox .input.user {
	background-image: url(../images/user.png);
}

.loginbox .input.error {
	background-color: #fff7f7;
	border-color: #fb5353;
}

.loginbox .eye {
	position: absolute;
	top: 16px;
	right: 13px;
	width: 16px;
	height: 14px;
	background: url(../images/eye.png) 0 center no-repeat;
	cursor: pointer;
}

.loginbox .eye.disable {
	background-image: url(../images/eyeh.png);
}

.loginbox .getcode {
	position: absolute;
	top: 11px;
	right: 11px;
	width: 90px;
	height: 26px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	background: #5bb4ff;
	border: 1px solid #48abff;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
}

.loginbox .getcode.disable {
	background-color: #eef7ff;
	color: #2996f2;
	border-color: #eef7ff;
	cursor: not-allowed;
}

.loginbox .operate {
	/* padding: 14px 0; */
	/* height: 22px; */
	margin-top: 16px;
	line-height: 22px;
	color: #4e5463;
}

.loginbox .operate a {
	color: inherit;
	color: #3472d7;
}

.loginbox .operate .certificate {
	color: #2996f2;
}

.loginbox .remember {
	padding-left: 22px;
	background: url(../images/remember.jpg) 0 center no-repeat;
	cursor: pointer;
}

.loginbox .remember.active {
	background-image: url(../images/rememberh.jpg);
}

.loginbox .codeinput {
	width: 236px;
	border: 1px solid #dcdfe2;
	height: 30px;
	line-height: 40px;
	outline: none;
	padding: 0 48px;
}

.loginbox .codeimg {
	height: 42px !important;
	/* margin-left: 5px; */
}

.loginbox .submit {
	display: block;
	height: 46px;
	/* margin: 16px; */
	font-size: 18px;
	font-size: 0.18rem;
	line-height: 46px;
	color: #fff;
	text-align: center;
	background-color: #3472d7;
	border: 0;
	/* border-radius: 3px; */
	margin-top: 30px;
}

.loginbox .info {
	/* padding: 37px 0 38px; */
	padding-left: 23px;
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.loginbox .infoError {
	padding: 0 0 0 30px;
	height: 30px;
	line-height: 30px;
	/* height: 12px; */
	/* line-height: 1; */
	color: #fc5353;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.loginbox .changeWay {
	margin-top: 27px;
	line-height: 1;
	color: #2996f2;
	text-align: center;
}

.loginbox .changeWay span {
	cursor: pointer;
}

.loginbox .btnlist {
	font-size: 0;
	text-align: center;
}

.loginbox .btnlist a {
	display: inline-block;
	margin: 0 8px;
	width: 76px;
	height: 26px;
	font-size: 12px;
	font-size: 0.12rem;
	line-height: 24px;
	color: #2996f2;
	text-align: center;
	border: 1px solid #2996f2;
	vertical-align: top;
	box-sizing: border-box;
	border-radius: 4px;
}

.loginbox .btnlist .mobile-download {
	position: relative;
	color: #30bb7b;
	border-color: #30bb7b;
}

.loginbox .code {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 38px;
	height: 38px;
	background: url(../images/log_icon2.jpg) 0 0 no-repeat;
	cursor: pointer;
}

.loginbox .brain {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 33px;
	background: url(../images/log_icon.jpg) 0 0 no-repeat;
	cursor: pointer;
}

.loginbox .keepOut {
	display: none;
	position: absolute;
	top: 18px;
	right: 5px;
	width: 40px;
	height: 20px;
	background-color: #fff;
	transform: rotate(45deg);
}

.loginbox .sweep {
	position: absolute;
	top: 7px;
	right: 28px;
	width: 87px;
	height: 24px;
	font-size: 12px;
	font-size: 0.12rem;
	line-height: 24px;
	color: #2996f2;
	text-align: left;
	text-indent: 17px;
	background: url(../images/box.png) 0 0 no-repeat;
	transition: all 0.5s linear;
}

.loginbox .sweepcode {
	padding-top: 57px;
}

.loginbox .sweepcode p {
	padding-top: 25px;
	line-height: 1;
	color: #333;
	text-align: center;
}

.loginbox .sweepcode em {
	color: #2996f2;
}

.loginbox .renovate {
	position: relative;
	margin: 0 auto;
	width: 193px;
	height: 193px;
}

.loginbox .renovate img {
	display: block;
	height: 100%;
	width: 100%;
}

.loginbox .renovate .reinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #333;
	background-color: rgba(255, 255, 255, 0.94);
}

.loginbox .renovate .reinner div {
	padding-top: 60px;
	line-height: 26px;
}

.loginbox .renovate .reinner span {
	display: block;
	margin: 16px auto;
	width: 88px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background-color: #3472d7;
	border-radius: 1px;
	cursor: pointer;
}

.loginbox .success {
	padding-top: 225px;
	background: url(../images/phone2.png) center 82px no-repeat;
	line-height: 24px;
	color: #333;
	text-align: center;
}

.loginbox .success .green {
	color: #2eb175;
}

.loginbox .success .blue {
	color: #1773f8;
}

.phone {
	position: relative;
	width: 100%;
	height: 48px;
	line-height: 46px;
	background: #fff url(../images/phone.png) 17px center no-repeat;
	border: 1px solid #d0dfec;
	border-radius: 3px;
	box-sizing: border-box;
	z-index: 999;
}

.phone.active {
	background-color: #fff7f7;
	border-color: #fb5353;
}

.phone .national {
	padding-right: 18px;
	width: 91px;
	text-align: right;
	background: url(../images/arrow_down.png) right center no-repeat;
	box-sizing: border-box;
	cursor: pointer;
}

.phone input {
	width: 228px;
	height: 46px;
	text-indent: 10px;
	line-height: 44px;
	border: 0;
	outline: none;
	background-color: transparent;
}

.phone input.error {
	background: transparent;
}

.phone input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

.phone .nationList {
	display: none;
	position: absolute;
	top: 46px;
	left: -1px;
	width: 326px;
	margin-top: 1px;
	height: 140px;
	background-color: #fff;
	box-shadow: 0 1px 15px rgba(13, 111, 213, 0.3);
	overflow: hidden;
}

.phone .areacode-item {
	display: block;
	line-height: 35px;
	color: #666;
}

.phone .areacode-item:hover {
	color: #2996f2;
	background-color: #eff8ff;
	cursor: pointer;
}

.phone span {
	margin-right: 5px;
}

.phone .num {
	display: inline-block;
	width: 60px;
	text-indent: 19px;
	vertical-align: top;
}

.qrcode-box {
	position: absolute;
	top: -204px;
	left: -60px;
	width: 189px;
	height: 198px;
	background: url(../images/code2.png) 0 0 no-repeat;
	transition: all 1s linear;
	opacity: 0;
	z-index: -1;
}
.mobile-download:hover .qrcode-box {
	opacity: 1;
	z-index: 0;
}
.qrcode-box > img {
	width: 143px;
	height: 143px;
	margin: 14px auto 0;
	display: block;
}
.qrcode-box > p {
	font-size: 12px;
	font-size: 0.12rem;
	line-height: 32px;
	color: #666;
	text-align: center;
}
input::-ms-reveal {
	display: none;
}

/* 0107 */

/* .img-tip {
	position: absolute;
	left: 11.6%;
	top: 77px;
	width: 45%;
	background: url(../images/info_bg.png);
	bottom: 0;
	text-align: center;
} */

body {
	background: url('../images/bg.jpg') right center no-repeat #f5f7fb;
	background-size: auto 100%;
}

.largebox {
	position: static;
}

.loginbox {
	border-radius: 6px;
	width: 420px;
	width: 4.2rem;
	height: 468px;
	position: absolute;
	top: 15.15%;
	right: 16.05%;
	background: none;
}

.loginbox .inner {
	margin: 0;
	height: 468px !important;
	padding: 0 48px;
	box-shadow: 0px 3px 30px 0px rgba(26, 76, 147, 0.08);
	border-radius: 6px;
}

.loginbox .head {
	position: relative;
}

.loginbox .head .option {
	height: 74px;
	line-height: 74px;
	font-size: 20px;
	font-size: 0.2rem;
	color: #555;
	width: 100px;
	width: 1rem;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	text-align: center;
	position: absolute;
	top: 0;
}

.loginbox .head .option:first-child {
	left: 0;
}

.loginbox .head .option:nth-child(2) {
	left: 112px;
	left: 1.12rem;
}

.loginbox .head .option:nth-child(3) {
	right: 0;
}

.loginbox .input {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 42px;
	line-height: 40px;
	border: 1px solid #dcdfe2;
	border-radius: 1px;
	padding: 0 48px;
	background-position: 14px center;
	background-repeat: no-repeat;
	text-indent: 0;
}

.loginbox .input.user {
	background-image: url('../images/input_icon1.png');
}

.loginbox .input.password {
	background-image: url('../images/input_icon2.png');
}

.loginbox .input.phone {
	background-image: url('../images/input_icon4.png');
}

.loginbox .input.phonema {
	background-image: url('../images/input_icon5.png');
}

.mt30 {
	margin-top: 30px;
}

.loginbox .codeinput {
	background: url('../images/input_icon3.png') 14px center no-repeat;
}

.mt20 {
	margin-top: 20px;
}

.captcha,
.num {
	position: absolute;
	width: 90px;
	width: 0.9rem;
	text-align: center;
	right: 0;
	top: 1px;
	height: 40px;
	line-height: 40px;
	color: #1773f8;
}

.captcha {
	cursor: pointer;
}

.num {
	display: none;
	color: #b1b6cc;
}

.ma-hd {
	padding-top: 32px;
	/* height: 75px; */
	border-bottom: 1px solid #e0e4e7;
	text-align: center;
}

.ma-hd h3 {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
	line-height: 74px;
	border-bottom: 2px solid #3472d7;
	font-size: 20px;
	font-size: 0.2rem;
	color: #3472d7;
}

.ma-tip {
	line-height: 34px;
	margin-top: 14px;
	color: #8992a9;
	text-align: center;
}

.ma-download {
	color: #1773f8;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.phone-ma {
	position: absolute;
	display: none;
	width: 233px;
	height: 236px;
	background: url('../images/phone_bg.png') no-repeat;
	bottom: 26px;
	left: 50%;
	margin-left: -108px;
}

.phone-ma img {
	vertical-align: top;
	margin-top: 32px;
}

.ma-tip .ma-download .phone-ma p {
	line-height: 24px;
	margin-top: 10px;
	color: #4e5463;
	text-align: center;
	padding-top: 0;
}

.ma-download:hover .phone-ma {
	display: block;
}

.loginbox .success {
	padding-top: 75px;
	text-align: center;
	line-height: 20px;
	color: #8992a9;
	background: none;
}

.ma-success img {
	vertical-align: top;
	margin-bottom: 80px;
}
/*20231026*/
body {
	width: 100%;
}
.img-tip {
	width: 74.9%;
	height: 100%;
	left: 0;
	top: 0;
	max-width: 1438px;
	background-size: 100% 100%;
}
body {
	background: none;
}
/* body:after {
	position: absolute;
	content: '';
	width: 25.1%;
	height: 100%;
	right: 0;
	top: 0;
	background: url(../images/bg.jpg);
} */
.loginbox {
	z-index: 99;
}
.logo {
	position: absolute;
	z-index: 99;
	top: 12%;
	left: 18%;
}
.loginbox {
	top: 27.8%;
	margin-top: 0;
}
/* 20231104 */
body {
	background: #fff;
	overflow-y: auto;
	height: 100%;
}
.logo {
	font-family: 'Alimama_ShuHeiTi_Bold';
	font-size: 48px;
	font-weight: 700;
	color: #0040a0;
	-webkit-text-stroke: 6px transparent;
	background: linear-gradient(90deg, #fff, #fff) top left / 100% 100%;
	-webkit-background-clip: text;
	letter-spacing: 4.8px;
	line-height: 67px;
}
.img-tip {
	width: 1920px;
	height: 460px;
	background: url(../images/info_bg.jpg) no-repeat center center;
	max-width: 100%;
}
.logo {
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	top: 197px;
}
.largebox,
.loginbox {
	position: static;
}
.largebox {
	margin: 0;
}
.loginbox,
.container {
	width: 100%;
}
.largebox {
	height: calc(100% - 460px);
}
.loginbox .inner {
	box-shadow: none;
	padding: 0;
}
.loginbox .head .option {
	position: static;
	font-family: 'DingTalk_JinBuTi_Regular';
	color: #697ea6;
	left: 0 !important;
}

.loginbox .head .option + .option {
	margin-left: 75px;
}
.loginbox .head {
	display: flex;
	justify-content: center;
}
.loginbox .innerbox {
	padding-top: 0;
}
.loginbox .head,
.loginbox .head .option {
	height: 64px;
	line-height: 64px;
	background-color: #e1eeff;
}
.loginbox .head .option.active {
	color: #000;
	border: none;
	position: relative;
}
.loginbox .head .option.active::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 4px;
	background: url('../images/tab_active.png') no-repeat center;
	background-size: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.loginbox .head .option {
	position: relative;
}
.loginbox .code,
.loginbox .brain {
	z-index: 99;
	top: 74px;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 171px;
}
.tabody,
.loginbox .submit {
	width: 380px;
	margin: 0 auto;
}
.tabody {
	margin-top: 44px;
}
.ma-hd {
	padding-top: 0;
	background-color: #e1eeff;
}
.loginbox .brain {
	top: 74px;
}
.ma-hd h3 {
	line-height: 64px;
}
.ma-hd h3 {
	color: #000;
	font-family: 'DingTalk_JinBuTi_Regular';
	position: relative;
	border-bottom: none;
}
.ma-hd h3::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 4px;
	background: url('../images/tab_active.png') no-repeat center;
	background-size: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
object {
	display: none;
}
.loginbox .submit {
	border-radius: 10px;
	background: linear-gradient(271deg, #103ecf 0.3%, #1b49e2 0.31%, #2776ff 103.34%);
	box-shadow: 0px 10px 10px 0px rgba(6, 90, 215, 0.25);
	height: 60px;
	line-height: 60px;
}
.loginbox .operate a {
	position: relative;
	top: 130px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #3068ff;
	z-index: 9;
}
.loginbox .input,
.loginbox .codeinput {
	line-height: 50px;
	height: 50px;
	box-sizing: border-box;
}
.loginbox .inner,
.loginbox {
	height: 100% !important;
}
.loginbox .inner {
	overflow: visible;
}
.example {
	padding-bottom: 60px;
}
.example:after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 1920px;
	left: 50%;
	transform: translateX(-50%);
	height: 230px;
	background: url('../images/body_bottom.png') no-repeat center center;
	pointer-events: none;
}
.loginbox .operate {
	margin: 0;
	line-height: 0;
	height: 0;
	padding: 0;
}
.loginbox .submit {
	margin-top: 40px;
	position: relative;
	z-index: 9;
}

input,
.loginbox .codeinput,
.loginbox .input.phone {
	border-radius: 4px;
	background-color: #f3f6f9;
}
.loginbox {
	/* margin-top: 0; */
}
html {
	height: 100%;
}
.sweepcode {
	position: relative;
	z-index: 9;
}
