.flex {
  display: flex;
}
.column {
  display: flex;
  flex-direction: column;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-l_c {
  display: flex;
  align-items: center;
}
.j-c_c {
  display: flex;
  justify-content: center;
}
.a_c-j_sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a {
  text-decoration: none;
  color: #404040;
  /* 移动端a标签点击会高亮，设置颜色为透明的 */
  -webkit-tap-highlight-color: transparent;
}

.down-show {
  width: 100%;
  /* height: 2.72rem; */
  opacity: 1;
  background: rgba(246, 246, 246, 1);
  margin-top: 20px;
}
.down-show-online,
.down-show-city {
  width: 1200px;
  /* height: 94px; */
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
}
.down-show-city div {
  &:not(:first-child) {
    margin-left: 20px;
  }
}
.down-show-line {
  width: 100%;
  height: 1px;
  opacity: 1;
  background: rgba(238, 238, 238, 1);
}
.down-publice {
  width: 100%;
  height: 90px;
  font-size: 10px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.send-border-login-tips span {
  color: rgba(56, 127, 252, 1);
  cursor: pointer;
}
.post-detail-content-a a {
  color: rgba(51, 102, 153, 1);
  margin-left: 8px;
  cursor: pointer;
}
.post-detail-content-a span {
  color: rgba(153, 153, 153, 1);
}

/* 广告轮播 */
.swiper-my {
  width: 400px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #cd2722;
  text-align: right;

  & span {
    font-weight: 700;
  }
}
.swiper-slide {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 提醒登录弹窗---tips-mask-newtips-mask-newtips-mask-newtips-mask-newtips-mask-newtips-mask-new */
.tips-mask-new {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  display: none;
  z-index: 555;
  display: none;
}
.tips-mask-box {
  width: 498px;
  height: 310px;
  background: rgba(255, 255, 255, 1);
  position: relative;
}
.tips-mask-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.tips-mask-logo {
  width: auto;
  /* width: 216px; */
  height: 70px;
  margin-top: 40px;
}
.tips-mask-content {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 21.22px;
  color: rgba(51, 51, 51, 1);
  margin-top: 40px;
}
.tips-mask-click {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 23.87px;
  margin-top: 30px;

  & span {
    cursor: pointer;
    padding: 3px 11px;
    color: #fff;
    border-radius: 100px;
    /* background-color: #cd2722; */
  }
}
.tips-mask-tip {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 21.22px;
  color: rgba(102, 102, 102, 1);
  margin-top: 10px;
}

/* 登录样式------------------------ */
/* 头部内容----headerheaderheaderheaderheaderheaderheaderheaderheaderheaderheaderheader */
.header {
  width: 100%;
  height: 112px;
  background-color: #fff;
}
.header-content {
  width: 1200px;
  height: 100%;
}
.header-content a:hover {
  text-decoration: none;
}
.header-logo {
  width: auto;
  /* width: 232px; */
  height: 75px;
}
.header-logo-year {
  width: 150px;
  height: 50px;
  margin-left: 10px;
}

.header-login-right img {
  width: 48px;
  height: 48px;
  margin-left: 8px;
}
.header-login-content {
  margin-left: 8px;
}
.header-login-welcome {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.header-login-tips {
  margin-top: 10px;
}
.header-login-tips img {
  width: 78px;
  height: 27px;
}
.header-login-in:first-child {
  margin-right: 10px;
}
.header-login-in,
.header-login-out {
  padding: 3px 11px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  border-radius: 100px;
  /* background: rgba(205, 39, 34, 1); */
  cursor: pointer;
}
.header-login-content .header-login-tips .header-login-out {
  display: none;
}
.header-login-name {
  max-width: 70px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.dialog-tips {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  /* justify-content: space-between; */
  width: 200px;
  padding: 20px 0 16px;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -98%);
  background: rgba(0, 4, 9, 0.6);
  box-shadow: 0px 6px 22px 0px rgba(169, 169, 169, 0.2);
  border-radius: 3px;
  pointer-events: none;
  white-space: pre-line;
  text-align: center;
  z-index: 556 !important;
}
.dialog-tips img {
  margin-bottom: 16px;
}
.HIDE {
  display: none !important;
}
/*去除边框*/
fieldset,
img,
input,
button,
textarea {
  border: none;
  /*去除的蓝色小边框*/
  outline-style: none;
}

a {
  text-decoration: none;
  color: #404040;
  /* 移动端a标签点击会高亮，设置颜色为透明的 */
  -webkit-tap-highlight-color: transparent;
}

/* 域名区分颜色-------域名区分颜色-------域名区分颜色-------域名区分颜色-------域名区分颜色------- */

/* CFA */
.cfabbs_gaodun_com_color {
  color: rgba(20, 49, 156, 1) !important;
}
.cfabbs_gaodun_com_bgcolor {
  background-color: rgba(20, 49, 156, 1) !important;
}
.cfabbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(20, 49, 156, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
}

/* 公务员 */
.bbs_gwy_com_color {
  color: rgba(205, 39, 34, 1) !important;
}
.bbs_gwy_com_bgcolor {
  background-color: rgba(205, 39, 34, 1) !important;
}
.bbs_gwy_com_linear {
  background: linear-gradient(180deg, rgba(205, 39, 34, 0.1) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

/* ACCA */
.accabbs_gaodun_com_color {
  color: rgba(217, 74, 60, 1) !important;
}
.accabbs_gaodun_com_bgcolor {
  background-color: rgba(217, 74, 60, 1) !important;
}
.accabbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(217, 74, 60, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

/* CMA */
.cmabbs_gaodun_com_color {
  color: rgba(247, 134, 118, 1) !important;
}
.cmabbs_gaodun_com_bgcolor {
  background-color: rgba(247, 134, 118, 1) !important;
}
.cmabbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(247, 134, 118, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

/* FRM */
.frmbbs_gaodun_com_color {
  color: rgba(255, 178, 48, 1) !important;
}
.frmbbs_gaodun_com_bgcolor {
  background-color: rgba(255, 178, 48, 1) !important;
}
.frmbbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(255, 178, 48, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

/* USCPA */
.uscpabbs_gaodun_com_color {
  color: rgba(4, 47, 89, 1) !important;
}
.uscpabbs_gaodun_com_bgcolor {
  background-color: rgba(4, 47, 89, 1) !important;
}
.uscpabbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(4, 47, 89, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

/* 经济师 */
.jjsbbs_gaodun_com_color {
  color: rgba(87, 153, 188, 1) !important;
}
.jjsbbs_gaodun_com_bgcolor {
  background-color: rgba(87, 153, 188, 1) !important;
}
.jjsbbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(87, 153, 188, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

/* CPA */
.cpabbs_gaodun_com_color {
  color: rgba(255, 121, 86, 1) !important;
}
.cpabbs_gaodun_com_bgcolor {
  background-color: rgba(255, 121, 86, 1) !important;
}
.cpabbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(255, 121, 86, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

/* 考研 */
.kybbs_gaodun_com_color {
  color: rgba(246, 155, 12, 1) !important;
}
.kybbs_gaodun_com_bgcolor {
  background-color: rgba(246, 155, 12, 1) !important;
}
.kybbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(246, 155, 12, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

/* 在职研 */
.mbabbs_gaodun_com_color {
  color: rgba(71, 100, 238, 1) !important;
}
.mbabbs_gaodun_com_bgcolor {
  background-color: rgba(71, 100, 238, 1) !important;
}
.mbabbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(71, 100, 238, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

/* 税务师 */
.swsbbs_gaodun_com_color {
  color: rgba(68, 183, 154, 1) !important;
}
.swsbbs_gaodun_com_bgcolor {
  background-color: rgba(68, 183, 154, 1) !important;
}
.swsbbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(68, 183, 154, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

/* 薪税师 */
.xssbbs_gaodun_com_color {
  color: rgba(254, 126, 29, 1) !important;
}
.xssbbs_gaodun_com_bgcolor {
  background-color: rgba(254, 126, 29, 1) !important;
}
.xssbbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(254, 126, 29, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

/* CQF */
.cqfbbs_gaodun_com_color {
  color: rgba(150, 41, 220, 1) !important;
}
.cqfbbs_gaodun_com_bgcolor {
  background-color: rgba(150, 41, 220, 1) !important;
}
.cqfbbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(150, 41, 220, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

/* ESG */
.esgbbs_gaodun_com_color {
  color: rgba(52, 183, 41, 1) !important;
}
.esgbbs_gaodun_com_bgcolor {
  background-color: rgba(52, 183, 41, 1) !important;
}
.esgbbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(52, 183, 41, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

/* 会计职称 */
.zcbbs_gaodun_com_color {
  color: rgba(217, 74, 60, 1) !important;
}
.zcbbs_gaodun_com_bgcolor {
  background-color: rgba(217, 74, 60, 1) !important;
}
.zcbbs_gaodun_com_linear {
  background: linear-gradient(180deg, rgba(217, 74, 60, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}
