html ,body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
a:link,a:visited{
    text-decoration:none;  /*超链接无下划线*/
}
a:hover{
    text-decoration:none;  /*鼠标放上去有下划线*/
}


.theme-color{
    background: #ccc;
}
.theme-white{
    background: white;
}


.margin_0{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.margin_00{
    margin: 0 0!important;
}

.padding_0{
    padding: 0 0 !important;
}

.width100{
    width: 100%;
}
.height100{
    height: 100%;
}

.textCenter{
    text-align: center;
}

.scroll{
    overflow: auto;
}

.display_inline{
    display: inline-flex;
}

/* ------------------------top meun---------------------------------------*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background:linear-gradient(90deg,#47a4e8 ,#5b6ee9);
    /* background-color: red; */
    border-radius: 0px;
}
.nav-pills>li>a:focus, .nav-pills>li>a:hover {
    color: #fff;
    background:linear-gradient(90deg,#47a4e8 ,#5b6ee9);
    /* background-color: red; */
    border-radius: 0px;
}
.nav-pills>li>a{
    /* color: white; */
    border-radius: 0px;
    color: black;
    font-size: 13px;
    padding: 5px 15px;
}
.nav-pills>li{
    padding-top: 5px;
}


/* -------------------滚动条------------------- */
::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}


/* 时间控件 */
.xdsoft_noselect { z-index:999999999 !important}

.top{
    /* background:#222222;
    color: #9d9d9d; */
    height: 51px;
    border-bottom: 2px solid #dadfe6;
}

/*上传按钮、停止按钮*/
.upgrade_stop {
    width: 150px;
    height: 42px;
}
.uploadBtn_pic div{
      width: 150px;
      height: 42px;
  }
.
.webuploader-pick {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.addCursor{
    cursor: pointer;
}


.modal-lg {
    width: 1200px !important;
}