.addbox {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    z-index: 3;
}

.addbox > div {
    background: rgba(0, 0, 0, 0.8);
    padding: 0.6rem;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    float: left;
    width: 100%;
}
.addbox > div img {
    width: 2.74rem;
    margin-left: 0.4rem;
}
.addbox > div button {
    width: 3.2rem;
    height: 1.5rem;
    color: #0a001f;
    background: rgb(243, 149, 27);
    border: none;
    margin-right: 3rem;
    border-radius: 4px;
}
.addbox > div i {
    position: absolute;
    top: 0.3rem;
    right: 0.56rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-style: unset;
}
.addbox > div > span {
    flex: 1;
    padding-left: 1rem;
}
.closeX:before,
.closeX:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 1px;
    width: 15px;
    background: white;
    transform-origin: center;
}
.closeX:before {
    transform: rotate(45deg);
}

.closeX:after {
    transform: rotate(-45deg);
}
.van-overlay {
    position: fixed;
    display: none;
    left: 0;
    top:0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.bg-layout {
    position: relative;
    width: 90%;
    height: 60%;
    display: block;
    max-width: 420px;
    top: 14rem;
    margin-left: auto;
    margin-right: auto;
}
.box{
    width: 100%;
    height: 45vh;
    border-radius: 1.2rem;
    background-color: rgb(43,42,42);
}
.box2{
    margin-left: 10%;
    width: 80%;
    height: 100%;
}
.box2 img{
    width: 100%;
    height: auto;
    margin-top: -2rem;
}
.closebox{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.closeDilog{
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    background-color: rgba(43,42,42,1);
    border-radius: 1.2rem;
    color: white;
}
.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet {
    width: 2.5px !important;
    height: 18px !important;
    display: block !important;
    box-sizing: border-box;
}
.swiper-pagination-bullet-active {
    background-color: rgb(243,149,27) !important;
    background: rgb(243,149,27);
}

