  * {
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        }

        .glyphicon {
            font-family: 'Glyphicons Halflings' !important;
        }

        body {
            background: #eff2f9;
        }

        b {
            font-weight: 600;
        }

        .p-top11 {
            padding-top: 11px !important;
        }

        .p-top14 {
            padding-top: 14px !important;
        }

        .f16 {
            font-size: 16px !important;
        }

        .btn {
            height: 34px;
            border: none;
            line-height: 34px;
            padding: 0 20px;
            outline: none;
            border-radius: 2px;
        }

        .btn-orange {
            background-color: #ff4400;
            color: #fff !important;
        }

            .btn-orange:hover {
                background-color: #f82800;
            }

        .page-icon {
            display: inline-block;
            vertical-align: middle;
            width: 24px;
            height: 24px;
            background: url(/Content/img/vipIconEdit.png) no-repeat;
        }

            .page-icon.icon1 {
                background-position: -339px -19px !important;
            }

            .page-icon.icon2 {
                background-position: -299px -19px !important;
            }

            .page-icon.icon3 {
                background-position: -222px -23px !important;
                position: relative;
                top: -1px;
                margin-left: 5px;
                width: 18px;
                height: 18px;
            }

            .page-icon.icon4 {
                background-position: -259px -19px !important;
            }

            .page-icon.icon5 {
                background-position: -209px -60px !important;
                width: 34px;
                height: 34px;
            }

            .page-icon.icon6 {
                background-position: -377px -18px !important;
                width: 26px;
                height: 26px;
                position: relative;
                top: -7px;
            }

        .page-content.default {
            min-height: 38px;
        }

        .vip-page-nav {
            width: 100%;
            background-color: #428bca;
            height: 80px;
        }

            .vip-page-nav > .content1 {
                width: 1100px;
                margin: 0 auto;
            }

                .vip-page-nav > .content1 > .logo {
                    height: 100%;
                    display: inline-block;
                    vertical-align: middle;
                }

                    .vip-page-nav > .content1 > .logo img {
                        height: 50px;
                        vertical-align: middle;
                    }

                    .vip-page-nav > .content1 > .logo .title {
                        height: 100%;
                        line-height: 80px;
                        font-size: 22px;
                        color: #fff;
                        display: inline-block;
                        vertical-align: middle;
                    }

                        .vip-page-nav > .content1 > .logo .title > .radio {
                            display: inline-block;
                            vertical-align: middle;
                            width: 2px;
                            height: 50px;
                            margin: 0 10px;
                            background-color: #fff;
                            position: relative;
                            top: -1px;
                        }

                .vip-page-nav > .content1 > ul {
                    list-style: none;
                    float: right;
                    padding: 0;
                    margin: 0;
                    height: 80px;
                }

                    .vip-page-nav > .content1 > ul > li {
                        float: left;
                        margin: 0 2px;
                        height: 100%;
                    }

                        .vip-page-nav > .content1 > ul > li:hover {
                            background-color: #337ab7;
                        }

                        .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-toggle {
                            height: 100%;
                            padding: 0 10px;
                            cursor: pointer;
                            min-width: 100px;
                            text-align: center;
                        }

                            .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-toggle > .user-img {
                                height: 80px;
                                display: inline-block;
                                vertical-align: middle;
                            }

                                .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-toggle > .user-img i {
                                    display: block;
                                    height: 32px;
                                    width: 32px;
                                    margin-top: 24px;
                                    background: url(/Content/img/vipIconEdit.png) no-repeat;
                                }

                                    .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-toggle > .user-img i.average {
                                        background-position: -15px -55px;
                                    }

                                    .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-toggle > .user-img i.v1 {
                                        background-position: -60px -56px;
                                    }

                                    .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-toggle > .user-img i.v2 {
                                        background-position: -110px -56px;
                                    }

                                    .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-toggle > .user-img i.v3 {
                                        background-position: -161px -56px;
                                    }

                            .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-toggle > .user-name {
                                line-height: 80px;
                                color: #fff;
                                font-size: 18px;
                                display: inline-block;
                                vertical-align: middle;
                                max-width: 130px;
                                text-overflow: ellipsis;
                                overflow: hidden;
                                white-space: nowrap;
                            }

                        .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-menu {
                            margin: 0;
                            padding: 0;
                            width: 260px;
                        }

                        .vip-page-nav > .content1 > ul > li.dropdown:hover > .dropdown-menu {
                            display: block;
                        }

                        .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-menu .action-tit {
                            background-color: #f2f2f2;
                            height: 34px;
                            font-weight: 600;
                            padding-left: 10px;
                            line-height: 34px;
                            border-top: 1px solid #ddd;
                            border-bottom: 1px solid #ddd;
                        }

                        .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-menu .action-list {
                            padding: 5px 10px;
                            font-size: 0;
                        }

                            .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-menu .action-list > a {
                                display: inline-block;
                                vertical-align: middle;
                                text-align: left;
                                width: calc(50% - 5px);
                                font-size: 13px;
                                color: #428bca;
                                height: 24px;
                                line-height: 24px;
                                padding: 0 5px;
                            }

                                .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-menu .action-list > a:nth-child(odd) {
                                    margin-right: 10px;
                                }

                                .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-menu .action-list > a:hover {
                                    background-color: #428bca;
                                    color: #fff;
                                }

                            .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-menu .action-list:last-child {
                                border-top: 1px solid #ddd;
                            }

                                .vip-page-nav > .content1 > ul > li.dropdown > .dropdown-menu .action-list:last-child > a:hover {
                                    background-color: #fff;
                                    color: #428bca;
                                }

                        .vip-page-nav > .content1 > ul > li.go-home > a {
                            display: block;
                            width: 160px;
                            text-align: center;
                            color: #fff;
                            line-height: 80px;
                            font-size: 18px;
                        }

                        .vip-page-nav > .content1 > ul > li.go-home.li-active > a {
                            background-color: #337ab7;
                        }

        .vip-page-content {
            width: 100%;
            padding-top: 99px;
            padding-bottom: 40px;
        }

            .vip-page-content * {
                color: #434649;
            }

            .vip-page-content .gray-c {
                color: #737679;
            }

            .vip-page-content > .page-content {
                width: 1100px;
                margin: 0 auto;
                background-color: #fff;
                box-shadow: 1px 1px 2px #ddd;
                margin-bottom: 20px;
            }

                .vip-page-content > .page-content > .tit { 
                    background-color: #f0f0f0;
                    line-height: 38px;
                    position: relative;
                    font-weight: 600;
                    padding: 0 10px 0 54px;
                }

                    .vip-page-content > .page-content > .tit a {
                        float: right;
                        color: #428bca;
                        font-weight: 400;
                        text-decoration: underline;
                    }

                        .vip-page-content > .page-content > .tit a:hover {
                            color: #23527c;
                        }

                    .vip-page-content > .page-content > .tit > .title-icon {
                        display: block;
                        width: 24px;
                        height: 24px;
                        position: absolute;
                        left: 20px;
                        top: 7px;
                        background: url(/Content/img/vipIconEdit.png) no-repeat;
                    }

        .title-icon.icon1 {
            background-position: -19px -19px !important;
        }

        .title-icon.icon2 {
            background-position: -59px -19px !important;
        }

        .title-icon.icon3 {
            background-position: -99px -19px !important;
        }

        .title-icon.icon4 {
            background-position: -139px -19px !important;
        }

        .title-icon.icon5 {
            background-position: -179px -19px !important;
        }

        .title-icon.icon6 {
            background-position: -299px -59px !important;
        }

        .vip-page-content > .page-content > .content1 {
            padding: 0 10px;
        }

        .vip-page-content > .page-content > .action-vip {
            padding: 10px;
        }

        .vip-page-content > .page-content > .action-vip {
            padding: 10px;
            height: 136px;
        }

            .vip-page-content > .page-content > .action-vip.activity {
                height: 180px;
            }

            .vip-page-content > .page-content > .action-vip h2 {
                font-size: 20px;
                font-weight: 600;
                margin: 0;
                margin-bottom: 10px;
            }

            .vip-page-content > .page-content > .action-vip h3 {
                font-size: 15px;
            }

            .vip-page-content > .page-content > .action-vip p {
                margin: 0;
                margin-bottom: 10px;
                text-align: center;
            }

                .vip-page-content > .page-content > .action-vip p.red {
                    background-color: #fff;
                    color: #ec4339;
                }

            .vip-page-content > .page-content > .action-vip .btn {
                width: 120px;
            }

        .vip-page-content > .page-content table {
            width: 100%;
        }

            .vip-page-content > .page-content table td {
                border-bottom: 1px dashed #eee;
                padding: 8px 5px;
            }

            .vip-page-content > .page-content table tr:last-child td {
                border-bottom: none;
            }

            .vip-page-content > .page-content table tr td {
                width: 210px;
                text-align: center;
                line-height: 24px;
            }

                .vip-page-content > .page-content table tr td p {
                    text-align: left;
                    margin: 0;
                }

                .vip-page-content > .page-content table tr td:first-child {
                    width: calc(100% - 840px);
                    text-align: left;
                }

            .vip-page-content > .page-content table * {
                font-size: 13px;
            }

        .vip-page-content > .page-content.center {
            text-align: center;
        }

        .vip-page-content > .page-content .other-vip {
            position: relative;
            height: 54px;
            padding: 10px;
            line-height: 34px;
        }

            .vip-page-content > .page-content .other-vip .btn {
                width: 80px;
                margin-left: 10px;
                vertical-align: initial;
                position: relative;
                top: 0;
            }

            .vip-page-content > .page-content .other-vip .left {
                position: absolute;
                left: 10px;
                top: 10px;
                line-height: 34px;
                font-size: 20px;
                font-weight: 600;
            }

            .vip-page-content > .page-content .other-vip .right {
                position: absolute;
                right: 10px;
                top: 10px;
                line-height: 34px;
            }

            .vip-page-content > .page-content .other-vip .red {
                background-color: transparent;
                color: #ec4339;
            }

        .right-anchor {
            width: 40px;
            position: fixed;
            right: 10px;
            top: 160px;
            background-color: #fff;
            box-shadow: 1px 1px 2px #ddd;
            border-top: 4px solid #ddd;
        }

            .right-anchor a {
                display: block;
                padding: 44px 10px 10px;
                text-align: center;
                position: relative;
                font-size: 14px;
                color: #428bca;
                line-height: 18px;
            }

                .right-anchor a:hover {
                    color: #23527c;
                }

                .right-anchor a .page-icon {
                    position: absolute;
                    top: 10px;
                    left: 4px;
                }

        .vip-page-content > .fixed-action {
            width: 100%;
            background-color: #fff;
            box-shadow: 1px 1px 2px #ddd;
            position: fixed;
            top: 0;
            z-index: 600;
            display: none;
        }

            .vip-page-content > .fixed-action > div {
                width: 1100px;
                margin: 0 auto;
                height: 100%;
                padding: 8px 10px;
            }

                .vip-page-content > .fixed-action > div table {
                    width: 100%;
                }

                    .vip-page-content > .fixed-action > div table tr td {
                        width: 210px;
                        text-align: center;
                        line-height: 34px;
                        height: 34px;
                    }

                        .vip-page-content > .fixed-action > div table tr td:first-child {
                            width: calc(100% - 840px);
                        }

                .vip-page-content > .fixed-action > div .btn {
                    width: 80px;
                    margin-left: 10px;
                    position: relative;
                    top: -3px;
                }

                .vip-page-content > .fixed-action > div b {
                    font-size: 20px;
                }

        .vip-page-content > .page-content table table.popver-table td {
            border: none;
        }

            .vip-page-content > .page-content table table.popver-table td:nth-child(odd) {
                width: 130px;
                text-align: left;
                padding-left: 15px;
            }

            .vip-page-content > .page-content table table.popver-table td:nth-child(even) {
                width: 60px;
            }

            .vip-page-content > .page-content table table.popver-table td:nth-child(2) {
                border-right: 1px dashed #eee;
            }

        .vip-page-content > .page-content table table.popver-table tr:last-child td:last-child {
            text-align: center;
        }

        .popover {
            border-radius: 2px;
        }

        .popover-content {
            padding: 5px;
        }

        .right-fixed-action {
            position: fixed;
            right: -290px;
            top: 160px;
            width: 300px;
            height: 230px;
            border: 1px solid #428bca;
            border-top-width: 4px;
            background-color: #fff;
            box-shadow: 1px 1px 2px #ddd;
            padding: 20px;
            display: none;
        }

            .right-fixed-action p:first-child {
                padding: 0 0 10px 45px;
                position: relative;
                border-bottom: 1px dashed #eee;
                font-size: 18px;
            }

                .right-fixed-action p:first-child .page-icon {
                    position: absolute;
                    left: 0;
                    top: -4px;
                }

                .right-fixed-action p:first-child a {
                    float: right;
                    color: #428bca;
                }

                    .right-fixed-action p:first-child a:hover {
                        color: #23527c;
                    }

            .right-fixed-action p.red {
                background-color: #fff;
                color: #ec4339;
            }

            .right-fixed-action p:nth-child(3) {
                margin-bottom: 25px;
            }

            .right-fixed-action p:nth-child(4) {
                margin-bottom: 15px;
            }

            .right-fixed-action .btn {
                width: 120px;
            }
        /****引用登录前首页头部样式****/
        .indexHead {
            width: 100%;
            height: 100px;
        }

            .indexHead a {
                text-decoration: none;
                color: #ffffff;
                cursor: pointer;
            }

        .navcolor {
            width: 100%;
            height: 100px;
            background-color: #00a1dd;
        }

        .navhead {
            width: 1100px;
            height: 100%;
            margin: 0 auto;
            min-width: 1100px;
        }

        .indexHead .logo {
            width: 170px;
            height: 100%;
            background: url("../img/indeximg/logo.png")no-repeat 0 16px;
            float: left;
        }

        .navword {
            height: 100%;
            float: right;
            font: 100 20px "Microsoft Yahei";
            font-weight: normal;
            letter-spacing: 1px;
        }

            .navword ul {
                list-style: none;
                color: #ffffff;
                padding: 0;
            }

                .navword ul .lis {
                    float: left;
                    line-height: 100px;
                }

        .left {
            padding-left: 3px;
        }

        .lis a {
            display: block;
            height: 100%;
            padding: 0 20px;
            color: #fff;
            min-width: 124px;
            text-align: center;
        }

            .lis a:hover {
                color: #d2f3ff;
            }

            .lis a.active {
                background-color: #008cc9;
            }

                .lis a.active:hover {
                    color: #fff;
                }
        /*UPC购买页面*/
        .main-title {
            position: relative;
            left: 50%;
            margin-left: -310px;
            width: 620px;
            height: 62px;
            line-height: 60px;
            font-size: 28px;
            font-weight: 600;
            color: #428bca;
            background: url(../img/otherIcon.png) no-repeat -228px -268px;
        }

        .subtitle {
            padding: 20px 0;
        }

            .subtitle .subtitle-con {
                position: relative;
                top: 6px;
                margin-left: 10px;
                font-size: 22px;
            }

            .subtitle .logo-blue {
                display: inline-block;
                width: 50px;
                height: 45px;
                vertical-align: middle;
                background: url(../img/otherIcon.png) no-repeat -295px -342px;
            }

        .describe-box {
            margin: 10px auto 50px auto;
            width: 800px;
            font-size: 0;
        }

        .describe {
            display: inline-block;
            margin: 0 15px;
            width: 170px;
        }

            .describe .describe-top {
                border: 0;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                height: 60px;
                text-align: center;
                background-color: #428bca;
            }

                .describe .describe-top .describe-icon1 {
                    display: inline-block;
                    margin-top: 8px;
                    width: 38px;
                    height: 45px;
                    background: url(../img/otherIcon.png) no-repeat -367px -345px;
                }

                .describe .describe-top .describe-icon2 {
                    display: inline-block;
                    margin-top: 8px;
                    width: 40px;
                    height: 45px;
                    background: url(../img/otherIcon.png) no-repeat -434px -345px;
                }

                .describe .describe-top .describe-icon3 {
                    display: inline-block;
                    margin-top: 8px;
                    width: 40px;
                    height: 45px;
                    background: url(../img/otherIcon.png) no-repeat -498px -345px;
                }

                .describe .describe-top .describe-icon4 {
                    display: inline-block;
                    margin-top: 8px;
                    width: 42px;
                    height: 45px;
                    background: url(../img/otherIcon.png) no-repeat -559px -345px;
                }

            .describe .describe-bottom {
                border: 0;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                padding: 5px 0;
                height: 120px;
                font-size: 18px;
                background-color: #f2f2f2;
            }

                .describe .describe-bottom > div {
                    line-height: 36px;
                    text-align: center;
                    color: #434649;
                }

        .purchase-box {
            margin: 0 auto;
            border-top: 1px solid #e8e8e8;
            padding: 20px 0 50px 0;
            width: 900px;
        }

        .no-modification-table > tbody > tr > td {
            border-bottom: 0 !important;
        }

        .no-modification-table.w130 > tbody > tr > td.title {
            width: 130px;
            min-width: 130px;
            max-width: 130px;
        }

        .no-modification-table.purchase > tbody > tr > td {
            font-size: 16px;
        }

            .no-modification-table.purchase > tbody > tr > td.con {
                padding-left: 20px;
                width: calc(100% - 110px);
                text-align: left;
            }

        .alipay {
            position: relative;
            top: -2px;
            width: 90px;
            border: 1px solid #e8e8e8;
        }

            .alipay img {
                width: 90px;
            }

        .btn-purchase {
            position: relative;
            top: -2px;
        }

        .purchase-grade {
            display: inline-block;
            width: 250px;
        }

        .com-block a,
        .table-list a,
        .modal a {
            color: #428bca;
        }

        .modal .btn-determine,
        .pagination .btn-primary {
            color: #fff;
        }