/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */

html {
    font: 400 1em PingFang SC, Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, "Microsoft Sans Serif", WenQuanYi Micro Hei, sans-serif;
}

body {
    font-size: 14px;
    color: #333;
}

body, div, h1, h2, h3, h4, h5, h6, hr, p, span, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, a, :after, :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.l {
    float: left;
}

.r {
    float: right;
}

.tc {
    text-align: center;
}

.ti2 {
    text-indent: 2em;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.dib {
    display: inline-block;
}

.ovh {
    overflow: hidden;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.fix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.fix-flex:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.fix-web:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.fix-phone:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.ellipsis {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.ellipsis1 {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

img {
    border: none;
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.swiper-slide {
    user-select: none;
}

.showmenu.nav-ul-box {
    left: 0;
}

/*margin*/
.m0 {
    margin: 0px;
}

.m1 {
    margin: 1px;
}

.ml1 {
    margin-left: 1px;
}

.mt1 {
    margin-top: 1px;
}

.mr1 {
    margin-right: 1px;
}

.mb1 {
    margin-bottom: 1px;
}

.m2 {
    margin: 2px;
}

.ml2 {
    margin-left: 2px;
}

.mt2 {
    margin-top: 2px;
}

.mr2 {
    margin-right: 2px;
}

.mb2 {
    margin-bottom: 2px;
}

.m5 {
    margin: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.m10 {
    margin: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.m15 {
    margin: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.m20 {
    margin: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr25 {
    margin-right: 25px;
}

/*padding*/
.p0 {
    padding: 0px;
}

.p1 {
    padding: 1px;
}

.pl1 {
    padding-left: 1px;
}

.pt1 {
    padding-top: 1px;
}

.pr1 {
    padding-right: 1px;
}

.pb1 {
    padding-bottom: 1px;
}

.p2 {
    padding: 2px;
}

.pl2 {
    padding-left: 2px;
}

.pt2 {
    padding-top: 2px;
}

.pr2 {
    padding-right: 2px;
}

.pb2 {
    padding-bottom: 2px;
}

.p5 {
    padding: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.p15 {
    padding: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.p20 {
    padding: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt40 {
    margin-top: 40px;
}

.heigh100 {
    height: 100%;
}

.icon-plus {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.icon-plus::before, .icon-plus:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: transform .3s ease-in;
    border-radius: 4px;
}

.icon-plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.icon-plus.rotate:after {
    transform: translate(-50%, -50%) rotate(0);
}

.head-avatar {
    width: 40px;
    height: 40px;
}

.pages {
    text-align: center;
    padding: 40px 0;
}

.pages li {
    display: inline-flex;
    font-size: 14px;
    color: #333333;
    border: 1px solid #e2e2e2;
}

.pages li a {
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #333;
    padding: 0 12px;
}

.pages li a:hover {
    color: #4b8afb;
}

.pages li span {
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #333;
    padding: 0 12px;
}

.pages .iconfont {
    font-size: 14px;
}

.pages-select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/arrow-down-fill.png) no-repeat 96% center;
    border: 1px solid #dadada;
    outline: none;
    font-size: 14px;
    border-radius: 4px;
    padding: 5px;
    padding-right: 16px;
}

.pages li.thisclass {
    background: #4b8afb;
    border-color: #4b8afb;
    color: #fff;
}

.pages li.thisclass a {
    color: #fff;
}

.pages li.noborder {
    border: none;
    background-color: transparent;
    padding: 0;
}

.pages li .turn-input {
    color: #666666;
    padding: 8px 12px 7px;
    background-color: #fff;
    width: 48px;
}

input[type="text"], input[type="password"], input[type="number"], textarea, button, input[type="email"], input[type="date"] {
    border: none;
    outline: none;
    background-color: transparent;
}

input.el-input-date, input.el-input-date1 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

input.el-input-date::-webkit-calendar-picker-indicator, input.el-input-date1::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    padding-left: 100%;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.just-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.just-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.no {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner {
    position: relative;
}

.banner-i {
    width: 100%;
    display: block;
}


.normal-table {
    width: 100%;
    border-collapse: collapse;
}

.normal-select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
}

.swiper-normal-button.swiper-button-disabled {
    pointer-events: all;
    opacity: 1;
}

.swiper-normal-button {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 6px 0px rgba(215, 38, 30, .5);
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.swiper-normal-button::after {
    font-size: 24px;
    color: #d7261e;
}

.mobile-img {
    display: none;
}

.menu {
    cursor: pointer;
    display: none;
}

.hide-pc {
    display: none;
}

.menu i {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #4b8afb;
    margin-top: 7px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}


.menu i:first-child {
    margin-top: 0;
}

.menu.rotate i:nth-of-type(1) {
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    transform: rotate(46deg);
}

.menu.rotate i:nth-of-type(2) {
    opacity: 0;
}

.menu.rotate i:nth-of-type(3) {
    -webkit-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    transform: rotate(-46deg);
}

.normal-place ::-webkit-input-placeholder {
    font-size: 16px;
    color: #999999;
    font-family: PingFang SC, Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, "Microsoft Sans Serif", WenQuanYi Micro Hei, sans-serif;
}

.normal-place :-moz-placeholder {
    font-size: 16px;
    color: #999999;
    font-family: PingFang SC, Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, "Microsoft Sans Serif", WenQuanYi Micro Hei, sans-serif;
}

.normal-place :-ms-input-placeholder {
    font-size: 16px;
    color: #999999;
    font-family: PingFang SC, Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, "Microsoft Sans Serif", WenQuanYi Micro Hei, sans-serif;
}

.normal-place1 ::-webkit-input-placeholder {
    font-size: 14px;
    color: #c6c6c6;
    font-family: PingFang SC, Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, "Microsoft Sans Serif", WenQuanYi Micro Hei, sans-serif;
}

.normal-place1 :-moz-placeholder {
    font-size: 14px;
    color: #c6c6c6;
    font-family: PingFang SC, Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, "Microsoft Sans Serif", WenQuanYi Micro Hei, sans-serif;
}

.normal-place1 :-ms-input-placeholder {
    font-size: 14px;
    color: #c6c6c6;
    font-family: PingFang SC, Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, "Microsoft Sans Serif", WenQuanYi Micro Hei, sans-serif;
}


img[class*=avatar] {
    border-radius: 50%;
}

.hover-show:hover {
    opacity: 0.8;
}

.hover-a a:hover {
    color: #4b8afb;
}

a.hover-a:hover {
    color: #4b8afb;
}

.hover-tit a:hover [class*=tit] {
    color: #4b8afb;
}

._h-img {
    transition: transform .3s ease;
}

.hover-img a:hover ._h-img {
    transform: scale(1.1);
}

.bold {
    font-weight: 600;
}

.tl {
    text-align: left;
}

[class*=btn] {
    cursor: pointer;
}

.col-red {
    color: #ff6600;
}

.col-red1 {
    color: #FF0000;
}

input.upload-file {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 0
}

@-webkit-keyframes circleMove {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes circleMove {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

.lg_sfdh {
    animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn {
    0% {
        transform: scale(1.0)
    }
    100% {
        transform: scale(1.1)
    }
}

@keyframes hideIndex {
    0% {
        padding-top: 35px;
        opacity: 0;
    }
    100% {
        padding-top: 20px;
        opacity: 1;
    }
}

@keyframes hideIndex2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


@media (min-width: 992px) {

}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.center-box {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.responsive-y {
    overflow-y: auto;
}

.responsive-x {
    overflow-x: auto;
}

.responsive-y::-webkit-scrollbar { /*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 6px;
    height: 6px;
}

.responsive-y::-webkit-scrollbar-thumb { /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    background-color: #ACACAC;
    border-radius: 999px;
}

.head-sticky {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    z-index: 99;
    top: 0;
    background-color: #fff;
}


.lgoin-box {
    width: 100vw;
    height: 100vh;
}

.login-top {
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.el-login-input-box {
    background-color: #eeeeee;
    padding: 0 15px;
}

.el-login-input-box .iconfont {
    font-size: 24px;
    color: #1a79c7;
}

.login-form-tit {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    color: #1a79c7;
}

.login-form-tit::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #666666;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}

.login-form-span {
    display: inline-block;
    padding: 0 2.08vw;
    background-color: #fff;
    position: relative;
}

.login-inner {
    width: 768px;
    max-width: 94%;
}

.login-inner-form-box {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 2.60vw 0 4.16vw;

}

.login-inner-form {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.login-head-posi {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 2.08vw;
    left: 0;
    text-align: right;
    color: #fff;
    font-size: 16px;
}

.el-login-btn {
    display: inline-flex;
    width: 100%;
    height: 60px;
    background-color: #1a79c7;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 5px;
}

.login-tit {
    font-size: 36px;
    font-weight: 600;
}

.login-tit-en {
    font-size: 16px;
    font-family: Arial;
}

.el-login-val {
    height: 50px;
    width: 100%;
    flex: 1;
    font-size: 16px;
}

.el-login-row {
    margin-top: 30px;
}

.gutter {
    padding: 0 20px;
}

.head {
    padding: 10px 0;
    background-color: #393d49;
}

.drop-tri {
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.head-drop {
    padding-right: 10px;
}

.head-drop-cont {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    padding-top: 20px;
    width: 100%;
    z-index: 99;
    display: none;
}

.head-drop-ul {
    background-color: #4b8afb;
    text-align: center;
    padding: 10px 0;
}

.head-drop-ul > li {
    line-height: 30px;
}

.head-drop:hover .head-drop-cont {
    display: block;
    animation: hideIndex .3s ease;
}

.header-left {
    font-size: 18px;
    font-weight: 600;
}

.main-box {
    width: 100vw;
    height: calc(100vh - 60px);
    border-top: 5px solid #005bac;
}

.main-left {
    width: 0;
    flex: 0 0 auto;
    margin-right: 200px;
    position: relative;
    transition: all .3s ease;
    left: 0;
}

.page-i-box {
    z-index: 1;
    position: absolute;
    width: 200px;
    height: 100%;
    background-color: #393d49;
}

.main-left.left-hide {
    margin-right: 0;
    left: -100%;
}

.main-inner-ul > li {
    padding: 15px;
    color: #fff;
}

.main-inner-ul > li.on, .main-inner-ul > li:hover {
    background-color: #224971;
}

.main-inner-ul > li a {
    color: #fff;
}

.main-right-tab {
    background-color: #f2f2f2;
    /*  */
    overflow-x: auto;
    scroll-snap-type: x mandatory;

}

.main-right-tab-box {
    position: relative;
}

.main-right-tab-box::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    bottom: 0;
    left: 0;
    position: absolute;
}

.main-right-tab > li {
    display: flex;
    width: 135px;
    height: 40px;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    border-left: none;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0 10px;
    font-size: 13px;
    scroll-snap-align: start;
    flex-shrink: 0;
    position: relative;
    transform: translate(0, 1px);
    z-index: 10;
    background-color: #fff;
}

.main-right-search {
    background-color: #f6f7fc;
    padding: 20px 0;
}

.main-search-box {
    border: 1px solid #cfcfcf;
    width: 460px;
    max-width: calc(100vw - 30px);
}

.main-s-val {
    height: 35px;
    width: 100%;
    flex: 1;
    padding: 0 15px;
    box-sizing: border-box;
}

.main-s-btn {
    width: 52px;
    display: inline-flex;
    background-color: #4b8afb;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.main-right-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.main-right {
    background-color: #f6f7fc;
    padding-bottom: 40px;
    height: 100%;
    transition: all .3s ease;
    flex: 1 1 auto;
}

.word-icon {
    display: inline-flex;
    width: 19px;
    height: 23px;
    background: url(../img/word.png) no-repeat center;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 10px;
}

.main-right-ul-list {
    padding: 10px 25px 25px;
    border-radius: 10px;
}

.collapse-item {
    width: 16px;
    height: 40px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLjUgMS4xOTF2MzIuNjE4bDEyLjE3LTYuMDg1YTEuNDk5IDEuNDk5IDAgMCAwIC44My0xLjM0MmgwVjguNjE4YTEuNDk5IDEuNDk5IDAgMCAwLS44My0xLjM0MmgwTC41IDEuMTkxWiIgc3Ryb2tlPSIjRENERUUyIiBmaWxsPSIjRjdGOUZBIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48cGF0aCBmaWxsPSIjODA4Njk1IiBkPSJNMy41IDE4IDggMjJ2LTh6TTEwIDE0SDl2OGgxeiIvPjwvZz48L3N2Zz4=) 50%/100% 100% no-repeat;
    position: absolute;
    top: calc(50%);
    left: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    box-sizing: content-box;
    background-origin: content-box;
    z-index: 99;
}

.main-right-ul-list > li {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
}

.main-right-posi {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.refresh-btn {
    display: inline-flex;
    width: 36px;
    height: 30px;
    background: #4b8afb;
    background-size: auto;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

.fresh-img {

    width: 17px;
    height: 16px;
}

.refresh-btn.rotate .fresh-img {
    transform: rotate(360deg);
    transition: transform .3s ease;
}

.nav-position-pd {
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
}

.details-box {
    margin: 20px 0;
    /*padding: 50px 15px;*/
}

.details-box-tit {
    font-size: 24px;
}

.details-box-desc {
    padding: 30px 0;
    line-height: 1.875em;
}

.details-box-inner {
    /*max-width: 1328px;*/
    margin-left: auto;
    margin-right: auto;
}

.word-iframe {
    width: 100%;
    height: 100vh;
}

@media (min-width: 1920px) {
    .login-form-span {
        padding: 0 40px;
    }

    .login-head-posi {
        padding: 20px 40px;
    }

    .login-inner-form-box {
        padding: 50px 0 80px;
    }
}


@media (max-width: 992px) {
    .min-width {
        min-width: 375px
    }

    .login-tit {
        font-size: 24px;
    }

    .login-inner-form {
        padding: 0 15px;
        margin-top: 20px;
    }

    .login-form-tit {
        font-size: 20px;
    }

    .el-login-row {
        margin-top: 20px;
    }

    .login-inner-form-box {
        padding: 30px 0 40px;
    }

    .el-login-input-box .iconfont {
        font-size: 18px;
        margin-right: 10px;
    }

    .el-login-btn {
        height: 50px;
        font-size: 18px;
    }

    .login-head-posi {
        padding: 15px;
        font-size: 15px;
    }

    .main-right-ul-list {
        padding: 10px 10px 20px;
    }


    .word-icon {
        margin-right: 5px;
    }

    .main-right-ul-list > li {
        font-size: 14px;
    }

    .main-right-search {
        padding: 15px 0;
    }

    .gutter {
        padding: 0 15px;
    }

    .main-right {
        padding-bottom: 20px;
    }

    .hide-pc {
        display: block;
    }

    .details-box {
        padding: 20px 15px;
    }

    .details-box-tit {
        font-size: 18px;
    }

    .details-box-desc {
        padding: 20px 0;
    }
}


.block {
    display: block;
    width: 100%;
}

.mt25 {
    margin-top: 25px;
}

.tr {
    text-align: right;
}

.webkit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.line2 {
    -webkit-line-clamp: 2;
}

.line3 {
    -webkit-line-clamp: 3;
}

.line5 {
    -webkit-line-clamp: 5;
}

.col-eee {
    color: #eee;
}

.col-000 {
    color: #000;
}

.col-333 {
    color: #333;
}

.col-666 {
    color: #666;
}

.col-999 {
    color: #999;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.col-fff {
    color: #fff;
}

.col-fff a {
    color: #fff;
}

.col-fb {
    color: #FBFBFD;
}

.bgfff {
    background-color: #fff;
}

.theme {
    color: #4b8afb;
}

.col-blue {
    color: #1e6ffe;
}

.col-yel {
    color: #ed670e;
}