/* 屏幕宽度 1200px 以下 */

@media screen and (max-width:1200px) {
  /*播放窗口*/
   iframe {
max-width:100%;
}
    /* 顶部大图 */
    .cml-top-bg {
        width: 100%;
        height: 400px;
        background-image: url(../img/bg-Testimonials-mob.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .cml-content-width {
        width: 100%;
        margin: 0 auto;
        padding: 0 12px;
    }
    .cml-top-h1 {
        padding-top: 140px;
        font-size: 40px;
        color: #fff;
        width: 100%;
        font-weight: normal;
    }
    .cml-top-p {
        margin-top: 10px;
        font-size: 16px;
        color: #fff;
        opacity: 0.6;
        width: 100%;
    }
    /* 筛选 */
    .cml-sift {
        width: 100%;
        background-color: #333;
        padding: 20px 0;
    }
    .cml-sift-select-box {
        display: flex;
        flex-wrap: wrap;
        gap: 16px 4%;
        /* padding: 20px 0; */
    }
    .cml-sift-select {
        width: 48%;
        height: 46px;
        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: relative;
        width: 100%;
    }
    .cml-sift-search-box img {
        position: absolute;
        left: 10px;
        top: 14px;
        z-index: 100;
    }
    .cml-sift-search-btn {
        width: 30%;
        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: 70%;
        height: 46px;
        padding-left: 32px;
        box-sizing: border-box;
        border: 1px solid #555;
        border-right: none;
        background-color: #333;
        font-size: 12px;
        color: #ccc;
        border-radius: 4px 0px 0px 4px;
        outline: none;
        float: left;
    }
    /* 电影镜头-列表 */
    .cml-list-testimonials {
        background-color: #141414;
        padding: 14px 0;
    }
    .cml-list-testimonials-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 4%;
    }
    .cml-testimonials-box {
        display: flex;
        flex-direction: column;
        width: 48%;
    }
    .cml-testimonials-pic-box {
        width: 100%;
        height: 120px;
        overflow: hidden;
        border-radius: 10px;
        position: relative;
    }
    .video-play {
        width: 32px!important;
        height: 32px!important;
        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: 110%;
        height: auto;
    }
    .cml-testimonials-box:hover .cml-testimonials-pic {
        transform: scale(1.2);
    }
    .cml-testimonials-box:hover .video-play {
        display: block;
    }
    .cml-testimonials-pic-box img {
        width: 120%;
        height: auto;
    }
    /* .cml-testimonials-box:hover .cml-testimonials-pic-box img{
    transform: scale(1.2);
}
.cml-testimonials-box:hover .cml-testimonials-title{
    color: #00adae;
} */
    .cml-testimonials-title {
        font-size: 12px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /*想省略几行就写几*/
        -webkit-box-orient: vertical;
        margin-top: 10px;
    }
    .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%;
        padding: 16px 0;
        display: flex;
        justify-content: center;
    }
    .cml-list-Pagination-ul li {
        float: left;
        padding: 0 12px;
        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;
    }
    /* 电影列表页面-banner */
    .cml-baner-bg {
        background-image: url(../img/cml-banner-bg-mob.png)!important;
    }
    .content-centre {
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cml-banner-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .cml-banner-product {
        width: 180px;
        height: auto;
    }
    .cml-banner-text {
        margin-left: 0px;
        overflow: hidden;
    }
    .cml-banner-text h1 {
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        max-width: 800px;
    }
    .cml-banner-text p {
        font-size: 14px;
        color: #fff;
        opacity: 0.6;
        margin-top: 8px;
        max-width: 800px;
    }
    .cml-banner-text a {
        font-size: 12px;
        color: #fff;
        padding: 8px 16px;
        border: 1px solid #fff;
        border-radius: 60px;
        display: inline-block;
        margin-top: 14px;
    }
    .cml-banner-text a:hover {
        color: #333;
        background-color: #fff;
        transition: all 1s;
    }
    /* 电影列表页面-筛选 */
    .cml-list-sift {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cml-list-title h1 {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .select-wrap-width {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        gap: 12px 4%;
    }
    .cml-sift-reset-btn {
        font-size: 14px;
        color: #000;
        width: 48%;
        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: 16px 0;
    }
    .cml-product-list-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }
    .cml-product-list-box {
        width: 100%;
        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: 230px;
        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: 100%;
    }
    .cml-product-tag {
        position: absolute;
        top: 12px;
        left: 12px;
        color: #613c05;
        font-size: 12px;
        background-color: #c7a470;
        padding: 4px 10px;
        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: 15px;
        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: 20px;
        color: #fff;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .cml-home-list-more {
        position: absolute;
        right: 0;
        bottom: 10px;
        color: #666;
        font-size: 12px;
    }
    /* .cml-home-list-more:hover{
    color: #fff;
    text-decoration: underline;
} */
    .cml-home-list-more img {
        width: 5px;
        height: 8px;
        margin-left: 6px;
    }
    /* 样片-视频页面 */
    .bg-color-white {
        background-color: #fff!important;
    }
    .bg-color-grey {
        overflow:hidden;
        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-mob.png)!important;
    }
    /* 摄影镜头页面 */
    .camera-banner-bg {
        background-image: url(../img/camera-banner-bg-mob.png)!important;
    }
    .text-color-black {
        color: #333!important;
    }
    #banner-btn-more {
        font-size: 12px;
        color: #fff;
        background-color: #333;
        padding: 8px 16px;
        border: none;
        border-radius: 60px;
        margin-top: 14px;
        display: inline-block;
    }
    #banner-btn-more:hover {
        color: #333;
        background-color: #fff;
        transition: all 0.6s;
    }
    .camera-banner-product {
        width: 130px;
        height: auto;
        margin-bottom: 20px;
    }
    .camera-list-title {
        color: #333!important;
    }
    /* 摄影镜头页面-列表 */
    .bg-color-f9 {
        background-color: #f9f9f9!important;
    }
    .camera-product-list-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
    }
    .camera-product-pic-box img {
        transition: all 0.6s;
        width: 160px;
    }
    .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: 12px;
        left: 12px;
        color: #ffecc7;
        font-size: 12px;
        background-color: #fa3f3f;
        border: 1px solid #e81b1b;
        padding: 4px 10px;
        border-radius: 4px;
    }
    .camera-product-pic-box {
        background-image: linear-gradient( #f6f6f6, #d6d7dc);
        width: 100%;
        height: 230px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }
    .camera-product-text {
        width: 100%;
        height: 70px;
        padding: 14px 14px;
        box-sizing: border-box;
        border-radius: 0 0 10px 10px;
        background-color: #fff;
        overflow: hidden;
    }
    .camera-product-text h1 {
        font-size: 15px;
        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-mob.png);
    }
    .banner-box-mob {
        flex-direction: column-reverse;
    }
    .attachment-banner-pic {
        width: 150px;
        height: auto;
        margin-bottom: 30px;
    }
    .mar-right-80 {
        margin-right: 0;
    }
    .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: 200px;
        background-image: url(../img/search-top-bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .searchbar-center {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .searchbar-box {
        display: block;
        position: relative;
        width: 95%;
    }
    .searchbar-box img {
        position: absolute;
        left: 10px;
        top: 14px;
        z-index: 1;
        width: 12px;
        height: 12px;
    }
    .searchbar-btn {
        width: 30%;
        height: 40px;
        font-size: 14px;
        color: #fff;
        background-color: #00adae;
        top: 0;
        right: 10px;
        float: right;
        text-align: center;
        padding: 12px 0;
        cursor: pointer;
        border-radius: 0px 4px 4px 0px;
    }
    .searchbar-btn:hover {
        background-color: #008889;
    }
    .searchbar-box input {
        width: 70%;
        height: 40px;
        padding-left: 26px;
        box-sizing: border-box;
        border: 1px solid #d2d2d2;
        border-right: none;
        background-color: #fff;
        font-size: 12px;
        color: #333;
        border-radius: 4px 0px 0px 4px;
        outline: none;
        float: left;
    }
    .search-result-catalogue {
        border-bottom: 1px solid #e5e5e5;
    }
    .content-width-1200 {
        width: 100%;
        padding: 0 12px!important;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .src-btn {
        font-size: 12px;
        color: #aaa;
        display: inline-block;
        padding: 16px 0px;
        position: relative;
        margin-right: 30px;
    }
    .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: 20px 0;
        color: #333;
        font-size: 14px;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
    }
    .search-result-list a:hover {
        color: #00adae;
        transition: all 0.6s;
    }
    .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: 15px;
        position: relative;
    }
    .news-date-box img {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 11px;
        left: 75px;
    }
    .news-date-box input {
        width: 240px;
        height: 36px;
        font-size: 12px;
        outline: none;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
        margin-right: 10px;
        margin-left: 65px;
        padding-left: 32px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .news-date-btn {
        width: 100px;
        height: 36px;
        background-color: #00adae;
        border-radius: 4px;
        font-size: 12px;
        color: #fff;
        margin-right: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .news-date-btn:hover {
        background-color: #008889;
    }
    .top-bg-style {
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .bg-pic-news {
        background-image: url(../img/bg-news-mob.png)!important;
    }
    .top-catalogue-wrap {
        background-color: #fff;
        width: 100%;
    }
    .test-box {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
    }
    .test-box .catalogue-btn {
        flex-shrink: 0;
    }
    .test-box .src-btn {
        flex-shrink: 0;
    }
    .catalogue-btn {
        color: #aaa;
        font-size: 12px;
        display: inline-block;
        padding: 24px 0px;
        position: relative;
        margin-right: 20px;
    }
    .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: #f3f3f3;
        width: 100%;
    }
    .news-content-box {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px 8px;
        background-color: #fff;
        transition: all 0.6s;
        position: relative;
    }
    .news-pic-wrap {
        width: 100%;
        height: 180px;
        border-radius: 4px;
        overflow: hidden;
    }
    .news-pic-wrap img {
        width: 100%;
        height: auto;
        transition: all 0.6s;
    }
    .news-test-wrap {
        flex: 1;
        width: 100%;
    }
    .news-test-wrap h1 a {
        font-size: 14px;
        color: #333;
        font-weight: 500;
        line-height: 40px;
        display: block;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
        transition: all 0.6s;
    }
    .news-test-wrap p a {
        font-size: 12px;
        color: #999;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /*想省略几行就写几*/
        -webkit-box-orient: vertical;
    }
    .news-date {
        font-size: 12px;
        color: #999;
        margin-top: 10px;
        margin-right: 16px;
        display: inline-block;
    }
    .news-btn {
        font-size: 12px;
        color: #00adae;
        margin-top: 10px;
        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: 12px;
        display: flex;
        flex-direction: column;
        gap: 12px 12px;
    }
    /* 新闻内容 */
    .news-details-box {
        background-color: #fff;
        box-shadow: 0px 4px 25px rgb(27, 27, 28, 0.2);
        width: 96%;
        margin: 0 auto;
        padding: 20px 14px;
        position: relative;
        top: -50px;
    }
    .news-details-title {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        line-height: 25px;
    }
    .news-details-date,
    .news-details-author {
        font-size: 12px;
        color: #999;
        margin-right: 14px;
        margin-top: 15px;
        display: inline-block;
    }
    .news-details-top {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
    }
    .news-details-text-box {
        padding: 20px 0;
    }
    .news-details-p {
        font-size: 15px;
        color: #444;
        margin-bottom: 15px;
        line-height: 28px;
    }
    .news-details-text-box img {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .news-details-bottom {
        border-top: 1px solid #e5e5e5;
        padding-top: 30px;
    }
    .news-details-pre span {
        font-size: 12px;
        font-weight: bold;
        color: #333;
    }
    .news-details-pre a {
        font-size: 12px;
        color: #666;
    }
    .news-details-pre a:hover {
        color: #00adae;
        text-decoration: underline;
    }
    .news-details-pre:first-child {
        margin-bottom: 14px;
    }
    .news-details-btn:first-child {
        margin-right: 14px;
    }
    .news-details-btn {
        color: #00adae;
        font-size: 12px;
        width: 150px;
        height: 40px;
        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: 25px;
        margin-bottom: 10px;
    }
    /* 购买支持 */
    .bg-pic-purchase {
        background-image: url(../img/bg-purchase-mob.png);
    }
    .purchase-support-head {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .purchase-support-head p {
        font-size: 12px;
        color: #333;
        display: inline-block;
        line-height: 20px;
        margin-left: 15px;
    }
    .purchase-support-head p span {
        color: #00adae;
    }
    .purchase-support-head img {
        width: 40px;
        height: 40px;
    }
    /* 表格 */
    .purchase-support-table-wrap {
        overflow-x: scroll;
    }
    .purchase-support-table {
        width: 800px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 40px;
    }
    .table-tr {
        width: 100%;
        box-sizing: border-box;
        transition: all 0.6s;
    }
    .table-tr:hover {
        background-color: #f5f5f5;
    }
    .table-tr th {
        font-size: 14px;
        color: #666;
        font-weight: bold;
        text-align: left;
        padding: 14px;
        border-top: 1px solid #e5e5e5;
    }
    .table-tr td {
        font-size: 12px;
        color: #888;
        padding: 14px;
        border-top: 1px solid #e5e5e5;
    }
    .table-tr td a {
        color: #888;
    }
    .table-tr td a:hover {
        color: #00adae;
    }
    .table-tr td:nth-of-type(1) {
        width: 25%;
        box-sizing: border-box;
    }
    .table-tr td:nth-of-type(2) {
        width: 25%;
        box-sizing: border-box;
    }
    .table-tr td:nth-of-type(3) {
        width: 10%;
        box-sizing: border-box;
    }
    .table-tr td:nth-of-type(4) {
        width: 15%;
        box-sizing: border-box;
    }
    .table-tr td:nth-of-type(5) {
        width: 25%;
    }
    /* 联系我们 */
    .bg-pic-contactus {
        background-image: url(../img/bg-contactus-mob.png);
    }
    .contactus-bg {
        width: 100%;
        background-color: #f3f3f3;
        padding: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contactus-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 95%;
        border-radius: 20px;
        overflow: hidden;
    }
    .contactus-img-box {
        width: 100%;
        height: 330px;
        position: relative;
        overflow: hidden;
    }
    .contactus-img-text {
        position: absolute;
        left: 0px;
        bottom: 15px;
        z-index: 50;
    }
    .contactus-img-text p:nth-of-type(1) {
        font-size: 18px;
        font-weight: bold;
        color: #1a1a1a;
        margin-bottom: 10px;
        padding: 0 15px;
    }
    .contactus-img-text p:nth-of-type(2) {
        font-size: 12px;
        color: #616162;
        margin-bottom: 10px;
        padding: 0 15px;
    }
    .contactus-img-text p:nth-of-type(3) {
        font-size: 16px;
        color: #00adae;
        padding: 0 15px;
    }
    .contactus-form-box {
        width: 100%;
        height: 510px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 12px 12px;
    }
    .contactus-input-name {
        font-size: 12px;
        color: #333;
        margin-bottom: 10px;
    }
    .contactus-input {
        width: 100%;
        height: 40px;
        outline: none;
        font-size: 14px;
        color: #333;
        padding: 0 14px;
        box-sizing: border-box;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
    }
    .contactus-textarea {
        width: 100%;
        height: 140px;
        outline: none;
        font-size: 14px;
        color: #333;
        padding: 14px 14px;
        box-sizing: border-box;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
    }
    .contactus-input-btn {
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 38px;
        background-color: #00adae;
        border-radius: 4px;
        float: left;
        transition: all 0.6s;
    }
    .contactus-form-box div {
        width: 80%;
    }
    .contactus-img-box img {
        width: 100%;
        height: auto;
    }
    /* 下载中心 */
    .bg-pic-download {
        background-image: url(../img/bg-downloadcenter-mob.png);
    }
    .download-center {
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .download-top-h1 {
        font-size: 38px;
        color: #fff;
        font-weight: normal;
    }
    .download-top-p {
        margin-top: 6px;
        font-size: 14px;
        color: #fff;
        opacity: 0.6;
        margin-bottom: 20px;
    }
    .border-none {
        border: none!important;
    }
    /* 分类 */
    .download-catalogue {
        width: 100%;
        height: 52px;
        background-color: #fff;
        display: flex;
        overflow-x: scroll;
    }
    .download-catalogue-a {
        font-size: 13px;
        color: #aaaaaa;
        display: block;
        height: 50px;
        line-height: 50px;
        flex-shrink: 0;
        margin: 0px 20px;
        transition: all 0.6s;
    }
    .download-catalogue-active {
        font-size: 13px;
        display: block;
        height: 50px;
        line-height: 50px;
        /* 元素不换行 */
        flex-shrink: 0;
        margin: 0 20px;
        transition: all 0.6s;
        color: #00adae!important;
        border-bottom: 2px solid #00adae;
    }
    .download-list-wrap {
        background-color: #f8f8f8;
        width: 100%;
        padding: 16px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .download-list-box {
        width: 96%;
        height: 50px;
        padding: 0 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        transition: all 0.6s;
    }
    .download-list-title {
        font-size: 12px;
        color: #333;
        margin-left: 6px;
        flex: 1;
        /* 强制文字一行内显示 */
        white-space: nowrap;
        /* 超出部分隐藏 */
        overflow: hidden;
        /* 用省略号替代超出部分 */
        text-overflow: ellipsis;
    }
    .download-list-btn {
        font-size: 12px;
        color: #00adae;
        margin-right: 12px;
        opacity: 0;
        transition: all 0.6s;
    }
    .icon-square,
    .icon-square-active {
        width: 5px;
        height: 5px;
    }
    .icon-download,
    .icon-download-active {
        width: 7px;
        height: 10px;
    }
    .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: #fff;
        box-shadow: 0px 3px 12px rgb(27, 27, 28, 0.1);
    }
    /* 问题与解答页面 */
    .bg-pic-qa {
        background-image: url(../img/bg-qa-mob.png);
    }
    .qa-text {
        font-size: 12px!important;
        margin-right: 10px;
    }
    .qa-bottom-pic {
        width: 100%;
        height: 250px;
        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: 14px;
        color: #fff;
        text-align: center;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .qa-bottom-pic a {
        font-size: 14px;
        color: #00adae;
        width: 130px;
        height: 40px;
        border-radius: 60px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon-download,
    .icon-download-active {
        width: 10px;
    }
    /* 下载中心详情页 */
    .dc-details-wrap {
        width: 100%;
        background-color: #f3f3f3;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 14px 12px;
    }
    .dc-details-head {
        width: 100%;
        padding: 10px 8px;
        border-radius: 4px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }
    .dc-details-head img {
        width: 180px;
        height: auto;
        margin: 40px 0;
    }
    .dc-details-head h1 {
        font-size: 18px;
        color: #333;
        font-weight: 500;
        margin-bottom: 14px;
    }
    .dc-details-head p {
        font-size: 12px;
        color: #999;
        margin-bottom: 20px;
    }
    .dc-table-wrap {
        width: 100%;
        overflow-x: scroll;
    }
    .dc-table {
        width: 800px;
        background-color: #fff;
        border-radius: 4px;
        margin-bottom: 14px;
    }
    .dc-table-tr {
        width: 100%;
    }
    .dc-table-tr th {
        font-size: 12px;
        color: #999999;
        font-weight: normal;
        text-align: left;
        padding: 20px 0;
    }
    .dc-table-tr td {
        font-size: 12px;
        color: #333;
        padding: 20px 0;
        border-top: 1px solid #e5e5e5;
    }
    .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: 12px;
        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: 100%;
        border-radius: 4px;
        background-color: #fff;
        padding: 0 8px;
    }
    .dc-details-bottom h1 {
        font-size: 15px;
        color: #333;
        font-weight: normal;
        border-bottom: 1px solid #e5e5e5;
        width: 100%;
        padding: 22px 0;
    }
    .dc-details-bottom p {
        font-size: 12px;
        color: #666;
        line-height: 24px;
        margin: 20px 0;
    }
    /* 相机镜头-详情页面 */
    .cd-head-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .cd-pic-box {
        width: 100%;
        height: 280px;
    }
    .swiper1 {
        width: 100%;
        height: 280px;
    }
    .swiper1 .swiper-slide img {
        width: 100%;
        height: 280px;
    }
    .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;
        flex-wrap: wrap;
    }
    .cd-right-box {
        width: 100%;
        margin-top: 20px;
        padding: 0 12px;
    }
    .cd-right-box h1 {
        font-size: 20px;
        color: #333;
        font-weight: 500;
    }
    .cd-right-box p {
        font-size: 12px;
        color: #666;
        padding: 16px 0;
    }
    .cd-color-wrap {
        padding: 16px 0;
        border-bottom: 1px dashed #e5e5e5;
        border-top: 1px dashed #e5e5e5;
    }
    .cd-kakou-wrap {
        padding: 16px 0;
    }
    .cd-kakou-wrap .cd-color-btn {
        margin-bottom: 10px;
    }
    .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: 10px;
        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: 10px;
        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: 14px;
        color: #fff;
        padding: 16px 64px;
        border-radius: 60px;
        background-color: #00adae;
        display: inline-block;
    }
    /* 详情页导航 */
    .overflow-x {
        overflow-x: scroll;
    }
    .cd-navbar {
        width: 100%;
        background-color: #fff;
        padding-top: 8px;
        z-index: 100;
        display:none;
        /* position: relative; */
    }
    .cd-navbar ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    /* .cd-navbar li{
    margin: 0 10px;
} */
    .cd-navbar-a {
        font-size: 14px;
        color: #999;
        padding: 14px 20px;
        display: inline-block;
        transition: all 0.6s;
    }
    .cd-navbar-active {
        font-size: 14px;
        color: #00adae;
        padding: 14px 20px;
        border-bottom: 2px solid #00adae;
        display: inline-block;
    }
    /* 详情页内容 */
    .cd-content-wrap {
        background-color: #f5f5f5;
        width: 100%;
        padding: 14px 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 4px 14px 4px;
        background-color: #fff;
        margin-top: 14px;
        /* position: relative; */
    }
    /* .cd-a{
    display: block;
    width: 1px;
    height: 120px;
    background-color: #00adae;
    position: absolute;
    top: -100px;
} */
    .cd-title {
        font-size: 18px;
        color: #000000;
        font-weight: normal;
        text-align: center;
        width: 100%;
        padding: 20px 0;
    }
    .camera-details-table {
        width: 100%;
    }
    .camera-details-tr {
        width: 100%;
    }
    .camera-details-tr td {
        font-size: 12px;
        color: #333333;
        padding: 10px 20px 10px 10px;
    }
    .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: 94%;
        display: inline-block;
        margin: 12px;
    }
    .cd-MTF p {
        font-size: 16px;
        color: #000;
        text-align: center;
        width: 100%;
        margin-bottom: 14px;
    }
    .MTF-img-box {
        width: 100%;
        height: 250px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 5px 15px rgb(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .MTF-img-box img {
        width: 100%;
        height: auto;
    }
    .cd-MTF-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    /* 电影镜头详情 */
    .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;
    }
    .cd-color-btn-black {
        font-size: 12px;
        color: #666666;
        padding: 10px 30px;
        border-radius: 60px;
        border: 1px solid #dcdcdc;
        background-color: #fff;
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
        transition: all 0.6s;
    }
    /* .cd-color-btn:hover{
    color: #00adae;
    border: 1px solid #00adae;
} */
    .cd-btn-active-black {
        font-size: 12px;
        color: #00adae;
        padding: 10px 30px;
        border-radius: 60px;
        border: 1px solid #00adae;
        background-color: #fff;
        display: inline-block;
        margin-right: 10px;
        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;
    }
    .cd-buy {
        margin-bottom: 20px;
    }
    /* 样片 */
    .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 .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: 12px;
        color: #fff;
        margin-top: 4px;
        margin-left: 12px;
    }
    /* 关于我们页面 */
    .bg-pic-aboutus {
        background-image: url(../img/bg-aboutus-mob.png);
    }
    /* 关于我们导航 */
    .about-navbar {
        width: 100%;
        background-color: #fff;
        height: 50px;
        z-index: 100;
        /* position: relative; */
    }
    .about-navbar ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .about-navbar-a {
        font-size: 14px;
        color: #999;
        padding: 15px 20px;
        display: inline-block;
        white-space: nowrap;
    }
    .about-navbar-active {
        font-size: 14px;
        color: #00adae;
        padding: 15px 20px;
        border-bottom: 2px solid #00adae;
        display: inline-block;
        white-space: nowrap;
    }
    /* 关于我们内容 */
    .about-swiper-pic {
        height: 100%!important;
    }
    .about-us-content {
        width: 100%;
    }
    .Company-Introduction {
        background-image: url(../img/bg-company.png);
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 50px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-us-h1 {
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .about-us-p {
        font-size: 12px;
        color: #fff;
        line-height: 16px;
        margin: 12px 0;
    }
    .about-content-width {
        width: 100%;
        margin: 0 auto;
        padding: 0 12px;
    }
    .company-icon-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }
    .company-icon img {
        width: 20px;
        height: 20px;
    }
    .company-icon {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 10px 0;
    }
    .company-icon p {
        font-size: 12px;
        color: #fff;
        line-height: 16px;
        margin-top: 12px;
        text-align: center;
    }
    .Brand-Story {
        background-image: url(../img/bg-brand.png);
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 50px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .Honor {
        width: 100%;
        padding-bottom: 50px;
    }
    .Honor h1 {
        font-size: 20px;
        color: #333;
        font-weight: 500;
        margin: 20px 0;
        text-align: center;
    }
    .about-slide {
        width: 100%;
        height: auto;
    }
}