.hidden {
    display: none !important;
}
.title {
    width: 100%;
    height: 60px;
    /* min-width: 1200px; */
    position: fixed;
    top: 0;
    z-index: 99;
    background: #eb6a32;
}

.title-c {
    max-width: 1600px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.banner {
    width: 100%;
    height: 910px;
    /*background-image: linear-gradient(#eb6538,#f29c52);*/
    background-image: linear-gradient(135deg, #eb6a32 0%, #ed7845 100%);
}
.logo {
    height: 60px;
    line-height: 60px;
    margin-left: 30px;
}

.nav-li {
    /* line-height: 100px; */
    font-size: 16px;
    color: #fff;
    min-width: 140px;
    text-align: center;
    font-weight: bold;
}

.nav {
    display: flex;
}

.nav-li a {
    color: #fff;
    display: block;
    padding: 0 30px;
    margin-left: 0;
    border-radius: 6px;
    line-height: 60px;
    margin-top: 0;
}

.nav-li.nav-bottom a {
    /* background: #fff;
    color: #eb6538; */
}
.nav-li.active a,
.nav-li:hover a {
    background: #fff;
    color: #eb6538;
}
.banner-b {
    width: 100%;
    height: 910px;
    background: 1;
}

.banner-c {
    width: 1200px;
    margin: auto;
    padding-top: 100px;
    display: flex;
}
.banner-left {
    color: #fff;
    width: 690px;
}

p.banner-left-p1 {
    padding-top: 300px;
    font-size: 12px;
    padding-bottom: 10px;
}

p.banner-left-p2 {
    font-size: 50px;
    line-height: 50px;
}
p.banner-left-p4 {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
}
p.banner-left-p3 {
    font-size: 18px;
    padding-bottom: 30px;
}

a.banner-left-a {
    display: block;
    background: #fff;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 7px;
    font-size: 22px;
}
.banner-right-round {
    width: 510px;
    height: 510px;
    position: absolute;
    background: #ffe3b8;
    border-radius: 510px;
    top: 122px;
    display: none;
}

.banner-right {
    position: relative;
}

img {
    position: relative;
    vertical-align: middle;
    z-index: 3;
}
.content {
    width: 100%;
}
.content-1 {
    width: 1200px;
    margin: auto;
}

.content-1-tit1 {
    color: #323232;
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    padding-top: 115px;
}

.content-1-tit2 {
    text-align: center;
    font-size: 14px;
    color: #777777;
    line-height: 14px;
    padding-top: 20px;
}

.content-1-con {
    padding-top: 35px;
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-1-con-li {
    width: 575px;
    height: 190px;
    background: #ffffff;
    margin: 15px 10px;
    border-radius: 11px;
    box-shadow: 0px 5px 11px 0px #cbcbcb;
    display: flex;
}

img.content-1-con-img {
    width: 60px;
    height: 60px;
    padding-top: 44px;
    padding-left: 44px;
}

p.content-1-con-li-p1 {
    padding-top: 47px;
    font-size: 18px;
    color: #323232;
    line-height: 18px;
}

p.content-1-con-li-p2 {
    font-size: 14px;
    line-height: 14px;
    padding-top: 18px;
    color: #777777;
}

.content-1-con-li-p {
    padding-left: 20px;
}

a.content-1-con-li-a {
    color: #323232;
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin-top: 30px;
}

a.content-1-con-li-a img {
    vertical-align: top;
    left: 13px;
}
.content-2 {
    width: 1200px;
    display: flex;
    margin: auto;
    padding-top: 110px;
}
p.content-2-right-p1 {
    color: #ee784f;
    font-size: 18px;
    line-height: 18px;
    padding-top: 130px;
}

p.content-2-right-p2 {
    font-size: 34px;
    font-weight: bold;
    color: #323232;
    padding-top: 17px;
    line-height: 42px;
}

p.content-2-right-p3 {
    color: #777777;
    font-size: 18px;
    line-height: 18px;
    padding-top: 17px;
}

.content-2-right-ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 59px;
}

.content-2-right-li {
    width: 248px;
    line-height: 37px;
}

img.content-2-right-li-img {
    display: inline-block;
    vertical-align: text-bottom;
}

p.content-2-right-li-p {
    display: inline-block;
    color: #484848;
    font-size: 14px;
}
.content-3 {
    height: 385px;
    /*background: #f19750;*/
    background: #eb6a32;
    margin-top: 30px;
}

p.content-3-title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    padding-top: 100px;
}

.content-3-ul {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

a.content-3-li {
    display: inline-block;
    background: #fff;
    width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0px 24px;
    border-radius: 10px;
}

img.content-3-li-left-img {
    vertical-align: top;
    top: 11px;
}

span.content-3-li-right {
    font-size: 16px;
}
.foot {
    width: 100%;
    background: #ebebeb;
}

.foot-con {
    max-width: 1000px;
    margin: auto;
    display: flex;
    padding-top: 60px;
    justify-content: space-between;
}

p.foot-li1-p {
    font-size: 15px;
    color: #777777;
    line-height: 15px;
    padding-top: 33px;
}

.foot-li2 {
    padding-left: 50px;
    width: 255px;
}

a.foot-li2-a {
    display: block;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 20px;
}

p.foot-li2-title {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 35px;
}

.foot-li3 {
    padding-left: 50px;
    width: 255px;
}

p.foot-li3-title {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 35px;
}

p.foot-li3-p {
    display: block;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 20px;
}

.foot-li4 {
    padding-left: 50px;
    width: 250px;
}

p.foot-li4-title {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 35px;
}

.foot-li4-c {
    display: flex;
    justify-content: space-between;
}

.foot-li4-c-1 {
    width: 105px;
    text-align: center;
}

img.foot-li4-c-1-img {
    width: 105px;
    height: 105px;
}

p.foot-li4-c-1-p {
    font-size: 13px;
    color: #777777;
}
.footer-copy {
    /* position: absolute; */
    /* bottom: 0px; */
    margin-top: 10px;
    width: 100%;
    color: #777777;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    font-size: 14px;
    line-height: 75px;
}
.title-move.title {
    /*background: #ec6d3ce3;*/
    background: #eb6a32;
}
.waves-block {
    position: absolute;
    width: 800px;
    height: 800px;
    top: -46px;
    right: -205px;
    z-index: 2;
}

.waves-block .waves {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffe3b8c9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    /* -webkit-animation: waves 3s ease-in-out infinite; */
    animation: waves 3s ease-in-out infinite;
}

.waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
.foot-con {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    padding-top: 60px;
    justify-content: space-between;
}

.foot-li {
    color: #2d2d2d;
}

.foot-li-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 25px;
}

.foot-li-p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 16px;
    padding-bottom: 25px;
}

.foot-li-p a {
    display: inline-block;
    text-decoration: none;
    margin-top: -20px;
    margin-right: 20px;
}

.foot-li-p a img {
    width: 40px;
    height: 40px;
}

.foot-li-p a:last-child {
    margin-right: 0;
}

:root {
    --swiper-theme-color: #eb6a32;
}
.kv {
    position: relative;
    margin-top: 59px;
    width: 100%;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.kv img {
    display: block;
    width: 100%;
}

.kv .swiper-button-next,
.kv .swiper-button-prev {
}

body {
    min-width: 100%;
}

.coupon {
    /* background: #eb6a32;
    padding: 60px 0; */
    color: #fff;
}
.coupon .coupon-kv {
    width: 100%;
}
.coupon .coupon-title {
    font-size: 32px;
    text-align: center;
}
.coupon .coupon-text {
    max-width: 1000px;
    width: 80%;
    margin: 10px auto;
    font-size: 16px;
}

.area {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.area-map-wrap {
    position: relative;
    width: 75%;
}
.area-map-wrap .area-map {
    width: 100%;
}
.area-map-wrap .area-map-spot {
    position: absolute;
    left: 31.2%;
    top: 44.3%;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    margin-left: -20px;
    transform-origin: 50% 50%;
}
.area-map-wrap .area-map-spot img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid gray;
    box-sizing: border-box;
}
.area-btn-wrap {
    width: 25%;
}
.area-btn {
    border: 1px solid gray;
    margin-bottom: 10px;
    margin-left: 10px;
    border-radius: 8px;
    width: 155px;
    position: relative;
    z-index: 1;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-map-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-radius: 10px;
    padding: 15px;
    background: #eb6a32d9;
    display: none;
    opacity: 0;
    pointer-events: all;
    transform: translate(-50%, -10px);
    text-align: center;
    color: #fff;
    z-index: 999999;
}
.area-map-tooltip .tooltip-title {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}
.area-map-tooltip .tooltip-text {
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    white-space: nowrap;
}
.area-map-tooltip .tooltip-arrow {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -8px;
    margin-top: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #eb6a32d9;
}
.area-map-spot:hover .area-map-tooltip,
.area-map-spot .area-map-tooltip.show {
    display: block;
    opacity: 1;
}

.joinus {
    background: #f8f8f8;
    padding: 80px 0;
}
.joinus-title {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.joinus-list {
    position: relative;
    max-width: 1200px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
}
.joinus-list .joinus-item {
    width: 30%;
    min-width: 320px;
    margin-right: 30px;
    background-color: #ffffff;
    border-style: solid;
    border-color: #eb6a32;
    border-width: 0 0 10px 0;
    border-radius: 15px 15px 15px 15px;
    padding: 12px;
    box-sizing: border-box;
}
.joinus-list .joinus-item:last-child {
    margin-right: 0;
}
.joinus-list .joinus-item .joinus-item-title {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}
.joinus-list .joinus-item .joinus-item-text {
    font-size: 16px;
    font-weight: lighter;
    min-height: 96px;
}

.rider-download {
    position: relative;
    max-width: 1200px;
    width: 90%;
    margin: auto;
    font-size: 16px;
    text-align: center;
    padding: 80px 0;
}
.rider-qr {
    width: 240px;
}
.rider-download-apple,
.rider-download-google {
    width: 150px;
    margin: 20px 5px 0;
}

.merchant {
    background: #ff862f;
    margin-top: 59px;
}
.merchant-wrap {
    max-width: 1200px;
    width: 90%;
    padding: 100px 0;
    margin: auto;
    color: #ffffff;
}
.merchant-wrap .merchant-kv {
    width: 100%;
    background: #fff;
}
.merchant-wrap .merchant-title {
    font-size: 56px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}
.merchant-wrap .merchant-desc {
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    margin-top: 10px;
}
.merchant-wrap .merchant-desc a {
    color: #ffffff;
}
.merchant-wrap .merchant-desc a:hover {
    text-decoration: underline;
}
.merchant-form {
    margin-top: 40px;
}
.merchant-form:after {
    clear: both;
    content: "";
    display: block;
}
.merchant-form .form-item {
    float: left;
    margin: 0;
    width: 50%;
    padding: 0 10px 25px;
    box-sizing: border-box;
}
.merchant-form .form-label {
    font-size: 16px;
    height: 22px;
    line-height: 1;
}
.merchant-form .form-input {
    position: relative;
}
.merchant-form .form-message {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none;
    margin-top: 0;
    clear: both;
    color: #ffe6d3;
    font-size: 16px;
    display: none;
}
.merchant-form select {
    padding-right: 25px;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
}
.merchant-form input,
.merchant-form select {
    outline: none;
    max-width: 100%;
    display: block;
    font-size: 15px;
    border: 1px solid transparent;
    -webkit-appearance: none;
    border-radius: 15px;
    resize: none;
    color: #000000;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
}
.merchant-form input[type="submit"] {
    background-color: #000;
    color: white;
    font-weight: bold;
}
.merchant-form input[type="submit"]:hover {
    color: #ff862f;
}
.merchant-form.submitting input[type="submit"] {
    color: transparent;
}
.dragdrop-wrap {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
    font-size: 200%;
    position: relative;
    border: 2px dashed #000000;
    color: white;
    height: 150px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dragdrop-wrap .dragdrop-text {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 10px;
}
.dragdrop-wrap .dragdrop-btn {
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #000;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    vertical-align: top;
}
.dragdrop-file {
    position: relative;
    width: 96%;
    margin: 10px auto;
    font-size: 16px;
    padding-right: 36px;
    box-sizing: border-box;
}
.dragdrop-file .dragdrop-filename {
    display: inline-block;
    color: #fff;
}
.dragdrop-file .dragdrop-filesize {
    display: inline-block;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.6);
}
.dragdrop-file .dragdrop-remove {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjCwcNKzdwFgERAAABAUlEQVQoz13Qu04CYRQE4I+rJJpQSSxsLLxQUSkNBTEWJj6Fb6CV1m5jQqOFWKidFVEfQHgBjbFXCjDGBOUFjA0WC7ssU535Z86c8x8mqLrS8+dXV1NFAvNu9R1YlTOn7NiXpnwsP7tWSLQsaOlMLLeukUkYMlLunYWz+woyPtUjec8bigbWuXIIar5tg10DW+DEKT1r477QEstUvfArF0XX/RjYjPiin7SR9NR3R1LmI542oqs8pmF4vAs1T1w4mlkttjQEVHxZkPU+NbvuFSVDK3CpJWUWWY+CsMzruFNMyCVtD/F1884NBKpKltQ0DAWhHEdv2Ldj2ciHthu98Pkf6X5B6TWzkcUAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMTEtMDdUMTM6NDM6NTUrMDA6MDD6nTqeAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTExLTA3VDEzOjQzOjU1KzAwOjAwi8CCIgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=)
        center no-repeat;
    cursor: pointer;
}
.loader4 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -20px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    animation: loader4Animation 1s linear infinite;
    visibility: hidden;
}
.merchant-form.submitting .loader4 {
    visibility: visible;
}
@keyframes loader4Animation {
    0% {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 15px 0 0 0 rgba(255, 255, 255, 0.67), 30px 0 0 0 rgba(255, 255, 255, 0.33);
    }

    17% {
        background-color: rgba(255, 255, 255, 0.67);
        box-shadow: 15px 0 0 0 rgba(255, 255, 255, 1), 30px 0 0 0 rgba(255, 255, 255, 0.67);
    }

    33% {
        background-color: rgba(255, 255, 255, 0.33);
        box-shadow: 15px 0 0 0 rgba(255, 255, 255, 0.67), 30px 0 0 0 rgba(255, 255, 255, 1);
    }

    50% {
        background-color: rgba(255, 255, 255, 0);
        box-shadow: 15px 0 0 0 rgba(255, 255, 255, 0.33), 30px 0 0 0 rgba(255, 255, 255, 0.67);
    }

    67% {
        background-color: rgba(255, 255, 255, 0.33);
        box-shadow: 15px 0 0 0 rgba(255, 255, 255, 0), 30px 0 0 0 rgba(255, 255, 255, 0.33);
    }

    83% {
        background-color: rgba(255, 255, 255, 0.67);
        box-shadow: 15px 0 0 0 rgba(255, 255, 255, 0.33), 30px 0 0 0 rgba(255, 255, 255, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 15px 0 0 0 rgba(255, 255, 255, 0.67), 30px 0 0 0 rgba(255, 255, 255, 0.33);
    }
}

.spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #000; /* Dark Gray 800 */
    /* opacity: 0.75; */
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.merchant-form.submitting .spinner {
    visibility: visible;
}
.spinner::before {
    content: "";
    position: absolute;
    background-color: #fbfbfc; /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.faq {
    padding: 60px 0 80px;
    background: #f8f8f8;
}
.faq-title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.faq-list {
    max-width: 1200px;
    width: 90%;
    margin: 40px auto 0;
    padding: 4px 50px 50px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.faq-item {
    margin: 18px auto 0;
    padding-bottom: 18px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 750px) {
    .nav-li {
        font-size: 16px;
        min-width: initial;
    }
    .nav-li a {
        padding: 0px 10px;
    }
    .area-map-wrap {
        width: 100%;
    }
    .area-btn-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .area-btn {
        margin-left: 0;
    }

    .joinus-list {
        flex-direction: column;
        align-items: center;
    }
    .joinus-list .joinus-item {
        margin-right: 0;
    }
    .joinus-list .joinus-item:last-child {
        margin-top: 30px;
    }
}

@media screen and (max-width: 460px) {
    .nav-li {
        font-size: 14px;
        min-width: initial;
    }
    .nav-li a {
        padding: 0px 6px;
    }
    .foot-con {
        flex-direction: column;
        text-align: center;
    }

    .merchant-form .form-item {
        width: 100%;
    }

    .dragdrop-wrap .dragdrop-text {
        font-size: 22px;
    }
    .dragdrop-wrap .dragdrop-btn {
        font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
    .nav-li {
        font-size: 12px;
        min-width: initial;
    }
    .nav-li a {
        padding: 0px 5px;
    }

    .joinus-list .joinus-item {
        min-width: 280px;
    }
}
