@charset "utf-8";
* {
    font-family: "Microsoft YaHei", SimHei, Tahoma;
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    font-size: 12px;
    text-decoration: none;

}
UL {
    list-style-type: none;
}
div{
    box-sizing:border-box;
}
body {
    background-color: #141414;
    background-image: url(../imgs/body_bg.png);
    background-repeat: repeat;
    background-position: center;
    height:100%;
}
html{
    height:100%;
}
input{
    outline:none;
}
.top {
    height: 39px;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
}
.bg_hh {
    position: relative;
    width:100%;
    height:100%;
    display: -webkit-flex;
    display: flex;
}
.box_width {	
    position:relative;
    width: 340px;
    margin: auto;
    background: rgba(0,0,0,.68);
    border-radius: 10px;
}
.logo {
    text-align: center;
    padding: 20px 0;
}

.main_login {
    width: 340px;
    text-align: center;
    margin-bottom: 20px;
}

.main_login h2 {
    text-align: center;
    color: #7ea078;
    font-size: 16px;
    padding-top: 10px;
}
.main_login input[type='password'], .main_login input[type='text'] {
	color: #c3f3bb !important;
}
.user {
    line-height: 49px;
    height: 49px;
    width: 284px;
    background-position: 11px center;
    padding-left:55px;
    box-sizing: border-box;
    font-size:18px;
    margin-bottom:13px;
    border-radius:4px;
    background: none;
}
.pas {
    line-height: 49px;
    height: 49px;
    width: 284px;
    background-position: 11px center;
    padding-left:55px;
    box-sizing: border-box;
    font-size:18px;
    border-radius:4px;
    margin-bottom:15px;
    background: none;
}
.login {
    width: 284px;
    height:52px;
    border-radius:50px;
    cursor:pointer;
    font-size:18px;
    color:#e6d256;  
    border: 1px solid #465444;
    background: none;
        cursor:pointer;
}
.login:hover{
    background: linear-gradient(#a5bfa1, #435a3d); /* 标准的语法 */
    opacity: .78
}
.box_width p {
    text-align: center;
    font-size: 14px;
    color: #797979;
}
.main_login p {
    line-height: 30px;
    display: block;
    color: #e74417;
}
.head{
    position: relative;
    width: 100%;
    height: 38px;
    border-radius: 5px;
    z-index: 1000;
}
.select2-selection__rendered{
    text-align: center;
}
select{
    outline:none;
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #CCC!important;      
}
.img_use{
    line-height: 48px;
    height: 50px;
    width: 284px;
    background-position: 11px center;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #465444;
    border-radius: 50px;
}
.img_use img{
    position: absolute;
    left: 11px;
    top: 12px;
    width: 35px;
}
.lau_box {
    position: absolute;
    left: 50%;
    /* background-image: url(../../imgs/icon_guojia.png); */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15rem;
    height: 3rem;
    transform: translate(-50%, 0%);
}
.lau_box::before {
 background: rgb(0, 0, 0,.7);
    border-top-left-radius: .8em;
    border-top-right-radius: .8em;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: scaleY(-1.5) perspective(0.5em) rotateX(2deg);
    transform-origin: center;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.36);
}
.lau_box ul{
    display: flex;
        align-items: center;
        justify-content: space-between;
}
.lau_box ul li {
	float: left;
}
.lau_box ul li a img {
	height: 26px;
	width: 26px;
}
.lau_box ul li a {
	float: left;
	margin-right: 5px;
        margin-left: 5px;
	display: block;
}