.JoinStep-common-guild-box .active.JoinStep-common-guild-boxInnerLarge,.JoinStep-common-guild-box .active.JoinStep-common-guild-boxInner{
    border-color: #38B566;
}
.active .clicon-corner-mark-check {
    display: block;
}
.clicon-corner-mark-check {
    display: none;
    position: absolute;
    font-size: 28px;
    right: 4px;
    top: 0;
    overflow: hidden;
    text-align: right;
    color: #38B566;
}
.JoinStep-common-content {
    width: 650px;
    height: 430px;
    background: #f8f8f8;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    margin-left: -325px;
    top: 50%;
    margin-top: -260px;
    z-index: 9999999;
}
.center-common-content {
	height: 390px !important;
}
.update-info-content {
	width: 600px;
	height: 508px;
	padding: 42px 48px;
	background: #f8f8f8;
	border-radius: 4px;
	position: fixed;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -241px;
    z-index: 999999;
}
.update-info-content-col {
	width: 100%;
	padding: 18px;
	line-height: 24px;
	background: #ffffff;
	margin-top: 12px;
}
.update-info-content-coltitle {
	width: 100px;
	color: #666666;
	font-size: 12px;
}
.JoinStep-common-bg {
    position: fixed;
    top: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.4);
    -webkit-transition: background ease-out .3s;
    -moz-transition: background ease-out .3s;
    -ms-transition: background ease-out .3s;
    -o-transition: background ease-out .3s;
    transition: background ease-out .3s;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#66000000,endColorstr=#66000000);
}
.JoinStep-common-success-header {
    height: 110px;
    text-align: center;
    font-size: 20px;
    line-height: 130px;
    background: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.JoinStep-common-success-body {
    padding: 20px 90px 36px 90px;
}
.JoinStep-common-success-body-title {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.JoinStep-common-success-body-code {
    width: 100%;
    text-align: center;
}

.JoinStep-common-success-body-code img {
    width:230px;
    height: 230px;
}

.JoinStep-common-success-body-code .logo-in-qrcode {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

.JoinStep-common-success-body-code .logo-in-qrcode img {
    width: 100%;
    height: 100%;
}


.JoinStep-common-guild {
    margin-top: 0px;
}
.JoinStep-common-guild-box {
    width: 25%;
    float: left;
    padding: 0 4px;
    margin-top: 8px;
    cursor: pointer;
    position: relative;
}
.JoinStep-common-guild-box .JoinStep-common-guild-boxInner {
    box-sizing: border-box;
    background: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #dddddd;
}
.JoinStep-common-guild-box .JoinStep-common-guild-boxInnerLarge {
    box-sizing: border-box;
    background: #ffffff;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #dddddd;
}
.arrow {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: dashed;
    border-color: transparent;
    border-left-width: 0;
    border-right-color: #fff;
    border-right-style: solid;
    top: 50%;
    margin-top: -8px;
    right: 0;
}
.arrow-in {
    right: -1px;
}
.arrow-out {
    border-right-color: #ddd!important;
}

.JoinStep-common-footer .btnConfirm-wx {
    font-size: 14px;
    background-color: #f8f8f8;
    color: rgb(153, 153, 153);
}

#next_to_say {
    padding: 5px 16px;
}

.JoinStep-common-footer .btnConfirm {
    font-size: 14px;
    width: 80px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -49px;
}
.JoinStep-common-footer .btnCancel {
    font-size: 14px;
    width: 80px;
    position: absolute;
    bottom: 20px;
    left: 57%;
    margin-left: -46px;
    display: none;
}
.JoinStep-common-footer-skip {
    position: absolute;
    bottom: 16px;
    left: 50%;
    margin-left: -16px;
    font-size: 12px;
    color: #38B566;
    cursor: pointer;
}
.JoinStep-common-manager-header {
    padding: 20px 55px;
    text-align: left;
    height: 100%;
    line-height: 24px;
}
.JoinStep-common-manager-details {
    position: relative;
    bottom: 11px;
    display: inline-block;
    font-size: 12px;
    margin-left: 48px;
}
.join-prevOccasion {
    color: #999;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: absolute;
    bottom: 52px;
    left: 90px;
}
.JoinStep-common-header-content {
    border-right: 1px solid #eee;
    padding-right: 30px;
    display: inline-block;
    position: relative;
}
.JoinStep-common-manager-img {
	width: 64px;
	height: 64px;
}
.JoinStep-common-manager-name,.JoinStep-common-manager-tel {
	color: #38B566;
	margin-left: 4px;
    font-weight: 600;
}
#ind_big {
	background-color: #fff;
	width: 463px!important;
	border-radius: 4px;
	font-size: 14px;
	margin: 12px 4px;
}
#scene-other,
#uses-other,
#company,
#telephone,
#email,
#userqq {
	width: 100%;
	height: 20px;
	padding: 0 15px;
	box-sizing: border-box;
	border-width: 0;
	display: inline-block;
	font-size: 14px;
}

#uses-other-container,
#scene-other-container,
#company-container,
#telephone-container,
#mail-container,
#qq-container {
	width: 520px;
	margin: 2px 0px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	transition: all .5s ease-in-out;
}
#uses-other-container.warn-select,
#scene-other-container.warn-select,
#mail-container.warn-select,
#qq-container.warn-select,
#company-container.warn-select,
#telephone-container.warn-select,
#ind_big.warn-select {
	border-color: #f44455;
	transition: all .5s ease-in-out;
}
#scene-other {
    height: 36px;
    border-radius: 4px;
}
.scene-other-container-new {
    position: relative;
    top:8px;
    left: 4px;
    width: 463px!important;
    border-radius: 4px;
}
.greenCircle:before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
    top: -2px;
	position: relative;
	left: -11px;
	border-radius: 50%;
	background-color: #38B566;
}
.update-close {
    font-weight: 700 !important;
    border: 0;
    font-size: 1.25rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    cursor: pointer;
    z-index: 11;
    text-align: center;
    right: 9px;
    top: 0px;
    position: absolute;
    padding: 12px;
}
.update-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}
#updateInfoPurpose,#updateInfoIndustry,#updateInfoCompany,#updateInfoMobile {
	max-width: 320px;
}
#updateInfoCompany,#updateInfoPurpose {
    text-overflow: ellipsis;
    max-height: 24px;
    overflow: hidden;
    white-space: nowrap;

}
#updateWeixinunBind {
	display: none;
}
/* 加载中样式 */
.JoinStep-common-loading {
    text-align: center;
    position: fixed;
    width: 160px;
    height: 160px;
    background: #646464;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -80px;
    border-radius: 4px;
    box-shadow: 0 0 10px #ccc;
    z-index: 999999;
}
.JoinStep-common-loading img {
    margin: 50px auto 20px;
}
.JoinStep-common-loading-prompt {
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: block;
    text-align: center;
}
#top-step5 {
    height: 688px;
    padding: 60px;
}
#top-step5 h2 {
    font-size: 18px;
    color: #323232;
    font-family: HiraginoSansGB-W6;
    text-align: center;
    margin-top: -10px;
}
.write-content {
    margin-top: 38px;
}
.check-list .check-content .list-one {
    box-shadow: none;
    margin-right:16px;
    margin-bottom: 15px;
    font-size:14px;
    position:relative;
    border: .0625rem solid #ccc;
    width: 120px;
    height: 38px;
}
.check-list .check-content .list-one:hover {
    box-shadow: none;
    background-color: #fff;
}
.check-list .check-content .list-one i {
    position: absolute;
    right: -1px; 
    top: -1px; 
    font-size: 22px; 
    color: rgb(76, 175, 80);
    display: none;
}
.check-list .check-content .list-one i.on {
    display: inline-block;
    border-radius: 0 4px 0 0;
}
.check-list .check-content .toggleborder {
    border: 1px solid #38B566!important;
}
#top-step5 .check-info {
    font-family: HiraginoSansGB-W3;
    font-size: 14px;
    color: #323232;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
#top-step5 .form-control {
    border-color: rgba(120,130,140,.25);
    border-radius: 0;
    padding: .53125rem .75rem;
    font-size: .8125rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: .0625rem solid #ccc;
    display: block;
    width: 255px;
}
.write-content {
    height: 247px;
}
.complete-box {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: HiraginoSansGB-W3;
    color: #fff;
    margin-top: 24px;
}
#check-continue {
    display: inline-block;
    width: 82px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #4eae53;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.list-back {
    position: absolute;
    left: 60px;
    display: inline-block;
    color: #999;
    cursor: pointer;
    bottom:66px;
}
.weixinBoxClose {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}
.weixinBoxClose:hover {
    color: #333;
}
img[src=""] {
    height: 230px;
}
.netCodeHeight {
    height: 230px;
}
