@charset "utf-8";

html {
    height: 100%;
    width: 100%;
}
body{
    height: 100%;
    width: 100%;
    font-family: "微软雅黑,宋体";
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,img {
    border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal
}

ol,ul,li {
    list-style: none
}

caption,th {
    text-align: left
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0
}

a {
    color: #000;
    text-decoration: none
}

a:active {
    color: #000
}

.row-page{
    position: relative;
    width: 90%;
    margin-left: 30px;
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
}

.row-page .show-page{
    position: relative;
    right: 0;
}

.row-page .show-page ul{
    float: right;
}

.row-page .show-page ul li{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    cursor: pointer;
}

.row-page .show-page ul li.active{
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.row-page .show-page ul li.active a{
    color: #fff;
}

.container{
    position: relative;
    width: 95%;
    height: 95%;
    min-height: 780px;
    border: 1px solid #ccc;
    margin: 0 auto;
    overflow: hidden;
}
.page-title{
    font-size: 24px;
    color: #666;
    margin-top: 10px;
    margin-left: 20px;
}

.search-block{
    position: relative;
    width: 90%;
    border: 1px solid #ddd;
    margin-left: 30px;
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
}

.search-item{
    float: left;
    margin-left: 25px;
}

.search-title{
    float: left;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}

.search_input{
    float: left;
    margin-left: 20px;
    height: 24px;
    line-height: 24px;
    outline: 0!important;
    box-shadow: none!important;
    padding: 4px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
}

.operation-btn{
    float: left;
    height: 34px;
    line-height: 34px;
    width: 60px;
    text-align: center;
    border-radius: 2px;
    margin-left: 20px;
    color: #fff;
    cursor: pointer;
}

.operation-btn.search{
    background-color: #f3c200;
    border-color: #f3c200;
}

.operation-btn.add{
    background-color: #32c5d2;
    border-color: #32c5d2;
}

.table-list{
    position: relative;
    width: 90%;
    margin-left: 30px;
    margin-top: 20px;
    padding: 10px;
    overflow: hidden;
}

.table-box{
    position: relative;
    width: 100%;
}

.table-box tr{
    cursor: default;
    height: 24px;
    line-height: 24px;
}

.table-box tr th{
    text-align: center;
    border: 1px solid #e7ecf1;
    font-size: 14px;
    font-weight: bold;
}
.table-box tr td{
    text-align: left;
    border: 1px solid #e7ecf1;
    font-size: 14px;
    padding-left: 5px;
}

.pop-shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.75;
    z-index: 9;
}
.pop-window{
    position: fixed;
    width: 500px;
    left: 50%;
    top: 30%;
    margin-left: -250px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 9999;
}

.pop-window .pop-title{
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    border-bottom: 1px solid #e7ecf1;
}

.pop-window .pop-content{
    width: 88%;
    margin: 10px auto;
}

.pop-item{
    height: 34px;
    margin-top: 20px;
}

.pop-item .pop-name{
    float: left;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}

.pop-item .pop-input{
    float: left;
    margin-left: 20px;
    height: 24px;
    line-height: 24px;
    outline: 0!important;
    box-shadow: none!important;
    padding: 4px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    width: 333px;
}

.pop-operation{
    margin: 20px auto;
    width: 88%;
    height: 50px;
    text-align: right;
}

.pop-btn{
    float: right;
    height: 34px;
    line-height: 34px;
    width: 60px;
    text-align: center;
    border-radius: 2px;
    margin-left: 20px;
    color: #fff;
    cursor: pointer;
}

.pop-btn.submit{
    background-color: #32c5d2;
    border-color: #32c5d2;
}

.pop-btn.cance{
    background-color: #ccc;
    border-color: #ccc;
}

.left-panel{
    position: absolute;
    width: 300px;
    height: 90%;
    left: 20px;
    top: 50px;
    border: 1px solid #c5ccd4;
    box-shadow: 0 0 5px #c5c5c5;
    background-color: #fff;
}

.center-panel{
    position: relative;
    width: 400px;
    height: 90%;
    min-height: 700px;
    left: -15px;
    top: 10px;
    margin: 0 auto;
}

.right-panel{
    position: absolute;
    width: 330px;
    height: 90%;
    right: 20px;
    top: 50px;
    border: 1px solid #c5ccd4;
    box-shadow: 0 0 5px #c5c5c5;
    background-color: #fff;
}

.center-panel .mobi-pic{
    position: relative;
    top: 20px;
    width: 300px;
    height: 573px;
    margin: auto;
    background: url(/images/phone.png) no-repeat 0 0;
    background-size: cover;
    right: 0;
}

.tab-panel{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40px;
}

.tab-panel .tab-item{
    float: left;
    width: 50%;
    height: 40px;
    background-color: #ddd;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.tab-panel .tab-item.active{
    cursor: default;
    background: #fff;
    color: #4795e0!important;
}

.tab-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 92%;
    margin-top: 40px;
}

.content-iframe{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.mobi-iframe{
    position: absolute;
    top: 60px;
    left: 60px;
    width: 283px;
    height: 477px;
}

.operation-btn-box{
    position: relative;
    top: 35px;
    overflow: hidden;
    width: 300px;
    margin: 10px auto;
}

.operation-btn-box .page-btn{
    float: left;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-left: 30px;
    border-radius: 2px;
    background-color: #fff;
    color: #fff;
    cursor: pointer;
}

.operation-btn-box .page-btn.save-page{
    background-color: #32c5d2;
}
.operation-btn-box .page-btn.view-page{
    background-color: #f3c200;
}