.cost{
	width: 80vw;
	margin: 0 auto;
	padding: 5vw 0 0 0;
}
.cost .cost_title{
	display: block;
	margin: 0 auto;
	margin-bottom: 5vw;
}
.cost .cost_video{
	width:100%;
	margin-bottom: 2vw;
}
.cost_container{
	border: 3px solid red;
	width: 100%;
	padding-top: 2vw;
	font-family: "SHSC-M", "宋体";
}
.cost_container .coop_titile{
	background: url("../img/section-title-bg.png")no-repeat;
	background-size: 20vw 5vw;
	display: block;
	text-align: center;
	width: 20vw;
	height: 5vw;
	margin: 0 auto 2vw;
	color: #f3e8da;
	font-size: 3vw;
	font-weight: bold;
	letter-spacing: 7px;
}
.cost_detail{
	text-align: center;
	border-top: 3px solid red;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.cost_detail .hongse{
	color: red;
}
.cost_detail span{
	color: #333333;
	display: block;
}
.cost_detail a{
	text-decoration: none;
	color: red;
}
.cost_detail td{
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 17px 0;
}
.beizhu{
	display: flex;
	align-items: center;
	padding: 25px 0;
}
.beizhu_title{
	text-align: center;
	color: red;
	width: 112px;
	font-weight: bold;
}
.beizhu_content p{
	margin-bottom: 10px;
	font-weight: bold;
}
.beizhu_content p:last-child{
	margin-bottom: 0;
}
.good{
	width: 80vw;
	margin: 0 auto;
	padding: 5vw 0;
}
.good .cost_title{
	display: block;
	margin: 0 auto;
	margin-bottom: 6vw;
}
.good_container:before{
	content: "";
	background:  url("../img/lace.png") no-repeat;
	position: absolute;
	width: 20vw;
	height: 18vw;
	top: -0.8vw;
	left: -0.8vw;
}
.good_container{
	font-family: "SHSC-M", "宋体";
	border: 0.8vw solid red;
	padding: 2.5vw 1vw 0;
	position: relative;
	font-weight: bold;
}
.good_container:after{
	content: "";
	position: absolute;
	background:  url("../img/lace.png") no-repeat;
	width: 20vw;
	height: 18vw;
	transform: rotate(180deg);
	right: -0.8vw;
	bottom: -0.8vw;
}
.good_container .good_title{
	text-align: center;
	font-size: 2.5vw;
	color: #333333;
	margin-bottom: 3.5vw;
	font-weight: normal;
}
ul{
	list-style: none;
}

.good_list li:before{
	content: "";
	width: 2vw;
	height: 2vw;
	display: block;
	margin-top: 3px;
	margin-right: 8px;
	background:url("../img/fees/fees-list-dot.png") no-repeat ;
	background-size: 2vw 2vw;
}
.good_list li{
	color: red;
	font-size: 1.7vw;
	margin-bottom: 1.5vw;
	display: flex;
}
.good_list li span{
	width: 72vw;
}
