.guide-arrow {
    position: absolute;
    z-index: 99998;
    width: 200px;
    left: -130px;
    top: 230px;
    animation: arrow 2s;
}

.mask-tips {
    z-index: 99999;
    position: absolute;
    padding: 10px;
    background: #fff;
    color: #777;
    margin-left: -214px;
    cursor: ne-resize;
    border: 1px dashed #ec3833;
    border-radius: 35px;
    bottom: 245px;
    width: 126px;
    text-align: center;
}

.mask-tips .btn-close {
    position: absolute;
    top: -14px;
    font-size: 20px;
    left: 122px;
    display: block;
    cursor: pointer;
    background: #fff;
    width: 20px;
    border-radius: 11px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.mask-tips .btn-close:hover {
    background: #ccc;
    color: #fff;
}

@keyframes arrow {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(25deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(25deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes arrow {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(25deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(25deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.fs-18 {
    font-size: 18px;
}

.cost_table button {
    border-radius: 24px;
}

button {
    outline: none;
}

.flex-nav {
    display: block;
}

.mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    /*pointer-events: auto;*/
}

.mask-hl {
    position: relative;
    z-index: 99999;
}

.mask-hl:hover {
    background: #f12800;
}

.to_func {
    color: #333;
}

.to_func:hover {
    color: #ff2a00;
}

.xws-func-nav:nth-of-type(2n-1) {
    background: #f5f5f5;
}

.h-banner-big {
    height: 100%;
    overflow: hidden;
    background: #ff4848;
    position: relative;
    z-index: 1;
}

.h-banner-img-big {
    width: 100%;
}

.xws-fade {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9;
}
/* 累计下载 */
.cumulative-downloads {
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: 10000;
    display: none;
    cursor: pointer;
    transform: translate(-50%);

}
.cumulative-downloads1 {
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: 10000;
    display: none;
    cursor: pointer;
    transform: translate(-50%);

}
.download-box {
    width: 415px;
    text-align: center;
    background: linear-gradient(135deg, #ff8400, #ff2a00);
    color: #fff;
    border-radius: 25px;

}
.head-download {
    display: inline-block;
    padding-left: 20px;
    color: #8c8c8c;
}
.head-download span {
    color: #ff2a00;
    font-weight: bold;
}
.download-box:hover {
    background: linear-gradient(135deg, #ff2a00, #ff8400);
}
/* 图片教程 */
#tutorial {
    z-index: 999999;
    display: none;
}
#tutorial .mask {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
#tutorial .tutorial-main {
    width: 1320px;
    /* height: 660px; */
    position: fixed;
    top: 10%;
    left: 0px;
    right: 0;
    margin: auto;
    z-index: 999999;
    background-color: #fff;
}
#tutorial .modal-head {
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #efefef;
    position: relative;
}
#tutorial .close {
    font-weight: normal;
    position: absolute;
    left: 1295px;
    top: 4px;
    font-size: 28px;
}
#tutorial .top-text {
    text-align: center;
    border-bottom: 1px solid #efefef;
}

#tutorial .top-text .text-box {
    margin: 7px auto;
    font-size: 14px;
}
#tutorial .tutorial-link {
    position: absolute;
    left: 750px;
    top: 34px;
    z-index: 100;
    font-size: 17px;
}
#tutorial .bottom-picture {
    margin-top: 15px;
    text-align: center;
    position: relative;
}
#tutorial .download-btn,
#tutorial .download-btn-s {
    background: #fff;
    border: 1px solid #ff2a00;
    border-radius: 5px;
    color: #ff2a00;
    display: inline-block;
    padding: 0px 50px;
   line-height: 33px;
    font-size: 17px;
}
#tutorial .download-btn:hover,
#tutorial .download-btn-s:hover {
    background: #ff2a00;
    color: #fff;
}
#tutorial .online-download {
    background: #ff2a00;
    border: 1px solid #ff2a00;
    border-radius: 5px;
    color: #fff;
    display: none;
    padding: 7px 30px;
    /*width: 140px;*/
    /*height: 33px;*/
    font-size: 16px;
}
.btnshipin{
    width: 120px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 15px;
    text-align: center;
    line-height: 30px;
    background:#ff4a00;
    cursor:pointer;
    border-radius:15px;

}
.btnshipin:hover{
    background: #ff7339;
}
.btnshipin > a{
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.icon-down-group{
    vertical-align: middle;
}


/** {*/
/*    !*弥散背景 z-index为1 避免遮挡*!*/
/*    z-index: 3;*/
/*}*/

html {
    -webkit-text-size-adjust: none;
}

body {
    overflow-x: hidden;
    font-family: SF Pro Text;
    background: rgb(249, 250, 251);
}

.xws-main {
    width: 100%;
}

.w {
    width: 1280px;
    margin: 0 auto;
}

.abs-mid {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.abs-h-cen {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.abs-cen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

:root {
    --black: rgba(0, 0, 0, 0.8);
    --white: rgb(255, 255, 255);
    --xws-color: rgb(255, 42, 0);
}


.xws-color {
    color: var(--xws-color) !important;
}

.banner {
    background: linear-gradient(180.00deg, rgba(255, 255, 255, 0), rgb(230, 237, 249) 100%);
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 48px;
}

.banner .banner-wrapper {
    display: flex;
}

.banner .banner-left {
    width: 560px;
}


.banner-h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--black);
    position: relative;
    /*margin-left: 110px;*/
}

.banner-h1 span {
    color: var(--xws-color);
    margin-right: 5px;
}

/*.banner-h1 .icon {*/
/*    left: -110px;*/
/*}*/


.banner-subtitle {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    margin-top: 32px;
}

.banner-btn-wrapper {
    margin-top: 32px;
    height: 52px;
    line-height: 52px;
}

.banner-btn-wrapper .banner-btn {
    cursor: pointer;
    margin-left: 20px;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    display: inline-flex;
}

.banner-btn-wrapper .banner-btn svg {
    fill: rgba(0, 0, 0, 0.5);
}

.banner-btn-wrapper .download-btn {
    width: 224px;
    height: 52px;
    text-align: center;
    background: linear-gradient(-42.30deg, rgba(255, 42, 0, 1.00) -0.275%, rgba(255, 132, 0, 1.00) 90.892%);
    box-shadow: 0px 2px 12px rgba(243, 53, 53, 0.35);
    border-radius: 30px;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    margin-left: 0px;
    align-items: center;
    justify-content: center;
}

.banner-btn-wrapper .download-btn:hover {
    background: linear-gradient(135deg, #ff2a00, #ff8400);
}


.download-btn-icon {
    position: relative;
    width: 24px;
    height: 16px;
    display: block;
}

.download-btn-icon-arrowdown {
    --origin-bottom: -5px;
    --shark-bottom: -7px;
    bottom: var(--origin-bottom);
    animation: download-btn-icon-arrowdown-shark 2s ease-in-out infinite;
}

@keyframes download-btn-icon-arrowdown-shark {
    0% {
        bottom: var(--origin-bottom);
    }
    10% {
        bottom: var(--shark-bottom);
    }
    20% {
        bottom: var(--origin-bottom);
    }
    30% {
        bottom: var(--shark-bottom);
    }
    40% {
        bottom: var(--origin-bottom);
    }
}

.download-btn-icon-clouds{
    position: absolute;
    left:0;
}

.banner-btn-wrapper .download-btn svg {
    fill: var(--white);
}

.banner-btn-wrapper .show-btn:hover, .banner-btn-wrapper .show-btn:hover svg {
    color: var(--xws-color);
    fill: var(--xws-color);
}

.crx-info {
    color: var(--black);
    margin-top: 20px;
}

.crx-info .ver-nav {
    margin: 0 20px 0 12px;
}

.crx-info .ver-nav .ver-tip {
    margin-left: 20px;
    color: #fff;
    padding: 2px 3px;
}

.crx-info .head-download {
    display: inline-block;
    color: var(--black);
}

.crx-info .head-download span {
    color: var(--xws-color);
}


.banner .banner-right {
    flex: 1;
    display: flex;
    justify-content: right;
}


.tk-qr {
    display: flex;
    width: 46%;
    justify-content: space-between;
    text-align: center;
    margin-top: 32px;
}

.qr-wrapper {
    background: white;
    padding: 10px;
}


.on-line-time {
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.5);
}

.banner-right .browser {
    width: 632px;
    height: 398px;
    position: relative;
}

.browser-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 16px rgba(94, 99, 154, 0.2);
    border-radius: 10px;
}

.banner-right .browser .browser-header {
    height: 34px;
    background: rgb(248, 248, 248);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 24px 12px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.banner-right .browser .browser-header .circle {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
}

.banner-right .browser .browser-header .circle:nth-child(1) {
    background-color: rgb(253, 82, 72);
}

.banner-right .browser .browser-header .circle:nth-child(2) {
    background-color: rgb(251, 190, 0);
}

.banner-right .browser .browser-header .circle:nth-child(3) {
    background-color: rgb(0, 212, 48);
}

.banner-right .browser .beowser-header-tag {
    position: absolute;
    right: -3px;
    top: 8px;
    width: 57px;
    height: 23px;
    text-align: center;
}

.banner-right .browser .beowser-header-tag span {
    line-height: 23px;
    font-size: 12px;
    font-weight: 500;
    color:var(--white)
}

.banner-right .browser .browser-content {
    height: 364px;
    background: rgb(246, 247, 250);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-right .browser .browser-content img {
    height: 340px;
}

#showVideo {
    z-index: 999999;
}

#showVideo .mask {
    position: fixed;
    top: 0px;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

#showVideo .modal-main {
    width: 1280px;
    height: 645px;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999999;
    right: 0;
    margin: auto;
    bottom: 0px;
    background: #fff;
}

#showVideo .modal-header h4 {
    text-align: center;
}

#showVideo .videos_list {
    width: 300px;
    display: inline-block;
    float: left;
}

#showVideo .close-btn {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 20px;
    display: inline-block;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}

#showVideo .close-btn:hover {
    color: #999999;
}

#showVideo video {
    display: inline-block;
    width: 953px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    border-radius: 5px;
}

.videos_list ul {
    padding: 15px 20px;
    height: 570px;
    overflow: auto;
}

.videos_list ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.videos_list ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #b4c8d8;
}

.videos_list li a {
    line-height: 34px;
    display: block;
    height: 34px;
    border-radius: 5px;
    padding-left: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.videos_red {
    color: #ff2a00 !important;
}

.videos_list li a {
    color: #333333;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin-left: 6px;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

.videos_list li {
    position: relative;
}

.videos_list li i {
    font-size: 12px;
    line-height: 34px;
    position: absolute;
    color: #C0C4CC;
    left: 0;
    transform: scale(0.6);
}

.xws_notice-new {
    height: 40px;
    position: relative;
}

.notice-nav {
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    position: relative;
    left: 25px;
}

.notice-nav ul {
    position: absolute;
}

.notice-nav ul li {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    color: var(--black);
}

.notice-nav ul li span.date {
    color: rgba(0, 0, 0, 0.5);
}

.feature {
    width: 100%;
    background: transparent;
    overflow: hidden;
    padding: 40px 0;
}

.feature .feature-wrapper {
    height: 100%;
    display: flex;
    padding: 40px 0 40px 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 5px 26px rgba(123, 123, 123, 0.2);
    /*backdrop-filter: blur(20px);*/
    border-radius: 10px;
}

.feature .feature-left .feature-h2 {
    color: var(--black);
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    /*margin-left: 72px;*/
    margin-top: 0px;
    margin-bottom: 50px;
}

.feature .feature-left .feature-h2 span {
    color: var(--xws-color);
}

/*.feature .feature-left .feature-h1 .icon {*/
/*    left: -72px;*/
/*}*/

.feature .feature-left .nav-list li {
    width: 180px;
    height: 48px;
    border-radius: 6px;
    position: relative;
    margin-top: 16px;
    cursor: pointer;
}

.feature .feature-left .nav-list li .icon {
    left: 20px;
}

.feature .feature-left .nav-list li .title {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    left: 48px;
}

.feature .feature-left .nav-list li:hover span,
.feature .feature-left .nav-list li.selected span {
    color: rgb(255, 42, 0);
    line-height: 16px;
}

.feature .feature-left .nav-list li.selected {
    background: rgba(255, 106, 77, 0.1);
}

.feature .feature-left .nav-list li.selected:before {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: var(--xws-color);
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.feature .feature-right {
    flex: 1;
    /*width: 1020px;*/
    height: 520px;
    position: relative;
}

.feature .feature-right .feature-box {
    /*display: none;*/
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    transform: translateX(200%);
}

.feature-box-enter {
    animation: feature-box-enter 0.3s ease-in-out forwards;
    animation-delay: 0.2s;
}

@keyframes feature-box-enter {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.feature-box-leave {
    animation: feature-box-leave 0.2s linear;
}


@keyframes feature-box-leave {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(80px);
    }
}

.feature-box .feature-card-container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    justify-content: center;
}

.feature-tool-box .feature-card:hover {
    /*transition: transform 0.3s ease;*/
    transform: translateY(-8px);
}

/*@keyframes feature-card-hover {*/
/*    0% {*/
/*        transform: translateY(0px);*/
/*    }*/
/*    100% {*/
/*        transform: translateY(-8px);*/
/*    }*/
/*}*/

.feature-box .feature-card {
    width: 308px;
    height: 160px;
    background-color: var(--white);
    border-radius: 4px;
    margin: 8px;
    border: 1px solid transparent;
    box-shadow: 0px 5px 26px rgba(123, 123, 123, 0.2);
    transition: all 0.2s ease 0.1s;
}

.feature-box .feature-card.feature-card-empty {
    height: 0;
    border: none;
    box-shadow: none;
}

.feature-box .feature-card:nth-child(1),
.feature-box .feature-card:nth-child(2),
.feature-box .feature-card:nth-child(3) {
    margin-top: 0px;
}

.feature-box .feature-card:hover {
    border: 1px solid var(--xws-color);
}

.feature-box .feature-card-inner {
    width: calc(100% - 48px);
    margin: 24px auto;
}

.feature-box .feature-card .feature-card-title {
    position: relative;
    display: flex;
    align-items: center;
}

.feature-box .feature-card .feature-card-title .icon {
    position: absolute;
    left: 0px;
}

.feature-box .feature-card .feature-card-h2 {
    display: inline-block;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    vertical-align: middle;
    margin: 0 0 0 25px;
}

.feature-box .feature-card p {
    min-height: 37px;
    max-height: 37px;
    margin-top: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.feature-box .feature-card .feature-card-tag {
    display: flex;
    height: 18px;
    align-items: center;
    font-size: 12px;
    /*谷歌最小字体12px缩小0.9 10px*/
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.90);
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding: 2px;
    margin-left: 5px;
    border-radius: 6px 0 6px 0;
}

.feature-box .feature-card .feature-card-tag-exclusive,
.feature-box .feature-card .feature-card-tag-free {
    color: var(--white);
    background: rgb(53, 170, 71);
}

.feature-box .feature-card .feature-card-tag-freelimited,
.feature-box .feature-card .feature-card-tag-freetrial {
    background: rgb(229, 241, 253);
    color: rgb(2, 116, 239)
}

.feature-box .feature-card .feature-card-tag-coupon {
    background: rgb(47, 84, 235);
    color: rgb(255, 255, 255)
}

.feature-box .feature-card .feature-card-tag-hot {
    margin-left: 5px;
    padding: 0;
}

.feature-box .feature-card .feature-card-tag-items {
    background: linear-gradient(-42.30deg, rgb(255, 42, 0) 0.172%, rgb(255, 132, 0) 91.953%);
    color: rgb(255, 255, 255);
}

.feature-box .feature-card .feature-card-btn-wrapper {
    margin-top: 18px;
    /*display: flex;*/
}

.feature-box .feature-card .feature-card-btn {
    color: var(--black);
    font-size: 12px;
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer;
    margin-right: 8px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    flex: 1;
    transition: all .1s linear, background 0s;
}

.feature-box .feature-card .feature-card-btn-video {
    width: 40px;
}

.feature-box .feature-card .feature-card-btn-use {
    width: 52px;
}


.feature-tool-box .feature-card:hover .feature-card-btn {
    height: 36px;
    line-height: 36px;
    margin-left: 0px;
    margin-right: 0px;
}

.feature-tool-box .feature-card:hover .feature-card-btn-wrapper {
    display: flex;
}

.feature-tool-box .feature-card:hover .feature-card-btn-video {
    color: rgb(255, 42, 0);
    background: var(--white);
    border-left: 1px solid rgb(255, 42, 0);
    border-top: 1px solid rgb(255, 42, 0);
    border-bottom: 1px solid rgb(255, 42, 0);
    border-right: none;
    border-radius: 4px 0px 0px 4px;
}

.feature-tool-box .feature-card:hover .feature-card-btn-use {
    color: var(--white);
    background: rgb(255, 42, 0);
    border-radius: 0px 4px 4px 0px;
}

/*.feature-box .feature-card .feature-card-btn:hover {*/
/*    background: rgba(255, 106, 77, 0.1);*/
/*    border: 1px solid var(--xws-color);*/
/*    color: var(--xws-color);*/
/*}*/


.feature-monitor {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-monitor .feature-card:nth-child(1) {
    --background: linear-gradient(180.00deg, rgba(255, 244.57, 234.14, 1.00), rgba(255, 255, 255, 1.00) 100%);
    --border: 1px solid rgb(255, 230, 212);
    --hover-border: var(--xws-color);
    --box-shadow: 0px 5px 26px rgba(137, 95, 81, 0.2);
    --rectangle-color: rgb(255, 228, 213);
    --h2-color: var(--xws-color);
    --btn-use-background: linear-gradient(-42.30deg, rgba(255, 106, 77, 1.00) -0.179%, rgba(255, 157, 51, 1.00) 91.12%);
    --btn-use-box-shadow: 0px 5px 15px rgba(222, 117, 76, 0.4);
}

.feature-monitor .feature-card:nth-child(2) {
    --background: linear-gradient(180.00deg, rgba(234.14, 249.11, 255, 1.00), rgba(255, 255, 255, 1.00) 100%);
    --border: 1px solid rgb(217, 240, 255);
    --hover-border: rgb(47, 84, 235);
    --box-shadow: 0px 5px 26px rgba(74, 96, 115, 0.2);
    --rectangle-color: rgb(213, 239, 255);
    --h2-color: rgb(47, 84, 235);
    --btn-use-background: linear-gradient(270.00deg, rgba(47, 84.6, 235, 1.00), rgba(51, 170, 255, 1.00) 100%);
    --btn-use-box-shadow: 0px 5px 15px rgba(76, 150, 222, 0.4);
}

.feature-monitor .feature-card:nth-child(3) {
    --background: linear-gradient(180.00deg, rgba(255, 236.35, 234.14, 1.00), rgba(255, 255, 255, 1.00) 100%);
    --border: 1px solid rgb(255, 214, 214);
    --hover-border: rgb(255, 42, 0);
    --box-shadow: 0px 5px 26px rgba(134, 84, 84, 0.2);
    --rectangle-color: rgb(255, 228, 213);
    --h2-color: rgb(255, 42, 0);
    --btn-use-background: linear-gradient(-42.30deg, rgba(255, 42, 0, 1.00) -0.179%, rgba(255, 132, 0, 1.00) 91.12%);
    --btn-use-box-shadow: 0px 5px 15px rgba(222, 102, 76, 0.4);
}


.feature-monitor .feature-card {
    height: 520px;
    background: var(--background);
    border: var(--border);
    box-shadow: var(--box-shadow);
    position: relative;
    overflow: hidden;
    text-align: center;
    /*border-radius: 10px;*/
    padding-top: 24px;
}


.feature-monitor .feature-card:hover {
    border-color: var(--hover-border);
}

.feature-monitor .feature-card .feature-monitor-logo {
    margin-top: 16px;
}

.feature-monitor .feature-card .feature-card-btn-wrapper {
    justify-content: center;
}

.feature-monitor .feature-card .feature-card-h2,
.feature-monitor .feature-card .feature-card-h3 {
    margin: 16px 0 0 0;
}

.feature-monitor .feature-card .feature-card-rectangle-wrapper div {
    position: absolute;
    --size: 152px;
    width: var(--size);
    height: var(--size);
    border-radius: 30px;
    transform: rotate(45deg);
    border: 1px solid rgb(255, 228, 213);
}

.feature-monitor .feature-card .feature-card-rectangle-left div {
    top: 310px;
    border-color: var(--rectangle-color);
}

.feature-monitor .feature-card .feature-card-rectangle-left div:nth-child(1) {
    left: -100px;
}

.feature-monitor .feature-card .feature-card-rectangle-left div:nth-child(2) {
    left: -110px;
}

.feature-monitor .feature-card .feature-card-rectangle-left div:nth-child(3) {
    left: -120px;
}

.feature-monitor .feature-card .feature-card-rectangle-left div:nth-child(4) {
    left: -130px;
}

.feature-monitor .feature-card .feature-card-rectangle-left div:nth-child(5) {
    left: -140px;
}

.feature-monitor .feature-card .feature-card-rectangle-left div:nth-child(6) {
    left: -150px;
}


.feature-monitor .feature-card .feature-card-rectangle-right div {
    top: 180px;
    border-color: var(--rectangle-color);
}

.feature-monitor .feature-card .feature-card-rectangle-right div:nth-child(1) {
    right: -100px;
}

.feature-monitor .feature-card .feature-card-rectangle-right div:nth-child(2) {
    right: -110px;
}

.feature-monitor .feature-card .feature-card-rectangle-right div:nth-child(3) {
    right: -120px;
}

.feature-monitor .feature-card .feature-card-rectangle-right div:nth-child(4) {
    right: -130px;
}

.feature-monitor .feature-card .feature-card-rectangle-right div:nth-child(5) {
    right: -140px;
}

.feature-monitor .feature-card .feature-card-rectangle-right div:nth-child(6) {
    right: -150px;
}

.feature-monitor .feature-card .feature-card-icon {
    margin-top: 40px;
}

.feature-monitor .feature-card .feature-card-h2 {
    color: var(--h2-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 16px;
    display: block;
}


.feature-monitor .feature-card .feature-card-h3 {
    color: var(--black);
    font-size: 14px;
    margin-top: 16px;
}

.feature-monitor .feature-card .feature-card-btn-use {
    width: 122px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    /* xws 新主题 渐变 */
    background: var(--btn-use-background);
    box-shadow: var(--btn-use-box-shadow);
    border-radius: 16px;
    color: var(--white);
    cursor: pointer;
    transition: all 0.5s;
}

.feature-monitor .feature-card:hover .feature-card-btn-use {
    transform: scale(1.2);
}


.feature-monitor .feature-card .feature-card-btn-wrapper {
    padding: 40px 0;
    margin-top: 16px;
}

.feature-monitor .feature-card .feature-card-desc-list {
    color: var(--black);
    font-size: 14px;
}

.feature-monitor .feature-card .feature-card-desc-list:after {
    content: "......";
}

.feature-card-desc-list li {
    margin-top: 12px;
}

.feature .feature-wrapper .feature-part {
    z-index: 4;
}

.feature .feature-wrapper .feature-bg {
    width: 945px;
    height: 917px;
    background: rgba(229, 231, 253, 0.75);
    filter: blur(300px);
    position: absolute;
    right: -40px;
    top: -40px;
    border-radius: 50%;
}

.feature-taobao .feature-card {
    width: 472px;
    height: 100%;
}

.feature-taobao .feature-taobao-header {
    display: flex;
    justify-content: space-between;
}

.feature-taobao .feature-taobao-header h2 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.feature-taobao .feature-taobao-header a {
    color: rgb(255, 106, 77);
    font-size: 14px;
    font-weight: 400;
}

.feature-taobao .feature-taobao-header a:hover {
    color: #f12800;
    font-weight: 500;
}

.feature-taobao .feature-taobao-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 10px;
}

/*.feature-taobao .feature-taobao-item:nth-child(odd) {*/
/*    margin-right: auto;*/
/*}*/

.feature-taobao .feature-taobao-item {
    flex: 0 0 calc((100% - 24px) / 2);
    margin-top: 21px;
    display: flex;
    justify-content: center;
    padding: 8px 0;
    background: rgb(246, 247, 250);
    border-radius: 4px;
    border: 1px solid transparent;
}

.feature-taobao .feature-taobao-item:hover{
    background: rgb(255, 255, 255);
    /* 【小旺神】新主题 #FF6A4D */
    border: 1px solid rgb(255, 106, 77);
    box-shadow: 0px 0px 0px rgba(38, 42, 59, 0.1), 0px 1px 3px rgba(38, 42, 59, 0.1), 0px 5px 5px rgba(38, 42, 59, 0.09);

}

.feature-taobao .feature-taobao-item-inner{
    width:calc(100% - 16px)
}

.feature-taobao .feature-taobao-item-title {
    height: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}


.feature-taobao .feature-taobao-item-title .feature-taobao-item-title-text {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    position: relative;
    /*padding-left: 8px;*/
    margin: 0;
}

.feature-taobao .feature-taobao-item-title .feature-taobao-btn-video {
    margin-left: 5px;
    cursor: pointer;
    display: flex;
}

/*.feature-taobao .feature-taobao-item-title .feature-taobao-item-title-a:before {*/
/*    content: "";*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/


/*.feature-taobao .feature-taobao-item:hover .feature-taobao-item-title .feature-taobao-item-title-a {*/
/*    color: rgb(255, 106, 77);*/
/*}*/

/*.feature-taobao .feature-taobao-item:hover .feature-taobao-item-title .feature-taobao-item-title-a:before {*/
/*    background: rgb(255, 106, 77);*/
/*}*/

.feature-taobao .feature-taobao-item-desc {
    margin-top: 4px;
}

.feature-taobao .feature-taobao-item-desc p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;

    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.xws-floor-box {
    width: 100%;
    background: linear-gradient(180.00deg, rgb(249, 250, 251), rgba(255, 255, 255, 0) 100%);
    padding: 40px 0;
}

.xws-floor {
    height: 460px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 35px rgba(180, 193, 227, 0.2);
    border-radius: 10px;
}

.xws-floor.xws-floor-reverse{
    flex-direction: row-reverse;
}

.xws-floor .xws-floor-part {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xws-floor .xws-floor-left {
    margin-right: 16px;
}


.xws-floor-video-player-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xws-floor-video-player {
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    position: relative;
    display: none;
    animation: img-show 1.5s forwards;
}

@keyframes img-show {
    0% {
        transform: translateY(30%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.xws-floor-video-player img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
}

.xws-floor .xws-floor-h1,
.xws-floor .xws-floor-h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
}

.xws-floor .xws-floor-h1 {
    color: var(--xws-color);
}

.xws-floor .xws-floor-h1 img {
    display: block;
}

.xws-floor .xws-floor-h2 {
    color: rgb(51, 51, 51);
}

.xws-floor p {
    margin-bottom: 20px;
    width: 497px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}


.xws-floor .xws-floor-btn {
    display: block;
    width: 144px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(-42.30deg, rgb(255, 42, 0) -0.127%, rgb(255, 132, 0) 91.245%);
    /* 红色投影 */
    box-shadow: 0px 2px 12px rgba(243, 53, 53, 0.35);
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
}

.xws-floor .xws-floor-btn span {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.xws-floor .xws-floor-btn:hover {
    background: #f12800;
}


.xws-floor .xws-floor-video-player {
    cursor: pointer;
}
.xws-floor .xws-no-pointer {
    pointer-events: none;
}

.xws-floor .xws-floor-video-player .play {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(135deg, #ff8400, #ff2a00);
    opacity: 0.8;
}

.xws-floor .xws-floor-video-player:hover .play {
    background: linear-gradient(-42.30deg, rgba(231.09, 0, 0, 1.00) -0.086%, rgba(255, 117, 0, 1.00) 91.342%);
}


.xws-floor .xws-floor-video-player .play:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 15px;
    left: 19px;
    height: 0px;
    width: 0px;
    border-top: solid 10px transparent;
    border-left: solid 18px #fff;
    border-bottom: solid 10px transparent;
}

.sy-tab > li {
    float: none;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin: 0 20px;
}

.sy-tab > li > a {
    color: #999;
    margin-right: 0px;
    border: 0;
    border-radius: 0;
}

.sy-tab > li > a:after {
    content: '';
    position: relative;
    left: 37.5px;
    font-size: 12px;
    top: -1px;
    width: 1px;
    height: 100%;
    border-right: 1px solid #e4e4e4;
}

.sy-tab > li > a:hover {
    color: #ff2a00;
    position: relative;
    border-color: transparent;
    background: transparent;
}

.sy-tab > li:hover:after {
    content: '';
    width: 35%;
    position: absolute;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 3px solid #ff2a00;
}

.sy-tab > li:last-child > a:after {
    border-right: 0;
}

.sy-tab {
    border-bottom: 0;
    margin-bottom: 15px;
}

.sy-tab li.active:after {
    content: '';
    width: 35%;
    height: 1px;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 3px solid #ff2a00;
}

.sy-tab > li.active > a, .sy-tab > li.active > a:hover, .sy-tab > li.active > a:focus {
    background-color: #f9f9f9;
    border: 0;
    color: #ff2a00 !important;
}

.welc .sy-tab > li.active > a, .welc .sy-tab > li.active > a:hover, .welc .sy-tab > li.active > a:focus {
    background-color: #fff;
}

.sy-tab > li.active > a:hover {
    border-bottom: 0;
}


.xws-new-tab {
    display: inline-block;
    text-align: center;
    line-height: 22px;
    height: 22px;
    border-radius: 12px 12px 12px 4px;
    font-size: 12px;
    color: #fff;
    padding: 0 8px;
    position: absolute;
    top: 0px;
    left: 163px;
    zoom: 0.8;
    box-shadow: rgba(203, 11, 181, 0.52) 0px 5px 5px -4px;
    background-image: linear-gradient(135deg, rgb(255, 138, 68) 0px, rgb(255, 0, 56) 100%, rgb(255, 138, 68) 130%);
}

.xws-tutorial-tab {
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 2px 5px 1px 5px;
    position: absolute;
    top: -2px;
    right: -15px;
    zoom: 0.8;
    box-shadow: rgba(203, 11, 181, 0.52) 0px 5px 5px -4px;
    background-color: #ff2a00;
}

#tutorial .tutorial-child {
    float: left;
    width: 645px;
    height: 400px;
    text-align: left;
}

#tutorial .tutorial-guge,
#tutorial .tutorial-qq,
#tutorial .tutorial-360js,
#tutorial .tutorial-360aq,
#tutorial.tutorial-liebao,
#tutorial .tutorial-edge,
#tutorial .tutorial-sougou {
    padding: 0 30px 30px 0;
}

#tutorial .tutorial-tab {
    padding: 20px 0 10px 0;
}

#tutorial .tutorial-logo {
    height: 18px;
    padding: 0 5px;
    object-fit: contain;
    vertical-align: middle;
}

#tutorial .sy-tab > li:hover:after {
    width: 55px;
}

#tutorial .sy-tab li.active:after {
    width: 55px;
}

#tutorial #myTab .nav-tabs ul li a {
    background-color: #fff;
}

#tutorial .tutorial-icon {
    height: 30px;
    margin: 0 5px;
    object-fit: contain;
    border-radius: 5px;
}

#tutorial .tutorial-child p {
    font-size: 14px;
    padding: 20px 0;
    margin: 0 30px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.object-fit-contain {
    object-fit: contain;
}

#tutorial .qr-ad {
    display: none;
    position: absolute;
    right: -30px;
    width: 210px;
    bottom: 30px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

#tutorial .qr-ad img {
    width: 190px;
    margin: 0 auto;
}

#tutorial .wx-logo:hover .qr-ad {
    display: block;
}

#tutorial #download-sg {
    display: none;
}

#tutorial #download-guge-edge {
    display: none;
    position: relative;
}

#tutorial .download-guge-edge-tooltip {
    position: absolute;
    opacity: 0;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    background: rgb(112, 56, 56);
    border-radius: 2px;
    padding: 0 12px;
    width: 350px;
    color: var(--white);
    font-size: 14px;
    line-height: 30px;
    transition: visibility 0.3s, opacity 0.3s;
}

#tutorial .download-guge-edge-tooltip::after {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    content: '';
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid rgb(112, 56, 56);
}

#tutorial .download-guge-edge-tooltip span {
    font-family: SF Pro Text;
    font-size: 14px;
    font-weight: 500;

    text-align: left;
}

#tutorial .download-guge-edge-tooltip form {
    display: inline;
}

#tutorial .download-guge-edge-tooltip button {
    text-decoration: underline;
}

#tutorial .download-guge-edge-btn:hover + .download-guge-edge-tooltip, .download-guge-edge-tooltip:hover {
    opacity: 1;
}

#tutorial .download-btn.download-guge-edge-btn {
    width: 180px;
    height: 34px;
    background: linear-gradient(to left, rgba(255, 84.6, 51, 1) 0%, rgba(255, 156.6, 51, 1) 100%);
    border-radius: 4px;
    color: #fff;
    padding: 0px 20px;
    font-size: 14px;
    border: 0;
}

#tutorial .download-btn.download-guge-edge-btn:hover {
    background: linear-gradient(to left, rgba(255, 84.6, 51, 1) 0%, rgba(255, 156.6, 51, 1) 100%);;
}


.xws-carousel-box {
    width: 100%;
    background: linear-gradient(270.00deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 55.725%, rgba(255, 255, 255, 0) 100%);
    height: 604px;
    display: flex;
    align-items: center;
}

.xws-carousel-new {
    overflow: hidden;
    position: relative;
    height: 534px;
    display: flex;
    align-items: center;
    opacity: 0;
    padding: 0px;
}

.xws-carousel-show {
    animation: xws-carousel-show .5s ease-in;
    opacity: 1;
}

@keyframes xws-carousel-show {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.xws-carousel-wrapper {
    height: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    width: fit-content;
    z-index: 4;
}

.xws-carousel-new .xws-carousel-wrapper .xws-carousel-item {
    width: 743px;
    height: 420px;
    margin-right: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all .6s linear;
    cursor: pointer;
}

.xws-carousel-new .xws-carousel-wrapper .xws-carousel-item.active {
    width: 849px;
    height: 480px;
    box-shadow: 0px 5px 26px rgba(123, 123, 123, 0.2);
}

.xws-carousel-new .xws-carousel-wrapper .xws-carousel-item img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
}


.xws-carousel-new .xws-carousel-wrapper .xws-carousel-item.active-nearby {
    position: relative;
}

.xws-carousel-new .xws-carousel-mask {
    width: 457px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
}

.xws-carousel-new .xws-carousel-mask-left {
    background: linear-gradient(270.00deg, rgba(250, 251, 252, 0), rgb(250, 251, 252) 28.995%);
}


.xws-carousel-new .xws-carousel-mask-right {
    background: linear-gradient(270.00deg, rgb(250, 251, 252) 71.005%, rgba(250, 251, 252, 0) 100%);
}


/*.xws-carousel-new .xws-carousel-wrapper-wrapper .xws-carousel-wrapper .xws-carousel-wrapper-item.active-side img{*/
/*    height: 420px;*/
/*}*/

.xws-carousel-new .xws-carousel-btn {
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 6;
    transition: all .3s;
}

.xws-carousel-new .xws-carousel-btn:hover{
    background: rgba(0, 0, 0, 0.4);
}

.xws-carousel-new .xws-carousel-btn-prev {
    left: 0px;
}

.xws-carousel-new .xws-carousel-btn-next {
    right: 0px;
}

.xws-carousel-new .xws-carousel-btn-prev.fixed-ztop{
    position:fixed;
    z-index:99999;
    left:100px
}

.xws-carousel-new .xws-carousel-btn-next.fixed-ztop{
    position:fixed;
    z-index:99999;
    right:100px
}

.xws-carousel-pagination {
    bottom: 0px;
    z-index: 4;
    display: flex;
}

.xws-carousel-pagination span {
    margin-right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(221, 224, 235);
    cursor: pointer;
}

.xws-carousel-pagination span.active {
    background: rgb(255, 42, 0);
}

.xws-carousel-title {
    top: 0px;
    z-index: 4;
}

.xws-carousel-title span {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}


.vide-list-item-parent[aria-expanded^='true'] i{
    transform: rotate(90deg) scale(0.6);
}
