@font-face {
    font-family: "syhtm";
    src: url("/static/home/font/syht-M.ttf") format("truetype"), url("/static/home/font/syht-M.eot") format("embedded-opentype"), url("/static/home/font/syht-M.woff2") format("woff2"), url("/static/home/font/syht-M.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "syhtr";
    src: url("/static/home/font/syht-R.ttf") format("truetype"), url("/static/home/font/syht-R.eot") format("embedded-opentype"), url("/static/home/font/syht-R.woff2") format("woff2"), url("/static/home/font/syht-R.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "syhtn";
    src: url("/static/home/font/syht-N.ttf") format("truetype"), url("/static/home/font/syht-N.eot") format("embedded-opentype"), url("/static/home/font/syht-N.woff2") format("woff2"), url("/static/home/font/syht-N.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "syhtb";
    src: url("/static/home/font/syht-B.ttf") format("truetype"), url("/static/home/font/syht-B.eot") format("embedded-opentype"), url("/static/home/font/syht-B.woff2") format("woff2"), url("/static/home/font/syht-B.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "pror";
    src: url("/static/home/font/Pro-R.ttf") format("truetype"), url("/static/home/font/Pro-R.eot") format("embedded-opentype"), url("/static/home/font/Pro-R.woff2") format("woff2"), url("/static/home/font/Pro-R.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "publicr";
    src: url("/static/home/font/publicr.ttf") format("truetype"), url("/static/home/font/publicr.eot") format("embedded-opentype"), url("/static/home/font/publicr.woff2") format("woff2"), url("/static/home/font/publicr.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bebas";
    src: url("/static/home/font/bebas.ttf") format("truetype"), url("/static/home/font/bebas.eot") format("embedded-opentype"), url("/static/home/font/bebas.woff2") format("woff2"), url("/static/home/font/bebas.svg") format("svg");
}

@font-face {
    font-family: "din-b";
    src: url("/static/home/font/DIN-Bold.ttf") format("truetype"), url("/static/home/font/DIN-Bold.eot") format("embedded-opentype"), url("/static/home/font/DIN-Bold.woff2") format("woff2"), url("/static/home/font/DIN-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "din-r";
    src: url("/static/home/font/DIN-Regular.ttf") format("truetype") url("../font/DIN-Regular.eot") format("embedded-opentype"), url("/static/home/font/DIN-Regular.woff2") format("woff2"), url("/static/home/font/DIN-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "banEn";
    src: url("/static/home/font/banENt.ttf") format("truetype"), url("/static/home/font/banENt.eot") format("embedded-opentype"), url("/static/home/font/banENt.woff2") format("woff2"), url("/static/home/font/banENt.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINBOLD';
    src: url('/static/home/font/DINCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PPR';
    src: url('/static/home/font/PublicaPlay-Regular.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bodoni';
    src: url('/static/home/font/Bodoni-72-Bold-Italic-38.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'fonteditor';
    src: url('/static/home/font/fonteditor') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    -webkit-animation: bgbody 2s ease;
    -o-animation: bgbody 2s ease;
    animation: bgbody 2s ease;
}

@keyframes bgbody {
    0% {
        opacity: 0;
        background-color: #ffffff;
    }
    100% {
        opacity: 1;
    }
}


/* header */


/*.index-item{position:relative;}*/


/* .fixed .yqLinkUl{background-color:#f4f4f4;} */

.yqLinkUl {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #f7f7f7;
    z-index: 999999;
    display: none;
    left: 0;
    padding-right: 35px;
}

.yqLinkUl li {
    line-height: 35px;
    padding: 15px 0;
    margin-left: 50px;
    justify-content: flex-end;
}

.yqLinkUl li:hover a {
    color: #bf1927;
}

.yqLinkUl li:last-child {
    border-bottom: none;
}

.yqLinkUl li a {
    font-size: 14px;
    color: #333333;
    font-family: 'syhtm';
}

.yqLinkUl.active {
    display: flex !important;
    justify-content: flex-end;
    animation: showNav .5s linear 1;
}

@media (min-width:769px) {
    .nav-item.index-item:hover .yqLinkUl {
        display: flex !important;
        /* justify-content: flex-end; */
        animation: showNav .5s linear 1;
    }
}

@keyframes showNav {
    0% {
        opacity: 0;
        height: 1px;
    }
    /*50% {*/
    /*	opacity: 0.2;*/
    /*	height: 60%;*/
    /*}*/
    100% {
        opacity: 1;
        height: 100%;
    }
}

.navbar {
    width: 100%;
    max-width: 1920px;
    position: fixed;
    z-index: 999;
    padding: 0 1rem;
    background: #fff;
    box-shadow: 0 5px 5px 1px rgba(213, 213, 213, .6);
}

.navbar.fixed {
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.navbar.fixed .nav-item {
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.navbar-collapse {
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.logo2 {
    display: none;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.nav_btn2 {
    display: none;
}

.navbar-brand {
    padding-top: 0;
}

.navbar-toggler-icon {
    width: 28px;
    height: 24px;
    position: relative;
}

.navbar-toggler-icon i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-toggler-icon i:before,
.navbar-toggler-icon i:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    transition: all 0.5s;
}

.navbar-toggler-icon i:before {
    top: -8px;
}

.navbar-toggler-icon i:after {
    bottom: -8px;
}

.navbar-toggler.on i {
    background-color: transparent;
}

.navbar-toggler.on i:before {
    top: 0;
    transform: rotate(-45deg);
}

.navbar-toggler.on i:after {
    bottom: 0;
    transform: rotate(45deg);
}


/*.navbar-nav .nav-item:last-child{padding-right: 0;}*/


/*.navbar-nav .nav-item:last-child .two_nav{left: -30px;}*/


/* .navbar.fixed>.navbar-brand>.logo1 {
    display: none;
} */


/* .navbar.fixed>.navbar-brand>.logo2 {
    display: block;
} */

.navbar.fixed .nav-item .nav_btn1 {
    display: none;
}

.navbar.fixed .nav-item .nav_btn2 {
    display: block;
}


/* .navbar-toggler-icon {
    background: url(/static/home/images/nav_btn2.png) no-repeat center center !important;
} */

.nav-item {
    text-align: center;
}


/* .nav-item:last-child{margin-right: 0;} */

.fixed {
    position: fixed !important;
    top: 0;
    z-index: 990;
}

.navbar .nav-item>.nav-link:hover {
    background: url(/static/home/images/nabBgs.jpg) no-repeat bottom center;
}

.navbar.fixed .nav-item>.nav-link:hover {
    background: url(/static/home/images/nabBgs.jpg) no-repeat bottom center;
}

.nav-item>a {
    color: #333333 !important;
    font-size: 15px;
    font-weight: bold;
}

.nav-item>a:hover {
    color: #bf1927!important;
}

.two_nav {
    border: none;
    border-radius: 0;
    min-width: 6rem;
    background: #fff;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.two_nav>a {
    color: #868686;
    font-size: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    font-family: 'syhtm';
}

.dropdown-item {
    padding: .5rem 1.5rem;
}

.two_nav a:hover {
    color: #C90001 !important;
}

.dropdown-menu {
    padding: 0;
    top: 116%;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #fff;
}

.mini_head_btn {
    display: flex;
    align-items: center;
}

.search_btn {
    width: 70px;
    height: 20px;
    background: url(/static/home/images/sm-search2.png) no-repeat center center;
    background-size: 17px 17px;
    cursor: pointer;
}

.mini_search {
    display: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(/static/home/images/sm-search2.png) no-repeat center center;
    background-size: 17px 17px;
    cursor: pointer;
}

@media (max-width:769px) {
    .mini_search {
        display: block;
    }
    .search_btn {
        display: none;
    }
    
    .kcn.container-fluid{
        background:#f1f2f5;
    }
}

.search_slide {
    width: 100%;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-top: 1px #e6e6e6 solid;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    transition: all 0.5s;
    overflow: hidden;
}

.search_slide.slide {
    height: 200%;
}

.search_bar {
    width: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-bottom: 1px #e6e5e5 solid;
}

.search_bar input[type="text"] {
    flex: 1;
    border: none;
    font-size: 16px;
    color: #333;
}

.search_bar input[type="submit"] {
    width: 32px;
    height: 32px;
    border: none;
    background: url(/static/home/images/zoom.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.text_overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* footer */

#footerBox {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}

.footer_top {
    padding-bottom: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px #f6f6f6 solid;
}

.footer_nav a {
    padding: 0 25px;
    font-size: 14px;
    color: #878c97;
}

.footer_nav span {
    font-size: 14px;
    color: #878c97;
}

.footer_contact {
    display: flex;
    align-items: center;
}

.footer_phone {
    display: flex;
    align-items: center;
}

.phone_num {
    margin-left: 6px;
    font-family: 'publicr';
    font-size: 24px;
    font-weight: bold;
    color: #e60013;
}

.footer_wechat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 28px;
    position: relative;
}

.footer_wechat_p {
    margin-left: 7px;
    font-size: 14px;
    color: #999;
}

.qr {
    width: 170px;
    position: absolute;
    display: none;
    bottom: 120%;
    right: 0;
    z-index: 99;
}

.footer_wechat:hover .qr {
    display: block;
}

.footer_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
}

.copyright {
    padding-left: 5px;
    font-size: 12px;
    color: #878c97;
}

.copyright a {
    color: #878c97;
}

.footer_btm select {
    width: 190px;
    height: 30px;
    padding: 0 10px;
    border: 1px #ededed solid;
    border-radius: 0;
    font-size: 14px;
    color: #878c97;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: url(/static/home/images/selectup.jpg) no-repeat 170px center;
}

@media (max-width: 750px) {
    .footer_top {
        padding-right: 0;
    }
    .footer_nav {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer_nav a {
        padding: 0 10px;
        font-size: 12px;
    }
    .footer_nav span {
        font-size: 12px;
    }
    .footer_btm {
        padding: 0;
    }
    .copyright {
        padding-left: 0;
        margin-bottom: 20px;
    }
}

body {
    font-size: 100%;
}

.container-fluid {
    max-width: 1920px;
}

.img-hide {
    overflow: hidden;
}

.img-hide img {
    transition: 0.5s all;
}

.img-hide:hover img {
    transform: scale(1.1, 1.1);
}

.dh span:nth-child(2) {
    animation-delay: 0.2s;
}

.dh span:nth-child(3) {
    animation-delay: 0.4s;
}

.dh span:nth-child(4) {
    animation-delay: 0.6s;
}

.dh span:nth-child(5) {
    animation-delay: 0.8s;
}

.dh span:nth-child(6) {
    animation-delay: 1s;
}

.dh p:nth-child(2) {
    animation-delay: 0.2s;
}

.dh p:nth-child(3) {
    animation-delay: 0.4s;
}

.dh p:nth-child(4) {
    animation-delay: 0.6s;
}

.dh p:nth-child(5) {
    animation-delay: 0.8s;
}

.dh p:nth-child(6) {
    animation-delay: 1s;
}

.dh p:nth-child(7) {
    animation-delay: 1.2s;
}

.dh p:nth-child(8) {
    animation-delay: 1.4s;
}

.dh p:nth-child(9) {
    animation-delay: 1.5s;
}

.dh p:nth-child(10) {
    animation-delay: 1.6s;
}

.dh p:nth-child(11) {
    animation-delay: 1.7s;
}

.dh p:nth-child(12) {
    animation-delay: 1.8s;
}

.dh p:nth-child(13) {
    animation-delay: 1.9s;
}

.dh p:nth-child(14) {
    animation-delay: 2s;
}

.dh p:nth-child(15) {
    animation-delay: 2.1s;
}

.dh p:nth-child(16) {
    animation-delay: 2.2s;
}

.dh div:nth-child(1) {
    animation-delay: 0.2s;
}

.dh div:nth-child(2) {
    animation-delay: 0.4s;
}

.dh div:nth-child(3) {
    animation-delay: 0.6s;
}

.dh div:nth-child(4) {
    animation-delay: 0.8s;
}

.dh div:nth-child(5) {
    animation-delay: 1s;
}

.dh div:nth-child(6) {
    animation-delay: 1.2s;
}

.dh div:nth-child(7) {
    animation-delay: 1.3s;
}

.dh div:nth-child(8) {
    animation-delay: 1.4s;
}

.dh div:nth-child(9) {
    animation-delay: 1.5s;
}

.dh li:nth-child(2) {
    animation-delay: 0.2s;
}

.dh li:nth-child(3) {
    animation-delay: 0.4s;
}

.dh li:nth-child(4) {
    animation-delay: 0.6s;
}

.dh li:nth-child(5) {
    animation-delay: 0.8s;
}

.dh li:nth-child(6) {
    animation-delay: 1s;
}

.dh li:nth-child(7) {
    animation-delay: 1.2s;
}

.dh li:nth-child(8) {
    animation-delay: 1.4s;
}

.dh li:nth-child(9) {
    animation-delay: 1.5s;
}

.dh li:nth-child(10) {
    animation-delay: 1.6s;
}

.dh li:nth-child(11) {
    animation-delay: 1.7s;
}

.dh li:nth-child(12) {
    animation-delay: 1.8s;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
    box-shadow: none;
}

img {
    max-width: 100%;
}

.dropdown-toggle::after {
    display: none;
}

.fixed-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 991;
    background: #000000;
    opacity: .5;
    transition: .7s;
}

.right-fixedNav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 400px;
    background: #fff;
    z-index: 1000;
    transition: .7s;
    opacity: 0;
    height: 100vh;
}

.fixed-bg.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 991;
    background: #000000;
    opacity: .5;
}

.right-fixedNav.active {
    position: fixed;
    right: 0%;
    top: 0;
    width: 400px;
    background: #fff;
    z-index: 1000;
    transition: .7s;
    opacity: 1;
    background: #ffffff url(../images/world-map.png) repeat;
    background-position-x: -50%;
}

.top-fixedNav {
    height: 78px;
    background: #de0000;
    padding: 0 30px;
    line-height: 78px;
}

.btn-map {
    width: 46px;
    height: 46px;
    float: right;
    background: url(/static/home/images/close.png) no-repeat center center;
    margin-top: 15px;
}

.map-titles span {
    color: #ffffff;
    font-size: 1.125rem;
}

.sitemap-con {
    padding: 30px 20px;
}

.sitemap-one {
    font-size: 1rem;
    font-family: 'syhtm';
    padding-bottom: 10px;
    color: #333333;
}

.sitemap-two span {
    margin: 0 20px 5px 0;
    display: inline-block;
}

.sitemap-two span .nav-linkTwo {
    color: #999999;
    font-size: 0.875rem;
    font-family: 'syhtm';
}

.sitemap-two span .nav-linkTwo:hover {
    color: #de0000;
}

.sitemap-div {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

@media (max-width:1500px) {
    .phoneNum {
        font-size: 22px;
    }
}

@media (max-width:767.5px) {
    .navbar .nav-item>.nav-link:hover {
        background: none;
    }
    .navbar.fixed .nav-item>.nav-link:hover {
        background: none;
    }
    .fixed-bg,
    .right-fixedNav {
        display: none !important;
    }
    .yqLinkUl {
        position: relative;
        top: 0;
        padding-right: 0;
    }
    .yqLinkUl.active {
        flex-direction: column !important;
        background: rgba(0, 0, 0, .9);
    }
    .yqLinkUl li:first-child {
        border-top: 1px solid #dddddd;
    }
    .yqLinkUl li {
        padding: 8px 0;
        margin-left: 0;
        justify-content: flex-start;
        border-bottom: 1px solid #dddddd;
    }
    .yqLinkUl li a {
        padding-left: 1rem;
    }
    /* .index-item{background: url(/image/iphone_nav_xia.png) no-repeat right 15px top 18px;} */
    .bav-btn.act {
        transition: 0.4s;
        -webkit-transition: 0.4s;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    .bav-btn {
        position: absolute;
        right: 10px;
        top: 12px;
        width: 20px;
        height: 20px;
        background: url(/images/iphone_nav_xia.png) no-repeat center center;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }
    .navbar-nav .index-item {
        position: relative;
    }
    .index-item:first-child,
    .index-item:nth-child(6) {
        background: none;
    }
    /* .nav-item.index-item:hover .yqLinkUl{display:block !important;animation: none;} */
    .navbar-collapse {
        margin-top: 1rem;
    }
    .search_bar {
        width: 90%;
        height: 40px;
    }
    .search_bar input[type="text"] {
        font-size: 14px;
    }
    .search_bar input[type="submit"] {
        width: 20px;
        height: 20px;
    }
}

@media (max-height:800.5px) {
    .sitemap-con {
        padding: 10px 20px;
    }
    .right-fixedNav {
        width: 600px !important;
    }
}

@media (max-height:750.5px) {
    .sitemap-con {
        padding: 0px 20px;
    }
    .right-fixedNav {
        width: 600px !important;
    }
    .sitemap-div {
        margin-bottom: 0;
        padding-top: 5px;
    }
    .sitemap-one {
        padding-bottom: 5px;
    }
    .fTopLeft img {
        width: 24px;
    }
    .jcjb {
        font-size: 16px;
    }
    .phoneNum {
        font-size: 18px;
    }
}

@media (max-width:320.5px) {
    .phoneNum {
        font-size: 1.1rem;
    }
}

.navbb {
    width: 100%;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.nav_right {
    display: flex;
    align-items: center;
}

.nav_list ul {
    display: flex;
}

.nav_link {
    padding: 1.8rem 1.5rem;
    display: inline-block;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

.nav_list li.on .nav_link {
    color: #bf1927;
}

.nav_list li.on .nav_link:after {
    display: inline-block;
    content: '';
    width: 30px;
    height: 4px;
    background-color: #bf1927;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.navsub_list {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #f7f7f7;
    z-index: 999999;
    display: none;
    left: 0;
}

.navsub_list a:hover {
    color: #bf1927;
}

@media (max-width: 991px) {
    .nav_link {
        font-size: 14px;
        padding: 12px 10px !important;
    }
    .navbb {
        padding: 0;
    }
}

@media (min-width:769px) {
    .nav_list li:hover .navsub_list {
        display: flex;
        /* justify-content: flex-end; */
        animation: showNav .5s linear 1;
    }
    .navbar-toggler {
        display: none;
    }
}

.navsub_list a {
    display: inline-block;
    padding: 15px 10px;
    margin-right: 1rem;
    line-height: 35px;
    font-size: 14px;
    color: #333333;
    font-family: 'fonteditor';
}

@media (max-width:769px) {
    .navbb {
        padding: 10px 0;
    }
    .nav_list {
        display: none;
    }
}

.mini_nav {
    width: 100%;
    height: 100vh;
    padding: 2rem;
    padding-top: calc(2rem + 55px);
    background-color: #fff;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 990;
    font-family: 'Î¢ÈíÑÅºÚ';
    /*font-family: 'syhtb';*/
}

.mini_nav li {
    padding: 0.6rem 0;
    border-bottom: 1PX #e6e6e6 solid;
}

.mini_nav_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    color: #333;
    font-weight: bold;
}

.mini_nav_link span {
    width: 24px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(https://www.sunny.com.cn/bocweb/web/css/../img/xia.svg);
    display: inline-block;
    transition: all 0.3s;
}

.mini_nav_link.on span {
    transform: rotate( 180deg);
}

.mini_nav_slide {
    display: none;
    padding-top: 0.6rem;
}

.mini_nav_slide a {
    display: block;
    padding: 0.5rem 0;
    font-size: 0.75rem;
    color: #666;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.noguilty {
    max-width: 1140px;
    width: 90%;
    padding: 3rem 5rem;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:999999;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.noguilty_title {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.noguilty_dec {
    margin-bottom: 3rem;
}

.noguilty_btn {
    text-align: center;
}

.noguilty_btn button {
    width: 50%;
    height: 4rem;
    background-color: #eef2fa;
    border: none;
    font-size: 1.2rem;
    color: #384461;
}

.noguilty_close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    z-index: 9999;
    cursor: pointer;
}

.videos_popup {
    width: 100%;
    max-width: 1140px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9001;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999999999;
}

.videos_popup video {
    width: 100%;
}

.videos_popup .noguilty_close {
    width: 20px;
    height: 20px;
}

.vis {
    opacity: 1;
    visibility: visible;
}

.lines1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lines2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}<!--ºÄÊ±1755831586.5958Ãë-->