@media only screen and (max-width: 767px) {
    .hidden-xs-only {
        display: none !important
    }
}

@media only screen and (min-width: 768px) {
    .hidden-sm-and-up {
        display: none !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-sm-only {
        display: none !important
    }
}

@media only screen and (max-width: 991px) {
    .hidden-sm-and-down {
        display: none !important
    }
}

@media only screen and (min-width: 992px) {
    .hidden-md-and-up {
        display: none !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-md-only {
        display: none !important
    }
}

@media only screen and (max-width: 1199px) {
    .hidden-md-and-down {
        display: none !important
    }
}

@media only screen and (min-width: 1200px) {
    .hidden-lg-and-up {
        display: none !important
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    .hidden-lg-only {
        display: none !important
    }
}

@media only screen and (max-width: 1919px) {
    .hidden-lg-and-down {
        display: none !important
    }
}

@media only screen and (min-width: 1920px) {
    .hidden-xl-only {
        display: none !important
    }
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    /* padding: 0px; */
    font-size: 13px;
    background-color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}


#WapTn {
    width: 100%;
    min-height: 100vh;
    padding: 0px;
    margin: 0px;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
}

#header {
    background-image: -moz-linear-gradient(left, #1278f6, #d340ff);
    background-image: linear-gradient(to right, #1278f6, #d340ff);
}

#header_navbar {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* 导航条少1px hack */
.el-menu--horizontal {
    border-bottom: none !important;
}

#header_navbar_left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* 导航条登录、个人中心下载 */
#header_navbar_right {
    line-height: 60px;
    margin-right: 1rem;
}

#header_navbar_right_account {
    background-color: transparent;
    line-height: 60px !important;
    font-size: 14px;
    color: #FFFFFF !important;
}

#header_navbar_right_account > a {
    color: #FFFFFF
}

#header_navbar_right_account > a:hover {
    color: #FFD04B
}

#header_navbar_right_account > .el-dropdown-link {
    cursor: pointer;
}

#header_navbar_right_account > .el-dropdown-link:hover {
    cursor: pointer;
    color: #FFD04B;
}

.el-menu--popup {
    background-color: #1D93D4 !important;
}

.el-submenu__title {
    background-color: transparent !important;
}

.el-submenu__title:hover, .el-menu-item:hover {
    background-color: #409EFF !important;
    color: #FFD04B !important;
}

#content {
    width: 100%;
    margin: 0px;
    padding: 5rem 0rem 0rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu-icon {
    height: 2rem;
    width: 2rem;
}

.button-icon {
    height: 1.75rem;
    width: 1.75rem;
}

footer {
    border-top: 1px dashed #dcdcdc;
    min-height: 35px;
    width: 100%;
    line-height: 30px;
    text-align: center;
    vertical-align: center;
    font-size: 13px;
    color: #999999;
}

footer a, footer a:hover, footer a:visited, footer a:active {
    color: #999999;
}

a, a:hover, a:visited, a.active, a:link {
    text-decoration: none;
}

a.el-button--text, a.el-button--text:hover, a.el-button--text:visited, a.el-button--text:active, a.el-button--text:link {
    color: #FFFFFF;
}

.footerLine {
    margin: 0px;
}

.el-input-group__prepend {
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent !important;
}

.el-input-group__append {
    color: #FFFFFF;
    /*border-color: #409EFF;
    background-color: #409EFF !important;*/
    background-color: #f0ad4e;
    border-color: #eea236;
}

.infoRow {
    margin-top: 20px;
    font-size: 13px;
}

.infoRow .el-card__body {
    padding: 10px !important;
}

.infoRow a, #infoRow a:hover, #infoRow a:visited, #infoRow a:active {
    color: #4F90D2;
}

.el-tag{
    background-color: rgba(21, 70, 210, 0.02);
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    color: #409EFF;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid rgba(220, 176, 14, 0.2);
    white-space: nowrap;
}