﻿.QX-164641203
{
    position: relative;
    padding: 30px 0;
    max-width: 1200px;
    margin: 0 auto;
    word-break: break-word;
}
.QX-164641203 .rower
{
    display: flex;
}
.QX-164641203 .left
{
    width: calc(50% - 20px);
    position: relative;
    height: 550px;
    margin: 0 10px;
}
.QX-164641203 .top .pic
{
    z-index: 1;
}
.QX-164641203 .middle .pic
{
    z-index: 2;
}
.QX-164641203 .bottom .pic
{
    z-index: 3;
}
.QX-164641203 .top .pic.blocks-editor-active, .QX-164641203 .middle .pic.blocks-editor-active, .QX-164641203 .bottom .pic.blocks-editor-active
{
    z-index: 4;
}
.QX-164641203 .circle
{
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    left: -100px;
    bottom: 0;
    background: linear-gradient(to bottom,#00a0f0 50%,#0c5adb);
    -webkit-mask: radial-gradient(transparent 170px,#000 171px);
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.QX-164641203 .top
{
    width: 280px;
    height: 299px;
    position: absolute;
    right: 100px;
    top: 0;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.QX-164641203 .middle
{
    position: absolute;
    width: 280px;
    height: 299px;
    top: 100px;
    left: 0;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.QX-164641203 .bottom
{
    position: absolute;
    width: 400px;
    height: 212px;
    top: 280px;
    right: 40px;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.QX-164641203 .pic, .QX-164641203 .pic .backstage-componet, .QX-164641203 .pic .backstage-componet-bd, .QX-164641203 .pic .blocks-image
{
    width: 100%;
    height: 100%;
}
.QX-164641203 .pic .blocks-image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.QX-164641203 .about .pic .blocks-image img
{
    object-fit: contain;
}
.QX-164641203 .right
{
    width: calc(50% - 20px);
    margin: 0 10px;
}
.QX-164641203 .text
{
    margin: 10px 0 30px;
}
.QX-164641203 .miantit
{
    color: #00a0f0;
    font-size: 24px;
    margin-bottom: 10px;
}
.QX-164641203 .subtit
{
    font-size: 42px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.QX-164641203 .about
{
    margin-bottom: 30px;
    display: flex;
}
.QX-164641203 .iconimg
{
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.QX-164641203 .discrib
{
    width: calc(100% - 80px);
}
.QX-164641203 .atitle
{
    font-size: 24px;
    margin-bottom: 10px;
}
.QX-164641203 .butn
{
    display: inline-block;
    background-color: #0c5adb;
    color: #fff;
    border-radius: 5px;
    transition: all .3s;
}
.QX-164641203 .butn .backstage-componet
{
    display: flex!important;
    align-items: center;
    padding: 10px 30px;
}
.QX-164641203 .butn .backstage-componet i
{
    margin-left: 5px;
    font-size: 13px;
    margin-top: 2px;
}
.QX-164641203 .butn .blocks-button
{
    color: inherit;
}
.QX-164641203 .butn:hover
{
    background-color: #00a0f0;
}
@keyframes float-bob
{
    0%
    {
        bottom: 0;
    }
    50%
    {
        bottom: 20px;
    }
    100%
    {
        bottom: 0;
    }
}
@media screen and (max-width: 1200px)
{
    .QX-164641203 .circle
    {
        width: 350px;
        height: 350px;
        -webkit-mask: radial-gradient(transparent 125px,#000 126px);
        left: 0;
    }
    .QX-164641203 .left, .QX-164641203 .right
    {
        margin: 0 20px;
    }
    .QX-164641203 .top
    {
        right: 20px;
    }
    .QX-164641203 .middle
    {
        left: 70px;
    }
    .QX-164641203 .bottom
    {
        right: 0;
    }
    .QX-164641203 .subtit
    {
        font-size: 32px;
    }
}
@media screen and (max-width: 992px)
{
    .QX-164641203 .left
    {
        height: 450px;
        margin-top: 6%;
    }
    .QX-164641203 .top
    {
        width: 240px;
        height: 253px;
    }
    .QX-164641203 .middle
    {
        width: 240px;
        height: 253px;
        top: 60px;
    }
    .QX-164641203 .bottom
    {
        width: 300px;
        height: 156px;
        top: 220px;
    }
    .QX-164641203 .subtit
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px)
{
    .QX-164641203 .middle
    {
        left: 20px;
    }
    .QX-164641203 .left
    {
        margin-top: 13%;
    }
}
@media screen and (max-width: 510px)
{
    .QX-164641203 .middle
    {
        left: 0;
    }
    .QX-164641203 .rower
    {
        flex-wrap: wrap;
    }
    .QX-164641203 .subtit
    {
        font-size: 26px;
    }
    .QX-164641203 .left
    {
        width: calc(100% - 20px);
        position: relative;
        height: 400px;
    }
    .QX-164641203 .top, .QX-164641203 .middle
    {
        width: 200px;
        height: 210px;
    }
    .QX-164641203 .bottom
    {
        width: 260px;
        height: 135.2px;
        top: 220px;
    }
    .QX-164641203 .right
    {
        width: calc(100% - 20px);
    }
    .QX-164641203 .circle
    {
        width: 320px;
        height: 320px;
    }
}