body {
    color: #3f4752;
}

.el-popup-parent--hidden {
    padding-right: 0 !important;
}

.indexPage {
    position: relative;
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    background-color: #fff;
}

.indexPage h2 {
    font-size: 24px;
}

.indexPage h3 {
    font-size: 20px;
    font-weight: 400;
}

.indexPage h5 {
    font-size: 18px;
    font-weight: 400;
}

/* 头部样式 */
.indexPage .header {
    position: absolute;
    width: 100%;
    height: 60px;
    color: #fff;
    padding: 8px 32px;
    z-index: 100;
    box-sizing: border-box;
}

.indexPage .header .logo-img {
    width: 202px;
    height: 38px;
}

/* 蓝色快样式 */
.indexPage .banner {
    padding: 76px 32px 20px;
    color: #fff;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.indexPage .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.indexPage .banner-bg img {
    width: 100%;
    height: 100%;
}

.indexPage .banner-bg .bg-blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 85, 200, .9);
}

.indexPage .banner .cv-no-start .big-img {
    width: 316px;
    height: 360px;
}

.indexPage .banner .cv-content {
    width: calc(100% - 320px);
    display: inline-block;
    position: relative;
    font-size: 20px;
    padding-top: 48px;
    margin-left: -18px;
    vertical-align: top;
}

.indexPage .banner .cv-content img {
    width: 54px;
    height: 36px;
    position: absolute;
    opacity: .4;
}

/* 轮次未开始样式 */
.indexPage .cv-no-start .description {
    padding-top: 12px;
}

.indexPage .cv-no-start .cv-first {
    margin-left: 68px;
}

.indexPage .cv-no-start .cv-last {
    margin-left: 48px;
}

.indexPage .cv-no-start>.cv-content>.cv-quotation-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    bottom: -18px;
}

/* 多轮次展示样式 */
.cv-stage-axis {
    position: relative;
    top: 0;
    left: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
    height: auto;
    width: 100%
}

.cv-stage-axis>.cv-block {
    position: relative
}

.cv-stage-axis>.cv-block:last-child>.cv-row:last-child {
    display: none
}

.cv-stage-axis>.cv-block.cv-active {
    color: #fff
}

.cv-stage-axis>.cv-block.cv-active>.cv-row>.cv-cycle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 100%
}

.cv-stage-axis>.cv-block.cv-active>.cv-row>.cv-cycle:after {
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.cv-stage-axis>.cv-block.cv-active>.cv-row>.cv-line:after {
    border-color: #fff
}

.cv-stage-axis>.cv-block.cv-end>.cv-row:last-child {
    display: none
}

.cv-stage-axis .cv-row {
    position: relative
}

.cv-stage-axis .cv-row>div {
    float: left;
    min-height: 1px
}

.cv-stage-axis .cv-row:after {
    content: "";
    display: table;
    clear: both
}

.cv-stage-axis .cv-row>.cv-left {
    text-align: left;
    width: 50%;
    padding-top: 4px;
    word-break: break-all;
}

.cv-stage-axis .cv-row>.cv-right {
    text-align: left;
    width: calc(50% - 50px);
    padding-top: 5px;
    font-size: 12px;
}

.cv-stage-axis .cv-row>.cv-cycle,
.cv-stage-axis .cv-row>.cv-line,
.cv-stage-axis .cv-row>.cv-line-dotted {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 12px
}

.cv-stage-axis .cv-row>.cv-cycle:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 100%;
    display: block;
    z-index: 10
}

.cv-stage-axis .cv-row>.cv-line,
.cv-stage-axis .cv-row>.cv-line-dotted {
    height: 52px
}

.cv-stage-axis .cv-row>.cv-line-dotted:after,
.cv-stage-axis .cv-row>.cv-line:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 11.5px;
    width: 1px;
    height: calc(100% + 12px);
    border-left: 1px solid rgba(255, 255, 255, .3)
}

.cv-stage-axis .cv-row>.cv-line-dotted {
    height: 10px
}

.cv-stage-axis .cv-row>.cv-line-dotted:after {
    border-left: 1px solid transparent;
    background: rgba(255, 255, 255, .3);
    background: -webkit-linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)) padding-box, -webkit-repeating-linear-gradient(135deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .3) 25%, transparent 0, transparent 50%) 0/1px 4px;
    background: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)) padding-box, repeating-linear-gradient(-45deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .3) 25%, transparent 0, transparent 50%) 0/1px 4px
}

/* 轮次详情样式 */
.isMobile .cv-countDown {
    text-align: center;
}

.cv-countDown>h2 {
    margin-bottom: 32px
}

.cv-countDown-start-text {
    float: left;
    line-height: 72px;
    font-size: 14px;
    margin-right: 8px
}

.cv-countDown-option {
    position: relative;
    float: left;
    width: 50%;
    text-align: center
}

.cv-countDown-option span {
    color: rgba(255, 255, 255, .5)
}

.cv-btn.cv-tag {
    cursor: default;
    border-radius: 4px;
    background-color: rgba(102, 204, 204, .6);
    padding: 0 8px;
    box-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    margin-left: 4px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 1px solid transparent;
    white-space: nowrap;
    outline: 0 !important;
    padding: 2px;
    font-size: 12px;
    height: 20px;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

#cvFlipClock {
    line-height: 72px;
    font-size: 14px;
}

#cvFlipClock .timeNUmber {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 32px;
}

/* 登录块样式 */
.cv-login {
    position: relative;
    margin: 0 auto;
    min-height: 440px;
    background-color: #fff;
    padding: 38px 24px 20px 24px;
    color: #444;
    border-radius: 8px;
}

.cv-login h2 {
    font-size: 24px;
}

.cv-login .sub-title {
    margin-bottom: 48px;
    font-size: 14px;
}

.cv-login>div {
    position: relative;
    margin-bottom: 12px
}

.cv-login #verifyCode {
    width: calc(100% - 10px);
    margin-right: 10px;
}

.cv-login #vcodeImg {
    width: 100%;
}

.cv-login .longin-button {
    width: 100%;
    margin-top: 20px;
}

/* 学生信息 */
.cv-user {
    position: relative;
    margin: 0 auto;
    min-height: 440px;
    background-color: #fff;
    padding: 38px 24px 20px 24px;
    color: #444;
    border-radius: 8px;
}

.cv-user-info-img {
    border: 1px solid #d8dcf0;
    padding: 1px;
    border-radius: 8px;
    margin-right: 16px;
    width: 56px;
}

.cv-user-info-img img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.cv-user-info-option {
    width: calc(100% - 78px);
}

.cv-user-info-option h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

#stundentinfoDiv .courseBtn {
    width: 100%;
    margin-top: 20px;
}

.cv-credit-chart {
    position: relative;
    width: 152px;
    height: 152px;
    margin: 0 auto;
}

.cv-credit-info {
    text-align: center
}

.cv-credit-info .credit-item {
    width: 49%;
    float: left;
    border-right: 1px solid #cadcfe
}

.cv-credit-info.hasMax .credit-item {
    width: 33.33%
}

.cv-credit-info .credit-item:last-child {
    border: none
}

.cv-credit-info .credit-item div {
    margin-bottom: 6px
}

.cv-credit-num {
    font-size: 20px
}

.cv-credit-caption {
    color: #999
}

.cv-credit-color {
    width: 24px;
    height: 4px;
    margin: 0 auto;
    border-radius: 4px
}

.cards-container {
    padding: 36px 32px;
}

.isPc .cards-container {
    border-left: 1px solid #cadcfe;
    border-right: 1px solid #cadcfe;
}

.item-card {
    position: relative;
    position: relative;
    padding: 20px 30px;
}

.item-card:after,
.item-card:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
}

.item-card:before {
    width: 120px;
    height: 120px;
    border-top: 1px solid #cadcfe;
    border-right: 1px solid #cadcfe;
}

.item-card:after {
    top: 76px;
    right: -21px;
    width: 156px;
    height: 1px;
    background-color: #cadcfe;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.item-card h3 {
    font-weight: 700;
    margin-bottom: 116px;
}

.cv-service-manual span {
    color: #bbb;
}

.cv-service-manual .content {
    position: relative;
}

.cv-service-manual .message {
    position: absolute;
    top: 20%;
    color: #599dea;
    font-size: 28px;
    font-weight: 700;
    z-index: 100;
    line-height: 40px;
}

.isMobile .cv-service-manual .message {
    font-size: 18px;
    line-height: 25px;
}

.cv-service-manual img {
    width: 100%;
}

.cv-notification .notice-item {
    margin-bottom: 8px;
}

.cv-notification .notice-title {
    font-size: 16px;
    width: 100%;
    display: block;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cv-notification .notice-time {
    font-size: 12px;
    color: #bbb;
    line-height: 2em;
}

.cv-problem .problem-item {
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

.cv-problem .problem-title {
    font-size: 16px;
    width: 100%;
    display: block;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 8px;
    margin-bottom: 16px;
    position: relative;
}

.cv-problem .problem-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 1px;
    background-color: #047adc;
}

.cv-problem .problem-content {
    font-size: 12px;
    color: #bbb;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cv-consulting .cv-consulting-content {
    position: relative;
    color: #fff;
    font-size: 14px;
}

.cv-consulting .cv-consulting-content img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.cv-consulting-content .sub-title {
    top: 11%;
    left: 5%;
    font-weight: 700;
    z-index: 100;
    position: absolute;
    font-size: 20px;
}

.cv-consulting-content .cv-consulting-phone {
    top: 41%;
    left: 17%;
    right: 10px;
    z-index: 100;
    position: absolute;
}

.cv-consulting-content .cv-consulting-other {
    top: 63%;
    left: 17%;
    right: 10px;
    z-index: 100;
    position: absolute;
}

.cv-consulting .cv-consulting-content-mobile {
    position: relative;
    font-size: 14px;
}

.cv-consulting-content-mobile .sub-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.cv-page-footer {
    font-size: 12px;
}

.cv-page-footer .cv-noline-tip {
    height: 20px;
}

.cv-page-footer>div {
    position: relative;
    z-index: 100;
    word-wrap: break-word;
    word-break: break-all
}

.el-button.qhlc-btn {
    position: fixed;
    right: 0;
    top: 40%;
    background-color: #047adc;
    box-shadow: 0 2px 6px #2048b1;
    padding: 4px 10px;
    color: #fff;
    font-size: 16px;
    width: 41px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    line-height: 25px;
}

.lcxz-window .title {
    font-weight: bold;
    padding: 5px 0px;
    font-size: 15px;
}

.lcxz-window table {
    width: 100%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    table-layout: fixed;
}

.lcxz-window table td,
.lcxz-window table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4px 10px;
    text-align: left;
}

.lcxz-window table .cz {
    width: 30px;
    text-align: center;
}

.lcxz-window table .lcmc {
    width: 30%;
}

.lcxz-window table .kssj,
.lcxz-window table .jssj,
.lcxz-window table .bkxyy {
    width: 20%;
}

.lcxz-window table .sfkkxq,
.lcxz-window table .sfkct {
    width: 85px;
}

.lcxz-window .card-item {
    margin-bottom: 10px;
}

.lcxz-window .card-item .left {
    width: 100px;
}

.lcxz-window .card-item .right {
    width: calc(100% - 100px);
    text-align: left;
}

.cv-consulting .cv-consulting-content .line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.verifynewcontainer{
    position: relative;
}

.verifynewcontainer .verify-refresh{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}

.yidun_icon-point {
    position: absolute;
    width: 26px;
    height: 33px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../image/icon_light.png);
    background-size: 34px 494px
}

.yidun_point-1 {
    background-position: 0 -387px
}

.yidun_point-2 {
    background-position: 0 -243px
}

.yidun_point-3 {
    background-position: 0 -351px
}

.yidun_point-4 {
    background-position: 0 -315px
}
