@charset "utf-8";

/* CSS Document */


/*通用样式*/

@font-face {
    font-family: shuzifont;
    src: url('../fonts/shuzifont.ttf');
}


/*数字统一字体*/

@font-face {
    font-family: yingwen;
    src: url('../fonts/yingwen.ttf');
}


/*数字统一字体*/

.wp {
    width: 96%;
    margin: 0 auto;
}

.wp3 {
    width: 92%;
    margin: 0 auto;
    max-width: 1270px;
}

.iconfont {
    display: block;
}

body {
    padding-top: 100px;
}


/*头部*/

.top {
    height: 100px;
    top: 0;
    left: 0;
    display: block;
    z-index: 999;
    background: #fff;
}

.top .wp3 {
    height: 100%;
}

.top .logo {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top .r_top {
    float: right;
}

.top .nav {
    float: right;
}

.top .r_top {
    padding-top: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    margin-bottom: 16px;
}

.top .r_top .search {
    background: #f2f2f2;
    width: 243px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: relative;
    float: left;
    margin-right: 36px;
}

.top .r_top .search .search_text {
    background: #f2f2f2;
    width: 200px;
}

.top .r_top .search #search_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: url("../images/search_btn.png") no-repeat;
    cursor: pointer;
}

.top .r_top .tel {
    float: left;
    color: #666;
    margin-right: 36px;
}

.top .r_top .language {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 42px;
}

.top .r_top .language span {
    float: left;
    margin-right: 4px;
}

.top .r_top .language img {
    float: left;
}

.top .r_top .language .ab {
    width: 140px;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    top: 100%;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    z-index: 10;
}

.top .r_top .language .abbox {
    display: none;
}

.top .r_top .language:hover .abbox {
    display: block;
}

.top .r_top .language .ab ul {}

.top .r_top .language .ab ul li {
    position: relative;
}

.top .r_top .language .ab ul li.on:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #2887df;
}

.top .r_top .language .ab ul li.on a {
    color: #2887df;
}

.top .r_top .language .ab ul li a {
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
}

.top .r_bottom {}

.top .r_bottom ul.ul_1 {
    float: left;
}

.top .r_bottom ul.ul_1>li {
    float: left;
    margin-right: 35px;
    position: relative;
}

.top .r_bottom ul.ul_1>li>a {
    padding: 0 6px;
    padding-bottom: 14px;
    display: block;
}

.top .r_bottom ul.ul_1>li:hover>a {
    border-bottom: 2px solid #2887df;
    color: #2887df;
}

.top .r_bottom .gouwuche {
    float: left;
    transform: translateY(-4px);
}

.top .r_bottom .gouwuche img {
    float: left;
    display: block;
    padding-right: 10px;
}

.top .r_bottom .gouwuche span {
    float: left;
    display: block;
    padding: 3px 8px;
    background: #ff7f27;
    color: #fff;
}

.top .r_bottom ul.ul_1>li>ul.ul_2 {
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    padding-top: calc(20px + 1vw);
    background: #ebf0f5;
    display: none;
}

.top .r_bottom ul.ul_1>li:hover>ul.ul_2 {
    display: block;
}

.top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li {
    width: calc(19%);
    display: inline-table;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: calc(15px + 0.8vw);
}

.top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>a {
    font-size: 14px;
    color: #444;
}

.top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li:hover a {
    color: #2887df;
}

.top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li img {
    width: 28px;
    float: left;
    margin-right: 10px;
}

.top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3 {
    padding: 10px 0;
}

.top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3>li>a {
    color: #444;
    font-weight: normal;
    font-size: 13px;
    padding-left: 10px;
    position: relative;
}

.top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3>li:hover>a {
    color: #2887df;
}

.top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3>li>a:before {
    content: '-';
    display: block;
    float: left;
}

.top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3>li>.ul_4>li>a {
    color: #444;
    font-weight: normal;
    font-size: 13px;
    padding-left: 10px;
    position: relative;
}

.top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3>li>.ul_4>li>a:hover {
    color: #2887df;
}

.top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3>li>.ul_4>li>a:before {
    content: '\B7 ';
    display: block;
    float: left;
    padding-left: 20px;
}

.swi_banner .swiper-pagination {
    bottom: 5%;
}

.swi_banner .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}

.swi_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #2887df;
}

.swi_banner .swiper-button {
    width: calc(30px + 1.5vw);
    height: calc(30px + 1.5vw);
    background: #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: calc(30px + 1.5vw);
}

.swi_banner .swiper-button:hover {
    background: #2887df;
}

.swi_banner .swiper-button:after {
    font-size: calc(14px + 0.4vw);
    color: #999;
}

.swi_banner .swiper-button:hover:after {
    color: #fff;
}

.swi_banner .swiper-button-prev {
    left: 2.5%;
}

.swi_banner .swiper-button-next {
    right: 2.5%;
}


/*最新产品*/

.newproduct_box {
    padding: calc(1vw) 0;
}

.index_title {
    font-size: calc(1.3vw);
    font-weight: 600;
    display: block;
    text-align: center;
    color: #333;
    margin-bottom: calc(18px + 1vw);
}

.newproduct_box .swi_product .swiper-slide {
    text-align: center;
    margin-bottom: calc(15px + 1vw);
}

.newproduct_box .swi_product .swiper-slide .text {}

.newproduct_box .swi_product .swiper-slide .text span {
    display: block;
    font-size: calc(0.8vw);
    margin-bottom: calc(18px + 0.5vw);
}

.newproduct_box .swi_product .swiper-slide .text em {
    background: #fff;
    display: block;
    width: 147px;
    height: 30px;
    line-height: 30px;
    border-radius: 23px;
    color: #444;
    margin: 0 auto;
}

.newproduct_box .swi_product .swiper-slide .text em:hover {
    background: #2887df;
    color: #fff;
}

.newproduct_box .swi_product .swiper-pagination {
    bottom: 0%;
}

.newproduct_box .swi_product .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    background: #ddd;
    border-radius: 0;
    opacity: 1;
}

.newproduct_box .swi_product .swiper-pagination .swiper-pagination-bullet-active {
    background: #2887df;
}

.newproduct_box .swi_product .swiper-button {
    width: calc(20px + 1.2vw);
    height: calc(20px + 1.2vw);
    background: #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: calc(20px + 1.2vw);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newproduct_box .swi_product .swiper-button:hover {
    background: #2887df;
}

.newproduct_box .swi_product .swiper-button:after {
    font-size: calc(14px + 0.2vw);
    color: #999;
}

.newproduct_box .swi_product .swiper-button:hover:after {
    color: #fff;
}

.newproduct_box .swi_product .swiper-button-prev {
    left: 2.5%;
}

.newproduct_box .swi_product .swiper-button-next {
    right: 2.5%;
}


/*产品中心*/

.index_product {
    padding-bottom: calc(20px + 1.8vw);
}

.index_product ul li {
    width: calc(100% / 5 - 5px);
    float: left;
    margin-right: 6px;
    margin-bottom: calc(15px + 0.1vw);
    position: relative;
    text-align: center;
    overflow: hidden;
}

.index_product ul li img {
    height: 100%;
}

.index_product ul li a {
    overflow: hidden;
    display: block;
}

.index_product ul li span {
    /*padding: calc(10px + 0.5vw) calc(25px + 1vw);*/
    padding: calc(0.5vw) calc(1vw);
    background: #2887df;
    display: inline-block;
    color: #fff;    margin: 0 auto;
    transform: translateY(-50%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.index_product ul li:nth-of-type(5n) {
    margin-right: 0px;
}

/*.index_product ul li:hover img {
    border: 2px solid #2887df;
}*/


/*解决方案*/

.index_fangan {
    padding: calc(1vw) 0;
    background: #f4f4f4;
}

.index_fangan .tabs_1 {
    float: left;
    width: calc(100% / 7 * 6);
}

.index_fangan .tabs_1 ul li {
    width: calc(100% / 6);
    float: left;
    text-align: center;
    cursor: pointer;
}

.index_fangan .tabs_1 ul li.active {
    color: #2887df;
}

.index_fangan .tabs_1 ul li .img {
    height: 50px;
}

.index_fangan .tabs_1 ul li .img img {
    width: 40px;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.index_fangan .tabs_1 ul li.active .img img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.index_fangan .more {
    width: calc(100% / 7);
    float: right;
    text-align: center;
}

.index_fangan .more .img {
    height: 50px;
}

.index_fangan .more .img img {
    display: inline-block;
}

.index_fangan .fangan {
    padding-top: calc(18px + 1vw);
}

.index_fangan .fangan .left {
    width: 49%;
    height: 450px;
    background: #000;
    float: left;
    position: relative;
}

.index_fangan .fangan .left .swiper-slide {
    display: block;
}

.index_fangan .fangan .left .swi_fangan_2 {
    height: 450px;
}

.index_fangan .fangan .left .swi_fangan_2 .swiper-slide {
    height: 450px;
}

.index_fangan .fangan .left .vjs-tech {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.index_fangan .fangan .right {
    width: 49%;
    float: right;
}

.index_fangan .fangan .right ul {
    height: 390px;
}

.index_fangan .fangan .right ul li {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.index_fangan .fangan .right ul li.active {
    background: #2887df;
}

.index_fangan .fangan .right ul li .img {
    width: 120px;
    /*height: 60px;*/
    float: left;
    margin-right: 10px;
}

.index_fangan .fangan .right ul li .text {
    width: calc(70%);
    float: left;
}

.index_fangan .fangan .right ul li .text strong {
    display: block;
    margin-bottom: 5px;
    display: block;
    font-size: 18px;
}

.index_fangan .fangan .right ul li .text span {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.index_fangan .fangan .right .more {
    width: 136px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #2887df;
    float: left;
    margin-top: 22px;
}

.index_fangan .fangan .right .more a {
    color: #fff;
    display: block;
}

.index_fangan .fangan .right ul li.active .img {
    /*opacity: 0;*/
}

.index_fangan .fangan .right ul li.active .text strong {
    color: #fff;
}

.index_fangan .fangan .right ul li.active .text span {
    color: #fff;
}


/*新闻*/

.index_news {
    padding: calc(1vw) 0;
}

.index_news .news_tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: calc(15px + 1vw);
}

.index_news .news_tabs ul li {
    float: left;
    margin: 0 calc(15px + 1.2vw);
    font-size: calc(16px + 0.2vw);
    display: block;
    position: relative;
    padding-bottom: 10px;
}

.index_news .news_tabs ul li:after {
    content: '';
    width: 0%;
    height: 3px;
    display: block;
    background: #2887df;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index_news .news_tabs ul li.active:after {
    width: 100%;
}

.index_news .news_tabs ul li.active {
    color: #2887df;
}

.index_news .news_tabs .more {
    position: absolute;
    right: 0;
    top: 0;
}

.index_news .news_tabs .more a {
    font-size: 16px;
}

.index_news .news_tabs .more:after {
    content: ">";
}

.index_news .news_slide {
    position: relative;
}

.index_news .news_slide .box {
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
    float: left;
}

.index_news .news_slide .box:nth-of-type(3n) {
    margin-right: 0;
}

.index_news .news_slide .box .img {
    overflow: hidden;
}

.index_news .news_slide .box .img img {
    object-fit: cover;
}

.index_news .news_slide .box .text {
    padding: calc(10px + 1vw) calc(15px + 1.2vw);
    background: #f5f7fa;
}

.index_news .news_slide .box .text span {
    color: #666;
    display: block;
    margin-bottom: 7px;
}

.index_news .news_slide .box a:hover .text strong {
    color: #2887df;
}

.index_news .news_slide .box a:hover .img img {
    transform: scale(1.1);
}

.index_news .news_slide .box.left .text strong {
    font-size: calc(16px + 0.1vw);
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: calc(8px + 0.3vw);
}

.index_news .news_slide .box.center .text strong {
    font-size: calc(16px + 0.1vw);
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: calc(8px + 0.3vw);
}

.index_news .news_slide .box .text strong img {
    float: left;
    display: block;
    margin-right: 7px;
}

.index_news .news_slide .box .text .more {
    margin-bottom: calc(15px + 1vw);
}

.index_news .news_slide .center ul {
    position: relative;
    float: inherit;
    width: 100%;
    height: 100%;
    display: block;
}

.index_news .news_slide .center ul li {
    position: absolute;
    height: 48%;
    width: 100%;
    overflow: hidden;
}

.index_news .news_slide .center ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.index_news .news_slide .center ul li .img:before {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(15deg, #fff, transparent);
    z-index: 10;
}

.index_news .news_slide .center ul li .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0);
}

.index_news .news_slide .center {
    position: absolute;
    height: 100%;
    left: calc(100% / 3 + 15px);
    top: 0;
}

.index_news .news_slide .center ul li:nth-of-type(2) {
    top: 52%;
}

.index_news .news_slide .right {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: calc(100% / 3 - 2.5%);
}

.index_news .news_slide .right ul {
    position: relative;
    float: inherit;
    width: 100%;
    height: 100%;
    display: block;
}

.index_news .news_slide .right ul li {
    position: absolute;
    height: calc(100% / 3);
    width: 100%;
    overflow: hidden;
    background: #f5f7fa;
}

.index_news .news_slide .right ul li .text strong {
    font-size: calc(16px + 0.1vw);
    font-weight: 400;
    margin-bottom: calc(8px + 0.3vw);
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_news .news_slide .right ul li a {
    display: block;
}

.index_news .news_slide .right ul li:nth-of-type(2) {
    top: calc(100% / 3);
}

.index_news .news_slide .right ul li:nth-of-type(3) {
    top: inherit;
    bottom: 0;
}


/*底部*/

.footer {
    padding: calc(30px + 3vw) 0 calc(15px + 1.5vw);
    background: #ebf0f5;
    margin: 30px 0 0 0;
}

.footer .left {
    width: 269px;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .left .tel {
    margin-bottom: 20px;
}

.footer .left .tel span {
    padding: 5px 15px;
    background: #2888df;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer .left .tel span img {
    width: 26px;
    float: left;
    margin-right: 10px;
}

.footer .left .tel strong {
    display: block;
    font-size: 20px;
}

.footer .left .text {
    line-height: 32px;
    color: #666;
}

.footer .left .text img {
    width: 100px;
    margin-top: 10px;
}

.footer .footer_nav {
    width: calc(100% - 300px);
    float: left;
    padding-left: calc(20px + 3vw);
}

.footer .footer_nav ul.ul_1 {}

.footer .footer_nav ul.ul_1>li {
    width: calc(100% / 5);
    float: left;
}

.footer .footer_nav ul.ul_1>li>ul.ul_2>li {
    height: 28px;
    line-height: 28px;
}

.footer .footer_nav ul.ul_1>li>ul.ul_2>li a {
    display: block;
    color: #666;
}

.footer .footer_nav ul.ul_1>li>strong {
    margin-bottom: 20px;
    display: block;
}

.footer .footer_beian {
    padding-top: calc(20px + 1vw);
    margin-top: calc(20px + 1vw);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #6f7479;
}

.footer a {
    color: #6f7479;
}

.pc-vis {
    display: block;
}

.phone-vis {
    display: none;
}


/* 服务浮窗 */

.service-container {
    position: fixed;
    right: 20px;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    z-index: 999;
}

.service-container .service-wrapper {
    width: 48px;
    height: 110px;
    padding: 12px 0;
    text-align: center;
    margin: 4px 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgb(40 40 40 / 20%);
    cursor: pointer;
    user-select: none;
    position: relative;
}

.service-container .service-wrapper:hover .morebox {
    display: block;
}

.service-container .service-wrapper .morebox {
    width: 204px;
    /*height: 153px;*/
    position: absolute;
    left: -205px;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
    display: flex;
    flex-direction: column;
    display: none;
}

.service-container .service-wrapper .morebox>div {
    display: flex;
    flex-direction: row;
}

.service-container .service-wrapper .morebox img {
    margin: 24px;
}

.service-container .service-wrapper .morebox .txtbox {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.service-container .service-wrapper .morebox .txtbox p {
    ont-size: 12px;
    color: #6f7479;
}

.service-container .service-wrapper .morebox .txtbox .title {
    font-weight: 700;
    color: #282828;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.service-container .service-wrapper .morebox .txtbox:hover .title {
    color: #2887df;
}

.service-container .contact-wrapper:hover .morebox {
    display: block;
}

.service-container .contact-wrapper .morebox {
    width: 204px;
    /* height: 163px; */
    position: absolute;
    left: -205px;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
    display: flex;
    flex-direction: column;
    display: none;
    padding: 20px 10px;
}

.service-container .contact-wrapper .morebox>div {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}

.service-container .contact-wrapper .morebox img {
    margin: 0 12px;
}

.service-container .contact-wrapper .morebox .txtbox {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.service-container .contact-wrapper .morebox .txtbox p {
    font-size: 12px;
    color: #6f7479;
}

.service-container .contact-wrapper .morebox .txtbox .title {
    font-weight: 700;
    font-size: 14px;
    color: #282828;
    margin: 4px 0 16px 0;
}

.service-container .contact-wrapper .morebox .txtbox:hover .title {
    color: #2887df;
}

.service-container .service-wrapper span {
    writing-mode: vertical-lr;
    display: block;
    margin: 0 auto;
}

.service-container .contact-wrapper {
    width: 48px;
    height: 110px;
    padding: 12px 0;
    text-align: center;
    margin: 4px 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgb(40 40 40 / 20%);
    cursor: pointer;
    user-select: none;
    position: relative;
}

.service-container .contact-wrapper span {
    writing-mode: vertical-lr;
    display: block;
    margin: 0 auto;
}

.service-container .backtotop {
    width: 48px;
    text-align: center;
    padding: 12px 0;
    margin: 4px 0;
    background: #fff;
    height: 50px;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgb(40 40 40 / 20%);
    cursor: pointer;
    user-select: none;
}

@media screen and (max-width: 1024px) {
    .gouwuche {
        /*display: none;*/
        margin-top: 10px;
        margin-left: 10px;
    }
    .top .r_bottom {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 60%;
        height: 100%;
        background: #fff;
        padding-top: 30px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transform: translate3d(-100%, 0, 0);
    }
    .top {
        height: 70px;
    }
    body {
        padding-top: 70px;
    }
    .top .r_top {
        padding-top: 15px;
    }
    .top .nav {
        margin-right: 20px;
    }
    .top .menu {
        width: 32px;
        height: 50px;
        float: right;
        padding-top: 26px;
    }
    .top .menu i {
        width: 100%;
        height: 2px;
        display: block;
        background: #333;
        border-radius: 1px;
        margin-bottom: 6px;
    }
    .top .r_bottom ul.ul_1>li {
        display: block;
        width: 100%;
        line-height: calc(40px + 2vw);
        padding: 0 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .menu_back {
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2 {
        position: inherit;
        top: inherit;
        left: inherit;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .top .r_bottom ul.ul_1>li>a {
        padding-bottom: 0;
        font-size: 16px;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li {
        width: 100%;
        margin-bottom: 0;
        display: inherit;
        line-height: 32px;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3 {
        padding: 0;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3>.ul_4>li {
        height: 32px;
        line-height: 32px;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>a {
        font-size: 14px;
        font-weight: 400;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3>li>ul.ul_4>li {
        height: 35px;
        line-height: 35px;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3>li>.ul_4>li>a {
        display: block;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3>li>ul.ul_4 {
        display: none;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2 {
        background: #fff;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li img {
        width: 18px;
        margin-top: 5px;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3>li:hover>ul.ul_4 {
        display: block;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li>ul.ul_3 {
        display: none;
    }
    .top .r_bottom ul.ul_1>li>ul.ul_2>.wp3>li:hover>ul.ul_3 {
        display: block;
    }
    .top .menu span i {
        width: 100%;
        height: 2px;
        display: block;
        background: #333;
        border-radius: 1px;
        margin-bottom: 6px;
    }
    .top .menu.menu2 i:nth-of-type(1) {
        transform: rotate(-45deg) translateY(10px);
    }
    .top .menu.menu2 i:nth-of-type(3) {
        transform: rotate(45deg) translateY(-10px);
    }
    .top .menu.menu2 i:nth-of-type(2) {
        transform: translateX(-40px);
        opacity: 0;
        filter: alpha(opacity=0);
        width: 0;
    }
    .top .caidan_oppen {
        transform: translate3d(0, 0, 0);
    }
    .footer .left {
        display: none;
    }
    .footer .footer_nav {
        display: none;
    }
    .footer {
        padding: 20px 0;
    }
    .footer .footer_beian {
        padding-top: 0;
        border: 0;
    }
}

@media screen and (max-width: 820px) {
    .top .r_top .search {
        display: none;
    }
    .index_product ul li {
        width: calc(100% / 3 - 5px);
        margin-right: 5px!important;
    }
    .index_product ul li:nth-of-type(3n) {
        margin-right: 0!important;
    }
    .index_product ul li:nth-of-type(10) {
        display: none;
    }
    .index_product ul li span {
        font-size: 16px;
    }
    .index_fangan .tabs_1 {
        width: 100%;
    }
    .index_fangan .more {
        display: none;
    }
    .index_news .news_slide .center {
        display: none;
    }
    .index_news .news_slide .right {
        display: none;
    }
    .index_news .news_slide .box {
        width: 100%;
    }
    .pc-vis {
        display: none;
    }
    .phone-vis {
        display: block;
    }
}

@media (max-width: 660px) {
    .service-container {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .index_fangan .tabs_1 ul li {
        width: calc(100% / 3);
        /*margin-bottom: 20px;*/
    }
    .index_fangan .fangan .left {
        width: 100%;
        margin-bottom: 10px;
    }
    .index_fangan .fangan .right {
        width: 100%;
    }
    .index_fangan .fangan {
        padding-top: 0;
    }
    .index_fangan .fangan .left .swi_fangan_2 {
        height: 320px;
    }
    .index_fangan .fangan .left .swi_fangan_2 .swiper-slide {
        height: 320px;
    }
    .index_fangan .fangan .left {
        height: 320px;
    }
    .index_fangan .fangan .left .vjs-tech {}
}

@media screen and (max-width: 560px) {
    .top .r_top .search {
        display: none;
    }
    .top .r_top .tel {
        display: none;
    }
    .index_product ul li {
        margin-bottom: 0;
    }
    .index_news .news_tabs ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 460px) {
    .index_product ul li {
        width: calc(100% / 2 - 5px);
        margin-right: 10px!important;
    }
    .index_product ul li:nth-of-type(3n) {
        margin-right: 10px!important;
    }
    .index_product ul li:nth-of-type(2n) {
        margin-right: 0!important;
    }
    .index_product ul li:nth-of-type(9) {
        display: none;
    }
}
@charset"utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif
}

a:focus,
a:hover {
    text-decoration: none;
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

body {
    z-index: 2;
    width: 100%;
    background: #fff;
}

a {
    color: #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr,
acronym,
fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:after,
q:before {
    content: ''
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.col-c,
.col-l,
.col_c,
.col_l,
.l {
    float: left
}

.col-r,
.col_r,
.r,
.ul-txt li span,
.ul_txt li span,
dt span {
    float: right
}

.c {
    clear: both
}

.n,
em {
    font-weight: 400;
    font-style: normal
}

.b {
    font-weight: 700
}

.i {
    font-style: italic
}

.pr,
.rel {
    position: relative
}

.abs,
.pa {
    position: absolute
}

.dn {
    display: none
}

.db {
    display: block
}

.dib {
    -moz-inline-stack: inline-block;
    display: inline-block
}

.fix {
    *zoom: 1
}

.fix:after,
.fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.z {
    _zoom: 1
}

.h_100 {
    height: 100%
}

.re {
    position: relative
}

.ab {
    position: absolute
}

.fi {
    position: fixed
}

body {
    font: 14px/1.5 "微软雅黑", "Microsoft Yahei";
    color: #444;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.wow {
    opacity: 0;
}

a {
    text-decoration: none;
}

img {}

input,
select,
textarea {
    font-size: 12px;
    color: #444;
    font-family: "微软雅黑", "Microsoft Yahei";
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

input[type=button],
input[type=reset],
input[type=submit],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

::-ms-input-placeholder {
    color: #999
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

.w_100 {
    width: 100%;
}

.wow {
    opacity: 0;
}


/*控制文字行数*/

.texthang_1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.texthang_2 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*过渡效果*/

.trans2 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.trans3 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trans4 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.trans6 {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.trans8 {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.trans10 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/*地图*/

#map .BMap_pop .BMap_bottom {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    outline: inherit
}

#map .BMap_pop .BMap_center {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    outline: inherit
}

.page {
    text-align: center;
    padding-top: calc(1rem + 2vw);
    width: 100%;
    display: block;
    padding-bottom: 35px;
}

.page ul {
    left: 50%;
    padding-bottom: 9pt
}

.page ul,
.page ul li {
    float: left;
    position: relative
}

.page ul li {
    right: 50%;
    margin-right: 4px;
    text-align: center;
    display: inline-block;
}

.page ul li a {
    color: #666;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}

.page ul li a,
.page ul li a:hover {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: 1s
}

.page ul li a:hover {
    background: #c3001c;
    color: #fff;
    border: 1px solid #c3001c
}

#page-dq {
    background: #c3001c
}

#page-dq a {
    color: #fff;
    border: 1px solid #c3001c;
    font-size: 14px;
}

#page-dq a:hover {
    background: 0 0
}
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url("http://www.w3.org/1999/xhtml");

.videocontrols {
    writing-mode: horizontal-tb;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;

    direction: ltr;
    /* Prevent selection from interacting weirdly with the page,
     * see bug 1766093. Our text selection story with shadow dom should be
     * better, see bug 1590379 */
    user-select: none;
    /* Prevent unwanted style inheritance. See bug 554717. */
    text-align: left;
    list-style-image: none !important;
    font: normal normal normal 100% / normal sans-serif !important;
    text-decoration: none !important;
    white-space: normal !important;
}

.videocontrols[flipped] {
    transform: scaleX(-1);
}

.controlsContainer {
    --clickToPlay-size: 48px;
    --button-size: 30px;
    --timer-size: 40px;
    --timer-long-size: 60px;
    --track-size: 5px;
    --thumb-size: 13px;
    --label-font-size: 13px;
    --pip-toggle-padding: 5px;
    --control-focus-outline: 2px solid #00ddff;
    --control-focus-outline-offset: -2px;
    --pip-toggle-icon-width-height: 16px;
    --pip-toggle-translate-x: calc(100% - var(--pip-toggle-icon-width-height) - 2 * var(--pip-toggle-padding));

    color: #fff;
}
.controlsContainer.touch {
    --clickToPlay-size: 64px;
    --button-size: 40px;
    --timer-size: 52px;
    --timer-long-size: 78px;
    --track-size: 7px;
    --thumb-size: 16px;
    --label-font-size: 16px;
}

/* Some CSS custom properties defined here are referenced by videocontrols.js */
.controlBar {
    /* Do not delete: these variables are accessed by JavaScript directly.
       see videocontrols.js and search for |-width|. */
    --clickToPlay-width: var(--clickToPlay-size);
    --playButton-width: var(--button-size);
    --scrubberStack-width: 64px;
    --muteButton-width: var(--button-size);
    --volumeStack-width: 48px;
    --castingButton-width: var(--button-size);
    --closedCaptionButton-width: var(--button-size);
    --fullscreenButton-width: var(--button-size);
    --positionDurationBox-width: var(--timer-size);
    --durationSpan-width: var(--timer-size);
    --positionDurationBox-width-long: var(--timer-long-size);
    --durationSpan-width-long: var(--timer-long-size);
}

.touch .controlBar {
    /* Do not delete: these variables are accessed by JavaScript directly.
       see videocontrols.js and search for |-width|. */
    --scrubberStack-width: 84px;
    --volumeStack-width: 64px;
}

.controlsContainer [hidden],
.controlBar[hidden] .progressBar,
.controlBar[hidden] .bufferBar,
.videocontrols[inDOMFullscreen] > .controlsContainer > .controlsOverlay > #pictureInPictureToggle {
    display: none;
}

/* We hide the controlBar visually so it doesn't obscure the video. However,
 * we still want to expose it to a11y so users who don't use a mouse can access
 * it.
 */
.controlBar[hidden] {
    display: flex;
    opacity: 0;
    pointer-events: none;
}

.controlBar[size="hidden"] {
    display: none;
}

.controlsSpacer[hideCursor] {
    cursor: none;
}

.controlsContainer,
.progressContainer {
    position: relative;
    height: 100%;
}

.stackItem {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.statusOverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(80, 80, 80, 0.85);
}

.controlsOverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.controlsSpacerStack {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}

.controlBar {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 40px;
    padding: 0 9px;
    background-color: rgba(26, 26, 26, 0.8);
}

.touch .controlBar {
    height: 52px;
}

.controlBar > .button {
    /* Prevent #textTrackListContainer from blocking clicks on controls */
    z-index: 1;
    height: 100%;
    min-width: var(--button-size);
    min-height: var(--button-size);
    padding: 6px;
    border: 0;
    margin: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box;
    background-clip: content-box;
    -moz-context-properties: fill;
    fill: currentColor;
    color: inherit;
    outline: none;
}

/* Keyboard focus styling for interactive control elements (includes control
   bar, click to play and track list) */
.controlBar > .button:focus-visible,
.volumeControl:focus-visible,
.scrubber:focus-visible,
.clickToPlay:focus-visible,
.textTrackList > .textTrackItem:focus-visible {
    outline: var(--control-focus-outline);
    outline-offset: var(--control-focus-outline-offset);
}

.touch .controlBar > .button {
    background-size: 24px 24px;
}

.controlBar > .button:enabled:hover {
    fill: #48a0f7;
}

.controlBar > .button:enabled:hover:active {
    fill: #2d89e6;
}

.playButton {
    background-image: url(chrome://global/skin/media/pause-fill.svg);
}
.playButton[paused] {
    background-image: url(chrome://global/skin/media/play-fill.svg);
}

.muteButton {
    background-image: url(chrome://global/skin/media/audio.svg);
}
.muteButton[muted] {
    background-image: url(chrome://global/skin/media/audio-muted.svg);
}
.muteButton[noAudio] {
    background-image: url(chrome://global/skin/media/audioNoAudioButton.svg);
}
.muteButton[noAudio] + .volumeStack {
    display: none;
}

.castingButton {
    background-image: url(chrome://global/skin/media/castingButton-ready.svg);
}

.castingButton[enabled] {
    background-image: url(chrome://global/skin/media/castingButton-active.svg);
}

.closedCaptionButton {
    background-image: url(chrome://global/skin/media/closedCaptionButton-cc-off.svg);
}
.closedCaptionButton[enabled] {
    background-image: url(chrome://global/skin/media/closedCaptionButton-cc-on.svg);
}

.fullscreenButton {
    background-image: url(chrome://global/skin/media/fullscreenEnterButton.svg);
}
.fullscreenButton[fullscreened] {
    background-image: url(chrome://global/skin/media/fullscreenExitButton.svg);
}

.controlBarSpacer {
    flex-grow: 1;
}

.volumeControl::-moz-range-thumb,
.scrubber::-moz-range-thumb {
    height: var(--thumb-size);
    width: var(--thumb-size);
    border: none;
    border-radius: 50%;
    /* this is a foreground element even though it is implemented as a background */
    background-color: currentColor;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.65));
}

.volumeControl,
.scrubber {
    outline: none;
}

.progressBackgroundBar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.progressStack {
    position: relative;
    width: 100%;
    height: var(--track-size);
}

.scrubberStack {
    /* minus margin to get basis of required width */
    min-width: calc(var(--scrubberStack-width) - 18px);
    flex-basis: calc(var(--scrubberStack-width) - 18px);
    flex-grow: 2;
    flex-shrink: 0;
    margin: 0 9px;
}

.volumeStack {
    max-width: 60px;
    min-width: var(--volumeStack-width);
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 6px;
    margin-left: 4px;
}

.bufferBar,
.progressBar,
.scrubber,
.volumeControl {
    bottom: 0;
    color: inherit;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: calc(var(--track-size) / 2);
    margin: 0;
    background: none;
    outline: none;
}

.bufferBar {
    background-color: rgba(0, 0, 0, 0.7);
}

.bufferBar::-moz-progress-bar,
.progressBar::-moz-progress-bar {
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: calc(var(--track-size) / 2);
    background: none;
}

.bufferBar::-moz-progress-bar {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: calc(var(--track-size) / 2);
}

.progressBar::-moz-progress-bar {
    background-color: #00b6f0;
}

.scrubber:hover::-moz-range-thumb,
.volumeControl:hover::-moz-range-thumb {
    background-color: #48a0f7;
}

.scrubber:active::-moz-range-thumb,
.volumeControl:active::-moz-range-thumb {
    background-color: #2d89e6;
}

.scrubber::-moz-range-track,
.scrubber::-moz-range-progress {
    background-color: transparent;
}

.volumeControl::-moz-range-progress,
.volumeControl::-moz-range-track {
    height: var(--track-size);
    border-radius: calc(var(--track-size) / 2);
}

.volumeControl::-moz-range-progress {
    /* this is a foreground element even though it is implemented as a background */
    background-color: currentColor;
}

.volumeControl::-moz-range-track {
    background-color: rgba(0, 0, 0, 0.7);
}

@media (prefers-contrast) {
    /* Show a border in high contrast mode since background-colors
       are not shown. */
    .scrubber::-moz-range-track,
    .volumeControl::-moz-range-track {
        border: 1px solid;
    }

    .scrubber::-moz-range-progress,
    .volumeControl::-moz-range-progress {
        border: 2px solid;
    }
}

.textTrackListContainer {
    position: absolute;
    right: 5px;
    bottom: 45px;
    top: 5px;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.textTrackList {
    flex: 0 1 auto;
    border: 1px solid #000;
    border-radius: 2.5px;
    padding: 5px 0;
    vertical-align: middle;
    background-color: #000;
    opacity: 0.7;
    overflow-y: auto;
}

.touch .textTrackList {
    bottom: 58px;
}

.textTrackList > .textTrackItem {
    display: block;
    width: 100%;
    height: var(--button-size);
    font-size: var(--label-font-size);
    padding: 2px 10px;
    border: none;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    background-color: transparent;
    color: inherit;
}

.textTrackList > .textTrackItem:hover {
    background-color: #444;
}

.textTrackList > .textTrackItem[aria-checked="true"] {
    color: #48a0f7;
}

.positionLabel,
.durationLabel {
    display: none;
}

.positionDurationBox {
    text-align: center;
    padding-inline-start: 1px;
    padding-inline-end: 9px;
    white-space: nowrap;
    font: message-box;
    font-size: var(--label-font-size);
    font-size-adjust: 0.55;
    font-variant-numeric: tabular-nums;
}

@media (-moz-platform: macos) {
    .positionDurationBox {
        font-size-adjust: unset;
        font-family: "Helvetica Neue", "Helvetica", sans-serif;
    }
}

.duration {
    display: inline-block;
    white-space: pre;
    color: #929292;
}

.statusIcon {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
}

/* Not showing the throbber on mobile because of conflict with m.youtube.com (see bug 1289412) */
.controlsContainer:not(.mobile) .statusIcon[type="throbber"] {
    background: url(chrome://global/skin/media/throbber.png) no-repeat center;
}

.controlsContainer:not(.mobile) .statusIcon[type="throbber"][stalled] {
    background: url(chrome://global/skin/media/stalled.png) no-repeat center;
}

.statusIcon[type="error"],
.statusIcon[type="pictureInPicture"] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.statusIcon[type="error"] {
    min-width: 70px;
    min-height: 60px;
    background-image: url(chrome://global/skin/media/error.png);
}

.statusIcon[type="pictureInPicture"] {
    min-width: 84px;
    min-height: 84px;
    background-image: url(chrome://global/skin/media/picture-in-picture-open.svg);
    -moz-context-properties: fill;
    fill: currentColor;
}

.videocontrols[localedir="rtl"] .statusIcon[type="pictureInPicture"] {
    transform: scaleX(-1);
}

.pictureInPictureToggleLabel {
    margin-inline-start: var(--pip-toggle-padding);
}

/* Overlay Play button */
.clickToPlay {
    appearance: none;
    border: none;
    min-width: var(--clickToPlay-size);
    min-height: var(--clickToPlay-size);
    border-radius: 50%;
    background-image: url(chrome://global/skin/media/play-fill.svg);
    background-repeat: no-repeat;
    background-position: 54% 50%;
    background-size: 40% 40%;
    background-color: #1a1a1a;
    -moz-context-properties: fill;
    fill: currentColor;
    color: inherit;
    opacity: 0.8;
    position: relative;
    top: 20px;
}

.controlsSpacerStack:hover > .clickToPlay,
.clickToPlay:hover {
    opacity: 0.55;
}

.controlsSpacerStack:hover > .clickToPlay[fadeout] {
    opacity: 0;
}

.controlBar[fullscreen-unavailable] .fullscreenButton {
    display: none;
}

.statusOverlay[fadeout],
.statusOverlay[error] + .controlsOverlay > .controlsSpacerStack {
    opacity: 0;
}

.pictureInPictureOverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    background-color: rgb(12, 12, 13);
}

/* Status description formatting */
.statusLabel {
    display: none;
    padding: 0 10px;
    text-align: center;
    font: message-box;
    font-size: 14px;
}

.videocontrols[localedir="rtl"] .statusLabel {
    direction: rtl;
}

[status="errorAborted"] > #errorAborted,
[status="errorNetwork"] > #errorNetwork,
[status="errorDecode"] > #errorDecode,
[status="errorSrcNotSupported"] > #errorSrcNotSupported,
[status="errorNoSource"] > #errorNoSource,
[status="errorGeneric"] > #errorGeneric,
[status="pictureInPicture"] > #pictureInPicture {
    display: inline;
}

@media (-moz-platform: windows) and (prefers-contrast) {
    .controlsSpacer,
    .clickToPlay {
        background-color: transparent;
    }
}

.a11y-only {
    position: absolute;
    left: -10000px;
    width: 100px;
    height: 100px;
}

:host::cue {
    font-size: var(--cue-font-size);
    writing-mode: var(--cue-writing-mode, inherit);
}
@font-face {
    font-family: "iconfont"; /* Project id 2521765 */
    src: url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dui:before {
    content: "\e610";
}

.icon-jiantou-right:before {
    content: "\e600";
}

.icon-jiantou-left:before {
    content: "\e606";
}

.icon-qq:before {
    content: "\e61a";
}

.icon-shouhou:before {
    content: "\e608";
}

.icon-fangan:before {
    content: "\e839";
}

.icon-sheji:before {
    content: "\e601";
}

.icon-Hi:before {
    content: "\e6c6";
}

.icon-duihua:before {
    content: "\e7a6";
}

.icon-banshou:before {
    content: "\e602";
}

.icon-dianhua:before {
    content: "\e603";
}

.icon-hetong:before {
    content: "\e67e";
}

.icon-yanshou:before {
    content: "\e6ec";
}

.icon-hot:before {
    content: "\e604";
}

.icon-wechat:before {
    content: "\e605";
}

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* This CSS file is for the Picture-in-Picture toggle.
 *
 * The "experiment" class is used to enable styling for the VARIANT version
 * of the toggle for upcoming PiP Nimbus experiments.
 * @see Bug 1811314.
 *
 * To see each section of style changes, search "PIP STYLING" in this file.
 */

/* SHARED PIP STYLING */

.controlsOverlay[hidetoggle="true"].hovering > .pip-wrapper:not(.hovering) {
    /* If this isn't !important, it will fail to override the other opacity
     * rules, which are currently defined below this point in this file. */
    opacity: 0 !important;
}

.pip-wrapper {
    position: absolute;
    cursor: pointer;
    -moz-appearance: none;
    background: none;
    color: inherit;
    border: none;
    text-align: unset;
    top: calc(70% - 40px);
    opacity: 0;
    padding-inline: 0;
    transition: opacity 200ms;
    --pip-icon-size: 24px;
    --pip-icon-width-with-margins: calc(2 * var(--pip-toggle-margin) + var(--pip-icon-size));
    --pip-highlight-style: solid rgba(0, 254, 255, 1);
    --pip-highlight-width: 2px;
    --pip-toggle-distanceFromVideoEdge: 18px;
    --pip-toggle-focus-outline-offset: 1px;
    --pip-toggle-margin: 8px;
    --pip-border-radius-toggle: 4px;
    --pip-box-shadow-default: 0 0 4px rgba(255, 255, 255, 0.9);
    --pip-box-shadow-hover: 0 0 10px rgba(255, 255, 255, 0.7);
    --pip-expanded-height: 40px;
    --pip-expanded-min-width: 200px;
    --pip-expanded-max-width: max-content;
}

/* Adjust sizing of the regular toggle wrapper to correctly show the
 * focus outline when navigating via keyboard. */
.pip-wrapper[has-used],
.pip-wrapper[small-video] {
    height: var(--pip-icon-width-with-margins);
    width: var(--pip-icon-width-with-margins);
    border-radius: var(--pip-border-radius-toggle);
    margin-right: calc(var(--pip-icon-width-with-margins) * -1);
}

.pip-wrapper[policy="hidden"] {
    display: none;
}

.pip-wrapper[policy="top"] {
    top: 0%;
    translate: var(--pip-toggle-translate-x);
}

.pip-wrapper[policy="one-quarter"] {
    top: 25%;
}

.pip-wrapper[policy="middle"] {
    top: 50%;
}

.pip-wrapper[policy="three-quarters"] {
    top: 75%;
}

.pip-wrapper[policy="bottom"] {
    top: 100%;
    translate: var(--pip-toggle-translate-x) -100%;
}

.pip-wrapper[medium-video] > .pip-expanded > .pip-icon-label > .pip-label {
    font-size: 13px;
}

.pip-wrapper[medium-video] > .pip-expanded {
    font-size: 11px;
}

.pip-wrapper[position="right"] {
    /* move from the right by total width of pip toggle so that it is at least visible in the video element */
    right: calc(var(--pip-icon-width-with-margins) + var(--pip-toggle-distanceFromVideoEdge));
}

/* Re-position the first-time toggle such that it will always be the same distance away from the right edge
 * of the video, even if the label and/or message string(s) are long. */
.pip-wrapper[position="right"] > .pip-expanded {
    translate: calc(-100% + var(--pip-icon-width-with-margins));
    transform-origin: right;
}

.pip-wrapper[position="left"] {
    left: var(--pip-toggle-distanceFromVideoEdge);
}

.pip-expanded,
.pip-small,
.pip-icon,
.pip-explainer {
    position: absolute;
    left: 0;
    top: 0;
}

.pip-wrapper > .pip-expanded {
    display: flex;
    opacity: 0;
    align-items: center;
    scale: 0.33 1;
    font-size: 14px;
}

.pip-wrapper:not([small-video], [has-used]) > .pip-small {
    opacity: 0;
    transition: opacity 200ms;
}

.pip-wrapper:not([small-video], [has-used]) > .pip-expanded {
    opacity: 1;
    scale: 1;
    pointer-events: none;
}

.pip-wrapper:not([small-video], [has-used]).hovering > .pip-expanded {
    pointer-events: auto;
}

.pip-icon {
    top: 8px;
    left: 8px;
    pointer-events: none;
    background-image: url("chrome://global/skin/media/picture-in-picture-open.svg");
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: var(--pip-icon-size) var(--pip-icon-size);
    -moz-context-properties: fill;
    fill: currentColor;
    height: var(--pip-icon-size);
    width: var(--pip-icon-size);
}

.videocontrols[localedir="rtl"] .pip-icon {
    transform: scaleX(-1);
}

.pip-wrapper[position="left"] > .pip-expanded > .pip-icon-label > .pip-label {
    margin-left: var(--pip-icon-width-with-margins);
    margin-right: var(--pip-toggle-margin);
}

.pip-small {
    width: 40px;
    height: 40px;
}

.pip-wrapper[position="left"] > .pip-expanded > .pip-icon-label > .pip-icon {
    display: none;
}

.pip-wrapper:is([small-video], [has-used]) > .pip-expanded,
.pip-wrapper[position="right"]:not([small-video], [has-used]) > .pip-icon {
    display: none;
}

.pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label {
    display: flex;
    flex-direction: row;
    align-content: center;
}

.pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon,
.pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-label {
    margin-block: auto;
}

.pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon {
    margin-inline: var(--pip-toggle-margin);
}

.pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-label {
    margin-right: var(--pip-toggle-margin);
}

@media (prefers-reduced-motion) {
    .pip-wrapper,
    .pip-expanded,
    .pip-small,
    .pip-explainer {
        /* Transition changes in other rules may override this one if reduced motion is preferred.
         * Make sure this one always takes priority. */
        transition: none !important;
    }
}

/* NO EXPERIMENT - PIP STYLING */

.controlsOverlay:not(.experiment).hovering > .pip-wrapper:not(:focus-visible) {
    opacity: 0.8;
}

.controlsOverlay:not(.experiment).hovering > .pip-wrapper.hovering {
    opacity: 1;
}

/* If the PiP toggle is keyboard focused, always show it at 100% opacity */
.pip-wrapper:not([policy="hidden"], .experiment):focus-visible {
    opacity: 1;
}

/* If showing the expanded PiP toggle, don't outline the
 * parent wrapper element - the expanded toggle handles its
 * own outline. This also affects the regular toggle for small-videos. */
.pip-wrapper:not([policy="hidden"], [has-used], .experiment):focus-visible {
    outline: none;
}

/* Override outline set by ua.css for the regular toggle. */
.pip-wrapper[has-used]:not([policy="hidden"], .experiment):focus-visible {
    outline: var(--control-focus-outline);
}

.pip-wrapper:not(.experiment) > .pip-small {
    background-color: rgba(12, 12, 13, 0.65);
    box-shadow: 0 4px 4px rgba(12, 12, 13, 0.25);
    border-radius: var(--pip-border-radius-toggle);
}

.pip-wrapper:not(.experiment) > .pip-expanded,
.pip-wrapper:not(.experiment) > .pip-small {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

/* If first-time toggle is visible and then switched to the regular toggle for smaller videos,
 * maintain the border shown on the first-time toggle. */
.pip-wrapper:not([has-used], .experiment) > .pip-small {
    border: var(--pip-highlight-width) var(--pip-highlight-style);
}

.pip-wrapper:not(.experiment) > .pip-expanded {
    border: var(--pip-highlight-width) var(--pip-highlight-style);
    transition:
            opacity 250ms,
            scale 200ms;
    height: var(--pip-expanded-height);
    background-color: rgba(12, 12, 13, 0.9);
    box-shadow: 0 4px 4px rgba(12, 12, 13, 0.25);
    width: var(--pip-expanded-max-width);
    min-width: var(--pip-expanded-min-width);
    border-radius: 8px;
}

.pip-wrapper:not(.experiment).hovering > .pip-expanded {
    box-shadow: none;
    border: var(--pip-highlight-width) var(--pip-highlight-style);
    /* Remove bottom border but keep text centred with padding. */
    border-bottom: none;
    padding-bottom: var(--pip-highlight-width);
}

.pip-wrapper:not([small-video], [has-used], .experiment).hovering > .pip-expanded {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* Toggle message only appears for CONTROL variant. */
.pip-wrapper:not(.experiment) > .pip-expanded > .pip-explainer {
    padding: 6px 16px 8px 8px;
    translate: 0;
    transition:
            opacity 250ms,
            translate 190ms;
    transition-timing-function: cubic-bezier(0.07, 0.95, 0, 1);
    background: rgba(12, 12, 13, 0.65);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: var(--pip-highlight-width) var(--pip-highlight-style);
    border-top: 0;
    box-shadow: 0 4px 4px rgba(12, 12, 13, 0.25);
    opacity: 0;
    margin-inline: calc(-1 * var(--pip-highlight-width));
    width: calc(100% - 24px);
    word-break: break-word;
    pointer-events: none;
    user-select: none;
}

.videocontrols[localedir="rtl"] .pip-wrapper:not(.experiment) > .pip-explainer {
    text-align: right;
    direction: rtl;
}

.pip-wrapper:not(.experiment).hovering > .pip-expanded > .pip-explainer {
    pointer-events: auto;
    opacity: 1;
    translate: 0 calc(40px - var(--pip-highlight-width));
}

/* EXPERIMENT ONLY - PIP STYLING */

/* Since we change the outline for the first-time PiP toggle VARIANT,
 * override the focus outline in videocontrols.css as well so that
 * there is design consistency. */
.controlsContainer.experiment {
    --control-focus-outline: 2px solid #0060df;
}

.pip-wrapper.experiment > .pip-expanded > .pip-icon-label > .pip-label {
    font-size: min(16px, 1.4em);
}

/* Only the background will be set at 70% opacity. The icons and labels will remain at 100%. */
.controlsOverlay.experiment.hovering > .pip-wrapper {
    opacity: 1;
}

/* If the PiP toggle is keyboard focused, always show it and override outline set by ua.css.
 * Opacity only affects the toggle icon and label, not the background, which is handled separately. */
.pip-wrapper.experiment:not([policy="hidden"]):focus-visible {
    opacity: 1;
    /* Wrapper size won't always match pip-small or pip-expanded, so don't apply outline on wrapper. */
    outline: none;
}

/* For the regular PiP toggle, take into consideration small videos and has-used=true. */
.pip-wrapper.experiment:is([has-used], [small-video]):not([policy="hidden"]):focus-visible > .pip-small,
.pip-wrapper.experiment:not([policy="hidden"], [has-used]):focus-visible > .pip-expanded {
    outline: var(--control-focus-outline);
    outline-offset: var(--pip-toggle-focus-outline-offset);
}

.pip-wrapper.experiment > .pip-expanded > .pip-explainer {
    display: none;
}

.pip-wrapper.experiment > .pip-small {
    border-radius: var(--pip-border-radius-toggle);
    transition: background-color 200ms;
}

.pip-wrapper.experiment > .pip-expanded {
    transition:
            opacity 250ms,
            scale 200ms,
            translate 190ms,
            background-color 200ms;
    height: var(--pip-expanded-height);
    width: var(--pip-expanded-max-width);
    min-width: var(--pip-expanded-min-width);
    border-radius: var(--pip-border-radius-toggle);
}

.pip-wrapper.experiment > .pip-small,
.pip-wrapper.experiment > .pip-expanded {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
}

.pip-wrapper.experiment.hovering > .pip-small,
.pip-wrapper.experiment.hovering > .pip-expanded {
    background-color: rgba(0, 0, 0, 1);
}

.pip-wrapper.experiment:not([policy="hidden"], :focus-visible) > .pip-small,
.pip-wrapper.experiment:not([policy="hidden"], :focus-visible) > .pip-expanded {
    box-shadow: var(--pip-box-shadow-default);
}

.pip-wrapper.experiment:not([policy="hidden"], :focus-visible).hovering > .pip-small,
.pip-wrapper.experiment:not([policy="hidden"], :focus-visible).hovering > .pip-expanded {
    box-shadow: var(--pip-box-shadow-hover);
}

/* Remove white box shadow if there is keyboard focus on the toggle and
 * replace it with blue box shadow instead. */
.pip-wrapper.experiment:not([policy="hidden"]):focus-visible > .pip-small,
.pip-wrapper.experiment:not([policy="hidden"]):focus-visible > .pip-expanded {
    box-shadow: 0 0 10px rgba(0, 96, 223, 0.9);
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
    font-family:swiper-icons;
    src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight:400;
    font-style:normal
}
:root {
    --swiper-theme-color:#007aff
}
.swiper-container {
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
    list-style:none;
    padding:0;
    z-index:1
}
.swiper-container-vertical>.swiper-wrapper {
    flex-direction:column
}
.swiper-wrapper {
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:flex;
    transition-property:transform;
    box-sizing:content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform:translate3d(0px,0,0)
}
.swiper-container-multirow>.swiper-wrapper {
    flex-wrap:wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap:wrap;
    flex-direction:column
}
.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function:ease-out;
    margin:0 auto
}
.swiper-slide {
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative;
    transition-property:transform
}
.swiper-slide-invisible-blank {
    visibility:hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height:auto
}
.swiper-container-autoheight .swiper-wrapper {
    align-items:flex-start;
    transition-property:transform,height
}
.swiper-container-3d {
    perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-css-mode>.swiper-wrapper {
    overflow:auto;
    scrollbar-width:none;
    -ms-overflow-style:none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display:none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align:start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type:x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type:y mandatory
}
:root {
    --swiper-navigation-size:44px
}
.swiper-button-next,
.swiper-button-prev {
    position:absolute;
    top:50%;
    width:calc(var(--swiper-navigation-size)/ 44 * 27);
    height:var(--swiper-navigation-size);
    margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index:10;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--swiper-navigation-color,var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity:.35;
    cursor:auto;
    pointer-events:none
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family:swiper-icons;
    font-size:var(--swiper-navigation-size);
    text-transform:none!important;
    letter-spacing:0;
    text-transform:none;
    font-variant:initial;
    line-height:1
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left:10px;
    right:auto
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content:'prev'
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right:10px;
    left:auto
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content:'next'
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color:#ffffff
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color:#000000
}
.swiper-button-lock {
    display:none
}
.swiper-pagination {
    position:absolute;
    text-align:center;
    transition:.3s opacity;
    transform:translate3d(0,0,0);
    z-index:10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom:10px;
    left:0;
    width:100%
}
.swiper-pagination-bullets-dynamic {
    overflow:hidden;
    font-size:0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform:scale(.33);
    position:relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform:scale(.33)
}
.swiper-pagination-bullet {
    width:8px;
    height:8px;
    display:inline-block;
    border-radius:100%;
    background:#000;
    opacity:.2
}
button.swiper-pagination-bullet {
    border:none;
    margin:0;
    padding:0;
    box-shadow:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor:pointer
}
.swiper-pagination-bullet-active {
    opacity:1;
    background:var(--swiper-pagination-color,var(--swiper-theme-color))
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right:10px;
    top:50%;
    transform:translate3d(0px,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:6px 0;
    display:block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top:50%;
    transform:translateY(-50%);
    width:8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display:inline-block;
    transition:.2s transform,.2s top
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left:50%;
    transform:translateX(-50%);
    white-space:nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition:.2s transform,.2s left
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition:.2s transform,.2s right
}
.swiper-pagination-progressbar {
    background:rgba(0,0,0,.25);
    position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background:var(--swiper-pagination-color,var(--swiper-theme-color));
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transform:scale(0);
    transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width:100%;
    height:4px;
    left:0;
    top:0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width:4px;
    height:100%;
    left:0;
    top:0
}
.swiper-pagination-white {
    --swiper-pagination-color:#ffffff
}
.swiper-pagination-black {
    --swiper-pagination-color:#000000
}
.swiper-pagination-lock {
    display:none
}
.swiper-scrollbar {
    border-radius:10px;
    position:relative;
    -ms-touch-action:none;
    background:rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position:absolute;
    left:1%;
    bottom:3px;
    z-index:50;
    height:5px;
    width:98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position:absolute;
    right:3px;
    top:1%;
    z-index:50;
    width:5px;
    height:98%
}
.swiper-scrollbar-drag {
    height:100%;
    width:100%;
    position:relative;
    background:rgba(0,0,0,.5);
    border-radius:10px;
    left:0;
    top:0
}
.swiper-scrollbar-cursor-drag {
    cursor:move
}
.swiper-scrollbar-lock {
    display:none
}
.swiper-zoom-container {
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width:100%;
    max-height:100%;
    object-fit:contain
}
.swiper-slide-zoomed {
    cursor:move
}
.swiper-lazy-preloader {
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    transform-origin:50%;
    animation:swiper-preloader-spin 1s infinite linear;
    box-sizing:border-box;
    border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius:50%;
    border-top-color:transparent
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color:#000
}
@keyframes swiper-preloader-spin {
    100% {
        transform:rotate(360deg)
    }
}
.swiper-container .swiper-notification {
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events:none;
    transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events:none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}
.swiper-container-cube {
    overflow:visible
}
.swiper-container-cube .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1;
    visibility:hidden;
    transform-origin:0 0;
    width:100%;
    height:100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events:none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events:auto;
    visibility:visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position:absolute;
    left:0;
    bottom:0px;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    -webkit-filter:blur(50px);
    filter:blur(50px);
    z-index:0
}
.swiper-container-flip {
    overflow:visible
}
.swiper-container-flip .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events:none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
