@charset "UTF-8";
/**  工具类**/
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.hide {
    display: none;
}

.btn-primary {
    padding: 0px 7px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #52a0e8;
    white-space: nowrap;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear;
    behavior: url(../PIE-1.0.0/PIE.htc);
    position: relative;
    z-index: 2;
    /*background: linear-gradient(180deg, #52a8ff, #2484ea);*/
    background: #2D8BF0 ;
}


.btn-primary:hover {
    /*background: linear-gradient(180deg, #5cadff, #2d8cf0);*/
    background: #32A0FF  ;
}


.btn-primary:active {
    background: #1e84ed;
}

.btn-warning {
    padding: 0px 7px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #2D8BF0;
    white-space: nowrap;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear;
    background-color: #2D8BF0;
    behavior: url(../PIE-1.0.0/PIE.htc);
    position: relative;
    z-index: 2;
    /*background: linear-gradient(180deg, #ffc64b, #f29a00);*/
    /*background: #f29a00 \9;*/

}

.btn-warning:hover {
    /*background: linear-gradient(180deg, #ffcf67, #f6a10e);*/
    background: #32A0FF;
}

/*.btn-warning:active {
    background: #f39d04;
}*/

.btn-error {
    padding: 0px 7px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #2D8BF0;
    white-space: nowrap;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear;
    background-color: #2D8BF0;
    behavior: url(../PIE-1.0.0/PIE.htc);
    position: relative;
    z-index: 2;
}

.btn-error:hover {
    /*background: linear-gradient(180deg, #fb9774, #f76b3a);*/
    /*background: #32A0FF \9;*/
    background: #32A0FF ;
}

.btn-error:active {
    background: #32A0FF;
}

.btn-success {
    padding: 0px 7px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #2D8BF0;
    white-space: nowrap;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear;
    background-color: #2D8BF0;
    behavior: url(../PIE-1.0.0/PIE.htc);
    position: relative;
    z-index: 2;
    /*background: linear-gradient(180deg, #02c184, #03a370);*/
}

.btn-success:hover {
    /*background: linear-gradient(180deg, #03db96, #04bc82);*/
    background: #32A0FF
}

.btn-success:active {
    background: #32A0FF;
}

.btn-defort {
    padding: 0px 7px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #dddee1;
    white-space: nowrap;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear;
    background-color: #f7f7f7;
    behavior: url(../PIE-1.0.0/PIE.htc);
    position: relative;
    z-index: 2;
    color: #495060;
}

.btn-defort:hover {
    color: #57a3f3;
    background-color: #fff;
    border-color: #57a3f3;
}

.btn-defort:active {
    color: #2b85e4;
    background-color: #fff;
    border-color: #2b85e4;
}

.disabled {
    background: rgba(163, 168, 168, 0.4) !important;
    border: #fff;
    cursor: no-drop
}

.btn-circle {
    width: 26px;
    height: 26px;
    padding: 0;
    border-radius: 50%;
    line-height:26px;
    font-size: 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    behavior: url(../PIE-1.0.0/PIE.htc);
    position: relative;
    z-index: 2;
}
.disable-export {
    pointer-events: none;
}
.mentu-drapdown {
    position: absolute;
    top: 50px;
    left: -30px;
    width: inherit;
    max-height: 200px;
    overflow: auto;
    margin: 5px 0;
    padding: 5px 0;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    z-index: 900;
}

.mentu-drapdown li {
    margin: 0;
    line-height: normal;
    padding: 7px 16px;
    clear: both;
    color: #495060;
    font-size: 12px !important;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.mentu-drapdown li:hover {
    background: #f3f3f3;
}

.main-content__nav {
    height: 26px;
    overflow: hidden;
    margin-left: 12px;
    border-bottom: 1px solid #dcdcdc;
}

.main-content__nav li {
    height: 26px;
    line-height: 26px;
    margin: 0 3px;
    padding: 0 10px;
    background: #ffffff;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    border-bottom: none;
}

.main-content__nav li.tabTitLi {
    background: #52a8ff;
    color: #fff;
    border-color: #52a8ff;
}

html, body {
    height: 100%;
    min-width: inherit;
    position: relative;
    overflow: hidden;
}

.main-head {
    height: 40px;
    line-height: 40px;
    background: #7A7A7A;
    color: #F8F8F8;
    width: 100%;
}

.main-head .main-navicon-con {
    width: 52px;
    text-align: center;
    cursor: pointer;
    float: left;
}

.main-head .header-middle-con {
    float: left;
    padding: 0 10px;
}

.main-head .header-middle-con .main-breadcrumb {
    font-size: 14px;
}

.main-head .header-middle-con .main-breadcrumb a {
    color: inherit;
}

.main-head .header-middle-con .main-breadcrumb span {
    color: rgba(255, 255, 255, 0.7);
}

.main-head .header-middle-con .main-breadcrumb > span:last-child {
    font-weight: 700;
    color: #495060;
}

.main-head .header-avator-con {
    float: right;
    height: 100%;
    width: 250px;
}

.main-head .header-avator-con .icon-nomall {
    width: 50px;
    text-align: center;
    cursor: pointer;
}
.user-mentu {
    float: right;
    margin-right: 26px;
    cursor: pointer;
    position: relative;
}

.myDetails {
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.myDetails ul {
    position: absolute;
    top: 50px;
    left: -78px;
    z-index: 1000;
    background: #fff;
    color: #333;
    width: 240px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    display: none;
}

.myDetails ul li {
    float: left;
    width: 50%;
    text-align: center;
    height: 114px;
    box-sizing: border-box;
    cursor: pointer;
}

.myDetails ul li:hover {
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1)
}

.myDetails ul li:active {
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.2)
}

.myDetails ul li i {
    display: block;
    width: 100%;
    font-size: 30px;
    margin-top: 6px;
    color: #52a0e8;
}

.myDetails ul li.o {
    border-right: 1px solid #dcdcdc;
}

.myDetails ul li.t {
    border-bottom: 1px solid #dcdcdc;
}

.main-head .tags-con {
    position: absolute;
    height: 38px;
    line-height: 36px;
    background: #fff;
    width: 100%;
    border-bottom:2px solid #EAEBEE;
    color:#515A6D
}

/*.main-head .tags-con .tags-outer-scroll-con {
    position: relative;
    box-sizing: border-box;
    padding-right: 120px;
    width: 100%;
    height: 100%;
}*/

.close-all-tag-con {
    text-align: center;
    width: 100px;
    font-size: 14px;
    color: #515A6D;
    background: #fff;
    position: relative;
    z-index: 2;
}
 .tags-inner-scroll-body {
    position: absolute;
    padding: 0 10px;
    overflow: visible;
    white-space: nowrap;
    transition: left .3s ease;
}

.tags-inner-scroll-body .ivu-tag {
    height: 18px;
    /*border: 1px solid #cccccc;*/
    line-height: 18px;
    display: inline-block;
    margin-left:4px ;
    padding: 0 6px;
    border-radius: 2px;
    background: #eee;
    font-size: 12px;
    vertical-align: middle;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
    color: #495060;
}
.tags-inner-scroll-body .ivu-tag.active span {color:#0075FF }
.tags-inner-scroll-body .ivu-tag.active .iconfont {color:#0075FF }
.tags-inner-scroll-body .ivu-tag.active {
    border-color: #ffb71d;
    background: #daefff;
}
.ivu-tag-text{margin-right: 4px}
.main {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 60px;
    left: 210px;
}

.main.big {
    left: 75px;
}

.main-body {
    position: absolute;
    top: 0px;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #fff;
}

/*.main-body:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../../tpl/baseData/images/mianBg.png);
}*/

.main-body-search .main-body-select {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    color: #495060;
    font-size: 14px;
    line-height: normal;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    border: 1px solid #dddee1;
    transition: all .2s ease-in-out;
    height: 28px;
}

.main-body-searchTag {
    margin-top: 8px;
    height: 22px;
    position: relative;
    overflow: hidden;
}

.main-body-searchTag ul {
    float: left;
    display: inline;
    white-space: nowrap;
    width: 100%;
    padding-right: 70px;
    overflow-x: auto;
    box-sizing: border-box;

}

.main-body-searchTag .tag {
    height: 18px;
    border: 1px solid #ddd;
    line-height:18px;
    display: inline-block;
    margin: 2px 4px 2px 0;
    padding: 0 8px;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
    vertical-align: middle;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
    color: #495060;

}

/*.main-body-searchTag .tag span{
  overflow: hidden;
  max-width: 100px;
  text-overflow: ellipsis;
}*/
.main-body-searchTag .tag.active {
    border-color: #ffb71d;
    background: #faf0d7;
}

.main-body-searchTag .tab-con {
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    text-align: center;
    width: 70px;
    height: 100%;
    line-height: 22px;
    background: white;
    box-shadow: -3px 0 15px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.main-body-searchTag .tab-con .tab-con-i {
    cursor: pointer;
    transition-duration: 0.2s;
}

.main-body-searchTag .tab-con .tab-con-i:hover {
    color: #52a8ff;
}

.main-page {
    position: absolute;
    bottom: 0px;
}

.main-body-btnbox {
    margin: 10px 0 10px 0;
}

.main-table {
    overflow-y: auto;
    overflow-x: auto;
    position: absolute;
    top: 110px;
    left: 15px;
    bottom: 50px;
    right: 15px;
}

.main-table table {
    background: #ffffff;
    width: 100%;
}

.main-table table thead {
    border-top: 1px solid #dcdcdc;
}

.main-table table thead th, .main-table table thead td {
    color: #2D8BF0;
    /*background: linear-gradient(to bottom, #fefefe, #efefef);*/
    background: #DAEFFF;
    background: #efefef \9;
    border: 1px solid #B9E0FF;
    font-weight: 900;
}

.main-table table th, .main-table table td {
    height: 24px;
    line-height: 24px;
    border: 1px solid #B9E0FF;
    text-align: center;
    background: #ffffff;
}

.main-table table th.fixLeft, .main-table table td.fixLeft {
    box-shadow: 5px 0px 5px -5px rgba(0, 0, 0, 0.6);
}

.main-table table th.w-50, .main-table table td.w-50 {
    min-width: 50px !important;
    width: 50px !important;
}

.main-table table th.w-80, .main-table table td.w-80 {
    min-width: 80px !important;
    width: 80px !important;
}

.main-table table th.w-100, .main-table table td.w-100 {
    min-width: 100px !important;
    width: 100px !important;
}

.main-table table th.w-120, .main-table table td.w-120 {
    min-width: 120px !important;
    width: 120px !important;
}

.main-table table th.w-140, .main-table table td.w-140 {
    min-width: 140px !important;
    width: 140px !important;
}

.main-table table th.w-160, .main-table table td.w-160 {
    min-width: 160px !important;
    width: 160px !important;
}

.main-table table th.w-180, .main-table table td.w-180 {
    min-width: 180px !important;
    width: 180px !important;
}

.main-table table th.w-200, .main-table table td.w-200 {
    min-width: 200px !important;
    width: 200px !important;
}

.main-table table th, .main-table table td {
    white-space: nowrap;
    padding: 0 5px
}

#clomesWindow .waypoint-content .fl {
    width: 30%;
    overflow: hidden;
}

#clomesWindow .waypoint-content .fl label, #clomesWindow .waypoint-content .fl input {
    float: left;
}

#clomesWindow .waypoint-content .fl label {
    width: 60%;
    text-align: right;
    padding-right: 8px;
}

#clomesWindow .waypoint-content .fl input {
    width: 14px;
    height: 14px;
    margin-top: 10px;
}

.waypoint-content li {
    position: relative;
    overflow: hidden;
}

.waypoint-content li div.error {
    color: #ed3f14;
    position: absolute;
    bottom: 16px;
    width: 100%;
    height: 1px;
    font-size: 11px;
    right: 10px;
}

.waypoint-content input.error, .waypoint-content li select.error {
    border-color: #ed3f14;
}

.lobby-box-list .select2-container {
    z-index: 2000000;
    width: 145px !important;
}
#clomesWindow{display: none}
.link {
    color: #52a0e8 !important;
    text-decoration: underline !important;
}

.main-table table tbody tr:nth-child(even) td , .fl table tbody tr:nth-child(even) td{
    background: #EFF8FF;
}
div.error {
    z-index: 999999999;
}
