@charset "utf-8";
html,body{width: 100%;height: 100%;max-width: 750px;margin: 0 auto;}
body{background: #f4f5f8;}

.mainBody{
	width: 100%;
	height: 100%;
	position: relative;
	visibility: hidden;
}
.mainBody.showBody{
	visibility: visible;
}
.wrapper.signContent {
    width: 100%;
    height: 100%;
    position: relative;
	overflow: hidden;
	background: #fff;
}
.content{min-height: 101%;}
.xcyPage{
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 1rem;
}
.imgList{
	width: 100%;
	height: auto;
}
.xcyBtn{
	position: absolute;
	bottom: .2rem;
	left: 4.27%;
	width: 91.46%;
	height: .92rem;
	line-height: .92rem;
	text-align: center;
	font-size: .3rem;
	color: #fff;
	background: #0590C9;
	border-radius: .06rem;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-animation: scale .9s linear infinite;
	animation: scale .9s linear infinite;
}
@-webkit-keyframes scale {
	0%,50%,100% {
		-webkit-transform: scale(1,1);
	}
	25% {
		-webkit-transform: scale(.95,.95);
	}
	75% {
		-webkit-transform: scale(1.05,1.05);
	}
}
@keyframes scale {
	0%,50%,100% {
		transform: scale(1,1);
	}
	25% {
		transform: scale(.95,.95);
	}
	75% {
		transform: scale(1.05,1.05);
	}
}

.contentItem{
	width: 100%;
	height: auto;
}
.xieyiDiv{
	width: 100%;
	height: auto;
	min-height: 100%;
	padding: 0.1rem 0.35rem .36rem;
	background: #fff;
}
.xieyiDiv h2{
	width: 100%;
	height: 0.96rem;
	line-height: 0.96rem;
	text-align: center;
	font-size: 0.34rem;
	color: #333;
	/* font-weight: normal; */
}
.xieyiDiv h3{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: left;
	font-size: 0.3rem;
	color: #333;
}
.xieyiDiv .prefaceDiv .prefaceHead {
  position: relative;
  margin-bottom: .2rem;
}
.xieyiDiv .prefaceDiv .prefaceHead .prefaceHeadItem {
  width: 100%;
  height: auto;
  min-height: .46rem;
  padding-left: 1rem;
  position: relative;
}
.xieyiDiv .prefaceDiv .prefaceHead .prefaceHeadItem .itemLabel{
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: .46rem;
  line-height: .46rem;
  text-align: left;
  font-size: .28rem;
  color: #606266;
}
.xieyiDiv .prefaceDiv .prefaceHead .prefaceHeadItem.longLabel {
  padding-left: 1.8rem;
}
.xieyiDiv .prefaceDiv .prefaceHead .prefaceHeadItem.longLabel .itemLabel {
  width: 1.8rem;
}
.xieyiDiv .prefaceDiv .prefaceHead .prefaceHeadItem p span {
  display: block;
  padding-top: .04rem;
  line-height: .38rem;
  color: #606266;
}
.xieyiDiv .prefaceDiv h3{
	font-size: .26rem;
	color: #666;
	font-weight: normal;
}
.xieyiDiv .underline{
	text-decoration: underline;
}
.xieyiDiv .preface,
.xieyiDiv .contentList{
	width: 100%;
	height: auto;
	position: relative;
	padding-left: .5rem;
}
.xieyiDiv .preface.notNum,
.xieyiDiv .contentList.notNum{
	padding-left: 0;
}
.xieyiDiv .preface .number,
.xieyiDiv .contentList .num{
	width: .5rem;
	height: .4rem;
	position: absolute;
	top: 0;
	left: 0;
	line-height: .4rem;
	text-align: left;
	font-size: .26rem;
	color: #666;
}
.xieyiDiv>p,
.xieyiDiv .preface p,
.xieyiDiv .contentList p{
	width: 100%;
	height: auto;
	line-height: 0.4rem;
	text-align: justify;
	font-size: 0.26rem;
	color: #666;
	word-break: break-all;
	word-break: break-word;
	margin-bottom: 0.15rem;
}
.xieyiDiv p.importTs{
	color: #EE314B;
}
.xieyiDiv .preface p.fontWeight,
.xieyiDiv .contentList p.fontWeight{
	font-weight: bold;
}
.xieyiDiv .finishDiv {
  width: 100%;
  position: relative;
}
.xieyiDiv .finishDiv .signDiv{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.xieyiDiv .finishDiv .signDiv .signItemDiv {
  width: 100%;
  height: auto;
  margin-bottom: .2rem;
}
.xieyiDiv .finishDiv .signDiv .signItemDiv .signItem {
  width: 100%;
  height: auto;
  min-height: .46rem;
  padding-left: 1.8rem;
  position: relative;
}
.xieyiDiv .finishDiv .signDiv .signItemDiv .signItem.hasImg {
  min-height: 1.32rem;
}
.xieyiDiv .finishDiv .signDiv .signItemDiv .signItem .itemLabel{
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: .46rem;
  line-height: .46rem;
  text-align: left;
  font-size: .28rem;
  color: #606266;
}
.xieyiDiv .finishDiv .signDiv .signItemDiv .signItem.hasImg .itemLabel {
  top: .3rem;
}
.xieyiDiv .finishDiv .signDiv .signItemDiv .signItem .signImg {
  width: 1.32rem;
  height: 1.32rem;
}
.xieyiDiv .finishDiv .signDiv .signItemDiv .signItem .itemContent {
  width: 100%;
  height: auto;
  padding-top: .04rem;
}
.xieyiDiv .finishDiv .signDiv .signItemDiv .signItem .itemContent span {
  display: block;
  line-height: .38rem;
  color: #606266;
  font-size: .28rem;
}
.infoDiv{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 0;
}
.company{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .3rem;
	color: #58596b;
	padding: 0 .36rem;
}
.company span{
	margin-left: .4rem;
	color: #5483ed;
}
.tsBox{
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	font-size: .28rem;
	color: #303133;
	border-bottom: .2rem solid #f9f9f9;
	box-sizing: content-box;
	display: flex;
	justify-content: left;
	align-items: center;
	padding-left: .32rem;
}
.tsBox img{
	width: .32rem;
	height: .32rem;
	margin-right: .1rem;
}
.inputList{
	width: 100%;
	height: auto;
	padding: 0 .36rem;
}
.inputList li {
	width: 100%;
	height: .92rem;
	position: relative;
	padding-left: 1.96rem;
}
.inputList li .label{
	width: 1.96rem;
	height: 100%;
	line-height: .92rem;
	text-align: left;
	font-size: .3rem;
	color: #58596b;
	position: absolute;
	top: 0;
	left: 0;
}
.inputList li .inputArea{
	width: 100%;
	height: 100%;
	padding-top: .24rem;
	position: relative;
	display: flex;
	display: flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.inputList li .inputArea input{
	width: 100%;
	height: .44rem;
	border: none;
	outline: none;
	font-size: .3rem;
	color: #333;
	padding: 0;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-prefix-box-flex: 1;
}
.inputList li .inputArea input::-webkit-input-placeholder{
	color: #c5c3d1;
}
.inputList li .inputArea .clearBtn{
	width: .3rem;
	height: .3rem;
	background: url(../img/close_filled.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: .31rem;
	display: none;
}
.inputList li .inputArea input:focus + .clearBtn{
	display: block;
}
.inputList li .inputArea .getCode{
	width: auto;
	height: .44rem;
	line-height: .44rem;
	text-align: right;
	font-size: .3rem;
	color: #5483ed;
	padding-left: .34rem;
	border-left: 1px solid #ddd;
}
.infoItem {
	width: 100%;
	height: .92rem;
	position: relative;
	padding: 0 .36rem 0 2.32rem;
}
.infoItem .label{
	width: 1.96rem;
	height: 100%;
	line-height: .92rem;
	text-align: left;
	font-size: .3rem;
	color: #58596b;
	position: absolute;
	top: 0;
	left: 0.36rem;
}
.infoItem .inputArea{
	width: 100%;
	height: 100%;
	padding-top: .24rem;
	position: relative;
	display: flex;
	display: flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.infoItem .inputArea .arrowRight,
.inputList li .inputArea .arrowRight{
	width: .4rem;
	height: .4rem;
	background: url(../img/arrow_right.png) no-repeat right center;
	background-size: .4rem .4rem;
	position: absolute;
	right: 0;
	top: .28rem;
}
.infoItem .inputArea input{
	width: 100%;
	height: .44rem;
	border: none;
	outline: none;
	font-size: .3rem;
	text-align: left;
	padding: 0 .5rem 0 0;
	color: #333;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-prefix-box-flex: 1;
}
.infoItem .inputArea input::-webkit-input-placeholder{
	color: #c5c3d1;
}
.agreeXieyi{
	width: 100%;
	height: 1.08rem;
	position: relative;
	padding: 0 .36rem 0 .92rem;
}
.radioDiv{
	width: .4rem;
	height: .4rem;
	position: absolute;
	left: .36rem;
	top: .34rem;
	background-image: url(../img/radioBg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.radioDiv.checked{
	background-image: url(../img/radioBgCheck.png);
}
.xieyiText{
	width: 100%;
	height: 1.08rem;
	line-height: 1.08rem;
	text-align: left;
	font-size: .3rem;
	color: #575a67;
}
.xieyiText span{
	color: #5383ec;
}
.idCardInfoDiv,
.photoInfoDiv{
	width: 100%;
	height: 4.45rem;
	position: relative;
	background: #fff;
	padding: 0 .11rem;
	border-top: .2rem solid #f5f5f5;
}
.idCardInfoDiv .infoTitle,
.photoInfoDiv .infoTitle{
	width: 100%;
	height: 1.04rem;
	padding: 0 .25rem 0 .48rem;
	position: relative;
}
.idCardInfoDiv .infoTitle .titleBg,
.photoInfoDiv .infoTitle .titleBg{
	width: .06rem;
	height: .3rem;
	position: absolute;
	top: .37rem;
	left: .25rem;
	background: #5383EC;
}
.idCardInfoDiv .infoTitle h3,
.photoInfoDiv .infoTitle h3{
	width: 100%;
	height: 1.04rem;
	line-height: 1.04rem;
	text-align: left;
	font-size: .3rem;
	color: #575a67;
	font-weight: normal;
}
.idCardInfoDiv .infoImgs{
	width: 100%;
	height: 2.16rem;
	position: relative;
}
.photoInfoDiv .infoImgs{
	width: 4.8rem;
	height: 2.2rem;
	position: relative;
	margin: 0 auto;
	background: #eeeff3;
}
.idCardInfoDiv .infoImgs .idCardUpload{
	position: relative;
	width: 50%;
	height: 100%;
	float: left;
	padding: 0 .25rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 3.08rem 2.16rem;
}
.photoInfoDiv .infoImgs .idCardUpload{
	width: 1.7rem;
	height: 2rem;
	position: relative;
	top: .1rem;
	margin: 0 auto;
	background-color: #fff;
	border-radius: .06rem;
	overflow: hidden;
}
.idCardInfoDiv .infoImgs .idCardUpload.front{
	background-image: url(../img/idCardFront.png);
}
.idCardInfoDiv .infoImgs .idCardUpload.back{
	background-image: url(../img/idCardBack.png);
}
.photoInfoDiv .infoImgs .idCardUpload.photo{
	background-image: url(../img/photo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.36rem 1.5rem;
}
.idCardInfoDiv .infoImgs .idCardUpload>img{
	width: 100%;
	height: 2.16rem;
}
.photoInfoDiv .infoImgs .idCardUpload.photo>img{
	width: 100%;
	height: 2.16rem;
}
.idCardInfoDiv .infoImgs .idCardUpload .cameraIcon,
.photoInfoDiv .infoImgs .idCardUpload .cameraIcon{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2.16rem;
	background: url(../img/camera.png) no-repeat center center;
	background-size: .88rem .88rem;
}
.idCardInfoDiv .infoTexts,
.photoInfoDiv .infoTexts{
	width: 100%;
	height: 1rem;
	position: relative;
}
.idCardInfoDiv .infoTexts p,
.photoInfoDiv .infoTexts p{
	width: 50%;
	height: 100%;
	float: left;
	line-height: 1rem;
	text-align: center;
	font-size: .28rem;
	color: #c4c5ce;
}
.photoInfoDiv .infoTexts p{
	width: 100%;
}
.tishi{
	width: 100%;
	height: auto;
	line-height: .34rem;
	text-align: left;
	font-size: .22rem;
	color: #9a9da6;
	padding: .31rem 0.35rem;
}
.signBtn{
	width: 91.46%;
	height: .92rem;
	line-height: .92rem;
	text-align: center;
	font-size: .3rem;
	color: #fff;
	background: #5384ed;
	border-radius: .06rem;
	margin: .3rem auto .4rem;
}
.resultDiv{
	width: 100%;
	height: auto;
}
.resultInfo{
	width: 100%;
	height: auto;
	padding: .6rem .3rem .6rem;
	background: #fff;
}
.resultImg{
	width: 1.3rem;
	height: 1.3rem;
	display: block;
	margin: 0 auto .2rem;
}
.resultTitle{
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	font-size: .38rem;
	color: #333;
	font-weight: normal;
	margin-bottom: .12rem;
}
.resultText{
	width: 100%;
	height: auto;
	line-height: .4rem;
	text-align: center;
	font-size: .26rem;
	color: #9da0a7;
}
.resultBtn{
	width: 91.46%;
	height: .92rem;
	line-height: .92rem;
	text-align: center;
	font-size: .32rem;
	color: #fff;
	background: #5384ed;
	border-radius: 0.06rem;
	margin: .6rem auto;
}
.resultBtn.btnTouched{
	background-color: #376ee6;
}

.signBtns{
	width: 100%;
	height: 2.35rem;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	box-shadow: 0 -5px 10px 5px rgba(255,255,255,.8);
	-webkit-box-shadow: 0 -5px 10px 5px rgba(255,255,255,.8);
	padding: 0.37rem 0.35rem;
}
.signBtns>p{
	width: 100%;
	height: auto;
	line-height: 0.4rem;
	text-align: justify;
	font-size: 0.26rem;
	color: #666;
	word-break: break-all;
	word-break: break-word;
	margin-bottom: 0.15rem;
}
.signBtns p.importTs{
	color: #EE314B;
}
.signBtns p.importTs.readText{
	font-weight: bold;
}
.createVideo,
.nextBtn{
	width: 100%;
	height: 0.92rem;
	line-height: .92rem;
	text-align: center;
	font-size: .32rem;
	background-color: #5383ec;
	color: #fff;
	border-radius: 0.04rem;
}
.videofile{
	visibility: hidden;
}

.authDiv{
	width: 100%;
	height: auto;
	padding: .92rem .38rem .45rem;
	background-color: #f4f7fc;
	background-image: url(../img/authOne.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 3.5rem;
	border: 1px solid #e4ebf3;
	border-radius: 0.04rem;
	margin-bottom: .32rem;
}
.authDiv:last-child{
	background-image: url(../img/authTwo.png);
}
.authDiv .authText{
	width: 100%;
	height: auto;
	margin-bottom: .37rem;
	line-height: .4rem;
	text-align: left;
	font-size: .26rem;
	color: #999;
}
.authDiv .authImg{
	width: 100%;
	height: 2.1rem;
	background-image: url(../img/videoAuth.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 6.02rem 2.1rem;
}
.authDiv:last-child .authImg{
	background-image: url(../img/infoAuth.png);
}

.loadDiv .loadImgDiv{
	top: 45%;
}
.loadDiv .progressArea{
	position: absolute;
	top: 55%;
	left: 0;
	width: 100%;
	height: 1.5rem;
	padding: .18rem 0 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.loadDiv .progressArea .progressDiv{
	width: 60%;
	height: .08rem;
	margin: 0 auto;
	background: rgba(0,0,0,.8);
	border-radius: .04rem;
	overflow: hidden;
}
.loadDiv .progressArea .progressDiv span{
	display: block;
	width: 0;
	height: 100%;
	background: #fff;
	border-radius: .04rem;
}
.loadDiv .progressArea p{
	width: 100%;
	height: .5rem;
	line-height: .6rem;
	text-align: center;
	font-size: .32rem;
	color: #fff;
}

.mengbanDiv{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.64);
	z-index: 999;
}
.xieyiArea{
	width: 100%;
	height: 80%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	overflow: hidden;
	z-index: 9999;
}
.closeBtn{
	width: 100%;
	height: 1.66rem;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	box-shadow: 0 -5px 10px 5px rgba(255,255,255,.8);
	-webkit-box-shadow: 0 -5px 10px 5px rgba(255,255,255,.8);
	padding: 0.37rem 0.35rem;
	z-index: 9999;
}
.closeBtn div{
	width: 100%;
	height: 0.92rem;
	line-height: .92rem;
	text-align: center;
	font-size: .32rem;
	background-color: #5383ec;
	color: #fff;
	border-radius: 0.04rem;
}
.xieyiWrapper{
	width: 100%;
	height: 100%;
	position: relative;
}
.xieyiDiv{
	width: 100%;
	height: auto;
	padding: 0.1rem 0.35rem 1.76rem;
	background: #fff;
}
.xieyiArea .xieyiDiv{
	/* padding: .1rem .35rem 1rem; */
}
.xieyiDiv h2{
	width: 100%;
	height: 0.96rem;
	line-height: 0.96rem;
	text-align: center;
	font-size: 0.34rem;
	color: #333;
	/* font-weight: normal; */
}
.xieyiDiv h3{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: left;
	font-size: 0.3rem;
	color: #333;
}
.xieyiDiv .prefaceDiv h3{
	font-size: .26rem;
	color: #666;
	font-weight: normal;
}
.xieyiDiv .underline{
	text-decoration: underline;
}
.xieyiDiv .preface,
.xieyiDiv .contentList{
	width: 100%;
	height: auto;
	position: relative;
	padding-left: .5rem;
}
.xieyiDiv .preface.notNum,
.xieyiDiv .contentList.notNum{
	padding-left: 0;
}
.xieyiDiv .preface .number,
.xieyiDiv .contentList .num{
	width: .5rem;
	height: .4rem;
	position: absolute;
	top: 0;
	left: 0;
	line-height: .4rem;
	text-align: left;
	font-size: .26rem;
	color: #666;
}
.xieyiDiv .preface p,
.xieyiDiv .contentList p{
	width: 100%;
	height: auto;
	line-height: 0.4rem;
	text-align: justify;
	font-size: 0.26rem;
	color: #666;
	word-break: break-all;
	word-break: break-word;
	margin-bottom: 0.15rem;
}
.xieyiDiv .preface p.fontWeight,
.xieyiDiv .contentList p.fontWeight{
	font-weight: bold;
}

.lookCooperationArea{
	width: 100%;
	height: .8rem;
	position: relative;
}
.lookCooperationArea div{
	width: 50%;
	height: 100%;
	line-height: .8rem;
	text-align: center;
	font-size: .26rem;
	color: #999;
	margin: 0 auto;
}
.lookCooperationArea.agencyPerson{
	position: absolute;
	bottom: 0;
	left: 0;
}