/* @font-face {
  font-family: "siyuanBold";
  src: url(../font/SourceHanSans-Bold.otf);
}

@font-face {
  font-family: "siyuanExtraLight";
  src: url(../font/SourceHanSans-ExtraLight.otf);
}

@font-face {
  font-family: "siyuanHeavy";
  src: url(../font/SourceHanSans-Heavy.otf);
}

@font-face {
  font-family: "siyuanLight";
  src: url(../font/SourceHanSans-Light.otf);
}

@font-face {
  font-family: "siyuanMedium";
  src: url(../font/SourceHanSans-Medium.otf);
}

@font-face {
  font-family: "siyuanNormal";
  src: url(../font/SourceHanSans-Normal.otf);
}

@font-face {
  font-family: "siyuanRegular";
  src: url(../font/SourceHanSans-Regular.otf);
} */

body {
  font: 0.16rem/1.5 "黑体", "SimHei", sans-serif;
  color: #000;
}

.contanier {
  min-height: 100vh;
  background-color: #000;
}

.bd {
  width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  input:placeholder-shown {
    font-size: 0.1145rem;
  }
}

/* 顶部 */

.top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0.34rem 0;
  z-index: 100;
}

.t_menu {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.55rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
}

.t_menu u {
  width: 0.15rem;
  height: 0.15rem;
  background-image: url(../img/menu_1.png);
}

.t_menu span {
  font-size: 0.16rem;
  color: #fff;
  /* font-family: siyuanRegular; */
  padding-left: 0.13rem;
}

.t_logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.06rem;
  font-size: 0;
  margin: 0 auto;
}

.t_logo img {
  width: 100%;
}

.t_user {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding-right: 0.32rem;
  /* font-family: siyuanRegular; */
}

.t_user dt,
.t_user dd {
  display: flex;
  align-items: center;
  margin-left: 0.24rem;
  cursor: pointer;
}

.t_user dd a {
  display: flex;
  align-items: center;
}

.t_user span {
  font-size: 0.16rem;
  color: #fff;
  padding-left: 0.1rem;
}

.t_user u,
.t_user s {
  width: 0.16rem;
  height: 0.16rem;
}

.t_user dt u {
  background-image: url(../img/account_1.png);
}

.t_user dd u {
  background-image: url(../img/account_2.png);
}

.t_user dt s {
  background-image: url(../img/account_3.png);
}

.ib_swiper dl {
  position: relative;
}

@media screen and (max-width: 768px) {
  .top {
    padding: 0.1666rem 0;
  }

  .t_menu {
    padding: 0 0.1284rem;
  }

  .t_menu u {
    width: 0.1111rem;
    height: 0.1111rem;
  }

  .t_menu span {
    font-size: 0.1284rem;
    padding-left: 0.1284rem;
  }

  .t_logo {
    width: 0.6292rem;
    position: static;
    top: 0;
    transform: translateY(0);
  }

  .t_user {
    padding-right: 0.1041rem;
  }

  .t_user dt,
  .t_user dd {
    margin-left: 0.083rem;
  }

  .t_user span {
    font-size: 0.1284rem;
    padding-left: 0.0277rem;
  }

  .t_user u {
    width: 0.1111rem;
    height: 0.1111rem;
  }
}

/* 菜单 */

.menu {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 3.29rem;
  padding: 0.7rem 0.5rem 0.7rem 0.55rem;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  transition: 0.6s;
}

.menu.on {
  left: 0;
  transition: 0.4s;
}

.menu_list li {
  font-size: 0.25rem;
  color: #999;
  font-family: siyuanRegular;
  padding: 0.27rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.4s;
}

.menu_list li:hover,
.menu_list li.on {
  filter: brightness(1.5);
  color: #fff;
  transition: 0.4s;
}

.menu_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.16rem;
  height: 0.16rem;
  margin-top: 0.4rem;
  margin-right: 0.42rem;
  background-image: url(../img/close_1.png);
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .menu {
    right: 0;
    padding: 0.528rem 0.388rem;
    box-sizing: border-box;
  }

  .menu.on {
    width: 100%;
  }

  .menu_list li {
    font-size: 0.1786rem;
    padding: 0.215rem 0;
  }

  .menu_close {
    width: 0.111rem;
    height: 0.1111rem;
    margin-top: 0.23rem;
    margin-right: 0.202rem;
  }
}

/* 底部 */

.foot {
  padding-top: 0.6rem;
  padding-bottom: 1px;
  background-color: #000;
}

.foot_logo {
  font-size: 0;
  text-align: center;
}

.foot_logo img {
  width: 1.05rem;
}

.foot_slogan {
  position: relative;
  margin: 0.25rem 0;
  text-align: center;
}

.foot_slogan::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.foot_slogan span {
  position: relative;
  font-size: 0.25rem;
  color: #fff;
  letter-spacing: 0.3rem;
  padding-left: 0.3rem;
  background-color: #000;
  /* font-family: siyuanRegular; */
}

.foot_contact {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3rem 0;
}

.fc_left {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 0.12rem;
  z-index: 1;
}

.fc_left a {
  font-size: 0.18rem;
  color: #999;
  transition: 0.4s;
  padding: 0 0.3rem;
  cursor: pointer;
  transition: 0.4s;
}

.fc_left a:hover {
  color: #fff;
  filter: brightness(1.5);
  transition: 0.4s;
}

.fc_right {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.25rem;
  z-index: 1;
}

.fc_right u {
  width: 0.38rem;
  height: 0.38rem;
  margin-left: 0.2rem;
  border-radius: 50%;
  background-color: #3d3d3d;
  cursor: pointer;
  transition: 0.4s;
}

.fc_right u:hover {
  background-color: #fff;
  filter: brightness(1.5);
  transition: 0.4s;
}

.fc_1 {
  background-image: url(../img/share_1.png);
}

.fc_2 {
  background-image: url(../img/share_2.png);
}

.fc_3 {
  background-image: url(../img/share_3.png);
}

.fc_4 {
  background-image: url(../img/share_4.png);
}

.fc_5 {
  background-image: url(../img/share_5.png);
}

.foot_copyright {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.16rem;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot_copyright span {
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
  .foot {
    padding-top: 0.4791rem;
  }

  .foot_logo img {
    width: 0.722rem;
  }

  .foot_slogan {
    margin: 0.246rem 0;
  }

  .foot_slogan span {
    font-size: 0.1111rem;
    letter-spacing: 0.0972rem;
    padding-left: 0.0972rem;
  }

  .foot_contact {
    flex-direction: column;
    justify-content: center;
    margin: 0.304rem 0;
  }

  .fc_left {
    margin: 0 0 0.264rem;
  }

  .fc_left span {
    font-size: 0.1284rem;
    padding: 0 0.156rem;
  }

  .fc_right {
    justify-content: center;
    margin-right: 0;
  }

  .fc_right u {
    width: 0.26rem;
    height: 0.26rem;
    margin-left: 0.1388rem;
  }

  .foot_copyright {
    position: static;
    top: 0;
    transform: translateY(0);
    font-size: 0.1111rem;
    padding-top: 0.2014rem;
    flex-direction: column;
    justify-content: center;
  }

  .foot_copyright p {
    padding-top: 0.1041rem;
  }

  .fc_left a {
    font-size: 0.1284rem;
    padding: 0 0.14rem;
  }
}

/* 弹窗 */

.dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 500;
  display: none;
}

.dialog_panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dp_login {
  position: relative;
  width: 3.4rem;
  margin: 0 auto;
  padding: 0.32rem 0.34rem;
  background-color: #fff;
  display: none;
}

.dp_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(../img/close_2.png);
  background-size: 0.17rem;
  z-index: 10;
  cursor: pointer;
}

.dp_title {
  text-align: center;
  font-size: 0.25rem;
  color: #000;
  font-family: siyuanRegular;
}

.dp_form {
  padding: 0.1rem 0;
}

.dp_form dl {
  position: relative;
  height: 0.45rem;
  line-height: 0.45rem;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  margin: 0.22rem 0;
}

.dp_form dl i {
  width: 0.34rem;
  height: 0.45rem;
  background-size: 0.23rem;
}

.dp_form dl em {
  font-size: 0.14rem;
  height: 0.45rem;
  line-height: 0.45rem;
  padding-left: 0.06rem;
  /* padding-right: 0.12rem; */
  text-align-last: justify;
}

.dp_form dl input {
  padding: 0 0.12rem;
}

.dp_1 {
  background-image: url(../img/p_i_1.png);
}

.dp_2 {
  background-image: url(../img/p_i_2.png);
}

.dp_form dl span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  /* white-space: nowrap; */
  font-size: 0.15rem;
  color: #000;
  line-height: 0.45rem;
  width: 0.74rem;
  height: 0.45rem;
  background-color: #ccc;
  /* padding: 0 0.12rem; */
}

.dp_form dl p {
  background-color: #333;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.45rem;
  cursor: pointer;
  text-align: center;
  display: block;
}

.dp_form dl:last-child {
  border-color: transparent;
  margin-bottom: 0;
  display: block;
}

/* 修改20250418 */

/* .dp_form dl.error {
  border-color: #990000;
} */

.dp_form dl.error .label_error {
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.06rem;
}

.dp_form dl.error .label_error s {
  position: relative;
  top: -0.01rem;
  width: 0.13rem;
  height: 0.13rem;
  background-image: url(../img/error_1.png);
}

.dp_form dl.error .label_error u {
  padding-left: 0.04rem;
  color: #c63922;
  font-size: 0.13rem;
}

.login_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.12rem;
  color: #999;
  font-size: 0.13rem;
}

.dp_login_panel {
  display: flex;
  justify-content: center;
}

.dp_form_input {
  text-align: right;
  padding-right: 0.14rem;
}

.dp_payment {
  position: relative;
  margin: 0 auto;
  padding: 0.32rem 0.34rem;
  background-color: #fff;
  width: 4.2rem;
  display: none;
}

.dp_order_info {
  margin-top: 0.29rem;
}

.dp_order_info dl {
  display: flex;
}

.dp_order_contact p.error {
  margin-left: 0;
  margin-right: 1px;
  border: 1px solid #990000;
}

.dp_order_contact dd.error {
  border: 1px solid #990000;
}

.dp_order_info dl dt img {
  width: 1.16rem;
  /* height: 1.16rem; */
}

.dp_order_info dl dd {
  height: 1.16rem;
  flex: 1;
  position: relative;
  padding-left: 0.18rem;
}

.dp_order_info dl dd h3 {
  font-size: 0.18rem;
  font-family: siyuanRegular;
}

.dp_order_info dl dd h6 {
  padding-top: 0.14rem;
  display: flex;
  justify-content: space-between;
}

.dp_order_info dl dd h6 span {
  font-size: 0.15rem;
  color: #666;
}

.dp_order_info dl dd h6 u {
  display: flex;
  align-items: flex-end;
}

.dp_order_info dl dd h6 em {
  font-size: 0.15rem;
}

.dp_order_info dl dd h6 s {
  font-size: 0.18rem;
  font-family: Arial, Helvetica, sans-serif;
}

.dp_order_info dl dd h4 {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.dp_order_info dl dd h4 u {
  padding: 0 0.15rem;
  line-height: 0.3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.18rem;
}

.dp_order_info dl dd h4 i {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.28rem;
  background-color: #e5e5e5;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.dp_order_info dl dd h4 i.on {
  color: #ccc;
}

.dp_order_contact {
  margin-top: 0.22rem;
  height: 1.44rem;
  background-image: url(../img/p_i_4.png);
  background-size: 100% 100%;
  padding: 0.07rem;
  box-sizing: border-box;
}

.dp_order_contact dl {
  height: 100%;
}

.dp_order_contact dl dt {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.dp_order_contact dl dt p {
  width: 50%;
  font-size: 0.16rem;
  border-left: 1px solid #ccc;
  margin-left: -1px;
  padding: 0 0.06rem;
  box-sizing: border-box;
  height: 100%;
  line-height: 100%;
}

.dp_order_contact dl dt p input {
  padding: 0.12rem 0;
  height: 100%;
  box-sizing: border-box;
}

.dp_order_contact dl dt,
.dp_order_contact dl dd {
  height: 50%;
}

.dp_order_contact dl dd {
  padding: 0 0.07rem;
  border-top: 1px solid #ccc;
}

.dp_order_contact dl dd input {
  padding: 0.2rem 0;
}

.dp_order_caption {
  font-size: 0.15rem;
  color: #999;
  margin: 0.15rem 0;
}

.dp_order_payWays {
  margin: 0.2rem -0.06rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp_order_payWays li {
  width: 33.33%;
}

.dp_order_payWays li dl {
  border: 1px solid #d9d9d9;
  border-radius: 0.04rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0.06rem;
  cursor: pointer;
  transition: 0.4s;
}

.dp_order_payWays li dl dt img {
  width: 0.5rem;
  height: 0.5rem;
}

.dp_order_payWays li dl:hover,
.dp_order_payWays li.on dl {
  border-color: #c83945;
  transition: 0.4s;
}

.dp_order_button {
  background-color: #333;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.5rem;
  cursor: pointer;
  text-align: center;
  margin-top: 0.3rem;
}

#code_1,
#code_2,
#code_3,
#code_4 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}



@media screen and (max-width: 768px) {
  .dp_login {
    width: auto;
    margin: 0 0.4652rem;
    padding: 0.2187rem 0.2362rem;
  }

  .dp_close {
    width: 0.3472rem;
    height: 0.3472rem;
    background-size: 0.1215rem;
  }

  .dp_title {
    font-size: 0.1736rem;
  }

  .dp_form {
    padding: 0.05rem 0;
  }

  .dp_form dl {
    height: 0.3125rem;
    line-height: 0.3125rem;
    margin: 0.2162rem 0;
  }

  .dp_form dl i {
    width: 0.2362rem;
    height: 0.3125rem;
    background-size: 0.166rem;
  }

  .dp_form dl span {
    top: 0;
    /* bottom: 0; */
    height: 0.3125rem;
    font-size: 0.1006rem;
    line-height: 1.5;
    border-left: 1px solid #ccc;
  }

  .dp_form dl p {
    font-size: 0.1145rem;
    line-height: 0.3125rem;
  }

  .dp_payment {
    padding: 0.2187rem 0.2362rem;
    width: auto;
    margin: 0 0.18rem;
  }

  .dp_order_info {
    margin-top: 0.201rem;
  }

  .dp_order_info dl dt img {
    width: 0.798rem;
    height: 0.798rem;
  }

  .dp_order_info dl dd {
    height: 0.798rem;
    padding-left: 0.121rem;
  }

  .dp_order_info dl dd h3 {
    font-size: 0.1284rem;
  }

  .dp_order_info dl dd h6 {
    padding-top: 0.0972rem;
  }

  .dp_order_info dl dd h6 span {
    font-size: 0.1rem;
  }

  .dp_order_info dl dd h6 em {
    font-size: 0.1rem;
  }

  .dp_order_info dl dd h6 s {
    font-size: 0.1284rem;
  }

  .dp_order_info dl dd h4 u {
    padding: 0 0.097rem;
    line-height: 0.2rem;
    font-size: 0.1284rem;
  }

  .dp_order_info dl dd h4 i {
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.1284rem;
  }

  .dp_order_contact {
    margin-top: 0.22rem;
    height: 0.72rem;
    padding: 0.0486rem;
  }

  .dp_order_contact dl dt p {
    font-size: 0.1111rem;
    padding: 0 0.06rem;
  }

  .dp_order_contact dl dt p input {
    padding: 0.06rem 0;
  }

  .dp_order_contact dl dd {
    padding: 0 0.06rem;
  }

  .dp_order_contact dl dd input {
    padding: 0.06rem 0;
    font-size: 0.1111rem;
  }

  .dp_order_caption {
    font-size: 0.1rem;
    margin: 0.0972rem 0;
  }

  .dp_order_payWays {
    margin: 0.1rem -0.03rem 0.15rem;
  }

  .dp_order_payWays li dl {
    height: 0.692rem;
    margin: 0 0.04rem;
  }

  .dp_order_payWays li dl dt:last-child{
    font-size: 0.1111rem;
  }

  .dp_order_payWays li dl dt img {
    width: 0.33rem;
    height: 0.33rem;
  }

  .dp_order_button {
    font-size: 0.1284rem;
    line-height: 0.3611rem;
    margin-top: 0.19rem;
  }

  .dp_login_panel {
    flex-direction: column;
    height: 4rem;
    overflow: auto;
  }
}

.banner {
  position: relative;
}

.banner_caption {
  position: absolute;
}

.banner_caption dt {
  font-size: 0.79rem;
  color: #fff;
}

.banner_caption dd {
  font-size: 0.27rem;
  color: rgba(255, 255, 255, 1);
  padding-top: 0.38rem;
}

@media screen and (max-width: 768px) {
  .banner_caption {
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
    bottom: 0.69rem !important;
    margin-left: 0 !important;
  }

  .banner_caption dt {
    font-size: 0.434rem;
    font-family: siyuanRegular;
  }

  .banner_caption dd {
    font-size: 0.2rem;
    color: rgba(255, 255, 255, 1);
    padding-top: 0.1736rem;
  }
}

.fc_form .fc_form_item .label_error{
  margin-left: 0.348rem;
  color: #c63922;
  font-size: 0.13rem;
}

@media screen and (max-width: 768px) {
  .fc_form .fc_form_item .label_error{
    margin-left: 0.64rem;
    font-size: 0.13rem;
    margin-top: 0.1248rem;
    width: 100%;
    font-size: 0.1111rem;
    padding: 0.084rem 0 0.064rem;
  }

}