
.index_banner {
	display: block;
}
.index_banner img {
	display: block;
	max-width: 100%;
}
.index_banner img.mobile {
	display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0.35rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets:before,
.swiper-container-horizontal>.swiper-pagination-bullets:after {
	content: "";
	display: inline-block;
	width: 0.4rem;
	opacity: 0.5;
	height: 1px;
	vertical-align: middle;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

}
.swiper-container-horizontal>.swiper-pagination-bullets:after {
	transform: rotate(180deg);
}
.swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    display: inline-block;
    border-radius: 20px;
    background: rgba(255,255,255,0.4);
    opacity: 1;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.08rem;
}
.swiper-pagination-bullet-active {
    width: 0.15rem;
    height: 0.15rem;
}
.swiper-pagination-bullet-active:after {
	content: "";
	display: block;
	width: 50%;
	height: 50%;
	margin: -25%;
	top: 50%;
	left: 50%;
	position: absolute;
	background: #fff;
	border-radius: 100%;
}

.index_content1 {
	display: flex;
	padding: 1rem 0 ;
	background: #fff;
	max-width: 1160px;
	margin: auto;
	position: relative;
	justify-content: center;
}
.index_title {
	display: block;
	padding: 0.04rem 0;
}
.index_title img {
	display: block;
	height: 0.5rem;
	max-width: 100%;
}
.index_title img+img {
	display: none;
}
.index_content1_pic {
	display: block;
	width: 5.2rem;
	height: 4.2rem;
	position: relative;
    max-width: 46%;
}
.index_content1_pic img {
	display: block;
	width: 100%;
}
.index_content1_pic p {
	display: block;
	position: absolute;
	top: 0;
}
.index_content1_pic p:nth-child(2) {
	animation-delay: 0.15s;
}
.index_content1_pic p:nth-child(3) {
	animation-delay: 0.3s;
}
.index_content1_pic p:nth-child(4) {
	animation-delay: 0.45s;
}
.index_content1_pic p:nth-child(5) {
	animation-delay: 0.6s;
}

.index_content1_pic p span {
	display: block;
/*	animation: index_content1_pic1 4s;
	animation-iteration-count: infinite;*/
}
.index_content1_pic p:nth-child(2) span {
	animation-delay: -1s;
}
.index_content1_pic p:nth-child(3) span {
	animation-delay: -2s;
}
.index_content1_pic p:nth-child(4) span {
	animation-delay: -3s;
}
.index_content1_pic p:nth-child(5) span {
	animation-delay: -2.5s;
}
.index_content1_pic p span img {
/*	animation: index_content1_pic2 5.7s;
	animation-iteration-count: infinite;*/
}
.index_content1_pic p:nth-child(2) span img {
	animation-delay: -0.8s;
}
.index_content1_pic p:nth-child(3) span img {
	animation-delay: -2.8s;
}
.index_content1_pic p:nth-child(4) span img {
	animation-delay: -1.8s;
}
.index_content1_pic p:nth-child(5) span img {
	animation-delay: -3.8s;
}
@keyframes index_content1_pic1 {
	0% , 100% {
		transform: translate(0,1%);
	}
	50% {
		transform: translate(0,-1%);
	}
}
@keyframes index_content1_pic2 {
	0% , 100% {
		transform: translate(1%, 0);
	}
	50% {
		transform: translate(-1%, 0);
	}
}
.index_content1_pic p span img+img {
	display: none;
}
.index_content1 .text_content {
	display: block;
	float: right;
	/* width: 50%; */
	padding: 0.8rem 0 0 0;
	font-size: 20px;
	color: #5d6065;
	line-height: 1.5;
	text-align: justify;
	position: relative;
	z-index: 10;
}
.index_content1 .text_content p {
	display: block;
	padding: 0.2rem 0 0.3rem 0;
}
.index_cube {
	display: block;
	width: 2.7rem;
	position: absolute;
	margin: -1.35rem;
	background: url("../images/index/cube_bg1.png") no-repeat;
	background-size: 100% 100%;
	z-index: 50;
    right: 15%;
    bottom: 0.6rem;
	@media(max-width:1180px){
		margin: -2.35rem;
		}
}
.index_cube .cover {
	position: relative;
	z-index: 10;
	width: 100%;
	display: block;
}
.index_cube p {
	display: block;
	position: absolute;
	animation: index_cube_pic 4s;
	animation-iteration-count: infinite;
	z-index: 5;
}
.index_cube p>img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
}
@keyframes index_cube_pic {
	0% , 100% {
		transform: translate(-20%, 10%);
	}
	50% {
		transform: translate(20%, -10%);
	}
}
.index_cube p i {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.index_cube p i+i {
	animation-delay: 0.5s;
}
.index_cube p i+i+i {
	animation-delay: 1s;
}
.index_cube p.pic1 {
	width: 0.6rem;
    top: 55%;
    left: 3%;
}
.index_cube p.pic1 i {
	background-image: url("../images/index/cube_pic1b.png");
	animation-name: index_cube_pic1;
}
@keyframes index_cube_pic1 {
	0% {
		transform: translate(0,0);
		opacity: 0.4;
	}
	70% , 100% {
		transform: translate(80%,-40%);
		opacity: 0;
	}
}
.index_cube p.pic2 {
	width: 0.44rem;
    top: 12%;
    left: 84%;
	animation-delay: -2s;
}
.index_cube p.pic2 i {
	background-image: url("../images/index/cube_pic2b.png");
	z-index: 10;
	animation-name: index_cube_pic2;
}
@keyframes index_cube_pic2 {
	0% {
		transform: translate(0,0);
		opacity: 0.4;
	}
	70% , 100% {
		transform: translate(-80%,40%);
		opacity: 0;
	}
}
.index_content2 {
	display: block;
	padding: 0.8rem 0 0.1rem 0;
	background: url("../images/index/content2_bg.png");
	background-size: auto 100%;
}
.index_content2 .content2_group {
	display: block;
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
    z-index: 5;
}
.index_content2 .left_phone {
	display: block;
	position: absolute;
	width: 4.8rem;
	left: 0;
    bottom: -0.75rem;
}
.index_content2 .left_phone img {
	display: block;
	max-width: 100%;
}
.index_content2 .left_phone .screen {
	position: absolute;
	width: 2.9rem;
	display: block;
	top: 0.15rem;
	left: 50%;
	margin-left: -1.45rem;
	border-radius: 0.35rem;
	overflow: hidden;
}
.index_content2 .left_phone .screen:before {
	content: "";
	background: url("../images/index/phone_top.png") no-repeat;
	background-size: 100% 100%;
	width: 1.54rem;
	height: 0.24rem;
	top: 0;
	left: 50%;
	margin-left: -0.77rem;
	position: absolute;
}
.index_content2 .left_phone .screen img {
	display: block;
	width: 100%;
}
.index_content2 .right_text {
	display: block;
	margin: 0 0 0 auto;
    /* width: 64%; */
	height: 2.8rem;
	text-align: center;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	padding: 0.05rem 0 0 0;
}
.index_content2 .right_text .index_title img {
	margin: auto;
}
.index_content2 .right_text .more_btn1 {
	margin: 0 auto;
}
.index_content2  .content2_pic_list {
	display: block;
	text-align:center;
	padding: 0.25rem 0 0.35rem 0;
	height: 2.2rem;
	font-size: 0px;
	animation-delay: 0.4s;
}
.index_content2  .content2_pic_list:after {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.index_content2  .content2_pic_list li {
	display: inline-block;
	position: relative;
	width: 1.3rem;
	transition-duration: 0.5s;
	margin: 0 0.14rem;
	vertical-align: middle;
	border-radius: 0.08rem;
}
.index_content2  .content2_pic_list li.show {
	width: 1.64rem;
	box-shadow: 0.2rem 0.2rem 0.3rem rgba(135,0,75,0.2);
}
.index_content2  .content2_pic_list li img {
	display: block;
	width: 100%;
}
.index_content2  .content2_pic_list li img+img {
	position: absolute;
	top: 0;
	opacity: 0;
	transition-duration: 0.5s;
}
.index_content2  .content2_pic_list li.show img+img {
	opacity: 1;
}

.index_content4 {
	display: block;
	padding: 0.8rem 0 1.2rem 0;
	max-width: 1160px;
	margin: auto;
}
.index_content4:after {
	content: "";
	clear: both;
	display: block;
}
.index_news_list {
	display: block;
	width: 48%;
	float: left;
	font-size: 20px;
	box-sizing: border-box;
	padding: 0 0.1rem;
}
.index_news_list.list2 {
	margin-left: 4%;
}
.index_news_list h4 {
	display: block;
	font-size: 0.36rem;
	color: #0c225c;
	margin-bottom: 0.1rem;
}
.index_news_list .more {
	float: right;
	display: block;
	color: #0c225c;
	margin-top: 0.12rem;
}
.index_news_list .more:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0.06rem;
	height: 0.06rem;
	margin: 0 0 0 0.05rem;
	box-sizing: border-box;
	border-top:1px solid #0c225c; 
	border-right:1px solid #0c225c; 
	transform: rotate(45deg);
}
.index_news_list .more span {
	display: none;
}
.index_news_list ul {
	display: block;
}
.index_news_list ul li {
	display: block;
	line-height: 0.36rem;
}
.index_news_list ul li  span {
	display: block;	
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}
.index_news_list ul li b {
	float: right;
	display: block;
	font-weight: normal;
	padding: 0 0.1rem;
	background: #f4f7f9;
}
.index_news_list ul li a {
	display: block;
	padding: 0.1rem 0;
	color: #5d6065;
	border-bottom: 1px solid #fff;
}
.index_news_list.list2 ul li b {
	background: none;
}
.index_news_list.list2 ul li a{
	border-bottom: 1px solid #f4f7f9;
}


.index_text_title {
	display: block;
	color: #869aba;
	font-size: 0.28rem;
	text-align: center;
	padding: 0.08rem 0;
}
.index_content3 {
	display: block;
	background-color: #0c225c;
	padding: 0.9rem 0;
	background-image: url("../images/index/content3_bg.jpg");
	background-position: center;
	height: 8.7rem;
	box-sizing: border-box;
	background-repeat: no-repeat;
	position: relative;
}
.index_content3 .index_title img {
	margin: auto;
}
.index_content3  .content3_point {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 1.35rem;
    right: 50%;
    bottom: 2.85rem;
}
.index_content3  .content3_point img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 10;
}
.index_content3  .content3_point i {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	box-sizing: border-box;
	border: 0.03rem solid #e11a7c;
	animation: content3_point 1s linear;
	animation-iteration-count: infinite;
}
.index_content3  .content3_point i+i {
	animation-delay: -0.5s;
}
@keyframes content3_point {
	0% {
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		opacity: 0.8;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.content3_label_list {
	display: block;
	max-width: 1000px;
	margin: 0.1rem auto;
	height: 4.4rem;
	position: relative;
}
.content3_label_list ul.mobile_list {
	display: none;
}
.content3_label_list ul.pc_list li {
	display: block;
	position: absolute;
	width: 2.8rem;
	height: 1rem;
	margin: -0.5rem -1.4rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #4066a3;
	color: #fff;
	box-shadow: 0 0.04rem 0 #313f68;
	padding: 0.14rem 0.05rem 0.14rem 0.15rem;
	box-sizing: border-box;
	border-radius: 0.1rem;
	font-size: 0px;
	transform: scale(0.8);
	transition-duration: 0.5s;
	opacity: 0.4;
	overflow: hidden;
}
.content3_label_list  ul.pc_list li span {
	display: inline-block;
	vertical-align: middle;
	background: rgba(0,0,0,0.2);
	border-radius: 0.08rem;
	margin-right: 0.15rem;
	position: relative;
	z-index: 5;
}
.content3_label_list li span img {
	display: block;
	width: 100%;
}
.content3_label_list li p {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.2rem;
	line-height: 1.2;
	position: relative;
	z-index: 5;
}
.content3_label_list li b {
	display: block;
	font-size: 0.24rem;
}
.content3_label_list  ul.pc_list li:before {
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/index/content3_label_bg.png") no-repeat #e22381;
	background-size: 100% 100%;
	opacity: 0;
	position: absolute;
	transition-duration: 0.5s;
}
.content3_label_list  ul.pc_list li.center:before {
	opacity: 1;
}
.content3_label_list  ul.pc_list li.center {
	left: 50%;
	top: 50%;
	transform: scale(1);
	opacity: 1;
	z-index: 10;
	box-shadow: 0 0.04rem 0 #88004b, 0 0 0.8rem rgba(220,25,120,0.8);	
} 
.content3_label_list  ul.pc_list li.list1 {
    left: 28%;
    top: 23%;
}
.content3_label_list  ul.pc_list li.list2 {
    left: 70%;
    top: 18%;
}
.content3_label_list  ul.pc_list li.list3 {
    left: 88%;
    top: 57%;
}
.content3_label_list  ul.pc_list li.list4 {
    left: 59%;
    top: 82%;
}
.content3_label_list  ul.pc_list li.list5 {
    left: 14%;
    top: 66%;
}




.more_btn1 {
	display: block;
	width: 2rem;
	height: 0.52rem;
	box-sizing: border-box;
	border: 0.02rem solid #e22381;
	border-radius: 0.5rem;
	font-size: 0.22rem;
	color: #e22381;
	line-height: 0.48rem;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
	
	/*
	padding: 0 0.2rem 0 0;
	background: url("../images/more_icon.png") no-repeat;
	background-size: 0.2rem 0.1rem;
	background-position: 80% 50% ; 
	*/
}
.more_btn1:hover {
	background-color: #e22381;
	/*
	background-image: url("../images/more_icon_over.png");
	*/
	color: #fff;
}
.more_btn1 svg {
	width: 0.16rem;
	height: 0.1rem;
	vertical-align: middle;
	transition-duration: 0.5s;
	margin: -0.02rem -0.08rem 0 0;
}
.more_btn1 svg path {
    fill: #e22381;
	transition-duration: 0.5s;
}
.more_btn1:hover svg {
	transform: translate(40%, 0);
}
.more_btn1:hover svg path {
    fill: #fff;
}

.content_main_banner {
	display: block;
	position: relative;
	height: 4.6rem;
}
.content_main_banner img {
	display: block;
	max-width: 100%;
}
.content_main_banner>p {
	display: block;
	width: 400%;
	height: 100%;
	margin: 0 -150%;
}
.content_main_banner>p img {
	height: 100%;
	margin: auto;
}
.content_main_banner>p img.mobile {
	display: none;
}
.content_main_banner .main_banner_btn {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 65%;
	text-align: center;
	font-size: 0px;
	z-index: 20;
}
.content_main_banner .main_banner_btn a {
	display: inline-block;
	width: 2.4rem;
	height: 0.52rem;
	line-height: 0.52rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.22rem;
	text-shadow: 0 0.01rem 0.04rem rgba(0,0,0,0.5);
	border-radius: 0.6rem;
	box-shadow: 0 0.08rem 0.1rem rgba(0,0,0,0.6);
	position: relative;
}
.content_main_banner .main_banner_btn a:hover {
	box-shadow: 0 0.18rem 0.1rem rgba(0,0,0,0.6);
	transform: translate(0,-10%);
}
.content_main_banner .main_banner_btn a+a {
	margin-left: 0.25rem;
}
.content_main_banner .main_banner_btn a>img {
	width: 0.4rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.03rem -0.15rem 0 0.05rem;
}
.content_main_banner .main_banner_btn a.btn1 {
	background-image: url("../images/main_banner_btn1.png");
}
.content_main_banner .main_banner_btn a.btn2 {
	background-image: url("../images/main_banner_btn2.png");
}
.content_main_banner .main_banner_btn a.btn2>img {
	margin: -0.03rem -0.1rem 0 0.05rem;
}
.content_main_banner .main_banner_btn a>span {
	display: block;
	position: absolute;
	background: url("../images/qr_bg.png") no-repeat;
	width: 1.7rem;
	height: 1.7rem;
	padding: 0.25rem 0.2rem 0 0.2rem;
	box-sizing: border-box;
	margin: 0 -0.85rem;
	top: 95%;
	left: 50%;
	z-index: 50;
	transform-origin: 50% 10%;
	opacity: 0;
	transition-duration: 0.5s;
	transform: perspective(4rem) rotateX(-90deg);
}
.content_main_banner .main_banner_btn a>span img,
.content_main_banner .main_banner_btn a>span canvas {
	display: block;
	width: 100%;
}
.content_main_banner .main_banner_btn a:hover>span {
	opacity: 1;
	transform: perspective(4rem) rotateX(0deg);
}
.content_main_banner2 {
	display: block;
	position: relative;
}
.content_main_banner2 img {
	display: block;
	max-width: 100%;
}
.content_main_banner2 img.mobile {
	display: none;
}

.content_sub_menu {
	display: block;
}
.content_sub_menu p {
	max-width: 1230px;
	margin: auto;
	box-sizing: border-box;
	padding: 0.2rem 0.15rem;
	font-size: 18px;
	color: #c0c6d0;
}
.content_sub_menu p a {
	color: #c0c6d0;
}
.content_sub_menu p a:hover, 
.content_sub_menu p a.selected, 
.content_sub_menu p b {
	color: #4066a3;
	font-weight: normal;
}

.page_content {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing: border-box;
	min-height: 5rem;
	position: relative;
	padding-bottom: 0.5rem;
}
.page_content:after {
	content: "";
	clear: both;
	display: block;
}
.page_content.platform_content {
	background-image: url("../images/platform/main_content_bg.jpg");
	background-color: #f1f5f9;
	padding-bottom: 0.5rem;
}
.platform_group {
	display: flex;
	max-width: 1040px;
	margin: auto;
	padding: 0.3rem 0;
    /* width: 96%; */
	position: relative;
	justify-content: center;
}
.platform_group:after {
	content: "";
	clear: both;
	display: block;
}
.platform_group .left_phone {
	display: block;
	width: 3.4rem;
	float: left;
	position: relative;
	max-width: 33%;
}
.platform_group .left_phone img {
	display: block;
	width: 100%;
}
.platform_group .left_phone p {
    display: block;
    position: absolute;
    border-radius: 0.3rem;
    overflow: hidden;
    width: 80%;
    left: 10%;
    top: 2.6%;
}
.platform_group .left_phone p:before {
	content: "";
	display: block;
	position: absolute;
	left: 25%;
	top: 0;
	width: 50%;
	height: 0.5rem;
	background:url("../images/platform/phone_top.png") no-repeat;
	background-size: 100% auto;
	z-index: 10;
}
.platform_group .left_phone p span {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	opacity: 0;
	transition-duration: 0.5s;
	z-index: 2;
}
.platform_group .left_phone p span.default {
	position: relative;
	z-index: 1;
	opacity: 1;
}
.platform_group .left_phone p span.show {
	opacity: 1;
	z-index: 5;
}

.platform_right {
	display: block;
	/* width: 64%; */
	margin: 0 0 0 auto;
	padding: 0.15rem  0 0 0;
}
.platform_right h4 {
	font-size: 0.24rem;
	color: #5d6065;
}
.platform_right ul {
	display: block;
	margin-top: 0.3rem;
}
.platform_right ul li {
	display: block;
	padding: 0.15rem 0 0.1rem 0.45rem;
	position: relative;
}
.platform_right ul li h2 {
	line-height: 0.34rem;
	display: block;
	font-size: 0.24rem;
	color: #4066a3;
	cursor: pointer;
	transition-duration: 0.5s;
	position: relative;
}
/* .platform_right ul li h2:after {
	content: "";
	width: 0.1rem;
	height: 0.1rem;
	margin: -0.05rem 0;
	transform: rotate(135deg);
	right: 0.2rem;
	top: 0.15rem;
	display: block;
	position: absolute;
	border-right: 1px solid #4066a3;
	border-top: 1px solid #4066a3;
	transition-duration: 0.5s;
} */
.platform_right ul li.show h2:after {
	border-color: #e22381;
	transform: rotate(-45deg);
	top: 0.2rem;
}
.platform_right ul li.show h2 {
	color: #e22381;
}
.platform_right ul li h2 u {
	text-decoration: none;
}
.platform_right ul li .left_icon {
	display: block;
	width: 0.34rem;
	position: absolute;
	left: 0;
	background: #4066a3;
	border-radius: 0.06rem;
	transition-duration: 0.5s;
}
.platform_right ul li.show .left_icon {
	background: #e22381;
}
.platform_right ul li .left_icon img {
	width: 100%;
	display:block;
}
.platform_right ul li>p {
	font-size: 18px;
	color: #5d6065;
	transition-duration: 0.5s;
	overflow: hidden;
	width: 80%;
	margin-top: 0.05rem;
	line-height: 1.5;
	max-height: 0px;
	transition-timing-function: cubic-bezier(0, 0.35, 1, 1);
}
.platform_right ul li.show>p {
	max-height: 1rem;
}

.pic_text_title {
	display: block;
}
.pic_text_title img {
	display: block;
	height: 0.6rem;
	max-width: 100%;
}



.transaction_news_list {
	display: block;
	max-width: 1015px;
	margin: auto;
	font-size: 20px;
	padding: 0.2rem 0;
}
.transaction_news_list ul {
	display: block;
}
.transaction_news_list ul li {
	display: block;
	line-height: 0.36rem;
	padding: 0 0.15rem;
	box-sizing: border-box;
	animation:content_list_fadeIn 0.7s;
	animation-fill-mode: forwards;
}
.transaction_news_list ul li  span {
	display: block;	
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}
.transaction_news_list ul li b {
	float: right;
	display: block;
	font-weight: normal;
	padding: 0 0.1rem;
	background: #f4f7f9;
}
.transaction_news_list ul li a {
	display: block;
	padding: 0.1rem 0;
	color: #5d6065;
	border-bottom: 1px solid #f1ecec;
}
.transaction_news_list ul li a:hover {
    color: #4066a3;
}


.page_btn {
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 0.3rem 0;
}
.page_btn a {
	display: inline-block;
	width: 0.3rem;
	height: 0.25rem;
	line-height: 0.25rem;
	color: #c2c2c2;
	vertical-align: middle;
}
.page_btn a:hover,
.page_btn a.selected {
	color: #4066a3;
}
.page_btn a.back {
	color: #4066a3;
	width: auto;
}
.page_btn a.left,
.page_btn a.right {
	width: 0.4rem;
	height: 0.4rem;
	background: #f5f7fa;
	border-radius: 0.1rem;
	margin-right: 0.2rem;
}
.page_btn a.right {
	margin :0 0 0  0.2rem;
}
.page_btn a.left i,
.page_btn a.right i {
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	margin: 0.15rem 0 0 0.15rem;
	transform: rotate(-135deg);
	border-top: 1px solid #4066a3;
	border-right: 1px solid #4066a3;
}
.page_btn a.right i {
	transform: rotate(45deg);
	margin: 0.15rem 0 0 0.12rem;
}


.transaction_news_details {
	display: block;
	max-width: 1010px;
	width: 96%;
	margin: auto;
	padding: 0.4rem 0 0.3rem 0;
	font-size: 20px;
	line-height: 1.6;
	color: #5d6065;
	text-align: justify;
	border-bottom: 1px solid #f1ecec;
}
.transaction_news_details .top_title {
	display: block;
	border-bottom: 1px solid #f1ecec;
	padding-bottom: 0.15rem;
	margin-bottom: 0.25rem;
}
.transaction_news_details .top_title h2 {
	display: block;
	font-size: 0.24rem;
	color: #4066a3;
	line-height: 1.3;
	padding: 0.1rem 0;
}
.transaction_news_details .top_title span strong {
	font-weight: normal;
}
.transaction_news_details .pic1 {
	display: block;
	margin: 0.15rem 0;
	max-width: 100%;
}


.tab_menu  {
	display: block;
	border-bottom: 1px solid #4066a3;
	font-size: 0px;
}
.tab_menu li {
	display: inline-block;
}
.tab_menu li a {
	display: block;
	line-height: 0.55rem;
	height: 0.56rem;
	font-size: 0.22rem;
	border: 1px solid #fff;
	border-bottom: none;
	background: #f5f7fa;
	color: #4066a3;
	text-align: center;
	border-radius: 0.1rem 0.1rem 0 0;
}
.tab_menu li a:hover {
	background: #e9edf3;
}
.tab_menu li.selected a {
	background: #4066a3;
	border-color:#4066a3;
	color: #fff;
}
.announcement_list {
	display: block;
	width: 92%;
	max-width: 1010px;
	margin: 0.4rem auto 0 auto;
}
.announcement_list .announcement_select {
	display: none;
}
.announcement_list .announcement_menu li {
	width: 20%;
}
.announcement_list ul.announcement_list_content {
	display: block;
	padding: 0.15rem 0 0 0;
	min-height: 5.5rem;
}
.announcement_list ul.announcement_list_content li {
	display: block;
	border-bottom: 1px solid #f1ecec;
	padding: 0.12rem 0;
	position: relative;
	font-size: 0px;
	animation:content_list_fadeIn 0.7s;
	animation-fill-mode: forwards;
}
@keyframes content_list_fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
.announcement_list ul.announcement_list_content li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.announcement_list ul.announcement_list_content li>div {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	vertical-align: top;
	box-sizing: border-box;
	color: #5d6065;
}
.announcement_list ul.announcement_list_content li>div.cat {
	width: 18%;
	color: #4066a3;
	padding-left: 0.15rem;
}
.announcement_list ul.announcement_list_content li>div.title {
	width: 64%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.announcement_list ul.announcement_list_content li>div.date {
	width: 18%;
	text-align: right;
	padding-right: 0.15rem;
}

.announcement_details {
	display: block;
	width: 92%;
	margin: auto;
	max-width: 1000px;
	padding: 0.5rem 0 0.3rem 0;
	border-bottom: 1px solid #f1ecec;
	font-size: 20px;
	color: #5d6065;
	line-height: 1.6;
	text-align: justify;
}
.announcement_details .top_title {
	display: block;
	border-bottom: 1px solid #f1ecec;
	margin-bottom: 0.3rem;
	line-height: 1.4;
	padding-bottom: 0.2rem;
}
.announcement_details .top_title b {
	font-weight: normal;
}
.announcement_details .top_title u {
	display: block;
}
.announcement_details .top_title h2 {
	display: block;
	font-size: 0.24rem;
	color: #4066a3;
	padding-bottom: 0.05rem;
}


/*強制還原 announcement_text 的 v-html 樣式內容*/
.announcement_text,
.announcement_text * {
  /* 強制覆蓋常見屬性 */
  all: unset !important;
  display: revert !important;
  /*color: inherit !important;*/ /*color 可允許*/
  font: inherit !important;
  background: none !important;
  box-sizing: border-box !important;
}

.announcement_text {
  color: #5d6065 !important;
  font-size: 20px !important;
  line-height: 1.6 !important;
  text-align: justify !important;
}

.news_list {
	display: block;
	margin: 0.5rem auto 0 auto;
	max-width: 1000px;
	width: 92%;	
}
.news_list li {
	display: block;
	box-sizing: border-box;
	background: #f9f9f9;
	box-shadow: 0 0.04rem 0 #cbcdcf;
	border-radius: 0.2rem;
	margin: 0 auto 0.25rem auto;
	padding: 0.4rem 0.3rem;
    animation: content_list_fadeIn 0.7s;
    animation-fill-mode: forwards;
}
.news_list li:after {
	content: "";
	clear: both;
	display: block;
}
.news_list li .right_pic {
	display: block;
	float: right;
	width: 55%;
	max-width: 5rem;
	border-radius: 0.08rem;
	overflow: hidden;
}
.news_list li .right_pic a {
	display: block;
}
.news_list li .right_pic a:hover {
	transform: scale(1.05);
}
.news_list li .right_pic img {
	display: block;
	max-width: 100%;
}
.news_list li .left_text {
	color: #5d6065;
	font-size: 20px;
	display: block;
	width: 43%;
	line-height: 1.6;
}
.news_list li .left_text strong {
	display: block;
	font-size: 0.24rem;
	color: #4066a3;
}
.news_list li .left_text .label {
	display: inline-block;
	background: #e22381;
	color: #fff;
	min-width: 3rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin: 0.1rem 0 0.2rem 0;
	border-radius: 0.08rem;
	box-sizing: border-box;
	padding: 0 0.15rem;
}
.news_list li .left_text .label.hide {
	background: #cbcdcf;
}

.calculator_list {
	display: block;
	max-width: 1010px;
	width: 92%;
	margin: 0.5rem auto;
}
.calculator_list .calculator_menu {
	display: block;
}
.calculator_list .calculator_select {
	display: none;
}
.calculator_list .tab_menu li {
	width: 20%;
}
.calculator_list  .calculator_page {
	display: block;
	position: relative;
	margin: 0.2rem auto;
}
.calculator_list  .calculator_page li {
	display: block;
    background: #f9f9f9;
    box-shadow: 0 0.04rem 0 #cbcdcf;
    border-radius: 0.2rem;
    margin: 0 auto 0.25rem auto;
    padding: 0.2rem 0.25rem 0.5rem 0.25rem;
	transition-duration: 0.5s;
	position: absolute;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
	z-index: 1;
}
.calculator_list  .calculator_page li.show {
	opacity: 1;
	position: relative;
	z-index: 5;
}
.calculator_list  .calculator_page li .msg {
	display: block;
	height: 1rem;
	text-align: center;
}
.calculator_list  .calculator_page li .msg:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.calculator_list  .calculator_page li .msg p {
	display: inline-block;
	vertical-align: middle;
	max-width: 835px;
	font-size: 0.24rem;
	color: #5d6065;
}
.calculator_list  .calculator_page li .input_list {
	display: block;
	border-top: 1px solid #f1ecec;
	border-bottom: 1px solid #f1ecec;
	padding: 0.15rem 0 0.4rem 0;
	font-size: 0px;
}
.calculator_list  .calculator_page li .input_list:after {
	content: "";
	clear: both;
	display: block;
}
.calculator_list  .calculator_page li .input_list p {
	display: inline-block;
	width: 25%;
	padding:0.1rem 0.15rem;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 15px;
}
.calculator_list  .calculator_page li .input_list p.pc_enter {
	margin-right: 10%;
}
.calculator_list  .calculator_page li .input_list p u {
	display: block;
	padding: 0.02rem 0 0 0;
	color: #5d6065;
	text-decoration: none;
	opacity: 0.5;
	margin-bottom: -0.25rem;
}
.calculator_list  .calculator_page li .input_list p b {
	line-height: 0.45rem;
	display: block;
	font-size: 0.24rem;
	color: #4066a3;
	font-weight: normal;
}
.calculator_list  .calculator_page li .input_list p select ,
.calculator_list  .calculator_page li .input_list p input {
	display: block;
	width: 100%;
	outline: none;
	background: #ececec;
	height: 0.42rem;
	border: none;
	border-radius: 0.04rem;
	font-size: 20px;
	color: #5d6065;
	padding: 0 0.1rem;
	box-sizing: border-box;
}
.calculator_list .input_list {
	display: block;
}
.calculator_list .input_list:after {
	content: "";
	clear: both;
	display: block;
}
.calculator_list  .calculator_page li .input_list p .more_btn1 {
	margin: 0.4rem auto 0 auto;
	height: 0.52rem;
	width: 100%;
	cursor: pointer;
    background-position: 70% 50%;
	background-color: #fff;
	transition-duration: 0.5s;
}
.calculator_list  .calculator_page li .input_list p .more_btn1 svg {
    margin: -0.02rem -0.15rem 0 0.05rem;
}
.calculator_list  .calculator_page li .input_list p .more_btn1:hover {
	background-color: #e22381;
}
.calculator_list  .calculator_page li .input_list p.center_btn {
	display: block;
	margin: auto;
}
.calculator_list  .calculator_page li .input_list p.center_btn .more_btn1 {
	margin:  0.1rem auto;
}

.calculator_list  .calculator_page li .answer {
	display: block;
	text-align: center;
	font-size:0.36rem;
	color: #4066a3;
	padding: 0.3rem 0;
	font-weight: bold;
}
.calculator_list  .calculator_page li .answer input {
	width: 2.65rem;
	height: 0.6rem;
	color: #5d6065;
	outline: none;
	border-radius: 0.04rem;
	background: #ececec;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0 0.1rem;
	font-size: 0.36rem;
	font-weight: bold;
	text-align: center;
}

.pagetext_content {
	display: block;
	color: #5d6065;
	font-size: 20px;
	text-align: justify;
	line-height: 1.6;
	width: 92%;
	max-width: 1020px;
	margin: 0 auto 0.4rem auto;
	animation: fadeIn 0.5s;
	animation-fill-mode: forwards;
    border-bottom: 1px solid #f1ecec;
	padding-bottom: 0.3rem;
}
.pagetext_content a {
	color: #5d6065;
}
.pagetext_content h2 {
	font-size: 0.5rem;
	color: #0c225c;
	display: block;
	text-align: center;
	padding: 0.2rem 0;
}
.pagetext_content ol {
	display: block;
	padding: 0.1rem 0 0 0.28rem;
}
.pagetext_content ol li {
	list-style: decimal;
	padding-bottom: 0.1rem;
}


.product_tab {
	display: block;
	max-width: 1200px;
	margin: 0.25rem auto 0.8rem auto;
	width: 92%;
	position: relative;
}
.product_tab .tab_menu li a {
	width: 2rem;
	background: none;
}
.product_tab .tab_menu li.selected a {
	background: #4066a3;
}
.product_tab .product_page {
	display: block;
	margin: 0.25rem auto;
	position: relative;
}
.product_tab .product_page>li {
	display: flex;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	transition-duration: 0.5s;
	justify-content: center;
}
.product_tab .product_page>li.selected {
	position: relative;
	z-index: 5;
	opacity: 1;
}
.product_tab .right_tab_menu {
	display: block;
	width: 29%;
	float: right;
}
.product_tab .right_tab_menu h2 {
	display: block;
	font-size: 0.36rem;
	color: #4066a3;
}
.product_tab .right_tab_menu>a  {
	display: block;
	position: relative;
	font-size: 18px;
	color: #0c225c;
	background: #e8f0fc;
	margin-top: 0.2rem;
	padding: 0.12rem 0 0.12rem 0.8rem;
	box-shadow: 0 0.04rem 0 #667c9c;
	border-radius: 0.1rem;
}
.product_tab .right_tab_menu>a:hover {
	background: #f4f8fe;
}
.product_tab .right_tab_menu>a:before  {
	content: "";
	height: 100%;
	min-height: 64px;
	display: inline-block;
	vertical-align: middle;
}
.product_tab .right_tab_menu>a:after  {
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    border-right: 1px solid #e22381;
    border-top: 1px solid #e22381;
    display: block;
    position: absolute;
    box-sizing: border-box;
    transform: rotate(45deg);
    top: 45%;
    right: 0.2rem;
	transition-duration: 0.5s;
}
.product_tab .right_tab_menu>a:hover:after  {
    right: 0.15rem;
}
.product_tab .right_tab_menu>a img {
	height: 64px;
	position: absolute;
	margin-top: -32px;
	top: 50%;
	left: 12px;
	display: block;
}
.product_tab .right_tab_menu>a span {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}
.product_tab .right_tab_menu>a span b {
	display: block;
}
.product_tab .left_content {
	display: block;
	text-align: justify;
	width: 67%;
	font-size: 0.2rem;
	color: #5d6065;
	line-height: 1.65;
}
.product_tab .left_content h4 {
	font-size: 0.36rem;
	display: block;
	color: #4066a3;
	text-align: center;
	padding: 0.1rem 0;
}
.product_tab .left_content h4.mobile_title {
	display: none;
}
.product_tab .left_content h4:before ,
.product_tab .left_content h4:after {
	content: "";
	width: 1rem;
	height: 1px;
	margin: 0 0.15rem 0 0;
	display: inline-block;
	vertical-align: middle;
	background: -moz-linear-gradient(left,  rgba(64,102,163,0) 0%, rgba(64,102,163,1) 100%);
background: -webkit-linear-gradient(left,  rgba(64,102,163,0) 0%,rgba(64,102,163,1) 100%);
background: linear-gradient(to right,  rgba(64,102,163,0) 0%,rgba(64,102,163,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004066a3', endColorstr='#4066a3',GradientType=1 );
}
.product_tab .left_content h4:after {
	transform: rotate(180deg);
	margin: 0 0 0 0.15rem ;
}
.product_tab .left_content .pic_list {
	display: block;
	padding: 0.1rem 0 0 0;
 	 display: flex;
}
.product_tab .left_content .pic_list:after {
	content: "";
	clear: both;
	display: block;
}
.product_tab .left_content .pic_list p {
	display: block;
	float: left;
    box-sizing: border-box;
    background: #f9f9f9;
    box-shadow: 0 0.04rem 0 #cbcdcf;
    border-radius: 0.1rem;
	overflow: hidden;
    width: 48.5%;
	margin-bottom: 0.1rem;
  flex: 1;
}
.product_tab .left_content .pic_list p:nth-child(even) {
	margin-left: 3%;
}
.product_tab .left_content .pic_list p img {
	display: block;
	width: 100%;
}
.product_tab .left_content .pic_list p span {
	display: block;
	padding: 0.2rem;
	font-size: 20px;
	color: #5d6065;
	line-height: 1.4;
}
.product_tab .left_content .pic_list p span strong {
	color: #4066a3;
	font-size: 0.24rem;
	display: block;
}
.product_tab .left_content .product_mobile_btn {
	display: none;
}

.prodcut_bottom_list {
	display: block;
	padding: 0.8rem 0 1rem 0;
	margin: 0 auto -0.5rem auto;
	background: rgb(220,231,246);
background: -moz-linear-gradient(top,  rgba(220,231,246,1) 0%, rgba(244,247,249,1) 100%);
background: -webkit-linear-gradient(top,  rgba(220,231,246,1) 0%,rgba(244,247,249,1) 100%);
background: linear-gradient(to bottom,  rgba(220,231,246,1) 0%,rgba(244,247,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce7f6', endColorstr='#f4f7f9',GradientType=0 );
	text-decoration: 0.5s;
	max-height: 800px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
.prodcut_bottom_list.hide {
	opacity: 0;
	padding: 0;
	max-height: 0px;
}
.product_bottom_title {
	display: block;
}
.product_bottom_title img {
	display: block;
	margin: auto;
	height: 0.6rem;
}
.prodcut_bottom_list .icon_list {
	display: block;
	text-align: center;
	padding: 0.4rem 0 0.2rem 0;
}
.prodcut_bottom_list .icon_list li {
	display: inline-block;
	width: 2.3rem;
	vertical-align: top;
	font-size: 20px;
	color: #5d6065;
	margin-bottom: 0.25rem;
}
.prodcut_bottom_list .icon_list li p {
	display: block;
	width: 1.3rem;
	margin: auto;
	border-radius: 0.1rem;
	overflow: hidden;
	box-shadow: 0 0.04rem 0 #0c225c;
}
.prodcut_bottom_list .icon_list li p img {
	display: block;
	width: 100%;
}
.prodcut_bottom_list .icon_list li b {
	display: block;
	font-size: 0.24rem;
	color: #e22381;
	padding: 0.15rem 0 0.05rem 0;
}
.prodcut_bottom_list .more_btn1 {
	margin: auto;
}


.product_tab .product_page>li.page2 {
	display:block;
}
.product_tab .product_page>li.page2 .page2_content {
	overflow: auto;
	display: block;
}
.product_tab .product_page>li.page2 .page2_content::-webkit-scrollbar  {
	width: 0.1rem;
	height: 0.1rem;
	border-radius:10px;
	background:#eee;
}
.product_tab .product_page>li.page2 .page2_content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0.03rem rgba(0,0,0,0.5);
	border-radius:0.1rem;
}
.product_tab .product_page>li.page2 .page2_content::-webkit-scrollbar-thumb  {
	background-color: #4066a3;
	border-radius:0.1rem;
	box-shadow: inset 0 0 0.02rem rgba(0,0,0,0.2);
}

.product_tab .product_page>li.page2.show_more {
	padding-right: 0.3rem;
    box-sizing: border-box;
}
.product_tab .product_page>li.page2.show_more .more_btn {
	content: "";
	width: 0.3rem;
	height: 1.3rem;
	right: 0;
	cursor: pointer;
	top: 0;
	display: block;
	position: absolute;
	background: url("../images/table_more.png") no-repeat;
	background-size: 100% 100%;
}
.product_tab .product_page>li .tnc_table {
	width: 100%;
    border-collapse:collapse; 
    border-spacing:0;
	text-align: center;
	border-left:1px solid #efefef;
	min-width: 11.9rem;
}
.product_tab .product_page>li .head_table {
	padding-right: 0.1rem;
	display: block;
	background: #4066a3;
}
.product_tab .product_page>li .tnc_table th {
	border-right:1px solid #5478b3;
	border-bottom:1px solid #5478b3; 
	font-size: 20px;
	color: #cde0ff;
	background: #4066a3;
	font-weight: normal;
	padding: 0.1rem 0.04rem;
	box-sizing: border-box;
}
.product_tab .product_page>li .tnc_table th:first-child {
	border-left:1px solid #5478b3;
}
.product_tab .product_page>li .tnc_table th:last-child {
	border-right:0px solid #5478b3;
}
.product_tab .product_page>li .tnc_table td {
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef; 
	font-size: 18px;
	color: #5d6065;
	padding: 0.1rem 0.05rem;
	max-width: 200px;
	box-sizing: border-box;
}
.product_tab .product_page>li .tnc_table td.bg1 {
	background: #f9f9f9;
}
.product_tab .product_page>li .tnc_table .w1 {
	width: 1rem;
}
.product_tab .product_page>li .tnc_table .w2 {
	width: 1.2rem;
}
.product_tab .product_page>li .tnc_table .w3 {
	width: 2rem;
}
.product_tab .product_page>li .tnc_table .w4 {
	width: 1.8rem;
}
.product_tab .product_page>li .tnc_table td span {
	display: inline-block;
}
.product_tab .product_page>li .tnc_table_content {
	display:block;
	width:12rem;
	margin:auto;
	overflow: hidden;
	overflow-y: scroll;
	max-height:6rem;
	border-bottom:1px solid #efefef; 
}
.product_tab .product_page>li .tnc_table_content::-webkit-scrollbar  {
	width: 0.1rem;
	height: 0.1rem;
	border-radius:10px;
	background:#eee;
}
.product_tab .product_page>li .tnc_table_content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0.03rem rgba(0,0,0,0.5);
	border-radius:0.1rem;
}
.product_tab .product_page>li .tnc_table_content::-webkit-scrollbar-thumb  {
	background-color: #4066a3;
	border-radius:0.1rem;
	box-shadow: inset 0 0 0.02rem rgba(0,0,0,0.2);
}

.product_tab .product_page>li .bottom_text {
	color: #aeafb2;
	text-align: justify;
	display: block;
	font-size: 15px;
	padding: 0.25rem 0;
}
.product_tab .product_page>li .bottom_text a {
	color: #4066a3;
	text-decoration: underline;
}
.product_tab .product_page>li ol {
	display: block;
	padding: 0.05rem 0 0 0.25rem;
}
.product_tab .product_page>li ol li {
	list-style: decimal;
	padding-bottom: 0.05rem;
}
.product_tab .product_page>li .mobile_back_btn {
	display: none;
}

.support_content {
	display: block;
	width: 92%;
	max-width: 1080px;
	margin: 0.4rem auto;
	position: relative;
}
.support_content:after {
	content: "";
	clear: both;
	display: block;
}
.support_left_menu {
	display: block;
	float: left;
	width: 23%;
}
.support_left_menu li {
	display: block;
	background: #e8f0fc;
	margin-bottom: 0.15rem;
	height: 0.7rem;
	border-radius: 0.1rem;
	cursor: pointer;
	padding: 0.13rem;
	box-sizing: border-box;
	box-shadow: 0 0.04rem 0 #667c9c;
	position: relative;
}

.support_left_menu li:after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-right: 1px solid #0c225c;
    border-top: 1px solid #0c225c;
    display: block;
    position: absolute;
    box-sizing: border-box;
    transform: rotate(45deg);
    top: 50%;
    right: 0.25rem;
	margin: -0.05rem;
	transition-duration: 0.5s;
}
.support_left_menu li:hover:after {
    right: 0.2rem;
}
.support_left_menu li.selected:after {
	border-color:#e22381;
}
.support_left_menu li span {
	display: inline-block;
	height: 0.44rem;
	width: 0.44rem;
	background-color: #c9d8ed;
	border-radius: 0.08rem;
	vertical-align: middle;
}
.support_left_menu li span i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.support_left_menu li span.icon1 i {
	background-image: url("../images/other/support_list_icon1.png");
}
.support_left_menu li span.icon2 i {
	background-image: url("../images/other/support_list_icon2.png");
}
.support_left_menu li span.icon3 i {
	background-image: url("../images/other/support_list_icon3.png");
}
.support_left_menu li span.icon4 i {
	background-image: url("../images/other/support_list_icon4.png");
}
.support_left_menu li b {
	display: inline-block;
	vertical-align: middle;
	line-height: 0.44rem;
	box-sizing: border-box;
	font-size: 0.22rem;
	color: #0c225c;
	padding-left: 0.12rem;
}
.support_left_menu li.selected b {
	color: #e22381;
}
.support_left_menu li.selected span {
	background-color: #e22381;
}

.support_right {
	display: block;
	width: 72%;
	margin: 0 0 0 auto;
	text-align: justify;
	line-height: 1.5;
	position: relative;
}
.support_right h2 {
	color: #4066a3;
	font-size: 0.36rem;
	display: block;
}
.support_right ul {
	display: block;
	margin: 0.35rem 0 0.6rem 0;
	animation: fadeIn 0.6s;
	animation-fill-mode: forwards;
}
.support_right ul li {
	border-bottom: 1px solid #f1ecec;
	padding: 0.1rem 0;
	color: #5d6065;
}
.support_right ul li p {
	display: block;
	font-size: 0.24rem;
	color: #4066a3;
	cursor: pointer;
	line-height: 0.5rem;
	position: relative;
}
.support_right ul li p:after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-right: 1px solid #4066a3;
    border-top: 1px solid #4066a3;
    display: block;
    position: absolute;
    box-sizing: border-box;
    transform: rotate(135deg);
    top: 45%;
    right: 0.2rem;
	margin: -0.05rem;
	opacity: 0.5;
    transition-duration: 0.5s;
}
.support_right ul li.show p:after {
    transform: rotate(-45deg);
    top: 55%;
}
.support_right ul li p b {
	display: inline-block;
	font-weight: normal;
}
.support_right ul li .answer {
	display: block;
	font-size: 20px;
	text-align: justify;
	overflow: hidden;
	display: none;
	padding-bottom: 0.15rem;
}
.support_right ul li.show .answer {
	
}
.support_right ul li .answer a {
    color: #e22381;
}
.support_content .show_all_btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2rem;
}
.support_content .show_all_btn span {
	display: block;
	width: 100%;
	height: 0.52rem;
	border: 0.02rem solid #e22381;
	box-sizing: border-box;
	line-height: 0.48rem;
	text-align: center;
	font-size: 0.22rem;
	color: #e22381;
	cursor: pointer;
	border-radius: 0.5rem;
	box-sizing: border-box;
	padding-right: 0.1rem;
}
/*
.support_content .show_all_btn span:after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-right: 1px solid #e22381;
    border-top: 1px solid #e22381;
    display: block;
    position: absolute;
    box-sizing: border-box;
    transform: rotate(135deg);
    top: 45%;
    right: 0.4rem;
	margin: -0.05rem;
}*/
.support_content .show_all_btn span i {
	display: inline-block;
	vertical-align: middle;
	width: 0.3rem;
	height: 0.06rem;
	background: #e7e4e4;
	border-radius: 0.1rem;
	margin: 0 -0.15rem 0 0.15rem;
	position: relative;
}
.support_content .show_all_btn span i:after {
	content: "";
	width: 0.2rem;
	height: 0.2rem;
	background: #e22381;
	position: absolute;
	display: block;
	margin: -0.1rem;
	left: 0;
	top: 50%;
	border-radius: 100%;
}
.support_content .show_all_btn span+span i {
	background: #ffacd5;
}
.support_content .show_all_btn span+span i:after {
	left: 100%;
}


.support_content .show_all_btn.show span,
.support_content .show_all_btn span+span {
	display: none;
}
.support_content .show_all_btn span+span:after {
    transform: rotate(-45deg);
	top: 55%;
}
.support_content .show_all_btn.show span+span {
	display: block;
}

.about_us_title {
	display: block;
	padding: 0.1rem 0;
}
.about_us_title img {
	display: block;
	height: 0.6rem;
	max-width: 100%;
	margin: auto;
}
.about_us_content1 {
	padding: 0.3rem 0 0.5rem 0;
    display: flex;
    margin: auto;
    max-width: 1100px;
    /* width: 92%; */
    font-size: 20px;
    color: #5d6065;
    text-align: justify;
    line-height: 1.5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about_us_content1>p {
	display: block;
	padding: 0.1rem 0 0.45rem 0;
}
.about_us_content1>p u {
	display: block;
	height: 0.1rem;
}

.about_us_content1_list {
	display: block;
	padding: 0.2rem 0;
	font-size: 0px;
	text-align: center;
    margin: 0 -0.2rem;
}
.about_us_content1_list li {
	display: inline-block;
	width: 1.75rem;
	vertical-align: top;
	background: #f9f9f9;
	box-shadow: 0 0.04rem 0 #cbcdcf;
	border-radius: 0.08rem;
	overflow: hidden;
	text-align: center;
	padding-bottom: 0.15rem;
	margin: 0.05rem;
}
.about_us_content1_list li p {
	display: block;
}
.about_us_content1_list li b {
	display: block;
	font-size: 20px;
	color: #4066a3;
	padding: 0.05rem 0;
}
.about_us_content1_list li span {
	font-size: 16px;
	color: #5d6065;
	line-height: 1.5;
    display: block;
}

.about_us_content2 {
	padding: 0.7rem 0 0.5rem 0;
	display: block;
	margin: auto;
	line-height: 1.5;
	background-color: #0c225c;
	background-image: url("../images/about_us/about_us_content2_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	box-sizing: border-box;
	height: 7.1rem;
}


.about_us_content2_label {
	display: block;
	max-width: 1000px;
	margin: 0.3rem auto 0 auto;
	height: 4.4rem;
	position: relative;
}
.about_us_content2_label ul li {
	display: block;
	position: absolute;
	width: 2.8rem;
	height: 1rem;
	margin: -0.5rem -1.4rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #4066a3;
	color: #fff;
	box-shadow: 0 0.04rem 0 #313f68;
	padding: 0.14rem 0.05rem 0.14rem 0.15rem;
	box-sizing: border-box;
	border-radius: 0.1rem;
	font-size: 0px;
	transform: scale(0.8);
	transition-duration: 0.5s;
	opacity: 0.4;
	overflow: hidden;
}
.about_us_content2_label  ul li span {
	display: inline-block;
	vertical-align: middle;
	background: rgba(0,0,0,0.2);
	border-radius: 0.08rem;
	margin-right: 0.15rem;
	position: relative;
	z-index: 5;
    width: 0.7rem;
}
.about_us_content2_label li span img {
	display: block;
	width: 100%;
}
.about_us_content2_label li p {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.24rem;
	line-height: 1.2;
	position: relative;
	z-index: 5;
	font-weight: bold;
}
.about_us_content2_label li b {
	display: block;
	font-size: 0.24rem;
}
.about_us_content2_label  ul li:before {
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/index/content3_label_bg.png") no-repeat #e22381;
	background-size: 100% 100%;
	opacity: 0;
	position: absolute;
	transition-duration: 0.5s;
}
.about_us_content2_label  ul li.center:before {
	opacity: 1;
}
.about_us_content2_label  ul li.center {
	left: 50%;
	top: 50%;
	transform: scale(1);
	opacity: 1;
	z-index: 10;
	box-shadow: 0 0.04rem 0 #88004b, 0 0 0.8rem rgba(220,25,120,0.8);	
} 
.about_us_content2_label  ul li.list1 {
    left: 45%;
    top: 13%;
}
.about_us_content2_label  ul li.list2 {
    left: 75%;
    top: 22%;
}
.about_us_content2_label  ul li.list3 {
    left: 88%;
    top: 55%;
}
.about_us_content2_label  ul li.list4 {
    left: 60%;
    top: 86%;
}
.about_us_content2_label  ul li.list5 {
    left: 18%;
    top: 75%;
}
.about_us_content2_label  ul li.list6 {
    left: 12%;
    top: 36%;
}
.about_us_content2 .about_us_title img+img {
	display: none;
}

.about_us_content3 {
	display: block;
	padding: 0.8rem 0;
	margin: 0 auto -0.5rem auto;
	background: rgb(244,247,249);
background: -moz-linear-gradient(top,  rgba(244,247,249,1) 0%, rgba(221,232,246,1) 100%);
background: -webkit-linear-gradient(top,  rgba(244,247,249,1) 0%,rgba(221,232,246,1) 100%);
background: linear-gradient(to bottom,  rgba(244,247,249,1) 0%,rgba(221,232,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7f9', endColorstr='#dde8f6',GradientType=0 );
}

.about_us_bottom_list {
	display: block;
	text-align: center;
	padding: 0.2rem 0 0.2rem 0.5rem;
}
.about_us_bottom_list li {
	width: 2.6rem;
	display: inline-block;
	margin: 0.25rem 0;
	font-size: 20px;
	color: #5d6065;
	text-align: left;
	position: relative;
}
.about_us_bottom_list li span {
	display: inline-block;
	width: 0.75rem;
	background: #4066a3;
	vertical-align: middle;
	border-radius: 0.08rem;
	overflow: hidden;
	margin-right: 0.1rem;
}
.about_us_bottom_list li span img {
	display: block;
	max-width: 100%;
}
.about_us_bottom_list li a {
	color: #5d6065;
	display: block;
}
.about_us_bottom_list li .qr {
	position: absolute;
	background: url("../images/about_us/qr_bg.png") no-repeat;
	background-size: 100% 100%;
	height: 1.7rem;
	width: 1.7rem;
	margin-left: -0.85rem;
	left: 0.375rem;
	top: 90%;
	z-index: 10;
	padding: 0.3rem 0.25rem 0 0.25rem;
	box-sizing: border-box;
	transform-origin: 50% 10%;
	opacity: 0;
	transition-duration: 0.5s;
	transform: perspective(4rem) rotateX(-90deg);
}
.about_us_bottom_list li:hover .qr {
	transform: perspective(4rem) rotateX(0deg);
	opacity: 1;
}
.about_us_bottom_list li .qr img {
	display: block;
	width: 100%;
}
.about_us_bottom_list li+li {
	animation-delay: 0.15s;
}
.about_us_bottom_list li+li+li {
	animation-delay: 0.3s;
}
.about_us_bottom_list li+li+li+li {
	animation-delay: 0.45s;
}

.account_type_content {
	display: block;
	max-width: 1000px;
	margin: auto;
    width: 92%;
	padding: 0.3rem 0 0.8rem 0;
}
.account_type_content  .more_btn1 {
	margin: auto;
}
.account_type_table {
	width: 100%;
    border-collapse:collapse; 
    border-spacing:0; 
	border-bottom:1px solid #dcdcdc;
	text-align: center;
	font-size: 20px;
	color: #5d6065;
	animation-duration: 0.5s;
}
.account_type_table tr th {
	padding: 0;
	overflow: hidden;
}
.account_type_table tr th:nth-child(1) {
	width: 40%;
}
.account_type_table tr th:nth-child(2) {
	width: 30%;
}
.account_type_table tr th:nth-child(3) {
	width: 30%;
}
.account_type_table td {
	border-top:1px solid #dcdcdc; 
	border-left:1px solid #dcdcdc;
	padding: 0.15rem;
	box-sizing: border-box;
	vertical-align: top;
}
.account_type_table tr td:last-child {
	border-right:1px solid #dcdcdc; 
}
.account_type_table tr td.g_bg {
	background: #f9f9f9;
	text-align: left;
}
.account_type_table tr td.b_bg {
	color: #4066a3;
}
.account_type_table tr td.r_bg {
	color: #e22381;
	background: #fff8fb;
}
.account_type_table .th_title1 {
	display: block;
	background: url("../images/product/th_bg1.png") no-repeat;
	height: 0.7rem;
	background-size: 100% 100%;
	border-radius: 0.08rem 0.08rem 0 0;
	color: #fff;
	font-size: 0.24rem;
	box-sizing: border-box;
	padding: 0.2rem;
	animation-delay: 0.55s;
	animation-duration: 0.5s;
}
.account_type_table .th_title2 {
	display: block;
	background: url("../images/product/th_bg2.png") no-repeat;
	height: 0.7rem;
	background-size: 100% 100%;
	border-radius: 0.08rem 0.08rem 0 0;
	color: #fff;
	font-size: 0.24rem;
	box-sizing: border-box;
	padding: 0.2rem;
	animation-delay: 0.4s;
	animation-duration: 0.5s;
}
.account_type_table .th_title1 img,
.account_type_table .th_title2 img {
	height: 0.5rem;
	vertical-align: text-top;
	margin: -0.05rem 0 0 -0.3rem;
}
.account_type_content .table_bottom {
	display: block;
	font-size: 15px;
	color: #5d6065;
	padding: 0.1rem 0 0.35rem 0;
	color: #b9babc;
}

.pc_br {
	display: block;
}


@media(max-width:1180px){
.about_us_content1_list {
    max-width: 700px;
    margin: auto;
}	
}
@media(max-width:1080px){
.index_content2 .left_phone {
    transform: scale(0.75);
    transform-origin: left;
}	
.index_content2 .right_text {
    width: 6.8rem;
}
.news_list li .left_text {
    width: 48%;
}	
.news_list li .right_pic {
    width: 50%;
}
.product_tab .right_tab_menu {
	display: none;
}	
.product_tab .left_content {
    width: 100%;
}
	
}

@media(max-width:960px){
.pc_br {
	display: none;
}	
.index_content1 .text_content {
    padding: 0.3rem 0 0 0;
	margin-right: 2%;
}	

.index_content2 .right_text {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    height: 3rem;
    text-align: center;
}	
.index_content2 .content2_pic_list {
    padding: 0.25rem 0 0.35rem 0;
    height: 6.6rem;
    font-size: 0px;
	position: relative;
}	
.index_content2  .content2_pic_list li {
	display: block;
	position: absolute;
	top: 30%;
	left: 13%;
	width: 1.45rem;
	transform: translate(-50%, -50%);
}
.index_content2  .content2_pic_list li:nth-child(2) {
	top: 70%;
}
.index_content2  .content2_pic_list li:nth-child(3) {
	top: 30%;
	left: 83%;
}
.index_content2  .content2_pic_list li:nth-child(4) {
	top: 70%;
	left: 83%;
}
.index_content2  .content2_pic_list li.show {
	width: 1.64rem;
	box-shadow: 0.2rem 0.2rem 0.3rem rgba(135,0,75,0.2);
}	
.index_content2 .left_phone {
    display: block;
    position: absolute;
    width: 4.8rem;
    left: 50%;
    bottom: 1.2rem;
    margin-left: -2.4rem;
    transform: scale(1);
}		
	
	
.announcement_list ul.announcement_list_content li>div {
	font-size: 0.24rem;
}
.announcement_list ul.announcement_list_content li>div.cat {
	width: 22%;
}
.announcement_list ul.announcement_list_content li>div.title {
	width: 54%;
}
.announcement_list ul.announcement_list_content li>div.date {
	width: 24%;
}	
.tab_menu li a {
    font-size: 0.18rem;
}	
	
.support_left_menu {
    display: block;
    float: none;
    width: 100%;
}	
.support_left_menu li {
    display: inline-block;
	width: 25%;
    background: none;
	vertical-align: top;
    height: auto;
    cursor: pointer;
    padding: 0;
    box-shadow: none;
	text-align: center;
	padding: 0;
}	
.support_left_menu li span {
	display: block;
	margin: auto;
	width: 1.3rem;
	height: 1.3rem;
	box-sizing: border-box;
	padding: 0.15rem;
	background: #e8f0fc;
	box-shadow: 0 0.04rem 0 #0c225c;
}	
.support_left_menu li.selected span {
	background: url("../images/other/support_list_menu_m.png") no-repeat #cc1770;
	background-size: 100% 100%;
	box-shadow: 0 0.04rem 0 #86004a;
}
.support_left_menu li b {
	padding: 0.15rem 0 0 0;
	font-size: 0.26rem;
}	
.support_left_menu li:after {
	display: none;
}	
.support_left_menu li span i {
	background-position: bottom;
}	
.support_left_menu li.selected span i {
	background-position: top;
}	
	
	
.support_content .show_all_btn {
    display: block;
    position: absolute;
    top: 2.2rem;
    right: 50%;
	width: 2.7rem;
    margin: 0 -1.35rem;
}	
.support_content .show_all_btn span {
	height: 0.7rem;
	border: 0.02rem solid #e22381;
	line-height: 0.62rem;
	font-size: 0.3rem;
}	
.support_right ul li .answer {
    font-size: 0.24rem;
}
.support_right ul li p,
.support_right ul li p b {
    font-weight: bold;
}	

.support_right {
    width: 100%;
    margin: 1.25rem auto 0.5rem auto;
}
	
	
	
}

@media(max-width:750px){

.pc_br {
	display: none;
}	

.index_banner img.pc {
	display: none;
}	
.index_banner img.mobile {
	display: block;
}
.index_content1 .text_content {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
	font-size: 0.3rem;
	text-align: center;
}
.index_content1 .text_content p {
    width: 78%;
	margin: auto;
}	
.index_title img {
    height: 0.6rem;
    margin: auto;
}	
.index_content1  .more_btn1 {
	display: none;
}	
.index_cube {
    right: 52%;
}	
.index_content1_pic {
    display: block;
    width: 100%;
    height: 6.6rem;
    position: relative;
    max-width: 100%;
	margin-bottom: -3rem;
}	
.index_content2 {
    padding: 2rem 0 0.3rem 0;
    background: url(../images/index/content2_bg.png);
    background-size: auto 100%;
}	

.index_content1_pic p span img {
	display: none;
}
.index_content1_pic p span img+img {
	display: block;
}	
	
.more_btn1 {
    width: 2.7rem;
    height: 0.7rem;
    border: 0.02rem solid #e22381;
    font-size: 0.3rem;
    line-height: 0.66rem;
	/*
    padding: 0 0.2rem 0 0;
    background-size: 0.3rem 0.15rem;
    background-position: 82% 50%;
	*/
}	
.more_btn1 svg ,
.more_btn1:hover svg {
	width: 0.24rem;
	height: 0.15rem;
    margin: -0.02rem -0.1rem 0 0;
	transform: none;
}
.index_content3 .index_text_title {
	display: none;
}	
.index_content3 .index_title img {
	display: none;
}
.index_content3 .index_title img+img {
	display: block;
	height: 1.5rem;
}	
.index_content3 {
    padding: 0.6rem 0;
    background-image: url(../images/index/content3_bg_m.jpg);
	background-size: 100% 100%;
    height: 9.7rem;
}	
.index_news_list {
    display: block;
    width: 100%;
    float: none;
    font-size: 0.24rem;
    padding: 0 0.35rem;
}	
.index_news_list ul {
	padding-top: 0.15rem ;
}
.index_news_list.list2 {
    margin: 0.6rem  0 0 0;
}	
.index_news_list ul li+li+li+li {
	display: none;
}	
.index_news_list ul li a {
    padding: 0.15rem 0;
}	
.index_news_list .more {
    color: #0c225c;
    margin-top: 0;
	width: 1.7rem;
	height: 0.5rem;
    border: 0.02rem solid #e22381;
	box-sizing: border-box;
    font-size: 0.24rem;
    color: #e22381;
	line-height: 0.46rem;
	text-align: center;
	border-radius: 0.5rem;
    background: url(../images/more_icon.png) no-repeat;
    background-size: 0.2rem 0.1rem;
    background-position: 90% 50%;
	padding-right: 0.1rem;
	font-weight: bold;
}	
.index_news_list .more span {
	display: inline;
}
.index_news_list .more:after {
	display: none;
}	
.index_content3 .content3_point {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: -0.3rem;
    right: 50%;
    bottom: 3.25rem;
}	
.content3_label_list {
	height: 6.4rem;
	margin-top: 0.25rem;
}	
.content3_label_list ul.pc_list {
	display: none;
}	
.content3_label_list ul.mobile_list {
	display: block;
}	
.content3_label_list ul.mobile_list li {
	position: absolute;
	font-size: 0.24rem;
	width: 2.5rem;
	margin:0  -1.25rem;
	color: #fff;
	text-align: center;
}
.content3_label_list ul.mobile_list li span {
	width: 0.6rem;
	height: 0.6rem;
	overflow: hidden;
	display: block;
	margin: 0.2rem auto;
	background: #e22381;
	border-radius: 0.07rem;
}
.content3_label_list ul.mobile_list li span img {
	margin-top: -0.04rem;
}
.content3_label_list ul.mobile_list li.list1 {
	left: 50%;
	top: 0;
}
.content3_label_list ul.mobile_list li.list2 {
	right: 17%;
	top: 16%;
}
.content3_label_list ul.mobile_list li.list3 {
	right: 17%;
	top: 50%;
}
.content3_label_list ul.mobile_list li.list4 {
	left: 50%;
	bottom: 0;
}
.content3_label_list ul.mobile_list li.list5 {
	left: 17%;
	top: 50%;
}
.content3_label_list ul.mobile_list li.list6 {
	left: 17%;
	top: 16%;
}
.content3_label_list li b {
    font-size: 0.26rem;
	padding: 0.08rem 0;
}	
.content3_label_list ul.mobile_list li.list7 {
	left: 50%;
    top: 34%;
	width: 2.6rem;
	margin-left: -1.3rem;
	animation-delay: 0.4s;
}
.content3_label_list ul.mobile_list li.list7 img {
	display: block;
	width: 100%;
}

.content_main_banner {
    height: auto;
}	
.content_main_banner>p {
	display: block;
	width: 100%;
	margin: auto;
}
.content_main_banner>p img.pc {
	display: none;
}
.content_main_banner>p img.mobile {
	display: block;
	height: auto;
	width: 100%;
}	
.content_main_banner .main_banner_btn {
	/* display: none; */
}

.content_main_banner .main_banner_btn a>img,
.content_main_banner .main_banner_btn a>canvas {
	display: none;
}

.content_main_banner .main_banner_btn a:hover>span {
	display: none;
}
.content_main_banner2 img.pc {
	display: none;
}
.content_main_banner2 img.mobile {
	display: block;
}	
	
.content_sub_menu p {
    padding: 0.2rem 0.3rem;
    font-size: 0.22rem;
}	
.page_content.platform_content {
	background: #fff;
}	
.platform_group {
    padding: 0.15rem 0 0.4rem 0;
}	
.platform_right {
	width: 100%;
	margin: auto;
	padding: 0;
	min-height: 6.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.platform_right ul {
    display: block;
    margin-top: 0.3rem;
    width: 55%;
    /* margin: 0.3rem 0 0 auto; */
}	
.platform_group .left_phone {
    width: 40%;
    max-width: 40%;
    top: 2.1rem;
	position: absolute;
	left: 2%;
}	
.pic_text_title img {
    height: 0.7rem;
    margin: auto;
	display: block;
}	
.platform_right h4 {
    font-size: 0.3rem;
    color: #5d6065;
    text-align: center;
	padding-top: 0.05rem;
}	
.platform_right h4 i {
	display: block;
}
.platform_right ul li h2 {
	line-height: 1.2;
	padding-left: 0.7rem;
    font-size: 0.26rem;
}
.platform_right ul li h2 u {
	display: block;
	height: 0px;
	overflow: hidden;
}	
.platform_right ul li .left_icon {
    width: 0.5rem;
	top: 0.2rem;
}
.platform_right ul li {
    display: block;
    padding: 0.15rem 0 0.1rem 0;
    position: relative;
}
.platform_right ul li>p {
    font-size: 0.22rem;
    width: 95%;
    margin-top: 0.05rem;
	text-align: justify;
}	
.platform_right ul li.show>p {
    max-height: 1.5rem;
}	
.platform_right ul li h2:after {
	top: 0.45rem;
}
.platform_right ul li.show h2:after {
	top: 0.5rem;
}	
	
.transaction_news_list {
    font-size: 0.24rem;
}	
.transaction_news_list ul li {
    display: block;
    line-height: 0.45rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}	
.page_btn {
    font-size: 0.24rem;
}	
.transaction_news_details {
    width: auto;
    margin: 0 0.3rem;
    padding: 0.4rem 0 0.3rem 0;
    font-size: 0.24rem;
	box-sizing: border-box;
}
.transaction_news_details .top_title {
	text-align: center;
	border: none;
	margin-bottom: 0.25rem;
}	
.transaction_news_details .top_title h2 {
    font-size: 0.3rem;
	padding: 0.05rem 0;
}
.transaction_news_details .top_title span strong {
	display: none;
}	
	
.announcement_list .announcement_select {
	display: block;
	margin: 0 auto 0.1rem auto;
	width: 80%;
	height: 0.6rem;
	font-size: 0.26rem;
	background: #dddddd;
	outline: none;
	border: #ccc 1px solid;
	padding: 0 0.15rem;
	box-sizing: border-box;
}
.announcement_list .announcement_menu {
	display: none;
}	
	
.page_btn a {
    width: 0.35rem;
    height: 0.35rem;
    line-height: 0.35rem;
}	
	
.announcement_details {
	font-size: 0.24rem;
}	
.announcement_details .top_title {
	text-align: center;
	border: none;
}
.announcement_details .top_title b {
	display: none;
}
.announcement_details .top_title u {
	display: inline-block;
	text-decoration: none;
}
.announcement_details .top_title u:after {
	content: " / ";
}
.announcement_details .top_title h2 {
	text-align: center;
	font-size: 0.3rem;
}	
	
.news_list {
    margin: 0.1rem auto 0 auto;
}
.news_list li {
	margin: 0 auto 0.25rem auto;
	padding: 0.2rem;
}	
.news_list li .right_pic {
    float: none;
    width: 100%;
    max-width: 500px;
	margin: 0 auto 0.1rem auto;
}
.news_list li .left_text {
    font-size: 0.24rem;
    width: 100%;
}	
.news_list li .left_text strong {
    font-size: 0.26rem;
}	
.news_list li .left_text .more_btn1 {
	margin: auto;
}	
.news_list li .left_text .label {
    min-width: 3.7rem;
}
	
.calculator_list .calculator_menu {
	display: none;
}
.calculator_list .calculator_select {
    display: block;
    margin: 0 auto 0.1rem auto;
    width: 80%;
    height: 0.6rem;
    font-size: 0.26rem;
    background: #dddddd;
    outline: none;
    border: #ccc 1px solid;
    padding: 0 0.15rem;
    box-sizing: border-box;
}	
.calculator_list {
    margin: 0.2rem auto 0.5rem auto;
}	
.calculator_list .calculator_page li .msg p {
	text-align: justify;
	width: 98%;
}	
.calculator_list .calculator_page li .input_list p {
    display: inline-block;
    width: 50%;
    padding: 0.1rem 0.2rem 0.1rem 0;
    font-size: 0.2rem;
}	
.calculator_list .calculator_page li .input_list p:nth-child(even) {
    padding: 0.1rem 0 0.1rem 0.2rem;
}
.calculator_list .calculator_page li .input_list p select, .calculator_list .calculator_page li .input_list p input {
    height: 0.6rem;
    border-radius: 0.04rem;
    font-size: 0.24rem;
    padding: 0 0.1rem;
}	
.calculator_list .calculator_page li .input_list p b {
    font-size: 0.26rem;
	line-height: 0.5rem;
}	
.calculator_list .calculator_page li .input_list {
    border-bottom: none;
    padding: 0.15rem 0 0.4rem 0;
}	
.calculator_list .calculator_page li .input_list p .more_btn1 {
    margin: 0.4rem auto 0 auto;
    height: 0.72rem;
    line-height: 0.68rem;
}
.calculator_list .calculator_page li .input_list p.center_btn .more_btn1 {
    margin: 0.4rem auto 0 auto;
}	
.calculator_list .calculator_page li .input_list p u {
	text-align: center;
}	
.calculator_list .calculator_page li .input_list p.pc_enter {
    margin-right: 0;
}	
.calculator_list .calculator_page li+li .input_list p:last-child {
	display: block;
	margin: auto;
    padding: 0.1rem 0;
}	
	

.pagetext_content {
	font-size: 0.24rem;
}
.pagetext_content h2 {
	font-size: 0.6rem;
}	
.prodcut_bottom_list {
    padding: 0.2rem 0 1rem 0;
	background: #fff;
}
.prodcut_bottom_list .icon_list li {
    font-size: 0.24rem;
    margin-bottom: 0.35rem;
}
.prodcut_bottom_list .icon_list li b {
    font-size: 0.26rem;
    padding: 0.2rem 0 0.04rem 0;
}	
	
.prodcut_bottom_list .icon_list li:nth-child(1) {
	margin-left: 0.6rem;
}	
.prodcut_bottom_list .icon_list li:nth-child(2) {
	margin-right: 0.6rem;
}		
.product_tab .left_content .pic_list p span strong {
    font-size: 0.26rem;
}
.product_tab .left_content .pic_list p span {
    font-size: 0.24rem;
}
.product_tab .left_content h4.mobile_title {
	display: block;
}	
.product_tab .left_content .product_mobile_btn {
	display: block;
	text-align: center;
	padding: 0.2rem 0 0 0;
}	
.product_tab .left_content .product_mobile_btn a.more_btn1 {
	width: 46%;
	display: inline-block;
}
.product_tab .left_content .product_mobile_btn a.more_btn1+a.more_btn1 {
	margin-left: 4%;
}
.product_tab .tab_menu {
	display: none;
}	
.product_tab {
    margin: 0.15rem auto 0.8rem auto;
}
.product_tab .product_page {
    margin: 0 auto;
}	
.product_tab .product_page>li .tnc_table th {
    font-size: 0.22rem;
}
.product_tab .product_page>li .tnc_table td {
	font-size: 0.22rem;
}
.product_tab .product_page>li .tnc_table .w2 {
    width: 1.4rem;
}
.product_tab .product_page>li .tnc_table .w1 {
    width: 1.2rem;
}
.product_tab .product_page>li .tnc_table .w3 {
    width: 2.35rem;
}	
.product_tab .product_page>li .head_table ,
.product_tab .product_page>li .tnc_table_content {
    width: 14rem;
    box-sizing: border-box;
}	
.product_tab .product_page>li .bottom_text {
    font-size: 0.22rem;
}	
.product_tab .product_page>li.page2 .page2_content {
    border-right: 1px solid #efefef;
    box-sizing: border-box;
}	
.product_tab .product_page>li.page2.show_more {
    padding-right: 0.28rem;
}	
.product_tab .product_page>li .mobile_back_btn {
    display: block;
    border-top: 1px solid #efefef;
    margin-top: 0.4rem;
    text-align: center;
    font-size: 0.24rem;
}
.product_tab .product_page>li .mobile_back_btn a {
	display: inline-block;
	padding: 0.2rem 0.3rem;
	text-decoration: none;
    color: #4066a3;
}
	
	
.about_us_title img {
    height: 0.7rem;
}	
.about_us_content1>p {
	font-size: 0.24rem;
	width: 90%;
	margin: auto;
	line-height: 1.55;
}	
.about_us_content1>p u {
    height: 0.15rem;
}	
.about_us_content1_list li {
    width: 1.95rem;
	margin: 0.15rem;
	box-shadow: none;
	background: none;
	overflow: inherit;
}	
.about_us_content1_list li p {
	display: block;
    border-radius: 0.08rem;
    box-shadow: 0 0.04rem 0 #cbcdcf;
	overflow: hidden;
}	
.about_us_content1_list li p img {
	display: block;
	width: 100%;
}	
.about_us_content1_list li b {
    font-size: 0.24rem;
    padding: 0.2rem 0 0.05rem 0;
}	
.about_us_content1_list li span {
    font-size: 0.22rem;
	margin: 0 -0.1rem;
	line-height: 1.5;
}	
.about_us_content1 {
    padding: 0.1rem 0 0.3rem 0;
}	
	
.about_us_content2_label ul li.list2 {
    left: 81%;
    top: 26%;
}	
.about_us_content2_label ul li.list3 {
    left: 82%;
    top: 61%;
}
.about_us_content2_label ul li.list4 {
    left: 60%;
    top: 90%;
}	
.about_us_content2_label ul li.list5 {
    left: 24%;
    top: 80%;
}	
.about_us_content2_label ul li.list6 {
    left: 18%;
    top: 39%;
}	
.about_us_bottom_list {
	text-align: left;
	padding-left: 0.7rem;
}
.about_us_bottom_list li {
    width: 3.1rem;
    margin: 0.15rem 0;
    font-size: 0.24rem;
}	
.about_us_content3 {
    display: block;
    padding: 0.4rem 0 0.6rem 0;
}

.about_us_content2 .about_us_title img {
	display: none;
}
.about_us_content2 .about_us_title img+img {
	display: block;
	height: 1.5rem;
}	
.about_us_content2 {
    padding: 0.5rem 0 0.5rem 0;
    height: 7.8rem;
	background-position: bottom center;
	background-size: auto 88%;
}	
.about_us_bottom_list li .qr ,
.about_us_bottom_list li:hover .qr {
	display: none;
}	
	
.account_type_table {
    font-size: 0.24rem;
}	
.account_type_content .table_bottom {
	font-size: 0.2rem;
}	
.account_type_table .th_title1,
.account_type_table .th_title2 {
    height: auto;
	font-size: 0.26rem;
	padding-bottom: 0.15rem;
}
.account_type_table .th_title1 img, 
.account_type_table .th_title2 img	{
	display: block;
	margin: -0.1rem auto -0.15rem auto;
    height: 0.6rem;
}

.announcement_text {
  font-size: 0.24rem !important;
}
	
}











