@charset "UTF-8";
.marginauto {
    margin: 0 auto;
    width: 1200px;
}

.flex {
    display: flex;
}

.top-banner {
    background: url("../App/bg_banner.png") no-repeat;
    color: #fff;
    width: 100%;
    height: 480px;
    background-size: 100% 100%;
}

.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;
}

.animated {
    position: relative;
    animation: move 5s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-delay: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

.fixed {
    z-index: 150;
    position: fixed;
    bottom: 0px;
    height: 120px;
    background: rgba(40, 47, 59, 0.85);
    width: 100%;
    padding-top: 38px;
    box-sizing: border-box;
}

.fixed ul li:first-child {
    font-size: 22px;
    color: white;
    margin-right: 26px;
}

.fixed ul li:nth-child(2) input {
    box-sizing: border-box;
    width: 290px;
    height: 44px;
    border: 1px solid white;
    border-radius: 4px;
    padding: 12px;
    color: #3b426b;
    font-size: 14px;
    margin-right: 10px;
}

.fixed ul li:nth-child(3) input {
    width: 164px;
    height: 44px;
    color: #3b426b;
    font-size: 14px;
    font-size: 14px;
    padding: 12px;
    border: 1px solid white;
    border-radius: 4px;
    box-sizing: border-box;
}

.fixed ul li:nth-child(4) button {
    cursor: pointer;
    margin-left: 10px;
    width: 122px;
    background: #4a9aff;
    font-size: 16px;
    height: 44px;
    font-weight: bold;
    color: white;
    border: 1px solid #4a9aff;
    border-radius: 4px;
}

.backcap {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 1200px;
    z-index: 160;
    top: 0px;
}

.diolag {
    height: 330px;
    position: relative;
    text-align: center;
    float: left;
}

.diolag-div {
    position: fixed;
    z-index: 200;
    width: 580px;
    height: 330px;
    padding: 16px 134px;
    box-sizing: border-box;
    border-radius: 10px;
    background: white;
}

.img {
    position: absolute;
    text-align: center;
    margin: 18px auto;
    margin-bottom: 16px;
    left: 245px;
    /*top:34px;*/
    /*transform:translate(-50%,-50%);*/
}

.diolag .diolag-icon {
    position: absolute;
    right: 18px;
    width: 30px;
    height: 30px;
    top: 18px;
    color: #d0d0d0;
}

.diolag .diolag-close {
    height: 40px;
    width: 100px;
    color: #fff;
    font-size: 14px;
    margin-top: 24px;
    background: #599bff;
    border-radius: 4px;
    cursor: pointer;
}

.diolag-title {
    position: absolute;
    margin: 0 auto;
    left: 250px;
    top: 140px;
}

.diolag .diolag-content {
    /*position: absolute;*/
    /*top:150px;*/
}

/* .marginauto {*/
/*    height: 100%;*/
/*    width: 1200px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-slide {
    height: 100%;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.ani {
    color: white;
    font-size: 16px;
}

.ani img {
    margin-left: 100px;
}

.ani1 {
    width: 532px;
    height: 500px;
    padding-top: 185px;
    box-sizing: border-box;
}

.bold {
    font-weight: bold;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 28px;
    margin-left: 0;
}

.relation {
    text-align: center;
}

.relation .titlele {
    padding-top: 71px;
    margin-bottom: 72px;
    text-align: center;
}


.relation .re-cont-img {
    display: block;
    float: left;
    width: 400px;
    margin-right: 150px;
    margin-left: 50px;
}
.relation .re-cont-p{
    margin-top: 100px;
}
.relation .re-cont-info {
    width: 600px;
    color: #5D6494;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    padding-bottom: 20px;

}
.relation .re-cont-info:before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    background-color: #2A75ED;
    margin-right: 10px;
}


.download-channel {
    margin-top: 37px;
    display: flex;
}

.download-channel .store {
    min-height: 60px;
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    background-color: #028F97;
    border-radius: 10px;
    margin-right: 24px;
    height: 60px;
    cursor: pointer;
    color: #fff;
}

.download-channel .store.store-qrcode {
    padding: 10px 9px 10px;
    display: block;
    height: auto;
}

.download-channel .store.store-qrcode .store-icon {
    margin-right: 0;
    display: block;
}

.download-channel .store .store-icon {
    display: block;
    margin-right: 16px;
    margin-left: 0;
}

.download-channel .store .qr-code {
    width: 120px;
    height: 120px;
    display: none;
    margin: 0;
}

.download-channel .store .store-name {
    white-space: nowrap;
    color: #fff;
}

.download-channel .store .store-name .store-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 7px;
}

.download-channel .store .store-name .store-sub-title {
    font-size: 12px;
    line-height: 1;
}

.bigsize {
    font-size: 18px;
    line-height: 1;
    white-space: pre-wrap;
}

.title-top {
    margin-bottom: 22px;
    font-size: 26px;
    line-height: 1;
    color: #3b426b;
    font-weight: bold;
}

.titlele .title-contention {
    font-size: 18px;
    color: #5d6494;
}

.title-content {
    color: #5d6494;
}
.relation .relation-content{
    padding-top: 40px;
}

.right-list {
    margin-bottom: 20px;
    text-align: left;
}

.right-list div {
    position: relative;
    bottom: 58px;
    left: 80px;
    margin-left: 90px;
    font-size: 16px;
    color: #5d6494;
    margin-bottom: 14px;
    display: block;
}

.service {
    background: #f5f8ff;
    padding-top: 10px;
}

.module {
    padding: 63px 0 72px;
}

.module .module-title {
    text-align: center;
    font-size: 26px;
    line-height: 1;
    color: #3B426B;
    margin-bottom: 71px;
}

.module .module-wrapper {
    display: flex;
    justify-content: space-between;
}

.module .module-wrapper .module-list {
    flex: 0 0 375.8px;
    background-color: #ffffff;
    height: 300px;
    box-sizing: border-box;
    padding: 40px 44px 0;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 2px 12px #eee;
    transition: 0.5s;
    cursor: pointer;
}
.module .module-wrapper .module-list:hover{
    transform: translateY(-30px);
}
.module .module-wrapper .module-list .module-img {
    display: block;
    position: absolute;
    top: 36px;
    left: 40px;
    width: 30px;
}

.module .module-wrapper .module-list .module-title {
    font-size: 20px;
    font-weight: bold;
    color: #3B426B;
    line-height: 1;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 36px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.module .module-wrapper .module-list .module-wrapper {
    display: flex;
    justify-content: space-between;
}

.module .module-wrapper .module-list .module {
    flex: 0 0 auto;
    font-size: 16px;
    color: #5D6494;
    line-height: 1;
    text-align: left;
    padding: 0;
}

.module .module-wrapper .module-list .module:nth-of-type(1n) {
    text-align: left;
}

.module .module-wrapper .module-list .module:nth-of-type(2n) {
    text-align: center;
}

.module .module-wrapper .module-list .module:nth-of-type(3n) {
    text-align: left;
}

.module .module-wrapper .module-list .module > span {
    display: block;
    margin-bottom: 23px;
}

.pages {
    padding: 79px 0 43px;
    background-color: #f5f8ff;
}

.pages .pages-title {
    margin-bottom: 42px;
    text-align: center;
}

.pages .pages-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.pages .pages-wrapper .pages-item {
    flex: 0 0 400px;
    position: relative;
}

.pages .pages-wrapper .pages-item:nth-of-type(4), .pages .pages-wrapper .pages-item:nth-of-type(5), .pages .pages-wrapper .pages-item:nth-of-type(6) {
    margin-top: -6px;
}

.pages .pages-wrapper .pages-item .page-image {
    display: flex;
}

.pages .pages-wrapper .pages-item .page-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    color: #5D6494;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 100%;
}

.service-line {
    flex: 1;
}

.line-content-img-tow {
    padding-top: 12px;
}

.line-content .line-img {
    margin-left: 113px;
}

.line-content .line-img .line-img-three {
    margin-left: 100px;
}

.line-content-img-one {
    margin-top: 32px;
    margin-bottom: 10px;
}

.line-content-img {
    margin-top: 40px;
}

.line-content {
    font-size: 20px;
    color: #3b426b;
    padding: 14px 50px;
    text-align: center;
    /*margin-bottom: 26px;*/
}

.serviceone {
    margin-bottom: 0px;
}

.line-content img {
    margin-bottom: 18px;
}

.line-content h2 {
    font-size: 20px;
    color: #3b426b;
    margin-bottom: 20px;
}

.line-content span {
    font-size: 16px;
    color: #5d6494;
    text-align: center;
}

.service-title {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
}

.titlele img {
    margin-top: 28px;
}

.plan {
    text-align: center;
}

.span-title {
    margin-bottom: 40px;
}

.brand-model .desc{
    padding-bottom: 60px;
}
.brand-model .brand-img{
    width: 700px;
}
.brand-model .DiV-text{
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    margin-top: 100px;
}

.diy {
    padding-top: 48px;
    text-align: center;
    background: #f4f4f4;
    background-size: cover;
}

.diy .diy-title {
    color: #3B426B;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 22px;
}
.diy img{
    width: 400px;
}
.diy .DIY-img{
    width: 500px;
}
.diy .desc{
    padding-bottom: 50px;
}
.diy .DiV-text{
    text-align: left;
    padding-left: 100px;
    font-size: 20px;
    line-height: 40px;
    margin-top: 80px;
}
.diy .diy-intro {
    font-size: 18px;
    line-height: 1;
    /*margin-top:24px;*/
    /*margin-bottom:60px;*/
    color: #3B426B;
}

.diy .diy-box {
    margin: 60px auto 0;
    padding-bottom: 80px;
}

.diy .diy-box .box-content:nth-child(3) {
    float: right;
    margin-right: 0;
    width: 292px;
    height: 344px;
}
.order-model{
    background-color: #ffffff;
}
.box-content {
    float: left;
    margin-right: 89px;
    width: 292px;
    height: 344px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}

.box-title {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    background: #f4f8ff;
    color: #5d6494;
    font-weight: bold;
    text-align: center;
}

.box-intro {
    background: white;
    padding: 25px 27px 55px 41px;
    text-align: left;
}

.box-intro img {
    margin: 0 auto;
    margin-bottom: 11px;
    width: 200px;
    display: block;
}

.box-intro p {
    color: #5d6494;
    font-size: 14px;
    line-height: 24px;
}

.process-title {
    margin-top: 60px;
    text-align: center;
}

.process-icon li {
    color: #5d6494;
    font-size: 14px;
    margin-top: 16px;
    margin-right: 100px;
    position: relative;
    left: -22px;
}

li:last-child {
    margin-right: 0px;
}

.process-icon {
    margin-bottom: 30px;
}

.virtue {
    background: #f5f8ff;
    padding: 52px 0 39px;
}

.virtue .virtue-title {
    text-align: center;
    margin-bottom: 42px;
}

.virtue .virtue-title .title-top {
    margin-bottom: 22px;
}

.virtue .title-content {
    font-size: 18px;
    line-height: 1;
    color: #5D6494;
}

.virtue .virtue-img {
    width: 107px;
    height: 107px;
    margin-right: 17px;
    display: block;
    flex: 0 0 107px;
}

.virtue .virtue-box {
    margin-right: 29px;
    height: 183px;
    width: 588px;
    background: white;
    padding: 43px 20px 33px 24px;
    box-sizing: border-box;
    align-items: flex-start;
    flex: 1 1;
}

.virtue .virtue-line:last-child {
    margin-top: 25px;
}

.virtue .virtue-intr h2 {
    font-size: 18px;
    line-height: 1;
    color: #3b426b;
    margin-bottom: 11px;
}

.virtue .virtue-intr div {
    line-height: 26px;
    color: #5D6494;
    font-size: 14px;
}

/* .service-line:first-child img {*/
/*    margin-bottom: 35px;*/
/*}*/
/* .line-content .line-img-one .line-content-img-one{*/
/*    margin-top:45px;*/
/*}*/
/* .process-title img {*/
/*    margin-left:30px;*/
/*}*/

/*# sourceMappingURL=solution-app.css.map */
