@CHARSET "UTF-8";

.top_nav .dropdown {
    width: 714px;
}
.login-name-text,
.top_nav .navbar .navbar-list {
    color: #5278A0;
}
.top_nav .navbar .navbar-list.active,
.top_nav .navbar .navbar-list:hover {
    border-bottom: 4px solid #2A93FF !important;
    color: #2A93FF !important;
}
.downcenter-page #header{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}
.download-bg {
    position: relative;
    background: #EDF3F8;
}
.banner {
    height: 654px;
    padding-top: 167px;
    background: url(../images/downcenter/down-bg1.png?v=8) no-repeat center top;
}
.banner-cont .down-text{
    width: 441px;
}
.banner-cont .code-part{
    border-radius: 4px;
    border: 1px solid #8093AA;
    background: rgba(4, 27, 50, 0.58);
    width: 354px;
    padding: 15px 15px 10px;
    align-items: center;
    margin: 40px 0 27px;
    justify-content: start;
    height: 158px;
}
.banner-cont .code-part .qy-client-down{
    background: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.banner-cont .text-area{
    margin-left: 24px;
}
.banner-cont .text-area h3{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}
.banner-cont .text-area p{
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
}
.banner-cont{
    position: relative;
    padding: 0 0 0 120px;
}
.banner-cont::after {
    content: "";
    height: 449px;
    width: 433px;
    background-image: url(../images/downcenter/main-mobile.png?v=8);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 3px;
    right: 45px;
    animation-name: float;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: float;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out
}

.question-link a{
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    line-height: 28px;
    margin-right: 27px;
}
.question-link a i{
    display: inline-block;
    width:24px;
    height:24px;
    background: url(/images/downcenter/banner-icon.png?v=6?v=6) no-repeat;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.question-link i.quest-icon{
    background-position: -20px -20px;
}
.question-link i.apple-icon{
    background-position: -20px -84px;
}
.question-link i.android-icon{
    background-position: -20px -148px;
}
.question-link a:hover i{
    transform: translateY(-3px)
}

.advant-title{
    margin: 0 auto 34px;
    display: block;
}
.conent{
    width: 987px;
    padding: 28px 0 200px;
}
.downadv-list li{
    height: 309px;
    background: url(../images/downcenter/advbox-bg.png?v=6) no-repeat center bottom;
    align-items: center;
    padding: 0 25px 0 0;
}
.downadv-list li .list-logo{
    flex: 1;
    text-align: center;
}
.list-logo.four{
    margin-top: -26px;
}
.downadv-list li:nth-child(even){
    text-align: right;
    padding: 0 0 0 25px;
}
.downadv-list li h6{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.downadv-list li p{
    color: #333;
    font-size: 14px;
}
.nav-list-context{
    width: 460px;
}

@-webkit-keyframes float {
    0% {
        transform: translate(0, 20px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes float {
    0% {
        transform: translate(0, 20px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

