/* BASIC css start */
.scroll_bt_tll {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 10;
    display:none;
}
#footer {
    border-top:1px solid #ededed;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
}


#footer .w1360{display:flex; justify-content:space-between; width:100%;}
#footer .box h3{font-size:11px; font-weight:bold; color:#333; margin-bottom:15px;}
#footer .box .tel{font-size:30px; font-weight:bold; color:#2e93c4; margin-bottom:15px;}
#footer .box p{font-size:19px; margin-bottom:15px; line-height:30px;}
#footer .box span{font-size:14px; font-weight:300; color:#888;}

#footer .box.bank h2{margin-bottom:15px;}
#footer .box.bank h2 img{width:150px;}

#footer .box.return p{font-size:14px; font-weight:300; line-height:20px;}
#footer .box.return .ico_menu{display:flex; gap:10px;}
#footer .box.return .ico_menu li{width:52px; height:52px; background:#fff; border:1px solid #ddd; border-radius:100%; display:flex; align-items:center; justify-content:center;}
#footer .box.return .ico_menu li i{font-size:30px;}


#footer2{width:100%; border-top:1px solid #ededed; background:#fafafa; margin-bottom:100px; padding:30px 0}
#footer2 .util_menu ul{display:flex; align-items:center; gap:10px;}
#footer2 .util_menu li a{font-size:#888; font-size:13px;}
#footer2 .util_menu li i{margin-right:3px;}
#footer2 .cm_info{margin-top:15px;}
#footer2 .cm_info p{font-size:13px; font-weight:300; color:#555; line-height:20px;}
#footer2 .cm_info .copyright{margin-top:15px;}


#footer .left {}

#footer .left .top {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

#footer .left .top .logo {
    max-width: 91px;
}

#footer .left .top img {
    max-width: 100%;
}

#footer .left .top .menu {
    display: flex;
    gap: 40px;
    align-items: center;
}

#footer .left .top .menu a {
    font-size: 12px;
}

#footer .left .top .menu a strong {
    font-weight: 600;
}

#footer .left  .mid {
    font-size: 13px;
    color: #666;
    line-height: 18px;
    margin-bottom: 20px;
}

#footer .left  .mid br {
    display: none;
}

#footer .left  .mid h1 {
    font-size: 16px;
    font-weight: 700;
}

#footer .left .mid b {
    font-weight: 400;
    color: #000;
}

#footer .left .bottom {
    line-height: 22px;
    color: #666;
    font-size: 13px;
}

#footer .left .bottom br {
    display: none;
}

#footer .left .bottom b {
    font-weight: 400;
    color: #000;
}

#footer .right {
    gap: 20px;
    display: flex;
}


@media (max-width:1024px) {

    #footer .w1360{flex-direction: column;}
    #footer .w1360 .box{margin-bottom:50px;}
    
    #footer2 {
        margin-top: 40px;
        padding: 40px 20px;
    }
    #footer2 .cm_info p br{display:none;}

    .scroll_bt_tll {
        position: fixed;
        right: 15px;
        bottom: 100px;
        z-index: 10;
        display:none;
    }
    .scroll_bt_tll a {
        display: block;
        position: relative;
        margin-top: 4px;
    }
    .scroll_bt_tll a .baket_count {
        background: var(--main-color);
        color: #fff;
        height: 18px;
        width: 18px;
        line-height: 18px;
        border-radius: 18px;
        position: absolute;
        bottom: 0;
        right: -3px;
        text-align: center;
        font-weight: 700;
        font-size: 12px;
    }
    #footer {
        flex-direction: column;
        border-top:1px solid #ededed;
        margin-top: 40px;
        padding: 40px 20px;
    }
    #footer .left {}

    #footer .left .top {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 40px;
        flex-direction: column;
    }

    #footer .left .top .logo {
        max-width: 91px;
    }

    #footer .left .top img {
        max-width: 100%;
    }

    #footer .left .top .menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 0;
    }

    #footer .left .top .menu a {
        font-size: 12px;
        line-height: 14.06px;
    }

    #footer .left .top .menu a strong {
        font-weight: 600;
    }

    #footer .left  .mid {
        font-size: 12px;
        color: #666;
        line-height: 20px;
        margin-bottom: 20px;
    }

    #footer .left  .mid h1 {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        line-height: 16.41px;
    }

    #footer .left .mid b {
        font-weight: 400;
        color: #000;
    }

    #footer .left .bottom {
        line-height: 22px;
        color: #666;
        font-size: 12px;
    }

    #footer .left .bottom b {
        font-weight: 400;
        color: #000;
    }

    #footer .right {
        gap: 20px;
        display: flex;
        margin-top: 40px;
    }
    p.copyright {
        margin-top: 20px;
        color: #000;
        line-height: 20px;
        font-size: 12px;
    }

    #footer .left .bottom br, #footer .left  .mid br  {
        display: block;
    }

}
/* BASIC css end */

