﻿#component {
	font-size: 14px
}

.banner h2{
	display: none!important;
}

.main-wrapper {
	width: 1200px;
	margin: 0 auto
}

.wrapper-title {
	font-size: 32px;
	color: #4c3214;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	letter-spacing: 2px;
	justify-content: center
}

.wrapper-title::after {
	content: "";
	margin-left: 15px;
	width: 29px;
	height: 33px;
	background: url(/system/eshop/template/mobile/job/images/title-right.png) no-repeat center/contain
}

.wrapper-title::before {
	content: "";
	margin-right: 15px;
	width: 29px;
	height: 33px;
	background: url(/system/eshop/template/mobile/job/images/title-left.png) no-repeat center/contain
}

.tabs-wrapper {
	padding-bottom: 54px;
	padding-top: 80px
}

.tabs-wrapper .main-wrapper {
	width: 1200px
}

.tabs-wrapper .tab-panes {
	margin-bottom: 27px
}

.tabs-wrapper .tab-panes .pane {
	display: flex
}

.tabs-wrapper .tab-panes .list {
	width: calc((100% - 80px)/3);
	margin-right: 40px;
	padding: 50px 45px 10px;
	text-align: center;
	border: 1px solid #d8d8d8;
	border-radius: 15px;
	position: relative;
	transition: all ease .1s;
	cursor: pointer
}

.tabs-wrapper .tab-panes .list:last-child {
	margin-right: 0
}

.tabs-wrapper .tab-panes .list.active {
	transform: translateY(-26px);
	padding: 42px 43px 8px
}

.tabs-wrapper .tab-panes .tag {
	position: absolute;
	color: #fff;
	left: -9px;
	top: 10px;
	height: 26px;
	background: linear-gradient(90deg, #ff6114 0%, #fa6573 100%);
	line-height: 26px;
	font-size: 15px;
	font-weight: bold;
	padding: 0 19px 0 20px;
	border-radius: 0px 13px 13px 0px
}

.tabs-wrapper .tab-panes .tag::after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid #e6444f;
	border-bottom: 3px solid transparent;
	border-left: 4px solid transparent;
	border-right: 4px solid #e6444f;
	left: 0
}

.tabs-wrapper .tab-panes .title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 14px
}

.tabs-wrapper .tab-panes .desc {
	font-size: 16px;
	color: #757575;
	margin-bottom: 20px
}

.tabs-wrapper .tab-panes .price {
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
	align-items: baseline
}

.tabs-wrapper .tab-panes .real-price {
	display: flex;
	align-items: baseline;
	font-size: 46px;
	font-weight: bold;
	color: #ee3c3c;
	margin-right: 9px
}

.tabs-wrapper .tab-panes .real-price::before {
	content: "￥";
	font-size: 20px
}

.tabs-wrapper .tab-panes .original-price {
	font-size: 20px;
	text-decoration: line-through;
	color: #818181
}

.tabs-wrapper .tab-panes .avg-price {
	display: inline-block;
	padding: 0 14px;
	line-height: 26px;
	border-radius: 5px;
	margin: 0 auto 19px;
	font-size: 14px
}

.tabs-wrapper .tab-panes .deduction-content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px
}

.tabs-wrapper .tab-panes .deduction-content .deduction {
	display: flex;
	align-items: center;
	padding: 4px 7px 4px 6px;
	background: #fff;
	border: 1px solid #ffe5e5;
	border-radius: 5px;
	margin-right: 5px;
	color: #ee3c3c
}

.tabs-wrapper .tab-panes .deduction-content .deduction .money {
	font-size: 16px;
	margin-right: 6px
}

.tabs-wrapper .tab-panes .deduction-content .label {
	margin-right: 4px;
	background: #ffe5e5;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 20px
}

.tabs-wrapper .tab-panes .vip-status {
	min-width: 226px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	margin: 0 auto 29px;
	border: none;
	cursor: pointer
}

.tabs-wrapper .tab-panes .detail-item {
	height: 20px;
	align-items: center;
	display: flex;
	color: #484848;
	font-size: 15px;
	justify-content: space-between;
	margin-bottom: 12px
}

.tabs-wrapper .tab-panes .detail-item .value {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end
}

.tabs-wrapper .tab-panes .detail-item .value .primary {
	color: #ffa000
}

.tabs-wrapper .tab-panes .detail-item .value .icon {
	width: 16px;
	height: 16px;
	background: url("/system/eshop/template/mobile/job/images/rights.png") no-repeat center/contain;
	margin-left: 6px
}

.tabs-wrapper .tab-panes .diamond .list.active {
	border: 3px solid #7f68d4;
	padding: 42px 43px 8px;
	background: linear-gradient(0deg, #f3ecfd 0%, #ffffff 48%)
}

.tabs-wrapper .tab-panes .diamond .title {
	color: #674399
}

.tabs-wrapper .tab-panes .diamond .avg-price {
	color: #ee3c3c;
	background: #ffe5e5
}

.tabs-wrapper .tab-panes .diamond .deduction-content {
	display: none
}

.tabs-wrapper .tab-panes .diamond .vip-status {
	color: #48425a;
	background: linear-gradient(90deg, #fde4be 0%, #ffd58e 62%, #efba67 98%)
}

.tabs-wrapper .tab-panes .diamond .vip-status .update {
	display: none
}

.tabs-wrapper .tab-panes .gold .list.active {
	border: 3px solid #fcd38c;
	padding: 42px 43px 8px;
	background: linear-gradient(0deg, #fff2db 0%, #ffffff 46%)
}

.tabs-wrapper .tab-panes .gold .avg-price {
	color: #845009;
	background: #ffdfad
}

.tabs-wrapper .tab-panes .gold .vip-status {
	color: #ffe9bf;
	background: linear-gradient(90deg, #49494b 0%, #42415c 100%)
}

.tabs-wrapper .tab-panes .gold .vip-status .forbidden {
	display: none
}

.tabs-wrapper .tab-panes.forbidden-status .gold .vip-status {
	background: #ebebeb;
	color: #a2a2a2;
	cursor: no-drop
}

.tabs-wrapper .tab-panes.forbidden-status .gold .vip-status .open {
	display: none
}

.tabs-wrapper .tab-panes.forbidden-status .gold .vip-status .forbidden {
	display: block;
	color: #5c5c5c
}

.tabs-wrapper .tab-panes.forbidden-status .gold .vip-status .reason {
	font-size: 13px;
	margin-top: 2px;
	font-weight: normal
}

.tabs-wrapper .tab-panes.update-status .diamond .avg-price {
	display: none
}

.tabs-wrapper .tab-panes.update-status .diamond .deduction-content {
	display: flex
}

.tabs-wrapper .tab-panes.update-status .diamond .vip-status {
	color: #49425a
}

.tabs-wrapper .tab-panes.update-status .diamond .vip-status .open {
	display: none
}

.tabs-wrapper .tab-panes.update-status .diamond .vip-status .update {
	display: block
}

.tabs-wrapper .tab-panes.update-status .diamond .vip-status .update {
	display: flex;
	align-items: baseline;
	justify-content: center;
	font-size: 16px;
	font-weight: normal
}

.tabs-wrapper .tab-panes.update-status .diamond .vip-status .money {
	display: flex;
	align-items: baseline;
	font-weight: bold;
	font-size: 24px
}

.tabs-wrapper .tab-panes.update-status .diamond .vip-status .money::before {
	content: "￥";
	font-size: 16px;
	font-weight: normal
}

.tabs-wrapper .agreement {
	text-align: center
}

.tabs-wrapper .agreement a {
	color: #ffa000
}

.contrast-wrapper {
	background: #f6f6f6;
	padding-top: 30px;
    padding-bottom: 30px;
}

.contrast-wrapper .main-wrapper {
	width: 1200px;
	position: relative
}

.subheading {
	color: #757575;
	font-size: 14px;
	margin-bottom: 28px;
	text-align: center
}

.contrast-wrapper .detail {
	border-radius: 10px;
	border: 1px solid #f1c290;
	position: relative
}

.contrast-wrapper .detail .hot {
	position: absolute;
	right: 35px;
    top: -15px;
    width: 46px;
    height: 54px;
    color: #fff;
    padding-top: 38px;
    padding-left: 8px;
	background: url("/system/eshop/template/mobile/job/images/hot.png") no-repeat center/contain
}

.contrast-wrapper .detail table {
	border-radius: 10px;
	width: 100%;
	display: block;
	border-spacing: 0;
	overflow: hidden;
	height: 640px
}

.contrast-wrapper .detail th {
	height: 75px;
	width: 390px;
	overflow: hidden
}

.contrast-wrapper .detail th:first-child {
	width: 418px;
	background: url("/system/eshop/template/mobile/job/images/explain.png") no-repeat left 30px center/100px 30px, linear-gradient(90deg, #ffffff 0%, #f4f4f6 100%)
}

.contrast-wrapper .detail th:nth-child(2) {
	background: url("/system/eshop/template/mobile/job/images/ordinary-vip.png") no-repeat center/100px 30px, linear-gradient(90deg, #f6f7fc 0%, #e5e5e5 99%)
}

.contrast-wrapper .detail th:nth-child(3) {
	background: url("/system/eshop/template/mobile/job/images/gold-vip.png") no-repeat center/100px 30px, linear-gradient(90deg, #fdf4dd 0%, #fbe8b6 100%)
}

.contrast-wrapper .detail tr {
	height: 65px
}

.contrast-wrapper .detail tr:nth-child(2n-1) {
	background-color: #fff
}

.contrast-wrapper .detail tr:nth-child(2n) {
	background-color: #f7f4f1
}

.contrast-wrapper .detail th,
.contrast-wrapper .detail td {
	text-align: center;
	font-size: 16px;
	color: #666
}

.contrast-wrapper .detail th:first-child,
.contrast-wrapper .detail td:first-child {
	text-align: left;
	padding-left: 30px
}

.contrast-wrapper .detail td {
	border-right: 1px solid #d8d8d8;
	padding: 0
}

.contrast-wrapper .detail td:last-child {
	border-right: none
}

.contrast-wrapper .detail td .error {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url("/system/eshop/template/mobile/job/images/error.png") no-repeat center/contain
}

.contrast-wrapper .detail td .contain {
	display: inline-block;
	width: 22px;
	height: 19px;
	background: url("/system/eshop/template/mobile/job/images/correct.png") no-repeat center/contain
}

.contrast-wrapper .detail .name {
	color: #484848;
	font-weight: bold;
	margin-bottom: 0px;
	display: flex
}

.contrast-wrapper .detail .name .privilege-escalation-tag {
	color: #ffa000;
	font-size: 12px;
	font-weight: normal;
	padding: 0 5px;
	line-height: 14px;
	border-radius: 8px 8px 8px 0px;
	border: 1px solid #ffa000;
	margin-left: 5px;
	align-self: center
}

.contrast-wrapper .detail .instructions {
	font-size: 13px;
	color: #999
}

.contrast-wrapper .detail.diamond tr:nth-child(2n-1) td:last-child {
	color: #563c7d;
	background-color: #f9f9ff;
	border-left: 2px solid #7f68d4;
	border-right: 2px solid #7f68d4
}

.contrast-wrapper .detail.diamond tr:nth-child(2n) td:last-child {
	color: #563c7d;
	background-color: #f0edfd;
	border-left: 2px solid #7f68d4;
	border-right: 2px solid #7f68d4
}

.contrast-wrapper .detail.diamond tr:last-child td:last-child {
	color: #563c7d;
	border: 2px solid #7f68d4;
	border-top: none;
	border-radius: 0 0 10px 10px
}

.contrast-wrapper .detail.gold tr:nth-child(2n-1) td:nth-child(3) {
	color: #a35f1c;
	background-color: #fffcf4;
	border-left: 2px solid #ffc043;
	border-right: 2px solid #ffc043
}

.contrast-wrapper .detail.gold tr:nth-child(2n) td:nth-child(3) {
	color: #a35f1c;
	background-color: #fdf2d8;
	border-left: 2px solid #ffc043;
	border-right: 2px solid #ffc043
}

.contrast-wrapper .detail.gold tr:last-child td:nth-child(3) {
	color: #a35f1c;
	border: 2px solid #ffc043;
	border-top: none;
	border-radius: 0 0 10px 10px
}

.contrast-wrapper .show .detail table {
	height: auto
}

.contrast-wrapper .show .show-more {
	position: static;
	padding: 25px 0 30px
}

.contrast-wrapper .show .show-more .more::after {
	transform: rotate(0deg)
}

.introduce-wrapper {
	padding: 43px 0 30px
}

.introduce-wrapper .wrapper-title {
	margin-top: 10px;
	margin-bottom: 60px
}

.introduce-wrapper .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 417px;
	padding-left: 754px;
	background-position: left;
	background-size: 623px 417px;
	background-repeat: no-repeat
}

.introduce-wrapper .list+.list {
	margin-top: 52px
}

.introduce-wrapper .list .title {
	display: flex;
	align-items: center;
	height: 48px;
	font-size: 30px;
	font-weight: bold;
	padding-left: 58px;
	margin-bottom: 10px;
	color: #976a35
}

.introduce-wrapper .list .title .privilege-escalation-tag {
	color: #ffa000;
	font-size: 12px;
	font-weight: normal;
	padding: 0 5px;
	line-height: 14px;
	border-radius: 8px 8px 8px 0px;
	border: 1px solid #ffa000;
	margin-left: 5px;
	align-self: center
}

.introduce-wrapper .list .title .privilege-escalation-tag {
	padding: 0 15px;
	line-height: 24px;
	font-size: 14px;
	margin-left: 8px;
	border-radius: 17px 13px 13px 2px;
	border: 1px solid #ffc86b
}

.introduce-wrapper .list .desc {
	width: 390px;
	font-size: 18px;
	line-height: 36px
}

.introduce-wrapper.reverse {
	background-color: #f6f6f6
}

.introduce-wrapper.reverse .list {
	padding-left: 42px;
	background-position: right
}

.more-contrast-wrapper {
	background-color: #f6f6f6;
	padding: 54px 0
}

.more-contrast-wrapper .main-wrapper {
	display: flex;
	align-items: center
}

.more-contrast-wrapper .title {
	display: flex;
	position: relative;
	height: 40px;
	width: 150px;
	flex-shrink: 0;
	margin-right: 25px
}

.more-contrast-wrapper .title::before {
	content: "";
	position: absolute;
	width: 150px;
	height: 16px;
	bottom: 0;
	left: -8px;
	background: linear-gradient(90deg, #ffdbc3 0%, #fee6c6 40%, #f4ce9b 100%)
}

.more-contrast-wrapper .title::after {
	content: "更多权益";
	white-space: nowrap;
	position: absolute;
	color: #2b2b2b;
	font-size: 30px;
	font-weight: bold
}

.more-contrast-wrapper .content {
	display: flex;
	flex-grow: 1;
	align-items: center;
	overflow: hidden
}

.more-contrast-wrapper .scroll-content {
	flex-grow: 1;
	flex-wrap: nowrap;
	width: 100%;
	overflow: hidden
}

.more-contrast-wrapper .contrast {
	display: flex;
	transition: all ease .5s
}

.more-contrast-wrapper .item {
	flex-shrink: 0;
	width: 210px;
	height: 210px;
	box-shadow: 0px 4px 15px 1px rgba(198, 198, 198, .2);
	border-radius: 5px;
	margin: 0 14px;
	padding-top: 93px;
	text-align: center
}

.more-contrast-wrapper .item .name {
	font-size: 18px;
	color: #484848;
	margin-bottom: 20px
}

.more-contrast-wrapper .item .sub {
	line-height: 22px;
	padding: 0 20px;
	font-size: 14px;
	white-space: wrap
}

.more-contrast-wrapper .item .sub span {
	font-size: 14px
}

.user-wrapper {
	background: #fff;
	padding-top: 38px;
	padding-bottom: 30px;
	color: #252532
}

.user-wrapper .user-description {
	display: flex;
	justify-content: space-between;
}

.user-wrapper .user-description .right-content {
	display: flex;
	padding: 36px 0 0 0;
	flex-wrap: wrap;
	width: 1200px
}

.user-wrapper .user-description .right-content .right-catalogue {
	width: 380px;
    height: auto;
	padding: 0px;
	display: flex;
	flex-direction: column;
	background: #fff;
	margin-right: 30px;
	box-shadow: 0px 0px 20px 0px rgba(32, 33, 35, .1);
	border-radius: 10px;
	margin-bottom: 30px
}

.user-wrapper .user-description .right-content .right-catalogue img {
	width: 100%;
}

.user-wrapper .user-description .right-content .right-catalogue:nth-child(3n) {
	margin-right: 0
}

.user-wrapper .search-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	width: 1200px
}

.user-wrapper .search-content .search-title {
	font-size: 16px;
	font-weight: bold
}

.user-wrapper .search-content .text-content {
	display: flex;
	justify-content: space-between;
	line-height: 2;
	margin-top: 15px;
	color: #666
}

.user-wrapper .search-content .text-content span {
	color: #e6bd7a;
	cursor: pointer
}

.fixed-wrapper {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #272833;
	color: #fff
}

.fixed-wrapper .main-wrapper {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px
}


.fixed-wrapper .place a {
	margin: 0 10px
}

.fixed-wrapper .buy-info {
	display: flex;
	align-items: center
}

.fixed-wrapper .price {
	display: inline-flex;
	align-items: baseline;
	color: #fde2be;
	font-size: 30px;
	font-weight: bold
}

.fixed-wrapper .price .tag {
	font-size: 20px
}

.fixed-wrapper .price.through {
	text-decoration: line-through
}

.fixed-wrapper .pay {
	min-width: 200px;
	padding: 0 8px;
	height: 45px;
	margin-left: 25px;
	background: #f23f3f;
	border-radius: 5px;
	border: none;
	color: #fff;
	position: relative;
	font-size: 24px;
	cursor: pointer
}

.fixed-wrapper .pay>* {
	display: none
}

.fixed-wrapper .pay>.open {
	display: block
}

.fixed-wrapper .forbidden-status .price {
	text-decoration: line-through
}

.fixed-wrapper .forbidden-status .pay {
	background: #7f7f7f;
	font-size: 18px;
	font-weight: bold;
	cursor: no-drop
}

.fixed-wrapper .forbidden-status .pay .reason {
	font-size: 12px
}

.fixed-wrapper .forbidden-status .pay>* {
	display: none
}

.fixed-wrapper .forbidden-status .pay>.forbidden {
	display: block
}

.fixed-wrapper .update-status .price {
	text-decoration: line-through
}

.fixed-wrapper .update-status .pay .update {
	font-size: 18px;
	align-items: baseline
}

.fixed-wrapper .update-status .pay .update .real {
	display: flex;
	align-items: baseline;
	font-weight: bold;
	font-size: 30px
}

.fixed-wrapper .update-status .pay .update .real::before {
	content: "￥";
	font-size: 24px
}

.fixed-wrapper .update-status .pay .update .deduction {
	position: absolute;
	font-size: 12px;
	color: #322725;
	padding: 0 6px;
	right: -30px;
	top: -10px;
	line-height: 24px;
	background: linear-gradient(90deg, #fde3c0 0%, #f3d3a7 100%);
	border-radius: 8px 8px 8px 0px
}

.fixed-wrapper .update-status .pay>* {
	display: none
}

.fixed-wrapper .update-status .pay>.update {
	display: flex
}

.el-popper {
	max-width: 270px
}