.master-left .master1 {
    height: unset;
    width: 244px;
}
.master-left h5,
.master-left p {
    width: 244px;
    position: static;
    text-align: center;
}
.master-left h5 {
    margin-top: 40px;
    margin-bottom: 6px;
}
.introduce-list {
    background: url(../imgs/bg.png) no-repeat;
    background-size: 100% auto;
}
.introduce-list .title h1 {
    font-family: 'Kaiti SC';
    font-size: 48px;
    color: #333333;
    letter-spacing: 0.44px;
    line-height: 60px;
    margin-bottom: 10px;
}
.introduce-list .title p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.15px;
}
.introduce-list .tab  div{
    float: right;
    cursor: pointer;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    width: 120px;
    color: #333333;
    letter-spacing: 0.22px;
    line-height: 60px;
    text-align: center;
    transition: color .3s linear;
}
.introduce-list .tab  div.active {
    border-bottom: 4px solid #681515;
}
.introduce-list .tab  div:last-child {
    margin-right: 57px;
}
.introduce-list-main {
    margin-top: 30px;
    padding-bottom: 100px;
}
.tab-item{
    display: none;
}
.introduce-title {
    font-family: 'Kaiti SC';
    font-size: 36px;
    color: #333333;
    letter-spacing: 0.33px;
    line-height: 60px;
    width: max-content;
    margin: 0 auto;
    position: relative;
    clear: both;
    padding-top: 100px;
}
.introduce-title::after,
.introduce-title::before {
    width: 121px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    background-color: #979797;
    left: -176px;
    top: 130px;
}
.introduce-title::before {
    left: unset;
    right: -176px;
}
.xy-item {
    height: 220px;
    margin-top: 80px;
}
.xy-item a {
    display: block;
    height: 130px;
    text-align: center;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.14);
}
.xy-item a::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .3s linear;
}
.xy-item a:hover::after {
    background: rgba(0,0,0,0.2);
}
.xy-item a h3 {
    font-family: 'Kaiti SC';
    font-size: 24px;
    color: #333333;
    letter-spacing: 0.22px;
    line-height: 32px;
    margin-top: 28px;
    margin-bottom: 10px;
}
.xy-item a p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0.15px;
}
.xy-item a img {
    width: 100%;
    height: 100%;
    object-fit: none;
}
.introduce-title:first-child {
    margin-top:20px;
    padding-top: 0;
}
.introduce-title:first-child::after,
.introduce-title:first-child::before {
    top: 30px;
}
.i-content p {
    display: none;
}
.i-content .swiper-slide h5 {
    font-family: 'Kaiti SC';
    font-size: 25px;
    color: #333333;
    letter-spacing: 0.19px;
    text-align: center;
}
.i-content .swiper-slide-active h5 {
    font-family: 'Kaiti SC';
    font-size: 32px;
    color: #333333;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 40px;
}
.implements-tab {
    text-align: right;
}
.implements-tab span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666;
    letter-spacing: 0.15px;
    text-align: center;
    cursor: pointer;
}
.implements-tab span:first-child {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #979797;
}
.implements-list {
    display: none;
}
.implements-list>ul {
    margin-top: 36px;
}
.implements-list>ul li {
    padding: 19px 60px;
    overflow: hidden;
    white-space: nowrap;
}
.implements-list>ul li>div {
    float: left;
}
.implements-list>ul li>div:first-child {
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.implements-list>ul li>div:nth-child(2) {
    width: 30%;
}
.implements-list>ul li>div:last-child {
    width: 10%;
    text-align: right;
}
.implements-list>ul>li {
    background: #932525;
    color: white;
}
.implements-list-content li {
    border-bottom: 1px solid #CCCCCC;
}
.implements-list-content li div {
    transition: .3s linear;
}
.implements-list-content li div:first-child:hover {
    color: #A2241F;
}
._page_container ._pages {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
._disabled_c,
._page_container ._pages li {
    background-color: transparent !important;
    font-weight: normal !important;
}
._page_container ._pages ._active_1 {
    background-color: #932525 !important;
}
._page_container ._pages li:hover {
    color: inherit !important;
}
._page_container ._pages ._active_1:hover {
    color: white !important;
}
.implements-list-main {
    padding-bottom: 320px;
}
.implements-info {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 263px;
    height: 100vh;
    z-index: 1000000;
    box-sizing: border-box;
    padding: 30px;
    background-color: rgba(0,0,0,0.58);
}
.implements-info h3 {
    font-family: MicrosoftYaHei-Bold;
    margin-bottom: 8px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.15px;
    line-height: 28px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
.implements-info p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.15px;
    line-height: 28px;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
.list-back {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.83px;
    line-height: 28px;
    margin-bottom: 60px;
    cursor: pointer;
}
.modal-open .modal {
    background: rgba(0, 0, 0, 0.38);
}
.info-item {
    display: none;
}
.info-item:first-child {
    display: block;
}
#viewer {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.68);
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}
.viewer-swiper {
    height: 100vh;
}
#viewer .swiper-slide h3 {
    position: absolute;
    left: calc(50% + 65px);
    bottom: 18%;
    font-size: 22px;
    color: white;
}
#viewer img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% + 131px), -50%);
}
.viewer-right,
.viewer-left {
    position: fixed;
    width: 40px;
    height: 78px;
    border: 1px solid white;
    background-size: 12px 17px;
}
.viewer-right::before,
.viewer-left::before {
    display: none !important;
}
.viewer-right {
    right: 24px;
}
.viewer-left {
    left: 287px;
}
.viewer-backdrop {
    background-color: rgba(0,0,0,.8) !important;
}
.viewer-title {
    font-family: "'Kaiti SC'", serif;
    font-size: 16px !important;
    margin: 0 5% 20vh !important;
}
.swiper-bg {
    pointer-events: none;
}
.opera-history h3 {
    font-family: 'Kaiti SC';
    font-size: 48px;
    color: #333333;
    letter-spacing: 0.44px;
    line-height: 60px;
    margin-bottom: 47px;
    text-align: center;
}
.opera-history p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.95px;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 30px;
}
.history-main {
    padding-top: 32px;
    margin-bottom: 74px;
}
.history-tab {
    text-align: justify;
    margin-bottom: 28px;
}
.history-tab span {
    display: inline-block;
    cursor: pointer;
    font-family: 'Kaiti SC';
    font-size: 24px;
    color: #333333;
    letter-spacing: 0.22px;
    line-height: 34px;
    padding-bottom: 7px;
}
.history-tab span.active {
    border-bottom: 4px solid #d4b584;
}
.history-tab::after {
    display: inline-block;
    content: '';
    width: 100%;
}
.history-content div {
    display: none;
}
.history-content div.active {
    display: block;
}
.history-title {
    font-family: 'Kaiti SC';
    font-size: 24px;
    color: #333333;
    letter-spacing: 0.22px;
    line-height: 34px;
    margin-bottom: 24px;
}
.history-swiper {
    margin-bottom: 53px;
}
.opera-history .swiper-slide {
    height: 379px;
    opacity: 0.5;
    background: #681515;
    padding: 50px 45px 30px;
    transition: opacity .3s linear;
}
.swiper-title {
    font-family: 'Kaiti SC';
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.22px;
    line-height: 34px;
    margin-bottom: 28px;
}
.swiper-content {
    height: 238px;
    overflow: auto;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.95px;
    line-height: 28px;
    text-indent: 2em;
}
.swiper-slide.swiper-slide-active {
    opacity: 1;
}
.videoList-banner {
    height: 532px;
    overflow: hidden;
    position: relative;
    margin-bottom: 65px;
}
.videoList-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-right {
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    z-index: 100;
    padding-top: 76.5px;
    background: linear-gradient(to left,  white 10%, transparent);
}
.operaVideo-list a:hover,
.operaVideo-list a:focus {
    color: inherit;
}
.banner-right div {
    margin-bottom: 28px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #666666;
    letter-spacing: 1.19px;
    line-height: 28px;
    cursor: pointer;
}
.banner-right div.active {
    font-family: MicrosoftYaHei;
    font-size: 32px;
    color: #333333;
    letter-spacing: 1.9px;
    line-height: 28px;
}
.banner-right div p {
    display: none;
}
.banner-right div.active p {
    display: block;
    margin-top: 10px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.83px;
    line-height: 28px;
}
.video-main .imgWrap {
    width: 100%;
    height: 350px;
    margin-bottom: 28px;
    overflow: hidden;
    position: relative;
}
.imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s ease-out;
}
.imgWrap img:hover {
    transform: scale(1.05);
}
.video-main .video-title {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333333;
    letter-spacing: 1.19px;
    line-height: 28px;
    margin-bottom: 6px;
}
.video-main .video-title + p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.83px;
    line-height: 28px;
}
.video-secondary a {
    display: block;
    float: left;
    width: calc(50% - 15px);
    margin-bottom: 15px;
}
.video-secondary a:nth-child(odd) {
    margin-right: 30px;
}
.video-secondary .imgWrap {
    width: 100%;
    height: 180px;
    margin-bottom: 11px;
    overflow: hidden;
    position: relative;
}
.video-secondary .video-title {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.95px;
    line-height: 28px;
}
.video-secondary .video-title + p {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0.71px;
    line-height: 28px;
}
.video-secondary .imgWrap::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../imgs/play.svg) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 25px;
    left: 50%;
    top: 50%;
    margin-top: -12.5px;
    margin-left: -10px;
}
.video-main .imgWrap::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../imgs/play.svg) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -20px;
}
.operaVideo-list .row {
    margin-bottom: 40px;
}
#viewer {
    width: 100vw;
    height: 100vh;
    position: fixed;
}
.video-detail {
    padding-bottom: 210px;
    padding-top: 20px;
}
.video-detail .video-title {
    font-family: 'Kaiti SC';
    font-size: 48px;
    color: #333333;
    letter-spacing: 0.44px;
    line-height: 60px;
    margin-top: 40px;  
    margin-bottom: 10px; 
}
.video-detail .video-title + p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0.95px;
    line-height: 28px;
}
.other-video {
    height: 400px;
    margin-top: 60px;
    background-color: #eee;
    padding-top: 45px;
}
.other-video h3 {
    font-family: 'Kaiti SC';
    font-size: 32px;
    color: #333333;
    letter-spacing: 0.3px;
    line-height: 60px;
    margin-bottom: 20px;
}
.other-video img {
    width: 100%;
    height: 179px;
    object-fit: cover;
    transition: .3s linear;
}
.other-video .img-wrap:hover img {
    transform: scale(1.1);
}
.other-video .video-title {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.95px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 0;
}
.other-video .video-title + p {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0.71px;
    line-height: 28px;
}
.other-video .img-wrap {
    position: relative;
    overflow: hidden;
}
.other-video .img-wrap::after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 25px;
    background: url(../imgs/play.svg) no-repeat;
    background-size: 100% auto;
    left: 50%;
    top: 50%;
    margin-top: -12.5px;
    margin-left: -10px;
}
.opera-text-title {
    font-family: 'Kaiti SC';
    font-size: 48px;
    color: #333333;
    letter-spacing: 0.44px;
    line-height: 60px;
    margin-bottom: 60px;
}
.new-master h5 {
    margin-bottom: 38px;
}
.other-text {
    height: 386px;
    background: #eee;
}
.operaText-detail {
    padding-bottom: 210px;
}
.pdf-show {
    width: 100%; 
    height: 673px;
    margin-bottom: 60px;
}
.other-text {
    padding-top: 70px;
}
.other-text .imgWrap {
    width: 100px;
    overflow: hidden;
    float: left;
    height: 142px;
    margin-right: 30px;
}
.other-text img {
    width: 100%;
}
.other-text-title {
    font-family: 'Kaiti SC';
    font-size: 32px;
    color: #333333;
    letter-spacing: 0.3px;
    line-height: 60px;
    margin-bottom: 30px;
}
.text-title {
    font-family: 'Kaiti SC';
    font-size: 24px;
    color: #333333;
    letter-spacing: 0.22px;
    line-height: 39px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.text-title + p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.13px;
}
.other-text a:hover,
.other-text a:focus {
    color: inherit;
}
.i-box-top {
    width: 100%;
    height: 310px;
    background: #681515;
    position: relative;
}
.i-box-top img {
    width: auto !important;
}
.i-box-top::after {
    display: block;
    content: '';
    width: 40%;
    height: 100%;
    background: url(../imgs/i-bg.png);
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: -80px;
}
.i-box-top h5 {
    font-family: 'Kaiti SC';
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 77px;
    left: 105px;
    width: max-content;
    padding: 0;
    z-index: 100;
}
.i-box-top p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.83px;
    line-height: 28px;
    position: absolute;
    top: 134px;
    left: 105px;
    width: 560px;
    z-index: 100;
}
.i-box-top img {
    position: absolute;
    right: 0;
    top: 0;
}
.i-box {
    width: 100%;
}
.i-box img {
    width: 100%;
}
.implements .col-ms-12 .i-box img {
    width: auto;
}
.technique-detail h3 {
    text-align: center;
    font-family: 'Kaiti SC';
    font-size: 48px;
    color: #333333;
    letter-spacing: 0.44px;
    line-height: 60px;
    margin-bottom: 47px;
}
.technique-detail p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.95px;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 28px;
}
.technique-detail .title {
    margin-bottom: 23px;
    border-bottom: 1px solid #979797;
    height: 47px;
    padding-bottom: 8px;
    text-align: left;
}
.technique-detail .title span {
    font-family: 'Kaiti SC';
    font-size: 24px;
    color: #333333;
    letter-spacing: 0.22px;
    line-height: 34px;
    padding-bottom: 9px;
    border-bottom: 4px solid #D4B584;
} 
.technique-detail-item {
    margin-bottom: 36px;
}
.technique-detail .introduction {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.95px;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 47px;
}
.technique .title {
    font-family: 'Kaiti SC', serif;
    font-size: 80px;
    color: #333333;
    letter-spacing: 0.74px;
    line-height: 84px;
    width: 65px;
}
.technique .technique-item {
    clear: both;
    height: 455px;
    margin-bottom: 167px;
}
.technique .technique-item.l .title {
    float: left;
}
.technique .technique-item.r .title {
    float: right;
}
.technique .technique-item.l .box-wrap {
    float: right;
}
.technique .technique-item.r .box-wrap {
    float: left;
}
.box-wrap .box:nth-child(1),
.box-wrap .box:nth-child(4),
.box-wrap .box:nth-child(5) {
    background-color: #681515;
}
.box-wrap .box:nth-child(2),
.box-wrap .box:nth-child(3),
.box-wrap .box:nth-child(6) {
    background-color: #932525;
}
.box-wrap .box:nth-child(even) {
    float: right;
}
.technique .box-wrap {
    width: 80%;
}
.technique .box {
    height: 194px;
    width: calc(50% - 22px);
    float: left;
    margin-bottom: 67px;
    position: relative;
    transition: .3s ease;
    top: 0;
    background-image: url(../imgs/technique/bg.png);
    background-repeat: no-repeat;
}
.box-wrap .box .font {
    margin-left: 10%;
}
.box-wrap .box .figure {
    position: absolute;
    right: 5%;
    bottom: 0;
}
.technique .box:hover {
    top: -20px;
}
.works-banner {
    height: 502px;
    width: 100%;
}
.works .swiper-container {
    width: 62%;
    height: 502px;
    float: left;
    position: relative;
    overflow: hidden;
}
.works .swiper-container img {
    width: 100%;
    height: 100%;
}
.works-list {
    float: right;
    width: 38%;
    height: 502px;
}
.works-list a {
    display: block;
    width: 100%;
    height: 25%;
    background: #681515;
    color: white;
    transition: background .3s linear;
    padding: 31px 38px;
    border-bottom: 1px solid #803737;
}
.works-list a:hover,
.works-list a.active {
    background: #440707;
}
.works-list a .imgWrap {
    width: 50px;
    height: 64px;
    overflow: hidden;
    float: left;
    margin-right: 17px;
}
.works-list a .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works-list a h6 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.13px;
    margin-bottom: 8px;
}
.works-list a p {
    font-family: FZKTJW--GB1-0;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.22px;
    line-height: 39px;
}
.screening {
    text-align: justify;
    margin-top: 41.5px;
    margin-bottom: 46px;
}
.screening::after {
    width: 100%;
    content: '';
    display: inline-block;;
}
.screening span {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.13px;
    line-height: 40px;
    cursor: pointer;
}
.screening span:first-child {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #681515;
    letter-spacing: 0.13px;
    line-height: 40px;
}
.works-item {
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 55px;
}
.works-item .imgWrap {
    width: 147px;
    height: 193px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 1;
}
.works-item .imgWrap img {
    width: 100%;
    height: 100%;
}
.works-item-main {
    width: 95%;
    height: 181px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #E9E9E9;
    border-bottom: 4px solid #dcbb9c;
    padding: 25px 0% 0 27%;
}
.works-item-main a {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.13px;
    line-height: 40px;
}
.works-item .title {
    margin-left: 28px;
    float: left;
    margin-top: 13px;
}
.works-item .title a {
    font-family: Helvetica;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0.22px;
    line-height: 39px;
    margin-right: 14px;
}
.works-item .title span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.13px;
    text-align: center;
}
@media (min-width: 992px) {
    .implements .col-md-2 {
        width: 20%;
    }
}
@media (max-width: 991px) {
    .master-left h5,
    .master-left p {
        width: 100%;
    }
    .implements-list-main {
        padding-bottom: 40px;
    }
    .video-detail,
    .operaText-detail {
        padding-bottom: 0;
    }
    .video-detail + footer,
    .operaText-detail + footer {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    /* .introduce-list {
        background-size: 92% auto;
        background-position-y: 220px;
    } */
    .introduce-title {
        font-family: 'Kaiti SC';
        font-size: 28px;
        color: #333333;
        letter-spacing: 0.26px;
        line-height: 60px;
        margin-top: 90px;
    }
    .xy-item a h3 {
        font-family: 'Kaiti SC';
        font-size: 20px;
        color: #333333;
        letter-spacing: 0.19px;
        line-height: 32px;
        margin-top: 18px;
    }
    .introduce-title::after,
    .introduce-title::before {
        width: 37px;
        left: -58px;
    }
    .introduce-title::before {
        left: unset;
        right: -58px;
    }
    .xy-item {
        height: 180px;
        margin-top: 30px;
    }
    .xy-item a p {
        display: none;
    }
    .tab {
        width: max-content;
        margin: 30px auto;
    }
    .introduce-title:first-child {
        margin-top: 50px;
        padding-top: 0;
    }
    .introduce-title:first-child::after,
    .introduce-title:first-child::before {
        top: 30px;
    }
    .title {
        text-align: center;
        margin-top: 12px;
    }
    .title h5 {
        font-family: 'Kaiti SC';
        font-size: 48px;
        color: #333333;
        letter-spacing: 0.44px;
        line-height: 60px;
    }
    .implements-tab {
        text-align: center;
    }
    .viewer-right,
    .viewer-left {
        background-color: transparent;
    }
    .implements-info {
        background: transparent;
        width: 0;
        padding: 0;
    }
    .list-back {
        color: white;
        width: max-content;
        margin-top: 40px;
        margin-left: 30px;
    }
    #viewer img {
        transform: translate(-50%, -50%);
    }
    .info-main {
        display: none !important;
    }
    .implements-list-main .swiper-container {
        margin-top: 30px;
        pointer-events: painted;
    }
    .viewer-right {
        right: 10px;
    }
    .viewer-left {
        left: 10px;;
    }
    .implements-list > ul li {
        padding: 15px 28px !important;
    }
    .implements-list li div:first-child {
        width: 100% !important;
    }
    .implements-list li div:last-child,
    .implements-list li div:nth-child(2) {
        display: none;
    }
    .other-video,
    .other-text {
        height: auto;
    }
}