* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: 'Microsoft YaHei',Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

img {
    border: 0;
    vertical-align: middle;
}
li {
   list-style:none;
}
.clear {
    clear: both;
}

.shadow-box {
    box-shadow: rgba(0,0,0,.2) 0px 1px 2px;
}

.common-float-left {
    float: left;
}

.common-float-right {
    float: right;
}

.common-text-left {
    text-align: left;
}

.common-text-right {
    text-align: right;
}

.common-text-center {
    text-align: center;
}
.common-padding {
   padding: 12px;
}
.common-main-box {
    margin: 0 auto;
}

.common-width {
    width: 100%;
}
.common-height {
    height: 100%;
}
.common-height-viewport {
    position: absolute;
    top: 104px;
    bottom: 12px;
}

.common-content-box {
    background: #fff;      
    margin: 0 auto;
}

.common-container {
/*     min-width: 1340px; */
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

.common-row {
    margin-right: -12px;
    margin-left: -12px; 
}

.common-col-1, .common-col-10, .common-col-11, .common-col-12, .common-col-2, .common-col-3, .common-col-4, .common-col-5, .common-col-6, .common-col-7, .common-col-8, .common-col-9 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}

.common-col-1, .common-col-10, .common-col-11, .common-col-12, .common-col-2, .common-col-3, .common-col-4, .common-col-5, .common-col-6, .common-col-7, .common-col-8, .common-col-9 {
    float: left;
}

.common-col-12 {
    width: 100%;
}

.common-col-11 {
    width: 91.66666667%;
}

.common-col-10 {
    width: 83.33333333%;
}

.common-col-9 {
    width: 75%;
}

.common-col-8 {
    width: 66.66666667%;
}

.common-col-7 {
    width: 58.33333333%;
}

.common-col-6 {
    width: 50%;
}

.common-col-5 {
    width: 41.66666667%;
}

.common-col-4 {
    width: 33.33333333%;
}

.common-col-3 {
    width: 25%;
}

.common-col-2 {
    width: 16.66666667%;
}

.common-col-1 {
    width: 8.33333333%;
}

/*******header**********/
.common-logo {
    width:auto;
    height:42px;
    line-height: 60px;
}

    .common-logo img {
        width: 100%;
        vertical-align: middle;
    }

.common-system-name {
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-left: 12px;
}

.common-admin-name {
    background: url(../images/admin.png) no-repeat left center;
    padding-left: 24px;
    color: #fff;
    line-height: 60px;
}

    .common-admin-name:hover {
        color: #fff;
        text-decoration: underline;
    }
/*******header end**********/

/***占位空白div***/

.take-place {
    background: #fafafa;
    border: solid 1px #eeeeee;
    height: 100%;
    padding:10% 20%;
}

.take-place p {
    line-height: 42px;
}
/***占位空白div-end***/

/***************************/
/**样式中可变化的项，样式后面都有注释**/
/***************************/
.common-body {
    background-color: #f3f7fd;
}

.common-header {
    height: 60px;
    width: 100%;
    background: #005db5; /*这里可改变header背景色*/
}

.common-defined-width {
/*     width: 1340px; 这里可改变内容的宽度 */
}

/***********************************************************layout-01*********************************************************************************************/
.common-search{
}
.common-result {
     height:calc(100% - 110px);
}
.common-search-title,.common-result-title {
     width:100%;
     height:42px;
     line-height:42px;
     border-bottom:solid 1px #e3e3f2;
     padding:0 24px;
     font-size:16px;
     background:url(../images/rec.png) no-repeat 12px center;
     /*margin-bottom:10px;*/
}
.common-search-li1 {
    height:32px;
    line-height:32px;
    float:left;
    margin: 5px 0;
}
.common-search-li-left1 {
    line-height:32px;
    text-align:right;
    width:60px; 
    display:inline-block;
    padding-right:5px;
}
.common-search-li input{    /*****此样式用插件时可以删除，此处只是用作静态页面效果*****/
    height:32px;
    line-height:32px;
    border:solid 1px #d3d3d3;
    min-width:194px;
    max-width:250px;
    width:calc(100% - 140px);
    padding-left:4px;
}
.common-result-div {
   height:calc(100% - 12px);
   padding:0 12px;
}
.common-btn {
    display: inline-block;
    padding:0 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height:29px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left:12px;
}
.common-btn.active.focus, .common-btn.active:focus, .common-btn.focus, .common-btn:active.focus, .common-btn:active:focus, .common-btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .common-btn.focus, .common-btn:focus,.common-btn:hover {
        color: #333;
        text-decoration: none;
    }

    .common-btn.active, .common-btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }


.common-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.common-btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
.common-btn-primary {
    color: #fff;
    background-color: #097ff9;
    border-color: #006cfc;
}

    .common-btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }
.common-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .common-btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }
.common-btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .common-btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }
.common-btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .common-btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }
.common-btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .common-btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }
/***********************************************************layout-02*********************************************************************************************/
.common-search{
}
.common-result {
     height:calc(100% - 234px);
}
.common-search-title,.common-result-title {
     width:100%;
     height:42px;
     line-height:42px;
     border-bottom:solid 1px #e3e3f2;
     padding:0 24px;
     font-size:16px;
     background:url(../images/rec.png) no-repeat 12px center;
     /*margin-bottom:10px;*/
}
.common-long .common-col-12 input{
        max-width: calc(66.66666666% + 266px);
}
.common-long .common-col-8 input{
        max-width: calc(50% + 263px);
}
.common-search-li {
    height:32px;
    line-height:32px;
    float:left;
    margin: 5px 0;
}
.common-search-li-left {
    line-height:32px;
    text-align:right;
    width:170px; 
    display:inline-block;
    padding-right:5px;
}
.common-search-li input{    /*****此样式用插件时可以删除，此处只是用作静态页面效果*****/
    height:32px;
    line-height:32px;
    border:solid 1px #d3d3d3;
    min-width:194px;
    max-width:250px;
    width:calc(100% - 140px);
    padding-left:4px;
}
.common-result-div {
   height:calc(100% - 12px);
   padding:0 12px;
}
.common-btn {
    display: inline-block;
    padding:0 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height:29px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left:12px;
}
.common-btn.active.focus, .common-btn.active:focus, .common-btn.focus, .common-btn:active.focus, .common-btn:active:focus, .common-btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .common-btn.focus, .common-btn:focus,.common-btn:hover {
        color: #333;
        text-decoration: none;
    }

    .common-btn.active, .common-btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }


.common-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.common-btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
.common-btn-primary {
    color: #fff;
    background-color: #097ff9;
    border-color: #006cfc;
}

    .common-btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }
.common-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .common-btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }
.common-btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .common-btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }
.common-btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .common-btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }
.common-btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .common-btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }
    
.common-fwb-li {
    height:auto;
    line-height:32px;
    float:left;
    margin: 5px 0;
}

.common-fwb-li-left {
    line-height: 20px;
    text-align: right;
    width: 116px;
    display: inline-block;
    padding-right: 5px;
    float:left;
}
/***********************************************************layout-06*********************************************************************************************/
.zj_but {
    text-align: left;
    margin-left: 9px;
    margin-right: 9px;
    cursor: pointer;
    color: #0b7ffa;
    display: inline-block;
}
.k-state-selected a {
    color: white;
} 
.k-state-selected div {
    color: white;
} 