* {
    font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol
}

ul {
    list-style: none
}

.hide {
    display: none !important
}

body,
h3,
p,
ul,
li {
    margin: 0;
    padding: 0;
    font-weight: 400
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    -webkit-font-smoothing: antialiased
}

button {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a {
    text-decoration: none
}

#header-section {
    width: 100%;
    position: relative;
    color: #fff;
    overflow: hidden;
    z-index: 5
}

#header-section .bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 657px;
    background: -webkit-linear-gradient(269deg, #25c455 0%, #0c8e34 100%);
    background: linear-gradient(181deg, #25c455 0%, #0c8e34 100%)
}

#header-section .bg:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 4000px;
    height: 500px;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(100%) rotate(3deg);
    transform: translateY(100%) rotate(3deg);
    background: #fff
}

#header-section .inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 165px;
    text-align: center;
    z-index: 3
}

#header-section .inner h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 22px
}

#header-section .inner .p-desc {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 20px;
    letter-spacing: 1.2px
}

#header-section .inner .install-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 28px
}

#header-section .wrapper_logo_box {
    width: 100%;
    background-color: #fff;
}

#header-section .wrapper_logo {
    width: 1300px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

#header-section .wrapper_logo .miiyun_logo,
#header-section .wrapper_logo .ruanjian_logo {
    display: block;
    width: 96px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: 96px 38px;
}

#header-section .wrapper_logo .miiyun_logo {
    background-image: url("/src_sem/images/miiyun_logo.png");
}

#header-section .wrapper_logo .ruanjian_logo {
    background-image: url("/src_sem/images/ruanjian_logo.png");
}

#header-section .wrapper_logo .search_box {
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 170px;
    height: 32px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: 12px;
    border: 1px solid #000;
    color: #333;
}

#header-section .wrapper_logo .search_box .search_input {
    width: 132px;
    height: 30px;
    text-indent: 14px;
    border: none;
    overflow: hidden;
    outline: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#header-section .wrapper_logo .search_box .search_submit {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: url("../imgs/icon_搜索.png") no-repeat center;
}

.btnWrapper-UYBKrL {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainButton-IHsoBj {
    align-items: center;
    background: #fff;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    line-height: 120%;
    min-width: 160px;
    width: 300px;
    height: 58px;
    padding: 16px 32px;
    position: relative;
    text-align: center;
    transform: scale(1);
    z-index: 1;
    margin-top: 20px;
    box-sizing: border-box;
}

.mainButton-IHsoBj:hover {
    box-shadow: 0 8px 40px 0 rgba(0, 102, 255, .32), 0 0 1px 0 rgba(0, 102, 255, .15);
    transform: scale(1.1);
    transition: transform .15s ease-in-out
}

.btnItemImg-JRaVSQ {
    margin-right: 4px;
    width: 25px
}

.btnItemText-Uef7NP {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width:799px) {
    .mainButton-IHsoBj {
        padding: 12px 24px
    }

    .btnItemText-Uef7NP {
        font-size: 16px !important
    }

    .btnItemImg-JRaVSQ {
        margin-right: 4px;
        width: 20px
    }
}

.wrapper-VQrN30 {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}

.wrapper-VQrN30 .wrapper-text {
    color: rgba(0, 0, 0, .9);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.wrapper-VQrN30 .btnWrapper-sOwbJV {
    margin-top: 29px
}

.wrapper-VQrN30 .btnWrapper-sOwbJV .mainButton-IHsoBj {
    background: #06f;
}

.wrapper-VQrN30 .btnWrapper-sOwbJV .mainButton-IHsoBj .btnItemText-Uef7NP {
    color: #fff;
}

.wrapper-VQrN30 .copyright-liwuE1 {
    align-items: center;
    color: rgba(0, 0, 0, .4);
    color: var(--Text---s-color-text-tertiary, rgba(0, 0, 0, .4));
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 20px;
    line-height: 16px
}

.wrapper-VQrN30 .jumpLinkList-r8Lx44 {
    align-items: center;
    display: flex;
    gap: 20px
}

.wrapper-VQrN30 .jumpLinkItem-HwsZrr {
    color: rgba(0, 0, 0, .75);
    color: var(--Text---s-color-text-secondary, rgba(0, 0, 0, .75));
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 8px 10px
}

.wrapper-VQrN30 .jumpLinkItem-HwsZrr:hover {
    color: #06f;
}

@media screen and (max-width:799px) {
    .wrapper-VQrN30 {
        padding-top: 0
    }

    .wrapper-VQrN30 .textWrapper-g8EMSK {
        padding: 0 20px;
        width: 100%
    }

    .wrapper-VQrN30 .btnWrapper-sOwbJV {
        margin-top: 32px
    }

    .wrapper-VQrN30 .barContent-WZnBnD {
        align-items: flex-start;
        flex-direction: column-reverse
    }

    .wrapper-VQrN30 .jumpLinkList-r8Lx44 {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px
    }

    .wrapper-VQrN30 .jumpLinkItem-HwsZrr {
        line-height: 20px;
        padding: 0
    }

    .wrapper-VQrN30 .copyright-liwuE1 {
        align-items: flex-start;
        flex-direction: column;
        font-size: 14px;
        gap: 8px;
        line-height: 20px;
        margin-top: 8px
    }
}

.textCombination-NPu3A9 .title-b9MOpd {
    color: rgba(0, 0, 0, .9);
    color: var(--Text---s-color-text-primary, rgba(0, 0, 0, .9));
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    width: 100%
}

@media screen and (max-width:799px) {
    .textCombination-NPu3A9 .title-b9MOpd {
        font-size: 24px;
        text-align: left
    }

    .textCombination-NPu3A9 .desc-gkKIoq {
        font-size: 16px;
        text-align: left
    }
}

.bottomBar-A6AIxU {
    align-items: center;
    background: #fff;
    border-top: .5px solid rgba(95, 127, 179, .4);
    display: flex;
    justify-content: center;
    margin-top: 100px;
    padding: 20px;
}

.barContent-WZnBnD {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 1170px
}

.copyright-liwuE1 {
    align-items: center;
    color: rgba(0, 0, 0, .4);
    color: var(--Text---s-color-text-tertiary, rgba(0, 0, 0, .4));
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 20px;
    line-height: 16px
}

.jumpLinkList-r8Lx44 {
    align-items: center;
    display: flex;
    gap: 20px
}

.jumpLinkItem-HwsZrr {
    color: rgba(0, 0, 0, .75);
    color: var(--Text---s-color-text-secondary, rgba(0, 0, 0, .75));
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 8px 10px
}

.jumpLinkItem-HwsZrr:hover {
    color: #06f;
}

.desc-section {
    width: 1076px;
    margin: 0 auto 160px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    z-index: 1
}

.desc-section.desc-section2 {
    width: 1090px;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-bottom: 100px;
}

.desc-section.desc-section2 .section-desc {
    margin-bottom: 53px
}

.desc-section.desc-section2 .show-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.desc-section.desc-section2 .show-section ul.desc-box {
    padding-top: 41px
}

.desc-section.desc-section2 .show-section ul.desc-box li {
    margin-left: 44px;
    min-width: 235px;
}

.desc-section.desc-section2 .show-section ul.desc-box li .item-hint {
    position: absolute;
    width: 2px;
    height: 62px;
    left: auto;
    right: 0;
    top: 1px
}

.desc-section .section-hint {
    width: 48px;
    height: 6px;
    margin-bottom: 18px
}

.desc-section .section-title {
    color: #353535;
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 17px
}

.desc-section .section-desc {
    color: #787878;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 67px
}

.desc-section .show-section {
    width: 100%;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.desc-section .show-section ul.desc-box {
    padding: 27px 0 0;
    margin: 0 37px 0 0;
    min-width: 200px
}

.desc-section .show-section ul.desc-box li {
    margin: 0 0 23px;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    min-width: 200px;
    height: 64px;
    padding: 20px 0 0 43px;
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all .05s ease 0s;
    transition: all .05s ease 0s
}

.desc-section .show-section ul.desc-box li .item-hint {
    position: absolute;
    width: 2px;
    height: 62px;
    left: 0;
    top: 1px;
    background: linear-gradient(#06f 0%, #06f 100%);
}

.desc-section .show-section ul.desc-box li .detail-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px
}

.desc-section .show-section ul.desc-box li .detail-text {
    font-size: 18px;
    line-height: 24px;
    color: #222;
    font-weight: 500
}

.desc-section .show-section ul.desc-box li .hover-box {
    background: #fff;
    box-shadow: 0 2px 8px #00000026;
    border-radius: 5px;
    min-width: 217px;
    max-width: 300px;
    box-sizing: border-box;
    padding: 8px 12px;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #353535;
    font-weight: 400
}

.desc-section .show-section ul.desc-box li .hover-box:after {
    width: 5px;
    height: 5px;
    background: #fff;
    content: "";
    position: absolute;
    bottom: -6px;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translate(-50%);
    left: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-left: none;
    border-top: none
}

.desc-section .show-section ul.desc-box li.active {
    background: #f3f4f6;
    border-radius: 5px
}

.desc-section .show-section .video-box {
    flex: 1;
    max-width: 839px;
    height: 559px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px #00000026;
    position: relative
}

.desc-section .show-section .video-box img {
    width: 100.2%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(10000px);
    transform: translateX(10000px);
}

.desc-section .show-section .video-box img.active {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
