.content-page {
    width: 45.2rem;
    margin: 15% auto 0;
    text-align: center;
}
.content-page .sub-title {
    font-size: 1.5rem;
    line-height: 2.1rem;
    color: #3A3A3C;
    letter-spacing: 1.65rem;
    padding-left: 1.6rem;
}
.content-page .title {
    font-size: 2.8rem;
    line-height: 4.5rem;
    margin-top: 1.5rem;
}
.content-module {
    width: 33.2rem;
    overflow: hidden;
    margin: 3.5rem auto 0;
}
.module {
    float: left;
    width: 25%;
    text-align: center;
}
.module img {
    width: 1.7rem;
}
.module .text {
    color: #3A3A3C;
    font-size: .7rem;
    margin-top: .4rem;
}
.content-btn {
    display: inline-block;
    width: 12rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 1.5rem;
    background-color: #DC5550;
    color: #FFFFFF;
    font-size: 1.2rem;
    margin: 6.2rem auto 0;
    font-weight: 500;
}
.content-btn:hover {
    background-color: #FF6B65;
}
.main-image-text {
    height: 30rem;
}
.main-text {
    float: left;
    width: 27.95rem;
    color: #3A3A3C;
    padding-left: 2.5rem;
    box-sizing: border-box;
}
.main-text.right {
    text-align: right;
    padding-right: 2.5rem;
    padding-left: 0;
}
.main-text .main-text-title {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.65rem;
}
.main-text .main-text-title span {
    float: left;
    width: .2rem;
    height: 1.1rem;
    background-color: #DC5550;
    margin-right: .3rem;
    margin-top: .2rem;
}
.main-text.right .main-text-title span {
    float: right;
    margin-left: .3rem;
    margin-right: 0;
}
.main-text .main-text-desc {
    font-weight: 300;
    font-size: .8rem;
    line-height: 1.1rem;
}
.main-image {
    float: left;
    width: calc(100% - 27.95rem);
    width: -webkit-calc(100% - 27.95rem);
}
.main-image img {
    width: 100%;
}
.scene-list {
    margin-top: 3.5rem;
    overflow: hidden;
}
.scene-list .scene {
    float: left;
    width: 15%;
    margin-left: 2%;
    position: relative;
}
.scene-list .scene:first-child {
    margin-left: 0;
}
.scene-list .scene img {
    width: 100%;
    vertical-align: bottom;
}
.scene-list .scene p{
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    －webkit-transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: .8rem;
    color: #fff;
    z-index: 10;
}
.scene-list .scene .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
}
.scene-list .scene:hover .shadow {
    animation: shadow-hide 0.5s forwards;
    -webkit-animation: shadow-hide 0.5s forwards;
}
@keyframes shadow-hide {
    0% {opacity: 1;}
    to {opacity: 0;display: none;}
}
@-webkit-keyframes shadow-hide {
    0% {opacity: 1;}
    to {opacity: 0;display: none;}
}
.brand-list {
    margin-top: 3rem;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    overflow: hidden;
}
.brand-list .brand {
    float: left;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    width: 16.66%;
    box-sizing: border-box;
    padding: 3% 0;
}
.brand-list .brand img {
    width: 70%;
    vertical-align: bottom;
}