/* 侧边导航 */
.Sidenavigation {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99999;
    right: 100px;
    bottom: 50px;
}

.Sidenavigation img {
    width: 50px;
    height: 50px;
    /* display: none; */

}

.h5 {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99999;
    right: 10px;
    bottom: 50px;
}

.h5 img {
    width: 40px;
    height: 40px;
}


/* 手机 */
@media screen and (max-width:800px) {

    /* 蓝色边框渐变 */
    .border-box {
        border: 2px solid transparent;
        /* height: .9rem; */
        /* line-height: .8rem; */
        border-radius: .16rem;
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #003792, #0093EF);
        -webkit-border-radius: .16rem;
        -moz-border-radius: .16rem;
        -ms-border-radius: .16rem;
        -o-border-radius: .16rem;
        margin-top: .3rem;
    }

    .colortxt {
        font-size: .4rem;
        background: linear-gradient(to right, #003792, #0093EF);
        -webkit-background-clip: text;
        color: transparent;
    }

    /* 头部图片 */
    .occ-top-move img {
        width: 7.5rem;
    }

    .occ-top-pc {
        display: none;
        width: 1200px;
        margin: 0 auto;
    }

    /* 侧边导航 */
    .Sidenavigation {
        display: flex;
        flex-direction: column;
        position: fixed;
        z-index: 99999;
        right: 5px;
        bottom: 85px;
    }

    #top {
        display: none;
    }

    .Sidenavigation img {
        width: 30px;
        height: 30px;
        display: inline;
        cursor: pointer;
    }
}

/* 电脑 */
@media screen and (min-width:800px) {
    body {
        /* min-width: 800px; */
        background: url(../images/pc/bg.png) no-repeat top center;
        background-size: auto;
        background-color: #003894;

    }

    /* 蓝色边框渐变 */
    .border-box {
        box-sizing: border-box;
        border: 2px solid transparent;
        /* height: 60px; */
        /*line-height: .8rem;
        */
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #003792, #0093EF);
        margin-top: 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .colortxt {
        font-size: 26px;
        background: linear-gradient(to right, #003792, #0093EF);
        -webkit-background-clip: text;
        color: transparent;
    }

    /* 头部图片 */
    .occ-top-move {
        display: none;
    }

    .occ-top-pc {
        width: 1200px;
        margin: 0 auto;
        padding: 30px 0 45px;
    }

    .occ-top-pc img {
        width: 700px;
    }

    .container {
        width: 1200px;
        margin: 0 auto;
    }

    .box-shadow222 {
        box-shadow: 0 0 6px 1px #222;
    }
}


@media screen and (min-width:800px) and (max-width:1200px) {
    .container {
        box-sizing: border-box;
        min-width: 950px;
        width: 80% !important;
        margin: auto;
    }

    .occ-top-pc {
        min-width: 950px;
        width: 80% !important;
    }

    .occ-top-pc img {
        width: 70% !important;
    }
}

.box-shadow {
    box-shadow: 0 0 6px 1px #ddd;
}

.box-shadow999 {
    box-shadow: 0 0 6px 1px #999;
}

