@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

html,body{
    height: 100%;
}

body {
	font-size: 1em;
	font-family: "PingFang-SC-Regular","PingFang-SC-Light","微软雅黑";
	background-image: url(../images/body.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	margin: 0 auto;
}

ul,ol,li {
	list-style-type: none
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	height: auto
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none !important
}

em,i {
	font-style: normal;
	font-weight: normal
}

input {
	appearance: none;
	-webkit-appearance: none
}

.text-ellipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.box_flex {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	-o-box-flex: 1;
	box-flex: 1
}

.center_center {
	display: -moz-box;
	display: -webkit-box;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center
}

.box-center-center {
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center
}

.box-center-left {
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-align: center;
	-moz-box-align: center
}

.center_left {
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-align: center;
	-moz-box-align: center
}

.box_flex_container {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical
}

.box_flex_row {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal
}

input[placeholder],[placeholder],*[placeholder] {
	font-family: "PingFang-SC-Regular","PingFang-SC-Light","微软雅黑"
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	font-family: "PingFang-SC-Regular","PingFang-SC-Light","微软雅黑";
	font-size: fonts(30);
	color: #999;
}

input:-moz-placeholder,textarea:-moz-placeholder {
	font-family: "SourceHanSansCN-Light","PingFang-SC-Light","微软雅黑";
	font-size: fonts(30);
	color: #999;
}

input::-moz-placeholder,textarea::-moz-placeholder {
	font-family: "SourceHanSansCN-Light","PingFang-SC-Light","微软雅黑";
	font-size: fonts(30);
	color: #999;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	font-family: "SourceHanSansCN-Light","PingFang-SC-Light","微软雅黑";
	font-size: fonts(30);
	color: #999;
}

.cover {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.4)
}

.cover .center {
	margin: 0 auto;
	margin-top: 8rem;
	width: 6.26666667rem;
	padding-top: .26666667rem;
	padding-bottom: .26666667rem;
	padding-left: .2rem;
	padding-right: .2rem;
	font-size: .4rem;
	color: white;
	text-align: center;
	background-color: #ff8516;
	-webkit-border-radius: .13333333rem;
	-moz-border-radius: .13333333rem;
	-ms-border-radius: .13333333rem;
	-o-border-radius: .13333333rem;
	border-radius: .13333333rem
}

.main {
	/* background: url('../images/body.png') top no-repeat; */
	background-size: 100% auto;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical
}

.main .logo {
	width: 3.16rem;
	height: 1.86666667rem;
	margin: 0 auto;
	padding-top: .89333333rem;
	z-index: 2;
	position: relative
}

.main .banner {
	margin: 0 auto
}

.main .wrap {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	/* padding-bottom: .4rem */
}

/* .main .wrap.bg_wrap{
	background: #E6373C;
    background-size: 100% auto;
} */

.main .wrap .wrapBox {
	width: 9.2rem;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	padding-left: .28rem;
	padding-right: .28rem;
	/* padding-bottom: 1.6rem; */
	margin: 0 auto
}

.main .wrap .wrapBox.minHeight {
	padding-top: .2rem
}

.main .wrap.white {
	padding-top: .8rem;
	padding-bottom: .8rem;
	padding-left: .8rem;
	padding-right: .8rem
}

.main .wrap.white .wrapBox {
	background-color: #fff
}

.main form {
	width: 8.4rem;
	margin: 0 auto;
	font-size: .50666667rem
}

.main form input {
	background: none
}

.main form .formunitBox {
	padding-bottom: .26666667rem
}

.main form .formUnit {
	height: 1.17333333rem;
	*zoom: 1;
	position: relative;
	/* border-bottom: 1px solid #dbdbdb; */
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: #F5F5F5;
    border-radius: 0.586667rem;
}

.main form .formUnit:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
	font-size: 0
}

.main form .formUnit p {
	width: 1.25333333rem;
	float: left;
	height: 1.17333333rem;
	line-height: 1.17333333rem;
	color: #000
}

.main form .formUnit p label {
	line-height: 1.17333333rem;
	display: inline-block;
	vertical-align: top;
	font-family: PingFangSC-Regular;
	font-size: .4rem;
	color: rgba(255,255,255,0.80);
	letter-spacing: 0;

}
/*巡展样式修改*/
.main form .formUnit p.name {
    background: url(../images/icon_name_v1.png) no-repeat center;
    background-size:0.533333rem;
}
.main form .formUnit p.icon_tel {
    background: url(../images/icon_tel_v1.png) no-repeat center;
    background-size:0.533333rem;
}
.main form .formUnit p.icon_company {
    background: url(../images/icon_company_v1.png) no-repeat center;
    background-size:0.533333rem;
}
.main form .formUnit p.invite_man {
    background: url(../images/invite_man.png) no-repeat center;
    background-size:0.533333rem;
}
.main form .formbox_p {
    margin-top: 0.4rem;
    line-height: 0.533333rem;
    margin-bottom: 0.266667rem;
	font-size: 0.373333rem;
	font-weight: bold;
	color: #000000;
}
.main form .company_type,
.main form .tags_box {
    overflow: hidden;
}
.main form .company_type .chooseType {
	font-family: PingFangSC-Regular, PingFang SC;
    display: inline-block;
    width: 2.0rem;
    height: 0.8rem;
    border-radius: 0.426667rem;
    background: #F5F5F5;
    text-align: center;
    font-size: 0.32rem;
    color: #666;
    line-height: 0.8rem;
    margin-bottom: 0.266667rem;
    float: left;
    margin-right: 0.1166667rem;
}
.main form .tags_box .choose_tags{
	font-family: PingFangSC-Light;
    display: inline-block;
    width:4.13rem;
    height: 0.8rem;
    border-radius: 0.426667rem;
    background-color: rgba(255, 255, 255,0.2);
    text-align: center;
    font-size: 0.29rem;
    color: #fff;
    line-height: 0.8rem;
    margin-bottom: 0.266667rem;
    float: left;
    margin-right: 0.13rem;
}
.main form .company_type .chooseType:nth-of-type(4n),
.main form .tags_box .choose_tags:nth-of-type(2n) {
    margin-right: 0;
}
.main form .company_type .chooseType.active,
.main form .tags_box .choose_tags.active {
    background: #416EFF;
    color: #fff;
}

/**/


.main form .formUnit input.texter {
	width: 6.53333333rem;
	height: 1.17333333rem;
	font-size: .4rem;
	border: none;
	border-radius: 0;
	outline: none;
	color: #000;
	/* float: right; */
	background-color: transparent;
	background-image: none;
    /* text-align: right; */
    font-family: PingFangSC-Light;
}

.main form .formUnit .phonecard {
	width: 6.53333333rem;
	float: right
}

.main form .formUnit .phonecard input {
	height: 1.17333333rem;
	font-size: .4rem;
	border: none;
	outline: none;
	color: #000;
	width: 3.8rem
}

.main form .formUnit .phonecard a {
	color: #fff;
	font-size: .34666667rem;
	width: 2.2rem;
	height: .90666667rem;
	line-height: .90666667rem;
	text-align: center;
	margin-right: .13333333rem;
	margin-top: .13333333rem;
	float: right;
	background: url(../images/yzmBg.png) no-repeat center center;
	background-size: 100% 100%
}

.main form .formUnit .companytype {
	width: 7.013333rem;
	max-height: 2.133333rem;
	font-size: .4rem;
	outline: none;
	color: #d0d0d0;
	float: right;
}
.main form .formUnit .companytype div{
	width: 100%;
	font-family: PingFangSC-Regular;
	font-size: .346667rem;
	color: #FFFFFF;
	letter-spacing: 0;
}
.main form .formUnit .companytype div:nth-child(1){
	line-height: 1.17333333rem;
}

.main form .formUnit .companytype div.last_type{
	padding-bottom: 0.4rem;
}
.main form .formunitBox .spe-type{
	height: auto;
	overflow: hidden;
}

.main form .formUnit .companytype .chooseType{
	padding-left: 0.373333rem;
	position: relative;
}

.main form .formUnit .companytype .chooseType:before{
	position: absolute;
	content: " ";
	width: 0.266667rem;
	height: 0.266667rem;
	border: 0.026667rem solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main form .formUnit .companytype .chooseType.active{
	color: #37D8E6;
}

.main form .formUnit .companytype .chooseType.active:before{
	border-color: #37D8E6;
}

.main form .formUnit .companytype .chooseType.active:after{
	position: absolute;
	content: " ";
	width: 0.133333rem;
	height: 0.133333rem;
	background: #37D8E6;
	border-radius: 100%;
	top: 50%;
	left: 0.066667rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main form .formUnit .companytype>div{
	display: flex;
	justify-content: space-between;
}


.main form .formUnit .companytype b {
	line-height: 1.17333333rem;
	font-size: fonts(30);
	color: #b2b2b2;
	font-weight: normal
}

.main form .formUnit .companytype i {
	background: url('../images/updown_btn.png') no-repeat center center;
	background-size: contain;
	background-size: .453333rem 0.36rem;
	width: .453333rem;
	height: 1.17333333rem;
	float: right
}

.main form .formUnit .companytype i.active {
	background: url('../images/progress-icon-active.png') no-repeat center center;
	background-size: contain;
	background-size: .44rem .22666667rem
}

.main form .formUnit .companytype span {
	height: .66666667rem;
	line-height: .66666667rem;
	font-family: "PingFang-SC-Regular","PingFang-SC-Light","微软雅黑";
	font-size: .4rem;
	color: #000;
	float: left;
	text-align: center;
	margin-right: .4rem;
	margin-top: .25333333rem;
	border-radius: .4rem;
	text-indent: 0;
	position: relative
}

.main form .formUnit .companytype span i {
	background: url('../images/typedel.png') no-repeat right center;
	width: .42666667rem;
	height: .66666667rem;
	background-size: contain;
	display: inline-block
}

.main form .formUnit .typebox {
	padding-bottom: .8rem;
	position: absolute;
	right: 0;
	top: 1.30666667rem;
	width: 8.4rem
}

.main form .formUnit .typebox .typeContent {
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
	background: #fff;
	padding-top: .34666667rem;
	padding-bottom: .16rem;
	padding-left: .09333333rem;
	*zoom: 1
}

.main form .formUnit .typebox .typeContent:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both; 
	height: 0;
	font-size: 0
}

.main form .formUnit .typebox .typeContent span {
	font-family: "PingFang-SC-Regular","PingFang-SC-Light","微软雅黑";
	font-size: .32rem;
	width: 2.53333333rem;
	height: .96rem;
	margin-right: .09333333rem;
	margin-left: .09333333rem;
	color: #333;
	background-color: #f0f0f0;
	float: left;
	border-radius: .06666667rem;
	text-align: center;
	line-height: .96rem;
	margin-bottom: .18666667rem
}

.main form .formUnit .typebox .typeContent span.active {
	color: #171c60;
	background: url(../images/typeActive.png) no-repeat;
	background-size: 100% 100%
}

.main form .formUnit.magazine {
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center
}

.main form .formUnit.magazine p {
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	width: 1.25333333rem
}

.main form .formUnit.magazine p img {
	width: .48rem;
	margin-right: .13333333rem;
	vertical-align: text-top
}

.main form .formUnit.magazine:nth-child(2) p img {
	margin-top: -0.04rem
}

.main form .formUnit.magazine:nth-child(3) p img {
	margin-top: .06666667rem
}

.main form .formUnit.magazine input.texter {
	width: 6.53333333rem
}

.main form .sure {
	width: 8.4rem;
	height: 1.14666667rem;
	margin: 0 auto;
	margin-top: .42666667rem;
	clear: both;
	margin-bottom: 0.906667rem;
}

.main form .sure input {
	width: 100%;
	height: 100%;
	background:#fff;
	border: none;
	font-size:0.43rem;
	color: #192168;
	-webkit-border-radius: .66666667rem;
	-moz-border-radius: .66666667rem;
	-ms-border-radius: .66666667rem;
	-o-border-radius: .66666667rem;
	border-radius: .66666667rem;
	font-family: "PingFang-SC-Regular","PingFang-SC-Light","微软雅黑";
	font-weight: bold;
	box-shadow: 0px 0.066667rem 0.066667rem #242424;
}

.main form .friendRe {
	font-size: .4rem;
	text-align: center;
	padding-bottom: 0.4rem;
}

.main form .friendRe a {
	color: #EA5803;
	line-height: .56rem;
	position: relative;
	/* text-decoration: underline */
}

.main form .friendRe a span{
	position: absolute;
	right: -.6rem;
}

.main form .signInfo {
	padding-top: 1.33333333rem;
	font-size: .34666667rem;
	line-height: .42666667rem;
	color: #b2b2b2
}

.main form .signInfo .signinInfoes {
	background: url(../images/signInfo.png) no-repeat left center;
	background-size: .42666667rem .42666667rem;
	padding-left: .53333333rem
}

.applyS .applyBox {
	height: 7.106667rem;
	border-bottom: 1px dashed  #FFAD1E;
}

.applyS .applyBox img{
	display: block;
}

.applyS .applyBox .apply {
	height: 0.906667rem;
	line-height: 0.906667rem;
	margin: 0 auto;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 0.64rem;
	color: #000;
}

.applyS .applyBox .apply img {
	width: .85333333rem;
	height: .85333333rem;
	float: left;
	margin-right: .10666667rem
}

.applyS .applyBox .apply i {
	float: left;
	font-size: .64rem;
	line-height: .82666667rem;
	color: #929292
}

.applyS .applyBox p {
	margin: .29333333rem 0;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 0.373333rem;
	color: #000;
}

.applyS .applyBox p#userInfo{
	color: #000;
	margin-bottom: 0;
	font-weight: normal;
}

.applyS .applyBox div#userInfo_space{
	clear: both;
	height: 0.8rem;
}

.applyS .applyBox .img_notice img{
	width: 8.4rem;
}

.applyS.white {
	width: 8.4rem;
	height: 11.146667rem;
	margin: 1.04rem auto 0.266667rem auto;
	background: #fff;
	border-radius: 0.373333rem
}

.applyS.white .img_success {
	padding: 1.28rem 0 0.36rem;
}

.applyS.white .img_success img {
	width: 2.666667rem;
	height: 2.666667rem;
	margin: 0 auto;
}

.applyS.white .applyBox {
	background-color: #fff;
	width: 8.4rem;
	margin: 0 auto;
	border-radius: 0.373333rem 0.373333rem 0 0;
	position: relative;
}

.applyS.white .applyBox:before{
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0.266667rem;
	height: 0.266667rem;
	border-radius: 100%;
	background:  #FFAD1E;
	transform: translate(-55%,50%);
}

.applyS.white .applyBox:after{
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0.266667rem;
	height: 0.266667rem;
	border-radius: 100%;
	background:  #FFAD1E;
	transform: translate(55%,50%);
}

.applyS .bottom {
	width: 8.4rem;
	margin: 0 auto;
	font-size: .48rem;
	text-align: center;
}

.applyS .bottom .other {
	background: #f8e81c;
	color: #036EB6;
	height: 1.14666667rem;
	line-height: 1.14666667rem;
	border-radius: .6rem
}

.applyS .bottom .attention {
	color: #fff;
	border-radius: 1.333333rem;
	width: 7.066667rem;
	height: 1.173333rem;
	line-height: 1.173333rem;
	margin: 0 auto;
	margin-top: 1.2rem;
	position: relative;
	background:  #FFAD1E;
}

.applyS .bottom .attention:after{
	content: " ";
	position: absolute;
	width: 200%;
	height: 200%;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	border-radius: 1.333333rem;
}

.applyS .bottom .mark {
	font-family: PingFangSC-Regular;
	font-size: 0.32rem;
	color: #000;
}

.applyS .bottom a {
	background: #37D8E6;
    color: #fff;
    width: 7.066667rem;
    height: 1.173333rem;
    line-height: 1.173333rem;
    border-radius: 1.333333rem;
    display: block;
    margin: 1.466667rem auto 0.666667rem;
    font-family: PingFangSC-Regular;
	font-size: 0.48rem;
}

.register {
	width: 8.4rem;
	margin: 0 auto;
	color: #475ea3
}

.register .mark {
	color: #fff;
	font-size: .42666667rem;
	line-height: .6rem;
	padding-bottom: .37333333rem;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-bottom-width: .01333333rem
}

.register form textarea {
	width: 6.66666667rem;
	height: 2rem;
	border-bottom-style: solid;
	border-bottom-color: #475ea3;
	border-bottom-width: .01333333rem;
	font-size: .50666667rem;
	text-indent: .16rem
}

.clearfx {
	*zoom: 1
}

.clearfx:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
	font-size: 0
}/*# sourceMappingURL=style.css.map */

/* 类型选择 弹框 */
.popupbox{width:100%;height:100%;position:fixed;bottom: 0;left: 0;z-index:2019;background-color: rgba(0,0,0,0.8);display: none;}
.popupbox .popuperindex{width:4.266667rem;height:4.8rem;background-color: #fff;position:absolute;z-index:2020;right:0;top:50%;-webkit-animation: sidebar-in .2s linear both;animation: sidebar-in .2s linear both;}
.popuperindex ul{height:4.8rem;}
.popuperindex ul li{padding-left:0.4rem;font-size: 0.426667rem;height:1.2rem;line-height:1.2rem;color:#9b9b9b;font-family:NotoSansHans-DemiLight,"微软雅黑";}
.popuperindex ul li.active{background: #37D8E6;color:#fff;}

/**
 * 报名成功弹出
 */
 .apply_dialog,.apply_dialog2{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	z-index: 2;
	display: none;
}
.apply_dialog_content{
	width:7.73rem;
	/* background:rgba(255,255,255,1); */
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 0.373333rem;
}
.apply_dialog_img{
	width: 7.73rem;
	height: 2.666667rem;
	/* background: url('../images/apply_dialog_img_v1.jpg') center no-repeat;
	background-size: contain;
	border-radius: 0.373333rem 0.373333rem 0 0; */
	background: #fdb81e;
    font-size: .63333rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply_dialog_box{
	width: 100%;
	padding: 0.53rem 0.6rem 0.67rem;
	position: relative;
	background:rgba(255,255,255,1);
}
.apply_dialog_close{
	width: 0.49rem;
	height: 0.49rem;
	position: absolute;
	top: 0.41rem;
	right: 0.45rem;
	background: url('../images/close.png') center no-repeat;
	background-size: contain;
}
.apply_dialog_head{
	text-align: center;
	overflow: hidden;
	margin-bottom: 0.1rem;
}
.apply_dialog_head img{
	display: block;
	width: 2rem;
	height: 2rem;
	margin: 0 auto 0.39rem;
}
.apply_dialog_head h4{
	font-weight:bold;
	font-size:0.43rem;
	line-height:0.45rem;
	color: #333;
	margin-bottom: 0.15rem;
}
.apply_dialog_head p{
	color: #000;
	line-height:0.45rem;
	font-size:0.32rem;
}
.apply_dialog_body{
	overflow: hidden;
	margin-bottom: .666667rem;
}
.apply_dialog_body p{
	/* height: 1.6rem; */
	font-size: .373333rem;
	font-family: PingFangSC,
	PingFangSC-Regular;
	text-align: center;
	color: #333333;
	line-height: .533333rem;
}
.apply_dialog_body p span{
	font-weight: 600;
}
.apply_dialog_item{
	height: 1.17rem;
	color: #333333;
	font-size:0.37rem;
	/* display: -webkit-box;
	display: flex; */
    -webkit-box-align: center;
    align-items: center;
	padding-left: 0.87rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.17rem;
    width: 6.366rem;
}
.apply_dialog_item1{
	background: url(../images/icon_name1.png) left center no-repeat;
	background-size: 0.48rem 0.48rem;
}
.apply_dialog_item2{
	background: url(../images/icon_tel1.png) left center no-repeat;
	background-size: 0.48rem 0.48rem;
}
.apply_dialog_item3{
	background: url(../images/icon_company1.png) left center no-repeat;
	background-size: 0.48rem 0.48rem;
}
.apply_dialog_item4{
	background: url(../images/icon_type1.png) left center no-repeat;
	background-size: 0.48rem 0.48rem;
}
.apply_dialog_foot{
	width: 4rem;
	height: 1.07rem;
	color: #E84F49;color: #E84F49;
	background:#fff;
	border-radius:1rem;
	display: -webkit-box;
	display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.apply_dialog2 .apply_dialog_foot{
	color: #fdb81e;
}
.apply_dialog2 .apply_dialog_img{
	border-radius: 0.373333rem 0.373333rem 0 0;
}
.apply_dialog2 .apply_dialog_box{
	border-radius: 0 0 0.373333rem 0.373333rem
}
.apply_dialog_foot1{
	margin: 0 auto .266667rem;
	position: relative;
}
.apply_dialog_foot1:after{
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 200%;
	transform: scale(.5);
	transform-origin: 0 0;
	border:1px solid #E84F49;
	border-radius:1.066667rem;
}
.apply_dialog2 .apply_dialog_foot1:after{
	border:1px solid #fdb81e;
}
.apply_dialog_foot2{
	color: #fff;
	background:rgba(232,79,73,1);
	margin: 0 auto;
}

.fixed_sumbit{
	position: fixed;
	bottom: 0.853333rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	/* width: 10rem; */
	/* height: 1.333333rem; */
	/* background: url('../images/submit_v1.png') center no-repeat; */
	/* background-size: contain; */
	background-color: #ff8516;
    width: 8.39999999rem;
    height: 1.14666667rem;
    border-radius: .66666667rem;
    border: none;
    font-size: .48rem;
    color: #fff;
    text-align: center;
    line-height: 1.1466666rem;
}
.interest_type {
	overflow: hidden;
}
.interest_type .choose_tag {
	width: 8.4rem;
	height: 1.173333rem;
	background: #fff;
	border-radius: 0.586667rem;
	font-size: 0.4rem;
	font-family: PingFangSC-Regular,
	PingFang SC;
	font-weight: 400;
	color: #666;
	line-height: 1.173333rem;
	margin-bottom: 0.266667rem;
	padding-left: 0.506667rem;
}
.interest_type .choose_tag .tag_img{
	background: url('../images/choose_tag_v1.png') center no-repeat;
	background-size: 0.453333rem 0.453333rem;
	width: 1.173333rem;
	height: 1.173333rem;
	float: right;
}
.interest_type .choose_tag.active{
	color:#FF0100;
}
.interest_type .choose_tag.active .tag_img {
	background: url('../images/choose_active_v1.png') center no-repeat;
	background-size: 0.453333rem 0.453333rem;
}
/* 身份类型样式 */
.certificat_bg .auth_type{
    border-top: 1px solid #eee;
    padding-bottom: .8rem;
}
.certificat_bg .auth_type .add_type{
    width: 8.33333rem;
    height: 1.066667rem;
    background: #F7F8F9;
    border-radius: .586667rem;
    margin: 0 auto .266667rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certificat_bg .auth_type .add_type .img{
    width: .373333rem;
    height: .373333rem;
    background: url(../images/add_type.png) center center no-repeat;
    background-size: .373333rem;
    margin-right: .226667rem;
}
.certificat_bg .auth_type .add_type .word{
    height: 1.066667rem;
    line-height: 1.066667rem;
    font-size: .4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #E72410;
    line-height: 1.066667rem;
}
.certificat_bg .auth_dialog{
    position: fixed;
    left: 0;
    top: 0;
    width: 10rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 400;
    display: none;
}
.certificat_bg .auth_dialog .content {
    position: absolute;
    left: 0;
    bottom: 0;
}
.certificat_bg .auth_dialog .content .top{
    width: 10rem;
    height: 1.066667rem;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px #EEEEEE;
    border-radius: .32rem .32rem 0px 0px;
    height: 1.066667rem;
    font-size: .4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 1.066667rem;
    padding: 0 .4rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}
.certificat_bg .auth_dialog .content .top .cancel{
    color: #999999;  
}
.certificat_bg .auth_dialog .content .top .sure{   
    color: #E72410;
}
.certificat_bg .auth_dialog .content .auth_classify{
    width: 10rem;
    background: #FFFFFF;
    padding: .133333rem .6rem .56rem;
}
.certificat_bg .auth_dialog .auth_classify .f1{
    height: .973333rem;
    font-size: .32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: .973333rem;
}
.certificat_bg .auth_dialog .auth_classify .f2{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.certificat_bg .auth_dialog .auth_classify .f2 .tag{
    width: 2rem;
    height: .8rem;
    background: #F5F5F5;
    border-radius: .4rem;
    font-size: .32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: .8rem;
    text-align: center;
    margin-bottom: .266667rem;
    margin-right: .266667rem;
    position: relative; 
}
.certificat_bg .auth_dialog .auth_classify .f2 .tag p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.certificat_bg .auth_dialog .auth_classify .f2 .tag:nth-of-type(4n){
    margin-right: 0;
}
.certificat_bg .auth_dialog .auth_classify .f2 .tag.active{
    background: #FFF1EF;   
    color: #E72410;
}
.certificat_bg .auth_dialog .auth_classify .f2 .tag.active.select{
    border: .026667rem solid #E72410;
}
.certificat_bg .auth_dialog .auth_classify .f2 .tag.active .tag_close{
    position: absolute;
    right: -0.1rem;
    top: -0.1rem;
    width: .346667rem;
    height: .346667rem;
    background: url(../images/brand_type_close.png) center center no-repeat;
    background-size: .346667rem;
}
.certificat_bg .status_box{
    overflow: hidden;
    height: auto;
}
.certificat_bg .add_type.status{
    display: block;
    padding: 0 .426667rem;
}
.certificat_bg .auth_type .add_type_content{
    height: 1.066667rem;
    font-size: .4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 1.066667rem;
    float: left;
    width: 7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.certificat_bg .auth_type .close{
    width: .4rem;
    height: 1.066667rem;
    background: url(../images/add_type_close.png) center center no-repeat;
    background-size: .4rem;
    float: right;
}
.certificat_bg .basic_info{
    /* width: 10rem; */
    height: 2.56rem;
    background: #FFFFFF;
    box-shadow: 0px 1rpx 0px 0px #EEEEEE;
    border-radius: .32rem .32rem 0px 0px;
    padding:.533333rem .533333rem .426667rem;
    box-sizing: border-box;
    position: relative;
}
.certificat_bg .basic_info .title{
    font-size: .426667rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: .426667rem;
    margin-bottom: .186667rem;
    box-sizing: border-box;
}
.certificat_bg .basic_info .content{
    font-size: .346667rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: .493333rem;
}
/* 新增身份认证 */
.apply_page{
	height: 100%;
}
.identity_page{
	padding-bottom: .266667rem;
	height: 100%;
    background: #fff;
}
.identity_page .title{
	width: 10rem;
    height: 3.466667rem;
    background: url(../images/identity_title.png) center center no-repeat;
    background-size: 10rem 3.466667rem;
	padding-bottom: .52rem;
}
.identity_page .identity_name{
	position: relative;
	width: 8.933333rem;
	height: 2.853333rem;
	background: #FFFFFF;
	box-shadow: 0px 1px 0px 0px #EDEDED;
	margin: 0 auto;
	padding-top: .613333rem;
}
.identity_page .identity_name.code{
	margin-bottom: 2rem;
}
.identity_page .identity_name .name{
	height: .533333rem;
	font-size: .373333rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: .533333rem;
	margin-bottom: .613333rem;
}
.identity_page .identity_name input{
	border: none;
    border-radius: 0;
    outline: none;
	width: 8.933333rem;
	font-size: .426667rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: .6rem;
}
.identity_page .identity_name.code input{
	width: 5rem;
}
.identity_page .identity_name input::placeholder{
	height: .6rem;
	font-size: .426667rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #C0C0C0;
	line-height: .6rem;
}
.identity_page .identity_name .getCode{
	position: absolute;
	bottom: .306667rem;
	right: .2rem;
	width: 2.573333rem;
	height: 1.066667rem;
}
.identity_page .identity_name .getCode img{
	width: 2.573333rem;
	height: 1.066667rem;
}
.identity_page .identity_btn{
	width: 8.4rem;
	height: 1.12rem;
	background: linear-gradient(127deg, #F54A25 0%, #E72410 100%) rgba(255, 255, 255, 0.8);
	border-radius: .56rem;
	line-height: 1.12rem;
	text-align: center;
	font-size: .426667rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	margin: 0 auto;
	opacity: 0.2;
	pointer-events: none;
}
.identity_page .identity_btn.active{
	opacity: 1;
	pointer-events: auto;
}
.certificat_bg.identity_type{
	background: #fff;
}
/* 报名完成进群弹窗 --新*/
.apply_success_dialog {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none
}

.apply_success_dialog .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8.133333rem;
}

.apply_success_dialog .content .apply_top {
    width: 100%;
    height: 2.8rem;
    background: url(../images/apply_top_img.png) top center no-repeat;
    background-size: cover;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #FFFFFF;
    padding-top: .473333rem;
	position: relative;
	text-align: center;
}
.apply_success_dialog .content .apply_top .apply_top_title {
    font-size: .506667rem;
	/* font-weight: bold; */
	font-family: PingFangSC-Medium, PingFang SC;
    margin-bottom: .16rem;
}

.apply_success_dialog .content .apply_top .apply_top_info {
    font-size: .373333rem;
	padding: 0 .5rem;
}

.apply_success_dialog .content .apply_success_img {
    width: 1.386667rem;
    height: 1.386667rem;
    background: url(../images/apply_success_img.png) top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.apply_success_dialog .content .qr_code {
    width: 100%;
    height: 6.293333rem;
    background: url(../images/apply_bottm_img.png) top center no-repeat;
    background-size: cover;
    /* display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .386667rem; */
	padding: 0.43rem;
}

.apply_success_dialog .content .qr_code .qr_code_box {
    width: 4.666667rem;
    height: 4.666667rem;
    border-radius: .186667rem;
    border: 1px solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto .2rem;
}

.apply_success_dialog .qr_code .qr_code_box img {
    width: 4rem;
    height: 4rem;
}

.apply_success_dialog .content .close {
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
    width: .5066667rem;
    height: .5066667rem;
    background: url(../images/apply_close_img.png) top center no-repeat;
    background-size: .5066667rem .5066667rem;
    margin: 0 auto;
}
.order_dialog .content a{
    background: linear-gradient(127deg, #F54A25 0%, #E72410 100%);
}
.qr_code_box canvas{
	width: 4rem;
	height: 4rem;
}
.qr_code .word{
	font-size: .37rem;	
    text-align: center;

}