body {
    background-color: #242526;;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.loader {
    position: relative;
    font-size: 2em;
    background: #FFF;
    padding: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5em;
}
.loader span {
    mix-blend-mode: difference;
    background-clip: text;
    background: linear-gradient(to right, #F1B650, #E78639, #D92824);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #242526;
}
.loader:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    /* background: #000; */
    animation: animate 3s linear infinite;
}

.preview {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    background-color: #fcb334;
}

/* 整个滚动条 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* 滚动条没有滑块的轨道部分 */
::-webkit-scrollbar-track-piece {
    border-radius: 6px;
    background: rgba(0, 0, 0, .1);
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: #242526;
    color: #ebedf0;
}

.container .title {
    font-size: 4rem;
    line-height: normal;
    background-color: #242526;
}

.container p {
    font-size: 1.2rem;
    text-align: center;
    margin-top: -30px;
    line-height: 1.5;
}


.container button {
    padding-bottom: 12px;
    padding-top: 12px;
    width: 250px;
    height: 50px;
    background: #fcb334;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
}

.container button:hover {
    color: #fff;
    opacity: .5;
}

.plantforms {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    transform: scale(1);
    margin: 30px;
}

.plantforms div {
    height: 50px;
    width: 50px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff24;
    border-radius: 6px;
}

.plantforms div svg {
    height: 37px;
    width: 37px;
}

.plantforms div:hover {
    background-color: #e3e3e3;
    opacity: .2;
}

section {
    height: 100vh;
    width: 100vw;
}


.preview {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    /* background-position-y: -455px; */
    background-color: #242526;
}


/* 手机模式下preview采用上下布局 */
@media screen and (max-width: 768px) {
    .preview {
        flex-direction: column;
    }

    .preview img {
        width: calc(100vw - 100px);
        height: calc(100vw - 100px);
    }
}

.preview img {
    display: block;
    border-radius: 15px;
}

.preview p {
    margin-top: -50%;
}

.preview .preview-title {
    font-size: 34px;
    font-weight: 700;
}

.preview .preview-desc {
    color: #ffffff;
    font-size: 16px;
    margin-top: -30px;
    width: 300px;
}

.information {
    display: flex;
    background-color: #242526;
    flex-direction: column;
    align-items: center;
    height: auto;
}

.information h1 {
    font-size: 3rem;
    color: #fff;
}

.information-item {
    width: 70%;
    margin-top: 30px;
}

.information-item-title {
    font-size: 1.3rem;
    color: #fcb334;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    /* flex-wrap: nowrap; */
    align-items: center;
}

.information-item-desc ,.information-item-time {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.information-item-time {
    display: flex;
    align-items: center;
}

.information-time-icon {
    display: inline;
}

.information-time-icon svg{
    margin-right: 5px;
    color: #fcb334;
    font-size: 1.2rem;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.navbar {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-bar {
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: #242526;
    box-shadow: 0 1px 2px 0 #0000001a;
    height: 3.75rem;
    padding: calc(1rem* 0.5) 1rem;
    width: 100%;
}

.navbar-left {
    width: auto;
    display: flex;
    align-items: center;
}

.navbar-brand {
    align-items: center;
    display: flex;
    margin-right: 1rem;
    min-width: 0px;
    outline: none;
    text-decoration: none;
}

.navbar-logo {
    height: 2rem;
    margin-right: 0.5rem;
    flex: 0 0 auto;
}

.navbar-title {
    color: #fff;

}

.navbar-title:hover {
    color: #fcb334;
}

.navbar-item {
    color: #fff;
    outline: none;
    text-decoration: none;
    margin-right: 23px;
}

.navbar-item:hover {
    color: #fcb334;
}

.price {
    background-color: #242526;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price h1 {
    margin-top: 122px;
    font-size: 3rem;
    color: #fff;
}

.table {
    display: table;
    width: 70%;
    color: #fff;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    border: 1px solid #606770;
    border-left: none;
    border-right: none;
    border-top: none;
    text-align: center;
    padding: 10px;
}

.table-cell svg {
    width: 20px;
    height: 20px;
}

.buy-btn {
    border-radius: 7px;
    border: none;
    width: 120px;
    height: 33px;
    border: 1px solid #fcb334;
    background-color: #fcb334;
}

.buy-btn:hover {
    color: #fff;
    opacity: .5;
}

.no-bottom {
    border-bottom: none;
}

.download-a {
    outline: none;
    text-decoration: none;
    color: #fcb334;
}

.download-a:hover {
    opacity: .5;
}