@charset "utf-8";
.container {
	background-color: #f7f8fa;
	overflow: auto;
}

.top {
	background-color: var(--primary-color);
	padding: 20px 20px 100px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	min-width: 75rem;
	box-sizing: border-box;
}

.content {
	/* background-color: #fff; */
	margin: -80px auto 0;
	border-radius: 0.5rem;
	width: 62.5rem;
	box-sizing: border-box;
}

.content .div {
	width: 100%;
	background: #fff;
	padding: 1rem 0.9375rem;
	margin-bottom: 1rem;
	border-radius: 0.625rem;
	box-sizing: border-box;
}

.tips {
	line-height: 1.6;
	border: 1px solid #fbc78e;
	background-color: #fff8f0;
	padding: 0.625rem;
	border-radius: 0.3125rem;
	color: #999;
	font-size: 0.8125rem;
	/* width: 900px; */
	margin: 0 auto 0.75rem;
	box-sizing: border-box;
}

.content .div .form {
	/* width: 37.25rem; */
	/* margin-left: 9.375rem; */
}

.content .div .form .row {
	display: flex;
}

.content .div .title,
.popup .div1 .title {
	display: flex;
	align-items: center;
	color: var(--primary-color);
	margin-bottom: 0.625rem;
	font-size: 1rem;
	font-weight: bold;
	/* width: 900px; */
	margin: 0 auto 0.625rem;
	/* margin-top: 1.875rem; */
}

.content .div .title::before,
.popup .div1 .title::before {
	content: "";
	width: 0.25rem;
	height: 1.125rem;
	background-color: var(--primary-color);
	margin-right: 0.5rem;
}


.form .row .column {
	flex: 1;
	display: flex;
	margin-bottom: 1.5rem;
	align-items: center;
}

.form .row .column:last-child {
	margin-right: 0;
}

.form .row .column .span {
	white-space: nowrap;
	overflow: hidden;
	font-size: var(--primary-font-size);
	color: var(--span-color);
	width: 9.5625rem;
	text-align: right;
}

.form .row .column .span.require::before,
.stripline .span::before {
	content: "*";
	color: #ff4d4f;
}

.form .row .column .input-box {
	flex: 1;
	display: flex;
}

.form .row .column .input-box select,
.form .row .column .input-box input[type=number],
.form .row .column .input-box input[type=text] {
	height: 2rem;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0.3125rem;
	border-radius: 0.1875rem;
	font-size: var(--primary-font-size);
	flex: 1;
	max-width: 100%;
	transition: all 0.2s;
}

.form .row .column .input-box select:hover,
.form .row .column .input-box input[type=text]:hover,
.form .row .column .input-box input[type=number]:hover,
.cultural textarea:hover {
	border-color: #75b239;
}

.form .row .column .input-box select:focus,
.form .row .column .input-box input[type=text]:focus,
.form .row .column .input-box input[type=number]:focus,
.cultural textarea:focus {
	outline-style: solid;
	outline-width: 1px;
	outline-color: #75b239;
}

.form .row .column .input-box label.upload {
	border: 1px dashed #d9d9d9;
	width: 6.25rem;
	height: 6.25rem;
	border-radius: 0.1875rem;
	box-sizing: border-box;
	background-color: #fafafa;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--span-color);
	transition: all 0.2s;
}

.form .row .column .input-box label.upload:hover {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.form .row .column .input-box label.upload input {
	display: none;
}

.form .row .column .input-box label.upload i {
	font-size: 1.5rem;
}

.form .row .column .input-box label.upload span {
	font-size: 0.875rem;

}

.form .row .column .img {
	position: relative;
}

.form .row .column .img img {
	width: 6.25rem;
	height: 6.25rem;
}

.img i {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0 0 0 10px;
	padding: 1px 2px;
}

.form .row .column .input-box label.radio {
	display: flex;
	align-items: center;
	margin-right: 1.75rem;
	transition: all 0.2s;
}

.form .row .column .input-box label.radio:hover {
	color: var(--primary-color);
}

.form .row .column .input-box label.radio:hover input {
	border-color: var(--primary-color);
}

.form .row .column .input-box label.radio input:checked,
.form .row .column .input-box label.radio input:checked+span {
	color: var(--primary-color);
}

.form .row .column .input-box label.radio span {
	font-size: var(--primary-font-size);
	margin-left: 0.3125rem;
}

.form .row .column .input-box label.radio input:focus {}

.img-box {
	display: flex;
	max-width: 7.0625rem;
	width: 7.0625rem;
}

.img-box img {
	width: 3.125rem;
	height: 3.125rem;
	/* border: 1px solid #d9d9d9; */
}

.img-box img:nth-child(2) {
	margin-left: 0.3125rem;
}

.div .table {
	/* width: 900px; */
	margin: 0 auto;
}

.op-btn {
	/* width: 900px; */
	margin: 0 auto 0.625rem;
	display: none;
	justify-content: end;
}

.op-btn button {
	margin-left: 1rem;
}
.table{
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d9d9d9;
	font-size: 0.8125rem;
	text-align: center;
}

table th {
	font-weight: normal;
	background-color: #f0f7fc;
	white-space: nowrap;
	padding: 0 0.3125rem;
}

table tr {
	border-bottom: 1px solid #d9d9d9;
	height: 2rem;
}

table th,
table td {
	position: relative;
}

table th::before,
table td::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #d9d9d9;
	position: absolute;
	top: 0;
	left: 0;
}

table th:first-child::before,
table td:first-child::before {
	display: none;
}

table td {
	padding: 0.3125rem;
}

.btn-box {
	display: flex;
	align-items: center;
}

button.primary {
	color: #2196f3;
}

button.waring {
	color: #ff541e;
	margin-left: 0.3125rem;
}

.supplement {
	display: flex;
}

.supplement .column {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.supplement .column .span {
	color: var(--span-color);
	font-size: var(--primary-font-size);
}

.supplement .column .span span {
	color: #999;
	font-size: 0.8125rem;
}

.supplement .column .input-box label {
	border: 0.0625rem solid #DDE0E3;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.3125rem;
	color: #15191D;
	transition: all 0.2s;
	width: 6.25rem;
	height: 2rem;
	box-sizing: border-box;
	font-size: var(--primary-font-size);
	margin-top: 1rem;
}

.supplement .column .input-box label input {
	display: none;
}

.supplement .column .input-box label i {
	margin-right: 0.3125rem;
}

.supplement .column .input-box label:hover,
.supplement .column .input-box label:hover i {
	color: #2196f3;
}

.supplement .column .input-box label:hover {
	border-color: #2196f3;
}

.op-btn button.primary {
	background-color: #2196f3;
	color: #fff;
	height: 1.75rem;
	min-width: 4.375rem;
	border-radius: 0.1875rem;
}

.op-btn button.default {
	border: 1px solid #d9d9d9;
	color: #15191D;
	min-width: 4.375rem;
	padding: 0 0.3125rem;
	border-radius: 0.1875rem;
}

.op-btn button i {
	margin-right: 0.3125rem;
}

.cover {
	width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.popup {
	width: 62.5rem;
	background-color: #fff;
	border-radius: 0.5rem;
	max-height: 95%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.popup .title {
	font-size: 1rem;
	font-weight: bold;
	padding: 0.625rem 1rem;
}
.popup>.title{
	border-bottom: 1px solid #ededed;
	margin-bottom: 0.625rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.popup>.title i{
	color: #999;
	transition: all 0.3s;
}
.popup>.title i:hover{
	opacity: 0.5;
}
.popup .popup-con{
	flex: 1;
	overflow: auto;
}
.popup .form {
	margin-right: 3.125rem;
	margin-left: 1.25rem;
}

.popup .row {
	display: flex;
}

.popup .form .row .column .span {
	width: 6.25rem;
}

.stripline {
	display: flex;
	align-items: center;
	margin: 1rem 0;
	width: calc(100% / 3);
}

.stripline .span {
	font-size: var(--primary-font-size);
	color: var(--span-color);
	width: 6.25rem;
	text-align: right;
}

.stripline .input-box {
	flex: 1;
	display: flex;

}

.stripline select {
	flex: 1;
	height: 2rem;
	border: 1px solid #d9d9d9;
	border-radius: 0.1875rem;
}

.popup .form .row .column {
	flex: none;
	width: calc(calc(100% - 40px) / 3);
	margin-right: 1.25rem;
}

.popup .form .row .column:last-child {
	margin-right: 0;
}

.cultural {
	display: flex;
	width: 100%;
	margin-bottom: 1.875rem;
}

.cultural .span {
	width: 6.25rem;
	text-align: right;
	font-size: var(--primary-font-size);
	color: var(--span-color);
}

.cultural .textarea {
	flex: 1;
	display: flex;
}

.cultural textarea {
	flex: 1;
	border: 1px solid #d9d9d9;
	resize: none;
	height: 5rem;
	border-radius: 0.1875rem;
	font-family: auto;
	font-size: var(--primary-font-size);
	padding: 0.3125rem;
	box-sizing: border-box;
}
.popup .popup-btn{
	display: flex;
	justify-content: end;
	border-top: 1px dashed #ededed;
	padding: 0.9375rem;
}
.popup .popup-btn button{
	background-color: #2196f3;
	height: 2rem;
	width: 5rem;
	color: #fff;
	border-radius: 0.1875rem;
}
.form .row .column .input-box.size>div{
	margin-right: 0.3125rem;
	display: flex;
	align-items: center;
}
.form .row .column .input-box.size>div:last-child{
	margin-right: 0;
}
.form .row .column .input-box.size>div::after{
	content: "cm";
	background-color: #fafafa;
	height: 2rem;
	line-height: 1.875rem;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9 #d9d9d9 #d9d9d9 transparent;
	box-sizing: border-box;
	font-size: 0.75rem;
	padding: 0 0.1875rem;
	color: var(--span-color);
}
.form .row .column .input-box.size>div input{
	border-radius: 3px 0 0 3px;
}
button.sure{
	background-color: #2196f3;
	color: #fff;
	height: 2rem;
	width: 6.25rem;
	border-radius: 0.1875rem;
}
.fileDiv{
	display: flex;
	align-items: center;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.05);
	margin-top: 0.375rem;
	padding: 0.3125rem;
	border-radius: 0.1875rem;
	margin-right: 1.25rem;
}
.fileDiv img{
	width: 1.875rem;
}
.fileDiv span{
	font-size: 0.875rem;
	color: #999;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fileDiv i{
	color: #f44336;
	margin: 0.625rem;
	transition: all 0.2s;
}
.fileDiv i:hover{
	opacity: 0.5;
}