* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  background-color: rgb(248, 248, 248);
}

@font-face {
  font-family: "font1";
  src: url("./font.ttf");
}
@font-face {
  font-family: "font2";
  /**src: url("./Alimama_DongFangDaKai_Regular.ttf");**/
}
.header2 {
  display: none;
}

.header {
  width: 100%;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.header .box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
}
.header .box .logo {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: "font2";
}
.header .box .logo img {
  margin-right: 10px;
}
.header .box .nav {
  height: 100%;
  display: flex;
  font-size: 15px;
  
  flex-direction: column;
  overflow-x: auto;
  flex-wrap: wrap;
  overflow-y: hidden;
  width: calc(100% - 480px);
}
.header .box .nav .item {
  height: 100%;
  line-height: 70px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header .box .nav .item span {
	width: 100%;
	text-align: center;
}
/* .header .box .nav .item:hover .list {
  display: block;
} */
.header .box .nav .item .list {
  display: none;
  position: fixed;
  width: 130px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  left: 0;
  top: 50px;
  padding: 0 16px;
  z-index: 2;
}
.header .box .nav .item .list p {
  line-height: 44px;
  font-size: 14px;
  border-bottom: 1px solid rgba(226, 226, 226, 0.55);
}
.header .box .nav .item .list p:hover, .header .box .nav .item .list p.active {
  color: #e3213b;
}
.header .box .nav .item img {
  margin-left: 3px;
}
.header .box .nav .item:last-child {
  margin-right: 0;
}
.header .box .nav .item.active::after {
  content: "";
  width: 37px;
  height: 2px;
  background-color: #e5291b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.header .box .search {
  width: 237px;
  height: 34px;
  background-color: #dfe3ed;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .box .search input {
  font-size: 14px;
  border: none;
  background: none;
  outline: none;
  padding-left: 16px;
}
.header .box .search input::placeholder {
  color: #999fad;
}
.header .box .search span {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #c5cee5;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.banner {
  height: 473px;
  background: url(../img/banner1.png);
  background-size: 100% 100%;
}
.banner .box {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "font1";
  font-size: 46px;
  line-height: 55px;
}
.banner .box p {
  font-size: 24px;
  line-height: 29px;
  margin-top: 12px;
}
.banner .box p.small {
  font-size: 16px;
  line-height: 19px;
  margin-top: 24px;
}
.banner.bannerNew {
  background: url(../img/banner2.png);
  background-size: 100% 100%;
}
.banner.bannerResult {
  background: url(../img/banner3.png);
  background-size: 100% 100%;
}
.banner.bannerTalent {
  background: url(../img/banner4.png);
  background-size: 100% 100%;
}
.banner.bannerIndex {
  height: 584px;
  background: url(../img/banner5.png);
  background-size: 100% 100%;
}
.banner.bannerIndex .box .word p {
  color: #868a91;
  font-size: 18px;
}
.banner.bannerIndex .box .word button {
  width: 128px;
  height: 40px;
  background-color: #e5291b;
  border-radius: 3px;
  font-size: 16px;
  border: none;
  color: #fff;
  cursor: pointer;
}

.content .box .index {
  margin: 23px 0 18px;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  display: flex;
  align-items: center;
}
.content .box .index span {
  color: #333;
}
.content .box .index img {
  margin: 0 8px;
}
.content .box .index img.decorate {
  margin: 0 4px 0 0;
}
.content .box .tab {
  height: 70px;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.content .box .tab span {
  padding-bottom: 14px;
  display: inline-block;
  width: 150px;
  text-align: center;
  font-size: 20px;
  color: #4b5b76;
  cursor: pointer;
}
.content .box .tab span.active {
  color: #e5291b;
  border-bottom: 3px solid #e5291b;
}
.content .box .contentBody {
  padding: 40px 24px;
  background-color: #fff;
  margin: 24px 0;
  position: relative;
}
.content .box .contentBody > .swiperBox {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}
.content .box .contentBody > .swiperBox.swiperBox2 {
  display: none;
}
.content .box .contentBody > .swiperBox .swiper {
  overflow: hidden;
  margin: 0 123px;
}
.content .box .contentBody > .swiperBox .swiper .swiper-slide {
  width: calc((100% - 120px) / 5) !important;
  margin-right: 30px;
}
.content .box .contentBody > .swiperBox .swiper-button-prev {
  background: url(../img/left.png);
  background-size: 100% 100%;
  left: 60px;
  top: 40%;
}
.content .box .contentBody > .swiperBox .swiper-button-next {
  background: url(../img/left.png);
  background-size: 100% 100%;
  transform: rotate(180deg);
  right: 60px;
  top: 40%;
}
.content .box .contentBody > .word {
  text-align: center;
}
.content .box .contentBody > .word .text {
  text-align: left;
  color: #707070;
  line-height: 30px;
  text-indent: 2em;
}
.content .box .contentBody > .word p {
  text-align: left;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #e5291b;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.content .box .contentBody > .word p.blue {
  color: #307de7;
}
.content .box .contentBody > .word p img {
  margin-right: 10px;
}
.content .box .contentBody .list .item {
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
  text-align: left;
}
.content .box .contentBody .list .item .title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.content .box .contentBody .list .item .word {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  text-align: left;
}
.content .box .contentBody .list .item .time {
  font-size: 16px;
  color: #96989c;
}
.content .box .contentBody .page {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.content .box .contentBody .page span {
  margin-right: 10px;
  border: 1px solid #7c7c7c;
  color: #7c7c7c;
  padding: 6px 20px;
  font-size: 13px;
}
.content .box .contentBody .page .num {
  margin-left: 10px;
}
.content .box .contentBody .page .num b {
  color: red;
}
.content .box .contentBody .page .skip {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.content .box .contentBody .page .skip input {
  width: 30px;
  margin: 0 5px;
  text-align: center;
  outline: none;
}
.content .box .contentBody .page .skip a {
  margin-left: 10px;
  color: #932424;
  text-decoration: none;
}
.content .box .contentBody #page {
  text-align: right;
  margin-top: 21px;
}

.content .box .contentBody .pagediv {
  text-align: right;
  margin-top: 21px;
}

.content .box .contentBody .article {
  width: 1000px;
  margin: 0 auto;
}

.content .box .contentBody .articlecon {
 	margin-bottom: 10px;
}

.content .box .contentBody .article .title {
  margin-bottom: 24px;
  color: #393939;
  font-size: 24px;
  text-align: center;
}
.content .box .contentBody .article .info {
  font-size: 14px;
  color: #666666;
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 32px;
  text-align: center;
}
.content .box .contentBody .article .info span {
  margin-right: 48px;
}
.content .box .contentBody .article .info span:last-child {
  margin-right: 0;
}
.content .box .contentBody .article > img {
  margin-bottom: 24px;
}
.content .box .contentBody .article .word {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #707070;
}
.content .box .contentBody .article .word p {
  margin-bottom: 24px;
  text-indent: 2em;
}
.content .box .contentBody .option {
  border-top: 1px solid #eaeaea;
  padding-top: 24px;
}
.content .box .contentBody .option p {
  margin-bottom: 16px;
  font-size: 14px;
  cursor: pointer;
}
.content .box .contentBody > .baseInfo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 17px;
  font-size: 36px;
}
.content .box .contentBody > .baseInfo > span {
  position: relative;
  font-weight: bold;
}
.content .box .contentBody > .baseInfo > span::after {
  content: "";
  width: 71px;
  height: 6px;
  background-color: #e5291b;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.content .box .contentBody > .baseInfo .other {
  color: #666666;
  font-size: 16px;
  display: flex;
}
.content .box .contentBody > .baseInfo .other span {
  margin-left: 45px;
  display: flex;
  align-items: center;
}
.content .box .contentBody > .baseInfo .other span img {
  margin-right: 12px;
}
.content .box .contentBody .infoContent {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
.content .box .contentBody .infoContent > img {
  width: 551px;
  height: 329px;
  margin-right: 56px;
}
.content .box .contentBody .infoContent .list {
  color: #666666;
  font-size: 16px;
}
.content .box .contentBody .infoContent .list p {
  margin-bottom: 28px;
}
.content .box .contentBody .infoContent .list .btn {
  width: 128px;
  height: 36px;
  background-color: #e5291b;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}
.content .box .contentBody .infoContent .list .btn img {
  margin-right: 11px;
}
.content .box .contentBody .smallTitle {
  margin-top: 40px;
  font-size: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaeaea;
  font-weight: bold;
  position: relative;
  line-height: 28px;
}
.content .box .contentBody .smallTitle::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #e5291b;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.content .box .contentBody .ability {
  overflow: hidden;
  padding-top: 20px;
}
.content .box .contentBody .ability span {
  margin-bottom: 16px;
  display: inline-block;
  width: 33%;
  color: #666666;
  font-size: 14px;
}
.content .box .contentBody.result {
  padding: 20px 24px;
}
.content .box .contentBody.result .resultList .item {
  font-size: 14px;
  color: #666666;
  height: 62px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .box .contentBody.result .resultList .item span {
  display: inline-block;
  color: #333;
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .box .contentBody.talent {
  background: none;
  padding: 0;
}
.content .box .contentBody.talent .condition {
  background-color: #fff;
}
.content .box .contentBody.talent .condition .item {
  padding: 13px 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
}
.content .box .contentBody.talent .condition .item:last-child {
  border: none;
}
.content .box .contentBody.talent .condition .item .label {
  margin-right: 20px;
}
.content .box .contentBody.talent .condition .item .choose span {
  padding: 8px 20px;
  border-radius: 100px;
  cursor: pointer;
  line-height: 20px;
}
.content .box .contentBody.talent .condition .item .choose span.active {
  color: #fff;
  background-color: #e5291b;
}
.content .box .contentBody.talent .condition .item .edit input {
  width: 118px;
  height: 36px;
  border-radius: 100px;
  border: solid 1px #e6e6e6;
  outline: none;
  margin: 0 8px;
  text-align: center;
}
.content .box .contentBody.talent .condition .item .edit button {
  width: 68px;
  height: 36px;
  border-radius: 100px;
  border: solid 1px #e6e6e6;
  background: none;
  cursor: pointer;
}
.content .box .contentBody.talent .memberInfo > .item {
  height: 291px;
  background-color: #fff;
  margin-top: 20px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
}
.content .box .contentBody.talent .memberInfo > .item > img {
  margin-right: 48px;
  width: 180px;
}
.content .box .contentBody.talent .memberInfo > .item .info {
  width: calc(100% - 180px - 48px);
}
.content .box .contentBody.talent .memberInfo > .item .info .number {
  font-size: 36px;
  padding-bottom: 14px;
  line-height: 43px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.content .box .contentBody.talent .memberInfo > .item .info .ability {
  overflow: hidden;
  padding-top: 0;
}
.content .box .contentBody.talent .memberInfo > .item .info .ability .item {
  float: left;
  display: flex;
  align-items: center;
  margin-right: 75px;
  font-size: 14px;
  color: #666666;
  padding-bottom: 18px;
}
.content .box .contentBody.talent .memberInfo > .item .info .ability .item img {
  margin-right: 12px;
}
.content .box .contentBody.talent .memberInfo > .item .info .ability .item:last-child {
  clear: both;
}
.content .box .contentBody.talent .memberInfo > .item .info .detail {
  margin-top: 20px;
  width: 128px;
  height: 36px;
  background-color: #e5291b;
  border-radius: 100px;
  border: solid 1px #e5291b;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content .box .contentBody.talent .memberInfo > .item .info .detail img {
  margin-left: 12px;
}
.content .box .contentBody .phoneBox {
  display: none;
  position: absolute;
  width: 330px;
  height: 122px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: right;
}
.content .box .contentBody .phoneBox > img {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
}
.content .box .contentBody .phoneBox .phoneContent {
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 34px;
  margin-left: 27px;
  font-size: 14px;
  color: #000000;
}
.content .box .contentBody .phoneBox .phoneContent p {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}
.content .box .contentBody .phoneBox .phoneContent img {
  margin-right: 16px;
}
.content .box .contentBody .phoneBox button {
  margin-right: 16px;
  width: 56px;
  line-height: 24px;
  height: 24px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  background-color: #e5291b;
  border-radius: 100px;
}

.footer {
  background-color: #272727;
  height: 216px;
}
.footer .box {
  display: flex;
  height: 100%;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  padding-top: 50px;
}
.footer .box .list p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.footer .box .list p img {
  margin-right: 10px;
}
.footer .box .list p span {
  margin: 0 8px;
  cursor: pointer;
}

.wrapperIndex {
  background-color: #fff;
}
.wrapperIndex .content > .box {
  margin-top: 47px;
}
.wrapperIndex .content > .box .listBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapperIndex .content > .box .listBox > img {
  width: calc((100% - 18px) / 2);
}
.wrapperIndex .content > .box .listBox .list {
  width: calc((100% - 18px) / 2);
}
.wrapperIndex .content > .box .listBox .list .title {
  display: flex;
  align-items: center;
  font-family: "font1";
  color: #1b70e5;
  font-size: 24px;
}
.wrapperIndex .content > .box .listBox .list .title b {
  color: #e63124;
}
.wrapperIndex .content > .box .listBox .list .title img {
  margin-right: 6px;
}
.wrapperIndex .content > .box .listBox .list .listContent .item {
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #868a91;
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
}
.wrapperIndex .content > .box .listBox .list .listContent .item span {
  display: inline-block;
  width: 85%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
}
.wrapperIndex .content > .box > img.title {
  margin-top: 33px;
}
.wrapperIndex .content > .box > .title {
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
  font-family: "font1";
  color: #1b70e5;
  font-size: 24px;
}
.wrapperIndex .content > .box > .title b {
  color: #e63124;
}
.wrapperIndex .content > .box > .title img {
  margin-right: 6px;
}
.wrapperIndex .content > .box .swiperBox {
  position: relative;
}
.wrapperIndex .content > .box .swiperBox.swiperBox2 {
  display: none;
}
.wrapperIndex .content > .box .swiperBox .swiper {
  overflow: hidden;
  height: 420px;
}
.wrapperIndex .content > .box .swiperBox .swiper .swiper-slide .item {
  cursor: pointer;
  width: calc((100% - 56px) / 3) !important;
  height: calc((100% - 23px) / 2) !important;
  background: url(../img/bg1.png);
  background-size: 100% 100%;
  margin-right: 28px;
  float: left;
  margin-bottom: 23px;
  padding: 27px 24px 0;
}
.wrapperIndex .content > .box .swiperBox .swiper .swiper-slide .item > p {
  font-size: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
.wrapperIndex .content > .box .swiperBox .swiper .swiper-slide .item .word {
  margin-top: 8px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  margin-bottom: 35px;
  line-height: 26px;
}
.wrapperIndex .content > .box .swiperBox .swiper .swiper-slide .item .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapperIndex .content > .box .swiperBox .swiper .swiper-slide .item .option .btn {
  cursor: pointer;
  width: 90px;
  height: 30px;
  background-color: #e5291b;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
.wrapperIndex .content > .box .swiperBox .swiper .swiper-slide .item .option .btn img {
  margin-left: 5px;
  width: 6px;
}
.wrapperIndex .content > .box .swiperBox .swiper .swiper-slide .item .option span {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
}
.wrapperIndex .content > .box .swiperBox .swiper .swiper-slide .item:nth-of-type(3n) {
  margin-right: 0;
}
.wrapperIndex .content > .box .swiperBox .swiper-button-prev {
  width: 18px;
  height: 47px;
  background: none;
  background-color: #f0f0f0;
  border-radius: 2px;
  left: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrapperIndex .content > .box .swiperBox .swiper-button-prev img {
  transform: rotate(180deg);
}
.wrapperIndex .content > .box .swiperBox .swiper-button-next {
  width: 18px;
  height: 47px;
  background: none;
  background-color: #f0f0f0;
  border-radius: 2px;
  right: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrapperIndex .content > .box .swiperBox .swiper-pagination {
  text-align: center;
  bottom: -33px;
}
.wrapperIndex .content > .box .swiperBox .swiper-pagination .swiper-pagination-bullet {
  background-color: #e5291b;
}
.wrapperIndex .content > .box .swiperBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 23px;
  border-radius: 6px;
}
.wrapperIndex .content > .box .imgBox {
  display: flex;
  justify-content: space-between;
}
.wrapperIndex .content > .box .moduleBox {
  display: flex;
  justify-content: space-between;
}
.wrapperIndex .content > .box .moduleBox .module {
  width: calc((100% - 82px) / 2);
}
.wrapperIndex .content > .box .moduleBox .module > .title {
  margin: 40px 0 10px;
  display: flex;
  align-items: end;
  font-family: "font1";
  color: #1b70e5;
  font-size: 24px;
}
.wrapperIndex .content > .box .moduleBox .module > .title > span {
  display: flex;
  align-items: center;
}
.wrapperIndex .content > .box .moduleBox .module > .title > span b {
  color: #e63124;
}
.wrapperIndex .content > .box .moduleBox .module > .title > span img {
  margin-right: 6px;
}
.wrapperIndex .content > .box .moduleBox .module > .title .nav {
  font-family: initial;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  margin-left: 21px;
}
.wrapperIndex .content > .box .moduleBox .module > .title .nav span {
  margin-right: 15px;
  cursor: pointer;
  line-height: 20px;
}
.wrapperIndex .content > .box .moduleBox .module > .title .nav span.active {
  color: #e5291b;
  border-bottom: 1px solid #e5291b;
}
.wrapperIndex .content > .box .moduleBox .module .listContent .item {
  line-height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #868a91;
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
}
.wrapperIndex .content > .box .moduleBox .module .listContent .item span {
  display: inline-block;
  width: 75%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
}
.wrapperIndex .content > .box .moduleBox .module video {
  width: 100%;
  height: calc(100% - 79px);
}
.wrapperIndex .content > .box .link {
  margin-bottom: 80px;
  overflow: hidden;
}
.wrapperIndex .content > .box .link .imgBox {
  width: 224px;
  height: 69px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  float: left;
}
.wrapperIndex .content > .box .link .imgBox:nth-of-type(5) {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .box {
    width: 100%;
  }
  .header {
    display: none;
  }
  .header2 {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 12;
    height: 50px;
  }
  .header2 > .name {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0 16px;
  }
  .header2 > .name span {
    display: flex;
    align-items: center;
  }
  .header2 > .name span img {
    width: 29px;
    margin-right: 10px;
  }
  .header2 .headerContent {
    display: none;
    padding: 0 16px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 12;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  .header2 .headerContent .search {
    margin: 10px 0;
    padding: 0 16px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header2 .headerContent .search input {
    outline: none;
    border: none;
  }
  .header2 .headerContent .menu .item {
    font-size: 14px;
    line-height: 50px;
  }
  .header2 .headerContent .menu .item .name {
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header2 .headerContent .menu .item .name.active {
    color: #e5291b;
  }
  .header2 .headerContent .menu .item .list {
    display: none;
  }
  .header2 .headerContent .menu .item .list p {
    padding-left: 14px;
    border-bottom: 1px solid #eaeaea;
  }
  .header2 .headerContent .menu .item .list p.active, .header2 .headerContent .menu .item .list p:hover {
    color: #e5291b;
  }
  .banner {
    height: 216px;
    background: url(../img/banner1-mobile.png);
    background-size: 100% 100%;
  }
  .banner.bannerTalent {
    background: url(../img/banner4-mobile.png);
    background-size: 100% 100%;
  }
  .banner.bannerResult {
    background: url(../img/banner3-mobile.png);
    background-size: 100% 100%;
  }
  .banner.bannerResult {
    background: url(../img/banner3-mobile.png);
    background-size: 100% 100%;
  }
  .banner.bannerNew {
    background: url(../img/banner2-mobile.png);
    background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .banner .box {
    padding: 0 16px;
    font-size: 26px;
    line-height: 30px;
    display: block;
    overflow: hidden;
  }
  .banner .box .word {
    margin-top: 82px;
  }
  .banner .box p {
    margin-top: 0;
    font-size: 16px;
  }
  .content {
    padding: 0 16px;
  }
  .content .box > .index {
    display: block;
    align-items: flex-start;
    line-height: 25px;
  }
  .content .box > .index > img.decorate {
    display: none;
  }
  .content .box .tab span {
    font-size: 16px;
    width: 100px;
  }
  .content .box > img.title {
    width: 100%;
  }
  .content .box .contentBody {
    padding: 20px 16px;
  }
  .content .box .contentBody.result {
    padding: 0 16px;
  }
  .content .box .contentBody .phoneBox {
    width: 90%;
  }
  .content .box .contentBody > img {
    width: 100%;
  }
  .content .box .contentBody > .swiperBox {
    display: none;
  }
  .content .box .contentBody > .swiperBox.swiperBox2 {
    display: block;
  }
  .content .box .contentBody > .swiperBox.swiperBox2 .swiper {
    margin: 0;
  }
  .content .box .contentBody > .swiperBox.swiperBox2 .swiper .swiper-slide {
    width: 100% !important;
    text-align: center;
    margin: 0;
  }
  .content .box .contentBody > .swiperBox.swiperBox2 .swiper-button-prev2 {
    left: 10px;
  }
  .content .box .contentBody > .swiperBox.swiperBox2 .swiper-button-next2 {
    right: 10px;
  }
  .content .box .contentBody > .baseInfo {
    font-size: 20px;
  }
  .content .box .contentBody > .baseInfo .other {
    font-size: 12px;
  }
  .content .box .contentBody > .baseInfo .other span {
    margin-left: 10px;
  }
  .content .box .contentBody .article {
    width: 100%;
  }
  .content .box .contentBody .article > img {
    width: 100%;
  }
  .content .box .contentBody .article .info span {
    margin-right: 0;
    display: block;
    text-align: center;
  }
  .content .box .contentBody .infoContent {
    display: block;
  }
  .content .box .contentBody .infoContent > img {
    width: 100%;
    height: auto;
  }
  .content .box .contentBody .infoContent .list {
    margin-top: 20px;
  }
  .content .box .contentBody .infoContent .list p {
    margin-bottom: 15px;
  }
  .content .box .contentBody .infoContent .list .btn {
    margin-top: 20px;
  }
  .content .box .contentBody .ability span {
    width: 50%;
    float: left;
  }
  .content .box .contentBody.talent .condition .item {
    box-sizing: border-box;
    display: block;
  }
  .content .box .contentBody.talent .condition .item > span {
    display: block;
    margin-bottom: 20px;
  }
  .content .box .contentBody.talent .condition .item .choose span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
  .content .box .contentBody.talent .condition .item .edit button {
    margin-top: 10px;
  }
  .content .box .contentBody.talent .memberInfo > .item {
    height: auto;
    font-size: 12px;
    align-items: flex-start;
  }
  .content .box .contentBody.talent .memberInfo > .item > img {
    width: 100px;
    margin-right: 20px;
  }
  .content .box .contentBody.talent .memberInfo > .item .info {
    width: calc(100% - 120px);
  }
  .content .box .contentBody.talent .memberInfo > .item .info .number {
    margin-bottom: 10px;
    font-size: 20px;
    padding-bottom: 0;
  }
  .content .box .contentBody.talent .memberInfo > .item .info .ability {
    padding-top: 0;
  }
  .content .box .contentBody.talent .memberInfo > .item .info .ability .item {
    width: 100%;
    padding-bottom: 10px;
  }
  .content .box .contentBody.talent .memberInfo > .item .info .detail {
    margin-top: 10px;
  }
  .footer {
    height: auto;
  }
  .footer .box {
    font-size: 12px;
    display: block;
    padding: 20px 16px;
  }
  .footer .box .list p {
    margin-bottom: 10px;
    display: block;
    line-height: 28px;
  }
  .footer .box .list p.flex {
    display: flex;
  }
  .wrapperIndex {
    overflow: hidden;
  }
  .wrapperIndex .banner {
    height: 216px;
    background: url(../img/banner5-mobile.png);
    background-size: 100% 100%;
  }
  .wrapperIndex .banner .box {
    padding: 0 16px;
    font-size: 26px;
    line-height: 30px;
  }
  .wrapperIndex .banner .box .word p {
    font-size: 12px;
    margin-top: 10px;
  }
  .wrapperIndex .banner .box .word button {
    width: 80px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
  }
  .wrapperIndex .content .box {
    margin-top: 16px;
  }
  .wrapperIndex .content .box .listBox {
    display: block;
  }
  .wrapperIndex .content .box .listBox > img {
    width: 100%;
    margin-bottom: 8px;
  }
  .wrapperIndex .content .box .listBox .list {
    width: 100%;
  }
  .wrapperIndex .content .box .imgBox {
    overflow: hidden;
    display: block;
  }
  .wrapperIndex .content .box .imgBox img {
    float: left;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .wrapperIndex .content .box .imgBox img:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrapperIndex .content .box .moduleBox {
    display: block;
  }
  .wrapperIndex .content .box .moduleBox .module {
    width: 100%;
  }
  .wrapperIndex .content .box .swiperBox {
    display: none;
  }
  .wrapperIndex .content .box .swiperBox.swiperBox2 {
    display: block;
  }
  .wrapperIndex .content .box .swiperBox.swiperBox2 .swiper {
    height: 198px;
  }
  .wrapperIndex .content .box .swiperBox.swiperBox2 .swiper .swiper-slide .item {
    height: 100% !important;
    width: 100% !important;
  }
  .wrapperIndex .content .box .link {
    margin-bottom: 20px;
  }
  .wrapperIndex .content .box .link .imgBox {
    width: 100%;
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=common.css.map */

/**
* 只读页 富文本框的  表格样式
**/
.articlecon table td, .articlecon table th {
  	--w-e-textarea-border-color: #ccc;
  	border: 1px solid var(--w-e-textarea-border-color);
  	line-height: 1.5;
  	min-width: 30px;
  	padding: 3px 5px;
  	text-align: left;
}

.articlecon table {
	--w-e-textarea-border-color: #ccc;
  	border: 1px dashed var(--w-e-textarea-border-color);
  	border-radius: 5px;
  	margin-top: 10px;
  	overflow-x: auto;
  	padding: 10px;
  	width: 100%;
}

/**
* 只读页 富文本框的  表格样式
**/