﻿/* screening */
* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
body {
    background: #F5F5F5;
}

/*搜索*/
.searchBox {
    width: 100%;
    height: .9rem;
    line-height: .64rem;
    background: #15bfff;
    overflow: hidden;
    padding: 0 .2rem;
    box-sizing: border-box;
    padding: .13rem .25rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.inputBox {
    width: 80%;
    height: .64rem;
    border-radius: .12rem;
    background: #fff;
    float: left;
    position: relative;
    padding: 0 .5rem 0 .25rem;
}
.inputBox input {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    box-sizing: border-box;
    float: left;
    background: transparent;
    font-size: .34rem;
}
.clearText {
    width: .28rem;
    height: auto;
    position: absolute;
    top: .18rem;
    right: .2rem;
    display: none;
}
.searchText {
    color: #fff;
    font-size: 0.34rem;
    float: right;
}
/*分类*/
.selBox {
    width: 100%;
    position: fixed;
    top: .9rem;
    left: 0;
    z-index: 9;
}
div.screening {
    width: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 4;
}
div.screening>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: solid 1px #d3d3d3;
    overflow: hidden;
}
div.screening>ul>li {
    float: left;
    font-size: 0.28rem;
    width: 50%;
    text-align: center;
    border-left: solid 1px #d3d3d3;
    line-height: .7rem;
}
div.screening>ul>li>span {

    margin: 0 auto;
    background: url("../images/on_1.png") no-repeat right center;
    padding-right: 15px;
}
div.screening>ul>.current>span {
    background: url("../images/on_2.png") no-repeat right center;
    background-size: 0.75em;
    color: #3cb9f3;
}

/* grade */

.meishi22, .grade-eject, .Category-eject {
    position: fixed;
    top: -200%;
    width: 100%;
    height: 63%;
    z-index: 1;
    -webkit-transition-duration: 0.4s;
}

.grade-w-roll {
    top: 1.6rem;
}
.layger {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    display: none;
}
.meishi22>ul, .grade-eject>ul, .Category-eject>ul {
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.4s;
}
.meishi22>ul>li, .grade-eject>ul>li, .Category-eject>ul>li {
    height: .9rem;
    line-height: .9rem;
    font-size: 0.28em;
    padding-left: 1rem;
    border-bottom: solid 1px #eee;
}
.meishi22>ul.meishia-w, .grade-eject>ul.grade-w, .Category-eject>ul.Category-w {
    background: #fff;
    position: absolute;
    z-index: 1;
}
.meishi22>ul.meishia-t, .grade-eject>ul.grade-t, .Category-eject>ul.Category-t {
    background: #eee;
    position: absolute;
    z-index: 2;
    left: 100%;
}
.meishi22>ul.meishia-t>li, .grade-eject>ul.grade-t>li, .Category-eject>ul.Category-t>li {
    border-bottom: solid 1px #e5e5e5;
}
.meishi22>ul.meishia-s, .grade-eject>ul.grade-s, .Category-eject>ul.Category-s {
    background: #fff;
    position: absolute;
    z-index: 3;
    left: 100%;
    list-style-type: none;
}
.meishi22>ul.meishia-s>li, .grade-eject>ul.grade-s>li, .Category-eject>ul.Category-s>li {
    border-bottom: solid 1px #eee;
    margin-left: 1rem;
    padding: 0;
}

/* demo-content */
.demo-content {
    padding-top: 3rem;
}


.xiaobiao {
    background-color: #d2d3ce;
    color: #FFFFFF;
    padding: 0px 5px;
    font-size: 10px;
    border-radius: 8px;
    margin-left: 10px;
}
.xiaobiao1 {
    font-size: 10px;
    margin-left: 20px;
}



.zimu {
    height: 20px;
    background-color: #e4e4e4;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
    line-height: 20px;
    font-size: .4rem;
}


.wrap {
    position: relative;
    margin-top: -60px;
}
.slider-v3 {
    margin: 1.5em auto;
}
.wrap input {
    position: absolute;
    left: -9999px;
}

.slider-v3 {
    position: relative;
    display: block;
    width: 5em;
    height: 2em;
    cursor: pointer;
    border-radius: 1.5em;
    transition: 350ms;
    background: #ddd;
}
.slider-v3::after {
    position: absolute;
    content: '';
    width: 1.5em;
    height: 1.5em;
    top: 0.2em;
    left: 0.5em;
    border-radius: 1.5em;
    transition: width 200ms ease-out, height 300ms 50ms ease-in, top 300ms 50ms ease-in, left 250ms 50ms ease-in, box-shadow 300ms ease-in;
    background: #e23a46;
    box-shadow: 0 0 0 1.5em #f2f2f2 inset;
}
input:checked+.slider-v3::after {
    top: 0.2em;
    left: 3em;
    box-shadow: 0 0 0 0 #f2f2f2 inset;
}



.choose a {
    color: #666666;
    text-decoration: none;
}
.choose a:hover {
    color: #990000;
    text-decoration: none;
}
.choose {
    padding: 13px 30px 30px 0;
}
.choosetext {
    height: 24px;
    padding: 20px 0;
    font-size: 14px;
}
.choosebox {
    padding: 0 0 35px 0;
}
.choosebox li {
    float: left;
    margin-right: 10px;
    display: inline;
    padding-bottom: 22px;
}
.choosebox li a {
    float: left;
    background: #fff;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 14px;
    line-height: 14px;
    padding: 4px 12px;
    display: block;
}
.choosebox li a.current {
    background: #e23a46;
    color: #FFFFFF;
}
.choosebox li input {
    display: none;
}
.choose .btn-img {
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    border: 0;
}
.choose .btn-img span {
    font-size: 18px;
    font-weight: 800;
    color: #e23a46;
    font-family: "微软雅黑", "宋体";
}

/*产品列表*/
.container {

    margin-top: 2rem;
    padding: 0 .4rem .4rem;
    height: 11rem;
}
.mescroll {
    padding: 0 .4rem;
    position: fixed;
    top: 2rem;
    bottom: 0;
    height: auto;
    overflow-y: auto;

}
.product_list .nodata {
    text-align: center;
    color: #999;
    font-size: .36rem;
    display: none;
}
.case_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(173, 173, 173, 0.5);
    border-radius: 0px 0px 12px 12px;
    width: 100%;
    margin: .4rem auto 0;
    padding-bottom: 0.3rem;
}
.case_bg {
    width: 100%;
}
.codeBox {
    width: 4.8rem;
    height: 2.90rem;
    background: #fff;
    border-radius: .5rem;
    margin-top: -1.45rem;
    box-shadow: 2px 2px 2px rgba(173, 173, 173, 0.2), 2px -2px 2px rgba(173, 173, 173, 0.2), -2px 2px 2px rgba(173, 173, 173, 0.2), -2px -2px 2px rgba(173, 173, 173, 0.2);
}
.code_left {
    width: 1.71rem;
    height: 1.72rem;
    float: left;
    margin-top: 0.59rem;
    margin-left: .5rem;
}
.code_right {
    width: 1.45rem;
    height: 1.14rem;
    margin: .88rem .55rem;
    float: right;
}

.case_title {
    color: #222222;
    font-size: 0.28rem;
    font-weight: 400;
    margin-top: 0.14rem;
}
.case_desc {
    width: 90%;
    color: #999999;
    font-size: 0.24rem;
    margin-top: 0.128rem;
    margin-left: 5%;
    text-indent: 2em;
}
.labelList {
    width: 90%;
    margin: .2rem auto;
    overflow: hidden;
}
.labelList span {
    display: block;
    font-size: .24rem;
    padding: .1rem .15rem;
    margin-left: .3rem;
    float: left;
    background: #15bfff;
    color: #fff;
    border-radius: 6px;
    margin-top: .2rem;
}
#customer_box {
    padding: 2.5rem 0.5rem 1.25rem;
}
.customer_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.71875rem;
}
.customer_title img {
    width: 1.437rem;
    height: 0.468rem;
    margin-top: 0.3rem;
}
.customer_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.customer_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    margin-bottom: 0.7rem;
}
.customer_box img {
    width: 3.75rem;
    height: 3.75rem;
}
.customer_box p {
    color: #222222;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 0.2rem;
}