/* 左边导航 */
.gm-navbar {
	padding: 25px 0;
	background-color: #007be8;
	color: #FFFFFF;
}

.gm-navbar li {
	position: relative;
}

.gm-navbar li::after {
	border-bottom: 1px dashed #40a5ff;
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	content: '';
	bottom: 0;
}

.gm-navbar li:last-child {
	border-bottom: 0;
}

.gm-navbar li a {
	position: relative;
	display: block;
	/* height: 40px; */
	/*line-height: 40px;*/
	padding-top: 10px;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 90px;
}

.gm-navbar li.active a {
	background-color: #3897ed;
}

.gm-navbar li a img {
	position: absolute;
	left: 66px;
	top: 50%;
	margin-top: -10px;
}

.gm-items {
	text-align: center;
}

.gm-items .gm-item {
	padding: 20px 0;
	border-bottom: 1px solid #61acef;
}

.gm-items .gm-button {
	display: block;
	padding: 20px 0;
	background-color: #4095e1;
	color: #FFFFFF;
}


.applay-tip {
	background-color: #fef7f1;
	border: 1px solid #ffecdc;
	color: #e47100;
	text-align: center;
	padding: 15px;
	margin-bottom: 30px;
}

.applay-tip p {
	margin: 5px 0;
}

.step-nav {
	margin-bottom: 50px;
}

.step-nav li {
	float: left;
	width: 25%;
	padding: 0 1px;
}

.step-nav li .item {
	position: relative;
	height: 50px;
	line-height: 50px;
	color: #777777;
	text-align: center;
	background-color: #f0f0f0;
}

.step-nav li.active .item {
	background-color: #a9e0ff;
	color: #0076de;
}

.step-nav li.active .item::after {
	content: '';
	background: url(../img/member/down.png) no-repeat;
	width: 15px;
	height: 7px;
	display: block;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -7px;
}


.result-panel {
	text-align: center;
	padding: 50px 0 80px 0;
}

.result-success {
	border: 1px solid #f7fdf1;
	background-color: #f6fef1;
}

.result-success .result-h .txt {
	color: #59cb52;
}

.result-false {
	border: 1px solid #f7fdf1;
	background-color: #fef7f1;
}

.result-false .result-h .txt {
	color: #e47100;
}

.result-h {
	margin-bottom: 30px;
}

.result-c {
	line-height: 2.4;
	margin-bottom: 50px;
	color: #1b1b1b;
}

.result-h .txt {
	padding-top: 15px;
}

.result-ft .btn-back {
	display: inline-block;
	width: 206px;
	height: 54px;
	line-height: 54px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #4f91f4;
}

.pay-main .pay-title {
	text-align: center;
	margin-bottom: 30px;
	color: #666666;
}

.pay-row {
	padding: 20px;
	border: 1px solid #f0f0f0;
}

.pay-list li {
	float: left;
	padding: 10px 20px;
	width: 33.33%;
}

.pay-border {
	margin-bottom: 20px;
	border: 3px solid #f3f3f3;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

.pay-box .btn {
	display: block;
	padding: 0;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 4px;
}

.pay-wxpay-box .btn {
	background-color: #2ead38;
}

.pay-alipay-box .btn {
	background-color: #0093dd;
}

.pay-bank-box .btn {
	background-color: #e09d50;
}

.pay-box .pay-text {
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.8;
}


.pay-wxpay-box .pay-text {
	background-color: #2ead38;
}

.pay-alipay-box .pay-text {
	background-color: #0093dd;
}

.pay-bank-box .pay-text {
	background-color: #e09d50;
}

.select-panel {
	padding: 40px 120px;
	border: 1px solid #d5d5d5;
}

.select-panel .res-head {
	margin-bottom: 40px;
	text-align: center;
	color: #fe5400;
	font-size: 30px;
}

.select-main .result-ft {
	padding: 40px 0;
	text-align: center;
}

.select-row {
	margin-bottom: 20px;
}

.select-row .s-label {
	text-align: right;
	width: 130px;
	margin-right: 10px;
	line-height: 1;
}

.select-row .flex_bd .flex-center {
	flex-wrap: wrap;
}

.radio-item {
	line-height: 1;
	cursor: pointer;
	width: 90px;
}

.radio-item * {
	display: inline-block;
	vertical-align: middle;
}

.radio-item input {
	margin-right: 5px;
}

.fil-panel {
	padding: 100px 0;
	text-align: center;
}

.fil-panel .fil-icon {
	margin-bottom: 30px;
}

.fil-panel .fil-text div {
	margin-bottom: 25px;
}

.fil-panel .result-ft {
	padding-top: 40px;
}












@media (max-width:640px) {
	.step-nav li {
		width: 50%;
		padding: 1px;
	}

	.step-nav li.active .item {
		font-size: 12px;
	}

	.select-panel {
		padding: 20px;
	}

	.select-panel .res-head {
		font-size: 24px;
	}

	.radio-item {
		margin-right: 15px;
		width: auto;
		margin-bottom: 10px;
	}

	.step-nav li .item {
		font-size: 12px;
	}

	.fil-panel {
		padding: 50px 0;
	}

	.fil-text .font24 {
		font-size: 18px;
	}

	.fil-text .font18 {
		font-size: 14px;
	}
}



/* 表单 */
.form-heading {
	text-align: center;
	margin-bottom: 20px;
}

.form-panel {
	border: 1px solid #f2f2f2;
	padding: 30px 15px;
}

.form-row {
	margin-bottom: 20px;
}

.form-label {
	padding: 7px 0;
	line-height: 20px;
	font-size: 16px;
	min-width: 90px;
}

.form-label .sm {
	color: #999999;
	font-size: 12px;
}

.form-row .form-control {
	background-color: #fefefe;
	border: 1px solid #e3e3e3;
	height: 36px;
	color: #333333;
}

.form-row .form-control::placeholder {
	color: #b4b4b4;
}

.form-tip {
	color: #747474;
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}

.form-foot {
	text-align: center;
}

.form-foot .btn {
	margin-right: 12px;
	width: 200px;
	height: 52px;
	font-size: 18px;
}

.form-foot {
	padding-top: 20px;
}

.form-foot label {
	cursor: pointer;
	font-size: 16px;
	margin-bottom: 25px;
}

.form-foot label input {
	margin-right: 4px;
}

.form-code-input {
	position: relative;
	padding-right: 110px;
}

.form-code-input .btn-get {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	color: #666;
	position: absolute;
	right: 0;
	top: 0;
	width: 96px;
}

.pay-style li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pay-style li:last-child {
	margin-right: 0;
}

.pay-style li .pay-item {
	display: block;
	background-color: #f8f8f8;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	color: #666;
	width: 58px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	font-size: 12px;
}

.pay-style li.active .pay-item {
	border-color: #4f91f4;
	background-color: #4f91f4;
	color: #FFFFFF;
}

.form--label {
	line-height: 34px;
}

.form--row {
	margin-bottom: 20px;
}

.form--row:last-child {
	margin-bottom: 0;
}

.form--row .form-control {
	border: 1px solid #c3dff2;
	border-radius: 2px;
}

.form-cells {
	padding: 30px 0;
	border-bottom: 1px solid #f3f3f3;
}

.form-end-cells {
	border-bottom: 0;
}

.form--select {
	position: relative;
}

.form--select::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url(../img/publication/selectarr.png) center no-repeat;
	position: absolute;
	right: 1px;
	top: 1px;
}

.form-a-panel {
	padding: 30px 0;
}

.mt-select li {
	float: left;
	padding: 3px;
	width: 50%;
}

.mt-select li a {
	display: block;
	font-size: 12px;
	color: #afafaf;
	background-color: #f8f8f8;
	border: 1px solid #e3e3e3;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	color: #b4b4b4;
}

.mt-select li.active a {
	color: #FFFFFF;
	background-color: #4f91f4;
	border: 1px solid #4f91f4;
}


@media (max-width:750px) {

	.form-foot .btn {
		margin-bottom: 20px;
	}

	.form-foot label {
		display: block;
	}
}

@media (min-width:1024px) {
	.form-panel {
		padding: 30px 112px 50px 112px;
	}

	.form-row {
		display: -webkit-box;
		/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
		display: -moz-box;
		/* 老版本语法: Firefox (buggy) */
		display: -ms-flexbox;
		/* 混合版本语法: IE 10 */
		display: -webkit-flex;
		/* 新版本语法: Chrome 21+ */
		display: flex;
		/* 新版本语法: Opera 12.1, Firefox 22+ */
	}

	.form-row .flex_bd {
		max-width: 340px;
	}

	.form-tip {
		margin-left: 15px;
	}

	.form--row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.form--row .flex_bd {
		max-width: 340px;
	}

	.form--label {
		text-align: right;
		width: 124px;
		margin-right: 10px;
	}

	.form-foot.text-left {
		text-align: left;
		padding-left: 125px;
	}

	.step-a-label {
		text-align: right;
		width: 200px;
	}

	.form-a-panel {
		padding: 30px 50px;
	}

	.mt-select li {
		width: 25%;
	}
}

.aside-panel_hd {
	font-weight: bold;
}

/* 首次登陆 */

.meb-info {
	padding: 20px 10px;
	text-align: center;
}

.meb-info .items {
	margin-bottom: 15px;
}

.meb-info .items .item {
	margin-bottom: 5px;
}

.meb-info .items .item:last-child {
	margin-bottom: 0px;
}

.meb-grid {
	border-top: 1px solid #258dea;
	padding: 15px 20px;
}

.meb-grid .meb-item {
	padding: 5px 0;
}

.text-light-blue {
	display: inline-block;
	margin-left: 10px;
	color: #00f0ff;
}

.text-light-blue:hover {
	color: #00f0ff;
}

.item-links a {
	height: 26px;
	line-height: 24px;
	display: inline-block;
	border: 1px solid #8ab9ee;
	font-size: 14px;
	width: 76px;
	color: #b2dbff;
	margin: 0 5px;
}

.meb-avatar {
	width: 62px;
	height: 62px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 54px;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
	border-radius: 54px;
}

.meb-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.first-panel {
	padding: 50px 30px;
	background-color: #eff7ff;
}

.fir-text {
	line-height: 2;
	color: #208de5;
	font-size: 16px;
}

.fir-button {
	padding-top: 20px;
	text-align: center;
}

.fir-button .btn-primary,
.fir-button .btn-primary:hover {
	border-color: #3caaff;
	background-color: #3caaff;
}

@media (min-width:1200px) {
	.bs-fir-panel {
		min-height: 910px;
	}

	.first-panel {
		padding: 110px 130px;
	}
}


/* 个人会员登陆 */
.l-wrapper {
	padding: 40px 0;
}

.e-swiper {
	border: 3px solid #FFFFFF;
}

.e-swiper img {
	width: 100%;
	height: 400px;
}

.l-panel {
	padding: 30px 0;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.l-panel_hd {
	color: #0527af;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.l-tabs {}

.l-tabs .hd {
	margin: 0 -5px;
}

.l-tabs .hd ul {
	background-color: #f8f8f8;
	height: 38px;
}

.l-tabs .hd ul li {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 38px;
	color: #b9b9b9;
	cursor: pointer;
}

.l-tabs .hd ul li.on {
	background-color: #005dc7;
	color: #FFFFFF;
}

.form-pane {
	padding: 25px;
}

.l-row {
	margin-bottom: 20px;
}

.l-row .form-control {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #ebebeb;
}

.l-row_ft {
	padding-top: 15px;
	text-align: center;
}

.l-row_ft .btn {
	width: 185px;
	height: 44px;
	font-size: 16px;
}

.l-row_link {
	text-align: center;
	margin-top: 24px;
}

.l-row_link a {
	display: inline-block;
	padding: 0 10px;
	color: #999999;
}

.l-main {
	margin: 0 auto;
	max-width: 1200px;
}

.l-code-row {
	position: relative;
}

.l-code-row .btn-get {
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	height: 24px;
	line-height: 22px;
	width: 96px;
}

.upload-cells {
	margin: 0 -2px;
}

.upload-cells .col {
	padding: 2px;
	width: 100%;
}

.upload-card {
	position: relative;
	height: 200px;
	overflow: hidden;
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	border: 1px solid #c3dff2;
}

.upload-card .img_w {
	width: 100%;
	height: 100%;
}

.upload-card .file {
	position: absolute;
	top: 0;
	left: 0px;
	filter: alpha(opacity:0);
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.upload-abs {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	line-height: 1;
	transform: translateY(-50%);
}

.upload-abs .txt {
	margin-top: 10px;
}

.upload-abs .tip {
	color: #999999;
	margin-top: 10px;
}

@media (min-width:1024px) {
	.l-main {
		display: -webkit-box;
		/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
		display: -moz-box;
		/* 老版本语法: Firefox (buggy) */
		display: -ms-flexbox;
		/* 混合版本语法: IE 10 */
		display: -webkit-flex;
		/* 新版本语法: Chrome 21+ */
		display: flex;
		/* 新版本语法: Opera 12.1, Firefox 22+ */
		-webkit-box-align: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		flex-direction: row-reverse;
	}

	.e-swiper {
		width: 680px;
	}

	.l-panel {
		margin: 0;
		width: 500px;
		margin-left: 20px;
		padding-bottom: 0;
		height: 400px;
	}

	.l-tabs .hd ul li {
		font-size: 18px;
	}

	.upload-cells {
		overflow: hidden;
	}

	.upload-cells .col {
		float: left;
		width: 50%;
	}

}

/* 个人会员登录后首页 */


.dr-panel {
	padding: 20px;
	background-color: #eff7ff;
	margin-bottom: 25px;
}

.dr-panel_hd {
	font-size: 20px;
	color: #5396e1;
	line-height: 1;
	border-left: 3px solid #5396e1;
	padding-left: 10px;
	margin-bottom: 20px;
}

.dr-tip {
	border: 6px solid #FFFFFF;
	padding: 20px;
	text-align: center;
	background-color: #fff5df;
	margin-bottom: 20px;
}

.dr-tip .dr-button {
	background-color: #1cb488;
	border-radius: 3px;
	color: #FFFFFF;
	display: inline-block;
	padding: 4px 10px;
}

.dr-tip .text {
	margin-bottom: 15px;
}

.dr-table {
	width: 100%;
	background-color: #FFFFFF;
}

.dr-table td {
	padding: 10px 15px;
	height: 40px;
	word-break: break-all;
	border: 2px solid #eff7ff;
}

.dr-table .dr-td-hd {
	width: 64px;
	text-align: center;
}

.dr-foot {
	margin-top: 20px;
}

.dr-foot .txt {
	line-height: 20px;
	margin: 15px 0;
	color: #999999;
}

.dr-foot .btn-primary-solid {
	display: inline-block;
	border: 1px solid #3dafff;
	padding: 8px 15px;
	color: #3dafff;
}

.gui-list li {
	width: 50%;
	text-align: center;
	float: left;
	padding: 25px 10px;
}

.gui-list .gui-text {
	color: #6d6d6d;
	padding: 15px 0;
}

.gui-list .gui-btn {
	display: inline-block;
	border: 1px solid #dbdbdb;
	height: 20px;
	line-height: 18px;
	padding: 0 10px;
	color: #6f6f6f;
	font-size: 12px;
}

.gui-nn {
	background: url(../img/member/circle.png) no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	font-size: 24px;
	color: #0051aa;
	margin: 0 auto;
	border: 2px solid #FFFFFF;
	box-shadow: 0 4px 7px rgba(0, 0, 0, .3);
}

.dr-panel_body {
	background-color: #FFFFFF;
}

.gui-list li:hover .gui-btn {
	background-color: #0051aa;
	border-color: #0051aa;
	color: #FFFFFF;
}

.vip-card .v-item {
	color: #999999;
	line-height: 2;
}

.vip-card .v-button {
	width: 140px;
	line-height: 30px;
	border-radius: 4px;
	height: 30px;
	text-align: center;
	display: inline-block;
	background-color: #ffd375;
	color: #FFFFFF;
}

.vip-card .v-download {
	width: 100px;
	line-height: 30px;
	border-radius: 4px;
	height: 30px;
	text-align: center;
	display: inline-block;
	border: 1px solid #bee8ff;
	background-color: #f1f8fe;
	color: #3d91e6;
}

.v-grid {
	text-align: center;
}

.v-grid .card-photo {
	margin-bottom: 15px;
}

.vip-card .flex_bd {
	padding: 15px 0;
}






@media (min-width:1025px) {
	.dr-panel_hd {
		font-size: 24px;
	}

	.dr-panel {
		padding: 28px 25px;
	}

	.gui-list {
		padding: 20px;
	}

	.gui-list li {
		width: 25%;
	}

	.gui-nn {
		width: 116px;
		height: 116px;
		font-size: 48px;
		line-height: 113px;
	}

	.gui-list .gui-text {
		padding-top: 20px;
	}

	.dr-table .dr-td-hd {
		width: 190px;
	}

	.dr-foot {
		display: -webkit-box;
		/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
		display: -moz-box;
		/* 老版本语法: Firefox (buggy) */
		display: -ms-flexbox;
		/* 混合版本语法: IE 10 */
		display: -webkit-flex;
		/* 新版本语法: Chrome 21+ */
		display: flex;
		/* 新版本语法: Opera 12.1, Firefox 22+ */
		-webkit-box-align: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: justify;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.dr-foot .btn-primary-solid {
		padding: 10px 20px;
	}

	.vip-card {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.vip-card .flex_bd {
		padding: 30px;
	}
}


/* 入会须知 */
.table td {
	padding: 15px;
	line-height: 1.8;
	border: 1px solid #f0f0f0;
}

.ent-panel {
	margin-bottom: 40px;
}

.ent-heading {
	text-align: center;
	margin-bottom: 12px;
	color: #eea66a;
	line-height: 1;
}

.ent-heading * {
	display: inline-block;
	vertical-align: middle;
}

.ent-heading .n {
	display: inline-block;
	line-height: 24px;
	background-color: #feca9f;
	color: #FFFFFF;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	border-radius: 24px;
}

.table {
	width: 100%;
	max-width: 100%;
	color: #424242;
}

.table .t-wh {
	text-align: center;
	width: 100px;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.table .btn {
	background-color: #4fa8f5;
	border-color: #4fa8f5;
	padding: 6px 18px;
}

.ent-scroll {
	padding: 20px;
	border: 1px solid #f0f0f0;
	max-height: 290px;
	overflow: hidden;
	overflow-y: auto;
}

.ent-content {
	color: #424242;
	line-height: 1.8;
}

.ent-scroll::-webkit-scrollbar {
	width: 10px;
	height: 1px;
}

.ent-scroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #cbcbcb;
}

.ent-scroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	width: 2px;
	background: #ededed;
}
.lc-card{
	flex-wrap: wrap;
	padding:20px;
	border: 1px solid #f0f0f0;
}
.lc-card .lc-circle{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	text-align: center;
	border: 2px solid #f0f0f0;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.lc-card .arrow{
	width: 22px;
	height: 15px;
	margin: 0 20px;
	background: url(../img/member/arrow.png) center no-repeat;
}


@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap;
	}

	.wh-cont {
		min-width: 500px;
		white-space: normal;
	}
}

@media (min-width:1200px) {
	.table .t-wh {
		width: 190px;
	}
	.lc-card{
		padding: 50px 0;
	}
	.table td {
		padding: 20px;
	}
	.lc-card .arrow{
		margin: 0 30px;
	}
	.table .t-wh:first-child {
		font-size: 16px;
	}
}

/*会员轨迹*/
.gj-box{
	width: 100%;
}
.gj-box .gj-title{
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #f4fafc;
	border-radius: 3px;
	margin-bottom: 22px;
	color: #494949;
	font-size: 12px;
}
.gj-box .gj-title .header{
	float: left;
	width: 122px;
	text-align: center;
	background: #86c7f9;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
	position: relative;
}
.gj-box .gj-title .header:after{
	content: '';
	display: inline-block;
	width: 6px;
	height: 14px;
	background: url(http://www.chemsoc.org.cn/img/membercenter/icon7.png) no-repeat center;
	position: absolute;
	top: 14px;
	right: -6px;
}
.gj-box .gj-title span.green{
	color: #1a8b00;
}
.gj-box .gj-title span.red{
	color: #ff0000;
}
.gj-box ul{
	padding-left: 80px;
}
.gj-box ul li{
	width: 100%;
	padding-bottom: 18px;
	position: relative;
}
.gj-box ul li .gj-text{
	width: 100%;
	padding: 12px 18px 9px;
	box-sizing: border-box;
	background: #f8f8f8;
	border-radius: 3px;
	position: relative;
}
.gj-box ul li .gj-text:before{
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(http://www.chemsoc.org.cn/img/membercenter/icon8.png) no-repeat center;
	position: absolute;
	top: 8px;
	left: -7px;
	z-index: 2;
}
.gj-box ul li .gj-p1{
	line-height: 18px;
	color: #3c9af2;
	font-size: 16px;
	margin-bottom: 4px;
}
.gj-box ul li .gj-p2{
	line-height: 24px;
	color: #5a5a5a;
	font-size: 14px;
}
.gj-box ul li .gj-p3{
	line-height: 20px;
	color: #b3b3b3;
	font-size: 14px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #b3b3b3;
	margin-bottom: 4px;
}
.gj-box ul li .gj-p4{
	width: 100%;
	margin-top: 4px;
}
.gj-box ul li .gj-p4 a{
	display: inline-block;
	width: 130px;
	line-height: 26px;
	text-align: center;
	vertical-align: top;
	margin-right: 8px;
	color: #ffffff;
	font-size: 12px;
	background: url(http://www.chemsoc.org.cn/img/membercenter/btn2.png) no-repeat center;
	background-size: 100% 100%;
}
.gj-box ul li .gj-p4 a img{
	vertical-align: top;
	width: 13px;
	margin-top: 6px;
	margin-right: 5px;
}
.gj-box ul li .gj-p5{
	width: 100%;
	margin-top: 4px;
}
.gj-box ul li .gj-p5 a{
	display: inline-block;
	width: 130px;
	line-height: 26px;
	text-align: center;
	vertical-align: top;
	margin-right: 8px;
	color: #ffffff;
	font-size: 12px;
	background: url(http://www.chemsoc.org.cn/img/membercenter/btn3.png) no-repeat center;
	background-size: 100% 100%;
}
.gj-box ul li .gj-p2 a.xf,.gj-box ul li .gj-p2 a.sj{
	display: inline-block;
	width: 62px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: url(http://www.chemsoc.org.cn/img/membercenter/btn1.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	font-size: 12px;
	vertical-align: top;
	margin-top: 1px;
	margin-left: 10px;
}
.gj-box ul li .gj-p2 a.more{
	margin-left: 10px;
	color: #158b01;
	font-size: 14px;
	text-decoration: underline;
}
.gj-box ul li .border{
	position: absolute;
	top: 15px;
	left: -20px;
	z-index: 2;
	width: 2px;
	height: 100%;
	background: #e3e3e3;
}
.gj-box ul li:before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(http://www.chemsoc.org.cn/img/membercenter/spot.png) no-repeat center;
	box-shadow: 0 0 5px #ddd;
	position: absolute;
	top: 9px;
	left: -25px;
	z-index: 3;
}
.gj-box ul li:last-child .border{
	display: none;
}




/* 高级会员 */ 
.reg-one{
	width: 100%;
}
.reg-one .ro-box{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 38px;
	border-bottom: 1px dashed #d4d4d4;
}
.reg-one .layui-form-item .layui-form-label{
	width: 165px;
	font-size: 16px;
	box-sizing: border-box;
}
.reg-one .layui-form-item .layui-input-block{
	margin-left: 165px;
}
.reg-one .layui-form-item .layui-input-block input{
	display: inline-block;
	width: 400px;
	margin-right: 8px;
	border: 1px solid #e3e3e3;
}
.reg-one .layui-form-item font{
	color: #ff0000;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 8px;
}
.reg-one .layui-form-item>span,.reg-one .layui-form-item>.layui-input-block>span{
	color: #a2a2a2;
	font-size: 16px;
}
.reg-one .layui-form-item p{
	padding: 9px 15px;
	font-weight: 400;
	line-height: 20px;
}
.reg-one .layui-form-item .layui-input-block .layui-form-select{
	display: inline-block;
	width: 400px;
	margin-right: 8px;
	border: 1px solid #e3e3e3;
}
.reg-one .layui-form-item .layui-input-block.city .layui-form-select, .reg-one .layui-form-item .layui-input-block.city input{
	display: inline-block;
	width: 140px;
}
.reg-one .layui-form-item .layui-input-block a{
	color: #44b81c;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
}
.reg-one .layui-form-item .layui-input-block img{
	height: 38px;
	margin: 0 8px;
}
.reg-one .layui-form-item .layui-input-block textarea{
	width: 100%;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
}
.reg-one .layui-form-item .layui-input-block input{
	-width: 100%;
	height: 40px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
}
.reg-one .ro-btn{
	width: 100%;
	text-align: center;
}
.reg-one .ro-btn button{
	width: 162px;
	height: 45px;
	line-height: 45px;
	border: 0;
	background: url(../img/membercenter/btn7.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.reg-one .ro-btn button.grey{
	background: url(../img/membercenter/btn8.png) no-repeat center;
	background-size: 100% 100%;
}

.reg-two{
	width: 100%;
}
.reg-two .rt-tips{
	width: 100%;
	text-align: center;
	padding: 38px 0;
	line-height: 65px;
	color: #019c01;
	font-size: 24px;
	background: #f8f8f8;
	border: 1px solid #ececec;
	margin-bottom: 22px;
}
.reg-two .rt-tips img{
	width: 65px;
	vertical-align: top;
	margin-right: 20px;
}
.reg-two .rt-tips span{
	color: #2387cc;
}
.reg-two .rt-box{
	width: 725px;
	margin: 0 auto;
}
.reg-two .rt-col{
	line-height: 34px;
	padding: 10px 0;
	color: #262626;
	font-size: 16px;
}
.reg-two .rt-th{
	display: inline-block;
	width: 95px;
	text-align: right;
	margin-right: 5px;
	vertical-align: top;
}
.reg-two .rt-td1{
	color: #0766d2;
}
.reg-two .rt-td2{
	color: #fe0000;
	vertical-align: middle;
	margin-left: 8px;
}
.reg-two .rt-td3{
	color: #afafaf;
	margin-left: 8px;
}
.reg-two .rt-col label{
	padding-right: 15px;
	line-height: 34px;
}
.reg-two .rt-col label input{
	vertical-align: middle;
	margin-right: 4px;
}
.reg-two .rt-col input{
	height: 34px;
	border: 1px solid #e5e5e5;
	margin-right: 4px;
	padding: 0 7px;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
}
.reg-two .rt-inp1{
	width: 68px;
	color: #1f73c1;
}
.reg-two .rt-inp2{
	width: 400px;
}
.reg-two .rt-warning{
	color: #ff0000;
	font-size: 16px;
	padding: 10px 10px;
	line-height: 34px;
}
.reg-two .rt-btn{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.reg-two .rt-btn button{
	width: 162px;
	height: 45px;
	line-height: 45px;
	border: 0;
	background: url(../img/membercenter/btn7.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.senior-member{
	width: 100%;
	padding: 23px 20px;
	box-sizing: border-box;
	background: #e9f5ff;
	margin-bottom: 20px;
}
.senior-member .layui-form-item{
	margin-bottom: 16px;
	clear:none !important;
}
.senior-member .layui-form-label{
	width: auto;
	padding: 0;
	line-height: 32px;
	color: #010101;
	font-size: 14px;
}
.senior-member .layui-input-inline{
	width: auto;
	margin-right: 15px;
}
.senior-member .layui-input-inline:last-child{
	margin-right: 0;
	margin-left: 7px;
}
.senior-member .layui-input{
	width: 145px;
	height: 32px;
	margin-left: 8px;
	border-color: #bbe1ff;
}
.senior-member .layui-form-select .layui-input{
	width: 185px;
}
.senior-member .layui-form-select .layui-edge{
	border-top-color: #b8ddff;
}
.senior-member .fg{
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #7d8185;
	vertical-align: top;
	margin-top: 16px;
	float: left;
}
.senior-member .layui-input-inline .icon{
	display: inline-block;
	width: 35px;
	height: 32px;
	background: url(../img/membercenter/icon4.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
}
.senior-member .hot{
	margin-left: 8px;
}
.senior-member .hot span{
	display: inline-block;
	width: 95px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: top;
	color: #010101;
	font-size: 14px;
	margin-right: 10px;
}
.senior-member .hot span:last-child{
	margin-right: 0;
}
.senior-member .hot span.on{
	border: 1px solid #66b5ff;
	border-radius: 3px;
	background: #8fc8fd;
	color: #ffffff;
	font-size: 14px;
}
.senior-member .search input{
	width: 292px;
	margin-left: 0;
}
.senior-member button{
	width: 117px;
	height: 32px;
	border: 0;
	border-radius: 3px;
	background: url(../img/membercenter/bg4.png) no-repeat center;
	background-size: 100% 100%;
	cursor:pointer;
}

/*高级会员名录*/
.namelist table{
	width: 100%;
}
.namelist th{
	background: #77b3f5;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin: 5px 0;
}
.namelist td{
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.namelist a{
	color: #0e84e8;
}
.namelist a:hover{
	color: #0e84e8;
	text-decoration: underline;
}
.namelistpages{
	text-align: center;
	color: #0e84e8;
	font-size: 16px;
	padding: 30px 0;
}
.namelistpages a{
	color: #0e84e8;
	font-size: 16px;
	margin: 0 5px;
}
.namelistpages span{
	color: #ff0000;
	font-size: 16px;
}
