@charset "UTF-8";

span {
    display: inline-block;
}

/* 媒介宽度最小640px */
@media screen and (min-width: 640px) {
    .UserCertificate-header {
        height: 300px !important;
    }

    .UserCertificate-box {
        margin-top: -230px !important;
    }

    .SingleTraining .ListMenu .am-thumbnails .text {
        margin-top: 5% !important;
    }

    .InvitationToLecture .yqh {
        width: 70% !important;
    }

    .UserCertificate-box .CourseStatus ul li {
        background-size: auto 80% !important;
    }

        .UserCertificate-box .CourseStatus ul li p {
            margin-top: 40px !important;
            margin-bottom: 100px !important;
        }
    /*  个人中心考试 */
    .finalScore .score .con .text .flex {
        margin-top: 10% !important;
        width: 90%;
        margin: 0 auto;
    }
    /*  */
    .register .EsignPic {
        width: 640px;
        margin: 0 auto;
    }
}
/* 5s小手机 */
@media screen and (min-width: 280px) and (max-width: 300px) {
    .UserCertificate-box .zhengshu .CertificatePic .word .UserPic {
        margin-right: 15% !important;
    }

    .UserCertificate-box .zhengshu .CertificatePic .word .UserList {
        flex: 0 0 54% !important;
    }

        .UserCertificate-box .zhengshu .CertificatePic .word .UserList p {
            line-height: 16px !important;
        }

        .UserCertificate-box .zhengshu .CertificatePic .word .UserList span {
            font-size: 12px !important;
        }
}

/*适配苹果X*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
}

.flex {
    display: flex;
}

    .flex .item {
        flex: 1;
        align-self: center;
    }
/* 通用样式 */
.box .title h3 {
    position: relative;
    padding-top: 10px;
    text-indent: 2em;
}

    .box .title h3::after {
        content: '';
        position: absolute;
        left: 10px;
        bottom: 5%;
        width: 3px;
        height: 60%;
        background: #1235b3;
    }
/* 个人中心 */
.UserBg {
    background: #e6edff;
    background-image: linear-gradient(#e6edff, #fff);
}

.user-header {
    background: #4468fd;
}

    .user-header .am-header-title {
        margin: 0 auto;
        display: block;
        text-align: center;
        color: #fff;
    }

.role-box {
    margin: 0 4% !important;
}

    .role-box .role-title {
        font-size: 18px;
        margin-top: 20px;
        font-weight: 600;
    }

        .role-box .role-title span {
            color: #0046fe;
            margin-left: 5px;
        }

    .role-box .role-list {
        margin: 0 -5px;
        margin-top: 10px;
    }

        .role-box .role-list ul li {
            padding: 7px;
            text-align: center;
        }

            .role-box .role-list ul li a {
                display: block;
                padding: 15px 0;
                border-radius: 5px;
                background: #fff;
                border: 1px solid #fff;
                box-shadow: 0 0 10px rgba(0, 0, 0, .1);
            }

        .role-box .role-list ul {
            padding-left: 0;
        }

            .role-box .role-list ul li a p {
                margin-top: 5px;
                font-size: 16px;
            }

            .role-box .role-list ul li a img {
                width: auto;
                height: 60px;
            }

    .role-box .BottomBtn {
        padding-bottom: 20px;
    }

        .role-box .BottomBtn button {
            width: 35% !important;
            font-size: 18px;
            border-radius: 0;
            border: none;
            padding: 15px 0;
        }

/* 我的证书 */
.UserCertificate-header {
    background: url(../images/zsBg.png) no-repeat;
    height: 150px;
    background-size: 100% 100% !important;
}

.UserCertificate-box .top {
    padding: 0 10px;
}

    .UserCertificate-box .top .name h1 {
        font-weight: 500;
        text-indent: .5em;
        color: #fff;
    }

    .UserCertificate-box .top .user {
        background: none;
    }

    .UserCertificate-box .top .Label .hdzs {
        width: 120px;
        margin-right: 10px;
    }

    .UserCertificate-box .top .Label .LightUp {
        display: inline-block;
        vertical-align: middle;
    }

    .UserCertificate-box .top .Label .hdzs img {
        width: 100%;
    }

.UserCertificate-box .CourseStatus {
    margin-top: 15%;
    background: #fff;
    padding-top: 20px;
    border-radius: 5px;
    text-align: center;
}

    .UserCertificate-box .CourseStatus ul {
        font-size: 0;
    }

        .UserCertificate-box .CourseStatus ul li {
            width: 27%;
            margin: 0 3%;
            margin-bottom: 20px;
            display: inline-block;
            vertical-align: text-top;
            overflow: hidden;
            background: url(../images/zs-badge-off.png) no-repeat center top;
            background-size: 105% auto;
            font-size: 14px;
            text-align: center;
        }

            .UserCertificate-box .CourseStatus ul li p {
                margin-top: 20px;
                height: 50px;
                line-height: 50px;
                margin-bottom: 60px;
            }

            .UserCertificate-box .CourseStatus ul li h1 {
                margin-top: -15px;
                margin-bottom: 0;
                font-size: 14px;
                font-weight: normal;
            }

        .UserCertificate-box .CourseStatus ul .on {
            background: url(../images/zs-badge.png) no-repeat center top;
            background-size: 105% auto;
        }

.UserCertificate-box .zhengshu .block {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
}

    .UserCertificate-box .zhengshu .block .title {
        font-size: 16px;
        font-weight: 600;
        padding: 10px 0;
        padding-bottom: 0;
        text-align: center;
    }

    .UserCertificate-box .zhengshu .block .BlockPic {
        position: relative;
        margin: 10px;
        border-radius: 5px;
        overflow: hidden;
        /* border: 1px solid #9E9E9E; */
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, .07);
    }

    .UserCertificate-box .zhengshu .block .btn {
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 15px;
    }

        .UserCertificate-box .zhengshu .block .btn .am-btn {
            border: none;
            width: 45%;
            margin-right: 5%;
        }

            .UserCertificate-box .zhengshu .block .btn .am-btn:last-child {
                margin-right: 0;
            }

        .UserCertificate-box .zhengshu .block .btn .am-btn-primary {
            background: #42aaff;
        }

        .UserCertificate-box .zhengshu .block .btn .am-btn-warning {
            background: #f6b331;
        }

.UserCertificate-box .zhengshu .CertificatePic .word {
    width: 100%;
    position: absolute;
    height: 55%;
    top: 28%;
    left: 5%;
    display: flex;
}

    .UserCertificate-box .zhengshu .CertificatePic .word .UserPic {
        flex: 0 0 25%;
        margin-top: 10px;
        margin-right: 13%;
        background: #eee;
        border-radius: 5px;
        overflow: hidden;
    }

        .UserCertificate-box .zhengshu .CertificatePic .word .UserPic img {
            height: 100%;
        }

    .UserCertificate-box .zhengshu .CertificatePic .word .UserList {
        flex: 0 0 55%;
        /* border: 1px solid red; */
    }

        .UserCertificate-box .zhengshu .CertificatePic .word .UserList p {
            display: flex;
            height: 20%;
            margin-bottom: 5%;
            line-height: 30px;
            /* background: #ff000014; */
        }

            .UserCertificate-box .zhengshu .CertificatePic .word .UserList p:first-child {
                margin-bottom: 5.5% !important;
            }

        .UserCertificate-box .zhengshu .CertificatePic .word .UserList span {
            flex: 1;
            overflow: hidden;
            /* text-overflow:ellipsis;
   display:-webkit-box;
   -webkit-box-orient:vertical;
   -webkit-line-clamp:1; */
            font-size: 1.25rem;
            padding-left: 11%;
            color: #333;
        }

        .UserCertificate-box .zhengshu .CertificatePic .word .UserList .IdNumber {
            overflow: initial;
        }

        .UserCertificate-box .zhengshu .CertificatePic .word .UserList .name {
            flex: 0 0 46%;
            padding-left: 0;
            font-size: 12px;
        }

        .UserCertificate-box .zhengshu .CertificatePic .word .UserList .sex {
            padding-left: 20%;
        }

        .UserCertificate-box .zhengshu .CertificatePic .word .UserList .date {
            flex: 0 0 45%;
            font-size: 10px;
            padding-left: 10% !important;
        }

/* 师资证书 */
.UserCertificate-box .zhengshu .am-panel-group {
    margin: 20px 10px;
}

    .UserCertificate-box .zhengshu .am-panel-group .am-panel-title {
        font-weight: normal;
    }

    .UserCertificate-box .zhengshu .am-panel-group .am-panel-bd p {
        margin-bottom: 0;
    }

        .UserCertificate-box .zhengshu .am-panel-group .am-panel-bd p span {
            color: #999;
        }

            .UserCertificate-box .zhengshu .am-panel-group .am-panel-bd p span:nth-child(2) {
                margin-left: 20px;
            }

/* 证书2 */
.CertificatePic2 .word {
    height: 48% !important;
}

    .CertificatePic2 .word .UserList {
        flex: 0 0 60% !important;
    }

        .CertificatePic2 .word .UserList p {
            margin-top: 6% !important;
            line-height: 20px !important;
            margin-bottom: 7% !important;
        }

.CertificatePic2 .word {
    top: 25% !important;
    left: 0 !important;
}

    .CertificatePic2 .word .UserPic {
        flex: 0 0 20% !important;
        margin-left: 5%;
        margin-right: 15% !important;
    }

    .CertificatePic2 .word .UserList .sex {
        padding-left: 30% !important;
    }

    .CertificatePic2 .word .UserList .date {
        flex: 0 0 80% !important;
        padding-left: 17% !important;
        font-size: 1.25rem !important;
    }

    /* .CertificatePic2 .word .UserList .BottomCoding span{
    padding-left: 0 !important;
} */
    .CertificatePic2 .word .UserList .BottomCoding {
        width: 83%;
        text-align: right;
        margin-top: 21% !important;
        margin-left: 10%;
        /* border: 1px solid red; */
    }
    /*初级救护员证书begin*/
/* 证书2 */
.CertificatePic8 .word {
    height: 48% !important;
}

    .CertificatePic8 .word .UserList {
        flex: 0 0 60% !important;
    }

        .CertificatePic8 .word .UserList p {
            margin-top: 6% !important;
            line-height: 20px !important;
            margin-bottom: 7% !important;
        }

.CertificatePic8 .word {
    top: 25% !important;
    left: 0 !important;
}

    .CertificatePic8 .word .UserPic {
        flex: 0 0 20% !important;
        margin-left: 5%;
        margin-right: 15% !important;
    }

    .CertificatePic8 .word .UserList .sex {
        padding-left: 30% !important;
    }

    .CertificatePic8 .word .UserList .date {
        flex: 0 0 80% !important;
        padding-left: 17% !important;
        font-size: 1.25rem !important;
    }

    /* .CertificatePic8 .word .UserList .BottomCoding span{
    padding-left: 0 !important;
} */
    .CertificatePic8 .word .UserList .BottomCoding {
        width: 83%;
        text-align: right;
        margin-top: 21% !important;
        margin-left: 10%;
        /* border: 1px solid red; */
    }
    /*end*/
.ShowBg {
    background: #fff url(../images/wdzs-bg.png) no-repeat;
    background-size: 103% 132%;
    background-position-x: -5px;
    padding-top: 60px;
    border-radius: 10px !important;
    overflow: hidden;
}

    .ShowBg .am-modal-bd {
        padding: 15px 20px;
    }

    .ShowBg #showPic {
        border: 5px solid #fff;
        border-radius: 5px;
        background: #fff;
    }

    .ShowBg .am-modal-bd {
        position: relative;
    }

    .ShowBg .SavePicText {
        color: #2d72f4;
        font-size: 12px;
    }

    .ShowBg #ShowText {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #222;
        font-size: 14px;
    }

        .ShowBg #ShowText strong {
            font-weight: 600;
        }

/* 证书3 */
#generate3 .word .UserList2 {
    flex: 0 0 100% !important;
}

#generate3 .word {
    width: 80%;
    left: 10%;
    top: 45%;
    font-size: 12px;
}

    #generate3 .word .UserList2 p {
        line-height: 24px;
        font-weight: 600;
    }

    #generate3 .word .UserList2 .name {
        width: 40%;
        font-size: 12px;
        overflow: hidden;
        text-align: right;
    }

    #generate3 .word .UserList2 span {
        font-size: 14px;
        height: 20px;
        line-height: 18px;
        font-weight: normal;
        margin-right: 5px;
        vertical-align: text-top;
    }

/* 实操 */
.ExamList .list-top {
    text-align: center;
    margin-top: 20px;
}

.ExamList .am-list-news {
    padding-top: 20px;
}

    .ExamList .am-list-news .am-list-news-bd .right-btn {
        position: absolute;
        top: 5%;
        right: 10px;
    }

        .ExamList .am-list-news .am-list-news-bd .right-btn .am-badge {
            font-weight: normal;
            border-radius: 5px;
            padding: 5px 20px;
        }

        .ExamList .am-list-news .am-list-news-bd .right-btn .am-badge-success {
            background: #45cf9d;
            box-shadow: 0 5px 10px 0 rgba(69, 207, 157, .3);
        }

    .ExamList .am-list-news .am-list > li {
        border: none;
        padding: 10px 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .ExamList .am-list-news .am-list p {
        font-size: 14px;
        color: #999;
        margin-bottom: 10px;
    }

.ExamList .bottom-search {
    margin-top: 20px;
}

    .ExamList .bottom-search .am-icon {
        position: absolute;
        top: 10px;
        left: 15px;
        font-size: 18px;
        z-index: 10;
        color: #999;
    }

    .ExamList .bottom-search .am-input-group {
        border-radius: 20px;
        background: #f9f9f9;
    }

    .ExamList .bottom-search .input {
        position: relative;
    }

        .ExamList .bottom-search .input .am-form-field {
            text-indent: 2em;
            border: none;
            background: none;
        }

    .ExamList .bottom-search .am-input-group-btn > .am-btn {
        border: none;
        background: none;
        font-size: 14px;
    }

    .ExamList .bottom-search .menu {
        margin-top: 20px;
        text-align: center;
    }

        .ExamList .bottom-search .menu .am-btn {
            background: #2d72f4;
            margin: 0 5px;
            border-radius: 5px;
        }

/* 观看记录 */
.WatchHistory-box {
    margin-top: 20px;
}

    .WatchHistory-box .list .am-panel-hd .title.title {
        margin-bottom: 0;
    }

    .WatchHistory-box .am-panel-default h2 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .WatchHistory-box .am-list-news .am-list > li {
        border-top: none;
        margin-bottom: 15px;
        padding-top: 0;
        padding-bottom: 15px;
    }

    .WatchHistory-box .am-list-news .am-list-thumb {
        overflow: hidden;
        height: 100px;
        max-height: 100px;
        background: #eee;
        border-radius: 5px;
        padding-right: 0 !important;
    }

        .WatchHistory-box .am-list-news .am-list-thumb img {
            height: 100%;
        }

    .WatchHistory-box .am-list-news .am-list-item-hd {
        font-size: .9em;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .WatchHistory-box .am-list-news .am-list-main {
        padding-left: 20px !important;
        max-height: 2.6em;
    }

    .WatchHistory-box .am-list-news .am-list-item-text {
        max-height: 3em;
    }

        .WatchHistory-box .am-list-news .am-list-item-text p {
            margin-bottom: 5px;
            font-size: 14px;
        }

    .WatchHistory-box .am-list-news .RightBtn {
        text-align: right;
    }

        .WatchHistory-box .am-list-news .RightBtn .am-btn-primary {
            background: #496efd;
        }

        .WatchHistory-box .am-list-news .RightBtn .am-btn-danger {
            background: #ff0000;
        }

/* 累计得分 */
.AccumulatedScore-box {
    margin-top: -35px;
}

    .AccumulatedScore-box .common-list {
        background: #fff;
        border-radius: 5px;
        padding: 10px;
        margin: 7px;
    }

    .AccumulatedScore-box .list-top {
        text-align: left;
        text-indent: 1em;
        margin-top: 5px;
    }

        .AccumulatedScore-box .list-top h2 {
            margin-bottom: 5px;
            font-size: 16px;
        }

        .AccumulatedScore-box .list-top p {
            color: #ccc;
            font-size: 12px;
        }

    .AccumulatedScore-box .top {
        position: relative;
    }

        .AccumulatedScore-box .top .con {
            position: absolute;
            top: 0;
            width: 50%;
            height: 40px;
            line-height: 40px;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            text-align: right;
        }

            .AccumulatedScore-box .top .con p {
                margin-bottom: 0;
                margin: auto;
                color: #999;
                font-size: 14px;
            }

                .AccumulatedScore-box .top .con p strong {
                    font-size: 20px;
                    color: #2d72f4;
                    margin-left: 10%;
                    font-weight: 600;
                }

    .AccumulatedScore-box .am-list-news .am-list-item-dated .right-btn {
        position: absolute;
        top: 10%;
        right: 20px;
    }

        .AccumulatedScore-box .am-list-news .am-list-item-dated .right-btn .am-badge {
            border-radius: 15px;
            font-weight: bold;
            background: #e6eaf9;
            color: #2d72f4;
            padding: 5px 15px;
            font-size: 14px;
        }

    .AccumulatedScore-box .am-list-news .am-list > li {
        box-shadow: none;
        border-bottom: 1px solid #eee;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 10px;
        background: none;
    }

/* 信息完善 */
.CompleteUserInformation {
    margin-top: 20px;
}

    .CompleteUserInformation .am-panel-default {
        border: none;
        padding-top: 20px;
        border-radius: 10px;
        font-size: 14px;
    }

        .CompleteUserInformation .am-panel-default .stitle {
            font-weight: bold;
            border-left: 5px solid #1497db;
        }

        .CompleteUserInformation .am-panel-default .am-form-group {
            border-top: 1px solid #eee;
            padding-top: 15px;
            padding-bottom: 10px;
            margin-bottom: 0;
        }

            .CompleteUserInformation .am-panel-default .am-form-group .am-form-field {
                border: none;
            }

            .CompleteUserInformation .am-panel-default .am-form-group .mySelect {
                border: none;
            }

    .CompleteUserInformation .IDPhoto {
        font-size: 14px;
        font-weight: bold;
    }

    .CompleteUserInformation .am-form-group input {
        font-size: 14px;
    }

    .CompleteUserInformation .am-form-group label {
        font-weight: normal;
    }

    /*  */
    .CompleteUserInformation .boxCen {
        text-align: center;
        position: relative;
    }

    .CompleteUserInformation .file-clip {
        width: 100%;
        height: 300px;
        display: inline-block;
        vertical-align: bottom;
    }

    .CompleteUserInformation .file {
        position: relative;
        overflow: hidden;
    }

    .CompleteUserInformation .boxCen .file {
        vertical-align: bottom;
    }

    .CompleteUserInformation .service-file {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0;
        bottom: 0;
        cursor: pointer;
    }

    .CompleteUserInformation .file-btn {
        cursor: pointer;
    }

        .CompleteUserInformation .file-btn img {
            width: auto;
            height: 50px;
        }

    .CompleteUserInformation .RightBtn {
        position: absolute;
        top: 0;
        right: 5%;
        z-index: 100;
    }

        .CompleteUserInformation .RightBtn img {
            height: 25px;
        }

    .CompleteUserInformation .ItemFlex {
        display: flex;
        padding: 10px 0;
    }

        .CompleteUserInformation .ItemFlex .item {
            flex: 1;
        }

    .CompleteUserInformation .clipEnd img {
        width: 50%;
        display: block;
        margin: 10px auto;
        border: 1px solid #ddd;
    }

/* 讲课邀请函 */
.InvitationToLecture .yqh {
    position: relative;
    width: 95%;
    margin: 10px auto;
}

    .InvitationToLecture .yqh .text {
        position: absolute;
        width: 70%;
        left: 0;
        right: 0;
        top: 35%;
        height: 35%;
        /* border: 1px solid red; */
        margin: 0 auto;
    }

        .InvitationToLecture .yqh .text .t-right {
            text-align: right;
            padding-right: 20px;
        }

        .InvitationToLecture .yqh .text p {
            font-size: 15px;
            line-height: 30px;
            color: #444;
            margin-bottom: 0;
        }

        .InvitationToLecture .yqh .text .pl20 {
            padding-left: 20px;
        }

.InvitationToLecture .BottomBtnCon .am-btn {
    width: 30%;
    margin: 0 10px;
}

.InvitationToLecture .BottomBtnCon .am-btn-primary {
    background: #496efd;
    border: 1px solid #496efd;
}

.InvitationToLecture .title h2 {
    font-weight: normal;
    font-size: 20px;
}

/* 实体证书 */
.EntityCertificate-box .am-panel-default {
    box-shadow: none !important;
}

    .EntityCertificate-box .am-panel-default input {
        border: none;
    }

.EntityCertificate-box .am-form-group label {
    text-align: left;
}

    .EntityCertificate-box .am-form-group label .red {
        font-size: 18px;
        margin-right: 5px;
    }

.EntityCertificate-box .BottomBtn {
    margin-top: 10px;
}

    .EntityCertificate-box .BottomBtn .am-btn {
        border-radius: 5px;
        width: 100%;
        background: #496efd;
    }

.EntityCertificate-box .img-section {
    margin-left: 15px;
}

/* 救护员培训记录 */
.TrainingList-jhy .jhy-title {
    position: relative;
}

    .TrainingList-jhy .jhy-title h3 {
        margin-bottom: 20px;
        margin-left: 5px;
    }

    .TrainingList-jhy .jhy-title .RightBtn {
        position: absolute;
        top: 0;
        right: 0;
    }

        .TrainingList-jhy .jhy-title .RightBtn .btn {
            background: #ecf0ff;
            color: #496efd;
            font-size: 12px;
            border-radius: 15px;
            padding: 2px 15px;
        }

.TrainingList-jhy .am-panel-default .text .blue {
    font-size: 14px;
    color: #496efd;
    text-decoration: underline;
    margin-left: 10px;
}

/* 实操考核表 */
.AssessmentForm {
    padding-bottom: 20px !important;
    margin: 0;
    padding: 0 10px;
}

    .AssessmentForm .header {
        padding: 30px 0;
        color: #666;
        font-size: 18px;
    }

    .AssessmentForm .list {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        background: #fff;
    }

        .AssessmentForm .list .w25 {
            flex: 0 0 25%;
            padding-right: 5px !important;
        }

        .AssessmentForm .list .w40 {
            flex: 0 0 45%;
        }

        .AssessmentForm .list .w10 {
            flex: 0 0 10%;
        }

        .AssessmentForm .list .TextCenter {
            text-align: center;
        }

        .AssessmentForm .list .ListTitle {
            background: #def2ff;
            height: 40px;
            line-height: 40px;
            padding: 0 15px;
            margin-bottom: 10px;
        }

            .AssessmentForm .list .ListTitle .item {
                color: #0a74e8;
                font-weight: 600;
                font-size: 15px;
            }

        .AssessmentForm .list .ListCon ul li {
            padding: 10px 15px;
            padding-bottom: 0;
        }

        .AssessmentForm .list .ListCon ol li {
            padding: 0;
        }

        .AssessmentForm .list .ListCon ul li:nth-child(odd) {
            background: #fff;
        }

        .AssessmentForm .list .ListCon ul li:nth-child(even) {
            background: #f2faff;
        }

        .AssessmentForm .list .ListCon ol li:nth-child(odd),
        .AssessmentForm .list .ListCon ol li:nth-child(even) {
            background: none;
        }

        .AssessmentForm .list .ListCon ul,
        .AssessmentForm .list .ListCon ol {
            padding: 0;
            margin: 0;
        }

        .AssessmentForm .list .ListCon .ItemTitle {
            align-self: initial;
        }

        .AssessmentForm .list .ListCon .item {
            font-size: 14px;
            color: #666666;
        }

            .AssessmentForm .list .ListCon .item p {
                padding-bottom: 5px;
                margin-bottom: 5px;
                margin-right: 10px;
            }

        .AssessmentForm .list .ListCon ol:last-child .w40 p {
            border-bottom: none;
        }

        .AssessmentForm .list .ListCon .item.w40 p {
            border-bottom: 1px solid #eee;
        }

        .AssessmentForm .list .ListCon .item span {
            font-size: 18px;
            width: 100%;
            height: 30px;
            text-align: center;
        }

        .AssessmentForm .list .ListCon .am-btn-num {
            width: 100% !important;
            display: inline-block;
            border: none;
            overflow: hidden;
            padding: 0 5px;
            border-radius: 3px;
            margin-bottom: 5px;
        }

        .AssessmentForm .list .ListCon .RightEdit {
            font-size: 0;
            text-align: center;
        }

            .AssessmentForm .list .ListCon .RightEdit .amount {
                display: inline-block;
                vertical-align: middle;
                width: 30%;
                background: #f8654f;
                color: #fff;
                height: 26px;
                line-height: 26px;
                font-size: 16px;
                border-radius: 3px;
            }

            .AssessmentForm .list .ListCon .RightEdit i {
                font-size: 12px;
                display: inline-block;
                vertical-align: middle;
                width: 35%;
                /* height: 25px;
    line-height: 25px; */
                /* background: #eee; */
                color: #f8654f;
            }

        .AssessmentForm .list .ListCon .EditBtn {
            display: none;
        }

        .AssessmentForm .list .ListCon .am-btn {
            font-size: 12px !important;
            display: inline-block;
            vertical-align: top;
            width: 33.3% !important;
            border: none;
            padding: 0;
            height: 24px !important;
            line-height: 24px;
            border-radius: 3px;
        }

        .AssessmentForm .list .ListCon .NumText {
            border-radius: 0;
        }

        .AssessmentForm .list .ListCon .am-btn-warning {
            background: #f8654f;
        }

        .AssessmentForm .list .ListCon .BgBlue {
            background: #f2faff;
        }

    .AssessmentForm .BottomText {
        text-align: center;
        background: #f2faff;
        margin-bottom: 20px;
        padding: 20px 10px;
        padding-left: 20px !important;
        border-radius: 0 0 10px 10px;
    }

        .AssessmentForm .BottomText .text {
            text-align: left;
            flex: 0 0 70%;
        }

            .AssessmentForm .BottomText .text .title {
                font-size: 18px;
                color: #666;
                margin-bottom: 10px;
            }

                .AssessmentForm .BottomText .text .title span {
                    font-size: 20px;
                    margin: 0 5px;
                }

                .AssessmentForm .BottomText .text .title strong {
                    color: #0a74e8;
                    margin-left: 10px;
                    font-size: 24px;
                }

            .AssessmentForm .BottomText .text .LeftText {
                background: #fff;
                padding: 0 10px;
                height: 35px;
                line-height: 35px;
                border-radius: 3px;
                box-shadow: 0 0 3px 3px rgba(0, 0, 0, .03);
                margin-right: 10px;
            }

        .AssessmentForm .BottomText .right .btn {
            background: #f2a621;
            display: inline-block;
            color: #fff;
            border-radius: 10px;
            padding: 10px;
            margin-top: 5%;
        }

/* 加减分 */
.Spinner {
    display: block;
    overflow: hidden;
}

    .Spinner .Amount {
        width: 40%;
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        border-width: 1px 0;
        border-style: solid;
        border-color: #d9d9d9;
        float: left;
        text-align: center;
        color: #565656;
        outline: 0;
    }

    .Spinner a {
        font-size: 12px;
        display: inline-block;
        width: 30%;
        height: 25px;
        border: 1px solid #d9d9d9;
        background-color: #f7f7f7;
        float: left;
        cursor: pointer;
        outline: 0;
        text-align: center;
    }

        .Spinner a i {
            font-style: normal;
            background: url(../images/BuynBtn.png) no-repeat;
            display: inline-block;
            vertical-align: middle;
            width: 9px;
            height: 9px;
            text-indent: 999999%;
            overflow: hidden;
        }

    .Spinner .Decrease i {
        background-position: -9px -9px;
    }

    .Spinner .Increase i {
        background-position: -9px -0px;
    }

    .Spinner .DisDe i {
        background-position: -0px -9px;
    }

    .Spinner .DisIn i {
        background-position: -0px -0px;
    }


/* 签名 */
.AssessmentForm .BottomText .text .pic {
    width: 100px;
    height: 35px;
    line-height: 32px;
    position: relative;
    z-index: 1100;
    background: #fff;
}

#canvasEdit {
    width: 90%;
    height: 200px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
}

#EsignPic,
.EsignPic {
    display: none;
    position: fixed;
    padding: 10px 0;
    padding-top: 20px;
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}

    #EsignPic .btnDiv a,
    .EsignPic .btnDiv a {
        color: #fff;
        margin: 0 20px;
        padding: 3px 20px;
        border: 1px solid #fff;
    }

    #EsignPic .canvasDiv,
    .EsignPic .canvasDiv {
        text-align: center;
    }

    #EsignPic .btnDiv,
    .EsignPic .btnDiv {
        text-align: center;
    }

.AssessmentForm .BottomText .text .pic .imgDiv,
.AssessmentForm .BottomText .text .pic .imgDiv span {
    height: 100%;
}

.AssessmentForm .BottomText .text .pic #sign_show img {
    height: 100%;
}

.AssessmentForm .ListBottom {
    margin-top: 10px;
    background: #f2faff;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.AssessmentForm .BottomBtn a {
    width: 70%;
    background: #1d89f7;
    border-radius: 10px;
    padding: 10px 0;
}

#CPR-exam {
    width: 350px;
}

    #CPR-exam .title {
        width: 70%;
    }

    #CPR-exam .am-modal-dialog {
        background: #0046fe;
        background-image: linear-gradient(#1d89f7 50%, #7ad2fd);
    }

        #CPR-exam .am-modal-dialog .am-modal-bd {
            background: #fff;
            border-radius: 10px;
            margin: 0 15px;
            margin-bottom: 20px !important;
            padding: 10px;
            text-align: left;
        }

            #CPR-exam .am-modal-dialog .am-modal-bd .menu {
                margin: 0;
                padding: 0;
                flex-flow: wrap;
                justify-content: space-around;
            }

                #CPR-exam .am-modal-dialog .am-modal-bd .menu .item {
                    flex: 0 0 23%;
                    background: #f2faff;
                    text-align: center;
                    padding: 5px 0;
                    margin-bottom: 5px;
                    border-radius: 5px;
                    color: #333;
                    font-size: 14px;
                }

                    #CPR-exam .am-modal-dialog .am-modal-bd .menu .item.on {
                        background: #1d89f7;
                        color: #fff;
                    }

            #CPR-exam .am-modal-dialog .am-modal-bd .list {
                border-top: 1px solid #eee;
            }

                #CPR-exam .am-modal-dialog .am-modal-bd .list .stitle {
                    margin: 10px 0;
                    color: #666;
                }

                #CPR-exam .am-modal-dialog .am-modal-bd .list .con {
                    align-items: stretch;
                    /* cross axis */
                    justify-content: space-between;
                    /* main axis */
                    flex-flow: row wrap;
                }

                    #CPR-exam .am-modal-dialog .am-modal-bd .list .con .pic {
                        flex: 0 0 25%;
                        margin-right: 5%;
                    }

                    #CPR-exam .am-modal-dialog .am-modal-bd .list .con p {
                        margin-bottom: 5px;
                        font-size: 14px;
                        color: #333;
                    }

/* 组团开班 */
.GroupFrom .header {
    padding-top: 30px;
}

    .GroupFrom .header strong {
        position: relative;
        display: inline-block;
        padding-bottom: 5px;
        font-size: 18px;
        font-weight: 600;
    }

        .GroupFrom .header strong::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 30px;
            height: 3px;
            border-radius: 5px;
            background: #496efd;
            display: block;
            margin: 0 auto;
        }

.GroupFrom .prompt .stitle {
    width: 220px;
}

.GroupFrom .am-form {
    padding: 0 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

    .GroupFrom .am-form .item {
        flex: 1;
    }

    .GroupFrom .am-form .am-form-group {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: center;
    }

        .GroupFrom .am-form .am-form-group label {
            flex: 0 0 100px;
            padding-top: 5px;
        }

    .GroupFrom .am-form .item input {
        border-bottom: none;
    }

    .GroupFrom .am-form .pxlx {
        flex: 0 0 40%;
    }

    .GroupFrom .am-form select {
        font-size: 14px;
        border: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.GroupFrom .prompt {
    margin-top: 30px;
    border-radius: 10px;
    border: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.GroupFrom .am-btn-warning {
    background: #ffb400;
    border: none;
}

.UpNotice {
    top: 20%;
}

    .UpNotice .BottomBtn .am-btn-warning {
        padding: 5px 30px;
        background: #ff9c00;
        border: none;
    }

    .UpNotice .am-modal-bd {
        font-size: 14px;
        padding-top: 0 !important;
        padding: 10px 30px;
        color: #888;
        text-align: left;
    }


/* 新建培训 */
.NewTraining {
    background: #fff;
    margin-top: 20px;
    border-radius: 5px;
}

    .NewTraining .header {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .NewTraining .am-form-group {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

        .NewTraining .am-form-group .RedStar {
            color: red;
            margin-right: 5px;
        }

    .NewTraining .am-form input {
        border: none;
    }

    .NewTraining .BlueBg {
        background: #1594ff;
        color: #fff;
        border-radius: 5px;
        padding: 5px 10px;
    }

        .NewTraining .BlueBg .am-radio-inline {
            margin-left: 10px;
        }

    .NewTraining .StartDate .am-alert-danger {
        margin-bottom: 5px;
    }

    .NewTraining .StartDate .am-u-sm-6 {
        padding: 0;
    }

    .NewTraining .StartDate .am-btn {
        padding: 5px 7px;
        margin-right: 0;
        margin-left: 10px;
    }

    .NewTraining .TrainingAddress .am-input-group-btn .am-btn-secondary {
        background: #deefff;
        color: #1594ff;
        border: none;
        border-radius: 5px;
    }

    .NewTraining .BootomBtn .am-btn {
        border-radius: 3px;
        margin-bottom: 10px;
        padding: .7em 1em;
    }

    .NewTraining .BootomBtn .am-btn-primary {
        background: #1e36ff;
    }

    .NewTraining .BootomBtn .am-btn-blue {
        border: 1px dotted #1e36ff;
        color: #1e36ff;
        background: #f0f3ff;
    }

    .NewTraining .BootomBtn .am-btn-orange {
        border: 1px dotted #ffa915;
        color: #ffa915;
        background: #fffff0;
    }

    .NewTraining .am-modal-dialog {
        width: 90%;
    }

    .NewTraining .am-modal-hd {
        height: 30px;
    }

    .NewTraining .am-modal-bd {
        padding: 20px 20px;
        padding-bottom: 0;
    }

    .NewTraining .am-modal-dialog .list {
        margin-top: 20px;
    }

    .NewTraining .am-modal-dialog .am-input-group .am-form-field {
        border-radius: 20px 0 0 20px;
        border: none;
        background: #f3f3f3;
    }

    .NewTraining .am-modal-dialog .am-input-group-btn .am-btn {
        border-radius: 0 20px 20px 0;
        border: none;
        background: #1594ff;
    }

    .NewTraining .am-modal-dialog .am-input-group-btn .am-btn-default {
        color: #fff;
        line-height: 0;
    }

    .NewTraining .am-modal-dialog .list .LeftIcon {
        flex: 0 0 15%;
        /* background: red; */
        align-self: flex-start;
    }

        .NewTraining .am-modal-dialog .list .LeftIcon img {
            width: 20px;
        }

    .NewTraining .am-modal-dialog .list .flex {
        margin: 15px 0;
        background: url(../images/shizi/up-off.png) no-repeat center right;
        background-size: 16px auto;
    }

    .NewTraining .am-modal-dialog .list .current {
        background: url(../images/shizi/up-on.png) no-repeat center right;
        background-size: 16px auto;
    }

    .NewTraining .am-modal-dialog .list .item {
        text-align: left;
    }

    .NewTraining .am-modal-dialog .list .LabelBtn {
        background: #fec438;
        border-radius: 15px;
        padding: 0 15px;
        font-weight: normal;
        font-size: 13px;
        color: #fff;
        margin-left: 10px;
    }

    .NewTraining .am-modal-dialog .list .item h3 {
        margin-bottom: 5px;
    }

    .NewTraining .am-modal-dialog .list .item p {
        font-size: 14px;
        color: #999;
    }

    .NewTraining .am-form label {
        font-weight: normal;
    }

    .NewTraining .am-form .am-radio-inline {
        display: inline-block;
    }

.am-checkbox input[type=checkbox],
.am-checkbox-inline input[type=checkbox],
.am-radio input[type=radio],
.am-radio-inline input[type=radio] {
    width: 20px;
    margin-right: 5px;
}

/* 师资信息 */
.TeacherInformation .list ul {
    padding-left: 0;
}

    .TeacherInformation .list ul li {
        background: #f9f9f9;
        padding: 20px;
        border-top: 1px solid #eee;
        margin-bottom: 15px;
    }

        .TeacherInformation .list ul li .am-list-item-text {
            font-size: 14px;
            margin-bottom: 10px;
            color: #888;
            display: flex;
            flex-wrap: wrap;
        }

            .TeacherInformation .list ul li .am-list-item-text label,
            .TeacherInformation .list ul li .am-list-item-text h3 {
                color: #666;
            }

            .TeacherInformation .list ul li .am-list-item-text .am-checkbox-inline {
                color: #888;
            }

        .TeacherInformation .list ul li .txtScore {
            width: 60px;
        }

        .TeacherInformation .list ul li input {
            width: auto;
            padding: 5px 10px;
        }

        .TeacherInformation .list ul li .spanLevel {
            background: #fec438;
            border-radius: 15px;
            padding: 0 10px;
            font-weight: normal;
            font-size: 13px;
            color: #fff;
            margin-left: 10px;
        }

        .TeacherInformation .list ul li .TrainingContent .am-checkbox-inline {
            flex: auto;
            text-align: left;
            margin-left: 0;
            margin-left: 10px;
        }



/* 联系方式 */
.ContactInformation {
    margin: 0 !important;
    padding-bottom: 20px;
}

    .ContactInformation .con {
        margin-top: -30% !important;
        position: relative;
        margin: 0 25px;
        padding: 15px;
        background: rgba(227, 238, 250, .8);
        box-shadow: 0 5px 10px rgba(25, 121, 244, .2);
        border-radius: 15px;
    }

        .ContactInformation .con .am-list li {
            display: flex;
            background: none;
            border: none;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(0, 0, 0, .05);
            margin-bottom: 10px;
        }

            .ContactInformation .con .am-list li:last-child {
                border-bottom: none;
                padding-bottom: 0;
                margin-bottom: 0;
            }

        .ContactInformation .con .am-list .icon {
            display: inline-block;
            width: 23px;
            height: 23px;
            font-size: 0;
            margin-right: 5px;
            vertical-align: top;
        }

        .ContactInformation .con .am-list li .item {
            flex: 0 0 85%;
        }

        .ContactInformation .con .am-list li .RightIcon {
            flex: 0 0 15%;
            text-align: right;
        }

            .ContactInformation .con .am-list li .RightIcon a {
                display: block;
            }

            .ContactInformation .con .am-list li .RightIcon img {
                width: 26px;
            }

        .ContactInformation .con .am-list li h3 {
            height: 30px;
            line-height: 30px;
            margin-bottom: 5px;
        }

        .ContactInformation .con .am-list li p {
            font-size: 14px;
            line-height: 20px;
        }

/* 视频列表 */
.VideoBox {
    margin: 0;
    margin-top: -130px;
    background: url(../images/video/bg.jpg) repeat-y;
    background-size: 100% auto;
    padding-bottom: 10px;
}

    .VideoBox .list {
        background: #e9f4fe;
        margin: 0 2.5%;
        padding: 20px 10px;
        border-radius: 0 0 10px 10px;
        padding-bottom: 0;
    }

        .VideoBox .list .flex {
            padding-left: 0;
            width: 100%;
            /* min-height: 500px; */
            display: inline-block;
            overflow: hidden;
            column-count: 2;
            -moz-column-count: 2;
            /* Firefox */
            -webkit-column-count: 2;
            /* Safari 和 Chrome */
            column-gap: 10px;
            /*  IE9以下浏览器版本兼容 */
            -moz-column-gap: 10px;
            -webkit-column-gap: 10px;
        }

            .VideoBox .list .flex li {
                width: 100%;
                display: inline-block;
                margin-bottom: 5px;
                background: #fff;
                border-radius: 5px;
                overflow: hidden;
            }

                .VideoBox .list .flex li .pic {
                    border-radius: 5px;
                }

                .VideoBox .list .flex li .text {
                    padding: 10px;
                    padding-top: 5px;
                }

                    .VideoBox .list .flex li .text p {
                        margin-bottom: 0;
                        font-size: 14px;
                        line-height: 20px;
                    }

#UpVideo {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
}

.RightBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

    .RightBtn p {
        color: #fff;
        font-size: 12px;
        margin-top: 5px;
        text-align: center;
    }

    .RightBtn ul li {
        margin-bottom: 20px;
    }

        .RightBtn ul li img {
            width: 30px;
        }

#UpShare {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    background: rgba(0, 0, 0, .8) url(../images/video/share-arr.png) no-repeat top right;
    background-size: 70% auto;
}

/*  */
#doc-modal-wdzs .am-modal-bd {
    margin-top: 15px;
}

    #doc-modal-wdzs .am-modal-bd a {
        margin-bottom: 10px;
        display: block;
    }

        #doc-modal-wdzs .am-modal-bd a img {
            width: auto;
            height: 50px;
        }

/* 单项训练 */
.SingleTraining .am-header {
    background: none;
    position: absolute;
    z-index: 10;
}

    .SingleTraining .am-header .am-header-title {
        width: 30%;
        display: block;
        text-align: center;
        margin: 0 auto;
        color: #fff;
    }

.SingleTraining .top {
    position: relative;
}

    .SingleTraining .top .text {
        position: absolute;
        top: 35%;
        left: 6%;
    }

        .SingleTraining .top .text .title {
            width: 55%;
            margin-bottom: 10px;
        }

        .SingleTraining .top .text .scon span {
            color: #fff;
            margin-right: 10px;
        }

.SingleTraining .box {
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.SingleTraining .ListMenu {
    padding: 0 20px;
    margin-top: -20%;
}

    .SingleTraining .ListMenu .title {
        text-align: center;
        color: #333;
        font-size: 18px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .SingleTraining .ListMenu .am-thumbnails {
        margin-top: 20px;
    }

        .SingleTraining .ListMenu .am-thumbnails li {
            background: #f5f6fa;
            margin-bottom: 20px;
            padding: 10px 0;
            border-radius: 3px;
        }

        .SingleTraining .ListMenu .am-thumbnails .pic {
            text-align: right;
        }

            .SingleTraining .ListMenu .am-thumbnails .pic img {
                width: auto;
                height: 100px;
                vertical-align: middle;
            }

        .SingleTraining .ListMenu .am-thumbnails .text {
            margin-top: 8%;
        }

            .SingleTraining .ListMenu .am-thumbnails .text h3 {
                font-size: 18px;
                line-height: 18px;
                margin-bottom: 5px;
            }

            .SingleTraining .ListMenu .am-thumbnails .text a {
                color: #a3a6b7;
                font-size: 14px;
            }

.SingleTraining .TrainingInstructions .title {
    background: url(../images/aed-dxpx/stitle-bg.png) no-repeat top center;
    background-size: auto 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.SingleTraining .TrainingInstructions .text {
    margin-bottom: 10px;
}

    .SingleTraining .TrainingInstructions .text p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 26px;
        color: #333;
    }

/* 实操体验点 */
.ExperiencePoint-box {
    margin-top: 10px !important;
}

    .ExperiencePoint-box .list .title {
        margin-top: 10px;
        text-align: center;
        margin-bottom: 10px;
    }

        .ExperiencePoint-box .list .title h3 {
            font-size: 18px;
        }

            .ExperiencePoint-box .list .title h3::after {
                display: none;
            }

        .ExperiencePoint-box .list .title p {
            color: #999;
            margin-top: -10px;
            margin-bottom: 20px;
        }

    .ExperiencePoint-box .list .am-form-horizontal .am-form-group {
        flex: 0 0 100%;
    }

    .ExperiencePoint-box .BottomPic {
        margin-bottom: 10px;
        text-align: center;
        font-size: 14px;
    }

        .ExperiencePoint-box .BottomPic .stitle {
            font-weight: bold;
            text-align: left;
            margin-top: 30px;
            margin-bottom: 10px;
            padding: 10px 0;
            padding-left: 20px !important;
            border-left: 4px solid #ffc107;
        }

        .ExperiencePoint-box .BottomPic .pic {
            width: 100% !important;
            height: auto !important;
            margin-right: 0 !important;
            margin-top: 10px !important;
            border-radius: 3px;
        }

        .ExperiencePoint-box .BottomPic .TextTitle p {
            font-size: 14px;
            line-height: 30px;
            margin-bottom: 10px;
        }

            .ExperiencePoint-box .BottomPic .TextTitle p span {
                font-size: 26px;
                line-height: 25px;
                font-weight: 600;
                color: #0095f4;
                vertical-align: text-bottom;
            }

        .ExperiencePoint-box .BottomPic .am-btn-secondary {
            color: #0046fe;
            background: #e8f1ff;
            border: none;
            padding: 15px 0;
        }

    .ExperiencePoint-box .list .am-panel-hd {
        text-align: left;
    }

    .ExperiencePoint-box .list .am-form-group label {
        text-align: right;
        color: #999;
    }

    .ExperiencePoint-box .list .box {
        margin: 0;
        background-image: linear-gradient(#dce3ff 30px, #fff 100px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 10px 15px;
    }

        .ExperiencePoint-box .list .box .stitle {
            margin-bottom: 20px;
            padding-left: 0;
            border-left: none;
            font-size: 0;
        }

            .ExperiencePoint-box .list .box .stitle span {
                position: relative;
                display: inline-block;
                vertical-align: text-top;
            }

                .ExperiencePoint-box .list .box .stitle span p {
                    margin-left: 40px;
                    font-size: 14px;
                    line-height: 30px;
                    font-weight: bold;
                }

            .ExperiencePoint-box .list .box .stitle .time {
                width: 45%;
            }

            .ExperiencePoint-box .list .box .stitle .st {
                width: 55%;
            }

            .ExperiencePoint-box .list .box .stitle .icon {
                position: absolute;
                top: 0;
                left: 0;
                width: 25px;
                height: auto;
            }

        .ExperiencePoint-box .list .box .pic img {
            width: 100%;
            height: 80px;
            border-radius: 5px;
        }

        .ExperiencePoint-box .list .box .pic p {
            text-align: center;
            margin-top: 5px;
        }

        .ExperiencePoint-box .list .box .con [class*=am-u-] {
            padding: 0;
        }

        .ExperiencePoint-box .list .box .con .text {
            font-size: 0;
            margin-left: 10px;
        }

            .ExperiencePoint-box .list .box .con .text p {
                color: #999;
                font-size: 14px;
                margin-bottom: 0;
            }

                .ExperiencePoint-box .list .box .con .text p span {
                    display: contents;
                }

                    .ExperiencePoint-box .list .box .con .text p span:nth-child(2) {
                        color: #333;
                    }

        .ExperiencePoint-box .list .box .con .star {
            margin-left: 10px;
            padding-bottom: 5px;
        }

            .ExperiencePoint-box .list .box .con .star img {
                width: 20px;
                height: 20px;
                margin-right: 0;
            }

        .ExperiencePoint-box .list .box .con p.w100 img {
            width: 100%;
            height: auto;
        }

        .ExperiencePoint-box .list .box .con .RightBtn {
            position: absolute;
            right: 0;
            bottom: 0;
            display: block;
        }

.up-pingjia .am-modal-dialog {
    background: #fff;
    background-image: linear-gradient(#caddfe 10px, #fff 100px);
}

.up-pingjia .am-modal-bd {
    padding: 0 20px;
    padding-bottom: 10px;
}

.up-pingjia .star img {
    width: 20px;
    height: 20px;
    margin-right: 0;
}

.up-pingjia .flex {
    margin: 5px 0;
    margin-left: 20px !important;
}

    .up-pingjia .flex textarea {
        width: 100%;
        border: none;
        background: #f2f2f2;
    }

    .up-pingjia .flex label {
        flex: 0 0 30%;
        text-align: center;
        font-weight: normal;
        margin-bottom: 0;
    }

.up-pingjia .BottomBtn {
    padding: 10px 0;
}

    .up-pingjia .BottomBtn .am-btn-secondary {
        background: #496efd;
        padding: 5px 40px;
        font-size: 14px;
    }

/* 预约 */
.reserve-box .am-form {
    background: #fff;
}

.reserve-box .am-form-group {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

    .reserve-box .am-form-group label {
        font-weight: normal;
    }

    .reserve-box .am-form-group input {
        border: none;
        text-align: right;
    }

.reserve-box .btn {
    margin-top: 20px !important;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

    .reserve-box .btn .am-btn {
        width: 90%;
        display: inline-block;
    }

    .reserve-box .btn .am-btn-primary {
        background: #0046fe;
    }

.reserve-box .calendar {
    display: none;
}

/* 预约日历 */
.calendar {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
    margin: 20px 0;
}

    .calendar ul {
        padding-left: 0;
    }

    .calendar .date {
        background: rgba(255, 255, 255, .5);
        border-radius: 10px;
    }

        .calendar .date .head {
            width: 100%;
            height: 40px;
            padding: 10px 0;
            cursor: pointer;
            color: #496efd;
        }

            .calendar .date .head .prev,
            .head .next {
                width: 20%;
                text-align: center;
                float: left;
                line-height: 2.5rem;
                font-size: 0.75rem;
            }

            .calendar .date .head .tomon {
                width: 60%;
                float: left;
                text-align: center;
                line-height: 2.5rem;
                font-size: 2rem;
            }

        .calendar .date .con {
            padding: 10px;
            background: rgba(255, 255, 255, .8);
        }

        .calendar .date ol {
            width: 100%;
            height: 2rem;
            padding: 0;
        }

            .calendar .date ol li {
                display: block;
                float: left;
                width: 14.2857%;
                text-align: center;
                font-size: 0.75rem;
                color: #666;
                border: none;
                padding: 0;
                line-height: 2rem;
                height: 2rem;
            }

        .calendar .date ul {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .calendar .date ul li {
                position: relative;
                display: block;
                width: 14.2857%;
                height: 4rem;
                text-align: center;
                font-size: 1.5rem;
                position: relative;
            }

                .calendar .date ul li i {
                    font-size: 10px;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    display: block;
                    height: 15px;
                    line-height: 15px;
                    width: 100%;
                    text-align: center;
                    color: #e35925;
                    font-style: normal
                }

                .calendar .date ul li span {
                    position: relative;
                    z-index: 1;
                    display: block;
                    width: 100%;
                    height: 100%;
                    line-height: 2.5rem;
                    text-align: center;
                    color: #8d9ab0;
                }

            .calendar .date ul .no_date {
                color: #d4b7b5;
                line-height: 2.5rem;
            }

                .calendar .date ul .no_date span {
                    color: #c9d3e4;
                }

            /* .calendar .date ul .act_wk {
	color: red;
}*/
            .calendar .date ul .act_date {
                position: relative;
                font-size: 1rem;
                color: #fff;
            }

                .calendar .date ul .act_date::after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    width: 25px;
                    height: 25px;
                    background: #4080ff;
                    border-radius: 50%;
                    box-shadow: 0 0 5px rgba(65, 128, 255, .3);
                }

                .calendar .date ul .act_date span {
                    color: #fff;
                }

            .calendar .date ul .act_ds {
                background: #005bac;
                color: #fff;
            }

        .calendar .date li img {
            width: 15px;
            height: 15px;
            position: absolute;
            left: -15px;
            bottom: 0;
        }

/* 我的组团 */
.MyGroup {
    margin-top: 0 !important;
}

    .MyGroup .am-panel {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        overflow: hidden;
    }

    .MyGroup .ListRightBtn {
        position: absolute;
        top: 0;
        right: 0;
    }

        .MyGroup .ListRightBtn .am-btn {
            font-size: 13px;
            padding: 10px 15px;
            border-radius: 0 0 0 10px;
        }

    .MyGroup .am-form-group {
        border-bottom: none !important;
    }

    .MyGroup .am-btn-primary {
        background: #4797f4;
        border-color: #4797f4;
    }

    .MyGroup .am-btn-warning {
        background: #ffae00;
        border-color: #ffae00;
    }

    .MyGroup .am-b-blue {
        background: #fff;
        color: #496efd;
        border: 1px solid #496efd;
    }

    .MyGroup .am-text-primary {
        color: #496efd;
    }

    .MyGroup .am-btn-primary {
        background: #496efd !important;
        border: 1px solid #496efd !important;
    }

    .MyGroup .stitle {
        margin-top: 20px;
        border-left: 3px solid #496efd;
    }

        .MyGroup .stitle h3 {
            font-size: 16px;
        }

    .MyGroup .ListBottomBtn {
        border-top: 1px solid #eee;
        padding-top: 10px;
        margin-bottom: 0;
    }

        .MyGroup .ListBottomBtn .item:first-child {
            flex: 0 0 40%;
        }

        .MyGroup .ListBottomBtn .am-btn {
            padding: 3px 7%;
            margin-right: 0;
            margin-bottom: 0;
        }

    .MyGroup .am-panel-bd {
        position: relative;
    }

        .MyGroup .am-panel-bd .am-form-group label {
            color: #222;
            min-width: 80px;
            text-align: right;
        }

        .MyGroup .am-panel-bd .am-form-group .text {
            color: #999;
        }

        .MyGroup .am-panel-bd .am-form-group:nth-child(1) .text {
            color: #4797f4;
        }
/* 我的签到打卡 */
.MySignature .Inquire-list .am-panel {
    border-radius: 10px;
    overflow: hidden;
}

.MySignature .Inquire-list .am-panel-hd {
    background: #496efd;
    text-align: left;
}

    .MySignature .Inquire-list .am-panel-hd strong {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

.MySignature .ListBottomBtn .am-btn {
    padding: 3px 10px;
}

/* 个人开班列表 */
.gr-OpenClass .top {
    margin-bottom: 10px;
}

.gr-OpenClass .SearchInput input {
    background: #f4f2f2;
    border: none;
    border-radius: 5px 0 0 5px;
    padding: 10px 15px;
    height: 50px;
    line-height: 50px;
}

.gr-OpenClass .SearchInput .am-btn {
    font-size: 22px;
    height: 50px;
    border-radius: 0 5px 5px 0;
    border: none;
    background: #f4f2f2;
}

.gr-OpenClass .banner {
    border-radius: 5px;
    overflow: hidden;
}

.gr-OpenClass .am-panel-bd {
    margin-bottom: 20px;
}

    .gr-OpenClass .am-panel-bd .right {
        position: absolute;
        top: 0;
        right: 0;
    }

        .gr-OpenClass .am-panel-bd .right a {
            display: inline-block;
        }

        .gr-OpenClass .am-panel-bd .right .baoming {
            color: #fff;
            background: #0095f4;
            border-radius: 0 0 0 20px;
            padding: 5px 20px;
            line-height: 24px;
        }

        .gr-OpenClass .am-panel-bd .right .Finish {
            background: #e60303 !important;
        }

    .gr-OpenClass .am-panel-bd .am-form-group label {
        text-align: right;
    }

/* 队伍管理 */
.TeamManagement .am-panel-bd .bottom {
    margin-bottom: 0;
}

.TeamManagement .am-panel-bd .right .baoming {
    border-radius: 0 0 0 10px;
    background: #4897f4;
    padding: 3px 30px !important;
}

.TeamManagement .am-panel-bd .bottom .btn .am-btn {
    border-radius: 5px;
}

    .TeamManagement .am-panel-bd .bottom .btn .am-btn:last-child {
        margin-left: 20px;
    }



/* 全年任务管理 */
.TaskManagement-box .ProgressBox ul {
    padding-left: 0 !important;
}

    .TaskManagement-box .ProgressBox ul li {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

.TaskManagement-box .ProgressBox .flex {
    margin-top: 10px;
}

.TaskManagement-box .ProgressBox input {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin: 5px 10px;
}

.TaskManagement-box .ProgressBox .w70 {
    flex: 0 0 70%;
    font-size: 14px;
    color: #333;
}

/* 人员信息 */
.PersonnelInformation-box .list .title h3 {
    font-size: 16px;
}

.PersonnelInformation-box .list .am-panel-bd {
    padding: 10px 0;
}

.PersonnelInformation-box label {
    text-align: left !important;
    font-size: 14px !important;
    line-height: 30px;
    margin-left: 0 !important;
    padding-right: 0 !important;
}

.PersonnelInformation-box .am-form-group input,
.PersonnelInformation-box .am-form-group select {
    border: 1px solid #eee !important;
}

.PersonnelInformation-box .am-form-group select {
    font-size: 14px;
}

/*.PersonnelInformation-box .am-form-group{
    border-bottom: 1px solid #eee;
} */
.PersonnelInformation-box .BottomBtn button {
    width: auto !important;
    padding: 5px 20px !important;
}

/*  */
.InformationManagement-box {
    margin-top: 20px !important;
}

    .InformationManagement-box .list .box {
        margin-bottom: 20px;
    }

    .InformationManagement-box .list .title {
        position: relative;
        height: 30px;
        margin-bottom: 10px;
    }

        .InformationManagement-box .list .title .RightBtn {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
        }

    .InformationManagement-box .list .stitle h3 {
        font-size: 16px;
    }

    .InformationManagement-box .list .box .con .am-thumbnails a {
        font-size: 14px;
        background: #e6eaf9;
        color: #496efd;
        padding: 5px 0;
        display: block;
        text-align: center;
        border-radius: 3px;
    }

        .InformationManagement-box .list .box .con .am-thumbnails a:hover {
            background: #496efd;
            color: #fff;
            border: none;
        }

/* 团体申请培训 */
.tuantipx {
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    margin: 0 10px;
}

    .tuantipx .header {
        padding: 20px 0;
    }

    .tuantipx .am-form-group {
        margin-bottom: 1rem;
    }

        .tuantipx .am-form-group [class*=am-u-] {
            padding-left: 0;
            padding-right: 0;
        }

    .tuantipx .am-form-horizontal .am-form-label {
        padding-top: 0;
        padding-bottom: 10px !important;
    }

    .tuantipx .am-selected-btn {
        background: #80bbff;
        border: none;
        border-radius: 3px;
    }

    .tuantipx .smfw {
        margin: 10px 0;
        margin-bottom: 20px !important;
    }

        .tuantipx .smfw .am-checkbox-inline {
            padding-top: 0;
            padding-left: 20px;
        }

        .tuantipx .smfw .am-checkbox {
            display: inline-block;
            vertical-align: middle;
            margin: 0 2px;
        }

            .tuantipx .smfw .am-checkbox i {
                margin-top: 3px;
            }

    /* .tuantipx .am-form-group select{
	background: #86bbfd url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) no-repeat 100% center;
	color: #fff;
	border: none;
	position: relative;
	border-radius: 3px;
} */
    .tuantipx .am-form .am-form-group label .red {
        color: red;
        margin-right: 5px;
    }

    .tuantipx .s-label {
        font-size: 14px;
        margin-right: 10px;
        padding-top: 5px !important;
    }

    .tuantipx .BottomMoreBtn {
        text-align: center;
    }

    .tuantipx .BottomBtn {
        margin-top: 20px;
    }

        .tuantipx .BottomBtn button {
            width: 40%;
            border-radius: 0;
            margin-left: 10px;
            font-size: 14px;
        }

/* 反馈信息 */
.feedback-box .am-panel {
    margin-top: 20px;
}

    .feedback-box .am-panel .am-form-group {
        text-align: left;
    }

        .feedback-box .am-panel .am-form-group label {
            margin-bottom: 10px;
        }

        .feedback-box .am-panel .am-form-group textarea {
            background: #f3f3f3;
            border: none;
        }

.feedback-box .BottomBtn {
    margin-top: 20px;
}

    .feedback-box .BottomBtn button {
        width: 45%;
        padding: 10px 0;
        font-size: 14px;
    }

        .feedback-box .BottomBtn button:first-child {
            margin-right: 10px;
        }

/* 考试培训列表 */
.ExamTrainingList .am-list-news .am-list > li {
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.ExamTrainingList .am-list-news .am-list-news-bd .right-btn {
    top: auto;
    bottom: 20px !important;
}

    .ExamTrainingList .am-list-news .am-list-news-bd .right-btn .am-radius {
        border-radius: 15px;
    }

/* 工作人员审核列表 */
.gz-AuditList .list .am-form-group {
    border-bottom: none !important;
}

    .gz-AuditList .list .am-form-group .text {
        color: #000;
    }

    .gz-AuditList .list .am-form-group textarea {
        background: #f2f2f2;
        border: none;
        margin-bottom: 10px;
    }

.gz-AuditList .list .ListBtn {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

    .gz-AuditList .list .ListBtn .am-btn {
        margin-right: 0;
        width: 24%;
        padding: 10px 0;
    }

        .gz-AuditList .list .ListBtn .am-btn.am-btn-primary {
            background: #3379ff;
        }

        .gz-AuditList .list .ListBtn .am-btn.am-btn-danger {
            background: #ff0054;
            border: none;
        }

.gz-AuditList .list .ListRightBtn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.gz-AuditList .list .am-panel-default {
    position: relative;
    border-radius: 5px;
}

.gz-AuditList .list .ListRightBtn .am-btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    border: none;
    border-radius: 3px;
}

    .gz-AuditList .list .ListRightBtn .am-btn.am-btn-warning {
        background: #ffb933;
    }

/* 专题培训 */
.SpecialTraining-box {
    border-radius: 10px;
    overflow: hidden;
}

    .SpecialTraining-box .am-nav-tabs.am-nav-justify > li > a,
    .SpecialTraining-box .am-tabs-bd {
        border: none;
    }

        .SpecialTraining-box .am-tabs-bd .am-tab-panel {
            padding: 0;
        }

    .SpecialTraining-box .am-tabs .am-tabs-nav {
        background: #fff;
        padding: 10px 0;
    }

        .SpecialTraining-box .am-tabs .am-tabs-nav li {
            position: relative;
        }

        .SpecialTraining-box .am-tabs .am-tabs-nav .am-active a {
            color: #3388ff;
        }

        .SpecialTraining-box .am-tabs .am-tabs-nav .am-active::after {
            content: '';
            width: 20%;
            height: 2px;
            background: #3388ff;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
        }

    .SpecialTraining-box .SelectMenu {
        background: #fff;
        padding: 10px 10px;
        margin-bottom: 10px;
    }

        .SpecialTraining-box .SelectMenu .selected {
            background: #e5f0ff;
            border-radius: 3px;
        }

        .SpecialTraining-box .SelectMenu .item {
            position: relative;
            height: 40px;
            line-height: 40px;
            margin-left: 5px;
            padding: 0 5px;
        }

        .SpecialTraining-box .SelectMenu .selected select {
            width: 85%;
            height: 100%;
            display: block;
            font-size: 14px;
            color: #3388ff;
            text-indent: 5px;
            text-align: center;
            text-align-last: center;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .SpecialTraining-box .SelectMenu .selected .con {
            display: block;
            height: 100%;
        }

        .SpecialTraining-box .SelectMenu .selected .am-icon-caret-down:before {
            position: absolute;
            top: 30%;
            right: 10px;
            color: #3388ff;
        }

        .SpecialTraining-box .SelectMenu .selected.date input {
            font-size: 14px;
        }

        .SpecialTraining-box .SelectMenu input {
            width: 75%;
            height: 100%;
            border: none;
            box-shadow: none;
            font-size: 14px;
            margin-bottom: 5px;
            margin-left: 5%;
            background: none;
            text-align: center;
            color: #3388ff;
        }

        .SpecialTraining-box .SelectMenu .date input::placeholder {
            color: #3388ff;
        }

        .SpecialTraining-box .SelectMenu .search {
            flex: 0 0 40%;
            margin-left: 5px;
            background: #eee;
        }

            .SpecialTraining-box .SelectMenu .search .am-btn {
                position: absolute;
                top: 0;
                right: 0;
            }

/* 批量发送信息 */
.BulkSend-box .list {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .BulkSend-box .list .title {
        text-align: center;
    }

        .BulkSend-box .list .title span {
            width: 80%;
            background: #3388ff;
            border-radius: 0 0 30px 30px;
            padding: 10px 0;
            color: #fff;
        }

    .BulkSend-box .list .am-panel-bd {
        padding: 20px;
    }

.BulkSend-box .am-list-news-default .am-list > li {
    padding: 15px 0;
    border-color: #f1f1f1;
}

    .BulkSend-box .am-list-news-default .am-list > li:first-child {
        border-top: none;
    }

.BulkSend-box .list .am-panel-bd .am-form-horizontal .am-form-group {
    display: initial;
}

.BulkSend-box .list .am-input-group {
    margin-bottom: 10px;
}

    .BulkSend-box .list .am-input-group label {
        color: #333;
        font-weight: normal;
        margin-bottom: 10px;
    }

        .BulkSend-box .list .am-input-group label span {
            color: #999;
        }

    .BulkSend-box .list .am-input-group input {
        border: none;
        background: #f2f2f2;
    }

    .BulkSend-box .list .am-input-group .am-btn-default {
        border: none;
        background: #f2f2f2;
    }

.BulkSend-box .list .am-input-group-btn {
    top: 18px;
}

.BulkSend-box .list .am-form-group select {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) 100% center no-repeat #f2f2f2;
    border: none;
}

.BulkSend-box .list .bottomBtn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

    .BulkSend-box .list .bottomBtn .am-btn {
        display: inline-block;
        padding: 15px 0;
    }

.BulkSend-box .am-list-news-default .am-list .am-list-item-hd {
    margin-bottom: 10px;
}

    .BulkSend-box .am-list-news-default .am-list .am-list-item-hd span {
        color: #3388ff;
        margin-left: 10px;
        font-weight: 600;
    }

.BulkSend-box .am-list-news-default .am-list .am-list-item-text.flex {
    display: flex;
}

    .BulkSend-box .am-list-news-default .am-list .am-list-item-text.flex .item {
        flex: 0 0 1;
        color: #999;
        font-size: 14px;
    }

        .BulkSend-box .am-list-news-default .am-list .am-list-item-text.flex .item:last-child {
            text-align: right;
        }

.BulkSend-box .am-list-news-default .bottomBtn {
    text-align: left;
    padding-bottom: 10px;
}

    .BulkSend-box .am-list-news-default .bottomBtn .am-btn-warning {
        background: #ff9f17;
        padding: 10px 15%;
        margin-left: 20px;
        border: none;
    }

    .BulkSend-box .am-list-news-default .bottomBtn .am-checkbox-inline {
        font-size: 16px;
        line-height: 14px;
    }

    .BulkSend-box .am-list-news-default .bottomBtn input[type=checkbox],
    .BulkSend-box .am-list-news-default .bottomBtn input[type=radio] {
        margin-top: 8px;
    }

/* 允许考试 */
.yx-ExamList-box .Inquire-list .am-panel {
    background-image: linear-gradient(#e6f8fe, #fff);
}

.yx-ExamList-box .Inquire-list .am-panel-hd .title {
    color: #0072d3;
    text-align: left;
    padding-top: 10px;
}

.yx-ExamList-box .Inquire-list .ListBtn .am-btn-primary {
    background: #0084ff;
    margin-left: 10px;
}

/* 每月数据汇总 */
.MonthlyDataSummary-box .list .title h3 {
    margin-bottom: 5px;
}

.MonthlyDataSummary-box .list .title .date {
    font-weight: normal;
    margin-bottom: 20px;
}

    .MonthlyDataSummary-box .list .title .date .am-g {
        display: inline-block;
        width: 60%;
        vertical-align: bottom;
    }

        .MonthlyDataSummary-box .list .title .date .am-g [class*=am-u-] {
            padding: 0;
        }

        .MonthlyDataSummary-box .list .title .date .am-g input {
            color: #666;
        }

.MonthlyDataSummary-box .list .box .stitle .icon {
    left: 37%;
    width: 25px;
    top: 10%;
}

.MonthlyDataSummary-box .list .box .stitle span p {
    font-size: 18px;
    color: #496efd;
    margin-left: 30px;
    text-align: center;
    font-weight: normal;
}

.MonthlyDataSummary-box .list .box .stitle {
    margin-bottom: 10px;
}

    .MonthlyDataSummary-box .list .box .stitle .time {
        width: 100%;
    }

.MonthlyDataSummary-box .list .box .con {
    margin-bottom: 10px;
}

    .MonthlyDataSummary-box .list .box .con .am-g {
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }

        .MonthlyDataSummary-box .list .box .con .am-g:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

    .MonthlyDataSummary-box .list .box .con .date {
        text-align: center;
        font-weight: bold;
        color: #496efd;
    }

    .MonthlyDataSummary-box .list .box .con .bt {
        font-size: 14px;
        color: #333;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .MonthlyDataSummary-box .list .box .con .text {
        margin-left: 30px;
        margin-bottom: 10px;
    }

        .MonthlyDataSummary-box .list .box .con .text p {
            display: inline-block;
            margin-right: 10px;
        }

        .MonthlyDataSummary-box .list .box .con .text h3 {
            font-size: 14px;
            font-weight: normal;
            /* margin-top: 10px; */
            margin-bottom: 5px;
            color: #2196f3;
        }

.MonthlyDataSummary-box .list .BottomText {
    padding-bottom: 10px;
}

    .MonthlyDataSummary-box .list .BottomText .bt {
        margin-top: 10px;
    }

    .MonthlyDataSummary-box .list .BottomText p {
        color: #999;
        margin-top: 5px;
    }

        .MonthlyDataSummary-box .list .BottomText p span {
            color: #f44336;
        }

/* 急救侠数据汇总 */
.MonthlyDataSummary-box .ProgressBox ul {
    padding-left: 0;
    margin-bottom: 0;
}

.MonthlyDataSummary-box .ProgressBox li .right {
    text-indent: 1em;
}

.MonthlyDataSummary-box .ProgressBox li .am-progress {
    margin-bottom: 0;
    flex: 0 0 50%;
}

.MonthlyDataSummary-box .ProgressBox li .item {
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
}

/*  */
.SpecialTraining-box #container text {
    width: 100px;
}

/* 外出血的止血与包扎实操考核表 */
.sckhb .header {
    font-size: 18px;
    padding-bottom: 10px !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.sckhb .FromBorder {
    border: 1px solid #222;
    margin-bottom: 20px;
}

    .sckhb .FromBorder .flex:first-child {
        border-bottom: 1px solid #222;
    }

    .sckhb .FromBorder .flex .item {
        padding: 10px;
        font-size: 14px;
    }

        .sckhb .FromBorder .flex .item:first-child {
            flex: 0 0 30%;
            text-align: center;
        }

        .sckhb .FromBorder .flex .item:last-child {
            border-left: 1px solid #222;
        }

.sckhb .illustrate {
    padding: 0 10px;
    font-size: 13px;
}

    .sckhb .illustrate p {
        position: relative;
        text-indent: 1em;
        margin-bottom: 0;
    }

        .sckhb .illustrate p::after {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #222;
            display: block;
        }

.sckhb #sign_show {
    color: #999;
}

    .sckhb #sign_show img {
        height: 100px;
    }

/* 管理队伍 */
.ManagementTeam {
    margin-top: 15px;
    padding: 10px;
    background: #fff;
}

    .ManagementTeam .bt {
        margin-bottom: 5px;
    }

    .ManagementTeam .am-list li {
        position: relative;
        border: none;
    }

    .ManagementTeam .am-list .text .UserPic {
        vertical-align: middle;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 5px;
    }

    .ManagementTeam .am-list .text span p,
    .ManagementTeam .am-list span {
        vertical-align: middle;
    }

        .ManagementTeam .am-list .text span p,
        .ManagementTeam .am-list span h3 {
            margin-bottom: 0;
            font-size: 16px;
        }

        .ManagementTeam .am-list .text span p,
        .ManagementTeam .am-list span p {
            font-size: 14px;
            color: #999;
        }

    .ManagementTeam .am-list .ListRightBtn {
        position: absolute;
        top: 30%;
        right: 5%;
    }

        .ManagementTeam .am-list .ListRightBtn a {
            margin-right: 5px;
        }

            .ManagementTeam .am-list .ListRightBtn a:last-child {
                margin-right: 0;
            }

        .ManagementTeam .am-list .ListRightBtn .am-btn-primary {
            background: #496efd;
        }

        .ManagementTeam .am-list .ListRightBtn .btn-b-blue {
            border: 1px solid #496efd;
            color: #496efd;
            background: #fff;
        }

    .ManagementTeam .JoinModal {
        top: 25%;
    }

        .ManagementTeam .JoinModal .am-modal-hd {
            padding: 0;
            border-radius: 10px 10px 0 0;
            overflow: hidden;
        }

        .ManagementTeam .JoinModal .am-modal-bd {
            padding: 20px;
            border: none;
        }

            .ManagementTeam .JoinModal .am-modal-bd .text .top {
                background: #f2f5ff;
                padding: 10px;
                clear: both;
                position: relative;
            }

            .ManagementTeam .JoinModal .am-modal-bd .orangeLabel {
                font-size: 14px;
                color: #e86e01;
                border-radius: 20px;
                padding: 5px 20px;
                background: #ffefe3;
            }

            .ManagementTeam .JoinModal .am-modal-bd .text img {
                height: 100%;
            }

            .ManagementTeam .JoinModal .am-modal-bd .text .pic {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                margin-right: 5px;
                overflow: hidden;
            }

            .ManagementTeam .JoinModal .am-modal-bd .text .ewm {
                width: 80px;
                height: 80px;
                position: absolute;
                bottom: 7%;
                right: 0;
            }

            .ManagementTeam .JoinModal .am-modal-bd .text .BottomText {
                clear: both;
                position: relative;
                width: 65%;
                margin-top: 70px !important;
                background: #d9e1fe;
                color: #4a69dd;
                font-size: 13px;
                text-align: left;
                padding: 10px;
                border-radius: 5px;
            }

                .ManagementTeam .JoinModal .am-modal-bd .text .BottomText::after {
                    content: '';
                    position: absolute;
                    top: -19px;
                    left: 8%;
                    border: 10px solid transparent;
                    border-bottom: 10px solid #d9e1fe;
                }

label.bui-switch-label input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

    label.bui-switch-label input:checked {
        border-color: #64bd63;
        box-shadow: #64bd63 0 0 0 16px inset;
        background-color: #64bd63;
    }

        label.bui-switch-label input:checked:before {
            left: 27px;
        }

    label.bui-switch-label input:disabled + .bui-switch {
        background-color: #e8e8e8;
        border: solid 1px #dfdfdf;
    }

        label.bui-switch-label input:disabled + .bui-switch:before {
            background-color: #c1c1c1;
        }

    label.bui-switch-label input:disabled:checked + .bui-switch {
        background-color: #e8e8e8;
        box-shadow: #e8e8e8 0 0 0 16px inset;
        border: solid 1px #dfdfdf;
    }

        label.bui-switch-label input:disabled:checked + .bui-switch:before {
            background-color: #c1c1c1;
        }

label.bui-switch-label .bui-switch {
    width: 50px;
    height: 25px;
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

    label.bui-switch-label .bui-switch:before {
        content: '';
        width: 23px;
        height: 23px;
        position: absolute;
        top: 0;
        left: 1px;
        border-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    }

label.bui-switch-label input:checked + .bui-switch {
    border-color: #64bd63;
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
}

    label.bui-switch-label input:checked + .bui-switch:before {
        left: 27px;
    }

label.bui-switch-label.bui-switch-anim {
    -webkit-transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}

    label.bui-switch-label.bui-switch-anim .bui-switch:before {
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
    }

    label.bui-switch-label.bui-switch-anim input:checked + .bui-switch {
        box-shadow: #64bd63 0 0 0 16px inset;
        background-color: #64bd63;
        -webkit-transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
        transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
    }

        label.bui-switch-label.bui-switch-anim input:checked + .bui-switch:before {
            -webkit-transition: left 0.3s;
            transition: left 0.3s;
        }

label.bui-switch-label.bui-switch-animbg {
    -webkit-transition: background-color ease 0.4s;
    transition: background-color ease 0.4s;
}

    label.bui-switch-label.bui-switch-animbg .bui-switch:before {
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
    }

    label.bui-switch-label.bui-switch-animbg input:checked + .bui-switch {
        box-shadow: #dfdfdf 0 0 0 0 inset;
        background-color: #64bd63;
        -webkit-transition: border-color 0.4s, background-color ease 0.4s;
        transition: border-color 0.4s, background-color ease 0.4s;
    }

        label.bui-switch-label.bui-switch-animbg input:checked + .bui-switch:before {
            -webkit-transition: left 0.3s;
            transition: left 0.3s;
        }

/* 承诺书 */
.cns-bg {
    background: #41a7fb url(../images/cns/bg.jpg) no-repeat top center;
    background-size: 100% auto;
    height: 100%;
}

.commitment .cns-box {
    position: absolute;
    top: 40%;
    border-radius: 10px;
    margin: 0 5%;
}

.commitment .title {
    text-align: center;
    margin-bottom: 20px;
}

    .commitment .title h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

        .commitment .title h3::after {
            display: none;
        }

    .commitment .title p {
        color: #898989;
        margin-bottom: 5px;
    }

.commitment .cns-box .box {
    margin: 0;
    padding: 5% 20px;
}

.commitment .cns-box .bg {
    padding: 0 5%;
}

.commitment .cns-box .text p {
    color: #3c4668;
    margin-bottom: 10px;
}

/* 考勤签到 */
.kqqd .banner {
    margin: 0 -15px;
}

.kqqd .prompt {
    margin-top: 30px;
}

    .kqqd .prompt .stitle {
        width: 200px;
        padding-left: 0;
    }

/* 救护培训评估反馈统计表 */
.statistical-box .topDate span {
    flex: 0 0 50%;
}

.statistical-box .topDate .am-form-field {
    border-radius: 3px;
    padding: 5px 0;
    border: none;
    background: #dcdcdc;
    text-indent: 10px;
}

.statistical-box .topDate .date {
    flex: auto;
    position: relative;
}

    .statistical-box .topDate .date::after {
        content: "";
        position: absolute;
        right: 5px;
        top: 40%;
        border-width: 4px;
        border-style: solid;
        border-color: #b4b4b4 transparent transparent transparent;
    }

.statistical-box .common-list .am-panel {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .03);
}

.statistical-box .common-list .ListTilte {
    margin-top: -12px !important;
    margin: 0 -12px;
    background: #42aaff;
    color: #fff;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    text-indent: 1em;
}

.statistical-box .common-list .am-form-group {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

    .statistical-box .common-list .am-form-group label {
        font-weight: normal;
    }

    .statistical-box .common-list .am-form-group .item {
        color: #333;
    }

.statistical-box .am-text-danger {
    color: #ff0000;
}

/* 年度报告 */
.ndbg {
    background-color: #d6e6fc;
}

    .ndbg .am-header {
        position: initial !important;
        color: #000;
        background: #0046fe;
    }

    .ndbg .box {
        background: none;
        position: relative;
        margin-top: -35%;
        padding: 0 5px;
    }

        .ndbg .box [class*=am-u-] + [class*=am-u-]:last-child {
            float: left;
        }

        .ndbg .box .userPanel {
            margin: 0 !important;
        }

            .ndbg .box .userPanel .top {
                background: #fff;
                border-radius: 15px;
                padding: 20px 10px;
            }

                .ndbg .box .userPanel .top .user {
                    color: #3a87f5;
                    margin-bottom: 0;
                }

            .ndbg .box .userPanel .name {
                width: 70%;
            }

                .ndbg .box .userPanel .name h3 {
                    color: #333;
                    margin-bottom: 5px;
                }

                .ndbg .box .userPanel .name p {
                    font-size: 14px;
                }

                    .ndbg .box .userPanel .name p span {
                        color: #5a73ff;
                    }

            .ndbg .box .userPanel .right {
                position: absolute;
                top: 15px;
                right: 0;
            }

                .ndbg .box .userPanel .right .am-btn {
                    border: none;
                }

                .ndbg .box .userPanel .right .btn-radius {
                    border-radius: 20px 0 0 20px;
                    font-size: 14px;
                }

                .ndbg .box .userPanel .right .am-btn-danger {
                    background: #f49b7b;
                }

                .ndbg .box .userPanel .right .am-btn-secondary {
                    background: #83b2f5;
                }

            .ndbg .box .userPanel .bottomText {
                position: relative;
                padding: 20px 15px;
                background: #ebf1fb;
                margin-top: 20px;
                border-radius: 10px;
            }

                .ndbg .box .userPanel .bottomText p {
                    font-weight: 600;
                    white-space: pre;
                }

                    .ndbg .box .userPanel .bottomText p span {
                        color: #5a73ff;
                        margin-left: 10px;
                        font-size: 14px;
                    }

                .ndbg .box .userPanel .bottomText .right {
                    top: 15px;
                    right: 10px;
                }

                .ndbg .box .userPanel .bottomText .btn-radius {
                    border-radius: 20px 20px;
                }

        .ndbg .box .title {
            position: relative;
        }

            .ndbg .box .title .left {
                width: 70%;
            }

                .ndbg .box .title .left img {
                    width: auto;
                    height: 45px;
                }

            .ndbg .box .title .right {
                position: absolute;
                top: 10px;
                right: 5%;
            }

                .ndbg .box .title .right .selected {
                    padding: 5px 10px;
                    border: 1px solid #0f6ef8;
                    color: #0f6ef8;
                    position: relative;
                    border-radius: 20px;
                    font-size: 12px;
                }

                    .ndbg .box .title .right .selected select {
                        position: inherit;
                        z-index: 2;
                        padding-left: 5px;
                        padding-right: 10px;
                        vertical-align: bottom;
                    }

                    .ndbg .box .title .right .selected:after {
                        content: "";
                        position: absolute;
                        right: 5px;
                        top: 40%;
                        border-width: 4px;
                        border-style: solid;
                        border-color: #0f6ef8 transparent transparent transparent;
                    }

        .ndbg .box .am-panel-default {
            border: none;
            border-radius: 15px;
        }

            .ndbg .box .am-panel-default .ndbg .box .am-panel-bd {
                padding: 15px;
            }

        .ndbg .box .am-panel-bd .stitle {
            position: relative;
            margin: 10px 10%;
            height: 40px;
            line-height: 40px;
            border: none;
            padding: 0;
            border-bottom: 5px solid #63e9a3;
        }

            .ndbg .box .am-panel-bd .stitle h3 {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                text-align: center;
                margin: auto;
                display: block;
                color: #1b00bd;
                line-height: 30px;
                font-size: 16px;
            }

            .ndbg .box .am-panel-bd .stitle img {
                vertical-align: top;
            }

        .ndbg .box .am-panel-bd .panelTop {
            position: relative;
        }

            .ndbg .box .am-panel-bd .panelTop .left {
                padding-left: 3%;
            }

                .ndbg .box .am-panel-bd .panelTop .left ul li {
                    position: relative;
                    padding-left: 15px;
                }

        .ndbg .box .am-text-danger {
            margin: 0 1%;
            color: #ff002a;
        }

        .ndbg .box .am-panel-bd .panelTop .left ul li::after {
            content: '';
            position: absolute;
            top: 30%;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 7px;
            border-color: transparent transparent transparent #f49b7b;
        }

        .ndbg .box .am-panel-bd .panelTop .left {
            font-weight: 600;
        }

        .ndbg .box .am-panel-bd .panelTop .right {
            position: absolute;
            top: 0;
            right: 0;
            width: 25%;
        }

        .ndbg .box .am-panel-bd ul {
            padding: 0;
        }

        .ndbg .box .am-panel-bd .list {
            position: relative;
            padding: 3px;
            border-radius: 20px;
            overflow: hidden;
            margin-top: 30px;
        }

            .ndbg .box .am-panel-bd .list .listCon {
                background: #f5fdff;
                position: relative;
                z-index: 2;
                border-radius: 20px;
                overflow: hidden;
                padding: 10px 15px;
            }

            .ndbg .box .am-panel-bd .list::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: block;
                background: #1170e8;
                background-image: linear-gradient(120deg, #1170e8, #8068ff);
            }

            .ndbg .box .am-panel-bd .list li {
                margin-top: 20px;
            }

                .ndbg .box .am-panel-bd .list li .am-badge {
                    width: 18px;
                    height: 18px;
                    line-height: 18px;
                    font-size: 15px;
                    text-align: center;
                    padding: 0;
                    border-radius: 50%;
                    font-weight: normal;
                }

                    .ndbg .box .am-panel-bd .list li .am-badge.am-badge-primary {
                        background-image: linear-gradient(#32a4fc, #1578f9 90%);
                    }

        .ndbg .box .am-panel-bd .listItem .item {
            font-size: 14px;
            margin: 10px 0;
            color: #045cf7;
            padding: 0;
        }

        .ndbg .box .am-panel-bd .bottomText .flex > .item:first-child {
            flex: 0 0 35%;
        }

        .ndbg .box .am-panel-bd .bottomText .leftIcon {
            width: 75%;
        }

        .ndbg .box .am-panel-bd .bottomText .icon {
            width: auto;
            height: 20px;
            display: inline-block;
            margin-right: 5px;
        }

        .ndbg .box .am-panel-bd .bottomText ul li {
            color: #045cf7;
            margin: 10px 0;
            font-weight: bold;
        }

        .ndbg .box .ljsy .am-panel-bd .panelTop .right {
            top: -50%;
            width: 40%;
        }

/* 年度报告登录 */
.ndbg-login {
    margin: 0;
    overflow: hidden;
}

    .ndbg-login .header {
        padding-top: 10%;
    }

        .ndbg-login .header h3 {
            color: #000033;
            font-size: 21px;
        }

    .ndbg-login .logo {
        margin-top: 10%;
        text-align: center;
    }

        .ndbg-login .logo img {
            width: 20%;
        }

    .ndbg-login .form-db .form .form-text {
        box-shadow: none;
        border-bottom: 1px solid #c1c1c1;
    }

        .ndbg-login .form-db .form .form-text input {
            font-size: 18px;
        }

    .ndbg-login .form-db .textCode {
        width: 100px;
        text-align: right;
    }

        .ndbg-login .form-db .textCode .am-btn {
            font-size: 12px;
        }

        .ndbg-login .form-db .textCode .am-btn-warning {
            color: #fff;
            background-color: #f49b7b;
            border-color: #f49b7b;
        }

    .ndbg-login .form-db .btn button {
        color: #fff;
        border: none;
        padding: 15px 0;
        border-radius: 10px;
        width: 100%;
        box-shadow: none;
        background-image: linear-gradient(#6988fc, #496ffd 100%);
    }

/* 个人中心考试 */
.drillExam {
    overflow: hidden;
}

    .drillExam .box {
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        margin-top: 40px;
        padding: 20px;
        margin-bottom: 10px !important;
    }

        .drillExam .box .title {
            text-align: center;
            margin-top: -40px;
            margin-bottom: 10px;
        }

            .drillExam .box .title .am-btn {
                border-radius: 10px;
                padding: .5em 2em;
                font-size: 18px;
            }

                .drillExam .box .title .am-btn.am-btn-success {
                    background: #59cb86;
                    border-color: #59cb86;
                }

                .drillExam .box .title .am-btn.am-primary {
                    color: #fff;
                    background-color: #1293d5;
                }

    .drillExam .answers .bt .am-badge {
        font-size: 16px;
        font-weight: normal;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .drillExam .answers .bt .baseStar {
        margin-left: 10px;
        display: inline-block;
        font-size: 20px;
        font-style: normal;
    }

        .drillExam .answers .bt .baseStar span {
            font-size: 22px;
            color: #f79f1d;
        }

    .drillExam .answers .radioInput .am-radio {
        background: #eee;
        padding: 10px 0;
        padding-left: 10% !important;
        border-radius: 5px;
        margin-bottom: 20px;
    }

        .drillExam .answers .radioInput .am-radio label {
            display: block;
            height: 100%;
        }

        .drillExam .answers .radioInput .am-radio.active {
            background: #ecf3fe;
        }

        .drillExam .answers .radioInput .am-radio input[type="radio"] {
            position: relative;
            width: 16px;
            height: 16px;
            background: #Fff;
            border: 1px solid #496efd;
            border-radius: 50%;
            margin-right: 10px;
            outline: none;
            cursor: pointer;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            font-size: 0;
            overflow: hidden;
        }

            .drillExam .answers .radioInput .am-radio input[type="radio"]:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: 100%;
                height: 100%;
                display: inline-block;
                background: url(../images/pxdt/dg.png) no-repeat;
                background-size: 100% 100%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                transform: scale(0);
                -webkit-transition: all ease-in-out 100ms;
                -moz-transition: all ease-in-out 100ms;
                transition: all ease-in-out 100ms;
            }

            .drillExam .answers .radioInput .am-radio input[type="radio"]:checked {
                background: #496efd;
            }

                .drillExam .answers .radioInput .am-radio input[type="radio"]:checked:after {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    transform: scale(1);
                }


    .drillExam .common-list .commonItem {
        margin-top: 20px;
    }

    .drillExam .common-list .stitle span {
        color: #888;
    }

    .drillExam .common-list .list .flex {
        flex-wrap: wrap;
        justify-content: start;
        padding-left: 0;
    }

    .drillExam .common-list .list .item {
        background: url(../images/pxdt/btn-bg3.png) no-repeat;
        background-size: 100% 100%;
        color: #888;
        font-size: 12px;
        flex: 0 27.5px;
        height: 26.5px;
        text-align: center;
        line-height: 26px;
        margin: 0 1%;
        margin-top: 2% !important;
    }

        .drillExam .common-list .list .item.yes {
            background: url(../images/pxdt/btn-bg1.png) no-repeat;
            background-size: 100% 100%;
            color: #2da366;
            line-height: 20px;
        }

        .drillExam .common-list .list .item.no {
            background: url(../images/pxdt/btn-bg2.png) no-repeat;
            background-size: 100% 100%;
            color: #ee4c4e;
            line-height: 20px;
        }

    .drillExam .bottomBtn {
        text-align: center;
        margin-top: 20px;
    }

        .drillExam .bottomBtn .am-btn {
            padding: .5em 15%;
            box-shadow: 0 5px 5px rgba(72, 110, 255, .5);
        }

    .drillExam .am-panel {
        margin-bottom: 0;
        border: none;
        -webkit-box-shadow: none
    }

/* 个人中心考试-最终得分 */
.finalScore .score .con {
    position: relative;
    margin: 0 -2%;
}

    .finalScore .score .con .text {
        position: absolute;
        width: 100%;
        top: 10%;
        left: 0;
        text-align: center;
    }

        .finalScore .score .con .text .flex {
            flex-flow: wrap;
        }

            .finalScore .score .con .text .flex .item {
                flex: 0 0 50%;
                text-align: left;
                margin-top: 4%;
            }

.finalScore .score .picBtn .item {
    margin: 0 2%;
}
/* 忘记密码 */
.forgotPassword {
    background: #fff;
    border-radius: 20px;
    margin: 0;
    padding: 0 10%;
    box-shadow: 0 5px 20px 0 rgba(31, 182, 253, .3);
    overflow: hidden;
    padding-bottom: 20px !important;
}

    .forgotPassword .header {
        font-size: 18px;
        padding-top: 20px !important;
        padding: 10px 0;
    }

    .forgotPassword .am-form .rightIcon {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto 0;
        width: auto;
        height: 60%;
        font-size: 20px;
        line-height: 25px;
        color: #bcbcbd;
    }

    .forgotPassword .am-form .am-icon-mobile {
        font-size: 30px;
    }

    .forgotPassword .am-form .am-form-group {
        margin-bottom: 20px;
    }

    .forgotPassword .am-form input {
        border: none;
        background: #f3f4f7;
        border-radius: 10px;
        padding: 10px 15px;
    }

    .forgotPassword .am-form .verificationCode {
        margin-bottom: 15px;
    }

        .forgotPassword .am-form .verificationCode input {
            width: 90%;
        }

        .forgotPassword .am-form .verificationCode .am-btn {
            border-radius: 10px;
            border: none;
        }

    .forgotPassword .am-form .bottomBtn .am-btn {
        border-radius: 10px;
        padding: 10px 0;
    }

    .forgotPassword .am-form .verificationCode .am-btn.am-btn-primary {
        color: #fff;
        background: #3f70ea;
        box-shadow: 0 5px 10px 0 rgba(62, 112, 234, .3);
    }
