html,
html body {
    background: linear-gradient(91deg, #17214A, #0A0F2A);
    font-family: PingFang SC;
    width: 100%;
    overflow-x: hidden;
}

p {
    margin-bottom: 0;
}

dl,
ol,
ul {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

.row {
    --bs-gutter-x: 60px;
}

h1 {
    font-size: 60px;
    font-weight: 600;
}

h2 {
    background: linear-gradient(91deg, #45C1FF 0%, #A8EBFE 69.6044921875%, #38B7F7 77.978515625%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
}

ul {
    list-style: none;
}

ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    margin-right: 16px;
}

main,
.main {
    max-width: 980px;
    margin: auto;
    color: #ffffff;
}

.main-width {
    max-width: 980px;
}

.m-t-6 {
    margin-top: 6px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-14 {
    margin-top: 14px;
}


.m-t-24 {
    margin-top: 24px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-36 {
    margin-top: 36px;
}

.m-t-48 {
    margin-top: 48px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-58 {
    margin-top: 58px;
}

.m-t-44 {
    margin-top: 44px;
}

.m-t-54 {
    margin-top: 54px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-106 {
    margin-top: 106px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.font-17 {
    font-size: 17px;
}

.font-15 {
    font-size: 15px;
}

.l-h-26 {
    line-height: 26px;
}

.l-h-30 {
    line-height: 30px;
}

.f-w-300 {
    font-weight: 300;
}

.pad-20 {
    padding: 20px;
}

.pad-100 {
    padding-bottom: 100px;
}

.p-t-122 {
    padding-top: 122px;
}


.text-r {
    text-align: right;
}

.code-bar {
    position: relative;
}


.title {
    width: 620px;
    height: 59px;
    background-image: linear-gradient(91deg, rgba(67, 183, 241, 0), rgba(67, 183, 241, 0.3), rgba(67, 183, 241, 0));
    opacity: 1;
    display: flex;
    align-items: center;
    padding-left: 50px;
    margin-left: -50px;
}

.title h1 {
    background: linear-gradient(91deg, #45C1FF 0%, #A8EBFE 50%, #45C1FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    margin-bottom: 0;
    text-shadow: 0px 5px 9px rgba(13, 17, 48, 0.42);
}

.bg-l {
    background-image: url(../../assets/images/bg-l.png);
    position: absolute;
    width: 112px;
    height: 90vh;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -10vh;
    margin-left: -70px;
}

.bg-r {
    background-image: url(../../assets/images/bg-r.png);
    position: absolute;
    width: 36%;
    height: 90vh;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -123px;
    right: 0;
}

.col-img-logo-white img {
    width: 94%;
    padding-top: 10px;
}

.col-img-01 img {
    width: 139% !important;
    max-width: initial;
    margin-left: -36px;
}

.row-border {
    border: 0.5px solid #43B7F1;
}

.col-border-l {
    border-left: 0.5px solid #43B7F1;
}

.border-t-b {
    border-top: 0.5px solid #43B7F1;
    border-bottom: 0.5px solid #43B7F1;
}

.service-part .row {
    --bs-gutter-x: 0px;
}

.service-part p {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 32px;
    text-shadow: 0px 5px 9px rgba(13, 17, 48, 0.2);

    background: linear-gradient(91deg, #45C1FF 0%, #A8EBFE 69.6044921875%, #38B7F7 77.978515625%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-part .top-title {
    background: #275D8A;
}

.service-part h3 {
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    text-shadow: 0px 5px 9px rgba(13, 17, 48, 0.3);
    background: linear-gradient(91deg, #45C1FF 0%, #A8EBFE 69.6044921875%, #38B7F7 77.978515625%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.service-part .h4 {
    font-size: 12px;
    font-weight: 400;
    color: #A8EAFE;
    line-height: 32px;
    text-shadow: 0px 5px 9px rgba(13, 17, 48, 0.3);
    text-align: center;
    margin-bottom: 0;
}

.service-part .row.row-tags {
    --bs-gutter-x: 4px;
    margin: 0 6px;
    --bs-gutter-y: 4px;
    margin-bottom: 6px;
    margin-top: -4px;
}

.sec-2-3 .row {
    --bs-gutter-x: 15px;
}

.sec-2-3 .row .col {}

.sec-2-3 .bg-btn-shadow {
    padding: 18px 20px;
    background: #142446;
    border-radius: 3px;
    box-shadow: -5px -5px 8px 0px rgb(69 163 200 / 26%), 10px 10px 5px 0px rgb(12 16 38 / 80%);
}


.sec-2-3 span {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;

    background: linear-gradient(91deg, #45C1FF 0%, #A8EBFE 69.6044921875%, #38B7F7 77.978515625%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    display: block;
}

.row-tags .col div {
    background: #1A385D;
    border-radius: 2px;
}

.row-tags .col div span {
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 30px;
    text-shadow: 0px 5px 9px rgba(13, 17, 48, 0.2);
    background: linear-gradient(91deg, #45C1FF 0%, #A8EBFE 69.6044921875%, #38B7F7 77.978515625%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    display: block;
    width: 100%;
}

footer {
    padding-top: 44px;
    padding-bottom: 66px;
    background-color: #ffffff;
}

footer .row {
    --bs-gutter-x: 0;
}

footer img.img-bottom-code {
    width: 125px;
}

footer .text-01 {
    font-size: 22px;
    font-weight: 400;
    color: #181818;
    line-height: 20px;
    margin-bottom: 14px;
}

footer .text-02 {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    margin-top: 13px;
}

footer .text-03 {
    font-size: 11px;
    font-weight: 300;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #D4D4D4;
    border-style: solid;
    border-width: 0.5px;
}

.color-dark-gray {
    color: #cfd0d6;
}

/* -lg- */
@media screen and (min-width:992px) {

    .p-l-lg-2rem {
        padding-left: 2.4rem;
    }

    .col-lg-w-21 {
        width: 21%;
    }

    .col-lg-w-37 {
        width: 37%;
    }

    .col-lg-0 {
        width: 0;
    }

    .col-lg-w-63 {
        width: 63%;
    }

    .lg-align-self-center {
        align-self: center;
    }

    .l-h-lg-80 {
        line-height: 80px;
    }

    .l-h-lg-36 {
        line-height: 36px;
    }

    .m-b-lg-10 {
        margin-bottom: 10px;
    }

    .m-t-lg-6 {
        margin-top: 6px;
    }
    .bottom-copyright{
        color: #fff;
        text-align: center;
        padding: 10px 0;
    }
}


/* -md--- */
@media screen and (max-width:992px) {


    main,
    .main,
    .main-width {
        width: 84.66vw;
    }

    .bg-l {
        width: 14vw;
        height: 50vh;
        margin-left: -2vw;
        margin-top: -17px;
    }

    body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .bg-r {
        width: 63.6vw;
        height: 50vh;
        margin-top: -60px;
        right: -19vw;
    }

    .md---main {
        width: 84.66vw;
        margin: auto;
    }

    footer .md---main {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    footer img.img-bottom-code {
        width: 82px;
    }

    .title {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        height: 36px;
    }

    .sec-2-3 span {
        font-size: 13px;
    }

    .sec-2-3 .bg-btn-shadow {
        padding: 17px 17px;
    }

    .col-12.col-img-01 img {
        width: 100% !important;
        margin-left: 0;
    }

    .bg-md---dark {
        background-color: #0F1336;
    }

    .bg-md---white {
        background-color: #ffffff;
    }

    footer {
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
    }

    footer .main {
        width: 100%;
    }

    footer .text-01 {
        font-size: 14px;
        font-weight: 400;
        color: #A6EAFE;
        line-height: 21px;
        text-align: center;
    }

    footer .text-02 {
        transform: scale(0.66129);
        width: 124px;
        margin-top: 0;
        transform-origin: right;
        display: inline-block;
        height: 10px;
        text-align: justify;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    footer .text-02::after {
        content: "";
        display: inline-block;
        width: 100%;
    }

    footer .text-03 {
        font-size: 12px;
        font-weight: 300;
        color: #A1E8FF;
        line-height: 12px;
        opacity: 0.7;
        transform: scale(0.75);
        width: 120%;
        margin-left: -7%;
    }

    table {
        width: 84.66vw !important;
        margin: auto;
        background-color: #EAFAFF;
    }

    .text-md---r {
        text-align: right;
    }

    .m-t-md---0 {
        margin-top: 0;
    }

    .m-t-md---14 {
        margin-top: 14px;
    }

    .m-t-md---16 {
        margin-top: 16px;
    }


    .m-t-md---18 {
        margin-top: 18px;
    }

    .m-t-md---30 {
        margin-top: 30px;
    }

    .m-t-md---36 {
        margin-top: 36px;
    }

    .m-t-md---44 {
        margin-top: 44px;
    }

    .m-t-md---48 {
        margin-top: 48px;
    }

    .m-b-md---45 {
        margin-bottom: 45px;
    }

    .p-t-md---48 {
        padding-top: 48px;
    }

    .p-l-md---0 {
        padding-left: 0;
    }

    .p-b-10 {
        padding-bottom: 10px;
    }

    .p-b-36 {
        padding-bottom: 36px;
    }

    .p-b-md---72 {
        padding-bottom: 72px;
    }

    .font-md---11 {
        font-size: 11px;
    }

    .font-md---12 {
        font-size: 12px;
    }

    .font-md---13 {
        font-size: 13px;
    }

    .font-md---15 {
        font-size: 15px;
    }

    .font-md---16 {
        font-size: 16px !important;
    }

    .font-md---17 {
        font-size: 17px !important;
    }

    .font-md---32 {
        font-size: 32px;
    }

    .font-md---34 {
        font-size: 34px !important;
    }

    .l-h-md---42 {
        line-height: 42px;
    }

    .l-h-md---48 {
        line-height: 48px;
    }

    ul li::before {
        margin-right: 6px;
    }

    .col-md---12 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .row-border-md---0 {
        border: none;
    }

    .col-md---border-r {
        border-right: 0.5px solid #43B7F1;
    }

    .col-md---border-b {
        border-bottom: 0.5px solid #43B7F1;
    }

    .text-last-md---justify {
        /* text-align-last: justify;  */
        display: inline-block;
        width: 100%;
        /* height: 20px; */
        /*高度需要添加，不然文字下面会多出一些空隙*/
        text-align: justify;
        margin-bottom: 0;
    }

    .text-last-md---justify::after {
        content: "";
        display: inline-block;
        width: 100%;
    }

    .service-part .h4 {
        font-size: 14px;
        line-height: 36px;
    }

    .row-tags .col div span {
        font-size: 13px;
        line-height: 34px;
    }


    .code-bar {
        height: 94px;
    }

    .title h1 {
        flex-grow: 1;
        text-align: center;
    }
    .bottom-copyright{
        color: #fff;
        text-align: center;
        padding: 10px 0;
    }
}



/* MARKET 投放界面 */
body.page-market {
    background: linear-gradient(91deg, #040B3A, #050D46);
}

.page-market main {
    background-image: url(../images/market/5.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.page-market .full-img {
    max-width: initial;
    width: 100vw;
    margin-left: -6vw;
}

.page-market .bg-r {
    margin-top: 0;
    right: -30vw;
}

.sec-front {
    margin-left: 28px;
    margin-right: 28px;
    margin-top: 22px;
}

.sec-front h1 {
    font-size: 27px;
    font-weight: normal;
}

.sec-front img {
    width: 100%;
}

.sec-front h2 {
    font-size: 17.5px;
    font-weight: 500;
    font-family: PingFang SC;
    color: #FFFFFF;
    line-height: 26px;
    text-shadow: 0px 10px 19px rgba(13, 19, 48, 0.42);
    margin-left: 10px;
    margin-right: 10px;
}

.sec-front h2:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #01A4FB;
    margin-bottom: 20px;
}

.page-market .sec {
    position: relative;
}

.page-market .sec h1 {
    line-height: 50px;
    background-image: linear-gradient(90deg, rgba(61, 184, 241, 0), #3db8f1);
    width: 94%;
    margin: auto;
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 3%;
    padding-left: 14px;
}

.page-market .sec h1.fan {
    font-size: 17px;
    background-image: linear-gradient(90deg, #3db8f1, rgba(61, 184, 241, 0));
}

.page-market .sec h2 {
    font-size: 16px;
    padding-left: 6px;
}

.page-market .sec-5 h2 {
    font-size: 16px;
    padding-left: 2px;
    line-height: 24px;
}

.page-market .sec .sec-container {
    background: #0C1F5C;
    border-radius: 8px;
    padding-top: 60px;
    top: 10px;
    position: relative;
    z-index: 1;
    padding-left: 3%;
    padding-right: 3%;
}

.page-market .sec-1 .img-1 {
    width: 107.4%;
    max-width: initial;
    margin-left: -3%;
}

.page-market .img-card {
    position: relative;
}

.page-market .img-card .img-fix-r {
    position: absolute;
    right: 6px;
    top: -29px;
    width: 15vw;
    max-width: 70px;
}

.page-market .img-card-2 {
    padding-bottom: 62px;
}

.page-market .sec-1 button {
    width: 142px;
    margin: auto;
    height: 44px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #ffffff;
    border-radius: 22px;
    position: absolute;
    bottom: 36px;
    left: 50%;
    margin-left: -71px;
    font-size: 14px;
    line-height: 42px;
}

.page-market .sec-2 {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
    text-shadow: 5px 9px 19px rgba(13, 19, 48, 0.42);

    background: linear-gradient(91deg, #3EC2FF 0%, #A6EAFE 69.6044921875%, #2FB8F7 77.978515625%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.page-market .sec-2 span {
    display: block;
    width: 120px;
    text-align: center;
    transform: scale(0.96);
    transform-origin: center;
    background: linear-gradient(91deg, #3EC2FF 0%, #A6EAFE 69.6044921875%, #2FB8F7 77.978515625%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* margin-left: -32px; */
    margin-left: -30px;
    border: none
}

.page-market .sec-2 h1 {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 78px;
    /* text-shadow: 5px 9px 19px rgba(13, 19, 48, 0.42);

    background: linear-gradient(91deg, #3EC2FF 0%, #A6EAFE 69.6044921875%, #2FB8F7 77.978515625%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center; */
}

.page-market .sec-2 .row {
    --bs-gutter-x: 11px;
}

.page-market .sec-2 .row .col {
    width: 20%;
}

.page-market .sec-3 {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #A6EAFE;
    line-height: 25px;
}

.page-market .sec-3 .sec-container {
    padding-bottom: 9px;
    padding-top: 51px;
}

.page-market .sec-3 .row {
    --bs-gutter-x: 7px;
    margin: 12px;
    align-items: center;
}

.page-market .sec-3 .row .col {
    font-size: 15px;
    font-weight: 600;
    color: #A6EAFE;
    line-height: 25px;
}

.page-market .sec-4 p {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 25px;
    padding: 0 12px;
}

.page-market .sec-4 h2 {
    font-size: 19px;
    padding: 0 12px;
}

.page-market .sec-4 .sec-container {
    padding-bottom: 18px;
}

.page-market .tb-block {
    border: 1px solid #A6EAFE;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 27px;
    padding-bottom: 5px;
}

.page-market .tb-block .h4 {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #A6EAFE;
    line-height: 42px;
    text-align: center;
    margin-bottom: 0;
}

.page-market .tb-block .row {
    --bs-gutter-x: 5px;
    --bs-gutter-y: 5px;
    font-size: 12px;
}


.page-market main {
    width: 100vw;
    padding-left: 6vw;
    padding-right: 6vw;
}

.page-market .row-tags .col div {
    font-size: 12px;
    line-height: 35px;
    border-radius: 2px;
    background: #293E81;
}

.page-market .row-tags .col div span {
    text-shadow: 0px 10px 19px rgba(13, 19, 48, 0.2);
    background: linear-gradient(91deg, #3EC2FF 0%, #A6EAFE 69.6044921875%, #2FB8F7 77.978515625%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    font-size: 12px;
    /* transform: scale(0.93); */
}

.page-market .sec.sec-5 h1.fan {
    line-height: 27px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.page-market .sec-5 p {
    background: #0E1F55;
    border-radius: 9px;
    padding: 15px 10px;
    margin-top: 14px;
    margin-bottom: 14px;
    box-shadow: 0 0 14px 8px #0e164a inset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.page-market .sec-5 p span {
    width: 50%;
    font-size: 15px;
    font-weight: 600;
    color: #A6EAFE;
    line-height: 22px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.page-market .sec-5 p span:nth-child(even){
    padding-left: 8px;
}

.page-market .sec-5 p span img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.page-market .sec.sec-5 .sec-container {
    padding-top: 84px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 28px;
}


.page-market .sec.sec-7 .sec-container {
    background-color: transparent;
    padding-top: 118px;
    /* padding-bottom: 42px; */
}

.page-market .sec.sec-7 h1 {
    font-size: 24px;
    font-weight: 600;
    color: #A6EAFE;
    line-height: 35px;
    text-shadow: 5px 9px 19px rgba(13, 19, 48, 0.42);

    background: linear-gradient(91deg, #3EC2FF 0%, #A6EAFE 69.6044921875%, #2FB8F7 77.978515625%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 17px;
}

.page-market .sec.sec-8 .sec-container {
    padding-top: 40px;
    padding-bottom: 1px;
}

.page-market .sec.sec-8 .row {
    --bs-gutter-x: 10px;
    margin: 16px 12px;
}

.page-market .sec.sec-8 .row .col {
    font-size: 15px;
    font-weight: 600;
    color: #A6EAFE;
    line-height: 21px;
}

.page-market .sec.sec-9 {
    width: 96%;
    margin: auto;
}

.page-market .sec.sec-9 h1 {
    font-size: 33px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 47px;
    text-shadow: 0px 10px 19px rgba(13, 19, 48, 0.42);

    background: linear-gradient(91deg, #3EC2FF 0%, #A6EAFE 69.6044921875%, #2FB8F7 77.978515625%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: initial;
    margin-top: 33px;
    margin-bottom: 19px;
    padding-left: 0;
    text-align: left;
    margin-left: 0;
}

.page-market .sec.sec-9 h2 {
    font-size: 13px !important;
}

.my-form {
    width: 88vw;
    margin: 16px auto;
}

.form-item {
    line-height: 50px;
    font-size: 16px;
    border-bottom: 0.5px solid #686868;
    display: flex;
    margin-top: 10px;
}

.form-item label {
    display: inline-block;
    width: 84px;
    margin-right: 16px;
    flex-shrink: 0;
}

.form-item label.required::after {
    content: "*";
    color: rgb(189, 0, 17);
    display: inline-block;
    margin-left: 4px;
}

.form-item input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #ffffff;
}

button {
    border-style: none;
    outline: none;
    background-color: #0C4FA1;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
    border-radius: 22.5px;
    width: 100%;
}

.read-item {
    font-size: 15px;
    line-height: 62px;
    color: #666666;
    display: flex;
    align-items: center;
}

.read-item a {
    color: #0C4FA1;
}

.my-checkbox {
    width: 19px;
    height: 19px;
    margin-right: 6px;
}

.bg-r-2 {
    background-image: url(../../assets/images/market/20.png);
    position: absolute;
    width: 41%;
    height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -10px;
    right: -21px;
}

@media screen and (min-width: 750px) {

    .page-market main {
        margin: auto;
        width: 640px;
    }

    .page-market .sec-front img {
        width: 420px;
    }

    .page-market .img-card-2 img {
        margin-left: 16px;
    }

    .page-market .sec-front h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .page-market .sec-2 span {
        margin-left: 0;
        transform: scale(1);
        font-size: 15px;
    }

    .page-market .sec-3 .row .col {
        font-size: 18px;
        line-height: 44px;
    }

    .my-form {
        width: 100%;
    }

    footer .main {
        width: 640px;
    }

    .page-market .row-tags .col div span {
        font-size: 14px;
        line-height: 34px;
    }

    .page-market .full-img {
        margin-left: 0;
        width: 100%;
    }

    .page-market .sec-1 .img-1 {
        width: 100%;
        margin-left: 0;
    }
    .bottom-copyright{
        color: #fff;
        text-align: center;
        padding: 10px 0;
    }
}
