@charset "utf-8";
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.header {
  width: 100%;
  height: 81px;
}

.header-top {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  position: relative;
  margin: 0 auto;
  min-width: 1280px;
}
.header-top .header-top-left{
	position: absolute;
	left: 40px;
	top: 16px;
}
.logo-text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.logo-text span{
	font-size:14px;
	font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
	padding-left: 10px;
}
.logo-text p{
	font-size:12px;
	font-family:MicrosoftYaHei;
	color:rgba(255,255,255,.8);
	line-height:10px;
	letter-spacing:1px;
	padding-left: 10px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.logo-text p:after {
	content: "";
    position: absolute;
    top: -14px;
    right: 86px;
    display: block;
    width: 2px;
    height: 12px;
    background: rgba(255,255,255,.3);
}
.header-top-inner {
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.header-top-inner nav .clearfix {
  padding-top: 32px;
  width: 100%;
  text-align: center;
}

.header-top-inner nav .clearfix .on a:after {
  content: "";
  position: absolute;
  top: 43px;
  left: 5%;
  width: 90%;
  display: block;
  height:4px;
  background:rgba(25,222,154,1);
}

.xg-search__modal li{
	padding: 0 !important;
	margin: 0 !important;
}

.header-top-inner nav .clearfix li {
  margin-right: 44px;
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
}

.header-top-inner nav .clearfix li a {
	 font-size:16px;
	 font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
	 font-weight:bold;
	 color:rgba(255,255,255,1);
	 position: relative;
}
.header-top-inner nav .clearfix li a img{
	margin-left: 2px;
	vertical-align: middle;
	cursor: pointer;
}

.header-top-inner nav .clearfix li a:hover:after {
 content: "";
  position: absolute;
  top: 43px;
  left: 5%;
  width: 90%;
  display: block;
  height:4px;
  background:rgba(255,255,255,.3);
}
.header-top .header-top-right{
	position: absolute;
	right: 24px;
	top: 24px;
}
.sell-num{
	width: 110px;
	height: 32px;
	line-height: 32px;
	border: 1px solid rgba(233,109,22,1);
	cursor: pointer;
	margin-right: 24px;
	display: inline-block;
	background: rgba(233,109,22,1);
	vertical-align: middle;
	text-align: center;
}
.sell-num:hover{
	background:rgba(255,113,14,1);
}
.sell-num .sale_icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/static/images/icon_wymh_sell.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
	margin-top: 7px;
}
.sell-num a{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
	display: inline-block;
}
.prompt-cont{
	font-size:12px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(255,255,255,1);
	display: inline-block;
	padding: 10px 16px 10px;
}
.prompt-cont img{
	width: 14px;
	margin-right: 3px;
}

.login-tips-new{
	display: inline-block;
	vertical-align: middle;
}
.login-tips-new .prompt-cont{
	padding: 6px 16px 6px;
	border:1px solid rgba(255,255,255,1);
}
.login-tips-new .prompt-cont:nth-child(2){
	color:rgba(0,108,233,1);
	background:#ffffff;
}
.login-tips-new .prompt-cont:nth-child(1):hover{
	background:rgba(255,255,255,0.05);
	border:1px solid rgba(255,255,255,0.8);
}
.login-tips-new .prompt-cont:nth-child(2):hover{
	background:rgba(255,255,255,0.95);
	color:rgba(0,108,233,1);
}
.login-tips-new .prompt-cont::before{
	display: inline-block;
	content: '';
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-top:-1px;
	margin-right: 2px;
}
.login-tips-new .prompt-cont:nth-child(1)::before{
	background:url(img/icon_dl.png);
	background-size: 100% 100%;
}
.login-tips-new .prompt-cont:nth-child(2)::before{
	background:url(img/icon_zc_n.png);
	background-size: 100% 100%;
}

.login-tips:after{
    content: "";
    position: absolute;
    right: 76px;
    top: 16px;
    width: 2px;
    height: 7px;
    background: rgba(255,255,255,.4);
    display: block;
}

.header-top-inner .xg-search__modal {
	position: absolute;
	top: 41px;
	left: -44px;
	z-index: 100;
	display: none;
	padding: 17px 20px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 15px 30px 0px rgba(28,51,74,0.1);
	box-shadow:0px 15px 30px 0px rgba(28,51,74,0.1);
	zoom: 1;
}
.header-top-inner .xg-search__modal a {
	    float: left;
		font-size:14px!important;
		font-family:MicrosoftYaHei!important;
		color:#2B2B2B!important;
	    line-height: 38px;
	    text-align: center;
		display: block;
		width: 130px;
		margin-bottom: 4px;
		font-weight: normal!important;
	}
.header-top-inner .xg-search__modal::before {
	   content:"";
	   position:absolute;
	   left:50%;
	   margin-left:-8.5px;
	   top:-7px;
	   width:17px;
	   height:8px;
	   background:url(img/img_xiaosanjiao.png) no-repeat 50%;
	   z-index:10;
	}
	
	.header-top-inner .xg-search__modal a:hover {
	    font-weight:bold!important;
	    color:rgba(255,94,38,1)!important;
		background:rgba(255,242,238,1);
	}
	.header-top-inner .wx-text:hover .xg-search__modal {
		display: block;
	}
@media screen and (max-width: 1680px) {
  .header-top-inner nav .clearfix li {
      margin-right: 28px;
  }
}

@media screen and (max-width: 1440px) {
  .header-top-inner nav .clearfix li {
      margin-right: 20px;
  }
  .header-top-inner nav .clearfix li a {
      font-size: 14px;
  }
}


@media screen and (max-width: 1366px) {
  .header-top-inner nav .clearfix li {
      margin-right: 16px;
  }
  .header-top-inner nav .clearfix li a {
      font-size: 13px;
  }
}

/* 搜索 */
.control_search{
	position: absolute;
	top: 374px;
	z-index: 999;
	left:calc(50% - 640px);
}
.x-control__search {
  
}

.x-control__search .xg-search {
  width: 551px;
  height: 52px;
  background: rgba(255, 255, 255, .2);
  position: relative;
  float: left;
  margin-right: 5px;
}

.x-control__search .xg-search__label {
  float: left;
  width: 119px;
  height: 52px;
  line-height: 52px;
  padding: 0 10px 0 15px;
  position: relative;
  color: #333;
  font-size: 14px;
  vertical-align: top;
}

.x-control__search .xg-search__label .xg-search__modal {
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 100;
  display: none;
  padding: 16px 20px;
  background-color: #fff;
  /* border: 1px solid #f61825; */
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(41, 36, 35, .2);
  box-shadow: 0 5px 10px 0 rgba(41, 36, 35, .2);
  zoom: 1;
}

.x-control__search .xg-search__label .xg-search__modal:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8.5px;
  top: -7px;
  width: 17px;
  height: 8px;
  background: url(img/img_xiaosanjiao.png) no-repeat 50%;
  z-index: 10;
}

.x-control__search .xg-search__label:hover .xg-search__modal {
  display: block;
}

.xg-search__label span {
  color: #FFFFFF;
  font-size: 14px;
}

.xg-search__label span .down {
  display: inline-block;
  margin-left: 14px;
}

.x-control__search .xg-search .ant-input-search {
  float: left;
  width: 285px;
  height: 52px;
}

.x-control__search .xg-search__label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background: #e5e5e5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.x-control__search .xg-search__modal a:hover {
  font-weight: bold;
  color: rgba(255, 94, 38, 1);
  background: rgba(255, 242, 238, 1);
}

.x-control__search .xg-search__modal a {
  min-width: 80px;
  float: left;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(43, 43, 43, 1);
  line-height: 30px;
  text-align: center;
  padding: 0 11px;
  display: block;
}

.x-control__search .xg-search .ant-input-search .ant-input {
  padding: 0 0 0 10px;
  color: #FFFFFF;
  font-size: 14px;
  border-color: transparent;
}

.ant-input-search::-webkit-input-placeholder {
  color: #FFFFFF;
}

.ant-input-search::-moz-placeholder {
  color: #FFFFFF;
}

.ant-input-search:-ms-input-placeholder {
  color: #FFFFFF;
}

.x-control__search .xg-search .ant-input-search .ant-input:pl .x-control__search .xg-search .ant-input-search {
  float: left;
  width: 198px;
  height: 52px;
}

.ant-input-search .leibie {
  position: absolute;
  right: 20px;
  top: 15px;
}

.ant-input-search .leibie a {
  display: inline-block;
  height: 22px;
  margin-left: 8px;
  padding: 1px 10px;
  color: #7e7e7e;
  font-size: 12px;
  background: rgba(255, 255, 255, .2);
  border-radius: 11px;
  color: #FFFFFF;
}

.ant-input-search .leibie a:hover {
  background: rgba(255, 255, 255, .5);
}

.ant-input-search .ant-input-suffix {
  right: 0;
}

.x-control__search .ant-btn {
  position: relative;
  width: 120px;
  height: 52px;
  background: rgba(255, 255, 255, .2);
  cursor: pointer;
}

.x-control__search .ant-btn:hover {
  background: rgba(255, 255, 255, .49);
  cursor: pointer;
}

.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}

.new-cont {
  width: 100%;
  min-height: 600px;
  position: relative;
}

/* banner 轮播 */
.swiper-container {
  width: 100%;
  height: 785px;
  min-width: 1280px;
}


.swiper-slide {
  background-size: 100% 100%;
  background-position: center;
  background-size: cover;
  min-width: 1280px;
}

.swiper-slide .pointer_events {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 600px;
}

.swiper-slide .pointer_events_btn {
  position: absolute;
  bottom: 180px;
  left: 310px;
  display: inline-block;
  width: 160px;
  height: 35px;
  color: #fff;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .6);
  transition: all 0.3s ease-in-out;
}

.swiper-slide p {
  position: absolute;
  bottom: 252px;
  left: 447px;
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 252px !important;
  left: 320px !important;
}

.swiper-pagination {
  text-align: left !important;
}

.banner-right-img {
  position: absolute;
  right: 0;
  top: 120px;
  width: 303px;
}

.banner-right-img .img1 {
  z-index: 8;
  position: absolute;
  top: -15px;
  right: 414px;
  animation: glod-up-down 1.2s infinite ease-in-out alternate;
}

.banner-right-img .img2 {
  position: absolute;
  z-index: 6;
  width: 303px;
  right: 278px;
  top: 88px;
}

@keyframes glod-up-down {
  to {
    top: 15px;
  }
}

/* 轮播底部 销售数量  */
.header-bottom-xmh {
  position: absolute;
  width: 100%;
  height: 172px;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(17, 0, 124, 0) 0%, rgba(17, 0, 124, .7) 100%);
}

.line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .3);
}

.header-bottom-xmh .cont {
  width: 1280px;
  height: 172px;
  margin: 0 auto;
}

.header-bottom-xmh .cont .text1 {
  width: 256px;
  height: 110px;
  background: rgba(74, 229, 255, .3);
  margin-top: 31px;
  float: left;
}

.header-bottom-xmh .cont .text1 p img {
  margin-left: 2px;
}

.header-bottom-xmh .cont .text1 div {

  position: relative;
  margin: 8px 4px 0 40px;
  display: inline-block;
}

.header-bottom-xmh .cont .text1 div span {
  font-size: 40px;
  font-family: Microsoft YaHei;
  color: rgba(255, 255, 255, 1);
  z-index: 5;
  font-weight: normal;
  position: relative;
}

.header-bottom-xmh .cont .text1 div a {
  position: absolute;
  bottom: 9px;
  left: 5px;
  width: 130px;
  height: 6px;
  background: rgba(25, 222, 154, .7);
  z-index: 1;
  display: none;
}

.header-bottom-xmh .cont .text1 a {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.header-bottom-xmh .cont .text1 img {
  vertical-align: text-top;
}

.header-bottom-xmh .cont .text1 p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  margin-left: 44px;
}

.header-bottom-xmh .cont .text2 {
  float: left;
  width: 204px;
  height: 110px;
  text-align: center;
  margin-top: 31px;
  position: relative;
}

.header-bottom-xmh .cont .text2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 70%;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .2);
}

.header-bottom-xmh .cont .text2 img {
  margin: 20px 0 10px;
}

.header-bottom-xmh .cont .text2 p {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.header-bottom-xmh .cont .text2 p span {
  color: #FFE200;
}

/* 上下滚动 */
.account-tj-xmh-box {
  width: 100%;
}

.transaction-xmh {
  width: 1280px;
  height: 60px;
  background: rgba(242, 245, 247, 1);
  margin: 0 auto;
  padding: 18px 0;
}

.transaction-xmh .title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: rgba(42, 42, 42, 1);
  margin: 0 50px 0 30px;
  float: left;
}

.transaction-xmh>div {
  font-size: 14px;
}

.tempWrap {
  padding-right: 40px;
  position: relative;
}

.transaction-xmh .know-page {
  float: right;
  margin-right: 30px;
}

.transaction-xmh .know-page>a {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.transaction-xmh .infoList {
  /* position: relative; */
}

.transaction-xmh .infoList .slick-prev.slick-arrow {
  width: 20px;
  height: 20px;
  background: #F00 url(img/icon_dtz.png) no-repeat;
  position: absolute;
  right: 55px;
  top: 2px;
  font-size: 0;
  z-index: 99;
}

.transaction-xmh .infoList .slick-next.slick-arrow {
  width: 20px;
  height: 20px;
  background: url(img/icon_dtyh.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 2px;
  font-size: 0;
}

.transaction-xmh .infoList .list-item .item {
  width: 48%;
  float: left;
  overflow: hidden;
  height: 24px;
}

.transaction-xmh .infoList .list-item .item:last-child {
  margin-left: 1%;
}

.transaction-xmh .infoList .list-item .item span {
  margin: 0 3px;
  color: #7e7e7e;
  display: inline-block;
  vertical-align: bottom;
  /* overflow: hidden; */
}

.transaction-xmh .infoList .list-item .item span.know-cont {
  width: 68%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.transaction-xmh .infoList .list-item .item img {
  margin-right: 6px;
}

.transaction-xmh .infoList .list-item .item span.know-username {
  margin-right: 6px;
  color: #2b2b2b;
}

.transaction-xmh .infoList .list-item .item span.know-time {
  color: #2B2B2B;
}



