@import "/render/0000221/yypt/website/resources/css/icon/iconfont.css";
@import "/render/0000221/yypt/website/resources/plugins/animate.min.css";  

/* 点击禁用 */
.notClick{
    pointer-events: none;
    background: #cccccc !important;
    cursor: pointer;
}

.hc_message.success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}
.hc_message {
    min-width: 380px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #EBEEF5;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    background-color: #edf2fc;
    transition: all .5s;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    display: flex;
    align-items: center;
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}

.hc-user{
    display: flex;
    flex: 0 0 200px;
}

.logout{
    margin-left: 30px;
}

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

input {
    border: none;
    outline: none;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    cursor: pointer;
}

p {
    text-align: justify;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[data-rtl] {
    flex-direction: row-reverse;
}

.hc_anchor {
    position: relative;
    top: -150px;
}

.hc_body {}

.hc_banner {
    /* margin-top: 60px; */
    position: relative;
}

.hc_banner img {
    width: 100%;
}

.product-anchor {
    position: relative;
    top: -150px;
}

/*自适应滚动tab*/

.hc_scrollTab {
    position: relative;
    padding: 0 30px;
    width: 90vw;
    margin: auto;
}

.hc_scrollTab>ul::-webkit-scrollbar {
    display: none;
}

.hc_scrollTab>.hc_scrollTab_toolbtn {
    display: none;
    height: 40px;
    line-height: 40px;
    width: 23px;
    font-size: 16px;
    text-align: center;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
}

.hc_scrollTab.on>.hc_scrollTab_toolbtn {
    display: block;
}

.hc_scrollTab>.hc_scrollTab_toolbtn[data-type="l"] {
    left: 0;
}

.hc_scrollTab>.hc_scrollTab_toolbtn[data-type="r"] {
    right: 0;
}

/*通用*/

.hc_sticky_tab {
    position: sticky;
    top: 60px;
    z-index: 98;
}

.hc_solution_detail_title {
    line-height: 132px;
    padding-left: 30px;
    font-size: 28px;
    color: #0b1d30;
    position: relative;
    margin: 0;
}

.hc_solution_detail_title:after {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 4px;
    border-radius: 2px;
    background-color: #09f;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
}

.hc_underLWithBlue {
    position: relative;
}

.hc_underLWithBlue:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 5px;
    background-image: linear-gradient(to right, #09f, #0048ff);
}

.hc_underLWithBlue[data-center]:after {
    right: 0;
    margin: auto;
}

/*海创云*/

.hc_hcCloud>.hc_banner {}

.hc-banner_desc-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hc-banner_desc-ctn {
    width: 90%;
    max-width: 1180px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hc-banner_desc-ctn>h1{
    font-size: 48px;
    font-weight: 700;
    color: #2468F2;
    margin-bottom: 15px;
}

.hc-banner_desc-ctn>p{
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    margin: 0;
}

.main-img-btn{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.hc_hcCloud .hc_banner_desc {
    /* text-align: center; */
    position: absolute;
    top: 0;
    left: 20%;
    bottom: 0;
    margin: auto;
    height: 76px;
    line-height: 56px;
    padding-bottom: 20px;
    width: 100%;
    color: #fff;
}

.hc_hcCloud .hc_banner_desc>h2 {
    font-size: 44px;
    margin: 0;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    color: #2468F2;
    font-weight: bold;
}

.hc_hcCloud .hc_banner_desc>p {
    font-size: 28px;
}

.hc_hcCloud .hc_banner_desc>h2>span {
    font-size: 28px;
    padding: 0 30px;
}

.hc_cloud_floatMenu {
    position: fixed;
    right: 50px;
    top: 270px;
    z-index: 99;
}

.hc_cloud_floatMenu>li {
    position: relative;
    padding: 5px 0;
}

.hc_cloud_floatMenu>li:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto;
    border: 1px solid #09f;
    background-color: #fff;
    transition: all 0.5s;
}

.hc_cloud_floatMenu>li>a {
    display: block;
    padding: 0 25px;
    line-height: 35px;
    background-color: #fff;
    color: #333;
    border-radius: 18px;
    font-size: 16px;
    position: relative;
    right: 0;
    white-space: nowrap;
    transition: color 0.5s, right 0.5s;
}

.hc_cloud_floatMenu>li>a:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    top: 0;
    bottom: 0;
    right: -17px;
    margin: auto;
}

.hc_cloud_floatMenu>li.active, .hc_cloud_floatMenu>li:hover {}

.hc_cloud_floatMenu>li.active:after, .hc_cloud_floatMenu>li:hover:after {
    background-color: #09f;
}

.hc_cloud_floatMenu>li.active>a, .hc_cloud_floatMenu>li:hover>a {
    background-color: #09f;
    color: #fff;
    right: 14px;
}

.hc_cloud_floatMenu>li.active>a:after, .hc_cloud_floatMenu>li:hover>a:after {
    border-left-color: #09f;
}

/*通用动画*/

[data-amimation-type]:nth-child(1) {
    transition-delay: 0s;
}

[data-amimation-type]:nth-child(2) {
    transition-delay: 0.1s;
}

[data-amimation-type]:nth-child(3) {
    transition-delay: 0.2s;
}

[data-amimation-type]:nth-child(4) {
    transition-delay: 0.3s;
}

[data-amimation-type]:nth-child(5) {
    transition-delay: 0.4s;
}

[data-amimation-type]:nth-child(6) {
    transition-delay: 0.5s;
}

[data-amimation-type]:nth-child(7) {
    transition-delay: 0.6s;
}

[data-amimation-type]:nth-child(8) {
    transition-delay: 0.7s;
}

/*向下淡入*/

[data-amimation-type="fadedown"] {
    opacity: 0;
    transition: all 0.6s ease;
    transform: translateY(40px);
}

.hc_animate [data-amimation-type="fadedown"] {
    opacity: 1;
    transform: translateY(0);
}

/*向右淡入*/

[data-amimation-type="faderight"] {
    opacity: 0;
    transition: all 0.6s ease;
    transform: translateX(-200px);
}

.hc_animate [data-amimation-type="faderight"] {
    opacity: 1;
    transform: translateX(0);
}

/* 头部 */

.hc-head {
    height: 60px;
}

.hc-head[data-bg="opacity"] {
    height: auto;
}

.hc-head-ctn {
    z-index: 9999;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
}

.hc-head[data-bg="opacity"] .hc-head-ctn {
    background-color: rgba(255, 255, 255, 0.7);
}

.hc-head-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: .5s;
}

.hc-head-main img {
    height: 40px;
}

.hc-nav {
    width: 100%;
    display: flex;
    padding-left: 60px;
}

.hc-nav>li {
    position: relative;
}

.hc-nav>li>a {
    display: block;
    position: relative;
    padding: 0 calc(7px + (100vw - 1200px)/ 8 / 2 * 0.6);
    font-size: 16px;
    color: #111;
    line-height: 60px;
}

.hc-nav>li.clsactive {
    color: #000;
    font-weight: 700;
}

.hc-nav>li.clsactive::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hc-nav>li:hover {
    color: #000;
    font-weight: 700;
}

.hc-nav>li::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hc-nav>li:hover::after {
    background: #000;
}

.hc-nav>li>i {
    display: none;
}

.hc-menu-dropdown {
    display: flex;
    position: absolute;
    top: -50vw;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 24px 20px 0px rgba(16, 68, 174, 0.13);
    /* transition: all 0.5s; */
    opacity: 0;
    z-index: 9999;
    /* height: 514px; */
}

.hc-menu-dropdown.open {
    opacity: 1;
    top: 100%;
}

.hc-menu-dropdown-l {
    display: flex;
    justify-content: flex-end;
    padding: 55px 34px 40px;
    width: 26%;
    background: #FFFFFF;
}

.hc-menu-dropdown-l ul li {
    margin-bottom: 40px;
}

.hc-menu-dropdown-l ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #333;
    text-align: right;
    line-height: 30px;
}

.hc-menu-dropdown-l ul li.active a {
    color: #2468F2;
}

.hc-menu-dropdown-l ul li.active a::after {
    content: "";
    width: 79px;
    height: 3px;
    background: #2468F2;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.hc-menu-dropdown-r {
    flex: 1;
    padding: 40px 0 50px;
    background: url(/render/0000221/yypt/website/resources/images/head-bg.png) no-repeat right/cover;
}

.hc-menu-dropdown-sub {
    max-width: 1000px;
    max-height: 420px;
    overflow-x: auto;
    padding-top: 18px;
}

.hc-menu-dropdown-sub::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 12px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.hc-menu-dropdown-sub::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    width: 12px;
    background: #E3E3E3;
    border-radius: 5px;
}

.hc-menu-dropdown-sub::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 5px;
    background: #FFFFFF;
}

.hc-menu-dropdown-sub-body {
    margin-bottom: 50px;
}

.hc-menu-dropdown-sub-body:last-child {
    margin-bottom: 0;
}

.hc-menu-dropdown-sub-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #111111;
    margin: 10px 0 20px 52px;
}

.hc-menu-dropdown-sub-title::before {
    content: "";
    width: 4px;
    height: 17px;
    background: #2468F2;
    position: absolute;
    left: -10px;
}

.hc-menu-dropdown-sub-main {
    width: 100%;
    padding-left: 42px;
}

.hc-menu-dropdown-sub-ctn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 107px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 26px;
    margin-bottom: 16px;
    position: relative;
    top: 0;
    transition: .3s;
}

.hc-menu-dropdown-sub-ctn:hover {
    top: -6px;
    box-shadow: 0px 5px 10px 0px rgba(5, 82, 168, 0.2);
}

.hc-menu-dropdown-sub-ctn:hover .hc-menu-dropdown-sub-ctn-text>h4 {
    color: #2468F2;
}

.hc-menu-dropdown-sub-ctn>i {
    font-size: 38px;
    margin-right: 26px;
    color: #2468F2;
}
.hc-menu-dropdown-sub-ctn>img {
    font-size: 38px;
    margin-right: 26px;
    color: #2468F2;
}
.hc-menu-dropdown-sub-ctn-text>h4 {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.hc-menu-dropdown-sub-ctn-text>p {
    font-size: 12px;
    font-weight: 400;
    color: #777777;
    margin: 0;
    margin-top: 12px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

/* 总站 */
.terminus {
    position: relative;
    flex: 0 0 100px;

}


.terminus-all {
    position: relative;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    /* border-right: 1px solid #e6e6e6; */
    cursor: pointer;
}



.terminus-all:hover {
    color: #588cf4;
}

.terminus-all span {
    position: relative;
}

.terminus-all a {
    position: relative;
    color: #333333;
    text-decoration:none
}

.terminus-all a:hover {
    position: relative;
    color: #588cf4;
    text-decoration:none
}

.terminus-all span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -46px;
    height: 100%;
    width: 1px;
    background: #d1d1d1;
}

.terminus-all i {
    font-size: 12px;
    margin-left: 8px;
}



.terminus-items {
    display: none;
    width: 170px;
    position: absolute;
    top: 55px;
    left: 10px;
    box-shadow: 0px -3px 20px #ccc;
}

.terminus-items::after {
    content: "";
    position: absolute;
    top: -16px;
    left: 18px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

.terminus-items.open {
    display: block;
}

.terminus-item {
    height: 70px;
    padding-top: 12px;
    padding-left: 30px;
    background: #FFFFFF;
}

.terminus-item:first-child {
    border-bottom: 1px solid #eaeaea;
}

.terminus-item p {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.terminus-item p::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d1d1d1;
}

.terminus-list {}

.terminus-list a {
    display: inline-block;
    width: 60px;
    font-size: 14px;
    color: #878787;
}

.terminus-list a:hover {
    color: #588cf4;
}

.hc-login-reg {
    display: flex;
    flex: 0 0 200px;
}

.hc-login-reg a {
    flex: 1;
    display: block;
    line-height: 60px;
    text-align: center;
    color: #111;
    font-size: 16px;
}

.hc-login-reg .reg {
    color: #fff;
    background: #2468F2;
}

.loginreg {
    display: none;
    flex: 0 0 70px;
    line-height: 30px;
    background: #2468F2;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
}

.hc-mb-menu-btn {
    display: none;
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 18px;
    text-align: center;
    color: #333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.hc-mb-menu-btn:hover {
    color: #09f;
}

/* 底部 start */

.hc-foot {}

.hc-foot-a {
    padding-top: 46px;
    background-color: #303133;
    color: #fff;
}

.hc-foot-a-t {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    border-bottom: 1px solid #48494D;
    padding-bottom: 30px;
}

.hc-foot-a-t>ul {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hc-foot-a-t>ul>li {
    min-width: 118px;
}

.hc-foot-a-t>ul>li>h4 {
    font-size: 16px;
    line-height: 40px;
}

.hc-foot-a-t>ul>li>h4>img {
    margin-right: 9px;
    width: 18px;
    height: 18px;
    vertical-align: -3px;
}

.hc-foot-a-t>ul>li>ul>li>a {
    font-size: 14px;
    color: #B3B3B3;
    line-height: 40px;
}

.hc-foot-a-r {
    width: 42%;
}

.hc-foot-a-r>ul {
    display: flex;
    justify-content: flex-end;
}

.hc-foot-a-r>ul>li {
    display: flex;
    flex-direction: column;
    margin-right: 36px;
    align-items: center;
}

.hc-foot-a-r>ul>li img {
    width: 103px;
    height: 103px;
}

.hc-foot-a-r>ul>li>span {
    margin-top: 11px;
    font-size: 14px;
    color: #B3B3B3;
}

.hc-foot-a-b {
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

.hc-foot-a-b>h4 {
    width: 61px;
    font-size: 14px;
    font-weight: bold;
    color: #E6E6E6;
    line-height: 35px;
    margin: 0;
    margin-right: 30px;
}

.hc-foot-a-b>ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.hc-foot-a-b>ul li {
    /* width: 12.5%; */
    margin-right: 60px;
}

.hc-foot-a-b>ul>li>a {
    font-size: 14px;
    color: #B3B3B3;
    /* margin-left: 56px; */
    line-height: 35px;
}

.hc-foot-b {
    padding: 34px 0;
    background-color: #242526;
}

.hc-foot-b-ctn {
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

.hc-foot-b-ctn img {
    height: 36px;
    margin-right: 85px;
}

.hc_copyright p {
    font-size: 14px;
    color: #B3B3B3;
}

/* 底部 end*/

/*移动端版二级菜单*/

.hc_submenu {
    background-color: #f0f0f0;
    overflow: auto;
}

.hc_submenu>li {
    float: right;
    width: 100%;
    line-height: 40px;
    position: relative;
}

.hc_submenu>li:hover {
    background: #dfdddd;
}

.hc_submenu>li>a {
    line-height: 40px;
    color: #333;
    display: inline;
    padding-left: 50px;
}

.hc_submenu>li>a>i {
    color: #333 !important;
    position: absolute;
    right: 30px;
    top: 5px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    font-size: 12px;
}

.hc_submenu>li.active>a>i {
    transform: rotate(90deg);
}

.hc_thirdmenu {
    background-color: #e6e6e6;
    overflow: auto;
}

.hc_thirdmenu>li {
    float: right;
    width: 100%;
    line-height: 40px;
    position: relative;
}

.hc_thirdmenu>li:hover {
    background: #a1a1a1;
}

.hc_thirdmenu>li>a {
    line-height: 40px;
    color: #333;
    display: inline;
    padding-left: 75px;
}

.hc_thirdmenu>li>a>i {
    color: #333 !important;
    position: absolute;
    right: 30px;
    top: 5px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    font-size: 12px;
}

.hc_thirdmenu>li.active>a>i {
    transform: rotate(90deg);
}

.hc_fourthmenu {
    background-color: #cecece;
    overflow: auto;
}

.hc_fourthmenu>li {
    float: right;
    width: 100%;
    line-height: 40px;
    position: relative;
}

.hc_fourthmenu>li:hover {
    background: #919191;
}

.hc_fourthmenu>li>a {
    line-height: 40px;
    color: #333;
    display: inline;
    padding-left: 100px;
}

/* pc分页 */
.hc_fy {
    padding: 50px 0;
}

.hc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}

.hc_fenye li {
    float: left;
    line-height: 30px;
    margin: 0px 10px;
}

.hc_fenye li a {}

.hc_fenye li a {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #666;
    text-align: center;
    border-radius: 50%;
    transition: all .36s;
}

.hc_fenye li a i {
    font-size: 12px;
    color: inherit;
}

.hc_fenye li.first a i, .hc_fenye li.end a i {
    font-size: 14px;
}

.hc_fyli.activepage {
    cursor: context-menu;
}

.hc_fenye li:hover a {
    color: #fff;
    background: #13558A;

}

.hc_fyli.activepage a {
    color: #fff;
    background: #13558A;
}

/* ph分页 */
.hc_phfy {
    display: none;
    padding: 0 20px;
    padding-bottom: 20px;
}

.hc_phfy .last, .hc_phfy .next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    color: #fff;
    border-radius: 10px;
    background-color: #13558A;
}

@media (max-width: 1200px) {

    /* 导航栏 */
    .hc-head {
        height: 60px !important;
    }

    .hc-nav {
        width: 100vw;
        height: calc(100vh - 60px);
        position: fixed;
        top: 60px;
        left: 0;
        display: none;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.5);
        overflow: auto;
    }

    .hc-nav.open {
        display: block;
    }

    .hc-nav>li {
        width: 100%;
        float: right;
        background-color: #fff;
        position: relative;
    }

    .hc-nav li.clsactive {
        color: initial;
        font-weight: 400;
    }

    .hc-nav li.clsactive::after {
        display: none;
    }

    .hc-nav li:hover::after {
        display: none;
    }

    .hc-nav li:hover {
        color: initial;
        font-weight: 400;
    }

    .hc-nav>li>a {
        text-align: left;
        padding: 0 25px;
        background-color: #fff;
        color: #333;
        display: inline-block;
        font-size: 14px;
        line-height: 50px;
    }

    .hc-nav>li:hover, .hc-nav>li.seld {
        background-color: #09f;
    }

    .hc-nav>li:hover>a, .hc-nav>li.seld>a {
        background-color: transparent;
        color: #fff !important;
    }

    .hc-nav>li>i {
        display: inline-block;
        color: #333 !important;
        position: absolute;
        right: 30px;
        top: 15px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        padding: 0;
        text-align: center;
    }

    .hc-nav>li.active>i {
        transform: rotate(90deg);
    }

    .terminus {
        position: absolute;
        right: 270px;
        width: 100px;
    }

    .hc-menu-dropdown {
        display: none;
    }

    .hc-foot-a-b>ul li {
        width: 16%;
        margin-right: 0;
    }

    .hc-head-main {
        padding-right: 60px;
    }

    .hc-mb-menu-btn {
        display: block;
    }

    .hc-login-reg a {
        line-height: 40px;
        border-radius: 2px;
    }


}

@media (max-width:992px) {
    .hc-foot .hc-foot-a-t {
        flex-direction: column;
    }

    .hc-foot .hc-foot-a-r {
        width: 100%;
        margin-top: 20px;
    }

    .hc-foot .hc-foot-a-r ul {
        justify-content: flex-start;
    }

    .hc-foot .hc-foot-b-ctn {
        flex-direction: column;
    }

    .hc-foot .hc-foot-b-ctn img {
        margin: 0 0 30px;
    }

    .hc-foot-a-b {
        flex-direction: column;
    }

    .hc-foot-a-b>ul li {
        width: 20%;
    }
      /* 分页 */
    .hc_pcfy {
        display: none;
    }

    .hc_phfy {
        display: block;
    }

}

@media (max-width:780px) {
    .hc-foot-a-b>ul li {
        width: 33%;
    }

    .hc_cloud_floatMenu {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: #09f;
        right: -10px;
        transition: right 0.5s;
    }

    .hc_cloud_floatMenu:after {
        content: "\e137";
        font-family: "Glyphicons Halflings";
        line-height: 30px;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        text-align: center;
    }

    .hc_cloud_floatMenu>li {
        left: 500px;
        transition: all 0.5s;
    }

    .hc_cloud_floatMenu:hover {
        height: auto;
        width: auto;
        border-radius: 0;
        background-color: transparent;
        right: 50px;
    }

    .hc_cloud_floatMenu:hover:after {
        content: "";
    }

    .hc_cloud_floatMenu:hover>li {
        left: 0;
    }
}

@media (max-width: 640px) {
    .hc-body h2, .hc_body h2 {
        font-size: 24px !important;
    }


    /* .hc-body img {
        width: 100% !important;
    } */

    .hc-login-reg {
        display: none;
    }

    .loginreg {
        display: block;
    }

    .terminus {
        right: 120px;
    }

    .terminus-all span {
        font-size: 14px;
    }

    .terminus-all span::after {
        display: none;
    }

    .hc-head-main img {
        height: 30px;
    }
}

@media (max-width: 500px) {

    .hc-head-main {
        padding-left: 10px;
    }

    /* .hc-login-reg {
        flex: 0 0 160px;
    }

    .hc-login-reg a {
        font-size: 14px;
    } */

    .hc-foot-a-b>ul li {
        width: 50%;
    }
}