.arrow-rotate, .dropdown-menu a:hover, .menu-content .nav ul .a, .menu-content .nav ul a, .nodetitle a i, .nodetitle>a, .shop-gridarea, .shop-table .card i {
    transition: .3s;
}
.ui-switch, .ui-switch-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    min-height: 29px;
}
.ui-switch-inner {
    height: 100%}
.ui-switch.node-switch {
    position: absolute;
    right: 2.5em;
    top: 1.5em;
    z-index: 1;
}
.switch-btn {
    width: 50%;
    box-sizing: border-box;
    height: 100%}
.dropdown .btn-dropdown-toggle.dropdown-toggle {
    min-height: 36px;
    border-radius: 10px;
    color: inherit;
    transition: .5s;
}
.btn-dropdown-toggle.dropdown-toggle:active, .btn-dropdown-toggle.dropdown-toggle:hover {
    background-color: #2a2a2c;
    color: inherit;
    border-radius: 4px;
    transform: translate(0, 0);
}
.btn-dropdown-toggle.dropdown-toggle::after {
    background-color: #fff;
}
.ui-switch a {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.ui-switch div.switch-btn:first-of-type a {
    border-radius: 0 15px 15px 0;
}
.ui-switch div.switch-btn:first-of-type a:hover {
    border-radius: 0 5px 5px 0;
    transition-duration: .4s;
}
.ui-switch div.switch-btn:last-of-type a {
    border-radius: 15px 0 0 15px;
}
.ui-switch div.switch-btn:last-of-type a:hover {
    border-radius: 5px 0 0 5px;
    transition-duration: .4s;
}
.ui-switch a:hover {
    color: #fff;
    background: gray;
}
.shop-tat, .ui-switch .card, .ui-switch .card-inner {
    margin: 0;
}
.label-flex, .shop-drop, .shop-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 1;
}
.shop-flex .shop-price::before {
    content: '¥';
    font-size: 1.5rem;
    position: relative;
    bottom: .4rem;
    right: .1rem;
}
.node-table, .shop-flex, .shop-table {
    opacity: 1;
    display: none;
}
.shop-table {
    margin-top: 14px;
    position: relative;
    width: 100%}
.shop-content, .shop-cube {
    margin-top: 2em;
}
.shop-table .card {
    width: 100%;
    margin: 10px 0 0;
    padding: 14px 1em;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    grid-area: main;
}
.shop-table .shop-btn {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
    padding: 8px 2em;
    grid-area: button;
}
.shop-drop {
    grid-area: drop;
    background: #6161c6;
    box-shadow: 0 0 0 #e5e5e5, 0 2px 5px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .05);
}
.shop-table .shop-name {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #3b5473;
}
.shop-table, .shop-table .card {
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop-table .card-tag {
    margin-right: 8px;
}
.shop-table .card>div {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 80%;
    align-items: center;
}
.shop-table .card>div:last-of-type {
    flex-basis: 10%}
.shop-table span {
    font-size: 18px;
    margin: 2px 8px 0;
}
.shop-gridarea {
    display: grid;
    width: 100%;
    position: relative;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "main" "drop" "button"}
.shop-drop .card-tag {
    flex-basis: 49%;
    margin: 3px 0;
    text-align: center;
}
.shop-flex .card {
    width: 24%;
    text-align: center;
    min-height: 380px;
}
.shop-flex .card-main {
    position: relative;
    padding-top: 1.3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.nodetip-table>.card-main, .shop-flex .card-main>div, .user-info-bottom {
    flex-basis: 100%}
.shop-name, .shop-price {
    padding: .4em 0;
}
.shop-price {
    color: #ffffff;
    font-size: 2.75rem;
}
.shop-price code {
    font-size: 24px;
    background: 0 0;
    font-style: italic;
    color: #ffa100;
}
.shop-content>div {
    margin-top: .6em;
    flex-basis: 49%}
.shop-table .card i {
    transform: rotate(0);
}
.nodetitle a i.arrow-rotate, .shop-table .card i.arrow-rotate {
    transform: rotate(180deg);
}
.shop-content {
    font-size: 13px;
    flex-wrap: wrap;
    align-items: baseline;
}
.shop-content-left {
    text-align: left;
    padding-left: 3.5em;
    color: #ffff;
    font-size: 1rem;
}
.shop-content-right {
    text-align: center;
    font-size: 1.25rem;
    color: #ffff;
}
.shop-content span {
    font-size: .8rem;
    color: #ffffff;
    margin-left: .2rem;
}
.shop-name, .shop-tat {
    margin-top: .3em;
    font-size: 1.2rem;
    color: #ffff;
    font-weight: bolder;
}
.shop-tat span:first-of-type:after {
    content: ' G'}
.shop-tat span:last-of-type:after {
    content: ' 天'}
.shop-tat span:after {
    font-size: .85rem;
}
.shop-content, .shop-cube {
    display: flex;
    justify-content: space-around;
}
.shop-cube>div {
    flex-basis: 33.333333333%}
.cube-title {
    color: #95aac9;
    font-size: .5rem;
}
.cube-detail {
    font-size: 1.25rem;
}
.cube-detail span {
    font-size: .75rem;
}
.shop-content-extra {
    margin-top: 1.5em;
    font-size: 1.1rem;
}
.shop-content-extra>div {
    margin-top: .4em;
    letter-spacing: 2px;
    position: relative;
    right: .3em;
    min-height: 20px;
}
.shop-btn {
    margin-top: 3em;
    padding: 10px 2em;
    flex-basis: 70%;
    margin-bottom: 2.5em;
    align-self: flex-end;
}
.flex-fix3, .flex-fix4 {
    width: 24%}
.page-course img {
    max-width: 60%}
@media screen and (max-width:1600px) {
    .flex-fix3, .shop-flex .card {
    width: 32%}
.flex-fix4 {
    display: none;
}
}@media screen and (max-width:1440px) {
    .shop-flex .card {
    width: 48%}
.page-course img {
    max-width: 80%}
}@media screen and (max-width:715px) {
    .shop-flex .card {
    width: 100%}
.page-course img {
    max-width: 100%}
}@media screen and (max-width:400px) {
    .nodemain {
    max-width: 240px;
}
.shop-table .card-tag, .shop-table span {
    flex-basis: 40%;
    text-align: center;
    margin: 5px 8px 0 0;
}
.shop-table .shop-name {
    flex-basis: 100%}
.shop-drop .card-tag {
    flex-basis: 49%;
    margin: 5px 0;
}
.shop-content-left {
    padding-left: 2.5em;
}
.shop-content span {
    margin-left: 0;
}
}.pager, .pagination {
    padding-left: 3em;
    margin: 20px 0;
}
.pagination {
    display: inline-block;
    border-radius: 4px;
}
.pager li, .pagination>li, .ui-picker-draggable-handler strong {
    display: inline;
}
.nodetitle>a, .ui-picker-selected .ui-picker-draggable-handler .icon {
    display: inline-block;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #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: 2;
    cursor: default;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff0;
    border-color: #ddd;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    text-align: center;
    list-style: none;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next>a, .pager .next>span {
    float: right;
}
.pager .previous>a, .pager .previous>span {
    float: left;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.pagination>li>a, .pagination>li>span {
    border: 1px solid #fff;
}
.pagination>li.active>a {
    background: #13c2c2;
    color: #fff;
}
.pagination>li>a {
    background: #fff;
    color: #000;
}
.pagination>.disabled>span {
    border-color: #fff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #54aff9;
    border-color: #54aff9;
}
.ui-card-wrap:after, .ui-picker-lib:after {
    clear: both;
}
body {
    padding-bottom: 69px;
    background-image: url('/images/lion.webp');
	background-color: black;
}
.ui-content-header {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -58px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.page-brand .ui-content-header {
    background-image: url(./images/bg/amber.jpg);
}
.ui-footer {
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid rgba(0, 0, 0, .12);
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    height: 40px;
    right: 0;
    left: 0;
}
.ui-header .dropdown.open .dropdown-toggle {
    background-color: transparent;
}
.ui-picker-divider {
    background-color: #dadada;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 1px;
    z-index: 1;
}
.ui-picker-draggable-count {
    position: absolute;
    top: -16px;
    right: -16px;
}
.ui-picker-draggable-handler {
    cursor: crosshair;
    cursor: -webkit-grab;
    position: relative;
}
.dropdown.open .dropdown-menu, .ui-picker-selected .ui-picker-draggable-handler {
    z-index: 2;
}
.ui-picker-selected .ui-picker-draggable-handler:active {
    cursor: -webkit-grabbing;
}
.collapse.card-row, .node-cardgroup, .ui-picker-draggable-handler .icon, .ui-picker-selected .ui-picker-draggable-handler strong {
    display: none;
}
.ui-picker-info, .ui-picker-nav {
    background-color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: width .3s cubic-bezier(.4,  0,  .2,  1);
    transition: width .3s cubic-bezier(.4,  0,  .2,  1);
    width: 0;
}
.ui-picker-info-active {
    width: 400px;
}
.ui-picker-info-detail {
    padding-right: 16px;
    padding-left: 16px;
}
.ui-picker-info-null:after {
    background-color: #f5f5f5;
    content: "Select an item to view its details.";
    display: block;
    font-size: 20px;
    font-weight: 300;
    height: 100%;
    line-height: 28px;
    padding: 58px 16px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.ui-picker-inner {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ui-picker-item {
    position: relative;
    -webkit-transition: opacity .3s cubic-bezier(.4,  0,  .2,  1);
    transition: opacity .3s cubic-bezier(.4,  0,  .2,  1);
}
.ui-picker-lib.ui-picker-dragging .ui-picker-item.ui-picker-draggable {
    opacity: .69;
}
.ui-picker-lib {
    min-height: calc(100vh - 56px);
}
.ui-card-wrap:after, .ui-card-wrap:before, .ui-picker-lib:after, .ui-picker-lib:before {
    content: "";
    display: table;
    line-height: 0;
}
.ui-picker-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}
.ui-picker-map-wrap {
    height: 225px;
    width: 400px;
}
.ui-picker-nav {
    width: 240px;
}
.ui-picker-page {
    height: 100vh;
    min-width: 992px;
    padding-top: 56px;
    padding-bottom: 0;
}
.ui-picker-selectable-handler {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.ui-picker-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    overflow: hidden;
    width: 100%}
.ui-draggable-helper {
    width: 208px!important;
}
.ui-droppable-helper {
    background-color: rgba(255, 64, 129, .09)!important;
    border-color: #ff4081!important;
}
.ui-selectable-helper {
    background-color: rgba(0, 0, 0, .12);
    border: 1px solid #dadada;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    z-index: 100;
}
.node-card, .nodetitle>.collapsed .waves-wrap, .nodetitle>a.collapsed, .waves-attach.waves-circle.waves-light.waves-effect .waves-wrap {
    border-radius: 10px;
}
.node-card, .nodetitle>a {
    left: 0;
    background: #fff;
    box-shadow: 2px 2px 7px 1px #bdbdbd;
}
.card-row, .form-control-guide i, .node-card, .node-cardgroup, .nodelist, .nodestatus i, .nodestatus>div, .nodetitle a span, .nodetitle>a, .user-info .nodeinfo i {
    position: relative;
}
.ui-card-pre {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ui-card-wrap {
    /*margin-top: 83px !important;
    margin-bottom: -24px;*/
}
.ui-card-wrap .card, div.nodetitle:first-of-type>a {
    /*margin-top: 0;*/
}
.ui-tab {
    margin-top: 10px;
}
button[data-toggle=dropdown] {
    text-align: left;
}
.form-group-label.control-highlight-custom .floating-label {
    -webkit-transform: scale(.85714, .85714) translateY(-30px);
    transform: scale(.85714, .85714) translateY(-30px);
}
.dropdown {
    z-index: unset;
}
.dropdown-menu {
    max-height: 45vh;
    overflow-y: auto;
}
ul.dropdown-menu {
    top: 110%;
    border-radius: 5px;
}
.dropdown-menu .a, .dropdown-menu a {
    text-decoration: none;
    padding: 7px 1em;
    font-size: 14px;
    text-overflow: unset;
    white-space: normal;
    transition: .3s;
}
.form-control, .picker__select--month, .picker__select--year {
    min-height: 36px;
}
.dropdown-menu.dropdown-menu-right {
    min-width: 130px;
}
.btn:active, .fbtn:active {
    transform: translate(3px, 3px);
}
.shop-table .btn.shop-btn:active {
    transform: scale3d(1.05, 1.05, 1.05);
}
.modal-inner p {
    word-break: break-word;
}
.form-control-guide {
    margin: .3em 0 0;
    font-size: 12px;
    color: #399af2;
}
.form-control-guide i {
    font-size: 18px;
    top: .25em;
    margin-right: .2em;
}
.card-row, .node-cardgroup {
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
    opacity: 1;
}
.node-flex, .nodeload {
    display: flex;
}
.card-row, .node-cardgroup, .node-fade, .node-table, .shop-flex, .shop-table {
    transition-duration: .2s;
    transition-property: all;
}
.node-card, .node-card:hover {
    transition-duration: .1s;
    transition-property: all;
}
.card.node-table {
    min-height: 75px;
}
.node-table .avatar.avatar-sm span {
    top: .4rem;
    position: relative;
    font-size: 20px;
    color: #fff;
}
.node-table .avatar.avatar-sm.nodeonline span {
    top: .25rem;
}
.node-table .avatar.avatar-sm.nodeoffline span {
    left: .05rem;
}
.node-card {
    top: 0;
    height: 120px;
    margin-top: 1em;
    justify-content: space-between;
    padding: 0 1em;
    cursor: pointer;
}
.node-card:hover {
    left: -3px;
    top: -3px;
    box-shadow: 3px 3px 7px 3px #bdbdbd;
}
.card-row.collapse.in {
    display: grid;
}
.node-fade {
    opacity: 0;
}
.nodetitle {
    grid-column-end: 2;
    grid-column-start: 1;
}
.flag img {
    width: 35px;
}
.nodemain>div {
    margin-top: 13px;
}
.nodeonline {
    background: #4fd69c;
}
.nodeoffline {
    background: #ea4c4c;
}
.nodeunset {
    background: #666;
}
.nodestatus>div {
    padding: 1em;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: .8em;
}
.nodetitle .waves-wrap, .nodetitle>a {
    border-radius: 30px 10px 10px;
}
.nodehead>div, .nodeinfo>div, .nodemiddle>div {
    margin-right: 9px;
}
.nodeinfo i {
    font-size: 22px;
}
.nodestatus i {
    font-size: 35px;
    bottom: 3px;
    right: 2.5px;
    color: #fff;
}
.nodeunset i {
    bottom: 0;
}
.nodeoffline i {
    bottom: 1.5px;
    right: 1px;
}
.nodemiddle {
    align-items: flex-end;
}
.nodetype {
    font-size: 12px;
    color: #bebebe;
    font-weight: 700;
}
.nodehead {
    height: 23.5px;
}
.nodename {
    font-size: 16px;
}
.nodetitle>a {
    top: 0;
    width: 210px;
    height: 50px;
    margin-top: 2em;
    text-align: center;
    text-decoration: none;
}
.nodetitle a span {
    font-size: 20px;
    top: .75em;
    color: #000;
    right: .4em;
}
.nodetitle a i {
    position: absolute;
    top: .6em;
    right: .5em;
    color: #000;
    transform: rotate(0);
}
.nodeband, .nodecheck, .nodehead, .nodetraffic, .onlinemember {
    align-items: center;
}
.nodeband span, .nodecheck span, .nodetraffic span {
    margin-left: 5px;
    font-size: 14px;
    color: #646464;
}
.onlinemember span {
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
}
.node-tip {
    max-width: 350px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 7px 0 gray;
}
.node-tip.cust-modelin {
    transform: translate3d(0, 14rem, 0);
}
.nodetip-table, .user-info {
    flex-wrap: wrap;
}
.nodeload {
    justify-content: space-between;
    align-items: center;
}
.tiptitle {
    margin: 10px 0;
}
.tiptitle a {
    font-size: 18px;
    display: block;
    margin-bottom: .5em;
}
.tipmiddle {
    margin-bottom: 10px;
}
.tiphidden {
    position: fixed;
    background: gray;
    opacity: .3;
    width: 0;
    height: 0;
    z-index: 2;
}
.cust-mask, .cust-model {
    position: fixed;
    left: 0;
    opacity: 0;
    transition: .3s;
}
.infocolor-red {
    background: #fb6340;
}
.infocolor-green {
    background: #88de5e;
}
.infocolor-yellow {
    background: #ffd600;
}
.infocolor-blue {
    background: #11cdef;
}
.user-info-main {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1.3em;
}
.user-info .nodename {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}
.user-info .nodemiddle {
    margin-top: 6px;
}
.user-info .nodetype {
    font-size: 1.25rem;
    color: rgb(255 255 255 / 75%);
}
.user-info .nodestatus>div {
    width: 54px;
    height: 54px;
}
.user-info .nodestatus i {
    font-size: 30px;
}
.user-info .nodeinfo {
    margin-bottom: 2px;
    padding: 5px 1.3em;
    border-top: 1px solid #d2d2d2;
    margin-top: 1.5rem;
    justify-content: space-between;
}
.user-info .nodeinfo span {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: rgb(255 255 255 / 75%);
    padding: 1px 0;
}
.user-info .nodeinfo i {
    font-size: 18px;
    top: 1px;
	right: 4px;
}
.card-tag, a.card-tag {
    font-size: 12px;
    text-decoration: none;
    padding: 1px 6px 0;
    border-radius: 3px;
    border: 1px solid;
    height: 23px;
}
.card-tag:hover {
    opacity: .85;
}
.tag-orange, a.tag-orange {
    background: #fff2e8;
    color: #fa541c;
    border-color: #ffd591;
}
.tag-green, a.tag-green {
    background: #f6ffed;
    color: #52c41a;
    border-color: #b7eb8f;
}
.tag-black, a.tag-black {
    background: #f7f7f7;
    color: #515a6e;
    border-color: #a6a7a9;
}
.tag-gold, a.tag-gold {
    background: #fffbe6;
    color: #faad14;
    border-color: #ffe58f;
}
.tag-red, a.tag-red {
    background: #fff1f0;
    color: #f5222d;
    border-color: #ffa39e;
}
.tag-blue, a.tag-blue {
    background: #e6f7ff;
    color: #1890ff;
    border-color: #91d5ff;
}
.tag-geekblue, a.tag-geekblue {
    background: #f0f5ff;
    color: #2f54eb;
    border-color: #adc6ff;
}
.tag-cyan, a.tag-cyan {
    background: #e6fffb;
    color: #13c2c2;
    border-color: #87e8de;
}
.tag-purple, a.tag-purple {
    background: #f9f0ff;
    color: #722ed1;
    border-color: #d3adf7;
}
.tag-volcano, a.tag-volcano {
    background: #fff2e8;
    color: #fa541c;
    border-color: #ffbb96;
}
.tag-lime, a.tag-lime {
    background: #fcffe6;
    color: #a0d911;
    border-color: #eaff8f;
}
.tag-magenta, a.tag-magenta {
    background: #fff0f6;
    color: #eb2f96;
    border-color: #ffadd2;
}
.form-group-label {
    margin-bottom: 16px;
}
.cust-mask {
    background: #000;
    z-index: 5;
    width: 100vw;
    height: 100vh;
    top: 0;
}
.cust-model {
    display: none;
    top: -10em;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    z-index: 6;
}
.cust-maskfade {
    opacity: .4;
}
.cust-modelin {
    opacity: 1;
    transform: translate3d(0, 2em, 0);
}
.fade-delay {
    transition-delay: .3s;
}
.dropdown-area {
    height: 0;
    opacity: 0;
    transform: scale3d(1, 0, 1);
    padding: 0 1.5em;
    transition: .3s;
    transform-origin: top;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.dropdown-area.dropdown-active {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    padding: 1.5em;
}
@media screen and (max-width:320px) {
    .card-heading {
    font-size: 18px;
}
.nodemain {
    max-width: 200px;
}
.nodetitle>a {
    width: 160px;
}
.nodetitle a span {
    font-size: 16px;
    top: 1em;
}
.nodetitle a i {
    font-size: 22px;
    top: .7em;
}
.nodename {
    font-size: 14px;
    line-height: 1.1em;
}
.nodeband span, .nodecheck span, .nodetraffic span {
    font-size: 13px;
    margin-right: 3px;
}
.card-inner {
    margin: 24px 13px;
}
.card-table>.table-responsive {
    margin-left: -13px;
    margin-right: -13px;
}
}@media only screen and (min-width:480px) {
    .shop-table .card {
    flex-basis: 80%;
    border-radius: 10px 0 0 10px;
}
.shop-table .shop-btn {
    border-radius: 0 30px 30px 0;
    flex-basis: 20%;
    margin-top: 10px;
    padding: 16px 2em 16px 1.5em;
}
.shop-table .shop-btn:hover {
    border-radius: 0 10px 10px 0;
}
.shop-table .card>div:last-of-type {
    flex-basis: 2%}
.shop-gridarea {
    width: 100%;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto auto;
    grid-template-areas: "main button" "drop block"}
.shop-drop {
    border-radius: 10px;
    box-shadow: 0 0 0 #e5e5e5, 0 0 15px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .05);
}
.shop-drop .card-tag {
    font-size: 16px;
    height: 26px;
    padding: 3px 6px 0;
}
.node-tip.cust-modelin {
    transform: translate3d(0, 15rem, 0);
}
.dropdown-area.dropdown-active {
    margin: .5em 0 1.5em;
}
.dropdown-area {
    transition: .3s;
}
}@media only screen and (min-width:768px) {
    .ui-card-pre {
    min-height: 189px;
}
.ui-card-pre-media {
    min-height: 353px;
}
.card-row {
    grid-template-columns: 49% 49%}
.nodetitle {
    grid-column-end: 3;
    grid-column-start: 1;
}
}@media only screen and (min-width:992px) {
    .ui-card-pre-media {
    min-height: 394px;
}
.auth-main .form-group-label.control-focus .floating-label, .auth-main .form-group-label.control-highlight .floating-label, .form-group-label.control-highlight-custom .floating-label {
    -webkit-transform: scale(.85714, .85714) translateY(-34px);
    transform: scale(.85714, .85714) translateY(-34px);
	color: white;
}
}@media only screen and (min-width:1440px) {
    .ui-card-pre-media {
    min-height: 389px;
}
.card-row {
    grid-template-columns: 32% 32% 32%}
.nodetitle {
    grid-column-end: 4;
    grid-column-start: 1;
}
.shop-gridarea {
    width: 100%;
    grid-template-columns: 87% 13%}
}
