.Meishu_top .banner {
    position: relative;
}
.Meishu_top .banner .carousel-inner {
    display: flex;
}
.Meishu_top .banner .carousel-inner img{
    width: 100%;
}
.Meishu_top .banner  .title{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}
.Meishu_top .banner  .title h2{
    margin: 0;
    font-size: 2vw;
    margin-bottom: 20px;
}
.Meishu_top .banner  .title span{
    display: block;
    width: 36vw;
    font-size: 0.94vw;
    line-height: 35px;
}
.Meishu_top .go {
    text-align: right;
    color: #999;
}
.Meishu_top .go .container{
    padding: 23px 0 !important;
    border-bottom: 1px solid #ccc;
}
.Meishu_top .go span{
    color: #333;
}

.Meishu .puzzle {
    padding: 96px 0;
}

.Meishu .puzzle .puzzle_title h1 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    margin: 0;
}

.Meishu .puzzle .puzzle_content {
    margin-top: 56px;
}
.Meishu .puzzle .puzzle_content img{
    width: 100%;
}



.Meishu .scene {
    position: relative;
}

.Meishu .scene .scene_title {
    position: absolute;
    top: 5vw;
    left: 50%;
    transform: translateX(-50%);
}

.Meishu .scene .scene_title h2 {
    margin: 0;
    font-weight: bold;
    font-size: 48px;
}

.Meishu .scene img {
    width: 100%;
}

.Meishu .result {
    padding:96px 0;
}
.Meishu .result img{
    width: 100%;
}
.Meishu .result .result_title {
    margin-bottom: 210px;
}

.Meishu .result .result_title h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}

.Meishu .result .result_content .tab {
    padding: 12px;
}
.Meishu .result .result_content {
    position: relative;
}
.result_video{
    position: absolute;
    height: 334px;
    right: 0px;
    top: -152px;
}
.video_box{
    width: 559px;
    height: 318px;
    position: relative;
}

.result_video video{
    position: absolute;
}
.result_video .video_start,
.result_video .video_end{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.result_video .video_start,
.result_video .video_end{
    z-index: 66;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    padding: 20px;
}

.Meishu .advantage {
    padding: 96px 0;
    background-color: #f7f7f7;
}

.Meishu .advantage .advantage_title h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}

.Meishu .advantage .advantage_content {
    margin-top: 56px;
}

.Meishu .advantage .advantage_content .thumbnail{
    border-color: #f7f7f7;
}

.Meishu .advantage .advantage_content img {
    margin-top: 72px;
    margin-bottom: 32px;
}

.Meishu .advantage .advantage_content .caption {
    text-align: center;
    padding: 0 56px;
}

.Meishu .advantage .advantage_content .caption h3 {
    font-size: 16px;
    font-weight: bold;
}

.Meishu .advantage .advantage_content .caption p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 64px;
}

.Meishu .correlation {
    padding: 96px 0;
}


.Meishu .correlation_top h3 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}

.Meishu .correlation_bottom {
    margin-top: 48px;
    padding-top: 16px;
}

.Meishu .correlation_bottom .item .pic a {
    margin-right: 20px;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.Meishu .correlation_bottom .item .pic .img span {
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    padding: 24px 16px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.Meishu .correlation_bottom .item .pic a:last-child {
    margin-right: 0px;
}

.Meishu .correlation_bottom .carousel-control {
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 40px;
    line-height: 80px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.Meishu .correlation_bottom .left {
    left: 20px;
}

.Meishu .correlation_bottom .right {
    right: 20px;
}

.Meishu .correlation_bottom .carousel-control:hover {
    color: #ff6f06;
}
.Meishu .correlation_bottom .item .pic .img:hover img{
    transform: scale(1.1);
}
.Meishu .correlation_bottom .item .pic .img img{
    transition: transform 0.5s;
}