/*欢迎页*/
.intro {
    padding: 45px;
    height: 100%;
    border-bottom: 1px solid #eee;
    background-image: url("../img/introBg.jpg");
    background-position: right bottom;
    background-size: 100% 100%;
}

.intro h1 {
    color: #333;
}

.intro h3 {
    color: #aaa;
    font-weight: normal;
}

.introButtonGroup {
    height: 100%;
    padding: 20px;
    border-right: 1px solid #eee;
}

.ibgList {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.ibgList li {
    list-style: none;
    width: 23%;
    margin: 20px 1%;
    /*height:calc(50% - 40px);*/
    float: left;
    display: table;
}

.ibgList .ibgBox {
    background-color: #f90;
    height: 100%;
    padding: 22px 22px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.ibgBox .iconfont {
    font-size: 36px;
    padding-bottom: 10px;
}

.ibgBox .iconfont img {
    width: 80px;
}

.ibgBox .ibgName {
    padding-left: 10px;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1366px) {
    .ibgList li {
        height: 40%;
    }

    .ibgList .ibgBox {
        padding: 15px 10px;
        font-size: 14px;
        vertical-align: top;
    }

    .ibgBox .iconfont {
        font-size: 32px;
        padding-bottom: 5px;
    }

    .ibgBox .iconfont img {
        width: 60px;
    }

    .ibgBox .ibgName {
        padding-left: 5px;
    }
}

/*登录首页个性化定制*/
.loginBox .loginLeft li {
    list-style: none;
}

.loginBox .loginLeft li a span {
    color: #b4cef9;
    margin-right: 5px;
}

.loginBox .loginLeft li a {
    display: block;
    width: 660px;
    color: #fff;
    clear: both;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
}

.loginBox .loginLeft ol {
    padding-left: 0px;
}


/*首页样式*/

.itemList li .menuico {
    margin-right: 10px;
    display: block;
    float: left;
    height: 40px;
    overflow: hidden;
}

.itemList li .menuico img {
    margin-top: 6px;
    width: 28px;
    height: 28px;
}

.itemList li .secficon {
    margin-right: 10px;
    display: block;
    float: left;
    height: 40px;
    overflow: hidden;
    width: 28px;
    font-size: 25px;
}

.itemList li .secficon:before {
    color: #1787b5;
    margin-left: -1px;
}

.itemList li .iconfont {
    margin-right: 10px;
    display: block;
    float: left;
    height: 40px;
    overflow: hidden;
    width: 28px;
    font-size: 25px;
}

.itemList li .iconfont:before {
    color: #1787b5;
    margin-left: -1px;
}

.pickerHeightFix{
    height: 280px!important;
}
.pickerHeightFix .x-datepicker-inner{
    height: 220px!important;
}

/********** 自定义css start********************************************************************/

.grid_row_red .x-grid-cell {
    background-color: #ff0000;
}

.grid_row_pink .x-grid-cell {
    background-color: #ffc3c3;
}

.grid_row_green .x-grid-cell {
    background-color: #c1ffc1;
}

.grid_row_yellow .x-grid-cell {
    background-color: #fff89e;
}

.grid_row_blue .x-grid-cell {
    background-color: #00c0ff;
}
.grid_row_orange .x-grid-cell {
    background-color: rgba(255, 128, 0, 0.28);
}

.grid_row_purple .x-grid-cell {
    background-color: #cc99ff;
}
.grid_row_white .x-grid-cell {
    background-color: #ffffff;
}

.grid_row_fontsize11 .x-grid-cell {
    font-size: 11px;
}

.grid_row_check_hide .x-grid-row-checker  {
    height: 0px;
    width: 15px;
    line-height: 15px;
}

.country_map {
    position: absolute;
    background-image: url(/module/resource/img/country_map.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    width: 800px;
    height: 447px;
    left: 50%;
    top: 160px;
    margin-left: -400px;
    opacity: 0.15;
    z-index: -1;
}

.country_list {
    position: absolute;
    z-index: 2;
    height: 290px;
    width: 281px;
    left: 50%;
    top: 50%;
    margin-left: -141px;
    margin-top: -175px;
}

.country_list h3 {
    margin-bottom: 0px;
}

.country_list small {
    margin-bottom: 10px;
    display: block;
    color: #999;
}

.country_list .area {
    line-height: 40px;
    cursor: pointer;
}

.country_list .area a {
    display: block;
    line-height: 40px;
}

.country_list .area img {
    margin-right: 5px;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    border-radius: 100px;
}

.country_list .Chinese-gbk img {
    background-color: #f00;
}

.country_list .English img {
    background-color: #0069d9;
}

.languageSwitch-form {
    display: none;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 999999;
}

.languageSwitch-Btn {
}

.languageSwitch-active .languageSwitch-form {
    display: block;
}

.languageSwitch-close {
    position: fixed;
    right: 10px;
    top: 10px;
    font-style: normal;
}

.switchLanguage{
    cursor: pointer;
}

.pzlist {
    clear: both;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    margin: 12px 20px 0px 20px;
    padding: 5px 18px;
    font-weight: bold;
}

.pzlist li {
    float: left;
    list-style: none;
    width: 25%;
    padding: 0px;
}
.pzlist .w40 span{
    /*padding-left: 13px;*/
    display: block;
}

.w10 {
    width: 10% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}
.w35 {
    width: 35% !important;
}
.w45 {
    width: 45% !important;
}
.w40 {
    width: 40% !important;
}

.edit-temp-table {
    clear: both;
}

.pzlist2{
    margin: 3px 0px;
    padding:0px;
}
.pzrow {
    clear: both;
    margin: 0px 10px 0px 10px;
    padding: 5px 10px;
    border-bottom: 1px dotted #eae9e9;
}

.pzrow li {
    float: left;
    list-style: none;
    width: 25%;
    line-height: 20px;
}

.lzbigTit .temp-block-top{
    border-bottom: 1px solid #dadada;
    margin: 0px!important;
    padding: 5px 20px 5px 20px!important;;
}

.pickerHeightFix{
    height: 280px!important;
}

.boardlabel {
    background-color: #04b01b;
   /* margin: 10px 20px 10px 20px;*/
    text-align: center;
}
.boardlabel .x-box-item {
    font-size: 20px;
    padding-top: 10px;
}
.boardlabelsouth {
    background-color: #04aeb0;
   /* margin: 10px 20px 10px 20px;*/
    text-align: center;
}

.shortagereport .x-form-item-label {
    font-size: 14px;
    padding-left: 0px;
}