body {
    margin: 0;
    padding: 0;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei;
    background-color: #f5f5f5;
}
a {
    text-decoration: none;
}
* {
    box-sizing: border-box;
}
.content-inner {
    width: 1600px;
    min-width: 1600px;
    margin: 0 auto;
}
.banner {
    width: 100%;
    position: relative;
    min-width: 1200px;
    height: 280px;
    overflow: hidden;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/home.png") no-repeat center;
    /* background-color: rgb(210, 212, 216); */
    background-size: cover;
}
.banner-inner {
    width: 1600px;
    min-width: 1600px;
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.logo {
    width: 322px;
    height: 161px;
    background: url("../images/logo.png") no-repeat center;
    position: absolute;
    top: 20px;
    left: 0;
}
.company {
    position: absolute;
    top: 40px;
    left: 350px;
}
.company .input {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.company-advantage {
    margin: 10px 0;
}
.company-name {
    color: rgb(228, 203, 64);
    /* color: #ff6a00; */
    font-size: 40px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px; /* 定义外圈宽度 */
    -webkit-text-stroke-color: #fff; /* 定义外圈颜色 */
    text-stroke-width: 1px;
    text-stroke-color: #fff;
}
.company-desc {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}
.banner img {
    height: 280px;
    object-fit: cover;
}
.nav {
    position: relative;
    margin-top: -46px;
}
.nav-inner {
    width: 1600px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.nav img {
    width: 100%;
    position: absolute;
    top: 0;
}
.nav-menu {
    width: 100%;
    background-color: #1d1b1c;
    position: relative;
    z-index: 3;
    height: 46px;
    display: flex;
}
.nav-link {
    height: 100%;
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 700;
}
.nav-link.active,
.nav-link:hover {
    background-color: #090708;
}
.arrow {
    display: flex;
    width: 16px;
    height: 16px;
    background: url("../images/down.svg") no-repeat center;
    transition: transform 0.3s;
    margin-left: 5px;
}
.nav-link:hover .arrow {
    transform: rotate(180deg);
}
.sub-menu {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    padding: 10px 0;
    width: max-content;
    display: none;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.32);
    border-radius: 4px;
}
.sub-menu-item {
    display: flex;
    color: #333;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 20px;
}
.sub-menu-item:hover {
    color: #ff6a00;
    text-decoration: underline;
    background-color: #f2f3f7;
}
.nav-link:hover .sub-menu {
    display: block;
}
.home-banner {
    position: relative;
    min-width: 1200px;
    height: max-content;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.home-banner img {
    height: 998px;
    object-fit: cover;
}
.home-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0;
}
.left-desc {
    min-width: max-content;
    margin-right: 20px;
    margin-left: 20px;
}
.exp {
    color: rgb(228, 203, 64);
    font-size: 36px;
    margin: 10px 0;
}

.odm {
    color: rgb(65, 91, 138);
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -2px;
}
.desc {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 1.5;
}
.right-pics {
    width: 1200px;
    height: 250px;
    display: flex;
    overflow: hidden;
    justify-content: space-around;
    align-items: center;
}
.right-pics img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}
.web-box {
    border: 1px solid #dbe3ef;
    border-top: 2px solid #333;
    margin-top: 20px;
}
.web-box.first {
    border-top: 4px solid #333;
}
.web-container {
    width: 1600px;
    margin: 0 auto;
}
.web-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    height: 56px;
    padding: 0 20px;
    border-bottom: 1px solid #dbe3ef;
}
.web-more {
    color: #007ffc;
    font-size: 14px;
}
.web-more:hover {
    color: #ff6a00;
    text-decoration: underline;
}
.top-ranking-left {
    position: relative;
    width: 350px;
    height: 350px;
    min-width: 350px;
    margin-right: 25px;
    border: 1px solid #c8d2e0;
    box-shadow: 2px 2px 4px 0 rgba(104, 123, 148, 0.35);
}
.pro-placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-placeholder img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.pro-placeholder.video::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    z-index: 1;
    background-image: url("../images/play.svg");
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}
.pro-video {
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.pro-video video {
    width: 100%;
    height: 100%;
}
.top-ranking .swiper-slide {
    padding: 30px 60px 32px;
    display: flex;
}
.swiper-pagination-bullet-active {
    background: #ff6a00 !important;
}
.swiper-button-next {
    background-image: url("../images/next.svg") !important;
}
.swiper-button-prev {
    background-image: url("../images/prev.svg") !important;
}
.swiper-button-next2 {
    background-image: url("../images/next2.svg") !important;
}
.swiper-button-prev2 {
    background-image: url("../images/prev2.svg") !important;
}
.swiper-button-next2,
.swiper-button-prev2 {
    width: 48px !important;
    height: 48px !important;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
    background-color: #fff;
}
.swiper-button-next2:hover,
.swiper-button-prev2:hover {
    background-color: #f4f4f4;
    border-color: #222;
}
.swiper-button-disabled {
    cursor: not-allowed !important;
    pointer-events: unset !important;
}
.swiper-button-disabled.swiper-button-next2,
.swiper-button-disabled.swiper-button-prev2 {
    display: none;
}
.swiper-button-next3 {
    background-image: url("../images/next2.svg") !important;
}
.swiper-button-prev3 {
    background-image: url("../images/prev2.svg") !important;
}
.swiper-button-next3,
.swiper-button-prev3 {
    width: 48px !important;
    height: 48px !important;
    border-radius: 24px;
    background-color: #fff;
}
.swiper-button-next3 {
    right: 35px !important;
}
.swiper-button-prev3 {
    left: 35px !important;
}
.swiper-button-disabled.swiper-button-next3,
.swiper-button-disabled.swiper-button-prev3 {
    display: none;
}
.top-ranking-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
    padding-bottom: 20px;
}
.pro-name {
    color: #767676;
    font-size: 14px;
    line-height: 16px;
    height: 18px;
    margin-bottom: 2px;
}
.pro-desc {
    color: #333;
    font-size: 20px;
    overflow: hidden;
    line-height: 24px;
    max-height: 48px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    cursor: pointer;
}
.pro-desc:hover {
    color: #ff6a00;
    text-decoration: underline;
}
.pro-price {
    font-size: 32px;
    line-height: 38px;
    color: #ff6a00;
    font-weight: 700;
}
.pro-norms {
    font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
    color: #222;
}
.pro-nums {
    font-size: 24px;
    line-height: 28px;
    margin-top: 2px;
    color: #222;
}
.pro-label {
    font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
    color: #222;
}
.pro-btn {
    height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 28px;
    color: #333;
    border: 1px solid #c8d2e0;
    border-radius: 18px;
    font-size: 14px;
    width: max-content;
    cursor: pointer;
}
.pro-btn:hover {
    background-color: #ff6a00;
    color: #fff;
}
.tile-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -1px;
    margin-bottom: -1px;
    width: 1200px;
}
.tile-item {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 69px 20px 70px;
    border-right: 1px solid #e5ebf2;
    border-bottom: 1px solid #e5ebf2;
}
.tile-img {
    width: 160px;
    height: 160px;
    margin-bottom: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tile-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.tile-name,
.picks-name {
    font-size: 14px;
    color: #767676;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
}
.tile-name span,
.picks-name span {
    font-weight: 700;
    color: #333;
}
.tile-desc,
.video-desc,
.picks-desc {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    max-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    cursor: pointer;
    font-weight: 700;
}
.tile-desc:hover,
.video-desc:hover,
.picks-desc:hover {
    color: #ff6a00;
    text-decoration: underline;
}
.tile-price,
.picks-price {
    width: 100%;
    color: #333;
    font-weight: 700;
    margin-top: 16px;
    font-size: 14px;
    line-height: 16px;
}
.tile-norms,
.tile-nums,
.tile-label,
.video-norms,
.video-nums,
.picks-norms,
.picks-nums,
.picks-label {
    width: 100%;
    color: #222;
    font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
}
.about-us {
    min-width: 1600px;
    position: relative;
    overflow: hidden;
    height: 1178px;
    margin-top: 20px;
}
.about-us2 {
    height: 633px;
}
.about-us3 {
    height: 894px;
}
.about-us img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.videos {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.05);
}
.videos-title {
    height: 60px;
    width: 100%;
    background: url("../images/title.png") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.videos-more {
    font-size: 18px;
    color: #fff;
    background: url("../images/more.svg") no-repeat right center;
    padding-right: 20px;
    font-weight: normal;
    height: max-content;
}
.video-item1-wrapper {
    width: 220px;
    height: 220px;
    margin-bottom: 20px;
    background-color: #fff;
}
.video-item2-wrapper {
    display: flex;
    width: 140px;
    height: 140px;
    margin-bottom: 13px;
}
.videos-item1 {
    width: 300px;
    background-color: #f7f8fa;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.videos-item1.recommend {
    background-color: #fff;
    border-right: 1px solid #e5ebf2;
}
.recommend .pro-btn {
    width: 220px;
    justify-content: center;
}
.videos-item2 {
    width: 300px;
    background-color: #fff;
}
.videos-item2.recommend {
    border-right: 1px solid #e5ebf2;
}
.recommend-divider {
    width: 300px;
    height: 1px;
    background-color: #e5ebf2;
}
.videos-wrapper {
    display: flex;
}
.video-price {
    font-size: 20px;
    color: #333;
    width: 100%;
    font-weight: 700;
    margin-top: 16px;
    line-height: 26px;
}
.video-btn {
    margin-top: 80px;
}
.videos-item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 80px;
    row-gap: 40px;
}
.videos-item2 .video-price {
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px;
}
.top-picks {
    width: 100%;
    min-width: 1200px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-picks-title {
    width: 100%;
    height: 230px;
    background: url("../images/top-pick.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    padding: 24px;
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.top-picks-list {
    display: flex;
    flex-wrap: wrap;
    width: 1152px;
    gap: 13px;
    margin-top: -155px;
}
.picks-item {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.picks-img {
    width: 208px;
    height: 208px;
    margin-bottom: 20px;
}
.recommend .videos-wrapper {
    margin-left: -1px;
}
.web-box.recommend {
    overflow: hidden;
    margin-bottom: 20px;
}
.recommend .video-item2-wrapper {
    width: 160px;
    height: 160px;
}
.product-page {
    background-color: #f5f5f5;
    padding: 20px 0;
    min-height: calc(100vh - 400px);
}
.product-page .web-container {
    display: flex;
}
.detail-page {
    padding-bottom: 20px;
}
.product-category {
    width: 280px;
    border: 1px solid #e5ebf2;
    background-color: #fff;
    margin-right: 20px;
    min-width: 220px;
    height: max-content;
    position: relative;
    margin-top: 70px;
}
.all-category {
    position: absolute;
    top: -72px;
    left: 0;
    height: 55px;
    display: block;
    background: #e9eff5;
    /* border: 1px solid #dbe3ef; */
    display: flex;
    align-items: center;
    width: 100%;
    color: #333;
    font-size: 18px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 30px;
    background-image: url("../images/ac.png");
}
.all-category:hover {
    background-color: #cfdce6;
    background-image: url("../images/aca.png");
}
.category-title {
    font-size: 18px;
    color: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-bottom: 1px solid #e5ebf2;
    background-color: #ff6a00;
    font-weight: 700;
    cursor: pointer;
}
.category-list {
    /* margin: 12px 0; */
}
.category-item {
    display: flex;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #333;
    font-size: 14px;
    padding: 0 20px;
    cursor: pointer;
    font-weight: 700;
    border-top: 1px solid #e5ebf2;
}
.category-item:first-child {
    border-top: none;
}
.category-item:hover,
.category-item.active {
    color: #ff6a00;
    /* background-color: #f2f3f7; */
}
.product-crumbs {
    background-color: #fff;
    padding: 20px;
    flex: 1;
    height: max-content;
}
.category-name {
    color: #222;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
    font-weight: 700;
    background-color: #ff6a00;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
}
.crumb {
    display: flex;
    align-items: center;
}
.crumb-item {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #222;
    cursor: pointer;
}
.crumb-item:hover {
    color: #ff6a00;
    text-decoration: underline;
}
.crumb-divider {
    width: 14px;
    height: 14px;
    background: url("../images/crumb.svg") no-repeat center;
    margin: 0 6px;
}
.labels {
    display: flex;
    margin-top: 20px;
}
.label-item {
    padding: 6px 16px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-right: 20px;
    font-size: 14px;
}
.label-item.active {
    border: 2px solid #222;
    background-color: #f4f4f4;
    font-weight: 600;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.product-item {
    width: 310px;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
}
.product-item .video-item1-wrapper {
    width: 292px;
    height: 292px;
    margin-bottom: 15px;
    display: flex;
}
.product-btn {
    width: 160px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 8px;
    bottom: 8px;
    background-color: #fff;
    font-weight: 700;
    border: 1px solid #222;
    border-radius: 18px;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
    color: #222;
}
.product-btn:hover {
    background-color: #f4f4f4;
}
.anim {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}
.anim:before {
    content: "";
    display: block;
    margin-top: 100%;
    position: relative;
}
.anim:after {
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.hoverable:hover > .anim {
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
    z-index: 1;
}
.hoverable:hover > .anim:after {
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}
@keyframes anim-out {
    0% {
        width: 0;
    }

    to {
        width: 100%;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }

    to {
        background: transparent;
    }
}
.small-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.small-wrapper:hover {
    border: 2px solid #000;
}
.pro-img-small {
    width: 100%;
    height: 100%;
}
.swiper-container1 {
    height: 580px;
    width: 100px;
    overflow: hidden;
}
.pro-img-big {
    height: 580px;
    width: 580px;
    overflow: hidden;
}
.pro-img-big img {
    width: 100%;
    height: 100%;
}
.swiper-container2 {
    width: 1460px;
    height: 580px;
    overflow: hidden;
    position: relative;
}
.swiper-container3 {
    width: 100%;
    height: calc(100vh - 150px);
    overflow: hidden;
    position: absolute;
    top: 75px;
}
.swiper-container2 .swiper-slide {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-container3 .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.product-title {
    margin: 24px 0;
    font-size: 18px;
    line-height: 26px;
    color: #222;
    font-weight: 600;
}
.magnifier {
    width: 580px;
    height: 580px;
}
.model-number {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -280px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    z-index: 9999999;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.swiper-container3 .detail-video {
    width: calc(100vh - 150px);
    height: calc(100vh - 150px);
}
.swiper-container3 .magnifier {
    width: calc(100vh - 150px);
    height: calc(100vh - 150px);
}
.magnifier .abbr {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.magnifier .abbr:hover {
    opacity: 0;
}

.abbr img {
    width: 100%;
    height: 100%;
}

.mask {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 290px;
    height: 290px;
    left: 0px;
    top: 0;
    cursor: crosshair;
    z-index: 2;
}
.swiper-container3 .mask {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: calc((100vh - 150px) / 2);
    height: calc((100vh - 150px) / 2);
    left: 0px;
    top: 0;
    cursor: crosshair;
    z-index: 2;
}

.details {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: -580px;
    left: 0;
}
.swiper-container3 .details {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: calc(150px - 100vh);
    left: 0;
}
.details img {
    position: absolute;
    left: 0;
    top: 0;
}
.footer {
    width: 100%;
    min-width: 1600px;
    border-top: 1px solid #e5ebf2;
    height: 120px;
    overflow: hidden;
    background-color: #fff;
}
.footer-inner {
    width: 1600px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-left {
    display: flex;
    align-items: center;
    column-gap: 24px;
}
.footer-left a {
    display: flex;
    width: 28px;
}
.footer-left a img {
    width: 100%;
}
.footer-right {
    color: #222;
    font-size: 14px;
}
.product-info {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-top: 20px;
}
.info-price {
    font-size: 28px;
    font-weight: 700;
    color: #222;
}
.info-norms,
.info-nums {
    color: #666;
    font-size: 16px;
}
.contact-page {
    background-color: #f5f5f5;
    min-height: calc(100vh - 400px);
}
.contact-page .web-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
}
.white-box {
    width: 100%;
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 10px;
}
.white-box-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
    color: #000;
}
.company-info {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 20px;
    font-weight: 700;
}
.company-info img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    margin-right: 16px;
    object-fit: cover;
}
.contact-list {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    row-gap: 10px;
    column-gap: 40px;
}
.contact-item {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 18px;
}
.contact-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.location {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: -15px;
}
.location img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.video-page .top-picks-list {
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 20px;
    width: 1200px;
}
.video-page .picks-item {
    width: 385px;
    padding: 20px;
}
.video-page .picks-img {
    width: 345px;
    height: 345px;
    display: flex;
}
.profile-nav {
    position: sticky;
    top: 0;
    width: 280px;
    min-width: 280px;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    height: max-content;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
}
.profile-page {
    background: #f5f5f5;
    padding: 20px 0;
}
.profile-page .web-container {
    display: flex;
}
.profile-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.profile-nav-item {
    display: flex;
    align-items: center;
    padding: 12px 20px 12px 60px;
    background-repeat: no-repeat;
    background-position: left 20px center;
    border-left: 4px solid transparent;
    position: relative;
    line-height: 20px;
    min-height: 48px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.profile-nav-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 180px;
    height: 1px;
    border-top: 1px dashed #f4f4f4;
}
.profile-nav-item.item1 {
    background-image: url("../images/picon1.png");
}
.profile-nav-item:hover {
    background-color: #f6f6f6;
}
.profile-nav-item.active {
    color: #f60;
    border-left: 4px solid #f60;
}
.profile-nav-item.item1.active {
    background-image: url("../images/picon1a.png");
}
.profile-nav-item.item2 {
    background-image: url("../images/picon2.png");
}
.profile-nav-item.item2.active {
    background-image: url("../images/picon2a.png");
}
.profile-nav-item.item3 {
    background-image: url("../images/picon3.png");
}
.profile-nav-item.item3.active {
    background-image: url("../images/picon3a.png");
}
.profile-nav-item.item4 {
    background-image: url("../images/picon4.png");
}
.profile-nav-item.item4.active {
    background-image: url("../images/picon4a.png");
}
.profile-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    position: relative;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.05);
}
.profile-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #333;
}
.profile-subtitle {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}
.album-list {
    display: flex;
    width: 864px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.album-item {
    display: flex;
    width: 282px;
    height: 160px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}
.album-item img {
    width: 100%;
    object-fit: cover;
}
.basic-info {
    display: flex;
}
.basic-info-left {
    width: 100%;
    overflow: auto;
    color: #333;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
}
.basic-info-left::-webkit-scrollbar {
    background-color: #f3f3f3;
    border-radius: 3px;
    height: 8px;
    width: 5px;
}

.basic-info-left::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 3px;
}
.basic-info-right {
    display: flex;
    width: 316px;
    justify-content: space-between;
    align-items: center;
}
.bir-card {
    width: 112px;
    height: 97px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff1e7;
    justify-content: center;
}
.bir-card .main {
    font-size: 34px;
    color: #ff751a;
    font-weight: 700;
    line-height: 48px;
}
.bir-card .sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #ff751a;
}
.bir-card .cont {
    font-size: 14px;
    color: #ff751a;
    text-align: center;
}
.bir-info {
    width: 170px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.bir-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 12px;
}
.table-info {
    margin-top: 36px;
}
.table-info table {
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-spacing: 0;
}
.table-info td {
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    line-height: 17px;
    padding: 12px 20px;
    word-break: break-word;
    font-size: 12px;
    color: #333;
    width: 30%;
    position: relative;
}
.table-info .th {
    background-color: #fafafa;
    width: 20%;
}
.profile-bg-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
}
.profile-bg-title.bg1 {
    background-image: url("../images/title1.png");
}
.profile-bg-title.bg2 {
    background-image: url("../images/title2.png");
}
.line-table {
    margin-bottom: 30px;
}
.line-table table {
    width: 100%;
    border-spacing: 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.line-table th {
    background-color: #fafafa;
    padding: 12px 16px;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    width: 20%;
    text-align: left;
}
.line-table td {
    border-top: 1px solid #f4f4f4;
    font-size: 12px;
    color: #666;
    padding: 12px 16px;
    width: 20%;
}
th.w130,
td.w130 {
    min-width: 130px;
}
.small-title {
    margin-bottom: 15px;
}
.profile-tip {
    color: #333;
    font-size: 14px;
}
.border-table {
    margin-top: 20px;
}
.border-table td {
    width: 100%;
}
.border-table .th {
    min-width: 200px;
}
.bi-list {
    display: flex;
    width: 100%;
}
.bi-item {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    padding-left: 30px;
}
.bi-item.border {
    border-left: 1px solid #dbe3ef;
    border-right: 1px solid #dbe3ef;
}
.bi-item .name,
.th-item .name {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}
.bi-item .icon {
    width: 20px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 8px;
}
.bi-item .val,
.th-item .val {
    color: #666;
    font-size: 20px;
    font-weight: 700;
}
.bi-item .icon.icon1 {
    background-image: url("../images/icon_1.png");
}
.bi-item .icon.icon2 {
    background-image: url("../images/icon_2.png");
}
.bi-item .icon.icon3 {
    background-image: url("../images/icon_3.png");
}
.vc {
    display: flex;
    align-items: center;
}
.th-list {
    display: flex;
}
.th-item {
    width: 50%;
    padding-left: 30px;
}
.th-item.border {
    border-left: 1px solid #dbe3ef;
}
.detail-video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.detail-video-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.detail-video-wrapper::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    z-index: 1;
    background-image: url("../images/play.svg");
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}
.detail-video-wrapper.small::before {
    width: 20px;
    height: 20px;
    background-size: cover;
}
.detail-video {
    display: none;
    width: 100%;
    height: 100%;
}
.chat-now {
    display: flex;
    padding: 15px 30px;
    background-color: #f60;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
}
.public-chat {
    position: fixed;
    right: 20px;
    bottom: 45%;
    box-shadow: 0 2px 10px #0000001a;
    width: 68px;
    padding: 16px 0;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}
.public-chat-item {
    color: #666;
    width: 60px;
    height: 60px;
    font-size: 12px;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 5px;
    background-image: url("../images/whatsapp-icon.svg");
}
.public-chat-item:hover {
    background-color: #fff0e5;
    color: #ff6a00;
}
.image-preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99999;
    display: none;
}
.close {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("../images/close.svg");
    top: 45px;
    right: 45px;
    cursor: pointer;
}
.no-scroll {
    overflow: hidden;
}
.page-nums {
    position: absolute;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40px;
    left: 50%;
    margin-left: -50px;
    color: #fff;
}
.green-title {
    color: rgb(0, 135, 62);
    font-weight: 700;
    font-size: 20px;
	margin-bottom: 10px;
}
.append-content {
	position: absolute;
	bottom: -200px;
	left: 0;
	border-top: 1px solid #dbe3ef;
	height: 150px;
	padding: 20px;
	width: 100%;
	font-size: 13px;
	line-height: 1.5;
	color: #777;
	background-color: #fff;
}
