* {
	margin: 0;
	padding: 0;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

body {
	min-width: 1200px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

header .nav-top {
	background-color: #000000;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	height: 40px;
}

header .nav-top .max-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .nav-top .left {
	display: flex;
	align-items: center;
	font-size: 14px;
}

header .nav-top .left .li {
	padding: 0 10px;
	border-right: 1px solid #fff;
}

header .nav-top .left .li:last-child {
	border-right: 0;
}

header .nav-top .left .li a {
	color: #fff;
}

header .nav-top .user span {
	font-size: 20px;
}

header .nav {
	background-color: #181818;
	z-index: 9999;
}

header .nav .one-ul {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .nav .one-ul .one-li {
	width: 240px;
	text-align: center;
}

header .nav .one-ul .one-li>a {
	color: #fff;
	line-height: 90px;
}

header .nav .one-ul .logo {
	width: 240px;
	height: 60px;
	text-align: center;
}

header .nav .one-ul .logo img {
	width: 120px;
	height: 60px;
}

header .nav .one-ul .one-li .two-ul {
	position: absolute;
	top: 130px;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	display: none;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 10px 0;
	z-index: 9999;
}

header .nav .one-ul .one-li:hover .two-ul {
	display: flex;
}

header .nav .one-ul .one-li a {
	position: relative;
}

header .nav .one-ul .one-li:hover>a {
	border-bottom: 4px solid #df140e;
}

header .nav .one-ul .one-li .two-ul .two-li {
	width: 160px;
	padding: 10px 0;
}

header .nav .one-ul .one-li:nth-child(1) .two-ul .two-li {
	margin-right: 960px;
}

header .nav .one-ul .one-li:nth-child(2) .two-ul .two-li {
	margin-right: 480px;
}

header .nav .one-ul .one-li:nth-child(4) .two-ul .two-li {
	margin-left: 480px;
}

header .nav .one-ul .one-li:nth-child(5) .two-ul .two-li {
	margin-left: 960px;
}

header .nav .one-ul .one-li .two-ul .two-li a {
	color: #fff;
}

header .nav .one-ul .one-li .two-ul .two-li:hover a {
	text-decoration: underline;
}

.flex {
	display: flex;
}

.color-1 {
	background-color: #fffbe6;
	color: #ddce72;
}

.color-2 {
	background-color: #ecf9fd;
	color: #7390a2;
}

.color-3 {
	background-color: #ffede9;
	color: #fe9e91;
}

.color-4 {
	background-color: #fcedf0;
	color: #c68384;
}

.color-5 {
	background-color: #fef0e2;
	color: #e09e62;
}

.color-6 {
	background-color: #fefefe;
	color: #008060;
}

.tips-quan {
	position: absolute;
	right: 10px;
	top: 10px;
}

.tips-quan .bio {
	background-color: #ffffff;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #76c043;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.tips-quan .bio div {
	background-color: #76c043;
	width: 40px;
	height: 40px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
}

.tips-quan .bio:nth-child(2) div {
	background-color: #e00e87;
}

.tips-quan .bio:nth-child(2) {
	border: 1px solid #e00e87;
}

.tips-quan .bio:nth-child(3) div {
	background-color: #ff8004;
}

.tips-quan .bio:nth-child(3) {
	border: 1px solid #ff8004;
}

.tips-quan .bio:nth-child(4) div {
	background-color: #be2623;
}

.tips-quan .bio:nth-child(4) {
	border: 1px solid #be2623;
}

.tips-quan .year-tips {
	background-color: #ffffff;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #e00e87;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.tips-quan .year-tips div {
	background-color: #e00e87;
	width: 40px;
	height: 40px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
}

.tips-quan .grandcru {
	background-color: #ffffff;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #ff8004;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.tips-quan .grandcru div {
	background-color: #ff8004;
	width: 40px;
	height: 40px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tips-quan .io {
	background-color: #ffffff;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #be2623;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.tips-quan .io div {
	background-color: #be2623;
	width: 40px;
	height: 40px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
}

.max-container {
	max-width: 1400px;
	margin: auto;
}

footer {
	background-color: #181818;
	padding: 60px 0;
}

footer .max-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

footer .max-container .list {
	width: 100%;
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

footer .max-container .list .li {
	max-width: 33.33%;
}

footer .max-container .list .li-h {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
}

footer .max-container .list .li-p {
	margin-bottom: 10px;
}

footer .max-container .list .li-p a {
	color: #e1e1e1;
	/* text-decoration: underline; */
}

footer .max-container .chat img {
	width: 30px;
	margin: 0 10px;
}

.margin-gap {
	margin: 80px auto;
}

.login-pop {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
}

.login-pop .login-show {
	width: 420px;
	height: max-content;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	padding: 60px 40px;
	border-radius: 10px;
}

.login-pop .login-show .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.login-pop .login-show .h {
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}

.login-pop .login-show .input {
	background-color: #f3f2ed;
	padding: 5px 10px;
	margin-bottom: 20px;
	position: relative;
}

.login-pop .login-show .input input {
	background-color: #f3f2ed;
	outline: none;
	width: 100%;
	border: 0;
	line-height: 1.7;
}

.login-pop .login-show .input span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: max-content;
	display: none;
	cursor: pointer;
}

.login-pop .login-show .btn {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-pop .login-show .btn button {
	background-color: #be2623;
	width: 100px;
	color: #fff;
	border: 0;
	padding: 6px 0;
	border-radius: 4px;
}

.login-pop .login-show .btn .forget {
	margin-top: 10px;
	color: #ababab;
	text-decoration: underline;
}

.login-pop .login-show .register {
	border-top: 1px solid #ababab;
	margin-top: 40px;
	padding-top: 20px;
}

.login-pop .login-show .register .title {
	text-align: center;
	font-size: 22px;
}

.login-pop .login-show .register a {
	border-radius: 4px;
	border: 1px solid #333;
	width: 100px;
	text-align: center;
	display: block;
	margin: auto;
	padding: 6px 0;
	margin-top: 20px;
	font-size: 14px;
}

.password-pop {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.password-pop .password-show {
	width: 420px;
	height: max-content;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	padding: 60px 40px;
	border-radius: 10px;
}

.password-pop .password-show .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.password-pop .password-show .h {
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}

.password-pop .password-show .input {
	background-color: #f3f2ed;
	padding: 5px 10px;
	margin-bottom: 20px;
	position: relative;
}

.password-pop .password-show .input .btn {
	background-color: #be2623;
	padding: 0 10px;
	color: #fff;
	position: absolute;
	right: 6px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 26px;
	border-radius: 6px;
	line-height: 26px;
	cursor: pointer;
}

.password-pop .password-show .input input {
	background-color: #f3f2ed;
	outline: none;
	width: 100%;
	border: 0;
	line-height: 1.7;
}

.password-pop .password-show .input span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: max-content;
	display: none;
	cursor: pointer;
}

.password-pop .password-show .btn {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.password-pop .password-show .btn button {
	background-color: #be2623;
	width: 100px;
	color: #fff;
	border: 0;
	padding: 6px 0;
	border-radius: 4px;
}

.car-pop {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 999;
}

.car-pop .car-show {
	background-color: #ffffff;
	width: 680px;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
}

.car-pop .car-show .header {
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

.car-pop .car-show .header .name {
	font-size: 22px;
	cursor: pointer;
}

.car-pop .car-show .header .close {
	cursor: pointer;
}

.car-pop .car-show .list {
	padding: 20px;
	height: calc(100vh - 160px);
	overflow: auto;
}

.car-pop .car-show .lis {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}

.car-pop .car-show .lis .good_img {
	width: 120px;
	height: 120px;
}

.car-pop .car-show .info {
	width: calc(100% - 150px);
}

.car-pop .car-show .li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
}

.car-pop .car-show .li .name {
	color: #656565;
}

.car-pop .car-show .li .number {
	display: flex;
	align-items: center;
}

.car-pop .car-show .li .number img {
	width: 20px;
	margin-right: 4px;
}

.car-pop .car-show .li .number .jia,
.car-pop .car-show .li .number .jian {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #f3f2ed;
	cursor: pointer;
}

.car-pop .car-show .li .number input {
	background-color: #faf9f7;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border: 0;
	outline: none;
}

.car-pop .car-show .li .number input[type=number]::-webkit-inner-spin-button,
.car-pop .car-show .li .number input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.car-pop .car-show .li .number input[type=number] {
	-moz-appearance: textfield;
}

.car-pop .car-show .btn {
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

.car-pop .car-show .btn .mui-checkbox {
	display: flex;
	align-items: center;
}

.car-pop .car-show .btn .mui-checkbox .allprice {
	margin-left: 20px;
	font-size: 20px;
}

.car-pop .car-show .btn .mui-checkbox .allprice span {
	color: #be2623;
	font-weight: bold;
	font-size: 22px;
}

.car-pop .car-show .btn .btn-b {
	background-color: #be2623;
	color: #ffffff;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 50px;
	cursor: pointer;
}

.code-pop {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

.code-pop .code-show  {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #ffffff;
	border-radius: 10px;
	width: 420px;
	height: max-content;
	padding: 15px;
	box-sizing: border-box;
}

.code-pop .code-show .code-header {
	display: flex;
	justify-content: flex-end;
}

.code-pop .code-show .code-header .code-close {
	cursor: pointer;
}

.code-pop .code-show .form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.code-pop .code-show .form input {
	width: calc(100% - 130px);
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	box-sizing: border-box;
}

.code-pop .code-show .form img {
	width: 127px;
	height: 36px;
	object-fit: contain;
}

.code-pop .code-show .btn {
	margin-top: 20px;
	background-color: #be2623;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	cursor: pointer;
}

.loading-cover {
    object-fit: contain !important;
}