.box{
    height: 500px;
    position: relative;
    background-color: #e6e9ee;
    background-image: url('/assets/index/boxbg.png');
    background-size: cover;
}
.main{
    display: flex;
    
    margin: 0 auto;
    margin-top: 30px;
}
.mainbox{
    /* padding: 30px; */

    max-width:1380px;
        position: relative;
        margin-bottom: 24px;
        /* border: 1px solid #eee; */
        border-top: none;
        /* background-color: pink; */
        /* box-shadow: 0 4px 8px 0 rgba(51,51,51,.08); */
        /* display: -ms-flexbox; */
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
        /* border-radius: 20px; */
}
.maintopbox{
    /* width: 100%; */
    width: 282px;
    /* height: 138px; */
    background-image: url('/assets/index/1730275971-image.jpg');
    background-repeat: no-repeat;
   
    padding-top: 20px;
    padding-left: 20px;
    margin-right: 40px;
}
.gg{
    display: flex;
    /* justify-content: space-between; */
    /* padding: 0 20px; */
}
.select{
    line-height: 32px;
}
.discount{
   background: #5e5bff;
   padding: 4px 6px;
   font-size: 12px;
   font-weight: 400;
   color: #fff;
   line-height: 12px;
   display: inline-block;
}
.mainWrapper_2aNZA {
    padding: 3px 6px;
    color: #fa8c16;
    border: 1px solid #fa8c16;
    border-radius: 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    display: inline-block;
}
.saleboxin{
    margin-top: 30px;
    margin-bottom: 20px;
}
.money {
    color: #fa8c16;
    font-size: 28px;
    font-weight: 500;
}
.day{
   
        margin-top: 3px;
        color: #999;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    
}
.btn{
    width: 150px;
    padding: 10px;
    background-color: #5e5bff;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.contents{
    width: 55%;
    height: 500px;
    
    margin: 0 auto;
    position: relative;
}
.titleTop{
    position: absolute;
    top: 200px;
    font-size: 40px;
    color: #195ff3;
}
.titleTops{
    position: absolute;
    top: 280px;
    font-size: 20px;
    color: #195ff3;
}


/* mainbox */

@media screen and (max-width: 768px) {
    .mainbox{
        flex-direction: column;
    }
    .maintopbox{
        margin-bottom: 20px;
    }
}
