.t-icon{
    cursor: pointer;
    margin-right: 10px;
}

.p-left-sidebar-2col .logo-link{
    display: block;
    width: 60px;
    height: 67px;
    margin: 10px auto 0 auto;
}

/*覆盖easyui样式*/
.numberbox{
    border-radius: 2px !important;
}
.numberbox input[type=text] {
    border: none;
    border-radius: 2px;
}
.datagrid-header{
    font-weight: bold;
}
.datagrid-header .datagrid-cell span {
    font-size: 14px;
}
.combo input[type=text],.spinner input[type=text]{
    border: none !important;
}
.textbox{
    border-radius: 0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-color: #aaa;
    padding: 2px 0;
    height: 20px !important;
}
.textbox-addon{
    top: 2px;
}

/* advancedSearch */
.advancedSearchForm{
    position: relative;
    width:78px;
    float: left;
}
.advancedSearchForm .advancedSearch{
    position: absolute;
    left: 0;
    top: 28px;
    width: 400px;
    background: #fff;
    z-index: 9;
    border: 1px solid #ccc;
    display: none;
}
.advancedSearchForm .searchBody{
    padding: 15px;
}
.advancedSearchForm .dialog-button{
    border-width: 1px 0 0 0;
}

.home-header{
    padding: 20px 0;
    height: 36px;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
}
.home-header .o2o-name{
    font-size: 24px;
    margin-left: 20px;
}

.home-header .header-menu{
    float: right;
    margin: 10px 30px 0 0;
}

.home-header .header-menu>li{
    float: left;
    margin: auto 5px auto;
    height: 25px;
}
.home-header .header-menu li .iconfont{
    font-size: 16px;
    line-height: 18px;
    margin-left: 5px;
}
.home-header .header-menu li span{
    float: left;
    cursor: pointer;
}

.header-menu-dropdown{
    position: relative;
    height: 25px;
}
.header-menu-dropdown:hover .menu-dropdown-box{
    display: block;
}
.menu-dropdown-box{
    width: 92px;
    position: absolute;
    top: 25px;
    left: -12px;
    padding: 0;
    background: #fff;
    display: none;
}
.menu-dropdown-box .hxtech-bubble-spike{
    right: 35px;
}
.menu-dropdown-box ul li{
    height: 25px;
}
.menu-dropdown-box ul li a{
    display: block;
    line-height: 25px;
    text-align: center;
    color: #000;
}
.menu-dropdown-box ul li a:hover{
    background: #F6F6F6;
    text-decoration: none;
}
.setting-dropdown-box{
    left: -26px;
}

.main{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 76px;
    bottom: 0;
    z-index: 5;
}
.hxtech-index-container-v1{
    width: 98%;
    border: 1px solid #ccc;
    overflow: auto;
    position: absolute;
    top: 50px;
    bottom: 15px;
    left: 1%;
}
.hxtech-index-container-v2{
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 35px;
    overflow: hidden;
}
.tip-container{
    height: 35px;
    line-height: 35px;
    background: #e4e4e4;
    padding: 0 15px;
    overflow: hidden;
}

/*主页tab中的tab样式重写*/
#home-main-tab{
    height: 100%;
    position: relative;
    float: left;
    width: 100%;
}
#home-main-tab .tabs-panels{
    position: absolute;
    top: 37px;
    bottom: 0;
    width: 100%;
}
#home-main-tab .tabs-panels>div{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 20;
}
#home-main-tab .tabs-header{
    border: none;
    background: #fff;
}
#home-main-tab .tabs{
    padding-left: 0;
    height: 34px !important;
}
#home-main-tab .tabs li{
    margin: 0 0 -1px 0;
}
#home-main-tab .tabs li.tabs-selected a.tabs-inner{
    background: #e4e4e4;
    border-bottom-color: #e4e4e4;
}
#home-main-tab .tabs li a.tabs-inner{
    width: 130px;
    padding: 7px 0;
    height: auto !important;
    line-height: normal !important;
}
#home-main-tab .tabs-title{
    font-size: 14px;
    font-weight: bold;
}
#home-main-tab .panel-body{
    padding: 0 !important;
    position: absolute;
    height: 100%;
}

.datagrid-wrap{
    border-width: 1px 0;
}

/*新增商品*/
.goodsInfo-form-group .numberbox{
    float: left;
}

.upload-img-container{
    position: relative;
    width:150px;
    height: 100px;
    margin: 5px;
    float: left;
    border: 1px solid #ccc;
}
.l-btn-icon-close{
    position: absolute;
    right: -8px;
    top: -6px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}