*{
    box-sizing: border-box;
}
body {
    padding: 0px;
    font-size: 13px;
    margin: 0;
}
img {
    border: 0px;
}
fieldset{
    border: 1px solid #dddddd;
}
body.body-kh-platform {
    background: url('../imgs/bgup.png') repeat;
}
h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}
.demo-info {
    background: #FFFEE6;
    color: #8F5700;
    padding: 12px;
}
.demo-tip {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    float: left;
}
.datagrid-empty {
    height: 36px;
    text-align: center;
    color: #EEEEEE;
    font-weight: bolder;
    font-size: 15px;
}
.datagrid-empty2 {
    height: 36px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    color: #90928F;
    font-size: 14px;
}
.dgrid-cell{
    background: #f6f6f6;
    float: left;
    margin: 10px;
    border: 3px solid #f6f6f6;
    box-shadow: #e0e0e0 0px 0px 3px 2px;
    position: relative;
    overflow:hidden;
}
.dgrid-cell-selected{
    border: 3px solid rgb(20, 159, 209);
}
.dgrid-cell .thumb{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
}
.dgrid-cell .thumb img{
    max-width:100%;
    max-height:calc(100% - 7px);
}
.dgrid-cell .info{
    position: absolute; 
    bottom: 29px; 
    background: rgba(0, 0, 0, 0.3); 
    color: rgb(255, 255, 255); 
    padding: 5px; 
    display: none;
}
.dgrid-cell .topinfo{
    position: absolute; 
    top: 0px; 
    background: rgba(0, 0, 0, 0.3); 
    color: rgb(255, 255, 255); 
    text-align: right; 
    padding: 5px; 
    display: none;
}
.dgrid-cell .topinfo .icon{
    text-decoration:none !important;
    color:#404040 !important;
    margin:0 8px;
}
.dgrid-cell .topinfo .icon >i{
    color:#fff;
}
.dgrid-cell .bottominfo{
    position: absolute;
    bottom:0px;
    background:rgba(0,0,0,0.3);
    color:#fff;
    padding:5px;
}

.gray {
    color: #999;
}
.gline {
    height: 1px;
    margin: 15px 0px;
    background-color: #dddddd;
    opacity: 0.3;
}
.lgline {
    height: 1px;
    background-color: #EEE;
    opacity: 0.1;
}
.fltrt {
    float: right;
}
.fltlft {
    float: left;
}
.clrflt {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.vis-panel {
    padding: 30px;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.vis-a {
    color: #47BDE5;
    text-decoration: none;
}
.header-panel {

    /*background: url(/wallpaper/blue_glow.jpg) 0 0 repeat;*/
    background: url(/imgs/hd-bg.png) 0 0 repeat;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 35px;
    font-size: 1.1em;
    border-bottom: 1px solid #000000;
}
.a {

    /*color: #1E4176;*/
    color: #000000;
}
a:link {

    /*color: #1E4176;*/

    /*color: #000000;*/
    text-decoration: none;
}

/*
a:visited {
   color: #555;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #15428b;
}
*/
.tree_node {
    font-weight: bold;
    color: #FF0000;
}
.fb {
    font-weight: bold;
}
.vik-red {
    color: red;
}
.vik-gd-row-img {
    position: relative;
    top: 3px;
}

/*************************资源管理器**************************/
.elementList {

    /*position: absolute;*/
    left: 160px;
    top: 40px;
    width: auto;
    height: 100%;
    overflow: auto;    /*border-top: 3px solid white;*/

    /*background: white !important;*/
}
.elementList .elem {
    margin: 5px;
    float: left;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    width: 150px;
    height: 110px;
    background: #F3F3F3;
    position: relative;
}
.elementList .elem img {
    border-radius: 3px;
}
.elementList .elem .name {
    margin-top: -2px;
    color: black;
    cursor: default;
}
.elementList .itemSelected {
    background: orange;
}
.elementList .itemHovered {
    background: #4c4c4c;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: tansparent;
}
.elementList .maskHovered {
    cursor: pointer;
    background: tansparent;
}
.mask-check-box-none {
    display: none;
}
.mask-check-box {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 16px;
    background: white;
}
.shadow {
    box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.8);
    -webkit-box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.8);
    -moz-box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.8);    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}
.fillet {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.border {
    border: 1px solid #666;
}
.vibutton {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background-color: #44B2D7 !important;
    color: #FFF !important;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: pointer;
    text-align: center;
}
.vibutton:hover {
    background-color: #4CC7F1 !important;
}



.hide_check_ma {
    display: none;
}
.tt_list ul li{
    margin:15px;
}
.gray {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
}
.down{
    height:10%;
    min-height: 60px;
    line-height:10%;
    overflow:hidden;
}
.down button{
    height: 32px;
    font-size: 1rem;
    width: 11%;
    margin-top: 2%;
    margin-right: 1%;
    font-family: '微软雅黑', 'Microsoft Yahei', "SimHei", "黑体", "Arial";
}
.down button:first-child{
    margin-left: 4%;
}
ul.tt_tlist{
    padding-left: 50px;
    padding-right: 50px;
}
#self-radio,#company-radio,#personal-radio{
    border-width:0px;
    font-size:24px;
    padding-right: 20px;
    color:#ebebeb;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
    overflow: visible;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: block;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background: white;
    overflow: visible;
    border-radius: 100px ;
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5) inset;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5) inset;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .5);
}
::-webkit-scrollbar-corner {
    width: 0;
    height: 0;
}
::-webkit-resizer {
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-track-piece {
}

@-webkit-keyframes anFocus {
    0%, 10%, 5% {
        background-color:#FF6A6A
    }
}
@keyframes anFlash {
    0%, 10%, 5% {
        background-color:#FF6A6A
    }
}

.anFocus {
  animation: anFocus 3s linear infinite;
  -webkit-animation: anFocus 3s linear infinite;
}


.welcome_list_ul{
    padding:0;
}
.welcome_list_ul>li{
    /*list-style: none;*/
    height:28px;
}
.welcome_list_ul>li>p{
    float:left;
    text-align: center;
    height:28px;
    width:90px;
}

/*welcome.php*/

#content {
    width: 100%;
}

#content .easyui-layout {
    height: 860px;
    width: 100%;
}

#content .first {
    height: 100px;
    width: 100%;
}
.table-item {
    width: calc(50% - 20px);
    height: 340px;
    position: relative;
    /*margin-top: 30px;*/
    margin-bottom: 20px;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    /*border: 1px solid #ccc;*/
}

.table-item:nth-child(odd) {
    margin-right:  40px;
}

.table-item .item-canvas {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
}

.table-item div.welcome_chart_img {
    width: 5px;
    height: 41px;
    background: #0096FF;
    position: absolute;
    top: 0;
    left: 0;
}

.table-item .item-canvas-left {
    margin: 0 0 0 10px;
    font-size: 16px;
    /*font-weight: 900;*/
    line-height: 40px;
}

.table-item .item-canvas-right {
    margin: 0 10px 0 0;
    font-size: 16px;
    line-height: 40px;
    float: right;
}

#welcome_chart1, #welcome_chart2, #welcome_chart3, #welcome_chart4  {
    float: left;
    height: 300px;
    width: 100%;
}
/*welcome.php*/
.widget{
    cursor:default;
}
.widget-type{

}
.widget-focused{
    __border: 1px dotted red;
    box-shadow: rgba(255,0,255,0.5) 0 0 3px 2px;
}
.tag{
    border: 1px dotted #FF0080;
    padding: 5px 8px;
    margin: 2px 2px;
}
/* template*/
.area-A{
    background: #496b80;
}
.area-B{
    background: #a3bf6d;
}
.area-C{
    background: #1ca071;
}
.area-D{
    background: #E3CF57;
}
.area-E{
    background: #FF9912;
}
.area-F{
    background: #EB8E55;
}
.area-G{
    background: #FFE384;
}
.area-H{
    background: #DAA569;
}
.area-I{
    background: #FF6100;
}
.area-J{
    background: #ED9121;
}
.area-K{
    background: #3D9140;
}
.area-L{
    background: #00FF00;
}
.area-M{
    background: #082E54;
}
.area-N{
    background: #385E0F;
}
.area-O{
    background: #00FFFF;
}
.area-P{
    background: #FCE6C9;
}
.area-Q{
    background: #FFFFCD;
}
.area-R{
    background: #808069;
}
.area-S{
    background: #708069;
}
.area-T{
    background: #808A87;
}
.area-U{
    background: #F0FFFF;
}
.area-V{
    background: #87CEEB;
}
.area-W{
    background: #4169E1;
}
.area-X{
    background: #F5F5F5;
}
.area-Y{
    background: #C0C0C0;
}
.area-Z{
    background: #292421;
}
.addorimport{
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    display: inline-flex; 
    padding: 20%;
}
.addorimport:hover{   
    background: rgba(0,0,0,0.5); 
}
.tangram-suggestion-main{
    z-index:9999;
}
#alert_msg{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    height: auto;
    max-height: 800px;
    min-height: 120px;
    text-align: left;
    background-color: rgba(233, 233, 233, 0.9);
    color: rgb(255, 255, 255);
    display: none;
    z-index: 99999;
    border-radius: 1em;
}
#hwinfo{
    word-wrap:break-word;
    word-break:break-all;
}
.slider {
    display: inline-block;
}

.item_play_layer:hover{
    background:rgba(40,160,40,1)!important;
    z-index: 10;
}

