.cursor-po {
	cursor: pointer;
}

/* 招聘 */
.recruit-banner {
	padding-top: 206px;
	background-image: url(/images/backgroud.png?f35e68c5f2047b8811288911b7e7a247);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.color-fff {
	color: #fff !important
}

.select-recruit {
	display: flex;
	display: -webkit-flex;
}

.select-recruit .select-type-edit {
	margin-right: 20px;
}

.select-recruit .type-edit-txt {
	border-bottom: 1px solid #E6E6E6;
	/* border-radius: 8px; */
	font-size: 1.6rem;
	color: #4D4D4D;
	width: 240px;
	height: 56px;
	line-height: 56px;
	padding: 0 12px;
	background-color: transparent;
}

.positio-list {
	padding: 40px 0;
	border-bottom: 1px solid #e6e6e6;
	display: block;
}

.positio-list h1 {
	font-family: Helvetica;
	font-size: 1.8rem;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	line-height: 2.6rem;
	margin: unset
}

.position-li-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.position-department {
	font-family: PingFangSC-Regular;
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
}

.positon-info {
	margin-top: 16px;
}

.positon-info span {
	font-family: Helvetica;
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	margin-right: 20px;
}

.border-bo-none {
	border-bottom: unset !important;
	padding-bottom: 20px;
}

.positon-info span:first-child {
	color: #104F7A;
}

.recruit-pagination {
	display: flex;
	justify-content: flex-end;
	padding: 20px 0
}

/* 招聘 end */

/* 职位信息 */
.info-summary {
	margin-top: 32px !important;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.info-l-title {
	font-weight: 500;
	font-size: 24px;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
}

.info-l-time {
	font-size: 1.4rem;
	color: #808080;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin-top: 20px
}

.info-box {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #E6E6E6;
	padding-top: 40px;
	border-bootom: 1px solid #e6e6e6;
}

.info-index {
	padding-top: 0;
}

.info-detail {
	display: flex;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}

.info-detail:not(:first-child) {
	margin-top: 40px;
}

.detail-title {
	min-width: 240px;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 2.4rem;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
}

.detail-list ul>li {
	font-family: PingFangSC-Regular;
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.info-btn {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin: 40px 0 80px 0;
}

/* 职位信息 end*/

/* 投递简历 */
.resume-title {
	font-family: Helvetica;
	font-size: 2.4rem;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
	font-weight: bold
}

.resume-list-detail {
	padding: 40px 0;
	display: flex;
	border-bottom: 1px solid #e6e6e6;
}

.resume-list-detail:first-child {
	padding: 0 0 40px;
}

.resume-detail-title {
	min-width: 240px;
	font-family: Helvetica;
	font-size: 1.8rem;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	font-weight: bold
}

.resume-detail-content {
	justify-content: flex-start;
	align-items: center;
	font-size: 1.6rem;
	width: 100%;
}

.resume-content-title {
	min-width: 160px;
	color: #333333;
	font-weight: 600;
	margin-top: 5px;
	position: relative;
	display: flex;
}

.resume-content-right {
	width: 100%;
	position: relative;
}

.resume-register-err {
	position: absolute;
	bottom: -22px;
	left: 0;
	font-size: 1.4rem;
	color: #FFAD00;
	letter-spacing: 1.4px;
	line-height: 20px;
	text-align: left;
}

.resume-register-err-left {
	position: absolute;
	top: 22px;
	left: 0;
	font-size: 1.4rem;
	color: #FFAD00;
	letter-spacing: 1.4px;
	line-height: 20px;
	text-align: left;

}

.resume-content-text {
	color: #4D4D4D;
	line-height: 32px;
}

.content-flex {
	display: flex;
	width: 100%;
}

.content-flex:not(:first-child) {
	margin-top: 16px;
}

.upload-img {
	width: 128px;
	height: 128px;
	border: 1px solid #CCCCCC;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	color: #4D4D4D;
	overflow: hidden;
}

.resume-avatar-change {
	width: 100px;
	height: 32px;
	background: rgba(18, 18, 18, 0.75);
	border-radius: 6px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	display: none;
	left: 13px;
}

.img-add {
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
}

.img-preview {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.img-uploaded {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
}

.upload-input {
	display: none !important;
}

.resume-input {
	width: 100%;
	border: unset;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 7px;
	font-size: 16px;
	color: #808080;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.resume-input:focus-within {
	border-bottom: 1px solid #0099FF;
}

.resume-textarea {
	border: 1px solid #CCCCCC;
	border-radius: 16px;
	width: 100%;
	height: 200px;
	padding: 20px;
	resize: none;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-30 {
	margin-bottom: 30px !important
}

.mt-0 {
	margin-top: 0 !important
}

/* 投递简历 end */


/* checkbox input */
.radio-group .radio-input {
	margin-right: 30px;
	cursor: pointer;
}

.radio-input input[type=radio] {
	opacity: 0;
	width: 0;
}

.radio-input {
	position: relative;
	padding-left: 22px;
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.radio-input>span {
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50% !important;
	border: 1px solid #CCCCCC;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
}

.radio-input>input:checked~span {
	border: 1px solid #0099FF;
}

.radio-input>input:checked~span:after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 100% !important;
	background: #0099FF;
}

.input-group {
	width: 100%;
	/* height: 48px; */
	display: inline-block;
}

.input-group::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/images/calendar.png?e4270a214de5ae6dad68d9e2fde3cc37);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 10;
}

.form-i-control {
	display: block;
	width: 100%;
	padding: 7px 0;
	font-weight: 400;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 1.6px;
	line-height: 32px;
	background-color: #fff;
	outline: none;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

.form-i-control:focus,
.form-i-control:active {
	border-color: #0099FF;
}

.form-i-control::-webkit-input-placeholder {
	color: #808080;
}

.form-i-control::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #808080;
}

.form-i-control:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #808080;
}

.form-i-control:-ms-input-placeholder {
	color: #808080;
}

.input-group .form-i-control {
	padding-left: 28px;
}

.resume-btn-box {
	margin-top: -10px;
}

.resume-btn {
	white-space: nowrap;
}

.resume-box-l {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
	padding-right: 26px;
}

.resume-box-l img {
	width: auto;
    border-radius: 4px;
}

.resume-reset {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: calc(50% - 6px);
}

@keyframes resume-rorate {
	0% {
		transform: rorate(0deg);
	}

	100% {
		transform: rorate(360deg);
	}
}

@-webkit-keyframes resume-rorate {
	0% {
		transform: rorate(0deg);
	}

	100% {
		transform: rorate(360deg);
	}
}

.resume-btn-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	position: relative;
}

#verification {
	margin-left: 10px;
}

/* checkbox input end */


/* 个人中心-账号管理 */
.user-tab {
	display: flex;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	font-weight: 600;
}

.filter-menu-btn {
	cursor: pointer;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
	font-weight: bold;
}

.user-tab-sp {
	display: none;
}

.user-tab a {
	color: #333333;
}

.user-tab-active a {
	color: #333333 !important;
}

.user-tab-list {
	cursor: pointer;
}

.user-tab-list a {
	color: rgba(0, 0, 0, .5);
}

.user-tab-list:not(:first-child) {
	margin-left: 48px;
}

.user-tab-content {
	margin-top: 40px;
}

.user-content-tab {
	display: flex;
	justify-content: space-around;
	padding-bottom: 8px;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	font-size: 20px;
	color: #1A1A1A;
}

.content-tab-list {
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.5);
	letter-spacing: 1.8px;
	text-align: center;
	line-height: 18px;
}

.content-tab-active {
	color: rgba(0, 0, 0, 0.9);
	position: relative;
}

.content-tab-active:before {
	position: absolute;
	bottom: -16px;
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #333;
	border-radius: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.content-tab-active:after {
	position: absolute;
	bottom: -15px;
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	border-radius: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.content-info {
	padding: 40px 0 40px 0;
	border-bottom: 1px solid #E6E6E6;
}

.content-info:last-child {
	border-bottom: unset;
}

.content-info-l {
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	font-weight: bold;
	min-width: 240px;
}

.content-info-r {
	width: 100%;
}

.content-info {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.info-r-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info-r-list:not(:last-child) {
	margin-bottom: 20px;
}

.r-list-title {
	width: 160px;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	font-weight: 600;
}

.r-list-info {
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	flex: 1;
	word-break: break-word;
}

.list-box {
	display: flex;
	line-height: 32px;
}

.list-box img {
	width: 270px;
	height: 180px;
	border-radius: 16px;
}

.r-list-operate {
	margin-right: 200px;
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0.7px;
	text-decoration: underline;
	cursor: pointer;
}

.address-list {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding: 20px 60px 40px;
	margin: 40px 0;
	cursor: pointer;
}

.serve-r-content .address-list {
	background: #F2F2F2;
}

.address-add-box {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.address-img {
	width: 48px;
	height: 48px;
	margin: 16px 0 20px 0;
}

.add-address {
	margin-bottom: 16px;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	line-height: 28px;
}

.address-list-active {
	border: 1px solid #0099FF;
}

.address-default span {
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0.7px;
	text-decoration: underline;
}

.address-default span:last-child {
	margin-left: 20px;
}

.alreay-default {
	text-decoration: unset !important;
	color: #B3B3B3 !important;
}

.receive-info:not(:first-child) {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.receive-info-list {
	display: flex;
	font-size: 16px;
	letter-spacing: 1.6px;
}

.receive-list-title {
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.receive-list-info {
	margin-left: 20px;
	color: #4D4D4D;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.detail-info {
	width: 500px;
	/* border: 1px solid #333; */
	margin-top: 30px;
	cursor: pointer;
	margin-bottom: 20px;
}

.business-imgPreview {
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
	z-index: 1
}

#avatarPreview {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

.avatarPreview-change {
	display: none;
	width: calc(100% - 100px);
	height: 32px;
	position: absolute;
	bottom: 10px;
	left: 50px;
	text-align: center;
	background: rgba(18, 18, 18, 0.75);
	border-radius: 6px;
	color: #fff;
	line-height: 32px;
	cursor: pointer;
}

.modify-modal .modal-content {
	padding: 30px 30px 60px;
	width: 400px;
}

.modify-content .bind-tip {
	margin: 0px 0 40px;
}

.bind-title {
	font-weight: Bold;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.90);
	letter-spacing: 2px;
	line-height: 30px;
	text-align: left;
	margin: 24px 0 32px
}

.bind-email {
	margin: 0 0 14px;
}

/* 个人中心-账号管理 end */

/* 个人中心-概览 */
.overview-r-list:not(:last-child) {
	margin-bottom: 20px;
	/* padding-bottom: 20px; */
}

.list-flex {
	width: 100%;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 12px;
}

.info-r-state {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.info-state-list {
	display: inline-block;
	margin-right: 53px;
	text-align: center;
	width: 64px;
}

.info-state-list:last-child {
	margin-right: 0;
}

.info-state-list img {
	width: 64px;
	height: 64px;
}

.info-state-text {
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
	margin-top: 5.5px;
}

.info-r-time {
	padding-right: 12px;
}

.r-list-flex {
	flex: 1;
}

.r-list-time {
	letter-spacing: 1.6px;
}

.info-more-r {
	text-align: right;
	line-height: 28px;
}

.info-more-r a {
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	padding-right: 18px;
}

.info-more-r .btnright::after {
	background-image: url(/images/blue-arrow-line.svg?5dd782c575010a12699edd6bc1d281f3);
	background-size: 100% 100%;
	right: 4px;
}

.info-r-new {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.content-info-new {
	margin-right: 62px;
}

.content-serve {
	padding-bottom: 80px;
}

.info-new-txt {
	font-weight: 500;
	font-size: 1.6rem;
	color: #333333;
	letter-spacing: 1.6px;
}

.info-new-num {
	font-weight: 400;
	color: #EF0D0D;
	letter-spacing: 1.6px;
}

/* 个人中心-概览 end */

/* 个人中心-消息 */
.content-table {
	display: block;
	padding-bottom: 20px;
	padding-top: 0;
}

.info-table-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	padding: 22px 0;
	border-bottom: 1px solid #e6e6e6;
}

.table-list-l {
	display: flex;
	display: -webkit-flex;
	position: relative;
	flex: 1;
}

.list-l-type {
	width: 160px;
}

.list-l-cont {
	flex: 1;
}

.list-cont-blue {
	color: #007AFF;
}

.table-list-r {
	display: flex;
	display: -webkit-flex;
	/* 	border-bottom: 1px solid #E6E6E6;
	padding: 22px 0; */
}

.list-r-time {
	width: 220px;
}

.list-cont-span {
	color: #0099FF;
}

.list-r-operation {
	color: #EF0D0D;
	text-decoration: underline;
	cursor: pointer;
}

.info-table-first {
	padding-top: 0px;
	font-weight: 600;
	color: #1A1A1A;
}

/* .info-table-list:first-child{
	padding-top: 0px;
	font-weight: 600;
	color: #1A1A1A;
} */
.operation-decoration {
	text-decoration: none;
	color: #1A1A1A;
}

.paging {
	padding-bottom: 80px;
	text-align: right;
}

/* 个人中心-消息 end */

/* 个人中心-工程服务 */
.serve-box {
	padding-top: 0;
}

.list-l-propose {
	width: 180px;
}

.list-l-product {
	width: 278px;
	margin-right: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.list-l-explain {
	flex: 1;
	width: 120px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.list-r-state {
	width: 140px;
}

.list-r-update {
	width: 102px;
}

.list-l-product img {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
	margin-right: 9px;
}

.list-l-product span {}

.serve-table-list {
	line-height: 32px;
}

/* 个人中心-工程服务 end */


/* 个人中心-帐号管理 */
.update-pw {}

/* 个人中心-帐号管理end */

/* 个人中心-订单 */
.order-screen {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	line-height: 28px;
	margin: 30px 0 0;
	position: relative;
}

.screen-box {
	/* position: absolute; */
	top: 32px;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
	/* padding: 0 30px 30px; */
	/* border: 1px solid #ccc; */
	border-radius: 8px;
	display: none;
}

.order-screen-list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.order-screen-list .date {
	margin-top: 30px;
}

.pc-input-set {
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.order-screen img {
	width: 12px;
	height: 12px;
}

.select-img {
	width: 12px;
	height: 6px !important;
	transform: rotate(0deg);
	transition: .3s all;
}

.select-img-active {
	transform: rotate(180deg);
	transition: .3s all;
}

.order-input {
	width: 220px;
	height: 48px;
	border: unset;
	border-bottom: 1px solid #ccc;
	/* margin-top: 30px; */
	position: relative;
	font-size: 16px;
	line-height: 30px;
}

.order-input:focus-within {
	border-bottom: 1px solid #0099FF;
}

.input-setNone {
	width: 220px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 15px;
}

.input-clear {
	position: absolute;
	left: -26px;
}

.input-clear span {
	margin-left: 6px
}

.input-set {
	position: relative;
}

.input-set::after {
	content: ' ';
	width: 12px;
	height: 8px;
	background: url(/images/apply-select.png?99fd8f819828dd142b1f94a26a93ce4a);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20px;
	right: 0;
}

.input-set1::before {
	content: ' ';
	width: 15px;
	height: 15px;
	background: url(/images/userorder.png?9541044291e16dcd1b355cd45a84da29);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 48px;
	z-index: 100;
	left: 0;
}

.order-input1 {
	padding-left: 20px
}

.input-set1::after {
	content: ' ';
	width: 12px;
	height: 8px;
	background: unset;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20px;
	right: 0;
}

.order-list {
	width: 100%;
	padding: 40px;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.order-list-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order-number {
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.order-number span {
	font-weight: 500;
	font-size: 1.6rem;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.color-paid {
	color: #EF0D0D
}

.color-shipped {
	color: #FFAD00
}

.color-received {
	color: #0099FF
}

.order-status {
	font-size: 16px;
	letter-spacing: 1.6px;
}

.order-price {
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 1.6px;
}

.order-price span {
	font-size: 22px;
	margin: 0 5px;
}

.order-price-all {
	font-size: 16px !important;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	margin: 0 0 0 20px !important;
}

.order-list-middle {
	margin-top: 20px;
}

.order-img {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	border: 2px solid #ccc;
	margin-right: 10px;
}

.order-list-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
}

.order-time {
	display: flex;
	display: -webkit-flex;
}

.order-setTime {
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	width: 250px;
}

.order-setTime span {
	color: #4D4D4D;
	font-weight: bold;
	margin-right: 20px;
}

.order-getTime {
	flex: 1;
	margin-left: 60px;
}

.btn-cancel {
	padding: 10px 30px;
	background-color: #fff;
	border: 1px solid #475A66;
	font-size: 18px;
	color: #475A66;
	letter-spacing: 1.8px;
	border-radius: 30px;
}

.btn-require {
	padding: 10px 30px;
	background-color: #fff;
	border: 1px solid #0099FF;
	font-size: 18px;
	color: #0099FF;
	letter-spacing: 1.8px;
	border-radius: 30px;
	margin-left: 20px;
}

.btn-require a {
	color: #0099FF;
}

.btn-require a:hover {
	color: #FFFFFF;
}

.btn-sure {
	padding: 10px 60px;
	background-color: #fff;
	border: 1px solid #0099FF;
	font-size: 18px;
	color: #0099FF;
	letter-spacing: 1.8px;
	border-radius: 30px;
}

.sp-content-table .sp-list-l {
	color: #1A1A1A;
}

/* 发票管理 */
.pc-content-table .list-l-types {
	width: 140px;
}

.pc-content-table .list-l-propose {
	width: 200px;
	padding-left: 20px;
}

.pc-serve-box .swiper-slide {
	width: 25%;
}

.pc-serve-box .userinvoice-tip {
	width: 100%;
	background-color: #F2F2F2;
	margin: 30px 0;
	border-radius: 16px;

}

.pc-serve-box .checkbox-col {
	width: 30px;
}

.pc-serve-box .tip-title {
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
	padding: 30px 0 0px 30px;
	font-weight: 500;
}

.pc-serve-box .tip-content {
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
	padding: 10px 30px;
}

.pc-content-table .btn-blue {
	width: 72px;
	height: 32px;
	background-color: #fff;
	border-radius: 30px;
}

.pc-serve-box .btn-blue-Invoicing {
	width: 100px;
	height: 32px;
	background-color: #fff !important;
	border-radius: 30px;
	margin-left: 20px;

}

.pc-serve-box .btn-blue-Invoicing:hover a {
	color: #fff !important;
}

.pc-serve-box .btn-blue-Invoicing:hover {
	background-color: #0099ff !important;
}

.pc-content-table .btn-outline-grey a {
	color: #475A66 !important;
}

.pc-content-table .btn-outline-grey:hover {
	background-color: #475A66 !important;
}

.pc-content-table .btn-outline-grey:hover a {
	color: #fff !important;
}

.pc-content-table .btn-outline-blue a {
	color: #0099ff !important;
}

.pc-content-table .btn-outline-blue:hover {
	background-color: #0099ff !important;
}

.pc-content-table .btn-outline-blue:hover a {
	color: #fff !important;
}

.pc-paging .checkNum {
	margin-top: 25px;
}

.pc-paging {
	display: flex;
	justify-content: space-between;
}

.pc-paging .check-total {
	font-size: 20px;
	color: #0099FF;
	letter-spacing: 2px;
	line-height: 32px;
}

.user-tab2,
.user-tab-box2 {
	display: none;
}

.detail-info1 {
	width: 500px;
	border: 1px solid #0099FF;
	margin-top: 30px;
	cursor: pointer;
}

/* 个人中心-订单 end */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.user-tab-box {
		overflow-x: auto;
	}

	.sp-content-table .table-list-l {
		display: flex;
		display: -webkit-flex;
		border-bottom: 1px solid #E6E6E6;
		padding: 22px 0;
	}

	.sp-content-table .table-list-r {
		display: flex;
		display: -webkit-flex;
		border-bottom: 1px solid #E6E6E6;
		padding: 22px 0;
	}

	.sp-content-table .info-table-list {
		border-bottom: none;
	}

	.info-state-list:nth-child(5n) {
		margin-right: 60px !important;
	}

	.order-screen-list .date1 {
		margin-top: 0;
	}
}

@media screen and (width: 768px) {
	.ipad-input-set {
		margin-top: 30px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.sp-content-table .table-list-l {
		display: flex;
		display: -webkit-flex;
		border-bottom: 1px solid #E6E6E6;
		padding: 22px 0;
		line-height: 50px;
	}

	.sp-content-table .table-list-r {
		display: flex;
		display: -webkit-flex;
		border-bottom: 1px solid #E6E6E6;
		padding: 22px 0;
		line-height: 50px;
		margin-left: 0;
	}

	.sp-content-table .info-table-list {
		border-bottom: none;
	}

	.sp-content-table .info-table-list {
		padding: 0;
	}

	.input-set {
		width: 100%;
	}

	.order-input {
		width: 100%;
	}

	.sp-content-table .list-l-product {
		width: 240px;
	}

	/* 发票管理 */
	.pc-serve-box .userinvoice-tip {
		height: 100%;
	}

	.content-info {
		overflow-x: auto;
	}

	.pc-paging {
		display: unset;
		text-align: left;
	}

	.pc-paging .tr {
		margin-bottom: 30px;
	}

	.user-tab-box1 .detail-info1 {
		width: 100%;
	}

	.pc-serve-box .tip-content {
		padding: 0 30px 30px 30px;
		text-align: center;
	}

	/* .sp-swiper .swiper-slide {
		height: 34px;
	} */

	/* 招聘 */
	.sp-getinfo-btn .btn-radio-46 {
		padding: 10px 20px;
	}

	/* 加入我们 */
	.sp-select-recruit {
		display: flex;
		flex-wrap: wrap;
		padding-top: 20px;
	}

	.sp-select-recruit .type-edit-txt {
		width: 100%;
	}

	.sp-select-recruit .select-type-edit {
		width: 100%;
	}

	.input-set1::before {
		top: 82px;
	}

	.pc-input-set {
		margin-top: 20px;
	}

	.order-screen-list .date {
		margin-top: 0;
	}

	.btn-require a:hover {
		color: unset;
	}

}

