@charset "utf-8";

/* 全局样式 */
* {
	margin: 0;
	padding: 0;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li,
p,
br {
	list-style: none;
}

img {
	vertical-align: middle;
	width: 100%;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	color: inherit;
}

:focus {
	outline: none;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a,
li,
button,
label,
input,
select {
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

button,
input,
select,
textarea {
	font-family: "微软雅黑", "Helvetica Neue", "Arial", "Hiragino Sans GB", "PingFang SC", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "sans-serif";
	border: 0;
}

::placeholder {
	color: #999;
}

button {
	cursor: pointer;
}

body {
	font-family: "微软雅黑", "Helvetica Neue", "Arial", "Hiragino Sans GB", "PingFang SC", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "sans-serif";
	font-size: .22rem;
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 0;
	height: 28rem;
	background-color: #000b52;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


.hide {
	display: none;
}

.hide1 {
	display: none;
}

.show {
	display: table-row;
}

/* 正文 */
.content {
	width: 100%;
	height: 25.29rem;
	margin: 0 auto;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;

	background: url(../img/bg.png) no-repeat;
	background-size: 100% 100%;
}

.content1 {
	width: 100%;
	height: 14.79rem;
	margin: 0 auto;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	background: url(../img/back.png) no-repeat;
	background-size: 100% 100%;
}

.header {
	width: 5.8rem;
	line-height: .5rem;
	height: .5rem;
	background: rgba(61, 69, 119, .3);
	border-radius: 0 0 .2rem .2rem;
}

.main {
	position: relative;
	top: 3.2rem;
	width: 100%;
}

.EquityTil1 {
	width: 5rem;
	height: .5rem;
	line-height: .5rem;
	border-radius: .1rem;
	background: #e6ecfa;
	box-shadow: 0 .05rem 0 #94aee4;
	color: #4c7ce8;
	position: absolute;
	left: 50%;
	margin-left: -2.5rem;
	top: -.25rem;

}

.container {
	width: 5.6rem;
	display: flex;
	justify-content: space-evenly;
	overflow: hidden;
}



.Equity1 {
	width: 6.5rem;
	background: #000b52;
	border-radius: .1rem;
	position: relative;
	border:0.1rem solid #3341bd;border-radius: 8px;
}

.Equity2 {
	width: 6.5rem;
	background: #000b52;
	border-radius: .1rem;
	position: relative;
	top: .5rem;
	border:0.1rem solid #3341bd;border-radius: 8px;
}

.Equity3 {
	width: 6.5rem;
	background: #000b52;
	border-radius: .1rem;
	position: relative;
	/*top: 0.3rem;*/
	border:0.1rem solid #3341bd;border-radius: 8px;
}

.Equity2icon {
	width: 1rem;
	height: 1rem;
	position: relative;
	top: .6rem;
	box-shadow: 0 0 .2rem .01rem #4879e7;
	border-radius: .2rem;
}

.Equity2icon p {
	position: absolute;
	font-size: .18rem;
	width: 1.2rem;
	top: 1rem;
	color: #4779e7;
	left: -0.1rem;

}

.Equity1Btn {
	background: url(../img/btn.png) no-repeat;
	background-size: 100% 100%;
	width: 5rem;
	height: .8rem;
	line-height: .8rem;
	color: #fff;
	font-size: .32rem;
	margin-right: .3rem;
	margin-top: .3rem;
}

.Equity2Btn {
	background: url(../img/btn.png) no-repeat;
	background-size: 100% 100%;
	width: 5rem;
	height: .8rem;
	line-height: .8rem;
	color: #fff;
	font-size: .32rem;
	margin-right: .3rem;
	margin-top: .8rem;
}

/* swiper */
.swiper-container {
	width: 5.5rem;
	height: 1.4rem;
}

.wrapper {
	width: 1rem;
}

.swiper-wrapper p {
	position: absolute;
	font-size: .18rem;
	width: 1.2rem;
	top: 1rem;
	color: #4779e7;
}

.swiper-slide {
	text-align: center;
	font-size: .4rem;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.swiper-slide img:hover {
	box-shadow: 0 0 .2rem .01rem #4879e7;
	border-radius: .2rem;
}

/* APP详情 */
.details {
	background: #000b52;
	width: 5.8rem;
	position: relative;
	top: .5rem;
	border-radius: .1rem;
	border: 1px solid #8c07c4;
	color: #fff;
	padding-bottom: .3rem;
}

.details2 {
	background: #487ae7;
	width: 5.8rem;
	position: relative;
	top: 1.3rem;
	border-radius: .1rem;
	color: #fff;
	padding-bottom: .3rem;
}

.details h2 {
	position: relative;
	top: .15rem;
	font-size: .22rem;
}

.details2 h2 {
	position: relative;
	top: .15rem;
	font-size: .22rem;
}

.detail {
	border: #FFFFFF .01rem dashed;
	width: 5.3rem;
	margin-top: .3rem;
}

.detailImg {
	width: 1.1rem;
	height: 1rem;
	position: absolute;
	left: 0rem;
	top: .4rem;
}

.detailImg img {
	width: .8rem;
}

/* 三角形指针 */
.sanjiao1 {
	width: 0;
	height: 0;
	border: solid;
	border-width: 0 .2rem .3rem;
	border-color: transparent transparent #487ae7;
	position: absolute;
	top: 2.9rem;
	left: 12%;
}

.sanjiao2 {
	width: 0;
	height: 0;
	border: solid;
	border-width: 0 .2rem .3rem;
	border-color: transparent transparent #487ae7;
	position: absolute;
	top: 2.9rem;
	left: 30%;
}

.sanjiao3 {
	width: 0;
	height: 0;
	border: solid;
	border-width: 0 .2rem .3rem;
	border-color: transparent transparent #487ae7;
	position: absolute;
	top: 2.9rem;
	left: 47%;
}

.sanjiao4 {
	width: 0;
	height: 0;
	border: solid;
	border-width: 0 .2rem .3rem;
	border-color: transparent transparent #487ae7;
	position: absolute;
	top: 2.9rem;
	left: 65%;
}

.sanjiao5 {
	width: 0;
	height: 0;
	border: solid;
	border-width: 0 .2rem .3rem;
	border-color: transparent transparent #487ae7;
	position: absolute;
	top: 2.9rem;
	left: 83%;
}

.sanjiao6 {
	width: 0;
	height: 0;
	border: solid;
	border-width: 0 .2rem .3rem;
	border-color: transparent transparent #487ae7;
	position: absolute;
	top: 2.9rem;
	left: 13%;
}

.sanjiao7 {
	width: 0;
	height: 0;
	border: solid;
	border-width: 0 .2rem .3rem;
	border-color: transparent transparent #487ae7;
	position: absolute;
	top: 2.9rem;
	left: 47%;
}


.sanjiaoW {
	width: 0;
	height: 0;
	border: solid;
	border-width: .14rem 0rem .14rem .2rem;
	border-color: transparent #fff transparent;
	position: absolute;
	top: .9rem;
	left: 22%;
}

.txt1 {
	text-align: left;
	width: 3.7rem;
	height: .8rem;
	display: inline-block;
	margin-left: 1.2rem;
	font-size: .18rem;
	margin-top: .1rem;
}

.txt2 {
	text-align: left;
	width: 3.7rem;
	height: .8rem;
	display: inline-block;
	margin-left: 1.2rem;
	font-size: .18rem;
}

.icon1 {
	width: .3rem;
	position: absolute;
	top: 1.7rem;
	left: 21%;
}

.Notes {
	margin-top: 1rem;
	font-size: .25rem;
	padding-bottom: .2rem;
}

.Notes2 {
	margin-top: 1.5rem;
	font-size: .25rem;
	padding-bottom: .2rem;
}

.Notes u {
	color: #7c7f85;
}

.Notes p {
	color: #7da1ef;
}

.Notes2 u {
	color: #7c7f85;
}

.Notes2 p {
	color: #7da1ef;
}

/* 表格 */
td {
	font-size: .2rem;
	text-align: center;
}

td:nth-of-type(odd) {
	width: 1.5rem;
}

td:nth-of-type(even) {
	width: 2.5rem;
}

.openBtn {
	width: .9rem;
	height: .4rem;
	background: #265bd1;
	border-radius: .17rem;
	line-height: .4rem;
	cursor: pointer;
}

.openBtn img {
	width: .15rem;
}

/* 底部按钮导航 */
.footer {
	position: relative;
	top: 4.2rem;
}

.tip {
	/*background-image: url(../img/tieshi.png);*/
	width: 7rem;
	height: 1.5rem;
	color: #fff;
	font-size: .2rem;
}

.tip img {
	width: .33rem;
}

.fixImg {
	position: fixed;
	bottom: 0;
	z-index: 10000;
}

.fixImg1 {
	margin-top: .9rem;
}

.nav span {
	width: .5rem;
	height: 1rem;
	display: flex;
	font-size: .25rem;
	align-items: center;
}

.nav {
	width: 1rem;
	height: 1rem;
	background: #2f4980;
	border-radius: 50%;
	position: fixed;
	bottom: 2rem;
	color: #fff;
}

.btn {
	display: flex;
	justify-content: space-around;
	margin-top: .5rem;
	margin-bottom: 1rem;
}

.btn_ys{
	margin-top: -.1rem;
}

.btn_index1 {
	display: flex;
	justify-content: space-around;

}

.btn button {
	width: 1.5rem;
	height: .4rem;
	background: #fff;
	color: #3c68e1;
	transform: translate(.06rem, .06rem);
}

.border1 {
	width: 1.5rem;
	height: .4rem;
	border: .01rem solid #fff;
}

/* pop */
.pop {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000;
}

.closeBtn {
	width: .6rem;
	position: absolute;
	top: .2rem;
	left: 85%;
}

/* 办理记录 */
.dealBox {
	width: 6rem;
	position: relative;
	top: 2.5rem;
}

.dealBox>p {
	position: absolute;
	top: 2.5rem;
	width: 100%;
	color: #fff;
	font-size: .2rem;
}

.dealTxt {
	position: absolute;
	top: .9rem;
	width: 100%;
	color: #fff;
	font-size: .27rem;
}

.dealTxt table {
	width: 100%;
}

#pop3 .dealTxt1 {
	position: absolute;
	top: 1.5rem;
	width: 100%;
	color: #fff;
	font-size: .4rem;
}

.dealImg {
	background: url(../img/btn.png) no-repeat;
	background-size: 100% 100%;
	width: 3rem;
	height: .7rem;
	line-height: .7rem;
	color: #fff;
	font-size: .2rem;
	margin-top: .8rem;
	/*margin-right: .3rem;*/
}

/* 活动帮助 */
.ruleText {
	padding-top: .7rem;
}

.ruleBox .ruleText h2 {
	font-size: .36rem;
	color: #fff;
}

.Explain {
	width: 5.1rem;
	overflow: auto;
	max-height: 3.8rem;
}

.ruleBox .ruleText p {
	width: 5.1rem;
	color: #fff;
	font-size: .3rem;
	text-align: left;
	padding-top: .2rem;
}

.helpBox {
	width: 6rem;
	position: relative;
	top: 1.5rem;
	background: url(../img/bg1.png) no-repeat;
	background-size: 100% 100%;
}

.btn2 {
	color: #fff;
	margin-top: 1rem;
	padding-bottom: 0.1rem;
}

/* 二次确认 */
.confirmBox h2,
.confirmBox a {
	color: #fff;
}

.confirmBox h2 {
	padding-top: .5rem;
	font-size: .35rem;
}

.confirmBox>p {
	color: #d2d25d;
	font-size: .3rem;
	letter-spacing: .01rem;
	margin-top: .1rem;
}

.confirmText {
	color: #1d3aa3;
	font-weight: bold;
	width: 4.8rem;
	height: 3rem;
	overflow: auto;
	text-align: left;
	background: #97bef4;
	border-radius: .1rem;
	padding: .15rem;
	padding-left: .2rem;
	letter-spacing: .01rem;
	margin-top: 0.3rem;
	box-shadow: 0 -.07rem 0 #7495c8;
}
.yzm-txt {
	margin-left: 0.56rem;
	margin-top:0.22rem;
	margin-bottom: 0.2rem;
	color: #ffffff;
	font-size: .26rem;
	letter-spacing: 3;
	text-align: left;
  }
  
.confirmInput {
	width: 5rem;
	height: 0.76rem;
	display: flex;
	justify-content: flex-start;
	/* box-shadow: 0 0.1rem 0 #3357a9; */
	margin: 0.2rem 30px 11px 29px;
	align-items: center;
	background-color: #ffffff;
	border-radius: 10rem;
	margin: 0 auto;
}

.confirmInput>a {
	text-align: center;
	width: 1.8rem;
	height: .76rem;
	color: #333333;
	font-size: 0.28rem;
	flex: 2;
	line-height: .72rem;
	position: relative;
  }
  .confirmInput>a::before {
	content: '';
	width: 0.02rem;
	height: 0.28rem;
	background-color:  #e5e5e5;
	position: absolute;
	top: 0.22rem ;
	left: 0;
  }

.confirmInput>input {
	  /* width: 3rem; */
	  height: .76rem;
	  text-align: center;
	  color: #999999;
	  /* font-family: "微软雅黑", "Helvetica Neue", "Arial", "Hiragino Sans GB", "PingFang SC", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "sans-serif";
	  border-radius: 0.3rem 0 0 0.3rem */
	  outline: none;border: none;
	  background: transparent;
	  font-size: 0.28rem;
	  flex: 5;
}

.pop1 {
	position: fixed;
	width: 100%;
	height: 150%;
	left: 0;
	top: -0.6rem;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100001;
}

.pop20 {
	position: fixed;
	width: 100%;
	height: 150%;
	left: 0;
	top: -0.6rem;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100001;
}
.confirmBox>span {
	margin-top: .2rem;
	display: block;
	color: red;
}


 .yydx {
	padding-left: 0.5rem;
	font-size: 0.24rem;
	font-family: "SourceHanSansCN";
	color: rgb(255, 255, 255);
	text-align: left;
  }
.yydx span {
	padding-bottom: 0.08rem;
	color: #ff0018;
	border-bottom: 0.01rem solid #ff0018;
  }
  
.confirmBtn {
	background: url(../img/btn.png) no-repeat;
	background-size: 100% 100%;
	width: 5rem;
	height: .7rem;
	line-height: .7rem;
	color: #fff;
	font-size: .28rem;
	margin-top: .2rem;
	padding-bottom: .3rem;
	margin-right: .3rem;

}
#errCodeMsg {
	/* background-color: #6b6b6b;
	max-width: 3rem;
	height: 0.58rem;
	font-size: 0.26rem;
	display: block;
	color: #ffffff;
	display: block;
	border-radius: 0.1rem;
	text-align: center;
	line-height:2.3;
	margin-top: 0.2rem;
	margin-left: 0.56rem; */
  }
.login h2 {
	padding-top: .5rem;
	font-size: .36rem;
	color: #fff;
}

.code,
.phone {
	display: flex;
	justify-content: center;
	width: 4.8rem;
	height: .6rem;
	text-align: center;
	margin-top: .3rem;
}

.phone input {
	width: 4rem;
	height: .6rem;
	border-radius: 0 .1rem .1rem 0;
}

.loginBox {
	width: 6rem;
	position: relative;
	top: 3.5rem;
	background: url(../img/bg1.png) no-repeat;
	background-size: 100% 100%;
	padding-bottom: .5rem;
}

.phoneSpan,
.codeSpan {
	width: 1rem;
	height: .6rem;
	background: #3763c5;
	border-radius: .1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.code input {
	width: 2.8rem;
	height: .6rem;
	border-radius: 0 .1rem .1rem 0;
}

.code>a {
	width: 1rem;
	display: block;
	padding: .05rem;
	height: .6rem;
	background: #fff;
	font-size: .2rem;
	color: #1D3AA3;
	border-radius: .15rem;
	margin-left: .1rem;
}

.loginBtn {
	background: url(../img/btn.png) no-repeat;
	background-size: 100% 100%;
	width: 4rem;
	height: .7rem;
	line-height: .7rem;
	color: #fff;
	font-size: .2rem;
	margin-top: .4rem;
	margin-right: .3rem;

}

.login img {
	width: .2rem;
}

.loginTxt {
	width: 4.8rem;
	text-align: left;
	font-size: .15rem;
	color: #fff;

}

.loginTxt a {
	color: #fffc00;
}

#pop12 .code input {
	width: 4rem;
	height: .6rem;
	border-radius: 0 .1rem .1rem 0;
}

.code1 {
	display: flex;
	justify-content: center;
	width: 4.8rem;
	height: .6rem;
	text-align: center;
	margin-top: .3rem;
}

.code1.codeSpan {
	width: 1rem;
	height: .6rem;
	background: #3763c5;
	border-radius: .1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.code1 input {
	width: 2.8rem;
	height: .6rem;
	border-radius: 0 .1rem .1rem 0;
}

.code1>a {
	width: 1rem;
	display: block;
	padding: .05rem;
	height: .6rem;
	background: #fff;
	font-size: .35rem;
	color: #1D3AA3;
	border-radius: .15rem;
	margin-left: .1rem;
}

.header{color:white;}
			.top_tit{margin-top: 0.2rem;}
			.img_zise{display: inline-block;width:0.33rem;height: 0.21rem;}
			.tit_content{font-size: 0.35rem;font-weight: bold;text-align: center;color: white;}
			.left_box{width: 2rem;height: 0.7rem;background-color: #3341bd;border-radius: 5px;position: absolute;left: -0.5rem;top: -0.5rem;color: white;text-align: left;margin: 0.1rem;font-size: 0.2rem;}
			.high_youhui{margin-top: 0.025rem;margin-left: 0.1rem;}
			.mr_price{margin-left: 0.1rem;}
			.box_note{width: 5.8rem; margin-top: 0.8rem; margin-bottom: 0.3rem; height: 2.8rem;border-radius: 8px;border:1px solid #192587;box-shadow: 5px 5px 5px #000945 inset;position: relative;}
			.title-text span {
			    display: block;      /*设置为块级元素会独占一行形成上下居中的效果*/
			    position: relative;  /*定位横线（当横线的父元素）*/
				font-size: 0.25rem;
			    color: #ffffff;      /*居中文字的颜色*/
			    text-align: center; 
			} 

			.title-text span:before, .title-text span:after { 
			    content: ''; 
			    position: absolute;   /*定位背景横线的位置*/
			    top: 50%; 
			    background: #ffffff;   /*背景横线颜色*/
			    width: 30%;            /*单侧横线的长度*/
			    height: 1px; 
			} 

			.title-text span:before { 
			    left: 8%;              /*调整背景横线的左右距离*/
			} 

			.title-text span:after { 
			    right: 8%; 
			}
			.chakan_txt{color: white;position: absolute;right: 0.3rem;top: 0.1rem;font-size: 0.2rem;}
			.img_chakan{width: 0.3rem;height: 0.3rem;display: inline-block;}
			.zifei{width: 5rem;height: 0.65rem; text-align: center; background-color: #09145a;color: white;line-height: 0.65rem;font-size: 0.28rem;margin-top: 0.2rem;border-radius: 5px;}
			.jianbian{width: 4.6rem;height: 0.75rem; text-align: center; color: white;line-height: 0.75rem;font-size: 0.3rem;margin-top: 0.2rem;border-radius: 8px;
				background: linear-gradient(top, #852fd5, #cb21fe);
		        background: -ms-linear-gradient(top, #852fd5, #cb21fe);
		        background: -webkit-linear-gradient(top, #852fd5, #cb21fe);
		        background: -moz-linear-gradient(top, #852fd5, #cb21fe);
			}
		      .month_money{color: #ffff00;} 
		      .img_tieshi{position: absolute;width: 7rem;height: 1.55rem;left: 0.25rem;top: 0.25rem;}
