.center {
    padding: 0 100px;
}
.personal-path{
    color: #333;
}
.centers {
    padding: 0 160px;
}

.centere {
    width: 60%;
    margin: 0 auto;
}

.head-icon {
    width: 200px;
    height: 53px;
}

.header-menu {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background: #FFF;
}

body {
    padding-top: 90px  !important;
}

.header-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC;
}

.head-icon {
    cursor: pointer;
}

.header-left {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-width {
    width: 32%;
}

.header-li {
    height: 100%;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    display: flex;
    align-items: center;
}

.header-li:hover::after {
    position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    height: 3px;
    background: #0d4da1;
    animation: widthseup .3s linear forwards;
}

@keyframes widthseup {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.header-li:hover .header-mode {
    color: #0d4da1;
}

.header-li:hover .header-mode .header-down {
    transform: rotate(180deg);
}

.header-mode {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    height: 100%;
}

.header-down {
    margin-left: 10px;
    transition: all .3s;
}

.header-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    height: 100%;
}

.header-right {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.operate-logon {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    position: relative;
}
.new-roun{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: red;
}
.operate-search,
.operate-searchs {
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 30px;
    background: #ededee;
    border-radius: 3px;
    margin-left: 20px;
}

.operate-searchs {
    display: none;
}

.operate-input {
    width: 180px;

}

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

.search-icon {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    cursor: pointer;
}

.operate-language {
    position: relative;
}

.operate-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.operate-down {
    margin-left: 10px;
    width: 11px;
    height: 6px;

}

.operate-downs {
    position: absolute;
    left: 0;
    top: 23px;
    background: #FFF;
    border-radius: 3px;
    transform: scale(0);
    opacity: 0;
    transition: all .5s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.operate-language:hover .operate-downs {
    opacity: 1;
    transform: scale(1);
}

.operate-li {
    width: 70px;
    height: 30px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.operate-li:hover {
    color: #0d4da1;
}

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

.two-text {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.head-logo {
    cursor: pointer;
}

.navclick {
    display: none;
}

.navclick span {
    width: 21px;
    height: 1px;
    background: #333;
    display: block;
    position: relative;
    transition: all .2s linear;
}

.header-drawer {
    cursor: pointer;
    position: fixed;
    cursor: default;
    left: 0;
    top: 90px;
    width: 100%;
    background: #FFF;
    border-radius: 0 0 3px 3px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    height: 0;
    z-index: 1111;
}

.header-li:hover .header-drawer {
    animation: drawer .3s linear forwards;
}

.drawer-list {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* padding: 70px 100px; */
}

@keyframes drawer {
    0% {
        display: block;
        min-height: 0px;
    }

    100% {
        display: block;
        min-height: 200px;
        height: auto;
    }
}

.drawer-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.drawer-item:hover {
    transform: translateY(-5px);
}

.drawer-item:hover .drawer-name {
    color: #0d4da1;
}

.drawer-img {
    width: 149px;
    height: 107px;
    margin-bottom: 20px;
    cursor: pointer;
}

.drawer-name {
    font-size: 18px;
    color: #333;
}

.project {
    padding: 30px 0 0 0;
}
.project-container{
    padding: 80px 0 40px;
}
.project-up {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.project-english {
    width: 226px;
    height: 28px;
}

.english-min {
    width: 93px;
    height: 28px;
}

.english-two {
    width: 260px;
    height: 31px;
}

.navclick span:before,
.navclick span:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #333;
    display: block;
    left: 0;
    width: 100%;
    transition: all .2s linear;
}

.navclick span:before {
    top: -7px;
}

.navclick span:after {
    top: 7px;
}

.navclick.ontrue span:before {
    background: #333;
    -moz-animation: buttonAnimationBefore 0.3s ease forwards;
    -webkit-animation: buttonAnimationBefore 0.3s ease forwards;
    animation: buttonAnimationBefore 0.3s ease forwards;
}

.navclick.ontrue span:after {
    background: #333;
    -moz-animation: buttonAnimationAfter 0.3s ease forwards;
    -webkit-animation: buttonAnimationAfter 0.3s ease forwards;
    animation: buttonAnimationAfter 0.3s ease forwards;
}

.navclick.ontrue span {
    background: #333;
    -moz-animation: buttonAnimation 0.3s ease forwards;
    -webkit-animation: buttonAnimation 0.3s ease forwards;
    animation: buttonAnimation 0.3s ease forwards;
}

@-moz-keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -moz-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0);
    }

    100% {
        -moz-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }
}

@-webkit-keyframes buttonAnimationBefore {
    0% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -webkit-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }
}

@keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0px) rotate(0);
        -ms-transform: translateY(0px) rotate(0);
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -moz-transform: translateY(7px) rotate(0);
        -ms-transform: translateY(7px) rotate(0);
        -webkit-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0);
    }

    100% {
        -moz-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }
}

@-moz-keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -moz-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0);
    }

    100% {
        -moz-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
}

@-webkit-keyframes buttonAnimationAfter {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
}

@keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -moz-transform: translateY(-7px) rotate(0);
        -ms-transform: translateY(-7px) rotate(0);
        -webkit-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0);
    }

    100% {
        -moz-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
}

@-moz-keyframes buttonAnimation {
    0% {
        background: transparent;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes buttonAnimation {
    0% {
        background: transparent;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@keyframes buttonAnimation {
    0% {
        background: transparent;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

.footer-container {
    width: 100%;
    min-height: 448px;
    background-image: url('../static/footer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 20px;
}

.footer-card {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.footer-left {
    width: 18%;
}

.footer-centre {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

.bold {
    font-size: 18px;
    margin-bottom: 20px !important;
}

.footer-li {
    font-size: 15px;
    color: #FFF;
    margin-bottom: 15px;
    cursor: pointer;
}


.footer-right {
    width: 18%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.footer-qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.code-src {
    width: 193px;
    height: 193px;
    margin-bottom: 15px;
}

.qr-text {
    font-size: 18px;
    color: #FFF;
}

.footer-logo {
    width: 207px;
    height: 57px;
}

.footer-name {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 1px;
    margin: 25px 0;
}

.footer-box:nth-child(1) {
    margin-top: 0;
}

.footer-box {
    margin-top: 20px;
}

.footer-totie {
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.footer-img {
    width: 10%;
}

.footer-icon::nth-child(1) {
    width: 21px;
    height: 20px;
}

.footer-icon::nth-child(2) {
    width: 21px;
    height: 18px;
}

.footer-icon::nth-child(3) {
    width: 18px;
    height: 19px;
}

.footer-text {
    width: 90%;
}

.footer-info {
    font-size: 15px;
    color: #FFF;
    letter-spacing: 1px;
}

.footer-botem {
    border-top: 1px dashed #ECECEC;
    position: relative;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.link-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.link-item {
    margin-right: 10px;
}

.link-item a,
.link-right {
    font-size: 13px;
    color: #FFF;
    cursor: pointer;
}

.link-item a:hover {
    color: #f70303;
}

.botem-link {
    position: absolute;
    top: -11px;
    left: 92px;
    color: #FFF;
    font-size: 15px;
    background: #071131;
}

.link-right {
    font-size: 13px;
    color: #FFF;
}

.link-right:hover {
    color: #f70303;
}

.option-menu {
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 10;
}

.menu-subclass {
    margin-bottom: 10px;
    width: 76px;
    height: 76px;
    background: #0d4da1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}
.menu-mask{
	position: absolute;
	top: 0;
	right: 76px;
	
	height: 100%;
	width: 200px;
	padding: 0 20px;
	background: #0d4da1;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px 0 0 5px;
	display: flex;
	align-items: center;
	transform: scale(0);
	transition: all .3s;
	cursor: auto;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.menu-masks{
	position: absolute;
	top: 0;
	right: 76px;
	
	height: 100px;
	
	padding: 0 20px;
	background: #0d4da1;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px 0 0 5px;
	display: flex;
	align-items: center;
	transform: scale(0);
	transition: all .3s;
	cursor: auto;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.menu-subclass:hover .menu-mask{
	transform: scale(1);
}

.menu-subclass:hover .menu-masks{
	transform: scale(1);
}

.menu-subclass.menu-img:nth-child(1) {
    width: 44px;
    height: 35px;
}

.menu-subclass.menu-img:nth-child(2) {
    width: 38px;
    height: 37px;
}

.menu-subclass.menu-img:nth-child(3) {
    width: 36px;
    height: 32px;
}

.menu-subclass.menu-img:nth-child(4) {
    width: 33px;
    height: 33px;
}

.menu-text {
    font-size: 15px;
    color: #FFF;
    margin-top: 5px;
}

.cooperate-item {
    width: 320px;
    height: 180px;
    background: #FFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 80px;
}

.cooperate-img {
    width: 225px;
    max-height: 149px;
}

.cooperate-slider {
    position: relative;
    overflow: hidden;
    height: 200px;
    margin-top: 80px;
}

.cooperate-list {
    height: 100%;
    display: flex;
    align-items: center;
}

.product-column {
    width: 100%;
    height: 40px;
    background: #0d4da1;
    margin-bottom: 60px;
}

.special {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    margin-bottom: 0;
}

.product-module {
    position: relative;
    bottom: 10px;
    background: #f53322;
    padding: 13px 0 13px 20px;
    min-width: 150px;
    max-width: 260px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    -webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}

.special-bottom {
    bottom: 5px;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.8)
}

.reveal-modal {
    visibility: hidden;
    top: 150px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    position: absolute;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    background-color: #FFF;
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: 0.5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #333;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
}

.aboutus-column {
    font-size: 50px;
    color: #FFF;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.aboutus-subtitle {
    font-size: 18px;
    color: #FFF;
}

.pages-current {
    color: #0d4da1 !important;
}

.news-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.pages-value,.active-pages-value {
    min-width: 20px;
    height: 30px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    border: 1px solid #ececec;
    font-size: 15px;
    color: #333;
    margin: 0 0 0 15px;
    cursor: pointer;
}

.pages-value:hover {
    background: #0d4da1;
    color: #FFF;
    border: 1px solid #0d4da1;
}

/* Please ❤ this if you like it! */
.footer-li a{
    color: #FFF
}
.footer-li a:hover{
    color: #0c69e2
}
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');

.navbar-brand {
    height: 36px;
    position: fixed;
    top: 50px;
    left: 70px;
    z-index: 3333;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-brand::before {
    position: absolute;
    content: '';
    top: -13px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    height: calc(100% + 26px);
    opacity: 0;
    z-index: -1;
    background-image: linear-gradient(260deg, var(--grey), var(--grey-light));
    animation: border-transform 10s linear infinite alternate forwards;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.navbar-brand::after {
    position: absolute;
    content: '';
    top: -13px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    height: calc(100% + 26px);
    opacity: 1;
    z-index: -1;
    background-image: linear-gradient(160deg, var(--black-blue-light-3), var(--black-blue-light));
    animation: border-transform 10s linear infinite alternate forwards;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.navbar-brand img {
    padding: 7px 0;
    height: 100%;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

.section {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 100vh;
}

.center-wrap {
    position: absolute;
    width: 100%;
    display: block;
    overflow: hidden;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.color-gradient-red-yellow {
    background: linear-gradient(160deg, var(--red), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-gradient-red-yellow .uil:before {
    background: linear-gradient(160deg, var(--red), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.size-22 {
    font-size: 22px;
}

/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #0c69e2;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--grey);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #FFF;
}

.progress-wrap:hover::after {
    top: -2px;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.circle {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.circle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--black-blue-light-3);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    animation: border-transform 10s linear infinite alternate forwards;
}

.circle:hover {
    box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.circle:before {
    position: absolute;
    font-family: 'unicons';
    content: '🌙';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    opacity: 1;
    color: var(--grey);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.circle:after {
    position: absolute;
    font-family: 'unicons';
    content: '🌞';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    color: var(--yellow);
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.mobile-navigation {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    background: rgb(255, 255, 255, 0.8);
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 11;
}

.mobile-list {
    overflow-y: auto;
    padding: 0 10px 10px 10px;
}

.mobile-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px solid #333;
    padding-bottom: 10PX;
}

.mobile-path {
    font-size: 13px;
    flex: 0.8;
    color: #333;
}

.mobile-icon {
    width: 15px;
    height: 15px;
}

.service-option-li{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-left{
    width: 65%;
    background: #f9f9f9;
    padding: 40px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-info{
    display: flex;
}
.service-number{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    position: relative;
    top: 7px;
}
.service-text{
margin-left: 8px;
}
.service-name{
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.service-english{
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    margin-top: 3px;
}
.enter-icon,.enters-icon{
    width: 15px;
    height: 15px;
    margin-left: 6px;
    position: relative;
    top: 5px;
}
.enters-icon{
    display: none;
}
.service-enter{
    font-size: 15px;
    color: #383838;
    width: fit-content;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.service-enter::after{
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 58px;
    height: 1px;
    background: #383838;
    content: "";
}
.service-right{
    flex: 1;
    overflow: hidden;
}
.service-img{
    width: 100%;
    height: 200px;
    border-radius: 5px;
    transition: all .3s;
}
.service-img:hover{
    transform: scale(1.2);
}
.service-option-li:hover .service-left{
    background: #0d4da1;
}
.service-option-li:hover .service-left .service-enter{
    background: #f10022;
    color: #FFF;
    border-radius: 3px;
    padding:10px 20px 18px 20px;
}
.service-option-li:hover .service-left .service-enter::after{
    left: 20px;
    bottom:12px;
    background: #FFF;
}
.service-option-li:hover .service-left .service-enter .enter-icon{
    display: none;
}
.service-option-li:hover .service-left .service-enter .enters-icon{
    display: block;
}
.service-option-li:hover .service-left .service-info .service-number{
    color: #FFF;
}
.service-option-li:hover .service-left .service-info .service-text .service-name{
    color: #FFF;
}

.project-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.project-item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
margin: 0 15px 15px 0;
}
.service-type-p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media  (min-width: 1880px) {}

@media  (min-width: 1500px) {}

@media (max-width: 1650px) {
    .center {
        padding: 0 50px;
    }
    .footer-botem{
        flex-direction: column;
    }
    .footer-card{
        padding-bottom: 30px;
    }
    .information-container {
        width: 85%;
        margin: 0 auto;
    }
    .information-data{
        width: 100%;
    }
}

@media (max-width: 1600px) {
    .form-left-input{
        flex: 0.8;
    }
    .device-none{
        display: none;
    }
    .centere {
        width: 90%;
    }
    .footer-botem{
        padding-top: 15px;
    }
    body{
        padding-top: 70px;
    }
    .footer-container{
        min-height: 380px;
    }
    .fillin-textarea{
        box-sizing: border-box;
    }
    .header-mode,
    .operate-logon,
    .operate-current {
        font-size: 15px;
    }
    .operate-logon{
        margin-right: 15px;
    }
    .header-menu {
        height: 70px;
    }

    .header-drawer {
        top: 70px;
    }

    .header-right {
        width: 30%;
    }

    .head-icon {
        width: 130px;
        height: 37px;
    }

    .left-width {
        width: 28%;
    }
    .chip-submit{
        width: 80%;
    }
    .option-left {
        width: 12%;
    }
    .option-text{
        font-size: 15px;
    }
    .step-item::after {
        width:0px;
    }
    .step-botem{
        width:90%;
    }
}

@media (max-width: 1250px) {
    .invoice-input{
        box-sizing: border-box;
    }
    .service-option-container{
        padding: 15px 20px !important;
    }
    .step-name{
        font-size: 13px;
    }
    .service-background{
        height: 300px;
    }
    .service-tabs-next{
        right:3px;
    }
    .service-column{
        font-size: 18px;
    }
    .service-background{
        height: 400px;
    }
    .newscentere-view{
        height: 100px;
    }
    .newscentere-item{
        width: auto;
    }
    .newscentere-right{
        padding-left: 20px;
    }
    .news-img{
        width: 100%;
    }
    .news-background{
        height: 300px;
    }
    .contact-background{
        height: 300px;
    }
    .becurrent-padd{
        padding: 0px !important;
    }
    .becurrent-lnner{
        padding: 30px !important;
    }
    .information-avatar{
        margin-bottom: 20px;
    }
    .addrs-flex{
        margin-top: 15px;
    }
    .addrs-li{
        padding: 10px;
        width:43%;
    }
    .addrs-up{
        align-items: flex-start;
        flex-direction: column;
    }
    .addrs-info{
        width: 95%;
        flex-direction: initial;
    }
    .becurrentheight{
        margin: 0 !important;
        height: auto !important;
        min-height: auto !important;
        padding: 0 !important;
    }
    .information-modify, .information-setpswd{
        margin-left: 8px;
    }
    .information-data{
        width: 100%;
    }
    .information-info{
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-information{
        padding: 0;
        padding-bottom: 20px;
    }
    .information-container{
        width: auto;
    }
    .operate-search {
        display: none;
    }
    .chip-option{
        padding: 0 !important;
    }
    .personal-background{
        height: 260px;
    }
    .personal-container{
        width: auto;
        margin: auto;
        padding: 20px;
    }
    .personal-card {
        width: 28%;
    }
    .personal-region{
        width: 66% !important;
    }
    .aftersales-src{
        width: 100%;
    }
    .product-background{
        height: 200px;
    }
    .product-step{
        margin: 20px 0 40px 0;
    }
}

@media all and (max-width: 1099px) {
    .service-tabs-container{
        padding: 0 35px !important;
    }
    .step-icon {
        width: 50px;
        height: 50px;
    }
    .service-project-slider{
        width: 80%;
    }
    .step-totie{
        font-size: 20px;
    }
    .service-project{
        height: 260px;
        padding-top: 30px;
    }
    .service-project-tabs {
        padding: 20px 20px 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #dddddd;
    }
    .header-ul {
        display: none;
    }

    .footer-centre {
        display: none;
    }

    .navclick {
        display: block;
    }

    .header-menu {
        height: 60px;
    }

    body {
        box-sizing: border-box;
        padding-top: 60px !important;
    }
    .logon-head{
        height: 60px;
    }
    .header-drawer {
        top: 60px;
    }

    .operate-searchs {
        display: block;
    }

    .operate-input {
        height: 100%;
    }

    .header-left {
        width: 40%;
    }

    .link-left,
    .botem-link {
        display: none;
    }
    .scancode-src {
        width: 100px;
        height: 100px;
    }
    .option-cardl{
        width: 65%;
    }
    .option-cardr{
        width: 35%;
    }
}

@media all and (max-width: 1025px) {
    .option-right{
        width: 78%;
    }
    .report-subtitle{
        font-size: 15px;
        text-align: center;
    }
    .report-money{
        font-size: 20px;
    }
    .report-option-li{
        height: 100px;
    }
    .option-left {
        width: 20%;
    }
    .header-left {
        width: 35%;
    }
    .form-card{
        padding: 0;
    }
    .logon-form{
        width: 90%;
        padding: 20px;
    }
    .information-top{
        margin-bottom: 40px;
    }
    .information-left{
        height: auto;
        min-height: 260px;
    }
    .information-left,.information-right{
        width: auto;
    }
    .information-right{
        height: 350px;
        margin-top: 20px;
    }
    .information-totie{
        font-size: 25px;
    }
    .information-flex{
        flex-direction: column;
        margin: 20px 0;
    }
    .product-step-name{
        font-size: 19px;
    }
    .introduce-text{
        margin: 0 0 20px 0;
    }
    .aboutus-background{
        height: 388px;
    }
    .introduce-data-item{
        padding-top: 10px;
    }
    .introduce-data{
        height: 350px;
    }
    .introduce-data-type{
        height: 110px;
    }
    .introduce-data-number, .introduce-data-numbertwo, .introduce-data-numberthree{
        font-size: 22px;
    }
    .introduce-data-subtitle{
        font-size: 13px;
    }
    .introduce-referred{
        font-size: 15px;
        margin-top: 15px;
    }
    .introduce-name {
        margin: 20px 0;
        flex-direction: column;
    }
    .aboutus-introduce{
        padding-top: 20px;
    }
    .introduce-img{
        height: 260px;
    }
    .centere{
        width: auto;
        padding: 20px;
    }
    .aboutus-value {
        margin-top: 40px;
    }
    .aboutus-content{
        padding-top: 0;
    }
    .target-img{
        height: 280px;
    }
    .footer-container {
        min-height: 350px;
    }

    .footer-left {
        width: 50%;
    }

    .swiper-background {
        height: 450px ;
    }

    .center {
        padding: 0 30px;
    }

    .project-scroll {
        height: 255px;
    }

    .advantage-item img {
        height: 180px;
    }

    .advantage {
        min-height: 770px;
    }

    .information-container {
        padding: 60px 30px;
    }

    .cooperate,
    .quotation {
        padding: 30px;
    }

    .quotation-input {
        height: 55px;
    }

    .footer-logo {
        width: 150px;
        height: 40px;
    }

    .project-arrow {
        left: 76px;
    }

    .project-view {
        height: 100%;
    }

    .centers {
        padding: 0 30px;
    }

    .project-slide {
        padding: 70px 0 0 0px !important;
    }

    .operate-search {
        display: none;
    }
    .chip-container{
        padding: 0 0 30px 0;
    }
    .head-icon {
        width: 100px;
        height: 26px;
    }

    .operate-language {
        display: none;
    }

    .operate-input {
        width: 100px;
        font-size: 13px;
    }

    .left-width {
        width: 30%;
    }

    .header-left {
        width: 60%;
        justify-content: flex-start;
    }

    .link-right {
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }

    .footer-container {
        padding-top: 30px;
    }

    .footer-card {
        padding-bottom: 15px;
    }
    .product-column{
        width: auto;
    }
    .service-tabs-item{
        font-size: 15px;
    }
    .service-type-item{
        font-size: 13px;
    }
}
.user-avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
@media (max-width: 750px) {
    .newscentere-item{
        flex-direction: column;

    }
    .chip-item{
        width: 26%;
    }
    .chip-item:last-child:nth-child(3n + 2) {
        margin-right: calc((100% - 26%) / 2 * 1);
    }
    .newscentere-right{
        padding-left: 0;
    }
    .newscentere-left{
        width: 100%;
        margin-bottom: 10px;
    }
    .newscentere-view{
        height: 180px;
    }
    .user-avatar{
        width: 40px;
        height: 40px;
    }
    .drawer-name{
        font-size: 15px;
    }
    .drawer-img{
        width: 80px;
        height: 60px;
    }
	.manage-li{
		    height: 40px;
		    font-size: 15px;
	}
    .project-container{
        padding: 20px 0 20px;
    }
	.advantage-list{
		width: 93%;
	}
	.advantage-card{
		width: 100%;
	}
	.advantage-card:nth-child(2){
		margin-top: 20px;
	}
    .news-container{
        padding: 20px!important;
    }
	.details-switch{
		padding: 0 20px;
		font-size: 15px;
	}
	.details-switch:nth-child(1){
		margin-left: 0;
	}
	.contact-background{
		height: 200px;
	}
	.advantage-item img{
		width: 150px;
		height: 70px;
	}
    .swiper-background {
        height: 180px ;
    }
    .step-up{
        display: none;
    }
    .service-background {
        height: 200px;
        background-size: 100% 100%;
    }
    .payment-flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .option-cardl,.option-cardr,.option-scancode{
        width: 100%;
    }
    .option-scancode{
        margin-top: 20px;
    }
    .option-item{
        padding: 10px;
    }
    .payment-left,.payment-right{
        width: 100%;
    }
    .payment-option{
        flex-direction: column;
    }
    .payment-info{
        font-size: 15px;
        margin: 20px 0;
    }
    .payment-text {
        font-size: 15px;
    }
    .payment-money {
        font-size: 20px;
    }
    .other-height{
        min-height: auto;
        padding: 0 !important;
        font-size: 15px;
    }
    .product-information{
        margin:30px 0 0;
    }
    .notes-totie{
        font-size: 15px;
    }
    .product-notes{
        margin-top: 30px;
    }
    .product-form{
        padding:0 10px 10px!important;
    }
    .other-heights{
        height: auto !important;
        margin-top: 0 !important;
    }
    .news-switch{
        height: 50px;
    }
    .personal-background{
        height: 160px;
    }
    .becurrent-lnner {
        padding: 15px !important;
    }
    .screen-icon {
        width: 30px;
        height: 30px;
    }
    .personal-column{
        justify-content: flex-start;
    }
    .personal-li{
        text-align: left;
    }
    .information-right{
        height: 281px;
        margin-top: 20px;
    }
    .chip-form-card{
        box-sizing: border-box;
    }
    .chip-item{
        font-size: 13px;
    }
    .chip-submit{
        width: 100%;
    }
    .form-button{
        padding:13px 50px;
    }
    .chip-form-textarea{
        margin-top: 20px;
        box-sizing: border-box;
    }
    .product-column{
        margin-bottom: 0;
    }
    .chip-tips{
        margin: 0 0 15px 0;
    }
    .chip-form-item{
        margin: 0 0 30px 0;
        flex-direction: column;
    }
    .chip-form-card{
        width: 100%;
        margin-top: 20px;
    }
    .form-left-input {
        flex: 0.9;
    }
    .form-left-totie, .form-left-toties{
        font-size: 13px;
    }
    .product-step-name {
        font-size: 12px;
        text-align: center;
    }
    .step-img {
        width: 20px;
        height: 15px;
    }
    .product-step-icon {
        margin: 0 10px;
    }
    .product-step{
        margin: 20px 0 30px 0;
    }
    .product-background{
        height: 100px;
    }
    .aftersales-src{
        height: 120px;
    }
    .introduce-data-type{
        height: auto;
        padding-bottom: 8px;
    }
    .personal-user-name{
        padding-left: 20px;
    }
    .introduce-data-number, .introduce-data-numbertwo, .introduce-data-numberthree{
        font-size: 18px;
    }
    .introduce-data-subtitle,.aboutus-english,.aftersales-time,.aftersales-phone{
        font-size: 13px;
    }
    .partner-top{
        margin: 60px 0;
    }
    .personal-user{
        justify-content: flex-start;
    }
    .aboutus-content,
    .aboutus-introduce {
        padding-top: 20px;
    }
    .personal-card{
        padding: 20px 0;
    }
    .aboutus-honor{
        padding-top: 50px;
    }
    .aboutus-introduce{
        min-height: 630px;
        height: auto;
    }
    .honor-img {
        width: 160px;
        height: 200px;
    }
    .aboutus-target,
    .introduce-botem,.personal-container{
        flex-direction: column;
    }
    .honor-previous, .honor-next{
        width: 30px;
    height: 30px;
    }
    .personal-details{
        margin:30px 0 0 0;
        padding: 0 10px;
    }
    .aboutus-totie,
    .introduce-totie{
        font-size: 18px;
    }

    .target-legt,
    .target-right,
    .introduce-details,.personal-card,.personal-region,.aftersales-src{
        width: 100% !important;
    }
    .personal-order-list{
        width: auto;
        padding: 10px;
        min-height: 300px;
    }
    .target-text,.honor-totie,.aftersales-tips {
        margin-top: 15px;
        font-size: 15px;
    }
    .invoice-right {
        min-width: 260px !important;
        padding-left: 0;
    }
    .introduce-container {
        padding-bottom: 90px !important;
    }

    .aboutus-footer {
        top: -85px;
    }

    .target-img {
        height: 200px;
    }
    .mask-container{
        padding: 15px;
    }
    .mask-left {
        min-width: 63px !important;
    }
    .min-input{
        width: 150px !important;
        min-width: 170px !important;
    }
    .introduce-img {
        height: 230px;
    }
    .introduce-data{
        height: 160px;
    }
    .aboutus-card,
    .introduce-view {
        width: 100%;
    }

    .aboutus-view {
        width: 100%;
        height: 180px;
    }

    .aboutus-end {
        background: #FFF;
    }

    .aboutus-card-botem {
        top: 0px;
    }

    .aboutus-value {
        height: 120px;
    }

    .centere ,.personal-container{
        margin: auto;
        padding: 0 10px;
        width: auto;
    }
    
    .aboutus-tabs-li {
        height: 35px;
    }

    .aboutus-tabs-li::after {
        height: 0;
    }

    .aboutus-subtitle,
    .introduce-subtitle {
        font-size: 15px;
    }

    .aboutus-column {
        font-size: 25px;
    }

    .aboutus-background {
        height: 200px;
    }

    .option-menu {
        display: none;
    }

    .centers {
        padding: 0 15px;
    }

    .header-mode,
    .operate-logon,
    .operate-current {
        font-size: 13px;
    }

    .project-english {
        width: 160px;
        height: 23px;
    }

    .project-slide {
        padding: 20px 0 0 0px;
    }

    .project-img {
        cursor: pointer;
        width: 76px;
        height: 55px;
        margin-bottom: 10px;
    }

    .project-arrow {
        left: 23%;
    }

    .swiper-two {
        min-height: 120px;
        padding: 0 5px;
    }

    .slide-front,
    .slide-after {
        position: absolute;
        top: 36px;
    }

    .project-icon {
        width: 50px;
        height: 18px;
    }

    .project-text {
        font-size: 13px;
        color: #333;
        max-width: 90px;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }

    .project {
        padding: 20px 0 0 0;
    }

    .project-p {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 15px 0;
    }

    .operate-input {
        width: 80px;
        font-size: 13px;
    }

    .header-left {
        width: 60%;
    }

    .head-icon {
        width: 70px;
        height: 22px;
    }

    .center {
        padding: 0 20px;
    }

    .header-right {
        width: auto;
    }

    .step-item::after {
        width: 0px !important;
    }
    .step-details{
        padding-top: 5px;
    }
    .service-option-li {
        margin-top: 30px;
        align-items: inherit;
        flex-direction: column;
    }
    .service-left{
        width:100%;
        box-sizing: border-box;
        margin-bottom: 15px;
        padding: 15px;
    }
    .service-info{
        width: 73%;
    }
    .service-enter{
        flex: 1;
    }
    .step-number {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .center {
        padding: 0 15px;
    }

    .project-scroll {
        max-height: 130px;
    }

    .project-left {
        padding: 10px;

    }

    .project-menu {
        padding: 15px;
    }

    .project-view {
        height: 100%;
    }

    .project-li {
        line-height: 30px;
    }

    .progress-wrap {
        right: 20px;
    }

    .advantage-container {
        padding: 20px 0;
    }

    .advantage-totie {
        font-size: 18px;
        text-align: center;
        margin: 30px 0;
    }

    .advantage-item img {
        height:100px;
    }

    .advantage-mask {
        top: 160px;
        left: 20%;
        width: 260px;
        padding: 10px;
    }

    .advantage {
        min-height: 580px;
    }

    .advantage-blod {
        font-size: 15px;
    }

    .advantage-subtitle {
        line-height: 23px;
        max-width: 15px 0;
        font-size: 13px;
    }

    .advantage-pags {
        bottom: -48px !important;
    }

    .reveal-modal,
    .padnone {
        width: 100% !important;
        left: 0;
        padding: 0 !important;
        margin-left: 0;

    }
    .mask-input {
        width: 200px !important;
    }
    .mask-close {
        right: 13px;
        top: 14px;
    }
    .maxwidth {
        width: 65%;
    }

    .information-container {
        padding: 20px 15px;
    }

    .english-min {
        width: 60px !important;
        height: 20px !important;
    }

    .information-tabs {
        padding: 30px 0;
    }
    .newscentere-totie{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .information-list {
        flex-wrap: wrap;
    }

    .information-item {
        width: 100%;
        margin-bottom: 50px;
        max-width: none;
    }

    .information-up {
        padding: 20px;
    }

    .detail-totie,
    .infomation-dayz,
    .infomation-year {
        font-size: 15px;
    }

    .information-detail {
        margin: 20px 0;
    }

    .information-botem {
        padding-top: 0;
    }

    .cooperate,
    .quotation {
        padding: 25px 15px;
        height: 440px;
    }
	..toexamine-card{
		padding: 20px;
	}
    .cooperate-slider {
        margin-top: 30px;
    }

    .subclass-text,
    .subclass-dayz,.addrs-area,.addrs-detail,.addrs-info{
        font-size: 13px;
    }
    .english-three {
        width: 100px !important;
        height: 20px !important;
    }

    .quotation-input {
        width: 42%;
    }

    .quotation-width {
        width: 100% !important;
    }

    .footer-container {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .footer-logo {
        width: 130px;
        height: 35px;
    }

    .qr-text {
        font-size: 13px;
        color: #FFF;
    }

    .code-src {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .footer-card {
        display: block;
    }

    .footer-left {
        width: 100%;
    }

    .footer-centre,
    .botem-link,
    .link-left {
        display: none;
    }

    .footer-right {
        margin: 15px 0;
        justify-content: flex-start;
    }

    .footer-info {
        font-size: 13px;
    }

    .footer-box {
        margin-top: 13px;
    }

    .footer-name {
        margin: 15px 0;
    }

    .footer-img {
        width: 7%;
    }

    .footer-text {
        width: 92%;
    }

    .footer-container {
        min-height: 468px;
    }
    .information-left{
        padding: 10px;
    }
    .contact-info{
        margin: 0 0 20px 0 !important;
    }
    .information-p,.vertical-up{
        font-size: 15px;
    }
    .information-vertical {
        flex: 1;
    }
    .form-code-left{
        width: 65%;
    }
    .logon-centre{
        background-size: cover;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .form-input{
        top: 0;
        font-size: 15px;
    }
    .form-back {
        width: 25px;
        height: 20px;
        left: 13px;
    }
    .form-lefts::after {
        right: -8px;
    }
    .information-icon {
        width: 30px;
        height: 30px;
    }
    .vertical-text,.agreement-text,.agreement-link{
        font-size: 13px;
    }
    .device-ming{
        width: 160px !important;
    }
    .invoice-radio{
        width: 200px;
    }
    .form-right-left{
        width: 58%;
    }
    .form-right-right{
        width: 40%;
    }
    .logon-forms{
        min-width: auto;
    }
    .logon-form, .logon-forms, .logon-find{
        padding: 15px;
        width: auto;
		background-position: initial;
    }
	.head-back{
		width: 20px;
		height: 16px;
	}
    .agreement-button{
        width: 100%;
    }
    .form-padd{
        padding: 10px;
    }
    .news-background{
        height: 200px;
    }
    .news-totie{
        font-size: 18px;
    }
    .rich-p{
        font-size: 15px;
        line-height: 30px;
    }
    .news-data{
        font-size: 15px;
    }
    .option-text {
        font-size: 13px;
    }
    .report-option-li{
        width: 47%;
    }
    .report-subtitle {
        font-size: 13px;
    }
    .service-project-slider{
        width: 100%;
    }
    .subclass-text{
        padding:5px;
    }
    .information-img{
        height: 180px;
    }
    .project-previous, .project-next{
        width: 25px;
        height: 25px;
    }
    .brief-totie {
        font-size: 18px;
    }
    .service-brief {
        padding: 20px 0 30px 0;
    }
    .service-name{
        font-size: 20px;
        max-width: 160px;
    }
    .toexamine-img {
        width: 100px;
        height: 100px;
    }
    .toexamine-tips{
        font-size: 15px;
    }
    .footer-botem{
        padding:0 10px 10px !important;
    }
    .toexamine-container{
        padding: 20px !important;
    }
    .toexamine-text{
        font-size: 15px;
        line-height: 30px;
    }
     /* 01/12 */
     .personal-order-item{
        flex-direction: column;
    }
    .personal-order-right{
        flex-direction: column;
        margin-top: 20px;
    }
    .personal-order-botem {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
}

@media(max-width: 375px) {
    .project-arrow {
        left: 31%;
    }
    .swiper-background {
        height: 150px ;
    }
    .header-right {
        width: 30%;
    }
    .header-left {
        justify-content: space-between;
    }
}
.drawer-left,.drawer-centre,.drawer-right{
	box-sizing: border-box;
	overflow-y: auto;
	height: 400px;
	margin-top: 10px;
}
.drawer-left{
	width: 22%;
	background: #0D4DA1;
	padding:20px 0 0 30px;
}
.drawer-centre{
	padding:20px 0 0 30px;
	width: 20%;
	background: #F8FAF9;
	display: none;
}
.drawer-right{
	flex: 1;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	display: none;
}
.drawer-mode{
	font-size: 15px;
	color: #666;
	cursor: pointer;
	width: fit-content;
	height: fit-content;
	margin-right: 20px;
}
.drawer-mode:hover{
	color:#0D4DA1 ;
}
.drawer-li{
	width: 100%;
	height: 45px;
	color: #FFF;
	font-size: 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
}
.drawer-li::after{
	position: absolute;
	top: 12px;
	right: 10px;
	content: "▶";
	color: #FFF;
	font-size: 0px;
}
.drawer-li:hover{
	background: #fb2222;
}
.drawer-centre .drawer-li{
	color: #000;
	padding-left: 10px;
}
.drawer-centre .drawer-li:hover{
	color: #FFF;
}
.drawer-active{
	background: #fb2222;
	color: #FFF !important;
}
.drawer-li:hover::after{
	font-size: 12px;
}