.side ul li a{
    color: #000 !important;
}
html {
    scroll-padding-top: 80px;
    /* 所有锚点都会预留80px空间 */
}
/* 头部 */
#hd {
    height: 56px;
    padding: 0 24px;
}

#hd .logo {
    height: 56px;
    margin-right: 0;
}
.dialogs {
    margin-left: 3px;
    color: #fff;
}

.shop-ico {
    margin: 0 30px;
    font-size: 30px;
    color: #000000;
}
#hd .logo a {
    line-height: 56px;
}

#hd .logo a img {
    width: 80%;
}

#nav ul li a {
    height: 56px;
    position: relative;
}

#nav ul li a:hover {
    color: #6441CC;
    border-bottom: 0px solid #6441CC;
}

#nav ul li a:hover::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    width: 32px;
    left: 34px;
    height: 3px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #6441CC;
}

#nav .mycur {
    color: #6441CC;
    border-bottom: 0px solid #6441CC;
}

#nav .mycur::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    width: 32px;
    left: 34px;
    height: 3px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #6441CC;
}

#nav ul li {
    line-height: 56px;
}

#hd .tel {
    line-height: 56px;
}

/* 清除浮动 */
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.goods-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.m-top-66 {
    margin-top: 58px !important;
}
.goods-top-bg {
    height: 380px;
    /* background-image: url(../images/banner-product1.jpg); */
    background: linear-gradient(to bottom, #FFFFFF, #EEF7FF);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto 380px;
    -moz-background-size: auto 380px;
    background-size: 100% 380px;
}

.digitalPresence-top {
   
    flex: 1;
}

.child-left-box {
    width: 93%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}

.child-left-box .classify {
    display: inline-block;
    margin-top: 16px;
    text-align: center;
    font-size: 17px;
    box-shadow: 2px 2px 8px 0 rgba(34, 38, 48, 0.08);
    background-color: #fff;
    border-radius: 4px;
    padding: 12px 18px;
}

.child-left-box h1 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #323232;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}

.child-left-box p {
    font-size: 18px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    color: #666666;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px !important;
}

.child-left-box #prices {
    color: #E91E63;
    font-size: 25px;
    font-weight: 600;
    padding: 10px 0;
}

.child-left-box .buyoo {
    background: #2F54EB;
    font-size: 15px;
    color: #fff!important;
    border-radius: 25px;
    display: inline-block;
    width: 120px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin-right: 6px;
}
.child-left-box .buyoo:hover{background: #2f54ebb5;}

.goods-main .litpic {
    overflow: hidden;
    border-radius: 10px;
    min-width: 480px;
    min-height: 300px;
    width: 480px;
    height: 300px;
    box-shadow: 2px 2px 8px #555;
}

.goods-main .litpic img {
    width: 100%;
    height: 100%;
}


.g_right_box {
    height: 267px;
    width: 27%;
    background-color: #fff;
    /* padding-left: 68px; */
    /* box-shadow: 29px 7px 19px rgb(0 0 0 / 23%); */
    border: 1px solid rgba(126, 134, 142, 0.16);
}

.g_right_box ul li {
    padding: 9px;
}

.g_right_box .contact {
    background-color: #f9f9f9;
    font-size: 17px;
    text-align: center;
}
.wrapper_1200 {
    padding: 25px 0;
}

.swiper-container{
    padding: 15px 0 0 0;
}
.swiper-button-next,
.swiper-button-prev{
    background: transparent;
}
.swiper-slide {
   display: flex;
   align-items: center;
}
.swiper-button-next,
.swiper-button-prev{
    color: #fff;
    text-align: center;
    line-height: 39px;
    font-size: 20px;
    width: 42px;
    height: 42px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}



@keyframes moveTop {
    0% {
        top: 0;
    }

    100% {
        top: -8px
    }
}


.g_box {
    display: flex;
    background: transparent;
    -webkit-box-shadow:0;
    box-shadow: unset;
}

.g_box .c_r_des {
    width: 75%;
    padding: 0;
    padding-right: 20px;
}

.g_box .product_box {
    width: 25%;
}

.fixedProduct {
    width: 16.5% !important;
    position: fixed;
    top: 146px;
    right: 16.9%;
    z-index: 1;
}

.defaultProduct {
    width: 25%;
    position: relative;
}
.buttons{margin-bottom: 20px;}
.buttons .versions {
    margin: 10px 0;
    margin-bottom: 25px;
}

.buttons .versions a {
    margin: 3px 0;
    color: #505050;
    border-color: #505050;
}

.menu_tabs {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(156, 168, 185, .16);
    font-size: 14px;
    line-height: 22px;
    min-width: 1200px;
}

.menu_tabs_container {
    width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.menu_tabs_item {
    display: inline-block;
    position: relative;
}

.menu_tabs_item+.menu_tabs_item {
    margin-left: 80px;
}

.menu_tabs_item--active:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    background-color: #2F54EB;
}

.menu_tabs--fixed {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 2;
}

.menu_tabs_item_anchor {
    display: inline-block;
    padding: 17px 0;
    color: #323232;
    font-size: 18px;
}
.menu_tabs_item--active .menu_tabs_item_anchor {
    color: #2F54EB !important;
}
.menu_tabs_item_anchor:hover {
    color: #2F54EB !important;
}
.child-left-box .freebuyoo{
    
    border: 1px solid #2F54EB;
    color: #1f2937 !important;
    background: transparent;
}
.child-left-box .freebuyoo:hover{
    color: #ffffff !important;
    background: #2F54EB;
}
.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.line{
    display: inline-block;
    width: 6px;
    height: 28px;
    background: #2F54EB;
    position: relative;
    top: 5px;
    margin-right: 8px;
}
.content_contanier{
    background-color: #F5FAFF;
}

.image img {
    width: 100%;
    height: 100%;
}
.image {
    border: 6px solid #BDDBFF;
    border-radius: 15px;
    overflow: hidden;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #979797;
}
