@charset "utf-8";
.recommend {
	width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.blueTop {
	display: flex;
	display: -webkit-flex;
	align-items: center;
  	-webkit-align-items: center;
  	justify-content: center;
  	-webkit-justify-content: center;
	width: 100%;
	height: 4.38rem;
	background: url(../images/topBlue_02.jpg) no-repeat center;
	background-size: 100% 100%;
}

.blueTop .circle {
	width: 3.50rem;
	height: 3.5rem;
	color: #ffffff;
	font-size: 0.26rem;
	text-align: center;
	background-color: transparent;
}
.blueTop .circle header {
	height: 0.8rem;
	line-height: 1rem;
}
.blueTop .circle section {
	font-size: 1.05rem;
}
.tabBtn {
	display: flex;
	display: -webkit-flex;
	align-items: center;
  -webkit-align-items: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
	width: 100%;
	height: 0.74rem;
	border-bottom: 1px solid #d2d2d2;
	background-color: #ffffff;
}
.tabBtn a {
	font-size: 0.34rem;
	width: 50%;
	color: #7e7e7e;
	text-align: center;
	padding: 0.16rem;
}
.tabBtn a.active {
	color: #009DDF;
	border-bottom: 2px solid #009DDF;
}
.tabCon {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex: 1;
	-webkit-flex: 1;
	width: 100%;
	margin-top: 0.24rem;
	color: #7e7e7e;
	font-size: 0.3rem;
	background-color: #ffffff;
}
.tabCon .tabConInner {
	/*display: flex;
	display: -webkit-flex;*/
	flex-direction: column;
	-webkit-flex-direction: column;
	width: 100%;
	height: 100%;
}
.tabCon .conHeader {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 0.71rem;
	border-top: 1px solid #d2d2d2;
}
.tabCon .conHeader span {
	width: 50%;
	text-align: center;
}
.tabCon .conList {
	flex: 1;
	-webkit-flex: 1;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.tabCon .conList li.listitem_01:first-child {
	border-top: 1px solid #d2d2d2;
}
.tabCon .conList li.listitem_01 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 0.71rem;
	border-bottom: 1px solid #d2d2d2;
}
.tabCon .conList li.listitem_01 span {
	width: 50%;
	text-align: center;
}
.tabCon .conList li.listitem_02 {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	padding-left: 0.6rem;
	padding-right: 0.45rem;
	width: 100%;
	height: 1.21rem;
	border-bottom: 1px solid #d2d2d2;
}
.tabCon .conList li.listitem_02 .personInfo {
	display: flex;
	display: -webkit-flex;
	line-height: 0.6rem;
}
.tabCon .conList li.listitem_02 .personInfo span:first-child {
	width: 50%;
	text-align: left;
}
.tabCon .conList li.listitem_02 .personInfo span:last-child {
	width: 50%;
	text-align: right;
}
.tabCon .conList li.listitem_02 .insurInfo {
	text-align: left;
}
.claimProcess {
	flex: 1;
	-webkit-flex: 1;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.BannerTop {
	width: 100%;
	height: 2.63rem;
	background: url(../images/banner_02.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.BannerTopReturn {
	width: 100%;
	height: 2.63rem;
	background: url(../images/banner_03.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.claimProcess .ConMiddle {
	flex: 1;
	-webkit-flex: 1;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.claimProcess .ConMiddle .middleImg {
	display: flex;
	display: -webkit-flex;
	align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
	width: 100%;
	height: 3.42rem;
}
.claimProcess .ConMiddle .middleImg img {
	width: 6.96rem;
	height: 2.44rem;
}
.claimProcess .ConMiddle .registrateMethod {
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin: 0 auto;
	width: 6.69rem;
	/*height: 1.74rem;*/
	border: 1px solid #64b8ee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.claimProcess .ConMiddle .registrateMethod .methodLeft {
	display: flex;
	display: -webkit-flex;
	align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
	padding: 0 0.3rem;
	line-height: 0.3rem;
	width: 1.13rem;
	/*height: 100%;*/
	font-size: 0.3rem;
	color: #ffffff;
	background-color: #64b8ee;
}
.claimProcess .ConMiddle .registrateMethod .methodRight {
	flex-direction: column;
	-webkit-flex-direction: column;
	padding-left: 0.3rem;
	padding-top: 0.1rem;
	font-size: 0.24rem;
	color: #6e6e6e;
}
.claimProcess .ConMiddle .registrateMethod .methodRight p {
	/*line-height: 0.5rem;*/
	padding: 0.05rem 0;
}

.myPolicy {
	flex: 1;
	-webkit-flex: 1;
	/*display: flex;
	display: -webkit-flex;*/
	flex-direction: column;
	-webkit-flex-direction: column;
	width: 100%;
}
.myPolicy .ConMiddle {
	display: flex;
	display: -webkit-flex;
	flex: 1;
	-webkit-flex: 1;
	margin-top: 0.16rem;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.myPolicy .tabBtn a.active {
	border: none;
}
.myPolicy .ConMiddle .policyCon{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex: 1;
	-webkit-flex: 1;
	width: 100%;
	overflow: auto;
}
.myPolicy .ConMiddle .policyCon .listitem_03 {
	/*margin-top: 0.2rem;*/
	width: 100%;
	font-size: 0.26rem;
	background-color: #ffffff;
}
.myPolicy .ConMiddle .policyCon .listitem_03 .policyName {
	padding: 0 0.25rem;
	width: 100%;
	height: 0.82rem;
	line-height: 0.82rem;
	color: #1e1e1e;
	font-size: 0.30rem;
	font-weight: bold;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.myPolicy .ConMiddle .policyCon .listitem_03 .policyName span {
	float: right;
	width: 0.14rem;
	height: 100%;
	background: url(../images/left__03.png) no-repeat center center;
	background-size: 100% auto;
}
.myPolicy .ConMiddle .policyCon .listitem_03 .policyName a {
	background-color: #169BD5;
    margin-top: 0.11rem;
    float: right;
    width: 1.3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.30rem;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
/* 积分商城模块 */
.jifenModal{
	position: absolute;
    top: 1.3rem;
    left: 2rem;
	color: #ffffff;
	display: flex;
	font-size: 12px;
}
.jifenModal .span-2,.jifenModal .span-3{
	color: #FCCA00;
	
}
.jifenModal p:first-child{
	padding: 0 0.2rem;
    margin-right: 0.2rem;
    height: 0.44rem;
    line-height: 0.44rem;
    border-radius: 0.34rem;
    text-align: center;
    background-color: #ffffff16;
}
.jifenModal p:last-child{
	padding: 0 0.2rem;
	height: 0.44rem;
	line-height: 0.44rem;
	border-radius: 0.34rem;
	text-align: center;
	background-color: #ffffff16;
}

.myPolicy .ConMiddle .policyCon .listitem_03 ul {
	width: 100%;
	border-bottom: 2px solid #e5e5e5;
}
.myPolicy .ConMiddle .policyCon .listitem_03 ul li {
	display: flex;
	width: 100%;
	height: 0.76rem;
	line-height: 0.76rem;
	padding: 0 0.25rem;
}
.myPolicy .ConMiddle .policyCon .listitem_03 ul li.lastChild {
	height: 0.84rem;
	line-height: 0.84rem;
}
.myPolicy .ConMiddle .policyCon .listitem_03 ul li:nth-child(even) {
	background-color: #fafafa;
}
.myPolicy .ConMiddle .policyCon .listitem_03 ul li span:first-child {
	width: 47%;
	color: #666666;
}
.myPolicy .ConMiddle .policyCon .listitem_03 ul li span:last-child {
	/*width: 60%;*/
	color: #2e2e2e;
}
.myPolicy .ConMiddle .policyCon .listitem_03 ul li a {
	color: #009DDF;
}

/*闂佺懓鐡ㄩ崹鐟扳枔閹寸偟鈹嶆繝闈涙缁�瀣槈閹垮啩閭柕鍡楊樀濡啴锝為銏犳疂闂佽鍎搁崘顭戝殭闂佸搫绉撮崲鑼閳ユ剚鍤曢柨鐔诲Г閹便劑鏁撻敓锟�*/

.myPolicy01 .ConMiddle .policyCon .listitem_03 {
	margin-top: 0.2rem;
}
.myPolicy02 .ConMiddle .policyCon .listitem_03 {
	margin-bottom: 0.2rem;
}
.myPolicy02 .ConMiddle .policyCon .listitem_03 ul li.lastChild {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	height: 1.18rem;
}
.myPolicy .ConMiddle .policyCon .listitem_03 ul li .btn {
	height: 0.78rem;
	color: #ffffff;
	font-size: 0.25rem;
	text-align: center;
	background-color: #009DDF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.myPolicy02 .ConMiddle .policyCon .listitem_03 ul li.lastChild .btn.btn_double {
	width: 2.12rem;
}
.myPolicy02 .ConMiddle .policyCon .listitem_03 ul li.lastChild .btn.btn_single {
	width: 6.68rem;
}
.myPolicy08 .ConMiddle {
	margin-top: 0;
}
.myPolicy08 .ConMiddle .common-title-row {
	border-bottom: none;
}
.myPolicy0802 .ConMiddle {
	padding-top: 0.8rem;
	background-color: #ffffff;
}
.myPolicy0802 .ConMiddle p {
	padding: 0 0.3rem 0.4rem 0.3rem;
}
.alertWindow {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top:0px;
  position:fixed;
  z-index: 100;
}
.alertWindow .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.alertWindow .alertCon {
  position: relative;
  position:absolute;
  top:50%;
  margin-top:-1.6rem;
  margin-left:-3.17rem;
  left:50%;
  width: 6.34rem;
  font-size: 0.3rem;
  background-color: #ffffff;
  z-index: 100;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.alertWindow .alertCon header {
  padding: 0 0.32rem;
  width: 100%;
  height: 0.82rem;
  color: #009DDF;
  line-height: 0.82rem;
  postion:absolute;
  top:-1.6rem
}

.alertWindow .alertCon > .phone,
.alertWindow .alertCon > .pic,
.alertWindow .alertCon > .identiCode {
  padding: 0 0.28rem;
  width: 100%;
  height: 0.82rem;
  line-height: 0.82rem;
  border-top: 1px solid #D2D2D2;
}

.alertWindow .alertCon > .phone input {
  float: right;
  width: 3rem;
  height: 0.56rem;
  margin: 0.13rem 0;
  text-align: right;
}
.alertWindow .alertCon > .pic input {
  float: right;
  width: 1.8rem;
  height: 0.56rem;
  margin: 0.13rem 0.4rem 0.13rem 0;
  text-align: right;
}
.alertWindow .alertCon > .pic img{
	margin-top:0.13rem;
	border-radius:4px;
	width:1.9rem;
	height:0.56rem
}
.alertWindow .alertCon > .pic img.disableClick{
	pointer-events: none;
}
.alertWindow .alertCon > .identiCode input {
  float: right;
  margin-top: 0.13rem;
  margin-right: 0.2rem;
  width: 2.4rem;
  height: 0.56rem;
  font-size: 0.3rem;
  text-align: right;
}

.alertWindow .alertCon > .identiCode a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  float: right;
  width: 1.56rem;
  height: 0.56rem;
  margin-top: 0.13rem;
  color: #ffffff;
  font-size: 0.28rem;
  background-color: #009DDF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.alertWindow .alertCon footer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  width: 100%;
  height: 0.82rem;
  line-height: 0.82rem;
  border-top: 1px solid #D2D2D2;
}

.alertWindow .alertCon footer.doubleBtn a {
  width: 50%;
  font-size: 0.30rem;
  color: #009DDF;
  text-align: center;
}

.alertWindow .alertCon footer.doubleBtn a:first-child {
  border-right: 1px solid #D2D2D2;
}

.page-content-box { 
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  overflow: auto;
}
.common-title-row {
  display: flex;
  display: -webkit-flex;
  font-size: 0.3rem;
  color: #666;
  position: relative;
  padding-left: 0.48rem;
  padding-right: 0.3rem;
  height: 0.9rem;
  line-height: 0.9rem;
  /*border-top: 1px solid #dfdfdf;*/
  border-bottom: 1px solid #dfdfdf;
  background-color: #fafafa;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.common-title-row .btn {
  float: right;
  line-height: 0.5rem;
  height: 0.5rem;
  padding: 0 0.2rem;
}

.common-title-row .btn-red {
  color: #dc3d3d;
  border: 1px solid #dc3d3d;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.common-title-row:before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.25rem;
  width: 0.08rem;
  height: 0.35rem;
  background-color: #64b6eb;
}

.form-table-list {
  font-size: 0.28rem;
  background-color: #fff;
}

.form-table-list ._row {
  display: flex;
  display: -webkit-flex;
  height: 0.8rem;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #dfdfdf;
}

.form-table-list ._row ._title {
  color: #666666;
  flex-basis: 3.0rem;
  -webkit-flex-basis: 3.0rem;
  padding-left: 0.3rem;
}

.form-table-list ._row ._text {
  color: #333;
  flex: 1;
  -webkit-flex: 1;
}

.form-table-list ._row ._input {
  color: #333;
  flex: 1;
  -webkit-flex: 1;
  margin-right: 0.3rem;
}

.form-table-list ._row ._select {
	width: 1.2rem;
  color: #666;
  margin-right: 0.3rem;
}

.form-table-list.text-right ._row ._text {
  text-align: right;
  padding-right: 0.3rem;
  color: #999;
}

.form-table-list ._row .cred {
  color: #dc3d3d;
}

.common-button-box {
  border-top: 1px solid #dfdfdf;
  padding: 0.2rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-content: center;
}

.common-button-box .button-blue {
  width: 5rem;
  height: 0.8rem;
  font-size: 18px;
  color: #ffffff;
  background-color: #64b6eb;
  line-height: 0.8rem;
  text-align: center;
  cursor: pointer;
}

.banner-idConfirm img{
  width: 100%;
  height: 3rem;
}



.html_css01{
	font-size: 100px;width: 100%;height: 100%;
}
.body_css01{
	width: 100%;
	height: 100%;
	background: url(../images/bj_02.jpg) no-repeat;
	background-size: 100% 100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.body_css02{
  overflow:visible;
}
.header_css01{
	height: 0.88rem;
	background-color: rgba(67,66,72,1);
	text-align: center;
	position: relative;
	width: 100%;
}

.header_css01 span{
	font-size: 0.28rem;
	color:#fff;
	float:left;
	position: absolute;
	left:0.35rem;
	top:0.29rem;
}
.header_css01 span i{
	display:inline-block;
	width: 0.18rem;
	height: 0.18rem;
	border: 0.03rem solid #fff;
	border-right:none;
	border-bottom:none;
	transform:rotate(-45deg);
}
.header_css01 h2{
	display: inline-block;
	font-size: 0.32rem;
	color:#fff;
	width: 1.28rem;
	margin-top: 0.25rem;
	vertical-align: top
}

.section_css01{
	padding-top: 0.61rem;
	padding-bottom: 1.25rem;
	flex:1;
	position: relative;
}
#accident-insurance,#health-insurance,#illness-insurance,#annuity,#term-insurance{
	position: absolute;
	left:0.9rem;
	width: 5.67rem;
	height: 8.4rem;
	background-color: #fff;
	margin:0 auto;
	padding:0.22rem 0.23rem;
	border-radius:0.1rem;
	border-bottom:0.01rem solid rgba(195,199,202,1);
	box-shadow: 0rem 0rem 0.1rem 0.1rem rgba(168,198,204,1);
}
#accident-insurance.cur{
	z-index:100;
}
#accident-insurance .img1{
	width: 100%;
}
#accident-insurance .introduce{
	margin-top: 0.33rem;
	margin-left: 0.2rem;
	height: 2.8rem;
	background-color: #fff;
	border-bottom:0.03rem solid rgba(62,178,219,1);
}

#accident-insurance .introduce h3{
	color:rgba(15,162,214,1);
	font-size: 0.32rem;
	height: 0.32rem;
	margin-bottom: 0.17rem;
	vertical-align: text-top;
}
#accident-insurance .introduce p{
	color:rgba(152,152,152,1);
	font-size: 0.25rem;
	height: 0.24rem;
	margin-top: 0.2rem;
}
#accident-insurance .introduce h3+p{
	margin-top: 0.33rem;
}
#accident-insurance .introduce{
	position: relative;
}
#accident-insurance .introduce i{
	background: url(../images/01-pcd11_03.png) no-repeat;
	display: inline-block;
	width: 0.92rem;
	height: 0.92rem;
	background-size:100% 100%;
	position: absolute;
	right:0.19rem;
	top:0rem;
}

#accident-insurance a:nth-of-type(1){
	display: block;
	width: 2.87rem;
	height: 0.7rem;
	line-height: 0.7rem;
	background-color: rgba(18,157,216,1);
	border-radius:1.43rem;
	font-size: 0.28rem;
	color:#fff;
	margin:0.3rem auto;
	text-align: center;
}
#accident-insurance a:nth-of-type(2){
	color:rgba(61,172,227,1);
	font-size: 0.22rem;
	text-align: center;
	display: block;
	margin-top: -0.03rem;
}

.footer_css01{
	height: 1.8rem;
	width: 100%;
	background-color: rgba(255,255,255,0.2);
	display:block;
	display:flex;
	padding-left: 0.45rem;
	padding-right: 0.33rem;
}
.footer_css01 a{
	display:inline-block;
	font-size: 0.28rem;
	color:#fff;
	flex:1;
	text-align: center;
	margin-top: 1.17rem;
	position: relative;
}
.footer_css01 i{
	display:block;
}
.footer_css01 .accident-insurance_bj{
	width: 0.64rem;
	height: 0.64rem;
	background:url(../images/01-pcd2_03t.png);
	background-size: 100% 100%;
	position: absolute;
	left:50%;
	top:-0.82rem;
	margin-left: -0.32rem;
}
.footer_css01 .health-insurance_bj{
	width: 0.64rem;
	height: 0.64rem;
	background:url(../images/01-pcd5_05t.png);
	background-size: 100% 100%;
	position: absolute;
	left:50%;
	top:-0.82rem;
	margin-left: -0.32rem;
}
.footer_css01 .illness-insurance_bj{
	width: 0.64rem;
	height: 0.64rem;
	background:url(../images/01-pcd7_07t.png);
	background-size: 100% 100%;
	position: absolute;
	left:50%;
	top:-0.82rem;
	margin-left: -0.32rem;
}
.footer_css01 .annuity_bj{
	width: 0.64rem;
	height: 0.64rem;
	background:url(../images/01-pcd9_09t.png);
	background-size: 100% 100%;
	position: absolute;
	left:50%;
	top:-0.82rem;
	margin-left: -0.32rem;
}
.footer_css01 .term-insurance_bj{
	width: 0.64rem;
	height: 0.64rem;
	background:url(../images/01-pcd11_11t.png);
	background-size: 100% 100%;
	position: absolute;
	left:50%;
	top:-0.82rem;
	margin-left: -0.32rem;
}

.footer_css01 .accident-insurance_bj.cur{
	width: 0.94rem;
	height: 0.94rem;
	background:url(../images/01-pcd11_03.png);
	background-size: 100% 100%;
	position: absolute;
	left:50%;
	top:-1rem;
	margin-left: -0.47rem;
}
.footer_css01 .health-insurance_bj.cur{
	width: 0.94rem;
	height: 0.94rem;
	background:url(../images/01-ddd11_05.png);
	background-size: 100% 100%;
	position: absolute;
	left:50%;
	top:-1rem;
	margin-left: -0.47rem;
}
.footer_css01 .illness-insurance_bj.cur{
	width: 0.94rem;
	height: 0.94rem;
	background:url(../images/01-ddd11_07.png);
	background-size: 100% 100%;
	position: absolute;
	left:50%;
	top:-1rem;
	margin-left: -0.47rem;
}
.footer_css01 .annuity_bj.cur{
	width: 0.94rem;
	height: 0.94rem;
	background:url(../images/01-ddd11_09.png);
	background-size: 100% 100%;
	position: absolute;
	left:50%;
	top:-1rem;
	margin-left: -0.47rem;
}
.footer_css01 .term-insurance_bj.cur{
	width: 0.94rem;
	height: 0.94rem;
	background:url(../images/01-ddd11_11.png);
	background-size: 100% 100%;
	position: absolute;
	left:50%;
	top:-1rem;
	margin-left: -0.47rem;
}

.accident-insurance_bj span{
	position: absolute;
	top:50%;
	margin-top: 2px;
	right:-0.55rem;
	width: 0.55rem;
	height: 1px;
	background-color: #fff;
	border:none;
}
.health-insurance_bj span{
	position: absolute;
	top:50%;
	right:-0.69rem;
	width: 0.69rem;
	height: 1px;
	background-color: #fff;
	border:none;
}
.illness-insurance_bj span{
	position: absolute;
	top:50%;
	right:-0.69rem;
	width: 0.69rem;
	height: 1px;
	background-color: #fff;
	border:none;
}
.annuity_bj span{
	position: absolute;
	top:50%;
	right:-0.69rem;
	width: 0.69rem;
	height: 1px;
	background-color: #fff;
	border:none;
}

.html_css02{
	font-size: 100px;width: 100%;height: 100%;overflow: scroll;
}
.body_css02{
	width: 100%;
	height: auto;
	background: rgba(197,228,246,1);
	background-size: 100% 100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	position: relative;
	overflow: visible;
	-webkit-overflow-scrolling : touch;  
}



.header_css02{
	height: 0.88rem;
	background-color: rgba(67,66,72,1);
	text-align: center;
	position: relative;
	width: 100%;
}
header.header_css02 span{
	font-size: 0.28rem;
	color:#fff;
	float:left;
	position: absolute;
	left:0.35rem;
	top:0.29rem;
}
header.header_css02 span i{
	display:inline-block;
	width: 0.18rem;
	height: 0.18rem;
	border: 0.03rem solid #fff;
	border-right:none;
	border-bottom:none;
	transform:rotate(-45deg);
}
header.header_css02 h2{
	display: inline-block;
	font-size: 0.32rem;
	color:#fff;
	width: 1.28rem;
	margin-top: 0.25rem;
	vertical-align: top
}

.banner img {
  width: 100%;
  height: 3.12rem;
}

.section_css02 {
  width: 100%;
  height: auto;
  padding: 0 0.2rem 1.7rem 0.2rem;
}

/*section-nav*/
.navParent {
	height: 1.06rem;
}
.nav {
	margin: 0 -0.2rem;
	padding: 0.2rem;
	/* background: rgba(197, 228, 246, 1); */
	position: relative;
	z-index: 200;
}
.nav .navinner {
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.08rem 0;
  height: 0.65rem;
}

.nav a{
	font-size: 0.3rem;
	display: block;
	border-right:1px solid #d2d2d2;
	color:rgba(80,80,80,1);
	height: 0.49rem;
	line-height: 0.49rem;
	text-align: center;
	flex:1;

}
.nav a:nth-last-of-type(1){
	border:none;
}

.nav a.cur{
	color:#009bdf;
}
.fixednav{
	position:fixed;
}

.product_details {
  width: 100%;
  background-color: #fff;
   margin-top:-1.06rem;
  padding-top:1.06rem;
  position:relative;
  z-index:100;
  -moz-box-shadow: 0 0.2rem 0 rgba(197,228,246,1); /* 闁奸鑳跺▓锟� Firefox */
	box-shadow: 0 0.2rem 0 rgba(197,228,246,1);
	-webkit-box-shadow:0 0.2rem 0 rgba(197,228,246,1);
}
.product_details1{
	margin-top:0;
	padding-top:0;
}
.telInfor{
	font-size:0.28rem;
	line-height:0.5rem;
	padding:0 0 0 0.3rem;	
}
.product_details img{
	display: block;
	width: 100%;
}

.security_program{
	margin-top: -0.76rem;
	width: 100%;
	border-radius:0.1rem;
	padding:1.29rem 0.21rem 0.31rem 0.24rem;
	background-color: #fff;
	position: relative;
	padding-top:2.35rem;
}
.security_program i:first-child{
	position: absolute;
	width: 4.73rem;
	height: 0.89rem;
	background: url('../images/01-abcd4444_09.png') no-repeat ;
	background-size: 100% 100%;
	left:50%;
	top:1.27rem;
	margin-left: -2.36rem;
}

.security_program .selection{
	width: 6.65rem;
	border: 1px solid rgba(31,164,221,1);
	background-color: #fff;
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
}
.security_program .selection dt{
	height: 0.64rem;
	line-height: 0.64rem;
	background-color: rgba(65,172,226,1);
}
.security_program .selection dt span{
	font-size: 0.3rem;
	color:#fff;
	display: block;
	float:left;
	margin-left: 0.4rem;
}
.security_program .selection dt span:nth-last-of-type(1){
	float: right;
	margin-right: 0.74rem;
}
.security_program .selection dd{
	height: 0.8rem;
	line-height: 0.8rem;
	position: relative;
}
.security_program .selection dd span{
	font-size: 0.28rem;
	color:rgba(86,181,225,1);
	display: block;
	float: left;
	margin-left: 0.42rem;
}
.security_program .selection dd span:nth-of-type(2){
	position: absolute;
	left:68%;
}
.security_program .selection dd:nth-of-type(even){
	background-color: rgba(235,246,252,1);
}
.security_program .selection dd i{
	display: block;
	width: 0.15rem;
	height: 0.31rem;
	background: url(../images/01-a14444_13.png) no-repeat;
	background-size:100% 100%;
	position: absolute;
	right:3%;
	top:33%;
}

.security_program .age_select{
	position: relative;
	width: 6.65rem;
	height: 0.7rem;
	line-height: 0.7rem;
	background-color: rgba(229,244,251,1);
	margin-bottom: 0.2rem;
	font-size: 0.28rem;
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;

}
.security_program .age_select p{
	display: inline-block;
	position: relative;
}
.security_program .age_select .title{
	color: rgba(73,179,227,1);
	margin-left: 0.42rem;
}
.security_program .age_select .input_{
	float: right;
	 /* margin-right: 0.5rem;  */
	margin-top: 0.18rem;
	text-align: right;
	color: #009BDF;
	padding-right:0.7rem;
	background: url(../images/arrows.png)  1.4rem no-repeat; 
	background-size:0.3rem;
}
.security_program .age_select .downlist {
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
  text-align: left;
 	color: #009BDF;
  right: 0.4rem;
  border: 1px solid rgba(31,164,221,1);
}
.security_program .age_select .downlist li { 
	padding: 0 0.4rem 0 0.2rem;
}
.security_program .age_select .downlist li:nth-child(even) {
	background-color: #F4F4F4;
}
.security_program .age_select i{
	display: inline-block;
	border:0.14rem solid transparent;
    border-top: 0.2rem solid rgba(1,156,223,1);
    position: absolute;
    right: -35%;
    top:56%;
    margin-top: -0.14rem;
}

.security_program .age_select .input_ {
	display: none;
}
.security_program .age_select .downlist.definedRadio {
	display: block !important;
	width: 4rem;
	border: none;
	top: 0;
	background-color: transparent;
}
.security_program .age_select .downlist.definedRadio li {
	position: relative;
	padding-right: 0;
	padding-left: 0.5rem;
	margin-left: 0.2rem;
	float: right;
	background-color: transparent;
}
.security_program .age_select .downlist.definedRadio li:last-child {
	margin-left: 0;
}
.security_program .age_select .downlist.definedRadio li > i.icon_radio {
	display: block;
	width: 0.36rem;
	height: 0.36rem;
	left: 0;
	right: auto;
	top: 0.17rem;
	margin-top: auto;
	margin-left: auto;
	background: none;
	border: 1px solid rgba(1,156,223,1);
	border-radius: 0.18rem;
	-webkit-border-radius: 0.18rem;
}
.security_program .age_select .downlist.definedRadio li.li_selected > i.icon_radio:before {
	content: "";
	margin-top: 0.08rem;
	margin-left: 0.08rem;
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	background-color: rgba(1,156,223,1);
	border-radius: 0.08rem;
	-webkit-border-radius: 0.08rem;
}


.security_program .period_days{
	width: 6.65rem;
	border: 1px solid rgba(80,185,232,1);
	margin-top: 0.2rem;
}
.period_days{
	font-size: 0.28rem;
	color:rgba(88,179,218,1);
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
}
.period_days > header {
	padding-left: 0.4rem;
	height: 0.66rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
    color: #fff;
    background-color: rgba(65,172,226,1);
}
.period_days span{
	font-size: 0.28rem;
	float: left;
	color:rgba(88,179,218,1);
	margin-left: 0.12rem;
}
.period_days span.dayNum {
	float: right;
	margin-right: 0.2rem;
}
.period_days .period{
	position: relative;
	height: 0.79rem;
	line-height: 0.79rem;
	border-bottom: 1px solid rgba(215,238,247,1);
	background-color: rgba(227, 243, 251,1);
}
.period_days .period > i.icon_radio {
	display: block;
	width: 0.36rem;
	height: 0.36rem;
	left: 0.1rem;
	right: auto;
	top: 0.24rem;
	margin-top: auto;
	margin-left: auto;
	background: none;
	border: 1px solid rgba(1,156,223,1);
	border-radius: 0.18rem;
	-webkit-border-radius: 0.18rem;
}
.period_days .period > i.icon_radio.active:before {
	content: "";
	margin-top: 0.08rem;
	margin-left: 0.08rem;
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	background-color: rgba(1,156,223,1);
	border-radius: 0.08rem;
	-webkit-border-radius: 0.08rem;
}
.period_days .days > ul {
	height: 0.78rem;
}
.period_days .days > ul li {
	float: left;
	margin-left: 0.2rem;
	margin-top: 0.08rem;
	width: 0.8rem;
	height: 0.62rem;
	line-height: 0.62rem;
	text-align: center;
	background-color: #ecf7fc;
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
}
.period_days .days > ul li:first-child {
	margin-left: 0.55rem;
}
.period_days .days > ul li.active {
	line-height: 0.56rem;
	border: 2px solid rgba(65,172,226,1);
}

.period_days .period input{
	height: 0.53rem;
	line-height: 0.53rem;
	width: 2.04rem;
	border:1px solid rgba(101,195,233,1);
	display: inline-block;
	border-radius: 0.1rem;
	background-color: #fff;
	color:rgba(88,179,218,1);
	padding: 0.03rem;
	padding-left: 0.1rem;
	margin-left: 0.08rem;
	margin-right: 0.08rem;
	font-size: 0.2rem;
	vertical-align: baseline;
	/*padding-top: 5px;*/

}
.period_days .period input:nth-of-type(1){
	margin-left: 0.55rem;
}
.period_days .days{
	height: 0.78rem;
	line-height: 0.78rem;
	background-color: rgba(227, 243, 251,0);
}
.period_days .days span:nth-of-type(2){
	float: right;
	margin-right: 0.45rem;
}


.security_program .more{
	margin-top: 0.3rem;
}
.security_program .more p{
	margin-bottom: 0.1rem;
}
.security_program .more p,a{
	font-size: 0.22rem;
}
.security_program .more a{
	color:rgba(169,75,76,1);
}
.Occupational{
	padding:0.2rem 0.3rem 0rem 0.3rem;
	font-size:0.22rem;
	/* font-weight:bold; */
	}
.Occupational  b,a{
	font-weight: initial;
}
.Occupational a{
	/* color:blue; */
}
.claims_process{
	/* margin-top: 0.17rem; */
	margin-top:-0.89rem;
	padding-top:1.06rem;
	/* margin-bottom:0.16rem; */
	background-color: #fff;
	width: 100%;
	/* border-radius:0.1rem; */
	height: 0.76rem;
	line-height: 0.76rem;
	position: relative;
	box-sizing:content-box;
}
.claims_process p{
	font-size: 0.28rem;
	color:rgba(83,83,83,1);
	margin-left: 0.37rem;
}
.claims_process i{
	display: block;
	width: 0.31rem;
	height: 0.14rem;
	background: url(../images/arrows.png) no-repeat;
	position: absolute;
	right:0.3rem;
	/* top:50%;
	margin-top: -0.07rem; */
	top: 1.38rem;
	background-size: 100% 100%;
}

.common_problems{
	margin-top: 0.2rem;
	background-color: #fff;
	width: 100%;
	border-radius:0.1rem ; 
	position:relative;
	z-index:99;
	font-size:0.22rem;
	 -moz-box-shadow: 0 0.2rem 0 rgba(197,228,246,1); /* 闁奸鑳跺▓锟� Firefox */
	box-shadow: 0 0.2rem 0 rgba(197,228,246,1);
	-webkit-box-shadow:0 0.2rem 0 rgba(197,228,246,1);
}
.common_problems .question p,
.common_problems .question span{
	font-size: 0.22rem;
}
.common_problems_header{
	position: relative;
}
.common_problems .common_problems_header .line{
	width: 2.38rem;
	height: 1px;
	background-color:rgba(147,147,147,1);
	position: relative;
	top:0.38rem;
}
.common_problems .common_problems_header .line:nth-of-type(2){
	position: absolute;
	right:0;
}
.common_problems h2{
	font-size: 0.27rem;
	color:rgba(64,178,225,1);
	margin-top: 0.23rem;
	text-align: center;
	height: 0.27rem;
	line-height: 0.27rem;
}
.common_problems .common_problems_header .dot{
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background-color:rgba(147,147,147,1);
	position: absolute;
	right:-0.16rem;
	top:-0.08rem;
}
.common_problems .common_problems_header .line:nth-of-type(2) .dot{
	position: absolute;
	left:-0.16rem;
	top:-0.08rem;
}

.common_problems .question{
	padding: 0.1rem 0.2rem 0.2rem 0.3rem;
	margin-bottom: 1.6rem;
}
.common_problems .question p{
	padding-bottom: 0.25rem;
	line-height: 0.43rem;
}
.common_problems .question div.questionInner{
	padding-bottom: 0.2rem;
	line-height: 0.32rem;
}
.common_problems .question div.questionInner span{
	display: block;
	font-size: 0.22rem;
	color:rgba(31,158,218,1);
}
.common_problems .question div.questionInner b{
	font-size: 0.22rem;
	display: block;
	font-weight: normal;
}
.common_problems .question p span{
	display: block;
	color:rgba(31,158,218,1);
}


.footer_css02{
	height: 0.16rem;
	margin-top: 0.15rem;
	position: fixed;
	z-index: 100;
	left:0;
	bottom: 1.35rem;
	width: 100%;
}
.footer_css02 .estimate_premium{
	height: 0.65rem;
	line-height: 0.65rem;
	background-color: rgba(207,235,247,1);
}
.footer_css02 .estimate_premium p{
	font-size: 0.28rem;
	color:rgba(43,176,235,1);
	/*color:#F44336; */
	float: right;
	margin-right: 0.2rem;
}

.footer_css02 .estimate_premium span{
	font-size: 0.28rem;
}
.footer_css02 .immediately_insure{
	height: 0.9rem;
}
.footer_css02 .immediately_insure button{
	width: 100%;
	height: 100%;
	background-color: rgba(1,156,223,1);
	/* background-color: rgb(206, 211, 214); */
	display: block;
	font-size: 0.32rem;
	color:#fff;
}


#blackWindow{
	display:none;
}
#blackWindow.cur{
	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(34,35,31,0.7);
	left:0;
	top:0;
	z-index: 300;
}

.toubaoBottom{
	display:none;
}
.toubaoBottom.cur{
	display:block;
	width: 100%;
	height: 5.00rem;
	position: fixed;
	left: 0;
	z-index: 500;
	background-color: #fff;
	bottom:-0.03rem;
}
.toubaoBottom .header{
	width: 100%;
	height: 6.1rem;
	padding: 0.24rem 0.18rem;
	padding-bottom:0;
}
.toubaoBottom .header>p{
	height: 0.54rem;
	font-size: 0.32rem;
	border-bottom: 1px solid rgba(181,181,181,1);
	text-align: center;
}
.toubaoBottom .header>p span{
	font-size: 0.32rem;
}
.toubaoBottom .header .amount{
	width: 100%;
	height: 5.73rem;
}
.toubaoBottom .header .amount p,
.toubaoBottom .header .amount li{
	font-size: 0.28rem;
}
.toubaoBottom .header .amount p{
	margin: 0.36rem 0 0.15rem 0.4rem;
}
.toubaoBottom .header .amount ul{
	margin-left: 0.4rem;
	height: 0.59rem;
}
.toubaoBottom .header .amount ul li{
	border: 1px solid rgba(200,200,200,1);
	display: inline-block;
	border-radius: 0.05rem;
	float: left;
	padding: 0.15rem;
	margin-right: 0.15rem;
	margin-bottom: 0.2rem;
}
.toubaoBottom .header .amount ul li.cur{
	border: 1px solid rgba(66,184,234,1);
	background-color: rgba(228,245,252,1);
}
.toubaoBottom div{
	width: 100%;
	height: 0.9rem;
}
.toubaoBottom div button{
	width: 100%;
	height: 100%;
	color:#fff;
	background: rgba(1,156,223,1);
	font-size: 0.32rem;
	display: inline-block;
}


.section_css03{
	width: 100%;
	/*height: 100%;*/
	flex: 1;
	-webkit-flex: 1;
}
.section_css03 img{
	width: 100%;
	height: 100%;
	display: block;
	/*max-width: 0.75rem;*/
}
.sharePageBg {
	position: relative;
	background: url(../images/bg_02.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.sharePageBg .erweima {
  position: absolute;
  top: 54%;
  left: 50%;
  margin-left: -1.875rem;
	margin-bottom: 0;
	width: 3.75rem;
	color: #ffffff;
	font-size: 0.28rem;
	text-align: center;
}
.sharePageBg .erweima span {
	display: block;
	text-align: center;
	margin-top: 0.2rem;
}
.pagecontent.gray{
    background-color: rgba(247,247,247,1);
}
.personal_section .personal_banner{
    width: 100%;
    margin-bottom:0.21rem;
    position: relative;
}
.personal_section .personal_banner img{
    width: 100%;
    display: block;
}
.personal_section #portrait{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    top: 0.47rem;
    left:0.7rem;
}
.personal_section #portrait #username{
    color:#fff;
    position: absolute;
    font-size: 0.28rem;
    left:1.35rem;
    top:50%;
    margin-top: -0.2rem;
    display: inline-block;
    white-space:nowrap;
}
.personal_section .nav_top{
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
    height: 1.72rem;
    text-align: center;
}
.personal_section .nav_top a{
    flex:1;
    color:rgba(159,159,159,1);
    padding-top: 1.1rem;
}
.personal_section .nav_top span{
    position: relative;
}
.personal_section .nav_top i{
    position: absolute;
    width: 0.49rem;
    height: 0.49rem;
    left: 50%;
    margin-left: -0.24rem;
    top: -0.75rem;
}
.personal_section .nav_top .my_policy{
    background:url(../images/08-personal_05.png);
    background-size:100% 100%;
}
.personal_section .nav_top .my_order{
    background:url(../images/08-personal_07.png);
    background-size:100% 100%;
}
.personal_section .nav_top .my_points{
    background:url(../images/08-personal_09.png);
    background-size:100% 100%;
}
.personal_section .nav_top .my_recommend{
    background:url(../images/08-personal_11.png);
    background-size:100% 100%;
}
.insurance_services{
    background-color: rgba(247,247,247,1);
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-left: 0.06rem solid rgba(49,170,227,1);
    border-top:1px solid rgba(232,232,232,1);
    border-bottom:1px solid rgba(232,232,232,1);
}
.insurance_services p{
    font-size: 0.26rem;
    color: rgba(191,191,191,1);
    margin-left: 0.34rem;
}

.personal_section .more_service div{
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid rgba(226,226,226,1);
    background-color: #fff;
    -webkit-justify-content:space-between;
	justify-content:space-between;
}
.personal_section .more_service div a{
    flex:1;
    height: 1.75rem;
    text-align: center;
    padding-top: 1rem;
}
.personal_section .more_service span{
    font-size: 0.23rem;
    color:rgba(153,153,153,1);
    position: relative;
}
.personal_section .more_service i{
    position: absolute;
    width: 0.56rem;
    height: 0.53rem;
    background-color: #f40;
    left: 50%;
    margin-left: -0.26rem;
    top:-0.7rem;
}
.personal_section .more_service .information_changes{
    background:url(../images/08-personal_18.png);
    background-size:100% 100%;
}
.personal_section .more_service .surrender{
    background:url(../images/08-personal_21.png);
    background-size:100% 100%;
}
.personal_section .more_service .claims_service{
    background:url(../images/08-personal_24.png);
    background-size:100% 100%;
}

.personal_section .more_service .inBack_online{
    background:url(../images/08-personal_29.png);
    background-size:100% 100%;
}
.personal_section .more_service .policy_acknowledgement{
    background:url(../images/08-personal_30.png);
    background-size:100% 100%;
}
.personal_section .more_service .managers{
    background:url(../images/08-personal_32.png);
    background-size:100% 100%;
}

.personal_section .more_service .insurance_cost{
    background:url(../images/08-personal_37.png);
    background-size:100% 100%;
}
.personal_section .more_service .get_account{
    background:url(../images/08-personal_38.png);
    background-size:100% 100%;
}
.personal_section .more_service .renewal_account{
    background:url(../images/08-personal_39.png);
    background-size:100% 100%;
}

.form-table-list ._row ._input.hasBtn {
  color: #333;
  flex: 0;
  width: 2rem;
  margin-right: 0.3rem;
}

.form-table-list ._row ._btn {
  color: #ffffff;
  height: 0.56rem;
  width: 2rem;
  /*text-align: center;*/
  padding: 0 0.1rem;
  font-size: 0.26rem;
  background-color: #009DDF;
  border-radius: 4px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.pdb20 {
  padding-bottom: 0.4rem;
}


.blank-info-text-box {
  line-height: 0.45rem;
  text-align: center;
  color: #999;
  font-size: 14px;
  padding: 0.5rem;
}


.common-title-row .btn-red {
  font-size: 13px;
  padding: 0 0.1rem;
}

.common-title-row .btn-white {
  font-size: 13px;
  color: #999;
  border: 1px solid #999;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 0 0.1rem;
}

.common-title-row ._title {
  width: 4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pd20 {
  padding: 0.4rem;
}

.table-hBlue {
  font-size: 0.28rem;
  border-collapse: collapse;
  color: #666;
  width: 100%;

}

.table-hBlue th {
  height: 0.6rem;
  background-color: #e4f4ff;
  text-align: center;
  border: 1px solid #dfdfdf;
}

.table-hBlue td {
  border: 1px solid #dfdfdf;
  height: 0.6rem;
  background-color: #fafafa;
  text-align: center;
}

.bg-white {
  background-color: #FFF;
}

.bd-top {
  border-top: 1px solid #dfdfdf;
}
.bd-bottom{
  border-bottom: 1px solid #dfdfdf;
}

.form-table-list.hasRowMarginLeft ._row {
  margin-left: 0.3rem;
}

.form-table-list.hasRowMarginLeft ._row ._title {
  padding-left: 0.1rem;
}

.form-table-list.hasRowMarginLeft ._row:last-child {
  margin-left: 0;
}

.form-table-list.hasRowMarginLeft ._row:last-child ._title {
  margin-left: 0.3rem;
}

select {
  background-color: transparent;
}

.form-table-list ._textAria{
  height: 1.55rem;
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #666;
  padding: 0.15rem;
}

.blueBtn-2l{
  margin: 0 0.2rem 0 0.4rem;
}
.blueBtn-2r{
  margin: 0 0.4rem 0 0.2rem;
}

.input-ckBox{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
}

.input-ckBox .ckIcon{
  width: 0.35rem;
  height: 0.35rem;
  border: 1px solid #009DDF;
  position: relative;
}

.input-ckBox .ckIcon.checked{
  background-color: #009DDF;
}

.input-ckBox .ckIcon:before{
  position: absolute;
  display: block;
  content: '';
  width: 0.2rem;
  height: 0.1rem;
  border: 1px solid #FFF;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  top: 2px;
  left: 2px;
}

.input-ckBox .ckLabel{
  padding-left: 0.2rem;
}

.common-text-box{
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
}

.common-text-box ._title{
  text-align: center;
  font-size: 0.34rem;
  color: #009bdf;
  margin-bottom: 0.2rem;
}

.common-text-box ._text{
  font-size: 0.24rem;
  line-height: 0.43rem;
  color: #666;
}

.form-table-list ._row ._select.large{
  width: 2.5rem;
}

.common-explain-box{
  padding: 0.4rem;
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
}
.common-explain-box li{
  padding-bottom: 0.25rem;
  line-height: 0.4rem;
}

.flex-f{display: flex;display: -webkit-flex;}
.flex-f-i{ display: inline-flex;display: -webkit-inline-flex; }
.flex-x-vl{justify-content: flex-start;-webkit-justify-content: flex-start;}/*濠殿喗蓱濞兼瑩鏌﹂埡渚囧晠闁挎洩鎷锋い鏇ㄥ枟椤洭鏁撻敓锟�*/
.flex-x-vc{justify-content: center;-webkit-justify-content: center;}/*濠殿喗蓱濞兼瑩鏌﹂埡鍐ф勃闁告侗鍓濋崢锟�*/
.flex-x-vr{justify-content: flex-end;-webkit-justify-content: flex-end;}/*濠殿喗蓱濞兼瑩鏌﹂埡鍛煑闁告劕妯婇崵鐘差潡娴兼瑦瀚�*/
.flex-x-vsb{justify-content: space-between;-webkit-justify-content: space-between;}/*濠殿喗蓱濞兼瑩鏌﹂埡渚囧晠闁挎洩鎷风憸鏉挎憸閿熶粙娼х紞濠勭礊閿燂拷*/
.flex-x-vsr{justify-content: space-around;-webkit-justify-content: space-around;}/*濠殿喗蓱濞兼瑩鏌﹂埡渚囧晠闁挎洩鎷风憸鏉挎憸閿熶粙娼х紞濠勭礊閸儲鏅柛顐ゅ枑缁犳帡姊婚崒婊庢缂佹劖鐩弫宥夋晸閿燂拷*/
.flex-ht{align-items:flex-start;-webkit-align-items:flex-start;}
.flex-hc{align-items:center;-webkit-align-items:center;}      /*闂佹悶鍔岄崐璇裁虹捄銊ゆ勃闁告侗鍓濋崢锟�*/
.flex-hb{align-items:flex-end;-webkit-align-items:flex-end;}
.flex-hs{align-items:stretch;-webkit-align-items:stretch;}   /*闂佹悶鍔岄崐璇裁虹捄銊ч┏濠㈣埖鍔楄ぐ锟�*/
.flex-hl{align-items:baseline;-webkit-align-items:baseline;}
.flex-y-vl{align-content: flex-start;-webkit-align-content: flex-start;}
.flex-y-vc{align-content: center;-webkit-align-content: center;}
.flex-y-vr{align-content: flex-end;-webkit-align-content: flex-end;}
.flex-y-vsb{align-content: space-between;-webkit-align-content: space-between;}
.flex-y-vsr{align-content: space-around;-webkit-align-content: space-around;}
.flex-ht-self{align-self: flex-start;}
.flex-hc-self{align-self: center;}
.flex-hb-self{align-self: flex-end;}
.flex-noWrap{flex-wrap: nowrap;}
.flex-wrap{flex-wrap: wrap;}
.flex-wrapReverse{flex-wrap: wrap-reverse;}
.flex-dir-r  {flex-direction: row;}
.flex-dir-rr {flex-direction: row-reverse;}
.flex-dir-c  {flex-direction: column;}
.flex-dir-cr {flex-direction: column-reverse;}

.flex-g1{flex-grow:1}
.flex-g2{flex-grow:2}
.mg_la{margin-left:auto;}

a{
  text-decoration:none;
  -webkit-tap-highlight-color:rgba(255,0,0,0);
}

.bgcr_white{background-color: #fff;}
.bgcr_fa{background-color: #fafafa;}
.footer_bottom_zt{
  padding:0 0.2rem;
}
.footer_bottom a{
  width: 3.14rem;
  height: 0.78rem;
  line-height: 0.78rem;
  font-size: 0.3rem;
  color: #ffffff;
  background-color: #009ddf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin:0 0.15rem;
}
.footer_bottom_mail a{
	width: 3.14rem;
	height: 0.78rem;
	line-height: 0.78rem;
	font-size: 0.3rem;
	color: #ffffff;
	background-color: #009ddf;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0 0.15rem;
}
.footer_bottom_mail a span{
	font-size:0.32rem;
	margin-left:0.22rem;
}
.informcnt{
  padding:0.2rem;
}
.informTitle{
  font-size:0.34rem;
  color:#009bdf;
  text-align:center;
}
.informTxt{
  font-size:0.24rem;
  color:#515151;
  padding:0.24rem;
}

.contantShade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
}
.cntBar{
  width:6.1rem;
  height:3.94rem;
  position:absolute;
  margin:-1.97rem 0 0 -3.05rem;
  top:50%;
  left:50%;
  background:#fff;
  border-radius:5px;
  z-index: 100;
  padding:0.5rem 0.65rem;
  text-align: center;
}
.shadeWorn{
  display:inline-block;
  width:1.01rem;
  height:1.01rem;
  background:url("../images/prod-icon07.png")no-repeat center;
  background-size:contain;
}
.shadeCnt{
  font-size:0.32rem;
  color:#515151;
  text-align: left;
  margin-top:0.4rem;
}


.myOrder .form-table-list ._row{
  padding:0 0.3rem;
}
.myOrder .form-table-list ._row ._title{
  padding-left:0;
}
.myOrder .form-table-list ._row ._text{
  text-align:right;
}
.myOrder .form-table-list .btnBox{
  padding:0.22rem 0.25rem;
  text-align:right;
}
.myOrder .form-table-list .btnBox a{
  display:inline-block;
  width:1.38rem;
  height:0.58rem;
  line-height:0.55rem;
  text-align:center;
  font-size:0.28rem;
  color:#e02a2a;
  border:1px solid #e02a2a;
  border-radius:5px;
  margin-left:0.15rem;
}

.myOrder .form-table-list .btnBox a.tobePaid{
  color:#009bdf;
  border:1px solid #009bdf;
}
.myOrder .form-table-list .btnBox a.alreadyPaid{
  color:#909191;
  border:1px solid #909191;
}

.topCnt{
  width:100%;
  height:4.68rem;
  border-bottom:1px solid #dcdcdc;
  background:#fff;
  margin-bottom:0.2rem;
}
.bottomCnt{
  width:100%;
  height:2.64rem;
  border-bottom:1px solid #dcdcdc;
  background:#fff;
  margin-bottom:0.2rem;
}
.truesuc{
  display:inline-block;
  width:0.94rem;
  height:1.04rem;
  background:url("../images/prod-icon02.png")no-repeat center;
  background-size:contain;
}
.txtNews{
  font-size:0.32rem;
  color:#333;
  margin-left:0.62rem;
}
.txtNews div:nth-of-type(2){
  margin:0.28rem 0;
}
.txtNews div a{
  font-size:0.32rem;
  color:#009bdf;
  border-bottom:1px solid #009bdf;
  margin-left:0.15rem;
}

.phoneMan{
  display:inline-block;
  width:0.47rem;
  height:0.54rem;
  background:url("../images/prod-icon01.png")no-repeat center;
  background-size:contain;
}
.prompt{
  font-size:0.34rem;
  color:#4e4e4e;
  margin-left:0.35rem;
}
.phoneicon{margin:0.5rem 0 0.4rem 0;}
.phoneBtn{text-align:center;line-height: 0;}
.phoneBtn a{
  display:inline-block;
  width:1.45rem;
  height:0.68rem;
  line-height:0.68rem;
  text-align:center;
  font-size:0.32rem;
  color:#656666;
  border:1px solid #a0a0a0;
  border-radius:5px;
  background:#efefef;
  margin:0 0.57rem;
}

.bdr_top{border-top: 1px solid #dfdfdf;}
.bdr_btom{border-bottom: 1px solid #dfdfdf;}
.footer_bottom a span{
  font-size:0.32rem;
  margin-left:0.22rem;
}
.payMent .cntList{
  background:#fafafa;
}
.payMent .row_zt{
  height:1.42rem;
  padding:0 0.4rem 0 0.54rem;
  margin-bottom: 0.2rem;
  background:#fff;
}
.payMent .icon_01{
  display:inline-block;
  width:0.78rem;
  height:0.77rem;
  background:url("../images/prod-icon05.png")no-repeat center;
  background-size:contain;
  margin-right:0.2rem;
}
.payMent .row_zt .txt div:first-child{
  font-size:0.32rem;
  color:#666;
}
.payMent .row_zt .txt div:last-child{
  font-size:0.24rem;
  color:#999;
}


.payMent ._row_zt{
  height:1.18rem;
  padding:0 0.4rem 0 0.54rem;
  background:#fff;
}
.payMent .icon_02{
  display:inline-block;
  width:0.78rem;
  height:0.77rem;
  background:url("../images/prod-icon09.png")no-repeat center;
  /* background-size:0.43rem 0.31rem; */
  background-size:70%;
  margin-right:0.2rem;
}
.payMent .icon_03{
  display:inline-block;
  width:0.78rem;
  height:0.77rem;
  background:url("../images/prod-icon03.png")no-repeat center;
  /* background-size:0.41rem 0.37rem; */
  background-size:70%;
  margin-right:0.2rem;
}
.payMent .icon_04{
  display:inline-block;
  width:0.78rem;
  height:0.77rem;
  background:url("../images/prod-icon08.png")no-repeat center;
  /* background-size:0.41rem 0.37rem; */
  background-size:70%;
  margin-right:0.2rem;
}
.payMent ._row_zt .txt div:first-child{
  font-size:0.4rem;
  color:#666;
}
.payMent ._row_zt .txt div:last-child{
  font-size:0.4rem;
  color:#999;
}

.payMent .radio{
  width:0.39rem;
  height:0.39rem;
  border:2px solid #999999;
  border-radius:50%;
  box-sizing: border-box;
}
.payMent .radio.nur{
  display:inline-block;
  width:0.39rem;
  height:0.39rem;
  background:url("../images/prod-icon06.png")no-repeat center;
  background-size:contain;
  border:none;
}
.pay-worn-list{
  padding:0.3rem 0.25rem 0.05rem 0.25rem;
  background:#fff;
}
.pay-worn-list ul li{
  margin-bottom:0.25rem;
}
.payMent .checkBox{
  font-size:0.26rem;
  color:#009bdf;
  margin:0.3rem 0 0.5rem 0;
  padding:0 0.26rem;
}
.payMent .checkBox span{
  display:inline-block;
  width:0.28rem;
  height:0.28rem;
  border:1px solid #009bdf;
  margin-right:0.2rem;
}
.payMent .checkBox span.nur{
  display:inline-block;
  width:0.28rem;
  height:0.28rem;
  background:url("../images/prod-icon06.png")no-repeat center;
  background-size:0.4rem 0.4rem;
  border:none;
}

.common-banner-box .bannerImg {
  width: 100%;
}

.form-table-list ._rowAutoH {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  border-bottom: 1px solid #dfdfdf;
}

.form-table-list ._rowAutoH ._title {
  height: 0.8rem;
  line-height: 0.8rem;
  flex-basis: 2.5rem;
  -webkit-flex-basis: 2.5rem;
  padding-left: 0.3rem;
  color: #666666;
}

.form-table-list ._rowAutoH ._uploadBox {
  padding-right: 0.3rem;
  display: flex;
  flex: 1;
  -webkit-flex: 1;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.form-table-list ._rowAutoH ._uploadBox ._button {
  width: 2rem;
  position: relative;
}

.form-table-list ._rowAutoH ._uploadBox ._button ._text {
  line-height: 0.8rem;
  text-align: right;
  color: #009ddf;
}

.form-table-list ._rowAutoH ._uploadBox ._button ._input {
  position: absolute;
  width: 2rem;
  top: 0;
  right: 0;
  height: 0.8rem;
  opacity: 0;
}

.form-table-list ._rowAutoH ._uploadBox ._list ul {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.form-table-list ._rowAutoH ._uploadBox ._list ul li {
  padding-left: 0.1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #999999;
}

.form-table-list ._rowAutoH > ._title {
  flex-basis: 3rem;
  -webkit-flex-basis: 3rem;
}

.form-table-list ._rowAutoH ._uploadShowBox {
  height: 3rem;
  width: 4rem;
  padding: 0.3rem 0;
  margin: 0 auto;
}

.form-table-list ._rowAutoH ._uploadShowBox {
  height: 3rem;
  width: 4rem;
  margin: 0.3rem auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0);
}

.form-table-list ._rowAutoH ._uploadShowBox.bgBlank {
  background-image: url("../images/img-bg-blank.png");
}

.form-table-list ._rowAutoH ._uploadShowBox.bgIDFront {
  background-image: url("../images/img-bg-front.png");
}

.form-table-list ._rowAutoH ._uploadShowBox.bgIDBack {
  background-image: url("../images/img-bg-back.png");
}

.form-table-list ._rowAutoH ._uploadShowBox ._input {
  position: absolute;
  height: 3rem;
  width: 4rem;
  top: 0;
  left: 0;
  opacity: 0;
}
.claimsServer {
  margin-top: 0.20rem;
  background-color: #ffffff;
  font-size: 0.32rem;
  border-top: 1px solid #D2D2D2;
}
.claimsServer:after {
  content: "";
  display: table;
  clear: both;
}
.claimsServer .btnleft {
  float: left;
  width: 50%;
  text-align: center;
}
.claimsServer .btnleft .report {
  /* height: 4.14rem;  */
   height: 2.76rem; 
  border-bottom: 1px solid #D2D2D2;
}
.claimsServer .btnleft .report a{
	display:inline-block;
	/* margin-top:0.7rem; */
}
.claimsServer .btnleft .report img {
  width: 1.44rem;
  margin-top: 0.32rem;
  margin-bottom: 0.28rem;
}
.claimsServer .btnleft .report span {
  display: block;
  color: #009BDF;
}
.claimsServer .btnleft .notice {
  height: 1.38rem;
  line-height: 1.38rem;
  border-bottom: 1px solid #D2D2D2;
}
.claimsServer .btnleft .notice img {
  width: 0.98rem;
  float: right;
  margin-top: 0.22rem;
  margin-right: 0.32rem;
  margin-left: 0.35rem;
}
.claimsServer .btnleft .notice span {
  float: right;
  color: #fa8337;
}
.claimsServer .btnright {
  float: left;
  width: 50%;
}
.claimsServer .btnright img {
  margin-top: 0.22rem;
  margin-right: 0.32rem;
  margin-left: 0.65rem;
  width: 0.98rem;
}
.claimsServer .btnright > div {
  height: 1.38rem;
  line-height: 1.38rem;
  border-bottom: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
}
.claimsServer .btnright .apply:after {
  content: "";
  display: table;
  clear: both;
}
.claimsServer .btnright .progress:after {
  content: "";
  display: table;
  clear: both;
}
.claimsServer .btnright .process:after {
  content: "";
  display: table;
  clear: both;
}
.claimsServer .btnright .apply span {
  float: right;
  color: #ff8a39;
}
.claimsServer .btnright .apply img {
  float: right;
}
.claimsServer .btnright .progress span {
  float: right;
  color: #fd6650;
}
.claimsServer .btnright .progress img {
  float: right;
}
.claimsServer .btnright .process span {
  float: right;
  color: #009BDF;
}
.claimsServer .btnright .process img {
  float: right;
}
.claimsServer .reporttype {
  margin-top: 0.4rem;
  margin-left: 0.64rem;
}
.claimsServer .reporttype img{
	width:90%;
}
.claimsServer .reporttype header {
  color: #009BDF;
}
.claimsServer .reporttype ul {
  margin-left: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.54rem;
  color: #6E6E6E;
}


.swiper-main {
  position: relative;
  width: 6rem;
  height: 100%;
  /*overflow: hidden;*/
  margin: 0 auto;
}

.swiper-contant {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slider {
  position: absolute;
  display: none;
  text-align: center;
  width: 100%;
  height: 8.4rem;
  background-color: #CCCCCC;
  border-radius: 5px;
  opacity: 0;
  z-index: 0;
}

.swiper-slider.active {
  display: block;
  z-index: 3;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  opacity: 1;
}

.swiper-slider.next {
  display: block;
  transform: translateY(.5rem) scaleX(0.8);
  -webkit-transform: translateY(.5rem) scaleX(0.8);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  opacity: 0.7;
  z-index: 2;
}

.swiper-slider.prev {
  display: block;
  transform: translateY(.8rem) scaleX(0.6);
  -webkit-transform: translateY(.8rem) scaleX(0.6);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  opacity: 0.4;
  z-index: 1;
}

.footer-box-product {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 0.45rem;
  padding-right: 0.33rem;
}

.footer-box-product a {
  display: inline-block;
  font-size: 0.28rem;
  color: #fff;
  flex: 1;
  text-align: center;
  position: relative;
}

.footer-box-product .product-tab-box {
  height: 1.8rem;
  display: flex;
}

.footer-box-product .product-tab-box .line {
  position: absolute;
  width: 5.9rem;
  height: 1px;
  background-color: #fff;
  bottom: 1.14rem;
  left: 0.79rem;
}

.footer-box-product .product-tab-box .a {

}

.bg-productList {
  background: url(../images/bj_02.jpg) no-repeat;
  background-size: 100% 100%;
}

.footer-box-product i {
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  left: 50%;
  top: -0.82rem;
  margin-left: -0.32rem;
  background-size: 100% 100% !important;
  border-radius: 50%;
}

.footer-box-product a span {
  position: absolute;
  bottom: 0.34rem;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);

}

.footer-box-product .accident-insurance_bj {
  background: url(../images/icons_04_03.png);
}

.footer-box-product .health-insurance_bj {
  background: url(../images/icons_03.png);
}

.footer-box-product .illness-insurance_bj {
  background: url(../images/icons_05.png);
}

.footer-box-product .annuity_bj {
  background: url(../images/icons_07.png);
}

.footer-box-product .term-insurance_bj {
  background: url(../images/icons_09.png);
}

.footer-box-product i.cur {
 /*  width: 0.94rem;
  height: 0.94rem; */
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: -0.8rem;
  margin-left: -0.4rem;
 /*  box-shadow: 0 0 0 1px rgba(19, 157, 215, 1) inset;
  -webkit-box-shadow: 0 0 0 1px rgba(19, 157, 215, 1) inset; */

}

.footer-box-product .accident-insurance_bj.cur {
  background: url(../images/d-icons_03.jpg);
}

.footer-box-product .health-insurance_bj.cur {
  background: url(../images/d-icons_05.jpg);
}

.footer-box-product .illness-insurance_bj.cur {
  background: url(../images/d-icons_07.jpg);
}

.footer-box-product .annuity_bj.cur {
  background: url(../images/d-icons_09.jpg);
}

.footer-box-product .term-insurance_bj.cur {
  background: url(../images/d-icons11_11.png);
}

.swiper-product .swiper-slider {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
 /*  padding: 0.22rem 0.23rem; */
  background-color: #F5F5F5;
  border-radius: 0.2rem;
  /* box-shadow: 0rem 0rem 0.1rem 0.1rem rgba(168, 198, 204, 1);
  -webkit-box-shadow: 0rem 0rem 0.1rem 0.1rem rgba(168, 198, 204, 1); */
}

.swiper-product .swiper-contant {
  width: 100%;
  left: 0%;
  height: 90%;
  top: 5px;
  overflow: visible;
}

.swiper-product .swiper-slider .banner {
  width: 100%;
}

.swiper-product .swiper-slider .introduce {
  text-align: left;
  position: relative;
  margin-top: 0.33rem;
  margin-left: 0.2rem;
  height: 2.8rem;
  /* background-color: #fff; */
  /* border-bottom: 0.03rem solid rgba(62, 178, 219, 1); */
}

.swiper-product .swiper-slider .introduce h3 {
  color: rgba(15, 162, 214, 1);
  font-size: 0.32rem;
  height: 0.32rem;
  margin-bottom: 0.17rem;
  vertical-align: text-top;
}

.swiper-product .swiper-slider .introduce p {
  color: rgba(152, 152, 152, 1);
  font-size: 0.25rem;
  height: 0.24rem;
  margin-top: 0.2rem;
}

.swiper-product .swiper-slider .introduce i {
  background: url(../images/01-pcd11_03.png) no-repeat;
  display: inline-block;
  width: 0.92rem;
  height: 0.92rem;
  background-size: 100% 100%;
  position: absolute;
  right: 0.19rem;
  top: 0;
}

.swiper-product .swiper-slider a:nth-of-type(1) {
  display: block;
  width: 2.87rem;
  height: 0.7rem;
  line-height: 0.7rem;
  background-color: rgba(18, 157, 216, 1);
  border-radius: 1.43rem;
  font-size: 0.28rem;
  color: #fff;
  margin: 0.41rem auto;
  text-align: center;
}

.swiper-product .swiper-slider a:nth-of-type(2) {
  color: rgba(61, 172, 227, 1);
  font-size: 0.22rem;
  text-align: center;
  display: block;
  margin-top: -0.03rem;
}

.swiper-product .swiper-slider[group="2"] .introduce i {
  background: url(../images/01-ddd11_11.png);
  background-size: 100% 100%;
}

.swiper-product .swiper-slider[group="3"] .introduce i {
  background: url(../images/01-ddd11_07.png);
  background-size: 100% 100%;
}

.swiper-product .swiper-slider[group="4"] .introduce i {
  background: url(../images/01-ddd11_09.png);
  background-size: 100% 100%;
}

.swiper-product .swiper-slider[group="5"] .introduce i {
  background: url(../images/01-ddd11_11.png);
  background-size: 100% 100%;
}
@media only screen and (min-width: 600px) and (max-width: 980px) {
	.mainCon {
		padding-top: 0.3rem;
	}
	
	.swiper-slider.next {
		display: block;
    transform: translateY(.3rem) scaleX(0.8);
    -webkit-transform: translateY(.3rem) scaleX(0.8);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    opacity: 0.7;
    z-index: 2;
	}
	.swiper-slider.prev {
    display: block;
    transform: translateY(.6rem) scaleX(0.6);
    -webkit-transform: translateY(.6rem) scaleX(0.6);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    opacity: 0.4;
    z-index: 1;
	}
	.swiper-product .swiper-slider .banner {
		height: 32%;
	}
	.swiper-product .swiper-slider .introduce {
		margin-top: 0.2rem;
		height: 2.2rem;
	}
	.swiper-product .swiper-slider {
		height: 7rem;
	}
}
.modal {
    position: fixed;
    left: 0;
    right: 0;
    background: black;
    z-index: 9999991;
    top: 0;
    bottom: 0;
    opacity: 0.6;
}
.modal-container {
    z-index: 9999992;
    width: 160px;
    height: 150px;
    padding: 5px;
    top: 50%;
    margin-top: -75px;
    margin-left: -80px;
    position: fixed;
    left: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.modal-container img{
	width: 50px;
	height: 50px;
	margin: 20px auto;
}
.displayN{
	display:none;
}

.common_problems > div.list {
	padding:0.22rem 0.3rem 0.3rem 0.3rem;
}
.common_problems > div.list p {
	font-size:0.28rem;
}

.paln_con {
	margin-bottom: 0.2rem;
	height: 0.68rem;
	border: 1px solid rgba(65,172,226,1);
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
}
.paln_con ul {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 0.68rem;
}
.paln_con ul li {
	display: flex;
	display: -webkit-flex;
	flex: 1;
	-webkit-flex: 1;
	align-items:center;
	-webkit-align-items: center;
	text-align: center;
}
.paln_con ul li span {
	display: flex;
	display: -webkit-flex;
	flex: 1;
	-webkit-flex: 1;
	align-items:center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	height: 0.4rem;
	border-right: 1px solid #d2d2d2;
}
.paln_con ul li:last-child span {
	border-right: none;
}
.paln_con ul li span a {
	display: block;
	width: 100%;
	font-size: 0.3rem;
	color: rgba(80,80,80,1);
}
.paln_con ul li.li_selected span a {
	color: rgba(46,161,227,1);
}

.confirmBg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	background-color: rgba(0,0,0,0.3);
}
.confirmWindow {
	width: 70%;
	height: 2rem;
	background-color: rgba(255,255,255,1);
	position: fixed;
	top: 50%;
	left: 15%;
	margin-top: -2rem;
	z-index: 2001;
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
}
.confirmWindow .confirmMain {
	width: 100%;
	height: 1.2rem;
	line-height: 1rem;
	text-align: center;
	color: #666;
	font-size: 0.28rem;
}
.confirmWindow .confirmBtns {
	width: 100%;
	height: 0.8rem;
}
.confirmWindow .confirmBtns button {
	width: 50%;
	height: 100%;
	line-height: 0.8rem;
	display: block;
	float: left;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	outline: none;
	text-align: center;
	font-size: 0.32rem;
}
.confirmWindow .confirmBtns button:first-child {
	border-radius: 0 0 0 0.2rem;
	-webkit-border-radius: 0 0 0 0.2rem;
}
.confirmWindow .confirmBtns button:last-child {
	border-radius: 0 0 0.2rem 0;
	-webkit-border-radius: 0 0 0.2rem 0;
	box-shadow: -1px 0 0 #dddddd;
}
.common_problems p{
	font-size:0.22rem;
}
.selectIosAndoird{
	height:0.4rem;
	margin:0;
	padding:0;
}
.placeholdeRed::-webkit-input-placeholder{
		/* color:red; */
	}
.nothing{
  	/* vertical-align: top; */
    width: 48%;
    margin: 0 auto;
    display: block;
    margin-top: 3.5rem;
    margin-bottom: 0.3rem;
}
 .forButton{
 	margin-top:0.4rem;
 }
 .shadow_{
 	height:100%;
 	width:0.6rem;
 	position:absolute;
 	top:0;
 	left:0.5rem;
 	background:rgba(255,255,255,0);
 }
 .ConMiddle p.returnOnlineName{
 	margin-top:-0.5rem;
 	font-size:0.36rem;
 	color:#000;
 	text-align:center;
 	padding-bottom:0.2rem;
 	
 }
 .ConMiddle p.returnAddress span:nth-of-type(1){
 	width:20%;
 	display:inline-block;
 	vertical-align:top;
 }
 .ConMiddle p.returnAddress span:nth-of-type(2){
 	width:80%;
 	display:inline-block;
 }
.tax{
     background: url(../../../mode/images/down.png) no-repeat 1.24rem .15rem;
    background-size: .24rem .14rem;
    padding-right: 0.3rem;
}
.taxIcon{
	background:url("../../style/images/tax.png") no-repeat center right;
	background-size:cover;
	width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left:0.1rem;
}
.taxStateClass{
	font-size:0.28rem;
	color:#666;
}
.taxSelect{
	background: url(../../mode/images/down.png) no-repeat right .1rem;
    background-size: .24rem .14rem;
    margin:0;
    padding-right:0.4rem;
    width:2.5rem;
    direction:rtl;
}
.modaltax {
    position: fixed;
    left: 0;
    right: 0;
    background: #666;
    z-index: 9999991;
    top: 0;
    bottom: 0;
    opacity: 1;
}
.modal-containerTax {
    z-index: 9999992;
    width: 6.4rem;
    height: 6.88rem;
    margin:-3.44rem;
    top: 50%;
   	margin-left: -3.2rem;
    position: fixed;
    left: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius:10px;
    background:#f6f6f6
}
.taxClose{
	position:absolute;
	right:.25rem;
	top:.25rem;
	width:0.33rem;
	height:0.33rem;
}
.taxTitle{
	font-size:0.38rem;
	color:#343434;
	margin:0.45rem 0 0.3rem;
	text-align:center;
}
.taxContent{
	border-top:1px solid #666;
	margin: 0 0.35rem 0;
	padding-top:0.3rem;
}
.taxContent p{
	color:#343434;
	font-size:0.26rem;
	line-height:0.35rem;
	text-align: justify;
	padding-bottom:0.2rem;
}
.taxContent p.specialColor{
	color:#489dfd;
	margin-top: 0.1rem;
}
.OccupationDiv{
	padding:0 0.3rem;
}
.OccupationText{
	text-indent:.52rem;
	font-size:0.25rem;
	line-height:0.45rem;
	text-align: justify;
	padding-bottom:0.4rem;
}
.OccupationText a{
	color:#489dfd;
}
.OccupationChoose input{
	border:1px solid #999;
	border-radius:0.08rem;
	text-indent:0.1rem;
	height:0.5rem;
	padding-right:0.4rem;
}
.OccupationChoose span:last-of-type{
	right:0rem;
}
.OccupationChoose span:first-of-type input:first-of-type{
	width:1.7rem;
}
.OccupationChoose span:last-of-type input:last-of-type{
	width:3.7rem;
}
.OccupationListDiv{
	width:90%;
	margin:0.5rem auto 0;
	text-align:center;
	height:6rem;
	overflow-y: scroll;
}
.OccupationListDiv ul li{
	border:1px solid #666;
	border-bottom:0;
}
.OccupationListDiv ul li:last-of-type{
	border-bottom:1px solid #666;
}
.OccupationChoose{
	position:relative;
}
.OccupationChoose span{
	position:absolute;
}
.OccupationChoose span i{
	position:absolute;
	right:0.1rem;
	background:url(../images/TaxClose.png) no-repeat;
	width:0.2rem;
	height:0.2rem;
	background-size:cover;
	top:0.15rem;
}
.mainCon .IdChangeDateTitle{
	line-height:0.4rem;
	font-size:0.3rem;
	margin:0.2rem;
}
.ChangeIdDate{
	line-height:1rem;
	font-size:0.28rem;
	padding:0 0.3rem;
}
.ChangeIdDate span{
	
}
.ChangeIdDate .IdDateEnd{
	border:1px solid #dfdfdf;
	border-radius:0.1rem;
	float:right;
	height:0.5rem;
	line-height:0.5rem;
	padding-left:0.2rem;
	margin-top:0.25rem;
}

.emailSite{
	padding: 0px 15px 0 91px;
}
.alertCon{
	color: #666666;
}
/*责任扩展 start*/
.modal-container-exORe{
    z-index: 9999994;
    width: 6rem;
    height: 12.5rem;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.exORe-content{
    position: relative;
    background-size: 100% 100%;
    height:85vh;
    width: 100%;
}
.exORe-content_img{
    width: 100%;
}
.exORe-content_box
{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border-radius: 10px;
}
.exORe_close{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 25px;
    height: 25px;
}
/*责任扩展 end*/
.checkdBox{
    left: 27px;
    background-size: 15px;
}