* {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei",
        "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 13px;
}

body {
    min-width: 1070px !important;
    position: relative;
}

textarea {
    resize: none;
}

.container {
    max-width: 1100px !important;
}

.col-2 {
    max-width: 14%;
}

.f-item-start {
    display: flex;
    align-items: start;
}

.mr20 {
    margin-right: 20px !important;
}

.p20 {
    padding: 20px !important;
}

.mr60 {
    margin-right: 60px;
}

.mt8 {
    margin-top: 8px !important;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.pl20 {
    padding-left: 20px;
}

.pl11 {
    padding-left: 11px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb12 {
    margin-bottom: 12px;
}

.mlr30 {
    margin: 0 30px;
}

.mb-40 {
    margin-bottom: -40px !important;
}

.ml10 {
    margin-left: 10px;
}

.w500 {
    width: 500px;
}

.w80 {
    width: 80px !important;
}

.fs14 {
    font-size: 14px !important;
}

.inlineBlock {
    display: inline-block;
}

.garyColor {
    color: gray;
}

.pink {
    color: #e11382;
}

.blueGreenBac {
    background: #96dfd9;
}

.rel {
    position: relative;
}

.flexOnly {
    display: flex;
}

.flexCenter {
    display: flex;
    align-items: center;
}

.flexBetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btnPublic,
.btnActive {
    background: #af1060;
    background-image: linear-gradient(#e7428d, #af1060);
    border-color: #af1060;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    color: white;
}

.btnGreenLight {
    background-color: #1a5b4b !important;
    background-image: linear-gradient(#34ba99, #195b4b);
    /* border-color: #195b4b #195b4b #134437; */
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    margin: 0 20px 20px 20px !important;
}

.close > * {
    font-size: 1em !important;
}

.toast-header {
    color: #000;
}

.toastPosition {
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 1 !important;
    background: white !important;
    z-index: 9999;
}

.grayButton {
    position: relative;
    background: #b8b8b8;
}

.grayButton:hover > .comingSoon {
    display: block;
}

.comingSoon {
    position: absolute;
    display: none;
    bottom: 45px;
    width: 120px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: white;
    border-radius: 5px;
    background: #e11382;
    transition: all 0.25s ease-in;
    z-index: 99;
}

.comingSoon::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 56px;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-top-color: #e11382;
}

.error {
    color: rgb(252, 66, 66);
}

.languageImg {
    position: absolute;
    bottom: -80px;
    right: 40px;
    border-radius: 50px;
    box-shadow: 0 2px 6px #ccc;
    cursor: pointer;
    z-index: 10;
}

#icon-top-img {
    position: fixed;
    bottom: 11%;
    right: 30px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
}

#icon-top-updateDialog {
    position: absolute;
    bottom: 28px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #009981;
    text-decoration: underline;
    background-color: unset;
}

.dropdown-item {
    padding: 0.25rem 1rem;
    text-align: left;
}

.dropdown-menu {
    top: 5px !important;
    box-shadow: 0 2px 6px #ccc;
    border: none;
    min-width: unset;
    min-height: 135px;
}

.horizontalLine {
    margin-top: 30px;
    height: 1px;
    background-color: #c6e8e8;
    z-index: 4;
}

.highLightText {
    width: 300px;
    margin-top: 30px;
}

.textSection {
    color: #181818;
    font-size: 20px !important;
    font-weight: 800;
}

.hasLineText {
    margin-top: 20px;
    padding-left: 10px;
    border-left: 3px solid #52b4b4;
    height: fit-content;
}

video {
    width: 100%;
}

#loading {
    display: none;
    position: absolute;
    left: 304px;
    border: 3px solid #203030;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    animation: spin 0.9s linear infinite;
}

#loadingModal {
    z-index: 1051;
    opacity: 1;
}

.loadingModals {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.loadingIcon {
    display: block;
    border: 3px solid #e11382;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    animation: spin 0.65s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.videos {
    margin-top: 20px;
    display: flex;
    text-align: center;
}

.des {
    cursor: pointer;
    position: relative;
}

.videoPlay {
    background: url(../../imgs/videoPic/videoPlay_3fe59790.png) center;
    position: absolute;
    right: 22px;
    bottom: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 2px 6px #ccc;
    transition: all 0.4s;
}

.des:hover > .videoPlay {
    background: url(../../imgs/videoPic/videoPlayPink_3fe59790.jpg) center;
    transform: scale(1.1);
}

#videoText-3 {
    margin: -30px 20px 0 20px;
}

/* .des:hover > .videoPlay {
    display: block;
} */

.tutorial {
    color: #e11382;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 5px;
}

.tutorialHead {
    background: #d2f2f2;
    color: #31708f;
    font-weight: 800;
}

.timeStamp {
    color: rgb(0, 113, 192);
    cursor: pointer;
}

.timeStamp:hover {
    text-decoration: underline;
}

.videoItem:hover {
    background: #f9f9f9 !important;
}

.downloadButton {
    margin-top: 18px;
    padding-bottom: 8px;
    width: 550px;
    color: white;
    display: flex;
    justify-content: space-between;
}

.relative {
    position: relative;
    user-select: none;
    height: 42px;
    width: 164px;
    border-radius: 5px;
}

.canSelectText {
    user-select: text;
    color: black;
}

.flex {
    display: flex;
    flex-direction: column;
}

.vbRed {
    background: #e11382;
}

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

.vbSection > .left {
    width: 740px;
    z-index: 4;
}

.imgSection {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.imgSection > img {
    width: 740px;
    box-shadow: 0px 0px 1px 1px #009981;
}

@media screen and (max-width: 1100px) {
    .imgSection > img {
        width: calc(100vw * 0.61);
        min-width: 550px;
    }
}

.cursorClick {
    cursor: pointer;
}

.macButton {
    position: relative;
}

.textVbRed {
    color: #e11382;
    font-weight: 400;
    cursor: pointer;
}

.pledgeText {
    color: #009981;
    font-weight: 400;
    cursor: pointer;
}

.pledgeText:hover {
    color: #009981;
    text-decoration: underline;
}

.textVbRed:active {
    color: #e11382 !important;
}

.textVbRed:hover {
    color: #e11382;
    text-decoration: underline;
}

.toolTip {
    position: absolute;
    display: none;
    border-radius: 5px;
    transition: all 0.25s ease-in;
    z-index: 99;
    width: 500px;
    left: 0;
    padding: 6px 8px;
    text-align: left;
    height: 58px;
    line-height: 16px;
    bottom: 46px;
    background: rgb(225, 225, 225);
    color: #e11382;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.toolTip::before {
    content: "";
    position: absolute;
    top: 58px;
    left: 56px;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-top-color: rgb(225, 225, 225);
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.toolTipHoverFix {
    position: absolute;
    width: 164px;
    left: 0;
    height: 6px;
    bottom: 40px;
    opacity: 0;
}

.winDownloadLoad,
.macDownloadLoad {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    background: #009981;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 2;
}

.macCancelIcon,
.winCancelIcon {
    display: none;
    cursor: pointer;
    pointer-events: all;
}

.LinuxImg {
    height: 37px;
}

.LinuxImg > img {
    height: 100%;
    width: 100%;
}

.aboutTitle {
    color: #e11382;
    font-size: 24px;
    font-weight: 800;
    margin: 40px 0 8px 0;
}

.forFree {
    margin-left: 20px;
    color: #ff9c33;
    font-size: 24px;
    font-style: italic;
}

.aboutText {
    font-size: 14px;
    line-height: 20px;
}

.innerPadding {
    padding: 5px 10px;
    z-index: 3;
}

.spaceAround {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2px;
}

.rightImg {
    margin-top: 20px;
    width: 260px;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.vbGreen {
    color: #009981;
}

.vbGreenBac {
    background-color: #009981;
}

.goToVb {
    margin-top: 16px;
    color: white;
    text-align: center;
    width: 200px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    cursor: pointer;
}

.license {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.checkbox {
    display: inline-flex;
    width: 15px;
    height: 15px;
    border: 1px solid gray;
    border-radius: 3px;
    user-select: none;
}

.licenseText {
    user-select: none;
    margin-left: 8px;
    font-size: 14px;
    color: rgb(80, 80, 80);
}

.licenseContent {
    margin-left: 20px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 10px;
    height: 40px;
    min-width: 940px;
}

.footer > span {
    font-weight: 700;
    font-size: 21px;
}

.logoImg {
    margin-left: 18px;
    height: 35px;
}

.contact {
    background: #eee;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding: 20px 0 15px 0;
    min-width: 940px;
}

.agreement:hover {
    text-decoration: underline;
}

.hover {
    box-shadow: 1px 3px 10px #ccc;
}

.hand {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hand > img {
    width: 100%;
}

.handBasic {
    transform: rotate(120deg);
    z-index: 3;
    animation: handBasicRotate 6s linear forwards;
}

.handPen {
    transform: rotate(120deg);
    animation: handPenRotate 3s 3s linear forwards;
}

.coverLine {
    background-color: white;
    height: 0px;
    width: 436px;
    left: -38px;
    bottom: 8px;
    z-index: 2;
    transform: rotate(-46deg);
    animation: coverLine 1.4s 4s linear forwards;
}

.showVideos {
    color: #e11382;
    cursor: pointer;
    display: inline-block;
    margin: 6px 6px 0 0;
}

.showVideos:hover {
    text-decoration: underline;
}

.downloadButtons {
    position: relative;
    user-select: none;
    height: 42px;
    border-radius: 5px;
    background: #009981;
    cursor: pointer;
    box-shadow: 1px 3px 10px #ccc;
}

.macTwoDownLoad {
    cursor: pointer;
    box-shadow: 1px 3px 10px #ccc;
}

.relative:hover > .toolTip {
    display: block;
}

.fb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fc {
    display: flex;
    align-items: center;
}

.macChip {
    width: 204px;
    margin-left: 10px;
    border-radius: 5px;
    padding: 2px 8px;
    text-align: center;
    color: white;
}

.littleApple {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pledgeDialog {
    background-image: url("../../imgs/public/freePledge_3fe59789.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}

.pledgeDialog * {
    font-size: 14px;
}

.pledgeTitle {
    font-weight: bold;
    margin-top: 80px;
    font-size: 18px;
    color: #181818;
    text-align: center;
}

.pledgeBtn {
    color: white;
    text-align: center;
    width: 100px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px auto 22px auto;
}

.closeIcon {
    position: absolute;
    top: 12px;
    right: 14px;
    opacity: 0.7;
}

.top9 {
    top: 9px;
}

.floatRight {
    float: right;
}

.closeIcon:hover {
    opacity: 1;
}

.pledgeImg {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
}

.pledgeWidth {
    margin: 10rem auto !important;
}

#policyRead {
    position: fixed;
    bottom: 0;
    min-width: 800px;
    background: #203030;
    display: flex;
    align-items: center;
    color: white;
    z-index: 10;
    padding: 10px 20px;
    width: 100%;
    justify-content: center;
}

#updateTip {
    position: fixed;
    top: 0;
    background: #ffee5e;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 2px 0;
    z-index: 10;
    width: 100%;
    min-width: 800px;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.updateTipClose {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 12px;
    text-shadow: none;
}

.updateTextSection {
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #f7f7f7;
}

.updateSec {
    font-size: 14px;
    margin: 6px;
}

ul {
    margin-bottom: 0;
    line-height: 24px;
}

.paragraph {
    font-size: 15px !important;
    margin-bottom: 5px;
    margin-top: 16px;
    font-weight: 600;
}

#updateDescription .modal-content img {
    margin-bottom: 10px;
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.16);
}

.okBtn {
    background-color: #009981;
    margin-left: 16px;
    padding: 3px 6px;
    border-radius: 4px;
    cursor: pointer;
}

.policyReadClose {
    position: absolute;
    right: 12px;
    top: 7px;
    color: white;
    text-shadow: none;
}

.swiper {
    padding: 10px 0;
}

.swiper-wrapper {
    /* right: 50px; */
}

.swiperTitle {
    color: #e11382;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin: 30px 0 10px 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 22px;
    font-weight: 800;
    color: #e11382;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.16));
    border-radius: 50%;
    background-color: white;
    transition: transform 0.2s ease;
}

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

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

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: scale(1.1);
}

.swiper-slide {
    height: 366px;
    width: 688px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    background-color: white;
    padding: 6px 10px 16px 10px;
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
    z-index: 99;
}

.person {
    margin: 8px 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #999;
    display: flex;
    align-items: center;
}

.intro {
    color: #999;
    line-height: 13px;
}

.say {
    height: 188px;
    border-radius: 10px;
    margin: 16px 9px 0 9px;
    padding: 16px 20px;
    background-color: #eee;
}

.swiper-slide-active > .say {
    background-color: #ffe8f6;
}

.lineVertical {
    width: 1px;
    height: 18px;
    background-color: #999999;
    border: none;
    margin: 0 10px;
}

.testimonialBtn {
    display: none;
    border-radius: 30px;
    text-align: center;
    width: 216px;
    padding: 4px;
    line-height: 32px;
    justify-content: space-between;
    margin: 20px auto;
    color: #009999;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    white-space: nowrap;
}

.testimonialBtn:hover {
    color: white;
    background: #e7428d;
}

.testimonialBtn > * {
    font-size: 14px;
}

.testimonialBtnImg {
    cursor: pointer;
    border-radius: 50%;
    background: white;
    height: 32px;
}

textarea.form-control {
    height: 90px;
}

.submitBtn {
    margin: 10px;
    color: white;
    width: 80px;
    border: none;
}

.publishBtn {
    width: 40px;
    margin: 4px 10px 0 0;
    border: 1px solid #ccc;
}

.btnCom {
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

.form-control:focus,
.custom-select:focus {
    box-shadow: none;
}

.dialogFooter {
    border-top: 1px solid #ccc;
}

.swiper-slide-active > .testimonialBtn {
    display: flex;
}

.testimonialDialog > div {
    margin-bottom: 10px;
}

.formLabel {
    display: inline-block;
    margin-bottom: 4px;
    position: relative;
}

.formLabel::after {
    content: "*";
    position: absolute;
    right: -8px;
    color: #e11382;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    padding-right: 0 !important;
    background: unset !important;
}

.dialogTitle {
    font-weight: 800;
    padding: 10px 10px 6px 10px;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    pointer-events: auto;
    min-height: 41px;
}

.bodyLabel {
    font-weight: bold;
    font-size: 14px !important;
    margin-bottom: 10px;
}

.modal-content {
    border-radius: 6px;
}

.dialogTitle > div {
    font-size: 16px;
}

.freePledgeLove {
    position: absolute;
    bottom: 70px;
    width: 48px;
}

@keyframes handBasicRotate {
    0% {
        opacity: 0;
    }

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

    65% {
        opacity: 0;
    }

    95% {
        opacity: 1;
    }

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

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

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

@keyframes coverLine {
    0% {
        height: 0px;
    }

    100% {
        height: 216px;
    }
}
