@charset "utf-8";

html,
body {
    background: #000000;
    color: #fff;
}

.text-omission {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

a {
    color: #fff;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

.ab-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes reo-k-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes reo-k-xcharging {
    100% {
        width: 100%;
    }
}

@keyframes reo-k-ycharging {
    100% {
        height: 100%;
    }
}

.reo-loading-animation {
    animation: reo-k-loading 1s linear infinite;
}

.mask-box {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.9;
    display: none;
    z-index: 999;
    text-align: center;
}

.mask-box .loading-img,
.mask-box .right-view-status-prompt {
    display: none;
}
.mask-box.show-loading-img,
.mask-box.show-status-prompt,
.mask-box.show-loading-img .loading-img,
.mask-box.show-status-prompt .right-view-status-prompt {
    display: block;
}
.mask-box.show-status-prompt {
    background: transparent;
}
.right-view-status-prompt {
    background-color: #222;
    color: #f7f8f9;
    font-size: 14px;
    font-weight: 400;
    min-width: 210px;
    padding: 6px 20px;
    border-radius: 6px;
}

.header_blueBG {
    background: linear-gradient(180deg, rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%);
    ;
}

.preLeft_menu_box,
.pb_menu_box {
    width: 238px;
}

.popover {
    background-image: url(../img/white_popoverBG.png);
    background-repeat: repeat-x;
}

.loginLogo {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
}

.tab-slice01,
.cetvel {
    background-image: url(../img/allbg.png);
    background-repeat: repeat-x;
}

/* ????????UI */
.fix {
    *zoom: 1;
}

.fix:after {
    display: table;
    content: '';
    clear: both;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.ml10 {
    margin-left: 10px;
}

.ml14 {
    margin-left: 14px;
}

.ml20 {
    margin-left: 20px;
}

.w120 {
    width: 120px;
}

.w333 {
    width: 333px;
}

.fix {
    *zoom: 1;
}

.fix:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.l {
    float: left;
}

.r {
    float: right;
}

.dn {
    display: none;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}


/*??????????*/
.dialog-for-copy-channel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.dialog-shade-mod {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.dialog-content-mod {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    color: #000;
    box-shadow: 3px 3px 5px #555;
    min-width: 300px;
    border-radius: 2px;
}

.dialog-content-title {
    position: relative;
    padding: 10px 10px 10px;
    background: rgb(73, 73, 73);
}

.dialog-content-title h3 {
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.dialog-content-title .ui-close {
    background-color: rgb(73, 73, 73);
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 16px;
    padding: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: 0;
}

.dialog-content-title .ui-close:hover {
    font-weight: bold;
}

.dialog-content-main {
    margin: 15px 0 10px;
    font-size: 15px;
    padding: 0 20px;
}

.dialog-content-main li {
    line-height: 26px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
}

.dialog-content-main li label {
    width: 60px;
    margin-left: 10px;
}

.dialog-content-main li input {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.dialog-content-foot {
    padding: 0 15px;
    font-size: 16px;
}

.dialog-content-foot div:first-child {
    padding: 15px 0;
    border-top: 1px solid #f1f1f1;
}

.channel-for-all-copy {
    padding: 6px 0 10px;
    border-bottom: 1px solid #f1f1f1;
}

.channel-for-all-copy input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.channel-for-all-copy label {
    position: relative;
    top: -2px;
}

.dialog-content-foot .ui-button {
    padding: 4px 34px;
    font-size: 15px;
}

.ui-point-text {
    padding: 5px 0;
}
