
/*头衔前端样式适配————————————————————————————————————————————————————————————————————————————*/




/*头衔管理界面样式——————————————————————————————————————————————————————————————————————*/
body .ls-tx-x .layui-layer-content {
    overflow: inherit;
}
.ls-tx {
    position: relative;
    padding: 15px;
    min-height: 350px;
    box-shadow: 0 0 15px #eee;
}
.ls-tx>span {
    position: absolute;
    top: 0;
    left: -70px;
    background: #fff;
    box-shadow: -5px 0px 15px #eee;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 10px 0 0 10px;
}
.ls-tx>span>em {
    font-style: normal;
    color: #ff7389;
    margin-left: 35px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
    padding: 10px 0;
}
.ls-tx>span>x {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
}
.ls-tx>span>y {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    transform: rotate(45deg);
    background-color: #FF9A8B;
    background-image: linear-gradient(90deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
}
.ls-tx>span>z {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}
.ls-tx-nav {
    position: absolute;
    top: 60px;
    left: -80px;
    width: 100px;
}
.ls-tx-nav>li {
    line-height: 40px;
    margin: 10px 0;
    cursor: pointer;
    background: #fff;
    padding: 0 20px 0 10px;
    border-radius: 10px 0 0 10px;
    color: #ff6a88;
    float: right;
    transform: rotate(-15deg);
    box-shadow: -5px 0 15px #eee;
}
.ls-tx-nav>li:hover {
    color: #959de3;
}
.ls-tx-nav>li a {
    color: #FF5722;
}
.ls-tx-nav>li a:hover {
    color: #959de3;
}



.ls-tx-content {
    position: relative;
    overflow: hidden;
}
.ls-tx-content>span {
    display: flex;
    background-color: #f3f2f2;
    color: #666;
    border: 1px #ddd solid;
    border-bottom: 0;
}
.ls-tx-content>span>li {
    flex: 2;
    border-right: 1px solid #e9e9e9;
    line-height: 35px;
    text-align: center;
    background: #f8f8f8;
}
.ls-tx-content>span>li:last-of-type {
    border-right: 0;
}
.ls-tx-content>div {
    min-height: 300px;
    position: relative;
    border: 1px #ddd solid;
    padding-bottom: 50px;
}
.ls-tx-content>div>span {
    position: relative;
    display: block;
}
.ls-tx-content>div>span>li {
    display: flex;
    align-items: center;
    position: relative;
}
.ls-tx-content>div>span .tx-xz:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: rgb(255 87 34 / 0.5);
    z-index: 9999999;
    animation: fade-in-tx;
    animation-duration: 1.5s;
    -webkit-animation: fade-in-tx 1.5s;
    -moz-animation: fade-in-tx 1.5s;
    opacity: .5;
    box-shadow: -5px 0 10px #FF5722;
}
.ls-tx-content>div>span .tx-gx:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: rgb(76 175 80 / 0.5);
    z-index: 9999999;
    animation: fade-in-tx;
    animation-duration: 1.5s;
    -webkit-animation: fade-in-tx 1.5s;
    -moz-animation: fade-in-tx 1.5s;
    opacity: .5;
    box-shadow: -5px 0 10px #4CAF50;
}
.ls-tx-content>div>span>li>span {
    flex: 2;
    text-align: center;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px #eee solid;
    line-height: 49px;
    max-height: 49px;
    position: relative;
}
.ls-tx-content>div>span>li>span:nth-of-type(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}
.ls-tx-content>div>span>li>span:nth-of-type(4)>em>i {
    font-size: 12px;
    display: block;
    line-height: 16px;
    font-style: normal;
}
.ls-tx-content>div>span>li>span:last-of-type {
    border-right: 0;
    position: relative;
}
.ls-tx-content>div>span>li>span:last-of-type>span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -170px;
    top: 10px;
    transition: .3s;
}
.ls-tx-content>div>span>li>span:last-of-type>span>em {
    font-style: normal;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 3px;
    line-height: 30px;
    width: 50px;
    text-align: center;
}
.ls-tx-content>div>span>li>span:last-of-type:hover>span {
    right: 0;
}
.ls-tx-content>div>span>li>span:last-of-type>span>em:hover {
    opacity: .8;
}
.ls-tx-content>div>span>li>span>i {
    font-style: normal;
}
.ls-tx-css {
    border-radius: 9px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
    color: #fff;
    background: #9e9e9e;
    font-style: normal;
    cursor: pointer;
}
.ls-tx-css:hover {
    transform: scale(2);
}








.ls-tx-add-a {
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.ls-tx-add-a>div {
    display: flex;
    margin-bottom: 20px;
    position: relative;
}
.ls-tx-add-a>div>span {
    width: 90px;
    text-align: right;
    line-height: 30px;
}
.ls-tx-add-a>div>input {
    margin: 0 10px;
    line-height: 26px;
    height: 26px;
    padding: 0 5px;
}
.ls-tx-add-a>div>i {
    font-style: normal;
    color: #FF5722;
    position: absolute;
    right: 265px;
    line-height: 30px;
    font-size: 12px;
    pointer-events: none;
}
.ls-tx-add-a>div>em {
    font-style: normal;
    font-size: 12px;
    color: #999;
    line-height: 30px;
}
.ls-tx-add-a>div>textarea {
    min-height: 50px;
    height: auto;
    min-width: 350px;
    line-height: 20px;
    margin: 0 10px;
    padding: 5px;
    resize: vertical;
}
.ls-tx-add-a>div>button {
    height: 30px;
    line-height: 30px;
}
.ls-tx-add-a>div>div {
    margin: 3px 10px;
}
.ls-tx-add-a>button {
    width: 100%;
    background: #1E9FFF;
    height: 40px;
    line-height: 40px;
    border: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}
.ls-tx-page {
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.ls-tx-use {
    position: relative;
    overflow: hidden;
    padding: 0 20px 20px;
}
.ls-tx-use>li {
    display: flex;
    line-height: 25px;
    align-items: center;
    font-size: 13px;
    color: #607D8B;
}
.ls-tx-use>li>i {
    font-style: normal;
    color: #FF5722;
    width: 80px;
    text-align: right;
}
.ls-tx-use>p {
    display: block;
    height: 1px;
    margin: 5px 0;
    background: #eee;
}
.ls-tx-use>a {
    display: block;
}
.ls-tx-use>a>img {
    width: 100%;
    height: 200px;
}
@keyframes fade-in-tx { 
    0% {left: 0;} 
    100% {left: 665px;}
} 
@-webkit-keyframes fade-in-tx {
    0% {left: 0;} 
    100% {left: 665px;}
}


/*头衔商城界面样式——————————————————————————————————————————————————————————————————————*/
.ls-tx-shop {
    position: relative;
    box-shadow: 0 0 15px #eee;
    display: flex;
    height: 100%;
}
.ls-tx-shop-nav {
    position: relative;
    overflow: hidden;
    width: 100px;
    z-index: 9;
    border-radius: 5px;
    padding: 10px 0;
}
.ls-tx-shop-nav>li {
    width: calc(100% - 30px);
    line-height: 34px;
    margin: 0 15px 15px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    color: #000;
    float: right;
    transition: .3s;
    text-align: center;
}
.ls-tx-shop-nav>li:last-child {
    margin: 0 15px;
}
.ls-tx-shop-nav .on {
    color: #fff;
    background: #FF5722;
}
.ls-tx-shop-nav>li:hover {
    color: #fff;
    background: #FF5722;
}
.ls-tx-shop-content {
    position: relative;
    flex: 1;
    border-radius: 5px;
    padding: 10px 0;
}
.ls-tx-shop-content>div {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
}
.ls-tx-shop-content>div>div {
    position: relative;
    overflow: hidden;
}
.ls-tx-shop-content>div>div>input {
    display: block;
    min-width: 125px;
    max-width: 125px;
    padding: 0 35px 0 10px;
    border: 1px #ccc solid;
    line-height: 28px;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 5px;
}
.ls-tx-shop-content>div>div>i {
    top: 0;
    position: absolute;
    right: 5px;
    color: #333;
    cursor: pointer;
    line-height: 30px;
    font-size: 18px;
    padding: 0 10px;
}
.ls-tx-shop-content>div>span {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    padding: 0 5px;
    height: 30px;
}
.ls-tx-shop-content>div>span>span {
    width: 60px;
}
.ls-tx-shop-content>div>span>span>i {
    color: #FF9800;
    margin-top: -2px;
}
.ls-tx-shop-content>div>span>div {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ls-tx-shop-content>div>span>div>li {
    padding-right: 10px;
    color: #FF9800;
    cursor: pointer;
}
.ls-tx-shop-content>div>span>div>li:hover {
    opacity: .7;
}



.ls-tx-shop-content>span {
    position: relative;
    overflow: hidden;
    display: block;
    height: 295px;
    margin-right: 10px;
}
.ls-tx-shop-content>span>span {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 10px;
}
.ls-tx-shop-content>span>span .jinsom-empty-page {
    margin-left: -35px;
}
.ls-tx-shop-content>span>span>li {
    cursor: pointer;
    width: calc(20% - 10px);
    font-size: 12px;
    color: #fff;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    height: 55px;
    box-shadow: 0 0 10px #ddd inset;
    margin: 5px;
    border-radius: 3px;
    transition: .3s;
    position: relative;
}
.ls-tx-shop-content>span>span>li>i {
    color: #FF5722;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
    opacity: .5;
}
.ls-tx-shop-content>span>span>li:hover {
    box-shadow: 0 0 10px #ecbdae inset;
}
.no-css {
    border-radius: 9px;
    line-height: 18px;
    padding: 0 5px;
    background: #9e9e9e;
}
.ls-tx-shop-content>span>p {
    text-align: center;
    position: absolute;
    left: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 100%;
}
.ls-tx-shop-content>span>p>div {
    margin: 0;
}
.ls-tx-msg>div {
    width: 200px;
    color: #fff;
    box-shadow: 0 0 10px #ddd inset;
}
.ls-tx-msg>div>span {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.ls-tx-msg>div>span>span {
    border-radius: 9px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
    transform: scale(1.5);
}
.ls-tx-msg>div>div {
    padding: 10px 0;
}
.ls-tx-msg>div>div>li {
    font-size: 12px;
    color: #000;
    text-align: left;
    line-height: 25px;
    display: flex;
}
.ls-tx-msg>div>div>li>em {
    font-style: normal;
    color: #FF5722;
    width: 70px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}
.ls-tx-msg>div>div>li>i {
    font-style: normal;
    margin: 0 3px;
}
.ls-tx-msg>div>div>li>span {
    flex: 1;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 3px 0;
}
.ls-tx-msg>div>p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ls-tx-msg>div>p>em {
    background: #FF5722;
    font-size: 12px;
    font-style: normal;
    line-height: 30px;
    width: 100px;
    margin: 0 5px;
    border-radius: 3px;
    cursor: pointer;
}
.ls-tx-msg>div>p>em:hover {
    opacity: .7;
}
.ls-tx-css-mr {
    background: #9e9e9e;
}
.ls-tx-layer-a {
    position: relative;
    top: 5px;
    right: -30px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
}
.ls-tx-layer-a>em {
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #FF5722;
    line-height: 20px;
}





