
.main:after {
    display: block;
    content: '.';
    height: 50px;
    visibility: hidden;
}

.slide-right-enter-active {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

.slide-left-leave-active {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}

.nav_footer {
    border-top: 1px solid #F4F4F4;
    background-color: #ffffff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    width: 100%;
    position: fixed;
    z-index: 10;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    height: 50px;
}

    .nav_footer
    .item {
        height: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .nav_footer .item .item_movie {
            width: 28px;
            height: 28px;
            position: absolute;
        }



* {
    padding: 0;
    margin: 0;
}

.home {
    width: auto;
    height: 100%;
    margin: 0 15px; /*ios5*/
}

    .home .banner {
        height: 201px;
        width: 100vw;
        margin-left: -15px;
        padding: 0 15px;
        overflow: hidden;
        margin-bottom: 0;
        margin-top: 15px;
        border-radius: 4px;
    }

        .home
        .banner img {
            height: 175px;
        }

    .home .boxbg {
        border-radius: 4px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    }

    .home
    .home-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        text-align: center;
    }

        .home .home-nav img {
            margin-bottom: 5px;
        }

    .home .banner-notice {
        height: 44px;
        background-color: #FAFAFA;
        border-radius: 4px;
        width: 100%;
        margin-top: 20px;
        line-height: 44px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
        overflow: hidden;
    }

        .home .banner-notice .contents {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 84%;
        }

        .home
        .banner-notice .notice-left {
            position: absolute;
            right: 12px;
            top: 16px;
        }

    .home .novice {
        margin-top: 20px;
    }

        .home .novice .novice-title {
            padding-left: 2px;
            font-weight: 700;
            line-height: 28px;
        }

        .home .novice .novice-content {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            margin-top: 10px;
        }

            .home .novice .novice-content div {
                width: 107px;
                height: 52px;
            }

    .home .quickbg {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url(/Content/img/kybg@2x.80360589.png);
    }

    .home .quick {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        background: #ffffff;
        border-radius: 4px;
        border: 1px solid #eaeaea;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
    }

    .home .quick1 {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .home .newquick {
        width: 100%;
        background: #ffffff;
        border-radius: 4px;
        border: 1px solid #eaeaea;
    }

    .home .quick-content {
        padding-left: 21px;
    }

        .home .quick-content p:nth-child(1) {
            margin-top: 20px;
            line-height: 24px;
            font-weight: 700;
        }

        .home .quick-content
        p:nth-child(2) {
            line-height: 42px;
            font-weight: 700;
        }

        .home .quick-content p:nth-child(4) {
            margin-top: 12px;
            margin-bottom: 19px;
        }

            .home .quick-content p:nth-child(4) span {
                padding: 3px 5px;
                margin-right: 4px;
            }

    .home .redxs {
        background: rgba(255, 71, 71, 0.1);
        border-radius: 2px;
        color: #FF4747;
        padding: 3px 5px 2px;
        margin-right: 5px;
        top: -2px;
        position: relative;
    }

    .home .redxsFF {
        background: rgba(255, 119, 0, 0.1);
        border-radius: 2px;
        color: #21ad80;
        padding: 3px 5px 2px;
        top: -2px;
        position: relative;
    }

    .home .quick-Investment {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

        .home .quick-Investment .Investment {
            width: 86px;
            height: 32px;
            background: #ff7700;
            border-radius: 18px;
            margin-left: 30px;
            line-height: 32px;
            text-align: center;
            position: absolute;
            right: 35px;
            top: 47px;
        }

    .home .bottoms {
        border-bottom: 1px solid #f2f2f2;
        width: 100%;
    }

    .home .quickbg {
        background-size: 100% 100%;
        background-image: url(/Content/img/kybg@2x.80360589.png);
        background-repeat: no-repeat;
    }

    .home .project {
        margin-top: 30px;
    }

    .home .direct {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding: 30px;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 15px;
        padding-top: 34px;
    }

        .home .direct
        .Percentage {
            margin-top: 10px;
            line-height: 33px;
            margin-bottom: 2px;
        }

        .home .direct .direct-Investment {
            width: 86px;
            height: 32px;
            background: #ff7700;
            border-radius: 16px;
            color: #ffffff;
            text-align: center;
            line-height: 32px;
            margin-top: 34px;
            position: absolute;
            right: 30px;
        }

        .home .direct .direct-make {
            width: 86px;
            height: 32px;
            background: #fff4eb;
            border-radius: 16px;
            border: 1px solid #21ad80;
            color: #21ad80;
            text-align: center;
            line-height: 32px;
            margin-top: 34px;
            position: absolute;
            right: 26px;
        }

        .home .direct .makes {
            background: #fffbf8 !important;
            border: 1px solid #ffc99a !important;
            color: #FFC99A !important;
        }

    .home .direct-type {
        margin-left: 30px;
        margin-bottom: 34px;
    }

        .home .direct-type span {
            padding: 3px 5px;
            margin-right: 4px;
        }

    .home .direct-type1 {
        background-color: #ECF3FC;
        color: #4A90E2;
    }

    .home .direct-type3 {
        background-color: #FFF1E5;
        color: #21ad80;
    }

    .home .direct-type2 {
        background-color: rgba(255, 159, 0, 0.1);
        color: #FF9F00;
    }

    .home .exhibition {
        width: 100%;
        margin-top: 20px;
    }

    .home .automatic {
        margin-top: 10px;
    }

    .home .automatic-content {
        background: #ffffff;
        border-radius: 4px;
        border: 1px solid #eaeaea;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-left: 20px;
        position: relative;
    }

        .home .automatic-content
        img {
            margin-right: 4px;
        }

        .home .automatic-content div:nth-child(1)
        p:nth-child(1) {
            margin-top: 24px;
            line-height: 24px;
            font-weight: 600;
        }

        .home .automatic-content div:nth-child(1) p:nth-child(2) {
            margin-top: 5px;
            margin-bottom: 22px;
        }

    .home .toopen {
        width: 69px;
        height: 28px;
        background: rgba(255, 119, 0, 0.1);
        border-radius: 16px;
        text-align: center;
        line-height: 28px;
    }

    .home .understand {
        width: 100%;
        height: auto;
        background: #ffffff;
        border: 1px solid #f5f5f5;
    }

    .home .understand-title {
        font-weight: 700;
        margin-top: 23px;
        line-height: 25px;
        margin-bottom: 4px;
        padding-left: 11px;
    }

    .home
    .Finance {
        padding-left: 11px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .home .understand-content {
        background: #ffffff;
        border-radius: 4px;
        width: auto;
        height: auto;
        padding-bottom: 30px;
        margin-top: 20px;
    }

    .home .understandyd {
        width: 100%;
        height: 80px;
        position: relative;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("Content/img/Group@2x(1).3d06b406.png");
        margin-top: -1px;
    }

        .home .understandyd img {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -12px;
        }

    .home .operate {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 auto;
    }

    .home
    .Banks {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .home .Bankscont {
        text-align: center;
        margin-top: 13px;
    }

    .home .transaction {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        margin-top: 11px;
        width: 100%;
        text-align: center;
    }

    .home .riskmoney {
        width: 100%;
        height: 50px;
        background: rgba(254, 146, 55, 0.06);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        line-height: 50px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 15px;
        margin-top: 29px;
    }

    .home .block {
        display: inline-block;
    }

    .home .dings1 {
        -webkit-transition: all 1.6s ease-in-out;
        transition: all 1.6s ease-in-out;
        background-color: red;
    }

    .home .anim {
        -webkit-transition: all 1.5s;
        transition: all 1.5s;
        margin-top: -44px;
    }

    .home .lines {
        height: 1px;
        width: 47px;
        background-color: #EAEAEA;
        display: inline-block;
    }

    .home .dianr {
        height: 4px;
        width: 4px;
        border-radius: 4px;
        background-color: #EAEAEA;
        display: inline-block;
        margin-left: 11px;
        margin-right: 5px;
    }

    .home .dianl {
        height: 4px;
        width: 4px;
        border-radius: 4px;
        background-color: #EAEAEA;
        display: inline-block;
        margin-left: 5px;
        margin-right: 10px;
    }

    .home .Invest {
        background-color: #ffe4cc !important;
        color: #ffffff !important;
    }

    .home
    #swiper-notice {
        width: calc(100vw - 140px);
    }

    .home .boeder4 {
        border-radius: 4px;
    }

    .home .titleAndroid {
        padding-top: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .home .titleios {
        padding-top: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .home
    .quick-title {
        margin-top: 20px;
        padding-left: 20px;
    }

@media only screen and (max-width: 320px) {
    .home .novice .novice-content
    div {
        width: 92px;
    }

        .home .novice .novice-content div
        p:nth-child(1) {
            font-size: 2.3em;
        }

    .home #swiper-notice {
        width: 56vw;
    }

    .home .welfare div {
        margin-left: 0;
    }

    .home .quicktype {
        width: 124%;
    }

    .home .Investment {
        top: 64px;
    }

    .home .i532 {
        font-size: 2.1em;
    }

    .home
    .i548 {
        font-size: 2.6em;
    }

    .home .i536 {
        font-size: 2.2em;
    }
}

.f-60 {
    font-size: 3.8em;
}
/*首次注册*/
.register-label {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

    .register-label .box {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url(/Content/img/5.9-rF-3.1c572ead.png) no-repeat;
        background-position: bottom;
        background-size: 100%;
    }

    .register-label
    .text-title {
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #f2f2f2;
        box-sizing: border-box;
    }

    .register-label .reg-title {
        height: 32px;
        line-height: 32px;
        margin: 50px 0px 33px 0px;
    }

    .register-label
    .midPart .dian {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        margin-top: 5px;
    }

    .register-label .clear {
        clear: both;
    }

    .register-label .botPart {
        margin-top: 31px;
    }

        .register-label .botPart .btns {
            width: 53%;
            height: 39px;
            line-height: 39px;
            border-radius: 20px;
            margin: 0px auto;
        }

        .register-label
        .botPart .btn-1 {
            margin-top: 11px;
            margin-bottom: 16px;
        }

        .register-label .botPart .btn-2 {
            border: 1px solid #21ad80;
            box-sizing: border-box;
        }

.floating {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 50px;
    z-index: 45;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 20px;
}

.floating-title1 {
    margin-top: 10px;
    line-height: 21px;
    font-weight: 600;
}

.floating-title2 {
    margin-top: 2px;
    line-height: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.floating-login {
    width: 73px;
    height: 29px;
    background: #ff7700;
    border-radius: 4px;
    margin-top: 15px;
    text-align: center;
    line-height: 29px;
    font-weight: 400;
}

#modal_act {
    width: 66px;
    height: 66px;
    position: fixed;
    cursor: move;
    z-index: 110;
    left: 9999px;
    top: 9999px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ffffff;
    opacity: 0.5;
}


.swiper-pagination-bullet-active {
    opacity: 1 !important;
}


.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 4px;
}



.isTop {
    top: 3px;
}

.isBottom {
    bottom: 0;
}

.main {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 103;
}

    .main .pic {
        position: fixed;
        top: 0px;
        right: 35px;
    }



/*存管样式*/ .mint-popup {
    background: transparent;
}

.jixinFirstModal {
    z-index: 99999;
}

#jixinFirstModal .modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 16.43px;
    border-bottom-style: none;
    line-height: 35px;
    height: 35px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 25px;
    background-color: #FFFFFF;
}

    #jixinFirstModal .modal-header .closeBox {
        float: right;
        line-height: 46px;
        font-weight: lighter;
        font-size: 48px;
    }

        #jixinFirstModal
        .modal-header .closeBox a {
            text-decoration: none;
        }

            #jixinFirstModal
            .modal-header .closeBox a:focus, #jixinFirstModal .modal-header
            .closeBox a:visited, #jixinFirstModal .modal-header .closeBox
            a:hover {
                color: #8190A7;
            }

#jixinFirstModal .modal-dialog {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    width: 300px;
    margin: auto;
    padding: 0;
}

    #jixinFirstModal
    .modal-dialog .modal-content {
        background-color: transparent;
        position: relative;
        background-clip: padding-box;
        border: 0px;
        border-radius: 15px;
    }

    #jixinFirstModal .modal-dialog .modal-body {
        background-color: #fff;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        float: left;
        width: 100%;
        margin: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

        #jixinFirstModal .modal-dialog
        .modal-body .textCenter {
            text-align: center;
        }

        #jixinFirstModal
        .modal-dialog .modal-body .line {
            border-bottom: 1px solid #f2f2f2;
        }

        #jixinFirstModal .modal-dialog .modal-body .imgBox {
            width: 100%;
            float: left;
            text-align: center;
        }

        #jixinFirstModal .modal-dialog
        .modal-body .textBox {
            text-align: center;
            line-height: 17px;
            font-size: 14px;
        }

        #jixinFirstModal .modal-dialog .modal-body .paddingB {
            padding-bottom: 10px;
        }

        #jixinFirstModal .modal-dialog .modal-body .ktBtn {
            padding: 0;
            text-align: center;
        }

            #jixinFirstModal .modal-dialog .modal-body
            .ktBtn .new-button {
                height: 34px;
                width: 100%;
                background-color: #ff9966;
                float: left;
                line-height: 34px;
                border-radius: 34px;
                color: #fff;
                text-decoration: none;
            }



.mint-popup {
    border-radius: 5px;
}

.modal_main {
    width: 280px; /*min-height: 144px;*/
    background-color: #ffffff;
    padding-top: 24px;
    border-radius: 10%;
}

    .modal_main .main_title {
        font-size: 2.7em;
        color: #333333;
        font-weight: bold;
        text-align: left;
        padding: 0px 20px;
    }

    .modal_main .main_body {
        margin-top: 16px;
        padding: 0px 20px;
        color: #666666;
    }

    .modal_main .line {
        margin-top: 29px;
        border-bottom: 1px solid #f2f2f2;
    }

    .modal_main .footer {
        height: 44px;
        line-height: 44px;
    }

    .modal_main .one {
        text-align: center;
        color: #21ad80;
        font-size: 2.5em;
    }

    .modal_main .two {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .modal_main .left {
        color: #8F8F8F !important;
    }

    .modal_main .right {
        border-left: 1px solid #EAEAEA;
    }

    .modal_main .item {
        color: #21ad80;
        font-size: 2.5em;
        text-align: center;
        width: 50%;
    }



a:link, a:hover, a:active {
    color: #666666;
}

.login .system {
    padding: 0px 25px;
}

.login .bolder {
    font-weight: bold;
}

.login .scroll {
    width: 100%;
}

    .login .scroll .part1 {
        margin: 42px 0px 35px 0px;
    }

    .login .scroll .part1-s {
        padding: 16.5px 25px 12.5px 25px;
    }

    .login .scroll .part2-s {
        padding-top: 6px;
    }

    .login .scroll .line {
        height: 1px;
        margin-bottom: 11px;
        background: #EAEAEA;
    }

    .login .scroll .part3 {
        padding-top: 22px;
    }

    .login .scroll .part3-s {
        padding-top: 11px;
    }

    .login .scroll .part4 {
        margin-top: 30px;
        margin-bottom: 50px;
        height: 44px;
        border-radius: 4px;
        color: #ffffff;
        line-height: 44px;
    }

.login .bottom-text {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 3;
}

.login .scroll .relative .countdown {
    position: relative;
    right: 0px;
    top: 0px;
    outline: none;
    padding: 0px;
    font-size: 2.3em;
    border: none;
    border-radius: 0;
    float: right;
    display: block;
    padding-right: 10px;
    background: none;
}

@media only screen and (max-width: 320px) {
    .login .scroll
    .part1 {
        margin: 30px 0px 20px 0px;
    }

    .login .scroll .part2 {
        padding-top: 6px;
    }

    .login .scroll .part3 {
        padding-top: 11px;
    }

    .login .scroll .part4 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .login .scroll .bottom-text {
        bottom: 5px;
    }
}



.shadow {
    box-shadow: 0px 0px 15px rgba(70, 110, 215, 0.25);
}

.main {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 101;
}

    .main .pic {
        position: fixed;
        top: 0px;
        right: 35px;
    }



.box {
    width: 100%;
    float: left;
    position: relative;
}




.cha {
    right: 13px;
    bottom: 8px;
    position: absolute;
}

.cha1 {
    right: 46px;
    bottom: 8px;
    position: absolute;
}

.eye {
    right: 11px;
    bottom: 10px;
    position: absolute;
}

::-webkit-input-placeholder {
    color: #c7c7c7;
}

:-ms-input-placeholder {
    color: #c7c7c7;
}





.login-input {
    transition: all 0.5s ease;
    border: none;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 20px;
    border-radius: 25px;
    padding: 15px 10px 15px 50px;
    width: 100%;
    outline: none;
    font-size: 17px;
    background: #f5f5f5 url(../Images/loginicon.png) no-repeat;
}

.input-text {
    float: left;
    transition: all 0.5s ease;
    border: none;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 15px 10px 15px 50px;
    width: 100%;
    outline: none;
    font-size: 17px;
    padding-left: 50px;
    position: relative;
    background: #f5f5f5 url(../Images/loginicon.png) no-repeat;
}

.input-yzm {
    display: table-cell;
    position: relative;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
    background: #f5f5f5;
    padding: 0 11px;
    line-height: 45px;
}

.login-inputpass {
    background-position: 10px -48px !important;
}

.login-inputtel {
    background-position: 10px 15px !important;
}

.login-inputyzm {
    background-position: 10px -98px !important;
}

.login-inputmail {
    background-position: 10px -138px !important;
}



.zent-design-preview-controller {
    /*position: relative;*/
    box-sizing: border-box;
    border: 0;
    min-height: 10px;
}
.member-center__order {
    width: 94%;
    margin: 0 auto 10px;
    background: #fff;
    border-radius: 5px;
}
.van-cell {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    box-sizing: border-box;
    line-height: 24px;
    position: relative;
    background-color: #fff;
    color: #323233;
    font-size: 14px;
    overflow: hidden;
}
.member-center__order .van-cell {
    height: 40px;
    padding: 10px;
    border-radius: 5px;
}
.van-cell__title, .van-cell__value {
    -ms-flex: 1;
    flex: 1;
}
.member-center__order .van-cell__title {
    color: #111;
    font-weight: 700;
    font-size: 14px;
}
.van-cell:not(:last-child):after {
    content: " ";
    position: absolute;
    box-sizing: border-box;
    left: 15px;
    right: 0;
    bottom: 0;
    transform: scaleY(.5);
    border-bottom: 1px solid #ebedf0;
}