/* 跨境电商行业目前的困惑 */
/*
.banner_ul  .banner_item {
    background-image: url(../images/crossBorder.jpg);
}*/

.puzzled-content {
    width: 1200px;
}
.puzzled-list {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.puzzled-list .item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width:375px;
    height:270px;
    margin-bottom: 37px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(241,241,241,1);
    box-sizing: border-box;
}

.puzzled-list .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:2px;
    background:rgba(4,156,236,1);
}


.puzzled-list .item .text {
    font-size:20px;
    color:rgba(51,51,51,1);
    margin: 20px 0;
}

.puzzled-list .item .sub {
    font-size:16px;
    color:rgba(153,153,153,1);
    line-height:30px;
}
/* 跨境电商行业目前的困惑 */


.process{
    background:rgba(246,249,252,1);
}
.process.bgfff {
    background: #fff;
}
.process-content {
    width: 1200px;
}


.process-content  .process_img {
    display: block;
    width: 100%;
    /* height: 520px; */
    margin: 58px auto 0;
}

.process-content  .process_img1 {
    display: block;
    width: 1158px;
    height: 755px;
    margin: 58px auto 0;
}


.processEdge-content {
    width: 1200px;
}


.system-content {
    width: 1200px;
}
.system-list {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.system-list .item {
    width: 33.3%;
    margin-bottom: 47px;
}


.system-list .item .text {
    margin: 20px 0;
    font-size:20px;
    color:rgba(51,51,51,1);
}

.system-list .item .sub {
    color:rgba(153,153,153,1);
    font-size:16px;
}


/* 成功案例 */
.case1 {
    background:rgba(246,249,252,1);
}
.case1-content {
    width: 1200px;
}

.case1-list {
    /* display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    margin-top: 50px; */
}

.case1-list .item {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    text-align: left;
}

.case1-list .item .item-left {
    width: 400px;
    height: 400px;
}
.case1-list .item .item-left > img {
    width: 400px;
    height: 400px;
}

.case1-list .item .item-right {
    margin-left: 86px;
    margin-top: 20px;
}

.case1-list .item .item-right  .title {
    font-size:24px;
    color:rgba(51,51,51,1);
}

.case1-list .item .item-right  .content {
    font-size:16px;
    color:rgba(153,153,153,1);
    margin: 20px 0;
}

.case1-list .item .item-right  > a {
    display: block;
    width:150px;
    height:40px;
    line-height: 40px;
    margin-top: 30px;
    color: #fff;
    background:rgba(2,160,227,1);
    border-radius:19px;
    text-align: center;

}

.swiper-container {
    padding-top: 50px;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
}

@media screen and (max-width:1450px){
    .puzzled-content,.process-content,.system-content{
        width: 80%;
    }
    .puzzled-list .item {
        width: 31.3%;
        padding: 0 10px;
    }

    .puzzled-list .item .sub {
        width: 100%;

    }

}
/* 成功案例 */