@charset "utf-8";
/* CSS Document */

/**-- 背景 --**/
.bg_f {
  background-color: #ffffff;
}
.bg_e7 {
  background-color: #e7e7e7;
}
.bg_f8 {
  background-color: #f8f8f8;
}
.bg {
  position: relative;
  min-height: 100vh;
  background-image: url(../images/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #040406;
  /* padding: 1rem 0.8rem 1.3rem; */
  padding-top: 3rem;
  padding-bottom: 0.8rem;
}

/**-- 字符间距 --**/
.zt4_3 {
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}
.logo {
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.4rem;
}
.title {
  color: #f9fffd;
  text-align: center;
  font-size: 0.4rem;
  background: url(../images/top.png) top center no-repeat,url(../images/bottom.png) bottom center no-repeat;
  background-size: 60%;
  padding: 0.1rem;
  width: -webkit-fill-available;
}
/* .title::before {
  content: '';
  display: inline-block;
  width: 5rem;
  height: 0.2rem;
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.title::after {
  content: '';
  display: inline-block;
  width: 5rem;
  height: 0.2rem;
  background-image: url(../images/bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
} */
.nr_info {
  width: 86%;
  margin: 0 auto;
  padding: 0.3rem;
  padding-top: 0;
  font-size: 0.34rem;
}
.pro_name {
  font-size: 0.4rem;
  font-weight: 600;
  color: #f9fffd;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
  padding-left: 0.2rem;
}
.info_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info_left {
  width: 52%;
  padding-left: 0.2rem;
}
.info_right {
  width: 48%;
}
.info_top {
  color: #f9fffd;
  margin-bottom: 0.1rem;
}
.info_bottom {
  color: #f9fffd;
}
.info_li {
  margin: 0.5rem 0;
}
.fw_title {
  margin-top: 0.8rem;
}
.fw_box {
  width: 86%;
  margin: 0 auto;
}
.fw_info {
  font-size: 0.35rem;
}
.fw_li {
  color: #f9fffd;
  margin: 0.3rem 0;
}
.fw_li_a {
  color: #f9fffd;
  margin: 0.15rem 0;
  text-indent: 2em;
}
.fw_span {
  color: #f9fffd !important;
}
.cp_box {
  width: 86%;
  margin: 0 auto;
}
.cp_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f9fffd63;
  padding: 0.2rem 0.1rem;
  font-size: 0.35rem;
}

.cp_left {
  color: #f9fffd;
}
.cp_right {
  color: #f9fffd;
}
.cp_right a {
  color: #f9fffd;
}
.ewm_box {
  width: 30%;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.ewm_tip {
  color: #f9fffd;
  font-size: 0.35rem;
  text-align: center;
  margin-top: 0.1rem;
}
img.ewm_img {
  border: 0.1rem solid #f9fffd;
  border-radius: 0.2rem;
}
.fwcx{
  display: flex;
  justify-content: center;
  padding: 0.3rem 0 0.6rem 0;
}
.fwcx img{ 
  width: 3rem;
}

.fwcx_bottom{
  padding-bottom: 0.6rem;
}
.cp{
  padding: 0.7rem 0.3rem;
}
.cp img{
  width: 100%;
}