body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,form,input,p,th,td{margin:0;padding:0;}
img{border:0px;}
ul li {list-style:none;}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
*{
    font-family:"Microsoft YaHei","微软雅黑";
}

.listheader{
    width: 1200px;
    margin: 0 auto;
}
.listheader img{
    width: 1200px;
    height: 300px;
}
.main-container{
    overflow: auto;
}
.listheaderContainer{
    margin-top: 44px;
    font-size: 0;
}

.prolist{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: auto;
}
.prolistMenu{
    width: 150px;
    display: inline-block;
}
.list{
    width : 150px;
    border-top: 1px solid #dadada;
}
.list ul{
    margin-bottom: 10px;
    list-style: none;
}
.list>ul>li{
    width        : 100%;
    border-bottom: 1px solid #dadada;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.list>ul>li p[class=title]{
    width      : 142px;
    text-align : left;
    /*background : #EE4977;*/
    background: #ffffff;
    padding    : 16px 0 16px 8px;
    border     : none;
    position   : relative;
    font-size  : 18px;
    color: #595757;
    font-weight: bold;
    cursor: pointer;
}
.list>ul>li p[class=title]>span{
    position: absolute;
    right: 10%;
}
.list-se{
    overflow: hidden;
    display: none;
}
.list-se>p{
    /*background: #444 !important;*/
    /*color     :#ee4977;*/
    color: #9bc956 !important;
}
.list-se>li>p{
    /*background  : #3b3b3b;*/
    background: #ffffff;
    /*color       : #f0f0f0;*/
    color: #595757;
    font-size: 14px;
    line-height: 35px;
    -webkit-box-sizing :border-box;
    box-sizing :border-box;
    padding: 0 16px;
    /*border-left : 5px solid #3b3b3b;*/
    border-left: 4px solid #e7e7e7;
    -webkit-transition   : border .5s;
    transition  : border .5s;
    -webkit-transition   : background .3s;
    transition  : background .3s;
    cursor: pointer;
}
.list-se>li>p:hover{
    border-color: #9bc956;
    background  : #e8e8e8;
    color: #9bc956;
}

.listpic{
    margin: 5px 0;
}
.menuStyle{
    border-color: #9bc956 !important;
    background  : #e8e8e8 !important;
    color: #9bc956 !important;
}
/*.up{*/
    /*!*background-image: url(../images/menuIcon1.png);*!*/
    /*font-size: 10px;*/
/*}*/

/*产品列表*/
.product{
    position: relative;
}
#product_list{
    display: flex;
    flex-wrap: wrap;
}
.prolistR{
    float: right;
}
.prolistSpan{
    width: 1008px;
    /*border-top: 1px solid #eeeeee;*/
    /*border-left: 1px solid #eeeeee;*/
    overflow: auto;
}
.prolistSpan li{
    width: 305px;
    /*height: 380px;*/
    /*float: left;*/
    /*border-right: 1px solid #eeeeee;*/
    /*border-bottom: 1px solid #eeeeee;*/
    /*border: 1px solid #eeeeee;*/
    /*border: 1px solid #a4a4a4;*/
    margin-left: 31px;
    margin-bottom: 31px;
}
.productPic img{
    width: 305px;
    height: 305px;
}
.productText{
    width: 305px;
}
.productT{
    padding: 16px 24px;
    overflow: auto;
}
.productTleft{
    width: 60%;
    float: left;
}
.proName{
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    font-size: 17px;
    color: #000;
}
.small{
    width: 30px;
    height: 1px;
    /*background-color: #6d6d6d;*/
    margin: 5px 0;
}
.proEffc{
    font-size: 13px;
    color: #7d7d7d;
}
.productTleft img{
    margin-top: 8px;
}
.productTright{
    width: 40%;
    float: right;
    text-align: right;
}
.readBtn{
    width: 95px;
    height: 30px;
    background-color: #ececec;
    color: #000;
    font-size: 14px;
    border: none;
    margin-top: 7px;
    cursor: pointer;
    outline: none;
}
.price{
    width: 95px;
    height: 30px;
    text-align: center;
    margin-top: 10px;
    float: right;
    background-color: #fd4464;
    /*background-image:-webkit-linear-gradient(to right, #fd7e6f, #fd4464);*/
    /*background-image:linear-gradient(to right,#fd7e6f,#fd4464);*/
    color: #ffffff;
    box-shadow: 1px 4px 14px #ffbcc3;
}
.moneyIcon{
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
}
.proPri{
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
}
.buyBtn{
    width: 46px;
    height: 46px;
    background-color: #9bc956;
    position: absolute;
    top: 24px;
    right: 30px;
    background-image: url(../images/buy.png);
    border-radius: 50px;
    cursor: pointer;
}
/*.buyBtn:hover{*/
    /*background-color: #fd4464;*/
    /*-webkit-transition   : background-color .2s;*/
    /*transition  : background-color .2s;*/
    /*!*-webkit-transform: rotate3d(0,0,1,22.5deg);*!*/
    /*!*transform: rotate3d(0,0,1,22.5deg);*!*/
    /*overflow: auto;
}*/
/*.readBtn:hover{*/
    /*background-image:-webkit-linear-gradient(to right, #fd7e6f, #fd4464);*/
    /*background-image:linear-gradient(to right,#fd7e6f,#fd4464);*/
    /*color: #ffffff;*/
    /*box-shadow: 1px 4px 14px #ffbcc3;*/
/*}*/

.btnHover{
    background-image:-webkit-linear-gradient(to right, #fd7e6f, #fd4464);
    background-image:linear-gradient(to right,#fd7e6f,#fd4464);
    color: #ffffff;
    box-shadow: 1px 4px 14px #ffbcc3;
}

/*.priceHover{*/
    /*background-image:-webkit-linear-gradient(to right, #fd7e6f, #fd4464);*/
    /*background-image:linear-gradient(to right,#fd7e6f,#fd4464);*/
    /*color: #ffffff;*/
    /*box-shadow: 1px 4px 14px #ffbcc3;*/
/*}*/
.graybg{
    background: #ececec;
    color: #000;
    box-shadow: none;
}
.buybg{
    background-color: #fd4464 !important;
    box-shadow: 1px 4px 14px #ffbcc3 !important;
    /*-webkit-transition: background-color .2s;*/
    /*transition: background-color .2s;*/
    /*-webkit-transition: box-shadow .2s;*/
    /*transition: box-shadow .2s;*/
}
.pricebg{
    background-image:-webkit-linear-gradient(to right, #fd7e6f, #fd4464);
    background-image:linear-gradient(to right,#fd7e6f,#fd4464);
    color: #ffffff;
}


/*弹窗*/
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 560px;
    max-width: 774px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.md-show {
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(147,147,147,0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
.md-content{
    height: 380px;
    color: #393939;
    background: white;
    position: relative;
    margin: 0 auto;
    padding: 22px 25px;
    border: 2px solid #8fd8d7;
}

.md-effect-3 .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.md-content h3 {
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    font-size: 34px;
    font-weight: 300;
    /*opacity: 0.8;*/
    border-bottom: 1px solid #8fd8d7;
}
.md-specification{
    font-size: 16px;
    margin-top: 20px;
    padding: 0 10px;
}
.shoppingNum{
    margin-top: 13px;
    border-bottom: 1px solid #8fd8d7;
    padding-bottom: 24px;
}
.form-inline{
    position: relative;
    top: 10px;
    display: inline-block;
    margin-left: 15px;
}
.form-inline button{
    width: 34px;
    height: 34px;
    border: 1px solid #bbbbbb;
    line-height: 26px;
    text-align: center;
    background-color: white;
    font-size: 18px;
    color: #393939;
    float: left;
    cursor: pointer;
    outline:none;
}
.form-inline input{
    width: 60px;
    height: 32px;
    color: #393939;
    font-size: 14px;
    border: 1px solid #bbbbbb;
    text-align: center;
    float: left;
    border-left: none;
    border-right: none;
}
.md-content p{
    color: #393939;
    font-size: 16px;
    line-height: 34px;
    display: inline-block;
    padding-left: 10px;
}
.md-price1{
    margin-top: 10px;
    border-bottom: 1px solid #8fd8d7;
    padding-bottom: 20px;
    padding-left: 10px;
}
.md-price2{
    margin-top: 10px;
}
.md-price1 span{
    font-size: 16px;
    color: #393939;
    margin-top: 40px;
}
.md-price1-2{
    font-size: 30px;
}
.toPrice{
    font-size: 48px;
    color: #393939;
    margin-top: 5px;
    display: inline-block;
}
.winBtn{
    width: 130px;
    height: 45px;
    font-size: 16px;
    color: white;
    background-color: #8fd8d7;
    border: none;
    margin-top: 75px;
    margin-left: 10px;
    cursor: pointer;
    outline: none;
}
.shoppingBtn{
    margin-left: 10px;
    background-color: #eefffd;
    color: #8fd8d7;
    border: 1px solid #8fd8d7;
}
.order-close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    z-index: 1;
    background-color: white;
    border: none;
    cursor: pointer;
    outline: none;
}
.order-close .icon-close{
    width: 35px;
    height: 35px;
}
.order-close .icon-close:before, .order-close .icon-close:after{
    background-color: #8fd8d7;
}
.icon-close{
    position:relative;
    display:inline-block;
    width:50px;
    height:50px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.icon-close:after,.icon-close:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    background:#999;
    z-index:1;
}
.icon-close:before{
    width:100%;
    height:1px;
    margin:auto;
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    transition:all .3s ease-out;
}
.icon-close:after{
    width:1px;
    height:100%;
    -webkit-transition:all .15s ease-out .15s;
    -moz-transition:all .15s ease-out .15s;
    -o-transition:all .15s ease-out .15s;
    transition:all .15s ease-out .15s;
}
.icon-close:focus:before,.icon-close:hover:before{
    top:-1px;-webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    transform:rotate(135deg);
}
.icon-close:focus:after,.icon-close:hover:after{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    -ms-filter:alpha(opacity=0);
    filter:alpha(opacity=0);
    opacity:0;
}

/*fly*/
.u-flyer{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: fixed;
    z-index: 9999;
}
#msg{
    position:fixed;
    top:75px;
    right:0;
    z-index:99999;
    width:1px;
    height:41px;
    line-height:41px;
    font-size:16px;
    text-align:center;
    color:#fff;
    background:#b7b7b7;
    display:none;
}


.stars1{
    margin-top:8px;
    display: block;
    height: 15px;
    width: 75px;
    background:url(../images/start1.png) 75px 15px;
}
.stars2{
    margin-top:8px;
    display: block;
    height: 15px;
    width: 75px;
    background:url(../images/start1.png) 75px 30px;
}
.stars3{
    margin-top:8px;
    display: block;
    height: 15px;
    width: 75px;
    background:url(../images/start1.png) 75px 45px;
}
.stars4{
    margin-top:8px;
    display: block;
    height: 15px;
    width: 75px;
    background:url(../images/start1.png) 75px 60px;
}
.stars5{
     margin-top:8px;
    display: block;
    height: 15px;
    width: 75px;
    background:url(../images/start1.png) 75px 75px;
}