.product {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    border: hidden;
    min-width: 1200px;
    overflow: auto;
}


/* .product-body-banner .p1 {
    animation: rightEaseinAnimate 1s ease 1;
    animation-fill-mode: forwards;
}

@keyframes rightEaseinAnimate {
    0% {
        transform: translateY(-200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



.product-body-banner .p2 {
    animation: lefteaseinAnimate 1s ease 1;
    animation-fill-mode: forwards;
}

@keyframes lefteaseinAnimate {
    0% {
        transform: translate(0) scale(2);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
} */


/* banner */

.product-body-banner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-body-banner div {
    position: absolute;
    padding-left: 360px;
    box-sizing: border-box;
}

.product-body-banner div .p1 {
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
}

.product-body-banner div .p2 {
    width: 312px;
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
    color: #ffffff;
}


/* body */

.product-body {
    width: 100%;
    height: auto;
    background-color: #eff0f2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.5vw;
    padding-bottom: 40px;
}

.product-body-div {
    width: 1200px;
    height: auto;
}

.product-body-leftDivs {
    float: left;
    min-height: 435px;
    max-height: 1250px;
    width: 180px;
    background-color: transparent;
    margin-right: 20px;
}

.product-body-leftDiv {
    float: left;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e9e8ef;
    border-radius: 3px;
    margin-right: 20px;
}

.product-body-leftDiv ul {
    list-style-type: none;
    text-align: left;
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
    box-sizing: border-box;
}

.product-body-leftDiv ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    color: #383838;
    cursor: pointer;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* .product-body-leftDiv ul li:hover{
    cursor: pointer;
    color: #6590E6;
} */

.product-body-leftDiv ul li p {
    width: 92%;
    float: left;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.product-body-leftDiv ul li img {
    float: right;
    width: 6px;
    height: 10px;
    content: url(../img/product/arrows.png);
    display: none;
    margin-left: 5px;
}

.product-body-leftDiv ul .selected {
    font-weight: bold;
    color: #0078ff;
    font-size: 16px;
}

.product-body-leftDiv ul .img_selected {
    display: block;
}

.product-body-rightDiv {
    float: left;
    width: 998px;
}

.product-body-rightDiv-item {
    height: 412px;
    float: left;
    width: 318px;
    background-color: white;
    color: black;
    position: relative;
    transition: all 0.5s linear;
    cursor: pointer;
}

.product-body-rightDiv-item:hover {
    /* box-shadow: rgb(167, 165, 165) 0px 0px 10px; */
    box-shadow: 0 0 7px rgba(0, 0, 0, .06);
    transition: all 0.5s linear 0s;
}

.product-body-rightDiv-item:hover .product-body-rightDiv-top-img {
    transform: scale3d(1.2, 1.2, 1);
    transition: all 0.5s linear 0s;
}

.product-left {
    float: left;
    margin-bottom: 20px;
}

.product-center {
    margin-left: 19px;
    margin-right: 19px;
    margin-bottom: 20px;
}

.product-right {
    float: right;
    margin-bottom: 20px;
}

.product-body-rightDiv-top {
    width: 100%;
    height: 264px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-body-rightDiv-top-img {
    width: auto;
    height: auto;
    /* transition: opacity 0.5s, transform 0.5s; */
    transition: all 0.5s linear;
}

.product-body-rightDiv-nav {
    height: auto;
}

.product-body-rightDiv-nav .p1 {
    margin-left: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #383838;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.product-body-rightDiv-nav .p2 {
    margin-left: 20px;
    font-size: 14px;
    color: #383838;
    margin-top: 10px;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.product-body-rightDiv-foot {
    height: auto;
    margin-top: 32px;
}

.product-body-rightDiv-foot a {
    margin-left: 20px;
    text-decoration: none;
    color: #3b85f5;
    font-size: 16px;
    font-weight: bold;
    margin-right: 4px;
}

.product-body-rightDiv-foot .product-body-rightDiv-foot_img {
    width: 18px;
    height: 8px;
    content: url(../img/product/more.png);
    transition: all 0.5s linear;
}

.product-body-rightDiv-item:hover .product-body-rightDiv-foot a img {
    transform: translate(10px, 0px);
    transition: all 0.5s linear 0s;
}