* {
    padding:0;
    margin:0;
}
body {
    background:#f5f5f5;
}
.main {
    width:1280px;
    margin:0 auto;
}
.section-banner1 {
    width: 100%;
    /* min-height: 600px; */
    position: relative;
}
.section-banner1 .banner_img {
    width: 100%;
}
.section-banner1 .banner_content {
    width: 674px;
    height:495px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section-banner2 {
    width: 100%;
    /* min-height: 400px; */
    position: relative;
}
.section-banner2 .banner_img {
    width: 100%;
}
.section-banner2 .banner_content {
    width: 576px;
    height:240px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* 三大优势  助力商家高效获客 */
.section-plates {
    padding:100px 0;
    background: #fff;
}
.title-wrap {
    display: block;
    margin-bottom:50px;
    text-align: center;
}
.title-wrap .title {
    font-size:36px;
    color:#151515;
}
.title-wrap .line {
    display: block;
    margin:10px auto;
    margin-top:15px;
}
.plates {
    display: flex;
    justify-content: space-between;
}
.plates .plate-item {
    width: 400px;
    height: 541px;
    border-radius: 10px;
    box-shadow: 0px 8px 8px 2px #dfdfdf;
}
.plates .plate-item:hover {
    cursor: pointer;
    box-shadow: 0px 10px 10px 2px #ccc;
}
.plates .plate-head {
    width:400px;
    height:71px;
    padding-top:5px;
    box-sizing: border-box;
    background: #EF1F1F;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color:#fff;
    text-align: center;
}
.plates .plate-content {
    padding-top:20px;
}
.plates .plate-head .zh {
    letter-spacing: 2px;
    font-size:30px;
}
.plates .plate-head .en {
    letter-spacing: 1px;
    font-size:16px;
}
.plates .plate-content .plate-content__item{
    display: flex;
    padding:40px;
}
.plates .plate-content .plate-content__item .l {
    width: 32px;
    height:32px;
    margin-right:30px;
}
.plates .plate-content .plate-content__item .r {
    flex:1
}
.plates .plate-content .plate-content__item .big {
    font-size:24px;
    color:#000;
    letter-spacing: 1px;
}
.plates .plate-content .plate-content__item .small {
    margin-top: 10px;
    font-size:16px;
    color:#666;
    letter-spacing: 1px;
}
/* section-navs */
.section-navs {
    padding:100px 0;
}
.section-navs .navs {
    display: flex;
    justify-content: space-between;
}
.section-navs .nav-item {
    width:308px;
    height:200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}
.section-navs .nav-item:hover {
    cursor: pointer;
    box-shadow: 0px 10px 10px 2px #ccc;
}
.section-navs .nav-item .nav-img {
    width:100px;
    height:100px;
}
.section-navs .nav-item .nav-desc {
   margin-top:10px;
   font-size:30px;
   letter-spacing: 2px;
   color:#000;
}
.section-navs .navs-content {
    margin-top:50px;
}
.section-navs .navs-content .nav-img {
    width:100%;
    display: none;
}
.section-navs .navs-content .block {
    display: block;
}
/* section-flows */
.section-flows {
    padding:100px 0;
    background: #fff;
}
.section-flows .flow-steps{
    display: flex;
    justify-content: space-between;
}
.section-flows .step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-flows .step::after {
    position: absolute;
    content: '';
    width:222px;
    height:1px;
    background:#dfdfdf;
    left: 170px;
    top: 45px;
}
.section-flows .step:last-child::after {
    display: none;
}
.section-flows .step .step-img {
    width:80px;
    height:80px;
}
.section-flows .step .title {
    margin-top: 20px;
    text-align: center;
}
.section-flows .step .title p {
    font-size:24px;
    line-height: 32px;
    color:#000;
    letter-spacing: 2px;
}
/* packages 套餐 */
.section-flows .packages {
    margin-top:50px;
}
.section-flows .packages {
    display: flex;
    justify-content: space-between;
}
.section-flows .packages .package-item {
    width:351px;
    height:211px;
    border-radius: 10px;
    box-shadow: 0px 8px 8px 2px #dfdfdf;
}
.section-flows .packages .package-item:hover {
    cursor: pointer;
    box-shadow: 0px 10px 10px 2px #ccc;
}
.section-flows .packages .package-item__top {
    width: 351px;
    height:211px;
    border-radius: 10px;
    font-size:36px;
    color:#fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-flows .packages .package-item__top.one {
    background: #98B4D6;
}
.section-flows .packages .package-item__top.two {
    background: #0A73E6;
}
.section-flows .packages .package-item__top.three {
    background: #FF6138;
}
.section-flows .packages .package-item__top .num {
    font-size:48px;
    color:#fff;
}
.section-flows .packages .package-item__top .origin-price {
    font-size:20px;
    color:#fff;
    text-decoration: line-through;
}

/* .section-flows .packages .package-item__bottom {
    padding:20px;
}
.section-flows .packages .package-item__bottom .s-title-wrap {
    margin-top:30px;
    text-align: center;
}
.section-flows .packages .package-item__bottom .s-title-wrap .title {
    font-size:24px;
    color:#151515;
}
.section-flows .packages .package-item__bottom .s-title-wrap .line {
    display: block;
    margin:10px auto;
    margin-top:15px;
}
.section-flows .packages .package-item__bottom .package-list {
    margin-top:20px;
    font-size:16px;
    color:#151515;
    letter-spacing: 1px;
}
.section-flows .packages .package-item__bottom .package-list p {
    line-height: 30px;
}
.section-flows .packages .package-item__bottom .package-list .num {
    font-size:22px;
    color:#EF1F1F;
} */
.mt80 {
    margin-top:80px;
}
.line {
    width:40px;
    height:4px;
    border-radius: 4px;
    background:#EF1F1F;
}
/* 表单 */
.section-form {
    display: flex;
    padding:80px 0;
    justify-content: space-between;
}
.section-form .title {
    width:301px;
    height:156px;
    font-size:36px;
    color:#000;
}
.section-form .title .line {
    margin-bottom:40px;
}
.section-form .title p {
    margin-top:20px;
}
.section-form .form-wrap .input-wrap {
    display: flex;
}
.section-form .form-wrap .input-wrap input {
    width:405px;
    height:73px;
    border:1px solid #B1B1B1;
    background: #fff;
    border-radius: 5px;
    font-size:22px;
    padding-left:20px;
    box-sizing: border-box;
}
.section-form .form-wrap .input-wrap input.r{
    margin-left:34px;
}
.section-form .form-wrap .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:30px;
    width:848px;
    height:74px;
    color: #fff;
    background:#ef1f1f;
    font-size:28px;
    cursor: pointer;
}

