* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 13.33vw;
    background: #000000;
    font-family:" Helvetica Neue",Helvetica,Arial,"Roboto","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei","Source Han Sans CN",sans-serif ;
}

li {
    list-style: none;
}

.bold {
    font-weight: bold;
   

}
.ellipse3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}


.flex {
    display: flex;
}
.al-center {
    align-items: center;
}
.jc-sb {
    justify-content: space-between;
}
.jc-center {
    justify-content: center;
}



.blue {
    color: #3FA9F5;
}

.header {
    position: relative;
    width: 100%;
    color: #ffffff;
}
.header img {
    display: block;
    width: 100%;
}
.header .txt {
    position: absolute;
    width: 100%;
    top: 0.55rem;
    padding-left: .8rem;
    padding-right: .2rem;
    font-size: 0.26rem;
    letter-spacing: .6rem;
}
.header .txt span{
    display: inline-block;
}
.header .title {
    position: absolute;
    bottom: .9rem;
    width: 100%;
    text-align: center;
    font-size: .14rem;
}
.header .title h1{
    font-size: .65rem;
    text-shadow: 0rem 0.1rem 0.2rem rgba(0, 0, 0, .5);
}
.header .title .en{
    display: block;
    padding-top: .2rem;
    text-transform: uppercase;
}

.section {
    color: #ffffff;
    font-size: 0.24rem;
}
.section .head {
    padding: .6rem .2rem;
}
.section .head img{
    display: block;
    width: 2.89rem;
}

.section.s1{
    position: relative;
    padding-bottom: .2rem;
}
.section.s1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
    opacity: 0.9;
}
.section.s1::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg2.jpg) no-repeat center ;
    z-index: -2;
}
.section.s1 .cont{
    padding: 0 .54rem;
}
.section.s1 .cont .txt {
    line-height: 0.39rem;
}
.section.s1 .cont .txt .blue{
    font-weight: bold;
}
.section.s1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0;
}
.section.s1 ul .plus{
    font-size: 0.15rem;
    font-weight: bold;
    color: #FFFFFF;
}
.section.s1 ul li {
    width: 1.69rem;
    font-size: 0.22rem;
    text-align: center;
    padding: .34rem 0;
    background: linear-gradient(132deg, #0866FF, #2AC0FF);
    border: 0.02px solid #FFFFFF;
}
.section.s1 ul li img {
    width: 0.6rem;
    height: 0.6rem;
    object-fit: contain;
    margin-bottom: .1rem;
}
.section.s1 ul li span {
    display: block;
    line-height: 1.2;
}

/* 大赛流程 */
.section.s2{
    padding-bottom: 1rem;
}
.section.s2 .head {
    padding: .49rem .54rem ;
}
.section.s2 .process-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 1.16rem;
    background: linear-gradient(132deg, #0866FF, #2AC0FF);
    border: 0.02px solid #FFFFFF;
}
.section.s2 .process-img li{
    width: 32%;
    font-size: 0.18rem;
    font-weight: bold;
    color: #FFFFFF;
    padding: .18rem 0;
    text-align: center;
}
.section.s2 .process-img li img {
    width: 0.6rem;
    height: 0.6rem;
}
.section.s2 .process-img li span{
    display: block;
    padding-top: .12rem;
}
.section.s2 .process-line{
    padding: 0 .38rem;
}
.section.s2 .process-line ul{
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* margin: 0 .38rem; */
    
}
.section.s2 .process-line ul::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.07rem;
    background: #DCDCDC;
    border-radius: 0.03rem;
}
.section.s2 .process-line ul li{
    position: relative;
    flex: 2;
    flex-shrink: 0;
    text-align: center;
    font-size: 0.16rem;
    font-weight: bold;
    color: #3FA9F5;
    padding: .27rem 0;
}
.section.s2 .process-line ul li .dot{
    position: absolute;
    width: 0.19rem;
    height: 0.19rem;
    background: #ffffff;
    border-radius: 50%;
    bottom: -0.06rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.section.s2 .process-line ul li .dot::after{
    position: absolute;
    content: "";
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: #3FA9F5;
    border-radius: 50%;
}
.section.s2 .process-line ul li.on::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 0.07rem;
    background: #3FA9F5;
    z-index: 1;
}
.section.s2 .process-line ul li .msg {
    position: absolute;
    top: 100%;
    font-size: 0.18rem;
    font-weight: bold;
    min-width: 100%;
    color: #ffffff;
    padding-top: 0.72rem;
}
.section.s2 .process-line ul li .msg .small{
    font-size: 0.11rem;
}
.section.s2 .process-line ul li .msg::before{
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 0.02rem;
    height: 0.72rem;
    background: #ffffff;
}
.section.s2 .process-line .block {
    width: 5.72rem;
    line-height: 0.72rem;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(0deg, #3D4859, rgba(34,42,51,0.62));
    margin: 0 auto;
}


.section.s3 .head {
    padding: .52rem .54rem ;
}
.section.s3 .cont {
    padding: 0 .54rem;
}
.section.s3 .card {
    position: relative;
    background: #478BEC;
    box-shadow: 0rem .04rem 0rem 0rem #FFFFFF;
    border-radius: 0.1rem;
    padding-top: .35rem;
    padding-bottom: 1rem;
}
.section.s3 .card img{
    width: 1.12rem;
    height: 1.12rem;
    margin-left: .22rem;
    flex-shrink: 0;
}
.section.s3 .card .txt {
    line-height: 1.4;
    padding: 0 .6rem 0 .22rem;
}
.section.s3 .card .txt .p1{
    font-size: 0.28rem;
    font-weight: 400;
}
.section.s3 .card .txt .p2{
    font-size: 0.28rem;
    font-weight: bold;
    color: #FFDC81;
     text-shadow: 2px 2px 1px #366cc3;
}
.section.s3 .card .txt .p3{
    font-size: 0.18rem;
    font-weight: 400;
    padding-top: .12rem;
}
.section.s3 .card .btn {
    position: absolute;
    right: .28rem;
    bottom: 0;
    width: 2.4rem;
    line-height: .65rem;
    height: .8rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background: url(../images/btn.png) no-repeat top center;
    background-size: contain;
}
.section.s3 .card .btn:hover{
    background: url(../images/btnon.png) no-repeat top center;
    background-size: contain;
}
.section.s3 .join {
    width: 100%;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    background: url(../images/bg3.png) no-repeat top center;
    background-size: contain;
    padding: .14rem 0 .18rem 0;
    margin-top: .26rem;
}
.section.s3 .join a {
    color: #41ADF9;
    text-decoration: underline;
}
.section.s3 ul {
    padding-top: .22rem;
    padding-bottom: .6rem;
}
.section.s3 ul li{
    position: relative;
    display: flex;
    border: .5px solid #2C2C2C;
    border-radius: 0.1rem;
    padding: .29rem .21rem 1rem .21rem;
    margin-bottom: .39rem;
}
.section.s3 ul li img {
    width: 1.12rem;
    height: 1.12rem;
    background: #ffffff;
    border-radius: 50%;
    margin-right: .22rem;
    flex-shrink: 0;
}
.section.s3 ul li .title {
    font-size: 0.28rem;
    font-weight: bold;
    margin-bottom: .1rem;
}
.section.s3 ul li .title span {
    font-size: .22rem;
}
.section.s3 ul li .txt {
    font-size: 0.18rem;
    font-weight: normal;
}
.section.s3 ul li .more{
    position: absolute;
    left: .21rem;
    bottom: .28rem;
    font-size: .17rem;
    font-weight: bold;
}
.section.s3 ul li .btn {
    position: absolute;
    right: .21rem;
    bottom: 0;
    width: 2.4rem;
    line-height: .65rem;
    height: .8rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background: url(../images/btn.png) no-repeat top center;
    background-size: contain;
}
.section.s3 ul li .btn:hover{
    background: url(../images/btnon.png) no-repeat top center;
    background-size: contain;
}

/* 大赛规则 */
.section.s4 {
    padding: .3rem 0 1.12rem 0;
    background: url(../images/bg4.png) no-repeat center;
    background-size: cover;
}
.section.s4 .cont{
    margin: 0 .18rem;
    background: #1E2227;
    border: 0.02px solid #585858;
}
.section.s4 .rule {
    font-size: .2rem;
    line-height: .36rem;
    padding: .36rem .19rem;
}
.section.s4 .rule p::before{
    content: '';
    display: inline-block;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: #ffffff;
}
.section.s4 .rule a{
    position: relative;
    text-decoration: unset;
}
.section.s4 .rule a::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 0.01rem;
    left: 0;
    bottom: -0.04rem;
    background: #3FA9F5;
}

/* 大赛奖项 */
.section.s5 {
    padding-top: .2rem;
    padding-bottom: 1rem;
}
.section.s5 .cont{
    padding: 0 .21rem;
}
.section.s5 .box {
    background: #222A33;
    border: 0.02px solid #3FA9F5;
    padding: .32rem;
    margin-bottom: .28rem;
}
.section.s5 .box .title {
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    font-weight: bold;
    color: #FFFFFF;
}
.section.s5 .box .title span {
    flex-shrink: 0;
    padding-right: .04rem;
}
.section.s5 .box .title img {
    height: .32rem;
}

.section.s5 .box.b1{
    background: #111111;
}
.section.s5 .box.b1 ul{
    padding-top: .34rem;
}
.section.s5 .box.b1 ul li {
    position: relative;
    width: 32%;
}
.section.s5 .box.b1 ul li img {
    width: 100%;
}
.section.s5 .box.b1 ul li .txt{
    position: absolute;
    left: .18rem;
    bottom: .18rem;
    line-height: 1.2;
}
.section.s5 .box.b1 ul li .t1 {
    font-size: .19rem;
    font-weight: bold;
}
.section.s5 .box.b1 ul li .t2{
    font-size: .18rem;
}

.section.s5 .box.b2 ul {
    padding-top: .46rem;
    padding-bottom: .14rem;
}
.section.s5 .box.b2 ul li {
    flex: 1;
    font-size: 0.16rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2;
}
.section.s5 .box.b2 ul li img {
    width: .68rem;
    height: .68rem;
    margin-bottom: .1rem;
}
.section.s5 .box.b2 ul li.w2{
    width: 40%;
    flex: unset;
    border-left: .02px solid #3C4758;
}

/* 评选标准 */
.section.s6 {
    padding-bottom: .84rem;
    background: url(../images/bg4.png) no-repeat center;
    background-size: cover;
}
.section.s6 .cont {
    padding: 0 .21rem;
}
.section.s6 ul li {
    width: 32%;
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.24rem;
    text-align: center;
    border: 0.02px solid #FFFFFF;
    padding: .42rem 0 .28rem 0;
    background: linear-gradient(0deg, #0866FF 0%, #2AC0FF 100%);
}
.section.s6 ul li img {
    height: .8rem;
    width: .87rem;
    object-fit: contain;
}
.section.s6 ul li .title {
    font-size: 0.2rem;
    font-weight: bold;
    padding-bottom: .2rem;
}
.section.s6 ul li .title::before{
    content: "v";
    display: block;
    font-weight: 400;
    font-size: .1rem;
    margin-bottom: .06rem;
}
.section.s6 ul li .title::after{
    content: '';
    display: block;
    width: .49rem;
    height: 0.01rem;
    background: #ffffff;
    margin: 0 auto;
    margin-top: .06rem;
}

/* 大赛指南 */
.section.s7 {
    padding: .31rem 0 .8rem 0;
}
.section.s7 .cont{
    padding: 0 .21rem;   
}
.section.s7 .guide{
    background-color: #1e1d1d;
    border: 1px solid #525252;
    padding: .3rem;
}
.section.s7 .guide p{
    display: flex;
    font-size: 0.2rem;
    font-weight: 400;
    padding: .08rem 0;
}
.section.s7 .guide a{
    color: #fff;
}
.section.s7 .guide p span:first-of-type {
    padding-right: .1rem;
    flex-shrink: 0;
}

/* 大赛评委 */
.section.s8 {
    padding-bottom: 1rem;
}
.section.s8 .cont {
    padding: 0 .27rem;
}
.section.s8 ul {
    flex-wrap: wrap;
    justify-content: center;
}
.section.s8 ul li {
    position: relative;
    width: 24%;
    min-height: 4.08rem;
    box-sizing: border-box;
    /* background: #222A33;
    border: 0.02px solid #585858; */
    padding-top: 2.76rem;
    margin:0 .5%;
    margin-bottom: 0.19rem;
    /* padding-bottom: .6rem; */
    background-color: #1b1b1b;
    background-size: contain;

    background-repeat: no-repeat;
    border: .02rem solid #6a6463;
}
.section.s8 ul li span {
    /* position: absolute;
    content: ">>";
    left: .12rem;
    bottom: .24rem; */
}
.section.s8 ul li:nth-of-type(4n + 4) {
    margin-right: 0;
}
.section.s8 ul li .img{
    width: 1.38rem;
    height: 1.96rem;
    margin-left: auto;
    margin-top: .69rem;
}
.section.s8 ul li .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section.s8 ul li .info{
    padding-top: .1rem;
    font-size: 0.18rem;
    font-weight: 400;
    padding-left: .12rem;
}
.section.s8 ul li .info .name{
    margin-bottom: .06rem;
    white-space: nowrap;
    font-size: .18rem;
}
.section.s8 ul li .info p{
    min-height: .5rem;
    font-size: .14rem;
    line-height: 1.6;
}

/* 往期回顾 */
.section.s9{
    padding-bottom: 1rem;
    padding-top: .1rem;
    background: url(../images/bg4.png) no-repeat center;
    background-size: cover;
}
.section.s9 .head {
    padding: 0.7rem 0.2rem;
}
.section.s9 .cont .swiper{
    padding: 0 .9rem;
}
.section.s9 .cont .swiper .swiper-wrapper{
    margin-left: -.1rem;
}
.section.s9 .swiper .swiper-slide{
    width: 5.79rem;
    height: 3.71rem;
    border: 0.02rem solid #3FA9F5;
    border-radius: 0.1rem;
    /* opacity: 0; */
}
.section.s9 .swiper .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.section.s9 .swiper .swiper-slide.swiper-slide-active+div{
    opacity: 1;

}
.section.s9 .swiper .swiper-slide.swiper-slide-active+div+div{
    opacity: 1;
    /* position: relative;
    left: .1rem; */
}


.section.s9 .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section.s9 .swiper .swiper-button-next,
.section.s9 .swiper .swiper-button-prev {
    width: 0.3rem;
    height: 0.3rem;
    border: 0.02px solid #FFFFFF;
}
.section.s9 .swiper .swiper-button-prev:after,
.section.s9 .swiper .swiper-button-next:after {
    font-size: .12rem;
    color: #ffffff;
}
.section.s9 .swiper .swiper-button-disabled{
    opacity: 1;
    border-color: #3FA9F5;
}
.section.s9 .swiper .swiper-button-disabled::after{
    color: #3FA9F5;
}


/* 合作伙伴 */
.section.s10 {
    padding-top: .2rem;
    padding-bottom: 1rem;
}
.section.s10 .cont {
    padding: 0 .21rem;
}
.section.s10 .partner .title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
    padding: .25rem 0;
}
.section.s10 .partner ul{
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    /* border: 0.02px solid #585858; */
    margin-bottom: .45rem;
}
.section.s10 .partner ul li {
    width: 2.34rem;
    height: 1.05rem;
    text-align: center;
    border: 0.02px solid #585858;
}
.section.s10 .partner ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.section.s10 .partner ul li img {
    width: 1.82rem;
    height: 0.8rem;
    object-fit: contain;
}
/* .section.s10 .partner ul li:first-of-type::before{
    content: '';
    position: absolute;
    width: .02rem;
    height: 100%;
    top: 0;
    left: 2.34rem;
    background: linear-gradient(transparent,#ffffff,transparent);
}
.section.s10 .partner ul li:nth-of-type(3)::before{
    content: '';
    position: absolute;
    width: .02rem;
    height: 100%;
    top: 0;
    left: 4.68rem;
    background: linear-gradient(transparent,#ffffff,transparent);
}
.section.s10 .partner ul .line {
    position: absolute;
    height: 0.02rem;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg,transparent,#ffffff,transparent);
} */
.mask {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.77);
    display: none;
}

.popup {
    position: fixed !important;
    z-index: 101;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 95%;
    height: 90%;
    display: none;
}

.qhdx-content {
    width: 100%;
    height: 100%;
    border-bottom: .05rem solid #43a1f8;
    border: .01rem solid #43a1f8;
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: .10rem;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding:0rem;
    font-size: .16rem;
    color: #fff;

}

.qhdx-content::-webkit-scrollbar {
    width: .08rem;
    height: .08rem;
    background-color: #000000;
}

.qhdx-content::-webkit-scrollbar-thumb {
    border-radius: .10rem;
    background: #3e67ff;
}

.qhdx-content::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent;

}

.qhdx-content .qc-head {
    /* vertical-align: bottom; */
    display: flex;
    align-items: center;
    margin-bottom: .24rem;
}

.qc-head .qch-logo {
    display: inline-block;
    margin-right: .10rem;
    width: 1.07rem;
}
.qc-head .qch-logo img{
    width: 100%;
}

.qc-head .qch-title {
    font-family: "TencentSans-W7";
    vertical-align: middle;
    display: inline-block;
}

.qc-head .qch-title p {
    color: #fff;
    font-size: .28rem;
}

.qc-head .qch-title span {
    color: #42AEF9;
    font-size: .32rem;
}

.qhdx-content .qc-main {
  
    line-height: .28rem;
    padding: 0;
    height: 85%;
    box-sizing: border-box;
}
.qcsrollbar{
    width: 100%;
    height: calc(100% - .50rem);
    overflow-y: auto;
    box-sizing: border-box;
    padding: .50rem;
}

.qhdx-content .qc-main1 {
    height: calc(100% - .5rem);
    overflow-y: auto;
    padding:.50rem !important;
}
.qhdx-content .qc-main::-webkit-scrollbar,
.qcsrollbar::-webkit-scrollbar {
    width: .03rem;
    height: .03rem;
    border-radius:.3rem;
    background-color:#F5F5F5;
}

.qhdx-content .qc-main::-webkit-scrollbar-thumb,
.qcsrollbar::-webkit-scrollbar-thumb {
    border-radius:.3rem;
    -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.3);
    background-color:#3683C9;
}

.qhdx-content .qc-main::-webkit-scrollbar-track,
.qcsrollbar::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent;

}

.qc-main .qcm-title1 {
    font-size: .20rem;
    font-weight: bold;
    color: #41ACFA;
    margin-top: .30rem;
}

.qc-main .qcm-content1 {
    text-align: justify;
    font-size: .20rem;
    line-height: 1.8;
}
.qc-main .qcm-content1 a{
    color: #fff;
}
.qc-main li.qcm-content1{
    list-style: none;
    display: flex;
    align-items: center;
}
.qc-main li.qcm-content1::before{
    content: '';
    display: block;
    width: .10rem;
    height: .10rem;
    background-color: #fff;
    border-radius: 50%;
    margin-right: .08rem;
}

.qc-main .qcm-title2 {
    color: #3990D3;
    margin-top: .28rem;
}

.qc-main .qcm-content2 {
 
    text-align: justify;
    line-height: 1.9;
    font-size: .18rem;
}

.qc-main .qcm-title-mgt0 {
    margin-top: 0;
}

.qc-main .qcm-content1 span {
    font-weight: bold;
    color: #43a1f8;
}

.qc-main .qcm-bmbtn {
    display: block;
    width: 2.40rem;
    height: .70rem;
    background: url(../images/btn.png) no-repeat;
    background-size: 100%;
    margin: .20rem 0 0 -.25rem;
}
.qc-main .qcm-bmbtn:hover{
    background: url(../images/btnon.png) no-repeat;
    background-size: 100%;
}

.close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: .20rem;
    right: .20rem;
    background: url(../images/close.png) no-repeat;
    background-size: 100%;
}

/*footer*/
.rl-footer {
    background: #141414;
    width: 100%;
    padding: 50px 0; }
  
  .foot {
    
    text-align: left; }
    .foot_dark {
      color: #c4c4c4; }
      .foot_dark a {
        color: #c4c4c4; }
    .foot_cpright {
      width: 900px;
        margin: 0 auto;
  }
      .foot_cpright:after {
        content: "";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
        clear: both; }
    .foot .f_line {
      margin: 0 24px; }
    .foot_lefts {
      float: left;
      display: inline; }
    .foot_ieg_logo {
      float: left;
      width: 150px;
      height: 60px;
      overflow: hidden;
      margin: 10px 0 0 10px;
  }
    .foot_left.logo1 {
      float: left;
      text-indent: -999em;
      overflow: hidden;
      margin: 10px 0 0 10px;
      width: 205px;
      height: 36px;
      background-size: 100%; }
    .foot_links {
      display: inline;
      float: right;
      width: 682px;
      list-style: none; }
      .foot_links li {
        line-height: 20px;
        overflow: hidden; }
        .foot_links li img {
          vertical-align: middle;
          margin-right: 3px; }
      .foot_links .link_map {
        font-size: 0; }
        .foot_links .link_map span, .foot_links .link_map a {
          font-size: 12px;
          color: #c4c4c4; }
      .foot_links .copyright_txt {
        font-size: 10px; }
      .foot_links a:hover {
        color: #fff; }
        
.foot_dark .foot_ieg_logo {
    width: 150px !important;
  height: 60px !important;
}
.m-logo{
  display: none;
}
.foot_links .link_map span, .foot_links .link_map a, .foot_dark a, .foot_links .copyright_txt{
  color: #ededed !important;
}
@media screen and (max-width: 800px){
  .m-logo {
          display: block;
          background: #252525;
          padding: .5rem 0 0 0;
  }
  .m-logo>img {
          display: block;
          width: 3.81rem;
          height: .3rem;
          margin: 0 auto;
  }
  .foot {
          font-size: .22rem;
          text-align: center;
          padding: .5rem 0;
          background: #252525;
          color: #bdbebe;
  }
}