@charset "UTF-8";
*{margin:0;padding:0;font-family: "微软雅黑"}
a{text-decoration: none;}
li{list-style: none; float: left;}
.img100{ width: 100%; display: block}
.clear { clear: both;  }
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.fl{display: inline-block;float: left;}
.fr{display: inline-block;float: right;}
.main{width:10rem;background: #fff;margin-left:auto;margin-right: auto; margin-top: 41px;}
.hide{display: none;}

.menu{}
.menu a{ float: left; width: 2.3828125rem; font-size: 0.353rem; color: #fff; background-color: #f08300; text-align: center; padding: 0.089125rem 0; margin-right: 0.15625rem;}

.swiper-container{ width:100%;}

.bar{height: 0.85rem; line-height: 0.85rem; color: white; background: #f08300; text-align: center; font-weight: bold; font-size: 0.3885rem; letter-spacing:0.05rem  }

.hot{ display: block; font-size: 0.34rem; margin-left: 0.6875rem; margin-top: 0.1875rem; color: #000;}
.hot span.heart { animation: heart 1s ease infinite;}
.hot span { display: inline-block; width: 1.3625rem; background: red; border-radius: 10px; text-align: center;}
@keyframes heart {
    0% {color:red;}
    100%{color:white;}
}

.zxzx {
    width: 8rem;  
    margin: 0.34rem auto 50px;
}

#dh1, #dh2, #dh3 {
    display: none;
}

.box-t {
    font-size: 0.22rem;
    color: #6c6761;
    text-align: center;
    line-height: 0.628rem;
}

.box-b {
    width: 100%;

    overflow: hidden;
    padding-bottom: 0.34rem;;
}

.box-l {
    width: 54px;
    float: left
}

.box-r {
    width: 5.75rem;
    height: auto;
    overflow: hidden;
    display: block;
    color: #000;
    border: 1px solid #CCC;
    padding: 0.12rem;
    float: left;
    line-height: 24px;
    font-size: 0.21875rem;
    background: none repeat scroll 0 0 rgb(241, 237, 226);
    -moz-box-shadow: 4px 4px 5px #999;
    -webkit-box-shadow: 4px 4px 5px #999;
    box-shadow: 4px 4px 5px #999;
    border-radius: 10px;
}

.box-r span {
    color: #a6080b !important
}

/*#dh1, #dh2, #dh3 {
    display: none;
}*/

.foot {
	
   width: 9.6rem;
    height: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 50%;
    margin-left: -4.8rem;
    background: none repeat scroll 0 0 rgb(241, 237, 226);
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.foot .f_text {
    width: 4.49rem;
    height: 34px;
    float: left;
    border: 1px solid #CCCCCC;
    display: block;
    margin: 7px 0.15625rem;
    line-height: 34px;
    font-size: 14px;
    color: #333333;
    text-indent: 5px;
}

.foot .f_btn {
    width: 2.21rem;
    height: 34px;
    float: left;
    border: 1px solid #CCCCCC;
    display: block;
    margin: 7px 0;
    border-radius: 10px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #0840A6
}


