 html, body {
            background-color: transparent;
        }

        .share {
            position: fixed;
            width: 40px;
            height: 40px;
            bottom: 120px;
            right: 10px;
            display: none;
            cursor: pointer;
            z-index: 999;
        }

        .share i {
            font-size: 40px;
        }

        .wechatShare {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1000;
            opacity: 0.8;
            display: none;
            background: #888888;
        }

        .browserShare {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1000;
            opacity: 0.7;
            display: none;
            text-align: center;
            background: #000;
        }

        .browserShare img {
            margin-top: 150px;
        }

        .dark {
            background-color: #333;
            color: #ccc !important;
        }

        .dark ul li a {
            color: #ccc;
        }

        .light {
            color: #666;
            background-color: #f5f5f5;
        }

        .light ul li a {
            color: #666;
        }

        .user-bar {
            width: 100%;
            height: 40px;
            font-size: 14px;
            display: flex;
            align-items: center;
            padding: 0 30px;
            justify-content: space-between;
        }

        .user-bar ul, .user-bar ul li a {
            display: flex;
            align-items: center;
            margin: 0;
            justify-content: center
        }

        .user-bar ul li + li {
            margin-left: 15px;
        }

        .user-bar ul li i {
            margin-right: 5px;
        }

        .user-btn {
            width: 60px;
            height: 60px;
            position: fixed;
            z-index: 999;
            top: 60%;
            right: 10px;
        }

        .user-btn img {
            width: 100%;
            height: 100%;
        }

        .share-user-phone {
            position: fixed;
            bottom: 0;
            width: 100%;
            height: 50px;
            font-size: 30px;
            z-index: 9999;
            background-color: #fffcfc;
        }

        .share-user-phone-pc {
            position: fixed;
            right: 1px;
            bottom: 200px;
            width: 240px;
            height: 50px;
            font-size: 30px;
            z-index: 9999;
            opacity: 0.8;
            border-radius: 30px 0;
            background-color: #fffcfc;
        }

        .share-user-phone i, .share-user-phone-pc i {
            font-size: 14px;
            width: 20px;
            display: flex;
            color: #fff;
            justify-content: center;
            align-items: center;
            height: 20px;
            border: 1px solid #fff;
            border-radius: 50%;
            margin-right: 10px;
        }

        .share-user-phone-content {
            width: 100%;
            height: 100%;
            background-color: #999999;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* 举报 */
        .report {
            height: auto;
            font-size: 14px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #a7a0a0;
            padding: 5px;
        }

        .report > * {
            line-height: 100%;
        }

        .report img {
            padding: 0 20px 0 10px;
        }

        .copyright_span {
            font-size: 12px;
            text-align: center;
            line-height: 16px;
        }

        /**/
        .mobile .animated {
            visibility: hidden;
            backface-visibility: hidden; /* 加入动画以后莫名其妙的空白 */
            -webkit-backface-visibility: hidden; /* 加入动画以后莫名其妙的空白 */
        }

        .top_bank {
            width: 100%;
            height: 40px;
            font-size: 14px;
            display: flex;
            align-items: center;
            padding: 0 30px;
            justify-content: space-between;
            background: #fff;
            border-bottom: 1px solid #e1e1e1;
        }

        .top_bank ul {
            display: flex;
            align-items: center;
            margin: 0;
            justify-content: space-between;
            color: rgba(67, 66, 93, 1);
        }

        .top_bank_left {
            width: 86px;
        }

        .top_bank_right {
            width: 68px;
        }

        .friendly_link-pc {
            width: 1170px;
            margin: 0 auto;
        }

        .mobile .friendly_link {
            width: 100%;
        }

        .friendly_link {
            height: auto;
            font-size: 14px;
            padding: 10px;
            display: flex;
            align-items: flex-start;
            flex-direction: column;
        }

        .friendly_link p {
            font-weight: 600;
            font-size: 14px;
            color: #333333;
        }

        .friendly_link div {
            width: 100%;
            display: flex;
            align-items: flex-start;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .friendly_link a {
            font-size: 12px;
            color: #333333;
            margin-right: 24px;
            margin-bottom: 10px;
        }

        @media (min-width: 320px) and (max-width: 768px) {
            .friendly_link-mobile {
                width: 100%;
                padding: 10px 14px;
                margin: 0 auto;
            }

            .friendly_link p {
                font-size: 12px;
            }

            .friendly_link a {
                margin-right: 14px;
                margin-bottom: 8px;
            }
        }



        .gw-copyright.fixed-bottom {
            /* height: 120px; */
            text-align: center;
            cursor: pointer;
            color: #fff;
            width: 100%;
        }
        .gw-copyright.fixed-bottom .gw-copyright-swiper{
            width:100%;
            height:100%;
        }
        .gw-copyright.fixed-bottom .gw-copyright-content{
            /* background-repeat: no-repeat;
            background-position: center center; */
            width:100%;
            height:100%;
            /* background-color:#FFA084; */
        }
        .gw-copyright.fixed-bottom.gw-copyright-mobile{
            /* height:60px; */
        }
        .gw-copyright.fixed-bottom.gw-copyright-mobile .gw-copyright-content{
            width:100%;
            height:100%;
        }
        .gw-copyright.fixed-bottom .gw-copyright-close-box{
            background-color: #EEEEEE;
            color: #101010;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 9;
        }

        .gw-copyright.fixed-bottom .gw-copyright-close {
            font-size: 1.3em;
            height: 30px;
            width: 32px;
            margin: auto 5px;
        }
        .gw-copyright.fixed-bottom.gw-copyright-mobile{
            font-size: 12px;
        }
        .gw-copyright.fixed-bottom.gw-copyright-mobile .gw-copyright-close {
            margin: auto 2px;
        }
        .fr-element .fr-video::after{z-index:-999!important;}
#module-4880426-component-nav-1597998731253-1947 .gw-nav{ width:130px;height:80px;font-family:微软雅黑;font-size:16px;color:rgb(255, 255, 255);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgba(0, 0, 0, 0);display:inline-block;text-align:center;line-height:80px; } #module-4880426-component-nav-1597998731253-1947 .gw-nav-cont{ margin-left:0;margin-right:0; } #module-4880426-component-nav-1597998731253-1947 .gw-nav-cont-row{ margin-left:0;margin-right:0; } #module-4880426-component-nav-1597998731253-1947 .sec-menu{ font-family:微软雅黑;font-size:14px;font-style:normal;font-weight:normal;background-color:rgba(2, 30, 38, 0.83);color:rgb(255, 255, 255);height:38px; } #module-4880426-component-nav-1597998731253-1947 .three-menu{ font-family:微软雅黑;font-size:14px;font-style:normal;font-weight:normal;color:#666666;height:30px; } #module-4880426-component-nav-1597998731253-1947 .menu-list{ position:absolute;top:80px;margin-left:0; } #module-4880426-component-nav-1597998731253-1947 .menu-list ul{ background-color:rgba(2, 30, 38, 0.83);line-height:38px; } #module-4880426-component-nav-1597998731253-1947 .menu-list-row{ position:absolute;top:80px; } #module-4880426-component-nav-1597998731253-1947 .menu-list-row ul{ background-color:rgba(2, 30, 38, 0.83);line-height:38px !important; } #module-4880426-component-nav-1597998731253-1947 .menu-list-row ul li{ margin-left:0; } #module-4880426-component-nav-1597998731253-1947 .has-three-child-row .three-list{ top:38px; } #module-4880426-component-nav-1597998731253-1947 .three-list ul{ line-height:30px !important; } #module-4880426-component-nav-1597998731253-1947 .three-list-row{ position:absolute;top:80px; } #module-4880426-component-nav-1597998731253-1947 .three-list-row ul{ top:30px; } #module-4880426-component-nav-1597998731253-1947 .three-list-row ul li{ margin-left:0; } #module-4880426-component-nav-1597998731253-1947 .menu-list .triangle_border_up{ border-bottom-color:rgba(2, 30, 38, 0.83); } #module-4880426-component-nav-1597998731253-1947 .sec-menu a{ color:rgb(255, 255, 255);text-decoration:none;font-weight:normal; } #module-4880426-component-nav-1597998731253-1947 .sec-menu:hover .three-menu a{ color:#666666;text-decoration:none;font-weight:normal; } #module-4880426-component-nav-1597998731253-1947 .gw-nav-cont:hover .gw-nav{ width:130px;height:80px;font-family:微软雅黑;font-size:16px;color:rgb(204, 204, 204);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgba(0, 0, 0, 0);display:inline-block;text-align:center;line-height:80px; } #module-4880426-component-nav-1597998731253-1947 .gw-nav-cont-row:hover .gw-nav{ width:130px;height:80px;font-family:微软雅黑;font-size:16px;color:rgb(204, 204, 204);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgba(0, 0, 0, 0);display:inline-block;text-align:center;line-height:80px; } #module-4880426-component-nav-1597998731253-1947 .first-nav-cont:hover .gw-nav{ width:130px;height:80px;font-family:微软雅黑;font-size:16px;color:rgb(204, 204, 204);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgba(0, 0, 0, 0);display:inline-block;text-align:center;line-height:80px; } #module-4880426-component-nav-1597998731253-1947 .gw-nav-cont:hover{ margin-left:0 !important;margin-right:0 !important; } #module-4880426-component-nav-1597998731253-1947 .gw-nav-cont-row:hover{ margin-left:0 !important;margin-right:0 !important; } #module-4880426-component-nav-1597998731253-1947 .sec-menu:hover{ background-color:rgba(2, 30, 38, 0.83);font-size:14px;height:38px;font-weight:normal; } #module-4880426-component-nav-1597998731253-1947 .sec-menu:hover a{ color:rgb(153, 153, 153);font-family:微软雅黑;font-weight:normal;font-style:normal;text-decoration:none; } #module-4880426-component-nav-1597998731253-1947 .three-menu:hover{ font-size:14px;height:30px;font-weight:normal; } #module-4880426-component-nav-1597998731253-1947 .sec-menu .three-menu:hover a{ color:#5085e9;font-family:微软雅黑;font-weight:normal;font-style:normal;text-decoration:none; } #module-4880426-component-nav-1597998731253-1947 .gw-nav.active{ width:130px;height:80px;font-family:微软雅黑;font-size:16px;color:rgb(204, 204, 204);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgba(0, 0, 0, 0);display:inline-block;text-align:center;line-height:80px; }

#module-7630526-component-nav-1595225253871-7206 .gw-nav{ width:130px;height:60px;font-family:微软雅黑;font-size:16px;color:#666666;font-weight:normal;font-style:normal;text-decoration:none;background-color:rgb(255, 255, 255);display:inline-block;text-align:center;line-height:60px; } #module-7630526-component-nav-1595225253871-7206 .gw-nav-cont{ margin-left:0;margin-right:30px; } #module-7630526-component-nav-1595225253871-7206 .gw-nav-cont-row{ margin-left:0;margin-right:30px; } #module-7630526-component-nav-1595225253871-7206 .sec-menu{ font-family:微软雅黑;font-size:14px;font-style:normal;font-weight:normal;color:#666666;height:30px; } #module-7630526-component-nav-1595225253871-7206 .three-menu{ font-family:微软雅黑;font-size:14px;font-style:normal;font-weight:normal;color:#666666;height:30px; } #module-7630526-component-nav-1595225253871-7206 .menu-list{ position:absolute;top:60px;margin-left:0; } #module-7630526-component-nav-1595225253871-7206 .menu-list ul{ line-height:30px; } #module-7630526-component-nav-1595225253871-7206 .menu-list-row{ position:absolute;top:60px; } #module-7630526-component-nav-1595225253871-7206 .menu-list-row ul{ line-height:30px !important; } #module-7630526-component-nav-1595225253871-7206 .menu-list-row ul li{ margin-left:0; } #module-7630526-component-nav-1595225253871-7206 .has-three-child-row .three-list{ top:30px; } #module-7630526-component-nav-1595225253871-7206 .three-list ul{ line-height:30px !important; } #module-7630526-component-nav-1595225253871-7206 .three-list-row{ position:absolute;top:60px; } #module-7630526-component-nav-1595225253871-7206 .three-list-row ul{ top:30px; } #module-7630526-component-nav-1595225253871-7206 .three-list-row ul li{ margin-left:0; } #module-7630526-component-nav-1595225253871-7206 .menu-list .triangle_border_up{ } #module-7630526-component-nav-1595225253871-7206 .sec-menu a{ color:#666666;text-decoration:none;font-weight:normal; } #module-7630526-component-nav-1595225253871-7206 .sec-menu:hover .three-menu a{ color:#666666;text-decoration:none;font-weight:normal; } #module-7630526-component-nav-1595225253871-7206 .gw-nav-cont:hover .gw-nav{ font-family:微软雅黑;font-size:16px;color:#000000;font-weight:normal;font-style:normal;text-decoration:none;display:inline-block;text-align:center; } #module-7630526-component-nav-1595225253871-7206 .gw-nav-cont-row:hover .gw-nav{ font-family:微软雅黑;font-size:16px;color:#000000;font-weight:normal;font-style:normal;text-decoration:none;display:inline-block;text-align:center; } #module-7630526-component-nav-1595225253871-7206 .first-nav-cont:hover .gw-nav{ font-family:微软雅黑;font-size:16px;color:#000000;font-weight:normal;font-style:normal;text-decoration:none;display:inline-block;text-align:center; } #module-7630526-component-nav-1595225253871-7206 .gw-nav-cont:hover{ margin-left:0 !important;margin-right:30px !important; } #module-7630526-component-nav-1595225253871-7206 .gw-nav-cont-row:hover{ margin-left:0 !important;margin-right:30px !important; } #module-7630526-component-nav-1595225253871-7206 .sec-menu:hover{ font-size:14px;height:30px;font-weight:normal; } #module-7630526-component-nav-1595225253871-7206 .sec-menu:hover a{ color:#000000;font-family:微软雅黑;font-weight:normal;font-style:normal;text-decoration:none; } #module-7630526-component-nav-1595225253871-7206 .three-menu:hover{ font-size:14px;height:30px;font-weight:normal; } #module-7630526-component-nav-1595225253871-7206 .sec-menu .three-menu:hover a{ color:#5085e9;font-family:微软雅黑;font-weight:normal;font-style:normal;text-decoration:none; } #module-7630526-component-nav-1595225253871-7206 .gw-nav.active{ font-family:微软雅黑;font-size:16px;color:#000000;font-weight:normal;font-style:normal;text-decoration:none;display:inline-block;text-align:center; }




.pc{ display:block}
.mobile{ display:none}

@media screen and (max-width: 480px) {
	.pc{ display:none}
	.mobile{ display:block}
	.mobile .gw-browse-grid{ height:1500px;}
	.videofl{ width:90% !important; margin-left:5%}
	.videofl video{ width:100%}
	.mobile .about_con{ height:1000px;}
	
	}