/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*#cboxOverlay{background:#000;}*/
#colorbox{outline:0;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:none; width:23px; height:23px; text-indent:-9999px;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious:hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext:hover{background-position:-75px 0px;}
#cboxClose{right:0; background-position:-100px -25px;}
#cboxClose:hover{background-position:-100px 0px;}

.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}

/* cs popup */
.cs-popup #cboxClose {right:0px;top:1px;width: 63px;z-index:9999999999;zoom:1;height:46px;position: absolute;cursor: pointer;}
.cs-popup #lkClose {right:1px;top:0px;width: 63px;z-index:9999999;zoom:1;height:36px;position: absolute;cursor: pointer;}
.cs-popup #cboxMiddleLeft, .cs-popup #cboxMiddleRight,
.cs-popup #cboxTopLeft, .cs-popup #cboxTopCenter, .cs-popup #cboxTopRight,
.cs-popup #cboxBottomLeft, .cs-popup #cboxBottomCenter, .cs-popup #cboxBottomRight {
	
}
#bitcoin-cs-popup-box { display:none;}
#bitcoin-cs-popup { width:1000px;height:504px; position:relative;z-index:1; }
#bitcoin-cs-popup .action { bottom:0; position:absolute; right:0; }

/*#cboxContent{
background: url(../../images/common/tips9.jpg?=556) 0 0 no-repeat;overflow:visible;
}*/
/*弹窗*/
/*#cboxLoadedContent{
   border: 4px solid #ff0; 
    width: 1010px;
    height: 589px;
    padding-left: 6px;
    padding-top: 6px;
    background: #000;

}
.popover-box {
    position: absolute;
    left: 50%;
    top: 55%;
    margin: -320px 0 0 -500px;
    width: 1000px;
    height: 580px;
    color: #fff;
    
    background: #000;
    border-radius: 5px;
}
.modal-close{color:#f5f534;}
.popover-box .popover-title {
    color: #f5f534;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    padding: 0 50px 0 15px;
    font-weight: bold;
    margin: 0;
}

.popover-box .popover-title i {
    position: absolute;
    right: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-style: normal;
    width: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}
.popover-tab {
    position: relative;
    float: left;
    width: 300px;
    font-size: 15px;
    overflow: auto;
    background-color: #222;
}

.popover-tab li {

}
*/
.popover-tab li .tab-li {
    position: relative;
   
    height:39px;
    line-height: 39px;
    color: #f5f534!important;
    cursor: pointer;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px 0 48px;
}

.popover-tab li .tab-li span {
    position: absolute;
    top: 9px;
    /*top: 13px;*/
    left: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #f00;
    border: 1px solid #333;
    border-radius: 100px;
}

.popover-tab li .tab-li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 39px;
    content: "";
    background-color: #ADC9D9;
}

.popover-tab li:after {
    display: block;
    height: 1px;
    content: "";
    background-color: #000;
    border-top: solid 1px #222;
}

.popover-tab li.cur .tab-li {
    background-color: #105079;
    color: #fff;

}

.popover-tab li.cur .tab-li span {
    border: 1px solid #fff;
}

.popover-tab li .tab-li:hover {
    background-color: #105079;
    color: #fff;
}

.popover-tab li .tab-li:hover span {
    border: solid 1px #FFF;
}

.popover-tab li.cur .tab-li:before {
    content: "";
    display: none;
}

.tab-div-box {
    position: relative;
    width: 692px;
    height:auto;
    float: left;
}

.tab-div {

}


.tab-div:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #000;
    /*background-color: #DFDFDF;*/
    border-left: solid 1px #222;
    /*border-left: solid 1px #FFF;*/
}

.tab-div.on .tab-content {
    display: block;
    box-sizing: border-box;
}

.tab-div .tab-content {
    position: absolute;
    top: 0;
    left: 15px;
    /*width: 670px;
    height: 515px;*/
    width: 684px;
    height: 531px;
    display: none;
    overflow: scroll;
}
.tab-rolling {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 79px 26px 0 26px;
    background: url(../img/spj_tc_0315-3.png) no-repeat;
    background-size:100% 100%;
}

.tab-rol-title {
    height: 50px;
    line-height: 50px;
    font-size: 0;
    background: #000;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #999;
}

.tab-rol-title span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 25%;
    text-align: center;
}

/*.tab-rol-content {*/
    /*height: 390px;*/
    /*background: #000;*/
    /*border-radius: 0 0 10px 10px;*/
    /*-webkit-border-radius: 0 0 10px 10px;*/
    /*overflow: auto;*/
/*}*/

.tab-rol-content li {
    font-size: 0;
    height: 30px;
    line-height: 30px;
}

.tab-rol-content li span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 25%;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.myscroll {
    height: 315px;
    background: #000;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.tc-top {
    height: 50px;
    line-height: 50px;
    background: #000;
    text-align: center;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #f5f534;
}
.modal-lists {
    flex: 1;
    height: 530px;
    float: left;
    width: 300px;
   
}

.wechat {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width:300px;
    height: 238px;
    padding-top: 3px;
    background: #222 url(../../images/img/sjapp2.png?=535) no-repeat center;
}
/*.wechat {
    position: absolute;
    left: 88px;
    bottom: 9px;
    width:132px;
    height: 166px;
    padding-top: 3px;
    background: 
}*/
