﻿html{
	font-size: 13px;
}
body{
	padding:0;
	margin:0;
}
data{
	display: none
}
.main{
	max-height:80vh;
	padding:10vh 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.main-warp {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff url("../images/loginback.png") no-repeat;
    background-size: cover
}
.main .f1{
	flex: 1;
	background: #fff;
}

.main .f1 h2{
	display: inline-block;
	height:4rem;
	font-size: 1.8rem;
	color:#666;
/*	background:#cfc;*/
	letter-spacing: 0.2rem;
}
.main .f1 h2 span{
	display: inline-block;
	font-size:1.3rem;
	font-weight: 400;
	color:#888; 
	letter-spacing: 0;
	padding: 0.3rem;
}

.main .f1 p{
	height:3.4rem;
	line-height: 3.4rem;
/*	background: #f50;*/
	padding:0 2rem;
	margin:1.2rem 0;
}
.main .f1 p span ico{
	width:3rem;
}

.main .f1 p span ico img{
	margin:0.5rem;
	width:2rem;
	height:2rem;
}
.main .f1 .p3 span ico img{
	margin:0.6rem 0.6rem;
	width:1.8rem;
	height:1.8rem;
}
.main .f1 .p4 span ico img{
	margin:0.65rem 0.5rem;
	height:1.7rem;
}
.main .f1 .p1{
	display: flex;
}
.main .f1 .p1 small{
	flex: 1;
	max-width:35%;
	font-size: 1.2rem;
	border-left: 1px solid #f2f2f2;
}
.main .f1 .p1 .left{
	border: 0;
}
.main .f1 .p1 .active{
	background: #03be8d;
	color: #fff;
	font-size: 1.3rem;
}

.main .f1 .p2{
	display: flex;
}
.main .f1 .p2 span{
	flex: 1;
	display: flex;
	border: 1px solid #e9e9e9;
	position: relative;	
}
.main .f1 .p2 span input{
	flex: 1;
	border: 0;
	font-size: 1.2rem;
	padding: 0 2rem;
}
.main .f1 .p2 span input:focus{
	outline: none;
	color:#f80;
}

.main .f1 .p2 span .mdlist{
	position: absolute;
	top:3rem;
	left:0;
	display:flex;
	width:100%;
	min-height: 8rem;
	background: #fffff5;
	z-index: 3;
}
.main .f1 .p2 span .mdlist .wu{
	display: inline-block;
	width:100%;
	height:100%;
	line-height:8rem;
	text-align: center;
	color:#555
}


/*::-webkit-scrollbar {
    width: 1rem; 
}*/
/* 
::-webkit-scrollbar-track {
    background: #fff6ba;  
}
 
::-webkit-scrollbar-thumb {
    background: #FFCC33;  
}
 
::-webkit-scrollbar-thumb:hover {
    background: #996600;  
}*/

.main .f1 .p2 span .mdlist ul{
	width:100%;
	padding: 1rem;
	margin:0;
	max-height:20rem; 

	overflow-y:auto; 
}
.main .f1 .p2 span .mdlist ul li{
	list-style:none;
	padding: 0;
	margin:0; 
	text-align: left;
	border-bottom: 1px solid #e5e5e5; 
	font-size: 1.3rem;
}
.main .f1 .p2 span .mdlist ul li small{
	font-size: 0.9rem;
}
.main .f1 .p2 span .mdlist ul li i{
	font-style: normal;
	display: inline-block;
	width:1.8rem;
	height:1.8rem;
	line-height: 1.8rem;
	border-radius: 50%;
	text-align: center;
	background: #cfc;
	margin-right: 0.5rem;
	color:#009688;
	font-size: 1.1rem;
}
.main .f1 .p2 span .hide{
	display: none;
}

.main .f1 .p3{
	display: flex;
}
.main .f1 .p3 span{
	flex: 1;
	display: flex;
	border: 1px solid #e9e9e9;
}
.main .f1 .p3 span input{
	flex: 1;
	border: 0;
	font-size: 1.2rem;
	padding: 0 2rem;
}
.main .f1 .p3 span input:focus{
	outline: none;
	color:#f80;	
}


.main .f1 .p0{
	display: flex;
}
.main .f1 .p0 span{
	flex: 1;
	display: flex;
	min-width:60%;
	border: 1px solid #e9e9e9;
}
.main .f1 .p0 small{
	flex: 1;
	min-width: 4rem;
	max-width: 5rem;
	font-size: 1.2rem;
	background: #fff;
	color:#fff;
	border:1px solid #fff;
}
.main .f1 .p0 small img{
	margin-top: 20%;
	width:80%;
	height:40%;
}
.main .f1 .p0 .send{
	background: #f5f5f5;
	border:1px solid #eee;
	color:#aaa;
}
.main .f1 .p0 span input{
	flex: 1;
	border: 0;
	font-size: 1.2rem;
	padding: 0 0 0 2rem;
}
.main .f1 .p0 span input:focus{
	outline: none;
	color:#f80;
}


.main .f1 .p4{
	display: flex;
}
.main .f1 .p4 span{
	flex: 1;
	display: flex;
	min-width:60%;
	border: 1px solid #e9e9e9;
}
.main .f1 .p4 small{
	flex: 1;
	min-width: 7rem;
	max-width: 10rem;
	font-size: 1.2rem;
	background: #03be8d;
	color:#fff;
	border:1px solid #03be8d;
}
.main .f1 .p4 .send{
	background: #f5f5f5;
	border:1px solid #eee;
	color:#aaa;
}
.main .f1 .p4 span input{
	flex: 1;
	border: 0;
	font-size: 1.2rem;
	padding: 0 0 0 2rem;
}
.main .f1 .p4 span input:focus{
	outline: none;
	color:#f80;
}
.main .f1 .p5{
	height:4rem;
	display: flex;
}
.main .f1 .p5 button{
	flex: 1;
	display: flex;
	color:#fff;
	background: #03be8d;
	border: 1px solid #03be8d;
	justify-content: center;
	line-height: 4rem;
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	/*transition: background-color 0.3s, color 0.3s;*/ /* 平滑过渡效果 */
}
.main .f1 .p5 button:focus{
	outline: none;
}
.main .f1 .p6{
	text-align: left;
	color:#f90;
}
.main .f1 .p7{
	height:2rem;
	display: flex;
	color:#555;
}
.main .f1 .p7 x{
	flex: 1;
	height:1px;
	margin:1rem 0;
	background: #ddd;
}
.main .f1 .p7 span{
	line-height: 1.8rem;
	padding: 0 1rem;
}
.main .f1 .p8{
	display: flex;
	justify-content: center;
	align-content: center;
	line-height: 1rem;
}
.main .f1 .p8 span{
	width:60%;
	display: flex;
	justify-content: space-between;
	align-content: center;	
}
.main .f1 .p8 span img{
	width:3rem;
	height:3rem;
	border-radius: 50%;
}
.main .f1 .p8 span img:hover{
	box-shadow: 0 0 5px 5px rgba(0,255,10,0.3);  
	box-shadow: 0 0 5px 5px rgba(255,202,0,0.5); /*rgba(255,255,0,0.5)*/
}
.main .f1 .p8 span .active{
	
	box-shadow: 0 0 5px 5px rgba(255,202,0,0.5);
	box-shadow: 0 0 5px 5px rgba(0,255,10,0.3);  
}
.wxsm .wtb div{
	padding: 2.5rem 0;
    display: flex;
    justify-content:center;
}
.hide{
	display: none
}
.foot{
	height:4rem;
	line-height: 2.5rem;
	text-align: center;
	margin-top: 1rem;
}

@media(min-width:100%) {
/*	.f1{
		box-shadow: 0 0 4px rgba(0, 0, 0, 0)
	}*/

}

@media(min-width:1025px) {
    .f1 {
        width: 500px;
        padding: 2rem 0;
        border-radius: 4px
    }
	.main .f1 .p5 button:hover{
		background-color: #4CAF50; /* 鼠标悬停时的背景色 */
		border: 1px solid #4CAF50;
	}    
	.main .f1 .p5 button:active{
		background-color: #f80; /* 鼠标悬停时的背景色 */
		border: 1px solid #f80;
		font-size: 1.5rem;
	}	
	.main .f1 .p1 small:hover{
		color: #333;
		background: rgba(0,255,0,0.1)
	}
	.main .f1 .p1 small:active{
		background: #03be8d;
		color: #fff;
		font-size: 1.3rem;	
	}		
}

@media(min-width:551px) and (max-width:1024px) { /*769*/
    .main-warp {
        background-image: none;
        background: #f1f1f1
    }

    .f1 {
        width: 500px;
        padding: 2rem 0;
        border-radius: 4px;
        box-shadow: 0 0 4px rgba(0, 0, 0, .2)
    }
	.main .f1 .p5 button:hover{
		background-color: #4CAF50; /* 鼠标悬停时的背景色 */
		border: 1px solid #4CAF50;
	}
	.main .f1 .p5 button:active{
			background-color: #f80; /* 鼠标悬停时的背景色 */
			border: 1px solid #f80;
			font-size: 1.5rem;
	}		
    body {
        background-image: none
    }
	.main .f1 .p1 small:hover{
		color: #333;
		background: rgba(0,255,0,0.1)
	}
	.main .f1 .p1 small:active{
		background: #03be8d;
		color: #fff;
		font-size: 1.3rem;	
	}    
}

@media(min-width:451px) and (max-width:550px) { /*768px*/
    .main-warp {
        background-image: none;
         background: #e8e8e8;
    }
/*    .main{
    	height: 86vh;
    	padding: 7vh 0 0 0;
    }*/
    .main .f1 {
        width: 500px;
        padding: 2rem 0;
        border-radius: 4px;
        box-shadow: 0 0 4px rgba(0, 0, 0, .2)
    }
    .main .f1 h2{
    	height:6rem;
    }
/*    .main .f1 p{
		margin:2rem 0;
    }*/
	.main .f1 .p5 button:hover{
		background-color: #4CAF50; /* 鼠标悬停时的背景色 */
		border: 1px solid #4CAF50;
	}    
	.main .f1 .p5 button:active{
		background-color: #f80; /* 鼠标悬停时的背景色 */
		border: 1px solid #f80;
		font-size: 1.5rem;
	}	
	.main .f1 .p1 small:hover{
		color: #333;
		background: rgba(0,255,0,0.1)
	}
	.main .f1 .p1 small:active{
		background: #03be8d;
		color: #fff;
		font-size: 1.3rem;	
	}	
}

@media(min-width:361px) and (max-width:450px) {
    .main-warp {
        background-image: none
    }
    .main{
    	height: 86vh;
    	padding: 7vh 0 0 0;
    }
    .main .f1 {
        width: 100%;
    }
    .main .f1 h2{
    	height:3rem;
    }
    .main .f1 p{
		margin:1rem 0;
    }
	.main .f1 .p5 button:active{
		background-color: #f80; /* 鼠标悬停时的背景色 */
		border: 1px solid #f80;
		font-size: 1.5rem;
	}    
}

@media(max-width:360px) {
	html{
		font-size: 11px;
	}
    .main-warp {
        background-image: none
    }
    .main{
    	height: 86vh;
    	padding: 7vh 0 0 0;
    }
    .main .f1 {
        width: 100%;
    }
    .main .f1 h2{
    	height:3.5rem;
    }
    .main .f1 p{
		margin:1rem 0;
    }
	.main .f1 .p5 button:active{
		background-color: #f80; /* 鼠标悬停时的背景色 */
		border: 1px solid #f80;
		font-size: 1.5rem;
	}    
}

@media (min-aspect-ratio: 13/20) {
	.main{
		margin-top: 
	}
}