body {
    -webkit-font-smoothing: antialiased !important;
}
.header_temp4 {
    text-align: center;
    padding: 0 5em;
    max-width: 1200px;
    position: relative;
    z-index: 999;
    margin: 5em auto 0;
}
.header_temp4>header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_temp4 .logo {
    max-width: 400px;
    max-height: 100px;
}


.header_temp4 .user_name {
    display: flex;
    align-items: center;
}

.header_temp4 .user_name .name {
    display: inline-block;
    font-size: 24px;
    color: #000;
    line-height: 1;
}

.header_temp4 .user_name>img {
    margin-right: 16px;
    width: 56px;
}

.header_temp4 .logo_wrap {
    display: block;
}
.homeContainer{
    position: relative;
}

.header_temp4 .homeLoginBtn {
    margin:0 1em;
}

.template4_cover_slide_wrap {
    position: relative;
    height: 650px;
    overflow: hidden;
    background: #e6e6e6;
    margin:3em auto 0;
}

.template4_cover_slide_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #fff;
    background-color: #E6E6E6;
}
.template4_cover_slide_img img {
    height: 650px;
}

.tempNav{
    margin-right: -15px;
}
.tempNav nav {
    display: inline-block;
}

.header_temp4 a.login_btn {
    color: #666;
    font-size: 14px;
    margin-left: 6em;
}

.template4_icon_left {
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    height: 70px;
    color: #666;
    font-size: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 70px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
    background: #e4e4e4;
}

.template4_icon_right {
    position: absolute;
    right: 0;
    top: 50%;
    width: 45px;
    height: 70px;
    color: #666;
    font-size: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 70px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
    background: #e4e4e4;

}

.template4_home_work_list_wrap {
    padding-top: 5em;
    text-align: center;
}

.template4_home_work_list_wrap .img_title {
    display: block;
    margin: 0 auto;
    max-width: 170px;
}

.template4_home_work_list {
    border-bottom: 1px solid #ededed;
    padding: 45px 0 50px;
    margin: 0 auto;
    max-width: 1200px;
}

.template4_home_work_list .img {
    width: 55%;
    padding-top: 35%;
    display: inline-block;
    margin: 0 5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    vertical-align: middle;
    transition: opacity 0.3s;

}

.template4_home_work_list .img_border {
    position: absolute;
    margin: 15px;
    border: 1px solid #fff;
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
}

.template4_home_work_list .img:hover {
    opacity: 0.8;
}

.template4_home_work_list .content {
    width: 30%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.template4_home_work_list .time {
    font-style: italic;
    font-size: 14px;
}

.template4_home_work_list .title {
    color: #72a89b !important;
    font-size: 1.6em;
    margin-top: 2%;
}

.template4_home_work_list .description {
    color: #5f5f5f;
    font-size: 14px;
    margin-top: 7%;
    white-space: pre-wrap;
}

.template4_home_work_list a.btn {
    padding: 10px 46px;
    background-color: #72a89b;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    font-size: 14px;
    transition: color 0.3s;
}

.template4_home_work_list a.btn:hover {
    color: #99c2b9;
}

.template4_about_wrap {
    padding-top: 40px;
}

/*blog*/
.template4_description_wrap {
    background: #f9f9f9;
    padding: 7em 20% 7em;
    text-align: center;
}

.moss_index_title{
    display: inline-block;
    font-size: 17px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #72a89b;
    line-height: 1;
    margin: 0 auto 45px;
    padding-bottom: 4px;
    border-bottom: 1px solid #72A89B;
    position: relative;
}
.moss_index_title::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #72A89B;
    bottom: -3px;
    left: 0;
}

.template4_description {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 2;
    white-space: pre-wrap;
}

.template4_description_wrap img {
    max-width: 220px;
    display: block;
    margin: 0 auto 1.5em;
}

.cover_slide_img {
    width: 85%;
    padding-top: 45%;
    margin: 3em auto 0;
}

.template4_work_list_wrap {
    padding: 20px 0 0;
}

.template4_series_detail {
    padding-top: 30px;
}

.bottom_preview_more_btn{
    text-align: right;
    padding: 2rem 3rem;
    max-width: 1200px;
    margin: 0 auto;
}
.bottom_preview_more_btn a{
  display: inline-block;
  cursor: pointer;
  color: #666;
}
.bottom_preview_more_btn a:hover{
  color: rgb(255,101,114)
}
.seriesWrap1{
  padding: 0 5% 0 5%;
  margin: 3em auto;
  text-align: left;
}
@media screen and (max-width: 1280px) {
    .template4_cover_slide_wrap {
        height: 468px;
    }

    .template4_cover_slide_img img {
        height: 468px;
    }
}

@media screen and (max-width: 800px) {
    .navMenu{
        margin: 0 0.75em;
    }
    .slick-list {
        padding: 0 !important;
    }
    .about_container{
      margin: 1em auto 3em;
    }

    .template4_home_work_list .img {
        width: 90%;
        padding-top: 59.4%;
    }

    .template4_home_work_list .content {
        width: 100%;
        padding: 10% 3em 0 3em;
    }

    .template4_cover_slide_wrap,.template4_cover_slide_img img {
        height: calc(100vw * 2 / 3)
    }

    .template4_icon_left, .template4_icon_right {
        display: none;
    }

    .header_temp4>header{
        display: block;
    }

    .header_temp4 .user_name {
        padding-top: 15px;
        justify-content: center;
    }

    .header_temp4 {
        padding: 0;
        margin-top: 20px;
    }

    .header_temp4 .user_name .name {
        font-size: 21px;
    }

    .tempNav {
        margin: 24px 0;
    }

    .header_temp4 a.login_btn {
        display: none;
    }

    .header_temp4 .user_name>img {
        width: 50px;
    }

    .template4_home_work_list_wrap .img_title {
        max-width: 40%;
    }

    .template4_description {
        font-size: 13px;
        color: #666;
    }

    .template4_description_wrap {
        background: #fff;
        border-bottom: 10px solid #f8f8f8;
        padding: 6em 3em 6.5em;

    }

    .template4_description_wrap img {
        width: 60%;
        display: block;
        margin: 0 auto 1.5em;
    }

    .template4_work_list_wrap {
        padding: 0 0 30px;
    }

    .template4_series_detail {
        padding-top: 0;
    }

    .template4_about_wrap {
        padding-top: 5px;
    }

    .seriesItemWrap {
        margin: 0 0 3em 0;
    }

    .template4_cover_slide_wrap .slick-track {
        width: 2840000px !important;
    }

    .zoomLoopImages .slick-slider, .zoomLoopImages .slick-list, .zoomLoopImages .slick-track {
        height: 100%;
    }
    .workDetailsContent{
      padding:0 5%;
    }
    .footer {
        padding-top: 3em;
    }
    .work_list_waterfall{
        margin-top: -10px;
    }
    .page_stories{
        margin-top: 30px;
    }
}

@media screen and (max-width: 399px) {
    .header_temp4 .logo {
        max-width: 300px;
        max-height: 75px;
    }
}
