.banner {
    background-image: url(../img/introduceWalmart/1.png);
    background-position: center;
}

.banner .banner-title {
    top: 20%;
}

.banner .banner-title .language-btn {
    position: absolute;
    right: 0px;
    top: -85px;
    z-index: 9;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.banner .banner-title .language-btn i {
    margin-left: 6px;
}

.banner .marketplace {
    background: rgba(255, 255, 255, .6);
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #262250;
    margin: 38px 0 30px;
    padding: 8px 10px;
    width: 220px;
}

.banner .banner-title .sub-title {
    margin-top: 113px;
}

.introduceWalmart-section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #262250;
}
.introduceWalmart-section-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(38, 34, 80, 0.5);
}
.introduceWalmart-section1 {
    padding: 130px 0 180px;
}
.introduceWalmart-section1 .introduceWalmart-section-text {
    padding: 50px 140px;
}
.introduceWalmart-section1-img-ctn {
    display: flex;
    justify-content: center;
    text-align: center;
}
.introduceWalmart-section1-img-ctn > div {
    padding: 45px 58px;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    color: rgba(38, 34, 80, 0.5);
}
.introduceWalmart-section1-img-ctn img {
    width: 124px;
    height: 124px;
}
.introduceWalmart-section2 {
    padding: 160px 0;
    background:linear-gradient(180deg, #e8f0f8, #fafcff);
    margin-bottom: 170px;
}
.introduceWalmart-section-main {
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section2-img {
    width: 320px;
    height: auto;
}
.introduceWalmart-section2-item .title {
    font-size: 34px;
    font-weight: 400;
    color: #262250;
    padding:48px 0 40px 0;
}

.introduceWalmart-section2-item .dir {
    width: 320px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color:rgba(38, 34, 80, 0.5);
}
.introduceWalmart-section2-item .dir img{
    width: 32px;
    height: 32px;
    margin-right: 20px;
}
.introduceWalmart-section3 {
    padding: 0 0 240px;
    text-align: center;
}
.introduceWalmart-section3 .introduceWalmart-section-text {
    padding: 40px 0 75px;
}
.introduceWalmart-section3-img-ctn img {
    width: 1200px;
    margin-bottom: 70px;
}
.introduceWalmart-section4 {
    width: 100%;
    height: 830px;
    background-image: url(../img/introduceWalmart/15.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    background-color: #d3dfed;
    padding: 105px 0 40px;
}
.introduceWalmart-section4 img {
    width: 1200px;
    height: auto;
    margin-top: 10px;
}
.introduceWalmart-section5 {
    padding: 185px 0 330px;
}
.introduceWalmart-section5-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 115px;

}
.introduceWalmart-section5-main img {
    width: 440px;
    height: auto;
    margin-right: 100px;
}

.package-table {
    width: 1200px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 30px 60px 0px rgba(0,94,185,0.3);
    display: flex;
    background-color: rgba(0, 119, 235, 1);
}
.package-table-left {
    width: 920px;
    flex-shrink: 0;
    border-right:1px solid  rgba(255,255,255,0.2);
}
.package-table-right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.package-table-left > .package-table-left-item:nth-child(2n-1){
    background-color: rgba(255, 255, 255, 0.1);
}

.package-table-left-item {
    display: flex;
}

.package-table-left-item > div {
    height: 55px;
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.package-table-left-item > div:nth-child(1) {
    width: 270px;
    padding-left: 30px;
}

.package-table-left-item > div:nth-child(2) {
    flex: 1;
}

.package-table-left-item.package-table-left-title {
    border-bottom:1px solid rgba(255,255,255,0.5);
}

.package-table-left-item.package-table-left-title > div {
    color: rgba(255,255,255,0.6);
}

.package-table-right-title {
    text-align: center;
    height: 56px;
    line-height: 56px;
    color: rgba(255,255,255,0.6);
    border-bottom:1px solid rgba(255,255,255,0.5);
}

.free-text {
    padding: 3px 9px;
    background: rgba(255,255,255,0.2);
    box-shadow: 0px 30px 60px 0px rgba(0,94,185,0.3);
    border-radius: 2px;
    text-align: center;
    color: #FDE400;
    margin-bottom: 12px;
}

.free-name {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 18px;
}

.price {
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
}

.price>span:nth-child(2){
    font-size: 20px;
    /*text-decoration:line-through;*/
}

.price-through {
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    text-decoration:line-through;
}


