﻿*{
    font-family: "微软雅黑";
    font-size: 16px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #666;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.bgone{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;right: 0;left: 0;bottom: 0;margin: auto;
}
.pic{
	width: 492px;
	height: auto;
	position: absolute;
	top:-28px;right: 453px;left: 0;bottom: 0;margin: auto;
	z-index: 99999;
}
.table{
    background:rgba(255,255,255,1);
    width:1000px;
    height:550px;
    box-shadow:5px 2px 27px 0px rgba(104,104,104,0.05);
    border-radius:10px;
    position: absolute;
    text-align: center;
	top:0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.password{
     position: absolute;
     top: 12.8rem;
     right: 4rem;
     display: flex;
}
.btn{
    width: 300px;
    height: 49px;
    background-color: #f1cca7;
    margin: 0 auto;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 70px;
    border: aliceblue;
    font-size: 19px;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 20%);
    box-shadow: 2px 4px 1px #d8b79a;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
}
.wel{
	width: 960px;
	height: 35px;
	color: #fff;
    font-size: 30px;
    position: absolute;
    top: -7rem;
    text-align: center;  
   
    
}.wel1{
	width: 960px;
	height: 35px;
	color: #fff;
    font-size: 12.38px;
    position: absolute;
    top: -4rem;
    text-align: center;
}
input{	 
     height: 50px;
     width: 380px;
     outline:none;
     border-bottom:1px rgba(204,204,204,1) solid ;
    }
.password input{
    height: 50px;
    width: 380px;
    outline:none;
    border-bottom:1px rgba(204,204,204,1) solid ;
}
.user{
	 position: absolute;
     top: 7.8rem;
     right:4rem;
     display: flex;	
}
.code{
    position: absolute;
    top: 17.8rem;
    right:7rem;
    display: flex;
}
.code input{
    height: 50px;
    width: 259px;
    outline:none;
    border-bottom:1px rgba(204,204,204,1) solid ;
}
#yonghu img{
	height: 30px;
	position: absolute;
	left: 10px;
	top: 13px;
}
.yingwudesc{
    line-height: 20px;
    text-align: center;
    position: absolute;
    bottom: 3.6%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    min-width: 600px;
}
.yingwudesc .ying-des {
    position: relative;
    margin: 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #666666;
}
.yingwudesc .ying-des .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 3px 5px;
    border-radius: 50%;
    background-color: #888888;
}
.yingwudesc .ying-des .xiaoe-line-left {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #888;
    width: 30px;
    top: -3px;
}
.yingwudesc .ying-des .xiaoe-line-right {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #888;
    width: 30px;
    top: -3px;
}
.yingwudesc .ying-records {
    margin: 15px 0 0;
    font-size: 12px;
    color: #999;
}
.layui-layer-hui .layui-layer-content {
    padding: 12px 25px;
    text-align: center;
    color: white;
}
