﻿
.wppay-custom-modal-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.6)
}

.wppay-custom-modal-box .wppay-modal {
	max-width: 320px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
	background: #fff;
	border-radius: 3px;
	display: block !important
}

.wppay-custom-modal-box .wppay-modal .close-modal {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	font-size: 32px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode {
	padding: 20px 30px 10px;
}

.wppay-custom-modal-box .wppay-modal .wppay-desc {
    text-align: center;
    font-size: 14px;
    color: #86878a;
    margin-bottom: 10px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .wppay-title2 {
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	font-weight: bold;
	margin-bottom: -15px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .wppay-title2 .price {
	color: #fe8103;
	float: none !important;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab {
	padding: 0px 30px;
	text-align: center;
	margin-top: 20px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a {
	font-size: 16px;
	color: #9B9B9B;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a.active {
	color: #2A2A2A;
	font-size: 20px;
	position: relative;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab .wppay-weixin.active:after {
	background: #21ab36;
	width: 20px;
	height: 3px;
	content: "";
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px)
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab .wppay-alipay.active:after {
	background: #00a3ee;
	width: 20px;
	height: 3px;
	content: "";
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px)
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a .price {
	color: #fe8103
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list {
	margin-top: 180px;
	background: #fe8103;
	height: 220px;
	border-radius: 0 0 3px 3px;
	display: block
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item {
	text-align: center;
	position: relative;
	top: -166px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wppay-title {
	margin-bottom: 10px;
	font-size: 15px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wppay-title .price {
	color: #fe8103;
	font-weight: 600;
	font-size: 18px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .qr-code {
	border: #f3f3f3 solid 1px;
	width: 225px;
	height: 225px;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 0 auto;
	background: #fff
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .qr-code img {
	width: 100%;
	height: auto
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .account {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	color: #ffffff;
	font-size: 14px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .desc {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 12px;
	color: #cecece;
	font-family: tahoma, arial, sans-serif
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap {
	display: none;
	margin-top: 10px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap a {
	background: #00a3ee;
	color: #fff;
	text-decoration: none;
	padding: 8px 25px;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #fff;
}

.wppay-modal .wppay-list {
    font-size: 14px;
    margin: 0px 20px;
}

.wppay-modal .wppay-list .wppay-list-tb {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.wppay-modal .wppay-list .wppay-list-tb span{
    color: #fe8103;
}
.erphpdown-type-link {
	display: block;
	border-radius: 50px;
	width: 100%;
	padding: 12px 0;
	color: #fff !important;
	background: #fe8103;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}

.erphpdown-type-link:last-child {
	margin-bottom: 0
}
.bcolor0 {
	background: #0ec0e6;
}

.bcolor1 {
	background: #514e9f;
}

.bcolor2 {
	background: #6f0ee6;
}

.bcolor3 {
	background: #d2c55d;
}

.bg-phone {
	background: #00c250;
}

.bg-twitter {
	background: #00a3ee;
}

.erphpdown-type-qqpay {
	background: #0BB2FF;
}

.erphpdown-type-paypal {
	background: #0070ba;
}

.erphpdown-type-stripe {
	background: #635bff;
}

.erphpdown-type-credit {
	margin-top: 20px;
}

.erphpdown-type-card {
	background: #555
}

.member-container .member-piece1 .piece1-main .qy-members {
    background: linear-gradient(180deg, #fff8f1, hsla(0, 0%, 100%, 0));
    border-top: 5px solid <?php echo $set['ztcolor']?$set['ztcolor']:"#5a94fe";?>!important;
}
.member-container .member-piece1 .piece1-main .qy-member2 {
    background: linear-gradient(180deg, #fff8f1, hsla(0, 0%, 100%, 0));
    border-top: 5px solid #d5d8dd;
}
.tabs-wrapper .tab-panes .pane.gold {
	display: none;
}

#component {
	padding-top: 68px;
	font-size: 14px;
}

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

.wrapper-title {
	font-size: 32px;
	color: #4c3214;
	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: 26px
}

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

.tabs-wrapper .tabs {
	display: flex;
	align-items: flex-end;
	margin: 0 175px 15px;
	width: 650px;
	height: 78px;
	background: url("/system/eshop/template/mobile/job/images/tabs-bg.png") no-repeat left bottom/100% 68px
}

.tabs-wrapper .tabs .item {
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding-bottom: 13px;
	box-sizing: border-box;
	font-size: 15px;
	color: #d4d4d4;
	width: 300px;
	cursor: pointer;
	position: relative;
	font-weight: bold
}

.tabs-wrapper .tabs .item .amount {
	color: #d84d4d
}

.tabs-wrapper .tabs .item:first-child {
	padding-left: 107px;
	background: url("/system/eshop/template/mobile/job/images/tabs-diamond-title.png") no-repeat left 110px bottom 38px/124px 26px
}

.tabs-wrapper .tabs .item:first-child .tag {
	font-size: 12px;
	position: absolute;
	left: 239px;
	top: 5px;
	color: #fff;
	display: inline-block;
	padding: 0 12px;
	line-height: 22px;
	background: linear-gradient(90deg, #ff6114 0%, #fa6573 100%);
	border-radius: 17px 13px 13px 2px;
	white-space: nowrap;
	z-index: 1
}

.tabs-wrapper .tabs .item:first-child.active {
	color: #321279;
	width: 350px;
	background: url("/system/eshop/template/mobile/job/images/tabs-diamond-title-active.png") no-repeat left 110px bottom 38px/124px 26px, url("/system/eshop/template/mobile/job/images/tabs-diamond.png") no-repeat left -1px bottom -1px/100% 100%
}

.tabs-wrapper .tabs .item:last-child {
	padding-right: 94px;
	justify-content: flex-end;
	background: url("/system/eshop/template/mobile/job/images/tabs-gold-title.png") no-repeat right 94px bottom 38px/124px 26px
}

.tabs-wrapper .tabs .item:last-child.active {
	width: 350px;
	color: #845009;
	background: url("/system/eshop/template/mobile/job/images/tabs-gold-title-active.png") no-repeat right 94px bottom 40px/124px 26px, url("/system/eshop/template/mobile/job/images/tabs-gold.png") no-repeat right -1px bottom -1px/100% 100%
}

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

.tabs-wrapper .tab-panes .pane {
	display: flex;
	justify-content: center
}

.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 .deduction-content .what {
	width: 13px;
	height: 13px;
	background: url("/system/eshop/template/mobile/job/images/what.png") no-repeat center/contain
}

.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/right.png") no-repeat center/contain;
	margin-left: 6px
}

.tabs-wrapper .tab-panes .detail-item .value .error {
	width: 16px;
	height: 16px;
	background: url("/system/eshop/template/mobile/job/images/error.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: 20px 0
}

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

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

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

.contrast-wrapper .detail .hot {
	position: absolute;
	right: 35px;
	top: 4px;
	width: 46px;
	height: 54px;
	color: #fff;
	padding-top: 28px;
	padding-left: 6px;
	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: 260px;
	overflow: hidden
}

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

.contrast-wrapper .detail th:nth-child(2) {
	background: url("/system/eshop/template/mobile/job/images/normal.png") no-repeat center/84px 21px, 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/84px 21px, linear-gradient(90deg, #fdf4dd 0%, #fbe8b6 100%)
}

.contrast-wrapper .detail th:nth-child(4) {
	border-top-right-radius: 10px;
	background: url("/system/eshop/template/mobile/job/images/diamond-vip.png") no-repeat center/84px 21px, linear-gradient(90deg, #f1effd 0%, #d9c4ff 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: 9px;
	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 th:last-child {
	border: 2px solid #7f68d4;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	background: url("/system/eshop/template/mobile/job/images/diamond-vip.png") no-repeat center/84px 21px, linear-gradient(90deg, #f1effd 0%, #d9c4ff 100%)
}

.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 th:nth-child(3) {
	border: 2px solid #ffc043;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	background: url("/system/eshop/template/mobile/job/images/gold-vip.png") no-repeat center/84px 21px, linear-gradient(90deg, #fdf4dd 0%, #fbe8b6 100%)
}

.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-more {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 110px 0 40px;
	background: linear-gradient(180deg, RGBA(246, 246, 246, 0) 0%, RGBA(246, 246, 246, 1) 110px, #f6f6f6)
}

.contrast-wrapper .show-more .more {
	display: flex;
	align-items: center;
	border: 0;
	font-size: 16px;
	color: #757575;
	background: none;
	cursor: pointer
}

.contrast-wrapper .show-more .more::after {
	content: "";
	margin-left: 6px;
	width: 15px;
	height: 9px;
	transform: rotate(180deg);
	opacity: .75;
	background: url("/system/eshop/template/mobile/job/images/up-down.png") no-repeat right/contain
}

.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:nth-child(1) .list:nth-child(1) {
	background-image: url(/system/eshop/template/mobile/job/images/resume-top.png)
}

.introduce-wrapper:nth-child(1) .list:nth-child(1) .title {
	background: url(/system/eshop/template/mobile/job/images/resume-top-icon.png) no-repeat left/48px 48px
}

.introduce-wrapper:nth-child(1) .list:nth-child(2) {
	background-image: url(/system/eshop/template/mobile/job/images/deliver-top.png)
}

.introduce-wrapper:nth-child(1) .list:nth-child(2) .title {
	background: url(/system/eshop/template/mobile/job/images/deliver-top-icon.png) no-repeat left/48px 48px
}

.introduce-wrapper:nth-child(2) .list:nth-child(1) {
	background-image: url(/system/eshop/template/mobile/job/images/refreseh.png)
}

.introduce-wrapper:nth-child(2) .list:nth-child(1) .title {
	background: url(/system/eshop/template/mobile/job/images/refreseh-icon.png) no-repeat left/48px 48px
}

.introduce-wrapper:nth-child(2) .list:nth-child(2) {
	background-image: url(/system/eshop/template/mobile/job/images/query-v3.png)
}

.introduce-wrapper:nth-child(2) .list:nth-child(2) .title {
	background: url(/system/eshop/template/mobile/job/images/query-icon.png) no-repeat left/48px 48px
}

.introduce-wrapper:nth-child(3) .list:nth-child(1) {
	background-image: url(/system/eshop/template/mobile/job/images/analyze.png)
}

.introduce-wrapper:nth-child(3) .list:nth-child(1) .title {
	background: url(/system/eshop/template/mobile/job/images/analyze-icon.png) no-repeat left/48px 48px
}

.introduce-wrapper:nth-child(3) .list:nth-child(2) {
	background-image: url(/system/eshop/template/mobile/job/images/heat.png)
}

.introduce-wrapper:nth-child(3) .list:nth-child(2) .title {
	background: url(/system/eshop/template/mobile/job/images/heat-icon.png) no-repeat left/48px 48px
}

.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.diamond-vip::after {
	content: "钻石专享";
	padding: 0 15px;
	line-height: 26px;
	color: #4e2b13;
	font-size: 14px;
	margin-left: 15px;
	background: url("/system/eshop/template/mobile/job/images/diamond-tag-bg.png") no-repeat left/cover
}

.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
}

.user-wrapper {
	background: #fff;
	padding: 20px 0;
	color: #252532
}

.user-wrapper .user-description {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px
}

.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: 195px;
	padding: 25px 0 0 20px;
	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 .head {
	display: flex;
	margin-bottom: 25px
}

.user-wrapper .user-description .right-content .right-catalogue .head .avatar {
	position: relative
}

.user-wrapper .user-description .right-content .right-catalogue .head .avatar .male {
	position: absolute;
	right: 0;
	top: -10px;
	background: url(/system/eshop/template/mobile/job/images/male.png) no-repeat;
	width: 26px;
	height: 26px;
	background-size: 100% 100%
}

.user-wrapper .user-description .right-content .right-catalogue .head .avatar .female {
	position: absolute;
	right: 0;
	top: -10px;
	background: url(/system/eshop/template/mobile/job/images/female.png) no-repeat;
	width: 26px;
	height: 26px;
	background-size: 100% 100%
}

.user-wrapper .user-description .right-content .right-catalogue .head .user-content {
	color: #4c3214;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 8px
}

.user-wrapper .user-description .right-content .right-catalogue .head .user-content .name {
	font-size: 16px;
	margin-left: 10px
}

.user-wrapper .user-description .right-content .right-catalogue .head .user-content .category {
	font-size: 13px;
	display: flex
}

.user-wrapper .user-description .right-content .right-catalogue .head .user-content .category .icon {
	padding: 6px 16px;
	background: #fbf4e4;
	border-radius: 13px;
	margin-right: 10px
}

.user-wrapper .user-description .right-content .right-catalogue img {
	width: 57px;
	height: 57px
}

.user-wrapper .user-description .right-content .right-catalogue .text {
	color: #252532;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	line-height: 1.8;
	padding-right: 15px
}

.user-wrapper .user-description .right-content .right-catalogue .text span {
	color: #666;
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px
}

.user-wrapper .user-description .right-content .right-catalogue.active {
	border: 1px solid #ff8d24;
	box-shadow: 0px 0px 20px 0px rgba(32, 33, 35, .08);
	border-radius: 10px
}

.user-wrapper .user-description .right-content .right-catalogue.active .text {
	color: #ff6c02
}

.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
}