* {
    margin: 0;
    padding: 0;
}

body {
    overflow: hidden;
    height: 100vh
}

.main_poster {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    opacity: 0;
    transition: all 0.5s ease-in;
    transform: scale(1.2)
}

.main_poster .bg {
    width: 100%;
    /* height: 100% */
}

.main_poster .enter_text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 200px;
    width: 130px;
    height: 34px;
    transform: translate(-50%, 0);
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 17px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.4);
    text-decoration: none
}

.main_poster.into {
    opacity: 1;
    transform: scale(1)
}
.main_poster .times{
	position: absolute;
	right: 20px;
	top: 20px;
	color:#fff;
	background-color: rgba(0, 0, 0, .4);
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 12px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
.container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
}
.pass {
    display: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: all .5s ease;
    visibility: hidden;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}

.wrapper .top img {
    width: 100%
}

.wrapper .album_title {
    font-size: 14rem;
    font-weight: 800;
    padding: 10rem 10rem 0
}

.wrapper .views-info {
    padding: 5rem 10rem;
    display: flex;
    justify-content: space-between;
    font-size: 10rem;
    align-items: center
}

.wrapper .views-info span {
    color: orange
}

.wrapper .views-info label {
    color: #888
}

.wrapper .views-info a {
    padding: 2rem 6rem;
    border: 1px solid #888;
    color: #888;
    border-radius: 3px;
    text-decoration: none
}

.wrapper .address-info {
    padding: 5rem 10rem
}

.wrapper .address-info p {
    padding: 2rem 0;
    color: #555
}

.wrapper .address-info p i {
    font-size: 10rem
}

.wrapper .tab-box {
    padding: 10rem 5rem;
    position: sticky;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    top: 0
}

.wrapper .tab-box .left {
    display: flex;
}

.wrapper .tab-box .left span {
    font-size: 14rem;
    padding: 5rem 4rem;
    position: relative;
}

.wrapper .tab-box .left span:after {
    content: '';
    position: absolute;
    left: 5%;
    bottom: 0;
    right: 5%;
    height: 2px;
    background-color: orange;
    border-radius: 2px;
}

.wrapper .tab-box .tab-t {
    border-bottom: 1px solid #eee;
    position: relative;
    display: flex;
    margin: 10px 10px 0 0;
}

.wrapper .tab-box .tab-t span {
    font-size: 10rem;
    padding: 5rem 10rem;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: transparent;
    margin-bottom: -1px;
    border-radius: 2rem 2rem 0 0;
}

.wrapper .tab-box .tab-t .active {
    background-color: #fff;
    border-color: #eee;
}
.wrapper #album-li{height: 100vh;align-content:flex-start}
.wrapper #album-li2{height: 100vh;align-content:flex-start}
.wrapper .album-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0
}

.wrapper .album-list #album-li li {
    width: 33.3%
}
.wrapper .album-list #album-li2 li {
    width: 50%;
	height:34vw;
}

.wrapper .album-list #album-li li .pic-box {
    margin: 2rem;
    position: relative;
    padding-top: 100%;
    background-color: #a8a8a8;
}
.wrapper .album-list #album-li2 li .pic-box {
    margin: 2rem;
    position: relative;
    padding-top: 100%;
    background-color: #FFFFFF;
}

.wrapper .album-list #album-li li img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    height: auto;
    /*width: 100%;
    height: 100%;*/
    object-fit: cover;
    top: 50%;
    transform: translate(0%,-50%);
}
.wrapper .album-list #album-li2 li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    /*width: 100%;
    height: 100%;*/
    object-fit: cover;
}

.wrapper.into {
    opacity: 1;
    visibility: visible;
}

.mySwiper {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none
}

.mySwiper .swiper-slide {
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    display: flex
}

.mySwiper .swiper-pagination {
    color: #fff
}

.mySwiper .close-btn {
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center
}

.mySwiper .close-btn::before {
    content: "\2716"
}
.square:after{
    width: 16%;
    height: 16%;
    position: absolute;
    content: "";
    background-color: rgba(255,255,255,1);
    top: -8px;
    left: 0px;
    -webkit-animation: square_check 1s ease-in-out infinite;
    -moz-animation: square_check 1s ease-in-out infinite;
    animation: square_check 1s ease-in-out infinite;
}

@-webkit-keyframes square_check{
    25%{ left: 22px; top: -8px;}
    50%{ left: 22px; top: 22px;}
    75%{ left: -9px; top: 22px;}
    100%{ left: -9px; top: -7px;}
}
@-moz-keyframes square_check{
    25%{ left: 22px; top: -8px;}
    50%{ left: 22px; top: 22px;}
    75%{ left: -9px; top: 22px;}
    100%{ left: -9px; top: -7px;}
}
@keyframes square_check{
    25%{ left: 22px; top: -8px;}
    50%{ left: 22px; top: 22px;}
    75%{ left: -9px; top: 22px;}
    100%{ left: -9px; top: -7px;}
}
@-webkit-keyframes fill_color{
    0%{ box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.1);}
    100%{ box-shadow: inset 0px -20px 0px 0px rgba(255,255,255,1);}
}
@-moz-keyframes fill_color{
    0%{ box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.1);}
    100%{ box-shadow: inset 0px -20px 0px 0px rgba(255,255,255,1);}
}
@keyframes fill_color{
    0%{ box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.1);}
    100%{ box-shadow: inset 0px -20px 0px 0px rgba(255,255,255,1);}
}