/* 公共内容盒子 */
.contentbox {
    padding: 100px 0;
}

.head-content {
    width: 100%;
    height: 900px;
    background-image: url("../img/detail_0.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 90px;
    position: relative;
}

.psrsebox {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.pseimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.phonehead-content {
    display: none;
}

.head-content .hcontent-box {
    padding-left: 60px !important;
}

.head-content .hcontent-box .menu-nav {
    position: relative;
    z-index: 999;
}

.head-content .hcontent-box .menu-nav .nav-list {
    margin: 60px 0 40px;
    color: #ffffff;
}

.head-content .hcontent-box .hcontent-content {
    display: flex;
    /* position: absolute;
    width: 79%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; */
}

.head-content .hcontent-box .hcontent-content .mswiper-box {
    width: 960px;
    height: 625px;
    transform: rotate(90deg);
}

.mswiper-box .mySwiper2 {
    width: 625px;
    height: 625px;
}

.mswiper-box .mySwiper2 .swiper-wrapper {
    width: 625px;
}

.mswiper-box .mySwiper2 .swiper-wrapper .swiper-slide {
    width: 625px !important;
    height: 625px !important;
    transform: rotate(-90deg);
}

.mswiper-box .swiper .swiper-button-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f8b62d;
    left: var(--swiper-navigation-sides-offset, 570px);
    /* left: var(--swiper-navigation-sides-offset, 492px); */
    top: var(--swiper-navigation-top-offset, 58%);
}

.mswiper-box .swiper .swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    --swiper-navigation-color: #f8b62d;
    background-color: #ffffff;
    top: var(--swiper-navigation-top-offset, 25%);
}

.mswiper-box .mySwiper {
    padding: 32px 0;
    width: 623px;
    /* width: 545px; */
    outline: none;
    --swiper-navigation-color: #ffffff;
    --swiper-navigation-size: 16px;
}

.mswiper-box .mySwiper .swiper-wrapper .swiper-slide {
    width: 104px !important;
    height: 104px;
    opacity: 0.4;
    transform: rotate(-90deg);
}

.mswiper-box .mySwiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}

.hcontent-text {
    width: 665px;
    /* position: absolute;
    right: 60px;
    height: 625px; */
    font-weight: 400;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 19px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hcontent-text .hcontent-box {
    height: 180px;
    overflow: auto;
    padding-right: 15px;
    line-height: 2.4rem;
}

/* //   滚动条样式 */
.hcontent-text .hcontent-box::-webkit-scrollbar {
    width: 3px;
}

/* //背景样式 */
.hcontent-text .hcontent-box::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

/* //背景上面的条条样式 */
.hcontent-text .hcontent-box::-webkit-scrollbar-thumb {
    background: #f8b62d;
    border-radius: 4px;
}

.hcontent-text h3 {
    font-size: 3rem;
    /*color: #ffffff;*/
    color: #f8b62d;
    margin-bottom: 6px;
    margin-left: 10px;
    line-height: 36px;
}

.hcontent-text h6 {
    font-size: 2.2rem;
    color: #ffffff;
    margin: 16px 10px;
    /*margin: 50px 10px 16px;*/
    font-weight: 400;
    font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

.hcontent-text .htext-box {
    font-weight: 400;
    font-size: 1.6rem;
    color: #ffffff;
}

.hcontent-text .htext-box .hbox-line {
    padding: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.hcontent-text .htext-box .hbox-line div {
    flex: 1;
    /*width: 20%;*/
}

.hcontent-text .hbox-list {
    margin-top: 50px;
    display: flex;
    flex-wrap: nowrap;
}

.hcontent-text .hbox-item {
    width: 170px;
    padding: 8px 25px;
    border-radius: 4px;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 1.4rem;
    color: #141414;
    margin-right: 16px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.hcontent-text .ahbox-item {
    background-color: #f8b62d;
    color: #ffffff;
}

.hcontent-text .hbox-item:hover {
    cursor: pointer;
    background-color: #f8b62d;
    color: #ffffff;
}

.hcontent-text .hbox-item:hover img {
    display: none;
}

.hcontent-text .hbox-item:hover .ahbo-img {
    display: block;
}

.hcontent-text .hbox-item img {
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.hcontent-text .ahbox-item img {
    display: none;
}

.hcontent-text .hbox-list .ahbox-item .ahbo-img {
    display: block;
}

.hcontent-text .hbox-item .ahbo-img {
    display: none;
}

.vtext-box {
    margin-top: 30px;
    padding: 100px 80px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}

.vtext-left {
    width: 710px;
    height: 340px;
    overflow: auto;
    margin-right: 30px;
    font-size: 1.6rem;
    color: #525252;
    line-height: 2.4rem;
    text-align: justify;
    padding-right: 15px;
}

/* //   滚动条样式 */
.vtext-left::-webkit-scrollbar {
    width: 3px;
}

/* //背景样式 */
.vtext-left::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

/* //背景上面的条条样式 */
.vtext-left::-webkit-scrollbar-thumb {
    background: #f8b62d;
    border-radius: 4px;
}

.vtext-right {
    position: relative;
}

.video {
    width: 600px;
    height: 340px;
}

.video-img {
    width: 595px;
    height: 335px;
}

/* 图片列表 */
.picturebox {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.onepic {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    /* height: 450px; */
    overflow: hidden;
}

.fpicbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.onepic img {
    transition: all 0.8s;
}

.onepic:hover img {
    transform: scale(1.03);
}

.twopic {
    display: flex;
}

.twopic .onepic {
    flex: 1;
}

.thirdpic {
    /* height: 400px; */
    padding-bottom: 27%;
}

/* 菜单目录 */
.dmenu-box {
    margin: 30px auto;
    padding: 100px 80px;
    background-color: #ffffff;
}

.dmenu-box h1 {
    font-weight: bold;
    font-size: 4.4rem;
    color: #f8b62d;
    margin-bottom: 40px;
    text-align: center;
}

.dmenu-box .topmenu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.dmenu-box .topmenu-list .topmenu-item {
    width: calc((100% - 40px) / 3);
    height: 318px;
    /*margin-right: 20px;*/
    margin-bottom: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /*justify-content: center;*/
    font-weight: 400;
    font-size: 1.6rem;
    color: #525252;
    line-height: 24px;
    text-align: justify;
}

.dmenu-box .topmenu-list .topmenu-item h6 {
    font-weight: bold;
    margin: 12px 0;
    /*margin: 8px 0 16px 0;*/
    font-size: 2.4rem;
    color: #282828;
    text-align: center;
}

.dmenu-box .topmenu-list .topmenu-item .topm-img {
    width: 120px;
    height: 120px;
}

.dmenu-box .botmenu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 44px;
}

.dmenu-box .botmenu-list .topmenu-item {
    width: calc((100% - 20px) / 2);
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #525252;
    line-height: 24px;
    text-align: left;
}

.dmenu-box .botmenu-list .topmenu-item:nth-last-child(2n) {
    margin-right: 0;
}

.dmenu-box .botmenu-list .topmenu-item h6 {
    font-weight: bold;
    margin: 8px 0 16px 0;
    font-size: 2.4rem;
    color: #292929;
    text-align: left;
}

.dmenu-box .botmenu-list .topmenu-item .topm-img {
    width: 120px;
    height: 120px;
}

.dmenu-box .botmenu-list .topmenu-item .botmenu-text {
    flex: 1;
    margin-left: 24px;
    text-align: justify;
}

/* 表格 */
.phonedetail-table {
    display: none;
}

.detail-table {
    background-color: #282828;
    padding: 100px 0;
    /*padding: 100px 10%;*/
}

.detail-table h1 {
    font-weight: bold;
    margin-bottom: 48px;
    font-size: 4.4rem;
    color: #f8b62d;
    text-align: center;
}

.detail-table .dtable-box .dtable-item:hover {
    cursor: pointer;
}

.detail-table .dtable-box .dtable-item:nth-child(odd) .dtable-left .dleft-item {
    background: #292929;
}

.detail-table .dtable-box .dtable-item:nth-child(odd) .dtable-right .dright-item {
    background: #292929;
}

.detail-table .dtable-box .adtable-item .aitem-active {
    background: #f8b62d !important;
    color: #292929 !important;
}

.detail-table .dtable-box .dtable-item {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 1.6rem;
    color: #ffffff;
}

.detail-table .dtable-box .dtable-item .dtable-left {
    width: 268px;
    background: #636363;
    /*background: #141414;*/
    margin-right: 20px;
}

.detail-table .dtable-box .dtable-item .dtable-left .dleft-item {
    padding: 10px 60px;
}

.detail-table .dtable-box .dtable-item .dtable-right {
    flex: 1;
    background: #636363;
    /*background: #141414;*/
}

.detail-table .dtable-box .dtable-item .dtable-right .dright-item {
    width: 100%;
    /*padding: 16px 40px;*/
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.detail-table .dtable-box .dtable-item .dtable-right .dright-item div {
    flex: 2;
    padding: 10px 20px;
}

.detail-table .dtable-box .dtable-item .dtable-right .dright-item div:first-child {
    padding: 10px 20px 10px 60px;
}

/* 产品图 */
.detail-pic h1 {
    font-size: 4.4rem;
    color: #f8b62d;
    margin-bottom: 40px;
    text-align: center;
}

.detail-pic .dpic-box {
    display: flex;
}

.detail-pic .dpic-box .dpicbox {
    flex: 1;
}

.detail-pic .dpic-box .dpic-left {
    overflow: hidden;
}

.detail-pic .dpic-box .dpic-left:hover {
    cursor: pointer;
}

.detail-pic .dpic-box .dpic-left:hover img {
    transform: scale(1.1);
}

.detail-pic .dpic-box .dpic-left img {
    height: 800px;
    transition: all 0.3s;
}

.detail-pic .dpic-box .dpic-right div {
    overflow: hidden;
}

.detail-pic .dpic-box .dpic-right div:hover {
    cursor: pointer;
}

.detail-pic .dpic-box .dpic-right div:hover img {
    transform: scale(1.1);
}

.detail-pic .dpic-box .dpic-right img {
    width: 100%;
    height: 400px;
    transition: all 0.3s;
}

/*下载列表*/
.download-box {
    padding: 100px 10.5%;
}

.download-box h3 {
    font-weight: 500;
    font-size: 4.4rem;
    color: #f8b62d;
    margin-bottom: 48px;
    text-align: center;
    font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
}

.download-mune {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 80px;
}

.dmunu-item {
    font-weight: 400;
    font-size: 1.8rem;
    color: #525252;
    margin-right: 60px;
}

.dmunu-item:last-child {
    margin-right: 0;
}

.dmunu-item:hover {
    cursor: pointer;
    color: #f8b62d;
}

.acdmunuitem {
    color: #f8b62d;
    position: relative;
}

.acdmunuitem::after {
    position: absolute;
    bottom: -11px;
    left: 0;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #f8b62d;
}

.download-box .download-itembox {
    /* display: flex; */
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.download-box .acdownloaditembox {
    display: flex !important;
}

.download-box .download-itembox .download-item {
    width: calc((100% - 80px) / 2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 1.6rem;
    color: #525252;
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.downloaditem-title {
    display: flex;
}

.download-box .download-itembox .download-item .dw-right {
    font-size: 1.4rem;
}

.download-box .download-itembox .download-item .dw-right .down-img a:hover {
    color: #f8b62d;
    cursor: pointer;
}

.download-box .download-itembox .download-item .dw-right .down-img:hover .dimg1 {
    display: none;
}

.download-box .download-itembox .download-item .dw-right .down-img:hover .dimg2 {
    display: block;
}

.download-box .download-itembox .download-item .dw-right {
    display: flex;
    align-items: center;
}

.download-box .download-itembox .download-item .dw-right .down-img {
    display: flex;
    align-items: center;
    margin-left: 40px;
    opacity: 0.7;
}

.download-box .download-itembox .download-item .dw-right img {
    width: 16px;
    height: 16px;
    margin: 0 3px;
}

.download-box .download-itembox .download-item .dw-right .dimg2 {
    display: none;
}

/* cases列表 */
.phonecase-table {
    display: none;
}

.detail-case {
    background-color: #282828;
}

.dcase-box h1 {
    font-weight: bold;
    font-size: 4.4rem;
    color: #f8b62d;
    margin-bottom: 40px;
    text-align: center;
}

.detail-case .dcase-box .cases-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.detail-case .dcase-box .cases-list .cases-item {
    width: calc((100% - 60px) / 4);
    height: 0;
    padding-bottom: calc((100% - 60px) / 4 * (4 / 3));
    /* height: 550px; */
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.ceboxitem {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.detail-case .dcase-box .cases-list .cases-item:nth-child(4n) {
    margin-right: 0;
}

.detail-case .dcase-box .cases-list .cases-item .icases-content {
    height: 350px;
    position: absolute;
    /* bottom: -50%; */
    bottom: -270px;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(41, 41, 41, 0.8);
    transition: all 0.5s;
}

.detail-case .dcase-box .cases-list .cases-item .icases-content a {
    font-weight: 400;
    font-size: 1.5rem;
    color: #b8b8b8;
}

.detail-case .dcase-box .cases-list .cases-item .icases-content .icon-title {
    font-family: helvetica-bold, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.9rem;
    color: #ffffff;
    margin-bottom: 16px;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.detail-case .dcase-box .cases-list .cases-item .icases-content:hover .icon-title {
    color: #f8b62d;
}

.detail-case .dcase-box .cases-list .cases-item .icases-content .icase-text {
    text-align: justify;
    color: #ffffff;
}

.detail-case .dcase-box .cases-list .cases-item .icases-content .icase-time {
    font-size: 1.3rem;
    color: #ffffff;
    margin: 16px 0 60px 0;
}

.detail-case .dcase-box .cases-list .cases-item .icases-content .icase-more {
    text-align: right;
    color: #ffffff;
}

.detail-case .dcase-box .cases-list .cases-item .icases-content .icase-more:hover {
    color: #f8b62d;
}

.detail-case .dcase-box .cases-list .cases-item:hover .icases-content {
    transform: all 0.5s;
    bottom: 0;
}

.detail-case .dcase-box .cases-list .cases-item .icases-content:hover {
    cursor: pointer;
}

.detail-case .dcase-box .cases-list .cases-item img {
    width: 100%;
    transition: all 0.5s;
    border-radius: 8px;
}

.detail-case .dcase-box .cases-list .cases-item:hover img {
    cursor: pointer;
    transform: scale(1.1);
}

/* 问答 */
.answer-box h1 {
    font-weight: bold;
    font-size: 4.4rem;
    color: #f8b62d;
    margin-bottom: 40px;
    text-align: center;
    font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

.answer-box .answer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.answer-box .answer-list .answer-item {
    width: calc((100% - 80px) / 2);
    padding: 26px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
}

.answer-box .answer-list .answer-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #f8b62d;
    border-radius: 10px;
    transition: all 0.3s;
}

.answer-box .answer-list .answer-item:hover {
    color: #f8b62d;
    cursor: pointer;
}

.answer-box .answer-list .answer-item:hover::after {
    width: 100%;
}

.answer-box .answer-list .answer-item:hover .right-arrow {
    border-top: 2px solid #292929;
    border-right: 2px solid #292929;
}

.answer-box .answer-list .answer-item .right-arrow {
    width: 8px;
    height: 8px;
}

.answer-box .answer-list .answer-item .answer-line {
    font-weight: 400;
    font-size: 1.6rem;
    color: #292929;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.answer-list .answer-item .answer-line .answer-title {
    display: flex;
}

.answer-box .answer-list .answer-item .answer-text {
    font-weight: 400;
    font-size: 1.4rem;
    color: #292929;
    line-height: 19px;
    display: none;
    margin: -10px 12px 0 14px;
    text-align: justify;
}

/*.answer-box .answer-list .active-answer .answer-text {*/
/*    display: block;*/
/*}*/

.answer-box .answer-list .active-answer .answer-line {
    color: #f8b62d;
}

.answer-box .answer-list .active-answer .answer-line .right-arrow {
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #292929;
    border-right: 2px solid #292929;
}

.answer-box .answer-list .answer-item .answer-p {
    margin-top: 24px;
    opacity: 0.7;
}

/* 产品 */
.detail-product h1 {
    font-weight: bold;
    font-size: 4.4rem;
    color: #f8b62d;
    margin-bottom: 40px;
    text-align: center;
    margin-bottom: 80px;
    font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

.detail-product .cases-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    /* padding: 0 80px; */
}

.detail-product .cases-list .cases-item {
    width: calc((100% - 54px) / 4);
    height: 0;
    padding-bottom: calc((100% - 54px) / 4);
    /* width: 320px; */
    /* height: 320px; */
    margin-right: 18px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #ededed;
}

.citembox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.detail-product .cases-list .cases-item:nth-child(4n) {
    margin-right: 0;
}

.detail-product .cases-list .cases-item img {
    transition: all 0.3s;
    border-radius: 8px;
}

.detail-product .cases-list .cases-item:hover {
    border: 1px solid #f8b62d;
}

.detail-product .cases-list .cases-item:hover img {
    cursor: pointer;
    transform: scale(1.1);
}

.detail-product .cases-list .cases-item .icases-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 24px;
    background: rgba(41, 41, 41, 0.8);
    font-weight: 400;
    font-size: 1.5rem;
    color: #ffffff;
    border-radius: 0 0 8px 8px;
}

.detail-product .cases-list .cases-item .icases-content:hover {
    cursor: pointer;
}

.detail-product .cases-list .cases-item .icases-content .icon-title {
    font-family: helvetica-Regular, Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    /* margin-bottom: 8px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download-contact {
    /*width: 100vw;*/
    height: 700px;
    background-image: url("../img/download_2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.download-contact .down-cleft {
    width: 50%;
    /* flex: 1; */
    font-weight: 400;
    font-size: 3.2rem;
    color: #ffffff;
    line-height: 50px;
    padding-left: 10.5%;
    padding-top: 200px;
}

.download-contact .down-cleft .dcleft-title {
    margin-bottom: 40px;
}

.download-contact .down-cleft h3 {
    font-size: 4rem;
    color: #ffffff;
    line-height: 47px;
}

.download-contact .down-right {
    width: 50%;
    /* flex: 1; */
    background: rgba(41, 41, 41, 0.8);
    font-weight: 400;
    font-size: 2.4rem;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.download-contact .down-right .contact-btn {
    padding: 10px 0;
    width: 280px;
    background: #f8b62d;
    border-radius: 5px;
    margin: 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-contact .down-right .contact-btn a {
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.download-contact .down-right .contact-btn img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.download-contact .down-right .contact-btn .down-more {
    width: 0;
    height: 13px;
    margin-left: 5px;
    transition: all 0.3s;
}

.download-contact .down-right .contact-btn:hover {
    cursor: pointer;
}

.download-contact .down-right .contact-btn:hover .down-more {
    width: 23px;
}

.download-contact .down-right .down-phone {
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    width: 500px;
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
    color: #ffffff;
    padding-bottom: 35px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 40px;
}

.download-contact .down-right .down-email {
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 4rem;
    color: #ffffff;
    padding-top: 35px;
}

.download-contact .down-right .down-phone {
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 4rem;
    color: #ffffff;
    padding: 35px 0;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 40px;
}

.download-contact .down-right .input-box {
    width: 500px;
    border-radius: 8px;
    padding: 15px 16px;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    background-color: #ffffff;
    margin-top: 32px;
}

.download-contact .down-right .input-box a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 2rem;
    color: #292929;
}

.download-contact .down-right .input-box img {
    /* width: 18px; */
    width: 0;
    height: 23px;
    vertical-align: middle;
    transition: all 0.3s;
}

.download-contact .down-right .input-box:hover img {
    width: 23px;
    transition: all 0.3s;
}

@media screen and (max-width: 1600px) {
    .hcontent-text {
        margin-left: 60px;
    }

    /* 公共内容盒子 */
    .contentbox {
        padding: 56px 0;
    }

    .detail-case .dcase-box .cases-list .cases-item .icases-content {
        bottom: -285px;
        font-size: 1.3rem;
        padding: 18px;
    }

    .detail-case .dcase-box .cases-list .cases-item .icases-content .icon-title {
        font-size: 1.5rem;
        margin-bottom: 13px;
    }

    .detail-case .dcase-box .cases-list .cases-item .icases-content a {
        font-size: 1.3rem;
    }

    .detail-case .dcase-box .cases-list .cases-item .icases-content .icase-time {
        margin: 10px 0 65px 0;
    }

    .detail-case .dcase-box .cases-list .cases-item .icases-content .icase-more {
        font-size: 1.5rem;
    }

    .detail-pic .dpic-box .dpic-left img {
        height: 600px;
    }

    .detail-pic .dpic-box .dpic-right img {
        height: 300px;
    }

    .detail-pic .dpic-box .dpic-right img {
        height: 300px;
    }

    .detail-product .cases-list .cases-item .icases-content {
        padding: 20px;
    }

    .detail-product .cases-list .cases-item .icases-content .icon-title {
        font-size: 1.7rem;
    }

    .download-contact .down-cleft h3 {
        font-size: 3rem;
    }

    .download-contact .down-cleft {
        font-size: 2.3rem;
        line-height: 3.5rem;
    }

    .download-contact .down-right .contact-btn img {
        width: 32px;
        height: 32px;
    }

    .download-contact .down-right .contact-btn a {
        font-size: 1.9rem;
    }

    .download-contact .down-right .down-email {
        font-size: 3.6rem;
    }

    .download-contact .down-right .down-phone {
        font-size: 3.6rem;
    }
}

@media screen and (max-width: 1480px) {
    .head-content .hcontent-box .menu-nav .nav-list {
        margin: 20px 0 40px;
    }

    .head-content {
        height: 680px;
    }

    .head-content .hcontent-box .hcontent-content .mswiper-box {
        height: 420px;
        margin-left: 105px;
        width: auto;
    }

    .mswiper-box .mySwiper2 .swiper-wrapper .swiper-slide {
        width: 420px !important;
        height: 420px !important;
    }

    .mswiper-box .mySwiper2 {
        width: 420px;
        height: 420px;
    }

    .mswiper-box .mySwiper {
        padding: 15px 0;
        width: 420px;
    }

    .mswiper-box .swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: var(--swiper-navigation-sides-offset, 377px);
    }

    .mswiper-box .swiper .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .hcontent-text {
        margin-left: 30px;
    }

    .hcontent-text h3 {
        font-size: 2.6rem;
    }

    .hcontent-text h6 {
        font-size: 1.8rem;
        margin: 8px 5px;
    }

    .hcontent-text .htext-box {
        font-size: 1.4rem;
    }

    .hcontent-text .hbox-item {
        width: 140px;
        padding: 7px 10px;
    }

    .dmenu-box {
        padding: 100px 0 30px 0;
    }

    .dmenu-box h1 {
        font-size: 3.2rem;
        margin-bottom: 0;
    }

    .dmenu-box .topmenu-list .topmenu-item h6 {
        font-size: 2rem;
        margin: 7px 0;
    }

    .dmenu-box .topmenu-list .topmenu-item {
        font-size: 1.4rem;
        line-height: 1.9rem;
        height: 255px;
    }

    .dmenu-box .topmenu-list .topmenu-item .topm-img {
        width: 100px;
        height: 100px;
    }

    .dmenu-box .botmenu-list {
        margin-top: 0;
    }

    .dmenu-box .botmenu-list .topmenu-item h6 {
        font-size: 2rem;
        margin: 3px 0 7px 0;
    }

    .dmenu-box .botmenu-list .topmenu-item .topm-img {
        width: 100px;
        height: 100px;
    }

    .dmenu-box .botmenu-list .topmenu-item {
        font-size: 1.4rem;
        line-height: 1.9rem;
        height: 160px;
        padding: 20px;
        margin-bottom: 0;
    }

    .detail-table {
        padding: 56px 0;
    }

    .detail-table h1 {
        font-size: 2.6rem;
        margin-bottom: 16px;
    }

    .detail-table .dtable-box .dtable-item {
        font-size: 1.5rem;
    }

    .detail-pic {
        padding: 56px 0;
    }

    .detail-pic h1 {
        font-size: 3.2rem;
        margin-bottom: 23px;
    }

    .detail-pic .dpic-box .dpic-left img {
        height: 660px;
    }

    .detail-pic .dpic-box .dpic-right img {
        height: 330px;
    }

    .detail-pic .dpic-box .dpic-right img {
        height: 330px;
    }

    .dcase-box h1 {
        font-size: 3.2rem;
        margin-bottom: 23px;
    }

    .detail-case .dcase-box .cases-list {
        margin-bottom: 0;
    }

    .detail-case .dcase-box .cases-list .cases-item {
        width: calc((100% - 30px) / 4);
        height: 415px;
        margin-right: 10px;
        border-radius: 5px;
    }

    .detail-case .dcase-box .cases-list .cases-item .icases-content {
        padding: 18px;
        border-radius: 0 0 5px 5px;
    }

    .detail-case .dcase-box .cases-list .cases-item .icases-content .icon-title {
        font-size: 1.6rem;
        margin-bottom: 9px;
    }

    .detail-case .dcase-box .cases-list .cases-item .icases-content a {
        font-size: 1.2rem;
    }

    .answer-box {
        padding: 56px 0;
    }

    .answer-box h1 {
        font-size: 3.2rem;
        margin-bottom: 23px;
    }

    .answer-box .answer-list .answer-item .answer-line {
        font-size: 1.4rem;
    }

    .detail-product h1 {
        font-size: 3.2rem;
        margin-bottom: 23px;
    }

    .detail-product .cases-list .cases-item {
        width: calc((100% - 30px) / 4);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .detail-product .cases-list .cases-item .icases-content {
        padding: 14px;
        font-size: 1.2rem;
    }

    .detail-product .cases-list .cases-item .icases-content .icon-title {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }

    .download-contact .down-cleft h3 {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }

    .download-contact {
        height: 450px;
    }

    .download-contact .down-cleft {
        font-size: 2rem;
        line-height: 3rem;
        padding-top: 112px;
    }

    .download-contact .down-right {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .download-contact .down-right .contact-btn {
        margin: 18px 0;
        padding: 9px;
        width: 145px;
    }

    .download-contact .down-right .contact-btn a {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .download-contact .down-right .contact-btn img {
        width: 23px;
        height: 23px;
        margin-right: 5px;
    }

    .download-contact .down-right .down-phone {
        width: 300px;
        text-align: center;
        font-size: 2.5rem;
        padding-bottom: 23px;
        margin-bottom: 23px;
    }

    .download-contact .down-right .input-box {
        width: 300px;
        padding: 11px 9px;
        margin-top: 18px;
        border-radius: 5px;
    }

    .download-contact .down-right .down-email {
        font-size: 2.4rem;
    }

    .download-contact .down-right .down-phone {
        width: 300px;
        text-align: center;
        font-size: 2.5rem;
        padding-bottom: 23px;
        margin-bottom: 23px;
    }

    .vtext-box {
        padding: 80px 30px;
    }

    .detail-product .cases-list {
        padding: 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .contentbox {
        padding: 0;
    }

    .head-content {
        display: none;
    }

    .phonehead-content {
        display: block;
        width: 100%;
        /* height: 1064px; */
        /* background-image: url("../img/detail_0.png"); */
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 48px;
    }

    /* 手机轮播 */
    .phonehead-content .menu-nav .nav-list {
        margin: 28px 12px 23px;
        color: #ffffff;
    }

    .phonehead-content .mswiper-box .phonemySwiper1 {
        padding: 0 12px;
    }

    /* .phonehead-content .mswiper-box .phonemySwiper1 .swiper-wrapper {
        height: 375px;
    } */

    .phonehead-content .mswiper-box .phonemySwiper {
        padding: 14px 12px;
        background-color: #282828;
    }

    .phonehead-content .mswiper-box .phonemySwiper .swiper-wrapper {
        width: 100vw;
        height: 60px;
    }

    .phonehead-content .mswiper-box .phonemySwiper .swiper-wrapper .swiper-slide {
        opacity: 0.4;
    }

    .phonehead-content .mswiper-box .phonemySwiper .swiper-wrapper .swiper-slide-thumb-active {
        opacity: 1;
    }

    .phonehead-content .hcontent-text {
        width: 100%;
        height: auto;
        position: static;
        margin-left: 0;
        background-color: #282828;
    }

    .phonehead-content .hcontent-text h3 {
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 2.1rem;
        margin-left: 22px;
        margin-bottom: 8px;
        margin-top: 10px;
    }

    .phonehead-content .hcontent-text .hcontent-box {
        height: auto;
        margin: 0 12px;
        font-weight: 400;
        font-size: 1.4rem;
        color: #ffffff;
        line-height: 1.8rem;
        text-align: justify;
    }

    .phonehead-content .hcontent-text h6 {
        /*margin: 20px 12px 16px;*/
        margin: 0 0 16px 22px;
        font-weight: bold;
        font-size: 1.5rem;
        color: #ffffff;
        line-height: 2.1rem;
    }

    .phonehead-content .hcontent-text .htext-box {
        padding: 0 12px;
    }

    .phonehead-content .htext-box .hbox-line {
        font-weight: 400;
        font-size: 1.3rem;
        color: #ffffff;
        line-height: 1.4rem;
    }

    .phonehead-content .htext-box .hbox-line div {
        width: 25%;
    }

    .phonehead-content .hcontent-text .hbox-list {
        width: 100vw;
        margin-top: 24px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 12px;
        padding-bottom: 8px;
    }

    .phonehead-content .hbox-list .hbox-item {
        width: calc((100% - 8px) / 2);
        padding: 14px 0 14px 26px;
        background: #ffffff;
        border-radius: 4px;
        font-weight: 400;
        font-size: 1.6rem;
        color: #141414;
        line-height: 1.9rem;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .phonehead-content .hbox-list .hbox-item:nth-child(2n) {
        margin-right: 0;
    }

    .phonehead-content .hbox-item img {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }

    .phonehead-content .hbox-item .ahbo-img {
        display: none;
    }

    .phonehead-content .hbox-list .ahbox-item {
        display: flex;
        align-items: center;
        background: #f8b62d;
        color: #ffffff;
    }

    .phonehead-content .ahbox-item img {
        display: none;
    }

    .phonehead-content .ahbox-item .ahbo-img {
        display: block;
    }

    .vtext-box {
        padding: 30px 15px;
        display: flex;
        flex-direction: column;
    }

    .vtext-left {
        width: 100%;
        height: 165px;
        margin-right: 0;
        padding: 0 5px;
        font-size: 1.4rem;
        line-height: 1.9rem;
        text-align: justify;
    }

    .vtext-right {
        padding-top: 20px;
    }

    .video {
        width: 100%;
        height: 190px;
    }

    .phonemaximumwidth {
        width: 100%;
    }

    /* 图片列表 */
    .onepic {
        height: 110px;
    }

    .thirdpic {
        height: 105px;
    }

    .phonedesc {
        text-align: center;
    }

    .dmenu-box h1 {
        font-size: 2rem;
        line-height: 2.3rem;
        padding: 0 50px;
        margin-bottom: 0;
    }

    .dmenu-box .botmenu-list {
        flex-direction: column;
        margin-top: 28px;
        padding: 0 30px;
    }

    .dmenu-box .botmenu-list .topmenu-item .botmenu-text {
        margin-left: 15px;
    }

    .dmenu-box .botmenu-list .topmenu-item {
        width: 100%;
        height: 118px;
        padding: 0;
        margin-right: 0;
        text-align: justify;
        line-height: 1.6rem;
    }

    .dmenu-box .botmenu-list .topmenu-item h6 {
        font-weight: bold;
        font-size: 1.6rem;
        color: #292929;
        line-height: 2.4rem;
        margin: 0;
        margin-bottom: 4px;
    }

    .dmenu-box .botmenu-list .topmenu-item .topm-img {
        width: 75px;
        height: 75px;
    }

    .dmenu-box .botmenu-list .topmenu-item .botmenu-text div {
        font-size: 1.3rem;
    }

    .dmenu-box {
        padding: 30px 0 24px;
    }

    .dmenu-box .topmenu-list {
        margin-top: 35px;
        align-items: flex-start;
    }

    .dmenu-box .topmenu-list .topmenu-item {
        width: calc((100% - 10px) / 2);
        height: auto;
        padding: 12px;
        font-size: 1.3rem;
        line-height: 19px;
        text-align: left;
    }

    .dmenu-box .topmenu-list .topmenu-item h6 {
        height: 40px;
        margin: 5px 0;
        font-size: 1.6rem;
    }

    .dmenu-box .topmenu-list .topmenu-item .topm-img {
        width: 75px;
        height: 75px;
    }

    .detail-table {
        display: none;
    }

    .phonedetail-table {
        display: block;
        padding: 24px 0 0;
        background-color: #141414;
    }

    .phonenoshow {
        display: none !important;
    }

    .phonedetail-table h1 {
        font-weight: bold;
        font-size: 2rem;
        color: #f8b62d;
        line-height: 2.3rem;
        text-align: center;
        margin-bottom: 24px;
    }

    .phonedetail-table .dtable-box {
        display: flex;
        font-weight: 400;
        font-size: 1.3rem;
        color: #ffffff;
        line-height: 1.6rem;
        background-color: #141414;
    }

    .dtable-box .dtable-left {
        width: 120px;
        background: #141414;
        margin-right: 4px;
    }

    .dtable-box .aitem-active {
        background: #282828 !important;
    }

    .dtable-left .dleft-item {
        padding: 0 8px;
        height: 35px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .dtable-left .dleft-item:nth-child(odd) {
        background: #282828;
        /* border-radius: 6px; */
    }

    .phonedetail-table .dtable-right {
        width: calc(100% - 114px);
        overflow: auto;
        background: #141414;
    }

    .dtable-right .dright-item {
        display: flex;
        /* overflow: inherit; */
        /* padding: 5px 8px; */
        padding: 5px 10px;
        height: 35px;
    }

    .dtable-right .dright-item:nth-child(odd) {
        background: #282828;
        /* border-radius: 6px; */
    }

    .dtable-right .dright-item div {
        flex: 1;
        /* min-width: 95px; */
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
    }

    .detail-pic {
        width: 100%;
        padding: 24px 0;
    }

    .detail-pic h1 {
        font-size: 2rem;
        line-height: 2.3rem;
        margin-bottom: 24px;
    }

    .detail-pic .dpic-box {
        flex-direction: column;
    }

    .detail-pic .dpic-box .dpic-left {
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .detail-pic .dpic-box .dpic-left img {
        width: 153px !important;
        height: 188px !important;
    }

    .detail-pic .dpic-box .dpic-right {
        display: flex;
    }

    .detail-pic .dpic-box .dpic-right img {
        width: 100% !important;
        height: 150px !important;
    }

    .download-box {
        width: 100%;
        padding-top: 24px;
    }

    .download-box h3 {
        font-size: 2rem;
        line-height: 2.3rem;
        margin-bottom: 16px;
        font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
    }

    .dmunu-item {
        font-size: 1.5rem;
        margin-right: 25px;
    }

    .download-box .download-itembox {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .download-box .download-itembox .download-item {
        width: 100%;
        padding: 8px 5px;
        margin-bottom: 24px;
        font-size: 1.4rem;
        color: #7a7a7a;
        line-height: 1.4rem;
    }

    .download-content .download-box .download-itembox .download-item .dw-right .down-img {
        margin-left: 20px;
    }

    .filesize {
        display: none;
    }

    .download-mune {
        margin-bottom: 30px;
    }

    .dmunu-item {
        font-size: 1.6rem;
        margin-right: 20px;
    }

    .detail-case {
        display: none;
    }

    .phonecase-table {
        display: block;
        background-color: #000000;
        padding: 24px 0;
    }

    .phonecase-table h1 {
        font-weight: bold;
        font-size: 2rem;
        color: #f8b62d;
        line-height: 2.3rem;
        text-align: center;
        margin-bottom: 32px;
    }

    .phonecase-table .phoneSwiper {
        padding: 0 16px;
        outline: none;
        --swiper-navigation-size: 15px;
        /* 设置按钮大小 */
        --swiper-navigation-color: #141414;
        /* 单独设置按钮颜色 */
    }

    .phoneSwiper .swiper-wrapper {
        height: 530px;
    }

    .phoneSwiper .swiper-wrapper .swiper-slide a {
        display: inline-block;
        position: relative;
    }

    .phoneSwiper .swiper-wrapper .swiper-slide img {
        height: 460px;
        border-radius: 4px;
    }

    .phoneSwiper .swiper-wrapper .swiper-slide .case-text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 12px;
        background: rgba(41, 41, 41, 0.8);
        font-weight: 400;
        font-size: 1.2rem;
        color: #cccccc;
        line-height: 1.6rem;
        text-align: justify;
        border-radius: 0 0 4px 4px;
    }

    .phoneSwiper .case-text h6 {
        font-weight: bold;
        font-size: 1.6rem;
        color: #f8b62d;
        line-height: 1.9rem;
        margin-bottom: 16px;
        text-align: left;
    }

    .phoneSwiper .case-text .case-time {
        font-weight: 400;
        font-size: 1.2rem;
        color: #9d9d9d;
        line-height: 1.4rem;
        margin-top: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .phoneSwiper .case-more {
        text-align: right;
        font-weight: 400;
        font-size: 1.4rem;
        color: #cccccc;
        line-height: 1.6rem;
    }

    .phoneSwiper .swiper-pagination {
        width: 137px !important;
        left: 32% !important;
        /*left: 12% !important;*/
        top: 95% !important;
        --swiper-pagination-color: #f8b62d;
    }

    .swiper-pagination-bullet-active {
        background-color: #f8b62d !important;
    }

    .phoneSwiper .swiper-pagination span {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
    }

    .phoneSwiper .swiper-button-prev {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #e0e0e0;
        top: 94%;
        /*left: 4%;*/
        left: 23%;
    }

    .phoneSwiper .swiper-button-next {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #e0e0e0;
        --swiper-navigation-color: #141414;
        top: 94%;
        /*right: 45%;*/
        right: 24%;
    }

    .phoneSwiper .phone-morebtn {
        background-color: #f8b62d;
        display: inline-block;
        padding: 12px 18px;
        border-radius: 99px;
        position: absolute;
        bottom: 4px;
        right: 5%;
    }

    .phoneSwiper .phone-morebtn a {
        font-weight: bold;
        font-size: 1.4rem;
        color: #ffffff;
    }

    .answer-box h1 {
        font-size: 2rem;
        line-height: 2.3rem;
        margin-bottom: 20px;
    }

    .answer-box .answer-list {
        flex-direction: column;
    }

    .answer-box .answer-list .answer-item {
        width: 100%;
        padding: 13px 0;
    }

    .answer-list .answer-item .answer-line .answer-title {
        width: 98%;
    }

    .answer-box {
        padding: 30px 0;
    }

    .detail-product h1 {
        font-size: 2.3rem;
        margin-bottom: 20px;
    }

    .detail-product .cases-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 10px;
        justify-content: flex-start;
        padding: 0;
    }

    .detail-product .cases-list::-webkit-scrollbar {
        width: 0;
    }

    .detail-product .cases-list .cases-item {
        flex: none;
        margin-bottom: 15px;
        width: 75%;
        /*height: 210px;*/
        height: 0;
        padding-bottom: 75%;
        position: relative;
    }

    .detail-product .cases-list .cases-item a {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .detail-product .cases-list .cases-item img {
        border-radius: 3px;
    }

    .detail-product .cases-list .cases-item .icases-content {
        padding: 10px;
        border-radius: 0 0 3px 3px;
    }

    .download-content {
        padding: 50px 0;
    }

    .download-content .download-box h3 {
        font-size: 3.2rem;
    }

    .download-content .download-box .download-itembox {
        flex-direction: column;
    }

    .download-content .download-box .download-itembox .download-item {
        width: 100%;
    }

    .download-contact {
        height: 900px;
        flex-direction: column;
        background-image: url("../img/download_phone2.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .download-contact .down-cleft {
        width: 100%;
        /* flex: 0 1 auto; */
        height: 450px;
        padding: 64px 24px;
        font-weight: 400;
        font-size: 1.6rem;
        color: #ffffff;
        line-height: 2.4rem;
    }

    .download-contact .down-cleft .dcleft-title {
        margin-bottom: 24px;
    }

    .download-contact .down-cleft h3 {
        font-size: 2.3rem;
        line-height: 3rem;
    }

    .download-contact .down-right {
        width: 100%;
        height: 450px;
    }

    .down-right .dright-text {
        font-size: 1.7rem;
        line-height: 2.4rem;
    }

    .download-contact .down-right .contact-btn {
        padding: 10px 13px;
        width: auto;
        border-radius: 4px;
        margin: 16px 0;
    }

    .download-contact .down-right .input-box a {
        font-size: 1.8rem;
    }

    .download-contact .down-right .contact-btn a {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }

    .download-contact .down-right .contact-btn img {
        width: 21px;
        height: 21px;
    }

    .download-contact .down-right .contact-btn .down-more {
        display: none;
    }

    .download-contact .down-right .down-phone {
        font-size: 1.8rem;
        color: #ffffff;
        line-height: 2.1rem;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .download-contact .down-right .input-box {
        width: 80%;
    }

    .download-contact .down-right .down-email {
        font-size: 1.8rem;
        line-height: 2.1rem;
        padding-top: 10px;
    }

    .download-contact .down-right .down-phone {
        font-size: 1.8rem;
        line-height: 2.1rem;
        padding-top: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}