body,
html {
    font-family: Arial;
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.img img {
    width: 100%;
    max-width: 100%;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pc-hide {
    display: none;
}

.pc-show {
    display: block;
}

.hide {
    display: none;
}

.show {
    display: block;
}


/* table */

table {
    word-wrap: break-word;
}

table.border {
    border-spacing: 0;
    border-collapse: collapse;
}

table tr > th,
table tr > td {
    padding: 15px;
}


/* 链接换行 */

p a {
    word-break: break-all;
}


/*标题样式*/

.t-level-1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.t-level-2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.theme-color {
    color: #19469d;
}


/*带背景标题 渐变*/

.themebg-linear {
    font-size: 22px;
    font-weight: bold;
    line-height: 56px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
    padding: 15px 15px 15px 20px;
    color: #19469d;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(209, 218, 235, 1)), to(rgba(255, 255, 255, 1)));
    background-image: -o-linear-gradient(left, rgba(209, 218, 235, 1), rgba(255, 255, 255, 1));
    background-image: linear-gradient(90deg, rgba(209, 218, 235, 1), rgba(255, 255, 255, 1));
}


/*带背景标题*/

.themebg-1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 10px 0 10px 20px;
    color: #19469d;
    background-color: #e8ecf5;
}


/*带背景标题 有展开收起图标*/

.themebg-1.has-icon {
    position: relative;
}

.themebg-1.has-icon::after {
    position: absolute;
    top: 23px;
    right: 19px;
    display: block;
    float: right;
    width: 14px;
    height: 14px;
    content: '';
    color: #19469d;
    background-image: url('/resources/portal/en/images/icon-add.png');
    background-repeat: no-repeat;
}


/* time */

.time {
    line-height: 44px;
    width: 158px;
    height: 44px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    background-color: #19469d;
}

.time img {
    margin-right: 5px;
}


/* calendar */

.calendar {
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: center;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    background-color: #19469d;
}

.calendar .day {
    font-size: 46px;
    line-height: 46px;
    height: 46px;
}

.calendar .month {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
}


/* more */

.more {
    color: #999;
}

.more .icon-active {
    display: none;
}

li:hover .more {
    color: #19469d;
}

li:hover .more .icon {
    display: none;
}

li:hover .more .icon-active {
    display: inline-block;
}


/* header-wrap */

.header-wrap {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 40px;
    color: #333;
}


/*breadcrumb  */

.breadcrumb {
    padding-left: 0;
    color: #666;
    background-color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
}


/* bottom-pagination  */

.bottom-pagination {
    margin-top: 20px;
}

.bottom-pagination .page-item.active .page-link {
    border-color: #19469d;
    background-color: #19469d;
}

.bottom-pagination .page-link {
    line-height: 22px;
    margin: 0 5px;
    color: #38414a;
}


/* banner */

.banner img {
    width: 100%;
}

.banner .pc-text {
    position: absolute;
    z-index: 9999;
    bottom: -100px;
    width: 680px;
    height: 328px;
    color: #fff;
    background: url(../images/banner-text-bg.png);
}


/* list */

.list a,
.news-list a {
    display: block;
    text-decoration: none;
}

.list li a:hover {
    text-decoration: none;
}

.list li:hover {
    cursor: pointer;
}

.news-list li:hover {
    background-color: #f8f8f8;
}

.list li:hover .t,
.news-list li:hover .t {
    color: #19469d;
}

.list .item,
.news-list .item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.list li:first-child,
.news-list li:first-child .item {
    font-size: 16px;
    border-top: 1px solid #dedede;
}

.list .item .t,
.news-list .item .t {
    font-size: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    /*word-break: break-all;*/
    color: #333;
    -webkit-line-clamp: 3;
}

.list li > a {
    display: block;
    text-decoration: none;
}

.list .item .t,
.news-list .item .t.line-2 {
    -webkit-line-clamp: 2;
}

.list .item .desc,
.news-list .item .desc {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-align: justify;
    /*word-break: break-all;*/
    color: #999;
    -webkit-line-clamp: 3;
}

.list .item .more,
.news-list .item .more {
    font-size: 16px;
    color: #999;
}

.left-nav {
    margin-top: -35px;
    padding-bottom: 56px;
    background-color: #f3f4f6;
}

.left-nav a {
    display: block;
    text-decoration: none;
    color: #666;
}

.left-nav .title {
    font-size: 22px;
    line-height: 70px;
    height: 70px;
    padding: 0 15px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(43, 50, 178, 1)), to(rgba(20, 136, 204, 1)));
    background-image: -o-linear-gradient(left, rgba(43, 50, 178, 1), rgba(20, 136, 204, 1));
    background-image: linear-gradient(90deg, rgba(43, 50, 178, 1), rgba(20, 136, 204, 1));
}

.left-nav .leve1-01 {
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 20px 0;
    cursor: pointer;
    color: #666;
    border-bottom: 1px solid #ccc;
}

.left-nav .leve1-01:hover,
.left-nav .leve1-01.active {
    color: #19469d;
}

.left-nav .has-son:after {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    float: right;
    width: 12px;
    height: 30px;
    margin: auto 0;
    content: '';
    background-image: url('/resources/portal/en/images/nav-left-icon-right.png');
    background-repeat: no-repeat;
    background-position: center;;
}

.left-nav .has-son.active:after {
    background-image: url('/resources/portal/en/images/nav-left-icon-down.png');
}

.left-nav .leve1-02-group {
    font-size: 14px;
    line-height: 36px;
    display: none;
    color: #666;
}

.left-nav .has-son.active + .leve1-02-group {
    display: block;
}

.left-nav .leve1-02-group li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.left-nav .leve1-02-group li.active > a {
    color: #19469d;
    background-color: #e2e6ef;
}


/* list-flex */

.list-flex {
    display: flex;
    flex-wrap: wrap;
}

.list-flex li {
    flex-shrink: 0;
}

.list-flex li {
    position: relative;
    float: left;
    flex-shrink: 0;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    padding: 30px;
    background-color: #fff;
}

.list-flex li:nth-child(2n) {
    margin-right: 0;
}


/* 顶部导航 */

.header {
    font-size: 20px;
    line-height: 88px;
    position: relative;
    display: flex;
    justify-content: center;
    height: 88px;
    color: #fff;
    background-color: #19469d;
}

.header a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.header .item {
    margin-bottom: 0;
}

.header .options {
    display: flex;
    align-items: center;
}

.header .options img {
    width: 25px;
}

.header .options li {
    margin-left: 20px;
}

.header .options .cn-btn {
    font-size: 14px;
    line-height: 2;
    padding: 0 4px;
    border: 1px solid #fff;
    border-radius: 6px;
    height: 30px;
    overflow: hidden;
}


.header .options .cn-btn:hover {
    color: #19469d;
    background-color: #fff;
}

.header .options .cn-btn:hover a {
    color: #19469d;
}

.header .nav {
    padding: 0 30px;
    cursor: pointer;
    background-color: rgba(25, 70, 157, .8);
}

.header .nav li {
    background-color: rgba(25, 70, 157, .8);
}

.header .nav li .menu-icon {
    display: none;
}

.header .nav .level-1 {
    position: relative;
}

.header .nav .level-1 > .t {
    padding: 0 10px;
}

.header .nav .level-2,
.header .nav .level-3 {
    font-size: 18px;
    position: absolute;
    z-index: 9999;
    display: none;
}

.header .nav .level-3 {
    top: 0;
}

.header .nav .level-2 li {
    line-height: 1.5;
    position: relative;
    width: 280px;
    border-bottom: 1px solid #a9c3f5;
}

.header .nav .level-2 li:last-child {
    border-bottom: none;
}

.header .nav .level-3 {
    left: 280px;
}

.header .nav .level-1 > .t:after,
.header .nav .level-1 > .t:after {
    position: absolute;
    z-index: 999;
    right: 15px;
    bottom: 0;
    left: 15px;
    height: 2px;
    content: '';
    opacity: 0;
    background-color: #fff;
}


/* 一级导航 */

.header .nav .level-1:hover > .t:after,
.header .nav .level-1.active > .t:after {
    bottom: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
}

.header .nav .level-1.active .level-2 {
    display: block;
}


/* 二级导航 */

.header .nav .level-2 li .t {
    padding: 12px 20px;
}

.header .nav .level-2 li.active > .t,
.header .nav .level-2 li:hover > .t {
    background-color: rgba(45, 130, 199, .9);
}

.header .nav .level-2 li.active .level-3,
.header .nav .level-2 li:hover .level-3 {
    display: block;
}

.copyright,
.footer {
    color: #fff;
    background-color: #19469d;
}

.copyright {
    text-align: center;
}


/* fo0ter */

.footer {
    padding: 40px 0;
    margin-top: 80px;
}

.footer .item {
    order: 0;
}

.footer .logo img {
    margin-bottom: 40px;
}

.footer .t {
    font-size: 24px;
    font-weight: lighter;
    line-height: 1.5;
    margin-bottom: 20px;
}

.footer .item-3 ul {
    line-height: 80px;
    margin-bottom: 0;
    border-top: 1px solid #fff;
}

.footer .item-3 li {
    border-bottom: 1px solid #fff;
}

.copyright {
    line-height: 68px;
    height: 68px;
    text-align: center;
    color: #fff;
    background-color: #0e398b;
}


/* .collapse-groups 手风琴效果*/

.collapse-groups > li {
    margin-bottom: 20px;
}

.collapse-groups .themebg-1 {
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.collapse-groups > li.active .has-icon::after {
    background-image: url('/resources/portal/en/images/icon-sub.png');
}

.collapse-groups > li > .con {
    display: none;
    overflow: hidden;
    padding: 15px 0;
}

.collapse-groups > li.active > .con {
    display: block;
    text-align: justify;
}

.collapse-groups.has-bgcolor > li {
    padding: 0 30px;
    border: solid 1px #dedede;
    background-color: #f6f6f6;
}

.collapse-groups.has-bgcolor > li .themebg-1 {
    font-size: 20px;
    padding-right: 0;
    padding-left: 0;
    color: #666;
    background: none;
}

.collapse-groups.has-bgcolor > li.active .themebg-1 {
    color: #19469d;
}

.collapse-groups.has-bgcolor > li .con {
    border-top: solid 1px #dedede;
}


/* 指南 international-guide */

.international-guide {
    border-top: 1px solid #dedede;
}

.international-guide li {
    padding: 14px 0;
    border-bottom: 1px solid #dedede;
}

.international-guide li > a {
    display: inline-block;
    color: #333;
}

.international-guide li > a::before {
    font-size: 20px;
    content: '» ';
}

.international-guide li > a:hover {
    text-decoration: none;
    color: #19469d;
}

.international-guide-download a {
    font-weight: bold;
    font-style: italic;
    display: block;
    padding: 14px 30px;
    text-decoration: none;
    color: #333;
    background-color: #f8f8f8;
}

.international-guide-download a img {
    margin-top: -6px;
}


/*  international-study */

.international-study li {
    margin-bottom: 14px;
    padding: 15px 30px;
    border: solid 1px #dedede;
}

.international-study li,
.international-study li a {
    color: #666;
}

.international-study .a {
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.international-study .a a:after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 23px;
    height: 23px;
    content: '';
    background: url(/resources/portal/en/images/international-study-right.svg) repeat center;
}

.international-study li:hover,
.international-study li:hover > a {
    text-decoration: none;
    color: #19469d;
    background-color: #f8f8f8;
}

.international-study .list {
    padding: 0;
}

.international-study .list > div {
    font-weight: normal;
    padding: 15px 30px;
    border-bottom: solid 1px #dedede;
}

.international-study .list > div:hover,
.international-study .list > div:hover > a {
    text-decoration: none;
    color: #19469d;
    background-color: #f8f8f8;
}

.international-study .list > div:last-child {
    border-bottom: none;
}

.international-study .list:hover {
    color: #666;
    background: none;
}

.network-table {
    width: 100%;
    margin-bottom: 20px;
}

.network-table thead tr {
    color: #fff;
    background-color: #19469d;
}

.network-table tbody {
    display: none;
}

.network-table tr > th:last-child {
    width: 166px;
}

.network-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.network-table tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}

.network-table tr.type {
    color: #19469d;
    background-color: #dde3f0;
}

.network-table tr td a {
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.network-table tr td a:hover {
    font-weight: bold;
    color: #19469d;
}

.network-table .tbtn {
    font-weight: bold;
    cursor: pointer;
}

.network-table .tbtn .img2 {
    display: none;
}

.network-table .tbtn.active .img1 {
    display: none;
}

.network-table .tbtn.active .img2 {
    display: inline-block;
}


/* 案例中心 */

.case-center .case-info {
    font-weight: bold;
    margin-bottom: 30px;
    padding: 30px;
    background-color: #f6f6f6;
}

.cases-list li {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 3px 4px 15px 0 rgba(4, 40, 105, .1);
}

.cases-list li .t-level-1 {
    line-height: 1.5;
}

.cases-list li .serial-number {
    font-weight: bold;
    line-height: 40px;
    width: 180px;
    height: 40px;
    margin-bottom: 20px;
    margin-left: -30px;
    text-align: center;
    color: #fff;
    background-color: #19469d;
}

.cases-list li a {
    color: #19469d;
}

.cases-list-morebtn {
    font-weight: bold;
    line-height: 50px;
    width: 220px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    color: #19469d;
    border: solid 1px #19469d;
}

.cases-list-morebtn img {
    margin-top: -5px;
    margin-left: 5px;
}


/* alumni */

.alumni .item-1 {
    margin-bottom: 40px;
}

.alumni .item-1 .el {
    height: 100%;
    padding: 30px;
    background-color: #edf0f7;
}

.alumni .item-1 img {
    margin-right: 10px;
}

.alumni .item-2 ul > li {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.alumni .item-2 ul > li p {
    margin-bottom: 0;
}

.how-register {
    font-weight: bold;
    line-height: 46px;
    width: 250px;
    height: 46px;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, left top, right top, from(#1488cc), to(#2b32b2));
    background-image: -o-linear-gradient(left, #1488cc, #2b32b2);
    background-image: linear-gradient(90deg, #1488cc, #2b32b2);
}

.practice-bases-table {
    width: 100%;
    border-bottom: 1px solid #19469d;
}

.practice-bases-table thead tr {
    color: #fff;
    background-color: #19469d;
}

.practice-bases-table tr > th:first-child {
    width: 66px;
    text-align: center;
}

.practice-bases-table tr > td:first-child {
    text-align: center;
}

.practice-bases-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.practice-bases-table tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}


/*本科硕士博士表格*/

.programs-table {
    line-height: 2.2;
    text-align: left;
    border: solid 1px #cbcccc;
}

.programs-table th,
.programs-table td {
    border: solid 1px #cbcccc;
}

.programs-table tr th,
.programs-table tr td:first-child {
    color: #19469d;
    background-color: #f3f6fa;
}

.international-border-left > div {
    border-left: 5px solid #19469d;
    margin-bottom: 20px;
}

@media (max-width: 1300px) {
    .header {
        font-size: 14px;
    }

    .header .nav .level-2,
    .header .nav .level-3 {
        font-size: 12px;
    }

    .header .options img {
        width: 20px;
    }

    .header .options .menu-btn {
        display: block;
    }
}

@media (max-width: 1200px) {
    .pc-show {
        display: none;
    }

    .pc-hide {
        display: block;
    }

    .header .nav {
        padding: 0;
    }

    .header .options .menu-btn {
        display: none;
    }
    .header .nav .level-1 > .t{
        padding: 0 5px;
    }
    .header .logo{
        width: 134px;
        display: block;
        height: 43px;
        align-self: center;
        background-image: url(/resources/portal/en/images/logo.svg?v=55);
        background-size: 100%;
    }

    .header .logo img {
        width: 134px;
        vertical-align: top;
        display: none;
    }

}

@media (max-width: 962px) {

    .header {
        font-size: 18px;
        line-height: 60px;
        justify-content: space-between;
        height: 60px;
        padding: 0 15px;
    }

    .header .nav {
        display: none;
    }

    .header .logo img {
        height: 42px;
    }

    .footer .item-2 {
        display: none;
    }

    .copyright {
        line-height: 2;
    }

    /* nav */
    .header .options .menu-btn {
        display: block;
    }


    .header .nav .level-1 {
        width: 100%;
        border-top: 1px solid #ddd;
    }

    .header .nav .level-1 > .t {
        line-height: 50px;
    }

    .header .nav .level-1.hasChild {
        background: rgba(25, 70, 157, .8) url(/resources/portal/en/images/nav-down1.png) no-repeat 96% center;
    }

    .header .nav .level-2 > li .t.hasChild {
        background: url(/resources/portal/en/images/nav-down1.png) no-repeat 96% center;
        background-size: 15px;
    }

    .header .nav .level-1:first-child {
        border-top: none;
    }

    .header .nav {
        position: absolute;
        z-index: 9999;
        top: 59px;
        right: 0;
        left: 0;
        padding: 0;
        background-color: rgba(25, 70, 157, .8);
    }

    .header .nav li .bi-caret-right-fill {
        margin-top: -2px;
    }

    .header .nav li .bi-chevron-right,
    .header .nav li .bi-caret-right-fill {
        display: inline-block;
    }

    .header .nav li .bi-chevron-right {
        float: right;
        margin-top: 12px;
    }

    .header .nav .level-2 {
        background: #2c8dcf;
    }

    .header .nav .level-2,
    .header .nav .level-3 {
        font-size: 16px;
        position: static;
        left: 0;
    }

    .header .nav .level-1.active .level-2 {
        display: block !important;
        background: #2c8dcf;
    }

    .header .nav li,
    .header .nav .level-1 li {
        /* line-height: 40px; */
        padding: 0;
    }

    .header .nav .level-1.active > .t:after {
        display: none;
    }

    .header .nav .level-2 li {
        width: 100%;
    }

    .header .nav .level-3 li > .t {
        padding-left: 40px;
    }

    /*移动版下划线隐藏*/
    .header .nav .level-1:hover > .t:after,
    .header .nav .level-1.active > .t:after {
        opacity: 0;
    }
}


/*手机端样式*/

@media (max-width: 768px) {
    body {
        font-size: 14px;
        overflow-x: hidden;
    }

    table tr > th,
    table tr > td {
        padding: 5px;
    }

    .themebg-linear {
        padding-left: 15px;
        color: #19469d;
        padding: 10px;
        padding-bottom: 10px;
        font-size: 18px;
    }

    .pl-50 {
        padding-left: 15px !important;
    }

    .header .nav .level-1.hasChild {
        background-size: 16px;
    }

    .list .item .t,
    .news-list .item .t {
        font-size: 18px;
        line-height: 1.5;
    }

    .list .item,
    .news-list .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .left-nav {
        display: none;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .time {
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
        width: 120px;
        height: 30px;
        margin-bottom: 10px;
    }

    .header-wrap {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .list-flex li {
        float: none;
        width: 100%;
        padding: 15px;
    }

    .calendar {
        width: 50px;
        height: 50px;
    }

    .calendar .day {
        font-size: 28px;
        line-height: 28px;
        height: 28px;
    }

    .calendar .month {
        font-size: 12px;
        line-height: 12px;
        height: 12px;
    }

    /* .footer  */
    .footer {
        font-size: 12px;
    }

    .footer .d-flex {
        flex-direction: column;
    }

    .footer .t {
        font-size: 18px;
    }

    .footer .item {
        margin-bottom: 30px;
    }

    .footer .item-2 {
        display: block;
        order: 1;
    }

    .footer .item-3 ul {
        line-height: 60px;
        width: 100%;
    }

    .header .options li {
        margin-left: 10px;
    }

    .header .options li:first-child {
        margin-left: 0;
    }

    .header .options .cn-btn {
        font-size: 12px;
    }

    /* alumni */
    .alumni .item-1 {
        margin-bottom: 20px;
    }

    .alumni .item-1 > div {
        margin-bottom: 10px;
    }

    .alumni .item-1 .el {
        padding: 15px;
    }

    .alumni .item-1 .el p:first-child {
        text-align: center;
    }

    .alumni .item-1 .el p:first-child img {
        display: block;
        margin: 0 auto;
    }

    .alumni .item-2 {
        flex-direction: column-reverse;
    }

    .alumni .item-1 > div {
        margin-bottom: 10px;
    }

    .alumni .item-1 > div {
        margin-bottom: 10px;
    }

    .how-register {
        margin-right: auto;
        margin-left: auto;
    }

    /* network */
    .network-table tr > th:last-child {
        width: auto;
    }

    /* international */
    .international-study li {
        padding-right: 40px;
        padding-left: 15px;
    }

    .international-study .a:after {
        right: 10px;
    }

    .collapse-groups > li {
        margin-bottom: 10px;
    }

    .themebg-1 {
        font-size: 18px;
        line-height: 1.5;
        position: relative;
        padding: 15px 25px 15px 15px;
    }

    .themebg-1.has-icon::after {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto 0;
        content: '';
    }

    /* International Center */
    .international-border-left > div {
        border-left: 2px solid #19469d;
    }

    .international-border-left > div > p {
        margin-bottom: 5px;
    }

    /* .cases-list 案例中心 */
    .cases-list li {
        padding: 15px;
    }
}


/*搜索样式*/

.m-searching {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -ms-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -webkit-transform: scale(.2, .2);
    -ms-transform: scale(.2, .2);
    -o-transform: scale(.2, .2);
    transform: scale(.2, .2);
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.m-searching_header {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -ms-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -webkit-transform: scale(.2, .2);
    -ms-transform: scale(.2, .2);
    -o-transform: scale(.2, .2);
    transform: scale(.2, .2);
    opacity: 1;
    background: rgba(0, 0, 0, .7);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.m-searching_header input[type=text] {
    font-size: 15px;
    line-height: 40px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    height: 50px;
    margin: 0;
    padding-left: 10px;
    color: #999;
    border: 0;
    border-radius: 0;
    background: #fff;
}

.m-searching_header form {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    width: 600px;
    max-width: 100%;
    height: 80px;
    margin: auto;
    padding: 15px;
}

.m-searching_header button {
    font-size: 16px;
    line-height: 50px;
    float: left;
    overflow: hidden;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    color: #fff;
    border: 0;
    border-radius: 0;
    outline: none;
    background: #1d66c2;
}

.m-searching .search-popup-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.m-searching_header .search-popup-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.m-searching form {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    width: 600px;
    max-width: 100%;
    height: 80px;
    margin: auto;
}

.m-searching.active {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.m-searching_mpm.active {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.m-searching_header.active {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.m-searching .form_mf.active {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.m-searching_header.active {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.m-searching input[type=text] {
    font-size: 15px;
    line-height: 40px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    height: 50px;
    margin: 0;
    padding-left: 10px;
    color: #999;
    border: 0;
    border-radius: 0;
    background: #fff;
}

.bottom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .logoimgfooter{
    float: right;
}
.footer .logoimgfooter img{
    width: 100px;
}

@media (max-width: 750px) {
    .bottom-pagination {
        flex-wrap: wrap;
    }
    .footer .logoimgfooter{
        width: 100%;
        text-align: left;
        margin-top: -20px;
    }
    .footer .logoimgfooter img{
        margin-bottom: 20px;
    }
}