/*
 公共变量及框架
 */

* {
	box-sizing: border-box;
}

img {
	border: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
i,
pre,
form,
fieldset,
input,
blockquote,
th,
td,
p,
span,
button,
textarea,
b {
	margin: 0;
	padding: 0;
}


/*@font-face{
    font-family: 'pingFang';
    src:url('../');
}*/

body {
	min-width: 1180px;
	font-size: 14px;
	font-family: 'pingFang-SC-Regular', '微软雅黑', Arial;
	/* font-family:'微软雅黑',;*/
}

a {
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4f515e;
	font-weight: normal;
}

p {
	color: #7b7d8a;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.hide {
	display: none !important;
	visibility: hidden;
}

input[type=number] {
	-moz-appearance: textfield;
}

input,
select {
	background: none;
}

input[disabled] {
	background: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

.tc {
	text-align: center;
}

.pl10 {
	padding-left: 10px;
}

.mr40 {
	margin-right: 40px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt20 {
	margin-top: 20px;
}

.pr20 {
	padding-right: 20px;
}

.mr10 {
	margin-right: 10px;
}

.min-width-center {
	width: 980px;
	margin: 0 auto;
}

.copy-success {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 50%;
	top: 20%;
	background: #FFF;
	width: 150px;
	height: 42px;
	margin-left: -75px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	color: #666;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.copy-success.copy-success-on {
	opacity: 1;
	visibility: visible;
}

.copy-success img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.product-series-title {
	font-size: 30px;
	color: #4f515e;
	line-height: 1;
}

.product-series-title-line {
	width: 30px;
	border: 1px solid #57a3f1;
	text-align: center;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	margin-top: 47px;
}

.bk-not-allowed {
	cursor: not-allowed !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bk-paging {
	text-align: center;
	font-size: 0;
}

.bk-paging a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #FFF;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #878996;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: 0 5px;
}

.bk-paging a.on {
	background: #57a3f1;
	color: #FFF;
	border: none;
}

.bk-paging a.on:hover {
	background: #57a3f1;
	color: #FFF;
}

.bk-paging a:hover {
	background: #f4f4f4;
	opacity: 1;
}

.bk-new-tab {
	height: 72px;
	background: #fafafa;
	border-bottom: 1px solid #e5e5e5;
}

.bk-new-tab ul {
	overflow: hidden;
	border-right: 1px solid #e5e5e5;
}

.bk-new-tab li {
	float: left;
	line-height: 72px;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	font-size: 18px;
	color: #878996;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.bk-new-tab li.items-3 {
	width: 33.333%;
}

.bk-new-tab li.items-4 {
	width: 16.5%;
}

.bk-new-tab li.on {
	background: #FFF;
	font-weight: bold;
	color: #4f515e;
	position: relative;
}

.bk-new-tab li.on:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #FFF;
}

.bk-new-tab li:hover {
	color: #4f515e;
}



.img-instruction-title {
	height: 36px;
	font-size: 24px;
	color: #333;
	letter-spacing: 0
}

.img-instruction-title img {
	width: 30px;
	margin-right: 13px;
	vertical-align: middle;
	margin-bottom: 3px
}



.img-instruction-p {
	height: 80px;
	font-size: 14px;
	color: #666;
	letter-spacing: 0;
	line-height: 29px;
	margin-top: 24px;
	margin-bottom: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.img-instruction-about {
	display: inline-block;
	width: 87px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #18f;
	text-indent: 12px;
	text-decoration: none;
	border: 1px solid #18f;
	border-radius: 14px;
	margin-top: 15px;
	background-image: url(../images/right-sh-519b4ea7d3.png);
	background-repeat: no-repeat;
	background-position: 69px;
	background-size: 9px 7px
}

.img-instruction-about:hover {
	background-color: #edf6ff
}

.cooperation-div {
	width: 370px;
	position: absolute;
	bottom: 35px;
	overflow: hidden;
	height: 104px
}

.cooperation-logo {
	width: 112px;
	height: 40px;
	border: 1px dashed #eee;
	border-radius: 2px;
	float: left;
	margin-right: 9px;
	margin-top: 10px;
	background-color: hsla(0, 0%, 100%, .5)
}

.cooperation-logo img {
	width: 92px;
	height: 28px;
	margin-left: 10px;
	margin-top: 6px
}
.right-side-item {
	height: 25px;
	margin-bottom: 25px;
	position: relative;
	cursor: pointer
}

.right-side-item .side-item-pointer {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #f7f8fc;
	border: 1px solid #d2d8ef;
	border-radius: 50px;
	margin-left: 0
}

.right-side-item.active .side-item-pointer {
	background-color: #18f;
	background-clip: padding-box;
	border: 2px solid rgba(16, 136, 255, .31);
	margin-left: -1px
}

.right-side-item .side-item-text {
	font-size: 14px;
	color: #313a00;
	letter-spacing: 0;
	line-height: 25px;
	margin-left: 13px
}

.right-side-item.active .side-item-text {
	color: #18f
}

.side-item-bar {
	position: absolute;
	top: 16px;
	width: 0;
	height: 390px;
	background-color: #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 0;
	border-bottom: 0;
	left: 5px
}



/* 登录页面弹窗 */

.login-pops {
	display: none;
	min-width: 1180px;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	background: rgba(255, 255, 255, 0.4);
}

.login-pops .pops-content {
	width: 642px;
	height: 382px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -190px 0 0 -320px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.login-pops .pops-content .qq,
.login-pops .pops-content .WeChat {
	height: 320px;
	position: relative;
}

.login-pops .pops-content .qq a,
.login-pops .pops-content .WeChat a {
	position: absolute;
	right: 0;
	top: 1px;
	width: 48px;
}

.login-pops .pops-content .WeChat {
	display: none;
}

.login-pops .pops-content .login-pops-button {
	border-top: 1px solid #e5e5e5;
}

.login-pops .pops-content .login-pops-button a {
	display: inline-block;
	width: 50%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #7b7d8a;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.login-pops .pops-content .login-pops-button a+a {
	border-left: 1px solid #e5e5e5;
}

.login-pops .pops-content .login-pops-button a.active {
	color: #57a3f1;
}

.login-pops .pops-content .login-pops-button a.active::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: -1px;
	left: 0;
	background: #57a3f1;
}


/* 登录页面弹窗 end */


/* 信息填写页面弹窗 */

.bk-information {
	display: none;
	min-width: 1180px;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 10001;
	overflow: auto;
}

.bk-information .pops-close {
	display: block;
	color: #7b7d8a;
	text-align: center;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 20px;
	font-size: 12px;
	border-radius: 50%;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	background: #fff;
}

.bk-information .pops-close:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.bk-information .pops-close:hover:after {
	top: 13px;
	left: 4px;
	width: 55px;
	height: 55px;
	opacity: 1;
}

.bk-information .pops-close:after {
	position: absolute;
	z-index: -1;
	top: 25px;
	left: 25px;
	width: 5px;
	height: 5px;
	content: '';
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	border-radius: 50%;
	background-color: #f2f2f2;
	opacity: 0;
}

.bk-information .pops-close span {
	font-size: 18px;
}

.bk-information .information-pops {
	margin: 100px auto;
}

.bk-information .information-pops h2 {
	font-size: 30px;
	font-weight: normal;
}

.bk-information .information-pops .line {
	display: block;
	width: 30px;
	height: 2px;
	margin: 15px auto 0;
	background: #57a3f1;
}

.bk-information .infor-pops-header {
	text-align: center;
}

.bk-information .form-infor {
	width: 964px;
	margin: 36px auto 0;
	position: relative;
}

.bk-information .form-infor .left {
	float: left;
	margin-right: 60px;
}

.bk-information .form-infor .right {
	float: right;
}

.bk-information .form-infor .form-group {
	margin-top: 24px;
}

.bk-information .form-infor .form-group label {
	color: #999;
	font-size: 14px;
	padding: 0 10px;
}

.bk-information .form-infor .form-group label[disabled] {
	color: #ccc;
}

.bk-information .form-infor .form-content {
	width: 450px;
	height: 42px;
	margin-top: 13px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}

.bk-information .form-infor .form-content label {
	padding: 0 0 0 10px;
}

.bk-information .form-infor .form-content.warning {
	border: 1px solid #f66;
}

.bk-information .form-infor .content-input {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: none;
	color: #7b7d8a;
	font-size: 14px;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	outline: none;
	font-family: 'pingFang-SC-Regular', '微软雅黑', Arial;
}

.bk-information .form-infor .company-website {
	width: 85%;
	padding: 0;
}

.bk-information .form-infor .content-input[disabled] {
	color: #ccc;
}

.bk-information .form-infor .number {
	width: 338px;
}

.bk-information .form-infor .chang_num {
	float: right;
	width: 110px;
	line-height: 40px;
	background: #57a3f1;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.bk-information .form-infor .chang_num:hover {
	background: #4491e1;
}

.bk-information .form-infor .checkbox {
	margin-top: 60px;
	text-align: center;
}

.bk-information .form-infor .checkbox input {
	display: inline-block;
	vertical-align: -2px;
	margin-right: 10px;
}

.bk-information .form-infor .checkbox a {
	color: #57a3f1;
}

.bk-information .form-infor .checkbox a:hover {
	color: #4491e1;
}

.bk-information .form-infor .button {
	margin-top: 30px;
	text-align: center;
}

.bk-information .form-infor .button a {
	display: inline-block;
	width: 240px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 18px;
	border-radius: 28px;
}

.bk-information .form-infor .button a.skip {
	border: 1px solid #e5e5e5;
	color: #999;
	margin-right: 15px;
}

.bk-information .form-infor .button a.skip:hover {
	border-color: #ccc;
	color: #333;
}

.bk-information .form-infor .button a.submit {
	background: #57a3f1;
	color: #fff;
}

.bk-information .form-infor .button a.submit:hover {
	background: #4491e1;
}

.bk-information .agreement-pops {
	display: none;
	min-width: 1180px;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	background: rgba(255, 255, 255, 0.4);
}

.bk-information .agreement-pops .pops-content {
	width: 720px;
	height: 640px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -320px 0 0 -360px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.bk-information .agreement-pops h3 {
	font-size: 18px;
	color: #4f515e;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	line-height: 59px;
}

.bk-information .agreement-pops .agreement-close {
	position: absolute;
	right: 10px;
	top: 14px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

.bk-information .agreement-pops .agreement-close:hover::after {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
	left: 0;
	top: 0;
}

.bk-information .agreement-pops .agreement-close::after {
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	content: "";
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.bk-information .agreement-pops .agreement-text {
	height: 520px;
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 20px 23px;
	line-height: 32px;
	overflow-y: scroll;
}

.bk-information .agreement-pops .agreement-text h5 {
	font-weight: bold;
	color: #7b7d8a;
}

.bk-information .agreement-pops .agreement-button {
	text-align: right;
	padding: 0 20px;
	margin-top: 8px;
}

.bk-information .agreement-pops .agreement-button a {
	display: inline-block;
	padding: 10px 20px;
}

.bk-information .agreement-pops .agreement-button .not {
	border: 1px solid #e5e5e5;
	color: #878996;
	margin-right: 10px;
}

.bk-information .agreement-pops .agreement-button .not:hover {
	color: #4f515e;
}

.bk-information .agreement-pops .agreement-button .agreed {
	background: #57a3f1;
	color: #fff;
}

.bk-information .agreement-pops .agreement-button .agreed:hover {
	background: #4491e1;
}

.no-banner-page {
	padding-top: 72px;
}

.web-pos {
	font-size: 12px;
	color: #878996;
	padding: 20px 0 50px;
	line-height: 1;
}

.web-pos a {
	font-size: 12px;
	color: #878996;
}

.web-pos a.on {
	color: #57a3f1;
}


/* 信息填写页面弹窗 end*/


/* 下载提示弹窗 */

.download-pops {
	display: none;
	min-width: 1180px;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	background: rgba(255, 255, 255, 0.4);
}

.download-pops .download-tips {
	width: 520px;
	height: 320px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -160px 0 0 -260px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.download-pops .download-tips h2 {
	text-align: center;
	font-size: 18px;
	line-height: 59px;
	border-bottom: 1px solid #e5e5e5;
}

.download-pops .download-tips .close {
	cursor: pointer;
	line-height: 60px;
	padding: 0 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.download-pops .download-tips .tips-content {
	text-align: center;
	margin-top: 39px;
	border-bottom: 1px solid #e5e5e5;
}

.download-pops .download-tips .tips-content p {
	margin: 14px 0 42px;
	font-size: 30px;
	color: #4f515e;
}

.download-pops .download-tips .download-pops-btn {
	padding: 20px 0;
	text-align: center;
	background: #fafafa;
}

.download-pops .download-tips .download-pops-btn a,
.download-pops .download-tips .download-pops-btn p {
	padding: 0 24px;
	display: inline;
}

.download-pops .download-tips .download-pops-btn a.go {
	border-right: 1px solid #e5e5e5;
	color: #57a3f1;
}

.download-pops .download-tips .download-pops-btn a.go:hover {
	color: #4491e1;
}


/* 下载提示弹窗 end*/

.bk-fade-animate {
	transform: scale(0.3);
	transform: translateY(50px);
	opacity: 0 !important;
}

.appear {
	-webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-o-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
	0% {
		transform: scale(0.3);
		transform: translateY(50px);
		opacity: .1;
	}
	100% {
		transform: scale(1);
		transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes opacity_show {
	0% {
		transform: scale(0.3);
		transform: translateY(50px);
		opacity: .1;
	}
	100% {
		transform: scale(1);
		transform: translateY(0);
		opacity: 1;
	}
}

@-ms-keyframes opacity_show {
	0% {
		transform: scale(0.3);
		transform: translateY(50px);
		opacity: .1;
	}
	100% {
		transform: scale(1);
		transform: translateY(0);
		opacity: 1;
	}
}

@-ms-keyframes opacity_show {
	0% {
		transform: scale(0.3);
		transform: translateY(50px);
		opacity: .1;
	}
	100% {
		transform: scale(1);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes opacity_show {
	0% {
		transform: scale(0.3);
		transform: translateY(50px);
		opacity: .1;
	}
	100% {
		transform: scale(1);
		transform: translateY(0);
		opacity: 1;
	}
}

.else-item-info {
	color: #aaabb2;
}

.else-item-info span {
	margin-right: 12px;
	vertical-align: top;
}

.else-item-info .bk-item-date {
	padding-left: 20px;
	background: url(../images/date.png) no-repeat left center;
}

.else-item-info .bk-item-views {
	padding-left: 20px;
	background: url(../images/scan.png) no-repeat left center;
}

.else-item-info .bk-item-like i {
	display: inline-block;
	cursor: pointer;
	width: 16px;
	height: 14px;
	background: url(../images/like.png) no-repeat left center;
	vertical-align: 3px;
	margin-right: 5px;
}

.else-item-info .bk-item-like i.on {
	background: url(../images/like_on.png) no-repeat left center;
}

.else-item-info .bk-item-like em {
	font-style: normal;
	vertical-align: 5px;
}

.else-item-info .bk-item-share {
	position: relative;
	top: -5px;
	display: inline-block;
	vertical-align: 1px;
	width: 86px;
	height: 28px;
	cursor: pointer;
	padding: 3px 13px 3px 28px;
	border: 1px solid transparent;
	background: url(../images/share.png) no-repeat 8px center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.else-item-info .bk-item-share:hover {
	border: 1px solid #DDD;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.else-item-info .bk-item-share:hover .share-panel {
	opacity: 1;
	visibility: visible;
	height: 62px;
}

.else-item-info .share-panel {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -1px;
	top: 100%;
	width: 86px;
	height: 0;
	overflow: hidden;
	border: 1px solid #DDD;
	font-size: 12px;
	color: #aaabb2;
	line-height: 25px;
	padding-top: 5px;
	background: #FFF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	z-index: 999;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.else-item-info .share-way {
	display: inline-block;
	width: 84px;
	color: #aaabb2;
	padding-left: 28px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.else-item-info .share-way:hover {
	font-weight: bold;
	padding-left: 33px;
}

.else-item-info .share-wx {
	background: url(../images/wx.png) no-repeat 5px center;
}

.else-item-info .share-qq {
	background: url(../images/qq.png) no-repeat 6px center;
}


/*  页面标题公共样式 start*/

.product-title {
	font-size: 30px;
	color: #4f515e;
}

.product-title-line {
	width: 30px;
	border: 1px solid #c20b12;
	text-align: center;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	margin-top: 47px;
}

.container {
	width: 1180px;
	margin: 0 auto;
}


/*  页面标题公共样式 end*/


/*  申请加入表单公共样式 start*/

.bk-apply-join {
	width: 100%;
	background: #fff;
	padding: 100px 0;
}

.bk-apply-join .apply-join-form {
	position: relative;
}

.bk-apply-join .apply-join-container {
	width: 1180px;
	margin: 0 auto;
}

.bk-apply-join .apply-join-container .title-describe {
	padding: 25px 235px 42px 235px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 16px;
	color: #878996;
}

.bk-apply-join .apply-join-container .form-infor-box {
	float: left;
	width: 50%;
}

.bk-apply-join .apply-join-container .form-content {
	margin-bottom: -1px;
	border: 1px solid #d9d9d9;
	width: 590px;
	height: 50px;
}

.bk-apply-join .apply-join-container .form-content .content-input {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border: none;
	color: #7e7f87;
	font-size: 14px;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	outline: none;
	font-family: Microsoft YaHei;
}

.bk-apply-join .apply-join-container .form-content .phone-number {
	width: 400px;
}

.bk-apply-join .apply-join-container .form-content.warning-mt0 {
	/*border-bottom: 1px solid red;*/
	border: 1px solid #f66;
	margin-bottom: 0px;
}

.bk-apply-join .apply-join-container .form-content.warning-join,
.bk-apply-join .apply-join-container .form-content-textarea.warning-join {
	border-width: 1px;
	border-color: #f66 !important;
	border-style: solid;
	margin-bottom: 0px;
	margin-top: -1px;
}

.bk-apply-join .apply-join-container .form-content.warning-join+li {
	border-bottom: 1px solid #f66;
}

.bk-apply-join .apply-join-container .form-content.mt0 {
	/*margin-top: 0;*/
}

.bk-apply-join .apply-join-container .tip {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border: 1px solid #f66;
	margin-top: 1px;
	margin-left: 1px;
}

.bk-apply-join .apply-join-container .form-content-textarea {
	width: 590px;
	border: 1px solid #d9d9d9;
	width: 590px;
	border-left: 0;
}

.bk-apply-join .apply-join-container .form-content-textarea .content-textarea {
	width: 100%;
	height: 240px;
	padding: 20px 10px;
	border: none;
	color: #7e7f87;
	font-size: 14px;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	outline: none;
	resize: none;
	font-family: Microsoft YaHei;
}

.bk-apply-join .apply-join-container .apply-button {
	text-align: center;
	margin-top: 40px;
}

.bk-apply-join .apply-join-container .apply-button .submit-btn {
	display: inline-block;
	width: 240px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 18px;
	border-radius: 28px;
	background: #57a3f1;
	color: #fff;
	font-family: Microsoft YaHei;
	outline: none;
	border: none;
	cursor: pointer;
}

.bk-apply-join .apply-join-container .acquire-chang-num {
	float: right;
	width: 182px;
	background: #57a3f1;
	font-size: 16px;
	color: #fff;
	text-align: center;
	height: 49px;
	line-height: 49px;
	letter-spacing: 1px;
	font-family: Microsoft YaHei;
	outline: none;
	border: none;
	cursor: pointer;
}


/*  申请加入表单公共样式 end*/

.grayBtn {
	background: #e5e5e5 !important;
	color: #999 !important;
	cursor: not-allowed !important;
}

.wait-text {
	display: none;
}

.wait-text i {
	font-style: normal;
}

.warning-bar {
	opacity: 0;
	width: 100%;
	height: 42px;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 0 12px;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	transition: opacity .5s;
}

.warning-bar .warn-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #4f515e;
	margin-left: 10px;
}

.warning-bar.bar-on {
	opacity: 1;
}

.warning-bar .warn-icon {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.warning-bar.notice {
	background: #faf5e0;
	border: 1px solid #ffcb66;
}

.warning-bar.notice .warn-icon {
	background: #ffcb66 url(../images/notice_icon.png) no-repeat center center;
}

.warning-bar.fail {
	background: #fae0e0;
	border: 1px solid #ff6666;
}

.warning-bar.fail .warn-icon {
	background: #ff6666 url(../images/wrong_icon.png) no-repeat center center;
}

.warning-bar.success {
	background: #d8f7de;
	border: 1px solid #5bd18b;
}

.warning-bar.success .warn-icon {
	background: #5dd28d url(../images/right_icon.png) no-repeat center center;
}

.warning-bar-alert {
	width: 450px;
	height: 42px;
	position: fixed;
	left: 50%;
	top: 50%;
	bottom: 100%;
	margin-left: -225px;
	margin-top: -200px;
	z-index: 10003;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes xlinemove {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-moz-keyframes xlinemove {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-ms-keyframes xlinemove {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@keyframes xlinemove {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-webkit-keyframes fadeinmove {
	0% {
		-webkit-transform: translateX(-25px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@-moz-keyframes fadeinmove {
	0% {
		-webkit-transform: translateX(-25px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@-ms-keyframes fadeinmove {
	0% {
		-webkit-transform: translateX(-25px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeinmove {
	0% {
		-webkit-transform: translateX(-25px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes ylinemove {
	0% {
		height: 0%;
	}
	100% {
		height: 100%;
	}
}

@-moz-keyframes ylinemove {
	0% {
		height: 0%;
	}
	100% {
		height: 100%;
	}
}

@-ms-keyframes ylinemove {
	0% {
		height: 0%;
	}
	100% {
		height: 100%;
	}
}

@keyframes ylinemove {
	0% {
		height: 0%;
	}
	100% {
		height: 100%;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		-webkit-transform: translateY(-15px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes fadeInDown {
	0% {
		-moz-transform: translateY(-15px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@-ms-keyframes fadeInDown {
	0% {
		-ms-transform: translateY(-15px);
		opacity: 0;
	}
	100% {
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInDown {
	0% {
		transform: translateY(-15px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInDown2 {
	0% {
		-webkit-transform: translateY(-35px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes fadeInDown2 {
	0% {
		-moz-transform: translateY(-35px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@-ms-keyframes fadeInDown2 {
	0% {
		-ms-transform: translateY(-35px);
		opacity: 0;
	}
	100% {
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInDown2 {
	0% {
		transform: translateY(-35px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUper {
	0% {
		-webkit-transform: translateY(35px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes fadeInUper {
	0% {
		-moz-transform: translateY(35px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@-ms-keyframes fadeInUper {
	0% {
		-ms-transform: translateY(35px);
		opacity: 0;
	}
	100% {
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInUper {
	0% {
		transform: translateY(35px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}




@-webkit-keyframes slogonmove {
	0% {
		opacity: 0;
		transform: scale(0.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-moz-keyframes slogonmove {
	0% {
		opacity: 0;
		transform: scale(0.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-ms-keyframes slogonmove {
	0% {
		opacity: 0;
		transform: scale(0.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes slogonmove {
	0% {
		opacity: 0;
		transform: scale(0.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes blings {
	0% {
		opacity: .25;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: .25;
	}
}

@-moz-keyframes blings {
	0% {
		opacity: .25;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: .25;
	}
}

@-ms-keyframes blings {
	0% {
		opacity: .25;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: .25;
	}
}

@keyframes blings {
	0% {
		opacity: .25;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: .25;
	}
}

@-webkit-keyframes sayanimation {
	0% {
		opacity: .5;
		-webkit-transform: scale(0.85);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: .5;
		-webkit-transform: scale(0.85);
	}
}

@-moz-keyframes sayanimation {
	0% {
		opacity: .5;
		-moz-transform: scale(0.85);
	}
	50% {
		opacity: 1;
		-moz-transform: scale(1);
	}
	100% {
		opacity: .5;
		-moz-transform: scale(0.85);
	}
}

@-ms-keyframes sayanimation {
	0% {
		opacity: .5;
		-ms-transform: scale(0.85);
	}
	50% {
		opacity: 1;
		-ms-transform: scale(1);
	}
	100% {
		opacity: .5;
		-ms-transform: scale(0.85);
	}
}

@keyframes sayanimation {
	0% {
		opacity: .5;
		transform: scale(0.85);
	}
	50% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: .5;
		transform: scale(0.85);
	}
}

@-webkit-keyframes blingsCircle {
	0% {
		opacity: .5;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: .5;
	}
}

@-moz-keyframes blingsCircle {
	0% {
		opacity: .5;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: .5;
	}
}

@-ms-keyframes blingsCircle {
	0% {
		opacity: .5;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: .5;
	}
}

@keyframes blingsCircle {
	0% {
		opacity: .5;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: .5;
	}
}

@-webkit-keyframes scaleFadeIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes scaleFadeIn {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-ms-keyframes scaleFadeIn {
	0% {
		opacity: 0;
		-ms-transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}

@keyframes scaleFadeIn {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes lineScale {
	0% {
		width: 0;
	}
	100% {
		width: 350px;
	}
}
/*下滑红线*/
.mos-title {
	width: 352px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	font-size: 32px;
	color: #333;
	letter-spacing: 0;
	margin-bottom: 7px
}
.mos-title-bottom {
	width: 34px;
	height: 2px;
	background: #c20b12;
	border-radius: 25px;
	margin: 0 auto;
}