@charset "utf-8";
html,
body {
    font-size: 14px;
    font-family: "微软雅黑", Arial, sans-serif, Helvetica, Tahoma;
    color: #888888;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #f7f7f7;
    position: relative;
}
.breadcrumb {
    margin: 0;
}

/* =========================================================
				首页
========================================================= */
.userbox_wrap {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
}
.user-box {
    width: 100%;
    margin: 20px 0;
    background-color: #ffffff;
    padding: 25px;
    overflow: hidden;
}
.user-site ul {
    overflow: hidden;
    zoom: 1;
    background-color: #f5f5f5;
}

.user-site ul li {
    width: 25%;
    float: left;
}

.user-site ul li a:hover,
.user-site ul li:nth-child(2n) a {
    background: #efefef;
}

.user-site ul li a {
    display: block;
    overflow: hidden;
    height: 120px;
    padding-top: 25px;
    text-align: center;
    font-size: 16px;
    color: #7b7b7b;
}

.user-site ul li img {
    width: 35px;
    margin: 0 auto 5px;
}

.user-prolist {
    padding: 15px;
}

.user-prolist ul li {
    display: block;
    overflow: hidden;
    width: 19%;
    float: left;
    text-align: center;
    margin: 0.5%;
    border: 1px solid #eeeeee;
    position: relative;
}

.user-prolist ul li dl {
    overflow: hidden;
    position: relative;
    width: 80%;
    padding-top: 80%;
    margin: 0 auto;
}

.user-prolist ul li dl img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.user-prolist ul li dd {
    overflow: hidden;
    padding: 10px;
    text-align: left;
    line-height: 20px;
}

.user-prolist ul li dd h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.user-prolist ul li dd p {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}

.user-prolist ul li dt {
    position: absolute;
    top: 5px;
    left: 5px;
}

.user-prolist ul li dt span {
    width: 25px;
    display: inline-block;
    overflow: hidden;
}

.user-prolist ul li dt span img {
    width: 100%;
    display: block;
}

@media (max-width: 992px) {
    .user-box {
        margin: 15px 0;
        padding: 10px;
    }

    .user-site ul li a {
        height: auto;
        padding: 15px 0;
        background-color: inherit;
        font-size: 13px;
    }

    .user-site ul li img {
        width: 25px;
    }

    .user-prolist ul li {
        width: 48%;
        margin: 1%;
    }
}

/* =========================================================
				全局
========================================================= */
.box_wrap {
    margin: 5px 0 20px;
    padding: 25px;
    overflow: hidden;
    width: 100%;
    min-height: 500px;
    background-color: #ffffff;
}

.box_title {
    font-size: 24px;
    line-height: 1.5;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #222;
}

.box_title::after {
    content: '';
    display: block;
    width: 2em;
    height: 4px;
    background: #ff7708;
    position: absolute;
    left: 0;
    bottom: 0px;
}

/* =========================================================
				消息
========================================================= */
.message-list li {
    width: 100%;
    float: left;
    padding: 15px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

.message-list li h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    color: #333333;
}

.message-list li p {
    color: #999999;
    line-height: 24px;
}

@media (max-width: 992px) {
    .box_wrap {
        padding: 15px;
    }

    .box_title {
        font-size: 18px;
    }

    .message-list li {
        padding: 12px;
    }

    .message-list li h3 {
        font-size: 16px;
    }

    .message-list li p {
        font-size: 12px
    }
}

.user-prolist {
    padding: 15px;
}

/* =========================================================
				收藏
========================================================= */
.favorite_list ul {
    width: 101%;
    margin: 0 0 0 -0.5%;
}

.favorite_list ul li {
    display: block;
    overflow: hidden;
    width: 19%;
    float: left;
    text-align: center;
    margin: 0.5%;
    border: 1px solid #eeeeee;
    position: relative;
}

.favorite_list ul li dl {
    overflow: hidden;
    position: relative;
    width: 80%;
    padding-top: 80%;
    margin: 0 auto;
}

.favorite_list ul li dl img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.favorite_list ul li dd {
    overflow: hidden;
    padding: 10px;
    text-align: left;
    line-height: 20px;
}

.favorite_list ul li dd h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.favorite_list ul li dd p {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}

.favorite_list ul li dt {
    position: absolute;
    top: 5px;
    left: 5px;
}

.favorite_list ul li dt span {
    width: 25px;
    display: inline-block;
    overflow: hidden;
}

.favorite_list ul li dt span img {
    width: 100%;
    display: block;
}

.favorite_list ul li .del_link {
    width: 86px;
    display: inline-block;
    height: 28px;
    text-align: center;
    background: #757575;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    border-radius: 3px;
    margin: 0px 0 20px 0px;
}

.favorite_list ul li .del_link:hover {
    background: #ff7708;
}

.favorite_list ul li.no {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    border: 0;
}
.favorite_list ul li.no a{
    color: #ccc;
}

@media (max-width:1080px) {
    .favorite_list ul li {
        width: 24%;
    }
}

@media (max-width:750px) {
    .favorite_list ul li {
        width: 49%;
    }
}
