#WS-SHOW-CHAT{display: none;}

.p-nav{position: absolute;top: 0;left: 0;width: 100%;}
.top-nav{text-align: center;padding: 25px 0;}
.t-nav{position: relative;text-align: center;padding: 15px 0;color: #777777;background-color: #fafafa;border-top-right-radius: 8px;border-top-left-radius: 8px;}
.t-nav a{display: inline-block;width: 100%;height: 100%;color: #777777;}
.zj-nav:after {content: "";position: absolute;top: 0;left: 0;border-width: 0 10px 50px 0;border-style: solid;border-color: transparent transparent #fff;}
.t-nav.active{background-color: #ffffff;color: #333333;}

.clearfix:before {
    display: none
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.home-Pop-ups {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.zs-redenvelope {
    width: 330.72px;
    height: 239px;
    display: block;
    background-image: linear-gradient(225deg,rgba(255,93,4,1) 0%,rgba(249,122,2,1) 100%);
    border-radius: 10.4px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
}

.zs-redenvelope>img {
    width: 75.92px;
    height: 75.92px;
    display: block;
    margin: -37.96px auto 0;
    border-radius: 100%;
}

.zs-redenvelope .title {
    font-size: 16.64px;
    color: #ffffff;
    text-align: center;
    margin: 4.16px 0 .728px;
}

.zs-redenvelope .text {
    display: block;
    font-size: 12.48px;
    text-align: center;
    color: #ffffff;
}

.zs-redenvelope .redbox-list {
    width: 323.44px;
    height: auto;
    margin: 10.4px auto;
}

.zs-redenvelope .redbox-list>li {
    width: 100%;
    height: 91.52px;
    background: url(../images/pop/img_li_red.png)center no-repeat;
    background-size: cover;
    padding: 5.2px 0 0 2.6px;
}

.zs-redenvelope .use-button {
    outline: 0;
    display: block;
    width: 309.92px;
    height: 41.6px;
    text-align: center;
    line-height: 41.6px;
    font-size: 14.560000000000002px;
    color: #FF5830;
    font-weight: bold;
    background-image: linear-gradient(180deg,rgba(255,228,32,1) 0%,rgba(255,204,19,1) 100%);
    border-radius: 24.96px;
    margin: -2.6px auto 0;
    letter-spacing: 1.04px;
}

.redbox-list li .li-left {
    width: 98.8px;
    height: 78px;
    float: left;
    padding-top: 7.8px;
}

.redbox-list li .li-left span {
    display: block;
    font-size: 15.6px;
    color: #FF3A30;
    text-align: center;
}

.redbox-list li .li-left span em {
    font-size: 31.2px;
    font-weight: normal;
    font-style: normal;
}

.redbox-list li .li-left p {
    text-align: center;
    font-size: 10.4px;
    color: #3F3F3F;
}

.redbox-list li .li-right {
    width: 68%;
    height: 78px;
    float: left;
    padding-top: 19.76px;
    padding-left: 15.6px;
}

.redbox-list li .li-right p {
    font-size: 15.6px;
    color: #333443;
    font-weight: bold;
}

.redbox-list li .li-right span {
    font-size: 10.4px;
    color: #3F3F3F;
    height: 20.8px;
    line-height: 20.8px;
    display: block;
    margin-top: 6.76px;
}

.redbox-list li .li-right span i {
    width: 16.64px;
    height: 18.72px;
    background: url(../images/pop/img_time_logo.png)center no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    margin-right: 5.2px;
}

.user-redenvelope .closeit {
    width: 36.4px;
    height: 36.4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -57.2px;
    margin: auto;
    background: url(../images/pop/img_close_new.png)center no-repeat;
    background-size: cover;
}

.animationBtn {
    -webkit-animation: breathBtnAnimation .8s infinite;
    animation: breathBtnAnimation .8s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes breathBtnAnimation {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    15% {
        -webkit-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1)
    }

    30% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    45% {
        -webkit-transform: scale3d(.95,.95,1);
        transform: scale3d(.95,.95,1)
    }

    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes breathBtnAnimation {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    15% {
        -webkit-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1)
    }

    30% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    45% {
        -webkit-transform: scale3d(.95,.95,1);
        transform: scale3d(.95,.95,1)
    }

    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}