@charset "UTF-8";

.center {
  margin: 0 auto;
  width: 94%;
  max-width: 1720px;
}

.yx_Header {
  width: 100%;
  transition: all 0.6s;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: block !important;
}

.logo:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 220px;
  left: 0;
  top: 100%;
  background: #fff;
  opacity: .75;
  transition: all .5s ease;
  max-height: 0;
}

.l_active .logo:before {
  max-height: 300px;
}

.yx_LaBox .yx_icon {
  font-size: 30px;
  color: #333;
}

.yx_LaBox .yx_LaTit {
  color: #fff;
  font-size: var(--f16);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.yx_H_Active .yx_LaBox .yx_LaTit:after {
  border-top: 8px solid #333;
}

.yx_NP_Logo img {
  opacity: 1 !important;
}

.logo {
  display: flex;
  align-items: center;
  height: 70px;
}

.stock {
  font-size: 14px;
  color: #FEFEFE;
  white-space: nowrap;
  transition: all .5s;
}

.yx_H_Active .stock {
  color: #333;
}

.yx_HeaTop {
  border-bottom: 1px solid #ebebeb;
}

.yx_Header .yx_HTLeft {
  width: calc(100%-120px);
}

.yx_HTLeft a {
  display: inline-block;
  padding: 0 var(--f14);
}

.yx_HTLeft .yx_icon {
  font-size: var(--f14);
  color: #999999;
  transition: all 0.6s;
}

.yx_HTLeft .yx_icon:hover {
  color: var(--li);
}


.Language {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 100%;
  background: var(--li1);
  padding: 10px 0;
  transition: all .5s ease;
  border-top: 1px solid rgb(255 255 255 / 50%);
}

.two_language {
  top: 0;
  opacity: 0;
  visibility: hidden;
  background: var(--li);
  box-shadow: -5px 5px 2px #eee;
}

.yx_H_Active .Public_language {
  top: 120%;
  opacity: 0;
  visibility: hidden;
  background: var(--li);
}

.two_active .Public_language {
  display: none;
}

.two_active .two_language {
  top: 100%;
  opacity: 1;
  visibility: visible;
  background: var(--li);
  transition-delay: 1.5s;
  transition-duration: 1s;
}

.Language a {
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 240%;
  color: #fff;
  opacity: .5;
}
.Language a:nth-of-type(4),
.Language a:hover {
  opacity: 1;
}

.yx_NP_Right:hover .Public_language {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.yx_NP_Right .L_onsearch {
  cursor: pointer;
  max-width: 30px;
  fill: #fff;
}

.yx_NP_Logo {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 310px;
  line-height: 100%;
  align-items: flex-end;
  flex-wrap: wrap;
}

.yx_NP_Logo img {
  object-fit: contain;
  filter: none !important;
  transition: all 0.5s;
  max-width: 170px;
}

.yx_NP_Logo:after {
  content: '股票代码：872656';
  font-size: 13px;
  color: #0C0C0C;
  margin-left: 14px;
  font-weight: 700;
  line-height: 100%;
}

.yx_NP_Left {
  width: calc(100% - 260px);
  padding-right: 140px;
  transition: all 1s ease;
}

.yx_H_Active .yx_NP_Left {
  opacity: 0;
  transform: translateX(-1000px);
  visibility: hidden;
}

.L_body .lp_handover .yx_NP_Left {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.yx_NP_Left .yx_Nav {
  display: flex;
  width: 100%;
  max-width: 500px;
  justify-content: center;
  transition: all .5s;
  margin-left: auto;
}

.yx_NPR_List .yx_icon {
  color: #fff;
  cursor: pointer;
  font-size: var(--f18);
  font-weight: bold;
  transition: none;
}

.yx_H_Active .yx_NPR_List .yx_icon {
  color: #333 !important;
}

.yx_NPR_List p {
  font-size: 14px;
}

.yx_LaBox {
  position: relative;
}

.yx_N_Pc .yx_NavTit {
  font-size: var(--f16);
  color: #0C0C0C;
  line-height: 70px;
  transition: all 0.5s;
  display: block;
  position: relative;
  text-align: center;
  width: 5vw;
  min-width: 100px;
  max-width: 170px;
}

.yx_H_Active .yx_N_Pc .yx_NavTit {
  color: #333;
}

.l_active .yx_Nav {
  max-width: 100%;
}

.l_active .yx_Nav .yx_NavTit {
  width: 9vw;
}

.yx_N_Pc .yx_Active {
  visibility: visible !important;
  top: 100px !important;
  opacity: 1 !important;
  z-index: 9 !important;
}

.yx_NavBtn {
  display: none;
}

.yx_LaCon {
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-top: none !important;
  text-align: center;
  top: 100%;
  opacity: 0;
  transition: all 0.6s;
}

.yx_LaBox:hover .yx_LaCon {
  max-height: 200px !important;
  opacity: 1;
}

.yx_LaCon a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 35px;
}

.yx_Header .yx_NPR_Lan {
  padding: 0 0 0 16px;
  margin-left: 1.3vw;
  position: relative;
  width: 120px;
  transition: all 0.6s;
  border-left: 1px solid #ebebeb;
}

.yx_NPR_Con {
  border-radius: var(--f36);
  position: absolute;
  top: 90%;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.6s;
  width: 100%;
  background: #fafafa;
  border: 1px solid #eee;
  border-top-width: 2px;
  padding: 0 var(--f18);
}

.yx_Header .yx_NPR_Lan:hover .yx_NPR_Con {
  top: 100%;
  z-index: 9 !important;
  opacity: 1;
  border-radius: 0 0 var(--f18) var(--f18);
}

.yx_Header .yx_NPR_Lan:hover {
  border-radius: var(--f18) var(--f18) 0 0;
}

.yx_Header .yx_NL_Tit img {
  width: var(--f22);
  height: auto;
}

.yx_Header .yx_NL_Tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: var(--f38);
  color: #282828;
  font-weight: bold;
}

.yx_Header .yx_NL_Tit span {
  padding: 0 8px;
  font-size: 12px;
  display: inline-block;
  width: 72px;
  text-align: center;
}

.yx_NP_Box .Search_box {
  position: absolute;
  right: 5%;
  top: 120%;
  display: flex;
  align-items: center;
  background: var(--li);
  border-radius: 50px;
  box-shadow: 1px 1px 10px #eee;
  padding: 0 10px;
  width: 94%;
  max-width: 300px;
  transform: translateX(150%);
  opacity: 0;
  transition: all .5s ease;
  visibility: hidden;
}

.yx_NP_Box .active {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.yx_NP_Box .Search_box input#search-input {
  width: calc(100% - 50px);
  line-height: 50px;
  border: none;
  background: transparent;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
}

input#search-input::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 2px;
}

input#search-input:focus-visible {
  outline: none;
}

.yx_NP_Box .Search_box .search {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.yx_NP_Box .Search_box .search svg.icon {
  fill: #fff;
}


.y_kf_fixed {
  position: fixed;
  right: 0;
  bottom: 50%;
  transform: translateY(60%);
  z-index: 9;
  transition: all 1s ease;
}

.y_kf_fixed .kf_position {
  position: absolute;
  right: 100%;
  top: 0;
  min-height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.y_kf_fixed .kf_position span {
  background: #0078FE;
  color: #fff;
  min-height: 100%;
  padding: 16px 50px;
  border-radius: 10px;
  white-space: nowrap;
  display: block;
}

.y_kf_fixed .kf_position span a {
  color: #fff;
}

.y_kf_fixed li {
  position: relative;
}

.y_kf_fixed li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--li);
  margin: 4px 0;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
}

.y_kf_fixed li a>img {
  max-width: 32px;
  max-height: 32px;
}

.y_kf_fixed .kf_position img {
  max-width: 160px;
}

.y_kf_fixed li a:hover {
  background: var(--li1);
}

.y_kf_fixed li:hover .kf_position {
  right: 110%;
  visibility: visible;
  opacity: 1;
}

.y_kf_fixed .open {
  position: absolute;
  left: 100%;
  top: 50%;
  color: #fff;
  transform: translateX(-100%);
  background: rgb(0 0 0 / 50%);
  padding: 20px 5px;
  border-radius: 5px 0 0 5px;
  opacity: 0;
}

.y_kf_fixed .icon {
  width: 12px !important;
  height: 12px !important;
}

.yx_Header .kf_click {
  right: -50px !important;
}

.yx_Header .kf_click .open {
  left: 0%;
  opacity: 1;
  transition: all .5s ease .3s;
}

@media only screen and (min-width:1025px) {
  .mo_flex {
    position: absolute;
    width: 140px;
    right: 0;
    top: 0;
    height: 100%;
    background: var(--li1);
    display: flex;
    align-items: center;
  }

  .yx_NP_Right {
    background: #E0022B;
    width: 140px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #fff;
    cursor: pointer;
    position: relative;
    transition: all .5s ease;
  }

  .yx_H_Active .yx_NP_Right {
    width: 70px;
  }

  .pc_mue {
    position: relative;
    width: 0;
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    transform: translateX(200px);
    transition: all .5s;
  }

  .yx_H_Active .pc_mue {
    transform: translateX(0px);
    width: 28px;
  }

  .pc_mue span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.6s ease;
  }

  span.pc_mue_center {
    width: 22px;
    top: 50%;
    transform: translateY(-50%);
  }

  span.pc_mue_bottom {
    bottom: 0;
    top: auto;
  }

  .pc_acitve span.pc_mue_top {
    transform: rotate(45deg);
    top: 8px;
    transition: all 0.6s ease;
  }

  .pc_acitve span.pc_mue_center {
    transform: translate(100px, -50%);
    transition: all 0.6s ease;
  }

  .pc_acitve span.pc_mue_bottom {
    transform: rotate(-45deg);
    bottom: 10px;
    transition: all 0.6s ease;
  }

  .yx_N_Pc {
    display: block;
    position: relative;
    background: #fff;
    transition: all .5s;
  }

  .yx_H_Active .yx_N_Pc {
    background: rgb(255 255 255 / 35%);
  }

  .L_body .lp_handover .yx_N_Pc {
    background: rgb(255 255 255 / 100%);
  }

  .yx_NP_Box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1800px;
  }

  .yx_N_Mo {
    display: none;
  }

  .yx_Header .box {
    overflow: hidden;
  }

  .yx_NavEn {
    font-size: 16px;
    color: #f08300;
    line-height: 100px;
    width: 100%;
    transition: all 0.6s;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    text-align: center;
  }

  .yx_HeaderNav {
    background: linear-gradient(90deg, #fff 50%, #f5f5f5 0);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    max-height: 0px;
    overflow: hidden !important;
    transition: all 0.6s;
    z-index: -1;
  }

  .yx_HN_Yj {
    position: relative;
    transition: all 0.6s;
  }

  .yx_NavYj:hover .yx_HeaderNav {
    max-height: 3000px !important;
    transition: all 0.6s;
    z-index: 9 !important;
  }

  .yx_NavYj {
    position: relative;
  }

  .yx_HN_Ej {
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    left: 0;
    max-height: 0px;
    position: absolute;
    text-align: center;
    height: 220px;
    border-right: 1px solid rgb(255 255 255 / 50%);
  }

  .yx_NavYj:first-child .yx_HN_Ej {
    border-left: 1px solid rgb(255 255 255 / 50%);
  }

  .yx_NavYj:hover .yx_HN_Ej {
    background: rgb(242 242 242 / 50%);
  }

  .l_active .yx_NavYj .yx_HN_Ej {
    max-height: 300px;
    padding-top: 25px;
  }

  .yx_HN_Ej>a {
    font-size: var(--f14);
    line-height: 220%;
    display: block;
    color: #0C0C0C;
    transition: all 0.5s;
    position: relative;
    font-weight: 100;
  }

  .yx_HN_Ej>a:hover {
    color: var(--li);
  }

  .yx_NavYj>a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--li);
    transition: all 0.6s;
    display: block;
  }

  .yx_NavYj:hover>.yx_HD_Btn {
    color: var(--li);
  }

  .yx_NavYj:hover>.yx_HD_Btn:before {
    width: 100%;
  }

  .yx_HNY_Left {
    width: 40%;
    background: #fff;
    padding: var(--f72) 6% var(--f72) 0;
  }

  .yx_HNL_EjTit {
    text-align: center;
    display: block;
    font-size: var(--f14);
    line-height: 180%;
    color: #fff;
    padding: 5px 0;
    transition: all 0.5s;
  }

  .yx_HNL_EjTit:nth-child(1) {
    margin-top: 18px;
  }

  .yx_HNL_EjTit:last-child {
    margin-bottom: 18px;
  }

  .yx_HNL_EjTit:hover {
    color: var(--li);
  }

  .yx_NActive {
    top: 80px !important;
  }

  .yx_NE_Right {
    display: flex;
    width: 45%;
  }

  .yx_NE_Right .yx_NER_Right {
    width: 40%;
    padding-left: 8%;
  }

  .yx_NER_Right h3 {
    color: var(--yx_Grad);
    font-weight: normal !important;
    margin-bottom: var(--f24);
  }

  .yx_NER_Right a {
    font-size: var(--f16);
    line-height: 200%;
    transition: all 0.56s;
    color: #4a4a4a;
    display: block;
    text-align: left;
    margin-bottom: 8px;
  }

  .yx_NER_Right a:hover {
    color: var(--li);
  }
}


@media only screen and (max-width:1024px) {
  .mo_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .yx_NP_Right:hover .Public_language {
    opacity: 1;
    visibility: visible;
    top: 100%;
    display: block;
  }

  #c_static_001_P_2216-1652683357958 .yx_NavTit {
    color: #333;
  }

  .yx_NActive {
    top: 70px !important;
  }

  .yx_HeadKfBtn {
    margin-right: 36px
  }

  #c_static_001_P_2216-1652683357958 .e_formBtn-5 .yx_icon,
  .yx_Header_Active .e_formBtn-5 .yx_icon {
    color: #999;
  }

  .yx_N_Pc {
    display: flex;
    align-items: center;
    height: 70px;
    background: #fff;
    padding: 0 25px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 25%);
  }

  .yx_LaBox:before {
    background: #333;
  }

  .yx_LaBox .yx_LaTit {
    color: #333;
  }

  .yx_N_Pc .yx_NP_Left {
    display: none !important;
  }

  .yx_NP_Logo img {
    width: 100%;
    object-fit: contain;
  }

  .yx_N_Mo {
    display: block;
  }

  .yx_NavBtn {
    display: block !important;
    margin-left: 20px;
  }

  .yx_NP_Box {
    margin: 0 auto;
    padding: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .yx_NP_Logo {

    width: 200px;
  }

  .yx_NP_Logo:after {
    display: block;
    margin: 5px 0 0;
    font-weight: normal;
    font-size: 12px;
  }

  .yx_NPR_List {
    background: transparent !important;
    border-width: 0px;
    height: 70px;
    line-height: 70px;
    padding: 0 12px;
    width: auto;
  }

  .yx_NavBtnCon {
    position: relative;
    width: 28px;
    height: 20px;
    display: block !important;
  }

  .yx_NavBtn span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: var(--li1);
    transition: all 0.6s ease;
  }

  .yx_NavBtn .yx_NB_Line {
    width: 22px;
    top: 50%;
    transform: translateY(-50%);
  }

  .yx_NB_Line_Bottom {
    bottom: 0;
    top: auto;
  }

  .yx_NPR_Tit p {
    display: none;
  }

  .yx_NP_Right {
    display: flex;
    margin-right: 0;
    align-items: center;
    fill: var(--li);
    padding: 10px;
    position: relative;
  }

  .Public_language {
    width: 150%;
    left: -25%;
    top: 100%;
    display: none;
  }

  .yx_NPR_Tit .yx_iconfont {
    font-size: 18px;
    color: var(--li);
  }

  .yx_N_Mo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 70px;
    left: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 10px;
    z-index: 10;
  }

  .yx_N_Mo .yx_YjTit {
    line-height: 56px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 0 0 0 20px;
    display: block;
    font-size: 15px;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .yx_N_Mo .yx_YjTit a {
    color: #222;
  }

  .yx_N_Mo .yx_YjTit .iconfont {
    font-size: 22px;
    color: #222;
    width: 56px;
    height: 56px;
    display: block;
    line-height: 56px;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.6s ease;
  }

  .yx_Nav_Active .yx_NB_Line {
    transform: translate(100px, -50%);
    transition: all 0.6s ease;
  }

  .yx_Nav_Active .yx_NB_Line_Top {
    transform: rotate(45deg);
    top: 8px;
    transition: all 0.6s ease;
  }

  .yx_Nav_Active .yx_NB_Line_Bottom {
    transform: rotate(-45deg);
    bottom: 10px;
    transition: all 0.6s ease;
  }

  .yx_EjTit {
    position: relative;
    line-height: 42px;
    font-size: 14px;
    color: #666;
    padding-left: 18px;
    display: block;
  }

  .yx_EjBox {
    padding: 12px 24px;
    display: none;
    border-bottom: 1px solid #eee;
  }

  .yx_EjTit:before {
    content: '';
    display: block;
    width: 5px;
    height: 2px;
    background: #ccc;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
  }

  .yx_N_Mo .yx_Rotate {
    transform: rotate(-90deg) !important;
    transition: all 0.6s ease;
  }

  .yx_Header .yx_EjBtn {
    font-size: 22px;
    color: #222;
    width: 56px;
    height: 56px;
    display: block;
    line-height: 56px;
    text-align: center;
    transform: rotate(0deg);
    transition: all 0.6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .yx_Header .yx_EjBtn .icon {
    width: 12px;
    height: 12px;
  }

  .yx_LaCon {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 36px;
  }
}




/* 底部 */
.H_footer {
  height: auto !important;
  background: #F6F8FA;
}

.str_footer {
  background: var(--li);
  max-width: 1360px;
  width: 80%;
  margin: 0 auto;
  padding: 10px 7vw;
  border-radius: 0px;
  transform: translateY(180px);
  opacity: 0;
}

.ani-slide .str_footer {
  border-radius: 100px;
  transform: translateY(20px);
  opacity: 1;
  transition: opacity .5s ease, transform 2s ease, border-radius 2s ease;
}

.str-box {
  padding-bottom: 75%;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
  margin: 10px 0;
}

.yx_foot {
  background: url(/src/image/bgfoter.jpg) center/cover no-repeat;
  padding-top: 7%;
}

.yx_foot .footbox {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1480px;
  width: 80%;
}

.yx_foot .footbox .yx_foot_left {
  color: #fff;
  width: 35%;
}

.yx_foot .footbox .yx_foot_left>img {
  margin-bottom: 3vw;
  max-width: 200px;
  opacity: .8;
}

.yx_foot .footbox .yx_foot_left ul li .textbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--f36);
}

.yx_foot .footbox .yx_foot_left ul li .textbox .iontext {
  font-size: var(--f14);
  line-height: 150%;
  font-family: '微软雅黑';
}

.yx_foot .footbox .yx_foot_left ul li .textbox .iontext p:not(:first-child) {
  opacity: .65;
}

.yx_foot .footbox .yx_foot_left ul li .textbox i.yx_icon {
  font-size: var(--f24);
  margin-right: var(--f18);
  opacity: .65;
}

.yx_foot .footbox .yx_foot_left a.more {
  font-size: var(--f16);
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 5%;
}

.yx_foot .footbox .yx_foot_left a.more i.yx_icon {
  width: 40px;
  height: 40px;
  background: #BE0E0E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--f24);
  margin-right: 10px;
}

.yx_foot .footbox .yx_foot_right {
  width: 65%;
  padding-top: calc(3vw + 38px);
}

.yx_foot .footbox .yx_foot_box {
  width: 15%;
  background: #949494;
  margin-left: 5%;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  color: red;
}

.yx_foot_right ul.yx_foot_Nav {
  display: flex;
  justify-content: space-between;
}

ul.yx_foot_Nav .yx_foot_HD_Btn {
  color: #fff;
  font-size: 14px;
  position: relative;
  padding-bottom: 35px;
  display: inline-block;
  font-weight: 100;
}

.yx_foot_bottom p {
  opacity: .5;
}

ul.yx_foot_Nav .yx_foot_HD_Btn:after {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--li);
  position: absolute;
  left: 0;
  bottom: 20px;
}

ul.yx_foot_Nav .yx_foot_Ej a {
  color: #fff;
  font-size: var(--f14);
  display: block;
  line-height: 220%;
  font-weight: 100;
  opacity: .65;
  transition: all .5s ease;
}

ul.yx_foot_Nav .yx_foot_Ej a:hover {
  opacity: 1;
}

.yx_foot_bottom {
  font-size: 12px;
  margin-top: 4%;
  color: #fff;
  line-height: 180%;
  padding: var(--f22) 0;
  background: #161616;
  text-align: center;
}

.yx_foot_bottom a {
  color: #fff;
  line-height: 180%;
  display: inline-block;
  padding: 0 10px;
}

.er_imgbox {
  max-width: 120px;
  color: rgb(255 255 255 / 65%);
  text-align: center;
  line-height: 180%;
  font-size: 14px;
}

.er_imgbox img {
  max-width: 100%;
}

@media only screen and (max-width:768px) {
  .yx_foot .footbox .yx_foot_right ul li:not(:last-child) {
    display: none;
  }

  .yx_foot .footbox .yx_foot_right {
    padding: 0;
  }

  .yx_foot .footbox .yx_foot_right ul li:last-child {
    position: absolute;
    right: 30px;
    bottom: 90px;
  }

  .yx_foot .footbox .yx_foot_right ul li:last-child .yx_foot_HD_Btn {
    display: none;
  }

  .er_imgbox {
    max-width: 90px;
  }

  .yx_foot .footbox .yx_foot_left {
    color: #fff;
    width: 100%;
  }

  .yx_foot {
    padding: 0;
    max-height: 400px;
  }

  .str-box {
    padding-bottom: 0;
    height: 70px;
  }

  .yx_foot_bottom {
    border-top: none;
    margin-top: 0;
  }

  .yx_foot_bottom p {
    text-align: center;
  }

  .yx_foot_bottom p a {
    display: block;
    text-align: center;
  }

  .yx_foot .footbox {
    width: 94%;
    padding: 50px 0 0;
  }

  .str_footer {
    width: 94%;
  }

  .yx_foot .footbox .yx_foot_left>img {
    margin-bottom: 35px;
  }

  .ani-slide .str_footer {
    border-radius: 20px;
  }
}

@media only screen and (min-width:769px) {
  .mo {
    display: none !important;
  }
}


@media only screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
}