input{
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.index-header{
    background: rgba(255,255,255,.04);
}
.index-banner{
    width: 100%;
    height: 747px;
    background: linear-gradient(90deg, #0D2AB8 0%, #3B5BF5 100%);
    overflow: hidden;
}
.index-banner .banner-img{
    width: 612px;
    margin-top: 174px;
}
.index-banner .banner-title{
    margin-top: 280px;
}
.index-banner .banner-more{
    width: 188px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}
.index-gift{
    width: 100%;
    padding-top: 160px;
    padding-bottom: 240px;
    overflow: hidden;
}
.left-content{
    width: 596px;
}
.gift-sub-title{
    height: 20px;
}
.gift-text{
    line-height: 28px;
}
.index-gift .gift-my-mig1{
    top: 70px;
    right: 268px;
    width: 280px;
    height: 500px;
    z-index: 2;
    border-radius: 20px;
}
.index-gift .gift-my-mig2{
    width: 360px;
    height: 640px;
    top: 0;
    right: 0;
    z-index: 4;
    border-radius: 24px;
}
.index-gift .gift-more{
    width: 188px;
    height: 48px;
    border-radius: 4px;
    margin-top: 110px;
    overflow: hidden;
}
.index-gift .more-left{
    width: 140px;
    height: 48px;
    line-height: 48px;
    background: #3B5BF5;
}
.index-gift .more-right{
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #FF720E;
}
.our-gift{
    width: 100%;
    overflow: hidden;
    padding-bottom: 160px;
}
.new-gift-list{
    width: 290px;
    margin-left: 16px;
}
.new-gift-list:first-child{
    margin-left: 0;
}
.our-gift .new-list-img{
    width: 290px;
    height: 514px;
    border-radius: 16px;
}
.our-gift .new-gift-title{
    margin-top: 10px;
}
.number{
    width: 100%;
    height: 400px;
    background: url("../images/index/bannerbg.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.number .common-wrapper{
    padding-top: 150px;
    height: 400px;
    box-sizing: border-box;
}
.number .number-beautify{
    width: 20px;
    height: 139px;
    right: 0;
    bottom: 0;
}
.hot-gift{
    margin-top: 160px;
}
.about-us{
    width: 100%;
    overflow: hidden;
    margin-top: 94px;
    padding-bottom: 127px;
}
.about-us .us-img{
    width: 548px;
    height: 612px;
}
.about-us .gift-title{
    margin-top: 124px;
}
.introduce{
    width: 100%;
    height: 400px;
    background: url("../images/index/bannerbg.png") no-repeat center;
    background-size: cover;
    padding-top: 102px;
    box-sizing: border-box;
    overflow: hidden;
}
.introduce .introduce-photo{
    width: 80px;
    height: 80px;
}
.introduce .introduce-name{
    margin-top: 16px;
}
.introduce .introduce-text{
    width: 754px;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
}
.introduce .swiper-button{
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    background: rgba(255,255,255,.09);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.introduce .swiper-next{
    left: 0;
}
.introduce .swiper-next img{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
}
.introduce .swiper-prev{
    right: 0;
}
.platform{
    width: 100%;
    padding: 160px 0;
    overflow: hidden;
}
.platform .chart{
    width: 1208px;
    padding: 86px;
    box-sizing: border-box;
    box-shadow: 0px 0px 80px 0px rgba(41, 45, 51, 0.1);
    border-radius: 24px;
}
.platform .input-list{
    margin-top: 48px;
}
.platform .platform-input{
    width: 494px;
    height: 48px;
    background: #F4F4F5;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 25px 0 16px;
    border: none;
}
.platform .choose{
    width: 12px;
    height: 12px;
    right: 25px;
    bottom: 18px;
}
.platform .platform-subject{
    width: 494px;
    left: 0;
    background-color: #f5f5f5;
    border-radius: 10px;
    display: none;
    overflow: hidden;
}
.platform .platform-subject li{
    height: 40px;
    line-height: 40px;
}
.platform .platform-subject li:hover{
    background-color: #3B5BF5;
    color: #fff;
}
.platform .remarks textarea{
    width: 1036px;
    height: 200px;
    background: #F4F4F5;
    border-radius: 8px;
    padding: 16px;
    margin-top: 22px;
    border: none;
}
.platform .platform-submit{
    width: 220px;
    height: 48px;
    line-height: 48px;
    background: #3B5BF5;
    border-radius: 8px;
    margin: 48px auto 0;
}


