/*
 * @Author: lminjuan 
 * @Date: 2022-04-01 13:52:43 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-08 09:16:01
 */
body {
  background: url("../images/finance/bg.png") center 727px no-repeat #fff;
}

.center {
  margin: 0 auto;
  width: 1280px;
  overflow: hidden;
}

.banner {
  display: block;
  height: 518px;
  border-bottom: 6px solid #d7c394;
  background: url("../images/finance/banner.jpg") center top no-repeat;
}

.login {
  height: 142px;
  background-color: #eee9e3;
}

.login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-a {
  display: block;
  padding-left: 150px;
  margin: 25px 13px 0 0;
  width: 311px;
  height: 84px;
  line-height: 84px;
  border-radius: 12px;
  font-size: 20px;
  color: #565656;
  background-image: url("../images/finance/pic1.png");
  background-repeat: no-repeat;
  background-position: 91px 22px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.login-a:nth-child(2) {
  background-image: url("../images/finance/pic2.png");
}

.login-a:nth-child(3) {
  background-image: url("../images/finance/pic3.png");
  background-position: 80px 22px;
}

.login-a:nth-child(3) .noinfo,
.login-a:nth-child(4) .noinfo
 {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 150px;
  font-size: 20px;
  color: #F06161;
  height: 84px;
  line-height: 84px;
}

.login-a:nth-child(3):hover,
.login-a:nth-child(4):hover
 {
  /* position: relative; */
  /* font-size: 0; */
}

.login-a:nth-child(3):hover .noinfo,
.login-a:nth-child(4):hover .noinfo
 {
  display: block;
}

.login-a:nth-child(4) {
  background-position: 91px 25px;
  background-image: url("../images/finance/pic4.png");
}

.main {
  min-height: 2301px;
  background: url("../images/finance/bg2.png") center bottom no-repeat;
  overflow: hidden;
}

.introduce {
  min-height: 270px;
  overflow: hidden;
}

.subtitle {
  position: relative;
  margin-top: 21px;
  padding-left: 14px;
  font-size: 18px;
  color: #ae000e;
  line-height: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.subtitle:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 21px;
  background: #ae000e;
  content: '';
}

.platform {
  margin-top: 10px;
  width: 1270px;
}

.introduction {
  margin: 16px 0 0 14px;
  width: 894px;
  line-height: 41px;
  font-size: 18px;
  color: #343434;
}

.platform img {
  width: 352px;
  height: 186px;
  border-radius: 10px;
}

.enterprise {
  position: relative;
  height: 586px;
  overflow: hidden;
  background: url("../images/finance/bg6.png") left top no-repeat;
}

.enterprise .enterprise-title {
  position: absolute;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.listing {
  margin-top: 120px;
}

.listing .hd {
  height: 48px;
  text-align: center;
  font-size: 0;
}

.listing-li {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

.listing-li.active .listing-a {
  color: #764a31;
  background: url("../images/finance/listing1.png") left top no-repeat;
}

.listing-a {
  display: block;
  width: 163px;
  height: 48px;
  line-height: 48px;
  background: #eeddc9;
  font-size: 20px;
  color: #bea08f;
  border-radius: 24px;
}

.listing .bd {
  margin-left: 41px;
  width: 1193px;
  height: 342px;
  overflow: hidden;
}

.form {
  margin: 8px auto 0 33px;
  width: 1193px;
}

.bidding-head td {
  text-align: center;
  font-size: 16px;
  color: #fff;
  height: 48px;
  line-height: 44px;
  border-right: 1px solid #fff;
  background: #9f8057;
}

.bidding-head .last {
  border-right: 0;
}

.bidding-scroll {
  /* height: 265px; */
  /* overflow-y: auto; */
  height: 254px;
  overflow: hidden;
}

.demand,
.type-name,
.name {
  display: block;
  margin: 0 auto;
}

.type-name {
  max-width: 170px;
}

.demand {
  max-width: 300px;
}

.name {
  max-width: 270px;
}

.bidding-body tr {
  height: 42px;
  line-height: 40px;
  border: 1px solid #b08e64;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.bidding-body td {
  text-align: center;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #b08e64;
}

.art {
  overflow: hidden;
}

.art .listing {
  margin-top: 67px;
}

.art .listing .listing-hd {
  text-align: center;
}

.list-bd {
  margin: 0 auto;
  width: 100%;
  height: 880px;
  overflow: hidden;
}

.art-tab {
  margin: 30px auto 0;
  height: 810px;
  background: url("../images/finance/bg7.png") center bottom no-repeat;
}

.art-tab .hd {
  height: 53px;
  margin-left: 53px;
}

.pic-wrap {
  margin-right: -17px;
  margin-top: 26px;
  overflow: hidden;
  width: 1200px;
  margin-left: 53px;
}

.pic {
  margin: 0 18px 14px 0;
}

.pic img {
  display: block;
  width: 220px;
  height: 226px;
  border-radius: 6px;
  border: 0;
}

.info {
  display: block;
  margin-top: 8px;
  width: 221px;
  height: 93px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  overflow: hidden;
  background: url("../images/finance/pic5.png") left top no-repeat;
  -webkit-box-shadow: 0px 4px 12px rgba(237, 228, 215, 0.42);
          box-shadow: 0px 4px 12px rgba(237, 228, 215, 0.42);
}

.info-name {
  padding-top: 7px;
  line-height: 28px;
  height: 28px;
  font-size: 16px;
  color: #504d48;
}

.price {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 0;
}

.price span {
  display: inline-block;
  font-size: 14px;
  color: #bdb4aa;
}

.price .seller {
  margin-right: 6px;
}

.price .code {
  color: #504D48;
}

.price .unite,
.price .amount {
  font-size: 10px;
  color: #ae000e;
  line-height: 16px;
}

.price .unite {
  line-height: 22px;
}

.price .amount {
  font-size: 16px;
}

.pic.spe img {
  height: 203px;
}

.pic.spe .info {
  height: 116px;
  background: url("../images/finance/picspe.png") left top no-repeat;
  -webkit-box-shadow: 0px 4px 12px rgba(237, 228, 215, 0.42);
          box-shadow: 0px 4px 12px rgba(237, 228, 215, 0.42);
}

.product {
  height: 420px;
}

.title {
  height: 91px;
  background: url("../images/finance/bg4.png") left top no-repeat;
}

.product-scroll {
  position: relative;
  margin: 6px auto 0 auto;
  height: 266px;
  width: 1192px;
}

.product-scroll .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-scroll .swiper-slide {
  text-align: center;
  font-size: 16px;
  background: url("../images/finance/scroll2.png") left top no-repeat;
  width: 298px;
  height: 130px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  cursor: pointer;
}

.product-a {
  display: block;
  width: 298px;
  height: 130px;
}

.product-name {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 17px;
  text-align: center;
  font-size: 16px;
  color: #524535;
  line-height: 38px;
}

.rate {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ae000e;
  line-height: 23px;
}

.highest {
  margin-top: 0;
  line-height: 33px;
  font-size: 0;
}

.highest span {
  display: inline-block;
  font-size: 12px;
  color: #b5aea6;
}

.product-scroll .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-scroll .swiper-button-prev,
.product-scroll .swiper-button-next {
  position: absolute;
  width: 30px;
  height: 48px;
  z-index: 999;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

.product-scroll .swiper-button-prev {
  top: 130px;
  left: -43px;
  background: url("../images/finance/prev.png") 0 0 no-repeat;
}

.product-scroll .swiper-button-next {
  top: 130px;
  right: -43px;
  background: url("../images/finance/next.png") 0 0 no-repeat;
}

.partner {
  height: 399px;
  background: #efe9e1;
}

.title2 {
  height: 116px;
  background: url("../images/finance/bg5.png") center center no-repeat;
}

.scroll {
  position: relative;
  margin: 22px auto 0 auto;
  height: 218px;
  width: 1184px;
}

.scroll .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scroll .swiper-slide {
  text-align: center;
  width: 285px;
  height: 81px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  cursor: pointer;
}

.partner-a {
  display: block;
  width: 285px;
  height: 81px;
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.partner-a > span {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  line-height: 24px;
  font-size: 16px;
  color: #524535;
}

.partner-a i {
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.scroll .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scroll .swiper-button-prev,
.scroll .swiper-button-next {
  position: absolute;
  width: 30px;
  height: 48px;
  z-index: 999;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

.scroll .swiper-button-prev {
  top: 98px;
  left: -43px;
  background: url("../images/finance/prev.png") 0 0 no-repeat;
}

.scroll .swiper-button-next {
  top: 98px;
  right: -43px;
  background: url("../images/finance/next.png") 0 0 no-repeat;
}

.officehall {
  padding-top: 67px;
}

.officehall .officehall-hd {
  text-align: center;
}

.officehall-bd {
  padding-top: 32px;
}

.officehall-bd ul {
  margin-right: -16px;
}

.officehall-li {
  width: 33.333%;
}

.officehall-li a {
  display: block;
  height: 127px;
  line-height: 126px;
  text-align: center;
  margin-right: 16px;
  font-weight: 700;
  font-size: 20px;
  color: #937852;
  background: url("../images/finance/officehallitem.png");
}

.officehall-bd .officehall-in {
  padding-top: 12px;
}

.officehall-bd .officehall-in a {
  display: block;
  width: 282px;
  height: 104px;
  text-align: center;
  line-height: 104px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.29em;
  color: #FCE6C4;
  background: url("../images/finance/officehallbtn.png");
}

.officehall-bd .officehall-in a:hover {
  color: #97D69F;
}

.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.artistlist .info {
  height: 72px;
  padding-right: 20px;
  background-size: 100% 100%;
}


/* 2024-12-10 */

#ysrs .pic-wrap {
   height:640px;
}

#ysrs .pic-wrap > .str_wrap{
   height:100%;
}
.str_wrap {
	overflow:hidden; 
	width:100%;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	background:#f6f6f6;
	white-space:nowrap;
}
 
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}