@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  min-width: 1200px;
  font-family: 'MicrosoftYaHeiUI';
  -moz-user-select: none;
  /*火狐*/

  -webkit-user-select: none;
  /*webkit浏览器*/

  -ms-user-select: none;
  /*IE10*/

  -khtml-user-select: none;
  /*早期浏览器*/

  user-select: none;
}

* {
  box-sizing: content-box;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}

body {
  margin: 0 auto;
  padding: 0px;
  min-width: 1200px;
  font-size: 14px;
  font-family: "å¾®è½¯é›…é»‘";

}

div,
ul,
li,
h1,
p,
hr,
form,
input {
  margin: 0;
  padding: 0;
}

table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

a,
input,
i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  background: none;
  outline: none;
  border: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  border: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.zt-wrap img {
  display: block;
  width: 100%;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.module1 {
  padding: 50px 0;
}

.module1-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: space-between;
}

.module1-list-item {
  margin-bottom: 40px;
  width: 360px;
  height: 185px;
  position: relative;
}

.module1-list-item img {
  width: 100%;
}

.wrapper .zt-wrap {
  margin: 0 auto;
}

.module1 .zt-wrap {
  width: 712px;
  margin-bottom: 50px;
}

.module1-list-item-title {
  position: absolute;
  top: 30px;
  left: 60px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight:bold;
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  line-height: initial !important;
}

.module1-list-item-title::after {
  position: absolute;
  left: 0;
  width: 40px;
  height: 4px;
  background: #C9112F;
  bottom: -9px;
  display: block;
  content: '';
}

.module1-list-item-desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  position: absolute;
  top: 107px;
  left: 60px;
  right: 66px;
  line-height: initial !important;
}

.btn1 {
  width: 400px;
  height: 54px;
  margin: 0 auto;
  cursor: pointer;
}

.module1-list-item img {
  height: 100%;
}

.module2 {
  padding: 132px 0 150px 0;
  background: url(https://h5cdn.jjl.cn/pc/20240821_dual_plan/m2.png) no-repeat;
  background-size: 100% 100%;
}

.module2 .zt-wrap {
  width: 622px;
  margin-bottom: 54px;
}

.module2-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.module2-list-item {
  margin-bottom: 50px;
  position: relative;
  width: 570px;
  height: 227px;
}

.module2-list-item-title {
  font-family: Alibaba-PuHuiTi-B;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  position: absolute;
  top: 56px;
  left: 270px;
}

.module2-list-item-desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  position: absolute;
  line-height: 26px;
  top: 119px;
  right: 40px;
  left: 270px;
}

.module2-list-item img {
  width: 100%;
}

.btn2 {
  width: 400px;
  height: 54px;
  margin: 0 auto;
  cursor: pointer;
}

.module3 {
  padding: 50px 0;
}

.module3-list {
  display: flex;
}

.module3 .zt-wrap {
  width: 844px;
  height: 52px;
  margin-bottom: 50px;
}

.module3-left {
  width: 234px;
  height: 570px;
  background: #C42021;
}

.module3-left-item {
  margin-bottom: 18px;
  height: 80px;
  background: rgba(255, 255, 255, 0.17);
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
}

.module3-left-item:last-child {
  margin-bottom: 0;
}

.module3-left-item-active {
  background: #A00C0D !important;
  opacity: 1 !important;
}

.module3-right {
  flex: 1;
  padding: 30px;
  background: #FFF5F5;
}

.module3-right-item {
  display: none;
}

.module3-right-item {
  width: 100%;
  height: 100%;
}

.box-left {
  position: relative;
  width: 134px;
  height: 236px;
}

.box-left-title {
  position: absolute;
  top: 158px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: initial !important;
}

.module3-right-item-box {
  display: flex;
  margin-bottom: 30px;
}

.module3-right-item-box:last-child {
  margin-bottom: 0;
}

.box-right {
  width: 747px;
  height: 240px;
  background: #FFFFFF;
  border: 1px solid #C42021;
  border-radius: 20px;
  margin-left: 25px;
  overflow-y: scroll;
  padding: 30px;
}

.box-right-title {
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 10px;
}

.right-cocent {
  margin-bottom: 20px;
}

.box-right-desc p {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}

.box-right .right-cocent:last-child {
  margin-bottom: 0;
}

.btn3 {
  width: 400px;
  height: 54px;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
}

.module4 {
  background: url(https://h5cdn.jjl.cn/pc/20240821_dual_plan/m7.png) no-repeat;
  background-size: 100% 100%;
  padding: 133px 0 146px 0;
}

.smart {
  background: url(https://h5cdn.jjl.cn/pc/20240821_dual_plan/m7.png) no-repeat;
  background-size: 100% 100%;
}

.big {
  background: url(https://h5cdn.jjl.cn/pc/20240821_dual_plan/m6.png) no-repeat;
  background-size: 100% 100%;
}

.module4 .zt-wrap {
  width: 674px;
  height: 52px;
  margin-bottom: 50px;
}

.module4-list-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.module4-list-top-item {
  width: 175px;
  height: 60px;
  background: #FFECEC;
  border-radius: 8px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 24px;
  color: #C42021;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.module4-list-top-item-active {
  background: #B90E0F !important;
  color: #FFFFFF !important;
}

.module4-list-bottom-item {
  display: none;
}

.flex-list3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-list4 {
  display: flex;
  justify-content: flex-start;
}

.flex-list4 div {
  width: 216px;
  height: 219px;
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
}

.flex-list3 div {
  width: 216px;
  height: 219px;
  margin-bottom: 30px;
  position: relative;
}

/* 7个的css 空的需要透明0*/
.flex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-list div {
  width: 216px;
  height: 219px;
  margin-bottom: 30px;
  position: relative;
}

/* 2个的css */
.flex-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

/* 2个的css */
.flex-list1 div {
  margin-right: 30px;
  position: relative;
  width: 216px;
  margin-bottom: 30px;
  height: 219px;
}

/* 6个的css */
.flex-list2 {
  justify-content: space-between !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.flex-list2 div {
  position: relative;
  width: 216px;
  margin-bottom: 30px;
  height: 219px;
}

.p1 {
  position: absolute;
  top: 49px;
  text-align: center;
  left: 17px;
  right: 17px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  line-height: 26px;
}

.p2 {
  position: absolute;
  left: 17px;
  right: 17px;
  text-align: center;
  top: 89px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: initial !important;
}

.btn4 {
  cursor: pointer;
  width: 400px;
  height: 54px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

.module5 {
  padding-top: 51px;
}

.module5 .zt-wrap {
  width: 730px;
  height: 52px;
  margin-bottom: 61px;
}

.module5-top-list {
  display: flex;
  width: 1200px;
  height: 70px;
  background: #C42021;
  border-radius: 34px;
  overflow: hidden;
  margin-bottom: 32px;
}

.module5-top-list-item {
  width: 200px;
  height: 70px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}

.module5-top-list-item-active {
  background: #FFFFFF;
  border: 4px solid #C42021;
  border-radius: 34px;
  color: #C42021;
  line-height: 62px;
}

.module5-bottom-list-item {
  padding: 40px;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF5F5;
}

.bottom-top {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  /* line-height: 70px; */
  background: #C42021;
  height: 70px;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-around;
}

.bottom-bottom-item-img {
  width: 200px;
  height: 50px;
  background: #FFFFFF;
  /* border: 1px solid #D3D3D3; */
  margin: 0 auto;
  margin-bottom: 10px;
}

.bottom-bottom-item-desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}

.bottom-bottom-item {
  padding-top: 16px;
  width: 250px;
}

.module5-bottom-list-item-div {
  width: 250px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  /* height: min-content; */
}

.bottom-bottom .bottom-bottom-item:last-child {
  padding-bottom: 16px;
}

.module5-bottom-list .show {
  display: flex !important;
}

.module6 {
  padding: 50px 0;
}

.module6 .zt-wrap {
  width: 730px;
  height: 52px;
  margin-bottom: 50px;
}

.module6-con {
  width: 1200px;
  margin-bottom: 53px;
}

.module6-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.module6-list-item {
  width: 380px;
  height: 252px;
  background: #FFFFFF;
  box-shadow: 0 0 9px 0 #FFE2E2;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  margin-bottom: 30px;
}

.module6-list-item-left {
  width: 106px;
  height: 252px;
}

.module6-list-item-right {
  flex: 1;
  position: relative;
}

.module6-list-item-right-top {
  padding: 24px 21px 0 14px;
}

.module6-list-item-right-top div {
  display: flex;
}

.module6-list-item-right-top div:nth-child(1) p:nth-child(2) {
  flex: 1;
}

.module6-list-item-right-top div {
  margin-bottom: 12px;
}

.module6-list-item-right-top div p {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #333330;
  letter-spacing: 0;
}

.module6-list-item-right-bottom {
  width: 274px;
  height: 40px;
  background: #BB2A2A;
  padding-left: 14px;
  line-height: 40px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  bottom: 24px;
  left: 0;
}

.btn5 {
  width: 400px;
  height: 54px;
  margin: 0 auto;
  cursor: pointer;
}

.fix-foo {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 0;
  background: url(https://h5cdn.jjl.cn/pc/20240821_dual_plan/fix.png) no-repeat;
  background-size: 100% 100%;

}

.fix-foo .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l3 {
  cursor: pointer;
}
.module5-bottom-list-item2{
  justify-content: flex-start;
}
.module5-bottom-list-item2 .module5-bottom-list-item-div{
  margin-right: 30px;
}