html,body{
    background: linear-gradient(45deg, #280369, #2a0d5a);
}
input{
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body .gift-list-img{
    margin-top: 0;
    object-fit: scale-down;
}
.classify{
    width: 100%;
    overflow: hidden;
}
.classify .classify-box{
    margin-top: 17px;
    border-radius: 8px;
    background-color: #F4F4F5;
    padding: 27px 18px;
    box-sizing: border-box;
}
.classify .classify-type{
    line-height: 30px;
}
.classify .classify-nav{
    margin-left: 18px;
}
.classify .classify-list{
    margin: 0 18px;
    padding: 5px 8px;
    border-radius: 4px;
}
.classify .classify-list:hover{
    background-color: #3B5BF5;
}
.classify .classify-list:hover a{
    color: #FFFFFF;
}
.classify .classify-list a{
    color: #23272D;
}
body .classify .classify-active{
    background-color: #3B5BF5;
}
body .classify .classify-active a{
    color: #FFFFFF;
}
.list{
    width: 100%;
    overflow: hidden;
    background: linear-gradient(45deg, #280369, #2a0d5a);
}
body .gift-list li{
    background-color: rgba(141,78,255,0.08);
}

body .giftlist li{
    background-color: rgba(141,78,255,0.08);
}
body .gift-list-img{
    width: 100px;
	max-height: 100px;
}
.list-tnum{
    left: 0;
    top: 0;
    padding: 4px 10px;
    background: rgba(255,255,255,0.15); 
    border-radius: 8px;
}

.list-tnum-new{
    right: 0;
    top: 0;
    width: 40px;
    height: 20px;
    line-height: 20px;
   background: #FF9B0E;
    border-radius: 4px;
}

.list-tnum-top{
    right: 0;
    top: 0;
    width: 40px;
    height: 20px;
    line-height: 20px;
   background: #00FF90;
    border-radius: 4px;
}

.list-tnum-jipin{
    right: 0;
    top: 0;
    width: 40px;
    height: 20px;
    line-height: 20px;
   background: #FF0000;
    border-radius: 4px;
}
/* .list li:hover{
    margin-top: 12px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
} */

/* .list li:hover p{
    color: red;
} */

/* .list li:hover{
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    
}
.list li{
    text-align: center;
}
.list li:hover img{
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 180px;
    margin-left: -8px;
} */
/* .list li:hover img{
    width: 150px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
} */
input{
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type=checkbox]::after{
    position: absolute;
    top: 0;
    color: #fff;
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    overflow: hidden;
    border-radius: 4px;
    border: 2px solid #E9E9EA;
}

input[type=checkbox]:checked::after{
    content: "\2713";
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    background-color:#FF720E;
    overflow: hidden;
    border-radius: 4px;
    border: none;
}
.dot{
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: red;
    right: 4px;
    top: 8px;
}
.order-detail-item{
    padding-right: 8px;
}
.search-box{
    width: 100%;
    overflow: hidden;
    /*background: linear-gradient(45deg, #280369, #2a0d5a);*/
    z-index: 20;
}
.search{
    width: 596px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.search-input{
    width: 494px;
    height: 48px;
    border: none;
    outline: none;
    background-color: #FFFFFF;
}
.search-button{
    width: 102px;
    height: 48px;
    background-color: #3B5BF5;
    cursor: pointer;
}
.search-icon{
    width: 20px;
    height: 20px;
}
.search-content{
   height:160px;
}
.choose-box{
/*margin-top:15px;*/
    height: 60px;
    padding: 18px;
    background: #F4F4F5;
    border-radius: 8px;
}
.type-list{
    border-right: 1px solid #E9E9EA;
}
.type-ul{
    margin-left: 24px;
}
.type-item{
    width: 44px;
    height: 24px;
    line-height: 24px;
    margin-right: 16px;
    border-radius: 4px;
    cursor: pointer;
}
.type-active{
    background-color: #3B5BF5;
    color: #FFFFFF;
}
.use-list , .sort-list{
    margin-left: 32px;
}