@charset "utf-8";

body {
	font-family: "Microsoft Yahei", arial, "宋体" !important;
	font-size: 14px;
	color: #333333;
}

body, div, p, ul, li, button, a, input, img, h3, h1, h2, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: content-box;
}

img {
	border: none;
}

button, input {
	border: none;
}

input, textarea, button {
	font-family: "Microsoft Yahei", arial, "宋体";
	font-size: 14px;
}

input:focus, button:focus {
	outline: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #aaa;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #aaa;
}
input:-ms-input-placeholder{
	color: #aaa;
}
input::-webkit-input-placeholder{
	color: #aaa;
}
textarea:-ms-input-placeholder{
	color: #aaa;
}
textarea::-webkit-input-placeholder{
	color: #aaa;
}

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

a:hover {
	color: #c12b24;
	text-decoration: none;
}

.f-c {
	clear: both;
}

.f-cb:after, .f-cbli li:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}

.f-cb, .f-cbli li {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

li {
	list-style: none;
}

.red {
	color: #c7080d;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.wid {
	width: 1210px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.mlfu {
	margin-left: -4px;
}

.hideen {
	display: none;
}

.fs-12 {
	font-family: "Microsoft YaHei", arial !important;
	font-size: 12px !important;
	color: #666;
	vertical-align: text-top;
}

.mt30 {
	margin-top: 30px;
}

.mt20 {
	margin-top: 20px;
}

.gray888 {
	color: #888;
}
/*shortcut*/
.shortcut {
	width: 100%;
	height: 34px;
	background: #f7f7f7;
	font-size: 12px;
	font-family: "Microsoft YaHei", arial;
	line-height: 34px;
}

.shortcut li {
	float: left;
	padding-right: 8px;
	padding-left: 16px;
	/*margin-top: 8px;*/
}

.border-right {
	border-right: 1px solid #666666;
}

.shortcut li.in-ddan {
	padding-left: 20px;
	position: relative;
}

.shortcut li.in-ddan:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 15px;
	background: url(../../../img/top-icon1.png) no-repeat center center;
	top: 9px;
	left: 7px;
}

.shortcut li.in-scang {
	padding-left: 26px;
	position: relative;
}

.shortcut li.in-scang:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 16px;
	background: url(../../../img/top-icon3.png) no-repeat center center;
	top: 9px;
	left: 9px;
}

.shortcut li.in-cellicon {
	padding-left: 22px;
	position: relative;
}

.shortcut li.in-cellicon:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 16px;
	background: url(../../../img/top-icon2.png) no-repeat center center;
	top: 9px;
	left: 7px;
}

.shortcut li.in-help {
	padding-left: 24px;
	position: relative;
}

.shortcut li.in-help em {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../../img/indexV6/img/top-icon-help.png) no-repeat center center;
	position: absolute;
	top: 11px;
	left: 8px;
}

.cshi {

}

.cshi-rig {
	font-style: normal;
	height: 6px;
	overflow: hidden;
	font-size: 15px;
	display: inline-block;
	width: 16px;
	position: relative;
}

.cshi-rig s {
	text-decoration: none;
	position: absolute;
	top: -16px;
}

.near-ml {
	margin-left: 12px;
}

.shortcut li.in-topline {
	padding: 0px 0px 0px 0px;
	color: #ddd;
}
.shortcut li.tele-phone{
	padding-left: 10px;
}
.shortcut li.tele-phone span{
	color:#404040;
	font-size: 16px;
	font-weight: bold;
	margin-left: 8px;
}

.in-dropdown {
	position: relative;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.dropdown-layer {
	position: absolute;
	width: 150px;
	top: 34px;
	left: -133px;
	background: #fff;
	border: 1px solid #ddd;
	background: #fff;
	z-index: 99;
	box-sizing: border-box;
	padding: 10px;
	border-top: none;
}

.rotate {
	transition: transform .1s ease-in 0s;
	-webkit-transition: -webkit-transform .1s ease-in 0s;
}

.dropdown-layer {
	display: none;
	padding-bottom: 8px;
}

.dropdown-layer .item-client {
	font-weight: 700;
	padding-left: 10px;
}

.dropdown-layer .drop-item {
	display: inline-block;
	width: 90px;
	float: left;
	padding-left: 16px;
	line-height: 26px;
	box-sizing: border-box;
	margin-left: -10px;
}

.dropdown-layer .drop-item:hover {
	background-color: #fafafa;
}

.dropdown-layer .drop-item a:hover {
	color: #333;
}

.in-dropdown:hover .rotate {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.in-dropdown:hover {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height: 35px;
}

.in-dropdown:hover .dropdown-layer {
	display: block;
}

/*search*/
.new-search-con {
	margin-top: 35px;
}

.near-search {
	height: 40px;
	float: right;
	margin-top: 10px;
}

.near-search .near-search-lef {
	border: 1px solid #c7080d;
	border-right: 0;
}

.near-search-lef .near-drop-type {
	width: 82px;
	padding-left: 15px;
	color: #b2b2b2;
	border-right: 1px solid #e0e0e0;
	box-sizing: border-box;
	position: relative;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.arrowdown-icon {
	display: inline-block;
	width: 12px;
	height: 7px;
	background: url(../../../img/indexV6/img/new-arrowdown-icon.png) no-repeat center center;
	margin-left: 5px;
	transition: transform .1s ease-in 0s;
	-webkit-transition: -webkit-transform .1s ease-in 0s;
}

.near-drop-type ul {
	position: absolute;
	border: 1px solid #E0E0E0;
	width: 83px;
	top: 40px;
	left: -1px;
	box-sizing: border-box;
	display: none;
	z-index: 99;
	background-color: #fff;
}

.near-drop-type ul li {
	cursor: pointer;
	line-height: 30px;
	background: #fff;
	padding-left: 15px;
	color: #595656;
}

.near-drop-type ul li:hover {
	background: #f7f7f7;
}

.near-search-lef .near-drop-type:hover ul {
	display: block;
}

.near-search-lef .near-drop-type:hover .arrowdown-icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.near-search-lef .near-drop-input {
	width: 421px;
	height: 34px;
	line-height: 34px;
	color: #B2B2B2;
}

.near-search-lef .near-drop-input input {
	width: 421px;
	height: 34px;
	line-height: 34px;
	color: #B2B2B2;
	box-sizing: border-box;
	padding-left: 10px;
}

.near-search-lef .near-drop-input input:focus {
	outline: none;
}

.near-search .ni-btn-icon {
	display: inline-block;
	width: 120px;
	height: 36px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #c12b24;
	cursor: pointer;
	color: #fff;
}
.near-search .ni-btn-demand{
	width: 124px;height: 32px;margin-left: 18px;cursor: pointer;
	background: #fff;font-size: 16px;color: #c12b24;border: 2px solid #c12b24;
}
.near-search .ni-btn-demand:hover{
	background: #c12b24;color: #fff;
}
/* .near-search .ni-btn-icon:hover{
	 background: #909399;
} */
.my-auction {
	position: relative;
}

.my-auction .dt {
	cursor: pointer;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #E0E0E0;
	color: #7f7f7f;
}

.near-top-h {
	margin-left: 20px;
	margin-top: 8px;
}
/*导航*/
.auction-nav {
	width: 100%;
	min-width:1210px;
	border-bottom: 2px solid #c12b24;
	margin-top: 20px;
}
.auction-nav--after:after{
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}
.auction-nav-left{
	float:left;
	width:180px;
	height:38px;
	line-height: 38px;
	background: #c12b24;
	font-weight: bold;
	font-size: 18px;
	color:#fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.auction-nav-left:hover .auc-categorys{
    display: block;
}
.auction-nav-left i{
	width: 20px;
	height: 15px;
	background: url(../../../img/indexV6/img/classify.png) no-repeat center center;
	display: inline-block;
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: -1px;
}
.auction-nav .auction-nav-list{
	float: left;
	width: 980px;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	margin-left: 40px;
}
.auction-nav .auction-nav-list li {
	float: left;
	font-size: 18px;
	font-weight:bold;
	margin-right: 44px;
}
.auction-nav .auction-nav-list li:last-child{
	margin-right: 0;
}
.auction-nav .auction-nav-list li a {
	color: #333;
}

.auction-nav .auction-nav-list li.anl-cur a {
	color: #C7080D;
}

/*底部*/
.new-footer {
	background: #fff;
	padding: 40px 0px 80px 0px;
	min-width: 1210px;
	border-top:2px solid #c12b24;
}
.new-footer-icon{
	text-align: center;
	padding-bottom: 48px;
}

.new-footer-item {
	width: 180px;
	margin-left: 68px;
}

.new-footer-item .dt-foot {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 36px;
}

.new-footer-list .new-footer-item .dd-foot {

}

.new-footer-list .new-footer-item .dd-foot a {
	display: block;
	color: #808080;
	line-height: 26px;
}
/* .dd-foot a{
	width:56px
} */
.new-footer-list .new-footer-item .dd-foot a:hover {
	color: #333;
}

.new-footer-weibo, .new-footer-weixin, .new-footer-app {
	margin-right: 8px;
	display: inline-block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	margin-top: 4px;
	position: relative;
}

.new-footer-weibo i {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../../../img/new-weibo-icon1.png) no-repeat center center;
	/* transition: all 0.2s ease 0s; */
}

.new-footer-weibo:hover i {
	background: url(../../../img/new-weibo-icon2.png) no-repeat center center;
}

.new-footer-weixin i {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../../../img/new-wei-icon1.png) no-repeat center center;
	/* transition: all 0.2s ease 0s; */
}

.new-footer-weixin:hover i {
	background: url(../../../img/new-wei-icon2.png) no-repeat center center;
}

.new-footer-app i {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../../../img/indexV6/img/new-app-icon.png) no-repeat center center;
	/* transition: all 0.2s ease 0s; */
}

.new-footer-app:hover i {
	background: url(../../../img/indexV6/img/new-app-icon2.png) no-repeat center center;
}

.new-weibo-code, .new-weixin-code, .new-app-code {
	position: absolute;
	top: 20px;
	left: 36px;
	background: #fff;
	width: 120px;
	height: 120px;
	z-index: 99;
	box-sizing: border-box;
	padding: 5px;
	display: none;
}

.new-weibo-code img, .new-weixin-code img, .new-app-code img {
	width: 110px;
	height: 110px;
}

.new-footer-weibo:hover .new-weibo-code, .new-footer-weixin:hover .new-weixin-code,
	.new-footer-app:hover .new-app-code {
	display: block;
}

.new-foot-copy {
	margin-top: 30px;
	padding-top: 18px;
}

.new-foot-copy .foot-copy-lef {
	color: #999;
	padding-top: 5px;
	line-height: 24px;
    text-align: center;
}

.new-foot-copy .foot-copy-lef a{
	color: #999;
}
.new-foot-copy .foot-copy-lef a:hover{
	color: #333;
}

.new-foot-copy .foot-copy-rig {
	width: 230px;
	color: #808080;
	border-top: 1px solid #555;
	padding-top: 10px;
	box-sizing: border-box;
	padding-left: 58px;
	position: relative;
}

.new-foot-copy .foot-copy-rig:before {
	position: absolute;
	content: "";
	width: 52px;
	height: 50px;
	background: url(../../../img/new-cell-icon.png) no-repeat center center;
	left: 0px;
}

.new-foot-copy .foot-copy-rig span {
	font-weight: bold;
	font-size: 24px;
}
/*底部调整*/
.new-footer-list {
	border-top: 1px solid #ededed;
	padding-top: 20px;
}

.new-footer-bottom {
	margin-top: 6px;
	width: auto;
}

.dd-foot {
	color: #808080;
}

.fmr {
	margin-top: 6px;
}

.footer-code {
	display: inline-block;
	text-align: center;
	color: #808080;
	line-height: 22px;
}

/*7.30*/
.new-footer-list .new-footer-last {
	width: 84px;
}

.fline {
	margin: 0px 4px;
}

/*right-icon*/
.com-rig-icons {
	position: fixed;
	right: 0;
	z-index: 99;
	top: 0;
	background: #333;
	height: 100%;
}

.com-rig-icons li {
	width: 34px;
	height: 34px;
	cursor: pointer;
	position: relative;
	margin-top: -1px;
	margin-bottom: 8px;
	font-size: 12px;
	text-align: center;
}

.com-rig-icons li i {
	display: inline-block;
	width: 34px;
	height: 34px;
	/*background: url(../../../img/indexV6/img/right-icons.png) no-repeat;*/
	/* transition: all 0.4s ease 0s; */
}
.com-rig-icons li .com-icon-left{
    display: none;
    position:absolute;
    left:-65px;
    width:65px;
    height:34px;
    line-height: 34px;
    background: #c12b24;
    color:#fff;
    border-top-left-radius: 2px;
    border-bottom-left-radius  : 2px;
}
.com-rig-icons li.com-rig-icon1 i {
	background-position: 0px 0px;
}

.com-rig-icons li.com-rig-icon2 i {
    width:34px;
    height:34px;
    background: url(../../../img/indexV6/img/navRight/man.png) no-repeat center center;
}
.com-rig-icons li.com-rig-icon3 .com-icon-left{
	left:-75px;
	width:75px;
}
.com-rig-icons li.com-rig-icon3 i {
    width:34px;
    height:34px;
    background: url(../../../img/indexV6/img/navRight/jingjia.png) no-repeat center center;
}
.com-rig-icons li.com-rig-icon7 i{
    width:34px;
    height:34px;
    background: url(../../../img/indexV6/img/navRight/kefu.png) no-repeat center center;
}
.com-rig-icons li.com-rig-icon8 i{
	width:34px;
	height:34px;
	background: url(../../../img/indexV6/img/navRight/xiaochengxu.png) no-repeat center center;
}

.com-rig-icons li.com-rig-icon4 i {
	width:34px;
	height:34px;
	background: url(../../../img/indexV6/img/navRight/shoucang.png) no-repeat center center;
}

.com-rig-icons li.com-rig-icon5 i {
    width:34px;
    height:34px;
    background: url(../../../img/indexV6/img/navRight/weixin.png) no-repeat center center;
}

.com-rig-icons li.com-rig-icon6 i {
    width:34px;
    height:34px;
    background: url(../../../img/indexV6/img/navRight/dingbu.png) no-repeat center center;
}

.com-rig-icons li.com-rig-icon1:hover i {
	background-position: -54px 0px;
}

.com-rig-icons li:hover {
    background:#c12b24;
}
.com-rig-icons li:hover .com-icon-left{
    display: inline-block;
}

.com-rig-weixin {
	position: absolute;
	width: 120px;
	height: 140px;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	top: -40px;
	left: -120px;
	/*opacity: 0;
   filter:alpha(opacity=0);*/
	display: none;
	transition: all 0.4s ease 0s;
	border: 1px solid #e5e5e5;
	color:#333;
}

.com-rig-weixin img {
	width: 100px;
	height: 100px;
}
.com-rig-icons li.com-rig-icon5:hover .com-rig-weixin {
	/*opacity: 1;
	filter:alpha(opacity=100)*/
	display: block;
}
.com-rig-icons li.com-rig-icon8:hover .com-rig-weixin {
	/*opacity: 1;
	filter:alpha(opacity=100)*/
	display: block;
}
/*left-position*/
.com-lef-tab {
	position: fixed;
	left: 10px;
	top: 100px;
	width: 41px;
}

.com-lef-tab li {
	width: 41px;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 4px;
	background: #fff;
}

.com-lef-tab li a {
	width: 35px;
	display: block;
	padding: 3px;
	text-align: center;
	font-family: "Microsoft YaHei", arial;
	font-size: 12px;
	line-height: 18px;
	background: #fff;
}

.com-lef-tab li.com-lef-on a {
	background: #C7080D;
	color: #fff;
}

/*分页*/
.near-fenye {
	margin: 10px 261px 10px;
}

.near-fenye-list {

}

.near-fenye-list li {
	float: left;
	margin-left: 10px;
	border: 1px solid #e5e3e3;
	color: #C7080D;
	padding: 0px 12px;
	height: 32px;
	line-height: 32px
}

.near-fenye-list li.near-fenye-gray {
	color: #bbb;
}

.near-fenye-list li.near-fenye-on {
	color: #fff;
	background: #C7080D;
}

.near-fenye-list li.near-fenye-chck {
	color: #333;
	position: relative;
	padding-right: 4px;
}

.near-fenye-list li.near-fenye-chck .near-fenye-arrow {
	border-left: 1px solid #e5e3e3;
	background: url(../../../img/indexV6/img/new-arrowdown-icon.png) no-repeat center center;
	display: inline-block;
	padding: 0px 8px;
	height: 32px;
	float: right;
	margin-left: 8px;
	padding-left: 18px;
	cursor: pointer;
}

.fenye-check-num {
	background-color: #fff;
	top: 33px;
	left: -1px;
	position: absolute;
	width: 112px;
	border: 1px solid #eee;
	box-sizing: border-box;
	padding-left: 10px;
	border-top: 0;
}

.near-feny-l {
	width: 94px;
}

.fenye-check-num .fenye-item {
	cursor: pointer;
	display: none;
}

/*7.25*/
.shortcut li.in-transaction {
	position: relative;
	padding-left: 24px;
}

/*.shortcut li.in-transaction:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(../../../img/indexV6/img/index-icon4.png) no-repeat center center;
	position: absolute;
	top: 9px;
	left: 5px;
}*/

.shortcut li.in-xiaosi {
	background: url(../../../img/indexV6/img/index-icon5.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 7px;
}

.dropdown-help {
	width: 92px;
	border-top: 0px;
}

.dropdown-layer .drop-item { /* padding-left: 16px; */

}

.app-word {
	line-height: 16px;
	text-align: left;
	color:#333;
	font-size:12px;
}

/*搜索*/
.near-search-lef {
	position: relative;
}

.new-search-hot {
	position: absolute;
	width: 405px;
	background: #fff;
	z-index: 99;
	behavior: url(../../../js/indexV6/r1/PIE.htc);
	box-shadow: 0px 0px 4px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	padding: 8px;
	top: 41px;
	left: 0;
	display: none
}

.new-search-hot-help {
	position: absolute;
	width: 430px;
	background: #fff;
	z-index: 99;
	behavior: url(../../../js/indexV6/r1/PIE.htc);
	box-shadow: 0px 0px 4px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	padding: 8px;
	top: 41px;
	display: none
}

.new-hot-word {
	margin: 4px 0px 8px -30px;
}

.new-hot-word a {
	font-size: 12px;
	font-family: "Microsoft YaHei", arial;
	margin-left: 35px;
}

.new-hot-list {

}

.new-hot-item {
	width:100%;
}

.new-hot-item li {
	border-top: 1px solid #f5f5f5;
	height: 28px;
	line-height: 28px;
	color: #888;
	float:none;
}

.new-hot-item li a {
	color: #888;
	display: inline-block;
	width: 396px;
	overflow: hidden;
	height: 30px;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-hot-item li a:hover {
	color: #f15a5c !important;
}

.new-hot-item li span {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding-left: 2px;
	line-height: 16px;
	color: #fff;
	background: #c2c2c2;
	border-radius: 2px;
	font-style: italic;
	box-sizing: border-box;
	margin-right: 4px;
	vertical-align: middle;
}

.new-hot-item li.new-hot-top span {
	background: #f15a5c;
}

.new-hot-close {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	top: 10px;
	right: 10px;
	font-size: 24px;
	color: #333;
	cursor: pointer;
}

.hot-red {
	color: #f15a5c;
}

/*7.30*/

@media only screen and (max-width: 1440px) {
	.new-weibo-code, .new-weixin-code, .new-app-code {
		left: -120px;
	}
}

#kkpager {
	text-align: center;
}

.cshi li {
	padding-left: 0px;
}

.foot-follow {
	padding-top: 20px;
	text-align: center;
}

.foot-follow a {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
}

.foot-follow .fline {
	color: #747474;
}

.foot-follow1 {
	width: 111px;
	background: url(../../../img/indexV6/img/foot-follow1.png) no-repeat center center;
}

.foot-follow2 {
	width: 128px;
	background: url(../../../img/indexV6/img/foot-follow2.png) no-repeat center center;
}

.foot-follow5 {
	width: 171px;
	background: url(../../../img/indexV6/img/foot-follow5.png) no-repeat center center;
}

.foot-follow6 {
	width: 151px;
	background: url(../../../img/indexV6/img/foot-follow6.png) no-repeat center center;
}

.foot-follow7 {
	width:111px;
	background: url(../../../img/indexV6/img/foot-follow7.png) no-repeat center center;
}

.foot-follow8 {
	width: 111px;
	background: url(../../../img/indexV6/img/foot-follow8.png) no-repeat center center;
}

.foot-dd {
	width: 56px;
}

.Dcovered {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,
		endColorstr=#33000000);
}

.auc-categorys-lef{
	background-color: #fff;
}
.near-index-ad{
	position: relative;
	z-index: 66;
}
.width100hide{
	widows: 100%;
	position: relative;
	overflow: hidden;
}
.width100hide .width1920{
	width: 1920px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	text-align: center;
}
.newyear-top{height: 80px;min-width: 1210px;}


.fenye-check-num .fenye-item{
	cursor: pointer;
	display: none;
}

.fs{
	position: relative;
	background: #f4f4f4;
}
.fs-act{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 621px;
}
.fs-act span{
	display: block;
	height: 612px;
}
.fs .wid{
	position: relative;
	z-index: 66;
}

.online-service {
	position: fixed;
	max-width: 30px;
	max-height: 120px;
	right: 30px;
	bottom: 330px;
	cursor: pointer;
	overflow: visible;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 9990;
}
#YSF-CUSTOM-ENTRY-1 {
	position: relative;
	bottom: 24px;
	width: auto;
	background-color: #d80606;
	border-radius: 14px;
	box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
}
#YSF-CUSTOM-ENTRY-1 img {
	width: 28px;
	height: auto;
}


/*
预约看样弹出框
*/
#release_require {
	display: none;
	width: 480px;
	height: 540px;
	padding: 10px 30px;
}

#release_require .content_row {
	margin: 10px;
}

#release_require .content_row label {
	vertical-align: top;
	font-weight: normal;
	display: block;
	text-align: left;
	font-size: 16px;
	color: #333;
}

#release_require .content_row label span {
	color: #d60000;
	margin-left: 10px;
}

#release_require .content_row input{
	width: 300px;
	height: 32px;
	border: 1px solid #aaa7a7;
	border-radius: 2px;
	margin-top:10px;
	padding-left: 10px
}
#release_require .content_row span.transfer_service{
	display: inline-block;padding-top: 2px;
}
#release_require .content_row label.label-radio.active{
	border-color:#c12b24;
	background:#fff url(../../../img/indexV6/img/icon-correct.png) no-repeat bottom right;
	color:#c12b24;
}
#release_require .content_row input[type=radio] {
	display: none;
	width:0;
	height: 0;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	padding-left: 10px
}
#release_require .content_row [type=checkbox]{width:0;height: 0;margin: 0;}
#release_require .content_row label.label-radio{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0 18px;
	background: #fff;
	border: 1px solid #aaa7a7;
	border-radius: 2px;
}
#release_require .content_row input.disable {
	width: 280px;
	border: 0;
	background: #fff;
}
#release_require .content_row textarea {
	resize: none;
	border: 0;
	background: #fff;
	width: 440px;
	overflow: hidden;
	border: 1px solid #aaa7a7;
	height:80px;
	line-height: 20px;
	margin-top:10px;
	padding-left: 10px;
}
#release_require .content_row textarea.disable {
	resize: none;
	border: 0;
	background: #fff;
	width: 440px;
	height:22px;
	overflow: hidden;
}

#release_require .content_row input.ver-code {
	width: 130px;
	margin-left: 5px;
}

#release_require .content_row a.get-code{
	color: #e12e2e;
	background: #ffc8c8;
	display: inline-block;
	cursor: pointer;
	width: 82px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	margin-left: 5px;
	text-align: center;
}

#release_require .content_row a.getCode {
	background: #e0e0e0;
	color: #8a8a8a;
	display: inline-block;
	cursor: not-allowed;
	width: 82px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
}

#release_require .content_row:first-child {
	color: #808080;
}

#release_require .content_row:nth-child(2) {
	color: #808080;
}

.layui-layer-btn {
	text-align: center;
}

#release_require button.submit {
	color: #fff;
	border: 0;
	background: #e12e2e;
	font-size: 16px;
	width: 140px;
	height: 36px;
	line-height: 36px;
}

.need-service {
	margin-top: 10px;
	border-top: 0px;
	margin-bottom:12px;
	background:#fff;
}
.need-service .typeContent{
	display: none;
	background: #f5f5f5;
	padding:15px;
}
.need-service .typeContent.now{
	display: block;
}
.project-type {
	width: 436px;
	height: 30px;
	color: #333;
	/*background: #f5f5f5;*/
}
.ipofix{
	position:fixed;
	top:0px;
	z-index:999;
}
.project-type li {
	float: left;
	padding:0 10px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.project-type li:hover{color:#e12e2e;}
.project-type .linow {
	color: #e12e2e;
	background: #f5f5f5;
	border-top: 2px solid #e12e2e;
	font-weight: bold;
	margin-top: -2px;
}

.project-type-info {
	padding: 20px 20px;
}

/*发布成功弹出框*/
.release-success{
    display: none;
    text-align: center;
    width: 480px;
    height: 180px;
    padding: 20px 40px;
}
.release-success .release-title{
    font-size: 16px;
    color:#333;
    margin-bottom: 16px;
}
.release-success .release-content{
    font-size: 14px;
    color:#666;
}

/*运营分类菜单*/
.auc-categorys{
	display: none;
	position: relative;
	z-index:999;
	width: 180px;
	height: 374px;
}
.auc-categorys-lef {
	width: 180px;
	height: 374px;
	border: 1px solid #c12b24;
	border-top:0;
	overflow: hidden;
}
.auc-categorys-lef-sub{
	display: none;
	width: 160px;
	height: 374px;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
	position: absolute;
	left: 178px;
	border-left: 1px solid #c12b24;
}

.auc-cl-list {
	padding-top: 6px;
	padding-bottom: 6px;
}
.auc-cl-list .dt {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
}
.auc-cl-list .dt a{
	display:block;
	width:100%;
	font-weight: normal;
}
.auc-categorys-lef-sub .auc-cl-list .dt a{
	color:#fff;
}
.auc-cl-list .dt a span{
	float: right;
	margin-right: 12px;
	color: #9e9e9e;
}
.auc-cl-list .dt.now{
	background: #f1f1f1;
}
.auc-cl-list .dt.now a{
	color: #c12b24;
}
.auc-cl-list .dt.now a span{
	color: #c12b24;
}
.auc-cl-list .dt:hover{
	background: #f1f1f1;
}
.auc-categorys-lef-sub .auc-cl-list .dt:hover {
	background: #c12b24;
}
.auc-cl-list .dt:hover a {
	color: #c12b24;
}
.auc-categorys-lef-sub .auc-cl-list .dt:hover a {
	color: #fff;
}

.handlePriceCommon{
	position: relative!important;
}

.handlePriceCommon .priceBox{
	position: absolute;
	z-index:999;
	left:-10px;
	top:-40px;
	white-space: nowrap;
	background: #fff;
	font-size:18px;
	color:#B23A2C;
	padding:6px 10px;
	border-radius: 4px;
	box-shadow: 0 3px 20px 0 rgb(17 21 63 / 10%);
}


/*
意向登记弹出框
*/
#intent_register {
	display: none;
	width: 480px;
	height: 540px;
	padding: 10px 30px;
}

#intent_register .content_row {
	margin: 10px;
}

#intent_register .content_row label {
	vertical-align: top;
	font-weight: normal;
	display: block;
	text-align: left;
	font-size: 16px;
	color: #333;
}

#intent_register .content_row label span {
	color: #d60000;
	margin-left: 10px;
}

#intent_register .content_row input{
	width: 300px;
	height: 32px;
	border: 1px solid #aaa7a7;
	border-radius: 2px;
	margin-top:10px;
	padding-left: 10px
}
#intent_register .content_row input.disable {
	width: 280px;
	border: 0;
	background: #fff;
}
#intent_register .content_row textarea {
	resize: none;
	border: 0;
	background: #fff;
	width: 440px;
	overflow: hidden;
	border: 1px solid #aaa7a7;
	height:80px;
	line-height: 20px;
	margin-top:10px;
	padding-left: 10px;
}
#intent_register .content_row textarea.disable {
	resize: none;
	border: 0;
	background: #fff;
	width: 440px;
	height:22px;
	overflow: hidden;
}


#intent_register .content_row:first-child {
	color: #808080;
}

#intent_register .content_row:nth-child(2) {
	color: #808080;
}

.layui-layer-btn {
	text-align: center;
}

#intent_register button.submit {
	color: #fff;
	border: 0;
	background: #e12e2e;
	font-size: 16px;
	width: 140px;
	height: 36px;
	line-height: 36px;
}
/*vr 遮罩层*/
.vrMask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background: transparent;
}
/*vr hover效果*/
.vrHoverBox {
	width: 70px;
	height: 70px;
	border: 1px solid #FFFFFF;
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	display: flex;
	opacity: 0;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 99;
	transition: opacity 0.3s linear;
}
.vrHoverBox .vrHover{
	width: 38px;
	height: 38px;
}
.currency-common:hover .vrHoverBox{
	opacity: 1;
}
.vrHoverBox2{
	opacity: 1;
}

.image-big{
	position: relative;
}

.modeSwitch{
	width: 98px;
	height: 30px;
	background: rgba(0,0,0,0.42);
	border-radius: 4px;
	position: absolute;
	bottom: 12px;
	left: calc(50% - 49px);
	box-sizing: border-box;
	padding: 4px 9px;
	display: flex;
	justify-content: space-between;
	z-index: 9999;
}
.modeSwitch .modeBase {
	width: 34px;
	height: 22px;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}
.modeSwitch .modeFocus{
	background: #C12B24;
	cursor: auto;
}
.image-big{
	&:hover{
		.vrHoverBox{
			opacity: 1;
		}
	}
}