.af-fixed-body {
    overflow: hidden !important;
    padding-right: 17px;
}

.af-fixed-bar {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999999;
    text-align: center;
    display: none;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(Opacity=0);
}

.af-fixed-bar.o-4 {
    background-color: rgba(0, 0, 0, .4);
}

.af-fixed-bar.show {
    display: table !important;
    opacity: 1;
    filter: alpha(Opacity=100);
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    -o-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
}

.af-fixed-content {
    position: relative;
    max-width: 700px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    -webkit-transform: translateX(0em) translateY(-60em) scale(1);
    -moz-transform: translateX(0em) translateY(-60em) scale(1);
    -ms-transform: translateX(0em) translateY(60em) scale(1);
    -o-transform: translateX(0em) translateY(-60em) scale(1);
    transform: translateX(0em) translateY(-60em) scale(1);
}

.af-fixed-bar.show .af-fixed-content {
    animation: mymove 1s;
    /* animation-delay: 0.1s; */
    animation-fill-mode: forwards;
    /*Safari and Chrome*/
    -webkit-animation: mymove 1s;
    /* -webkit-animation-delay: 0.1s; */
    -webkit-animation-fill-mode: forwards;
    -moz-animation: mymove 1s;
    /* -moz-animation-delay: 0.1s; */
    -moz-animation-fill-mode: forwards;
    -ms-animation: mymove 1s;
    /* -ms-animation-delay: 0.1s; */
    -ms-animation-fill-mode: forwards;
    -o-animation: mymove 1s;
    /* -o-animation-delay: 0.1s; */
    -o-animation-fill-mode: forwards;
}

.af-fixed-close {
    position: absolute;
    right: -38px;
    top: -3px;
    width: 36px;
    cursor: pointer;
}

@keyframes mymove {
    to {
        transform: translateX(0em) translateY(0em) scale(1);
    }
}

@-webkit-keyframes mymove
/*Safari and Chrome*/

{
    to {
        -webkit-transform: translateX(0em) translateY(0em) scale(1);
    }
}

@-moz-keyframes mymove {
    to {
        -moz-transform: translateX(0em) translateY(0em) scale(1);
    }
}

@-ms-keyframes mymove {
    to {
        -ms-transform: translateX(0em) translateY(0em) scale(1);
    }
}

@-o-keyframes mymove {
    to {
        -o-transform: translateX(0em) translateY(0em) scale(1);
    }
}


/* home */

.af-fixed-content>a {
    display: block;
    max-width: 700px;
    line-height: 0;
    font-size: 0;
}

.af-fixed-content>a>img {
    max-width: 100%;
    max-height: 100%;
    line-height: 0;
    font-size: 0;
}


/* left */

.qn-tip-panel {
    width: 666px;
    background: #fff;
    border: 2px solid #384458;
}

.qn-tip-title {
    text-align: left;
    background: #384458;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 8px;
}

.qn-tip-content {
    padding: 30px 0;
}

.qn-tip-txte1 {}

.qn-tip-txte1>p {
    font-size: 17px;
    color: #333;
    padding-bottom: 5px;
}

.qn-tip-txte1>img {
    line-height: 0;
    font-size: 0;
}

.qn-tip-txte2 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
    max-width: 552px;
    margin: 0 auto;
}

.qn-tip-txte2>p {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    padding-bottom: 6px;
}

.qn-tip-btn {
    width: 128px;
    padding: 8px;
}