/*初始化样式*/
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, tbody, tfoot, thead, tr, th, td, input, button {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;
    font-size: 14px;
    border: none;
    font-weight: normal;
    /*box-sizing: border-box;*/
}

body {
    background: #ffffff;
}

li {
    list-style: none;
}

.fl {
    float: left;
    padding-top: 2px;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.w_100 {
    width: 100%;
}

.h_100 {
    height: 100%;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.inline_block {
    display: inline-block;
}

.button {
    background-color: #3f74ba;
    border: none;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    padding: 6px 18px;
    background: #3f74ba !important;
}

.button:hover {
    background-color: #448ed1;
}

.button:active {
    background-color: #448ed1;
}

/*.outer-btn {*/
    /*background: none;*/
    /*background-color: #ffffff;*/
    /*border-radius: 4px;*/
    /*border: solid 1px #3f74ba;*/
    /*color: #3f74ba;*/
/*}*/

button.outer-btn {
    background-color: #fff;
    border: 1px solid #3d7dc5;
    color: #3d7dc5;
    border-radius: 4px;
    font-size: 16px;
    padding: 6px 18px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.outer-btn:hover {
    background-color: #ebf7ff;
    border: solid 1px #1f7cba;
}

.cancle {
    background-color: #f7f7f7;
    border: solid 1px #eaeaea;
    color: #666666;
}

button + button {
    margin-left: 10px !important;
}

tr {
    /*cursor: pointer*/
}

.mytable th{
    border-bottom: 1px solid #dddddd;
}

.mytable th, td {
    font-size: 16px !important;
    height: 40px;
}

.mytable td div{
    font-size: 16px
}

.mytable td div + div{
    margin-top: 6px;
}

td {
    color: #666666 !important;
}

a {
    text-decoration: none;
}

.o_hidden {
    overflow: hidden;
}

.o_auto {
    overflow: auto;
}

.v_hidden {
    visibility: hidden;
}

.font-weight {
    font-weight: bold;
}

label input {
    width: 15px;
    height: 15px;
    vertical-align: bottom;
    margin-right: .1rem;
    opacity: 0;
}

label {
    position: relative;
}

.spot {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../../img/ic_check_checkbox.png) no-repeat;
    background-size: 18px;
    position: absolute;
    top: .2rem;
    left: 0;
    z-index: 5;
}

.ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

input:checked + .spot {
    background: url(../../img/ic_checked_checkbox.png) no-repeat;
    background-size: 18px;
}

.s_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input, textarea {
    outline: none;
    padding-left: 4px;
    font-size: 16px;
    color: #333333;
}

textarea{
    width: 98%;
    height: 150px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dddddd;
}

/*遮罩层样式*/
.page-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 200;
    height: 100%;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #cccccc;
    font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cccccc;
    font-size: 16px;
}

.pag1{
    float: left;
    width: 70% !important;
    background-color: #ffffff;
    overflow: auto;
}

.pages1{
    background-color: #d8d8d8 !important;
    border: 0px !important;
}

