.layui-table-cell {
	height: auto;
	line-height: 24px;
	padding: 8px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: rgb(0, 0, 0);
}

.layui-table-page select {
	background-color: rgb(255, 255, 255);
}

.layui-laypage input:focus,
.layui-laypage select:focus {
	border-color: rgb(238, 238, 238) !important;
}

.layui-input:focus,
.layui-textarea:focus {
	border-color: #000 !important;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0)
}

.layui-laypage a:hover {
	color: rgb(0, 150, 136);
}

.layui-layer-btn .layui-layer-btn0 {
	color: rgb(255, 255, 255);
	border-color: rgb(0, 0, 0) !important;
	background-color: rgb(0, 0, 0) !important;
}

.layui-form-label.title {
	padding-left: 0px;
	width: auto;
}

.layui-table-box .layui-table {
	width: 100% !important;
}

.layui-btn-primary {
	color: rgb(255, 255, 255) !important;
}

.layui-inline.minwidth {
	min-width: 30% !important;
}

.layui-inline.minwidth1 {
	min-width: 60% !important;
}

.mainBox .layui-table-page {

	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.mainBox {
	margin-bottom: 40px;
}

.mainBox .myprice {
	border: 1px solid rgb(238, 238, 238);
	display: flex;
	align-items: center;
}

.mainBox .priceRow {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mainBox .priceRow img {
	width: 28px;
	height: 28px;
	margin-right: 10px;
	margin-left: 16px;
}

.mainBox .priceRow span {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: rgb(0, 0, 0);
}

.layui-btn {
	background-color: rgb(0, 0, 0) !important;
}

.page-wrapper {
	position: relative;
	margin: 0px auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

.pwdeye {
	cursor: pointer;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}


.pwdeye.eye-open {

	background: url('../images/icon/ic_eye_open.png') no-repeat center;
	background-size: 100% 100%;

}

.pwdeye.eye-close {
	background: url('../images/icon/ic_eye_close.png') no-repeat center;
	background-size: 100% 100%;
	opacity: .8;
}

.main {
	width: 100%;
	min-height: 49.8vh;
	position: relative;
	padding-top: 140px;
}

.app_title {
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	color: rgb(0, 0, 0);
	padding-top: 40px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.app_time {
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: rgb(151, 151, 151);
	line-height: 20px;
	margin-bottom: 30px;
}

.tishi {
	font-size: 14px;
	font-weight: 400;
	color: rgb(195, 59, 59);
	line-height: 18px;
	margin-bottom: 20px;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.right-float {
	position: fixed;
	z-index: 2;
	right: 10px;
	bottom: 50px;
	
}

.right-float .gotop {
	font-size: 12px;
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 0px;
	border-radius: 5px;
	border: 1px solid rgb(242, 246, 252);
}

.right-float .gotop::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	background: url("../images/icon/icon_gotop.png") 0% 0% / 16px 16px no-repeat;
	transition: border-bottom-color 0.15s ease-in-out 0s;
}

.right-float .gotop.scrolldown {
	visibility: visible;
	opacity: 0;
}

.right-float .gotop.scrolldown.fadeout {
	opacity: 1;
}

.radio {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(221, 221, 221);
	font-size: 12px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	appearance: none;
	user-select: none;
	transition: background-color 0.1s ease 0s;
}

.che {
	cursor: pointer;
	font-size: 16px;
}

.che.check_t .radio {
	background: url("../images/icon/check.png") center center / 14px no-repeat padding-box rgb(0, 0, 0);
	border: 1px solid #dedede;
	text-align: center;
}

.checkFull.check_t .radio {
	background: url("../images/icon/check.png") center center / 14px no-repeat padding-box rgb(0, 0, 0);
	border: 1px solid #dedede;
	text-align: center;
}

.form-submit {
	width: 100%;
	clear: both;
	box-sizing: border-box;
}

.form-submit .form-submit-btn {
	cursor: pointer;
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin: 0px auto;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	color: rgb(255, 255, 255);
	background: rgb(0, 0, 0);
	border: none;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.form-submit .form-save-btn {
	cursor: pointer;
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin: 0px auto;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	color: rgb(0, 0, 0);
	border: 1px solid #dedede;
	background: rgb(255, 255, 255);
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.form-submit.short {
	width: 60%;
	margin: 50px auto;
}

.app_title .addr-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	height: 40px;
	box-shadow: rgba(201, 199, 205, 0.45) 0px 0px 35px 0px;
	width: 120px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}

.address_list {
	font-size: 14px;
	color: rgb(0, 0, 0);
}

.address_list .address {
	background-color: rgb(255, 255, 255);
	position: relative;
	overflow: hidden;
	overflow-wrap: break-word;
	word-break: break-all;
	padding: 10px 20px;
	border: 1px solid rgba(89, 89, 89, 0.1);
}

.address_list .address .item {
	line-height: 30px;
	list-style: none;
	font-size: 14px;
}

.address_list .address .edit {}

.address_list .address .edit .link_a {
	width: 30px;
	margin-left: 10px;
	font-size: 14px;
	color: rgb(153, 153, 153);
}

.tablebox {
	display: flex;
	justify-content: space-between;
}

.tablebox .card {
	width: 48%;
	border-radius: 0px;

	border: 1px solid #dedede;
}

.tablebox.orderinfo {
	margin-bottom: 30px;
}

.tablebox.orderinfo .card {
	width: 49%;
}

.tablebox .card .card-header {
	padding: 8px 16px;
	display: flex;
	align-items: center;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid #dedede;
}

.tablebox .card .card-body {
	padding: 16px;
}

.tablebox .btnGroup {
	display: flex;
	margin-top: 44px;
	justify-content: center;
}

.tablebox .aGroup.LaGroup {
	display: flex;
	margin-top: 8px;
	flex-wrap: wrap;
}

.tablebox .aGroup a {
	width: auto;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #fff;
	border-radius: 0px;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #85714d;
	color: #85714d;
	;
	padding: 0px 10px;
	box-sizing: border-box;
	margin-right: 20px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.tablebox .aGroup a:hover {

	background: #f4f4f4;

}

.tablebox .aGroup.LaGroup a {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 12px;
}

.tablebox .card p,
.tablebox .card-body .email {
	font-size: 14px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	margin-top: 15px;
}

.tablebox .card-body p {
	font-weight: 400;
	margin-top: 0px;
	color: rgb(41, 39, 36);
	letter-spacing: 0.5px;
}

.tablebox .card .level {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 700;
	color: rgb(0, 0, 0);
}

.tablebox .card .level img {
	width: 25px;
	height: 34px;
	margin-right: 10px;
}

.tablebox .card .mb-3 {
	display: flex;
	flex-direction: column;
}

.tablebox .card .form-control {
	height: 44px;
	background: rgb(255, 255, 255);
	border-radius: 7px;
	border: 1px solid #dedede;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 10px;
	margin-top: 10px;
}

.score h3 {
	font-size: 20px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	margin-bottom: 27px;
	margin-top: 30px;
}

.scorelist {
	display: flex;
	flex-wrap: wrap;
	padding: 16px;
	margin-bottom: 30px;
	background: rgb(255, 255, 255);
	border: 1px solid #dedede;
}

.scorelist .scoreitem {
	width: 20%;
	padding: 0px 15px;
	box-sizing: border-box;
}

.scorelist .scoreitem p {
	font-size: 14px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	margin-bottom: 14px;
	text-align: center;
}

.scorelist .scoreitem .iteminfo {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #f4f4f4;
	font-size: 14px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	cursor: pointer;
	margin-bottom: 10px;
}

.usercard {
	margin-bottom: 80px;
	width: 100%;
	min-height: 216px;
	background: rgb(255, 255, 255);
	border: 1px solid #dedede;
}

.usercard .infobox {
	display: flex;
	flex-wrap: wrap;
	padding: 32px 16px 16px;
}

.usercard .infobox .infoli {
	width: 50%;
	padding: 0px 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.usercard .infobox .infoli h3 {
	margin-top: 10px;
	background: #f4f4f4;
	padding: 10px;
}

.noticelist {
	margin: 0px auto;
}

.noticelist .noticeItem {
	width: 100%;
	background: rgb(255, 255, 255);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 16px;
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 18px;
	color: rgb(40, 42, 56);
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
}

.noticelist .noticeItem:last-child {
	/* border-bottom: none; */
}

.noticelist .noticeItem:hover .title {
	color: rgb(102, 102, 102);
}

.noticelist .noticeItem .title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 400;
	color: rgb(0, 0, 0);
}

.noticelist .noticeItem .time {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	color: rgb(151, 151, 151);
}

.news-detal {
	padding-bottom: 30px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	letter-spacing: 0.5px;
}

.informatList {
	margin: 30px 0px;
}

.informatList .informatItem {
	width: 100%;
	margin-bottom: 20px;
	padding: 14px;
	box-sizing: border-box;
	display: flex;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px;
}

.informatList .informatItem:hover {
	background: rgb(255, 255, 255);
}

.informatList .informatItem .imgbox {
	width: 110;
	height: 90px;
}

.informatList .informatItem .imgbox img {
	width: 110px;
	height: 90px;
	object-fit: cover;
}

.informatList .informatItem .right {
	width: calc(100% - 200px);
	height: 90px;
	padding-left: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.informatList .informatItem .right h3 {
	display: block;
	font-size: 14px;
	color: rgb(39, 39, 39);
	font-weight: 600;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.informatList .informatItem .right .cont {
	font-size: 13px;
	color: rgba(16, 23, 48, 0.33);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	margin-bottom: 3px;
}

.informatList .informatItem .right .time {
	font-size: 14px;
	font-weight: 400;
	color: rgb(151, 151, 151);
}

.modal-open {
	overflow: hidden;
}

.modal-mask {
	position: fixed;
	inset: 0px;
	z-index: 1040;
	background: rgba(0, 0, 0, .6);
	backdrop-filter: blur(10px);

}

.modal {
	position: fixed;
	inset: 0px;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0px;
}

.modal-open .modal {
	overflow: hidden auto;
}

.modal.show {
	display: block;
}

.modal-dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0px);
	width: 80%;
	max-width: 1200px;
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 0px;
	pointer-events: auto;
	padding: 15px;
}

.modal-dialog .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	pointer-events: auto;
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border-radius: 0px;
	outline: 0px;
}

.modal-dialog .modal-content .modal-header {
	position: relative;
}

.modal-dialog .modal-content .modal-header .modal-title {
	color: rgba(0, 0, 0, 0.88);
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	overflow-wrap: break-word;
}

.modal-dialog .modal-content .close {
	width: 16px;
	height: 8px;
	position: absolute;
	z-index: 9998;
	right: 0px;
	top: 3px;
	cursor: pointer;
}

.modal-dialog .modal-content .close::after {
	width: 100%;
	height: 2px;
	background-color: rgb(153, 153, 153);
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal-dialog .modal-content .close::before {
	transition: all 0.3s ease 0s;
	width: 100%;
	height: 2px;
	background-color: rgb(153, 153, 153);
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	bottom: auto;
}

.modal-dialog .modal-content .modal-body {
	position: relative;
	margin-top: 10px;
	max-height: 80vh;
	overflow-y: scroll;
}

.modal-dialog .modal-content .modal-body::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

.modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {}

.modal-dialog .modal-content .modal-body .cont {
	font-size: 14px;
	color: rgb(0, 0, 0);
}

.modal-dialog .modal-content .modal-footer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-dialog .modal-content .modal-footer .btnGroup {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}

.modal-dialog .modal-content .modal-footer .btnGroup .ant-btn {
	width: 100%;
	height: 40px;
	background: rgb(0, 0, 0);
	border: 1px solid #dedede;
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}

.modal-dialog .modal-content .modal-footer .btnGroup .ant-btn.ant-btn-default {
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.address_content {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	top: 0px;
	left: 0px;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.address_content .address_body {
	width: 80%;
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 0px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 16px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px -4px, rgba(0, 0, 0, 0.05) 0px 9px 28px 8px;
	pointer-events: auto;
	padding: 20px 24px;
}

.address_content .address_body::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

.qrcodebox .address_body,
.level_box .address_body {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 600px;
	max-height: 70vh;
	overflow-y: scroll;
}

.address_content .address_body .title {
	display: flex;
	justify-content: space-between;
	color: rgba(0, 0, 0, 0.88);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	overflow-wrap: break-word;
}

.address_content .address_body .title p {
	color: rgba(0, 0, 0, 0.88);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	overflow-wrap: break-word;
}

.address_content .address_body .title button {
	color: rgba(0, 0, 0, 0.45);
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	background: transparent;
	border-radius: 4px;
	width: 22px;
	height: 22px;
	border: 0px;
	outline: 0px;
	font-size: 22px;
	cursor: pointer;
}

.address_content .address_body .cont p {
	margin-top: 28px;
	font-size: 14px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	line-height: 18px;
}

.qrcodebox .address_body .cont .codeImg {
	width: 70px;
	height: 70px;
}

.qrcodebox .address_body .cont .codeImg img {
	width: 70px;
}

.qrcodebox .address_body .cont p,
.level_box .address_body p {
	margin-top: 10px;
}

.qrcodebox .address_body .cont .red {
	color: rgb(255, 0, 0);
	margin-bottom: 20px;
}

.passwordbox {
	display: none;
}

.aGroup {
	flex-wrap: wrap;
}

.tablebox .aGroup a {
	width: 40%;
	margin-bottom: 12px;
}

/*  */
.smallbox {
	padding-top: 60px;
	padding-bottom: 60px;
}

.smallbox .title {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.smallbox .setup-form {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	background: #ffffff;
	/* box-shadow: 0px 0px 26px 0px rgb(215 212 212); */
}

.setup-form {
	padding: 15px;
}

.setup-form.two-one {}

.setup-form .tishi {
	padding: 15px;
}

.setup-form .setup-group {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.setup-form.two-one .setup-group {
	width: 50%;
	float: left;
	padding: 0px 10px;
}

.setup-form .setup-group .form-label {
	color: rgb(41, 39, 36);
	min-width: 90px;
	font-size: 14px;
	line-height: 40px;
}

.setup-form .setup-group .form-control {
	width: 100%;
	height: 44px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(100, 101, 101);
	transition: all 0.3s ease 0s;
	padding: 0px 10px;
	box-sizing: border-box;
}

.setup-form .setup-group .form-control.form-select {
	appearance: none;
	cursor: pointer;
}

.setup-form .setup-group .btn-code {
	cursor: pointer;
	width: 100px;
	height: 45px;
	line-height: 45px;
	margin-left: 10px;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	color: rgb(255, 255, 255);
	background: rgb(0, 0, 0);
	border: none;
	text-decoration: none;
}

.setup-form .setup-group .inputli {
	position: relative;
}

.setup-form .setup-group .inputli .jiantou {
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -3px;
	background: rgb(255, 255, 255);
	cursor: pointer;
	border-width: 6px;
	transition: all 0.3s ease 0s;
	border-style: dashed;
	border-color: rgb(194, 194, 194) transparent transparent;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 0px;
}

.setup-form .setup-group .inputli .jiantou.up {
	margin-top: -9px;
	transform: rotate(180deg);
}

/* add s */
.setup-form.two-one .setup-group.setup-group1 {
	display: flex;
	align-items: center;
}

.setup-form.two-one .setup-group.setup-group2 {
	display: flex;
	align-items: center;
	width: 100%;
}

.setup-form.two-one .setup-group1 .inputli {
	flex: 1;
}

.setup-form.two-one .zhanweiH {
	width: 50%;
	float: left;
	height: 44px;
	margin-bottom: 15px;
}

.setup-form.two-one .setup-group .form-label.form-label1 {
	width: 140px;
	min-width: 140px;
	line-height: 1.5;
	text-align: right;
	padding-right: 10px;
}

.setup-form.two-one .setup-group .form-label.form-label2 {
	width: 100px;
	min-width: 100px;
	text-align: right;
}



/* add e */
/* 20241112 s */
.add-qiehuan {
	margin-top: 15px;
	position: relative;
	border: 1px solid #eee;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.add-qiehuan .biaoti {
	width: 60%;
	background: rgb(254, 254, 254);

	padding: 0 10px;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);


}

.add-qiehuan .biaoti .tab {
	width: 50%;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	color: #999;
	margin: 0 10px;
}

.add-qiehuan .biaoti .tab.on {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.addtab-con {
	display: none;
}

.add-form {
	padding: 20px;
	padding-top: 0;
}

.add-form .group {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.add-form .group .form-label {
	color: rgb(41, 39, 36);
	min-width: 112px;
	font-size: 14px;
	text-align: right;
}

.add-form .group .form-control {
	width: 100%;
	height: 34px;
	flex: 1;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(100, 101, 101);
	transition: all 0.3s ease 0s;
	padding: 0px 10px;
	box-sizing: border-box;
}

/* ä¸Šä¼ å›¾ç‰‡ */
.tupianbox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.upload-box {
	width: 100%;
	padding: 20px 10px;
}

.upload-box .tipstitle {
	font-size: 14px;
	margin-bottom: 10px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}


.upload-box .imgbox {
	position: relative;
	width: 100%;
	height: 140px;
	border-radius: 10px;
	overflow: hidden;
}

.upload-box .imgbox.QR-code {

	width: 140px;

}

.upload-box .imgbox .uploadimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #f6f6f8;
	object-fit: fill;


}

.upload-box .imgbox.QR-code .uploadimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #f6f6f8;
	object-fit: fill;

}

.upload-box .imgbox .icon-del {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	background: url(../images/icon/closepic.png) no-repeat;
	background-size: 100% 100%;
	z-index: 8;
	display: none;
	border-radius: 0 8px 0 0;
}

.upload-box .imgbox .upload-btn-file {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;

}

.upload-box .imgbox .upload-btn-file .file-btn {
	width: 100%;
	height: 140px;
	padding-top: 60px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #999;
	border: 1px solid #231e72;
	background: #fff;
	position: relative;
	border-radius: 10px;

}

.upload-box .imgbox .upload-btn-file .file-btn .icon-add {
	width: 20px;
	height: 20px !important;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate3d(-50%, -50%, 0);
}

.upload-box .imgbox .upload-btn-file .file-btn .icon-zj {
	width: 80%;
	/* height: 100% !important; */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.upload-tijiao {
	cursor: pointer;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 0px auto;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	color: rgb(255, 255, 255);
	background: rgb(0, 0, 0);
	border: none;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

/* å¼¹å‡ºå¤§å›¾ */

.aler-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 41;
	background: rgba(0, 0, 0, 0.4);

}

.alert-grskm {
	width: 100%;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 42;
	transform: translate3d(-50%, -50%, 0);
	text-align: center;
}

.alert-grskm img {
	max-width: 100%;
	max-height: 100%;
}


/*ä¿®æ”¹å¤´åƒå¼¹çª— */

.coinWarp {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	overflow: hidden;
	position: fixed;
	z-index: 102;
	left: 0;
	bottom: -100%;
}

.coinLitBox {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
}

.coinLitBox .div-ul {
	margin: 10px;
	overflow: hidden;
	padding: 0 10px;
	padding-bottom: 5px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
}

.coinLitBox .div-ul .div-li {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-size: 14px;



}

.coinLitBox .div-ul .div-li .link-a {
	width: 100%;
	text-align: center;
	color: #000;
	display: block;
}

.coinLitBox .div-ul .div-li.cancle {
	border-radius: 5px;
}

/* 20241112 e */
.chuanbtn {
	display: block;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	opacity: 0;
}

.postbtn {
	display: flex;
	margin: 44px 0px;
	justify-content: center;
}

.btnGroup button {
	width: 154px;
	height: 40px;
	background: rgb(0, 0, 0);
	border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	margin: 0px 14px;
}

.contBox {
	display: flex;
}

.contBox .left {
	width: 38%;
	min-height: 500px;
	border: 1px solid #dedede;
	border-radius: 0px;
}

.contBox .left h3 {
	height: 42px;
	background: rgb(255, 210, 115);
	border: 1px solid rgb(235, 235, 235);
	font-size: 14px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	line-height: 42px;
	text-align: center;
}

.contbody .price {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.contbody .priceRow {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contbody .priceRow img {
	width: 18px;
	height: 18px;
	margin-right: 20px;
}

.contbody .priceRow span {
	display: inline-block;
	font-size: 18px;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: rgb(0, 0, 0);
}

.contbody .btnGroup {
	width: 100%;
}

.contbody .btnGroup div {
	width: 80%;
	margin: 0px auto 20px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: rgb(75, 106, 44);
	border-radius: 7px;
	font-size: 14px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.contbody .time {
	height: 42px;
	background: rgb(234, 241, 227);
	border: 1px solid rgb(235, 235, 235);
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: rgb(0, 0, 0);
}

.choosetime {
	text-align: center;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contbody .btn {
	width: 50%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: rgb(75, 106, 44);
	margin: 15px auto;
	color: rgb(255, 255, 255);
	border-radius: 5px;
}

.chatbox {
	/* max-width: 800px; */
	margin: 30px auto;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(238, 238, 238);
	border-radius: 0;
	box-shadow: rgb(238, 238, 238) 0px 10px 10px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 10px;
}

.chatinfo {
	display: flex;
	padding: 10px;
	border-bottom: 1px solid rgb(238, 238, 238);
}

.chatinfo img {
	height: 40px;
}

.sys {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgb(75, 106, 44);
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	margin-top: 5px;
}

.right .sys {
	margin: 5px 0px 0px 10px;
}

.sys img {
	width: 60%;
}

.chatlist {
	margin: 15px 0px;
	height: 45vh;
	overflow-y: scroll;
	padding: 10px;
}

.chatlist::-webkit-scrollbar {
	display: none;
}

.chatlist .left,
.chatlist .right {
	display: flex;
	width: 70%;
	margin-bottom: 15px;
}

.chatlist .right {
	justify-content: flex-end;
}

.chatlist .right .chatinput .chatcontent {
	float: right;
}

.chatlist .chatinput .name {
	font-size: 12px;
	color: rgb(119, 119, 119);
	margin-bottom: 5px;
}

.chatlist .right .name {
	text-align: right;
}

.chatlist .chatinput {
	width: calc(100% - 50px);
}

.chatlist .chatinput .chatcontent {
	background: rgb(238, 238, 238);
	color: rgb(0, 0, 0);
	padding: 8px;
	border-radius: 5px;
	font-size: 14px;
	display: inline-block;
}

.rightbox {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.inputbox {
	background: rgb(245, 245, 245);
}

.inputbox textarea {
	width: 100%;
	background: rgb(245, 245, 245);
	min-height: 80px;
	padding: 10px 20px;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 0px;
	resize: none;
	border: none;
}

.inputbox textarea::-webkit-scrollbar {
	display: none;
}

.inputbox .btn {
	padding: 0px 10px 10px;
	text-align: right;
}

.inputbox button {
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 0px;
}

#more {
	text-align: center;
	font-size: 12px;
	color: rgb(119, 119, 119);
	cursor: pointer;
}

/* ================å®‰ç½®ç½‘ æŽ¨èç½‘================== */
.diagrambox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.diagrambox .left {
	width: 49%;
}

.diagrambox .left .item {
	font-size: 14px;
	color: #000;
	line-height: 25px;
}

.diagrambox .left .item.two-one {
	float: left;
	width: 50%;
}

.diagrambox .left .item.txt-right {
	text-align: right;
}

.diagrambox .left .item span {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.diagrambox .right {
	width: 49%;
	text-align: right;
}

/* ============æ ‘å½¢å›¾============= */
.treebox {
	padding: 10px;
	background: #fafafa;
}

.networkbox {
	max-width: unset;
	overflow-x: scroll;
}

/* ====================== */
.extractbox {
	display: flex;
	justify-content: space-between;
}

.exleft {
	width: 35%;
}

.exright {
	width: 65%;
	padding-left: 5%;
	box-sizing: border-box;
}

@media only screen and (max-width: 1300px) {
	.container {
		width: 920px;
	}
}

@media only screen and (max-width: 1024px) {
	.main {
		padding-top: 62px;
	}

	.container {
		width: 100%;
	}

	.tablebody {
		overflow: unset;
		height: auto;
		min-height: 200px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
}



@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}

	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333%;
	}

	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6667%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.6667%;
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333%;
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.6667%;
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333%;
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.6667%;
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.3333%;
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.6667%;
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}


@media (max-width: 768px) {
	.app_title {
		padding-left: 15px;
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.app_time {
		padding-left: 15px;
		margin-bottom: 0px;
	}

	.mainBox {
		padding: 0px 16px;
		margin-bottom: 40px;
		box-sizing: border-box;
	}

	.mainBox .myprice {
		display: block;
	}

	.right-float .gotop {
		width: 40px;
		height: 40px;
	}

	.modal-dialog {
		width: 92%;
	}

	.modal-dialog .modal-content .modal-body {
		max-height: 60vh;
	}

	.setup-form .two-one {}

	.setup-form .setup-group {
		margin-bottom: 0px;
	}

	.setup-form.two-one .setup-group {
		width: 100%;
		float: none;
		padding: 0px;
	}

	/* add s */
	.setup-form.two-one .setup-group.setup-group1 {
		display: block;

	}

	.setup-form.two-one .setup-group.setup-group2 {
		display: block;
	}

	.setup-form.two-one .setup-group1 .inputli {
		flex: 1;
	}

	.setup-form.two-one .zhanweiH {
		width: 100%;
		float: none;
		height: 0;
		margin-bottom: 0;
	}

	.setup-form.two-one .setup-group .form-label.form-label1 {
		width: auto;
		min-width: auto;
		line-height: 40px;
		text-align: left;
		padding-right: 0px;
	}

	.setup-form.two-one .setup-group .form-label.form-label2 {
		width: auto;
		min-width: auto;
		line-height: 40px;
		text-align: left;
		padding-right: 0px;
	}

	.setup-form.two-one .setup-group .form-label.form-label3 {


		display: flex;
	}

	/* add e */
	/* 20241112 s */
	.add-form {
		padding: 0px;
		padding-bottom: 20px;
	}

	.upload-box .imgbox {
		height: 100px;
	}

	.upload-box .imgbox .upload-btn-file .file-btn {

		height: 100px;
		padding-top: 60px;

	}

	/* 20241112 e */
	.tishi {
		margin-bottom: 5px;
		padding: 0px 15px;
	}

	.form-submit.short {
		width: 100%;
		margin: 20px auto;
		padding: 0px 16px;
	}

	.tablebox {
		flex-direction: column;
		padding: 0px 16px;
	}

	.tablebox .card {
		width: 100%;
		margin-bottom: 15px;
	}

	.tablebox.orderinfo .card {
		width: 100%;
		margin-bottom: 15px;
	}

	.score h3 {
		margin-bottom: 17px;
		margin-top: 10px;
		padding: 0px 16px;
	}

	.scorelist {
		margin: 16px;
	}

	.scorelist .scoreitem {
		width: 50%;
	}

	.usercard {
		margin: 0px 16px 16px;
		width: auto;
		min-height: 216px;
		background: rgb(255, 255, 255);
	}

	.usercard .infobox {
		padding: 15px 5px 5px;
	}

	.usercard .infobox .infoli {
		padding: 0px 10px;
	}

	.layui-laypage {
		margin: 10px 16px;
	}

	.layui-laypage a,
	.layui-laypage span {
		padding: 0px 10px;
	}

	.noticelist {
		margin: 0px 16px;
	}

	.news-detal {
		padding: 16px;
	}

	.informatList {
		margin: 0px 15px;
	}

	.informatList .informatItem {
		width: 100%;
		padding: 10px;
		display: flex;
		cursor: pointer;
		margin-bottom: 15px;
	}

	.informatList .informatItem .imgbox {
		width:90px;
		height: 74px;
		display: flex;
		align-items: center;
	}

	.informatList .informatItem .imgbox img {
		width:90px;
		height: 74px;
	}

	.informatList .informatItem .right {
		width: calc(100% - 110px);
		padding-left: 10px;
		height: 74px;
	}

	.informatList .informatItem .right .cont {
		font-size: 12px;
	}

	.chatbox {
		width: 94%;
		margin-top: 0;
	}

	/* ================================== */
	.diagrambox {
		flex-flow: column;
		margin-bottom: 20px;
	}

	.diagrambox .left {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}

	.diagrambox .left .item {
		flex: 1;
		font-size: 16px;
		color: #000;
	}

	.diagrambox .left .item.two-one {
		float: none;
		width: 100%;
	}

	.diagrambox .left .item.txt-right {
		text-align: left;
	}

	.diagrambox .left .item span {
		font-size: 18px;

		font-weight: bold;
	}

	.diagrambox .right {
		margin-top: 5px;
		width: 100%;
		text-align: left;
	}


	.extractbox {
		flex-direction: column;
	}


	.exleft {

		width: 100% !important;


	}

	.exright {
		padding: 15px;
		width: 100% !important;
	}

}