<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  min-width: 1250px;
  min-height: 100%;
}

.el_container {
  width: 100%;
  margin: 0 auto;
  /* padding-bottom: 150px; */
  /* background-color: palegoldenrod; */
}

.el_header {
  width: 100%;

  margin: 0 auto;
  height: auto;
}

/* 中间区域 */
.el_main {
  width: 100%;
  min-height: 750px;
  margin: 0 auto;
  /* background-color: palegoldenrod; */
}





/* 一级菜单 */
.header_firstNav {
  width: 100%;
}

.firstNav_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  box-sizing: border-box;
  /* background-color: lightblue; */
}

.firstNav_content_left {
  width: 685px;
  /* background-color: orange; */
}

.firstNav_content_left img {
  width: 685px;
  height: 116.88px;
  display: block;
  cursor: pointer;
}

.firstNav_content_right {
  width: 150px;
  /* background-color: pink; */
  flex-shrink: 0;
}

.firstNav_content_right a {
  width: 145px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 24px;
  background-color: #22B5AF;
  border: none;
  float: right;
}


/* 二级菜单 */
.header_secondNav {
  width: 100%;
  background-color: #22B5AF;
}

.seconddNav_content {
  width: 1200px;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.seconddNav_content .nav_item {
  flex: 1;
  flex-shrink: 0;
  height: 60px;
  text-align: center;
  line-height: 60px;
  flex-shrink: 0;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  position: relative;
}

.seconddNav_content .nav_item .fir_a {
  width: 100%;
  display: inline-block;
  color: #fff;
}

.seconddNav_content .nav_active {
  background-color: #069D96;
}


.seconddNav_content .nav_active .fir_a {
  color: #fff;
}


/* 导航下拉 */
.nav_item ul {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 60px;
  border: 1px solid #84D6D3;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 15px;
  display: none;
  z-index: 100;
}

.nav_item ul li {
  width: 100%;
  height: 60px;
  color: #069D96;
}

.nav_item ul li a {
  color: #069D96;
  width: 100%;
  display: inline-block;
}

.nav_item ul li:hover {
  background-color: #069D96;
}

.nav_item ul li:hover a {
  color: #fff;
}





/* 一、首页开始------------- */
/*banner*/
.bannerArea {
  width: 100%;
  min-width: 1000px;
  /* height: 446px; */
  position: relative;
}

.banner {
  width: 100%;
  margin: 0 auto;
}

.banner img {
  width: 100%;
  height: 100%;
  display: block;
}


/* 修改swiper轮播开始 */
.bannerArea .swiper-container {
  width: 100% !important;
  height: 500px !important;
  margin-top: 0 !important;
}

.bannerArea .swiper-wrapper {
  width: 100% !important;
  height: 500px !important;
}

.bannerArea .swiper-slide {
  width: 100% !important;
  height: 500px !important;
}

.bannerArea .swiper-slide img {
  width: 100% !important;
  height: 500px !important;
}


/* swiper pagination*/
.swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: palegoldenrod; */
}

.bannerArea .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .8;
}

.bannerArea .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #11eae3;
}

/* 修改swiper轮播结束 */









.mainArea {
  width: 100%;
  height: auto;
  margin: 80px auto 0;
}

.mainContent {
  width: 1200px;
  margin: 0 auto;
}

.mainContent_flex {
  display: flex;
  justify-content: space-between;
}

/* 新闻 */

.mainArea_firsection .block_news {
  width: 585px;
  /* background-color: lightgreen; */
}

.mainTop {
  width: 100%;
  position: relative;
}

.mainTop .top_img {
  width: 100%;
  height: auto;
  margin-top: 6px;
}

.mainTop .top_title {
  width: auto;
  font-size: 30px;
  color: #22B5AF;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mainTop .top_more {
  width: auto;
  font-size: 15px;
  color: #22B5AF;
  position: absolute;
  right: 0;
  bottom: 15px;
  cursor: pointer;
  /* background-color: pink; */
}

.mainArea .top_more:hover {
  color: #0f9b96;
}





.infoList {
  margin-top: 40px;
}

.list_con {
  display: flex;
  padding-bottom: 18px;
  margin-bottom: 18px;
  box-sizing: border-box;
  border-bottom: 1px dashed #A5D4AC;
}

.list_con:last-child {
  margin-bottom: 0;
}

.con_left {
  width: 200px;
  height: 114px;
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}

.con_left img {
  width: 100%;
  min-height: 114px;
  display: block;
  transition: all .5s linear;
}

.con_left .dateBox {
  width: 100%;
  height: 152px;
  font-size: 38px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0094A1;
}

.con_left .dateBox span:nth-child(1) {
  font-size: 30px;
  margin-bottom: 20px;
}


.con_right {
  width: calc(100% - 200px);
  padding: 5px 5px 0px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.info_title {
  width: 100%;
  height: 48px;
  line-height: 24px;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* background-color: pink; */
  padding-right: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.info_title:hover{
  color: #22B5AF;
}

.info_detail {
  color: #B7B7B7;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info_detail .detail_address {
  width: calc(100% - 100px);
}

.info_detail .detail_time {
  width: 100px;
  /* background-color: orange; */
  text-align: right;
}




/* 公告 */
.mainArea_firsection .block_notice {
  width: 585px;

}

.noticeList {
  width: 100%;
  margin-top: 40px;
  background-color: #EEF9F9;
  border-radius: 10px;
  padding: 35px 40px 10px;
  box-sizing: border-box;
}

.list_ele {
  margin-bottom: 30px;
  cursor: pointer;
}

.ele_title {
  display: flex;
  align-items: center;
}

.ele_title .ele_title_circle {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
  margin-right: 20px;
  margin-top: 3px;
  flex-shrink:0;
}

.ele_title .ele_title_text {
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_ele:hover .ele_title_circle {
  background-color: #22B5AF;
}

.list_ele:hover .ele_title_text {
  color: #22B5AF;
}



.ele_detail {
  color: #B7B7B7;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding-left: 27px;
  box-sizing: border-box;
  margin-top: 18px;
}

.ele_detail .detail_address {
  margin-right: 20px;
}


/* 活动报名 */
.eventArea {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.apply_item {
  width: 585px;
  height: 304px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.apply_item img {
  width: 100%;
  height: auto;
  min-height: 304px;
  display: block;
  transition: all .5s linear;
}


/* 各地风采 */

.styleArea {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.style_item .videoBox {
  width: 585px;
  height: 304px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.style_item .videoBox img {
  width: 100%;
  height: auto;
  min-height: 304px;
  display: block;
  transition: all .5s linear;
}

.style_item .explain_tips {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
  /* background-color: orange; */
  display: block;
}



/* 照片墙 */
.mainArea_photo .mainContent {
  position: relative;
}

.mainArea_photo .mainContent .photoWall {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.photo_item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  /* float: left; */
}

.photo_item img {
  /* width: 100%; 
  height: 100%; */
}

.photo_item .modal {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.photo_item_nj {
  width: 271px;
  height: 245px;
}

.photo_item_xz {
  width: 124px;
  height: 160px;
}

.photo_item_yz {
  width: 191px;
  height: 116px;
}

.photo_item_tz {
  width: 158px;
  height: 246px;
}

.photo_item_wx {
  width: 271px;
  height: 154px;
}

.photo_item_sz {
  width: 255px;
  height: 239px;
  position: absolute;
  left: 285px;
  top: 174px;
}

.photo_item_ha {
  width: 261px;
  height: 113px;
  position: absolute;
  left: 560px;
  top: 174px;
}

.photo_item_yc {
  top: 301px;
}

.photo_item_zj {
  position: absolute;
  left: 837px;
  top: 130px;
}

.photo_item_sq {
  width: 361px;
  height: 154px;
  position: absolute;
  left: 837px;
  top: 260px;
}

.margin_rb {
  margin: 0 14px 14px 0;
}

/* 照片悬浮样式 */
.mainArea_photo .mainContent .shadowBg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  display: none; 
}

/* 放大 */
.photo_item img{
  transition:all 500ms linear;
}
.photo_item img:hover{
 transform: scale(1.3);
}




/* 课程 */

.mainArea_lesson {
  margin-top: 50px;
  padding: 150px 0 100px;
  box-sizing: border-box;
  background: url(../img/lessonBg.png) no-repeat left top;
  background-size: 100% 100%;
  overflow: hidden;


}

.lessonArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lesson_item {
  width: 32%;
  height: 202.09px;
  overflow: hidden;
  border-radius: 10px;
}

.lesson_item img {
  width: 100%;
  height: 202.09px;
  display: block;
  cursor: pointer;
  transition: all .5s linear;
}

.videoBg{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 100;
}

.playArea{
  width: 900px;
  padding:40px 25px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.playArea video{
  display: block;
  width: 100%;
  height: auto;
}


/* 一、首页结束------------- */


/* 二、资讯公告开始 */
.sectionNews{
width: 1200px;
margin: 0 auto;
}
.sectionNews .mainTop{
  width: 323px;
  margin: 90px auto 0;
}
.sectionNews .top_img{
  margin-top: 0;
  }
.sectionNews .top_title{
left: 56%;
bottom: 20px;
transform: none;
}

.sectionSwitch{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  /* background-color: orange; */
}
.switch_item{
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #22B5AF;
  font-size: 16px;
  letter-spacing: 0.5px;
  background-color: #E9F7F8;
  border-radius: 30px 10px 30px 10px;
  cursor: pointer;
  margin: 0 60px;
}
.switch_item_active{
  background-color:#22B5AF ;
  color: #ffff;
}

.switch_item:hover{
  color: #22B5AF;
}
.switch_item_active:hover{
  color: #ffff;
}



.sectionContent{
  margin: 60px auto 0;
}
.news_item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  box-shadow: 0px 0px 2px 1px #e2e0e0;
}

.news_item .item_left {
  width: 33%;
  height: 225px;
  flex-shrink: 0;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.news_item .item_left .newsImg{
  width: 100%;
  height: 225px;
}
.news_item .item_left .newsImg img {
  width: 100%;
  min-height: 225px;
  display: block;
  transition: all .5s linear;
}


.news_item .item_left .dateBox {
  width: 100%;
  height: 225px;
  font-size: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #22B5AF;
}

.news_item .item_left .dateBox span:nth-child(1) {
  font-size: 50px;
  margin-bottom: 20px;
}





.news_item .item_right {
  width: 67%;
  padding: 35px 40px 15px 40px;
  box-sizing: border-box;
  /* background-color: palegoldenrod; */
  position: relative;
}


.news_item .newsTitle {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.news_item .item_right:hover  .newsTitle{
  color: #22B5AF;
}


.news_item .newsInfo {
  width: 100%;
  height: 73px;
  background-color: #fff;
  margin-top: 25px;
  color: #646464;
  line-height: 26px;
  font-size: 15px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newsDetail {
  width: 100%;
  color: #999999;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.newsDetail .detail_address {
  margin-right: 20px;
}



.lookDetail {
  position: absolute;
  right: 40px;
  bottom: 22px;
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  background-color: #22B5AF;
}



.noticeRow_item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding: 35px 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 1px #e2e0e0;
  cursor: pointer;
}
.noticeRow_item:hover{
  background-color: #EDF9F9;
  box-shadow: 0px 0px 2px 1px #62c5c0a0;
  
}
.row_left{
  width: calc(100% - 140px);
  flex-shrink: 0;
  padding: 0 0 0 35px;
  box-sizing: border-box;
  border-left: 4px solid #22B5AF;
  /* background-color: lightblue; */
  display: flex;
  align-items: center;
}
    .row_left .dateBox {
        width: 135px;
        height: 80px;
        font-size: 18px;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #079d97;
    }

        .row_left .dateBox span:nth-child(1) {
            font-size: 26px;
            margin-bottom: 10px;
        }

.textImg{
  width: 135px;
  height: 80px;
  font-size:20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #079D97;
  box-sizing: border-box;
  flex-shrink: 0;
}

.textImg img{
  width: 135px;
  height: 80px;}

.centerBox{
  flex-shrink: 0;
  width: calc(100% - 135px);
  padding-left: 30px;
  box-sizing: border-box;
}
.row_left_title{
  width: 95%;
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* background-color: lightcoral; */
}

.row_left_from{
  width: 90%;
  color: #B7B7B7;
  font-size: 13px;
  margin-top: 30px;
  line-height:20px;
}

.row_right{
  width: 140px;
  flex-shrink: 0;
  font-size: 15px;
  color: #22B5AF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: lightblue; */
  padding: 0 41px 0 35px;
  box-sizing: border-box;
  border-left: 1px solid #C3EBEA;
}
.row_right span{
  /* background-color: orange; */
  width: 100%;
  text-align: right;
}
 .row_right span:nth-child(1) {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  opacity: .9;
  box-sizing: border-box;
}



/* 二、资讯公告结束 */

/* 三、活动报名开始 */
.page_apply .el_main{
  min-height: 630px;
}
/* 三、活动报名结束 */

/* 四、急救课堂开始 */
.sectionQuery{
  /* background-color: lightblue; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto;
}
.queryLeft{
width: 570px;
display: flex;
  align-items: center;
  justify-content: space-between;
/* background-color: orange; */
}
.queryLeft .query_item{
  width: 30%;
  height: 40px;

}
.queryLeft .query_item .layui-unselect,.queryLeft .query_item .layui-form-select{
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-color: #22B5AF;
  border-radius: 4px;
}
.queryLeft .query_item input:hover {
  border-color:#22B5AF !important;
}


.queryRight{
  width: 600px;
  display: flex;
  align-items: center;
  /* background-color: lightcoral; */
}


.queryRight .el_input_box {
  width: 80%;
  /* background-color: pink; */
  position: relative;
}
.queryRight .el_input_box img{
position: absolute;
left: 15px;
top: 50%;
width: 20px;
height: 20px;
display: block;
transform: translateY(-50%);
}
.queryRight .el_input_box input {
  width: 100%;
  height: 40px;
  padding: 0 20px 0 45px;
  box-sizing: border-box;
  font-size: 15px;
  border: 1px solid #22B5AF;
  border-radius: 4px 0 0 4px;
}

.queryRight .el_input_box input::placeholder {
  color: #afafaf;
}

.queryRight .icon_search_box {
  width: 20%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  flex-shrink: 0;
  cursor: pointer;
  background-color: #22B5AF;
  color: #fff;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
}

.queryRight .icon_search_box:hover {
  background-color: #20bab5;
}



.class_item {
  width: 22%;
  float: left;
  box-shadow: 0px 0px 2px 1px #e2e0e0;
  margin-right: 4%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.class_item:nth-child(4n) {
  margin-right: 0;
}

.class_item .thumbImg {
  width: 100%;
  height: 175px;
  overflow: hidden;
  position: relative;
}

.class_item .thumbImg img {
  width: 100%;
  min-height: 175px;
  display: block;
  cursor: pointer;
  transition: all .5s linear;
}

.class_item .thumbImg .tag{
  width: auto;
  height: auto;
  background-color: #22B5AF;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 10;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 2px;
}


.detailBottom {
  padding: 15px 12px 17px 15px;
  box-sizing: border-box;
}

.botTitle {
  width: 100%;
  height: 44px;
  line-height: 22px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* background-color: pink; */
  cursor: pointer;
}
.botTitle:hover{
  color: #0094A1;
}
.botInfo {
  color: #666666;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.info_name {
  width: 80px;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* background-color: orange; */
}

.info_school {
  width: calc(100% - 85px);
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}


/* 四、急救课堂结束 */


/* 五、各地风采开始 */

.baseNavArea {
  display: flex;
  align-items: center;
  background-color: #ecf6ed;
  border-radius: 4px;
  margin-top: 50px;
  /* overflow: hidden; */
}

.base_item {
  flex: 1;
  flex-shrink: 0;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  background-color: #E9F7F8;
  cursor: pointer;

}

.base_active {
  background-color: #22B5AF;
  color: #fff;
  position: relative;
}

.triangle {
  width: 20px;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  z-index: 10;
}



.style_scholl {
  width: 285px;
  height: 161px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.style_scholl:nth-child(4n) {
  margin-right: 0;
}

.style_scholl img {
  width: 100%;
  min-height: 161px;
  display: block;
  cursor: pointer;
  transition: all .5s linear;
}

.emptyBox{
  width: 150px;
  margin: 80px auto 0;
}
.emptyBox img{
  width: 150px;
  height: auto;
}
.emptyBox span{
  color: #9F9F9F;
  font-size: 13px;
  display: block;
margin: 15px auto 0;
/* background-color: orange; */
padding-left: 37px;
box-sizing: border-box;
}


/* 五、各地风采结束 */

/* 六、社会服务开始 */
.socialList img{
  display: block;
  max-width: 80%;
  margin:0 auto 60px;
}
/* 六、社会服务结束 */


/* 七、高校高质量考核开始 */



.totalCommentsLogin {
  width: 1200px;
  padding: 45px 0px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 30px auto;
  background-color: #fff;
  box-shadow: 0px 0px 1px 1px #62c5c0;
  display: flex;
}

/* 登录 */
.login_content {
  width: 55%;
  border-right: 2px solid #eeeeee;
  box-sizing: border-box;
  padding: 5px 100px 0px;
  box-sizing: border-box;

}

/* title */
.content_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #22B5AF;
}

.content_title .tips {
  margin: 0 10px;
  letter-spacing: 2px;
  font-size: 23px;
}

.content_title .circle {
  width: 5px;
  height: 5px;
  background-color: #22B5AF;
  border-radius: 50%;
}


/* login_area */
#login_area {
  margin-top: 35px;

}

/* input */
.area_item {
  width: 100%;
  margin-bottom: 25px;
}

.area_item input {
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #F2F2F2;
  border-radius: 6px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 19px;
  color: #333333;
}

.area_item input::placeholder {
  color: #696969;
  font-size: 16px;
}


/* 提交 */
.subBtn {
  display: block;
  width: 100%;
  height: 65px;
  background-color: #22B5AF;
  text-align: center;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 20px;
  color: #ffffff;
  line-height: 65px;
  cursor: pointer;
  margin-top: 40px;
}

/* 底部点击弹框 */
#loginMsg {
  margin-top: 40px;
  /* background-color: lightblue; */

}

.msg_left {
  width: 100%;
  margin-top: 40px;
}

.msg_left a {
  font-size: 16px;
  text-decoration: underline;
  color: #414141;
}

.msg_right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.msg_right .getAccount {
  display: block;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 1px solid #22B5AF;
  color: #22B5AF;
  border-radius: 4px;
  font-size: 15px;
  text-decoration: none;
}


.msg_right .foget {
  color: #838383;
}

.bg,.scanBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 99;
}

.bgResult {
  width: 500px;
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}
.scanBg .bgResult{
  width: 500px;
  height: 360px;
}

.bgResult .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
/* 资讯公告 */

.announce_content {
  width: 45%;
  /* background-color: lightcoral; */
}

.publicNumInner{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  border-left: 1px solid #EDEDED;
  box-sizing: border-box;
}
.publicNumInner .ewmBox{
  width: 150px;
  height: 150px;
  /* border: 1px solid #42A552; */
  box-sizing: border-box;
  padding: 1px;
}
.publicNumInner img{
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.publicNumInner span{
  font-size: 15px;
  letter-spacing: 1px;
  color: #626666;
  margin-top: 15px;
}

/* 七、高校高质量考核结束 */

/* 分页 */
.pagenationArea{
  text-align: center;
  padding-bottom: 100px;
}
.hoverImg:hover img {
  transform: scale(1.1);
}







/* 公共代码----底部 */

.el_footer {
    background: url(../../Index/img/footerbg.png) no-repeat left top;
    background-size: 100% 100%;
    padding: 80px 0;
}

.footer_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}


.footer_left {
    width: 200px;
    /* background-color: orange; */
    padding-top: 10px;
    box-sizing: border-box;
}

    .footer_left .rightOuter {
        width: auto;
    }

        .footer_left .rightOuter img {
            width: 110px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

.footer_right {
    width: calc(100% - 200px);
    border-left: 1px solid #fff;
    box-sizing: border-box;
    padding: 0px 0 0px 90px;
    /* background-color: palegoldenrod; */
    display: flex;
    justify-content: space-between;
}

.area_con_outerBox {
    /* background-color: pink; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.area_con {
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 24px;
}

    .area_con:last-child {
        margin-bottom: 0;
    }

.ewmArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    box-sizing: border-box;
    /* background-color: orange; */
}

    .ewmArea img {
        width: 110px;
    }

    .ewmArea span {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
    } 
/* 2024.9.13急救课堂新增开始 */

/* 理论题库 */
.page_theory .sectionContent {
    width: 92%; /*1104*/
    padding-bottom: 150px;
    display: flex;
    justify-content: space-between;
    /* background-color: lightblue; */
}

.theoryLeft {
    width: 310px;
}

.sticky_left {
    width: 310px;
    position: fixed;
    top: 100px;
    background-color: pink;
}

.page_theory .sticky_Content {
    width: 1104px;
    padding: 100px 0 0px;
    /* position: fixed;
  top: 100px; */
    /* justify-content: flex-end; */
    background-color: palegoldenrod;
    position: relative;
}

.sticky_nav {
    width: 1200px;
    position: fixed;
    top: 0;
    z-index: 10;
    margin: 20px auto;
    background-color: orange;
}

.sticky_right {
    position: relative;
    top: 0;
    left: 350px;
}

.aidBar {
    width: 100%;
    height: 40px;
    z-index: 99;
    background-color: palegoldenrod;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
    transition: all linear 0.3s;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
}


.theoryLeft ul {
    width: 100%;
    height: auto;
    border: 1px solid #22b5af;
    border-bottom: none;
    box-sizing: border-box;
}

    .theoryLeft ul li {
        width: 100%;
        height: 70px;
        line-height: 24px;
        text-align: center;
        color: #22b5af;
        font-size: 16px;
        cursor: pointer;
        border-bottom: 1px solid #22b5af;
        box-sizing: border-box;
        font-weight: bold;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        letter-spacing: 1px;
    }

    .theoryLeft ul .cur_theory {
        background-color: #e8f7f7;
    }

    .theoryLeft ul li:nth-child(1) {
        background-color: #22b5af;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        cursor: auto;
    }

.theoryRight {
    width: 754px;
    /* height: 720px; */
    box-sizing: border-box;
    border: 1px solid #6acdc9;
    overflow-y: scroll;
}

.content_item {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 40px 40px;
    border-bottom: 1px solid #6acdc9;
}

    .content_item:last-child {
        border-bottom: none;
    }

.areaBox {
    width: 100%;
    /* background-color:lightgreen; */
}

    .areaBox .questionTitle {
        width: 100%;
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        display: flex;
    }

    .areaBox ul {
        width: 90%;
        margin-top: 15px;
    }

        .areaBox ul li {
            font-size: 14px;
            line-height: 20px;
            color: #333333;
            background-color: #f0f0f0;
            padding: 10px 5px 10px 30px;
            box-sizing: border-box;
            border-radius: 5px;
            margin-top: 20px;
            cursor: pointer;
        }

        .areaBox ul .ks_check {
            background-color: #22b5af;
            color: #ffffff;
        }

/* 答题改为input开始 */
.question_box {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 40px 40px;
    border-bottom: 1px solid #6acdc9;
}

    .question_box:last-child {
        border-bottom: none;
    }


    .question_box h3 {
        width: 100%;
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
    }

/* 修改单选框 复选框 样式 */
.answer {
    width: 90%;
    margin-top: 15px;
}

    .answer .check_option {
        width: 100%;
        margin-top: 20px;
        display: flex;
        position: relative;
        box-sizing: border-box;
        cursor: pointer;
        /* background-color: lightcoral; */
    }

    .answer input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
    }

    .answer label,
    .answer .li_div {
        width: 100%;
        border-radius: 5px;
        margin: 0;
        color: #333;
        background-color: #f0f0f0;
        padding: 15px 5px 15px 30px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
        font-size: 14px;
        /* z-index: 1; */
    }

.correct_option {
    background-color: #6acdc9 !important;
    color: #fff !important;
    border-radius: 5px;
}

    /* 单选 */
    .answer input[type=radio] {
        width: 100%;
        appearance: none;
        outline: none;
        border: none;
        border-radius: 5px;
        margin: 0;
        background-color: #f0f0f0;
    }

        .answer input[type=radio]:checked {
            background-color: #6acdc9;
            color: #fff;
        }

            .answer input[type=radio]:checked + label {
                color: #fff;
                background-color: #6acdc9;
            }

    /* 多选 */
    .answer input[type=checkbox] {
        width: 100%;
        appearance: none;
        outline: none;
        border: none;
        border-radius: 5px;
        margin: 0;
        background-color: #f0f0f0;
    }

        .answer input[type=checkbox]:checked {
            background-color: #6acdc9;
            color: #fff;
        }

            .answer input[type=checkbox]:checked + label {
                color: #fff;
                background-color: #6acdc9;
            }


.question_box .showRes {
    width: 50%;
    margin-top: 10px;
    background-color: #F46568;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 4px;
}

    .question_box .showRes img {
        width: 15px;
        height: 15px;
    }

    .question_box .showRes span {
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        margin-left: 5px;
    }



/* 把图片放到 选项框里  */
.check_option img {
    width: 18px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.error_option img {
    width: 15px;
}

/* 正确选项 样式 */


.correct_option input[type=radio] {
    background-color: #6acdc9;
    color: #fff;
}

    .correct_option input[type=radio] + label {
        color: #fff;
        padding-right: 30px;
        background-color: #6acdc9 !important;
    }


.correct_option input[type=checkbox] {
    background-color: #6acdc9;
    color: #fff;
}

    .correct_option input[type=checkbox] + label {
        color: #fff;
        padding-right: 30px;
        background-color: #6acdc9 !important;
    }

.correct_option .li_div {
    color: #fff;
    padding-right: 50px;
    line-height: 20px;
    background-color: #6acdc9 !important;
    border-radius: 5px;
}
/* 错误选项 样式 */


.error_option input[type=radio] {
    background-color: #DF4A4A !important;
    color: #fff;
}

    .error_option input[type=radio] + label {
        color: #fff;
        padding-right: 30px;
        background-color: #DF4A4A !important;
    }

.error_option input[type=checkbox] {
    background-color: #DF4A4A !important;
    color: #fff;
}

    .error_option input[type=checkbox] + label {
        color: #fff;
        padding-right: 30px;
        background-color: #DF4A4A !important;
    }

.error_option .li_div {
    color: #fff;
    padding-right: 30px;
    background-color: #df4a4a !important;
}

.text_cyan {
    color: #6acdc9;
}

/* 答题改为input结束 */




/* 自定义滚动条开始 */

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.theoryRight::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.theoryRight::-ms-scrollbar {
    width: 4px;
    height: 4px;
}

.theoryRight::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #e6e6e6;
}

.theoryRight::-ms-scrollbar-thumb {
    border-radius: 5px;
    -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #e6e6e6;
}

/* 自定义滚动条结束 */


/* 自测记录 */
.recordItem {
    width: 100%;
    border: 1px solid #22b5af;
    padding: 22px 35px 22px 30px;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
    margin-bottom: 30px;
}

    .recordItem:hover {
        background-color: #e9f7f8;
    }

.recordLeft {
    width: 60%;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #3a3a3a;
}

.recordNum {
    width: 35px;
    height: 35px;
    background-color: #22b5af;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    margin-right: 30px;
}

.recordDate span {
    display: inline-block;
    /* background-color: orange; */
}

.recordDate .date_year {
    width: 130px;
}

.recordRight {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.recordScore {
    width: 120px;
    position: absolute;
    right: 80px;
}

.recordError {
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #22b5af;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #22b5af;
    box-sizing: border-box;
}

    .recordError:hover {
        background-color: #22b5af;
        color: #fff;
    }

/* 自测记录详情 */
.recordDetailBox {
    width: 100%;
    border: 1px solid #22b5af;
    box-sizing: border-box;
}

    .recordDetailBox .detailHeader {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 22px 0;
        box-sizing: border-box;
        font-size: 19px;
        font-weight: bold;
        position: relative;
    }

.detailHeader div {
    margin: 0 12px;
}

.detailHeader span {
    margin-right: 10px;
}

.backBtn {
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #22b5af;
    box-sizing: border-box;
    position: absolute;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .backBtn img {
        width: 14px;
        height: auto;
        display: block;
        margin-right: 6px;
    }

.contentItem {
    width: 100%;
    height: auto;
    border-top: 1px solid #22b5af;
    display: flex;
    position: relative;
    /* background-color: palegoldenrod; */
}

    .contentItem .question_box {
        width: 70%;
        border-bottom: none;
        /* background-color: lightblue; */
    }

    .contentItem .itemResult {
        position: absolute;
        right: 0;
        top: 10%;
        width: 30%;
        height: 80%;
        border-left: 1px solid #22b5af;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 16px;
        padding-left: 10%;
        box-sizing: border-box;
        /* background-color: orange; */
    }

        .contentItem .itemResult div:nth-child(1) {
            margin-bottom: 20px;
        }

/* 我的错题集 */
.self_item_errorCollect .detailContent {
    width: 100%;
    border: 1px solid #22b5af;
    border-top: none;
    box-sizing: border-box;
}

    .self_item_errorCollect .detailContent .itemResult {
        padding: 0;
    }

.itemResult_inner {
    width: 100%;
    /* background-color: lightblue; */
    padding-left: 30%;
    box-sizing: border-box;
}

.remove_error_qs {
    width: 55%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #22b5af;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #22b5af;
    box-sizing: border-box;
    margin: 50px auto 0;
}

.errorRankList {
    width: 100%;
    border: 1px solid #22b5af;
}
/* 吸顶相关 */
.tabChange_sticky, .switch_sticky {
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;
    background-color: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
    padding: 10px 0;
    box-sizing: border-box;
}

.tika_sticky {
    position: fixed;
    height: auto;
    top: 80px;
}

.theoryRight_sticky {
    margin-top: 30px;
}
/* 1.4说明弹框 */

.explainBg,
.subBg,
.overCorrectBg,
.overErrorBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.result {
    width: 600px;
    padding: 60px 50px 85px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 10% auto 0;
    position: relative;
    background: url(../img/aid/loginBJ_lt.png), url(../img/aid/loginBJ_lt_reverse.png);
    background-repeat: no-repeat;
    background-size: 18% auto, 18% auto;
    background-position: -5px top, 510px bottom;
    background-color: #fff;
}

.closeImg {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
    /* background-color: orange; */
}

.res_biaoti {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    color: #22b5af;
    /* background-color: lightblue; */
    position: relative;
}

.res_inner {
    margin-top: 30px;
    font-size: 14px;
    color: #000;
    /* font-weight: bold; */
    line-height: 25px;
}

.inner_item {
    margin-bottom: 5px;
}
/* 在线自测 */
.page_test .sectionContent {
    margin: 50px auto 0;
    padding-bottom: 130px;
}

.tabChange {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    /* background-color: orange; */
}

.change_item {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22b5af;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 25px;
    border: 1px solid #22b5af;
    box-sizing: border-box;
}

    .change_item img {
        width: auto;
        height: 14px;
        margin-right: 5px;
        display: block;
    }

    .change_item .img_active {
        display: none;
    }

.change_item_active {
    background-color: #22b5af;
    color: #ffff;
}

    .change_item_active .img_active {
        display: block;
    }

    .change_item_active .img_notActive {
        display: none;
    }

.testSelfArea {
    width: 95%;
    margin: 60px auto 0;
}

    .testSelfArea .totalCommentsLogin {
        width: 100%;
        margin: 0 auto;
    }

    .testSelfArea .ewmBox {
        background-color: #F2F2F2;
    }

        .testSelfArea .ewmBox + span {
            margin-top: 20px;
        }

.selfTestTips {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.userData {
    width: 100%;
    text-align: center;
    line-height: 40px;
    /* font-weight: bold; */
    color: #22b5af;
    font-size: 23px;
    margin-top: 50px;
}

.operatorArea {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto;
    /* background-color: orange; */
}

.operator_item {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22b5af;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 35px;
    border: 1px solid #22b5af;
    box-sizing: border-box;
}

/* 提醒样式 */
.remindTips {
    box-shadow: 0 0 2px 1px #ff5722;
    animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}


/* 1.4说明弹框 */

.explainBg, .subBg, .overCorrectBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10000;
}

.result {
    width: 600px;
    padding: 60px 50px 85px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 10% auto 0;
    position: relative;
    background: url(../img/aid/loginBJ_lt.png), url(../img/aid/loginBJ_lt_reverse.png);
    background-repeat: no-repeat;
    background-size: 18% auto, 18% auto;
    background-position: -5px top, 510px bottom;
    background-color: #fff;
}

.closeImg {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
    /* background-color: orange; */
}

.res_biaoti {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    color: #22b5af;
    /* background-color: lightblue; */
    position: relative;
}


.res_inner {
    margin-top: 30px;
    font-size: 14px;
    color: #000;
    /* font-weight: bold; */
    line-height: 25px;
}

.inner_item {
    margin-bottom: 5px;
}

/* 在线自测 */
.self_item_learning {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.self_item_learning_left {
    width: 750px;
    box-sizing: border-box;
    border: 1px solid #6acdc9;
}

.self_item_learning_right {
    width: 350px;
}

.innerBox {
    width: 350px;
    height: 90%;
    border: 1px solid #22B5AF;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.cardHeader {
    width: 100%;
    height: 45px;
    background-color: #E8F7F7;
    color: #22B5AF;
    font-size: 16px;
    display: flex;
    font-weight: bold;
}

.header_item {
    width: 50%;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

    .header_item:nth-child(1) {
        background-color: #22B5AF;
        color: #fff;
        font-size: 14px;
    }

.cardContent {
    padding: 40px 27px 0;
    box-sizing: border-box;
    /* background-color: lightblue; */
    /* max-height: 80%; */
    overflow-y: scroll;
    scrollbar-arrow-color: #e6e6e6;
    /*顶部/底部图标颜色*/
    scrollbar-face-color: #e6e6e6;
    /*滚动条颜色*/
    scrollbar-shadow-color: #e6e6e6;
}

    /* 自定义滚动条开始 */

    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    .cardContent::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .cardContent::-ms-scrollbar {
        width: 4px;
        height: 4px;
    }

    .cardContent::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #e6e6e6;
    }

    .cardContent::-ms-scrollbar-thumb {
        border-radius: 5px;
        -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #e6e6e6;
    }


/* 自定义滚动条结束 */
/* 344 滚动条4px */
.cardList {
    width: 100%;
}

    .cardList::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        clear: both;
    }

.list_box {
    width: 40px;
    height: 40px;
    border: 1px solid #22B5AF;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    color: #333333;
    float: left;
    margin-right: 22.5px;
    margin-bottom: 22.5px;
    cursor: pointer;
    font-size: 15px;
}

    .list_box:nth-child(5n) {
        margin-right: 0;
    }

.list_box_hover {
    background-color: #e8f7f7;
    color: #22B5AF !important;
}

/* 已答题样式 */
.box_active {
    background-color: #22B5AF;
    color: #fff;
    border-color: transparent;
}

    .box_active:hover {
        color: #fff;
    }

.subMitBtn {
    width: 150px;
    height: 40px;
    background: #22B5AF;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    margin: 25px auto 20px;
}
/* 答题完成/未完成弹框 */

.pubResult {
    width: 430px;
    padding: 35px 20px;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/aid/loginBJ_lt.png), url(../img/aid/loginBJ_lt_reverse.png);
    background-repeat: no-repeat;
    background-size: 18% auto, 18% auto;
    background-position: -5px top, 355px bottom;
    background-color: #fff;
    border-radius: 4px;
}

    .pubResult .status {
        width: 100%;
        line-height: 23px;
        text-align: center;
        color: #22B5AF;
        font-size: 16px;
        font-weight: bold;
        /* background-color: pink; */
    }

    .pubResult .infoTips {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-top: 25px;
    }

.overCorrectBg .infoTips:nth-of-type(2) {
    margin: 40px auto 30px;
}

.overCorrectBg .infoTips .tips_item {
    margin-bottom: 15px;
}

    .overCorrectBg .infoTips .tips_item .text_cyan {
        font-size: 23px;
        margin-right: 7px;
        font-weight: normal;
    }

/* 答题完成/未完成弹框 */

.pubResult {
    width: 430px;
    padding: 35px 20px;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/aid/loginBJ_lt.png), url(../img/aid/loginBJ_lt_reverse.png);
    background-repeat: no-repeat;
    background-size: 18% auto, 18% auto;
    background-position: -5px top, 355px bottom;
    background-color: #fff;
    border-radius: 4px;
}

    .pubResult .status {
        width: 100%;
        line-height: 23px;
        text-align: center;
        color: #22b5af;
        font-size: 16px;
        font-weight: bold;
        /* background-color: pink; */
    }

    .pubResult .infoTips {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-top: 25px;
    }

.sameProperty .infoTips:nth-of-type(2) {
    margin: 40px auto 30px;
}

.sameProperty .infoTips .tips_item {
    margin-bottom: 15px;
}

    .sameProperty .infoTips .tips_item .text_cyan {
        font-size: 23px;
        margin-right: 7px;
        font-weight: normal;
    }
/* 操作按钮 */
.pubResult .option {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 35px auto 25px;
}

    .pubResult .option .Cancel,
    .pubResult .option .confim,
    .pubResult .lookErrorQs {
        width: auto;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        margin: 0 15px;
        background-color: #22B5AF;
        font-size: 14px;
        cursor: pointer;
        padding: 0 20px;
        box-sizing: border-box;
        border-radius: 4px;
    }

    .pubResult .option .Cancel {
        background-color: transparent;
        border: 1px solid #22B5AF;
        color: #22B5AF;
    }

/* 2024.9.13急救课堂新增结束 */


/* 在线自测 */
.page_test .sectionContent {
    margin: 50px auto 0;
    padding-bottom: 130px;
}

.tabChange {
    display: flex;
    justify-content: center;
}

.tabChange_bar {
    width: 1200px;
    transition: all linear .3s;
}

.tabChange_wrap {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    /* background-color: palegoldenrod; */
}

.change_item {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22b5af;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 25px;
    border: 1px solid #22b5af;
    box-sizing: border-box;
}

    .change_item img {
        width: auto;
        height: 14px;
        margin-right: 5px;
        display: block;
    }

    .change_item .img_active {
        display: none;
    }

.change_item_active {
    background-color: #22b5af;
    color: #ffff;
}

    .change_item_active .img_active {
        display: block;
    }

    .change_item_active .img_notActive {
        display: none;
    }

.testSelfArea {
    width: 95%;
    margin: 60px auto 0;
}

    .testSelfArea .totalCommentsLogin {
        width: 100%;
        margin: 0 auto;
    }

    .testSelfArea .ewmBox {
        background-color: #f2f2f2;
    }

        .testSelfArea .ewmBox + span {
            margin-top: 20px;
        }

.selfTestTips {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.userData {
    width: 100%;
    text-align: center;
    line-height: 40px;
    /* font-weight: bold; */
    color: #22b5af;
    font-size: 23px;
    margin-top: 50px;
}

.operatorArea {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto;
    /* background-color: orange; */
}

.operator_item {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22b5af;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 35px;
    border: 1px solid #22b5af;
    box-sizing: border-box;
}

/* 1.4说明弹框 */

.explainBg,
.subBg,
.overCorrectBg,
.overErrorBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.result {
    width: 600px;
    padding: 60px 50px 85px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 10% auto 0;
    position: relative;
    background: url(../img/aid/loginBJ_lt.png), url(../img/aid/loginBJ_lt_reverse.png);
    background-repeat: no-repeat;
    background-size: 18% auto, 18% auto;
    background-position: -5px top, 510px bottom;
    background-color: #fff;
}

.closeImg {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
    /* background-color: orange; */
}

.res_biaoti {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    color: #22b5af;
    /* background-color: lightblue; */
    position: relative;
}

.res_inner {
    margin-top: 30px;
    font-size: 14px;
    color: #000;
    /* font-weight: bold; */
    line-height: 25px;
}

.inner_item {
    margin-bottom: 5px;
}

.sortTips {
    text-align: center;
    margin-bottom:20px;
}

.page_edit .firstNav_content_right {
    width: auto;
}

    .page_edit .firstNav_content_right .seniorLogin {
        margin-left: 20px;
        background-color: #10ca89;
    }

.seniorSchoolLogin {
    margin-top: 120px;
}

/* 2024.12.25 新增活动完整视频 播放按钮 */
.page_index_edit .styleArea {
    align-items: flex-start;
}

.page_index_edit .style_item {
    width: 277.5px;
}

    .page_index_edit .style_item .videoBox {
        width: 277.5px;
        height: 157px;
        position: relative;
    }

        .page_index_edit .style_item .videoBox img {
            min-height: 157px;
        }

    .page_index_edit .style_item .explain_tips {
        padding: 0 2px;
        box-sizing: border-box;
        line-height: 24px;
    }

    .page_index_edit .style_item .iconPlay {
        position: absolute; 
        width: 50px;
        height: 50px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

        .page_index_edit .style_item .iconPlay img {
            width: 100%;
            height: 100%;
            display: block;
            min-height: 0;
        }
/* 2024.12.26 各地风采 新增展示活动 */
.page_localstyle_edit .styleArea {
    align-items: flex-start;
}

.page_localstyle_edit .style_item {
    width: 585px;
}

    .page_localstyle_edit .style_item .videoBox {
        position: relative;
    }

    .page_localstyle_edit .style_item .iconPlay {
        position: absolute;
        width: 104px;
        height: 104px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

        .page_localstyle_edit .style_item .iconPlay img {
            width: 100%;
            height: 100%;
            display: block;
            min-height: 0;
        }

    .page_localstyle_edit .style_item .explain_tips {
        padding: 0 10px;
        box-sizing: border-box;
        line-height: 22px;
    }

/* 2025.7.22新增完善信息开始 */
.completeInfoForm {
    width: 100%;
    margin-top: 35px;
    /* background-color: lightblue; */
}

    .completeInfoForm .layui-form-item {
        margin-bottom: 20px;
    }

    .completeInfoForm .layui-form-label {
        float: none;
        width: 100%;
        text-align: left;
        padding-left: 0px;
        box-sizing: border-box;
    }

    .completeInfoForm .layui-input-block {
        margin-left: 0;
        position: relative;
        font-size: 15px;
    }

    .completeInfoForm .flexCenter {
        display: flex;
        align-items: center;
    }

    .completeInfoForm .completeBtn {
        display: block;
        width: 100%;
        height: 45px;
        background-color: #22b5af;
        text-align: center;
        border-radius: 4px;
        border: none;
        outline: none;
        font-size: 18px;
        color: #ffffff;
        line-height: 45px;
        cursor: pointer;
        margin-top: 40px;
    }

.bgcolor-primary {
    background-color: #22b5af;
}

/* 个人设置 */
.person-center-container {
    width: 900px;
    margin: 40px auto;
}

.pc-header {
    padding: 0 5px 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .pc-header .editInfoBtn {
        font-size: 14px;
        color: #22b5af;
        cursor: pointer;
        display: flex;
        align-items: flex-end;
    }

        .pc-header .editInfoBtn i {
            font-size: 20px;
            position: relative;
            top: 2px;
        }

    .pc-header .saveInfoBtn {
        width: 85px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        border-radius: 4px;
        cursor: pointer;
        background: #22b5af;
    }

.personInfoForm {
    width: 100%;
    background: #fff;
    padding: 30px;
    border: 1px solid #22b5af;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 24px;
}

    .personInfoForm .layui-form-item {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        /* background-color: pink; */
    }


        .personInfoForm .layui-form-item:after {
            display: none;
        }

    .personInfoForm .layui-form-item-left {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: rgb(30 136 229 / 0.1);
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .personInfoForm .layui-form-item-left i {
            color: #22b5af;
            font-size: 22px;
        }

            .personInfoForm .layui-form-item-left i.text_large {
                font-size: 27px;
            }

    .personInfoForm .layui-form-item-right {
        width: calc(100% - 48px);
        padding-left: 16px;
        box-sizing: border-box;
    }

    .personInfoForm .layui-form-label {
        padding: 0;
        display: block;
        float: none;
        text-align: left;
        font-size: 14px;
        color: rgb(144 147 153);
    }

    .personInfoForm .layui-input-block {
        width: 100%;
        margin: 0;
        line-height: normal;
        min-height: auto;
        /* background-color: pink; */
    }

.showEditArea {
    display: none;
    margin-top: 5px;
}

    .showEditArea .flexCenter {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

/* 2025.7.22新增完善信息结束 */

    .showEditArea &nbsp; .layui-input-block {
        font-size: 15px;    }

.sendCodeContainer .layui-input {

    /* width: calc(100% - 110px); */
    flex: 1;
}

.sendCodeContainer .input-group-btn {
    width: 110px;
}

    .sendCodeContainer .input-group-btn .layui-btn {
        width: 100%;
        padding: 0;
    }

/* 2025.8.8 修改banner图开始 */
#pcbanner {
    margin: 0px auto 0;
    position: relative;
}

    #pcbanner .mask {
        width: 100%;
        height: 400px;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    #pcbanner .swiper-container {
        margin-top: 0px;
    }

    #pcbanner .swiper-slide {
        width: 1200px;
        height: 400px;
    }

        #pcbanner .swiper-slide a {
            display: block;
            width: 1200px;
            height: 400px;
        }

    #pcbanner .swiper-slide-active {
        position: relative;
        z-index: 20;
        opacity: 1;
    }

        #pcbanner .swiper-slide-active .mask {
            background-color: transparent;
            z-index: -1;
        }

    #pcbanner .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    #pcbanner .swiper-button-next,
    #pcbanner .swiper-button-prev {
        background: transparent;
    }

        #pcbanner .swiper-button-prev:before,
        #pcbanner .swiper-button-next:after {
            display: none;
        }

    #pcbanner .swiper-pagination {
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: 30px;
    }

        #pcbanner .swiper-pagination .swiper-pagination-bullet {
            background: #fff;
            opacity: 1;
        }

        #pcbanner .swiper-pagination .swiper-pagination-bullet-active {
            background: #22B5AF;
        }
</pre></body></html>