/*公共调用*/


@import url("/public/css/iconfont/iconfont.css");
@import url("/public/css/public/public.css");


/*@import url("/lhwy.2019.11.13/public/Lmenu/Lmenu.css");*/

/* 菜单导航栏 */
.box_bg {
	width: 100%;
	height: 100%;
	position: fixed;

}

.box_img {
	background: url(/public/images/template/login/bgimage.png) no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.head2 {
	height: 80px !important;
	width: 100%;
}

.logo2 {
	width: 104px;
	height: 26px;
}

.title2 {
	margin-left: 40px;
}

.title2 a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(135, 141, 175, 1);
	line-height: 36px;
	padding: 20px;
}

.cur_new {
	color: #FFFFFF !important;
}

img {
	width: 100%;
	height: 100%;
}

/* header {
	display: flex;
	align-items: center;
	margin-left: 63px;
	margin-top: 42px;
}
 */
header .l_logo {
	display: block;
	width: 178px;
	height: 44px;
}

header .l_back {
	font-size: 16px;
	color: #999;
	margin-left: 63px;
	display: flex;
	align-items: center;
}

header .l_back img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.l_box {
	/* width: 100%;
	height: calc(100% - 107px); */
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 548px;
	min-height: 551px;
	/* background: rgba(0, 0, 0, 0.65); */
	border-radius: 4px;
	position: absolute;
	right: 223px;
	top: 134px;
	z-index: 99;
}

.l_box>form {
	display: flex;
	/* width: 880px; */
	min-height: 551px;

}

.l_box>form>div:first-child {
	width: 338px;
	height: 551px;
}

.l_box>form>div:last-child {
	width: 548px;
	/* min-height: 551px; */
	height: calc(100% - 107px);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	border-radius: 12px;
	padding-bottom: 37px;
}

.l_inp>div {
	width: 420px;
}

.l_inp .l-img {
	width: 153px;
	height: 43px;
	margin-top: 45px;
	margin: 20px 0;
}

.l_bot {
	margin-bottom: 20px;
}

.l_form {

	width: 420px;
	height: 56px;
	border: 1px solid #E7E7E7;
	border-radius: 8px;
	position: relative;
}

.l_form>span {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	width: 96px;
	height: 40px;
	background: #108EE9;
	border-radius: 20px;
	position: absolute;
	right: 20px;
	top: 8px;
}

.l_form input {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	font-size: 16px;
	text-indent: 20px;
}

.l_color1 {
	color: #108EE9;
}

.l_color2 {
	color: #999;
}

.l_tab {
	display: flex;
	justify-content: flex-start;
	color: #999;
	margin-top: 50px;
	margin-left: 67px;
}

.l_tab>span {
	margin-right: 30px;
	cursor: pointer;
}

.l_tab .l_color1::after {
	content: "";
	display: block;
	width: 68px;
	margin: 10px auto 0;
	height: 3px;
	background: #108EE9;
	border-radius: 2px;
}

.ll_tab {
	display: flex;
	justify-content: flex-start;
	color: #999;
	margin-top: 50px;
	margin-left: 67px;
}

.ll_tab>span {
	margin-right: 30px;
	cursor: pointer;
}

.ll_tab .l_color1::after {
	content: "";
	display: block;
	width: 108px;
	margin: 10px auto 0;
	height: 3px;
	background: #108EE9;
	border-radius: 2px;
}

.l_qqwx {
	margin-left: 67px;
	margin-right: 67px;
	margin-top: 150px;
}

.l_qqwx .l_wx {
	width: 27px;
	height: 22px;
	margin: 0 18px;
}

.l_qqwx .l_qq {
	width: 19px;
	height: 20px;
}

.ll_qqwx {
	margin-left: 67px;
	margin-right: 67px;
	margin-top: 34px;
}

.ll_qqwx .l_wx {
	width: 27px;
	height: 22px;
	margin: 0 18px;
}

.ll_qqwx .l_qq {
	width: 19px;
	height: 20px;
}


.l_check {
	display: flex;
	align-items: center;
	margin-bottom: 22px;

	margin-right: 60px;
}

.ll_check {
	display: flex;
	align-items: center;
	align-items: center;
	margin-right: 60px;
	margin: 0 auto 22px auto;
}

.l_check>input {
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	margin-right: 6px;
}

.l_bnt {
	display: flex;
	justify-content: center;
}

.l_bnt {
	width: 420px;
	height: 56px;
	background-color: #108EE9;
	border-radius: 8px;
	color: #fff;
	margin: 0 auto;
	line-height: 56px;
}

.ll_bnt {
	width: 420px;
	height: 56px;
	background-color: #108EE9;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	line-height: 56px;
}

.magin_150px {
	margin-top: 150px;
}

.p_body {
	background-color: #F5F5F5;
	width: 100%;
	height: 100%;
}

.p_header {
	width: 100%;
	height: 80px;
	background-color: #fff;
}

.p_header>div {
	height: 80px;
}

.p_header_left>a:first-child {
	width: 104px;
	height: 26px;
	display: block;
	margin-right: 40px;
}

.magin_37px {
	margin-left: 37px;
}

.p_form {
	width: 1000px;
	height: 595px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 8px;
	margin: 20px auto;
}

.p_form>form {
	margin-left: 195px;
	margin-top: 60px;
}

.p_form>form>div {
	margin-bottom: 20px;
}

.p_form>form>div>i {
	display: block;
	width: 72px;
	color: #000;
	font-size: 16px;
	margin-right: 20px;
}

.p_tip img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.p_tip {
	width: 100%;
	border-bottom: 1px solid #EFEFEF;
	color: #222;
	margin: 0 20px;
	padding: 20px 0;
}

.magin_35px {
	margin-top: 35px;
}

.p_copy {
	margin-top: 151px;
	font-size: 14px;
	text-align: center;
	color: #999999;
	line-height: 50px;

}


.banner_search {
	position: relative;
}

.banner_index {
	width: 100%;
	height: 1000px;
}

/* 登录框 */
.mylogin {
	width: 288px;
	min-height: 297px;
	background: rgba(0, 0, 0, 0.65);
	border-radius: 4px;
	position: absolute;
	right: 223px;
	top: 134px;
	z-index: 99;
}

.p1 {
	padding-top: 35px;
	margin-bottom: 25px;
}

/* 扫码登录 */
.tab_login {
	background: url(/public/images/index/login.png) no-repeat;
	position: absolute;
	/*  */
	background-position: -260px -260px;
	width: 60px;
	height: 60px;
	display: block;
	top: 0;
	right: 0;
	cursor: pointer;
	border-radius: 0 12px 0 0;
}

.login a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}
.posi {
	position: relative;
}

.logo_f {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 99;
	top: 30px;
	left: 40px;
	background-position: center;
}
.logo_f img {
	width: 100%;
	height: auto;
}
.tab_box {
	margin: 0 auto;
}

.read_1 {
	width: 420px;
	height: 56px;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	display: flex;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	/* color: #CCCCCC; */
}

.no {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;

}

/*模态框*/
.modal {
	position: fixed;
	/* 根据浏览器定位 */
	display: none;
	/* 默认隐藏 */
	left: 0;
	top: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(127, 127, 127, 0.5);
	overflow: auto;
	/* 允许滚动 */

}

.modal-content {
	position: absolute;
	z-index: 1;
	/* 放在顶部 */
	width: 800px;
	height: 800px;
	background-color: #ffffff;
	border-radius: 10px;
	margin-left: 500px;
	top: 110px;
}

.submit_cc {
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
	padding-right: 20px;
}

.fork {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.read_2 {
	width: 400px;
	height: 66px;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 85px;
}

.submi {
	width: 128px;
	height: 48px;
	background: #108EE9;
	border-radius: 12px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 85px;
}

/* 同意协议 */
.submit {
	width: 168px;
	height: 66px;
	background: #108EE9;
	box-shadow: 0px 6px 12px 0px rgba(16, 142, 233, 0.3);
	border-radius: 12px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;

}

.sub {
	/* position: absolute; */
	/* bottom: 100px;
	left: 315px; */
	margin: auto;
	display: flex;
	justify-content: center;
	margin-top: 600px;
}
