.header {
    width: 100%;
    height: 88px;
    z-index: 9999;
    position: fixed;
    top: 0;
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(36, 104, 242, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc((100% - 1400px) / 2);
    box-sizing: border-box;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header .logo .logo-img {
    height: 20px;
    margin-right: 10px;
}

.header .logo .logo-text {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-style: normal;
}

.header .link {
    flex: 1;
    position: static;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

.header .link .link-a {
    font-weight: 500;
    margin: 0 20px;
    color: #191A24;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid #ffffff;
}

.header .link .link-a:hover {
    color: #2468F2;
    border-bottom: 3px solid #2468F2;
}

.header .link a.selected {
    color: #2468F2;
    border-bottom: 3px solid #2468F2;
}

.header .link .cd .selected {
    color: #2468F2;
    border-bottom: 3px solid #2468F2;
}

.cd {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod_center {
    cursor: pointer;
}

.product_center {
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 88px;
    display: none;
    box-shadow: inset 0 4px 8px rgba(36, 104, 242, 0.05),
    0 4px 12px rgba(36, 104, 242, 0.15);
}

.product_center_main {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.product_center_left {
    box-sizing: border-box;
    width: 226px;
}

.left_top {
    margin-bottom: 24px;
    width: 196px;
}

.left_top_title {
    cursor: pointer;
    padding-left: 30px;
    height: 36px;
    align-items: center;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #1F2C3D;
}

.viewHover {
    background: #2468F2;
    background: linear-gradient(90deg, #2468F2 0%, #FFFFFF 100%);
    border-radius: 4px 4px 4px 4px;
    color: #ffffff;
}

.left_bottom {
    padding-top: 6px;
    box-sizing: border-box;
    padding-left: 15px;
    width: 195px;
    height: 62px;
    background-image: url(../../web/images/product_menu/ZmainLeft.png);
    background-size: 100% 100%;
}

.left_bottom_title {
    width: 100%;
    font-size: 12px;
    color: #2468F2;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: normal;
}

.left_bottom_btn {
    cursor: pointer;
    color: white !important;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 22px;
    border-radius: 10px;
    background: #2468F2;
}

.product_center_line {
    width: 12px;
    height: 304px;
    background: radial-gradient(40% 40% at 49% 50%, #2468F2 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0;
    opacity: 0.1;
}

.product_center_right {
    flex: 1;
}

.right_main {
    display: none;
    margin-left: 52px;
    flex-wrap: wrap;
}

.right_main.show {
    display: flex !important;
}

.right_main a:link, .right_main a:visited {
    text-decoration: none;
    color: #999;
}

.product_center_right-view {
    cursor: pointer;
    margin-right: 60px;
    display: flex;
    margin-bottom: 32px;
    flex-direction: column;
}

.product_center_right-des {
    width: 214px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product_center_right-des img {
    width: 20px;
    height: 20px;
}

.product_center_right-des img {
    width: 20px;
    height: 20px;
}

.product_center_right-des .des-top {
    flex: 1;
    display: flex;
    align-items: center;
}

.product_center_right-des .title {
    margin-left: 12px;
    line-height: 20px;
    height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #1F2C3D;
}

.product_center_right-view:hover .product_center_right-des .title {
    color: #2468F2;
}

.product_center_right-view:hover .des {
    color: #2468F2;
}

.product_center_right-des .desHot {
    font-size: 12px;
    margin-left: 8px;
    font-weight: 400;
    color: #D32F2F;
}

.product_center_right-view .des {
    margin-top: 12px;
    width: 214px;
    height: 32px;
    font-weight: 400;
    font-size: 12px;
    color: #606266;
    line-height: 16px;
}

.cd:hover .product_center {
    display: flex;
}

.customized_center {
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 88px;
    display: none;
    box-shadow: inset 0 4px 8px rgba(36, 104, 242, 0.05),
    0 4px 12px rgba(36, 104, 242, 0.15);
}

.cd:hover .customized_center {
    display: flex;
}

.customized_center_main {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.phone {
    margin-left: 15px;
    line-height: 39px;
    background: #F5F7FB;
    color: #2468F2;
    padding: 0 10px;
    font-weight: 600;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone img{
    width: auto;
    height: 18px;
    margin-right: 5px;
}