*{
	box-sizing: border-box;
}
html,body{
	min-height: 100%
}
input:focus{
	border: none;
	outline: none;
}

.private_law{
    min-height: 100%;
    position: relative;
    padding-bottom: 1.3rem;
}

.private_law1{
	min-height: 100%;
    position: relative;
}

.banner{
	width:100%;
	height: 1.65rem;
	position: relative;
	background-color: rgba(38, 88, 165, 0.95);
}

.banner img{
	width: 5.28rem;
	height: 0.82rem;
	max-width:100%;
	max-height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.banner-swiper{
	width:100%;
	height: 4.22rem;
}
.banner-swiper .swiper-container{
	width: 100%;
	height: 100%;
}

.banner-swiper .logo_icon {
	position: absolute;
	top: 0.8rem;
	left: 0;
	color: #FFF;
	right: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	padding-left: 0.7rem;
}

.banner-swiper .logo_icon img {
	width: 0.6rem;
	height: 0.6rem;
	margin-right: 0.1rem;
}
.banner-swiper .logo_right{
	transform: scale(0.6);
	margin-left: -0.9rem;
	margin-top: -0.15rem;
}

.banner-swiper .logo_icon .logo_btitle{
	font-size: 0.44rem;
}

.banner-swiper .logo_icon .logo_stitle{
	font-size: 0.2rem;
}

.banner-swiper .btitle{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 2rem;
	left: 0;
	font-size: 0.42rem;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.1rem;
}

.banner-swiper .stitle{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 2.7rem;
	left: 0;
	font-size: 0.2rem;
	color: #FFF;
	letter-spacing: 0.04rem;
}

.swiper-pagination-bullet{
	width: 0.3rem;
	height: 0.05rem;
	background-image: url('/public/images/png_4.png');
	border-radius: 0;
	margin: 0 0.1rem;
	opacity: 1;
	background-size: 100% 100%;
}

.swiper-pagination-bullet-active{
	background-image: url('/public/images/png_3.png');
}

.banner-swiper .click_btn{
	width: 2.5rem;
	height: 0.65rem;
	line-height: 0.65rem;
	font-size: 0.3rem;
	color: #FFF;
	text-align: center;
	margin-left: -1.25rem;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	background-size: 100% 100%;
}
.banner-swiper img{
	width:100%;
	height: 100%;
}

.platform_title{
	width: 100%;
    font-size: 0.36rem;
    text-align: center;
    margin: 0.48rem auto;
}

.classification_icon{
	padding-top: 0.32rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.classification_icon a{
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.classification_icon li{
	width: 3.15rem;
	height: 1.77rem;
	margin-right: 0.3rem;
	margin-bottom: 0.32rem;
	border-radius: 0.1rem;
	overflow: hidden;
	padding-top: 0.1rem;
}

.classification_icon li img{
	width: 0.8rem;
	height: 0.8rem;
}

.classification_icon li.blue{
	background-color: #5988D2;
}

.classification_icon li.orange{
	background-color: #FAAD26;
}

.classification_icon li:nth-of-type(2n){
	margin-right: 0;
}

.icon_title{
	font-size: 0.28rem;
	font-weight: bold;
	color: #FFF;
	margin-top: 0.1rem;
}

.common_title{
	font-size: 0.24rem;
	color: #666666;
}

.common_title1{
	font-size: 0.20rem;
	color: #666666;
}

.index_article_list{
	width: 6.6rem;
	margin: auto;
	padding: 0.2rem 0;
}

.index_article_list .item{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0.2rem 0;
	border-bottom: 0.01rem solid #EEEEEE;
}

.index_article_list .left{
	flex: 1;
}

.index_article_list .pic{
	width: 2.12rem;
	height: 1.33rem;
	margin-left: 0.3rem;
}

.index_article_list .pic img{
	width: 100%;
	height: 100%;
	display: block;
}

.index_article_list .btitle{
	width: 100%;
	font-size: 0.36rem;
	color: #333;
	line-height: 0.5rem;
	height: 1rem;
}

.index_article_list .stitle{
	width: 100%;
	font-size: 0.2rem;
	color: #CCCCCC
}

.private_law_bottom{
	width: 100%;
	height: 1.3rem;
	background-color: #2658A5;
	padding:0.2rem 0.4rem 0;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	font-size: 0.18rem;
	display: flex;
	justify-content: space-between;
}

.private_law_bottom_box {
	width: 14rem;
	margin-left: -1rem;
	transform: scale(0.7);
	display: flex;
	justify-content: space-between;
}

.private_law_bottom .left{
	width: 5rem;
	flex: 1;
    position: relative;
    margin-top: -0.2rem;
    margin-left: -0.5rem;
    line-height: 0.4rem;
    letter-spacing: 0.02rem;
	justify-content: space-between;
}

.private_law_bottom .left img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.1rem;
	margin-top: -0.03rem;
}

.private_law_bottom .right{
	width: 1.34rem;
}
.private_law_bottom .right .pic{
	width: 1.34rem;
	height: 1.34rem;
}

.private_law_bottom .right .pic img{
	width: 100%;
	height: 100%;
	display: block;
}

.private_law_bottom .right .text{
	width: 100%;
	font-size: 0.18rem;
	color: #FFF;
	margin-top: 0.23rem;
	text-align: center;
}

.search_icon{
	width: 2.5rem;
}

.search_title{
	font-weight: bold;
	color: #333333;
	font-size: 0.4rem;
}

.search_inner{
	height: 1rem;
	width: 6.90rem;
	background-color: #E5E6E6;
	padding: 0.1rem;
	border-radius: 0.5rem;
	text-align: left;
}

.search_input{
	height: 0.8rem;
	width: 5.54rem;
	font-size: 0.3rem;
	color: #B5B4B4;
	padding-left:0.4rem;
	border-radius: 0.4rem;
	border:none;
}

.search_button{
	width: 0.54rem;
	vertical-align: middle;
	margin-left:0.2rem;
}

.result_title{
	padding:0.20rem 0.28rem;
	background-color: #5988D2;
	border-top-left-radius: 0.15rem;
	border-top-right-radius: 0.15rem;
	display: flex;
	justify-content: space-between;
}
.result_title span{
	font-size: 0.32rem;
	color: #fff;
}
.result_reason{
	padding:0.34rem 0.38rem 0.30rem 0.28rem;
	background-color: #FBFBFB;
	border:1px solid #E3E3E3;
	border-bottom-left-radius: 0.15rem;
	border-bottom-right-radius: 0.15rem;
}

.result_reason p{
	font-size: 0.26rem;
	color: #666666;
	line-height: 0.45rem;
	
}


.result_inner{
	margin-top: 0.3rem;
	/*box-shadow: 1px 1px 5px #b9b8b8;*/
    border-radius: 0.15rem;
}

.result_inner:nth-of-type(1){
	margin-top: 0;
}


.publicity_list span:nth-of-type(1) {
    font-size: 0.26rem;
    color: #333333;
    display: inline-block;
    width: 1.4rem;
    padding-top: 0.15rem;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}



.publicity_list:nth-of-type(1) span:nth-of-type(1){
	padding-top: 0rem;
}

.publicity_list span:nth-of-type(2) {
    font-size: 0.26rem;
    color: #666666;
    padding-left: 0.25rem;
    border-left: 1px solid #E6E6E6;
    padding-top: 0.15rem;
    display: inline-block;
    width: 4.5rem;
}


.policiesRegulations_inner{
	padding:0.3rem;
}

.policiesRegulations_list{

}

.policiesRegulations_list a{
	display: block;
}

.policiesRegulations_list {
	border-bottom:1px solid #E8E8E8;
	padding:0.3rem 0;
}

.policiesRegulations_list:nth-of-type(1){
	padding-top:0;
}

.policiesRegulations_list a p:nth-of-type(1){
	color: #101010;
	font-size: 0.32rem;
	line-height: 0.45rem;
}


.policiesRegulations_list a p:nth-of-type(2){
	font-size: 0.2rem;
	color: #999999;
	margin-top: 0.2rem;
}


.detail_inner{
	font-size: 0.36rem;
	color: #1A1A1A;
	line-height: 0.5rem;
    letter-spacing: 0.1rem;
}

.detail_maxTitle{
	font-size: 0.38rem;
	color: #101010;
	line-height: 0.6rem;
}

.detail_minTitle{
	font-size: 0.26rem;
	color: #999999;
}

.line{
	border-bottom: 1px solid #E8E8E8;
}

.news_img{
	width: 1.4rem;
	vertical-align: top;
	border-radius: 0.1rem
}

.news_right{
	display: inline-block;
	width: 5.4rem;
    padding-left: 0.2rem;
    vertical-align: top;
}


.news_img1{
	display: inline-block !important;
	height: 0.72rem;
	width: 0.84rem;
	border-left: 1px solid #DCDCDC;
	vertical-align: middle;
}

.news_img1 img{
	width: 0.48rem;
	margin-top: 0.12rem;
	float: right;
}

.news_right1{
	display: inline-block;
	width: 5.9rem;
    padding-left: 0.2rem;
    vertical-align: middle;
}

.policiesRegulations_inner1{
	padding:0.3rem;
}

.policiesRegulations_list1 {
	border-bottom:1px solid #E8E8E8;
	padding:0.3rem 0;
}

.policiesRegulations_list1:nth-of-type(1){
	padding-top:0;
}

.policiesRegulations_list1 p:nth-of-type(1){
	color: #101010;
	font-size: 0.32rem;
	line-height: 0.45rem;
}


.policiesRegulations_list1 p:nth-of-type(2){
	font-size: 0.2rem;
	color: #999999;
	margin-top: 0.2rem;
}

.video_show{
	width:2.5rem;
	height: 1.4rem;
	border-radius: 0.1rem;
	background-color: #ededed
}

.news_right3{
	display: inline-block;
	width:4.2rem;
    padding-left: 0.2rem;
    vertical-align: top;
}


.save_title{
	padding:0.3rem 0.3rem 0.2rem 0.3rem;
	text-align: center;
}
.number_1{
	width: 0.4rem;
	border-radius: 50%;
	height: 0.4rem;
	background-color: #2658A5;
	font-size: 0.3rem;
	line-height: 0.4rem;
	text-align: center;
	display: inline-block;
	color: #FBFBFB;
}


.title1{
	font-size: 0.28rem;
	color: #2658A5;
	margin-left: 0.1rem;
}


.number_2{
	width: 0.4rem;
	border-radius: 50%;
	height: 0.4rem;
	background-color: #D8D8D8;
	font-size: 0.3rem;
	line-height: 0.4rem;
	text-align: center;
	display: inline-block;
	color: #FBFBFB;
}


.title2{
	font-size: 0.28rem;
	color: #C9C9C9;
	margin-left: 0.1rem;
}


.msg{
	width: 6.9rem;
	height: 0.56rem;
	background-color: #F2FAFF;
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.56rem;
	color: #ADADAD
}

.save_innerTitle{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	/*background-color: #F2F2F2;*/
	font-size: 0.36rem;
	font-weight: bold;
	color: #555555;
	padding-left: 0.28rem;
	/*border-top: 0.2rem solid #F8F9FA;*/
	/*padding-top: 0.3rem;*/
	background-color: #f2f2f2;
}

.save_msg{
	padding:0 0.1rem;
}

.must_write{
	width: 0.2rem;
	height: 0.3rem;
	color: #FF2226;
	font-size: 0.28rem;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.msg_inner{
	/*border-bottom: 1px solid #E3E3E3;*/
	/*height: 1rem;*/
	display: inline-block;
	width:calc(100% - 0.3rem);
	vertical-align: middle;
}

.must_title{
	font-size: 0.28rem;
	color: #333333;
	width: 2.7rem;
	display: inline-block;
	height: 1rem;
    line-height: 1rem;
}

.save_input{
	width: 3.7rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	height: 1rem;
	border:none;
	text-align: left;
	font-size: 0.26rem;
	color: #666666;
	text-align: right;
}

.select1{
	position: absolute;
	display: none;
	z-index: 10;
}
.select2{
	position: absolute;
	display: none;
	z-index: 10;
}
.select3{
	position: absolute;
	display: none;
	z-index: 10;
}
.select4{
	position: absolute;
	display: none;
	z-index: 10;
}
.select5{
	position: absolute;
	display: none;
	z-index: 10;
}
.select6{
	position: absolute;
	display: none;
	z-index: 10;
}
.select7{
	position: absolute;
	display: none;
	z-index: 10;
}

.select_race{
	width: 6.4rem;
    border: 1px solid #ededed;
    background: #fff;
    max-height: 5rem;
    overflow-y: scroll;
    box-shadow: 1px 1px 5px #c3c1c1;
}
.select_race li{
	width: 100%;
    height: 1rem;
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding-left: 0.2rem;
    line-height: 1rem;
    font-size: 0.28rem;
}

.arrow{
	width: 0.2rem;
    float: right;
    margin-top: 0.30rem;
    margin-right: 0.25rem;
    margin-left: 0.1rem;
}


.choose {
    position: relative;
    padding-right: 0.2rem;
    /*height: 0.9rem;*/
    padding-top: 0.15rem;
    display: inline-block;
    margin-left: 1.5rem;
}

.choose .radio {
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #0c4757;
    padding-left: 25px;
    cursor: pointer;
    margin-left: 0.4rem;

}

.choose .radio input {
    position: absolute;
    left: 0rem;
    top:0rem;
    width: 0.28rem;
    height: 0.28rem;
    margin: 0;
    opacity: 0;
}

.choose .radio i {
    display: block;
    position: absolute;
    top: 0.06rem;
    left: 0;
    width: 0.28rem;
    height: 0.28rem;
    outline: 0;
    border: 0.03rem solid #e3e3e2;
    background-color: #FFF;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.choose .radio input + i:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0.12rem;
    height: 0.12rem;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}

.choose .radio input:checked + i:after {
    opacity: 1;
}

.choose .radio input:checked + i{
	border-color: #f0a82c;
}
.choose .radio input:checked + i:after {
    background-color: #f0a82c
}

.sex-choose{
	font-size: 0.28rem;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}

.submit_form{
	height: 0.8rem;
	width: 6.90rem;
	background: #2658A5;
	border-radius: 0.4rem;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.32rem;
	color: #ffffff;
	margin: 0.3rem;
	border:none;
}
.pro_inner{
	padding: 0.3rem;
	padding-top: 0;
}
.pro_inner span{
	font-size: 0.28rem;
    color: #fff;
    padding: 0.1rem 0.3rem;
    background-color: #5988D2;
    display: inline-block;
    margin-right: 0.2rem;
    border-radius: 0.3rem;
}

.line_bottom{
	border-bottom: 1px solid #eeeeee;
    display: inline-block;
    width: calc(100% - 0.3rem);
    margin-left: 0.2rem;
}

.code_click{
	width: 1.64rem;
	height: 0.5rem;
	border:1px solid #E3E3E3;
	border-radius: 0.25rem;
	font-size: 0.22rem;
	color: #B5B5B6;
	background-color: #fff;
	text-align: center;
}

.yifasongyanzheng{
	background-color:  #e6e6e6;
}

.msg_textarea{
	width:6.9rem;
	height: 1.28rem;
	padding:0.15rem;
	border:1px solid #E3E3E3;
}

.upload_identity{
	width: 7rem;
	height: 4.44rem;
	margin:0 auto;
	position: relative;
}
.upload_identity img{
	width: 100%;
	height: 100%;
}

.upload_identity input{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
	top:0;
}

.upload_title{
	color: #333333;
	font-size: 0.28rem;
	padding:0.15rem 0.25rem;
}

.upload_title2{
	color: #827E7E;
	font-size: 0.20rem;
	padding:0rem 0.25rem 0.15rem 0.25rem;
}
.upload_identity1{
	width: 1.62rem;
	height: 1.62rem;
	position: relative;
	display: inline-block;
	margin-top: 0.2rem;
}
.upload_identity1 img{
	width: 100%;
	height: 100%;
}

.upload_identity1 input{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top:0;
	right: 0
}

.upload_list{
	list-style: none;
	width: 100%;
	padding: 0.25rem;
/*	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
	padding-top: 0;
	padding-right: 0;
    font-size: 0;
}


.upload_inner{
	position: relative;
	width: 1.62rem;
	height: 1.62rem;
	display: inline-block;
	margin-top: 0.2rem;
	margin-right: 0.17rem;
}

.upload_inner .upload_img1{
	width: 100%;
	height: 100%;
}
.upload_inner .upload_img2{
	width: 100%;
	height: 100%;
}

.delete{
	width: 0.44rem;
	height: 0.44rem;
	position: absolute;
	top:-0.12rem;
	right: -0.12rem;
}

.mes_dialog{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	left: 0;
	top:0;
}

.select_mes{
	display: none;
}

.select_race_inner{
	width: 6.4rem;
    border: 1px solid #ededed;
    background: #fff;
    max-height: 7rem;
    overflow-y: scroll;
    box-shadow: 1px 1px 5px #c3c1c1;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.select_race_inner li{
	width: 100%;
    height: 1rem;
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding-left: 0.2rem;
    line-height: 1rem;
    font-size: 0.28rem;
}

.select_mes1{
	display: none;
}

.mes_tip{
	display: none;
	z-index:-1;
}

.mes_inner{
	position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 0.08rem;
    padding:0.3rem;
    width: 5rem;
}

.select_race_list1{
	width: 6.4rem;
    border: 1px solid #ededed;
    background: #fff;
    /*max-height: 7rem;*/
    overflow-y: scroll;
    box-shadow: 1px 1px 5px #c3c1c1;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.select_race_inner1{
}
.select_race_inner1 li{
	width: 100%;
    height: 1rem;
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding-left: 0.2rem;
    line-height: 1rem;
    font-size: 0.28rem;
}

.select_race_inner1 .active{
	color: #2658A5
}
.submit_form1{
	height: 0.8rem;
	width: 3.00rem;
	background: #2658A5;
	border-radius: 0.4rem;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.32rem;
	color: #ffffff;
	margin: 0.2rem auto;
	display: block;
	border:none;
}

.more_click{
	margin-bottom: 0.5rem;
	font-size: 0.24rem;
	color: #999999;
}

.more_click img{
	width: 0.25rem;
	height: 0.25rem;
	margin-top: 0.12rem;
}
.tip_warning{
	position: fixed;
	top:0.3rem;
	left:50%;
	transform: translateX(-50%);
	display: none;
	z-index: -1
}

.tip_warning p{
	font-size: 0.3rem;
    color: #f65033f7;
    padding: 0.1rem 0.2rem;
    background-color: #fff;
    border-radius: 0.1rem;
    box-shadow: 2px 2px 2px #d9d7d7;
}


.tip_delete{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top:0;
	z-index: -1;
	display: none;
}

.delete_inner{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 0.08rem;
	text-align: center;
	padding:0.45rem 0;
	width: 5.5rem
}

.delete_inner p{
	font-size: 0.44rem;
	color: #333333;
	padding:0.3rem 0;
}
.delete_cancel{
	padding:0.15rem 0.35rem;
	border:0.01rem solid #e4e4e4;
	background: #fff;
	display: inline-block;
	border-radius: 0.05rem
}
.delete_commit{
	padding:0.15rem 0.35rem;
	border:0.01rem solid #1bc1ff;
	background: #1bc1ff;
	display: inline-block;
	margin-left: 0.2rem;
	color: #fff;
	border-radius: 0.05rem
}

/*loading*/
.loading_show{
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	/*z-index: -1;*/
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.loadEffect{
    width: 100px;
    height: 100px;
    position: relative;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.loadEffect span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
    }
}
.loadEffect span:nth-child(1){
    left: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
    left: 14px;
    top: 14px;
    -webkit-animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay:0.39s;
}
.loadEffect span:nth-child(4){
    top: 14px;
    right:14px;
    -webkit-animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
    right: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
    right: 14px;
    bottom:14px;
    -webkit-animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay:1.04s;
}


.header_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*padding: 0.2rem 0;*/
	width: 100%;
	box-shadow: 1px 1px 5px #b9b8b8;
	position: fixed;
	top:0;
	height: 0.8rem;
	line-height: 0.8rem;
	background: #fff;
	z-index: 10;
}

.header_inner img{
	width: 0.32rem;
    height: 0.32rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.15rem;
    margin-top: -0.05rem;
}

.header_inner a{
	width: 33.3%;
	display: inline-block;
	text-align: center;
	color: #2658A5
}