@media screen and (max-width: 360px) {
    html {
        font-size: 9px;
    }
}

.w310 {
    width: 15.5rem;
}

.content {
    /*margin-bottom: 5.5rem;*/
}

.header_home {
    width: 100%;
    height: 4.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fe3030;
    color: white;
    font-size: 1.8rem;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
}

.header_left {
    width: 4rem;
    margin-left: 1rem;
}

.header_right {
    width: 4rem;
    margin-right: 1rem;
    text-align: end;
}

.header_home i {
    font-size: 2rem;
    color: white;
}

.title_home {
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
    background: white;
    font-size: 1.8rem;
    justify-content: space-between;
    position: relative;
}

.title_home_left {
    margin-left: 1.3rem;
}

.title_home_right {
    margin-right: 1.3rem;
    color: #b5b5b5;
}

.title_home_left:before {
    content: ' ';
    width: 0.3rem;
    height: 1.7rem;
    display: inline-block;
    background: #D9131F;
    position: relative;
    top: 0.24rem;
    margin-right: 0.6rem;
}

.ambulance_training_course {
    padding: 1rem;
}

.training_block {
    width: 100%;
    background: white;
    position: relative;
    margin-bottom: 1rem;
}

.training_block_img {
    height: 21.5rem;
    position: relative;
}

.training_block_bottom {
    padding: 0.8rem 1rem;
    font-size: 1.6rem;
    color: #333333;
}

.training_block_bottom h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.5rem;
}

.training_block_bottom_2 {
    color: #B2B2B2;
    display: flex;
    font-size: 1.4rem;
    color: #9d9d9d;
}

.training_block_bottom_2 div {
    margin-right: 1rem;
}

.training_block_bottom_2 span {
    color: #fe4e5b;
}

.training_block_bottom_3 {
    color: #B2B2B2;
    display: flex;
    font-size: 1.3rem;
    align-items: baseline;
}

.training_block_bottom_3 div {
    margin-right: 1rem;
}

.ambulance_training_course button {
    position: absolute;
    bottom: 1.2rem;
    right: 1.5rem;
    background: #fe4e5b;
    border: 0px;
    border-radius: 0.2rem;
    color: white;
    font-size: 1.2rem;
    width: 7.5rem;
    height: 2.5rem;
}

.training_programs {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    border-radius: 0.2rem;
}

.training_programs a {
    width: 49%;
    display: block;
}

.training_programs_block {
    background: white;
    height: 24rem;
}

.training_programs_block > div:first-child {
    height: 13.6rem;
}

.training_programs_bottom {
    font-size: 1.1rem;
    padding: 1rem;
    color: #333333;
}

.training_programs_bottom h3 {
    font-size: 1.2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.training_programs_bottom div {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 0.5rem;
    color: #8a8a8a;
}

.training_programs_bottom div span {
    color: #f63756;
}

.ambulance_hot {
    width: 100%;
    padding: 1rem 0rem;
}

.ambulance_hot_imgone {
    padding: 2.4rem 1.2rem;
    display: flex;
    justify-content: space-between;
    background: white;
    margin-bottom: 1rem;
}

.ambulance_hot_imgone_content {
    width: 20.8rem;
    height: 9.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ambulance_hot_imgone_content > span {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #211F1F;
}

.ambulance_hot_imgone_bottom {
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #aaaaaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ambulance_hot_imgone_bottom > span:first-child {
    margin-right: 2rem;
}

.ambulance_hot_imgone > div:last-child {
    height: 8.6rem;
    width: 11.45rem;
}

.ambulance_hot_imgthree {
    padding: 2rem 1rem;
    background: white;
    margin: 1rem 0rem;
}

.ambulance_hot_imgthree > span {
    font-size: 1.6rem;
    color: #211F1F;
    line-height: 2.2rem;
}

.ambulance_hot_imgthree_content {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0rem;
}

.ambulance_hot_imgthree_content > div {
    width: 32%;
    height: 8.2rem;
}

.good_dynamic {
    color: #B2B2B2;
    font-size: 1.4rem;
    color: #aaaaaa;
    line-height: 2.1rem
}

.good_dynamic > span:first-child {
    margin-right: 2rem;
}

.ambulance_hot_video {
    padding: 2rem 1rem;
    background: white;
    margin-bottom: 1rem;
}

.ambulance_hot_video > span {
    font-size: 1.6rem;
    color: #211F1F;
    line-height: 2.2rem;
}

.ambulance_hot_video_2 {
    width: 100%;
    height: 17.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0rem;
}

.ambulance_hot_video_2 i {
    font-size: 4rem;
    color: #f8f8f8;
}

.ambulance_hot_video .good_dynamic {
    margin-top: 1rem;
}


/*项目简介*/

.project_training_top {
    margin-bottom: 1rem;
    background: white;
}

.project_training_top > div:first-child {
    height: 17.7rem;
}

.project_training_top_content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.project_training_top_content h3 {
    font-size: 1.6rem;
    letter-spacing: 0rem;
    color: #211f1f;
}

.project_training_top_content > span:last-child {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0rem;
    color: #555555;
}

.project_introduction {
    padding: 1.2rem;
    background: white;
    margin: 1rem 0;
    color: #666666;
    font-size: 1.2rem;
}

.project_introduction img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.project_introduction p {
    line-height: 2.6rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}


/*
.project_introduction img {
    width: 100%;
}

.project_introduction p{
    line-height: 1.3rem;
}
*/

.training_course_introduction_content .training_programs_block {
    margin-right: 1.2rem;
    height: 23rem;
}

.related_training_courses {
    width: 15.5rem;
    background: white;
}

.related_training_courses > div:first-child {
    width: 15.5rem;
    height: 13.6rem;
}

.related_training_courses_content {
    padding: 1rem;
}

.related_training_courses_content > span {
    font-size: 1.1rem;
    letter-spacing: 0rem;
    color: #211f1f;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.8rem;
}

.related_training_courses_content_2 {
    font-size: 0.9rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
    color: #555555;
}

.related_training_courses {
    position: relative;
    margin-right: 1rem;
}

.sign_up_now {
    width: 5rem;
    height: 1.9rem;
    background-color: #fe4e5b;
    border-radius: 0.2rem;
    font-size: 0.9rem;
    line-height: 1.1rem;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1.1rem;
    bottom: 1.1rem;
}

.noborder {
    border: 0rem !important;
}

#dynamic {
    max-height: 25rem;
}

.sign_up_dynamic {
    /*margin-top: 1rem;*/
}

.sign_up_dynamic_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    padding: 1rem;
    background: white;
    box-sizing: border-box;
}

.sign_up_dynamic_block .time {
    width: 6rem;
    margin-left: 1rem;
    overflow: hidden;
    white-space: nowrap;
}

.sign_up_dynamic_block_left {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 2.2rem;
    letter-spacing: 0;
    color: #666666;
    margin: 0 1rem;
    padding: 0.7rem 0;
}

.sign_up_dynamic_block_left .name {
    width: 4.6rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sign_up_dynamic_block_leftimg {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 100%;
}

.sign_up_dynamic_block_left > span {
    margin-left: 1rem;
}

.signed_up_for {
    width: 19rem;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.signed_up_for .text {
    margin-left: 1rem;
    color: #fe4e5b;
}


/*培训班简介*/

.project_training_top h3 {
    display: flex;
    align-items: center;
}

.project_training_top h3 span {
    padding: 0.2rem 0.6rem;
    background-color: #fe4e5b;
    font-size: 0.8rem;
    line-height: 1.2rem;
    letter-spacing: 0rem;
    color: #ffffff;
    position: relative;
    margin-left: 1rem;
    top: -0.1rem;
}

.project_training_top h3 span:before {
    content: ' ';
    width: 0.6rem;
    height: 0.6rem;
    background: #fe4e5b;
    border-radius: 0.1rem;
    position: absolute;
    left: -0.25rem;
    top: 0.6rem;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    z-index: 1;
}

.project_training_top .training_2 {
    display: flex;
    font-family: MicrosoftYaHei;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2rem;
    letter-spacing: 0rem;
    color: #555555;
}


/*.project_training_top>div>div:nth-child(2)>div:last-child{
	margin-right: 2.8rem;
}*/

.sign_up {
    width: 100%;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    font-size: 2rem;
    background-color: #fe4e5b;
    align-items: center;
    position: fixed;
    bottom: 0rem;
    left: 0rem;
    z-index: 999;
    color: white;
    cursor: pointer;
}

.sign_up.disabled {
    cursor: not-allowed;
    background-color: #dddddd;
}


/*培训项目列表*/

.tab_title {
    width: 100%;
    height: 3.5rem;
    display: flex;
    justify-content: space-around;
    margin: 1rem 0rem;
    background: white;
}

.tab_title a {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4rem;
    letter-spacing: 0rem;
    color: #211f1f;
}

.tab_active {
    color: #FE4E5B !important;
    border-bottom: 0.2rem solid #fe4e5b;;
}


/*证书查询*/

.tab_two {
    width: 100%;
    height: 3.5rem;
    display: flex;
    background: white;
    margin: 1rem 0rem;
    justify-content: space-around;
}

.tab_two a {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4rem;
    letter-spacing: 0rem;
    color: #211f1f;
}

.tab_two_active {
    color: #FE4E5B !important;
    border-bottom: 0.2rem solid #fe4e5b;
}

.input_lsit {
    padding: 15px;
    margin: auto;
    display: flex;
    flex-direction: column;
    background: white;
}

.input_lsit input {
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    border: 0px;
    margin-bottom: 1rem;
    color: #333333;
    padding: 1.15rem 0rem;
}

.input_lsit ::-webkit-input-placeholder {
    font-family: MicrosoftYaHei;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.1rem;
    letter-spacing: 0rem;
    color: #acacac;
}

.input_lsit :-moz-placeholder {
    font-family: MicrosoftYaHei;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.1rem;
    letter-spacing: 0rem;
    color: #acacac;
}

.input_lsit ::-moz-placeholder {
    font-family: MicrosoftYaHei;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.1rem;
    letter-spacing: 0rem;
    color: #acacac;
}

.input_lsit :-ms-input-placeholder {
    font-family: MicrosoftYaHei;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.1rem;
    letter-spacing: 0rem;
    color: #acacac;
}

.query {
    width: 100%;
    height: 4rem;
    border: 0px;
    background-color: #4d97f7;
    font-family: MicrosoftYaHei;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.1rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.query_results {
    background: white;
    padding: 1.2rem;
}

.query_results_title {
    font-family: MicrosoftYaHei;
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.1rem;
    letter-spacing: 0rem;
    color: #5c5c5c;
    margin-bottom: 2rem;
}

.query_results_title span {
    color: #4d97f7;
}

.query_results_list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.query_results_list > div:nth-child(even) {
    background: white;
}

.query_results_list > div {
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.8rem;
    letter-spacing: 0px;
    color: #5c5c5c;
    height: 3.45rem;
    background-color: #f5f5f5;
    margin-bottom: 1rem;
}

.query_results_list > div > span:first-child {
    width: 30%;
    display: flex;
    align-items: center;
    text-indent: 2rem;
}

.query_results_list > div > div {
    display: flex;
}

.query_results_list i {
    font-size: 1.4rem;
    margin-left: 0.5rem;
    margin-right: 0.2rem;
}

.icon-check {
    color: #0db56c;
}

.jinggao {
    color: #db4447;
}

.icon-exclamation {
    color: #db4447;
}


/*底部选项卡最后一个图标微调*/

.footer > a:last-child i {
    font-size: 2rem;
}

.footer > a:last-child span {
    position: relative;
    top: -0.3rem;
}


/*报名*/
.signup_content {
    margin-top: 5.8rem;
}

.signup_content .title_home {
    margin: 1rem 0rem;
    cursor: pointer;
}

.signup_content .title_home_right {
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0;
    color: #ff3131;
    display: flex;
    align-items: center;
}

.registration_information {
    padding: 2rem 1.5rem;
    background-color: #ffffff;
}

.registration_title {
    font-size: 1.6rem;
    line-height: 1.1rem;
    letter-spacing: 0;
    color: #444444;
    margin-bottom: 1.1rem;
}

.registration_information .registration_div {
    font-size: 1.3rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #444444;
}

.registration_information .registration_div .sp {
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #f63756;
    font-weight: bold;
}

.student_s {
    padding: 1.6rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: white;;
    position: relative;
}

.student_s:after {
    content: ' ';
    position: absolute;
    display: block;
    bottom: 0px;
    left: 5%;
    width: 90%;
    height: 0.1rem;
    background: #e9e9e9;
}

.student_s .student_left i {
    font-size: 1.6rem;
    color: #f63756;
    margin-right: 1.5rem;
}

.student_s .student_left {
    display: flex;
    align-items: center;
}

.student_s .student_left .student_info {
    display: flex;
    flex-direction: column;
}

.student_s .student_left .student_info .student_name {
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #444444;
}

.student_s .student_left .student_info .student_cord {
    font-size: 1.4rem;
    line-height: 3rem;
    letter-spacing: 0px;
    color: #444444;
}

.student_s .student_left .student_idcord {
    margin-left: 0.3rem;
}

.student_s .student_update i {
    font-size: 1.4rem;
    margin-right: 0.3rem;
}

.student_s .student_update {
    display: flex;
    align-items: baseline;
    font-size: 1.3rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #f63756;
}

.add_student {
    padding: 1.3rem;
    background: white;
    padding-bottom: 1.8rem;
}

.add_btn {
    width: 100%;
    height: 4.5rem;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #ffffff;
    border: 0px;
    background-color: #f63756;
}

.confirmation {
    padding: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0;
    color: #444444;
    position: relative;
    background: white;
}

.confirmation:after {
    content: ' ';
    position: absolute;
    display: block;
    bottom: 0px;
    left: 5%;
    width: 90%;
    height: 0.1rem;
    background: #e9e9e9;
}

.confirmation .confirmation_tit {
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: 0;
    color: #444444;
    font-weight: bold;
    margin-bottom: 1rem;
}

.confirmation .confirmation_tit .confirmation_money {
    font-size: 2.4rem;
    color: #f63756;
}

.prompt {
    padding: 1.5rem;
    background: white;
}

.prompt .prompt_red {
    font-weight: bold;
    color: #f63756;
}

.mb110 {
    margin-bottom: 5.5rem;
}

.student_information {

}

.student_information .popover_title {
    padding: 1.3rem;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #444444;
    background: #FFFFFF;
    margin-bottom: 1rem;
}

.student_information .popover_div {
    padding: 1.3rem;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #444444;
    position: relative;
    background: #FFFFFF;
}

.student_information .popover_div input {
    border: 0;
    height: 30px;
    width: 70%;
}

.student_information .popover_div .p_left {
    width: 30%;
    color: #c1c1c1;
}


.determine_registration {
    width: 100%;
    height: 5.5rem;
    position: fixed;
    bottom: 0rem;
    left: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #ffffff;
    background-color: #f63756;
    border: 0px;
}

.information_popover {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0rem;
    left: 0rem;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    animation: pop 0.3s ease-in;
    display: none;
}

.mask {
    flex: 1;
}

@keyframes pop {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.information_popover.show {
    display: flex;
}

.popover_content {
    width: 100%;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    background: #F7F7F7;
}

.information_popover .popover_title {
    padding: 1.3rem;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #444444;
    background: #FFFFFF;
    margin-bottom: 1rem;
}

.information_popover .popover_div {
    padding: 1.3rem;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #444444;
    position: relative;
    background: #FFFFFF;
}

.information_popover .popover_div input {
    border: 0;
    height: 30px;
    width: 70%;
}

.information_popover .popover_div .p_left {
    width: 30%;
    color: #c1c1c1;
}

.popover_div .file_img {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.popover_div .file_img input {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.popover_div .file_img .fimg {
    height: 30px;
    margin-left: 1rem;
}

.sex_selection {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.sex_selection select {
    width: 100%;
    height: 100%;
    border: 0px;
}

.btm_bor:after {
    content: ' ';
    position: absolute;
    display: block;
    bottom: 0px;
    left: 4%;
    width: 92%;
    height: 0.1rem;
    background: #e9e9e9;
}

.confirm_information {
    width: 100%;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #ffffff;
    border: 0px;
    background-color: #f63756;
}


/*头部弹出层 start*/

#mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
    display: none;
}

.top-m48 {
    margin-top: 4.8rem !important;
}

.pop-up {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    display: none;
}

.pop-up .pop-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pop-up .accordion {
    flex: 1;
    overflow-y: scroll;
    margin-bottom: 5rem;
}


.pop-up .accordion .tit-hrf,
.pop-up .accordion .no-hrf {
    color: #f2f2f2;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    background: #383838;
    border-bottom: 0.1rem solid #454545;
}


.pop-up .accordion .tit-hrf:last-child {
    border-bottom: 0px;
}

.pop-up .accordion .folding {
    display: none;
}

.pop-up .accordion .folding .a-hrf {
    display: block;
    padding: 1.5rem 3.5rem;
    color: #f2f2f2 !important;
    background: #2a2a2a;
    border-bottom: 1px solid #363636;
}

.pop-up .accordion .folding .a-hrf:last-child {
    border-bottom: 0px !important;
}

.pop-up .accordion .folding .a-hrf.active,
.pop-up .accordion .no-hrf.active {
    background: #2d2d2d !important;
}

.pop-up .accordion .folding .a-hrf:active,
.pop-up .accordion .no-hrf:active {
    background: #2D2D2D !important;
}

.pop-up .mask {
    background: rgba(0, 0, 0, 0.3);
}

.pop-up .pop-search {
    background: #2a2a2a;
    padding: 1.5rem;
    margin-top: 4.5rem;
    border-bottom: 1px solid #2a2a2a;
}


.pop-up .pop-search .search_content {
    width: 100%;
    height: 3.5rem;
    background-color: #525252;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.pop-up .pop-search .search_content .search_input {
    flex: 1;
    background-color: #525252;
    border: 0px;
    color: white;
    text-align: center;
}

.pop-up .pop-search .search_content i {
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}


/*@keyframes rit {
	from {
		opacity: 0;
		bottom: 100%;
	}
	to {
		opacity: 1;
		bottom: 0%;
	}
}*/


/*头部弹出层 end*/

.form_list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form_list .form_block {
    background: white;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    color: #c1c1c1;
    font-size: 1.5rem;
    position: relative;
}

.form_list .form_block.pto .f_img {
    position: relative;
    width: 7rem;
    height: 7rem;
    font-size: 5rem;
    background: #EBEBEB;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_list .form_block.pto .f_img i {
    font-size: 2.5rem;
}

.form_list .form_block.pto .f_img input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0rem;
    top: 0rem;
    z-index: 999;
}

.form_list .form_block.pto .f_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0rem;
    top: 0rem;
}

img[src=""], img:not([src]) {
    opacity: 0;
}

.btn_uploa {
    padding: 1.5rem;
}

.cik_upload {
    width: 100%;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #ffffff;
    border: 0px;
    background-color: #f63756;
    margin: 2rem 0rem;
}


/*审核状态标题*/
.bot-title {
    padding: 16px;
    text-indent: 20px;
    color: rgba(0, 0, 0, .7);
}

.bot-blue {
    background: #337ab7;
    color: white !important;
}

.bot-green {
    background: #dff0d8;
}

.bot-babyblue {
    background: #d9edf7;
}

.bot-yellow {
    background: #fcf8e3;
}

.bot-red {
    background: #f2dede;
}

/*审核状态标题end*/

.weui-cell {
    background: white;
}

.weui-cell.noborder::before {
    border: 0px !important;
}

.weui-cells__title {
    display: block;
}

.weui-cells {
    margin-top: 0px !important;
}


/**
救护培训频道用户中心证书等
 */

.rescue-uc {

}

.rescue-uc a {
    text-decoration: none;
}

.rescue-uc .certificate {
    background-color: #f6f6f6;
    padding: 15px 0;
}

.rescue-uc .certificate .lifeguard {
    width: 335px;
    height: 211px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #333333;
    -moz-box-shadow: 2px 2px 5px #333333;
    -webkit-box-shadow: 2px 2px 5px #333333;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.rescue-uc .certificate .lifeguard .cer-c {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    border-radius: 8px;
    text-decoration: none;
    z-index: 10;
    position: relative;
}

.rescue-uc .certificate .lifeguard .cer-c h3 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding-top: 75px;
    margin: 0;
    line-height: 5rem;
}

.rescue-uc .certificate .lifeguard .cer-c span {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: block;
}

.rescue-uc .certificate .lifeguard .avatar {
    position: absolute;
    left: 22px;
    top: 72px;
    width: 89px;
    height: 113px;
    background-color: #EEEEEE;
    text-align: center;
    line-height: 113px;
    border: #EEEEEE solid 1px;
}

.rescue-uc .certificate .lifeguard .avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.rescue-uc .certificate .lifeguard .txt-name {
    position: absolute;
    left: 16rem;
    top: 6.5rem;
    line-height: 2rem;
    font-size: 1.2rem;
}

.rescue-uc .certificate .lifeguard .txt-sex {
    position: absolute;
    left: 29rem;
    top: 6.5rem;
    line-height: 2rem;
    font-size: 1.2rem;
}

.rescue-uc .certificate .lifeguard .txt-idcard {
    position: absolute;
    left: 17.9rem;
    top: 9.8rem;
    line-height: 2rem;
    font-size: 1.2rem;
}

.rescue-uc .certificate .lifeguard .txt-no {
    position: absolute;
    left: 17.9rem;
    top: 13rem;
    line-height: 2rem;
    font-size: 1.2rem;
}

.rescue-uc .certificate .lifeguard .txt-date {
    position: absolute;
    left: 17.9rem;
    top: 15.5rem;
    line-height: 2rem;
    font-size: 1.2rem;
}

.rescue-uc .certificate .lifeguard .txt-validity {
    position: absolute;
    left: 292px;
    top: 155px;
    line-height: 2rem;
    font-size: 1.2rem;
}

.rescue-uc .certificate .trainer {
    width: 335px;
    height: 240px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #333333;
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    line-height: 2rem;
    font-size: 1rem;
}

.rescue-uc .certificate .trainer .cer-c {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    border-radius: 8px;
    text-decoration: none;
    position: relative;
    z-index: 10;
}

.rescue-uc .certificate .trainer .cer-c h3 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
    margin: 0;
}

.rescue-uc .certificate .trainer .cer-c span {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    line-height: 1.5em;
    margin-top: 1.5em;
}

.rescue-uc .certificate .trainer .avatar {
    position: absolute;
    left: 6.2rem;
    top: 5rem;
    width: 4.3rem;
    height: 5.3rem;
    background-color: #EEEEEE;
    text-align: center;
    line-height: 5.3rem;
    border: #EEEEEE solid 1px;
}

.rescue-uc .certificate .trainer .avatar img {
    width: 100%;
    height: 100%;
}

.rescue-uc .certificate .trainer .txt-name {
    position: absolute;
    left: 6.5rem;
    top: 11.1rem;
    width: 8rem;
    text-align: center;
}

.rescue-uc .certificate .trainer .txt-sex {
    position: absolute;
    left: 6.5rem;
    top: 13.5rem;
    width: 8rem;
    text-align: center;
}

.rescue-uc .certificate .trainer .txt-birthday {
    position: absolute;
    left: 6.5rem;
    top: 16rem;
    width: 8rem;
    text-align: center;
}

.rescue-uc .certificate .trainer .txt-idcard {
    position: absolute;
    left: 6.5rem;
    top: 18.5rem;
    width: 13rem;
    text-align: center;
}

.rescue-uc .certificate .trainer .txt-no {
    position: absolute;
    left: 22.5rem;
    top: 1.6rem;
    width: 9rem;
    text-align: center;
}

.rescue-uc .certificate .trainer .txt-reg {
    position: absolute;
    left: 22.5rem;
    top: 6.5rem;
}

.rescue-uc .certificate .trainer .txt-org {
    position: absolute;
    left: 22.5rem;
    top: 11.3rem;
    width: 9rem;
    text-align: center;
}

.rescue-uc .certificate .trainer .txt-date {
    position: absolute;
    left: 22.5rem;
    top: 18.7rem;
    width: 9rem;
    text-align: center;
}

.rescue-uc .items {
    display: flex;
    padding: 20px 0;
    background-color: #FFFFFF;
}

.rescue-uc .items .item {
    width: 25%;
}

.rescue-uc .items .item .icon {
    margin: 0 auto;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.rescue-uc .items .item .icon i {
    font-size: 2.4rem;
    color: #fff;
}

.rescue-uc .items .item .title {
    font-size: 1.5rem;
    text-align: center;
    margin: 1rem 0 0 0;
    overflow: hidden;
    white-space: nowrap;
}

.rescue-uc .desc {
    padding: 20px 20px;
    background-color: #FFFFFF;
    margin: 1rem 0 0 0;
}

.rescue-uc .desc .title {
    font-size: 1.6rem;
}

.rescue-uc .desc .text {
    font-size: 1.4rem;
    line-height: 1.8em;
    color: #666666;
    margin: 1rem 0 0 0;
}


/*视频播放*/
.video-rescue-box {
    /*min-width: 46.875rem;*/
    background-color: #f7f7f7;
}

.video-rescue-box p {
    margin: 0;
}

.video-rescue-detial {
    /*min-width:46.875rem ;*/
    height: 9.375rem;
    background-color: #ffffff;
    margin-bottom: 1.25rem;
    padding: 0 1rem;
}

.video-rescue-detial .vide-rescue-detial-box {
    width: 43.75rem;
    margin: auto;
}

.vide-rescue-detial-box .title {
    font-size: 2rem;
    color: #211f1f;
    padding: 2rem 0 1.75rem 0;
    line-height: 2.2rem;
}

.vide-rescue-detial-box .p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #8a8a8a;
    float: left;
    margin-right: 5.5rem;
}

.vide-rescue-detial-box .cit {
    margin-left: 1rem;
    padding: 0.175rem 0.5rem;
    color: #D9131F;
    font-size: 1.5rem;
    border-radius: 0.5rem;
    border: 0.1rem #D9131F solid;
}

/* 课程目录 */
.video-rescue-box .personal {
    width: 100%;
    padding-top: 1.875rem;
    height: 16rem;
    background: white;
    margin-bottom: 1.25rem;
}

.personal-user {
    height: 5.625rem;
    margin-bottom: 3.375rem;
}

.personal-user img {
    display: inline-block;
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50%;
    object-fit: cover;
    float: left;
    margin-left: 4.375rem;
    margin-right: 1.25rem;
}

.personal-user-right h3 {
    display: block;
    padding-top: 0.935rem;
    font-size: 2rem;
    line-height: 2rem;
}

.personal-user-right span {
    display: block;
    padding-top: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #8a8a8a;
}

.personal-bottom {
    text-align: center;
}

.personal-bottom-box {
    display: inline-block;
    width: 32%;
}

.personal-bottom-box span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 22px;
}

.video-rescue-box .title_home {
    width: 100%;
    height: 5.625rem;
    border-bottom: 0.0625rem #eae8e8 solid;
    border-top: 0.0625rem #eae8e8 solid;
    display: flex;
    align-items: center;
    background: white;
    justify-content: space-between;
    position: relative;
}

.video-rescue-box .title_home_left {
    margin-left: 1.3rem;
    color: #211f1f;
    font-size: 2.25rem;
}

.video-rescue-box .title_home_left:before {
    content: ' ';
    width: 0.3rem;
    height: 2.1rem;
    display: inline-block;
    background: #D9131F;
    position: relative;
    top: 0.24rem;
    margin-right: 0.8125rem;
}

/* 播放列表 */
.video-list-box {
    background-color: #FFFFFF;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 0 1rem;
}

.video-list-box .video-list {
    height: 1.875rem;
    margin: auto;
    padding: 2rem 0;
    border-bottom: 0.0625rem #eae8e8 solid;
}

.video-list .img-right {
    display: block;
    line-height: 1.8rem;
    float: right;
    color: #8a8a8a;
}

.video-list .img-left {
    display: inline-block;
    float: left;
}

.video-list .img-left img {
    width: 2.1875rem;
    height: 1.875rem;
    float: left;
    content: url(./../img/gray.png);
}

.video-list .title {
    margin-left: 1.375rem;
    font-size: 1.75rem;
    /*color: #211f1f;*/
    float: left;
    line-height: 1.8rem;
}

.video-list .p {
    float: left;
    color: #211f1f;
    margin-right: 1.375rem;
}

.video-list .time {
    float: right;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #8a8a8a;
    margin-left: 10.375rem;
}

/* 点击之后红色效果 */
.video-list-color span {
    color: #f74f5a;
    float: left;
}

.video-list-color .p {
    float: left;
    color: #f74f5a;
    margin-right: 1.375rem;
}

.video-list .time {
    position: absolute;
    right: 8rem;
    line-height: 1.8rem;
    margin-left: 10.375rem;
}

.video-list-color .img-right, .video-list-color .time {
    color: #f74f5a;
}

.video-list-color .img-left img {
    content: url(./../img/red.png);
}

.video-list-green span, .video-list-green .img-right, .video-list-green .time {
    color: #25b091;
}

.video-list-green .img-left img {
    content: url(./../img/green.png);
}

/* 点击之后红色效果 */

/* 课程介绍 */
.video-lesson-introduction {
    background-color: #FFFFFF;
    margin-top: 1.25rem;
}

.video-lesson-introduction .video-lesson-p {
    padding: 2rem 0;
    margin: auto;
}

.video-lesson-p p {
    text-indent: 2rem;
    line-height: 2.8rem;
    font-size: 1.75rem;
    color: #211f1f;
}

.video-lesson-introduction img {
    max-width: 100%;
}