body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	/* border-collapse: collapse; */
	border: none;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body {
	text-align: justify;
	text-justify: inter-ideograph;
	/* font-family: "microsoft yahei"; */
	font-family: "Noto Sans SC";
}

.clearf::after {
	content: '';
	display: block;
	clear: both;
}

.show {
	display: block !important;
}

.flex {
	display: flex !important;
}

.wrap {
	width: 1440px;
	margin: auto;
}
.main{
	width: 940px;
	margin: 50px auto 0;
}
.head{
	width: 100%;
	height: 406px;
	background: url(../img/head_bg.jpg);
	box-sizing: border-box;
	position: relative;
}
.nav{
	text-align: center;
	display: inline-block;
	margin-top: 12px;
	width: 100%;
}
.nav a{
	color: #a40035;
	font-size: 18px;
	display: inline-block;
	margin: 0 18px;
}
.slogan{
	margin-top: 100px;
	text-align: center;
}
.slogan p:nth-child(1){
	color: #a40035;
	font-size: 48px;
	font-weight: bold;
	text-shadow: 0 2px 3px #9c5d28;
}
.slogan p:nth-child(2){
	color: #a40035;
	font-size: 25px;
	margin-top: 10px;
	text-shadow: 0 1px 2px #9c5d28;
}
.main{
	width: 1000px;
	margin: auto;
	padding: 70px 0 0;
}
.intro{
	position: relative;
}
.title{
	color: #a40035;
	font-size: 30px;
	font-weight: bold;
	padding: 3px 25px;
	background: #fdf2e4;
	display: inline-block;
	border-radius: 100px;
	box-shadow: 3px 3px 5px 1px #e7e8e7;
	margin-bottom: 40px;
}
.intro_left{
	width: 352px;
	color: #313131;
	font-size: 16px;
	line-height: 30px;
}
.intro_right{
	position: absolute;
    top: -70px;
	right: -40px;
}
.explain{
	margin-top: 140px;
}
.explain_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.explain_con{
	background: #fef6e3;
	width: 479px;
	height: 119px;
	border-radius: 16px;
	display: flex;
	margin-bottom: 30px;
	box-shadow: 1px 2px 4px 2px #e5e6e6;
}
.eicon{
	display: block;
	margin-right: 30px;
}
.explain_con h3{
	color: #e4620a;
	font-size: 26px;
	font-weight: bold;
	margin: 30px 0 10px;
	position: relative;
	display: inline-block;
}
.explain_con h3 img{
	position: absolute;
	top: 4px;
	right: -40px;
}
.explain_con p{
	color: #474747;
	font-size: 14px;
}
.list{
	margin-top: 100px;
}
.list_box{
	display: flex;
	justify-content: space-between;
}
.list_btn p{
	color: #b89358;
	font-weight: bold;
	text-align: center;
	background: #eeeeee;
	border-radius: 12px;
	padding: 17px 0;
	width: 206px;
	cursor: pointer;
	margin-bottom: 20px;
	box-shadow: 1px 2px 2px 1px #e7e8e7;
}
.list_btn p span{
	display: block;
	font-size: 14px;
}
.list_btn p b{
	display: block;
	font-size: 21px;
}
.form_box{
	width: 764px;
	display: none;
}
.form{
	background-image: linear-gradient(to bottom, #f57d3d, #ffeabc 30%);
	padding: 31px 14px 22px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 12px;
	box-shadow: 0px 7px 9px -3px #ccc;
	position: relative;
}
.table_box{
	display: flex;
	border-radius: 12px;
	overflow: hidden;
	padding: 0 22px;
	background: #fef8ee;
	justify-content: center;
}
table {
    text-align: center;
	flex: 0 0 50%;
	padding: 0 10px;
}
.form_title{
	color: #fdf4e9;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 40px;
}
.lr_title{
	font-size: 36px;
	font-weight: bold;
	color: #723c21;
	margin-bottom: 52px;
}
.row{
	line-height: 32px;
}
th{
	color: #e4620a;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	padding-top: 10px;
	white-space: nowrap;
}
.fr th:nth-child(3){
	position: absolute;
}
.rank{
	color: #bf814a;
	font-size: 14px;
	font-weight: bold;
	width: 25%;
	border-bottom: 1px solid #cbcfd3;
}
.cop_name{
	color: #3c1d16;
	font-size: 14px;
	white-space: nowrap;
	width: 25%;
	border-bottom: 1px solid #cbcfd3;
	font-weight: bold;
}
.price{
	color: #965d38;
	font-size: 14px;
	width: 40%;
	border-bottom: 1px solid #cbcfd3;
	font-weight: bold;
}
/* table:nth-child(1) .first_row .rank{
	border-top-left-radius: 12px;
	display: table-cell;
}
table:nth-child(2) .first_row .price{
	border-top-right-radius: 12px;
	display: table-cell;
} */
.first_row td{
	padding-top: 8px;
}
.row:last-child td{
	padding-bottom: 40px;
	border: none;
}
.selected{
	background: #fef6e3 !important;
	color: #e4620a !important;
}
.download{
	position: absolute;
	bottom: -14px;
	color: #fef8ee;
	font-size: 20px;
	font-weight: bold;
	background-image: linear-gradient( to bottom, #f57e3e, #ffd583);
	box-shadow: 0px 7px 9px -3px #ccc;
	border-radius: 12px;
	padding-left: 22px;
}
.download img{
	margin-left: 12px;
}
.statement{
	margin-top: 50px;
}
.statement p{
	color: #3a393a;
	font-size: 12px;
	line-height: 18px;
	margin-top: 18px;
}
.about .title{
	margin: 40px 0;
}
.about p:not(.title){
	color: #3a393a;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 28px;
}
.footerwrap {
    background: #c67030;
	margin-top: 80px;
}
.footer {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}
.footer_l {
    float: left;
    width: 20%;
    margin-top: 16px;
}
.footer_r {
    float: right;
    width: 80%;
}
.footer_r li {
    list-style: none;
    float: left;
    text-indent: 24px;
    color: white;
    font-size: 12px;
    margin-top: 60px;
}