/*
* 人人商城官方演示样式
*/
.demo-text_color {
    color: #293340;
}

.demo {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.demo-model {
    width: 1200px;
    height: 650px;
    background: #FFFFFF;
    border-radius: 4px;
}

.demo-model .title {
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    font-weight: 600;
    background: #FAFBFD;
    position: relative;
    cursor: default;
    text-align: center;
}

.demo-model .demo-close {
    font-size: 25px;
    font-weight: lighter;
    color: #293340;
    position: absolute;
    right: 33px;
    top: 0;
    cursor: pointer;
}

.demo-model .content {
    padding: 60px 0;
    margin: 0 auto;
}

.demo-app {
    display: flex;
    flex-direction: row;
    margin: 20px 0 60px;
}

.demo-app .demo-item {
    flex: 1;
    text-align: center;
}

.demo-app .demo-item img {
    height: 160px;
    width: 160px;
    margin-bottom: 20px;
}

.demo-app .demo-item .app-desc {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    cursor: default;
}

.demo-model .content .demo-url {
    width: 670px;
    background: #FAFCFF;
    border-radius: 10px;
    line-height: 54px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    cursor: default;
}

.demo-model .content .demo-url a {
    color: #0B7BF0;
    font-size: 18px;
}

.demoGo {
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #0B7BF0;
    border-radius: 4px;
    margin: 0 auto;
}