html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    /* height: 100%; */
    box-sizing: border-box;
    font-size: 14px;
    overflow: auto;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* ===============
 * 重新定义Html元素
 * =============== */
 html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input{padding: 0; margin: 0;}
 strong{font-weight: bold;}
 ul, ol{list-style: none outside none;}
 fieldset, img{border: medium none; vertical-align: middle;}
 caption, th{ text-align: left;}
 table{border-collapse: collapse; border-spacing: 0;}
 body{font: 14px/20px "微软雅黑","Hiragino Sans GB","Microsoft Yahei",arial,宋体,"Helvetica Neue",Helvetica,STHeiTi,sans-serif; color: #2c3e50; background: #FFF none repeat scroll 0 0; min-width: 1200px;}
 input, select, textarea{font: 14px/20px "microsoft yahei", sans-serif;}
 i, cite, em{font-style: normal;}
 input,button,select,textarea{ outline:none}
 html {min-height:101%; }
 
 /* 链接 */
 a{color: #333; text-decoration: none; outline: medium none; -webkit-transition-property:color; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: ease;}
 a:link, a:visited, a:active{text-decoration: none;}
 a:hover{color: #ff4040;}
 
 /* Clearfix,避免因子元素浮动而导致的父元素高度缺失能问题 */
 .clearfix:after{clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden;}
 .clearfix{display: inline-block;}
 
 
 /* ==========================
  * 为旧版本浏览器格式化Html5元素
  * ========================== */
 article, aside, dialog, footer, header, section, footer, nav, figure, menu{display:block; }
 
 /* WebKit, Blink, Edge */
 ::-webkit-input-placeholder {color:#ccc;}
 /* Mozilla Firefox 4 to 18 */
 :-moz-placeholder{color:#ccc;}
 /* Mozilla Firefox 19+ */
 ::-moz-placeholder {color:#ccc;}
 /* Internet Explorer 10-11 */
 :-ms-input-placeholder{color:#ccc;}
 
 /*文字排版******************************/
 .f12{font-size:12px;}
 .f13{font-size:13px;}
 .f14{font-size:14px;}
 .f16{font-size:16px;}
 .f20{font-size:20px;}
 .fb{font-weight:bold;}
 .fn{font-weight:normal;}

 .shownone{
     display: none !important;
 }
 :focus {
    outline: none;
}
.browsehappy{
    position: relative;
    color: #c07c01;
    background: #fbf0dc;
    border: 1px solid #e1bf83;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    z-index: 11;
}
.browsehappy span{
    color: red;
}

.overflow:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.overflow{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.u-line-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.u-line-1-1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.txt_overflow, .u-line-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.txt_overflow2, .u-line-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.save_icon{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 6vw;
    font-weight: 600;
    z-index: 100;
    color:#666;
}
/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none; 
    margin: 0; 
}
/* 火狐 */
input{
    -moz-appearance:textfield;
}
#cnzz_stat_icon_1280041318{
    display: none !important;
}



/* 弹性布局 */
.u-f,.u-f-item,.u-f-justify,.u-f-right,.u-f-bottom,.u-f-end{
	display: flex;
}
.u-f-bottom{
	align-items: flex-end;
}
.u-f-item,.u-f-justify,.u-f-right{
	align-items: center;
}
.u-f-justify{
	justify-content: center;
}
.u-f-right{
	justify-content: flex-end;
}
.u-f-jsb{
	justify-content: space-between;
}
.u-f-end{
	justify-content:flex-end;
}
.u-f-center{
	flex-direction: column;
	display: flex;
	justify-content: space-between;
}
.u-f1{
	flex: 1;
}
.u-f2{
	flex: 2;
}
.u-f3{
	flex: 3;
}
.u-f4{
	flex: 4;
}
.u-f5{
	flex: 5;
}
.u-f-column{
	flex-direction:column;
}

/* el-input */
.el-input {
    position: relative;
}

.el-input input.el-input--prefix {
    padding-left: 30px;
}
.el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px;
}
.el-input--prefix .el-input__inner {
    padding-left: 30px;
}

.el-input input {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}
.el-input__icon, .el-input__prefix {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.el-input__prefix {
    left: 5px;
}
.el-input__prefix, .el-input__suffix {
    position: absolute;
    -webkit-transition: all .3s;
    text-align: center;
    height: 100%;
    color: #c0c4cc;
    top: 0;
}
.el-input--small .el-input__icon {
    line-height: 32px;
}
.el-input--mini input{
    font-size: 12px !important;
    line-height: 28px !important;
    height: 28px !important;
}
.el-input-group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.el-input-group__append, .el-input-group__prepend {
    background-color: #f5f7fa;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap;
}   

/* el-button */
.el-button--small {
    min-height: 32px;
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px;
}
.el-button {
    display: inline-block;
    line-height: 30px;
    min-height: 30px;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266 !important;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 0 20px;
    font-size: 12px;
    border-radius: 4px;
}
.el-button:focus, .el-button:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}
.el-button--primary {
    color: #fff !important;
    background-color: #409eff;
    border-color: #409eff;
}

.el-button--warning {
    color: #fff !important;
    background-color: #FFA411;
    border-color: #FFA411;
}

/* el-pagination */

.lottery-page .el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
}
.lottery-page .el-pagination button:disabled {
    color: #c0c4cc;
    background-color: #fff;
    cursor: not-allowed;
}
.lottery-page .el-pagination .btn-prev {
    padding-right: 12px;
}
.lottery-page .el-pagination .btn-next, .lottery-page .el-pagination .btn-prev {
    background: 50% no-repeat #fff;
    background-size: 16px;
    cursor: pointer;
    margin: 0;
    color: #303133;
}
.lottery-page .el-pagination button {
    border: none;
    padding: 0 6px;
    background: 0 0;
}
.lottery-page .el-pagination button, .lottery-page .el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-pager {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none;
    font-size: 0;
}
.el-pager, .el-pager li {
    vertical-align: top;
    margin: 0;
    display: inline-block;
}
.el-pager, .lottery-page .el-pagination.is-background .btn-next, .lottery-page .el-pagination.is-background .btn-prev {
    padding: 0;
}
.el-pager li.active {
    color: #409eff;
    cursor: default;
}
.el-pager li {
    padding: 0 4px;
    background: #fff;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}
.el-pager, .el-pager li {
    vertical-align: top;
    margin: 0;
    display: inline-block;
}
.el-pager li:hover {
    color: #409eff;
}
.el-pager li.btn-quicknext, .el-pager li.btn-quickprev {
    line-height: 28px;
    color: #303133;
}
.lottery-page .el-pagination .btn-next {
    padding-left: 12px;
}
.lottery-page .el-pagination button:hover {
    color: #409eff;
}
.lottery-page .el-pagination button:disabled:hover {
    color: #c0c4cc;
}
.lottery-page .el-pagination__jump {
    margin-left: 24px;
    font-weight: 400;
    color: #606266;
    display: flex !important;
}
.lottery-page .el-pagination__editor.el-input {
    width: 50px;
    margin: 0 5px;
}
.lottery-page .el-pagination__editor.el-input input {
    text-align: center;
}

/* el-message */
.ui-message {
    min-width: 380px;
    border-width: 1px;
    border-style: solid;
    border-color: #EBEEf5;
    background-color: #edf2fc;
    transform: translateX(-50%);
    position: fixed;
    left: 50%;
    top:20px;
    transition: opacity .3s,transform .4s,top .4s;
    padding: 15px 15px 15px 20px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    z-index: 9999;
  }
  .ui-message.news{
    transform: translateX(0);
  }
  
  .ui-message-center{
    justify-content: center;
  }
  
  .ui-message .message-content{
    margin-left: 16px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
  }
  
  .ui-message .close-button{
    position: absolute;
    top:50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    background-image: url("./img/close.png");
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
  
  .ui-message-leave{
    opacity: 0;
    transform: translate(-50%,-100%);
  }
  
  .ui-message-enter{
    opacity: 1;
    transform: translate(-50%,-100%);
  }
  
  .ui-message-info .message-content{
    color: #909399;
  } 
  
  .ui-message-success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
  }
  
  .ui-message-success .message-content{
    color: #67c23c;
  }
  
  .ui-message-warning {
    background-color: #fdf6ec;
    border-color: #faecd8;
  }
  
  .ui-message-warning .message-content{
    color: #e6a23c;
  } 
  
  .ui-message-error {
    background-color: #fef0f0;
    border-color: #fde2e2;
  }
  
  .ui-message-error .message-content{
    color: #f56c6c;
  }
  @keyframes messageFadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.ui-message.messageFadeInDown {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both -webkit-animation-name: messageFadeInDown;
    animation-name: messageFadeInDown;
}

@keyframes messageFadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.ui-message.messageFadeOutUp {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both -webkit-animation-name: messageFadeOutUp;
    animation-name: messageFadeOutUp
}
  
  /* el-row el-col */
  .el-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[class*=el-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-col-4 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
}
.el-col-6 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.el-col-7 {
    max-width: 29.1666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.1666666667%;
    flex: 0 0 29.1666666667%;
}
.el-col-8 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
}
.el-col-14 {
    max-width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
}
.el-col-16 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
}
.el-col-17 {
    max-width: 70.8333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.8333333333%;
    flex: 0 0 70.8333333333%;
}
.el-col-18 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}
.el-col-20 {
    max-width: 86.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
}
.el-col-offset-4 {
    margin-left: 16.6666666667%;
}

/* el-textarea */
.el-input__inner, .el-textarea__inner {
    color: #606266;
}
.el-textarea__inner {
    width: 100%;
}
.el-input__inner, .el-textarea__inner {
    background-image: none;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    overflow-y: hidden;
}
.el-input--small {
    font-size: 13px;
    line-height: 32px;
}
.el-input.is-disabled .el-input__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}
.el-textarea .el-input__count {
    color: #909399;
    background: #fff;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    bottom: 5px;
    right: 10px;
}

.el-breadcrumb {
    font-size: 14px;
    line-height: 1;
}
.el-breadcrumb__item {
    float: left;
}
.el-breadcrumb__inner {
    color: #606266;
}
.el-breadcrumb__inner.is-link,.el-breadcrumb__inner.inner-link, .el-breadcrumb__inner a ,.el-breadcrumb__item a{
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
    transition: color .2s cubic-bezier(.645,.045,.355,1);
    color: #303133;
}
.el-breadcrumb__separator {
    margin: 0 9px;
    font-weight: 700;
    color: #c0c4cc;
}
.el-breadcrumb__separator[class*=icon] {
    margin: 0 6px;
    font-weight: 400;
    font-size: 12px;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
    font-weight: 400;
    color: #606266;
    cursor: text;
}
.el-breadcrumb__inner.inner-link:hover, .el-breadcrumb__inner a:hover {
    color: #409eff;
    cursor: pointer;
}

.el-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}
.el-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
}
.el-tabs__nav-scroll {
    overflow: hidden;
}
.el-tabs__nav {
    white-space: nowrap;
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    float: left;
    z-index: 2;
}
.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #409eff;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    list-style: none;
}
.el-tabs__item {
    padding: 0 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
}
.el-tabs__item:focus{
    border: 0;
}
.el-tabs__item.is-active {
    color: #409eff;
}
.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top:nth-child(2), .el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 0;
}
.el-tabs__nav-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e4e7ed;
    z-index: 1;
}
.el-tabs__content {
    overflow: hidden;
    position: relative;
}
/* el-empty */
.el-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
}
.el-empty__image {
    width: 160px;
}
.el-empty__image svg {
    fill: #dcdde0;
}
.el-empty__image img, .el-empty__image svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.el-empty__description {
    margin-top: 20px;
}
.el-empty__description p {
    margin: 0;
    font-size: 14px;
    color: #909399;
}
/* el-radio */
.el-radio {
    color: #606266;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    margin-right: 30px;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.el-radio, .el-radio__input {
    white-space: nowrap;
    line-height: 1;
    outline: 0;
}
.el-radio, .el-radio__inner, .el-radio__input {
    position: relative;
    display: inline-block;
}
.el-radio__input {
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle;
}
/* .el-radio__inner {
    border: 1px solid #dcdfe6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-radio__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
} */
.el-radio__label {
    padding-left: 10px;
}
.el-checkbox-group {
    font-size: 0;
}
.el-checkbox {
    color: #606266;
    font-weight: 500;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
}
.el-checkbox, .el-checkbox__input {
    cursor: pointer;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.el-checkbox__input {
    outline: 0;
    line-height: 1;
    vertical-align: middle;
}
/* .el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.el-checkbox__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
} */
.el-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px;
}
.el-dialog__body {
    padding: 30px 20px 0;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}
.dialogVisible_div {
    text-align: center;
    color: #666;
}
.dialogVisible_div i {
    color: #409eff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.el-popper.is-light {
    background: #fff;
    border: 1px solid #eee;
}
.el-popover.el-popper {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    word-break: break-all;
}
.el-menu-item{
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
    height: 50px !important;
}
.left .el-menu-item{
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
    height: 50px !important;
	line-height: 50px !important;
}
.el-menu .el-menu-item.is-active, .user>.left .el-menu .el-menu-item.is-active a{
	color: #FFA411 !important;
}
.left el-menu .el-menu-item.is-active, .user>.left .el-menu .el-menu-item.is-active a{
    color: #FFA411 !important;
}
.el-submenu__icon-arrow {
    position: absolute;
    right: 20px;
    margin-top: 3px;
    font-size: 12px;
    transition: transform .3s;
}
.el-submenu__title * {
    vertical-align: middle;
}
.left .el-menu--popup-bottom-start, .el-menu--popup-bottom-start .el-menu-item {
    background: #303241!important;
}
.el-menu--popup {
    z-index: 100;
    /* min-width: 200px; */
    border: none;
    /* padding: 5px 0; */
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
}
.el-menu--horizontal .el-menu .el-menu-item, .el-menu--horizontal .el-menu .el-submenu__title {
    background-color: #fff;
    float: none;
    height: 36px;
    padding: 0 10px;
    color: #909399;
}
.left .el-menu--horizontal .el-menu .el-menu-item, .el-menu--horizontal .el-menu .el-submenu__title {
    background-color: #fff;
    float: none;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #909399;
}

.el-dialog__header {
    padding: 20px 20px 10px;
}

.el-overlay {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2000;
    background-color: rgba(0,0,0,.5);
    overflow-y: auto;
}
.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}
.el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}
.el-table {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #606266;
}
.el-table, .el-table__expanded-cell {
    background-color: #fff;
}
.el-table--mini, .el-table--small, .el-table__expand-icon {
    font-size: 12px;
}
.el-table--border, .el-table--group {
    border: 1px solid #ebeef5;
}
.el-table--border {
    border-right: none;
    border-bottom: none;
}
.el-table .hidden-columns {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}
.el-table__footer-wrapper, .el-table__header-wrapper {
    overflow: hidden;
}
.el-table__body-wrapper, .el-table__footer-wrapper, .el-table__header-wrapper {
    width: 100%;
}
.el-table__body, .el-table__footer, .el-table__header {
    table-layout: fixed;
    border-collapse: separate;
}
.el-table thead {
    color: #909399;
    font-weight: 500;
}
.el-table th, .el-table tr {
    background-color: #fff;
}
.el-checkbox, .el-checkbox-button__inner, .el-table th {
    -webkit-user-select: none;
    -ms-user-select: none;
}
.el-table th, .el-table tr {
    background-color: #fff;
}
.el-table td, .el-table th {
    padding: 12px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}
.el-table--mini td, .el-table--mini th {
    padding: 6px 0;
}
.el-table th {
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}
.el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: 1px solid #ebeef5;
}
.el-table--border th, .el-table__fixed-right-patch {
    border-bottom: 1px solid #ebeef5;
}
.el-table td.is-center, .el-table th.is-center {
    text-align: center;
}
.el-table td, .el-table th.is-leaf {
    border-bottom: 1px solid #ebeef5;
}
.el-table .cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
}
.el-table th>.cell {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
    padding-left: 10px;
}
.el-table__body-wrapper, .el-table__footer-wrapper, .el-table__header-wrapper {
    width: 100%;
}
.el-table__body-wrapper {
    overflow: hidden;
    position: relative;
}
.el-table--enable-row-transition .el-table__body td {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
}
.el-table__column-resize-proxy {
    position: absolute;
    left: 200px;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 1px solid #ebeef5;
    z-index: 10;
}
.el-table__empty-block {
    min-height: 60px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.el-table__empty-text {
    line-height: 60px;
    width: 50%;
    color: #909399;
}
.servear, .servear2,.servear3 {
    display: inline-block;
    padding: 0 4px;
    margin: 0 2px;
    border-radius: 2px;
    vertical-align: middle;
}
.servear {
    line-height: 24px;
    font-weight: 400;
    background: #f8423f !important;
    color: #fff!important;
}
.servear2 {
    line-height: 24px;
    font-weight: 400;
    background: #67c23a !important;
    color: #fff!important;
}
.servear3 {
    line-height: 24px;
    font-weight: 400;
    background: rgb(120,44,215) !important;
    color: #fff!important;
}

.swiper-wrapper{
    position:relative;
    overflow:hidden;
    height: 480px;
}
.swiper-wrapper .swiper-slide{
    /* position: absolute; */
    float: left;
}
#input{
    border: none;
    width: 1px;
    height:1px;
    outline: none;
    opacity: 0;
    resize: none;
    position: absolute;
    z-index: -1;
}
.slot_top .Inquire{
    padding: 0 !important;
}
.topshow .frsearch{
    float: none !important;
    width: 340px !important;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 !important;
    border-radius: 20px !important;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topshow .frsearch .select-trigger #cate_select{
    background: #ff00 !important;
}
.topshow .frsearch .select-trigger #cate_select #cate_current_select{
    background: #ff00 !important;
}
.topshow .selectbox{
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -170px;
    width: 340px !important;
    background: #ffffffcc !important;
    border-radius: 0 20px 20px 0;
}   
.topshow .topsearch{
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -20px;
    width: 82px !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(180deg, #ffe861 0%, #ffcd32 100%) !important;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    font-size: 12px !important;
    font-weight: 600;
    color: #000000 !important;
}
.topshow  .el-input{
    background: #ff00 !important;
    border-radius: 0 20px 20px 0 !important;
}
.topshow  .el-input input{
    border-color: transparent !important;
    border-radius: 0 20px 20px 0 !important;
    background: #ffffffcc !important;
}
.topshow .current_select{
    border: none !important;
    box-shadow: none !important;
}
.topshow .j_select{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topshow .el-input input.el-input--prefix{
    padding-left: 30px;
    background: #ff00 !important;
}
.topshow .j_select .current_select{
    padding-left: 0px;
    display: flex;
    align-items: center;
}
.topshow .j_select .current_select .cate_current_select_text{
    max-width: 80px;
    text-align: text;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #ff00 !important;
}
.topshow .game_select{
    width: 144px;
    border-radius: 20px 0 0 20px;
}
.topshow .game_select .select_btn {
    cursor: pointer;
    padding: 0 6px !important;
    box-sizing: border-box;
    margin-right: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    border-radius: 20px 0 0 20px !important;
}
.topshow .game_select .select_btn:hover{
    background: #ffffffcc !important;
}
.topshow .game_select .select_btn .game {
    display: block;
    width: 20px;
    height: 20px;
}
.topshow .game_select .select_btn .text {
    display: block;
    margin: 0 2px;
    font-size: 12px;
    font-weight: 400;
    color: #9a9a9a;
}
.topshow .game_select .select_btn .arrow {
    display: block;
    width: 11px;
    height: 7px;
}
.topshow .game_select .select_btn .select_cancel {
    display: none;
}
.selectbox .j_select ul{
    top:40px;
    border-radius: 5px;
    left: 50%;
    margin-left: -70px;
    width: 140px !important;
  }
  .j_select .current_select .select_icon{
    top: 2px !important;
  }
.common_flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .common_flex_just {
    display: flex;
    justify-content: center;
  }
  .common_flex_align {
    display: flex;
    align-items: center;
  }
  .common_flex_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .common-one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .common-two-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  