@charset "UTF-8";

html {
  font-size: 16px;
  font-family: "微软雅黑";
}

/*PC端样式*/
@media (min-width: 768px) {
  .bottomtxt{
    min-width: 1000px; background: #684fde!important;color:#fff!important;padding: 10px 20px; border-radius: 15px;text-align: center; max-width: 1220px;
    margin-top: 25px; margin-bottom: 20px; font-size: 32px!important;
    position: relative;
  }
  .bottomtxt::after{height: 1px; display: block; background:#684fde!important; position: absolute; width: 90%;left: 5%; bottom: -8px; content: '';}

  a {
    display: block;
  }

  .box {
    width: 100%;
  }

  .box .top .pc {
    width: 100%;
  }
  .box .top .apptop {
    width: 100%;
    display:none;
  }
  .box .bod {
    width: 100%;
    margin: 0 auto;
  }

  .box .bod .bodTop {
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../imagesn/c2.jpg) no-repeat;
    background-size: cover;
  }
  .box .bod .bodTop .module1 .bodTop-a {
    /* padding-top:90px; */
    width:36%;
    background-size: 100%;
    margin-top: -114px;
    margin-top: 4px;
    /* margin-bottom: 4px; */
  }

  .buttonBox a {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
  }
  .box .bod .bodTop .huodong {
    width: 100%;
  }

  .box .bod .bodTop .module1 {

    display: flex;

    flex-direction: column;

    width: 80%;

    align-items: center;

    padding: 27px 0;

    border-radius: 30px;

    background-color: rgb(252, 252, 252,0.5);

    margin-bottom: 100px;

    border: 1px solid #d4e4c5;

  }
  .box .bod .bodTop .module1 ul {
    width: 100%;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 18px;
    margin-bottom: 20px;
  }

  .box .bod .bodTop .module1 ul li {
    width: 198px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../imagesn/bg2.png) no-repeat;
    background-size: 100%;
    padding: 17px 0;
    margin: 27px 0;
  }

  .box .bod .bodTop .module1 ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .box .bod .bodTop .module1 ul li a img {
    width: 100px;
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .box .bod .bodTop .module1 ul li a p {
    font-size: 16px;
    height: 22px;
    color: #ffff;
    line-height: 22px;
  }

  .box .bod .bodTop .module1 p {
    font-size: 26px;
    color: #abca93;
    text-align: center;
    display: block;
    /* background: #684fde; */
  }

  .box .bod .bodTop .module2 ul {
    padding: 34px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .box .bod .bodTop .module2 ul li {
    background: none;
    width: 12.5%;
    margin: 0;
    padding: 0;
    margin-bottom: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .box .bod .bodTop .module2 ul li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .box .bod .bodTop .module2 ul li a img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 1px solid #7f67bd;
  }

  .box .bod .bodTop .module2 ul li a p {
    font-size: 17px;
    color: #9a9897;
  }

  .box .bod .bodTop .module2 ul li span {
    cursor: pointer;
    width: 88px;
    border: 2px solid #b70018;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    color: #c00103;
    line-height: 22px;
    margin-top: 10px;
  }

  .box .bod .bodTop .module1 ul li dd {
    cursor: pointer;
    width: 88px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 10px;
  }

  .box .bod .bodTop .module3 {
    /*background: #c00103;*/
    /*color:#abca93;*/
  }

  .box .bod .bodTop .module3 .bodTop-a {
    top: -25%;
  }

  .box .bod .bodTop .module3 ul {
    border: none;
  }

  .box .bod .bodTop .module3 ul li {
    width: 208px;
    height: 130px;
    background: url(../imagesn/bg3.png) no-repeat;
    background-size: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .box .bod .bodTop .module3 ul li h3 {
    width: 50%;
    text-align: center;
    color: #b70018;
    font-size: 34px;
    margin-bottom: 20px;
  }

  .box .bod .bodTop .module3 ul li div {
    width: 50%;
    margin-bottom: 10px;
  }

  .box .bod .bodTop .module3 ul li div p {
    font-size: 20px;
    color: #000;
    text-align: left;
  }

  .box .bod .bodTop .module3 ul li a {
    width: 110px;
    height: 28px;
    border: 2px solid #b70018;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    color: #c00103;
    line-height: 28px;
  }

  .box .bod .bodTop .module3 .module3Btm {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .box .bod .bodTop .module3 .module3Btm h4 {
    font-size: 34px;
    color: #abca93;
    width: 68px;
    margin-right: 30px;
  }

  .box .bod .bodTop .module3 .module3Btm div {
    border-left: 3px solid #abca93;
    border-bottom: 3px solid #abca93;
    padding-left: 15px;
  }

  .box .bod .bodTop .module3 .module3Btm div p {
    color: #abca93;
    font-size: 24px;
    text-align: left;
  }

  .btms {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #000; */
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .btms .btmsImg {
    width:36%;
    margin-top: 4px;
    padding-bottom: 68px;
  }

  .btms ul {
    display: flex;
    justify-content: center;
  }

  .btms ul li {
    width: 482px;
    padding: 27px 26px;
    border-radius: 30px;
    background-color: rgb(252, 252, 252, 0.5);
    margin-bottom: 30px;
    border: 1px solid #d4e4c5;
    text-align: center;
    margin-left: 26px;
    font-size: 15px;
  }

  .btms ul li h2 {
    font-size: 28px;
    line-height: 50px;
  }

  .btms ul li img {
    margin: 0 auto;
    width: 416px;
    height: 488px;
    border-radius: 15px;
  }

  .btms .btmsP {
    font-size: 23px;
    line-height: 50px;
    color: #9ac180;
    background: #ffff;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 60px;
  }

  .buttonBox {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }


  .mall_count{display: none;}

  .ziti p{color: #0a0804;}

}
/*移动端样式*/
@media (max-width: 770px) {
  body{padding-top: 197px;}
  .search_box{display: none;}
  #fund_new{display: none;}
  .wk_right li:nth-child(3){display: none;}
  .wk_right .layui-nav{width: 100%;}
  .wk_bottom .div2 .div_aa ul li{width: 25%;float: left;}
  .wk_header{width: 100%;}
  /* .wk_right{width: 100%; display: none;} */
  .wk_bottom .div1 {width: 100%!important;}
  .wk_bottom .div2{width: 100%!important;}
  .w_1200{width: 100%;}
  .wk_nav{width: 100%;}
  .btms li p{line-height: 200%;}
  .btms{padding-bottom: 1rem;}
  .wk_right{width: 100%;}
  .bottomtxt{
    min-width: 80%; background: #684fde!important;color:#fff!important;padding: .1rem .2rem; border-radius: .15rem;text-align: center; max-width: 90%;
    margin-top: .25rem; margin-bottom: .20rem; font-size: .32rem!important;
    position: relative;
  }
  .bottomtxt::after{height: 1px; display: block; background:#684fde!important; position: absolute; width: 90%;left: 5%; bottom: -8px; content: '';}
  a {
    display: block;
  }

  #bodUi li{width:50%;}

  .box {
    width:16rem;
  }

  .box .top .pc {
    display:none;
  }
  .box .top .apptop {
    width:100%;
  }
  .box .bod {
    width: 100%;
    margin: 0 auto;
  }

  .box .bod .bodTop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../imagesn/c2.jpg) no-repeat;
    background-size:cover;
  }

  /*.box .bod .bodTop .module1 .bodTop-a  {*/
  /*position:absolute;*/
  /*left: 32%;*/
  /*top: -18%;*/
  /*width: 614px;*/
  /*background-size: 100%;*/
  /*margin-bottom: 75px;*/
  /*}*/

  .box .bod .bodTop .module1 .bodTop-a {
    width:7rem;
    margin-top:.5rem;
  }
  .box .bod .bodTop .huodong {
    width: 100%;
  }

  .box .bod .bodTop .module1 {
    display: flex;
    flex-direction: column;
    width: 95%;
    align-items: center;
    border-radius:0.6133rem;
    background-color: rgb(252, 252, 252,0.5);
    border: 1px solid #d4e4c5;
    margin-bottom:1.024rem;
    padding-bottom:1rem;
  }

  .box .bod .bodTop .module1 ul {
    width: 100%;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 0.2133rem;
  }

  .box .bod .bodTop .module1 ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../imagesn/bg2.png) no-repeat;
    background-size: 100%;
    padding: 0.4rem 0;
    margin-bottom: 0.5rem;
  }

  .box .bod .bodTop .module1 ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .box .bod .bodTop .module1 ul li a img {
    width: 100px;
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .box .bod .bodTop .module1 ul li a p {
    font-size: 16px;
    height: 22px;
    color: #ffff;
    line-height: 22px;
  }

  .box .bod .bodTop .module1 p {
    font-size:0.3413rem;
    color: #abca93;
    text-align: center;
    display: block;
  }

  .box .bod .bodTop .module2 ul {
    padding-top:0.5547rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .box .bod .bodTop .module2 ul li {
    background: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:0.8133rem;
    padding-bottom: .5rem;
  }

  .box .bod .bodTop .module2 ul li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .box .bod .bodTop .module2 ul li a img {
    width:3rem;
    border-radius:0.0213rem;
    margin-bottom: 0.32rem;
    border-radius: 50%;border: 1px solid #6e4dd8;
  }

  .box .bod .bodTop .module2 ul li a p {
    font-size:0.600rem;
    color: #000000;
  }

  .box .bod .bodTop .module2 ul li span {
    cursor: pointer;
    width:2.8rem;
    border:1px solid #b70018;
    border-radius: 0.228rem;
    font-size: 0.256rem;
    text-align: center;
    color: #c00103;
    line-height: 0.8rem;
  }








  .box .bod .bodTop .module1 ul li dd {
    cursor: pointer;
    width: 88px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 10px;
  }

  .box .bod .bodTop .module3 {
    /*background: #c00103;*/
    /*color:#abca93;*/
  }

  .box .bod .bodTop .module3 .bodTop-a {
    top: -25%;
  }

  .box .bod .bodTop .module3 ul {
    border: none;
    padding-top: 0.5rem;
  }

  .box .bod .bodTop .module3 ul li {
    width: 6rem;
    background: url(../imagesn/bg3.png) no-repeat;
    background-size: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .box .bod .bodTop .module3 ul li h3 {
    width: 50%;
    text-align: center;
    color: #b70018;
    font-size: 0.5547rem;
    margin-bottom: 20px;
  }

  .box .bod .bodTop .module3 ul li div {
    width: 50%;
    margin-bottom: 10px;
  }

  .box .bod .bodTop .module3 ul li div p {
    font-size:0.3413rem;
    color: #000;
    text-align: left;
  }

  .box .bod .bodTop .module3 ul li a {
    width: 3rem;
    height: 1rem;
    border: 1px solid #b70018;
    border-radius: 0.2rem;
    font-size: 0.256rem;
    text-align: center;
    color: #c00103;
    line-height: 1rem;
  }

  .box .bod .bodTop .module3 .module3Btm {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .box .bod .bodTop .module3 .module3Btm h4 {
    font-size: 34px;
    color: #abca93;
    width: 68px;
    margin-right: 30px;
  }

  .box .bod .bodTop .module3 .module3Btm div {
    border-left: 3px solid #abca93;
    border-bottom: 3px solid #abca93;
    padding-left: 15px;
  }

  .box .bod .bodTop .module3 .module3Btm div p {
    color: #abca93;
    font-size: 24px;
    text-align: left;
  }

  .btms {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .btms .btmsImg {
    width: 6.12rem;
    left: 35%;
    padding-bottom: 0.5rem;
  }

  .btms ul {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
  }

  .btms ul li {
    width: 14.9893rem;
    padding: 0.576rem 0.0853rem;
    border-radius: 17px;
    background-color: rgb(252, 252, 252, 0.5);
    margin-bottom:0.2133rem;
    border: 1px solid #d4e4c5;
    text-align: center;
    font-size: 0.256rem;
    line-height:0.5rem;
  }

  .btms ul li h2 {
    font-size:0.4267rem;
    line-height: 1rem;
  }

  .btms ul li img {
    margin: 0 auto;
    width: 13.456rem;
    border-radius: 15px;
    margin-bottom: 0.5rem;
  }

  .btms .btmsP {
    font-size: 0.3413rem;
    color: #9ac180;
    background: #ffff;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1.4267rem;
  }

}

.buttonBox {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.buttonBox a {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 0.228rem 0.6827rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.32rem;
  margin: 0.0853rem 0.0427rem;
  cursor: pointer;
  border-radius: 6px;
}
}
/*# sourceMappingURL=index.css.map */