﻿@charset "UTF-8";
/*common.css*/
input, input:focus, select {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    outline: none;
    border: none;
}

.ui-article-cont {
    margin-bottom: 40px;
    min-height: 400px;
}

.ui-title-b {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: #123b81;
    font-weight: 600;
    border-bottom: 1px solid #D8DCE1;
}

    .ui-title-b span {
        padding-bottom: 10px;
        box-sizing: content-box;
        border-bottom: 3px solid #123b81;
    }

.ui-vip-wrapper {
    width: 1292px;
    overflow: hidden;
}

.ui-vip-left-menu {
    width: 220px;
    line-height: 48px;
    float: left;
    background-color: #123b81;
    border: 1px solid #123b81;
    color: #fff;
}

.ui-vip-menu-list {
    margin: 10px 0;
}

    .ui-vip-menu-list li:hover {
        background-color: #2f63bc;
    }

    .ui-vip-menu-list li.active {
        background-color: #fff;
    }

        .ui-vip-menu-list li.active a {
            color: #123b81;
        }

    .ui-vip-menu-list a {
        display: block;
        color: #fff;
        font-size: 16px;
    }

        .ui-vip-menu-list a:hover {
            color: #fff;
        }

        .ui-vip-menu-list a span {
            padding: 0 10px 0 20px;
        }

.ui-vip-right-content {
    float: right;
    width: 1072px;
}

.ui-vip-content {
    position: relative;
    width: 870px;
    margin: 0 auto;
}

    .ui-vip-content p {
        color: #333;
    }

/*首页*/
.ui-vip-entrance-box {
    width: 100%;
}

.ui-vip-options-item {
    position: relative;
    line-height: 28px;
    padding-bottom: 10px;
    min-height: 42px;
}

    .ui-vip-options-item i {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        padding: 2px 0;
    }

    .ui-vip-options-item div {
        margin-left: 70px;
    }

    .ui-vip-options-item span {
        display: inline-block;
        padding: 2px 10px;
        margin: 0 10px;
        cursor: pointer;
    }

        .ui-vip-options-item span.active {
            color: #fff;
            background-color: #123b81;
        }

.ui-vip-options-info {
    margin: 20px 0;
    padding: 20px;
    background-color: #f5f7f9;
}

    .ui-vip-options-info h5 {
        display: inline-block;
        padding: 6px 20px;
        color: #fff;
        background-color: #123b81;
        border-radius: 20px;
    }

        .ui-vip-options-info h5 span::after {
            content: '/';
            margin: 0 4px;
        }

        .ui-vip-options-info h5 span:last-child::after {
            content: '';
        }

.ui-vip-options-result {
    display: flex;
    flex-wrap: wrap;
}

.ui-vip-options-info-item {
    display: inline-block;
    width: 50%;
    padding-top: 30px;
}

    .ui-vip-options-info-item p {
        color: #5D656F;
    }

        .ui-vip-options-info-item p:nth-child(6) {
            margin-bottom: 20px;
        }

.ui-vip-explain {
    line-height: 25px;
    text-indent: 2em;
    padding-bottom: 20px;
}
/*个人信息*/
.ui-vip-form-list {
    padding: 20px 0;
}

.ui-vip-form-item {
    overflow: hidden;
}

    .ui-vip-form-item label {
        float: left;
        width: 10%;
        margin-bottom: 15px;
        padding: 10px;
    }

    .ui-vip-form-item input[type=text], .ui-vip-form-item input[type=password] {
        width: 350px;
        margin-bottom: 15px;
        padding: 10px;
        border: 1px solid #e2e2e2;
    }

    .ui-vip-form-item input[type=button] {
        width: 100px;
        margin-left: 13%;
        padding: 10px;
        background-color: #123b81;
        color: #fff;
    }

    .ui-vip-form-item input[type=radio] {
        webkit-appearance: radio;
        -webkit-appearance: radio;
    }

.ui-vip-form-img-box {
    float: left;
    position: relative;
    margin-bottom: 15px;
}

#ui-vip-form-headimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.ui-vip-form-img img {
    width: 120px;
    height: 120px;
    vertical-align: middle;
}
/*我的收藏*/
.ui-vip-collect-list {
    padding: 0 10px;
}

    .ui-vip-collect-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding: 0 18px;
    }

        .ui-vip-collect-list li:first-child {
            font-size: 16px;
            padding: 10px 15px;
            background-color: #f5f5f5;
        }

        .ui-vip-collect-list li a {
            width: 70%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .ui-vip-collect-list li a ~ span {
                display: inline-block;
                padding-right: 10px;
                cursor: pointer;
            }
/*我的报名表*/
.ui-vip-entry-table {
    width: 100%;
    margin: 0 auto;
    border-color: #e2e2e2;
}

    .ui-vip-entry-table thead {
        background-color: #f5f5f5;
    }

    .ui-vip-entry-table tr:hover {
        background-color: #f5f5f5;
    }

    .ui-vip-entry-table td {
        padding: 10px;
        text-align: center;
    }
/*支付*/
.ui-vip-pay-explain {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-indent: 32px;
}

.ui-vip-pay-cost {
    font-size: 16px;
}

    .ui-vip-pay-cost span {
        font-size: 22px;
        font-weight: 800;
        color: red;
    }

.ui-vip-pay-type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
}

.ui-vip-pay-mode {
    display: flex;
    align-items: center;
    width: 250px;
    height: 60px;
    margin: 0 10px 10px 0;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    cursor: pointer;
}

    .ui-vip-pay-mode input[type=radio], .ui-vip-pay-treaty input[type=radio] {
        width: 18px;
        height: 18px;
        margin: 0;
        margin-right: 10px;
        webkit-appearance: radio;
        -webkit-appearance: radio;
        outline: none;
    }

    .ui-vip-pay-mode img {
        height: 100%;
    }

.ui-vip-pay-treaty {
    display: flex;
    align-items: center;
    font-size: 15px;
}

    .ui-vip-pay-treaty label {
        display: flex;
        align-items: center;
        margin: 0;
        cursor: pointer;
    }

    .ui-vip-pay-treaty ~ input[type=button] {
        width: 100px;
        margin-top: 40px;
        padding: 10px;
        background-color: #123b81;
        color: #fff;
    }
/*开通选课*/
.ui-course-list {
    margin: 0 -1%;
    clear: both;
}

    .ui-course-list:after {
        content: "";
        display: block;
        clear: both;
        font-size: 0;
        overflow: hidden;
    }

.ui-course-item {
    float: left;
    padding: 0 1%;
    width: 25%;
    overflow: hidden;
    text-align: center;
}

    .ui-course-item .img {
        width: 100%;
        height: 156px;
        border: 1px solid #eee;
        border-radius: 10px;
        overflow: hidden;
    }

    .ui-course-item img {
        width: 100%;
        height: 100%;
    }

    .ui-course-item .title {
        margin: 10px 0 50px;
        font-size: 18px;
    }

.ui-course-serch {
    position: absolute;
    top: 0;
    right: 0;
}

    .ui-course-serch .glyphicon-search {
        cursor: pointer;
    }

.player-container {
    width: 720px;
    height: 480px;
}

.ui-extra-color {
    text-align: center;
}

    .ui-extra-color a {
        display: inline-block;
        margin: 0 15px 25px 0;
        font-size: 18px;
    }

        .ui-extra-color a span {
            display: inline-block;
            width: 70px;
            height: 26px;
            margin-right: 10px;
            vertical-align: bottom;
        }

.ui-extra-img {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 50px;
}

    .ui-extra-img img {
        width: 100%;
    }
/*登录、注册*/
.ui-form-list {
    width: 300px;
    margin: 0 auto;
}

.ui-form-header {
    text-align: center;
    padding: 45px;
    color: #333;
    font-size: 28px;
}

.ui-form-item {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

    .ui-form-item:last-child, .ui-form-item:nth-last-child(2) {
        padding: unset;
        border: none;
    }

    .ui-form-item input[type=button] {
        width: 100%;
        padding: 10px;
        color: #fff;
        background-color: #123b81;
    }

.ui-form-link-l {
    float: left;
    color: #2f63bc;
}

.ui-form-link-r {
    float: right;
    color: #2f63bc;
}

.getCode {
    display: inline-block;
    width: 35%;
    text-align: right;
    border-left: 1px solid #e2e2e2
}

.valimg {
    width: 80px;
    height: 34px;
    position: absolute;
    top: 4px;
    right: 0
}
/*media*/

@media(max-width:768px) {
    .ui-vip-wrapper {
        width: 100%;
    }

    .ui-vip-left-menu {
        width: 100%;
        margin-bottom: 30px;
    }

    .ui-vip-right-content {
        width: 100%;
    }

    .ui-vip-content {
        width: 100%;
    }

    .ui-course-item {
        padding: 0 1%;
        width: 50%;
    }

        .ui-course-item .title {
            margin: 10px 0 20px;
        }

    .ui-course-serch {
        position: relative;
        padding-bottom: 15px;
        border-bottom: 1px solid #D8DCE1;
        margin-bottom: 10px;
    }

        .ui-course-serch .glyphicon-search {
            position: absolute;
            right: 0;
        }

    .player-container {
        width: 100%;
        height: 280px;
    }

    .ui-extra-color {
        text-align: left;
    }

        .ui-extra-color a {
            margin: 0 18px 20px;
            font-size: 14px;
        }

            .ui-extra-color a span {
                width: 25px;
                height: 10px;
                vertical-align: unset;
            }

    .ui-extra-img {
        padding: 20px 0 50px;
    }

  
        .ui-vip-form-item label {
            width: 100% !important;
        }

        .ui-vip-form-item input[type=text], .ui-vip-form-item input[type=password] {
            width: 100%;
        }

        .ui-vip-form-item input[type=button] {
            width: 100%;
            margin-left:0;
        }

}
