@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');

:root{
  --blue: #1958BD;
  --blue-dark: #041A61;
  --red: #B0202E;
  --n900: #1A1A1A;
  --n600: #5C5C5C;
  --n300: #D9D9D9;
  --bg: #F7F8FA;
  --white: #FFFFFF;
}

html{
  background: var(--blue-dark);
}
*{
  word-wrap: break-word;
  box-sizing: border-box;
}
html,body{
  max-width: none;
  min-width: 320px;
  margin: 0 auto;
  font-family: 'IBM Plex Sans', sans-serif;
  color: var(--n900);
}
button{
  border: none;
}
.w {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 640px) {
  .w {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.pc_swiper1 {
  position: relative;
  min-height: 120px;
  background: #fff;
}
.pc_swiper1 .swiper-slide {
  width: 100%;
  position: relative;
}
.pc_swiper1 .swiper-slide img {
  width: 100%;
  height: auto;
}
.pc_swiper1 .swiper-slide .bannerText {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  margin-left: -720px;
}
.dizhiBox{
  display: none;
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    background: rgba(0,0,0,.8);
}
.dizhiBox .dizhi{
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 90%;
  padding: 20px;
  transform: translate(-50%, -50%);
}
.dizhiBox .dizhi b{
  display: inline-block;
  padding: 0 10px;
  font-weight: 400;
  border: 1px solid #009103;
  margin-left: 10px;
  cursor: pointer;
  background: #009103;
  color: #fff;
}
.dizhiBox .dizhi p:first-child{
  margin-bottom: 15px;
}
.dizhiBox .dizhi img{
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
}

.pc_swiper1 .swiper-slide .bannerText .p {
  display: block;
  width: 420px;
  margin-top: 10%;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}
.pc_swiper1 .swiper-slide .bannerText .p1 {
  margin-top: 10px;
  display: block;
  width: 420px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #C2C2C2;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.pc_swiper1 .swiper-slide .bannerText div {
  width: 350px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: #0053A5;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  color: #FBFBFB;
  margin-top: 10px;
}
.pc_swiper1 .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.pc_swiper1 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
.pc_swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 70px;
  background: #d71440;
}
.new_box_1 {
  z-index: 100;
  position: sticky;
  top: 0;
  right: auto;
  left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  background: var(--white);
  box-shadow: none;
  border-bottom: 1px solid var(--n300);
  transition: transform .2s ease;
}
.new_box_1.hide-header {
  transform: translateY(-100%);
}
.yicheng_H5{
  display: none;
}
.new_box_1 .new_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_box_1 .new_1 .logo {
  position: static;
  top: auto;
}
.new_box_1 .new_1.w {
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
.new_box_1 .new_1.w {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* FIX: .new_1 carries the legacy "clearfix" class, whose ::after pseudo-element
   (display:block, real content) becomes an invisible THIRD flex item once this
   row is display:flex — that silently broke justify-content (header-right was
   never actually the last flex item). Cancel it here since flex no longer
   needs float-clearing. */
.new_box_1 .new_1.w::after {
  content: none;
  display: none;
}
.new_box_1 .new_1 .logo img {
  display: block;
  height: 52px;
}
@media (max-width: 640px) {
  .new_box_1 .new_1.w {
    padding-left: 16px;
    padding-right: 16px;
  }
  .new_box_1 .new_1 .logo img {
    height: 40px;
  }
}
.new_box_1 ul {
  float: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.new_box_1 ul li {
  float: none;
  height: auto;
  padding: 0;
  line-height: normal;
  margin-left: 0;
}
.new_box_1 ul li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: var(--n600);
}
.new_box_1 ul li a:hover {
  color: var(--blue);
}
.back {
  height: auto;
  line-height: normal;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid var(--blue);
  margin-right: 0;
  margin-left: 0;
  width: auto;
  position: static;
  top: auto;
  padding: 9px 16px;
}
.back a{
  display: block;color: var(--blue);padding-left: 0;
}
.back img {
  position: static;
    height: 16px;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-right: 6px;
    vertical-align: -3px;
}
.languageBut {
  display: inline-block;
  text-align: center;
  line-height: normal;
  float: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  color: var(--n600);
  margin-top: 0;
  border: 1px solid var(--n300);
  border-radius: 999px;
  padding: 6px 14px;
}
.loginBut {
  display: inline-block;
  width: auto;
  height: auto;
  background: var(--white);
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  float: none;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 999px;
  padding: 9px 20px;
  cursor: pointer;
}
.loginBut:hover {
  background: #EEF3FC;
}
.registerBut {
  display: inline-block;
  padding: 9px 20px;
  float: none;
  height: auto;
  text-align: center;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  background: var(--blue);
  margin: 0;
  border-radius: 999px;
  cursor: pointer;
}
.registerBut:hover {
  background: var(--blue-dark);
}
.bor-radius{
  width: auto;
  height: auto;
  line-height: normal;
  padding: 9px 20px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--blue);
}
.bor-radius.loginBut{
  border-radius: 999px;
}
.bor-radius.registerBut{
  margin-right: 0;
  color: var(--white);
  background: var(--blue);
  border-radius: 999px;
}
.new_box_1 ul li .can {
  width: auto;
  height: auto;
  background: var(--blue);
  color: var(--white);
  border-radius: 999px;
  padding: 9px 20px;
}
.header-right .can,
.detail-register-cta .can {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 500;
  background: var(--blue);
  color: var(--white);
  border-radius: 999px;
  padding: 9px 20px;
  cursor: pointer;
}
.header-right .can:hover {
  background: var(--blue-dark);
}
.about-link-header{
  font-size: 14px;
  font-weight: 500;
  color: var(--n600);
}
.about-link-header:hover{
  color: var(--blue);
}

/* ---- Detail page: quick facts band (title, dates, status) ---- */
.detail-quickfacts{
  background: var(--white);
  border-bottom: 1px solid var(--n300);
}
.detail-quickfacts-inner{
  padding: 24px 0;
}
.detail-quickfacts-title{
  font-size: 26px;
  font-weight: 600;
  color: var(--n900);
  margin-bottom: 10px;
}
.detail-quickfacts-row{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.detail-fact-inline{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--n600);
}
.detail-fact-inline .rd-icon{
  width: 16px;
  height: 16px;
  color: var(--blue);
}
@media(max-width:640px){
  .detail-quickfacts-title{font-size:20px;}
  .detail-quickfacts-row{gap:12px;}
}
.new_box_1 .back {
  float: none;
}
.new_box_1 .language {
  float: none;
}
.h1 {
  text-align: center;
}
.h1 span {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}
.h1 p {
  font-size: 24px;
  font-weight: bold;
  color: #2B2B2B;
  text-transform: uppercase;
  line-height: 24px;
  opacity: 0.3;
  font-style: inherit;
  margin-top: 15px;
  display: none;
}
.h1En{
  display: none;
}
.content {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}
.jie {
  margin-top: 48px;
  padding-bottom: 48px;
}
.jie .content {
  margin-top: 35px;
  /* text-align: center; */
  white-space: break-spaces;
}
.zhu_he {
  background: #f6f6f6;
  padding-top: 48px;
  padding-bottom: 48px;
}
.zhu_he .zhu,
.zhu_he .he {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 640px) {
  .zhu_he .zhu,
  .zhu_he .he {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.zhu_he .zhu .content,
.zhu_he .he .content {
  margin-top: 30px;
  padding: 30px 40px;
  background: #fff;
  position: relative;
}
.zhu_he .zhu .content .text,
.zhu_he .he .content  .text{
  display: flex;
  white-space: break-spaces;
}
.zhu_he .zhu .content::after,
.zhu_he .he .content::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  position: absolute;
  background: url(../images/icon2.png) #f6f6f6 right bottom no-repeat;
  background-size: 100%;
}
.zhu_he .he {
  margin-top: 40px;
}
.zhu_he .he .content::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #f6f6f6;
  background: url(../images/icon1.png) #f6f6f6 left bottom no-repeat;
  background-size: 100%;
}
.yi {
  margin-top: 48px;
}
.yicheng_box {
  margin-top: 52px;
}
.yicheng_box .item {
  float: left;
}
.multiple .item {
  float: none;
   display: inline-grid;
}
.yicheng_box .item .timeBox {
  width: 705px;
  height: 50px;
  display: flex;
}
.yicheng_box .item .timeBox .tiem {
  width: 74px;
  height: 50px;
  background: #D71440;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 10px;
}
.yicheng_box .item .timeBox .tiem span {
  display: block;
  font-size: 22px;
}
.yicheng_box .item .timeBox .address {
  position: relative;
  top: 5px;
  margin-left: 10px;
  flex: 1;
  height: 40px;
  padding-left: 10px;
  background: #D71440;
  font-size: 16px;
  color: #FFFFFF;
  flex-direction: row;
    align-items: center;
    display: flex;
}
.yicheng_box .item .timeBox .address p{
  flex: 1;
  display: flex;
  padding-right: 10px;
  flex-direction: row;
    align-items: center;
}
.yicheng_box .item .timeBox .address p b{
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100px;
}
.yicheng_box .item .timeBox .address p o{
  display: block;
  height: 30px;
  width: 60px;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 3px;
  line-height: 30px;
  text-align: center;
}
.yicheng_box .item .timeBox .address.h5{
  display: none;
}
.yicheng_box .item .timeBox .address span {
  display: block;
  margin-right: 10px;
  /* position: absolute; */
  /* width: 64px; */
  text-align: center;
  height: 24px;
  line-height: 24px;
  background: #D71440;
  border: 1px solid #F9F9F9;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  /* left: 12px; */
  padding: 0 5px;
  /* top: 8px; */
}
.yicheng_box .item .timeBox .address p t{
  margin-left: 0px;
  display: block;
}
.yicheng_box .item .timeBox1 .tiem {
  background: #0054A6;
}
.yicheng_box .item .timeBox1 .address {
  background: #0054A6;
}
.yicheng_box .item .timeBox1 .address span {
  background: #0054A6;
}
.yicheng_box .item .list {
  width: 705px;
  margin-top: 15px;
}
.yicheng_box .item .list .tiem {
  display: flex;
}
.yicheng_box .item .list .tiem .l_box {
  width: 80px;
  padding-left:20px;
  display: block;
  font-size: 16px;
  color: #020202;
  position: relative;
}

.yicheng_box .item .list .tiem .l_box .tiem1{
 width: 74px;
     height: 50px;
     background: #D71440;
     font-size: 16px;
     line-height: 17px;
     text-align: center;
     color: #FFFFFF;
     padding-top: 10px;
	 position: absolute;
	 top:-70px;
   left: -5px;
}
.h5-yicheng_box .item .list1 .tiem .boxr{
	/* margin-top: -70px; */
}

.yicheng_box .item .list .tiem .l_box .tiem1 span{
      display: block;
      font-size: 22px;
}





.yicheng_box .item .list .tiem .l_box .bor {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #CCCCCC;
  right: 10px;
  top: 4px;
}
.yicheng_box .item .list .tiem .l_box::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #D71440;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 4px;
}
.yicheng_box .item .list .tiem .l_box1 {
}
.yicheng_box .item .list .tiem .l_box1::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #0054A6;
  border-radius: 50%;
  position: absolute;
  right: 6px;
}
.yicheng_box .item .list .tiem .boxr {
  flex: 1;
}
.yicheng_box .item .list .tiem .r_box {
  display: block;
  flex: 1;
  margin-bottom: 60px;
}
.yicheng_box .item .list .tiem .r_box .address {
  position: relative;
  top: 5px;
  margin-left: 10px;
  flex: 1;
  height: 40px;
  background: #0054A6;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  margin-bottom: 30px;
  padding-left: 10px;
  flex-direction: row;
  align-items: center;
}
.yicheng_box .item .list .tiem .r_box .address.zhuhuichang{
  background: #D71440;
}
.yicheng_box .item .list .tiem .r_box .address span {
  display: block;
  text-align: center;
  height: 24px;
  line-height: 24px;
  /* background: #0054A6; */
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  left: 12px;
  margin-right: 10px;
  padding: 0 10px;
  top: 8px;
}
.yicheng_box .item .list .tiem .r_box .address.h5{
  display: none;
}
.yicheng_box .item .list .tiem .r_box .address p{
flex: 1;
display: flex;
padding-right: 10px;
flex-direction: row;
align-items: center;
}
.yicheng_box .item .list .tiem .r_box .address p b{
  font-weight: 400;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100px;
}
.yicheng_box .item .list .tiem .r_box .address p b t{
  display: block;
}
.yicheng_box .item .list .tiem .r_box .address p o{
  display: block;
  height: 30px;
  width: 60px;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 3px;
  line-height: 30px;
  text-align: center;
}
.yicheng_box .item .list .tiem .r_box > span {
  margin-left: 24px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #020202;
  line-height: 24px;
  position: relative;
  top: -2px;
  display: block;
}
.yicheng_box .item .list .tiem .r_box > .r {
  margin-top: 19px;
  background: #FFFFFF;
  box-shadow: 0px 0px 21px 0px rgba(72, 145, 216, 0.11);
  border-radius: 40px;
  padding:0 20px;
}
.yicheng_box .item .list .tiem .r_box > .r .text {
  font-size: 16px;
  color: #666666;
  line-height: 18px;
  margin-bottom: 10px;
  padding-top: 20px;
}
.yicheng_box .item .list .tiem .r_box > .r ul {
  overflow: hidden;
  
}
.yicheng_box .item .list .tiem .r_box > .r ul li:first-child{
padding-top: 20px;
}
.yicheng_box .item .list .tiem .r_box > .r ul li:last-child{
  padding-bottom: 20px;
  
}

.yicheng_box .item .list .tiem .r_box > .r ul li {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
}
.a1{
  display: block;
    padding-left: 0px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    
}
.yicheng_box .item .list .tiem .r_box > .r ul li img {
  width: 52px;
  height: 52px;
  /* background: #EE591F; */
  border-radius: 6px;
}
.yicheng_box .item .list .tiem .r_box > .r ul li .icon7 {
  width: auto;
  height: 16px;
  background: no-repeat;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.yicheng_box .item .list .tiem .r_box > .r ul li div {
  flex: 1;
  margin-left: 12px;
}
.yicheng_box .item .list .tiem .r_box > .r ul li div span {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #020202;
  display: block;
  position: relative;
}
.yicheng_box .item .list .tiem .r_box > .r ul li div p {
  font-size: 16px;
  margin-top: 10px;
  color: #666666;
}
.yicheng_box .item .list .tiem .r_box > .r ul li:last-child {
  margin: 0;
}
.yicheng_box .item .list .tiem:last-child .l_box .bor {
  /* height: 70px; */
  height: 0;
}
.yicheng_box .item .list1 {
  width: 1440px;
}
.yicheng_box .item .list1 .tiem .boxr {
  display: block;
}
.yicheng_box .item .list1 .tiem .aaaaa{
  display: flex;
  flex-wrap: wrap;
}
.yicheng_box .item .list1 .tiem .boxr .r_box {
  float: left;
  flex: initial;
  width: 645px;
}
.yicheng_box .item .list1 .tiem .boxr .r_box:nth-child(2n) {
  margin-left: 1%;
}
.tableh5{
  display: none;
  overflow-y: scroll;
  height: calc(100vh - 390px);
  min-height: 480px;
  padding-bottom: 90px;
  padding:0 40px;
}
.tableh5  .list{
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.tableh5  .list p{
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
.tableh5  .list p:first-child{
  border-bottom: 1px solid #e7e7e7;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #0054A6;
}
.tableh5  .list p:first-child em{
  color: #000;
}
.tableh5  .list div{
  overflow: hidden;
  text-align: center;
}
.tableh5  .list div span{
  display: inline-block;
  text-align: center;
  height: 24px;
  padding:  0 10px;
  line-height: 24px;
  font-size: 14px;
  color: #D71440;
  background: #FFFFFF;
  border: 1px solid #D71440;
  border-radius: 12px;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 10px;
}

.tableh5  .list div .zi {
  color: #0054A6;
  border-color: #0054A6;
}
.yicheng_box .item:nth-child(2n) {
  margin-left: 30px;
}
.multiple .item:nth-child(2n) {
  margin-left: 25px;
}
.ma-l.yicheng_box .item:nth-child(2n) {
  margin-left: 0px;
}
.yj {
  background: #F6F6F6;
  padding-top: 48px;
  padding-bottom: 48px;
}
.yj ul {
  margin-top: 36px;
}
.yj ul li {
  float: left;
  cursor: pointer;
  width: 466px;
  margin-right: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 136px;
}
.yj ul li img {
  width: 140px;
  height: 140px;
  background: #FFFFFF;
  box-shadow: 0px 0px 21px 0px rgba(72, 145, 216, 0.11);
  border-radius: 10px;
  position: absolute;
  left: 10px;
  top: 35px;
}
.yj ul li div {
  height: 210px;
  padding-left: 37px;
  padding-right: 25px;
  padding-top: 27px;
  background: #FFFFFF;
  box-shadow: 0px 0px 21px 0px rgba(72, 145, 216, 0.11);
  border-radius: 10px;
}
.yj ul li div span {
  display: block;
  position: relative;
  height: 30px;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.yj ul li div .p1 {
  line-height: 24px;
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.yj ul li div .p2{
  line-height: 24px;
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.yj ul li div .p3{
  line-height: 24px;
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.yj ul li div .p4 {
  font-size: 16px;
  color: #999999;
  margin-top: 5px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
}
.yj ul li:nth-child(3n) {
  margin-right: 0;
}
.huo {
  padding-top: 48px;
  padding-bottom: 48px;
}
.huo ul {
  margin-top: 40px;
}
.huo ul li {
  margin-left: 20px;
  width: 345px;
  padding: 0 25px;
  background: #FFFFFF;
  box-shadow: 0px 0px 21px 0px rgba(0, 84, 166, 0.06);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  float: left;
}
.huo ul li img {
  display: block;
  margin: 0 auto;
  width: 54px;
  height: 54px;
}
.huo ul li span {
  display: block;
  line-height: 1;
  margin-top: 12px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.huo ul li p {
  font-size: 16px;
  color: #88889E;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: left;
}
.huo ul li:first-child,
.huo ul li:nth-child(4n+1){
  margin-left: 0;
}
.bottom {
  background: var(--blue-dark);
  padding-bottom: 0;
}
.bottom .w {
  position: relative;
  padding: 36px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px 24px;
  align-items: start;
}
.bottom .li {
  float: none;
  margin-left: 0;
}
.bottom .li a {
  display: flex;
  align-items: center;
  padding-left: 0;
  position: relative;
  color: #C9D6EE;
  font-size: 13px;
}
.bottom .li a img {
  position: static;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 0;
}
.bottom .li a img.ho1{
  display: none;
}
.bottom .li a:hover .ho1{
  display: block;
}
.bottom .li a:hover .ho{
  display: none;
}
.bottom .li:first-child {
  margin-left: 0px;
}
.footer-links-col h4{
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.bottom .gy {
  position: static;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  line-height: normal;
  background: transparent;
  border: none;
  border-radius: 0;
  text-align: left;
  color: #C9D6EE;
  font-size: 13px;
  padding: 0;
}
.bottom .gy:hover{
  background: transparent;
  color: var(--white);
}
.bot {
  height: auto;
  line-height: normal;
  background: var(--blue-dark);
  text-align: center;
  color: #7C8FBD;
  font-size: 12px;
  border-top: 1px solid rgba(255,255,255,.1);
  position: static;
  bottom: auto;
  left: auto;
  width: 100%;
  z-index: auto;
  padding: 14px 24px;
}
.alertBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.alertjb {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  background: #fff;
  border-radius: 10px;
  padding: 85px 25px 23px 25px;
  min-width: 500px;
}
.scroll{
	max-height: 50vh;
	overflow-y: auto;
}
.alertjb .alertCancel {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 23px;
  top: 23px;
  cursor: pointer;
}
.alertjb .tx {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  left: 50%;
  margin-left: -66px;
  position: absolute;
  top: -66px;
}
.alertjb span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  color: #181818;
}
.alertjb em,
.alertjb .guestposition,
.alertjb .guestdesc {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  color: #525252;
  padding: 0 20px;
  font-style: normal;
  white-space: pre-line;
}
.alertjb .guestposition{
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}
.alertjb .guestcompany {
  margin-top: 18px;
  font-size: 16px;
  color: #88889E;
  text-align: center;
  line-height: 24px;
}
.tuiBox {
  background: var(--bg);
}
.tuiBox .tui {
  background: var(--bg);
  border-radius: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}
.tuiBox .tui .w {
  display: block;
}
.tuiBox .tui .img {
  position: relative;
  width: auto;
  height: auto;
  margin-bottom: 24px;
}
.tuiBox .tui .img h1 {
  position: static;
  font-size: 26px;
  font-weight: 600;
  color: var(--n900);
  line-height: 1.25;
  padding-left: 0;
  word-wrap: break-word;
  word-break: normal;
}
.tuiBox .tui .img span {
  position: static;
  font-size: 14px;
  font-weight: 400;
  color: var(--n600);
  opacity: 1;
  line-height: 1.4;
  padding-left: 0;
  display: block;
  margin-top: 4px;
}
.tuiBox .tui .ul {
  display: block;
  justify-content: initial;
  flex: initial;
}
.tuiBox .tui ul {
  padding-left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.tuiBox .tui ul li {
  width: auto;
  margin: 0;
  float: none;
  background: var(--white);
  box-shadow: none;
  border: 1px solid var(--n300);
  border-radius: 10px;
  padding: 16px 18px;
  position: relative;
  padding-bottom: 56px;
  transition: box-shadow .15s ease, transform .15s ease;
}
.tuiBox .tui ul li:hover {
  box-shadow: 0 4px 14px rgba(4,26,97,.08);
  transform: translateY(-2px);
}
.tuiBox .tui ul li span {
  font-size: 16px;
  font-weight: 600;
  color: var(--n900);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
  cursor: pointer;
}
.tuiBox .tui ul li div{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: auto;
  font-size: 13px;
  font-weight: 400;
  color: var(--n600);
  line-height: 1.5;
  margin-top: 8px;
  cursor: pointer;
}
.tuiBox .tui ul li em {
  display: inline-block;
  font-style: normal;
  width: auto;
  height: auto;
  text-align: left;
  line-height: normal;
  background: #EEF3FC;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--blue);
  margin-top: 14px;
  padding: 4px 10px;
}
.tuiBox .tui ul li i {
  width: auto;
  height: auto;
  background: var(--blue);
  border-radius: 999px;
  position: absolute;
  bottom: 16px;
  right: 18px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: var(--white);
  padding: 8px 18px;
  cursor: pointer;
}
.tuiBox .tui ul li i:hover {
  background: var(--blue-dark);
}
.tuiBox .tui ul li i.zhuce1,
.quanBox .quan ul li i.zhuce1{
  background: var(--n300);
  color: var(--n600);
  cursor: context-menu;
}
.quanBox {
  background: var(--white);
  padding-top: 48px;
  padding-bottom: 48px;
}
.quanBox .quan > h1 {
  text-align: left;
  font-size: 26px;
  font-weight: 600;
  color: var(--n900);
}
.quanBox .quan > span {
  padding-top: 4px;
  font-size: 14px;
  font-weight: 400;
  color: var(--n600);
  line-height: 1.4;
  opacity: 1;
  display: block;
  text-align: left;
}
.quanBox .quan ul {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.quanBox .quan ul li {
  float: none;
  background: var(--white);
  border: 1px solid var(--n300);
  border-radius: 10px;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  padding: 16px 18px;
  position: relative;
  padding-bottom: 56px;
  transition: box-shadow .15s ease, transform .15s ease;
}
.quanBox .quan ul li:hover {
  box-shadow: 0 4px 14px rgba(4,26,97,.08);
  transform: translateY(-2px);
}
.quanBox .quan ul li > span {
  font-size: 16px;
  font-weight: 600;
  color: var(--n900);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
  cursor: pointer;
}

.quanBox .quan ul li >div{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: auto;
  font-size: 13px;
  color: var(--n600);
  line-height: 1.5;
  overflow: hidden;
  margin-top: 8px;
  cursor: pointer;
}
.quanBox .quan ul li em {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: left;
  line-height: normal;
  background: #EEF3FC;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--blue);
  margin-top: 14px;
  padding: 4px 10px;
}
.quanBox .quan ul li i {
  width: auto;
  height: auto;
  background: var(--blue);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 16px;
  right: 18px;
  cursor: pointer;
  color: var(--white);
  line-height: normal;
  padding: 8px 18px;
}
.quanBox .quan ul li i:hover {
  background: var(--blue-dark);
}
.quanBox .quan ul li:hover {
  background: var(--white);
}
.quanBox .quan ul li:nth-child(4n) {
  margin-right: 0;
}
.page {
  height: auto;
  margin-top: 36px;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.page span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  line-height: normal;
  background: transparent;
  padding: 0 12px;
  border: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--n600);
  cursor: pointer;
}
.page .on,
.page span:hover {
  background: var(--blue);
  color: var(--white);
}
.page span:first-child {
  border-radius: 999px;
}
.page span:last-child {
  border-radius: 999px;
}
.alertLogin {
  width: 380px;
  height: auto;
  max-width: calc(100vw - 32px);
  background: var(--white);
  position: fixed;
  z-index: 210;
  top: 0%;
  left: 0%;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(4,26,97,.18);
  padding-bottom: 20px;
}
.alertLogin .loginBox {
  width: calc(100% - 48px);
  margin: 0 auto;
  padding-top: 8px;
}
.alertLogin .loginBox .inpBpx {
  width: 100%;
  height: auto;
  padding-bottom: 16px;
}
.alertLogin .loginBox .inpBpx .inp {
  height: 42px;
  background: var(--white);
  border: 1px solid var(--n300);
  border-radius: 8px;
  display: block;
  width: 100%;
  padding-left: 12px;
}
.alertLogin .loginBox .inpBpx .inp:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(25,88,189,.12);
}
.alertLogin .loginBox .inpBpx .inp input {
  width: 100%;
  font-family: 'IBM Plex Sans', sans-serif;
}
.alertLogin .loginBox .inpBpx p {
  margin-top: 4px;
  text-align: left;
  color: var(--red);
  font-size: 12px;
  padding-left: 0;
}
.alertLogin .loginBox .form {
  width: 100%;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: var(--blue);
  color: var(--white);
  border-radius: 999px;
  font-weight: 500;
  cursor: pointer;
}
.alertLogin .loginBox .form:hover {
  background: var(--blue-dark);
}
.alertLogin .loginBox p {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: var(--n600);
}
.title {
  height: auto;
  background: var(--white);
  line-height: normal;
  padding: 16px 20px 8px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: var(--n900);
}
.title img {
  position: absolute;
  right: 20px;
  width: 18px;
  height: 18px;
  top: 20px;
  margin-top: 0;
  cursor: pointer;
}
.h5_swiper,
.h5_new,
.h5Img {
  display: none;
}
.alertRegisterOk,
.alertRegisterNo .test {
  width: 320px;
  height: auto;
  min-height: 44px;
  line-height: normal;
  padding: 14px 20px;
  background: var(--white);
  position: fixed;
  z-index: 220;
  top: 0%;
  left: 0%;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(4,26,97,.18);
  font-size: 13px;
  color: var(--n900);
}
.alertRegisterNo{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(4,26,97,.35);
  z-index: 220;
}
.alertRegisterOk img,
.alertRegisterNo img{
  width: 18px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  height: 18px;
}
.alertMeeting {
  width: 460px;
  height: auto;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: var(--white);
  position: fixed;
  z-index: 210;
  top: 0%;
  left: 0%;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(4,26,97,.18);
}
.alertMeetingEn{
  height: auto;
}

.registerBg .register .tabDiv .inp button,.registerBg .register .form,.alertLogin .loginBox .form,
.user_box .user_l .r .tx span,.user_box .user_l .r .formInp li div em,.alertTel .inpBox .inp div{
  cursor: pointer;
}
.alertMeeting .loginBox {
  padding: 0 24px 24px;
  width: 100%;
}
.alertMeeting .loginBox p {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--n600);
  margin-bottom: 16px;
}
.alertMeeting .loginBox .formBtn {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}
.alertMeeting .loginBox .formBtn span {
  display: block;
  flex: 1;
  height: 42px;
  background: var(--blue);
  text-align: center;
  line-height: 42px;
  color: var(--white);
  cursor: pointer;
  margin: 0;
  border: 1px solid var(--blue);
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
}
.alertMeeting .loginBox .formBtn span:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}
.alertMeeting .loginBox .formBtn span:first-child {
  background: var(--white);
  color: var(--blue);
}
.alertMeeting .loginBox .formBtn span:first-child:hover {
  background: #EEF3FC;
}
.alertMeeting .loginBox ul li {
  display: block;
  margin-bottom: 14px;
}
.alertMeetingEn .loginBox ul li{
  display: block;
}
.alertMeeting .loginBox ul li span {
  display: block;
  width: auto;
  height: auto;
  line-height: normal;
  margin-bottom: 6px;
  text-align: left;
  padding-right: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--n600);
}
.alertMeetingEn .loginBox ul li span{
  text-align: left;
  width: auto;
  height: auto;
  line-height: normal;
  margin-bottom: 6px;
  margin-top: 0;
}
.alertMeeting .loginBox ul li span i {
  color: var(--red);
  font-style: normal;
}
.alertMeeting .loginBox ul li div {
  flex: 1;
}
.alertMeetingEn .loginBox ul li div {
  flex: 1;
}
.alertMeeting .loginBox ul li div input {
  display: block;
  padding-left: 12px;
  height: 42px;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--n300);
  border-radius: 8px;
  font-family: 'IBM Plex Sans', sans-serif;
}
.alertMeeting .loginBox ul li div input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(25,88,189,.12);
  outline: none;
}
.registerBg {
  height: auto;
  min-height: calc(100vh - 140px);
  background: var(--bg);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 56px 24px 80px;
}
.registerBg .register {
  background: transparent;
  padding: 0;
  width: 100%;
  max-width: 400px;
}
.registerBg .registerEn{
  max-width: 440px;
}
.registerBg .register .tab {
  display: flex;
  gap: 4px;
  background: var(--white);
  border: 1px solid var(--n300);
  border-radius: 999px;
  padding: 4px;
  margin-bottom: 24px;
}
.registerBg .register .tab li {
  float: none;
  flex: 1;
  position: relative;
  left: 0;
  padding: 9px 0;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: var(--n600);
  border-radius: 999px;
}

.registerBg .register .tab .on {
  color: var(--blue);
  background: var(--bg);
}
.registerBg .register .tab li:first-child::after {
  content: none;
}
.registerBg .register .form {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  display: block;
  background: var(--blue);
  border-radius: 999px;
  cursor: pointer;
  margin-top: 8px;
}
.registerBg .register .form:hover {
  background: var(--blue-dark);
}
.registerBg .register > p {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.registerBg .register > p a {
  font-size: 13px;
  font-weight: 500;
  color: var(--blue);
}
.registerBg .register > p a:hover {
  color: var(--blue-dark);
}
.registerBg .register .tabDiv {
  margin-top: 0;
  width: 100%;
}
.registerBg .register .tabDiv .inp {
  display: block;
  position: relative;
  padding-bottom: 16px;
}
.registerBg .register .tabDiv .inp p {
  font-size: 12px;
  color: var(--n600);
  position: static;
  margin-top: 4px;
}
.registerBg .register .tabDiv .inp input {
  display: block;
  width: 100%;
  height: 42px;
  flex: initial;
  background: var(--white);
  border: 1px solid var(--n300);
  border-radius: 8px;
  padding-left: 12px;
  font-family: 'IBM Plex Sans', sans-serif;
}
.registerBg .register .tabDiv .inp input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(25,88,189,.12);
  outline: none;
}
.registerBg .register .tabDiv .inp:has(button) {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.registerBg .register .tabDiv .inp button {
  height: 42px;
  padding: 0 14px;
  line-height: 42px;
  text-align: center;
  color: var(--blue);
  font-size: 12px;
  font-weight: 500;
  background: #EEF3FC;
  margin-left: 0;
  border-radius: 8px;
  white-space: nowrap;
}
.registerBg .register .tabDiv .inp button:hover {
  background: #DCE8FA;
}

.user_new {
  position: relative !important;
  padding-bottom: 20px;
}
.user_box {
  background: #F7F7F7;
  height: calc(100vh - 290px);
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 60px;
}
.user_box .user_l {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.user_box .user_l .l {
  width: 260px;
  background: #FFFFFF;
  height: calc(100vh - 390px);
  min-height: 600px;
}
.user_box .user_l .l ul li {
  border-bottom: 1px solid #F7F7F7;
}
.user_box .user_l .l ul li a {
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  display: block;
  font-size: 18px;
  color: #000000;
}
.user_box .user_l .l ul .on{
  background-color: #0054A6;
}
.user_box .user_l .l ul .on a {
 
  color: #fff;
}
.user_box .user_l .r {
  position: relative;
  margin-left: 10px;
  flex: 1;
  width: 980px;
  background: #FFFFFF;
  padding-top: 30px;
  height: calc(100vh - 390px);
  min-height: 600px;
  padding-bottom: 90px;
}
.user_box .user_l .r .tx {
  display: flex;
  margin-left: 85px;
  margin-bottom: 30px;
  align-items: center;
}
.user_box .user_l .r .tx .file {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  margin-right: 20px;
}
.user_box .user_l .r .tx .file img {
  width: 100%;
  height: 100%;
}
.user_box .user_l .r .tx .file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}
.user_box .user_l .r .tx span,
.user_box .user_l .r .tx button {
  float: left;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #F7F7F7;
  border: 1px solid #D71440;
  border-radius: 12px;
  display: block;
  color: #D71440;
  font-size: 16px;
}
.user_box .user_l .r .formInp li {
  width: 550px;
  display: flex;
  margin-bottom: 15px;
}
.user_box .user_l .r .formInp li span {
  display: block;
  width: 160px;
  text-align: right;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #000000;
  padding-right: 10px;
}
.user_box .user_l .r .formInp li div {
  flex: 1;
}
.user_box .user_l .r .formInp li div em,
.user_box .user_l .r .formInp li div p {
  display: block;
  font-style: normal;
  color: #000000;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
.user_box .user_l .r .formInp li div em {
  color: #D71440;
}
.user_box .user_l .r .formInp li div input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  background: #F7F7F7;
}
.user_box .user_l .r .formInp li div button {
  height: 40px;
  background: #D71440;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  border: none;
  margin-top: 40px;
}
.user_box .user_l .r .pageBox {
  position: absolute;
  bottom: 0;
  right: 0;
}
.userSelect {
  float: none;
  margin-right: 0;
  padding-top: 0;
}
.userSelect .tx {
  position: relative;
}
.userSelect .tx div {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.userSelect .tx div img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  float: none;
  margin-right: 0;
}
 .table{
    display: table;
  }
.userSelect .tx div p {
  float: none;
  height: auto;
  line-height: normal;
  position: relative;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--n900);
}
.userSelect .tx div p::after{
  content: '';
  width:0;
	height:0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--n600);
  position: absolute;
  margin-top: -1px;
  top: 50%;
  right: 0;
}
.userSelect .tx:hover div p::after{
  content: '';
  width:0;
	height:0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid var(--blue);
  border-top: none;
  position: absolute;
  margin-top: -1px;
  top: 50%;
  right: 0;
}
.userSelect .tx ol {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  border: 1px solid var(--n300);
  border-radius: 10px;
  width: 180px;
  display: none;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(4,26,97,.1);
  overflow: hidden;
  z-index: 50;
}
.userSelect .tx ol li {
  text-align: left;
  height: auto;
  line-height: normal;
  border: none;
  border-bottom: 1px solid var(--n300);
  display: block;
}
.userSelect .tx ol li:last-child {
  border-bottom: none;
}
.userSelect .tx ol li a {
  color: var(--n600);
  display: block;
  font-size: 13px;
  padding: 10px 14px;
}
.userSelect .tx ol li:hover{
  background-color: var(--bg);
}
.userSelect .tx ol li:hover a{
  color: var(--blue);
}
.userSelect .tx:hover ol {
  display: block;
}
.table {
  width: 98%;
  margin: 0 auto;
  border: 1px solid #F0F0F0;
}
.alertMailEn{
  width: 800px;
}
.table th,
.table td {
  height: 40px;
  background: #F7F7F7;
  font-weight: 400;
  border-left: 1px solid #F0F0F0;
  border-top: 1px solid #F0F0F0;
  text-align: center;
  vertical-align: middle
}
.table p {
  color: #D71440;
}
.table span {
  display: inline-block;
  text-align: center;
  height: 24px;
  padding:  0 10px;
  line-height: 24px;
  font-size: 14px;
  color: #D71440;
  background: #FFFFFF;
  border: 1px solid #D71440;
  border-radius: 12px;
  cursor: pointer;
}
.table .zi {
  color: #0054A6;
  border-color: #0054A6;
}
.table td {
  background: #fff;
}
.table tr th:first-child,
.table tr td:first-child {
  border-left: none;
}
.pageBox {
  display: flex;
  justify-content: end;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-right: 1%;
}
.pageBox li {
  width: 60px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  cursor: pointer;
  background: #FFFFFF;
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.pageBox .on {
  background: #D71440;
  color: #fff;
  border-color: #D71440;
}

.pageBox .on a{
  color: #fff;
}
.pageBox li:first-child {
  width: 125px;
  height: 44px;
  border-radius: 10px 0px 0px 10px;
  padding: 0 10px;
}
 
.pageBox li:last-child {
  width: 125px;
  height: 44px;
  border-right: 1px solid #EEEEEE;
  border-radius: 0px 10px 10px 0px;
  padding: 0 10px;
}
.tuiBox .tui .ul.swiper-container .swiper-wrapper,
.tuiBox .tui .ul.swiper-container .swiper-pagination {
  display: none;
}
.h5 {
  display: none;
}
.zhankai {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 20px;
  display: none;
}
.isH {
  transform: rotate(180deg);
}
.h5-yicheng_box{
	margin-top: 82px;
}
.h5-yicheng_box .item .list1 .tiem .boxr .r_box {
  height: auto;
}
.h5-yicheng_box .item .list1:first-child .tiem:first-child .swiper-container{
	margin-top: -70px;
}
.h5-yicheng_box .item{
  margin-bottom: 40px;
}
.tiem2{
  margin-top: 15px;
}
.h5-yicheng_box .item .list .tiem .l_box::after{
  content: '';
  width: 10px;
  height: 10px;
  background: #D71440;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 20px;
}
.h5-yicheng_box .item:first-child .list1:first-child .tiem:first-child .tiem2{
margin-top: 0;
}
.h5-yicheng_box .item:first-child .list1:first-child .tiem:first-child .l_box::after{
  content: '';
  width: 10px;
  height: 10px;
  background: #D71440;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 4px;
}
.alertTel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 500px;
  padding-bottom: 30px;
}
.alertTelEn{
  width: 600px;
}
.alertTel .inpBox {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.alertTel .inpBox .inp {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.alertTel .inpBox .inp p {
  position: absolute;
  bottom: 0;
  color: #999999;
  left: 60px;
}
.alertTel .inpBox .inp span {
  text-align: right;
  width: 60px;
  display: block;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
}
.alertTelEn .inpBox .inp span{
  width: auto;
}
.alertTel .inpBox .inp div,
.alertTel .inpBox .inp button {
  width: auto;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #D71440;
  margin-left: 10px;
}
.alertTel .inpBox .inp input,
.alertTel .inpBox .inp .ooo {
  background: #F7F7F7;
  display: block;
  flex: 1;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
.alertTel .inpBox .inp .ooo{
  text-align: left;
  display: block;
  padding-left: 0px;
  margin-left: 0;
  height: 40px;
  line-height: 40px;
  background: none;
  color: #000;
}
.alertTel .formBtn {
  overflow: hidden;
  text-align: center;
}
.alertTel .formBtn span {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #D71440;
  margin-left: 10px;
  border: 1px solid #D71440;
  cursor: pointer;
}
.alertTel .formBtn span:first-child {
  background: #fff;
  color: #D71440;
  border-color: #D71440;
}
.alertCancelBox{
	width: 650px;
	height: 200px;
	background: #FFFFFF;
	background: #fff;
	position: fixed;
	z-index: 11;
	top: 0%;
	left: 0%;
	right: 0;
	bottom: 0;
	margin: auto;
}
.alertCancelBox p{
	margin: 32px 0;
	text-align: center;
	font-size: 18px;
}
.alertCancelBox .formBtn {
	text-align: center;
}
.alertCancelBox .formBtn span {
  display: inline-block;
  width: 120px;
  height: 40px;
  background: #D71440;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #D71440;
}
.alertCancelBox .formBtn span:first-child {
  background: #fff;
  color: #D71440;
  margin-right: 35px;
}


.alertMail{
	width: 650px;
	height: 245px;
	background: #FFFFFF;
	background: #fff;
	position: fixed;
	z-index: 11;
	top: 0%;
	left: 0%;
	right: 0;
	bottom: 0;
	margin: auto;
}
.alertMail p{
	margin: 32px 0;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
}
.alertMail input{
	height: 40px;
	padding-left: 10px;
	background: #F7F7F7;
	display: block;
	width: 80%;
	margin: 0 auto;
	padding-left: 10px;
	margin-bottom: 20px;
}
.alertMail .formBtn {
	text-align: center;
}
.alertMail .formBtn span {
  display: inline-block;
  width: 120px;
  height: 40px;
  background: #D71440;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #D71440;
}
.alertMail .formBtn span:first-child {
  background: #fff;
  color: #D71440;
  margin-right: 35px;
}
@media screen and (max-width: 1440px) {
  .user_box .user_l,
  .yicheng_box .item .list1 {
    width: 100%;
  }
  .pc_swiper1 .swiper-slide .bannerText .p {
    margin-top: 140px;
  }
  .pc_swiper1 .swiper-slide .bannerText {
    left: 100px;
    margin-left: 0;
  }
  .yj ul li div {
    /* height: auto; */
    padding-bottom: 20px;
  }
  .yj ul li:nth-child(3n) {
    margin-right: 18px;
  }
  .jie,
  .zhu_he {
    /* padding-right: 30px;
    padding-left: 30px; */
  }
  .yj ul li {
    width: 47%;
    margin-left: 1%;
  }
  .yicheng_box .item:nth-child(2n) {
    margin-left: 2%;
  }
  .ma-l.yicheng_box .item:nth-child(2n){
    margin-left: 0;
  }
  .yicheng_box .item .timeBox,
  .yicheng_box .item .list {
    width: 100%;
  }
  .yicheng_box .item {
    width: 48%;
  }
  .h5-yicheng_box .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .h5-yicheng_box .item .list1 .tiem .boxr .r_box,
  .h5-yicheng_box .item .timeBox {
    width: 49%;
  }
  .huo ul li {
    width: 22%;
    height: auto;
    padding-bottom: 20px;
    margin-left: 3%;
  }
}
@media (max-height: 926px) {
  .registerBg {
  align-items: flex-start;
  padding: 30px 0;
  }
}
@media screen and (max-width: 980px) {
  *{
  word-break: normal;
}
  .tableh5{
    display: block;
  }
  .table{
    display: none;
  }
  .new_box_1 ul li {
    display: none;
  }
  .yj ul li {
    width: 46%;
  }
  .new_box_1 ul li:last-child {
    display: block;
  }
  .back {
    margin-left: 20px;
  }
  .tuiBox .tui,
  .quanBox .quan ul,
  .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tuiBox .tui ul li em,
  .quanBox .quan ul li em {
    display: none;
  }
  .tuiBox .tui {
    padding-bottom: 40px;
  }
  .page {
    padding-right: 20px;
  }
}
.h5Swiper{
  display: none;
}
@media screen and (max-width: 750px) {
  .registerBg .register .tabDiv .inp:first-child{
    padding-bottom: 40px;
  }
  .registerBg .register .tabDiv .inp:first-child p{
    font-size: 16px;
    color: #999999;
    position: absolute;
    left: 0;
    line-height: 1.2;
    bottom: 4px;
  }
  .tuiBox .tui .ul.swiper-container .swiper-wrapper,
  .h5Swiper {
    display: flex;
  }
  .tuiBox .tui,
  .quanBox .quan ul,
  .bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pc_swiper1 .swiper-container,.user_new,
  .pc {
    display: none;
  }
  .pc_swiper1 {
    min-height: auto;
  }
  .h5,
  .h5_swiper,
  .h5_new,
  .zhankai,
  .tuiBox .tui .ul.swiper-container .swiper-pagination {
    display: block;
  }
  .h5_new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    height: 70px;
    background: #FFFFFF;
  }
  .h5_new .logo {
    padding-left: 15px;
    position: relative;
    top: 10px;
  }
  .h5_new .logo img {
    height: 50px;
  }
  .h5_new .cd {
    position: absolute;
    top: 24px;
    height: 25px;
    right: 20px;
  }
  .h5_new .cd img {
    width: 30px;
  }
  .h5_new .h5_new_list {
    display: none;
    position: absolute;
    right: 20px;
    top: 70px;
    width: 300px;
    height: 270px;
    box-shadow: 0px 0px 10px #000;
    background: #FFFFFF;
    border-radius: 13px;
  }
  .h5_new .h5_new_list ul li {
    border-bottom: 1px solid #e6e6e6;
  }
  .h5_new .h5_new_list ul li a {
    height: 60px;
    line-height: 60px;
    display: block;
    padding-left: 30px;
    font-size: 20px;
  }
  .h5_swiper {
    margin-top: 70px;
  }
  .alertLogin {
    width: 90%;
    max-width: 400px;
    height: 360px;
    background: #FFFFFF;
    border-radius: 13px;
    overflow: hidden;
  }
  .alertLogin .loginBox {
    width: 90%;
    margin: 0 auto;
    padding-top: 35px;
  }
  .alertLogin .loginBox .form {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
  .alertLogin .loginBox > p a {
    font-size: 18px;
  }
  .alertLogin .loginBox .inpBpx {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
  }
  .alertLogin .loginBox .inpBpx p {
    text-align: left;
  }
  .alertLogin .loginBox .inpBpx .inp {
    width: 100%;
    font-size: 16px;
    height: 48px;
  }
  .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #F7F7F7;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
  }
  .title img {
    width: 33px;
    height: 33px;
    margin-top: -17px;
  }
  .h5_swiper .swiper-slide {
    position: relative;
  }
  .h5_swiper .swiper-slide .bannerText {
    position: absolute;
    max-width: 480px;
    height: 150px;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 63, 125, 0.5);
    border: 3px solid #F9F9F9;
    padding: 2%;
  }
  .h5_swiper .swiper-slide .bannerText p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
  }
  .h5_swiper .swiper-slide .bannerText div {
    height: 36px;
    line-height: 36px;
    width: 290px;
    background: #0053A5;
    position: absolute;
    bottom: 20px;
    border-radius: 19px;
    font-size: 16px;
    color: #FBFBFB;
    left: 50%;
    text-align: center;
    margin-left: -145px;
  }
  .h5_swiper .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 400px;
  }
  .h5_swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 1px solid #0054A6;
    border-radius: 50%;
    opacity: 1;
  }
  .h5_swiper .swiper-pagination-bullet-active {
    background: #0053A5;
  }
  .tuiBox .tui .w {
    display: block;
  }
  .tuiBox .tui {
    padding-top: 20px;
    border-radius: 0px 0px 0px 100px;
  }
  .h5Img {
    position: relative;
  }
  .h5Img img {
    width: 100%;
  }
  .h5Img div {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0%, -50%);
  }
  .h5Img h1 {
    font-size: 20px;
    font-weight: bold;
    color: #FBFBFB;
    width: 200px;
    word-wrap: break-word;
    word-break: normal;
    line-height: 1.2;
  }
  .h5Img span {
    display: block;
    line-height: 1	;
    color: #fff;
    margin-top: 2%;
  }
  .tuiBox .tui ul {
    margin-top: 20px;
  }
  .tuiBox .tui .ul.swiper-container .swiper-wrapper {
    padding-bottom: 20px;
  }
  .tuiBox .tui .ul.swiper-container .swiper-pagination {
    bottom: 0px;
  }
  .tuiBox .tui .ul.swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 1px solid #0054A6;
    border-radius: 50%;
    opacity: 1;
  }
  .tuiBox .tui .ul.swiper-container .swiper-pagination-bullet-active {
    background: #0053A5;
  }
  .tuiBox .tui {
    padding-bottom: 20px;
  }
  .page {
    margin-top: 20px;
  }
  .page span {
    height: 40px;
    line-height: 40px;
    width: 40px;
    padding: 0 15px;
    display: none;
  }
  .page .on{
    display: block;
  }
  .page span:last-child,
  .page span:first-child {
    width: auto;
    display: block;
  }
  .bottom .w {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .h1 span {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
  }
  .h1 p {
    font-size: 18px;
    color: #2B2B2B;
    margin-top: 10px;
    opacity: 0.3;
    font-weight: 400;
  }
  .jie {
    margin-top: 32px;
    padding-bottom: 32px;
    position: relative;
  }
  .jie .content {
    overflow: hidden;
    margin-top: 15px;
    height: 182px;
  }
  .yicheng_box .item .list .tiem .r_box > .r {
    /* padding: 15px; */
  }
  .yicheng_box .item .list .tiem .r_box > .r .text{
    margin-bottom: 0;
  }
  .zhu_he {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .zhu_he .zhu .content,
  .zhu_he .he .content {
    padding: 20px;
    position: relative;
    padding-bottom: 60px;
  }
  .zhu_he .zhu .content .text,
  .zhu_he .he .content .text {
    overflow: hidden;
    height: 80px;
  }
  .zhu_he .zhu .content .zhankai,
  .zhu_he .he .content .zhankai {
    left: 50%;
  }
  .zhu_he .zhu .content::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    right: 0;
    bottom: 0;
    position: absolute;
    background: url(../images/icon2.png) #f6f6f6 right bottom no-repeat;
    background-size: 100%;
  }
  .zhu_he .he .content::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #f6f6f6;
    background: url(../images/icon1.png) #f6f6f6 left bottom no-repeat;
    background-size: 100%;
  }
  .yi,
  .yicheng_box {
    margin-top: 32px;
  }
  .yicheng_box {
    padding: 0 10px;
  }
  .yicheng_box .item {
    width: 100%;
    float: none;
  }
  .yicheng_box .item .timeBox {
    float: none;
    height: auto;
  }
  .yicheng_box .item .timeBox .tiem {
    padding: 8px 0;
    padding-top: 10px;
    height: auto;
    line-height: 1;
  }
  .yicheng_box .item .timeBox .tiem span {
    margin-bottom: 4px;
  }
  .yicheng_box .item .timeBox .address {
    height: 57px;
    top: 0;
    padding-left: 0;
  }
  .yicheng_box .item .timeBox .address p {
    display: block;
    height: 30px;
    position: relative;
    top: -2px;
    line-height: 27px;
    overflow: hidden;
    padding-left: 12px;
  }
  .yicheng_box .item .timeBox .address p:first-child {
    padding-left: 10px;
    position: relative;
    top: 6px;
  }
  .yicheng_box .item .timeBox .address p:first-child span {
    top: 2px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-size: 16px;
  }
  .yicheng_box .item .list .tiem .r_box > .r .text {
    line-height: 22px;
  }
  .h5Swiper {
    padding-bottom: 30px;
  }
  .yj {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .yj .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 1px solid #0054A6;
    border-radius: 50%;
    opacity: 1;
  }
  .yj .swiper-pagination-bullet-active {
    background: #0053A5;
  }
  .yj ul {
    padding: 0 10px;
    margin-top: 20px;
  }
  .yj ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .yj ul li img {
    left: 0;
  }
  .yj ul li div {
    padding: 15px;
  }
  .huo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .huo .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 1px solid #0054A6;
    border-radius: 50%;
    opacity: 1;
  }
  .huo .swiper-pagination-bullet-active {
    background: #0053A5;
  }
  .huo ul {
    padding: 0 10px;
    margin-top: 20px;
  }
  .huo ul li {
    width: 49%;
    margin-right: 2%;
    margin-left: 0;
    padding: 15px;
    margin-bottom: 15px;
  }
  .huo ul li:nth-child(2n) {
    margin-right: 0;
  }
  .h5-yicheng_box .item .list1 .tiem .boxr .r_box,
  .h5-yicheng_box .item .timeBox {
    width: 100%;
  }
  .yi {
    padding-bottom: 32px;
  }
  .yj {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .huo {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .yicheng_H5 {
    padding-bottom: 15px;
    display: flex;
  }
  .yicheng_H5 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 1px solid #0054A6;
    border-radius: 50%;
    opacity: 1;
  }
  .yicheng_H5 .swiper-pagination-bullet-active {
    background: #0053A5;
  }
  .yicheng_H5 .yicheng_box {
    padding: 0;
  }
  .yicheng_H5 .yicheng_box .item {
    padding: 0 10px;
  }
  .yicheng_H5 .yicheng_box .item:nth-child(2n) {
    margin: 0;
  }
  .h5-yicheng_box .item .list1 .tiem .boxr {
    display: flex;
  }
  .h5-yicheng_box .item .list1 .tiem .boxr .r_box {
    float: none;
  }
  .h5-yicheng_box .item .list1 .tiem .boxr .r_box {
    flex: none;
  }
  .h5-yicheng_box .item .list .tiem .r_box .address {
    margin-left: 0;
    margin-bottom: 13px;
  }
  .h5-yicheng_box .item .list1 .tiem .boxr .r_box:nth-child(2n) {
    margin-left: 0;
  }
  .h5-yicheng_box .item .list .tiem .r_box .address {
    height: 57px;
    top: 0;
    padding-left: 0;
  }
  .h5-yicheng_box .item .list .tiem .r_box .address p {
    display: block;
    height: 30px;
    position: relative;
    top: -2px;
    line-height: 27px;
    overflow: hidden;
    padding-left: 12px;
  }
  .h5-yicheng_box .item .list .tiem .r_box .address p:first-child {
    padding-left: 90px;
    position: relative;
    top: 6px;
  }
  .h5-yicheng_box .item .list .tiem .r_box .address p:first-child span {
    top: 2px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
  .h5-yicheng_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 1px solid #0054A6;
    border-radius: 50%;
    opacity: 1;
  }
  .h5-yicheng_box .swiper-pagination-bullet-active {
    background: #0053A5;
  }
  .alertjb {
    width: 85%;
    padding: 20px;
    top: 60%;
    padding-top: 40px;

  }
  .alertjb .tx {
    top: -103px;
  }
  .alertjb span {
    font-size: 20px;
  }
  .alertjb em {
    font-size: 18px;
  }
  .alertjb p {
    font-size: 16px;
  }
  .alertMeeting {
    width: 90%;
    height: 429px;
  }
  .alertMeeting .loginBox {
    padding: 0 15px;
  }
  .alertMeeting .loginBox p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .alertMeeting .loginBox ul li span {
    font-size: 16px;
    padding-right: 0;
	margin-bottom: 10px;
  }
  .alertMeeting .loginBox ul li input {
    font-size: 18px;
  }
  .alertMeeting .loginBox .formBtn span {
    font-size: 16px;
  }
  .user_box {
    height: auto;
    padding: 20px 10px;
    min-height: auto;
  }
  .user_box .user_l {
    display: block;
    background: #fff;
    padding: 10px;
    margin-top: 70px;
  }
  .user_box .user_l .l {
    width: 100%;
    height: auto;
    min-height: auto;
    border: 1px solid #ccc;
  }
  .user_box .user_l .l ul {
    display: flex;
    /* height: 50px; */
    overflow: hidden;
  }
  .user_box .user_l .l ul li {
    border-left: 1px solid #ccc;
    flex: 1;
  }
  .user_box .user_l .l ul li a {
    padding-left: 0;
    text-align: center;
    display: block;
    /* height: 40px;
    line-height: 40px; */
  }
  .user_box .user_l .l ul .on {
    padding: 0;
  }
  .user_box .user_l .l ul li:first-child {
    border: none;
  }
  .user_box .user_l .l ul li a{
    height: auto;
    line-height: 1.5;
    padding: 0 10px;
  }
  .user_box .user_l .r {
    width: auto;
    margin-left: 0;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
  }
  .user_box .user_l .r .tx {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .user_box .user_l .r .formInp li span{
    padding-left: 10px;
  }
  .user_box .user_l .r .formInp li {
    width: auto;
    display: block;
  }
  .user_box .user_l .r .formInp li span {
    height: 40px;
    line-height: 40px;
    width: auto;
    padding-right: 0;
    text-align: left;
  }
  .user_box .user_l .r .formInp li div input,
  .user_box .user_l .r .formInp li div em,
  .user_box .user_l .r .formInp li div p {
    height: 40px;
    line-height: 40px;
  }
  .user_box .user_l .r .formInp li div {
    display: flex;
  }
  .user_box .user_l .r .formInp li div i {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #D71440;
    margin-left: 10px;
  }
  .user_box .user_l .r .formInp .formBtn {
    text-align: center;
    margin-top: 40px;
    display: block;
  }
  .user_box .user_l .r .formInp .formBtn b {
    display: inline-block;
    width: 120px;
    height: 40px;
    font-weight: 400;
    background: #D71440;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 0 10px;
    border: 1px solid #D71440;
  }
  .user_box .user_l .r .formInp .formBtn b:first-child {
    background: #fff;
    color: #D71440;
  }
  .user_box .user_l .r .formInp li:last-child span {
    display: none;
  }
  .registerBg {
    padding: 10px;
   padding-top: 120px;
    display: block;
    height: calc(100vh - 290px);
  }
  .registerBg .register {
    border-radius: 13px;
    padding: 10px;
    padding-top: 20px;
  }
  .registerBg .register .tabDiv,
  .registerBg .register .form,
  .registerBg .register > p {
    width: 100%;
  }
  .alertCancelBox,.alertMail{
	  width: 90%;
  }
  .alertCancelBox{
    height: 240px;
  }
  .alertMail{
    height: 280px;
  }
  .bottom .li a img.ho{
    display: block;
  }
  .bottom .li a img.ho1{
    display: none;
  }
  .alertCancelBox p, .alertMail p{
    padding: 0 20px;
  }
  .registerBg .register{
    width: 95%;
    margin: 0 auto;
  }
  .alertRegisterOk, .alertRegisterNo .test{
    height: 90px;
    width: 90%;
    line-height: 1.4;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 20px;
  }
  .tableh5{
    height: auto;
    padding: 0 10px;
  }
  .pageBox li{
    display: none;
  }
  .user_box .user_l .r .pageBox{
    position: relative;
  }
  .pageBox{
    justify-content: center;
    margin-top: 20px;
  }
  .tableh5 .list div span{
    font-size: 16px;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 15px;
  }
  .pageBox li:first-child,
  .pageBox li:last-child,
  .pageBox .on{
    display: inline-block;
  }
  .user_box .user_l .r .formInp li div button.sendsms{
    margin-top: 0;
    margin-left: 10px;
  }
  .yicheng_box .item .timeBox .address.pc,
  .h5-yicheng_box .item .list .tiem .r_box .address.pc{
    display: none;
  }

  .yicheng_box .item .timeBox .address.h5,
  .h5-yicheng_box .item .list .tiem .r_box .address.h5{
    display: block;
  }
  .h5-yicheng_box .item .list .tiem .r_box .address p{
    display: flex;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
  }
  .h5-yicheng_box .item .list .tiem .r_box .address p:first-child{
    padding-left: 10px;
    flex-direction: row;
    align-items: center;

  }
  .yicheng_box .item .list .tiem .r_box .address t{
    flex: 1;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
  }
 
  .h5-yicheng_box{
    margin-top: 100px;
  }
  .alertMeetingEn{
    height: 580px;
  }
  .bot{
    position: relative
    ;
  }
  .bottom{
    padding-bottom: 0;
  }
  .page{
    padding-right: 0;
    justify-content: center;
  }
   .yicheng_box .item .timeBox .address b p:last-child::after,
   .h5-yicheng_box .item .list .tiem .r_box .address.zhuhuichang b p:last-child::after{
    content: "";
    display: block;
    background: url(../images/icon14.png) #D71440 right center no-repeat;
    background-size: 92%;
    width: 20px;
    height: 26px;
    position: absolute;
    right: 4px;
    bottom: 2px;
  }
  .yicheng_H5  .item .timeBox .address b p:last-child::after,
  .h5-yicheng_box .item .list .tiem .r_box .address b p:last-child::after{
    content: "";
    display: block;
    background: url(../images/icon14.png) #0054A6 right center no-repeat;
    background-size: 92%;
    width: 20px;
    height: 26px;
    position: absolute;
    right: 4px;
    bottom: 2px;
  }
 
  .yicheng_box .item .timeBox .address.h5{
    display: flex;
  }
  .yicheng_box .item .timeBox .address.h5 o{
    display: none;
  }
  .yicheng_box .item .timeBox .address.h5 b{
    display: block;
    width: 100%;
  }
  .yicheng_box .item .timeBox .address{
    width: 100px;
  }
  .yicheng_box .item .timeBox .address p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .h5-yicheng_box .item .list .tiem .r_box .address b p:last-child,
  .yicheng_box .item .timeBox .address b p:last-child{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding-right: 30px;
  }
  .yicheng_box .item .list1 .tiem .aaaaa{
  display: flex;
  flex-wrap: initial;
}
}

/* ==========================================================================
   NEW COMPONENTS — added for redesign (did not exist in original stylesheet)
   Mobile nav dropdown, conference detail page: hero facts, anchor nav,
   agenda, speakers, organizers/partners grid, materials list.
   ========================================================================== */

/* ---- Header right-side wrapper (groups lang/login/signup, fixes spacing) ---- */
.header-right{
  display:flex;
  align-items:center;
  gap:16px;
}

/* ---- Constrain hero banner image height regardless of source aspect ratio ---- */
.pc_swiper1 .swiper-container{
  height:400px;
  overflow:hidden;
}
.pc_swiper1 .swiper-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:640px){
  .pc_swiper1 .swiper-container{height:220px;}
}

.mobile-menu-btn{
  display:none;background:none;border:none;cursor:pointer;color:var(--n900);padding:6px;
}
.mobile-dropdown{
  display:none;position:fixed;top:64px;left:0;right:0;z-index:99;
  background:var(--white);border-bottom:1px solid var(--n300);
  padding:16px 24px;flex-direction:column;gap:12px;
}
.mobile-dropdown.open{display:flex;}
@media(max-width:768px){
  .new_box_1 .new_1 ul,
  .new_box_1 .new_1 .languageBut,
  .new_box_1 .new_1 .back,
  .new_box_1 .new_1 .loginBut,
  .new_box_1 .new_1 .registerBut,
  .new_box_1 .new_1 .userSelect,
  .new_box_1 .new_1 .about-link-header,
  .new_box_1 .new_1 .detail-register-cta{display:none;}
  .mobile-menu-btn{display:flex;}
}

/* ---- Conference detail page: hero info band ---- */
.detail-hero{background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:var(--white);}
.detail-hero-inner{max-width:1200px;margin:0 auto;padding:40px 24px 32px;}
.detail-breadcrumb{font-size:13px;color:#B9CBEB;margin-bottom:14px;}
.detail-breadcrumb a:hover{color:var(--white);}
.detail-tag{display:inline-block;font-size:12px;font-weight:500;background:rgba(255,255,255,.15);padding:4px 10px;border-radius:4px;margin-bottom:12px;}
.detail-title{font-size:30px;font-weight:600;max-width:760px;margin-bottom:16px;}
.detail-facts{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:22px;}
.detail-fact{display:flex;align-items:center;gap:8px;font-size:14px;color:#DCE6F8;}
.detail-fact-icon{width:28px;height:28px;border-radius:6px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.detail-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;}
.detail-actions .btn-outline{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.5);border-radius:999px;padding:13px 28px;font-size:15px;font-weight:500;cursor:pointer;}
.detail-actions .btn-outline:hover{background:rgba(255,255,255,.1);}
.detail-actions .btn-solid{background:var(--white);color:var(--blue-dark);border:none;border-radius:999px;padding:13px 28px;font-size:15px;font-weight:500;cursor:pointer;}
.detail-actions .btn-solid:hover{background:#EEF3FC;}

/* ---- Anchor nav ---- */
.anchor-nav{position:sticky;top:var(--header-height, 65px);z-index:90;background:var(--white);border-bottom:1px solid var(--n300);}
.anchor-item:focus{outline:none;}
.anchor-item:focus-visible{outline:2px solid var(--blue);outline-offset:-2px;}
.anchor-nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;gap:4px;overflow-x:auto;}
.anchor-item{font-size:14px;font-weight:500;color:var(--n600);padding:14px 16px;white-space:nowrap;cursor:pointer;border-bottom:2px solid transparent;}
.anchor-item.active,.anchor-item:hover{color:var(--blue);border-bottom-color:var(--blue);}

/* ---- Detail page sections ---- */
.detail-section-outer{padding:48px 0;border-bottom:1px solid var(--n300);}
.detail-section-outer:last-of-type{border-bottom:none;}
.detail-section-title{font-size:24px;font-weight:600;margin-bottom:18px;color:var(--n900);}
.detail-body-text{font-size:15px;color:var(--n600);max-width:760px;line-height:1.65;}

/* ---- Agenda ---- */
.agenda-day{margin-bottom:24px;}
.agenda-day-label{font-size:13px;font-weight:600;color:var(--blue);margin-bottom:12px;text-transform:uppercase;letter-spacing:.4px;}
.agenda-item{display:flex;gap:20px;padding:16px 0;border-top:1px solid var(--n300);}
.agenda-time{font-size:13px;font-weight:500;color:var(--n600);min-width:110px;flex-shrink:0;}
.agenda-content{flex:1;}
.agenda-topic{font-size:15px;font-weight:600;color:var(--n900);margin-bottom:4px;}
.agenda-speaker{font-size:13px;color:var(--n600);}
.agenda-type-tag{display:inline-block;font-size:11px;font-weight:500;color:var(--blue);background:#EEF3FC;padding:2px 8px;border-radius:4px;margin-left:8px;vertical-align:middle;}

/* ---- Speakers ---- */
.speaker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;}
.speaker-card{background:var(--white);border:1px solid var(--n300);border-radius:10px;padding:18px;display:flex;gap:14px;align-items:flex-start;}
.speaker-avatar{width:56px;height:56px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--blue),var(--blue-dark));display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600;font-size:16px;}
.speaker-name{font-size:15px;font-weight:600;margin-bottom:2px;color:var(--n900);}
.speaker-title{font-size:12px;color:var(--n600);}

/* ---- Organizers / Partners logo grid ---- */
.logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;}
.logo-tile{background:var(--white);border:1px solid var(--n300);border-radius:10px;height:80px;display:flex;align-items:center;justify-content:center;color:var(--n600);font-size:12px;font-weight:500;}
.org-label{font-size:12px;font-weight:600;color:var(--n600);text-transform:uppercase;letter-spacing:.4px;margin-bottom:12px;}

/* ---- Materials ---- */
.material-list{display:flex;flex-direction:column;gap:10px;max-width:600px;}
.material-item{display:flex;align-items:center;gap:12px;background:var(--white);border:1px solid var(--n300);border-radius:10px;padding:14px 16px;}
.material-icon{width:36px;height:36px;border-radius:8px;background:#EEF3FC;color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px;font-weight:600;}
.material-name{font-size:14px;font-weight:500;flex:1;color:var(--n900);}
.material-meta{font-size:12px;color:var(--n600);}
.material-download{font-size:13px;font-weight:500;color:var(--blue);}
.material-download:hover{color:var(--blue-dark);}

/* ---- Search box + filter tabs (homepage all-conferences) ---- */
.filter-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px;}
.filter-tabs{display:flex;gap:6px;background:var(--white);border:1px solid var(--n300);border-radius:8px;padding:4px;}
.filter-tab{font-size:13px;font-weight:500;color:var(--n600);padding:7px 16px;border-radius:6px;cursor:pointer;background:none;border:none;}
.filter-tab.active{background:var(--blue);color:var(--white);}
.search-box{display:flex;align-items:center;gap:8px;background:var(--white);border:1px solid var(--n300);border-radius:8px;padding:8px 12px;font-size:13px;color:var(--n600);min-width:220px;}
.search-box input{border:none;outline:none;font-size:13px;font-family:inherit;flex:1;background:transparent;}

/* ---- Responsive: new components ---- */
@media(max-width:640px){
  .detail-hero-inner{padding:28px 16px 24px;}
  .detail-title{font-size:20px;}
  .detail-facts{gap:12px;flex-direction:column;align-items:flex-start;}
  .detail-actions{flex-direction:column;align-items:stretch;}
  .detail-actions .btn-outline,.detail-actions .btn-solid{width:100%;text-align:center;}
  .anchor-nav{top:57px;}
  .anchor-nav-inner{padding:0 16px;}
  .detail-section-outer{padding:28px 0;}
  .detail-section-title{font-size:19px;}
  .agenda-item{flex-direction:column;gap:4px;}
  .speaker-card{padding:14px;}
  .material-item{flex-wrap:wrap;}
  .filter-row{flex-direction:column;align-items:stretch;}
  .search-box{width:100%;}
  .filter-tabs{width:100%;}
  .filter-tab{flex:1;text-align:center;}
}