<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*è®¢å•è¯¦æƒ…h5*/
.page.h5{

}
.page.h5 .page-top{
    display: none;
}
.page.h5 .page-detail{
    display: none;
}
.page.h5 .page-detail.h5-page-detail{
    display: block !important;
    padding: 10px;
    overflow-x: hidden;
}
.page.h5 #rightFixBar {
    display: none;
}
.page.h5 .brand-detail-table{
    background: url(../images/h5-water.png);
}
.page.h5 .brand-detail-table td{
    padding: 5px;
    font-size: 12px;
}
.page.h5 .brand-detail-table td.td-title{
    width: 100px;
}
.page.h5 .page-brand{
    height: auto;
    background: none;
    background-color: #fff;
}
.page.h5 .brand-detail{
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
}
.page.h5 .brand-left{
    float: none;
    margin-top: 0px;
    width: 100%;
}
.page.h5 .brand-info{
    width: calc(100% - 120px);
    color: #333;
}
.page.h5 .brand-info h2{
    margin-bottom: 10px;
}
.page.h5 .brand-info span{
    display: block;
    width: 100%;
    margin-right: 0px;
}
.page.h5 .brand-img{
    margin-right: 15px;
    border: 1px solid #ddd;
}
.page.h5 .product-list li{
    float: none;
    width: 100%;
}
.page.h5 .list{
    font-size: 12px;
}
.page-brand{
    height: 150px;
    background: url(../images/detailbg.png) no-repeat center;
    background-size: auto 150px;
    background-color: #222b38;
}
.page-brand-in{
    height: 100%;
}
.page-brand-in.w-center{
    width: 1000px;
}
.brand-left{
    float: left;
    margin-top: 25px;
}
.brand-right{
    float: right;
}
.brand-img{
    display: inline-block;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    font-size: 0px;
    vertical-align: middle;
    overflow: hidden;
    background-color: #fff;
}
.brand-img:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.brand-img img{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.brand-info{
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
.brand-info h2{
    margin-bottom: 20px;
    width: 670px;
    font-size: 18px;
    font-weight: bold;
}
.brand-info strong{
    color: #00c9ff;
}
.brand-info span{
    margin-right: 40px;
}
.brand-right .top{
    padding-top: 50px;
}
.brand-right .top .button{
    margin-left: 22px;
    width: 76px;
    line-height: 28px;
    text-align: center;
    border-radius: 0px;
}
.brand-right .top .button.buy{
    background-color: #00c9ff;
    border: 1px solid #00c9ff;
}
.brand-right .bottom{
    margin-top: 16px;
    padding-left: 27px;
    color: #fff;
}
.brand-detail{
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 100px;
    width: 850px;
}
.brand-detail strong{
    color: #00c9ff;
}
.time-line{
    margin: 0 auto;
    width: 100%;
}
.time-line .btn{
    float: right;
    margin-top: 30px;
    margin-right: 50px;
}
.time-line ul{
    text-align: left;
    overflow: hidden;
}
.time-line li{
    float: left;
    position: relative;
    width: 25%;
    font-size: 14px;
    text-align: center;
}
.time-line li .time-line-date{
    margin: 10px auto;
    width: 120px;
    line-height: 1.2em;
    text-align: center;
}
.time-line li:before{
    content: "";
    position: absolute;
    top: 51px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #dcdcdc;
    z-index: 0;
}
.time-line li:first-child:before{
    left: 50%;
    width: 50%;
}
.time-line li:last-child:before{
    right: 50%;
    width: 50%;
}
.time-line li.active:before{
    background-color: #00c9ff;
}
.time-line li .circle{
    display: inline-block;
    position: relative;
    margin-top: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    z-index: 1;
}
.time-line li .circle-in{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #bbb;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    vertical-align: top;
}
.time-line li.active .circle{
}
.time-line li.active .circle-in{
    background-color: #00c9ff;
}
.time-line li p{
    text-align: center;
}
.time-line li p.time{
    margin-bottom: 4px;
    font-size: 12px;
    height: 16px;
}
.time-line li.active p{
    color: #00c9ff;
}
.time-line li p span{
    display: block;
    font-size: 12px;
}
.brand-detail .tips{
    display: inline-block;
    margin-top: 5px;
    margin-left: 15px;
    font-size: 12px;
    color: #999;
}
.brand-detail-table{
    margin-top: 20px;
    width: 100%;
    background: url(../images/water.png);
    background-size: 410px;
    background-position: 100px -60px;
}
.brand-detail-table td{
    padding: 12px 20px;
    padding-right: 0;
    border: 1px solid #d8d8d8;
}
.brand-detail-table a{
    text-decoration: underline;
}
.td-title{
    width: 160px;
    color: #666;
    background-color: #fcf9f2;
}
.brand-detail-table td.td-content{
    padding-right: 10px;
    min-width: 190px;
}
.product-list{
    overflow: hidden;
}
.product-list li{
    float: left;
    width: 50%;
}
.bottom-btns{
    margin-top: 20px;
}
.bottom-btns .btns-right{
    float: right;
}
.bottom-btns .mybtn{
    display: inline-block;
    text-align: center;
    line-height: 32px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
    background-color: #fff;
    border: solid 1px #00c9ff;
    color: #00c9ff;
    border-radius: 3px;
}
.bdsharebuttonbox{
    display: inline-block;
    vertical-align: middle;
}
.brand-right .bdsharebuttonbox a{
    display: inline-block;
    margin: 0;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bdsharebuttonbox a.bds_weixin{
    background-image: url(../images/wx.png);
}
.bdsharebuttonbox a.bds_qzone{
    background-image: url(../images/zone.png);
}
.bdsharebuttonbox a.bds_sqq{
    background-image: url(../images/qq.png);
}
.bdsharebuttonbox a.bds_tsina{
    background-image: url(../images/sina.png);
}
.bd_weixin_popup .bd_weixin_popup_head, .bd_weixin_popup .bd_weixin_popup_foot{
    text-align: center;
}</pre></body></html>