.main *{font-size: 1em;}
.vip_div {
	width: 100%;
	margin: auto;
	text-align: center;
}

.vip_div form {
	line-height: 3em;
}

.vip_div li .text,.inp-txt {
	outline-style: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px 5px;
	/* width: 50%; */
	max-width: 200px;
	min-width: 110px;
	font-size: 20px;
	font-weight: 700;
	font-family: "Microsoft soft";
}

.button2,.reg-btn {
	height: 35px;
	width: 250px;
	background-color: #f85959;
	border: none;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	zoom: 1;
	outline: none;
	box-shadow: none;
}

.img-group img {
	width: 100%;
	display: block;
	vertical-align: middle;
	border-radius: 15px;
}

.vip_div p.title{
    padding: 5px;
    font-size: 1.2em;
    color: #ffffff;
    margin: 10px 0;
    background: #e91e63;
}

.main_form th span {
	color: red;
}

.vip_div table td,.vip_div table th {
    padding: 5px 0;
    border: 0 solid #fff;
    /* box-sizing: border-box; */
}

.vip_div table th {
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.vip_div table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 0.85em;
    width: 100%;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    box-sizing: border-box;
}

.getCode{
	padding: 3px 12px;
	margin: 0 3px;
	line-height: 1.5em;
	border: none;
	font-size: 1em;
	border-radius: 10px;
	color: #ffffff;
	background-color: #4FC3F7;
}

