/*www.xcooo.cn layout*/

.dict-ui-section {
    padding-top: 0;
}

.section {
    padding-bottom: 0;
}

/*header Top Style start*/

.header-banner {
    background-color: #333
}

.header-banner .ym-menu a, .header-banner {
    color: #fff
}

.ripro-dark .header-banner {
    background-color: #191616
}

.header-banner-left .menu li a {
    display: flex;
    align-items: center;
    opacity: .5;
    transition: opacity .2s ease-out
}

.header-banner-left .menu li a:hover {
    opacity: 1;
    transition: opacity .2s ease-out
}

.header-banner-left ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0;
}

.header-banner-left .menu li {
    margin-left: 14px
}

.header-banner {
    width: 100%;
    color: #b2bac2;
    position: relative;
    z-index: 999;
}

.header-banner-content {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px
}

.deangg {
    line-height: 30px;
}

.deanggspan {
    float: left;
    margin: 0 auto;
    width: 105px;
    color: #333;
    font-size: 14px;
}

.deanggspan i {
    float: left;
    display: block;
    margin-top: 6px;
    margin-right: 6px;
    margin-left: 5px;
    font-size: 18px;
    background-image: -webkit-linear-gradient(125deg, #448aff, #18cef2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.deanggspan span {
    float: left;
    display: block;
    color: #eee;
}

.deangg b {
    float: left;
    display: block;
    margin-top: 9px;
    width: 1px;
    height: 12px;
    background: #a8a8a8;
}

.deanggc {
    float: left;
}

.announce-wrap {
    overflow: hidden;
    height: 30px;
}

.deanggc ul {
    margin-top: -30px;
}

.deanggc ul li {
    clear: both;
    display: block;
    width: 580px;
    height: 30px;
    font-size: 14px;
}

.deanggc ul li a {
    float: left;
    font-weight: 700;
    background-image: -webkit-linear-gradient(125deg, #448aff, #18cef2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.deanggc ul li a:hover {
    color: #f60;
    text-decoration: blink;
}

.deanggc ul li span {
    float: right;
    width: 120px;
    color: #999;
    font-size: 12px;
}

/*header Top Style end*/

/*header Style start*/

/*header height*/

.site-header {
    padding: 10px 0;
    box-shadow: 0 0;
}

.uitop {
    margin-top: 36px;
}

/*header-banner phone Style*/

@media (max-width: 768px) {
    .header-banner {
        display: none;
    }
}

@media (max-width: 768px) {
    .site-header {
        padding: 10px 0;
        margin-top: 0;
        box-shadow: 0 0;
    }
}

.navFix {
    position: fixed !important;
}

.frosted {
    position: fixed !important;
    background-color: rgb(255, 255, 255, 0.7);
    box-shadow: rgba(51, 51, 51, 0.2) 0px 2px 3px;
}

.xc-content {
    padding-top: 90px;
}

.xc-bg {
    background: url(https://www.xcooo.cn/wp-content/uploads/2021/08/1627808809-f92493656c75820.jpg) no-repeat;
}

.xc-sava {
    margin-bottom: 20px;
    float: right;
}

.xc-bar {
    padding: 80px 0;
    align-items: center;
    background-color: #34495e;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.ripro-dark .frosted {
    background-color: rgba(25, 22, 22, 0.7);
}

.navbar {
    height: 76px;
}

.header-gap {
    height: 76px;
}

/*Button color*/

.navbar .login-btn {
    background: linear-gradient(125deg, #18cef2 0%, #448aff 100%);
    color: #fff;
    box-shadow: 4px 3px 10px #2f6bd024;
}

.search-open.navbar-button {
    background: linear-gradient(125deg, #18cef2 0%, #448aff 100%);
    transition: transform 0.1s;
    box-shadow: 4px 3px 10px #2f6bd024;
    color: #fff;
}

.ripro-dark .navbar .navbar-button, .ripro-dark .off-canvas .canvas-close {
    color: #FFC107;
    box-shadow: 4px 3px 10px #40404024;
    border: 2px solid #000;
    background: linear-gradient(125deg, #333 0%, #000000 100%);
}

.navbar .navbar-button, .off-canvas .canvas-close {
    background: linear-gradient(125deg, #18cef2 0%, #448aff 100%);
    transition: transform 0.1s;
    box-shadow: 4px 3px 10px #2f6bd024;
    color: #fff;
}

.ripro-dark .navbar .navbar-button, .off-canvas .canvas-close {
    color: #FFC107;
    box-shadow: 4px 3px 10px #40404024;
    border: 2px solid #000;
    background: linear-gradient(125deg, #333 0%, #000000 100%);
}

.burger.navbar-button {
    background: linear-gradient(125deg, #f5ff07 0%, #ff1841 100%);
    transition: transform 0.1s;
    box-shadow: 4px 3px 10px #2f6bd024;
    color: #fff;
}

.burger:before, .burger:after {
    background-color: #fff0;
    width: 0px;
}

.fa-list {
    color: #fff;
}

.ripro-dark .fa-list {
    color: #FFC107;
}

/*Modify login button style*/

.navbar .login-btn {
    border-radius: 25px;
    width: 90px;
}

/*Login button drop-down*/

.actions .login-btn {
    position: relative;
}

.login-btn .diamond {
    position: absolute;
    top: 40px;
    left: 93%;
    display: none;
    margin-left: -165px;
    padding: 15px;
    height: auto;
    border-radius: 6px;
    background: #fff;
}

.actions a.login-btn:hover {
    opacity: 1;
}

.login-btn:hover .diamond {
    display: inline-block;
    background: rgba(255, 255, 255, 1);
}

.diamond .kt {
    position: relative;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 11px;
    width: 176px;
    height: 36px;
    border-radius: 45px;
    background-image: linear-gradient(135deg, #35e9fa, #18cef2);
    color: #fff;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}

.diamond .kt:hover {
    background-image: linear-gradient(135deg, #18cef2 0%, #448aff 100%);
}

.diamond .kt em {
    position: absolute;
    top: -26px;
    right: 12px;
    width: 95px;
    height: 34px;
    background: url(../ripro-child/assets/images/newuser.png) 1px -775px no-repeat;
    font-size: 12px;
    line-height: 28px
}

.login-btn .diamond ul {
    margin: 10px 0;
    padding-left: 0px !important
}

.login-btn .diamond ul li {
    display: inline-block;
    margin-left: 15px;
    width: 127px;
    height: 40px;
    color: #333;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    font-size: 14px;
    line-height: 40px
}

.login-btn .diamond ul li i {
    display: inline-block;
    margin-right: 4px;
    width: 17px;
    height: 14px;
    background: url(../ripro-child/assets/images/newuser.png) -28px -109px no-repeat;
    vertical-align: -1px
}

/*LOGO Streamer*/

.logo-wrappers {
    position: relative;
    font-size: 2em;
    font-weight: 700;
    line-height: 39px;
    overflow: hidden;
    margin: 0;
}

.logo-wrappers::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
}

.ripro-dark .logo-wrappers::before {
    background-color: rgba(25, 22, 22, 0.5);
}

@-webkit-keyframes searchLights {
    0% {
        left: -90px;
        top: 0;
    }
    to {
        left: 90px;
        top: 0;
    }
}

/*Head portrait Size*/

.navbar .user-pbtn img {
    height: 35px;
    width: 35px;
    box-shadow: 4px 3px 10px #2f6bd017;
}

.ripro-dark .user-pbtn img {
    height: 30px;
    width: 30px;
    box-shadow: 4px 3px 10px #40404024;
    border: 2px solid #000;
}

/*drop-down weight*/

.navbar .user-pbtn {
    z-index: 99;
}

.search-open.navbar-button {
    z-index: 99;
}

/*drop-down VIP*/

.wp-VIP {
    background: linear-gradient(125deg, #ffe1a9 0%, #ffcc6d 100%);
    color: #b6833f;
}

/*drop-down Due time*/

.header-top .group-name {
    background: linear-gradient(90deg, #18cef2, #448aff);
}

/*drop-down Dotted line*/

.header-top {
    border-bottom: 1px dashed #ced5dc;
}

/*drop-down wallet*/

/*drop-down Openvip*/

.header-center .md-t {
    padding: 10px;
    margin-bottom: 11px;
    border-radius: 1px;
    /* background-image: linear-gradient(135deg, #fdf8ed, #ffe3af); */
    background-color: #2196F3;
}

.header-center .md-t span {
    color: #fff;
    font-size: 14px
}

.header-center .md-t p {
    color: #fff;
}

.header-center .md-t a, .header-center .md-b a {
    background-color: #efb652;
}

.header-center .md-t a:hover, .header-center .md-b a:hover {
    background-color: #885700;
}

.header-center .md-b {
    padding: 10px;
    border-radius: 1px;
    /* background-image: linear-gradient(135deg, #fdf8ed, #ffe3af); */
    background-color: #8BC34A;
}

.header-center .md-b span {
    color: #fff;
    font-size: 14px
}

.header-center .md-b p {
    color: #fff;
}

/*drop-down Navigation effects*/

.header-bottom li i:hover {
    background-color: #333;
}

/*header Style end*/

/*lang Style start*/

.filter--content {
    border: 0;
    padding: 20px 0;
    margin-top: -80px;
    background-color: #f6f6f6;
}

.ripro-dark .filter--content {
    background-color: #232425;
}

.filter--content .form-box {
    background-color: #f6f6f6;
}

.ripro-dark .filter--content .form-box {
    background-color: #232425;
}

.lang {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: -55px
}

.lang__1 {
    background: url(../ripro-child/assets/images/sch_b.png) repeat-x;
    width: 4500px;
    height: 60px;
    animation: langs 18s infinite linear;
    position: absolute;
    top: 8px
}

.lang__2 {
    height: 60px
}

.lang__3 {
    background: url(../ripro-child/assets/images/sch_c.png) repeat-x;
    width: 4500px;
    height: 60px;
    animation: langs 18s infinite linear;
    position: absolute;
    top: 0;
}

.lang__4 {
    background: url(../ripro-child/assets/images/sch_d.png) repeat-x;
    width: 4500px;
    height: 60px;
    animation: langs 12s infinite linear;
    position: relative;
    top: 0
}

.ripro-dark .lang__3 {
    background: url(../ripro-child/assets/images/sch_e.png) repeat-x;
}

.ripro-dark .lang__4 {
    background: url(../ripro-child/assets/images/sch_f.png) repeat-x;
}

.author .lang {
    margin-top: -132px
}

@keyframes langs {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -1938px
    }
}

@-webkit-keyframes langs {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -1938px
    }
}

/*lang Style end*/

/*active Style start*/

.filter--content .filter-item span {
    background-color: #ffffff00;
    color: #448aff;
}

.filter--content .filter-tab span {
    background-color: #ffffff00;
    color: #448aff;
}

.find-light-icon {
    position: absolute;
    right: 4px;
    top: 26px;
    width: 8px;
    height: 8px;
    background: #448aff;
    border-radius: 100%;
    display: none;
}

.filter--content .filter-item a.on {
    border: 1px dashed #448aff;
    background-color: #a4f0ff1f;
}

.filter--content .filter-item a:hover {
    border: 1px dashed #448aff;
    background-color: #fff0;
}

.filter--content .filter-tab a.on {
    color: #448aff;
}

.filter--content .filter-tab .tab.on i:before {
    color: #448aff;
}

.ripro-dark .filter--content .filter-item span {
    background-color: #ffffff00;
    color: #fff;
}

.ripro-dark .filter--content .filter-item span, .ripro-dark .filter--content .filter-tab span {
    background-color: #ffffff00;
    color: #fff;
}

.ripro-dark .filter--content .filter-item a {
    color: #eee;
}

.ripro-dark .filter--content .filter-tab a {
    color: #eee;
}

/*active Style end*/

/*banner Style start*/

.owl .owl-dot.active {
    background: linear-gradient(125deg, #18cef2 0%, #448aff 100%);
}

.slider.big.diy {
    border-radius: 4px;
}

/*banner Fixed small advertisement*/

.r_b_tip_box {
    position: relative;
}

.r_b_tip {
    width: 182px;
    height: 67px;
    position: absolute;
    bottom: 0;
    z-index: 88;
    right: 0;
}

/*Floating navigation phone Style*/

@media (max-width: 768px) {
    .r_b_tip_box {
        display: none;
    }
}

/*banner Style end*/

/*www.xcooo.cn.mobile Style start*/

.static .flex {
    padding: 0;
    margin: 0;
    display: flex;
}

.static li.st_one {
    flex: 1;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    list-style: none;
    transition: all .3s ease-out;
    height: 145.5px;
}

.static li.st_one:last-child {
    margin-right: 0;
}

.static li.st_one:hover {
    transform: translateY(-5px);
}

.static .st_one .card-main {
    width: 100%;
}

.static .active-card-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), to(transparent));
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    margin: 0;
}

@media screen and (max-width: 900px) {
    .item.scroll {
        height: 200px;
        margin-top: -54px;
    }
}

.sc-1wssj0-17 img {
    display: inline-block;
}

@-webkit-keyframes banner {
    from {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes banner {
    from {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.ripro-dark .post-grid {
    background-color: #171819;
    border: 1px solid #171819;
}

.post-grid .entry-media img {
    margin: 0 auto;
    width: 100%;
    border-radius: 4px;
}

.entry-media .placeholder {
    background-color: unset;
}

/*www.xcooo.cn.mobile phone Style*/

@media (max-width: 768px) {
    .static {
        display: none;
    }
}

/*www.xcooo.cn.mobile Style end*/

/*Article VIP Corner marker Style start*/

.vwip30 {
    background-position: -40px 0
}

.vwip10, .vwip30 {
    position: absolute;
    z-index: 10;
    border-radius: 5px 0 0 0
}

.vwip10, .vwip30 {
    display: inline-block;
    background-image: url(../ripro-child/assets/images/tuyiyi_vip4.png);
    background-size: auto 40px;
    vertical-align: middle;
    height: 40px;
    width: 40px;
}

.vvip10, .vwip10 {
    background-position: 0 0
}

/*Article VIP Corner marker Style end*/

/*Article FAQ Style start*/

#help h2, #down h2 {
    font-size: 18px;
    line-height: 54px;
    color: #323232;
    border-bottom: 2px solid #4f8af1;
    width: 150px;
    font-weight: normal;
}

#help dt {
    cursor: pointer;
    color: #353535;
    font-size: 18px;
    margin-bottom: 20px;
}

#help dd {
    display: none;
    color: #767676;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    background: #f0f0f0;
    margin-bottom: 20px;
    margin-bottom: 20px;
    line-height: 25px;
    letter-spacing: 1px;
}

#help dt, #help dd {
    margin-left: 40px;
    position: relative;
}

#help dt i, #help dd i {
    background: url(../ripro-child/assets/images/ico.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -40px;
    top: 0px;
}

#help dd i {
    background-position: 0 -35px;
}

/*Article FAQ Style end*/

/*Article Collection Style start*/

.entry-star {
    background: -webkit-linear-gradient(-45deg, #448aff 29%, #18cef2 100%);
}

.entry-star a {
    color: #fff;
}

.entry-star:hover, .entry-star a:hover {
    color: #000;
    background: -webkit-linear-gradient(-45deg, #ffa363 29%, #FFC107 100%);
}

.menu-post .cao-cover, .post-grid .cao-cover, .post-list .cao-cover {
    opacity: 0
}

.menu-post .cao-cover, .post-grid .cao-cover, .post-list .cao-cover {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, .45);
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-size: 25px;
    border-radius: 4px 4px 0 0;
    pointer-events: none !important;
}

.menu-post .cao-cover img, .post-grid .cao-cover img, .post-list .cao-cover img {
    width: 50px!important;
    height: 50px!important;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    -webkit-filter: blur(0)!important;
    -moz-filter: blur(0)!important;
    -ms-filter: blur(0)!important;
    filter: blur(0)!important;
}

.menu-post:hover .cao-cover, .post-grid:hover .cao-cover, .post-list:hover .cao-cover {
    opacity: 1;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.post-grid:hover .entry-media img, .post-list:hover .entry-media img, menu-post:hover .entry-media img {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px)
}

.entry-header .entry-meta .meta-category .dot {
    border: 2px solid #0056ff;
    background-color: #fd721f00;
    height: 8px;
    width: 8px;
}

.entry-header .entry-meta .meta-category a:nth-child(2) .dot {
    border: 2px solid #4CAF50;
    background-color: #fd721f00;
    height: 8px;
    width: 8px;
}

.entry-content .gallery-item {
    margin-bottom: 10px;
}

/*Article Collection Style end*/

/*Tab Newest Style start*/

.widget_tabcontent h3 .selected {
    color: #000;
    border-bottom: 2px solid #448aff;
}

.ripro-dark .widget_tabcontent h3 .selected {
    color: #18cef2;
    border-bottom: 2px solid #18cef2;
}

.widget_tabcontent h3 span {
    color: #999;
    margin: 0 18px;
    letter-spacing: .51px;
    position: relative;
    line-height: 1;
    padding-bottom: 6px;
    cursor: pointer;
    font-weight: 400;
}

.ripro-dark .widget_tabcontent h3 span {
    color: #f1f1f1;
}

.widget_tabcontent h3 span:hover {
    border-bottom: 2px solid #448aff;
}

.widget_tabcontent .hide-code {
    display: none;
    padding-left: 0;
}

.show {
    display: block!important;
}

ol, ul {
    list-style: none;
}

.cl.pos {
    display: flex;
    flex-wrap: wrap;
}

.h-screen {
    margin: 15px 0 0;
    padding-left: 0;
}

.h-screen li {
    position: relative;
    float: left;
}

.h-screen li a {
    display: block;
    height: 35px;
    margin-right: 20px;
    padding: 0 20px;
    font-size: 15px;
    color: #333;
    line-height: 35px;
    text-align: center;
    font-weight: 700;
}

.ripro-dark .h-screen li a {
    color: #fff;
}

.h-screen li a:hover {
    /* color: #3d7eff; */
    color: #fff;
}

.ripro-dark .h-screen li a:hover {
    color: #ffa363;
}

.h-screen li a .num {
    position: relative;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
    padding: 0 3px;
    background-color: #3d7eff;
    font-size: 12px;
    color: #fff;
}

.h-screen li a .num:after, .h-screen li a .num:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
}

.h-screen li a .num:before {
    top: 0;
    left: -7px;
    border-color: transparent #3d7eff transparent transparent;
    border-width: 9px 7px 9px 0;
}

.h-screen li a .num:after {
    top: 0;
    right: -7px;
    border-color: transparent transparent transparent #3d7eff;
    border-width: 9px 0 9px 7px;
}

.h-screen li.on a {
    border: 1px solid #fff;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
}

.ripro-dark .h-screen li.on a {
    border: 1px solid #ffa363;
    border-radius: 20px;
    font-weight: bold;
    color: #ffa363;
}

.h-screen li.on a:hover {
    border-color: #3d7eff;
}

.ripro-dark .h-screen li.on a:hover {
    border-color: #ffffff;
}

.h-screen li.on a .num {
    display: none;
}

.h-soup {
    position: relative;
    float: right;
    width: auto;
    height: 40px;
    padding: 0 72px 0 20px;
    background-color: #fff7e7;
    border-radius: 20px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    margin: 15px 0 0 auto;
}

.h-soup li {
    float: right;
}

.h-soup li i {
    position: absolute;
    top: 8px;
    font-size: 28px;
    color: #eae1d0;
    cursor: pointer;
}

.h-soup li.open i {
    color: #e67e22;
}

.h-soup li i.icon_star {
    right: 7px;
}

.h-soup li i.icon_heart {
    right: 41px;
}

.h-soup li i.icon_warn {
    right: 75px;
}

.h-soup li .txt {
    display: none;
    font-size: 14px;
    color: #6b3612;
    line-height: 40px;
    white-space: nowrap;
    display: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 350px;
}

@media screen and (min-width:1760px) {
    .h-soup li .txt {
        max-width: 500px;
    }
}

.h-soup li.open .txt {
    display: block;
}

@media (max-width:768px) {
    .h-screen {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* display: none; */
    }
    .h-soup {
        display: none;
    }
    .h-screen li a {
        padding: 0 10px;
        border: 1px solid transparent;
        border-radius: 20px;
    }
}

#hitokoto {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

/*TAB Newest Style end*/

/*Catpost Titolo style start*/

.home_title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.home_title .title {
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    width: calc(100% - 48px);
}

.home_title .title .pricing-title {
    font-size: 18px;
    color: #333;
    margin-right: 8px;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
    vertical-align: bottom;
}

.index_fenlei {
    float: right;
    margin-left: 20px;
    font-size: 0.75rem;
    font-weight: 400;
    color: #878787;
    margin-top: 4px;
    display: block;
    padding: 3px 0px;
    border-radius: 5px;
    line-height: 16px;
}

@media (max-width: 768px) {
    .index_fenlei {
        display: none;
    }
}

.fwq_fenlei_title {
    float: right;
    display: block;
    padding: 3px 0px;
    width: 18px;
    height: 24px;
    line-height: 24px;
}

.fwq_fenlei_title:after {
    display: inline-block;
    padding: 0 .5rem;
    content: '/';
    color: #6cb5fe;
    vertical-align: middle;
    position: relative;
    top: -0.3rem;
    left: -17px;
    font-weight: 600;
}

.fwq_fenlei_title:before {
    display: inline-block;
    padding: 0 .5rem;
    content: '/';
    color: #ff7979;
    vertical-align: middle;
    position: relative;
    top: -0.3rem;
    font-weight: 600;
}

/*Catpost Titolo style end*/

/*Button Style start*/

.infinite-scroll-button {
    background: linear-gradient(125deg, #18cef2 0%, #448aff 100%);
    -webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, .3);
    box-shadow: 0 6px 10px rgba(32, 160, 255, 0.27);
    min-width: 200px;
    padding: 14px;
}

.ripro-dark .infinite-scroll-button {
    color: #333;
    background: rgb(226, 226, 226);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
    -moz-box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
    box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
}

/*Button Style end*/

/*Floating navigation Style start*/

.rightList ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

.rightList ul, ol, li {
    list-style-type: none
}

.rightList.bar-v2 {
    position: fixed;
    right: 100px;
    bottom: 34px;
    z-index: 9;
    text-align: center;
    width: 50px;
    height: auto;
    box-sizing: border-box;
    padding-bottom: 55px;
    background: transparent;
    box-shadow: none;
}

.rightList.bar-v2 .sidebar {
    position: relative;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px
}

.rightList.bar-v2 .Top {
    display: none;
    position: absolute;
    left: -85px;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
    width: 100%;
    height: 45px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px;
}

.bar-v2 .Top i {
    font-size: 16px;
    color: #000;
    transition: .3s
}

.bar-v2 .Top span {
    display: block;
    margin: -7px auto 0;
    width: 16px;
    height: 2px;
    border: 0;
    border-radius: 1px;
}

.bar-v2 .Top:hover i {
    color: #448aff
}

.ripro-dark .bar-v2 .Top:hover i {
    color: #ffa363
}

.bar-v2 .sidebar li {
    position: relative
}

.bar-v2 .sidebar li>a {
    display: block;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
    border: 0;
    opacity: 1;
}

.bar-v2 .sidebar li>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    width: 44px;
    height: 1px;
    background: #707070;
    opacity: .1
}

.bar-v2 .sidebar .vip .iconfont {
    font-size: 22px;
    color: #ffa363;
    background-image: linear-gradient(to bottom, #ffa363 0, #fd7d5b 100%);
    background-image: -webkit-gradient(to bottom, #ffa363 0, #fd7d5b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bar-v2 .sidebar li .right-icon {
    display: block;
    margin: 0 auto;
    background-image: url(../ripro-child/assets/images/right-icon-v2.png);
    background-repeat: no-repeat;
    background-size: auto 20px
}

.bar-v2 .sidebar .iconfont {
    font-size: 22px;
    color: #448aff;
    background-image: linear-gradient(to bottom, #18cef2 0, #448aff 100%);
    background-image: -webkit-gradient(to bottom, #18cef2 0, #448aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ripro-dark .bar-v2 .sidebar .iconfont {
    color: #FFC107;
    background-image: linear-gradient(to bottom, #FFC107 0, #ffa363 100%);
    background-image: -webkit-gradient(to bottom, #FFC107 0, #ffa363 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bar-v2 .sidebar li .sign-icon {
    width: 18px;
    height: 17px;
    background-position-x: 0
}

.bar-v2 .sidebar li .custom-icon {
    width: 18px;
    height: 18px;
    background-position-x: -18px
}

.bar-v2 .sidebar li .client-icon {
    width: 18px;
    height: 18px;
    background-position-x: -37px
}

.bar-v2 .sidebar li .log-icon {
    width: 17px;
    height: 20px;
    background-position-x: -56px
}

.bar-v2 .sidebar li .recruit-icon {
    width: 16px;
    height: 19px;
    background-position-x: -73px
}

.bar-v2 .sidebar li .red-bag {
    width: 15px;
    height: 20px;
    background-position-x: -90px
}

.bar-v2 .sidebar li span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #232323;
    text-align: center;
    transition: .3s;
    line-height: 16px;
}

.bar-v2 .sidebar li:hover span {
    color: #18cef2
}

.bar-v2 .sidebar .vip span {
    font-size: 12px;
    color: #ee663f;
    padding: 0 10px;
    letter-spacing: 0;
}

.bar-v2 .sidebar li.vip:hover span {
    color: #ee663f
}

.bar-v2 .sidebar .vip .left-box {
    position: absolute;
    top: 0;
    right: 106%;
    cursor: pointer;
    width: 0;
    opacity: 0;
    transition: .3s;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.33);
}

.bar-v2 .sidebar .vip:hover .left-box {
    width: 220px;
    opacity: 1
}

.bar-v2 .sidebar .vip .left-box>img {
    width: 100%
}

.bar-v2 .sidebar li:hover {
    background: transparent
}

.bar-v2 .sidebar li .service-box {
    top: 50%;
    transform: translateY(-50%)
}

.sidebar .twinkle-point a:before {
    top: 5px;
    left: 5px
}

.sidebar .twinkle-point a:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #448aff;
    background: linear-gradient(45deg, #448aff 29%, #18cef2 100%);
    background: -webkit-linear-gradient(-45deg, #448aff 29%, #18cef2 100%);
    background: -moz-linear-gradient(45deg, #448aff 29%, #18cef2 100%);
    background: -ms-linear-gradient(45deg, #448aff 29%, #18cef2 100%);
    animation: twinkle .6s ease-in-out infinite alternate;
    -webkit-animation: twinkle .6s ease-in-out infinite alternate;
    -moz-animation: twinkle .6s ease-in-out infinite alternate;
    -o-animation: twinkle .6s ease-in-out infinite alternate;
}

.ripro-dark .sidebar .twinkle-point a:before {
    background: #ffa363;
    background: linear-gradient(45deg, #ffa363 29%, #FFC107 100%);
    background: -webkit-linear-gradient(-45deg, #ffa363 29%, #FFC107 100%);
    background: -moz-linear-gradient(45deg, #ffa363 29%, #FFC107 100%);
    background: -ms-linear-gradient(45deg, #ffa363 29%, #FFC107 100%);
}

@keyframes twinkle {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    100% {
        transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6)
    }
}

@-webkit-keyframes twinkle {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    100% {
        transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6)
    }
}

@-ms-keyframes twinkle {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    100% {
        transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6)
    }
}

@-o-keyframes twinkle {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    100% {
        transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6)
    }
}

.customer-service {
    position: relative
}

li.customer-service:hover .service-box {
    opacity: 1;
    width: 225px
}

.sidebar li .service-box {
    opacity: 0;
    position: absolute;
    width: 0;
    right: 93.3%;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 5px;
    transition: opacity .3s
}

.sidebar li .service-box .service-con {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    font-size: 14px;
}

.sidebar li .service-box .service-con>a {
    display: block;
    line-height: 35px;
    height: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    color: inherit;
    padding-left: 34px;
    text-align: left
}

.sidebar li .service-box .service-con .iconfont {
    font-size: 12px;
    color: inherit;
    margin-left: 5px
}

.sidebar li .service-box .service-con p {
    color: inherit;
    padding-left: 34px;
    text-align: left;
    line-height: 18px
}

.sidebar li .service-box .custom-box, .sidebar li .service-box .custom-tel {
    padding: 6px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .17)
}

.sidebar li .service-box .btn-contact {
    display: block;
    margin: 6px auto 6px 34px;
    width: 100px;
    height: 26px;
    background-color: #fff;
    box-shadow: 0 3px 4px 0 #448affe0;
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    transition: all .2s
}

.sidebar li .service-box .btn-contact.lg {
    width: 140px
}

.sidebar li .service-box .btn-contact:hover {
    transform: translateY(-3px)
}

.sidebar li .service-box .warning-box {
    padding: 10px 0
}

.common-gradient {
    color: #fff;
    border: 1px solid #448aff;
    background: #18cef2;
    background-image: -o-linear-gradient(90deg, #448aff 0, #18cef2 100%);
    background-image: -moz-linear-gradient(90deg, #448aff 0, #18cef2 100%);
    background-image: -webkit-linear-gradient(0deg, #448aff 0, #18cef2 100%);
    background-image: -ms-linear-gradient(90deg, #448aff 0, #18cef2 100%);
    background-image: linear-gradient(90deg, #448aff 0, #18cef2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#448aff', endColorstr='#18cef2', GradientType=1);
    transition: all .3s ease-in-out
}

.common-gradient:hover {
    background: #448aff;
    background-image: -moz-linear-gradient(90deg, #448aff 0, #18cef2 100%);
    background-image: -webkit-linear-gradient(0deg, #448aff 0, #18cef2 100%);
    background-image: -ms-linear-gradient(90deg, #448aff 0, #18cef2 100%);
    background-image: -o-linear-gradient(90deg, #448aff 0, #18cef2 100%);
    background-image: linear-gradient(90deg, #448aff 0, #18cef2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#448aff', endColorstr='#18cef2', GradientType=1)
}

.ripro-dark .common-gradient {
    border: 1px solid #ffa363;
    background: #FFC107;
    background-image: -o-linear-gradient(90deg, #ffa363 0, #FFC107 100%);
    background-image: -moz-linear-gradient(90deg, #ffa363 0, #FFC107 100%);
    background-image: -webkit-linear-gradient(0deg, #ffa363 0, #FFC107 100%);
    background-image: -ms-linear-gradient(90deg, #ffa363 0, #FFC107 100%);
    background-image: linear-gradient(90deg, #ffa363 0, #FFC107 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa363', endColorstr='#FFC107', GradientType=1);
    transition: all .3s ease-in-out
}

.ripro-dark .common-gradient:hover {
    background: #ffa363;
    background-image: -moz-linear-gradient(90deg, #ffa363 0, #FFC107 100%);
    background-image: -webkit-linear-gradient(0deg, #ffa363 0, #FFC107 100%);
    background-image: -ms-linear-gradient(90deg, #ffa363 0, #FFC107 100%);
    background-image: -o-linear-gradient(90deg, #ffa363 0, #FFC107 100%);
    background-image: linear-gradient(90deg, #ffa363 0, #FFC107 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa363', endColorstr='#FFC107', GradientType=1)
}

/*Floating navigation phone Style*/

@media (max-width: 768px) {
    .rightList {
        display: none;
    }
}

/*Floating navigation Style end*/

/*Footer Statistics style start*/

svg.iconf {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
}

.site-data-wp svg {
    fill: #abbae5;
    -webkit-transition: fill .3s cubic-bezier(.31, 1, .34, 1);
    transition: fill .3s cubic-bezier(.31, 1, .34, 1);
}

.site-data-wp li span.active::after {
    opacity: 1
}

.site-data-wp li strong {
    display: block;
    color: #abbae5;
    font-size: 12px;
    line-height: 1;
    -webkit-transition: color .3s cubic-bezier(.31, 1, .34, 1);
    transition: color .3s cubic-bezier(.31, 1, .34, 1)
}

.site-data-wp li:hover svg {
    fill: #fff
}

.site-data-wp li:hover strong {
    color: #fff
}

.site-data-wp {
    height: 246px;
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-color: #7a99f2;
    background-position: center;
    text-align: center;
    font-size: 0;
}

.site-data-wp .data-items {
    padding-top: 45px;
    padding-bottom: 32px;
    font-size: 0;
    min-height: 85px;
    margin: 0;
    padding-left: 0;
}

.site-data-wp li {
    display: inline-block;
    vertical-align: top;
    width: 220px;
}

.site-data-wp li i {
    display: inline-block;
    height: 25px;
}

address, caption, cite, code, dfn, em, i, strong, th, var {
    font-style: normal;
    font-weight: 400;
}

.site-data-wp li strong {
    display: block;
    color: #abbae5;
    font-size: 12px;
    line-height: 1;
    -webkit-transition: color .3s cubic-bezier(.31, 1, .34, 1);
    transition: color .3s cubic-bezier(.31, 1, .34, 1);
}

.site-data-wp li span {
    display: block;
    line-height: 48px;
    font-size: 36px;
    color: #fff;
    position: relative;
}

.site-data-wp li span::after {
    content: '+';
    font-size: 18px;
    position: absolute;
    line-height: 1;
    padding-left: 3px;
    opacity: 0;
}

.site-data-wp li span.srcshujia::after {
    opacity: 1;
}

.site-data-wp .btn-outlined {
    min-width: 100px;
    line-height: 36px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}

.site-data-wp .btn-outlined:active, .site-data-wp .btn-outlined:hover {
    background-color: rgba(255, 255, 255, .2)
}

.btn-outlined {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    min-width: 80px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    border: 0 none;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .footer-statistics {
        display: none;
    }
}

/*Footer Statistics style end*/

/*Footer Fav uisdc Style start*/

.footer-fav {
    position: relative;
    /*z-index: 20;*/
    overflow: hidden;
    width: 100%;
    background: #f7fafc;
    background: #edf3f9
}

@media (min-width:768px) {
    .footer-fav {
        overflow: visible;
        width: auto;
        background: #edf3f9
    }
}

@media (min-width:768px) {
    .ripro-dark .footer-fav {
        background: #2d2d2d
    }
}

.footer-fav .container {
    overflow: visible;
    padding-top: 36px;
    padding-bottom: 36px
}

.footer-fav .site-info {
    width: 60%
}

@media (min-width:768px) {
    .footer-fav .site-info {
        display: inline-block;
        width: auto
    }
}

.footer-fav .site-info h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4
}

@media (min-width:768px) {
    .footer-fav .site-info h2 {
        font-size: 26px
    }
}

.footer-fav .site-info h2 a {
    color: #000
}

.footer-fav .site-info .site-p {
    margin-bottom: 10px
}

.ripro-dark .footer-fav .site-info h2 a {
    color: #eee
}

.footer-fav .site-info .site-p p:first-child:after {
    content: ','
}

@media (min-width:768px) {
    .footer-fav .site-info .site-p {
        margin-bottom: 0
    }
    .footer-fav .site-info .site-p p:first-child:after {
        content: ''
    }
}

.footer-fav .site-info p {
    display: inline;
    margin-bottom: 10px;
    color: #797979;
    font-size: 9pt;
    line-height: 1.8
}

.ripro-dark .footer-fav .site-info p {
    color: #dadada;
}

@media (min-width:768px) {
    .footer-fav .site-info p {
        display: block;
        margin-bottom: 0;
        font-size: 14px
    }
}

.footer-fav .site-fav {
    padding-top: 5px
}

@media (min-width:768px) {
    .footer-fav .site-fav {
        float: right;
        display: block;
        padding-top: 24px
    }
}

.footer-fav .site-fav .btn-orange {
    padding: 0 1.2em;
    font-size: 14px;
    line-height: 2.5
}

@media (min-width:768px) {
    .footer-fav .site-fav .btn-orange {
        padding: 0 2em;
        color: #fff;
        font-size: 1pc;
        line-height: 3.5
    }
}

.footer-fav .site-girl {
    position: absolute;
    bottom: 0;
    left: 50%
}

.footer-fav .site-girl .girl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 180px;
    transition: all .3s
}

@media (min-width:768px) {
    .footer-fav .site-girl .girl {
        left: -50px
    }
}

.footer-fav .site-girl .girl:after {
    position: absolute;
    top: 40%;
    left: 100%;
    display: block;
    visibility: hidden;
    color: #a7a7a7;
    content: 'Hi~';
    font-size: 20px;
    opacity: 0;
    transition: all .2s;
    transition: all .3s
}

.footer-fav .site-girl .thumb {
    display: block;
    padding-top: 116.667%
}

.footer-fav .site-girl .girl-info {
    margin-bottom: 55px;
    margin-left: 150px
}

.footer-fav .site-girl h4 {
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8
}

.ripro-dark .footer-fav .site-girl h4 {
    color: #eee;
}

.footer-fav .site-girl a {
    color: #797979
}

.footer-fav .site-girl a:hover {
    color: #ff5c00
}

/*Footer Fav uisdc phone Style*/

@media (min-width:768px) {
    .footer-fav:hover .site-girl .girl {
        left: -5pc
    }
    .footer-fav:hover .site-girl .girl:after {
        visibility: visible;
        opacity: 1;
        transition: all .2s
    }
}

@media (max-width:767px) {
    .footer-fav .btn-group>.btn:last-child {
        border-radius: 3px
    }
}

@media (max-width:767px) {
    .footer-fav {
        display: none
    }
}

/*Footer Fav uisdc Style end*/

/*Footer concise Style start*/

.site-footer .site-info {
    max-width: 100%;
}

.g-footer h4, .g-footer p, .g-footer ul {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0
}

.g-footer ol, ul {
    list-style-type: none;
    list-style-image: none
}

.copyright {
    font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
    -ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
    text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
    outline: 0;
    text-rendering: optimizeLegibility
}

.g-footer {
    padding: 20px 0;
}

.g-footer .logo a {
    margin-right: 10px
}

.g-footer .logo img {
    height: 36px
}

.g-footer .links {
    font-size: 14px;
    color: grey
}

.g-footer .links:after, .g-footer .links:before {
    display: table;
    content: ""
}

.g-footer .links:after {
    clear: both
}

.g-footer .links .links-menu {
    float: left;
    max-width: 50%
}

.g-footer .links .links-menu2 {
    float: right
}

.g-footer .links h4 {
    float: left;
    width: 100px;
    line-height: 32px
}

.g-footer .links ul:after, .g-footer .links ul:before {
    display: table;
    content: ""
}

.g-footer .links ul:after {
    clear: both
}

.g-footer .links ul.nav li {
    padding-right: 16px;
    margin-right: 15px;
    position: relative
}

.g-footer .links ul.nav li:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #979797;
    position: absolute;
    right: 0;
    top: 11px
}

.g-footer .links ul.nav li:last-child:before {
    display: none
}

.g-footer .links li {
    float: left
}

.g-footer .links li a {
    display: block;
    padding: 0 10px;
    line-height: 32px;
    color: grey;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.g-footer .links li a:hover {
    color: #4f4f4f
}

.g-footer .links .menu-items {
    padding-bottom: 10px
}

.g-footer .links .menu-items ul {
    margin-left: 100px
}

.g-footer .links .copyright {
    line-height: 32px;
    padding-top: 5px
}

@media screen and (max-width:640px) {
    .g-header .g-nav>ul>li.active>a, .g-header .g-nav>ul>li.current-menu-item>a, .g-header .g-nav>ul>li:hover>a, .have_search .g-header .g-nav>ul li.active>a, .have_search .g-header .g-nav>ul li.current-menu-item>a, .have_search .g-header .g-nav>ul li:hover>a, .page-scroll .g-header .g-nav>ul li.active>a, .page-scroll .g-header .g-nav>ul li.current-menu-item>a, .page-scroll .g-header .g-nav>ul li:hover>a {
        border: none;
    }
    .g-footer .links-menu2, .copyright {
        display: none;
    }
    .g-footer {
        padding: 0;
    }
    .g-footer .links, .g-footer .logo {
        display: inline-block;
        margin: 0;
    }
    .g-footer .links .links-menu {
        max-width: 100%;
    }
    .g-footer p {
        display: none
    }
}

/*Footer concise Style end*/

/*Footer wave Style start*/

.waveHorizontals {
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff !important
}

.ripro-dark .waveHorizontals {
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #181616 !important
}

#waveHorizontal1 {
    -webkit-mask: url(../ripro-child/assets/images/001.svg);
    mask: url(../ripro-child/assets/images/001.svg);
    animation-delay: -2s;
    animation-duration: 12s;
}

#waveHorizontal1, #waveHorizontal2, #waveHorizontal3 {
    background-image: linear-gradient(20deg, #18cef2 0, #448aff 100%)!important
}

.ripro-dark #waveHorizontal1, .ripro-dark #waveHorizontal2, .ripro-dark #waveHorizontal3 {
    background-image: linear-gradient(20deg, #ececec 0, #bbbbbb 100%)!important
}

.waveHorizontal {
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 350px 100%;
    transform-origin: 0 100% 0;
    animation-name: move;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes move {
    0% {
        transform: translate(-175px, 0px) scale(1, 1)
    }
    50% {
        transform: translate(-87px, 0px) scale(1, 0.5)
    }
    100% {
        transform: translate(0px, 0px) scale(1, 1)
    }
}

#waveHorizontal2 {
    -webkit-mask: url(../ripro-child/assets/images/002.svg);
    mask: url(../ripro-child/assets/images/002.svg);
    animation-delay: -2s;
    animation-duration: 5s;
}

#waveHorizontal3 {
    -webkit-mask: url(../ripro-child/assets/images/003.svg);
    mask: url(../ripro-child/assets/images/003.svg);
    animation-delay: -1s;
    animation-duration: 3s;
}

/*Footer wave Style end*/

/*Footer links Style start*/

.col-xs-12.friend-links {
    padding: 14px;
}

.codesign-fl {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.codesign-fl li {
    margin-left: 10px;
    color: #171819;
}

.ripro-dark .codesign-fl li {
    color: #ffffff;
}

.codesign-dw {
    border: 1px dashed #dedede;
    background-color: #f7f8fa03;
    border-radius: 6px;
}

.ripro-dark .codesign-dw {
    border: 1px dashed #44444487;
    background-color: #2d2d2d;
    text-shadow: #000 0px 1px 0px;
}

@media (max-width:767px) {
    .codesign-dw {
        display: none
    }
}

/*Footer links Style end*/

/*links Style start */

ul.plinks {
    position: relative;
    margin-top: 30px;
    width: 100%;
}

ul.plinks li.linkcat {
    padding: 20px 20px;
    border-radius: 6px;
}

ul.plinks li.linkcat h2 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

ul.plinks li.linkcat ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.plinks li.linkcat ul li {
    float: left;
    overflow: hidden;
    margin-top: 15px;
    width: calc(20% - 20px);
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px #9e9e9e solid;
}

.ripro-dark ul.plinks li.linkcat ul li a {
    color: #eee;
}

.ripro-dark ul.plinks li.linkcat ul li {
    background: #2d2d2d;
    border: 1px #9e9e9e solid;
}

ul.plinks li.linkcat ul li:hover {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px) -webkit-transition all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px #448aff solid;
}

ul.plinks li.linkcat ul li a {
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
    padding: 20px 18px 0;
    color: #333;
}

ul.plinks li.linkcat ul li a:hover {
    color: #005fee;
}

ul.plinks li.linkcat ul li a img {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: inline-block;
}

@media (max-width: 768px) {
    ul.plinks li.linkcat ul li {
        width: calc(100% - 20px);
    }
}

@media (max-width: 544px) {
    ul.plinks li.linkcat ul li {
        width: calc(100% - 20px);
    }
}

/*links Style end*/

/*username Style start*/

.apollo-user-meta {
    position: relative;
    margin-top: 4rem;
    padding-bottom: 1.5rem;
}

.w-96 {
    width: 96px;
}

@media (min-width: 768px) {
    .user-d-flex {
        align-items: center;
        flex-direction: row;
        display: flex;
    }
}

.user-d-flex {
    display: flex;
    flex: 1 1 auto;
}

@media (min-width: 768px) {
    .mb-md-0, .my-md-0 {
        margin-bottom: 0!important;
    }
}

.rounded {
    width: 130px;
    height: 130px;
    border: 1px solid #eee;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 0 10px #ddd;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.rounded::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    left: -200px;
    overflow: hidden;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
}

.rounded:hover:before {
    left: 150%;
    transition: left 1s ease 0s
}

.rounded img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #eee;
}

.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important;
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}

.text-lg {
    font-size: 1.25rem !important;
    text-align: left;
}

.text-white {
    color: #ffffff!important;
}

.apollo-user-meta .name .badge {
    position: relative;
    top: -2.5px;
}

.badge-primary {
    background-color: #11999e;
}

.badge {
    border-radius: 2px;
    font-weight: normal;
}

.text-xs {
    font-size: 0.75rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem!important;
}

.mr-3, .mx-3 {
    margin-right: 1rem!important;
}

.font-theme {
    font-family: nicetheme, Arial, sans-serif;
}

.apollo-user-meta .data small {
    position: relative;
    top: -1px;
}

.text-light {
    color: #ebedf3 !important;
}

.data {
    text-align: left;
}

@media (max-width:767.98px) {
    .text-white {
        padding-top: 18px;
    }
}

.navbar-apollo {
    position: relative;
}

.navbar-apollo .nav-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (min-width: 768px) {
    .nav-user {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .nav-user-link {
        display: block;
        padding: .5rem 1rem;
    }
}

.navbar-apollo .nav-user-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}

@media (max-width: 767px) {
    .nav-user {
        display: flex;
        flex-wrap: wrap;
    }
    .nav-user-link {
        padding: 10px;
    }
}

.d-block {
    display: block!important;
}

.nice-apollo-two .text-xl {
    font-size: 1.5rem !important;
}

.nice-icon {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.nice-icon {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-xl {
    font-size: 1.625rem !important;
}

.navbar-apollo .nav-user-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}

/* .nav-user {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 22px;
} */

.nav-user::-webkit-scrollbar {
    display: none;
}

@media (max-width:768px) {
    .apollo-user-meta {
        padding-left: 10px;
    }
}

.label-warning {
    background-color: #ffdfe0;
    color: #f12b2d;
    border: 3px solid #fff;
    box-shadow: 0 6px 16px -5px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    padding: 4px 11px;
    line-height: 32px;
}

.content-hide-tips .label-warning {
    border-radius: 16px;
    line-height: 14px;
}

.author-card .author-infos .author p {
    line-height: 30px;
    padding-top: 6px;
    margin: 0;
    color: #949292;
    font-weight: 200;
}

.card-box .author-info h3 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .card-box .author-info h3 {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .card-box .author-info p {
        font-size: 12px;
    }
    .xcsite_money {
        font-size: 12px;
    }
}

.xcsite_money {
    text-align: right;
}

.ripro-dark .card-box .author-info h3 {
    color: #eee;
}

.card-box .author-info {
    position: relative;
    text-align: left;
    padding: 5px;
}

.card-box .author-info p {
    color: #fff;
}

.ripro-dark .card-box .author-info p {
    color: #eee;
}

/* .pcolorbg, .mcolorbg4, .scolorbg {
    background: #fff;
} */

.mcolorbg4 {
    background: linear-gradient( 90deg, #ffc107, #ff7365, #ff82ea, #ffc107);
    background-size: 1400% 300%;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    color: #fff;
    border: 0px solid #DDDDDD;
    font-size: 14px;
    transition: all 0.3s ease;
    border-color: #ff8a00;
}

.pcolorbg {
    background: linear-gradient( 90deg, #0674ec, #54a1f5, #ff82ea, #2e8ef7);
    background-size: 1400% 300%;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    color: #fff;
    border: 0px solid #DDDDDD;
    font-size: 14px;
    transition: all 0.3s ease;
    border-color: #ff8a00;
}

.scolorbg {
    background: linear-gradient( 90deg, #ff6565, #ffe37c, #ff854a, #ff65fa);
    background-size: 1400% 300%;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    color: #fff;
    border: 0px solid #DDDDDD;
    font-size: 14px;
    transition: all 0.3s ease;
    border-color: #ff8a00;
}

.enableDownBg {
    background: linear-gradient( 90deg, #ffc107, #ff6565, #ff82ea, #ffc107);
    background-size: 1400% 300%;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    color: #fff;
    border: 0px solid #DDDDDD;
    font-size: 14px;
    transition: all 0.3s ease;
    border-color: #ff8a00;
}

.DownedBg {
    background: linear-gradient( 90deg, #54a1f5, #4CAF50, #ff82ea, #54a1f5);
    background-size: 1400% 300%;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    color: #fff;
    border: 0px solid #DDDDDD;
    font-size: 14px;
    transition: all 0.3s ease;
    border-color: #ff8a00;
}

.RemainDownBg {
    background: linear-gradient( 90deg, #0674ec, #54a1f5, #ff82ea, #2e8ef7);
    background-size: 1400% 300%;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    color: #fff;
    border: 0px solid #DDDDDD;
    font-size: 14px;
    transition: all 0.3s ease;
    border-color: #ff8a00;
}

@keyframes mymove {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 576px) {
    .xc-usercard .col-xs-4, .xc-usercard .col-xs-3, .xc-usercard .col-xs-2 {
        width: 33.33%;
        height: 95px;
        padding-right: 10px;
    }
    .xc-usercard .col-xs-4:nth-child(3n) {
        padding-right: 0;
    }
}

.alert-dark {
    background-color: #f0f4ff;
    color: #0e3686;
}

/* .ripro-dark .pcolorbg, .ripro-dark .mcolorbg4, .ripro-dark .mcolorbg2, .ripro-dark .pcolorbg2, .ripro-dark .scolorbg2, .ripro-dark .scolorbg, .ripro-dark .content-link-application {
    background: #171819;
} */

.card-box .author-info small {
    position: absolute;
    right: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    opacity: 1;
    left: 0;
    top: 20px;
    text-align: left;
    padding: 0 26px;
}

.ripro-dark .card-box .author-info small {
    color: #eee;
}

.ripro-dark .home_title .title .pricing-title, .ripro-dark .home_title .title a {
    color: #fff !important;
}

.form-control, textarea.form-control {
    color: #2d3039;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
}

.or:before {
    background: #f6f6f6;
    color: #ff5c00;
}

i.fa.fa-ticket {
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 12px;
    color: #f9c009;
    background: #fcf6d9;
    padding: 8px;
    border-radius: 50%;
}

i.fa.fa-shopping-cart {
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 12px;
    color: #0390ff;
    background: #d9ecfc;
    padding: 8px;
    border-radius: 50%;
}

i.fal.fa-yen-sign {
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 12px;
    color: #ff6262;
    background: #fcd9d9;
    padding: 8px;
    border-radius: 50%;
}

i.fa.fa-rmb {
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 12px;
    color: #ff6262;
    background: #fcd9d9;
    padding: 8px;
    border-radius: 50%;
}

.user-profile i.fa.fa-cloud-download {
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 12px;
    color: #f9c009;
    background: #fcf6d9;
    padding: 8px;
    border-radius: 50%;
}

.user-profile i.fa.fa-arrow-circle-down {
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 12px;
    color: #0390ff;
    background: #d9ecfc;
    padding: 8px;
    border-radius: 50%;
}

.user-profile i.fa.fa-caret-square-o-down {
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 12px;
    color: #ff6262;
    background: #fcd9d9;
    padding: 8px;
    border-radius: 50%;
}

.mcolorbg2, .pcolorbg2, .scolorbg2 {
    background: #ffffff;
}

/*username Style end*/

/*Categorization of four lattices2 Style start*/

.hide_sm {
    display: flex;
}

.container .col-1-4 {
    float: left;
    box-sizing: border-box;
    margin-right: 7.3333px;
    width: 100%;
}

.container .col-1-4:last-child {
    margin-right: 0;
}

@media (min-width:768px) {
    .container .col-1-4 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .container .col-1-4 {
        width: 25%
    }
}

@media (min-width:1024px) {
    .ripro-dark .home-first {
        background: #232425;
    }
}

@media (min-width:768px) {
    .home-first .h-images:after {
        display: none
    }
}

@media (min-width:768px) {
    .home-first .h-images {
        display: box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        justify-content: space-between
    }
}

@media (min-width:1024px) {
    .home-first .h-images {
        width: 25%
    }
}

.home-first .h-images .item-tuwen {
    float: left;
    padding: 0 6.5px;
    width: 50%
}

@media (min-width:1024px) {
    .home-first .h-images .item-tuwen {
        float: none
    }
}

@media (min-width:1024px) {
    .home-first .h-images {
        display: block;
        box-sizing: border-box;
        padding: 0 7.3333px
    }
    .home-first .h-images .item-tuwen {
        padding: 0;
        width: auto
    }
}

.home-first .item-tuwen {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .home-first .item-tuwen {
        margin-bottom: 13px
    }
}

.home-first .item-tuwen a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px
}

.home-first .item-tuwen a .thumb {
    padding-top: 57%;
    transition: all .2s;
    transform-origin: center
}

.home-first .item-tuwen a strong {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    padding: .4em .8em .6em;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .6) 100%);
    background-repeat: repeat-x;
    box-shadow: 0 -7px 15px rgba(0, 0, 0, .2);
    color: #fff;
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 9pt;
    line-height: 1.3
}

@media (min-width:768px) {
    .home-first .item-tuwen a strong {
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 1.4
    }
}

.home-first .hf-widget {
    box-sizing: border-box;
    padding: 14px 17px 0;
    border: 1px solid #f2f2f2;
    background: #fff;
    box-shadow: 0 34px 20px -24px rgba(220, 220, 220, 0.18);
    border-radius: 3px;
}

.ripro-dark .home-first .hf-widget {
    border: 1px solid #2b2b2b;
    background: #232425;
    box-shadow: 8px 8px 9pt #212121;
}

@media (min-width:768px) {
    .home-first .hf-widget {
        overflow: hidden;
        height: 135px
    }
}

@media (min-width:1024px) {
    .home-first .hf-widget {
        margin-bottom: 0
    }
}

.home-first .hf-widget [class*=" icon-"]:before, .home-first .hf-widget [class^=icon-]:before {
    margin: 0
}

.home-first .hf-widget .hf-widget-title {
    margin-bottom: 14px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f2f2f2;
    color: #383838;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.ripro-dark .home-first .hf-widget .hf-widget-title {
    border-bottom: 1px solid #696969;
}

.ripro-dark .home-first .hf-widget .hf-widget-title a {
    color: #ccc;
}

.home-first .hf-widget .hf-widget-title>i {
    margin-right: 2px;
    color: #448aff;
}

.ripro-dark .home-first .hf-widget .hf-widget-title>i {
    margin-right: 2px;
    color: #ffa363
}

.home-first .hf-widget .hf-widget-title span {
    margin-left: 10px;
    color: #a7a7a7;
    font-weight: 400;
    font-size: 9pt;
    line-height: 20px
}

@media (min-width:1024px) {
    .home-first .hf-widget .hf-widget-title span {
        display: none
    }
}

@media (min-width:1330px) {
    .home-first .hf-widget .hf-widget-title span {
        display: inline
    }
}

.home-first .hf-widget .hf-widget-title .pages {
    float: right;
    padding-top: 2px
}

.home-first .hf-widget .hf-widget-title .pages .next, .home-first .hf-widget .hf-widget-title .pages .prev {
    float: left;
    margin: 0;
    padding: 0 2px;
    height: 1pc;
    border: 1px solid #eee;
    color: #ccc;
    font-size: 9px;
    line-height: 15px;
    cursor: pointer
}

.home-first .hf-widget .hf-widget-title .pages .next:hover, .home-first .hf-widget .hf-widget-title .pages .prev:hover {
    color: #448aff
}

.home-first .hf-widget .hf-widget-title .pages .prev {
    border-right: none
}

.home-first .hf-widget .hf-tags {
    margin-bottom: -10px
}

@media (min-width:768px) {
    .home-first .hf-widget .hf-tags {
        overflow: hidden;
        height: 4pc
    }
}

.home-first .hf-widget .hf-tags a {
    display: inline-block;
    margin: 0 5px 10px;
    padding: 0 5px;
    height: 22px;
    border-radius: 2px;
    background: #f9f9f9;
    color: #888;
    white-space: nowrap;
    font-size: 9pt;
    line-height: 22px;
    word-break: break-all
}

.home-first .hf-widget .hf-tags a.style_orange, .home-first .hf-widget .hf-tags a:hover {
    background: #448aff;
    color: #fff;
}

.ripro-dark .home-first .hf-widget .hf-tags a {
    background: #2c2e2f;
}

.home-first .hf-widget-4 .hf-widget-content {
    color: #888;
    font-size: 14px
}

.home-first .hf-widget-4 .hf-widget-content a {
    color: #888
}

.home-first .hf-widget-4 .hf-widget-content a:hover {
    color: #448aff;
}

.home-first .hf-widget-4 .hf-widget-content h3 {
    overflow: hidden;
    height: 22px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 10px;
}

.home-first .hf-widget-4 .hf-widget-content em {
    float: right;
    padding: 0 5px;
    height: 22px;
    border-radius: 2px;
    background: #fff5ef;
    color: #ff5c00;
    font-style: normal;
    font-size: 9pt;
    line-height: 22px
}

.home-first .hf-widget-4 .hf-widget-content ul li {
    margin-bottom: 5px
}

.home-first .hf-widget-4 .hf-widget-content ul li:last-child {
    margin-bottom: 0
}

.home-first .hf-widget-1 .hf-widget-content a {
    color: #888
}

.ripro-dark .home-first .hf-widget-1 .hf-widget-content a {
    color: #ccc
}

.home-first .hf-widget-1 .hf-widget-content a:hover {
    color: #69a1ff;
}

.home-first .hf-widget-1 .hf-widget-content li {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    width: 25%;
    text-align: center;
    font-size: 9pt
}

.home-first .hf-widget-1 .hf-widget-content li .thumb {
    margin: 0 auto 4px;
    padding-top: 36px;
    width: 36px
}

.home-first .hf-widget-1 .hf-widget-content li span {
    display: block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

.home-first .hf-widget-1 .hf-widget-content .scroll-h {
    margin: 0 -10px;
}

.home-first .scroll-h {
    position: relative;
    overflow: hidden;
    height: 56px;
}

.home-first .scroll-h ul {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .2s;
    margin: 0;
    padding-left: 0;
}

.home-first .scroll-h ul:after, .home-first .scroll-h ul:before {
    clear: both;
    display: block;
    visibility: none;
    height: 0;
    content: "";
    line-height: 0
}

.home-first .scroll-h .holdon {
    position: absolute;
    top: 0;
    left: 100%
}

.home-first .scroll-h .holdon-prev {
    left: -100%
}

.home-first .hf-widget-hot-cats .hhicon {
    display: inline-block;
    margin-bottom: 5px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #e8fbff;
    color: #448aff;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
}

.ripro-dark .home-first .hf-widget-hot-cats .hhicon {
    background: #2c2e2f;
    color: #ffa363;
}

.home-first .hf-widget-hot-cats .scroll-h li a {
    display: block
}

.home-first .hf-widget-hot-cats .scroll-h li a:hover .hhicon {
    background: #448aff;
    color: #fff;
}

.home-first .thumb {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 66.7%;
    width: 100%;
    height: 0;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s
}

.home-first i {
    font-weight: 300
}

@media screen and (max-width:720px) {
    .home-first .hf-widget-1 .hf-widget-content .scroll-h, .home-first .hf-widget-content {
        margin: 1pc -10px
    }
}

@media (max-width: 768px) {
    .sxweb {
        display: none;
    }
}

/*Categorization of four lattices2 Style end*/

/*barrage Style start*/

.barrage {
    position: fixed;
    bottom: 70px;
    right: -500px;
    display: inline-block;
    width: 500px;
    z-index: 99999
}

.barrage_box {
    background-color: rgba(0, 0, 0, .5);
    padding-right: 8px;
    height: 40px;
    display: inline-block;
    border-radius: 25px;
    transition: all .3s;
}

.barrage_box .portrait {
    display: inline-block;
    margin-top: 4px;
    margin-left: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.barrage_box .portrait img {
    width: 100%;
    height: 100%;
}

.barrage_box div.p a {
    margin-right: 2px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-left: 18px;
}

.barrage_box div.p a:hover {
    text-decoration: underline;
}

.barrage_box .close {
    visibility: hidden;
    opacity: 0;
    text-align: center;
    width: 25px;
    height: 25px;
    margin-left: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    margin-top: 8px;
    background-image: url(close.png);
}

.barrage_box:hover .close {
    visibility: visible;
    opacity: 1;
}

.barrage_box .close a {
    display: block;
}

.barrage_box .close .icon-close {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    display: inline-block;
    margin-top: 5px;
}

.barrage .z {
    float: left !important;
}

.barrage a {
    text-decoration: none;
}

/*barrage Style end*/

/*second level Navigation Style start 1*/

.sub-menu li>a:hover:before, .sub-menu li.current_page_item>a:before, .sub-menu li.current-menu-item>a:before, .sub-menu li.current_page_ancestor>a:before, .sub-menu li.current-menu-ancestor>a:before, .sub-menu li.current-menu-parent>a:before {
    opacity: 1;
}

.sub-menu li>a:hover, .sub-menu li.current_page_item>a, .sub-menu li.current-menu-item>a, .sub-menu li.current_page_ancestor>a, .sub-menu li.current-menu-ancestor>a {
    color: #25b7f5;
    padding-left: 1.75rem;
    opacity: 1;
}

.sub-menu li a {
    font-size: .875rem;
    padding: .5rem 1rem .5rem 1.5rem;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sub-menu li a:before {
    content: '';
    height: 1px;
    width: 10px;
    background-color: #25b7f5;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: absolute;
    left: .75rem;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.navbar .nav-list>.menu-item>a:hover {
    color: #25b7f5;
}

.navbar .nav-list>.menu-item>a:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #25b7f5;
    border-radius: 8px 8px 0 0;
    opacity: 0;
    transition: .3s;
}

.navbar .nav-list>.menu-item>a:hover:before {
    opacity: 1;
    bottom: -1px;
}

.sub-menu:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 40px;
    z-index: 0;
}

/*second level Navigation Style end 1*/

/* 暂时忘了是啥 */

.seanggwrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seangg {
    width: 70%;
    float: left;
    /*height:30px;*/
    line-height: 30px;
    background: #eee;
    padding: 10px 0;
    border-radius: 30px;
}

.ripro-dark .seangg {
    background: #232425 !important;
}

.ripro-dark .seangg {
    border: 1px dashed #dedede;
}

.seanggspan {
    float: left;
    width: 105px;
    margin: 0 auto;
    color: #333;
    font-size: 14px;
}

.seanggspan i {
    display: block;
    float: left;
    font-size: 18px;
    color: #1cc8f3;
    margin-top: 7px;
    margin-left: 15px;
    margin-right: 6px;
}

.seanggspan span {
    display: block;
    float: left;
    color: #1cc8f3;
}

.seangg b {
    height: 12px;
    margin-top: 9px;
    width: 1px;
    display: block;
    float: left;
    background: #a8a8a8;
}

.seanggc {
    float: left;
    width: 65%;
    margin-left: 20px;
}

.announce-wrap {
    height: 30px;
    overflow: hidden;
}

.seanggc ul li a {
    font-weight: 400;
    color: #6b798e;
}

.seanggc ul li a:hover {
    color: #1cc8f3;
    text-decoration: blink;
}

.seanggc ul li {
    font-size: 14px;
    display: block;
    clear: both;
    height: 30px;
    /* line-height:30px; */
}

.seanggc ul li span {
    float: right;
    color: #999;
    font-size: 12px;
    width: 120px
}

.seanchart {
    float: right;
    height: 50px;
    width: 25%;
    color: #999;
    margin-left: 20px;
}

.seanchart ul {
    width: 460px;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.seanchart ul li {
    float: left;
    height: 100%;
    margin-right: 20px;
    font-size: 14px;
}

.seanchart ul li i {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    margin-top: 8px;
    background: url(../ripro-child/assets/images/icon2.png) 0 0 no-repeat;
}

.seanchart ul li.seanchart2 i {
    background: url(../ripro-child/assets/images/icon1.png) 0 0 no-repeat;
}

.seanchart ul li.seanchart3 i {
    background: url(../ripro-child/assets/images/icon3.png) 0 0 no-repeat;
}

.seanchart ul li.seanchart4 i {
    background: url(../ripro-child/assets/images/icon1.png) 0 0 no-repeat;
}

.seanchart ul li.seanchart5 i {
    background: url(../ripro-child/assets/images/icon5.png) 0 0 no-repeat;
}

.seanchartdiv {
    float: left;
    margin-left: 8px;
    margin-top: 6px;
    text-align: center;
}

.seanchartdiv em {
    font-size: 12px;
    color: #fff;
    font-style: inherit;
}

.seanchartdiv span {
    font-size: 12px;
    color: #fff;
}

.seanchartdiv a {
    font-size: 12px;
    color: #fff;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aligncenter p.wp-caption-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.scroll {
    background-color: rgba(2, 10, 18, .8);
}

.ripro-dark .navbar .user-pbtn {
    background: none;
    border: none;
    color: #d4e2ff;
    background-image: none;
    -webkit-animation: none;
}

.navigation-down .nav-down-menu1 {
    width: 100%;
    margin: 0;
    background: url(../images/tuyiyi_bg.png) center top;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 5px 0 11px rgba(0, 0, 0, .2);
    -ms-box-shadow: 5px 0 11px rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 0 11px rgba(0, 0, 0, .2);
    box-shadow: 5px 0 11px rgba(0, 0, 0, .2);
    z-index: 3;
}

.navigation-down-inner {
    margin: auto;
    width: 1200px;
    position: relative;
}

#tuyiyi_vip {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#tuyiyi_vip .banner {
    font-size: 22px;
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}

.tuyiyi_vip {
    margin-top: 30px;
    float: left;
    margin-bottom: 30px;
}

.tuyiyi_vip li {
    float: left;
    width: 345px;
    height: 205px;
    margin-right: 18px;
    border: 1px solid #e7e7e7;
    background: #fff;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px rgba(235, 235, 235, .3);
    -ms-box-shadow: 0 0 20px rgba(235, 235, 235, .3);
    -moz-box-shadow: 0 0 20px rgba(235, 235, 235, .3);
    box-shadow: 0 0 20px rgba(235, 235, 235, .3);
    list-style: none;
}

.tuyiyi_vip li .img {
    float: left;
    width: 85px;
    padding: 40px 0 0 30px;
    text-align: center;
}

.tuyiyi_vip li .ico_svip {
    height: 62px;
    width: 68px;
    background-position: 0 0;
}

.ico_svip, .ico_vip, .tuyiyi_vip li .ico_qvip {
    background: url(../images/tuyiyi_vip3_1.png) no-repeat;
}

.vip_ico {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 62px;
    margin: 0 0 10px;
}

.tuyiyi_vip li .img p {
    line-height: 26px;
    font-size: 18px;
    color: #666;
}

.tuyiyi_vip li .text {
    float: none;
    padding: 40px 0 40px 0;
    margin-left: 140px;
    line-height: 35px;
}

.tuyiyi_vip li .text strong {
    font-size: 22px;
    color: #ffa800;
}

.tuyiyi_vip li .text del {
    margin-left: 10px;
    font-size: 16px;
    color: #666;
}

.tuyiyi_vip2 a {
    float: left;
    display: block;
    width: 156px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffa800;
    text-decoration: none;
    margin-top: 8px;
}

.tuyiyi_vip2 .tuyiyi_vip3 {
    display: none;
    float: left;
}

.tuyiyi_vip2 a {
    float: left;
    display: block;
    width: 156px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffa800;
    text-decoration: none;
    margin-top: 8px;
}

.tuyiyi_vip li .ico_tj {
    color: #fff;
    height: 20px;
    width: 40px;
    position: absolute;
    text-align: center;
    margin: 2px 2px;
    line-height: 20px;
    background-color: #ff5d8f;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tuyiyi_vip li .ico_qvip {
    height: 62px;
    width: 68px;
    background-position: -68px 0;
}

.tuyiyi_vip li .ico_vip {
    height: 62px;
    width: 68px;
    background-position: -136px 0;
}

.tuyiyi_vip4 p {
    line-height: 22px;
}

.navigation-down {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

@media (max-width:767px) {
    .seanggc {
        width: 60%;
    }
    .announce-list span {
        display: none
    }
    .seangg {
        width: 100%;
    }
    .seanchart {
        display: none
    }
    .g-footer ol, ul {
        padding-left: 0;
    }
}

/*Phone Customer service Style start*/

.suspend {
    display: none;
}

@media (max-width:767px) {
    .suspend {
        width: 66px;
        height: 90px;
        position: fixed;
        bottom: 20px;
        right: 15px;
        overflow: hidden;
        z-index: 999999;
        display: block;
    }
    .suspend dl {
        width: 53px;
        height: 57px;
    }
    .suspend dl dt {
        width: 30px;
        height: 149px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
    }
    .suspend dl a {
        display: block;
        width: 53px;
        height: 57px;
        background: url(../ripro-child/assets/images/suspend.png) no-repeat 0 0;
        transition: width 0s;
        -moz-transition: width 0s;
        -webkit-transition: width 0s;
        -o-transition: width 0s;
    }
    .suspend dl a:hover {
        background-position: -60px 0
    }
}

.aini_foot_nav {
    border-top: 1px solid #eee;
    display: none;
    padding: 8px 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}

.ripro-dark .aini_foot_nav {
    border-top: 1px solid #000;
    background: #1c1c1c;
}

@media (max-width:767px) {
    .aini_foot_nav {
        position: fixed;
        display: block;
        bottom: 0;
    }
}

.aini_foot_nav .nohover {
    color: #00a1ff
}

.ripro-dark .aini_foot_nav .nohover {
    color: #ffc107
}

.aini_foot_nav .iconjiahao {
    color: #ffffff
}

.aini_foot_nav .amy em {
    position: absolute;
    width: 8px;
    left: 50%;
    height: 8px;
    top: 0;
    margin-left: 5px;
    border-radius: 50%;
    border: 1px solid #fff
}

.aini_foot_nav li {
    width: 20%;
    text-align: center;
    float: left
}

.aini_foot_nav li a {
    width: 100%;
    display: block;
    color: #888
}

.aini_foot_nav li i {
    display: block;
    font-size: 28px;
    line-height: 26px
}

.aini_foot_nav li p {
    overflow: hidden;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    color: #888
}

.ripro-dark .aini_foot_nav li p {
    color: #eee
}

.aini_foot_nav .foot_btn {
    width: 48px;
    padding: 5px 0;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    margin: 7px auto 0;
    border-radius: 2px
}

.aini_foot_nav li.aini_zjbtn a span i.foot_btn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    padding: 0;
    margin-top: 8px;
    background: #00a1ff
}

.ripro-dark .aini_foot_nav li.aini_zjbtn a span i.foot_btn {
    background: #ffbf00
}

.aini_foot_nav li.aini_zjbtn a span {
    display: block;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 30px);
    z-index: 110;
    width: 60px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    padding: 0 1px
}

.aini_foot_nav li.aini_zjbtn a {
    bottom: 0;
    left: calc(50% - 30px);
    width: 60px;
    height: 40px;
    border-radius: 50%;
    overflow: visible
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.aini_foot_nav li.aini_zjbtn a em {
    display: block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 30px);
    z-index: 100;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.aini_foot_nav li.aini_zjbtn {
    overflow: visible;
    position: relative
}

.aini_foot_nav .bg_f {
    background: #fff !important
}

.ripro-dark .aini_foot_nav .bg_f {
    background: #232425 !important
}

.aini_foot_nav .b_ok {
    border: 1px solid #efefef !important
}

.ripro-dark .aini_foot_nav .b_ok {
    border: 1px solid #000000 !important
}

.aini_foot_nav ul, .aini_foot_nav p, .pc {
    margin: 0;
    padding: 0
}

.aini_foot_nav ul, .aini_foot_nav p, .pc {
    margin: 0;
    padding: 0
}

/*Phone Customer service Style end*/

/*Self help friend chain Style start*/

.content-link-application {
    padding: 60px 40px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .11)
}

.content-link-application .form-control {
    height: 38px;
    width: 100%
}

.content-link-application .captcha-img, .content-link-application .captcha-input {
    display: inline-block;
    vertical-align: middle
}

.content-link-application .contact-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.content-link-application .form-header {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px
}

.content-link-application .form-header p {
    color: #999;
    font-size: 12px;
    margin: 0;
}

.content-link-application h1 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 700
}

.codesign-fl a.ctrl-apply {
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    font-size: 12px;
    color: #999;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    display: inline-block;
    line-height: 22px;
    padding: 0 9px;
}

.codesign-fl a.ctrl-apply svg {
    fill: #999;
    display: inline-block;
    vertical-align: middle;
}

.codesign-fl a.ctrl-apply:hover {
    color: #2778ff;
    border-color: var(--mainColor, #2778ff)
}

.codesign-fl a.ctrl-apply:hover svg {
    fill: var(--mainColor, #2778ff)
}

/*Self help friend chain Style end*/

/*horizontal scroll Style start*/

.item.scroll {
    left: 0px;
    width: 100%;
    height: 420px;
    background-size: auto 100%;
    pointer-events: none;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease 0s;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    font-size: 0;
    background: #000;
    word-wrap: break-word;
    box-sizing: border-box;
    outline: none;
}

.item.scroll .scroll-image {
    position: relative;
    height: 100%;
    transform: translateX(0px);
    animation: banner 40s linear infinite;
    opacity: 0.5;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.hVBrzU {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 16px;
    white-space: normal;
    width: 100%;
    margin: auto;
}

.statics {
    position: static;
    margin-top: -76px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .static {
        display: none
    }
}

@media (max-width:767px) {
    .home-course {
        display: none
    }
    .home-subjects {
        display: none
    }
}

.statics .flex {
    padding: 0;
    margin: 0;
    display: flex;
}

.statics li.st_one {
    flex: 1;
    margin-right: 10px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    list-style: none;
    transition: all .3s ease-out;
}

.statics li.st_one:hover {
    transform: translateY(5px);
}

.statics li.st_one:last-child {
    margin-right: 0;
}

.statics .st_one .card-main {
    width: 100%;
}

.statics .active-card-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), to(transparent));
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    margin: 0;
}

@media screen and (max-width:900px) {
    .item.scroll {
        height: 200px;
        margin-top: -54px;
    }
}

.sc-1wssj0-17 img {
    display: inline-block;
}

@-webkit-keyframes banner {
    from {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes banner {
    from {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/*horizontal scroll Style end*/

/*website Load Style start*/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: linear-gradient(125deg, #18cef2 0%, #448aff 100%);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

/*website Load Style end*/

/*Download Style start*/

.pay--content .info .price font i {
    font-size: 16px;
    margin-left: 5px;
}

.pay--content .info .price span {
    color: #333;
    font-size: 14px;
    margin-left: 7px;
}

.widget-pay .pay--content .info {
    padding-top: 20px;
}

.pay--content .info .price span i {
    position: relative;
    left: 5px;
    color: red
}

.widget-pay .pay-box .sc-bdVaJa {
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
}

.pay--content .info .paynum span {
    position: relative;
    top: 23px;
}

.widget-pay .pay--content .btn--primary {
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 6px 0;
    background: #3c3c3c;
    font-weight: 400;
}

.widget-pay .pay--content .showgouwu {
    font-size: 20px;
    position: relative;
    top: 2px;
    font-weight: 300;
}

.widget-pay .pay--content .btn--primary:hover {
    color: #fff;
    font-weight: 700;
    background: #0056ff;
}

.widget-pay .pay--rateinfo {
    box-shadow: none;
    padding: 10px 0 10px 0;
    margin-top: 20px;
    margin-bottom: 0;
    background: linear-gradient(125deg, #18cef2 0%, #448aff 100%);
}

.widget-pay .pay--rateinfo b .price {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 700;
}

.label-warning {
    border-radius: 20px;
}

.label-warning .fa {
    font-size: 12px
}

.post-grid .entry-media img {
    border-radius: 0
}

.filter--content {
    border: unset;
    box-shadow: none;
    margin-top: -80px;
    padding: 0;
}

.term-bar {
    padding: 80px 0;
    margin-top: 70px;
}

.widget-pay .pay-box .pwd {
    border-radius: 0;
    background-color: #f9f9f9;
    border: 0
}

.agent--contact ul li:after, .agent--contact ul li:not(:last-of-type):before {
    content: "";
    position: absolute;
    top: calc((1em - -5px)/ 2)
}

.agent--contact ul li:after {
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 1px solid #33a5fa;
    border-radius: 50%;
    background-color: #1ec5f3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.agent--contact ul li {
    font-size: 11px;
    list-style: none;
    position: relative;
    padding: 1px 20px 17px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: currentColor;
    justify-content: inherit;
    white-space: nowrap;
    text-overflow: ellipsis
}

.agent--contact ul li:not(:last-of-type):before {
    height: 100%;
    width: 1px;
    left: 3px;
    background: linear-gradient(-180deg, #1acbf3 0, #408ffe 98%);
}

.agent--contact .list-paybody span {
    font-style: inherit;
    letter-spacing: 0;
    font-size: 12px;
    letter-spacing: .025em;
    color: #8a92a9;
    padding-right: 10px
}

.agent--contact .list-paybody span:nth-child(1) {
    font-style: inherit;
    letter-spacing: .075em;
    margin-top: 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    color: currentColor
}

.agent--contact .list-paybody {
    background-color: #f9f9f9;
}

.register-login-modal .nav-tabs .active {
    border-bottom: 3px solid #333
}

.tab-content .btn--secondary {
    padding: 0 18px
}

.pay--content .info .price {
    text-align: left;
    color: #33a4fa;
    font-size: 20px;
}

.pay--content .info .paynum {
    top: 3px;
}

.widget-pay .pay--rateinfo b .ua {
    color: #fff
}

.widget-pay .pay--rateinfo b {
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
}

.Hh-goumai-title {
    padding-left: 12px;
    font-size: 16px;
    position: relative;
    color: #666;
}

.Hh-goumai-title:before {
    content: "";
    width: 5px;
    height: 16px;
    background: #30a8f9;
    position: absolute;
    top: 2px;
    left: 0;
}

/*Download Style end*/

/*Sign in Style start*/

.widget-userinfo {
    background: url(../ripro-child/assets/images/VIPZ4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 34px 10px -24px rgba(136, 161, 206, 0.11);
}

.authorinfo-header-title {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    display: flex!important;
}

.authorinfo-codesign-avatar {
    width: 45.6px;
    height: 45.6px;
    display: flex;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

.author-info-vip {
    margin-left: 1rem;
    flex-shrink: 0;
    border-radius: 500px;
    cursor: pointer;
}

.authorinfo-header {
    font-size: 0.9rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.authorinfo-header-time, .label-default {
    font-size: 0.7rem !important;
    color: #dedbd2;
    font-weight: 400;
    line-height: 1.5;
    background-color: rgba(0, 0, 0, 0)
}

.authorinfo-codesign-single {
    width: 40px;
    height: 40px;
    display: flex;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

.author-info-vip-single {
    margin-left: 0.4rem;
    flex-shrink: 0;
    border-radius: 500px;
    cursor: pointer;
}

.author-qiandao-single {
    padding: 0px;
    padding-top: 0px;
    height: 40px;
    line-height: 40px;
    right: -15px;
    position: absolute;
}

.ripro-author-fields {
    background-color: rgba(0, 0, 0, 0)!important;
    color: #fff;
}

.ripro-author-yue {
    font-size: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/*Sign in Style end*/

/*Content page Gadget Style start*/

.widget-title {
    position: relative;
    color: #393e46;
    font-size: .875rem;
    letter-spacing: 5px;
    padding-bottom: .875rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.widget-title:after {
    content: "";
    position: absolute;
    background: linear-gradient(125deg, #18cef2 0%, #448aff 100%);
    left: 1px;
    width: 50px;
    height: 3px;
    bottom: -2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.widget:hover .widget-title:after {
    width: 40%
}

/*Content page Gadget Style end*/

/*Home search Style start*/

.home-filter--content:before {
    background-color: rgba(91, 91, 91, 0);
}

.home-filter--content {
    background: linear-gradient(to right, #f6f6f6, #f6f6f6a8, #f6f6f6);
}

.ripro-dark .home-filter--content {
    background: linear-gradient(to right, #232425, #232425, #232425);
}

.home-filter--content .form-box {
    margin-right: 10%;
    margin-left: 10%;
}

.button, input[type="submit"], button[type="submit"], .navigation .nav-previous a, .navigation .nav-next a {
    width: 200px;
}

.button, .btn--primary {
    background: linear-gradient(-125deg, #0295f9 0%, #2f49fd 100%);
    -webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, .3);
    box-shadow: 0 8px 10px rgba(32, 160, 255, .3);
}

/*Home search Style end*/

/*VIP页面 样式开始*/

.container .row .card {
    border: solid 1px #e5e5e5;
    width: 23.5%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 12px
}

.container .row .card.active {
    box-shadow: 4px 8px 40px 0 rgba(0, 0, 0, .1)
}

.container .row .card {
    margin: 10px
}

.container .row .card.ent-base:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3)
}

.container .row .card.ent-base {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.container .row .card.ent-base .btn {
    background-image: -webkit-linear-gradient(bottom, #fff 30%, #fff);
    background-image: linear-gradient(to top, #fff 30%, #fff)
}

.container .row .card .version {
    font-weight: 700
}

.container .row .header {
    border-radius: 12px 12px 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 23px;
    font-weight: 300;
    z-index: 1
}

.container .row .header .price-year {
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 400
}

.container .row .header .pricing-deco {
    width: 100%
}

.container .row .header .price-year .dollar {
    font-size: 18px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 3px;
    font-weight: 300
}

.container .row .header .price-year .price {
    font-size: 46px;
    letter-spacing: 1.7px;
    font-weight: 700;
    font-family: Helvetica
}

.container .row .header .price-quarter {
    font-size: 12px;
    margin: 5px auto 17px
}

.container .row .header .btn {
    width: 160px;
    border-radius: 2px;
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
    border: 0;
    font-weight: 500;
    font-family: PingFangSC;
    cursor: pointer
}

.container .row .header .btn:hover {
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .14)
}

.container .row .content {
    position: relative;
    font-size: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 10;
    top: -30px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.container .row .content .desc {
    line-height: 1;
    padding-left: 47px;
    margin-bottom: 18px;
    color: rgba(62, 62, 62, .8);
    position: relative
}

.container .row .content .desc:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 9px;
    border: 2px solid #3e3e3e;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20%;
    left: 30px;
    border-top: 0;
    border-right: 0;
    opacity: .6
}

@media screen and (max-width:1450px) {
    .container .row .card {
        width: 23.2%
    }
}

@media screen and (max-width:750px) {
    .container .row .card {
        width: 100%
    }
}

@media screen and (max-width:750px) {
    .container .card:first-child {
        margin-top: 70px;
    }
}

@media (min-width:1460px) {
    .container .row .card {
        width: 18%
    }
}

.container .row .pricing-deco .deco-layer {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}

.container .row .pricing-deco:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0)
}

.container .row .pricing-deco:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0)
}

.vip-banner .vipbj h2 {
    text-align: center;
    font-size: 40px;
    color: #fff
}

.vip-banner .vipbj p {
    text-align: center;
    font-size: 18px;
    color: #fff
}

.vip-banner {
    background: url(../ripro-child/assets/images/vip_bg_1.png) no-repeat center;
    position: relative;
    width: 100%;
    height: 246px;
    position: relative;
    top: 70px;
}

.vip-banner-bg {
    background-position: center;
    background-size: cover;
    height: 100%
}

.vip-banner .vipbj {
    position: absolute;
    width: 100%;
    top: 30px;
}

.vip-slogan {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .02);
    border-radius: 5px;
    height: 280px;
    width: 1300px;
    background: #fff;
    box-sizing: border-box;
    font-size: 0;
    margin: 40px auto auto auto
}

.vip-slogan-box:nth-of-type(-n+3) {
    border-bottom: 0
}

.vip-slogan-box:nth-child(1) {
    border: 0
}

.vip-slogan-box {
    padding-top: 20px;
    display: inline-block;
    border: 1px solid #f4f4f4;
    height: 50%;
    width: 410.2px;
    box-sizing: border-box;
    vertical-align: middle
}

.vip-slogan-box:nth-child(3) {
    border: 0
}

.vip-slogan-box:nth-child(4) {
    border: 0
}

.vip-slogan-box:nth-child(6) {
    border: 0
}

.vip-slogan-box i {
    width: 100px;
    line-height: 100px;
    display: inline-block;
    background-image: linear-gradient(125deg, #64c0ff 0, #2f49fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    text-align: center;
    text-shadow: 4px 3px 10px rgba(32, 160, 255, .17);
    vertical-align: middle
}

.vip-slogan-text {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #898989
}

.vip-slogan-text p:first-child {
    font-size: 18px;
    color: #575959
}

.container-vip {
    width: 1250px
}

.vip-content {
    text-align: center;
    margin-bottom: 50px
}

.module-line {
    width: 100%;
    text-align: center;
    margin-top: 40px
}

.module-line .left-arrow {
    background: url(../ripro-child/assets/images/left_arrow.png)
}

.module-line .right-arrow {
    background: url(../ripro-child/assets/images/right_arrow.png)
}

.module-line .arrow {
    width: 84px;
    height: 16px
}

.module-line .text {
    font-size: 26px;
    color: #4c4c4c;
    margin: 0 10px
}

.module-line span {
    display: inline-block
}

.vip-banner .vipbj>a {
    width: 170px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    background-image: linear-gradient(90deg, #ed1c24 0, #fb8f02 100%);
    color: #fff;
    margin: 0 auto;
    margin-top: 0;
    display: block;
    margin-top: 20px
}

.vip-row {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
    zoom: 1
}

.vip-row:after, .vip-row:before {
    display: table;
    content: ''
}

.vip-block-wrapper {
    position: relative;
    display: flex;
    padding: 20px 0;
    height: 100%;
    justify-content: center
}

.vip-block-wrapper .vip-block-item {
    display: block;
    box-sizing: border-box;
    padding: 20px 10px;
    width: 33.333%;
    text-align: center
}

.home-vipbox {
    padding: 1px 0 38px 0;
    border-radius: 8px;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.home-vipbox:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(213, 213, 213, .4)
}

p.vip-bt {
    color: #fff;
    margin: 0 auto;
    width: 100px;
    padding: 8px 0;
    border-radius: 26px
}

.vip-block-item a p {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.vip-block-item:nth-child(n) a:hover p {
    box-shadow: 0 10px 20px rgba(245, 47, 62, .4);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: #f52f3e;
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, #f52f3e, #ff4c22);
    background-image: -webkit-linear-gradient(left, #f52f3e, #ff4c22);
    background-image: -o-linear-gradient(left, #f52f3e, #ff4c22);
    background-image: linear-gradient(left, #f52f3e, #ff4c22)
}

.vip-block-item:nth-child(1) h3 {
    color: #f5a02f;
    text-shadow: 0 5px 6px #ffe1b9
}

.vip-block-item:nth-child(1) .vip-bt {
    background-image: -webkit-linear-gradient(left, #021b31, #001529)
}

.vip-block-item:nth-child(2) h3 {
    color: #1890ff;
    text-shadow: 0 5px 6px rgba(24, 144, 255, .4)
}

.vip-block-item:nth-child(2) .vip-bt {
    background-image: -webkit-linear-gradient(left, #1390de, #2f9af5)
}

.vip-block-item:nth-child(3) h3 {
    color: #fd3d00;
    text-shadow: 0 5px 6px #ffb9b9
}

.vip-block-item:nth-child(3) .vip-bt {
    background-image: -webkit-linear-gradient(left, #f1bc37, #fadb37)
}

p.vip-home-price {
    position: relative;
    font-size: 1.875rem;
    font-weight: 700;
    width: 200px;
    margin: 15px auto
}

p.vip-home-price i {
    font-size: 16px
}

@media (max-width:768px) {
    .vip-block-wrapper {
        display: block
    }
    .vip-block-wrapper .vip-block-item {
        float: left;
        width: 100%;
        padding: 10px 0
    }
    .vip-banner, .module-line, .vip-slogan, .search_section {
        display: none;
    }
}

.vip-block-wrapper .vip-block-item .srcvip {
    width: 20%;
    padding-top: 20px;
    margin: 0 auto
}

.vip-block-wrapper .vip-block-item img {
    width: 100%;
    height: 60px
}

.vip-block-wrapper .vip-block-item .content0-title {
    padding: 0;
    font-size: 1.875rem
}

.free-theme-tag {
    position: absolute;
    background: #ee2720;
    background-image: none;
    bottom: 150px;
    right: 5px;
    z-index: 10;
    color: #fff;
    padding: 1px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #ed1c24 0, #fb8f02 100%)
}

.jing-theme-tag {
    position: absolute;
    background: #0057ff;
    bottom: 150px;
    right: 0px;
    z-index: 10;
    color: #fffcfc;
    border-radius: 35px 2px 0 2px;
    padding: 5px 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .3)
}

/*Beautification of article title Style start*/

.sjblog-tgroup {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccd4e0;
    margin-bottom: 10px;
}

.sjblog-tgroup .entry-header {
    margin-bottom: 0 !important;
}

.article-content .entry-header .entry-title {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border-bottom: none;
}

.sjblog-name {
    padding-top: 5px;
    display: block;
    font-size: 13px;
    color: #cdcdcd;
}

.sjblog-name a {
    color: #cdcdcd;
}

.sjblog-name a:hover {
    color: #0056ff;
}

.sjblog-time {
    margin-left: 10px;
}

.sjblog-views {
    margin-left: 10px;
}

.entry-wrapper .u-clearfix h2 {
    font-size: 18px;
    padding: 5px 0;
    margin-bottom: 18px;
    color: #555;
    font-weight: 700;
    text-shadow: 0 0 black;
}

.u-clearfix h2:before {
    content: "//";
    margin-right: 5px;
    color: #0056ff;
    font-family: "src";
}

.ripro-dark .sub-menu:before {
    background-color: #191616;
}

/*Beautification of article title Style end*/

.jbvip {
    display: inline-block;
    transform: translateY(-12px);
    font-size: .75rem;
    letter-spacing: 0.05em;
    background: linear-gradient(to top, #efd3b0 0%, #f9e1be 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
    font-weight: bold;
}

.new {
    display: inline-block;
    transform: translateY(-12px);
    font-size: .75rem;
    letter-spacing: 0.05em;
    background: linear-gradient(to top, #f308a0 0%, #fb0655 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
    font-weight: bold;
}

/*升级VIP翅膀*/

.navbar .actions>div+div {
    font-weight: 400;
}

.shanshan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .shanshan {
        display: none
    }
}

.heshan {
    position: relative;
}

.shanlian {
    color: #fff;
    line-height: 33px;
    text-align: center;
}

.heshan>a {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 68px; 
    padding: 15px;*/
    color: #adb7be;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: color .2s;
}

.shanlian.lianzi {
    color: #CEA22C;
    line-height: 33px;
    text-align: center;
}

.shanlian.lianzi .ic_gif {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 96px;
    margin: 0 0 0 -50px;
}

.shanlian.lianzi .ic_gif1 {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 88px;
    margin: 0 0 0 -44px;
}

.shanlian.lianzi .ic_gif::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/mobanweb_com_vip.png) no-repeat -60px 0;
    width: 13px;
    height: 25px;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    animation: super_giftl 2s linear both infinite;
    -webkit-animation: super_ngiftl 2s linear both infinite;
}

.shanlian.lianzi .ic_gif1::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/mobanweb_com_vip.png) no-repeat 0 0;
    width: 13px;
    height: 25px;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    animation: super_giftl 1s linear both infinite;
    -webkit-animation: super_giftl 1s linear both infinite;
}

.shanlian.lianzi .ic_gif::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/mobanweb_com_vip.png) no-repeat -100px 0;
    width: 13px;
    height: 25px;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    animation: super_giftr 2s linear both infinite;
    -webkit-animation: super_ngiftr 2s linear both infinite;
}

.shanlian.lianzi .ic_gif1::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/mobanweb_com_vip.png) no-repeat -30px 0;
    width: 13px;
    height: 25px;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    animation: super_giftr 1s linear both infinite;
    -webkit-animation: super_giftr 1s linear both infinite;
}

.shanlian.lianzi .txt {
    position: relative;
    font-size: 15px;
    color: #f5b344;
}

.shanlian.lianzi .txt1 {
    position: relative;
    font-size: 14px;
    color: #f5b344;
}

.shanlian.lianzi .ic_mask {
    position: absolute;
    top: 10px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 14px;
    overflow: hidden;
    background: 0 0;
}

.shanshan .shanlian.lianzi .ic_mask::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: #fff;
    top: -12px;
    left: 0px;
    animation: super_mask 2s linear both infinite;
    -webkit-animation: super_mask 2s linear both infinite;
    opacity: .6;
}

/* 闪字动画 */

@keyframes super_ngiftl {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-15deg);
    }
}

@-webkit-keyframes super_ngiftl {
    0%, 100% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-15deg);
    }
}

@keyframes super_ngiftr {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(15deg);
    }
}

@-webkit-keyframes super_ngiftr {
    0%, 100% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
    }
}

@keyframes super_giftl {
    0%, 100% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(-50deg);
    }
}

@-webkit-keyframes super_giftl {
    0%, 100% {
        -webkit-transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(-50deg);
    }
}

@keyframes super_giftr {
    0%, 100% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(50deg);
    }
}

@-webkit-keyframes super_giftr {
    0%, 100% {
        -webkit-transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(50deg);
    }
}

@keyframes super_mask {
    0% {
        transform: translate(0, 0) rotate(-30deg);
    }
    50%, 100% {
        transform: translate(56px, 22px) rotate(-30deg);
    }
}

@-webkit-keyframes super_mask {
    0% {
        -webkit-transform: translate(0, 0) rotate(-30deg);
    }
    50%, 100% {
        -webkit-transform: translate(56px, 22px) rotate(-30deg);
    }
}

.xc-userli .user-pbtn {
    width: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0 0 10px #ddd;
    background-color: #fff;
}

.xc-userli .user-pbtn img {
    border-radius: 50%;
}

.xc-userli {
    display: flex;
    justify-content: center;
}

/*滚动条渐变效果*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

::-webkit-scrollbar-corner {
    background-color: transparent
}

/* 滚动粒子 */

/* 背景例子向上方运动 */

.animation-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.particle, .particle:after {
    background: transparent;
}

.particle:after {
    position: absolute;
    content: "";
    top: 1920px;
}

.particle-1 {
    -webkit-animation: animParticle 60s linear infinite;
    animation: animParticle 60s linear infinite;
    box-shadow: 1307px 1889px #fff, 771px 642px #fff, 1811px 1116px #fff, 796px 418px #fff, 1607px 997px #fff, 1431px 192px #fff, 1081px 382px #fff, 116px 388px #fff, 188px 1588px #fff, 33px 1314px #fff, 1828px 1004px #fff, 1830px 635px #fff, 740px 376px #fff, 1251px 679px #fff, 1639px 1559px #fff, 1650px 92px #fff, 1655px 1787px #fff, 248px 378px #fff, 1258px 410px #fff, 1737px 1531px #fff, 61px 1636px #fff, 830px 1611px #fff, 1202px 966px #fff, 859px 594px #fff, 377px 1508px #fff, 1882px 55px #fff, 920px 342px #fff, 725px 1832px #fff, 580px 1082px #fff, 642px 28px #fff, 318px 949px #fff, 1398px 285px #fff, 410px 965px #fff, 302px 1779px #fff, 717px 133px #fff, 1441px 1329px #fff, 112px 1851px #fff, 278px 1399px #fff, 794px 1563px #fff, 380px 1281px #fff, 1606px 1580px #fff, 1234px 1203px #fff, 1792px 156px #fff, 557px 285px #fff, 460px 510px #fff, 1103px 693px #fff, 615px 549px #fff, 1824px 1498px #fff, 1652px 427px #fff, 799px 1546px #fff, 814px 964px #fff, 13px 357px #fff, 794px 1047px #fff, 472px 346px #fff, 1496px 896px #fff, 670px 1359px #fff, 1872px 665px #fff, 145px 634px #fff, 875px 7px #fff, 1042px 180px #fff, 136px 1847px #fff, 878px 846px #fff, 31px 1036px #fff, 413px 1017px #fff, 1479px 705px #fff, 873px 873px #fff, 1509px 474px #fff, 654px 821px #fff, 1243px 343px #fff, 1122px 1488px #fff, 1898px 1849px #fff, 1227px 997px #fff, 680px 823px #fff, 1687px 723px #fff, 1113px 366px #fff, 1648px 495px #fff, 1585px 1223px #fff, 448px 552px #fff, 763px 769px #fff, 1689px 1231px #fff, 1666px 1439px #fff, 271px 888px #fff, 440px 1536px #fff, 874px 1196px #fff, 1579px 345px #fff, 896px 644px #fff, 1164px 463px #fff, 364px 713px #fff, 1508px 1413px #fff, 121px 501px #fff, 1097px 424px #fff, 909px 700px #fff, 914px 1379px #fff, 618px 1064px #fff, 475px 1730px #fff, 1461px 1352px #fff, 1513px 1724px #fff, 1151px 322px #fff, 1635px 1611px #fff, 618px 766px #fff, 961px 686px #fff, 382px 112px #fff, 187px 1275px #fff, 940px 1081px #fff, 439px 690px #fff, 1439px 693px #fff, 1313px 121px #fff, 1246px 510px #fff, 227px 965px #fff, 1345px 1013px #fff, 1472px 371px #fff, 454px 863px #fff, 28px 1503px #fff, 1341px 359px #fff, 465px 505px #fff, 1671px 1134px #fff, 27px 664px #fff, 1871px 1278px #fff, 1385px 100px #fff, 156px 478px #fff, 13px 1793px #fff, 1703px 582px #fff, 1492px 375px #fff, 1384px 1625px #fff, 484px 14px #fff, 1452px 885px #fff, 1172px 1160px #fff, 901px 1557px #fff, 1088px 212px #fff, 1606px 476px #fff, 904px 1287px #fff, 1021px 1841px #fff, 1101px 1451px #fff, 1618px 553px #fff, 336px 217px #fff, 1739px 306px #fff, 1743px 238px #fff, 964px 641px #fff, 1px 933px #fff, 1298px 21px #fff, 785px 948px #fff, 1745px 1445px #fff, 346px 719px #fff, 126px 624px #fff, 1634px 456px #fff, 152px 288px #fff, 253px 845px #fff, 1644px 947px #fff, 752px 359px #fff, 1444px 320px #fff, 1868px 1276px #fff, 264px 118px #fff, 445px 1727px #fff, 1390px 1048px #fff, 89px 1432px #fff, 1704px 1436px #fff, 1341px 1834px #fff, 1635px 586px #fff, 303px 1787px #fff, 1582px 1682px #fff, 542px 1419px #fff, 373px 1783px #fff, 1671px 1181px #fff, 1289px 1074px #fff, 458px 848px #fff, 1578px 539px #fff, 1894px 161px #fff, 445px 987px #fff, 1390px 128px #fff, 739px 1346px #fff, 1836px 1066px #fff, 1385px 303px #fff, 1867px 436px #fff, 1801px 1153px #fff, 583px 426px #fff, 338px 220px #fff, 1437px 410px #fff, 1874px 1595px #fff, 1910px 1177px #fff, 1764px 350px #fff, 1319px 432px #fff, 739px 366px #fff, 100px 704px #fff, 156px 1198px #fff, 813px 251px #fff, 983px 870px #fff, 776px 1918px #fff, 171px 1188px #fff, 707px 1368px #fff, 609px 547px #fff, 481px 209px #fff, 1438px 564px #fff, 174px 513px #fff, 83px 262px #fff, 1553px 316px #fff, 98px 185px #fff, 168px 1139px #fff, 1444px 583px #fff, 628px 639px #fff, 203px 39px #fff, 1551px 1284px #fff, 656px 1101px #fff, 967px 799px #fff, 605px 1119px #fff, 297px 210px #fff, 1475px 1322px #fff, 367px 1427px #fff, 26px 911px #fff, 1370px 1860px #fff, 1673px 1246px #fff, 236px 1796px #fff, 1533px 1468px #fff, 718px 467px #fff, 1862px 855px #fff, 1618px 1502px #fff, 563px 1178px #fff, 1110px 802px #fff, 966px 736px #fff, 1192px 119px #fff, 390px 353px #fff, 25px 1233px #fff, 613px 1210px #fff, 256px 632px #fff, 1548px 613px #fff, 847px 1847px #fff, 783px 163px #fff, 1563px 1067px #fff, 799px 1090px #fff, 830px 1917px #fff, 1111px 1740px #fff, 247px 1594px #fff, 649px 1253px #fff, 53px 1534px #fff, 1088px 92px #fff, 1497px 1126px #fff, 525px 1869px #fff, 1263px 1224px #fff, 319px 378px #fff, 87px 712px #fff, 1781px 1496px #fff, 1767px 868px #fff, 302px 1648px #fff, 381px 913px #fff, 459px 551px #fff, 1043px 1349px #fff, 1331px 390px #fff, 135px 1427px #fff, 196px 379px #fff, 1808px 1911px #fff, 1076px 879px #fff, 1759px 1633px #fff, 1442px 1431px #fff, 1436px 1443px #fff, 1266px 1869px #fff, 363px 1715px #fff, 927px 1777px #fff, 1285px 1697px #fff, 1605px 143px #fff, 954px 1307px #fff, 904px 1102px #fff, 989px 749px #fff, 1465px 759px #fff, 1250px 1312px #fff, 1278px 848px #fff, 348px 1770px #fff, 1894px 333px #fff, 1113px 49px #fff, 1834px 1133px #fff, 865px 1736px #fff, 448px 810px #fff, 1132px 1228px #fff, 1362px 1371px #fff, 91px 1299px #fff, 1891px 1852px #fff, 180px 959px #fff, 807px 576px #fff, 1851px 454px #fff, 1531px 462px #fff, 125px 552px #fff, 661px 749px #fff, 1615px 1086px #fff, 997px 1371px #fff, 1484px 655px #fff, 746px 1699px #fff, 245px 1669px #fff, 788px 1373px #fff, 527px 948px #fff, 112px 1672px #fff, 463px 343px #fff, 124px 1317px #fff, 1447px 1018px #fff, 822px 768px #fff, 483px 1381px #fff, 401px 1345px #fff, 1793px 1210px #fff, 110px 611px #fff, 1509px 13px #fff, 106px 1534px #fff, 1568px 1482px #fff, 1069px 1872px #fff, 642px 500px #fff, 826px 1581px #fff, 1140px 472px #fff, 527px 651px #fff, 1219px 150px #fff, 574px 1062px #fff, 1168px 978px #fff, 232px 1072px #fff, 846px 164px #fff, 1103px 1236px #fff, 1253px 1362px #fff, 1243px 351px #fff, 874px 1246px #fff, 641px 1279px #fff, 1042px 965px #fff, 368px 685px #fff, 717px 1327px #fff, 65px 1066px #fff, 855px 413px #fff, 1406px 585px #fff, 490px 1803px #fff, 1623px 351px #fff, 577px 1663px #fff, 1375px 1332px #fff, 1902px 1896px #fff, 1377px 1821px #fff, 86px 1078px #fff, 934px 56px #fff, 460px 1453px #fff, 545px 72px #fff, 763px 537px #fff, 819px 381px #fff, 422px 367px #fff, 1429px 691px #fff, 1658px 1468px #fff, 174px 1182px #fff, 908px 118px #fff, 1554px 1477px #fff, 348px 163px #fff, 232px 1614px #fff, 1707px 1607px #fff, 1557px 501px #fff, 777px 728px #fff, 1652px 1163px #fff, 1591px 273px #fff, 905px 1832px #fff, 336px 483px #fff, 1434px 248px #fff, 1127px 1607px #fff, 119px 1876px #fff, 1238px 1870px #fff, 626px 1457px #fff, 897px 1551px #fff, 377px 1194px #fff, 881px 1643px #fff, 727px 1616px #fff, 881px 1656px #fff, 1913px 1152px #fff, 449px 1765px #fff, 407px 1150px #fff, 911px 249px #fff, 1211px 1649px #fff, 323px 810px #fff, 203px 1886px #fff, 567px 879px #fff, 474px 875px #fff, 1830px 1739px #fff, 525px 1809px #fff, 1197px 638px #fff, 1345px 13px #fff, 758px 1526px #fff, 1215px 34px #fff, 1352px 722px #fff, 880px 1174px #fff, 808px 1430px #fff, 1536px 26px #fff, 1550px 1263px #fff, 450px 731px #fff, 39px 1303px #fff, 962px 247px #fff, 1347px 874px #fff, 363px 1727px #fff, 271px 1429px #fff, 73px 174px #fff, 54px 721px #fff, 1574px 1284px #fff, 1852px 868px #fff, 518px 1408px #fff, 1829px 1792px #fff, 1795px 1793px #fff, 1444px 620px #fff, 43px 381px #fff, 1522px 151px #fff, 1423px 1870px #fff, 258px 910px #fff, 1596px 193px #fff, 1516px 747px #fff, 996px 958px #fff, 571px 785px #fff, 213px 1435px #fff, 1040px 121px #fff, 925px 1476px #fff, 41px 816px #fff, 171px 1777px #fff, 652px 1219px #fff, 1289px 207px #fff, 682px 1795px #fff, 662px 171px #fff, 1421px 296px #fff, 365px 803px #fff, 447px 1763px #fff, 662px 1315px #fff, 326px 58px #fff, 54px 499px #fff, 1067px 1354px #fff, 302px 357px #fff, 130px 1484px #fff, 278px 118px #fff, 1773px 1820px #fff, 105px 1112px #fff, 1693px 740px #fff, 207px 1243px #fff, 278px 607px #fff, 1078px 424px #fff, 1184px 758px #fff, 564px 349px #fff, 449px 1869px #fff, 1555px 612px #fff, 1700px 1012px #fff, 1704px 1740px #fff, 1081px 1014px #fff, 1712px 1675px #fff, 1482px 190px #fff, 996px 629px #fff, 487px 964px #fff, 124px 1556px #fff, 37px 1784px #fff, 480px 399px #fff, 1507px 118px #fff, 755px 1034px #fff, 835px 1759px #fff, 1776px 172px #fff, 1402px 1251px #fff, 1441px 738px #fff, 85px 648px #fff, 1046px 1761px #fff, 1869px 482px #fff, 1790px 1343px #fff, 1586px 1395px #fff, 1165px 47px #fff, 1232px 110px #fff, 460px 1541px #fff, 1782px 627px #fff, 1433px 548px #fff, 1524px 1521px #fff, 1767px 1893px #fff, 1028px 8px #fff, 1307px 628px #fff, 1024px 1762px #fff, 366px 986px #fff, 1020px 920px #fff, 1212px 1338px #fff, 86px 436px #fff, 563px 1903px #fff, 1371px 382px #fff, 1915px 1155px #fff, 219px 1244px #fff, 1796px 317px #fff, 153px 238px #fff, 14px 266px #fff, 220px 1494px #fff, 799px 509px #fff, 526px 1472px #fff, 248px 622px #fff, 259px 1738px #fff, 1202px 942px #fff, 1129px 1351px #fff, 568px 1325px #fff, 1232px 84px #fff, 671px 1333px #fff, 637px 548px #fff, 247px 34px #fff, 751px 1251px #fff, 278px 850px #fff, 1208px 1203px #fff, 1866px 225px #fff, 1840px 1411px #fff, 1748px 912px #fff, 685px 1771px #fff, 677px 1221px #fff, 796px 191px #fff, 511px 312px #fff, 422px 1350px #fff, 1054px 766px #fff, 903px 187px #fff, 1471px 347px #fff, 1344px 1403px #fff, 1784px 458px #fff, 376px 1754px #fff, 102px 1777px #fff, 1446px 737px #fff, 408px 597px #fff, 1102px 455px #fff, 1646px 1516px #fff, 636px 1269px #fff, 1708px 1666px #fff, 887px 1340px #fff, 83px 231px #fff, 1657px 555px #fff, 916px 453px #fff, 359px 784px #fff, 1033px 968px #fff, 1789px 1133px #fff, 195px 1132px #fff, 1735px 551px #fff, 49px 1427px #fff, 1888px 929px #fff, 1378px 578px #fff, 670px 955px #fff, 964px 1390px #fff, 1042px 1676px #fff, 461px 255px #fff, 207px 708px #fff, 836px 1719px #fff, 1870px 237px #fff, 1049px 1006px #fff, 196px 16px #fff, 70px 855px #fff, 462px 466px #fff, 1696px 65px #fff, 1519px 1152px #fff, 982px 1296px #fff, 866px 1277px #fff, 1160px 1535px #fff, 662px 328px #fff, 880px 1738px #fff, 99px 302px #fff, 117px 208px #fff, 1658px 1417px #fff, 1107px 614px #fff, 796px 393px #fff, 1380px 7px #fff, 1124px 319px #fff, 1241px 850px #fff, 1264px 1894px #fff, 819px 714px #fff, 787px 90px #fff, 718px 1597px #fff, 1812px 538px #fff, 842px 755px #fff, 148px 1593px #fff, 940px 618px #fff, 1249px 723px #fff, 833px 401px #fff, 1712px 156px #fff, 756px 969px #fff, 805px 512px #fff, 419px 25px #fff, 1378px 1585px #fff, 264px 927px #fff, 1482px 1145px #fff, 493px 321px #fff, 1323px 265px #fff, 1329px 176px #fff, 1291px 222px #fff, 698px 872px #fff, 235px 1248px #fff, 557px 201px #fff, 1444px 319px #fff, 1169px 136px #fff, 330px 1679px #fff, 184px 179px #fff, 1468px 1022px #fff, 1446px 813px #fff, 928px 1488px #fff, 1799px 302px #fff, 125px 489px #fff, 1718px 1686px #fff, 728px 613px #fff, 1183px 50px #fff, 818px 1742px #fff, 1690px 1253px #fff, 375px 827px #fff, 27px 1809px #fff, 467px 1647px #fff, 414px 106px #fff, 1309px 1897px #fff, 1349px 1221px #fff, 973px 1756px #fff, 1406px 1663px #fff, 1778px 1696px #fff, 852px 228px #fff, 1397px 418px #fff, 45px 1311px #fff, 1631px 1540px #fff, 1368px 809px #fff, 235px 535px #fff, 1677px 105px #fff, 1407px 675px #fff, 1048px 839px #fff;
    height: 1px;
    width: 1px;
}

.particle-1:after {
    box-shadow: 1307px 1889px #fff, 771px 642px #fff, 1811px 1116px #fff, 796px 418px #fff, 1607px 997px #fff, 1431px 192px #fff, 1081px 382px #fff, 116px 388px #fff, 188px 1588px #fff, 33px 1314px #fff, 1828px 1004px #fff, 1830px 635px #fff, 740px 376px #fff, 1251px 679px #fff, 1639px 1559px #fff, 1650px 92px #fff, 1655px 1787px #fff, 248px 378px #fff, 1258px 410px #fff, 1737px 1531px #fff, 61px 1636px #fff, 830px 1611px #fff, 1202px 966px #fff, 859px 594px #fff, 377px 1508px #fff, 1882px 55px #fff, 920px 342px #fff, 725px 1832px #fff, 580px 1082px #fff, 642px 28px #fff, 318px 949px #fff, 1398px 285px #fff, 410px 965px #fff, 302px 1779px #fff, 717px 133px #fff, 1441px 1329px #fff, 112px 1851px #fff, 278px 1399px #fff, 794px 1563px #fff, 380px 1281px #fff, 1606px 1580px #fff, 1234px 1203px #fff, 1792px 156px #fff, 557px 285px #fff, 460px 510px #fff, 1103px 693px #fff, 615px 549px #fff, 1824px 1498px #fff, 1652px 427px #fff, 799px 1546px #fff, 814px 964px #fff, 13px 357px #fff, 794px 1047px #fff, 472px 346px #fff, 1496px 896px #fff, 670px 1359px #fff, 1872px 665px #fff, 145px 634px #fff, 875px 7px #fff, 1042px 180px #fff, 136px 1847px #fff, 878px 846px #fff, 31px 1036px #fff, 413px 1017px #fff, 1479px 705px #fff, 873px 873px #fff, 1509px 474px #fff, 654px 821px #fff, 1243px 343px #fff, 1122px 1488px #fff, 1898px 1849px #fff, 1227px 997px #fff, 680px 823px #fff, 1687px 723px #fff, 1113px 366px #fff, 1648px 495px #fff, 1585px 1223px #fff, 448px 552px #fff, 763px 769px #fff, 1689px 1231px #fff, 1666px 1439px #fff, 271px 888px #fff, 440px 1536px #fff, 874px 1196px #fff, 1579px 345px #fff, 896px 644px #fff, 1164px 463px #fff, 364px 713px #fff, 1508px 1413px #fff, 121px 501px #fff, 1097px 424px #fff, 909px 700px #fff, 914px 1379px #fff, 618px 1064px #fff, 475px 1730px #fff, 1461px 1352px #fff, 1513px 1724px #fff, 1151px 322px #fff, 1635px 1611px #fff, 618px 766px #fff, 961px 686px #fff, 382px 112px #fff, 187px 1275px #fff, 940px 1081px #fff, 439px 690px #fff, 1439px 693px #fff, 1313px 121px #fff, 1246px 510px #fff, 227px 965px #fff, 1345px 1013px #fff, 1472px 371px #fff, 454px 863px #fff, 28px 1503px #fff, 1341px 359px #fff, 465px 505px #fff, 1671px 1134px #fff, 27px 664px #fff, 1871px 1278px #fff, 1385px 100px #fff, 156px 478px #fff, 13px 1793px #fff, 1703px 582px #fff, 1492px 375px #fff, 1384px 1625px #fff, 484px 14px #fff, 1452px 885px #fff, 1172px 1160px #fff, 901px 1557px #fff, 1088px 212px #fff, 1606px 476px #fff, 904px 1287px #fff, 1021px 1841px #fff, 1101px 1451px #fff, 1618px 553px #fff, 336px 217px #fff, 1739px 306px #fff, 1743px 238px #fff, 964px 641px #fff, 1px 933px #fff, 1298px 21px #fff, 785px 948px #fff, 1745px 1445px #fff, 346px 719px #fff, 126px 624px #fff, 1634px 456px #fff, 152px 288px #fff, 253px 845px #fff, 1644px 947px #fff, 752px 359px #fff, 1444px 320px #fff, 1868px 1276px #fff, 264px 118px #fff, 445px 1727px #fff, 1390px 1048px #fff, 89px 1432px #fff, 1704px 1436px #fff, 1341px 1834px #fff, 1635px 586px #fff, 303px 1787px #fff, 1582px 1682px #fff, 542px 1419px #fff, 373px 1783px #fff, 1671px 1181px #fff, 1289px 1074px #fff, 458px 848px #fff, 1578px 539px #fff, 1894px 161px #fff, 445px 987px #fff, 1390px 128px #fff, 739px 1346px #fff, 1836px 1066px #fff, 1385px 303px #fff, 1867px 436px #fff, 1801px 1153px #fff, 583px 426px #fff, 338px 220px #fff, 1437px 410px #fff, 1874px 1595px #fff, 1910px 1177px #fff, 1764px 350px #fff, 1319px 432px #fff, 739px 366px #fff, 100px 704px #fff, 156px 1198px #fff, 813px 251px #fff, 983px 870px #fff, 776px 1918px #fff, 171px 1188px #fff, 707px 1368px #fff, 609px 547px #fff, 481px 209px #fff, 1438px 564px #fff, 174px 513px #fff, 83px 262px #fff, 1553px 316px #fff, 98px 185px #fff, 168px 1139px #fff, 1444px 583px #fff, 628px 639px #fff, 203px 39px #fff, 1551px 1284px #fff, 656px 1101px #fff, 967px 799px #fff, 605px 1119px #fff, 297px 210px #fff, 1475px 1322px #fff, 367px 1427px #fff, 26px 911px #fff, 1370px 1860px #fff, 1673px 1246px #fff, 236px 1796px #fff, 1533px 1468px #fff, 718px 467px #fff, 1862px 855px #fff, 1618px 1502px #fff, 563px 1178px #fff, 1110px 802px #fff, 966px 736px #fff, 1192px 119px #fff, 390px 353px #fff, 25px 1233px #fff, 613px 1210px #fff, 256px 632px #fff, 1548px 613px #fff, 847px 1847px #fff, 783px 163px #fff, 1563px 1067px #fff, 799px 1090px #fff, 830px 1917px #fff, 1111px 1740px #fff, 247px 1594px #fff, 649px 1253px #fff, 53px 1534px #fff, 1088px 92px #fff, 1497px 1126px #fff, 525px 1869px #fff, 1263px 1224px #fff, 319px 378px #fff, 87px 712px #fff, 1781px 1496px #fff, 1767px 868px #fff, 302px 1648px #fff, 381px 913px #fff, 459px 551px #fff, 1043px 1349px #fff, 1331px 390px #fff, 135px 1427px #fff, 196px 379px #fff, 1808px 1911px #fff, 1076px 879px #fff, 1759px 1633px #fff, 1442px 1431px #fff, 1436px 1443px #fff, 1266px 1869px #fff, 363px 1715px #fff, 927px 1777px #fff, 1285px 1697px #fff, 1605px 143px #fff, 954px 1307px #fff, 904px 1102px #fff, 989px 749px #fff, 1465px 759px #fff, 1250px 1312px #fff, 1278px 848px #fff, 348px 1770px #fff, 1894px 333px #fff, 1113px 49px #fff, 1834px 1133px #fff, 865px 1736px #fff, 448px 810px #fff, 1132px 1228px #fff, 1362px 1371px #fff, 91px 1299px #fff, 1891px 1852px #fff, 180px 959px #fff, 807px 576px #fff, 1851px 454px #fff, 1531px 462px #fff, 125px 552px #fff, 661px 749px #fff, 1615px 1086px #fff, 997px 1371px #fff, 1484px 655px #fff, 746px 1699px #fff, 245px 1669px #fff, 788px 1373px #fff, 527px 948px #fff, 112px 1672px #fff, 463px 343px #fff, 124px 1317px #fff, 1447px 1018px #fff, 822px 768px #fff, 483px 1381px #fff, 401px 1345px #fff, 1793px 1210px #fff, 110px 611px #fff, 1509px 13px #fff, 106px 1534px #fff, 1568px 1482px #fff, 1069px 1872px #fff, 642px 500px #fff, 826px 1581px #fff, 1140px 472px #fff, 527px 651px #fff, 1219px 150px #fff, 574px 1062px #fff, 1168px 978px #fff, 232px 1072px #fff, 846px 164px #fff, 1103px 1236px #fff, 1253px 1362px #fff, 1243px 351px #fff, 874px 1246px #fff, 641px 1279px #fff, 1042px 965px #fff, 368px 685px #fff, 717px 1327px #fff, 65px 1066px #fff, 855px 413px #fff, 1406px 585px #fff, 490px 1803px #fff, 1623px 351px #fff, 577px 1663px #fff, 1375px 1332px #fff, 1902px 1896px #fff, 1377px 1821px #fff, 86px 1078px #fff, 934px 56px #fff, 460px 1453px #fff, 545px 72px #fff, 763px 537px #fff, 819px 381px #fff, 422px 367px #fff, 1429px 691px #fff, 1658px 1468px #fff, 174px 1182px #fff, 908px 118px #fff, 1554px 1477px #fff, 348px 163px #fff, 232px 1614px #fff, 1707px 1607px #fff, 1557px 501px #fff, 777px 728px #fff, 1652px 1163px #fff, 1591px 273px #fff, 905px 1832px #fff, 336px 483px #fff, 1434px 248px #fff, 1127px 1607px #fff, 119px 1876px #fff, 1238px 1870px #fff, 626px 1457px #fff, 897px 1551px #fff, 377px 1194px #fff, 881px 1643px #fff, 727px 1616px #fff, 881px 1656px #fff, 1913px 1152px #fff, 449px 1765px #fff, 407px 1150px #fff, 911px 249px #fff, 1211px 1649px #fff, 323px 810px #fff, 203px 1886px #fff, 567px 879px #fff, 474px 875px #fff, 1830px 1739px #fff, 525px 1809px #fff, 1197px 638px #fff, 1345px 13px #fff, 758px 1526px #fff, 1215px 34px #fff, 1352px 722px #fff, 880px 1174px #fff, 808px 1430px #fff, 1536px 26px #fff, 1550px 1263px #fff, 450px 731px #fff, 39px 1303px #fff, 962px 247px #fff, 1347px 874px #fff, 363px 1727px #fff, 271px 1429px #fff, 73px 174px #fff, 54px 721px #fff, 1574px 1284px #fff, 1852px 868px #fff, 518px 1408px #fff, 1829px 1792px #fff, 1795px 1793px #fff, 1444px 620px #fff, 43px 381px #fff, 1522px 151px #fff, 1423px 1870px #fff, 258px 910px #fff, 1596px 193px #fff, 1516px 747px #fff, 996px 958px #fff, 571px 785px #fff, 213px 1435px #fff, 1040px 121px #fff, 925px 1476px #fff, 41px 816px #fff, 171px 1777px #fff, 652px 1219px #fff, 1289px 207px #fff, 682px 1795px #fff, 662px 171px #fff, 1421px 296px #fff, 365px 803px #fff, 447px 1763px #fff, 662px 1315px #fff, 326px 58px #fff, 54px 499px #fff, 1067px 1354px #fff, 302px 357px #fff, 130px 1484px #fff, 278px 118px #fff, 1773px 1820px #fff, 105px 1112px #fff, 1693px 740px #fff, 207px 1243px #fff, 278px 607px #fff, 1078px 424px #fff, 1184px 758px #fff, 564px 349px #fff, 449px 1869px #fff, 1555px 612px #fff, 1700px 1012px #fff, 1704px 1740px #fff, 1081px 1014px #fff, 1712px 1675px #fff, 1482px 190px #fff, 996px 629px #fff, 487px 964px #fff, 124px 1556px #fff, 37px 1784px #fff, 480px 399px #fff, 1507px 118px #fff, 755px 1034px #fff, 835px 1759px #fff, 1776px 172px #fff, 1402px 1251px #fff, 1441px 738px #fff, 85px 648px #fff, 1046px 1761px #fff, 1869px 482px #fff, 1790px 1343px #fff, 1586px 1395px #fff, 1165px 47px #fff, 1232px 110px #fff, 460px 1541px #fff, 1782px 627px #fff, 1433px 548px #fff, 1524px 1521px #fff, 1767px 1893px #fff, 1028px 8px #fff, 1307px 628px #fff, 1024px 1762px #fff, 366px 986px #fff, 1020px 920px #fff, 1212px 1338px #fff, 86px 436px #fff, 563px 1903px #fff, 1371px 382px #fff, 1915px 1155px #fff, 219px 1244px #fff, 1796px 317px #fff, 153px 238px #fff, 14px 266px #fff, 220px 1494px #fff, 799px 509px #fff, 526px 1472px #fff, 248px 622px #fff, 259px 1738px #fff, 1202px 942px #fff, 1129px 1351px #fff, 568px 1325px #fff, 1232px 84px #fff, 671px 1333px #fff, 637px 548px #fff, 247px 34px #fff, 751px 1251px #fff, 278px 850px #fff, 1208px 1203px #fff, 1866px 225px #fff, 1840px 1411px #fff, 1748px 912px #fff, 685px 1771px #fff, 677px 1221px #fff, 796px 191px #fff, 511px 312px #fff, 422px 1350px #fff, 1054px 766px #fff, 903px 187px #fff, 1471px 347px #fff, 1344px 1403px #fff, 1784px 458px #fff, 376px 1754px #fff, 102px 1777px #fff, 1446px 737px #fff, 408px 597px #fff, 1102px 455px #fff, 1646px 1516px #fff, 636px 1269px #fff, 1708px 1666px #fff, 887px 1340px #fff, 83px 231px #fff, 1657px 555px #fff, 916px 453px #fff, 359px 784px #fff, 1033px 968px #fff, 1789px 1133px #fff, 195px 1132px #fff, 1735px 551px #fff, 49px 1427px #fff, 1888px 929px #fff, 1378px 578px #fff, 670px 955px #fff, 964px 1390px #fff, 1042px 1676px #fff, 461px 255px #fff, 207px 708px #fff, 836px 1719px #fff, 1870px 237px #fff, 1049px 1006px #fff, 196px 16px #fff, 70px 855px #fff, 462px 466px #fff, 1696px 65px #fff, 1519px 1152px #fff, 982px 1296px #fff, 866px 1277px #fff, 1160px 1535px #fff, 662px 328px #fff, 880px 1738px #fff, 99px 302px #fff, 117px 208px #fff, 1658px 1417px #fff, 1107px 614px #fff, 796px 393px #fff, 1380px 7px #fff, 1124px 319px #fff, 1241px 850px #fff, 1264px 1894px #fff, 819px 714px #fff, 787px 90px #fff, 718px 1597px #fff, 1812px 538px #fff, 842px 755px #fff, 148px 1593px #fff, 940px 618px #fff, 1249px 723px #fff, 833px 401px #fff, 1712px 156px #fff, 756px 969px #fff, 805px 512px #fff, 419px 25px #fff, 1378px 1585px #fff, 264px 927px #fff, 1482px 1145px #fff, 493px 321px #fff, 1323px 265px #fff, 1329px 176px #fff, 1291px 222px #fff, 698px 872px #fff, 235px 1248px #fff, 557px 201px #fff, 1444px 319px #fff, 1169px 136px #fff, 330px 1679px #fff, 184px 179px #fff, 1468px 1022px #fff, 1446px 813px #fff, 928px 1488px #fff, 1799px 302px #fff, 125px 489px #fff, 1718px 1686px #fff, 728px 613px #fff, 1183px 50px #fff, 818px 1742px #fff, 1690px 1253px #fff, 375px 827px #fff, 27px 1809px #fff, 467px 1647px #fff, 414px 106px #fff, 1309px 1897px #fff, 1349px 1221px #fff, 973px 1756px #fff, 1406px 1663px #fff, 1778px 1696px #fff, 852px 228px #fff, 1397px 418px #fff, 45px 1311px #fff, 1631px 1540px #fff, 1368px 809px #fff, 235px 535px #fff, 1677px 105px #fff, 1407px 675px #fff, 1048px 839px #fff;
    height: 1px;
    width: 1px;
}

.particle-2 {
    -webkit-animation: animParticle 120s linear infinite;
    animation: animParticle 120s linear infinite;
    box-shadow: 186px 967px #fff, 358px 826px #fff, 1637px 1890px #fff, 1599px 1491px #fff, 912px 1632px #fff, 1546px 1204px #fff, 38px 611px #fff, 1083px 1383px #fff, 809px 564px #fff, 1194px 834px #fff, 813px 170px #fff, 384px 1294px #fff, 688px 272px #fff, 1755px 297px #fff, 1019px 556px #fff, 1457px 1243px #fff, 1417px 379px #fff, 204px 1433px #fff, 90px 1109px #fff, 1593px 23px #fff, 65px 1168px #fff, 1818px 276px #fff, 1396px 178px #fff, 1717px 1143px #fff, 1826px 71px #fff, 1214px 1865px #fff, 551px 1734px #fff, 431px 1406px #fff, 472px 481px #fff, 1128px 31px #fff, 452px 886px #fff, 152px 3px #fff, 1660px 657px #fff, 1613px 1626px #fff, 784px 396px #fff, 1726px 784px #fff, 52px 1114px #fff, 484px 697px #fff, 757px 1353px #fff, 1745px 1064px #fff, 1190px 1349px #fff, 152px 75px #fff, 892px 126px #fff, 1915px 1254px #fff, 1115px 1542px #fff, 702px 1069px #fff, 1790px 303px #fff, 998px 1250px #fff, 1489px 109px #fff, 1134px 855px #fff, 1518px 1316px #fff, 826px 1262px #fff, 104px 434px #fff, 1874px 1251px #fff, 1200px 90px #fff, 1915px 1305px #fff, 116px 558px #fff, 1766px 757px #fff, 1800px 1468px #fff, 713px 31px #fff, 1567px 364px #fff, 318px 1570px #fff, 216px 671px #fff, 263px 775px #fff, 1823px 680px #fff, 743px 1545px #fff, 1051px 411px #fff, 407px 383px #fff, 1097px 1569px #fff, 852px 773px #fff, 1786px 1338px #fff, 365px 205px #fff, 1873px 1142px #fff, 1069px 1511px #fff, 53px 1902px #fff, 1198px 452px #fff, 1373px 699px #fff, 1717px 779px #fff, 202px 753px #fff, 207px 1827px #fff, 1774px 1330px #fff, 1536px 452px #fff, 17px 117px #fff, 1035px 1559px #fff, 1085px 191px #fff, 1851px 833px #fff, 727px 319px #fff, 1236px 110px #fff, 995px 689px #fff, 1626px 1429px #fff, 322px 1425px #fff, 1719px 1574px #fff, 1419px 19px #fff, 1328px 856px #fff, 1570px 1307px #fff, 1500px 1031px #fff, 119px 137px #fff, 466px 468px #fff, 1304px 1626px #fff, 1236px 383px #fff, 158px 230px #fff, 251px 1628px #fff, 1695px 716px #fff, 1119px 1801px #fff, 834px 1850px #fff, 663px 745px #fff, 1148px 800px #fff, 313px 1297px #fff, 742px 1001px #fff, 1384px 775px #fff, 558px 525px #fff, 540px 446px #fff, 1014px 135px #fff, 701px 121px #fff, 996px 579px #fff, 1864px 1754px #fff, 1907px 1658px #fff, 588px 545px #fff, 1689px 503px #fff, 658px 1803px #fff, 984px 1653px #fff, 208px 193px #fff, 747px 876px #fff, 85px 769px #fff, 50px 262px #fff, 477px 1178px #fff, 868px 885px #fff, 787px 1002px #fff, 225px 1151px #fff, 1340px 736px #fff, 1574px 229px #fff, 304px 20px #fff, 1035px 1884px #fff, 1742px 1577px #fff, 1574px 1572px #fff, 413px 57px #fff, 138px 1041px #fff, 759px 708px #fff, 1490px 1462px #fff, 986px 1130px #fff, 145px 634px #fff, 1791px 1881px #fff, 621px 1577px #fff, 1890px 886px #fff, 65px 142px #fff, 740px 463px #fff, 1151px 353px #fff, 1380px 1165px #fff, 177px 748px #fff, 1910px 1140px #fff, 307px 1304px #fff, 674px 991px #fff, 1755px 1887px #fff, 1559px 21px #fff, 1421px 227px #fff, 973px 1357px #fff, 862px 1219px #fff, 1123px 1001px #fff, 808px 696px #fff, 394px 628px #fff, 1537px 104px #fff, 1907px 1446px #fff, 742px 508px #fff, 1168px 1190px #fff, 1464px 1652px #fff, 492px 1178px #fff, 58px 1256px #fff, 1544px 196px #fff, 769px 423px #fff, 1808px 1448px #fff, 864px 685px #fff, 1299px 62px #fff, 1770px 695px #fff, 364px 945px #fff, 1890px 477px #fff, 1423px 1879px #fff, 1763px 302px #fff, 692px 929px #fff, 1559px 290px #fff, 927px 1172px #fff, 1799px 1855px #fff, 678px 1308px #fff, 913px 943px #fff, 291px 1494px #fff, 563px 826px #fff, 1748px 1674px #fff, 1596px 1387px #fff, 296px 801px #fff, 1844px 656px #fff, 1629px 482px #fff, 1249px 784px #fff, 731px 1428px #fff, 985px 352px #fff, 1244px 1775px #fff, 1690px 1877px #fff, 1919px 572px #fff, 1403px 715px #fff, 674px 1518px #fff, 528px 418px #fff, 1714px 464px #fff;
    height: 2px;
    width: 2px;
}

.particle-2:after {
    box-shadow: 186px 967px #fff, 358px 826px #fff, 1637px 1890px #fff, 1599px 1491px #fff, 912px 1632px #fff, 1546px 1204px #fff, 38px 611px #fff, 1083px 1383px #fff, 809px 564px #fff, 1194px 834px #fff, 813px 170px #fff, 384px 1294px #fff, 688px 272px #fff, 1755px 297px #fff, 1019px 556px #fff, 1457px 1243px #fff, 1417px 379px #fff, 204px 1433px #fff, 90px 1109px #fff, 1593px 23px #fff, 65px 1168px #fff, 1818px 276px #fff, 1396px 178px #fff, 1717px 1143px #fff, 1826px 71px #fff, 1214px 1865px #fff, 551px 1734px #fff, 431px 1406px #fff, 472px 481px #fff, 1128px 31px #fff, 452px 886px #fff, 152px 3px #fff, 1660px 657px #fff, 1613px 1626px #fff, 784px 396px #fff, 1726px 784px #fff, 52px 1114px #fff, 484px 697px #fff, 757px 1353px #fff, 1745px 1064px #fff, 1190px 1349px #fff, 152px 75px #fff, 892px 126px #fff, 1915px 1254px #fff, 1115px 1542px #fff, 702px 1069px #fff, 1790px 303px #fff, 998px 1250px #fff, 1489px 109px #fff, 1134px 855px #fff, 1518px 1316px #fff, 826px 1262px #fff, 104px 434px #fff, 1874px 1251px #fff, 1200px 90px #fff, 1915px 1305px #fff, 116px 558px #fff, 1766px 757px #fff, 1800px 1468px #fff, 713px 31px #fff, 1567px 364px #fff, 318px 1570px #fff, 216px 671px #fff, 263px 775px #fff, 1823px 680px #fff, 743px 1545px #fff, 1051px 411px #fff, 407px 383px #fff, 1097px 1569px #fff, 852px 773px #fff, 1786px 1338px #fff, 365px 205px #fff, 1873px 1142px #fff, 1069px 1511px #fff, 53px 1902px #fff, 1198px 452px #fff, 1373px 699px #fff, 1717px 779px #fff, 202px 753px #fff, 207px 1827px #fff, 1774px 1330px #fff, 1536px 452px #fff, 17px 117px #fff, 1035px 1559px #fff, 1085px 191px #fff, 1851px 833px #fff, 727px 319px #fff, 1236px 110px #fff, 995px 689px #fff, 1626px 1429px #fff, 322px 1425px #fff, 1719px 1574px #fff, 1419px 19px #fff, 1328px 856px #fff, 1570px 1307px #fff, 1500px 1031px #fff, 119px 137px #fff, 466px 468px #fff, 1304px 1626px #fff, 1236px 383px #fff, 158px 230px #fff, 251px 1628px #fff, 1695px 716px #fff, 1119px 1801px #fff, 834px 1850px #fff, 663px 745px #fff, 1148px 800px #fff, 313px 1297px #fff, 742px 1001px #fff, 1384px 775px #fff, 558px 525px #fff, 540px 446px #fff, 1014px 135px #fff, 701px 121px #fff, 996px 579px #fff, 1864px 1754px #fff, 1907px 1658px #fff, 588px 545px #fff, 1689px 503px #fff, 658px 1803px #fff, 984px 1653px #fff, 208px 193px #fff, 747px 876px #fff, 85px 769px #fff, 50px 262px #fff, 477px 1178px #fff, 868px 885px #fff, 787px 1002px #fff, 225px 1151px #fff, 1340px 736px #fff, 1574px 229px #fff, 304px 20px #fff, 1035px 1884px #fff, 1742px 1577px #fff, 1574px 1572px #fff, 413px 57px #fff, 138px 1041px #fff, 759px 708px #fff, 1490px 1462px #fff, 986px 1130px #fff, 145px 634px #fff, 1791px 1881px #fff, 621px 1577px #fff, 1890px 886px #fff, 65px 142px #fff, 740px 463px #fff, 1151px 353px #fff, 1380px 1165px #fff, 177px 748px #fff, 1910px 1140px #fff, 307px 1304px #fff, 674px 991px #fff, 1755px 1887px #fff, 1559px 21px #fff, 1421px 227px #fff, 973px 1357px #fff, 862px 1219px #fff, 1123px 1001px #fff, 808px 696px #fff, 394px 628px #fff, 1537px 104px #fff, 1907px 1446px #fff, 742px 508px #fff, 1168px 1190px #fff, 1464px 1652px #fff, 492px 1178px #fff, 58px 1256px #fff, 1544px 196px #fff, 769px 423px #fff, 1808px 1448px #fff, 864px 685px #fff, 1299px 62px #fff, 1770px 695px #fff, 364px 945px #fff, 1890px 477px #fff, 1423px 1879px #fff, 1763px 302px #fff, 692px 929px #fff, 1559px 290px #fff, 927px 1172px #fff, 1799px 1855px #fff, 678px 1308px #fff, 913px 943px #fff, 291px 1494px #fff, 563px 826px #fff, 1748px 1674px #fff, 1596px 1387px #fff, 296px 801px #fff, 1844px 656px #fff, 1629px 482px #fff, 1249px 784px #fff, 731px 1428px #fff, 985px 352px #fff, 1244px 1775px #fff, 1690px 1877px #fff, 1919px 572px #fff, 1403px 715px #fff, 674px 1518px #fff, 528px 418px #fff, 1714px 464px #fff;
    height: 2px;
    width: 2px;
}

.particle-3 {
    -webkit-animation: animParticle 180s linear infinite;
    animation: animParticle 180s linear infinite;
    box-shadow: 823px 578px #fff, 848px 1475px #fff, 1260px 1888px #fff, 1819px 755px #fff, 48px 484px #fff, 281px 1041px #fff, 1278px 451px #fff, 131px 1515px #fff, 1787px 623px #fff, 752px 1109px #fff, 1593px 139px #fff, 1335px 1901px #fff, 1516px 1514px #fff, 484px 613px #fff, 1113px 1152px #fff, 1270px 1561px #fff, 1182px 404px #fff, 1727px 304px #fff, 599px 813px #fff, 818px 1462px #fff, 873px 1084px #fff, 1289px 360px #fff, 1862px 757px #fff, 1790px 1055px #fff, 1137px 1899px #fff, 1155px 1309px #fff, 50px 1116px #fff, 1389px 1269px #fff, 265px 297px #fff, 1910px 1461px #fff, 673px 1380px #fff, 562px 1756px #fff, 242px 549px #fff, 1004px 665px #fff, 1155px 51px #fff, 964px 796px #fff, 352px 510px #fff, 370px 750px #fff, 199px 1878px #fff, 1569px 748px #fff, 193px 274px #fff, 154px 1354px #fff, 1020px 247px #fff, 1251px 678px #fff, 712px 1841px #fff, 1435px 1419px #fff, 245px 1293px #fff, 1001px 251px #fff, 1457px 189px #fff, 66px 671px #fff, 1391px 622px #fff, 102px 937px #fff, 697px 64px #fff, 1782px 1134px #fff, 1796px 234px #fff, 358px 1263px #fff, 668px 1467px #fff, 1356px 1229px #fff, 82px 644px #fff, 44px 880px #fff, 1456px 258px #fff, 701px 568px #fff, 724px 655px #fff, 863px 1498px #fff, 1595px 777px #fff, 1820px 99px #fff, 1372px 1891px #fff, 441px 598px #fff, 741px 442px #fff, 1646px 1227px #fff, 351px 1503px #fff, 578px 292px #fff, 481px 1182px #fff, 1210px 1837px #fff, 855px 1511px #fff, 911px 545px #fff, 131px 888px #fff, 257px 1274px #fff, 242px 1704px #fff, 225px 721px #fff, 1158px 384px #fff, 1847px 644px #fff, 414px 686px #fff, 1153px 1621px #fff, 600px 627px #fff, 634px 1435px #fff, 1823px 1155px #fff, 1140px 1324px #fff, 1265px 1912px #fff, 419px 887px #fff, 21px 446px #fff, 676px 104px #fff, 126px 949px #fff, 1689px 1232px #fff, 1597px 1891px #fff, 1901px 811px #fff, 542px 277px #fff, 703px 1573px #fff, 481px 421px #fff, 913px 295px #fff;
    height: 3px;
    width: 3px;
}

.particle-3:after {
    box-shadow: 823px 578px #fff, 848px 1475px #fff, 1260px 1888px #fff, 1819px 755px #fff, 48px 484px #fff, 281px 1041px #fff, 1278px 451px #fff, 131px 1515px #fff, 1787px 623px #fff, 752px 1109px #fff, 1593px 139px #fff, 1335px 1901px #fff, 1516px 1514px #fff, 484px 613px #fff, 1113px 1152px #fff, 1270px 1561px #fff, 1182px 404px #fff, 1727px 304px #fff, 599px 813px #fff, 818px 1462px #fff, 873px 1084px #fff, 1289px 360px #fff, 1862px 757px #fff, 1790px 1055px #fff, 1137px 1899px #fff, 1155px 1309px #fff, 50px 1116px #fff, 1389px 1269px #fff, 265px 297px #fff, 1910px 1461px #fff, 673px 1380px #fff, 562px 1756px #fff, 242px 549px #fff, 1004px 665px #fff, 1155px 51px #fff, 964px 796px #fff, 352px 510px #fff, 370px 750px #fff, 199px 1878px #fff, 1569px 748px #fff, 193px 274px #fff, 154px 1354px #fff, 1020px 247px #fff, 1251px 678px #fff, 712px 1841px #fff, 1435px 1419px #fff, 245px 1293px #fff, 1001px 251px #fff, 1457px 189px #fff, 66px 671px #fff, 1391px 622px #fff, 102px 937px #fff, 697px 64px #fff, 1782px 1134px #fff, 1796px 234px #fff, 358px 1263px #fff, 668px 1467px #fff, 1356px 1229px #fff, 82px 644px #fff, 44px 880px #fff, 1456px 258px #fff, 701px 568px #fff, 724px 655px #fff, 863px 1498px #fff, 1595px 777px #fff, 1820px 99px #fff, 1372px 1891px #fff, 441px 598px #fff, 741px 442px #fff, 1646px 1227px #fff, 351px 1503px #fff, 578px 292px #fff, 481px 1182px #fff, 1210px 1837px #fff, 855px 1511px #fff, 911px 545px #fff, 131px 888px #fff, 257px 1274px #fff, 242px 1704px #fff, 225px 721px #fff, 1158px 384px #fff, 1847px 644px #fff, 414px 686px #fff, 1153px 1621px #fff, 600px 627px #fff, 634px 1435px #fff, 1823px 1155px #fff, 1140px 1324px #fff, 1265px 1912px #fff, 419px 887px #fff, 21px 446px #fff, 676px 104px #fff, 126px 949px #fff, 1689px 1232px #fff, 1597px 1891px #fff, 1901px 811px #fff, 542px 277px #fff, 703px 1573px #fff, 481px 421px #fff, 913px 295px #fff;
    height: 3px;
    width: 3px;
}

.particle-4 {
    -webkit-animation: animParticle 600s linear infinite;
    animation: animParticle 600s linear infinite;
    box-shadow: 272px 1252px #fff, 1091px 98px #fff, 1014px 936px #fff, 1521px 1289px #fff, 1748px 870px #fff, 427px 1825px #fff, 1203px 1400px #fff, 1727px 888px #fff, 1481px 1417px #fff, 120px 836px #fff, 102px 1023px #fff, 1336px 67px #fff, 1082px 398px #fff, 1015px 1850px #fff, 328px 801px #fff, 1790px 661px #fff, 533px 689px #fff, 987px 1838px #fff, 1541px 270px #fff, 1675px 1531px #fff, 79px 1323px #fff, 621px 733px #fff, 1449px 1652px #fff, 405px 94px #fff, 835px 935px #fff, 1334px 728px #fff, 1702px 1379px #fff, 592px 1882px #fff, 717px 1873px #fff, 209px 345px #fff, 147px 916px #fff, 445px 1723px #fff, 852px 936px #fff, 1493px 1607px #fff, 1427px 1345px #fff, 178px 927px #fff, 101px 1796px #fff, 552px 1430px #fff, 326px 956px #fff, 1517px 769px #fff, 637px 1185px #fff, 1641px 1552px #fff, 1186px 609px #fff, 410px 1256px #fff, 748px 77px #fff, 1547px 1749px #fff, 1029px 1550px #fff, 880px 793px #fff, 721px 1121px #fff, 1772px 1369px #fff, 1435px 36px #fff, 148px 498px #fff, 1636px 1264px #fff, 1399px 1693px #fff, 526px 215px #fff, 1184px 1919px #fff, 638px 925px #fff, 1084px 396px #fff, 1266px 1874px #fff, 1638px 1160px #fff, 1339px 1281px #fff, 328px 1240px #fff, 756px 1153px #fff, 396px 1325px #fff, 1442px 1372px #fff, 1554px 1196px #fff, 1495px 1661px #fff, 881px 761px #fff, 1561px 1610px #fff, 1619px 455px #fff, 791px 93px #fff, 263px 1570px #fff, 1157px 703px #fff, 1234px 656px #fff, 403px 1590px #fff, 1719px 698px #fff, 1832px 1356px #fff, 1065px 993px #fff, 680px 141px #fff, 831px 880px #fff, 503px 703px #fff, 610px 1286px #fff, 1800px 176px #fff, 1826px 189px #fff, 295px 795px #fff, 1833px 1025px #fff, 1841px 463px #fff, 1231px 1760px #fff, 1234px 932px #fff, 693px 173px #fff, 1752px 176px #fff, 708px 972px #fff, 424px 1722px #fff, 664px 1337px #fff, 1856px 1810px #fff, 1536px 1659px #fff, 847px 824px #fff, 1533px 539px #fff, 170px 1447px #fff, 495px 442px #fff, 1436px 688px #fff, 1423px 346px #fff, 442px 249px #fff, 1627px 1370px #fff, 192px 1739px #fff, 984px 1664px #fff, 341px 129px #fff, 1140px 1156px #fff, 44px 725px #fff, 1520px 1408px #fff, 999px 1390px #fff, 1259px 1132px #fff, 678px 748px #fff, 1880px 1360px #fff, 423px 1681px #fff, 1752px 722px #fff, 444px 375px #fff, 1016px 1322px #fff, 1531px 1870px #fff, 367px 874px #fff, 555px 481px #fff, 1836px 1611px #fff, 1773px 664px #fff, 847px 877px #fff, 575px 50px #fff, 1050px 105px #fff, 387px 1850px #fff, 738px 1307px #fff, 173px 265px #fff, 1568px 730px #fff, 235px 1638px #fff, 713px 1464px #fff, 458px 652px #fff, 536px 212px #fff, 556px 691px #fff, 315px 393px #fff, 1602px 1181px #fff, 190px 1803px #fff, 1656px 1133px #fff, 635px 325px #fff, 727px 1053px #fff, 1912px 852px #fff, 244px 1411px #fff, 1776px 18px #fff, 1694px 1617px #fff, 274px 942px #fff, 1148px 589px #fff, 632px 1487px #fff, 1215px 811px #fff, 109px 772px #fff, 640px 287px #fff, 1247px 484px #fff, 385px 1088px #fff, 994px 980px #fff, 558px 1754px #fff, 675px 322px #fff, 1168px 286px #fff, 747px 1259px #fff, 717px 1768px #fff, 192px 1222px #fff, 1149px 1552px #fff, 1252px 1800px #fff, 31px 1489px #fff, 1164px 1147px #fff, 1395px 1654px #fff, 229px 1832px #fff, 1117px 1708px #fff, 502px 35px #fff, 377px 1575px #fff, 27px 1256px #fff, 1187px 1185px #fff, 940px 659px #fff, 455px 745px #fff, 1238px 1154px #fff, 512px 1895px #fff, 932px 1559px #fff, 856px 1837px #fff, 667px 767px #fff, 1772px 861px #fff, 283px 1862px #fff, 934px 1234px #fff, 1722px 1193px #fff, 1414px 904px #fff, 41px 1512px #fff, 30px 329px #fff, 978px 1597px #fff, 1513px 1781px #fff, 1847px 718px #fff, 1381px 30px #fff, 1912px 78px #fff, 183px 391px #fff, 479px 632px #fff, 1770px 246px #fff, 1704px 1575px #fff, 1284px 1139px #fff, 1898px 349px #fff, 1623px 1802px #fff, 554px 483px #fff, 1128px 231px #fff, 1663px 1498px #fff, 1429px 1612px #fff, 793px 741px #fff, 1628px 600px #fff, 1798px 1100px #fff, 1641px 222px #fff, 1688px 1185px #fff, 528px 730px #fff, 1129px 1726px #fff, 738px 1404px #fff, 426px 701px #fff, 1021px 1675px #fff, 908px 414px #fff, 474px 1703px #fff, 446px 1279px #fff, 448px 1560px #fff, 1165px 1287px #fff, 1378px 1384px #fff, 1891px 1163px #fff, 1202px 1530px #fff, 292px 1440px #fff, 1051px 634px #fff, 362px 782px #fff, 1263px 145px #fff, 1718px 21px #fff, 1752px 1253px #fff, 318px 1525px #fff, 458px 1263px #fff, 703px 1572px #fff, 173px 1470px #fff, 613px 1728px #fff, 1188px 1298px #fff, 548px 1456px #fff, 274px 1148px #fff, 1636px 832px #fff, 1120px 1016px #fff, 410px 888px #fff, 956px 1512px #fff, 536px 1664px #fff, 214px 1643px #fff, 194px 912px #fff, 831px 1699px #fff, 668px 1531px #fff, 1053px 1104px #fff, 302px 302px #fff, 359px 605px #fff, 194px 1773px #fff, 994px 1387px #fff, 638px 1546px #fff, 187px 1828px #fff, 1708px 1901px #fff, 1359px 796px #fff, 1802px 888px #fff, 1417px 1603px #fff, 116px 977px #fff, 1656px 1205px #fff, 185px 126px #fff, 270px 1232px #fff, 1328px 1050px #fff, 1591px 1363px #fff, 423px 1726px #fff, 341px 1171px #fff, 1062px 1085px #fff, 277px 642px #fff, 1653px 1632px #fff, 845px 469px #fff, 1227px 412px #fff, 1601px 1139px #fff, 1506px 220px #fff, 1696px 1120px #fff, 663px 624px #fff, 241px 1289px #fff, 312px 1875px #fff, 653px 952px #fff, 835px 1103px #fff, 1024px 411px #fff, 1196px 502px #fff, 1879px 1560px #fff, 1150px 701px #fff, 172px 614px #fff, 1263px 1818px #fff, 437px 654px #fff, 300px 555px #fff, 1803px 650px #fff, 752px 1507px #fff, 1346px 1139px #fff, 492px 1576px #fff, 363px 1299px #fff, 1414px 1074px #fff, 724px 1334px #fff, 1618px 400px #fff, 144px 1593px #fff, 546px 289px #fff, 91px 1289px #fff, 82px 3px #fff, 1130px 1352px #fff, 511px 558px #fff, 443px 1648px #fff, 556px 1815px #fff, 16px 921px #fff, 1248px 863px #fff, 1517px 1022px #fff, 849px 1602px #fff, 844px 740px #fff, 1694px 775px #fff, 1155px 180px #fff, 411px 1376px #fff, 547px 1293px #fff, 772px 1274px #fff, 746px 887px #fff, 1217px 1660px #fff, 294px 1486px #fff, 1697px 1279px #fff, 401px 1743px #fff, 443px 1254px #fff, 1674px 465px #fff, 1150px 1505px #fff, 366px 1186px #fff, 1881px 471px #fff, 1514px 702px #fff, 135px 533px #fff, 603px 1602px #fff, 1568px 1395px #fff, 229px 1749px #fff, 1516px 1639px #fff, 1145px 455px #fff, 128px 1548px #fff, 1519px 1681px #fff, 554px 457px #fff, 422px 190px #fff, 1539px 1224px #fff, 854px 452px #fff, 97px 155px #fff, 944px 555px #fff, 1638px 169px #fff, 873px 1118px #fff, 480px 1856px #fff, 1370px 1376px #fff, 1163px 1483px #fff, 475px 236px #fff, 413px 123px #fff, 614px 248px #fff, 1092px 236px #fff, 850px 1827px #fff, 57px 1823px #fff, 1824px 1234px #fff, 1914px 808px #fff, 1523px 313px #fff, 322px 1550px #fff, 1474px 1565px #fff, 1583px 1718px #fff, 859px 1198px #fff, 214px 1467px #fff, 1694px 728px #fff, 28px 1770px #fff, 543px 954px #fff, 1726px 182px #fff, 1196px 1873px #fff, 432px 1454px #fff, 619px 1173px #fff, 501px 1340px #fff, 1454px 460px #fff, 1572px 1698px #fff, 1793px 1642px #fff, 1791px 1747px #fff, 1704px 1530px #fff, 135px 1295px #fff, 657px 1115px #fff, 756px 1271px #fff, 865px 702px #fff, 1900px 1602px #fff, 962px 70px #fff, 1344px 1128px #fff, 866px 140px #fff, 1570px 616px #fff, 1779px 669px #fff, 473px 1566px #fff, 1208px 1791px #fff, 845px 338px #fff, 685px 1528px #fff, 722px 372px #fff, 369px 1080px #fff, 1174px 20px #fff, 1700px 1892px #fff, 881px 860px #fff, 1290px 141px #fff, 1603px 1884px #fff, 913px 1827px #fff, 669px 551px #fff, 1440px 1163px #fff, 22px 1269px #fff, 1692px 824px #fff, 1301px 755px #fff, 1466px 1130px #fff, 1910px 1741px #fff, 1779px 1321px #fff, 1211px 217px #fff, 1568px 70px #fff, 31px 558px #fff, 1631px 1659px #fff, 545px 496px #fff;
    height: 1px;
    width: 1px;
}

.particle-4:after {
    box-shadow: 272px 1252px #fff, 1091px 98px #fff, 1014px 936px #fff, 1521px 1289px #fff, 1748px 870px #fff, 427px 1825px #fff, 1203px 1400px #fff, 1727px 888px #fff, 1481px 1417px #fff, 120px 836px #fff, 102px 1023px #fff, 1336px 67px #fff, 1082px 398px #fff, 1015px 1850px #fff, 328px 801px #fff, 1790px 661px #fff, 533px 689px #fff, 987px 1838px #fff, 1541px 270px #fff, 1675px 1531px #fff, 79px 1323px #fff, 621px 733px #fff, 1449px 1652px #fff, 405px 94px #fff, 835px 935px #fff, 1334px 728px #fff, 1702px 1379px #fff, 592px 1882px #fff, 717px 1873px #fff, 209px 345px #fff, 147px 916px #fff, 445px 1723px #fff, 852px 936px #fff, 1493px 1607px #fff, 1427px 1345px #fff, 178px 927px #fff, 101px 1796px #fff, 552px 1430px #fff, 326px 956px #fff, 1517px 769px #fff, 637px 1185px #fff, 1641px 1552px #fff, 1186px 609px #fff, 410px 1256px #fff, 748px 77px #fff, 1547px 1749px #fff, 1029px 1550px #fff, 880px 793px #fff, 721px 1121px #fff, 1772px 1369px #fff, 1435px 36px #fff, 148px 498px #fff, 1636px 1264px #fff, 1399px 1693px #fff, 526px 215px #fff, 1184px 1919px #fff, 638px 925px #fff, 1084px 396px #fff, 1266px 1874px #fff, 1638px 1160px #fff, 1339px 1281px #fff, 328px 1240px #fff, 756px 1153px #fff, 396px 1325px #fff, 1442px 1372px #fff, 1554px 1196px #fff, 1495px 1661px #fff, 881px 761px #fff, 1561px 1610px #fff, 1619px 455px #fff, 791px 93px #fff, 263px 1570px #fff, 1157px 703px #fff, 1234px 656px #fff, 403px 1590px #fff, 1719px 698px #fff, 1832px 1356px #fff, 1065px 993px #fff, 680px 141px #fff, 831px 880px #fff, 503px 703px #fff, 610px 1286px #fff, 1800px 176px #fff, 1826px 189px #fff, 295px 795px #fff, 1833px 1025px #fff, 1841px 463px #fff, 1231px 1760px #fff, 1234px 932px #fff, 693px 173px #fff, 1752px 176px #fff, 708px 972px #fff, 424px 1722px #fff, 664px 1337px #fff, 1856px 1810px #fff, 1536px 1659px #fff, 847px 824px #fff, 1533px 539px #fff, 170px 1447px #fff, 495px 442px #fff, 1436px 688px #fff, 1423px 346px #fff, 442px 249px #fff, 1627px 1370px #fff, 192px 1739px #fff, 984px 1664px #fff, 341px 129px #fff, 1140px 1156px #fff, 44px 725px #fff, 1520px 1408px #fff, 999px 1390px #fff, 1259px 1132px #fff, 678px 748px #fff, 1880px 1360px #fff, 423px 1681px #fff, 1752px 722px #fff, 444px 375px #fff, 1016px 1322px #fff, 1531px 1870px #fff, 367px 874px #fff, 555px 481px #fff, 1836px 1611px #fff, 1773px 664px #fff, 847px 877px #fff, 575px 50px #fff, 1050px 105px #fff, 387px 1850px #fff, 738px 1307px #fff, 173px 265px #fff, 1568px 730px #fff, 235px 1638px #fff, 713px 1464px #fff, 458px 652px #fff, 536px 212px #fff, 556px 691px #fff, 315px 393px #fff, 1602px 1181px #fff, 190px 1803px #fff, 1656px 1133px #fff, 635px 325px #fff, 727px 1053px #fff, 1912px 852px #fff, 244px 1411px #fff, 1776px 18px #fff, 1694px 1617px #fff, 274px 942px #fff, 1148px 589px #fff, 632px 1487px #fff, 1215px 811px #fff, 109px 772px #fff, 640px 287px #fff, 1247px 484px #fff, 385px 1088px #fff, 994px 980px #fff, 558px 1754px #fff, 675px 322px #fff, 1168px 286px #fff, 747px 1259px #fff, 717px 1768px #fff, 192px 1222px #fff, 1149px 1552px #fff, 1252px 1800px #fff, 31px 1489px #fff, 1164px 1147px #fff, 1395px 1654px #fff, 229px 1832px #fff, 1117px 1708px #fff, 502px 35px #fff, 377px 1575px #fff, 27px 1256px #fff, 1187px 1185px #fff, 940px 659px #fff, 455px 745px #fff, 1238px 1154px #fff, 512px 1895px #fff, 932px 1559px #fff, 856px 1837px #fff, 667px 767px #fff, 1772px 861px #fff, 283px 1862px #fff, 934px 1234px #fff, 1722px 1193px #fff, 1414px 904px #fff, 41px 1512px #fff, 30px 329px #fff, 978px 1597px #fff, 1513px 1781px #fff, 1847px 718px #fff, 1381px 30px #fff, 1912px 78px #fff, 183px 391px #fff, 479px 632px #fff, 1770px 246px #fff, 1704px 1575px #fff, 1284px 1139px #fff, 1898px 349px #fff, 1623px 1802px #fff, 554px 483px #fff, 1128px 231px #fff, 1663px 1498px #fff, 1429px 1612px #fff, 793px 741px #fff, 1628px 600px #fff, 1798px 1100px #fff, 1641px 222px #fff, 1688px 1185px #fff, 528px 730px #fff, 1129px 1726px #fff, 738px 1404px #fff, 426px 701px #fff, 1021px 1675px #fff, 908px 414px #fff, 474px 1703px #fff, 446px 1279px #fff, 448px 1560px #fff, 1165px 1287px #fff, 1378px 1384px #fff, 1891px 1163px #fff, 1202px 1530px #fff, 292px 1440px #fff, 1051px 634px #fff, 362px 782px #fff, 1263px 145px #fff, 1718px 21px #fff, 1752px 1253px #fff, 318px 1525px #fff, 458px 1263px #fff, 703px 1572px #fff, 173px 1470px #fff, 613px 1728px #fff, 1188px 1298px #fff, 548px 1456px #fff, 274px 1148px #fff, 1636px 832px #fff, 1120px 1016px #fff, 410px 888px #fff, 956px 1512px #fff, 536px 1664px #fff, 214px 1643px #fff, 194px 912px #fff, 831px 1699px #fff, 668px 1531px #fff, 1053px 1104px #fff, 302px 302px #fff, 359px 605px #fff, 194px 1773px #fff, 994px 1387px #fff, 638px 1546px #fff, 187px 1828px #fff, 1708px 1901px #fff, 1359px 796px #fff, 1802px 888px #fff, 1417px 1603px #fff, 116px 977px #fff, 1656px 1205px #fff, 185px 126px #fff, 270px 1232px #fff, 1328px 1050px #fff, 1591px 1363px #fff, 423px 1726px #fff, 341px 1171px #fff, 1062px 1085px #fff, 277px 642px #fff, 1653px 1632px #fff, 845px 469px #fff, 1227px 412px #fff, 1601px 1139px #fff, 1506px 220px #fff, 1696px 1120px #fff, 663px 624px #fff, 241px 1289px #fff, 312px 1875px #fff, 653px 952px #fff, 835px 1103px #fff, 1024px 411px #fff, 1196px 502px #fff, 1879px 1560px #fff, 1150px 701px #fff, 172px 614px #fff, 1263px 1818px #fff, 437px 654px #fff, 300px 555px #fff, 1803px 650px #fff, 752px 1507px #fff, 1346px 1139px #fff, 492px 1576px #fff, 363px 1299px #fff, 1414px 1074px #fff, 724px 1334px #fff, 1618px 400px #fff, 144px 1593px #fff, 546px 289px #fff, 91px 1289px #fff, 82px 3px #fff, 1130px 1352px #fff, 511px 558px #fff, 443px 1648px #fff, 556px 1815px #fff, 16px 921px #fff, 1248px 863px #fff, 1517px 1022px #fff, 849px 1602px #fff, 844px 740px #fff, 1694px 775px #fff, 1155px 180px #fff, 411px 1376px #fff, 547px 1293px #fff, 772px 1274px #fff, 746px 887px #fff, 1217px 1660px #fff, 294px 1486px #fff, 1697px 1279px #fff, 401px 1743px #fff, 443px 1254px #fff, 1674px 465px #fff, 1150px 1505px #fff, 366px 1186px #fff, 1881px 471px #fff, 1514px 702px #fff, 135px 533px #fff, 603px 1602px #fff, 1568px 1395px #fff, 229px 1749px #fff, 1516px 1639px #fff, 1145px 455px #fff, 128px 1548px #fff, 1519px 1681px #fff, 554px 457px #fff, 422px 190px #fff, 1539px 1224px #fff, 854px 452px #fff, 97px 155px #fff, 944px 555px #fff, 1638px 169px #fff, 873px 1118px #fff, 480px 1856px #fff, 1370px 1376px #fff, 1163px 1483px #fff, 475px 236px #fff, 413px 123px #fff, 614px 248px #fff, 1092px 236px #fff, 850px 1827px #fff, 57px 1823px #fff, 1824px 1234px #fff, 1914px 808px #fff, 1523px 313px #fff, 322px 1550px #fff, 1474px 1565px #fff, 1583px 1718px #fff, 859px 1198px #fff, 214px 1467px #fff, 1694px 728px #fff, 28px 1770px #fff, 543px 954px #fff, 1726px 182px #fff, 1196px 1873px #fff, 432px 1454px #fff, 619px 1173px #fff, 501px 1340px #fff, 1454px 460px #fff, 1572px 1698px #fff, 1793px 1642px #fff, 1791px 1747px #fff, 1704px 1530px #fff, 135px 1295px #fff, 657px 1115px #fff, 756px 1271px #fff, 865px 702px #fff, 1900px 1602px #fff, 962px 70px #fff, 1344px 1128px #fff, 866px 140px #fff, 1570px 616px #fff, 1779px 669px #fff, 473px 1566px #fff, 1208px 1791px #fff, 845px 338px #fff, 685px 1528px #fff, 722px 372px #fff, 369px 1080px #fff, 1174px 20px #fff, 1700px 1892px #fff, 881px 860px #fff, 1290px 141px #fff, 1603px 1884px #fff, 913px 1827px #fff, 669px 551px #fff, 1440px 1163px #fff, 22px 1269px #fff, 1692px 824px #fff, 1301px 755px #fff, 1466px 1130px #fff, 1910px 1741px #fff, 1779px 1321px #fff, 1211px 217px #fff, 1568px 70px #fff, 31px 558px #fff, 1631px 1659px #fff, 545px 496px #fff;
    height: 1px;
    width: 1px;
}

@-webkit-keyframes animParticle {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        -webkit-transform: translateY(-1920px);
        transform: translateY(-1920px);
    }
}

@keyframes animParticle {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        -webkit-transform: translateY(-1920px);
        transform: translateY(-1920px);
    }
}