/*
    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:hidden!important; 
    -webkit-overflow-scrolling: touch;
    z-index:99999999;}
#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{z-index:9999999;
    box-sizing:content-box; -moz-box-sizing:content-box; overflow: hidden;
    -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:43px;top:19px;width: 60px;
    z-index:9999999;zoom:1;height:60px;position: absolute;cursor: pointer;}
.cs-popup #lkClose {right:13px;top:12px;width: 38px;z-index:9999999;zoom:1;height:28px;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;}
/*#colorbox{
    background: transparent;
    box-shadow: 0 0 25px rgba(0, 0, 0, 1);
}*/
#cboxContent{ 
/*background: url(../../images/common/tips32.png) 0 0 no-repeat;*/
overflow:hidden;}
#bitcoin-cs-popup { width:1000px;height:678px; position:relative;

     background: transparent;
    /*box-shadow: 0 0 25px rgba(0, 0, 0, 1);*/
    /*border-radius: 5px;*/
}
#bitcoin-cs-popup .action { bottom:0; position:absolute; right:0; }

/*弹窗*/
/*弹窗*/
.cs-popup {
    display:none;
}
.popover-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -320px 0 0 -402px;
    width: 860px;
    height: 550px;
    color: #222;
    overflow: hidden;
    background: #03503C;
    box-shadow: 0 0 25px rgba(0, 0, 0, 1);
    border-radius: 5px;
    /*margin: -320px 0 0 -500px;
    width: 1042px;
    height: 678px;
    color: #222;
    overflow: hidden;
    background: #F8F8F8;
    box-shadow: 0 0 25px rgba(0, 0, 0, 1);
    border-radius: 5px;*/
 
}

.popover-box .popover-title {
    position: relative;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    padding: 0 50px 0 15px;
    font-weight: normal;
    border-top: solid 3px #21c083;
    margin: 0;
    background: #03503C;
}

.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: 265px;
    height: 100%;
    font-size: 15px;
    overflow: auto;
    background-color: #03503C;

}

.popover-tab li {

}

.popover-tab li .tab-li {
    position: relative;
    height: 48px;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px 0 48px;
}

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

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

.popover-tab li:after {
    display: block;
    height: 1px;
    content: "";
    background-color: #21c083;
    /*border-top: solid 1px #FFF;*/
}

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

}

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

.popover-tab li .tab-li:hover {
    background-color: #2E7355;
    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: 590px;
    height: 490px;
    float: left;
}



.tab-div  {
    display: none;
}

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

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

.tab-div .tab-content {
    position: absolute;
    top: 0;
    left: 0px;
    width: 670px;
    height: 539px;
    /*padding: 15px 0;*/
    overflow: auto;
    box-sizing: border-box;

}



.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,.msg-row{
    background: #000；
    width:618px;
}
.tab-rol-content li {
    font-size: 0;
    height: 30px;
    line-height: 30px;
}
.msg-row1{
    
}
.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;
}

.myscroll1 {
    /*height:326px;*/
    position: absolute;
    background: #000;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}
.tab-rolling {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 79px 26px 0 26px;
    background: url(../../images/common/yl1.gif?=3333) no-repeat;
    background-size:100% 100%;
}
.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;
}
/*th, td {
    border: 1px solid #808080;
}*/
.table19 td ,.table19 th{
 height: 34px!important;
 line-height: 34px!important;
}