/*===============弹框公共头部=================*/
.title_t {
  padding: 0 30px;
  font-size: 20px;
  color: #fff;
  height: 62px;
  line-height: 62px;
  background: linear-gradient(to right, #2d62de, #75abfd);
}
.title_t p {
  padding: 0 34px;
  display: inline-block;
  position: relative;
}
.title_t p::after {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../images/icon/icon_22.png) center no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.title_t p::before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../images/icon/icon_22s.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.delete {
  position: absolute;
  right: 30px;
  top: 22px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_56s.png) center no-repeat;
  background-size: 16px auto;
  cursor: pointer;
}
/*鼠标触发播放公共样式*/
.room_link {
  width: 47.44%;
  margin-top: 42px;
}
.room_link:nth-child(-n+2) {
  margin-top: 0;
}
.room_link:hover .text {
  background: #457bf6;
}
.room_link:hover .text p {
  color: #fff;
}
.room_link:hover .text b {
  color: #fff;
  background: url(../images/icon/icon_35s.png) left center no-repeat;
}
.room_link .call {
  width: 100%;
  height: 254px;
  position: relative;
}
.room_link .call .video_r {
  width: 100%;
  height: 254px;
  object-fit: cover;
}
.room_link .call .img_i {
  width: 100%;
  height: 254px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.room_link .text {
  width: calc(100% - 36px);
  height: 85px;
  padding: 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eef4ff;
}
.room_link .text p {
  font-size: 18px;
  color: #457bf6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.room_link .text b {
  font-size: 16px;
  color: #2a6aeb;
  font-family: Arial;
  padding-left: 24px;
  background: url(../images/icon/icon_35.png) left center no-repeat;
}
.room_link .paging {
  margin-top: 60px;
}
/*===============P1-1 通知公告=================*/
.annunciate {
  background: url(../images/page/annunciate_bg.png) center no-repeat;
  background-size: cover;
}
.annunciate .notification {
  padding-top: 50px;
  padding-bottom: 90px;
}
.annunciate .not_title {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 35px;
}
.annunciate .not_title p {
  padding-left: 36px;
  background: url(../images/icon/icon_15.png) left center no-repeat;
  position: relative;
}
.annunciate .not_title p::after {
  content: '';
  width: 152px;
  height: 5px;
  background: #2c61dd;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.annunciate .express p {
  font-size: 30px;
}
.annunciate .listbox .list {
  padding: 44px 0 50px;
  border-bottom: 1px solid #dddddd;
}
.annunciate .listbox .list a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.annunciate .listbox .list a:last-child {
  margin-bottom: 0;
}
.annunciate .listbox .list a:hover p {
  color: #2c61dd;
  transition: all 0.5s;
  font-weight: 500;
}
.annunciate .listbox .list a:hover p::after {
  border: 1px solid #2c61dd;
}
.annunciate .listbox .list a:hover i {
  color: #2c61dd;
  transition: all 0.5s;
}
.annunciate .listbox .list p {
  width: 80%;
  font-size: 18px;
  color: #333333;
  position: relative;
  padding-left: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.annunciate .listbox .list p::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.annunciate .listbox .list i {
  font-size: 18px;
  color: #999999;
  transition: all 0.5s;
}
.annunciate .notification .lis {
  background: none;
}
@media (max-width: 1200px) {
  .express {
    margin-top: -0.4rem;
    padding: 0 0.5rem;
    border-bottom: 0;
    position: relative;
    padding-bottom: 0.25rem;
    display: flex;
    justify-content: center;
  }
  .express::after {
    content: '';
    width: calc(100% - 0.6rem);
    height: 0.04rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    background: #2c61dd;
  }
  .express p {
    padding: 0 0.62rem;
    font-size: 0.36rem;
  }
  .express p::after {
    content: '';
    width: 0.34rem;
    height: 0.33rem;
    background: url(../images/icon/icon_33.png) center no-repeat;
    background-size: 0.34rem auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .express p::before {
    width: 0.34rem;
    height: 0.33rem;
    background-size: 0.34rem auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .annunciate {
    background: #f8f9fd url(../images/mobile/page/notification.png) top center no-repeat;
    background-size: 100% auto;
  }
  .annunciate .notification {
    padding-top: 0.8rem;
    padding-bottom: 0.9rem;
  }
  .annunciate .notification .lis {
    background: #fff;
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
  }
  .annunciate .express p {
    font-size: 0.36rem;
  }
  .annunciate .listbox {
    padding: 0 0.3rem;
  }
  .annunciate .listbox .list {
    border-bottom: none;
    padding: 0;
  }
  .annunciate .listbox .list a {
    height: 2.04rem;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: center;
    
    position: relative;
    border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  }

  .annunciate .listbox .list p {
    width: 100%;
    /* padding-left: 0.38rem; */
    padding-left: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    font-size: 0.28rem;
    position: relative;
  }
  .annunciate .listbox .list p::after{
    display: none;
    /* content: '';
    width: 0.1rem;
    height: 0.1rem;
    border: 1px solid #a6a6a6;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 10px; */
    /* padding-left: 0.38rem; */
  }
 
  .annunciate .listbox .list i {
    margin-top: 0.2rem;
    font-size: 0.28rem;
  }
}
/*===============P2-1 咨询中心=================*/
.consult {
  background: #f8f9fd url(../images/page/notification.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-bottom: 86px;
}
.consult .counsel .w1400 {
  background: #fff;
}
.consult .counsel .advisory {
  padding: 0 54px 60px 0;
  background: url(../images/page/advisory_bg.png) bottom left no-repeat;
}
.consult .counsel .foreign {
  width: 69.73%;
  float: right;
}
.consult .counsel .foreign .ratepaying {
  padding: 60px 0 0;
}
.consult .counsel .foreign .ratepaying .title_box {
  font-size: 28px;
  color: #333333;
  text-align: center;
}
.consult .counsel .foreign .ratepaying .cen {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 28px;
  margin-top: 26px;
}
.consult .counsel .foreign .ratepaying .cen .cen_t {
  display: flex;
  justify-content: center;
}
.consult .counsel .foreign .ratepaying .cen .cen_b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  line-height: 30px;
}
.consult .counsel .foreign .ratepaying .cen i {
  font-size: 16px;
  color: #666666;
}
.consult .counsel .foreign .ratepaying .cen .i1 {
  margin-left: 20px;
}
.consult .counsel .foreign .ratepaying .cen span {
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}
.consult .counsel .foreign .ratepaying .cen .word {
  font-size: 16px;
  color: #666666;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.consult .counsel .foreign .ratepaying .cen em {
  display: inline-block;
  width: 32px;
  height: 21px;
  border-right: #c6c6c6 1px solid;
  cursor: pointer;
}
.consult .counsel .foreign .ratepaying .cen em.big {
  background: url(../images/icon/icon_19.png) center no-repeat;
}
.consult .counsel .foreign .ratepaying .cen em.big:hover,
.consult .counsel .foreign .ratepaying .cen em.big.cur {
  background: url(../images/icon/icon_19s.png) center no-repeat;
}
.consult .counsel .foreign .ratepaying .cen em.middle {
  background: url(../images/icon/icon_20.png) center no-repeat;
}
.consult .counsel .foreign .ratepaying .cen em.middle:hover,
.consult .counsel .foreign .ratepaying .cen em.middle.cur {
  background: url(../images/icon/icon_20s.png) center no-repeat;
}
.consult .counsel .foreign .ratepaying .cen em.small {
  background: url(../images/icon/icon_21.png) center no-repeat;
  border-right: none;
}
.consult .counsel .foreign .ratepaying .cen em.small:hover,
.consult .counsel .foreign .ratepaying .cen em.small.cur {
  background: url(../images/icon/icon_21s.png) center no-repeat;
}
.consult .counsel .foreign .ratepaying .cen .pos_box .Smohan_Layer_box {
  height: 1px;
  overflow: hidden;
}
.consult .counsel .foreign .ratepaying .icon_box {
  height: 30px;
  padding: 0 25px;
  width: auto;
  padding-right: 32px;
  background: url(../images/page/wx.png) 73px center no-repeat;
}
.consult .counsel .foreign .ratepaying .text {
  margin-top: 30px;
}
.consult .counsel .foreign .ratepaying .text p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 10px;
  text-indent: 2em;
}
.consult .counsel .foreign .ratepaying .text p:last-child {
  margin-bottom: 0;
}
.consult .counsel .foreign .ratepaying .text img {
  margin: 30px auto;
  max-width: 100%;
  height: auto !important;
}

/*===============P2-2 远程办咨询=================*/
.consult .refer_pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 111;
  transform: translate(-50%, -50%);
  width: 740px;
  height: 496px;
  max-width: 1341px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.consult .refer_pop .text_code {
  height: 434px;
}
.consult .refer_pop .text_code i{
  width: 100%;
  height: 100%;
}
.consult .refer_pop .text_code p {
  font-size: 36px;
  color: #2f75ef;
  font-weight: bold;
  text-shadow: 2px 2px 2px #fff;
  padding-top: 36px;
}
.consult .refer_pop .text_code b {
  font-size: 18px;
  color: #4b74c0;
  font-weight: bold;
  font-family: Arial;
}
.consult .refer_pop .text_code b:nth-child(2) {
  padding-top: 20px;
  margin-bottom: 5px;
}
.consult .refer_pop .text_code .code {
  width: 139px;
  height: 140px;
  margin-top: 28px;
}
.consult .refer_pop .text_code .code img {
  width: 100%;
  height: 100%;
}
.consult .refer_pop .text_code span {
  font-size: 16px;
  color: #333333;
  margin-top: 36px;
}
/*===============P2-3 热线服务=================*/
.consult .hot_line {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 111;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 204px;
  max-width: 1341px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  background: url(../images/page/line.png) center no-repeat;
  background-size: cover;
}
.consult .hot_line .line {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  height: 142px;
}
.consult .hot_line .line i {
  width: 62px;
  height: 62px;
}
.consult .hot_line .line i img {
  width: 100%;
  height: 100%;
}
.consult .hot_line .line .phone {
  font-size: 24px;
  color: #333333;
  font-family: Arial;
  margin-left: 20px;
}
/*===============P2-2-咨询中心-留言=================*/
.consult .board {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 111;
  transform: translate(-50%, -50%);
  width: 740px;
  height: 490px;
  max-width: 1341px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.consult .board .text_code {
  padding: 0 88px;
  background: url(../images/page/board.png) center no-repeat;
  background-size: cover;
  height: 430px;
}
.consult .board .text_code .code_r {
  float: right;
}
.consult .board .text_code p {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 78px;
}
.consult .board .text_code b {
  font-size: 18px;
  color: #ffffff;
}
.consult .board .text_code b:nth-child(2) {
  padding-top: 25px;
  margin-bottom: 5px;
}
.consult .board .text_code .code {
  width: 106px;
  height: 104px;
  margin-top: 28px;
}
.consult .board .text_code .code img {
  width: 100%;
  height: 100%;
}
/*===============P2-3 热线服务=================*/
.consult .helpline {
  width: 69.73%;
  float: right;
}
.consult .helpline .hele_title {
  font-size: 0;
  text-align: center;
  padding-top: 58px;
}
.consult .helpline .hele_title p {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  padding: 0 36px;
  position: relative;
}
.consult .helpline .hele_title p::after {
  content: '';
  width: 22px;
  height: 31px;
  background: url(../images/icon/icon_31.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.consult .helpline .hele_title p::before {
  content: '';
  width: 22px;
  height: 31px;
  background: url(../images/icon/icon_32.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.consult .helpline .help_form .form_list {
  display: flex;
  margin-top: 42px;
}
.consult .helpline .help_form table {
  border: 1px solid #86b2ff;
  border-spacing: inherit;
}
.consult .helpline .help_form table tbody{
  display: flex;
  flex-wrap: wrap;
}
.consult .helpline .help_form table:last-child {

}
.consult .helpline .help_form tr {
  width: 50%;
}
.consult .helpline .help_form tr:last-child td {

}
.consult .helpline .help_form td {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  border: 1px solid #b0cdff;
  box-sizing: border-box;
}
.consult .helpline .help_form .list_l {
  width: 180px;
  color: #2a6aeb;
  background: #f0f5ff;
  height: 96px;
}
.consult .helpline .help_form .list_r {
  width: 288px;
  color: #666666;
  font-family: Arial;
}
/*===============P3-1 新手学堂视频=================*/
.classroom {
  width: 69.73%;
  float: right;
}
.classroom .room {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
/*===============p4-1 税收优惠政策汇编合集=================*/
.revenue {
  background: #f8f9fd url(../images/page/notification.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-bottom: 86px;
}
.revenue .counsel .advisory {
  padding: 0 54px 60px 0;
  background: url(../images/page/revenue.png) bottom left -26px no-repeat;
}
.assembly {
  width: 69.73%;
  float: right;
}
.assembly .list_page {
  margin-top: 50px;
}
.assembly .list_page a.list_page_a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
.assembly .list_page a:last-child {
  margin-bottom: 0;
}
.assembly .list_page a:hover p {
  color: #2c61dd;
  transition: all 0.5s;
}
.assembly .list_page a:hover b {
  color: #2c61dd;
  transition: all 0.5s;
}
.assembly .list_page p {
  font-size: 18px;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 80%;
  transition: all 0.5s;
}
.assembly .list_page b {
  font-size: 18px;
  color: #999999;
  font-family: Arial;
  transition: all 0.5s;
}
.assembly .colle {
  width: 137px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #457bf6;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 60px;
}
.assembly .guide {
  margin-top: 58px;
}
.assembly .guide .text_g {
  font-size: 22px;
  color: #333333;
  position: relative;
  padding-left: 29px;
}
.assembly .guide .text_g::after {
  content: '';
  width: 4px;
  height: 20px;
  background: #2c61dd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.assembly .guide .guide_list {
  margin-top: 37px;
}
.assembly .guide .look {
  width: calc(100% - 60px);
  height: 70px;
  padding: 0 30px;
  background: rgba(249, 249, 249, 0.3);
  border: 1px solid rgba(229, 229, 229, 0.3);
  font-size: 18px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 30px;
  cursor: pointer;
}
.assembly .guide .look:last-child {
  margin-bottom: 0;
}
.assembly .guide .look .tit_l {
  color: #666666;
  width: 56%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.assembly .guide .look .tit_r {
  display: flex;
  color: #999999;
}
.assembly .guide .look .tit_r .xia {
  padding-left: 28px;
  background: url(../images/icon/icon_36.png) left center no-repeat;
  transition: all 0.5s;
}
.assembly .guide .look .tit_r .xia:hover {
  background: url(../images/icon/icon_36s.png) left top 3px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.assembly .guide .look .tit_r .cha {
  margin-left: 50px;
  padding-left: 32px;
  background: url(../images/icon/icon_37.png) left center no-repeat;
  transition: all 0.5s;
}
.assembly .guide .look .tit_r .cha:hover {
  background: url(../images/icon/icon_37s.png) left top 3px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.assembly .guide .look:hover {
  background: url(../images/page/look_bg.png) center no-repeat;
  background-size: cover;
  border: 1px solid #457bf6;
}
.assembly .guide .look:hover .tit_l {
  color: #fff;
}
.assembly .guide .look:hover .tit_r {
  color: #fff;
}
.assembly .guide .look:hover .tit_r .xia {
  background: url(../images/icon/icon_36s.png) left center no-repeat;
  transition: all 0.5s;
}
.assembly .guide .look:hover .tit_r .cha {
  background: url(../images/icon/icon_37s.png) left center no-repeat;
  transition: all 0.5s;
}
.assembly .appreciation {
  margin-top: 60px;
}
.assembly .appreciation .text_g {
  font-size: 22px;
  color: #333333;
  position: relative;
  padding-left: 29px;
}
.assembly .appreciation .text_g::after {
  content: '';
  width: 4px;
  height: 20px;
  background: #2c61dd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.assembly .appreciation .tion {
  border-left: 1px solid #e5e5e5;
  margin-top: 40px;
}
.assembly .appreciation .tion a {
  font-size: 18px;
  color: #666666;
  padding-left: 32px;
  margin-bottom: 54px;
  position: relative;
  transition: all 0.5s;
}
.assembly .appreciation .tion a:last-child {
  margin-bottom: 0;
}
.assembly .appreciation .tion a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 40%;
}
.assembly .appreciation .tion a:hover {
  color: #2c61dd;
  transition: all 0.5s;
}
.assembly .appreciation .tion a:hover::after {
  border: 1px solid #2c61dd;
}
@media (max-width: 1200px) {
  .consult .counsel .w1400 {
    background: none;
  }
  .revenue {
    padding: 0;
  }
  .revenue .counsel .advisory {
    padding: 0;
    margin-top: 0.6rem;
    background: #fff;
  }
  .assembly {
    width: 100%;
    padding-top: 0.7rem;
  }
  .assembly .list_page {
    margin-top: 0;
    padding: 0 0.3rem;
  }
  .assembly .list_page a.list_page_a {
    height: 2.04rem;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  }
  .assembly .list_page p {
    width: 100%;
    padding-left: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    font-size: 0.28rem;
  }
  .assembly .list_page b {
    margin-top: 0.2rem;
    font-size: 0.28rem;
  }
  .assembly .colle {
    width: 2.25rem;
    height: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    margin-top: 0.6rem;
  }
  .assembly .guide {
    margin-top: 0.8rem;
    padding: 0.3rem;
  }
  .assembly .guide .text_g {
    font-size: 0.32rem;
    padding-left: 0.28rem;
  }
  .assembly .guide .text_g::after {
    width: 0.04rem;
    height: 0.32rem;
  }
  .assembly .guide .guide_list {
    margin-top: 0.42rem;
  }
  .assembly .guide .look {
    width: calc(100% - 0.6rem);
    padding: 0 0.3rem;
    height: 2.16rem;
    font-size: 0.28rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #f9f9f9;
  }
  .assembly .guide .look .tit_l {
    width: 100%;
  }
  .assembly .guide .look .tit_r {
    margin-top: 0.4rem;
  }
  .assembly .guide .look .tit_r .xia {
    padding-left: 0.46rem;
    background-size: 0.3rem auto;
  }
  .assembly .guide .look .tit_r .cha {
    padding-left: 0.46rem;
    background-size: 0.29rem auto;
    margin-left: 0.78rem;
  }
  .assembly .appreciation {
    margin-top: 0.6rem;
    padding: 0 0.3rem;
    padding-bottom: 0.8rem;
  }
  .assembly .appreciation .text_g {
    font-size: 0.32rem;
    padding-left: 0.28rem;
  }
  .assembly .appreciation .text_g::after {
    width: 0.04rem;
    height: 0.32rem;
  }
  .assembly .appreciation .tion {
    margin-top: 0.6rem;
    padding-top: 0.01rem;
  }
  .assembly .appreciation .tion a {
    font-size: 0.28rem;
    padding-left: 0.3rem;
    margin-top: 0.26rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 0.42rem;
  }
  .assembly .appreciation .tion a::after {
    top: 7px;
  }
}
/*===============P4-2 专题专栏留抵=================*/
.columnist {
  width: 69.73%;
  float: right;
}
.columnist .medias {
  margin-bottom: 58px;
  margin-top: 50px;
}
.columnist .medias .swiper {
  padding-bottom: 62px;
}
.columnist .medias .swiper-pagination {
  bottom: 0;
}
.columnist .medias .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #c2c2c2;
  opacity: 1;
}
.columnist .medias .swiper-pagination-bullet-active {
  width: 24px;
  background: #457bf6;
  border-radius: 6px;
}
.columnist .moped {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnist .look_over .look {
  width: calc(100% - 60px);
  height: 100px;
  padding: 0 30px;
  background: rgba(249, 249, 249, 0.3);
  border: 1px solid rgba(229, 229, 229, 0.3);
  font-size: 18px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 30px;
  cursor: pointer;
}
.columnist .look_over .look:last-child {
  margin-bottom: 0;
}
.columnist .look_over .look .tit_l {
  color: #666666;
  width: 56%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.columnist .look_over .look .tit_r {
  display: flex;
  color: #999999;
}
.columnist .look_over .look .tit_r .xia {
  height: 100%;
  padding-left: 44px;
  background: url(../images/page/look01.png) left center no-repeat;
  transition: all 0.5s;
  line-height: 100px;
}
.columnist .look_over .look .tit_r .xia:hover {
  background: url(../images/page/look01s.png) left top 34px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.columnist .look_over .look .tit_r .cha {
  margin-left: 50px;
  padding-left: 44px;
  background: url(../images/page/look02.png) left center no-repeat;
  transition: all 0.5s;
  line-height: 100px;
}
.columnist .look_over .look .tit_r .cha:hover {
  background: url(../images/page/look02s.png) left top 34px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.columnist .look_over .look:hover {
  background: url(../images/page/look_bg.png) center no-repeat;
  background-size: cover;
  border: 1px solid #457bf6;
}
.columnist .look_over .look:hover .tit_l {
  color: #fff;
}
.columnist .look_over .look:hover .tit_r {
  color: #fff;
}
.columnist .look_over .look:hover .tit_r .xia {
  background: url(../images/page/look01s.png) left center no-repeat;
  transition: all 0.5s;
}
.columnist .look_over .look:hover .tit_r .cha {
  background: url(../images/page/look02s.png) left center no-repeat;
  transition: all 0.5s;
}
.columnist .paging {
  padding: 0;
  margin-top: 58px;
}
/*===============P4-3 专题专栏列表表单下载=================*/
.downloads {
  width: 69.73%;
  float: right;
}
.downloads .look_over {
  margin-top: 60px;
}
.downloads .look_over .look {
  width: calc(100% - 60px);
  height: 100px;
  padding: 0 30px;
  background: rgba(249, 249, 249, 0.3);
  border: 1px solid rgba(229, 229, 229, 0.3);
  font-size: 18px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 30px;
  cursor: pointer;
}
.downloads .look_over .look:last-child {
  margin-bottom: 0;
}
.downloads .look_over .look .tit_l {
  color: #666666;
  width: 56%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.downloads .look_over .look .tit_r {
  display: flex;
  color: #999999;
}
.downloads .look_over .look .tit_r .xia {
  height: 100%;
  padding-left: 44px;
  background: url(../images/page/look01.png) left center no-repeat;
  transition: all 0.5s;
  line-height: 100px;
}
.downloads .look_over .look .tit_r .xia:hover {
  background: url(../images/page/look01s.png) left top 34px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.downloads .look_over .look .tit_r .cha {
  margin-left: 50px;
  padding-left: 44px;
  background: url(../images/page/look02.png) left center no-repeat;
  transition: all 0.5s;
  line-height: 100px;
}
.downloads .look_over .look .tit_r .cha:hover {
  background: url(../images/page/look02s.png) left top 34px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.downloads .look_over .look:hover {
  background: url(../images/page/look_bg.png) center no-repeat;
  background-size: cover;
  border: 1px solid #457bf6;
}
.downloads .look_over .look:hover .tit_l {
  color: #fff;
}
.downloads .look_over .look:hover .tit_r {
  color: #fff;
}
.downloads .look_over .look:hover .tit_r .xia {
  background: url(../images/page/look01s.png) left center no-repeat;
  transition: all 0.5s;
}
.downloads .look_over .look:hover .tit_r .cha {
  background: url(../images/page/look02s.png) left center no-repeat;
  transition: all 0.5s;
}
/*===============Pp4-4 专题专栏减税降费=================*/
.degradation {
  width: 69.73%;
  float: right;
}
.degradation .look_box .look_over {
  margin-top: 48px;
}
.degradation .look_box .look_over .look {
  width: calc(100% - 60px);
  height: 100px;
  padding: 0 30px;
  background: rgba(249, 249, 249, 0.3);
  border: 1px solid rgba(229, 229, 229, 0.3);
  font-size: 18px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 30px;
  cursor: pointer;
}
.degradation .look_box .look_over .look:last-child {
  margin-bottom: 0;
}
.degradation .look_box .look_over .look .tit_l {
  color: #666666;
  width: 56%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.degradation .look_box .look_over .look .tit_r {
  display: flex;
  color: #999999;
}
.degradation .look_box .look_over .look .tit_r .xia {
  height: 100%;
  padding-left: 44px;
  background: url(../images/page/look01.png) left center no-repeat;
  transition: all 0.5s;
  line-height: 100px;
}
.degradation .look_box .look_over .look .tit_r .xia:hover {
  background: url(../images/page/look01s.png) left top 34px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.degradation .look_box .look_over .look .tit_r .cha {
  margin-left: 50px;
  padding-left: 44px;
  background: url(../images/page/look02.png) left center no-repeat;
  transition: all 0.5s;
  line-height: 100px;
}
.degradation .look_box .look_over .look .tit_r .cha:hover {
  background: url(../images/page/look02s.png) left top 34px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.degradation .look_box .look_over .look:hover {
  background: url(../images/page/look_bg.png) center no-repeat;
  background-size: cover;
  border: 1px solid #457bf6;
}
.degradation .look_box .look_over .look:hover .tit_l {
  color: #fff;
}
.degradation .look_box .look_over .look:hover .tit_r {
  color: #fff;
}
.degradation .look_box .look_over .look:hover .tit_r .xia {
  background: url(../images/page/look01s.png) left center no-repeat;
  transition: all 0.5s;
}
.degradation .look_box .look_over .look:hover .tit_r .cha {
  background: url(../images/page/look02s.png) left center no-repeat;
  transition: all 0.5s;
}
.degradation .colle {
  width: 137px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #457bf6;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 60px;
}
.degradation .text_g {
  font-size: 22px;
  color: #333333;
  position: relative;
  padding-left: 29px;
}
.degradation .text_g::after {
  content: '';
  width: 4px;
  height: 20px;
  background: #2c61dd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.degradation .look_boxs {
  margin-top: 58px;
}
.degradation .look_boxs .look_overs {
  margin-top: 34px;
}
.degradation .look_boxs .look_overs .look {
  width: calc(100% - 60px);
  height: 70px;
  padding: 0 30px;
  background: rgba(249, 249, 249, 0.3);
  border: 1px solid rgba(229, 229, 229, 0.3);
  font-size: 18px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 30px;
  cursor: pointer;
}
.degradation .look_boxs .look_overs .look:last-child {
  margin-bottom: 0;
}
.degradation .look_boxs .look_overs .look .tit_l {
  color: #666666;
  width: 64%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.degradation .look_boxs .look_overs .look .tit_r {
  display: flex;
  color: #999999;
}
.degradation .look_boxs .look_overs .look .tit_r .xia {
  padding-left: 28px;
  background: url(../images/icon/icon_36.png) left center no-repeat;
  transition: all 0.5s;
}
.degradation .look_boxs .look_overs .look .tit_r .xia:hover {
  background: url(../images/icon/icon_36s.png) left top 3px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.degradation .look_boxs .look_overs .look .tit_r .cha {
  margin-left: 50px;
  padding-left: 32px;
  background: url(../images/icon/icon_37.png) left center no-repeat;
  transition: all 0.5s;
}
.degradation .look_boxs .look_overs .look .tit_r .cha:hover {
  background: url(../images/icon/icon_37s.png) left top 3px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.degradation .look_boxs .look_overs .look:hover {
  background: url(../images/page/look_bg.png) center no-repeat;
  background-size: cover;
  border: 1px solid #457bf6;
}
.degradation .look_boxs .look_overs .look:hover .tit_l {
  color: #fff;
}
.degradation .look_boxs .look_overs .look:hover .tit_r {
  color: #fff;
}
.degradation .look_boxs .look_overs .look:hover .tit_r .xia {
  background: url(../images/icon/icon_36s.png) left center no-repeat;
  transition: all 0.5s;
}
.degradation .look_boxs .look_overs .look:hover .tit_r .cha {
  background: url(../images/icon/icon_37s.png) left center no-repeat;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .degradation {
    width: 100%;
    padding-top: 0.6rem;
  }
  .degradation .look_box .look_over {
    padding: 0 0.3rem;
    margin-top: 0.4rem;
  }
  .degradation .look_box .look_over .look {
    width: calc(100% - 0.6rem);
    padding: 0 0.3rem;
    height: 2.16rem;
    font-size: 0.28rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #f9f9f9;
    margin-bottom: 0.4rem;
  }
  .degradation .look_box .look_over .look .tit_r {
    margin-top: 0.4rem;
  }
  .degradation .look_box .look_over .look .tit_l {
    width: 100%;
  }
  .degradation .look_box .look_over .look .tit_r .xia {
    padding-left: 0.46rem;
    background-size: 0.3rem auto;
    line-height: normal;
    margin-right: 0.7rem;
  }
  .degradation .look_box .look_over .look:hover .tit_r .xia {
    background-size: 0.29rem auto;
  }
  .degradation .look_box .look_over .look .tit_r .xia:hover {
    background: url(../images/page/look01s.png) left center no-repeat !important;
    margin-top: 0;
    background-size: 0.3rem auto !important;
  }
  .degradation .look_box .look_over .look .tit_r .cha {
    padding-left: 0.46rem;
    background-size: 0.29rem auto;
    margin-left: 0;
    line-height: normal;
  }
  .degradation .look_box .look_over .look:hover .tit_r .cha {
    background-size: 0.29rem auto;
  }
  .degradation .look_box .look_over .look .tit_r .cha:hover {
    background: url(../images/page/look02s.png) left center no-repeat !important;
    margin-top: 0;
    background-size: 0.29rem auto !important;
  }
  .degradation .colle {
    width: 2.25rem;
    height: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    margin-top: 0.6rem;
  }
  .degradation .look_boxs {
    margin-top: 0.74rem;
    padding: 0 0.3rem;
    margin-bottom: 0.7rem;
  }
  .degradation .text_g {
    font-size: 0.32rem;
    padding-left: 0.28rem;
  }
  .degradation .text_g::after {
    width: 0.04rem;
    height: 0.32rem;
  }
  .degradation .look_boxs .look_overs {
    margin-top: 0.4rem;
  }
  .degradation .look_boxs .look_overs .look {
    width: calc(100% - 0.6rem);
    padding: 0 0.3rem;
    height: 2.16rem;
    font-size: 0.28rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #f9f9f9;
    margin-bottom: 0.4rem;
  }
  .degradation .look_boxs .look_overs .look .tit_l {
    width: 100%;
  }
  .degradation .look_boxs .look_overs .look .tit_r .xia {
    padding-left: 0.46rem;
    background-size: 0.3rem auto;
    line-height: normal;
    margin-right: 0.7rem;
  }
  .degradation .look_boxs .look_overs .look:hover .tit_r .xia {
    background-size: 0.29rem auto;
  }
  .degradation .look_boxs .look_overs .look .tit_r .xia:hover {
    background: url(../images/page/look01s.png) left center no-repeat !important;
    margin-top: 0;
    background-size: 0.3rem auto !important;
  }
  .degradation .look_boxs .look_overs .look .tit_r .cha {
    padding-left: 0.46rem;
    background-size: 0.29rem auto;
    margin-left: 0;
    line-height: normal;
  }
  .degradation .look_boxs .look_overs .look:hover .tit_r .cha {
    background-size: 0.29rem auto;
  }
  .degradation .look_boxs .look_overs .look .tit_r .cha:hover {
    background: url(../images/page/look02s.png) left center no-repeat !important;
    margin-top: 0;
    background-size: 0.29rem auto !important;
  }
  .degradation .look_boxs .look_overs .look .tit_r {
    margin-top: 0.4rem;
  }
}





/* p4-4-1 专题专栏减税降费跳转列表 */
.columns{
  background: url(../images/page/annunciate_bg.png) center no-repeat;
  background-size: cover;
  /* padding-bottom: 80px; */
  padding: 60px 0 80px;
}
.columns .express{
  margin-top: 0;
}


.columns .look_over {
  margin-top: 46px;
}
.columns .look_over .look {
  width: calc(100% - 60px);
  height: 100px;
  padding: 0 30px;
  background: rgba(249, 249, 249, 0.3);
  border: 1px solid rgba(229, 229, 229, 0.3);
  font-size: 18px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 30px;
  cursor: pointer;
}
.columns .look_over .look:last-child {
  margin-bottom: 0;
}
.columns .look_over .look .tit_l {
  color: #666666;
  width: 56%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.columns .look_over .look .tit_r {
  display: flex;
  color: #999999;
}
.columns .look_over .look .tit_r a{
  color: #999999;
}
.columns .look_over .look:hover .tit_r a{
  color: #fff;
}
.columns .look_over .look .tit_r .xia {
  height: 100%;
  padding-left: 44px;
  background: url(../images/page/look01.png) left center no-repeat;
  transition: all 0.5s;
  line-height: 100px;
}
.columns .look_over .look .tit_r .xia:hover {
  background: url(../images/page/look01s.png) left top 34px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.columns .look_over .look .tit_r .cha {
  margin-left: 50px;
  padding-left: 44px;
  background: url(../images/page/look02.png) left center no-repeat;
  transition: all 0.5s;
  line-height: 100px;
}
.columns .look_over .look .tit_r .cha:hover {
  background: url(../images/page/look02s.png) left top 34px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.columns .look_over .look:hover {
  background: url(../images/page/look_bg.png) center no-repeat;
  background-size: cover;
  border: 1px solid #457bf6;
}
.columns .look_over .look:hover .tit_l {
  color: #fff;
}
.columns .look_over .look:hover .tit_r {
  color: #fff;
}
.columns .look_over .look:hover .tit_r .xia {
  background: url(../images/page/look01s.png) left center no-repeat;
  transition: all 0.5s;
}
.columns .look_over .look:hover .tit_r .cha {
  background: url(../images/page/look02s.png) left center no-repeat;
  transition: all 0.5s;
}


@media (max-width:1200px) {
  .columns{
    background: #f8f9fd url(../images/mobile/page/notification.png) top center no-repeat;
    background-size: 100% auto;
    /* padding: 0; */
    padding: 0.8rem 0;
  }
 .columns .notification{
    background: #fff;
    padding: 0.7rem 0 0.62rem;
  }
  .columns .look_over{
    margin-top: 0.38rem;
    padding: 0 0.3rem;
  }

  .columns .look_over .look{
    padding: 0 0.3rem;
    width: calc(100% - 0.6rem);
    font-size: 0.28rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .columns .look_over .look .tit_l{
    width: 100%;
  }
  .columns .look_over .look .tit_r{
    margin-top: 0.35rem;
  }
  .columns .look_over .look .tit_r .xia{
    line-height: 0.35rem;
    padding-left: 0.45rem;
    background-size: 0.32rem 0.34rem;
  }
  .columns .look_over .look .tit_r .cha{
    margin-left: 0.7rem;
    padding-left: 0.5rem;
    line-height: 0.35rem;
  }
  .columns .look_over .look .tit_r .cha:first-child{
    margin-left: 0;
  }
  .columns .look_over .look .tit_r .cha{
    background-size: 0.32rem 0.34rem!important;
  }
  .columns .look_over .look:hover .tit_r .cha{
    background-size: 0.32rem 0.34rem!important;
  }
  .columns .look_over .look:hover .tit_r .xia{
    background-size: 0.32rem 0.34rem!important;
  }
  .columns .look_over .look .tit_r .cha:hover{
    background: url(../images/page/look02s.png) left top no-repeat !important;
    background-size: 0.32rem 0.34rem!important;
    margin-top: 0;
  }
  .columns .look_over .look .tit_r .xia:hover{
    background: url(../images/page/look01s.png) left top no-repeat !important;
    background-size: 0.32rem 0.34rem!important;
    margin-top: 0;
  }
}














/*===============P4-5 专题专栏个税清缴=================*/
.newest {
  width: 69.73%;
  float: right;
}
.newest .list_page {
  margin-top: 50px;
}
.newest .list_page a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.newest .list_page a:last-child {
  margin-bottom: 0;
}
.newest .list_page a:hover p {
  color: #2c61dd;
  transition: all 0.5s;
}
.newest .list_page a:hover b {
  color: #2c61dd;
  transition: all 0.5s;
}
.newest .list_page p {
  font-size: 18px;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 80%;
  transition: all 0.5s;
}
.newest .list_page b {
  font-size: 18px;
  color: #999999;
  font-family: Arial;
  transition: all 0.5s;
}
/*===============P6-1 政策宝典入口=================*/
.statutory {
  width: 69.73%;
  float: right;
  padding-bottom: 10px;
  margin-top: 30px;
}
.statutory .st_title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  height: 85px;
  line-height: 85px;
  border-bottom: 2px solid #dddddd;
}
.statutory .st_title p {
  padding-left: 38px;
  background: url(../images/icon/icon_15.png) left center no-repeat;
  position: relative;
}
.statutory .st_title p::after {
  content: '';
  width: 152px;
  height: 3px;
  background: #2c61dd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.statutory .relevant {
  display: flex;
  flex-wrap: wrap;
  margin-top: 52px;
}
.statutory .relevant .policy {
  position: relative;
  width: 30.38%;
  height: 142px;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-top: 38px;
  margin-right: 4.1%;
  border-radius: 5px;
}
.statutory .relevant .policy:nth-child(-n+3) {
  margin-top: 0;
}
.statutory .relevant .policy:nth-child(3n) {
  margin-right: 0;
}
.statutory .relevant .policy:hover .text {
  color: #2e63de;
  transition: all 0.5s;
}
.statutory .relevant .policy:hover .icon_i {
  transform: rotateY(180deg);
}
.statutory .relevant .policy i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.statutory .relevant .policy .icon_i {
  width: 65px;
  height: 65px;
  margin-left: 34px;
  transition: all 0.5s;
}
.statutory .relevant .policy .icon_i img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.statutory .relevant .policy .text {
  font-size: 20px;
  color: #333333;
  margin-left: 25px;
  margin-right: 10px;
  transition: all 0.5s;
}
@media (max-width: 1669px) {
  .statutory .relevant .policy .text {
    width: 44%;
  }
}
/*===============P7-1 吐槽台=================*/
.feedback .w1400 {
  background: #fff url(../images/page/feedback.png) bottom -50px right no-repeat;
  background-size: 378px auto;
  padding-bottom: 65px;
}
.feedback .dis_title {
  font-size: 0;
  text-align: center;
  padding-top: 60px;
}
.feedback .dis_title p {
  font-size: 28px;
  color: #333333;
  position: relative;
  display: inline-block;
  padding: 0 57px;
}
.feedback .dis_title p::after {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../images/icon/icon_15.png) center no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.feedback .dis_title p::before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../images/icon/icon_15s.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.feedback .disclose {
  padding: 0 160px;
  margin-top: 50px;
}
.feedback .disclose .concatForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feedback .disclose .concatForm .formName {
  width: 42.35%;
  margin-top: 60px;
}
.feedback .disclose .concatForm .formName:nth-child(-n+2) {
  margin-top: 0;
}
.feedback .disclose .concatForm .nameBox {
  display: flex;
  margin-bottom: 20px;
}
.feedback .disclose .concatForm .asterisk {
  font-size: 22px;
  color: #d70000;
}
.feedback .disclose .concatForm .nameText {
  font-size: 20px;
  color: #333333;
  margin-left: 7px;
}
.feedback .disclose .concatForm .concatInput {
  width: 100%;
  height: 45px;
  border: 1px solid #d8d8d8;
}
.feedback .disclose .concatForm .concatInput input {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 16px;
  font-size: 16px;
}
.feedback .disclose .concatForm .inputWidth {
  width: 100%;
}
.feedback .disclose .concatForm .inputWidth .concatInput {
  height: 130px;
}
.feedback .disclose .concatForm .inputWidth .concatInput textarea {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  display: block;
  border: none;
  padding: 16px 16px;
  outline: none;
}
.feedback .disclose .concatForm .concatInput input::-moz-placeholder {
  color: #d8d8d8;
}
.feedback .disclose .concatForm .concatInput input::-moz-placeholder {
  color: #d8d8d8;
}
.feedback .disclose .concatForm .concatInput input::-webkit-input-placeholder {
  color: #d8d8d8;
}
.feedback .disclose .concatForm .concatInput input::-ms-input-placeholder {
  color: #d8d8d8;
}
.feedback .disclose .concatForm .concatInput textarea::-moz-placeholder {
  color: #d8d8d8;
}
.feedback .disclose .concatForm .concatInput textarea::-moz-placeholder {
  color: #d8d8d8;
}
.feedback .disclose .concatForm .concatInput textarea::-webkit-input-placeholder {
  color: #d8d8d8;
}
.feedback .disclose .concatForm .concatInput textarea::-ms-input-placeholder {
  color: #d8d8d8;
}
.feedback .disclose .verificationCode {
  margin-top: 56px;
}
.feedback .disclose .verificationCode .authBox {
  display: flex;
}
.feedback .disclose .verificationCode .authrisk {
  font-size: 22px;
  color: #d70000;
}
.feedback .disclose .verificationCode .authText {
  font-size: 20px;
  color: #333333;
  margin-left: 7px;
}
.feedback .disclose .verificatInfo {
  display: flex;
  align-items: center;
}
.feedback .disclose .codeBox {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  height: 50px;
  margin-left: 19px;
  border-radius: 5px;
  overflow: hidden;
}
.feedback .disclose .codeInput {
  width: 110px;
  height: 100%;
  border-right: 1px solid #ccc;
}
.feedback .disclose .codeInput input {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 18px;
}
.feedback .disclose .codeImg {
  width: 105px;
  height: 100%;
  background: #edf7ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback .disclose .concatSubmit {
  width: 137px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #2c61dd;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 32px;
}
.feedback .disclose .changeOne {
  margin-left: 15px;
  font-size: 16px;
  color: #999999;
}
.icon-flex {
  display: flex;
  align-items: center;
}
.roomMore, .convenie{
  display: none;
}
.referList{
  display: none;
}
.referList.curr{
  display: block;
}
.codeOffPop{
  height: 434px;
}
.codeOffPop i{
  width: 100%;
  height: 100%;
}
.popMobile{
  display: none;
}
.popDefault{
  display: block;
}
/*吐槽台*/
.roast{
  background: url("../images/page/roastBg.png") center no-repeat;
  background-size: cover;
  height: 970px;
}

@media (max-width: 1200px) {
  .consult {
    background: #f8f9fd url(../images/mobile/page/notification.png) top center no-repeat;
    background-size: 100% auto;
    padding: 0;
  }
  .consult .counsel .advisory {
    padding: 0 0.3rem;
    background: #fff;
    margin-top: 0.6rem;
    padding-bottom: 0.8rem;
  }
  .consult .helpline .hele_title{
    padding-top: 0.45rem;
  }
  .consult .counsel .foreign {
    width: 100%;
    float: inherit;
    margin-top: 0.6rem;
  }
  .consult .counsel .foreign .ratepaying {
    padding: 1.1rem 0 0;
  }
  .consult .counsel .foreign .ratepaying .title_box {
    font-size: 0.42rem;
    font-weight: bold;
  }
  .consult .counsel .foreign .ratepaying .cen {
    margin-top: 0.5rem;
    padding-bottom: 0.52rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.4rem;
  }
  .consult .counsel .foreign .ratepaying .cen i {
    font-size: 0.28rem;
  }
  .consult .counsel .foreign .ratepaying .cen .i1 {
    margin-top: 0.3rem;
  }
  .consult .counsel .foreign .ratepaying .cen .cen_t {
    display: block;
  }
  .consult .counsel .foreign .ratepaying .cen .i1 {
    margin-left: 0;
  }
  .consult .counsel .foreign .ratepaying .cen .cen_b {
    display: block;
    margin-top: 0.3rem;
    line-height: normal;
  }
  .consult .counsel .foreign .ratepaying .cen .word {
    margin-left: 0;
    font-size: 0.28rem;
  }
  .icon-flex {
    margin-top: 0.3rem;
  }
  .consult .counsel .foreign .ratepaying .icon_box {
    padding: 0;
    padding-right: 0.4rem;
    background-size: 0.4rem;
    line-height: 0.4rem;
    height: 0.4rem;
    background: url(../images/mobile/page/wx.png) right center no-repeat;
    background-size: 0.4rem auto;
    margin-right: 0.08rem;
  }
  .consult .counsel .foreign .ratepaying .cen span {
    display: none;
  }
  .consult .counsel .foreign .ratepaying .text {
    margin-top: 0.6rem;
    padding-bottom: 0;
  }
  .consult .counsel .foreign .ratepaying .text p {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-bottom: 0.1rem;
  }
  .consult .counsel .foreign .ratepaying .text img {
    margin: 0.5rem auto;
  }
  .consult .helpline{
    width: 100%;
  }
  .consult .helpline .hele_title p{
    padding: 0 0.5rem;
    font-size: 0.36rem;
  }
  .consult .helpline .hele_title p::after{
    width: 0.3rem;
    height: 0.3rem;
    background-size: cover;
  }
  .consult .helpline .hele_title p::before{
    width: 0.3rem;
    height: 0.3rem;
    background-size: cover;
  }
  .consult .helpline .help_form .form_list{
    margin-top: 0.5rem;
  }
  .consult .helpline .help_form .list_l{
    width: 2.2rem;
    font-size: 0.28rem;
    height: 1rem;
  }
  .consult .helpline .help_form tr{
    width: 100%;
  }
  .consult .helpline .help_form .list_r{
    font-size: 0.26rem;
  }
  .classroom{
    width: 100%;
    padding-top: 0.65rem;
  }
  .classroom .room{
    margin-top: 0.1rem;
  }
  .room_link{
    margin-top: 0.5rem;
    width: 100%;
  }
  .room_link:nth-child(-n+2){
    margin-top: 0.5rem;
  }
  .room_link .call{
    height: 3.6rem;
  }
  .room_link .call .img_i{
    height: 100%;
  }
  .room_link .call .video_r{
    height: 100%;
  }
  .room_link .text{
    height: 1.35rem;
  }
  .room_link .text p{
    font-size: 0.28rem;
    -webkit-line-clamp: 2;
  }
  .room_link .text b{
    font-size: 0.26rem;
    padding-left: 0.36rem;
    background-size: 0.24rem;
  }
  .roomMore{
    display: block;
    width: 2.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #fff;
    background: #457bf6;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.7rem;
    border-radius: 0.1rem;
  }
  .columnist{
    width: 100%;
    padding-top: 0.65rem;
  }
  .columnist .medias{
    margin-top: 0.1rem;
    margin-bottom: 0.7rem;
  }
  .columnist .medias .swiper-pagination-bullet{
    width: 0.2rem;
    height: 0.2rem;
  }
  .columnist .medias .swiper-pagination-bullet-active{
    width: 0.45rem;
  }
  .columnist .medias .swiper{
    padding-bottom: 0.6rem;
  }
  .columnist .medias .swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .columnist .look_over .look{
    padding: 0 0.3rem;
    width: calc(100% - 0.6rem);
    font-size: 0.28rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .columnist .look_over .look .tit_l{
    width: 100%;
  }
  .columnist .look_over .look .tit_r{
    margin-top: 0.35rem;
  }
  .columnist .look_over .look .tit_r .xia{
    line-height: 0.35rem;
    padding-left: 0.45rem;
    background-size: 0.32rem 0.34rem;
  }
  .columnist .look_over .look .tit_r .cha{
    margin-left: 0.7rem;
    padding-left: 0.5rem;
    line-height: 0.35rem;
  }
  .columnist .look_over .look .tit_r .cha:first-child{
    margin-left: 0;
  }
  .columnist .look_over .look .tit_r .cha{
    background-size: 0.32rem 0.34rem!important;
  }
  .columnist .look_over .look:hover .tit_r .cha{
    background-size: 0.32rem 0.34rem!important;
  }
  .columnist .look_over .look:hover .tit_r .xia{
    background-size: 0.32rem 0.34rem!important;
  }
  .columnist .look_over .look .tit_r .cha:hover{
    background: url(../images/page/look02s.png) left top no-repeat !important;
    background-size: 0.32rem 0.34rem!important;
    margin-top: 0;
  }
  .columnist .look_over .look .tit_r .xia:hover{
    background: url(../images/page/look01s.png) left top no-repeat !important;
    background-size: 0.32rem 0.34rem!important;
    margin-top: 0;
  }
  .convenieList{
    margin-top: 0.3rem;
  }
  .convenieList img{
    width: 100%;
  }
  .convenie{
    display: block;
  }
  .downloads{
    width: 100%;
    padding-top: 0.65rem;
  }
  .downloads .look_over{
    margin-top: 0;
  }

  .downloads .look_over .look{
    padding: 0 0.3rem;
    width: calc(100% - 0.6rem);
    font-size: 0.28rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .downloads .look_over .look .tit_l{
    width: 100%;
  }
  .downloads .look_over .look .tit_r{
    margin-top: 0.35rem;
  }
  .downloads .look_over .look .tit_r .xia{
    line-height: 0.35rem;
    padding-left: 0.45rem;
    background-size: 0.32rem 0.34rem;
  }
  .downloads .look_over .look .tit_r .cha{
    margin-left: 0.7rem;
    padding-left: 0.5rem;
    line-height: 0.35rem;
  }
  .downloads .look_over .look .tit_r .cha:first-child{
    margin-left: 0;
  }
  .downloads .look_over .look .tit_r .cha{
    background-size: 0.32rem 0.34rem!important;
  }
  .downloads .look_over .look:hover .tit_r .cha{
    background-size: 0.32rem 0.34rem!important;
  }
  .downloads .look_over .look:hover .tit_r .xia{
    background-size: 0.32rem 0.34rem!important;
  }
  .downloads .look_over .look .tit_r .cha:hover{
    background: url(../images/page/look02s.png) left top no-repeat !important;
    background-size: 0.32rem 0.34rem!important;
    margin-top: 0;
  }
  .downloads .look_over .look .tit_r .xia:hover{
    background: url(../images/page/look01s.png) left top no-repeat !important;
    background-size: 0.32rem 0.34rem!important;
    margin-top: 0;
  }
  .newest{
    width: 100%;
    padding-top: 0.65rem;
  }
  .newest .list_page{
    margin-top: 0.3rem;
  }
  .newest .list_page a{
    margin-bottom: 0.45rem;
    padding-bottom: 0.45rem;
    flex-wrap: wrap;
  }
  .newest .list_page p{
    width: 100%;
    font-size: 0.28rem;
    -webkit-line-clamp: 2;
    line-height: 0.42rem;
  }
  .newest .list_page b{
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }
  .statutory{
    width: 100%;
    margin-top: 0;
    padding-top: 0.65rem;
    padding-bottom: 0;
  }
  .statutory .relevant{
    margin-top: 0;
  }
  .statutory .relevant .policy{
    width: calc((100% - 0.5rem) / 2);
    margin-left: 0.5rem;
    margin-right: 0;
    height: 1.4rem;
    margin-top: 0.5rem;
  }
  .statutory .relevant .policy:nth-child(2n+1){
    margin-left: 0;
  }
  .statutory .relevant .policy:nth-child(-n+3){
    margin-top: 0.5rem;
  }
  .statutory .relevant .policy .icon_i{
    margin-left: 0.3rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  .statutory .relevant .policy .text{
    margin-left: 0.25rem;
    margin-right: 0.3rem;
    width: calc(100% - 1.55rem);
    font-size: 0.26rem;
  }
  .consult .refer_pop{
    width: 90%;
    height: auto;
    background: initial;
  }
  .title_t{
    padding: 0 0.25rem;
    font-size: 0.32rem;
    height: 1rem;
    line-height: 1rem;
  }
  .title_t p::before, .title_t p::after{
    width: 0.3rem;
    height: 0.3rem;
    background-size: cover;
  }
  .title_t p{
    padding: 0 0.5rem;
  }
  .delete{
    width: 0.3rem;
    height: 0.3rem;
    background-size: cover;
    top: 0.35rem;
    right: 0.25rem;
  }
  .consult .refer_pop .text_code{
    height: 6.3rem;
  }
  .popMobile{
    display: block;
  }
  .popDefault{
    display: none;
  }
  .codeOffPop{
    height: 6.3rem;
  }
  .consult .hot_line{
    width: 90%;
  }
  .roast{
    background: url(../images/mobile/page/roastBg.png) center no-repeat;
    background-size: cover;
    height: auto;
    min-height: 9rem;
  }
}



/*20230324*/
.nexts{
  display: none;
}
@media (max-width:1200px) {
  .newest{
    display: none;
  }
  .new_bg{
    padding: 0 !important;
    margin: 0 !important; 
    padding-top: 0.6rem !important;
    padding-bottom: 0.9rem !important;
    background: none !important;
  }
  .nexts{
    padding: 0 0.3rem;
    background: #fff;
    padding-bottom: 0.6rem;
    display: block;
  }
  .newtop{
    width: 100%;
    padding-top: 0.65rem;
  }
  .newtop .list_page{
    margin-top: 0.3rem;
  }
  .newtop .list_page a{
    margin-bottom: 0.45rem;
    padding-bottom: 0.45rem;
    flex-wrap: wrap;
  }
  .newtop .list_page p{
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newtop .list_page b{
    font-size: 0.28rem;
    margin-top: 0.2rem;
    color: #999999;
    font-family: Arial;
  }
}