.marginauto {
    margin: 0 auto;
    width: 1200px;
}
.flex{
    display: flex;
}
.title{
    text-align: center;
}
.title h3 {
    font-size: 26px;
    color: #3b426b;
    padding-bottom: 20px;
    font-weight: 500;
}
.top-banner {
    /* background-color: #fd6b3e; */
    color: #fff;
    width: 100%;
    height: 480px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.top-banner .swiper-container {
    height: 100%;
}
.top-banner .swiper-container .ani{
    color: #ffffff;
    float: left;
}
.top-banner .swiper-container .seckill-ban{
    transform: translateY(50px);
    margin-left: 150px;
}
.top-banner .swiper-container .text-ban{
    transform: translateY(130px);
}
.top-banner .swiper-container .ani h2{
    font-size: 30px;
    margin: 50px 20px 28px 0;
    font-weight: 500;
    color: #ffffff;
}
.top-banner .swiper-container .ani p {
    font-size: 18px;
    width: 500px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #ffffff;
}
.commission {
    background: url(../img/solution/free.html) no-repeat;
    background-size: 100% 100%;
    height: 240px;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
    color: #fff;
}
.video-de{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.video-de video {
    width: 326px;
    margin: 0 40px;
    height: 580px;
    border-radius: 6px;
    box-shadow: 2px 0px 20px #eee;
}
.video-de p {
    padding-top: 20px;
    color: #7D88A2;
    font-size: 14px;
}
.video-de .video-item{
    display: inline-block;
}
.commission-tit {
    font-size: 28px;
    padding-bottom: 16px;
}
.commission .free {
    width: 116px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 8px;
}
.group-banner {
    background: linear-gradient(90deg,#ff5870,#ff8b54);
}
.member {
    align-items: center;
    padding-top: 50px;
}
.member-left {
    padding-left: 40px;
}
.member-right {
    padding-left: 20px;
}
.member-tit {
    font-size: 26px;
    color: #3b426b;
    padding-bottom: 24px;
}
.member-subtit {
    line-height: 30px;
    font-size: 18px;
    color: #5d6494;
}
.poster {
    background: #f5f8ff;
}
.poster-container {
    padding-bottom: 50px;
    justify-content: center;
}
.poster-subtit {
    font-size: 14px;
    color: #5d6494;
    text-align: center;
    padding-top: 28px;
}
.poster-item {
    margin: 0 15px;
}
.pain-item {
    margin: 0 19px;
    width: 320px;
    height: 358px;
    background: linear-gradient(360deg,#ff5870,#ff8b54);
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
}
.pain-item img {
    padding: 64px 0 32px 0;
    margin: 0 auto;
}
.pain-subtit {
    opacity: .5;
    font-size: 16px;
    line-height: 34px;
    padding-top: 16px;
    width: 256px;
    margin: 0 auto;
    text-align: left;
}
.special-container {
    justify-content: center;
    padding-bottom: 50px;
}
.special-container img {
    margin: 0 38px;
}
.special-item {
    font-size: 14px;
    color: #5D6494;
    line-height: 26px;
    margin-top: 92px;
}
.special-item .special-tit {
    font-size: 18px;
    color: #3B426B;
    padding-bottom: 10px;
}
.agreement {
    background: #f5f8ff;
    padding-bottom: 50px;
}
.agreement-container {
    justify-content: center;
}
.agreement-item {
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #5d6494;
    line-height: 28px;
    text-align: center;
    width: 258px;
    height: 288px;
    margin: 0 14px;
    padding: 0 14px;
    box-sizing: border-box;
}
.agreement-item img {
    padding-top: 34px;
    margin: 0 auto;
}
.agreement-item .agreement-tit {
    font-size: 20px;
    font-weight: 500;
    color: #3B426B;
    padding: 16px 0 10px 0;
}
.seckill-set {
    width: 520px;
    height: 146px;
    box-sizing: border-box;
    padding: 0 52px;
    margin: 0 30px 30px 30px;
    box-shadow: 0 0 16px rgba(229,228,228, .5);
    align-items: center;
}
.seckill-set img {
    margin-right: 28px;
}
.secpage-tit {
    font-size: 20px;
    font-weight: 500;
    color: #3B426B;
}
.secpage-subtit {
    font-size: 16px;
    color: #5D6494;
    padding-top: 18px;
}
.seckill-page .poster-item {
    margin: 0 16px;
}
.sec-spa-item {
    width: 270px;
    height: 340px;
    background: rgba(255,255,255,.8);
    border-radius: 4px;
    text-align: center;
    color: #5D6494;
    padding-top: 46px;
    box-sizing: border-box;
    margin: 0 8px;
    font-size: 16px;
    line-height: 32px;
}
.sec-spa-item .special-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255,246,243,.3);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-spa-item .special-img img {
    padding-top: 10px;
}
.seckill-special {
    background: url(../img/product/seckill-spbg.html) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}
.sec-spa-item .red-line {
    width: 96px;
    height: 4px;
    margin: 30px auto 20px auto;
    background: #ff546d;
    border-radius: 2px;
}
.decoration-video {
    width: 1000px;
    height: 540px;
    margin: 50px auto 0 auto;
    border-radius: 10px;
    position: relative;
}
.decoradion-spec {
    background: #fff;
    width: 1000px;
    height: 354px;
    border-radius: 4px;
    border-radius: 10px;
    justify-content: center;
    padding-top: 72px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}
.deco-item {
    width: 300px;
}
.deco-item img {
    margin: 0 auto;
}
.deco-item p {
    width: 214px;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #5D6494;
}
.deco-item .deco-tit {
    font-size: 18px;
    font-weight: 500;
    color: #3B426B;
    padding: 20px 0;
}
.decoration-live {
    margin: 0 auto;
    padding-bottom: 50px;
}
.template-container {
    justify-content: center;
}
.template-container img {
    margin: 0 16px;
    padding-bottom: 50px;
}

.decoration-video {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.decoration-video div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.decoration-video .iconfont {
    color: #fff;
    font-size: 40px;
    padding-left: 6px;
    line-height: 134px;
}
.big-circle {
    width: 276px;
    height: 276px;
    border-radius: 50%;
    background: rgba(0, 917, 141, .2);
    position: absolute;
}
.video-cover {
    background: rgba(0, 917, 141, .1);
    position: absolute;
    z-index: 6;
    left: -56px;
    top: 0;
    right: -56px;
    bottom: 0;
}
/*鏈嶅姟涓�*/
.service-banner{
    background: url(../img/product/service-bg.html) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;/* 鍏煎Webkit鍐呮牳娴忚鍣ㄥChrome鍜孲afari */
    -o-background-size: cover;/* 鍏煎Opera */
    color: #fff;
}
.service-banner h2{
    font-size: 30px;
}
.service-banner p{
    font-size: 16px;
}
.start-item{
    text-align: center;
    width: 400px;
    padding-right: 20px;
    /*height: 400px;*/
}
.start-item img {
    margin: 0 auto;
    padding-bottom: 24px;
}
.start-item .item_title{
    font-size: 18px;
    color: #3b426b;
    margin-bottom: 20px;
}
.start-item p{
    font-size: 14px;
    margin-bottom: 14px;
    color: #7D88A2;
}
.common .common_title{
    font-size: 26px;
    color: #3b426b;
    text-align: center;
    margin-top: 20px;
}
.common ul li span{
    display: inline-block;
    background-color:  #354cf3;
    width: 8px;
    height: 8px;
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.common ul li p{
    display: inline-block;
    font-size: 18px;
    color: #5d6494;
    text-align: left;
    margin-left: 20px;
    margin-top: -24px;
    line-height: 32px;
}
.common ul li{
    list-style:none;
}
.gn_show{
    overflow: hidden;
    margin-bottom: 80px;
}
.gn_show .gn-item{
    float: left;
    width: 340px;
    height: 260px;
    background: none;
    text-align: center;
    margin-left: 45px;
    margin-bottom: 36px;
    box-shadow: 0 3px 16px rgba(230,233,246,0.70);
    -moz-box-shadow: 0 3px 16px rgba(230,233,246,0.70);
    -webkit-box-shadow:0 3px 16px rgba(230,233,246,0.70);
}
.gn_show .gn-item img{
    padding: 16px 0 20px 0;
    margin: 0 auto;
}
.gn_show .gn-item  .item_title{
    margin-bottom: 20px;
    color: #3b426b;
    font-size: 18px;
}
.gn_show .gn-item p{
    font-size: 14px;
    color: #7d88a2;
    margin-bottom: 10px;
}
/*鍗″瘑*/
.cardScreat-banner{
    background: linear-gradient(90deg,#ff825c,#ff5d5c);
    background-size: cover;
    -webkit-background-size: cover;/* 鍏煎Webkit鍐呮牳娴忚鍣ㄥChrome鍜孲afari */
    -o-background-size: cover;/* 鍏煎Opera */
}
.icon{
    margin-bottom: 20px;
}
.con{
    position: relative;
}
.cardScreatTitle h3{
    font-size: 26px;
    color: #3b426b;
    text-align: center;
    font-weight: 500;
}
.cardScreatTitle .underline{
    width: 100px;
    height: 12px;
    background-color: #ffd9d9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    bottom:-1px;
    left: 50.1%;
    z-index: -1;
}
.cardScreat-special{
    width: 100%;
}
.cardConTitle h3{
    text-align: center;
    font-size: 26px;
    color: #3b426b;
    font-weight: 500;
}
.cardScreat-special .special-con{
    background: url(../img/product/cm_bg.html) no-repeat;
    background-position:center center;
    text-align: center;
    position: relative;
    padding-bottom: 92px;
    margin-bottom: 46px;
}
.cardScreat-special .special-con .yuan{
    margin-left: 39%;
    /*height: 397px;*/
}
.conitem{
    display: inline-block;
    background-color: white;
    height: 64px;
    line-height: 64px;
    padding:0 36px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 24px #e8e8f1;
    -moz-box-shadow: 0 0 24px #e8e8f1;
    -webkit-box-shadow:0 0 24px #e8e8f1;
    overflow: hidden;
}
.conitem .itemImg{
    float: left;
    margin-top: 20px;
}
.conitem span{
    float: left;
    margin-left: 12px;
}
.conitem1{
    position: absolute;
    left: 27%;
    top: 21%;
}
.conitem2{
    position: absolute;
    left: 26%;
    top: 45%;
}
.conitem3{
    position: absolute;
    left: 30%;
    bottom:16%;
}
.conitem4{
    position: absolute;
    right: 27%;
    top: 21%;
}
.conitem5{
    position: absolute;
    right: 25%;
    top: 45%;
}
.conitem6{
    position: absolute;
    right: 25%;
    bottom:16%;
}
