* {
	padding: 0;
	margin: 0;
	font-family: 微软雅黑;
	list-style: none;
	text-decoration: none;
}

html {
	font-size: 10px;
}

body {
	background: #f7f7f7;
}

/* 顶部 */
.nav {
	background: #898989;
	height: 50px;
	width: 100%;
}

.navMain {
	width: 88%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	/* Safari */
	justify-content: space-between;
}

.nav_left {
	flex-grow: 0;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
}

.nav_left a {
	color: #fff;
}

.nav_left a i {
	font-size: 16px;
	margin-right: 5px;
}

.nav_left span {
	margin-left: 1rem;
}

.nav_left span.out_login {
	margin-left: 2.6rem;
	cursor: pointer;
}
.nav_left span.out_login:hover{
	opacity: 0.8;
}

.nav_left img {
	height: 40px;
	width: auto;
	margin: 5px 0;
}

.nav_right {
	flex-grow: 1;
	position: relative;
}

.nav_right ul {
	display: flex;
	display: -webkit-flex;
	/* Safari */
	justify-content: flex-end;
	align-items: center;
}

.nav_right ul li {
	text-align: right;
	margin-left: 8rem;
	color: #fff;
	font-size: 1.8rem;
	height: 50px;
	line-height: 50px;
	position: relative;
}

.nav_right ul li a {
	color: #fff;
}

.nav_right ul li img {
	height: 2.6rem;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	top: 0.6rem;
	vertical-align:baseline;
}

.search {
	width: 0;
	height: 0;
	background: #fff;
	position: absolute;
	top: 0;
	/* left: 24rem; */
	right: 0;
	z-index: 99;
	/* display: none; */
	transition: all 0.65s;
	overflow: hidden;
}

.search_top {
	height: 50px;
	background: #C30D23;
	color: #fff;
	line-height: 50px;
	font-size: 16px;
	text-align: left;
}

.search_top span {
	display: inline-block;
	width: 16%;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.search_top span i {
	position: absolute;
	bottom: -8px;
	left: 40%;
	font-size: 26px;
	opacity: 0;
}

.search_top span.active i {
	opacity: 1;
}

.search_close {
	float: right;
	margin: 9px 20px;
	cursor: pointer;
	width: 16px;
	height: 16px !important;
	top: 0;
}

.search_main {
	display: none;
	text-align: left;
}

.search_main.yesMain {
	display: block;
}

.search_input {
	width: 86%;
	margin-left: 7%;
	margin-top: 60px;
	border-bottom: 1px solid #C30D23;
	padding-bottom: 5px;
	font-size: 14px;
	position: relative;
	line-height: 0;
	height: 20px;
}

.search_input select {
	border: none;
	outline: none;
}

.search_input input {
	border: none;
	outline: none;
	max-width: 60%;
	margin-left: 10px;
}

.search_input button {
	border: none;
	outline: none;
	background: none;
	color: #C30D23;
	cursor: pointer;
	float: right;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	right: 0;
}

.search_input img {
	position: relative;
	top: 2px;
}

.nav_right ul li .search_input img {
	width: 17px;
	height: 16px;
	float: left;
	top: 3px;
}

.en_cn{
	cursor: pointer;
}
.en_cn div{
	background: #f5f5f5;
	line-height: 32px;
	text-align: center;
	position: absolute;
	right: -7px;
	width: 100%;
	padding: 6px 0;
	display: none;
}
.nav_right ul li.en_cn a{
	color: #333;
	font-size: 14px;
}
.nav_right ul li.en_cn a:hover{
	color: #c30d23;
}

/* 导航 */
.header {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #fff;
	box-shadow: 0 2px 6px #eee;
}

.header_box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.header_left img {
	height: 5.6rem;
	margin-top: calc((80px - 4.6rem)/2);
	vertical-align: baseline;
}

.header_right ul {
	display: flex;
	justify-content: flex-end;
}

.header_right ul li {
	margin-left: 8rem;
}

.header_right ul li a {
	/* font-size: 1.8rem; */
	font-size: 17px;
	font-weight: 600;
	color: #333;
}

.header_right ul li a:hover {
	color: #cc9657;
}

/* 会员首页 */
.member {
	width: 1200px;
	margin: 3rem auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.member_left {
	background: #fff;
	padding: 40px 87px;
}

.member_left h2 {
	font-size: 18px;
	margin-bottom: 2rem;
	color: #333;
}

.member_left li {
	height: 50px;
	line-height: 50px;
	position: relative;
}

.member_left li a {
	font-size: 16px;
	color: #333;
}

.member_left li.on a {
	color: #cc9657;
	font-weight: 600;
}

.member_left li a:hover {
	color: #cc9657;
}

.member_left li a i {
	position: absolute;
	left: -15px;
	top: 15px;
	font-size: 20px;
	display: none;
}

.member_left li.on a i {
	display: block;
}

.member_left li a:hover i {
	display: block;
}

.member_right {
	width: 908px;
}

.member_basic {
	height: 280px;
}
.member_left_phone_close>h2{
    font-weight: bold !important;
}

.member_basic .basic_left {
	width: 280px;
	height: 280px;
	background: url(../img/big_img.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
	font-size: 14px;
	box-shadow: 3px 0 5px #ddd;
	float: left;
}

.member_basic .basic_left img {
	margin-top: 43px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #fff;
}

.member_basic .basic_left h3 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
}

.member_basic .basic_right {
	width: calc(908px - 280px);
	height: 260px;
	margin-top: 20px;
	overflow: hidden;
	background: #fff;
	float: left;
	box-shadow: 2px 2px 10px #ddd;
}

.basic_right h3 {
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #e0e0e0;
	padding-left: 46px;
	color: #333;
}

.basic_right ul {
	display: flex;
	justify-content: space-around;
}

.basic_right ul li {
	text-align: center;
	font-size: 14px;
	color: #333;
}

.basic_right ul li h4 {
	font-size: 20px;
	line-height: 60px;
	margin-top: 34px;
}

.basic_right ul li p {
	margin-bottom: 20px;
}

.basic_right ul li span {
	color: #cc9657;
	cursor: pointer;
}

.basic_right ul li span img {
	margin-right: 4px;
	position: relative;
	top: 3px;
}

.member_message {
	width: 100%;
	background: #fff;
	clear: both;
	margin-top: 2rem;
	position: relative;
}

.member_message h3 {
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #e0e0e0;
	padding-left: 46px;
	color: #333;
}

.member_message p {
	width: calc(100% - 46px*2);
	margin-left: 46px;
	line-height: 50px;
	font-size: 14px;
}

.member_message .message_box {
	padding: 30px 0;
}

.member_message input {
	border: none;
	outline: none;
	background: none;
	font-size: 14px;
	color: #666666;
	margin-left: 4px;
	border-radius: 4px;
	padding-left: 10px;
}

.member_message.active input {
	border: 1px solid #ddd;
}

.member_message .web_blue input {
	color: #2466c7;
}
.member_message .web_blue i {
	color: #2466c7;
	font-weight: 500;
}

.member_message .copy {
	color: #cc9657;
	margin-left: 3rem;
	cursor: pointer;
}

.member_message .message_amend {
	position: absolute;
	top: 15px;
	right: 46px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.member_message .message_amend img {
	position: relative;
	top: 3px;
	margin-right: 4px;
	width: 16px;
	height: 16px;
}

.member_message .message_save {
	width: 60px;
	height: 32px;
	line-height: 32px;
	border-radius: 6px;
	background: #C30D23;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	position: absolute;
	right: 46px;
	top: 10px;
	cursor: pointer;
	display: none;
}

.member_message.active .message_amend {
	display: none;
}

.member_message.active .message_save {
	display: block;
}


/* 会员信息 */
.checkbox {
	display: flex;
}

.checkbox01 input[type=radio]+label::before {
	content: "\a0";
	display: inline-block;
	vertical-align: 2px;
	width: 9px;
	height: 9px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #ccc;
	text-indent: 2px;
	line-height: .65;
	padding: 3px;
	position: relative;
	top: 2px;
}

.checkbox01 input[type="radio"]:checked+label::before {
	background-color: #C30D23;
	border-color: #C30D23;
	padding: 3px;
	background-clip: content-box;
}

.checkbox01 input[type='radio'] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: auto;
	height: auto;
}

.member_right_box {
	background: #fff;
	position: relative;
}

.member_right_box h3 {
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #e0e0e0;
	padding-left: 46px;
	color: #cc9657;
	font-weight: 600;
}

.member_form li input[type="text"] {
	width: 46rem;
	height: 4rem;
	min-height: 32px;
	border-radius: 4px;
	border: 1px solid #ddd;
	outline: none;
	padding: 0 2rem;
	font-size: 14px;
	color: #666;
}

.member_form li input[type="password"] {
	width: 46rem;
	height: 4rem;
	min-height: 32px;
	border-radius: 4px;
	border: 1px solid #ddd;
	outline: none;
	padding: 0 2rem;
	font-size: 14px;
	color: #666;
}

.member_form li {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-top: 3%;
}

.member_form.max_form li {
	margin-top: 5%;
}

.member_form li label {
	display: inline-block;
	width: 120px;
	text-align: right;
	margin-left: 3rem;
	margin-right: 10px;
}

.member_form li label b {
	color: #C30D23;
	font-size: 16px;
	margin-right: 4px;
}

.member_form li .member_img {
	width: auto;
	height: 80px;
}
#zsImg{
	display: flex;
	position: relative;
	width: 68%;
}
.member_imgs{
	height: 80px;
}
#zsImgMain{
	display: flex;
	min-height: 80px;
	width: auto;
	flex-flow: wrap;
}
#zsImgMain span{
	display: inherit;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
	height: 80px;
}
#zsImgMain span img{
	height: 100%;
	width: auto;
}
#zsImgMain span b{
	position: absolute;
	top: -2px;
	right: 2px;
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
	color: #333;
}
#zsImgMain span b:hover{
	color: #C30D23;
}

.member_form.max_form li.change label span{
	color: red;
	font-weight: 600;
}
.member_form.max_form li.change input{
	width: 20rem;
	margin-right: 20px;
}
.member_form.max_form li.change button{
	width: calc(18rem - 3px);
	background: none;
	color: #cc9657;
	font-size: 14px;
	height: 4rem;
	min-height: 32px;
	border: none;
	margin-top: 0;
	border-radius: 4px;
	cursor: pointer;
}
.member_form.max_form li.change button.getCode:hover{
	background: #f5f5f5;
}
.member_form.max_form li.change button.on{
	background: #F5F5F5;
	cursor: default;
	color: #333;
}



.member_form li .touxiang{
	position: relative;
	cursor: pointer;
}
.member_form li .touxiang span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: rgba(195,13,35,0.6);
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.member_form li .touxiang:hover span{
	background: rgba(195,13,35,0.8);
}
.member_form li .checkbox01 label {
	width: auto;
	color: #666;
}

.member_dizhi select {
	width: 16.4rem;
	height: 4rem;
	min-height: 32px;
	padding-left: 1rem;
	border: 1px solid #ddd;
	outline: none;
	border-radius: 4px;
	color: #666;
}

.member_form li .form_btn {
	width: 200px;
	height: 40px;
	background: #cc9657;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	margin: 1rem 0 3rem 0;
	cursor: pointer;
}

.member_form li .p{
    margin: 1rem 0 3rem 0;
    color: red;
    margin-left: 20px;
}

.member_form li .layui-upload-file{
	display: none;
}

/* 积分充值 */
.form_pay .integral_txt {
	width: 70%;
	color: #888;
}

.form_pay .checkbox label img {
	border: 1px solid #ddd;
	padding: 8px 24px;
}

.form_pay .checkbox01 input[type=radio]+label::before {
	top: -13px;
	left: -6px;
}

.member_form.form_pay li {
	align-items: flex-start;
	margin-bottom: 58px;
}

.member_form.form_pay li .checkbox label {
	margin-left: 6px;
	margin-right: 50px;
}

.member_form.form_pay li input[type="text"] {
	width: 475px;
	padding: 0 20px;
}

.member_form.form_pay li.money .money_box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 60.5%;
}

.member_form.form_pay li.money .money_box div {
	width: 162px;
	height: 40px;
	border: 1px solid #ddd;
	text-align: center;
	margin-right: 11px;
	margin-bottom: 11px;
	font-size: 12px;
	color: #999;
	cursor: pointer;
}

.member_form.form_pay li.money .money_box div p {
	font-size: 14px;
	color: #333;
	margin-top: 2px;
}

.member_form.form_pay li.money .money_box div.active {
	border: 1px solid #C30D23;
	color: #C30D23;
}

.member_form.form_pay li.money .money_box div.active p {
	font-weight: 600;
	color: #C30D23;
}

.member_right.witer {
	background: #fff;
}

.member_form.form_pay li .money_num {
	color: #C30D23;
}
.member_form.form_pay li .jifen_num {
	color: #C30D23;
}
.member_form.form_pay li.pay_li span{
	margin-right:16px;
}


/* 充值弹窗 */
.tan{
	opacity: 0;
}
.tan_yes{
	display: none;
}
.tan,
.tan_yes {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 99;
	/* display: none; */
}

.tan .tanMain,
.tan_yes .tanMain {
	width: 40rem;
	height: 43rem;
	min-width: 300px;
	min-height: 330px;
	background: #fff;
	margin: 15% auto;
	border-radius: 5px;
	position: relative;
	text-align: center;
}

.tan .tanMain .close,
.tan_yes .tanMain .close {
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	top: -36px;
	right: -30px;
	color: #ddd;
}

.tan .tanMain img {
	width: 90%;
	margin: 5% auto 3% auto;
}

.tan .tanMain .zhifu {
	font-size: 14px;
	margin-bottom: 6px;
}

.tan .tanMain .zhifu span {
	color: #C30D23;
	font-weight: 600;
}

.tan_yes .tanMain img {
	width: 50%;
	margin: 10% auto 3% auto;
}

.tan_yes .tanMain h2 {
	font-size: 28px;
	line-height: 3;
	font-weight: 500;
}

.tan_yes .tanMain .chenggong_txt {
	text-align: left;
	width: 55%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.8;
}

.tan .tanMain{
	min-height: 367px;
}
.tan .tanMain img.payicon {
	width: 140px;
	margin-top: 8%;
	margin-bottom: 5%;
}
.tan .tanMain .payewm{
	height: 226px;
	width: 226px;
	margin: 4% auto;
	margin-top: 0px;
	background: #F3F3F3;
}
.tan .tanMain .payewm canvas{
	margin-top: 13px;
}

/* 公司信息 */
.member_form.company_form li input[type="text"] {
	width: 50rem;
	min-width: 420px;
}
.w-e-menu .w-e-panel-container .w-e-panel-tab-content input[type=text]{
	min-width: 100%;
}
#blog_editor_txt{
	width: 78%;
}
.blog_editor_txt{
	width: 78%;
}

.company_form ul li select {
	padding-left: 1rem;
	padding-right: 1rem;
	height: 36px;
	outline: none;
	border: 1px solid #ddd;
	font-size: 15px;
	border-radius: 4px;
	width: 28rem;
	min-width: 144px;
	color: #666;
	margin-left: -4px;
}
.company_form ul li.min_li select {
	width: calc(19rem - 12px);
	margin-left: 0;
}
.company_form ul li.min_li select[name="province"]{
}

.company_form textarea {
	resize: none;
	width: 50rem;
	height: 30rem;
	min-height: 240px;
	min-width: 420px;
	padding: 2rem;
	outline: none;
	border: 1px solid #ddd;
}
.vip_list_demoBox{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
	width: 96%;
	margin: 10px auto;
}
.vip_list_demoBox .vip_list_demo{
	width: 100px;
	text-align: center;
	position: relative;
	border: 1px solid #eee;
	margin: 10px;
	padding: 10px 0;
}
.vip_list_demoBox .vip_list_demo .imgBox{
	height: 70px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.vip_list_demoBox .vip_list_demo img{
	width: 70%;
}
.vip_list_demoBox .vip_list_demo .vip_remove{
	font-size: 20px;
	font-weight: 800;
	position: absolute;
	right: 4px;
	top: -4px;
	cursor: pointer;
}

.member_form .vip_list_title{
	width: 96%;
	margin-left: 2%;
	font-size: 15px;
	color: #666;
	font-weight: 600;
	line-height: 40px;
	border-bottom: 1px dotted #ddd;
}

/* 公司地图 */
.map_a{
	color: #C30D23;
}

/* 广告发布 */
.advertising_form .advertising_txt {
	color: #666;
	width: 80%;
	font-size: 14px;
}

.member_form.advertising_form li label {
	text-align: left;
	width: auto;
	margin-left: 46px;
}

.advertising_list {
	margin-left: 46px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	width: calc(100% - 92px);
}

.advertising_list li {
	margin-top: 0;
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
	display: flex;
	justify-content: space-between;
}

.advertising_list li span {
	display: inline-block;
}

.advertising_list li span.advertising_title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 315px;
}

.advertising_list li span.advertising_time {
	color: #999999;
}

.advertising_list li span.advertising_shop {
	cursor: pointer;
	color: #C30D23;
	display: inline-block;
	width: 60px;
	text-align: right;
}
.advertising_list li span.advertising_shop.yes{
	color: #333;
	cursor: default;
}

/* .advertising_list li:hover {
	background: #f9f9f9;
} */

.advertising_list li span.advertising_shop:hover {
	text-decoration: underline;
}
.advertising_list li span.advertising_shop.yes:hover{
	text-decoration: none;
}


.addFirm {
	text-align: center;
	margin-top: 4rem;
	cursor: pointer;
}

.addFirm p {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.tan .tanMain.tanOrder {
	width: 500px;
	height: 380px;
	text-align: left;
}

.tan .tanMain.tanOrder h3 {
	text-align: center;
	font-size: 28px;
	line-height: 3;
	color: #333333;
}

.tan .tanMain.tanOrder p {
	padding: 0 4rem 20px 4rem;
	font-size: 14px;
	color: #666;
}

.tan .tanMain.tanOrder p b {
	color: #000;
	font-weight: 500;
}

.tan .tanMain.tanOrder .orderBtn {
	text-align: center;
	margin-top: 20px;
}

.tan .tanMain.tanOrder .orderBtn button {
	width: 120px;
	height: 40px;
	border: 1px solid #C30D23;
	border-radius: 4px;
	background: none;
	color: #C30D23;
	margin: 0 10px;
	cursor: pointer;
}

.tan .tanMain.tanOrder .orderBtn button.active {
	background: #C30D23;
	color: #fff;
}

.tan_yes .tanMain.yesMain {
	margin: 15% auto;
	width: 500px;
	height: 380px;
	background: #fff;
	font-size: 14px;
}

.tan_yes .tanMain.yesMain img {
	width: 190px;
	margin: 5% auto 3% auto;
}

.tan_yes .tanMain.yesMain h3 {
	font-size: 28px;
}

.tan_yes .tanMain.yesMain h4 {
	font-size: 24px;
	color: #C30D23;
	margin: 8px auto;
}

.tan_yes .tanMain.yesMain a {
	display: inline-block;
	width: 200px;
	height: 40px;
	border-radius: 4px;
	background: #C30D23;
	color: #fff;
	line-height: 40px;
	margin-top: 20px;
}




/* 发布信息 */
.member_right_box h3 span {
	margin-right: 46px;
	cursor: pointer;
	display: inline-block;
}

.member_right_box h3 span.active {
	color: #333;
}

.member_form.hideForm {
	display: none;
}

.member_form.hideForm.showForm {
	display: block;
}

/* 我的积分 */
.integral_form .integral_list li {
	width: 90%;
	margin-left: 5%;
	line-height: 60px;
	border-bottom: 1px dashed #ddd;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}

.integral_form .integral_list li span.integral_time {
	color: #999;
}

.integral_form .integral_list li span.integral_shop{
	display: inline-block;
	width: 100px;
	text-align: right;
}
.integral_form .integral_list li span.integral_shop.expend {
	color: #C30D23;
}
.my_jifen{
	position: absolute;
	top: 14px;
	right: 5%;
}
.my_jifen span{
	font-size: 14px;
	color: #C30D23;
}
.my_jifen span b{
	font-size: 16px;
	font-weight: 400;
}

/* 相关企业信息 */
.addForm {
	position: absolute;
	top: 0;
	right: 46px;
	font-size: 16px;
	cursor: pointer;
	color: #333;
	line-height: 50px;
}

.addForm:hover {
	color: #C30D23;
}

.addForm img {
	position: relative;
	top: 4px;
	margin-right: 6px;
}

/* 论坛博客 */
.bbs_list li {
	width: calc(100% - 92px);
	font-size: 14px;
	position: relative;
	margin: 20px 0;
	margin-left: 46px;
	border-bottom: 1px dashed #eee;
	/* padding-bottom: 30px; */
	padding-bottom: 6px;
}

.bbs_list li a{
	color: #333;
}
.bbs_list li a p{
	color: #888;
}

.bbs_list li h4 {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 80%;
	line-height: 50px;
}

.bbs_list li span {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 14px;
	color: #999;
}
.bbs_list {
	display: none;
}

.bbs_list.yes_bbs {
	display: block;
}
.bbs_fabu{
	position: absolute;
	right: 46px;
	top: 0;
	font-size: 16px;
	line-height: 50px;
}
.bbs_fabu img{
	height: 20px;
	margin-right: 6px;
	position: relative;
	top: 5px;
}
.bbs_fabu a{
	color: #333;
}

.bbs_list .huifu_list li{
	margin: 10px 0;
	margin-left: 46px;
	padding-bottom: 10px;
}
.bbs_list .huifu_list li h4{
	line-height: 30px;
	font-size: 15px;
	color: #666;
}
.bbs_list .huifu_list li a p{
	color: #999;
	padding: 0 15px;
}
.bbs_list .huifu_list li span{
	top: 6px;
}
#pagination,#pagination1,#pagination2{
	text-align: center;
	position: relative;
}
#pagination .layui-laypage-count{
	position: absolute;
	right: 38px;
}
#pagination1 .layui-laypage-count{
	position: absolute;
	right: 38px;
}
#pagination2 .layui-laypage-count{
	position: absolute;
	right: 38px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background: #c30d23;
}
.layui-laypage a:hover, .layui-laypage span:hover{
	color: #c30d23;
}



/* 底部 */
.footer {
	background: #333;
	color: #e1e1e1;
	font-size: 14px;
	/* margin-top: 9rem; */
}

.fot_top {
	padding: 9rem 5% 5rem 5%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.foot_left {
	flex-grow: 0;
}

.foot_left .fot_logo {
    width: 96px;
    height: auto;
	margin-bottom: 3rem;
}

.foot_left p i {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 4px;
	text-align: center;
	line-height: 38px;
	font-size: 26px;
	border: 1px solid #898989;
	margin-right: 10px;
	color: #898989;
	cursor: pointer;
}

.foot_left p i:hover {
	background: #898989;
	color: #fff;
}

.foot_left ul {
	margin-top: 2rem;
}

.foot_left ul li {
	line-height: 34px;
}

.foot_left ul li img {
	margin-right: 6px;
	width: 13px;
}

.foot_left ul li:last-child img {
	position: relative;
	top: 3px;
}

.foot_right {
	padding-left: 12%;
	flex-grow: 1;
	display: flex;
	display: -webkit-flex;
	/* Safari */
	justify-content: space-between;
}

.foot_right ul li {
	font-size: 18px;
}

.foot_right ul li:first-child {
	margin-bottom: 2rem;
}

.foot_right a {
	font-size: 14px;
	color: #898989;
	line-height: 30px;
}

.fot_bottom {
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 3.6rem 0;
	font-size: 14px;
}

.fot_bottom .youqing {
	color: #fff;
}

.fot_bottom .youqing a {
	color: #e1e1e1;
	margin-right: 3rem;
	font-size: 14px;
}

.fot_bottom p {
	margin-top: 3rem;
	color: #666666;
}

.layui-form-item{
	margin-bottom: 0;
}
.layui-form-item .layui-input-inline{
	width: auto;
}
.member_form.company_form li .layui-select-title input[type="text"]{
	width: calc(19rem - 15px);
	min-width: 145px;
}

.layui-btn, .layui-edge, .layui-inline, img{
	vertical-align: inherit;
}