*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 16rem;
	font-weight: 400;
	font-family: "microsoft yahei";
}
html,body{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
button{
	border: none;
}
button:hover{
	cursor: pointer;
}
input,select{
	outline: none;
}
.transition_none *{
    -webkit-transition:none!important;
    -moz-transition:none!important;
    -ms-transition:none!important;
    -o-transition:none!important;
    transition:none!important;
}
/* img{
	width: 100%;
	height: 100%;
}
 */
.hidden{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
}



#loginBg{
	width: 100%;
	min-height: 100%;
	background: url('../imgs/bg.png') no-repeat;
	background-size: 100% 100%;
	padding: 1px;
	position: relative;
}
#loginBg>h1{
	font-size: 76rem;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	height: 220rem;
	line-height:  220rem;
}
.loginBox{
	width: 1200rem;
	height: 700rem;
	background-color: #fff;
	margin: 20rem auto 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
	border-radius: 8rem;
	padding: 1px;
}
.loginType{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 680rem;
	height: 90rem;
	background-color: #F2F2F2;
	border-radius: 8rem;
	margin-top: 48rem;
	margin-left: 260rem;
}
.loginType p{
	color: #888888;
	font-size: 38rem;
	width: 332rem;
	height: 74rem;
	line-height: 72rem;
	text-align: center;
}
.loginType p:hover{
	cursor: pointer;
}
.loginType p.on{
	color: #333333;
	background-color: #FDFDFC;
	box-shadow: 0px 0px 1px 0px #c5c5c5;
	border-radius: 8rem;
}
.loginBox ul{
	margin-left: 210rem;
	width: 780rem;
	margin-top: 100rem;
	display: none;
}
.loginBox li{
	width: 100%;
	height: 50rem;
	display: flex;
	align-items: center;
	padding-bottom: 10rem;
	margin-top: 80rem;
	/* border-bottom: #E9E7E8 1px solid; */
	position: relative;
}
.loginBox li>img{
	width: 40rem;
	height: 40rem;
	position: absolute;
	z-index: 2;
}
.loginBox li input{
	height: 84rem;
	border: none;
	font-size: 38rem;
	width: 100%;
	position: relative;
	padding-left: 60rem;
	border-bottom: #E9E7E8 1px solid;
}
.loginBox li input:focus{
	border-bottom: #A6221E 1px solid;
}
.loginBox li input:hover h2{
	display: block;
}
.loginBox .wjmm{
	text-align: right;
	margin-left: 819rem;
	margin-top: 40rem;
	display: inline-block;
}
.loginBox .wjmm a{
	color: #999999;
	font-size: 36rem;
}
.loginBox .wjmm:active a{
	color: #A6221E;
}
.loginBtn{
	width: 780rem;
	height: 102rem;
	margin-left: 210rem;
	color: #FDFDFC;
	font-size: 48rem;
	background-color: #B92521;
	box-shadow: 0px 4px 6px 0px rgba(185,37,33,0.2);
	border-radius: 16rem;
	margin-top: 70rem;
}

.backBtn{
	width: 180rem;
	height: 82rem;
	margin-left: 50rem;
	color: #FDFDFC;
	font-size: 48rem;
	background-color: #c0c0c0;
	box-shadow: 0px 4px 6px 0px rgb(240 177 175 / 20%);
	border-radius: 16rem;
	margin-top: 70rem;
}

.loginBtn:hover{
	box-shadow: 0px 4px 6px 0px rgba(185,37,33,0.4);
}
.loginBtn:active{
	background-color: #99201C;
}
.loginBox.type1 .login1{
	display: block;
}
.loginBox.type2 .login2{
	display: block;
}
.loginBox.type2 .wjmm{
	display: none;
}
.loginBox.type2 .loginBtn{
	margin-top: 120rem;
}

.wh{
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	height: 50rem;
	line-height: 50rem;
	border-left: #E0E0E0 1px solid;
	padding-left: 16rem;
}
.wh p{
	width: 100rem;
	font-size: 36rem;
	color: #333333;
}
.wh:hover{
	cursor: pointer;
}
.wh img{
	width: 22rem;
	height: 14rem;
	margin-left: 4rem;
	transform: rotate(180deg);
}
.wh.jtfz img{
	transform: rotate(0deg);
}
.whmore{
	position: absolute;
	width: 210rem;
	/* height: 80rem; */
	background-color: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.24);
	top: 60rem;
	right: -20rem;
	z-index: 2;
	border-radius: 4rem;
	padding: 4rem;
	display: none;
}
.whmore.show{
	display: block;
}
.whmore span{
	display: block;
	width: 100% !important;
	height: 80rem;
	line-height: 80rem;
	font-size: 36rem;
	color: #333333;
	text-align: center;
}
.whmore span.on{
	background-color: #F0F1F2;
	color: #B92521;
}
.loginBox #hqyzm{
	position: absolute;
	right: 0;
	font-size: 36rem;
	color: #B92521;
	height: 50rem;
	line-height: 50rem;
	border-left: #E0E0E0 1px solid;
	width: 220rem;
	text-align: center;
	background: none;
}
.hqyzm:hover{
	cursor: pointer;
}


.headerBox{
	width: 100%;
	height: 110rem;
	background-color: #B92521;
	position: relative;
}
.h-icon{
	width: 62rem;
	height: 110rem;
	position: absolute;
	top: 0;
}
.h-left{
	left: 0;
	transform: rotate(180deg);
}
.h-right{
	right: 0;
}
.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header>.name{
	font-size: 48rem;
	color: #fff;
	line-height: 110rem;
	padding-left: 60rem;
}
.hr{
	display: flex;
	align-items: center;
	margin-right: 120rem;
}
.hr li{
	margin-left: 30rem;
}
.hr .name{
	font-size: 34rem;
	color: #fff;
}
.hr .h-item{
	width: 60rem;
	height: 60rem;
	background-color: rgba(255, 255, 255, .86);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.hr .h-item img{
	width: 40rem;
	height: 40rem;
}
.hr .h-item:hover{
	background-color: rgba(255, 255, 255, 1);
	cursor: pointer;
}
.h-item div{
	position: absolute;
	z-index: 3;
	width: 64rem;
	height: 40rem;
	background-color: #000000;
	border-radius: 4rem;
	color: #fff;
	font-size: 14rem;
	line-height: 40rem;
	text-align: center;
	top: 44rem;
	display: none;
}
.h-item:hover div{
	display: block;
}
.footerBox{
	width: 100%;
	height: 28rem;
	position: absolute;
	bottom: 30rem;
}
.footerBox p{
	text-align: center;
	line-height: 28rem;
	font-size: 28rem;
	color: #ACB0B8;
}
.mainBox{
	width: 100%;
	min-height: calc(100% - 110rem);
	background-color: #F9F9FB;
	position: relative;
	padding-bottom: 150rem;
	overflow-y: auto;
	overflow-x: hidden;
	
}
.mainBox .footer-img{
	position: absolute;
	min-width: 100%;
	height: 132rem;
	bottom: 0;
	z-index: 1;
}
.passwordBox{
	width: 1494rem;
	height: 900rem;
	margin: 110rem auto;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
	border-radius: 8rem;
	position: relative;
	z-index: 2;
}
.passwordBox h1{
	height: 142rem;
	line-height: 142rem;
	border-bottom: #E8E8EB 1px solid;
	padding-left: 63rem;
	font-size: 50rem;
	color: #333333;
}
.passwordBox h1 span{
	margin-left: 20rem;
	color: #999999;
	font-size: 40rem;
}
.passwordBox ul{
	margin-top: 86rem;
	margin-left: 310rem;
}
.passwordBox li{
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 40rem;
}
.passwordBox li p{
	width: 210rem;
	text-align-last: justify;
	/* margin-right: 60rem; */
	font-size: 40rem;
	color: #333333;
}
.passwordBox li input{
	width: 700rem;
	height: 90rem;
	border: #CCCCCC 1px solid;
	border-radius: 8rem;
	font-size: 36rem;
	padding-left: 30rem;
}
.passwordBox li input:focus{
	border-color: #B92521;
}
.passwordBox li button{
	position: absolute;
	left: 550rem;
	width: 330rem;
	font-size: 38rem;
	height: 90rem;
	background: none;
	border-left: #CCCCCC 1px solid;
	color: #B92521;
}
.passwordBox .loginBtn{
	width: 500rem;
	height: 90rem;
	margin-left: 490rem;
	margin-top: 50rem;
}


.roomBox{
	position: relative;
	z-index: 2;
	padding-bottom: 20rem;
}
.roomBox>h1{
	font-size: 50rem;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-top: 25rem;
	margin-bottom: 36rem;
}
.roomBox>ul{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.room-item{
	width: 620rem;
	height: 508rem;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
	border-radius: 8rem;
	text-align: center;
}
.room-item h1{
	width: 100%;
	height: 94rem;
	line-height: 94rem;
	font-size: 48rem;
	color: #fff;
}
.room-item.type1 h1{
	background: url('../imgs/h1.png');
	background-size: 100% 100%;
}
.room-item.type2 h1{
	background: url('../imgs/h2.png');
	background-size: 100% 100%;
}
.room-item p{
	font-size: 36rem;
	color: #333333;
	font-weight: bold;
	margin-top: 35rem;
}
.room-item span{
	font-size: 44rem;
	display: block;
	margin-top: 10rem;
}
.room-item.state1 span{
	color: #999999;
}
.room-item.state2 span{
	color: #B92521;
}
.room-item.state3 span{
	color: #008BED;
}
.room-item button{
	width: 440rem;
	height: 90rem;
	font-size: 40rem;
	background-color: #B92521;
	color: #fff;
	border: #B92521 1px solid;
	margin-top: 30rem;
	border-radius: 8rem;
}
/* .room-item:hover{
	margin-top: -10rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
}
.room-item button:hover{
	background-color: #B92521;
	color: #fff;
	border-color: #B92521;
	box-shadow: 0px 2px 9px 0px rgba(185,37,33,0.3)
} */



.footer2{
	height: 90rem;
	line-height: 90rem;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer2 p{
	text-align: center;
	font-size: 28rem;
	color: #ACB0B8;
}
.main2{
	padding: 60rem 60rem 90rem;
}
.markbox{
	width: 100%;
	height: 846rem;
	background-color: #fff;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.14);
	border-radius: 8rem;
	display: flex;
}
.l-navs{
	width: 100rem;
	height: 100%;
	background-color: #EDEDF0;
	border-radius: 8rem 0 0 8rem;
}
.l-navs .home{
	width: 100%;
	height: 120rem;
	border-bottom: #BFBFBF 1px solid;
}
.l-navs .home img{
	width: 65rem;
	height: 65rem;
	margin-top: 28rem;
	margin-left: 16rem;
}
.l-navs ul{
	width: 100%;
	height: calc(100% - 120rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.l-navs li{
	font-size: 48rem;
	color: #888888;
	border-top: #FFFFFF 1px solid;
	border-bottom: #BFBFBF 1px solid;
	height: calc(100% / 3);
	writing-mode: vertical-rl;
	text-align: center;
	line-height: 100rem;
	letter-spacing: 10rem;
	position: relative;
	z-index: 1;
}

.l-navs li a{
	font-size: 48rem;
	text-decoration:none;
	color: #888888;
	text-align: center;
	line-height: 100rem;
	letter-spacing: 10rem;
	position: relative;
	z-index: 1;
}

.l-navs li:last-child{
	border-bottom: none;
}
.l-navs li.on::after{
	content: '';
	width: 100%;
	height: 100%;
	background: url('../imgs/xzbg.png');
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.l-navs li.on{
	color: #B92521;
}
.l-navs li.on a{
	color: #B92521!important;
}
.r-con{
	width: 100%;
	padding: 50rem 80rem;
	position: relative;
	display: flex;
}
.r-con>h1{
	font-size: 60rem;
	color: #333333;
	text-align: center;
	width: 100%;
}
.r-con .stu{
	display: flex;
	width: 100%;
	height: 514rem;
	background-color: #F7F7F8;
	border-radius: 8rem;
	padding: 60rem;
	margin-top: 30rem;
}
.r-con .zp{
	min-width: 285rem;
	width: 285rem;
	height: 403rem;
	border: #CCCCCC 2px solid;
	padding: 30rem;
	margin-right: 70rem;
	position: relative;
}
.r-con .zp img{
	width: 100%;
	height: 100%;
}
.r-con .ksxh{
	font-size: 38rem;
	color: #333333;
	line-height: 40rem;
}

.r-con .ksxh span{
	font-size: 38rem;
	color: #333333;
	line-height: 40rem;
}

.r-con ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30rem;
}
.r-con li{
	display: flex;
	margin-bottom: 30rem;
	width: 100%;
}
.r-con li:nth-child(even){
	width: 45%;
}
.r-con li span{
	display: block;
	color: #888888;
	font-size: 32rem;
	white-space: nowrap;
}
.r-con li p{
	display: block;
	color: #333333;
	font-size: 32rem;
	white-space: nowrap;
}
.rs-sfhy{
	position: absolute;
	bottom: 40rem;
	left: 30rem;
	height: 90rem;
	padding: 0 30rem;
	font-size: 48rem;
	color: #fff;
	background-color: #019601;
	border-radius: 8rem;
}
.r-con .xmxx{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.r-con .dqzg{
	font-size: 48rem;
	color: #666666;
}
.r-con .dqzg span{
	font-size: 48rem;
	color: #B92521;
}
.r-con .pfk{
	display: flex;
	align-items: center;
	margin-bottom: 70rem;
}
.r-con .pfk p{
	font-size: 40rem;
	color: #333333;
}
.r-con .pfk input{
	width: 300rem;
	height: 120rem;
	border: #E80010 1px solid;
	border-radius: 8rem;
	box-shadow: 0px 0px 14px 4px rgba(12,3,7,0.24) inset;
	font-size: 60rem;
	text-align: center;
}
.r-con .btns button{
	width: 260rem;
	height: 90rem;
	margin-left: 60rem;
	font-size: 48rem;
	color: #fff;
	background-color: #019601;
	border-radius: 8rem;
}
.r-con .btns button:first-child{
	margin-left: 0;
}
.r-con .btns button.bj{
	background-color: #FD8441;
}
.r-list{
	display: flex;
	flex-wrap: wrap;
	padding: 50rem 20rem 1rem 80rem;
	height: calc(100% - 40rem);
}
.r-item{
	width: 16%;
	/* margin-right: 15rem; */
	padding: 0 10rem;
	margin-bottom: 10rem;
}
.r-item .zpbox{
	width: 100%;
	height: 300rem; 
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.r-item .zpbox img{
	width: 100%;
}
.r-item .zpbox p{
	position: absolute;
	bottom: 0;
	left: 0;
	margin:0;
	width: 100%;
	height: 80rem;
	line-height: 80rem;
	text-align: center;
	color: #fff;
	font-size: 28rem;
	background-color: rgba(0, 0, 0, .5);
}
.r-item .zpbox .xh{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40rem;
	height: 40rem;
}
.r-item:nth-child(5n){
	margin-right: 0;
}
.r-item .score{
	width: 100%;
	text-align: center;
	font-size: 38rem;
	color: #333333;
	margin-top: 16rem;
}
.r-pages{
	display: flex;
	align-items: center;
	justify-content: center;
}
.r-pages li{
	font-size: 38rem;
	color: #333333;
	margin: 0 20rem;
}
.r-pages li.on{
	color: #E80010;
}
.r-con2{
	width: 100%;
	position: relative;
	overflow: auto;
}
.r-con2 .content{
	min-height: 800rem;
}
.r-con3 .content table th{
	text-align: center;
}
.r-con2btn{
	width: 260rem;
	height: 90rem;
	margin-left: 60rem;
	font-size: 48rem;
	color: #fff;
	background-color: #019601;
	border-radius: 8rem;
	position: fixed;
	right: 80rem;
	bottom: 150rem;
	cursor: pointer;
	z-index: 999;
}


.r-con3{
	width: 100%;
	padding: 47rem 0rem 47rem 60rem;
	overflow-y: auto;
}
.r-con3 .tabbox{
	width: 100%;
	height: 100%;
}

.r-con3 .tabbox .content{
	min-height: 700rem;
}

.r-con3 table{
	width: calc(100% - 50rem);
	text-align: center;
	border: #CCCCCC 1px solid;
	max-height: 1140rem;
}
.r-con3 th{
	font-size: 36rem;
	color: #fff;
	height: 100rem;
	background-color: #B92521;
	min-width: 120rem;
	text-align: center;
}
.r-con3 td{
	color: #333333;
	font-size: 32rem;
	height: 90rem;
	border-top: #CCCCCC 1px solid;
	padding: 20rem 10rem;
}
.r-con3 th,
.r-con3 td{
	border-left: #CCCCCC 1px solid;
}
.r-con3 th:first-child,
.r-con3 td:first-child{
	border-left: none;
}

.dropload-refresh{
	cursor: pointer;
}




/* @media (min-width:1244px){
	#loginBg{
		width: 100%;
		height: 100vh;
	}
	#loginBg>h1{
		margin-top: 100rem;
	}
	.loginBox{
		width: 1000rem;
		height: 700rem;
	}
	.loginType{
		width: 500rem;
		height: 60rem;
		line-height: 60rem;
	}
	.loginType p{
		font-size: 30rem;
		width: 246rem;
	}
	.loginType p.on{
		height: 50rem;
		line-height: 50rem;
	}
	.loginBox ul{
		width: 700rem;
		margin-left: 164rem;
	}
	.loginBox .wjmm{
		margin-left: 700rem;
	}
	.loginBtn{
		width: 560rem;
		margin-left: 210rem;
	}
} */




.mask{
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}
.hybox{
	width: 1200rem;
	height: 800rem;
	background: #fff;
	border-radius: 24rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 40rem;
}
.gbbtn{
	position: absolute;
	top: 30rem;
	right: 40rem;
	background: none;
	font-size: 30rem;
}
.hyrow1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rlsb{
	background: red;
	color: #fff;
	font-size: 26rem;
	width: 70rem;
	text-align: center;
	border-radius: 10rem;
	margin-top: 70rem;
}
.rlitem h1{
	font-size: 26rem;
	text-align: center;
	margin-bottom: 20rem;
	margin-top: 40rem;
}
.rlbox{
	width: 500rem;
	height: 300rem;
	background: #f1f1f1;
	border: #ccc 1px solid;
	border-radius: 10rem;
}
.rlbox img{
	height: 100%;
	display: block;
	margin: 0 auto;
}
.hyrow2{
	display: flex;
	margin-top: 50rem;
}
.hyrow2>button{
	width: 120rem;
	height: 120rem;
	font-size: 24rem;
	color: #fff;
	background-color: #00aaff;
	border-radius: 8rem;
}
.hy2item{
	margin-bottom: 20rem;
	height: 50rem;
	display: flex;
	align-items: center;
}
.hy2item span{
	font-size: 28rem;
}
.hy2item input{
	width: 870rem;
	height: 50rem;
	border: #e6e6e6 1px solid;
	border-radius: 6rem;
	padding-left: 10rem;
	font-size: 22rem;
}
.ksks{
	height: 60rem;
	line-height: 60rem;
	font-size: 24rem;
	color: #fff;
	background-color: #00aaff;
	border-radius: 8rem;
	padding: 0 30rem;
	display: flex;
	margin: 30rem auto 0;
}


.scan-type{
	width: 100%;
	height: 100rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -40rem;
}
.scan-type>div{
	display: flex;
	align-items: center;
	position: relative;
}
.rlx{
	width: 400rem;
	height: 1px;
	background: url('../imgs/ryx1.png');
	background-size: 100% 100%;
	margin: 0 30rem;
}
.rl1 .rlbz{
	width: 50rem;
	height: 50rem;
	margin-right: 24rem;
	background: url('../imgs/ry1.png');
	background-size: 100% 100%;
}
.rl2 .rlbz{
	width: 50rem;
	height: 50rem;
	margin-right: 24rem;
	background: url('../imgs/ry2.png');
	background-size: 100% 100%;
}
.scan-type.res1 .rl1 .rlbz{
	background: url('../imgs/ry3.png');
	background-size: 100% 100%;
}
.scan-type.res1 .rl2 .rlbz{
	background: url('../imgs/ry4.png');
	background-size: 100% 100%;
}
.scan-type.res1 .rlx{
	background: url('../imgs/ryx2.png');
	background-size: 100% 100%;
}
.scan-type p{
	font-size: 38rem;
	color: #333333;
}

.scan{
	text-align: center;
}
.scan img{
	width: auto;
	height: 432rem;
	margin: 50rem auto;
}
.scan button{
	width: 500rem;
	height: 90rem;
	background-color: #B92521;
	border-radius: 8rem;
	font-size: 40rem;
	color: #fff;
	display: block;
	margin: 0 auto;
}

.scan-res1{
	margin-top: 40rem;
}

.scan-res2{
	text-align: center;
}
.scan-res2>img{
	width: 280rem;
	height: 280rem;
	margin-bottom: 20rem;
}
.scan-res2>p{
	font-size: 44rem;
	color: #B92521;
	margin-bottom: 30rem;
}
.scan-res2-input{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30rem;
}
.scan-res2-input span{
	font-size: 40rem;
	color: #333333;
	width: 120rem;
	text-align-last: justify;
}
.scan-res2-input input{
	width: 700rem;
	height: 80rem;
	border: #CCCCCC 2px solid;
	border-radius: 8rem;
	font-size: 36rem;
	padding-left: 32rem;
	margin-left: 60rem;
}
.scan-res2>button{
	width: 500rem;
	height: 80rem;
	background-color: #3A80FE;
	color: #fff;
	font-size: 40rem;
	border-radius: 8rem;
	margin-top: 20rem;
}

.scan-res2>button.closebtn{
	width: 200rem;
	height: 60rem;
	background-color: #B92521 !important;;
	color: #fff;
	font-size: 20rem;
	border-radius: 4rem;
	margin: 30rem 30rem 0rem 60rem;
}
.scan-res2>button.closebtn:hover{
	background-color: #DB2D27 !important;
}
.scan-res2>button.closebtn:active{
	background-color: #A6221E !important;
}