﻿body{background:#fff;overflow-x:hidden}
.banner {
    height: 100vh;
    width: 100%;
    position: relative;
    background: url('/areas/mobile/Images/products/palace/banner.jpg')no-repeat center;
    background-size: cover;
}
.title {
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 5%;
}
.chTitle {
    font-size: 2rem;
}
.engTitle {
    letter-spacing: 9px;
    font-size: 0.5rem;
    text-transform: uppercase;
    font-family: "AlibabaSans";
}

.product-detail{
    background:#fff;
    padding-bottom:1px;
}
.product-desc {
    text-align: center;
    padding: 8rem 0;
}
.product-detail .desc {
    margin-top: 4rem;
    font-size: 1.2rem;
    line-height:2;
}
.product-item{margin-bottom:6rem;position:relative;text-align:center}
.item-img {
    line-height: 0;
}
.item-img img{width:100%;}
.item-name {
    font-size: 2rem;
    font-weight: bold;
    margin:4rem 0 2rem
}
.item-desc {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    line-height:2;
}
.product-desc .slogan {
    width:140%;
    margin-left:-20%;
}
.item-type{color:#ccc;font-size:1.1rem;margin-bottom:2rem}
.item-type span{margin-right:2rem;cursor:pointer;}
.item-remind{font-size:1rem;margin-top:2rem;}
.product-title .chTitle {
    font-size: 2rem;
    letter-spacing: 7px;
    margin-top: 1rem;
    text-indent: 7px;
}
.product-title .engTitle{letter-spacing:1px;}
.item-name .line {
    display: inline-block;
    height: 2.2rem;
    width: 2px;
    background: #000;
    vertical-align: middle;
    margin: 0 3px;
}