#downloadmaskdv {
    width: 100%;
    height: 100%
}

#downloadmaskdv .downloadmask {
    width: 100%;
    height: 100%;
    background: #04060e;
    opacity: .89;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999
}

#downloadmaskdv .maskbox {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

#downloadmaskdv .downloadmask .maskbox .maskcontent {
    width: 800px;
    height: 300px;
    text-align: center;
    position: relative
}

#downloadmaskdv .downloadmask .maskbox .maskcontent .closespan {
    position: absolute;
    color: #fff;
    right: 20px;
    top: 10px;
    cursor: pointer;
    transform: rotate(45deg)
}

#downloadmaskdv .downloadmask .maskbox .maskcontent .closespan .iconcha {
    color: #fff;
    opacity: 1;
    z-index: 1
}

#downloadmaskdv .downloadmask .maskbox .maskcontent img {
    width: 180px;
    margin: 40px auto 0
}

#downloadmaskdv .downloadmask .maskbox .maskcontent .htext {
    margin-top: 20px;
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    line-height: 30px
}

#downloadmaskdv .downloadmask .maskbox .maskcontent .ptext {
    margin-top: 20px;
    font-size: 24px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #fff;
    line-height: 22px
}

#downloadmaskdv .lbottom_download {
    width: 140px;
    height: 100px;
    position: fixed;
    left: 20px;
    bottom: 20px
}

#downloadmaskdv .lbottom_download img {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

#macube_header .logoTxt {
    letter-spacing: 1px
}



#hover-item__list {
    display: flex;
    padding: 15px 100px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -10px;
    width: 719px;
    height: 333px;
    background: #fff;
    box-shadow: 0 0 22px 2px rgba(19, 12, 45, .09);
    border-radius: 4px
}

#hover-item__list>div {
    width: 246px;
    height: 69px;
    text-align: left;
    padding: 6px;
    transition: all .3s;
    margin-bottom: 10px
}

#hover-item__list>div:hover {
    box-shadow: 0 0 35px 0 rgba(13, 18, 60, .16);
    transform: scale(1.1)
}

#hover-item__list>div img {
    width: 50px;
    height: 53px;
    margin-right: 20px
}

#hover-item__list>div a {
    color: #000;
    font-weight: 700;
    font-family: Nunito-Regular
}

#hover-item__list>div a span {
    font-size: 16px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #181a21;
    line-height: 1
}

#searchBox {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    color: #fff
}

#searchBox::-webkit-scrollbar {
    display: none
}

#searchBox>div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 710px;
    height: 72px
}

#macube_header #searchBox>div .iconsousuo {
    background-color: #000;
    font-size: 27px;
    display: inline-block;
    position: absolute;
    top: 50%;
    font-family: Nunito-Bold !important;
    transform: translateY(-50%);
    right: 0;
    margin-right: 30px
}

#searchBox>div .iconcha {
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    right: -60px;
    top: -40px
}

#searchBox>div input {
    width: 710px;
    height: 72px;
    background-color: #000;
    border: 1px solid #fff;
    font-size: 24px;
    padding-left: 29px;
    opacity: .3
}

#searchBox>div ::-webkit-input-placeholder {
    font-size: 24px;
    font-family: Nunito-Bold;
    color: #fff;
    line-height: normal
}

@media screen and (max-width:768px) {
    #hover-item__list {
        display: flex;
        flex-wrap: wrap;
        width: 94%;
        height: auto;
        margin-top: 20px;
        padding: 0;
        background: #fff;
        box-shadow: none;
        border-radius: 4px
    }

    #hover-item__list>div {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 6px;
        transition: all .3s;
        margin-bottom: 10px
    }

    #searchBox>div {
        width: 100%;
        padding: 20px;
        text-align: left
    }

    #searchBox>div form {
        position: relative
    }

    #searchBox>div input {
        width: 100%
    }

    #searchBox>div .iconsousuo {
        top: 36px;
        right: 0
    }

    #searchBox>div .iconcha {
        top: -40px;
        right: 30px
    }

    #searchBox>div ::-webkit-input-placeholder {
        font-size: 16px
    }
}

.false .more {
    margin-top: 80px;
    margin-bottom: 158px
}

.false .more ul {
    display: flex;
    justify-content: space-between
}

.false .more ul li {
    width: 362px;
    height: auto;
    background: #fff;
    border: none;
    text-align: center;
    padding: 30px 50px 64px;
    box-shadow: 0 0 54px 0 rgba(13, 18, 60, .09)
}

.false .more ul li.active {
    -o-border-image: linear-gradient(139deg, #3deec0, #2666db) 10 10;
    border-image: linear-gradient(139deg, #3deec0, #2666db) 10 10
}

.false .more ul li h3 {
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 30px;
    margin-bottom: 23px
}

.false .more ul li img {
    width: 172px;
    height: 180px;
    margin-bottom: 35px
}

.false .more ul li p {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #686868;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #ProductBtn {
        text-align: center
    }

    .product_right img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:768px) {
    .false .more ul {
        justify-content: space-between;
        flex-wrap: wrap
    }

    .false .more ul li {
        width: 162px;
        height: 216px;
        padding: 6px;
        margin-bottom: 13px;
        background: #fff;
        border: 2px solid;
        -o-border-image: linear-gradient(139deg, #3deec0, #2666db) 10 10;
        border-image: linear-gradient(139deg, #3deec0, #2666db) 10 10;
        box-shadow: 0 0 54px 0 rgba(13, 18, 60, .09);
        box-sizing: border-box
    }

    .false .more .container {
        padding: 0 18px
    }

    .false .more ul li img {
        width: 73px;
        height: 76px;
        margin-bottom: 13px
    }

    .false .more ul li h3 {
        font-size: 18px;
        line-height: 30px
    }

    .false .more ul li p {
        font-size: 12px;
        line-height: 18px
    }

    .false .more ul li h3 {
        margin-bottom: 15px
    }

    .false .more {
        margin-bottom: 53px
    }
}

.right-content {
    margin-top: 370px;
    margin-left: 100px;
    margin-right: 100px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline;
    outline: 0
}

.pagination>li>a,
.pagination>li>span {
    transition: color .2s, background-color .2s;
    outline: 0;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3eaf7c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #3eaf7c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3eaf7c;
    border-color: #3eaf7c
}

:root {
    --side-bar-bg-color: #fafafa;
    --control-text-color: #777
}

.search {
    height: 615px;
    width: 100%;
    padding-top: 236px;
    text-align: center
}

.search .searchBox {
    position: relative;
    width: 780px;
    margin: 0 auto
}

.search input {
    width: 780px;
    height: 72px;
    background: #fff;
    border: 2px solid #76777c;
    padding-left: 29px;
    font-size: 24px
}

.search input::-webkit-input-placeholder {
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #76777c;
    opacity: .63
}

.search .iconsousuo {
    font-size: 27px;
    cursor: pointer
}

.search .tips {
    text-align: left;
    margin-top: 31px;
    text-align: center
}

.fr_body .search .tips {
    width: 830px;
    margin-left: -9px
}

.search .tips span a {
    font-size: 18px;
    font-weight: 300;
    color: #76777c;
    line-height: 13px
}

.search .tips span:hover a {
    color: #2668da
}

.search .tips .title {
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 13px;
    margin-right: 39px
}

.search .tips span {
    margin-right: 27px
}

@media screen and (max-width:768px) {
    .search {
        padding-top: 167px;
        width: 100%
    }

    .search .container,
    .search .searchBox {
        width: auto
    }

    .search input {
        width: 100%
    }

    .search .iconsousuo {
        right: 20px
    }

    .fr_body .search .tips {
        width: 100%
    }

    .search .tips .title {
        font-size: 18px;
        margin-right: 26px
    }

    .search .tips span {
        margin-right: 19px
    }

    .search .tips span a {
        font-size: 14px
    }
}

@media screen and (max-width:375px) {
    .search {
        padding-top: 60px;
        width: 100%
    }
}

@-webkit-keyframes mymove-data-v-a5dbf1b8 {
    0% {
        top: -40px
    }

    to {
        top: 0
    }
}

@keyframes mymove-data-v-a5dbf1b8 {
    0% {
        top: -40px
    }

    to {
        top: 0
    }
}

@-webkit-keyframes fade-data-v-a5dbf1b8 {
    0% {
        top: -40px
    }

    to {
        top: 50%;
        transform: translateY(-50%)
    }
}

@keyframes fade-data-v-a5dbf1b8 {
    0% {
        top: -40px
    }

    to {
        top: 50%;
        transform: translateY(-50%)
    }
}

#ad-footer .flex-footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 445px
}

#ad-footer .flex-footer .flex-item {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-top: 115px
}

#ad-footer .flex-footer .flex-item.flex-item-4 {
    flex: 0 0 40%
}

#ad-footer .flex-footer .flex-item.flex-item-4 h3 {
    font-family: Open Sans;
    position: absolute;
    margin-top: 12px;
    font-size: 44px;
    line-height: 61px;
    left: 100px
}

#ad-footer .flex-footer .flex-item.flex-item-3 {
    flex: 0 0 20%
}

#ad-footer .flex-footer .flex-item.flex-item-2 {
    flex: 0 0 13%
}

#ad-footer .flex-footer .flex-item:not(.flex-item-4) {
    padding-top: 18px;
    margin-top: 156px
}

#ad-footer .flex-footer .flex-item img {
    width: 67px;
    height: 87px;
    margin-bottom: 33px
}

#ad-footer .flex-footer .flex-item .desc {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 150%;
    width: 65%
}

#ad-footer .flex-footer .flex-item h3,
#ad-footer .flex-footer .flex-item span {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 38px
}

#ad-footer .flex-footer .flex-item h3 {
    font-family: Montserrat;
    margin-bottom: 9px
}

#ad-footer .flex-footer .flex-item span {
    margin-right: 8px
}

#ad-footer .flex-footer .flex-item a {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-align: left
}

#ad-footer .flex-footer .flex-item .links-box {
    align-items: center;
    display: flex
}

#ad-footer .flex-footer .flex-item .links-box a {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 27px;
    height: 27px;
    color: #34d0dc;
    background: hsla(0, 0%, 95.3%, .07)
}

#ad-footer .flex-footer .flex-item .links-box a:hover {
    color: #fff
}

#ad-footer .flex-footer .flex-item .links-box .links {
    display: flex
}

#ad-footer .foot-bottom {
    background: #000;
    border-top: 5px solid hsla(0, 0%, 100%, .5)
}

#ad-footer .foot-bottom .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92px;
    position: relative
}

#ad-footer .foot-bottom .container p {
    font-family: Montserrat-Light;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px
}

@media screen and (max-width:768px) {
    #ad-footer .flex-footer {
        padding: 68px 0 49px;
        flex-wrap: wrap
    }

    #ad-footer .flex-footer .flex-item.flex-item-4 {
        flex: 0 0 100%
    }

    #ad-footer .flex-footer .flex-item img {
        width: 190px;
        margin-bottom: 28px
    }

    #ad-footer .flex-footer .flex-item .desc {
        font-size: 14px;
        line-height: 200%
    }

    #ad-footer .flex-footer .flex-item:not(.flex-item-4) {
        padding-top: 37px
    }

    #ad-footer .flex-footer .flex-item.flex-item-3 {
        flex: 0 0 100%
    }

    #ad-footer .flex-footer .flex-item.flex-item-2 {
        flex: 0 0 50%
    }

    #ad-footer .flex-footer .flex-item .links-box {
        margin-top: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    #ad-footer .foot-bottom .container {
        height: 71px
    }

    #ad-footer .foot-bottom .container p {
        font-size: 12px;
        text-align: center
    }
}

#contact .contact-body {
    background-color: #fff;
    height: auto;
    margin-bottom: 108px
}

#contact .Your-Name {
    width: 45%;
    position: relative
}

#contact .Your-Name span {
    color: #ff6060
}

@media screen and (max-width:768px) {
    #contact .Your-Name {
        width: 100%
    }

    #contact {
        margin-bottom: -40px
    }
}

#newHome {
    position: relative;
    overflow-x: hidden
}

#newHome .part-2 {
    margin-bottom: 100px
}

#newHome .part-2 .container {
    position: relative;
    text-align: center;
    z-index: 1
}

#newHome .part-2 .container .img-right {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: linear-gradient(220.49deg, #fff 17.33%, #3affda 0, #2040e2 93.08%);
    filter: blur(55px);
    transform: rotate(118.97deg);
    -webkit-animation-name: move-data-v-7637f21f;
    animation-name: move-data-v-7637f21f;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes move-data-v-7637f21f {
    0% {
        left: 0;
        top: 300px
    }

    25% {
        left: 200px;
        top: 450px
    }

    50% {
        left: 400px;
        top: 600px
    }

    75% {
        left: 600px;
        top: 450px
    }

    to {
        left: 800px;
        top: 300px
    }
}

@keyframes move-data-v-7637f21f {
    0% {
        left: 0;
        top: 300px
    }

    25% {
        left: 200px;
        top: 450px
    }

    50% {
        left: 400px;
        top: 600px
    }

    75% {
        left: 600px;
        top: 450px
    }

    to {
        left: 800px;
        top: 300px
    }
}

#newHome .part-2 .container h1 {
    font-family: Montserrat-Bold;
    font-weight: 700;
    font-size: 36px
}

#newHome .part-2 .container>p {
    width: 80%;
    margin: 24px auto 10px;
    font-family: Montserrat-Light;
    font-weight: 500;
    font-size: 18px
}

#newHome .part-2 .container .box-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 700px;
    background: url('https://img.macube.com/pages/home/video-base-img.webp');
    background-size: 100% 100%
}

@media screen and (max-width:768px) {
    #newHome .part-2 {
        margin-bottom: 60px
    }

    #newHome .part-2 .container .img-right {
        display: none
    }

    #newHome .part-2 .container h2 {
        font-size: 32px;
        text-align: center !important
    }

    #newHome .part-2 .container>p {
        width: 100%;
        margin: 20px auto;
        font-size: 16px
    }

    #newHome .part-2 .container .box-container {
        width: 100%;
        height: unset;
        padding: 15px
    }

    #newHome .part-2 .container .box-container .box video {
        width: 100%;
        height: auto
    }

    #newHome .part-2 .container .box-container .box img {
        width: 100%
    }

    #newHome .part-2 .container .box-container .box img {
        width: 100%
    }
}

#newHome .part-3 {
    position: relative
}

#newHome .part-3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(138.18deg, rgba(226, 231, 255, .3) -.52%, rgba(220, 255, 249, .3) 118.78%);
    filter: blur(200px)
}

#newHome .part-3 .container .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 450px;
    padding: 20px 0;
    margin: 190px 0;
    z-index: 20
}

#newHome .part-3 .container .box:last-child {
    margin: 190px 0 0
}

#newHome .part-3 .container .box h2 {
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px
}

#newHome .part-3 .container .box>p {
    margin-top: 23px;
    padding: 10px;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0
}

#newHome .part-3 .container .box .read-more {
    font-size: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #ff7223 !important
}

#newHome .part-3 .container .box .read-more:hover span {
    transition: .3s ease-in;
    transform: translateX(8px);
    display: inline-block
}

#newHome .part-3 .container .box img {
    width: 100%
}

#newHome .part-3 .container .box .left>p,
#newHome .part-3 .container .box .right>p {
    margin-top: 23px;
    font-family: Montserrat-Light;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0
}

#newHome .part-3 .container .box .left ul li {
    list-style: inside
}

#newHome .part-3 .container .box:nth-child(odd) .left {
    flex: 0 0 41%
}

#newHome .part-3 .container .box:nth-child(odd) .right {
    flex: 0 0 54%
}

#newHome .part-3 .container .box:nth-child(2n) .left {
    flex: 0 0 51%
}

#newHome .part-3 .container .box:nth-child(2n) .right {
    flex: 0 0 40%
}

#newHome .part-3 .container .box-1 .item-box {
    text-align: center;
    display: flex;
    margin-top: 38px
}

#newHome .part-3 .container .box-1 .item-box>div img {
    width: 65px;
    height: 65px
}

#newHome .part-3 .container .box-1 .item-box>div {
    display: table-cell;
    float: left
}

#newHome .part-3 .container .box-1 .item-box div:nth-child(n+2) {
    width: 100px;
    margin-left: 40px
}

#newHome .part-3 .container .box-1 .item-box>div p {
    margin-top: 17px;
    font-family: Montserrat-Light;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    color: #000
}

@media screen and (max-width:768px) {
    #newHome .part-3:before {
        display: none
    }

    #newHome .part-3 .container .box {
        flex-direction: column;
        height: unset;
        margin: 0 0 50px
    }

    #newHome .part-3 .container .box .left,
    #newHome .part-3 .container .box .right {
        width: 100%
    }

    #newHome .part-3 .container .box:last-child {
        margin: 50px 0 0
    }

    #newHome .part-3 .container .box h2 {
        font-size: 32px;
        line-height: 42px
    }

    #newHome .part-3 .container .box .left ul li {
        list-style: inside;
        font-size: 16px
    }

    #newHome .part-3 .container .box:nth-child(2n) .left,
    #newHome .part-3 .container .box:nth-child(2n) .right,
    #newHome .part-3 .container .box:nth-child(odd) .left,
    #newHome .part-3 .container .box:nth-child(odd) .right {
        flex: 0 0 100%
    }

    #newHome .part-3 .container .box:nth-child(2n) .right {
        order: 1
    }

    #newHome .part-3 .container .box:nth-child(2n) .left {
        order: 2;
        margin-top: 35px
    }

    #newHome .part-3 .container .box:nth-child(odd) .right {
        margin-top: 35px
    }

    #newHome .part-3 .container .box-1 .item-box>div {
        flex: 3
    }

    #newHome .part-3 .container .box-1 .item-box div:nth-child(n+2) {
        width: unset;
        margin: 0
    }

    #newHome .part-3 .container .box-1 .item-box>div:nth-child(-n+3) img,
    #newHome .part-3 .container .box-1 .item-box>div:nth-child(4) img {
        width: 50px;
        height: 50px
    }

    #newHome .part-3 .container .box-1 .item-box>div p {
        margin-top: 13px
    }

    #newHome .part-3 .container .box .left p,
    #newHome .part-3 .container .box .right p {
        font-size: 16px;
        line-height: 32px
    }
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

[v-cloak] {
    display: none
}

.part-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 100px 155px;
    margin-bottom: 95px
}

.part-1 .img-left {
    position: absolute;
    left: -250px;
    bottom: 50px;
    width: 324px;
    height: 324px;
    background: #67edf5;
    filter: blur(100px)
}

.part-1 .img-mid {
    position: absolute;
    left: 41%;
    top: -50px;
    width: 380px
}

.part-1 .img-right {
    position: absolute;
    right: 0;
    top: 350px;
    width: 430px;
    height: 600px;
    background: linear-gradient(220.49deg, #fff 17.33%, #3affda 33.64%, #2040e2 93.08%);
    filter: blur(64px);
    transform: rotate(118.97deg);
    border-radius: 250px 0 0 250px
}

.part-1 .container {
    display: flex;
    justify-content: center;
    z-index: 1
}

.part-1 .container .left {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 43%
}

.part-1 .container .left .left-title {
    font-size: 42px;
    font-family: Montserrat-Bold;
    font-weight: 700
}

.part-1 .container .left .left-title>p {
    width: 140%
}

.part-1 .container .left .left-info {
    margin-top: 38px;
    font-size: 18px
}

.part-1 .container .left .left-info ul li {
    position: relative;
    padding-left: 20px;
    line-height: 35px;
    color: #000;
    font-size: 18px
}

.part-1 .container .left .left-info ul li:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-2.5px);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3a3a3a
}

#ja_body .part-1 .container .left .left-info ul li:nth-child(5):before {
    top: 20%
}

#de_body .part-1 .container .left .left-info ul li:nth-child(4):before {
    top: 50%
}

.part-1 .container .left-buttons {
    display: flex;
    margin-top: 52px
}

.part-1 .container .left-buttons a {
    position: relative;
    height: 61px;
    line-height: 61px;
    width: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 6px
}

.part-1 .container .left-buttons a img {
    position: absolute
}

.part-1 .container .left-buttons a.download {
    background: linear-gradient(0deg, #000, #000), #fff;
    margin-right: 16px
}

.part-1 .container .left-buttons a.buyBtn {
    background: linear-gradient(.736turn, #3affda -8.29%, #2040e2 104.78%)
}

.part-1 .container .left-download-info {
    margin-top: 19px;
    font-size: 18px;
    color: #2d8cff
}

.part-1 .container .right {
    position: relative;
    flex: 1 1 49%;
    display: flex;
    align-items: center
}

.part-1 .container .right img {
    position: absolute;
    left: 70px;
    top: 90px;
    max-width: 100%
}

.part-1 .container .right-response {
    display: none
}

.part-1 .bottom-bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background-image: linear-gradient(90deg, hsla(0, 0%, 94.9%, 0), hsla(0, 0%, 91.8%, .2), hsla(0, 0%, 94.9%, 0))
}

.part-1 .bottom-bar .container {
    align-items: center;
    justify-content: center;
    display: flex
}

.part-1 .bottom-bar .container .bar-item {
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #181818;
    margin-right: 100px
}

.part-1 .bottom-bar .container .bar-item:last-child {
    margin-right: 0
}

.part-1 .bottom-bar .container .bar-item img {
    margin-right: 15px;
    width: 30px
}

@media screen and (max-width:1080px) {
    .part-1 .container {
        width: 100%;
        padding: 0 10px;
        justify-content: flex-start
    }

    .part-1 .container .left {
        flex: inherit;
        margin: 20px 5px 0
    }

    .part-1 .left-product p {
        font-size: 24px;
        margin-left: 5px
    }

    .part-1 .container .left .left-title {
        padding-right: 0
    }

    .part-1 .container .left .left-title p {
        font-size: 28px
    }

    .part-1 .container .left .left-info {
        font-size: 14px
    }

    .part-1 .container .left .left-info ul li {
        padding-left: 20px
    }

    .part-1 .container .right {
        display: none
    }

    .part-1 .container .right-response {
        display: flex;
        margin-top: 30px
    }

    .part-1 .container .right-response img {
        max-width: 100%
    }

    .part-1 .left .left-buttons {
        justify-content: center
    }

    .part-1 .left .left-buttons a {
        width: 160px;
        height: 43px;
        line-height: 33px;
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .part-1 {
        padding: 30px 5px 195px;
        margin-bottom: 56px
    }

    .part-1 .container .right-response,
    .part-1 .img-mid,
    .part-1 .img-right {
        display: none
    }

    .part-1 .img-left {
        left: 0;
        bottom: unset;
        top: 0;
        width: 124px;
        height: 124px;
        filter: blur(80px)
    }

    .part-1 .container {
        width: 100%;
        padding: 0 10px;
        justify-content: flex-start
    }

    .part-1 .container .left {
        flex: inherit;
        margin: 0
    }

    .part-1 .container .left .left-title {
        padding-right: 0;
        text-align: center
    }

    .part-1 .container .left .left-title p {
        font-size: 28px;
        width: 100% !important
    }

    .part-1 .container .left .left-info {
        font-size: 14px;
        margin-top: 10px
    }

    .part-1 .container .left .left-info ul li {
        padding-left: 20px
    }

    .part-1 .left .left-buttons {
        margin-top: 20px
    }

    .part-1 .left .left-buttons a {
        width: 50%
    }

    .part-1 .left .left-download-info {
        font-size: 14px
    }

    .part-1 .bottom-bar {
        left: 0;
        transform: translateX(0);
        bottom: 0;
        padding: 19px 0 19px 15px;
        background: #f2f2f2
    }

    .part-1 .bottom-bar .container {
        flex-wrap: wrap;
        justify-content: center
    }

    .part-1 .bottom-bar .container .bar-item {
        flex: 0 0 50%;
        font-size: 12px;
        margin-right: 0;
        max-width: 180px;
        justify-content: start
    }

    .part-1 .bottom-bar .container .bar-item:last-child,
    .part-1 .bottom-bar .container .bar-item:nth-child(3) {
        margin-top: 20px
    }

    .part-1 .bottom-bar .container .bar-item img {
        margin-right: 15px;
        width: 22px
    }
}

@-webkit-keyframes fade-data-v-7637f21f {
    0% {
        top: -40px
    }

    to {
        top: 50%;
        transform: translateY(-50%)
    }
}

.sal-sup {
    margin-bottom: 150px;
    position: relative
}

.sal-sup:before {
    max-width: 1700px;
    height: 46%;
    top: 206px;
    border-radius: 100%;
    background: linear-gradient(220.49deg, rgba(83, 255, 223, .2) 17.33%, rgba(58, 255, 218, .2) 33.64%, rgba(32, 64, 226, .178) 93.08%);
    filter: blur(200px);
    transform: rotate(83.43deg)
}

.sal-sup:after,
.sal-sup:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.sal-sup:after {
    max-width: 1900px;
    height: 48%;
    top: 252px;
    background: linear-gradient(180.94deg, #fff -51.26%, hsla(0, 0%, 100%, 0) 111.22%)
}

.sal-sup h2 {
    margin: auto auto 20px;
    font-family: Montserrat-Bold;
    font-size: 36px;
    text-align: center;
    color: #000;
    font-weight: 700
}

.sal-sup .box-list {
    display: flex;
    margin-top: 80px;
    justify-content: space-around
}

.sal-sup .box-list .box {
    text-align: center;
    flex: 0 0 19%;
    height: 275px;
    padding: 30px 10px;
    background: #fff;
    box-shadow: 0 0 14px 3px rgba(43, 30, 205, .1);
    border-radius: 16px;
    transition: all .3s
}

.sal-sup .box-list .sal-box {
    text-align: center;
    flex: 0 0 19%;
    height: 300px;
    padding: 30px 10px;
    background: #fff;
    box-shadow: 0 0 14px 3px rgba(43, 30, 205, .1);
    border-radius: 16px;
    transition: all .3s
}

.sal-sup .box-list .box:hover {
    transform: translateY(-20px)
}

.sal-sup .box-list .sal-box:hover {
    transform: translateY(-20px)
}

.sal-sup .box-list .box h3,
.sal-sup .box-list .box p {
    font-size: 16px;
    font-family: Montserrat-Bold;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 26px
}

.sal-sup .box-list .box span {
    font-size: 14px;
    line-height: 28px;
    font-family: Montserrat-Light
}

.sal-sup .box-list .sal-box h3,
.sal-sup .box-list .sal-box p {
    font-size: 15px;
    font-family: Montserrat-Bold;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 26px
}

.sal-sup .box-list .sal-box span {
    font-size: 14px;
    line-height: 28px;
    font-family: Montserrat-Light
}

@media screen and (max-width:768px) {
    .sal-sup {
        margin: 60px 0
    }

    .sal-sup h2 {
        width: 100%;
        font-size: 32px;
        text-align: center !important
    }

    .sal-sup .p2 {
        width: 100%
    }

    .sal-sup .box-list {
        margin-top: 30px;
        flex-wrap: wrap
    }

    .sal-sup .box-list .box {
        flex: 100%;
        padding: 30px 40px;
        margin-top: 25px;
        text-align: center;
        height: unset
    }

    .sal-sup .box-list .sal-box {
        flex: 100%;
        padding: 30px 40px;
        margin-top: 25px;
        text-align: center;
        height: unset
    }
}

.swiper-slide-active {
    z-index: 1;
    border-radius: 24px;
    transform: scale(1.24);
    box-shadow: 0 0 30px rgba(88, 41, 41, .26)
}

.recommend_info {
    position: relative;
    margin-top: 91px;
    height: 685px
}

.info_title {
    text-align: center;
    margin-top: 36px;
    margin-bottom: 72px;
    padding-top: 37px;
    font-style: normal;
    font-family: Montserrat-Bold;
    font-weight: 700;
    font-size: 36px;
    color: #000;
    line-height: 44px
}

.info_detail {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.content_msg {
    position: relative;
    height: 248px;
    margin: auto 0;
    background: #fff;
    transition: all .3s;
    border-radius: 20px
}

.content_msg .msg_desc {
    font-size: 16px;
    line-height: 160%;
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 27px;
    text-align: left;
    font-family: Montserrat-Light
}

.content_msg:nth-child(4n+1) {
    background: #eef0fd
}

.content_msg:nth-child(4n+2) {
    background: #fff6f2
}

.content_msg:nth-child(4n+3) {
    background: #edfafc
}

.msg_title {
    position: absolute;
    justify-content: space-around;
    display: flex;
    width: 85%;
    height: 42px;
    top: 180px;
    left: 17px
}

.title_right {
    display: flex;
    align-items: center;
    float: right;
    width: 79%;
    justify-content: space-between
}

.name {
    font-size: 14px;
    font-family: Montserrat
}

.swiper {
    padding: 10px;
    width: 1134px;
    height: 376px;
}

.swiper-paginations {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 2;
    margin-top: 10px;
    background: url('https://img.macube.com/pages/ad/BG.png') no-repeat
}

.swiper-button-prev {
    margin-left: -10px
}

.swiper-button-next {
    margin-right: -10px
}

.swiper-button-next:after {
    content: "";
    width: 53px;
    height: 53px;
    transform: translate(25%, 25%);
    background: url('https://img.macube.com/pages/ad/next.png') no-repeat
}

.swiper-button-prev:after {
    content: "";
    width: 53px;
    height: 53px;
    transform: translate(25%, 25%);
    background: url('https://img.macube.com/pages/ad/prev.png') no-repeat
}

.swiper-button-prev {
    left: 0;
    transform: translate(50%, -100%)
}

.swiper-button-next {
    right: 0;
    transform: translate(-50%, -100%)
}

@media screen and (max-width:1080px) {
    .swiper-slide-active {
        z-index: 1;
        border-radius: 24px;
        transform: unset;
        box-shadow: unset
    }

    .swiper {
        width: 100%;
        height: 376px
    }

    .recommend {
        display: none
    }

    .recommend_info {
        margin-top: 10px;
        height: 543px
    }

    .info_title {
        margin-left: 0 !important;
        text-align: center !important;
        font-size: 32px;
        margin-bottom: 24px;
        margin-top: 0
    }

    .content_msg {
        max-width: 100%;
        height: 324px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .12)
    }

    .msg_title {
        width: 100%;
        top: unset;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 10px
    }

    .title_right {
        display: flex;
        align-items: center;
        float: unset;
        flex: 0 0 75%;
        width: unset;
        justify-content: space-between
    }

    .swiper-paginations {
        display: flex;
        width: 35%;
        margin: 0 auto;
        justify-content: space-evenly
    }

    .swiper-prevnext {
        display: none
    }
}

.ad-clean {
    position: relative;
    width: 100%;
    display: flex;
    padding-bottom: 90px;
    font-family: Montserrat;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ad-clean:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 128px;
    bottom: 0;
    z-index: -1
}

.ad-clean .container {
    display: flex;
    justify-content: center;
    padding-top: 80px
}

.ad-clean .container:before {
    position: absolute;
    width: 1200px;
    height: 100%;
    bottom: 0;
    background: linear-gradient(224.37deg, #c6fff4 16.17%, #87ffe8 39.71%, rgba(32, 64, 226, .1) 85.33%);
    background-size: 100% 100%;
    z-index: -1;
    border-radius: 18px
}

.ad-clean .container .right {
    display: flex;
    flex-direction: column;
    flex: 0 0 49%;
    margin-top: 42px
}

.ad-clean .container .right .right-title {
    font-size: 18px;
    text-align: center;
    width: 117px;
    height: 33px;
    font-weight: 400;
    background: #eee;
    border-radius: 23px;
    line-height: 33px
}

.ad-clean .container .right .right-info {
    margin-top: 14px;
    font-size: 18px
}

.ad-clean .container .right .right-info .info-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 7px;
    font-family: Montserrat-Bold
}

.ad-clean .container .right-buttons {
    display: flex;
    margin-top: 30px;
    width: 460px
}

.ad-clean .container .right-buttons a {
    height: 62px;
    line-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    font-family: Montserrat
}

.ad-clean .container .right-buttons a img {
    position: absolute
}

.ad-clean .container .right-buttons a.download {
    background: linear-gradient(93.26deg, #2042e1 0, #36e1db 99.16%), #fff;
    flex: 0 0 51%;
    margin-right: 25px
}

.ad-clean .container .right-buttons a.buy {
    flex: 0 0 43%;
    border: 2px solid #000;
    color: #000
}

.ad-clean .container .right-buttons a.buyBtn {
    flex: 0 0 43%;
    color: #fff;
    background: linear-gradient(0deg, #000, #000), #fff
}

.ad-clean .container .right-buttons a.buyBtn:hover {
    border: 1px solid #000;
    color: #000;
    background: #fff
}

.ad-clean .container .left img {
    width: 90%;
    float: right
}

.ad-logo {
    position: relative;
    width: 100%;
    display: flex;
    padding-bottom: 130px;
    font-family: Montserrat;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ad-logo .bottom-logo-bar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1071px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: #fff;
    padding: 12px 0;
    border-radius: 10px
}

.ad-logo .bottom-logo-bar {
    background: linear-gradient(268.84deg, rgba(227, 252, 255, .45) .53%, #fee8f8 50.05%, #fff4ed 99.52%);
    border-radius: 0 0 30px 30px
}

.ad-logo .bottom-logo-bar li {
    width: 202px;
    height: 58px;
    margin-right: 40px;
    display: flex;
    align-items: center
}

.ad-logo .bottom-logo-bar img {
    width: 160px
}

@keyframes fade-data-v-7637f21f {
    0% {
        top: 150px
    }

    to {
        top: 44%;
        transform: translateY(-50%)
    }
}

@media screen and (max-width:768px) {
    .ad-clean .container {
        width: 100%;
        flex-direction: column;
        margin-top: 20px;
        padding-top: 0
    }

    .ad-clean .container:before {
        width: 90%
    }

    .ad-clean .container .right {
        margin: 0;
        order: 1
    }

    .ad-clean .container .left {
        margin-top: 40px;
        order: 2
    }

    .ad-clean .container .left img {
        width: 100%
    }

    .ad-clean .container .right .right-title {
        margin: 0 auto
    }

    .ad-clean .container .right .right-title p {
        font-size: 18px
    }

    .ad-clean .container .right .right-info .info-title {
        text-align: center;
        margin: 10px 0
    }

    .ad-clean .container .right .right-info .info-desc {
        text-align: center;
        font-size: 16px
    }

    .ad-clean .right .right-buttons {
        justify-content: center;
        width: 100%;
        display: unset
    }

    .ad-clean .right .right-buttons a {
        flex: 0 0 50%;
        height: 43px;
        line-height: 33px;
        font-size: 16px;
        width: 60%;
        margin: auto;
        margin-bottom: 10px
    }

    .ad-clean .container .right-buttons a.download {
        margin-right: auto
    }

    .ad-logo .bottom-logo-bar {
        width: 80%;
        flex-wrap: wrap;
        padding: 12px;
        border-radius: 5px
    }

    .ad-logo .bottom-logo-bar img {
        width: 134px;
        display: block
    }

    .ad-logo .bottom-logo-bar li {
        width: auto;
        height: auto;
        margin-right: 0
    }

    .ad-logo .bottom-logo-bar li img {
        height: 40px
    }
}

@media screen and (max-width:365px) {
    .ad-logo .bottom-logo-bar img {
        width: 110px;
        display: block
    }

    .ad-logo .bottom-logo-bar li {
        width: auto;
        height: auto;
        margin-right: 0
    }
}

.FooterDown {
    width: 100%;
    background: #04060e;
    padding-bottom: 50px
}

.topdown {
    width: 521px;
    margin: 86px auto 0;
    text-align: center
}

#newHome .topdown {
    width: auto
}

.topdown .txt {
    font-size: 34px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 52px
}

.topdown .txt .bold {
    font-weight: 700;
    font-family: Nunito-Bold;
    font-size: 36px
}

#ProductBtn {
    margin-bottom: 38px
}

.topdown .bottom-box {
    display: flex;
    justify-content: center
}

.topdown .bottom-box .box-content {
    display: flex;
    width: 268px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    background: hsla(0, 0%, 100%, .07);
    border-radius: 6px
}

.topdown .bottom-box .box-content img {
    width: 28px
}

.topdown .bottom-box .box-content .text {
    font-size: 16px;
    color: #fff;
    margin: 15px 0 10px
}

.topdown .bottom-box .box-content.left {
    margin-left: 108px
}

.topdown .bottom-box .star-box {
    display: flex;
    align-items: center
}

.topdown .bottom-box .star-box .star {
    height: 25px
}

.topdown .bottom-box .star-box .pinfen {
    font-size: 21px;
    color: #fff;
    margin-left: 14px
}

.topdown .bottom-box .star ul {
    width: 100%;
    display: flex
}

.topdown .bottom-box .star ul li {
    width: 23px
}

.topdown .bottom-box .star ul li span {
    color: #ffe01b;
    cursor: pointer
}

.StarsWrap {
    width: 100%;
    height: .2rem;
    margin: .1rem 0
}

.StarsWrap li {
    float: left;
    margin-right: .1rem
}

.topdown .bottom-box .box-content.right .tips {
    font-size: 21px;
    color: #fff
}

.topdown .bottom-box .box-content.right .tips .sharp {
    font-size: 21px;
    color: #ffe01b
}

@media screen and (max-width:768px) {
    .topdown {
        width: 100%
    }

    .topdown .text {
        font-size: 20px
    }

    .topdown .text .bold {
        font-size: 30px
    }

    .FooterDown {
        padding-bottom: 0;
        height: auto
    }

    .topdown .bottom-box {
        display: flex;
        justify-content: center;
        padding: 0 18px
    }

    .topdown .bottom-box .box-content {
        display: flex;
        width: unset;
        flex: 0 0 52%;
        padding: 10px 0
    }

    .topdown .bottom-box .box-content img {
        width: 18px
    }

    .topdown .bottom-box .box-content .text {
        font-size: 12px;
        color: #fff;
        margin: 10px 0
    }

    .topdown .bottom-box .box-content.left {
        margin-left: 16px
    }

    .topdown .bottom-box .star-box {
        display: flex;
        align-items: center
    }

    .topdown .bottom-box .star-box .star {
        height: 25px
    }

    .topdown .bottom-box .star-box .pinfen {
        font-size: 14px;
        color: #fff;
        margin-left: 10px
    }

    .topdown .bottom-box .star ul li {
        width: 16px
    }

    .topdown .bottom-box .box-content.right .tips,
    .topdown .bottom-box .box-content.right .tips .sharp {
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .topdown {
        width: 100% !important;
        margin-top: 51px !important
    }

    .topdown .txt {
        font-size: 20px !important;
        line-height: 40px
    }

    .topdown .txt .bold {
        font-size: 30px !important
    }
}

@keyframes circleProgressRight {
    0% {
        -webkit-transform: rotate(45deg)
    }

    50%,
    to {
        -webkit-transform: rotate(225deg)
    }
}

@keyframes circleProgressLeft {

    0%,
    50% {
        -webkit-transform: rotate(45deg)
    }

    to {
        -webkit-transform: rotate(225deg)
    }
}

@media screen and (max-width:768px) {

    #Home #ProductBtn .download,
    #ProductBtn .buy {
        display: block !important;
        margin-left: auto;
        margin-right: auto !important;
        margin-bottom: 10px
    }
}

#home img {
    max-width: 100%
}

.mac .mac-bottom .mac-box {
    height: 213px;
    padding: 30px 0 40px
}

.mac .mac-bottom .mac-box img {
    width: 82px;
    height: 82px
}

.mac .mac-bottom .mac-box p {
    font-size: 18px
}

@media screen and (max-width:768px) {
    .mac {
        margin-bottom: 80px
    }

    .mac h2 {
        line-height: 30px;
        font-size: 22px
    }

    .mac .mac-bottom {
        flex-wrap: wrap
    }

    .mac .mac-bottom .mac-box {
        width: 155px;
        height: 166px;
        margin-bottom: 21px;
        padding: 20px 0 30px
    }

    .mac .mac-bottom .mac-box img {
        margin-bottom: 10px
    }

    .mac .mac-bottom .mac-box p {
        line-height: 23px;
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    #ProductBtn .buy {
        background: #3df0bf;
        color: #000
    }
}

@media screen and (max-width:768px) {
    h2 {
        text-align: left !important
    }
}

@media screen and (max-width:768px) {
    h2 {
        text-align: left !important
    }
}

@media screen and (max-width:768px) {
    h2 {
        text-align: left !important
    }
}

@media screen and (max-width:768px) {
    h2 {
        text-align: left !important
    }
}

@media screen and (max-width:768px) {
    h2 {
        text-align: left !important
    }
}

@media screen and (max-width:768px) {
    h2 {
        text-align: left !important
    }
}

@media screen and (max-width:768px) {
    h2 {
        text-align: left !important
    }
}

.mac {
    margin-bottom: 150px
}

.mac h2 {
    font-size: 36px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0c091a;
    line-height: 48px;
    text-align: center;
    margin-bottom: 70px
}

.mac h2 span {
    color: #2666db
}

.mac .mac-bottom {
    display: flex;
    justify-content: space-between
}

.mac .mac-bottom .mac-box {
    width: 199px;
    height: auto;
    background: #fff;
    box-shadow: 0 0 46px 0 rgba(13, 18, 60, .16);
    text-align: center;
    padding: 30px 17px 40px
}

.mac .mac-bottom .mac-box img {
    width: 54px;
    height: 49px;
    margin-bottom: 30px
}

.mac .mac-bottom .mac-box p {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #0c091a;
    line-height: 30px
}

@media screen and (max-width:768px) {
    .mac {
        margin-bottom: 0
    }

    .mac h2 {
        line-height: 30px;
        font-size: 22px;
        margin-bottom: 20px
    }

    .mac .mac-bottom {
        flex-wrap: wrap
    }

    .mac .mac-bottom .mac-box {
        width: 155px;
        height: auto;
        margin-bottom: 21px;
        padding: 20px 13px 30px
    }

    .mac .mac-bottom .mac-box img {
        margin-bottom: 10px
    }

    .mac .mac-bottom .mac-box p {
        line-height: 22px;
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    #ProductBtn .buy {
        background: #3df0bf;
        color: #000
    }
}

@media screen and (max-width:768px) {
    h2 {
        text-align: left !important;
        padding: 0 !important
    }

    #ProductBtn .buy {
        background: #3df0bf;
        color: #000
    }
}

#Support .Support-header {
    width: 100%;
    height: 314px;
    background: #f0f6ff;
    text-align: center;
    padding-top: 104px
}

#Support .Support-header h1 {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #16162b;
    line-height: 24px;
    margin-bottom: 22px
}

#Support .Support-header h1 span {
    color: #2665db
}

#Support .Support-header p {
    font-size: 18px;
    font-weight: 300;
    color: #16162b;
    line-height: 24px
}

#Support .Support-footer .container {
    padding: 0 200px
}

#Support .Support-footer .container ul li {
    padding-bottom: 14px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 46px
}

#Support .Support-footer .container ul li h4 {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #16162b;
    line-height: 24px;
    margin-bottom: 10px
}

#Support .Support-footer .container ul li h4:hover {
    color: #2766db
}

#Support .Support-footer .container ul li h4 span:nth-child(2) {
    width: 26px;
    height: 26px;
    background: #d8d8d8;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    transition: all .5s
}

#Support .Support-footer .container ul li div {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #787777;
    line-height: 30px;
    height: auto;
    padding-right: 50px
}

#Support .Support-footer .container ul li div img {
    margin-top: 10px;
    width: 100%
}

@keyframes bounce-in {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@media screen and (max-width:768px) {
    #Support .Support-header {
        padding-top: 71px
    }

    #Support .Support-header h1 {
        font-size: 34px;
        line-height: 48px
    }

    #Support .Support-footer .container {
        padding: 0 20px
    }

    #Support .Support-footer .container ul li h4 span:nth-child(2) {
        width: 26px
    }

    #Support .Support-footer .container ul li p {
        padding: 0
    }
}

@-webkit-keyframes bounce-in-data-v-b7eaebd6 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounce-in-data-v-b7eaebd6 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes bounce-in-data-v-7f359531 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounce-in-data-v-7f359531 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes bounce-in-data-v-fcea531c {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounce-in-data-v-fcea531c {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes bounce-in-data-v-215e21cc {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounce-in-data-v-215e21cc {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes bounce-in-data-v-7fd6d1cd {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounce-in-data-v-7fd6d1cd {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes bounce-in-data-v-476f8815 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounce-in-data-v-476f8815 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes bounce-in-data-v-7f4e6dd6 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounce-in-data-v-7f4e6dd6 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

#Terms {
    margin: 0;
    padding: 0;
    width: 100%
}

#Terms .Terms_box {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

#Terms .content_box {
    width: 1180px;
    text-align: left;
    margin: 60px auto 0
}

#Terms .content_box:last-child {
    width: 1180px;
    text-align: left;
    margin: 60px auto 90px
}

#Terms .content_box .content_title {
    font-size: 40px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #0f0f20;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #Terms .Terms_box {
        padding-bottom: 0
    }

    #Terms .Terms_box .Terms_top {
        padding: 0 20px;
        text-align: center
    }

    #Terms .content_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px
    }

    #Terms .content_box .content_title {
        font-size: 28px;
        font-family: Nunito-Regular;
        font-weight: 400;
        color: #0f0f20;
        line-height: 36px
    }

    #Terms .content_box:last-child {
        width: 100%
    }
}

#Terms {
    margin: 0;
    padding: 0;
    width: 100%
}

#Terms .Terms_box {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

#Terms .content_box {
    width: 1180px;
    text-align: left;
    margin: 60px auto 0
}

#Terms .content_box:last-child {
    width: 1180px;
    text-align: left;
    margin: 60px auto 90px
}

#Terms .content_box .content_title {
    font-size: 40px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #0f0f20;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #Terms .Terms_box {
        padding-bottom: 0
    }

    #Terms .Terms_box .Terms_top {
        padding: 0 20px;
        text-align: center
    }

    #Terms .content_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px
    }

    #Terms .content_box .content_title {
        font-size: 28px;
        font-family: Nunito-Regular;
        font-weight: 400;
        color: #0f0f20;
        line-height: 36px
    }

    #Terms .content_box:last-child {
        width: 100%
    }
}

#Terms {
    margin: 0;
    padding: 0;
    width: 100%
}

#Terms .Terms_box {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

#Terms .content_box {
    width: 1180px;
    text-align: left;
    margin: 60px auto 0
}

#Terms .content_box:last-child {
    width: 1180px;
    text-align: left;
    margin: 60px auto 90px
}

#Terms .content_box .content_title {
    font-size: 40px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #0f0f20;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #Terms .Terms_box {
        padding-bottom: 0
    }

    #Terms .Terms_box .Terms_top {
        padding: 0 20px;
        text-align: center
    }

    #Terms .content_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px
    }

    #Terms .content_box .content_title {
        font-size: 28px;
        font-family: Nunito-Regular;
        font-weight: 400;
        color: #0f0f20;
        line-height: 36px
    }

    #Terms .content_box:last-child {
        width: 100%
    }
}

#Terms {
    margin: 0;
    padding: 0;
    width: 100%
}

#Terms .Terms_box {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

#Terms .content_box {
    width: 1180px;
    text-align: left;
    margin: 60px auto 0
}

#Terms .content_box:last-child {
    width: 1180px;
    text-align: left;
    margin: 60px auto 90px
}

#Terms .content_box .content_title {
    font-size: 40px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #0f0f20;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #Terms .Terms_box {
        padding-bottom: 0
    }

    #Terms .Terms_box .Terms_top {
        padding: 0 20px;
        text-align: center
    }

    #Terms .content_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px
    }

    #Terms .content_box .content_title {
        font-size: 28px;
        font-family: Nunito-Regular;
        font-weight: 400;
        color: #0f0f20;
        line-height: 36px
    }

    #Terms .content_box:last-child {
        width: 100%
    }
}

#Terms {
    margin: 0;
    padding: 0;
    width: 100%
}

#Terms .Terms_box {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

#Terms .content_box {
    width: 1180px;
    text-align: left;
    margin: 60px auto 0
}

#Terms .content_box:last-child {
    width: 1180px;
    text-align: left;
    margin: 60px auto 90px
}

#Terms .content_box .content_title {
    font-size: 40px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #0f0f20;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #Terms .Terms_box {
        padding-bottom: 0
    }

    #Terms .Terms_box .Terms_top {
        padding: 0 20px;
        text-align: center
    }

    #Terms .content_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px
    }

    #Terms .content_box .content_title {
        font-size: 28px;
        font-family: Nunito-Regular;
        font-weight: 400;
        color: #0f0f20;
        line-height: 36px
    }

    #Terms .content_box:last-child {
        width: 100%
    }
}

#Terms {
    margin: 0;
    padding: 0;
    width: 100%
}

#Terms .Terms_box {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

#Terms .content_box {
    width: 1180px;
    text-align: left;
    margin: 60px auto 0
}

#Terms .content_box:last-child {
    width: 1180px;
    text-align: left;
    margin: 60px auto 90px
}

#Terms .content_box .content_title {
    font-size: 40px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #0f0f20;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #Terms .Terms_box {
        padding-bottom: 0
    }

    #Terms .Terms_box .Terms_top {
        padding: 0 20px;
        text-align: center
    }

    #Terms .content_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px
    }

    #Terms .content_box .content_title {
        font-size: 28px;
        font-family: Nunito-Regular;
        font-weight: 400;
        color: #0f0f20;
        line-height: 36px
    }

    #Terms .content_box:last-child {
        width: 100%
    }
}

#Privacy {
    margin: 0;
    padding: 0;
    width: 100%
}

#Privacy .Privacy_box {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

#Privacy .content_box {
    width: 1180px;
    text-align: left;
    margin: 60px auto 0
}

#Privacy .content_box:last-child {
    width: 1180px;
    text-align: left;
    margin: 60px auto 90px
}

#Privacy .content_box .content_title {
    font-size: 40px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #0f0f20;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #Privacy .Privacy_box {
        padding-bottom: 0
    }

    #Privacy .Privacy_box .Privacy_top {
        padding: 0 20px;
        text-align: center
    }

    #Privacy .content_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px
    }

    #Privacy .content_box .content_title {
        font-size: 28px;
        font-family: Nunito-Regular;
        font-weight: 400;
        color: #0f0f20;
        line-height: 36px
    }

    #Privacy .content_box:last-child {
        width: 100%
    }
}

#Privacy {
    margin: 0;
    padding: 0;
    width: 100%
}

#Privacy .Privacy_box {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

#Privacy .content_box {
    width: 1180px;
    text-align: left;
    margin: 60px auto 0
}

#Privacy .content_box:last-child {
    width: 1180px;
    text-align: left;
    margin: 60px auto 90px
}

#Privacy .content_box .content_title {
    font-size: 40px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #0f0f20;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #Privacy .Privacy_box {
        padding-bottom: 0
    }

    #Privacy .Privacy_box .Privacy_top {
        padding: 0 20px;
        text-align: center
    }

    #Privacy .content_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px
    }

    #Privacy .content_box .content_title {
        font-size: 28px;
        font-family: Nunito-Regular;
        font-weight: 400;
        color: #0f0f20;
        line-height: 36px
    }

    #Privacy .content_box:last-child {
        width: 100%
    }
}

#Privacy {
    margin: 0;
    padding: 0;
    width: 100%
}

#Privacy .Privacy_box {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

#Privacy .content_box {
    width: 1180px;
    text-align: left;
    margin: 60px auto 0
}

#Privacy .content_box:last-child {
    width: 1180px;
    text-align: left;
    margin: 60px auto 90px
}

#Privacy .content_box .content_title {
    font-size: 40px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #0f0f20;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #Privacy .Privacy_box {
        padding-bottom: 0
    }

    #Privacy .Privacy_box .Privacy_top {
        padding: 0 20px;
        text-align: center
    }

    #Privacy .content_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px
    }

    #Privacy .content_box .content_title {
        font-size: 28px;
        font-family: Nunito-Regular;
        font-weight: 400;
        color: #0f0f20;
        line-height: 36px
    }

    #Privacy .content_box:last-child {
        width: 100%
    }
}

#Privacy {
    margin: 0;
    padding: 0;
    width: 100%
}

#Privacy .Privacy_box {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

#Privacy .content_box {
    width: 1180px;
    text-align: left;
    margin: 60px auto 0
}

#Privacy .content_box:last-child {
    width: 1180px;
    text-align: left;
    margin: 60px auto 90px
}

#Privacy .content_box .content_title {
    font-size: 40px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #0f0f20;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #Privacy .Privacy_box {
        padding-bottom: 0
    }

    #Privacy .Privacy_box .Privacy_top {
        padding: 0 20px;
        text-align: center
    }

    #Privacy .content_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px
    }

    #Privacy .content_box .content_title {
        font-size: 28px;
        font-family: Nunito-Regular;
        font-weight: 400;
        color: #0f0f20;
        line-height: 36px
    }

    #Privacy .content_box:last-child {
        width: 100%
    }
}

#Privacy {
    margin: 0;
    padding: 0;
    width: 100%
}

#Privacy .Privacy_box {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

#Privacy .content_box {
    width: 1180px;
    text-align: left;
    margin: 60px auto 0
}

#Privacy .content_box:last-child {
    width: 1180px;
    text-align: left;
    margin: 60px auto 90px
}

#Privacy .content_box .content_title {
    font-size: 40px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #0f0f20;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #Privacy .Privacy_box {
        padding-bottom: 0
    }

    #Privacy .Privacy_box .Privacy_top {
        padding: 0 20px;
        text-align: center
    }

    #Privacy .content_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px
    }

    #Privacy .content_box .content_title {
        font-size: 28px;
        font-family: Nunito-Regular;
        font-weight: 400;
        color: #0f0f20;
        line-height: 36px
    }

    #Privacy .content_box:last-child {
        width: 100%
    }
}

#Privacy {
    margin: 0;
    padding: 0;
    width: 100%
}

#Privacy .Privacy_box {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

#Privacy .content_box {
    width: 1180px;
    text-align: left;
    margin: 60px auto 0
}

#Privacy .content_box:last-child {
    width: 1180px;
    text-align: left;
    margin: 60px auto 90px
}

#Privacy .content_box .content_title {
    font-size: 40px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #0f0f20;
    line-height: 30px
}

@media screen and (max-width:768px) {
    #Privacy .Privacy_box {
        padding-bottom: 0
    }

    #Privacy .Privacy_box .Privacy_top {
        padding: 0 20px;
        text-align: center
    }

    #Privacy .content_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px
    }

    #Privacy .content_box .content_title {
        font-size: 28px;
        font-family: Nunito-Regular;
        font-weight: 400;
        color: #0f0f20;
        line-height: 36px
    }

    #Privacy .content_box:last-child {
        width: 100%
    }
}

#about {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff
}

#about .about_box {
    margin: 0 auto;
    position: relative;
    width: 1200px
}

#about .about_box .box_top {
    width: 60%;
    text-align: center;
    margin: 90px auto 0
}

#about .about_box .box_top .title {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 48px;
    margin-bottom: 30px
}

#about .about_box .box_top .text {
    font-size: 21px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #090e28;
    line-height: 30px
}

#about .about_box .box_content {
    width: 100%;
    text-align: center;
    margin: 90px auto 0;
    height: 579px;
    background: url('https://img.macube.com/pages/about/bgmap.png')
}

#about .about_box .box_content .data_box {
    width: 80%;
    margin: 70px auto 0;
    display: flex
}

#about .about_box .box_content .data_box .data_left {
    text-align: left
}

#about .about_box .box_content .data_box .data_left .text {
    margin-left: 15px;
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #2666db;
    line-height: 30px
}

#about .about_box .box_content .data_box .data_right {
    text-align: left
}

#about .about_box .box_content .data_box .data_right .text {
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #2666db;
    line-height: 30px
}

#about .about_box .box_content2 {
    width: 80%;
    margin: 0 auto 100px;
    padding: 20px 40px;
    box-shadow: 0 0 27px 0 rgba(13, 18, 60, .13)
}

#about .about_box .box_content3 {
    width: 80%;
    margin: 0 auto 100px
}

#about .about_box .box_content3 .title {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 48px;
    margin-bottom: 30px;
    text-align: center
}

#about .about_box .box_content3 .links {
    display: flex;
    justify-content: center;
    align-items: center
}

#about .about_box .box_content3 .links a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #aaa9b4;
    margin-right: 40px
}

#about .about_box .box_content3 .links a:last-child {
    margin-right: 0
}

#about .about_box .box_content3 .links a span {
    width: 15px;
    height: 30px;
    color: #000
}

#about .about_box .box_content3 .links a:hover {
    background: #000
}

#about .about_box .box_content3 .links a:hover span {
    color: #fff
}

@media screen and (max-width:768px) {
    #about .about_box {
        width: 100%
    }

    #about .about_box .box_top {
        width: 90%;
        text-align: center;
        margin: 70px auto 0
    }

    #about .about_box .box_top .title {
        font-size: 28px
    }

    #about .about_box .box_top .text {
        font-size: 16px;
        line-height: 24px
    }

    #about .about_box .box_content {
        width: 100%;
        height: 100%;
        margin-top: 50px
    }

    #about .about_box .box_content .data_box {
        width: 90%;
        margin: 50px auto 0;
        display: block
    }

    #about .about_box .box_content .data_box .data_left {
        text-align: center
    }

    #about .about_box .box_content .data_box .data_left .text {
        margin-left: 15px;
        font-size: 30px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #2666db;
        line-height: 30px
    }

    #about .about_box .box_content .data_box .data_right {
        text-align: center
    }

    #about .about_box .box_content .data_box .data_right .text {
        font-size: 30px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #2666db;
        line-height: 30px
    }

    #about .about_box .box_content2 {
        margin-bottom: 50px;
        padding: 0;
        box-shadow: none
    }

    #about .about_box .box_content3 {
        width: 90%;
        margin: 0 auto 50px
    }

    .swiper-slide {
        width: 50%
    }

    #about .about_box .box_content3 .title {
        font-size: 28px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 30px;
        margin-bottom: 40px
    }
}

#about {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff
}

#about .about_box {
    margin: 0 auto;
    position: relative;
    width: 1200px
}

#about .about_box .box_top {
    width: 60%;
    text-align: center;
    margin: 90px auto 0
}

#about .about_box .box_top .title {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 48px;
    margin-bottom: 30px
}

#about .about_box .box_top .text {
    font-size: 21px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #090e28;
    line-height: 30px
}

#about .about_box .box_content {
    width: 100%;
    text-align: center;
    margin: 90px auto 0;
    height: 579px;
    background: url('https://img.macube.com/pages/about/bgmap.png')
}

#about .about_box .box_content .data_box {
    width: 80%;
    margin: 70px auto 0;
    display: flex
}

#about .about_box .box_content .data_box .data_left {
    text-align: left
}

#about .about_box .box_content .data_box .data_left .text {
    margin-left: 15px;
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #2666db;
    line-height: 30px
}

#about .about_box .box_content .data_box .data_right {
    text-align: left
}

#about .about_box .box_content .data_box .data_right .text {
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #2666db;
    line-height: 30px
}

#about .about_box .box_content2 {
    width: 80%;
    margin: 0 auto 100px;
    padding: 20px 40px;
    box-shadow: 0 0 27px 0 rgba(13, 18, 60, .13)
}

#about .about_box .box_content3 {
    width: 80%;
    margin: 0 auto 100px
}

#about .about_box .box_content3 .title {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 48px;
    margin-bottom: 30px;
    text-align: center
}

#about .about_box .box_content3 .links {
    display: flex;
    justify-content: center;
    align-items: center
}

#about .about_box .box_content3 .links a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #aaa9b4;
    margin-right: 40px
}

#about .about_box .box_content3 .links a:last-child {
    margin-right: 0
}

#about .about_box .box_content3 .links a span {
    width: 15px;
    height: 30px;
    color: #000
}

#about .about_box .box_content3 .links a:hover {
    background: #000
}

#about .about_box .box_content3 .links a:hover span {
    color: #fff
}

@media screen and (max-width:768px) {
    #about .about_box {
        width: 100%
    }

    #about .about_box .box_top {
        width: 90%;
        text-align: center;
        margin: 70px auto 0
    }

    #about .about_box .box_top .title {
        font-size: 28px
    }

    #about .about_box .box_top .text {
        font-size: 16px;
        line-height: 24px
    }

    #about .about_box .box_content {
        width: 100%;
        height: 100%;
        margin-top: 50px
    }

    #about .about_box .box_content .data_box {
        width: 90%;
        margin: 50px auto 0;
        display: block
    }

    #about .about_box .box_content .data_box .data_left {
        text-align: center
    }

    #about .about_box .box_content .data_box .data_left .text {
        margin-left: 15px;
        font-size: 30px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #2666db;
        line-height: 30px
    }

    #about .about_box .box_content .data_box .data_right {
        text-align: center
    }

    #about .about_box .box_content .data_box .data_right .text {
        font-size: 30px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #2666db;
        line-height: 30px
    }

    #about .about_box .box_content2 {
        margin-bottom: 50px;
        padding: 0;
        box-shadow: none
    }

    #about .about_box .box_content3 {
        width: 90%;
        margin: 0 auto 50px
    }

    .swiper-slide {
        width: 50%
    }

    #about .about_box .box_content3 .title {
        font-size: 28px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 30px;
        margin-bottom: 40px
    }
}

#about {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff
}

#about .about_box {
    margin: 0 auto;
    position: relative;
    width: 1200px
}

#about .about_box .box_top {
    width: 60%;
    text-align: center;
    margin: 90px auto 0
}

#about .about_box .box_top .title {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 48px;
    margin-bottom: 30px
}

#about .about_box .box_top .text {
    font-size: 21px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #090e28;
    line-height: 30px
}

#about .about_box .box_content {
    width: 100%;
    text-align: center;
    margin: 90px auto 0;
    height: 579px;
    background: url('https://img.macube.com/pages/about/bgmap.png')
}

#about .about_box .box_content .data_box {
    width: 80%;
    margin: 70px auto 0;
    display: flex
}

#about .about_box .box_content .data_box .data_left {
    text-align: left
}

#about .about_box .box_content .data_box .data_left .text {
    margin-left: 15px;
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #2666db;
    line-height: 30px
}

#about .about_box .box_content .data_box .data_right {
    text-align: left
}

#about .about_box .box_content .data_box .data_right .text {
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #2666db;
    line-height: 30px
}

#about .about_box .box_content2 {
    width: 80%;
    margin: 0 auto 100px;
    padding: 20px 40px;
    box-shadow: 0 0 27px 0 rgba(13, 18, 60, .13)
}

#about .about_box .box_content3 {
    width: 80%;
    margin: 0 auto 100px
}

#about .about_box .box_content3 .title {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 48px;
    margin-bottom: 30px;
    text-align: center
}

#about .about_box .box_content3 .links {
    display: flex;
    justify-content: center;
    align-items: center
}

#about .about_box .box_content3 .links a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #aaa9b4;
    margin-right: 40px
}

#about .about_box .box_content3 .links a:last-child {
    margin-right: 0
}

#about .about_box .box_content3 .links a span {
    width: 15px;
    height: 30px;
    color: #000
}

#about .about_box .box_content3 .links a:hover {
    background: #000
}

#about .about_box .box_content3 .links a:hover span {
    color: #fff
}

@media screen and (max-width:768px) {
    #about .about_box {
        width: 100%
    }

    #about .about_box .box_top {
        width: 90%;
        text-align: center;
        margin: 70px auto 0
    }

    #about .about_box .box_top .title {
        font-size: 28px
    }

    #about .about_box .box_top .text {
        font-size: 16px;
        line-height: 24px
    }

    #about .about_box .box_content {
        width: 100%;
        height: 100%;
        margin-top: 50px
    }

    #about .about_box .box_content .data_box {
        width: 90%;
        margin: 50px auto 0;
        display: block
    }

    #about .about_box .box_content .data_box .data_left {
        text-align: center
    }

    #about .about_box .box_content .data_box .data_left .text {
        margin-left: 15px;
        font-size: 30px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #2666db;
        line-height: 30px
    }

    #about .about_box .box_content .data_box .data_right {
        text-align: center
    }

    #about .about_box .box_content .data_box .data_right .text {
        font-size: 30px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #2666db;
        line-height: 30px
    }

    #about .about_box .box_content2 {
        margin-bottom: 50px;
        padding: 0;
        box-shadow: none
    }

    #about .about_box .box_content3 {
        width: 90%;
        margin: 0 auto 50px
    }

    .swiper-slide {
        width: 50%
    }

    #about .about_box .box_content3 .title {
        font-size: 28px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 30px;
        margin-bottom: 40px
    }
}

#about {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff
}

#about .about_box {
    margin: 0 auto;
    position: relative;
    width: 1200px
}

#about .about_box .box_top {
    width: 60%;
    text-align: center;
    margin: 90px auto 0
}

#about .about_box .box_top .title {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 48px;
    margin-bottom: 30px
}

#about .about_box .box_top .text {
    font-size: 21px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #090e28;
    line-height: 30px
}

#about .about_box .box_content {
    width: 100%;
    text-align: center;
    margin: 90px auto 0;
    height: 579px;
    background: url('https://img.macube.com/pages/about/bgmap.png')
}

#about .about_box .box_content .data_box {
    width: 80%;
    margin: 70px auto 0;
    display: flex
}

#about .about_box .box_content .data_box .data_left {
    text-align: left
}

#about .about_box .box_content .data_box .data_left .text {
    margin-left: 15px;
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #2666db;
    line-height: 30px
}

#about .about_box .box_content .data_box .data_right {
    text-align: left
}

#about .about_box .box_content .data_box .data_right .text {
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #2666db;
    line-height: 30px
}

#about .about_box .box_content2 {
    width: 80%;
    margin: 0 auto 100px;
    padding: 20px 40px;
    box-shadow: 0 0 27px 0 rgba(13, 18, 60, .13)
}

#about .about_box .box_content3 {
    width: 80%;
    margin: 0 auto 100px
}

#about .about_box .box_content3 .title {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 48px;
    margin-bottom: 30px;
    text-align: center
}

#about .about_box .box_content3 .links {
    display: flex;
    justify-content: center;
    align-items: center
}

#about .about_box .box_content3 .links a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #aaa9b4;
    margin-right: 40px
}

#about .about_box .box_content3 .links a:last-child {
    margin-right: 0
}

#about .about_box .box_content3 .links a span {
    width: 15px;
    height: 30px;
    color: #000
}

#about .about_box .box_content3 .links a:hover {
    background: #000
}

#about .about_box .box_content3 .links a:hover span {
    color: #fff
}

@media screen and (max-width:768px) {
    #about .about_box {
        width: 100%
    }

    #about .about_box .box_top {
        width: 90%;
        text-align: center;
        margin: 70px auto 0
    }

    #about .about_box .box_top .title {
        font-size: 28px
    }

    #about .about_box .box_top .text {
        font-size: 16px;
        line-height: 24px
    }

    #about .about_box .box_content {
        width: 100%;
        height: 100%;
        margin-top: 50px
    }

    #about .about_box .box_content .data_box {
        width: 90%;
        margin: 50px auto 0;
        display: block
    }

    #about .about_box .box_content .data_box .data_left {
        text-align: center
    }

    #about .about_box .box_content .data_box .data_left .text {
        margin-left: 15px;
        font-size: 30px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #2666db;
        line-height: 30px
    }

    #about .about_box .box_content .data_box .data_right {
        text-align: center
    }

    #about .about_box .box_content .data_box .data_right .text {
        font-size: 30px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #2666db;
        line-height: 30px
    }

    #about .about_box .box_content2 {
        margin-bottom: 50px;
        padding: 0;
        box-shadow: none
    }

    #about .about_box .box_content3 {
        width: 90%;
        margin: 0 auto 50px
    }

    .swiper-slide {
        width: 50%
    }

    #about .about_box .box_content3 .title {
        font-size: 28px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 30px;
        margin-bottom: 40px
    }
}

#about {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff
}

#about .about_box {
    margin: 0 auto;
    position: relative;
    width: 1200px
}

#about .about_box .box_top {
    width: 60%;
    text-align: center;
    margin: 90px auto 0
}

#about .about_box .box_top .title {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 48px;
    margin-bottom: 30px
}

#about .about_box .box_top .text {
    font-size: 21px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #090e28;
    line-height: 30px
}

#about .about_box .box_content {
    width: 100%;
    text-align: center;
    margin: 90px auto 0;
    height: 579px;
    background: url('https://img.macube.com/pages/about/bgmap.png')
}

#about .about_box .box_content .data_box {
    width: 80%;
    margin: 70px auto 0;
    display: flex
}

#about .about_box .box_content .data_box .data_left {
    text-align: left
}

#about .about_box .box_content .data_box .data_left .text {
    margin-left: 15px;
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #2666db;
    line-height: 30px
}

#about .about_box .box_content .data_box .data_right {
    text-align: left
}

#about .about_box .box_content .data_box .data_right .text {
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #2666db;
    line-height: 30px
}

#about .about_box .box_content2 {
    width: 80%;
    margin: 0 auto 100px;
    padding: 20px 40px;
    box-shadow: 0 0 27px 0 rgba(13, 18, 60, .13)
}

#about .about_box .box_content3 {
    width: 80%;
    margin: 0 auto 100px
}

#about .about_box .box_content3 .title {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 48px;
    margin-bottom: 30px;
    text-align: center
}

#about .about_box .box_content3 .links {
    display: flex;
    justify-content: center;
    align-items: center
}

#about .about_box .box_content3 .links a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #aaa9b4;
    margin-right: 40px
}

#about .about_box .box_content3 .links a:last-child {
    margin-right: 0
}

#about .about_box .box_content3 .links a span {
    width: 15px;
    height: 30px;
    color: #000
}

#about .about_box .box_content3 .links a:hover {
    background: #000
}

#about .about_box .box_content3 .links a:hover span {
    color: #fff
}

@media screen and (max-width:768px) {
    #about .about_box {
        width: 100%
    }

    #about .about_box .box_top {
        width: 90%;
        text-align: center;
        margin: 70px auto 0
    }

    #about .about_box .box_top .title {
        font-size: 28px
    }

    #about .about_box .box_top .text {
        font-size: 16px;
        line-height: 24px
    }

    #about .about_box .box_content {
        width: 100%;
        height: 100%;
        margin-top: 50px
    }

    #about .about_box .box_content .data_box {
        width: 90%;
        margin: 50px auto 0;
        display: block
    }

    #about .about_box .box_content .data_box .data_left {
        text-align: center
    }

    #about .about_box .box_content .data_box .data_left .text {
        margin-left: 15px;
        font-size: 30px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #2666db;
        line-height: 30px
    }

    #about .about_box .box_content .data_box .data_right {
        text-align: center
    }

    #about .about_box .box_content .data_box .data_right .text {
        font-size: 30px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #2666db;
        line-height: 30px
    }

    #about .about_box .box_content2 {
        margin-bottom: 50px;
        padding: 0;
        box-shadow: none
    }

    #about .about_box .box_content3 {
        width: 90%;
        margin: 0 auto 50px
    }

    .swiper-slide {
        width: 50%
    }

    #about .about_box .box_content3 .title {
        font-size: 28px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 30px;
        margin-bottom: 40px
    }
}

#Download {
    margin: 0;
    padding: 0;
    width: 100%
}

#review .review_header h1 {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #010000;
    line-height: 48px;
    padding: 0 300px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px
}

#review .review_content .review_content_top {
    text-align: center;
    margin-bottom: 60px
}

#review .review_content .review_content_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_content .review_content_top p {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #646464;
    line-height: 24px
}

#review .review_content_bottom {
    margin-bottom: 134px
}

#review .review_content_bottom_item {
    display: flex;
    margin: 0 44px;
    justify-content: space-between;
    align-items: flex-end
}

#review .review_content_bottom_item .bottom_item_left {
    width: 889px
}

#review .review_content_bottom_item .bottom_item_left .item_title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    margin-bottom: 9px
}

#review .review_content_bottom_item .bottom_item_left .txt {
    font-size: 16px;
    font-weight: 300;
    color: #0d111f;
    line-height: 30px
}

#review .review_content_bottom_item .bottom_item_right {
    width: 79px;
    height: 34px;
    background: #010000;
    border-radius: 17px;
    display: flex;
    line-height: 34px;
    position: relative
}

#review .more {
    width: 1105px;
    height: 59px;
    background: #2769da;
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 59px;
    margin: 0 auto
}

#review .more:hover {
    background-color: #0759d1
}

#review .review_footer {
    margin: 0 152px
}

#review .review_footer .review_footer_body .xing {
    height: 20px;
    margin-bottom: 10px
}

#review .review_footer .review_footer_top {
    text-align: center;
    padding: 0 250px;
    margin-bottom: 75px
}

#review .review_footer .review_footer_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_footer .review_footer_top p {
    font-size: 24px;
    font-weight: 300;
    color: #76777c;
    line-height: 48px
}

#review .review_footer_body .xing span {
    color: #ffe01b;
    margin-right: 7px;
    cursor: pointer
}

#review .review_footer_body p {
    font-size: 24px;
    font-weight: 300;
    color: #16162b;
    line-height: 48px;
    margin-bottom: 11px
}

#review .review_footer_body input {
    margin-bottom: 19px;
    width: 100%;
    height: 64px;
    background: #fff;
    border: 1px solid #e7e6e6;
    padding-left: 23px;
    outline: 0;
    font-size: 18px
}

#review .review_footer_body input::-webkit-input-placeholder {
    color: #aaaaaf;
    font-size: 18px
}

#review .review_footer_body input.active {
    -o-border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10;
    border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10
}

@media screen and (max-width:768px) {
    #review .review_header h1 {
        padding: 0;
        margin-top: 35px;
        font-size: 28px;
        line-height: 36px
    }

    #review .review_content .review_content_top {
        margin-bottom: 51px
    }

    #review .review_content .review_content_top h3 {
        font-size: 22px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 48px
    }

    #review .review_content .review_content_top p {
        font-size: 14px;
        font-weight: 300;
        color: #646464;
        line-height: 24px
    }

    #review .review_content_bottom_item {
        margin: 0 0 30px
    }

    #review .review_content_bottom_item .bottom_item_left .item_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0
    }

    #review .review_content_bottom_item .bottom_item_left .txt {
        font-size: 14px;
        line-height: 24px
    }

    #review .review_content_bottom_item .bottom_item_right {
        margin: 30px 0
    }

    #review .review_content_bottom {
        margin-bottom: 46px
    }

    #review .review_footer .review_footer_top h3 {
        font-size: 22px
    }

    #review .review_footer .review_footer_top p {
        font-size: 16px;
        line-height: 0
    }

    #review .more {
        width: 100%
    }

    #review .review_footer {
        margin: 0
    }

    #review .review_content_bottom_item {
        flex-direction: column
    }

    #review .review_content_bottom_item .bottom_item_left {
        width: 100%
    }

    #review .review_footer .review_footer_top {
        padding: 0;
        margin-bottom: 36px
    }

    #review .review_footer_body .xing span {
        font-size: 21px
    }

    #review .review_footer_body p {
        font-size: 16px
    }
}

.StarsWrap {
    width: 100%;
    height: .2rem;
    margin: .1rem 0
}

.StarsWrap li {
    float: left;
    margin-right: .1rem
}

#review .review_header h1 {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #010000;
    line-height: 48px;
    padding: 0 300px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px
}

#review .review_content .review_content_top {
    text-align: center;
    margin-bottom: 60px
}

#review .review_content .review_content_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_content .review_content_top p {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #646464;
    line-height: 24px
}

#review .review_content_bottom {
    margin-bottom: 134px
}

#review .review_content_bottom_item {
    display: flex;
    margin: 0 44px;
    justify-content: space-between;
    align-items: flex-end
}

#review .review_content_bottom_item .bottom_item_left {
    width: 889px
}

#review .review_content_bottom_item .bottom_item_left .item_title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    margin-bottom: 9px
}

#review .review_content_bottom_item .bottom_item_left .txt {
    font-size: 16px;
    font-weight: 300;
    color: #0d111f;
    line-height: 30px
}

#review .review_content_bottom_item .bottom_item_right {
    width: 79px;
    height: 34px;
    background: #010000;
    border-radius: 17px;
    display: flex;
    line-height: 34px;
    position: relative
}

#review .more {
    width: 1105px;
    height: 59px;
    background: #2769da;
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 59px;
    margin: 0 auto
}

#review .more:hover {
    background-color: #0759d1
}

#review .review_footer {
    margin: 0 152px
}

#review .review_footer .review_footer_body .xing {
    height: 20px;
    margin-bottom: 10px
}

#review .review_footer .review_footer_top {
    text-align: center;
    padding: 0 250px;
    margin-bottom: 75px
}

#review .review_footer .review_footer_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_footer .review_footer_top p {
    font-size: 24px;
    font-weight: 300;
    color: #76777c;
    line-height: 48px
}

#review .review_footer_body .xing span {
    color: #ffe01b;
    margin-right: 7px;
    cursor: pointer
}

#review .review_footer_body p {
    font-size: 24px;
    font-weight: 300;
    color: #16162b;
    line-height: 48px;
    margin-bottom: 11px
}

#review .review_footer_body input {
    margin-bottom: 19px;
    width: 100%;
    height: 64px;
    background: #fff;
    border: 1px solid #e7e6e6;
    padding-left: 23px;
    outline: 0;
    font-size: 18px
}

#review .review_footer_body input::-webkit-input-placeholder {
    color: #aaaaaf;
    font-size: 18px
}

#review .review_footer_body input.active {
    -o-border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10;
    border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10
}

@media screen and (max-width:768px) {

    #review .review_header h1 {
        padding: 0;
        margin-top: 35px;
        font-size: 28px;
        line-height: 36px
    }

    #review .review_content .review_content_top {
        margin-bottom: 51px
    }

    #review .review_content .review_content_top h3 {
        font-size: 22px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 48px
    }

    #review .review_content .review_content_top p {
        font-size: 14px;
        font-weight: 300;
        color: #646464;
        line-height: 24px
    }

    #review .review_content_bottom_item {
        margin: 0 0 30px
    }

    #review .review_content_bottom_item .bottom_item_left .item_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0
    }

    #review .review_content_bottom_item .bottom_item_left .txt {
        font-size: 14px;
        line-height: 24px
    }

    #review .review_content_bottom_item .bottom_item_right {
        margin: 30px 0
    }

    #review .review_content_bottom {
        margin-bottom: 46px
    }

    #review .review_footer .review_footer_top h3 {
        font-size: 22px
    }

    #review .review_footer .review_footer_top p {
        font-size: 16px;
        line-height: 0
    }

    #review .more {
        width: 100%
    }

    #review .review_footer {
        margin: 0
    }

    #review .review_content_bottom_item {
        flex-direction: column
    }

    #review .review_content_bottom_item .bottom_item_left {
        width: 100%
    }

    #review .review_footer .review_footer_top {
        padding: 0;
        margin-bottom: 36px
    }

    #review .review_footer_body .xing span {
        font-size: 21px
    }

    #review .review_footer_body p {
        font-size: 16px
    }
}

.StarsWrap {
    width: 100%;
    height: .2rem;
    margin: .1rem 0
}

.StarsWrap li {
    float: left;
    margin-right: .1rem
}

#review .review_header h1 {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #010000;
    line-height: 48px;
    padding: 0 300px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px
}

#review .review_content .review_content_top {
    text-align: center;
    margin-bottom: 60px
}

#review .review_content .review_content_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_content .review_content_top p {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #646464;
    line-height: 24px
}

#review .review_content_bottom {
    margin-bottom: 134px
}

#review .review_content_bottom_item {
    display: flex;
    margin: 0 44px;
    justify-content: space-between;
    align-items: flex-end
}

#review .review_content_bottom_item .bottom_item_left {
    width: 889px
}

#review .review_content_bottom_item .bottom_item_left .item_title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    margin-bottom: 9px
}

#review .review_content_bottom_item .bottom_item_left .txt {
    font-size: 16px;
    font-weight: 300;
    color: #0d111f;
    line-height: 30px
}

#review .review_content_bottom_item .bottom_item_right {
    width: 79px;
    height: 34px;
    background: #010000;
    border-radius: 17px;
    display: flex;
    line-height: 34px;
    position: relative
}

#review .more {
    width: 1105px;
    height: 59px;
    background: #2769da;
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 59px;
    margin: 0 auto
}

#review .more:hover {
    background-color: #0759d1
}

#review .review_footer {
    margin: 0 152px
}

#review .review_footer .review_footer_body .xing {
    height: 20px;
    margin-bottom: 10px
}

#review .review_footer .review_footer_top {
    text-align: center;
    padding: 0 250px;
    margin-bottom: 75px
}

#review .review_footer .review_footer_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_footer .review_footer_top p {
    font-size: 24px;
    font-weight: 300;
    color: #76777c;
    line-height: 48px
}

#review .review_footer_body .xing span {
    color: #ffe01b;
    margin-right: 7px;
    cursor: pointer
}

#review .review_footer_body p {
    font-size: 24px;
    font-weight: 300;
    color: #16162b;
    line-height: 48px;
    margin-bottom: 11px
}

#review .review_footer_body input {
    margin-bottom: 19px;
    width: 100%;
    height: 64px;
    background: #fff;
    border: 1px solid #e7e6e6;
    padding-left: 23px;
    outline: 0;
    font-size: 18px
}

#review .review_footer_body input::-webkit-input-placeholder {
    color: #aaaaaf;
    font-size: 18px
}

#review .review_footer_body input.active {
    -o-border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10;
    border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10
}

@media screen and (max-width:768px) {

    #review .review_header h1 {
        padding: 0;
        margin-top: 35px;
        font-size: 28px;
        line-height: 36px
    }

    #review .review_content .review_content_top {
        margin-bottom: 51px
    }

    #review .review_content .review_content_top h3 {
        font-size: 22px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 48px
    }

    #review .review_content .review_content_top p {
        font-size: 14px;
        font-weight: 300;
        color: #646464;
        line-height: 24px
    }

    #review .review_content_bottom_item {
        margin: 0 0 30px
    }

    #review .review_content_bottom_item .bottom_item_left .item_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0
    }

    #review .review_content_bottom_item .bottom_item_left .txt {
        font-size: 14px;
        line-height: 24px
    }

    #review .review_content_bottom_item .bottom_item_right {
        margin: 30px 0
    }

    #review .review_content_bottom {
        margin-bottom: 46px
    }

    #review .review_footer .review_footer_top h3 {
        font-size: 22px
    }

    #review .review_footer .review_footer_top p {
        font-size: 16px;
        line-height: 0
    }

    #review .more {
        width: 100%
    }

    #review .review_footer {
        margin: 0
    }

    #review .review_content_bottom_item {
        flex-direction: column
    }

    #review .review_content_bottom_item .bottom_item_left {
        width: 100%
    }

    #review .review_footer .review_footer_top {
        padding: 0;
        margin-bottom: 36px
    }

    #review .review_footer_body .xing span {
        font-size: 21px
    }

    #review .review_footer_body p {
        font-size: 16px
    }
}

.StarsWrap {
    width: 100%;
    height: .2rem;
    margin: .1rem 0
}

.StarsWrap li {
    float: left;
    margin-right: .1rem
}

#review .review_header h1 {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #010000;
    line-height: 48px;
    padding: 0 300px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px
}

#review .review_content .review_content_top {
    text-align: center;
    margin-bottom: 60px
}

#review .review_content .review_content_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_content .review_content_top p {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #646464;
    line-height: 24px
}

#review .review_content_bottom {
    margin-bottom: 134px
}

#review .review_content_bottom_item {
    display: flex;
    margin: 0 44px;
    justify-content: space-between;
    align-items: flex-end
}

#review .review_content_bottom_item .bottom_item_left {
    width: 889px
}

#review .review_content_bottom_item .bottom_item_left .item_title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    margin-bottom: 9px
}

#review .review_content_bottom_item .bottom_item_left .txt {
    font-size: 16px;
    font-weight: 300;
    color: #0d111f;
    line-height: 30px
}

#review .review_content_bottom_item .bottom_item_right {
    width: 79px;
    height: 34px;
    background: #010000;
    border-radius: 17px;
    display: flex;
    line-height: 34px;
    position: relative
}

#review .more {
    width: 1105px;
    height: 59px;
    background: #2769da;
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 59px;
    margin: 0 auto
}

#review .more:hover {
    background-color: #0759d1
}

#review .review_footer {
    margin: 0 152px
}

#review .review_footer .review_footer_body .xing {
    height: 20px;
    margin-bottom: 10px
}

#review .review_footer .review_footer_top {
    text-align: center;
    padding: 0 250px;
    margin-bottom: 75px
}

#review .review_footer .review_footer_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_footer .review_footer_top p {
    font-size: 22px;
    font-weight: 300;
    color: #76777c;
    line-height: 48px
}

#review .review_footer_body .xing span {
    color: #ffe01b;
    margin-right: 7px;
    cursor: pointer
}

#review .review_footer_body p {
    font-size: 24px;
    font-weight: 300;
    color: #16162b;
    line-height: 48px;
    margin-bottom: 11px
}

#review .review_footer_body input {
    margin-bottom: 19px;
    width: 100%;
    height: 64px;
    background: #fff;
    border: 1px solid #e7e6e6;
    padding-left: 23px;
    outline: 0;
    font-size: 18px
}

#review .review_footer_body input::-webkit-input-placeholder {
    color: #aaaaaf;
    font-size: 18px
}

#review .review_footer_body input.active {
    -o-border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10;
    border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10
}

@media screen and (max-width:768px) {

    #review .review_header h1 {
        padding: 0;
        margin-top: 35px;
        font-size: 28px;
        line-height: 36px
    }

    #review .review_content .review_content_top {
        margin-bottom: 51px
    }

    #review .review_content .review_content_top h3 {
        font-size: 22px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 48px
    }

    #review .review_content .review_content_top p {
        font-size: 14px;
        font-weight: 300;
        color: #646464;
        line-height: 24px
    }

    #review .review_content_bottom_item {
        margin: 0 0 30px
    }

    #review .review_content_bottom_item .bottom_item_left .item_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0
    }

    #review .review_content_bottom_item .bottom_item_left .txt {
        font-size: 14px;
        line-height: 24px
    }

    #review .review_content_bottom_item .bottom_item_right {
        margin: 30px 0
    }

    #review .review_content_bottom {
        margin-bottom: 46px
    }

    #review .review_footer .review_footer_top h3 {
        font-size: 22px
    }

    #review .review_footer .review_footer_top p {
        font-size: 16px;
        line-height: 0
    }

    #review .more {
        width: 100%
    }

    #review .review_footer {
        margin: 0
    }

    #review .review_content_bottom_item {
        flex-direction: column
    }

    #review .review_content_bottom_item .bottom_item_left {
        width: 100%
    }

    #review .review_footer .review_footer_top {
        padding: 0;
        margin-bottom: 36px
    }

    #review .review_footer_body .xing span {
        font-size: 21px
    }

    #review .review_footer_body p {
        font-size: 16px
    }
}

.StarsWrap {
    width: 100%;
    height: .2rem;
    margin: .1rem 0
}

.StarsWrap li {
    float: left;
    margin-right: .1rem
}

#review .review_header h1 {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #010000;
    line-height: 48px;
    padding: 0 300px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px
}

#review .review_content .review_content_top {
    text-align: center;
    margin-bottom: 60px
}

#review .review_content .review_content_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_content .review_content_top p {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #646464;
    line-height: 24px
}

#review .review_content_bottom {
    margin-bottom: 134px
}

#review .review_content_bottom_item {
    display: flex;
    margin: 0 44px;
    justify-content: space-between;
    align-items: flex-end
}

#review .review_content_bottom_item .bottom_item_left {
    width: 889px
}

#review .review_content_bottom_item .bottom_item_left .item_title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    margin-bottom: 9px
}

#review .review_content_bottom_item .bottom_item_left .txt {
    font-size: 16px;
    font-weight: 300;
    color: #0d111f;
    line-height: 30px
}

#review .review_content_bottom_item .bottom_item_right {
    width: 79px;
    height: 34px;
    background: #010000;
    border-radius: 17px;
    display: flex;
    line-height: 34px;
    position: relative
}

#review .more {
    width: 1105px;
    height: 59px;
    background: #2769da;
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 59px;
    margin: 0 auto
}

#review .more:hover {
    background-color: #0759d1
}

#review .review_footer {
    margin: 0 152px
}

#review .review_footer .review_footer_body .xing {
    height: 20px;
    margin-bottom: 10px
}

#review .review_footer .review_footer_top {
    text-align: center;
    padding: 0 220px;
    margin-bottom: 75px
}

#review .review_footer .review_footer_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_footer .review_footer_top p {
    font-size: 24px;
    font-weight: 300;
    color: #76777c;
    line-height: 48px
}

#review .review_footer_body .xing span {
    color: #ffe01b;
    margin-right: 7px;
    cursor: pointer
}

#review .review_footer_body p {
    font-size: 24px;
    font-weight: 300;
    color: #16162b;
    line-height: 48px;
    margin-bottom: 11px
}

#review .review_footer_body input {
    margin-bottom: 19px;
    width: 100%;
    height: 64px;
    background: #fff;
    border: 1px solid #e7e6e6;
    padding-left: 23px;
    outline: 0;
    font-size: 18px
}

#review .review_footer_body input::-webkit-input-placeholder {
    color: #aaaaaf;
    font-size: 18px
}

#review .review_footer_body input.active {
    -o-border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10;
    border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10
}

@media screen and (max-width:768px) {

    #review .review_header h1 {
        padding: 0;
        margin-top: 35px;
        font-size: 28px;
        line-height: 36px
    }

    #review .review_content .review_content_top {
        margin-bottom: 51px
    }

    #review .review_content .review_content_top h3 {
        font-size: 22px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 48px
    }

    #review .review_content .review_content_top p {
        font-size: 14px;
        font-weight: 300;
        color: #646464;
        line-height: 24px
    }

    #review .review_content_bottom_item {
        margin: 0 0 30px
    }

    #review .review_content_bottom_item .bottom_item_left .item_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0
    }

    #review .review_content_bottom_item .bottom_item_left .txt {
        font-size: 14px;
        line-height: 24px
    }

    #review .review_content_bottom_item .bottom_item_right {
        margin: 30px 0
    }

    #review .review_content_bottom {
        margin-bottom: 46px
    }

    #review .review_footer .review_footer_top h3 {
        font-size: 22px
    }

    #review .review_footer .review_footer_top p {
        font-size: 16px;
        line-height: 0
    }

    #review .more {
        width: 100%
    }

    #review .review_footer {
        margin: 0
    }

    #review .review_content_bottom_item {
        flex-direction: column
    }

    #review .review_content_bottom_item .bottom_item_left {
        width: 100%
    }

    #review .review_footer .review_footer_top {
        padding: 0;
        margin-bottom: 36px
    }

    #review .review_footer_body .xing span {
        font-size: 21px
    }

    #review .review_footer_body p {
        font-size: 16px
    }
}

.StarsWrap {
    width: 100%;
    height: .2rem;
    margin: .1rem 0
}

.StarsWrap li {
    float: left;
    margin-right: .1rem
}

#review .review_header h1 {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #010000;
    line-height: 48px;
    padding: 0 300px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px
}

#review .review_content .review_content_top {
    text-align: center;
    margin-bottom: 60px
}

#review .review_content .review_content_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_content .review_content_top p {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #646464;
    line-height: 24px
}

#review .review_content_bottom {
    margin-bottom: 134px
}

#review .review_content_bottom_item {
    display: flex;
    margin: 0 44px;
    justify-content: space-between;
    align-items: flex-end
}

#review .review_content_bottom_item .bottom_item_left {
    width: 889px
}

#review .review_content_bottom_item .bottom_item_left .item_title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    margin-bottom: 9px
}

#review .review_content_bottom_item .bottom_item_left .txt {
    font-size: 16px;
    font-weight: 300;
    color: #0d111f;
    line-height: 30px
}

#review .review_content_bottom_item .bottom_item_right {
    width: 79px;
    height: 34px;
    background: #010000;
    border-radius: 17px;
    display: flex;
    line-height: 34px;
    position: relative
}

#review .more {
    width: 1105px;
    height: 59px;
    background: #2769da;
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 59px;
    margin: 0 auto
}

#review .more:hover {
    background-color: #0759d1
}

#review .review_footer {
    margin: 0 152px
}

#review .review_footer .review_footer_body .xing {
    height: 20px;
    margin-bottom: 10px
}

#review .review_footer .review_footer_top {
    text-align: center;
    padding: 0 250px;
    margin-bottom: 75px
}

#review .review_footer .review_footer_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_footer .review_footer_top p {
    font-size: 24px;
    font-weight: 300;
    color: #76777c;
    line-height: 48px
}

#review .review_footer_body .xing span {
    color: #ffe01b;
    margin-right: 7px;
    cursor: pointer
}

#review .review_footer_body p {
    font-size: 24px;
    font-weight: 300;
    color: #16162b;
    line-height: 48px;
    margin-bottom: 11px
}

#review .review_footer_body input {
    margin-bottom: 19px;
    width: 100%;
    height: 64px;
    background: #fff;
    border: 1px solid #e7e6e6;
    padding-left: 23px;
    outline: 0;
    font-size: 18px
}

#review .review_footer_body input::-webkit-input-placeholder {
    color: #aaaaaf;
    font-size: 18px
}

#review .review_footer_body input.active {
    -o-border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10;
    border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10
}

@media screen and (max-width:768px) {

    #review .review_header h1 {
        padding: 0;
        margin-top: 35px;
        font-size: 28px;
        line-height: 36px
    }

    #review .review_content .review_content_top {
        margin-bottom: 51px
    }

    #review .review_content .review_content_top h3 {
        font-size: 22px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 48px
    }

    #review .review_content .review_content_top p {
        font-size: 14px;
        font-weight: 300;
        color: #646464;
        line-height: 24px
    }

    #review .review_content_bottom_item {
        margin: 0 0 30px
    }

    #review .review_content_bottom_item .bottom_item_left .item_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0
    }

    #review .review_content_bottom_item .bottom_item_left .txt {
        font-size: 14px;
        line-height: 24px
    }

    #review .review_content_bottom_item .bottom_item_right {
        margin: 30px 0
    }

    #review .review_content_bottom {
        margin-bottom: 46px
    }

    #review .review_footer .review_footer_top h3 {
        font-size: 22px
    }

    #review .review_footer .review_footer_top p {
        font-size: 16px;
        line-height: 0
    }

    #review .more {
        width: 100%
    }

    #review .review_footer {
        margin: 0
    }

    #review .review_content_bottom_item {
        flex-direction: column
    }

    #review .review_content_bottom_item .bottom_item_left {
        width: 100%
    }

    #review .review_footer .review_footer_top {
        padding: 0;
        margin-bottom: 36px
    }

    #review .review_footer_body .xing span {
        font-size: 21px
    }

    #review .review_footer_body p {
        font-size: 16px
    }
}

.StarsWrap {
    width: 100%;
    height: .2rem;
    margin: .1rem 0
}

.StarsWrap li {
    float: left;
    margin-right: .1rem
}

#review .review_header h1 {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #010000;
    line-height: 48px;
    padding: 0 300px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px
}

#review .review_content .review_content_top {
    text-align: center;
    margin-bottom: 60px
}

#review .review_content .review_content_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_content .review_content_top p {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #646464;
    line-height: 24px
}

#review .review_content_bottom {
    margin-bottom: 134px
}

#review .review_content_bottom_item {
    display: flex;
    margin: 0 44px;
    justify-content: space-between;
    align-items: flex-end
}

#review .review_content_bottom_item .bottom_item_left {
    width: 889px
}

#review .review_content_bottom_item .bottom_item_left .item_title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    margin-bottom: 9px
}

#review .review_content_bottom_item .bottom_item_left .txt {
    font-size: 16px;
    font-weight: 300;
    color: #0d111f;
    line-height: 30px
}

#review .review_content_bottom_item .bottom_item_right {
    width: 79px;
    height: 34px;
    background: #010000;
    border-radius: 17px;
    display: flex;
    line-height: 34px;
    position: relative
}

#review .more {
    width: 1105px;
    height: 59px;
    background: #2769da;
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 59px;
    margin: 0 auto
}

#review .more:hover {
    background-color: #0759d1
}

#review .review_footer {
    margin: 0 152px
}

#review .review_footer .review_footer_body .xing {
    height: 20px;
    margin-bottom: 10px
}

#review .review_footer .review_footer_top {
    text-align: center;
    padding: 0 250px;
    margin-bottom: 75px
}

#review .review_footer .review_footer_top h3 {
    font-size: 32px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

#review .review_footer .review_footer_top p {
    font-size: 24px;
    font-weight: 300;
    color: #76777c;
    line-height: 48px
}

#review .review_footer_body .xing span {
    color: #ffe01b;
    margin-right: 7px;
    cursor: pointer
}

#review .review_footer_body p {
    font-size: 24px;
    font-weight: 300;
    color: #16162b;
    line-height: 48px;
    margin-bottom: 11px
}

#review .review_footer_body input {
    margin-bottom: 19px;
    width: 100%;
    height: 64px;
    background: #fff;
    border: 1px solid #e7e6e6;
    padding-left: 23px;
    outline: 0;
    font-size: 18px
}

#review .review_footer_body input::-webkit-input-placeholder {
    color: #aaaaaf;
    font-size: 18px
}

#review .review_footer_body input.active {
    -o-border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10;
    border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10
}

@media screen and (max-width:768px) {
    #review .swiper-container {
        padding: 0;
        margin: 13px
    }

    #review .review_header h1 {
        padding: 0;
        margin-top: 35px;
        font-size: 28px;
        line-height: 36px
    }

    #review .review_content .review_content_top {
        margin-bottom: 51px
    }

    #review .review_content .review_content_top h3 {
        font-size: 22px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 48px
    }

    #review .review_content .review_content_top p {
        font-size: 14px;
        font-weight: 300;
        color: #646464;
        line-height: 24px
    }

    #review .review_content_bottom_item {
        margin: 0 0 30px
    }

    #review .review_content_bottom_item .bottom_item_left .item_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0
    }

    #review .review_content_bottom_item .bottom_item_left .txt {
        font-size: 14px;
        line-height: 24px
    }

    #review .review_content_bottom_item .bottom_item_right {
        margin: 30px 0
    }

    #review .review_content_bottom {
        margin-bottom: 46px
    }

    #review .review_footer .review_footer_top h3 {
        font-size: 22px
    }

    #review .review_footer .review_footer_top p {
        font-size: 16px;
        line-height: 0
    }

    #review .more {
        width: 100%
    }

    #review .review_footer {
        margin: 0
    }

    #review .review_content_bottom_item {
        flex-direction: column
    }

    #review .review_content_bottom_item .bottom_item_left {
        width: 100%
    }

    #review .review_footer .review_footer_top {
        padding: 0;
        margin-bottom: 36px
    }

    #review .review_footer_body .xing span {
        font-size: 21px
    }

    #review .review_footer_body p {
        font-size: 16px
    }
}

.StarsWrap {
    width: 100%;
    height: .2rem;
    margin: .1rem 0
}

.StarsWrap li {
    float: left;
    margin-right: .1rem
}

[v-cloak] {
    display: none
}

@-webkit-keyframes fade-data-v-181627a9 {
    0% {
        top: -40px
    }

    to {
        top: 50%;
        transform: translateY(-50%)
    }
}

@keyframes fade-data-v-181627a9 {
    0% {
        top: -40px
    }

    to {
        top: 50%;
        transform: translateY(-50%)
    }
}

#ad-clean {
    position: relative;
    width: 100%;
    display: flex;
    padding-bottom: 137px;
    font-family: Montserrat;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

#ad-clean:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 203px;
    bottom: 0;
    background: #fdcb6e;
    z-index: -1
}

#ad-clean:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 128px;
    bottom: 0;
    background: #fd8e3e;
    z-index: -1
}

#ad-clean .container {
    display: flex;
    justify-content: center
}

#ad-clean .container .right {
    display: flex;
    flex-direction: column;
    flex: 0 0 49%;
    margin-top: 42px
}

#ad-clean .container .right .right-title {
    font-size: 18px;
    text-align: center;
    width: 117px;
    height: 33px;
    font-weight: 400;
    background: #eee;
    border-radius: 23px;
    line-height: 33px
}

#ad-clean .container .right .right-info {
    margin-top: 14px;
    font-size: 18px
}

#ad-clean .container .right .right-info .info-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 7px;
    font-family: Montserrat-Bold
}

#ad-clean .container .right-buttons {
    display: flex;
    margin-top: 30px;
    width: 460px
}

#ad-clean .container .right-buttons a {
    height: 62px;
    line-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    font-family: Montserrat
}

#ad-clean .container .right-buttons a img {
    position: absolute
}

#ad-clean .container .right-buttons a.download {
    background: #000;
    flex: 0 0 51%;
    margin-right: 25px
}

#ad-clean .container .right-buttons a.buyBtn {
    flex: 0 0 43%;
    border: 2px solid #000;
    color: #000
}

@media screen and (max-width:1080px) {
    #ad-clean .container {
        width: 100%;
        padding: 0 10px;
        justify-content: flex-start
    }

    #ad-clean .container .right {
        flex: inherit;
        margin: 20px 5px 0
    }

    #ad-clean .container .right .right-title {
        padding-right: 0
    }

    #ad-clean .container .right .right-title p {
        font-size: 28px
    }

    #ad-clean .container .right .right-info {
        font-size: 14px
    }

    #ad-clean .container .right {
        display: none
    }

    #ad-clean .right .right-buttons {
        justify-content: center
    }

    #ad-clean .right .right-buttons a {
        width: 160px;
        height: 43px;
        line-height: 33px;
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    #ad-clean .container {
        width: 100%;
        padding: 0 10px;
        justify-content: flex-start
    }

    #ad-clean .container .right {
        flex: inherit;
        margin: 0 5px
    }

    #ad-clean .container .right .right-title {
        padding-right: 0
    }

    #ad-clean .container .right .right-title p {
        font-size: 28px
    }

    #ad-clean .container .right .right-info {
        font-size: 14px
    }
}

@-webkit-keyframes fade-data-v-4ecad05e {
    0% {
        top: 150px
    }

    to {
        top: 44%;
        transform: translateY(-50%)
    }
}

@keyframes fade-data-v-4ecad05e {
    0% {
        top: 150px
    }

    to {
        top: 44%;
        transform: translateY(-50%)
    }
}

.swiper-slide-active {
    z-index: 1;
    border-radius: 24px;
    transform: scale(1.24);
    box-shadow: 0 0 30px rgba(88, 41, 41, .26)
}

.recommend_info {
    position: relative;
    margin-top: 91px;
    height: 685px
}

.info_title {
    text-align: center;
    margin-top: 36px;
    margin-bottom: 72px;
    padding-top: 37px;
    font-style: normal;
    font-family: Montserrat-Bold;
    font-weight: 700;
    font-size: 36px;
    color: #000;
    line-height: 44px
}

.info_detail {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.content_msg {
    position: relative;
    height: 248px;
    margin: auto 0;
    background: #fff6f2;
    transition: all .3s;
    border-radius: 20px
}

.content_msg .msg_desc {
    font-size: 16px;
    line-height: 160%;
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 27px;
    text-align: left;
    font-family: Montserrat-Light
}

.content_msg:nth-child(4n+1) {
    background: #eef0fd
}

.content_msg:nth-child(4n+2) {
    background: #fff6f2
}

.content_msg:nth-child(4n+3) {
    background: #edfafc
}

.title_right {
    display: flex;
    align-items: center;
    float: right;
    width: 79%;
    justify-content: space-between
}

.name {
    font-size: 14px;
    font-family: Montserrat
}

.swiper {
    padding: 10px
}

.swiper-pagination {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 2;
    margin-top: 10px;
    background: url('https://img.macube.com/pages/ad/BG.png') no-repeat
}

.swiper-button-prev {
    margin-left: -10px
}

.swiper-button-next {
    margin-right: -10px
}

.swiper-button-next:after {
    content: "";
    width: 53px;
    height: 53px;
    transform: translate(25%, 25%);
    background: url('https://img.macube.com/pages/ad/next.png') no-repeat
}

.swiper-button-prev:after {
    content: "";
    width: 53px;
    height: 53px;
    transform: translate(25%, 25%);
    background: url('https://img.macube.com/pages/ad/prev.png') no-repeat
}

.swiper-button-prev {
    left: 0;
    transform: translate(50%, -100%)
}

.swiper-button-next {
    right: 0;
    transform: translate(-50%, -100%)
}

@media screen and (max-width:1080px) {
    .recommend {
        display: none;
        height: 620px
    }

    .recommend_info {
        height: 573px
    }

    .info_title {
        padding-top: 0;
        margin-left: 0 !important;
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 24px
    }

    .content_msg {
        max-width: 100%;
    }

    .swiper-prevnext {
        position: relative;
        width: 100%;
        height: 100px
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 0;
        transform: translateX(-50%)
    }

    .swiper-button-prev {
        transform: translateX(-63px)
    }

    .swiper-button-next {
        transform: translateX(1px)
    }
}

#ad-macube-vs {
    position: relative;
    padding-bottom: 110px
}

#ad-macube-vs:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 640px;
    bottom: 0;
    background: url('https://img.macube.com/pages/ad/vsbg.svg') no-repeat 50%;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: -1
}

#ad-macube-vs .top {
    margin: 50px 0 124px;
    text-align: center
}

#ad-macube-vs .top .title {
    margin-bottom: 23px;
    font-size: 36px;
    line-height: 43px;
    font-family: Montserrat-Bold
}

#ad-macube-vs .top .desc {
    font-size: 18px;
    font-family: Montserrat-Light
}

#ad-macube-vs .main {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 20px
}

#ad-macube-vs .main:before {
    left: 50%;
    transform: translateX(-45%);
    background: url('https://img.macube.com/pages/ad/vsm.png') no-repeat 24px 20px #fff
}

#ad-macube-vs .main:after,
#ad-macube-vs .main:before {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    top: -55px;
    border-radius: 50%;
    box-shadow: 1px 0 15px rgba(32, 64, 226, .48)
}

#ad-macube-vs .main:after {
    left: 83%;
    transform: translateX(-50%);
    background: url('https://img.macube.com/pages/ad/vso.png') no-repeat 14px 20px #fff
}

#ad-macube-vs .main .part1 {
    height: 204px;
    background: rgba(32, 64, 226, .08);
    border-radius: 22px
}

#ad-macube-vs .main .part1-title,
#ad-macube-vs .main .part2-title,
#ad-macube-vs .main .part3-title {
    margin: 20px 0 12px;
    width: 25%;
    font-size: 24px;
    font-family: Montserrat;
    line-height: 38px;
    text-align: right;
    font-weight: 600;
    color: #2040e2
}

#ad-macube-vs .main .part1-content,
#ad-macube-vs .main .part2-content,
#ad-macube-vs .main .part3-content {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: Montserrat
}

#ad-macube-vs .main .content-item {
    flex: 0 0 33%;
    display: flex;
    flex-direction: column;
    text-align: center
}

#ad-macube-vs .main .content-item li {
    position: relative;
    margin-bottom: 21px;
    flex: 1
}

#ad-macube-vs .main .content-item:first-child li {
    width: 73%
}

#ad-macube-vs .main .content-item li:last-child {
    margin-bottom: 0
}

#ad-macube-vs .main .content-item .error:after,
#ad-macube-vs .main .content-item .right:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    left: 50%;
    transform: translateX(-50%);
    background: url('https://img.macube.com/pages/ad/right.png') no-repeat
}

#ad-macube-vs .main .content-item .error:after {
    background: url('https://img.macube.com/pages/ad/error.png') no-repeat
}

#ad-macube-vs .main .content-item:first-child {
    flex: 0 0 34%;
    text-align: right
}

#ad-macube-vs .main .content-item:nth-child(2) {
    border: 2px solid #bdc8ff;
    border-top: none;
    border-bottom: none
}

#ad-macube-vs .main .part2 {
    margin: 21px 0 26px;
    height: 384px;
    background: hsla(0, 0%, 100%, .5);
    border: 1px solid #d3d9ff;
    box-sizing: border-box;
    border-radius: 22px
}

#ad-macube-vs .main .part3 {
    height: 295px;
    background: hsla(0, 0%, 100%, .9);
    border: 1px solid #d3d9ff;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    border-radius: 22px
}

@-webkit-keyframes move-data-v-b15a9654 {
    0% {
        left: 0;
        top: 300px
    }

    25% {
        left: 200px;
        top: 450px
    }

    50% {
        left: 400px;
        top: 600px
    }

    75% {
        left: 600px;
        top: 450px
    }

    to {
        left: 800px;
        top: 300px
    }
}

@keyframes move-data-v-b15a9654 {
    0% {
        left: 0;
        top: 300px
    }

    25% {
        left: 200px;
        top: 450px
    }

    50% {
        left: 400px;
        top: 600px
    }

    75% {
        left: 600px;
        top: 450px
    }

    to {
        left: 800px;
        top: 300px
    }
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.totop {
    background: #9a9a9a;
    color: #fff;
    line-height: 53px;
    text-align: center;
    width: 53px;
    height: 53px;
    font-size: 31px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 20px auto 0;
    z-index: 1
}

.totop:hover {
    background: #04060e
}

.buybtn {
    width: 100%;
    margin: 0 auto
}

.buybtn .buy {
    width: 167px;
    height: 55px;
    background: linear-gradient(88deg, #3ef5be, #2355de);
    font-size: 18px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    line-height: 55px;
    outline: 0;
    border: none;
    padding: 0;
    margin: 0 auto;
    vertical-align: middle
}

.buybtn .buy:hover {
    background: linear-gradient(88deg, #2355de, #3ef5be)
}

.buybtn .buybtn_Content {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.buybtn .buybtn_Content .recommend {
    position: absolute;
    top: -31px;
    left: 120px;
    width: 181px;
    height: 50px;
    line-height: 50px;
    background: #3adac3;
    box-shadow: 0 1px 3px 0 rgba(4, 88, 76, .34)
}

.buybtn .buybtn_Content .recommend .recommend_text {
    font-size: 18px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:768px) {
    .buybtn .buybtn_Content {
        display: none
    }
}

@-webkit-keyframes bounce-in-data-v-3eef426c {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounce-in-data-v-3eef426c {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.FooterDown {
    width: 100%;
    background: #04060e;
    padding-bottom: 50px
}

.topdown {
    width: 521px;
    margin: 86px auto 0;
    text-align: center
}

.topdown .txt {
    font-size: 34px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 52px
}

.topdown .txt .bold {
    font-weight: 700;
    font-family: Nunito-Bold;
    font-size: 36px
}

.topdown .tips {
    color: #fff;
    margin-bottom: 12px;
    font-family: Nunito-Light
}

.topdown .pinfen {
    display: flex;
    justify-content: center
}

.topdown .pinfen .pinfen-left {
    text-align: center;
    width: 130px
}

.topdown .pinfen .pinfen-left ul {
    width: 100%;
    display: flex
}

.topdown .pinfen .pinfen-left ul li {
    width: 23px
}

.topdown .pinfen .pinfen-left ul li span {
    color: #ffe01b;
    cursor: pointer
}

.topdown .pinfen .pinfen-right {
    color: #fff;
    margin-top: 2px
}

.StarsWrap {
    width: 100%;
    height: .2rem;
    margin: .1rem 0
}

.StarsWrap li {
    float: left;
    margin-right: .1rem
}

@media screen and (max-width:768px) {
    .topdown {
        width: 100%
    }

    .topdown .txt {
        font-size: 20px
    }

    .topdown .txt .bold {
        font-size: 30px
    }

    .FooterDown {
        padding-bottom: 0;
        height: auto
    }
}

@media screen and (max-width:768px) {
    #ProductBtn {
        text-align: center
    }

    #ProductBtn button {
        display: block;
        margin: 14px auto 0 !important
    }

    .product_right img {
        width: 350px;
        height: 349px;
        opacity: .25
    }
}

#ProductBtn a {
    display: block;
    width: 100%;
    height: 100%
}

#ProductBtn .download {
    width: 167px;
    height: 55px;
    background: #000;
    border: 2px solid #fff;
    font-size: 18px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #090820;
    line-height: 55px;
    margin-right: 104px;
    padding: 0;
    vertical-align: middle
}

#de_body #ProductBtn .download {
    width: 200px
}

#ProductBtn .download a {
    color: #fff;
    text-decoration: none
}

#ProductBtn .download:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none
}

#ProductBtn .download:hover a {
    color: #000
}

#fr_body #ProductBtn .buy {
    width: 190px
}

#ProductBtn .buy {
    width: 167px;
    height: 55px;
    background: linear-gradient(88deg, #3ef5be, #2355de);
    font-size: 18px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    line-height: 55px;
    outline: 0;
    border: none;
    padding: 0;
    vertical-align: middle
}

#ProductBtn .buyBtn {
    width: 200px;
    height: 55px;
    background: linear-gradient(275.69deg, #3affda -16.02%, #2040e2 100%), #fff;
    font-size: 18px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    line-height: 55px;
    outline: 0;
    border: none;
    padding: 0;
    vertical-align: middle;
    margin-right: 0
}

#ProductBtn .buy a {
    color: #fff
}

#ProductBtn .buyBtn a {
    color: #fff
}

#ProductBtn .buyBtn:hover {
    background: linear-gradient(88deg, #3ef5be, #2355de)
}

@media screen and (max-width:768px) {
    #ProductBtn button {
        margin-bottom: 10px
    }
}

.banner {
    width: 800px;
    margin: 0 auto
}

.lang {
    display: flex;
    justify-content: center
}

@media screen and (max-width:768px) {
    .banner {
        width: 100%;
        margin: 0
    }

    .lang {
        flex-direction: column;
        text-align: center;
        justify-content: center
    }
}

.StarsWrap {
    width: 100%;
    height: .2rem;
    margin: .1rem 0
}

.StarsWrap li {
    float: left;
    margin-right: .1rem
}

.star-rating {
    display: flex;
    align-items: center;
    margin-top: 2px
}

.star-rating .star-container {
    display: flex;
    cursor: pointer
}

.star-rating .star-container:not(:last-child) {
    margin-right: 5px
}

@media screen and (max-width:768px) {

    #hover-item__list {
        display: flex;
        flex-wrap: wrap;
        width: 94%;
        height: auto;
        margin-top: 20px;
        padding: 0;
        background: #fff;
        box-shadow: none;
        border-radius: 4px
    }

    #hover-item__list>div {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 6px;
        transition: all .3s;
        margin-bottom: 10px
    }

    #searchBox>div {
        width: 100%;
        padding: 20px;
        text-align: left
    }

    #searchBox>div form {
        position: relative
    }

    #searchBox>div input {
        width: 100%
    }

    #searchBox>div .iconsousuo {
        top: 36px;
        right: 0
    }

    #searchBox>div .iconcha {
        top: -40px;
        right: 30px
    }

    #searchBox>div ::-webkit-input-placeholder {
        font-size: 16px
    }
}

#downloadmaskdv {
    width: 100%;
    height: 100%
}

#downloadmaskdv .downloadmask {
    width: 100%;
    height: 100%;
    background: #04060e;
    opacity: .89;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999
}

#downloadmaskdv .maskbox {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

#downloadmaskdv .downloadmask .maskbox .maskcontent {
    width: 800px;
    height: 300px;
    text-align: center;
    position: relative
}

#downloadmaskdv .downloadmask .maskbox .maskcontent .closespan {
    position: absolute;
    color: #fff;
    right: 20px;
    top: 10px;
    cursor: pointer;
    transform: rotate(45deg)
}

#downloadmaskdv .downloadmask .maskbox .maskcontent .closespan .iconcha {
    color: #fff;
    opacity: 1;
    z-index: 1
}

#downloadmaskdv .downloadmask .maskbox .maskcontent img {
    width: 180px;
    margin: 0 auto;
    margin-top: 40px
}

#downloadmaskdv .downloadmask .maskbox .maskcontent .htext {
    margin-top: 20px;
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    line-height: 30px
}

#downloadmaskdv .downloadmask .maskbox .maskcontent .ptext {
    margin-top: 20px;
    font-size: 24px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #fff;
    line-height: 22px
}

#downloadmaskdv .lbottom_download {
    width: 140px;
    height: 100px;
    position: fixed;
    left: 20px;
    bottom: 20px
}

#downloadmaskdv .lbottom_download img {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    header nav.header-bottom .right .flex-container {
        display: none
    }
}

.foot .foot-list .flex-row-8 .flex-item .links a:last-child {
    margin-right: 0
}

#es_body .content_msg .msg_desc {
    word-wrap: break-word;
    word-break: break-all
}

#es_body .msg_title_one {
    margin-top: 24px
}

#es_body .ad-logo .bottom-logo-bar img {
    width: 120px
}

#es_body .part-1 .container .left .left-info ul li:nth-child(4):before {
    top: 20%
}

#fr_body .sal-sup .box-list .box {
    height: 300px
}

#fr_body .sal-sup .box-list .sal-box {
    height: 300px
}

#fr_body .content_msg .msg_desc {
    word-wrap: break-word;
    word-break: break-all
}

#fr_body .part-1 .container .left .left-info ul li:nth-child(4):before {
    top: 20%
}

#newHome .part-3 .container .box4 .left,
#newHome .part-3 .container .box5 .right,
#newHome .part-3 .container .box6 .left,
#newHome .part-3 .container .box7 .right {
    flex: 0 0 54% !important
}

#newHome .part-3 .container .box4 .right,
#newHome .part-3 .container .box5 .left,
#newHome .part-3 .container .box6 .right,
#newHome .part-3 .container .box7 .left {
    flex: 0 0 41% !important
}

@media screen and (max-width: 1080px) {
    .recommend_info {
        margin-top: 10px;
        height: 543px;
    }
    .msg_title {
        width: 100%;
        top: unset;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 10px;
    }
    .swiper-slide-active {
        z-index: 1;
        border-radius: 24px;
        transform: unset;
        box-shadow: unset;
    }
}