﻿.system-set-page{
	width: 100%;
	overflow-x: hidden;
	font-family: Microsoft YaHei;
}
.set-page-content{
	width: 1440px;
	height: 100%;
	margin: 0 auto;
}
.swiper-slide{
	position: relative;
}
.set-page-content.inSlide{
	position: absolute;
	left: calc((100% - 1440px)/2);
	display: flex;
	align-items: center;
}
.set-page-banner{
	position: relative;
	height: auto;
	display: block;
	overflow: hidden;
}
.set-page-banner img{
	display: block;
	width: 100%;
}

.swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 70px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #D6D6D6;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
  background: #D20032;
}
.set-page-banner .slide-cont{
	transform: translate(0%, -30px);
}

.set-page-banner .slide-cont .cont-tit{
	font-size: 46px;
	font-weight: bold;
	color: #333333;
}
.set-page-banner .slide-cont .cont-btn{
	height: 48px;
	border-radius: 4px;
	overflow: hidden;
	font-size: 18px;
	background: #DA0030;
	display: inline-block;
	margin: 20px 0;

}
.set-page-banner .slide-cont .cont-btn a{
	display: flex;
	color: #fff;
	padding: 0 40px;
	align-items: center;
	justify-content: center;
    height: 100%;	
}
.set-nav{
	position: absolute;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	bottom: 0;
}
.set-nav ul{
	display: flex;
	height: 100%;
	align-items: center;
	font-size: 14px;
	color: #fff;
}
.set-nav ul a{
	color: #fff;
}

.set-nav ul li{
	margin-right: 10px;
	position: relative;
}
.set-nav ul li:after{
	content: ">";
	margin-left: 10px;
}
.set-nav ul li:last-child:after{
	display: none;
}
.set-page-list{
	background: #F0F0F0;
	padding: 90px 0;
}
.page-list-group{
	display: flex;
	flex-wrap: wrap;
}
.page-list-group li{
	background: #fff;
    margin: 20px;
    width: calc(33.33% - 40px);
    height: 305px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-list-group li a{
	display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #292929;
}
.page-list-group li a img{
	width: 12%;
	height: auto;
}
.page-list-group li .item-title{
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
	margin: 20px auto;
}
.page-list-group li .item-link{
	color: #E60039;
	font-size: 16px;
	display: inline-block;
	background: url(../image/link.png) no-repeat right center;
	background-size: 12px;
	padding-right: 20px;
}
.page-list-group li:hover{
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
.page-list-group li:hover a{
	color: #E60039;
}
.show-pc{
	display: block!important;
}
.show-mobile{
	display: none!important;
}
/*  详情  */
.details-nav{
	display: flex;
	height: 100%;
	align-items: center;
	font-size: 14px;
	color: #fff;
	padding: 20px 0;
}
.details-nav a{
	color: #7D7D7D;
}
.details-nav li{
	margin-right: 10px;
	position: relative;
}
.details-nav li:after{
	content: ">";
	margin-left: 10px;
	color: #7D7D7D;
}
.details-nav li:last-child:after{
	display: none;
}
.details-page-cont .details-page-title{
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
	color: #292929;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #E6E6E6;
}
.details-page-wrap{
	display: flex;
	padding: 60px 0;

}
.details-page-wrap .details-form{
	flex: 1;
	margin-right: 70px;
}
.details-page-wrap .details-info{
	width: 374px;
}
.info-notice{
	border: 1px solid #E9E9E9;
	margin-bottom: 25px;
}
.info-notice .notice-tit{
	height: 50px;
	line-height: 50px;
	padding: 0 32px;
	font-size: 20px;
	color: #292929;
	background: #F7F7F7;
	font-weight: bold;
}
.info-notice .notice-des{
	padding: 25px 32px;
	line-height: 28px;
	color: #666666;
	font-size: 16px;
}
.info-notice .des-detail{
	margin-bottom: 8px;
}
.info-notice .des-detail.detail-item{
	padding-left: 15px;
	position: relative;
}
.info-notice .des-detail.detail-item:before{
	position: absolute;
	content: "●";
	display: block;
	left: 0;
}
.info-notice .des-link{
	font-size: 18px;
	color: #0A89F7;
}
.info-intro{
	background: url(../image/des-bg.png) no-repeat center center;
	background-size: 100%;
	padding: 35px 32px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.info-intro .intro-item{
	margin-top: 20px;
}
.info-intro .intro-item .item-flex{
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}
.info-intro .intro-item .item-flex .flex-name{
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #666;
}
.info-intro .intro-item .item-flex .flex-name img{
	width: 34px;
	height: 34px;
	margin-right: 8px;
}
.info-intro .intro-item .flex-des{
	font-size: 16px;
	line-height: 22px;
	color: #666;
	padding-top: 6px;
}
.details-form-item{
	position: relative;
	padding-left: 160px;
	margin-bottom: 35px;
}
.details-form-item .form-label{
	position: absolute;
	text-align: right;
	width: 150px;
	left: 0;
	font-size: 18px;
	color: #666;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}
.details-form-item .form-input .type-text{
	height: 50px;
	border: 1px solid #E6E6E6;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 14px;
}
.details-form-item .form-input .type-textarea{
	min-height: 50px;
	border: 1px solid #E6E6E6;
	width: 100%;
	box-sizing: border-box;
	padding: 14px 20px;
	font-size: 14px;
}
.details-form-item .form-input input::placeholder,
.details-form-item .form-input textarea::placeholder {
  color: #999;
}
.form-code{
	display: flex;
	width: 250px;
	align-items: center;
}
.form-code .el-input{
	flex: 1;
	display: block;
    line-height: initial;
}
.form-code-img{
	height: 50px;
	width: 100px;
	margin-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
}
.form-code-img img{
	width: 100%;
	height: 100%;
	display: block;
}
.submit-btn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.submit-btn .el-button{
	width: 240px;
}
.details-form .el-input__inner{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-radius: 0;
	border: 1px solid #E6E6E6;
}
.details-form .el-select{
	width: 100%;
}
.details-form .el-select .el-input .el-select__caret{
	font-size: 22px;
}
.details-form .el-textarea__inner{
	padding: 10px 15px;
	border: 1px solid #E6E6E6;
}
.details-form .el-textarea__inner,
.details-form .upload-button{
	border-radius: 0;
}
.details-form .upload-button{
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../image/upload.png) no-repeat 22px center;
    background-size: 20px;
    padding-left: 50px;
    padding-right: 26px;
}
.details-form .upload-button:hover{
	color: #fff;
	border: 1px solid #E60039;
	background: #E60039 url(../image/upload-hover.png) no-repeat 22px center;
    background-size: 20px;
}
.details-form .upload-button img{
	width: 20px;
}
.details-form .el-button{
	height: 50px;
	box-sizing: border-box;
}
.details-form .submit-button{
	background: #E60039;
	border: 1px solid #E60039;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.details-form .submit-button:hover{
	background: #C7002A;
}
.details-form .el-form-item__label{
	font-size: 18px;
	line-height: 50px;
	color: #666;
	font-weight: bold;
}
.details-form .el-upload__tip{
	font-size: 14px;
	line-height: 18px;
	color: #999;
}
.details-form .el-form-item {
    margin-bottom: 40px;
}
.el-checkbox__label{
	font-weight: normal;
}
.privacy{
	color: #0A89F7;
}

.upload-list-style .el-upload-list{
	margin-bottom: 20px;
}
.btn-hide .el-upload{
	display: none;
}
.upload-list-style .el-upload-list li{
	height: 50px;
	line-height: 50px;
  border: 1px dashed #E9E9E9;
  margin-top: 0;
  border-radius: 0;
  border-top: 0;
}
.upload-list-style .el-upload-list .el-upload-list__item-name{
	width: 70%;
	box-sizing: border-box;
	padding-left: 20px;
}
.upload-list-style .el-upload-list .el-icon-document{
	display: none;
}
.upload-list-style .el-upload-list__item-status-label{
	display: block!important;
	right: 120px;
}
.upload-list-style .el-upload-list li:first-child{
	border-top: 1px dashed #E9E9E9;
}
.upload-list-style .el-upload-list .el-upload-list__item .el-icon-close{
	height: 100%;
  line-height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  padding: 0 20px;
}
.upload-list-style .el-upload-list .el-icon-close:before {
    content: "移除";
}
.el-icon-circle-check:before{
	content: "已上传";
	background: url(../image/upload-success.png) no-repeat left center;
	padding-left: 18px;
	color: #666;
	font-size: 14px;
	background-size: 14px;
}
.el-message-box.message-info{
	max-width: 284px;
	border-radius: 0;
}
.el-message-box.message-info.message-big{
	max-width: 420px;
}
.el-message-box.message-info .el-message-box__header{
	height: 40px;
	font-size: 16px;
	color: #666;
	background: #F7F7F7;
	padding: 10px 15px 10px;
}
.el-message-box.message-info .el-message-box__headerbtn {
    top: 8px;
    font-size: 20px;
}
.el-message-box.message-info .el-message-box__message{
	text-align: center;
	font-size: 14px;
	color: #666;
}
.el-message-box.message-info .el-message-box__btns{
	text-align: center;
	padding-bottom: 5px;
}
.el-message-box.message-info .el-message-box__btns .el-button{
	width: 115px;
	height: 34px;
	background: #E60039;
	border: 1px solid #E60039;
	font-size: 16px;
	font-weight: normal;
}
.el-message-box.message-info .upload-result img{
	display: block;
	width: 25px;
	height: 25px;
	margin: 10px auto;
}
.el-message-box.message-info .el-message-box__content{
	min-height: 90px;
}
.promise-cont .promise-form{
	padding-right: 18%;
}
.promise-cont .promise-info{
	font-size: 18px;
	color: #E60039;
	border-bottom: 1px solid #E6E6E6;
	height: 50px;
	line-height: 50px;
	margin-top: 50px;
	margin-bottom: 40px;
}
.details-form .promise-cont .el-form-item {
    margin-bottom: 25px;
}
.promise-form-tit{
	font-size: 20px;
	color: #292929;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.promise-form-tit.mt50{
	margin-top: 50px;
}
.promise-form-tit img{
	margin-right: 8px;
}
/* 2024年9月18日新增 */
.declare-word{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.el-checkbox__label,
.el-checkbox {
	line-height: 44px;
	font-size: 16px;
}
.details-page-des{
	font-size: 18px;
	line-height: 30px;
	color: #292929;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 25px;
	margin-bottom:60px;
}
.details-form .reset-button{
	background: #fff;
	border: 1px solid #E60039;
	color: #E60039;
	font-size: 20px;
	font-weight: normal;
}
.details-form .reset-button:hover{
	background: #E60039;
	color: #fff;
}
.details-form .reset-button:active{
	background: #C7002A;
	color: #fff;
}
@media screen and (max-width:1480px) {
	.set-page-content{
		width: 1200px;
	}
	.set-page-content.inSlide{
		left: calc((100% - 1200px)/2);
	}
	.set-page-banner .slide-cont .cont-tit{
		font-size: 36px;
	}
	.set-page-banner .slide-cont .cont-btn{
		height: 40px;
		margin: 15px 0;
	}
}
@media screen and (max-width:1240px) {
	.set-page-content{
		width: 1000px;
	}
	.set-page-content.inSlide{
		left: calc((100% - 1000px)/2);
	}
	.set-page-banner .slide-cont .cont-tit{
		font-size: 30px;
	}
	.set-nav{
		height: 40px;
	}
	.page-list-group li .item-title{
		font-size: 22px;
	}
}
@media screen and (max-width:1000px) {
	.show-pc{
		display: none!important;
	}
	.show-mobile{
		display: block!important;
	}
	.set-page-content{
		width: 100%;
		margin-top: 18px;
	}
	.set-page-content.inSlide{
		left: 0%;
	}
	.set-nav{
		display: none;
	}
	.set-page-banner .swiper-slide{
		overflow: hidden;
	}
		
	.set-page-banner .slide-cont{
		transform: translate(8%, 0%);
	}
	.set-page-banner .slide-cont .cont-btn {
        height: 36px;
        margin: 10px 0;
        font-size: 14px;
    }
    .set-page-banner .slide-cont .cont-btn a{
    	padding: 0 20px;
    }
    .set-page-list {
	    padding: 30px 0;
	}
	.set-page-banner img{
		min-height: 220px;
		max-height: 400px;
		height: auto;
		width: 100%;
	}
	.swiper-pagination-switch{
		width: 8px;
		height: 8px;
	}
	.swiper-pagination{
		bottom: 10px;
	}
	.page-list-group li a img {
		width: 22%;
        height: auto;
        margin-bottom: 6px;
	}
	.set-page-banner .slide-cont .cont-tit {
        font-size: 22px;
    }
    .page-list-group{
    	padding: 0 8px;
    }
    .page-list-group li{
    	margin: 8px;
	    width: calc(50% - 16px);
	    height: 162px;
    }
    .page-list-group li .item-title {
	    font-size: 16px;
	    line-height: 20px;
	    margin: 8px auto;
	}
	.page-list-group li .item-link{
		font-size: 14px;
	}

	/* 详情 */
	.details-nav{
		display: none;
	}
	.details-page-wrap{
		padding: 10px 0;
		display: block;
		overflow: hidden;
	}
	.details-page-cont{
		padding: 25px 20px;
	}
	.details-page-wrap .details-info{
		width: 100%;
	}
	.details-form .promise-cont .el-form-item,
	.details-form .el-form-item {
	    margin-bottom: 16px;
	}
	.info-notice .notice-tit{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
	}
	.info-notice .notice-des{
		padding: 10px 15px;
		font-size: 14px;
		line-height: 22px;
	}
	.info-notice .des-detail {
    	margin-bottom: 5px;
	}
	.info-notice .des-link{
		font-size: 14px;
		margin: 8px -5px;
		display: block;
	}
	.details-page-wrap .details-form{
		margin-right: 0;
	}
	.details-form .el-form-item__label {
	    font-size: 14px;
	    line-height: 40px;
	}
	.details-form .el-input__inner {
	    height: 40px;
	    line-height: 40px;
	    font-size: 12px;
	}
	.details-form .el-textarea__inner{
		font-size: 12px;
		padding-right: 19px;
	}
	.details-form .upload-button{
		height: 40px;
		font-size: 14px;
		background: url(../image/upload.png) no-repeat 15px center;
	    background-size: 16px;
	    padding-left: 40px;
	    padding-right: 15px;
	}
	.details-form .upload-button:hover{
		background: #E60039 url(../image/upload-hover.png) no-repeat 15px center;
	    background-size: 16px;
	}
	.upload-list-style .el-upload-list li {
	    height: 40px;
	    line-height: 38px;
	}
	.el-icon-circle-check:before,
	.upload-list-style .el-upload-list .el-icon-close:before{
		font-size: 12px;
	}
	.upload-list-style .el-upload-list .el-upload-list__item .el-icon-close{
		padding: 0 10px;
	}
	.upload-list-style .el-upload-list__item-status-label{
		right: 60px;
	}
	.el-icon-circle-check:before{
		padding-left: 15px;
	    font-size: 12px;
	    background-size: 12px;
	    position: relative;
        top: -1px;
	}
	.upload-list-style .el-upload-list .el-upload-list__item-name{
		padding-left: 10px;
		font-size: 12px;
	}
	.upload-list-style .el-upload-list .el-upload-list__item-name{
		width: 60%;
	}
	.details-form .el-upload__tip{
		font-size: 12px;
	}
	.form-code{
		width: 200px;
		align-items: flex-start;
	}
	.form-code-img{
		height: 40px;
		width: 86px;
		margin-left: 5px;
	}
	.no-label .el-form-item__label{
		display: none;
	}
	.details-form .el-button{
		height: 40px;
		font-size: 14px;
	}
	.submit-btn .el-button{
		width: 188px;
	}

	.info-intro {
	    padding: 25px 20px;
	    font-size: 14px;
	    line-height: 24px;
	    margin-top: 40px;
	}
	.info-intro .intro-item .flex-des{
		font-size: 14px;
		padding-top: 0px;
	}
	.info-intro .intro-item .item-flex .flex-name img {
	    width: 18px;
	    height: 18px;
	    margin-right: 6px;
	}
	.promise-cont .promise-form {
	    padding-right: 0;
	}
	.promise-form-tit {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.promise-form-tit img{
		width: 16px;
		margin-right: 5px;
	}
	.promise-form-tit.mt50{
		margin-top: 40px;
	}
	.el-checkbox__label, .el-checkbox {
	    line-height: 34px;
	    font-size: 14px;
	}
	.declare-word{
		font-size: 14px;
    	line-height: 22px;
	}
	.details-page-des{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 750px) {
    .details-form .el-form-item__label {
        line-height: 20px;
    }
    .promise-cont .promise-info {
	    font-size: 14px;
	    height: 40px;
	    line-height: 40px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.el-message-box{
		width: 80%;
	}
	.el-message-box.message-info .el-message-box__header {
	    font-size: 14px;
	    padding: 14px 15px 10px;
	}
	.el-message-box.message-info .el-message-box__title{
		font-size: 14px;
	}
	.el-message-box.message-info .el-message-box__message{
		font-size: 12px;
	}
	.el-message-box.message-info .upload-result img {
	    margin: 5px auto;
	}
	.el-message-box.message-info .el-message-box__content {
	    min-height: 75px;
	   	padding: 10px 15px 5px 15px;
	}
	.el-message-box.message-info .el-message-box__btns .el-button{
		font-size: 14px;
	}
	.info-notice .des-detail.detail-item:before{
		font-size: 12px;
	}
}
