.container {
	/* min-height: 200vh!important; */
	overflow: auto;
	background: #F7F8FC;
}

.container-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100vw;
	/* min-height: 100vh!important; */
	background: #F7F8FC;
	height: auto;
	margin-bottom: 0 !important;
}

.container-content-warp {
	width: 100vw;
	height: auto;
}

.footer {
	margin-top: 100px;
	width: 100vw;
	background: #FFF;
}

.container-content-top {
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 0 31px;
	width: 1200px;
	height: 46px;
	background: #F1F1F1;
}

.container-content-bottom {
	margin: 0 auto;
	box-sizing: border-box;
	padding: 45px 35px;
	padding-top: 21px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	width: 1200px;
	background: #FCFCFC;
}

.expenses {
	margin-left: 20px;
	color: #999;
	font-size: 14px;
}

.container-content-bottom-list {
	display: flex;
	align-items: center;
}

.container-content-bottom-list-val-check-li {
	display: flex;
	align-items: center;
}

.container-content-bottom-list-val-check-li span {
	margin-left: 5px;
}

.container-content-bottom-state .container-content-bottom-list-val {
	width: 70%;
}

.container-content-bottom-list {
	margin-top: 24px;
}

.container-content-bottom-list-title {
	width: 110px;
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.container-content-bottom-list-title1 {
	width: 110px;
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.container-content-bottom-list-title1:before {
	content: "*";
	color: #fff;
	margin-right: 2px;
	transform: rotate(-70deg);
}

.container-content-bottom-list-title:before {
	content: "*";
	color: #f56c6c;
	margin-right: 2px;
	transform: rotate(-70deg);
}

.container-content-bottom-list-val {
	margin-left: 14px;
}

.container-content-bottom-list-val-select {
	box-sizing: border-box;
	padding-left: 10px;
	width: 500px;
	height: 34px;
	border-radius: 4px 4px 4px 4px;
	background: #FCFCFC;
	border: 1px solid #E4E4E4;
	color: #666;
    font-size: 12px;
}

.container-content-bottom-list-val-select:focus-visible {
	outline: none;
}

.container-content-bottom-list-val-system {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
}

.container-content-bottom-list-val-system>div {
	margin-left: 10px;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 9px 16px;
	background: #F7F8FC;
	color: #666;
	cursor: pointer;
}

.container-content-bottom-list-val-system1 {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
}

.container-content-bottom-list-val-system1>div {
	margin-left: 10px;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 9px 16px;
	background: #F7F8FC;
	color: #666;
	cursor: pointer;
}

.system-active {
	background-color: #E2F2FF !important;
	color: #007BE5 !important;
}

.container-content-bottom-list-val-input input {
	box-sizing: border-box;
	padding-left: 15px;
	width: 500px;
	height: 34px;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #E4E4E4;
}

.container-content-bottom-list-val-txt textarea {
	box-sizing: border-box;
	padding: 10px 15px;
	width: 500px;
	height: 85px;
	border-radius: 4px 4px 4px 4px;
	background: #FCFCFC;
	border: 1px solid #E4E4E4;
}

.container-content-bottom-list-val-txt textarea:focus-visible {
	outline: none;
}

.container-content-bottom-list-val-choice {
	display: flex;
}

.container-content-bottom-list-val-choice-li {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #333;
}

.container-content-bottom-list-val-choice-li+.container-content-bottom-list-val-choice-li {
	margin-left: 20px;
}

.container-content-bottom-list-val-choice-li span {
	margin-left: 5px;
}

.container-content-bottom-list-val-check {
	/* width: 80%; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #666;
	font-size: 12px;
}

.container-content-bottom-list-val-check div {
	margin-left: 20px;
	margin-top: 10px;
}

.container-content-bottom-list-val-flex {
	position: relative;
	display: flex;
	cursor: pointer;
}

.container-content-bottom-list-val-flex ul {
	display: flex;
	align-items: center;
}

.container-content-bottom-list-val-flex ul li {
	position: relative;
	margin-left: 20px;
	width: 62px !important;
	height: 62px !important;
	border-radius: 4px 4px 4px 4px;
}

.file-product-li-pop-1 {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 62px;
	height: 62px;
	background: #000000;
	border-radius: 4px 4px 4px 4px;
	opacity: 0.5;
}

.delt {
	display: none;
}

.file-product-li-pop-2 {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 62px;
	height: 62px;
	background: #000000;
	border-radius: 4px 4px 4px 4px;
	opacity: 0.5;
}

.file-product-li-pop-num {
	margin-left: 0 !important;
	font-size: 8px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
}

.file-product-li-pop-warp {
	margin-top: 10px;
	width: 62px;
	display: flex;
	justify-content: center;
}

.file-product-li-pop-schedule-left-1 {
	width: 16px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
}

.file-product-li-pop-schedule-right-1 {
	margin-left: 0 !important;
	width: 36px;
	height: 3px;
	background: #999;
	border-radius: 4px 4px 4px 4px;
	opacity: 0.5;
}

.file-product-li-pop-schedule-left-2 {
	width: 36px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
}

.file-product-li-pop-schedule-right-2 {
	margin-left: 0 !important;
	width: 16px;
	height: 3px;
	background: #999;
	border-radius: 4px 4px 4px 4px;
	opacity: 0.5;
}

.container-content-bottom-list-val-flex ul li .file-src {
	width: 100%;
	height: 100%;
}

.container-content-bottom-list-val-flex ul li .delt {
	position: absolute;
	right: -5px;
	top: -5px;
}

.container-content-bottom-list-val-flex div {
	cursor: pointer;
}

.container-content-bottom-list-val-flex input {
	width: 62px !important;
	height: 66px !important;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	opacity: 0;
}

.container-content-bottom-list-val-flex div+div {
	margin-left: 20px;
}

.container-content-bottom-footer {
	margin-top: 50px;
	display: flex;
	justify-content: flex-end;
}

.container-content-bottom-footer div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 94px;
	height: 34px;
	border-radius: 4px 4px 4px 4px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

.container-content-pop {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1200px;
	height: 396px;
	background: #FFFFFF;
	border-radius: 6px 6px 0px 0px;
}

#tier {
	display: none;
}

#tier .container-content-bottom-list-val {
	margin-left: 40px;
}

.file-account {
	display: flex;
	flex-wrap: wrap;
}

.file-account {
	margin-top: -15px;
}

.file-account li {
	margin-top: 15px;
}

.title-pop {
	display: none;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.title-pop-lt {
	display: none;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.title-pop-lj {
	display: none;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.title-pop-awm {
	display: none;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.title-pop-jx {
	display: none;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.text-pop {
	display: none;
	flex-direction: column;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 999;
	background: #000000;
	border-radius: 6px 6px 6px 6px;
	opacity: 0.85;
}
.text-pop-lt {
	display: none;
	flex-direction: column;
	padding: 3px;
	position: absolute;
	top: -25px;
	left: 20px;
	z-index: 999;
	background: #000000;
	border-radius: 6px 6px 6px 6px;
	opacity: 0.85;
}
.text-pop-lj {
	display: none;
	flex-direction: column;
	padding: 3px;
	position: absolute;
	top: -25px;
	left: 20px;
	z-index: 999;
	background: #000000;
	border-radius: 6px 6px 6px 6px;
	opacity: 0.85;
}
.text-pop-awm {
	display: none;
	flex-direction: column;
	padding: 3px;
	position: absolute;
	top: -30px;
	left: 20px;
	z-index: 999;
	background: #000000;
	border-radius: 6px 6px 6px 6px;
	opacity: 0.85;
}
.text-pop-jx {
	display: none;
	flex-direction: column;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 999;
	background: #000000;
	border-radius: 6px 6px 6px 6px;
	opacity: 0.85;
}

.title-pop-controls img {
	height: 100%;
}

.title-pop-controls-title {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 5px;
	color: #F4E23F;
	text-align: left;
}

.img-lose {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.anew {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -15px;
	font-size: 8px;
	width: 60px;
	line-height: 30px;
	transform: scale(.95);
	text-align: center;
	color: #007BE5 !important;
	cursor: pointer;
}

.productUploadCopy {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.taol {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.taol-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13px;
	height: 13px;
	background: #F43F50;
	color: #FFF;
	border-radius: 50%;
	font-size: 10px;
}

.taol-2 {
	margin-left: 5px;
	color: #F43F50;
	font-size: 12px;
}

.copop {
	width: 209px;
	min-height: 132px;
	background: #000000;
	border-radius: 6px;
	opacity: 0.85;
}

.now {
	width: 170px;
	height: 36px;
	background: #007BE5;
	border-radius: 5px 5px 5px 5px;
}

.agreement-total-center-li-1 {
	display: flex;
	align-items: center;
}

.agreement-total-center-li-3 {
	box-sizing: border-box;
	padding: 20px 0 10px 30px;
	margin: 0 auto;
	margin-top: 40px;
	width: 491px;
	height: 118px;
	background: #E3F0FF;
	border-radius: 10px;
	border: 1px solid #007BE5;
}

.agreement-total-center-li-3-bottom {
	position: relative;
	margin-top: 20px;
	width: 434px;
	height: 13px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
}

.agreement-total-center-li-3-bottom-pop {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0px;
	height: 13px;
	background: #42A6FC;
	border-radius: 10px 10px 10px 10px;
}

.agreement-total-center-li-3-bottom-pop1 {
	position: absolute;
	left: 0px;
	right: 0;
	top: -5.2px;
	width: 23px;
	height: 23px;
	background: #007BE5;
	border-radius: 13px 13px 13px 13px;
}

.agreement-total-center-li-3-m {
	margin-top: 5px;
	width: 434px;
	color: #333333;
	text-align: right;
}

.agreement-total-center-li-1 img {
	width: 25px;
	object-fit: contain;
}

.agreement-total-center-li-1 span {
	margin-left: 5px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.agreement-total-center-li-1+.agreement-total-center-li-1 {
	margin-top: 10px;
}

.border {
	width: 16px;
	line-height: 16px;
	text-align: center;
	background: #FF823E;
	border-radius: 50%;
	color: #FFF;
	font-size: 10px;
}

.border-span {
	margin-left: 10px;
	color: #666666;
	font-size: 14px;
}

.startTime {
	position: relative;
}

.startTime::-webkit-calendar-picker-indicator {
	position: absolute;
	right: 0;
	padding-left: calc(100% - 40px);
	padding-right: 10px;
}

.toggle {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.toggle .a-li {
	color: #007BE5;
}

.toggle .a-li-qq {
	color: #4A9AFD;
}

.toggle .a-li-wx {
	color: #09BB07;
}

.toggle span {
	color: #999;
}

.toggle+.toggle {
	margin-left: 20px;
}

.toggle img {
	margin-top: 4px;
	margin-left: 4px;
}

.qqw {
	display: none;
}

.box {
	text-align: center;
}

.box>span {
	animation: loader 1000ms infinite linear;
	border-radius: 100%;
	border: 4px solid #999;
	border-left-color: transparent;
	color: transparent;
	display: inline-block;
	line-height: 1.2;
	width: 30px!important;
	height: 30px!important;
	z-index: 999;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}