@charset "utf-8";
/* ------ banner ------ */
.banner .slick-dots {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.banner .slick-dots li {
    margin: 10px 0;
    display: flex;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: transparent;
    border: 1px solid #D6D6D6;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
    border-radius: 100%;
}
.banner .slick-dots li.slick-active button {
    background: #5398CF;
    border-color: #5398CF;
}
/* ------ common ------ */
.sect-title {
    position: relative;
    margin: 0 0 24px;
    display: block;
    text-align: center;
    z-index: 5;
}
.about-sect .sect-title {
    text-align:left;
}
.sect-title::before {
    content: '';
    display: block;
    position: relative;
    margin: 0 auto 16px;
    width: 92px;
    height: 8px;
    background: linear-gradient(to right, rgba(83,152,207,1) 0%,rgba(131,200,171,1) 100%);
}
.about-sect .sect-title::before {
    margin: 0 0 16px;
}
.products-sect .sect-title::before {
    
}
.sect-title span{
    position: relative;
    box-sizing: border-box;
    font-size: 50px;
    font-weight: 600;
    color: #5398CF;
    letter-spacing: 0.2px;
    line-height: 1.2;
    font-family: "Poppins","Noto Sans TC", sans-serif;
}
.about-sect .sect-title span{
    color:#fff;
}
.sect-title h2 {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 6px;
    line-height: 1.2;
    margin: 6px auto 0;
    text-align: center;
    font-family: "Poppins","Noto Sans TC", sans-serif;
}
.about-sect .sect-title h2{
    text-align:left;
    color:#fff;
}
section .more {
    text-decoration: none;
    background: #555;
    position: relative;
    width: 184px;
    height: 56px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    border-radius: 0;
    transition: all .3s ease;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.about-sect .more{
    margin: 32px 0 0;
}
section .news-sect .more{
    margin: 0 auto 0;
    order: 3;
}
section .more:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease;
    z-index: -1;
}
section .more:hover {
    background: #0C2A44;
    color: #0C2A44;
}
section .more:hover:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}
.about-sect .sect-title:after{
    content: 'ASIANTOP';
    display: block;
    font-size: 152px;
    color: #fff;
    font-family: "Poppins", serif;
    font-weight: 800;
    opacity: 0.12;
    position: absolute;
    left: -48px;
    top: 8px;
    z-index: -1;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
    line-height: 0.7;
    height: auto;
    visibility: visible;
}
.news-sect .sect-title:after{
    content: 'LATEST NEWS';
    display: block;
    font-size: 152px;
    color: #EFEFED;
    font-family: "Poppins", serif;
    font-weight: 800;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 8px;
    z-index: -1;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
    line-height: 0.7;
    transform: translateX(-50%);
}
.products-sect .sect-title:after{
    content: 'PRODUCTS';
    display: block;
    font-size: 152px;
    color: #fff;
    font-family: "Poppins", serif;
    font-weight: 800;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 8px;
    z-index: -1;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
    line-height: 0.7;
    transform: translateX(-50%);
}
/* ------ sect1-about ------ */
.sect1{
    position: relative;
    background: url(../../images/common/index/abg.jpg) 50% 0% no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0;
     z-index: 2; 
}
.sect1:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 30%;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    z-index: -1;
}
.about-sect {
    position: relative;
    box-sizing: border-box;
    width: 50%;
}
.about-sect .index-about-editor {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin: 0;
    
    
    /* padding: 0px 60px 0; */
}
.about-sect .index-about-editor .editor {
    position: relative;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 2.2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 145px;
    text-align: left;
}
/* ------ sect5-ad ------ */
.sect5 {
    position: relative;
    display: block;
    width: 100%;
    height: 25rem;
    overflow: hidden;
    /* padding: 40px 0; */
    margin: 30px auto;
    z-index: 1;
}
.sect5 .container {
    max-width: 1920px;
    padding: 0;
}
/* ------ sect2-news ------ */
.sect2 {
    position: relative;
    padding: 80px 0;
    z-index: 0;
}
.sect2::after {
    content: '';
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background: #fff;
    opacity: 0.5;
    z-index:-1;
}
.news-sect {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news-list {
    margin: 0 -20px;
    width: calc(100% - 337px);
}
.news-list .item {
    width: calc(100% / 3);
    padding: 0 20px;
}
.news-list .item:nth-child(3n+1) {
    clear: left;
}
.news-list .box {
    max-width: 330px;
    position: relative;
    margin: 0 auto;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.news-list .item{
    margin: 0 auto 40px;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}
.news-list .pic img{
    width: 100%;
}
.news-list .txt {
    position: relative;
    padding-left: 76px;
}
.news-list .date {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 56px;
    height: 70px;
    color: #5398CF;
    background:#fff;
    border:1px solid #5398CF;
    font-size: 32px;
    font-weight: 600;
    line-height: 0.8;
    text-align: center;
    font-family: 'Poppins', serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    z-index:1;
    transition: all .5s cubic-bezier(.19,1,.22,1);
}
.news-list .box:hover .date {
    color:#fff;
}
.news-list .date:before {
    content: '';
    display: block;
    background: linear-gradient(to bottom, rgba(83,152,207,1) 0%,rgba(131,200,171,1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    margin: auto;
    transition: all .3s ease;
    z-index: -1;
}
.news-list .box:hover .date:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.news-list .date small {
    display: block;
    font-size: 15px;
}
.news-list .name {
    position: relative;
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    letter-spacing: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 27px;
    margin: 0 0 2px;
    transition: all 0.3s ease;
}
.news-list .box:hover .name {
    color: #5398CF;
}
.news-list .description {
    position: relative;
    box-sizing: border-box;
    color: #535353;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.news-list .more {
    display: none!important;
}
/* ------ sect3-ad2 ------ */
.sect3 {
    position: relative;
    padding: 56px 0;
    background: rgb(255 255 255/80%);
    z-index: 2;
}
/*.sect3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 50%);
    margin: 0 auto;
    background: url(../../images/common/index/bg.jpg);
}*/
.sect3 .container {

}
.index-pic-sect {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
}
/* ------ sect4-products ------ */
.sect4 {
    position: relative;
    padding: 80px 0 50px;
}
.products-list {
    margin: 0 -1.7%;
}
.products-list .item {
    width: 25%;
    padding: 0 1.7% 3.4%;
}
.products-list .item:first-child {
    width: 50%;
}
.products-list .box {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
}
.products-list .item:first-child .box {
    max-width: 693px;
}
.products-list .box.new:before {
    content: 'New';
    position: absolute;
    display: block;
    text-align: center;
    width: 60px;
    height: 30px;
    line-height: 30px;
    left: 15px;
    top: 15px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    background: linear-gradient(to bottom, rgba(83,152,207,1) 0%,rgba(131,200,171,1) 100%);
    z-index: 5;
    font-family: 'Poppins', serif;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: 'View\AMore';
    white-space: pre;
    background: rgba(83,152,207, 0.87);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'Poppins', serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    max-width: 90px;
    max-height: 90px;
    top: calc(50% + 100px);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}
.products-list .item:first-child .box .pic:before {
    max-width: 120px;
    max-height: 120px;
}
.products-list .box:hover .pic:before {
    top: calc(50% + 1px);
    opacity: 1;
}
.products-list li .txt {
    position: absolute;
    box-sizing: border-box;
    z-index: 5;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
    width: 85%;
}
.products-list .name {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
    margin: 0 35px 5px 0;
    transition: all 0.3s ease;
}
.products-list .box:hover .name {
    color: #5398CF;
}
.products-list .description {
    position: relative;
    box-sizing: border-box;
    color: #535353;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 20px;
    margin: 0 35px 0 0;
}
.products-list .btn-group {
    position: absolute;
    box-sizing: border-box;
    top: 48%;
    right: 20px;
    transform: translateY(-50%);
}
.products-list .btn-group .btn {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    color: #333;
    font-size: 15px;
    pointer-events: visible;
    transition: all 0.3s ease;
}
.products-list .btn-group .btn .ic {
    vertical-align: text-bottom;
    font-size: 20px;
    margin: 0;
}
.products-list .btn-group .btn.detail {
    display: none;
}
.products-list .btn-group .btn.wish {
    font-size: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.products-list .btn-group .btn.wish i {
    color: #5398CF;
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    transition: all 0.3s ease;
}
.products-list .btn-group .btn.wish:hover i {
    color: #83C8AB;
}
.products-list .box:hover .btn-group .btn.delete {
    color: #5398CF;
}
/* ------ 拆單 ------ */
.shopping_way.hot{
    text-align: left;
    margin-top: 8px;
}
.shopping_way .general{
    border: 1px solid #aaa;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #aaa;
}
.shopping_way .cold{
    border: 1px solid #42b354;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #42b354;
}
.shopping_way .freezing{
    border: 1px solid #68a0da;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #68a0da;
}
.shopping_way span+span{
    margin-left:10px;
}
.pd-intro .btn-group .btn.general {
    border :1px solid #4e4e4e;
    color: #4e4e4e;
    background:#fff;
}
.pd-intro .btn-group .btn.general:hover {
    color: #fff;
    background: #4e4e4e;
}
.pd-intro .btn-group .btn.cold {
    border: 1px solid #42b354;
    color:#42b354;
    background:#fff;
}
.pd-intro .btn-group .btn.cold:hover {
    color:#fff;
    background:#42b354;  
}
.pd-intro .btn-group .btn.freezing {
    border:1px solid #68a0da;
    color:#68a0da;
    background:#fff;
}
.pd-intro .btn-group .btn.freezing:hover {
    color:#fff;
    background:#68a0da;  
}
/* ------ /拆單 ------ */
/* ------ rwd ------ */
@media screen and (max-width: 1280px) {
    /* sect2-news */
    .news-sect .sect-title {
        max-width: 320px;
    }
    .news-list {
        margin: 0 -10px;
        width: calc(100% - 300px);
    }
    .news-list .item {
        padding: 0 10px;
    }
    /* sect4-products */
    .products-list .box.new:before{
        left: 15px;
        top: 15px;
    }
    .products-list li .txt{
        padding: 15px;
    }
    .products-list .pic:before {
        max-width: 80px;
        max-height: 80px;
    }
}
@media screen and (max-width: 1000px) {
    /* banner */
    .banner .slick-dots li {
        margin: 5px 0;
    }
    /* common */
    .sect-title span {
        font-size: 40px;
    }
    .sect-title h2{
        font-size: 28px;
    }
    .news-sect .sect-title:after,
    .products-sect .sect-title:after{
        font-size:90px;
    }
    .about-sect .sect-title:after{
        font-size:90px;
        left:0;
    }
    /* sect1-about */
    .sect1 {
        padding: 56px 0;
        background-attachment: inherit;
    }
    .about-sect{
        margin-left:20px;
    }
    .about-sect .index-about-editor .editor {
        letter-spacing: 1.5px;
        line-height: 1.75;
        -webkit-line-clamp: initial;
        height: auto;
    }
    /* sect5-ad */
    .sect5 {
        /* padding: 30px 0; */
        /* margin: -100px 0 0; */
        height: 10rem;
    }
    /* sect2-news */ 
    .sect2 {
        padding: 56px 0 ;
    }
    .news-sect {
        flex-direction: column;
    }
    .news-sect .sect-title {
        max-width: unset;
        padding: 0;
        flex-direction: column;
        align-items: center;
    }
    .news-sect .sect-title span i {
        display: inline-block;
    }
    .news-sect .sect-title h2 {
        margin-left: 0;
    }
    .news-sect .sect-title span {
        line-height: 1.2;
    }
    .news-list {
        margin: 0 -10px;
        width: 100%;
    }
    .news-list .item {
        margin: 0 auto 20px;
    }
    .news-sect .btn.more {
        position: relative;
        top: unset;
        left: 0;
        right: 0;
        margin: 0 auto 15px;
    }
    .news-list .name{
        font-size: 16px;
    }
    /* sect3-ad2 */
    .sect3 {
        padding: 0;
    }
    /* sect4-products */
    .sect4 {
        padding: 56px 0 24px;
    }
    .products-list {
        max-width: 693px;
        margin: 0 auto;
    }
    .products-list .item{
        width: 50%;
        padding: 0 3% 3.4%;
    }
    .products-list .item:first-child{
        width: 100%;
    }
    .products-list .name{
        font-size: 16px;
    }
    .shopping_way .general,
    .shopping_way .cold,
    .shopping_way .freezing {
        padding: 3px;
        margin-left: 1px;
    }
}
@media screen and (max-width: 767px) {
    /* sect2-news */ 
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(3n+1) {
        clear: both;
    }
    .news-list .item:nth-child(n+1) {
        clear: left;
    }
    .news-list {
        margin: 0;
    }
}
@media screen and (max-width: 693px) {
    /* sect4-products */ 
    .products-list .item {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto 20px;
    }
    .products-list .box {
        max-width: unset;
    }
}
@media screen and (max-width: 520px) {
    .about-sect {
        margin-left: 0;
        width: 100%;
    }
    .sect1:before{
        right: 0;
        background: rgb(0 0 0/60%);
    }
}