
html,body{
    line-height: 1;
    width: 100%;
    min-height: 100%;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
    color: inherit;
}

#warning{
    position: fixed;
    top: 0;
    left: 0;
    /*width: 100vw;
    height: 100vh;*/
    width: 100%;
    height: 100%;
    background: #000 url("../img/icon/lanscape2.gif")/*tpa=http://super.joowin.net/sp/common/images/icon/lanscape2.gif*/ no-repeat scroll center center;
    z-index: 10001;
    overflow: hidden;
    box-sizing: border-box;
    display: none;
}
@media (orientation: landscape){
    #warning {
        display: block;
    }
}
.main{
    min-height: 100%;
}
.wrapper01{
    width: 82.4%;
    margin: 0 auto;
}
.wrapper02{
    width: 82.4%;
    margin: 0 auto;
}
img{
    display: block;
}
/*修改头部*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.return-btn{
    display: block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    margin: 20px auto 0;
    background-color: #d0141b !important;
    color: #ffffff !important;
    border-radius: 42px;
}
/*---------------club导航----------------*/
#c_nav{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 997;
}
#c_nav .return-icon{
    position: absolute;
    top: 12px;
    left: 3.8%;
    padding-left: 12px;
    background: url("../img/icon/arrow_icon01.png") no-repeat 0 center;
    background-size: 6px auto;
}
#c_nav .menu{
    position: absolute;
    top: 2px;
    right: 4%;
    display: block;
    width: 30px;
    padding: 7px 0;
    z-index: 998;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    overflow: hidden;
    background: rgba(255,255,255,0.3);
}
#c_nav .menu.on{
    background :none;
}
#c_nav .menu label{
    position: relative;
    display: block;
    width: 24px;
    height: 16px;
    margin: 0 auto;
}
#c_nav .menu span{
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#c_nav .menu span:first-child{
    top: 0;
    left: 0;
}
#c_nav .menu span:nth-child(2){
    top: 0;
    left: 0;
    bottom: 0;
}
#c_nav .menu span:last-child{
    left: 0;
    bottom: 0;
}
#c_nav .menu.on span:first-child{
    bottom: 0;
    transform: rotate(45deg);
}
#c_nav .menu.on span:nth-child(2){
    opacity: 0;
    transform: translateX(100%);
}
#c_nav .menu.on span:last-child{
    top: 0;
    transform: rotate(-45deg);
}
#c_nav .masking{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    z-index: 996;
}
#c_nav ul{
    position: fixed;
    top: 50px;
    right: -63%;
    width: 63%;
    height: calc(100vh - 50px);
    background-color: #b89b73;
    z-index: 997;
}
#c_nav ul li{
    width: 100%;
    border-bottom: 1px solid #cdb99d;
}
#c_nav ul li a{
    display: block;
    height: 60px;
    line-height: 62px;
    font-size: 16px;
    color: #272727;
    padding-left: 22.5%;
    background: url("../img/icon/nav_arrow.png") no-repeat 12% center;
    background-size: 8px auto;
}

/*------------------select style start--------------------*/
.selectBox {
    position: relative;
    z-index: 995;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: #ffffff;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.selectBox .optionBox {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    /*border: 1px solid #ffffff;*/
}
.selectBox .JGdown {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #555;
    position: absolute;
    right: 5px;
    top: 14px;
    transition:transform .05s;
    transition:-ms-transform .05s;
    transition:-moz-transform .05s;
    transition:-webkit-transform .05s;
}
.selectBox .optionUl {
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 38px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    max-height: 228px;
    overflow: auto;
    display: none;
    background-color: #ffffff;
    color: #4c4c4c;
}
.selectBox.selected .optionUl {
    display: block;
}
.selectBox.selected .JGdown {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);/* IE 9 */
    -moz-transform: rotate(-180deg);/* Firefox */
    -webkit-transform: rotate(-180deg);/* Safari 和 Chrome */
    -o-transform: rotate(-180deg);/* Opera */
}
.selectBox .optionUl li {
    height:38px;
    line-height: 38px;
    text-align: left;
    text-indent: 15px;
    cursor: pointer;
}

/*------------------select style end--------------------*/
/*select修改*/
.select01{
    margin-bottom: 2vh;
}
.select01 .selectBox{
    background-color: #d0141b;
    z-index: 996;
}
.select01 .selectBox .optionBox{
    color: #ffffff;
}
.select01 .selectBox .JGdown {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #b89b73;
}
.select02{
    margin-bottom: 2vh;
}
.select02 .selectBox .optionBox{
    font-size: 14px;
}
.select02 .selectBox .JGdown {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #333333;
}
.select02 .selectBox .optionUl li{
    font-size: 12px;
}
.selectBox .JGdown{
    right: 10px;
}
/*------公用标题 start------*/
.title02{
    width: 100%;
    margin-bottom: 3vh;
}

/*------公用标题 end------*/

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/*公用contens*/
#contents{
    width: 100%;
    padding: 100px 0 50px;
}
/*------------------------------------------EOS俱乐部画廊--------------------------------------*/
#gallery{
    background: url("../img/window_slide03_bg.jpg") no-repeat;
    background-size: cover;
}
#gallery .title02{
    margin-bottom: 2.5vh;
}
#gallery .view{
    overflow: hidden;
    clear: both;
}
#gallery .view a{
    display: block;
    width: calc(50% - 4px);
    margin-top: 8px;
}
#gallery .view a:nth-child(1),
#gallery .view a:nth-child(2){
    margin-top: 0;
}
#gallery .view a:nth-child(2n-1){
    float: left;
    margin-right: 8px;
}
#gallery .view a:nth-child(2n){
    float: right;
}
#gallery .view .swiper-slide .img-box{
    margin-right: -10px;
    margin-bottom: -10px;
    line-height: 0;
    font-size: 0;
}
#gallery .view {
    height: 100%;
    overflow: hidden;
}
/*让滚动条显示*/
#gallery #window-box > .swiper-container {
    overflow: inherit;
}
#gallery .view .swiper-slide .img-box a{
    display: inline-block;
    width: -moz-calc(33.33333% - 9px);
    width: -webkit-calc(33.33333% - 9px);
    width: calc(33.33333% - 9px);
    margin-right: 9px;
    margin-bottom: 10px;
}
#gallery .view .swiper-slide .img-box img{
    display: block;
    width: 100%;
}
/*滚动条修改*/
#gallery .view .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 10px;
    background-color: #0d0d0d;
}
#gallery .view .mCSB_scrollTools .mCSB_draggerContainer{
    width: 12px;
}
#gallery .mCSB_scrollTools a + .mCSB_draggerContainer{
    margin: 20px 0;
}
#gallery .mCSB_outside + .mCSB_scrollTools{
    right : -20px;
}
/*colorbox 样式覆盖 start*/
#gallery #cboxContent{
    text-align: center;
}
#gallery #cboxLoadedContent{
    margin-top:0;
    border : none;
}
#gallery #cboxCurrent{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}
#colorbox, #cboxOverlay, #cboxWrapper{
    overflow: initial;
}
#gallery #cboxTitle{
    width: 100%;
    top: auto;
    bottom: 0;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
    color: #333333;
    color: #ffffff;
    background-color: rgba(0,0,0,0.5);
    box-sizing: border-box;
}
#gallery #cboxGroupBtn{
    position: absolute;
    width: 100%;
    bottom: -34px;
    text-align: center;
}
#gallery #cboxPrevious,
#gallery #cboxNext{
    position: initial;
    top: auto;
    bottom: auto;
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    margin: -14px 12px 0;
}
#gallery #cboxPrevious{
    left: 0;
    background: url("../img/icon/prev.png") no-repeat center center;
    background-size: 40% auto;
}
#gallery #cboxNext{
    right: 0;
    background: url("../img/icon/next.png") no-repeat center center;
    background-size: 40% auto;
}
#cboxContent{
    margin-top: 0px;
}
#cboxClose{
    width: 18px;
    height: 18px;
    background: url("../img/icon/close.png") no-repeat 0 0;
    background-size: 100% 100%;
    top: -23px;
    right: 5px;
}

/*colorbox 样式覆盖 end*/
/*-----------------------------------------EOS俱乐部新闻---------------------------------------*/
#news{
    height: auto;
}
#news{
    background: url("../img/window_slide04_bg.jpg") no-repeat 0 50vh;
    background-size: 100% auto;
}
#news #contents{
    position: initial;
     left: auto;
     top: auto;
     -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
     transform: translateY(0);
    width: 100%;
    padding: 100px 0 50px;
}
#news .select02 .selectBox .optionBox{
    border: 1px solid #dcdcdc;
}
#news .news-list-main{
    overflow-x: hidden;
    overflow-y: auto;
    /*max-height: 30vh;*/
    clear: both;
}
#news .news-list-main li{
    width: 100%;
    display: table;
    margin-bottom: 15px;
}
#news .news-list-main li .news-list-img{
    display: table-cell;
    width: 36%;
    vertical-align: middle;
}
#news .news-list-main li .news-list-img img{
    width: 100%;
}
#news .news-list-main li .news-list-txt{
    display: table-cell;
    width: 64%;
    vertical-align: middle;
    padding: 0 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#news .news-list-main li .news-list-txt dt{
    font-size: 14px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box; /*//作为弹性伸缩盒子模型显示。*/
    -webkit-box-orient:vertical; /*//设置伸缩盒子的子元素排列方式--从上到下垂直排列*/
    -webkit-line-clamp:1;
    text-align: justify;
}
#news .news-list-main li .news-list-txt dd{
    font-size: 12px;
    line-height: 1.6;
}
#news .news-list-main li .news-list-txt dd p{
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box; /*//作为弹性伸缩盒子模型显示。*/
    -webkit-box-orient:vertical; /*//设置伸缩盒子的子元素排列方式--从上到下垂直排列*/
    -webkit-line-clamp:3;
    text-align: justify;
}
#news #popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#news #popup.show{
    visibility: visible;
    opacity: 1;
}
#news #popup .masking{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
#news #popup .close{
    position: absolute;
    display: block;
    width: 18px;
    right: 9%;
    top: -22px;
}
#news #popup .news-detail-box{
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
}
#news #popup.show .news-detail-box{
    visibility: visible;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
#news #popup .news-detail-box .news-detail-swiper{
    max-height: 68vh;
    overflow: scroll;
    width: 82.4%;
    margin: 0 auto;
    padding: 12px;
    background-color: #ffffff;
}
#news #popup .news-detail-swiper .news-detail-img{
    margin-bottom: 12px;
}
#news #popup .swiper-button-next,.swiper-button-prev{
    width: 28px;
    height: 60px;
    margin-top: -35px;
}
#news #popup .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: rgba(0,0,0,0.6) url("../img/icon/next.png") no-repeat center center;
    background-size: 16px auto;
    right : 0;
}
#news #popup .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: rgba(0,0,0,0.6) url("../img/icon/prev.png") no-repeat center center;
    background-size: 18px auto;
    left : 0;
}
#news #popup .news-detail .news-detail-img{
    margin-bottom: 12px;
}
#news #popup .news-detail .news-detail-txt{
    position: relative;
    /*width: 70%;*/
    width: 65%;
    float: right;
}
#news #popup .news-detail-txt dl:first-child dt{
    font-size: 14px;
    margin-bottom: 8px;
}
#news #popup .news-detail-txt dl:first-child dt em{
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
#news #popup .news-detail-txt dl:first-child dd{
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
}
#news #popup .news-detail-txt dl:last-child{
    position: relative;
    text-align: left;
    margin-top: 10px;
}
#news #popup .news-detail-txt dl:last-child dt{
    display: inline-block;
    margin-right: 10px;
}
#news #popup .news-detail-txt dl:last-child dd{
    display: inline-block;
    font-size: 12px;
}
#news #popup .news-detail-txt dl:last-child dd p{
    margin-top: 3px;
}
/*-----------------------------------------EOS俱乐部新闻---------------------------------------*/
#publication{
    background: url("../img/window_slide07_bg.jpg") no-repeat 0 0;
    background-size: cover;
}
#publication .view{
    /*max-height: 48vh;*/
    overflow-y: auto;
    overflow-x: hidden;
}
#publication .view ul{
    margin-right: -12px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

}
#publication .view ul li{
    position: relative;
    width: calc(50% - 12px);
    margin-right: 12px;
    margin-bottom: 15px;
}
#publication .view ul li a{
   display: block;
    padding-top: 100%;
    background-color: #d6d6dd;
    font-size: 12px;
    line-height: 1.3;
}
#publication .view ul li.on a{
    background-color: #d0141b;
    color: #ffffff;
}
#publication .view ul li a div{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#publication .view ul li a div time{
    display: block;
}
#publication .view ul li a div span{
    display: block;
}
#publication .view ul li a div span:nth-child(2){
    margin-bottom: 10px;
}
#publication #window-box .swiper-slide .swiper-slide img{
    width: 100%;
}
#publication #popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
}
#publication #popup.show{
    visibility: visible;
}
#publication #popup .swiper-container{
    position: absolute;
    width: 89%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-55%) scale(0);
    -moz-transform: translateY(-55%) scale(0);
    -ms-transform: translateY(-55%) scale(0);
    -o-transform: translateY(-55%) scale(0);
    transform: translateY(-55%) scale(0);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
}
#publication #popup.show .swiper-container{
    -webkit-transform: translateY(-55%) scale(1);
    -moz-transform: translateY(-55%) scale(1);
    -ms-transform: translateY(-55%) scale(1);
    -o-transform: translateY(-55%) scale(1);
    transform: translateY(-55%) scale(1);
}
#publication #popup .masking{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
#publication #popup .close{

    display: block;
    width: 28px;
}

#publication .swiper-container{
    overflow: initial;
}
#publication .swiper-container img{
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    margin: 0 auto;
}
#publication  #popup .return-btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -56px;
}
#publication .swiper-button-next{
    position: fixed;
    top: 50%;
    right: 0;
    width: 33px;
    height: 64px;
    margin-top: -32px;
    text-indent: -9999px;
    background: rgba(0,0,0,0.5) url(../img/icon/next.png) no-repeat center center;
    background-size: 12px auto;
    z-index: 100;
}
#publication .swiper-button-prev{
    position: fixed;
    top: 50%;
    left: 0;
    width: 33px;
    height: 64px;
    margin-top: -32px;
    text-indent: -9999px;
    background: rgba(0,0,0,0.5) url(../img/icon/prev.png) no-repeat center center;
    background-size: 12px auto;
    z-index: 100;
}
#publication .previous-button:hover, #publication .next-button:hover {
    background-color: #d0141b;
}
/*--------------------------------------俱乐部指南-----------------------------------*/
#guide{
    background: url(../img/window_slide05_bg.jpg) no-repeat top left;
    background-size: cover;
}
#guide .title02{
    margin-bottom: 2vh;
}
#guide .select01{
    margin-bottom: 5px;
}
/*#guide .district-detail-wrap{
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 5px;
}
#guide .district-detail-list{
    display: table;
    width: 100%;
}
#guide .district-detail-list .child{
    display: table-cell;
    vertical-align: top;
}
#guide .district-detail-list .child:first-child{
    width: 30%;
}
#guide .district-detail-list .child:first-child img{
    width: 100%;
}
#guide .district-detail-list .child:last-child{
    width: 70%;
    position: relative;
    padding-left: 10px;
    font-size: 12px;
}*/
#guide .view{
    overflow: hidden;
}
#guide .district-detail{
    /*max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;*/
}
#guide .district-detail .district-detail-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#guide .district-detail .district-detail-list {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    color: #5c5c5c;
}
#guide .district-detail .district-detail-list .child:first-child{
    background-color: #ffffff;
    padding: 8px;
    margin-bottom: 2vh;
}
#guide .district-detail-list .child:last-child dl{
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 5px;
}
#guide .district-detail-list .child:last-child dl dt{
    font-weight: bold;
}
#guide .district-detail-list .child .qrcode p{
    /*margin-bottom: 5px;*/
    /*width: 25%;*/
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    font-size: 10px;
}
#guide .district-detail-list .child .qrcode p img{
    display: block;
    width: 100%;
    margin-bottom: 6px;
}
#guide .district-detail-list .child .qrcode span{
    /*display: block;*/
    font-size: 10px;
    color: #d0141b;
}
#guide .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: rgba(0,0,0,0.6) url(../img/icon/next.png) no-repeat center center;
    background-size: 16px auto;
    right: 0;
}
#guide .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: rgba(0,0,0,0.6) url(../img/icon/prev.png) no-repeat center center;
    background-size: 18px auto;
    left: 0;
}
#guide .swiper-button-next,#guide  .swiper-button-prev {
    width: 28px;
    height: 60px;
    margin-top: -35px;
}
#guide .swiper-button-next,#guide .swiper-button-prev {
    width: 28px;
    height: 60px;
    margin-top: -35px;
}
.paging {
    margin-top: 10px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.paging li{
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    color: #5c5c5c;
    margin: 0 2px;
}
.paging li a{
    display: block;
    width: 16px;
}
.paging li.page-prev a,
.paging li.page-next a{
    padding: 3px 0;
    width: 48px;
    text-align: center;
    font-size: 12px;
    color: #444444;
    line-height: 1;
    background-color: #ffffff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.paging li.page-prev.disable a,
.paging li.page-next.disable a{
    background-color: #7d7d7d;
    color: #ffffff;
}
.paging li.page-prev.disable a:hover,
.paging li.page-next.disable a:hover{
    background-color: #7d7d7d;
    cursor: initial;
}
.paging li a:hover{
    border-bottom: 1px solid #5c5c5c;
}
.paging li.on a{
    color: #d0141b;
}
.paging li.on a:hover{
    border-bottom : none;
}
.paging li.page-prev a:hover,
.paging li.page-next a:hover{
    background-color: #d0141b;
    border-bottom : none;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}




















