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

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  width:auto;
  /* min-width: 1200px; */
  font-size: 14px;
  color: #555;
  background: #fff;
  font-family: Poppins-Regular;
  margin: 0px;

}

fieldset,
img {
  border: 0;
  display: block;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em {
  font-style: normal;
}

input,
button,
select,
textarea {
  outline: none;
  border: 0;
}

textarea {
  resize: none;
}

a {
 
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  /* font-weight: bold; */
  text-decoration: none;
}

.clearfix:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*    */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.overflow-hd {
  overflow: hidden;
}

/*    */
.positionr {
  position: relative;
}

.positiona {
  position: absolute;
}

.positionf {
  position: fixed;
}

/*      */
.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

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

/*   */
.mt20px {
  margin-top: 20px;
}

.mb20px {
  margin-bottom: 20px;
}

.mt40px {
  margin-top: 40px;
}

.mt22px {
  margin-top: 22px;
}

.mt25px {
  margin-top: 25px;
}

.mb30px {
  margin-bottom: 30px;
}

.mr20px {
  margin-right: 20px;
}

.mr30px {
  margin-right: 30px;
}

.mb34px {
  margin-bottom: 34px;
}

.mb10px {
  margin-bottom: 10px;
}

.mb14px {
  margin-bottom: 14px;
}

.mb15px {
  margin-bottom: 15px;
}

.cursor {
  cursor: pointer;
}

.no-cursor {
  cursor: auto;
}

input[type=button],
button {
  cursor: pointer;
}

.disblock {
  display: block;
}

.disinline {
  display: inline-block;
}

/*      */
.show {
  display: block;
}

.hide {
  display: none!important;
}

/*       */
.ellipsis-uniline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-multiline {
  display: box !important;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*        */
}

.nopadding {
  padding: 0px !important;
}

/*      */
.font12px {
  font-size: 12px;
}

.font14px {
  font-size: 14px;
}

.font16px {
  font-size: 16px;
}

.font18px {
  font-size: 18px !important;
}

.font20px {
  font-size: 20px;
}

/*    */
.fontColor-red {
  color: #e00000;
}

.fontColor-blue {
  color: #2f88ee;
}

.fontColor-green {
  color: #73b906;
}

.fontColor-logo {
  color: #dc3965;
}

.h4 {
  font-size: 20px;
  color: #000011;
  font-weight: normal;
}

/*  */
.container{
    width: 100%;
}
.header{
    padding: 0 2.4rem;
    height: 1.76rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header img{
    width: 3.72rem;
}
.nav{
    display: flex;
    align-items: center;
}
.nav a{
    display: block;
    height: 0.48rem;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 0.32rem;
    color: #333333;
    position: relative;
    margin-right: 1.28rem;
    position: relative;
}
.nav a.active::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0.08rem;
    background: linear-gradient( 106deg, #FFC170 0%, #FEA048 26%, #FF7F24 39%, #FF5100 50%, #FF5789 61%, #F589DC 74%, #C1B8FF 100%);
    left: 0;
    bottom: -.2rem;
}

.footer{
  width: 100%;
  height: 7.96rem;
  background: linear-gradient( 106deg, #FFC170 0%, #FEA048 26%, #FF7F24 39%, #FF5100 50%, #FF5789 61%, #F589DC 74%, #C1B8FF 100%);
  padding: 1rem 2.4rem 0;
}
.footer .footer-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer-head img{
  width: 5.4rem;
}
.footer .footer-head .footer-nav-list{
  display: flex;
  margin-top: 1rem;
}
.footer .footer-head .footer-nav-list a{
  display: block;
  height: 0.48rem;
  font-family: 'Poppins-Medium';
  font-weight: 500;
  font-size: 0.32rem;
  color: #FFFFFF;
  position: relative;
  margin-right: 1.28rem;
  position: relative;
}
.footer .footer-head .footer-nav-list a.active::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 0.08rem;
  background: #ffffff;
  left: 0;
  bottom: -.2rem;
}
.footer .footer-bot{
  display: flex;
  margin-top: .82rem;
}
.footer .footer-l{
  margin-right: 1rem;
}
.footer .footer-bot .footer-l{
  display: flex;
  align-items: flex-start;
}
.footer .footer-bot img{
  width: .92rem;
  margin-right: .38rem;
}
.footer-l-t .title{
  font-family: 'Poppins-Bold';
  font-weight: bold;
  font-size: 0.48rem;
  color: #FFFFFF;
  margin-top: .1rem;
}

.footer-l-t .text{
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.64rem;
  max-width: 8.2rem;
  margin-top: .2rem;
}