body {
	background-color: #fff;
}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*包含以下四种的链接*/
a {
	text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
	text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
	text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
	text-decoration: none;
}
/* 正在点击的链接*/
a:active {
	text-decoration: none;
}
.head {
    width: 100%;
    /* -webkit-filter: blur(3px); */
    /*height: 84vw;*/
    background: #fff;
    overflow: hidden;
}
.head img {
	width: 100%;
}
img {
	width: 100%
}
.head_below {
	width: 100%;
	/*background: rgb(255, 255, 255, .8);*/
	/*position: absolute;*/
	margin-top: -52vw;
}
.head_belows {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.main {
	width: 26vw;
	height: 26vw;
	border-radius: 50%;
	overflow: hidden;
	margin: 10vw auto;
    border: 1.3vw solid rgba(255,255,255,.6);
}
.main img {
	width: 100%;
}
.main_head {
	font-size: 4.2vw;
	font-weight: 500;
	margin-top: -7vw;
	color: #000;
	margin-bottom: 7vw;
}
.ti{
    font-size: 3vw;
    background: rgba(225, 71, 109, 1);
    color: #fff;
    border-radius: 50px;
    padding: .8vw 2.7vw;
    /* margin-top: 2vw; */
}
.main_name {
	color: #6f6f6f;
	font-size: 3.5vw;
	line-height: 6vw;
}
.people {
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 3vw 0;
    /*margin-top: 9vw;*/
    margin-bottom: 0.5vw;
    background: #fff;
}
.main_left {
	width: 50vw;
    height: 8vw;
    display: flex;
    text-align: center;
    justify-items: center;
    align-items: center;
    justify-content: space-around;
}
.main_right {
	text-align: center;
}
.main_num {
    font-size: 4vw;
    color: #000;
    font-weight: 500;
}
.main_text {
	color: #6f6f6f;
	font-size: 3.2vw;
}
/*搜索*/
form {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: -12.3vw;
}
input,
button {
	border: none;
	outline: none;
}
input {
	width: 100%;
	height: 10vw;
	line-height: 10vw;
	padding-left: 4vw;
}
button {
	height: 10vw;
	width: 10vw;
	cursor: pointer;
	position: absolute;
}
.bar7 {
	width: 92%;
	margin-left: 4%;
	border-radius: 20px;
	transition: .3s linear;
	/* float: right; */
	/*margin: 3vw auto;*/
	/* text-align: center; */
}
.bar7 input {
	width: 100%;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #f3f3f3;
	transition: .3s linear;
	float: right;
}
.bar7 button {
    background: none;
    top: -0.4vw;
    right: 2vw;
    padding: 2.5vw;
}
.bar7 button img {
	width: 70%;
}
input {
	-webkit-text-fill-color: #9a9a9a;
	/*输入文字、placeholder颜色*/
}
/*搜索*/
.he {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	top: 3vw;
	padding: 2vw;
}
.cancels {
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
    height: 52vw;
    margin: 2vw;
    background: #fff;
}
.cancel {
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
    height: 52vw;
    margin: 2vw;
    background: #fff;
}
.cancel:after {
    content: '';
    width: 43.3vw;
    height: 35vw;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    margin-top: -48.5vw;
    border-radius: 10px 10px 0 0 ;
}
.cancel:before {
    content: '';
    background: url(../img/ic_lock@3x.png) no-repeat center center;
    background-size: 15%;
    position: absolute;
    /* top: -15px; */
    z-index: 12;
    width: 43vw;
    height: 35vw;
}
.cancel_img {
	width: 100%;
	height: 35vw;
}
.cancel_img img {
	width: 100%;
}
.cancel_name{
	color: #2d2d2d;
	font-size: 3.5vw;
	padding: 2vw;
	font-weight: 500;
}
.cancel_buttom{
    width: 17vw;
    background: #e1476d;
    color: #fff;
    padding: .7vw 2vw;
    border-radius: 50px;
    font-size: 3.2vw;
    margin-left: 24vw;
    margin-top: -1vw;
    text-align: center;
}
input {
	-webkit-appearance: none;
	/*去除input默认样式*/
}
.pay1_below {
    position: fixed;
    width: 9vw;
    height: 9vw;
    border-radius: 8px 0 0 8px;
    background: rgba(225, 71, 109, .9);
    /* padding: 2.1vw 1vw; */
    margin-top: 2vw;
    top: 11vw;
    z-index: 20;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 3vw;
    letter-spacing: .2vw;
}
.pay1_below img {
	width: 100%;
}
.count_top {
    width: 100%;
    height: 11vw;
    color: #2d2d2d;
    border-radius: 10px 10px 0 0;
    line-height: 5vw;
    text-align: center;
    font-size: 3.6vw;
    letter-spacing: 0.3vw;
    font-weight: 600;
    background: #fff;
    padding: 3vw 0;
}
.count_tops {
    width: 100%;
    /* height: 13vw; */
    color: #2d2d2d;
    border-radius:  0;
    line-height: 5vw;
    text-align: center;
    font-size: 3.6vw;
    letter-spacing: 0.3vw;
    font-weight: 600;
    background: #fff;
    margin-top: .5vw;
    padding: 2vw 0;
            	
}
.counts{
	font-size: 3vw;
	color: #c9c9c9;
	font-weight: 400;
}
.first_left{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.small{
	color: #c1c1c1;
	font-size: .75em;
}
.big{
	color: #3c3b40;
	font-size: 3.9vw;
	font-weight: 500;
}
.first{
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 7vw 0;
}
.table4_12 table {
	width:100%;
	margin:15px 0;
	border:0;
}
/* .table4_12 th {
	background-color:rgba(225, 71, 109, 1);
	color:#FFFFFF
} */
.table4_12,.table4_12 th,.table4_12 td {
	width: 100%;
	font-size:0.93em;
	text-align:center;
	padding:10px 4px;
	border-collapse:collapse;
}
.table4_12 th,.table4_12 td {
	border: 1px solid rgba(225, 71, 109, .1);
	border-width:1px 0 1px 0;
	width: 20%;
}
.table4_12 tr {
	border: 1px solid rgba(225, 71, 109, .1);
}
.table4_12 tr:nth-child(odd){
	background-color:rgba(225, 71, 109, .1);
}
.table4_12 tr:nth-child(even){
	background-color:#fdfdfd;
}
.pay{
	color: #32b16c;
}
.pay_no{
	color: #ff0000;
}
.gou{
	width: 4vw;
}
.excelUrl {
    word-wrap: break-word;
	padding: 2vw 4vw;
	line-height: 4vw;
}
/*弹窗*/
.backgrounds {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 22;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}
.background_pay {
	display: none;
    width: 82%;
    background: #fff;
    z-index: 23;
    position: fixed;
    /* margin: 0 auto; */
    top: 39vw;
    /* bottom: 0; */
    border-radius: 15px;
    padding: 7vw;
}
/*弹窗*/
/*下拉选择*/
.center-on-page {
	width: 100%;
	float: left;
	margin: 1.5vw auto;
	border-radius: 10px;
	width: 68vw;
	margin-bottom:2vw;
}
/* Reset Select */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	background: #fff;
	background-image: none;
	border: 1px solid #eeeeee;
}
/* Custom Select */
.select {
	position: relative;
	display: block;
	height: 47px;
	line-height: 47px;
	background: #2c3e50;
	/*overflow: hidden;*/
	border-radius: 6px;
}
select {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 10px;
	color: #cacaca;
	cursor: pointer;
	border-radius: 6px;
}
select::-ms-expand {
	display: none;
}
/* Arrow */
.select::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 3.5vw;
	pointer-events: none;
}
/* Transition */
.select:hover::after {
	color: #e1476d;
}
.select {
	color: #e1476d;
}
.select::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}
/*下拉选择*/
.pays_top {
    text-align: center;
    color: #2d2d2d;
    font-size: 3.8vw;
    font-weight: 500;
    line-height: 11vw;
    margin-top: -4vw;
}
.buttoms1 {
    width: 68vw;
    height: 11vw;
    border-radius: 50px;
    background: #e1476d;
    margin: 1.5vw auto;
    display: flex;
    color: #fff;
    justify-content: space-around;
    line-height: 11vw;
    font-size: 3.8vw;
    text-align: center;
    position: relative;
    top: 2vw;
}
.phone {
    width: 100%;
    float: left;
    margin: 1.5vw auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* line-height: 5vw; */
    margin-bottom: 2vw;
}
.phone input {
    float: left;
    outline: none;
    border: 1px solid #eeeeee;
    padding: 0;
    height: 47px;
    width: 100%;
    text-indent: 11px;
    letter-spacing: 0.05rem;
    /* color: #c9c9c9; */
    border-radius: 6px;
}
input {
	-webkit-appearance: none;
	/*去除input默认样式*/
}
input:focus {
	outline: none !important;
	border-color: #719ECE;
}
input::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #cacaca;
	/* placeholder字体大小  */
	font-size: 3.5vw;
}
.input {
	border: 0;
	padding: 10px;
	font-size: 3.5vw;
	border: solid 1px #ccc;
	/* margin: 0 0 20px; */
	width: 100%;
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.name input {
    float: left;
    outline: none;
    border: 1px solid #eeeeee;
    padding: 0;
    height: 47px;
    width: 100%;
    text-indent: 11px;
    letter-spacing: 0.05rem;
    /* color: #c9c9c9; */
    border-radius: 6px;
}
.name {
    width: 100%;
    float: left;
    margin: 1.5vw auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* line-height: 5vw; */
    margin-bottom: 2vw;
}