.header {
  display: flex;
  align-items: center;
  height: 0.78rem;
}
.header a {
  display: flex;
  width: 2rem;
  height: 0.4rem;
}
.header img {
  width: 2rem;
  height: 0.4rem;
}
.header .header_jiange {
  margin: 0 0.1rem 0 0.16rem;
  height: 0.18rem;
  width: 0.02rem;
  background-color: #000;
}
.header .header_right {
  font-size: 0.18rem;
  font-weight: 600;
}
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
}
.banner img {
  flex: 1;
  width: 100%;
  height: 100%;
}
.textInfo {
  font-size: 0.2rem;
  margin-top: 0.4rem;
  padding: 0.15rem 0.8rem;
  border: 0.015rem dashed #999;
  border-radius: 0.1rem;
}
.textInfo .textInfo_p2 {
  margin-top: 0.15rem;
}
.phoneShow {
  position: relative;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  /* .phoneShow_item_one {
    transform: translateX(-0.6rem);
  } */
}
.phoneShow .phoneShow_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phoneShow .phoneShow_item .p_i_header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phoneShow .phoneShow_item .p_i_header i {
  font-style: normal;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/dian.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  line-height: 0.5rem;
}
.phoneShow .phoneShow_item .p_i_header span {
  margin-top: 0.07rem;
}
.phoneShow .phoneShow_item .p_i_body {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  width: 2.4rem;
  height: 4.9rem;
  background: url(../images/phone_BJ.png) no-repeat;
  background-size: 100% 100%;
}
.phoneShow .phoneShow_item .p_i_body img {
  width: 2.15rem;
  height: 4.4rem;
  margin-top: 0.35rem;
  border-radius: 0.07rem;
}
.phoneShow .phoneShow_ZX1 {
  position: absolute;
  top: 0.15rem;
  left: 1.5rem;
  width: 4.3rem;
}
.phoneShow .phoneShow_ZX2 {
  position: absolute;
  top: 0.15rem;
  left: 6.3rem;
  width: 4.3rem;
}
.phoneShow .code_01 {
  position: absolute;
  top: 1.4rem;
  left: 2.35rem;
  width: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phoneShow .code_01 img {
  width: 1.3rem;
}
.phoneShow .code_01 span {
  text-align: center;
  margin-top: 0.03rem;
}
.phoneShow .code_02 {
  position: absolute;
  display: flex;
  left: 2.35rem;
  top: 3.7rem;
  width: 2.5rem;
  flex-direction: column;
  align-items: center;
}
.phoneShow .code_02 img {
  width: 1.3rem;
}
.phoneShow .code_02 span {
  text-align: center;
  margin-top: -0.35rem;
}
.bottomBox_top {
  margin-top: 0.15rem;
  width: 100%;
  height: 0.7rem;
  background-color: #f1f2f3;
  font-size: 0.14rem;
  color: #444;
}
.bottomBox_top .Top_content {
  display: flex;
  align-items: center;
  padding: 0.23rem 0;
  border-bottom: 0.01rem solid #dfe1e2;
  background-color: #F1F2F3;
}
.bottomBox_top .Top_content .t_c_item {
  display: flex;
  align-items: center;
  position: relative;
}
.bottomBox_top .Top_content .t_c_item .t_c_item_oneImg {
  width: 0.15rem;
  height: 0.16rem;
}
.bottomBox_top .Top_content .t_c_item .t_c_item_oneA:hover {
  color: #727475;
}
.bottomBox_top .Top_content .t_c_item .t_c_item_jiange {
  margin: 0 0.2rem;
  width: 0.01rem;
  height: 0.14rem;
  background-color: #c5c8ca;
}
.bottomBox_top .Top_content .t_c_item .t_c_item_btn {
  cursor: pointer;
  display: flex;
}
.bottomBox_top .Top_content .t_c_item .t_c_item_btn svg {
  margin-left: 0.1rem;
}
.bottomBox_top .Top_content .t_c_item .t_c_item_btn:hover {
  color: #727475;
}
.bottomBox_top .Top_content .t_c_item ul {
  z-index: 10;
  height: 0;
  transition: all 0.3s;
  overflow-y: auto;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  top: 0.25rem;
}
.bottomBox_top .Top_content .t_c_item ul li {
  padding: 0 0.2rem;
  height: 0.35rem;
  line-height: 0.35rem;
}
.bottomBox_top .Top_content .t_c_item ul li a {
  display: block;
  width: 100%;
  min-width: 0.8rem;
  white-space: nowrap;
}
.bottomBox_top .Top_content .t_c_item ul li a:hover {
  color: #3e97df;
}
.bottomBox_top .Top_content .t_c_item ul li:hover {
  background-color: rgba(242, 242, 242);
}
.bottomBox_top .Top_content .t_c_item ul::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.bottomBox_top .Top_content .t_c_item ul::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 4px;
}
.bottomBox_body {
  width: 100%;
  height: 2.6rem;
  background-color: #f1f2f3;
  font-size: 0.14rem;
  color: #454848;
}
.bottomBox_body .Body_content {
  background-color: #F1F2F3;
  display: flex;
  height: 2.6rem;
  padding-top: 0.55rem;
  justify-content: space-between;
}
.bottomBox_body .Body_content > div {
  width: 2.45rem;
  height: 1.6rem;
  padding: 0 0.2rem;
  background-color: #eaebeb;
}
.bottomBox_body .Body_content .and_one p {
  padding: 0.24rem 0 0.28rem;
  color: #0d1c28;
  font-weight: 550;
}
.bottomBox_body .Body_content .and_one .and_oneBox div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottomBox_body .Body_content .and_one .and_oneBox div a {
  margin-bottom: 0.15rem;
}
.bottomBox_body .Body_content .and_one .and_oneBox:nth-child(2) div {
  margin-right: 0.1rem;
}
.bottomBox_body .Body_content .and_two {
  padding: 0.24rem 0.23rem 0;
}
.bottomBox_body .Body_content .and_two p {
  color: #0d1c28;
  font-weight: 550;
}
.bottomBox_body .Body_content .and_two p:nth-child(2) {
  margin: 0.2rem 0;
  font-size: 0.2rem;
}
.bottomBox_body .Body_content .and_two a {
  color: #454848;
}
.bottomBox_body .Body_content .and_three {
  background-color: #f1f2f3;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottomBox_body .Body_content .and_three div {
  width: 100%;
  height: 0.51rem;
  position: relative;
  background-color: #eaebeb;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bottomBox_body .Body_content .and_three div > img {
  width: 0.22rem;
  height: 0.22rem;
  margin-left: 0.2rem;
  margin-right: 0.15rem;
}
.bottomBox_body .Body_content .and_three div:hover span {
  visibility: inherit;
}
.bottomBox_body .Body_content .and_four {
  background-color: #f1f2f3;
  padding: 0;
}
.bottomBox_body .Body_content .and_four .and_four_one {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 0.51rem;
  background-color: #eaebeb;
  display: flex;
  align-items: center;
  margin-bottom: 0.04rem;
}
.bottomBox_body .Body_content .and_four .and_four_one > img {
  width: 0.22rem;
  height: 0.22rem;
  margin-left: 0.2rem;
  margin-right: 0.15rem;
}
.bottomBox_body .Body_content .and_four .and_four_one:hover span {
  visibility: inherit;
}
.bottomBox_body .Body_content .and_four .and_four_two {
  width: 100%;
  height: 1.08rem;
  display: flex;
}
.bottomBox_body .Body_content .and_four .and_four_two .and_four_img {
  display: flex;
  width: 1.4rem;
  height: 1.08rem;
  margin-right: 0.04rem;
  background-color: #eaebeb;
  align-items: center;
}
.bottomBox_body .Body_content .and_four .and_four_two .and_four_img img {
  width: 70%;
  margin-left: 0.2rem;
}
.bottomBox_body .Body_content .and_four .and_four_two .red {
  display: flex;
  align-items: center;
  background-color: #eaebeb;
  flex: 1;
}
.bottomBox_body .Body_content .and_four .and_four_two .red img {
  width: 33%;
  margin-left: 0.32rem;
}
.erweimabox {
  visibility: hidden;
  position: absolute;
  display: flex;
  width: 2.45rem;
  height: 2.35rem;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem 0.1rem 0;
  box-shadow: 0.0005rem 0.0005rem 0.05rem #ccc;
  background-color: #fff;
  bottom: 0.69rem;
  left: 0;
  z-index: 3;
}
.erweimabox img {
  width: 60%;
}
.erweimabox p {
  font-size: 0.16rem;
  margin-top: 0.2rem;
  color: #000;
}
.erweimabox::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  bottom: -0.07rem;
  left: 0.15rem;
  width: 0.15rem;
  height: 0.15rem;
  transform: rotate(45deg);
}
.bottomBox_bottom {
  width: 100%;
  height: 0.6rem;
  overflow: hidden;
  background-color: #eaebeb;
}
.bottomBox_bottom .Bottom_content {
  background-color: #F1F2F3;
  height: 0.6rem;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  justify-content: space-between;
}
.bottomBox_bottom .Bottom_content a {
  margin-right: 0.06rem;
  transition: all 0.3s;
}
.bottomBox_bottom .Bottom_content a:hover {
  color: #727475;
}
.bottomBox_bottom .Bottom_content img {
  transform: translateY(0.05rem);
}
.bottomBox_bottom .Bottom_content span {
  color: #727475;
}
