﻿.conL {
    width: 1200px;
    padding-top: 170px;
    padding-bottom: 240px;
    margin: 0 auto;
}
.tabs-box {
    width: 100%;
    border-bottom: solid 1px #5f9a8f;
    display: flex;
    justify-content: space-between;
}
.tab {
    padding-bottom: 28px;
    font-size: 24px;
    color: #2b2b2b;
    opacity: 0.6;
    position: relative;
    cursor: pointer;
}
.tab:after {
    content: ' ';
    width: 100%;
    height: 4px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.tab.active {
    opacity: 1;
}
.tab.active:after {
    background: #145f50
}
.tabs-box2{
    margin: 40px 0;
    display: none;
}
.tabs-box2 .tab2 {
    display: inline-block;
    padding: 14px 26px;
    border-radius: 42px;
    line-height: 1;
    background: #5f9a8f;
    color: #fff;
    cursor: pointer;
    margin-right: 70px;
}
.tabs-box2.active {
    display: block;
}
.tabs-box2 .tab2.active {
    background: #145f50;
}
.tupian-box {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tupian-box.active {
    display: flex;
}
.tupian-box .tupian {
    width: 255px;
    height: 380px;
    background-color: rgba(5, 102, 83, 0.6);
    margin-bottom: 30px;
    padding: 14px 17px;
    box-sizing: border-box;
    cursor: pointer;
}
.tupian-box .z {
    width: 255px;
    height: 380px;
}
.tupian .img {
    width: 220px;
    height: 284px;
}
.tupian .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tupian p {
    width: 140px;
    line-height: 3;
    border-bottom: 1px solid #fff;
    margin-top: 8px;
    color: #fff;
}

.make {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(31, 31, 31, 0.67);
    z-index: -1;
    opacity: 0;
    transition: opacity .6s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.make >div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.make.active {
    opacity: 1;
    z-index: 1000;
}
.viewer-title {
    display: none !important;
}
.make #iii {
    height: 600px;
}
.make .info {
    flex: 1;
    height: 100%;
    max-width: 500px;
    height: 600px;
    color: #fff;
    background: #5f9a8f;
    padding: 20px;
    box-sizing: border-box;
}
.viewer-backdrop {
    background: rgba(0, 0, 0, 0.84) !important;
}
.conpanel {
    background: url("../../../static/images/bbb.png")
}
