body {
	background: #f0eff5;
	font-family: "-apple-system", "HelveticaNeue";
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #333333;
}

i {
	font-style: normal;
}

strong {
	font-weight: normal;
}

p {
	margin: 0;
}

.text_center {
	text-align: center !important;
}

.mt_5 {
	margin-top: 0.05rem;
}

.mt_10 {
	margin-top: 0.1rem;
}

.mt_15 {
	margin-top: 0.15rem;
}

.mt_20 {
	margin-top: 0.2rem;
}

.f_right {
	float: right;
	margin-right: 0.08rem;
}

.red {
	color: #d53f3e !important;
}

.green {
	color: #27b732 !important;
}

.blue {
	color: #3598db !important;
}

.orange {
	color: #f1a527 !important;
}


/* 201708015 1-1-长城国瑞-手机版-首页 Start */

.header_inner {
	height: 0.44rem;
	line-height: 0.44rem;
	background: #fff;
	border: 1px solid #E4E4E4;
	position: relative;
}

.header_inner .head_nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.44rem;
	height: 0.44rem;
	background: url(../images/head_menu.png) no-repeat center;
	background-size: 0.44rem;
	z-index: 1;
}

.header_inner em img {
	display: block;
	width: 1.2rem;
	height: 0.44rem;
	margin: 0 auto;
}

.home_box {
	position: relative;
}

.icon_top {
	display: block;
	width: 0.36rem;
	height: 0.36rem;
	background: rgba(0, 0, 0, 0.5) url(../images/icon_top.png) no-repeat center;
	background-size: 0.36rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	bottom: 2.2rem;
	right: 0.16rem;
	z-index: 999;
}

.banner_box {
	position: relative;
}

.banner_box ul li img {
	width: 100%;
	vertical-align: top;
}

.small {
	position: absolute;
	bottom: 0.08rem;
	text-align: center;
	font-size: 0;
	width: 100%;
	line-height: 0.08rem;
}

.small em {
	display: inline-block;
	_display: inline;
	*_display: inline;
	zoom: 1;
	width: 0.08rem;
	height: 0.08rem;
	background: #f0eff5;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 0 0.02rem;
	cursor: pointer;
}

.small .on {
	background: #3598db;
}

.nav_box {
	background: #fff;
}

.nav_ul {
	position: relative;
}

.nav_ul ul li {
	float: left;
	width: 25%;
	background: #fff;
}

.nav_ul ul li a {
	display: block;
	padding: 0.18rem 0 0.3rem;
}

.nav_ul ul li a em {
	display: block;
	width: 0.54rem;
	height: 0.54rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 0 auto 0.1rem;
}

.nav_ul ul li:nth-child(1) a em {
	background: rgba(186, 197, 211, 0.3) url(../images/icon_nav1.png) no-repeat center;
	background-size: 0.54rem;
}

.nav_ul ul li:nth-child(2) a em {
	background: rgba(186, 197, 211, 0.3) url(../images/icon_nav2.png) no-repeat center;
	background-size: 0.54rem;
}

.nav_ul ul li:nth-child(3) a em {
	background: rgba(186, 197, 211, 0.3) url(../images/icon_nav3.png) no-repeat center;
	background-size: 0.54rem;
}

.nav_ul ul li:nth-child(4) a em {
	background: rgba(186, 197, 211, 0.3) url(../images/icon_nav4.png) no-repeat center;
	background-size: 0.54rem;
}

.nav_ul ul li a p {
	text-align: center;
	color: #333333;
}

.info_box {
	padding: 0 0.16rem;
	border-top: 1px solid #F0EFF5;
}

.info_box p {
	line-height: 0.4rem;
	color: #666666;
	position: relative;
	padding-left: 0.28rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
}

.info_box p span {
	float: right;
}

.info_box p em {
	width: 0.16rem;
	height: 0.4rem;
	background: url(../images/icon_info.png) no-repeat center;
	background-size: 0.16rem;
	position: absolute;
	top: 0;
	left: 0;
}

.product_box {
	background: #fff;
}

.product_title {
	padding: 0 0.16rem;
	background: #fff;
	border-bottom: 1px solid #F0EFF5;
}

.no_linebot {
	border-bottom: none !important;
}

.product_title strong {
	display: block;
	line-height: 0.48rem;
	font-size: 0.18rem;
	color: #f1a527;
	padding-left: 0.24rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	position: relative;
}

.product_box .product_title strong {
	line-height: 0.48rem;
}

.product_title strong em {
	width: 0.16rem;
	height: 0.48rem;
	position: absolute;
	top: 0;
	left: 0;
}

.product_box .product_title strong em {
	height: 0.42rem;
}

.product_title strong em.icon_product {
	background: url(../images/icon_product.png) no-repeat center;
	background-size: 0.16rem;
}

.product_ul {
	padding-left: 0.11rem;
}

.product_ul ul li {
	float: left;
	display: block;
	width: 1.63rem;
	padding: 0.1rem 0.05rem 0.2rem;
}

.product_li {
	width: 1.63rem;
	padding: 0.12rem 0.1rem 0.1rem;
	box-shadow: 0 0 20px rgba(153, 153, 153, 0.3);
}

.product_li_row1 strong {
	display: block;
	line-height: 0.24rem;
	text-align: center;
}

.product_li_row1 span {
	display: block;
	font-size: 0.12rem;
	color: #afbdbd;
	text-align: center;
}

.product_li_row2 {
	padding: 0.05rem;
	/*border-bottom: 1px solid #F2F2F2;*/
}

.product_li_row2 strong {
	display: block;
	line-height: 0.32rem;
	font-size: 0.32rem;
	color: #f1a527;
	text-align: center;
}

.product_li_row2 span {
	display: block;
	font-size: 0.12rem;
	color: #a1b1b1;
	text-align: center;
	padding-top: 0.05rem;
}

.product_li_row3 p {
	font-size: 0.12rem;
	color: #a1b1b1;
	text-align: center;
	padding: 0.05rem 0;
}

.product_li_row3 p span {
	color: #333333;
	margin-left: 0.05rem;
}

.btn_bespeak {
	display: block;
	width: 100%;
	line-height: 0.3rem;
	color: #3598db;
	text-align: center;
	border: 1px solid #3598DB;
	-webkit-border-radius: 0.04rem;
	-moz-border-radius: 0.04rem;
	border-radius: 0.04rem;
}

.product_title strong em.icon_index {
	background: url(../images/icon_index.png) no-repeat center;
	background-size: 0.16rem;
}

.index_ul {
	padding: 0.14rem 0;
	background: #fff;
}

.index_ul ul li {
	float: left;
	width: 33.3%;
	padding: 0 0.16rem;
	position: relative;
}

.index_ul ul li:after {
	content: "";
	width: 0;
	height: 0.8rem;
	border-right: 1px solid #F2F2F2;
	position: absolute;
	top: 0.04rem;
	right: 0;
}

.index_ul ul li h3 {
	font-size: 0.14rem;
	text-align: center;
}

.index_ul ul li h3 span {
	display: block;
	font-size: 0.12rem;
	color: #a1b1b1;
	text-align: center;
	margin-bottom: 0.05rem;
}

.index_ul ul li strong {
	display: block;
	line-height: 0.24rem;
	font-size: 0.18rem;
	text-align: center;
}

.index_ul ul li p span {
	display: block;
	font-size: 0.1rem;
	text-align: center;
}

.study_box {
	background: #fff;
	padding: 0 0.16rem;
	position: relative;
}

.study_left {
	padding: 0.24rem 0 0.2rem;
}

.study_left strong {
	display: block;
	line-height: 0.32rem;
	font-size: 0.24rem;
	color: #2f4052;
	margin-bottom: 0.1rem;
}

.study_left strong span {
	color: #f1a527;
}

.study_left p {
	font-size: 0.12rem;
	color: #a1b1b1;
}

.study_img {
	position: absolute;
	bottom: 0.05rem;
	right: 0.16rem;
}

.study_img img {
	width: 1.16rem;
	vertical-align: top;
}

.product_title strong em.icon_interest {
	background: url(../images/icon_index.png) no-repeat center;
	background-size: 0.16rem;
}

.interest_box .product_title strong .icon_more {
	width: 0.44rem;
	height: 0.44rem;
	background: url(../images/icon_more.png) no-repeat 0.12rem center;
	background-size: 0.16rem;
	position: absolute;
	top: 0;
	right: -0.16rem;
}

.interest_ul {
	padding: 0 0.16rem;
	background: #fff;
}

.interest_ul ul li {
	padding: 0.12rem 0;
	border-bottom: 1px solid #F2F2F2;
}

.interest_ul ul li:nth-last-child(1) {
	border-bottom: none;
}

.interest_ul ul li .interest_text a {
	display: block;
	line-height: 0.21rem;
	font-size: 0.16rem;
	color: #333333;
	margin-bottom: 0.05rem;
}

.interest_ul ul li .interest_text span {
	display: block;
	font-size: 0.12rem;
	color: #afbdbd;
}

.interest_img {
	float: right;
	margin-left: 0.16rem;
}

.interest_img img {
	width: 0.87rem;
	vertical-align: top;
}

.footer_box {
	background: #646464;
}

.footer_text {
	padding: 0.1rem 0.16rem;
	border-bottom: 1px solid #787878;
}

.footer_text p {
	line-height: 0.3rem;
	font-size: 0.15rem;
	color: #CCCCCC;
	padding-left: 0.96rem;
	position: relative;
}

.footer_text p span {
	display: block;
	line-height: 0.3rem;
	font-size: 0.15rem;
	color: #999999;
	position: absolute;
	top: 0;
	left: 0;
}

.footer_text p span em {
	display: inline-block;
	width: 0.16rem;
	height: 0.3rem;
	vertical-align: top;
	margin-right: 0.05rem;
}

.footer_text p:nth-child(1) span em {
	background: url(../images/icon_site.png) no-repeat center;
	background-size: 0.16rem;
}
.footer_text p:nth-child(2) span em {
	background: url(../images/icon_site.png) no-repeat center;
	background-size: 0.16rem;
}
.footer_text p:nth-child(1),.footer_text p:nth-child(2) {
	padding-left: 0.68rem;
}
.footer_text p:nth-child(3) span em {
	background: url(../images/icon_service.png) no-repeat center;
	background-size: 0.16rem;
}

.footer_text p:nth-child(4) span em {
	background: url(../images/icon_mailbox.png) no-repeat center;
	background-size: 0.16rem;
}

.footer_text p:nth-child(5) span em {
	background: url(../images/icon_fax.png) no-repeat center;
	background-size: 0.16rem;
}

.copyright_text {
	padding: 0.1rem 0.16rem;
}

.copyright_text p {
	font-size: 0.11rem;
	color: #999999;
	text-align: center;
}


/*左侧导航*/

.shade_box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 998;
}

.side_nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	padding: 0.2rem 0 0.58rem;
	background: #1770ac;
	z-index: 999;
}

.side_nav ul {
	display: block;
	height: 100%;
	overflow-y: scroll;
}

.side_nav ul li {
	border-bottom: 1px solid #0963A0;
}

.on {
	border-bottom: none !important;
}

.side_nav ul li .nav_a {
	display: block;
	line-height: 0.44rem;
	font-size: 0.16rem;
	color: #54b5f7;
	padding-left: 0.16rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.side_nav ul li .nav_a em {
	display: inline-block;
	width: 0.2rem;
	height: 0.44rem;
	margin-right: 0.08rem;
	vertical-align: top;
}

.side_nav ul li:nth-child(1) .nav_a em {
	background: url(../images/icon_side_nav1.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(2) .nav_a em {
	background: url(../images/icon_side_nav2.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(3) .nav_a em {
	background: url(../images/icon_side_nav3.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(4) .nav_a em {
	background: url(../images/icon_side_nav4.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(5) .nav_a em {
	background: url(../images/icon_side_nav5.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(6) .nav_a em {
	background: url(../images/icon_side_nav6.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(7) .nav_a em {
	background: url(../images/icon_side_nav7.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(8) .nav_a em {
	background: url(../images/icon_side_nav8.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(9) .nav_a em {
	background: url(../images/icon_side_nav9.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(10) .nav_a em {
	background: url(../images/icon_side_nav10.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(11) .nav_a em {
	background: url(../images/icon_side_nav11.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(12) .nav_a em {
	background: url(../images/icon_side_nav12.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(13) .nav_a em {
	background: url(../images/icon_side_nav13.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav ul li:nth-child(14) .nav_a em {
	background: url(../images/icon_side_nav14.png) no-repeat center;
	background-size: 0.2rem;
}

.side_nav_dl {
	background: #0e5e94;
}

.side_nav_dl dl dd a {
	display: block;
	line-height: 0.4rem;
	font-size: 0.16rem;
	color: #79c8fe;
	padding-left: 0.26rem;
}

.side_nav_dl dl dd a em {
	display: inline-block;
	width: 0.04rem;
	height: 0.04rem;
	background: #54B5F7;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	vertical-align: top;
	margin: 0.18rem 0.1rem 0 0;
}

.visit_box {
	width: 100%;
	background: #0b84d5;
	position: absolute;
	bottom: 0;
	left: 0;
}

.visit_box a {
	display: block;
	line-height: 0.44rem;
	font-size: 0.15rem;
	color: #54b5f7;
	padding-left: 0.16rem;
}

.visit_box a em {
	display: inline-block;
	width: 0.2rem;
	height: 0.44rem;
	margin-right: 0.08rem;
	vertical-align: top;
	background: url(../images/icon_visit.png) no-repeat center;
	background-size: 0.2rem;
}


/* 201708016 1-1-长城国瑞-手机版-首页 End */


/* 201708016 2-1-长城国瑞-手机版-财富管理-首页 Start */

.icon_top1 {
	bottom: 2.9rem;
}

.nav1_ul ul li a em {
	box-shadow: 0px 5px 18px 0px rgba(53, 152, 219, 0.3);
}

.nav1_ul ul li:nth-child(1) a em {
	background: #fff url(../images/icon_nav01.png) no-repeat center;
	background-size: 0.54rem;
}

.nav1_ul ul li:nth-child(2) a em {
	background: #fff url(../images/icon_nav02.png) no-repeat center;
	background-size: 0.54rem;
}

.nav1_ul ul li:nth-child(3) a em {
	background: #fff url(../images/icon_nav03.png) no-repeat center;
	background-size: 0.54rem;
}

.nav1_ul ul li:nth-child(4) a em {
	background: #fff url(../images/icon_nav04.png) no-repeat center;
	background-size: 0.54rem;
}

.product1_li .product_li_row2 strong i {
	line-height: 0.2rem;
	font-size: 0.14rem;
}

.product1_li .product_li_row3 p {
	text-align: left;
}

.productc_box {
	background: #fff;
}

.productc_box .product_title strong em.icon_index {
	background: url(../images/icon_product1.png) no-repeat center;
	background-size: 0.16rem;
}

.productc_search {
	padding: 0.1rem 0.16rem;
	background: #fff;
	border-bottom: 1px solid #E6E6E6;
}

.input_text {
	position: relative;
}

.input_text input {
	width: 100%;
	padding: 0 0.1rem;
	line-height: 0.28rem;
	border: 1px solid #E6E6E6;
	outline: none;
	color: #999999;
	text-align: center;
}

.input_text a {
	display: block;
	width: 0.12rem;
	height: 0.3rem;
	background: url(../images/icon_search.png) no-repeat center;
	background-size: 0.12rem;
	position: absolute;
	top: 0;
	left: 0.85rem;
}

.productc_inner {
	background: #fff;
}

.productc_nav ul li {
	float: left;
	width: 25%;
}

.productc_nav ul li a {
	display: block;
	line-height: 0.44rem;
	text-align: center;
}

.productc_nav ul li a span {
	display: inline-block;
	line-height: 0.44rem;
	font-size: 0.16rem;
	color: #333333;
	position: relative;
}

.productc_nav ul li.cur a span {
	color: #3598db;
}

.productc_nav ul li.cur a span:before {
	width: 100%;
	border-bottom: 3px solid #3598DB;
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
}

.productc_type_box {
	padding: 0.15rem 0.04rem 0 0.16rem;
	background: #f1f9ff;
}

.productc_type_box ul li {
	float: left;
	min-width: 25%;
	padding-right: 0.12rem;
	padding-bottom: 0.15rem;
}

.productc_type_box ul li a {
	display: block;
	line-height: 0.26rem;
	color: #3598db;
	text-align: center;
	background: #fff;
	padding: 0 0.04rem;
	border: 1px solid #3598DB;
	-webkit-border-radius: 0.02rem;
	-moz-border-radius: 0.02rem;
	border-radius: 0.02rem;
}

.productc_table {
	overflow-x: scroll;
}

.productc_table table {
	width: 100%;
}

.productc_table table tr th {
	min-width: 0.7rem;
	height: 0.38rem;
	line-height: 0.38rem;
	color: #666666;
	text-align: center;
	padding: 0 0.08rem;
	border-bottom: 1px solid #F2F2F2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
}

.productc_table table tr th:nth-child(1) {
	padding: 0 0 0 0.16rem !important;
}

.productc_table table tr td {
	min-width: 0.7rem;
	height: 0.5rem;
	padding: 0.15rem 0.08rem;
	text-align: center;
	border-bottom: 1px solid #F2F2F2;
}

.productc_table table tr td p {
	font-size: 0.16rem;
	color: #1a1a1a;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
}

.productc_table table tr td:nth-child(3) p {
	width: 1.52rem;
}

.productc_table table tr th:nth-child(1),
.productc_table table tr td:nth-child(1),
.productc_table table tr td:nth-child(3) {
	text-align: left;
}

.productc_table table tr td:nth-child(1) {
	padding: 0.15rem 0.08rem 0.15rem 0.16rem !important;
}

.productc_table table tr td a {
	display: block;
	font-size: 0.12rem;
	color: #3598db;
}

.btn_productc {
	text-align: center;
	padding: 0.2rem 0;
}

.btn_productc a {
	display: inline-block;
	line-height: 0.22rem;
	font-size: 0.12rem;
	color: #999999;
	padding: 0 0.05rem;
	text-align: center;
	border: 1px solid #D3DAE5;
	-webkit-border-radius: 0.02rem;
	-moz-border-radius: 0.02rem;
	border-radius: 0.02rem;
	margin: 0 auto;
}

.btn_productc a:active {
	color: #3598db;
	border: 1px solid #3598db;
}

.expert_box {
	padding: 0.1rem 0.16rem;
	background: #fff;
	position: relative;
}

.expert_left strong {
	display: block;
	line-height: 0.32rem;
	font-size: 0.24rem;
	color: #f1a527;
	margin-bottom: 0.05rem;
}

.expert_left p {
	color: #999999;
}

.expert_left p span {
	color: #333333;
}

.expert_img {
	position: absolute;
	bottom: 0;
	right: 0.16rem;
}

.expert_img img {
	width: 1.03rem;
	vertical-align: top;
}

.answer_box {
	background: #fff;
}

.answer_box .product_title strong em.icon_answer {
	background: url(../images/icon_answer.png) no-repeat center;
	background-size: 0.16rem;
}

.answer_ul ul li {
	padding: 0 0.16rem;
}

.answer_title strong {
	display: block;
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #000000;
	padding: 0.16rem 0 0.1rem;
}

.answer_title strong em {
	display: inline-block;
	width: 0.16rem;
	height: 0.24rem;
	background: url(../images/icon_ask.png) no-repeat center;
	background-size: 0.16rem 0.18rem;
	vertical-align: top;
	margin-right: 0.08rem;
}

.answer_text {
	padding-left: 0.24rem;
	position: relative;
}

.answer_text em {
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/icon_info1.png) no-repeat center;
	background-size: 0.16rem;
	position: absolute;
	top: 0;
	left: 0;
}

.answer_p {
	padding: 0.1rem 0.16rem;
	background: #f7f7f8;
}

.answer_p p {
	line-height: 0.24rem;
	font-size: 0.15rem;
	color: #4c4c4c;
	text-align: justify;
}


/* 201708016 2-1-长城国瑞-手机版-财富管理-首页 End */


/* 201708021 3-1-长城国瑞-手机版-资产管理-业务介绍 Start */

.pad_l strong {
	padding-left: 0 !important;
}

.introduce_inner {
	padding: 0 0.16rem;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.introduce_text {
	padding-top: 0.1rem;
}

.introduce_text p {
	line-height: 0.3rem;
	font-size: 0.18rem;
	color: #666666;
	text-align: justify;
	word-break: break-all;
	text-indent: 0.22rem;
	padding-bottom: 0.1rem;
}


/* 201708021 3-1-长城国瑞-手机版-资产管理-业务介绍 End */


/* 201708021 3-2-长城国瑞-手机版-资产管理-业务范围 Start */

.purview_dl {
	padding-bottom: 0.05rem;
}

.purview_dl dl dt {
	line-height: 0.44rem;
	font-size: 0.18rem;
}

.purview_dl dl dd p {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #666666;
	margin-bottom: 0.06rem;
	position: relative;
	padding-left: 0.12rem;
}

.purview_dl dl dd p em {
	width: 0.04rem;
	height: 0.04rem;
	background: #EE9E3A;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 0.1rem;
	left: 0;
}


/* 201708021 3-2-长城国瑞-手机版-资产管理-业务范围 End */


/* 201708021 3-3-长城国瑞-手机版-资产管理-最新信息 Start */

.info_ul ul li a {
	display: block;
	padding: 0.1rem 0 0.1rem 0.2rem;
	border-bottom: 1px dashed #E6E6E6;
	position: relative;
}

.info_ul ul li a em {
	width: 0.1rem;
	height: 0.24rem;
	background: url(../images/icon_info02.png) no-repeat center;
	background-size: 0.1rem 0.12rem;
	position: absolute;
	top: 0.1rem;
	left: 0;
}

.info_ul ul li a em {
	background: url(../images/icon_info02.png) no-repeat center;
	background-size: 0.1rem 0.12rem;
}

.info_ul ul li a:active em,
.info_ul ul li a.cur em {
	background: url(../images/icon_info03.png) no-repeat center;
	background-size: 0.1rem 0.12rem;
}

.info_ul ul li a.visit em {
	background: url(../images/icon_info01.png) no-repeat center;
	background-size: 0.1rem 0.12rem;
}

.info_ul ul li a p {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
}

.info_ul ul li a:active p,
.info_ul ul li a.cur p {
	color: #ee9e3a;
}

.info_ul ul li a.visit p {
	color: #999999;
}

.info_ul ul li a span {
	display: block;
	font-size: 0.12rem;
	color: #afbdbd;
}

.pad15 {
	padding: 0.15rem 0 !important;
}


/* 201708021 3-3-长城国瑞-手机版-资产管理-最新信息 End */


/* 201708021 3-4-长城国瑞-手机版-资产管理-资产管理计划 Start */

.asset_nav ul li a span {
	padding: 0 0.15rem;
}

.asset_table table tr th {
	padding: 0.05rem 0;
}

.asset_table table tr th:nth-child(1) {
	padding: 0.05rem 0 0.05rem 0.16rem !important;
}

.asset_table table tr th span,
.asset_table table tr th span i {
	display: block;
	line-height: 0.2rem;
}

.asset_table table tr td:nth-child(3) {
	text-align: center;
	padding: 0.15rem 0.2rem;
}

.asset_table table tr td:nth-child(3) p {
	width: auto;
}

.pad10 {
	padding: 0.1rem 0 !important;
}


/* 201708021 3-4-长城国瑞-手机版-资产管理-资产管理计划 End */


/* 201708021 4-1-长城国瑞-手机版-投资银行-股权融资 Start */

.introduce_text strong {
	display: block;
	line-height: 0.3rem;
	font-size: 0.18rem;
	margin-bottom: 0.05rem;
}


/* 201708021 4-1-长城国瑞-手机版-投资银行-股权融资 End */


/* 201708022 5-2-长城国瑞-手机版-走进长城国瑞-公司介绍 Start */

.on_lineb {
	border-bottom: none !important;
}

.introduce_nav {
	background: #f8f7fc;
}


/* 201708022 5-2-长城国瑞-手机版-走进长城国瑞-公司介绍 End */


/* 201708022 5-2-长城国瑞-手机版-走进长城国瑞-公司介绍 Start */

.dynamic_nav ul li {
	width: 50% !important;
}


/* 201708022 5-2-长城国瑞-手机版-走进长城国瑞-公司介绍  End*/


/* 201708022 5-7-长城国瑞-手机版-走进长城国瑞-公司大事件 Start */

.introduce1_text p {
	color: #333333;
	padding-bottom: 0.15rem;
}


/* 201708022 5-7-长城国瑞-手机版-走进长城国瑞-公司大事件 End */


/* 20180103 长城国瑞-手机版-联系我们  Start */

.contact_text {
	padding: 0.15rem 0 0.2rem;
	border-bottom: none;
}

.contact_text p {
	font-size: 0.18rem;
	color: #999999;
	padding: 0.05rem 0 0.05rem 0.55rem;
}

.contact_text p span {
	font-size: 0.18rem;
	color: #4c4c4c;
	padding: 0.05rem 0;
}


/* 20180103 长城国瑞-手机版-联系我们  End */


/* 20180103 长城国瑞-手机版-软件下载  Start */

.download_inner {
	padding: 0 0.16rem 0.15rem;
	background: #fff;
}

.down_title strong {
	padding: 0.06rem 0 0.04rem;
}

.download_text {
	padding: 0.15rem 0.15rem 0.2rem;
	box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.18);
	border-radius: 0.03rem;
	margin-bottom: 0.1rem;
	position: relative;
}

.download_text strong {
	display: block;
	line-height: 0.3rem;
	font-size: 0.16rem;
	color: #000000;
}

.download_text p {
	line-height: 0.28rem;
	font-size: 0.14rem;
	color: #666666;
}


/* 20180103 长城国瑞-手机版-软件下载  End */


/* 20180103 长城国瑞-手机版-产品详情  Start */

.detail_ul {
	padding-left: 0.16rem;
	background: #fff;
}

.detail_ul ul li {
	border-bottom: 1px solid #F2F2F2;
	position: relative;
	padding: 0.12rem 0.16rem 0.12rem 1.35rem;
}

.detail_ul ul li span {
	display: block;
	line-height: 0.24rem;
	font-size: 0.14rem;
	color: #666666;
	position: absolute;
	top: 0.12rem;
	left: 0;
}

.detail_ul ul li p {
	line-height: 0.24rem;
	font-size: 0.14rem;
	color: #333333;
}

.detail_ul ul li p i {
	display: block;
}


/* 20180103 长城国瑞-手机版-产品详情  End */


/* 20180103 长城国瑞-手机版-公司业务资质  Start */

.business_text p {
	line-height: 0.3rem;
	font-size: 0.18rem;
	color: #333333;
	text-align: justify;
	margin-bottom: 0.15rem;
}

.business_inner {
	padding-bottom: 0.3rem;
}

.business_inner dl dt p:nth-child(1),
.business_inner dl dd p:nth-child(1) {
	width: 0.5rem;
	text-align: center;
}

.business_inner dl dt p:nth-last-child(1),
.business_inner dl dd p:nth-last-child(1) {
	width: 1.0rem;
	text-align: center;
}

.business_inner dl dt p {
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
}

.business_inner dl dt p:nth-last-child(1),
.business_inner dl dd p:nth-last-child(1) {
	border-right: 1px solid #F2F2F2;
}

.business_inner dl dd p {
	border-left: 1px solid #F2F2F2;
}


/* 20180103 长城国瑞-手机版-公司业务资质  End */


/* 20180103 长城国瑞-手机版-营业网点-分公司  Start */

.map_inner {
	padding: 0.3rem 0.16rem 0.35rem;
	background: #fff;
}

.map_inner img {
	width: 100%;
	vertical-align: top;
}

.place_nav {
	background: #fff;
	border-top: 1px solid #F0EFF5;
	border-bottom: 1px solid #F0EFF5;
}

.place_inner dl dt,
.place_inner dl dd {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.place_inner dl dt p {
	display: table-cell;
	line-height: 0.35rem;
	font-size: 0.13rem;
	color: #000000;
	padding: 0 0.08rem;
	background: #f6f9fe;
}

.place_inner dl dd {
	border-bottom: 1px solid #F2F2F2;
}

.place_inner dl dd p {
	display: table-cell;
	line-height: 0.24rem;
	font-size: 0.13rem;
	color: #333;
	text-align: justify;
	padding: 0.12rem 0.08rem;
	vertical-align: middle;
}

.place_inner dl dd.cur {
	box-shadow: 0px 0 5px 3px rgba(53, 152, 219, 0.15);
}
.place_inner dl dd:active p,
.place_inner dl dd.cur p {
	color: #3598db;
}

/* 20180103 长城国瑞-手机版-营业网点-分公司  End */


/* 20180103 长城国瑞-手机版-营业网点-营业部  Start */

.search_inner {
	padding-right: 1.0rem;
	position: relative;
}

.search_input input {
	width: 100%;
	line-height: 0.2rem;
	font-size: 0.13rem;
	color: #666666;
	text-align: center;
	padding: 0.08rem 0.15rem;
	border: 1px solid #BFCDE1;
	outline: none;
	position: relative;
}

.search_input:before {
	content: "";
	display: block;
	width: 0.12rem;
	height: 0.36rem;
	background: url(../images/icon_search1.png) no-repeat center;
	background-size: 0.12rem;
	position: absolute;
	top: 0;
	left: 11%;
	z-index: 99;
}

.btn_search {
	width: 0.9rem;
	line-height: 0.38rem;
	font-size: 0.14rem;
	color: #fff;
	text-align: center;
	background: #3598db;
	border-radius: 0.03rem;
	position: absolute;
	top: 0;
	right: 0;
}


/* 20180103 长城国瑞-手机版-营业网点-营业部  End */


/* 20180104 1-1-长城国瑞-手机版-首页 Start */

.market_small {
	position: absolute;
	bottom: 0.15rem;
	right: 0;
	text-align: right;
	font-size: 0;
	width: 100%;
	line-height: 0.08rem;
}

.market_small i {
	display: inline-block;
	_display: inline;
	*_display: inline;
	zoom: 1;
	width: 0.08rem;
	height: 0.08rem;
	background: #f0eff5;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 0 0.02rem;
	cursor: pointer;
}

.market_small .on {
	background: #3598db;
}


/* 20180104 1-1-长城国瑞-手机版-首页 End */


/* 20180104 5-3-长城国瑞-手机版-文章详情 Start */

.detail_title {
	padding: 0.15rem 0.16rem 0;
	background: #fff;
}

.bot_line {
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #EBEBEB;
	margin: 0 0.08rem;
}

.detail_title strong {
	display: block;
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #333333;
	text-align: justify;
	margin-bottom: 0.1rem;
}

.detail_title p {
	line-height: 0.2rem;
	font-size: 0.12rem;
	color: #999999;
	position: relative;
}

.detail_title p span {
	display: inline-block;
	line-height: 0.2rem;
	font-size: 0.12rem;
	color: #999999;
}

.banner_detail {
	padding: 0.2rem 0.24rem;
	background: #fff;
}

.detail_p {
	padding: 0 0.08rem;
}

.detail_p p {
	line-height: 0.28rem;
	font-size: 0.18rem;
	color: #333;
	text-align: justify;
	word-break: break-all;
	padding-bottom: 0.1rem;
}

.page_dl {
	padding: 0.15rem 0;
	background: #f0eff5;
	position: relative;
	overflow: hidden;
}

.page_dl:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #E5E5E5;
	position: absolute;
	top: 0;
	left: 50%;
}

.page_dl dl {
	float: left;
	width: 50%;
	padding: 0 0.16rem;
}

.page_dl dl dt a {
	display: block;
	line-height: 0.2rem;
	font-size: 0.13rem;
	color: #999999;
	margin-bottom: 0.05rem;
}

.page_dl dl dd a {
	display: box;
	display: -webkit-box;
	line-height: 0.24rem;
	font-size: 0.13rem;
	color: #666666;
	padding-left: 0.07rem;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	line-clamp: 2;-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/* 20180105 5-3-长城国瑞-手机版-文章详情 End */


/* 20180105 5-3-长城国瑞-手机版-自助答疑 Start */

.questions_box {
	padding: 0.15rem 0 0.1rem;
}

.questions_title {
	display: block;
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #000000;
	margin-bottom: 0.12rem;
}

.questions_title em {
	display: inline-block;
	width: 0.16rem;
	line-height: 0.16rem;
	font-size: 0.12rem;
	color: #fff;
	text-align: center;
	background: #eb4735;
	border-top-left-radius: 0.02rem;
	border-top-right-radius: 0.02rem;
	border-bottom-right-radius: 0.02rem;
	margin-right: 0.1rem;
	position: relative;
}

.questions_title em:before {
	content: "";
	width: 0.03rem;
	height: 0.02rem;
	background: url(../images/icon_ask1.png) no-repeat center;
	background-size: 0.03rem 0.02rem;
	position: absolute;
	bottom: -0.02rem;
	left: 0;
}

.questions_cen {
	padding-left: 0.25rem;
	position: relative;
}

.icon_answer1 {
	display: block;
	width: 0.17rem;
	height: 0.17rem;
	background: url(../images/icon_answer1.png) no-repeat center;
	background-size: 0.17rem;
	position: absolute;
	top: 0;
	left: 0;
}

.questions_text {
	padding: 0.16rem;
	background: #f7f7f8;
	margin-bottom: 0.2rem;
}

.questions_text p {
	line-height: 0.24rem;
	font-size: 0.15rem;
	color: #4c4c4c;
	text-align: justify;
}


/* 20180105 5-3-长城国瑞-手机版-自助答疑 End */


/* 20180105 7-融资融券-1-信息公示-1-融资标的证券 Start */

.btn_apply {
	padding: 0.16rem;
}

.btn_apply a {
	display: block;
	line-height: 0.4rem;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	background: #3598db;
	border-radius: 0.04rem;
}

.info_nav {
	padding-left: 0.16rem;
	overflow-x: auto;
	background: #f8f7fc;
}
.info_nav::-webkit-scrollbar{width:0px};
#articles_list #article_contents {
	min-height: 1.65rem;
	overflow-x: auto;
	margin-top: 0.1rem;
}

.info_nav ul {
	white-space: nowrap;
}

.info_nav ul li {
	width: auto;
	display: inline-block;
	padding: 0 0.1rem;
	float: none;
}

.productc_nav ul li.cur a span:before {
	width: 0.64rem;
	left: 50%;
	margin-left: -0.32rem;
}


/* 20180105 7-融资融券-1-信息公示-1-融资标的证券 End */


/* 20180105 7-融资融券-1-信息公示-2-维持担保比例标准 Start */

.info_tab {
	padding: 0.15rem 0 0.2rem;
}

.info_tab table {
	width: 100%;
}

.info_tab table tr th {
	line-height: 0.2rem;
	font-size: 0.13rem;
	color: #000000;
	text-align: center;
	padding: 0.05rem 0.1rem;
	background: #f2f7fe;
	vertical-align: middle;
	border-left: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.info_tab table tr th:nth-last-child(1),
.info_tab table tr td:nth-last-child(1) {
	border-right: 1px solid #EBEBEB;
}

.info_tab table tr td {
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #333333;
	text-align: center;
	padding: 0.1rem;
	vertical-align: middle;
	border-left: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.info01_tab table tr td:nth-child(2) {
	text-align: left;
}


/* 20180105 7-融资融券-1-信息公示-2-维持担保比例标准 End */


/* 20180105 7-融资融券-1-信息公示-3-融资融券利率 Start */

.rate_tab table {
	table-layout: fixed;
}

.rate_tab table tr th {
	padding: 0.12rem 0.1rem;
}

.rate_tab table tr td {
	padding: 0.2rem 0 !important;
}


/* 20180105 7-融资融券-1-信息公示-3-融资融券利率 End */


/* 20180105 7-融资融券-1-信息公示-4-收费标准 Start */

.standard_tab table tr th {
	padding: 0.12rem 0.1rem;
}

.standard_tab table tr td {
	padding: 0.06rem 0.08rem;
}

.standard_tab table tr td.pad {
	padding: 0.06rem 0;
}

.standard_tab table tr td.texl {
	text-align: left;
}


/* 20180105 7-融资融券-1-信息公示-4-收费标准 End */


/* 20180105 7-融资融券-3-投资者教育-1-基础知识 Start */

.teach_title {
	display: block;
	line-height: 0.44rem;
	font-size: 0.18rem;
	color: #333333;
	padding: 0 0.16rem;
	background: #fff;
	border-bottom: 1px solid #F0EFF5;
	margin: 0 -0.16rem;
}

.teach_text {
	padding: 0.1rem 0.16rem;
	background: #fafafa;
	margin: 0 -0.16rem;
}

.teach_text p {
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #666666;
}

.no_backg {
	background: none !important;
}


/* 20180105 7-融资融券-3-投资者教育-1-基础知识 End */


/* 20180105 7-融资融券-3-投资者教育-2-风险揭示 Start */

.risk_text {
	padding: 0.15rem 0;
}

.risk_text strong,
.risk_text p {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #666666;
	text-align: justify;
	padding-bottom: 0.05rem;
}

.risk_text p {
	text-indent: 0.4rem;
}

.hint_text p {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #333333;
	text-align: justify;
}

.hint_text {
	padding-bottom: 0.15rem;
}


/* 20180105 7-融资融券-3-投资者教育-2-风险揭示 End */


/* 20180105 7-融资融券-4-业务指南-2 Start */

.flow_box {
	padding: 0.1rem 0 0.2rem;
}

.flow_inner {
	padding: 0.12rem;
	border: 1px solid #EBEBEB;
	border-radius: 0.03rem;
	margin-bottom: 0.24rem;
	position: relative;
}

.flow_inner.no {
	margin-bottom: 0;
}

.flow_inner.no:before {
	background: none;
}

.flow_inner:before {
	content: "";
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/icon_flow.png) no-repeat center;
	background-size: 0.16rem;
	position: absolute;
	bottom: -0.2rem;
	left: 50%;
	margin-left: -0.08rem;
}

.flow_inner strong {
	display: block;
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #333333;
}

.flow_inner p {
	line-height: 0.24rem;
	font-size: 0.14rem;
	color: #666666;
}


/* 20180105 7-融资融券-4-业务指南-2 End */


/* 20180108 长城国瑞-手机版-软件下载-2-弹窗 Start */

.shade_box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}

.from_box {
	width: 100%;
	padding: 0 0.3rem;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2.0rem;
	z-index: 99;
}

.from_inner {
	background: #fff;
	border-radius: 0.1rem;
}

.from_inner h1 {
	line-height: 0.44rem;
	font-size: 0.16rem;
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
}

.from_cen {
	padding: 0.1rem 0 0.15rem;
	position: relative;
}

.from_cen:before {
	content: "";
	width: 100%;
	height: 0.15rem;
	background-image: -moz-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: 0.15rem;
	left: 0;
}

.from_text {
	height: 2.1rem;
	padding: 0 0.2rem;
	overflow-y: scroll;
}

.from_text p {
	line-height: 0.24rem;
	font-size: 0.14rem;
	color: #666666;
	text-align: justify;
}

.read_box {
	line-height: 0.2rem;
	font-size: 0.12rem;
	color: #ff9e13;
	padding: 0 0.2rem 0 0.45rem;
	position: relative;
}

.read_box a {
	display: block;
	width: 0.15rem;
	height: 0.15rem;
	background-size: 0.1rem;
	border: 1px solid #FF9E13;
	border-radius: 0.02rem;
	position: absolute;
	top: 0.02rem;
	left: 0.2rem;
}

.btn_box {
	padding: 0.2rem;
}

.btn_box a {
	float: left;
	display: block;
	width: 1.3rem;
	line-height: 0.4rem;
	font-size: 0.12rem;
	color: #3598db;
	text-align: center;
	border: 1px solid #3598db;
	border-radius: 0.03rem;
}

.btn_box a:nth-last-child(1) {
	float: right;
}

.btn_box a:active,
.btn_box a.cur {
	color: #fff;
	background: #3598db;
}


/* 20180108 长城国瑞-手机版-软件下载-2-弹窗 End */


/* 20180110 长城国瑞-手机版-软件下载  Start */

.btn_down {
	display: block;
	line-height: 0.4rem;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	border-radius: 0.03rem;
}

.b_yellow {
	background: #ff9e13;
}

.b_blue {
	background: #3598db;
}


/* 20180110 长城国瑞-手机版-软件下载  End */
/* 20180112 1-1-长城国瑞-手机版-首页  Start */

.text_box {
	height: 0.5rem;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	text-align: center;
}

.text_box> div {
	display: inline-block;
}

.product_li_row3 .text_box p {
	padding: 0;
	text-align: left;
}


/* 20180112 1-1-长城国瑞-手机版-首页  End */
/* 20180115 7-融资融券-4-业务指南-4-交易操作指南  Start */

.guide_inner {
	padding: 0.16rem 0.16rem 0.05rem;
	background: #fff;
	margin-bottom: 0.1rem;
}

.guide_inner h3 {
	line-height: 0.24rem;
	font-size: 0.18rem;
	color: #333333;
	margin-bottom: 0.1rem;
}

.guide_inner p {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #666666;
	text-align: justify;
	margin-bottom: 0.15rem;
}

.col3 {
	color: #333333 !important;
}

.guide_inner em {
	display: block;
	margin-bottom: 0.1rem;
}

.guide_inner em img {
	width: 100%;
	vertical-align: top;
}


/* 20180115 7-融资融券-4-业务指南-4-交易操作指南  End */


/* 20180115 7-融资融券-4-业务指南-5-专用邮箱  Start */

.mail_inner {
	padding: 0.16rem;
	background: #fff;
}

.mail_inner p {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #666666;
	margin-bottom: 0.2rem;
}

.mail_inner p span {
	display: block;
	color: #666666;
}

.nombot {
	margin-bottom: 0 !important;
}


/* 20180115 7-融资融券-4-业务指南-5-专用邮箱  End */


/* 20180115 7-融资融券-5-申请融资融券  Start */

.apply_inner {
	padding-top: 0.15rem;
}

.grid {
	margin-bottom: 0.15rem;
}

.grid p {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #666666;
	margin-bottom: 0.08rem;
}

.grid_input input {
	width: 100%;
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #666666;
	padding: 0.1rem 0.15rem;
	border: 1px solid #D2D2D2;
	border-radius: 0.03rem;
	outline: none;
	background: #fff;
}

.btn_confirm {
	padding: 0.2rem 0;
}

.btn_confirm a {
	display: block;
	line-height: 0.4rem;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	background: #3598db;
	border-radius: 0.03rem;
}


/* 20180115 7-融资融券-5-申请融资融券  End */


/* 20180115 8-港股通-1-业务介绍-1  Start */

.introduce_p {
	padding: 0.16rem;
	background: #fff;
}

.introduce_p p {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #666666;
	text-align: justify;
}

.introduce_ul ul li a p {
	color: #3598db;
	white-space: initial;
	text-overflow: initial;
	overflow: initial;
}

.introduce_ul ul li:nth-last-child(1) a {
	border-bottom: none;
}

.introduce_ul ul li a:active p,
.introduce_ul ul li a.cur p {
	color: #3598db;
}

.introduce_ul ul li a:active em,
.introduce_ul ul li a.cur em {
	background: url(../images/icon_info02.png) no-repeat center;
	background-size: 0.1rem 0.12rem;
}


/* 20180115 8-港股通-1-业务介绍-1  End */


/* 20180115 8-港股通-3-风险揭示-1  Start */

.risk_inner {
	padding: 0.16rem;
	background: #fff;
}

.risk_inner em img {
	width: 100%;
	vertical-align: top;
}


/* 20180115 8-港股通-3-风险揭示-1  End */


/* 20180115 9-基金市场-1-代销基金列表-1  Start */

.white_backg {
	background: #fff !important;
}


/* 20180115 9-基金市场-1-代销基金列表-1 End */


/* 20180116 9-基金市场-5-基金销售人员-1 Start */

.padtb {
	padding: 0.15rem 0.16rem 0.2rem;
}

.pers_tab table {
	width: 100%;
}

.pers_tab table tr th {
	width: 1.1rem;
	line-height: 0.24rem;
	font-size: 0.13rem;
	color: #000000;
	padding: 0.1rem;
	text-align: center;
	background: #f2f7fe;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.pers_tab table tr:nth-child(1) th,
.pers_tab table tr:nth-child(1) td {
	border-top: 1px solid #EBEBEB;
}

.pers_tab table tr td {
	line-height: 0.24rem;
	font-size: 0.13rem;
	color: #000000;
	padding: 0.1rem;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.place_tab {
	overflow-x: scroll;
}

.place_tab table tr th {
	line-height: 0.24rem;
	color: #000000;
	padding: 0.1rem 0.08rem;
	text-align: center;
	background: #f2f7fe;
	min-width: 1.1rem;
	border-left: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.place_tab table tr th:nth-last-child(1),
.place_tab table tr td:nth-last-child(1) {
	border-right: 1px solid #EBEBEB;
}

.place_tab table tr td {
	height: 0.24rem;
	line-height: 0.24rem;
	font-size: 0.13rem;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	padding: 0.1rem 0.08rem;
	min-width: 1.1rem;
	vertical-align: middle;
	border-left: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.place_tab table tr td:nth-child(1) {
	padding: 0.1rem 0;
}

.place_tab table tr td p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
}

.place_tab table tr td:nth-child(2) {
	text-align: left;
}

.place_tab table tr td p span {
	display: block;
}


/* 20180116 9-基金市场-5-基金销售人员-1  End */


/* 20180116 9-基金市场-6-基金销售网点-1 Start */

.place02_tab {
	overflow: initial;
}

.place02_tab table {
	width: 100%;
}

.place02_tab table tr td:nth-child(1) {
	text-align: left;
	padding: 0.1rem 0.08rem;
}


/* 20180116 9-基金市场-6-基金销售网点-1  End */


/* 20180116 10-投资顾问-1-业务介绍-2-业务办理流程 Start */

.flow02_box {
	padding: 0 0.16rem 0.2rem;
}

.flow02_box .flow_inner {
	padding: 0.1rem 0.3rem;
}

.flow02_box .flow_inner strong {
	text-align: center;
}


/* 20180116 10-投资顾问-1-业务介绍-2-业务办理流程  End */


/* 20180116 11-巧时贷-1-产品介绍-2产品特点 Start */

.point_tab table tr:nth-child(1) td {
	border-top: 1px solid #EBEBEB;
}

.point_tab table tr td:nth-child(1) {
	min-width: 0.5rem;
}

.point_tab table tr td:nth-child(2) {
	min-width: 1rem;
}

.point_tab table tr td:nth-child(3) {
	text-align: left;
}


/* 20180116 11-巧时贷-1-产品介绍-2产品特点  End */


/* 20180117 11-巧时贷-2-公示信息-1-履约保障比例 Start */

.scale_table table tr th {
	padding: 0.1rem;
}

.scale_table table tr td:nth-child(1) {
	text-align: left;
}


/* 20180117 11-巧时贷-2-公示信息-1-履约保障比例  End */


/* 20180117 11-巧时贷-2-公示信息-3-交易费用 Start */

.cost_title {
	display: block;
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #333333;
	margin-bottom: 0.1rem;
}

.cost_tab table tr th,
.cost_tab table tr td {
	padding: 0.1rem 0.05rem;
}

.cost_tab table tr td:nth-child(2),
.cost_tab table tr td:nth-child(3) {
	text-align: left;
}

.nopab {
	padding-bottom: 0;
}


/* 20180117 11-巧时贷-2-公示信息-3-交易费用  End */


/* 20180117 11-巧时贷-3-业务公告-1 Start */

.service_nav ul li {
	width: 50%;
}


/* 20180117 11-巧时贷-3-业务公告-1 End */


/* 20180117 12-股票质押式回购-3-业务规则-1 Start */

.rule_inner {
	padding: 0.16rem;
	background: #fff;
}

.rule_text {
	margin-bottom: 0.15rem;
}

.rule_text h3 {
	line-height: 0.24rem;
	font-size: 0.18rem;
	color: #333333;
	margin-bottom: 0.05rem;
}

.rule_text p {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #666666;
	text-align: justify;
}

.rule_text p span {
	color: #333;
}

.pad_tb {
	padding: 0.05rem 0 0.15rem;
}

.rule_tab table tr th,
.rule_tab table tr td {
	padding: 0.1rem 0.05rem;
}

.rule_tab table tr td:nth-child(1),
.rule_tab table tr td:nth-child(3) {
	text-align: left;
}

.remark_text {
	line-height: 0.24rem;
	font-size: 0.12rem;
	color: #999999;
}

.rule03_tab table tr td:nth-child(1) {
	text-align: left;
}


/* 20180117 12-股票质押式回购-3-业务规则-1 End */


/* 20180118 13-证券研究-1-发展历程-1 Start */

.course_inner h3 {
	margin-bottom: 0;
}

.course_inner p {
	margin-bottom: 0.25rem;
}


/* 20180118 13-证券研究-1-发展历程-1 End */


/* 20180118 13-证券研究-2-研究报告-2-登录 Start */

.report_inner {
	padding: 0.16rem;
	background: #fff;
}

.report_inner h1 {
	line-height: 0.36rem;
	font-size: 0.24rem;
	color: #000000;
	text-align: justify;
	padding: 0.1rem 0 0.15rem;
	margin-bottom: 0.15rem;
	position: relative;
}

.report_inner h1:before {
	content: "";
	position: absolute;
	width: 94%;
	bottom: 0;
	left: 50%;
	border-bottom: 1px solid #EBEBEB;
	margin-left: -47%;
}

.report_inner p {
	line-height: 0.28rem;
	font-size: 0.18rem;
	color: #333333;
	text-align: justify;
}

.sub_inner {
	padding: 0.16rem 0.16rem 0.2rem;
	background: #FFF;
}

.sub_text p {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #f1a527;
	text-align: justify;
}

.btn_sub {
	margin: 0.15rem -0.08rem 0;
}

.btn_sub .ui.layout .row-1 {
	padding: 0 0.08rem;
}

.btn_sub p {
	height: 0.4rem;
	line-height: 0.2rem;
	font-size: 0.12rem;
	color: #333333;
	margin-bottom: 0.08rem;
}

.btn_sub a {
	display: block;
	line-height: 0.4rem;
	font-size: 0.16rem;
	color: #3598db;
	text-align: center;
	border: 1px solid #3598db;
	border-radius: 0.03rem;
}

.btn_sub a:active,
.btn_sub a.on {
	color: #fff;
	background: #3598db;
}


/* 20180118 13-证券研究-2-研究报告-2-登录 End */


/* 20180118 14-登录-1 Start */

.login_box {
	padding: 0.15rem 0.16rem 0.3rem;
	background: #fff;
}

.grid_text {
	position: relative;
}

.grid_text:before {
	content: "";
	width: 0.16rem;
	height: 0.44rem;
	position: absolute;
	top: 0;
	left: 0.1rem;
}

.login_grid .grid_text:nth-child(1):before {
	background: url(../images/icon_login1.png) no-repeat center;
	background-size: 0.16rem;
}

.login_grid .grid_text:nth-child(2):before {
	background: url(../images/icon_login2.png) no-repeat center;
	background-size: 0.16rem;
}

.login_grid .grid_text:nth-child(3):before {
	background: url(../images/icon_login3.png) no-repeat center;
	background-size: 0.16rem;
}

.grid_text input {
	width: 100%;
	line-height: 0.22rem;
	font-size: 0.14rem;
	color: #666;
	outline: none;
	padding: 0.1rem 0.15rem 0.1rem 0.35rem;
	border: 1px solid #D2D2D2;
	border-radius: 0.03rem;
}

.login_grid .grid_text:nth-last-child(1) {
	padding-right: 1.15rem;
}

.code_img {
	display: block;
	width: 1.04rem;
	height: 0.44rem;
	position: absolute;
	top: 0;
	right: 0;
}

.code_img img {
	width: 1.04rem;
	height: 0.44rem;
	border-radius: 0.03rem;
}

.btn_login a {
	display: block;
	line-height: 0.4rem;
	font-size: 0.16rem;
	color: #3598db;
	text-align: center;
	border-radius: 0.03rem;
}

.btn_login a:active,
.btn_login a.on {
	color: #fff;
	background: #3598db;
}


/* 20180118 14-登录-1 End */


/* 20180118 15-诚聘英才-1 Start */

.dot_box {
	position: absolute;
	bottom: 0.06rem;
	left: 50%;
	height: 0.08rem;
	margin-left: -0.16rem;
}

.dot_box span {
	display: inline-block;
	width: 0.08rem;
	height: 0.08rem;
	background: #f0eff5;
	border-radius: 100%;
	vertical-align: top;
}

.dot_box span:active,
.dot_box span.on {
	background: #3598db;
}

.nav_recruit ul li {
	float: left;
	width: 25%;
	background: #fff;
}

.nav_recruit ul li a {
	display: block;
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #333333;
	text-align: center;
	padding: 0.18rem 0 0.25rem;
	border-bottom: 1px solid #F0EFF5;
}

.nav_recruit ul li a em {
	display: block;
	width: 0.54rem;
	height: 0.54rem;
	border-radius: 100%;
	margin: 0 auto 0.1rem;
}

.nav_recruit ul li:nth-child(1) a em {
	background: #eaedf2 url(../images/nav_recruit1.png) no-repeat center;
	background-size: 0.54rem;
}

.nav_recruit ul li:nth-child(2) a em {
	background: #eaedf2 url(../images/nav_recruit2.png) no-repeat center;
	background-size: 0.54rem;
}

.nav_recruit ul li:nth-child(3) a em {
	background: #eaedf2 url(../images/nav_recruit3.png) no-repeat center;
	background-size: 0.54rem;
}

.nav_recruit ul li:nth-child(4) a em {
	background: #eaedf2 url(../images/nav_recruit4.png) no-repeat center;
	background-size: 0.54rem;
}

.notice_text {
	padding: 0 0.16rem;
	background: #fff;
}

.notice_text p {
	line-height: 0.4rem;
	font-size: 0.14rem;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	padding: 0 1.1rem 0 0.28rem;
	position: relative;
}

.notice_text p span {
	line-height: 0.4rem;
	font-size: 0.14rem;
	color: #999999;
	position: absolute;
	top: 0;
	right: 0;
}

.notice_text p:before {
	content: "";
	width: 0.16rem;
	height: 0.4rem;
	background: url(../images/recruit_info.png) no-repeat center;
	background-size: 0.16rem;
	position: absolute;
	top: 0;
	left: 0;
}

.job_box ul li {
	padding: 0.1rem 0.16rem;
	background: #fff;
	border-bottom: 1px solid #F0EFF5;
	position: relative;
}

.job_box ul li p {
	line-height: 0.2rem;
	font-size: 0.16rem;
	color: #666666;
}

.job_text {
	position: absolute;
	top: 0.1rem;
	right: 0.16rem;
	text-align: right;
}

.job_text input {
	display: inline-block;
	width: 80%;
	line-height: 0.2rem;
	font-size: 0.16rem;
	color: #333;
	text-align: right;
	outline: none;
	border: none;
}
.job_text input:disabled,.job_text input[disabled]{
	color: #333;
	-webkit-text-fill-color: #333;
	-webkit-opacity: 1;
	opacity: 1;
}

.job_text .job_more {
	display: inline-block;
	width: 0.32rem;
	height: 0.32rem;
	background: url(../images/recruit_more.png) no-repeat center;
	background-size: 0.16rem;
	vertical-align: top;
	margin: -0.06rem -0.12rem 0 0;
}

.btn_job {
	padding: 0.16rem;
	background: #fff;
}

.job_tab {
	padding-top: 0.1rem;
}

.job_tab dl dt p {
	line-height: 0.3rem;
	padding: 0 0.05rem;
}

.job_tab dl dd p {
	line-height: 0.18rem;
	font-size: 0.12rem;
	padding: 0.08rem 0.04rem;
}

.job_tab dl dt p:nth-last-child(2),
.job_tab dl dd p:nth-last-child(2) {
	text-align: center;
}


/* 20180118 15-诚聘英才-1 End */


/* 20180118 15-诚聘英才-3 Start */

.job_detail_box,
.job_depict_box {
	padding: 0.2rem 0.16rem;
	background: #fff;
}

.job_detail_box p {
	line-height: 0.24rem;
	font-size: 0.18rem;
	color: #4c4c4c;
	margin-bottom: 0.15rem;
}

.job_detail_box p span {
	color: #999999;
}

.job_depict_box h3 {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #333333;
	text-align: center;
}

.job_depict_box p {
	line-height: 0.4rem;
	font-size: 0.18rem;
	color: #999999;
}


/* 20180118 15-诚聘英才-3 End */


/* 20180118 16-投资者教育-3-投诉建议 Start */

.propose_inner {
	padding: 0.1rem 0.16rem 0.25rem;
}

.propose_p {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #666666;
	padding-bottom: 0.25rem;
}

.propose_text h3 {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #333333;
	margin-bottom: 0.05rem;
}

.propose_text p {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #f1a527;
}

.grid_texta textarea {
	width: 100%;
	height: 0.64rem;
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #666666;
	padding: 0.1rem 0.15rem;
	border: 1px solid #D2D2D2;
	border-radius: 0.03rem;
	outline: none;
	resize: none;
}

.texta_hight textarea {
	height: 1.5rem;
}


/* 20180118 16-投资者教育-3-投诉建议 End */


/* 20180119 长城国瑞-手机版-营业网点--营业部-网点详情 Start */

.job_name {
	padding-left: 0.9rem;
	position: relative;
}

.job_name i {
	display: block;
	line-height: 0.24rem;
	font-size: 0.18rem;
	color: #4c4c4c;
	position: absolute;
	top: 0;
	left: 0;
}

.col9 {
	color: #999999 !important;
}


/* 20180119 长城国瑞-手机版-营业网点--营业部-网点详情 End */


/* 20180119 15-诚聘英才-4工作地点 Start */

.place_box ul li a {
	display: block;
	line-height: 0.2rem;
	font-size: 0.16rem;
	color: #000000;
	background: #fff;
	padding: 0.15rem 0.16rem;
	border-bottom: 1px solid #F0EFF5;
	position: relative;
}

.place_box ul li:nth-last-child(1) a {
	border-bottom: none;
}

.place_box ul li:active a:before,
.place_box ul li.on a:before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	background: url(../images/icon_place.png) no-repeat center;
	background-size: 0.16rem;
	position: absolute;
	top: 0;
	right: 0;
}


/* 20180119 15-诚聘英才-4工作地点 End */

/* 前端修改样式处 Start */
.read_box a.checked {
	background: url(../images/icon_read.png) no-repeat center;
	background-size: 0.1rem;
}
.btn_box a.gray {
	background: #B3B3B3;
	border: 1px solid #B3B3B3;
}
.productc_type_box a.active {
	color: #f1a527;
	border: 1px solid #f1a527;
}
.footer_iframe {
	position: relative;
	top: 0.1rem;
	width: 100%;
	height: 2.29rem;
	margin: 0;
	padding: 0;
}
.tip_error {
	color: #EE2C2C;
	margin-top: 0.1rem;
	display: none;
}
.toast {
	padding: 0 0.2rem;
	background: #e8e8e8;
	color: #3d4145;
}
.nav1_ul ul li a.tzgw_btn em {
	background: #fff url(../images/icon_nav03.png) no-repeat center;
	background-size: 0.54rem;
}
.nav1_ul ul li a.gpzy_btn em {
	background: #fff url(../images/icon_nav06.png) no-repeat center;
	background-size: 0.54rem;
}
.select_list li {
	cursor: pointer;
	line-height: 0.44rem;
	border-bottom: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	padding-left: 0.1rem;
}
.select_list li:hover {
	background: #FFFFE0;
}
.quality_radio input {
	width: 12px;
	height: 12px;
	border: 1px solid #D2D2D2;
	border-radius: 50%;
}
.quality_radio {
	padding: 0.06rem 0;
}
.quality_radio label {
	margin-left: 0.4rem;
}
.quality_radio .isCheck {
	background: #4169E1;
}
#main_yywdDetail .job_detail_box p {
	min-height: 0.24rem;
}
/* 前端修改样式处 End */
#rjxz_index .wx_code {
	position: absolute;
	right: 0.2rem;
	top: 0.18rem;
	width: 0.85rem;
	z-index: 998;
}
#rjxz_index #hidden_code {
	position: absolute;
	right: 0.2rem;
	top: 0.18rem;
	display: block;
	width: 0.85rem;
	height: 0.85rem;
	z-index: 999;
}
#dynamic_page_code .from_box2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.5rem;
	height: 2.5rem;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#dynamic_page_code .wx_code2 {
	position: relative;
	z-index: 10001;
	width: 2.5rem;
	height: 2.5rem;
}

/* 20170417 7-融资融券-1-信息公示-2-可充抵保证金证券 Start */


.bail_tab {
	overflow-x: initial;
}

.bail_tab table tr td:nth-child(3) p {
	width: auto;
}


/* 20170417 7-融资融券-1-信息公示-2-可充抵保证金证券 End */


/* 20170417 长城国瑞-手机版-软件下载 Start */

.download_text .code {
	padding: 0.04rem;
	border: 1px solid #FFF7F7;
	position: absolute;
	top: 0.15rem;
	right: 0.15rem;
}

.download_text .code img {
	width: 0.7rem;
	height: 0.7rem;
}


/* 20170417 长城国瑞-手机版-软件下载 End */

#rjxz_download 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;
}
#rjxz_download .t_xiazai_bot {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#rjxz_download .t_xiazai_bot >img {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#rjxz_download .t_xiazai_bot .t_apple {
	width: 100%;
	padding: 0 0.15rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#rjxz_download .t_xiazai_bot a {
	display: block;
	width: 100%;
	border: 1px solid #fff;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #fff;
	font-size: 0.18rem;
	text-align: center;
}
#rjxz_download .t_xiazai_bot .t_apple a {
	background: #cf0027;
	color: #fff;
	border: 1px solid #cf0027;
}
#rjxz_download .t_xiazai_bot .t_android a {
	background: #cf0027;
	color: #fff;
	border: 1px solid #cf0027;
}
#rjxz_download .t_xiazai_bot a span {
	display: inline-block;
	position: relative;
	width: 1.1rem;
}
#rjxz_download .t_xiazai_bot .t_android {
	width: 100%;
	padding: 0 0.15rem;
	position: absolute;
	left: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#rjxz_download .t_xiazai_bot .t_apple a i {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAUqSURBVHhe7ZxZqBRHFIY1iVFJVNxAES9uDyouBBcUETWBPLg8qHEBFSVBJIL4IKLggqA3DwEFJXlQCWgeAgFFRcEX9WpIQvS6oLiCK5pAcIka92Wu35FSrjPjVNV01dT0TA389Nzu0+ec/+uanl6mb5Mm8RUJRAKRQCQQCVQzgUwm0w7NQBvRcXQSdalmJkbeGxoaagD1HbrG+8avu8zrbpSkWoMANA/9nQXu9Z8KaIdqZVPQN3zaAuiXfODezGN5Pe8/iACzCACmI2AOFoKnRuCGCC8XXksA7jWAR1hmTASYC7BWB0+NviNMP44AGxFgRA1Gjw0BfhXh5Y6+HYbwdhPXNAJ8d/QNZPQ90QFUhy41EV7u6FthAO8mAIdFeHkIAKZOc8x3mZjhEV5+eJ8A59L7ALJsVzxlKzB0ANcJQLeyATLvd+ZNiaNOQwBQrdAe9BfajlajEcD7sOrgqdE0FABfonFytoB66WAQ01x3YMzyHiqnXGBYjBair9EE1F9ypBI4jY9Etegw+hc9bXTCn+G9XHY6g9YLAP7+1MQocR8RP0py8/4o0/8K7CcfsPwi2ozG6zaGSX3vMTQ6CdWhl7pDkMbLib+E1jFvtEDKbpR5g9AqYk4h2QDWL1Y7hr5hxWbeQdgWoLE+aI+1qzwrqJG5iekSgYrqkfaA2rS22sADbT16i6ehyeimqYFyiJOPPprqDYppYppYYPtxLQeA0oP0jWaaenUeR/G55QIjSR/4GOkcji6hFEVGl5mSmPO9Lh62oq46v06XY6qN7Oh9m/OZXzY++tYpGNNkFF7p05zv3PT/EE009es0jsKdUc45qm/TrvKrL44ZTqHYJKOBxa7MhMgjx5U2fp3GyhkCDRwLYdxFTXo/h1o5hWKTjOID0HMXZgLlmGPj13ks8OYHMp64LL1fQa2dQ7FJSAMbEzsJlIDef7Tx6iWWJvYF8p+4LL1P9wLFJilNnE3sJEACdegS/uYTjfwTwH/ikvQtF1b72QwWL7E0cSexmwAJ6PseZXt7gWKTlEZuB/CfuCR9PyPJIBuvXmJpJO+vQhM7LEECeh/rBYpNUpo4XQKvXkrQ+zIbr15iU34Y85sXKDZJAfiTl+FRgqT0/gR9ZuPXeSw+l5bAq7cSAPzZORSbhDQgN6dT+6L/F+hzG89OYyneRR1TpRnieZrv5BSMaTIKNwXgodTSU43j4QBv25j6dhpH4VVpB6j6PwjI0t6Nky1B0WFycl4JEPFxGU1wOsJ0yQAnl/VPVALANx7k2xkN0Hl3tpxiqb6xlG/j4+mRM0C6RDRQQ8H7FTYKr+p8O10OvC2VBFC+HJ0C0iVjBA5Rl4kqgeNdTPTQeXa+HIC/VgI9fPzgHI5JQvnmkp1vmiHS/x0U7l8EUHxtygGuMBks3mIA2B5dTCNE+pYLxEZPB3gDqM5O5NmPon45Hwo87T5H4a7MZG8Rmvk+FIxi6tJvrddRZZscEy1oqq4YM6Vehz73S7+2Hr3H01Q3msv+Rzil5lOwHv1dlz69wyi2AA3Kj8/lRnbZvehLftr7RbHeSrYeTcqDN2+fjSsHkvQjl/PDPRNiS59mp6EHxcCT9WRXgOTZtj/U9CrT/4vMJ3fkZtl6CB6vPs6mN+Pl6c1tYhT1zd7JM6+5zEez0U5kdDWIOHkitPw/tu/bWoDogIE16Eb26BEI6E+0CPW02eLk6s06y5jKI6/vjEzZfaALaLnUt8kbYyOBSCASiAQigUggEogEIoFIIBKIBCqawCsttV/e9+6YigAAAABJRU5ErkJggg==") center center no-repeat;
	background-size:0.4rem;
}
#rjxz_download .t_xiazai_bot a span > i {
	position: absolute;
	left: -0.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#rjxz_download .t_xiazai_bot .t_android a i {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAM1SURBVHhe7ZyNkYIwEIUtwRIowRIswRIs4UqwgyvBEizBEizhSrADvX3OhgkKJLAhBHzOMM4Iu2y+vPxsAm42/JAACZAACZAACZAACcQQeDweVzn+ns/nNub6mGvE36/4wyeZz5j7znKNFPKEkqLQKQIQV3v1d03hbxE+BN5NFbOzBuz5qqy+FmMv8HaqmpsftP5+VJVCqe8H1FY3U6dmfC+m8KkC9ZryWVSE466qDH6p6lxX0KiEVPEV70coQWnmDwalrxg8XI2imXr9lhmgdgV38flTvGqsAaZSXRd1dAWrVePU8BxUVfe65oNd8KSwFzl3GNqkdcBxo/WHIOHX2lqKsdc+72OERTbi9YvbgZ3h0dl6Wci7i3VMbXSUbFOJD7CaACBcLntyLQV4pVk9nf4kTdjrD8/FNMUxgWgfN1BcyS9f7oCSHMU4h3V/OUYEs9mEmu84FsOtUq36ZAeJzGB4cdNbYBDLXvgUNxQUr2R/7s9iAaaoBPoggW4CmmFcdI8D+xyN1RA5f/TO4fxcR2PrAIMbplcuHsSZvZ67RlishnjpWXF9oMR9aOuTs4/UyGN7BocdIJY4iMTEnUWNgZH1lcSXBhBdTl/cWRdkFwqwNy9HhWdRn6qrj2GpCiTAMZNyN5GOSC2pwI4R9pXKEeAY+YkNFTgSnDMjQAI0EjCaU4EEaCRgNKcCCdBIwGhOBRKgkYDRnAokQCMBozkVmA5gOQuqMUvjpa1IY0UmEHeVc0G1dXGSm0oDqgB7DH3bgyUq0K0Lzr6tGcO5VIAxsRdxDQEaq4EACdBIwGguCkzyKpdxGog9kWW+8iAF30rwdyuABPb5Hx4yiq82n1uF/rw0VZmy+9H5Il5nrR9v61MVsoWOR+FuAbubZ3dG5WUvbK4bBkC09lliE3o0Y58r/tnvEwDY+lA4AXrVRoBGDRMgARoJGM2pQAI0EjCaU4HTAuQ8MMQ3sDdxarNHRhPIi3eh+67mfNdaoS4+VF0FRarWBlF+/75/L8LbQT4MhXfoU4mu8DRyYsDD76tR15CCSMHxZxPIcRt/Khbyoc0ZNt/TbENQeJ4ESIAESIAESIAESCArgX8qWcSw3e0swwAAAABJRU5ErkJggg==") center center no-repeat;
	background-size:0.4rem;
}
#rjxz_download .t_xiazai_bot a {
	display: block;
	width: 100%;
	border: 1px solid #fff;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	height: 0.65rem;
	line-height: 0.65rem;
	color: #fff;
	font-size: 0.18rem;
	text-align: center;
}
#rjxz_download .t_pop_box {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.85);
	z-index: 9999;
	left: 0;
	top: 0;
	bottom: 0;
}
#rjxz_download .t_pop_box >img {
	width: 100%;
	display: block;
}
/*20180524 add css*/
.but_chack{
	display: block;
	color: #fff;
	border-radius: 0.15rem;
	background: #3598db;
	width: 100%;
	line-height: 0.3rem;
	text-align: center;
}
.product_li_row2 strong i{ font-size: 0.14rem;}
.text_box{
	height: auto;
	padding: 0.05rem 0 0.1rem;}



/*2018-12-27 合格投资者认证 start*/
.pop_cen {
	width: 100%;
	padding: 0 6.7%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}
.pop_box {
	padding: 0.1rem 8.5% 0.15rem;
	background: #FFFFFF;
	border-radius: 0.04rem;-webkit-border-radius: 0.04rem;-moz-border-radius: 0.04rem;
	position: relative;
}
.pop_box .close_btn {
	display: block;
	width: 0.22rem;
	height: 0.22rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAATtJREFUSA21lk0OgjAQhanRC3ERV17AyEbP40rjBVx5D8KV8H1ISZX+DDFMUkoz896bgWmhqmRt2+40zn3fO9b/GBxwwQkPC26eGnvn3KOu65PmHudSg7zrurvmo7AvjcNGl0Zjr1HhGAMWV/JDDh2cjYs4qqWVZDmQygYUHlcJOz2KUiCJ/JoFMwkAtgC8iDX2S8AqYiWHbyZQEsEftCLLbFNEBQClshx99PlgpY5LCoCOiXxoP9cSOVFZAQJSIhZy8OzkVS1bQSp7n5GliqRAjBxCyOUzv+StzyacU+SctMSpTScRxMZ19BSeVZAjVwXDMW6J8Ql/CSwBWmMnASvAZ8ZswQwClsCQOLwvYdf/4PCBVkZXn5Wlt31sOMcqkf/CTr5p8IHOnor4c0aHjT8Mw15RLJxwr/vb8gYtwL4mtk55ewAAAABJRU5ErkJggg==") no-repeat center;
	background-size: 0.12rem;
	position: absolute;
	top: 0.1rem;
	right: 0.2rem;
}
.pop_box .tit_box {
	line-height: 0.22rem;
	font-size: 0.16rem;
	color: #333;
	text-align: center;
	padding: 0.12rem 0;
	border-bottom: 1px solid #E5E5E5;
}
.pop_box .info_cont {
	padding: 0.1rem 0.05rem 0;
}
.info_input {
	height: 0.45rem;
	margin-top: 0.15rem;
	position: relative;
}
.info_input label {
	display: block;
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #333;
	position: absolute;
	top: 50%;
	left: 0.15rem;
	margin-top: -0.1rem;
}
.info_input .text {
	width: 100%;
	line-height: 0.17rem;
	font-size: 0.15rem;
	color: #333;
	padding: 0.13rem 0.1rem 0.13rem 0.9rem;
	border: 1px solid #E5E5E5;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #AEAEAE;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #AEAEAE;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #AEAEAE;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #AEAEAE;
}
.mt20 { margin-top: 0.2rem;}
.mt10 { margin-top: 0.1rem;}
.bor_btn {
	width: 100%;
	display: table;
	padding: 0.1rem 0 0.2rem;
}
.bor_btn > a {
	display: inline-block;
	width: 46%;
	height: 0.45rem;
	line-height: 0.45rem;
	font-size: 0.16rem;
	text-align: center;
	vertical-align: top;
	border-radius: 0.04rem;-webkit-border-radius: 0.04rem;-moz-border-radius: 0.04rem;
}
.bor_btn > a.btn1 {
	color: #3698DB;
	margin-right: 8%;
	border: 1px solid #3698DB;
}
.bor_btn > a.btn2 {
	color: #FFFFFF;
	background: #3698DB;
}
.bor_btn > a.btn2.long {
	width: 100%;
}
.agreement_ul {
	padding: 0.24rem 0.1rem;
	border-bottom: 1px solid #E5E5E5;
}
.agreement_ul li {
	line-height: 0.24rem;
	font-size: 0.16rem;
	padding: 0.05rem 0;
}
.agreement_ul li a {
	color: #3698DB;
}
.agree_box {
	line-height: 0.2rem;
	font-size: 0.13rem;
	color: #333;
	margin-top: 0.15rem;;
	padding-left: 0.18rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAKZJREFUSA1j/P//P+uLFy+agXQcEEsyUAEwMjI+B+JFEhIStYzPnz/vABqsx87OniYsLPyECuYzvH37Vubnz5+zgJZcYngGBCABahiMbAbITJDZDE+fPv2PLEFNNshsJmoaiM2sUQuwhQqK2GgQoQQHNs5oEGELFRSx0SBCCQ5snNEgwhYqKGK0DyJQBU2rKhNkNhOo9gdV0NS0BGQWtNJfxEjrZgsAkuNXcWhsUOgAAAAASUVORK5CYII=") no-repeat left 0.04rem;
	background-size: 0.12rem;
}
.agree_box.checked {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAXFJREFUSA1jDF31n+3hhztNDP8Z4xj+/5dkoAZgZHzOwPh/kbyASh0zj2tMK8M/hnKgubzUMBtqBi/Dfwabjz/fsTGBXU5Fk1GMAoYK0AIqBQuKyVAO0GwmbOLUFBu1AByaxVYiDL0ekgxMjJiBS3EQldmIMoTpCjBI8bEysGCxAcMCVqCIHD8rplOwiIAMD9bmZ7j3/hdD1qanDL/+/sdQhWFBua0Yw9JQOQYrWS4MxcgC6Ia///EXWRrOxrBg990vwKzxn6HTXRKnJcQaDrIFw4KTT74xlO58gdMSUgzHagFIEJclpBoOMovRbMZtzJgByQCBuQwXQ7e7BAMjIyPDaaDPrOW54RGKK8whOhEkRhAhpBA+AaU+kOFPPv4GpxZiDQeZhdcCkAJQcFXtfsHw6MMvhuwtTxlIMRykH28QgRRQCgj6YNQCJmAafE5pMODUDzQbaMH/RTgVUCoBNJsJ1LQAJtZOqvoEFCpAM0FmAwCS+pnS3sDIzQAAAABJRU5ErkJggg==") no-repeat left 0.04rem;
	background-size: 0.12rem;
}
.pop_box .risk_cont {
	padding: 0.12rem 0 0.12rem 0;
	border-bottom: 1px solid #E5E5E5;
}
.risk_cont .scroll_cont {
	height: 3.2rem;
	line-height: 0.2rem;
	font-size: 0.13rem;
	color: #333;
	padding-right: 0.1rem;
	overflow-y: scroll;
}
.risk_cont .scroll_cont h5 {
	font-weight: normal;
	padding-bottom: 0.07rem;
}
.risk_cont .scroll_cont h4 {
	font-weight: normal;
	padding-top: 0.08rem;
}
.survey_dl {
	line-height: 0.2rem;
	font-size: 0.13rem;
	color: #333;
	padding: 0.08rem 0;
}
.survey_dl:not(:last-child) {
	border-bottom: 1px solid #E5E5E5;
}
.survey_dl dt {
	font-weight: 500;
	padding: 0.03rem 0;
}
.survey_dl dd {
	padding: 0.03rem 0 0.03rem 0.2rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAApZJREFUSA29lr1v01AUxWM7ydYJJUrcDCAGZpi6VJ06IbVIdEIslfgzKlWV2Pn4B1gQE0gYiYkJdWgmWMmAylA7UdJObPkyv+M+p05T7MZpaun5Pb937jn3Xr8vq3CNp9vtPhwMBk8sy1oPw3CV2pUZ7YC2T31YKpU+V6vVn1l0Vhqg3W7vjMfjl2AepOESYy3btvfq9frHRN9U80rBTqdzbzQafQC5ZtAn1B5kX4vF4m9Fpn5FOhwO7+PUYz63KQ318zQdx3lWq9WOzz8v3jOCRLUBwScgdyhK2T4ev6MeXZjNtnDCwXaX+oBRpfwMB59i+z2JnhKUGAbfKCVAX8rl8vNKpfI3aZDV7vV6K/1+/z24LZwcUDYvi0YcSqPv+6eUMAiCN4jaWeT/G5ctzr8VlzjFPYNl4MgAvEXEYmJxwOcZzqO4P4oCb3bo0AQJlEbSMI4BeWtxiEuclDWjUYgEzdTXrNuf95+lOSQucQoz0TCL+gd9J67r3gWQOhvTBK4aI7UOc+IPYw02h0e2dhAD9G5aTLyG01NbWjYd6/rQola9jCfmlpZNyKsS0Q6yDLEkt7QU4WQjXpYgQpOtMPfizulcqJRO1HOSZJolsthWSn1ZaNfPtMwJiLmlpQgPxWOOmJyU6WYxt7RsndQGvk2Hk246/6jh1FlZkJZtrgUtvhvsd7vzU6ZbGE4dzC1pRbOUhbknM7w50HmWTnH9UXGJUxaxRiRo7iBN+l0dnoAWXi7iMAex1nnTaJyfFvJAdxCqM8oWaXi1iKhsOXRfi0uchpsme2v0Ni+ENgAv9YoxlTrdPVgrm+hHkZKSXxwtL3Aic/YKI6xssI8iE9fl+8xUhHG0t3pNjEVVk+LbuQgnRdW+yav+PxnInc/PSwhUAAAAAElFTkSuQmCC") no-repeat left 0.06rem;
	background-size: 0.14rem;
}
.survey_dl dd.active {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAA1NJREFUSA29Vk1IVFEUPue9N+0kJVqUFWNjJLQqyJSQIGhRgQZli3ATOtomqH2gQfuiVTpKG2mRBilUiyAICc2gVoGSk0P5swjRcNe8927nu887vJl5TzNl7uK9e8/P992/c85l+ofWPJg76bv5K8TcoohqWamDcFPMS0y0SEpNWE7i5WRX8stWcGIf385kvl9Tnv9AoI/HW4U1PMu2de9j+uhoWBruRxI2ZnJ17OWfyWqaYMxMC0TWGLN65RBnneqqJcjdtfWDLqmUUnyZyG9Tig5pe6IpZSduTKeT8xiHWxlh88D8Oc93X4jRPiHClvUerql/OnKdvbBjab/9ubJ/rs7dlEneF2Js+YptOVcnu+veh22LCDWZct+SogQzjzvO3o4PnfvXww5b9c8O/apy3d/DSqlWYsrb7FwIkxYIsY3k5T8JoKyMH1/sTt3tY/a3IojS9yllvc5kH5Gvbot+hezEabO9lnHAmUkfZOM7IQMeJnopnboDLI0ZYENFmlDfRrkgODNs4/+uTCNufIABLGDi8oEDKgef4OrLbZQLEndmcibcnMl2yb9TzvgE/MThq6xiaDKdGpS/4BY3YDX1f+sVRWaDY5QR1J6b/ywzWThSU5+Muo0t/bkDf5Q7rEidL4YMRkz8bg87HRM9yeVSPW7vj9W5HELGdhKnLJ1BtJU1FkWGlW1GBldMRNuIbSlhgGmNQQ4uiyRdYYCgxr+06W2MWVnYFqSwDctMv4AtXJbsby0UyCDGIPzXZxYWbNKPszXY4LJMIjbpqgzPXJAyRYQgxtZgg6sQhxHuuy9iUhZKDJCRiCMZ5OpHyqOEMbYGWxEvW3KtFuGLrB+JIXEWJY+SISaj5AYbXBaKJ4yCElNuroNa4qxcUyxBLMK2WBqMCtgo1KjUgdhvQ5CWOiCDIKgBWKozYxP4UdkmwPTbYAsuHaiNT+ZmUNVlf9NTPcdiZrn91AYSSW1dvqKMRPrs9K36Bk0YPCW8kSB5VzfE5VMAbKcFtXFtBgWZbbsdTw8dFugI8xQUKJ6oZ9sBjrIFRlCIhUywzTunAIw3iDiuSLZofTOQfbgTUviiAANLYwbYel56S80MK/rEKCKt1CPKkFb0mWhI8a/YQzhMiv5uPvX/At4t7m8jQhI/AAAAAElFTkSuQmCC") no-repeat left 0.06rem;
	background-size: 0.14rem;
}
.pop_box .text_cen {
	line-height: 0.24rem;
	font-size: 0.15rem;
	text-align: center;
	padding-top: 0.34rem;
}
.login_cont h2.tit {
	line-height: 0.42rem;
	font-size: 0.3rem;
	color: #333;
	padding: 0.18rem 0 0.08rem;
}
.login_input {
	height: 0.52rem;
	margin-top: 0.1rem;
	position: relative;
}
.login_input .text {
	width: 100%;
	height: 0.52rem;
	line-height: 0.16rem;
	font-size: 0.16rem;
	color: #333;
	padding: 0.17rem 0.1rem 0.17rem 0.25rem;
	border: none;
	border-bottom: 1px solid #E5E5E5;
}
.login_input .text:focus {
	outline: none;
	border-color: #3698DB;
}
.login_input .icon {
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.08rem;
}
.login_input .icon.icon01 {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAYAAAAWl4iLAAAAAXNSR0IArs4c6QAAAZ5JREFUSA1j/P//P/OuXbvKGBkZU4BsJQbywTugGbs4ODiK7OzsnjPu3r27/t+/fw3YzAMq/AgUv45FThLoCHks4gxAPReEhITMWIAKUrEpAIkBFQW4uroeQJc/c+YM67t3754A9YqhywHFDD58+GACMlgaXRLGB/qkaufOnYYwPowGGiqPzVCYPFCfDAuMg4N2BYqDMAoAGorCx8YBGwz08m2gZDU2BaSIAS30AaqPA+mBufitm5vbalIMwaYWGGwyQHGwwUzYFFBDbNRgeCiOBsVoUMBDAM4YTRWjQQEPATiDZqkCXIMAqxS2/fv3g0p/isDv378FYPUhrGoy+vXr12OKTEXTTFRQACvbNUAcBcSr0PTj5MJcjFMB0LD7wEZLBJD+C/TmSmBzzAioWAWnBqgEMS7+CjIUpB5I/wNSX6F68VIsQMVPgS7B2RoCyukAXdnBzMy86u/fv8FAvj5eE4GSTExMT5iABs8mpBBoWPmfP3/OAukqQmqB5l0QEBA4w+Ti4tICVFwFFLhHSBMBeVAzdgWwGetlYmLyGwDRnpFlNLRljgAAAABJRU5ErkJggg==") no-repeat center;
	background-size: 0.11rem;
}
.login_input .text:focus + .icon.icon01 {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAYAAAAWl4iLAAAAAXNSR0IArs4c6QAAAbRJREFUSA3tVk0vA1EUvecZbLGQiEalrZ3ER6R+gU1jIRGChZWavQUJC11Y+Av4AaT1C6wkNiIkJBILLQkVK8KisaBz3amavEwfZcJuJpnkvHPePW/uySTvYiLLDTdP+UV2aI6IYvIGegB6JMJeE1kLB3b3PZIbhVViJ2N0A57BfFGjAR3MHK3hXQJ02k+JpAV20mzcQaQUjx2me/b98vwGN55RocjE7X6NmPrPKT9kiWlnjVgluEzL0tGAXz/jQtRoWt34BopY/iJ9LYeOSEwjOufirzrU91WMQbhk8IouBMFgjEons25t9Yv54cjuyQUx02sktgjxh7HShb/EobGXZhhFGIWXgAfCvyKMwkvAA//2V3zcIEDT8FYx4h0XFJRfWj7vw4qxzAiDVH65DepnqvtRFCDapQY1I9NI1mRi4uoay+h03dWWmDpKx7dTdnwaQN5k5OfqGjOjlJtE2S3MAI7cwiW/iWltSZt3301DMp70Jjcv1xWTxIBxh7nPZKRzMl4VFUNt6aQRO7TkMJ2I6bJR10kZCnuROFbR1tgaFLkFV7r+W+yOsZL/TjM1pjZtvL4Dtb6CMbWVSewAAAAASUVORK5CYII=") no-repeat center;
	background-size: 0.11rem;
}
.login_input .icon.icon02 {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAdCAYAAADLnm6HAAAAAXNSR0IArs4c6QAAApRJREFUSA3tV01oE0EUzm6aJUUSIRd7qAet9GaV2kOIuSQmoR56USweWgQREeylQm8FsaCnHgqFCkUUBKlQ6tn8QIiEkEOhlRJLBKGghHqMdrNNmh+/OYzMDju7SbYmFwcm78333rzvm9mZTSLF4/GbDodjHX0YvZftB8geyvjoBzlZKFnwOhHQ65UTctqGB6hHrNPpHEJXWey0/UajcQb9kNblBaihUOiIBv+FTafTDgj4W5o8gr62vgvQPQLRVrRaLTmZTI7BXpJluRCNRvdFuZ3iljuQyWTOg/wTyHdQfLPZbH5JJBJbwM52SmaUbyqArLxarW7AXmcnY3wLfZXFuvVNBaRSqSs8OUM0k8/nvcy4K9dUALZ7RFQVwqRKpXJBFG8XNxXgcrn2RIUkSTpBL4ri7eKmAsLhcBEkm4Jiy3hpHQtibcOW19Dr9T4ol8sahMySbUerwy77fL6nRiy4IRPAY+iXkVfEq/1lJBL5aZRLMEsBfr//F/LuZbPZuVqtdtHtdn8NBAIaX5CIw9VcBP6M+DSOc/QIoiZjsdguxVhrKYAmB4PB3/A/0zFvQf4ExEs8DuwcsAxE3ICIbT5uegb4ZNEYxa+C6IUoDpxc13e5XG6Qz7EtAMRO9FcorPDF2TFyRlVVfc5ixDd8BIVCQSmVSguYdBvdg4P3DfaDoihv+ZOPrV9BnWt8YaMxaszV6/U3bEzCb8IWBUDgge/GYYvDjlOcsYf4MtrAeBfFyLw7MFNM3NLFYt5jzl2aqNsBXBmPpmkfERyjCZwdwqme57COhiCfZifozgDIXyMoImfn2fF1nLoBqk7aqdzNXF5ANzVszfkvgOzAga09tDf5YABX7z5+p6/hfvb6H9J3vFMe/wEOH/ztEfC+hQAAAABJRU5ErkJggg==") no-repeat center;
	background-size: 0.16rem;
}
.login_input .text:focus + .icon.icon02 {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAdCAYAAADLnm6HAAAAAXNSR0IArs4c6QAAAsxJREFUSA3tV0toE2EQntlNo2mbBgo+EAsmFW+2omKrBREUqQcvSosHPWhtEfQkeBN8gJ56EARtoq0gSiVFr1pPVahaEKyISjXBSjy0ioaQ2DTN7o6zDX/c3e6mTW2Tizlk/nn8830z/yvB5lDkABGFiGA9lPCDCN8QsctVDnC9zlzBFJJKXbmxyTq2y2hAWV7r8VX/NtqWepxOpKpIVSdEXhMBHXyofXVKOJdD7gl/h6lfiXxqKT8q06DsBExL4NSEi0TS01vjDSrSRgTp/avODR+dYou1z9uB3X2RusfB6HNFU97w5hnQ1OyHpmDk4b5g1FcsmF18QQJ65ZkZ6CegFuNkvjsOJYGuG22LHRckMNj7tdEKLoAI4GjTvZ81Ql+sLEhAI63eMTERUibhd/Qv0FGQgEuCd455ELKVEo45+hfoKEhguCMwBggDdrmQpO6h4/5pO18xtnmPIVbVnoRUPE0Ix/gF4UcMFCbV3QiBCyM2SC090e1Z1PYj4GYEGiNJvjnSGZi0CZ014Y6ez7yfcp/KWp/X6Spu6f3hzUIyIHsrPr1sr0uLOULyycDmUPQ8J7ukExV2fnInZZRbX3T5R3UbX8XVfBUnhX/eDojA4Y5V+qS3QrdKBj/LJC5b7Wxbo5LyjDuzd/hU/Wurv+AesAY76btCX7bwcb3q5Oeu1GSR7u8MxzzWmH8m0BYmWSX1NhC4rclNOtEmik9fMdlYsV0CTuqOxaPnNKLDvIZe/uEQ5d33yOOW71p3Psdd4zZvsya20zWAM5l48o7RN2cTQlxZmYapQU661RiYG+OEhNSvSTiKHMDE2rjyg3PjnC1c0AOeeEREmAiswIp1M6A84YAGEbD0ErkRlF960xJkQOnjI7SM4Ho5f8F1Lc9EVxi8dVaW8MtMoITAAuo/AYkfjXHRjlJLHdvFL9sJfjlu8Hku6X9Dxo1xwaf/AMjGEjL+SAxRAAAAAElFTkSuQmCC") no-repeat center;
	background-size: 0.16rem;
}
.login_input .icon.icon03 {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAgCAYAAADud3N8AAAAAXNSR0IArs4c6QAAA8FJREFUSA29l0tIlFEYhptfxxLtYosWBlGSbaIiGlyYSOaNiBaRYhQUUUhEN4NqEWQXqE0EtShEiCJqE1QGVs5oEtlkZRKFbboYYrSQNLww6ehMzzvlMPPP/+tIYweO55z3e7/vPed85z9ndMyYYmloaNiJy0GHw5FBe9PpdJ4vKCj4NZUwjnjJra2tc/r7+2uCweDWSB/EP4DtKC0tfROJT9SfVJSVpRmGsSMQCBwj0GKrYAiPInwtJSVFq/5qxYnEbEWbmppyENpKsF3UeZFOdn3E/dhuwa9PTU19np+f/92KGxJtaWmZ7fP51kBeDmkFdQP9RVYOU8GYRCf8539rU0lJyUf5O9xu92ZazS5VwDSWALEvkvujDnIm9aXTKBYOzcqDnPZlBkhmGJ3mDrvpGBkZyZRo0jRrRYVPSkqaabBkCf+3MjY2lmyw5ISLspCfrKLdbiUStP1W7Zwmwb0cliWc0jWIXzdzuWgC2t5EijYiUsKtpJWqxNzJ7Oxosk7UH/s//63LysqqyM7OHlYkPsXdxK40R2WNw3b5DGCsxuE0bcxszYEY3+LeLYsQrMKvFjwmPlerL9kigKCnXFln1PF4PK9p7jFrp8bmQvCa4uLifbS6ccSvJvAp+GZqaMzkhpRTn9kKtprtWSCcgPU026ljGpvKBSa3N0LwogRNnKgh3+kPfTJfolAGYHpVPF6vd75sBL5Ds5vg4enTP6l7VHb4Bnd4LYJVGtsVfLp4eXq0559sSCsHBwcb9HjLjsANgu+XMPUwEzkrvK2tzYngbWx7NJ6kvJRd2/vKjkggF78WHuohFwfhK/BXIXhJ4+bm5lm9vb336FZoHEdpFcdgj2/QWuUrFAPhtQg9kIAAcvxerd5gv9//CPtGjScrxAiiVSeeUVhY+A1Ah8W2EHg9Anc7OjpSRFKuh4aGGsHX2TrFGtxofRYc+o5wPkc/dORjuX8QOBu6u7sfk78j5PoFaI4d1wpnYVfH8fBtRN4uAx4YNyS4becc5CAcSmP4xkhLSzsB2JVgMYWTUOW4oICwaF5e3gAvwCawARkSVYh5mVMf9Zs4LCqRoqKid8yojDqaIFFPRkbGcXOsKFEZ2Xs3sytHOOZ6NDtPNMb/LSnb4nK5/GZejKgIrPg+p7WAbo/ZIZ4xgk/S09MLlTIrvqWoiOThJSt2EcBt5WiFwdUVeYlfDqW5ubm9Vhxh4U/GjiCc50r/WpylLpyA50XwEOlpm4ATMsUlKqYu9r6+vnKEt1FXAc2ldiL0jPFN7Yx48ZTf0md4TNSvuZkAAAAASUVORK5CYII=") no-repeat center;
	background-size: 0.14rem;
}
.login_input .text:focus + .icon.icon03 {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAgCAYAAADud3N8AAAAAXNSR0IArs4c6QAABD1JREFUSA2tVm9oW1UUP+e+JE39t26g4KRlNVE/iBuykbYOZCpMqggKmxsKG7FbUsR/E9QPgqsO3BcZbB90aee/ze6DA+eEWd2mKCVrU3WoA780aaUiCmW2utVYl/eOv5P6Qvr6sjYhFx7nnr+/e+8599zHVOVoT2W3C9EzRLKchI40NgT2fhVv/aeaMLxU47YPLlxHM1MpEdla7oMAP5HF2zI7o9+Vy680XxR04+Hfr/4rP7MNYC8KySq/YAhSIOZ3OGTtHY63/uxnUy6rCNpxaCwmtr3VIY6TSFO5U8U502UW7ifLnAw5Jj2YXPWbn20RdP3bk9fazvRaceh2Ir4DOesEUIufQzUyZhqHfZrFpKWBvsjEI6Pqzx292Ucch/pxdI3VBKzelh3scF+mO/oCt6Wyo8hXtPogNXgwi2XRrQZHubIG99pcRJgLZqVB7qzaItTmZVvUYIjJ1OZemxeLEzBMXH9Q5mlmPldpWUYEe63nYD57VchqzSSja7Gh97yhmcTR460bKHZ3pqnxmo3oxdMKJoYW9mTHFAIopLqAYu0nVjRHtgw8wLMKGOsb6yLbSei8fOCyzlbIJy6yMbuR8Fex+oWrLY8yN+9vvC2yqQSYyu0ix+kr7tVrayQf8MqUR/v6OpOIvKbzWCr3DbEcxzMWVN47sKhUZyLyZA+zozrY70baerx2Lm8ca0arN+8KXIqGceddh7M3KD+SjJwEeRzBbVfvUvi+gYLpdgHbU6P7rgSofoFg+IJBRsfcICWKV8XO0+mOQ7+sUNlI8pZjSHwXjgDrmRtYxCvaR5XrETGxVLbPEdr1v9qfME8MPnHjpEGYrJ8F+vFq2579vPh4w2A4GX0fQE8pMPL9HHa4R/0SKQkO9OaOoiB3+MWZL5OM8tipjMxXlHEi6+jS1Kf6kKsUeX7TIl4Dul/5De+Oh3+g3HEscIvyiw00+mG1MVY4rDtYkC83AJ689X/+fekTBVDZUDJyXqm+wflZewCADyq/6MAJGW44oXZmaHvzr6BaLBUHgO/N/2t/tPlDCamR5rpwefoM5BsqOnkVQqfOJltyKi7eUybrdVyUYsl7bV0eO+qcmMp91n5w9HnkeggVFXN1S6FsyVuuXakbxXqzB8iRp11FPSnSd65leSR27NG5NJY6UtBa9jIqc6KeYBqrWC+GEi6gykqg6a7rL+IqPIRudFEV9Rp4VQ54/4lLoAqS2Xnzj0TWJpx5oR6giHN6NUVf8sYq5bRcge7yMJrGUVRn7X+ITN8HA0136wmWx9b5vJ26ypFk9GNm6x68tJOurBqKnvylZYXv8wPUOL6gqhhOtmZCZNYhx6eUX9LQFkm8H8/c/UM7mv+o5ON7vF7jtoO5OJGzB3fzJq+uxOM3JSj8bLo78m1JVmGyJFD11cZ+nsY2OySP4XFeA9EyXIhxfIP4oTyiJ1MBY4H4P6+rdg0Wwu45AAAAAElFTkSuQmCC") no-repeat center;
	background-size: 0.14rem;
}
.login_input .img_code {
	display: block;
	width: 0.8rem;
	height: 0.35rem;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.18rem;
}
.login_input .get_code {
	display: block;
	line-height: 0.22rem;
	font-size: 0.16rem;
	color: #3698DB;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.11rem;
}
/*2018-12-27 合格投资者认证 end*/


/* 2021-01-13-new_add */
.wealth_type{
	padding: 0.05rem 0.15rem 0.15rem;
	background: #F1F9FE;
}
.wealth_type span{
	display: inline-block;
	vertical-align: top;
	margin-top: 0.1rem;
	margin-left: 2%;
	width: 23.5%;
	height: 0.27rem;
	overflow: hidden;
	font-size: 0.12rem;
	color: #3598DA ;
	line-height: 0.25rem;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #3598DA;
	border-radius: 2px;
}
.wealth_type span:nth-child(4n+1){
	margin-left: 0;
}
.wealth_type span.act{
	color: #F0A529;
	border-color: #F0A529;
}
.wealth_type .inner{
	position: relative;
	font-size: 0;
}
.wealth_type span.btn{
	width: 23.5%;
	color: #999999;
	border-color: #DDDDDD;
}
.wealth_type .inner.hid .btn{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.wealth_type span.btn:after{
	content: "";
	display:inline-block;
	vertical-align: top;
	margin-left: 0.05rem;
	width:0.1rem;
	height: 0.25rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACqADAAQAAAABAAAABgAAAAD+iFX0AAAAlUlEQVQIHWNctWoV8+fPn1WSk5NvMmAB8+fPV/j169crpu/fvwv8+fNn96xZswLR1QHFrH7//n2UhYVFlik+Pv4tUIEbEPcDJSJgimfOnOkIZK9mYmIKA9nGiCShzMjIuBvIbwLi50A8D4gD0tLSTgNpBrhCEGfOnDny//792wNkcgGxN1DRBZA4VgC0UmTu3LlS6JIAutM4cXw8sJEAAAAASUVORK5CYII=") no-repeat center;
	background-size: 0.1rem 0.06rem;
	transform: rotate(-180deg);
}
.wealth_type .inner.hid{
	max-height: 1.11rem;
	overflow: hidden;
}
.wealth_type .inner.hid .btn:after{
	transform: rotate(0deg);
}
@media screen and (max-width: 320px){
	.wealth_type span{
		font-size: 0.1rem;
	}
}
/* 2021-03-10-new_Add */
.wealth_top{
	padding-top: 0.1rem;
}
.wealth_top .link{
	padding: 0 0.15rem;
	text-align: right;
}
.wealth_top .link a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.14rem;
	color: #F1A527;
	line-height: 0.2rem;
}
.wealth_top .tab_box{
	margin-top: 0.1rem;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	border-top: 1px solid #DDDDDD;
}
.wealth_top .tab_box .row-1{
	flex: 1;
	text-align: center;
}
.wealth_top .tab_box span{
	display: inline-block;
	vertical-align: top;
	padding:0.14rem 0 0.12rem;
	font-size: 0.15rem;
	color: #333333;
	line-height: 0.22rem;
	border-bottom:0.02rem solid transparent;
}
.wealth_top .tab_box .row-1.act span{
	color: #3498DB;
	border-color: #3498DB;
}