body {
	background-color: #f2f3f5 !important;
}
#login {
	padding: 40px 0;
}
/*.headmenu {
	background-color: #204066;
}*/
.topH {
	width: 100%;
	height: 100px;
	position: relative;
}
.showbox {
	width: 85%;
	margin: 0 auto;
}
.form_con {
	margin-bottom: 30px;
}
.form_con .form-content {
	width: 100%;
	position: relative;
	padding: 50px 56px 60px;
	background-color: #fff;
	border-radius: 6px;
}
.form_con .switchbox {
	position:absolute;
	right:0;
	top:0;
	height:80px;
}
.form_con .switchbox > img {
    width:80px;
    height:80px;
    cursor:pointer;
}
.form_con .switchbox .text {
    position:relative;
    padding: 4px 8px;
    border-radius: 2px;
    font-size:14px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Light; */
	font-weight: 300;
	color: #0193d2;
	letter-spacing: 1px;
    cursor:pointer;
}
.form_con .switchbox .text, .form_con .switchbox .text:after {
    background:#edf4ff;
    border:1px solid #0193d2
}
.form_con .switchbox .text:after {
    content:"";
    position:absolute;
    top:50%;
    right:-3px;
    transform:translateY(-50%) rotate(45deg);
    width:4px;
    height:4px;
    border-left:0;
    border-bottom:0;
}
.form_con .form-tit {
	width: 100%;
	font-size: 26px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #000;
	line-height: 37px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.form_con .form-box {
	width: 100%;
}
.form_con .form-box .group {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.form_con .form-box .group .label {
	width: 145px;
	font-size: 18px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Light; */
	font-weight: 300;
	color: #666;
	line-height: 36px;
	letter-spacing: 1px;
}
.form_con .form-box .group .hr {
	margin: 0 10px;
	width: 1px;
	height: 40px;
	background-color: #ddd;
}
.form_con .form-box .group .inp {
	flex: 1;
}
.form_con .form-box .group .inp input {
	width: 100%;
	font-size: 18px;
}
.form_con .form-box .group .icon {
	font-size: 26px;
}
.form_con .form-box .group.codes .label a {
	display: inline-block;
	width: 100%;
	text-align: right;
	font-size: 18px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Light; */
	font-weight: 300;
	color: #666;
	line-height: 36px;
	letter-spacing: 1px;
}
.form_con .form-box .group.codes .label a.disabled {
	opacity: 0.5;
}
.form_con .form-box .group .tip {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: -20px;
	color: #d40000;
	font-size: 12px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Light; */
	font-weight: 300;
	text-align: right;
}
.form_con .other {
	width: 100%;
	margin-bottom: 20px;
}
.form_con .other a {
	font-size: 16px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Light; */
	font-weight: 300;
	color: #ddd;
	line-height: 32px;
	letter-spacing: 1px;
}
.form_con .btns {
	width: 100%;
	margin-bottom: 20px;
}
.form_con .btns .btn {
	width: 100%;
	height: 48px;
	border-radius: 6px;
	background-color: #0193d2;
	color: #fff;
	font-size: 20px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Light; */
	font-weight: 300;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.form_con .btns .btn:hover {
	background-color: #204066;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.form_con .link {
	width: 100%;
	text-align: right;
}
.form_con .link a {
	font-size: 16px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #0193d2;
	line-height: 32px;
	letter-spacing: 1px;
}
.form_con .link a .icon {
	font-size: 20px;
}
.form_con .qrcodebox {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
.form_con .qrcodebox img {
	width: 160px;
	height: 160px;
}
.form_con .downbox {
	width: 100%;
}
.form_con .downbox .chkbox {
	font-size: 16px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Light; */
	font-weight: 300;
	color: #999;
	letter-spacing: 1px;
}
.form_con .downbox .chkbox input {
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-right: 6px;
}
.form_con .downbox .chkbox span {
	color: #0193D2;
}
.form_con .downbox .linkbox {
	font-size: 16px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #999;
	line-height: 32px;
	letter-spacing: 1px;
}
.form_con .downbox .linkbox a {
	color: #0193d2;
}

.listbox .contentBox {
	width: 100%;
	padding: 40px 0;
	background-color: #fff;
	border-radius: 6px;
}
.listbox .contentBox .list-tit {
	width: 100%;
	text-align: center;
	font-size: 26px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #000;
	line-height: 36px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.listbox .contentBox .list-text {
	width: 100%;
	text-align: center;
	font-size: 18px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Light; */
	font-weight: 300;
	color: #000;
	line-height: 36px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.listbox .contentBox .list-more {
	width: 100%;
	text-align: center;
}
.listbox .contentBox .list-more a {
	font-size: 14px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #0193d2;
	line-height: 36px;
	letter-spacing: 1px;
}
.listbox .contentBox .con {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	margin: 0 auto;
}
.listbox .contentBox .con .group {
	width: 65px;
	height: 65px;
	border-radius: 20px;
	background-color: #fff;
	margin: 12px 9px;
	box-shadow: 0 0 12px 4px rgba(189, 189, 189, 0.27);
}
.listbox .contentBox .con .group .ibox {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	border-radius: 20px;
}




/*兼容移动端样式*/
#login.m-mobile {
	padding: .4rem 0;
}
.m-mobile .showbox {
	width: 100%;
}
.m-mobile .form_con {
	padding: 0;
}
.m-mobile .form_con .form-tit {
	font-size: .48rem;
	margin-bottom: .4rem;
}
.m-mobile .form_con .form-content {
	padding: .4rem .48rem .4rem;
}
.m-mobile .form_con .form-box .group .label {
	display: none;
}
.m-mobile .form_con .form-box .group {
	margin-bottom: .4rem;
}
.m-mobile .form_con .btns .btn {
	height: .96rem;
	line-height: .96rem;
	font-size: .4rem;
	box-sizing: content-box;
	padding: 0;
}
.m-mobile .listbox {
	padding: 0;
}
.m-mobile .listbox .contentBox .list-tit {
	font-size: .4rem;
	margin-bottom: 0;
}
.m-mobile .listbox .contentBox .list-text {
	font-size: .36rem;
	margin-bottom: 0;
}
.m-mobile .listbox .contentBox .con .group {
	width: 2.133333rem;
	height: 2.133333rem;
}

.m-mobile .form_con .form-box .group .hr {
	display: none;
}
.m-mobile .form_con .downbox {
 	-webkit-box-orient: vertical;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.m-mobile .form_con .downbox .linkbox {
	width: 100%;
	text-align: right;
}



