@media screen and (min-width: 800px) {
    .footBox .pc_width {
        height: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 1600px) {
    .pc_width {
        width: 1320px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1600px) {
    .pc_width {
        width: 1150px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 799px) {
    .isMobile .head_ctn,
    .isMobile .nav_ctn{
        display: none !important;
    }

    a.meanmenu-reveal {
        display: none
    }

    .mean-container .mean-bar {
        width: 100%;
        position: relative;
        background: #fff;
        background-image: url(/newblog/static/image/logo.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 25%;
        padding: 4px 0;
        min-height: 42px;
        z-index: 99
    }

    .mean-container a.meanmenu-reveal {
        width: 22px;
        height: 22px;
        padding: 13px 13px 11px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        color: #123642;
        text-decoration: none;
        font-size: 16px;
        text-indent: -9999em;
        line-height: 22px;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700
    }

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #123642;
        height: 3px;
        margin-top: 3px
    }

    .mean-container .mean-nav {
        position: absolute;
        width: 100%;
        background: #0c1923;
        margin-top: 44px
    }

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none
    }

    .mean-container .mean-nav ul li {
        position: relative;
        float: left;
        width: 100%
    }

    .mean-container .mean-nav ul li a {
        display: block;
        float: left;
        width: 90%;
        padding: 1em 5%;
        margin: 0;
        text-align: left;
        color: #fff;
        border-top: 1px solid #383838;
        border-top: 1px solid rgba(255, 255, 255, .5);
        text-decoration: none;
        text-transform: uppercase
    }

    .mean-container .mean-nav ul li li a {
        width: 80%;
        padding: 1em 10%;
        border-top: 1px solid #f1f1f1;
        border-top: 1px solid rgba(255, 255, 255, .25);
        opacity: .75;
        filter: alpha(opacity=75);
        text-shadow: none !important;
        visibility: visible
    }

    .mean-container .mean-nav ul li.mean-last a {
        border-bottom: 0;
        margin-bottom: 0
    }

    .mean-container .mean-nav ul li li li a {
        width: 70%;
        padding: 1em 15%
    }

    .mean-container .mean-nav ul li li li li a {
        width: 60%;
        padding: 1em 20%
    }

    .mean-container .mean-nav ul li li li li li a {
        width: 50%;
        padding: 1em 25%
    }

    .mean-container .mean-nav ul li a:hover {
        background: #252525;
        background: rgba(255, 255, 255, .1)
    }

    .mean-container .mean-nav ul li a.mean-expand {
        margin-top: 1px;
        width: 26px;
        height: 30px;
        padding: 12px !important;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        font-weight: 700;
        background: rgba(255, 255, 255, .1);
        border: 0 !important;
    }

    .mean-container .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both
    }

    .mean-nav .wrapper {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .mean-container .mean-bar,
    .mean-container .mean-bar * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

    .mean-remove {
        display: none !important
    }

    .footBox {
        background: #fcfcfc;
        padding: 26px 20px;
    }

    .footBox .rightBox {
        margin-top: 20px;
        font-size: 15px;
    }

    .footBox .rightBox .item {
        color: #186fc4;
        margin-right: 30px;
        line-height: 30px;
        cursor: pointer;
    }

    .el-drawer__wrapper .item {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 13px;
        cursor: pointer;
    }

    .el-drawer__wrapper .item.acitve {
        background: linear-gradient(129deg, #feb626, #fca31a);
        color: #fff;
    }

    .el-drawer__wrapper {
        display: none;
    }

    .mask {
        display: none;
        position: fixed;
        background: rgba(32, 70, 128, 0.1);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    header nav {
        text-align: center;
        background: #efefef;
    }

    header nav ul {
        margin: 0;
        padding: 1em;
        list-style-type: none;
    }

    header nav ul li {
        display: inline;
        margin-left: 1em;
    }

    header nav ul li:first-child {
        margin-left: 0;
    }
}


@media screen and (min-width: 800px) {
    .container {
        width: 100%;
    }

    .nav_ctn_mobile,
    .foot_mobile{
        display: none !important;
    }

    .head_ctn {
        background: #202f80;
        text-align: center;
        font-size: 16px;
        height: 70px;
        font-weight: 700;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    .head_main {
        position: relative;
        height: 24px;
    }

    .head_ctn a {
        display: inline-block;
        right: 10%;
        height: 35px;
        line-height: 35px;
        width: 100px;
        background: red;
        border-radius: 4px;
        color: #fff;
        position: absolute;
        top: -5px;
    }

    .closeImg {
        position: absolute;
        right: 0;
        top: 7px;
        cursor: pointer;
    }

    .nav_ctn {
        font-size: 15px;
        height: 57px;
        border: 1px solid rgba(243, 244, 246, 1);
    }

    .nav_ctn .pc_width {
        align-items: center;
        height: 57px;
    }

    .logo {
        margin-right: 80px;
    }

    .nav_ctn .item {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 13px;
        white-space: nowrap;
        cursor: pointer;
    }

    .item.active {
        border-top: 1px solid #f2a525;
        background: #fffaf1;
    }

    .nav_ctn .item:hover {
        border-top: 1px solid #f2a525;
        background: #fffaf1;
    }


    .one_menu {
        display: block;
        position: relative;
        z-index: 8;
    }

    .one_menu > ul {
        display: none;
        position: absolute;
        top: 57px;
        left: 0;
    }

    .one_menu > ul li ul {
        background: #fff;
        display: none;
        position: absolute;
        width: 180px;
        right: -180px;
        text-align: left;
        line-height: 20px;
        top: 0px;
    }

    .one_menu > ul li {
        background: #fff;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        /* background-image: url(../img/arrows.png);
        background-repeat: no-repeat;
        background-position: 160px center; */
    }

    .one_menu > ul a {
        color: #065e77;
        display: block;
        /* width: 180px; */
        line-height: 40px;
        padding: 10px 20px;
    }

    .one_menu > ul a:hover {
        color: #1bb1dc;
    }

    .one_menu > ul li:hover {
        background-color: #eee;
    }

    .nav_ctn div :hover > ul {
        display: block;
    }

    .head_main {
        position: relative;
        height: 24px;
    }

    .head_ctn a {
        display: inline-block;
        right: 10%;
        height: 35px;
        line-height: 35px;
        width: 100px;
        background: red;
        border-radius: 4px;
        color: #fff;
        position: absolute;
        top: -5px;
    }

    .closeImg {
        position: absolute;
        right: 0;
        top: 7px;
        cursor: pointer;
    }

    .nav_ctn {
        font-size: 15px;
        height: 57px;
        border: 1px solid rgba(243, 244, 246, 1);
        background: #fff;
    }

    .nav_ctn .pc_width {
        align-items: center;
        height: 57px;
    }

    .logo {
        margin-right: 80px;
    }

    .nav_ctn .item {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 13px;
        white-space: nowrap;
        cursor: pointer;
    }

    .item.active {
        border-top: 1px solid #f2a525;
        background: #fffaf1;
    }

    .nav_ctn .item:hover {
        border-top: 1px solid #f2a525;
        background: #fffaf1;
    }

    .footBox {
        margin-top: 20px;
        height: 165px;
        background: #fff;
        padding-top: 20px;
    }

    .footBox .pc_width {
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .footBox .rightBox {
        margin-left: 100px;
        font-size: 15px;
    }

    .footBox .rightBox .item {
        color: #186fc4;
        margin-right: 30px;
        line-height: 30px;
        cursor: pointer;
    }

}

.dtl-seach-box {
    width: 100%;
    height: 38px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px rgba(32, 70, 128, 0.1);
    border-radius: 4px;
}

.dtl-seach-box input {
    width: 100%;
    height: 38px;
    background: #FFFFFF;
    font-size: 14px;
    padding-left: 15px;
}

.dtl-seach-box i {
    display: block;
    height: 20px;
    width: 20px;
    font-size: 20px;
    margin-top: -30px;
    position: absolute;
    margin-left: calc(100% - 70px);
    cursor: pointer;
}

.dtl-dt-box {
    height: 800px;
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px rgba(32, 70, 128, 0.1);
}

.dtl-dt-title {
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    padding-top: 20px;
}

.dtl-dt-bg {
    height: 270px;
    background: url("/static/web/img/ask/dtl-bg-test.png") no-repeat center;
    background-size: 100%;
    margin: auto;
    margin-top: 20px;
}

.dtl-dt-inpt {
    height: 50px;
    margin: auto;
    margin-top: 20px;
}

.dtl-test-btn {
    margin-top: 10px;
}

.dtl-test-btn a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #FF610F;
    font-size: 18px;
    font-family: Helvetica Neue;
    font-weight: bold;
    text-align: center;
    margin: auto;
    border-radius: 4px;
}

.dtl-dt-sbx {
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    line-height: 24px;
    margin-top: 20px;
}

.dtl-more-btn {
    margin-top: 30px;
}

.dtl-more-btn a {
    display: block;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #4F17A8;
    font-family: Helvetica Neue;
    text-align: center;
    margin: auto;
    border-radius: 4px;
}

.dtl-ebook {
    background-size: 100%;
}

.dtl-ebook a {
    display: block;
}

.dtl-ebook img {
    width: 100%;
}