@charset "UTF-8";

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*  .close.clearfix{
 margin-top:-35px;
 }
.click-close {
    float: right;
    width: 16px;
    height: 16px;
    margin: 10px 10px 0 0;
    background: url("../images/close-layer.png") no-repeat;
    cursor: pointer;
} */
.bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.bit {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 2;
}

.bit2 {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 2;
}

.container {
	margin: 0 auto;
	width: 1046px;
	z-index: 3;
}

.largebox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -211px 0 0 -523px;
}

.adjust {
	position: relative;
	top: 50%;
	margin-top: -370px;
}

.loginbox {
	position: relative;
	width: 376px;
	height: 383px;
	/* background: url(../images/shadow.png) repeat; */
	border-radius: 3px;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
	z-index: 2;
	-webkit-animation: loginbox .5s both linear;
	animation: loginbox .5s both linear;
}

.loginbox .inner {
	position: relative;
	height: 368px;
	margin: 12px 15px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.loginbox .head {
	margin: 35px 18px 2px;
	font-size: 0;
}

.loginbox .head .option {
	display: inline-block;
	margin-right: 30px;
	padding: 9px 18px;
	font-size: 18px;
	line-height: 20px;
	color: #999;
	text-align: left;
	border-bottom: 3px solid #fff;
	vertical-align: top;
	cursor: pointer;
	width: 89px;
	text-align: center;
}

.loginbox .head .option.active {
	border-color: #70b9f6;
	color: #333;
}

.loginbox .input {
	margin: 10px auto 0;
	display: block;
	width: 323px;
	height: 44px;
	font-size: 14px;
	line-height: 44px;
	text-indent: 46px;
	background: 16px center no-repeat;
	border: 1px solid #eff4f9;
	outline: none;
	border-radius: 3px;
}
/**
    background: url(../images/pwd.png) 16px center no-repeat;
    */
.loginbox .input.user {
	background-image: url(../images/user-def.png);
}

.loginbox .input.qiye {
	background-image: url(../images/firm-def.png);
}

.loginbox .input.idcard {
	background-image: url(../images/id-card-def.png);
}

.loginbox .input.pwd {
	background-image: url(../images/pwd-def.png);
}

.loginbox .input.orgcode {
	background-image: url(../images/barcode-def.png);
}

.loginbox .input.identity {
	margin-left: 11px;
	width: 190px;
	background: url(../images/identity.png) 16px center no-repeat;
}

.loginbox .codeImg {
	margin-top: 10px;
	margin-right: 16px;
	border: 1px solid #eff4f9;
	border-radius: 3px;
	overflow: hidden;
}

.loginbox .submit {
	margin: 16px auto 0;
	display: block;
	width: 325px;
	height: 45px;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	background-color: #2996f2;
	border-radius: 3px;
}

.loginbox .btnlist {
	padding: 0 16px;
	margin-top: 12px;
	color: #999;
}

.loginbox .btnlist .link {
	float: left;
	margin-right: 9px;
	padding-left: 27px;
	width: 85px;
	height: 24px;
	font-size: 12px;
	line-height: 22px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	vertical-align: top;
	box-sizing: border-box;
}

.loginbox .btnlist .drive {
	color: #2996f2;
	border-color: #d4ebfe;
	background: url("../images/drive.png") 5px center no-repeat;
}

.loginbox .btnlist .drive:hover {
	background-color: #eff8ff;
}

.loginbox .btnlist .phone {
	color: #30bb7b;
	border-color: #cef0e0;
	background: url("../images/phone.png") 6px center no-repeat;
}

.loginbox .btnlist .phone:hover {
	background-color: #e9fff5;
}

.loginbox .btnlist .dlink {
	padding: 0 8px;
	font-size: 13px;
	line-height: 26px;
	color: black;
}

.loginbox .code {
	position: absolute;
	top: 7px;
	right: 3px;
	width: 28px;
	height: 28px;
	background: url(../images/code.png) 0 0 no-repeat;
	cursor: pointer;
}

.loginbox .brain {
	position: absolute;
	top: 7px;
	right: 3px;
	width: 26px;
	height: 21px;
	background: url(../images/brain.jpg) 0 0 no-repeat;
	cursor: pointer;
}

.loginbox .keepOut {
	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: 123px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	color: #2996f2;
	text-align: left;
	text-indent: 24px;
	background: url(../images/box.png) 0 0 no-repeat;
	transition: all .5s linear;
}

.loginbox .sweep.new {
	width: 87px;
	background-image: url(../images/box2.png);
	text-indent: 17px;
}

.loginbox .sweepcode {
	padding-top: 74px;
}

.loginbox .sweepcode p {
	padding-top: 25px;
	font-size: 14px;
	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;
}

.loginbox .renovate .reinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: center;
	color: #333;
	background-color: rgba(255, 255, 255, 0.9);
}

.loginbox .renovate .reinner div {
	padding-top: 72px;
	line-height: 14px;
}

.loginbox .renovate .reinner span {
	display: block;
	margin: 18px auto;
	width: 100px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background-color: #2996f2;
	border-radius: 4px;
	cursor: pointer;
}

.loginbox .success {
	padding-top: 225px;
	background: url(../images/phone2.png) center 82px no-repeat;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: center;
}

.loginbox .success .green {
	color: #2eb175;
}

.loginbox .success .blue {
	color: #2996f2;
}

.prompt .pro {
	font-size: 14px;
	line-height: 44px;
	color: #999;
	text-align: center;
}

.prompt .input {
	margin: 0 auto;
	display: block;
	width: 323px;
	height: 44px;
	font-size: 14px;
	line-height: 44px;
	text-indent: 46px;
	background: url(../images/pwd.png) 16px center no-repeat;
	border: 1px solid #eff4f9;
	outline: none;
	border-radius: 3px;
}

.prompt .warn {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: center;
}

.pt35 {
	padding-top: 35px;
}

.ml-10 {
	margin-right: -6px;
}

.mt50 {
	margin-top: 50px !important;
}

.mt50.btnlist {
	font-size: 0;
	text-align: center;
}

.mt50.btnlist .link {
	display: inline-block;
	float: none;
}

.logo {
	position: relative;
	float: right;
	margin: 101px -53px 0 0;
	display: block;
	-webkit-animation: logo .8s both linear;
	animation: logo .8s both linear;
}

.computer {
	position: relative;
	margin: -21px 0 0 -93px;
	width: 645px;
	height: 440px;
	z-index: 1;
}

.shadow {
	position: relative;
	display: block;
	opacity: 0;
	transform-origin: 0% 50%;
	-webkit-animation: shadow .5s both linear .4s;
	animation: shadow .5s both linear .4s;
}

.person {
	position: absolute;
	top: 159px;
	right: -245px;
	display: block;
	z-index: 2;
	opacity: 0;
	-webkit-animation: person .4s both .5s linear;
	animation: person .4s both .5s linear;
}

.person2 {
	position: absolute;
	top: 159px;
	right: -300px;
	display: block;
	z-index: 1;
	opacity: 0;
	-webkit-animation: person2 .4s both .6s linear;
	animation: person2 .4s both .6s linear;
}

/* 主要动画效果 */
/* @keyframes logo {
  0% {
    top: -48px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes loginbox {
  0% {
    right: -388px; }
  100% {
    right: 0; } } */
@
keyframes shadow { 0% {
	-ms-transform: scale(0.01, 0.01);
	/* IE 9 */
	-webkit-transform: scale(0.01, 0.01);
	/* Safari */
	transform: scale(0.01, 0.01);
	/* 标准语法 */
}

100%
{
top
:
 
0;
opacity
:
 
1;
-ms-transform
:
 
scale
(1
,
1);
/* IE 9 */
-webkit-transform
:
 
scale
(1
,
1);
/* Safari */
transform
:
 
scale
(1
,
1);
}
}
@
keyframes person { 100% {
	right: 56px;
	opacity: 1;
}

}
@
keyframes person2 { 100% {
	right: 0;
	opacity: 1;
}

}

/**!
 * 大监管标准版-首页
 * author: 程姣姣;
 */
body {
	min-width: 980px;
}

.top-left {
	margin-left: 30px;
}

.top-left>li {
	float: left;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-family: 'Arial';
	margin-right: 24px;
}

.weather-img {
	vertical-align: text-bottom;
}

.middle-con {
	position: absolute;
	top: 53px;
	bottom: 222px;
	left: 0;
	width: 100%;
}

.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 980px;
	z-index: -1;
}

.container {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 962px;
	height: 192px;
	margin-top: -96px;
	margin-left: -481px;
}

.title {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 58px;
	display: none;
}

.title>span {
	font-family: 'Arial';
	font-size: 44px;
}

.search {
	width: 584px;
	height: 49px;
	line-height: 49px;
	background: url('../images/search-bg.png') no-repeat;
	margin: 0 auto;
}

.search>input {
	float: left;
	width: 504px;
	height: 49px;
	line-height: 49px;
	color: #FFFFFF;
	background-color: transparent;
	padding-right: 10px;
	margin-left: 25px;
	outline: none;
	border: 0;
}
/*placeholder颜色*/
::-webkit-input-placeholder /* WebKit browsers */ {
	color: #3d5382;
}

:-moz-placeholder /* Mozilla Firefox 4 to 18 */ {
	color: #3d5382;
}

::-moz-placeholder /* Mozilla Firefox 19+ */ {
	color: #3d5382;
}

:-ms-input-placeholder /* Internet Explorer 10+ */ {
	color: #3d5382;
}

.placeholder /* Internet Explorer 9- */ {
	color: #3d5382;
}

.btn-search {
	float: left;
	width: 24px;
	height: 49px;
	background: url('../images/search-icon.png') no-repeat 0 center;
	cursor: pointer;
}

.keywod {
	margin-left: 208px;
	margin-top: 8px;
	color: #fff;
}

.keywod>a {
	color: #fff;
	margin-right: 24px;
}

.icon-bg {
	position: absolute;
	left: 0;
	bottom: 46px;
	width: 100%;
	height: 174px;
	background-color: #fff;
	border-bottom: 2px dashed #cfcfcf;
}

.icon-list {
	width: 962px;
	margin: 0 auto;
}

.icon-item {
	float: left;
	width: 100px;
	text-align: center;
	margin-left: 220px;
	margin-top: 20px;
	cursor: pointer;
}

.icon-item>p {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.icon-item:first-child {
	margin-left: 120px;
}

.icon-item1>p {
	background: url('../images/bottom-icon1.png') no-repeat center;
	background-color: #edc707;
}

.icon-item2>p {
	background: url('../images/bottom-icon2.png') no-repeat center;
	background-color: #13b3c2;
}

.icon-item3>p {
	background: url('../images/bottom-icon3.png') no-repeat center;
	background-color: #a189e1;
}

.icon-item4>p {
	background: url('../images/bottom-icon4.png') no-repeat center;
	background-color: #73ca45;
}

.icon-item5>p {
	background: url('../images/bottom-icon5.png') no-repeat center;
	background-color: #e76949;
}

.icon-item1:hover>p {
	background-color: #d4b100;
}

.icon-item2:hover>p {
	background-color: #0092a0;
}

.icon-item3:hover>p {
	background-color: #856cc9;
}

.icon-item4:hover>p {
	background-color: #47981b;
}

.icon-item5:hover>p {
	background-color: #cf4320;
}

.icon-item>h6 {
	font-size: 15px;
	color: #2c2c2c;
}
/*右侧导航*/
.right-nav {
	position: fixed;
	right: 0;
	top: 200px;
	width: 69px;
	height: 150px;
	background: url('../images/right-nav-bg.png') no-repeat;
}

.nav-item {
	width: 69px;
	height: 15px;
	padding-top: 45px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.nav-item:first-child {
	margin-top: 5px;
}

.nav-item1 {
	background: url('../images/right-nav1.png') no-repeat center;
}

.nav-item2 {
	background: url('../images/right-nav2.png') no-repeat center;
}

.nav-item3 {
	background: url('../images/right-nav3.png') no-repeat center;
}

.nav-item4 {
	background: url('../images/right-nav4.png') no-repeat center;
}

.nav-item5 {
	background: url('../images/right-nav5.png') no-repeat center;
}
/*底部*/
.footer {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #333;
	background-color: #cfcfcf;
}

body .layui-layer-content {
	overflow: hidden !important;
}

.clearfix .mini-verifycode {
	margin-left: 16px;
	border-width: 0px;
	width: 100px !important;
	height: 44px !important;
	margin: 10px auto 0;
	margin-left: 33px;
}

.register-type {
	margin: 8px 0 10px;
}

.register-type>li {
	float: left;
	width: 100px;
	margin-left: 15px;
}

.register-type span {
	font-size: 14px;
	color: rgba(61, 83, 130, 1);
	font-family: 'Microsoft YaHei';
	padding-left: 3px;
	margin-bottom: 5px;
	cursor: pointer;
}

.body-head a {
	cursor: pointer;
}

/* 新增 */
.login-content{
	opacity: 0.9;
	background: #fff;
	box-shadow: 0 2px 20px 0 rgba(129,144,176,0.15);
	border-radius: 60px;
	width: 1160px;
	height: 600px;
	display: flex;
	
}

.login-img{
	width: 580px;
	height: 600px;
}

.login-img img{
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.login-name{
	font-size: 48px;
	color: #282C37;
	text-align: center;
	line-height: 48px;
	margin-bottom: 32px;
}

.login-container{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -55%);
	z-index: 10;
}

.login-footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	font-size: 20px;
color: #282C37;
text-align: center;
line-height: 20px;
opacity: 0.65;
}

@media (max-height:720px) {
	.login-container{
		transform: translate(-50%, -55%) scale(0.8);
		transform-origin: center center;
	}
}

@media (max-height:600px) {
	.login-container{
		transform: translate(-50%, -55%) scale(0.7);
		transform-origin: center center;
	}
}