* {
    box-sizing: border-box;
}
.ys-alert-area strong,
h1, h2, h3, h4, h5, h6,
address, caption, cite, code, dfn, optgroup, var {
    font-style: normal;
    font-weight: 400
}
html, body {
    overflow: hidden;
    position: relative;
    min-width: 1180px;
    box-sizing: border-box;
}
a {
    text-decoration: none
}
html, body, .height_100 {
    height: 100%;
}

a:focus {
    outline: none;
} 
blockquote, body, dd, dl, dt, fieldset, h1, h2, h3, h4, h5, h6, hr,
input, li, ol, p, pre, select, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "Microsoft YaHei";
}

textarea{
    outline: none;
    border: 1px solid #e5e5e5;
}
 
form .form-control {
    position: relative;
    border: 1px solid #e5e5e5 !important;
    text-indent: 10px;
}
 
form .form-control:before {
    content: '';
    position: absolute;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*兼容IEinput框出现X的问题*/
input::-ms-clear{display:none;}
/* 兼容火狐浏览器的select下拉框样式 */
@-moz-document url-prefix() {
    select.form-control {
        -moz-appearance: none;
 
        appearance: none;
        
        background-image: url(/commons/images/daosanjiao.png);
        
        background-repeat: no-repeat;
        
        background-position: calc(100% - 7px) 50%;
        
        /* background-size: 5% auto; */
        
        border-radius: 3px;
        
        padding: 0;
    }
}
ol, ul {
    list-style: none;
}
 
 
input[type=radio], input[type=checkbox] {
    display: none;
    cursor: pointer
}
 
input[type=radio]:active, input[type=radio]:focus, input[type=checkbox]:active,
    .ys-ck:focus {
    outline: 0
}
 
input[type=radio]+label, .ys-ck+label {
    font-size: 14px;
    cursor: pointer;
    /*display: inline-block;*/
    display: initial;
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: normal
}
 
input[type=radio]+label:after, input[type=radio]+label:before, .ys-ck+label:after,
    .ys-ck+label:before {
    content: '';
    font-family: helvetica;
    display: inline-block;
    width: 18px;
    height: 18px;
    left: 0;
    bottom: 0;
    text-align: center;
    position: absolute
}
input[type=radio]+label:before, .ys-ck+label:before {
    background-color: #e0e0e0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
 
.ys-ck+label.labelinpt:after,
.ys-ck+label.labelinpt:before {
    top: 0;
    left: 148px;
}

 
input[type=radio]:checked+label:before, .ys-ck:checked+label:before {
    -moz-box-shadow: inset 0 0 0 10px #219afe;
    -webkit-box-shadow: inset 0 0 0 10px #219afe;
    box-shadow: inset 0 0 0 10px #219afe
}
 
input[type=radio]+label:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
 
input[type=radio]+label:hover:after, input[type=radio]:checked+label:after
    {
    content: '';
    position: absolute;
    top: 8px;
    left: 6px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%
}
.ys-ck+label:hover:after,
input[type=radio]+label:hover:after {
    color: #c7c7c7
}
input[type=radio]+label:after, .ys-ck+label:after,
.ys-ck:checked+label:after, .ys-ck:checked+label:hover:after,
input[type=radio]:checked+label:after, input[type=radio]:checked+label:hover:after
    {
    color: #fff
}
input:-moz-placeholder, textarea:-moz-placeholder,
input::-moz-placeholder, textarea::-moz-placeholder,
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b7bdc7;
}
 
.ys-ck+label:before {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
 
.ys-ck+label:hover:after, .ys-ck:checked+label:after {
    content: "\2713";
    line-height: 18px;
    font-size: 14px
}
::-webkit-scrollbar
{
    background-color: rgba(0, 0, 0, 0.1);
    width: 0.6em;
    border-radius: 0.3em;
    height: 0.6em;
}
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgb(62, 58, 58);
}

/* FireFox浏览器滚动条 */
@-moz-document url-prefix(http://),url-prefix(https://) {   
    /* 滚动条颜色 */  
    scrollbar {   
         -moz-appearance: none !important;   
         background: rgb(0,255,0) !important;   
    }   
    /* 滚动条按钮颜色 */  
    thumb,scrollbarbutton {   
         -moz-appearance: none !important;   
         background-color: rgb(0,0,255) !important;   
    }   
    /* 鼠标悬停时按钮颜色 */  
        
    thumb:hover,scrollbarbutton:hover {   
         -moz-appearance: none !important;   
         background-color: rgb(255,0,0) !important;   
    }   
    /* 隐藏上下箭头 */  
    scrollbarbutton {   
         display: none !important;   
    }   
    /* 纵向滚动条宽度 */  
    scrollbar[orient="vertical"] {   
        min-width: 15px !important;   
    }   
}
#ys-container {
    width: 100%;
    overflow: hidden;
    /*box-shadow: 0px 8px 10px #f1f1f1 inset;*/
}
/*下拉三角*/
a.dropDownTriangle>span {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    right: 17px;
    position: absolute;
    top: 50%;
    /* right: 6px; */
    transform: rotate(45deg);
    transition: .2s;
    margin-top: 0;
}
a.dropDownTriangle>span.dropSp {
    transform: rotate(-135deg);
    margin-top: -4px;
}
a.dropDownTriangle.dropShow>span {
    transform: rotate(-135deg);
    margin-top: -4px;
}
/*top*/
.ys-header {
    width: 100%;
    min-width: 1200px;
    height: 70px;
    line-height: 70px;
    background: #131829;
    /*background: #219afe;*/
    color: #d7d7d7;
    z-index: 999;
}
ul.dropdown-menu {
    margin: 0;
    padding: 0;
}
/* ul.dropdown-menu>li>a {
    padding: 8px 20px;
    text-align: center;
} */
#logo-img {
    width: 35px;
    height: 35px;
}

.ys-header .logo {
    display: inline-block;
    position: relative;
    margin-left: 25px;
}
.ys-header .logo a img {
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 5px;
}
.container-fluid {
    margin: 0 21px;
}
.ys-header .login-wrap {
    height: 70px;
    text-align: center;
}
.pull-right {
    float: right !important;
}
.dropdown, .dropup,
.user-info {
    position: relative;
}
.user-info .userbtn {
    display: block;
    float: right;
    cursor: pointer;
    position: relative;
    color: #fff;
    height: 70px;
    line-height: 70px;
    padding: 0 20px 0 0;
}
.icon-touxiang {
    color: #fff;
    vertical-align: middle;
}
/*导航列表*/
ul.ys-nav {
    /*margin-right: 25px;*/
/*    position: absolute;
    top: 0;
    right: 10%;*/
}
.ys-nav-tab li,
.ys-nav li {
    float: left;
    position: relative;
}
.ys-nav-tab li a,
.ys-nav li a {
    display: block;
    /*height: 70px;*/
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    padding: 0 25px;
    position: relative;
}
.ys-active {
    background-color: #068cfa;
    color: #fff;
}
.ys-nav li span.num {
    top: 8px;
    right: -13px;
}
/*导航列表*/

/*徽标*/
.badges {
    height: 18px;
    line-height: 18px;
    display: inline-block;
    background-color: red;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 0px 6px;
    margin-right: 18px;
    border-radius: 25px;
    position: absolute;
}
/*徽标*/

.ys-header-nav-tab {
    height: 50px;
    background: #fff;
    line-height: 50px;
    position: relative;
}
.ys-query-bar,
.ys-header-nav-tab .ys-nav-tab {
    overflow: hidden;
}

.ys-header-nav-tab .ys-nav-tab a,
.ys-header-nav-tab .container-fluid {
    padding: 0;
}
.ys-header-nav-tab .ys-nav-tab li a {
    height: 48px;
    color: #878787;
    margin: 0 20px;
    font-size: 14px;

}
.ys-header-nav-tab .ys-nav-tab li {
    border-bottom: 4px solid transparent;
}

.ys-header-nav-tab .ys-nav-tab li.active {
    border-bottom: 4px solid #219afe;
}

#app {
    /*margin-top: 20px;*/
}
.app-ohide{
    overflow: hidden;
}

/*左侧导航开始*/
.ys-left-nav {
    width: 230px;
    font-size: 14px;
    float: left;
    background: #f2f2f250;
}

.ys-left-nav .ys-left-nav-title {
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
}

.ys-left-nav .ys-left-nav-title,
.ys-left-nav-list li a {
    padding: 0 18px;
}
.ys-left-nav-list li a.child {
    padding-left: 35px;
}
.ys-left-nav-list li a.grandson {
    padding-left: 60px;
}
.ys-left-nav-list {
    border-right: 1px solid #e5e5e5 ;
}
.ys-left-nav-list > ul {
    overflow-y: auto;
}
.ys-left-nav-title,
.ys-left-nav-list li,
.ys-left-nav-list li a {
    display: block;
    min-height: 50px;
    color: #333;
}
/*.ys-left-nav-title {
    color: #fff;
}*/
.ys-left-nav-list li a,
.ys-left-nav-title {
    line-height: 50px;
}
.ys-left-nav-list li a {
    /*border-left: 4px solid transparent;*/
}
.ys-left-nav-list li a.active {
    /*border-left: 4px solid #219afe;*/
    color: #219afe;
    background: #f5f8fa;
}
i.icons,
i.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: sub;
}
i.icons {
    background: #e5e5e5
}

.ys-left-nav-list li i.icon.hideIcon {
    background: url("/img/cerebrum/hideIcon.png") no-repeat center;
}

.ys-left-nav-list li i.icon.showIcon {
    background: url("/img/cerebrum/showIcon.png") no-repeat center;
}
.ys-left-nav-list li ul {
    display: none;
}
/*左侧导航结束*/

/*右侧主体内容开始*/

.ys-right-content {
    height: calc(100% - 80px);
    padding: 0 26px 0 20px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 20px;
}
/*右侧主体内容结束*/

/*按钮状态开始*/
.ys-btn {
    display: inline-block;
    width: 100%;
    color: #b7bdc7;
    text-align: center;
    text-decoration: none;
    border: 1px solid #EDEDED;
    padding: 7px 10px;
}
/*按钮状态结束*/
/*按钮激活状态开始*/
.ys-width {
    width: 120px;
    margin-right: 15px;
}
.ys-width.active {
    border: 1px solid #219afe;
}
.numClBlue,
.ys-width.active,
.table-bordered>tbody>tr td a,
.ys-header-nav-tab .ys-nav-tab li.active a {
    color: #219afe;
}
/*按钮激活状态结束*/

/*搜索框开始*/
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.special-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #b7bdc7;
    outline: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}
.special-control::-webkit-input-placeholder {
    color: #b7bdc7;
}
button.btn-success, button#ys-search-btn {
    color: #fff;
    background-color: #FFF;
    border-color: #e5eaf2;
    border-radius: 0px;
    text-decoration: none;
    outline: none;
}
.glyphicon {
    width: 16px;
    height: 16px;
    background: url(/datav/v1.0.02/img/search.png) 0 0 no-repeat;
    background-size: 16px;
    float: left;
}
/*搜索框结束*/

/*table*/
.ys-content,
.ys-content-table {
    overflow: hidden;
    padding: 15px;

}
.table-bordered {
    border: 1px solid #e5eaf2;
    table-layout: fixed;
    width: 100%;
    position: relative;
}
.table thead {
    height: 61px;
    background-color: #f2f2f2;
    color: #333333;
}
.table>thead:first-child>tr:first-child>th {
     border-right: 1px; 
}
.table-bordered thead tr th,
.table-bordered tbody tr td {
    text-align: center;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    border: 0px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table-basis tbody tr td {
    padding: 8px;
    height: auto;
    line-height: normal;
}
.table>tbody>tr:nth-child(even) {
    background: #f8f8f8;
}
.table-bordered>tbody>tr:hover {
    background: #E5F3FF;
}

.numClGreen{
    background: #73C67A;
}
.numClRed {
    color: red;
}
/*table*/

/* 按钮背景色*/
.ys-bgrdCl {
    background: #219afe;
    color: #fff;
}

/*标题*/
h4 {
    font-size: 24px;
    color: #333;
}
.h4help-block {
    font-size: 12px;
    color: #c5c5c5;
    margin-top: 10px;
}
.form-help-block {
    margin: 5px 0 10px;
    color: #c5c5c5;
}
.ys-form-btn {
    font-size: 18px;
    width: 212px;
    height: 47px;
    line-height: 26px;
}
/*分页器*/
.ys-pagination {
    display: none;
    position: relative;
    text-align: right;
    overflow: hidden;
    padding: 0 14px;
}
#ys-pageNum {
    display: none;
    margin-top: 28px;
    float: left;
}
#ys-pageNum span {
    color: #999999;
}
#ys-pageNum span b {
    font-weight: normal !important;
    padding: 0 5px;
}

#ys-pageNum select.change-size {
    margin-left: 14px;
    border: 1px solid #e5e5e5;
}
#ys-pagination {
    float: right;
    margin-right: 30px;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #219afe;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #219afe;
    border-color: #219afe;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*分页器结束*/
/*css start*/
.ys-btn-primary {
    border: 1px solid #219afe;
    border-radius: 0;
    color: #fff !important;
    background: #219afe;
}
.ys-btn-primary {
    height: 34px;
}
.ys-btn-primary:hover {
    background: #219afe;
    color: #fff !important;
}
a.btn:hover {
    opacity: 0.9;
}
.ys-btn-icon {
    width: 22px;
    height: 22px;
    background: url(/datav/v1.0.02/img/btn-icon.png) 0 0 no-repeat;
}
.ys-inline-b {
    display: inline-block;
    margin-left: 8px;
}
.ys-btn-gray {
    outline: 0;
    background: #fff;
    border: 1px solid #e5eaf2;
    border-radius: 0;
    color: #b7bdc7;
}
.operate_delete,.operate-modify{
	margin-left:15px;
}
td a.visible_range,td a.role_composition {
    margin-right: 15px;
}
.nav_title_right {
    float: right;
    font-size:14px;
}
.ys-left-nav .ys-left-nav-list>ul{
    overflow-y: auto;
    /*height: 78%;*/
    height: calc(100% - 120px);
}
.empty-icon {
    width: 284px;
    /* height: 260px; */
    background: url(../../img/empty.png) 0 0 no-repeat;
    float: left;
    margin-top: 64px;
    left: 50%;
    position: absolute;
    height: 42px;
}
.empty-icon2 {
    width: 100%;
    height: 42px;
    background: url(../../img/empty.png) no-repeat center center;
    margin: 40px auto;
}
.red {
    color: #ff0000;
    position: absolute;
    top: 15px;
    margin-left: 5px;
}
label.col-sm-2.control-label {
    width: 140px;
}
.ys-side-title{
    margin-bottom: 30px;
    margin-left: 40px;
}
.text-content{
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    resize: none;
    padding: 15px;
}
.ys-btn-yuy, .ys-btn-determine, .ys-btn-save {
    background: #219afe;
    color: #fff;
    font-size: 18px;
    width: 212px;
    height: 47px;
    margin-right: 40px;
}
.ys-btn-Previous, .ys-btn-cancel {
    border: 1px solid #219afe;
    background: #fff;
    color: #219afe;
    font-size: 18px;
    width: 212px;
    height: 47px;
    line-height: 32px;
    outline: none;
}
.dropdownContainer {
    position: relative;
    height: 50px;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 0;
    color: #959595;
}

.dropdownDefault {
    border: 1px solid #e5e5e5;
    line-height: 48px;
    text-indent: 0.5em;
    padding-left: 10px;
}
.arrow {
    width: 0;
    height: 0;
    display: inline-block;
    cursor: pointer;
}
.downArrow {
    /* border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #CCCCCC; */
    width: 10px;
    height: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(135deg);
}
.dropdownContainer .downArrow {
    position: absolute;
    right: 14px;
    top: 18px;
}
ul.dropdown-menu {
    padding: 0;
}

.dropdrown-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    border: 1px solid #e5e5e5;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    z-index: 1000;
    background-color: #fff;
    max-height: 215px;
    overflow-y: auto;
    overflow-x: hidden;
}
.dropdrown-menu li {
    list-style: none;
    line-height: 44px;
}
ul.dropdown-menu > li > a {
    padding: 8px 20px;
}

.dropdrown-menu li a {
    display: inline-block;
    width: 100%;
    color: #555;
    text-decoration: none;
    text-indent: 0.5em;
    padding-left: 10px;
}
.dropdrown-menu li a.current {
    background: #219afe;
    font-size: 1.1em;
    color: #fff;
}
.dropdrown-menu li a:hover {
    background: #219afe!important;
    font-size: 1.1em!important;
    color: #fff!important;
}
.dropdrown-menu:hover li a.current {
    background: #fff;
    color: #555;
}
.ys-icon {
    width: 180px;
    height: 180px;
    float: left;
    background: #f2f2f2;
    margin-right: 20px;
}
.ys-icon img.place_chart {
    width: 100%;
}
.ys-file-btn {
    width: 160px;
    height: 42px;
    background: #219afe;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    color: #fff;
    position: relative;
}
.ys-file-btn input[type=file] {
    width: 100%;
    height: 100%;
    background: red;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
p.help-block {
    color: #C9C9C9;
    margin-top: 12px;
    font-size: 12px;
}
.select_ico_img {
    background: url(/img/select_ico.png) 0 0 no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 15px;
}
.ys-btn-select {
    display: block;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 14px 15px;
    color: #959595;
    outline: none;
}
.ys-select-info {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0 5px 16px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    max-height: 400px;
    overflow-y: auto;
}
.form-group .dropdown.select_tree {
    position: relative;
    border: 1px solid #e5e5e5 !important;
}
.dropdown:hover .ys-select-info {
    display: block;
}
a.to_up+a.to_down{
    margin-left:15px;
}
.st0 {
    fill: #219afe;
}
.forbid .st0{
    fill: #706E6D;
}
svg{
    height:15px;
}
.ys-query-bar{
    overflow: initial;
}
.ys-query-bar::after{
    content: '';
    display: block;
    clear:both;
}
.ys-switch {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    width: 50px;
    height: 26px;
    background-color: #B5B5B5;
    position: relative;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 5px;
}
 
.ys-switch:hover:after {
    background-color: #fff
}
 
.ys-switch:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #fff;
    top: 2px;
    left: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.ys-checkbox:checked+.ys-switch {
    -moz-box-shadow: inset 0 0 0 15px #219afe;
    -webkit-box-shadow: inset 0 0 0 15px #219afe;
    box-shadow: inset 0 0 0 15px #219afe
}
 
.ys-checkbox:checked+.ys-switch:after {
    left: 27px;
    background-color: #fff
}
.table-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
}
#authorityModal{
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#authorityModal .modal-dialog{
    margin-top: 300px;
}
#authorityModal .modal-body{
    padding:0;
    max-height: 367px;
    overflow: auto;
}
#authorityModal .list-group {
    margin-bottom: 0;
}
#authorityModal .list-group-item{
    margin-bottom:0;
    border:none;
    border-bottom: 1px solid #efefef;
}
#authorityModal .modal-footer{
    border:none;
    margin-top:0;
}
.loading_mask{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    background-color: #000;
    opacity: 0.5;
    display:none;
}
.loading_mask img{
    margin: 500px auto;
    display: block
}
a#userinfo::after{
    content: "";
    display: none;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: rotate(135deg);
    margin-top: -7px;
}

.ys-hide {
    display: none;
}