#main-content {
    padding-bottom: 0;
}
.product-navigation-outer {
    width: 100%;
    background-color: rgb(250,250,250);
    height: 135px;
    border-top: 1px solid rgb(238,238,238);
    border-bottom: 1px solid rgb(245,245,245);
}
.product-navigation-inner {
    max-width: 100%;
    min-width: 1200px;
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.product-navigation-item {
    width: 11%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 12px;
    color: rgb(75,75,75);
    word-wrap: break-word;
    overflow: hidden;
}
.product-navigation-img-box {
    height: 50%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-navigation-item:hover {
    color: rgb(26,115,232);
}


.page-title-outer {
    background-color: white;
    width: 100%;
    height: 120px;
}
.page-title-inner {
    width: 1200px;
    height: 100%;
    max-width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-title-inner h1 {
    font-size: 38px;
    color: black;
    margin-bottom: 5px;
}
.page-title-inner .page-title-comment {
    color:rgba(1,1,1, 0.65);
    font-size: 20px;
}

.full-screen-product {
    width:100%;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    position: relative;

    padding: 0;
    border-radius: 0;
}
.medium-screen-product img {
    width: 100%;
    border-radius: 20px;
}
.small-screen-product {
    width: 49.5%;
    display: inline-block;
    position: relative;
}
.full-screen-content {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.full-screen-product-title {
    color: black;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
}
.full-screen-product-desc1,
.full-screen-product-desc2,
.full-screen-product-title {
    color: black;
    margin-bottom: 5px;
}
.full-screen-product-desc1,
.full-screen-product-desc2 {
    font-size: 16px;
    font-weight: bold;
}
.full-screen-product-desc2 {
    width: 80%;
    text-align: center;
    margin-top: 0px;
}
.learn-more-and-buy-now {
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.learn-more, .buy-now {
    color: black;

    font-size: 16px;
}
.learn-more-and-buy-now .blue-btn.learn-more, 
.learn-more-and-buy-now .blue-btn.buy-now {
    font-size: 16px;
    color: white;
    width: 135px;
    height: 32px;
    line-height: 32px;
    border-radius: 15px;
    background-color: rgb(46,131,224);
    text-align: center;
    transition: background-color, 0.2s;
}
.learn-more-and-buy-now .blue-btn.learn-more:hover, 
.learn-more-and-buy-now .blue-btn.buy-now:hover {   
    /* background-color: rgb(10,125,220); */
    background-color: rgb(70,150,230);
    text-decoration: none;
}
.learn-more-and-buy-now .blue-btn.learn-more:after, 
.learn-more-and-buy-now .blue-btn.buy-now:after {
    content: none;
}
.learn-more:not(:last-child) {
    margin-right: 30px;
}
.learn-more:hover, .buy-now:hover {
    text-decoration: underline;
}

/* half-screen-product css */
.half-screen-product {
    width: 98%;
    min-width: 1200px;
    margin:20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.half-screen-product-item {
    width: 49.5%;

    height: auto;
    overflow: hidden;
    margin-bottom: 14px;
    background-color: rgb(255,255,255);
    border-radius: 20px;
    position: relative;

}
.half-screen-product-item:hover {
    position: relative;
}
.half-screen-product-content {
    position: absolute;
    height: 30%;
    width: 100%;
    top: 4%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.half-screen-product-title {
    font-size: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.half-screen-product-desc1, .half-screen-product-desc2 {
    font-weight: bold;
}
.half-screen-product .learn-more, .half-screen-product .buy-now {
    font-weight: 400;
    font-size: 16px;
}
.half-screen-product .learn-more-and-buy-now {
    margin-top: 15px;
}
.half-screen-product .learn-more-and-buy-now a:hover {
    text-decoration: underline;
}
.learn-more-and-buy-now .learn-more:after {
    content: "\F105";
    padding-left: 2px;
}

.half-screen-product-img-box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
}
.half-screen-product-img-box img {
    width: 100%;
}
.half-screen-product-img-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
    background-image: linear-gradient(to right, rgb(100,100,100), rgb(85,85,85), rgb(70,70,70), rgb(55,55,55));
}


.right-for-you-section {
    width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-bottom: 45px;
    margin-top: 20px;
}
.right-for-you-title {
    height: 100px;
    line-height: 100px;
    width: 100%;
    text-align: center;
    font-size: 38px;
    color: rgba(1,1,1, 0.85);
}
.right-for-you-product-img {
    border-radius: 12px;
}
.right-for-you-type {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-for-you-type li {
    border-bottom: 2px solid white;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    line-height: 40px;
    color: rgb(1,1,1,0.65);
    font-size: 14px;
    transition: border-bottom-color 0.2s linear 100ms;
    cursor: pointer;
}
.right-for-you-type li:not(:last-child) {
    margin-right: 22px;
}
.right-for-you-type li.selected-type {
    border-bottom-color: rgba(38,38,38, 0.9);
    color: rgb(1,1,1,0.85);
    font-weight: bold;
}
.right-for-you-list-box {
    width: 100%;
}
.right-for-you-list {
    width: 100%;
    display: flex;
    justify-content: center;
    min-width: 1200px;
    margin-top: 40px;
    opacity: 0;
}
.right-for-you-list:not(.hide) {
    opacity: 1;
}
.right-for-you-item {
    width: 24%;
    padding-left: 10px;
    padding-right: 10px;;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.right-for-you-item .buy-now {
    padding: 6px 12px;
    border-radius: 25px;
    font-size: 14px;
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0,112,213);
    margin-top: 20px;
    margin-bottom: 20px;
    transition: background-color 0.1s linear;
}
.right-for-you-item .buy-now:hover {
    text-decoration: none;
    background-color: rgb(36,144,227);
}
.right-for-you-item .learn-more {
    font-size: 14px;
    margin-right: 0;
}
.learn-more-and-buy-now .buy-now::after,
.learn-more-and-buy-now .learn-more::after {
    content: "\F105";
}
.right-for-you-item .hr {
    margin-top: 30px;
    margin-bottom: 30px;
}
.param-img-box {
    width: 40px;
    height: 45px;
    background-size: 100% auto;
}
.right-for-you-param-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    line-height: 24px;
    padding-bottom: 40px;
}
.right-for-you-item .item-title {
    font-weight: 400;
    font-size: 22px;
    color: rgb(65,65,65);
    margin-bottom: 10px;
    margin-top: 0px;
}
.right-for-you-item h2.param-value {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: rgb(1,1,1,1);
    text-align: center;
    margin-bottom: 3px;;
}
.right-for-you-item .param-title {
    color: rgb(0,0,0,0.6);
}
.right-for-you-param-line2 {
    color: rgb(1,1,1,0.45);
    text-align: center;
}
.view-more {
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin: 35px auto 20px;
    border: 1px solid rgb(125,125,125);
    border-radius: 50px;
    color: rgba(0,0,0,0.85);
}
.view-more:hover {
    background-color: rgb(245,245,245);
}
.view-more:after {
    content: "\F105";
    padding-left: 2px;
}

.product-support-outer {
    width: 100%;
    background-color: rgb(255,255,255);
    padding-bottom: 50px;
}
.product-support-inner {
    width: 1200px;
    min-width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding-top:60px;
}
.product-support-inner h2.product-support-title {
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
}
.product-support-list {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-support-item {
    width: 49.3%;
    height: 100%;
    background-color: white;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
}
.product-support-item img {
    border-radius: 15px;
}
.product-support-item-title {
    margin-top: 35px;
    line-height: 24px;
    font-size: 22px;
    font-weight: 600;
}
.product-support-item-desc {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,0.55);
    margin-top: 12px;
}
.product-support-learn-more {
    display: block;
    color: rgb(24, 144,255);
    font-size: 16px;
    margin-top: 20px;
}
.product-support-learn-more:hover {
    text-decoration: underline;
}

.product-support-learn-more::after {
    content: "\F105";
    padding-left: 5px;
}

/* 图片轮播CSS */
.customer-share.common-section {
    width: 100%;
    margin-bottom: 60px;
}
.customer-share-title {
    font-size: 38px;
    width: 100%;
    text-align: center;
}
.customer-share-outer {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}
.customer-share-list {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.customer-share-item {
    width: 800px;
    height: 380px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
.customer-share-item img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.img-prev, .img-next {
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translate(0, -50%);
    background-color: rgb(255,255,255);
    opacity: 0.8;
    width: 55px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 1px;
    transition: opacity 0.25s;
}
.img-prev:hover,
.img-next:hover {
    opacity: 1;
    border: 2px solid rgb(255,167,36);
}
.img-next {
    left: auto;
    right: -8px;
}
.golden-border {
    border: 2px solid rgb(255,167,36);
}


.fun-toys-container .full-screen-product-desc1, 
.fun-toys-container .full-screen-product-desc2, 
.fun-toys-container .full-screen-product-title {
    color: white;
}
.fun-toys-container .learn-more-and-buy-now .blue-btn.learn-more, 
.fun-toys-container .learn-more-and-buy-now .blue-btn.buy-now {
    font-size: 16px;
    color: white;
    width: 135px;
    height: 32px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0);
    border: 2px solid white;
    transition: background-color, 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fun-toys-container .learn-more-and-buy-now .blue-btn.learn-more:hover, 
.fun-toys-container .learn-more-and-buy-now .blue-btn.buy-now:hover {
    background-color: rgb(70,150,230);
}




