* {
    box-sizing: border-box;
    letter-spacing: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
}

.indexbox {
    background-color: #1a1a1a;
    width: 100%;
    color: #fff;
    margin: 0;
    font-family: "PingFang SC", Arial, Helvetica, sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.desktopBox {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 24px;
}

.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topBox {
    align-items: center;
    position: sticky;
    top: 0;
    min-height: 98px;
    background-color: #1a1a1a;
    color: #fff;
    z-index: 1000;
    padding: 20px 0 16px;
}

.topLeftBox {
    width: 232px;
    display: block;
}

.topImg {
    width: 100%;
}

.topRightBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex: 1;
    margin-left: 40px;
}

.bottonBox {
    border-radius: 30px;
    padding: 1px;
    min-width: 132px;
    text-align: center;
    background-image: linear-gradient(146deg, rgba(249, 51, 52, 1), rgba(244, 68, 145, 1));
}

.bottonBorD {
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    font-size: 16px;
    padding: 0 18px;
    transition: background-color .2s ease, transform .2s ease;
}

.bottonBorD:hover {
    background-color: #171717;
    transform: translateY(-1px);
}

.secondBox {
    align-items: center;
    gap: 48px;
    padding-top: 76px;
}

.seLeftBox {
    width: min(54%, 648px);
}

.seRightBox {
    width: min(41.5%, 498px);
}

.seRightBox img {
    width: 100%;
}

.mg25 {
    margin-top: 25px;
}

.mb50 {
    margin-bottom: 50px;
}

.banFont1 {
    font-size: 32px;
    line-height: 44.8px;
    text-align: left;
    font-weight: 400;
}

h1.banFont1 {
    margin: 0;
}

.banFont2 {
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    margin-top: 10px;
    color: #a7a7a7;
}

.mt80 {
    margin-top: 80px;
}

.thiBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.rightFontBox {
    margin-left: 20px;
}

.rightFont {
    font-size: 16px;
    line-height: 22.4px;
    color: #a7a7a7;
}

.bannerBox {
    margin: 60px auto 0;
    height: 300px;
    width: min(1200px, calc(100% - 48px));
    overflow: hidden;
}

.domo-pic-scroll-lr {
    height: 300px;
    position: relative;
    margin: 0 auto;
}

.domo-pic-scroll-lr .conts li {
    float: left;
    width: 380px;
    height: 260px;
    padding: 0 10px;
}

.domo-pic-scroll-lr .conts li .s1 {
    width: 380px;
    height: 260px;
    text-align: left;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.FT {
    font-size: 20px;
    font-weight: 600;
    padding-top: 135px;
    font-style: normal;
}

.witD320 {
    width: 320px;
}

.mt6 {
    margin-top: 6px;
}

.ml30 {
    margin-left: 30px;
}

.eduC {
    background-image: url("../images/Education_img.png");
}

.datI {
    background-image: url("../images/Dating_img.png");
}

.insU {
    background-image: url("../images/Insurance_img.png");
}

.homE {
    background-image: url("../images/Home Improvement_img.png");
}

.finA {
    background-image: url("../images/Finance_img.png");
}

.sweE {
    background-image: url("../images/Sweepstakes_img.png");
}

.solA {
    background-image: url("../images/Mortgage_img.png");
}

.warR {
    background-image: url("../images/Surveys_img.png");
}

.loaN {
    background-image: url("../images/Loans_img.png");
}

.ecomC {
    position: relative;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .42)),
        radial-gradient(circle at 22% 18%, rgba(244, 68, 145, .72), transparent 28%),
        linear-gradient(135deg, #5c1d1d, #221111 58%, #3b1519);
    border: 1px solid rgba(244, 68, 145, .42);
}

.ecomC::after {
    content: "";
    position: absolute;
    right: 28px;
    top: 34px;
    width: 86px;
    height: 86px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 22px;
    transform: rotate(12deg);
}

.domo-pic-scroll-lr .tabs {
    width: 100%;
    height: 11px;
    line-height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.domo-pic-scroll-lr .tabs ul {
    height: 11px;
    text-align: center;
}

.domo-pic-scroll-lr .tabs ul li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    border-radius: 11px;
    line-height: 999px;
    overflow: hidden;
    cursor: pointer;
    background: #af6c66;
}

.domo-pic-scroll-lr .tabs ul .current {
    background: #4f171d;
}

.conBox {
    margin: 102px auto 0;
    width: min(1200px, calc(100% - 48px));
}

.trafficSection {
    width: 100%;
}

.conTopBox {
    display: flex;
    align-items: flex-start;
    gap: 126px;
}

.conImg {
    width: 331px;
    height: auto;
}

.conTopCopy {
    margin-top: 51px;
    font-size: 16px;
    line-height: 22.4px;
    color: #fff;
}

.conMeBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 20px;
}

.ImgBox {
    position: relative;
    width: 688px;
    min-height: 610px;
    margin-right: 82px;
}

.Img1 {
    width: 688px;
    height: auto;
    margin-top: 77px;
    position: absolute;
    left: 0;
    z-index: 2;
}

.Img2 {
    width: 688px;
    height: auto;
    margin-top: 77px;
}

.conMeBox1 {
    width: 430px;
    padding-top: 66px;
}

.borderWh {
    background-color: #fff;
    height: 2px;
    margin-bottom: 8px;
}

.wid133 {
    width: 133px;
}

.wid126 {
    width: 126px;
}

.wid99 {
    width: 99px;
}

.wid190 {
    width: 190px;
}

.wid82 {
    width: 82px;
}

.wid500 {
    width: 500px;
}

.Fon15 {
    font-size: 15px;
    color: #a7a7a7;
    line-height: 21px;
}

.mb60 {
    margin-bottom: 43px;
    width: 430px;
}

.mb65 {
    margin-bottom: 60px;
}

.infoImg {
    width: 100%;
    height: auto;
    margin: 0 auto 100px;
}

.ecommerceBox {
    position: relative;
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 42px;
    width: 100%;
    margin: 0 auto 110px;
    padding: 54px 54px 46px;
    background:
        linear-gradient(135deg, rgba(92, 29, 29, .92), rgba(26, 26, 26, .98) 52%, rgba(36, 16, 20, .96)),
        url("../images/Get in Touch_bgimg.png") right center / auto 100% no-repeat;
    border: 1px solid rgba(244, 68, 145, .28);
    border-radius: 10px;
    overflow: hidden;
}

.sectionLabel {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 13px;
    margin-bottom: 20px;
    border-radius: 99px;
    color: #fff;
    background-image: linear-gradient(146deg, rgba(249, 51, 52, 1), rgba(244, 68, 145, 1));
    font-size: 12px;
    font-weight: 600;
}

.ecommerceIntro h2 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
}

.ecommerceIntro p {
    color: #d1d1d1;
    font-size: 15px;
    line-height: 22px;
}

.ecommerceGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ecommerceCard {
    min-height: 170px;
    padding: 24px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .34);
    border: 1px solid rgba(255, 255, 255, .12);
}

.ecommerceCard span {
    display: block;
    margin-bottom: 18px;
    color: #f44491;
    font-size: 14px;
    font-weight: 600;
}

.ecommerceCard h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.ecommerceCard p {
    color: #a7a7a7;
    font-size: 14px;
    line-height: 20px;
}

.liTi {
    font-size: 16px;
    line-height: 22.4px;
    margin: 0 0 10px;
    font-weight: 400;
}

.liCon {
    font-size: 15px;
    color: #a7a7a7;
    line-height: 21px;
}

.FivBox {
    display: flex;
    flex-wrap: wrap;
    background-image: url("../images/Why AELers Limited__bgimg.png");
    background-position: -37px 49px;
    background-size: 104%;
    width: 100%;
}

.whyTitle {
    margin-bottom: 97px;
}

.whyIcon {
    margin-bottom: 10px;
}

.whyRight {
    padding-top: 140px;
}

.mr200 {
    margin-right: 200px;
}

.pb100 {
    padding-bottom: 100px;
}

.addBox {
    width: 100%;
    min-height: 200px;
    margin: 0 auto 100px;
    background-color: #5c1d1d;
    border-radius: 10px;
    background-image: url("../images/Get in Touch_bgimg.png");
    background-size: cover;
    background-position: center;
    padding: 40px 30px;
}

.addTit {
    width: 356px;
    height: auto;
}

.mt20 {
    margin-top: 20px;
}

.EmailBox {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
}

.EmailBox a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.endBox {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.endBox img {
    width: 363px;
    height: auto;
}

.endA {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    color: #a7a7a7;
    font-size: 16px;
    padding-bottom: 24px;
    gap: 10px;
}

.endA a {
    color: #a7a7a7;
    font-size: 16px;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (max-width: 1180px) {
    .topRightBox {
        width: 100%;
        flex: 0 0 100%;
        margin: 24px 0 0;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .secondBox {
        padding-top: 48px;
    }

    .seLeftBox,
    .seRightBox {
        width: 100%;
    }

    .seRightBox {
        max-width: 520px;
        margin: 0 auto;
    }

    .conTopBox {
        gap: 40px;
    }

    .ImgBox {
        width: 58%;
        min-height: 520px;
        margin-right: 5%;
    }

    .Img1,
    .Img2 {
        width: 100%;
    }

    .conMeBox1 {
        width: 37%;
    }

    .wid500 {
        width: calc(50% - 32px);
    }

    .mr200 {
        margin-right: 64px;
    }
}

@media (max-width: 900px) {
    .desktopBox,
    .conBox {
        width: 100%;
        padding: 0 20px;
    }

    .topBox {
        position: static;
    }

    .bottonBox {
        min-width: calc(50% - 8px);
    }

    .bannerBox {
        width: calc(100% - 40px);
        overflow-x: auto;
    }

    .domo-pic-scroll-lr .conts {
        display: flex;
        width: max-content;
    }

    .domo-pic-scroll-lr .conts li {
        float: none;
    }

    .conTopBox,
    .conMeBox {
        display: block;
    }

    .conTopCopy {
        margin-top: 28px;
    }

    .ImgBox,
    .conMeBox1 {
        width: 100%;
        margin-right: 0;
    }

    .ImgBox {
        min-height: 0;
        margin-bottom: 24px;
    }

    .Img1 {
        position: relative;
        margin-top: 42px;
    }

    .Img2 {
        display: none;
    }

    .mb60 {
        width: 100%;
    }

    .ecommerceBox {
        grid-template-columns: 1fr;
        padding: 42px 28px;
    }

    .ecommerceGrid {
        grid-template-columns: 1fr;
    }

    .wid500 {
        width: 100%;
    }

    .mr200 {
        margin-right: 0;
    }

    .whyRight {
        padding-top: 0;
    }
}

@media (max-width: 560px) {
    .topLeftBox {
        width: 190px;
    }

    .bottonBox {
        min-width: 100%;
    }

    .bottonBorD {
        min-height: 46px;
    }

    .secondBox {
        padding-top: 34px;
    }

    .banFont1,
    .ecommerceIntro h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .thiBox {
        align-items: flex-start;
    }

    .rightFontBox {
        margin: 18px 0 0;
    }

    .bannerBox {
        height: 292px;
    }

    .domo-pic-scroll-lr .conts li,
    .domo-pic-scroll-lr .conts li .s1 {
        width: 300px;
    }

    .witD320 {
        width: 230px;
    }

    .conBox {
        margin-top: 72px;
    }

    .conImg {
        width: 260px;
    }

    .infoImg {
        margin-bottom: 72px;
    }

    .ecommerceBox {
        padding: 34px 20px;
        margin-bottom: 80px;
    }

    .addBox {
        padding: 34px 20px;
    }

    .ml30 {
        margin-left: 0;
    }

    .EmailBox {
        align-items: flex-start;
    }

    .endBox img {
        width: 280px;
    }
}
