html, body {
    margin: 0;
    padding: 0;
}
body {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
a {
    text-decoration: none
}
#box {
    margin: 0;
}
#header {
    padding: 13px 0 13px 0;
    border-bottom: #F1F1F1 1px solid;
}
#header #top {
    width: 980px;
    margin: 0 auto;
}
#header #logo {
    width: 400px;
    float: left;
    display: flex;
    align-items: center;
    gap: 6px;
}
.logo-divider {
    margin: 0 4px;
    width: 1px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    display: inline-block;
    color: #999;
}

.logo-icon,
.logo-ai-icon {
    height: 20px;
    width: auto;
}

.logo-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.logo-subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
#header img {
    vertical-align: middle;
}
#footer {
	margin-top: 100px;
    border-top: #F1F1F1 1px solid;
    padding: 10px;
    color: #999;
    text-align: center;
    font-size: 12px;
}
#header #topdown {
    width: 200px;
    margin: 0 auto;
    float: right;
}
.top-link-text {
    font-size: 13px;
    margin: 15px;
}
.clear {
    clear: both;
}
.mid {
    text-align: center;
}
.centent {
    margin-top: 90px;
    padding: 0;
}
.adown {
    background: linear-gradient(to right, #FF6027, #FF06A0);
    border-radius: 20px;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    width: 174px;
}
.imag img {
    max-width: 1020px;
    box-shadow: 0 0 40px #DDD9F3;
    border: 10px solid #fff;
    border-bottom: 0;
    z-index: 1;
    border-radius: 16px;
}

.hero-title {
    margin: 20px auto 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    max-width: 980px;
}

.hero-desc {
    margin: 12px auto 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    max-width: 980px;
}

.hero-download {
    margin-top: 20px;
}

.hero-preview {
    margin-top: 100px;
    background: linear-gradient(#FFF, #EDEFFF);
    position: relative;
    z-index: 1;
}

.section-title {
    font-size: 42px;
    margin: 0;
}

.section-title-top-lg {
    padding-top: 160px;
}

.section-title-top-md {
    padding-top: 50px;
}

.section-desc {
    font-size: 18px;
    line-height: 32px;
    padding-top: 20px;
}

.section-desc-tight {
    padding-top: 10px;
}

.section-text-row {
    font-size: 14px;
}

.section-cta-row {
    padding: 50px 0;
}

.section-media-row {
    padding: 50px 0 150px;
}

.section-image-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 50px;
}

.panel-ai {
    background: #494766 url(img/ai-logo-cc.png) no-repeat center;
    position: relative;
    z-index: 999;
    margin-top: -20px;
    color: #fff;
}

.panel-ui-upgrade {
    background: linear-gradient(to bottom right, #CB5DE2, #F57E2F);
    color: #fff;
}

.cta-outline {
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 10px 50px;
}

.img-rounded {
    border-radius: 20px;
}

.img-full {
    width: 100%;
}

.text-gradient-primary {
    background-image: linear-gradient(to right, #EB3838, #EB3685);
    -webkit-background-clip: text;
    color: transparent;
}