html,
body,
div,
ul,
ol,
li,
h1,
p {
    color: #333;
    font-family: ArialMT;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

ol,
ul,
li {
    list-style: none;
}


/* 超大型设备（大屏笔电、台式机，1200 像素及以上） */

@media only screen and (min-width: 1600px) {
    /* 镜头测评页面 */
    /* 顶部大图 */
    .cml-top-bg {
        width: 100%;
        height: 600px;
        background-image: url(../img/bg-Testimonials.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .cml-content-width {
        width: 1600px;
        margin: 0 auto;
        padding: 0;
    }
    .cml-top-h1 {
        padding-top: 230px;
        font-size: 48px;
        color: #fff;
        width: 900px;
        font-weight: normal;
    }
    .cml-top-p {
        margin-top: 12px;
        font-size: 18px;
        color: #fff;
        opacity: 0.6;
        width: 900px;
    }
    /* 筛选 */
    .cml-sift {
        width: 100%;
        height: 100px;
        background-color: #333;
    }
    .cml-sift-select-box {
        padding: 26px 0;
    }
    .cml-sift-select {
        width: 260px;
        height: 46px;
        margin-right: 32px;
        padding-left: 6px;
        font-size: 14px;
        border: 1px solid #555;
        background-color: #333;
        color: #ccc;
        border-radius: 4px;
        outline: none;
    }
    .cml-sift-search-box {
        display: inline-block;
        position: absolute;
        width: 480px;
    }
    .cml-sift-search-box img {
        position: absolute;
        left: 10px;
        top: 14px;
        z-index: 100;
    }
    .cml-sift-search-btn {
        width: 100px;
        height: 46px;
        font-size: 14px;
        color: #fff;
        background-color: #00adae;
        top: 0;
        right: 10px;
        float: right;
        text-align: center;
        padding: 14px 0;
        cursor: pointer;
        border-radius: 0px 4px 4px 0px;
    }
    .cml-sift-search-btn:hover {
        background-color: #008889;
    }
    .cml-sift-search-box input {
        width: 380px;
        height: 46px;
        padding-left: 32px;
        box-sizing: border-box;
        border: 1px solid #555;
        border-right: none;
        background-color: #333;
        font-size: 14px;
        color: #ccc;
        border-radius: 4px 0px 0px 4px;
        outline: none;
        float: left;
    }
    /* 测评-列表 */
    .cml-list-testimonials {
        /* background-color: #141414; */
        padding: 36px 0;
    }
    .cml-list-testimonials-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 26px 26px;
    }
    .cml-testimonials-box {
        display: flex;
        flex-direction: column;
        width: 380px;
        /* margin-right: 10px; */
    }
    .cml-testimonials-pic-box {
        width: 380px;
        height: 230px;
        overflow: hidden;
        margin-bottom: 12px;
        border-radius: 10px;
        position: relative;
    }
    .video-play {
        width: 46px;
        height: 46px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*display: none;*/
        z-index: 1;
    }
    .cml-testimonials-pic {
        cursor: pointer;
        transition: all 0.6s;
        width: 100%;
    }
    .cml-testimonials-box:hover .cml-testimonials-pic {
        transform: scale(1.2);
    }
    .cml-testimonials-box:hover .video-play {
        display: block;
    }
    .cml-testimonials-box:hover .cml-testimonials-title {
        color: #00adae;
    }
    .cml-testimonials-title {
        font-size: 14px;
        /* height: 36px; */
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /*想省略几行就写几*/
        -webkit-box-orient: vertical;
        margin-top: 10px;
        transition: all 0.6s;
    }
    .cml-testimonials-box p {
        font-size: 12px;
        color: #999;
        margin-top: 6px;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    /* 分页 */
    .cml-list-Pagination {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 30px 0;
    }
    .cml-list-Pagination-ul li {
        float: left;
        padding: 0 22px;
        height: 40px;
        line-height: 40px;
    }
    .cml-list-Pagination-ul li a {
        font-size: 14px;
        color: #999;
    }
    .cml-list-Pagination-ul li a:hover {
        color: #fff;
    }
    .activepage {
        font-size: 14px!important;
        color: #fff!important;
        background-color: #00adae;
        border-radius: 50%;
        width: 40px!important;
        height: 40px!important;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
    }
    .Pagination-a:hover {
        color: #00adae!important;
    }
    /* 电影列表页面-banner */
    .cml-baner-bg {
        background-image: url(../img/cml-banner-bg.png)!important;
    }
    .content-centre {
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cml-banner-box {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .cml-banner-product {
        width: 390px;
        height: auto;
    }
    .cml-banner-text {
        margin-left: 40px;
        max-width: 80%;
        overflow: hidden;
    }
    .cml-banner-text h1 {
        font-size: 48px;
        color: #fff;
        font-weight: 500;
        max-width: 800px;
    }
    .cml-banner-text p {
        font-size: 18px;
        color: #fff;
        opacity: 0.6;
        margin-top: 18px;
        max-width: 800px;
    }
    .cml-banner-text a {
        font-size: 16px;
        color: #fff;
        padding: 12px 34px;
        border: 1px solid #fff;
        border-radius: 60px;
        margin-top: 18px;
        display: inline-block;
        margin-top: 30px;
        transition: all 1s;
    }
    .cml-banner-text a:hover {
        color: #333;
        background-color: #fff;
    }
    /* 电影列表页面-筛选 */
    .cml-list-sift {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .cml-list-title h1 {
        font-size: 36px;
        color: #fff;
        font-weight: 500;
    }
    .select-wrap-width {
        display: flex;
        justify-content: flex-end;
        flex: 2;
    }
    .cml-sift-reset-btn {
        font-size: 14px;
        color: #000;
        width: 108px;
        height: 46px;
        border-radius: 4px;
        background-color: #ededed;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .cml-sift-reset-btn:hover {
        background-color: #d7d7d7;
        transition: all 0.3s;
    }
    /* 电影列表页面-产品列表样式 */
    .cml-product-list {
        background-color: #141414;
        padding: 36px 0;
    }
    .cml-product-list-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 34px;
    }
    .cml-product-list-box {
        width: 510px;
        display: flex;
        flex-direction: column;
    }
    .cml-product-list-box:hover .cml-product-pic-box img {
        transform: scale(1.2);
    }
    .cml-product-list-box:hover .cml-product-text h1 {
        color: #00adae;
    }
    .cml-product-pic-box {
        background-image: radial-gradient(circle, #4f4f4f, #262626);
        width: 100%;
        height: 348px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }
    .cml-product-pic-box img {
        transition: all 0.6s;
        /* width: 55%; */
    }
    .cml-product-tag {
        position: absolute;
        top: 14px;
        left: 14px;
        color: #613c05;
        font-size: 14px;
        background-color: #c7a470;
        padding: 4px 12px;
        border-radius: 4px;
    }
    .cml-product-text {
        width: 100%;
        height: 80px;
        padding: 14px 14px;
        box-sizing: border-box;
        border-radius: 0 0 10px 10px;
        background-color: #0c0c0c;
        overflow: hidden;
    }
    .cml-product-text h1 {
        font-size: 18px;
        color: #fff;
        transition: all 0.6s;
        font-weight: 500;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    .cml-product-text p {
        font-size: 14px;
        color: #999999;
        margin-top: 6px;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    /* 电影镜头首页-热门产品 */
    .cml-home-list {
        background-color: #141414;
    }
    .cml-home-list-title {
        position: relative;
    }
    .cml-home-list-h1 {
        font-size: 40px;
        color: #fff;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .cml-home-list-more {
        position: absolute;
        right: 0;
        bottom: 18px;
        color: #666;
        font-size: 14px;
    }
    .cml-home-list-more:hover {
        color: #fff;
        text-decoration: underline;
    }
    .cml-home-list-more img {
        width: 7px;
        height: 10px;
        margin-left: 6px;
    }
    /* 样片-视频页面 */
    .bg-color-white {
        background-color: #fff!important;
    }
    .bg-color-grey {
        background-color: #f3f3f3!important;
    }
    .select-another-style {
        border: 1px solid #d2d2d2!important;
        background-color: #fff!important;
        color: #333!important;
    }
    .border-right {
        border-right: none!important;
    }
    .title-color-black {
        color: #333;
    }
    .bg-gallery-video {
        background-image: url(../img/bg-video.png)!important;
    }
    /* 摄影镜头页面 */
    .camera-banner-bg {
        background-image: url(../img/camera-banner-bg.png)!important;
    }
    .text-color-black {
        color: #333!important;
    }
    #banner-btn-more {
        font-size: 16px;
        color: #fff;
        background-color: #333;
        padding: 14px 34px;
        border: none;
        border-radius: 60px;
        margin-top: 18px;
        display: inline-block;
        margin-top: 30px;
        transition: all 0.6s;
    }
    #banner-btn-more:hover {
        color: #333;
        background-color: #fff;
    }
    .camera-banner-product {
        width: 250px;
        height: auto;
    }
    .camera-list-title {
        color: #333!important;
    }
    /* 摄影镜头页面-列表 */
    .bg-color-f9 {
        background-color: #f9f9f9!important;
    }
    .camera-product-list-box {
        width: 510px;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
    }
    .camera-product-pic-box img {
        transition: all 0.6s;
    }
    .camera-product-list-box:hover {
        box-shadow: 0px 10px 25px rgb(27, 27, 28, 0.2);
    }
    .camera-product-list-box:hover .camera-product-pic-box img {
        transform: scale(1.1);
    }
    .camera-product-list-box:hover .camera-product-text h1 {
        color: #00adae;
    }
    .camera-product-tag {
        position: absolute;
        top: 14px;
        left: 14px;
        color: #ffecc7;
        font-size: 14px;
        background-color: #fa3f3f;
        border: 1px solid #e81b1b;
        padding: 4px 12px;
        border-radius: 4px;
    }
    .camera-product-pic-box {
        background-image: linear-gradient( #f6f6f6, #d6d7dc);
        width: 100%;
        height: 348px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }
    .camera-product-text {
        width: 100%;
        height: 80px;
        padding: 18px 20px;
        box-sizing: border-box;
        border-radius: 0 0 10px 10px;
        background-color: #fff;
        overflow: hidden;
    }
    .camera-product-text h1 {
        font-size: 18px;
        color: #333;
        transition: all 0.6s;
        font-weight: 500;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    .camera-product-text p {
        font-size: 14px;
        color: #999999;
        margin-top: 6px;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    /* 配件列表页 */
    .attachment-banner-bg {
        background-image: url(../img/atm-banner-bg.png);
    }
    .mar-right-80 {
        margin-right: 80px;
    }
    .activepage2 {
        font-size: 14px!important;
        color: #00adae!important;
        border: 1PX solid #00adae;
        border-radius: 50%;
        width: 40px!important;
        height: 40px!important;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
    }
    /* 搜索页面 */
    .search-top-bg {
        width: 100%;
        height: 360px;
        background-image: url(../img/search-top-bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .searchbar-center {
        height: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .searchbar-box {
        display: block;
        position: relative;
        width: 680px;
    }
    .searchbar-box img {
        position: absolute;
        left: 10px;
        top: 14px;
        z-index: 100;
    }
    .searchbar-btn {
        width: 120px;
        height: 46px;
        font-size: 14px;
        color: #fff;
        background-color: #00adae;
        top: 0;
        right: 10px;
        float: right;
        text-align: center;
        padding: 14px 0;
        cursor: pointer;
        border-radius: 0px 4px 4px 0px;
        transition: all 0.6s;
    }
    .searchbar-btn:hover {
        background-color: #008889;
    }
    .searchbar-box input {
        width: 560px;
        height: 46px;
        padding-left: 32px;
        box-sizing: border-box;
        border: 1px solid #d2d2d2;
        border-right: none;
        background-color: #fff;
        font-size: 14px;
        color: #333;
        border-radius: 4px 0px 0px 4px;
        outline: none;
        float: left;
    }
    .search-result-catalogue {
        background-color: #333;
    }
    .search-wrap-color {
        background-color: #151515;
    }
    .content-width-1200 {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    .src-btn {
        color: #aaa;
        display: inline-block;
        padding: 30px 0px;
        position: relative;
        margin-right: 50px;
    }
    .src-btn::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translate(-50%) scaleX(0);
        transition: .2s ease-in-out;
        width: 100%;
        border-bottom: 2px solid #00adae;
        opacity: 0;
    }
    .src-btn:hover {
        color: #00adae;
    }
    .src-btn:hover::after {
        opacity: 1;
        transform: translate(-50%) scaleX(1);
    }
    .src-active {
        color: #00adae;
        border-bottom: 2px solid #00adae;
    }
    .search-result-list a {
        width: 100%;
        display: inline-block;
        padding: 32px 0;
        color: #aaa;
        border-bottom: 1px solid #555;
        position: relative;
        transition: all 0.6s;
    }
    .search-result-list a:hover {
        color: #00adae;
    }
    .search-result-list img {
        width: 8px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    /* 新闻列表 */
    .news-date-box {
        display: flex;
        float: right;
        margin-top: 20px;
        position: relative;
    }
    .news-date-box img {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 9px;
        left: 10px;
    }
    .news-date-box input {
        width: 250px;
        height: 36px;
        outline: none;
        border: 1px solid #555;
        border-radius: 4px;
        margin-right: 14px;
        padding-left: 36px;
        padding-right: 10px;
        box-sizing: border-box;
        background-color: #444;
        color: #aaa;
    }
    .news-date-btn {
        width: 100px;
        height: 36px;
        background-color: #00adae;
        border-radius: 4px;
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .news-date-btn:hover {
        background-color: #008889;
    }
    .top-bg-style {
        width: 100%;
        height: 600px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .bg-pic-news {
        background-image: url(../img/bg-news.png)!important;
    }
    .top-catalogue-wrap {
        background-color: #333;
        width: 100%;
    }
    .catalogue-btn {
        color: #aaa;
        font-size: 16px;
        display: inline-block;
        padding: 26px 0px;
        position: relative;
        margin-right: 50px;
    }
    .catalogue-btn::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translate(-50%) scaleX(0);
        transition: .2s ease-in-out;
        width: 100%;
        border-bottom: 2px solid #00adae;
        opacity: 0;
    }
    .catalogue-btn:hover {
        color: #00adae;
    }
    .catalogue-btn:hover::after {
        opacity: 1;
        transform: translate(-50%) scaleX(1);
    }
    .catalogue-btn-active {
        color: #00adae;
        border-bottom: 2px solid #00adae;
    }
    .list-content-wrap {
        background-color: #151515;
        width: 100%;
    }
    .news-content-box {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 32px 32px;
        background-color: #333;
        transition: all 0.6s;
        position: relative;
    }
    .news-pic-wrap {
        width: 400px;
        height: 232px;
        border-radius: 10px;
        overflow: hidden;
    }
    .news-pic-wrap img {
        width: 100%;
        height: auto;
        transition: all 0.6s;
    }
    .news-test-wrap {
        flex: 1;
        margin-left: 32px;
    }
    .news-test-wrap h1 a {
        font-size: 26px;
        color: #fff;
        font-weight: 500;
        line-height: 80px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /*想省略几行就写几*/
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.6s;
    }
    .news-test-wrap p a {
        font-size: 16px;
        color: #999;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /*想省略几行就写几*/
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .news-date {
        font-size: 16px;
        color: #999;
        margin-top: 32px;
        margin-right: 26px;
        display: inline-block;
    }
    .news-btn {
        font-size: 16px;
        color: #00adae;
        margin-top: 32px;
        display: inline-block;
    }
    .news-content-box:hover {
        box-shadow: 0px 10px 25px rgb(27, 27, 28, 0.2);
    }
    .news-content-box:hover .news-test-wrap h1 a {
        color: #00adae;
    }
    .news-content-box:hover .news-pic-wrap a img {
        transform: scale(1.2);
    }
    .news-content-box:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 100;
        width: 0;
        height: 2px;
        background: #00adae;
        transition: all 0.6s;
    }
    .news-content-box:hover:after {
        width: 100%;
    }
    .news-list-bar {
        padding-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 24px 24px;
    }
    /* 新闻内容 */
    .news-details-box {
        background-color: #333;
        box-shadow: 0px 10px 25px rgb(27, 27, 28, 0.2);
        width: 1380px;
        margin: 0 auto;
        padding: 80px;
        position: relative;
        top: -80px;
    }
    .news-details-title {
        font-size: 36px;
        color: #fff;
        font-weight: 500;
    }
    .news-details-date,
    .news-details-author {
        font-size: 16px;
        color: #999;
        margin-right: 20px;
        margin-top: 20px;
        display: inline-block;
    }
    .news-details-top {
        border-bottom: 1px solid #555;
        padding-bottom: 40px;
    }
    .news-details-text-box {
        padding: 40px 0;
    }
    .news-details-p {
        font-size: 16px;
        color: #bbb;
        margin-bottom: 20px;
        line-height: 32px;
    }
    .news-details-text-box img {
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        display: block;
    }
    .news-details-bottom {
        border-top: 1px solid #555;
        padding-top: 40px;
    }
    .news-details-pre span {
        font-size: 14px;
        font-weight: bold;
        color: #bbb;
    }
    .news-details-pre a {
        font-size: 14px;
        color: #bbb;
    }
    .news-details-pre a:hover {
        color: #00adae;
        text-decoration: underline;
    }
    .news-details-pre:first-child {
        margin-bottom: 24px;
    }
    .news-details-btn:first-child {
        margin-right: 40px;
    }
    .news-details-btn {
        color: #00adae;
        font-size: 16px;
        width: 180px;
        height: 48px;
        border: 1px solid #00adae;
        border-radius: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.6s;
    }
    .news-details-btn:hover {
        color: #fff;
        background-color: #00adae;
    }
    .news-details-btn-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 40px;
    }
    /* 购买支持 */
    .bg-pic-purchase {
        background-image: url(../img/bg-purchase.png);
    }
    .purchase-support-wrap {
        background-color: #151515;
    }
    .purchase-support-head {
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .purchase-support-head p {
        font-size: 18px;
        color: #aaa;
        display: inline-block;
        line-height: 36px;
        margin-left: 20px;
    }
    .purchase-support-head p span {
        color: #00adae;
    }
    .purchase-support-head img {
        width: 48px;
        height: 48px;
        opacity: 0.8;
    }
    /* 表格 */
    .purchase-support-table {
        width: 100%;
        border-bottom: 1px solid #555;
        margin-bottom: 40px;
    }
    .table-tr {
        width: 100%;
        box-sizing: border-box;
        transition: all 0.6s;
    }
    .table-tr:hover {
        background-color: #333;
    }
    .table-tr th {
        font-size: 18px;
        color: #aaa;
        font-weight: bold;
        text-align: left;
        padding: 18px;
        border-top: 1px solid #555;
    }
    .table-tr td {
        font-size: 16px;
        color: #aaa;
        padding: 18px;
        border-top: 1px solid #555;
    }
    .table-tr td a {
        color: #fff;
    }
    .table-tr td a:hover {
        color: #00adae;
    }
    .table-tr td:nth-of-type(1) {
        width: 25%;
        padding-right: 5%;
        box-sizing: border-box;
    }
    .table-tr td:nth-of-type(2) {
        width: 25%;
        padding-right: 5%;
        box-sizing: border-box;
    }
    .table-tr td:nth-of-type(3) {
        width: 10%;
        padding-right: 5%;
        box-sizing: border-box;
    }
    .table-tr td:nth-of-type(4) {
        width: 15%;
        padding-right: 5%;
        box-sizing: border-box;
    }
    .table-tr td:nth-of-type(5) {
        width: 25%;
    }
    /* 联系我们 */
    .bg-pic-contactus {
        background-image: url(../img/bg-contactus.png);
    }
    .contactus-bg {
        width: 100%;
        background-color: #151515;
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contactus-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1400px;
        height: 640px;
        border-radius: 20px;
        overflow: hidden;
    }
    .contactus-img-box {
        width: 750px;
        height: 640px;
        position: relative;
        overflow: hidden;
    }
    .contactus-img-text {
        position: absolute;
        left: 0px;
        bottom: 32px;
        z-index: 50;
    }
    .contactus-img-text p:nth-of-type(1) {
        font-size: 30px;
        color: #1a1a1a;
        margin-bottom: 10px;
        padding: 0 32px;
    }
    .contactus-img-text p:nth-of-type(2) {
        font-size: 18px;
        color: #616162;
        margin-bottom: 10px;
        padding: 0 32px;
    }
    .contactus-img-text p:nth-of-type(3) {
        font-size: 24px;
        color: #00adae;
        padding: 0 32px;
    }
    .contactus-form-box {
        width: 650px;
        height: 640px;
        background-color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px 20px;
    }
    .contactus-input-name {
        font-size: 14px;
        color: #aaa;
        margin-bottom: 10px;
    }
    .contactus-input {
        width: 400px;
        height: 40px;
        outline: none;
        font-size: 14px;
        color: #fff;
        padding: 0 14px;
        box-sizing: border-box;
        border: 1px solid #555;
        background-color: #444;
        border-radius: 4px;
    }
    .contactus-textarea {
        width: 400px;
        height: 140px;
        outline: none;
        font-size: 14px;
        color: #fff;
        padding: 14px 14px;
        box-sizing: border-box;
        border: 1px solid #555;
        background-color: #444;
        border-radius: 4px;
    }
    .contactus-input-btn {
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 140px;
        height: 40px;
        background-color: #00adae;
        border-radius: 4px;
        float: left;
        transition: all 0.6s;
    }
    .contactus-input-btn-wrap {
        width: 400px;
    }
    .contactus-input-btn:hover {
        background-color: #008889;
    }
    .contactus-img-box img {
        width: 100%;
        transition: all 0.6s;
    }
    .contactus-img-box img:hover {
        transform: scale(1.2);
    }
    /* 下载中心 */
    .bg-pic-download {
        background-image: url(../img/bg-downloadcenter.png);
    }
    .download-center {
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .download-top-h1 {
        font-size: 48px;
        color: #fff;
        font-weight: normal;
    }
    .download-top-p {
        margin-top: 12px;
        font-size: 18px;
        color: #fff;
        opacity: 0.6;
        margin-bottom: 30px;
    }
    .border-none {
        border: none!important;
    }
    /* 分类 */
    .download-catalogue {
        width: 100%;
        height: 82px;
        background-color: #333;
        display: flex;
        justify-content: center;
    }
    .download-catalogue-a {
        font-size: 16px;
        color: #aaaaaa;
        display: block;
        height: 80px;
        line-height: 80px;
        margin: 0 40px;
        transition: all 0.6s;
    }
    .download-catalogue-active {
        font-size: 16px;
        display: block;
        height: 80px;
        line-height: 80px;
        margin: 0 40px;
        transition: all 0.6s;
        color: #00adae!important;
        border-bottom: 2px solid #00adae;
    }
    .download-catalogue-a:hover {
        color: #00adae;
        transform: translate(0, -10px);
    }
    .download-list-wrap {
        background-color: #151515;
        width: 100%;
        padding: 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .download-list-box {
        width: 1180px;
        height: 80px;
        padding: 0 50px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        transition: all 0.6s;
    }
    .download-list-title {
        font-size: 18px;
        color: #bbb;
        margin-left: 10px;
        flex: 1;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    .download-list-title:hover {
        text-decoration: underline;
    }
    .download-list-btn {
        font-size: 16px;
        color: #00adae;
        margin-right: 12px;
        opacity: 0;
        transition: all 0.6s;
    }
    .icon-square,
    .icon-download {
        display: block;
    }
    .icon-square-active,
    .icon-download-active {
        display: none;
    }
    .download-list-box:hover .icon-square {
        display: none;
    }
    .download-list-box:hover .icon-square-active {
        display: block;
    }
    .download-list-box:hover .icon-download {
        display: none;
    }
    .download-list-box:hover .icon-download-active {
        display: block;
    }
    .download-list-box:hover .download-list-btn {
        opacity: 1;
    }
    .download-list-box:hover {
        background-color: #333;
        box-shadow: 0px 3px 12px rgb(27, 27, 28, 0.1);
    }
    /* 问题与解答页面 */
    .bg-pic-qa {
        background-image: url(../img/bg-qa.png);
    }
    .qa-text {
        font-size: 14px!important;
        margin-right: 20px;
    }
    .qa-text-rit {
        margin-right: 20px;
    }
    .qa-bottom-pic {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../img/bg-qa-mail.png);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .qa-bottom-pic p {
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 24px;
        margin-bottom: 26px;
        width: 40%;
    }
    .qa-bottom-pic a {
        font-size: 16px;
        color: #00adae;
        width: 200px;
        height: 50px;
        border-radius: 60px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.6s;
    }
    .qa-bottom-pic a:hover {
        transform: scale(1.2);
    }
    /* 下载中心详情页 */
    .dc-details-wrap {
        width: 100%;
        background-color: #151515;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 32px 0;
    }
    .dc-details-head {
        width: 1600px;
        min-height: 420px;
        padding: 40px 40px;
        border-radius: 10px;
        background-color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 32px;
    }
    .dc-details-head img {
        width: 300px;
        height: auto;
        margin: 0 130px;
    }
    .dc-details-head h1 {
        font-size: 36px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 32px;
    }
    .dc-details-head p {
        font-size: 16px;
        color: #999;
    }
    .dc-table {
        width: 1600px;
        background-color: #333;
        border-radius: 10px;
        margin-bottom: 32px;
    }
    .dc-table-tr {
        width: 100%;
    }
    .dc-table-tr th {
        font-size: 16px;
        color: #aaa;
        font-weight: normal;
        text-align: left;
        padding: 20px 0;
    }
    .dc-table-tr td {
        font-size: 16px;
        color: #fff;
        padding: 20px 0;
        border-top: 1px solid #555;
    }
    .dc-table-tr td:nth-of-type(1) {
        width: 30%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr td:nth-of-type(2) {
        width: 30%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr td:nth-of-type(3) {
        width: 20%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr td:nth-of-type(4) {
        width: 20%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr th:nth-of-type(1) {
        width: 30%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr th:nth-of-type(2) {
        width: 30%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr th:nth-of-type(3) {
        width: 20%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr th:nth-of-type(4) {
        width: 20%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-btn {
        font-size: 14px;
        color: #fff;
        padding: 8px 20px;
        background-color: #00adae;
        border-radius: 60px;
        transition: all 0.6s;
    }
    .dc-table-btn:hover {
        background-color: #008889;
    }
    .dc-details-bottom {
        width: 1600px;
        border-radius: 10px;
        background-color: #333;
        padding: 0 50px;
    }
    .dc-details-bottom h1 {
        font-size: 30px;
        color: #fff;
        font-weight: normal;
        border-bottom: 1px solid #555;
        width: 100%;
        padding: 40px 0;
    }
    .dc-details-bottom p {
        font-size: 16px;
        color: #aaa;
        line-height: 32px;
        margin: 40px 0;
    }
    /* 相机镜头-详情页面 */
    .cd-head-wrap {
        width: 100%;
        min-height: 620px;
        background-image: url(../img/bg-camera-details.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 0;
        box-sizing: border-box;
    }
    .cd-pic-box {
        width: 700px;
        height: 480px;
        margin-right: 70px;
    }
    .swiper1 {
        width: 100%;
        height: 480px;
    }
    .swiper1 .swiper-slide img {
      /*  width: 100%;
        height: 480px; */
    }
    .swiper-slide {
        /* background: #fff; */
        /* Center slide text vertically */
        /* display: -webkit-box;
        display: -ms-flexbox; */
        /* display: -webkit-flex; */
        /* display: flex; */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-container {
        --swiper-theme-color: #fff;
        --swiper-navigation-color: #fff;
        /* 单独设置按钮颜色 */
        --swiper-navigation-size: 24px;
        /* 设置按钮大小 */
    }
    /* 右边盒子 */
    .product-honor-wrap {
        margin-bottom: 18px;
    }
    .product-honor-wrap img {
        width: auto;
        height: 68px;
        margin-right: 10px;
    }
    .cd-Honor-pic {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px 16px;
    }
    .cd-right-box {
        width: 830px;
    }
    .cd-right-box h1 {
        font-size: 40px;
        color: #333;
        font-weight: 500;
    }
    .cd-right-box p {
        font-size: 16px;
        color: #666;
        padding: 26px 0;
    }
    .cd-color-wrap {
        padding: 26px 0;
        border-bottom: 1px dashed #e5e5e5;
        border-top: 1px dashed #e5e5e5;
    }
    .cd-kakou-wrap {
        padding: 26px 0;
    }
    .cd-kakou-wrap .cd-color-btn {
        margin-bottom: 14px;
    }
    .cd-color-btn {
        font-size: 16px;
        color: #666666;
        padding: 12px 30px;
        border-radius: 60px;
        border: 1px solid #dcdcdc;
        background-color: #fff;
        display: inline-block;
        margin-right: 20px;
        cursor: pointer;
        transition: all 0.6s;
    }
    .cd-color-btn:hover {
        color: #00adae;
        border: 1px solid #00adae;
    }
    .cd-btn-active {
        font-size: 16px;
        color: #00adae;
        padding: 12px 30px;
        border-radius: 60px;
        border: 1px solid #00adae;
        background-color: #fff;
        display: inline-block;
        margin-right: 20px;
        cursor: pointer;
    }
    .cd-circle {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px;
        border:1px solid;
    }
    .bc-black {
        background-color: #000;
    }
    .bc-silver {
        background-color: #dfdfdf;
    }
    .cd-mrg {
        margin-bottom: 14px;
    }
    .cd-buy {
        font-size: 18px;
        color: #fff;
        padding: 16px 64px;
        border-radius: 60px;
        background-color: #00adae;
        transition: all 0.6s;
        display: inline-block;
        border:none;
    }
    .cd-buy:hover {
        background-color: #008889;
    }
    /* 详情页导航 */
    .cd-navbar {
        width: 100%;
        background-color: #333333;
        height: 64px;
        z-index: 2;
        /* position: relative; */
    }
    .cd-navbar ul {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 82%;
        background-color: #333333;
        margin: 0 auto;
        max-height: 100%;
    }
    .cd-navbar li {
        margin: 0 20px;
    }
    .cd-navbar-a {
        font-size: 22px;
        color: #999;
        padding: 18px 40px;
        display: inline-block;
        transition: all 0.6s;
    }
    .cd-navbar-a:hover {
        font-size: 22px;
        color: #00adae;
        padding: 18px 40px;
        display: inline-block;
    }
    .cd-navbar-active {
        font-size: 22px;
        color: #00adae;
        padding: 18px 40px;
        border-bottom: 2px solid #00adae;
        display: inline-block;
        box-sizing: border-box;
    }
    /* 详情页内容 */
    .cd-content-wrap {
        background-color: #f5f5f5;
        width: 100%;
        padding: 26px 0;
    }
    .cd-Features video {
        width: 100%;
        height: auto;
        padding: 3px 0;
        margin: 0;
        display: block;
    }
    .cd-Features {
        width: 100%;
        background-color: #fff;
    }
    .cd-Features img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        display: block;
    }
    .cd-Specifications {
        width: 100%;
        padding: 0 60px 60px 60px;
        background-color: #fff;
        margin-top: 26px;
        /* position: relative; */
    }
    /* .cd-a{
    display: block;
    width: 1px;
    height: 120px;
    background-color: #00adae;
    position: absolute;
    top: -100px;
} */
    .cd-title {
        font-size: 42px;
        color: #000000;
        font-weight: normal;
        text-align: center;
        width: 100%;
        padding: 60px 0;
    }
    .camera-details-table {
        width: 100%;
    }
    .camera-details-tr {
        width: 100%;
    }
    .camera-details-tr td {
        font-size: 16px;
        color: #333333;
        padding: 18px 36px;
    }
    .camera-details-tr td:nth-child(1) {
        width: 35%;
    }
    .camera-details-tr td:nth-child(2) {
        width: 65%;
    }
    .camera-details-tr:nth-child(odd) {
        background-color: #f8f9fb;
    }
    .cd-MTF {
        width: 640px;
        display: inline-block;
        margin: 30px;
    }
    .cd-MTF p {
        font-size: 30px;
        color: #000;
        text-align: center;
        width: 100%;
        margin: 40px;
    }
    .MTF-img-box {
        width: 640px;
        height: 365px;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0 5px 15px rgb(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .MTF-img-box img {
        width: auto;
        height: auto;
    }
    .cd-MTF-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* 电影镜头详情 */
    .cinema-head-black {
        background-image: none!important;
        background-color: #151515!important;
    }
    .cd-text-white {
        color: #fff!important;
    }
    .cd-text-g {
        color: #999!important;
        /* border-bottom: 1px dashed rgb(255, 255, 255, 0.2)!important; */
    }
    .cd-color-wrap-black {
        border-bottom: 1px dashed rgb(255, 255, 255, 0.2)!important;
        border-top: 1px dashed rgb(255, 255, 255, 0.2)!important;
    }
    .cd-color-btn-black {
        font-size: 16px;
        color: #888888;
        padding: 12px 30px;
        border-radius: 60px;
        background-color: #333333;
        display: inline-block;
        margin-right: 20px;
        cursor: pointer;
        transition: all 0.6s;
    }
    .cd-color-btn-black:hover {
        color: #fff;
        background-color: #4a4a4a;
    }
    .cd-btn-active-black {
        font-size: 16px;
        color: #000000;
        padding: 12px 30px;
        border-radius: 60px;
        background-color: #ededed;
        background-color: #fff;
        display: inline-block;
        margin-right: 20px;
        cursor: pointer;
    }
    .cd-kakou-wrap .cd-color-btn-black {
        margin-bottom: 14px;
    }
    .cd-navbar-black {
       /* background-color: #333333!important;*/
    }
    .cd-content-wrap-black {
        background-color: #000!important;
    }
    .cd-Specifications-black {
        background-color: #333333!important;
    }
    .cd-title-black {
        color: #fff!important;
    }
    .black-table td {
        color: #fff!important;
    }
    .camera-details-tr:nth-child(odd) {
        background-color: rgb(255, 255, 255, 0.1)!important;
    }
    /* 样片 */
    .bg-gallery-img {
        background-image: url(../img/bg-sample-images.png);
    }
    .view-more-btn {
        font-size: 16px;
        color: #fff;
        padding: 12px 0;
        background-color: #00adae;
        border-radius: 60px;
        margin: 0 auto;
        text-align: center;
        width: 180px;
        display: block;
    }
    .box_img:hover .img_item {
        transform: scale(1.2);
        /* 鼠标滑过放大 */
    }
    .box_img {
        font-size: 0;
    }
    .box_img:hover .box_img-name {
        display: block;
    }
    .box_img-name {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        width: 100%;
        height: 48px;
        position: absolute;
        z-index: 100;
        bottom: 0;
        display: none;
    }
    .box_img-name p {
        font-size: 14px;
        color: #fff;
        margin-top: 4px;
        margin-left: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        direction: ltr;
    }
    /* 关于我们页面 */
    .about-swiper-pic {
        height: 100%!important;
    }
    .bg-pic-aboutus {
        background-image: url(../img/bg-aboutus.png);
    }
    /* 关于我们导航 */
    .about-navbar {
        width: 100%;
        background-color: #333;
        height: 70px;
        z-index: 2;
        /* position: relative; */
    }
    .about-navbar ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .about-navbar li {
        margin: 0 10px;
    }
    .about-navbar-a {
        font-size: 16px;
        color: #bbbbbb;
        padding: 25px 30px;
        display: inline-block;
        transition: all 0.6s;
    }
    .about-navbar-a:hover {
        color: #00adae;
    }
    .about-navbar-active {
        font-size: 16px;
        color: #00adae;
        padding: 25px 30px;
        border-bottom: 2px solid #00adae;
        display: inline-block;
    }
    /* 关于我们内容 */
    .about-us-content {
        width: 100%;
        background-color: #151515;
    }
    .Company-Introduction {
        background-image: url(../img/bg-company.png);
        width: 100%;
        height: 600px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 10px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-us-h1 {
        font-size: 36px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .about-us-p {
        font-size: 15px;
        color: #fff;
        line-height: 22px;
        margin: 16px 0;
    }
    .about-content-width {
        width: 1450px;
        margin: 0 auto;
        padding: 0;
    }
    .company-icon-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    .company-icon {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .company-icon:nth-child(2) {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    .company-icon p {
        font-size: 14px;
        color: #fff;
        line-height: 22px;
        margin-top: 12px;
        text-align: center;
    }
    .Brand-Story {
        background-image: url(../img/bg-brand.png);
        width: 100%;
        height: 600px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 10px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .Honor {
        width: 100%;
        padding-bottom: 50px;
    }
    .Honor h1 {
        font-size: 36px;
        color: #fff;
        font-weight: 500;
        margin: 50px 0;
        text-align: center;
    }
    .about-slide {
        width: 100%;
        height: auto;
    }
    /* 首页页面 */
    .home-width-wrap {
        width: 100%;
        padding: 0 16px;
        background-color: #f3f3f3;
    }
    .h-pro-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 16px;
        gap: 16px 16px;
    }
    .h-pro-box {
        width: calc(50vw - 24px);
        height: auto;
        position: relative;
    }
    .h-pro-box img {
        width: 100%;
        height: auto;
    }
    .h-pro-text {
        width: 100%;
        position: absolute;
        padding: 10px 80px;
        margin-top: 70px;
        text-align: center;
    }
    .h-pro-text h1 {
        font-size: 36px;
        color: #000;
        font-weight: normal;
    }
    .h-pro-text p {
        font-size: 14px;
        color: #999;
        margin-top: 6px;
    }
    .h-title-wrap h1 {
        font-size: 36px;
        color: #000;
        font-weight: bold;
        margin-bottom: 24px;
    }
    .hot-line {
        width: 120px;
        height: 4px;
        display: inline-block;
        background-color: #00adae;
    }
    .h-title-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


/* 屏幕宽度1200px-1600px */

@media screen and (min-width: 1200px)and (max-width: 1600px) {
    /* 镜头测评页面 */
    /* 顶部大图 */
    .cml-top-bg {
        width: 100%;
        height: 600px;
        background-image: url(../img/bg-Testimonials.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .cml-content-width {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    .cml-top-h1 {
        padding-top: 250px;
        font-size: 48px;
        color: #fff;
        width: 900px;
        font-weight: normal;
    }
    .cml-top-p {
        margin-top: 12px;
        font-size: 18px;
        color: #fff;
        opacity: 0.6;
        width: 900px;
    }
    /* 筛选 */
    .cml-sift {
        width: 100%;
        height: 100px;
        background-color: #333;
    }
    .cml-sift-select-box {
        padding: 26px 0;
    }
    .cml-sift-select {
        width: 260px;
        height: 46px;
        margin-right: 16px;
        padding-left: 6px;
        font-size: 12px;
        border: 1px solid #555;
        background-color: #333;
        color: #ccc;
        border-radius: 4px;
        outline: none;
    }
    .cml-sift-search-box {
        display: inline-block;
        position: absolute;
        width: 480px;
    }
    .cml-sift-search-box img {
        position: absolute;
        left: 10px;
        top: 14px;
        z-index: 100;
    }
    .cml-sift-search-btn {
        width: 100px;
        height: 46px;
        font-size: 14px;
        color: #fff;
        background-color: #00adae;
        top: 0;
        right: 10px;
        float: right;
        text-align: center;
        padding: 14px 0;
        cursor: pointer;
        border-radius: 0px 4px 4px 0px;
    }
    .cml-sift-search-btn:hover {
        background-color: #008889;
    }
    .cml-sift-search-box input {
        width: 380px;
        height: 46px;
        padding-left: 32px;
        box-sizing: border-box;
        border: 1px solid #555;
        border-right: none;
        background-color: #333;
        font-size: 14px;
        color: #ccc;
        border-radius: 4px 0px 0px 4px;
        outline: none;
        float: left;
    }
    /* 测评-列表 */
    .cml-list-testimonials {
        background-color: #141414;
        padding: 26px 0;
    }
    .cml-list-testimonials-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 24px 2%;
    }
    .cml-testimonials-box {
        display: flex;
        flex-direction: column;
        width: 23.5%;
        /* margin-right: 10px; */
    }
    .cml-testimonials-pic-box {
        width: 100%;
        height: 170px;
        overflow: hidden;
        border-radius: 10px;
        position: relative;
    }
    .video-play {
        width: 46px;
        height: 46px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*display: none;*/
        z-index: 100;
    }
    .cml-testimonials-pic {
        cursor: pointer;
        transition: all 0.6s;
        width: 100%;
        height: auto;
    }
    .cml-testimonials-box:hover .cml-testimonials-pic {
        transform: scale(1.2);
    }
    .cml-testimonials-box:hover .video-play {
        display: block;
    }
    .cml-testimonials-box:hover .cml-testimonials-title {
        color: #00adae;
    }
    .cml-testimonials-title {
        font-size: 14px;
        height: 32px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /*想省略几行就写几*/
        -webkit-box-orient: vertical;
        margin-top: 10px;
        transition: all 0.6s;
    }
    .cml-testimonials-box p {
        font-size: 12px;
        color: #999;
        margin-top: 6px;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    /* 分页 */
    .cml-list-Pagination {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 30px 0;
    }
    .cml-list-Pagination-ul li {
        float: left;
        padding: 0 22px;
        height: 40px;
        line-height: 40px;
    }
    .cml-list-Pagination-ul li a {
        font-size: 14px;
        color: #999;
    }
    .cml-list-Pagination-ul li a:hover {
        color: #fff;
    }
    .activepage {
        font-size: 14px!important;
        color: #fff!important;
        background-color: #00adae;
        border-radius: 50%;
        width: 40px!important;
        height: 40px!important;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
    }
    .Pagination-a:hover {
        color: #00adae!important;
    }
    /* 电影列表页面-banner */
    .cml-baner-bg {
        background-image: url(../img/cml-banner-bg.png)!important;
    }
    .content-centre {
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cml-banner-box {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .cml-banner-product {
        width: 390px;
        height: auto;
    }
    .cml-banner-text {
        max-width: 80%;
        overflow: hidden;
    }
    .cml-banner-text-mr {
        margin-left: 34px;
    }
    .cml-banner-text h1 {
        font-size: 48px;
        color: #fff;
        font-weight: 500;
        max-width: 800px;
    }
    .cml-banner-text p {
        font-size: 18px;
        color: #fff;
        opacity: 0.6;
        margin-top: 18px;
        max-width: 800px;
    }
    .cml-banner-text a {
        font-size: 16px;
        color: #fff;
        padding: 12px 34px;
        border: 1px solid #fff;
        border-radius: 60px;
        margin-top: 18px;
        display: inline-block;
        margin-top: 30px;
        transition: all 1s;
    }
    .cml-banner-text a:hover {
        color: #333;
        background-color: #fff;
    }
    /* 电影列表页面-筛选 */
    .cml-list-sift {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .cml-list-title h1 {
        font-size: 28px;
        color: #fff;
        font-weight: 500;
    }
    .select-wrap-width {
        display: flex;
        justify-content: flex-end;
        flex: 2;
    }
    .cml-sift-reset-btn {
        font-size: 14px;
        color: #000;
        width: 108px;
        height: 46px;
        border-radius: 4px;
        background-color: #ededed;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .cml-sift-reset-btn:hover {
        background-color: #d7d7d7;
        transition: all 0.3s;
    }
    /* 电影列表页面-产品列表样式 */
    .cml-product-list {
        background-color: #141414;
        padding: 24px 2%;
    }
    .cml-product-list-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px 2%;
    }
    .cml-product-list-box {
        width: 32%;
        display: flex;
        flex-direction: column;
    }
    .cml-product-list-box:hover .cml-product-pic-box img {
        transform: scale(1.2);
    }
    .cml-product-list-box:hover .cml-product-text h1 {
        color: #00adae;
    }
    .cml-product-pic-box {
        background-image: radial-gradient(circle, #4f4f4f, #262626);
        width: 100%;
        height: 348px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }
    .cml-product-pic-box img {
        transition: all 0.6s;
        /* width: 55%; */
    }
    .cml-product-tag {
        position: absolute;
        top: 14px;
        left: 14px;
        color: #613c05;
        font-size: 12px;
        background-color: #c7a470;
        padding: 4px 12px;
        border-radius: 4px;
    }
    .cml-product-text {
        width: 100%;
        height: 75px;
        padding: 14px 14px;
        box-sizing: border-box;
        border-radius: 0 0 10px 10px;
        background-color: #0c0c0c;
        overflow: hidden;
    }
    .cml-product-text h1 {
        font-size: 16px;
        color: #fff;
        transition: all 0.6s;
        font-weight: 500;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    .cml-product-text p {
        font-size: 12px;
        color: #999999;
        margin-top: 6px;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    /* 电影镜头首页-热门产品 */
    .cml-home-list {
        background-color: #141414;
    }
    .cml-home-list-title {
        position: relative;
    }
    .cml-home-list-h1 {
        font-size: 34px;
        color: #fff;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .cml-home-list-more {
        position: absolute;
        right: 0;
        bottom: 18px;
        color: #666;
        font-size: 14px;
    }
    .cml-home-list-more:hover {
        color: #fff;
        text-decoration: underline;
    }
    .cml-home-list-more img {
        width: 7px;
        height: 10px;
        margin-left: 6px;
    }
    /* 样片-视频页面 */
    .bg-color-white {
        background-color: #fff!important;
    }
    .bg-color-grey {
        background-color: #f3f3f3!important;
    }
    .select-another-style {
        border: 1px solid #d2d2d2!important;
        background-color: #fff!important;
        color: #333!important;
    }
    .border-right {
        border-right: none!important;
    }
    .title-color-black {
        color: #333;
    }
    .bg-gallery-video {
        background-image: url(../img/bg-video.png)!important;
    }
    /* 摄影镜头页面 */
    .camera-banner-bg {
        background-image: url(../img/camera-banner-bg.png)!important;
    }
    .text-color-black {
        color: #333!important;
    }
    #banner-btn-more {
        font-size: 16px;
        color: #fff;
        background-color: #333;
        padding: 14px 34px;
        border: none;
        border-radius: 60px;
        margin-top: 18px;
        display: inline-block;
        margin-top: 30px;
        transition: all 0.6s;
    }
    #banner-btn-more:hover {
        color: #333;
        background-color: #fff;
    }
    .camera-banner-product {
        width: 250px;
        height: auto;
    }
    .camera-list-title {
        color: #333!important;
    }
    /* 摄影镜头页面-列表 */
    .bg-color-f9 {
        background-color: #f9f9f9!important;
    }
    .camera-product-list-box {
        width: 32%;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
    }
    .camera-product-pic-box img {
        transition: all 0.6s;
    }
    .camera-product-list-box:hover {
        box-shadow: 0px 10px 25px rgb(27, 27, 28, 0.2);
    }
    .camera-product-list-box:hover .camera-product-pic-box img {
        transform: scale(1.1);
    }
    .camera-product-list-box:hover .camera-product-text h1 {
        color: #00adae;
    }
    .camera-product-tag {
        position: absolute;
        top: 14px;
        left: 14px;
        color: #ffecc7;
        font-size: 12px;
        background-color: #fa3f3f;
        border: 1px solid #e81b1b;
        padding: 4px 12px;
        border-radius: 4px;
    }
    .camera-product-pic-box {
        background-image: linear-gradient( #f6f6f6, #d6d7dc);
        width: 100%;
        height: 348px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }
    .camera-product-text {
        width: 100%;
        height: 75px;
        padding: 18px 20px;
        box-sizing: border-box;
        border-radius: 0 0 10px 10px;
        background-color: #fff;
        overflow: hidden;
    }
    .camera-product-text h1 {
        font-size: 16px;
        color: #333;
        transition: all 0.6s;
        font-weight: 500;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    .camera-product-text p {
        font-size: 12px;
        color: #999999;
        margin-top: 6px;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    /* 配件列表页 */
    .attachment-banner-bg {
        background-image: url(../img/atm-banner-bg.png);
    }
    .mar-right-80 {
        margin-right: 80px;
    }
    .activepage2 {
        font-size: 14px!important;
        color: #00adae!important;
        border: 1PX solid #00adae;
        border-radius: 50%;
        width: 40px!important;
        height: 40px!important;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
    }
    /* 搜索页面 */
    .search-top-bg {
        width: 100%;
        height: 360px;
        background-image: url(../img/search-top-bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .searchbar-center {
        height: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .searchbar-box {
        display: block;
        position: relative;
        width: 680px;
    }
    .searchbar-box img {
        position: absolute;
        left: 10px;
        top: 14px;
        z-index: 100;
    }
    .searchbar-btn {
        width: 120px;
        height: 46px;
        font-size: 14px;
        color: #fff;
        background-color: #00adae;
        top: 0;
        right: 10px;
        float: right;
        text-align: center;
        padding: 14px 0;
        cursor: pointer;
        border-radius: 0px 4px 4px 0px;
        transition: all 0.6s;
    }
    .searchbar-btn:hover {
        background-color: #008889;
    }
    .searchbar-box input {
        width: 560px;
        height: 46px;
        padding-left: 32px;
        box-sizing: border-box;
        border: 1px solid #d2d2d2;
        border-right: none;
        background-color: #fff;
        font-size: 14px;
        color: #333;
        border-radius: 4px 0px 0px 4px;
        outline: none;
        float: left;
    }
    .search-result-catalogue {
        background-color: #333;
    }
    .search-wrap-color {
        background-color: #151515;
    }
    .content-width-1200 {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    .src-btn {
        color: #aaa;
        display: inline-block;
        padding: 30px 0px;
        position: relative;
        margin-right: 50px;
    }
    .src-btn::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translate(-50%) scaleX(0);
        transition: .2s ease-in-out;
        width: 100%;
        border-bottom: 2px solid #00adae;
        opacity: 0;
    }
    .src-btn:hover {
        color: #00adae;
    }
    .src-btn:hover::after {
        opacity: 1;
        transform: translate(-50%) scaleX(1);
    }
    .src-active {
        color: #00adae;
        border-bottom: 2px solid #00adae;
    }
    .search-result-list a {
        width: 100%;
        display: inline-block;
        padding: 32px 0;
        color: #aaa;
        border-bottom: 1px solid #555;
        position: relative;
        transition: all 0.6s;
    }
    .search-result-list a:hover {
        color: #00adae;
    }
    .search-result-list img {
        width: 8px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    /* 新闻列表 */
    .news-date-box {
        display: flex;
        float: right;
        margin-top: 20px;
        position: relative;
    }
    .news-date-box img {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 9px;
        left: 10px;
    }
    .news-date-box input {
        width: 250px;
        height: 36px;
        outline: none;
        border: 1px solid #555;
        border-radius: 4px;
        margin-right: 14px;
        padding-left: 36px;
        padding-right: 10px;
        box-sizing: border-box;
        background-color: #444;
        color: #aaa;
    }
    .news-date-btn {
        width: 100px;
        height: 36px;
        background-color: #00adae;
        border-radius: 4px;
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .news-date-btn:hover {
        background-color: #008889;
    }
    .top-bg-style {
        width: 100%;
        height: 600px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .bg-pic-news {
        background-image: url(../img/bg-news.png)!important;
    }
    .top-catalogue-wrap {
        background-color: #333;
        width: 100%;
    }
    .catalogue-btn {
        color: #aaa;
        font-size: 16px;
        display: inline-block;
        padding: 26px 0px;
        position: relative;
        margin-right: 50px;
    }
    .catalogue-btn::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translate(-50%) scaleX(0);
        transition: .2s ease-in-out;
        width: 100%;
        border-bottom: 2px solid #00adae;
        opacity: 0;
    }
    .catalogue-btn:hover {
        color: #00adae;
    }
    .catalogue-btn:hover::after {
        opacity: 1;
        transform: translate(-50%) scaleX(1);
    }
    .catalogue-btn-active {
        color: #00adae;
        border-bottom: 2px solid #00adae;
    }
    .list-content-wrap {
        background-color: #151515;
        width: 100%;
    }
    .news-content-box {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 32px 32px;
        background-color: #333;
        transition: all 0.6s;
        position: relative;
    }
    .news-pic-wrap {
        width: 340px;
        height: 195px;
        border-radius: 10px;
        overflow: hidden;
    }
    .news-pic-wrap img {
        width: 100%;
        height: auto;
        transition: all 0.6s;
    }
    .news-test-wrap {
        flex: 1;
        margin-left: 32px;
    }
    .news-test-wrap h1 a {
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        line-height: 80px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /*想省略几行就写几*/
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.6s;
    }
    .news-test-wrap p a {
        font-size: 14px;
        color: #999;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /*想省略几行就写几*/
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .news-date {
        font-size: 16px;
        color: #999;
        margin-top: 32px;
        margin-right: 26px;
        display: inline-block;
    }
    .news-btn {
        font-size: 16px;
        color: #00adae;
        margin-top: 32px;
        display: inline-block;
    }
    .news-content-box:hover {
        box-shadow: 0px 10px 25px rgb(27, 27, 28, 0.2);
    }
    .news-content-box:hover .news-test-wrap h1 a {
        color: #00adae;
    }
    .news-content-box:hover .news-pic-wrap a img {
        transform: scale(1.2);
    }
    .news-content-box:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 100;
        width: 0;
        height: 2px;
        background: #00adae;
        transition: all 0.6s;
    }
    .news-content-box:hover:after {
        width: 100%;
    }
    .news-list-bar {
        padding-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 24px 24px;
    }
    /* 新闻内容 */
    .news-details-box {
        background-color: #333;
        box-shadow: 0px 10px 25px rgb(27, 27, 28, 0.2);
        width: 1200px;
        margin: 0 auto;
        padding: 70px;
        position: relative;
        top: -70px;
    }
    .news-details-title {
        font-size: 36px;
        color: #fff;
        font-weight: 500;
    }
    .news-details-date,
    .news-details-author {
        font-size: 16px;
        color: #999;
        margin-right: 20px;
        margin-top: 20px;
        display: inline-block;
    }
    .news-details-top {
        border-bottom: 1px solid #555;
        padding-bottom: 40px;
    }
    .news-details-text-box {
        padding: 40px 0;
    }
    .news-details-p {
        font-size: 16px;
        color: #aaa;
        margin-bottom: 20px;
        line-height: 32px;
    }
    .news-details-text-box img {
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        display: block;
    }
    .news-details-bottom {
        border-top: 1px solid #555;
        padding-top: 40px;
    }
    .news-details-pre span {
        font-size: 14px;
        font-weight: bold;
        color: #aaa;
    }
    .news-details-pre a {
        font-size: 14px;
        color: #aaa;
    }
    .news-details-pre a:hover {
        color: #00adae;
        text-decoration: underline;
    }
    .news-details-pre:first-child {
        margin-bottom: 24px;
    }
    .news-details-btn:first-child {
        margin-right: 40px;
    }
    .news-details-btn {
        color: #00adae;
        font-size: 16px;
        width: 180px;
        height: 48px;
        border: 1px solid #00adae;
        border-radius: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.6s;
    }
    .news-details-btn:hover {
        color: #fff;
        background-color: #00adae;
    }
    .news-details-btn-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 40px;
    }
    /* 购买支持 */
    .bg-pic-purchase {
        background-image: url(../img/bg-purchase.png);
    }
    .purchase-support-wrap {
        background-color: #151515;
    }
    .purchase-support-head {
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .purchase-support-head p {
        font-size: 18px;
        color: #aaa;
        display: inline-block;
        line-height: 36px;
        margin-left: 20px;
    }
    .purchase-support-head p span {
        color: #00adae;
    }
    .purchase-support-head img {
        width: 48px;
        height: 48px;
        opacity: 0.8;
    }
    /* 表格 */
    .purchase-support-table {
        width: 100%;
        border-bottom: 1px solid #555;
        margin-bottom: 40px;
    }
    .table-tr {
        width: 100%;
        box-sizing: border-box;
        transition: all 0.6s;
    }
    .table-tr:hover {
        background-color: #333;
    }
    .table-tr th {
        font-size: 18px;
        color: #aaa;
        font-weight: bold;
        text-align: left;
        padding: 18px;
        border-top: 1px solid #555;
    }
    .table-tr td {
        font-size: 14px;
        color: #aaa;
        padding: 18px;
        border-top: 1px solid #555;
    }
    .table-tr td a {
        color: #fff;
    }
    .table-tr td a:hover {
        color: #00adae;
    }
    .table-tr td:nth-of-type(1) {
        width: 25%;
        padding-right: 5%;
        box-sizing: border-box;
    }
    .table-tr td:nth-of-type(2) {
        width: 25%;
        padding-right: 5%;
        box-sizing: border-box;
    }
    .table-tr td:nth-of-type(3) {
        width: 10%;
        padding-right: 5%;
        box-sizing: border-box;
    }
    .table-tr td:nth-of-type(4) {
        width: 15%;
        padding-right: 5%;
        box-sizing: border-box;
    }
    .table-tr td:nth-of-type(5) {
        width: 25%;
    }
    /* 联系我们 */
    .bg-pic-contactus {
        background-image: url(../img/bg-contactus.png);
    }
    .contactus-bg {
        width: 100%;
        background-color: #151515;
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contactus-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1200px;
        height: 550px;
        border-radius: 20px;
        overflow: hidden;
    }
    .contactus-img-box {
        width: 650px;
        height: 550px;
        position: relative;
        overflow: hidden;
    }
    .contactus-img-text {
        position: absolute;
        left: 0px;
        bottom: 32px;
        z-index: 50;
    }
    .contactus-img-text p:nth-of-type(1) {
        font-size: 30px;
        color: #1a1a1a;
        margin-bottom: 10px;
        padding: 0 32px;
    }
    .contactus-img-text p:nth-of-type(2) {
        font-size: 16px;
        color: #616162;
        margin-bottom: 10px;
        padding: 0 32px;
    }
    .contactus-img-text p:nth-of-type(3) {
        font-size: 20px;
        color: #00adae;
        padding: 0 32px;
    }
    .contactus-form-box {
        width: 550px;
        height: 550px;
        background-color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 14px 14px;
    }
    .contactus-input-name {
        font-size: 14px;
        color: #aaa;
        margin-bottom: 10px;
    }
    .contactus-input {
        width: 400px;
        height: 40px;
        outline: none;
        font-size: 14px;
        color: #fff;
        padding: 0 14px;
        box-sizing: border-box;
        border: 1px solid #555;
        border-radius: 4px;
        background-color: #444;
    }
    .contactus-textarea {
        width: 400px;
        height: 140px;
        outline: none;
        font-size: 14px;
        color: #333;
        padding: 14px 14px;
        box-sizing: border-box;
        border: 1px solid #555;
        border-radius: 4px;
        background-color: #444;
    }
    .contactus-input-btn {
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 140px;
        height: 40px;
        background-color: #00adae;
        border-radius: 4px;
        float: left;
        transition: all 0.6s;
    }
    .contactus-input-btn-wrap {
        width: 400px;
    }
    .contactus-input-btn:hover {
        background-color: #008889;
    }
    .contactus-img-box img {
        width: 100%;
        transition: all 0.6s;
    }
    .contactus-img-box img:hover {
        transform: scale(1.2);
    }
    /* 下载中心 */
    .bg-pic-download {
        background-image: url(../img/bg-downloadcenter.png);
    }
    .download-center {
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .download-top-h1 {
        font-size: 48px;
        color: #fff;
        font-weight: normal;
    }
    .download-top-p {
        margin-top: 12px;
        font-size: 18px;
        color: #fff;
        opacity: 0.6;
        margin-bottom: 30px;
    }
    .border-none {
        border: none!important;
    }
    /* 分类 */
    .download-catalogue {
        width: 100%;
        height: 80px;
        background-color: #333;
        display: flex;
        justify-content: center;
    }
    .download-catalogue-a {
        font-size: 16px;
        color: #aaaaaa;
        display: block;
        height: 80px;
        line-height: 80px;
        margin: 0 40px;
        transition: all 0.6s;
    }
    .download-catalogue-active {
        font-size: 16px;
        display: block;
        height: 80px;
        line-height: 80px;
        margin: 0 40px;
        transition: all 0.6s;
        color: #00adae!important;
        border-bottom: 2px solid #00adae;
    }
    .download-catalogue-a:hover {
        color: #00adae;
        transform: translate(0, -10px);
    }
    .download-list-wrap {
        background-color: #151515;
        width: 100%;
        padding: 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .download-list-box {
        width: 1180px;
        height: 80px;
        padding: 0 50px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        transition: all 0.6s;
    }
    .download-list-title {
        font-size: 18px;
        color: #bbb;
        margin-left: 10px;
        flex: 1;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    .download-list-title:hover {
        text-decoration: underline;
    }
    .download-list-btn {
        font-size: 16px;
        color: #00adae;
        margin-right: 12px;
        opacity: 0;
        transition: all 0.6s;
    }
    .icon-square,
    .icon-download {
        display: block;
    }
    .icon-square-active,
    .icon-download-active {
        display: none;
    }
    .download-list-box:hover .icon-square {
        display: none;
    }
    .download-list-box:hover .icon-square-active {
        display: block;
    }
    .download-list-box:hover .icon-download {
        display: none;
    }
    .download-list-box:hover .icon-download-active {
        display: block;
    }
    .download-list-box:hover .download-list-btn {
        opacity: 1;
    }
    .download-list-box:hover {
        background-color: #333;
        box-shadow: 0px 3px 12px rgb(27, 27, 28, 0.1);
    }
    /* 问题与解答页面 */
    .bg-pic-qa {
        background-image: url(../img/bg-qa.png);
    }
    .qa-text {
        font-size: 14px!important;
        margin-right: 20px;
    }
    .qa-text-rit {
        margin-right: 20px;
    }
    .qa-bottom-pic {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../img/bg-qa-mail.png);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .qa-bottom-pic p {
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 24px;
        margin-bottom: 26px;
        width: 60%;
    }
    .qa-bottom-pic a {
        font-size: 16px;
        color: #00adae;
        width: 200px;
        height: 50px;
        border-radius: 60px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.6s;
    }
    .qa-bottom-pic a:hover {
        transform: scale(1.2);
    }
    /* 下载中心详情页 */
    .dc-details-wrap {
        width: 100%;
        background-color: #151515;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 24px 0;
    }
    .dc-details-middle-wrap {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    .dc-details-head {
        width: 1200px;
        min-height: 420px;
        padding: 40px 40px;
        border-radius: 10px;
        background-color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
    }
    .dc-details-head img {
        width: 300px;
        height: auto;
        margin: 0 130px;
    }
    .dc-details-head h1 {
        font-size: 36px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 32px;
    }
    .dc-details-head p {
        font-size: 14px;
        color: #999;
        line-height: 24px;
    }
    .dc-table {
        width: 1200px;
        background-color: #333;
        border-radius: 10px;
        margin-bottom: 24px;
    }
    .dc-table-tr {
        width: 100%;
    }
    .dc-table-tr th {
        font-size: 16px;
        color: #aaa;
        font-weight: normal;
        text-align: left;
        padding: 20px 0;
    }
    .dc-table-tr td {
        font-size: 16px;
        color: #fff;
        padding: 20px 0;
        border-top: 1px solid #555;
    }
    .dc-table-tr td:nth-of-type(1) {
        width: 30%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr td:nth-of-type(2) {
        width: 30%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr td:nth-of-type(3) {
        width: 20%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr td:nth-of-type(4) {
        width: 20%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr th:nth-of-type(1) {
        width: 30%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr th:nth-of-type(2) {
        width: 30%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr th:nth-of-type(3) {
        width: 20%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-tr th:nth-of-type(4) {
        width: 20%;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .dc-table-btn {
        font-size: 14px;
        color: #fff;
        padding: 8px 20px;
        background-color: #00adae;
        border-radius: 60px;
        transition: all 0.6s;
    }
    .dc-table-btn:hover {
        background-color: #008889;
    }
    .dc-details-bottom {
        width: 1200px;
        border-radius: 10px;
        background-color: #333;
        padding: 0 50px;
    }
    .dc-details-bottom h1 {
        font-size: 26px;
        color: #fff;
        font-weight: normal;
        border-bottom: 1px solid #555;
        width: 100%;
        padding: 30px 0;
    }
    .dc-details-bottom p {
        font-size: 14px;
        color: #aaa;
        line-height: 32px;
        margin: 40px 0;
    }
    /* 相机镜头-详情页面 */
    .cd-head-wrap {
        width: 100%;
        background-image: url(../img/bg-camera-details.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        box-sizing: border-box;
    }
    .cd-pic-box {
        width: 570px;
        height: 400px;
        margin-right: 30px;
    }
    .swiper1 {
        width: 100%;
        height: auto;
    }
    .swiper1 .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .swiper-slide {
        /* background: #fff; */
        /* Center slide text vertically */
        /* display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex; */
        /* display: flex; */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-container {
        --swiper-theme-color: #fff;
        --swiper-navigation-color: #fff;
        /* 单独设置按钮颜色 */
        --swiper-navigation-size: 24px;
        /* 设置按钮大小 */
    }
    /* 右边盒子 */
    .product-honor-wrap {
        margin-bottom: 14px;
    }
    .product-honor-wrap img {
        width: auto;
        height: 58px;
        margin-right: 10px;
    }
    .cd-Honor-pic {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px 16px;
    }
    .cd-right-box {
        width: 600px;
    }
    .cd-right-box h1 {
        font-size: 32px;
        color: #333;
        font-weight: 500;
    }
    .cd-right-box p {
        font-size: 12px;
        color: #666;
        padding: 14px 0;
    }
    .cd-color-wrap {
        padding: 16px 0;
        border-bottom: 1px dashed #e5e5e5;
    }
    .cd-kakou-wrap {
        padding: 16px 0;
    }
    .cd-kakou-wrap .cd-color-btn {
        margin-bottom: 12px;
    }
    .cd-color-btn {
        font-size: 12px;
        color: #666666;
        padding: 10px 30px;
        border-radius: 60px;
        border: 1px solid #dcdcdc;
        background-color: #fff;
        display: inline-block;
        margin-right: 20px;
        cursor: pointer;
        transition: all 0.6s;
    }
    .cd-color-btn:hover {
        color: #00adae;
        border: 1px solid #00adae;
    }
    .cd-btn-active {
        font-size: 12px;
        color: #00adae;
        padding: 10px 30px;
        border-radius: 60px;
        border: 1px solid #00adae;
        background-color: #fff;
        display: inline-block;
        margin-right: 20px;
        cursor: pointer;
    }
    .cd-circle {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px;
    }
    .bc-black {
        background-color: #000;
    }
    .bc-silver {
        background-color: #dfdfdf;
    }
    .cd-mrg {
        margin-bottom: 14px;
    }
    .cd-buy {
        font-size: 18px;
        color: #fff;
        padding: 16px 64px;
        border-radius: 60px;
        background-color: #00adae;
        transition: all 0.6s;
        display: inline-block;
    }
    .cd-buy:hover {
        background-color: #008889;
    }
    /* 详情页导航 */
    .cd-navbar {
        width: 100%;
        height: 85px;
        z-index: 100;
        /* position: relative; */
    }
    .cd-navbar ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cd-navbar li {
        margin: 0 12px;
    }
    .cd-navbar-a {
        font-size: 18px;
        color: #999;
        padding: 36px 40px;
        display: inline-block;
        transition: all 0.6s;
    }
    .cd-navbar-a:hover {
        color: #00adae;
    }
    .cd-navbar-active {
        font-size: 22px;
        color: #00adae;
        padding: 24px 40px;
        border-bottom: 2px solid #00adae;
        display: inline-block;
    }
    /* 详情页内容 */
    .cd-content-wrap {
        background-color: #f5f5f5;
        width: 100%;
        padding: 26px 0;
    }
    .cd-Features video {
        width: 100%;
        height: auto;
        padding: 3px 0;
        margin: 0;
        display: block;
    }
    .cd-Features {
        width: 100%;
        background-color: #fff;
    }
    .cd-Features img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        display: block;
    }
    .cd-Specifications {
        width: 100%;
        padding: 0 40px 40px 40px;
        background-color: #fff;
        margin-top: 26px;
        /* position: relative; */
    }
    /* .cd-a{
    display: block;
    width: 1px;
    height: 120px;
    background-color: #00adae;
    position: absolute;
    top: -100px;
} */
    .cd-title {
        font-size: 32px;
        color: #000000;
        font-weight: normal;
        text-align: center;
        width: 100%;
        padding: 40px 0;
    }
    .camera-details-table {
        width: 100%;
    }
    .camera-details-tr {
        width: 100%;
    }
    .camera-details-tr td {
        font-size: 16px;
        color: #333333;
        padding: 18px 36px;
    }
    .camera-details-tr td:nth-child(1) {
        width: 35%;
    }
    .camera-details-tr td:nth-child(2) {
        width: 65%;
    }
    .camera-details-tr:nth-child(odd) {
        background-color: #f8f9fb;
    }
    .cd-MTF {
        width: 500px;
        display: inline-block;
        margin: 30px;
    }
    .cd-MTF p {
        font-size: 28px;
        color: #000;
        text-align: center;
        width: 100%;
        margin: 26px;
    }
    .MTF-img-box {
        width: 500px;
        height: 340px;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0 5px 15px rgb(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .MTF-img-box img {
        width: 450px;
        height: auto;
    }
    .cd-MTF-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* 电影镜头详情 */
    .cinema-head-black {
        background-image: none!important;
        background-color: #151515!important;
    }
    .cd-text-white {
        color: #fff!important;
    }
    .cd-text-g {
        color: #999!important;
        /* border-bottom: 1px dashed rgb(255, 255, 255, 0.2)!important; */
    }
    .cd-color-wrap-black {
        border-bottom: 1px dashed rgb(255, 255, 255, 0.2)!important;
        border-top: 1px dashed rgb(255, 255, 255, 0.2)!important;
    }
    .cd-color-btn-black {
        font-size: 12px;
        color: #888888;
        padding: 10px 30px;
        border-radius: 60px;
        background-color: #333333;
        display: inline-block;
        margin-right: 20px;
        cursor: pointer;
        transition: all 0.6s;
    }
    .cd-color-btn-black:hover {
        color: #fff;
        background-color: #4a4a4a;
    }
    .cd-btn-active-black {
        font-size: 12px;
        color: #000000;
        padding: 10px 30px;
        border-radius: 60px;
        background-color: #ededed;
        background-color: #fff;
        display: inline-block;
        margin-right: 20px;
        cursor: pointer;
    }
    .cd-kakou-wrap .cd-color-btn-black {
        margin-bottom: 14px;
    }
    .cd-navbar-black {
        background-color: #333333!important;
    }
    .cd-content-wrap-black {
        background-color: #000!important;
    }
    .cd-Specifications-black {
        background-color: #333333!important;
    }
    .cd-title-black {
        color: #fff!important;
    }
    .black-table td {
        color: #fff!important;
    }
    .black-table:nth-child(odd) {
        background-color: rgb(255, 255, 255, 0.1)!important;
    }
    /* 样片 */
    .bg-gallery-img {
        background-image: url(../img/bg-sample-images.png);
    }
    .view-more-btn {
        font-size: 16px;
        color: #fff;
        padding: 12px 0;
        background-color: #00adae;
        border-radius: 60px;
        margin: 0 auto;
        text-align: center;
        width: 180px;
        display: block;
    }
    .box_img:hover .img_item {
        transform: scale(1.2);
        /* 鼠标滑过放大 */
    }
    .box_img {
        font-size: 0;
    }
    .box_img:hover .box_img-name {
        display: block;
    }
    .box_img-name {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        width: 100%;
        height: 48px;
        position: absolute;
        z-index: 100;
        bottom: 0;
        display: none;
    }
    .box_img-name p {
        font-size: 14px;
        color: #fff;
        margin-top: 4px;
        margin-left: 12px;
    }
    /* 关于我们页面 */
    .about-swiper-pic {
        height: 100%!important;
    }
    .bg-pic-aboutus {
        background-image: url(../img/bg-aboutus.png);
    }
    /* 关于我们导航 */
    .about-navbar {
        width: 100%;
        background-color: #333;
        height: 70px;
        z-index: 100;
        /* position: relative; */
    }
    .about-navbar ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .about-navbar li {
        margin: 0 10px;
    }
    .about-navbar-a {
        font-size: 16px;
        color: #999;
        padding: 25px 30px;
        display: inline-block;
        transition: all 0.6s;
    }
    .about-navbar-a:hover {
        color: #00adae;
    }
    .about-navbar-active {
        font-size: 16px;
        color: #00adae;
        padding: 25px 30px;
        border-bottom: 2px solid #00adae;
        display: inline-block;
    }
    /* 关于我们内容 */
    .about-us-content {
        width: 100%;
        background-color: #151515;
    }
    .Company-Introduction {
        background-image: url(../img/bg-company.png);
        width: 100%;
        height: 600px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 10px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-us-h1 {
        font-size: 36px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .about-us-p {
        font-size: 15px;
        color: #fff;
        line-height: 22px;
        margin: 16px 0;
    }
    .about-content-width {
        width: 1160px;
        margin: 0 auto;
        padding: 0;
    }
    .company-icon-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    .company-icon {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .company-icon:nth-child(2) {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    .company-icon p {
        font-size: 14px;
        color: #fff;
        line-height: 22px;
        margin-top: 12px;
        text-align: center;
    }
    .Brand-Story {
        background-image: url(../img/bg-brand.png);
        width: 100%;
        height: 600px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 10px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .Honor {
        width: 100%;
        padding-bottom: 50px;
    }
    .Honor h1 {
        font-size: 36px;
        color: #fff;
        font-weight: 500;
        margin: 50px 0;
        text-align: center;
    }
    .about-slide {
        width: 100%;
        height: auto;
    }
}

/* 镜头确认弹窗 */
.popup-confirm-lens-info {
    border-radius: 8px;
    display: none;
    position: fixed;
    top: 35%;
    z-index: 999;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: aliceblue;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .popup-confirm-lens-info h1 {
    font-size: 24px;
    text-align: center;
  }
  .popup-confirm-lens-info p {
    font-size: 20px;
    text-align: center;
    margin: 18px 0;
  }
  .popup-confirm-lens-info .cell_input {
    margin: 10px 0;
  }
  .popup-confirm-lens-info .cell_input input {
    border: 0;
    width: 100%;
    font-size: 16px;
    padding: 8px 0;
  }
  .popup-confirm-lens-info .cell_input textarea {
    width: 100%;
    padding: 8px 0;
    font-size: 16px;
  }
  .popup-confirm-lens-info .popup-confirm-lens-info_btn {
    text-align: center;
  }
  .popup-confirm-lens-info .popup-confirm-lens-info_btn button {
    outline: none;
    border: none;
    font-size: 16px;
    margin: 8px 10px;
    background-color: #00adae;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
  }
  .popup-confirm-lens-info .input--hide {
    display: none;
  }