.layui-tab-item.layui-show {
    -webkit-overflow-scrolling: touch;
    /* overflow-y: scroll; */
}

#loginBtn {
    display: block;
    width: 100%;
    background-color: #c81c14;
}

.point_remain {
    display: none;
    float: right;
    height: 65px;
    line-height: 65px;
    color: #595556;
}

.point_remain_item {
    padding: 0 20px;
}

.point_num {
    color: #c81c14;
}

.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover {
    background-color: #fafafa;
    color: #c81c14;
}

.layui-nav-itemed>a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
    color: #5a5655!important;
}

.layui-side .layui-nav .layui-nav-more {
    border-color: #5a5656 transparent transparent;
}

.layui-nav-tree .layui-nav-item {
    border-bottom: none;
}

.layui-nav-tree .layui-nav-item>a {
    border-bottom: 1px solid #ddd;
}

.layui-side .layui-nav .layui-nav-mored, .layui-side .layui-nav-itemed .layui-nav-more {
    border-color: transparent transparent #5a5656;
}

.layui-nav-tree .layui-nav-bar {
    background-color: #5a5657;
}

.layui-layout-admin .layui-main {
    height: 65px!important;
}

.layui-layout-admin .layui-side {
    top: 65px!important;
}

.layui-layout-admin .layui-body {
    top: 65px!important;
    ;
}

.admin-header-item .layui-nav-child {
    top: 65px!important;
}

.theme_color {
    color: #c81c14!important;
}

.bg_theme_color {
    background-color: #c81c14!important;
}

.border_theme_color {
    border-color: #c81c14!important;
}

.bg_white {
    background-color: #fff!important;
}

.bg_f0f0f0 {
    background-color: #f0f0f0!important;
    cursor: not-allowed;
}

.bg_f8f8f8 {
    background-color: #f8f8f8!important;
}

.bg_f0f0f0:hover {
    opacity: 1!important;
}

.color_555 {
    color: #555!important;
}

.border_ddd {
    border: 1px solid #ddd;
}

.edit_delete_phone, .edit_subIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px;
    border-radius: 2px;
    cursor: pointer;
    color: #c2c2c2;
}

.edit_delete_phone:hover {
    color: #fff;
    background-color: #FF5722;
}

/* .edit_subIcon:hover {
    background: #ccc;
    color: #333;
} */

.select_box {
    height: 100%;
    cursor: pointer;
}

.point_box .layui-btn {
    height: 30px;
    line-height: 30px;
}

.layui-form-item {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.layui-form-item .layui-input-inline {
    width: 310px;
}

.layui-word-aux {
    color: #fc3b3e!important;
}

.layui_edit_btn {
    width: 150px;
}

/* 修改代理商 */

.point_box, .agent_box {
    position: absolute;
    top: 101%;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

.point_box_item {
    padding: 10px 0 15px;
    line-height: 30px;
}

.point_box_item_label {
    width: 80px;
}

.point_box_item_inputWrap {
    width: 185px;
}

.point_box_item_inputWrap input, .agent_box_item_inputWrap input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 10px;
}

.agent_box {
    padding: 5px 2px;
}

.agent_box_search {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.agent_box_item_inputWrap {
    width: 230px;
}

.agent_box_searchBtn {
    float: right;
    width: 65px;
    height: 30px;
    line-height: 30px;
}

.agent_box_item_inputWrap input {
    background-color: #f8f8f8;
}

.agent_box_ul {
    height: 200px;
    overflow-y: auto;
}

.agent_box_ul li {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    color: #828282;
}

.agent_box_ul li:hover {
    background-color: #f0f0f0;
}

.content_body {
    padding: 10px 10px 0;
    background: #f0f0f0;
    border-radius: 5px;
}

.content_footer {
    padding: 10px 10px 0;
    margin-top: 10px;
    background: #f0f0f0;
    border-radius: 5px;
}

.disabled_input {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    background-color: #f8f8f8;
    border-radius: 2px;
    color: #585657;
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 隐藏、显示侧边栏  全屏按钮 */

.admin-side-toggle, .admin-side-full {
    background-color: #1a4ea0;
}

.admin-side-toggle:hover {
    background-color: #12418b;
}

.admin-nav-card>.layui-tab-title li {
    background-color: #eee;
}

.admin-nav-card>.layui-tab-title .layui-this {
    background-color: #ddd;
}

#admin-body {
    /*border-top: 5px solid #1a4ea0;*/
}

.layui-btn {
    background-color: #5a5657;
}

.layui-btn-theme-color {
    background-color: #c81c14;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #ddd;
}

.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
    /* background-color: #1a4ea0; */
    cursor: pointer;
}

.admin-nav-card>.layui-tab-title {
    border-bottom: 1px solid #ddd;
}

.layui-elem-quote {
    border-left: 5px solid #1a4ea0;
}

.layui-laypage a:hover {
    color: #c81c14;
}

.edit.checked {
    color: #1a4ea0;
}

.right_half {
    border: 1px solid #1a4ea0;
}

.right_half h3 {
    background: #1a4ea0;
}

.layui-icon.nav_item_arrow {
    position: absolute;
    right: 10px;
    font-weight: normal;
}

/* 运营商类型 */

.yunying_type {
    padding: 10px 0;
    margin: 0 -5px;
}

.yunying_type:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
}

.yunying_item {
    float: left;
    width: 32.3%;
    box-sizing: border-box;
    padding: 8px 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
}

.yunying_item_middle {
    margin: 0 1.5%;
}

.yunying_item:active {
    background: #f7f7f7;
}

.yunying_icon {
    vertical-align: middle;
    height: 16px;
    width: auto;
}

.yunying_name {
    vertical-align: middle;
    font-size: 14px;
}

#modify_user_info .masker_box {
    width: 750px;
}

.modify_masker_row {
    padding: 8px;
    line-height: 20px;
}

.masker_row_name {
    float: left;
    width: 19%;
    padding-right: 6px;
    box-sizing: border-box;
    border-right: 2px solid #ddd;
}

#modify_user_org .masker_row_name {
    width: 31.8%;
}

.masker_row_name:last-child {
    border-right: none!important;
}

.masker_row_iccid {
    float: left;
    box-sizing: border-box;
    width: 30%;
    height: 20px;
    line-height: 20px;
    border-right: 2px solid #ddd;
}

.masker_body {
    max-height: 300px;
    overflow-y: auto;
}

.masker_body_li {
    padding: 5px;
}

.masker_input_name, .masker_input_iccid {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 19%;
    height: 28px;
    margin-right: 1%;
    padding: 3px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#modify_user_org .masker_input_name {
    width: 31%;
    text-align: center;
}

.masker_input_iccid {
    width: 29%;
}

.masker_yunying_type {
    float: left;
    width: 20%;
}

.masker_delete_btn {
    float: left;
    width: 4%;
    cursor: pointer;
}

.masker_delete_btn img {
    width: 100%;
}

.masker_yunying_type_item {
    float: left;
    width: 30%;
    height: 28px;
    margin: 0 1.5%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #eee;
    line-height: 25px;
    cursor: pointer;
}

.masker_yunying_type_item:hover {
    background: #fff;
}

.masker_yunying_type_item img {
    height: 70%;
}

.input_red {
    color: #c00;
    border-color: #c00;
}

.dateType_btn {
    width: 48%;
    background: transparent;
    border: 1px solid;
}

.dateType_btn.bg_theme_color {
    color: #fff!important;
}

.header-demo .layui-nav .layui-nav-item a {
    color: #fff;
    background: #c81c14;
}

.header-demo .layui-nav .layui-nav-item a:hover, .header-demo .layui-nav .layui-this a {
    color: #fff;
    background: #c81c14;
}

.admin-nav-card>.layui-tab-title .layui-this {
    color: #c81c14;
}

.edit {
    margin: 0 6px;
    text-align: center;
    color: #c81c14;
    cursor: pointer;
}

.edit:hover {
    text-decoration: underline;
}

.arrowDown_subItem_item {
    border-radius: 3px;
    background-color: #c81c14;
}

.arrowDown_subItem_item:hover {
    opacity: 0.9;
}

.arrowDown_subItem i {
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border: 6px solid #c81c14;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.arrowDown_subItem:hover i {
    border-bottom-color: #c81c14;
}

.pointRecharge_item:last-child, .terminal_renew_item:last-child {
    margin-right: 0;
}

.pointRecharge_item.theme_color, .terminal_renew_item.theme_color {
    background-color: #fff;
    border-color: #c81c14;
}

.lock_item.on {
    background-color: #fff;
    color: #c81c14 !important;
    border-color: #c81c14 !important;
}

.layui-laypage .layui-laypage-curr em {
    color: #c81c14;
}

.refresh_btn:hover {
    color: #c81c14;
}

.layui-layout-admin .header-demo {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    height: 65px;
    background-color: #f0f0f0;
}

.home_logo {
    margin-top: 5px;
    width: 226px;
}