html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
.banner,
.consult {
  position: relative;
}
.banner,
.consult,
.feature,
.scene,
.footer,
.about {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.banner .content {
  position: absolute;
}
.btn {
  display: flex;
}
.btn .online {
  background: linear-gradient(90deg, #F8EEDC 0%, #E8CA8D 100%);
  color: #C82317;
}
.btn .online:hover {
  background: linear-gradient(90deg, #FCF7EE 0%, #EFD9AA 100%);
}
.btn .free {
  border: 1px solid #FFE3BA;
  color: #FFE3BA;
}
.btn .free:hover {
  background: rgba(232, 204, 145, 0.2);
}
.scene_content .icon {
  width: 32px;
  height: 32px;
  background-size: 100%;
  margin-bottom: 8px;
}
.scene_content .invest .icon {
  background-image: url(img/invest_icon.png);
}
.scene_content .invest:hover .icon,
.scene_content .invest.active .icon {
  background-image: url(img/invest_icon_hover.png);
}
.scene_content .enterprise .icon {
  background-image: url(img/enterprise_icon.png);
}
.scene_content .enterprise:hover .icon,
.scene_content .enterprise.active .icon {
  background-image: url(img/enterprise_icon_hover.png);
}
.scene_content .plenary .icon {
  background-image: url(img/plenary_icon.png);
}
.scene_content .plenary:hover .icon,
.scene_content .plenary.active .icon {
  background-image: url(img/plenary_icon_hover.png);
}
.feature li > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.feature .item_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #A03D0A;
  margin: 12px 0;
}
.feature .item_txt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #AF633B;
  text-align: left;
  line-height: 20px;
}
@media screen and (max-width: 960px) {
  .btn {
    justify-content: center;
    font-size: 16px;
  }
  .btn span {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
  }
  .btn .online {
    margin-right: 32px;
  }
  .banner {
    background-image: url(img/banner_h5.png);
    min-height: 370px;
  }
  .banner .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .content .title {
    font-weight: bold;
    font-size: 22px;
    color: #FFF8DC;
    margin-top: 24px;
  }
  .banner .content .txt {
    font-weight: 400;
    font-size: 14px;
    color: #FFF8DC;
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
  }
  .banner .btn {
    margin-top: 150px;
    margin-bottom: 24px;
  }
  .banner .tips {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #DF6969;
    margin: 0 44px 20px;
    text-align: center;
  }
  .feature {
    background-image: url(img/feature_h5.png);
    background-color: #15141A;
  }
  .feature div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .feature .title {
    font-weight: bold;
    font-size: 22px;
    color: #FEE2BA;
    text-align: center;
    margin-top: 24px;
  }
  .feature .txt {
    font-weight: 400;
    font-size: 14px;
    color: #FFF8DC;
    margin-top: 10px;
  }
  .feature ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
  }
  .feature ul li {
    width: calc(50% - 8px - 10px);
    min-height: 120px;
    background: linear-gradient(180deg, #E3CC9D 0%, #F8EEDC 39%, #E8CA8D 100%);
    display: flex;
    /* margin-left: 16px; */
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
  }
  .feature ul li:nth-child(2n) {
    margin-left: 10px;
  }
  .feature ul li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .feature ul li .item_title {
    margin: 0 0 6px 0;
    font-size: 16px;
  }
  .feature .btn {
    margin: 24px 0 28px;
  }
  .consult {
    background-color: #6c2b0e;
    background-image: url(img/consult_h5.png);
    min-height: 220px;
  }
  .consult .fast {
    text-align: center;
    padding-top: 24px;
  }
  .consult .txt {
    font-weight: bold;
    font-size: 22px;
    color: #FEE2BA;
  }
  .scene {
    min-height: 480px;
    background-image: url(img/scene_h5.png);
  }
  .scene .scene_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .scene .scene_content .title {
    font-weight: bold;
    font-size: 22px;
    color: #FFF8DC;
    margin-top: 24px;
  }
  .scene .scene_content .txt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFF8DC;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .scene .scene_content .txt > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .scene .scene_content .txt > div span {
    font-weight: 400;
    font-size: 14px;
    color: #A03D0A;
  }
  .scene .scene_content .left {
    width: 100%;
  }
  .scene .scene_content .left .active span {
    color: #C12718;
  }
  .scene .scene_content .left li {
    flex: 1;
    margin-right: 4px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #F3E6CE 0%, #EBD29E 100%);
    cursor: pointer;
  }
  .scene .scene_content .left li span {
    color: #A03D0A;
    font-size: 14px;
  }
  .scene .scene_content .left li:hover span {
    color: #C12718;
  }
  .scene .scene_content .left li:last-of-type {
    margin: 0;
  }
  .scene .scene_content .left li.active {
    background: #fff;
  }
  .scene .scene_content .left ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0;
    padding: 0 16px;
  }
  .scene .scene_content .left .icon {
    width: 16px;
    height: 16px;
    margin: 0;
    margin-right: 6px;
  }
  .scene .scene_content .right ul {
    margin: 10px 16px;
    padding: 0;
  }
  .scene .scene_content .right ul li {
    background: #fff;
    padding: 4px;
    box-sizing: border-box;
    display: none;
    position: relative;
    font-size: 0;
  }
  .scene .scene_content .right ul li.active {
    display: inline-block;
  }
  .scene .scene_content .right img {
    width: 100%;
  }
  .scene .scene_content .right .tips {
    position: absolute;
    height: 60px;
    background: rgba(122, 60, 29, 0.8);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    bottom: 4px;
    left: 4px;
    right: 4px;
    backdrop-filter: blur(20px);
    justify-content: space-between;
    padding-left: 12px;
  }
  .scene .scene_content .right .tips .btn {
    width: 100%;
    margin-top: 26px;
  }
  .scene .scene_content .right .txt span {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
  }
  .scene .scene_content .right .txt span:last-of-type {
    font-size: 12px;
    font-weight: normal;
  }
  .footer {
    position: relative;
    background-image: url(img/footer_h5.png);
    min-height: 170px;
  }
  .footer .footer_content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_content .title {
    font-weight: bold;
    font-size: 22px;
    color: #FFF8DC;
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .footer .footer_content .txt {
    font-weight: 400;
    font-size: 14px;
    color: #FFF8DC;
    margin-bottom: 24px;
  }
  .about {
    background-image: url(img/about_bg.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 16px;
  }
  .about .content_l {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .about .content_l span:first-child {
    font-weight: bold;
    font-size: 22px;
    color: #FFF8DC;
  }
  .about .content_l span:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    color: #FFF8DC;
    margin-top: 10px;
    text-align: center;
    line-height: 1.5;
  }
  .about .content_l span:last-child {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF8DC;
  }
  .about .content_l span:last-child img {
    width: 20px;
    margin-right: 8px;
    vertical-align: top;
  }
  .about .content_r {
    width: 120px;
    height: 140px;
    background: rgba(59, 59, 80, 0.5);
    padding: 10px;
    box-sizing: border-box;
  }
  .about .content_r > span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about .content_r > span > img {
    width: 100px;
  }
  .about .content_r > span span {
    font-weight: 400;
    font-size: 12px;
    color: #FFF8DC;
    margin-top: 4px;
  }
  .about .content_r > span span img {
    vertical-align: bottom;
    width: 14px;
    height: 14px;
  }
  .copyright {
    color: #8A8A95;
    font-size: 12px;
    text-align: center;
    padding: 12px 16px;
    box-sizing: border-box;
    border-top: 1px solid #313147;
    background: #090913;
    line-height: 2;
  }
  .copyright a {
    color: inherit;
    text-decoration: none;
  }
}
@media screen and (min-width: 960px) {
  html,
  body {
    min-width: 1280px;
  }
  .btn span {
    width: 128px;
    height: 44px;
    line-height: 44px;
    margin-right: 44px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    border-radius: 22px 22px 22px 22px;
    text-align: center;
    cursor: pointer;
  }
  .banner {
    background-image: url(img/banner.png);
    min-height: 500px;
  }
  .banner .content {
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transform: translateY(-50%) translateX(-110%);
  }
  .banner .content .title {
    font-weight: bold;
    font-size: 40px;
    color: #FFF8DC;
    margin-top: 27%;
  }
  .banner .content .txt {
    font-weight: 400;
    font-size: 24px;
    color: #FFF8DC;
    margin-top: 24px;
    margin-bottom: 15%;
  }
  .banner .content .tips {
    font-weight: 400;
    font-size: 12px;
    color: #DF6969;
    margin-top: 10%;
  }
  .consult {
    min-height: 160px;
    background-color: #6c2b0e;
    background-image: url(img/consult_bg.png);
  }
  .consult .fast {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
  }
  .consult .fast .txt {
    font-weight: bold;
    font-size: 36px;
    color: #FDDFB3;
  }
  .feature {
    position: relative;
    min-height: 860px;
    background-color: #15141a;
    background-image: url(img/feature_bg.png);
  }
  .feature > div {
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 72px auto;
  }
  .feature > div > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .feature ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px auto 0;
    max-width: 1265px;
  }
  .feature ul li {
    width: 150px;
    height: 230px;
    background: linear-gradient(180deg, #E3CC9D 0%, #F8EEDC 39%, #E8CA8D 100%);
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
  }
  .feature ul li img {
    width: 40px;
    height: 40px;
  }
  .feature .title {
    font-weight: bold;
    font-size: 40px;
    color: #FEE2BA;
  }
  .feature .txt {
    font-weight: 400;
    font-size: 22px;
    color: #FFE3BB;
    margin-top: 16px;
  }
  .feature .btn {
    margin-top: 30px;
  }
  .scene {
    min-height: 750px;
    background-image: url(img/scene_bg.png);
  }
  .scene .scene_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .scene .scene_content .title {
    font-weight: bold;
    font-size: 40px;
    color: #FFF8DC;
    margin-top: 72px;
  }
  .scene .scene_content .txt {
    font-weight: 400;
    font-size: 22px;
    color: #FFF8DC;
    margin-top: 18px;
    margin-bottom: 32px;
  }
  .scene .scene_content > div {
    display: flex;
  }
  .scene .scene_content > div .left span {
    font-weight: 400;
    font-size: 18px;
    color: #A03D0A;
  }
  .scene .scene_content > div .left .active span {
    color: #C12718;
  }
  .scene .scene_content > div .left li {
    width: 280px;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #F3E6CE 0%, #EBD29E 100%);
    flex-direction: column;
    margin-bottom: 24px;
    cursor: pointer;
  }
  .scene .scene_content > div .left li:hover span {
    color: #C12718;
  }
  .scene .scene_content > div .left li.active {
    background: #fff;
  }
  .scene .scene_content > div .left li.active span {
    color: #C12718;
  }
  .scene .scene_content > div .right li {
    background: #fff;
    width: 880px;
    height: 492px;
    padding: 4px;
    box-sizing: border-box;
    display: none;
    position: relative;
  }
  .scene .scene_content > div .right li.active {
    display: inline-block;
  }
  .scene .scene_content > div .right img {
    width: 100%;
  }
  .scene .scene_content > div .right .tips {
    position: absolute;
    height: 148px;
    background: rgba(122, 60, 29, 0.8);
    display: flex;
    bottom: 4px;
    left: 4px;
    right: 4px;
    backdrop-filter: blur(20px);
    justify-content: space-between;
    align-items: center;
    padding-left: 48px;
  }
  .scene .scene_content > div .right .txt span {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
  }
  .scene .scene_content > div .right .txt span:last-of-type {
    font-size: 18px;
    font-weight: normal;
  }
  .footer {
    position: relative;
    min-height: 230px;
    background-image: url(img/footer_bg.png);
    background-size: cover;
    background-position: center center;
  }
  .footer .footer_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_content .title {
    font-weight: bold;
    font-size: 40px;
    color: #FFF8DC;
    margin-top: 27px;
  }
  .footer .footer_content .txt {
    font-weight: 400;
    font-size: 22px;
    color: #FFF8DC;
    margin-top: 8px;
    margin-bottom: 25px;
  }
  .about {
    background-image: url(img/about_bg.png);
    display: flex;
    justify-content: space-around;
    padding: 70px 0;
  }
  .about .content_l {
    display: flex;
    flex-direction: column;
  }
  .about .content_l span:first-child {
    font-weight: bold;
    font-size: 22px;
    color: #FFF8DC;
  }
  .about .content_l span:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    color: #FFF8DC;
    line-height: 30px;
    margin-top: 24px;
    max-width: 720px;
  }
  .about .content_l span:last-child {
    margin-top: 69px;
    font-weight: bold;
    font-size: 22px;
    color: #FFF8DC;
  }
  .about .content_l span:last-child img {
    width: 32px;
    margin-right: 10px;
    vertical-align: top;
  }
  .about .content_r {
    width: 180px;
    height: 210px;
    background: rgba(59, 59, 80, 0.5);
    padding: 20px;
    box-sizing: border-box;
  }
  .about .content_r > span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about .content_r > span > img {
    width: 140px;
  }
  .about .content_r > span span {
    font-weight: 400;
    font-size: 16px;
    color: #FFF8DC;
    margin-top: 10px;
  }
  .about .content_r > span span img {
    vertical-align: top;
    width: 20px;
    height: 20px;
  }
  .copyright {
    border-top: 1px solid #313147;
    color: #8A8A95;
    font-size: 14px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #090913;
  }
  .copyright a {
    color: inherit;
    text-decoration: none;
  }
}
