﻿/* Write your styles */

html,
body {
    position: relative;
    height: 100%;
    width: 100%;
}

* {
    padding: 0;
    margin: 0;
}

input {
    -webkit-appearance: none;
}

input[disabled] {
    background: none;
    opacity: 1
}

a {
    text-decoration: none;
    color: #333;
}

li {
    list-style: none;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .24rem;
    /* =14px */
    /* !important*/
    color: #544e4c;
}

*+address,
*+blockquote,
*+dl,
*+fieldset,
*+figure,
*+hr,
*+ol,
*+p,
*+pre,
*+ul {
    margin-top: 0rem;
}

address,
blockquote,
dl,
fieldset,
figure,
hr,
ol,
p,
pre,
ul {
    margin: 0 0 0rem 0;
}

ol,
ul {
    padding-left: 0em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0rem 0;
    font-weight: 600;
    font-size: 100%;
}

@media screen and (min-width: 320px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 56.25px;
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 58.59375px;
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 62.5px;
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 64.6875px;
    }
}

@media screen and (min-width: 440px) {
    html {
        font-size: 68.75px;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 75px;
    }
}

@media screen and (min-width: 520px) {
    html {
        font-size: 81.25px;
    }
}

@media screen and (min-width: 560px) {
    html {
        font-size: 87.5px;
    }
}

@media screen and (min-width: 600px) {
    html {
        font-size: 93.75px;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 680px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 720px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 960px) {
    html {
        font-size: 100px;
    }
}

#waik {
    float: left;
    width: 100%;
}

.rem2 {
    height: .2rem;
    background: #f1f1f1;
}

.rem1 {
    height: .1rem;
    background: #f1f1f1;
}


/*  */


/*search_bomb_box搜索弹框*/

.search_bomb_box {
    background-color: #fff;
    height: 100%;
    display: none;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

.search_top {
    background-color: #f5f5f5;
    border-bottom: #ddd solid 1px;
    padding: 2% 1%;
}

.search_top a {
    display: inline-block;
    vertical-align: middle;
    width: 8%;
}

.search_top a img {
    width: 38%;
    display: block;
    margin: 0 auto;
}

.search_top div {
    border: #dddddd solid 1px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    width: 83%;
    padding: 1%;
    overflow: hidden;
    background-color: #fff;
}

.search_top div select {
    color: #10805a;
    font-size: .24rem;
    vertical-align: middle;
    margin-left: 2%;
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/xsj_down.png) right center no-repeat #fff;
    background-size: 20%;
    margin-right: 2%;
    width: 14%;
    line-height: 120%;
}

.search_top div input {
    font-size: .26rem;
    line-height: 180%;
    color: #666;
    width: 82%;
    border: none;
    vertical-align: middle;
    background-color: #fff;
    margin-left: 2%
}

.search_top div button {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    width: 14%;
    border: none;
}

.search_top div button img {
    display: block;
    width: 46%;
    margin: 0 auto;
}

.search_txt {
    padding: 0 2%;
}

.search_txt h2 {
    font-size: .28rem;
    color: #a28d69;
    margin: 5% 1% 1%;
}

.search_txt ul {
    overflow: hidden;
}

.search_txt ul li {
    float: left;
    background-color: #f5f5f5;
    border: #ddd solid 1px;
    padding: 0 2%;
    margin: 3% 1% 0 1%;
}

.search_txt ul li a {
    display: block;
    color: #666;
    font-size: .24rem;
    line-height: 200%;
}


/*底部导航菜单*/

.foot_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 0px 3px #d2d2d2;
}

.foot_menu ul {
    background-color: #fff;
    padding-top: .5%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    display: flex;
    font-family: "微软雅黑";
    flex-wrap: nowrap;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.foot_menu ul li {
    text-align: center;
    width: 25%;
}

.foot_menu ul li i {
    display: block;
}

.foot_menu ul li img {
    display: block;
    margin: 0 auto;
    width: .45rem;
    height: .45rem;
}

.foot_menu ul li a {
    color: #544e4c;
    font-size: .24rem;
    display: inline-block;
    font-size: .2rem;
}

.foot_menu ul li.no a {
    color: #a28d69;
}

.foot_menu ul li.jiad {
    position: relative;
    background: #fff;
}

.foot_menu ul li.jiad img {
    width: .65rem;
    height: .65rem;
}

.foot_menu .bei {
    border-radius: 50%;
    width: 1.1rem;
    height: 1.1rem;
    z-index: -998 !important;
    background: #fff;
    position: absolute;
    top: -.2rem;
    box-shadow: 0px 0px 3px #d2d2d2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* banner */

.swiper-slide {
    text-align: center;
    font-size: .24rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner_shouy img {
    width: 100%;
}

.banner_shouy .swiper-pagination span {
    width: 8px;
    height: 8px;
    overflow: hidden;
    border: solid 1px #a28d69;
    background: none;
}

.banner_shouy .swiper-pagination span.swiper-pagination-bullet-active {
    background: #a28d69;
}


/* 首页-头部 */

.indix_top {
    width: .75rem;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    box-shadow: 0 0 3px #ababab;
    z-index: 999;
    background: #fff;
}

.indix_top .sos_t {
    padding: 0 .24rem;
    height: .75rem;
    display: flex;
    align-items: center;
}

.indix_top .sos_t input {
    width: 100%;
    padding-left: .5rem;
    height: .5rem;
    border-radius: .25rem;
    border: solid 1px #bfbfbf;
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/sos.png) no-repeat center left 3px;
    background-size: .38rem;
    font-size: .24rem;
    line-height: .5rem;
}


/* 首页-快捷导航 */

.kuaijdh_container {
    margin: .1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.kuaijdh_container img {
    width: .88rem;
}

.kuaijdh_container p {
    color: #333;
}

.kuaijdh_container a {
    width: 85%;
    height: 1.4rem;
    margin: 10px 0;
    display: block;
    box-shadow: 0 0 10px #c3c3c3;
    border-radius: 5px;
}


/* 首页-行业新闻 */

.hangye_news {
    border-top: solid .1rem #f1f1f1;
}

.biaot_zong {
    border-bottom: #f1f1f1 1px solid;
    padding: .15rem .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.biaot_zong h2 {
    font-size: .26rem;
}

.biaot_zong a {
    color: #a28d69
}

.hangye_news ul {
    overflow: hidden;
    padding: 0rem .2rem;
}

.hangye_news ul li {
    border-bottom: #f1f1f1 1px solid;
    line-height: .55rem;
    /* padding:.1rem 0; */
}

.hangye_news ul li p {
    width: 75%;
    float: left;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hangye_news ul li span {
    text-align: right;
    display: inline-block;
    width: 25%;
    color: #666;
}

.hangye_news .zhshi {
    height: 2rem;
    overflow: hidden;
    margin: .15rem 0rem;
}


/* 首页——商品列表 */

.index_shangp_list {
    background: #f1f1f1;
}

.biaot_gy_er {
    text-align: center;
    padding: .2rem;
    position: relative;
}

.biaot_gy_er p {
    display: inline-block;
    position: relative;
}

.biaot_gy_er p::after {
    content: "";
    width: .4rem;
    height: 1px;
    background: #666;
    display: block;
    position: absolute;
    top: 50%;
    right: -.6rem;
}

.biaot_gy_er p::before {
    content: "";
    width: .4rem;
    height: 1px;
    background: #666;
    display: block;
    position: absolute;
    top: 50%;
    left: -.6rem;
}

.index_shangp_list ul {
    padding: .2rem;
    overflow: hidden;
}

.index_shangp_list ul li {
    width: 48.5%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    margin-bottom: .2rem;
}

.index_shangp_list ul li:nth-child(2n) {
    float: right;
}

.index_shangp_list ul li h2 {
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.index_shangp_list ul li h2 img {
    width: 100%;
}

.index_shangp_list ul li p {
    color: #333;
    padding: 0 .1rem;
}

.index_shangp_list ul li p.bt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_shangp_list ul li p i {
    font-style: normal;
    color: #a28d69;
}

.index_shangp_list ul li p.shux {
    color: #999;
    margin-bottom: 5px;
}

.index_shangp_list ul li p.shux span {
    display: inline-block;
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/xtb.jpg) no-repeat center left;
    background-size: .24rem;
    padding-left: .27rem;
    margin-right: 5px;
}

.index_shangp_list ul li p.shux span.center {
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/xtb1.jpg) no-repeat center left;
    background-size: .24rem;
}

.index_shangp_list ul li p.shux span.right {
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/xtb2.jpg) no-repeat center left;
    background-size: .24rem;
}


/*=======================================
		商品列表页
  =======================================*/


/*弹出层部分共用样式重写*/

.c-filter-div .filter-city {
    margin-top: 1px;
}

.c-filter-div .select-one,
.c-filter-div .select-two {
    margin-top: .7rem;
}


/*商品分类页*/

.category-top .search {
    border-bottom: 1px solid #e8e8e8;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    background: #F6F6F9
}

.menu-left,
.menu-right {
    position: fixed;
    /* left: 0; */
    top: 39px;
    bottom: 0;
    overflow-y: scroll;
    width: 30%;
}

.menu-right #loading {
    left: .02rem;
    top: .1rem;
}

.menu-left {
    background: #F6F6F9;
}

.menu-left ul {
    padding-bottom: 1.2rem;
}

.menu-left ul li {
    padding: 0.3rem .08rem;
    box-sizing: border-box;
    font-size: 0.2rem;
    /* width: 1.6rem; */
    text-align: center;
    border-bottom: solid 1px #ececec;
}

.menu-left ul li.active {
    background: #fff;
    position: relative;
    color: #a28d69;
}

.menu-left ul li.active:before {
    content: " ";
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background: #a28d69;
    top: 0;
    left: 0;
}

.menu-right {
    background: #fff;
    position: absolute;
    margin-left: .03rem;
    margin-top: 0.1rem;
    right: 0;
    /* bottom: 0; */
    /* left: 0.6rem; */
    width: 70%;
}

.menu-right h5 {
    font-size: .22rem;
    line-height: .22rem;
    padding-left: .2rem;
    border-left: solid 2px #ff2e26;
    color: #666;
    margin: .2rem;
}


/* .menu-right h5:first-child{margin-top:0;} */

.menu-right ul {
    overflow: hidden;
    padding-bottom: .2rem;
}

.menu-right ul li {
    text-align: center;
}

.menu-right ul li a {
    color: #999;
	height: 72px;
}

.menu-right ul li:nth-child(3n+1) a {
    left: 0;
    right: .7rem;
}

.menu-right ul li:nth-child(3n) a {
    right: 0;
    left: .7rem;
}

.menu-right ul li span {
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    overflow: hidden;
    text-align: left;
    font-size: .2rem;
    color: #292929;
}

.menu-right ul li span small{
    background: #DA0030;
    color: #FFFFFF;
    border-radius: 3px;
    padding: .5px 5px;
    font-weight: 700;
    margin-right: 1px;
    line-height: 200%;
}

.menu-right ul li img {
    width: 64px;
    height: auto;
    /* border:1px solid #ddd; */
}

.mune-no-img img {
    display: none
}

.mune-no-img span {
    color: #555;
    border-radius: 4px;
}

.class_banner {
    padding: 3% 2%;
    /* padding-top: 0px; */
}

.w-3 {
    width: 100%;
    /* padding: .6rem .4rem; */
    box-sizing: border-box;
    position: relative;
    border-bottom: 0.2px solid #ececec;
}
.w-3 a{
    display: flex;
    align-items: center;
}

.w-3 a img{
   margin: 4px 6px;
}

.class_banner img {
    width: 100%;
}


/* 子页面开始了 */

.ziye_toub {
    position: fixed;
    top: 0px;
    left: 0px;
    height: .75rem;
    width: 100%;
    line-height: .75rem;
    text-align: center;
    box-shadow: 0 0 3px #ababab;
    z-index: 999;
    background: #fff;
}

.ziye_toub p {
    font-size: .28rem;
}

.ziye_toub .left {
    width: .75rem;
    height: .75rem;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/back_jt.png) no-repeat center;
    background-size: .2rem;
}

.big_img .swiper-slide {
    background: rgba(0, 0, 0, 0.5);
}


/* 商品详情 */

.big_img {
    position: fixed;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.big_img .swiper-container2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.big_img .swiper-container2 .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.big_img .swiper-slide {
    width: 100%;
    height: 100%;
    display: table
}

.big_img .swiper-slide .cell {
    width: 100%;
    ;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.big_img .swiper-slide img {
    max-width: 90%;
    max-height: 80%;
    margin: 0 auto;
}

.big_img .swiper-pagination2 {
    position: absolute;
    top: 0.2rem;
    text-align: center;
    width: 100%;
}

.big_img .swiper-pagination2 span {
    margin: 0 0.05rem;
}

.loader>.none_yc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.list3_toux {
    padding: 2%;
    background: #fff;
    display: flex;
    margin-bottom: 1px;
}

.list3_toux .img {
    width: 1rem;
    height: 1rem;
    border: solid 1px #ececec;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 3%;
}

.list3_toux .text h2 {
    font-size: .28rem;
}

.list3_toux .tis_fuwu ul {
    padding-left: 0;
    color: #9a9a9a;
}

.list3_toux .img img {
    width: 100%;
}

.list3_neir {
    background: #fff;
    padding: 2%;
}

.list3_neir>dl {
    overflow: hidden;
}

.list3_neir>dl dd {
    border-bottom: dotted 1px #ddd;
    float: left;
    width: 50%;
    padding: 8px 0;
}

.list3_neir>dl dd span {
    color: #9a9a9a;
}

.list3_neir .text1 {
    padding: 4% 0;
    line-height: 190%;
    text-align: justify;
}

.list3_neir .img {
    overflow: hidden;
}

.list3_neir .text1 .yingc {
    display: none;
}

.list3_neir .img span {
    display: inline-block;
    width: 88px;
    height: 88px;
    margin-right: 1px;
    margin-bottom: 1px;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    background: #f3f3f3;
    vertical-align: middle;
    float: left;
}

.list3_neir .img span video {
    width: 100%;
    height: 100%;
}

.list3_neir .text1 input {
    background: none;
    border: none;
    color: #0e90d2;
}

.video {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

#fullpage {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: -1;
    position: absolute;
}

#fullpage button {
    position: absolute;
    top: 5%;
    right: 5%;
    background: rgba(255, 255, 255, .9);
    border: none;
    border-radius: 3px;
    padding: 2px 9px;
}

.masked {
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-color: #000;
}

.video video {
    max-width: 100%;
}

.list3_neir .img span {
    position: relative;
}

.list3_neir .img span i.bf {
    background: rgba(0, 0, 0, .6) url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/bf.png)no-repeat center center;
    background-size: 20px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.list3_fabshj {
    text-align: right;
    padding: 3% 0;
    color: #828282;
    overflow: hidden;
}

.list3_yhq span {
    background: rgba(255, 46, 38, .2);
    border-radius: 2px;
    color: #ff2e26;
    padding: 0 1%;
    margin-right: 2%
}

.list3_sc {
    /* padding: 2%; */
    overflow: hidden;
}

.list3_sc .top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: .1rem 0;
    position: relative;
}

.list3_sc .top .nosd {
    position: absolute;
    left: 0;
}

.list3_sc .top>p {
    padding-right: .3rem;
    color: #828282;
    line-height: .3rem;
    margin-left: 3%;
    font-size: .24rem;
}

.list3_sc .top>p.p1 {
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/h.png) no-repeat center right;
    background-size: .24rem;
}

.list3_sc .top>p.p1.no {
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/h1.png) no-repeat center right;
    background-size: .24rem;
}

.list3_sc .top>p.p2 {
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/csc.png) no-repeat center right;
    background-size: .24rem;
}

.list3_sc .top>p.p2.no {
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/csc1.png) no-repeat center right;
    background-size: .24rem;
}

.list3_sc .top>p.p3 {
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/list3_fx.png) no-repeat center right;
    background-size: .24rem;
}

.top_sc_r {
    position: relative;
}

.top_sc_r ul {
    overflow: hidden;
    padding: 2%;
    background: #f4f4f4;
    position: relative;
    margin: 2% 0;
}

.top_sc_r ul li {
    /* overflow: hidden; */
    float: left;
    width: .4rem;
    height: .4rem;
    background: #fff;
    margin: 2px;
    border-radius: 4px;
    overflow: hidden;
}

.top_sc_r ul li img {
    width: 100%;
}


/* .top_sc_r:before {    
	content: "";
	position: absolute;
	right: 18; 
	bottom: 100%;
	width: 0;
	height: 0;
	z-index: 999;
	border-top: 9px solid transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #f4f4f4;
}    */

.list3_fx_tk .am-modal-actions-header {
    padding: 4%;
    color: #999;
    font-size: .24rem;
}

.list3_fx_tk .am-modal-actions-group .am-list>li>a {
    padding: 4%;
}

.list3_fx_tk .am-btn {
    padding: 4%;
    font-size: .24rem;
}

.list3_fabshj ul {
    float: left;
    width: 70%;
}

.list3_fabshj ul li {
    float: left;
    background: #fff2e3;
    color: #ff8a3c;
    padding: 1% 3%;
    border-radius: 3px;
    margin-right: 2%;
    /* line-height: .4rem; */
}

.baozhang ul {
    padding-left: none;
}

.baozhang h3 {
    padding-left: .35rem;
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/bz.png) no-repeat left center;
    background-size: .26rem;
}

.baozhang .tis_fuwu {
    padding-top: .1rem;
}


/* r0805 */

.r85_tj_waik {
    overflow: hidden;
    padding: 2% 1%;
    margin: 0 2%;
    background: #fff;
}

.r85_tj_waik .r85_tj_right {
    width: 20%;
    float: left;
}

.r85_tj_waik .r85_tj_left {
    width: 80%;
    float: right;
}

.r85_tj_waik .sxk {
    padding: .2rem 2%;
}

.r85_tj_waik .sxk a {
    display: block;
    border: solid #ff4026 1px;
    color: #ff4026;
    width: 1rem;
    margin-bottom: .15rem;
    text-align: center;
    border-radius: 3px;
    line-height: .4rem;
}

.r85_tj_waik .sxk a:last-child {
    border: solid #159ad9 1px;
    color: #159ad9;
}

.zhes_yige_wedd_anniu {
    padding: 3% 0;
}

.zhes_yige_wedd_anniu a {
    background: #a18e67;
    color: #fff;
    width: 100%;
    padding: .15rem 0;
    display: block;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

.list3_neir .img span {
    width: 1.5rem;
    height: 1.5rem;
}

.list3_neir .img span>a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.list3_toux .tis_fuwu ul {
    padding-left: 0;
    color: #9a9a9a;
    margin-top: .1rem;
}

.tis_fuwu li {
    float: left;
    padding-left: .3rem;
    margin-right: .1rem;
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/dag_yh.png) no-repeat center left;
    background-size: .26rem;
}

.top_sc_r ul li.disddf {
    width: .8rem;
    text-align: center;
    line-height: .4rem;
    background: #ffffff;
    border: solid 1px #a18e67;
    position: absolute;
    right: 0;
    top: .2rem;
}

.top_sc_r ul {
    background: #fff;
    padding: .2rem 0;
    margin: .2rem 0;
    margin-bottom: 0;
}

.top_sc_r ul li.disddf a {
    color: #a18e67;
}

.top_sc_r ul .nodsf {
    overflow: hidden;
    height: .45rem;
    /* overflow: hidden; */
    padding-right: .7rem;
}

.list3_neir .list-img {
    width: 100%;
    max-height: 1.5rem;
    max-width: 1.5rem;
    /* padding-right: 5px; */
    float: left;
    object-fit: cover;
    margin-right: 1px;
    margin-bottom: 1px;
}

.click_dq {
    color: #159ad9;
}

.color_sdf {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding-bottom: .2rem;
}

.color_sdf ul {
    display: flex;
}

.color_sdf ul li {
    padding-left: .3rem;
    padding-right: .08rem;
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/yanz.png) no-repeat center left;
    background-size: .25rem;
}

.color_sdf ul li:nth-child(2) {
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/yanz1.png) no-repeat center left;
    background-size: .25rem;
}

.color_sdf ul li:nth-child(3) {
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/yanz2.png) no-repeat center left;
    background-size: .25rem;
}

.shijian_js {
    padding: .1rem;
    background: #e9e4db;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shijian_js .qian {
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/shijian.png) no-repeat center left;
    background-size: .3rem;
    padding-left: .35rem;
    color: #4b412e;
    font-size: .26rem;
}

.shijian_js .right {
    font-size: .2rem;
}

.shijian_js .right p {
    color: #a18e67;
}

.shijian_js .right p span {
    color: #4b412e;
    font-size: .24rem;
}

.qipaijia_q {
    overflow: hidden;
    padding: .1rem;
}

.qipaijia_q ul li {
    float: left;
    padding-right: .3rem;
}

.qipaijia_q ul li::before {
    content: "起";
    padding: .02rem .05rem;
    border: #999 solid 1px;
    border-radius: 3px;
    margin-right: .05rem;
    font-size: .2rem;
}

.qipaijia_q ul li:nth-child(2)::before {
    content: "保";
}

.toubuqq {
    padding: .2rem;
    display: flex;
    /* justify-content : space-between; */
    align-items: center;
    position: relative;
    border-bottom: solid 1px #f1f1f1;
}

.toubuqq .toux {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .2rem;
}

.toubuqq .toux img {
    width: 100%;
}

.toubuqq .mingz h2 {
    font-size: .35rem;
    font-weight: normal;
    padding-bottom: .1rem;
}

.toubuqq .mingz span {
    background: #e9e4db;
    padding: .05rem .1rem;
    border-radius: .3rem;
    /* line-height: .35rem; */
    color: #a18e67;
}

.toubuqq .guanz {
    background: #e9e4db;
    padding: .05rem .1rem;
    border-radius: .3rem;
    /* line-height: .35rem; */
    color: #a18e67;
    position: absolute;
    top: .35rem;
    right: .25rem;
}

.dp_spxx {
    text-align: center;
}

.dp_spxx ul {
    display: flex;
    justify-content: space-around;
    padding: .2rem 0;
}

.dp_spxx ul p {
    color: #999;
}


/* 新闻 */

.neir_lise {
    background: #fff;
    padding: 3%;
}

.neir_lise li {
    border-bottom: solid 1px #F6F6F9;
    overflow: hidden;
    padding: .12rem 0;
}

.neir_lise li .left {
    width: 65%;
    display: inline-block;
}

.neir_lise li h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .2rem;
    font-weight: normal;
}

.neir_lise li h1 a {
    color: #544e4c;
}

.neir_lise li .right {
    width: 30%;
    max-height: 1.75rem;
    float: right;
    overflow: hidden;
    border-radius: .1rem;
    display: flex;
    align-items: center;
}

.neir_lise li .right img {
    width: 100%;
}

.neir_lise li p {
    color: #828282;
}

.neir_lise li p span {
    padding-right: .2rem;
    /* display: inline-block; */
    position: relative;
}

.neir_lise li p span.yanj {
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/Eye.svg)no-repeat center left;
    background-size: .24rem;
    padding-left: .28rem;
}

.neir_lise li p i {
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/cc.png)no-repeat center left;
    background-size: .2rem;
    display: inline-block;
    width: .24rem;
    height: .28rem;
    float: right;
    font-size: .22rem;
    position: relative;
    font-style: normal;
    text-align: center;
}

.xinwen_erj_dh {
    padding: .2rem;
    padding-bottom: .0rem;
}

.xinwen_erj_dh ul {
    overflow: hidden;
}

.xinwen_erj_dh ul li {
    float: left;
    margin: 0 10px;
}

.xinwen_erj_dh ul li a {
    padding-bottom: .2rem;
    display: inline-block;
}

.xinwen_erj_dh ul li.no {
    border-bottom: #a18e67 solid 1px;
}

.xinwen_erj_dh ul li.no a {
    color: #a18e67;
}

.xw_nr_text {
    margin: 2%;
    overflow: hidden;
}

.xw_nr_text img {
    width: 100%;
}

.xw_nr_text p {
    line-height: .4rem;
    text-indent: 2em;
    text-align: justify;
    padding: .1rem 0;
}


/* 发布 */

.fab_top {
    padding: .2rem;
    text-align: center
}

.fab_top ul {
    width: 60%;
    margin: auto;
    display: flex;
    border: solid 1px #a18e67;
    border-radius: 4px;
    overflow: hidden;
}

.fab_top ul li {
    width: 50%;
    height: .5rem;
    line-height: .5rem;
}

.fab_top ul li.no {
    background: #a18e67;
    color: #fff;
}

.swiper_fabu {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 1rem;
}

.swiper_fabu .neiron {
    padding: 2%;
    width: 96%;
    overflow: hidden;
}

.swiper_fabu .neiron li {
    border-bottom: solid 1px #f1f1f1;
    padding: .2rem 0;
    overflow: hidden;
}

.swiper_fabu .neiron li p {
    width: 25%;
    float: left;
    text-align: left;
}

.swiper_fabu .neiron li .right {
    float: right;
    width: 75%;
}

.swiper_fabu .neiron li .right input {
    width: 100%;
    border: none;
    color: #333;
    font-size: .24rem;
}

.swiper_fabu .neiron li .right textarea {
    width: 96%;
    min-height: 1rem;
    border-radius: 3px;
    border: solid 1px #f1f1f1;
    padding: 1%;
    font-size: .24rem;
}

.swiper_fabu .swiper-pagination {
    top: .25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: auto;
    width: 60%;
    display: flex;
    border: solid 1px #a18e67;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 0;
}

.swiper_fabu .swiper-pagination span {
    width: 50%;
    height: .5rem;
    line-height: .5rem;
    border-radius: initial;
    margin: 0!important;
    background: #fff;
    opacity: 1;
}

.swiper_fabu .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #a18e67;
    color: #fff;
}

.swiper_fabu .neiron li .shangctup {
    overflow: hidden;
    float: left;
    padding: .2rem 0;
}

.swiper_fabu .neiron li .shangctup>div {
    float: left;
    border: solid 1px #F6F6F9;
    width: 1rem;
    margin: 0 5px 5px 0;
}

.swiper_fabu .neiron li .shangctup>div img {
    width: 100%;
    max-height: 1rem;
    max-width: 1rem;
    /* padding-right: 5px; */
    float: left;
    object-fit: cover;
}

.swiper_fabu .neiron .kuang {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: .2rem;
}

.swiper_fabu .neiron .xuanz {
    -webkit-appearance: radio;
}

.swiper_fabu .neiron .quandk {
    padding: .2rem 0;
}

.swiper_fabu .neiron .quandk button {
    border-radius: 5px;
    background: #a18e67;
    font-size: .24rem;
    width: 100%;
    height: .65rem;
    border: none;
    color: #fff;
}

.goods_shux_box {
    position: relative;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.goods_shux_box .black_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.goods_shux_box .shux {
    background-color: #fff;
    position: absolute;
    bottom: -9rem;
    z-index: 5;
    width: 100%;
    max-height: 80%;
    min-height: 80%;
}

.goods_shux_box .shux .goods_pic {
    border-bottom: #ddd solid 1px;
    padding: 2%;
    position: relative;
}

.fenlk_tc {
    padding: .2rem;
}

.fenlk_tc li {
    border-bottom: #ddd solid 1px;
    padding: 10px 0;
}

.my_kuagn {
    background: #f1f1f1 url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/my_bj.png) no-repeat top;
    background-size: 100%;
    min-height: 100%;
}

.my_kuagn .my_k {
    width: 90%;
    margin: 0 auto;
    padding-top: .4rem;
}

.my_kuagn .my_k .toubuqq {
    background: #fff;
    border-radius: .2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: solid 0px #f1f1f1;
}

.meimozi {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    border-radius: .2rem;
    overflow: hidden;
    margin-bottom: .24rem;
}

.my_kuagn .my_k .dp_spxx {
    background: #fff;
}

.dp_spxx ul i {
    width: 1px;
    height: .8rem;
    background: #eee;
}

.my_k .dp_spxx ul h1 {
    font-size: .4rem;
    color: #666;
}

.toubuqq .my_guanz {
    background: none;
    top: .25rem;
}

.toubuqq .my_guanz img {
    width: .45rem;
}

.toubuqq .mingz h2 i {
    font-style: normal;
    font-size: .22rem;
    display: inline-block;
    background: #0e90d2;
    color: #fff;
    border-radius: 3px;
    width: .35rem;
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    margin: 0 .05rem;
}

.my_fuwu_no {
    margin: 0 auto;
    border-radius: .2rem;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    background: #fff;
    margin-bottom: .24rem;
}

.my_fuwu_no h3 {
    line-height: .5rem;
    padding: .04rem .1rem;
    border-bottom: solid 1px #e2e2e2;
    font-style: normal;
    margin: .2rem;
    display: flex;
    align-items: center;
    font-size: .26rem;
}

.my_fuwu_no h3::before {
    content: "";
    width: 2px;
    height: .24rem;
    display: inline-block;
    margin-right: 3px;
    background: #a18e67;
}

.my_fuwu_no ul {
    text-align: center;
    justify-content: space-around;
    display: flex;
    padding: .2rem .04rem;
    padding-top: 0rem;
}

.my_fuwu_no ul img {
    width: .8rem;
}

.my_banner {
    overflow: hidden;
    border-radius: .2rem;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    margin-bottom: .24rem;
}

.my_banner img {
    width: 100%;
    display: block;
}

.my_fuwu_no_my ul img {
    width: .6rem;
}

.maijia h3 {
    border-bottom: solid 0px #e2e2e2;
}

.maijia h3 a {
    display: block;
    width: 100%;
    background: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/right_jt.png) no-repeat center right;
    background-size: .1rem;
}

.my_fuwu_no ul p {
    color: #666;
}


/* 个人中心设置 */

.list_index_my {
    margin-top: .2rem;
}

.list_index_my .my_dind {
    margin-bottom: 1px;
}

.my_dind {
    padding: 2%;
    background: #fff;
}

.list_index_my .my_dind .bt {
    border-bottom: none;
    position: relative;
}

.my_dind .bt {
    border-bottom: solid 1px #e8e8e8;
    display: flex;
    justify-content: space-between;
}

.list_index_my .my_dind .bt a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.my_dind .bt a {
    text-align: right;
    color: #828282;
    line-height: .35rem;
    display: flex;
    align-items: center;
}

.list_index_my .my_dind .bt h3 {
    font-weight: unset;
    align-items: center;
    display: flex;
    position: relative;
}

.my_dind .bt h3 {
    font-size: .26rem;
    display: inline-block;
    line-height: .5rem;
}

.list_index_my .my_dind .bt a .right {
    align-items: center;
    display: flex;
}

.my_dind .bt a span {
    margin-top: .051rem;
}

.my_dind .bt a img {
    width: .13rem;
    /* height: .26rem; */
    margin-left: 8px;
}

.anquantc {
    background: #fff;
    text-align: center;
    margin: 20px 0;
    line-height: .7rem;
}

.anquantc a {
    color: #7c7979;
}

.my_dind .bt a span.toux img {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    overflow: hidden;
}

.anquantc {
    background: #fff;
    text-align: center;
    margin: 20px 0;
    line-height: .7rem;
}

.xingqb {
    background: #fff;
    border: none;
    -webkit-appearance: none;
    text-align: right;
}

.xingqb option {
    text-align: right;
}

.guanzhudp {
    width: 90%;
    margin: auto;
}

.guanzhudp .toubuqq {
    background: #fff;
}

.guanzhudp .toubuqq .my_guanz img {
    width: .2rem;
}


/* 订单详情 */

.zy_module_content {
    padding-top: 0rem;
}

.vip_user_order .order_nav {
    background-color: #fff;
    margin-bottom: 6px;
    padding-top: 1%;
}

.vip_user_order .order_nav a {
    opacity: 1;
    width: auto;
    height: auto;
    background: none;
    font-size: .24rem;
    color: #666;
    line-height: 150%;
    padding: 2% 0;
    border-radius: 0;
    border-bottom: rgba(0, 0, 0, .0) solid 2px;
    display: block;
}

.vip_user_order .order_nav .swiper-pagination-bullet-active {
    border-bottom: #ff2e26 solid 2px;
    color: #ff2e26;
}

.vip_user_order ul {
    padding: 2% 0;
    background-color: #fff;
    text-align: left;
}

.vip_user_order ul li {
    background-color: #fff;
    margin: 0 2%;
    margin-bottom: 6px;
    border-bottom: #f3f3f3 solid 1px;
}

.vip_order_goods h2 {
    font-size: .26rem;
    color: #544e4c;
    line-height: 280%;
    font-weight: normal;
}

.vip_order_goods h2 a {
    color: #544e4c;
    display: block;
}

.vip_order_goods h2 img {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 4px;
    border: solid 1px #eaeaea;
}

.vip_order_goods h3 {
    overflow: hidden;
    /* border-bottom: #eaeaea dotted 1px; */
    padding: 2% 0;
    font-weight: normal;
}

.vip_order_goods h3 a {
    float: left;
    overflow: hidden;
    width: 74%;
}

.vip_order_goods h3 a i {
    float: left;
    width: 1.2rem;
    height: 1.2rem;
}

.vip_order_goods h3 a i img {
    display: block;
    width: 100%;
    height: 100%;
}

.vip_order_goods h3 a dl {
    float: left;
    margin-left: 2.5%;
    width: 71%;
    height: 1.2rem;
    position: relative;
}

.vip_order_goods h3 a dt {
    font-size: .24rem;
    color: #666;
    line-height: .36rem;
    height: .72rem;
    overflow: hidden;
}

.vip_order_goods h3 a dd {
    position: absolute;
    bottom: .1rem;
    font-size: .22rem;
    color: #999;
}

.vip_order_goods h3 a dd em {
    font-style: normal;
    margin-right: .5em;
}

.div3 input {
    text-align: center;
}

.dis_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.vip_user_order ul li .order_btn {
    text-align: right;
    font-size: .24rem;
    padding: 2% 0;
}

.vip_user_order ul li .order_btn a {
    background-color: #4aa3e6;
    color: #fff;
}

.vip_user_order ul li .order_btn span,
.vip_user_order ul li .order_btn a {
    display: inline-block;
    background-color: #fff;
    color: #544e4c;
    width: 1.2rem;
    text-align: center;
    line-height: 220%;
    border-radius: 100px;
    border: #d8d8d8 1px solid;
}

.vip_order_goods h3 p {
    float: right;
    text-align: right;
}

.vip_order_goods h3 p span {
    color: #544e4c;
    font-size: .24rem;
    display: block;
    line-height: 160%;
    margin-bottom: 5%;
}

.vip_order_goods h3 p em {
    color: #666;
    font-size: .2rem;
    font-style: normal;
}

.vip_user_order ul li .order_btn a {
    color: #a18e67;
    border: #a18e67 1px solid;
}

.my_list_feny {
    text-align: center;
    padding: 2%;
}

.my_list_feny a {
    padding: 1.5% 5%;
    background: #bbb;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    width: 20%;
}

.my_list_feny a:last-child {
    background: #a18e67;
}

.my_list_feny span {
    margin: 0 2%;
}

.my_list_feny {
    text-align: center;
    padding: 2%;
}

.my_list_feny a {
    padding: 1.5% 5%;
    background: #a5a5a5;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
}

.my_list_feny a:last-child {
    background: #ff4e00;
}

.my_list_feny span {
    margin: 0 2%;
}

.lianx_wom_xq {
    text-align: center;
    background: #fff;
    margin-bottom: 2%;
}

.lianx_wom_xq a {
    display: block;
    padding-bottom: 3%;
    color: #a5a5a5;
}

.vip_order_goods_xq h3 a dl {
    width: 77%;
}

.vip_order_goods_xq h3 a {
    width: 100%;
}

.xiangq_xiaox {
    padding: 3%;
    background: #fff;
    margin-bottom: 2%;
}

.xiangq_xiaox li span {
    color: #828282;
}

.xiangq_xiaox li {
    padding: 1% 0;
}

.xiangq_xiaox li.no {
    border-bottom: solid 1px #f3f3f3;
    padding-bottom: 2%;
    margin-bottom: 2%;
}

.xq_money {
    padding: 2%;
    padding-bottom: 8%;
    background: #fff;
}

.xq_money p {
    border-bottom: solid 1px #efefef;
    line-height: .6rem;
    overflow: hidden;
}

.xq_money p .color {
    color: #a18e67;
}

.xq_money p span {
    text-align: right;
    float: right;
}

.dizhi_foot_my_dd_lest_Xq {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3%;
    background: #fff;
    box-shadow: #bbbbbb 0 0 5px;
}

.dizhi_foot_my_dd_lest_Xq>a {
    color: #828282;
    padding: 1.8% 0%;
}

.dizhi_foot_my_dd_lest_Xq>div {
    width: 70%;
    text-align: right;
}

.dizhi_foot_my_dd_lest_Xq>div a {
    border: #d3d3d3 solid 1px;
    border-radius: 40px;
    color: #828282;
    padding: 1.8% 10%;
    display: inline-block;
    margin-left: 3%;
}

.list_kuang {
    background: #fff;
}

.list_kuang ul {
    padding: .2rem;
}

.list_kuang li {
    border-bottom: solid 1px #ececec;
    padding: .25rem 0;
}

.delete_my li .am-checkbox-inline {
    display: none;
}

.list_kuang li .img img {
    width: 100%;
}

.list_kuang li .img {
    width: 25%;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 3%;
}

.list_kuang li a {
    color: #544e4c;
    display: flex;
}

.list_kuang li .right span {
    display: block;
    color: #a5a5a5;
    line-height: .4rem;
}

.delete_my li .right>b {
    background: none;
    color: #a18e67;
    padding: 3px 0px;
    border-radius: 3px;
    margin: .1rem .1rem 0 0;
    font-weight: normal;
}

.delete_footer {
    position: fixed;
    left: 0;
    bottom: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.delete_footer p.no {
    display: inline-block;
    background: #c2c2c2;
    /* padding: .1rem .5rem; */
    color: #fff;
}

.delete_footer p {
    display: inline-block;
    background: #a18e67;
    padding: .1rem .8rem;
    color: #fff;
    line-height: .5rem;
}

.delete_my .delete li .am-checkbox-inline {
    display: block;
}

.so_input_list {
    width: 82%;
    margin-right: 3%;
}

.xiangqds {
    padding: 2%;
    background: #fff;
}

.xiangqds .img {
    display: flex;
    align-items: center;
    padding-bottom: .2rem;
    border-bottom: solid 1px #f1f1f1;
    margin-bottom: .2rem;
}

.xiangqds .img img {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 9px;
    border: solid 1px #eaeaea;
}

.xiangqds .img p {
    font-size: .28rem;
    font-weight: 600;
}

.xiangqds dl {
    padding: 2% 0;
}

.xiangqds dl {
    /* display: flex; */
}

.xiangqds dl dt {
    width: 1.1rem;
    height: 1.1rem;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 10px;
    float: left;
}

.xiangqds dl dt img {
    width: 100%;
}

.xiangqds dl dd span {
    /* width: 50%; */
    color: #999;
}

.div_adf {
    display: block;
    background: #a18e67;
    width: 30%;
    margin: .2rem auto;
    border-radius: 5px;
    text-align: center;
    padding: 2%;
    color: #fff;
}

.yve_money {
    background: #f1f1f1;
    padding: .8rem .2rem .5rem .2rem;
    color: #a28d69;
}

.yve_money h2 {
    font-size: .6rem;
    font-weight: 500;
}

.czanniu {
    display: flex;
    justify-content: space-around;
    padding: 10%;
}

.czanniu a {
    background: #a28d69;
    display: inline-block;
    color: #fff;
    padding: .18rem .8rem;
    border-radius: 5px;
}

.czanniu a:last-child {
    background: #e9e2dc;
    color: #a28d69;
}

.yve_text {
    padding: 0 5%;
    line-height: .4rem;
}

.ziye_toub .zhanghu_Xq {
    /* width: .75rem; */
    height: .75rem;
    position: absolute;
    top: 0rem;
    right: .2rem;
    background-size: .2rem;
}

.zhangd_mx {
    padding: .4rem 0 .4rem 0;
}

.zhangd_mx li {
    border-bottom: #eaeaea 1px solid;
    background: #fff;
    padding: 2% 3%;
}

.zhangd_mx li p {
    overflow: hidden;
}

.zhangd_mx li p span {
    float: right;
    color: #a5a5a5;
}


/* 成交记录 */

.chengj_jl_k {
    background: #fff;
    padding: .2rem;
}

.chengj_jl_k li {
    overflow: hidden;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    border-bottom: solid 1px #f1f1f1;
}

.chengj_jl_k li b {
    display: block;
    overflow: hidden;
    margin-right: .2rem;
    float: left;
}

.chengj_jl_k li b img {
    width: 100%;
    max-height: 1.2rem;
    max-width: 1.2rem;
    /* padding-right: 5px; */
    float: left;
    object-fit: cover;
    margin-right: 1px;
    margin-bottom: 1px;
}

.my_fuwu_dianp {
    box-shadow: none;
}

.biaoge_k {
    margin: 0 .2rem;
}

.biaoge_k table {
    width: 100%;
    border: none;
    text-align: center;
}

.biaoge_k tr td {
    width: 30%;
    background: #a18e67;
    color: #fff;
    border: none;
    line-height: .5rem;
}

.dptj_zl {
    background: #0e90d2;
    color: #fff;
    width: 98%;
    display: block;
    text-align: center;
    padding: 3% 0;
    margin: 20px auto;
}

.swiper_fabu_shengji {
    padding-top: .2rem;
}

.dianp_tijiao {
    padding: .2rem;
}

.dianp_tijiao a {
    background: #a28d69;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 3% 0;
    margin: 20px auto;
    border-radius: 5px;
}

.shimrz {
    padding: .2rem;
}

.kuang_sm {
    background: #fff url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/zhuangt.png) no-repeat center left .5rem;
    background-size: 1.2rem;
    overflow: hidden;
    margin-bottom: .2rem;
}

.kuang_sm1 {
    background: #fff url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/zhuant1.png) no-repeat center left .5rem;
    background-size: 1.2rem;
}

.shimrz .bian {
    background: #fff url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/zhuangt_.png) no-repeat center left .5rem;
    background-size: 1.2rem;
}

.shimrz .bian1 {
    background: #fff url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/v5.0/mobile/images/zhuant1_.png) no-repeat center left .5rem;
    background-size: 1.2rem;
}

.kuang_sm .yong {
    width: 50%;
    float: right;
    padding: 5% 0;
}

.kuang_sm .yong a {
    display: inline-block;
    background: #a18e67;
    color: #fff;
    border-radius: 5px;
    padding: .06rem .3rem;
}

.shimrz .bian .yong a {
    background: #e0e0e0;
}

.shimrz .bian1 .yong a {
    background: #e0e0e0;
}

.kuang_sm .yong p {
    padding-bottom: 5px;
}

.swiper_rz {
    padding-top: 0rem;
}

.biaot_mc {
    padding: .2rem;
    background: #f1f1f1;
}

.biaot_mc span {
    color: #ff4026;
}

.shangc_sfz ul li {
    overflow: hidden;
    display: flex;
    padding: 2%;
    justify-content: space-between;
}

.shangc_sfz ul li .anniu {
    width: 48%;
    border: dashed 2px #eee;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shangc_sfz ul li .anniu input {
    display: none;
}

.shangc_sfz ul li .anniu>div {
    width: 80%;
    background: #0e90d2;
    border-radius: 5px;
    padding: .15rem 0;
    color: #fff;
}

.shangc_sfz ul li img {
    width: 48%;
    border: solid 1px #eee;
    object-fit: cover;
    max-height: 1.8rem;
}

.shangc_sfz_qy ul li img {
    width: 48%;
    border: solid 1px #eee;
    object-fit: cover;
    max-height: 3.5rem;
}

.annius_S {
    text-align: center;
    padding: 2%;
}

.annius_S p {
    font-size: .28rem;
    padding-bottom: .2rem;
}

.annius_S button {
    background: #a18e67;
    color: #fff;
    border: none;
    border-radius: 6px;
    width: 100%;
    padding: .2rem 0;
}

.my_fuwu_no ul li {
    width: 25%;
}