@charset "utf-8";

/* ====================公共样式========================= */
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'Impact';
    src: url(/Impact.ttf);
}

@font-face {
    font-family: 'Helvetica';
    src: url(/Helvetica.ttc);
}

@font-face {
    font-family: 'OPPOSans';
    src: url(/OPPOSans-R.ttf);
}

@font-face {
    font-family: 'OPPOSansBold';
    src: url(/OPPOSans-B.ttf);
}

body {
    font-family: 'OPPOSans', 'OPPOSansBold', 'Microsoft YaHei', 'Helvetica', 'Impact', 'Arial' !important;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    margin: 0 auto;
    padding: 0;
}

/* 版心 */
.contain {
    width: 1190px;
    margin: 0 auto;
}

/* 中间内容部分 */
.Container-wrapper {
    width: 100%;
    background: #f7f7f7;
}


/* 头部导航栏部分 */
header#pageHeader {
    position: relative;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

header#pageHeader .header-content {
    display: flex;
    position: relative;
    justify-content: space-between;
}

header#pageHeader .header-content .head-nav {
    margin-left: 0px;
    transition: all 800ms;
    margin-right: 158px;
}

.header-left-box {
    display: flex;
    align-items: center;
}

header#pageHeader .header-content .head-nav-con ul .menu-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 72px;
    color: rgba(23, 25, 32, 1);
}

header#pageHeader .header-content .head-nav-con ul .menu-1 {
    font-size: 18px;
    color: #171920;
    font-family: "OPPOSansBold";
}

header#pageHeader .header-content .head-nav-con>ul>li .menu-1:hover {
    color: rgba(45, 95, 201, 1);
}

header#pageHeader .header-content .head-nav-con ul li.ahovers>.menu-1 {
    color: rgba(45, 95, 201, 1);
    font-family: "OPPOSansBold";
}

.head-nav-con ul {
    display: flex;
}

header#pageHeader .header-content .head-nav-con li:hover img,
header#pageHeader .header-content .head-nav-con ul li.ahovers img {
    content: url("/web/static/image/index/menu-white.jpg");
}

header#pageHeader .header-content .head-nav-con .drop-down {
    margin-right: 48px;
}

header#pageHeader .header-content .head-nav-con .drop-down:last-child {
    margin-right: 0px;
}

header#pageHeader .header-content .head-nav-con .drop-down-content {
    padding: 0;
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

.drop-downs {
    position: relative;
}

.drop-downs a.ontrue {
    color: rgba(45, 95, 201, 1);
}

.how-to-learn-list-type {
    position: absolute;
    top: 72px;
    left: 50%;
    margin-left: -64px;
    display: none;
}

.how-to-learn-list-type-list-li:hover {
    background-color: #2d5fc9;
}

.how-to-learn-list-type-list-li:hover a {
    color: #fff;
}

.how-to-learn-list-type .how-to-learn-list-type-list {
    padding: 8px 0;
    background-color: #fff;
    display: block;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    box-shadow: 0px 16px 32px 0px rgba(171, 179, 194, 0.24);
}

.how-to-learn-list-type-list-li {
    width: 128px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    text-align: center;
}

.how-to-learn-list-type-list-li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #171920;
}

.header-search-list .header-input-search::placeholder {
    font-size: 14px;
    color: #d9d9d9;
    line-height: 24px;
}

header#pageHeader .header-logo {
    height: 52px;
}

header#pageHeader .header-logo img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}

header#pageHeader .header-search,
header#pageHeader .header-employee {
    display: flex;
    align-items: center;
}

header#pageHeader .header-search {
    margin-right: 20px;
    width: 62px;
    height: 34px;
    position: relative;
}

header#pageHeader .header-search-list {
    display: block;
    position: absolute;
    top: -1px;
    right: 0px;
    bottom: 0;
    opacity: 1;
    z-index: 22;
    height: auto;
    background: #fff;
}

header#pageHeader .header-right-box {
    display: flex;
    align-items: center;
    position: relative;
}

header#pageHeader .btn-close img {
    cursor: pointer;
    display: none;
}

.seacrh_img_box {
    right: 8px;
    top: 4px;
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
}

header#pageHeader .header-search-list-box {
    display: none;
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    padding: 0px 0px 20px 0px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

header#pageHeader .header-search-list-box .title {
    line-height: 40px;
    padding: 0 50px;
    font-size: 12px;
    color: #C2C2C2;
}

header#pageHeader .header-search-list .header-search-list-box .search-item {
    height: 35px;
    line-height: 35px;
    padding: 0 50px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

header#pageHeader .header-search-list .header-search-list-box .search-item:hover {
    background-color: #F6F6F6;
}

header#pageHeader .header-search-list .header-input-search {
    display: block;
    padding-left: 12px;
    padding-right: 44px;
    font-size: 14px;
    width: 244px;
    height: 36px;
    box-sizing: border-box;
    border: 2px solid #d5d8de;
    border-radius: 4px;
    /* box-shadow: 0 0.5px 10px #c7d9ff; */
    color: #171920;
}

header#pageHeader .header-search-list .header-input-search.onfc {
    border-color: #c7d9ff;
}

header#pageHeader .header-employee .reg-log {
    width: 60px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    border: 1px solid #c7d9ff;
    border-radius: 4px;
    color: #2d5fc9;
    font-size: 14px;
}

header#pageHeader .header-employee .reg-log-two {
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    width: 60px;
    height: 32px;
    background: #2d5fc9;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

header#pageHeader .header-employee .reg-log:hover {
    background: #f2f7ff;
    border: 1px solid #2d5fc9;
}

header#pageHeader .header-employee .reg-log-two:hover {
    background: #4f79d2;
}

header#pageHeader .header-employee .login {
    margin-right: 16px;
}

header#pageHeader .header-search img,
header#pageHeader .header-employee img {
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition: all 500;
    padding: 4px;
}

/* header#pageHeader .header-search:hover img{display: block;background: #f2f7ff;border-radius: 4px;content: url("/web/static/image/Fullscreen/search_active_two.svg");} */
header#pageHeader .header-employee.LoginIcon:hover img {
    content: url("/web/static/image/index/header-employee-active.png");
}

#pageHeader .drop-down {
    display: block;
}

header#pageHeader .header-search img,
header#pageHeader .header-employee img {
    box-sizing: content-box;
}

.UserIcon {
    position: relative;
    height: 100%;
}

.UserIcon .UserSelect {
    display: none;
    position: absolute;
    right: 0px;
    width: 240px;
    box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.26);
    border-radius: 5px;
    padding: 10px 0px 0px 0px;
    cursor: auto;
    background: #ffffff;
}

#UserIcon.UserIcon .UserSelect {
    border-radius: 0px;
    width: 128px;
}

.UserIcon .UserSelect .UserSelect-top {
    position: relative;
    background: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(229, 229, 229);
    height: 50px;
    padding: 0px 10px 0px 10px;
}

/* .UserIcon .UserSelect .UserSelect-logo {position: relative;padding-right: 15px;} */
/* .UserIcon .UserSelect .UserSelect-data {line-height: 1;height: 50px;position: absolute;top: 0;left: 80px;} */
.UserIcon .UserSelect .UserSelect-data-name {
    line-height: 18px;
    font-size: 14px;
    font-family: "OPPOSansBold";
    text-align: center;
}

/* .UserIcon .UserSelect .UserSelect-data .UserSelect-data-phone {line-height: 20px;display: block;font-size: 14px;color: #a6a6a6;} */
.UserIcon .UserSelect .UserSelect-btn,
#UserIcon.UserIcon .UserSelect .UserSelect-btn {
    background: #ffffff;
    width: 100%;
    line-height: 1;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#UserIcon.UserIcon .UserSelect .UserSelect-btn,
#UserIcon.UserIcon .UserSelect .UserSelect-btn {
    background: #ffffff;
    width: 100%;
    line-height: 1;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#UserIcon:hover .UserSelect {
    display: block;
}

.UserIcon .UserSelect .UserSelect-btn a,
#UserIcon.UserIcon .UserSelect .UserSelect-btn a {
    line-height: 50px;
    display: block;
    padding: 0px 0px 0px 20px;
    color: #000000;
    text-align: left;
}

#UserIcon.UserIcon .UserSelect .UserSelect-btn a,
#UserIcon.UserIcon .UserSelect .UserSelect-btn a {
    text-align: center;
    padding: 0;
}

.UserIcon .UserSelect .UserSelect-btn a:hover,
#UserIcon.UserIcon .UserSelect .UserSelect-btn a:hover {
    color: #FFFFFF;
    background-color: #2F61C9;
}

.UserIcon .UserSelect .UserSelect-btn a:last-child,
.UserIcon .UserSelect .UserSelect-btn a:last-child:hover {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#UserIcon.UserIcon .UserSelect .UserSelect-btn a:last-child,
#UserIcon.UserIcon .UserSelect .UserSelect-btn a:last-child:hover {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#UserIcon.UserIcon .UserSelect {
    top: 75px;
    z-index: 9;
}

.UserSelect-data-name>span:first-child {
    max-width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.greenName {
    width: 30px;
    color: #15AD31;
    background: #edffed;
    padding: 0 3px;
    font-size: 12px;
    border-radius: 16px;
    line-height: 18px;
    margin-left: 3px;
}

.blueName {
    width: 30px;
    color: #2D5FC9;
    background: #f2f7ff;
    padding: 0 3px;
    font-size: 12px;
    border-radius: 16px;
    line-height: 18px;
    margin-left: 3px;
}

.redName {
    width: 30px;
    color: #E62412;
    background: #ffeded;
    padding: 0 3px;
    font-size: 12px;
    border-radius: 16px;
    line-height: 18px;
    margin-left: 3px;
}

.orangeName {
    width: 30px;
    color: #FA8C15;
    background: #fff7e6;
    padding: 0 3px;
    font-size: 12px;
    border-radius: 16px;
    line-height: 18px;
    margin-left: 3px;
}

.seacrh_img_box {
    right: 8px;
    top: 0px;
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
}

.search_select_list {
    position: absolute;
    width: 244px;
    top: 36;
    left: 0;
    background: #fff;
    padding-top: 38px;
    padding-bottom: 12px;
    border-radius: 0 0 4px 4px;
    display: none;
}

.search_select_title {
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #b0b0b0;
    line-height: 24px;
    margin-left: 20px;
    ;
}

.search_select_hot {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.search_select_hot:hover {
    background: #F2F7FF;
}

.search_select_hot a {
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #101010;
    line-height: 24px;
    margin-left: 20px;
}

.search_select_hot img {
    width: 10px !important;
    height: 12px !important;
}

/* 底部导航栏 */
#pageFooter .footer-area {
    background-color: #171920;
    color: #fff;
}

#pageFooter .footer-area .footer-area-content {
    display: flex;
    justify-content: space-between;
    padding-top: 48px;
    padding-bottom: 48px;
}

#pageFooter .footer-area .footer-area-content .footer-area-content-logo {
    width: 311px;
}

#pageFooter .footer-area .footer-area-content .footer-area-content-logo img {
    width: 100%;
}

#pageFooter .footer-area .footer-area-content .footer-explain {
    font-size: 20px;
    color: #fff;
    font-family: "OPPOSansBold";
    margin-top: 30px;
}

#pageFooter .footer-area .footer-area-content .footer-area-content-qrCode {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 80px;
}

#pageFooter .footer-area .footer-area-content .footer-area-content-qrCode img {
    width: 120px;
}

#pageFooter .footer-area .footer-area-content .footer-area-content-qrCode .footer-adress {
    font-size: 12px;
    font-weight: 400;
    text-align: CENTER;
    color: rgba(255, 255, 255, .72);
    line-height: 20px;
}

.footer-area-content-right {
    display: flex;
}

#pageFooter .footer-area .footer-area-content .footer-area-content-list {
    display: flex;
}

#pageFooter .footer-area .footer-area-content .footer-area-content-list dl {
    margin-right: 42px;
}

#pageFooter .footer-area .footer-area-content .footer-area-content-list dl:last-child {
    margin-right: 0;
}

#pageFooter .footer-area .footer-area-content .footer-area-content-list dd {
    line-height: 24px;
    margin-bottom: 8px;
}

#pageFooter .footer-area .footer-area-content .footer-area-content-list .title {
    margin-bottom: 8px;
    font-size: 14px;
    font-family: 'OPPOSansBold';
    text-align: center;
    color: #ffffff;
    line-height: 20px;
}

#pageFooter .footer-area .footer-area-content .footer-area-content-list a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .72);
    line-height: 24px;
}

#pageFooter .footer-area .footer-area-content .footer-area-content-list a:hover {
    color: rgba(255, 255, 255, 1);
}

#pageFooter .footer-link .footer-link-content {
    font-size: 14px;
    color: rgba(255, 255, 255, .72);
    padding: 20px 0;
    border-top: 1px solid #9598A2;
    border-bottom: 1px solid #9598A2;
    width: 1190px;
    margin: 0 auto;
}

#pageFooter .footer-link .footer-link-content a {
    font-size: 14px;
    color: rgba(255, 255, 255, .72);
    line-height: 24px;
}

#pageFooter .footer-link .footer-link-content a:hover {
    color: rgba(255, 255, 255, 1);
}

#pageFooter .footer-link .link {
    margin-right: 24px;
}

#pageFooter .footer-copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, .72);
    line-height: 20px;
    padding-top: 24px;
    padding-bottom: 48px;
}

/* 小尺寸显示 */
.isPoh {
    display: none;
    margin-top: 5px;
}

.footer-area-content-smallList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}

.smallList_Box {
    width: 45%;
    position: relative;
}

.smallList_Box .down_pull {
    position: relative;
    padding-right: 20px;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;

}

.smallList_Box ul {
    display: none;
    border: 1px solid #696a6e;
    border-radius: 0 0 4px 4px;
    border-top: none;
    width: 100%;
    background-color: #171920;
    z-index: 1;
}

.smallList_Box ul>li {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.smallList_Box ul>li>a {
    color: #fff;
}

.smallList_Box ul>li:hover {
    background-color: #444;
}

.smallList_Box .down_pull::after {
    content: url(../images/right.svg);
    position: absolute;
    top: 0px;
    right: 6px;
    opacity: .8;
    transition: all 300;
}

.is_Show>.down_pull::after {
    transform: rotate(90deg);
}

.is_Show>ul {
    display: block;
    position: absolute;
}





@media all and (max-width:875px) {
    #pageFooter .footer-area .footer-area-content .footer-area-content-qrCode {
        display: none;
    }

    #pageFooter .footer-copyright {
        padding: 10px 10px;
    }

    .isPoh {
        display: block;
    }

    #pageFooter .footer-link .link {
        margin-right: 5px;
    }

    #pageFooter,
    #pageHeader {
        display: none;
    }

    #pageFooter {
        display: none;
    }
}

/* 平板电脑端 */
@media (max-width: 1025px) {
    .contain {
        width: 100%;
        padding: 0 10px;
    }
}

/* ------------------------手机端-------------------------- */

@media all and (max-width:640px) {
    .contain {
        width: 100%;
        padding: 0 10px;
    }

    #pageFooter .footer-area .footer-area-content .footer-area-content-list {
        display: none;
    }

    .footer-area-content-smallList {
        display: flex;
    }

    .footer-area-content-right {
        width: calc(100% - 311px);
        height: 190px;
    }

}

@media all and (max-width:540px) {
    /* 头部下拉适配 */

    #UserIcon.UserIcon .UserSelect {
        width: 100px;
    }

    .UserSelect-data-name>span:first-child {
        max-width: 88px;
    }

    .UserIcon .UserSelect .UserSelect-btn a,
    #UserIcon.UserIcon .UserSelect .UserSelect-btn a {
        line-height: 30px;
        font-size: 14px;
    }

    /* 底部导航适配 */
    #pageFooter .footer-area .footer-area-content {
        display: block;
        padding: 20px;
    }

    #pageFooter .footer-area .footer-area-content .footer-area-content-logo {
        margin: 0 auto 15px;
    }

    .footer-area-content-right {
        width: 311px;
        margin: 0 auto;
        height: auto;
    }

    .footer-area-content-right .smallList_Box:nth-child(n+3) {
        margin-top: 10px;
    }

    #pageFooter .footer-link .footer-link-content>span:first-child {
        display: none;
    }

    #pageFooter .footer-link .footer-link-content {
        display: flex;
        flex-wrap: wrap;
        padding: 10px calc((100% - 340px) / 2);
    }

    #pageFooter .footer-link .footer-link-content a {
        line-height: 30px;
    }

    #pageFooter .footer-link .footer-link-content>span {
        width: 33.33%;
        display: block;
        text-align: center;
        margin-right: 0;
    }

    #pageFooter .footer-copyright p {
        line-height: 18px;
    }

}

@media all and (max-width:374px) {
    .UserIcon .UserSelect {
        top: 52px;
    }
}



/* 定义版心 */
body {
    min-width: 1190px;
    font-size: 14px;
    font-family: 'OPPOSans', 'OPPOSansBold', 'Microsoft YaHei', 'Helvetica', 'Impact', 'Arial' !important;
}

.content {
    width: 1190px;
    margin: 0 auto;
}



@media all and (max-width:749px) {

    /* 版心尺寸 */
    .contain,
    #pageHeader .content,
    #pageFooter .content {
        width: 92%;
    }


    /* 底部导航1439尺寸适配样式 */
    #pageFooter .footer-link .footer-link-content {
        width: 92%;
    }

    /* 版心尺寸 */
    .contain,
    #pageHeader .content,
    #pageFooter .content {
        width: 900px;
    }

    /* 底部导航1279尺寸适配样式 */
    #pageFooter .footer-link .footer-link-content {
        width: 900px;
    }

    #pageFooter .footer-area .footer-area-content .footer-area-content-qrCode {
        margin-right: 40px;
    }

    #pageFooter .footer-area .footer-area-content .footer-area-content-list dl {
        margin-right: 20px;
    }

    #pageFooter .footer-link .footer-link-content {
        padding: 10px 0;
    }

    #pageFooter .footer-copyright {
        padding: 12px 0 24px;
    }

    #pageFooter .footer-area .footer-area-content {
        padding: 40px 0 20px;
    }

    header#pageHeader .header-search {
        display: none;
    }

    .img_class {
        display: none;
    }

    /* 主体部分版心 */
    .contain {
        width: 100%;
        padding: 0 10px;
    }

    /* 头部版心尺寸 */
    #pageHeader .content {
        width: 100%;
        padding: 10px 10px;
    }

    #pageHeader #headerNav,
    #pageHeader #headerSearch {
        display: none;
    }

    header#pageHeader .header-logo,
    header#pageHeader .header-logo img {
        height: 40px !important;
    }

    /* 头部下拉 */
    #UserIcon.UserIcon .UserSelect {
        top: 58px;
    }

    /* 底部版心尺寸 */
    #pageFooter .content {
        width: 100%;
    }

    #pageFooter .footer-link .footer-link-content {
        width: 100%;
        padding: 10px 10px;
    }

    #pageFooter .footer-area .footer-area-content {
        padding: 40px 10px 20px;
    }

    #pageFooter .footer-link .link {
        margin-right: 15px;
    }

    #pageFooter .footer-link .link:last-child {
        display: none;
    }

    #pageFooter .footer-area .footer-area-content .footer-area-content-list dl:nth-child(3) {
        display: none;
    }
}