.banner {
    height: 519px;
    background: linear-gradient(#38e731, #13bb47 70%);
}
.btn-text-group {
    color: #fff;
}
.btn-text-group ul{
    display: flex;
    gap: 32px;
}
.col {
  background: #fff;
  padding: 50px 0;
}
.col .h2 {
  text-align: center;
  font-size: 38px;
  line-height: 42px;
  color: #444;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.col .p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.js-col .h2 span {
  color: #338BFE;
}

.js-col .list-bg {
  margin: 40px 0;
}

.js-col .list-bg .item {
  float: left;
  width: 33.333334%;
}

.js-col .list-bg .item .box {
  margin: 0 auto;
  line-height: 160px;
  text-align: center;
  color: #fff;
  font-size: 34px;
  letter-spacing: 2px;
}

.js-col .list-text .item {
  float: left;
  width: 16.666667%;
}

.js-col .list-text .item .box {
  background: #369CFF;
  color: #fff;
  border-radius: 4px;
  width: 120px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}

.js-col .btn-group {
  text-align: center;
}

.js-col .btn-group .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 128px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #338bfe;
  margin: 0 10px;
}

.js-col .btn-group .btn .resUrl {
  background: #338bfe;
  color: #fff;
}

.js-col .btn-group .btn .kfUrl {
  color: #338bfe;
}
.js-col .list_u {
    display: flex;
    flex-direction: column;
}
.js-col .list_u .list-text{
    display: flex;
    justify-content: space-evenly;
}
.jy-col {
  background: #f3f5f8;
}
.jy-col .bg-dyh{
    font-size: 2.5rem;
}
.jy-col .jy-items{
    display: flex;
    flex-direction: column;
}
.jy-col .h2 span {
  color: #8011bb;
}
.jy-col .items {
  margin: 20px 0;
}

.jy-col .items .h3 {
    display: flex;
    padding: 10px;
    align-items: center;
}

.jy-col .items .h3 .num {
  background: #8011bb;
  color: #fff;
  display: block;
  float: left;
  border-radius: 50%;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
}

.jy-col .items .h3 .txt {
  font-size: 18px;
  letter-spacing: 2px;
  color: #333;
}
.jy-col .items .jy_dyh{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jy-col .items.dyh .item .box .icon {
  margin: 0 auto;
}

.jy-col .items.dyh .item .box .h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
}

.jy-col .items.dyh .item .box .txt {
  padding: 0 14px;
}

.jy-col .items .list-l {
    display: grid;
    gap:1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.jy-col .items.dyh .list-l .item {
  width: 50%;
}

.jy-col .items.dyh .list-l .item .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 232px;
    height: 170px;
    margin: 10px auto;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
}

.jy-col .items.dyh .list-l .item:nth-child(1) .box {
  background: linear-gradient(#3184fe, #60aef9);
}

.jy-col .items.dyh .list-l .item:nth-child(2) .box {
  background: linear-gradient(#f54b1e, #ff8400);
}

.jy-col .items.dyh .list-l .item:nth-child(3) .box {
  background: linear-gradient(#8010b9, #a81cf0);
}

.jy-col .items.dyh .list-l .item:nth-child(4) .box {
  background: linear-gradient(#7124f3, #a24ffe);
}

.jy-col .items.dyh .list-l .item .box .icon {
  margin: 10px auto;
  width: 42px;
  height: 42px;
}

.jy-col .items.dyh .bg-jia {
  width: 10%;
  float: left;
  text-align: center;
  font-size: 80px;
  color: #999;
  height: 380px;
  line-height: 380px;
}

.jy-col .items.dyh .list-r {
    height: 224px;
    display: flex;
    border-radius: 10px;
    background: #8791dc;
    align-items: center;
}

.jy-col .items.dyh .list-r .item .box {
  text-align: center;
  color: #fff;
}

.jy-col .items.dyh .list-r .item .box .icon {
  margin: 40px auto 20px;
  width: 40px;
  height: 40px;
}

.jy-col .items.dt .list {
  padding: 10px 0 20px;
}

.jy-col .items.dt .list .item {
  float: left;
  width: 20%;
}

.jy-col .items.dt .list .item .box {
  width: 210px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.jy-col .items.dt .list .item .box .icon {
  position: relative;
  top: -1px;
  left: -1px;
}

.jy-col .items.dt .list .item .box .h4 {
  margin: 10px 0;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}

.jy-col .items.dt .list .item .box .txt {
  padding: 0 10px 10px;
  color: #666;
}

.jy-col .items.cj .list .item {
  float: left;
  width: 33.33334%;
}

.jy-col .items.cj .list .item .box {
  width: 320px;
  height: 84px;
  margin: 20px auto;
  border-radius: 8px;
  background: #e2e2e2;
  transition: .3s;
}

.jy-col .items.cj .list .item .box:hover {
  box-shadow: 0px 0px 20px 0px rgba(78, 166, 232, 0.2);
}

.jy-col .items.cj .list .item .box .icon {
  float: left;
  margin: 14px 10px;
}

.jy-col .items.cj .list .item .box .h4 {
  overflow: hidden;
  padding-top: 10px;
  font-weight: normal;
  font-size: 16px;
  color: #333;
}

.jy-col .items.cj .list .item .box .txt {
  overflow: hidden;
  line-height: 1.2;
  color: #666;
  padding: 5px 0;
  padding-right: 10px;
}

.jy-col .btn-group {
  text-align: center;
}

.jy-col .btn-group .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 128px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #8011bb;
  margin: 0 10px;
}

.jy-col .btn-group .btn.resUrl {
  background: #8011bb;
  color: #fff;
}

.jy-col .btn-group .btn.kfUrl {
  color: #8011bb;
}

.bg-dt_01 {
  width: 210px;
  height: 120px;
  background: url('/static/pc_img/retail/sprites-bg.png') -10px -10px;
}

.bg-dt_02 {
  width: 210px;
  height: 120px;
  background: url('/static/pc_img/retail/sprites-bg.png') -240px -10px;
}

.bg-dt_04 {
  width: 210px;
  height: 120px;
  background: url('/static/pc_img/retail/sprites-bg.png') -470px -10px;
}

.bg-dt_03 {
  width: 210px;
  height: 120px;
  background: url('/static/pc_img/retail/sprites-bg.png') -700px -10px;
}

.bg-dt_05 {
  width: 210px;
  height: 120px;
  background: url('/static/pc_img/retail/sprites-bg.png') -930px -10px;
}
.bg-js_01 {
  width: 356px;
  height: 160px;
  background: url('/static/pc_img/retail/sprites-bg.png') -1160px -10px;
}

.bg-js_02 {
  width: 356px;
  height: 160px;
  background: url('/static/pc_img/retail/sprites-bg.png') -1536px -10px;
}

.bg-js_03 {
  width: 356px;
  height: 160px;
  background: url('/static/pc_img/retail/sprites-bg.png') -1912px -10px;
}
.jz-col {
  border-bottom: 1px solid #ccc;
}

.jz-col .h2 span {
  color: #ff2222;
}

.jz-col .list-l {
  margin-left: 40px;
  padding: 40px 0;
}

.jz-col .list-l .item {
  list-style: disc;
  color: #ff2222;
  padding: 10px 0;
  font-size: 16px;
}

.jz-col .list-l .item p {
  color: #333;
  font-size: 16px;
  display: flex;
}

.jz-col .list-r .item .box .icon {
  float: left;
  margin-right: 10px;
}

.jz-col .list-r .item .box .h3 {
  font-size: 18px;
  overflow: hidden;
  line-height: 60px;
}
.jz-col .list-r{    
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    margin: 40px 0;
}
.jz-col .list-r .box{
    display: flex;
    align-items: center;
    gap: 20px;
}
.jz-col .jz-content .txt{
    display: grid;
}
.jz-col .btn-group {
  margin-left: 25px;
}

.jz-col .btn-group .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 128px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #ff2222;
  margin: 0 10px;
}

.jz-col .btn-group .btn.resUrl {
  background: #ff2222;
  color: #fff;
}

.jz-col .btn-group .btn.kfUrl {
  color: #ff2222;
}
.jz-col .jz-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.bg-jz {
    font-size: 3rem;
    background-color: #fd3434;
    padding: 0.2rem;
    border-radius: 1.1rem;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tz-col .h2 span {
  color: #0A6CEF;
}

.tz-col .list {
  padding: 40px 0;
}

.tz-col .list .item {
  float: left;
  width: 25%;
}

.tz-col .list .item .box {
  text-align: center;
  width: 264px;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-sizing: border-box;
}

.tz-col .list .item .box .head {
  background: #0A6CEF;
  height: 160px;
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
  margin: -1px;
}

.tz-col .list .item .box .icon {
  margin: 0px auto 20px;
}

.tz-col .list .item .box .h4 {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}

.tz-col .list .item .box .h3 {
  color: #333;
  font-size: 18px;
  margin: 20px 0 15px;
}

.tz-col .list .item .box .txt {
  color: #666;
  line-height: 1.8;
  padding: 0 14px;
  height: 76px;
}

.tz-col .list .item .box .btn {
  display: inline-block;
  padding: 8px 16px;
  background: #0a6cef;
  color: #fff;
  border-radius: 4px;
  margin: 20px 0;
}

.xt-col {
  padding-bottom: 0;
}

.xt-col .h2 span {
  color: #ff484c;
}

.xt-col .list .item {
  padding: 50px 0;
}

.xt-col .list .item:nth-child(even) {
  background: #f4f4f4;
}

.xt-col .list .item .text {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.xt-col .list .item .box {
  display: table;
}

.xt-col .list .item .text .h3 {
  font-size: 24px;
  margin: 20px 0;
}

.xt-col .list .item .text .txt {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.xt-col .list .item .text .btn-group {
  margin-left: -10px;
  margin-top: 30px;
}

.xt-col .list .item .text .btn-group .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ff484c;
  margin: 0 10px;
}

.xt-col .list .item .text .btn-group .btn.resUrl {
  background: #ff484c;
  color: #fff;
}

.xt-col .list .item .text .btn-group .btn.kfUrl {
  color: #ff484c;
}

.xt-col .list .item .img {
  text-align: center;
}

.vs-col {
  background: url('/static/pc_img/retail/vs-bg.jpg') no-repeat center center;
  height: 400px;
}

.vs-col .h2 span {
  color: #d33c3e;
}

.vs-col .img {
  text-align: center;
  padding-top: 60px;
}

.vs-col .img img {}
