* {
    margin: 0;
    padding: 0;
    border: 0;
}
img {
    display: block;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
ul li {
    list-style: none;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    min-width: 1200px;
    background-color: #920d13;
}

img[src=""],img:not([src]){opacity:0;}

/* HEADER */
.header-wrap {
    width: 100%;
    height: 110px;
    margin: 0 auto;
    background: #2a2a2a;
    position: fixed;
    top: 0;
    z-index: 8;
}
.header {
    width: 1000px;
    height: 110px;
    margin: 0 auto;
}
.header-logo {
    float: left;
    width: auto;
    margin-top: 15px;
}
.header-login {
    float: right;
    width: 50%;
    text-align: right;
}
.header a {
    font-size: 18px;
    height: 40px;
    text-decoration: none;
}
.header .btn {
    padding: 0 15px;
    border-radius: 4px;
}
.header .silver {
    color: #333;
    background: rgba(217, 217, 217, 1);
    background: -moz-linear-gradient(top, rgba(217, 217, 217, 1) 0%, rgba(232, 232, 232, 1) 17%, rgba(204, 204, 204, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217, 217, 217, 1)), color-stop(17%, rgba(232, 232, 232, 1)), color-stop(100%, rgba(204, 204, 204, 1)));
    background: -webkit-linear-gradient(top, rgba(217, 217, 217, 1) 0%, rgba(232, 232, 232, 1) 17%, rgba(204, 204, 204, 1) 100%);
    background: -o-linear-gradient(top, rgba(217, 217, 217, 1) 0%, rgba(232, 232, 232, 1) 17%, rgba(204, 204, 204, 1) 100%);
    background: -ms-linear-gradient(top, rgba(217, 217, 217, 1) 0%, rgba(232, 232, 232, 1) 17%, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(to bottom, rgba(217, 217, 217, 1) 0%, rgba(232, 232, 232, 1) 17%, rgba(204, 204, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#cccccc', GradientType=0);
}
.header .gray {
    color: #fff;
    background: rgba(163, 163, 163, 1);
    background: -moz-linear-gradient(top, rgba(163, 163, 163, 1) 0%, rgba(126, 126, 126, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163, 163, 163, 1)), color-stop(100%, rgba(126, 126, 126, 1)));
    background: -webkit-linear-gradient(top, rgba(163, 163, 163, 1) 0%, rgba(126, 126, 126, 1) 100%);
    background: -o-linear-gradient(top, rgba(163, 163, 163, 1) 0%, rgba(126, 126, 126, 1) 100%);
    background: -ms-linear-gradient(top, rgba(163, 163, 163, 1) 0%, rgba(126, 126, 126, 1) 100%);
    background: linear-gradient(to bottom, rgba(163, 163, 163, 1) 0%, rgba(126, 126, 126, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3', endColorstr='#7e7e7e', GradientType=0);
}
#header-user-form {
    display: none
}
#header-user-form .item {
    color: #FFF;
    position: relative;
    top: 2px;
    margin-right: 15px;
}
.main-header__login-form {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}
.main-header__login-form form {
    line-height: 32px;
    height: 32px;
    margin-top: -18px;
}
.main-header__login-form input[type="text"],
.main-header__login-form input[type="password"] {
    width: 122px;
    height: 26px;
    color: #3b3b3b;
    padding: 0 10px;
    border: 1px solid #444;
    border-radius: 4px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.45);
}
.main-header__login-form input.input--password {
    padding-right: 25px;
}
.main-header__login-form .form-toggle-password-wrapper .btn-toggle-password {
    right: 5px;
}
.main-header__login-form .form-toggle-password-wrapper .icon--toggle-password {
    background-position: -105px -148px;
}
.main-header__login-form .form-toggle-password-wrapper input[type="text"]~.btn-toggle-password .icon--toggle-password {
    background-position: -135px -148px;
}
.main-header__login-form .btn {
    height: 26px;
    font-size: 14px;
    line-height: 24px;
    margin-top: -2px;
    padding: 1px 15px 4px;
}
.main-header--condensed .btn {
    margin-top: 0;
}
.main-header-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 78px;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    margin: 0;
    padding-left: 0;
}
.main-header-menu .drop-down::after {
    content: "";
    position: absolute;
    bottom: 6px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    margin-left: 6px;
}
.main-header-menu>li {
    display: block;
    height: 26px;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    cursor: pointer;
    color: #505050
}
.main-header-menu>li:last-child {
    margin-right: 0;
}
.main-header-menu>li:hover {
    color: #fff
}
.main-header-menu>li:hover .submenu {
    height: 120px;
    transition-delay: 0s;
}
.main-header-menu>li a {
    position: relative;
    color: #EEE;
}
.main-header-menu>li a:hover {
    text-decoration: none;
    color: #fff
}
/* HEADER END */

.gold {
    color: #ffdb95;
    font-weight: 700;
}
p {
    color: #fff3db;
    line-height: 30px;
}
.red-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 110px;
}
.red-banner {
    width: 100%;
    height: 858px;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.red-banner .timerbox{
    width: 633px;
    height: 185px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -315px;
    background: url(../images/timerbox.png) no-repeat center center;
}
.timerbox h3 {
    padding-top: 30px;
    color: #ca2222;
    font-size: 28px;
    text-align: center;
}
#clockdiv {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
#clockdiv li {
    box-sizing: border-box;
    margin: 0 34px;
    list-style: none;
    display: inline-block;
    background: rgba(23,19,9,1);
    background: -moz-linear-gradient(top, rgba(23,19,9,1) 0%, rgba(81,75,55,1) 20%, rgba(81,75,55,1) 80%, rgba(23,19,9,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,19,9,1)), color-stop(20%, rgba(81,75,55,1)), color-stop(80%, rgba(81,75,55,1)), color-stop(100%, rgba(23,19,9,1)));
    background: -webkit-linear-gradient(top, rgba(23,19,9,1) 0%, rgba(81,75,55,1) 20%, rgba(81,75,55,1) 80%, rgba(23,19,9,1) 100%);
    background: -o-linear-gradient(top, rgba(23,19,9,1) 0%, rgba(81,75,55,1) 20%, rgba(81,75,55,1) 80%, rgba(23,19,9,1) 100%);
    background: -ms-linear-gradient(top, rgba(23,19,9,1) 0%, rgba(81,75,55,1) 20%, rgba(81,75,55,1) 80%, rgba(23,19,9,1) 100%);
    background: linear-gradient(to bottom, rgba(23,19,9,1) 0%, rgba(81,75,55,1) 20%, rgba(81,75,55,1) 80%, rgba(23,19,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171309', endColorstr='#171309', GradientType=0 );
    height: 70px;
    width: 88px;
    padding: 0 17px;
}
#clockdiv li p {
    color: #ed010d;
    font-size: 24px;
    font-weight: 600;
}
#clockdiv li span.clock {
    font-size: 30px;
    color: #ffffff;
    line-height: 70px;
}
.clockdet {
    width: 490px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    right: 8px;
    font-size: 18px;
}
.clockdet li {
    list-style: none;
    margin: 0 63px;
    list-style: none;
    display: inline-block;
    font-size: 30px;
    color: #ca2222;
}
.red-mid {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 62px;
    background: url(../images/mainbody.jpg) no-repeat top center;
}
.red-mid-main {
    width: 958px;
    height: auto;
    margin: 0 auto;
}
.table-title {
    margin: 0 auto;
    padding: 40px 0;
}
table.red-table {
    border-collapse:collapse;border-spacing:0;
    width: 925px;
    text-align: center;
    border: 2px solid #ebbc74;
    background: rgba(105,7,5,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(105,7,5,1) 0%, rgba(76,3,2,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(105,7,5,1)), color-stop(100%, rgba(76,3,2,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(105,7,5,1) 0%, rgba(76,3,2,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(105,7,5,1) 0%, rgba(76,3,2,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(105,7,5,1) 0%, rgba(76,3,2,1) 100%);
    background: radial-gradient(ellipse at center, rgba(105,7,5,1) 0%, rgba(76,3,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#690705', endColorstr='#4c0302', GradientType=1 );
}
.red-table .red-table-head {
    background: rgba(251,226,166,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(251,226,166,1) 0%, rgba(218,162,79,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(251,226,166,1)), color-stop(100%, rgba(218,162,79,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(251,226,166,1) 0%, rgba(218,162,79,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(251,226,166,1) 0%, rgba(218,162,79,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(251,226,166,1) 0%, rgba(218,162,79,1) 100%);
    background: radial-gradient(ellipse at center, rgba(251,226,166,1) 0%, rgba(218,162,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe2a6', endColorstr='#daa24f', GradientType=1 );
}
.red-table th {
    text-align: center;
    color: #7e0003;
}
.red-table tr th, .red-table tr td {
    padding: 10px;
}
.red-table tr td {
    border: 1px solid #b18382;
    color: #fff3db;
}
.red-mid-main ul {
    padding-left: 90px;
}
.red-mid-main ul li {
    color: #fff3db;
    line-height: 30px;
}
.footer {
    z-index: 2;
    background-color: #131313;
    font-size: 14px;
}


/* FALLING HONGBAO */
.snowflakeList a {
    position: absolute;
    z-index: 2;
}
@keyframes xuehua
{
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);
    }
    /* 50% {
        top: 1000px;
    } */
    99% {
        opacity: 1;
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);
        top:2600px;
        opacity: 0;
        overflow-y: hidden;
    }
}
@-moz-keyframes xuehua /* Firefox */
{
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);
    }
    /* 50% {
        top: 1000px;
    } */
    99% {
        opacity: 1;
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);
        top:2600px;
    }
}
@-webkit-keyframes xuehua /* Safari 和 Chrome */
{
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);
    }
    /* 50% {
        top: 1000px;
    } */
    99% {
        opacity: 1;
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);
        top:2600px;
    }
}
@-o-keyframes xuehua /* Opera */
{
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);
    }
    /* 50% {
        top: 1000px;
    } */
    99% {
        opacity: 1;
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);
        top:2600px;
    }
}
@keyframes xuehua
{
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);
    }
    /* 50% {
        top: 1000px;
    } */
    99% {
        opacity: 1;
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);
        top:2600px;
        opacity: 0;
        overflow-y: hidden;
    }
}
@-moz-keyframes xuehua2 /* Firefox */
{
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);
    }
    /* 50% {
        top: 1000px;
    } */
    99% {
        opacity: 1;
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);
        top:2600px;
    }
}
@-webkit-keyframes xuehua /* Safari 和 Chrome */
{
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);
    }
    /* 50% {
        top: 1000px;
    } */
    99% {
        opacity: 1;
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);
        top:2600px;
    }
}
@-o-keyframes xuehua /* Opera */
{
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);
    }
    /* 50% {
        top: 1000px;
    } */
    99% {
        opacity: 1;
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);
        top:2600px;
    }
}

.hongbao_show_wrap {
    width: 650px;
    height: 650px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -325px;
    margin-top: -325px;
    z-index: 11;
    cursor: pointer;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.4s;
    animation-name: zoom;
    animation-duration: 0.4s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: rotate(0deg) scale(0);
    }

    to {
        -webkit-transform: rotate(360deg) scale(1);
    }
}

.hongbao_show {
    width: 650px;
    height: 650px;
    background: url(../images/envelope/hongbao_pc.png) no-repeat center center;
}
.hongbao_show:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -ms-filter: brightness(110%);
    -o-filter: brightness(110%);
    -moz-filter: brightness(110%);
}
.hongbao_open {
    width: 650px;
    height: 650px;
    background: url(../images/envelope/hongbao_open_pc.png) no-repeat center center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -325px;
    margin-top: -325px;
    z-index: 11;
    display: none;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
.hongbao_open_btn {
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: 20.5%;
    left: 225px;
    cursor: pointer;
    border-radius: 50px;
}
.hongbao_open_btn:hover {
    background-color: rgba(167, 104, 0, 0.15);
}
.hongbao_open_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
}
.closepopup {
    font-size: 26px;
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 80px;
    right: 140px;
    z-index: 11;
}
.hongbao_amount {
    width: 100%;
    text-align: center;
    position: relative;
    top: 180px;
    font-size: 40px;
    color: red;
}
.hongbao_success {
    width: 400px;
    height: 400px;
    background: url(../images/envelope/hongbao_success_pc.png) no-repeat center center;
    background-size: contain;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    z-index: 11;
    display: none;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
.hongbao_success_btn {
    width: 220px;
    height: 40px;
    position: absolute;
    bottom: 46px;
    left: 90px;
    cursor: pointer;
    border-radius: 50px;
}
.hongbao_success_btn:hover {
    background-color: rgba(167, 104, 0, 0.15);
}
.hongbao_success_mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
}
#snowflakeList
{
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 2258px;
    top:0;
    left: 0;
    overflow: hidden;
}
#snowflakeList > div
{
    position: absolute;
    z-index: 3;
    width: 100px;
    height: 100px;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-direction: normal, normal;
    -webkit-animation-timing-function: linear, ease-in-out;
}
#snowflakeList > div > img {
     position: absolute;
     width: 100px;
     height: 131px;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-direction: alternate;
     -webkit-animation-timing-function: ease-in-out;
     -webkit-transform-origin: 50% -100%;
}

@-webkit-keyframes fade
{
    0%   { opacity: 1; }
    95%  { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes drop
{
    0%   { -webkit-transform: translate(0px, 0px); }
    100% { -webkit-transform: translate(0px, 2300px); }
}
@-webkit-keyframes clockwiseSpin
{
    0%   { -webkit-transform: rotate(-50deg); }
    100% { -webkit-transform: rotate(50deg); }
}
@-webkit-keyframes counterclockwiseSpinAndFlip
{
    0%   { -webkit-transform: scale(0.8, 0.9) rotate(50deg); }
    40%   { -webkit-transform: scale(1, 1) rotate(80deg); }
    100% { -webkit-transform: scale(1.2, 1.5) rotate(-50deg); }
}


.cxbox {
    width: 750px;
    height: 597px;
    margin: 0 auto;
    background: url('../images/bjcx.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
}

.cxbox_bt {
    height: 36px;
    line-height: 36px;
}

.cxbox_bt p {
    font-size: 17px;
    color: #f1f3b3;
    float: left;
    padding-left: 15px;
    margin: 0;
}

.cxbox_bt a {
    font-size: 17px;
    margin-right: 20px;
    float: right;
}

.cxbox_hy {
    padding: 30px;
    text-align: center;
}

.cxbox_hy p {
    text-align: center;
    font-size: 30px;
    color: #f1f3b3;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
    padding-top: 10px;
}

.cxbox_hy input {
    border: 1px solid #cb2129;
    height: 32px;
    line-height: 33px;
    width: 220px;
    background: #750606;
    float: left;
    font-size: 17px;
    color: #f1f3b3;
    font-family: Arial, "å¾®è½¯é›…é»‘";
    padding-left: 10px;
}

.cxbox_hy a {
    background: url(../images/bjs.jpg) no-repeat;
    height: 32px;
    width: 86px;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #7c0303;
    text-decoration: none;
}

.cxbox_hy img {
    margin: 0 auto;
}

.cxbox_bd table {
    margin: 0 auto;
    border-bottom: 1px solid #dd0002;
    border-left: 1px solid #dd0002;
    width: 700px;
}

.cxbox_bd table tr td {
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    font-family: Arial, "å¾®è½¯é›…é»‘";
    border: 1px solid #960001;
    border-bottom: 0px;
    border-left: 0px;
    padding: 0;
}

.cxbox_bd table tr.ad {
    background: #700001;
}

.pfeed a {
    color: #f1f3b3;
}

.pfeed a:hover {
    text-decoration: underline;
}

.popup-table-title {
    background-color: #820001;
    border: 1px solid #960001;
}

.pagination-wrap {
    margin: 30px auto 0 auto;
    text-align: center;
}


/* 分页 */
.iconfont {
    font-size:16px;
}

.icon-you:before {
    content: ">";
}

.icon-zuo:before {
    content: "<";
}

.icon-most-left:before {
    content: "<<";
}

.icon-most-right:before {
    content: ">>";
}

.page_common_btn_style{
    font-family: '微软雅黑';
    display: inline-block;
    min-width: 28px;
    padding:0 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background: #f4f4f5;
    color: #606266;
    margin: 0 3px;
    font-weight: 600;
    font-size:14px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
a.page_common_btn_style:active{
    color:#af0002;
    background:#eee;
}

.page_btn_box {
    display: inline-block;
    margin: 0 10px;
}
.page_common_btn_active{
    background:#af0002;
    color:#eee;
}
