@charset "UTF-8";
.sa * {
  box-sizing: border-box;
}
.sa .tr_other div.a1 {
  width: 0.2rem;
  height: 0.36rem;
  background: url("?statics/web/fer/images/w1/t_03.svg") center no-repeat;
  background-size: 100%;
}
.sa .tr_other a.a2 {
  width: 0.2rem;
  height: 0.36rem;
  background: url("?statics/web/fer/images/w1/t_04.svg") center no-repeat;
  background-size: 100%;
}
.sa .navfr ul li.on a {
  color: #d80414;
}

.h2tit1 {
  font-family: albb_semibold;
}

.h2tit1 span {
  display: inline-block;
  position: relative;
  font-size: 0.4rem;
  color: #23262b;
  line-height: 0.6rem;
  padding-right: 1rem;
}

.h2tit1 span:before {
  content: "";
  width: 0.6rem;
  height: 0.1rem;
  display: block;
  overflow: hidden;
  background-color: #d80414;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -0.05rem;
}

.sa_01 {
  width: 100%;
  padding: 0.1rem 0 1.4rem;
  overflow: hidden;
  border-bottom: solid #ccc 1px;
}
.sa_01 .sa_box1 {
  margin-top: 1.3rem;
}
.sa_01 .sa_box1 h3 {
  font-size: 0.32rem;
  margin: 0.5rem 0 0.3rem;
  color: #333;
}
.sa_01 .sa_box1 h3.h3s_1 {
  margin-top: 0.8rem;
}
.sa_01 .sa_box1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-top: 0.5rem;
}
.sa_01 .sa_box1 ul li {
  padding: 0.7rem 0.4rem;
  background: #fff;
  display: flex;
  box-shadow: 0 0.1rem 0.5rem rgba(85, 85, 85, 0.1);
  display: flex;
  box-sizing: border-box;
}
.sa_01 .sa_box1 ul li .fl {
  width: 0.57rem;
}
.sa_01 .sa_box1 ul li .fl img {
  width: 100%;
}
.sa_01 .sa_box1 ul li .fl img:nth-child(2) {
  display: none;
}
.sa_01 .sa_box1 ul li .fr {
  width: calc(100% - 1rem);
  margin-left: 0.43rem;
}
.sa_01 .sa_box1 ul li .fr h4 {
  font-size: 0.26rem;
  color: #333;
}
.sa_01 .sa_box1 ul li .fr a.more1 {
  padding: 0.1rem 0.3rem;
  border: solid #ddd 2px;
  font-size: 0.24rem;
  color: #666;
  display: inline-block;
  margin-top: 0.3rem;
}
.sa_01 .sa_box1 ul li:hover .fl {
  width: 0.57rem;
}
.sa_01 .sa_box1 ul li:hover .fl img {
  width: 100%;
}
.sa_01 .sa_box1 ul li:hover .fl img:nth-child(1) {
  display: none;
}
.sa_01 .sa_box1 ul li:hover .fl img:nth-child(2) {
  display: block;
}
.sa_01 .sa_box1 ul li:hover .fr h4 {
  color: #d80414;
}
.sa_01 .sa_box1 ul li:hover .fr a.more1 {
  background: #d80414;
  border-color: #d80414;
  color: #fff;
}
.sa_01 .sa_box1 .sa_con1 {
  width: 100%;
  padding: 0.9rem;
  margin-top: 0.5rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.5rem rgba(85, 85, 85, 0.1);
  position: relative;
}
.sa_01 .sa_box1 .sa_con1 h4 {
  font-size: 0.34rem;
  color: #000;
  text-align: center;
}
.sa_01 .sa_box1 .sa_con1 p {
  color: #666;
  font-size: 0.24rem;
  line-height: 1.8;
  margin-top: 0.5rem;
}
.sa_01 .sa_box1 .sa_con1::before {
  background: url(?statics/web/fer/images/w1/sa_bg1.png) center no-repeat;
  background-size: 100%;
  width: 7.79rem;
  height: 6.69rem;
  bottom: 0;
  right: -1.8rem;
  content: "";
  position: absolute;
}

.sa_03 {
  width: 100%;
  padding: 1.4rem 0 1.2rem;
}
.sa_03 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
  margin-top: 0.4rem;
}
.sa_03 ul li {
  padding: 0.54rem 0.4rem;
  position: relative;
  background: #fff;
  box-shadow: 0 0.1rem 0.5rem rgba(85, 85, 85, 0.1);
}
.sa_03 ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-right-radius: 100%;
  background: #fdf5f6;
  width: 1.86rem;
  height: 1.86rem;
  content: "";
}
.sa_03 ul li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #d80414;
  width: 0;
  height: 0.06rem;
  content: "";
  transition: all 0.3s linear;
}
.sa_03 ul li .sa_ton1 {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sa_03 ul li .sa_ton1 .fl {
  width: 1.23rem;
  border-radius: 50%;
  overflow: hidden;
}
.sa_03 ul li .sa_ton1 .fl img {
  width: 100%;
}
.sa_03 ul li .sa_ton1 .fr {
  width: calc(100% - 1.53rem);
}
.sa_03 ul li .sa_ton1 .fr b {
  font-size: 0.3rem;
  display: block;
}
.sa_03 ul li .sa_ton1 .fr a.more1 {
  padding: 0.1rem 0;
  border: solid #ddd 2px;
  font-size: 0.24rem;
  color: #666;
  display: block;
  margin-top: 0.2rem;
  text-align: center;
}
.sa_03 ul li .sa_bon1 {
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.24rem;
  max-height: 2.4rem;
  padding-right: 0.1rem;
  overflow-y: auto;
}
.sa_03 ul li .sa_bon1 p {
  line-height: 1.65;
}
.sa_03 ul li .sa_bon1::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.sa_03 ul li .sa_bon1 ::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}
.sa_03 ul li .sa_bon1::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: linear-gradient(to bottom, #d80414, transparent);
}
.sa_03 ul li .sa_bon1 ::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: linear-gradient(to bottom, #d80414, transparent);
}
.sa_03 ul li:hover::after {
  width: 100%;
}
.sa_03 ul li:hover .sa_ton1 .fr a.more1 {
  background: #d80414;
  border-color: #d80414;
  color: #fff;
}

.sa_04 {
  width: 100%;
  padding: 1.2rem 0;
  background: #f7f8fb;
  position: relative;
}
.sa_04::before {
  position: absolute;
  right: 0;
  top: 0;
  background: url(?statics/web/fer/images/w1/tr_bg1.jpg) center no-repeat;
  background-size: cover;
  width: 33%;
  height: 100%;
  content: "";
}
.sa_04 .sa_box4 {
  width: 100%;
  position: relative;
  margin-top: 0.5rem;
  display: flex;
}
.sa_04 .sa_box4 .sa_swiper4 {
  width: calc(100% - 1.8rem);
  overflow: hidden;
}
.sa_04 .sa_box4 .sa_swiper4 .swiper-slide {
  position: relative;
}
.sa_04 .sa_box4 .sa_swiper4 .swiper-slide img {
  width: 100%;
}
.sa_04 .sa_box4 .sa_swiper4 .swiper-slide .txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  color: #fff;
  padding: 0.3rem;
  font-size: 0.24rem;
}
.sa_04 .sa_box4 .sa_swiper4 .swiper-slide::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent, transparent);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  content: "";
}
.sa_04 .sa_box4 .sa_num4 {
  width: 1.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.sa_04 .sa_box4 .sa_num4 .num {
  font-size: 0.3rem;
  color: #999;
}
.sa_04 .sa_box4 .sa_num4 .num span {
  font-size: 0.48rem;
  color: #d80414;
  font-weight: bold;
}

.sa_05 {
  width: 100%;
  padding: 1.2rem 0;
  position: relative;
  border-bottom: solid #ccc 1px;
}
.sa_05 .sa_box5 {
  width: 100%;
  position: relative;
  margin-top: 0.5rem;
  overflow: hidden;
}
.sa_05 .sa_box5 .sa_swiper5 {
  width: 140%;
  margin-left: -20%;
  overflow: hidden;
}
.sa_05 .sa_box5 .sa_swiper5 .swiper-slide {
  position: relative;
  padding: 0 0.9rem;
}
.sa_05 .sa_box5 .sa_swiper5 .swiper-slide img {
  width: 100%;
}
.sa_05 .sa_box5 .sa_swiper5 .swiper-slide .txt {
  width: calc(100% - 1.8rem);
  position: absolute;
  left: 0.9rem;
  bottom: 0;
  z-index: 4;
  color: #fff;
  padding: 0.3rem;
  font-size: 0.24rem;
}
.sa_05 .sa_box5 .sa_swiper5 .swiper-slide::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent, transparent);
  position: absolute;
  width: calc(100% - 1.8rem);
  height: 50%;
  left: 0.9rem;
  bottom: 0;
  content: "";
}
.sa_05 .sa_box5 .sa_swiper5 a {
  display: inline-block;
  width: 0.58rem;
  height: 0.58rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  top: calc(50% - 0.29rem);
  z-index: 999;
}
.sa_05 .sa_box5 .sa_swiper5 a.sa_prev {
  border: 0.01rem solid #ddd;
  background: url("?statics/web/fer/images/in_01.svg") center no-repeat;
  background-size: 0.1rem;
  left: calc(26.6666666667% - 0.29rem);
}
.sa_05 .sa_box5 .sa_swiper5 a.sa_prev:hover {
  border: 0.01rem solid #d91622;
  background: url("?statics/web/fer/images/in_01_on.svg") center no-repeat #d91622;
  background-size: 0.1rem;
  border-radius: 0.16rem 0px 0px 0px;
}
.sa_05 .sa_box5 .sa_swiper5 a.sa_next {
  border: 0.01rem solid #ddd;
  background: url("?statics/web/fer/images/in_02.svg") center no-repeat;
  background-size: 0.1rem;
  right: calc(26.6666666667% - 0.29rem);
}
.sa_05 .sa_box5 .sa_swiper5 a.sa_next:hover {
  border: 0.01rem solid #d91622;
  background: url("?statics/web/fer/images/in_02_on.svg") center no-repeat #d91622;
  background-size: 0.1rem;
  border-radius: 0px 0.16rem 0px 0px;
}

.sa_06 {
  width: 100%;
  padding: 1.3rem 0 1.2rem;
  background: #fff;
  position: relative;
}
.sa_06::before {
  position: absolute;
  right: 0;
  top: 0;
  background: url(?statics/web/fer/images/w1/sa_bg2.jpg) center no-repeat;
  background-size: cover;
  width: 54%;
  height: 100%;
  content: "";
}
.sa_06 .sa_con6 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sa_06 .sa_con6 .fl {
  width: 19%;
}
.sa_06 .sa_con6 .fl ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.6rem;
}
.sa_06 .sa_con6 .fl ul li {
  width: 1.12rem;
  margin-top: 0.3rem;
  cursor: pointer;
}
.sa_06 .sa_con6 .fl ul li img {
  width: 100%;
  border-radius: 50%;
}
.sa_06 .sa_con6 .fl ul li span {
  display: block;
  text-align: center;
  margin-top: 0.1rem;
  color: #666;
  font-size: 0.24rem;
}
.sa_06 .sa_con6 .fl ul li.on img {
  border: solid #d80414 0.04rem;
}
.sa_06 .sa_con6 .fl ul li.on span {
  color: #d80414;
}
.sa_06 .sa_con6 .fr {
  width: 70%;
}
.sa_06 .sa_con6 .fr ul li {
  display: none;
  justify-content: space-between;
}
.sa_06 .sa_con6 .fr ul li .img1 {
  width: 43%;
  position: relative;
  padding: 0 0.4rem 0.4rem 0;
}
.sa_06 .sa_con6 .fr ul li .img1::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  content: "";
  background: url(?statics/web/fer/images/w1/sa_bg3.png) center no-repeat;
  background-size: 100%;
}
.sa_06 .sa_con6 .fr ul li .img1 img {
  width: 100%;
  border-radius: 0.1rem;
  position: relative;
  z-index: 3;
}
.sa_06 .sa_con6 .fr ul li .txt1 {
  width: 50%;
}
.sa_06 .sa_con6 .fr ul li .txt1 h4 {
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  color: #000;
}
.sa_06 .sa_con6 .fr ul li .txt1 h4 i {
  width: 0.08rem;
  height: 0.29rem;
  background: #d80414;
  display: block;
  margin-right: 0.2rem;
}
.sa_06 .sa_con6 .fr ul li .txt1 p {
  font-size: 0.24rem;
  margin-top: 0.3rem;
}
.sa_06 .sa_con6 .fr ul li.on {
  display: flex;
}

.sa_07 {
  width: 100%;
  padding: 1.3rem 0 1.2rem;
  background: #fff;
}
.sa_07 .sa_box7 {
  margin-top: 0.8rem;
}
.sa_07 .sa_box7 ul {
  display: grid;
  grid-template-columns: 1fr 1.23fr 1.23fr;
  gap: 0.1rem;
}
.sa_07 .sa_box7 ul li {
  background: #f8f9fb;
  border-radius: 0.1rem;
  padding: 0.7rem 0.2rem 0.5rem 0.6rem;
  display: flex;
  justify-content: center;
}
.sa_07 .sa_box7 ul li i {
  display: block;
  width: 0.65rem;
  margin-right: 0.4rem;
}
.sa_07 .sa_box7 ul li i img {
  width: 100%;
}
.sa_07 .sa_box7 ul li .txt {
  width: calc(100% - 1.05rem);
}
.sa_07 .sa_box7 ul li .txt h4 {
  font-size: 0.28rem;
  color: #333;
}
.sa_07 .sa_box7 ul li .txt p {
  font-size: 0.24rem;
  color: #666;
  margin-top: 0.2rem;
}
.sa_07 .sa_box7 ul li .txt p span {
  margin-right: 0.3rem;
  white-space: nowrap;
}
.sa_07 .sa_box7 ul li .txt p span:last-child {
  margin-right: 0;
}
.sa_07 .sa_box7 ul li:first-child {
  grid-row: 1/3;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.sa_07 .sa_box7 ul li:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sa_07 .sa_box7 ul li:first-child span {
  position: absolute;
  padding: 0.1rem 0.4rem;
  background: #d80414;
  color: #fff;
  font-size: 0.24rem;
  display: inline-block;
  left: 0;
  bottom: 0.4rem;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

/*弹窗*/
.tcbox {
  width: 6.55rem;
  display: none;
}

.tcflex {
  width: 100%;
  background: #fff;
  color: #000;
  box-sizing: border-box;
  overflow: hidden;
}
.tcflex .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 1.2rem;
  background: #d80414;
  box-sizing: border-box;
  padding: 0 0.3rem 0 0.9rem;
  align-items: center;
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;
}
.tcflex .title .close01 img {
  width: 0.28rem;
}
.tcflex .content {
  padding: 0.4rem 0.9rem 1rem;
}
.tcflex .content ul li {
  width: 100%;
  margin-top: 0.2rem;
}
.tcflex .content ul li input {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  border: solid #eee 1px;
  border-radius: 0.1rem;
  font-size: 0.24rem;
}
.tcflex .content ul li input.login {
  background: #d80414;
  color: #fff;
  border: solid #d80414 1px;
  margin-top: 0.3rem;
}

@media screen and (max-width: 1058px) {
  .sa_03 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .sa_03 ul li .sa_ton1 .fr a.more1 {
    display: inline-block;
    padding: 0.1rem 0.2rem;
  }
  .sa_06 .sa_con6 {
    flex-wrap: wrap;
  }
  .sa_06 .sa_con6 .fl {
    width: 100%;
  }
  .sa_06 .sa_con6 .fl ul li {
    width: 16%;
  }
  .sa_06 .sa_con6 .fr {
    width: 100%;
    margin-top: 0.8rem;
  }
  .sa_07 .sa_box7 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .h2tit1 span {
    font-size: 0.2rem;
    line-height: 0.36rem;
    padding-right: 0.5rem;
  }
  .h2tit1 span::before {
    width: 0.3rem;
    height: 0.04rem;
    margin-top: -0.02rem;
  }
  .sa_01 {
    padding: 0.1rem 0 0.4rem;
  }
  .sa_01 .sa_box1 {
    margin-top: 0.2rem;
  }
  .sa_01 .sa_box1 ul {
    display: grid;
    grid-template-columns: 100%;
    gap: 0.2rem;
    margin-top: 0.2rem;
  }
  .sa_01 .sa_box1 ul li {
    padding: 0.2rem;
  }
  .sa_01 .sa_box1 ul li .fr h4 {
    font-size: 0.2rem;
  }
  .sa_01 .sa_box1 ul li .fr a.more1 {
    font-size: 0.16rem;
  }
  .sa_01 .sa_box1 .sa_con1 {
    padding: 0.2rem;
    margin-top: 0.3rem;
    overflow: hidden;
  }
  .sa_01 .sa_box1 .sa_con1 h4 {
    font-size: 0.24rem;
  }
  .sa_01 .sa_box1 .sa_con1 p {
    font-size: 0.14rem;
    margin-top: 0.2rem;
  }
  .sa_01 .sa_box1 h3 {
    font-size: 0.24rem;
    margin: 0.2rem 0;
  }
  .sa_01 .sa_box1 h3.h3s_1 {
    margin-top: 0.3rem;
  }
  .sa_03 {
    padding: 0.3rem 0;
  }
  .sa_03 ul {
    grid-template-columns: 100%;
    gap: 0.2rem;
    margin-top: 0.2rem;
  }
  .sa_03 ul li {
    padding: 0.2rem;
  }
  .sa_03 ul li::before {
    width: 1.3rem;
    height: 1.3rem;
  }
  .sa_03 ul li .sa_ton1 .fr b {
    font-size: 0.2rem;
  }
  .sa_03 ul li .sa_ton1 .fr a.more1 {
    font-size: 0.16rem;
  }
  .sa_03 ul li .sa_bon1 {
    font-size: 0.14rem;
    margin-top: 0.3rem;
  }
  .sa_04 {
    padding: 0.3rem 0;
  }
  .sa_04 .sa_box4 {
    margin-top: 0.2rem;
    flex-wrap: wrap;
  }
  .sa_04 .sa_box4 .sa_swiper4 {
    width: 100%;
  }
  .sa_04 .sa_box4 .sa_swiper4 .swiper-slide .txt {
    font-size: 0.16rem;
  }
  .sa_04 .sa_box4 .sa_num4 {
    width: 100%;
    margin-top: 0.2rem;
  }
  .sa_04 .sa_box4 .sa_num4 .num {
    font-size: 0.2rem;
  }
  .sa_04 .sa_box4 .sa_num4 .num span {
    font-size: 0.24rem;
  }
  .sa_05 {
    padding: 0.3rem 0;
  }
  .sa_05 .sa_box5 {
    margin-top: 0.2rem;
  }
  .sa_05 .sa_box5 .sa_swiper5 {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-bottom: 0.66rem;
    position: relative;
  }
  .sa_05 .sa_box5 .sa_swiper5 .swiper-slide {
    padding: 0;
  }
  .sa_05 .sa_box5 .sa_swiper5 .swiper-slide .txt {
    width: 100%;
    left: 0;
  }
  .sa_05 .sa_box5 .sa_swiper5 .swiper-slide::before {
    width: 100%;
    left: 0;
  }
  .sa_05 .sa_box5 .sa_swiper5 a {
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    bottom: 0;
    top: auto;
  }
  .sa_05 .sa_box5 .sa_swiper5 a.sa_prev {
    background-size: 0.07rem;
    left: calc(50% - 0.45rem);
  }
  .sa_05 .sa_box5 .sa_swiper5 a.sa_prev:hover {
    background-size: 0.07rem;
    border-radius: 0.16rem 0px 0px 0px;
  }
  .sa_05 .sa_box5 .sa_swiper5 a.sa_next {
    background-size: 0.07rem;
    right: calc(50% - 0.45rem);
  }
  .sa_05 .sa_box5 .sa_swiper5 a.sa_next:hover {
    background-size: 0.07rem;
  }
  .sa_06 {
    padding: 0.3rem 0;
  }
  .sa_06::before {
    top: 50%;
    width: 100%;
    height: 50%;
    background-size: cover;
  }
  .sa_06 .sa_con6 .fl ul {
    padding-top: 0.2rem;
  }
  .sa_06 .sa_con6 .fl ul li {
    width: 23%;
    margin-top: 0;
  }
  .sa_06 .sa_con6 .fl ul li span {
    font-size: 0.16rem;
  }
  .sa_06 .sa_con6 .fr {
    margin-top: 0.2rem;
  }
  .sa_06 .sa_con6 .fr ul li {
    flex-wrap: wrap;
  }
  .sa_06 .sa_con6 .fr ul li .img1 {
    width: 80%;
    margin: 0 auto;
  }
  .sa_06 .sa_con6 .fr ul li .txt1 {
    width: 100%;
    margin-top: 0.2rem;
  }
  .sa_06 .sa_con6 .fr ul li .txt1 h4 {
    font-size: 0.2rem;
  }
  .sa_06 .sa_con6 .fr ul li .txt1 h4 i {
    width: 0.04rem;
    height: 0.2rem;
  }
  .sa_06 .sa_con6 .fr ul li .txt1 p {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .sa_07 {
    padding: 0.3rem 0;
  }
  .sa_07 .sa_box7 {
    margin-top: 0.2rem;
  }
  .sa_07 .sa_box7 ul {
    grid-template-columns: 100%;
  }
  .sa_07 .sa_box7 ul li {
    padding: 0.2rem 0.1rem;
  }
  .sa_07 .sa_box7 ul li i {
    display: block;
    width: 0.4rem;
    margin-right: 0.2rem;
  }
  .sa_07 .sa_box7 ul li .txt h4 {
    font-size: 0.2rem;
  }
  .sa_07 .sa_box7 ul li .txt p {
    font-size: 0.16rem;
  }
  .sa_07 .sa_box7 ul li .txt p span {
    margin-right: 0.2rem;
  }
  .sa_07 .sa_box7 ul li:first-child span {
    font-size: 0.18rem;
  }
  /*弹窗*/
  .tcbox {
    width: 100%;
    display: none;
  }
  .tcflex {
    width: calc(100% - 0px);
    margin: 0 0px;
  }
  .tcflex .title {
    height: 0.6rem;
    padding: 0 0.2rem;
    font-size: 0.2rem;
  }
  .tcflex .title .close01 img {
    width: 0.2rem;
  }
  .tcflex .content {
    padding: 0 0.2rem 0.2rem;
  }
  .tcflex .content ul li input {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.05rem;
    font-size: 0.16rem;
  }
  .tcflex .content ul li input.login {
    margin-top: 0;
  }
  
  .sa_07 .sa_box7 ul li .txt p{word-break:break-word}
}










