body {
    background-color: #fff;
    color: #484848;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mr-80 {
    margin-right: 80px;
}

.header {
    height: 138px;
    background-color: #4B98F0;
    align-items: center;
    display: flex;
}

.header .nav a {
    color: #fff;
    cursor: pointer;
}

.header .logo {
    width: 255px;
}

.navbar .mobile-logo {
    height: 40px;
}

.banner {
    background: url('../img/banner.jpg') no-repeat center bottom;
    height: 960px;
    color: #fff;
    text-align: center;

}



.banner-text {
    background-color: rgba(0, 0, 0, .7);

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner h1 {
    line-height: 2.5em;
    overflow: hidden;
    height: 2.5em;
    text-overflow: ellipsis;
}

.banner h3 {
    line-height: 2em;
}

.banner h5 {
    line-height: 2em;
    width: 45%;
    margin: 0 auto;
    font-weight: normal;
    color: #eee;
}

.banner .start {
    background-color: #ecc248;
    width: 230px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin-top: 30px;
}


.panelTitle {
    padding-top: 30px;
}

.panelTitle h3 {
    width: 100%;
    padding: 40px 0;
}

.panelTitle h3 span {
    text-align: right;
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 2.5;
}

.panelTitle .row {
    justify-content: space-between;

}

.download {
    min-height: 410px;
    padding-bottom: 130px;
}

.download date {
    font-size: .75rem;
    color: #999;
    display: block;
}

.download .media {
    align-items: center;
}

.download .media-body h5 {
    margin-top: 30px;
}

.download .card {
    width: 345px;
    display: flex;
}

.download .card:hover {
    -webkit-filter: blur(2px) grayscale(1);
    -moz-filter: blur(2px) grayscale(1);
    -o-filter: blur(2px) grayscale(1);
    -ms-filter: blur(2px) grayscale(1);
    filter: blur(2px) grayscale(1);
    opacity: .7;
    text-decoration: none;
}

.download .card .hd {
    height: 118px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.download .card .hd h2 {
    color: #fff;
    display: inline;
    margin-left: 0.5em;
    margin-bottom: 0;
}


.download .card .hd.ios {
    background-color: #ee792f;
}

.download .card .hd.android {
    background-color: #408ce3;
}

.download .card .hd.web {
    background-color: #f1b03c;
}

.download .card .fd {
    display: block;
    height: 50px;
    align-items: center;
    display: flex;
    padding: 0 24px;
    justify-content: space-between;
    color: #999;
}

.intro {
    background: url('../img/intro-bg.png') repeat-x;
    height: 959px;
    color: #fff;
}

.intro .row {
    background: url('../img/intro.png') no-repeat;
    height: 959px;
    background-position: right center
}

.intro .row h4 {
    font-size: 42px;
    padding: 70px 0;
}

.intro .row h5 {
    margin-top: 30px;
}



.account-box {
    padding-bottom: 80px;
}

.account-box .row {
    justify-content: space-around;
}

.account-box .card {
    display: flex;
    width: 188px;
    align-items: center;
    border: none;
}

.account-box .card h4 {
    color: #4B98F0;
    font-weight: bold;
    line-height: 2em;
}

.account-box .card span {
    text-align: center;
}



.qoute {
    background-color: #f6f6f6;
}

.qoute h3 {
    text-align: center;
}

.qoute .card {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 60px;
}

.qoute td {
    line-height: 3em;

}

.qoute td.title {
    color: #22BAE6;
}

.news {
    margin-bottom: 60px;
}

.news .media {
    margin-bottom: 20px;
}


.news .media date {
    display: block;
    color: #999;
    font-style: italic;
}

.footer {
    min-height: 475px;
    background-color: #118EEA;
    color: #fff;
}

.footer .row>h3 {
    width: 100%;
    color: #fff;
    line-height: 4em;
    border-bottom: 1px solid #34ABFF;
}


.footer .card {
    border: none;
    color: #fff;
    background-color: transparent;
    width: 25%;
}

.footer .card span {
    display: flex;
    color: #ddd;
    line-height: 2em;
}

.footer .copyright {
    border-top: 1px solid #34ABFF;
    line-height: 2.5em;
    color: #fff;
    width: 100%;
    text-align: right;
}

.slider {
    width: 1140px;
    position: relative;
    padding-top: 610px;
    margin: 0 auto 100px;

}

.slider>img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .75);
}

.slider input[name=slide_switch] {
    display: none
}

.slider label {
    margin: 18px 0 0 18px;
    border: 3px solid #999;
    float: left;
    cursor: pointer;
    transition: all .5s;
    opacity: .6
}

.slider label img {
    display: block;
    width: 90px;
}

.slider input[name=slide_switch]:checked+label {
    border-color: #666;
    opacity: 1
}

.slider input[name=slide_switch]~img {
    opacity: 0;
    transform: scale(1.1);
    width: 100%;
}

.slider input[name=slide_switch]:checked+label+img {
    opacity: 1;
    transform: scale(1)
}


.xinxiIcon {
    margin: 0 0 -20px auto;
}

.xinxiIcon img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.photo_img img {
    width: 200px;
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: all .7s ease 0s;
}

.photo_img img:hover {
    box-sizing: border-box;
    border: 1px solid #023246;
    box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
}

.photo_nr {
    display: flex;
    align-items: center;


}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.photo_nr ul li {
    float: left;
    margin: 0 35px;
    line-height: 30px;
    text-align: center;
}

.photo_nr p {
    padding: 0;
    margin: 0;
}


#LeftArr {
    background: url(../img/e_left.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-left: -15px;
    text-decoration: none;
    color: #323232;
}

#RightArr {
    background: url(../img/e_right.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-right: -15px;
    text-decoration: none;
    color: #323232;
}

#nav {
    display: none;
}

.mfes-trustmark {
    float: left;
    margin-right: 10px;
}

#siteseal {
    float: left;
    padding-top: 3px;
}

.kt-scrolltop {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 90;
    background: #999;
    -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
}

.kt-scrolltop img {
    width: 20px;
    height: 20px;
    margin: 10px;
}

.kt-scrolltop svg {
    height: 20px;
    width: 20px;
}

.kt-scrolltop>i {
    font-size: 1.3rem;
    color: #ffffff;
}

.kt-scrolltop g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.kt-scrolltop:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.kt-scrolltop:hover>i {
    color: #ffffff;
}

.kt-scrolltop--on .kt-scrolltop {
    opacity: 0.3;
    -webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.kt-scrolltop--on .kt-scrolltop:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.safesite-show {
    position: absolute;
    right: 10px;
    display: none;
    top: 30px;
}

.remote-warp {
    position: relative;
}

.remote-layer {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    right: 0px;
    top: 40px;
    width: 250px;
}

.remote-layer a {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    display: block;
    color: #333 !important;
}

#help {
    display: none;
    width: 80vw;
    padding: 30px;
    border: 1px #ddd dotted;
    border-radius: 15px;
    margin: 20px auto;
}

#layer {
    position: fixed;
    right: 0;
    width: 90px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px;
    bottom: 50vh;
    border-radius: 5px;

}

#layer .rightBlock {
    flex-direction: column;
    align-items: center;
    display: flex;
    z-index: 100000;
}

#layer .rightBlock li {
    display: flex;
    flex-direction: column;
}

#guestbook {
    font-size: 16px;
}

#guestbook::after {
    content: "";
    background: url('../img/gbbg.jpg');
    background-size: cover;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

#result .success,
#result .fail {
    text-align: center;
}

#result .success i {
    font-size: 120px;
    color: #2dc750;
    margin: 50px auto;
}

#result .fail i {
    font-size: 120px;
    color: #c72d2d;
    margin: 50px auto;
}

@media (max-width: 1024px) {
    .kt-scrolltop {
        bottom: 30px;
        right: 15px;
    }
}

@media (max-width: 576px) {



    body {
        overflow-x: hidden;
    }

    .header {
        display: none;
    }

    .banner>h1 {
        font-size: 2rem;
    }

    .banner>h3 {
        font-size: 1.5rem;
    }

    .banner>h5 {
        width: 80%;
    }

    .navbar li {
        line-height: 2rem;
    }

    .navbar li a.nav-link {
        color: #fff !important;
        cursor: pointer;
    }

    .navbar.bg-light {
        background-color: #4b98f1 !important;
    }

    .download {
        padding-bottom: 0;
    }

    .download .media {
        flex-direction: column;
        text-align: center;
    }

    .download .media>img {
        width: 90%;
        margin-bottom: 20px;
    }

    .download .media>img.mr-80 {
        margin-right: 0;
    }

    .download .card {
        margin-bottom: 20px;
    }

    #picList1 {
        width: 100vw !important;
    }

    #LeftArr {
        display: none;
    }

    #RightArr {
        display: none;
    }

    .footer .copyright {
        text-align: center;
    }

    .footer .copyright span {
        display: inline-block;
    }

    .container .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .slider {
        padding-top: 210px !important;
    }

    .slider label img {
        width: 40px;
    }

    .account-box {
        padding-bottom: 0px !important;
    }

    .intro h4 {
        padding: 20px 0 !important;
    }

    .intro .row {
        background-position: left center !important;
    }

    #siteseal {
        display: flex;
    }

    #siteseal img {
        margin: 0 auto;
    }

    #nav {
        display: flex;
    }
}