body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	min-width: 1200px;
	min-height: 650px;
}
.d1{
	display: flex;
	border-radius: 10px;
	border: none;
	height: 40%;
	width: 35%;
	background-color: #161212;
	margin: 0 auto;
	box-shadow: 0 0 60px #303845;
}

.d2{
	width: 50%;
	height: 100%;
	float: left;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 9px;
	background: url('/public/img/l-bg2.png') no-repeat;
	background-color: #064AC4;
	background-position: 35px 100px;
	border: none;
}
.d3{
	width: 60%;
	height: 100%;
	float: left;
	background-color: #1B1C21;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 9px;
	border: none;
}
.d4{
	/*height: 80%;*/
	width: 40%;
	/*float: left;
	background-size: 1100px 100%;
	background-position: -20px 18px;
	position: relative;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: none;
	top: -180px;*/
}
.c0{
	width: 20%;
	height: 0%;
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
.c1{
	background: url('/public/img/l-slogo.png') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}
.en_c1{
	background: url('/public/img/en_logo.png') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}
.s1{
	width: 100%;
    height: 40px;
    color: white;
    font-size: 20px;
    float: left;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 1px;
    font-weight: 600;
}
.s2{
	width: 380px;
	height: 30px;
	color: white;
	font-size: 14px;
	float: left;
	text-align: right;
	font-weight: 500;
	letter-spacing: 1px;
}
.s3{
	position:relative; 
	height: 30px;
	width: 80%;
	margin: 0 auto;
	float: left;
	margin-top: 20px;
	margin-left: 10%;
	margin-right: 10%;
}
.s4{
	width: 380px;
	float: left;
	margin-top: 25px;
	margin-left: 30%;
}
.s4>a{
	display: block;
	float: left;
	height: 35px;
	width: 35px;
	background-color: white;
	margin-left: 25px;
	border-radius: 35px;
	cursor: pointer;
}
.s4>a:nth-child(1){
	margin-left: 120px;
}
.sput{
	border: none;
	outline: none;
	height: 30px;
	width: 100%;
	background-color: white;
	border-radius: 2px;
	text-indent: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	color: black!important;
}
.sbtn{
	float: center;
	height: 30px;
	width: 90px;
	border: none;
	margin-left: 15px;
	outline: none;
	margin-top: 2px;
	border-radius: 5px;
	color: white;
	background-color: #D65252;
	cursor: pointer;
	letter-spacing: 1px;
	text-align: center;
	/*box-shadow: 0 0 5px #D65252;*/
	font-weight: 500;
}
.sbtn:hover{
	border: none;
	opacity: 0.8;
}

.home {
	background-image: url(/images/home.png);
	float:left;
	background-size: 50px 50px;
	background-repeat: no-repeat;
}

.user{
	background-image: url(/images/l-uname.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 210px 4px;
}
.pwd{
	background-image: url(/images/l-pwd.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 212px 6px;
}
body {
	background: -webkit-linear-gradient(left top, #1B1C21, #1c1e29bf);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #1B1C21, #1c1e29bf);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #1B1C21, #1c1e29bf);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #1B1C21, #1c1e29bf);
	/* 标准的语法 */
}
.s5{
	margin-top: 10px;
	float: left;
	height: 20px;
	border-radius: 25px;
	width: 100%;
	margin-left: 10%;
	/*background-color: #4282DD;
	box-shadow: 0px 0px 10px #0C44A4;*/
	padding: 0 8px;
}
.s5>span{
	color: white;
	font-weight: 200;
	font-size: 11px;
	line-height: 20px;
	display: block;
	/*text-indent: 10px;*/
	float: left;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}
.overflowtxt{
	max-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ver{
	/*width: 185px;*/
	height: 25px;
	text-align: left;
	text-indent: 0px!important;
	}
.phone{
	font-size: 13px;
	text-align: left;
	text-indent: 0px!important;
}
.dcode{
	height: 80%;
	width: 100%;
	float: none;
	margin:  0 auto;
	margin-left: 8%;
	margin-top: 10%;
}

.dcode_right{
	width: 50%;
	float: left;
	margin-top: -80px;
}
.dcode_right>a{
	display: block;
	float: left;
	height: 35px;
	width: 35px;
	background-color: white;
	margin-left: 100px;
	border-radius: 35px;
	cursor: pointer;
}
.dcode_right>a:nth-child(1){
	margin-left: 250px;
}
.dimg {
	margin: 0 auto;
	height: 90%;
	width: 100%;
	margin-top: 0px;
	z-index: 100;
	background-image: url(/images/wechat_code.jpg);
	background-size: 85% 85%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.dtxt {
	font-size: 13px;
	text-align: center;
	letter-spacing: 3px;
	margin-top: -10%;
	color: white;
}


.top{
	height: 20%;
}
@media screen and (max-height:900px){
 .top {
  	height: 20%;
  }
}
@media screen and (max-height:700px){
 .top {
  	height: 20px;
  }
}
.g_lang{
	/*background-image: url('/public/img/en.png');*/
	float: right;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	margin-right: 20px;
	margin-top: 20px;
}


.d11{
	display: flex;
	border-radius: 10px;
	border: none;
	height: 40%;
	width: 25%;
	background-color: #656565;
	margin: 0 auto;
	box-shadow: 0 0 60px #303845;
}

.d31{
	width: 100%;
	height: 100%;
	float: left;
	background-color: #656565;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 9px;
	border: none;
}

.s31{
	position:relative; 
	height: 30px;
	width: 30%;
	margin: 0 auto;
	float: left;
	margin-top: 10%;
	margin-left: 30%;
	margin-right: 10%;
}

.s41{
	width: 380px;
	float: left;
	margin-top: 25px;
	margin-left: 39%;
}