.pricing-wrp{
	min-height: calc(100vh - 306px);
	background-color: #F1F1F1;
	box-sizing: border-box;
	padding: 44px;
}
.pricing-wrp .commonBox{
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 40px 47px;
	box-shadow: 0 2px 4px #eee;
}
.pricing-wrp .commonBoxTitle{
	font-size: 28px;
	line-height: 40px;
	color:#333;
}
.pricing-wrp .commonBoxDecTitle{
	box-sizing: border-box;
	padding: 10px 0 20px;
}
.pricing-wrp .memberSelectBox{
	width: 425px;
	float: left;
}
.pricing-wrp .memberSelectItem{
	width: 200px;
	height: 290px;
	box-sizing: border-box;
	padding: 0 20px;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	float: left;
	cursor: pointer;
}
.pricing-wrp .memberSelectItemActive{
	border: 1px solid #32c37c;
	background-color: rgba(87,210,156,0.07);
}
.pricing-wrp .memberSelectItemTitle{
	line-height: 60px;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.pricing-wrp .memberSelectItemActive .memberSelectItemTitle{
	color: #32c37c;
}
.pricing-wrp .memberDecItem{
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	line-height: 37px;
}
.pricing-wrp .memberSpecialDecItem{
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	line-height: 35px;
	color: #32c37c;
}

.pricing-wrp .otherBox{
	width: 1200px;
	margin: 20px auto 0;
}
.pricing-wrp .otherItem{
	float: left;
	width: 386px;
	height: 450px;
	background-color: #fff;
	border-radius: 4px;
	margin-right: 21px;
	box-sizing: border-box;
	padding: 42px;
}
.pricing-wrp .otherItem:nth-child(3){
	margin-right: 0;
}
.pricing-wrp .otherItemContent{
	width: 100%;
	border-top: 2px solid #E6E7E8;
	border-bottom: 2px solid #E6E7E8;
	box-sizing: border-box;
	padding: 10px 0;
	margin: 25px 0 10px;
	font-size: 14px;
	height: 154px;
	line-height: 32px;
}
.otherItemTips{
	font-size: 12px;
	margin: 10px 0 63px;
}
.el-input__inner{
	border-radius: 0;
	width: 235px;
}
.el-pagination .el-select .el-input input{
	width: 100%;
}
.tips{
	margin-left: 68px;
	font-size: 14px;
	color: #62c082;
	line-height: initial;
	position: relative;
	top: 10px;
}
.basics{
	font-size: 12px;
}
.hei32{
	height: 32px;
}
.standardBasic{
	margin-left: -30px;
	margin-right: 20px;
}
.standardBasicText{
	margin-left:-30px;
	box-sizing:border-box;
	padding-right:20px;
	margin-right: 20px;
}
.myProject .memberList ul{
	width: initial;
}
.myProject  .memberList .ovi .diselected {
	color: #999;
}
.el-button--primary {
	color: #fff;
	background-color: #32c37c;
	border-color: #32c37c;
}
.el-button:focus, .el-button:hover {
	color: #32c37c;
	border-color: #32c37c;
}
.el-button--primary:focus, .el-button--primary:hover {
	background: #32c37c;
	border-color: #32c37c;
	color: #fff;
}
.navBox{
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
}
.navItem{
	float: left;
	box-sizing: border-box;
	padding: 15px 20px;
	text-align: center;
	font-size: 14px;
}
.navItemActive{
	color: #32c37c;
}
.fillterBox{
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 14px;
}
.fillterItem{
	float: left;
	margin-right: 20px;
	line-height: 36px;
}
.pricing-wrp .topSelectBox{
	width: 100%;
	box-sizing: border-box;
}
.pricing-wrp .topSelectBox .topSelectBoxTop{
	width: 100%;
	height: 66px;
	box-sizing: border-box;
	border-bottom: 1px solid #E6E7E8;
}
.pricing-wrp .topSelectBox_tabItem{
	width: calc(50% - 2px);
	height: 66px;
	line-height: 64px;
	text-align: center;
	font-size: 18px;
	color: #666;
	cursor: pointer;
	font-weight: 600;
	box-sizing: border-box;
	position: relative;
	top: 1px;
}
.pricing-wrp .topSelectBox_tabItemActive{
	background-color: #32c37c;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #E6E7E8;
	border-left: 1px solid #E6E7E8;
	border-right: 1px solid #E6E7E8;
}
.pricing-wrp .bdl{
	border-left: 1px solid #E6E7E8;
}
.pricing-wrp .bdr{
	border-right: 1px solid #E6E7E8;
}
.pricing-wrp .tabContentBox{
	box-sizing: border-box;
	padding: 30px 40px 45px;
	border: 1px solid #E6E7E8;
	border-top: 0;
}
.pricing-wrp .tabContentBoxLeft{
	float: left;
	width: 180px;
}
.pricing-wrp .tabContentBoxRight{
	float: left;
	width: calc(100% - 180px);
	border-left: 1px solid #E6E7E8;
	box-sizing: border-box;
	padding-bottom: 100px;
	position: relative;
}
.pricing-wrp .priceBox{
	width: 100%;
	box-sizing: border-box;
	padding-left: 35px;
}
.pricing-wrp .priceItem{
	width: 180px;
	height: 156px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	cursor: pointer;
	position: relative;
}
.pricing-wrp .priceItem:nth-child(1){
	/*background:url('/public/simpleboot/img/priceItemBg.png') no-repeat;*/
	background-size: cover;
}
.pricing-wrp .priceItemActive{
	border: 1px solid #32c37c;
	background-color: rgba(87,210,156,0.07);
}
.pricing-wrp .priceItem .moreManBuy{
	width:71px;
	height:22px;
	line-height: 22px;
	background:rgba(255,152,19,1);
	border-radius:0px 0px 4px 4px;
	text-align: center;
	font-size:12px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 15px;
}
.pricing-wrp .buyRightNow{
	width: 120px;
	line-height: 35px;
	background-color: #32c37c;
	font-size: 14px;
	color: #fff;
	text-align: center;
	outline: none;
	transition: .2s all;
	position: absolute;
	bottom: 0;
	right: 0;
}
.pricing-wrp .buyRightNow:hover{
	background-color: #3ae08d;
	transition: .2s all;
}
.pricing-wrp .buyRightNow:active{
	background-color: #2cab6c;
	transition: .2s all;
}

.pricing-wrp .reservation{
	width: 120px;
	line-height: 35px;
	background-color: #32c37c;
	font-size: 14px;
	color: #fff;
	text-align: center;
	outline: none;
	transition: .2s all;
	/*position: absolute;*/
	bottom: 0;
	right: 0;
	margin-left: 80px;
}
.pricing-wrp .reservation:hover{
	background-color: #3ae08d;
	transition: .2s all;
}
.pricing-wrp .reservation:active{
	background-color: #2cab6c;
	transition: .2s all;
}

.lineThroughBox{
	position: relative;
	color: #999;
	font-size: 14px;
	width: 120px;
	margin: 5px auto 0;
	text-align: center;
}
.lineThrough{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #999;
	transform:rotate(-6deg);
	-ms-transform:rotate(-6deg); /* Internet Explorer */
	-moz-transform:rotate(-6deg); /* Firefox */
	-webkit-transform:rotate(-6deg); /* Safari 和 Chrome */
	-o-transform:rotate(-6deg); /* Opera */
}