*{
    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;
}
 html,body{
    width:100%;
}
body {
    background: url(../img/1592274885.jpg) no-repeat;
    background-size: 100%;
}
.bg1{
	width:100%;
	height: 237px;
	background: #347ebc;
	opacity: 0.6;
    position:absolute;
    left:0;
    top:0px;
    right:0px;
    bottom:0px;
    margin:auto;
}
.gyl{
	/*width:510px;*/
	height: 237px;
	color: #FFFFFF;
	font-size: 62px;
	position:absolute;
    left:15%;
    top:11%;
    
    bottom:0px;
    margin:auto;
}
.gy2{
	color: #fff;
	margin-left: 6px;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.bg{
	width: 375px;
	height: 445px;
	background: #fff;
	position: relative;
    position:absolute;
    left:56%;
    top:0px;
    right:0px;
    bottom:0px;
    margin:auto;
    z-index: 1;
    box-shadow:0px 0px 50px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}
.password{
     position: absolute;
     top: 12.3rem;
     left: 2rem;
     display: flex;
}
.btn{
     position: absolute;
     top: 19rem;
     left: 2rem;
     border: none;
     color: #fff;
     width: 19.5625rem;
     text-align: center;
     background-color: #347ebc;
     text-indent: 0rem;
}
.img{
	width: 100%;
	position: absolute;
    left: 0;
    right: 0;
	margin: 0 auto;
    z-index: -1;
}
.wel{
	width: 375px;
	height: 35px;
	color: #347ebc;
    font-size: 1.5rem;
    position: absolute;
    top: 2rem;
    text-align: center;
}
input{
	 border-bottom:0.0625rem solid #347ebc;
     height: 2.5625rem;
     width: 15.8125rem;
     text-indent: 3.125rem;
     outline:none;
}
.user input,
.imgcode input,
.password input{
     text-indent: 0.75rem;
}
.user{
	 position: absolute;
     top: 5rem;
     left: 2rem;
     display: flex;
	
}
.imgcode{
	 position: absolute;
     top: 8.8rem;
     left: 2rem;
     display: flex;
}
.rem{
	 position: absolute;
     top: 12.5rem;
     right: 16.5rem;
     border: none;
     color: #323333;
}
.rem input{
	width: 0.8125rem;
}
/* 仅作用于 Login.aspx（管理人员登录，body.login-mgr），不影响 UserLogin.aspx / LoginUP.aspx
   该页不含 .imgcode，各元素按盒模型自上而下排布（用户项 5rem=80px，输入框行高 41px）：
     用户项   80px  ~ 121px
     密码项  136px  ~ 177px   （距用户项底 15px）
     记住密码 192px  ~ 207px   （距密码项底 15px，行高 15px）
     登录按钮 222px            （距记住密码底 15px）
*/
.login-mgr .password{
     top: calc(5rem + 56px);
}
.login-mgr .rem{
     top: calc(5rem + 112px);
     left: 2rem;
     right: auto;
     display: flex;
     align-items: center;
}
/* 全局 input 规则会让复选框变成 41px 高、带下边框、50px 缩进，此处还原为常规复选框 */
.login-mgr .rem input{
     width: 15px;
     height: 15px;
     border: none;
     text-indent: 0;
     margin: 0 4px 0 0;
     flex: none;
}
.login-mgr .rem #reb{
     /* 基础样式 #reb 带有 margin-top:-33px; margin-left:20px（原为绝对定位布局设计），
        在 flex 下会把文字上推 33px 导致与复选框错位，此处必须重置 */
     margin: 0;
     font-size: 11px;
     line-height: 1;
}
.login-mgr .btn{
     top: calc(5rem + 142px);
     left: 2rem;
}
/* 中环服务协议 与 下载驱动 同一水平线（协议居左、下载驱动居右）：
     协议/驱动行 273px ~ 288px（距登录按钮底边 10px，行高 15px） */
.login-mgr .fg-agree-bottom{
     position: absolute;
     top: calc(5rem + 193px);
     left: 2rem;
     right: 2rem;
     display: flex;
     align-items: center;
     justify-content: space-between;
     color: #323333;
}
.login-mgr .fg-agree-bottom input{
     width: 15px;
     height: 15px;
     border: none;
     text-indent: 0;
     margin: 0 4px 0 0;
     flex: none;
}
.login-mgr .fg-agree-bottom label{
     font-size: 10px;
     line-height: 1;
     white-space: nowrap;
}
.login-mgr .fg-agree-bottom label a{
     font-size: 10px;
     text-decoration: none;
     color: #347ebc;
}
.login-mgr .fg-agree-bottom .agree{
     display: flex;
     align-items: center;
     min-width: 0;
}
.login-mgr .fg-agree-bottom > a{
     font-size: 11px;
     line-height: 1;
     white-space: nowrap;
     flex: none;
}
/* 白色背景缩短：底边 = 协议/驱动行底边 288px + 20px */
.login-mgr .bg{
     height: 308px;
}
/* 下载中心：与管理人员登录右对齐，距上 10px（21.8rem + 行高15px + 10px） */
.fg{
	 position: absolute;
     top: calc(21.8rem + 25px);
     left: 2rem;
     right: 2rem;
     border: none;
     color: #323333;
     text-align: right;
}
/* .wrap 默认 margin:0 auto 会居中，下载中心需要靠右 */
.fg .wrap{
	 margin-left: auto;
     margin-right: 0;
}
/* 中环服务协议 左对齐，管理人员登录 右对齐（同一行两端对齐） */
.fg-agree{
	 position: absolute;
     top: 21.8rem;
     left: 2rem;
     right: 2rem;
     height: 15px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     flex-wrap: nowrap;
     border: none;
     color: #323333;
}
.fg-agree > a{
	 font-size: 11px;
     line-height: 1;
     text-decoration: none;
     color: #347ebc;
     white-space: nowrap;
     flex: none;
}
.fg-agree .agree{
	 display: flex;
     align-items: center;
     min-width: 0;
}
.fg-agree input{
	 width: 15px;
     height: 15px;
     border: none;
     text-indent: 0;
     flex: none;
}
.fg-agree label{
	 font-size: 10px;
     line-height: 1;
     margin-left: 4px;
     white-space: nowrap;
}
.fg-agree label a{
	 font-size: 10px;
     text-decoration: none;
     color: #347ebc;
}
#yonghu{
	border-bottom:1px solid #347ebc;
	height: 41px;
	line-height: 41px;
	width: 3.75rem;
	flex: none;
	text-align: left;
}
#reb{
	margin-top: -33px;
	margin-left: 20px;
	font-size: 11px;
}

@media (min-width:1201px) and (max-width:1500px){
	.gyl{
		width: 420px;
    	font-size: 60px;
    	top: 16%;
    }
}
@media (min-width:800px) and (max-width:1200px)

{
   .bg{
        width: 355px;
	    height: 410px;
    }
    .login-mgr .bg{
        height: 308px;
    }
    .login-mgr .fg-agree-bottom{
        left: 1rem;
        right: 1rem;
    }
    .gyl{
    	font-size: 50px;
    }
   .wel{
   	   width: 355px;
   } 
    .user{
    	top: 5rem;
        left: 1rem;
    }
    .imgcode{
    	top: 8.5rem;
        left: 1rem;
    }
    .password{
    	top: 12rem;
        left: 1rem;
    }
    input{
    	
        width: 15.8125rem;
    }   
    .rem{
	    top: 11rem;
        right: 14.3rem;
    }
    .fg{
	    top: calc(20.8rem + 25px);
        left: 1rem;
        right: 1rem;
    }
    .fg-agree{
	    top: 20.8rem;
        left: 1rem;
        right: 1rem;
    }
    .btn{
    	top: 18rem;
        left: 1rem;
        width: 19.5625rem;
    }
   
}
