 /* 新版css 仅适用新版 */
@charset "UTF-8";
/**
* global css start
*/
html, body {
  min-width: 1300px;
 }

ul {
  padding-inline-start: unset; }

li {
  list-style: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

input {
  outline: none; }

/**
* global css end
*/
/**
* index css start
*/
.content-wrapper {
  min-width: 1300px;
  height: 40em;
  display: block;
  position: relative; }

.head-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);
  z-index: 99999; }

.head-content {
  text-align: center;
  line-height: 82px;
  position: relative;
  z-index: 99; }

.head-content, .stages {
  width: 1500px;
  margin: auto; }

.head-content > div, .nav-content > li, .login-wrapper > div {
  float: left; }

.nav-wrapper {
  margin-left: 45px; }

.nav-content {
  padding: 0; }

.nav-content li {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  position: relative;
  cursor: pointer; }

.nav-content > li > a {
  display: inline-block;
  width: 100%;
  color: #fff;
  line-height: 80px;
  height: 65px;
  font-size: 16px; }

.nav-active {
  border-bottom: 3px solid #e05048; }

.tooltip.top {
  top: 0px !important; }

.tooltip.top .tooltip-arrow {
  border-top-color: #c84344; }

.tooltip-inner {
  background-color: #c84344; }

.carousel-indicators {
  bottom: 65px; }
#banner {
	position: relative;
}
#banner .banner-block {
	height: 480px;
}
#banner .banner-block .item {
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }
@media screen and (max-width:1300px){
  #banner .banner-block {
    height: 320px;
  }
  #banner .banner-block .item {
	height: 320px !important;
  }
}
.buyandsell-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -240px;
  z-index: 3;
  color: #000; }

.buyandsell-content {
  width: 1200px;
  margin: auto;
  padding: 40px 20px 40px 20px;
  border: 2px solid #fcfcfc;
  border-radius: 5px;
  border-bottom: 0;
  position: relative;
  background-color: #fcfcfc;
  box-shadow: 0px 0px 5px #ddd;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd',Direction=0,Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#dddddd',Direction=90,Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#dddddd',Direction=180,Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#dddddd',Direction=270,Strength=5); }

.buy-wrapper {
  width: 540px;
  float: left; }

.sell-wrapper {
  width: 590px;
  background: transparent;
  float: right; }

.buyicon-wrapper {
  background: url(../images/buy-bg.png) no-repeat;
  width: 30%;
  margin-left: 3%;
  height: 177px;
  margin-top: 40px;
  float: left;
  cursor: pointer; }

.buyicon-wrapper .buy-title {
  text-align: center;
  color: #605041;
  margin-top: 10px;
  font-size: 28px;
  font-weight: bolder; }

.buyicon-wrapper .buy-text {
  text-align: center;
  color: #605041;
  font-size: 16px; }

.buyicon-wrapper .buy-img {
  background: url(../images/buy.png) no-repeat;
  width: 110px;
  margin: auto;
  height: 130px; }

.sellicon-wrapper {
  background: url(../images/sell-bg.png) no-repeat;
  width: 30%;
  margin-left: 3%;
  height: 177px;
  margin-top: 40px;
  float: left;
  cursor: pointer; }

.sellicon-wrapper .sell-title {
  text-align: center;
  color: #143c70;
  margin-top: 10px;
  font-size: 28px;
  font-weight: bolder; }

.sellicon-wrapper .sell-text {
  text-align: center;
  color: #143c70;
  font-size: 16px; }

.sellicon-wrapper .sell-img {
  background: url(../images/sell.png) no-repeat;
  width: 110px;
  margin: auto;
  height: 130px; }

.QRcodeicon-wrapper {
  background: url(../images/QRcode-bg.png) no-repeat;
  width: 30%;
  margin-left: 3%;
  height: 177px;
  margin-top: 40px;
  float: left;
  cursor: pointer; }

.QRcodeicon-wrapper .QRcode-img {
  background: url(../images/newQRcode.png) no-repeat;
  width: 143px;
  margin: auto;
  height: 172px;
  margin-top: -20px;
  margin-left: 22px; }

.QRcodeicon-wrapper .QRcode-text {
  text-align: center;
  color: #808080;
  font-size: 16px;
  margin-top: 10px; }

.nav-wrapper > ul::after,
.head-content::after, .login-wrapper::after,
.buyandsell-content::after, .stages_ul::after,
.stages_ulsk::after {
  content: "";
  clear: both;
  display: block; }

.fl {
  font-size: 20px;
  line-height: 45px; }

.opsip {
  color: #e05048;
  font-weight: bold; }

.buyandsell-content i {
  margin-left: 12px;
  margin-right: 15px;
  color: #000;
  font-size: 14px; }

.search-wrapper {
  float: right;
  width: 100%;
  height: 47px;
  margin-top: 0;
  padding-left: 10px; }

.search-box {
  width: 100%;
  height: 40px;
  padding-left: 1px; }

.search-wrapper .search-box, .search-input {
  border-radius: 4px;
  background: #f6f6f6;
  border: 1px solid #b0afb5; }

.autocomplete {
  position: relative; }

.search-input {
  width: 460px;
  height: 36px;
  padding-left: 10px;
  line-height:36px;
  border:none;
  color: #000;
  font-size: 16px;
  outline: none; }
.search-wrapper ul {
	position: absolute;
    width: 96%;
    z-index: 4;
    background-color: hsla(0,0%,100%,.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff)
}
.navitem .search-wrapper ul {
	width: 28%;
}
.search-wrapper ul li {
	font-size: 14px;
    color: #666;
    padding: 8px 10px;
    cursor: pointer;
    display: block;
}
.search-wrapper ul li:hover{
	color: #fff;
    background-color: #e05048;
}
.search-wrapper .btn-search {
  float: right;
  width: 63px;
  height: 40px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  outline: none;
  color: #757575; }
.device-wrapper {
  margin-top: 50px;
  margin-bottom: 10px;
  position: relative; }

.device-wrapper a {
  line-height: 20px;
  display: inline-block;
  color: #495056;
  overflow: hidden;
  text-decoration: none;
  padding: 5px 12px;
  font-size: 14px;
  font-family: PingFangSC, Microsoft YaHei, arial, helvetica, sans-serif !important;
  text-align: center; }


.device-wrapper a:hover {
  color: #e05048; }

.ad-wrapper {
  position: absolute;
  bottom: 20px;
  color: #e05048;
  font-size: 16px;
  width: 540px; }

.ad-horn {
  background: url(../images/horn.gif) no-repeat;
  padding-left: 40px;
  height: 24px;
  line-height: 24px;
  font-weight: 700;
  width: 166px;
  float: left; }

.ad-content {
  width: 100%;
  float: left;
  height: 80px;
  overflow: hidden;
  padding-left:40px;
  margin-top:10px; 
}

.ad-wrapper .more {
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.ad-content li {
  width: 490px;
  display: block;
  height: 28px;
  margin: 6px 0px;
  float: left;
  margin-top: -6px; }

.ad-content li h5 {
  font-size:14px;
  width: 80%;
  color:#333333;	
}
.ad-content li h5:hover{
  color:#e05048
}
.anim {
  transition: all 1s ease-in-out; }

#index-flow-block .tab-pane img {
  width: 100%;
  height: auto; }

#index-sad-block {
  margin-top: 300px; }

#index-flow-block {
  margin-top: 100px; }

#index-flow-block .nav-tabs {
  border: none;
  margin-top: -50px;
  margin-left: 120px; }

#index-flow-block .nav-tabs > li > a {
  font-size: 18px;
  color: #636363; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 3px solid #D9001B; }

#index-flow-block .tab-content {
  margin-top: 5px; }

.nav-tabs .gap {
  width: 3px;
  height: 30px;
  background: #ddd;
  margin: 12px 5px 0px; }

#index-flow-block .flow-title {
  font-size: 24px;
  color: #636363;
  font-weight: bold;
  margin-bottom: 10px; }

.subject-title-img {
  margin-bottom: 10px;
  position: relative; }

.subject-title-img div {
  left: 0;
  top: 0;
  width: 100%;
  height: auto; }

.subject-title-img div img {
  width: 100%;
  height: auto; }

/**
* index css end
*/

#header {
	height:80px;
	left: 0;
	right: 0;
	background: #fcfcfc;
	z-index: 9;
	top: 0px;
}
#header .menu-block {
	width:98%;
	background: #fcfcfc;
	margin: 10px 0px 10px 50px;
	min-width:710px;
}
#header .menu-block li {
	position:relative;
	max-width: 88px;
}
#header .search-block .row {
	border-right: none;
	width:106%;
}
#header .menu-block .menu-item.active, #header .menu-block .menu-item:hover {
	color: #ca443c;
    background-color: #fcfcfc;
}
#header .menu-block .menu-item.active {
	border-bottom: 4px solid #ca443c;
}
#header .menu-block .menu-item {
	position: relative;
    display: inline-block;
    padding: 12px 12px;
    color: #333;
    white-space: nowrap;
}
.a-login {
	padding: 12px 0px 12px 12px;
}
.messageBox{
    position: absolute;
    width: 120px;
    height:auto;
    padding-top: 20px;
    line-height: 16px;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    text-align: center;
    padding-bottom: 20px;
    color: #333;
    z-index:10;
    display:none;
}
.messageBox.isadmin {
	left: 20%;
}
.triangleBorder{
     position: absolute;
     left: 45px;
     overflow: hidden;
     width: 0;
     height: 0;
     border-width: 10px;
     border-style: solid dashed dashed dashed;
 }
 .tbBorder{
     top: -20px;
     border-color:transparent transparent #e8e8e8 transparent;
 }
 .tbBackground{
     top: -20px;
     border-color:transparent transparent #e8e8e8 transparent;
 }
 .navitem {
    height: 36px;
    float: right;
    width:460px;
 }
 .navitem .search-input {
    width:380px;
 }
 
 #index-fl-nav .buy-list li {
    text-align: right;
    font-size: 16px;
    padding: 10px 10px 15px;
    color: #000;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    transition: all 1s;
    background: #ffccc8;
}
#index-fl-nav .buy-list li:hover {
	border-bottom-color:#fff;
	background:#f4ccc9;
}
#index-fl-nav .buy-list li span {
	transition:all .4s
}
#index-fl-nav .buy-list li:hover span{
	color:#333;
	margin-right:6px
}
#index-fl-nav .button-list li {
    text-align: right;
    font-size: 16px;
    padding: 10px 10px 15px;
    color: #000;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    transition: all 1s;
    background: #ffccc8;
}
#index-fl-nav .button-list i {
	color:#000;
	margin-right:6px
}
#index-fl-nav .button-list li:hover {
	border-bottom-color:#fff;
	background:#f4ccc9;
}
#index-fl-nav .button-list li span {
	transition:all .4s;
	color:#000
}
#index-fl-nav .button-list li:hover span{
	color:#333;
	margin-right:6px
}
#index-fl-nav .button-list li:hover i{
	color:#333;
}
.backToOld {
	position: absolute !important;
    top: -8px;
    left: 9px;
    font-size: 12px !important;
    color: #000;
}
.backToOld:hover {
	color:#e05048;
}
.qrcodeWrapper {
    width:130px;
    height:150px;
    position: absolute;
    border:1px solid #aaa;
    padding: 10px;
    z-index: 2;
    background: #fff;
}
#qrcode {
    width: 100px;
    height: 100px;
    margin: auto;
}
.qrcodedisc {
    width:100%;
    text-align: center;
    margin-top: 10px;
}
#qrCodeIco {
	position: absolute;
	width:30px; 
	height: 30px;
}
#index-fr-nav .controlWrapper {
	position: absolute;
    width: 30px;
    height: 120px;
    top: 10px;
    left: -40px;
    border-radius: 5px 0 0 5px;
    color: #000;
    background: #f4ccc9 ;
    cursor: pointer;
}
#index-fr-nav {
	width:150px;
	transition:width .2s ease-in-out;
}
#index-fr-nav.min {
	width:0px;
}
#index-fr-nav .controlWrapper span.text{
	width: 20px;
    display: inline-block;
    margin-left: 8px;
    margin-top: 5px;
    font-size: 16px;
}
#index-fr-nav .controlWrapper span.icon {
	display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 16px;
}
#index-fr-nav .controlWrapper span.icon i {
	margin-left:-8px;
}

.sell-botton-wrapper {
	height: 40px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 16px;
    width: 472px;
    margin: 0px auto 10px;
}
.sell-botton-wrapper a {
	height: 40px;
    line-height: 40px;
    width: 232px;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 4px;
    font-weight: 600;
}
.sell-botton-wrapper a.pulish-btn {
	color: #605041;
    background: #cdb499;
    box-shadow: 0px 3px 0px #b28a62;
}
.sell-botton-wrapper a.pulish-btn:hover {
	background: #b28a62;
	color:#fff;
}
.sell-botton-wrapper a.auction-btn {
	color: #143c70;
    background: #b0c7e7;
    box-shadow: 0px 3px 0px #0686d8;
}
.sell-botton-wrapper a.auction-btn:hover {
	background: #0686d8;
	color:#fff;
}
#index-company-block {
	margin-top:40px;
}
#index-company-block .company-title {
	font-size: 24px;
    color: #636363;
    font-weight: bold;
    margin-bottom: 10px;
}
.nbs-flexisel-inner {
	border:none;
	background:transparent;
}
.nbs-flexisel-item {
	height:90px;
	display:table;
}
.nbs-flexisel-item a {
	display: table-cell;
    vertical-align: middle;
}
.nbs-flexisel-inner img {
	max-width:100%;
	max-height:100%;
}
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
	display:none;
}

#index-youerad-block {
	height: 150px;
    position: fixed;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    z-index: 4;
}
#index-youerad-block.maxAdBox {
	width: 100%;
}
#index-youerad-block.minAdBox {
	width: 190px;
	height:120px;
	bottom: 20px;
    border-radius: 0px 20px 20px 0px;
}
#index-youerad-block .toMinBox {
	position: absolute;
    right: 10px;
    color: #fff;
    font-size: 36px;
    padding: 0px 10px;
    cursor: pointer;
}
#index-youerad-block .toMaxBox {
	background: url(../images/company/appArr.png) no-repeat;
	width: 20px;
    height: 76px;
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}
#index-youerad-block .toMinBox:hover {
	color:#e91012;
}
.maxAdBox .maxAdimg {
	display:block;
}
.minAdBox .maxAdimg {
	display:none;
}
.minAdBox .minAdimg {
	display:block;
}
.maxAdBox .minAdimg {
	display:none;
}
#minAdImg {
	width: 65%;
    margin: 30px 16px;
	-webkit-animation: jump .75s infinite linear;
    -moz-animation: jump .75s infinite linear;
    -ms-animation: jump .75s infinite linear;
    -o-animation: jump .75s infinite linear;
    animation: jump .75s infinite linear
}
@-webkit-keyframes jump {
    to {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }
}
/**
*   我要买页面，数量长度限制
*/
#sad-list .block-item-list section .show-line:nth-child(3) div:first-child {
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width:1920px){
	#sad-list .block-item-list section .show-line:nth-child(3) div:first-child {    
	    max-width: 41%; 
	}
}
@media (width:1920px){
	#sad-list .block-item-list section .show-line:nth-child(3) div:first-child {    
	    max-width: 59%; 
	}
}
@media (max-width:1024px){
	#sad-list .block-item-list section .show-line:nth-child(3) div:first-child {    
	    max-width: 68%; 
	}
}


.mask {width:100%;height:100%;background:black;position:fixed;top:0;left:0;z-index:9000;opacity:0.8;display:none;}
.openInfo {z-index:99999;color:#ffffff;width:100%;margin:100px auto;font-size:64px;}
.openArrow {width: 118px;height: 156px;position: absolute;top:10;right:20px;background:url(../images/mobile/openArrow.png) no-repeat}
.openBtnInfo {margin:300px auto 0;text-align: center;}
.browerBtnInfo {margin:20px auto 0;text-align: center;}
.openBtn {width: 92px;height: 64px;display: inline-block;margin: auto 4px;vertical-align: middle;background:url(../images/mobile/openBtn.png) no-repeat}
.browerBtn {width: 345px;height: 65px;display: inline-block;margin: auto 4px;vertical-align: middle;background:url(../images/mobile/browerBtn.png) no-repeat}