.warp{
    width: 1400px;
    margin: 69px auto 0;
    padding-top: 110px;
}

.swiper,#small-page{
    --swiper-pagination-color: #D2181A;
}

.title{
    font-size: 36px;
    font-family: Helvetica;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
}

.pro{
    display: flex;
    margin-top: 76px;
}

.pro .left .pro-detail-small {
    width: 100px;
    height: 282px;
    position: absolute;
}

.pro .left .pro-detail-small .swiper-wrapper{
    width: 98%;
}

.pro .left .pro-detail-small .swiper-slide{
    border: 1px solid #e6e6e6;
}

.pro .left .pro-detail {
    width: 560px;
    height: 506px;
}

.pro .right{
    position: relative;
    width: 46%;
}

.pro .right p{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

.pro .right .quantity{
    display: flex;
    align-items: center;
    float: left;
    padding-top: 18px;
    border-top: 1px solid #e6e6e6;
    margin-top: 25px;
}

.pro .right .quantity img{
    width: 68px;
    position: absolute;
}

.pro .right .quantity div{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-left: 80px;
}

.introduce{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    margin: 56px auto 76px;
}

.introduce > div{
    width: 1316px;
    margin: 46px auto 64px;
}

.smalltitle{
    font-size: 22px;
    font-family: Helvetica;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
}

.introduce .text{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-top: 14px;
}

.arrivals {
    display: flex;
    margin: 27px auto;
    justify-content: center;
}

.arrivals > div {
    display: flex;
}

.arrivals .item {
    width: 260px;
    height: 400px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
    margin-left: 30px;
}

.arrivals .item:first-child{
    margin-left: 0;
}

.arrivals .item:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #d42829;
    content: "";
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    transition: 0.4s;
    transform-origin: left top;
    z-index: 2;
    transform: scaleX(0);
  }

.arrivals .item:after {
    position: absolute;
    right: 0;
    top: 0;
    background: #d42829;
    content: "";
    width: 2px;
    height: 100%;
    box-sizing: border-box;
    transition: 0.4s;
    z-index: 2;
    transform-origin: left top;
    transform: scaleY(0);
  }

.arrivals .item:hover:before {
    transform: scaleX(1);
  }

.arrivals .item:hover:after {
    transform: scaleY(1);
    transition-delay: 0.4s;
  }

.arrivals .item i:before {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #d42829;
    content: "";
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    transition: 0.4s;
    transform-origin: right top;
    transform: scaleX(0);
    z-index: 2;
  }

.arrivals .item i:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d42829;
    content: "";
    width: 2px;
    height: 100%;
    box-sizing: border-box;
    transition: 0.4s;
    transform-origin: left bottom;
    transform: scaleY(0);
    z-index: 2;
  }

 .arrivals .item:hover i:before {
    transform: scaleX(1);
    transition-delay: 0.8s;
  }

.arrivals .item:hover i:after {
    transform: scaleY(1);
    transition-delay: 1.2s;
  }


.arrivals .item img {
    width: 100%;
    overflow: hidden;
  }

.arrivals .item p {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    text-align: center;
    margin-top: 71px;
}
