* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    border: none;
    outline: none;
    font-size: 20px;
}
.text, .unit-info, .moment-info{
    width: 1200px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    text-indent: 44px;
}
:focus {
    outline: none;
}

body {
    min-width: 1200px;
    background-image: url(../images/bg.png);
    background-color: #faf2ec;
}
header {
    height: auto;
    min-width: 1200px;
    background-image: url(../images/header.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 965px;
}
.spe-sign{
    letter-spacing: -2px;
}
header > img {
    width: 90%;
    margin: 2% 4% 0 6%;
}
.main {
    margin-top: -17%;
    min-width: 1200px;
    position: relative;
    z-index: 1;
}
nav {
    width: 100%;
    margin: 20px auto;
    background: #b14f33;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.height94 {
    height: 94px;
    position: 0;
    top: 0;
    z-index: -1;
}
nav>div{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
nav  ul {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.change-lang {
    width: 120px;
    height: 20px;
    color: #fff;
    font-size: 16px;
    text-align: right;
    line-height: 54px;
}
.change-lang a{
    font-size: 16px;
    color: #fff;
}
nav  ul > li {
    padding: 16px 30px;
    transition: all linear 0.3s;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
}

nav  ul.en > li {
    padding: 16px 20px;
}
div.en p {
    word-break: normal;
}
li.active,
nav  ul > li:hover {
    background: #d59325;
    transform: scale(1.2);
}
.en li.active,
nav  ul.en > li:hover {
    transform: scale(1.18);
}

nav + ul {
    background: url("../images/mountain.png");
    background-repeat: repeat-y;
    background-size: 100%;
}
.title {
    width: auto;
    height: 71px;
}
.nav-before {
    margin: 85px 0 0;
}
.title > img {
    display: block;
    margin: 0 auto;
}
.en .title > p {
    line-height: 71px;
    color: #b14f33;
    font-size: 55px;
    text-align: center;
    user-select: none;
}
.content {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.nav-before .content {
    margin: 85px auto 0;
}
.rectangle {
    width: 455px;
    height: 373px;
    background-size: 455px 373px;
    overflow: hidden;
}
.rectangle > img {
    display: block;
    margin: 0 auto;
    width: 255px;
    height: 373px;
}
.nav-before .rectangle {
    float: right;
}
.text {
    line-height: 30px;
    word-break: normal;
    letter-spacing: 2px;
    color: #b14f33;
}
.align-right{
    text-align: right;
}
.sign{
    display: inline-block;
    width: 250px;
    height: 85px;
    background-image: url("../images/sign.png");
    background-size: 250px 85px;
}
.first-align{
    margin-top: 50px;
}
.content > .text:first-child {
    padding-top: 10px;
}
.nav-congratulations {
    margin: 115px 0 0;
}
.nav-congratulations .content {
    margin: 140px auto 0;
}
.nav-congratulations .rectangle {
    float: left;
    margin-right: 16px;
}
.nav-unit {
    margin: 173px auto 0;
}
.num{
    width: 250px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #b14f33;
}
.unit-info {
    width: 1200px;
    margin: 120px auto;
    line-height: 30px;
    color: #b14f33;
    word-break: normal;
}
.moment-info, .unit-info{
    letter-spacing: 2px;
}
.en p{
    letter-spacing: 0;
}
.work-lists {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
li.work {
    width: 275px;
    height: auto;
    margin: 10px 13px 15px 12px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    user-select: none;
}
.thumb {
    width: 250px;
    height: 205px;
    margin: 32px auto 15px;
    overflow: hidden;
}
.thumb > img {
    display: block;
    margin: 0 auto;
    max-height: 205px;
}
.work-info {
    /* width: 250px; */
    height: auto;
    margin: 0 5px 12px;
}
.work-info > div {
    float: right;
    padding-top: 3px;
    height: 16px;
}
.work-title {
    width: 225px;
    font-size: 16px;
    line-height: 22px;
    color: #b14f33;
}
.moment-dialog >div{
    width: 100%;
}
.moment-dialog .work-title{
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    color: #b14f33;
    text-align: center;
}
.like-btn {
    float: left;
    width: 15px;
    height: 15px;
    vertical-align: top;
    cursor: pointer;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}
.like-count {
    margin-left: 5px;
    display: inline-block;
    font-size: 14px;
    color: #b14f33;
    line-height: 16px;
    vertical-align: top;
}
.like {
    background-image: url("../images/like.png");
}
.dislike {
    background-image: url("../images/dislike.png");
}
.dislike + .like-count{
    display: none;
}
.like　＋.like-count{
    float: left;
    display: block;
}
.moment-info {
    width: 1200px;
    margin: 120px auto 100px;
    line-height: 30px;
    color: #b14f33;
    word-break: normal;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.moment {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.switch-btn {
    width: 30px;
    height: 50px;
    background-size: 30px 50px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -45px;
}
.left-moment {
    background-image: url("../images/left-btn.png");
}
.right-moment {
    background-image: url("../images/right-btn.png");
}

#moment {
    width: 1100px;
    height: 250px;
}
#moment .swiper-slide {
    width: 300px;
    height: 200px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    background-color: transparent;
    overflow: hidden;
    transition: all linear 0.3s;
}
#moment .swiper-slide-active {
    overflow: visible;
}
.swipper-thumb {
    overflow: hidden;
    width: 100%;
    height: 200px;
    background-color: transparent !important;
}
#moment .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
#moment .swiper-slide p {
    line-height: 40px;
    padding-top: 0;
    text-align: center;
    color: #b14f33;
    font-size: 1.1em;
    margin: 0;
    background: transparent;
}
#moment .swiper-slide-next {
    transform: translateX(15px) scale(0.8) !important;
}
#moment .swiper-slide-prev {
    transform: translateX(-15px) scale(0.8) !important;
}

#backToTop {
    width: 50px;
    height: 55px;
    background-image: url("../images/top.png");
    background-size: 50px 55px;
    position: fixed;
    right: 90px;
    z-index: 5;
    cursor: pointer;
}
#dialog {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    background: rgba(0, 0, 0, 0.5);
}
.dialog-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.dialog-content {
    width: 1200px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}
.left-img,
.right-img {
    width: 50px;
    height: 83px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
}
.left-img {
    background-image: url("../images/left-arrow2.png");
}
.right-img {
    background-image: url("../images/right-arrow2.png");
}
#dialog-content {
    width: 1050px;
    height: 100%;
    /* border: 1px solid red; */
}
#dialog-content .swiper-slide {
    width: 700px;
    height: 500px;
    background: #fff;
    padding: 1px;
}
.slide-thumb {
    width: 90%;
    height: 80%;
    margin: 30px auto 0;
    overflow: hidden;
}
.slide-thumb > img {
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.dialog-info {
    padding: 5px 40px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dialog-info p {
    width: auto;
    min-width: 200px;
    line-height: 32px;
    font-size: 18px;
    color: #b14f33;
}
.en .dialog-info p{
    width: 570px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dialog-info button {
    width: 42px;
    height: 38px;
    background-size: 42px 38px;
}

.detail-swiper {
    width: auto;
    height: auto;
    position: relative;
}
#dialog .swiper-button-prev,
#dialog .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 1000;
    transform: translate(0, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
#dialog .swiper-button-prev {
    left: 20px;
    background-image: url("../images/left-arrow2.png");
}
#dialog .swiper-button-next {
    right: 20px;
    background-image: url("../images/right-arrow2.png");
}
.single-img {
    margin: 0 auto;
}
#dialog-content .show-scroll {
    width: 100%;
    overflow: hidden;
}
.scroll-box {
    width: 90%;
    height: 80%;
    margin: 30px auto 0;
    position: relative;
    overflow: hidden;
}
.scroll-content{
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    /* transition: all linear .1s; */
}
.show-scroll .scroll-thumb {
    margin: 0;
    height: 100%;
    width: auto;
}
#dialog-content .show-scroll img {
    height: 100%;
    width: auto;
    max-width: fit-content;
}
.footer {
    height: 600px;
    background-image: url("../images/footer.png");
    background-size: cover;
    background-position: center;
}

.mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    /* display: none; */
}
.mask-content{
    width: 50%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
}
.mask-content>img{
    display: block;
    margin: 0 auto;
}
.mask-content >p{
    color: #fff;
    text-align: center;
    font-size: 20px;
}