/*右侧边悬浮美化开始*/
.bar-top {
    display: none;
}
.bar-mark{
    top:unset!important;
}
.mi-newtop {
    position: fixed;
    right: 16px;
    bottom: 32px;
    width: 44px;
    z-index: 1;
}
.aside-bar{
    width:0px;
}
.minewtop {
    margin-top: 8px;
    width: 44px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
/*动态VIP按钮*/
.minewtop-vip {
    animation: fivezhevip 1s infinite;
}
@keyframes fivezhevip {
    0% {
        transform: translateY(2px) scale(1)
    }

    50% {
        transform: translateY(-2px) scale(1)
    }

    100% {
        transform: translateY(2px) scale(1)
    }
}
/*动态VIP按钮*/
/*动态回到顶部按钮*/
#return-top i {
    animation: fivezhetop 1.8s infinite;
}
@keyframes fivezhetop {
    0% {
        transform: translateY(4px) scale(1)
    }

    50% {
        transform: translateY(-4px) scale(1)
    }

    100% {
        transform: translateY(4px) scale(1)
    }
}
/*动态回到顶部按钮*/
.minewtop-vip {
    width: 44px;
    border: 0;
    color: #fff;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--b2color)), to(var(--b2color)));
    background-image: -o-linear-gradient(var(--b2color),var(--b2color));
    background-image: linear-gradient(var(--b2color), var(--b2color));
    font-size: 14px;
    padding: 4px 5px 10px;
    -webkit-box-shadow: 0 4px 8px var(--b2lightcolor);
    box-shadow: 0 4px 8px var(--b2lightcolor);
    cursor: pointer!important;
}
.minewtop-vip i {
    display: block;
    color: currentColor;
    font-size: 20px;
    margin-bottom: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.minewtop-vip span {
    display: block;
    line-height: 1.3;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer !important;
}
.minewtop-vip:hover i {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 0;
}
.minewtop-vip:hover span {
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
}
.minewtop .minewtop-list {
    display: block;
    text-align: center;
    padding: 0 5px;
    text-decoration: none;
    width: 100%;
    height: 44px;
    font-size: 12px;
    color: #080808;
    border: 0;
    background-color: transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer!important;
}
.minewtop .minewtop-list i {
    display: block;
    font-size: 20px;
    height: 44px;
    line-height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.minewtop .minewtop-list span {
    display: block;
    font-size: 12px;
    height: 44px;
    line-height: 1.3;
    padding-top: 6px;
    -webkit-transform: translate(0, -38px);
    -ms-transform: translate(0, -38px);
    transform: translate(0, -38px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.minewtop .minewtop-list:hover span {
    -webkit-transform: translate(0, -45px);
    -ms-transform: translate(0, -45px);
    transform: translate(0, -45px);
    opacity: 1;
}
.minewtop .minewtop-list:hover i {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    opacity: 0;
}
.JK-qiandao-yao {
    -webkit-animation: mm_wf_shake 1s ease infinite;
    animation: mm_wf_shake 1s ease infinite;
}
@-webkit-keyframes mm_wf_shake {
  0%,60%,80%,100% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
}
65%,85% {
  -webkit-transform:rotate(5deg);
  transform:rotate(5deg);
}
75%,95% {
  -webkit-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
}@keyframes mm_wf_shake {
  0%,60%,80%,100% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
}
65%,85% {
  -webkit-transform:rotate(5deg);
  transform:rotate(5deg);
}
75%,95% {
  -webkit-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
}
.bar-item-desc.bar-qrcode-box {
    bottom: 30px;
}
.aside-bar .bar-fanyi .bar-item-desc {
    width: 400px;
}
.bar-item-desc.bar-fanyi-box {
    top: inherit;
    background: none;
    padding-right: 0;
    right: 43px;
}
.bar-fanyi-box ul {
    display: flex;
    flex-flow: wrap-reverse;
    justify-content: flex-end;
}
.bar-fanyi-box li {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.bar-fanyi-box li:hover,.bar-fanyi-box li:hover p{
    color: #fff;
    background: var(--b2color);
}
.bar-item-desc.bar-fanyi-box p {
    color: #000;
    font-size: 12px;
    text-align: center;
    margin: 0;
    cursor: pointer!important;
}
#translate{display:none;}
/*右侧个人信息*/
.aside-container .bar-user-info {
    overflow: auto;
    transition: padding-top .3s;
    padding-top: 100px !important;
    display: flex;
    position: relative;
    background: none;
    box-shadow: none;
    z-index: 999;
}
.jktheme_bar-box {
    height: 75%;
    overflow: auto;
    scrollbar-width: none;
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
    background: #fff;
    box-shadow: 0px 0px 0px 9999px rgb(0 0 0 / 80%);
    margin-top: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.jktheme_bar-user-info{
    border-radius: 5px;
    line-height: 28px;
    color: #2d2f33;
    font-size: 14px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    height: 150px;
}
.jktheme_baruser-w-avatar {
    position: relative;
    top: 8px;
    left: 8px;
}
.jktheme_baruser-w-avatar img{
    width: 48px;
    height: 48px;
}
.jktheme_baruser-w-name {
    position: relative;
    margin-left: 60px;
    bottom: 45px;
}
.jktheme_baruser-w-name a {
    position: relative;
    left: 6px;
}
.jktheme_baruser-w-zy{
    position: relative;
    right: 100px;
    top: -80px;
    max-width: 92px;
    margin-left: 549px;
    background: #ddd;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
    display: flex;
    justify-content: center;
}
.jktheme_baruser-w-dd{
    position: relative;
    margin-right: 9px;
    margin-left: 549px;
    top: -113px;
    background: #ddd;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
    display: flex;
    justify-content: center;
}
.jktheme_baruser-w-zy:hover ,.jktheme_baruser-w-dd:hover{
    background: var(--b2color);
    color: #fff;
}
.jktheme_baruser-w-tj {
    display: flex;
    justify-content: space-evenly;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    bottom: 111px;
}
.jktheme_baruser-w-tj div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jktheme_user-info-desc {
    display: flex;
    justify-content: space-evenly;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    bottom: 130px;
}
.jktheme_baruser-w-cf {
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    height: 116px;
    position: relative;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}
.jktheme_baruser-info-row {
    border-radius: 3px;
    line-height: 28px;
    text-align: center;
    color: #2d2f33;
    font-size: 14px;
    width: 100%;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.jktheme_baruser-info-row>div:nth-child(1){
    display: flex;
}
.jktheme_baruser-info-row .user-w-rw{
    margin-top: 0px;
}
.user-w-gold {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}
.jkthemeuser-money{
    margin: 3px;
    width: 320px;
    height: 110px ;
    border-radius: 5px;
    background: #f8f8f8;
}
.user-money-title{
    font-size: 22px;
    float: left;
    padding: 10px 10px 10px 10px;
}
.user-money-text{
    position: absolute;
    left: 10px;
    bottom: 5px;
}
.user-money-text-dw{
    font-size: 20px;
    color: #0062e4;
}
.user-money-text-je{
    font-size: 35px;
    font-weight: bold;
    color: #0062e4;
}
.user-money-tj {
    position: relative;
    left: 55px;
    top: 10px;
}
.user-money-cz {
    background: #0062e4;
    color: #fff;
    text-shadow: none;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
}
.user-money-zz{
    border: 1px solid #0062e4;
    padding: 4px 9px 4px 9px;
    text-shadow: none;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
}
.user-money-cz:hover,.user-money-zz:hover{
    background: #0062e4;
    color: #fff;
    text-shadow: none;
}
.jkthemeuser-credit {
    margin: 3px;
    width: 320px;
    height: 110px;
    border-radius: 5px;
    background: #f8f8f8;
    position: relative;
}
.user-credit-title{
    font-size: 22px;
    float: left;
    padding: 10px 10px 10px 10px;
}
.user-credit-text{
    position: absolute;
    float: left;
    left: 10px;
    bottom: 0px;
}
.user-credit-text-icon{
   font-size: 20px; 
   color: #18a52a;
}
.user-credit-text-jf{
    font-size: 35px;
    font-weight: bold;
    color: #18a52a;
}
.user-credit-tj {
    position: relative;
    left: 55px;
    top: 10px;
}
.user-credit-cz {
    color: #fff;
    background: #18a52a;
    text-shadow: none;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
}
.user-credit-dh{
    border: 1px solid #18a52a;
    padding: 4px 9px 4px 9px;
    text-shadow: none;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
}
.user-credit-cz:hover,.user-credit-dh:hover{
    background: #18a52a;
    color: #fff;
}
.jkthemebar-user-renwu {
    border-radius: 3px;
    line-height: 28px;
    text-align: center;
    color: #2d2f33;
    font-size: 14px;
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.jkthemeuser-w-rw {
    display: flex;
    padding-top: 10px;
    flex-direction: column;
}
.jkthemeuser-task-day-title {
    font-size: 16px;
    background: #f8f8f8;
    display: flex;
    z-index: 3;
    justify-content: space-around;
    border-bottom: 1px solid #0b0b0b1f;
}
.jkthemebar-lv-bar-jdt {
    position: absolute;
    height: 4px;
    background: rgba(0, 128, 0, 0.45);
    left: 0px;
    z-index: 2;
}
.jkthemebar-lv-bar-bg {
    background: #cd000042;
    height: 4px;
    width: 97%;
    position: absolute;
    top: 60px;
    left: 0px;
    margin: 10px 10px;
}
.jkthemebar-lv-bar-text{
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding-right: 20px;
    margin-right: 10px;
}
.bar-user-next-lv::after {
    background: #cd000042;
}
.bar-user-next-lv {
    display: flex;
    align-items: center;
    justify-content: left;
}
.bar-lv-bar-bfb {
    position: absolute;
    right: 0px;
}
.jkthemebar-user-jfsj {
    padding-left: 20px;
}
.nextlvicon {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #f58282 0.27%, #f5aa01 99.7%);
    padding: 0px 5px 0px 5px;
    height: 17px;
    display: flex;
    border-radius: 3px;
    align-items: center;
    text-transform: capitalize;
    font-style: normal;
}
.jkthemebar-lv-bar-bfb {
    float: right;
    position: relative;
    bottom: 23px;
}
.task-day-list-ul{
    list-style-type: none;
    padding: 0;
}
.jkthemetask-t {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 22px;
    font-weight: 600;
    color: #666;
    height: auto;
    padding: 5px 10px;
    display: flex;
    align-items: flex-end;
    cursor: pointer !important;
}
#users_task.picked ,#today_task.picked{
    border-bottom: 3px solid var(--b2color);
    color: var(--b2color);
}
.task-day-list-ul li {
    margin: 10px 0;
    border: 1px solid #eee;
    padding: 5px 10px 5px 10px;
    display: flex;
    justify-content: space-between;
}
.task-day-list-ul li:hover {
    background: #e5e4e4e3;
    cursor: pointer;
}
#users_task_list {
  display: none;
}
/*签到*/
.jkthemebar-mission-box {
    height: auto;
    max-height: 70%;
    width: auto;
    min-width: 300px;
    overflow: auto;
    scrollbar-width: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f8f8f8;
    box-shadow: 0px 0px 0px 9999px rgb(0 0 0 / 80%);
    border-radius: 5px;
    padding: 10px;
}
.jkuser-w-qd-list-title {
    display: flex;
    margin: 0 0 15px;
    border-bottom: 1px solid var(--b2lightcolor);
    justify-content: space-around;
    align-items: center;
}
.jkuser-w-qd-list-title p {
    padding: 5px 10px ;
    white-space: nowrap;
    cursor: pointer;
}
.jkuser-w-qd-list-title p.picked {
    border-left: 1px solid var(--b2color);
    border-top: 1px solid var(--b2color);
    border-right: 1px solid var(--b2color);
    border-bottom: 2px solid var(--b2color);
}
.jkuser-w-qd-list-title span {
    padding: 3px;
    color: var(--b2color);
    background-color: var(--b2lightcolor);
    border-radius: 3px;
}
.jkuser-w-qd-list-title p.picked span {
    color: #fff;
    background-color: var(--b2color) !important;
    border-radius: 3px;
}
.jkmission-today-list li {
    display: flex;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    height: 58px;
    border: 1px dashed var(--b2color);
    border-radius: 3px;
}
.jkmission-today-list li:hover {
    background: #eee;
}
.jkmission-today-list .jkuser-mission-info {
    padding-left: 0px;
}
.jkuser-mission-info-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.jkuser-mission-info-left p {
    max-width: none !important;
    line-height: 22px;
}
.jkthemebar-mission-box .user-w-qd{
    margin: 0;
    padding: 13px 10px 0;
}
.jkthemebar-mission-box .bar-mission-action {
    padding: 10px 0px 10px 0px;
}
.jkmission-today-list .user-mission-info-right span{
    background: #f2f2f2;
    border-radius: 5px;
    margin-left: 20px;
}
.jkuser-mission-info-right_lianxu{
    background: #f2f2f2;
    border-radius: 5px;
    margin-left: 20px;
    padding: 0 10px 0 10px;
}
.jkuser-mission-info-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.jkuser-mission-info-right_lianxu .user-mission-info-left p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: none;
}
.jkbar-user-syqd {
    border-radius: 3px;
    line-height: 28px;
    text-align: center;
    color: #2d2f33;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #f3f3f3;
    cursor: pointer !important;
}
.jkbar-user-syqd:hover {
    background: #e1e0e0;
}
/*购物车*/
.jktheme-gouwu-box {
    width: 600px;
    height: 75%;
    overflow: auto;
    scrollbar-width: none;
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
    background: #fff;
    box-shadow: 0px 0px 0px 9999px rgb(0 0 0 / 80%);
    margin-top: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bar-user-info .bar-dmsg-write {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    position: absolute;
    bottom: 10px;
    color: #2d2f33;
    font-size: 14px;
    width: 95%;
    background-color: #ff00;
}
.bar-user-info-row > a {
    display: block;
    background: var(--b2color);
    color: #fff;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
}
.aside-carts-list li {
    margin-top: 10px;
    padding: 10px;
    background: #eeeeee;
    border-radius: 5px;
}
.aside-carts-list li:hover {
    background: #dcdcdc;
}
.aside-carts-list li + li {
    margin-top: 10px;
    padding: 10px;
    background: #eeeeee;
    border-radius: 5px;
}
.shopping-bar-mark {
    position: absolute;
    height: 9px;
    background: #ff3a55;
    margin-top: -37px;
    right: 5px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #ffffff;
    z-index: 9999;
    width: 9px;
    animation: lightdown .7s infinite;
}
.aside-carts-delete:hover {
    color: #f00;
    cursor: pointer !important;
}
#jktheme-shopcarts{
    position: absolute;
    right: 0px;
    color: #fff;
    background: var(--b2color);
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    margin-right: 20px;
}
#jktheme-shopdesc{
    display: flex;
}
#jktheme-shopcarts:hover{
    background: var(--n_color);
}
#jktheme-shopdesc>div{
    padding-right: 10px;
}
.jktheme-gouwu-box .aside-carts-list li img{
    width: 80px;
    height: 80px;
}
.bar-user-info-row > a:hover {
    background: var(--n_color);
}
.aside-cart-empty a {
    background: var(--b2color);
    border-radius: 5px;
    margin-top: 20px;
}
/*优惠券*/
.coupon-bar-mark {
    position: absolute;
    height: 9px;
    background: #ff3a55;
    right: 5px;
    margin-top: -40px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    z-index: 3;
    width: 9px;
    animation: lightown .7s infinite;
}
.jktheme-youhuiquan-box ,.jktheme-sixin-box{
    width: 600px;
    height: 75%;
    overflow: auto;
    scrollbar-width: none;
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
    background: #fff;
    box-shadow: 0px 0px 0px 9999px rgb(0 0 0 / 80%);
    margin-top: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.jktheme-youhuiquan-box .coupon-info {
    display: block;
    min-height: 172px;
}
.aside-carts-list .shop-coupon-item img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin-top: 8px;
}
.jktheme-yhsy {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
    display: flex;
    background: #fff;
    border-radius: 5px;
    height: 20px;
    padding: 15px 10px 15px 10px;
    align-items: center;
}
.jktheme-yhsy:hover {
    color: #fff;
    background: var(--b2color);
}
.bar-coupon-button .text:hover {
    color: #f00;
}
.sign{
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
}
.youhuitext{
    font-size: 70px!important;
}
.youhuijine{
    margin-top: 30px;
}
/*私信*/
.sixin-bar-mark {
    position: absolute;
    height: 9px;
    background: #ff3a55;
    margin-top: 5px;
    right: 5px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    z-index: 3;
    width: 9px;
    animation: lightdown .7s infinite;
}
.bar-dmsg-list {
    padding: 10px 5px 10px 5px;
    border-radius: 5px;
}
.bar-dmsg-list li {
    border-bottom: 0px solid #fff;
    margin: 5px;
    border-radius: 5px;
}
.bar-dmsg-list li:hover {
    background: #f1f1f1;
}
.new-dmsg-content .jt {
    background-color: #eaeaea;
    margin-top: 20px;
}
.new-dmsg-content .jt::after {
    border-bottom-color: #eaeaea;
}
.dmsg-select p {
    color: #000;
}
/*消息中心*/
.msg-bar-mark {
    position: absolute;
    height: 9px;
    background: #ff3a55;
    margin-top: -37px;
    right: 5px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    z-index: 3;
    width: 9px;
    animation: lightdown .7s infinite;
    font-size: 8px;
}
/*签到*/
.qiandao-bar-mark {
    position: absolute;
    height: 9px;
    background: #ff3a55;
    margin-top: 6px;
    right: 5px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    z-index: 3;
    width: 9px;
    animation: lightdown .7s infinite;
}