* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #e7e7e7;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
}

input,button{
	outline: none;
}

a {
    text-decoration: none;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}



.display-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.display-flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex1 {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.align-items-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.align-items-bottom{
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.justify-content-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.justify-content-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/*首页*/
html{
	min-height: 100%;
	font-family: PingFang SC,"思源黑体",Arial,"微软雅黑",Microsoft YaHei;
}
.index_body {
    height: 100%;
    background:url(../images/bg.png) no-repeat #9385ca;
    background-size: cover;
    position: relative;
}
.index_logo{
	position: absolute;
	width: 1.95rem;
	top: 0.59rem;
	left: 0.36rem;
}
.index_top_text{
	color: #fff;
	text-align: center;
	font-size: 0.45rem;
	padding-top: 2.3rem;
}
.withcity{
	height: 1rem;
	display: block;
	margin: 0 auto;
	margin-top: 1.1rem;
	margin-bottom: 1.8rem;
}
.freejoin{
	display: block;
	width: 6.2rem;
	height: 1.3rem;
	background: url(../images/btnbg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding-top: 0.2rem;
	font-size: 0.5rem;
	color: #000;
	margin: 0 auto;
}
.index_botton_text{
	margin: 0 0.3rem;
	margin-top: 2.1rem;
	color: #fff;
}
.index_botton_text h4{
	font-size: 0.45rem;
	margin-bottom: 0.1rem;
}
.index_botton_text p{
	font-size: 0.35rem;
	white-space: pre-line;
}
@keyframes showMatch {
    0% {
       transform: scale(0.1) translateZ(0);
    }

    90% {
        transform: scale(1.1) translateZ(0);
    }
    100% {
        transform: scale(1) translateZ(0);
    }
}
.index_get_city{
	margin: 1.3rem 0;
	height: 3.2rem;
}
.index_get_city .getdeta{
	width: auto;
	height: 2.5rem;
	display: block;
	margin: 0 auto;
	-webkit-animation: showMatch 1.25s ease;
    animation: showMatch 1.25s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: none;
}
.index_search_box .index_search{
	width: 2.6rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.2rem;
}
.index_search_box p{
	color:#fff;
	font-size: 0.5rem;
	text-align: center;
	font-weight: bold;
}
/*子页*/
header{
	height: 1.2rem;
	background: #7e50cd;
	background: -moz-linear-gradient(-45deg,  #7e50cd 0%, #706be7 100%);
	background: -webkit-linear-gradient(-45deg,  #7e50cd 0%,#706be7 100%);
	background: linear-gradient(135deg,  #7e50cd 0%,#706be7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e50cd', endColorstr='#706be7',GradientType=1 );
	position: relative;
	text-align: center;
	color: #fff;
	box-shadow: 0 0.06667rem 0.26667rem 0 rgba(131,82,216,.5);
}
header .header_h1{
	font-size: 0.45rem;
	font-weight: normal;
	line-height: 1.2rem;
}
header .header_h1_two{
	padding-top: 0.05rem;
	font-size: 0.45rem;
	font-weight: normal;
}
header p{
	font-size: 0.3rem;
	color: #fff;
}
.back{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 0.4rem;
	color: #fff;
	height: 1.2rem;
	line-height: 1.2rem;
	padding-left: 0.2rem;
}
.back img{
	width: 0.3rem;
	height: 0.5rem;
	margin-right: 0.1rem;
	vertical-align: middle;
}
.back span{
	vertical-align: middle;
}
.banner_top{
	height: 3.4rem;
	background: url(../images/bannerbg.png) no-repeat left top;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-size: 0.65rem;
	text-shadow: 6.1px 3.5px 10px rgba(95,62,118,.28);
}
/*.banner_top p{
	margin-top: -0.2rem;
}*/
.deta_page{
	margin: 0.2rem;
	background: #fff;
	height: 9.5rem;
	overflow-y: scroll;
}
.sex_title{
	color: #333232;
	font-size: 0.6rem;
	text-align: center;
	margin: 0.9rem 0;
	
}
.sexbox img{
	width: 3rem;
	height: 3rem;
	margin-bottom: 0.2rem;
	
}
.sexbox p{
	text-align: center;
	font-size: 0.6rem;
	color: #535252;
}
.daynum{
	background: #fff;
	border-bottom: 0.1rem solid #e7e7e7;
}
.daynum .day_title{
	color: #7a57d4;
	font-size: 0.4rem;
	padding: 0 0.2rem;
	margin-bottom: 0.1rem;
	margin-top: 0.1rem;
}
.daynum .day_title strong{
	font-size: 0.6rem;
	font-weight: normal;
}
.daynum table{
	width: 100%;
	font-size: 0.4rem;
	color: #292829;
	border-collapse: collapse;
}
.daynum table,.daynum table tr td{
	border: 1px solid #e7e7e7;
	text-align: center;
}
.daynum table tr td{
	padding: 0.45rem 0;
}
.daynum table tr td.active{
	color: #fff;
    background-color: #8b76f9;
    box-shadow: 0 0.06667rem 0.13333rem 0 rgba(131,91,244,.5);
}
.schooling li{
	border: 1px solid #8576c6;
	border-radius: 0.1rem;
	font-size: 0.45rem;
	text-align: center;
	color: #292929;
	margin: 0.3rem;
	height: 1.2rem;
	line-height: 1.1rem;
}
.schooling li.active{
	background: #7e50cd;
    background: -moz-linear-gradient(-45deg, #7e50cd 0%, #706be7 100%);
    background: -webkit-linear-gradient(-45deg, #7e50cd 0%,#706be7 100%);
    background: linear-gradient(135deg, #7e50cd 0%,#706be7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e50cd', endColorstr='#706be7',GradientType=1 );
    box-shadow: 0 0.06667rem 0.26667rem 0 rgba(131,82,216,.5);
    color: #fff;
}
.suc_text_top{
	font-size: 0.55rem;
	margin-left: 0.8rem;
	margin-top: 0.9rem;
	color: #3b3a3a;
	font-weight: bold;
}
.suc_text_top b{
	color: #f87171;
}
.succ_botton_text{
	text-align: center;
	color: #767575;
	font-size: 0.35rem;
	margin-top: 0.9rem;
}
.succ_botton_text span{
	color: #7a57d4;
}
.suc_phone_box .suc_button{
	border: none;
	display: block;
	margin: 0 0.7rem;
	height: 1.1rem;
	line-height: 1rem;
	background: #7e50cd;
	background: -moz-linear-gradient(-45deg,  #7e50cd 0%, #706be7 100%);
	background: -webkit-linear-gradient(-45deg,  #7e50cd 0%,#706be7 100%);
	background: linear-gradient(135deg,  #7e50cd 0%,#706be7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e50cd', endColorstr='#706be7',GradientType=1 );
	color: #fff;
	font-size: 0.35rem;
	text-align: center;
	border-radius: 0.2rem;
	
}
.suc_phone_box_warp{
	margin: 0.9rem 1.3rem;
	border-bottom: 1px solid #cfcdcd;
	font-size: 0;
	padding: 0.2rem 0;
	line-height: 100%;
}
.suc_phone_box_warp .phone_icon{
	height: 0.5rem;
	margin: 0 0.3rem;
}
.suc_phone_box_warp input{
	margin: 0;
	width: 100%;
	height: 0.5rem;
	border: none;
	background: none;
	border-left: 1px solid #cfcdcd;
	padding-left: 0.3rem;
	color: #535353;
	-webkit-user-select:auto;
	user-select:auto;
	font-size:0.35rem;
	line-height:0.5rem;
	border-radius:0;
}















