.header-panel {
  /*height: 220px;*/
  background: url("header-back.jpg") no-repeat center;
  padding: 10px;
  background-size:100% 100%;
}
.header-link {
  display: flex;
  color: #fff;
  /*text-decoration: underline;*/
  font-size: 12px;
  align-items: center;
}

.header-link p:first-child {
  margin-right: 20px;
  text-decoration: underline;
}

.header-link .user-info {
  margin-right: 5px;
  max-width: 6em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 3em;
}
.header-link .user-info span {
  font-size: 22px;
  vertical-align: middle;
}
.logo-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.logo-panel img {
  width: 60%;
  /*margin-right: 40px;*/
}
.logo-panel span {
  color: #fff;
  font-size: 26px;
}
.logo-panel p {
  color: #FBF2F2;
  padding: 10px 15px;
  border-radius: 5px;
  background: #D50900;
}
.channel-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.channel-type-item {
  width: calc((100% - 19px) / 4);
  text-align: center;
  border: 1px solid #D90001;
  /*background: #FB3E42;*/
  margin-top: 10px;
  color: #fff;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 2px;
  font-size: 14px;
  background: linear-gradient(#F8362D, #D20102);
}
.with-separator-line-title {
  border-bottom: medium double;
  text-align: center;
  color: #F77569;
  margin-bottom: 1em;
}

.with-separator-line-title span {
  position: relative;
  top: .6em;
  background: #fff;
  padding: 0 10px;
}
.subtitle {
   border-bottom: 1px solid #F8B4B4;
   padding-bottom: 4px;
   color: #E40000;
 }
.titleText {
  margin-left: 10px;
  border-left: 3px solid #E40000;
  padding: 0 10px;
  font-weight: bold;
}
.first-block {
  padding: 10px;
}

.first-block-carousel {
  height: 238px;
  /*background: red;*/
  margin-top: 15px;
  border-radius: 4px;
}

.first-block-carousel .swc-top .carousel-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.first-block-carousel .swc-top .carousel-container img {
  width: 100%;
  height: 100%;
}
.first-block-carousel .swc-top .carousel-container p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  background: #fff;
  opacity: 0.7;
  padding: 8px 80px 8px 10px;
  /* font-size: 17px; */
  box-sizing: border-box;
}

.first-block-carousel .swc-top .swp-top {
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}
.first-block-carousel .swc-top .swiper-pagination-bullet-active {
  background: #BC1C10;
}



.first-block-img {
  height: 75px;
  /*background: red;*/
  margin-top: 13px;
  border-radius: 4px;
}

.first-block-img img {
  width: 100%;
  height: 100%;
}

.first-block .swiper-button-next,
.first-block .swiper-button-prev {
  color: #73201D;
}

.first-block-swiper {
  position: relative;
  height: 100%;
  margin-top: 13px;
}
.first-block .swiper-container {
  width: 100%;
  height: 100%;
}

.first-block .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.first-block .swiper-button-next:after,
.first-block .swiper-button-prev:after {
  font-size: 18px;
}
.first-block .swiper-button-next {
  right: -5px;
}
.first-block .swiper-button-prev {
  left: -5px;
}
.first-block .read-book {
  height: 125px;
  background: url(read-book-back.png) no-repeat center;
  display: flex;
  margin-top: 8px;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  background-size: 100% 100%;
}
.first-block .read-book .left-block {
  width: 80px;
  text-align: center;
}
.first-block .read-book .left-block img {
  height: 73px;
  margin-bottom: 5px;
}
.first-block .read-book .left-block .route-btn {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  background: #67C0AE;
  border-radius: 20px;
  -moz-box-shadow: -2px -2px 3px #488895;
  -webkit-box-shadow: -2px -2px 3px #488895;
  box-shadow: -2px -2px 3px #488895;
  padding-bottom: 2px;
}
.first-block .read-book .type-btn {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}
.first-block .read-book .type-btn div {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  background: #74C3EC;
  border-radius: 20px;
  -moz-box-shadow: -2px -2px 3px #4E8DC9;
  -webkit-box-shadow: -2px -2px 3px #4E8DC9;
  box-shadow: -2px -2px 3px #4E8DC9;
  width: 70px;
  text-align: center;
  padding-bottom: 2px;+
}

.first-block .learn-share-block  {
  margin-top: 13px;
  height: 78px;
  background: url("learning-share.png") no-repeat center;
  background-size: 100% 100%;
  padding: 15px;
  box-sizing: border-box;
}

.first-block .learn-share-block p {
  font-family: ZY;
  color: #fff;
  text-align: center;
  margin-right: 75px;
  font-size: 24px;
  line-height: 54px;
    visibility: hidden;
}

.second-block {
  padding: 10px;
}

.second-block .skill-training-section .headline {
  margin-top: 20px;
  border-radius: 4px;
  background: #EFEFEF;
}

.second-block .skill-training-section .headline img {
  width: 100%;
}

.second-block .skill-training-section .headline p {
  display: flex;
  justify-content: space-between;
  height: 30px;
  padding: 0 10px;
  align-items: baseline;
  line-height: 30px;
}

.second-block .skill-training-section .headline p .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #4E4E4E;
}

.second-block .skill-training-section .headline p .time {
  font-size: 12px;
  color: #959595;
}

.second-block .skill-training-section .items {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}

.second-block .skill-training-section .item {
  width: 33%;
  background: #F7F8FD;
  border-radius: 2px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.second-block .skill-training-section .item-img {
  position: relative;
}

.second-block .skill-training-section .item-img img {
  width: 100%;
}

.second-block .skill-training-section .item-img .play-icon {
  position: absolute;
  left: 3px;
  bottom: 9px;
  width: 30px;
}

.second-block .skill-training-section .item-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #7E7E7E;
  padding-left: 5px;
  border-left: 3px solid #F33D36;
  border-radius: 1px;
  margin: 3px 0;
}
.second-block .skill-training-section .worker-policy {
  background: url("industry.png") no-repeat center;
  margin-top: 13px;
  min-height: 70px;
  padding: 13px 34px;
  box-sizing: border-box;
  color: #DA3F00;
  background-size: 100% 100%;
}
.second-block .skill-training-section .worker-policy p:first-child {
  font-family: ZY;
  font-size: 23px;
}

.second-block .skill-training-section .worker-policy p:last-child {
  font-size: 12px;
}

.second-block .show-my-skill {
  margin-top: 10px;
  height: 140px;
}

.second-block .innovation-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.second-block .innovation-block .cxcg-block {
  background: #FEEBE4;
  width: 43%;
  color: #FE5706;
  padding: 5px;
  border-radius: 2px;
  margin-right: 10px;
}
.second-block .innovation-block .cxcg-block .border {
  border: 1px dashed #FED1C1;
  display: flex;
  padding: 15px 5px;
  box-sizing: border-box;
  /* justify-content: space-between; */
  align-items: flex-start;
  border-radius: 4px;
}
.second-block .innovation-block .cxcg-block img {
  width: 18%;
  margin-top: -6px;
  margin-right: 4px;
}
.second-block .innovation-block .cxcg-block p:first-child {
  font-family: HY;
  font-size: 20px;
  margin-bottom: 5px;
}
.second-block .innovation-block .cxcg-block p:last-child {
  font-size: 12px;
}
.second-block .innovation-block .cxgzs-block {
  background: #FEEBE4;
  width: 55%;
  color: #FE8D05;
  padding: 5px;
  border-radius: 2px;
}
.second-block .innovation-block .cxgzs-block .border {
  border: 1px dashed #FED1C1;
  display: flex;
  padding: 15px 5px;
  box-sizing: border-box;
  /* justify-content: space-between; */
  align-items: flex-start;
  border-radius: 4px;
}
.second-block .innovation-block .cxgzs-block img {
  width: 15%;
  margin-top: -6px;
  margin-right: 4px;
}
.second-block .innovation-block .cxgzs-block p:first-child {
  font-family: HY;
  font-size: 20px;
  margin-bottom: 5px;
}
.second-block .innovation-block .cxgzs-block p:last-child {
  font-size: 12px;
}



.second-block .swiper-slide img {
  width: 100%;
  height: 100%;
}
.second-block .swiper-container2 {
  position: relative;
  height: 95px;
  overflow: hidden;
}
.second-block .swiper-pagination2 {
  position: absolute;
  bottom: 5px !important;
  z-index: 50;
  text-align: center;
}
.second-block .swiper-pagination-bullet {
  width: 25px;
  border-radius: 4px;
  height: 6px;
  background: #FFFFFF !important;
  opacity: unset;
}
.second-block .swiper-pagination-bullet-active {
  background: #8F0006 !important;
}

.third-block {
  padding: 10px;
}
.third-block .service-block {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.third-block .service-block img {
  width: 100%;
}
.third-block .service-block a {
  width: calc((100% - 30px) / 4);
  margin-bottom: 10px;
}
.third-block .discount-list {
  background: #FFF4E6;
  border-radius: 2px;
  padding: 5px;
}
.third-block .discount-item {
  border: 1px solid #FFD6A5;
  margin-bottom: 5px;
  border-radius: 2px;
  padding: 10px 5px;
  height: 2em;
  line-height: 2em;
  color: #F37F28;
  font-size: 15px;
}
.third-block .discount-item p {
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.third-block .discount-item p span {
  padding: 3px 5px;
  background: #FE8D04;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  margin: 0 5px;
  font-family: ZY;
  font-style: italic;
  vertical-align: middle;
}
.forth-block {
  padding: 10px;
}
.forth-block .consult-list .consult-item {
  display: flex;
  align-items: center;
  background: #FEF5F0;
  border-radius: 2px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.forth-block .consult-list .consult-item img {
  width: 2.5em;
}
.forth-block .consult-list .consult-item-title {
  margin: 0 7px;
  flex: 1 0;
  color: #B56133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.forth-block .consult-btn {
  padding: 7px;
  text-align: center;
  background: #F4783C;
  color: #fff;
  border-radius: 2px;
  font-size: 17px;
  margin-bottom: 10px;
}
.forth-block .handling-guideline-list .handling-guideline-item {
  display: flex;
  align-items: center;
  background: #FFF9F1;
  padding: 6px;
  margin-bottom: 10px;
}
.forth-block .handling-guideline-list .handling-guideline-item-title {
  margin-left: 8px;
  color: #B56133;
  flex: 1 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.forth-block .handling-guideline-item img {
  width: 50px;
}
.forth-block .handling-guideline-item .vertical-separator {
  width: 4px;
  height: 1em;
  background: #FE6A5C;
  border-radius: 4px;
  margin-left: 15px;
}
.forth-block .new-citizen {
  background: url("new-citizen.png") no-repeat center;
  background-size: 100% 100%;
  height: 65px;
}
.forth-block .new-citizen p {
  color: #fff;
  margin-left: 10%;
  margin-top: 40px;
  position: absolute;
  font-size: 12px;
}
.fifth-block {
  padding: 10px;
}
.fifth-block .show-skill-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fifth-block .show-skill-list a {
  width: 45%;

}
.fifth-block .show-skill-list .show-skill-item {
  background: #FFF2F1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 2px;
  margin-top: 10px;
  color: #B2141A;
  font-weight: bold;
}
.fifth-block .show-skill-list .show-skill-item p {
  margin-right: 10px;
}
.fifth-block .show-skill-list .show-skill-item img {
  width: 30px;
}
.fifth-block .read-more {
  background: #FEF5F6;
  color: #E61617;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px;
  margin-top: 10px;
  font-weight: bold;
}
.sixth-block {
  padding: 10px;
}
.sixth-block .swiper-container3 {
  margin-top: 13px;
  margin-bottom: 8px;
  height: 40px;
}
.sixth-block .one-panel {
  width: 6em !important;
}
.sixth-block .two-panel {
  width: 12em !important;
}
.sixth-block .three-panel {
  width: 8em !important;
}
.sixth-block .four-panel {
  width: 6em !important;
}
.sixth-block .sw3 {
  padding: 5px 15px;
  background: #F3F3F3;
  border-radius: 2px;
  color: #878787;
  position: relative;
  height: 22px;
}
.sixth-block .swiper-button-prev:after,
.sixth-block .swiper-container-rtl .swiper-button-next:after {
  font-size: 22px;
}
.sixth-block .swiper-button-next:after,
.sixth-block .swiper-container-rtl .swiper-button-prev:after {
  font-size: 22px;
}
.sixth-block .sw3.selected {
  background: #FF6F4D;
  color: #fff;
}
.sixth-block .sw3.selected:after {
  right: 50%;
  margin-right: -10px;
  position: absolute;
  top: 30px;
  content: "";
  display: block;
  border: 8px solid #FF6F4D;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.sixth-block .swiper-container4 .swiper-slide {
  height: calc((100% - 10px) / 3);
  text-align: center;
  background: red;
  font-size: 18px;
}
.sixth-block .swiper-container4 {
  width: 100%;
  height: 210px;
}

.sixth-block .show-skills-block {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  flex-wrap: wrap;
}
.sixth-block .show-skills-block .show-myself {
  width: 48%;
  padding: 10px 12px;
  box-sizing: border-box;
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.sixth-block .show-skills-block .show-myself p:first-child {
  font-family: ZY;
  font-size: 18px;
  color: #fff;
  margin-bottom: 6px;
}
.sixth-block .show-skills-block .show-myself .check-detail {
  padding: 3px 12px;
  background: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.sixth-block .show-skills-block .show-myself .sub {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}
.sixth-block  .show-skills-block .first-show {
  background: url("show-myself-1.png") no-repeat center;
  background-size: 100% 100%;
}
.sixth-block  .show-skills-block .first-show .check-detail {
  color: #FDBE5D;
}
.sixth-block  .show-skills-block .second-show {
  background: url("show-myself-2.png") no-repeat center;
  background-size: 100% 100%;
}
.sixth-block  .show-skills-block .second-show .check-detail {
  color: #FDA16E;
}
.sixth-block  .show-skills-block .third-show {
  background: url("show-myself-3.png") no-repeat center;
  background-size: 100% 100%;
}
.sixth-block  .show-skills-block .third-show .check-detail {
  color: #FF896B;
}
.sixth-block  .show-skills-block .forth-show {
  background: url("show-myself-4.png") no-repeat center;
  background-size: 100% 100%;
}
.sixth-block  .show-skills-block .forth-show .check-detail {
  color: #FE7272;
}
.all-support {
  text-align: center;
  font-size: 12px;
  color: #9F9F9F;
}
.all-support span {
  margin-right: 5px;
}
.all-support span:last-child {
  margin-right: 0;
}


@media screen and (max-width: 375px) {
  .channel-type-item {
    font-size: 13px;
  }
  .second-block .innovation-block .cxcg-block p:first-child,
  .second-block .innovation-block .cxgzs-block p:first-child {
    font-size: 19px;
  }
}
.header-link .user-info {
  text-decoration: none;
}