*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
	/* letter-spacing: 0.05em; */
}
*::selection {
	background: #4285F4 !important; /* 背景色 */
	color: #FFFFFF !important; /* 文字颜色 */
}
*::-moz-selection {
	background: #4285F4 !important; /* 背景色 */
	color: #FFFFFF !important; /* 文字颜色 */
}
@font-face {
	font-family: 'MyCustomFont';
	src: url('../font/SourceHanSansCN-Medium.otf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html, body {
	color: #333;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: #FFFFFF;
	font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Tahoma,Arial;
}
@media (max-width: 1680px) {
    html {
    	font-size: 15px;
    }
}
@media (max-width: 1450px) {
    html {
    	font-size: 14px;
    }
}
@media (max-width: 1280px) {
    html {
    	font-size: 12px;
    }
}
@media (max-width: 900px) {
    html {
    	font-size: 10px;
    }
}
li {
  list-style: none;
}
a {
	text-decoration: none;
}
input {
	border: 0;
	outline: none;
}
textarea:focus{
  outline: none;
}
select:focus{
  outline: none;
}
.none {
	display: none;
}

/* 上传图片样式开始 */
.upload-img-add{
	border: 0.0625rem solid #D9D9D9;
	/* padding: 0.625rem; */
	border-radius: 0.3125rem;
	width: 6rem;
	height: 6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color:#D9D9D9;
	cursor: pointer;
}
.upload-img-add-text{
	margin-top: 0.5rem;
	font-size: 0.875rem;
}
.upload-img-add-img{
	width: 1.5rem;
	height: 1.5rem;
}
/* 上传图片样式结束 */
.center {
/* 	text-align: center !important;
	justify-content: center !important; */
}
.none-line {
	border: 0 !important;
}
.b-h {
	border: 1px solid #D9D9D9;
}
.b-c-r {
	color: #fff !important;
	background: #F5222D !important;
}
.b-c-p {
	color: #fff !important;
	background: #C446FF !important;
}
.b-c-b {
	color: #fff !important;
	background: #4685FF !important;
}
.b-c-w {
	color: #555 !important;
	background: #fff !important;
}
.b-c-e{
	color:#fff !important;
	background: #FF467D !important;
}

.b-c-0 {
	color: #fff !important;
	background: #F5222D !important;
}
.b-c-1 {
	color: #fff !important;
	background: #C446FF !important;
}
.b-c-2 {
	color: #fff !important;
	background: #4685FF !important;
}
.b-c-3{
	color:#fff !important;
	background: #FF467D !important;
}
.color-red {
	color: #F5222D !important;
}
.color-green {
	color: #67C23B !important;
}
.mt0 {
	margin-top: 0 !important;
}
.w-5 {
	width: 5% !important;
}
.w-10 {
	width: 10% !important;
}
.w-15 {
	width: 15% !important;
}
.w-20 {
	width: 20% !important;
}
.w-25 {
	width: 25% !important;
}
.w-30 {
	width: 30% !important;
}
.w-35 {
	width: 35% !important;
}
.w-40 {
	width: 40% !important;
}
.w-45 {
	width: 45% !important;
}
.w-50 {
	width: 50% !important;
}
.w-60 {
	width: 60% !important;
}
.w-70 {
	width: 70% !important;
}
.w-80 {
	width: 80% !important;
}
.w-90 {
	width: 90% !important;
}
.w-100 {
	width: 100% !important;
}

.new-style-model {
	position: fixed;
	top: 5.75rem;
	left: 50%;
	z-index: 99999999;
	transform: translate(-50%, -50%);
	border-radius: 0.3125rem;
	background: #fff;
	box-shadow: 0 0.25rem 0.375rem #9c9c9c80;
	padding: 0.625rem 1.25rem;
	border: 1px solid #eee;
}
.new-style-model-info {
	height: 1.25rem;
	line-height: 1.25rem;
	display: flex;
	align-items: center;
}
.new-style-model i {
	font-size: 1.25rem;
	color: #ff7e41;
}
.new-style-model img {
	width: 0.875rem;
	height: 0.875rem;
	display: block;
	margin-top: 0.1875rem;
}
.new-style-model-text {
	margin-left: 0.5rem;
	font-weight: 400;
	font-size: 0.875rem;
	color: #000000;
}

.vertical-1 {	
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.vertical-2 {	
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.vertical-3 {	
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.data-null-text {
	width: 100%;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border-top: 1px solid #eee; */
}

@keyframes pageNavW1 {
	0% {
		/* width: 0; */
		z-index: -1;
		margin-left: -13.125rem;
	}
	100% {
		z-index: -1;
		/* width: 13.125rem; */
		margin-left: 0rem;
	}
}
.pageNav {
	width: 13.125rem;
	z-index: -1;
	margin-left: -13.125rem;
	animation: pageNavW2 0.8s;
}
@keyframes pageNavW2 {
	0% {
		margin-left: 0rem;
	}
	100% {
		margin-left: -13.125rem;
	}
}
.nav-logo {
	
}
.nav-logo img {
	height: 2.125rem;
	display: block;
	margin: 2rem auto;
	margin-left: 1.975rem;
}
.nav-list {
	width: 11.375rem;
	margin: 0 auto;
	height: calc(100vh - 6.625rem);
}
.nav-item {
	min-width: 9.625rem;
	height: 3.25rem;
	cursor: pointer;
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
	padding-left: 1.1875rem;
	margin-bottom: 0.625rem;
}
.nav-icon {
	width: 1.125rem;
	display: block;
}
.nav-title {
	color: #555;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 0.875rem;
	margin: 0 0.6875rem 0 0.75rem;
}
.nav-hut {
	width: 2.75rem;
	display: block;
	margin-top: -0.4375rem;
}
.navSel, .nav-item:hover {
	background: #FFEFF2;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}
.navSel .nav-title, .nav-item:hover .nav-title {
	color: #FA3058;
	font-size: 700;
}
.page-right {
	width: calc(100% - 13.125rem);
	animation: pageRightW1 0.8s;
}
@keyframes pageRightW1 {
	0% {
		width: 100%;
		background: #FAFCFF;
	}
	100% {
		background: none;
		width: calc(100% - 13.125rem);
	}
}
.pageRight {
	width: 100%;
	z-index: 1;
	background: #FAFCFF;
	animation: pageRightW2 1s;
}
@keyframes pageRightW2 {
	0% {
	  width: calc(100% - 13.125rem);
	}
	100% {
	  width: 100%;
	  display: none;
	}
}


.daterangepicker thead tr:first-child .month {
	width: 11.25rem;
	/* display: flex;
	align-items: center; */
}


.page-nav {
	height: auto;
}
.max-w-240 {
	max-width: 15rem !important;
}
.nowrap {
	white-space: nowrap;
}


.settleDataView {
	height: calc(100vh - 5.25rem - 8.4375rem - 1.25rem);
}
.ant-table-content table {
	border-radius: 0.5rem 0.5rem 0px 0px;
	overflow: hidden;
}
td {
  border: none; /* 边框去掉 */
}
table {
	width: 100%;
}
thead tr {
	width: 100%;
	height: 3.375rem;
	background: #F8F8F8;
	border-radius: 0.5rem 0.5rem 0px 0px;
	border-bottom: 1px solid #E6E6E6 !important;
}
thead tr th {
	color: #666;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: left;
	padding: 0 0.375rem;
}
tbody tr {
	border-bottom: 1px solid #E6E6E6;
}
tbody tr td {
	color: #666;
	font-size: 0.875rem;
	font-weight: 400;
	padding: 0.75rem 0.9375rem;
	line-height: 1;
}

tbody tr td .table-phone {
	margin-top: 0.5rem;
}
tbody tr td .table-notes {
	line-height: 1.1875rem;
}
tbody tr td span .dian {
	width: 0.375rem;
	height: 0.375rem;
	background: #548218;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.25rem;
}

.table-td {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.table-td-date {
	margin-right: 0.75rem;
}
.table-td-date:last-child {
	margin-right: 0;
}
tbody tr td img {
	width: 1rem;
	display: block;
	margin-right: 0.75rem;
}

.table-data-page {
	width: 100%;
	margin-top: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: right;
}

.ant-page {
	width: 100%;
	height: 5.125rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.page-all {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25rem;
	margin-right: 0.75rem;
}
.page-list {
}
.pagination {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-list .pagination:nth-child(2) {
	display: none;
}
.page-item {
	/* margin: 0 2px; */
}
.page-link {
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	font-family: Inter;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-link:hover {
	color: #F60 !important;
	background: #FFEFF2 !important;
}
.page-item.active .page-link {
	color: #F60 !important;
	font-size: 0.75rem; !important;
	background: #FFEFF2 !important;
}
.page-link span {
	color: #4E5969;
}


.box-tip-model {
	position: fixed;
	left: 50%;
	bottom: 50%;
	transform:translate(-50% , -50%);
	z-index: 1;
	padding: 0.75rem 0.75rem;
	display: flex;
	align-items: center;
	border-radius: 0.25rem;
	background: rgba(0, 0, 0, 0.8);
	animation: change 2s;
}
.box-tip-model img {
	width: 1rem;
	display: block;
}
.box-tip-model div {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1rem;
	margin-left: 0.625rem;
}


/* <!-- 自定义弹窗样式 --> */
.appLayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100vh;
	background: none;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	/* animation: appLayer1 1s; */
}
.appLayer-mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
}

@keyframes appLayer1 {
	0% {
		width: 0;
		height: 0;
	}
	100% {
		width: 100%;
		height: 100vh;
	}
}

.appLayer-content {
	position: fixed;
	top: -100%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 100000;
	border-radius: 0.75rem;
	overflow: hidden;
	background: none;
}
.appLayer-close {
	position: absolute;
	top: 0.375rem;
	right: 1.875rem;
	z-index: 1;
	cursor: pointer;
	font-size: 1.8rem;
	color: rgba(136, 136, 136, 0.87);
}

.appLayers {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	/* background: rgba(0, 0, 0, 0.4); */
	/* display: flex;
	align-items: center;
	justify-content: right; */
	/* animation: appLayer2 1s; */
}

@keyframes appLayer2 {
	0% {
		top: -100vh;
		/* width: 0;
		height: 0; */
	}
	50% {
		/* justify-content: center; */
	}
	100% {
		top: 0;
		/* width: 100%;
		height: 100vh; */
	}
}

.appLayers-content {
	width: 24.75rem;
	height: 100vh;
	background: #fff;
	overflow: hidden;
	position: fixed;
	right: -100%;
}

.huise-pop-up {
	position: fixed;
	top: 50%;
	left: 49%;
	z-index: 1000;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	height: 2.25rem;
	padding: 0 1rem;
	border-radius: 0.5rem;
	box-shadow: 0px 2px 0.5rem 0px rgba(0, 0, 0, 0.15);
}
.ethereal-pop-up {
	position: fixed;
	top: 5rem;
	left: 49%;
	z-index: 100000;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	background: #FFF;
	padding: 0.625rem 1rem;
	border-radius: 0.125rem;
	box-shadow: 0px 2px 0.5rem 0px rgba(0, 0, 0, 0.15);
}
.ethereal-pop-up-img {
	width: 1.25rem;
	display: block;
}
.ethereal-pop-up-text {
	font-size: 0.875rem;
	font-weight: 400;
	/* line-height: 14px; */
	margin-left: 0.5rem;
	margin-top: -0.125rem;
}
.huise-pop-up .ethereal-pop-up-text {
	color: #fff;
}


.float-kf {
	position: fixed;
	right: 1.5rem;
	bottom: 7rem;
	z-index: 2;
	width: 3.125rem;
	height: 3.125rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
}
.float-kf img {
	width: 1.6875rem;
	display: block;
}
.float-kf-code {
	position: fixed;
	right: 5rem;
	bottom: 6.25rem;
	z-index: 2;
}
.float-kf-codes {
	position: relative;
}
.float-kf-bj {
	width: 14.375rem;
	display: block;
}
.float-kf-code-con {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;	
	width: 100%;
	height: 100%;
	padding: 1.5rem 1.625rem 0;
}
.float-kf-code-item1 {
	font-size: 0.9375rem;
	font-weight: 700;
	/* line-height: 0.75rem; */
	letter-spacing: 1px;
}
.float-kf-code-item2 {
	font-size: 0.75rem;
	font-weight: 400;
	/* line-height: 0.75rem; */
	letter-spacing: 1px;
	margin-top: 0.5rem;
}
.float-kf-code-item3 {
	width: 100%;
	background: #fff;
	border-radius: 0.5rem;
	padding: 1.25rem 1.5rem 1rem;
	margin-top: 0.75rem;
}
.float-kf-code-item3-top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.float-kf-code-item3-top img {
	width: 0.75rem;
	display: block;
}
.float-kf-code-item3-title {
	color: #FA3058;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 0.75rem;
	letter-spacing: 1px;
	/* margin: 0 0.5rem; */
}
.float-kf-code-img {
	width: 7.5rem;
	display: block;
	margin: 0.5rem auto 0.25rem;
}
.float-kf-code-item3-text {
	color: #888;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0.75rem;
	letter-spacing: 1px;
	text-align: center;
}
.float-kf-code-item4 {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0.75rem;
	letter-spacing: 0.0625rem;
	text-align: center;
	margin-top: 1.0625rem;
}


.float-user-operate {
	position: fixed;
	top: 4.5rem;
	right: 1.5rem;
	z-index: 9;
	width: 11.875rem;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.float-user-operate::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 1rem;
	height: 1rem;
	background: #fff;
	transform: rotate(45deg) translateX(-50%);
	box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.1);
}
.float-user-operates {
	width: 100%;
	padding: 0.5rem;
	background: #fff;
	position: relative;
	border-radius: 0.25rem;
}
.float-user-operate-item {
	width: 100%;
	height: 2.9375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.float-user-operate-item:hover {
	color: #FA3058;
	background: #f8f8f8;
	/* border-bottom: 1px dashed #eee; */
}
.input-group{
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0.25rem !important;
	border: 1px solid #D9D9D9;
	overflow: hidden;
	flex-wrap: wrap;
}
.input-group .input-group-lable{
	display: block;
	height: 100%;
	background: #D9D9D9;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
} 
.input-group .input-group-input{
	display: block;
	height: 100%;
	border:none;
	flex: 1 1 auto;
    width: 1%;
}
.div_remark{
	font-size: 0.75rem;
	margin-top: 0.3125rem;
	color:#999;
}

.loading{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.428571rem;
	color: #999;
	line-height: 1;
    font-size: 1rem;
}
.loading .loading-images{
	width: 2.142857rem;
	height: 2.142857rem;
	margin-right: 0.714286rem;
}

.loading-icon{
	width: 1.571429rem;
	height: 1.571429rem;
	margin-top: 0.142857rem;
	animation: loading-rotate 2s linear infinite;
}


.mask-loading{
	z-index: 999;
	position: fixed;
	width: 100%;
	height: calc(100vh - 4rem);
	background: #FFFFFF;
	top: 4rem;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;   
}
.mask-loading-spinner{
	top: 50%;
	margin-top: -1.3125rem;
	width: 100%;
	text-align: center;
}
.mask-loading-spinner .mask-loading-text {
	color: #4285F4;
	margin: 0.1875rem;
	font-size: 0.875rem;
}

.circular {
	height: 2.625rem;
	width: 2.625rem;
	animation: loading-rotate 2s linear infinite
}

.path {
	animation: loading-dash 1.5s ease-in-out infinite;
	stroke-dasharray: 90,150;
	stroke-dashoffset: 0;
	stroke-width: 3;
	stroke: #FFCC00;
	stroke-linecap: round
}

.mask-loading-spinner i {
	color: #4285F4;
}

.mask-loading-fade-enter,.mask-loading-fade-leave-active {
	opacity: 0
}
@keyframes loading-rotate {
	to {
		transform: rotate(1turn)
	}
}

@keyframes loading-dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -2.5rem;
	}

	to {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -7.5rem;
	}
}


.top {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 1000;
	transform: translateX(-50%);
    width: 100%;
	height: 4rem;
	padding: 0 13.5%;
	background: #FFFFFF;
	border-bottom: 1px solid #F1F3F6;
	/* padding: 0 0.625rem 0 1.625rem; */
	/* box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.08); */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-left {
    display: flex;
	align-items: center;
}
.top-logo {
	height: 2.375rem;
	display: block;
	margin-right: 0.5rem;
}
.top-list {
	height: 1.375rem;
    display: flex;
    align-items: center;
}
.top-list-item {
	height: 100%;
	font-weight: 400;
	font-size: 0.875rem;
	color: #3C414D;
	padding: 0 1.125rem;
	cursor: pointer;
}
.top-list-item-new {
	font-weight: bold;
	color: #222222;
	position: relative;
}
.top-list-item-new::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-52%);
	width: 1.5rem;
	height: 0.125rem;
	background: #222222;
}
.top-list-item:hover {
	color: #222222;
	font-weight: bold;
}

.top-right {
    display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
.top-user {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 8.75rem;
	height: 2.75rem;
	border-radius: 0.25rem;
	border: 1px solid #DADCE0;
}
.top-user a {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 8.75rem;
	height: 2.75rem;
}
.top-head {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}
.top-name {
    font-weight: 400;
    font-size: 0.875rem;
    color: #3C414D;
	margin-left: 0.25rem;
}
.top-user-hover {
	border: 1px solid #3C414D;
}
.top-user-hover .top-name {
	color: #3C414D;
}

.top-cooper {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 8.75rem;
	height: 2.75rem;
	background: #FFCC00;
	border-radius: 0.5rem;
	border: 1px solid #FFFFFF;
	font-weight: 400;
	font-size: 0.875rem;
	color: #333333;
	margin-left: 0.75rem;
}
.top-cooper:hover {
	background: #DFB302;
}

.footer {
	border: 0;
	width: 100%;
	height: 3.5rem;
	font-weight: 400;
	font-size: 0.875rem;
	color: #6C6F79;
	padding: 1.125rem 0;
	text-align: center;
	position: unset;
	/* opacity: 0.3; */
}
.footer a {
	color: #6C6F79;
}
.footer-nav-beian:hover{
	opacity: 0.6;
}
.footer-nav-beian2:hover{
	opacity: 0.6;
}
.cooperMadel {
	
}
.cooperMadel-wai {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.3);
	animation: easeIn 0.3s ease-in forwards;
}
.cooperMadel-con {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 34rem;
	z-index: 10001;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	border-radius: 0.625rem;
	animation: easeIn 0.3s ease-in forwards;
	
	/* background: #0E1020; */
	/* border: 2px solid #1C1E33; */
}
.cooperMadel-top {
	width: 100%;
	padding: 1.875rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* border-bottom: 1px solid #F1F3F6; */
}
.cooperMadel-title {
	font-weight: bold;
	font-size: 1.5rem;
	color: #3C414D;
}
.cooperMadel-top img {
	width: 2rem;
	display: block;
	cursor: pointer;
}
.cooperMadel-list {
	width: 100%;
	/* margin-top: 1.5rem; */
	padding: 0 1.875rem 1.875rem;
}
.cooperMadel-item {
	width: 100%;
	margin-top: 1.25rem;
}
.cooperMadel-item:first-child {
	margin-top: 0;
}
.cooperMadel-item-text {
	font-weight: 500;
	font-size: 1.125rem;
	color: #3C414D;
	line-height: 1.5625rem;
}
.cooperMadel-item-text span {
	color: #F56C6C;
}
.cooperMadel-item input {
	width: 100%;
	height: 2.875rem;
	padding: 0 1rem;
	margin-top: 0.5rem;
	line-height: 3.5rem;
	border-radius: 0.25rem;
	border: 1px solid #E3E6EA;
	font-weight: 400;
	font-size: 0.875rem;
	color: #FFFFFF;
	background: #FFFFFF;
	font-family: PingFang SC, PingFang SC;
}
.cooperMadel-item textarea {
	width: 100%;
	height: 8.5rem;
	padding: 1rem;
	margin-top: 0.5rem;
	line-height: 1.375rem;
	border-radius: 0.25rem;
	border: 1px solid #E3E6EA;
	font-weight: 400;
	font-size: 0.875rem;
	color: #FFFFFF;
	resize: none;
	background: #FFFFFF;
	font-family: PingFang SC, PingFang SC;
}
.cooperMadel-item input:hover, .cooperMadel-item input:active, .cooperMadel-item textarea:hover, .cooperMadel-item textarea:active {
	border: 1px solid #9091A1;
}
.cooperMadel-item input::placeholder, .cooperMadel-item textarea::placeholder {
	color: #A4A8AE;
	font-weight: 500;
	font-size: 0.875rem;
	font-family: PingFang SC, PingFang SC;
}
.cooperMadel-bottoms {
	width: 100%;
	padding: 0 1.875rem 1.875rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cooperMadel-but {
	width: 100%;
	height: 3.25rem;
	background: #FFCC00;
	border-radius: 0.25rem;
	font-weight: bold;
	font-size: 1.125rem;
	color: #333333;
	cursor: pointer;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.cooperMadel-but:hover {
	background: #DFB302;
}
.cooperMadel-success {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 34.8125rem;
	z-index: 10001;
	transform: translate(-50%, -50%);
	/* background: #FFFFFF; */
	border-radius: 0.625rem;
	animation: easeIn 1s ease-in forwards;
}
.cooperMadel-success-con {
	width: 100%;
	position: relative;
	padding-top: 2.4375rem;
	background: #191A1F;
}
.cooperMadel-success-cha {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	width: 2.125rem;
	display: block;
	cursor: pointer;
}
.cooperMadel-success-icon {
	width: 4.25rem;
	display: block;
	margin: 0 auto;
}
.cooperMadel-success-title {
	font-weight: bold;
	font-size: 1.5rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.0625rem;
	margin-top: 1.4375rem;
}
.cooperMadel-success-text {
	width: 100%;
	padding: 0 3.125rem;
	margin: 0.75rem auto 0;
	font-weight: 400;
	font-size: 0.875rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.375rem;
	opacity: 0.6;
}
.cooperMadel-bottom {
	width: 100%;
	margin-top: 1.625rem;
	padding: 1.25rem 0;
	border-top: 1px solid #25272E;
}
.cooperMadel-bottom-but {
	width: 8.25rem;
	height: 2.875rem;
	color: #000000;
	font-size: 1rem;
	background: #FFCC00;
	border-radius: 0.25rem;
	margin: 0 auto;
	font-weight: 400;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cooperMadel-bottom-but:hover {
	background: #DFB302;
}

.cooperEaseOut {
	animation: easeOut 0.3s ease-out forwards;
}

/* 淡入 */
@keyframes easeIn {
	from  {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* 淡出 */
@keyframes easeOut {
	from  {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fallBounce1 {
    0% {
        transform: translate3d(0, -100%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fallBounce2 {
    0% {
        transform: translate3d(0, 100%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
