body{
    background-color: rgba(239, 239, 244, 1);
}
.diy-tab-item span{
    display: none;
    width: 10px;
    height: 10px;
    border: 1px solid #ff4852;
    border-radius: 50%;
    background-color: #ff4852;
    margin-left: 1px;
    margin-bottom: 7px;
}
/*礼包*/
#content_list{
    background-color: rgba(239, 239, 244, 1);
    list-style-type: none;
}
.content_list_child{
    top: 80px;
    list-style-type: none;
}
.gift-head{
    height: 65px;
    position: relative;
}
.gift_img{
    width: 60px;
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 12px;
}
.gift_li{
    margin-bottom: 10px;
    background-color: white;
    position: relative;
    height: auto;
}
.gift_li_child{
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
    min-height: 67px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: solid #f7f7f7 1px;
}
.gift_li_child:last-of-type{
    border-bottom: none;
}
.gift_title{
    font-size: 14px;
}
.gift_title_father{
    position: absolute;
    left: 88px;
    top: 32px;
}
.gift_title_child{
    margin-left: 4px;
}
.gift_start{
    position: absolute;
    right: 12px;
    color: #ff9600;
    border-color: #ff9600;
    font-size: 12px;
    width: auto;
    min-width: 30px;
    top: 30px;
    padding: 0 6px;
    border:solid 1px #ff9600;
    border-radius: 3px
}
.gift_start:active{
    background-color: #ff9600;
    color: white;
}
.gift_get{
    position: absolute;
    right: 0;
    bottom: 22px;
    width: auto;
    padding: 0 6px;
    color: #1381f1;
    border: solid #1381f1 1px;
    border-radius: 3px;
    font-size: 12px;
    height: 23px;
}
.gift_get:active{
    background-color: #1381f1;
    color: white;
}
.mui-icon-arrowright{
    font-size: 14px;
}
.gift_desc{
    font-size: 12px;
    color: #666666;
}
.gift_name{
    font-size: 14px;
    margin-top: 30px;
}
.logo_gift{
    width: 16px;
    position: relative;
    top: 2px;
}
.gift_hide{
    display: none;
}
.gift_disabled{
    color: #aaa;
    border-color: #aaa;
}



/*进度条*/
div.progress{
    displsy: block;
}
div.progress-wrap{
    width: 232px;
}
div.gift-progress-num{
    margin-left: 240px;
    font-size: 12px;
    width: 100px;
    color: #666666;
}


/*各种隐藏*/
.progress_not_to_show{
    display: none;
}
.desc_not_to_show{
    display: none;
}
.notfirst{
    display: none;
}
.not_show_more{
    display: none;
}

/*查看更多下拉菜单*/
div.check_more{
    height: 58px;
    margin: 0 12px;
}
div.check_more_text{
    font-size: 12px;
    color: #9e9e9e;
    text-align: center;
    padding-top: 20px;
}
img.check_more_icon{
    width:15px;
    margin-left: 5px;
}

/*server的样式*/
.server_li{
    height: 140px;
    border-bottom: solid rgba(200, 200, 200, 0.5) 1px;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}
.server_img{
    width: 60px;
    border-radius: 12px;
    margin-top: 24px;
    margin-left: 24px;
}
.server_title{
    position: absolute;
    top: 30px;
    left: 100px;
    font-size: 16px;
}
.server_name{
    position: absolute;
    top: 60px;
    left: 100px;
    font-size: 12px;
    color: #ff4852;
}
.server_time{
    position: absolute;
    top: 50px;
    right: 30px;
    color: #ff9600;
    font-size: 12px;
}
.green_time{
    color: #8CB934;
}
.server_start{
    position: absolute;
    right: 30px;
    color: #ff9600;
    border-color: #ff9600;
    font-size: 12px;
    width: auto;
    min-width: 30px;
    top: 48px;
    padding: 0 6px;
    border:solid 1px #ff9600;
    border-radius: 3px
}
.server_start:active{
    background-color: #ff9600;
    color: white;
}
.server_close{
    display: none;
}
.this_is_open{
    right: 95px;
}

/*msg的样式*/
.msg_li{
    height: 74px;
    background-color: white;
    border-bottom: solid #e1e1e1 1px;
    position: relative;
    padding: auto 12px;
}
.msg_type{
    font-size: 12px;
    width: 50px;
    padding: 2px 4px;

}

.msg_type_1{
    border: solid #ff9600 1px;
    color: #ff9600;
    border-radius: 3px;
}
.msg_type_2{
    border: solid #ff4852 1px;
    color: #ff4852;
    border-radius: 3px;
}
.msg_type_3{
    border: solid #5bc939 1px;
    color: #5bc939;
    border-radius: 3px;
}
.msg_top{
    border: solid #1381f1 1px;
    color: #1381f1;
    border-radius: 3px;
    margin-left: 8px;
}
.msg_name{
    color: #999999;
    padding-top: 25px;
    padding-left: 12px;
    font-size: 14px;
    max-width: 510px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.msg_text{
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space:nowrap;
    color: #999999;
}
.msg_time{
    position: absolute;
    right: 20px;
    top: 25px;
    font-size: 12px;
    color: #999999;
}
.not_top{
    display: none;
}

div.nothing_left{
    height: 200px;
    text-align: center;
    padding: 50px;
}
@media screen and (min-width: 400px) and (max-width: 500px){
    div.progress-wrap{
        width: 215px;
    }
    div.gift-progress-num{
        margin-left: 223px;
    }
    .gift_li{
        margin-bottom: 6px;
    }
    .gift_img{
    }
    .gift_title_father{
        top: 35px;
    }
    /*.gift_start{
        top: 28px;
        height: 24px;
        width: 52px;
    }*/
    .gift_desc{
        width: 260px;
    }
    .gift_li_child{
        height: auto;
    }
    /*.gift_get{
        height: 24px;
        width: 52px;
        bottom: 20px;
    }*/
    div.check_more{
        height: 39px;
    }
    div.check_more_text{
        padding-top: 11px;
    }
    .logo_gift{
    }
    .server_img{
        margin-top: 12px;
        margin-left: 12px;
    }
    .server_title{
        top: 18px;
        left: 83px;
    }
    .server_name{
        top: 48px;
        left: 83px;
    }
    .server_time{
        top: 38px;
        right: 12px;
    }
    .server_li{
        height: 90px;
    }
    .server_start{
        top: 37px;
        right: 12px;
    }
    .this_is_open{
        right: 80px;
    }
    .msg_li{
        height: 50px;
    }
    .msg_time{
        right: 12px;
        top: 15px;
    }
    .msg_type{
        left: 5px;
    }
    .msg_name{
        left: 40px;
        padding-top: 15px;
        max-width: 300px;
    }
}

@media screen and (min-width: 350px) and (max-width: 399px){
    div.progress-wrap{
        width: 180px;
    }
    div.gift-progress-num{
        margin-left: 187px;
    }
    .gift_li{
        margin-bottom: 6px;
    }
    .gift_li_child{
    }
    div.check_more{
        height: 39px;
    }
    div.check_more_text{
        padding-top: 11px;
    }
    .gift_img{
    }
    .gift_title_father{
        top: 35px;
    }
    .gift_desc{
        width: 240px;
    }
    /*.gift_start{
        top: 28px;
        height: 24px;
        width: 52px;
    }*/
    /*.gift_get{
        height: 24px;
        width: 52px;
        bottom: 20px;
    }*/
    .server_img{
        margin-top: 12px;
        margin-left: 12px;
    }
    .server_title{
        top: 18px;
        left: 83px;
    }
    .server_name{
        top: 48px;
        left: 83px;
    }
    .server_time{
        top: 38px;
        right: 12px;
    }
    .server_li{
        height: 85px;
    }
    .server_start{
        top: 37px;
        right: 12px;
    }
    .this_is_open{
        right: 77px;
    }
    .msg_li{
        height: 44px;
    }
    .msg_time{
        right: 12px;
        top: 12px;
    }
    .msg_type{
        left: 5px;
    }
    .msg_name{
        left: 40px;
        max-width: 243px;
        padding-top: 12px;
    }
}

@media screen and (max-width: 349px){
    div.progress-wrap{
        width: 160px;
    }
    div.gift-progress-num{
        margin-left: 167px;
    }
    .gift_li{
        margin-bottom: 3px;
    }
    .gift_li_child{
    }
    div.check_more{
        height: 39px;
    }
    div.check_more_text{
        padding-top: 11px;
    }
    .gift_img{
    }
    .gift_title_father{
        top: 35px;
    }
    .gift_desc{
        width: 240px;
    }
    .server_img{
        margin-top: 12px;
        margin-left: 12px;
    }
    .server_title{
        top: 18px;
        left: 83px;
    }
    .server_name{
        top: 48px;
        left: 83px;
    }
    .server_time{
        top: 38px;
        right: 12px;
    }
    .server_li{
        height: 85px;
    }
    .server_start{
        top: 37px;
        right: 12px;
    }
    .this_is_open{
        right: 75px;
    }
    .msg_li{
        height: 44px;
    }
    .msg_time{
        right: 12px;
        top: 12px;
    }
    .msg_type{
        left: 5px;
    }
    .msg_name{
        left: 40px;
        max-width: 207px;
        padding-top: 12px;
    }
}
