body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
 	margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) }
body { font-size: 14px; font-family: Microsoft YaHei; font-weight: 400; color: #333333;}
 li ,ul,ol{ list-style: none }
 i,b{font-style: normal;font-weight: lighter;} .nowrap{white-space:nowrap;}
.clearfix { display: block;zoom: 1; }
.clearfix:after {content: " "; display: block;font-size: 0;height: 0;clear: both;visibility: hidden;}
a { color: #333333; text-decoration: none; cursor: pointer;}
a:hover { color: #000; text-decoration: none; }
button, input, optgroup, option, select, textarea { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; outline: 0 }
img { display: inline-block; vertical-align: middle }
html{background-color: #f6f6f6;}
div,p{box-sizing: border-box;}
div:focus { outline: none; }
h1, h2, h3, h4, h5,h6 { font-weight: 400}

  /* ::-webkit-scrollbar {
  width : 10px;  
  height: 1px;
  }
  ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #f8f8f8;
  }
  ::-webkit-scrollbar-track {
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  } */ 
.wrap{width: 1200px; margin: 0 auto;}
.flex { display: -webkit-box;  display: -moz-box;   display: -ms-flexbox;  display: -webkit-flex;  display: flex; }
.flex-y{-webkit-flex-direction: column; -moz-flex-direction: column;-ms-flex-direction: column; -o-flex-direction: column; flex-direction:column; }
.flex-1 { -webkit-flex: 1;   -ms-flex: 1;  flex: 1;  -webkit-box-flex: 1;  -moz-box-flex: 1; }
.justify-between { -webkit-box-pack: justify;  -webkit-justify-content: space-between;  -ms-flex-pack: justify; justify-content: space-between;}
.flex-y-center { -webkit-box-align: center; -webkit-align-items: center;   -ms-flex-align: center;  align-items: center; }
.flex-x-center {  -webkit-box-pack: center; -webkit-justify-content: center;  -ms-flex-pack: center;  justify-content: center;}
.flex-x-between {  -webkit-box-pack: justify;  -webkit-justify-content: space-between;  -ms-flex-pack: justify; justify-content: space-between; }
.flex-x-end {  -webkit-box-pack: end; -webkit-justify-content: end;  -ms-flex-pack: end;  justify-content: flex-end;}
.flex-wrap{-webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
.hua{ text-decoration: line-through; font-size: 12px; font-weight: 400; color: #BFBFBF;  }
.xh1 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; word-break: break-all; }
.xh2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; word-break: break-all; }
.xh3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; word-break: break-all; }
.l{float:left;} .r{float:right} .bfc{ overflow:hidden;*display:inline;*zoom:1;}
  /*.hover,.hover:hover::after,.hover:hover::before,:hover{-webkit-transition: all .3s ease-in;transition: all .3s ease-in; }*/
  .round{-webkit-border-radius:4px;border-radius:4px;} .radius{-webkit-border-radius:100%;border-radius:100%;}
  .tc{text-align:center;} .tr{text-align:right} .tl{text-align:left}  
  .cp{cursor: pointer;} .fw{font-weight:bold}
  .pr{ position:relative} .pa{ position:absolute} .pf{position:fixed}
  .left0{left:0} .right0{right:0} .top0{top:0} .bottom0{bottom:0;}
  .dib{display:inline-block;} .db{display:block;} .dn{display: none;} .va-s{vertical-align:sub}
  .va-m{vertical-align:middle;} .va-t{vertical-align:top;} .va-b{vertical-align:bottom;} .va-tt{vertical-align: text-top;}
  .c-f{color:#fff;} .c-0{color:#000} .c-3{color:#333} .c-5{color:#555} .c-6{color:#666} .c-8{color:#888} .c-9{color:#999} 
  .c-red{color:#f00} .c-info{color:#409EFF} .c-success{color:#07c160} .c-o{color: #FFC191;} .c-bf{color:#bfbfbf}
  .c-main{color: #FF4000;} .bg-main{background-color: #FF4000;} .c-price{color:#F96057} .c-b{color:#576B95}
  .bg-e1{background-color:#e1e1e1} .bg-f{background-color:#fff;} .bg-e{background-color:#eee;} 
  .bg-f8{background:#f8f8f8 !important;}
  .f12{font-size: 12px;} .f13{font-size: 13px;} .f14{font-size: 14px;} .f15{font-size: 15px;} .f16{font-size: 16px;} .f17{font-size: 17px;}
  .f18{font-size: 18px;} .f20{font-size: 20px;} .f22{font-size: 22px;} .f24{font-size: 24px;} .f26{font-size: 26px;} .f28{font-size: 28px;}
  
  .shadow-basic{box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)}
  .shadow-light{box-shadow: 0 8px 12px #ebedf0}
  .border-b{border-bottom: 1px solid #eee;} .border-t{border-top: 1px solid #eee;}
  
  .m-auto{margin:0 auto} .m0{margin:0}  .pd0{padding:0} 
  .m16{margin:16px} .ml-16{margin-left: 16px;} .mr-16{margin-right: 16px;}
  .ml-5{margin-left: 5px;} .mr-5{margin-right: 5px;} .mt-5{margin-top: 5px;} .mb-5{margin-bottom: 5px;}
  .ml-10{margin-left: 10px;} .mr-10{margin-right: 10px;} .mt-10{margin-top: 10px;} .mb-10{margin-bottom: 10px;}
  .ml-12{margin-left: 12px;} .mr-12{margin-right: 12px;} .mt-12{margin-top: 12px;} .mb-12{margin-bottom: 12px;}
  .ml-15{margin-left: 15px;} .mr-15{margin-right: 15px;} .mt-15{margin-top: 15px;} .mb-15{margin-bottom: 15px;}
  .ml-20{margin-left: 20px;} .mr-20{margin-right: 20px;} .mt-20{margin-top: 20px;} .mb-20{margin-bottom: 20px;}
  .ml-32{margin-left: 32px;} .mr-32{margin-right: 32px;} .mt-32{margin-top: 32px;} .mb-32{margin-bottom: 32px;}
  .ml-30{margin-left: 30px;} .mr-30{margin-right: 30px;} .mt-30{margin-top: 30px;} .mb-30{margin-bottom: 30px;}
  .pl-5{padding-left: 5px;} .pr-5{padding-right: 5px;} .pt-5{padding-top: 5px;} .pb-5{padding-bottom: 5px;}
  .pl-10{padding-left: 10px;} .pr-10{padding-right: 10px;} .pt-10{padding-top: 10px;} .pb-10{padding-bottom: 10px;}
  .pl-12{padding-left: 12px;} .pr-12{padding-right: 12px;} .pt-12{padding-top: 12px;} .pb-12{padding-bottom: 12px;}
  .pl-15{padding-left: 15px;} .pr-15{padding-right: 15px;} .pt-15{padding-top: 15px;} .pb-15{padding-bottom: 15px;}
  .pl-24{padding-left: 24px;} .pr-24{padding-right: 24px;} .pt-24{padding-top: 24px;} .pb-24{padding-bottom: 24px;}
  .p24{padding: 24px;} .p20{padding: 20px;} .p16{padding:16px} .pd32{padding: 32px;}
  .pl-20{padding-left: 20px;} .pr-20{padding-right: 20px;} .pt-20{padding-top: 20px;} .pb-20{padding-bottom: 20px;}
  .pl-32{padding-left: 32px;} .pr-32{padding-right: 32px;} .pt-32{padding-top: 32px;} .pb-32{padding-bottom: 32px;}
  .pl-30{padding-left: 30px;} .pr-30{padding-right: 30px;} .pt-30{padding-top: 30px;} .pb-30{padding-bottom: 30px;}
  .mb-20{margin-bottom: 20px;} .mb-30{margin-bottom: 30px;} .mb-40{margin-bottom: 40px;} .mb-45{margin-bottom: 45px;}
  .pl-0{padding-left: 0px;} .pr-0{padding-right: 0px;} .pt-0{padding-top: 0px;} .pb-0{padding-bottom: 0px;}
  .w100{width:100%} .h100{height:100%} .h80{height:80%} .w60{width: 60%;}
  .w50{width:50%} .w30{width:30%} .w70{width:70%} .w80{width:80%} .w20{width:20%} 
  .lh30{line-height: 30px;}
  .y-center{top:50%; transform: -webkit-translateY(-50%); transform: -ms-translateY(-50%); transform: translateY(-50%);}


/* 搜索全网 */
.shichang-list{border-bottom: 1px solid #eee;padding-top: 30px;}
.shichang-list:last-child{border-bottom: none;}
.shichang-list .icon-dingwei{padding-right: 10px;}
.shichang-list .stit dt{font-size: 22px; color: #576B95; font-weight: bold; margin-bottom: 15px;}
.shichang-list .stit dd{font-size: 16px; color: #666;}
.shichang-list .stit a{border:1px solid #bfbfbf; border-radius: 4px; width: 140px; height: 38px; line-height: 38px;text-align: center;}
.shichang-list .scon{ margin:20px -21px 24px 0;}
.shichang-list .scon img{margin-right: 21px; float: left;}
.shichang-list .stit a:hover{border:1px solid #FF4000;background: #FF4000;color: #fff;}
/* 求购 */
.qiugou-gongying .neirong{ margin: 0 24px; }
.qggy-item{ padding-top: 32px; border-bottom: solid 1px #eee;display: block; }
.qggy-item:last-child{ border-bottom: none; }
.qggy-item .item-list{ display: flex; align-items: center; }
.item-list .qggy-item-img{ width: 44px; height: 44px; margin-right: 16px; }
.item-list .qggy-item-name{ font-size: 18px; font-family: Microsoft YaHei; font-weight: 400; line-height: 24px; color: #333333; cursor:pointer; }
.qggy-item .item-middle{ padding: 16px 0px 0px 60px; }
.item-middle .qggy-shuoming{ font-size: 16px; font-family: Source Han Sans CN;
	font-weight: 400; line-height: 24px; color: #666666; padding-bottom: 16px; }
.qggy-item .item-img-list{ display: flex; }
.qggy-item .item-img-list:last-child{margin-right: 0;}
.qggy-item .item-img{ width: 24%; /*height: 170px;*/ margin-right: 15px; }
.qggy-item .item-dingwei{ display: flex; align-items: center;  padding: 16px 0 24px 0; }
.item-middle .item-dingwei-img{ width: 13.5px; height: 16.31px; padding: 0 10px 0 26px; }
.item-middle .icon-dingwei{padding-right: 10px; font-size: 17px;}
.qggy-item .item-dingwei-qiugou{ font-size: 16px; font-family: Microsoft YaHei; font-weight: 400;
 line-height: 21px; color: #FF4000; padding-right: 26px;}
.qggy-item .item-dingwei-weizhi{ font-size: 16px; font-family: Microsoft YaHei; font-weight: 400;
	line-height: 21px; color: #BFBFBF; }
.qggy-item .item-liuyan{background: #F8F8F8; border-radius: 2px; padding: 14px 0 0px 0px; margin-bottom: 24px; }
.qggy-item .item-name{ display: flex; align-items: center; padding-bottom: 12px; border-bottom: solid 1px #eee; padding-left: 16px; }
.qggy-item .item-name-heart{ width: 16px; height: 16px; margin-right: 10px; }
.qggy-item .item-name-list span{ font-size: 14px; font-family: Source Han Sans CN;
	font-weight: 400; line-height: 24px; color: #576B95; }
.qggy-item .item-liuyan-list{ padding: 12px 16px 0 16px; }
.qggy-item .item-liuyan-item{ font-size: 14px; font-family: Source Han Sans CN;
	font-weight: 400; line-height: 24px; padding-bottom: 20px; }
.qggy-item .item-liuyan-name{ color: #576B95; }
.qggy-item .maohao{ padding: 0 10px 0 5px; }
.qggy-item .item-liuyan-content{ color: #999; }
.qggy-item:hover .qggy-item-name{color: #ff4000;}
/* 城市 */
.pos-city{font-size: 14px; color: #333;}
.pos-city .f16{margin-right: 15px; font-weight: bold;}
.pos-city span{padding: 0 32px 20px 0;white-space:nowrap; display: inline-block;}
.pos-city .flex-1{margin-top: 5px;}
/* 图库 */
.sctk-list{ display: flex;  width: 1200px; flex-flow: row wrap; }
.sctk-list .sctk-item{ width: 220px; height: 250px; border: 1px solid #DFDFDF;
	display: flex; flex-direction: column; align-items: center; margin-bottom: 32px; }
.sctk-list .sctk1{ width: 196px; height: 172px; padding: 12px 12px 27px 12px; }
.sctk-list .xh1{ font-size: 18px; font-family: Source Han Sans CN;
	font-weight: 400; line-height: 26px; text-align: center; color: #666666; }
/* 搜索-商品,石材, */
.goods-list{margin-left:-9px;margin-right:-9px; flex-wrap: wrap;}
.goods-list .item{width: 290px; margin:0 7px 16px;}
.goods-list .xh2{font-size: 16px; color: #333;height: 41.6px}
.goods-list .gcon{padding:14px 12px 24px; border:1px solid #eee; border-bottom-left-radius: 4px; 
	border-bottom-right-radius: 4px; background-color: #fff;}
.goods-list .gcon .price{margin:13px 0 10px; display: flex;align-items: center;}
.goods-list .price .c-price,.goods-list .price .c-main{font-weight: bold; font-size: 18px; margin-right: 16px;}
.goods-list .item:hover .xh2{color: #ff4000;}
/* 限时求购 */
.xsqg-list{ display: flex; justify-content: space-between; flex-flow: row wrap; }
.xsqg-list .xsqg-item{ width: 568px; box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1); display: flex; padding: 20px;margin-bottom: 38px; }
.xsqg-list .xsqg-item>a {display: block;width: 568px;display: flex;}
.xsqg-list .item-left { /* width: 237px; height: 161px; */ margin-right: 12px; overflow:hidden;}
.xsqg-list .item-right{ flex: 1; display: flex;  flex-direction: column; justify-content: space-between;}
.xsqg-list .item-time{ display: flex; align-items: center; font-size: 18px;
	font-family: Source Han Sans CN; font-weight: 500; line-height: 31px; margin-bottom: 10px; }
.xsqg-list .item-djs{ /*width: 107px;*/ height: 22px; line-height: 22px; border: 1px solid #FF4000; border-radius: 4px; color: #FF4000; margin-left: 10px;
	display: flex; justify-content: space-around; align-items: center; }
.xsqg-list .item-text{ width: 280px; font-size: 14px; font-family: Source Han Sans CN; font-weight: 400; line-height: 24px; color: #999999; margin-bottom: 20px; }
.xsqg-list .item-text a{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; word-break: break-all;}
.xsqg-list .item-phone{ font-size: 16px; font-family: Source Han Sans CN; font-weight: 400; line-height: 27px; color: #666666; }
.xsqg-list .xsqg-item:hover .xh1 {color: #ff4000;}
/* 石材 图片列表 */
.img-list{margin-left: -5px; margin-right: -7px;}
.img-list img{ width: 290px; height: 218px; margin:0 6.5px 16px;}

/* 轮播 */
.swiper-container img{/*width: 100%;*/ height:100%;}
.swiper-button-prev:after,.swiper-button-next:after{font-size: 26px;}
.swiper-pagination-fraction{ width: 60px;  background: rgba(0,0,0,.4);  color: #fff;
				    border-radius: 18px; font-size: 14px;  right: 24px!important; left: auto;}

/* title-lr */
.title-lr{font-size: 26px;color: #333; text-align: center;}
.title-lr img{padding:0 23px;width: 25px; height: 21px;}
/* 查看更多按钮 */
.more-btn{ display: flex; align-items: center; justify-content: center; width: 240px; height: 40px; line-height: 40px; text-align: center;
	border: 1px solid rgba(254, 53, 15, 0.7); border-radius: 2px; font-size: 14px; color: #FF4000; margin: 40px auto; }
.more-btn .iconfont{ color: #FE350F; font-size: 16px; margin-left: 8px;}
.more-btn:hover{background-color: rgba(254, 53, 15, 0.7); color: #fff;}
.more-btn:hover .iconfont{color: #fff;}
/* 按钮 */
.btn1,.btn2,.btn3{cursor: pointer;border-radius: 4px; display: inline-block;text-align: center;}
.btn1{background-color: #FF4000; color: #fff;  }
.btn1:hover{opacity: .9; color: #fff;}
.btn2{border:1px solid #FF4000; color: #FF4000; }
.btn2:hover{background: #FF4000; color: #fff;}
.btn3{background-color: #f0f0f0; color: #666;  }
.btn3:hover, .btn3.active{background-color:rgba(255, 64, 0, 0.08); color: #FF4000; }

/* 顶部广告 start */
.top-bannar { width: 100%; height: 180px; }
.top-bannar .img { width: 100%; height: 180px; }
/* 顶部广告 end */

/* 右侧固定联系 */
.chat-side{right: 0; top:20%; background-color: #fff;z-index: 102;}
.chat-side li{/*width:82px; height: 90px;*/ width:70px; height: 74px; border:1px solid #eee; border-bottom: none; text-align: center; color: #999; cursor: pointer;}
.chat-side li a{color: #999;display: block;}
.chat-side li i{font-size: 26px;display: block;margin-bottom: 8px; margin-top:10px; text-align: center;}
.chat-side li span{font-size: 14px;}
.chat-side li:last-child{border-bottom: 1px solid #eee;;}

/* menu更多 */
.more-shade{z-index: 98;background-color: rgb(0, 0, 0);opacity: 0.5;left: 0;width: 100%;height: 100%;position: fixed; }
.more-content{position: absolute;background-color: #fff; right:0;z-index: 99;width:580px;padding:15px 15px; margin-top: 8px;}
.more-content::before{content: ''; position: absolute;width: 0;height: 0; border-top: transparent;
    border-right: transparent; border-bottom: 15px solid #fff; border-left: 18px solid transparent; top: -15px; right: 12px;}
.more-content a{font-size: 16px; line-height: 16px; color: #333; padding: 0 16px 17px 24px; margin-bottom: 20px; white-space: nowrap;}
.more-content a{font-size: 16px;color: #333; margin: 9px;white-space: nowrap;height: 38px;line-height: 38px;padding: 0 10px; display: inline-block;border-radius: 5px;}

/* 顶部状态栏 start */
.top-status { width: 100%; height: 34px; background: #EDEDED; font-size: 12px; color: #666666; }
.top-status .content { width: 1200px; height: 34px; margin: 0 auto;
	display: flex; align-items: center; justify-content: space-between; }
.top-status .left { color: #FF4000; }
.top-status .iconfont{ font-size: 14px; margin-right: 2px; }
.top-status .city { color: #333333; margin-left: 16px; }
.top-status .city .iconfont { font-size: 8px; color: #999999; margin-left: 8px; }
.top-status .right { display: flex; align-items: center; }
.top-status .ul1 { display: flex; align-items: center; }
.top-status .ul1 li { border-right: solid 1px #BFBFBF; line-height: 14px; padding-left: 24px; padding-right: 32px; }
.top-status .ul1 li:nth-child(1){ position: relative; }
.top-status .ul1 li:last-child{ border: none; padding-right: 40px; }
.top-status .icon { position: absolute; top: 50%; left: -2px; transform: translateY(-50%); width: 20px; height: 20px; border-radius: 50%; }
.top-status .right .cart{ font-size: 12px; font-weight: 400; color: #666666; }
.top-status .right .iconfont{ color: #FF4000; font-size: 14px; margin-right: 2px; }
/* 顶部状态栏 end */

/* 导航栏 start */
.header-box{ display: flex; align-items: center; width: 1200px; margin: 0 auto; }
.header-box .logo{ margin-left: 40px; padding: 20px 0; }
.header-box .logo .logo-img{ width: 99px; height: 81px; }
.header-box .search-box{ /*margin-left: 208px; margin-right: 103px;*/ margin-left: 40px; margin-right: 30px; width: 507px; }
.header-box #top_qr_image span{display: flex; float: left; margin-right: 15px;}
.header-box #top_qr_image span font{writing-mode: vertical-lr; text-align:center;}
.header-box .search-box .search-ul{ display: flex; align-items: center; margin-left: 10px; }
.header-box .search-box li{ width: 50px; height: 28px; line-height: 28px; text-align: center;
	border-radius: 2px 2px 0px 0px; font-size: 12px; font-weight: 400; color: #333333; }
.header-box .search-box li.act{ background: #FF4000; color: #FFFFFF; }
.header-box .search-box .search-form{ position: relative; display: flex; align-items: center; width: 507px; height: 40px;
	line-height: 40px; background: #FFFFFF; border: 2px solid #FE350F; border-radius: 2px; padding-left: 36px; }
.header-box .search-box .icon-sousuo{ position: absolute; top: 50%; left: 6px;
	transform: translateY(-50%); font-size: 28px; color: #999999; }
.header-box .search-box .xiangji{ position: absolute; right: 90px; width: 60px; height: 25px; background: #F0F0F0;
	border-radius: 2px; font-size: 12px; font-weight: 400; color: #666666; line-height: 22px; text-align: center; }
.header-box .search-box .xiangji .iconfont{ position: relative; top: 2px; font-size: 18px; margin-right: 4px; }
.header-box .search-box .inp{ width: 67%; height: 36px; border: none; padding-right: 90px; }
.header-box .search-box .btn{ width: 79px; height: 40px; line-height: 40px; background: #FF4000;
	border-radius: 0px 2px 2px 0px; font-size: 16px; font-weight: 400; color: #FFFFFF; text-align: center; }
.header-box .tel-box{ display: flex; align-items: center; }
.header-box .tel-box .tel-icon{ width: 38px; height: 40px; margin-right: 16px; }
.header-box .tel-box .content{ flex: 1; display: flex; flex-direction: column; font-size: 14px; font-weight: 400; color: #666666; }
.header-box .tel-box .tel{ font-size: 22px; font-weight: bold; color: #333333; }
/* 导航栏 end */

/* 分类 start */
.menu-box{ position: -webkit-sticky; position: sticky; top: 0; z-index: 101;
	width: 100%; height: 46px; line-height: 44px; background: #FF4000; }
.w1200{width: 1200px; margin: 0 auto;}
.menu-box .menu{ display: flex; align-items: center; justify-content: space-between; }
.menu-box .menu li a,.menu-box .menu li{ font-size: 16px; font-weight: 400; color: #FFFFFF;cursor: pointer; }
.menu-box .menu li a{padding: 4px 17px 6px;}
.menu-box .menu li:last-child{ margin-right: 0; }
/*.menu-box .menu li.act a,.menu-box .menu li a:hover{ font-weight: bold; color: #FFFFFF; }*/
.menu-box .menu li.act a,.menu-box .menu li a:hover{ font-weight: bold; color: #FFF;background: rgba(255,255,255,.4); border-radius: 15px;}
/* 分类 end */

/* 友情链接 start*/
.yqlj{ background: #fff; }
.yqlj .container{ width: 1200px; margin: 0 auto; padding-bottom: 56px; }
.yqlj .yqlj-title{ padding: 32px 0 24px 0; font-size: 24px;
	font-family: Microsoft YaHei; font-weight: 400; line-height: 31px; color: #333333; }
.yqlj .yqlj-content{ display: flex;  align-items: center;
	background: #f8f8f8; height: 66px; flex-flow: row wrap; }
.yqlj .yqlj-item{ width: 12.5%; text-align: center; font-size: 18px;
	font-family: Source Han Sans CN; font-weight: 400; line-height: 17px;  }
/* 友情链接  end */

/* 底部 start */
.black{ background: #000; }
.db .container{ width: 1200px; margin: 0 auto; padding: 44px 0 55px 0; display: flex; }
.db .db-left{ /* padding-right: 78px; */ border-right: solid 1px rgba(255, 255, 255, 0.2); /* width: 813px; */ height: 140px; }
.db .db-left-top .db-left-top-a{ font-size: 16px; font-family: Source Han Sans CN; font-weight: 400; line-height: 18px; color: #999999; }
.db .db-left-top-a span{ /*padding-right: 30px;*/ padding-right: 30px; }
.db .db-left-top .db-left-top-a{ border-right: solid 1px #999; }
.db .db-left-top-a:not(:first-child){ /*padding-left: 40px;*/ padding-left: 30px; }
.db .db-left-top .db-left-top-a:last-child{ border: none; }
.db .db-left .db-left-middle{ padding: 27px 0 50px 0; }
.db .db-left .db-left-middle a{ font-size: 14px; font-family: Source Han Sans CN; font-weight: 400; line-height: 17px; color: #999999; }
.db .db-left-middle span{ margin-right: 28px; }
.db .db-left-bottom{ display: flex; justify-content: space-between; }
.db .db-item-img{ width: 30px; height: 30px; padding-right: 6px; }
.db .db-item{ display: flex; /*padding-right: 65px;*/ padding-right: 25px; }
.db .db-left-bottom .db-item .db-item-text{ font-size: 14px; font-family: Source Han Sans CN; font-weight: 400;
	line-height: 17px; color: #999999; }
.db .db-right{ flex: 1; /*display: flex;*/ float: left; justify-content: space-between; }
.db .db-android{ float:left; /*padding-left: 70px;*/ padding-left: 25px; display: flex; flex-direction: column; align-items: center; }
.db .db-android1{ float:left; /*padding-left: 70px;*/ padding-left: 30px; display: flex; flex-direction: column; align-items: center; }
.db .erweima{ width: 120px; height: 120px; }
.db .db-an{ /*padding-top: 28px;*/ padding-top: 10px; font-size: 16px;
	font-family: Source Han Sans CN; font-weight: 400; line-height: 19px; color: #999999; }
/* 底部 end */

/* bottom start */
.footer-bottom{ background: #000; opacity: 0.6; }
.footer-bottom .container{ text-align: center; }
.footer-bottom .text,.footer-bottom .text a{ padding: 20px 0; font-size: 14px; font-family: Source Han Sans CN; font-weight: 400; line-height: 17px; color: #999999; }
/* bottom end */

/* 个人中心left menu */
.menu-left {
	float: left;
	width: 200px;
	background: #FFFFFF;
	opacity: 1;
	padding-top: 20px;
	padding-bottom: 32px;
	margin-right: 32px;
}
.menu-left .active a{color: #FFF;}
.menu-left-item {
	width: 200px;
	height: 40px;
	background: #FFFFFF;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: #333333;
	border: none;
}

.geren-text {
	/* text-align: center; color: #fff; */
}

#geren-image {
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 20px;
}
.menu-left .active {
	width: 200px;
	height: 40px;
	background: #FF4000;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
}
/* 个人中心right menu */
.menu-right {
	/* 	flex: 1; */
	background-color: #FFFFFF;
	float: right;
	width: 968px;
}
.menu-right .mtit{padding: 30px 0 15px 37px;}
.menu-right .mtit .iconfont{color: #333; font-size: 18px; font-weight: bold;}

/* 聊天 */
  .chat{ width: 1200px; height: 600px;}
  .chat ::-webkit-scrollbar {/*滚动条整体样式*/width : 10px;  height: 1px;}
  /* 左侧联系人 */
  .chat .left-side ul{overflow-y: scroll;padding-right: 10px;}
  .chat .left-side li{margin-right: -10px;}
  .chat .left-side li.active{background-color: #f5f5f5;}
  /* 中间聊天 */
  .chat .center{border-left: 1px solid #D9D9D9; border-right: 1px solid #D9D9D9;flex-direction: column;
    display: flex;}
  .chat .center .tit{height: 64px;padding:0 24px;background-color: rgba(255, 64, 0, 0.08);border-bottom:1px solid #FFB39A;}
  .chat .chat-content{overflow-y: scroll; flex:1}
  .chat .chat-content .left p, .chat .chat-content .right p{ background: #f8f8f8; padding: 15px 25px 15px 20px; }
  .chat .chat-content .right p{padding:15px 20px 15px 25px;}
  .chat .chat-content .left p::before,.chat-content .right p::after{content: '';position: absolute;width: 0;height: 0;border-top: transparent;
      border-bottom: 15px solid transparent; border-left: transparent;  top: 10px;}
  .chat .chat-content .left p::before{border-right: 12px solid #f8f8f8;left: -12px;}
  .chat .chat-content .right p::after{border-left: 12px solid #f8f8f8;right:-12px;}
  .chat .chat-content .mb-16{margin-bottom: 16px;}
  .chat .chat-input{border-top:1px solid #eee;bottom: 0;left: 0; right: 0;height: 174px;
  padding: 20px 25px 32px; position:relative}
  .chat .chat-input img{padding-right:40px;}
  .chat .chat-form textarea{width: 100%;margin:8px 0;resize:none; border:1px solid #fff;}
  .chat .chat-form button{border:none;width: 100px;height: 40px;line-height: 40px;}
  
  .chat .right-side a.f18{height: 40px;line-height: 40px;color: #065EE5; background-color: rgba(6, 94, 229, 0.16);}
		
.db{display: block;}
/* layui弹窗 */
.layui-layer-title{text-align: center; font-size: 24px!important; color: #333!important; font-weight: bold;
	border-bottom: none!important;margin-top: 20px; padding-left: 80px!important;}
.layui-layer-close{margin: 20px 20px 0 0;}
/* layui-表单 */
.layui-textarea, textarea{resize: none;}
.layui-unselect{background-color: #F7F7F7;}
.layui-form-onswitch{background-color: #FF4000; border-color: #FF4000;}
::-webkit-input-placeholder{color:#bfbfbf; font-size: 14px;}
/* layui分页 */
.layui-laypage a, .layui-laypage span{padding: 0 10px; margin:0 4px}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #FF4000;}
.no_data, #chat_shop_name{text-align: center;}
.no-more-data{display:flex;background-color: #fff;height: 35px;align-items: center;justify-content: center}
.all_page a{
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    color: #333 !important;
    font-size: 12px;
    border-radius: 2px 0 0 2px !important;;
    padding: 0 10px !important;
    margin: 0 4px !important;
    border: 1px solid #eee !important;
    box-shadow: none !important;
}
.all_page a.act{
    background-color: #FF4000 !important;
    color: #fff !important;;
    border-color: #ff4000 !important;
}

.vip_name{color: #FF4000 !important;}

input[type=number]::-webkit-inner-spin-button {
    display:none;
}




