.VueStar {
    position: absolute
}

.VueStar__ground {
    width: 100px;
    height: 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.VueStar__icon {
    z-index: 888
}

.VueStar__decoration {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -5px;
    top: -6px;
    bottom: -4px;
    right: 0;
    background: url("./zoneimg.png") no-repeat;
    background-position: 0 0;
    -webkit-transition: background-position 1s steps(25);
    transition: background-position 1s steps(25);
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.likelists {
    width: 757px;
    padding: 12px 46px;
    box-sizing: border-box;
    position: relative;
    background: #f5f7f8;
    border: solid 1px #e5e7e8;
    border-radius: 4px;
    font-size: 14px;
    color: #444;
    line-height: 28px;
    max-height: 75px;
    overflow: hidden;
    user-select: none;
    margin-top: 20px;
    display: none;
    margin-bottom: 10px;

}

.likelists.active {
    display: block;
}

.likelists.showmores {
    overflow: auto;
    height: auto;
    max-height: 100000px;
}

.likelists .getmore {
    width: 50px;
    padding-left: 10px;
    background: #f5f7f8;
    line-height: 28px;
    height: 28px;
    position: absolute;
    z-index: 0;
    font-size: 13px;
    color: #336699;
    top: 40px;
    right: 19px;
    cursor: pointer;
}

.likelists .getmore.active {
    bottom: 10px;
    top: auto;
}

.likelists .getmore.active::after {
    background: url("./up.png") no-repeat;
}

.likelists .getmore:after {
    content: "";
    display: block;
    width: 8px;
    height: 4px;
    background: url("./down.png") no-repeat;
    position: absolute;
    top: 12px;
    right: 11px;
}

.zonecheck .shares:hover #share_boxz {
    display: block;
}

.likelists a {
    word-break: break-all;
}

.likelists a::after {
    content: " , ";
    display: inline;
}

.likelists a:last-child:after {
    display: none;
}

.likelists:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("./liked.png") no-repeat;
    position: absolute;
    top: 17px;
    left: 21px;
}

.VueStar__decoration.active {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    background-position: -2500px 0;
    background-size: auto 50px;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.zonecheck {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.icon {
    display: inline-block;
}

.collect .icon {
    width: 16px;
    height: 16px;
    background: url("./collect.png") no-repeat;
}

.collect .icon.active {
    background: url("./collected.png") no-repeat;
}

.shares .icon {
    width: 16px;
    height: 17px;
    background: url("./share.png") no-repeat;
}

.liked {
    display: inline-block;
}

.listliked {
    cursor: pointer;
    position: relative;
}

.listliked .icon {
    /* transform: translateY(3px); */
    position: absolute;
    top: 23px;
    left: 0;
    margin-right: 8px;
}

.listliked .VueStar__decoration {
    left: -17px;
    top: 6px;
}

.listliked p {
    padding-left: 25px;
    margin-right: 5px;
    transform: translateY(13px);
    user-select: none;
}

.listliked p span {
    margin-right: 5px;
}

.liked .icon {
    width: 16px;
    height: 16px;
    background: url("./like.png") no-repeat;
}

.liked .icon.active {
    width: 16px;
    height: 16px;
    background: url("./liked.png") no-repeat;
}

.zonecheck > .div {
    position: relative;
    padding: 0 12px;
    font-size: 13px;
    color: #151515;
    height: 36px;
    line-height: 36px;
    border: solid 1px #e5e7e8;
    border-radius: 18px;
    margin-right: 10px;
    cursor: pointer;
    user-select: none;
}

.zonecheck .flex {
    display: flex;
    align-items: center;
}

.zonecheck > .div p {
    display: inline-block;
    margin-left: 10px;
}

#share_box {
    display: none;
    width: 212px;
    height: 262px;
    border: 1px solid #cdcdcd;
    background: white;
    right: -73px;
    box-sizing: border-box;
    padding: 26px 26px 0 26px;
    font-family: '΢���ź�';
    text-align: left;
}

#share_to:hover #share_box {
    display: block !important;
}

#pt.fixed .buttons_set .link:hover {
    font-weight: normal;
}

#share_box #code-container {
    position: relative;
}

#share_box #top-thread-code {
    position: relative;
    width: 160px;
    height: 160px;
    z-index: 100;
}

#share_box #top-thread-code img {
    width: 160px;
    height: 160px;
}

#share_box h4 {
    color: #4caf50;
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
}

#share_box p {
    font-size: 16px;
    color: #333;
}

#share_boxz {
    display: none;
    width: 212px;
    height: 262px;
    border: 1px solid #cdcdcd;
    background: white;
    right: -135px;
    top: 43px;
    position: absolute;
    box-sizing: border-box;
    padding: 26px 26px 0 26px;
    font-family: '΢���ź�';
    text-align: left;
    z-index: 111;
}

.plc {
    overflow: visible;
}

#share_to:hover #share_boxz {
    display: block !important;
}

#pt.fixed .buttons_set .link:hover {
    font-weight: normal;
}

#share_boxz #code-container {
    position: relative;
}

#share_boxz #top-thread-codez {
    position: relative;
    width: 160px;
    height: 160px;
    z-index: 100;
}

#share_boxz #top-thread-codez img {
    width: 160px;
    height: 160px;
}

#share_boxz h4 {
    color: #4caf50;
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
}

#share_boxz p {
    font-size: 16px;
    color: #333;
}

.zonecheck #k_favorite {
    background-image: none;
}

.elevator {
    margin: 10px 0 25px 0;
    position: relative;
}

.elevator .flex {
    display: flex;
    justify-content: space-between;
    background-color: #f6f7f8;
    border: solid 1px #e6e7e8;
    height: 50px;
    align-items: center;
    position: relative;
}

.elevator .flex p span {
    font-size: 17px;
    color: #151515;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-left: 42px;
}

.elevator .flex p .right-zd:before {
    content: '';
    width: 4px;
    height: 17px;
    left: 25px;
    background-color: #dd7643;
    position: absolute;
    vertical-align: middle;

}
 .elevator .right-tips{
     position: absolute;
     top: 60px;
     right: 0;
     z-index: 99999;
     display: none;

 }
.elevator .qp{
    width:310px;
    height:60px;
    margin:0 auto;
    position:relative;
    box-shadow: 0px 4px 16px 0px
    rgba(195, 199, 206, 0.22);
    border: solid 1px #f0f3f5;
    border-radius: 6px;
    z-index: 99999;
    background: white;

}
.elevator .qp span{
    position:absolute;
   right: 20px;
    top:-20px;
    border:10px solid;
    border-color:transparent transparent #f0f3f5 transparent
}
.elevator .qp strong{
    display: flex;
    height: 100%;
    justify-content: center;
    font-size: 15px;
    align-items: center;
    color: #666666;

}

.elevator .flex .right {
    color: #666666;
    font-size: 13px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 39px;
}

.elevator ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.elevator ul .item-house {
    margin-top: 29px;
}


.elevator li span {
    width: 60px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    cursor: pointer;
}
.elevator li .right-edit{
    position: absolute;
    right: 0;
    display: none;

}
.elevator li .edit {
    background: #555151;
    margin-left: 8px;
    color: white;
    width: 45px;
    font-size: 14px;
}

.elevator li .delete {
    background: #FF2821;
    margin-left: 5px;
    color: white;
    width: 45px;
    font-size: 14px;
}
.elevator li .in-visible{
    display: inline-block;
}

.elevator li .in-gone{
    display: none;
}


.elevator ul li {
    margin-top: 18px;
    width: 50%;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 18px;
    position: relative;

}


.elevator ul li a {
    font-size: 15px;
    color: #333333;
    display: inline-block;
    align-items: center;
    position: relative;
    margin-left: 45px;


}

.elevator ul li .house-normal:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #c1c5ce;
    left: -18px;
    border-radius: 50%;
    top: 50%;
    margin-top: -3px;
}

.elevator ul li .house-select:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #797979;
    border-radius: 50%;
    left: -18px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

.showelevator, .deletelevator{
    width: 240px;
    border: 1px solid #ddd;
    padding: 20px;
    position: fixed;
    top: 30%;
    left: 39%;
    box-shadow: 0 0 3px #ccc;
    border-radius: 5px;
    -webkit-transform: translate3d(-50%, -50%);
    -moz-transform: translate3d(-50%, -50%);
    -ms-transform: translate3d(-50%, -50%);
    -o-transform: translate3d(-50%, -50%);
    transform: translate3d(-50%, -50%);
    font-size: 12px;
    color: #222;
    line-height: 18px;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    display: none;
}

.showelevator-bottom {
    margin-top: 20px;
    padding-left: 15px;
}

.showelevator-bottom > div, .deletelevator-bottom>div{
    display: inline-block;
    width: 68px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-top: 4px;
}

.showelevator-bottom > div.elevatorSubmit, .deletelevator-bottom> div.submit{
    color: white;
    border: none;
    background: #3498dd;
    margin-right: 20px;
}

.showelevator p {
    display: inline-block;
}

.showelevator input {
    width: 150px;
    margin-top: 10px;
    padding-left: 8px;
}
.dialog_bg{
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .35);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.addelevator{
    cursor: pointer;
    margin-right: 6px;
}

.deletelevator p{
    margin: 0 auto;
}
.deletelevator p{
    position: relative;
    text-align: center;
}
.deletelevator .deletelevator-bottom{
    margin-top: 15px;
    display: flex;
    justify-content: center;
}




