.indoorPactPriceBoxBg{
	width: 100%;
	min-width: 1360px;
}
.indoorPactPriceBox{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 30px 0 60px 0 ;
}
.indoorPactPriceBox .priceTypeBox{
	width: 300px;
	height: 750px;
	box-sizing: border-box;
	border: 1px solid #e9e9e9;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.indoorPactPriceBox .priceTypeActiveBox{
	border: 1px solid #32C37C;
}
.indoorPactPriceBox .priceType-name{
	margin-top: 55px;
	text-align: center;
	font-size: 20px;
	color: #4A4A4A;
}
.indoorPactPriceBox .priceType-dec{
	margin-top: 5px;
	margin-bottom: 12px;
	text-align: center;
	font-size: 12px;
	color: #9B9B9B;
}
.indoorPactPriceBox .priceType-devide{
	width: 26px;
	height: 2px;
	margin: 0 auto;
	background-color: #32C37C;
}
.indoorPactPriceBox .priceType-price{
	font-size: 20px;
	color: #4A4A4A;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 30px;
}
.indoorPactPriceBox .priceType-decBox{
	font-size: 12px;
	border-top: 1px solid #e9e9e9;
	padding-top: 20px;
	margin-top: 40px;
}
.indoorPactPriceBox .commonHeight{
	height: 150px;
}
.indoorPactPriceBox .priceType-decBox label{
	color: #9B9B9B;
	display: inline-block;
	margin-bottom: 10px;
}
.indoorPactPriceBox .priceType-decBox .priceType-decContent{
	line-height: 25px;
}
.indoorPactPriceBox .priceType-decBox .priceType-decContent span{
	position: relative;
	top: -2px;
}
.indoorPactPriceBox .priceTypeButton{
	width: 186px;
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #32C37C;
	background-color: #fff;
	color: #32C37C;
	/* position: absolute;
	bottom: 30px; */
	/* margin-left: 27px; */
}
.indoorPactPriceBox .priceTypeButton:hover{
	background-color: #32C37C;
	color: #fff;
}
.indoorPactPriceBox .diamond{
	position: absolute;
	top: 0;
	left: 15px;
}
.indoorPactPriceBox .lineThrough{
	text-decoration: line-through;
}
.indoorPactPriceBox .limitFree{
	color: red;
	font-size: 12px;
}
.indoorPactPriceBox .freeCode{
	text-align: center;
	font-size: 14px;
	position: absolute;
	left: 50%;
	margin-top: 12px;
	-webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
	cursor: pointer;
}
.indoorPactPriceBox .freeCode:hover{
	color: #6DA0E3;
}
.indoorPactPriceBox .indoorPactPriceBox-title{
	text-align: center;
    margin: 20px 0 40px;
	font-size: 28px;
}
.indoorPactPriceBox .weChatPayCodeBox{
    float: left;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    color: #333;
}
.indoorPactPriceBox .paycodeModel-title{
	font-size: 20px;
	font-weight: 700;
}
.applicationBox .el-dialog__body{
	padding: 10px 20px;
}
.applicationBox .el-form-item{
	margin-bottom: 10px;
}
.applicationBox p{
	font-size: 12px;
}