html{
    font-size: 62.5%;
}
body{
    margin: 0;
}
.body{
    width: 100%;
    overflow-x: hidden;
    text-align: center;
}
.body .detail{
    text-align: center;
    margin: auto;
    width: 1200px;
}
.detail .h2{
    font-weight: 100;
    font-size: 4.8rem;
    letter-spacing: 0.5rem;
}
.spec-tag{
    text-align: right;
    color: #888888;
    padding-right: 40px;
}

.detail .h3{
    font-weight: 500;
    font-size: 4.2rem;
}
.detail .h4{
    font-size: 1.8rem;
    line-height: 27px;
}
.detail .marin-top{
    margin-top: 8rem;
}
.detail .marin-top-sm{
    margin-top: 4rem;
}
.spec-h4{
    width: 86.3rem;
    margin: auto;
}
img{
    width: 100%;
    height: auto;
}
.detail .slider-block{
    width: 100%;
}
.model-block{
    width: 100%;
}
/*.detail img.normal{*/
/*    width: 120rem;*/
/*}*/
.beer-reveal[data-beer-label]:after {
    left: 1.5rem;
    width: 100px;
    white-space: nowrap;
}
.beer-reveal {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    border-right: 3px solid #fff;
    transition: opacity 0.35s;
}
.beer-slider[data-beer-label]:after, .beer-reveal[data-beer-label]:after {
    content: attr(data-beer-label);
    position: absolute;
    top: 1.5rem;
    line-height: 1;
    padding: 0.5rem;
    border-radius: 0.125rem;
    color: #fff;
    font-size: 20px;
    /* background: rgba(255, 255, 255, 0.75); */
}
.beer-slider {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.beer-ready .beer-reveal, .beer-ready .beer-handle {
    opacity: 1;
}
.beer-slider[data-beer-label]:after {
    right: 1.5rem;
    width: 100px;
    white-space: nowrap;
}
.beer-range {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    left: -1px;
    width: calc(100% + 2px);
    cursor: pointer;
    -webkit-appearance: slider-horizontal !important;
    -moz-appearance: none;
    opacity: 0;
    -ms-touch-action: auto;
    touch-action: auto;
}
.beer-handle {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    top: 50%;
    left: 48%;
    transform: translate3d(-50%, -50%, 0);
    /* color: #000; */
    background: url(../images/mz-bar.png) no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    /* border-radius: 50%; */
    /* box-shadow: 0 0 6px rgba(0, 0, 0, 0); */
    /* transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s; */
}
.model-block{
    color: #dfdfdf;
    display: flex;
    align-items: center;
}
.model-block p{
    margin-block-start: 0;
    margin-block-end: 0;
}
.model-block .model-text{
    width: 660px;
}
.model-block .model-text .model-title-item{
    text-align: left;
    padding-left: 10px;
    margin: 3rem 0 3rem 10px;
    cursor: pointer;
}
.model-block .model-title{
    font-size: 2.8rem;

}
.model-block .model-desc{
    font-size: 1.4rem;
}
.model-block .model-cur {
    display: block;
    border-left: 4px solid #005abc;
}
.model-cur .model-title, .model-cur .model-desc{
    color: black;
}
.model-cur .model-title{
    font-weight: 500;
}
.model-imgs .img-item{
    display: none;
    max-width: 71rem;
}

.f-h2{
    margin-top: 100px;

}

@media all and (min-width: 1920px){
    html{
        width: 1920px;
    }
}



@media all and (max-width: 1200px) {
    .header-img, .detail{
        width: 1200px;
    }
}

