.navbar {
    background-color: #019CFB;
    /*background-color: #64B8F3;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    /*margin-bottom: .3rem;*/

}
.body{
    min-height: 450px;

}

.layui-nav .layui-this:after, .layui-nav-bar {

    background-color: #EEEEEE;

}
.layui-breadcrumb a:hover {
    color: #019CFB !important
}

.navbar a {
    text-decoration: none;
    padding: 0 30px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #EEEEEE !important;
    font-size: 22px;
}

.navbar a:hover {
    background-color: #83CFFE;
    /*color: black;*/
}


.intro.module {

    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
}

.module_content {
    /*padding: 0 10%;*/
    width: 70%;
}

.module_content_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;

}

.line {
    width: 40%;
    height: 2px;
    background-color: #333;
    display: flex;
    justify-content: space-between;
}

/*.small-line {*/
/*    width: 30px;*/
/*}*/

/*.crude-line {*/
/*    width: 70px;*/
/*}*/
.module_content_title .title {
    width: 20%;
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.title-CH {
    font-size: 2rem;
    margin: 0 1rem;
    text-align: center;
}

.title-EN {
    font-size: 1rem;
    text-align: center;

}

/* Innovate list styles */
.item-list {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    /*padding: 0 5%;*/
    width: 70%;
    margin-bottom: 55px;
}

.item {
    width: 280px;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.item .title {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #555;
}

.item .line {
    width: 60px;
    height: 2px;
    background-color: #c0c0c0;
}

.item .details {

    text-align: center;
    font-size: 14px;
    color: #a1a1a1;

}


.product.module {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F6F6F6;
}

.product_content {
    width: 70%;
    height: auto;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.productbox {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;

}

.info a {
    color: #828282;
    text-align: center;

}

.insidebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}

.insidebox img {
    margin-bottom: 20px;

}

.small-box {
    width: 47%;
    height: 100%;
    background-color: #64B8F3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.double-small-box {
    border: 0;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.small-box .title {
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    color: #fff;
    margin-bottom: 20px;
}

.small-box a {
    color: #fff;
}

.middle {
    display: flex;
    /*flex-direction: column;*/
    /*justify-content: center;*/
    width: 100%;
    height: 227px;
    margin-bottom: 20px;
    align-items: center;
    /*background-color: #fff;*/
    /*border: 1px solid #e4e4e4;*/
}

.infotitle {
    /*height: 26px;*/
    width: 100%;
    line-height: 26px;
    font-size: 1.23rem;
    color: #3c3c3c;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}
.infotitle a{
    color: #444;
}

.company-module {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: 690px;*/
    /*background-size: 100% auto;*/
    background: url("pic/gsjs3.png") no-repeat center center;
    background-size: 100% 100%;

}

.company {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background-color: #F6F6F6;*/
    /*background-color: #fff;*/
    /*color: #fff;*/
    /*background-position: center center;*/
    /* 背景图不平铺 */
    /*background-repeat: no-repeat;*/
    /*background: url("pic/gsjs3.png") no-repeat center center;*/


}

.company .title {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 28px;
    color: #fff;
}

.company .line {
    width: 80px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 30px;
}

.more {
    display: block;
    width: 128px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    color: #000;
}

.certificate_list {
    width: 65%;
    height: auto;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /*margin-bottom: 100px;*/
}

.coverleft {
    position: relative;
    left: -2%;
    /*margin-left: 1%;*/
}

.certificate_item {
    width: 80%;
    height: auto;
    /*background-position: center center;*/
    /* 背景图不平铺 */
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    text-align: center;


}

.certificate_item .hover {
    text-align: center;
    line-height: 50px;
    width: 80%;
    height: auto;
    background-color: #000;
    opacity: .5;
    position: relative;
    bottom: 50px;
    left: 10%;
    color: #fff
}

.module {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.footer {
    width: 100%;
    height: 260px;
    background-color: #019CFB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_content {
    width: 1200px;
    height: 262px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #eee;
}

.footer_up {
    height: 204px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_up .line {
    background-color: #eee;
    width: 1px;
    height: 150px;
}

.footer_down {
    width: 100%;
    height: 60px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;

}

.footer_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: 345px;
    margin-left: 10px;
}

.footer_left p {
    letter-spacing: 13px;
    margin-top: 10px;
    font-size: 20px;
    padding-left: 12px;
    color: #eee;

}

.footer_right {
    width: 682px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_right ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 126px;
    width: 112px;
}

.footer_right_item_title {
    font-weight: 600;
    font-size: 18px;
    color: #eee;
    margin-bottom: 20px;

}

.footer_right_item {
    color: #eee;
    margin-top: 10px;
}

.footer_logo {
    /*width: 280px;*/
    height: 130px;
}

.header {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header_left {
    height: 140px;
    width: 540px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
}

.header_left img {
    width: 250px;
    /*height: 130px;*/
}

.header_left .line {
    width: 1px;
    height: 30px;
    background-color: #000;
}

.header_left .left_title {
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    color: #000;
}

.header_right {
    width: 350px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_qr {
    width: 170px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;

}

.header_qr img {
    width: 80px;
    height: 80px;
}

.header_tel {
    width: 250px;
    height: 80px;
    text-align: start;
}

.header_tel .label {
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.backtop {
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 5rem;
    bottom: 17rem;
    width: 70px;
    height: auto;
    z-index: 999;
    text-align: center;
    justify-items: center;
    align-items: center;
    /*background-color: #f00b0d;*/
}

.layui-btn {
    box-shadow: -5px 3px 3px #ccc;
    border-radius: 2px;
    width: 12rem;
    padding: 0;
    background-color: #fff;
}

.layui-btn a {
    color: #1e9fff;
    display: block;
    width: 100%;
    height: 100%;
}

.newbtn:hover {
    border: 1px solid #69bfff;
    /*opacity: .9;*/
}

.newbtn:active {
    border: 1px solid #1e9fff
}

.newbtn a:hover {
    color: #69bfff;
    /*opacity: .9;*/
}

.newbtn a:active {
    color: #1e9fff;
}

.newbtn {
    width: 12rem;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    /*font-weight: 600;*/
    background-color: #fff;
    border: 1px solid #1e9fff;
    box-shadow: -5px 3px 3px #ccc;
    border-radius: 5px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    margin: 2rem 1rem;
}

.newbtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1e9fff;
    width: 100%;
    height: 100%;
    line-height: 16px;
    font-size: 16px;

}

.choose-this {
    border: 1px solid #6c6c6c !important;
    background-color: #1e9fff !important;
    /*color: #fff !important;*/
}

.choose-this a {
    color: #fff !important;

}

.choose-this:hover {
    border: 1px solid #6c6c6c !important;
    background-color: #69bfff !important;
    opacity: .8;
}

.choose-this a:hover {
    color: #fff;
}

.choose-this:active {
    border: 1px solid #0c0c0c !important;
    background-color: #1e9fff !important;

}

.choose-this a:active {
    color: #fff;
}

.intromess {
    display: flex;
    min-height: 540px;
    height: auto;
    flex-direction: column;
    /*background-color: #20488a;*/
    justify-content: center;
    align-content: center;
    width: 100%;
    /*background:  url("pic/bg.png") no-repeat center center;*/
    background-size: 100% 100%;
}

.introtext {
    display: flex;
    flex-direction: column;
    /*justify-self: center;*/
    /*align-items: center;*/
    /*color: #eee;*/
    width: auto;
    /*min-height: 500px;*/
    height: auto;
    margin: 20px auto 10px;
    /*background: url("pic/gsjs.png") no-repeat center center;*/
    /*background-size: cover;*/
}

.introtext img {
    width: 100%;
    object-fit: contain;

}

.introbtn {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2rem auto;
    border: 1px solid #c8c8c8;
    /*border-radius: 5px;*/
    /*box-shadow: ;*/
}
.product-type {
    display: flex;
    width: 100%;
    justify-content: center;
    /*border: 1px solid #0aa6e8;*/
    margin-top: 10px;
    height: auto;
    /*background-color: #f5f5f5;*/
    align-items: center;
}

.btn-group {
    display: flex;
    width: 1430px;
    justify-content: start;
    flex-wrap: wrap;
    border: 1px solid #0aa6e8;
    background-color: #fcfcfc;
}
.btn-item {
    display: flex;
    width: auto;
    margin: 15px 0 15px 45px;
}
.breadcrumb {
    width: 100%;
    display: flex;
    justify-content: center;
}

.layui-breadcrumb {
    display: flex;
    width: 1430px;
    margin: 20px auto 10px;
}

cite {
    display: block;
    margin-top: 0;
}
@media screen and (max-width: 1100px) {
    .layui-nav .layui-this:after, .layui-nav-bar {

        background-color: #16b777;

    }
    .layui-breadcrumb a {
        font-size: .3rem;
    }
    html {
        font-size: 262.5%;
        /*font-size: 50px;*/
        max-width: 767px
    }

    body {
        max-width: 767px;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        font-size: 12px;
        /*position: fixed;*/
        /*border: 1px solid #000;*/

    }

    .nav {
        display: flex;
        /*border: 1px solid #000;*/
        position: fixed;
        flex-direction: row;
        bottom: 0;
        width: 100%;
        z-index: 999;
        height: 1.3rem;
        max-width: 767px;
        /*background-color: #2f363c;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        /*margin-bottom: 0;*/

    }

    .layui-nav {
        padding: 0 !important;
    }

    .layui-nav .layui-nav-item {
        /*position: relative;*/
        display: flex !important;
        margin-top: 0;
        list-style: none;
        vertical-align: middle;
        line-height: 60px;
        flex: 1;

    }

    .nav a {
        width: 100%;
        text-align: center;
        padding: 0 10px !important;
        font-size: .32rem;
    }

    .header {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
        /*border: 1px solid #f00b0d;*/
        /*border: 1px solid #f00b0d;*/
    }

    .header_left {
        width: 100%;
        /*height: 10rem;*/
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;

        height: auto;
        margin-left: 0;
    }

    .header_left img {
        width: 100%;
        height: auto;
        /*max-height: 3rem;*/
    }

    .header .line {
        width: 0.05rem;
        height: 1.5rem;
        background-color: #000;
    }

    .header_left .left_title {
        height: 1rem;
        line-height: 1rem;
        font-size: 0.42rem;
        color: #000;
    }

    .header_right {
        width: 100%;
        height: 3.6rem;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    /*.header_right p {*/
    /*    font-size: 0.4rem;*/
    /*}*/
    .header_qr {
        width: 100%;
        /*height: 10rem;*/
        display: flex;
        flex-direction: column;
        justify-self: center;
        align-items: center;
    }

    .header_qr img {
        width: 100%;
        /*max-height: 4.2rem;*/
        height: auto;
    }
    .header_qr a{
        width: 80px;
        height: 2.8rem;
        display: flex;
        align-items: end;
        margin: -.3rem 0 .2rem;
    }
    .header_qr p{
        height: auto;
        display: flex;
        align-items: end;
    }
    .header_qr div{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .intro.module {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #ffffff;
    }

    .module_content {
        /*padding: 0 10%;*/
        width: 90%;
        margin-bottom: .4rem;
    }

    .module_content_title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: .2rem;
        margin-bottom: .3rem;

    }

    .module_content_title .line {
        width: 25%;
        height: 0.05rem;
        background-color: #333;
        display: flex;
        justify-content: space-between;
    }

    .module_content_title .title {
        width: 50%;
        height: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .title-CH {
        font-size: 0.5rem;
        margin: 0 1rem;
        text-align: center;
    }

    .title-EN {
        font-size: 0.4rem;
        text-align: center;

    }

    .item-list {
        display: flex;
        justify-content: space-between;
        list-style-type: none;
        /*padding: 0 5%;*/
        width: 100%;
        margin-top: .5rem;
        margin-bottom: 1rem;

        /*height: 13rem;*/
    }

    .item-list a {
        width: 100%;
        display: flex;
    }

    .item {

        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-self: center;
    }


    .item .title {
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        font-size: .6rem;
        font-weight: 600;
        color: #555;
        text-align: center;

    }

    .item .details {
        /*position: relative;*/
        /*top: -.7rem;*/
        width: auto;
        height: .5rem;
        display: flex;
        /*align-items: center;*/
        /*flex:1;*/
        line-height: .5rem;
        text-align: center;
        font-size: .33rem;
        justify-items: center;
        color: #6a6a6a;
    }

    .product.module {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F6F6F6;
    }

    .product_content {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .productbox {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: .2rem;

    }

    .info a {
        color: #828282;
        text-align: center;
    }

    .insidebox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        /*height: 13.5rem;*/
        /*margin-bottom: 20px;*/
        align-items: center;
        background-color: #fff;
        border: 1px solid #e4e4e4;
    }

    .insidebox img {
        margin-bottom: 0rem;
        width: 70%;
        /*height: 7.5rem;*/

    }

    .small-box {
        width: 48%;
        height: 160px;
        background-color: #64B8F3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .double-small-box {
        /*border: 0;*/
        background-color: #f6f6f6;
        display: flex;
        align-items: self-start;
        justify-content: space-between;
        width: 100%;
        border: 1px solid #e4e4e4;
        margin-bottom: 20px;

    }

    .small-box .title {
        width: auto;
        height: auto;
        line-height: .6rem;
        font-size: .5rem;
        color: #fff;
        margin-bottom: 0;
        text-align: center;
    }


    .small-box a {
        height: auto;
        color: #fff;
        text-align: center;
        font-size: 10px;
    }


    .infotitle {
        height: .3rem;
        width: 100%;
        line-height: .3rem;
        font-size: .3rem;
        color: #3c3c3c;
        margin-top: .5rem;
        margin-bottom: .5rem;
        font-weight: 600;
    }
    .infotitle a{
        color: #555;
    }
    .company-module {
        display: flex;
        width: 100%;
        height: auto;
        align-items: center;
        flex-direction: column;
        border: 1px solid #eee;
        background: url("pic/gsjs3.png") no-repeat center center;
        background-size:  auto 100%;

    }

    .company {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*background-color: #F6F6F6;*/
        /*background-color: #fff;*/
        /*color: #fff;*/
        /*background-position: center center;*/
        /* 背景图不平铺 */
        /*background-repeat: no-repeat;*/

    }

    .ry {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin: auto;
    }

    .more {
        display: block;
        width: 3rem;
        height: .8rem;
        font-size: .3rem;
        line-height: .8rem;
        border: 1px solid #fff;
        text-align: center;
        align-items: center;
        /*text-decoration: none;*/
        margin-top: .5rem;
        color: #fff;
        margin-bottom: .5rem;
    }

    .certificate_list {
        display: flex;
        width: 80%;
        height: auto;
        margin-top: 0rem;
        align-items: center;
        justify-content: space-around;

        /*margin-bottom: 100px;*/
    }

    .certificate_item {
        width: 100%;
        height: auto;
        text-align: center;
    }

    /*.certificate_item img {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    text-align: center;*/
    /*}*/
    .hover {
        text-align: center;
        line-height: .5rem;
        width: 100%;
        height: .5rem;
        background-color: #000;
        opacity: .5;
        font-size: .2rem;
        color: #fff;
        position: unset;
        /*left: 0rem;*/

    }

    .backtop {
        position: fixed;
        display: flex;
        flex-direction: column;
        left: 610px;
        /*top: 2rem;*/
        /*right: .7rem;*/
        bottom: 2rem;
        width: 1.3rem;
        height: 1.6rem;
        z-index: 999;
        text-align: center;
        /*background-color: #f00b0d;*/

    }

    .newbtn {
        width: 100%;
        height: 1.3rem;
        /*font-size: .33rem;*/
        /*font-weight: 600;*/
        background-color: #fff;
        border: 1px solid #eee;
        box-shadow: -3px 3px 3px #ccc;
        border-radius: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 0;

    }

    /*.newbtn:hover {*/
    /*    border: 1px solid #69bfff;*/
    /*    !*opacity: .9;*!*/
    /*}*/
    /*.newbtn:active {*/
    /*    border: 1px solid #1e9fff*/
    /*}*/
    /*.newbtn a:hover {*/
    /*    color: #69bfff;*/
    /*    !*opacity: .9;*!*/
    /*}*/
    /*.newbtn a:active {*/
    /*    color: #1e9fff;*/
    /*}*/
    .newbtn a {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: .25rem;
        font-size: .25rem;
        width: 100%;
        height: 100%;
    }

    .choose-this {
        border: 1px solid #6c6c6c !important;
        background-color: #1e9fff;
        color: #fff !important;
    }

    .choose-this a {
        color: #fff !important;
    }

    .intromess {
        display: flex;
        min-height: 425px;
        height: 100%;
        /*background-color: #224B85;*/
        justify-content: center;
        align-items: center;
        width: 100%;
        /*background:  url("pic/bg.png") no-repeat center center;*/
        background-size: 100% 100%;
        /*border: 1px solid #eee;*/
        margin-bottom: 1.29rem;

    }

    .introtext {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*color: #eee;*/
        width: 100%;
        min-height: 425px;
        height: 100%;
        /*margin-bottom: 1rem;*/
        /*background: url("pic/gsjs3.png") no-repeat center center;*/
        background-size: cover;
        background: none;
        margin: 0 0;


    }

    .introtext .introimg {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        /*background-color: #1e9fff;*/
        /*background: url("pic/gsjs3.png") no-repeat center center;*/
        /*background-size: contain;*/
    }

    .introtext .introimg img {
        width: 100%;
        height: auto;
        /*object-fit: contain;*/
    }

    .introbtn {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 1rem auto;
        border: none;
        /*border-radius: 5px;*/
        /*box-shadow: ;*/
    }
    .product-type {
        display: flex;
        width: 100%;
        justify-content: center;
        /*border: 1px solid #eee;*/
        margin-top: 10px;
        margin-bottom: 10px;
        height: auto;
        /*background-color: #f5f5f5;*/
        align-items: center;
    }
    .btn-group {
        display: flex;
        width: 95%;
        justify-content: start;
        flex-wrap: wrap;
        /*border: none;*/
        margin: 0 auto 0;
        background-color: #fcfcfc;
        border: none;
    }
    .btn-item {
        display: flex;
        width: 25%;
        flex: 1 1 auto;
        margin: .1rem;
    }
    .flex-container {
        display: flex;
        flex-wrap: wrap;
        border-top: .01rem solid #eee;
        flex-direction: row;
        /*overflow-x: auto; !* 添加滚动条以防内容超出 *!*/
        width: 100%;
        max-width: 767px;
        margin: 0 0 1rem 0;
        height: auto;
    }

}

@media screen and (max-width: 767px) {
    .backtop {
        position: fixed;
        display: flex;
        flex-direction: column;
        left: 80%;
        /*top: 2rem;*/
        /*right: .7rem;*/
        bottom: 2rem;
        width: 1.3rem;
        height: 1.6rem;
        z-index: 999;
        text-align: center;
        /*background-color: #f00b0d;*/

    }
}
