.display-5 {
    font-size: 2.5rem
}

.display-6 {
    font-size: 2rem
}

.display-7 {
    font-size: 1.5rem
}

.display-8 {
    font-size: 1.2rem
}

.vh-70 {
    height: 70vh !important;
}

.vh-80 {
    height: 80vh !important;
}

.vh-90 {
    height: 90vh !important;
}


.font-size-6 {
    font-size: 4rem;
}

.font-size-7 {
    font-size: 4.5rem;
}


.space-lg-4-1,
.space-top-lg-4-1 {
    padding-top: 10.5rem !important;
}


.u-indicator-steps {
    padding-right: 2.5rem;
    padding-left: 0rem;
}

.u-indicator-steps::before {
    right: -.25rem !important;
    left: auto !important;
}


.u-indicator-steps::after {
    right: -.25rem !important;
    left: auto !important;
}


.buy-btn {
    padding-top: 1.5rem !important;
}

.fix-bar {
    position: fixed;
    top: 50%;
    right: 3vw;
    width: 100px;
    height: 0;
    z-index: 9;
    margin-top: -120px;
}

.fix-bar-btn {
    display: flex;
    width: 60px;
    height: 60px;
    position: relative;
    text-decoration: none;
    transition: all 1s linear;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.fix-bar-btn:hover {
    color: #fff;
}

.fix-bar-btn:hover .fix-bar-child {
    display: flex;
    align-items: center;
    justify-content: center;
}


.fix-bar-btnp::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(0.9999);
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #68bbb0;
}

.fix-bar-child {
    position: absolute;
    right: 30px;
    color: #fff;
    background: #6ab8c4;
    bottom: 0;
    padding: 1rem;
    transform: translateX(-30px);
    width: 120px;
    height: 60px;
    display: none;
}

.fix-bar-child::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(0.9999);
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #6ab8c4;
}

.fix-bar-qq, .fix-bar-qq:hover {
    background: linear-gradient(0deg, #03a994, #00ac78);
}

.fix-bar-phone {
    background: linear-gradient(0deg, #0aa2cc, #09a3c0);
}

.fix-bar-phone:hover, .fix-bar-top:hover {
    background: linear-gradient(0deg, #08a4bc, #04a898);
    transition: all 1s linear;
}

.fix-bar-phone:hover .fix-bar-child {
    width: 140px;
}


.fix-bar-wx {
    background: linear-gradient(0deg, #08a4bc, #04a898);
}

.fix-bar-wx:hover {
    background: linear-gradient(0deg, #03a994, #00ac78);
}

.fix-bar-wx img {
    width: 120px;
}

.fix-bar-top {
    background: linear-gradient(0deg, #0aa2cc, #09a3c0);
}


.list-style-none {
    list-style: none;
}

.my-nav-a .u-header__nav-item.active {
    position: relative;
}

.my-nav-a .u-header__nav-item.active:after {
    position: absolute;
    display: inline-block;
    border-bottom: 1px solid #fff;
    content: " ";
    width: 100%;
    height: 1px;
    bottom: 10px;
}

.upload-span-view {
    width: 60px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}

.no-results{
    text-align: center;
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding: 6px !important;
}
.search-tip{

}
.search-icon{
    position: absolute;
    right: 40px;
    top: 16px;
    z-index: 1000;
    cursor: pointer;
}



/*
.WPA3-SELECT-PANEL-ANONY-CHAT {
    display: none !important;
}

.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-AIO-CHAT {
    margin-left: 70px;
}
*/

.ct-chart {
    position: relative;
}
.ct-legend {
    position: relative;
    z-index: 10;
    list-style: none;
    text-align: center;
}
.ct-legend li {
    position: relative;
    padding-left: 23px;
    margin-right: 10px;
    margin-bottom: 3px;
    cursor: pointer;
    display: inline-block;
}
.ct-legend li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    content: '';
    border: 3px solid transparent;
    border-radius: 2px;
}
.ct-legend li.inactive:before {
    background: transparent;
}
.ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0;
}
.ct-legend.ct-legend-inside li{
    display: block;
    margin: 0;
}
.ct-legend .ct-series-0:before {
    background-color: #d70206;
    border-color: #d70206;
}
.ct-legend .ct-series-1:before {
    background-color: #f05b4f;
    border-color: #f05b4f;
}
.ct-legend .ct-series-2:before {
    background-color: #f4c63d;
    border-color: #f4c63d;
}
.ct-legend .ct-series-3:before {
    background-color: #d17905;
    border-color: #d17905;
}
.ct-legend .ct-series-4:before {
    background-color: #453d3f;
    border-color: #453d3f;
}

.ct-chart-line-multipleseries .ct-legend .ct-series-0:before {
    background-color: #d70206;
    border-color: #d70206;
}

.ct-chart-line-multipleseries .ct-legend .ct-series-1:before {
    background-color: #f4c63d;
    border-color: #f4c63d;
}

.ct-chart-line-multipleseries .ct-legend li.inactive:before {
    background: transparent;
}

.table th, .table td {
   /* white-space: nowrap!important;*/
}


@media (min-width: 992px) {
    .u-hero-v1__main {
        height: 70vh;
    }
}
