@keyframes slideinY {
    from {
        top: -100%;
         }
    to {
        top: 0;
       }
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:visited, a:link {
    color: unset;
}

li { list-style-type: none; }

.body-wrapper.type1 { background-color: #fff; overflow: hidden auto; }
.body-wrapper.type2 { background-color: #f5f5f5; }

.wrapper-1200 {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.container {
    margin: 19px auto 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
}
/* .container { padding: 19px 0 30px 0; } */

.container .wrapper-1200 { font-size: 0; }

.container .nav,
.container .content {
    display: inline-block;
    background-color: #fff;
    vertical-align: top;
}

.container .nav {
    width: 220px;
    padding-top: 25px;
    padding-bottom: 30px;
}

.container .nav a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 30px;
    white-space: normal;
    position: relative;
    display: block;
}

.container .nav a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #2c68ff;
    width: 3px;
    height: 30px;
    margin: auto;
    display: none;
}

.container .nav a.active::before,
.container .nav a:hover::before {
    display: block;
}

.container .content {
    width: 900px;
    margin-left: 30px;
}

.container .content .title-bar {
    height: 60px;
    padding: 0 25px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    line-height: 59px;
}

.container .content .wrapper {
    width: 100%;
    padding: 25px 0;
    box-sizing: border-box;
}

.container .content.aboutus .sec .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.container .content.aboutus .sec .sub-title {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.container .content.aboutus .sec .title-seperator {
    height: 3px;
    width: 30px;
    background-color: #3fc380;
    margin: 10px auto;
}

.container .content .wrapper .banner {
    padding: 0 25px;
}

.container .content.help .sec1,
.container .content.help .sec2,
.container .content.aboutus .sec1 {
    margin-top: 45px;
    padding: 0 25px;
}

.container .content.help .sec1 > .title,
.container .content.help .sec2 > .title {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.container .content.help .sec1 > .title {
    color: #6087e7;
}

.container .content.help .sec2 > .title {
    color: #ed9f68;
}

.container .content.help .sec1 > .title::before,
.container .content.help .sec2 > .title::before {
    content: '';
    display: inline-block;
}

.container .content.help .sec1 > .title::before {
    width: 13px;
    height: 16px;
    background: url(/images/hot-icon.png) no-repeat center;
    margin-right: 9px;
}

.container .content.help .sec2 > .title::before {
    width: 11px;
    height: 15px;
    background: url(/images/question-mark-icon.png) no-repeat center;
    margin-right: 10px;
}

.container .content.help .sec1 .article,
.container .content.help .sec2 .article {
    height: 95px;
    margin-top: 28px;
    border-bottom: 2px dashed #eee;
    box-sizing: border-box;
}

.container .content.help .sec1 .article .a-title,
.container .content.help .sec2 .article .a-title,
.container .content.help .sec1 .article .a-des,
.container .content.help .sec2 .article .a-des {
    padding-left: 25px;
}

.container .content.help .sec1 .article .a-title,
.container .content.help .sec2 .article .a-title {
    font-size: 16px;
    color: #333;
    background-repeat: no-repeat;
    background-position: 4px center;
}

.container .content.help .sec1 .article .a-title {
    background-image: url(/images/help-article-title-icon.png);
}

.container .content.help .sec2 .article .a-title {
    background-image: url(/images/help-article-title-icon-2.png);
}

.container .content.help .sec1 .article .a-des,
.container .content.help .sec2 .article .a-des {
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}

.container .content.help .pagination {
    height: 118px;
    padding: 25px 25px 0 25px;
    box-sizing: border-box;
}

.container .content.help .pagination > div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;

}

.container .content.help .pagination > div ul {
    margin-left: auto;
    display: inline-block;
}

.container .content.help .pagination > div ul li {
    width: 28px;
    height: 28px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #ededef;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    user-select: none;
    transition: all .3s;
    cursor: pointer;
}

.container .content.help .pagination > div ul li.active,
.container .content.help .pagination > div ul li:hover {
    color: #fff;
    background-color: #2c68ff;
}

.container .content.help .pagination > div div {
    font-size: 12px;
    color: #999;
    margin-left: 20px;
}

.container .content.help .pagination > div ul li ~ li {
    margin-left: 10px;
}

.container .content.help .pagination .total {
    color: #333;
    font-size: 12px;
    margin: 0 8px;
}

.container .content.aboutus .sec0,
.container .content.aboutus .sec6 {
    padding: 0 25px;
    font-size: 16px;
    margin-top: 35px;
    line-height: 30px;
    color: #333;
}

.container .content.aboutus .sec6 .wrapper {
    text-align: center;
    position: relative;
    padding: 50px 57px;
}

.container .content.aboutus .sec6 .wrapper::before,
.container .content.aboutus .sec6 .wrapper::after {
    content: '';
    width: 58px;
    height: 45px;
    display: block;
    position: absolute;
    background: url(/images/double-quote.png) no-repeat center;
}

.container .content.aboutus .sec6 .wrapper::before {
    left: 0;
    top: 0;
}

.container .content.aboutus .sec6 .wrapper::after {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.container .content.aboutus .sec1 .schedule {
    font-size: 0;
    padding: 0 65px;
    position: relative;
}

.container .content.aboutus .sec1 .schedule::before {
    content: '';
    position: absolute;
    display: block;
    top: 29px;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 2px;
    background-color: #d9f3e6;
    z-index: 1;
}

.container .content.aboutus .sec1 .schedule .item {
    display: inline-block;
    width: 180px;
    height: 238px;
    position: relative;
    z-index: 2;
    user-select: none;
}

.container .content.aboutus .sec1 .schedule .item ~ .item {
    margin-left: 90px;
}

.container .content.aboutus .sec1 .schedule .icon-wrapper {
    text-align: center;
    position: relative;
    user-select: none;
}

.container .content.aboutus .sec1 .schedule .icon {
    display: inline-block;
    width: 60px;
    height: 67px;
    background: url(/images/aboutus-schedule-icon.png) no-repeat center/100% 100%;
    position: relative;
}

.container .content.aboutus .sec1 .schedule .icon span {
    line-height: 60px;
    display: block;
    height: 60px;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.container .content.aboutus .sec1 .schedule .text {
    font-size: 16px;
    font-weight: bold;
    color: #3fc380;
    margin: 5px 0 10px;
}

.container .content.aboutus .sec1 .schedule .list {
    font-size: 14px;
    color: #333;
    height: 135px;
    width: 100%;
    background-color: #e9fbf2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.container .content.aboutus .sec1 .schedule .list::after {
    content: '';
    right: 0;
    bottom: 0;
    position: absolute;
}

.container .content.aboutus .sec1 .schedule .stage1 .list::after {
    width: 49px;
    height: 57px;
    background: url(/images/schedule-stage1.png) no-repeat left top;
}
.container .content.aboutus .sec1 .schedule .stage2 .list::after {
    width: 48px;
    height: 51px;
    background: url(/images/schedule-stage2.png) no-repeat left top;
}
.container .content.aboutus .sec1 .schedule .stage3 .list::after {
    width: 39px;
    height: 51px;
    background: url(/images/schedule-stage3.png) no-repeat left top;
}

.container .content.aboutus .sec1 .schedule .list li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .content.aboutus .sec1 .schedule .list li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #3fc380;
    display: inline-block;
    margin-right: 10px;
}

.container .content.aboutus .sec2 {
    margin-top: 45px;
    padding: 0 25px;
}

.container .content.aboutus .sec2 .mgr {
    /* padding: 0 65px; */
    font-size: 0;
    position: relative;
    user-select: none;
    padding-left: 65px;
    margin-top: 49px;
}

.container .content.aboutus .sec2 .mgr .bg {
    width: 454px;
    height: 339px;
    background: url(/images/aboutus-mgr-bg.png) no-repeat left top;
}

.container .content.aboutus .sec2 .mgr .list {
    position: absolute;
    width: 358px;
    height: 100%;
    left: 492px;
    top: 0;
}

.container .content.aboutus .sec2 .mgr .list li {
    font-size: 16px;
    color: #333;
    position: absolute;
}

.container .content.aboutus .sec2 .mgr .list li .item-title {
    color: #6087e7;
    font-size: 16px;
    margin-bottom: 3px;
}

.container .content.aboutus .sec2 .mgr .list li .item-des {
    font-size: 14px;
    color: #999;
}

.container .content.aboutus .sec2 .mgr .list .item1 {
    margin-top: 35px;
}

.container .content.aboutus .sec2 .mgr .list .item2 {
    margin-top: 138px;
    margin-left: 31px;
}

.container .content.aboutus .sec2 .mgr .list .item3 {
    margin-top: 248px;
}

.container .content.aboutus .sec2 .mgr .list .item4 {
    margin-top: 304px;
}

.container .content.aboutus .sec3 {
    margin-top: 45px;
    padding: 0 25px;
}

.container .content.aboutus .monitor { user-select: none; }
.container .content.aboutus .monitor .adv-features {
    height: 274px;
    width: 720px;
    position: relative;
    margin: 0 auto;
}

.container .content.aboutus .monitor .adv-features .title {
    position: absolute;
    width: 150px;
    height: 40px;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(180deg, #efa16b,  #d78a54);
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.container .content.aboutus .monitor .adv-features .items {
    position: absolute;
    width: 100%;
    height: 255px;
    box-sizing: border-box;
    border: 1px solid #f7e8dd;
    bottom: 0;
    z-index: 1;
    font-size: 0;
    text-align: center;
    padding-top: 37px;
}

.container .content.aboutus .monitor .adv-features .items .item {
    display: inline-block;
    width: 240px;
    box-sizing: border-box;
    padding-left: 62px;
}

.container .content.aboutus .monitor .adv-features .items .item:nth-of-type(1) {
    padding-left: 61px;
}

.container .content.aboutus .monitor .adv-features .items .item:nth-of-type(1),
.container .content.aboutus .monitor .adv-features .items .item:nth-of-type(3) {
    width: 239px;
}

.container .content.aboutus .monitor .adv-features .items .item:nth-of-type(4),
.container .content.aboutus .monitor .adv-features .items .item:nth-of-type(5) {
    margin-top: 25px;
}

.container .content.aboutus .monitor .adv-features .items .item .col1 {
    display: flex;
}

.container .content.aboutus .monitor .adv-features .items .item .col2 {
    font-size: 14px;
    color: #333;
    text-align: left;
}

.container .content.aboutus .monitor .adv-features .items .item .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.container .content.aboutus .monitor .adv-features .items .item .icon {
    width: 43px;
    height: 43px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.container .content.aboutus .monitor .adv-features .items .item .num {
    font-size: 52px;
    font-weight: bold;
    color: #eee;
    margin-left: 19px;
    height: 69px;
    overflow: hidden;
    line-height: 85px;
}

.container .content.aboutus .monitor .adv-features .items .item1 .icon {
    background-image: url(/images/aboutus-af-icon1.png);
}
.container .content.aboutus .monitor .adv-features .items .item2 .icon {
    background-image: url(/images/aboutus-af-icon2.png);
}
.container .content.aboutus .monitor .adv-features .items .item3 .icon {
    background-image: url(/images/aboutus-af-icon3.png);
}
.container .content.aboutus .monitor .adv-features .items .item4 .icon {
    background-image: url(/images/aboutus-af-icon4.png);
}
.container .content.aboutus .monitor .adv-features .items .item5 .icon {
    background-image: url(/images/aboutus-af-icon5.png);
}

.container .content.aboutus .monitor .services {
    font-size: 0;
    width: 720px;
    margin: 25px auto 0;
}

.container .content.aboutus .monitor .services > div {
    width: 240px;
    position: relative;
    height: 245px;
    display: inline-block;
    vertical-align: top;
    user-select: none;
}

.container .content.aboutus .monitor .services .center .inner {
    width: 210px;
    height: 210px;
    margin: 18px auto 0;
    position: relative;
    background: url(/images/aboutus-afsc-bg.png) no-repeat center;
}

.container .content.aboutus .monitor .services .center .cont {
    width: 100px;
    height: 100px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    background: linear-gradient(180deg, #efa16b, #d78a54);
    border-radius: 5px;;
    font-weight: bold;
}

.container .content.aboutus .monitor .services .list .icon {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.container .content.aboutus .monitor .services .list1 .icon {
    background-image: url(/images/aboutus-af-icon6.png);
}

.container .content.aboutus .monitor .services .list2 .icon {
    background-image: url(/images/aboutus-af-icon7.png);
}

.container .content.aboutus .monitor .services .list ul {
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    background-color: #f7e8dd;
    width: 100%;
    height: 195px;
    z-index: 1;
    font-size: 14px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    padding-top: 70px;
}

.container .content.aboutus .monitor .services .list ul .name {
    font-size: 16px;
    font-weight: bold;
    color: #d78a54;
}

.container .content.aboutus .monitor .services .list ul li ~ li {
    margin-top: 10px;
}

.container .content.aboutus .sec4 {
    margin-top: 45px;
    font-size: 0;
}

.container .content.aboutus .sec4 .items .item {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    user-select: none;
}

.container .content.aboutus .sec4 .items .item .upper {
    display: inline-block;
}

.container .content.aboutus .sec4 .items .item .upper .icon {
    width: 150px;
    height: 110px;
}

.container .content.aboutus .sec4 .items .item .upper .name {
    font-size: 16px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5px;
}

.container .content.aboutus .sec4 .items .item .upper .sub {
    font-size: 14px;
    margin: 5px auto;
}

.container .content.aboutus .sec4 .items .item.item1 .icon {
    background-image: url(/images/aboutus-plan-1.png);
}
.container .content.aboutus .sec4 .items .item.item2 .icon {
    background-image: url(/images/aboutus-plan-2.png);
}
.container .content.aboutus .sec4 .items .item.item3 .icon {
    background-image: url(/images/aboutus-plan-3.png);
}

.container .content.aboutus .sec4 .items .item.item1 .sub {
    color: #4b74c8;
}
.container .content.aboutus .sec4 .items .item.item2 .sub {
    color: #52ab7e;
}
.container .content.aboutus .sec4 .items .item.item3 .sub {
    color: #d78a54;
}

.container .content.aboutus .sec4 .items .item .list {
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    padding-left: 75px;
    text-align: left;
    margin-top: 5px;
}

.container .content.aboutus .sec4 .items .item .list li {
    padding-left: 15px;
    position: relative;
}

.container .content.aboutus .sec4 .items .item .list li ~ li {
    margin-top: 5px;
}

.container .content.aboutus .sec4 .items .item .list li::before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

.container .content.aboutus .sec4 .items .item1 .list li::before {
    background-color: #4b74c8;
}

.container .content.aboutus .sec4 .items .item2 .list li::before {
    background-color: #3fc380;
}

.container .content.aboutus .sec4 .items .item3 .list li::before {
    background-color: #d78a54;
}

.container .content.aboutus .sec5 {
    margin-top: 90px;
    padding: 0 25px;
}

.container .content.aboutus .sec5 .mgr {
    /* padding: 0 65px; */
    font-size: 0;
    position: relative;
    user-select: none;
    /* padding-left: 65px; */
    margin-top: 49px;
}

.container .content.aboutus .sec5 .mgr .bg {
    width: 457px;
    height: 341px;
    background: url(/images/aboutus-mgr-bg-2.png) no-repeat left top;
    position: relative;
    left: 341px;
}

.container .content.aboutus .sec5 .mgr .list {
    width: 383px;
    height: 100%;
    position: relative;
}

.container .content.aboutus .sec5 .mgr .list li {
    font-size: 16px;
    color: #333;
    position: absolute;
    text-align: right;
}

.container .content.aboutus .sec5 .mgr .list li .item-title {
    color: #ed9f68;
    font-size: 16px;
    margin-bottom: 3px;
}

.container .content.aboutus .sec5 .mgr .list li .item-des {
    font-size: 14px;
    color: #999;
}

.container .content.aboutus .sec5 .mgr .list .item1 {
}

.container .content.aboutus .sec5 .mgr .list .item2 {
    margin-top: 94px;
    margin-right: 48px;
}

.container .content.aboutus .sec5 .mgr .list .item3 {
    margin-top: 187px;
    margin-right: 48px;
}

.container .content.aboutus .sec5 .mgr .list .item4 {
    margin-top: 281px;
}

.container .content.contact .wrapper {
    padding: 25px;
}

.container .content.contact .map {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 5px;
}

.container .content.contact .info {
    font-size: 14px;
    margin-top: 25px;
}

.container .content.contact .info li {
    position: relative;
    padding-left: 12px;
}

.container .content.contact .info li.address {
}

.container .content.contact .info li.address > div {
    vertical-align: top;
    display: inline-block;
}

.container .content.contact .info li.address > div span {
    display: block;
}

.container .content.contact .info li ~ li {
    margin-top: 10px;
}

.container .content.contact .info li::before {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #333;
    margin-right: 10px;
}

.container .content.contact .qrcode {
    margin-top: 25px;
    font-size: 0;
}

.container .content.contact .qrcode li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.container .content.contact .qrcode li ~ li { margin-left: 30px; }

.container .content.contact .qrcode li img {
    width: 130px;
    height: 130px;
}

.container .content.contact .qrcode div {
    margin-top: 5px;
}

.container .content.contact .qrcode div ~ div {
    margin-top: 10px;
}

.container .content.service .wrapper {
    padding: 25px;
}

.container .content.service .banner {
    text-align: center;
}

/* 首页 */
.banner.index { width: 1200px; margin: auto; }
/* .banner.index a { */
/*     display: inline-block; */
/*     width: 132px; */
/*     height: 34px; */
/*     box-sizing: border-box; */
/*     color: #fff; */
/*     border: 1px solid #e1e7f9; */
/*     margin-top: 43px; */
/*     line-height: 32px; */
/*     text-align: center; */
/* } */
.banner.index .banner-title { margin-top: 130px; }

.container.index {
    margin: 0;
    padding-bottom: 0;
}

.container.index .title {
    position: relative;
    margin-top: 12px;
    /* font-size: 32px; */
    /* height: 104px; */
    /* line-height: 104px; */
}

.container.index .wrapper-1200 {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.container.index .title div {
    position: absolute;
    width: 3px;
    height: 32px;
    background-color: #2c68ff;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.container.index .title::before {
    content: attr(data-title-en);
    font-size: 93.44px;
    z-index: 1;
    font-weight: bold;
    background: linear-gradient(90deg, #333 0%, #b1b3b4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    opacity: 0.3;
}

.container.index .title::after {
    content: attr(data-title-ch);
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 43px;
    margin: auto;
    z-index: 2;
    font-weight: 500;
    padding-left: 20px;
    color: #333;
}

.container.index .sec1 {
    width: 100%;
    height: 520px;
    position: relative;
}

.container.index .sec1 > img {
    position: absolute;
    margin-left: -960px;
    left: 50%;
    z-index: 1;
}

.container.index .sec1 .banner {
    height: 320px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.container.index .sec1 .banner::before {
    content: '';
    width: 8px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2c68ff;
}
.container.index .sec1 .banner img {
    width: 100%;
    height: 100%;
}

.container.index .sec2 .item {
    width: 360px;
    height: 325px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 10px rgba(44, 104, 255, 0.2);
}

.container.index .sec2 .wrapper-1200 {
    padding: 10px;
}

.container.index .sec2 .item > img {
    width: 100%;
    height: 125px;
    border-radius: 10px;
}

.container.index .sec2 .item .name-wrapper {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.container.index .sec2 .item .name-wrapper::after {
    content: '';
    width: 32px;
    height: 2px;
    background-color: #2c68ff;
    display: inline-block;
    margin-top: 10px;
}

.container.index .sec2 .item .name {
    font-size: 22px;
    color: #2c68ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-weight: bold;
}
.container.index .sec2 .item .name::before {
    content: '';
    width: 33px;
    height: 33px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.container.index .sec2 .item1 .name::before {
    background-image: url(/images/sec2-item1-icon.png);
}

.container.index .sec2 .item2 .name::before {
    background-image: url(/images/sec2-item2-icon.png);
}

.container.index .sec2 .item3 .name::before {
    background-image: url(/images/sec2-item3-icon.png);
}

.container.index .sec2 .item .text {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 10px;
}

.container.index .sec2 .item ~ .item { margin-left: 60px; }

.container.index .sec3 .wrapper-1200 {
    font-size: 0;
}

.container.index .sec3 .controller {
    width: 68px;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.container.index .sec3 .controller::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #dcdcdc;
}

.container.index .sec3 .btns {
    height: 340px;
    box-sizing: border-box;
    padding: 47px 0;
}

.container.index .sec3 .btns .swiper-pagination-bullet {
}

.container.index .sec3 .btns span {
    width: 32px;
    height: 32px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all .3s;
    display: block;
    border-radius: unset !important;
    outline: none;
}

.container.index .sec3 .btns span ~ span {
    margin-top: 39px;
}

.container.index .sec3 .btns .swiper-pagination-bullet {
    background: unset;
    opacity: unset;
}

.container.index .sec3 .btns span:nth-of-type(1) {
    background-image: url(/images/index-sec3-btn1.png) !important;
}

.container.index .sec3 .btns span:nth-of-type(2) {
    background-image: url(/images/index-sec3-btn2.png) !important;
}

.container.index .sec3 .btns span:nth-of-type(3) {
    background-image: url(/images/index-sec3-btn3.png) !important;
}

.container.index .sec3 .btns span:nth-of-type(4) {
    background-image: url(/images/index-sec3-btn4.png) !important;
}

.container.index .sec3 .btns span:nth-of-type(1).swiper-pagination-bullet-active,
.container.index .sec3 .btns span:nth-of-type(1):hover {
    background-image: url(/images/index-sec3-btn1-h.png) !important;
}

.container.index .sec3 .btns span:nth-of-type(2).swiper-pagination-bullet-active,
.container.index .sec3 .btns span:nth-of-type(2):hover {
    background-image: url(/images/index-sec3-btn2-h.png) !important;
}

.container.index .sec3 .btns span:nth-of-type(3).swiper-pagination-bullet-active,
.container.index .sec3 .btns span:nth-of-type(3):hover  {
    background-image: url(/images/index-sec3-btn3-h.png) !important;
}

.container.index .sec3 .btns span:nth-of-type(4).swiper-pagination-bullet-active,
.container.index .sec3 .btns span:nth-of-type(4):hover {
    background-image: url(/images/index-sec3-btn4-h.png) !important;
}

/* .scroll-bar { */
/*     width: 2px; */
/*     height: 50px; */
/*     position: absolute; */
/*     background-color: #2c68ff; */
/*     right: 0; */
/*     transition: all .3s; */
/* } */

.scroll-bar {
    width: 1px;
    height: 264px;
    position: absolute;
    /* background-color: #dcdcdc; */
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.scroll-bar .swiper-scrollbar-drag {
    width: 2px !important;
    left: -1px !important;
}

/* .scroll-bar.btn1 { */
/*     top: 38px; */
/* } */

/* .scroll-bar.btn2 { */
/*     top: 109px; */
/* } */

/* .scroll-bar.btn3 { */
/*     top: 180px; */
/* } */

/* .scroll-bar.btn4 { */
/*     top: 251px; */
/* } */

.container.index .sec3 {
    margin-bottom: 76px;
}

.container.index .sec3 .img-wrapper {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    width: 520px;
    height: 340px;
    vertical-align: top;
}

.container.index .sec3 .img-wrapper img {
    width: 100%;
    height: 100%;
}

.container.index .sec3 .text {
    padding-top: 51px;
    padding-left: 27px;
    vertical-align: top;
    display: inline-block;
    font-size: 0;
    box-sizing: border-box;
    width: 582px;
    height: 340px;
    overflow: hidden;
}

.container.index .sec3 .text .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.container.index .sec3 .text li {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 0 20px 30px;
    position: relative;
}

.container.index .sec3 .text li::before {
    content: '';
    width: 67px;
    height: 67px;
    position: absolute;
    background: url(/images/index-sec3-text.png) no-repeat center;
    left: 0;
    top: 0;
}

.container.index .sec3 .text .name {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    transform: skew(-10deg);
    margin-bottom: 36px;
}

.container.index .sec3 .text .p {
    font-size: 18px;
    color: #333;
    transform: skew(-10deg);
}

.container.index .sec3 .text .p ~ .p {
    margin-top: 10px;
}

.container.index .sec3 .cont { position: relative; }
.container.index .sec3 .cont::after {
    content: '';
    width: 450px;
    height: 2px;
    position: absolute;
    top: 290px;
    left: 229px;
    right: 0;
    background: url(/images/decorator.png) no-repeat center;
    margin: auto;
}

.container.index .sec4 {
    width: 100%;
    height: 250px;
    background: url(/images/index-sec4-image.jpg) no-repeat center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container.index .sec4 .name {
    font-size: 30px;
    color: #fff;
    transform: skew(-10deg);
    margin-top: 70px;
    margin-left: 28px;
}

/* .container.index .sec4 .name::after { */
/*     content: '！'; */
/* } */

.container.index .sec4 .name .strong {
    font-size: 40px;
    font-weight: bold;
    margin: 0 12px;
}

.banner.service .more,
.banner.index .more,
.container.index .sec4 .more {
    display: inline-block;
    width: 132px;
    height: 34px;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #e1e7f9;
    margin-top: 43px;
    line-height: 32px;
    text-align: center;
    transition: all .3s;
}

.banner.service .more::after,
.banner.index .more::after,
.container.index .sec4 .more::after {
    content: '';
    background: url(/images/more-arrow.png) no-repeat center;
    width: 0;
    height: 19px;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    transition: all .3s;
}

.banner.service .more:hover,
.banner.index .more:hover,
.container.index .sec4 .more:hover {
    background-color: #fff;
    color: #2c68ff;
}

.banner.service .more:hover::after,
.banner.index .more:hover::after,
.container.index .sec4 .more:hover::after {
    width: 19px;
}

.container.index .sec-wrapper {
    overflow: hidden;
    background: url(/images/index-sec34-bg.png) no-repeat center top;
}

/* 机构服务 */
.banner.service { text-align: center; }

.banner.service .banner-title {
    margin-top: 68px;
}
/* .banner.service a { */
/*     display: inline-block; */
/*     width: 132px; */
/*     height: 34px; */
/*     box-sizing: border-box; */
/*     color: #fff; */
/*     border: 1px solid #e1e7f9; */
/*     margin-top: 43px; */
/*     line-height: 32px; */
/*     text-decoration: none; */
/* } */

.container.service {
    height: 1093px;
    position: relative;
    margin: 0;
}

.container.service .service-bg {
    width: 1920px;
    position: absolute;
    margin-left: -960px;
    left: 50%;
    z-index: 1;
}

.container.service .wrapper-1200 {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.container.service .sec { margin-top: 60px; }

.container.service .sec .title {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.container.service .sec .title-seperator {
    height: 3px;
    width: 32px;
    background-color: #2c68ff;
    margin: 10px auto;
}

.container.service .wrapper-1200 ul {
    font-size: 0;
    margin-top: 95px;
}

.container.service .wrapper-1200 ul li {
    display: inline-block;
    width: 300px;
    height: 295px;
    vertical-align: top;
}

.container.service .wrapper-1200 ul li .icon {
    height: 89px;
    background-repeat: no-repeat;
    background-position: center;
}

.container.service .wrapper-1200 ul li .text {
    color: #333;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.container.service .wrapper-1200 ul li.item1 .icon {
    background-image: url(/images/service-item1.png);
}
.container.service .wrapper-1200 ul li.item2 .icon {
    background-image: url(/images/service-item2.png);
}
.container.service .wrapper-1200 ul li.item3 .icon {
    background-image: url(/images/service-item3.png);
}
.container.service .wrapper-1200 ul li.item4 .icon {
    background-image: url(/images/service-item4.png);
}
.container.service .wrapper-1200 ul li.item5 .icon {
    background-image: url(/images/service-item5.png);
}
.container.service .wrapper-1200 ul li.item6 .icon {
    background-image: url(/images/service-item6.png);
}
.container.service .wrapper-1200 ul li.item7 .icon {
    background-image: url(/images/service-item7.png);
}
.container.service .wrapper-1200 ul li.item8 .icon {
    background-image: url(/images/service-item8.png);
}
.container.service .wrapper-1200 ul li.item9 .icon {
    background-image: url(/images/service-item9.png);
}
.container.service .wrapper-1200 ul li.item10 .icon {
    background-image: url(/images/service-item10.png);
}
.container.service .wrapper-1200 ul li.item11 .icon {
    background-image: url(/images/service-item11.png);
}
.container.service .wrapper-1200 ul li.item12 .icon {
    background-image: url(/images/service-item12.png);
}

/* 头部样式 codes: */
.type1 .header {
    height: 70px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.type2 .header {
    background-color: #fff;
    height: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.type1 .header-wrapper {
    position: relative;
}

.type1 .header-wrapper.index {
    height: 550px;
}

.type1 .header-wrapper.service {
    height: 320px;
}

.type1 .header-wrapper > img {
    position: absolute;
    z-index: 1;
    margin-left: -960px;
    left: 50%;
}

.type1 .header .wrapper-1200,
.type2 .header .wrapper-1200 {
    display: flex;
    align-items: center;
}

.type1 .header .wrapper-1200 .wrapper,
.type2 .header .wrapper-1200 .wrapper {
    margin-left: auto;
    display: flex;
}

.type1 .header .wrapper-1200 .wrapper .lnks,
.type2 .header .wrapper-1200 .wrapper .lnks {
    display: flex;
    align-items: center;
}

.type1 .header .wrapper-1200 .wrapper .lnks li {
    color: #fff;
    position: relative;
}

.type1 .header .wrapper-1200 .wrapper .lnks li::after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -4px;
    margin: auto;
    background-color: #fff;
    transition: all .3s;
}

.type1 .header .wrapper-1200 .wrapper .lnks li:hover::after {
    width: 100%;
}

.type1 .header .wrapper-1200 .wrapper .lnks li a:hover {
    font-weight: bold;
}

.type2 .header .wrapper-1200 .wrapper .lnks li {
    font-size: 16px;
    color: #333;
    position: relative;
}

.type2 .header .wrapper-1200 .wrapper .lnks li::after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -4px;
    margin: auto;
    background-color: #2c68ff;
    transition: all .3s;
}

.type2 .header .wrapper-1200 .wrapper .lnks li:hover::after {
    width: 100%;
}

.type2 .header .wrapper-1200 .wrapper .lnks li a:hover {
    font-weight: bold;
    color: #2c68ff;
}

.type1 .header .wrapper-1200 .wrapper .lnks li ~ li,
.type2 .header .wrapper-1200 .wrapper .lnks li ~ li {
    margin-left: 50px;
}

.type1 .header .wrapper-1200 .wrapper .seperator {
    color: #fff;
}

.type2 .header .wrapper-1200 .wrapper .seperator {
    color: #333;
}

.type1 .header .wrapper-1200 .wrapper .seperator,
.type2 .header .wrapper-1200 .wrapper .seperator { margin: 0 50px; }

.type1 .header .wrapper-1200 .wrapper .login {
    min-width: 79px;
    height: 26px;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    transition: all .3s;
    padding: 0 5px;
    cursor: pointer;
}

.type1 .header .wrapper-1200 .wrapper .login::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/images/login-icon-h.png) no-repeat center;
    margin-right: 5px;
    transition: all .3s;
}

.type1 .header .wrapper-1200 .wrapper .login:hover {
    background-color: #fff;
    color: #2c68ff;
}

.type1 .header .wrapper-1200 .wrapper .login:hover::before {
    background-image: url(/images/login-icon.png);
}

.type2 .header .wrapper-1200 .wrapper .login {
    min-width: 79px;
    height: 26px;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #2c68ff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #2c68ff;
    transition: all .3s;
    padding: 0 5px;
    cursor: pointer;
}

.type2 .header .wrapper-1200 .wrapper .login::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/images/login-icon.png) no-repeat center;
    margin-right: 5px;
    transition: all .3s;
}

.type2 .header .wrapper-1200 .wrapper .login:hover {
    background-color: #2c68ff;
    color: #fff;
}

.type2 .header .wrapper-1200 .wrapper .login:hover::before {
    background-image: url(/images/login-icon-h.png);
}

/* 头部样式 ends here */

/* 底部样式 codes: */

.bottom {
    height: 330px;
    background-color: #0e0e1b;
}

.bottom .wrapper-1200 { overflow: hidden; }

.bottom .upper {
    height: 270px;
    display: flex;
}

.bottom .upper .col1 .anti-icon { margin-top: 40px; }

.bottom .upper .col1 .contact {
    margin-top: 28px;
    margin-bottom: 17px;
}

.bottom .upper .col1 .address { display: flex; }

.bottom .upper .col1 .address li ~ li { margin-top: 5px; }

.bottom .upper .col1 .address div:nth-of-type(1) { margin-right: 5px; }

.bottom .upper .col1,
.bottom .upper .col2,
.bottom .upper .col3 {
    font-size: 14px;
    color: #ccc;
    display: inline-block;
}

.bottom .upper .col2 li a,
.bottom .upper .col3 li a {
    transition: all .3s;
}

.bottom .upper .col2 li:hover a,
.bottom .upper .col3 li:hover a {
    color: #fff;
}

.bottom .upper .col2 div,
.bottom .upper .col3 div {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 66px;
    text-align: center;
}

.bottom .upper .col2 { margin-left: auto; }

.bottom .upper .col3 { margin-left: 86px; }

.bottom .upper .col2 ul,
.bottom .upper .col3 ul { margin-top: 20px; }

.bottom .upper .col2 ul li ~ li,
.bottom .upper .col3 ul li ~ li {
    /* margin-top: 20px; */
    margin-top: 12px;
}

.bottom .lower {
    display: flex;
    height: 60px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ccc;
    font-size: 14px;
    margin-top: auto;
}

.bottom .lower .at-prefix::before { content: '@'; }
.bottom .lower div ~ div { margin-left: 80px; }

.bottom .lower::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/gray-line.png) no-repeat center/100% 100%;
}
/* 底部样式 ends here */


/* 登录 */
.body-login {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden auto;
    min-width: 1200px;
}

.body-login .bg {
    width: 1920px;
    height: 100%;
    position: absolute;
    margin-left: -960px;
    left: 50%;
    z-index: 1;
}

.body-login .wrapper {
    width: 1200px;
    margin: auto;
    z-index: 2;
    position: relative;
}

.body-login .logo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.body-login .logo-wrapper img {
    margin-right: 20px;
}

.body-login .logo-wrapper span {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.body-login .login {
    width: 368px;
    height: 440px;
    margin: 120px auto 0 auto;
    box-sizing: border-box;
    color: #333;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.body-login .login .title {
    font-size: 24px;
}

.body-login .login .qrcode {
    display: block;
    width: 282px;
    height: 282px;
    margin: 30px 0 10px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
}

.body-login .tips {
    text-align: center;
}

.body-login .tips .heavy {
    font-size: 18px;
    color: #3fc380;
}

.body-login .tips .heavy::before,
.body-login .tips .heavy::after {
    content: '*';
}

.body-login .tips .heavy::before {
    margin-right: 5px;
}

.body-login .tips .heavy::after {
    margin-left: 5px;
}

.body-login .tips .light {
    font-size: 12px;
    color: #999;
}


/* 注册 */
.body-register {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden auto;
    min-width: 1200px;
}

.body-register .bg {
    width: 1920px;
    height: 100%;
    position: absolute;
    margin-left: -960px;
    left: 50%;
    z-index: 1;
}

.body-register .wrapper {
    width: 1200px;
    margin: auto;
    z-index: 2;
    position: relative;
}

.body-register .logo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.body-register .logo-wrapper img {
    margin-right: 20px;
}

.body-register .logo-wrapper span {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.body-register .register {
    width: 530px;
    /* margin: 35px auto 0 auto; */
    margin: 120px auto 0 auto;
    box-sizing: border-box;
    padding: 0 60px 40px;
    color: #333;
    background: #fff;
    overflow: hidden;
}

.body-register .register .title {
    width: 100%;
    font-size: 24px;
    color: #333;
    height: 123px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-register .register .form-item {
    display: flex;
    margin-bottom: 22px;
    position: relative;
}

.body-register .register .form-item.CAPTCHA-image .input {
    width: 150px;
}

.body-register .register .form-item.CAPTCHA-image img {
    width: 150px;
    height: 40px;
    margin-left: 20px;
}

.body-register .register .form-item#item-school.expand .schools li {
    height: 40px;
}

.body-register .register .expand .input-selector .schools-wrapper {
    margin: 0px 0;
    border-width: 1px;
    background-color: #fff;
}

.body-register .register .expand .input-selector .suffix {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
}

.body-register .register .form-item.error {
}

.body-register .register .form-item.error .input {
    border-color: #F56C6C;
}

.body-register .register .form-item .form-item-error {
    color: #F56C6C;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 90px;
    display: none;
}

.body-register .register .form-item.error .form-item-error {
    display: block;
}

.body-register .register .valid {
    width: 95px;
    margin-left: auto;
}

.body-register .register .valid .countdown {
    display: none;
}

.body-register .register .valid.sending .click {
    display: none;
}

.body-register .register .valid.sending .countdown {
    display: inline;
}

.body-register .register .submit {
    width: 200px;
    height: 40px;
    margin: auto;
}

.body-register .register .submit,
.body-register .register .valid {
    padding: 0;
    background: #38c583;
    color: #fff;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #DCDFE6;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
}

.body-register .register .submit:active,
.body-register .register .valid:active {
    border-color: #39b073;
    outline: 0;
}

.body-register .register .submit span,
.body-register .register .valid span {
    font-size: 12px;
}

.body-register .register .input,
.body-register .register .input-selector {
    width: 320px;
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.body-register .register .input-selector {
    font-size: 0;
    position: relative;
}

.body-register .register .input-selector .schools {
    max-height: 200px;
    overflow: hidden auto;
}

.body-register .register .input-selector input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.body-register .register .input-selector .schools-wrapper {
    position: absolute;
    left: -1px;
    width: 100%;
    z-index: 999;
    border-width: 0;
    border-style: solid;
    border-color: #E4E7ED;
    /* border: 1px solid #E4E7ED; */
    /* padding: 6px 0; */
    /* margin: 5px 0; */
    transition: all .3s;
    border-radius: 4px;
}

.body-register .register .input-selector .schools-wrapper .arrow {
    top: -6px;
    left: 35px;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #EBEEF5;
    border-width: 6px;
    position: absolute;
}

.body-register .register .input-selector .schools-wrapper .arrow::after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #FFF;
    content: " ";
    border-width: 6px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.body-register .register .input-selector .schools li {
    height: 0;
    transition: all .3s;
    font-size: 14px;
    background-color: #fff;
    padding: 0 20px;
    overflow: hidden;
}

.body-register .register .input-selector .schools li.hover {
    background: #38c583;
    color: #fff;
}

.body-register .register label {
    width: 90px;
    box-sizing: border-box;
    text-align: left;
    color: #333;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding: 0 12px 0 0;
}

.body-register .register .confirm {
    width: 200px;
    background: #38c583;
    color: #fff;
}

.body-register .register .confirm span {
    font-size: 14px;
}

.body-register .register .tips {
    font-size: 12px;
    color: #ff6633;
    padding-left: 90px;
    margin-bottom: 30px;
}

.body-register .register .btns {
    display: flex;
    justify-content: center;
}

.body-login .message,
.body-register .message {
    min-width: 380px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    position: fixed;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    background-color: #edf2fc;
    transition: opacity .3s,transform .4s,top .4s;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    display: flex;
    align-items: center;
    z-index: 999;
}

.body-login .message .message-icon,
.body-register .message .message-icon {
    margin-right: 10px
}

.body-login .message .message-icon::before,
.body-register .message .message-icon::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
}

.body-login .message .message-cont,
.body-register .message .message-cont {
    padding: 0;
    font-size: 14px;
    line-height: 1;
}

.body-login .message.error,
.body-register .message.error {
    background-color: #fef0f0;
    border-color: #fde2e2;
}

.body-login .message.error .message-cont,
.body-register .message.error .message-cont {
    color: #f56c6c;
}

.body-login .message.success,
.body-register .message.success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
}

.body-login .message.success .message-cont,
.body-register .message.success .message-cont {
    color: #67c23a;
}
