    * {
                                            margin: 0;
                                            padding: 0
                                        }

                                        a {
                                            text-decoration: none;
                                        }

                                        .margintop5 {
                                            margin-top: 5px !important;
                                        }

                                        .margintop20 {
                                            margin-top: 20px !important;
                                        }

                                        .margintop10 {
                                            margin-top: 10px !important;
                                        }

                                        .selected-icon {
                                            margin-right: 5px;
                                            widows: 22px;
                                            height: 22px;
                                        }

                                        .picture {
                                            width: 90%;
                                            height: auto;
                                        }

                                        .color999 {
                                            color: #999;
                                            font-size: 13px;
                                        }

                                        .color0091FF {
                                            color: #0091ff;
                                            font-weight: 700;
                                        }

                                        .colorFA6400 {
                                            color: #fa6400;
                                            font-weight: 700;
                                        }

                                        .color8A35FF {
                                            color: #8a35ff;
                                            font-weight: 600;
                                        }

                                        .colorFF0900 {
                                            color: #ff0900;
                                            font-weight: 700;
                                        }

                                        .small-tips {
                                            font-size: 14px;
                                            padding: 2px 0;
                                        }

                                        .qg-button {
                                            display: inline-block;
                                            padding: 10px 50px;
                                            background: rgba(255, 255, 255, 1);
                                            border-radius: 2px;
                                            color: #8b33ff;
                                            font-size: 14px;
                                            margin: 10px 0;
                                            cursor: pointer;
                                            font-weight: 600;
                                            transition: all 0.15s ease;
                                        }

                                            .qg-button:hover {
                                                opacity: 0.8;
                                            }

                                            .qg-button.plain {
                                                background: transparent;
                                                color: #fff;
                                                border: 1px solid #fff;
                                            }

                                            .qg-button.full {
                                                width: 100%;
                                            }

                                        .qg-button--red {
                                            border: 1px solid rgba(255, 9, 0, 1);
                                            color: rgba(255, 9, 0, 1);
                                        }

                                        .qg-button.full-red {
                                            background: #ff0900;
                                            color: #fff;
                                        }

                                        .full-yellow {
                                            background: #f7af00;
                                            color: #fff;
                                        }

                                        .qg-button--red:hover {
                                            color: #fff;
                                            background: rgba(255, 9, 0, 1);
                                        }

                                        .qg-button--blue {
                                            border: 1px solid #0091ff;
                                            color: #0091ff;
                                        }

                                            .qg-button--blue:hover {
                                                color: #fff;
                                                background: #0091ff;
                                            }

                                        .qg-button--orange {
                                            border: 1px solid #fa6400;
                                            color: #fa6400;
                                        }

                                            .qg-button--orange:hover {
                                                color: #fff;
                                                background: #fa6400;
                                            }

                                        .show-edition-difference {
                                            margin-top: 60px;
                                        }

                                            .show-edition-difference .main-cont {
                                                /* display: flex; */
                                                justify-content: space-between;
                                            }

                                                .show-edition-difference .main-cont .edition-cont:hover {
                                                    box-shadow: 0 0 18px #ccc;
                                                }

                                                .show-edition-difference .main-cont .edition-cont {
                                                    width: 100%;
                                                    flex-grow: 0;
                                                    flex-shrink: 0;
                                                    box-shadow: 0 0 5px #ccc;
                                                    padding-bottom: 60px;
                                                    transition: all 0.3s ease;
                                                    position: relative;
                                                    margin: 0 auto;
                                                }

                                                    .show-edition-difference .main-cont .edition-cont .bottom-tips {
                                                        position: absolute;
                                                        width: 100%;
                                                        text-align: center;
                                                        bottom: 10px;
                                                        left: 0;
                                                    }

                                                    .show-edition-difference .main-cont .edition-cont .member-num {
                                                        font-weight: 700;
                                                    }

                                                    .show-edition-difference .main-cont .edition-cont .edition-title {
                                                        text-align: center;
                                                        padding: 20px 15px 15px;
                                                        border-top-left-radius: 4px;
                                                        border-top-right-radius: 4px;
                                                        color: #fff;
                                                    }

                                                    .show-edition-difference .main-cont .edition-cont .title-text {
                                                        padding-bottom: 5px;
                                                        color: #fff;
                                                        font-size: 34px;
                                                        font-weight: 600;
                                                    }

                                                    .show-edition-difference .main-cont .edition-cont .small-tips {
                                                        color: #fff;
                                                    }

                                                    .show-edition-difference .main-cont .edition-cont .edition-detail-cont {
                                                        padding: 0 25px;
                                                    }

                                                        .show-edition-difference .main-cont .edition-cont .edition-detail-cont .edition-price {
                                                            text-align: center;
                                                            padding-bottom: 10px;
                                                            border-bottom: 1px solid #ccc;
                                                        }

                                                    .show-edition-difference .main-cont .edition-cont .edition-advantage {
                                                        margin-top: 25px;
                                                    }

                                                        .show-edition-difference .main-cont .edition-cont .edition-advantage .advantage-introduction {
                                                            padding: 5px 0;
                                                            font-weight: 600;
                                                        }

                                                        .show-edition-difference .main-cont .edition-cont .edition-advantage .advantage-list {
                                                            height: 180px;
                                                        }

                                                            .show-edition-difference .main-cont .edition-cont .edition-advantage .advantage-list .advantage-item {
                                                                display: flex;
                                                                justify-content: center;
                                                                margin: 7px 0;
                                                            }

                                                                .show-edition-difference .main-cont .edition-cont .edition-advantage .advantage-list .advantage-item .advantage-text {
                                                                    margin-left: 10px;
                                                                    font-size: 14px;
                                                                }

                                                            .show-edition-difference .main-cont .edition-cont .edition-advantage .advantage-list .selected-icon {
                                                                vertical-align: middle;
                                                                width: 14px;
                                                                height: 14px;
                                                                margin-top: 2px;
                                                                flex-grow: 0;
                                                                flex-shrink: 0;
                                                            }

                                                        .show-edition-difference .main-cont .edition-cont .edition-advantage .system-info {
                                                            color: #606266;
                                                            margin: 20px 0 15px;
                                                        }

                                        .system-info-list {
                                            margin: 0 auto;
                                            width: 290px;
                                            color: #606266;
                                        }

                                        .info-item {
                                            display: flex;
                                            margin: 7px 0;
                                            font-size: 14px;
                                            position: relative;
                                            justify-content: space-between;
                                        }

                                        .system-info {
                                            text-align: center;
                                        }

                                        .show-edition-difference .main-cont .free-edition-cont .edition-title {
                                            background: linear-gradient(135deg, rgba(255, 9, 0, 0.5) 0%, #ff0900 100%);
                                        }

                                        .show-edition-difference .main-cont .free-edition-cont .price-cont {
                                            margin-top: 25px;
                                        }

                                        .show-edition-difference .main-cont .free-edition-cont .price-text {
                                            font-size: 28px;
                                            font-weight: 600;
                                            color: #ff0900;
                                            line-height: 40px;
                                        }

                                        .show-edition-difference .main-cont .free-edition-cont .member-num {
                                            line-height: 24px;
                                            font-size: 18px;
                                        }

                                        .show-edition-difference .main-cont .free-edition-cont .info-item::before {
                                            content: '';
                                            display: block;
                                            position: absolute;
                                            width: 10px;
                                            height: 2px;
                                            background: #ff0900;
                                            top: calc(50% - 1px);
                                            left: -24px;
                                        }

                                        .show-edition-difference .main-cont .gw-edition-cont .edition-title {
                                            background: linear-gradient(135deg, #00c4ff 0%, #0091ff 100%);
                                        }

                                        .show-edition-difference .main-cont .gw-edition-cont .price-cont {
                                            margin-top: 25px;
                                        }

                                        .show-edition-difference .main-cont .gw-edition-cont .price-text {
                                            font-size: 18px;
                                            color: #0091ff;
                                        }

                                            .show-edition-difference .main-cont .gw-edition-cont .price-text .price {
                                                font-size: 28px;
                                                font-weight: 600;
                                            }

                                        .show-edition-difference .main-cont .gw-edition-cont .member-num {
                                            line-height: 24px;
                                            font-size: 18px;
                                            margin-top: 10px;
                                        }

                                        .show-edition-difference .main-cont .gw-edition-cont .info-item::before {
                                            content: '';
                                            display: block;
                                            position: absolute;
                                            width: 10px;
                                            height: 2px;
                                            background: #0091ff;
                                            top: calc(50% - 1px);
                                            left: -24px;
                                        }

                                        .show-edition-difference .main-cont .shop-edition-cont .edition-title {
                                            background: #5F07B8;
                                        }

                                        .show-edition-difference .main-cont .shop-edition-cont .price-cont {
                                            margin-top: 25px;
                                        }

                                        .show-edition-difference .main-cont .shop-edition-cont .price-text {
                                            font-size: 18px;
                                            color: #fa6400;
                                        }

                                            .show-edition-difference .main-cont .shop-edition-cont .price-text .price {
                                                font-size: 28px;
                                                font-weight: 600;
                                            }

                                        .show-edition-difference .main-cont .shop-edition-cont .member-num {
                                            line-height: 24px;
                                            font-size: 18px;
                                        }

                                        .show-edition-difference .main-cont .shop-edition-cont .info-item::before {
                                            display: block;
                                            position: absolute;
                                            width: 10px;
                                            height: 2px;
                                            background: #fa6400;
                                            top: calc(50% - 1px);
                                            left: -24px;
                                        }


                                        .detail-feature-cont {
                                            box-shadow: 0 0 6px #ccc;
                                            margin: 0 auto;
                                            width: 100%;
                                            border-top-left-radius: 8px;
                                            border-top-right-radius: 8px;
                                        }

                                        .detail-feature-header {
                                            background: linear-gradient(135deg, rgba(255, 9, 0, 0.5) 0%, #ff0900 100%);
                                            padding: 8px 0;
                                            text-align: center;
                                            color: #fff;
                                            font-size: 16px;
                                            border-top-left-radius: 8px;
                                            border-top-right-radius: 8px;
                                            padding: 18px;
                                            font-size: 20px;
                                            overflow: hidden;
                                        }

                                        .gw-edition-container .detail-feature-cont .detail-feature-header {
                                            background: linear-gradient(135deg, #00c4ff 0%, #0091ff 100%);
                                        }

                                        .shop-edition-container .detail-feature-cont .detail-feature-header {
                                            background: #5F07B8;
                                        }

                                        .problem {
                                            padding-left: 20px;
                                        }

                                        .detail-feature-body {
                                            padding: 10px
                                        }

                                            .detail-feature-body .detail-table .table-header {
                                                background: #f9f9f9;
                                                line-height: 38px;
                                                font-size: 15px;
                                                font-weight: 600;
                                                display: flex;
                                                border: 1px solid #e5e5e5;
                                            }

                                        .detail-table .table-header .header-cont {
                                            text-align: center;
                                        }

                                            .detail-table .table-header .header-cont:not(:last-child) {
                                                border-right: 1px solid #e5e5e5;
                                            }

                                        .server-type {
                                            width: 68px;
                                            flex-shrink: 0;
                                            flex-grow: 1;
                                        }

                                        .server-name {
                                            width: 90px;
                                            flex-shrink: 0;
                                            flex-grow: 2;
                                        }

                                        .edition-function {
                                            width: 90px;
                                            flex-shrink: 0;
                                            flex-grow: 2;
                                        }

                                        .qg-table-body {
                                            font-size: 14px;
                                        }

                                            .qg-table-body .module-cont {
                                                display: flex;
                                            }

                                            .qg-table-body .table-tr {
                                                border-right: 1px solid #e5e5e5;
                                                border-bottom: 1px solid #e5e5e5;
                                                display: flex;
                                                justify-content: center;
                                                align-items: center;
                                                padding: 0 8px;
                                                box-sizing: border-box;
                                                align-items: center;
                                                flex-direction: column;
                                                justify-content: center;
                                            }

                                            .qg-table-body .module-cont .left-module-cont {
                                                width: 68px;
                                                flex-shrink: 0;
                                                flex-grow: 1;
                                                background-color: #f9f9f9;
                                                border-left: 1px solid #e5e5e5;
                                                font-weight: 700;
                                            }

                                            .qg-table-body .module-cont .right-module-cont {
                                                width: 180px;
                                                flex-shrink: 0;
                                                flex-grow: 4;
                                            }

                                                .qg-table-body .module-cont .right-module-cont .module-edition-cont {
                                                    display: flex;
                                                    height: 60px;
                                                }

                                        @media screen and (max-width: 500px) {
                                            .right-module-cont .module-edition-cont {
                                                font-size: 13px;
                                            }

                                            .detail-feature-header {
                                                padding: 10px 0;
                                                border-top-left-radius: 4px;
                                                border-top-right-radius: 4px;
                                                font-size: 16px;
                                            }
                                        }

                                        @media screen and (min-width: 500px) {
                                            .show-edition-difference .main-cont .edition-cont .title-text {
                                                font-size: 3rem;
                                            }

                                            .show-edition-difference .main-cont .free-edition-cont .member-num {
                                                font-size: 1.8rem;
                                            }

                                            .small-tips {
                                                font-size: 1.4rem
                                            }

                                            .show-edition-difference .main-cont .edition-cont .edition-advantage .advantage-introduction {
                                                font-size: 1.6rem;
                                            }

                                            .show-edition-difference .main-cont .edition-cont .edition-advantage .advantage-list .advantage-item .advantage-text {
                                                font-size: 1.4rem;
                                            }

                                            .show-edition-difference .main-cont .edition-cont .edition-advantage .advantage-list .selected-icon {
                                                width: 1.2rem;
                                                height: 1.2rem;
                                                margin-top: .4rem;
                                                vertical-align: middle;
                                            }

                                            .show-edition-difference .main-cont .edition-cont .edition-advantage .advantage-list {
                                                height: 0px;
                                            }

                                            .show-edition-difference .main-cont .edition-cont .edition-advantage .system-info {
                                                font-size: 1.6rem;
                                                text-align: center;
                                            }

                                            .info-item {
                                                font-size: 1.2rem
                                            }

                                            .shop-edition-container .detail-feature-header {
                                                font-size: 1.8rem;
                                            }

                                            .show-edition-difference .main-cont .edition-cont .edition-advantage {
                                                margin-top: 4rem;
                                            }

                                            .show-edition-difference .main-cont .edition-cont {
                                                padding-bottom: 5rem;
                                            }

                                                .show-edition-difference .main-cont .edition-cont .bottom-tips {
                                                    font-size: 1rem;
                                                }

                                                .show-edition-difference .main-cont .edition-cont .edition-detail-cont {
                                                    padding: 0 5rem
                                                }

                                            .qg-table-body .table-tr {
                                                font-size: 1rem;
                                            }

                                            .detail-table .table-header .header-cont {
                                                font-size: 1.2rem;
                                            }

                                            .detail-feature-body .detail-table .table-header {
                                                font-size: 4rem;
                                            }

                                            .qg-table-body .module-cont .right-module-cont .module-edition-cont {
                                                height: 82px;
                                            }
                                        }