body {
    background: #f5f7fb;
}

#app {
    margin: 0 auto;
    min-height: 100%;
    padding-top: 60px;
    color: #333;
}

.app-content {
    width: 1200px;
    margin: 0 auto;
}

.back {
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 65px;
}

h2,
h3 {
    font-weight: 600;
}

.main .main-title {
    color: #333;
    line-height: 28px;
    font-size: 20px;
}

.main .main-scene-type {
    line-height: 20px;
    font-size: 14px;
    padding: 12px 0;
}

.main-scene {
    display: flex;
}


.main-scene .main-scene-left {
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-right: 20px;
    padding: 30px;
    border-radius: 8px;
}

.main-scene .main-scene-left .copy-link {
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 10px auto 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .08);
}

.main-scene .main-scene-left .copy-button a:hover {
    background-color: #FFFFFF;
}

.main-scene .scene-message {
    border-radius: 8px;
    background-color: #fff;
    padding: 32px;
    position: relative;
    flex: 1;
}

.main-scene .scene-message h3 {
    font-size: 20px;
    line-height: 28px;
}

.main-scene .scene-message .scene-desc {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0;
}

.main-scene .scene-message .scene-tags {
    display: flex;
    flex-wrap: wrap;
}

.main-scene .scene-message .scene-tags .search-tag-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 4px 10px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.main-scene .scene-message .scene-tags a {
    font-size: 12px;
    display: block;
    color: #1261ff;
    line-height: 18px;
    padding: 4px 10px;
    margin-right: 8px;
    margin-bottom: 10px;
    background: rgba(18, 97, 255, 0.07);
    border-radius: 4px;
}

.main-scene .scene-message .scene-button {
    position: absolute;
    bottom: 40px;
    left: 32px;
}

.main-scene .scene-message .scene-button a {
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.main-scene .scene-message .scene-button .go-make-it {
    width: 168px;
    color: #fff;
    background: #1261FF;
    margin-right: 16px;
}

.main-scene .scene-message .scene-button .more-link {
    width: 104px;
    background: #F5F7FB;
    color: #666;
}

.main-introduce {
    background-color: #fff;
    border-radius: 8px;
    padding: 28px 32px;
    margin-bottom: 40px;
    margin-top: 32px;
}

.main-introduce h3 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
}

.main-introduce .line {
    height: 1px;
    background: #E6EBED;
    margin: 24px 0;
}

.main-introduce p {
    line-height: 24px;
}

.main-introduce ul {
    display: flex;

}

.main-introduce ul li {
    margin-right: 52px;
}

.main-introduce ul li .eqx-web {
    margin-top: 12px;
    text-decoration: underline;
}

.main-introduce ul li .qrcode-desc {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    text-align: center;
}

.main-introduce ul li .qrcode-name {
    display: flex;
}

.main-introduce ul li .qrcode-name img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.main-introduce ul li .qrcode-img {
    margin: 12px 0;
    padding: 15px;
    width: 150px;
    height: 150px;
    background-image: url(../images/bg.png);
    background-size: 100%;
}

.main-introduce .go2make {
    display: none;
}

.main-introduce .go2make a {
    text-align: center;
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: #1261ff;
    color: #fff;
    border-radius: 4px;
}

.main-introduce ul li .qrcode-img img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 699px) {
    #app {
        padding-top: 30px;
        width: 100%;
    }

    .app-content {
        width: 100%;
        margin-left: 0px;
    }

    #app .main-introduce .go2make {
        display: block;
    }

    #app .main-title,
    #app .main-scene-type {
        padding: 0 20px;
    }

    #app .main-scene-type {
        line-height: 40px;
    }

    .main-scene-mini-program {
        line-height: 40px;
        display: flex;
        justify-content: flex-end;
    }

    .main-scene .scene-message .scene-tags {
        flex-wrap: wrap;
    }

    .main-scene .scene-message .scene-tags a {
        margin-bottom: 8px;
    }

    #app .main-scene-wrapper {
        text-align: center;
    }

    .main-scene-type {
        margin-top: 16px;
        background: #e7efff;
    }


    #app .main-scene {
        display: block;
        width: 100%;
        text-align: center;
    }

    #app ul {
        flex-wrap: wrap;
    }

    #app ul li {
        margin-bottom: 20px;
    }

    #app .scene-button {
        display: none;
    }
}
