html,
body {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html *,
body *,
html *:before,
body *:before,
html *:after,
body *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: #292c32;
}
body.ReactModal__Body--open {
    overflow: hidden;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
a,
a:active,
a:focus {
    outline: 0;
}
button{
    outline: none;
    border: none;
}
button,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
input {
    padding: 0.25em 0;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
}
.toast__container {
    top: 90px !important;
    font-size: 14px !important;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.3);
}
::-webkit-scrollbar-track {
    background-color: transparent;
    border: none;
}
::-webkit-scrollbar-track:hover {
    background-color: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-track:active {
    background-color: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-corner {
    background: transparent;
}
.apply__banner {
    background: #dddfe3 url("/images/banner@1x.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-height: 640px;
    min-height: 110px;
}
.model-2csMz {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1200px;
}
.module-container-2ELoA {
    max-width: 1200px;
    margin: 0 auto;
}
.ie11 .module-container-2ELoA {
    width: 1200px;
    display: block;
}
.module-text-container-2EgK7 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.ie11 .module-text-container-2EgK7 {
    width: 960px;
}
.compack-model-21SVT {
    padding: 0;
}
.grey-model-1Ccn3 {
    background-color: #f4f4f5;
}

.item-title-210vl {
    position: relative;
    margin-top: 30px;
    margin-bottom: 60px;
    line-height: 33px;
    font-size: 24px;
    text-align: left;
}
.item-title-underline-3RwmA {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 2px;
    width: 60px;
}
.item-title-center-UC7FV {
    text-align: center;
}

.item-text-j8Dai {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: left;
}


.wrapper-vqubX {
    margin-bottom: 40px;
    text-align: center;
}
.title-3Dysd {
    position: relative;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 45px;
}
.title-3Dysd .underline-2uSib {
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -40px;
    width: 80px;
    height: 2px;
}
.sub-title-23E51 {
    font-size: 14px;
    line-height: 20px;
}
.pic-wrapper-zY0Cd {
    display: inline-block;
    width: 200px;
    height: 200px;
}
.item-10b-g {
    width: 200px;
    height: 200px;
    position: relative;
}
.item-10b-g .item-cover-10P45 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.item-10b-g .item-cover-10P45 .item-title-6rxvO {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 22px;
    max-height: 44px;
    text-align: center;
}
.item-10b-g .item-cover-10P45 .link-btn-62lPy {
    position: absolute;
    left: 72px;
    bottom: 26px;
    width: 56px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border: 1px solid #fff;
    text-align: center;
}
.item-10b-g:hover .item-cover-10P45 {
    opacity: 1;
}


.pic-item-3rhx1 {
    margin-bottom: 60px;
}
.pic-item-3rhx1:last-child {
    margin-bottom: 0;
}


.mix-pic-wrapper-3bNK7 {
    width: 50%;
    height: 360px;
    text-align: center;
}
.big-pic-11Lji {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.big-pic-wrapper-1DGSU {
    margin-bottom: 30px;
}
.container-1R4Kt {
    position: absolute;
    left: 10%;
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    pointer-events: none;
}
.home-title-color {
    color: rgba(0,0,0,0.8);
}
.home-subtitle-color {
    color: rgba(0,0,0,0.6);
}
.home-title-underline-color {
    background-color: rgba(0,0,0,0.05);
}
.home-content-color {
    color: rgba(0,0,0,0.4);
}
.home-bg-color {
    background-color: #FFFFFF;
}
.title-1LV3q{
    margin: 8px auto;
    width: 66.66666668%;
    line-height: 48px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.footer-page-wrap{
    position: relative;
    z-index: 10;
    color: #fff;
    background-color: #333;
    margin-bottom: -28px;
    min-width: 1200px;
}
.footer-page-wrap .footer-box {
    margin: 0 auto;
    height: 100%;
}
.footer-page-wrap .note-1 {
    padding-top: 100px;
}
.footer-page-wrap .note-1, .footer-page-wrap .note-2 {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #d9d9d9;
}
.footer-page-wrap .note-2 {
    padding-bottom: 50px;
}