body{
    background:linear-gradient(to right,#c9c,#ccf);
    font-family:微软雅黑
}@media only screen and (min-width:700px){
    .content{
        left:50%;margin-left:-25%
    }
}
.img{
    width:7em;
    height:7em;
    margin:auto;
    display:block;
    border-radius:10em;
    box-shadow:3px 3px 8px 1px silver;
    margin-bottom:1em
}
.imgc{
    background-image:url(/Bing.php);
    background-size:100% 100%;
    background-repeat:repeat;
    top:0;position:fixed;
    left:0;
    width:100%;
    height:100%;
    z-index:-0
}

.layui-layer-title{
    background-color: #0085DD !important;
    color: white !important;
}
#qrimg{
    margin-bottom: 2em;
}
.snow-container{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:100001;
}
	/** 获取图形验证码弹窗 */
.layer-get-code {
	padding: 25px 25px;
}

.layer-get-code>p {
	color: #666;
	font-size: 16px;
}

.layer-get-code>.lay-code-group {
	position: relative;
	padding-right: 135px;
	margin: 15px 0;
}

.layer-get-code>.lay-code-group>.layui-input {
	border-radius: 0;
	height: 46px;
	line-height: 46px;
	background-color: transparent;
	border-color: rgba(111, 121, 122, 0.3);
}

.layer-get-code>.lay-code-group>img {
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	width: 120px;
	box-sizing: border-box;
	cursor: pointer;
}

.layer-get-code .layui-btn-fluid {
	line-height: 50px;
	height: 50px;
}

/** 获取图形验证码弹窗 */

.layui-btn-disabled {
	cursor: not-allowed !important;
	color: #999 !important;
}