

/*前端样式适配————————————————————————————————————————————————————————————————————————————*/
.jinsom-post-single-bar .ls-txk-xz {
    top: 3px;
}
.jinsom-header-right .jinsom-header-menu-avatar img {
    border-radius: 100%;
}
.jinsom-header-menu-avatar .ls-txk-zzsy .ls-txk-xz{
    top: 12px;
}
.jinsom-header-menu-avatar .ls-txk-zzsy{
    margin-right: 10px;
}
.hyth-new-header-right .ls-txk-xz {
    top: 28px;
}
.jinsom-header-menu-avatar .lstba .ls-txk-xz {
    top: 0;
}
.jinsom-majia-form-content li .ls-txk-zzsy img {
    border-radius: 100%;
}
.jinsom-majia-form-content li .ls-txk-zzsy {
    z-index: -1;
}
.jinsom-reward-avatar .ls-txk-xz {
    top: -40px;
}










/*前端头像框管理样式*/
@keyframes fade-in-txk { 0% {opacity: 1;z-index: 1;} 50% {opacity: 1;z-index: 1;} 100% {opacity: 0;z-index: -1;} } @-webkit-keyframes fade-in-txk { 0% {opacity: 1;z-index: 1;} 50% {opacity: 1;z-index: 1;} 100% {opacity: 0;z-index: -1;} }

.ls-txk {
    position: relative;
    overflow: hidden;
    padding: 15px;
}
.ls-txk>span {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.ls-txk>span>em {
    position: absolute;
    left: 35px;
    min-width: 50px;
    text-align: center;
    font-style: normal;
    color: #ff7389;
    top: 5px;
    line-height: 20px;
}
.ls-txk>span>x {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
}
.ls-txk>span>y {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transform: rotate(45deg);
    background-color: #FF9A8B;
    background-image: linear-gradient(90deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
}
.ls-txk>span>z {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}







.ls-txk-nav {
    display: flex;
    position: relative;
    padding-left: 100px;
}
.ls-txk-nav>li {
    line-height: 30px;
    padding: 5px 20px;
    cursor: pointer;
    position: relative;
    border-radius: 5px 5px 0 0;
    border: 1px #fff solid;
    border-bottom: 0;
}
.ls-txk-nav>li:hover {
    color: #959de3;
}
.ls-txk-nav .on {
    color: #959de3;
    border-color: #ff96a9;
}
.ls-txk-nav .on:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #fff;
    left: 0;
    bottom: -1px;
}





.ls-txk-content {
    border: 1px #ff96a9 solid;
}
.ls-txk-content>div {
    position: relative;
    display: none;
    min-height: 530px;
}
.ls-txk-content-a .table-title {
    display: flex;
    background-color: #f3f2f2;
    color: #666;
    border-radius: 5px;
}

.ls-txk-content-a .table-title>span {
    border-right: 1px solid #e9e9e9;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}
.ls-txk-content-a .table-title>span:nth-of-type(2),
.ls-txk-content-a .table-list li span:nth-of-type(2),
.ls-txk-content-a .table-title>span:nth-of-type(4),
.ls-txk-content-a .table-list li span:nth-of-type(4),
.ls-txk-content-a .table-list li span:nth-of-type(5),
.ls-txk-content-a .table-title>span:nth-of-type(5),
.ls-txk-content-a .table-list li span:nth-of-type(7),
.ls-txk-content-a .table-title>span:nth-of-type(7)
{flex: 1;}
.ls-txk-content-a .table-title>span:nth-of-type(1),
.ls-txk-content-a .table-list li span:nth-of-type(1),
.ls-txk-content-a .table-title>span:nth-of-type(3),
.ls-txk-content-a .table-list li span:nth-of-type(3),
.ls-txk-content-a .table-title>span:nth-of-type(6),
.ls-txk-content-a .table-list li span:nth-of-type(6)
{flex: 3;}

.ls-txk-content-a .table-list>li>span:first-child{
    display: inline-block;
    float: left;
    text-align: left;
    padding: 10px;
}
.ls-txk-content-a .table-title>span:first-child {
    display: inline-block;
    float: left;
    padding: 0 10px;
}


.ls-txk-content-a .table-list {
    border: 1px #eee solid;
}
.ls-txk-content-a .table-list>li {
    display: flex;
    border-top: 1px #eee solid;
    position: relative;
}
.ls-txk-content-a .table-list li:hover {
    background: #f7f7f7;
}
.ls-txk-content-a .table-list li span {
    border-right: 1px solid #eee;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ls-txk-content-a .table-list li span:last-child {
    border-right: 0;
}
.ls-txk-content-a .table-list li span:last-child:hover>div {
    display: block;
}
.ls-txk-content-a .table-list li span:last-child>i {
    font-size: 20px;
    color: var(--jinsom-color)!important;
    cursor: pointer;
}
.ls-txk-content-a .table-list li span:last-child>div {
    position: absolute;
    right: 0;
    display: none;
}
.ls-txk-content-a .table-list li span:last-child>div>em {
    display: inline-block;
    font-style: normal;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 5px;
    line-height: 30px;
    width: 50px;
    text-align: center;
}
.ls-txk-content-a .table-list li span:last-child>div>em:hover {
    opacity: .9;
}


.ls-txk-content-a .table-list li span img {
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    transition: .2s;
    z-index: 9;
}
.ls-txk-content-a .table-list li span>x {
    color: #ff819a;
    font-size: 12px;
    margin: 0 5px;
}

.ls-txk-add-content {
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.ls-txk-add-content .layui-form-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ls-txk-add-content .layui-form-item>span {
    width: 90px;
    text-align: right;
    padding-right: 10px;
}
.ls-txk-add-content .layui-form-item>em {
    font-style: normal;
    margin-left: 10px;
    font-size: 12px;
    color: #999;
}
.ls-txk-add-content .layui-form-item>em>i {
    color: #ff9800;
    font-style: normal;
    position: absolute;
    margin-left: -28px;
}
.ls-txk-add-content .layui-form-item #ls-txk-price-rmb {
    padding: 0 20px 0 8px;
}
.ls-txk-add-content .layui-form-item>button {
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
}
.ls-txk-add-content .layui-form-item>div>div {
    margin: 0;
    width: 50px;
}
.ls-txk-content-a .table-list>li>span:first-child>i {
    position: relative;
    cursor: pointer;
    padding: 0 10px;
}
.ls-txk-content-a .table-list>li>span:first-child>i:hover>img {
    transform: scale(2.6);
}
.ls-txk-content-a .table-list>li>span:first-child>i:hover>x {
    opacity: 1;
    transform: scale(1.6);
}
.ls-txk-content-a .table-list>li>span:first-child>i>x {
    background-image: url(../logo.jpg);
    background-size: cover;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: .2s;
    opacity: 0;
    margin-right: 5px;
}
.ls-txk-nav .on:hover>x {
    opacity: 1;
}
.ls-txk-nav .on>x {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    top: 5px;
    border-radius: 5px;
    color: #ff96a9;
    transition: .3s;
    opacity: 0;
}
.txk-xz:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: fade-in-txk;
    animation-duration: 3s;
    -webkit-animation: fade-in-txk 3s;
    opacity: 0;
    -webkit-box-shadow: 0 0 25px #ff96a9 inset;
    -moz-box-shadow: 0 0 25px #ff96a9 inset;
    box-shadow: 0 0 15px #ff96a9 inset;
    border-radius: 5px;
    z-index: -1;
}
.txk-gx:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: fade-in-txk;
    animation-duration: 3s;
    -webkit-animation: fade-in-txk 3s;
    opacity: 0;
    -webkit-box-shadow: 0 0 15px #2196f3 inset;
    -moz-box-shadow: 0 0 15px #2196f3 inset;
    box-shadow: 0 0 15px #2196f3 inset;
    border-radius: 5px;
    z-index: -1;
}







/*前端商城样式-头像框样式*/
.ls-txk-sc {
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.ls-qxsy:hover:after {
    content: "取消使用";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: var(--jinsom-color);
    border-radius: 3px;
}



.ls-txk-sc-a {
    position: relative;
    width: 80px;
    height: 385px;
    float: left;
    margin-right: 5px;
}
.ls-txk-sc-a>li {
    width: 60px;
    line-height: 35px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    transition: .2s;
    float: left;
    margin: 10px;
}
.ls-txk-sc-a>li:hover,.ls-txk-sc-a .on {
    background: var(--jinsom-color);
    color: #fff;
}






.ls-txk-sc-b {
    position: relative;
    width: 350px;
    height: 385px;
    float: left;
}
.ls-txk-sc-b>div .vip:after {
    content: "\e650";
    font-family: "jinsom-icon" !important;
    position: absolute;
    color: rgb(255 87 34 / 0.8);
    font-size: 25px;
    border-radius: 1vw;
    left: 0;
    top: 0;
    text-shadow: 0 0 5px #FFC107;
    height: 20px;
    line-height: 25px;
}
.ls-txk-sc-b>div {
    position: relative;
    overflow: hidden;
    height: 350px;
    float: left;
    width: 100%;
}
.ls-txk-sc-b>div>li{
    position: relative;
    width: calc(25% - 10px);
    float: left;
    margin: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    border-radius: 5px;
    cursor: pointer;
    min-height: 77px;
}
.ls-txk-sc-b>div>li>img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.ls-txk-sc-b>div>li:hover,.ls-txk-sc-b>div>li.on {
    box-shadow: 0 0 15px rgb(248 89 89 / 0.3) inset;
}
.ls-txk-sc-b>div>li.zzsy:before {
    content: "\e6e5";
    font-family: "jinsom-icon" !important;
    position: absolute;
    right: 0;
    top: 0;
    background: #f8595994;
    color: #fff;
    padding: 5px;
    border-radius: 100%;
    font-size: 12px;
    transform: scale(0.8);
}
.ls-txk-sc-b>div>li.ygm:before {
    content: "\e6e8";
    font-family: "jinsom-icon" !important;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #f8595994;
    padding: 5px;
    border-radius: 100%;
    font-size: 12px;
    transform: scale(0.8);
}



.ls-txk-sc-c {
    position: relative;
    width: 160px;
    height: 385px;
    float: left;
    margin-left: 5px;
}
.ls-txk-sc-c>span {
    position: absolute;
    bottom: 0;
    background: var(--jinsom-color);
    color: #fff;
    line-height: 28px;
    border-radius: 3px;
    width: 60px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    cursor: pointer;
    padding: 0 5px;
}
.ls-txk-sc-c>span:hover {
    opacity: .7;
}
.ls-txk-sc-c>div {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.ls-txk-sc-c>div>div {
    height: 200px;
    position: relative;
    overflow: hidden;
}
.ls-txk-sc-c>div>div>a {
    display: inline-block;
    border-radius: 100%;
    box-shadow: 0 0 10px #d2d2d2;
    position: relative;
    margin: 22.5px 0;
}
.ls-txk-sc-c>div>div>a>img {
    max-width: 70px;
    max-height: 70px;
    padding: 5px;
    border-radius: 100%;
}
.ls-txk-sc-c>div>div img {
    max-width: 80px;
    max-height: 80px;
    padding: 5px;
    border-radius: 100%;
}
.ls-txk-sc-c>div>div>p {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding: 0 10px;
}
.ls-txk-sc-c>div>div>p>i {
    font-style: normal;
    font-size: 12px;
}
.ls-txk-sc-c>div>div>p>x {
    font-size: 12px;
    color: var(--jinsom-color);
    float: right;
    cursor: pointer;
    opacity: .8;
}
.ls-txk-sc-c>div>div>span {
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    float: left;
    padding-bottom: 5px;
}
.ls-txk-sc-c>div>span {
    display: inline-block;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 210px;
    margin: auto;
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
.ls-txk-sc-c>div>span>em {
    font-style: normal;
    color: #888;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    line-height: 20px;
    width: 100px;
    font-size: 12px;
    margin: auto;
    background: linear-gradient(to right, rgb(255 255 255 / .3) , #fff, rgb(255 255 255 / .3));
    border-radius: 10px;
}
.ls-txk-sc-c>div>span>li {
    padding: 0 5px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ls-txk-sc-c>div>span>li>x {
    width: 30px;
    float: left;
    text-align: center;
    color: #888;
}
.ls-txk-sc-c>div>span>li>y {
    width: 105px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.ls-txk-sc-c>div>span>li>z {
    position: absolute;
    left: 40px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 105px;
}
.ls-txk-sc-c>div>span>li>y>x {
    margin: 0 2px;
    color: #888;
}
.ls-txk-sc-c>div>span .ls-txk-js-jj>y {
    height: 55px;
    word-break: break-all;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 18px;
    color: var(--jinsom-color);
    margin-top: 1px;
}
.ls-txk-sc-c>div>span .ls-txk-js-sj>y {
    color: red;
}



 


.ls-txk-page {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ls-txk-page>div {
    margin: 0;
    line-height: 28px;
    vertical-align: text-bottom;
}
.ls-txk-xz, .ls-txk-yl {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    pointer-events: none;
    transform: scale(1.5);
    z-index: 1;
    background-position-x: center;
}
.ls-txk-sc-b .jinsom-empty-page {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ls-txk-zzsy {
    position: relative;
    display: inline-block;
    z-index: 0;
}















