html,
body {
	height: 100%;
}

.default_page .bg {
	width: 100%;
	height: 100%;
	background: url(../images/HomePage_BG.jpg) no-repeat center /cover;
}

.default_page .bg::before {
    content: "";
    display: block;
    widows: 100%;
    height: 250px;
}

.default_page .bg .text_wrap {
	width: 100%;
	height: 240px;
	text-align: center;
	background: rgb(255 255 255);
	margin-top: 200px;
}

.default_page .bg .text_wrap .logo {
	width: 100%;
	height: 170px;
	/* background:rgba(255, 255, 255, 0.5) url(../images/LOGO.png) center no-repeat /auto 100%; */

	margin-bottom: 20px;
	text-align: center;
}

.default_page .bg .text_wrap .logo img {
	height: 100%;
	display: inline;
}

.default_page .bg .text_wrap a {
	color: #787878;
	font-size: 20px;
	margin: 0 20px;
	font-weight: 700;
} 

.default_page .bg .text_wrap a:hover {
	color: #9678D3;
} 

/* // 添加代码 */

.terms_page .bg::before {
    content: "";
    display: block;
    widows: 100%;
    height: 0;
}
.terms_page .bg .text_wrap {
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
	margin-top: 0px;
}
.terms_page .bg .text_wrap .text_title{
	padding-top: 50px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.terms_page .bg .text_wrap .text_area{
	height: 60%;
	font-size: 18px;
	background: #fff;
	padding: 0 80px;
	overflow-y: scroll;
	text-align: left;
	margin-bottom: 40px;
	line-height: 28px;
}

.terms_page .bg .text_wrap .link{

    color: #333;
    font-size: 20px;
    margin: 0 10px;
    padding: 0 40px;
    border-radius: 25px;
    font-weight: 700;
    display: inline-block;
    background: #9678D3;
    height: 50px;
    line-height: 50px;
}

.terms_page.mobile .bg .text_wrap .text_title {
    padding-top: 14px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.terms_page.mobile .bg .text_wrap .text_area{
	height: 4rem;
	font-size: 14px;
	background: #fff;
	padding: 16px 10px;
	overflow-y: scroll;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.8em;
}
.terms_page.mobile .bg .text_wrap .link{

    color: #333;
    font-size: 20px;
    margin: 0 10px;
    padding: 0 40px;
    border-radius: 25px;
    font-weight: 700;
    display: inline-block;
    background: #9678D3;
    height: 50px;
    line-height: 50px;
}

/* // 添加代码 end */

#page-banner img {
    width: 100%;
}

#content .container {
    padding: 0 10px;

}

#content .title_wrap {
	color: rgb(51,51,51);
	font-size: 25px;
	padding-top: 20px;
	font-weight: 700;
	width: 200px;
	line-height: 40px;
	border-bottom: #9678D3 solid 3px;
}

#content .text {
	padding: 10px 0;
	font-size: 16px;
	line-height: 28px;
}

#content .list_wrap {
	padding-top: 30px;
	padding-left: 30px;
}

#content .item {
	border: #dddddd solid 3px;
	border-radius: 30px;
	padding: 30px;
	width: 340px;
	height: 260px;
	/*margin-right: 30px;*/
	margin-right: 26px;
	float: left;
}

#content .item .title {
	line-height: 25px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: #9678D3;
}



.mobile.default_page #content {
    width: 100%;
    height: 100%;
    background: url(../images/HomePage_BG.jpg) no-repeat center /cover;
}

.mobile.default_page .bg {
    width: 100%;
    height: 100%;
    background: none;
}

.mobile.default_page .bg .text_wrap {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 65%;
	margin-top: 0px;
	background-color: rgba(255, 255, 255, 0.9);
}


.mobile.terms_page .bg .text_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.5);
}

.mobile.default_page .bg .text_wrap .logo {
	background: none;
	height: 85%;
}

.mobile.default_page .bg .text_wrap a {
    color: #000;
    line-height: 100px;
}

.mobile #content .title_wrap {
	background: #9678D3;
	width: 100%;
	color: #fff;
	padding: 0 10px;
	border-bottom: #fff solid 3px;
	font-size: 20px;
	font-weight: 300;
}

.mobile #content .list_wrap {
    padding-left: 0;
}

.mobile #content .item {
    margin-bottom: 10px;
    padding: 5%;
    width: 90%;
height:auto;
}

.mobile #content .text {
	padding: 10px 0;
	text-align: left;
	line-height: 1.7em;
}
