/*新登录页 begin*/
.mobile.login .head a{
    color: #000000;
    font-size: 1.3em;
    font-weight: 600;
}
.mobile.login .content .title{
    text-align: center;
    color: #000000;
    font-size: 1.4em;
    font-weight: 600;
    padding: 20px 0;
}
.mobile.login .content .title img{
    max-height: 100px;
}
.mobile.login .content .login-manner{
    display: inline-block;
    padding-left: 20%;
    padding-right: 20%;
}
.mobile.login .content .login-manner span{
    color: #666666;
    font-size: 1.3em;
}
.mobile.login .content .login-manner .current span{
    color: #333333;
}
.mobile.login .content .login-manner .current .active{
    height: 3px;
    background-color: #333333;
    margin-top: 5px;
}
.mobile.login .content .login-manner .sms-login span{
}
.mobile.login .content .login-info{
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 20px;
}
.mobile.login .content .login-info .form-group{
    /*border-bottom: 1px solid #DFDFDF;*/
    margin-bottom: 0;
}
.mobile.login .content .login-info .form-group .group-sm{
    display: inline-block;
    margin-top: 10px;
}
.mobile.login .content .login-info input{
    border-radius: 0;
    -webkit-appearance : none ;/*解决ios上按钮的圆角问题*/
}
.mobile.login .content .login-info .form-group input{
    width: 100%;
    padding: 10px;
    background-color: #f7f8f9;
    border-radius: 4px;
}
.mobile.login .content .login-info .form-group input:focus{
    border-bottom-color: #666666;
}
.mobile.login .content .login-info .form-code{
}
.mobile.login .content .login-info .form-code input{
    width: 60%;
    padding: 10px 0;
}
.mobile.login .content .login-info .form-code input:focus{
    border-bottom-color: #666666;
}
.mobile.login .content .login-info .form-code .btn-code{
    float: right;
    width: 35%;
    color: #666666;
    border: 1px solid #666666;
    text-align: center;
    padding: 5px;
}
.mobile.login .content .login-info .mobile-login{
    width: 100%;
    color: #fff;
    background-color: #999999;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 24px;
    font-size: 1.4em;
    margin-top: 15px;
}
.mobile.login .content .login-info .mobile-login.active{
    color: #FFFFFF;
    background-color: #e13f4c;
}
.mobile.login .content .login-info .register-forget{
    color: #404557;
    margin-top: 10px;
}
.mobile.login .content .login-info .register{
    display: inline-block;
    float: right;
}
.mobile.login .content .login-info .forget-pwd{
    display: inline-block;
    /*float: right;*/
}
.mobile.login .content .login-info .forget-pwd a{
}
.mobile.login .content .login-info .error{
    height: 20px;
}
.mobile.login .content .login-info .error div{
    color: red;
    font-size: 12px;
    margin-left: 10px;
}
/*其它登录方式*/
.mobile.login .content .login-type{
    /*position: absolute;*/
    width: 100%;
    margin-top: 40px;
    padding-left: 10%;
    padding-right: 10%;
}
.mobile.login .content .login-type .txt-other-login{
    position: relative;
    color: #9ba0b3;
    font-size: 1.2em;
    text-align: center;
    /*margin-bottom: 25px;*/
}
.mobile.login .content .login-type .txt-other-login:before{
    position: absolute;
    content: '';
    width: 20%;
    height: 1px;
    background-color: #9ba0b3;
    top: 50%;
    right: 3%;
}
.mobile.login .content .login-type .txt-other-login:after{
    position: absolute;
    content: '';
    width: 20%;
    height: 1px;
    background-color: #9ba0b3;
    top: 50%;
    left: 3%;
}
.mobile.login .content .login-type .item-list{
    display: inline-block;
    width: 100%;
    margin: 10px 0 20px;
}
.mobile.login .content .login-type .item-list .item{
    text-align: center;
}
.mobile.login .content .login-type .item-list .item img{
    width: 20%;
}
.mobile.login .content .login-type .item-list .item .name{
    /*display: block;*/
    display: none;
    color: #333333;
    font-size: 1.0em;
    margin-top: 5px;
}
/*新注册页*/
.mobile.login .content .register-info{
    padding-left: 10%;
    padding-right: 10%;
}
.mobile.login .content .register-info input{
    border-radius: 0;
    -webkit-appearance : none ;/*解决ios上按钮的圆角问题*/
}
.mobile.login .content .register-info .error{
     height: 15px;
}
.mobile.login .content .register-info .error div{
    color: red;
    font-size: 12px;
    margin-left: 30px;
}
.mobile.login .content .register-info .comment{
    color: #404557;
    font-weight: 300;
    font-size: 1.1em;
}
.mobile.login .content .register-info .form-group{
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 0;
}
.mobile.login .content .register-info .form-group input{
    width: 100%;
    padding: 5px 10px 5px 30px;
}
.mobile.login .content .register-info .form-code input{
    width: 60%;
}
.mobile.login .content .register-info .form-code input:focus{
    border-bottom-color: #666666;
}
.mobile.login .content .register-info .form-code .btn-code{
    display: inline-block;
    float: right;
    color: #e13f4c;
    font-weight: 600;
    padding: 5px 0 5px;
}

.mobile.login .content .register-info .mobile-register{
    width: 100%;
    color: #fff;
    background-color: #999999;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 24px;
    font-size: 1.4em;
    margin-top: 15px;
}
.mobile.login .content .register-info .mobile-register.active{
    color: #FFFFFF;
    background-color: #e13f4c;
}
.mobile.login .content .register-info .agreement{
    margin-top: 29px;
    text-align: center;
    color: #9ba0b3;
    font-size: 1.1em;
    opacity: 0.8;
}
.mobile.login .content .register-info .agreement span{
    text-decoration: underline;
}
/*找回密码*/
.mobile.login .login-head .back{
    color: #000000;
    font-size: 30px;
    margin: 5px;
}
.mobile.login .login-head .title{
    color: #4a4a4a;
}

/*产品-品类 产品-风格 产品-空间 产品-品牌 页begin*/
/*产品-品类 产品-风格 产品-空间 产品-品牌 头部 begin*/
.mobile .product-head{
     /* box-shadow: 0 4px 0 #FCFCFC; */
     /* border-bottom: 1px solid #C8CDC8; */
}
.mobile .product-head:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #eaeaea;
    content: " ";
    transform: scaleY(.5);
}
/*产品-品类 产品-风格 产品-空间 产品-品牌头部(页面头部)begin*/
.mobile header .product-type .product-nav li{
    text-align: center;
}
.mobile header .product-type .product-nav li.search-icon img{
    width: 16px;
    margin-top: 14px;
}
.mobile header .product-nav li a{
    font-size: 1.16em;
    font-weight: bold;
    color: #404557;
}
.mobile header .product-type .product-nav li.current a{
    color: #be4c4b;
}
.mobile header .product-type .product-nav li a span{
    position: relative;
    padding: 13px 0 8px;
}
.mobile header .product-type .product-nav li.current a span:after {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    height: 3px;
    background-color: #be4c4b;
    width: 100%;
}
/*.mobile header .product-type .product-nav .current .product-active{*/
    /*width: 40%;*/
    /*height: 3px;*/
    /*background: #e13f4c;*/
    /*margin: -2px auto;*/
/*}*/
/*产品 空间 公共头部end*/
/*品类 风格 空间 品牌 头部 end*/

/*类型名称（未使用）*/
.mobile.product-index .content .sort .typename{
    border-left: 3px solid #EF5A24;
    margin:10px auto;
    padding-left:10px;
}
.mobile.product-index .content .sort .typename span{
    font-size: 15px;
    color: #333333;
}
/*产品-空间  产品-风格 页begin*/
.mobile.product-index .content .sort .spaces .space{
    padding: 0 15px 15px;
}
.mobile.product-index .content .sort .spaces .space a{
    position: relative;
    display: inline-block;
}
.mobile.product-index .content .sort .spaces .space a img{
    width: 100%;
    border-radius: 2px;
}
.mobile.product-index .content .sort .spaces .space .name{
    position: absolute;
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    font-size: 1.3em;
    color: #fff;
    /*text-shadow: 2px 2px 6px #000;*/
    top: 27%;
    bottom: 0;
    right: 0;
    left: 6%;
}
.mobile.product-index .content .sort .spaces .space .name .title{
    font-size: 1.1em;
    font-weight: bold;
}
.mobile.product-index .content .sort .spaces .space .name .englishname{
    font-size: 0.8em;
}
/*产品-空间  产品-风格 页end*/

/*产品-品类begin*/
.mobile.product-index .content .sort .filter-fl{
    width: 20%;
    height: 100%;
    float: left;
    border-right: 1px solid rgba(234, 234, 234, 0.5);
    overflow-x: auto;
}
.mobile.product-index .content .sort .filter-fl .filter{
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
}
.mobile.product-index .content .sort .filter-fl .filter .filtername{
    border-left: 4px solid transparent;
}
.mobile.product-index .content .sort .filter-fl .on{
    color: #be4c4b;
    /*font-weight: bold;*/
}
.mobile.product-index .content .sort .filter-fl .on .filtername{
    /*border-left: 4px solid #e13f4c;*/
}
.mobile.product-index .content .sort .filter-fr {
    width: 80%;
    height: 100%;
    overflow-x: auto;
}
.mobile.product-index .content .sort .filter-fr .cates{
}
.mobile.product-index .content .sort .filter-fr .cates .cate{
    width: 33.33%;
    float: left;
    text-align: center;
    padding-top: 20px;
}
.mobile.product-index .content .sort .filter-fr .cates .cate img{
    width: 60%;
}
.mobile.product-index .content .sort .filter-fr .cates .cate .title{
    color: #6c6c6c;
    overflow: hidden;
    white-space: nowrap;
}
/*产品-品类end*/

/*产品-品牌begin*/
.mobile .content .sort .brands{
    margin-top: 15px;
}
.mobile .content .sort .brands .brand{
    position: relative;
    width: 50%;
    display: inline-block;
    float: left;
}
.mobile .content .sort .brands .brand:nth-child(2n) a{
    margin-right: 15px;
    margin-left: 5px;
}
.mobile .content .sort .brands .brand:nth-child(2n-1) a{
    margin-left: 15px;
    margin-right: 5px;
}
.mobile .content .sort .brands .brand a{
    display: block;
    box-shadow: 0 0 5px #ddd;
    text-align: center;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.mobile .content .sort .brands .brand a img{
    width: 45%;
}
.mobile .content .sort .brands .brand .product-list{
    display: inline-block;
    margin: 10px 15px 0;
}
.mobile .content .sort .brands .brand .product-list img{
    width: 100%;
}
.mobile .content .sort .brands .brand .product-list .item{
    width: 50%;
    display: inline-block;
    float: left;
}
.mobile .content .sort .brands .brand .product-list .item{
}
.mobile .content .sort .brands .brand .product-list .item .img{
    padding: 10px;
    background-color: #f4f4f4;
    margin-bottom: 6px;
}
.mobile .content .sort .brands .brand .title{
    white-space: nowrap;
    overflow: hidden;
    font-size: 1em;
    color: #788186;
    text-align: center;
    margin-top: 5px;
}
/*产品-品牌end*/
/*产品-品类 产品-风格 产品-空间 产品-品牌 页 end*/

/*产品列表页 begin*/
/*头部*/
.mobile.product-category .category-head{
    text-align: center;
    /*padding-bottom: 10px;*/
}
.mobile.product-category .category-head .back{
}
.mobile.product-category .category-head .back .pic2 {
    height: 28px;
    /* border: 1px solid #eaeaea; */
    /*border-top-left-radius: 13px;*/
    /*border-bottom-left-radius: 13px;*/
    border-right: 0;
    margin-top: 5px;
}
.mobile.product-category .category-head .back .pic2 img{
    width: 39px;
    /*margin-top: -1px;*/
    padding: 0 12px 0 11px;
    border-radius: unset;
    margin: 5px 0;
}
.mobile.product-category .category-head .selected-top{
    display: inline-block;
    width: 50%;
    color: #404557;
    font-size: 1.4em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*（搜索已隐藏）*/
.mobile.product-category .category-head .search-icon{
    position: absolute;
    top: 0;
    right: 0;
    line-height: unset;
    height: inherit;
    padding: 10px;
}
.mobile.product-category .category-head .search-icon img{
    width: 20px;
    padding: 2px;
}
.mobile.product-category .category-head .search input{
    width: 80%;
    height: 30px;
    color: #c8cdc8;
    border-radius: 20px;
    background-color: #f6f6f6;
    margin-left: 34px;
    padding: 0 25px;
}
.mobile.product-category .category-head .search input::-webkit-input-placeholder {
    color: #666666;
    text-align: center;
}

/*列表页内容 begin*/
.mobile.product-category .content{
}
.mobile.product-category .content li{
    display: inline-block;
    padding: 0 2.5px 7px;
}
.mobile.product-category .content li:nth-child(2n - 1) {
    padding-left: 0;
}
.mobile.product-category .content li:nth-child(2n) {
    padding-right: 0;
}
.mobile.product-category .content li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px 4px;
    border: 1px solid #f5f5f5;
}
.mobile.product-category .content .product-info{
    border: 0 solid transparent;
    /* border-top-color: transparent; */
    /* padding-left: 10px; */
}
/*产品列表 筛选begin*/

/*产品列表 筛选中品类选择 begin*/
.category-widgets-cover .cover-content .body .option-list .cates .cates-head{
    margin: 5px 0;
}
.category-widgets-cover .cover-content .body .option-list .cates .cates-head .more{
    float: right;
    margin-right: 5px;
}
.category-widgets-cover .cover-content .body .option-list .cates .cates-list{
}
.category-widgets-cover .cover-content .body .option-list .cates .cates-list li{
    float: left;
    text-align: center;
    border-radius: 2px;
    background-color: #F5F5F5;
    padding: 10px 0;
    margin: 5px 1.5%;
}
.category-widgets-cover .cover-content .body .option-list .cates .cates-list li span{
    color: #333333;
    font-size: 1.0em;
    margin-top: 3px;
}
/*产品列表 筛选中品类选择 end*/

/*产品列表 筛选中颜色选择begin*/
.category-widgets-cover .body .option-list .colorseries {
}
.category-widgets-cover .body .option-list .colorseries .colorseries-head{
    margin-top: 5px;
}
.category-widgets-cover .body .option-list .colorseries .colorseries-head .title{
    display: inline-block;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 15px;;
}
.category-widgets-cover .body .option-list .colorseries .colorseries-head .more{
    float: right;
    color: #9ba0b3;
    font-size: 1.05em;
    margin-right: 5px;
    margin-top: 4px;
}
.category-widgets-cover .body .option-list .colorseries .colorseries-head .more .fa{
    font-size: 1.4em;
    margin-left: 3px;
}
.category-widgets-cover .body .option-list .colorseries .colorseries-list{
    margin-top: 5px;
}
.category-widgets-cover .body .option-list .colorseries .colorseries-list li{
    display: inline-block;
    width: 20%;
    float: left;
}
.category-widgets-cover .body .option-list .colorseries .colorseries-list li div{
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
    margin: 5px;
}
.category-widgets-cover .body .option-list .colorseries .colorseries-list li.current div{
    border: 1px solid #000;
}
/*产品列表 筛选中颜色选择end*/

/*产品列表筛选-价格选择 begin*/
.category-widgets-cover .cover-content .body .option-list .price{
}
.category-widgets-cover .cover-content .body .option-list .price li{
    text-align: center;
    padding: 0 5px;
}
.category-widgets-cover .cover-content .body .option-list .price li a{
    display: block;
    width: 100%;
    border-radius: 2px;
    background-color: #F5F5F5;
    margin-top:10px;
    padding: 8px 0;
}
.category-widgets-cover .cover-content .body .option-list .price li:first-child a{
    margin-top: 0;
}
.category-widgets-cover .cover-content .body .option-list .price li span{
    color: #333333;
    font-size: 1.2em;
    padding: 3px 0;
}
.category-widgets-cover .cover-content .body .option-list .price .set-price{
    width: 100%;
    padding: 0 5px;
}
.category-widgets-cover .cover-content .body .option-list .price .set-price input{
    width: 43%;
    font-size: 1.2em;
    background-color: #F5F5F5;
    /*border: 1px solid #F5F5F5;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    margin-top: 20px;
    padding: 5px 0;
}
/*产品列表筛选-价格选择 end*/
/*产品列表筛选 end*/
/*产品列表 end*/

/* 产品列表 空间-单空间 空间-搭配 空间-楼盘 筛选公共部分*/
.category-widgets-cover{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.category-widgets-cover .close-widgets{
    position: absolute;
    width: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.5;
    background-color: #000000;
}
.category-widgets-cover .cover-content{
    position: absolute;
    left: 20%;
    width: 80%;
    height: 100%;
    background-color: #FFFFFF;
}
/*head头部*/
.category-widgets-cover .cover-content .header{
    font-size: 1.3em;
    border-bottom: 1px solid #EFEFEF;
    padding: 5px 0;
    text-align: center;
}
/*body内容*/
.category-widgets-cover .cover-content .body{
    position: absolute;
    width: 100%;
    top: 34px;
    bottom: 60px;
}
.category-widgets-cover .cover-content .body a{
    text-decoration: none;
}
/*body左侧*/
.category-widgets-cover .cover-content .body .selected-list{
    width: 20%;
    height: 100%;
    border-right: 1px solid #EFEFEF;
    overflow-x: auto;
}
.category-widgets-cover .cover-content .body .selected-list .selected{
    text-align: center;
    margin: 20px 0;
    padding: 5px 0;
}
.category-widgets-cover .cover-content .body .selected-list .selected.current{
    border-right: 2px solid #e13f4c;
}
.category-widgets-cover .cover-content .body .selected-list .selected span{
    color: #404557;
    font-size: 1.25em;
}
.category-widgets-cover .cover-content .body .selected-list .selected .active{
    width: 80%;
    border-bottom: 3px solid transparent;
    margin: 10px auto 0 ;
}
.category-widgets-cover .cover-content .body .selected-list .current span{
    color: #e13f4c;
}
.category-widgets-cover .cover-content .body .selected-list .current .active{
    border-bottom: 3px solid #000000;
}
/*body左侧end*/
/*body右侧 begin*/
.category-widgets-cover .cover-content .body .option-list{
    width: 80%;
    height: 100%;
    overflow-x: auto;
}
.category-widgets-cover .cover-content .body .option-list{
    padding: 10px 5px;
}
.category-widgets-cover .cover-content .body .option-list .current span{
    color: #F06533 !important;
}
.category-widgets-cover .cover-content .body .option-list .space{
}
.category-widgets-cover .cover-content .body .option-list .space li{
    float: left;
    text-align: center;
}
.category-widgets-cover .cover-content .body .option-list .space li a{
    display: inline-block;
    width: 90%;
    border-radius: 2px;
    background-color: #f5f5f5;
    margin: 5px 5%;
    padding: 10px 5px;
}
.category-widgets-cover .cover-content .body .option-list .space.style li a{
    white-space: nowrap;
    overflow: hidden;
}
.category-widgets-cover .cover-content .body .option-list .space li span{
    color: #404557;
    font-size: 1.0em;
    margin-top: 3px;
}
/*footer底部 begin*/
.category-widgets-cover .cover-content .footer{
    position: fixed;
    width: 80%;
    background-color: #fff;
    border-top: 1px solid #EFEFEF;
    height: 43px;
    line-height: 43px;
    bottom: 0;
    z-index: 9999;
}
.category-widgets-cover .cover-content .footer>.footer-nav{
}
.category-widgets-cover .cover-content .footer>.footer-nav li{
    width: 50%;
    color: #404557;
    font-size: 1.3em;
    text-align: center;
    float: left;
}
.category-widgets-cover .cover-content .footer>.footer-nav .confirm{
    position: relative;
    right: 0;
    color: #FFFFFF;
    background-color: #e13f4c;
}
/*footer底部 end*/
/* 产品列表 空间-单空间 空间-搭配 空间-楼盘 筛选公共部分end*/

.category-widgets-cover-v2{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.category-widgets-cover-v2 .close-widgets{
    position: absolute;
    width: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.5;
    background-color: #000000;
}
.category-widgets-cover-v2 .cover-content{
    position: absolute;
    left: 20%;
    width: 80%;
    height: 100%;
    background-color: #FFFFFF;
}
.category-widgets-cover-v2 .cover-content .body{
    height: 100%;
    padding-bottom: 52px;
}
.category-widgets-cover-v2 .cover-content .body .option-list{
    width: 100%;
    height: 100%;
    overflow-x: auto;
    padding: 0 10px 0 15px;
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item{
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item .list-item-head{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 70px;
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item .list-item-head .head-left{
    float: left;
    font-size: 1.2em;
    color: #1a1a1a;
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item .list-item-head .head-right {
    float: right;
    color: #92969c;
    height: 40px;
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item .list-item-head .head-right span{
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item .list-item-head .head-right i {
    margin-top: 27px;
    font-size: 1.2em;
    margin-left: 2px;
    font-weight: 400;
    transition: transform .6s,-webkit-transform .6s;
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item li {
    width: 50%;
    -webkit-box-flex: 1;
    flex: 1;
    max-width: 49%;
    min-width: 49%;
    margin-bottom: 10px;
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item li:nth-child(2n-1) {
    padding-right: 5px;
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item li:nth-child(2n) {
    padding-left: 5px;
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item li a {
    height: 100%;
    background: #f6f6f6;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-weight: 400;
    color: #1a1a1a;
    border: 1px solid transparent;
    text-decoration: none;
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item li span {
    min-height: 40px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-wrap: break-word;
    word-break: break-all;
    padding: 5px;
    margin-top: -2px;
    border: 1px solid transparent;
}
.category-widgets-cover-v2 .cover-content .body .option-list .list-item li.current span{
    background: rgba(190,76,75,.1);
    color: #be4c4b;
    border-color: #be4c4b;
}
.category-widgets-cover-v2 .cover-content .body .option-list .price .set-price{
    display: flex;
    height: 40px;
    line-height: 40px;
}
.category-widgets-cover-v2 .cover-content .body .option-list .price .set-price span{
    padding-left: 3px;
    padding-right: 3px;
}
.category-widgets-cover-v2 .cover-content .body .option-list .price .set-price input{
    flex: 1;
    width: 48%;
    max-width: 48%;
    height: 40px;
    text-align: center;
    color: #1a1a1a;
    background: #f6f6f6;
    border-radius: 3px;
}
.category-widgets-cover-v2 .cover-content .body .option-list .price .set-price input::placeholder {
    color: #92969c;
}

.category-widgets-cover-v2 .cover-content .footer{
    position: fixed;
    width: 80%;
    background-color: #fff;
    border-top: 1px solid #EFEFEF;
    height: 43px;
    line-height: 43px;
    bottom: 0;
    z-index: 9999;
}
.category-widgets-cover-v2 .cover-content .footer>.footer-nav{
}
.category-widgets-cover-v2 .cover-content .footer>.footer-nav li{
    width: 50%;
    color: #1a1a1a;
    font-size: 1.3em;
    text-align: center;
    float: left;
}
.category-widgets-cover-v2 .cover-content .footer>.footer-nav .confirm{
    position: relative;
    right: 0;
    color: #FFFFFF;
    background-color: #be4c4b;
}

/*页面公共部分 begin*/
.mobile .new-head{
    text-align: center;
}
.mobile .new-head .head-new-title{
}
.mobile .new-head .head-new-title .back{
    position: absolute;
    line-height: 24px;
    min-width: 36px;
    top: 0;
    left: 5px;
    /*color: #222121;*/
    /*font-size: 30px;*/
    /*padding: 9px 0;*/
    display: block;
    padding: 4px 0 9px 0;
}
.mobile .new-head .head-new-title .back .pic2 {
    height: 28px;
    /* border: 1px solid #eaeaea; */
    /*border-top-left-radius: 13px;*/
    /*border-bottom-left-radius: 13px;*/
    border-right: 0;
    margin-top: 5px;
}
.mobile .new-head .head-new-title .back .pic2 img{
    width: 39px;
    /*margin-top: -1px;*/
    padding: 0 12px 0 11px;
    border-radius: unset;
    margin: 5px 0;
}
.mobile .new-head .head-new-title .title{
    color: #9ba0b3;
    font-size: 1.3em;
    margin-left: 15px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    max-width: calc(100% - 151px);
}
.mobile .new-head .head-new-title .title.current{
    color: #000000;
    font-weight: 600;
}
/*头部右侧搜索*/
.mobile .new-head .head-new-title .current-search{
    position: absolute;
    height: 44px;
    right: 41px;
    padding: 11px 9px;
    width: 38px;
}
.mobile .new-head .head-new-title .current-search img{
    width: 80%;
}
/*头部右侧导航图片*/
.mobile .new-head .head-new-title .img{
    position: absolute;
    height: 44px;
    right: 0;
    padding: 9px 10px;
    line-height: normal;
}
.mobile .new-head .head-new-title .pic{
    /*background-color: #848484;*/
}
.mobile .new-head .head-new-title .pic img{
    width: 25px;
    border-radius: 50%;
}
.mobile .new-head .head-new-title .img.navigate-img img {
    width: 18px;
}
.mobile .new-head .head-new-title .mobile_goback{
    padding: 4px 0 9px 0;
    line-height: initial;
}
.mobile .new-head .head-new-title .mobile_goback .pic {
    height: 28px;
    border: 1px solid #eaeaea;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    border-right: 0;
    margin-top: 5px;
}
.mobile .new-head .head-new-title .mobile_goback img{
    width: 39px;
    /*margin-top: -1px;*/
    padding: 0 12px 0 11px;
    border-radius: unset;
    margin: 5px 0;
}
.mobile .new-head .head-new-title .mobile_goback .pic2 {
    height: 28px;
    /* border: 1px solid #eaeaea; */
    /*border-top-left-radius: 13px;*/
    /*border-bottom-left-radius: 13px;*/
    border-right: 0;
    margin-top: 5px;
}
.mobile .new-head .head-new-title .mobile_goback .pic2 img{
    width: 39px;
    /*margin-top: -1px;*/
    padding: 0 12px 0 11px;
    border-radius: unset;
    margin: 5px 0;
}
.mobile .new-head .head-new-title .to-home{
    position: absolute;
    height: 44px;
    left: 45px;
    padding: 9px 10px 9px 0;
    line-height: initial;
}
.mobile .new-head .head-new-title .to-home .pic {
    border: 1px solid #eaeaea;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-left: 0;
}
.mobile .new-head .head-new-title .to-home img{
    width: 42px;
    /*margin-top: -1px;*/
    padding: 0 13px 0 12px;
    border-radius: unset;
    margin: 5px 0;
    border-left: 1px solid #eaeaea;
}
/*头部右侧文字*/
.mobile .new-head .head-new-title .edit{
    position: absolute;
    right: 0;
    padding: 0 10px;
}
/*选项 返回首页 意向方案 。。。begin*/
/*.mobile .new-head .head-navigate{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 44px;
    right: 0;
    bottom: 60px;
    left: 0;
    !*background-color: transparent;*!
    !*z-index: 999;*!
}
.mobile .new-head .head-navigate .navigate-close{
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.mobile .new-head .head-navigate .navigate-close2{
    position: absolute;
    width: 35%;
    top: 55%;
    height: 60%;
    left: 60%;
}
.mobile .new-head .head-navigate .navigate-close3{
    position: absolute;
    width: 5%;
    height: 100%;
    right: 0;
}
.mobile .new-head .head-navigate .navigate-list{
    position: absolute;
    width: 35%;
    !*height: 40%;*!
    left: 60%;
    border: 1px solid transparent;
    border-radius: 3px;
    !*opacity: 0.4;*!!*会将文字也变为透明*!
    !*background-color: #333333;*!
    background:rgba(247,247,247,1);
}
.mobile .new-head .head-navigate .navigate-list .list{
    margin: 0 5%;
}
.mobile .new-head .head-navigate .navigate-list .list .img{
    width: 30%;
    color: #333333;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}
.mobile .new-head .head-navigate .navigate-list .list .img img{
    width: 50%;
    height: 100%;
    vertical-align: middle;
}
.mobile .new-head .head-navigate .navigate-list .list .name{
    width: 60%;
    float: left;
    color: #333333;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}*/
/*选项 返回首页 意向方案 。。。end*/

/*选项2 。。。begin*/
.head-navigate{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.head-navigate .navigate-close{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.head-navigate .navigate-list{
    position: absolute;
    width: 100%;
    top: 0;
    background-color: rgba(27, 27, 29, 0.8);
    line-height: initial;
    padding-bottom: 12px;
    border-radius: 0 0 5px 5px;
}
.head-navigate .navigate-list .navigate-close2{
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 15px 15px;
}
.head-navigate .navigate-list .navigate-head{
}
.head-navigate .navigate-list .navigate-head .txt{
    color: #fff;
    font-size: 1.3em;
    padding: 15px 0 15px 18px;
}
.head-navigate .navigate-list .navigate-head .navigate-close2 img{
    width: 15px;
}
.head-navigate .navigate-list ul {
    padding: 0 15px;
}
.head-navigate .navigate-list .list{
    float: left;
    width: 21%;
    text-align: center;
    padding-bottom: 15px;
    margin: 0 2%;
}
.head-navigate .navigate-list .list .item{
    display: inline-block;
    background-color: rgba(27, 27, 29, 0.65);
    padding: 11px 0;
    border-radius: 5px;
    width: 100%;
    padding: 19% 0;
}
.head-navigate .navigate-list .list .img{
}
.head-navigate .navigate-list .list .img img{
    width: 25%;
    vertical-align: middle;
}
.head-navigate .navigate-list .list .name{
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 10px 0 0 0;
    /* line-height: 20px; */
}
/*选项2 。。。end*/


/*间隔*/
.mobile .gap{
    width: 100%;
    height: 10px;
    background: #f5f5f5;
}
/*页面公共部分 begin*/

/*产品详情页begin*/
/*产品图片价格等 begin*/
.mobile.product-detail .content .product-top{
}
.mobile.product-detail .content .product-top .product-img{
    position: relative;
}
.mobile.product-detail .content .product-top .product-img .video{
    position: absolute;
    bottom: 43%;
    left: calc(50% - 22px);
}
.mobile.product-detail .content .product-top .product-img .video img{
    width: 45px;
    padding: 10px;
}
.mobile.product-detail .content .product-top .banner-scroll img{
    padding: 10px;
}
.mobile.product-detail .content .product-top .line{
    width: 100%;
    background-color: #F5F5F5;
    height: 1px;
    margin: 0;
    padding: 0;
}
.mobile.product-detail .content .product-top .product{
    padding: 0 15px;
    margin: 10px auto;
}
.mobile.product-detail .content .product-top .product .name{
    color: #404557;
    font-size: 1.3em;
    font-weight: 600;
}
.mobile.product-detail .content .product-top .product .attribute{
    display: inline-block;
    color: #fff;
    font-size: 10px;
}
.mobile.product-detail .content .product-top .product .attribute span {
    display: inline-block;
    border-radius: 2px;
    margin: 2px;
}
.mobile.product-detail .content .product-top .product .attribute span:first-child{
    margin: 2px 2px 2px 0;
}
.mobile.product-detail .content .product-top .product .attribute .isspecial {
    color: #bb4c4b;
    border: 1px solid #bb4c4b;
    padding: 0 4px;
}
.mobile.product-detail .content .product-top .product .attribute .clearance {
    background-color: #bb4c4b;
    padding: 1px 5px;
}
.mobile.product-detail .content .product-top .product .attribute .newest {
    background-color: #bb4c4b;
    padding: 1px 5px;
}
.mobile.product-detail .content .product-top .product .attribute .hotsale {
    background-color: #bb4c4b;
    padding: 1px 5px;
}
.mobile.product-detail .content .product-top .product .attribute .spot {
    color: #bb4c4b;
    border: 1px solid #bb4c4b;
    padding: 0 4px;
}
.mobile.product-detail .content .product-top .product .price{
    position: relative;
    color: #bb4c4b;
    font-size:1.4em;
}
.mobile.product-detail .content .product-top .product .price .number{
    font-weight: 600;
}
.mobile.product-detail .content .product-top .product .price .bake-price {
    position: absolute;
    top: 4px;
    color: #dc577f;
    font-weight: 500;
    font-size: 0.8rem;
    padding-left: 10px;
}
.mobile.product-detail .content .product-top .product .price .bake-icon{
    position: absolute;
    top: -1px;
    height: 30px;
    line-height: 26px;
    border-radius: 4px;
    color: #e0557f;
    font-size: 1.2em;
    box-sizing: border-box;
    transform: scale(.5);
    flex-shrink: 0;
    border: 1px solid transparent;
    border-color: #e0557f;
    padding: 1px 8px;
    margin-left: 29px;
}
.mobile.product-detail .content .product-top .product .v-price {
}
.mobile.product-detail .content .product-top .product .v-price span{
}
.mobile.product-detail .content .product-top .product .v-price img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.mobile.product-detail .content .product-top .product .take-price {
    color: #000;
}
.mobile.product-detail .content .product-top .product .take-price span{
}
.mobile.product-detail .content .product-top .product .take-price img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.mobile.product-detail .content .product-top .product .make-price{
    color: #dc577f;
}
.mobile.product-detail .content .product-top .product .make-price .sub {
}
.mobile.product-detail .content .product-top .product .make-price .number {
    padding-left: 3px;
}
.mobile.product-detail .content .product-top .product .client-price{
    color: #dc577f;
}
.mobile.product-detail .content .product-top .product .client-price .sub {
}
.mobile.product-detail .content .product-top .product .client-price .number {
    padding-left: 3px;
}
.mobile.product-detail .content .product-top .product .sn,.mobile.product-detail .content .product-top .product .stock{
    position: relative;
    color: #a28a7d;
    font-size: 1.2em;
}
.mobile.product-detail .content .product-top .product .sn a{
    display: none;
    position: absolute;
    right: 2px;
    top: -20px;
    color: #fff;
    background: #be4c4b;
    border-radius: 30px;
    font-size: 0.83em;
    padding: 6.5px 15px;
}
.mobile.product-detail .content .product-top .product .sn .to-share{
    position: absolute;
    right: 0px;
    top: -21px;
    /* background: #f6f6f6; */
    padding: 3px;
    border-radius: 100%;
}
.mobile.product-detail .content .product-top .product .sn .to-share img{
    width: 27px;
    padding: 3px;
}
/*产品图片价格等 end*/
/*相关产品  相似产品 开始*/
.mobile.product-detail .content .similar{
}
.mobile.product-detail .content .similar .select{
    position: relative;
    color: #6c6c6c;
    font-size: 1.25em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 13px auto;
    padding: 0 15px;
}
.mobile.product-detail .content .similar .select .title{
    color: #848484;
}
.mobile.product-detail .content .similar .select .content{
    color: #404557;
}
.mobile.product-detail .content .similar .select .reselect{
    position: absolute;
    right: 10px;
    top: 5px;
    width: 8px;
}
.mobile.product-detail .content .similar .article_case{
    position: relative;
    border-top: 1px dashed #eff0f1;
}
.mobile.product-detail .content .similar .article_case .d-head{
}
.mobile.product-detail .content .similar .article_case .d-head span {
    padding: 10px 15px;
    display: inline-block;
}
.mobile.product-detail .content .similar .article_case .d-head a{
    color: #bb4c4b;
    position: absolute;
    right: 0;
    padding: 10px 25px;
}
.mobile.product-detail .content .similar .article_case .d-head img{
    position: absolute;
    right: 10px;
    top: 12px;
    width: 8px;
}
.mobile.product-detail .content .similar .article_case .case-list{
    display: inline-block;
    width: 100%;
    padding: 0 20px 5px;
}
.mobile.product-detail .content .similar .article_case .case-list .item {
    float: left;
    width: 25%;
    padding-left: 10px;
}
.mobile.product-detail .content .similar .article_case .case-list .item .pic img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mobile.product-detail .content .similar .related-list{
    position: relative;
    border-top: 1px dashed #eff0f1;
}
.mobile.product-detail .content .similar .related-list .d-head{
}
.mobile.product-detail .content .similar .related-list .d-head span {
    display: inline-block;
    position: relative;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 20px;
    color: #222121;
    padding: 15px 10px;
}
.mobile.product-detail .content .similar .related-list .d-head a{
    position: absolute;
    top: 20px;
    right: 15px;
    color: #fff;
    border-radius: 17px;
    background-color: #be4c4b;
    padding: 6px 10px;
}
.mobile.product-detail .content .similar .related-list .d-head img{
    position: absolute;
    right: 10px;
    top: 12px;
    width: 8px;
}
.mobile.product-detail .content .similar .related-list .list{
    display: inline-block;
    width: 100%;
    padding: 0 20px 5px;
}
.mobile.product-detail .content .similar .related-list .list .item {
    float: left;
    width: 33.333%;
    padding-left: 10px;
}
.mobile.product-detail .content .similar .related-list .list .item .pic img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mobile.product-detail .content .similar .goods{
}
.mobile.product-detail .content .similar .goods .goods-select li{
    margin: 10px auto;
    font-size: 1.25em;
    font-weight: bold;
    color: #404557;
}
.mobile.product-detail .content .similar .goods .goods-select .current{
    color: #e13f4c;
}
.mobile.product-detail .content .similar .goods .goods-select .current .active{
    width: 64px;
    height: 3px;
    float: right;
    background: #EF5A24;
    margin-top: 5px;
}
.mobile.product-detail .content .similar .goods .product-list li{
    display: inline-block;
    padding: 0 5px;
}
.mobile.product-detail .content .similar .goods .product-list li .product-info{
    padding-right: 4px;
    padding-left: 0;
}
.mobile.product-detail .content .similar .goods .product-list li .product-info .name{
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}
/*已注释*/
.mobile.product-detail .content .similar .goods .scroll_viewport{
    width: 100%;
    background-color: #fff;
    overflow-x: scroll;
    overflow-y: hidden;
}
.mobile.product-detail .content .similar .goods .scroll_viewport .scroll_wrapper{
    width: 100%;
    height: 100%;
}
.mobile.product-detail .content .similar .goods .scroll_viewport .scroll_wrapper ul{
    display: inline-block;
    width: auto;
    white-space: nowrap;
    font-size: 0;
}
.mobile.product-detail .content .similar .goods .scroll_viewport .scroll_wrapper ul li{
    display: inline-block;
    padding: 0;
}
.mobile.product-detail .content .similar .goods .scroll_viewport .scroll_wrapper ul li a{
    display: inline-block;
    background-color: #f3f3f3;
    padding: 10px;
    margin: 5px;
}
/*已注释*/
.mobile.product-detail .content .tab-container{

}
.mobile.product-detail .content .tab-container .section-tab {
    background-color: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    flex: 0 0 40px;
    z-index: 8;
    /*border-bottom: 1px solid #e6e6e6;*/
}
.mobile.product-detail .content .tab-container .section-tab.fixed-tab {
    position: fixed;
    top: 44px;
    z-index: 9;
}
.mobile.product-detail .content .tab-container .section-tab li {
    flex: 1;
    height: 100%;
    text-align: center;
    font-weight: 600;
}
.mobile.product-detail .content .tab-container .section-tab li span{
    height: 40px;
    line-height: 38px;
    display: inline-block;
    color: #222121;
    font-size: 1.2em;
    border-bottom: 3px solid transparent;
}
.mobile.product-detail .content .tab-container .section-tab li.active span{
    color: #be4c4b;
    border-bottom: 3px solid #be4c4b;
}

/*相关产品  相似产品 结束*/

/* 商品详情 begin*/
.mobile.product-detail .content .detail .d-head .title{
    font-size: 1.3em;
    color: #000;
    padding: 8px 12px;
}
.mobile.product-detail .content .detail .d-content{
    white-space: nowrap;
    overflow: hidden;
    border-top: 1px solid #eff0f1;
}
.mobile.product-detail .content .detail .d-content li{
    border-bottom: 1px dashed #eff0f1;
    padding: 3px 0;
}
.mobile.product-detail .content .detail .d-content li:last-child{
    border-bottom: 1px dashed transparent;
}
.mobile.product-detail .content .detail .d-content .item>div{
    display: inline-block;
    margin: 5px 0;
}
.mobile.product-detail .content .detail .d-content .item .title{
    margin: 5px 15px;
}
.mobile.product-detail .content .detail .d-content .item .title span{
    font-size: 1.2em;
    color: #9ba0b3;
}
.mobile.product-detail .content .detail .d-content .item .name span{
    color: #404557;
    font-size: 1.2em;
    font-weight: 300;
}
.mobile.product-detail .content .detail .detail-detail img{
    max-width: 100%;
}
/*详情底部 begin*/
.mobile.product-detail .footer .footer-nav li .bar{
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 2px;
}
.mobile.product-detail .footer .footer-nav li .bar .icon{
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.mobile.product-detail .footer .footer-nav li .bar .title{
    color: #848484;
    font-size: 0.9em;
}
.mobile.product-detail .footer .footer-nav .buy{
    border-left: 1px solid #ECECEC;
    text-align: center;
    color: #333333;
    font-size: 15px;
}
/*详情底部 end*/
/*产品详情页end*/

/*产品重新选择筛选公共部分 begin*/
.widgets-cover{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.widgets-cover .cover-bg{
    position: absolute;
    height: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity:0.5;/*透明度*/
    background-color: #000000;
}
.widgets-cover .cover-content{
    position: absolute;
    top: 30%;
    width: 100%;
    height: 70%;
    background-color: #FFFFFF;
    padding: 0 15px;
}
.widgets-cover .cover-content .header{
    position: relative;
    padding: 10px;
    width: 100%;
    height: 130px;
}
.widgets-cover .cover-content .header .img{
    position: absolute;
    left: 0;
    width: 130px;
    height: 130px;
    background-color: #eff0f1;
}
.widgets-cover .cover-content .header .main{
    position: absolute;
    left: 130px;
    bottom: -10px;
    font-size: 1.3em;
    color: #000;
    padding-left: 10px;
}
.widgets-cover .cover-content .header .main .productname {
    font-weight: 600;
}
.widgets-cover .cover-content .header .main .price{
    color: #bb4c4b;
    font-weight: 600;
}
.widgets-cover .cover-content .header .main .v-price {
}
.widgets-cover .cover-content .header .main .v-price img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.widgets-cover .cover-content .header .widgets-close{
    position: absolute;
    display: none;
    top: 5px;
    right: -15px;
    color: #000000;
    font-size: 1.5em;
}
.widgets-cover .cover-content .body{
    position: absolute;
    padding: 0 15px 10px;
    bottom: 48px;
    top: 144px;
    left: 0;
    right: 0;
    overflow: auto;
}
.widgets-cover .cover-content .body .body-item .list-wrap li{
    padding-bottom: 20px;
}
.widgets-cover .cover-content .body label{
    padding: 10px 0;
    font-size: 1.3em;
    font-weight: 300;
    color: #404557;
}
.widgets-cover .cover-content .body .body-item .list-wrap li .items a{
    display: inline-block;
    text-decoration: none;
    color: #404557;
    font-size: 1.2em;
    border: 1px solid #9ba0b3;
    border-radius: 2px;
    padding: 8px 20px;
    margin: 5px 5px 0 0;
}
.widgets-cover .cover-content .body .body-item .list-wrap li .items a.selected{
    color: #bb4c4b;
    background-color: #FFFFFF;
    border: 1px solid #bb4c4b;
}
.widgets-cover .cover-content .body .number-line{
    padding-bottom: 10px;
}
.widgets-cover .cover-content .body .number-line .disabled{
    color: #404557;
}
.widgets-cover .cover-content .body .number-line .number span{
    display: block;
    outline: 0;
    height: 35px;
    line-height: 35px;
    width: 40px;
    font-size: 1.3em;
    border: 1px solid #9ba0b3;
    background-color: #ffffff;
    text-align: center;
}
.widgets-cover .cover-content .body .number-line .number{
}
.widgets-cover .cover-content .body .number-line .number .decrease{
    float: left;
    margin-right: -1px;
}
.widgets-cover .cover-content .body .number-line .number #number{
    float: left;
    height: 35px;
    width: 65px;
    text-align: center;
    border: 1px solid #9ba0b3;
    border-radius: 0;
    -webkit-appearance:none;/*清除ios默认圆角*/
}
.widgets-cover .cover-content .body .number-line .number .incerease{
    float: left;
    margin-left: -1px;
}
/*产品重新选择筛选公共部分 end*/

/*大图begin 未使用*/
.big-pic-cover{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    z-index: 1000;
}
.big-pic-cover .close-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.big-pic-cover .cover-content{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}
.big-pic-cover .cover-content .cover-head{
    height: 44px;
    line-height: 44px;
    color: #fff;
}
.big-pic-cover .cover-content .cover-head .fa-angle-left{
    position: absolute;
    line-height: 24px;
    min-width: 36px;
    top: -2px;
    left: 9px;
    font-size: 30px;
    color: #fff;
    padding: 10px 0;
    display: block;
}
.big-pic-cover .cover-content .cover-head .count {
    text-align: center;
    font-size: 1.3em;
}
.big-pic-cover .cover-content .cover-body{
    position: absolute;
    top: 26%;
}
.big-pic-cover .cover-content .cover-body .banner-wrap{
    position: relative;
}
.big-pic-cover .cover-content .cover-body .banner-wrap .banner-scroll{
    position: relative;
    width: 100%;
}
.big-pic-cover .cover-content .cover-body .banner-wrap .banner-scroll ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.big-pic-cover .cover-content .cover-body .banner-wrap .banner-scroll ul li{
    width: 100%;
    background-color: #fff;
}
.big-pic-cover .cover-content .cover-body .banner-wrap .banner-scroll ul li img{
    width: 100%;
}
/*大图end*/
.share-cover{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.share-cover  .close-cover {
    width: 100%;
    height: 100%;
}
.share-cover .cover-content{
    position: absolute;
    top: 8px;
    left: 10%;
    width: 86%;
}
.share-cover .cover-content img{
    width: 100%;
}
/*视频begin*/
.video-cover{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.video-cover .close-cover {
    width: 100%;
    height: 100%;
}
.video-cover .cover-content{
    position: absolute;
    top: 100px;
    left: 5%;
    bottom: 22%;
    right: 0;
    width: 90%;
    overflow: hidden;
}
.video-cover .cover-content .video{
    width: 100%;
    height: 100%;
}
.video-cover .cover-content .video video {
    width: 100%;
    height: 100%;
}
/*视频end*/

/* 产品列表 空间-单空间 空间-搭配 空间-楼盘 小部分筛选公共部分begin*/
.mobile .toolbar{
    position: fixed;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 998;
}
.mobile.product-category .toolbar{
    top: 44px;
}
.mobile.scheme .toolbar{
    top: 35px;
}
.mobile .toolbar .filter-cate{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    border-bottom: 1px solid #C8CDC8;
}
.mobile .toolbar .filter-cate ul{
    height: 44px;
    line-height: 44px;
    display: flex;
}
.mobile .toolbar .filter-cate ul li{
    float: left;
    white-space: nowrap;
    padding: 0 7px 0 20px;
}
.mobile .toolbar .filter-cate ul li.current a{
    color: #e13f4c;
}
.mobile .toolbar .filter-cate ul li a{
    color: #404557;
    font-size: 0.81rem;
    font-weight: bold;
}
.mobile .toolbar .filter-cate .more{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    border-left: 1px solid #C8CDC8;
    padding: 12px 10px;
}
.mobile .toolbar .filter-cate .more img{
    width: 20px;
}
.mobile .toolbar .filter-cate-filter {
    position: absolute;
    background-color: #fff;
    overflow: auto;
    height: 271px;
    z-index: 9;
    padding-bottom: 10px;
}
.mobile .toolbar .filter-cate-filter ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.mobile .toolbar .filter-cate-filter ul li{
    width: 25%;
    float: left;
    text-align: center;
    padding: 5px 0;
}
.mobile .toolbar .filter-cate-filter ul li a {
    display: flex;
    width: 90%;
    height: 100%;
    color: #404557;
    font-size: 1.0em;
    background-color: #f5f5f5;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    word-wrap: break-word;
    word-break: break-all;
    margin: 5px 5%;
    padding: 5px 5px;
}
.mobile .toolbar .filter-cate-filter ul li.current a{
    color: #e13f4c;
}

.mobile .toolbar .filter-cate-filter ul li a .title{
}
.mobile .toolbar .filter-cate-filter .close-filter-cate-filter{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 360px;
    opacity: 0.5;
    background-color: #000000;
}

.mobile .toolbar .section-tab-container {
    position: relative;
    display: flex;
    height: 40px;
    width: 100%;
}
.mobile.scheme .toolbar .section-tab-container {
    height: 31px;
}
.mobile .toolbar .section-tab-container .section-tab {
    width: 100%;
    display: flex;
    flex: 1;
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.mobile .toolbar .section-tab-container .section-tab .scroll-container {
    flex: 1;
    display: flex;
    flex-direction: row;
    height: 100%;
    overflow: hidden;
    overflow-x: auto;
    background: #fff;
}
.mobile .toolbar .section-tab-container .section-tab .scroll-container .scroll-content {
    flex-shrink: 0;
    flex-grow: 1;
}
.mobile .toolbar .section-tab-container .section-tab .scroll-container:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #eaeaea;
    content: " ";
    transform: scaleY(.5);
}
.mobile .toolbar .section-tab-container .section-tab .scroll-container .scroll-content ul {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-around;
}
.mobile .toolbar .section-tab-container .section-tab .scroll-container .scroll-content li {
    display: inline-block;
    flex-grow: 1;
    position: relative;
    padding: 0 15px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}
.mobile .toolbar .section-tab-container .section-tab .scroll-container .scroll-content li a{
    color: #404557;
}
.mobile .toolbar .section-tab-container .section-tab .scroll-container .scroll-content li span {
    position: relative;
    padding: 13px 0 8px;
    font-size: 1.18em;
}
.mobile.scheme .toolbar .section-tab-container .section-tab .scroll-container .scroll-content li span {
    font-size: 1.25em;
    padding: 6px 4px 5px;
}
.mobile .toolbar .section-tab-container .section-tab .scroll-container .scroll-content li.active span {
    color: #be4c4b;
}
.mobile .toolbar .section-tab-container .section-tab .scroll-container .scroll-content li.active span:after {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    height: 3px;
    background-color: #be4c4b;
    width: 100%;
}
.mobile .toolbar .section-tab-container .opacity-shadow {
    position: absolute;
    z-index: 2;
    right: 30px;
    width: 8px;
    height: 39px;
    background: url('./../../images/mobile/select_shadow.png');
    background-size: 100% 100%;
}
.mobile.scheme .toolbar .section-tab-container .opacity-shadow {
    height: 30px;
}
.mobile .toolbar .section-tab-container .more{
    width: 32px;
    height: 39px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
}
.mobile .toolbar .section-tab-container .more .fa{
    color: #7d7d7d;
    font-size: 20px;
    margin-top: 10px;
}
.mobile .toolbar .section-tab-container .category-selected {
    display: none;
    position: absolute;
    z-index: 23;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
}
.mobile .toolbar .section-tab-container .category-selected .selected-body {
    max-height: 50%;
    background-color: #fff;
    overflow-x: hidden;
}
.mobile .toolbar .section-tab-container .category-selected .selected-body .content-body {
    padding: 0 15px 10px;
}
.mobile .toolbar .section-tab-container .category-selected .selected-body .content-body .content-title {
    position: relative;
    display: flex;
    height: 40px;
    line-height: 40px;
    font-size: 1.18em;
    font-weight: 400;
    color: #1a1a1a;
}
.mobile .toolbar .section-tab-container .category-selected .selected-body .content-body .content-title .fa{
    position: absolute;
    /* top: 10px; */
    right: -20px;
    color: #be4c4b;
    padding: 10px 20px;
}
.mobile .toolbar .section-tab-container .category-selected .selected-body .content-body li {
    float: left;
    width: 33.33%;
}
.mobile .toolbar .section-tab-container .category-selected .selected-body .content-body li a {
    position: relative;
    display: block;
    height: 30px;
    line-height: 28px;
    margin: 0 5px 10px;
    overflow: hidden;
    font-size: 1em;
    color: #1a1a1a;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #fff;
    border-radius: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 4px;
}
.mobile .toolbar .section-tab-container .category-selected .selected-body .content-body li.active a{
    color: #be4c4b;
    border: 1px solid #be4c4b;
    background: rgba(190,76,75,.1);
}


.mobile .toolbar .filter{
}
.mobile .toolbar .filter .sort{
    font-size: 1.4em;
    /*border-bottom: 1px solid #e6e6e6;*/
}
.mobile .toolbar .filter .sort:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #eaeaea;
    content: " ";
    transform: scaleY(.5);
}
.mobile .toolbar .filter .sort li{
    position: relative;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    float: left;
    text-align: center;
}
.mobile .toolbar .filter .sort li span{
    color: #7d7d7d;
    font-size: 0.83em;
    word-break: normal;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 13px);
}
.mobile .toolbar .filter .sort li span.name{
    display: inline-block;
    max-width: 65%;
    overflow: hidden;
    word-break: keep-all;
}
.mobile .toolbar .filter .sort li.style span.fa{
    margin-top: 12px;
}
.mobile .toolbar .filter .sort li.current span,.mobile .toolbar .filter .sort li.active span{
    color: #be4c4b;
}
.mobile .toolbar .filter .sort span.price-up{
    position: absolute;
    margin-top: 8px;
    margin-left: 4px;
}
.mobile .toolbar .filter .sort span.price-down{
    position: absolute;
    margin-top: 16px;
    margin-left: 4px;
}
.mobile .toolbar .filter .sort span.price-up,.mobile .toolbar .filter .sort span.price-down{
    color: #7d7d7d !important;
}
.mobile .toolbar .filter .sort li.current span.fa.active{
    color: #be4c4b !important;
}
.mobile .toolbar .filter .sort .down-line{
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 20px;
    background: #ECECEC;
    overflow: hidden;
}
.mobile .toolbar .filter .sort .selected img{
    height: 11px;
    margin-top: 16px;
}
.mobile .toolbar .filter .sort .display-method img{
    width: 20px;
    margin-top: 10px;
}
.mobile .toolbar .filter .sort-item{
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
}
.mobile .toolbar .filter .sort-item>ul{
    border-top: 1px solid #eff0f1;
    background-color: #fff;
    max-height: 250px;
    overflow: auto;
    text-align: left;
}
.mobile .toolbar .filter .sort-item>ul li{
    height: 50px;
    line-height: 50px;
    font-size: 1.16em;
    padding: 0 20px;
}
.mobile .toolbar .filter .sort-item>ul li a{
    display: block;
    color: #404557;
}
.mobile .toolbar .filter .sort-item>ul li.current a{
    color: #e13f4c;
}
.mobile .toolbar .filter .sort-item .category-selected {
    border-top: 1px solid #eff0f1;
    text-align: left;
    height: 100%;
}
.mobile .toolbar .filter .sort-item .category-selected .selected-body {
    max-height: 44%;
    overflow: auto;
    background-color: #fff;
}
.mobile .toolbar .filter .sort-item .category-selected .selected-body .content-body {
    padding: 0 15px 10px;
}
.mobile .toolbar .filter .sort-item .category-selected .selected-body .content-body .content-title {
    display: flex;
    height: 40px;
    line-height: 40px;
    font-size: 1.18em;
    font-weight: 400;
    color: #1a1a1a;
}
.mobile .toolbar .filter .sort-item .category-selected .selected-body .content-body li {
    float: left;
}
.mobile .toolbar .filter .sort-item .category-selected .selected-body .content-body li a {
    position: relative;
    display: block;
    height: 30px;
    line-height: 28px;
    margin: 0 5px 10px;
    overflow: hidden;
    font-size: 1em;
    color: #1a1a1a;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #fff;
    border-radius: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 4px;
}
.mobile .toolbar .filter .sort-item .category-selected .selected-body .content-body li.current a{
    color: #be4c4b;
    border: 1px solid #be4c4b;
    background: rgba(190,76,75,.1);
}
.mobile .toolbar .filter .sort-item .category-selected .selected-body .content-body .set-area{
    display: flex;
    height: 40px;
    line-height: 40px;
}
.mobile .toolbar .filter .sort-item .category-selected .selected-body .content-body .set-area input{
    flex: 1;
    width: 48%;
    max-width: 48%;
    height: 40px;
    text-align: center;
    color: #1a1a1a;
    background: #f6f6f6;
    border-radius: 3px;
}
.mobile .toolbar .filter .sort-item .category-selected .selected-body .content-body .set-area input::placeholder {
    color: #92969c;
}
.mobile .toolbar .filter .sort-item .category-selected .selected-body .content-body .set-area span {
    padding-left: 3px;
    padding-right: 3px;
}
.mobile .toolbar .filter .sort-item .category-selected .footer {
    width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 54px;
    height: 64px;
    padding: 10px 20px 0;
    background: #fff;
}
.mobile .toolbar .filter .sort-item .category-selected .footer a {
    float: left;
    display: block;
    width: 48%;
    height: 44px;
    line-height: 44px;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    border-radius: 44px;
}
.mobile .toolbar .filter .sort-item .category-selected .footer .selected-reset {
    margin-right: 3%;
    color: #999;
    border: 1px solid #f6f6f6;
}
.mobile .toolbar .filter .sort-item .category-selected .footer .selected-confirm {
    background-color: #be4c4b;
}

.mobile .toolbar .filter .sort-item .close-widgets{
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* opacity: 0.5; */
    /* background-color: #000000; */
}
.mobile .toolbar .filter .sort-item .close-widgets.close-sort{
    top: 202px;
}
/* 产品列表 空间-单空间 空间-搭配 空间-楼盘 小部分筛选公共部分end*/
.mobile.scheme-detail .toolbar .section-tab-container .section-tab .scroll-container .scroll-content ul{
    border-bottom: 0;
}
.mobile.scheme-detail .toolbar .section-tab-container .section-tab .scroll-container .scroll-content li {
    font-weight: 500;
}
.mobile.scheme-detail .toolbar .section-tab-container .section-tab .scroll-container .scroll-content li span{
    position: relative;
    padding: 13px 0 6px;
    font-size: 1.18em;
}

/*空间-套餐 空间-空间 空间-搭配 空间-楼盘列表begin*/
.mobile.scheme > header{
    display: flex;
    height: 35px;
    line-height: 35px;
}
.mobile.scheme > header input{
    display: flex;
    height: 31px;
    line-height: 31px;
    flex-grow: 1;
    background-color: #f6f6f6;
    border-radius: 15px;
    padding: 6px 0 6px 35px;
    margin: 4px 15px 0 11px;
}
.mobile.scheme > header .search {
    position: absolute;
    left: 18px;
    width: 39px;
    text-align: center;
}
.mobile.scheme > header .search img{
    width: 16px;
    margin-top: 12px;
}
.mobile.scheme .toolbar .filter .sort-item{
    top: 70px;
}
.mobile .content>.list li{
     width: 100%;
     padding: 0 5px;
}
.mobile .content>.list li.h-list{
    display: inline-block;
    float: left;
    width: 50%;
}
.mobile .content>.list .list-item>img{
    width: 100%;
}
.mobile .content>.list .list-item>.title{
    color: #404557;
    font-size: 1.16em;
    text-align: center;
    margin: 15px auto;
}
.mobile .content>.list .list-item .btn-show-3d{
    position: absolute;
    top: 8px;
    right: 20px;
}
.mobile .content>.list .list-item .scheme-match .info .author .designer {
    display: inline-block;
    padding-left: 0;
}
.mobile .content>.list li.h-list .list-item .scheme-match .info .author .designer{
    display: none;
}
.mobile .content>.list li.h-list .scheme-match .btn-tofavorites {
    top: 3px;
    bottom: auto;
}
.mobile .content>.list li.h-list .scheme-match .btn-tofavorites img {
    width: 27px;
    padding: 7px 5px;
}
.mobile .content>.list li .list-item.community{
    display: inline-block;
    width: 100%;
}
.mobile .content>.list li .list-item.community>img{
    float: left;
    width: 40%;
    /* height: auto; */
}
.mobile .content>.list li .list-item.community .community-info{
    float: left;
    width: 60%;
    color: #000;
    padding-left: 10px;
}
.mobile .content>.list li .list-item.community .community-info .title{
}
.mobile .content>.list li .list-item.community .community-info .houst_type_class_str{
    padding: 5px 0;
}
.mobile .content>.list li .list-item.community .community-info .area_str {
}
/*空间-套餐 空间-空间 空间-搭配 空间-楼盘列表end*/

/*空间-搭配列表  空间-搭配详情公共部分 begin*/
.mobile .content .scheme-match{
    position: relative;
    padding: 10px 0;
}
.mobile .content .scheme-match .user-img{
    display: inline-block;
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #999;
    text-align: center;
    background-color: #eee;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.mobile .content .scheme-match .info span{
    display: block;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
}
.mobile .content .scheme-match .info .name{
    color: #404557;
}
.mobile .content .scheme-match .info .author{
    color: #788186;
}
.mobile .content .scheme-match .price{
    display: inline-block;
    color: #bb4c4b;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 51px;
}
.mobile .content .scheme-match .v-price {
    color: #000;
}
.mobile .content .scheme-match .v-price img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.mobile .content .scheme-match .btn-tofavorites{
    position: absolute;
    right: 0;
    bottom: 0;
}
.mobile .content .scheme-match .btn-tofavorites img{
    width: 42px;
    padding: 12px;
}
/*空间-搭配列表  空间-搭配详情公共部分 end*/

/*空间-空间-筛选begin*/
/*尺寸*/
.category-widgets-cover .cover-content .body .option-list .size .set-size .row-list{
    text-align: center;
    margin-top: 10px;
}
.category-widgets-cover .cover-content .body .option-list .size .set-size .row-list span{
    font-size: 1.3em;
    margin: 5px 5px;
}
.category-widgets-cover .cover-content .body .option-list .size .set-size .row-list input{
    width: 50%;
    font-size: 1.3em;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
}
/*面积*/
.category-widgets-cover .cover-content .body .option-list .area .set-area{
    width: 94%;
    margin-left: 3%;
}
.category-widgets-cover .cover-content .body .option-list .area .set-area input{
    width: 44%;
    font-size: 1.2em;
    background-color: #F5F5F5;
    /* border: 1px solid #F5F5F5; */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 5px 0;
}
/*空间-空间-筛选end*/

/*空间详情    套餐详情  begin*/
.mobile.scheme-detail .content .floor-plan{
}
.mobile.scheme-detail .content .floor-plan .img{
}
.mobile.scheme-detail .content .floor-plan .img img{
    width: 100%;
}
.mobile.scheme-detail .content .floor-plan .floor-info{
    display: inline-block;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1.16em;
}
.mobile.scheme-detail .content .floor-plan .floor-info .name {
    padding-bottom: 2px;
}
.mobile.scheme-detail .content .floor-plan .floor-info ul{
}
.mobile.scheme-detail .content .floor-plan .floor-info li{
    display: inline-block;
    width: 50%;
    float: left;
    padding: 5px 0;
}
.mobile.scheme-detail .content .floor-plan .floor-info li .item{
}
.mobile.scheme-detail .content .floor-plan .floor-info li .item .title-sub{
    display: inline-block;
}
.mobile.scheme-detail .content .floor-plan .floor-info li .item .text{
    display: inline-block;
}

/*内容*/
.mobile.scheme-detail .content .product-top {
    position: relative;
}
.mobile.scheme-detail .content .product-top .typename{
    color: #333333;
    font-size: 1.4em;
    /*border-left: 3px solid #EF5A24;*/
    margin: 10px auto;
    padding-left: 10px;
}

/*家具  软装  主材  选择 [历史详情样式]*/
.mobile.scheme-detail .content .product-top .products .products-select {
    margin-top: 15px;
}
.mobile.scheme-detail .content .product-top .products .products-select .scroll_viewport{
    width: 100%;
    background-color: #fff;
    overflow-x: scroll;
    overflow-y: hidden;
}
.mobile.scheme-detail .content .product-top .products .products-select .scroll_viewport .scroll_wrapper{
    width: 100%;
    height: 100%;
}
.mobile.scheme-detail .content .product-top .products .products-select .scroll_viewport .scroll_wrapper ul{
    white-space: nowrap;
    overflow-x: auto;
}
.mobile.scheme-detail .content .product-top .products .products-select .scroll_viewport .scroll_wrapper li{
    display: inline-block;
    font-size: 1.3em;
    margin: 0 20px;
}

.mobile.scheme-detail .content .product-top .products .products-select .scroll_viewport .scroll_wrapper .current span{
    color: #EF5A24;
}
.mobile.scheme-detail .content .product-top .products .products-select .scroll_viewport .scroll_wrapper .current .active{
    width: 90%;
    height: 3px;
    background: #EF5A24;
    margin: 5px auto;
}

.mobile.scheme-detail .content .product-top .products .products-list{
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}
.mobile.scheme-detail .content .product-top .products .products-list ul{
    display: flex;
    flex-wrap: wrap;
}
.mobile.scheme-detail .content .product-top .products .products-list li.invalid {
    opacity: 0.5;
    background-color: #fff;
}
.mobile.scheme-detail .content .product-top .products .products-list li .item{
    background: rgba(247,247,247,1);
    padding: 20px 10px 10px;
}
.mobile.scheme-detail .content .product-top .products .products-list li .item a img{
    width: 100%;
}
.mobile.scheme-detail .content .product-top .products .products-list li .item .selected{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px;
}
.mobile.scheme-detail .content .product-top .products .products-list li .item .selected img{
    display: block;
    height: 15px;
    width: 15px;
    border: none;
    cursor: pointer;
    padding: 0;
}
.mobile.scheme-detail .content .product-top .products .products-list li .name{
    color: #333333;
    font-size: 1.0em;
    margin: 10px 0;
}
.mobile.scheme-detail .content .product-top .products .products-list li .attribute{
    color: #fff;
    font-size: 10px;
}
.mobile.scheme-detail .content .product-top .products .products-list li .attribute span {
    display: inline-block;
    border-radius: 2px;
    margin: 2px;
}
.mobile.scheme-detail .content .product-top .products .products-list li .attribute .isspecial {
    color: #bb4c4b;
    border: 1px solid #bb4c4b;
    padding: 0 4px;
}
.mobile.scheme-detail .content .product-top .products .products-list li .attribute .clearance {
    background-color: #bb4c4b;
    padding: 1px 5px;
}
.mobile.scheme-detail .content .product-top .products .products-list li .attribute .newest {
    background-color: #bb4c4b;
    padding: 1px 5px;
}
.mobile.scheme-detail .content .product-top .products .products-list li .attribute .hotsale {
    background-color: #bb4c4b;
    padding: 1px 5px;
}
.mobile.scheme-detail .content .product-top .products .products-list li .attribute .spot {
    color: #bb4c4b;
    border: 1px solid #bb4c4b;
    padding: 0 4px;
}
.mobile.scheme-detail .content .product-top .products .products-list li .name .product-name{
    float: left;
    width: 84%;
    white-space: nowrap;
    overflow: hidden;
}
.mobile.scheme-detail .content .product-top .products .products-list li .name .num{
    float: right;
}
.mobile.scheme-detail .content .product-top .products .products-list .scroll_viewport{
    width: 100%;
    background-color: #fff;
    overflow-x: scroll;
    overflow-y: hidden;
}
.mobile.scheme-detail .content .product-top .products .products-list .scroll_viewport .scroll_wrapper{
    width: 100%;
    height: 100%;
}
.mobile.scheme-detail .content .product-top .products .products-list .scroll_viewport .scroll_wrapper ul{
    white-space: nowrap;
    overflow-x: auto;
}
.mobile.scheme-detail .content .product-top .products .products-list .scroll_viewport .scroll_wrapper li{
    display: inline-block;
    margin: 0 7px;
}
.mobile.scheme-detail .content .product-top .products .products-list .scroll_viewport .scroll_wrapper li a{
    display: inline-block;
    width: 100%;
}
.mobile.scheme-detail .content .product-top .products .products-list .scroll_viewport .scroll_wrapper li .item{
    background: rgba(247,247,247,1);
}
.mobile.scheme-detail .content .product-top .products .products-list .scroll_viewport .scroll_wrapper li .item .img{
    margin: 10px;
}
.mobile.scheme-detail .content .product-top .products .products-list .scroll_viewport .scroll_wrapper li .item .selected{
    display: inline-block;
    margin-left: -15px;
}
.mobile.scheme-detail .content .product-top .products .products-list .scroll_viewport .scroll_wrapper li .item .selected img{
    display: block;
    height: 15px;
    width: 15px;
    border: none;
    cursor: pointer;
    padding: 0;
}
.mobile.scheme-detail .content .product-top .products .products-list .scroll_viewport .scroll_wrapper li .item .name{
    color: #333333;
    font-size: 1.0em;
    margin: 10px 0;
}
.mobile.scheme-detail .content .product-top .products .products-list .scroll_viewport .scroll_wrapper li .item .name .num{
    float: right;
}
/*空间详情    套餐详情  end*/

/*产品详情页  空间详情页 等等 底部公共部分begin*/
.mobile .new-footer{
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0;
}
.mobile .new-footer .footer-nav{
    font-size: 1.2em;
}
.mobile .new-footer .footer-nav .is-all{
    display: inline-block;
}
.mobile .new-footer .footer-nav .is-all img{
    height: 48px;
    width: 33px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    padding: 12px 0 16px 13px;
}
.mobile .new-footer .footer-nav .is-all .select-all{
    color: #000000;
    font-size: 0.8em;
}
.mobile .new-footer .footer-nav .total{
    float: right;
}
.mobile .new-footer .footer-nav .total .total-sum {
    color: #bb4c4b;
    line-height: 24px;
    height: 24px;
    font-weight: 600;
}
.mobile .new-footer .footer-nav .total .total-sum .total-price {
}
.mobile .new-footer .footer-nav .total .total-v {
    line-height: 16px;
    height: 14px;
    color: #000;
    text-align: right;
    font-size: 0.7em;
}
.mobile .new-footer .footer-nav .total .total-v .total-v-price {
    display: inline-block;
}
.mobile .new-footer .footer-nav .basket{
    text-align: center;
    color: #FFFFFF;
    font-size: 0.9em;
    background-color: #979797;
}
.mobile .new-footer .footer-nav.on .basket{
    cursor: pointer;
    background-color: #bb4c4b;
}
.mobile .new-footer .footer-nav.on .basket span{
    color: #fff;
    cursor: pointer;
}
.mobile .new-footer .footer-nav .right-item {
    display: inline-block;
    float: right;
    font-size: 0.8em;
    text-align: center;
}
.mobile .new-footer .footer-nav .add-customize {
}
.mobile .new-footer .footer-nav .add-customize span{
    color: #1b9aee;
    border-radius: 33px;
    border: 1px solid #1b9aee;
    padding: 4px 6px;
}
.mobile .new-footer .footer-nav .add-favorite {
}
.mobile .new-footer .footer-nav .add-favorite span {
    color: #FF5000;
    border-radius: 33px;
    border: 1px solid #FF5000;
    padding: 4px 6px;
    margin-left: 8px;
}
.mobile .new-footer .footer-nav .del{
}
.mobile .new-footer .footer-nav .del span{
    color: #FC0A0A;
    border: 1px solid #FC0A0A;
    border-radius: 33px;
    padding: 4px 13px;
    margin-left: 8px;
}
.mobile .new-footer .footer-nav.on .del{
    /* background-color: #d0021b; */
}
/*产品详情页  空间详情页 等等 底部公共部分end*/

/*公共分享部分begin(未使用，使用了浏览器自带分享功能)*/
.share{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.share .share-close{
    position: absolute;
    width: 100%;
    height: 100%;
}
.share .share-content{
    position: absolute;
    width: 80%;
    top: 40%;
    left: 10%;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 5px 0 15px;
}
.share .share-content .title{
    color: #000000;
    font-size: 1.4em;
    text-align: center;
    margin: 15px auto;
}
.share .share-content .list{
}
.share .share-content .list li{
    text-align: center;
    margin: 0;
    padding: 0;
}
.share .share-content .list li .item img{
}
.share .share-content .list li .item span{
    display: block;
    color: #333333;
    font-size: 1.0em;
    margin-top: 10px;
}
/*公共分享部分end*/

/*搭配详情begin*/
.mobile.scheme-match-detail .content .product-top{
}
.mobile.scheme-match-detail .content .product-top .scheme-name{
    font-size: 1.2em;
}
.mobile.scheme-match-detail .content .product-top .scheme-match .info .name{
    color: #788186;
}
.mobile.scheme-match-detail .content .product-top .scheme-totalprice .price{
    color: #bb4c4b;
    font-size: 1.1em;
    font-weight: 600;
}
.mobile.scheme-match-detail .content .product-top .scheme-totalprice .v-price {
    display: inline-block;
    width: 100%;
    padding-left: 75px;
}
.mobile.scheme-match-detail .content .product-top .scheme-totalprice .v-price img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.mobile.scheme-match-detail .content .product-top .scheme-totalprice{
    border-top:1px dashed #e9e9e9;
    padding-top: 8px;
    margin-top: 10px;
}
.mobile.scheme-match-detail .content .product-top .design-notes{
    display: inline-block;
}
.mobile.scheme-match-detail .content .product-top .design-notes .title{
    display: inline-block;
    color: #404557;
    font-size: 1.1em;
    font-weight: 600;
}
.mobile.scheme-match-detail .content .product-middle .title{
    position: relative;
    color: #000000;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    padding: 15px;
}
.mobile.scheme-match-detail .content .product-middle .title:after{
    content: '';
    position: absolute;
    top: 50%;
    background-color: #F5F5F5;
    width: 50px;
    height: 2px;
    right: 60px;
}
.mobile.scheme-match-detail .content .product-middle .title:before{
    content: '';
    position: absolute;
    top: 50%;
    background-color: #F5F5F5;
    width: 50px;
    height: 2px;
    left: 60px;
}
.mobile.scheme-match-detail .content .detail .img{
    position: relative;
    margin: 10px 15px;
    border: 1px solid #dee2d8;
}
.mobile.scheme-match-detail .content .detail .img>img{
    width: 100%;
}
.mobile.scheme-match-detail .content .detail .img .btn-tofavorites img{
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: 11px;
    right: 18px;
}
/*搭配详情end*/


.product-lists{
    /* border-top: 1px solid #e9e9e9; */
}
.product-lists .name{
    color: #333333;
    font-size: 1.1em;
    margin: 10px 15px;
}
.product-lists .title{
    color: #404557;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px 15px;
}
.product-lists .title .v-list{
    display: inline-block;
    float: right;
    width: 20px;
    margin-right: 5px;
}
.product-lists .title .v-list img{
    width: 100%;
}
.product-lists .title .h-list{
    display: inline-block;
    width: 20px;
    float: right;
}
.product-lists .title .h-list img{
    width: 100%;
}
.product-lists .product-wrap li .attribute{
    color: #fff;
    font-size: 10px;
}
.product-lists .product-wrap .list-row li .attribute{
    /* min-height: 20px; */
}
.product-lists .product-wrap li .attribute span {
    display: inline-block;
    border-radius: 2px;
    margin: 2px;
}
.product-lists .product-wrap li .attribute .isspecial {
    color: #bb4c4b;
    border: 1px solid #bb4c4b;
    padding: 0 4px;
}
.product-lists .product-wrap li .attribute .clearance {
    background-color: #bb4c4b;
    padding: 1px 5px;
}
.product-lists .product-wrap li .attribute .newest {
    background-color: #bb4c4b;
    padding: 1px 5px;
}
.product-lists .product-wrap li .attribute .hotsale {
    background-color: #bb4c4b;
    padding: 1px 5px;
}
.product-lists .product-wrap li .attribute .spot {
    color: #bb4c4b;
    border: 1px solid #bb4c4b;
    padding: 0 4px;
}
.product-lists .product-wrap .list .row{
    color: #666666;
    background-color: #F7F7F7;
    padding: 10px 0;
}
.product-lists .product-wrap .list .row td{
    float: right;
    margin-right: 30px;
}
.product-lists .product-wrap .list{
    width: 100%;
}
.product-lists .product-wrap .list .product-item{
    /*position: relative;*/
    /* margin: 10px; */
    display: flex;
    margin-bottom: 10px;
}
.product-lists .product-wrap .list .product-item .check-btn{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    /* width: 10%; */
    padding: 5px 7px;
}
.product-lists .product-wrap .list .product-item .check-item{
    display: block;
    height: 15px;
    width: 15px;
    border: none;
    cursor: pointer;
    padding: 0;
}
.product-lists .product-wrap .list .product-item .product-img{
    position: relative;
    display: inline-block;
    /* width: 30%; */
    flex-shrink: 0;
    width: 160px;
    height: 150px;
    position: relative;
    border-radius: 5px;
    padding-left: 10px;
    margin-right: 10px;
}
.product-lists .product-wrap .list .product-item .product-pic{
    /*width: 90px;*/
}
.product-lists .product-wrap .list .product-item .productinfo{
    display: inline-block;
    flex: 1;
    position: relative;
    /* white-space: nowrap; */
    overflow: hidden;
    /* padding-left: 10px; */
    height: 165px;
    border-bottom: 1px solid #e6e6e6;
}
.product-lists .product-wrap .list .product-item:last-child .productinfo {
    /*border-bottom: 1px solid transparent;*/
}
.product-lists .product-wrap .list .product-item .productinfo .productname{
    opacity: 1;
    color: #404557;
    font-size: 1.2em;
    font-weight: 600;
}
.product-lists .product-wrap .list .product-item .productinfo>span{
    overflow: hidden;
    opacity: 0.8;
}
.product-lists .product-wrap .list .product-item .productinfo .saleprice{
    position: relative;
    display: inline-block;
    width: 100%;
    opacity: 1;
}
.product-lists .product-wrap .list .product-item .productinfo .saleprice .number{
    color: #bb4c4b;
    font-weight: bold;
    font-size: 1.18em;
}
.product-lists .product-wrap .list .product-item .productinfo .saleprice .bake-price {
    position: absolute;
    top: 4px;
    color: #dc577f;
    padding-left: 5px;
    font-size: 0.8em;
}
.product-lists .product-wrap .list .product-item .productinfo .saleprice .bake-icon {
    width: 98px;
    position: absolute;
    top: -5px;
    height: 30px;
    line-height: 26px;
    border-radius: 4px;
    color: #e0557f;
    font-size: 1.66em;
    box-sizing: border-box;
    transform: scale(.5);
    flex-shrink: 0;
    border: 1px solid transparent;
    border-color: #e0557f;
    padding: 1px 8px;
    margin-left: 15px;
}
.product-lists .product-wrap .list .product-item .productinfo .v-saleprice {
     display: inline-block;
     opacity: 1;
     color: #000;
 }
.product-lists .product-wrap .list .product-item .productinfo .v-saleprice img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.product-lists .product-wrap .list .product-item .productinfo .take-price {
    display: inline-block;
    opacity: 1;
    color: #000;
}
.product-lists .product-wrap .list .product-item .productinfo .take-price img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.product-lists .product-wrap .list .product-item .productinfo .make-price{
    color: #dc577f;
    opacity: 1;
}
.product-lists .product-wrap .list .product-item .productinfo .make-price .number{
    padding-left: 3px;
}
.product-lists .product-wrap .list .product-item .productinfo .client-price{
    color: #dc577f;
    opacity: 1;
}
.product-lists .product-wrap .list .product-item .productinfo .client-price .number{
    padding-left: 3px;
}
.product-lists .product-wrap .list .product-item .productcount{
    position: absolute;
    left: 0;
    bottom: 10px;
}
.product-lists .product-wrap .product-item.invalid,.product-lists .product-wrap .list-row .invalid {
    display: none;
    opacity: 0.5;
    background-color: #fff;
}
.product-lists .product-wrap .list-row{
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}
.product-lists .product-wrap .list-row li .item .selected{
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
}
.product-lists .product-wrap .list-row li .item .selected img{
    display: block;
    height: 15px;
    width: 15px;
    border: none;
    cursor: pointer;
    padding: 0;
}
.product-lists .product-wrap .list-row li .name{
    position: relative;
    color: #333333;
    font-size: 1.0em;
    margin: 10px 0;
}
.product-lists .product-wrap .list-row li .name .product-name{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.product-lists .product-wrap .list-row li .name .size{
    display: inline-block;
    max-width: 72%;
    overflow: hidden;
}
.product-lists .product-wrap .list-row li .name .price{
    position: relative;
    display: inline-block;
    width: 100%;
}
.product-lists .product-wrap .list-row li .name .price .number{
    color: #e13f4c;
    font-weight: bold;
}
.product-lists .product-wrap .list-row li .name .price .bake-price {
    position: absolute;
    top: 0px;
    color: #dc577f;
    padding-left: 4px;
}
.product-lists .product-wrap .list-row li .name .v-price {
    display: inline-block;
}
.product-lists .product-wrap .list-row li .name .v-price img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.product-lists .product-wrap .list-row li .name .take-price {
    display: inline-block;
    color: #000;
}
.product-lists .product-wrap .list-row li .name .take-price img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.product-lists .product-wrap .list-row li .name .make-price{
    color: #dc577f;
}
.product-lists .product-wrap .list-row li .name .make-price .number{
    padding-left: 3px;
}
.product-lists .product-wrap .list-row li .name .client-price{
    color: #dc577f;
}
.product-lists .product-wrap .list-row li .name .client-price .number{
    padding-left: 3px;
}
.product-lists .product-wrap .list-row li .name .num{
    /* float: right; */
    position: absolute;
    top: 17px;
    right: -10px;
    width: 30px;
}

/*购物车begin*/
.mobile.cart .cart-head{
    text-align: center;
}
.mobile.cart .cart-head .title{
    color: #000000;
    font-size: 1.4em;
    font-weight: 600;
}
.mobile.cart .cart-head .manage{
    float: right;
    color: #666666;
    font-size: 1.2em;
}
/*内容*/
.mobile.cart .content{
}
.mobile.cart .content .cart-product-list .header{
    height: 48px;
    line-height: 48px;
}
.mobile.cart .content .cart-product-list .header img{
    width: 44px;
    height: 48px;
    line-height: 48px;
    padding: 12px 10px;
}
.mobile.cart .content .cart-product-list .header span{
    color: #404557;
    font-size: 1.17em;
    font-weight: bold;
}
.mobile.cart .content .cart-product-list .item{
    position: relative;
    border-top: 1px solid #e9e9e9;
}
.mobile.cart .content .cart-product-list .item .item-box{
    display: flex;
}
.mobile.cart .content .cart-product-list .item .item-box.on{
    transition: -webkit-transform 0.2s ease-in 0s;
    transform: translateX(-140px);
}
.mobile.cart .content .cart-product-list .item .item-box .selected{
    display: inline-block;
    padding: 47px 10px;
}
.mobile.cart .content .cart-product-list .item .item-box .selected img{
    width:22px;
    height:22px;
}
.mobile .content .cart-product-list .item .item-box .product-img{
    display: inline-block;
    width: 80px;
    margin: 15px 0;
}
.mobile .content .cart-product-list .item .item-box .main{
    display: inline-block;
    flex: 1;
    margin-top: 15px;
    margin-left: 5px;
}
.mobile .content .cart-product-list .item .item-box .main .title{
    display: block;
    font-size: 1.17em;
}
.mobile .content .cart-product-list .item .item-box .main .sku{
    display: block;
    word-break: break-all;
    opacity: 0.8;
}
.mobile .content .cart-product-list .item .item-box .main .price-v_price {
    position: absolute;
    bottom: 15px;
}
.mobile .content .cart-product-list .item .item-box .main .price {
    color: #bb4c4b;
    white-space: nowrap;
    overflow: hidden;
}
.mobile .content .cart-product-list .item .item-box .main .price .number{
    font-size: 1.17em;
    font-weight: bold;
}
.mobile .content .cart-product-list .item .item-box .main .price .bake-price {
    position: absolute;
    top: 4px;
    color: #dc577f;
    padding-left: 4px;
    font-size: 0.8em;
}
.mobile .content .cart-product-list .item .item-box .main .price .bake-icon {
    /*width: 98px;*/
    position: absolute;
    top: -5px;
    height: 30px;
    line-height: 26px;
    border-radius: 4px;
    color: #e0557f;
    font-size: 1.66em;
    box-sizing: border-box;
    transform: scale(.5);
    flex-shrink: 0;
    border: 1px solid transparent;
    border-color: #e0557f;
    padding: 1px 8px;
    margin-left: 15px;
}
.mobile .content .cart-product-list .item .item-box .main .v-price {
    color: #000000;
}
.mobile .content .cart-product-list .item .item-box .main .v-price img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.mobile .content .cart-product-list .item .item-box .main .take-price {
    color: #000;
}
.mobile .content .cart-product-list .item .item-box .main .take-price img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.mobile .content .cart-product-list .item .item-box .main .make-price{
    color: #dc577f;
}
.mobile .content .cart-product-list .item .item-box .main .make-price .number{
    padding-left: 3px;
}
.mobile .content .cart-product-list .item .item-box .main .client-price{
    color: #dc577f;
}
.mobile .content .cart-product-list .item .item-box .main .client-price .number{
    padding-left: 3px;
}
.mobile.cart .content .cart-product-list .item .item-box>.number{
    position: absolute;
    right: 10px;
    bottom: 6px;
}
.mobile.cart .content .cart-product-list .item .item-box>.number span{
    display: block;
    outline: 0;
    width: 31px;
    height: 28px;
    font-size: 1.3em;
    border: 1px solid #9ba0b3;
    background-color: #ffffff;
    text-align: center;
}
.mobile.cart .content .cart-product-list .item .item-box>.number .disabled{
}
.mobile.cart .content .cart-product-list .item .item-box>.number .decrease{
    float: left;
    margin-right: -1px;
}
.mobile.cart .content .cart-product-list .item .item-box>.number .num{
    width: 30px;
    height: 28px;
    text-align: center;
    border: 1px solid #9ba0b3;
    border-radius: 0;
    -webkit-appearance: none;
}
.mobile.cart .content .cart-product-list .item .item-box>.number .incerease{
    float: right;
    margin-left: -1px;
}
.mobile.cart .content .cart-product-list .item .operating{
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 100%;
}
.mobile.cart .content .cart-product-list .item .operating .add-favorite{
    display: inline-block;
    height: 100%;
    float: left;
    background-color: #f7b336;
    padding: 0 17px 0 16px;
}
.mobile.cart .content .cart-product-list .item .operating .edit-customize {
    display: inline-block;
    height: 100%;
    float: left;
    background-color: #f7b336;
    padding: 0 17px 0 16px;
}
.mobile.cart .content .cart-product-list .item .operating .del{
    display: inline-block;
    height: 100%;
    background-color: #d0021b;
    padding: 0 23px 0 22px;
}
.mobile.cart .content .cart-product-list .item .operating a{
    display: flex;
    align-items: center;
    height: 100%;
    color: #ffffff;
    text-align: center;
    background-color: #f7b336;
}
.mobile.cart .content .cart-product-list .item .operating .del a {
    background-color: #d0021b;
}
.customize-cover{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.customize-cover .close-cover{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000000;
}
.customize-cover .cover-content{
    position: absolute;
    top: 10%;
    left: 10%;
    right: 0;
    width: 80%;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}
.customize-cover .cover-content .content-head{
}
.customize-cover .cover-content .content-head .img{
    display: inline-block;
    padding: 19px 26px;
    border: 1px solid #d8d8d8;
    margin: 10px 0 10px 15px;
}
.customize-cover .cover-content .content-head .img img{width: 70%;}
.customize-cover .cover-content .content-head .img .name{
    margin-top: 15px;
}
.customize-cover .cover-content .content-head .pic{
    width: 114px;
    height: 115px;
    line-height: 200px;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid transparent;
}
.customize-cover .cover-content .content-head .pic img,.customize-cover .cover-content .content-head .pic .name {
    display: none;
}
.customize-cover .cover-content .content-body {
    max-height: 500px;
    padding-bottom: 48px;
    overflow: auto;
}

.customize-cover .cover-content .content-body form {}
.customize-cover .cover-content .content-body form .form-group{
}
.customize-cover .cover-content .content-body form .form-group label {
    padding: 5px 0;
}
.customize-cover .cover-content .content-body form .form-group input {
    border: 1px solid #d8d8d8;
    padding: 5px;
}
.customize-cover .cover-content .content-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
}
.customize-cover .content-footer .cover-confirm{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    background-color: #47b0fb;
    margin-left: 13px;
}
/*购物车end*/

/*个人中心begin*/
.mobile.user .content{
    padding-top: 0;
    margin-top: 0;
}
.mobile.user .content .user-info{
    position: relative;
    display: inline-block;
    color: #ffffff;
    width: 100%;
    background-image: linear-gradient(90deg, #54a0fa,#67c4f5);
    padding: 15px 0;
}
.mobile.user .content .user-info .user-info-left{
    display: inline-block;
    float: left;
    margin-left: 12px;
}
.mobile.user .content .user-info .user-info-left .avatar-img{
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.mobile.user .content .user-info .user-info-middle{
    display: inline-block;
    padding-left: 15px;
}
.mobile.user .content .user-info .user-info-middle .name{
    color: #FFFFFF;
    font-size: 1.1em;
}
.mobile.user .content .user-info .user-info-middle .type{
    display: block;
    color: #FFFFFF;
    opacity: 0.8;
    font-size: 1.0em;
    /*margin-top: 10px;*/
}
.mobile.user .content .user-info .user-info-middle .channel{
    display: block;
    /*color: #999999;*/
    font-size: 1.2em;
    margin-top: 3px;
}
.mobile.user .content .user-info .user-info-right{
    position: absolute;
    top: 0;
    right: 0;
    /*color: #FFFFFF;*/
    /*font-size: 1.3em;*/
    /*padding: 0;*/
}
.mobile.user .content .user-info .setting{
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
    padding: 8px 10px;
}
.mobile.user .content .user-info .setting img{
    width: 100%;
}
.mobile.user .content .user-info .user-info-right .code-share{
}
.mobile.user .content .user-info .user-info-right .customer{
    display: inline-block;
    color: #FFFFFF;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #EF5A24;
    padding: 7px 0 7px 5px;
    margin-top: 10px;
    font-size: 0.7em;
}
.mobile.user .content .user-info .not-log-in{
    /*margin-top: 6%;*/
}
.mobile.user .content .user-info .not-log-in span{
    color: #000000;
    font-size: 1.5em;
}
.mobile.user .content .sale{
    margin-top: 10px;
}
.mobile.user .content .sale .middle{
    color: #e13f4c;
    font-size: 1.17em;
    font-weight: normal;
}
.mobile.user .content .sale .title{
    color: #404557;
    font-size: 1.17em;
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
}
/*我的 列表*/
.mobile.user .content .item-list .item{
    border-bottom: 1px solid #ECECEC;
}
.mobile.user .content .item-list .item:last-child{
    border:none
}
.mobile.user .content .item-list .item a{
    display: block;
    position: relative;
    height: 55px;
    line-height: 55px;
    padding-right: 40px;
    color: #333333;
    font-size: 1.4em;
}
.mobile.user .content .item-list .item a:after{
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    transform-origin: 50%;
    transform: rotate(135deg);
    top: 50%;
    margin-top: -6px;
    right: 20px;
}
.mobile.user .content .item-list .item .img{
    position: relative;
    float: left;
    width: 35px;
    height: 60%;
    margin: auto 15px;
    text-align: center;
}
.mobile.user .content .item-list .item .img img{
    height: 100%;
    vertical-align: middle;
}
.mobile.user .content .item-list .item .title{
}
/*个人中心end*/

/*公共头部头部begin*/
.mobile .head{
    text-align: center;
}
.mobile .head .title{
    color: #000000;
    font-size: 1.4em;
    font-weight: 700;
}
.mobile .head .edit{
    float: right;
    color: #666666;
    font-size: 1.2em;
}
/*公共头部头部end*/

/*选择显示的内容公共部分begin*/
.mobile .content .select-list{
    position: fixed;
    width: 100%;
    top: 44px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #e6e6e6;
    z-index: 998;
    padding-top: 4px;
}
.mobile .content .select-list li{
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 1.2em;
    padding: 0;
    height: 26px;
}
.mobile .content .select-list li.display-method img{
    width: 20px;
}
.mobile .content .select-list li a{
    color: #000000;
}
.mobile .content .select-list .current a{
    display: inline-block;
    width: 100%;
    color: #e13f4c;
}
.mobile .content .select-list .current .active{
    display: inline-block;
    width: 60%;
    height: 3px;
    background: #e13f4c;
    margin-top: 4px;
}
.mobile .content>.list{
    margin-top: 35px;
}
/*选择显示的内容公共部分end*/

/*收藏夹begin*/
/*收藏夹 内容*/
.mobile.user-favourite .content .item-list{
    display: inline-block;
    width: 100%;
    background-color: rgb(248, 248, 248);
    padding-top: 9px;
    margin-top: 30px;
}
/*单空间收藏begin*/
.mobile.user-favourite .content .item-list .scheme .item img{
    width: 100%;
}
.mobile.user-favourite .content .item-list .scheme .item .selected{
    color: #333333;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    margin: 15px auto;
}
.mobile.user-favourite .content .item-list .scheme .item .selected img{
    height: 22px;
    width: 22px;
    border: none;
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
}
/*单空间收藏end*/
/*产品 和 产品组合 收藏begin*/
.mobile.user-favourite .content .item-list .other{
    padding: 0 5px 15px 5px;
}
.mobile.user-favourite .content .item-list .other li{
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 2.5px 7px;
}
.mobile.user-favourite .content .item-list .other li:nth-child(2n - 1) {
    padding-left: 0;
}
.mobile.user-favourite .content .item-list .other li:nth-child(2n) {
    padding-right: 0;
}
.mobile.user-favourite .content .item-list .other li .selected img{
    position: absolute;
    right: 0;
    height: 32px;
    width: 42px;
    padding: 5px 10px;
    /* border: none; */
    /* cursor: pointer; */
    /* vertical-align: middle; */
}
.mobile.user-favourite .content .item-list .other li .product-info {
    border: 1px solid #f5f5f5;
    border-top-color: transparent;
    padding-left: 10px;
}
/*产品 和 产品组合 收藏end*/
.mobile.user-favourite .content .item-list .brands .brand .selected{
    position: absolute;
    top: 0;
    right: 5px;
}
.mobile.user-favourite .content .item-list .brands .brand:nth-child(2n) .selected{
    right: 13px;
}
.mobile.user-favourite .content .item-list .brands .brand .selected img {
    height: 32px;
    width: 42px;
    padding: 5px 10px;
}

/*收藏end*/

/*足迹begin(未使用)*/
.mobile.user-footprint .content .list .time{
    padding: 10px 15px;
}
.mobile.user-footprint .content .list .item-list{
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
.mobile.user-footprint .content .list .item-list .item{
    border-bottom: 1px solid #DFDFDF;
    margin: 10px 15px;
    padding-bottom: 10px;
}
.mobile.user-footprint .content .list .item-list .item:last-child{
    border-bottom: 1px solid transparent;
}
.mobile.user-footprint .content .list .item-list .item .selected{
    display: inline-block;
    margin: 35px 0;
}
.mobile.user-footprint .content .list .item-list .item .img{
    display: inline-block;
    margin-left: 10px;
}
.mobile.user-footprint .content .list .item-list .item .img img{
    width: 90px;
}
.mobile.user-footprint .content .list .item-list .item .main{
    display: inline-block;
    color: #333333;
    font-size: 1.4em;
    margin-top: 18px;
    margin-left: 10px;
}
.mobile.user-footprint .content .list .item-list .item .main .price{
    color: #F06533;
    margin-top: 5px;
}
/*足迹end(未使用)*/

/*设置begin*/
.mobile.user-setting .content .user-info{
    text-align: center;
}
.mobile.user-setting .content .user-info .img{
    margin-top: 20px;
}
.mobile.user-setting .content .user-info .img img{
    width: 40%;
    border-radius: 50%;
}
.mobile.user-setting .content .user-info .name{
    color: #666666;
    margin: 10px;
}
.mobile.user-setting .content .item-list .item{
    border-bottom: 1px solid #ECECEC;
}
.mobile.user-setting .content .item-list .item a{
    position: relative;
    display: block;
    color: #333333;
    font-size: 1.4em;
    height: 55px;
    line-height: 55px;
    margin-left: 10px;
}
.mobile.user-setting .content .item-list .item a:after{
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    transform-origin: 50%;
    transform: rotate(135deg);
    top: 50%;
    margin-top: -6px;
    right: 20px;
}
/*设置end*/

/*退出*/
.mobile .content .footer{
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 2%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 1.3em;
    background-color: #000000;
    border-radius: 5px;
}

/*我的销售begin(未使用)*/
.mobile.user-sales .content .item-list .item{
    border-bottom: 1px solid #ECECEC;
}
.mobile.user-sales .content .item-list .item a{
    position: relative;
    display: block;
    color: #333333;
    font-size: 1.4em;
    height: 55px;
    line-height: 55px;
    margin-left: 15px;
}
.mobile.user-sales .content .item-list .item .note{
    position: absolute;
}
.mobile.user-sales .content .item-list .item .info{
    position: absolute;
    margin-left: 80px;
}
.mobile.user-sales .content .item-list .item .img{
    position: relative;
    float: right;
    height: 80%;
}
.mobile.user-sales .content .item-list .item .img img{
    height: 100%;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 20px;
}
/*我的销售end(未使用)*/

/*产品详情  空间详情  搭配详情  套餐详情 头部begin*/
/*不同手机，高度设置*/
@media screen and (max-width: 414px){
    .mobile .content .product-top .banner-wrap,.big-pic-cover .banner-wrap{
        height: 311px
    }
    .mobile.index .brand-banner .section-content .banner-wrap {
        height: 405px;
    }
    .mobile.index .brand-banner .section-content .swiper-container  {
        height: 408px;
    }
}
@media screen and (max-width: 375px){
    .mobile .content .product-top .banner-wrap,.big-pic-cover .banner-wrap{
        height: 281px;
    }
    .mobile.index .brand-banner .section-content .banner-wrap {
        height: 373px;
    }
    .mobile.index .brand-banner .section-content .swiper-container  {
        height: 366px;
    }
}
@media screen and (max-width: 320px){
    .mobile .content .product-top .banner-wrap,.big-pic-cover .banner-wrap{
        height: 240px;
    }
    .mobile.index .brand-banner .section-content .banner-wrap {
        height: 329px;
    }
    .mobile.index .brand-banner .section-content .swiper-container  {
        height: 315px;
    }
}
.mobile .content .product-top{
    position: relative;
}
.mobile .content .product-top .banner-wrap{
    position: relative;
}
.mobile .content .product-top .banner-wrap .banner-scroll{
    position: relative;
    width: 100%;
}
.mobile .content .product-top .banner-wrap .banner-scroll img{
    width: 100%;
}
.mobile .content .product-top .banner-wrap .banner-img{
}
.mobile .content .product-top .banner-wrap .banner-img .btn-show-3d{
    position: absolute;
    width: 39px;
    height: 22px;
    top: 43%;
    left: 43%;
}
.mobile .content .product-top .banner-wrap .banner-img .btn-show-3d img{
    width: 39px;
    height: 22px;
    background-color: #fff;
}
.mobile .content .product-top .banner-wrap .banner-img .btn-img-top{
    width: 100%;
    height: 100%;
}
.mobile .content .product-top .banner-wrap .banner-img .btn-img-top .btn-share{
    position: absolute;
    top: 12px;
    right: 17px;
}
.mobile .content .product-top .banner-wrap .banner-img .btn-img-top .btn-tofavorites{
    position: absolute;
    bottom: 12px;
    right: 8px;
}
.mobile .content .product-top .banner-wrap .banner-img .btn-img-top .btn-tofavorites img{
    width: 30px;
    height: 29px;
}
.mobile .content .product-top .banner-wrap .banner-img .btn-img-top .image-num{
    position: absolute;
    bottom: 12px;
    right: 12px;
    /* width: 34px; */
    height: 18px;
    line-height: 18px;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
    padding: 0 6px;
}
.mobile .content .product-top .banner-wrap .banner-img .btn-img-top .image-num div{
    display: inline-block;
    margin-top: 2px;
}
.mobile .content .product-top .banner-wrap .banner-img .btn-img-top .image-num .current{
    font-size: 1.5em;
    margin-top: 0;
}
.mobile .content .product-top .banner-wrap .banner-img .btn-img-top .image-num .total-num{
    font-size: 1em;
    margin-top: 2px;
}
.mobile .content .product-top .banner-wrap .btn-group{
    display: none;
}

.mobile .content .scroll-imgs{
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 10px;
    margin: 0 0 0px 15px;
}
.mobile .content .scroll-imgs ul {
    white-space: nowrap;
}
.mobile .content .scroll-imgs li {
    position: relative;
    display: inline-block;
    width: calc(100% - 20px);
    margin-right: 10px;
}
.mobile .content .scroll-imgs li img {
    width: 100%;
    border-radius: 5px;
}

.mobile .content .to-pic-detail {
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    text-align: center;
    background-color: #be4c4b;
    font-size: 10px;
    transform: translateY(-50%);
}
.mobile .content .to-pic-detail span {
    display: block;
    color: #fff;
    padding: 0 4px 4px;
}
.mobile .content .to-pic-detail .num {
    font-size: 1.6em;
    padding: 2px 4px 0 4px;
}

.mobile .content .product-top .detail-img{
}
.mobile .content .product-top .detail-img img{
    width: 100%;
}
.mobile .content .product-top .detail-info {
    position: relative;
    color: #404557;
    padding: 10px 15px 15px;
}
.mobile .content .product-top .detail-info .title{
    font-size: 1.16em;
}
.mobile .content .product-top .detail-info .title .title-left {
    position: relative;
    display: flex;
    width: 100%;
}
.mobile .content .product-top .detail-info .title .title-left .name {
    max-width: calc(100% - 37px);
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}
.mobile .content .product-top .detail-info .title .title-right{
    position: absolute;
    right: 15px;
    top: 14px;
}
/*.mobile .content .product-top .detail-info .title .info-class{*/
    /*margin-left: 7px;*/
/*}*/
/*.mobile .content .product-top .detail-info .title .info-class span{*/
    /*color: #fff;*/
    /*padding: 2px 5px;*/
/*}*/
/*.mobile .content .product-top .detail-info .title .info-class span.style {*/
    /*background-color: #e7ce0a;*/
/*}*/
/*.mobile .content .product-top .detail-info .title .info-class span.space {*/
    /*margin-left: 3px;*/
    /*background-color: #298df8;*/
/*}*/
.mobile .content .product-top .detail-info .title .title-right .operate {
    display: inline-block;
}
.mobile .content .product-top .detail-info .title .title-right .operate .to-share {
    /* background: #f6f6f6; */
    /* padding: 8px; */
    border-radius: 100%;
    text-align: center;
    padding: 2px 10px;
}
.mobile .content .product-top .detail-info .title .title-right .operate .to-share img {
    width: 18px;
}
.mobile .content .product-top .detail-info .title .title-right .operate .to-share span{
    display: block;
    font-size: 0.8em;
}
.mobile .content .product-top .detail-info .title .title-right .btn-tofavorites {
    display: inline-block;
    text-align: center;
    padding: 2px 10px;
}
.mobile .content .product-top .detail-info .title .title-right .btn-tofavorites img {
    width: 18px;
}
.mobile .content .product-top .detail-info .title .title-right .btn-tofavorites span{
    display: block;
    font-size: 0.8em;
}
.mobile .content .product-top .detail-info .author {
    /* font-weight: bold; */
    padding: 3px 0;
}
.mobile .content .product-top .detail-info .design-notes {
}
.mobile .content .product-top .detail-info .design-notes .txt-sub {
    display: inline-block;
    color: #404557;
    /*font-size: 1.1em;*/
    /* font-weight: 600; */
}
.mobile .content .product-top .detail-info .design-notes span{
}
/*产品详情  空间详情  搭配详情  套餐详情 头部end*/

/*收货地址管理begin*/
.mobile .content.content-address{
    padding-bottom: 65px;
}
.mobile .content.content-address .item-list{
}
.mobile .content-address .item-list .item{
    border-bottom: 1px solid #e6e6e6;
}
.mobile .content.content-address .item-list .item .main{
    width: 90%;
    display: inline-block;
}
.mobile .content.content-address .item-list .item .main .main-left{
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    padding: 10px 0;
}
.mobile .content.content-address .item-list .item .main .main-left .truename{
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 1.17em;
}
.mobile .content.content-address .item-list .item .main .main-left .default{
    display: inline-block;
    width: 100%;
    font-size: 0.9em;
    /*-webkit-transform: scale(0.7);*/
    /*transform: scale(0.7);!*所需文字像素通过缩放实现*!*/
}
.mobile .content.content-address .item-list .item .main .main-left .default span{
    color: #e13f4c;
    border: 1px solid #e13f4c;
}
.mobile .content.content-address .item-list .item .main .main-middle{
    display: inline-block;
    float: left;
    width: 80%;
    padding: 10px 0 15px 0;
}
.mobile .content.content-address .item-list .item .main .main-middle .phone{
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 1.17em;
}
.mobile .content.content-address .item-list .item .main .main-middle .detail-address{
    display: inline-block;
    width: 100%;
    font-size: 1.0em;
    font-weight: 300;
}
.mobile .content.content-address .item-list .item .edit{
    display: inline-block;
    float: right;
    width: 10%;
}
.mobile .content.content-address .item-list .item .edit img{
    width: 34px;
    height: 56px;
    padding: 16px 10px 16px 0;
}
.mobile .content.content-address .address-footer{
    position: fixed;
    width: 90%;
    left: 5%;
    bottom: 2%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 1.17em;
    background-color: #fff;
    border: 1px solid #e13f4c;
    border-radius: 1px;
}
/*收货地址管理end*/
/*新增收货地址begin*/
.mobile .content.content-add-address{
    border-top: 1px solid #e6e6e6;
}
/*新增收货地址end*/
/*表单提示数据公共部分begin*/
.mobile .content .form .form-group{
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 10px 10px 10px 5px;
}
.mobile .content .form .form-group span{
    color: #000;
    font-size: 1.2em;
}
.mobile .content .form .form-group input{
    width: 80%;
    float: right;
    text-align: right;
    padding-right: 10px;
    font-size: 1.2em;
}
.mobile .content .form .form-group input::-webkit-input-placeholder {
    color: #979797;
}
.mobile .content .form .form-group img{
    position: absolute;
    right: 2px;
    top: 12px;
    width: 16px;
}
.mobile .content .form .form-group textarea{
    width: 90%;
    margin-top: 5px;
    margin-left: 5%;
}
.mobile .content .form .form-group .selected{
    position: relative;
    display: inline-block;
    float: right;
    font-size: 1.2em;
    padding-right: 10px;
}
.mobile .content .form .form-group .selected:after{
    position: absolute;
    top: 5px;
    right: 0;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #6c6c6c;
    border-left: 1px solid #6c6c6c;
    transform-origin: 50%;
    transform: rotate(135deg);
}
/*表单提示数据公共部分end*/


/*指定品牌进入产品列表页头部筛选begin*/
.filter-container{
    padding-top: 44px;
}
.filter-container .brand-filter-container {
    display: flex;
}
.filter-container .brand-filter-container .brand-container {
    display: flex;
    flex: 1;
}
.filter-container .brand-filter-container .brand-container .brand-scroll-content {
    flex: 1;
    display: flex;
    overflow-x: auto;
}
.filter-container .brand-filter-container .brand-container .brand-scroll-content ul {
    flex-shrink: 0;
}
.filter-container .brand-filter-container .brand-container .brand-scroll-content li {
    width: 89px;
    display: inline-block;
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
    padding: 10px;
}
.filter-container .brand-filter-container .brand-container .brand-scroll-content li .pic {
    width: 69px;
    height: 69px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
}
.filter-container .brand-filter-container .brand-container .brand-scroll-content li .pic img{
    width: 100%;
}
.filter-container .brand-filter-container .brand-container .brand-scroll-content li span {
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    max-width: 100%;
    font-weight: 400;
    color: #222121;
}
.filter-container .brand-filter-container .brand-container .brand-scroll-content li.active .pic{
    border: 2px solid #be4c4b;
    /* background-color: #be4c4b; */
}
.filter-container .brand-filter-container .brand-container .brand-scroll-content li.active span{
    font-weight: 500;
    color: #be4c4b;
}
.filter-container .brand-filter-container .brand-container .scroll-content {
    display: none;
    padding-left: 5px;
    flex: 1;
    overflow-x: auto;
}
.filter-container .brand-filter-container .brand-container .scroll-content ul {
    flex-shrink: 0;
    flex-grow: 1;
}
.filter-container .brand-filter-container .brand-container .scroll-content li {
    display: inline-block;
    position: relative;
    height: 30px;
    overflow-y: hidden;
    margin: 3.5px 5px;
    padding: 0 10px;
    background-color: #f6f6f6;
    border: 1px solid #fff;
    border-radius: 30px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.filter-container .brand-filter-container .brand-container .scroll-content li span{
    color: #222121;
    height: 30px;
    line-height: 30px;
}
.filter-container .brand-filter-container .brand-container .scroll-content li.active{
    font-weight: 500;
    background: #be4c4b;
    border: 1px solid #be4c4b;
    color: #fff;
}
.filter-container .brand-filter-container .brand-container .scroll-content li.active span {
    color: #fff;
}
.filter-container .brand-filter-container .to-brand-style{
    position: relative;
    width: 32px;
}
.filter-container .brand-filter-container .to-brand-style img{
    width: 16px;
    position: absolute;
    top: calc(50% - 10px);
    left: 10px;
}
.filter-container .brand-filter-container.fixed-content {
    position: fixed;
    top: 44px;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}
.filter-container .brand-filter-container.fixed-content .brand-container .brand-scroll-content{
    display: none;
}
.filter-container .brand-filter-container.fixed-content .brand-container .scroll-content{
    display: flex;
}

.filter-container .brand-wrapper {
    position: relative;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(180deg, #f6f6f6, #fff);
    padding: 15px;
}
.filter-container .brand-wrapper .brand-info {
    position: relative;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    padding: 20px 15px;
}
.filter-container .brand-wrapper .brand-info .operate{
    position: absolute;
    right: 0;
    top: 40px;
}
.filter-container .brand-wrapper .brand-info .operate .operate-btn {
    border-radius: 100%;
    /* background: #f6f6f6; */
    padding: 8px;
    float: left;
    margin-right: 9px;
}
.filter-container .brand-wrapper .brand-info .operate .operate-btn img {
    width: 18px;
}
.filter-container .brand-wrapper .brand-info .brandname {
    font-size: 1.4em;
    color: #222121;
}
.filter-container .brand-wrapper .brand-info .styleids {
    max-width: calc(100% - 64px);
    margin-top: 6px;
}
.filter-container .brand-wrapper .brand-info .styleids span{
    display: inline-block;
    background: rgba(190,76,75,.1);
    border-radius: 2px;
    font-size: 0.63rem;
    font-weight: 400;
    color: #be4c4b;
    padding: 2px 7px;
    margin: 2px 5px 0px 0;
}
.filter-container .brand-wrapper .brand-info .desc {
    line-height: 20px;
    font-weight: 400;
    color: #5a5a5a;
    margin-top: 14px;
}
.filter-container .brand-wrapper .pic {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 0 10px;
}
.filter-container .brand-wrapper .pic img {
    width: 100%;
}


.filter-container .section-tab-container .section-tab.fixed-tab{
    position: fixed;
    top: 81px;
    height: 40px;
    z-index: 9;
}
.filter-container .filter-article {
    position: relative;
}
.filter-container .filter.fixed-tab{
    position: fixed;
    top: 121px;
    width: 100%;
    height: 40px;
    background: #fff;
    z-index: 9;
}
.mobile.brand-product .content .brand-product-list{
    display: flex;
    flex-wrap: wrap;
}
.mobile.brand-product .content .brand-product-list li {
    display: inline-block;
    padding: 0 2.5px 7px;
}
.mobile.brand-product .content .brand-product-list li:nth-child(2n - 1) {
    padding-left: 0;
}
.mobile.brand-product .content .brand-product-list li:nth-child(2n) {
    padding-right: 0;
}
.mobile.brand-product .content .brand-product-list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px 4px;
    border: 1px solid #f5f5f5;
}
.mobile.brand-product .content .brand-product-list li .product-info{
    border: 0 solid transparent;
}
/*指定品牌进入产品列表页头部筛选end*/


/*宝贝关联推荐begin*/
.mobile.product-detail-v2 .content .product-top .product{
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    margin-top: -5px;
}
.mobile.product-detail-v2 .content .product-top .product .name{
    color: #404557;
    font-size: 1.3em;
    font-weight: 600;
}
.mobile.product-detail-v2 .content .product-top .product .attribute{
    display: inline-block;
    color: #fff;
    font-size: 10px;
}
.mobile.product-detail-v2 .content .product-top .product .attribute span {
    display: inline-block;
    border-radius: 2px;
    margin: 2px;
}
.mobile.product-detail-v2 .content .product-top .product .attribute span:first-child{
    margin: 2px 2px 2px 0;
}
.mobile.product-detail-v2 .content .product-top .product .attribute .isspecial {
    color: #bb4c4b;
    border: 1px solid #bb4c4b;
    padding: 0 4px;
}
.mobile.product-detail-v2 .content .product-top .product .attribute .clearance {
    background-color: #bb4c4b;
    padding: 1px 5px;
}
.mobile.product-detail-v2 .content .product-top .product .attribute .newest {
    background-color: #bb4c4b;
    padding: 1px 5px;
}
.mobile.product-detail-v2 .content .product-top .product .attribute .hotsale {
    background-color: #bb4c4b;
    padding: 1px 5px;
}
.mobile.product-detail-v2 .content .product-top .product .attribute .spot {
    color: #bb4c4b;
    border: 1px solid #bb4c4b;
    padding: 0 4px;
}
.mobile.product-detail-v2 .content .product-top .product .sn {
    position: relative;
    font-weight: 400;
    color: #a98673;
    margin: 5px 0;
}
.mobile.product-detail-v2 .content .product-top .product .sn a {
    position: absolute;
    right: 2px;
    top: -28px;
    color: #fff;
    background: #be4c4b;
    border-radius: 30px;
    padding: 6.5px 15px;
}
.mobile.product-detail-v2 .content .product-top .product .price{
    position: relative;
    color: #bb4c4b;
    font-size:1.4em;
}
.mobile.product-detail-v2 .content .product-top .product .price .number{
    font-weight: 600;
}
.mobile.product-detail-v2 .content .product-top .product .price .bake-price {
    position: absolute;
    top: 4px;
    color: #dc577f;
    font-weight: 500;
    font-size: 0.8rem;
    padding-left: 10px;
}
.mobile.product-detail-v2 .content .product-top .product .price .bake-icon{
    position: absolute;
    top: -1px;
    height: 30px;
    line-height: 26px;
    border-radius: 4px;
    color: #e0557f;
    font-size: 1.2em;
    box-sizing: border-box;
    transform: scale(.5);
    flex-shrink: 0;
    border: 1px solid transparent;
    border-color: #e0557f;
    padding: 1px 8px;
    margin-left: 29px;
}
.mobile.product-detail-v2 .content .product-top .product .v-price {
}
.mobile.product-detail-v2 .content .product-top .product .v-price span{
}
.mobile.product-detail-v2 .content .product-top .product .v-price img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.mobile.product-detail-v2 .content .product-top .product .take-price {
    color: #000;
}
.mobile.product-detail-v2 .content .product-top .product .take-price span{
}
.mobile.product-detail-v2 .content .product-top .product .take-price img{
    width: 24px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.mobile.product-detail-v2 .content .product-top .product .make-price{
    color: #dc577f;
}
.mobile.product-detail-v2 .content .product-top .product .make-price .sub {
}
.mobile.product-detail-v2 .content .product-top .product .make-price .number {
    padding-left: 3px;
}


.mobile.product-detail-v2 .content .tab-container{

}
.mobile.product-detail-v2 .content .tab-container .section-tab {
    background-color: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    flex: 0 0 40px;
    z-index: 8;
    border-bottom: 1px solid #e6e6e6;
}
.mobile.product-detail-v2 .content .tab-container .section-tab.fixed-tab {
    position: fixed;
    top: 44px;
    z-index: 9;
}
.mobile.product-detail-v2 .content .tab-container .section-tab li {
    flex: 1;
    height: 100%;
    text-align: center;
}
.mobile.product-detail-v2 .content .tab-container .section-tab li span{
    height: 39px;
    line-height: 38px;
    display: inline-block;
    color: #222121;
    border-bottom: 3px solid transparent;
}
.mobile.product-detail-v2 .content .tab-container .section-tab li.active span{
    color: #be4c4b;
    border-bottom: 3px solid #be4c4b;
}
.mobile.product-detail-v2 .content .tab-container .match-list{
}
.mobile.product-detail-v2 .content .tab-container .match-list li.scheme-item{
    border-bottom: 10px solid #f6f6f6;
}
.mobile.product-detail-v2 .content .tab-container .match-list .scheme-item .item-info {
    width: 100%;
    padding: 15px 15px 10px;
}
.mobile.product-detail-v2 .content .tab-container .match-list .scheme-item .item-info .title {
    font-size: 20px;
    font-weight: 500;
    color: #222121;
    line-height: 24px;
}
.mobile.product-detail-v2 .content .tab-container .match-list .scheme-item .item-info .desc {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #a28a7d;
    line-height: 16px;
}
.mobile.product-detail-v2 .content .tab-container .match-list .scheme-item .pic{position: relative;}
.mobile.product-detail-v2 .content .tab-container .match-list .scheme-item .pic img {
    width: 100%;
}
.mobile.product-detail-v2 .content .tab-container .match-list .scheme-item .pic:after {
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 30px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile.product-detail-v2 .content .tab-container .similar-list {
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 10px;
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item .product-img {
    flex-shrink: 0;
    width: 160px;
    height: 150px;
    position: relative;
    border-radius: 5px;
    padding-left: 10px;
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item .product-img .product-pic{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item .product-info {
    height: 160px;
    flex: 1;
    border: 1px solid transparent;
    /* border-bottom: 1px solid #e6e6e6; */
    overflow: hidden;
    padding: 0 15px 0 0;
    margin: 0 0 0 10px;
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item .product-info .productname {
    margin-top: 4px;
    color: #1a1a1a;
    font-size: 15px;
    -webkit-box-flex: 1;
    flex: 1;
    font-weight: 700;
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item .product-info .attribute {
    padding: 0;
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item .product-info .productsn {
    padding: 0;
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item .product-info .price{
    padding: 5px 0 0 0;
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item .product-info .price p {
    color: #be4c4b;
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item .product-info .price .find{
    bottom: 1px;
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item .product-info .v-price {
    padding: 0;
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item .product-info .v-price img{
}
.mobile.product-detail-v2 .content .tab-container .similar-list .product-item .product-info .make-price {
    padding: 0;
}


/*单空间列表begin*/
.scheme-suit-list {
}
.scheme-suit-list .scheme-suit-list-item {
    border-bottom: 10px solid #f6f6f6;
}
.mobile .content .scheme-suit-list .scheme-suit-list-item {
    background-color: #fff;
    padding: 0;
}
.mobile .content .scheme-suit-list .scheme-suit-list-item>a{
    display: inline-block;
    width: 100%;
}
.scheme-suit-list .scheme-suit-list-item .item-info {
    display: flex;
    align-items: center;
    padding: 10px 15px 10px;
}
.scheme-suit-list .scheme-suit-list-item .item-info .avatar {
    display: none;
}
.scheme-suit-list .scheme-suit-list-item .item-info .avatar img{
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.scheme-suit-list .scheme-suit-list-item .item-info .title{
    flex: 1;
    font-size: 1.18em;
    font-weight: 500;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    margin: 0 5px 0 0;
}
.scheme-suit-list .scheme-suit-list-item .img {
    position: relative;
}
.scheme-suit-list .scheme-suit-list-item .img img {
    width: 100%;
}
.scheme-suit-list .scheme-suit-list-item .img .class-info {
    position: absolute;
    bottom: 5px;
    left: 15px;
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.scheme-suit-list .scheme-suit-list-item .img .class-info .class-item{
    display: inline-block;
    padding: 5px 0;
}
.scheme-suit-list .scheme-suit-list-item .img .class-info .class-item span {
    display: inline-block;
    height: 19px;
    padding: 0 4px 0 4px;
    line-height: 19px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 0.92em;
    color: #b98769;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    margin-top: 3px;
}
.scheme-suit-list .scheme-suit-list-item .img .class-info .class-item span .fa {
    margin-top: 2px;
    font-size: 1.2em;
    margin-left: 4px;
    font-weight: 400;
}
.scheme-suit-list .scheme-suit-list-item .other-info {
    display: flex;
    padding: 15px 0 0;
    margin: 0 15px;
    display: none;
}
.scheme-suit-list .scheme-suit-list-item .other-info .desc {
    display: block;
    font-size: 1.4em;
    color: #222121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 77%;
}
.scheme-suit-list .scheme-suit-list-item .more-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.scheme-suit-list .scheme-suit-list-item .more-info .btn-tofavorites {
    padding: 3px 0 10px;
    font-weight: 400;
    color: #5a5a5a;
}
.scheme-suit-list .scheme-suit-list-item .more-info .btn-tofavorites img{
    width: 20px;
}
.scheme-suit-list .scheme-suit-list-item .more-info .btn-tofavorites span {
    display: inline-block;
    margin: 2px 0 0 5px;
}
.scheme-suit-list .scheme-suit-list-item .more-info .to-detail {
    padding: 9px 0;
}
.scheme-suit-list .scheme-suit-list-item .more-info .to-detail span{
    display: inline-block;
    width: 72px;
    padding: 1px 0;
    border-radius: 30px;
    font-size: 1em;
    font-weight: 500;
    color: #5a5a5a;
    text-align: center;
    border: 0.5px solid rgba(90, 90, 90, 0.5);
    margin-top: -7px;
}
/*单空间列表end*/

/*宝贝关联推荐end*/

/*产品滚动begin*/
.scroll-products {
    background-color: #fff;
    display: flex;
    overflow-x: scroll;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 8px;
    margin-left: -5px;
}
.scroll-products ul{

    display: flex;
}
.scroll-products ul li{
    margin-left: 5px;
    width: 110px;
    flex-shrink: 0;
}
.scroll-products ul li .p-pic {
    border-radius: 5px;
    background: #f6f6f6;
    padding: 15px;
}
.scroll-products ul li .p-pic img {
    width: 100%;
}
.scroll-products ul li .product-info {
    background-color: #fff;
    padding: 5px;
    border: 1px solid transparent;
}
.scroll-products ul li .product-info .name{
    margin-top: 0;
    padding: 0;
}
.scroll-products ul li .product-info .price {
    padding: 5px 0 0 0;
}
.scroll-products ul li .product-info .v-price {
    padding: 0;
}
.scroll-products ul li .product-info .make-price {
    padding: 0;
}
.scroll-products ul li .product-info .client-price {
    padding: 0;
}
.scroll-products ul li .product-info .attribute {
    padding: 0;
}
.scroll-products ul li.more {
}
.scroll-products ul li.more .product-more {
    display: inherit;
    position: relative;
    border-radius: 5px;
    background-color: #f6f6f6;
    height: 0;
    padding-bottom: 100%;
}
.scroll-products ul li.more .product-more .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.scroll-products ul li.more .product-more .info p {
    font-size: 1.18em;
    font-weight: 400;
    color: #222121;
    line-height: 17px;
}
.scroll-products ul li.more .product-more .info  img {
    margin-top: 15px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #be4c4b;
    padding: 2px;
}
/*产品滚动end*/


/*所有品牌begin*/
.mobile.all-brand{

}
.mobile.all-brand .content {
    padding-top: 0;
}
.mobile.all-brand .content .brand-item {
    border-top: 10px solid #f6f6f6;
}
.mobile.all-brand .content .brand-item .item-info {
    padding: 15px 15px 10px;
}
.mobile.all-brand .content .brand-item .item-info .title {
    font-size: 1.4em;
    color: #222121;
    line-height: 24px;
}
.mobile.all-brand .content .brand-item .pic {
    position: relative;
    text-align: center;
    /* padding: 10px 10px 0; */
}
.mobile.all-brand .content .brand-item .pic:after {
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 30px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile.all-brand .content .brand-item .pic img{
    width: 100%;
}
.mobile.all-brand .filter-container .section-tab-container .section-tab .scroll-container .scroll-content li.active span{
    font-size: 1.34em;
}
/*所有品牌end*/

/*发送邮件begin*/
.email-cover{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.email-cover .close-cover{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000000;
}
.email-cover .cover-content{
    position: absolute;
    top: 35%;
    left: 15%;
    right: 0;
    width: 70%;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}
.email-cover .cover-content .content-body {
    padding-bottom: 48px;
    padding-top: 20px;
}
.email-cover .cover-content .content-body form {}
.email-cover .cover-content .content-body form .form-group{
}
.email-cover .cover-content .content-body form .form-group label {
    padding: 5px 0;
}
.email-cover .cover-content .content-body form .form-group input {
    border: 1px solid #d8d8d8;
    padding: 5px;
}
.email-cover .cover-content .content-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
}
.email-cover .content-footer .cover-confirm{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    background-color: #47b0fb;
    margin-left: 13px;
}
/*发送邮件end*/

/*支付begin*/
.payment-cover{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.payment-cover .close-cover{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000000;
}
.payment-cover .cover-content{
    position: absolute;
    top: 22%;
    left: 15%;
    right: 0;
    width: 70%;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}
.payment-cover .cover-content .content-body {
    padding-bottom: 48px;
    padding-top: 20px;
}
.payment-cover .cover-content .content-body .salesn{
    padding-bottom: 10px;
}
.payment-cover .cover-content .content-body .price_after_discount{
    color: #4a90e2;
    padding-top: 10px;
}
/*支付end*/

/*品牌故事*/
.brand-story{
}
.brand-story li{
    display: inline-block;
    float: left;
    width: 50%;
    padding: 2px 15px 17px 10px;
}
.brand-story li .list-item{
    position: relative;
}
.brand-story li .list-item img{
    width: 100%;
    border-radius: 3%;
    box-shadow: 0 4px 12px rgba(6,31,50,.24);
}
.brand-story li .list-item img.icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    margin-top: -16px;
    margin-left: -15px;
    box-shadow: none;
}

/*品牌案例*/
.article-case{
    list-style-type: none !important;
    position: relative;
    height: 100%;
}
.article-case li{
    display: block;
    width: 49%;
    float: left;
    box-sizing: border-box;
    padding: 1px 8px 8px;
}
.article-case li .list-item img{
    width: 100%;
    border-radius: 3%;
}
.article-case li .list-item .name{
    font-size: 0.93em;
    padding-top: 5px;
    color: #0f0f0f;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-case li .list-item .num{
    display: none;
    color: #BBBBBB;
}