﻿* {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    resize: none;
    font-family: 微软雅黑;
    /*font-size: 12px;*/
    /*overflow: hidden;*/
    box-sizing: content-box;
    /*color: #333333;*/
}

i {
    font-style: normal;
}

.ym-align-center {
    text-align: center;
}

.ym-align-left {
    text-align: left;
}

.ym-align-right {
    text-align: right;
}

.ym-text-red {
    color: #ff1515;
}

.ym-clear {
    clear: both;
}

.ym-hide {
    display: none;
}

.ym-page, .ym-home-page {
    background: #f2f2f2;
}

.ym-button {
    padding: 7px 13px;
    text-align: center;
    background: #16b9a9;
    border: 1px solid transparent;
    color: #fff;
    font-size: 12px;
}

.ym-button-disable {
    background: #c5c5c5;
}

.ym-wapper-mask {
    background: rgba(217, 217, 217, 0.60);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.ym-wapper {
    position: fixed;
    background: #FDFDFD;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 13px 7px #D8D8D8;
    display: none;
    user-select: none;
}

.ym-wapper-title {
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    font-size: 14px;
    min-width: 300px;
    border-bottom: 1px solid #E3E3E3;
}

.ym-wapper-loading {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../images/loading.svg) no-repeat center;
}

.ym-wapper-msg {
    text-align: center;
    padding: 30px;
    font-size: 12px;
}

.ym-wapper-msg.loading {
    padding: 30px 60px;
    padding-top: 10px;
}

.ym-wapper-frame {
    border: none;
}

.ym-wapper-btn {
    clear: both;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #E3E3E3;
    background: #fff;
}

.ym-wapper-frame-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #E3E3E3;
    position: fixed;
    bottom: 0px;
}

.ym-wapper-ok, .ym-wapper-cancel {
    margin: 10px 15px;
}

.ym-wapper-close {
    width: 50px;
    height: 50px;
    background: url(../images/close.svg) no-repeat center;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.ym-wapper-close:hover {
    background: url(../images/close_hover.svg) no-repeat center #ea1a1a;
}

.ym-header {
    height: 49px;
    width: 100%;
    background: #fdfdfd;
    color: #333333;
    border-bottom: 1px solid #eee;
}

.ym-logo {
    height: 49px;
    line-height: 50px;
    width: 150px;
    float: left;
    font-size: 16px;
    padding-left: 50px;
    cursor: pointer;
    color: #16b9a9;
}

.ym-userinfo {
    height: 49px;
    /*width: 150px;*/
    float: right;
    cursor: pointer;
}

.ym-usericon {
    display: inline-block;
    width: 40px;
    height: 49px;
    background: url(../images/account_light.svg) no-repeat center;
}

.ym-username {
    display: inline-block;
    height: 49px;
    line-height: 50px;
    padding-right: 7px;
    user-select: none;
}

.ym-exit {
    height: 49px;
    width: 49px;
    float: right;
    cursor: pointer;
}

.ym-exiticon {
    display: inline-block;
    width: 49px;
    height: 49px;
    background: url(../images/poweroff.svg) no-repeat center;
}

.ym-setting {
    height: 49px;
    width: 49px;
    float: right;
    cursor: pointer;
}

.ym-settingicon {
    display: inline-block;
    width: 49px;
    height: 49px;
    background: url(../images/cog.svg) no-repeat center;
}

.ym-helper {
    height: 60px;
    width: 60px;
    float: right;
    cursor: pointer;
}

.ym-helpericon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/file_download.svg) no-repeat center;
}

.ym-header-banner {
    height: 55px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 5px solid #00203F;
    display: inline-block;
    cursor: pointer;
}

.ym-title {
    font-size: 16px;
    width: 1280px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #D8D8D8;
    font-weight: bold;
}

.ym-list {
    width: 1280px;
    margin: 0 auto;
}

.ym-list-item {
    height: 60px;
    width: 250px;
    display: inline-block;
    margin: 10px 30px;
    cursor: pointer;
}

.ym-list-item-text {
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    text-shadow: 1px 1px 1px #E0E0E0;
}

.ym-list-item-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/all.svg) no-repeat center;
}

.ym-list-item:hover .ym-list-item-text {
    color: #3C88D2;
    text-shadow: 1px 1px 1px #C2DAF1;
}

.ym-list-item:hover .ym-list-item-icon {
    background: url(../images/all_hover.svg) no-repeat center;
}

.ym-input {
    border: 1px solid #E3E3E3;
    padding: 5px 13px;
}

.ym-input:focus {
    border-color: #16b9a9;
    box-shadow: 0 0 7px 1px #E1E1E1;
}

.ym-textarea {
    border: 1px solid #E3E3E3;
    padding: 5px 13px;
    height: 64px;
    overflow-y: auto;
}

.ym-textarea:focus {
    border-color: #16b9a9;
    box-shadow: 0 0 7px 1px #E1E1E1;
}

.ym-input-disable {
    cursor: default;
    background: #e9e9e9;
}

.ym-frame {
    display: none;
    border: none;
}

.ym-frame.show {
    display: block;
}

.ym-page-title {
    font-size: 21px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    margin-top: 50px;
    font-weight: bold;
    color: #428BCA;
}

.ym-grid-toolbar {
    /*width: 1280px;*/
    margin: 0 auto;
    text-align: left;
    height: 35px;
    line-height: 35px;
    padding: 15px 0px 0px 0px;
    /*border-bottom: 1px solid #E3E3E3;*/
}

.ym-grid-toolbar-item-margin {
    width: 15px;
    display: inline-block;
}

.ym-toolbar-btn {
    padding: 5px 13px;
    text-align: center;
    background: #16b9a9;
    border: none;
    cursor: pointer;
    color: #fff;
    border: 1px solid transparent;
    margin-top: 6px;
}

.ym-toolbar-btn.green {
    background: #cae387;
    color: #516829;
    text-shadow: 1px 1px 1px #dff4bc;
    border-color: #95b959;
}

.ym-toolbar-btn.red {
    background: #f997b0;
    color: #833640;
    text-shadow: 1px 1px 1px #fdbcc7;
    border-color: #d96d7c;
}

.ym-toolbar-btn.yellow {
    background: #ffd974;
    color: #986a39;
    text-shadow: 1px 1px 1px #fbe5ac;
    border-color: #e6b650;
}

.ym-toolbar-btn.blue {
    background: #aae5f7;
    color: #41788c;
    text-shadow: 1px 1px 1px #bfeafb;
    border-color: #6fb1c7;
}

.ym-toolbar-btn.lastbtn {
    margin-right: 25px;
}

.ym-toolbar-btn.disable {
    background: #a1a1a1;
    border-color: #8f8f8f;
}

.ym-toolbar-backlink {
    float: left;
    margin-left: 25px;
}

.ym-toolbar-input {
    border: 1px solid #E3E3E3;
    padding: 5px 13px;
    height: 20px;
}

.ym-toolbar-input:focus {
    border-color: #bfbfbf;
    box-shadow: 0 0 7px 1px #E1E1E1;
}

.ym-grid-toolbar-title {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 180px;
    text-align: center;
    background: #092e50;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.ym-grid-body {
    /*width: 1280px;*/
    margin: 0 auto;
    margin-top: 15px;
}

.ym-grid-mini-body {
    margin: 0 auto;
    margin-top: 35px;
}

.ym-grid-table {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 12px;
}

.ym-grid-td, .ym-grid-th {
    padding: 8px 15px;
    border: 1px solid #bfbfbf;
    word-break: break-all;
}

.ym-grid-th {
    background: #2a5c85;
    color: #fff;
    border-bottom: none;
    font-weight: normal;
    user-select: none;
}

.ym-grid-summary .ym-grid-td {
    background: #F1F1F1;
}

.ym-grid-pager {
    /* width: 1280px;  默认宽度,js设置,测试暂用样式 */
    height: 50px;
    margin-top: 15px;
    font-size: 12px;
}

.ym-grid-pager-btn {
    height: 50px;
    float: left;
    display: inline-block;
}

.ym-pager-button {
    padding: 5px 13px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #E1E1E1;
    float: left;
}

.ym-pager-button.ym-pager-button-setcol {
    float: none;
}

.ym-grid-pager-pagecount {
    float: left;
    padding: 5px 13px;
}

.ym-grid-pager-info {
    height: 50px;
    float: right;
    display: inline-block;
}

.ym-grid-pager-datacount, .ym-grid-pager-pagesize {
    float: right;
    padding: 5px 13px;
}

.ym-grid-row-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.ym-grid-head .ym-grid-row-icon.uncheck, .ym-grid-row.uncheck .ym-grid-row-icon {
    background: url(../images/uncheck.svg) no-repeat;
}

.ym-grid-head .ym-grid-row-icon.check, .ym-grid-row.check .ym-grid-row-icon {
    background: url(../images/check.svg) no-repeat;
}

.ym-grid-row.check {
    position: relative;
    box-shadow: 0 0 13px 7px #D8D8D8;
    -moz-box-shadow: 0 0 13px 7px #D8D8D8;
    -webkit-box-shadow: 0 0 13px 7px #D8D8D8;
    background: #fff;
}

.ym-grid-cell {
    position: relative;
    left: 0px;
}

.ym-grid-autoscroll {
    width: 1280px;
    overflow: auto;
}

.ym-grid-sort {
    cursor: pointer;
}

.ym-grid-icon-sort {
    width: 16px;
    height: 16px;
    float: right;
    display: block;
    background: url(../images/sort_default.svg) no-repeat;
}

.ym-grid-icon-sort.down {
    background: url(../images/sort_down.svg) no-repeat;
}

.ym-grid-icon-sort.up {
    background: url(../images/sort_up.svg) no-repeat;
}

.ym-grid-text-red {
    color: #ea1a1a;
}

.ym-grid-mini-wapper-btn {
    text-align: center;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #E3E3E3;
}

.ym-grid-menu {
    position: fixed;
    background: #FDFDFD;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 13px 7px #D8D8D8;
    display: none;
    user-select: none;
    padding: 5px 0px;
}

.ym-grid-menu .ym-grid-menu-item {
    height: 30px;
    line-height: 30px;
    /*border-bottom: 1px solid #bfbfbf;*/
    background: #FDFDFD;
    width: 130px;
    text-align: center;
}

.ym-grid-cell-setbox {
    width: 300px;
    height: 400px;
    position: fixed;
    background: #FDFDFD;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 13px 7px #D8D8D8;
    padding-top: 10px;
    display: none;
}

.ym-grid-cell-setbox-itembox {
    height: 350px;
    width: 300px;
    overflow-y: auto;
}

.ym-grid-cell-setbox-btnbox {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #E3E3E3;
}

.ym-grid-cell-setbox-item {
    width: 200px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}

.ym-grid-cell-setbox-item em.ym-all-icon {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
}

.ym-grid-cell-setbox-item em.disable {
    cursor: not-allowed;
}

.ym-grid-cell-setbox-item-text {
    width: 170px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.ym-grid-cell-setbox-btnbox button {
    margin-top: 9px;
}

.ym-form {
    /*width: 1280px;*/
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 12px;
}

.ym-form .ym-form-item {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    padding: 5px;
}

.ym-select-li {
    position: fixed;
    display: none;
    border: 1px solid #E1E1E1;
    overflow-y: auto;
    max-height: 300px;
    box-shadow: 0 0 7px 1px #E1E1E1;
    background: #FDFDFD;
}

.ym-select-li-item {
    min-height: 30px;
    max-width: 400px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
}

.ym-select {
    border: 1px solid #E3E3E3;
    padding: 5px 13px;
    cursor: pointer;
}

.ym-select:focus {
    border-color: #16b9a9;
    box-shadow: 0 0 7px 1px #E1E1E1;
}

ym-check {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    padding-left: 28px;
    background: url(../images/input_uncheck.svg) no-repeat left center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

ym-check.check {
    background: url(../images/input_check.svg) no-repeat left center;
}

ym-switch {
    display: inline-block;
    min-width: 50px;
    height: 28px;
    background: url(../images/input_switch_close.svg) no-repeat center;
    cursor: pointer;
}

ym-switch.open {
    background: url(../images/input_switch_open.svg) no-repeat center;
}

.ym-form-lable {
    display: inline-block;
    float: left;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    text-align: right;
}

.ym-form-text {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    text-align: right;
}

.ym-date {
    border: 1px solid #E3E3E3;
    padding: 0px 13px;
    height: 26px;
    line-height: 26px;
    width: 131px;
}

.ym-date:focus {
    border-color: #16b9a9;
    box-shadow: 0 0 7px 1px #E1E1E1;
}

.ym-date::-webkit-inner-spin-button {
    display: none;
}

.ym-date::-webkit-calendar-picker-indicator {
    margin-right: 5px;
    margin-top: 2px;
}

.ym-pager-pagesize {
    margin-left: 10px;
    margin-right: 10px;
}

.ym-grid-pager input.ym-select {
    width: 40px;
}

.ym-left {
    width: 230px;
    background: #20222a;
    float: left;
    overflow: auto;
}

.ym-nav-left .ym-nav-left-title {
    height: 50px;
    line-height: 50px;
    color: #bbbcbe;
    background: #20222a;
    font-size: 13px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    /*border-bottom: 3px solid #0F406F;*/
}

.ym-nav-left .ym-nav-left-panel {
    display: none;
}

.ym-nav-icon {
    height: 50px;
    width: 35px;
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 5px;
}

.ym-nav-left .ym-nav-left-item {
    height: 35px;
    line-height: 35px;
    color: #bbbcbe;
    background: #16181d;
    font-size: 12px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.ym-nav-close {
    background: url(../images/nav_close.svg) no-repeat center;
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: 15px;
    left: 180px;
    cursor: pointer;
}

.ym-nav-close.open {
    background: url(../images/nav_open.svg) no-repeat center;
    left: 30px;
}

.ym-tabs {
    height: 40px;
    background: #fdfdfd;
    border-bottom: 1px solid #eee;
}

.ym-tab {
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #eee;
    float: left;
    padding-left: 15px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.ym-tab.current {
    background: #FDFDFD;
    color: #16b9a9;
}

.ym-tab.ym-tab-noclose {
    padding-right: 15px;
}

.ym-tab-close {
    display: inline-block;
    width: 15px;
    height: 15px;
    float: right;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: url(../images/tab_close.svg) no-repeat center;
    cursor: pointer;
}

.ym-tab-close:hover {
    background: url(../images/tab_close_current.svg) no-repeat center;
}

/*.ym-tab.current .ym-tab-close {*/
/*    background: url(../images/tab_close_current.svg) no-repeat center;*/
/*}*/

.ym-overflow-y {
    overflow-y: auto;
}

.ym-overflow-x {
    overflow-x: auto;
}

.ym-all-icon-page {
    background: #3B628A;
}

.ym-icon-box {
    width: 1336px;
    margin: 0 auto;
    margin-top: 50px;
}

.ym-all-icon-view {
    width: 130px;
    height: 94px;
    display: inline-block;
}

.ym-all-icon-view:hover {
    background: #8BA3BB;
}

.ym-all-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.ym-all-icon-text {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FDFDFD;
    font-weight: bold;
}

.ym-all-icon.account {
    background: url('../images/account_light.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.all {
    background: url('../images/all.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.all_hover {
    background: url('../images/all_hover.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.check {
    background: url('../images/check.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.check.disable {
    background: url('../images/check_disable.svg') no-repeat center;
}

.ym-all-icon.close {
    background: url('../images/close.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.close_hover {
    background: url('../images/close_hover.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.cog {
    background: url('../images/cog.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.input_check {
    background: url('../images/input_check.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.input_switch_close {
    background: url('../images/input_switch_close-bnk.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.input_switch_open {
    background: url('../images/input_switch_open-bnk.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.input_uncheck {
    background: url('../images/input_uncheck.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.nav_close {
    background: url('../images/nav_close.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.nav_open {
    background: url('../images/nav_open.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.poweroff {
    background: url('../images/poweroff.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.tab_close {
    background: url('../images/tab_close.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.tab_close_current {
    background: url('../images/tab_close_current.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.uncheck {
    background: url('../images/uncheck.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.user {
    background: url('../images/user.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.loginuser {
    background: url('../images/loginuser.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.loginpwd {
    background: url('../images/loginpwd.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.loading {
    background: url('../images/loading.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.loading_light {
    background: url('../images/loading_light.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.filedownload {
    background: url('../images/file_download.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-all-icon.filedownload_hover {
    background: url('../images/file_download_hover.svg') no-repeat center;
    width: 64px;
    height: 64px;
}

.ym-file {
    border: 1px solid #E3E3E3;
    display: inline-block;
    height: 26px;
}

.ym-file-btn {
    height: 26px;
    line-height: 26px;
    width: 60px;
    text-align: center;
    background: #16b9a9;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.ym-file-src {
    height: 26px;
    line-height: 26px;
    text-align: left;
    padding-left: 10px;
    display: inline-block;
    user-select: none;
    cursor: pointer;
}

.ym-perview-mask {
    background: rgba(10, 10, 10, 0.60);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.ym-perview {
    position: fixed;
    background: #FDFDFD;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 10px 4px #ABABAB;
}

.ym-steptabs .ym-steptabs-title {
    height: 80px;
    overflow-x: auto;
    background: #eaeaea;
}

.ym-steptabs .ym-steptabs-title .ym-steptabs-tab {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    padding: 0 15px;
    color: #000;
    user-select: none;
    cursor: default;
}

.ym-steptabs .ym-steptabs-title .ym-steptabs-tap {
    cursor: pointer;
}

.ym-steptabs .ym-steptabs-title .ym-steptabs-notap {
    color: #B0B0B0;
}

.ym-photo {
    width: 300px;
    height: 300px;
}
