.content-page {

    margin-top: 2.4rem;
    /* margin: 7% auto 0; */
    text-align: center;
}
.content-page .sub-title {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #666;
    letter-spacing: 0.5rem;
    /* padding-left: 1.6rem; */
}
.content-page .title {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-top: 0.2rem;
}
.content-module {
    overflow: hidden;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}
.module {
    text-align: center;
    margin: 0 0.9rem;
    text-align: center;
}
.module img {
    width: 2rem;
}
.module .text {
    color: #3A3A3C;
    font-size: .8rem;
}
.content-btn {
    display: inline-block;
    width: 10rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 1.5rem;
    background-color: #DC5550;
    color: #FFFFFF;
    font-size: 1.2rem;
    margin: 2rem auto 0;
    font-weight: 500;
}
.content-btn:hover {
    background-color: #FF6B65;
}
.main-image-text {
    /* height: 30rem; */
    display: flex;
    margin:0 3rem;
    /* margin-top:5rem; */
    padding-top: 3rem;
    padding-bottom: 3rem;
    align-items:center;
}
.main-text {
    float: left;
    width: 27.95rem;
    color: #3A3A3C;
    padding-left: 2.5rem;
    box-sizing: border-box;
    align-self: center;
}
.main-text.right {
    text-align: right;
    padding-right: 2.5rem;
    padding-left: 0;
    width: 50%;
}
.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);
    width: 50%;
}
.main-image img {
    width: 100%;
}
.scene-list {
    margin-top: 2.3rem;
    overflow: hidden;
    padding:0 2.5rem;
}
.scene-list .scene {
    float: left;
    width: 14%;
    margin-left: 3%;
    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: 2rem;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    overflow: hidden;
    box-shadow:0px 0px 0.5px 0px rgba(240,240,240,0.5);
    border-radius:0.5rem;
    -webkit-border-radius:0.5rem;
    -moz-border-radius:0.5rem;
    -ms-border-radius:0.5rem;
    -o-border-radius:0.5rem;
}
.brand-list .brand {
    float: left;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    text-align: center;
    width: 16.66%;
    box-sizing: border-box;
    padding: 3% 0;
}
.brand-list .brand img {
    width: 70%;
    vertical-align: bottom;
}
