body{
    background-color:#f8f8f8;
    overflow-x: hidden !important;
}
.row{
    --bs-gutter-x: 0rem;
}
.container-fluid{
    padding-right: 0;
    padding-left:  0;
}
.col-12 {
    padding: 0;
}
.btn-primary.active, .btn-blacks{
    color: #fff;
    background-color: #7b3ee5;;
    border-color: #7b3ee5;;

}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    box-shadow:none;
}
.btn-primary:disabled {
    background-color: #000 !important;
    border-color: #000 !important;
    opacity: 1;
}
.col-data{
    max-width: 820px;
    margin:auto;
    padding: 0;
}
.app-data[plug-in-94s92s95]{
    padding: 0;
}
.logos {
    width: 100%;
    height: auto;
    position: relative;
    margin:0 auto;
    margin-left:auto;
    margin-right:auto;
    /*display:table-cell; */
    /*vertical-align:middle;*/
}
.logos .logos-img{
    display: block;
    width: 100%;
    max-height: 20rem;
}
.ry-large{
    padding-right: 25px;
    padding-left: 25px;
    border-radius:2em;
    background: #FFF;
    height:10em;
    box-shadow:0px 1px 1px #7f3ddf;

}
.ry-first{
    margin-top:-5em;
}
.ry-second{
    margin-top:1.75em;
}
.mess{
    padding: 52px 0 84px 0;
}
.messagebut{
    width: 100%;
}
.btn{
    border-radius:1.25em;
    background:#7b3ee5;
    border-color: #7b3ee5;
}
.ry-distance{
    padding-left:1.7em;
    padding-right:1.7em;
}

.content{
    position:relative;
    top: -0.25rem;
}

.img-fluid{
    max-height:5.25em;
    margin-top:-1.25em;
}
@media (max-width: 423px) {
    .container{
        background-size: 90% 90% !important;
        left: 25% !important;
        top: -6.5rem !important;
    }
}
@media (max-width: 374px) {
    .img-fluid{
        margin-top: -0.95em;
    }
    .container{
        background-size: 90% 90% !important;
        left: 25% !important;
        top: -6rem !important;
    }
}
@media (max-width: 320px) {
    .img-fluid{
        margin-top: -0.7em;
    }
    .container{
        top: -5.5rem !important;
    }

}
@media (max-width: 312px) {
    .content {
        position: relative;
        margin-top: 6rem;
    }
    .ry-distance{
        padding-left: 0.75em;
        padding-right: 0.75em;
    }
    .img-data{
        display: none;
    }
    .ry-large{
        padding-right: 5px;
        padding-left: 5px;
        border-radius: 2em;
        background: #FFF;
        height: 5em;
    }
    .mess {
        padding: 6px 0 84px 0;
    }
    .but-data {
        width: 100%;
    }
    .ry-large{
        box-shadow:none;
        background-color:#f8f8f8;
    }
    .ry-second{
        margin-top: 1.25em;
    }
    .container{
        display: none;
    }
}
@media (min-width: 820px) {
    .col-data{
        box-shadow: -1px 0px 110px #7b3ee5;
    }
    .ry-second{
        margin-bottom: 60px;
    }
    .header{
        border-radius: 2em;
    }
    .col-data{
        border-radius: 20px 20px 10px 10px;
    }
}
@media (min-width: 980px) {
    .logos-img{
        border-radius: 20px 20px 0 0;
    }
}
/*右下角按钮**/
.switch-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-data .switch{
    position: absolute;
    cursor:pointer;
}
.app-data .switch-but{
    color: #ADADAD;
    font-size: 10px;
    width: 980px;
    height: -64%;
    left: 50%;
    margin-left: -491px;
    position: fixed;
    bottom: 0px;
}
@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

.container {
    position: relative;
    top: -6.5rem;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    background: url(/static/image/yang.png) no-repeat;
    color: #fff;
    font-size: 15px;
    animation: fade 2.5s ease-in infinite;
    -webkit-animation: fade 2.5s ease-in infinite;
    left: 28%;
}