.price1 {
	background-color: #F6F6F6;
	padding: 2rem 0;
}
.price1 li {
	transition: all .3s ease-out;
	cursor: default;
	border-radius: 8px;
	overflow: hidden;
	background-color: #FFFFFF;
	width: calc(20% - 10px);
	font-size: 0.9rem;
}
.price1 li:hover {
	transform: scale(1.03);
	    -webkit-transform: scale(1.03);
	    -moz-transform: scale(1.03);
	    -o-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	    z-index: 1;
	box-shadow: 1px 2px 15px #FFFFFF;
}
.price1 .hedtop {
	padding: 2rem;
	text-align: center;
	color: #FFFFFF;
}
.price1 .hedtop span {
	font-weight: 600;
	font-size: 2rem;
}
.price1 .txt{
	padding: 1.6rem 1rem;
}
.price1 .txt p {
	padding-bottom: 0.8rem;
}


.price1 li:nth-child(2) .hedtop {
	background-color: #f57b06 ;
}
.price1 li:nth-child(3) .hedtop {
	background-color: #4e8bdf;
}
.price1 li:nth-child(4) .hedtop {
	background-color: #f54343 ;
}
.price1 li:nth-child(5) .hedtop {
	background-color: #726fc1 ;
}
.price1 li:nth-child(1) .layui-icon-ok {
	color: #009688;
}
.price1 li:nth-child(2) .layui-icon-ok {
	color: #ed7400;
}
.price1 li:nth-child(3) .layui-icon-ok {
	color: #4276bd;
}
.price1 li:nth-child(4) .layui-icon-ok {
	color: #f54343;
}
.price1 li:nth-child(5) .layui-icon-ok {
	color: #726fc1;
}

.price1 .layui-border-green {
	width: 80%;
}

.price1 li:nth-child(2) .layui-border-green {
	border-color: #f57b06 !important;
	color: #f57b06 !important;
}
.price1 li:nth-child(3) .layui-border-green {
	border-color: #4e8bdf !important;
	color: #4e8bdf !important;
}
.price1 li:nth-child(4) .layui-border-green {
	border-color: #f54343 !important;
	color: #f54343 !important;
}
.price1 li:nth-child(5) .layui-border-green {
	border-color: #726fc1 !important;
	color: #726fc1 !important;
}



.conbill {
	border: 1px solid #EEEEEE;
	padding: 2rem 1rem;
	text-align: center;
	border-radius: 3px;
}
.conbill h3 {
	font-weight: 600;
}
.conbill p {
	padding: 0.8rem 0;
	font-size: 0.9rem;
	color: #666666;
}
.question {
	padding: 2rem 0;
}
.question li {
	padding: 1rem 2.6rem;
}

.question h3 {
	font-weight: 600;
	font-size: 16px;
}
.question p {
	color: #666666;
	font-size: 0.8rem;
	padding: 0.6rem 0;
	line-height: 1.4rem;
}