@CHARSET "UTF-8";;

@font-face {
	font-family: 'myFirstFont';
	src: url('../../resources/font/Tungsten-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'myNumberFont';
	src: url('../../resources/font/dincondensedc_downcc.otf') format('truetype');
}


body {
	min-width: 320px;
	position: relative;
	background: #f5f5f5;
	color: #000000;
	font-size: 12px;
	font-family: "SimSun", "Lucida Grande", "Lucida Sans Unicode",
		"STHeiti", "Helvetica", "Arial", "Verdana", "sans-serif";
}
img{
	max-width:100%;
	height:auto;
	border:none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fff;
}
/*********************************************门票*******************************************/
.total-pay {
    clear: both;
}
.layui-layer-page .layui-layer-content {
	border-radius: 0.04rem;
}

.layer-heading {
	background: #2dca44;
	height: 0.4rem;
	margin-bottom: 0.2rem;
}

.layer-body {
	padding: 0.2rem;
	font-size: 0.15rem;
}

.promo-codes {
	width: 100%;
	margin: 0.1rem auto;
	background: url('../images/qualify-img.png') no-repeat left top;
	background-size: contain;
}

.promo-codes>span {
	color: white;
	margin-left: 22%;
	display: block;
}

input.layer-input {
	border-radius: 0.04rem;
	border: none;
	height: 0.25rem;
	text-align: center;
}

label.discount {
	position: relative;
}

.ticket-btn {
	text-align: center;
	margin: 0 auto;
}
.enrollBtn:hover,.enrollBtn:focus,.enrollBtn:visited,.enrollBtn:active{
	     color: #fff!important;
}

/*新附加弹出*/
.productInfo {
	vertical-align: top !important;
	padding-left: 25px !important;
}

.productTop {
	padding-bottom: 0.4rem;
	padding-top: 0.55rem;
	border-bottom: 3px solid #2dca44;
}

.productPrice {
	font-size: 14px;
	color: #2dca44;
}

.productPriceDiv label {
	color: #2dca44;
}

.productIncrease, .productDecrease {
	width: 20px;
	height: 20px;
	border: none;
	background: #333333;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.productDecrease:before, .productIncrease:before {
	content: "";
	width: 10px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: 5px;
	top: 9px;
}

.productIncrease:after {
	content: "";
	width: 2px;
	height: 10px;
	background: #ffffff;
	position: absolute;
	left: 9px;
	top: 5px;
}

.productInfo h2 {
	font-size: 20px;
	margin-top: 0;
}

.productPriceDiv {
	float: left;
	color: #D8673B;
	padding-left: 5px;
	margin-top: 15px;
	width: 24%;
}

.productItemLabel {
	width: 13%;
	display: block;
	float: left;
	margin-top: 15px;
	color: #999999;
}

.productCountDiv {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

.cell-3 {
	width: 30%;
	position: relative;
}

.productInfo {
	vertical-align: top !important;
	padding-left: 25px !important;
}

.cell-7 {
	width: 70%;
	position: relative;
}

.costDetail {
	height: 50px;
	padding-left: 1em;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.layer-sanfo .layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -20px;
	top: -70px;
	width: 40px;
	height: 56px;
	margin-left: 0;
	background-position: -222px -1px;
}

.layer-sanfo.layui-layer-page .layui-layer-content {
	padding: 0px;
	overflow: auto;
}

.layer-sanfo .layui-layer-btn {
	text-align: center;
	font-size: 16px;
}

.layer-sanfo .layui-layer-btn a {
	height: 40px;
	width: 150px;
	line-height: 40px;
}
.layer-sanfo .layui-layer-btn a:hover{
	color:#fff;
}
.tableLayout .cellLayout {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0px;
	z-index: 99;
	position: relative;
}

.tableLayout {
	display: table;
	width: 100%;
}

.productSpinner {
	width: 40px;
	height: 20px;
	border: 1px solid #cf393a;
	text-align: center;
	color: #000000;
	position: relative;
	top: -5px;
	font-size: 8px;
	border-radius: 2px;
}

.surplus {
	display: inline-block;
	padding-left: 5px;
	margin-top: 15px;
	font-size: 14px;
	width: 30%;
}

.productItemLabel {
	display: block;
	float: left;
	margin-top: 15px;
	color: #999999;
}

.cost-total {
	position: absolute;
	top: 1.8rem;
	right: 10%;
}

.group-info {
	color: #bbbbbb;
}
/* 弹出层免责声明我同意 */
.layer-botton-yes {
	width: 1.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #2dca44;
	border-radius: 0.05rem;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}
@media (max-width:767px){
	.layer-botton-yes {
		width: 3rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}
}
/***********************************队伍报名和个人信息通用样式******************************/
.enroll-bg {
	background: white;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

.panel-add {
	border-color: #2dca44;
	border: 0.04rem solid #2dca44;
}

.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel-heading-add {
	color: #333;
	background-color: #2dca44;
	border-color: #2dca44;
	padding: 0.1rem 0.15rem;
	border-bottom: 0.02rem solid transparent;
	border-top-left-radius: 0.02rem;
	border-top-right-radius: 0.02rem;
}

.panel-body-add {
	padding-bottom: 0.25rem;
	position: relative;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.is-agent:after {
	content: "";
	background: url('../images/enroll-for-other.png') no-repeat right top;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.5rem;
	height: 0.5rem;
}

.list-group-item-add:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
}

.list-group-item-add {
	position: relative;
	display: block;
	padding: 0.1rem 0rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-radius: 0;
	height: 0.6rem;
}

.list-group-item-add>span:nth-child(2) {
	display: inline-block;
	float: right;
	margin-top: 0.22rem;
}

.list-group-item-add>span:nth-child(1) {
	color: #2dca44;
	background: #000000;
	padding: 0.05rem 0.1rem;
	border-radius: 0.04rem;
	line-height: 0.65rem;
}

.other-member {
	width: 90%;
	float: right;
}

.btn-add {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	min-width: 0.8rem;
	border-color: #ccc;
}

.btn-add-active {
	background: #000000;
	color: #2dca44;
}

.btn.focus {
	color: #fff;
}

.btn-add-active:hover {
	color: #fff;
}

.red-star {
	color: #df1700;
}

.certify li {
	float: left;
	margin-right: 0.2rem;
	margin-top: 0.1rem;
}

/***************************************** 报名页部分 ***************************************/
.certify[f-type='image'] {
	padding-left: 0;
	margin-left: 0.15rem;
}

.certify[f-type='image'] li {
	list-style: none;
	margin-right: 3%;
}

.certify p {
	color: #ccc;
	font-size: 0.15rem;
	width: 0.4rem;
	text-align: center;
	margin: 0 auto;
	margin-top: 0.1rem;
}

.certify a:hover {
	text-decoration: none;
}

.form-title-add {
	font-weight: bold;
}

.upload_box, .confirm-upload_box {
	display: block;
	width: 0.65rem;
	height: 0.85rem;
	border: 0.01rem #cccccc dotted;
	background-color: #F4F4F4;
	padding: 0.01rem;
}
/*附加收费项*/
.addtional-items {
	height: 0.4rem;
	line-height: 0.4rem;
}

.decrease {
	position: relative;
	border: none;
	border-radius: 50%;
	width: 0.2rem;
	height: 0.2rem;
	vertical-align: middle;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background: #000;
}

.increase {
	position: relative;
	border: none;
	border-radius: 50%;
	width: 0.2rem;
	height: 0.2rem;
	vertical-align: middle;
	margin-right: 0rem;
	margin-left: 0.2rem;
	background: #000;
}

.spinner {
	text-align: center;
	border-radius: 0.04rem;
	min-width: 0.1rem;
	max-width: 0.4rem;
	width: 0.4rem;
	height: 0.3rem;
	border: 0.01rem solid #ccc;
}

.addtional-item-group {
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
	min-height: 0.6rem;
	line-height: 0.6rem;
}

span.addtional-item-name {
	width: 30%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: bottom;
	white-space: nowrap;
}

span.addtional-item-name-3 {
	width: 30%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	vertical-align: bottom;
}

.chargeCount {
	width: 10%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	vertical-align: bottom;
}

.dot-line {
	position: relative;
	width: 5rem;
	max-width: 50%;
	min-width: 10%;
}

.dot-line:after {
	content: "";
	position: absolute;
	right: 66%;
	top: 0.2rem;
	width: 100%;
	height: 0.01rem;
	border-bottom: 0.01rem dotted #ccc;
}

.decrease:before {
	position: absolute;
	content: "";
	width: 50%;
	height: 0.02rem;
	left: 0.05rem;
	top: 43%;
	background: #ffffff;
}

.increase:before {
	position: absolute;
	content: "";
	width: 50%;
	height: 0.02rem;
	left: 0.05rem;
	top: 43%;
	background: #ffffff;
}

.increase:after {
	position: absolute;
	content: "";
	width: 0.02rem;
	height: 50%;
	left: 45%;
	top: 0.05rem;
	background: #ffffff;
}

.button-submit-add {
	background: #2dca44;
	margin: 0.2rem auto;
	border: none;
	padding: 0.15rem 0.5rem;
	font-size: 0.16rem;
	text-align: center;
	display: block;
	width: 2rem;
	color: #fff;
}

.form-control-add {
	/* margin-bottom: 0.4rem; */
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	height: 0.4rem;
}

.totaFeeSection {
	font-size: 0.16rem;
	padding-bottom: 0.5rem;
}

.contentJoined {
	padding-bottom: 0.5rem;
}

.totalFee {
	color: #2dca44;
	font-size: 0.18rem;
}
/*附加收费项*/
.left-part {
	display: inline-block;
	width: 20%;
	max-width: 1.6rem;
}


.main-part {
	display: inline-block;
	vertical-align: top;
	width: 78%;
}

.btnBuy {
	float: right;
	background: #2dca44;
	width: 1rem;
	text-align: center;
	height: 0.3rem;
	border-radius: 0.05rem;
	line-height: 0.3rem;
	cursor: pointer;
}

.leastCost {
	position: absolute;
	right: 20%;
	color: #2dca44;
	font-weight: 600;
	font-size: 1.2em;
}

.leastCost>span {
	font-weight: 400;
	font-size: 0.7em;
}

.lineStyle {
	width: 100%;
	height: 1px;
	margin: 20px auto;
	border-bottom: 1px solid #cccccc;
}

.productsImage {
	width: 100%;
	margin-top: 0.2rem;
}

.hotelName {
	width: 50%;
	font-size: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#addedCostContent {
	padding-bottom: 1rem;
}

.enroll-tame-cmpt-name {
	margin-bottom: 0.1rem;
	font-size: 0.24rem;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.enroll-team-agent {
    color: #2dca44;
    min-width: 0.8rem;
    text-align: left;
    border-radius: 0.05rem;
    padding: 0.02rem;
    margin-bottom: 0.1rem;
    display: inline-block;
}

.enroll-team-status {
	color: #fd6800;
    display: inline-block;
    min-width: 0.8rem;
    text-align: left;
    border-radius: 0.05rem;
    padding: 0.02rem;
    margin-bottom: 0.1rem;
}

.enroll-team-edit {
	color: #2dca44;
	display: inline-block;
	border: 1px solid #2dca44;
	text-align: center;
	border-radius: 0.05rem;
	padding: 0.02rem;
	margin-bottom: 0.1rem;
}
/*teamEnroll*/
.enroll-team-panel {
	margin-top: 0.2rem;
}

.col-cmpt-detail {
	margin-top: 0.3rem;
	font-size: 0.14rem;
}

.enroll-team-bg-color {
	background: #fff;
}

.enroll-team-cmpt-img {
	border-radius: 0.05rem;
	position: relative;
	border: 0.2rem solid #fff;
	bottom: 0.25rem;
	width: 88%;
	max-width: 3.54rem;
	max-height: 2.43rem;
}

.contactContent label {
	display: inline-block;
	margin-right: 3%;
	min-width: 1.2rem;
	border: 1px solid #ccc;
	border-radius: 0.05rem;
	height: 0.55rem;
	line-height: 0.55rem;
	text-align: center;
	background: #fff;
	color: #999;
	font-weight: 400;
	cursor: pointer;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	margin-bottom: 0.2rem;
}

/*通用样式*/
.col-nopadding-l {
	border-right: 0px;
	padding-left: 15px;
	border-left: 0px solid transparent;
}

.col-nopadding-r {
	border-left: 0px;
	padding-right: 0;
}

/*step*/
.step-sec {
	padding: 0.5rem;
	height: 1.5rem;
	text-align: center;
}

.col-xs-3.col-sm-3.step {
	position: relative;
}

.step-img {
	font-size: 0.2rem;
	color: white;
	line-height: 0.5rem;
	text-align: center;
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background: #ccc;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 0.1rem auto auto;
}
/*layer*/
.list-style {
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem !important;
	text-align: center;
	background: #ffffff;
	border-bottom: 1px solid #ccc;
}
/*登录layer*/
.layui-layer-content {
	width: 100%;
}

.layui-layer-content ul {
	padding: 0;
	margin: 0;
}

.layui-layer-content li {
	list-style: none;
}

.loginQRcodeDiv {
	text-align: center;
	margin: 0.1rem;
}

.loginQRcode {
	width: 280px;
	height: 280px;
	display: block;
	margin: 0 auto;
}

.btnToolBar {
	margin: 0.1rem auto;
	text-align: center;
}

.pageOneButton {
	font-size: 0.15rem;
	color: #fff;
	background-color: #2dca44;
	border-radius: 0px;
	float: none;
	clear: both;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius: 5px;
}

.login_a_group a:hover {
	color: #000000;
}

@media ( max-width : 767px) {
	.productInfo h2{
	    text-overflow: ellipsis;
	    font-size: .26rem;
	    margin-top: 0;
	    width: 2.5rem;
	    white-space: nowrap;
	    display: block;
	    overflow: hidden;
	    text-indent: 0.5em;
	}
	.productCountDiv {
	    float: right;
	    margin-top: 10px;
	    margin-right: 5px;
	}
	.loginQRcode {
		width: 5rem;
		height: 5rem;
	}
	.pageOneButton {
		font-size: 0.3rem;
		line-height: 0.4rem;
		height: 0.75rem;
		line-height: 0.75rem;
	}
	button.btn.btn-pay-by-free {
		width: 70%;
		background: #2dca44;
		color: #fff;
		height: 0.8rem;
	    line-height: 0.8rem;
	    padding: 0;
	    font-size: 0.28rem;
	    margin-top: 0.2rem;
	}
	.header-partner {
	    padding-top: .9rem;
	    padding-bottom: 1rem;
	    position: relative;
	}
}

thead .list-style:first-child {
	height: 0.52rem;
	line-height: 0.52rem;
}

th {
	text-align: center;
}

tbody tr.list-style:nth-of-type(odd) {
	background: #f5f5f5;
	line-height: 0.6rem;
}

th.member-name-list.col-sm-4, th.member-sex-list.col-sm-4, th.member-tel-list.col-sm-4
	{
	line-height: 0.4rem;
	font-size: 0.18rem;
	font-weight: 400;
	color: #999;
}

.enroll-team-name, .enroll-team-city, .enroll-team-time {
	width: 100%;
	color: #999999;
	margin-bottom: 0.1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: bottom;
	font-size: 0.2rem;
}
/************************************附加费tab开始*******************************************/
.tab>div {
	display: inline-block;
	font-size: 0.3rem;
	text-align: center;
	cursor: pointer;
}

.add-tab-line {
	width: 1px;
	height: 20px;
	background-color: #b1b1b1;
	margin-left: 0.6rem;
	margin-right: 0.3rem;
	margin-bottom: -3px;
}

.tabItem {
	margin-top: 0.2rem;
}

.tab-price-select {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	background-color: #999999;
	padding-left: 0.02rem;
	padding-right: 0.04rem;
	border-radius: 5px;
	color: white;
	top: -12px;
}

.tab-active {
	color: #2dca44;
}

.tab-active+span {
	background-color: #2dca44;
}

.tabItem+.tab-price-select:before {
	content: "";
	width: 0;
	height: 0;
	border-top: #999999 solid 6px;
	border-left: transparent solid 0px;
	border-right: transparent solid 13px;
	bottom: -3px;
	position: absolute;
	left: 0px;
}

.tab-active+.tab-price-select:before {
	border-top: #2dca44 solid 6px;
}

/************************************附加费tab********end***********************************/


/* 手机屏幕 */
@media ( max-width : 767px) {
	.tab-price-select {
		margin-top: 3px;
		font-size: 9px;
	}
	/*通用*/
	.col-nopadding-r {
		border-right: 0px;
	}
	.col-nopadding {
		padding: 0;
	}
	.container-none {
		margin: 0;
		padding: 0;
	}
	.enroll-team-bg-transparent {
		background: transparent;
	}
	html {
		font-size: 50px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.container-team {
		padding-right: 8px;
		padding-left: 8px;
	}
	.col-add {
		padding-right: 0.05rem;
		padding-left: 0.05rem;
	}
	.panel {
		margin-bottom: 0.2rem;
	}
	hr {
		border-top: none;
	}

	/*teamEnroll*/
	.team-profile-style {
		margin-left: -10px;
	}
	.btn-member-list {
		float: right;
		margin-right: 6%;
		height: 0.5rem;
		line-height: 0.2rem;
		font-size: 0.24rem;
		border-color: #ff6600;
		color: #ff6600;
	}
	.container-white {
		background: #fff;
	}
	.enroll-team-cmpt-img {
		border-radius: 0.05rem;
		position: relative;
		border: 0.06rem solid #fff;
		bottom: 0.25rem;
		width: 100%;
		max-width: 3.54rem;
		max-height: 2.43rem;
	}
	.enroll-team-bg-color-wx {
		background: transparent;
	}
	.col-cmpt-detail {
		margin-top: 0.2rem;
		font-size: 0.20rem;
		position: relative;
	}
	.enroll-tame-cmpt-pay {
		position: absolute;
		top: 0.4rem;
		right: 0;
		color: #2dca44;
		font-size: 0.36rem;
	}
	.enroll-team-panel {
		margin-top: 0rem;
	}
	.subtitle-tc {
		font-size: 0.28rem;
		font-weight: 600;
		margin-top: 1rem;
	}
	.itemCtrl.borderAll {
		display: inline-block;
		width: 4rem;
		/* height: 0.4rem; */
	}
	.main-part {
		display: inline-block;
		vertical-align: top;
		width: 72%;
	}
	.item-add {
	    position: relative;
	}
	.choose-status {
	    position: absolute;
	    bottom: 0;
	    right:1em;
        color: #2dca44;
	}
	.itemLabel {
		width: auto;
		display: block;
		padding-bottom: 0.1rem;
		font-size: 0.24rem;
	}
	.itemCtrl.borderAll {
		display: block;
		width: 100%;
	}
	.form-control-add {
		background: #fff;
		width: 100%;
		height: 0.6rem;
		font-size: 0.22rem;
	}
	.hotelName {
		width: 100%;
		font-size: 0.24rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.totaFeeSection {
		font-size: 0.16rem;
		height: 0.7rem;
		padding: 0;
		line-height: 0.7rem;
	}
	.contentJoined {
		font-size: 0.3rem;
		width: 100%;
		font-size: 0.24rem;
		height: 1rem;
		margin-top: 0.25rem;
	}
	.button-submit-add {
		position: absolute;
		margin: 0 0 0.2rem 0;
		padding: 0;
		display: block;
		width: 32%;
		right: 0;
		bottom: 0;
		height: 0.9rem;
		line-height: 0.9rem;
		border-radius: 0;
		text-align: center;
		font-size: 0.32rem;
		border: none;
		background: #2dca44;
		color: #fff;
	}
	.button-submit-add:hover {
		background: #da243c;
	}
	.totalFee {
		color: #2dca44;
		font-size: 0.4rem;
	}

	/*表格*/
	.item {
		margin-bottom: 0.4rem;
	}
	.item-label {
		font-size: 0.16rem;
		display: inline-block;
		min-width: 1rem;
	}
	.item-label {
		padding-bottom: 0.1rem;
		font-size: 0.24rem;
		display: block;
	}
	.certify[f-type='image'] {
		padding-left: 0;
		height: 1.4rem !important;
	}
	/* ************************************************* left Menu ****************************************************** */
	ul#mm-0 {
		background: #fff;
		 padding: 0;
	}
	.greeting-sec {
		width: 100%;
		height: 0.6rem;
		text-align: center;
		position: relative;
		color: #fff;
	}
	.greeting-sec:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0;
		border-bottom-width: 1px;
		border-bottom-color: #1f2b37;
		border-bottom-style: solid;
	}
	#menu {
		z-index: 1000;
	}
	#menu ul li img {
		display: block;
		width: 0.4rem;
		margin: 8% auto auto auto;
		height: 0.4rem;
	}

	.mm-menu.mm-right {
		z-index: 999;
	}
	.certify li {
		margin-right: 2%;
		width: 17%;
	}
	.upload_box, .confirm-upload_box {
		width: 1rem !important;
		height: 1.2rem !important;
	}
	.menu-login-sec {
		width: 100%;
		text-align: center;
		height: 0.76rem;
		display: block;
		margin-top: 1.2rem;
		vertical-align: middle;
		float: left;
		cursor: pointer;
	}
	.menu-login-sec a {
		position: relative;
		display: block;
		width: 100%;
		cursor: pointer;
		color: #fff;
		height: 0.76rem;
		padding-top: 0.2rem;
	}
	.menu-login-sec>a:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 0.76rem;
		left: 0;
		bottom: 0;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #1f2b37;
		border-bottom-width: 1px
	}
	.menu-login-sec>a:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 0.76rem;
		left: 0;
		top: 0;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #1f2b37;
	}
	/*常用联系人*/
	.contactContent label {
		display: inline-block;
		margin-right: 3%;
		min-width: 1rem;
		border: 1px solid #ccc;
		border-radius: 0.05rem;
		height: 0.6rem;
		line-height: 0.6rem;
		text-align: center;
		background: #fff;
		color: #999;
		font-weight: 400;
		cursor: pointer;
		padding-left: 0.1rem;
		padding-right: 0.1rem;
		font-size: 0.22rem;
	}
	label#add {
		border: 1px dashed #ccc;
	}
	/*附加费用项*/
	.productsImage {
		width: 100%;
		margin-top: 0.1rem;
	}
	.left-part {
		width: 29%;
	}
		.item-add {
	    position: relative;
	}
	.choose-status {
	    position: absolute;
	    bottom: 0;
	    right: 1em;
	    color: #ff6800;
	}
	.leastCost {
		margin-top: 0.36rem;
		position: absolute;
		right: 0;
		font-size: 0.28rem;
		color: #ff6800;
	}
	.summary {
		width: 60%;
		margin-top: 0.5rem;
		display: block;
		margin-left: 0.1rem;
		color: #ccc;
		font-size: 0.2rem;
	}

	/*附加弹出层*/
	.layer-sanfo.layui-layer-page .layui-layer-content {
		padding: 0;
	}
	.productInfo {
		vertical-align: top !important;
		padding-left: 0px !important;
	}
	.productItemLabel {
		text-align: center;
		width: 15%;
	}
	.layer-sanfo .swiper-container.main-banner.swiper-container-horizontal.swiper-container-fade
		{
		position: fixed;
		bottom: 6.6rem;
		box-shadow: 0px 0px 0px 6px #fff;
		left: 5%;
	}
	.productTop {
		position: fixed;
		padding-bottom: 0.2rem;
		padding-top: 0.2rem;
		border-bottom: 3px solid #2dca44;
		background: #fff;
		z-index: 100;
	}
	.cost-total {
		position: absolute;
		top: 0.3rem;
		right: 10%;
		font-size: 16px;
	}
	.productCost:nth-of-type(2) {
		margin-top: 1.5rem;
	}
	.productCost:last-child {
		margin-bottom: 0.6rem;
	}
	.layer-sanfo a.layui-layer-btn0 {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0;
		margin: 0;
	}
	.layer-total-fee {
		font-weight: 600;
		color: #2dca44;
		font-size: 0.3rem;
	}
	/*enrollConfirm弹出层*/
	.pay-sanfo .layui-layer-ico.layui-layer-close.layui-layer-close1 {
		position: absolute;
		right: -20px;
		top: -70px;
		width: 40px;
		height: 56px;
		margin-left: 0;
		background-position: -222px -1px;
	}
	.pay-sanfo .layer-body {
		padding: 0.2rem;
	}
	.pay-sanfo .promo-codes {
		height: 1.6rem;
	}
	.pay-sanfo .layer-input {
		width: 46.43%;
		margin-left: 13%;
		margin-top: 6%;
		height: 50%;;
	}
	.total-pay span {
		font-size: 26px;
		color: #2dca44;
	}
	.container-team {
		margin-top: 0.8rem;
		margin-bottom: 0.4rem;
	}
	
	.enroll-team-name img,.enroll-team-time img,.enroll-team-city img {
		width: 17px;
		margin-right:5px;
	}
	
	.cmpt-time-wrapper img {
		width: 16px;
	}
	.cmpt-city-wrapper img {
		width: 16px;
	}
	.main-cmpt-time-wrapper img {
		width: 16px;
	}
	.main-cmpt-city-wrapper img {
		width: 16px;
	}
	.cmpt-layer-time img {
		width: 16px;
	}
	.cmpt-layer-city img {
		width: 16px;
	}
	/*footerBar*/

	.footerBar.hidden-sm.hidden-md.hidden-lg {
		height: 1rem;
		background: #ffffff ;
	    position: fixed;
	    width: 100%;
	    bottom: 0;
	    z-index:1000;
	    border-top: 0.01rem solid #DDDDDD;
	    box-shadow: 0.06rem -0.1rem rgba(255,255,255,0.5);
	}
	.footerBar>div {
		float: left;
		width: 25%;
		height: 1rem;
	}
	.footerBar img {
		display: block;
		width: 0.4rem;
		height:0.4rem;
		margin: 0 auto;
		background: #999;
	}
	.footerBar span {
		text-align: center;
		margin: 0 auto;
		display: block;
		font-size: 0.18rem;
    	color: #999;
		margin-top: 0.06rem;
	}
	.footerBar .active span{color:#2dca44;}
	.footerBar a{ display: block;position: relative;padding-top: 0.12rem;}
	
}

@media ( max-width : 414px) {
	header .form-control {
		width: 50%;
	}
}

@media ( max-width : 375px) {
	header .form-control {
		width: 50%;
	}
}

@media ( max-width : 320px) {
	header .form-control {
		width: 40%;
	}
	.pay-sanfo .layer-input {
		margin-top: 7%;
	}
}
/* 大屏幕 */
@media ( min-width : 768px) {
	html {
		font-size: 100px;
	}
	body {
		font-size: 0.14rem;
		color: #333;
	    min-width: 1040px;
	}
	.header-partner {
    	padding-top: 0;
	}
	/*表格*/
	.item {
		margin-bottom: 0.4rem;
	}
	.item-label {
		font-size: 0.16rem !important;
		display: inline-block;
		min-width: 1rem;
	}
	/*常用联系人*/
	.contactContent label {
		display: inline-block;
		margin-right: 3%;
		min-width: 1rem;
		border: 1px solid #ccc;
		border-radius: 0.05rem;
		height: 0.4rem;
		line-height: 0.4rem;
		text-align: center;
		background: #fff;
		color: #999;
		font-weight: 400;
		cursor: pointer;
		padding-left: 0.05rem;
		padding-right: 0.05rem;
	}
	label#add {
		border: 1px dashed #ccc;
	}
	.btnBuy {
		float: right;
		width: 14%;
		height: 0.4rem;
		max-width: 1rem;
		min-width: 0.8rem;
		line-height: 0.4rem;
		border-radius: 0.05rem;
		text-align: center;
		background: #2dca44;
		color: #fff;
	}
	.summary {
		display: block;
		width: 60%;
		margin-top: 0.5rem;
		margin-left: 0.1rem;
		color: #ccc;
	}
	/*teamEnroll*/
	.enroll-tame-cmpt-pay {
		position: absolute;
		right: 11%;
		top: -15px;
		color: #2dca44;
		font-size: 0.4rem;
	}
	.subtitle-tc {
		margin-top: 0.5rem;
		font-size: 0.18rem;
		font-weight: 600;
	}
	.enroll-team-bg {
		padding: 0rem 1.85rem;
	}
	.itemCtrl.borderAll {
		display: inline-block;
		width: 4rem;
		/* height: 0.4rem; */
	}
	.itemLabel {
		display: inline-block;
		width: 1.2rem;
	}
	.tab>div {
		font-size: 0.16rem;
	}
	.tab-price-select {
		top: -0.2rem;
	}
	.btn-member-list {
		color: #ff6600;
		padding-left: 0.1rem;
		padding-right: 0.1rem;
		min-width: 0.82rem;
		border-color: #da243c;
		height: 0.3rem;
	}
	.layer-total-fee {
		font-weight: 600;
		color: #2dca44;
		font-size: 0.16rem;
	}
	.layer-sanfo .productInfo {
		height: 115px;
	}

	/*enrollConfirm弹出层*/
	.pay-sanfo .layui-layer-ico.layui-layer-close.layui-layer-close1 {
		position: absolute;
		right: -20px;
		top: -70px;
		width: 40px;
		height: 56px;
		margin-left: 0;
		background-position: -222px -1px;
	}
	.pay-sanfo .layer-body {
		padding: 0.2rem;
	}
	.pay-sanfo .promo-codes {
		height: 1.2rem;
	}
	.pay-sanfo .layer-input {
		width: 46.43%;
		margin-left: 13%;
		margin-top: 6%;
		height: 0.4rem;
	}
	.total-pay span {
		font-size: 26px;
		color: #2dca44;
	}
	/*footer*/
	/*针对火狐*/
	@
	-moz-document url-prefix (){ .productIncrease {
		top: -8px;
	}
}

@
-moz-document url-prefix (){ .productDecrease {
	top: -8px;
}

}
button.btn.btn-pay-by-free {
	width: 70%;
	background: #2dca44;
	color:#fff;
}
/* comment-start */
.com-Praise {
	float: right;
	width: 0.9rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	border:0.01rem solid #ccc ;
	border-radius: 0.06rem;
	font-size: 0.16rem;
	color: #999999;
}

.com_reply_more {
	cursor: pointer;
}

.textLimit {
	position: absolute;
}

.textLimitFar {
	position: relative;
}

.commentLimit {
	bottom: 0.75rem;
}

.replyLimit {
	bottom: 0.3rem;
}
/* comment-end */


}
@media ( min-width : 992px) {
}

@media ( min-width : 1200px) {
	.shopSanfo>div>span {
		font-size: 0.14rem;
	}
	.enroll-team-name img,.enroll-team-time img,.enroll-team-city img {
		width: 16px;
		margin-right: 5px;
	}
	.cmpt-time-wrapper img {
		width: 16px;
	}
	.cmpt-city-wrapper img {
		width: 16px;
	}
	.main-cmpt-time-wrapper img {
		width: 16px;
	}
	.main-cmpt-city-wrapper img {
		width: 16px;
	}
	.cmpt-layer-time img {
		width: 16px;
	}
	.cmpt-layer-city img {
		width: 16px;
	}
	
	.item-add {
	    position: relative;
	}
	.choose-status {
	    position: absolute;
	    bottom: 0;
	    left:20.2%;
        color: #2dca44;
	}
}

@media ( max-width : 1199px) {
	
	.container {
		width:100% !important;
	}
}

@media ( min-width : 1200px) {
	.container {
		width: 12rem;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	ul.nav.navbar-nav.navbar-main a {
		font-size: 16px;
		overflow:hidden;
	}
}

@media ( min-width : 768px) and (max-width: 990px) {
	.enroll-team-bg {
		padding: 0rem 10%;
	}
	.main-part {
		display: inline-block;
		vertical-align: top;
		width: 77%;
	}
	.leastCost {
		position: absolute;
		right: 30%;
	}
	.qrSanfo {
		padding-left: 0;
		text-align: left;
	}
	.enroll-team-name, .enroll-team-city, .enroll-team-time {
		font-size: 0.14rem;
	}
	header .navbar-brand {
		padding: 0px;
	}
	header .navbar {
		width: 90%;
	}
	/* header .navbar-nav:first-child {
		margin-left: 2%;
		width: 46%;
	} */
	.navbar-main:first-child>li>a {
		padding-left: 0;
		font-size: 0.12rem;
		padding-right: 0;
	}
	header .navbar-form {
		width: 21%;
	}
	header .navbar-right-bottom>a {
		margin-left: 2px;
	}
	header .navbar-form .form-group {
		position: relative;
		margin-top: 0.05rem;
		height: 0.5rem;
		margin-bottom: -10px;
		vertical-align: top;
	}
	header .header-btn-search {
		position: absolute;
		margin-left: -40px;
		width: 20px;
		cursor: pointer;
		right: 10%;
		bottom: 0;
	}
	
	.right-imgs>img {
		width: 49%;
		display: inline-block;
	}
	.footer-left-texts {
		margin-left: 0;
	}

	.right-imgs {
		width: 60%;
		float: right;
		display: inline-block;
	}
	.footer-right-texts {
		margin-right: 0.1rem;
	}
	.item-add {
	    position: relative;
	}
	.choose-status {
	    position: absolute;
	    bottom: -5px;
	    left:21%;
        color: #2dca44;
	}
}

@media ( min-width : 991px) and (max-width: 1200px) {
	.enroll-team-bg {
		padding: 0rem 10%;
	}
	.main-part {
		display: inline-block;
		vertical-align: top;
		width: 78%;
	}
	.leastCost {
		position: absolute;
		right: 27%;
	}
	.left-part {
		display: inline-block;
		width: 15%;
		max-width: 1.6rem;
	}
		.item-add {
	    position: relative;
	}
	.choose-status {
	    position: absolute;
	    bottom: 0;
	    left:16%;
        color: #2dca44;
	}
	.productsImage {
		width: 100%;
		margin-top: 0.2rem;
	}
	.enroll-team-name, .enroll-team-city, .enroll-team-time {
		font-size: 0.14rem;
	}
	
}

@media ( min-width : 1200px) {
	.summary {
		width: 80%;
	}
	.enroll-team-name, .enroll-team-city, .enroll-team-time {
		font-size: 0.14rem;
	}
	header .navbar {
		width: 90%;
		min-width: 858px;
	}
}

@media ( min-width : 1920px) {
	.navbar-nav:nth-of-type(2) {
		width: 22%;
	}
	header .navbar {
		min-width: 858px;
	}
}

/*图片单独设置媒体查询*/
@media ( max-width : 767px) {
	/*img 大小*/
	.input-group-addon img {
		width: 0.26rem;
		max-width: initial;
	}
}

@media ( min-width : 768px) {
	/*img 大小*/
	.input-group-addon img {
		width: 0.2rem;
		max-width: initial;
	}
}
/***************************************暂无图片样式**************************************************/
/*图片单独设置媒体查询*/
@media ( max-width : 767px) {
	#cmptList .no-page, #commentAll-list .no-news,#forumDetailWxCommentList .no-news {
		padding-top: 0.76rem;
		width: 1.62rem;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.no-news-text, .no-page-text {
		color: #999;
		text-align: center;
		font-size: 0.22rem;
		padding-bottom: 0.76rem;
		display: block;
		margin: 0 auto;
	}
}

@media ( min-width : 768px) {
	/*img 大小*/
	#cmptList .no-page, #commentAll-list .no-news {
		width: 150px;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.no-news-text, .no-page-text {
		text-align: center;
		color: #999;
		font-size: 22px;
		padding-bottom: 0.5rem;
		display: block;
		margin: 0 auto;
	}
	input#searchContentPC::-moz-placeholder {
		color: #ffd780 !important;
		opacity: 1;
	}
	input#searchContentPC:-ms-input-placeholder {
		color: #ffd780 !important;
	}
	input#searchContentPC::-webkit-input-placeholder {
		color: #ffd780 !important;
	}
}
@media ( min-width : 768px) and (max-width: 990px) {
	.navbar-brand>img {
	    display: block;
	    max-width: 3.7rem;
	}
}
/*合作伙伴*/
.partner-img {
    width: 100%;
}
.col-partner {
    text-align: center;
}
.col-partner a {
    display: inline-block;
    max-width: 4.03rem;
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    max-height: 1.34rem;
    overflow:hidden;
}
.cmpt-detail-sec-before {
    width: 50%;
    line-height: .3rem;
    height: .3rem;
    content: attr(data-attr);
    position: absolute;
    background: #3191a1;
    text-indent: 1em;
    top: .14rem;
    border-top-left-radius: 5px;
    color: #fff;
}
.content-partner{
	float: left;
    padding-top: 5%;
    background: #fff;
    width: 100%;
    min-height:none!important;
    padding-bottom: 10%;
}
.sec-partner{
	margin-top:.4rem;
}
@media ( min-width : 768px) {
	
	.col-partner-1>a {
		display:inline-block;
	    overflow:hidden;
	}
	.col-partner {
	    text-align: center;
	    padding: 0 5px;
	    margin-bottom: .3rem;
	}
	.content-partner {
	    padding-left: 85px;
	    padding-right: 85px;
	}
	.col-partner-1>a {
		display:inline-block;
	    width: 4.03rem;
	    height:1.34rem;
	    overflow:hidden;
	}
	.col-partner-3>a {
		display:inline-block;
	    max-width: 3rem;
	    max-height: 1rem;	
	    overflow:hidden;
	    width:100%;
	}
	.col-partner-3>a>img {
	    max-width: 3rem;
	    max-height: 1rem;	
	}
	.col-partner-4>a {
		display:inline-block;
	    max-width: 2.18rem;
	    max-height: .72rem;	
	    overflow:hidden;
	    width:100%;
	}
	.col-partner-4>a>img {
	    max-width: 2.18rem;
	    max-height: .72rem;		
	}
}

	.navbar-fixed-top{
	  background-color: #fff;
	  position: relative;
	}
	.navbar-top{
		height:auto;
		min-height:1.14rem;
		position: relative;
	}
	
	.header-menu{
		width:100%;
	    height: 100%;
	    padding: 0;
	    position: relative;
	}
	.header-menu .nav{padding:0;    float: none;}
	.navbar-pc-main>li{
		float: left;
		width: 16.66%;
    	height: 0.8rem;
    	position: relative;
	}
	.navbar-pc-main>li>a {
		width: 100%;
		display: block;
		height: 100%;
		text-align: center;
		position: relative;
		color:#999;
		font-size:0.2rem;
		overflow: hidden;
		padding:0;
	}
	.navbar-pc-main>li>a>span{
		display: block;
	    text-transform: uppercase;
	    overflow:hidden;
	}
	.nav-item{
	    margin-top: 0.18rem;
    	margin-bottom: 0.1rem;
    	font-size:0.2rem;
    	height: 0.2rem;
    	line-height: 0.2rem;
	}
	.nav-item-english{
		font-size:0.16rem;
		height: 0.16rem;
	    line-height: 0.16rem;
	}
	.navbar-pc-main>li:hover .top-menu,.navbar-pc-main>li.active>a{
		color:#fff;
	}
	
	.nav-sub-container{
	    position: absolute;
	    left: 0;
	    top: 0.8rem;
	    width: 100%;
	    text-align: center;
	}
	.nav-sub-container>li>a{
		width: 100%;
	    color: #fff;
	    font-size: 0.14rem;
	    height: 0.5rem;
	    display: block;
	    text-transform: uppercase;
	        padding-top: 0.1rem;
	}
	.enroll-item{
		 margin-bottom: 0.08rem;
	}
	.enroll-item,.enroll-item-english {
		display: block;
		height: 0.14rem;
		line-height: 1em;
	}

   .header-user-container{
		background: #fff;
	    font-size: 0.16rem;
	    min-height: 1rem;
	    position: relative;
	}
	.personal-info,.logOutBtn,.user_info>p{
		font-size: 0.16rem;
    	color: #666;
    	margin: 0;
    	position: relative;
    	width: 1.07rem;
    	text-align: center;
	}
	.login-lan-contianer,.org-login-lan-contianer{
	    position: absolute;
	    top:0;
	    right: 2%;
	    background: #fff;
	    min-width: 2.14rem;
	    height: 0.4rem;
	    line-height: 0.4rem;
	    color: #666;
	    border-radius: 0 0 0.04rem 0.04rem;
	    text-align: center;
	}
	.org-login-lan-contianer{
		right: 0%;
		min-width: 3rem;
	}
	.loginBtn{
		display: inline-block;
    	font-size: 0.16rem;
    	color: #333;
    	float: left;
    	 width: 1.2rem;
    }
    .org-loginBtn{
    	color: #fff;
    }
	.langChangeBtn{
    	display: inline-block;
	    width: 1.5rem;
	    color: #333;
	    float: left;
	     position: relative;
    }
    .langChangeBtn::before,.personal-info:before, .back-to-main:before{
  	    content: "";
	    position: absolute;
	    background: #ddd;
	    width: 2px;
	    height: 0.26rem;
	    left: 0;
	    top: 0.07rem;
    }
    a.back-to-main {
    width: 1.5rem;
    color: #006699;
    float: left;
    position: relative;
}
	.header-menu-container{
		background: #fff;
		height:0.8rem;
		width: 100%;
	}
	/*官网header*/
	.org-header,.org-header-menu-container{
	    background: -ms-linear-gradient(left,#1c87b9,#85b5d6);
    	background: -moz-linear-gradient(left,#1c87b9,#85b5d6);
    	background: -webkit-linear-gradient(left,#1c87b9,#85b5d6);
    	background: -o-linear-gradient(left,#1c87b9,#85b5d6);
	}
	.org-header {
	    position: relative;
	    z-index: 100;
	}
	.org-header-user-container img{
	    width: auto;
    	height: 100%;
    	border: none;
    	float:right;
	}
	.org-header-user-container {
		background:url('../../resources/images/img_head_org.png')no-repeat left top/auto 100%;
	}
		.org-header-menu{
		width:100%;
	    height: 100%;
	    padding: 0;
	    position: relative;
	}
	.org-header-menu .nav{
		width: 100%;
	    display: table;
	    padding: 0;
	    float: none;
	}
	.org-header .langChangeBtn::before{
	
		width:0;
	}
	.org-header .org-login-lan-contianer{
	    background: transparent;
	    height: 1rem;
    	line-height: 1rem;
	}
	.org-navbar-pc-main>li{
		display: table-cell;
    	vertical-align: middle;
		width: 16.66%;
    	height: 100%;
    	position: relative;
	}
	.member-name-wrapper-outer{
		background:url('../../resources/images/org-header-right.png')no-repeat right bottom/1.5rem 100%;
	}
	.org-navbar-pc-main>li>a {
		width: 100%;
		vertical-align: middle;
    	display: inline-block;
		height: 100%;
		text-align: center;
		position: relative;
		color:#999;
		font-size:0.2rem;
		overflow: hidden;
		padding:0;
	}
	.org-navbar-pc-main>li>a>span{
		display: block;
	    /* text-transform: uppercase; */
	    overflow:hidden;
	}
	.org-header-menu-container{
		height:0.7rem;
		width: 100%;
	}
	.org-header-menu-container a:hover,.org-header-menu-container .active{
		background: -ms-linear-gradient(left,#dddede,#f6f7f7);
    	background: -moz-linear-gradient(left,#dddede,#f6f7f7);
    	background: -webkit-linear-gradient(left,#dddede,#f6f7f7);
    	background: -o-linear-gradient(left,#dddede,#f6f7f7);
	}
	.org-header-menu-container a:hover span,.org-header-menu-container .active span{
		color:#1b87b9;
	}
	.org-header-menu-container a:hover,.org-navbar-pc-main>li.active>a {
    border-bottom: 0.04rem solid #ccc !important;
}
	.org-nav-item{
    	font-size:0.2rem;
    	height: 0.2rem;
    	line-height: 0.2rem;
    	color:#fff;
	}
	.org-nav-item-english{
		font-size:0.16rem;
		height: 0.16rem;
	    line-height: 0.16rem;
	    color:#fff;
	}
	.org-header-user-container {
	    height: 1rem;
	}
	#orgMenu ul li span{
	    display: block;
	    vertical-align: middle;
	    font-size: 0.24rem;
	    color: #000;
	    height: 0.4rem;
	    line-height: 0.4rem;
	    margin: 0;
	}
	#orgMenu ul li{
		padding-left: 1rem;
		padding-top: .1rem;
	    height: 1rem;
	    border-bottom: 1px solid #f2f2f2;
	}
	#orgMenu ul li a{
	    font-size: 0.24rem;
	    color: #000;
	    height: 1rem;
	    line-height: 1rem;
	}
	
	#orgMenu {
	    display: block;
	    width: 250px;
	    background: #fff;
	    position: fixed;
	    right: -250px;
	    top: 0;
	    z-index: 1001;
	}
	
	#orgMenu .nav-wx-list>li {
		list-style: none;
		display: block;
		padding: 0;
		margin: 0;
		width: 100%;
		border-bottom: 0.01rem solid #ddd;
		 cursor: pointer;
	}
	#orgMenu .nav-wx-list>li>a{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		color: inherit;
		display: block;
		height: 0.9rem;
		line-height: 0.9rem;
		background-color: #fff;
		margin: 0;
		text-align: left;
	    color: #999;
	    text-transform: uppercase;
	    font-size: 0.3rem;
	    padding-left: 0.9rem;
	    position: relative;
	}
	#orgMenu .sub-menu>i{
		content:"";
		position: absolute;
	    right: 0.3rem;
	    top: 0.36rem;
	    width: 0;
	    height: 0;
	    border-top: 0.1rem solid transparent;
	    border-bottom: 0.1rem solid transparent;
	    border-left: 0.1rem solid #2dca44;
	}
	
	.org-nav-sub-container{
	    position: relative;
	    top: 0;
	    left: 0;
	}
	.member-name {
	    font-size: .16rem;
	    color:#fff;
	}
	.langChangeBtn img {
	    width: 100%;
	    margin-top: 17%;
	}
	.org_user_info_container {
		clear: both;
	    width: 1.2rem;
	    height: 1rem;
	    float: right;
	    line-height: 20px;
	    position: relative;
	    top: -0.2rem;
	    right: .1rem;
	    z-index: 121;
	    background: #fff;
	    border-radius: 5px;
	    padding: 0;
	}
	.org_user_info_container:before{
		content:""!important;
		position:absolute;
		width:10px;
		height:10px!important;
		left:50%;
		top:-.2rem;
		border-left:transparent 10px solid;
		border-right:transparent 10px solid;
		border-top:transparent 10px solid;
		border-bottom:#fff 10px solid;
		z-index:1000;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
	.org_user_info_container a {
	    display: block;
	    width: 100%;
        height: 1rem;
	    background: #fff;
	    height: .5rem;
	    line-height: .5rem;
	    font-size: .18rem;
	    color: #1b87b9;
	}
	.org-layer-menu{
		background: -ms-linear-gradient(left,#228abb,#81b3d4)!important;
    	background: -moz-linear-gradient(left,#228abb,#81b3d4)!important;
    	background: -webkit-linear-gradient(left,#228abb,#81b3d4)!important;
    	background: -o-linear-gradient(left,#228abb,#81b3d4)!important;
    	color:#fff!important;
	}
	.user-info-wrapper{
		overflow:hidden;
		border-radius:5px;
	}
	
	/*官网header结束*/
	
	/**pc footer*/
	
	.footer {
		position: relative;
		padding-top: 1.26rem;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% 100%;
   }
   .footer-logo:first-child{margin-right: 1rem;}
   .footer-phone{
   	    font-size: 0.3rem;
    	color: #fff;
    	height: 0.5rem;
    	margin-bottom: 0.6rem;
   }
	.footer-right-texts>p {
		font-size:0.16rem;
		color:#fff;
		margin-top:0.14rem;
		margin-bottom: 0;
		height: 0.16rem;
    	line-height: 0.16rem;
	}
	.footer-barcode-container:first-child{margin-left:0.44rem;}
	.footer-bottom{
		color: rgba(255,255,255,0.2);
	    font-size: 0.12rem;
	    margin-top: 0.5rem;
	}
	.footer-copyright{
		color:rgba(255,255,255,0.5);
		margin-top: 0.18rem;
	}
	
	@media screen and (min-width:768px){
		.footer {
			background-image:url('../../resources/images/footer-bg.png');
			height: 4rem;
		}
		/* topFooter*/
		.topFooter {
		    background: url(../../resources/images/img_banck_footer.png)no-repeat left top/100% 100%;
		    height: 4.6rem;
		    position: relative;
		    z-index: 100;
		}
	}
	
	@media screen and (min-width:768px) and (max-width:1200px) {
		.footer-container{
			width: 100%;
		    margin: 0 auto;
		    padding: 0;
		    position: relative;
		}
		.footer-logo:first-child { margin-right:0;}
		.footer-phone{    font-size: 0.28rem;}
		.footer-barcode-container:first-child{margin-left:0.1rem;}
		.footer-barcode-container{    width: 1.2rem;}
	}
	
	@media screen and (min-width:1200px) and (max-width:1600px) {
		.footer-container{
			width: 12rem;
		    margin: 0 auto;
		    padding: 0;
		    position: relative;
		}
		.footer-logo:first-child { margin-right:0;}
		.footer-phone{    font-size: 0.3rem;}
	}
	
	@media screen and (min-width:1600px){
		.footer-container{
			width: 16rem;
		    margin: 0 auto;
		    padding: 0;
		    position: relative;
		}
		.main-container{
			width: 12.3rem;
		}
		
	}
	
	/**pc footer end */
	
	.left{float:left;}
	.right{float:right;}
	 ol,li{list-style:none;}
	*{padding:0;margin:0}
	.ellipsis{ 
    	overflow: hidden; 
    	text-overflow:ellipsis;
    	white-space: nowrap;
	}  
	.clearfix:after,.clearfix:before {
	    content: ""; 
	    height: 0;
	    clear: both; 
	    display: block;
	    font-size:0;
	    visibility: hidden;
   		overflow: hidden;
	}
	.no-page-media,.no-page-partner{width:30%;}
	
@media (max-width:767px){
	.navbar-bottom-main .container{
		padding:0;
	}
	.navbar-bottom-main{
		min-height:0.8rem;
		position: relative;
	}
	.org-navbar-bottom-main{
		min-height:0.9rem;
	}
	.menu_wx_icon{
	    width: 0.5rem;
	    height: 0.5rem;
	     position: absolute;
	    top: 50%;
	    right: 0.25rem;
	    margin-top: -0.25rem;
	}
	.nav-span{
		display: block;
	    background: #fff;
	    width: 0.5rem;
	    height: 0.08rem;
	    margin-bottom: 0.1rem;
	    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.3);
	}
	.menu_wx_icon img{
		width:100%;
		height:100%;
	}
	.header-wx-logo{
		 position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 1.94rem;
	    transform: translate(-50%,-50%);
	}

	.footer-cmpt {
		background-image:url('../../resources/images/footer-bg-wx.png');
		padding-top: 0.46rem;
	}
	.footer-logo{height:1rem;}
	.footer-logo:first-child {
	    margin-right: 0.6rem;
	    margin-left: 1.2rem;
	}
	.footer-phone{
		 margin-top: 0.62rem;
		 margin-bottom: 0.3rem;
		 text-align: center;
		 height: 0.76rem;
	}
	.footer-right-texts>p {
		text-align: center;
	    font-size: 0.22rem;
	    color: #fff;
	    margin-bottom: 0.18rem;  
	    margin-top: 0;
    	height: 0.24rem;
    	line-height: 1em;
	}
	.footer-barcode-container{
		width: 1.36rem;
		float: none;
	}
	.footer-barcode-container:first-child{
		margin-left: 0;
    	margin-right: 0.4rem;
	}
	.footer_icon {
   		 margin-top: 1.32rem;
   		 text-align: center;
	}
	.footer-bottom{
		font-size: 0.18rem;
    	margin-top: 0.76rem;
    	padding-bottom: 0.2rem;
	}
	
	#menu {
	    display: block;
	    width: 250px;
	    background: #fff;
	    position: fixed;
	    right: -250px;
	    top: 0;
	    z-index: 1001;
	}
	
	#menu .nav-wx-list>li {
		list-style: none;
		display: block;
		padding: 0;
		margin: 0;
		width: 100%;
		border-bottom: 0.01rem solid #ddd;
		 cursor: pointer;
	}
	#menu .nav-wx-list>li>a{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		color: inherit;
		display: block;
		height: 0.9rem;
		line-height: 0.9rem;
		background-color: #fff;
		margin: 0;
		text-align: left;
	    color: #999;
	    text-transform: uppercase;
	    font-size: 0.3rem;
	    padding-left: 0.9rem;
	    position: relative;
	}
	#menu .sub-menu>i{
		content:"";
		position: absolute;
	    right: 0.3rem;
	    top: 0.36rem;
	    width: 0;
	    height: 0;
	    border-top: 0.1rem solid transparent;
	    border-bottom: 0.1rem solid transparent;
	    border-left: 0.1rem solid #2dca44;
	}
	
	.nav-sub-container{
	    position: relative;
	    top: 0;
	    left: 0;
	}
	
	#menu ul li span {
		display: block;
	    vertical-align: middle;
	    font-size: 0.24rem;
	    color: #fff;
	    height: 0.4rem;
	    line-height: 0.4rem;
	    margin: 0;
	}
	.nav-sub-container>li>a{
		border-bottom: 0.01rem solid #19AD2F;
    	height: 0.8rem;
    	padding: 0;
    	padding-left: 0.9rem;
    	text-align: left;
	}
	.navbar-fixed-top{
		position: fixed;
	}
	
	.navbar-header>img{max-height:2rem;    width: 100%;}
	
	.third-header-section{
		width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    position: fixed;
	    background: rgba(0,0,0,0.6);
	    z-index: 10000;
	}
	.third-header{
	    position: absolute;
	    width: 100%;
	    bottom: .6rem;
	}
	.third-item{
		width: 26%;
	    display: inline-block;
	    height: .7rem;
	    line-height: .7rem;
	    text-align: center;
	    background: #ffffff;
	    position: relative;
	    margin: 3.5%;
	    float: left;
	    border-left: 3px solid #2dca44;
	    cursor: pointer;
	}
	.third-item>a{color:#333;    display: block;}
	.close-subFooter {
	    clear: both;
	    text-align: center;
	    padding-top: 0.6rem;
	}
	.close-subFooter>img{
		  width: 1rem;
    	  cursor: pointer;
	}
	/*官网header*/
	header.org-header {
	    height: .9rem;
	    position: fixed;
	    background: #88b6d6 url(../../resources/images/main_img_head_wx.png)no-repeat left top/100% .85rem;
	    top: 0;
	    left: 0;
	    width: 100%;
	
	}
} 

#frame{width:100%;}

/* .layui-layer-btn a.layui-layer-btn0:hover,.layui-layer-btn .layui-layer-btn1:hover{color:#fff;} */




/** 共同title start */

.cmpt-breadcrumb{
	color:#999;
	font-size:0.12rem;
	padding: 0.5rem 0 0.3rem;
}


.main-common-title {
	width: 100%;
	margin-bottom: 0.3rem;
	position: relative;
}
.main-title-img{
	width: 1.64rem;
    height: 0.42rem;
    left: -2%;
    position: relative;
    background-size: cover;
}
.main-title-content-container{
	left: -2%;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    width: 85%;
    width: calc(100% - 1.64rem);
    width: -webkit-calc(100% - 1.64rem);
    width: -moz-calc(100% - 1.64rem);
    width: -o-calc(100% - 1.64rem);
    width: -ms-calc(100% - 1.64rem);
}
.main-title-content{
	display: inline-block;
	height: 0.42rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
    border-bottom: 0.06rem solid #999;
}

.main-title-english{
	font-size: 0.14rem;
    color: #666;
    text-transform: uppercase;
}

/** 共同title end */

/************************************comment********start***********************************/

.mediaWrap{background-color:#fff;    margin-top: 0.3rem;}
.mediaBg{padding: 1rem 1.7rem;}

/* 评论输入框 */
.word-break {
	word-break: normal;
	word-wrap: break-word;
}

.commentInput {
	resize: none;
	border-radius: 0.05rem;
	border-color: #ccc;
	height: 1.5rem;
	padding: 0.1rem;
	background-color: #f5f5f5;
	border: 0.01rem solid #ddd;
}

.publishBtn {
	margin: 0.3rem auto;
	width: 1.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.16rem;
	text-align: center;
	background-color: #2dca44;
	color: #fff;
	border-radius: 0.04rem;
	border: none;
	outline: none;
	cursor:pointer;
}
/* 全部评论 */
.commentAll-header {
	font-size: 0.2rem;
	padding-bottom: 0.1rem;
	position: relative;
}

span.borderline {
	position: absolute;
	left: 0;
	bottom: -0.02rem;
	width: 0.84rem;
	height: 0.04rem;
	background-color: #2dca44;
}
/* 评论列表 */
.borderTop {
	border-top: 1px #ccc solid;
}

.comment-list {
	padding: 0.2rem 0;
}
/* 评论头部用户信息 */
.com-userImg, .com-userDetail {
	float: left;
}

.com-userImg {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	overflow: hidden;
}

.com-userImg img {
	width: 100%;
	height: 100%;
}

.com-userDetail {
	margin-left: 0.3rem;
}

.userName {
	font-size: 0.16rem;
	padding-top: 0;
}

.userComTime {
	font-size: 0.14rem;
	color: #999999;
}

.com-Praise {
	float: right;
	text-align: center;
	font-size: 0.16rem;
	color: #999999;
}

.com-Praise-icon img {
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-top: -6px;
}
.col-comments-7,.col-comments-3{padding-left:0;padding-right:0;}
/* 评论内容 */
.comments {
	margin: 0.1rem 0 0 0.8rem;
}

.comments>li {
	padding: 0.1rem 0;
	/* 	border-bottom: 1px #ccc solid; */
}

.blfont {
	color: #288bd6;
}

.com-more {
	/* height: 0.9rem; */
	width: 100%;
	/* margin-bottom: 0.22rem; */
	text-align: center;
}

.com-more span {
	width: 1.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.16rem;
	color: #999999;
	text-align: center;
	display: inline-block;
	border: 0.01rem solid #999999;
	border-radius: 0.06rem;
	margin-top: 0.04rem;
	cursor: pointer;
}

.com_reply_to {
	cursor: pointer;
	margin-left: 0.1rem;
}

.reply_commentInput {
	resize: none;
	border-radius: 0.05rem;
	border-color: #ccc;
	height: 0.6rem;
	padding: 0.1rem;
	border: 0.01rem solid #ddd;
	background-color: #f5f5f5;
}

.reply_publishBtn {
	margin: 0.1rem auto;
	width: 1.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.14rem;
	text-align: center;
	background-color: #2dca44;
	color: #fff;
	border-radius: 0.05rem;
	border: none;
	outline: none;
}

.com_reply_more p {
	text-align: center;
	cursor: pointer;
}

@media ( max-width : 767px) {
	.mediaBg{ padding: 0.4rem 0.3rem 1.2rem;}
	/*赛事详情的最下方*/
	.display-table {
		position: fixed;
		display: table;
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		bottom: 0;
		left: 0;
		z-index: 10000;
		background: #e4e4e4;
	}
	.table-cell {
		text-align: center;
		display: table-cell;
		font-size: 0.24rem;
	    vertical-align: middle;
	}
	.cell-3 {
		width: 30%;
	}
	.cell-4 {
		width: 40%;
	}
	.cell-8 {
		width: 80%;
		text-align: left;
	}
	.jumpToQuery{
		background-color: #27BE91;
	    color: #fff;
	    font-size: 0.3rem;
	}
	.bottom-comments-other.comments.table-cell.cell-8 input {
		width: 80%;
	}
	.submit-comments {
		width: 1.2rem;
		height: 0.7rem;
		background: #333333;
		line-height: 0.7rem;
		text-align: center;
		margin-top: 0.05rem;
		border-radius: 0.05rem;
		color: #fff;
		font-size: 0.3rem;
	}
	.enroll-now-wx {
		height: 1.2rem;
		background: #EE4B7D;
		color:#fff;
		position: absolute;
		bottom: 0px;
		right: 0;
		font-size: 0.36rem;
		line-height: 1.2rem;
		border-top-left-radius: 0.06rem;
		width: 32%;
	}
	.comments input {
		width: 86%;
		height: 0.6rem;
		margin-top: 0.05rem;
		border: 1px solid #ccc;
		font-size: 12px;
		line-height: 0.3rem;
		text-indent: 1em;
		border-radius: 0.08rem;
		background: #d0d0d0;
	}
	/* .comments{    margin: 0.1rem 0 0 0rem !important;} */
	
	.comments-wrapper-1 .t_textarea {
	    width: 90%;
	    margin-left: 5%;
	    height: 0.6rem;
	    padding-top: 0.12rem;
	    padding-left: 0.2rem;
	    margin-top: 0.02rem;
	    border-radius: 0.3rem;
	}
	
	/************************************comment********start***********************************/
	.commentAll-header {
		margin-top: 0.2rem;
	}
	.com-userImg {
		width: 0.8rem;
		height: 0.8rem;
	}
	.com-Praise {
		margin-top: 0.4rem;
	}
	.d_textarea, .reply_Input {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		/* background-color: #ffffff; */
		padding: 0;
		z-index: 999;
	}
	.reply_Input {
		margin: 0;
	}
	.t_textarea {
		width: 70%;
		margin-left: 5%;
		height: 1rem;
		line-height:1em;
	}
	.b_textarea {
		position: absolute;
		right: 5%;
		bottom: 10%;
		width: 20%;
		height: 0.8rem;
		line-height: 0.8rem;
		margin: 0;
	}
	/************************************comment********end***********************************/
	
}

/************************************comment********end***********************************/

.partner-section{
	margin: 0.3rem 0;
}
.partner-item{
	background: transparent;
	text-align: center;
    border-radius: 0.06rem;
}

.top-partner-item{
    width: 5rem;
    height: 3rem;
    line-height: 3rem;
    margin: 0 auto 0.2rem ;
}

.partner-img{
	max-width:100%;
	width:auto;
	max-height:90%;
}

#commonTopPartnerList,#commonSecondPartnerList,#commonThirdPartnerList{
	margin: 0.2rem 0 0.8rem 0;
}

#commonSecondPartnerList,#commonThirdPartnerList{
	 /* background: #fff;
    box-shadow: inset 5px 0px 10px #ddd, inset 5px 0px 15px #ccc, inset -5px 0px 10px #ddd,inset -5px 0px 15px #ccc; */
    padding: 0.6rem 0;
    border-radius: 0.06rem;
}
.owl-carousel{
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

#commonSecondPartnerList  .owl-item,#commonThirdPartnerList .owl-item {
    padding: 0 15px;
}

.owl-carousel .owl-item {
    float: left;
    text-align: center;
}
.partner-link{
	/* border: 1px solid #DEDEDE; */
    display: block;
    height: 1.24rem;
}
.rest-partner-img{
	max-height: 90%;
	margin-top: 5px;
}


@media (min-width: 768px) {
	button.btn.btn-pay-by-alipay {
		margin-top: 0.1rem;
		margin-bottom: 0.1rem;
		max-width: 3.28rem;
		width: 70%;
		height: 0.4rem;
		color: #fff;
		background: #00b9f2 url(../../resources/images/alipay.png) no-repeat 15%
			center/8%;
	}
	button.btn.btn-pay-by-wechat {
		height: 0.4rem;
		color: #fff;
		width: 70%;
		max-width: 3.28rem;
		background: #20af5f url(../../resources/images/wechat.png) no-repeat 15%
			center/8%;
	}
}

@media ( max-width : 767px) {
	button.btn.btn-pay-by-wechat {
		width: 70%;
		color: #fff;
		height: 0.8rem;
		background: #20af5f url('../../resources/images/wechat.png') no-repeat
			5% center/15%;
	}
	button.btn.btn-pay-by-alipay {
		margin-top: 0.3rem;
		height: 0.8rem;
	    margin-bottom: 0.3rem;
		width: 70%;
		color: #fff;
		background: #00b9f2 url('../../resources/images/alipay.png') no-repeat
			5% center/15%;
	}
}

.main-partner-img{
	background: url(../../resources/images/title-partner.png) no-repeat left top / cover;
}

.normal_hidden{display:none;}

.crumb, .cmpt-breadcrumb>div {
	display: none;
}

/**登录*/
.miniBtn,.pageOneButton{
	background: #5ea7dc !important;
}
/**报名*/
.sure,.layer-btn .layui-layer-btn0,#createTeamBtn,.cmpt-name,#main-nickId,.main-nickId,.result-devider:after,#createTeamBtn,.panel-team-heading-add,.button-submit-add{
	background: #5ea7dc !important;
}
#new-header ul>li>a:hover {
	border-color: #5ea7dc !important;
}
.main-nick-id-text{
	color:#5ea7dc !important;
}
.result-devider span,.enroll-team-edit{
	border-color: #5ea7dc !important;
	color:#5ea7dc !important;
}

button.btn.btn-pay-by-free,button.btn.btn-pay-by-free,.layer-heading,.layer-botton-yes,.button-submit-add,.button-submit-add,.btnBuy,
.tab-active+span,.layui-layer-title{
	background: #5ea7dc !important;
}

.choose-status,.productPrice,.productPriceDiv label,.list-group-item-add>span:nth-child(1),.btn-add-active,.totalFee,.leastCost,.enroll-team-agent,
.tab-active,.enroll-tame-cmpt-pay,.totalFee,.layer-total-fee,.total-pay span {
	color:#5ea7dc !important;
}
.productTop,.panel-add,.tab-active+.tab-price-select:before{
	border-color: #5ea7dc !important;
}
.panel-heading-add,.layui-layer-btn .layui-layer-btn0{
	background: #5ea7dc !important;
	border-color: #5ea7dc !important;
}
.layui-layer-title>span {
	color: #fff;
}
.layui-layer-title .layui-layer-tabnow{
	color: #333;
}
.org-header-menu-container {
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}

#audio_btn {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 99999;
    display: none;
    width: 30px;
    height: 30px;
}
#audio_btn, .off {
    background-repeat: no-repeat;
}
.rotate {
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}
.off {
    background-image: url('../../resources/images/normalmusic.png');
    background-size: contain;
}
@-webkit-keyframes rotating{
	from{-webkit-transform:rotate(0)}
	to{-webkit-transform:rotate(360deg)}
}
@keyframes rotating{from{transform:rotate(0)}to{transform:rotate(360deg)}}
@-moz-keyframes rotating{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}

@media screen and (max-width: 767px){
	#audio_btn {
	    top: 60px;
	}
}

/************************玉龙雪山增加悬浮外链******************************/
.fixed5430 {
    position: fixed;
    background-image: url(../../resources/imgcur/fixed-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 2rem;
    height: .72rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
}
@media screen and (max-width: 767px){
    .fixed5430 {
	    width: 3rem;
	    height: 1rem;
	    left: unset;
	    transform: none;
	    top: 1.2rem;
	    right: 0;
	}
}