.animate__animated.animate__fadeIn {
    --animate-duration: 2s;
}
.w {
    width: 1176px;
    margin: 0 auto; 
}

.shortcut {
    height: 28px;
    background-color: #009b72;
}
.shortcut .w {
    display: flex;
    justify-content: flex-end;
}
.shortcut ul {
    display: flex;
}
.shortcut li {
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    border-left: 1px solid #47b488;
}
.shortcut li a {
    color: #fff;
    font-size: 14px;
}

.header {
    display: flex;
    align-items: center;
    height: 78px;
    /* background-color: skyblue; */
}

.logo a {
    display: block;
    font-size: 0;
    width: 154px;
    height: 56px;
    background: url(../images/oppologo.png);
}
.nav {
    flex: 1;
}
.nav ul {
    display: flex;
    justify-content: flex-end;
}
.nav li {
    margin-right: 40px;
}
.nav li a {
    padding: 0 3px 5px;
    color: #999;
    font-size: 17px;
}
.nav li a:hover {
    color: #393939;
    border-bottom: 3px solid #2aad6f;
}

.cart {
    position: relative;
    width: 60px;
    height: 60px;
    background: url(../images/sprit.png) 513px 705px;
}

.cart .product-num {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    background-color: #2aad6f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.banner {
    height: 568px;
    /* background: url(../images/Router.jpg) center center; */
    /* background-size: 100% 568px; */
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 140px;
}

.box li {
    position: relative;
    width: 292px;
    height: 469px;
    padding-top: 80px;
    /* background-color: pink; */
    border: 1px solid #e0e0e0;
    /* 合并边框 */
    margin: 0 0 -1px -1px;
    text-align: center;
}
.box li img {
    transition: all .7s;
    height: 222px;
}
.box li img:hover {
    transform: rotate(360deg);
}
.box li h4 {
    transition: all .3s;
    color: #393939;
    margin: 32px 0 50px;
}
.box li h4:hover {
    transform: translate(0, -3px) scale(1.2, 1.2);
}
.box li .price {
    color: #2c8d60;
    font-size: 20px;
    font-weight: 700;
    transition: all .3s;
}
.box li .price:hover {
    /* transform: rotate(360deg) scale(1.5,1.5); */
    transform: scale(1.5,1.5);
}

/* 右上角标签 */
.tip-cheap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 68px;
    background: url(../images/ribbon-icon-cheap.png);
}
.tip-new::after {
    transition: all .3s;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 68px;
    background: url(../images/ribbon-icon-new.png);
}
.tip-new::after:hover {
    transform: scale(1.2,1.2);
}
.parts ul {
    margin-bottom: 70px;
}
.parts li {
    padding-top: 60px;
}
.parts li img {
    height: 265px;
}
.parts li h4 {
    margin: 25px 0 40px;
}

.footer {
    /* position: relative; */
    padding-top: 25px;
    background-color: #f6f6f6;
}

.footer-pic {
    transition: all .3s;
    height: 128px;
    background: url(../images/services.png);
    margin-bottom: 72px;
}
.footer-pic:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: translate(0,-3px);
}
.footer-link {
    display: flex;
    justify-content: space-between;
}
.footer-link-l {
    display: flex;
}
.footer-link-l dl {
    width: 218px;
}
.footer-link-l dt {
    color: #363636;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-link-l dd {
    margin-bottom: 10px;
}
.footer-link-l dd a {
    color: #848484;
}
.footer-link-r {
    position: relative;
    color: #393939;
}
.footer-link-r .tel {
    margin-top: 20px;
    font-size: 26px;
}
.footer-link-r .tel {
    margin-top: 20px;
    font-size: 26px;
}
.footer-link-r img:last-child {
    transition: all .3s;
    position: absolute;
    top: -25px;
    right: -35px;
}
.footer-link-r img:last-child:hover {
    transform: rotate(360deg);
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 124px;
    margin-top: 43px;
    border-top: 1px solid #e0e0e0;
}
.footer-copyright .copyright {
    color: #7b7b7b;
    font-size: 14px;
    
}
.footer-copyright .flag {
    width: 25px;
    height: 25px;
    background: url(../images/icon-identification.png) no-repeat;
    margin-left: -570px;
}

.footer-copyright .follow-we a {
    color: #7b7b7b;
}

.footer .go-top a,
.footer .edit a {
    display: block;
    height: 100%;
}
.footer .go-top {
    position: fixed;
    bottom: 72px;
    right: 32px;
    width: 44px;
    height: 36px;
    background: #ededed url(../images/backtop-icon.png) no-repeat center center;
}
.footer .edit {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 44px;
    height: 36px;
    background: #ededed url(../images/feedback-icon.png) no-repeat center center;
}

.footer .edit:hover,
.footer .go-top:hover {
    background-color: #2aad6fcc;
}