﻿/*workslist*/
.disblock {
	position: relative;
}

.lxf-box li img {
	border-radius: 13px;
}

.lxf-box li .is-vip {
	width: 100px;
	height: 26px;
	position: absolute;
	display: block;
	right: 20px;
	top: 20px;
	background: url(../image/vip_mark.png) no-repeat;
}

.lxf-box li .l-user-info img {
	width: 32px;
	height: 32px;
	float: left;
	border-radius: 100%;
	display: block;
}

.l-work-info {
	padding-top: 8px;
	padding-left: 5px;
}

.l-work-info .newbuild {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	display: block;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	cursor: pointer;
}

.lxf-box li .l-user-info .desi {
	overflow: hidden;
	float: left;
	line-height: 32px;
	width: auto;
	color: #333;
	font-size: 16px;
	padding-left: 12px;
}

.lxf-box li .l-user-info {
	padding-top: 6px;
	display: block;
	overflow: hidden;
}

.work-pop,
.saveTip-pop {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 99999;
}

.work-pop.is-visible,
.saveTip-pop.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.saveTip-pop .box {
	width: 460px;
	height: 360px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -230px;
	margin-top: -180px;
	border-radius: 6px;
	text-align: center;
}

.saveTip-pop .box .close {
	display: block;
	width: 100%;
	height: 40px;
	text-indent: -99999px;
	background: url(../image/icon_close.png) 96% center no-repeat;
}

.saveTip-pop .box .tipContainer {
	padding-top: 40px;
}

.saveTip-pop .box .tipContainer p {
	color: #999;
	font-size: 18px;
	padding-top: 10px;
}

.work-pop-box {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 0 70px;
	top: 5%;
	height: 90%;
	overflow: hidden;
}

.work-pop-box ul li {
	width: 1200px;
	max-height: 800px;
	overflow-y: auto;
	background-color: #fff;
}

.work-pop-box ul li::-webkit-scrollbar {
	width: 8px;
	height: 5px;
}

.work-pop-box ul li::-webkit-scrollbar-thumb {
	background-color: #999;
	background-clip: padding-box;
	min-height: 28px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
}

.flex-control-paging {
	display: none;
}

.flex-direction-nav li a {
	width: 70px;
	height: 100%;
	position: absolute;
	top: 0;
	text-indent: -99999px;
}

.flex-direction-nav li a.flex-prev {
	background: url(../image/ico_pre.png) left 46% no-repeat;
	left: 0;
}

.flex-direction-nav li a.flex-next {
	background: url(../image/ico_nex.png) right 46% no-repeat;
	right: 0;
}

.work-pop-box ul li .work-container {
	padding: 40px 20px;
}

.work-container .topBar {
	position: relative;
	/* 	height: 24px; */
}

.work-container .topBar .title {
	text-align: center;
}

.work-container .topBar .ti {
	display: inline-block;
	line-height: 24px;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	padding: 0 18px;
	width: 900px;
}

.work-container .topBar .line {
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #000;
	position: absolute;
	/* 	top: -6px; */
	top: 50%
}

.work-container .topBar .down-btn {
	display: block;
	width: 27px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../image/down_btn.png) no-repeat;
	text-indent: -9999999px;
	cursor: pointer;
}

.work-container .topBar .down-btn:hover {
	background: url(../image/down_btn_a.png) no-repeat;
}

.work-container .info-box {
	padding-top: 16px;
}

.work-container .info-box .photo-item {
	position: relative;
	margin-bottom: 30px;
}

.work-container .info-box .photo-item h3 {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 18px;
	white-space: pre-wrap;
}

.work-container .info-box .photo-item .img {
	position: relative;
	cursor: pointer;
}
.work-container .info-box .photo-item .img img {
	width: 100%;
}
.work-container .info-box .photo-item .img span {
	display: none;
	position: absolute;
}

.work-container .info-box .photo-item span.save {
	width: 128px;
	height: 40px;
	text-align: center;
	top: 40px;
	right: 40px;
	background-color: #cdb68e;
	border-radius: 4px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
}

.work-container .info-box .photo-item span.save:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}

.work-container .info-box .photo-item span.save a {
	display: block;
	color: #fff;
}

.work-container .info-box .photo-item:hover span.save {
	display: block;
}

.work-container .info-box .photo-item .img:hover span {
	display: block;
}

.work-container .info-box .photo-item .img span.enlarge {
	bottom: 30px;
	right: 30px;
}

.work-container .info-box .photo-item .img span.enlarge a {
	display: block;
	width: 28px;
	height: 28px;
	text-indent: -999999px;
	background: url(../image/btn_big.png) no-repeat;
}

.work-container h4 {
	margin-top: 20px;
	white-space: pre-wrap;
}

.save-pop-box {
	position: absolute;
	background-color: #fff;
	top: 72px;
	width: 880px;
	height: 436px;
	left: 110px;
	padding: 26px 30px;
	background: #f3f3f3;
}

.work-container .info-box .photo-item .save-photo-item .default {
	width: 450px;
	height: 338px;
	float: left;
	margin-right: 30px;
}

.save-pop-layer .save-photo-item .default {
	width: 450px;
	height: 338px;
	float: left;
	margin-right: 30px;
}

.save-pop-layer .save-pop-box .btn-sub span {
	display: inline-block;
	width: 128px;
	height: 40px;
	position: relative;
}

.save-pop-box .save-info {
	overflow: hidden;
}

.save-desc {
	width: 392px;
	height: 68px;
	border: 1px solid #ccc;
	position: relative;
	background: #f8f8f8;
}

.save-desc:hover {
	cursor: pointer
}

.save-desc .drop-down {
	display: none;
	position: absolute;
	top: 68px;
	left: -1px;
	background-color: #fff;
	border: 1px solid #eee;
	width: 100%;
	z-index: 9;
	border-radius: 2px;
	overflow-y: auto;
	height: 270px;
}
.PortfolioDetai .save-pop-box .save-desc .drop-down{
	height: 210px;
}
.PortfolioDetai .save-pop-box .save-desc .drop-down .addPictureFolder{
	text-align: center;
	padding: 20px;
}
.PortfolioDetai .save-pop-box .save-desc .drop-down .addPictureFolder em{
	color: #cdb68e;
}

.save-desc .drop-btn {
	position: absolute;
	top: 16px;
	right: 0;
	width: 50px;
	height: 30px;
	text-indent: -999999px;
	background: url(../image/arrow_drop.png) center center no-repeat;
}

.save-desc .drop-down a {
	display: block;
	font-size: 14px;
	color: #666;
	height: 74px;
	border-bottom: 1px solid #eee;
}
.save-desc .drop-down a .photo-set{
	padding: 4px 10px 0 2px
}

.save-desc .drop-down a:last-child {
	border: none
}

.save-desc .drop-down a:hover {
	color: #ccb58e;
}

.photo-set {
	width: 60px;
	height: 60px;
	float: left;
	padding: 4px 10px 0 4px;
}

.photo-set img {
	width: 60px!important;
	height: 60px!important;
}

.save-pop-box .desc-con {
	overflow: hidden;
}

.save-pop-box .desc-con h4 {
	font-size: 16px;
	color: #000;
	padding: 10px 0 6px 0;
}

.save-pop-box .desc-con .num {
	display: block;
	color: #666;
	font-size: 14px;
}

.save-pop-box .input-txt {
	margin-top: 28px;
	padding: 10px;
	width: 372px;
	height: 218px;
	border: 1px solid #ccc;
}

.save-pop-box .input-txt textarea {
	border: none;
	width: 372px;
	height: 218px;
	outline: none;
	font-size: 14px;
	color: #666;
	background: none;
}

.save-pop-box .btn-sub {
	text-align: right;
	height: 40px;
	margin-top: 20px;
}

.work-container .info-box .photo-item .save-pop-box .btn-sub span {
	display: inline-block;
	width: 128px;
	height: 40px;
	position: relative;
}

.save-pop-box .btn-sub span a {
	display: block;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
}

.save-pop-box .btn-sub span.cancel a {
	border: 1px solid #cdb68e;
	color: #cdb68e;
}

.save-pop-box .btn-sub span.submit a {
	border: 1px solid #cdb68e;
	color: #fff;
	background-color: #cdb68e;
}

.save-pop-box .btn-sub span.submit {
	margin-left: 18px;
}

.user-info-item .user-desc img {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	float: left;
	margin-right: 10px;
}

.user-info-item .user-desc .con {
	overflow: hidden;
}

.user-info-item .user-desc .con .desi {
	color: #333;
	font-size: 18px;
}

.user-info-item .user-desc .con .empiric {
	padding-top: 4px;
	color: #999;
	font-size: 14px;
}

.user-info-item .field-desc {
	padding: 16px 0;
	font-size: 14px;
}

.l_selector {
	width: 1200px;
	border: 1px solid #f1f1f1;
}

.l_selector .sl-v-tab {
	height: 68px;
	border-bottom: 1px solid #f1f1f1;
}

.sl-tab-trigger {
	height:150px;
	padding: 0 20px;
	position: relative;
}

.trig-dorpSelect{
	height: 68px;
	position: relative;
}

.sl-tab-trigger .trig-item {
	width: 58px;
	float: left;
	margin-right: 50px;
}

.sl-tab-trigger .trig-item:last-child {
	margin-right: 0;
}

.sl-tab-trigger .trig-item .atv-dow {
	display: block;
	line-height: 68px;
	color: #000;
	font-size: 16px;
	background: url(../image/dorp.png) right center no-repeat;
}

.sl-tab-trigger .trig-item .userstatus {
	display: none;
	width: 120px;
	position: absolute;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	left: 0px;
	top: 58px;
	z-index: 9999;
	max-height: 300px;
	overflow: auto;
}
/* 新增--开始 */
.sl-tab-trigger .trig-item .userstatuss {
	display: none;
	width: 120px;
	position: absolute;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	top: 58px;
	z-index: 9999;
	max-height: 300px;
	overflow: auto;
}

.sl-tab-trigger .trig-item .userstatuss a {
	display: block;
	border-bottom: 1px solid #f1f1f1;
	line-height: 38px;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.sl-tab-trigger .trig-item .userstatuss a:hover {
	color: #fff;
	background: #ccb58e;
}
/* 新增--结束 */

.sl-tab-trigger .trig-item .userstatus::-webkit-scrollbar {
	width: 8px;
}

.sl-tab-trigger .trig-item .userstatus::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.sl-tab-trigger .trig-item .userstatus::-webkit-scrollbar-thumb {
	background-color: #a0a0a0;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.sl-tab-trigger .trig-item .userstatus a {
	display: block;
	border-bottom: 1px solid #f1f1f1;
	line-height: 38px;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.sl-tab-trigger .trig-item .userstatus a:last-child {
	border-bottom: none;
}

.sl-tab-trigger .trig-item .userstatus a:hover {
	color: #fff;
	background: #ccb58e;
}
.sl-tab-trigger .trig-item .userstatus.houseDorp{
	width: 1158px;
	padding: 25px 20px;
}
.sl-tab-trigger .trig-item .userstatus.houseDorp .houseCheckbox{
	overflow: hidden;
}
.sl-tab-trigger .trig-item .userstatus.houseDorp .houseCheckbox .item{
	width: 124px;
	float: left;
}
.sl-tab-trigger .trig-item .userstatus.houseDorp .houseCheckbox .item h2{
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
.sl-tab-trigger .trig-item .userstatus.houseDorp .houseCheckbox .item label{
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	cursor: pointer;
}
.sl-tab-trigger .trig-item .userstatus.houseDorp .houseCheckbox .item label:hover{
	color: #cdb68e;
	text-decoration: underline;
}
.sl-tab-trigger .trig-item .userstatus.houseDorp .houseCheckbox .item .a-radio{
	display: none;
}
.sl-tab-trigger .trig-item .userstatus.houseDorp .houseCheckbox .item .b-radio{
	display: inline-block;
	border:1px solid #ccc;
	width:16px;
	height: 16px;
	border-radius:2px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -2px;
	display: none;
}
.sl-tab-trigger .trig-item .userstatus.houseDorp .houseCheckbox .item .b-radio:before{
	content: '';
	font-size: 0;
	width: 8px;
	height: 8px;
	background:#ccb58e;
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -4px;
	margin-top: -4px;
	border-radius: 2px;
	display: none;
}
.sl-tab-trigger .trig-item .userstatus.houseDorp .houseCheckbox .item .a-radio:checked~.b-radio:before{
	display: block;
}
.l_selector .l_filter {
	height: 68px;
	padding: 0 20px
}
.l_selector .f-sort {
	float: left;
}

.l_selector .f-sort>div {
	width: 54px;
	float: left;
	line-height: 68px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-right: 50px;
	position: relative;
	cursor: pointer;
}

.l_selector .f-sort .table-sort {
	width: 9px;
	height: 14px;
	position: absolute;
	top: 27px;
	left: 46px;
}

.l_selector .f-sort .table-sort .sort-asc {
	display: block;
	width: 9px;
	height: 5px;
	background: url(../image/arrow_rise.png) no-repeat;
}

.l_selector .f-sort .table-sort .sort-desc {
	margin-top: 4px;
	display: block;
	width: 9px;
	height: 5px;
	background: url(../image/arrow_drop.png) no-repeat;
}

.l_selector .f-sort .table-sort .sort-asc.cur {
	background: url(../image/arrow_rise_a.png) no-repeat;
}

.l_selector .f-sort .table-sort .sort-desc.cur {
	background: url(../image/arrow_drop_a.png) no-repeat;
}

.l_selector .l_filter .f-search {
	float: right;
	position: relative;
}

.l_selector .l_filter .f-search .box {
	width: 314px;
	height: 40px;
	margin-top: 12px;
}

.l_selector .l_filter .f-search .box .txt {
	border: 1px solid #f3f3f3;
	padding: 0 15px;
	width: 208px;
	float: left;
	line-height: 38px;
	font-size: 14px;
}

.l_selector .l_filter .f-search .box .sub-btn {
	display: block;
	width: 74px;
	height: 38px;
	border: 1px solid #ccb58d;
	background-color: #ccb58d;
	text-align: center;
	color: #fff;
	float: right;
	font-size: 16px;
	line-height: 38px;
	cursor: pointer;
}

.l_selector .l_filter .f-search .f-searchDorp{
	width: 314px;
	position: absolute;
	top: 52px;
	background-color: #fff;
	box-shadow: 1px 1px 3px #f5f5f5;
	display: none;
}
.l_selector .l_filter .f-search .f-searchDorp ul{
	padding:10px 20px;
}
.l_selector .l_filter .f-search .f-searchDorp ul li{
	line-height: 30px;
}
.l_selector .l_filter .f-search .f-searchDorp  ul li span{
	display: inline-block;
	font-size: 14px;
}
.l_selector .l_filter .f-search .f-searchDorp ul li span.t1{
	color: #666;
}
.l_selector .l_filter .f-search .f-searchDorp  ul li span.t2{
	color: #999;
	padding: 0 16px;
	background: url(../image/read_back_a.png) right center no-repeat;
}
.l-result-sum {
	width: 1200px;
	padding-top: 5px;
	height: 40px;
}

.l-result-sum .s-select-type {
	float: left;
}

.l-result-sum .s-select-type span {
	display: inline-block;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
}

.l-result-sum .s-select-type span.line {
	color: #666;
	padding: 0 4px;
}

.s-select-label span{
	display: inline-block;
	padding-right: 4px;
	margin-bottom: 10px;
}
.s-select-label span a{
	line-height: 30px;
	border-radius: 15px;
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 0 30px 0 10px;
	background: url(../image/close_label_a.png) 88% center no-repeat;
	background-color: #cdb68e;
}
.s-select-label .clear_all{
	line-height: 30px;
	border-radius: 15px;
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 0 20px 0 20px;
	background: url() 98% center no-repeat;
	background-color: #cdb68e;
}

.l-result-sum .sum-desc {
	line-height: 40px;
	color: #999;
}
.l-result-sum .sum-desc b {
	font-size: 18px;
	font-weight: normal;
	padding: 0 5px;
	color: #000;
}

.l-result-sum .l-release {
	width: 147px;
	height: 40px;
	float: right;
}

.l-result-sum .l-release:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}

.l-result-sum .l-release .btn {
	display: block;
	height: 40px;
	text-indent: -999999px;
	background: url(../image/release_btn.png) no-repeat;
}

/*涓汉涓績*/
.l-sildermenu .tiBar {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	color: #231916;
	border-bottom: 1px solid #d2d2d2;
}

.l-sildermenu>li>h6 a {
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 14px;
}

.l-sildermenu>li.selected h6 a {
	background-color: #cdb68e;
}

.Portfolio-item {
	background-color: #fff;
}


.Portfolio-item .l_selector .l_filter .f-search {
	float: left;
	margin-left: 264px;
}

.Portfolio-item .l-release {
	width: 147px;
	height: 40px;
	float: right;
	margin-right: 200px;
	margin-top: 12px;
}

.Portfolio-item .l-release a {
	display: block;
	height: 40px;
	text-indent: -999999px;
	background: url(../image/release_btn.png) no-repeat;
}

.Portfolio-item {
	border: 1px solid #f1f1f1;
}

.Portfolio-item .l_selector {
	border: none;
}

.my-works-list {
	margin: 10px 20px 20px 20px;
/* 	padding-bottom: 30px; */
}

.my-works-list .list ul {
	margin-left: -15px;
}

.my-works-list .list ul li {
	width: 310px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	box-shadow: 0px 0px 5px #f3f3f3;
	position: relative;
}

.my-works-list .list ul li .img {
	position: relative;
}

.my-works-list .list ul li .img img {
	width: 310px;
	height: 206px;
    cursor: pointer;
}

.my-works-list .list ul li .img span {
	display: block;
	width: 64px;
	height: 24px;
	position: absolute;
	right: 14px;
	top: 10px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
}

.my-works-list .list ul li .img span.pending {
	background: rgba(0, 0, 0, 0.5);
}

.my-works-list .list ul li .info {
	padding: 13px 20px;
}

.my-works-list .list ul li .info .edit-btn {
	display: none;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}

.my-works-list .list ul li .info .edit-btn a {
	display: block;
	width: 76px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #ccb58d;
}

.my-works-list .list ul li .info h4 a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	color: #000;
	font-size: 14px;
	text-overflow: ellipsis;
}

.my-works-list .list ul li .info .num {
	color: #666;
	font-size: 14px;
	padding-top: 4px;
}

.my-works-list .list ul li .offshelf-tip {
	position: absolute;
	width: 310px;
	height: 206px;
	top: 0;
	left: 0;
	background: url(../image/Offshelf_tip.png) center 15px no-repeat;
	z-index: 9;
	text-indent: -9999px;
}

.my-works-list .list ul li.offshelf {
	opacity: .5;
}

.Portfolio-item .toptiBar {
	padding: 16px 18px;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.Portfolio-item .toptiBar h1 {
	font-size: 20px;
	color: #000;
	padding-left: 10px;
	line-height: 20px;
	display: inline-block;
	border-left: 4px solid #bda478;
}

.works-detail .desc {
	padding: 20px 20px 0 20px;
	line-height: 22px;
	color: #666;
	font-size: 14px;
}

.works-detail .desc img {
	max-width: 100%;
}

.works-detail .edit-item {
	margin: 20px;
	height: 40px;
}

.works-detail .edit-item a {
	display: block;
	height: 38px;
	float: left;
	line-height: 38px;
	border-radius: 4px;
	text-align: center;
}

.works-detail .edit-item a.edit-btn {
	width: 146px;
	border: 1px solid #cdb68e;
	background-color: #cdb68e;
	margin-right: 20px;
}

.works-detail .edit-item a.edit-btn em {
	color: #fff;
	padding-left: 34px;
	background: url(../image/edit_btn.png) left center no-repeat;
}

.works-detail .edit-item a em {
	line-height: 38px;
	display: inline-block;
}

.works-detail .edit-item a.add-btn {
	width: 132px;
	border: 1px solid #cdb68e;
}

.works-detail .edit-item a.add-btn em {
	color: #231916;
	padding-left: 34px;
	background: url(../image/add_btn.png) left center no-repeat;
}

.create-picture.clip {
	margin: 24px 20px 20px 20px;
}

.create-picture.clip a {
	width: 132px;
	border: 1px solid #cdb68e;
	height: 38px;
	line-height: 38px;
	display: block;
	text-align: center;
	border-radius: 4px;
}

.create-picture.clip a em {
	color: #231916;
	padding-left: 34px;
	display: inline-block;
	line-height: 38px;
	background: url(../image/add_btn.png) left center no-repeat;
}

.my-works-list.clip ul li .img span.num {
	width: 26px;
	height: 26px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 100%;
	text-align: center;
	line-height: 26px;
}

.my-works-list.clip ul li .img span {
	top: 170px;
	right: 10px;
}

.my-works-list.desi-clip.clip ul li .img span {
	top: 200px;
	right: 10px;
}

.edit-item.clip {
	text-align: right;
}

.edit-item.clip a {
	display: inline-block;
	float: none;
	width: 126px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #cdb68e;
}

.edit-item.clip a em {
	display: inline-block;
	line-height: 38px;
	color: #231916;
	padding-left: 40px;
}

.edit-item.clip a.del-btn em {
	background: url(../image/del_btn.png) left center no-repeat;
}

.edit-item.clip a.set-btn {
	margin-left: 16px;
}

.edit-item.clip a.set-btn em {
	background: url(../image/set_btn.png) left center no-repeat;
}

.l-tabbox.clip {
	width: 970px;
	margin: 0 auto;
}

.l-tabbox.clip li {
	width: 228px;
	border-radius: 0;
}

.l-tabbox.clip {
	padding-bottom: 50px;
}

.l-tabbox.clip li img {
	width: 228px;
}

.l-tabbox.clip li .clip-operate {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 100%;
	height: 40px;
}

.l-tabbox.clip li .clip-operate .click-btn {
	width: 30px;
	height: 40px;
	text-indent: -99999px;
	display: block;
	background: url(../image/point.png) left center no-repeat;
	float: right;
	margin-right: 12px;
}

.l-tabbox.clip li .operate-drop {
	display: none;
	width: 120px;
	position: absolute;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	right: 10px;
	;
	top: 30px;
	z-index: 9999;
	border-radius: 4px;
}

.l-tabbox.clip li .operate-drop a {
	display: block;
	border-bottom: 1px solid #f1f1f1;
	line-height: 32px;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.l-tabbox.clip li .operate-drop a:last-child {
	border-bottom: none;
}

.l-tabbox.clip li .operate-drop a:hover {
	color: #ccb58e;
}

.l-tabbox.clip li:hover .clip-operate {
	display: block;
}

.l-tabbox.clip li .del-selected {
	display: block;
	position: absolute;
	left: 12px;
	top: 10px;
	z-index: 11;
	width: 19px;
	height: 16px;
}

.l-tabbox.clip li .del-selected input {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
	width: 19px;
	height: 16px;
	display: inline-block;
	background: url(../image/selected_a.png) left bottom no-repeat;
	position: relative;
	top: 2px;
}

.l-tabbox.clip li .del-selected input:checked {
	background: url(../image/selected.png) no-repeat;
}

.create-form {
	width: 396px;
	height: 280px;
	padding: 30px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -228px;
	margin-top: -170px;
	border-radius: 6px;
}

.create-form h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #231916;
	padding-bottom: 30px;
}

.create-form .item {
	margin-bottom: 20px;
}

.create-form .item .input-txt {
	padding: 0 15px;
	width: 363px;
	height: 38px;
	font-family: "寰蒋闆呴粦";
	font-size: 14px;
	border: 1px solid #f3f3f3;
}

.create-form .item .txt-field {
	border: 1px solid #f3f3f3;
	padding: 10px 15px;
	width: 363px;
	height: 44px;
	resize: none;
	font-family: "寰蒋闆呴粦";
	font-size: 14px;
}

.create-form .item .txt-field {
	outline-style: none;
}

.create-form .item input::-webkit-input-placeholder {
	color: #999999;
	font-size: 14px;
	font-family: "寰蒋闆呴粦";
}

.create-form .item textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: 14px;
	font-family: "寰蒋闆呴粦";
}

.mui-switch {
	width: 48px;
	height: 22px;
	position: relative;
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	box-shadow: #dfdfdf 0 0 0 0 inset;
	border-radius: 20px;
	display: inline-block;
	-webkit-appearance: none;
	outline: none;
	top: 6px;
	margin-right: 8px;
}

.mui-switch:before {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	left: 4px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mui-switch:checked {
	background-color: #ccb58e;
}

.mui-switch:checked:before {
	left: 30px;
}

.create-cloip-pop {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 99999999;
}

.create-cloip-pop.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.create-form .item .switch-label {
	color: #333;
	font-size: 16px;
	position: relative;
	top: -10px;
}

.create-form .item.btn {
	text-align: center;
}

.create-form .item button {
	display: inline-block;
	width: 98px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 4px;
}

button,
input,
textarea,
select {
	outline-style: none;
}

.create-form .item .cancel {
	border: 1px solid #cdb68e;
	color: #cdb68e;
	background: none;
}

.create-form .item .submit {
	border: 1px solid #cdb68e;
	background-color: #cdb68e;
	color: #ffff;
	margin-left: 18px;
}

/*缂栬緫浣滃搧*/
.edit-works-form .topTable {
	background-color: #f7f7f7;
	padding: 20px;
	height: 40px;
}

.edit-works-form .topTable a {
	display: block;
	height: 38px;
	width: 126px;
	border: 1px solid #cdb68e;
	float: left;
	margin-right: 20px;
	float: left;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #cdb68e;
}

.edit-works-form .topTable a.curr {
	background-color: #cdb68e;
	color: #fff;
}

.edit-works-form .formBox {
	padding: 20px;
}

.formStage-on .enter-item {
	width: 430px;
}

.formStage-on .enter-item .item {
	margin-bottom: 30px;
}

.formStage-on .enter-item .item span.ti {
	display: block;
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
}

.formStage-on .enter-item .item span.ti b {
	color: #ff0000;
}

.formStage-on .enter-item .item .txt {
	width: 408px;
	padding: 0 10px;
	height: 38px;
	border: 1px solid #f3f3f3;
}

.formStage-on .enter-item .item .input select {
	width: 430px;
	padding: 0 10px;
	height: 40px;
	border: 1px solid #f3f3f3;
	color: #787878;
	font-size: 14px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../image/dorp.png) 97% center no-repeat;
}

.formStage-on .enter-item .item .input textarea {
	width: 408px;
	padding: 10px;
	height: 138px;
	border: 0px solid #f3f3f3;
	/* 	resize: none; */
	font-family: "寰蒋闆呴粦";
	font-size: 14px;
}

.formStage-on .enter-item .item .input textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: 14px;
	font-family: "寰蒋闆呴粦";
}

.formStage-on .cover-item {
	width: 504px;
	margin-top: 30px;
}

.formStage-on .cover-item .img {
	width: 504px;
	height: 336px;
}

.formStage-on .cover-item .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.formStage-on .cover-item .tip {
	text-align: right;
	font-size: 16px;
	color: #666;
	padding-top: 30px;
}

.select-all-set {
	float: right;
	margin-top: 18px;
}

.select-all-set span {
	line-height: 16px;
	font-size: 16px;
	color: #333;
}

.select-all-set label input {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
	width: 19px;
	height: 16px;
	display: inline-block;
	background: url(../image/selected_a.png) left bottom no-repeat;
	position: relative;
	top: 2px;
}

.select-all-set label input:checked {
	background: url(../image/selected.png) no-repeat;
}

.edit-works-form .photo-list ul {
	margin-left: -20px;
}

.edit-works-form .photo-list ul li {
	width: 304px;
	height: 272px;
	float: left;
	border: 1px solid #f7f7f7;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}

.edit-works-form .photo-list ul li .select {
	height: auto;
	border: 0;
	padding: 0;
}

.edit-works-form .photo-list ul li .setTop {
	position: relative;
	height: 16px;
	margin: 12px;
}

.edit-works-form .photo-list ul li .setCover {
	float: left;
	line-height: 16px;
	display: none;
}

.edit-works-form .photo-list ul li:hover .setCover {
	display: block;
}

.edit-works-form .photo-list ul li .setCover span {
	color: #666;
	font-size: 14px;
}

.edit-works-form .photo-list ul li .setCover label {
	display: inline-block;
}

.edit-works-form .photo-list ul li .setCover label input {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
	width: 19px;
	height: 16px;
	display: inline-block;
	background: url(../image/selected_a.png) left bottom no-repeat;
	position: relative;
	top: 2px;
}

.edit-works-form .photo-list ul li .setCover label input:checked {
	background: url(../image/selected.png) no-repeat;
}

.edit-works-form .photo-list ul li .select {
	float: right;
	width: 19px;
	height: 16px;
}

.edit-works-form .photo-list ul li .select input {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
	width: 19px;
	height: 16px;
	display: inline-block;
	background: url(../image/selected_a.png) left bottom no-repeat;
	position: relative;
	top: 2px;
}

.edit-works-form .photo-list ul li .select input:checked {
	background: url(../image/selected.png) no-repeat;
}

.edit-works-form .photo-list ul li:hover .setCover {
	display: block;
}

.edit-works-form .photo-list ul li .img {
	position: relative;
	margin: 0 12px;
	overflow: hidden;
	width: 280px;
	height: 190px;
}

.edit-works-form .photo-list ul li .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.edit-works-form .photo-list ul li .edit {
	position: absolute;
	width: 260px;
	bottom: 10px;
	padding: 0 10px;
	display: none;
}

.edit-works-form .photo-list ul li .spin {
	width: 66px;
	height: 25px;
	padding-top: 5px;
	display: block;
	float: left;
	border-radius: 20px;
	background: rgb(0, 0, 0, .5);
	position: absolute;
	z-index: 9;
	bottom: 50px;
	left: 20px;
	display: none;
}

.edit-works-form .photo-list ul li:hover .spin {
	display: block;
}

.edit-works-form .photo-list ul li .spin a {
	display: block;
	width: 17px;
	height: 18px;
	float: left;
	text-indent: -999999px;
}

.edit-works-form .photo-list ul li .spin a.l-btn {
	background: url(../image/spin_left.png) no-repeat;
	margin: 0 10px;
}

.edit-works-form .photo-list ul li .spin a.r-btn {
	background: url(../image/spin_right.png) no-repeat;
}

.edit-works-form .photo-list ul li .edit-btn {
	width: 66px;
	float: right;
}

.edit-works-form .photo-list ul li .edit-btn a {
	border-radius: 20px;
	background: rgb(0, 0, 0, .5);
	text-align: center;
	line-height: 30px;
	display: block;
	font-size: 16px;
	color: #fff;
}

.edit-works-form .photo-list ul li .title {
	margin: 0 12px;
	padding-top: 10px;
	color: #000;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.edit-works-form .photo-list ul li .img:hover .edit {
	display: block;
}

.edit-works-form.add-photo .formStage-on .enter-item .item .txt {
	width: 570px;
}

.edit-works-form.add-photo .formStage-on .enter-item .item .input textarea {
	width: 938px;
	height: 138px;
	padding-bottom: 10px;
}

.edit-works-form.add-photo .bootstrap-tagsinput {
	width: 951px;
	height: 148px;
}

.edit-works-form.add-photo .formStage-on .enter-item {
	width: 960px;
}

.formStage-on .enter-item .item.filitem span.ti {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
}

.formStage-on .enter-item .item .submit {
	text-align: center;
}

.formStage-on .enter-item .item .submit .sub-btn {
	width: 128px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #cdb68e;
	border: 0;
	border-radius: 4px;
}

/*鍙戝竷浣滃搧*/
.edit-works-form.release {
	background-color: #fff;
}

.edit-works-form.release .formBox {
	padding: 30px;
}

.edit-works-form.release .formStage-on .enter-item {
	width: 1140px;
}

.edit-works-form.release .upload_drag_area {
	width: 960px;
}

.edit-works-form.release .formStage-on .enter-item .item .input textarea {
	width: 918px;
	height: 108px;
}

.edit-works-form.release .formStage-on .enter-item .item .txt {
	width: 608px;
}

.edit-works-form.release .formStage-on .enter-item .item .input select {
	float: left;
	width: 305px;
}

.edit-works-form.release .formStage-on .enter-item .item .input select:nth-child(1) {
	margin-right: 20px;
}

.edit-works-form.release .select-picker-search {
	width: 305px;
}

.edit-works-form.release .formStage-on .enter-item .item.purview {
	position: relative;
}

.edit-works-form.release .formStage-on .enter-item .item.purview .p-s-checkbox {
	position: absolute;
	left: 66px;
	top: 0;
	color: #666;
	font-size: 16px;
	display: inline-block;
}

.edit-works-form.release .formStage-on .enter-item .item.purview .p-s-checkbox label input {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
	width: 19px;
	height: 16px;
	display: inline-block;
	background: url(../image/selected_a.png) left bottom no-repeat;
	position: relative;
	top: 2px;
}

.edit-works-form.release .formStage-on .enter-item .item.purview .p-s-checkbox label {
	display: inline-block;
	padding-right: 6px;
}

.edit-works-form.release .formStage-on .enter-item .item.purview .p-s-checkbox label input:checked {
	background: url(../image/selected.png) no-repeat;
}

.edit-works-form.complete .topTable {
	background-color: #fff;
}

.create-tip {
	padding: 0 20px;
	color: #666;
	font-size: 14px;
}

.create-tip b {
	color: #333;
	font-weight: normal;
}

.edit-works-form .photo-list.complete ul li {
	width: 370px;
	height: auto;
}

.edit-works-form .photo-list.complete ul li .img {
	margin: 0;
	overflow: hidden;
}

.edit-works-form .photo-list.complete ul li img {
	height: 246px;
}

.edit-works-form .photo-list.complete ul li .img .edit {
	display: block;
}

.edit-works-form .photo-list.complete ul li .edit .spin {
	background: none;
}

.edit-works-form .photo-list.complete ul li .pull-fot {
	height: 52px;
	position: relative;
	padding: 0 12px;
}

.edit-works-form .photo-list.complete ul li .select {
	float: left;
	margin-top: 16px;
	margin-right: 12px;
}

.edit-works-form .photo-list.complete ul li .title {
	width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 52px;
	margin: 0;
	padding: 0;
	float: left;
}

.edit-works-form .photo-list.complete ul li .edit-btn {
	width: 66px;
	height: 26px;
	margin-top: 12px;
	border: 1px solid #ccb58d;
}

.edit-works-form .photo-list.complete ul li a {
	background: none;
	line-height: 26px;
	color: #ccb58d;
}

.Portfolio-item.fulfil .edit-works-form .photo-list.complete ul li {
	width: 305px;
	position: relative;
}

.Portfolio-item.fulfil .edit-works-form .photo-list.complete ul li img {
	height: 220px;
}

.Portfolio-item.fulfil .edit-works-form .photo-list.complete ul li .select {
	margin-right: 2px;
}

.Portfolio-item.fulfil .edit-works-form .photo-list ul li .select input {
	top: 1px;
}

.Portfolio-item.fulfil .edit-works-form .photo-list.complete ul li .title {
	width: 180px;
}

.Portfolio-item.fulfil .edit-works-form .photo-list ul li .edit {
	display: block;
	z-index: 9;
	bottom: 60px;
}

.Portfolio-item.fulfil .edit-works-form .photo-list ul li .edit a {
	display: block;
	width: 17px;
	height: 18px;
	float: left;
	text-indent: -999999px;
	padding: 0 5px;
}

.Portfolio-item.fulfil .edit-works-form .photo-list ul li .edit a.l-btn {
	background: url(../image/spin_left.png) no-repeat;
}

.Portfolio-item.fulfil .edit-works-form .photo-list ul li .edit a.r-btn {
	background: url(../image/spin_right.png) no-repeat;
}

/*淇濆瓨鍥剧墖寮圭獥*/
.save-pop-layer {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 99999999;
}

.save-pop-layer.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.save-pop-layer .save-pop-box {
	top: 50%;
	left: 50%;
	margin-left: -470px;
	margin-top: -218px;
}

.save-pop-layer .save-pop-box h3 {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 18px;
}

/*璐拱浼氬憳寮圭獥*/
.buy-vipPop .buy-vipBox {
	background-color: #fff;
	border-radius: 12px;
	width: 904px;
	height: 398px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -452px;
	margin-top: -199px;
}

.buy-vipPop .buy-vipBox .buy-vipPay {
	width: 528px;
}

.buy-vipPop .buy-vipBox .buy-vipPay .vipTypesTab {
	height: 58px;
	padding: 20px 20px 0 20px;
	border-bottom: 1px solid #ededed;
}

.buy-vipPop .buy-vipBox .buy-vipPay .vipTypesTab ul li {
	width: 176px;
	height: 58px;
	float: left;
	margin-right: 20px;
	background-color: #ededed;
	border-radius: 12px 12px 0 0;
	text-align: center;
	cursor: pointer;
}

.buy-vipPop .buy-vipBox .buy-vipPay .vipTypesTab ul li.curr {
	background-color: #cdb68e;
}

.buy-vipPop .buy-vipBox .buy-vipPay .vipTypesTab ul li.curr p {
	color: #fff;
}

.buy-vipPop .buy-vipBox .buy-vipPay .vipTypesTab ul li p {
	color: #333;
}

.buy-vipPop .buy-vipBox .buy-vipPay .vipTypesTab ul li .TyName {
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
}

.buy-vipPop .buy-vipBox .buy-vipPay .vipTypesTab ul li .desc {
	font-size: 12px;
	padding-top: 2px;
}

.buy-vipPop .payment-select {
	padding: 50px 20px 0 20px;
}

.buy-vipPop .payment-select>div {
	display: none;
}

.buy-vipPop .payment-select>div.puka {
	display: block;
}

.buy-vipPop .payment-select>div .money {
	margin-bottom: 48px;
	font-size: 18px;
	color: #333;
}

.buy-vipPop .payment-select>div .money span.handle {
	display: inline-block;
	font-weight: bold;
}

.buy-vipPop .payment-select>div .money b {
	color: #d83333;
	font-size: 26px;
	font-weight: normal;
	padding-right: 6px;
}

.buy-vipPop .payment-select>div span.pay_tip {
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	float: left;
	line-height: 46px;
}

.buy-vipPop .payment-select>div .pay_list ul {
	float: left;
	margin-left: 20px;
}

.buy-vipPop .payment-select>div .pay_list ul li {
	width: 138px;
	float: left;
	margin-right: 20px;
}

.buy-vipPop .payment-select>div .pay_list ul li a {
	display: block;
	width: 136px;
	height: 44px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	text-align: center;
}

.buy-vipPop .payment-select>div .pay_list ul li img {
	display: inline-block;
	margin-top: 8px;
}

.buy-vipPop .payment-select>div .pay_list ul li a.curr {
	border: 1px solid #eb4c50;
	background: url(../image/Pay_select.png) right bottom no-repeat;
}

.buy-vipPop .payment-select .pay-btn a {
	display: block;
	width: 128px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	color: #fff;
	background-color: #cdb68e;
}

.buy-vipPop .payment-select .pay-btn {
	margin: 40px 0 0 110px;
}

.buy-vipPop .vipPrivilege {
	height: 398px;
	overflow: hidden;
	background-image: linear-gradient(#fbeeda, #f5dcb8);
	border-radius: 0 12px 12px 0;
}

.buy-vipPop .vipPrivilege h3 {
	color: #ae9367;
	text-align: center;
	padding-top: 40px;
	font-size: 34px;
	font-weight: bold;
}

.buy-vipPop .vipPrivilege .tip {
	text-align: center;
	color: #ae9367;
	padding-top: 14px;
}

.buy-vipPop .vipPrivilege .Privilege-list {
	padding-top: 15px;
}

.buy-vipPop .vipPrivilege .Privilege-list ul li {
	height: 65px;
	padding: 0 20px;
	line-height: 65px;
	border-bottom: 1px solid #e2cca8;
}

.buy-vipPop .vipPrivilege .Privilege-list ul li:last-child {
	border: none
}

.buy-vipPop .vipPrivilege .Privilege-list ul li a {
	display: block;
	line-height: 65px;
	color: #ae9367;
	font-weight: bold;
    cursor: default;
}

/*浣滃搧鐩稿叧鍟嗗搧娴獥*/
.works-relatedPro {
	position: fixed;
	width: 100%;
	float: left;
	bottom: 0;
	z-index: 100000001;
	background-color: #fff;
	display: none;
}

.relatedPro-silde {
	width: 1290px;
	margin: 0 auto;
	padding: 20px 0;
}

.relatedPro-silde .silde-item {
	width: 1200px
}

.relatedPro-silde .silde-item.acc-mt1 {
	margin-right: 18px;
}

.relatedPro-silde .silde-item h3 {
	color: #333;
	font-weight: bold;
	margin-bottom: 18px;
	text-align: center;
}

.relatedPro-silde .silde-item .scroll-pro {
	width: 1200px;
	position: relative;
	overflow: hidden;
}

.relatedPro-silde .silde-item .picList ul li {
	width: 126px;
	text-align: center;
	float: left;
	margin-right: 14px;
	-webkit-transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out;
}

.relatedPro-silde .silde-item .picList ul li .img {
	width: 126px;
	height: 126px;
}

.relatedPro-silde .silde-item .picList ul li .img span {
	display: table;
	width: 126px;
	height: 126px;
	text-align: center;
	vertical-align: middle;
}

.relatedPro-silde .silde-item .picList ul li .img span img {
	max-width: 126px;
	max-height: 126px;
}

.relatedPro-silde .silde-item .bd {
	margin-left: 43px;
}

.relatedPro-silde .silde-item .next,
.relatedPro-silde .silde-item .prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	cursor: pointer;
	z-index: 1;
	width: 15px;
	height: 26px;
	color: #999;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	font-family: simsun;
	margin-top: -13px;
}

.relatedPro-silde .silde-item .prev {
	left: 0;
}

.relatedPro-silde .silde-item .next {
	right: 0;
}

.relatedPro-silde .silde-item .picList ul li .info .p1 {
	color: #333;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.relatedPro-silde .silde-item .picList ul li .info .p2 {
	color: #333;
	padding: 16px 0;
	font-size: 18px;
}

/*浼氬憳鏉冪泭寮圭獥*/
.vipPrivileged-desc {
	position: absolute;
	width: 436px;
	height: 422px;
	left: 50%;
	top: 50%;
	margin-top: -211px;
	margin-left: -218px;
	background: url(../image/bg_vip_qy.png) center no-repeat;
}

.vipPrivileged-desc .desc-con {
	width: 375px;
	height: 356px;
	margin: 0 auto;
}

.vipPrivileged-desc .desc-con h3 {
	text-align: center;
	color: #ae9367;
	font-size: 34px;
	font-weight: bold;
	padding-top: 26px;
}

.vipPrivileged-desc .desc-con .list {
	max-height: 136px;
	margin-top: 40px;
	overflow: auto;
}

.vipPrivileged-desc .desc-con .list::-webkit-scrollbar {
	/*婊氬姩鏉℃暣浣撴牱寮�*/
	width: 1px;
	/*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
	height: 1px;
}

.vipPrivileged-desc .desc-con .list::-webkit-scrollbar-thumb {
	/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ae9367;
}

.vipPrivileged-desc .desc-con .list ul li {
	height: 66px;
	line-height: 66px;
	padding: 0 20px;
	border-bottom: 1px solid #d3be9c;
}

.vipPrivileged-desc .desc-con .list ul li a {
	color: #ae9367;
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	line-height: 66px;
	overflow: hidden;
	white-space: normal;
}

.vipPrivileged-desc .desc-con .renew-tip {
	padding: 0 20px;
	line-height: 60px;
	color: #ae9367;
}

/*璐拱璁板綍*/
.buy-annalBox {
	background-color: #fff;
	width: 456px;
	height: 330px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -228px;
	margin-top: -165px;
	border-radius: 6px;
}

.buy-annalBox h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #231916;
	padding: 30px 0 20px 0;
}

.buy-annalBox .annalList .tableTh {
	height: 48px;
	background-color: #eee;
}

.buy-annalBox .annalList .tableTh span {
	color: #333;
	line-height: 48px;
}

.buy-annalBox .annalList span.time {
	width: 107px;
	padding: 0 20px;
	text-align: left;
}

.buy-annalBox .annalList span {
	display: block;
	float: left;
	text-align: center;
	width: 102px;
}

.buy-annalBox .annalList .list ul li {
	height: 58px;
	cursor: pointer;
	border-bottom: 1px solid #f3f3f3;
}

.buy-annalBox .annalList .list ul li span {
	line-height: 58px;
	color: #666;
	font-size: 16px;
}

.buy-annalBox .annalList .list ul li:last-child {
	border-bottom: none;
}

.buy-annalBox .annalList .list ul li:hover span {
	font-weight: bold;
}

.buy-annalBox .annalList .list {
	max-height: 118px;
	overflow: auto;
}

.buy-annalBox .annalList .list::-webkit-scrollbar {
	/*婊氬姩鏉℃暣浣撴牱寮�*/
	width: 1px;
	/*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
	height: 1px;
}

.buy-annalBox .annalList .list::-webkit-scrollbar-thumb {
	/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #999;
}

.buy-annalBox .btnaware a {
	display: block;
	width: 160px;
	height: 36px;
	background-color: #ccb58d;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	margin: 30px auto 0 auto;
}

/*vip灞曠ず*/
.l-contwrap .user-center {
	padding: 24px 24px 24px 24px;
}

.l-contwrap .user-vipinfo {
	width: 288px;
}

.l-contwrap .user-vip-mark {
	width: 126px;
	float: left;
}

.l-contwrap .user-vip-mark img {
	width: 116px;
	height: 40px;
	display: block;
}

.l-contwrap .user-vip-mark .vip-desc {
	color: #999;
	padding-top: 8px;
	font-size: 16px;
}

.l-contwrap .user-vipinfo .btn-vip {
	width: 128px;
	float: left;
	margin-top: 14px;
	margin-left: 10px;
}

.l-contwrap .user-vipinfo .btn-vip a {
	width: 128px;
	height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background-color: #cdb68e;
	border: 1px solid #fff;
	border-radius: 4px;
}

.l-contwrap .user-vipinfo .btn-vip a:hover {
	color: #cdb68e;
	border: 1px solid #cdb68e;
	background-color: #fff;
}

.l-contwrap .user-vip-operate {
	float: right;
	margin-top: 14px;
	height: 40px;
}

.l-contwrap .user-vip-operate a {
	display: block;
	width: 126px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	float: left;
}

.l-contwrap .user-vip-operate a.buy-annal {
	color: #cdb68e;
	border: 1px solid #cdb68e;
	margin-right: 30px;
}

.l-contwrap .user-vip-operate a.buy-annal:hover {
	color: #fff;
	border: 1px solid #fff;
	background: #cdb68e;
}

.l-contwrap .user-vip-operate a.vip-privileged {
	color: #fff;
	border: 1px solid #cdb68e;
	background-color: #cdb68e;
}

/*璁捐甯堣鎯匩EW*/
.l-detailtxt.desiTxt {
	width: 940px;
}

/*鍥剧墖棰勮*/
.Picture {
	overflow: hidden;
	display: none;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999999;
}

.Picture-box {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

.Picture-box .theme {
	overflow: hidden;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.Picture-box .open {
	overflow: hidden;
	width: 43px;
	height: 58px;
	font-size: 16px;
	color: #666;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.Picture-box .mine {
	left: 0;
}

.Picture-box .Next {
	right: 0;
}

.Picture-box .theme img {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	display: block;
	object-fit: cover;
}

.Picture-box .gb-btn {
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 32px;
	color: #fff;
	text-align: center;
}

/*鍏煎鏍峰紡*/
@media (min-width:1080px) and (max-width:2400px) {
	.Picture-box .theme {
		width: 100%;
		height: 90%;
	}

	.Picture-box .theme img {
		width: auto;
		height: 100%;
	}
}

.l-detailtxt.desiTxt .txt-mt1 {
	height: 24px;
	margin-bottom: 16px;
}

.l-detailtxt.desiTxt .txt-mt1 span {
	display: block;
	float: left;
	line-height: 24px;
	padding-left: 28px;
	color: #333;
	font-size: 16px;
}

.l-detailtxt.desiTxt .txt-mt1 span.tel {
	margin-right: 42px;
	background: url(../image/icon_tel.png) left center no-repeat;
}

.l-detailtxt.desiTxt .txt-mt1 span.phone {
	background: url(../image/icon_phone.png) left center no-repeat;
}

.l-detailtxt.desiTxt .txt-mt1 span.web {
	float: right;
	background: url(../image/icon_web.png) left center no-repeat;
}

.l-detailtxt.desiTxt .txt-mt2 span {
	display: block;
	line-height: 24px;
	padding-left: 26px;
	color: #333;
	font-size: 16px;
}

.l-detailtxt.desiTxt .txt-mt2 span.address {
	background: url(../image/icon_address.png) left center no-repeat;
}

.l-detailtxt.desiTxt .desi-desc {
	margin: 26px 0 10px 0;
	overflow: hidden;
	line-height: 24px;
}

.l-detailtxt.desiTxt #read-more {
	text-align: right;
	padding-bottom: 24px;
}

.l-detailtxt.desiTxt #read-more a {
	display: inline-block;
	color: #666;
	padding-right: 14px;
	font-size: 14px;
	background: url(../image/read_back.png) right center no-repeat;
}

.am-sticky-placeholder .nav {
	height: 50px;
	box-shadow: 0 0 3px #eaeaea;
}

.am-sticky-placeholder .nav.am-sticky {
	position: fixed;
	background-color: #fff;
	z-index: 99;
}

.am-sticky-placeholder .nav-list li {
	width: 94px;
	height: 50px;
	float: left;
}

.am-sticky-placeholder .nav-list li a {
	display: block;
	line-height: 50px;
	text-align: center;
	color: #000;
	font-size: 18px;
}

.am-sticky-placeholder .nav-list li a.am-active {
	color: #ccb58d;
	font-weight: bold;
}

.l-itembox .no-data-tip {
	display: block;
	color: #999;
	text-align: center;
	line-height: 300px;
}

.l-itembox .view-more {
	padding: 10px 0;
	display: block;
}

.l-itembox .view-more a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	margin: 0 auto;
	background-color: #eee;
	border-radius: 4px
}

.l-itembox .view-more em {
/* 	padding-right: 14px; */
	/* background: url(../image/read_back.png) right center no-repeat; */
}

.my-works-list.desi .list ul li {
	width: 376px;
}

.my-works-list.desi .list ul li .img img {
	width: 376px;
	height: 246px;
}

.evaluate-list .evaluate-pl {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.evaluate-list .evaluate-pl:last-child {
	border-bottom: none;
}

.my-works-list.desi-clip {
	margin: 20px 0;
}

.my-works-list.desi-clip .list ul li {
	width: 376px;
}

.my-works-list.desi-clip .list ul li .img img {
	width: 376px;
	height: 248px;
}

.discuss-print ul li {
	width: 80px;
	float: left;
	margin-right: 10px;
	margin-bottom: 16px;
}

.discuss-print ul li img {
	width: 80px;
	height: 80px;
	border-radius: 4px;
}

.evaluate-list .evaluate-pl .datum-name {
	overflow: hidden;
}

.evaluate-list .evaluate-pl .datum-name i {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
}

.evaluate-list .evaluate-pl .datum-name i img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.evaluate-list .evaluate-pl .datum-name p {
	float: left;
	padding-left: 16px;
	padding-top: 3px;
}

.evaluate-list .evaluate-pl .datum-name p a {
	display: block;
	color: #333;
	line-height: 24px;
	font-size: 18px;
}

.evaluate-list .evaluate-pl .datum-name .star {
	margin: 36px 0 0 76px;
}

.evaluate-list .evaluate-pl .datum-name .star li {
	width: 18px;
	height: 17px;
	float: left;
	margin-right: 16px;
	background: url(../image/icon_star.png) no-repeat;
}

.evaluate-list .evaluate-pl .datum-name .star li.on {
	background: url(../image/icon_star_a.png) no-repeat;
}

.evaluate-list .evaluate-pl .discuss .discuss-ontent {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
}

.evaluate-list .evaluate-pl .discuss .discuss-ontent .con {
	margin-top: 25px;
	line-height: 24px;
	overflow: hidden;
	color: #333;
	font-size: 14px;
}

.evaluate-list .evaluate-pl .discuss .discuss-ontent .read-more {
	margin-top: 20px;
	padding-right: 16px;
	float: right;
	font-size: 14px;
	color: #666;
	line-height: 18px;
	cursor: pointer;
	background: url(../image/read_back.png) right center no-repeat;
}

.evaluate-list .evaluate-pl .discuss-print {
	overflow: hidden;
}

.evaluate-list .evaluate-pl .datum-time {
	height: 14px;
}

.evaluate-list .evaluate-pl .datum-time span {
	display: block;
	float: left;
	line-height: 14px;
	color: #333;
	font-size: 14px;
	line-height: 14px;
}

.evaluate-list .evaluate-pl .datum-time span:nth-child(1) {
	padding-right: 10px;
	margin-right: 10px;
	background: url(../image/icon_line.png) right 1px no-repeat;
}

.evaluate-list .evaluate-pl .datum-time span a {
	color: #333;
	font-size: 14px;
	display: block;
	position: relative;
	top: -1px;
	padding-left: 18px;
	background: url(../image/icon_laud.png) left top no-repeat;
}

.evaluate-list .evaluate-pl .datum-time span a.curr {
	color: #ccb58d;
	background: url(../image/icon_laud_a.png) left top no-repeat;
}

.evaluate-list .evaluate-pl .datum-reply {
	background-color: #f7f7f7;
	padding: 20px 20px 8px 20px;
	border-radius: 6px;
	margin-top: 16px;
}

.evaluate-list .evaluate-pl .datum-reply .discuss {
	margin: 12px 0;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

.my-pl-pop {
	width: 456px;
	height: 648px;
	position: absolute;
	border-radius: 6px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	margin-left: -228px;
	margin-top: -324px;
}

.my-pl-pop h3 {
	color: #231916;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}

.my-pl-pop .pl-formBox {
	padding: 0 30px;
}

.my-pl-pop .pl-formBox .user-info i.user-pic {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 16px;
}

.my-pl-pop .pl-formBox .user-info i.user-pic img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.my-pl-pop .pl-formBox .user-info .info {
	overflow: hidden;
}

.my-pl-pop .pl-formBox .user-info .info .name {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}

.my-pl-pop .pl-formBox .user-info .info .star {
	height: 18px;
	margin-top: 6px;
}

.my-pl-pop .pl-formBox .user-info .info .star ul li {
	width: 18px;
	height: 17px;
	float: left;
	margin-right: 10px;
	background: url(../image/icon_star.png) no-repeat;
}

.my-pl-pop .pl-formBox .user-info .info .star ul li.on,
.my-pl-pop .pl-formBox .user-info .info .star ul li:hover {
	background: url(../image/icon_star_a.png) no-repeat;
}

.my-pl-pop .pl-formBox .user-info .info .tip {
	color: #999;
	font-size: 14px;
	padding-top: 4px;
}

.my-pl-pop .pl-formBox .pl-msgTxt {
	margin-top: 20px;
}

.my-pl-pop .pl-formBox .pl-msgTxt textarea {
	width: 370px;
	height: 70px;
	border: 1px solid #f3f3f3;
	font-size: 14px;
	color: #666;
	font-family: 寰蒋闆呴粦;
	padding: 12px;
	border-radius: 4px;
}

.my-pl-pop .pl-formBox input {
	width: 370px;
	height: 38px;
	padding: 0 12px;
	font-size: 14px;
	color: #666;
	font-family: 寰蒋闆呴粦;
	border: 1px solid #f3f3f3;
}

.my-pl-pop .pl-formBox .timeselct {
	margin-top: 20px;
}

.my-pl-pop .pl-formBox .uploadPic {
	margin-top: 20px;
}

.my-pl-pop .pl-formBox .uploadPic ul {
	margin-left: -16px;
}

.my-pl-pop .pl-formBox .uploadPic ul li {
	width: 86px;
	height: 86px;
	float: left;
	margin-left: 16px;
	:
}

.my-pl-pop .pl-formBox .uploadPic ul li img {
	width: 84px;
	height: 84px;
	border: 1px solid #f3f3f3;
}

.my-pl-pop .pl-formBox .uploadPic ul li.file-btn {
	position: relative;
	width: 86px;
	height: 86px;
}

.my-pl-pop .pl-formBox .uploadPic ul li.file-btn input {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 86px;
	height: 86px;
	z-index: 9;
}

.my-pl-pop .pl-formBox .uploadPic ul li.file-btn .uploadButton {
	position: absolute;
	width: 86px;
	height: 86px;
	display: block;
	background: url(../image/uploadButton.png) no-repeat;
	left: 0;
	top: 0;
}

.my-pl-pop .pl-formBox .txtTip {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	padding: 16px 0;
}

.my-pl-pop .pl-formBox .submit .sub-btn {
	width: 100%;
	border: 0;
	background-color: #ccb58d;
	cursor: pointer;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	border-radius: 4px;
}

/*缂栬緫鍥剧墖*/
.Portfolio-item.edit-picBox {
	width: 1002px
}

.editor-pictureBox {
	padding: 20px;
}

.editor-pictureBox .label-select .item {
	float: left;
	width: 225px;
	margin-right: 20px;
}

.editor-pictureBox .label-select .item span {
	display: block;
	color: #000;
	margin-bottom: 20px;
}

.editor-pictureBox .label-select .item:last-child {
	margin-right: 0
}

.editor-pictureBox .label-select .inputName {
	width: 945px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #f3f3f3;
	line-height: 38px;
	font-size: 14px;
	font-family: 寰蒋闆呴粦;
	color: #000;
}

.editor-pictureBox .label-select .select-txt select {
	width: 225px;
	padding: 0 10px;
	height: 40px;
	display: block;
	border: 1px solid #f3f3f3;
	color: #666;
	font-size: 14px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../image/dorp.png) 97% center no-repeat;
}

.editor-pictureBox .label-select .item.style {
	width: 400px;
	float: right;
	margin-right: 0;
}

.editor-pictureBox .label-select .item.style .select-txt select {
	width: 398px;
}

.editor-pictureBox .product-intro {
	margin-top: 20px
}

.editor-pictureBox .preview-wrap {
	width: 554px;
	float: left;
}

.editor-pictureBox .preview-wrap .img {
	overflow: hidden;
	border: 1px solid #f3f3f3;
	width: 554px;
	height: 368px;
}

.editor-pictureBox .preview-wrap .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.editor-pictureBox .preview-wrap .contollter {
	margin-top: 12px;
	padding: 20px;
	background-color: #f8f8f8;
	overflow: hidden;
}

.editor-pictureBox .preview-wrap .sc-btn-edit {
	display: block;
	float: left;
	cursor: pointer;
}

.editor-pictureBox .preview-wrap .coperate {
	width: 70px;
	height: 34px;
	border: 1px solid #cdb68e;
	text-align: center;
	line-height: 34px;
	color: #cdb68e;
	margin-right: 12px;
	border-radius: 4px;
	position: relative;
	background: none
}

.editor-pictureBox .preview-wrap .coperate:last-child {
	margin-right: 0;
}

.editor-pictureBox .preview-wrap .coperate .file-btn {
	position: absolute;
	width: 70px;
	height: 34px;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0
}

.editor-pictureBox .preview-wrap .file.coperate {
	width: 68px;
	height: 32px;
}

.editor-pictureBox .preview-wrap .rotate-left {
	width: 30px;
	height: 36px;
	border: 0;
	margin-right: 20px;
	margin-left: 10px;
	text-indent: -99999px;
	background: url(../image/spin_left_a.png) left center no-repeat;
	background-color: none;
}

.editor-pictureBox .preview-wrap .rotate-right {
	width: 30px;
	height: 36px;
	border: 0;
	margin-right: 26px;
	text-indent: -99999px;
	background: url(../image/spin_right_a.png) left center no-repeat;
	background-color: none;
}

.editor-pictureBox .itemInfo-wrap {
	width: 394px;
	float: right;
}

.editor-pictureBox .itemInfo-wrap .item {
	margin-bottom: 16px;
}

.editor-pictureBox .itemInfo-wrap .item.pro {
	margin-bottom: 0;
}

.editor-pictureBox .itemInfo-wrap .item .ti {
	color: #000;
	display: block;
	margin-bottom: 10px;
}

.editor-pictureBox .itemInfo-wrap .item .pro-list ul li {
	width: 86px;
	height: 86px;
	float: left;
	margin-right: 16px;
	margin-bottom: 12px;
	position: relative;
}

.editor-pictureBox .itemInfo-wrap .item .pro-list ul li:nth-child(4n) {
	margin-right: 0;
}

.editor-pictureBox .itemInfo-wrap .item .pro-list ul li .img {
	display: table-cell;
	width: 84px;
	height: 84px;
	border: 1px solid #eee;
	text-align: center;
	vertical-align: middle;
}

.editor-pictureBox .itemInfo-wrap .item .pro-list ul li .img img {
	max-width: 84px;
	max-height: 84px;
	vertical-align: middle;
}

.editor-pictureBox .itemInfo-wrap .item .pro-list ul li.last-addPro a {
	display: block;
	width: 86px;
	height: 86px;
	background: url(../image/uploadButton.png) no-repeat;
	text-indent: -99999px;
}

.editor-pictureBox .itemInfo-wrap .item .pro-list ul li a {
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	top: -3px;
	right: -3px;
	background: url(../image/delete_red.png) no-repeat;
	text-indent: -999999px;
}

.editor-pictureBox .itemInfo-wrap .item .dcashDesc textarea {
	padding: 5px 10px;
	width: 374px;
	height: 60px;
	border: 0px solid #f3f3f3;
}

.editor-pictureBox .itemInfo-wrap .item select {
	width: 394px;
	padding: 0 10px;
	height: 40px;
	display: block;
	border: 1px solid #f3f3f3;
	color: #666;
	font-size: 14px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../image/dorp.png) 97% center no-repeat;
}

.editor-pictureBox .itemInfo-wrap .choose-attrs {
	padding: 10px;
	background-color: #f8f8f8;
}

.editor-pictureBox .itemInfo-wrap .choose-attrs .item {
	margin-bottom: 10px;
}

.editor-pictureBox .itemInfo-wrap .choose-attrs .item:nth-child(2) {
	margin-bottom: 0;
}

.editor-pictureBox .itemInfo-wrap .choose-attrs .item select {
	background-color: #ededed;
	border: 1px solid #e7e7e7;
	width: 374px;
}

.editor-pictureBox .operate-step {
	text-align: right;
	margin: 30px 0;
}

.editor-pictureBox .operate-step a {
	display: inline-block;
	width: 98px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 4px;
}

.editor-pictureBox .operate-step a.next-step {
	background-color: #ccb58d;
	border: 1px solid #ccb58d;
	color: #fff;
	margin-left: 20px;
}

.editor-pictureBox .operate-step a.back-step {
	border: 1px solid #ccb58d;
	color: #cdb68e;
}

.rele-pro-pop .rele-proBox {
	width: 716px;
	height: 648px;
	background-color: #fff;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -358px;
	margin-top: -324px;
}

.rele-pro-pop .rele-proBox .proSearch {
	padding: 30px;
	height: 40px;
	border-bottom: 1px solid #f3f3f3;
}

.rele-pro-pop .rele-proBox .proSearch span {
	width: 76px;
	color: #231916;
	line-height: 40px;
	display: block;
	float: left;
}

.rele-pro-pop .rele-proBox .proSearch .txtnumber {
	width: 300px;
	height: 38px;
	padding: 0 10px;
	line-height: 38px;
	border: 1px solid #f3f3f3;
	background-color: #f8f8f8;
}

.rele-pro-pop .rele-proBox .rele-proList {
	height: 448px;
	padding: 0 30px;
	overflow: auto;
}

.rele-pro-pop .rele-proBox .rele-proList::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #ededed;
	border-radius: 4px;
}

.rele-pro-pop .rele-proBox .rele-proList .tableTop {
	margin-top: 10px;
	padding: 20px 0;
	overflow: hidden;
}

.rele-pro-pop .rele-proBox .rele-proList .tableTop span {
	display: block;
	float: left;
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

.rele-pro-pop .rele-proBox .rele-proList .pro-intro {
	width: 320px;
	margin-right: 10px;
	float: left;
}

.rele-pro-pop .rele-proBox .rele-proList .pro-price {
	width: 229px;
	float: left;
	text-align: center;
}

.rele-pro-pop .rele-proBox .rele-proList .pro-operate {
	width: 80px;
	text-align: center;
	float: left;
}

.rele-pro-pop .rele-proBox .rele-proList .list .pro-intro img {
	width: 130px;
	height: 98px;
	float: left;
	margin-right: 18px;
}

.rele-pro-pop .rele-proBox .rele-proList .list ul li {
	height: 98px;
	margin-bottom: 18px;
}

.rele-pro-pop .rele-proBox .rele-proList .list .pro-intro .intro-item {
	overflow: hidden;
}

.rele-pro-pop .rele-proBox .rele-proList .list ul li .intro-item p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 6px 0;
	color: #666;
}

.rele-pro-pop .rele-proBox .rele-proList .list ul li .intro-item p.pro-name {
	color: #000;
	line-height: 16px;
}

.rele-pro-pop .rele-proBox .rele-proList .list ul li .pro-price span {
	display: block;
	line-height: 98px;
	font-size: 22px;
	color: #000;
}

.rele-pro-pop .rele-proBox .rele-proList .list ul li .pro-operate a {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #ccb58d;
	border-radius: 4px;
	margin-top: 34px;
}

.rele-pro-pop .rele-proBox .rele-proBtn {
	height: 98px;
	text-align: center;
	background-color: #f8f8f8;
	border-radius: 0 0 6px 6px;
}

.rele-pro-pop .rele-proBox .rele-proBtn a {
	display: inline-block;
	width: 98px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 4px;
	margin-top: 30px;
}

.rele-pro-pop .rele-proBox .rele-proBtn a.cancel {
	border: 1px solid #cdb68e;
	color: #cdb68e;
}

.rele-pro-pop .rele-proBox .rele-proBtn a.submit {
	border: 1px solid #cdb68e;
	color: #fff;
	background-color: #cdb68e;
	margin-left: 40px;
}

/*璁捐甯堢敾澶硅鎯�*/
.desi-clip .works-detail h1 {
	text-align: center;
	padding: 0 20px;
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
}

.desi-user-info {
	margin: 20px;
}

.desi-user-info .user-item {
	height: 60px;
}

.desi-user-info .user-item img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: block;
	float: left;
	margin-right: 16px;
}

.desi-user-info .user-item .user-name {
	display: block;
	float: left;
	color: #333;
	font-size: 18px;
	line-height: 54px;
}

.desi-user-info .picNumber span {
	display: block;
	color: #666;
	line-height: 60px;
}

.l-tabbox.desi-clipDetail {
	width: 1160px;
	padding: 0 20px 50px 20px;
}

.l-tabbox.desi-clipDetail .lxf-box li {
	width: 275px;
	border-radius: 0;
}

.l-tabbox.desi-clipDetail .lxf-box li img {
	width: 275px;
}

/* 鏂板css */
.edit-works-form.add-photo .formStage-on .enter-item .item.purview {
	position: relative;
}

.edit-works-form.add-photo .formStage-on .enter-item .item.purview .p-s-checkbox {
	position: absolute;
	left: 66px;
	top: 0;
	color: #666;
	font-size: 16px;
	display: inline-block;
}

.edit-works-form.add-photo .formStage-on .enter-item .item.purview .p-s-checkbox label input {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
	width: 19px;
	height: 16px;
	display: inline-block;
	background: url(../image/selected_a.png) left bottom no-repeat;
	position: relative;
	top: 2px;
}

.edit-works-form.add-photo .formStage-on .enter-item .item.purview .p-s-checkbox label {
	display: inline-block;
	padding-right: 6px;
}

.edit-works-form.add-photo .formStage-on .enter-item .item.purview .p-s-checkbox label input:checked {
	background: url(../image/selected.png) no-repeat;
}

.my-pl-pop {
	width: 456px;
	height: auto;
	position: absolute;
	border-radius: 6px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	margin-left: -228px;
	margin-top: -350px;
}

.searchsss {
	display: block;
	width: 74px;
	height: 38px;
	border: 1px solid #ccb58d;
	background-color: #ccb58d;
	text-align: center;
	color: #fff;
	float: right;
	font-size: 16px;
	line-height: 38px;
}

.l-supplieradddd {
	width: 80px;
	height: 80px;
	border: 1px solid #d2d2d2;
	line-height: 80px;
	text-align: center;
}

.l-supplieradddd .iconfont {
	background-position: -283px -130px;
	width: 37px;
	height: 37px;
	vertical-align: middle;
	margin-top: 20px;
	*margin-top: 0;
}

.l-supplierpicsss img {
	width: 80px;
	height: 80px;
}

.Portfolio-item.fulfil {
	width: 1002px;
}

.l-tabbox .view-more {
	padding: 30px 0;
	display: block;
}

.l-tabbox .view-more a {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	margin: 0 auto;
	background-color: #eee;
	border-radius: 4px;
}

#designerHeader {
	cursor: pointer
}

.selectPictureFolder:hover {
	background: #f8f8f8;
}

.submits {
	margin-left: 10px;
}

.submits:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}

.cancel:hover {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
}

.textarea_em {
	position: absolute;
	right: 5px;
	font-size: 12px;
	bottom: 0px;
	color: #b5b5b5;
}

.div_textarea_input {
	position: relative;
	padding-bottom: 15px;
	border: 1px solid #f3f3f3;
}

.my-works-list .list ul li:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
}

.my-works-list .list ul li:hover .edit-btn {
	display: block;
}

/*涓撴爮*/
.ColumnBox {
	width: 1200px;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 1px 1px 3px #f2f2f2;
}

.ColumnBox .topBar {
	height: 50px;
	padding: 0 20px;
	border-bottom: 1px solid #f3f3f3;
}

.ColumnBox .topBar .topTi {
	height: 18px;
	padding-top: 18px;
	color: #000;
	float: left;
}

.ColumnBox .topBar .topTi h2 {
	display: block;
	line-height: 18px;
	padding-left: 14px;
	border-left: 4px solid #bda478;
}

.ColumnBox .topBar .selectItem {
	width: 180px;
	height: 32px;
	float: right;
	margin-top: 8px;
	border: 1px solid #f3f3f3;
	border-radius: 2px;
	background: url(../image/sele_dorp.png) 164px center no-repeat;
}

.ColumnBox .ColumnList {
	padding: 16px 20px 0 20px;
}

.ColumnBox .ColumnList ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.ColumnBox .ColumnList ul li img {
	display: block;
	float: left;
	width: 218px;
/* 	height: 128px; */
	margin-right: 20px;
}

.ColumnBox .ColumnList ul li .info {
	overflow: hidden;
}

.ColumnBox .ColumnList ul li:last-child {
	margin-bottom: 0;
}

.ColumnBox .ColumnList ul li .info .text-title {
	height: 20px;
	padding-top: 4px;
	padding-bottom: 12px;
}

.ColumnBox .ColumnList ul li .info .text-title span {
	display: inline;
	line-height: 20px;
}

.ColumnBox .ColumnList ul li .info .text-title span.name {
	color: #333;
	font-size: 18px;
	padding-right: 16px;
}

.ColumnBox .ColumnList ul li .info .text-title span.stage {
	padding: 0 10px;
	background-color: #ccb590;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
}

.ColumnBox .ColumnList ul li .info .text-desc {
	line-height: 24px;
	height: 48px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.ColumnBox .ColumnList ul li .info .footer-bar {
	padding-top: 12px;
}

.ColumnBox .ColumnList ul li .info .footer-bar span {
	display: inline-block;
	height: 20px;
	padding-left: 26px;
	color: #999;
	font-size: 14px;
	line-height: 22px;
	padding-right: 36px;
}

.ColumnBox .ColumnList ul li .info .footer-bar span.praise {
	background: url(../image/hand.png) left center no-repeat;
	background-size: auto 16px;
}

.ColumnBox .ColumnList ul li .info .footer-bar span.browse {
	background: url(../image/eye.png) left center no-repeat;
}

.ColumnDetail {
	padding: 40px 90px;
}

.ColumnDetail .text-tile {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	margin-bottom: 20px;
}

.ColumnDetail .standard {
	text-align: center;
	margin-bottom: 30px;
}

.ColumnDetail .standard span {
	display: inline-block;
	color: #666;
	padding: 0 15px;
}

.ColumnDetail .desc {
	line-height: 28px;
	font-size: 16px;
	color: #666;
}

.ColumnDetail .desc img {
	max-width: 100%;
}

.ColumnDetail .detail-praise {
	text-align: center;
	margin-top: 80px;
}

.ColumnDetail .detail-praise .ico {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background: url(../image/praise.png) no-repeat;
}

.ColumnDetail .detail-praise span {
	display: block;
	color: #666;
	font-size: 20px;
	padding-top: 12px;
}

/*缂栬緫淇℃伅*/
.Portfolio-item .editForm {
	padding: 28px 38px;
}

.Portfolio-item .editForm .item {
/* 	overflow: hidden; */
	margin-bottom: 20px;
}

.Portfolio-item .editForm .item .name {
	width: 100px;
	color: #000;
	font-size: 14px !important;
	display: block;
	line-height: 40px;
/* 	text-align: left; */
/* 	margin-right: 20px; */
	float: left;
	padding-left: 22px;
	padding-right: 15px;
}

.Portfolio-item .editForm .item .input {
	width: 572px;
	padding: 0 10px;
	height: 38px;
	float: left;
	border: 1px solid #cecece;
	border-radius: 4px;
}

.Portfolio-item .editForm .item .input input {
	width: 100%;
	line-height: 38px;
	border: 0;
	background: none;
}

.Portfolio-item .editForm .item .textarea {
	width: 572px;
	padding: 10px;
	height: 66px;
	float: left;
	border: 1px solid #f3f3f3;
    border-radius: 4px;
}

.Portfolio-item .editForm .item .textarea textarea {
	width: 100%;
	height: 100%;
	border: 0;
	background: none;
}

.Portfolio-item .editForm .item .serSelect h2 {
	padding-left: 16px;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	border-left: 4px solid #ccb590;
}

.Portfolio-item .editForm .item .serList {
/* 	padding-top: 20px; */
	padding-left: 122px;
}

.Portfolio-item .editForm .item .serList h3 {
	font-weight: bold;
	color: #000;
	font-size: 14px;
/* 	padding-left: 16px; */
}

.Portfolio-item .editForm .item .selectBox {
/* 	padding-top: 30px; */
/* 	padding-left: 16px; */
	margin: 10px 0px 10px 10px;
}

.Portfolio-item .editForm .item .selectBox span {
	display: inline-block;
	padding-right: 160px;
	height: 16px;
/* 	margin-bottom: 20px; */
	position: relative;
}

.Portfolio-item .editForm .item .selectBox span input[type="checkbox"] {
	width: 100%;
	height: 16px;
	-webkit-appearance: none;
	outline: none;
	background: url(../image/selected_a.png) left center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.Portfolio-item .editForm .item .selectBox span input[type="checkbox"]:checked {
	background: url(../image/selected.png) no-repeat;
}

.Portfolio-item .editForm .item .selectBox span label {
	color: #666;
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	left: 26px;
	top: 0;
	z-index: 1;
}

.Portfolio-item .editForm .item .costrange {
	margin-top: 30px;
	overflow: hidden;
}

.Portfolio-item .editForm .item .costrange input {
	width: 58px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
	float: left;
}

.Portfolio-item .editForm .item .costrange span {
	display: block;
	float: left;
	line-height: 40px;
}

.Portfolio-item .editForm .item .costrange span.line {
	width: 44px;
	text-align: center;
}

.Portfolio-item .editForm .item .costrange span.unit {
	color: #666;
	padding-left: 16px;
}

.Portfolio-item .editForm .item.phto {
	padding-top: 30px;
}

.Portfolio-item .editForm .item .cover-upfile {
	padding-top: 10px;
}

.Portfolio-item .editForm .item .cover-upfile ul li {
	width: 220px;
	height: 168px;
	float: left;
	position: relative;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Portfolio-item .editForm .item .cover-upfile ul li.cover-phto img {
	width: 220px;
	height: 168px;
	display: block;
}

.Portfolio-item .editForm .item .cover-upfile ul li.cover-phto a {
	display: none;
	width: 24px;
	position: absolute;
	right: -10px;
	top: -10px;
	text-indent: -9999999px;
	background: url(../image/close_a.png) no-repeat;
	height: 24px;
}

.Portfolio-item .editForm .item .cover-upfile ul li.cover-phto:hover a {
	display: block;
}

.Portfolio-item .editForm .item .cover-upfile ul li.fileBtn input[type="file"] {
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
}

.Portfolio-item .editForm .item .cover-upfile ul li.fileBtn .btnIco {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../image/file_btna.png) no-repeat;
}

.Portfolio-item .editForm .item .submit {
	width: 126px;
	height: 40px;
	border: 0;
	text-align: center;
	line-height: 40px;
	margin: 24px auto 0 auto;
	background-color: #cdb68e;
	display: block;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
}

.Portfolio-item .editForm .item .select {
	width: 305px;
	height: 38px;
	float: left;
	padding: 0;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
}

.Portfolio-item .editForm .item .select select {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0 10px;
}

.Portfolio-item .editForm .item .select select option{
	font-size:14px;
}

.Portfolio-item .editForm .item .select.laiyuan {
	margin-left: 136px;
}

.Portfolio-item .editForm .item .fileID {
	float: left;
}

.Portfolio-item .editForm .item .fileID .IDcard {
	width: 120px;
	height: 120px;
	margin-right: 20px;
	float: left;
	border: 1px solid #f3f3f3;
}

.Portfolio-item .editForm .item .fileID img {
	display: block;
	width: 120px;
	height: 120px;
}

.Portfolio-item .editForm .item .fileID .fileBox {
	width: 120px;
	height: 120px;
	position: relative;
}

.Portfolio-item .editForm .item .fileID .fileBox input[type="file"] {
	opacity: 0;
	position: absolute;
	width: 120px;
	height: 120px;
	cursor: pointer;
	top: 0;
	left: 0;
	z-index: 3;
}

.Portfolio-item .editForm .item .fileID .fileBox .btnIco {
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
}

.Portfolio-item .editForm .item .IDcard-a .fileBox .btnIco {
	background: url(../image/btn_id_a.png) no-repeat;
}

.Portfolio-item .editForm .item .IDcard-b .fileBox .btnIco {
	background: url(../image/btn_id_b.png) no-repeat;
}

.Portfolio-item .editForm .item .costrange.business {
	margin-top: 0;
}

.Portfolio-item .editForm .item .costrange .time {
	margin-left: 24px;
	height: 40px;
	position: relative;
	width: 98px;
}

.Portfolio-item .editForm .item .costrange .time input[type="radio"] {
	width: 100%;
	height: 40px;
	-webkit-appearance: none;
	outline: none;
	background: url(../image/selected_a.png) left center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	border: 0;
}

.Portfolio-item .editForm .item .costrange .time input[type="radio"]:checked {
	background: url(../image/selected.png) left center no-repeat;
}

.Portfolio-item .editForm .item .costrange .time label {
	color: #666;
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	left: 26px;
	top: 0;
	z-index: 1;
}

.Portfolio-item .editForm .item .license {
	width: 218px;
	height: 166px;
	float: left;
	border: 1px dashed #eee;
}

.Portfolio-item .editForm .item .license img {
	display: block;
	width: 218px;
	height: 166px;
}

.Portfolio-item .editForm .item .license .fileBox {
	width: 218px;
	height: 166px;
	position: relative;
}

.Portfolio-item .editForm .item .license .fileBox input[type="file"] {
	width: 218px;
	height: 166px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
}

.Portfolio-item .editForm .item .license .fileBox .btnIco {
	width: 218px;
	height: 166px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../image/btn_license.png) center no-repeat;
}

.Portfolio-item .editForm.store .item .name {
	width: 70px;
}

.Portfolio-item .editForm.store {
	padding: 0 20px 38px 20px;
}

.Portfolio-item .editForm .item .bootstrap-tagsinput {}

/*闂ㄥ簵*/
.Portfolio-item .storeWarp {
	padding: 20px;
	position: relative;
}

.Portfolio-item .storeWarp .storShoe-Item {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.storShoe-Item.last {
	border-bottom: 0 !important;
}

.Portfolio-item .storeWarp .addbtn {
	position: absolute;
}

.Portfolio-item .storeWarp .addbtn a {
	display: block;
	width: 90px;
	height: 34px;
	background-color: #ccb58d;
	text-align: center;
	line-height: 34px;
	color: #fff;
}

.Portfolio-item .storeWarp .storShoe-Item .edit {
	height: 34px;
	margin-bottom: 20px;
	text-align: right;
}

.Portfolio-item .storeWarp .storShoe-Item .edit a {
	display: inline-block;
	line-height: 32px;
	width: 90px;
	margin-left: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
}

.Portfolio-item .storeWarp .storShoe-Item .edit a.btn1 {
	border: 1px solid #cdb68e;
	color: #cdb68e;
}

.Portfolio-item .storeWarp .storShoe-Item .edit a.btn2 {
	border: 1px solid #ededed;
	background-color: #ededed;
	color: #666;
}

.Portfolio-item .storeWarp .storShoe-Item .gallery-top .swiper-slide img {
	display: block;
	width: 960px;
	height: 478px;
}

.Portfolio-item .storeWarp .storShoe-Item .gallery-top {
	margin-bottom: 16px;
}

.Portfolio-item .storeWarp .storShoe-Item .gallery-thumbs .swiper-slide img {
	display: block;
	width: 180px;
	height: 90px;
	border: 1px solid #fff;
}

.Portfolio-item .storeWarp .storShoe-Item .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
	border: 1px solid #ccb590;
}

.Portfolio-item .storeWarp .storShoe-Item .storInfo {
	margin-top: 30px;
}

.Portfolio-item .storeWarp .storShoe-Item .storInfo span {
	display: block;
	margin-bottom: 20px;
	line-height: 24px;
	color: #333;
}

.Portfolio-item .storeWarp .storShoe-Item .storInfo span.lxr {
	font-weight: bold;
}

.Portfolio-item .storeWarp .storShoe-Item .storInfo span.tel {
	padding-left: 28px;
	background: url(../image/icon_tel.png) left center no-repeat;
}

.Portfolio-item .storeWarp .storShoe-Item .storInfo span.address {
	padding-left: 28px;
	background: url(../image/icon_address.png) left center no-repeat;
}

/*璇勮鍒楄〃*/
.commentWarp {
	padding: 20px;
}

.evaluate-list .evaluate-pl .datum-time a {
	display: inline-block;
	background-color: #ccb590;
	position: relative;
	margin-left: 16px;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	padding: 0 6px;
	top: -3px;
}

.Portfolio-item .toptiBar .right-select {
	height: 34px;
	float: right;
	position: relative;
	top: -6px;
}

.Portfolio-item .toptiBar .dayselect,
.Portfolio-item .toptiBar .seleDorp {
	width: 140px;
	height: 32px;
	float: left;
	border: 1px solid #f3f3f3;
	background: url(../image/dorp.png) 120px center no-repeat;
}

.Portfolio-item .toptiBar .dayselect input {
	width: 104px;
	padding-left: 16px;
	border: 0;
	line-height: 32px;
}

.Portfolio-item .toptiBar .seleDorp {
	margin-left: 10px;
}

.Portfolio-item .toptiBar .seleDorp select {
	border: none;
	padding-left: 16px;
	appearance: none;
	line-height: 32px;
	color: #787878;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 104px;
}

/*涓撲笟浜哄＋璁捐甯堣鎯�*/
.l-itembox.pro {
	box-shadow: none;
}

.l-itembox .proList ul {
	margin-left: -20px;
}

.l-itembox .proList ul li {
	width: 280px;
	height: 330px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 5px #efefef;
}

.l-itembox .proList ul li .img {
	width: 280px;
	height: 280px;
}

.l-itembox .proList ul li .img span {
	display: table-cell;
	text-align: center;
	width: 280px;
	height: 280px;
	vertical-align: middle;
}

.l-itembox .proList ul li .img span img {
	max-width: 280px;
	max-height: 280px;
}

.l-itembox .proList ul li .info {
	margin: 0 20px;
	padding-top: 12px;
	border-top: 1px solid #eee;
}

.l-itembox .proList ul li .info .title {
	line-height: 26px;
	height: 52px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
/* 	display: -webkit-box; */
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l-itembox .proList ul li .info .price {
	color: #333;
	font-size: 24px;
	padding-top: 8px;
}

.l-itembox .proList ul li .info .price span {
	font-size: 14px;
}

.l-itembox .Portfolio-item {
	border: 0;
}

.l-itembox .Portfolio-item .storeWarp {
	padding: 0;
}

.l-itembox .Portfolio-item .storeWarp .storShoe-Item .gallery-top .swiper-slide img {
	width: 1160px;
	height: 580px;
}

.l-itembox .Portfolio-item .storeWarp .storShoe-Item .gallery-thumbs .swiper-slide img {
	width: 220px;
	height: 110px;
}

/*绉佷俊鍒楄〃*/
.l-private {
	padding-top: 26px;
}

.l-private li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.l-private li input {
	position: absolute;
	left: 0;
	top: 50%;
	width: 14px;
	margin-top: -7px;
	height: 14px;
}

.l-private li .privateInfo {
	margin-left: 36px;
}

.l-private li .userInfo img {
	width: 48px;
	height: 48px;
	display: block;
	float: left;
	border-radius: 50%;
	margin-right: 14px;
}

.l-private li .userInfo .con {
	overflow: hidden;
}

.l-private li .userInfo .con span {
	display: block;
}

.l-private li .userInfo .con span.nameT {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.l-private li .userInfo .con span.time {
	color: #999;
	padding-top: 6px;
	font-size: 12px;
}

.l-private li .privateDesc {
	line-height: 26px;
	font-size: 15px;
	color: #333;
	padding: 6px 0;
}

.l-private li .bottomInfo span {
	display: inline-block;
	padding-right: 50px;
	color: #999;
	font-size: 13px;
}

/*鏈嶅姟鍒楄〃*/
.body_bg1 {
	background-color: #fff;
}

.ServiceWarp .searchTopItem {
	width: 605px;
	height: 46px;
	margin: 5px auto 0 auto;
}

.ServiceWarp .searchTopItem .text {
	width: 506px;
	padding: 0 10px;
	height: 44px;
	border: 1px solid #e5e5e5;
	border-right: none;
	background: none;
	line-height: 44px;
	float: left;
    font-size: 15px;
}

.ServiceWarp .searchTopItem .submitBtn {
	width: 78px;
	height: 46px;
	float: right;
	background-color: #ccb590;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 1px solid #ccb590;
	cursor: pointer;
}

.ServiceWarp .typeSwiperBox {
	margin-top: 20px;
}

.ServiceWarp .typeSwiperBox .swiperItem {
	margin-bottom: 30px;
	position: relative;
}

.ServiceWarp .typeSwiperBox .tiBar {
	margin-left: 35px;
	margin-bottom: 20px;
}

.ServiceWarp .typeSwiperBox .tiBar h2 {
	padding-left: 12px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	border-left: 4px solid #ccb590;
}

.ServiceWarp .typeSwiperBox .swiper-container {
	position: static;
	margin: 0 35px;
}

.ServiceWarp .typeSwiperBox .swiper-container .swiper-slide img {
	display: block;
	width: 170px;
	height: 108px;
}

.ServiceWarp .typeSwiperBox .swiper-container .swiper-slide p {
	text-align: center;
	width: 170px;
	padding-top: 16px;
}

.ServiceWarp .typeSwiperBox .swiper-container .swiper-wrapper {
	position: static
}

.ServiceWarp .typeSwiperBox .swiper-button-next {
	width: 13px;
	height: 23px;
	z-index: 9;
	background: url(../image/swiper_r_btn.png) no-repeat;
	margin-top: -12px;
}

.ServiceWarp .typeSwiperBox .swiper-button-next:after {
	content: '';
}

.ServiceWarp .typeSwiperBox .swiper-button-prev {
	width: 13px;
	height: 23px;
	z-index: 9;
	background: url(../image/swiper_l_btn.png) no-repeat;
	margin-top: -12px;
}
.ServiceWarp .typeSwiperBox .swiper-button-next.hide,.ServiceWarp .typeSwiperBox .swiper-button-prev.hide{
	display: none;
}
.ServiceWarp .typeSwiperBox .swiper-button-prev:after {
	content: '';
}

.ServiceWarp .ServiceMap {
	margin: 30px 35px 0 35px;
}

.ServiceWarp .ServiceMap .tiBar {
	margin-bottom: 30px;
}

.ServiceWarp .ServiceMap .tiBar h2 {
	padding-left: 12px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	border-left: 4px solid #ccb590;
}

.ServiceWarp .ServiceMap .mapItem {
/* 	margin-bottom: 30px; */
}

.ServiceWarp .ServiceMap .mapItem h3 {
	font-weight: bold;
	margin-bottom: 20px;
}

.ServiceWarp .ServiceMap .mapItem ul li {
/* 	width: 188px; */
	float: left;
	margin-bottom: 30px;
}

.ServiceWarp .ServiceMap .mapItem ul li a {
	display: block;
	color: #333;
	line-height: 16px;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
	border-left: 2px solid #ccb590;
}

.ServiceWarp .expertList .count {
	color: #333;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 25px;
}

.ServiceWarp .expertList .count span {
	display: inline-block;
	padding-right: 4px;
}

.ServiceWarp .expertList .listBox li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.ServiceWarp .expertList .listBox .PortfolioSlide {
	width: 372px;
	height: 254px;
	float: left;
	margin-right: 35px;
}

.ServiceWarp .expertList .listBox .PortfolioSlide img {
	display: block;
	width: 372px;
	height: 254px;
}

.ServiceWarp .expertList .listBox .PortfolioSlide .swiper-pagination-bullet {
	background: #999;
	opacity: 1;
}

.ServiceWarp .expertList .listBox .PortfolioSlide .swiper-pagination-bullet-active {
	background: #ccb590;
	opacity: 1;
}

.ServiceWarp .expertList .experInfo {
	overflow: hidden;
}

.Service-body {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.ServiceWarp .expertList .listBox {
	padding-bottom: 20px;
}

.ServiceWarp .expertList .userInfo img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 25px;
	border-radius: 50%;
    object-fit: cover;
}

.ServiceWarp .expertList .userInfo .con {
	float: left;
}

.ServiceWarp .expertList .userInfo .con .nameT {
	color: #333;
	font-size: 23px;
	font-weight: bold;
}

.ServiceWarp .expertList .userInfo .con .star {
	margin-top: 8px;
}

.ServiceWarp .expertList .userInfo .con .star span {
	width: 18px;
	height: 17px;
	float: left;
	display: block;
	margin-right: 16px;
	background: url(../image/icon_star.png) no-repeat;
}

.ServiceWarp .expertList .userInfo .con .star span.on {
	background: url(../image/icon_star_a.png) no-repeat;
}

.ServiceWarp .expertList .userInfo .lxBtn {
	float: right;
}

.ServiceWarp .expertList .userInfo .lxBtn a {
	display: block;
	width: 126px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #ccb590;
}

.ServiceWarp .expertList .experContact {
	margin-top: 20px;
}

.ServiceWarp .expertList .experContact span {
	display: inline-block;
	padding-right: 40px;
	color: #333;
	padding-left: 28px;
	margin-bottom: 16px;
	line-height: 24px;
}

.ServiceWarp .expertList .experContact span.tel {
	background: url(../image/icon_tel.png) left center no-repeat;
}

.ServiceWarp .expertList .experContact span.mobil {
	background: url(../image/icon_phone.png) left center no-repeat;
}

.ServiceWarp .expertList .experContact span.address {
	display: block;
	padding-right: 0;
	width: 100%;
	background: url(../image/icon_address.png) left center no-repeat;
}

.ServiceWarp .expertList .experDesc {
	line-height: 30px;
	color: #666;
	font-size: 14px;
}

.ServiceWarp .expertList .goHome {
	text-align: right;
	padding-top: 6px;
}

.ServiceWarp .expertList .goHome a {
	display: block;
	color: #ccb590;
	font-size: 16px;
}

/*涓撲笟浜哄＋*/
.header .h_nav .h_nwrap_main ul .navbox.desi .navlist {
	position: relative;
	left: -374px;
	display: none;
	width: 1200px;
	background: none;
	height: 110px;
	background: url(../image/navboxdesi_line.png) repeat-y;
}

.header .h_nav .h_nwrap_main ul li .navlist li:hover {
	background: none;
	height: auto;
}

.header .h_nav .h_nwrap_main ul li .navlist li .dis_none {
	position: absolute;
	top: 0px;
	left: 175px;
	background: #f0f0f0 !important;
	width: 1010px;
	display: none;
	box-shadow: 1px 1px 3px #fcfcfc;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	z-index: 99999;
}

.header .h_nav .h_nwrap_main ul li .showRecommend {
	width: 100%;
	height: auto;
	line-height: 1;
	padding: 0;
	position: static;
}

.header .h_nav .h_nwrap_main ul li .showRecommend a.pad-20 {
	display: block;
	float: left;
	width: 175px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.header .h_nav .h_nwrap_main ul li .showRecommend a.pad-20:hover {
	color: #ccb58e;
}

.header .h_nav .h_nwrap_main ul li .showRecommend:first-child a.pad-20 {
	padding-top: 10px;
}

.header .h_nav .h_nwrap_main ul li .showRecommend:last-child a.pad-20 {
	padding-bottom: 20px;
}

.header .h_nav .h_nwrap_main ul li .navlist li .dis_none dl dd a {
	float: none;
	display: inline-block;
	color: #6a6768;
	padding-top: 0;
	font-size: 13px;
	margin-top: 0;
}

.header .h_nav .h_nwrap_main ul li .navlist li .dis_none dl dd a:hover {
	color: #ccb58e;
}

.header .h_nav .h_nwrap_main ul li .navlist li .dis_none dl dd lable {
	color: rgb(204, 181, 142);
	float: left;
}

.header .h_nav .h_nwrap_main ul li .navlist li .dis_none dl dd lable .ico {
	color: rgb(204, 181, 142);
	float: none;
}

.header .h_nav .h_nwrap_main ul li .showRecommend .dis_none {
	text-align: left;
}

.header .h_nav .h_nwrap_main ul li .showRecommend .dis_left {
	float: none;
	width: auto;
}
.header .h_nav .h_nwrap_main ul li.desi .desiDorp{
	width: 968px;
	position: absolute;
	left: 0px;
	display: none;
}
.header .h_nav .h_nwrap_main ul li.desi .desiDorp .tabls{
	width:124px;
	float: left;
	background: rgba(55, 52, 55, 0.8);
}
.header .h_nav .h_nwrap_main ul li.desi .desiDorp .tabls dl dd.curr a,.header .h_nav .h_nwrap_main ul li.desi .desiDorp .tabls dl dd:hover a{
	color: rgb(204, 181, 142);
}
.header .h_nav .h_nwrap_main ul li.desi .desiDorp .desiTypeBox{
	position: relative;
	top: 0;
	float: left;
	min-height: 180px;
	background-color: #fff;
	width: 844px;
	box-shadow: 1px 1px 3px #f2f2f2;
}
.header .h_nav .h_nwrap_main ul li.desi .desiDorp .desiTypeBox .dis_none{
	top: 0;
	left: 0;
	padding-top: 20px;
	position: static;
}
.header .h_nav .h_nwrap_main ul li.desi .desiDorp .desiTypeBox .dis_none dl{
	padding:4px 20px 20px 0px;
}
.header .h_nav .h_nwrap_main ul li.desi .desiDorp .desiTypeBox .dis_none dl dt{
	color: rgb(204, 181, 142);
	line-height: 16px;
	float: left;
	margin-right: 5px;
	padding: 0;
	min-width:110px;
}
.header .h_nav .h_nwrap_main ul li.desi .desiDorp .desiTypeBox .dis_none dl dd{
	height: 16px;
	line-height: 16px;
	float: left;
	margin-left: 5px;
}
.header .h_nav .h_nwrap_main ul li.desi .desiDorp .desiTypeBox .dis_none dl dd a{
	color: #6a6768;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	height: 16px;
}
.header .h_nav .h_nwrap_main ul li.desi .desiDorp .desiTypeBox .dis_none dl dd a:hover{
	color:rgb(204, 181, 142);
}
.header .h_nav .h_nwrap_main ul li.desi{

}
.header .h_nav .h_nwrap_main ul li.desi.menu_curr{
	background-color: #ccb58e;
}
.l-designlist.show {
	margin-top: 30px;
}
.l-designlist.show img {
	width: 100%;
	height: 154px;
}

.l-itembox.zy_select {
	box-shadow: none;
	padding: 15px 0;
}

.l-itembox.zy_select .loc_name {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.l-itembox.zy_select .loc_name a {
	color: #333;
}

.l-itembox.zy_select .loc_name span {
	display: inline-block;
	padding: 0 5px;
}

.l-itembox.zy_select .selectBox {
	height: 36px;
	margin-top: 25px;
}

.l-itembox.zy_select .selectBox .threeDorp,
.l-itembox.zy_select .selectBox .twoDorp {
	width: 140px;
	height: 34px;
	float: left;
	border: 1px solid #f3f3f3;
}

.l-itembox.zy_select .selectBox select {
	outline: none;
	border: 0;
	height: 34px;
	width: 100%;
	color: #333;
	font-size: 15px;
}

.l-itembox.zy_select .selectBox .twoDorp {
	margin-left: 10px;
	border: none
}

.l-itembox.zy_select .selectBox .search {
	width: 230px;
	float: left;
	margin-left: 10px;
	height: 36px;
}

.l-itembox.zy_select .selectBox .search .text {
	width: 128px;
	height: 34px;
	text-indent: 10px;
	line-height: 34px;
	padding-right: 10px;
	border: 1px solid #f3f3f3;
	float: left;
	font-size: 15px;
}

.l-itembox.zy_select .selectBox .search .btn {
	width: 76px;
	height: 36px;
	background-color: #cbb48f;
	border: 0;
	color: #fff;
}

.l-itembox.zy_select .selectBox .serSelectDorp {
	width: 142px;
	float: right;
}

.prop_shuxuan.paixu {
	height: 58px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.prop_shuxuan .l_selector {
	border: none;
	padding: 0 20px;
}

.prop_shuxuan .l_selector .f-sort>div {
	height: 58px;
	line-height: 58px;
	width: 56px;
	color: #999;
	font-weight: normal;
	font-size: 14px;
}

.prop_shuxuan .l_selector .f-sort>div:nth-child(1) {
	width: 42px;
}

.prop_shuxuan .l_selector .f-sort .table-sort {
	top: 23px;
}

.prop_shuxuan .l_selector .f-sort .sortIndex_1 .table-sort {
	left: 36px;
}

.prop_shuxuan .l_selector .f-sort .sortIndex_2 .table-sort {
	left: 48px;
}

.prop_shuxuan .l_selector .f-sort .sortIndex_3 .table-sort {
	left: 36px;
}

/*浣滃搧搴�*/
.PortfolioDetai {
	margin-top: 30px;
	padding-bottom: 30px;
	diaplay:none;
}
.PortfolioDetai-title {
	background: #e9e9e9;
    line-height: 35px;
}
.PortfolioDetai-title span{
	margin-left: 30px;
    color: #b1b5b7;
}

.PortfolioDetai .work-container .topBar .ti {
	width: auto;
}

.PortfolioDetai .work-container .topBar .line {
	position: relative;
	top: -6px;
}

.PortfolioDetai .work-container .info-box .photo-item {
	overflow: hidden;
}

.PortfolioDetai .work-container .info-box .photo-item .leftProInfo {
	width: 1000px;
	float: left;
}

.PortfolioDetai .save-pop-box .desc-con h4 {
	margin-top: 0;
	line-height: 12px;
}

.PortfolioDetai .save-pop-box {
	width: 680px;
	left: 80px;
	height: 386px;
}

.PortfolioDetai .work-container .info-box .photo-item .save-photo-item .default {
	width: 360px;
	height: 280px;
}

.PortfolioDetai .save-desc {
	width: 288px;
}

.PortfolioDetai .save-pop-box .input-txt {
	width: 268px;
	height: 160px;
}

.PortfolioDetai .relatedProducts {
	width: 200px;
	float: right;
}

.PortfolioDetai .relatedProducts ul li {
	width: 200px;
	margin-bottom: 21px;
}

.PortfolioDetai .relatedProducts ul li .imgS {
	width: 200px;
	height: 108px;
}

.PortfolioDetai .relatedProducts ul li .imgS span {
	display: table-cell;
	width: 200px;
	height: 108px;
	vertical-align: middle;
	text-align: center;
}

.PortfolioDetai .relatedProducts ul li .imgS span img {
	max-width: 200px;
	max-height: 108px;
}

.PortfolioDetai .relatedProducts ul li .info .name {
/* 	padding: 0 10px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 28px;
	color: #333;
	font-size: 13px !important;
}

.PortfolioDetai .relatedProducts ul li .info {
	text-align: center;
}

.PortfolioDetai .relatedProducts ul li .info .priceCar {
	height: 28px;
	display: inline-block;

}

.PortfolioDetai .relatedProducts ul li .info .priceCar  a{
	display: block;
	padding: 0 15px;
}


.PortfolioDetai .relatedProducts ul li .info .priceCar span {
	line-height: 28px;
}

.PortfolioDetai .relatedProducts ul li .info .priceCar span.price {
	color: #333;
	font-size: 15px;
}

.PortfolioDetai .relatedProducts ul li .info .priceCar span.car {
	width: 26px;
	height: 20px;
	position: relative;
	top: 4px;
	display: none;
	background: url(../image/car_ico.png) no-repeat;
}

.PortfolioDetai .relatedProducts ul li .priceCar:hover a{
	border: 1px solid #ff0000;
	border-radius: 10px;
}

.PortfolioDetai .relatedProducts ul li .priceCar:hover span.car {
	display: inline-block;
}

.PortfolioDetai .relatedProducts .list {
	width: 196px;
	padding-right: 4px;
	height: 572px;
	overflow: hidden;
	overflow-y: scroll;
}

/*瀹氫箟婊氬姩鏉￠珮瀹藉強鑳屾櫙 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
.PortfolioDetai .relatedProducts .list::-webkit-scrollbar {
	width: 4px;
	height: 7px;
	background-color: #F5F5F5;
}

/*瀹氫箟婊戝潡 鍐呴槾褰�+鍦嗚*/
.PortfolioDetai .relatedProducts .list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	background-color: #c8c8c8;
}

.w1920 {
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
}

.work-pop .carPop {
	width: 1200px;
	height: auto;
	position: absolute;
	background-color: #fff;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	margin-top: -340px;
	border-radius: 6px;
}

.work-pop .carPop .box {
	padding: 50px;
}

.work-pop .carPop .box .img {
	width: 442px;
	height: 442px;
	float: left;
	margin-right: 40px;
	border: 1px solid #f8f8f8;
}

.work-pop .carPop .box .img .modelin {
	width: 442px;
	height: 442px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.work-pop .carPop .box .img .modelin img {
	max-width: 442px;
	max-height: 442px;
}

.work-pop .carPop .box .proCarInfo {
	overflow: hidden;
}

.work-pop .carPop .box .proCarInfo .proTitle {
	color: #333;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.work-pop .carPop .box .proCarInfo .summaryItem .namet {
	width: 60px;
	float: left;
	line-height: 42px;
	display: block;
}

.work-pop .carPop .box .proCarInfo .proformatSelect {
	overflow: hidden;
	max-width: 400px;
}

.work-pop .carPop .box .proCarInfo .proformatSelect input{
	display: none;
}

.work-pop .carPop .box .proCarInfo .proformatSelect .pro_views_label {
	display: inline-block;
    line-height: 33px;
    max-width: 384px;
    height: 36px;
    float: left;
    border: 1px #CCCCCC solid;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    margin-right: 2px;
    margin-bottom: 18px;
    cursor: pointer;
}

.work-pop .carPop .box .proCarInfo .proformatSelect  .pro_views_label.curr {
	border: 1px solid #ff3232;
	background: url(../image/Pay_selecta.png) right bottom no-repeat;
}

.work-pop .carPop .box .proCarInfo .procolourSelect {
	overflow: hidden;
	margin-bottom: 8px;
}
.work-pop .carPop .box .proCarInfo .procolourSelect input{
	display: none;
}
.work-pop .carPop .box .proCarInfo .procolourSelect .pro_views_label{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	position: relative;
	cursor: pointer;
}
.work-pop .carPop .box .proCarInfo .procolourSelect .pro_views_label span{
	display: table-cell;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
.work-pop .carPop .box .proCarInfo .procolourSelect .pro_views_label span img{
	max-width: 38px;
	max-height: 38px;
}
.work-pop .carPop .box .proCarInfo .procolourSelect .pro_views_label.curr{
	border: 1px solid #ff3232;
}
.work-pop .carPop .box .proCarInfo .procolourSelect .pro_views_label .img_i{
	width: 20px;
	height: 19px;
	position: absolute;
	display: none;
	bottom: 0;
	right: 0;
	z-index: 3;
	background: url(../image/Pay_selecta.png) no-repeat;
}
.work-pop .carPop .box .proCarInfo .procolourSelect .pro_views_label.curr .img_i{
	display: block;
}
.work-pop .carPop .box .proCarInfo .wrap-input {
	overflow: hidden;
	width: 78px;
	height: 42px;
	position: relative;
	border: 1px solid #e5e5e5;
}

.work-pop .carPop .box .proCarInfo .wrap-input .buy-num {
	width: 55px;
	height: 40px;
	background: none;
	text-align: center;
	border: none;
}

.work-pop .carPop .box .proCarInfo .wrap-input a {
	border-left: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	width: 22px;
	text-align: center;
	display: block;
	cursor: pointer;
}

.work-pop .carPop .box .proCarInfo .wrap-input a.btn-add {
	height: 20px;
	top: 0;
	border-bottom: 1px solid #e5e5e5;
}

.work-pop .carPop .box .proCarInfo .wrap-input a.btn-reduce {
	bottom: 0;
	line-height: 21px;
}

.work-pop .carPop .box .proprice {
	margin-top: 18px;
}

.work-pop .carPop .box .proprice .price {
	overflow: hidden;
	line-height: 42px;
}

.work-pop .carPop .box .proprice .price span {
	display: block;
	color: #ff3232;
	font-size: 26px;
}

.work-pop .carPop .box .proprice .price span b {
	font-weight: normal;
	font-size: 16px;
	padding-right: 2px;
}

.work-pop .carPop .box .procarBtn {
	margin-top: 18px;
}

.work-pop .carPop .box .procarBtn a {
	display: block;
	text-align: center;
	width: 126px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
}

.work-pop .carPop .box .procarBtn span {
	display: inline-block;
}

.work-pop .carPop .box .procarBtn span.buyBtn {
	margin-right: 30px;
}

.work-pop .carPop .box .procarBtn .buyBtn a {
	background-color: #ff3232;
	color: #fff;
	border: 1px solid #ff3232;
}

.work-pop .carPop .box .procarBtn .addCarBtn a {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: #999999;
}
.viewphtoContent {
	width: 100%;
	height: 100%;
}
.viewphtoContent .box {
	height: 100%;
}
.viewphtoContent .box .phtoItemLeft {
	background-color: #333;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.viewphtoContent .box .phtoItemLeft .flex-viewport {
	width: 100%;
}

.viewphtoContent .box .phtoItemLeft .flex-viewport li {
	width: 100%;
}

.viewphtoContent .box .phtoItemLeft .flex-viewport li .phtoViewli {
	width: 100%;
	position: relative;
}

.viewphtoContent .box .phtoItemLeft .flex-viewport li .phtoViewli .img {
	width: 100%;
	height: 100%;
}


.viewphtoContent .box .phtoItemLeft .flex-viewport li .phtoViewli .img span img {
	max-width: 1456px;
	max-height: 880px;
}

.viewphtoContent .box .phtoItemLeft .flex-viewport li .save {
	position: absolute;
	top: 30px;
	right: 40px;
	width: 128px;
	height: 40px;
	text-align: center;
	background-color: #cdb68e;
	border-radius: 4px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
}

.viewphtoContent .box .phtoItemLeft .flex-viewport li .save a {
	display: block;
	color: #fff;
}

.viewphtoContent .box .phtoItemLeft .flex-direction-nav li a.flex-next {
	right: 20px;
}

.viewphtoContent .box .phtoItemLeft .flex-direction-nav li a.flex-prev {
	left: 20px;
}

.viewphtoContent .box .phtoItemLeft .save-pop-box .save-photo-item img {
	width: 450px;
	height: 338px;
	float: left;
	margin-right: 30px;
}
.viewphtoContent .box .phtoItemLeft .save-pop-box .save-photo-item .photo-set img{
	width: 60px;
	height: 60px;
}
.viewphtoContent .box .phtoItemLeft .save-pop-box .btn-sub span {
    display: inline-block;
    width: 128px;
    height: 40px;
    position: relative;
}
.viewphtoContent .box .reRightDesc{
	width: 398px;
	float: right;
}
.l-wrap.w1366{
	width: 1366px;
	margin: 0 auto;
	position: relative;
}
.PortfolioLeftCheckbox{
	width: 186px;
	float: left;
}
.l-wrap.w1366 .l-tabbox.Portfolio{
	width: 1200px;
	margin-left: 186px;
}
.l-wrap.w1366 .l-result-sum,.l-wrap.w1366 .l_selector,.l-wrap.w1366 .container_name{
	margin-left: 186px;
}
.l-wrap.w1366 .l-result-sum{
	height: auto;
	overflow: hidden;
}
.PortfolioLeftCheckbox .submitBtn.fixed{
	z-index: 9;
	bottom: 0;
	top: auto;
}
.PortfolioLeftCheckbox .submitBtn a{
	width: 186px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #ccb58d;
}
.brandSelect{
	float: right;
	height: 36px;
	margin-top: 16px;
}
.brandSelect span.ti{
	width: 52px;
	line-height: 36px;
	display: block;
	float: left;
	color: #333;
	font-weight: bold;
}
.brandSelect .selectItem{
	float: left;
	height: 36px;
}
.brandSelect .selectItem .selectLi{
	width: 144px;
	float:left;
	margin-right: 10px;
}
.brandSelect .selectItem .selectLi  select{
	width: 142px;
	height: 34px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: 1px solid #f3f3f3;
	padding: 0 10px;
	color: #666;
	line-height: 34px;
	background: url(../image/dorp.png) 120px center no-repeat;
}
.l_selector .f-choice{
	width: 138px;
	float: left;
	text-align: center;
	padding-top: 18px;
	position: relative;
}
.l_selector .f-choice .textSelect{
	display: inline-block;
	background-color: #cdb68e;
	line-height: 30px;
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 4px;
}
.l_selector .f-choice .userstatus{
	width: 118px;
	padding:16px 10px;
	position: absolute;
    background-color: #fff;
    box-shadow: 1px 1px 3px #f7f7f7;
    left:0;
    top: 50px;
    z-index: 9999;
	text-align: center;
	display: none;
}
.l_selector .f-choice .userstatus a{
	display: block;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}
.work-pop .moreSelect{
	width: 800px;
	height: 590px;
	background-color: #fff;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -295px;
}
.work-pop .moreSelect .topTableBox{
	height: 500px;
}
.work-pop .moreSelect .topTableBox .tabls{
	width: 178px;
	height: 500px;
	float: left;
	background-color: #f5f5f5;
	border-radius: 6px 0 0 0;
	overflow: hidden;
	overflow-y: auto;
}
.work-pop .moreSelect .topTableBox .tabls ul li{
	width: 178px;
	height: 58px;
	border-bottom: 1px solid #f1efea;
}
.work-pop .moreSelect .topTableBox .tabls ul li a{
	display: block;
	line-height: 58px;
	color: #333;
	font-size: 16px;
	text-indent: 30px;
	background: url(../image/read_back.png) 150px center no-repeat;
}
.work-pop .moreSelect .topTableBox .tabls ul li.curr a{
	background-color: #cdb68e;
	color: #fff;
}
.work-pop .moreSelect .topTableBox .tabls ul li:nth-child(1).curr a{
	border-radius: 6px 0 0 0;
}
.work-pop .moreSelect .SelectConent{
	width: 622px;
	float: left;
	height: 450px;
}
.work-pop .moreSelect .SelectConent .item{
	display: none;
	padding: 30px 0 0 20px;
}
.work-pop .moreSelect .SelectConent .item .tabTitle{
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin-bottom: 30px;
}
.work-pop .moreSelect .SelectConent dl{
	overflow: hidden;
}
.work-pop .moreSelect .SelectConent .item dl dd{
	width: 250px;
	float: left;
	margin-bottom: 16px;
}
.work-pop .moreSelect .SelectConent .item .SelectColor,.work-pop .moreSelect .SelectConent .item .Selectsize{
	height: 250px;
	overflow: hidden;
	overflow-y: auto;
}
.work-pop .moreSelect .SelectConent .item  dl dd{
	height: 22px;
}
.work-pop .moreSelect .SelectConent .item  dl dd a{
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.work-pop .moreSelect .SelectConent .item .SelectColor dl dd img{
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	margin-right: 10px;
}

.work-pop .moreSelect .SelectConent .item  dl dd.active a{
	color: #cdb68e;
}
.work-pop .moreSelect .selectValue{
	position: absolute;
	left: 188px;
	bottom: 98px;
	max-height: 120px;
	overflow: hidden;
	overflow-y: auto;
}
.work-pop .moreSelect .selectValue dd{
	border-radius: 20px;
	line-height: 30px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 0 34px 0 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(../image/close_label_a.png) 80% center no-repeat;
	background-color: #cdb68e;
}
.work-pop .moreSelect .selectValue a{
	color: #fff;
}
.work-pop .moreSelect .selectValue a img{
	display: none;
}
.work-pop .moreSelect .bottomOperate{
	height: 88px;
	padding: 0 40px;
	border-top: 1px solid #e5e5e5;
}
.work-pop .moreSelect .bottomOperate .selectcount{
	float: left;
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 88px;
}
.work-pop .moreSelect .bottomOperate .OperateBtn{
	overflow: hidden;
	text-align: right;
	padding-top: 20px;
}
.work-pop .moreSelect .bottomOperate .OperateBtn a{
	display: inline-block;
	line-height: 36px;
	width: 124px;
	text-align: center;
	border-radius: 4px;
}
.work-pop .moreSelect .bottomOperate .OperateBtn a.empty{
	border: 1px solid #cdb68e;
	color: #cdb68e;
}
.work-pop .moreSelect .bottomOperate .OperateBtn a.submit{
	border: 1px solid #cdb68e;
	background-color: #cdb68e;
	color: #fff;
	margin-left: 26px;
}
.work-pop .moreSelect .SelectConent .item ul li a{
	display: inline-block;
	color: #333333;
	font-size: 14px;
}
.work-pop .moreSelect .SelectConent .item ul li a.curr{
	background-color: #f5f0e9;
	border-radius: 20px;
	padding: 0 6px;
}
.l-wrap.w1366 .moreSelectcenter{
	width: 1200px;
	margin-left: 166px;
	margin-top: 18px;
	height: auto;
}
.l-wrap.w1366 .moreSelectcenter .serSelectDorp{
	width: 142px;
	float: left;
	margin-right: 10px;
}
.l-wrap.w1366 .moreSelectcenter .searchable-select-dropdown{
	left: 0;
}
.l-wrap.w1366 .moreSelectcenter .searchable-select-input{
	display: none;
}
.l-wrap.w1366 .moreSelectcenter .morePop{
	width: 142px;
	background-color: #fff;
	height: 32px;
	float: left;
	border: 1px solid #f3f3f3;
	position: relative;
}
.l-wrap.w1366 .moreSelectcenter .morePop a{
	color: #555;
	line-height: 32px;
	font-size: 14px;
	display: block;
	font-weight: normal;
	padding-left: 14px;
}
.l-wrap.w1366 .moreSelectcenter .morePop .dorp{
	position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border-color: black transparent transparent transparent;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 5px;
    margin: auto;
    right: 10px;
}

.releaseBtn{
	width: 147px;
	float: right;
}
.releaseBtn a{
	display: block;
	height: 40px;
	text-indent: -999999px;
	background: url(../image/release_btn.png) no-repeat;
}
.viewphtoPop .viewer{
	position: relative;
    height: 100%;
    z-index: 1;
    margin-right: 398px;
    overflow: hidden;
	background-color: #333;
}
.viewphtoPop .viewer .viewImg{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.viewphtoPop .viewer .viewImg img{
	max-width: 100%;
	max-height: 100%;
}
.viewphtoPop .viewer .flex-direction-nav li a.flex-next{
	right: 20px;
}
.viewphtoPop .flex-direction-nav li a.flex-prev{
	left: 20px;
}
.viewphtoPop .viewer .img{
	position: relative;
}
.viewphtoPop .viewer .img .save{
	width: 128px;
    height: 40px;
    text-align: center;
    background-color: #cdb68e;
    border-radius: 4px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
	position: absolute;
	top: 32px;
	right: 40px;
	display: none;
}
.viewphtoPop .viewer .img .save a{
	display: block;
    color: #fff;
}
.viewphtoPop .viewer .img:hover .save{
	display: block;
}
.viewphtoPop .viewer .save-pop-box{
	left: 50%;
	margin-left: -440px;
}
.viewphtoPop .viewer  .save-pop-box h3 {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 18px;
    white-space: pre-wrap;
}
.viewphtoPop .viewer .save-pop-box .default {
    width: 450px;
    height: 338px;
    float: left;
    margin-right: 30px;
}
.viewphtoPop .viewer .save-pop-box .btn-sub span{
	display: inline-block;
	width: 142px;
}
.viewphtoPop .descColumn{
	overflow-y: auto;
    overflow-x: hidden;
    width:398px;
    background: #fff;
    position: absolute;
    height: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    border-top: none;
}
.viewphtoPop .descColumn .PortfolioDetai .relatedProducts{
	width: 360px;
	float: none;
	margin:0 auto;
}
.viewphtoPop .descColumn .PortfolioDetai .relatedProducts ul li{
	width: 180px;
	float: left;
}
.viewphtoPop .descColumn .PortfolioDetai .imgS{
	width: 180px;
}
.viewphtoPop .descColumn .PortfolioDetai .relatedProducts .list{
	width:360px;
	height: auto;
	overflow: hidden;
	margin-right: 0;
}
.viewphtoPop .descColumn .userInfo{
	padding:30px 30px 0 30px;
}
.viewphtoPop .descColumn .userInfo h2{
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.viewphtoPop .descColumn .userInfo .userBox img{
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
}
.viewphtoPop .descColumn .userInfo .userBox .con{
	overflow: hidden;
}
.viewphtoPop .descColumn .userInfo .userBox .namrT{
	color: #333;
	font-size: 18px;
}
.viewphtoPop .descColumn .userInfo .userBox  .tips{
	color: #999;
	font-size: 12px;
	text-indent: 0;
}
.viewphtoPop .descColumn .userInfo .descBox{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin: 18px 0;
}
.viewphtoPop .popClose{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	z-index: 999;
	background: url(../image/close_a.png) no-repeat;
}
/**/
.PortfolioLeftCheckbox .column-left{
	width: 166px;
}
.column-filter h2{
	color: #333;
	font-weight: bold;
	margin-bottom:8px;
}
.column-filter h3{
	color: #333;
	margin-bottom: 6px;
}
.column-filter>ul {
	overflow: hidden;
	margin-bottom:16px;
}
.column-filter>ul>li {
	overflow: hidden;
}
.column-filter>ul>li .expander {
	display: block;
	top: 0;
	right: 0;
	position: absolute;
	color: #515151;
	font-size: 16px;
	padding:20px 12px 10px 10px;
	background: transparent;
	text-align: right;
	width: 100%;
	border: 0;
	cursor: pointer;
	background: url(../image/arrow_drop.png) 140px center no-repeat;
}
.column-filter>ul>li.open .expander{
	background: url(../image/arrow_rise.png) 140px center no-repeat;
}
.column-filter>ul>li.open ul {
	margin-top: 10px;
	overflow-y: auto;
	max-height: 400px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: "alpha(Opacity=100)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity = 100)";
}
.column-filter>ul li {
	position: relative;
	padding: 5px 23px 8px 20px;
	color: #000;
	font-size: 16px;
}
.column-filter>ul li label {
	color: #000;
	font-size: 14px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.column-filter>ul li>ul li label{
	color: #333;
	font-size: 12px;
}
.column-filter>ul li>ul li{
	padding: 5px 23px 8px 30px;
}
.column-filter>ul li span {
	display: none;
}
.column-filter>ul li input {
	position: absolute;
	margin: 4px 5px 0 -18px;
}
.column-filter>ul li ul {
	margin: 0 -23px 0 -30px;
	position: relative;
	max-height: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: "alpha(Opacity=0)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity = 0)";
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.column-filter>ul li.open ul {
	margin-top: 10px;
	overflow-y: auto;
	max-height: 400px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: "alpha(Opacity=100)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity = 100)";
}
.column-filter>ul:not(.column-filter) input[type="checkbox"],
.column-filter>ul:not(.column-filter) input[type="radio"] {
	visibility: hidden;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
.column-filter>ul:not(.column-filter) input[type="checkbox"]+label,
.column-filter>ul:not(.column-filter) input[type="radio"]+label {
	cursor: pointer;
}
.column-filter>ul:not(.column-filter) input[type="checkbox"]+label:before,
.column-filter>ul:not(.column-filter) input[type="radio"]+label:before {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 -18px;
	content: '';
	width: 11px;
	height: 11px;
	text-align: center;
	line-height: 11px;
	border: 1px solid #b7b7b7;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	position: relative;
}
.column-filter>ul input[type="checkbox"]+label:before {
	background-color: #fff;
}
.column-filter>ul input[type="checkbox"]:checked+label:before {
	content: "√";
	font-weight: normal;
	color: #000;
	border-color: #000;
	font-size: 12px;
}
.item-img-abbr {
	text-align: left;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: rgba(255,255,255,.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff,endColorstr=#b3ffffff);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff,endColorstr=#b3ffffff);
    color: #cdb68e;
    font-size: 14px;
    padding-right: 7px;
    padding-left: 7px;
    line-height: 28px;
    z-index: 2;
    font-weight: bold;
}
.item-img-abbr i{
	display: inline-block;
    display: inline;
    zoom: 1;
    text-decoration: none;
    padding: 5px 0 5px 5px;
    color: #cdb68e;
    background: none;
}
.jump-library-item{
	cursor: pointer;
    display: block;
    width: 330px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    background: #ccb590;
}
.bind-phone-box {
	background-color: #fff;
	border-radius: 12px;
	width: 600px;
	height: 580px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -290px;
}
.bind-phone-box .bind-phone-title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;	
    margin-bottom: 50px;
}

.bind-phone-pop{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 99999;
}

.bind-phone-pop.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.bind-phone-pop ul li{
	line-height: 60px;
    text-align: center;
}
.bind-phone-pop ul li button{
	width: 98px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    color: #fff;
    background-color: #cdb68e;
    border: none;
}
.choose-roles{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 99999;
}

.choose-roles.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.choose-roles-box {
	background-color: #fff;
    border-radius: 12px;
    width: 600px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -75px;
    padding: 10px;
}
.choose-roles-box .choose-roles-title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;	
    margin-bottom: 50px;
}
.choose-roles-content {
    margin: 30px 0px 20px 0px;
	text-align: center;
}
.choose-roles-content span{
	width:200px;
	padding: 10px;
}
.choose-roles-content span label{
	color:#5d5d5d;
    cursor: pointer;
}

.choose-roles-submit{
	text-align: center;
    width: 100%;
    line-height: 30px;
    margin-top: 40px;
}
.choose-roles-submit a{
	background-color: #cdb68e;
    color: white;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
}
.con-product-list ul li {
	width: 86px;
	height: 86px;
	float: left;
	margin-right: 16px;
	margin-bottom: 12px;
	position: relative;
}

.con-product-list ul li:nth-child(4n) {
	margin-right: 0;
}

.con-product-list ul li .img {
	display: table-cell;
	width: 84px;
	height: 84px;
	border: 1px solid #eee;
	text-align: center;
	vertical-align: middle;
}

.con-product-list ul li .img img {
	max-width: 84px;
	max-height: 84px;
	vertical-align: middle;
}

.con-product-list ul li.last-addPro a {
	display: block;
	width: 86px;
	height: 86px;
	background: url(../image/uploadButton.png) no-repeat;
	text-indent: -99999px;
}

.con-product-list ul li a {
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	top: -3px;
	right: -3px;
	background: url(../image/delete_red.png) no-repeat;
	text-indent: -999999px;
}
.rele-pro{
	margin-top:20px
}
.product-icon{
    position: absolute;
    left: 15px;
    bottom: 45px;
    width: auto;
    height: 20px;
    background: rgba(255,255,255,.7);
    border-radius: 4px;
    padding: 2px;
}

.product-icon u{
    text-decoration: none;
}
.product-icon u>a{
    margin-left : 4px;
}
.product-icon u>i{
    color:#1895d5;
}
