@charset "utf-8";
/* reset.css */

body {
    position: relative;
    overflow-y: visible !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: moz-none;
    user-select: none;
    -webkit-overflow-scrolling: auto;
}
body * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

/** html4 reset **/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, th, var, b,h1,h2,h3 {
    font-style: normal;
    font-weight: normal;
}
ol, ul, li {
    list-style-type: none
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,td,caption {
    vertical-align: top;
    text-align: left;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="tel"],
input[type="radio"],
input[type="checkbox"],
button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    -moz-tap-highlight-color:rgba(0, 0, 0, 0);
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
img {
    vertical-align: middle;
    font-size: 0;
}

h1 {
    font-size: 0.24rem;
}
h2 {
    font-size: 0.2rem;
}
h3 {
    font-size: 0.18rem;
}
h4 {
    font-size: 0.16rem;
}
h5 {
    font-size: 0.14rem;
}

/** html5 reset **/
header, footer, section, nav, menu, details, hgroup, figure, figcaption, article, aside {
    margin: 0;
    padding: 0;
    display: block;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
    opacity: 1
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom:1;}

/** Body, links, basics **/



/** Body, links, basics **/
body,html {
    font-size: 100px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    font-size: 0.14rem;
    line-height: 1.8;
    font-family: Hiragino Sans GB,Helvetica,STHeiti STXihei,Microsoft YaHei,Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #000;
}

/* 布局grid */
#afui,
#content,
.page{
	height:100%;
	width:100%;}
section.main {
    position: relative;
    z-index: 100;
}
section.main.fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #FFF;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
section.main.fixed > article {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.home_page{
	background: #cd2818 url(../images/registerImages/home_bg.png) no-repeat center top;
	background-size: 100% auto;
	min-height: 100%;
	padding: 136% 0 11%;
	position: relative;
}
.home_page .logo{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home_page .logo img{
	display: block;
	width: 100%;
}
.home_tips{
	padding: 0 16%;
	font-size: 0.12rem;
	color: #951105;
	line-height: 0.18rem;
}
.home_ctbox{
	margin: 5% 3.5% 0;
	background: #fff;
	border-radius: 0.06rem;
	position: relative;
	padding: 0.2rem 0 0.1rem;
	overflow: hidden;
}
.home_ctbox:before,
.home_ctbox:after{
	content: "";
	width: 0.16rem;
	height: 0.16rem;
	background: #cd2818;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.08rem;
}
.home_ctbox:before{
	left: -0.08rem;
}
.home_ctbox:after{
	right: -0.08rem;
}
.home_ctbox .title{
	text-align: center;
	font-size: 0.15rem;
	line-height: 0.24rem;
	color: #951105;
	font-weight: bold;
	margin-bottom: 0.06rem;
}
.home_ctbox .title span{
	margin: 0 0.08rem;
}
.adinfo_list{
	padding: 0 0.08rem;
	overflow: hidden;
}
.adinfo_list li{
	float: left;
	width: 33.333%;
	padding: 0.08rem 0;
	text-align: center;
	font-size: 0.12rem;
	color: #79462b;
	line-height: 0.2rem;
}
.adinfo_list li .icon{
	display: block;
	width: 0.54rem;
	height: 0.54rem;
	margin: 0 auto 0.1rem;
}
.adinfo_list li .icon img{
	display: block;
	width: 100%;
	height: 100%;
}
.adinfo_list li h5{
	font-size: 0.14rem;
	line-height: 0.22rem;
	font-weight: normal;
}
.adinfo_list li p{
	opacity: 0.8;
}
.feature_list{
	width: 2.4rem;
	margin: 0 auto;
	padding: 0.1rem 0 0.15rem;
	overflow: hidden;
}
.feature_list li{
	width: 50%;
	float: left;
	text-align: center;
	padding: 0.05rem 0;
	font-size: 0.14rem;
	color: #79462b;
	line-height: 0.2rem;
}
.feature_list li span{
	display: inline-block;
	padding: 0 0.16rem;
	position: relative;
}
.feature_list li span:before{
	content: "";
	width: 0.05rem;
	height: 0.05rem;
	background: #f4dcc4;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.03rem;
	left: 0;
}

.home_btn a{
	display: block;
	height: 0.66rem;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.23rem;
	color: #683017;
	background: #e7c49e;
}
.cs_link{
	width: 0.47rem;
	height: 0.4rem;
	border: 1px solid #c3c3c3;
	border-radius: 0.5rem 0 0 0.5rem;
	background: rgba(238,238,238,0.6);
	position: fixed;
	top: 50%;
	margin-top: -0.19rem;
	right: 0;
}
.cs_link:before{
	content: "";
	width: 0.26rem;
	height: 0.26rem;
	background: url(../images/registerImages/cs_linkimg.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.13rem;
	left: 0.08rem;
}

.home_form{
	margin: 5% 3.5% 0;
}
.home_input{
	position: relative;
	margin-top: 0.08rem;
}
.home_input:first-child{
	margin-top: 0;
}
.home_input.code{
	padding-right: 1.2rem;
}
.home_input .t1{
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 0.05rem;
	height: 0.48rem;
	border: 0 none;
	outline: none;
	padding: 0.1rem 0.2rem;
	line-height: 0.28rem;
	font-size: 0.2rem;
	color: #79462b;
}
.home_input .t1::-moz-placeholder {
    color: #c3b2ab;
}

.home_input .t1::-webkit-input-placeholder {
    color: #c3b2ab;
}
.home_codeimg{
	width: 0.7rem;
	height: 0.32rem;
	position: absolute;
	top: 50%;
	margin-top: -0.16rem;
	right: 0.15rem;
}
.home_codeimg img{
	display: block;
	width: 100%;
	height: 100%;
}
.home_codebtn{
	display: block;
	width: 1.15rem;
	height: 0.48rem;
	background: #e7c49e;
	text-align: center;
	line-height: 0.48rem;
	border-radius: 0.05rem;
	font-size: 0.18rem;
	color: #79462b;
	position: absolute;
	top: 0;
	right: 0;
}
.home_codebtn.time{
	font-size: 0.16rem;
	color: #fff;
	background: #c3b2ab;
}
.home_btn2{
	padding: 0 3.5%;
	margin: 0.12rem 0 5%;
}
.home_btn2 a{
	display: block;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	font-size: 0.2rem;
	color: #683017;
	background: #e7c49e;
	border-radius: 0.05rem;
}

/*退出*/
.logo .exit_btn{
	position: absolute;
	z-index: 100;
	left: 10%;
	top: 2%;
	color: #e2b652;
	padding-top: 3%;
}
.logo .exit_btn:before {
	content: '';
	display: block;
	background-image: url('../images/registerImages/icon_tc.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: .3rem;
	height: .3rem;
	position: absolute;
	left: -110%;
	top: 30%;
}
/*扫一扫*/
.logo .scan_btn {
	position: absolute;
	z-index: 100;
	right: 3%;
	top: 2%;
	color: #e2b652;
	padding-top: 3%;
}
.logo .scan_btn:before {
	content: '';
	display: block;
	background-image: url('../images/registerImages/icon_ss.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: .3rem;
	height: .3rem;
	margin: 0 auto;
}


/*-- add 20220411 --*/
.home_page.p_page2{
	background: #ffffff;
	padding: 0;
}
.r_hm_banner img{
	display: block;
	width: 100%;
}
.r_ready_box{
	width: 100%;
	padding: 0.25rem 0.03rem;
}
.r_ready_box .title{
	text-align: center;
	padding: 0 0.26rem;
	font-size: 0.12rem;
	line-height: 0.2rem;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0.17rem;
}
.r_ready_box .list{
	display: flex;
}
.r_ready_box .list li{
	flex: 1;
	text-align: center;
}
.r_ready_box .list li .icon{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	margin: 0 auto 0.2rem;
}
.r_ready_box .list li .icon img{
	display: block;
	width: 100%;
}
.r_ready_box .list li span{
	display: block;
	font-size: 0.12rem;
	line-height: 0.2rem;
	color: #000000;
}

.r_home_btn{
	padding: 0.1rem 0.28rem;
}
.r_home_btn a{
	display: block;
	height: 0.38rem;
	line-height: 0.38rem;
	text-align: center;
	font-size: 0.15rem;
	color: #ffffff;
	background: #dc2129;
	border-radius: 0.05rem;
}
.r_bot_tips{
	text-align: center;
	padding: 0.02rem 0.28rem 0.15rem;
	font-size: 0.09rem;
	line-height: 0.14rem;
	color: #5e5e5e;
}
.open_nav{
	margin: 0.25rem 0.2rem 0.1rem;
}
.open_nav .item{
	background: #fff;
	border-radius: 0.04rem;
	box-shadow: 0px 4px 15px rgba(9, 31, 60, 0.0833561);
	margin-top: 0.2rem;
	padding: 0.27rem 0.15rem 0.27rem 0.8rem;
	position: relative;
}
.open_nav .item:first-child{
	margin-top: 0;
}
.open_nav .item .icon{
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	top: 50%;
	margin-top: -0.2rem;
	left: 0.2rem;
}
.open_nav .item .icon img{
	display: block;
	width: 100%;
}
.open_nav .item h5{
	font-size: 0.2rem;
	line-height: 0.26rem;
	font-weight: normal;
	color: #000;
}
.open_nav .item p{
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #999;
	margin-top: 0.06rem;
}