﻿@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;
	margin-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);
}

.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(../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(../images/icon_dl.png);
	background-size: 100% 100%;
}
.login-tips-new .prompt-cont:nth-child(2)::before{
	background:url(../images/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: 1px solid #f61825; */
	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(../images/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;
  }
  .logo-text{
	  display: none;
  }
  .sell-num{
	  display: none;
  }
}

@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;
  }
  .logo-text{
  	  display: none;
  }
  .sell-num{
  	  display: none;
  }
}


@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;
  }
  .logo-text{
  	  display: none;
  }
  .sell-num{
  	  display: none;
  }
}



/* 底部内容 */
.footer {
  width: 100%;
  height: 327px;
  background: url(../images/footer_bg.png) no-repeat;
  background-size: 100% 100%;
}

.footer-inner {
  padding-top: 30px;
}

.footer-inner-top {
  height: 185px;
}

.footer-inner-top_left {
  width: 325px;
  height: 100%;
}

.footer-inner-top_left .footer-logo {
  width: 75px;
  height: 69px;
  margin-left: 50px;
}

.footer-inner-top_left .footer-title {
  margin-top: 90px;
}

.footer-inner-top_left .footer-title .phone {
  position: relative;
  width: 42px;
  text-align: center;
  margin-right: 10px;
  margin-top: 5px;
}

.footer-inner-top_left .footer-title .phone::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

.footer-inner-top_left .footer-title .phone::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
}

.footer-inner-top_left .footer-title .text p:nth-child(1) {
  font-size: 14px;
  color: #818181;
}

.footer-inner-top_left .footer-title .text p:nth-child(2) {
  font-size: 26px;
  color: #e2e2e2;
}

.footer-inner-top_left .footer-title .text p:nth-child(3) {
  font-size: 13px;
  color: #9f9f9f;
}

.footer-inner-top_center {
  width: 665px;
  height: 100%;
  padding-left: 50px;
  position: relative;
}

.footer-inner-top_center .item-text {
  margin-right: 50px;
}

.footer-inner-top_center .item-text p {
  font-size: 15px;
  color: #ffffff;
  position: relative;
}

.footer-inner-top_center .item-text p.last::after {
  display: none;
}

.footer-inner-top_center .item-text p::after {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -25px;
  top: 8px;
}

.footer-inner-top_center .item-text ul {
  margin-top: 10px;
}

.footer-inner-top_center .item-text ul li a {
  line-height: 20px;
  font-size: 14px;
  color: #999;
}

.footer-inner-top_center .item-text ul li a:hover {
  color: #999;
}
.footer-inner-top_center .main-footer__verify{
  position: absolute;
  left: 0;
  top: 135px;
  left: 45px;
}
.footer-inner-top_center .main-footer__verify a{
  display: block;
  width:111.7px;
  height: 41px;
}
.footer-inner-top_center .main-footer__verify a img{
  width: 100%;
  height: 100%;
}
.footer-inner-top_center-bottom {
  width: 100%;
  height: 36px;
  margin-top: 136px;
}

.footer-inner-top_right {
  width: 210px;
  height: 100%;
  padding-left: 28px;
}

.footer-inner-top_right .qr {
  padding: 5px;
  width: 86px;
  height: 104px;
  border-radius: 5px;
  background: #414256;
  text-align: center;
  overflow: hidden;
}

.footer-inner-top_right .qr:first-child {
  margin-right: 10px;
}

.footer-inner-top_right .qr img {
  border-radius: 5px;
}

.footer-inner-top_right .qr p {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 20px;
}

.footer-inner-center {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.footer-inner-center p, .footer-inner-center a {
  font-size: 12px;
  color: #818181;
  margin-right: 5px;
  cursor: default;
}

.footer-inner-center a:hover {
  color: #999999;
  cursor: pointer;
}

.footer-inner-center ul {
  width: 1096px;
}

.footer-inner-center .content {
  position: relative;
}

.footer-inner-center .content .fr {
  position: absolute;
  right: 0;
  top: 0;
}

.footer-inner-center .content .prev, .footer-inner-center .content .next {
  width: 22px;
  height: 22px;
  background: url(../images/leftstone-icon.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 15px;
  cursor: pointer;
}

.footer-inner-center .content .next {
  background: url(../images/rightstone-icon.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
}

.footer-inner-bottom {
  width: 100%;
  height: 60px;
  padding: 10px 0;
}

.footer-inner-bottom .bottom-left {
  color: #5c5c5c;
  font-size: 12px;
  margin-top: 4px;
}

.footer-inner-bottom .bottom-right {
  font-size: 12px;
  color: #999;
  margin-top: 13px;
}

.footer-inner-bottom .bottom-right a {
  color: #5c5c5c;
  position: relative;
}

.footer-inner-bottom .bottom-right a::before {
  position: relative;
  top: -2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  background: url(../images/icon1.8873c72.png) no-repeat 50%;
}

.is_real_kefu{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
  z-index: 100;
}
.is_real_kefu .innerblock{
 position: absolute;
 left: 50%;
 margin-left: -365px;
 top: 220px;
 width: 730px;
 height: 558px;
 box-shadow: 0px 5px 5px rgba(255, 255, 255, 0.3);
 background: url(../images/innerbg.png) no-repeat;
 background-size: 100% 100%;
 padding: 42px 47px 36px;
}
.is_real_kefu .innerblock .title{
  width: 100%;
  text-align: center;
}
.is_real_kefu .innerblock .title h1 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
.is_real_kefu .innerblock .title h1 span{
  color: #9c7bff;
}
.is_real_kefu .innerblock .title h1:before{
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background: url(../images/title_prev.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 160px;
  top: 50%;
  margin-top: -5px;
}

.is_real_kefu .innerblock .title h1:after{
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background: url(../images/title_next.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 160px;
  top: 50%;
  margin-top: -5px;
}

.is_real_kefu .innerblock .title h3{
  color: #999999;
  font-size: 14px;
  font-weight: normal;
}

.is_real_kefu .innerblock .input_box{
  width: 638px;
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 71px;
  line-height: 50px;
  padding: 0 15px;
}
.is_real_kefu .innerblock .input_box input{

  width: 570px;
  font-size: 14px;
}
.x-icon-search{
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images/iaon.png) no-repeat;
  background-position: 50% 50%;
  position: relative;
  top: 10px;
}
.input_bitton{
  width: 638px;
  height: 50px;
  border-radius: 5px;
  margin-top: 20px;
  line-height: 50px;
  background: linear-gradient(-35deg,#977efe,#bd72ff);
  text-align: center;
  color:#ffffff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.input_result_true img{
  vertical-align: middle;
}
.input_result_true{
  font-size: 32px;
  color: #977efe;
  font-weight: bold;
  text-align: center;
  margin-top: 73px;
}
.input_result_true p{
  margin-top:24px;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: normal;
}
.input_result_true p span:first-child{
  color: #666666;
  font-weight: bold;
}
.input_result_true p span:last-child{
 font-style:oblique ;
}

.input_result_true .last_line p{
  float: left;
  font-size: 14px;
  color: #666666;
  text-align: left;
}
.input_result_true .last_line p:first-child{
  width: 43px;
  font-weight: bold;
}
.input_result_true .last_line p:last-child{
  width: calc(100% - 43px);
}

.input_result_true.false{
  color: #f10a0f;
}

.close_icon{
  width: 40px;
  height: 40px;
  background: url(../images/close_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 168px;
  right: 530px;
  cursor: pointer;
}
.close_icon:hover{
  background: url(../images/result_close_hover.png) no-repeat;
}


/* 底部内容 */


.footer{
	position: relative;
	height: 525px;
	width: 100%;
	background:#272A2B;
	min-width: 1280px;
}
.footer .footer_top{
	width: 100%;
	background:#272A2B;
	text-align: center;
}
.footer .footer_top .footer_top_cont{
	width: 1280px;
	text-align: left;
	display: inline-block;
	margin:0 auto;
}
.footer .footer_top .footer_top_cont .footer_top_cont_one{
	display: inline-block;
	padding-top:70px;
	width: 100%;
	box-sizing: border-box;
	vertical-align:top;
}
.footer .footer_top .footer_top_cont .footer_top_cont_one .cont_one_left{
	width: 545px;
	display:inline-block;
	vertical-align:top;
}
.cont_one_left div{
	width: 90px;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
.cont_one_left div p{
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:rgba(255,255,255,1);
	line-height:14px;
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding-bottom: 15px;
	margin-bottom:8px;
}
.cont_one_left div a{
	width: 100%;
	display: inline-block;
	font-size:12px;
	font-family:MicrosoftYaHei;
	color:rgba(136,136,136,1);
	line-height:26px;
}
.cont_one_left div a:hover{
	color:#FFFFFF;
}
.cont_one_hr{
	width:1px;
	height:132px;
	background:rgba(255,255,255,0.1);
	display: inline-block;
	vertical-align:middle;
	margin-left: -5px;
	    margin-right: 5px;
}
.footer .footer_top .footer_top_cont .footer_top_cont_one .cont_one_right{
	width: 500px;
	display: inline-block;
	vertical-align:top;
}
.cont_one_right div{
	width: 100px;
	display: inline-block;
	margin-left:46px;
	vertical-align: top;
}
.cont_one_right div p{
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:rgba(255,255,255,1);
	line-height:14px;
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding-bottom: 15px;
	margin-bottom:8px;
}
.cont_one_right div a{
	width: 75%;
	display: inline-block;
	font-size:12px;
	font-family:MicrosoftYaHei;
	color:rgba(136,136,136,1);
	line-height:26px;
}
.cont_one_right div a:hover{
	color:#FFFFFF;
}
.cont_one_relation{
	width: 210px;
	display: inline-block;
	vertical-align: top;
	float: right;
}
.cont_one_relation .cont_one_relation_one{

}
.cont_one_relation .cont_one_relation_one img{
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
}
.cont_one_relation .cont_one_relation_one div{
	display: inline-block;
	vertical-align: middle;
	margin-left:11px;
}
.cont_one_relation .cont_one_relation_one div span{
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:rgba(136,136,136,1);
	line-height:14px;
	margin-bottom:5px;
	display: inline-block;
}
.cont_one_relation .cont_one_relation_one div p{
	font-size:20px;
	font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:20px;
}
.cont_one_relation .cont_one_relation_two{
	height:48px;
	background:rgba(47,50,51,1);
	text-align: center;
	margin: 28px 0 24px;
	cursor: pointer;
}
.cont_one_relation .cont_one_relation_two a{
	display: inline-block;
	width: 100%;
}
.cont_one_relation .cont_one_relation_two:hover{
	background:rgba(64,66,67,1);
}
.cont_one_relation .cont_one_relation_two img{
	width: 16px;
	height: 16px;
	line-height:48px;
	vertical-align: middle;
}
.cont_one_relation .cont_one_relation_two .cont_one_relation_two_hr{
	width:1px;
	height:8px;
	background:rgba(255,255,255,1);
	opacity:0.3;
	display: inline-block;
	margin:0 12px;
	vertical-align: middle;
}
.cont_one_relation .cont_one_relation_two span{
	font-size:16px;
	font-family:MicrosoftYaHei;
	color:rgba(255,255,255,1);
	line-height:48px;
	display: inline-block;
	vertical-align: middle;
}
.cont_one_relation .cont_one_relation_three{}
.cont_one_relation .cont_one_relation_three span{
	font-size:12px;
	font-family:MicrosoftYaHei;
	color:rgba(136,136,136,1);
	line-height:12px;
}

.footer .footer_top .footer_top_cont .footer_top_cont_two{
	margin-top:26px;
}
.footer .footer_top .footer_top_cont .footer_top_cont_two div{
	width:121px;
	height:61px;
	background:rgba(47,50,51,1);
	display: inline-block;
	float:left;
	margin-right: 7px;
	text-align: center;
}
.footer .footer_top .footer_top_cont .footer_top_cont_two div:last-child{
	margin-right: 0;
}
.footer .footer_top .footer_top_cont .footer_top_cont_two div span:nth-child(1){
	width:20px;
	height:20px;
	border:1px solid rgba(255,255,255,0.4);
	font-size:12px;
	font-family:STSongti-SC-Black,STSongti-SC;
	font-weight:900;
	color:rgba(141,141,141,1);
	text-align: center;
	margin-right:12px;
	display: inline-block;
	vertical-align: middle;
}
.footer .footer_top .footer_top_cont .footer_top_cont_two div span:nth-child(2){
	font-size:12px;
	font-family:MicrosoftYaHei;
	color:rgba(255,255,255,1);
	line-height:61px;
	display: inline-block;
}


.footer .footer_bottom{
	width: 100%;
	background:#212424;
	    position: absolute;
	    bottom: 0;
	    left: 0;
}
.footer .footer_bottom .footer_bottom_cont{
	width: 1280px;
	height: 120px;
	margin:0 auto;
	padding: 40px 0;
	box-sizing: border-box;
}
.footer .footer_bottom .footer_bottom_cont .footer_bottom_cont_left{
	width: 612px;
	display: inline-block;
	vertical-align: middle;
}
.footer .footer_bottom .footer_bottom_cont .footer_bottom_cont_left p{
	font-size:12px;
	font-family:MicrosoftYaHei;
	color:rgba(136,136,136,1);
	line-height: 20px;
	padding:3px 0 7px;
}
.footer .footer_bottom .footer_bottom_cont .footer_bottom_cont_left p a{
		color:rgba(136,136,136,1);
		cursor: pointer;
		margin: 0 1px;
}
.footer .footer_bottom .footer_bottom_cont .footer_bottom_cont_right{
	display: inline-block;
	float: right;
}
.footer .footer_bottom .footer_bottom_cont .footer_bottom_cont_right img{
	height: 40px;
	object-fit: cover;
	margin-left: 15px;
	vertical-align: middle;
}
.footer_list{
  height: 426px;
}
