
	.head{
		background: none;
		background-size:cover;
	}

	.headbanner {
		height: 594px;
		width: 100%;
		/*position: fixed;*/
		background: url(../../img/member/banner11.jpg?12333)  center -50px no-repeat;
		background-size:cover;
	}
	.main .mem-rec h6{
		text-align: center;
		font-size: 19px;
		color:#333;
	}
	.main .mem-rec .mem-btn,.main .mem-rec .mem-tip{
		text-align: center;
		background: #dea26d;
		border-radius: 2px;
		color:#fff;
	}
	.main .mem-rec .mem-tip{
		width: 468px;
		height: 72px;
		line-height: 72px;
		display: block;
		border-radius: 36px;
		font-size: 24px;
	}
	.main table th{
		text-align: center;
	}
	.main tbody th,.main table tr td{
		border:1px dashed #c1c1c1;
	}
	.main table td,.main table th{
		vertical-align:middle;
	}

	/*会员招募*/
	.bz_qrcode_box {
		display: inline-block;
	}
	.bz_align-items-center {
		width: 100%;
		text-align: center;
	}

	/*.head {
		height: 594px;
	}
	.head .navbar {
		background: none;
	}
	.subpage .navbox {
		-webkit-box-shadow: none;
   	    -moz-box-shadow: none;
    	box-shadow:none;
    	z-index: 999;
	}

	.head .navbar-light .navbar-nav .nav-link {
		color: #FFF;
	}

	.subpage .wBg {
		transition-delay: 0.25s;
    	transition: all 0.75s;
    	box-shadow:0 0 30px 3px #777575;
		background:#FFFFFF;
	}

	.subpage .wBg .navbar-light .navbar-nav .nav-link {
		color: #999;
	}
	.subpage .wBg .navbar-light .navbar-nav .active>.nav-link {
		color: #b78a62;
	}
	.subpage .wBg .navbar-header {
		margin-top: 0px;
	}*/

@media (max-width: 991px){
	.main .mem-rec h6 ,.main .mem-rec p{
		font-size: 14px;
		color:#333;
	}
	.main .mem-rec .mem-tip{
		border-radius: 28px;
	}
	.h5box h5{
		font-weight: bold;
		color:#d3955f;
		margin-bottom: 24px;
	}
	.h5box h6{
		font-weight: bold;
		color:#666;
	}
	.headbanner {
		height: auto;
		width: 100%;
		background: none;
	}
	.tab-content .con-title {
		top: -36px;
	}
	.main .mem-rec .mem-tip {
		height: auto;
		font-size: 16px;
		width: auto;
		line-height: 28px;
	}
}


@media (min-width: 992px){
	.main .mem-rec {
		margin-top: 160px;
	}
	.main .mem-rec .mem-tip{
		width: 468px;
		height: 72px;
		line-height: 72px;
		display: block;
		border-radius: 36px;
		font-size: 24px;
		margin-bottom: 66px;
	}
}