﻿.banner{
    height: 330px;
    padding-top: 70px;
    background: url('../images/江湖图景/6-1.jpg') no-repeat center;
    background-size:  cover;
}
.box{
    width: 100%;
    height: 670px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box:nth-of-type(2n-1){
    background: #F7F7F7;
    flex-direction: row-reverse;
}
.box iframe{
    width: 780px;
    height: 390px;
}
.box>div{
    width: 402px;
}
.box>div .h1{
    position: relative;
    height: 50px;
    margin-bottom: 32px;
}
.box>div .h1 span:last-child{
    font-size: 40px;
    color: #333;
    position: absolute;
    padding-left: 20px;
    left: 0;
    top: 0;
    z-index: 2;
}

.box>div .h1 span:first-child{
    font-size: 30px;
    font-family: Weijue;
    color: rgba(51, 51, 51, 0);
    line-height: 35px;
    -webkit-text-stroke: 1px #8B5B1B;
    text-stroke: 1px #8B5B1B;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.box>div p{
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}
.box:nth-of-type(2n-1)>div{
    padding-left: 86px;
    box-sizing: border-box;
} 
.mobelBox{
    display: none;
}
.imgBox{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 90px;
    columns: 4; 
    column-gap: 16px; 
}
.item {
    width: 100%;
    break-inside: avoid;
    margin-bottom: 16px;
}
.item img {
    width: 100%;
}
.viewer-container{
    background-color: rgba(0,0,0,.7);
}
.viewer-button {
    background-color: red
}

@media screen and (max-width: 1024px) {
    html{
        font-size: 150px;
    }
    .mobelBox{
        display: block;
    }
    .box>div .h1{
        margin-top: .64rem;
        margin-bottom: .32rem;
    }
    .box>div .h1 span{
        display: flex;
        justify-content: center;
        width: 100%;
        padding-left: 0 !important;
    }
    .box>div{
        width: 94%;
        text-align: center;
        padding-left: 0 !important;
    }
    .box {
        flex-wrap: wrap;
        height: initial;
        flex-direction: column;
    }
    .box iframe{
        width: 94%;
        height: initial;
        margin-top: .32rem;
        display: block;
        margin: 0 auto;
		margin-top:10px;
		margin-bottom:20px;
    }
 
    .main{
        width: 90%;
    }
    .imgBox{
        columns: 2; 
        column-gap: .24rem;   
        width: 96%;
        margin: 0 auto;
        padding: 1rem 0; 
    }
    .item{
        margin-bottom: 0;
    }
    .box>div .h1 span:last-child{
        font-size: .52rem;
    }
}
@media screen and (max-width: 768px) {
    html{
        font-size: 100px;
    }
}
@media screen and (max-width: 480px) {
    html{
        font-size: 55px;
    }
}

@media screen and (max-width: 375px) {
   html{
       font-size: 50px;
   }
}

@media screen and (max-width: 360px) {
    html{
        font-size: 50px;
    }
 }


 @media screen and (max-width: 320px) {
    html{
        font-size: 45px;
    }
 }