* {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #666;
	font-size: 18px;
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

html,
body {
	width: 100%;
}

input,
button {
	outline: none;
	border: none;
	background: transparent;
}

.btn-submit {
	display: block;
	width: 90%;
	margin: 2 auto;
	padding: 0.6rem;
	text-align: center;
	border-radius: 0.25rem;
	font-size: .9rem;
	background: -webkit-linear-gradient(left, #3ab1ee, #787ef9);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left, #3ab1ee, #787ef9);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left, #3ab1ee, #787ef9);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(left, #3ab1ee, #787ef9);
	/* 标准的语法（必须放在最后） */
	color: #fff;
}

a {
	text-decoration: none;
}


/*index样式*/
.index-wrap {
	overflow: hidden;
}

.index_top {
	width: 100%;
}

.index_top img {
	display: block;
	width: 100%;
}

.index_logo {
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	background: #fff;
	border-radius: 0.1rem;
	margin: 0 auto;
	box-shadow: 0 0.25rem 0.75rem #eee;
	text-align: center;
	position: relative;
	top: -2.3rem;
}

.index_logo img {
	width: 70%;
	vertical-align: middle;
}

.index_forms {
	margin-top: 2rem;
}

.index_forms input {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 0.5rem;
	text-align: center;
	border-radius: 0.25rem;
	font-size: .9rem;
	border: 1px solid #787ef9;
}


.index_forms input:first-child {
	margin-bottom: 1.5rem;
}

.index_forms .active {
	background: -webkit-linear-gradient(left, #3ab1ee, #787ef9);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left, #3ab1ee, #787ef9);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left, #3ab1ee, #787ef9);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(left, #3ab1ee, #787ef9);
	/* 标准的语法（必须放在最后） */
	color: #fff;
	border: none;
}

.index_modal {
	display: none;
	background: rgba(0, 0, 0, .2);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 1rem;
}

.index_modal .modal_wrap {
	background: #fff;
	position: relative;
	top: 3rem;
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
	border-radius: 6px;
}

.index_modal .index_wrap_top {
	overflow-y: auto;
	min-height: 180px;
	max-height: 45vh;

}

.index_modal .modal_wraptitle {
	text-align: center;
	padding: 0.6rem 0;
	font-size: 0.9rem !important;
	color: #000;
}

.index_modal .modal_wrap p {
	width: 90%;
	margin: .1rem auto;
	font-size: 0.8rem;
	text-indent: 1rem;
}

.index_modal .modal_wrap .index_extra {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;


	font-size: 0.8rem;
	padding: .4rem 0 1rem 0;
	width: 100%;
	border-radius: 0 0 6px 6px;
}

.index_modal .modal_wrap .index_extra button {
	margin: 1rem auto;
	background-color: rgba(66, 171, 240);
	color: #fff;
	padding: 0.3rem 1rem;
	font-size: 0.8rem;
	border-radius: 4px;
	text-align: center;
	display: block;
}

.index_modal .modal_wrap .index_extra a {
	color: #3b6cf5;
	font-size: 0.8rem;
}


/*头部公共样式*/

.header {
	padding: 0 4%;
	background: #f9f9f9;
	height: 3rem;
	line-height: 3rem;
	vertical-align: middle;
}

.header span {
	color: #666;
	width: 33.33%;
}

.header span:nth-child(2) {
	text-align: center;
}

.header span:last-child {
	text-align: right;
	font-size: .9rem;
}

.header i {
	color: #666;
}

.company-wrap {
	width: 90%;
	margin: 0 auto;
	padding: 2rem 0;
}

.company-wrap div {
	position: relative;
}

.company-wrap input {
	width: 100%;
	font-size: .8rem;
	border-bottom: 1px solid #eee;
	padding-bottom: .6rem;
}

.company-wrap .telphone {
	position: relative;
}

.tel_code {
	background: -webkit-linear-gradient(left, #3ab1ee, #787ef9);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left, #3ab1ee, #787ef9);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left, #3ab1ee, #787ef9);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(left, #3ab1ee, #787ef9);
	color: #fff;
	border-radius: .25rem;
	width: 42%;
	font-size: .8rem;
	padding: .4rem;
	display: inline-block;
	position: absolute;
	top: .4rem;
	right: 0;
}

.company-wrap p.error {
	font-size: .8rem;
	margin-top: .5rem;
	color: #de554e;
}

.company-wrap label.success {
	background: url(img/sucess.png);
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
}

.company-wrap label {
	font-size: .9rem;
	color: #333;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: .8rem;
}

.picode {
	position: relative;
}

.picode input:last-child {
	background: #F7F7F7;
}

.picode .code {
	border: 0;
	position: absolute;
	right: 0;
	top: .5rem;
	width: 30%;
	padding: .4rem;
	display: inline-block;
}

.theForm>div {
	margin-bottom: .5rem;
}


/*上传图片*/

.comupload-title {
	padding-left: 4%;
	height: 3rem;
	line-height: 3rem;
	font-size: .9rem;
}

.comupload-container {
	padding: 1rem 4%;
	background: #fff;
	margin-bottom: .7rem;
}

.comupload-con {
	height: 1.6rem;
	line-height: 1.6rem;
	margin-bottom: 1rem;
}

.comupload-conrig {
	width: 3rem;
	height: 1.6rem;
	line-height: 1.6rem;
	border-radius: .25rem;
	background: #de554e;
	color: #fff;
	text-align: center;
	font-size: .9rem;
}


/*安卓iOS上传*/

.up_form-group,
.up_form-group1 {
	margin-left: 14px;
	border: none;
	height: 0;
}

/*.up_form-group img,
.up_form-group1 img {
	width: 100px;
	height: 100px;
}*/

.anzhuo {
	position: relative;
	float: left;
}

.anzhuo .file {
	width: 100px;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.anzhuo .add-img {
	width: 100px;
	height: 100px;
}

.up_proup {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 1000;
	display: none;
}

.kuang {
	position: relative;
	top: 20%;
	width: 80%;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 30px;
}

.up_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #efefef;
	padding-left: 24px;
}

.up_title i {
	color: #51aceb;
	font-size: 24px;
	margin-right: 10px;
}

.fileInputContainer,
.cancel {
	text-align: center;
	height: 42px;
	line-height: 42px;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	position: relative;
	width: 80%;
	display: block;
	margin: 26px auto;
}

.kuang .cameratuku {
	height: 42px;
	font-size: 300px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	width: 100%
}


/*安卓iOS上传*/

.note {
	margin-top: 1.3rem;
	font-size: .8rem;
	color: #888;
}

label {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 6px;
}

.prompt_input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.prompt_input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 20px;
	padding: 15px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


/*注册成功*/

.save-con p {
	display: block;
	text-align: center;
}

.save-con p:first-child {
	margin-top: 3rem;
}

.save-con i {
	font-size: 3rem;
	color: #5cb85c;
}

.save-font {
	width: 90%;
	margin: 3rem auto;
	text-align: justify;
}


/*引导页*/

.yincontainer {
	padding: 1rem 4%;
}

.yin-title {
	margin: .8rem 0;
}

.yincontent {
	background: #fff;
	border-radius: 4px;
	padding: 1.4rem 1rem;
	position: relative;
}

.yincontent .con-lef {
	width: 50%;
	text-align: center;
}

.yincontent .con-rig {
	width: 50%;
	text-align: center;
}

.yincontent img {
	width: 50%;
	margin: .5rem auto;
	display: block;
}

.yincontent .con-rig {
	width: 50%;
}

.yincontent span {
	width: 1px;
	height: 80%;
	background: #e1e1e1;
	position: absolute;
	left: calc(50% - 2px);
}

.yinfooter {
	background: #fff;
	padding: 1rem;
	margin: 1rem 0;
}

.yinfooter ul li {
	float: left;
}

.yinfooter ul li img {
	width: 70%;
}

.big_img {
	position: fixed;
	z-index: -1;
	opacity: 0;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.big_img .swiper-container2 {
	position: relative;
	width: 100%;
	height: 100%;
}

.big_img .swiper-container2 .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.big_img .swiper-slide {
	width: 100%;
	height: 100%;
	display: table
}

.big_img .swiper-slide .cell {
	width: 100%;
	;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.big_img .swiper-slide img {
	max-width: 90%;
	max-height: 80%;
	margin: 0 auto;
}

.big_img .swiper-pagination2 {
	position: absolute;
	top: 0.2rem;
	text-align: center;
	width: 100%;
}

.big_img .swiper-pagination2 span {
	margin: 0 0.05rem;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.loginsuc {
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #3AB1EE;
	color: #fff;
	border-radius: 4px;
}

.loading {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: none;
}

.loading img {
	width: 30px;
	margin-top: 20px;
}

.loading div {
	width: 100px;
	height: 100px;
	background: white;
	border-radius: 10px;
	margin: 30px auto;
	position: relative;
	top: 30%;
}

.loading p {
	color: #000;

}



.imgBox2 {
	position: relative;
	text-align: center;
	width: 8.65rem;
	height: 6rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 0.13rem;
	margin: 0.3rem auto;
	padding: 0.5rem;
}

#upload-container {
	width: 8rem;
	height: 3rem;
	overflow: hidden;
	margin: 1rem auto 0rem;
}

.addcarimg1 {
	width: 4rem;
	height: 3rem;
	overflow: hidden;
}

.imgboxa {
	position: absolute;
	color: #999;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
}

.input1 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
}

/* pdf样式 */
.pdfStyle{
	padding: 1.3rem;
}
.pdfStyle h3 {
	text-align: center;
	margin-top: 2rem;
}
.pdfStyle p{
	margin-bottom: 1rem;
	text-indent: 1.5rem;
	line-height:1.5;
}
.pdfStyle ul{
	margin-bottom: 1rem;
}
.pdfStyle ul li{
	text-indent: 1.5rem;
	margin-bottom: 0.8rem;
}