@charset "utf-8";

/*
 * Copyright 2009-2023 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 *
 * Style - Index
 * Version: 9.1
 */

/* ---------- index ---------- */
.index .user-info {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #ffffff;
}

.index .user-info>.media>.media-left {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
}

.index .user-info .avatar {
    display: block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.index .user-info .username {
    margin-bottom: 10px;
    color: #666666;
}

.index .user-info .member-rank {
    margin-bottom: 10px;
}

.index .user-info .member-rank span {
    padding: 2px 4px;
    margin-left: 10px;
    color: #fffba4;
    background-color: #42433e;
    background: -webkit-linear-gradient(55deg, #42433e, #6b6b6b);
    background: -moz-linear-gradient(55deg, #42433e, #6b6b6b);
    background: linear-gradient(55deg, #42433e, #6b6b6b);
}

.index .user-info .user-summary {
    display: flex;
    height: 100px;
    border-radius: 8px;
    background-color: #f8f8f8;
}

.index .user-info .user-summary li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-right: 1px dotted #dddddd;
}

.index .user-info .user-summary li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index .user-info .user-summary li:last-child {
    border-right: none;
}

.index .user-info .user-summary li > a .iconfont {
    line-height: 1;
    margin-bottom: 5px;
    font-size: 30px;
    color: #d4d4d4;
}

.index .user-info .user-summary li > a p {
    margin-bottom: 5px;
    color: #666666;
    transition: color 0.3s;
}

.index .user-info .user-summary li > a:hover p {
    color: var(--theme-color-1000);
}

.index .user-info .user-summary li span a {
    transition: color 0.3s;
}

.index .user-info>.media>.media-right {
    width: 550px;
    min-width: 550px;
    max-width: 550px;
}

.index .user-info>.media>.media-right ul {
    display: flex;
}

.index .user-info>.media>.media-right ul li {
    flex: 1;
}

.index .user-info>.media>.media-right ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index .user-info>.media>.media-right ul li a .iconfont {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 5px;
    font-size: 1.875rem;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
}

.index .user-info>.media>.media-right ul li:nth-child(4n+1) a .iconfont {
    background-color: #228be6;
    background: -webkit-linear-gradient(55deg, #228be6, #4dabf7);
    background: -moz-linear-gradient(55deg, #228be6, #4dabf7);
    background: linear-gradient(55deg, #228be6, #4dabf7);
}

.index .user-info>.media>.media-right ul li:nth-child(4n+2) a .iconfont {
    background-color: #e64980;
    background: -webkit-linear-gradient(55deg, #e64980, #f783ac);
    background: -moz-linear-gradient(55deg, #e64980, #f783ac);
    background: linear-gradient(55deg, #e64980, #f783ac);
}

.index .user-info>.media>.media-right ul li:nth-child(4n+3) a .iconfont {
    background-color: #fd7e14;
    background: -webkit-linear-gradient(55deg, #fd7e14, #ffa94d);
    background: -moz-linear-gradient(55deg, #fd7e14, #ffa94d);
    background: linear-gradient(55deg, #fd7e14, #ffa94d);
}

.index .user-info>.media>.media-right ul li:nth-child(4n+4) a .iconfont {
    background-color: #82c91e;
    background: -webkit-linear-gradient(55deg, #82c91e, #a9e34b);
    background: -moz-linear-gradient(55deg, #82c91e, #a9e34b);
    background: linear-gradient(55deg, #82c91e, #a9e34b);
}

.index .user-info>.media>.media-right ul li a p {
    color: #999999;
}

.index .user-info>.media>.media-right ul li a p span {
    margin-left: 10px;
    font-size: 1rem;
}

.index .user-info>.media>.media-right ul li:nth-child(4n+1) a p span {
    color: #4dabf7;
}

.index .user-info>.media>.media-right ul li:nth-child(4n+2) a p span {
    color: #ffa94d;
}

.index .user-info>.media>.media-right ul li:nth-child(4n+3) a p span {
    color: #ffd43b;
}

.index .user-info>.media>.media-right ul li:nth-child(4n+4) a p span {
    color: #69db7c;
}

.index .summary .panel-body > .media > .media-left {
    padding: 0 50px 0 10px;
    border-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
    border-image: -moz-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
    border-image: linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
    border-width: 0 1px 0 0;
    border-right: 1px solid #f0f0f0;
}

.index .summary .panel-body > .media > .media-left li {
    line-height: 30px;
}

.index .summary .panel-body > .media > .media-left li.avatar {
    display: flex;
    align-items: center;
}

.index .summary .panel-body > .media > .media-left li.avatar a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.index .summary .panel-body > .media > .media-body {
    padding-left: 50px;
}

.index .summary .panel-body > .media > .media-body li {
    width: 25%;
    float: left;
}

.index .summary .panel-body > .media > .media-body li .iconfont {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    margin-right: 10px;
    color: #ffffff;
    font-size: 1.875rem;
    text-align: center;
    transition: opacity 0.5s;
    border-radius: 50%;
}

.index .summary .panel-body > .media > .media-body li:nth-child(4n+1) .iconfont {
    background-color: #4dabf7;
    background: -webkit-linear-gradient(55deg, #4dabf7, #74c0fc);
    background: -moz-linear-gradient(55deg, #4dabf7, #74c0fc);
    background: linear-gradient(55deg, #4dabf7, #74c0fc);
}

.index .summary .panel-body > .media > .media-body li:nth-child(4n+2) .iconfont {
    background-color: #ffa94d;
    background: -webkit-linear-gradient(55deg, #ffa94d, #ffc078);
    background: -moz-linear-gradient(55deg, #ffa94d, #ffc078);
    background: linear-gradient(55deg, #ffa94d, #ffc078);
}

.index .summary .panel-body > .media > .media-body li:nth-child(4n+3) .iconfont {
    background-color: #ffd43b;
    background: -webkit-linear-gradient(55deg, #ffd43b, #ffe066);
    background: -moz-linear-gradient(55deg, #ffd43b, #ffe066);
    background: linear-gradient(55deg, #ffd43b, #ffe066);
}

.index .summary .panel-body > .media > .media-body li:nth-child(4n+4) .iconfont {
    background-color: #69db7c;
    background: -webkit-linear-gradient(55deg, #69db7c, #8ce99a);
    background: -moz-linear-gradient(55deg, #69db7c, #8ce99a);
    background: linear-gradient(55deg, #69db7c, #8ce99a);
}

.index .summary .panel-body > .media > .media-body a:hover .iconfont {
    opacity: 0.8;
}

.index .summary .panel-body > .media > .media-body p {
    color: #999999;
}

.index .summary .panel-body > .media > .media-body li:nth-child(4n+1) h1 {
    color: #74c0fc;
}

.index .summary .panel-body > .media > .media-body li:nth-child(4n+2) h1 {
    color: #ffc078;
}

.index .summary .panel-body > .media > .media-body li:nth-child(4n+3) h1 {
    color: #ffe066;
}

.index .summary .panel-body > .media > .media-body li:nth-child(4n+4) h1 {
    color: #8ce99a;
}

.index .order .panel-body > .media-list > .media > .media-left {
    min-width: 300px;
    border-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
    border-image: -moz-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
    border-image: linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
    border-width: 0 1px 0 0;
    border-right: 1px solid #f0f0f0;
}

.index .order .panel-body > .media-list > .media > .media-body {
    line-height: 25px;
    padding-left: 50px;
}

.index .order .panel-body > .media-list > .media > .media-body span {
    margin-right: 10px;
}

.index .order .panel-body > .media-list > .media > .media-right {
    min-width: 300px;
}

.index .product-favorite .thumbnail {
    line-height: 25px;
    padding: 20px 20px 0 20px;
    position: relative;
    margin-bottom: 0;
}

.index .product-favorite .thumbnail em {
    position: absolute;
    top: 117px;
    right: 31px;
    left: 31px;
    color: #ffffff;
    font-style: normal;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.index .store-favorite .thumbnail {
    height: 120px;
    line-height: 25px;
    padding: 15px 15px 0 15px;
    position: relative;
    margin-bottom: 0;
}

.index .store-favorite .thumbnail em {
    position: absolute;
    top: 51px;
    right: 15px;
    left: 15px;
    color: #ffffff;
    font-style: normal;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.index .store-favorite .thumbnail img {
    max-height: 60px;
}

.index .store-favorite .caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
