diff --git a/src/service/resource/firmware_program/kd/index.html b/src/service/resource/firmware_program/kd/index.html
index 32a3c83..d8863ef 100644
--- a/src/service/resource/firmware_program/kd/index.html
+++ b/src/service/resource/firmware_program/kd/index.html
@@ -168,32 +168,6 @@
.layui-table th {
padding: 0px;
}
-
- /* @media screen and (max-width: 460px) {
-
- .form-group>div {
- font-size:16px;
- }
-
- .form-group .form-control,
- .form-group .form-file,
- .form-group select {
-
- font-size:16px;
- }
-
- .form-group .form-file {
- font-size:16px;
- }
- .form-group button {
- font-size:16px;
- }
-
- .layui-table tbody th,
- .layui-table tbody td {
- font-size: 16px;
- }
- } */
@@ -463,7 +437,6 @@
value: password
},
success: function (res) {
- // console.log(res);
if (res.code == 200) {
if (type && type == "consumer") {
$("#consumerLogin").css("display", "none");
@@ -486,7 +459,6 @@
url: url + "/YunSign/" + $("#selectResolutionRatio option:selected").val() + "/fileList",
method: "get",
success: function (res) {
- // console.log(res.data)
if (res.code == 200 && res.data != null) {
console.log('打印res.data', res.data)
var html = "
文件名称 | 操作 |
"
diff --git a/src/service/resource/product_document/control_system/car_load/index.html b/src/service/resource/product_document/control_system/car_load/index.html
index 2273f57..abe7142 100644
--- a/src/service/resource/product_document/control_system/car_load/index.html
+++ b/src/service/resource/product_document/control_system/car_load/index.html
@@ -265,12 +265,12 @@
diff --git a/src/service/resource/product_document/control_system/lamp_pole/index.html b/src/service/resource/product_document/control_system/lamp_pole/index.html
index 5c4366c..3124297 100644
--- a/src/service/resource/product_document/control_system/lamp_pole/index.html
+++ b/src/service/resource/product_document/control_system/lamp_pole/index.html
@@ -219,21 +219,39 @@
灯杆车载等异步全彩系列
+
+
diff --git a/src/service/resource/software/LedOK Express/index.html b/src/service/resource/software/LedOK Express/index.html
index 3fd5729..bdb399e 100644
--- a/src/service/resource/software/LedOK Express/index.html
+++ b/src/service/resource/software/LedOK Express/index.html
@@ -254,12 +254,21 @@
LedOK Express v1.4.1(Windows 版)
+
diff --git a/src/static/css/customize.css b/src/static/css/customize.css
deleted file mode 100644
index 4e54a88..0000000
--- a/src/static/css/customize.css
+++ /dev/null
@@ -1,4535 +0,0 @@
-
-/*--公共部分--*/
-html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; cursor: pointer; }
-
-body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button, img { padding: 0; margin: 0; font-weight: 400; }
-
-p { margin: 0px; padding: 0px; }
-
-body, button, input, select, textarea { font: 14px/1.5 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif,Arial; color: #333; }
-
-img { border: 0px; vertical-align: middle; }
-
-table { border-collapse: collapse; border-spacing: 0; }
-
-table th, table td { border: 1px solid #ccc; }
-
-*, :after, :before { -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }
-
-a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; -webkit-transition: .4s; transition: .4s; }
-
-a:hover { background-repeat: no-repeat; text-decoration: none; }
-
-a, input[type="button"], button, label, input[type="submit"], input[type="reset"] { cursor: pointer; }
-
-[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
-
-input, textarea, select { outline: none; }
-
-input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; border-radius: 0; }
-
-textarea { overflow: auto; vertical-align: top; }
-
-input:-webkit-autofill { -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important; }
-
-.bd_weixin_popup, .content-box { -webkit-box-sizing: content-box; box-sizing: content-box; }
-
-.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
-
-.clearfix { *zoom: 1; }
-
-.removeStyle { margin: 0px; padding: 0px; list-style: none; }
-
-.removeStyle li { list-style: none; margin: 0px; padding: 0px; }
-
-.removeStyle dd { list-style: none; margin: 0px; padding: 0px; }
-
-.removeStyle dt { list-style: none; margin: 0px; padding: 0px; }
-
-/* 字体图标 */
-.iconfont { color: inherit; font-size: inherit; display: inline-block; -webkit-font-smoothing: antialiased; /* 文字抗锯齿 */ -moz-osx-font-smoothing: grayscale; /* 文字抗锯齿 */ }
-
-.fl { float: left; }
-
-.fr { float: right; }
-
-.show { display: block !important; }
-
-.hide { display: none !important; }
-
-.commonweb { width: 100%; padding: 0px 20px; }
-
-.commonwebbox { margin-left: 0px; margin-right: 0px; }
-
-.commonleft { float: none; }
-
-.commonright { float: none; }
-
-.visible-sm, .visible-md, .visible-lg { display: none; }
-
-.hidden-sm, .hidden-md, .hidden-lg { display: block; }
-
-.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; padding-left: 10px; padding-right: 10px; }
-
-.col-xs-12 { width: 100%; }
-
-.col-xs-11 { width: 91.66666667%; }
-
-.col-xs-10 { width: 83.33333333%; }
-
-.col-xs-9 { width: 75%; }
-
-.col-xs-8 { width: 66.66666667%; }
-
-.col-xs-7 { width: 58.33333333%; }
-
-.col-xs-6 { width: 50%; }
-
-.col-xs-5 { width: 41.66666667%; }
-
-.col-xs-4 { width: 33.33333333%; }
-
-.col-xs-3 { width: 25%; }
-
-.col-xs-2 { width: 16.66666667%; }
-
-.col-xs-1 { width: 8.33333333%; }
-
-@media (max-width: 320px) { body { min-width: 320px; } }
-
-@media (min-width: 768px) { .commonweb { padding: 0px 20px; }
- .commonwebbox { margin-left: -10px; margin-right: -10px; }
- .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; padding-left: 10px; padding-right: 10px; }
- .col-sm-12 { width: 100%; }
- .col-sm-11 { width: 91.66666667%; }
- .col-sm-10 { width: 83.33333333%; }
- .col-sm-9 { width: 75%; }
- .col-sm-8 { width: 66.66666667%; }
- .col-sm-7 { width: 58.33333333%; }
- .col-sm-6 { width: 50%; }
- .col-sm-5 { width: 41.66666667%; }
- .col-sm-4 { width: 33.33333333%; }
- .col-sm-3 { width: 25%; }
- .col-sm-2 { width: 16.66666667%; }
- .col-sm-1 { width: 8.33333333%; }
- .visible-sm { display: block; }
- .hidden-sm { display: none; }
- .commonweb { margin: 0px auto; max-width: 87.5vw; } }
-
-@media (min-width: 992px) { .commonweb { padding: 0px 10px; }
- .commonwebbox { margin-left: -10px; margin-right: -10px; }
- .commonleft { float: left; }
- .commonright { float: right; }
- .visible-md { display: block; }
- .hidden-md { display: none; }
- .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; padding-left: 10px; padding-right: 10px; }
- .col-md-12 { width: 100%; }
- .col-md-11 { width: 91.66666667%; }
- .col-md-10 { width: 83.33333333%; }
- .col-md-9 { width: 75%; }
- .col-md-8 { width: 66.66666667%; }
- .col-md-7 { width: 58.33333333%; }
- .col-md-6 { width: 50%; }
- .col-md-5 { width: 41.66666667%; }
- .col-md-4 { width: 33.33333333%; }
- .col-md-3 { width: 25%; }
- .col-md-2 { width: 16.66666667%; }
- .col-md-1 { width: 8.33333333%; } }
-
-@media (min-width: 1260px) { html { cursor: default; }
- .commonleft { float: left; }
- .commonright { float: right; }
- .visible-lg { display: block; }
- .hidden-lg { display: none; }
- .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; padding-left: 10px; padding-right: 10px; }
- .col-lg-12 { width: 100%; }
- .col-lg-11 { width: 91.66666667%; }
- .col-lg-10 { width: 83.33333333%; }
- .col-lg-9 { width: 75%; }
- .col-lg-8 { width: 66.66666667%; }
- .col-lg-7 { width: 58.33333333%; }
- .col-lg-6 { width: 50%; }
- .col-lg-5 { width: 41.66666667%; }
- .col-lg-4 { width: 33.33333333%; }
- .col-lg-3 { width: 25%; }
- .col-lg-2 { width: 16.66666667%; }
- .col-lg-1 { width: 8.33333333%; } }
-
-@media (min-width: 1260px) { .commonweb { max-width: 83.333vw; } }
-
-/* layout start*/
-.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }
-
-.swiper-container-no-flexbox .swiper-slide { float: left; }
-
-.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }
-
-.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }
-
-.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
-
-.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
-
-.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }
-
-.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; }
-
-.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }
-
-.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-transition-property: -webkit-transform,height; -webkit-transition-property: height,-webkit-transform; transition-property: height,-webkit-transform; transition-property: transform,height; transition-property: transform,height,-webkit-transform; }
-
-.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }
-
-.swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; }
-
-.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }
-
-.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }
-
-.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }
-
-.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; }
-
-.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
-
-.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
-
-.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; }
-
-.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
-
-.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
-
-.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }
-
-.swiper-pagination.swiper-pagination-hidden { opacity: 0; }
-
-.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; }
-
-.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; -webkit-border-radius: 100%; border-radius: 100%; background: #000; opacity: .2; }
-
-button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -moz-appearance: none; -ms-appearance: none; -webkit-appearance: none; appearance: none; }
-
-.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }
-
-.swiper-pagination-white .swiper-pagination-bullet { background: #fff; }
-
-.swiper-pagination-bullet-active { opacity: 1; background: #007aff; }
-
-.swiper-pagination-white .swiper-pagination-bullet-active { background: #fff; }
-
-.swiper-pagination-black .swiper-pagination-bullet-active { background: #000; }
-
-.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); -ms-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }
-
-.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 5px 0; display: block; }
-
-.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; }
-
-.swiper-pagination-progress { background: rgba(0, 0, 0, 0.25); position: absolute; }
-
-.swiper-pagination-progress .swiper-pagination-progressbar { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }
-
-.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }
-
-.swiper-container-horizontal > .swiper-pagination-progress { width: 100%; height: 4px; left: 0; top: 0; }
-
-.swiper-container-vertical > .swiper-pagination-progress { width: 4px; height: 100%; left: 0; top: 0; }
-
-.swiper-pagination-progress.swiper-pagination-white { background: rgba(255, 255, 255, 0.5); }
-
-.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar { background: #fff; }
-
-.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar { background: #000; }
-
-.swiper-container-3d { -webkit-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px; }
-
-.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
-
-.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }
-
-.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
-
-.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
-
-.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
-
-.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
-
-.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px; }
-
-.swiper-container-cube, .swiper-container-flip { overflow: visible; }
-
-.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }
-
-.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }
-
-.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
-
-.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
-
-.swiper-container-cube .swiper-slide { visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }
-
-.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; }
-
-.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }
-
-.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; }
-
-.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
-
-.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; transition-property: opacity; }
-
-.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }
-
-.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
-
-.swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; text-align: center; }
-
-.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; object-fit: contain; }
-
-.swiper-scrollbar { -webkit-border-radius: 10px; border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }
-
-.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }
-
-.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }
-
-.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); -webkit-border-radius: 10px; border-radius: 10px; left: 0; top: 0; }
-
-.swiper-scrollbar-cursor-drag { cursor: move; }
-
-.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite; }
-
-.swiper-lazy-preloader:after { display: block; content: ""; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat; }
-
-.swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
-
-@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); } }
-
-@keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
-
-.animated { -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
-
-.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
-
-.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }
-
-.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY { -webkit-animation-duration: .75s; animation-duration: .75s; }
-
-@-webkit-keyframes bounce { 0%, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- -webkit-transform: translateZ(0);
- transform: translateZ(0); }
- 40%, 43% { -webkit-transform: translate3d(0, -30px, 0);
- transform: translate3d(0, -30px, 0); }
- 40%, 43%, 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
- animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
- 70% { -webkit-transform: translate3d(0, -15px, 0);
- transform: translate3d(0, -15px, 0); }
- 90% { -webkit-transform: translate3d(0, -4px, 0);
- transform: translate3d(0, -4px, 0); } }
-
-@keyframes bounce { 0%, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- -webkit-transform: translateZ(0);
- transform: translateZ(0); }
- 40%, 43% { -webkit-transform: translate3d(0, -30px, 0);
- transform: translate3d(0, -30px, 0); }
- 40%, 43%, 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
- animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
- 70% { -webkit-transform: translate3d(0, -15px, 0);
- transform: translate3d(0, -15px, 0); }
- 90% { -webkit-transform: translate3d(0, -4px, 0);
- transform: translate3d(0, -4px, 0); } }
-
-.bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; transform-origin: center bottom; }
-
-@-webkit-keyframes flash { 0%, 50%, to { opacity: 1; }
- 25%, 75% { opacity: 0; } }
-
-@keyframes flash { 0%, 50%, to { opacity: 1; }
- 25%, 75% { opacity: 0; } }
-
-.flash { -webkit-animation-name: flash; animation-name: flash; }
-
-@-webkit-keyframes pulse { 0% { -webkit-transform: scaleX(1);
- transform: scaleX(1); }
- 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);
- transform: scale3d(1.05, 1.05, 1.05); }
- to { -webkit-transform: scaleX(1);
- transform: scaleX(1); } }
-
-@keyframes pulse { 0% { -webkit-transform: scaleX(1);
- transform: scaleX(1); }
- 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);
- transform: scale3d(1.05, 1.05, 1.05); }
- to { -webkit-transform: scaleX(1);
- transform: scaleX(1); } }
-
-.pulse { -webkit-animation-name: pulse; animation-name: pulse; }
-
-@-webkit-keyframes rubberBand { 0% { -webkit-transform: scaleX(1);
- transform: scaleX(1); }
- 30% { -webkit-transform: scale3d(1.25, 0.75, 1);
- transform: scale3d(1.25, 0.75, 1); }
- 40% { -webkit-transform: scale3d(0.75, 1.25, 1);
- transform: scale3d(0.75, 1.25, 1); }
- 50% { -webkit-transform: scale3d(1.15, 0.85, 1);
- transform: scale3d(1.15, 0.85, 1); }
- 65% { -webkit-transform: scale3d(0.95, 1.05, 1);
- transform: scale3d(0.95, 1.05, 1); }
- 75% { -webkit-transform: scale3d(1.05, 0.95, 1);
- transform: scale3d(1.05, 0.95, 1); }
- to { -webkit-transform: scaleX(1);
- transform: scaleX(1); } }
-
-@keyframes rubberBand { 0% { -webkit-transform: scaleX(1);
- transform: scaleX(1); }
- 30% { -webkit-transform: scale3d(1.25, 0.75, 1);
- transform: scale3d(1.25, 0.75, 1); }
- 40% { -webkit-transform: scale3d(0.75, 1.25, 1);
- transform: scale3d(0.75, 1.25, 1); }
- 50% { -webkit-transform: scale3d(1.15, 0.85, 1);
- transform: scale3d(1.15, 0.85, 1); }
- 65% { -webkit-transform: scale3d(0.95, 1.05, 1);
- transform: scale3d(0.95, 1.05, 1); }
- 75% { -webkit-transform: scale3d(1.05, 0.95, 1);
- transform: scale3d(1.05, 0.95, 1); }
- to { -webkit-transform: scaleX(1);
- transform: scaleX(1); } }
-
-.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }
-
-@-webkit-keyframes shake { 0%, to { -webkit-transform: translateZ(0);
- transform: translateZ(0); }
- 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0);
- transform: translate3d(-10px, 0, 0); }
- 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0);
- transform: translate3d(10px, 0, 0); } }
-
-@keyframes shake { 0%, to { -webkit-transform: translateZ(0);
- transform: translateZ(0); }
- 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0);
- transform: translate3d(-10px, 0, 0); }
- 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0);
- transform: translate3d(10px, 0, 0); } }
-
-.shake { -webkit-animation-name: shake; animation-name: shake; }
-
-@-webkit-keyframes headShake { 0% { -webkit-transform: translateX(0);
- transform: translateX(0); }
- 6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg);
- transform: translateX(-6px) rotateY(-9deg); }
- 18.5% { -webkit-transform: translateX(5px) rotateY(7deg);
- transform: translateX(5px) rotateY(7deg); }
- 31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg);
- transform: translateX(-3px) rotateY(-5deg); }
- 43.5% { -webkit-transform: translateX(2px) rotateY(3deg);
- transform: translateX(2px) rotateY(3deg); }
- 50% { -webkit-transform: translateX(0);
- transform: translateX(0); } }
-
-@keyframes headShake { 0% { -webkit-transform: translateX(0);
- transform: translateX(0); }
- 6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg);
- transform: translateX(-6px) rotateY(-9deg); }
- 18.5% { -webkit-transform: translateX(5px) rotateY(7deg);
- transform: translateX(5px) rotateY(7deg); }
- 31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg);
- transform: translateX(-3px) rotateY(-5deg); }
- 43.5% { -webkit-transform: translateX(2px) rotateY(3deg);
- transform: translateX(2px) rotateY(3deg); }
- 50% { -webkit-transform: translateX(0);
- transform: translateX(0); } }
-
-.headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake; }
-
-@-webkit-keyframes swing { 20% { -webkit-transform: rotate(15deg);
- transform: rotate(15deg); }
- 40% { -webkit-transform: rotate(-10deg);
- transform: rotate(-10deg); }
- 60% { -webkit-transform: rotate(5deg);
- transform: rotate(5deg); }
- 80% { -webkit-transform: rotate(-5deg);
- transform: rotate(-5deg); }
- to { -webkit-transform: rotate(0deg);
- transform: rotate(0deg); } }
-
-@keyframes swing { 20% { -webkit-transform: rotate(15deg);
- transform: rotate(15deg); }
- 40% { -webkit-transform: rotate(-10deg);
- transform: rotate(-10deg); }
- 60% { -webkit-transform: rotate(5deg);
- transform: rotate(5deg); }
- 80% { -webkit-transform: rotate(-5deg);
- transform: rotate(-5deg); }
- to { -webkit-transform: rotate(0deg);
- transform: rotate(0deg); } }
-
-.swing { -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; }
-
-@-webkit-keyframes tada { 0% { -webkit-transform: scaleX(1);
- transform: scaleX(1); }
- 10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
- transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
- 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
- transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
- 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
- transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
- to { -webkit-transform: scaleX(1);
- transform: scaleX(1); } }
-
-@keyframes tada { 0% { -webkit-transform: scaleX(1);
- transform: scaleX(1); }
- 10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
- transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
- 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
- transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
- 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
- transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
- to { -webkit-transform: scaleX(1);
- transform: scaleX(1); } }
-
-.tada { -webkit-animation-name: tada; animation-name: tada; }
-
-@-webkit-keyframes wobble { 0% { -webkit-transform: none;
- transform: none; }
- 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
- transform: translate3d(-25%, 0, 0) rotate(-5deg); }
- 30% { -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
- transform: translate3d(20%, 0, 0) rotate(3deg); }
- 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
- transform: translate3d(-15%, 0, 0) rotate(-3deg); }
- 60% { -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
- transform: translate3d(10%, 0, 0) rotate(2deg); }
- 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
- transform: translate3d(-5%, 0, 0) rotate(-1deg); }
- to { -webkit-transform: none;
- transform: none; } }
-
-@keyframes wobble { 0% { -webkit-transform: none;
- transform: none; }
- 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
- transform: translate3d(-25%, 0, 0) rotate(-5deg); }
- 30% { -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
- transform: translate3d(20%, 0, 0) rotate(3deg); }
- 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
- transform: translate3d(-15%, 0, 0) rotate(-3deg); }
- 60% { -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
- transform: translate3d(10%, 0, 0) rotate(2deg); }
- 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
- transform: translate3d(-5%, 0, 0) rotate(-1deg); }
- to { -webkit-transform: none;
- transform: none; } }
-
-.wobble { -webkit-animation-name: wobble; animation-name: wobble; }
-
-@-webkit-keyframes jello { 0%, 11.1%, to { -webkit-transform: none;
- transform: none; }
- 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
- transform: skewX(-12.5deg) skewY(-12.5deg); }
- 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg);
- transform: skewX(6.25deg) skewY(6.25deg); }
- 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
- transform: skewX(-3.125deg) skewY(-3.125deg); }
- 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
- transform: skewX(1.5625deg) skewY(1.5625deg); }
- 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
- transform: skewX(-0.78125deg) skewY(-0.78125deg); }
- 77.7% { -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
- transform: skewX(0.39063deg) skewY(0.39063deg); }
- 88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
- transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
-
-@keyframes jello { 0%, 11.1%, to { -webkit-transform: none;
- transform: none; }
- 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
- transform: skewX(-12.5deg) skewY(-12.5deg); }
- 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg);
- transform: skewX(6.25deg) skewY(6.25deg); }
- 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
- transform: skewX(-3.125deg) skewY(-3.125deg); }
- 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
- transform: skewX(1.5625deg) skewY(1.5625deg); }
- 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
- transform: skewX(-0.78125deg) skewY(-0.78125deg); }
- 77.7% { -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
- transform: skewX(0.39063deg) skewY(0.39063deg); }
- 88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
- transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
-
-.jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; }
-
-@-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
- 0% { opacity: 0;
- -webkit-transform: scale3d(0.3, 0.3, 0.3);
- transform: scale3d(0.3, 0.3, 0.3); }
- 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1); }
- 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
- transform: scale3d(0.9, 0.9, 0.9); }
- 60% { opacity: 1;
- -webkit-transform: scale3d(1.03, 1.03, 1.03);
- transform: scale3d(1.03, 1.03, 1.03); }
- 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97);
- transform: scale3d(0.97, 0.97, 0.97); }
- to { opacity: 1;
- -webkit-transform: scaleX(1);
- transform: scaleX(1); } }
-
-@keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
- 0% { opacity: 0;
- -webkit-transform: scale3d(0.3, 0.3, 0.3);
- transform: scale3d(0.3, 0.3, 0.3); }
- 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1); }
- 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
- transform: scale3d(0.9, 0.9, 0.9); }
- 60% { opacity: 1;
- -webkit-transform: scale3d(1.03, 1.03, 1.03);
- transform: scale3d(1.03, 1.03, 1.03); }
- 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97);
- transform: scale3d(0.97, 0.97, 0.97); }
- to { opacity: 1;
- -webkit-transform: scaleX(1);
- transform: scaleX(1); } }
-
-.bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; }
-
-@-webkit-keyframes bounceInDown { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
- 0% { opacity: 0;
- -webkit-transform: translate3d(0, -3000px, 0);
- transform: translate3d(0, -3000px, 0); }
- 60% { opacity: 1;
- -webkit-transform: translate3d(0, 25px, 0);
- transform: translate3d(0, 25px, 0); }
- 75% { -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0); }
- 90% { -webkit-transform: translate3d(0, 5px, 0);
- transform: translate3d(0, 5px, 0); }
- to { -webkit-transform: none;
- transform: none; } }
-
-@keyframes bounceInDown { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
- 0% { opacity: 0;
- -webkit-transform: translate3d(0, -3000px, 0);
- transform: translate3d(0, -3000px, 0); }
- 60% { opacity: 1;
- -webkit-transform: translate3d(0, 25px, 0);
- transform: translate3d(0, 25px, 0); }
- 75% { -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0); }
- 90% { -webkit-transform: translate3d(0, 5px, 0);
- transform: translate3d(0, 5px, 0); }
- to { -webkit-transform: none;
- transform: none; } }
-
-.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }
-
-@-webkit-keyframes bounceInLeft { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
- 0% { opacity: 0;
- -webkit-transform: translate3d(-3000px, 0, 0);
- transform: translate3d(-3000px, 0, 0); }
- 60% { opacity: 1;
- -webkit-transform: translate3d(25px, 0, 0);
- transform: translate3d(25px, 0, 0); }
- 75% { -webkit-transform: translate3d(-10px, 0, 0);
- transform: translate3d(-10px, 0, 0); }
- 90% { -webkit-transform: translate3d(5px, 0, 0);
- transform: translate3d(5px, 0, 0); }
- to { -webkit-transform: none;
- transform: none; } }
-
-@keyframes bounceInLeft { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
- 0% { opacity: 0;
- -webkit-transform: translate3d(-3000px, 0, 0);
- transform: translate3d(-3000px, 0, 0); }
- 60% { opacity: 1;
- -webkit-transform: translate3d(25px, 0, 0);
- transform: translate3d(25px, 0, 0); }
- 75% { -webkit-transform: translate3d(-10px, 0, 0);
- transform: translate3d(-10px, 0, 0); }
- 90% { -webkit-transform: translate3d(5px, 0, 0);
- transform: translate3d(5px, 0, 0); }
- to { -webkit-transform: none;
- transform: none; } }
-
-.bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; }
-
-@-webkit-keyframes bounceInRight { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
- 0% { opacity: 0;
- -webkit-transform: translate3d(3000px, 0, 0);
- transform: translate3d(3000px, 0, 0); }
- 60% { opacity: 1;
- -webkit-transform: translate3d(-25px, 0, 0);
- transform: translate3d(-25px, 0, 0); }
- 75% { -webkit-transform: translate3d(10px, 0, 0);
- transform: translate3d(10px, 0, 0); }
- 90% { -webkit-transform: translate3d(-5px, 0, 0);
- transform: translate3d(-5px, 0, 0); }
- to { -webkit-transform: none;
- transform: none; } }
-
-@keyframes bounceInRight { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
- 0% { opacity: 0;
- -webkit-transform: translate3d(3000px, 0, 0);
- transform: translate3d(3000px, 0, 0); }
- 60% { opacity: 1;
- -webkit-transform: translate3d(-25px, 0, 0);
- transform: translate3d(-25px, 0, 0); }
- 75% { -webkit-transform: translate3d(10px, 0, 0);
- transform: translate3d(10px, 0, 0); }
- 90% { -webkit-transform: translate3d(-5px, 0, 0);
- transform: translate3d(-5px, 0, 0); }
- to { -webkit-transform: none;
- transform: none; } }
-
-.bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; }
-
-@-webkit-keyframes bounceInUp { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
- 0% { opacity: 0;
- -webkit-transform: translate3d(0, 3000px, 0);
- transform: translate3d(0, 3000px, 0); }
- 60% { opacity: 1;
- -webkit-transform: translate3d(0, -20px, 0);
- transform: translate3d(0, -20px, 0); }
- 75% { -webkit-transform: translate3d(0, 10px, 0);
- transform: translate3d(0, 10px, 0); }
- 90% { -webkit-transform: translate3d(0, -5px, 0);
- transform: translate3d(0, -5px, 0); }
- to { -webkit-transform: translateZ(0);
- transform: translateZ(0); } }
-
-@keyframes bounceInUp { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
- 0% { opacity: 0;
- -webkit-transform: translate3d(0, 3000px, 0);
- transform: translate3d(0, 3000px, 0); }
- 60% { opacity: 1;
- -webkit-transform: translate3d(0, -20px, 0);
- transform: translate3d(0, -20px, 0); }
- 75% { -webkit-transform: translate3d(0, 10px, 0);
- transform: translate3d(0, 10px, 0); }
- 90% { -webkit-transform: translate3d(0, -5px, 0);
- transform: translate3d(0, -5px, 0); }
- to { -webkit-transform: translateZ(0);
- transform: translateZ(0); } }
-
-.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }
-
-@-webkit-keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
- transform: scale3d(0.9, 0.9, 0.9); }
- 50%, 55% { opacity: 1;
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1); }
- to { opacity: 0;
- -webkit-transform: scale3d(0.3, 0.3, 0.3);
- transform: scale3d(0.3, 0.3, 0.3); } }
-
-@keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
- transform: scale3d(0.9, 0.9, 0.9); }
- 50%, 55% { opacity: 1;
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1); }
- to { opacity: 0;
- -webkit-transform: scale3d(0.3, 0.3, 0.3);
- transform: scale3d(0.3, 0.3, 0.3); } }
-
-.bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut; }
-
-@-webkit-keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0);
- transform: translate3d(0, 10px, 0); }
- 40%, 45% { opacity: 1;
- -webkit-transform: translate3d(0, -20px, 0);
- transform: translate3d(0, -20px, 0); }
- to { opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0); } }
-
-@keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0);
- transform: translate3d(0, 10px, 0); }
- 40%, 45% { opacity: 1;
- -webkit-transform: translate3d(0, -20px, 0);
- transform: translate3d(0, -20px, 0); }
- to { opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0); } }
-
-.bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; }
-
-@-webkit-keyframes bounceOutLeft { 20% { opacity: 1;
- -webkit-transform: translate3d(20px, 0, 0);
- transform: translate3d(20px, 0, 0); }
- to { opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0); } }
-
-@keyframes bounceOutLeft { 20% { opacity: 1;
- -webkit-transform: translate3d(20px, 0, 0);
- transform: translate3d(20px, 0, 0); }
- to { opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0); } }
-
-.bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; }
-
-@-webkit-keyframes bounceOutRight { 20% { opacity: 1;
- -webkit-transform: translate3d(-20px, 0, 0);
- transform: translate3d(-20px, 0, 0); }
- to { opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0); } }
-
-@keyframes bounceOutRight { 20% { opacity: 1;
- -webkit-transform: translate3d(-20px, 0, 0);
- transform: translate3d(-20px, 0, 0); }
- to { opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0); } }
-
-.bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; }
-
-@-webkit-keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0); }
- 40%, 45% { opacity: 1;
- -webkit-transform: translate3d(0, 20px, 0);
- transform: translate3d(0, 20px, 0); }
- to { opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0); } }
-
-@keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0); }
- 40%, 45% { opacity: 1;
- -webkit-transform: translate3d(0, 20px, 0);
- transform: translate3d(0, 20px, 0); }
- to { opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0); } }
-
-.bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; }
-
-@-webkit-keyframes fadeIn { 0% { opacity: 0; }
- to { opacity: 1; } }
-
-@keyframes fadeIn { 0% { opacity: 0; }
- to { opacity: 1; } }
-
-.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
-
-@-webkit-keyframes fadeInDown { 0% { opacity: 0;
- -webkit-transform: translate3d(0, -30px, 0);
- transform: translate3d(0, -30px, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-@keyframes fadeInDown { 0% { opacity: 0;
- -webkit-transform: translate3d(0, -30px, 0);
- transform: translate3d(0, -30px, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }
-
-@-webkit-keyframes fadeInDownBig { 0% { opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-@keyframes fadeInDownBig { 0% { opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-.fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }
-
-@-webkit-keyframes fadeInLeft { 0% { opacity: 0;
- -webkit-transform: translate3d(-50%, 0, 0);
- transform: translate3d(-50%, 0, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-@keyframes fadeInLeft { 0% { opacity: 0;
- -webkit-transform: translate3d(-50%, 0, 0);
- transform: translate3d(-50%, 0, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
-
-@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-@keyframes fadeInLeftBig { 0% { opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }
-
-@-webkit-keyframes fadeInRight { 0% { opacity: 0;
- -webkit-transform: translate3d(50%, 0, 0);
- transform: translate3d(50%, 0, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-@keyframes fadeInRight { 0% { opacity: 0;
- -webkit-transform: translate3d(50%, 0, 0);
- transform: translate3d(50%, 0, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
-
-@-webkit-keyframes fadeInRightBig { 0% { opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-@keyframes fadeInRightBig { 0% { opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-.fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }
-
-@-webkit-keyframes fadeInUp { 0% { opacity: 0;
- -webkit-transform: translate3d(0, 30px, 0);
- transform: translate3d(0, 30px, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-@keyframes fadeInUp { 0% { opacity: 0;
- -webkit-transform: translate3d(0, 30px, 0);
- transform: translate3d(0, 30px, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
-
-@-webkit-keyframes fadeInUpBig { 0% { opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-@keyframes fadeInUpBig { 0% { opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }
-
-@-webkit-keyframes fadeOut { 0% { opacity: 1; }
- to { opacity: 0; } }
-
-@keyframes fadeOut { 0% { opacity: 1; }
- to { opacity: 0; } }
-
-.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }
-
-@-webkit-keyframes fadeOutDown { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0); } }
-
-@keyframes fadeOutDown { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0); } }
-
-.fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; }
-
-@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0); } }
-
-@keyframes fadeOutDownBig { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0); } }
-
-.fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; }
-
-@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0); } }
-
-@keyframes fadeOutLeft { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0); } }
-
-.fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; }
-
-@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0); } }
-
-@keyframes fadeOutLeftBig { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0); } }
-
-.fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; }
-
-@-webkit-keyframes fadeOutRight { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0); } }
-
-@keyframes fadeOutRight { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0); } }
-
-.fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; }
-
-@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0); } }
-
-@keyframes fadeOutRightBig { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0); } }
-
-.fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; }
-
-@-webkit-keyframes fadeOutUp { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0); } }
-
-@keyframes fadeOutUp { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0); } }
-
-.fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; }
-
-@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0); } }
-
-@keyframes fadeOutUpBig { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0); } }
-
-.fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; }
-
-@-webkit-keyframes flip { 0% { -webkit-transform: perspective(400px) rotateY(-1turn);
- transform: perspective(400px) rotateY(-1turn); }
- 0%, 40% { -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out; }
- 40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
- transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
- 50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
- transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
- 50%, 80% { -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in; }
- 80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
- transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
- to { -webkit-transform: perspective(400px);
- transform: perspective(400px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in; } }
-
-@keyframes flip { 0% { -webkit-transform: perspective(400px) rotateY(-1turn);
- transform: perspective(400px) rotateY(-1turn); }
- 0%, 40% { -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out; }
- 40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
- transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
- 50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
- transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
- 50%, 80% { -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in; }
- 80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
- transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
- to { -webkit-transform: perspective(400px);
- transform: perspective(400px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in; } }
-
-.animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; }
-
-@-webkit-keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg);
- transform: perspective(400px) rotateX(90deg);
- opacity: 0; }
- 0%, 40% { -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in; }
- 40% { -webkit-transform: perspective(400px) rotateX(-20deg);
- transform: perspective(400px) rotateX(-20deg); }
- 60% { -webkit-transform: perspective(400px) rotateX(10deg);
- transform: perspective(400px) rotateX(10deg);
- opacity: 1; }
- 80% { -webkit-transform: perspective(400px) rotateX(-5deg);
- transform: perspective(400px) rotateX(-5deg); }
- to { -webkit-transform: perspective(400px);
- transform: perspective(400px); } }
-
-@keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg);
- transform: perspective(400px) rotateX(90deg);
- opacity: 0; }
- 0%, 40% { -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in; }
- 40% { -webkit-transform: perspective(400px) rotateX(-20deg);
- transform: perspective(400px) rotateX(-20deg); }
- 60% { -webkit-transform: perspective(400px) rotateX(10deg);
- transform: perspective(400px) rotateX(10deg);
- opacity: 1; }
- 80% { -webkit-transform: perspective(400px) rotateX(-5deg);
- transform: perspective(400px) rotateX(-5deg); }
- to { -webkit-transform: perspective(400px);
- transform: perspective(400px); } }
-
-.flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; }
-
-@-webkit-keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg);
- transform: perspective(400px) rotateY(90deg);
- opacity: 0; }
- 0%, 40% { -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in; }
- 40% { -webkit-transform: perspective(400px) rotateY(-20deg);
- transform: perspective(400px) rotateY(-20deg); }
- 60% { -webkit-transform: perspective(400px) rotateY(10deg);
- transform: perspective(400px) rotateY(10deg);
- opacity: 1; }
- 80% { -webkit-transform: perspective(400px) rotateY(-5deg);
- transform: perspective(400px) rotateY(-5deg); }
- to { -webkit-transform: perspective(400px);
- transform: perspective(400px); } }
-
-@keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg);
- transform: perspective(400px) rotateY(90deg);
- opacity: 0; }
- 0%, 40% { -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in; }
- 40% { -webkit-transform: perspective(400px) rotateY(-20deg);
- transform: perspective(400px) rotateY(-20deg); }
- 60% { -webkit-transform: perspective(400px) rotateY(10deg);
- transform: perspective(400px) rotateY(10deg);
- opacity: 1; }
- 80% { -webkit-transform: perspective(400px) rotateY(-5deg);
- transform: perspective(400px) rotateY(-5deg); }
- to { -webkit-transform: perspective(400px);
- transform: perspective(400px); } }
-
-.flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; }
-
-@-webkit-keyframes flipOutX { 0% { -webkit-transform: perspective(400px);
- transform: perspective(400px); }
- 30% { -webkit-transform: perspective(400px) rotateX(-20deg);
- transform: perspective(400px) rotateX(-20deg);
- opacity: 1; }
- to { -webkit-transform: perspective(400px) rotateX(90deg);
- transform: perspective(400px) rotateX(90deg);
- opacity: 0; } }
-
-@keyframes flipOutX { 0% { -webkit-transform: perspective(400px);
- transform: perspective(400px); }
- 30% { -webkit-transform: perspective(400px) rotateX(-20deg);
- transform: perspective(400px) rotateX(-20deg);
- opacity: 1; }
- to { -webkit-transform: perspective(400px) rotateX(90deg);
- transform: perspective(400px) rotateX(90deg);
- opacity: 0; } }
-
-.flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }
-
-@-webkit-keyframes flipOutY { 0% { -webkit-transform: perspective(400px);
- transform: perspective(400px); }
- 30% { -webkit-transform: perspective(400px) rotateY(-15deg);
- transform: perspective(400px) rotateY(-15deg);
- opacity: 1; }
- to { -webkit-transform: perspective(400px) rotateY(90deg);
- transform: perspective(400px) rotateY(90deg);
- opacity: 0; } }
-
-@keyframes flipOutY { 0% { -webkit-transform: perspective(400px);
- transform: perspective(400px); }
- 30% { -webkit-transform: perspective(400px) rotateY(-15deg);
- transform: perspective(400px) rotateY(-15deg);
- opacity: 1; }
- to { -webkit-transform: perspective(400px) rotateY(90deg);
- transform: perspective(400px) rotateY(90deg);
- opacity: 0; } }
-
-.flipOutY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; }
-
-@-webkit-keyframes lightSpeedIn { 0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
- transform: translate3d(100%, 0, 0) skewX(-30deg);
- opacity: 0; }
- 60% { -webkit-transform: skewX(20deg);
- transform: skewX(20deg); }
- 60%, 80% { opacity: 1; }
- 80% { -webkit-transform: skewX(-5deg);
- transform: skewX(-5deg); }
- to { -webkit-transform: none;
- transform: none;
- opacity: 1; } }
-
-@keyframes lightSpeedIn { 0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
- transform: translate3d(100%, 0, 0) skewX(-30deg);
- opacity: 0; }
- 60% { -webkit-transform: skewX(20deg);
- transform: skewX(20deg); }
- 60%, 80% { opacity: 1; }
- 80% { -webkit-transform: skewX(-5deg);
- transform: skewX(-5deg); }
- to { -webkit-transform: none;
- transform: none;
- opacity: 1; } }
-
-.lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
-
-@-webkit-keyframes lightSpeedOut { 0% { opacity: 1; }
- to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
- transform: translate3d(100%, 0, 0) skewX(30deg);
- opacity: 0; } }
-
-@keyframes lightSpeedOut { 0% { opacity: 1; }
- to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
- transform: translate3d(100%, 0, 0) skewX(30deg);
- opacity: 0; } }
-
-.lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
-
-@-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center; transform-origin: center;
- -webkit-transform: rotate(-200deg);
- transform: rotate(-200deg);
- opacity: 0; }
- 0%, to { -webkit-transform-origin: center; }
- to { -webkit-transform-origin: center; transform-origin: center;
- -webkit-transform: none;
- transform: none;
- opacity: 1; } }
-
-@keyframes rotateIn { 0% { -webkit-transform-origin: center; transform-origin: center;
- -webkit-transform: rotate(-200deg);
- transform: rotate(-200deg);
- opacity: 0; }
- 0%, to { -webkit-transform-origin: center; }
- to { -webkit-transform-origin: center; transform-origin: center;
- -webkit-transform: none;
- transform: none;
- opacity: 1; } }
-
-.rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; }
-
-@-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- opacity: 0; }
- 0%, to { -webkit-transform-origin: left bottom; }
- to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1; } }
-
-@keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- opacity: 0; }
- 0%, to { -webkit-transform-origin: left bottom; }
- to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1; } }
-
-.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; }
-
-@-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- opacity: 0; }
- 0%, to { -webkit-transform-origin: right bottom; }
- to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1; } }
-
-@keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- opacity: 0; }
- 0%, to { -webkit-transform-origin: right bottom; }
- to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1; } }
-
-.rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; }
-
-@-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- opacity: 0; }
- 0%, to { -webkit-transform-origin: left bottom; }
- to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1; } }
-
-@keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- opacity: 0; }
- 0%, to { -webkit-transform-origin: left bottom; }
- to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1; } }
-
-.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; }
-
-@-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- -webkit-transform: rotate(-90deg);
- transform: rotate(-90deg);
- opacity: 0; }
- 0%, to { -webkit-transform-origin: right bottom; }
- to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1; } }
-
-@keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- -webkit-transform: rotate(-90deg);
- transform: rotate(-90deg);
- opacity: 0; }
- 0%, to { -webkit-transform-origin: right bottom; }
- to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1; } }
-
-.rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; }
-
-@-webkit-keyframes rotateOut { 0% { -webkit-transform-origin: center; transform-origin: center;
- opacity: 1; }
- 0%, to { -webkit-transform-origin: center; }
- to { -webkit-transform-origin: center; transform-origin: center;
- -webkit-transform: rotate(200deg);
- transform: rotate(200deg);
- opacity: 0; } }
-
-@keyframes rotateOut { 0% { -webkit-transform-origin: center; transform-origin: center;
- opacity: 1; }
- 0%, to { -webkit-transform-origin: center; }
- to { -webkit-transform-origin: center; transform-origin: center;
- -webkit-transform: rotate(200deg);
- transform: rotate(200deg);
- opacity: 0; } }
-
-.rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; }
-
-@-webkit-keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- opacity: 1; }
- 0%, to { -webkit-transform-origin: left bottom; }
- to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- opacity: 0; } }
-
-@keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- opacity: 1; }
- 0%, to { -webkit-transform-origin: left bottom; }
- to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- opacity: 0; } }
-
-.rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; }
-
-@-webkit-keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- opacity: 1; }
- 0%, to { -webkit-transform-origin: right bottom; }
- to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- opacity: 0; } }
-
-@keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- opacity: 1; }
- 0%, to { -webkit-transform-origin: right bottom; }
- to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- opacity: 0; } }
-
-.rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; }
-
-@-webkit-keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- opacity: 1; }
- 0%, to { -webkit-transform-origin: left bottom; }
- to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- opacity: 0; } }
-
-@keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- opacity: 1; }
- 0%, to { -webkit-transform-origin: left bottom; }
- to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- opacity: 0; } }
-
-.rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; }
-
-@-webkit-keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- opacity: 1; }
- 0%, to { -webkit-transform-origin: right bottom; }
- to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- opacity: 0; } }
-
-@keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- opacity: 1; }
- 0%, to { -webkit-transform-origin: right bottom; }
- to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- opacity: 0; } }
-
-.rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; }
-
-@-webkit-keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; }
- 0%, 20%, 60% { -webkit-transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out; }
- 20%, 60% { -webkit-transform: rotate(80deg);
- transform: rotate(80deg);
- -webkit-transform-origin: top left;
- transform-origin: top left; }
- 40%, 80% { -webkit-transform: rotate(60deg);
- transform: rotate(60deg);
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- opacity: 1; }
- to { -webkit-transform: translate3d(0, 700px, 0);
- transform: translate3d(0, 700px, 0);
- opacity: 0; } }
-
-@keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; }
- 0%, 20%, 60% { -webkit-transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out; }
- 20%, 60% { -webkit-transform: rotate(80deg);
- transform: rotate(80deg);
- -webkit-transform-origin: top left;
- transform-origin: top left; }
- 40%, 80% { -webkit-transform: rotate(60deg);
- transform: rotate(60deg);
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- opacity: 1; }
- to { -webkit-transform: translate3d(0, 700px, 0);
- transform: translate3d(0, 700px, 0);
- opacity: 0; } }
-
-.hinge { -webkit-animation-name: hinge; animation-name: hinge; }
-
-@-webkit-keyframes rollIn { 0% { opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
- transform: translate3d(-100%, 0, 0) rotate(-120deg); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-@keyframes rollIn { 0% { opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
- transform: translate3d(-100%, 0, 0) rotate(-120deg); }
- to { opacity: 1;
- -webkit-transform: none;
- transform: none; } }
-
-.rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; }
-
-@-webkit-keyframes rollOut { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
- transform: translate3d(100%, 0, 0) rotate(120deg); } }
-
-@keyframes rollOut { 0% { opacity: 1; }
- to { opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
- transform: translate3d(100%, 0, 0) rotate(120deg); } }
-
-.rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; }
-
-@-webkit-keyframes zoomIn { 0% { opacity: 0;
- -webkit-transform: scale3d(0.3, 0.3, 0.3);
- transform: scale3d(0.3, 0.3, 0.3); }
- 50% { opacity: 1; } }
-
-@keyframes zoomIn { 0% { opacity: 0;
- -webkit-transform: scale3d(0.3, 0.3, 0.3);
- transform: scale3d(0.3, 0.3, 0.3); }
- 50% { opacity: 1; } }
-
-.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }
-
-@-webkit-keyframes zoomInDown { 0% { opacity: 0;
- -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
- transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
- 60% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
-
-@keyframes zoomInDown { 0% { opacity: 0;
- -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
- transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
- 60% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
-
-.zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown; }
-
-@-webkit-keyframes zoomInLeft { 0% { opacity: 0;
- -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
- transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
- 60% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
-
-@keyframes zoomInLeft { 0% { opacity: 0;
- -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
- transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
- 60% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
-
-.zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; }
-
-@-webkit-keyframes zoomInRight { 0% { opacity: 0;
- -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
- transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
- 60% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
-
-@keyframes zoomInRight { 0% { opacity: 0;
- -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
- transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
- 60% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
-
-.zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; }
-
-@-webkit-keyframes zoomInUp { 0% { opacity: 0;
- -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
- transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
- 60% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
-
-@keyframes zoomInUp { 0% { opacity: 0;
- -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
- transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
- 60% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
-
-.zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp; }
-
-@-webkit-keyframes zoomOut { 0% { opacity: 1; }
- 50% { -webkit-transform: scale3d(0.3, 0.3, 0.3);
- transform: scale3d(0.3, 0.3, 0.3); }
- 50%, to { opacity: 0; } }
-
-@keyframes zoomOut { 0% { opacity: 1; }
- 50% { -webkit-transform: scale3d(0.3, 0.3, 0.3);
- transform: scale3d(0.3, 0.3, 0.3); }
- 50%, to { opacity: 0; } }
-
-.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }
-
-@-webkit-keyframes zoomOutDown { 40% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
- to { opacity: 0;
- -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
- transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
-
-@keyframes zoomOutDown { 40% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
- to { opacity: 0;
- -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
- transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
-
-.zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; }
-
-@-webkit-keyframes zoomOutLeft { 40% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
- to { opacity: 0;
- -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
- transform: scale(0.1) translate3d(-2000px, 0, 0);
- -webkit-transform-origin: left center;
- transform-origin: left center; } }
-
-@keyframes zoomOutLeft { 40% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
- to { opacity: 0;
- -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
- transform: scale(0.1) translate3d(-2000px, 0, 0);
- -webkit-transform-origin: left center;
- transform-origin: left center; } }
-
-.zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; }
-
-@-webkit-keyframes zoomOutRight { 40% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
- to { opacity: 0;
- -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
- transform: scale(0.1) translate3d(2000px, 0, 0);
- -webkit-transform-origin: right center;
- transform-origin: right center; } }
-
-@keyframes zoomOutRight { 40% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
- to { opacity: 0;
- -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
- transform: scale(0.1) translate3d(2000px, 0, 0);
- -webkit-transform-origin: right center;
- transform-origin: right center; } }
-
-.zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; }
-
-@-webkit-keyframes zoomOutUp { 40% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
- to { opacity: 0;
- -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
- transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
-
-@keyframes zoomOutUp { 40% { opacity: 1;
- -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
- transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
- to { opacity: 0;
- -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
- transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
-
-.zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; }
-
-@-webkit-keyframes slideInDown { 0% { -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- visibility: visible; }
- to { -webkit-transform: translateZ(0);
- transform: translateZ(0); } }
-
-@keyframes slideInDown { 0% { -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- visibility: visible; }
- to { -webkit-transform: translateZ(0);
- transform: translateZ(0); } }
-
-.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }
-
-@-webkit-keyframes slideInLeft { 0% { -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- visibility: visible; }
- to { -webkit-transform: translateZ(0);
- transform: translateZ(0); } }
-
-@keyframes slideInLeft { 0% { -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- visibility: visible; }
- to { -webkit-transform: translateZ(0);
- transform: translateZ(0); } }
-
-.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }
-
-@-webkit-keyframes slideInRight { 0% { -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- visibility: visible; }
- to { -webkit-transform: translateZ(0);
- transform: translateZ(0); } }
-
-@keyframes slideInRight { 0% { -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- visibility: visible; }
- to { -webkit-transform: translateZ(0);
- transform: translateZ(0); } }
-
-.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }
-
-@-webkit-keyframes slideInUp { 0% { -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- visibility: visible; }
- to { -webkit-transform: translateZ(0);
- transform: translateZ(0); } }
-
-@keyframes slideInUp { 0% { -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- visibility: visible; }
- to { -webkit-transform: translateZ(0);
- transform: translateZ(0); } }
-
-.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }
-
-@-webkit-keyframes slideOutDown { 0% { -webkit-transform: translateZ(0);
- transform: translateZ(0); }
- to { visibility: hidden;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0); } }
-
-@keyframes slideOutDown { 0% { -webkit-transform: translateZ(0);
- transform: translateZ(0); }
- to { visibility: hidden;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0); } }
-
-.slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; }
-
-@-webkit-keyframes slideOutLeft { 0% { -webkit-transform: translateZ(0);
- transform: translateZ(0); }
- to { visibility: hidden;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0); } }
-
-@keyframes slideOutLeft { 0% { -webkit-transform: translateZ(0);
- transform: translateZ(0); }
- to { visibility: hidden;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0); } }
-
-.slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; }
-
-@-webkit-keyframes slideOutRight { 0% { -webkit-transform: translateZ(0);
- transform: translateZ(0); }
- to { visibility: hidden;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0); } }
-
-@keyframes slideOutRight { 0% { -webkit-transform: translateZ(0);
- transform: translateZ(0); }
- to { visibility: hidden;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0); } }
-
-.slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; }
-
-@-webkit-keyframes slideOutUp { 0% { -webkit-transform: translateZ(0);
- transform: translateZ(0); }
- to { visibility: hidden;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0); } }
-
-@keyframes slideOutUp { 0% { -webkit-transform: translateZ(0);
- transform: translateZ(0); }
- to { visibility: hidden;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0); } }
-
-.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }
-
-img.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top; }
-
-@font-face { font-family: 'commoniconFont'; src: url("data:font/woff2;charset=utf-8;base64,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") format("woff2"), url("data:font/woff;charset=utf-8;base64,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") format("woff"); font-weight: normal; font-style: normal; font-display: swap; }
-
-[class^="icon-"], [class*=" icon-"] { font-family: 'commoniconFont'; line-height: 1; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
-
-.icon-top:before { content: "\e606"; }
-
-.icon-icons01:before { content: "\e698"; }
-
-.icon-shangchuantupian:before { content: "\e712"; }
-
-.icon-huo:before { content: "\e66c"; }
-
-.icon-icon_pc:before { content: "\e607"; }
-
-.icon-youxiang1:before { content: "\e694"; }
-
-.icon-boshimao:before { content: "\e604"; }
-
-.icon-yulanjianli:before { content: "\e613"; }
-
-.icon-point:before { content: "\e60f"; }
-
-.icon-gerenzhongxin:before { content: "\e653"; }
-
-.icon-yunduanshangchuan:before { content: "\ec1d"; }
-
-.icon-youxiang2:before { content: "\e605"; }
-
-.icon-dianhua1:before { content: "\e608"; }
-
-.icon-jilu:before { content: "\e65f"; }
-
-.icon-shanchu:before { content: "\e8b6"; }
-
-.icon-shoucang1:before { content: "\e8b9"; }
-
-.icon-shangchuan:before { content: "\e60e"; }
-
-.icon-ren-renyuan:before { content: "\e6d8"; }
-
-.icon-dianhua2:before { content: "\e817"; }
-
-.icon-lock:before { content: "\e881"; }
-
-.icon-gerenzhongxin-1:before { content: "\e64e"; }
-
-.icon-zhengque:before { content: "\e62d"; }
-
-.icon-31shoucang:before { content: "\e603"; }
-
-.icon-fenxiang:before { content: "\e60d"; }
-
-.icon-shoucang:before { content: "\e8c2"; }
-
-.icon-weixin2:before { content: "\e628"; }
-
-.icon-youxiang:before { content: "\e66a"; }
-
-.icon-sort:before { content: "\e65e"; }
-
-.icon-24gl-telephone:before { content: "\e953"; }
-
-.icon-fenlei:before { content: "\e811"; }
-
-.icon-lanya:before { content: "\ec4a"; }
-
-.icon-weibiaoti-:before { content: "\e618"; }
-
-.icon-chuanganqi2:before { content: "\e8dd"; }
-
-.icon-line-075:before { content: "\e74d"; }
-
-.icon-rongliangxingyunyingpan:before { content: "\e714"; }
-
-.icon-jurassic_message:before { content: "\e69d"; }
-
-.icon-fankuibeifen:before { content: "\e616"; }
-
-.icon-xiazai:before { content: "\e602"; }
-
-.icon-yanjing:before { content: "\e661"; }
-
-.icon-dayinchuanzhen:before { content: "\e627"; }
-
-.icon-shouye:before { content: "\e633"; }
-
-.icon-31shijian:before { content: "\e601"; }
-
-.icon-changyongicon-:before { content: "\e612"; }
-
-.icon-changyongtubiao-fuben-12:before { content: "\e60c"; }
-
-.icon-wangluo:before { content: "\e638"; }
-
-.icon-rili1:before { content: "\e6bc"; }
-
-.icon-rili:before { content: "\e8b4"; }
-
-.icon-youjiantou2:before { content: "\e62c"; }
-
-.icon-youjiantou1:before { content: "\e60a"; }
-
-.icon-zuojiantou1:before { content: "\e62b"; }
-
-.icon-sousuo1:before { content: "\e651"; }
-
-.icon-douyin:before { content: "\e8db"; }
-
-.icon-bilibili-line:before { content: "\e75d"; }
-
-.icon-world:before { content: "\e609"; }
-
-.icon-double-left-1:before { content: "\e615"; }
-
-.icon-jinrujiantouxiao:before { content: "\e8d4"; }
-
-.icon-jinrujiantou:before { content: "\e8f1"; }
-
-.icon-jiantou_xiangyou:before { content: "\eb08"; }
-
-.icon-jiantou_xiangzuo:before { content: "\eb09"; }
-
-.icon-igw-l-screen:before { content: "\e626"; }
-
-.icon-guanbi:before { content: "\e614"; }
-
-.icon-youjiantou:before { content: "\e637"; }
-
-.icon-zuojiantou:before { content: "\e63b"; }
-
-.icon-arrow-left:before { content: "\e645"; }
-
-.icon-weibo:before { content: "\e64c"; }
-
-.icon-weixin1:before { content: "\e64f"; }
-
-.icon-qq:before { content: "\e611"; }
-
-.icon-xinlangweibo:before { content: "\e600"; }
-
-.icon-weixin:before { content: "\e67b"; }
-
-.icon-QQ:before { content: "\e882"; }
-
-.icon-riqi:before { content: "\e64d"; }
-
-.icon-_didian:before { content: "\e659"; }
-
-.icon-youjian:before { content: "\e60b"; }
-
-.icon-dianhua:before { content: "\e632"; }
-
-.icon-arrowRight:before { content: "\e65d"; }
-
-.icon-caidan:before { content: "\e624"; }
-
-.icon-denglu-copy:before { content: "\e63a"; }
-
-.icon-sousuo:before { content: "\e636"; }
-
-
-
-html { scroll-behavior: smooth; }
-
-body { padding-top: 60px !important; left: 0px; position: relative; -webkit-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
-
-.header { height: 60px; z-index: 99; background: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: fixed; left: 0px; width: 100%; top: 0px; -webkit-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
-
-.header .commonweb { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
-
-.header .navBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.header .navBox .logo img { height: 30px; }
-
-.header .navBox .nav { display: none; width: 260px; padding: 60px 0px 0px; position: fixed; right: -260px; top: 0px; height: 100%; overflow-y: auto; background: #FAFAFA; -webkit-transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
-
-.header .navBox .nav .list { border-top: 1px solid #eff1f3; }
-
-.header .navBox .nav .list a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; line-height: 50px; padding: 0px 25px; font-size: 14px; color: #000000; }
-
-.header .navBox .nav .list a::before { content: ''; display: block; width: 8px; height: 8px; -webkit-border-radius: 100%; border-radius: 100%; border: 1px solid #D8D8D8; margin-right: 15px; }
-
-.header .navBox .nav .list.cur a { background: #fff; }
-
-.header .navBox .nav .list.cur a::before { background: #666; border-color: #666; }
-
-.header .loginBtn { padding: 0px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.header .loginBtn a { font-size: 14px; color: #000000; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 8px 10px; background: #f2f2f2; -webkit-border-radius: 40px; border-radius: 40px; }
-
-.header .loginBtn a i { color: #1226aa; font-size: 18px; margin-right: 5px; }
-
-.header .loginBtn a span { color: #c9c9c9; padding: 0px 4px; }
-
-.header .loginBtn .navBtn { margin-left: 20px; font-size: 22px; }
-
-.hideScroll { overflow: hidden; }
-
-.animationBody { left: -260px; }
-
-.animationHeader { left: -260px; }
-
-.animationHeader .navBox .nav { right: 0px; }
-
-/*--首页--*/
-.banner { overflow: hidden; position: relative; }
-
-.banner .imgBox { padding-top:46.584%; position: relative; }
-
-.banner .imgBox img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
-
-.banner .imgBox video{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover;}
-
-.banner .imgBox:after{position:absolute;left: 0px; top: 0px; width: 100%; height: 100%; z-index:30; content:'';}
-
-.bannerText { position: absolute; left: 0px; top: 45%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; text-align: center; z-index:40;}
-
-.bannerText .enTitle { color: #fff; font-size: 16px; line-height: 1; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); opacity: 0; visibility: hidden; -webkit-transition: all .8s; transition: all .8s; }
-
-.bannerText .title { padding-top: 10px; padding-bottom: 10px; font-size: 20px; font-weight: 600; color: #fff; line-height: 1.2; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); opacity: 0; visibility: hidden; -webkit-transition: all .8s; transition: all .8s; }
-
-.bannerText .search { max-width: 480px; position: relative; margin: 0px auto; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); opacity: 0; visibility: hidden; -webkit-transition: all .8s; transition: all .8s; }
-
-.bannerText .search i { position: absolute; left: 20px; font-size: 16px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
-
-.bannerText .search label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 35px; padding: 0px 130px 0px 45px; -webkit-border-radius: 35px; border-radius: 35px; background: rgba(255, 255, 255, 0.8); }
-
-.bannerText .search label input { width: 100%; background: none; border: none; font-size:12px }
-
-.bannerText .search .btn { height: 100%; width: 100px; position: absolute; top: 0px; right: 0px; background: #1226aa; color: #fff; font-size: 14px; -webkit-border-radius: 40px; border-radius: 40px; }
-
-.bannerPage { position: absolute; right: 0px; left: auto !important; width: 100% !important; bottom: 20px !important; z-index: 20; text-align: center; }
-
-.bannerPage span { width: 13px; height: 5px; -webkit-border-radius: 2.5px; border-radius: 2.5px; opacity: 0.2; -webkit-transition: all .8s; transition: all .8s; background: #fff; }
-
-.bannerPage span.swiper-pagination-bullet-active { opacity: 1; width: 20px; }
-
-.downBtn { position: absolute; bottom: 60px; left: 160px; z-index: 20; display: none; }
-
-.downBtn a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 61px; height: 61px; position: relative; }
-
-.downBtn a i { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); color: rgba(255, 255, 255, 0.8); font-size: 16px; }
-
-.downBtn a::after { content: ''; width: 100%; height: 100%; background-image: url(../images/img_02.png); background-size: 61px; background-repeat: no-repeat; position: absolute; left: 0px; top: 0px; -webkit-animation: turnAround 2s linear infinite; animation: turnAround 2s linear infinite; }
-
-.banner .swiper-slide-active .bannerText .enTitle { opacity: 1; -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); visibility: visible; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
-
-.banner .swiper-slide-active .bannerText .title { opacity: 1; -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); visibility: visible; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
-
-.banner .swiper-slide-active .bannerText .search { opacity: 1; -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); visibility: visible; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
-
-@keyframes turnAround { 0% { -webkit-transform: rotate(0deg);
- transform: rotate(0deg); }
- 100% { -webkit-transform: rotate(360deg);
- transform: rotate(360deg); } }
-
-@-webkit-keyframes turnAround { 0% { -webkit-transform: rotate(0deg);
- transform: rotate(0deg); }
- 100% { -webkit-transform: rotate(360deg);
- transform: rotate(360deg); } }
-
-.commonTitle { font-size: 22px; line-height: 1; font-weight: 600; text-align: center; color: #000000; }
-
-.indexDesc { max-width: 1060px; margin: 0px auto; padding: 15px 0px 20px; font-size: 14px; color: #666666; line-height: 24px; text-align: left; }
-
-.commonPage { text-align: center; padding-top: 15px; }
-
-.commonPage span { width: 8px; height: 8px; margin: 0px 4px; background: #1226aa; opacity: 0.2; }
-
-.commonPage span.swiper-pagination-bullet-active { opacity: 1; }
-
-.commonMore { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.commonMore a { padding: 0px 60px; font-size: 16px; height: 50px; -webkit-border-radius: 50px; border-radius: 50px; color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background: #1226aa; }
-
-.container { max-width: 1280px; margin: 0px auto; }
-
-.indexAboutMain { padding: 35px 0px; }
-
-.indexAboutMain .imgBox img { width: 100%; display: block; }
-
-.indexTeamMain { padding: 35px 0px 60px; background: #f4f9ff; }
-
-.indexTeamMain .indexTeam { overflow: hidden; position: relative; -webkit-box-shadow: 0px 0px 29px rgba(65, 70, 101, 0.1); box-shadow: 0px 0px 29px rgba(65, 70, 101, 0.1); }
-
-.indexTeamMain .indexTeam .swiper-slide { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
-
-.indexTeamMain .indexTeam .swiper-slide .imgBox { padding-top: 60.063%; width: 100%; position: relative; overflow: hidden; }
-
-.indexTeamMain .indexTeam .swiper-slide .imgBox img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
-
-.indexTeamMain .indexTeam .swiper-slide .contentBox { width: 100%; padding: 30px 0px 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: relative; background-image: url(../images/img_05.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; }
-
-.indexTeamMain .indexTeam .swiper-slide .contentBox .icon { width: 100%; padding: 30px 20px 0px 0px; text-align: right; position: absolute; top: 0px; left: 0px; }
-
-.indexTeamMain .indexTeam .swiper-slide .contentBox .icon img { width: 45px; }
-
-.indexTeamMain .indexTeam .swiper-slide .contentBox .content { text-align: center; }
-
-.indexTeamMain .indexTeam .swiper-slide .contentBox .content .text { font-size: 20px; line-height: 1.2; padding-bottom: 15px; font-weight: 600; }
-
-.indexTeamMain .indexTeam .swiper-slide .contentBox .content .numberBox { font-size: 30px; line-height: 1; font-weight: 600; color: #1226aa; }
-
-.indexTeamMain .indexTeam .swiper-slide .contentBox .content .numberBox .number { font-size: 40px; }
-
-.indexTeamMain .indexTeam .indexTeamPage { display: block; position: absolute; width: 100%; padding: 0px; bottom: 20px !important; z-index: 20; text-align: center; right: 0px; left: auto !important; }
-
-.indexProductMain { padding: 35px 0px; }
-
-.indexProductMain .indexProduct { margin-top: 15px; overflow: hidden; position: relative; }
-
-.indexProductMain .indexProduct .swiper-slide { border: 2px solid #d0d4ee; width: -webkit-calc(50% - 10px); width: calc(50% - 10px); margin-right: 20px; height: auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
-
-.indexProductMain .indexProduct .swiper-slide .content {padding: 25px 0px; text-align: center; width: 100%; height: 100%; }
-
-.indexProductMain .indexProduct .swiper-slide .content .icon { padding-bottom: 15px; }
-
-.indexProductMain .indexProduct .swiper-slide .content .icon img { width: 45px; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition:all .8s ease; -o-transition:all .8s ease; -moz-transition:all .8s ease; transition:all .8s ease;}
-
-.indexProductMain .indexProduct .swiper-slide .content .listTitle { font-size: 16px; color: #000000; display: -webkit-box; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
-
-.indexProductMain .indexProduct .swiper-slide .content .desc{font-size: 16px; text-align: center; padding-top: 20px;}
-
-.indexProductMain .indexProduct .swiper-slide:hover .content .icon img{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}
-
-.indexProductMain .indexProduct .swiper-slide:last-child { margin: 0px; }
-
-.indexProductMain .commonMore { padding-top: 25px; }
-
-.indexServiceMain { padding: 35px 0px; background: #f9f9f9; }
-
-.indexServiceMain .mapList { position: relative; }
-
-.indexServiceMain .mapList .imgBox img { width: 100%; display: block; }
-
-.indexServiceMain .mapList ul { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
-
-.indexServiceMain .mapList ul li { width: 4px; height: 4px; position: absolute; left: 0px; top: 0px; -webkit-border-radius: 100%; border-radius: 100%; background: #1226aa; }
-
-.indexServiceMain .mapList ul li::after { content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #1226aa; -webkit-border-radius: 100%; border-radius: 100%; opacity: 0.7; -webkit-animation: scale 1.5s linear infinite; animation: scale 1.5s linear infinite; }
-
-.indexServiceMain .mapList ul li::before { content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #1226aa; -webkit-border-radius: 100%; border-radius: 100%; opacity: 0.7; -webkit-animation: scale 1.5s linear infinite; animation: scale 1.5s linear infinite; -webkit-animation-delay: .5s; animation-delay: .5s; }
-
-.indexServiceMain .mapList ul li p { display: none; position: absolute; z-index: 20; left: 10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: #fff; -webkit-box-shadow: 1px 3px 3px rgba(105, 105, 105, 0.1); box-shadow: 1px 3px 3px rgba(105, 105, 105, 0.1); white-space: nowrap; font-size: 12px; -webkit-border-radius: 4px; border-radius: 4px; padding: 3px 5px; }
-
-.indexServiceMain .mapList ul li:hover p { display: block; }
-
-@keyframes scale { 0% { -webkit-transform: scale(1); transform: scale(1); }
- 90% { -webkit-transform: scale(4); transform: scale(4); }
- 100% { opacity: 0; } }
-
-@-webkit-keyframes scale { 0% { -webkit-transform: scale(1); transform: scale(1); }
- 90% { -webkit-transform: scale(4); transform: scale(4); }
- 100% { opacity: 0; } }
-
-.indexHistoryMain { padding: 35px 0px; overflow: hidden; position: relative; }
-
-.indexHistoryMain .indexHistoryYearBox { position: relative; margin-top: 25px; }
-
-.indexHistoryMain .indexHistoryYearBox .prevBtn, .indexHistoryMain .indexHistoryYearBox .nextBtn { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; width: 50px; height: 50px; display: none; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.indexHistoryMain .indexHistoryYearBox .prevBtn i, .indexHistoryMain .indexHistoryYearBox .nextBtn i { font-size: 20px; color: #b7bde5; }
-
-.indexHistoryMain .indexHistoryYearBox .prevBtn { left: -50px; }
-
-.indexHistoryMain .indexHistoryYearBox .nextBtn { right: -50px; }
-
-.indexHistoryMain .indexHistoryYearBox .indexHistoryYear { overflow: hidden; border: 1px solid #d5d8df; }
-
-.indexHistoryMain .indexHistoryYearBox .indexHistoryYear .swiper-slide { width: 20%; height: 45px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; cursor: pointer; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 14px; color: #999999; }
-
-.indexHistoryMain .indexHistoryYearBox .indexHistoryYear .swiper-slide::after { width: 1px; height: 100%; content: ''; position: absolute; right: -1px; background: #d5d8df; }
-
-.indexHistoryMain .indexHistoryYearBox .indexHistoryYear .swiper-slide:last-child:after { display: none; }
-
-.indexHistoryMain .indexHistoryYearBox .indexHistoryYear .swiper-slide.cur { background: #1226aa; color: #fff; }
-
-.indexHistoryMain .indexHistory { overflow: hidden; position: relative; margin-top: 20px; }
-
-.indexHistoryMain .indexHistory .swiper-slide { overflow: hidden; }
-
-.indexHistoryMain .indexHistory .swiper-slide img { width: 100%; display: block; }
-
-.indexCulture img { display: block; width: 100%; }
-
-.FollowMain { padding: 40px 0px; background-image: url(../images/img_13.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; }
-
-.FollowMain .indexDesc { text-align: center; }
-
-.FollowMain .Follow { margin-top: 0px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.FollowMain .Follow .list { margin: 0px 20px; position: relative; }
-
-.FollowMain .Follow .list .qrCode { text-align: center; }
-
-.FollowMain .Follow .list .qrCode img { width: 90px; }
-
-.FollowMain .Follow .list .listTitle { padding-top: 15px; font-size: 14px; line-height: 1; color: #333333; text-align: center; }
-
-.FollowMain .Follow .list::after { content: ''; width: 12px; height: 12px; right: -28px; top: 45px; background-image: url(../images/img_15.jpg); background-repeat: no-repeat; background-size: 12px; position: absolute; }
-
-.FollowMain .Follow .list:last-child:after { display: none; }
-
-.footer { background: #242424; height: 60px; color: #fff; font-size: 12px; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.footer a { color: #fff; }
-
-.footer a:hover{color: #fff;}
-
-
-/*--校园招聘--*/
-@font-face { font-family: 'shareIcon'; src: url("data:font/ttf;charset=utf-8;base64,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sSQBFCuwBEMusCQrLbA5LLAAFrAEJbAEJiAuRyNHI2GwBkUrIyA8IC4jOLEkARQrLbA6LLEJBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAZFKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7CAYmAgsAArIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbCAYmGwAiVGYTgjIDwjOBshICBGI0ewACsjYTghWbEkARQrLbA7LLAuKy6xJAEUKy2wPCywLyshIyAgPLAEI0IjOLEkARQrsARDLrAkKy2wPSywABUgR7AAI0KyAAEBFRQTLrAqKi2wPiywABUgR7AAI0KyAAEBFRQTLrAqKi2wPyyxAAEUE7ArKi2wQCywLSotsEEssAAWRSMgLiBGiiNhOLEkARQrLbBCLLAJI0KwQSstsEMssgAAOistsEQssgABOistsEUssgEAOistsEYssgEBOistsEcssgAAOystsEgssgABOystsEkssgEAOystsEossgEBOystsEsssgAANystsEwssgABNystsE0ssgEANystsE4ssgEBNystsE8ssgAAOSstsFAssgABOSstsFEssgEAOSstsFIssgEBOSstsFMssgAAPCstsFQssgABPCstsFUssgEAPCstsFYssgEBPCstsFcssgAAOCstsFgssgABOCstsFkssgEAOCstsFossgEBOCstsFsssDArLrEkARQrLbBcLLAwK7A0Ky2wXSywMCuwNSstsF4ssAAWsDArsDYrLbBfLLAxKy6xJAEUKy2wYCywMSuwNCstsGEssDErsDUrLbBiLLAxK7A2Ky2wYyywMisusSQBFCstsGQssDIrsDQrLbBlLLAyK7A1Ky2wZiywMiuwNistsGcssDMrLrEkARQrLbBoLLAzK7A0Ky2waSywMyuwNSstsGossDMrsDYrLbBrLCuwCGWwAyRQeLABFTAtAABLuADIUlixAQGOWbkIAAgAYyCwASNEILADI3CwDkUgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbABRWMjYrACI0SzCgkFBCuzCgsFBCuzDg8FBCtZsgQoCUVSRLMKDQYEK7EGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAAAAAAAAAAAAAA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") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
-
-.social-share-icon { font-family: "shareIcon"; }
-
-.social-share .icon-tencent:before { content: "\f07a"; }
-
-.social-share .icon-qq:before { content: "\f11a"; }
-
-.social-share .icon-weibo:before { content: "\f12a"; }
-
-.social-share .icon-wechat:before { content: "\f09a"; }
-
-.social-share .icon-douban:before { content: "\f10a"; }
-
-.social-share .icon-heart:before { content: "\f20a"; }
-
-.social-share .icon-like:before { content: "\f00a"; }
-
-.social-share .icon-qzone:before { content: "\f08a"; }
-
-.social-share .icon-linkedin:before { content: "\f01a"; }
-
-.social-share .icon-diandian:before { content: "\f05a"; }
-
-.social-share .icon-facebook:before { content: "\f03a"; }
-
-.social-share .icon-google:before { content: "\f04a"; }
-
-.social-share .icon-twitter:before { content: "\f06a"; }
-
-.wechat-qrcode { display: none; border: 1px solid #eee; position: fixed; z-index: 999; top: 50%; left: 50%; width: 200px; height: 190px; margin-top: -96px; margin-left: -100px; color: #666; font-size: 12px; text-align: center; background-color: #fff; -webkit-box-shadow: 0 2px 10px #aaa; box-shadow: 0 2px 10px #aaa; -webkit-transition: all 200ms; transition: all 200ms; -webkit-tansition: all 350ms; -moz-transition: all 350ms; }
-
-.wechat-qrcode.bottom { top: 40px; left: -84px; }
-
-.wechat-qrcode.bottom:after { display: none; }
-
-.wechat-qrcode h4 { font-weight: normal; height: 26px; line-height: 26px; font-size: 12px; background-color: #f3f3f3; margin: 0; padding: 0; color: #777; }
-
-.wechat-qrcode .qrcode { width: 105px; margin: 10px auto; }
-
-.wechat-qrcode .qrcode table { margin: 0 !important; }
-
-.wechat-qrcode .help p { font-weight: normal; line-height: 16px; padding: 0; margin: 0; width: 100%; }
-
-.wechat-qrcode .closeWechat { position: absolute; right: 5px; top: 5px; width: 16px; height: 16px; z-index: 9; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); cursor: pointer; }
-
-.wechat-qrcode .closeWechat:after { width: 2px; height: 100%; position: absolute; left: 50%; margin-left: -1px; content: ''; display: block; background: #666; }
-
-.wechat-qrcode .closeWechat::before { width: 100%; height: 2px; position: absolute; top: 50%; margin-top: -1px; content: ''; display: block; background: #666; }
-
-.campusBanner { position: relative; }
-
-.campusBanner .imgBox { position: relative; overflow: hidden; padding-top: 45%; }
-
-.campusBanner .imgBox img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
-
-.campusBanner video{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover;}
-
-.campusClassMain { padding: 35px 0px 20px; background: #f2f2f4; }
-
-.campusClassMain .campusClass { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0px; }
-
-.campusClassMain .campusClass .list { width: 100%; margin: 0px 0px 20px; background: #fff; -webkit-border-radius: 15px; border-radius: 15px; overflow: hidden; -webkit-transition: all .8s ease; transition: all .8s ease; }
-
-.campusClassMain .campusClass .list .imgBox { padding-top: 65%; position: relative; overflow: hidden; }
-
-.campusClassMain .campusClass .list .imgBox img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all .8s; transition: all .8s; }
-
-.campusClassMain .campusClass .list .content { padding: 25px 20px; }
-
-.campusClassMain .campusClass .list .content .listTitle { font-size: 16px; line-height: 1; font-weight: 600; color: #000000; }
-
-.campusClassMain .campusClass .list .content .more { margin-top: 10px; font-size: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.campusClassMain .campusClass .list .content .more i { font-size: 12px; margin-left: 5px; }
-
-.campusClassMain .campusClass .list:hover { -webkit-box-shadow: 0px 6px 21px rgba(5, 22, 134, 0.1); box-shadow: 0px 6px 21px rgba(5, 22, 134, 0.1); }
-
-.campusClassMain .campusClass .list:hover .imgBox img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
-
-.commonBanner { position: relative; }
-
-.commonBanner .imgBox { position: relative; overflow: hidden; padding-top: 21.02%; }
-
-.commonBanner .imgBox img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
-
-.JobMain { background: #f2f2f4; padding: 40px 0px 50px; overflow: hidden; }
-
-.JobMain .commonweb { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
-
-.JobMain .JobListMain { width: 100%; margin-right: 0px; }
-
-.JobMain .JobListBox { padding: 30px 20px 20px; background: #fff; }
-
-.JobMain .JobListBox .titleBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end;-webkit-justify-content: flex-end;-moz-box-pack: end;-ms-flex-pack: end;justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.JobMain .JobListBox .titleBox .title { font-size: 18px; font-weight: 600; color: #000000; line-height: 1; display:none; }
-
-.JobMain .JobListBox .titleBox .shareBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 14px; color: #8589a6; position: relative; cursor: pointer; }
-
-.JobMain .JobListBox .titleBox .shareBox i { margin-left: 5px; font-size: 20px; }
-
-.JobMain .JobListBox .titleBox .shareBox .shareList { position: absolute; right: 0px; top: 0px; padding-top: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; z-index: -1; opacity: 0; visibility: hidden; -webkit-transition: all .8s ease; transition: all .8s ease; }
-
-.JobMain .JobListBox .titleBox .shareBox .shareList a { width: 30px; height: 30px; margin: 3px 0px; -webkit-border-radius: 100%; border-radius: 100%; color: #fff; font-size: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.JobMain .JobListBox .titleBox .shareBox .shareList a.icon-wechat { background: #7bc549; }
-
-.JobMain .JobListBox .titleBox .shareBox .shareList a.icon-weibo { background: #e10000; }
-
-.JobMain .JobListBox .titleBox .shareBox .shareList a.icon-qq { background: #56b6e7; }
-
-.JobMain .JobListBox .titleBox .shareBox:hover .shareList { padding-top: 30px; opacity: 1; visibility: visible; z-index: 10; }
-
-.JobMain .JobScreen { padding-top: 30px; }
-
-.JobMain .JobScreen .subTitleBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 30px; }
-
-.JobMain .JobScreen .subTitleBox .subTitle { font-size: 16px; color: #000000; }
-
-.JobMain .JobScreen .subTitleBox .clearScreen { color: #8589a6; font-size: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; display:none; }
-
-.JobMain .JobScreen .subTitleBox .clearScreen span { width: 16px; height: 16px; -webkit-border-radius: 100%; border-radius: 100%; background: #989cb2; display: block; margin-left: 10px; position: relative; }
-
-.JobMain .JobScreen .subTitleBox .clearScreen span i { position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }
-
-.JobMain .JobScreen .subTitleBox .clearScreen span i::after { content: ''; width: 1px; height: 100%; background: #fff; left: 50%; top: 0px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); position: absolute; }
-
-.JobMain .JobScreen .subTitleBox .clearScreen span i::before { content: ''; width: 100%; height: 1px; background: #fff; left: 0px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; }
-
-.JobMain .JobScreen .subTitleBox .clearScreen input { position: absolute; right: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
-
-.JobMain .JobScreen .input { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
-
-.JobMain .JobScreen .input .inputField { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-border-radius: 6px 0px 0px 6px; border-radius: 6px 0px 0px 6px; height: 40px; line-height: 40px; font-size: 14px; padding: 0px 15px; border: 1px solid #dadce5; border-right: none; }
-
-.JobMain .JobScreen .input .btn { width: 80px; height: 40px; color: #fff; -webkit-border-radius: 0px 6px 6px 0px; border-radius: 0px 6px 6px 0px; background: #1226aa; }
-
-.JobMain .JobScreen .selectBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
-
-.JobMain .JobScreen .selectBox .list { width: 100%; margin: 15px 0px 0px 0px; }
-
-.JobMain .JobScreen .selectBox .list .layui-form-select .layui-input { border: 1px solid #dadce5; height: 40px; -webkit-border-radius: 6px; border-radius: 6px; overflow: hidden; font-size: 14px;}
-
-.JobMain .JobScreen .selectBox .list .layui-form-select dl { top: 42px; bottom: auto; }
-
-.JobMain .JobScreen .selectBox .list .layui-form-select dl dd.layui-this { background: #1226aa; }
-
-.JobMain .JobScreen .selectBox .filterCriteria{display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width:100%; padding-top:20px;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
-.JobMain .JobScreen .selectBox .filterCriteria h3{width:auto; font-size:14px; margin-right:15px;line-height: 40px;background: #1226aa;padding: 0px 20px;color: #fff;}
-
-.JobMain .JobScreen .selectBox .filterCriteria p{width:100%;display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top:10px}
-.JobMain .JobScreen .selectBox .filterCriteria p{display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
-.JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radio{line-height: 28px; margin:0px 20px 0px 0px;padding-right:0px;}
-.JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radio i{display:none;}
-.JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radio>i{margin-right: 8px;font-size: 22px;color: #c2c2c2;}
-.JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radioed{color:#1226aa;}
-.JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radioed div{ font-weight:600}
-.JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radio div{font-size:14px;}
-.JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radio:hover *, .JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radioed,.JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radioed>i{color:#1226aa; font-weight:600}
-
-.JobMain .JobScreen .selectBox .filterCriteria p a{line-height: 28px; margin:0px 20px 0px 0px;font-size:14px;}
-.JobMain .JobScreen .selectBox .filterCriteria p a:hover{color:#1226aa; font-weight:600}
-.JobMain .JobScreen .selectBox .filterCriteria p a.cur{color:#1226aa; font-weight:600}
-
-.JobMain .JobListBox .JobList { padding: 15px 0px 30px; margin: 0px -20px; }
-
-.JobMain .JobListBox .JobList .list { border-bottom: 1px solid #e7e8f0; padding: 20px 20px; position:relative;}
-
-.JobMain .JobListBox .JobList .list .listTitle { font-size: 16px; line-height: 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-weight: 600; color: #000000; }
-
-.JobMain .JobListBox .JobList .list .listTitle .icon-huo { margin-right: 10px; font-size: 18px; color: #ff475a; }
-
-/*.JobMain .JobListBox .JobList .list .listTitle .detailBtn { min-width: 45px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }*/
-
-/*.JobMain .JobListBox .JobList .list .listTitle .detailBtn i { width: 18px; height: 18px; -webkit-border-radius: 100%; border-radius: 100%; background: #1226aa; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;-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; position: relative; font-size:14px; color:#fff; align-items:center; justify-content:center; transform: rotate(90deg); }*/
-
-/*.JobMain .JobListBox .JobList .list .listTitle .detailBtn i::after { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 2px; height: 55%; background: #fff; }*/
-
-/*.JobMain .JobListBox .JobList .list .listTitle .detailBtn i::before { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 55%; height: 2px; background: #fff; }*/
-
-.JobMain .JobListBox .JobList .list .listTitle .detailBtn{position:absolute; top:50px; right:20px;display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; opacity:0;}
-.JobMain .JobListBox .JobList .list .listTitle .detailBtn i{font-size:20px; transform: rotate(90deg); opacity:0.3;}
-.JobMain .JobListBox .JobList .list .listTitle .detailBtn i.cur{transform: rotate(-90deg);}
-
-
-.JobMain .JobListBox .JobList .list:hover .listTitle .detailBtn{opacity:1;}
-
-.JobMain .JobListBox .JobList .list .labelBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
-
-.JobMain .JobListBox .JobList .list .labelBox .label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 5px; width: 100%; }
-
-.JobMain .JobListBox .JobList .list .labelBox .label span { font-size: 14px; color: #333333; position: relative; padding: 0px 11px; }
-
-.JobMain .JobListBox .JobList .list .labelBox .label span::after { content: ''; position: absolute; right: 0px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: 10px; width: 1px; background: #ebebeb; }
-
-.JobMain .JobListBox .JobList .list .labelBox .label span:first-child { padding-left: 0px; }
-
-.JobMain .JobListBox .JobList .list .labelBox .label span:last-child:after { display: none; }
-
-.JobMain .JobListBox .JobList .list .labelBox .label span i { font-size: 16px; margin-right: 5px; color: #bfbfbf; }
-
-.JobMain .JobListBox .JobList .list .labelBox .time { padding-top: 10px; font-size: 14px; color: #666666; }
-
-.JobMain .JobListBox .JobList .list:hover { background: #f7f8fa; }
-
-.JobMain .JobListBox .JobList .list .detail{display:none; padding-top: 10px;}
-
-.JobMain .JobListBox .JobList .list .detail .detailTitle { margin-top: 20px; font-size: 16px; font-weight: 600; line-height: 1; }
-
-.JobMain .JobListBox .JobList .list .detail .desc { font-size: 14px; line-height: 24px; padding-top: 15px; color: #333333; }
-
-
-.JobMain .JobListBox .nodata { text-align: center; padding: 40px 0px; font-size: 14px; font-weight: 600; color: #000000; line-height: 24px; }
-
-.JobMain .hotJobListBox { width: 100%; margin-top: 40px; padding: 20px 20px 10px; min-height: 460px; background: #fff; height: 100%; }
-
-.JobMain .hotJobListBox .titleBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #e7e8f0; padding-bottom: 20px; margin-bottom: -1px; }
-
-.JobMain .hotJobListBox .titleBox .title { font-size: 18px; color: #000000; font-weight: 600; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.JobMain .hotJobListBox .titleBox .title i { font-size: 14px; margin-right: 5px; color: #ff475a; }
-
-.JobMain .hotJobListBox .titleBox a { font-size: 14px; color: #8589a6; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.JobMain .hotJobListBox .titleBox a i { margin-left: 5px; font-size: 12px; }
-
-.JobMain .hotJobListBox .hotJobList .list { padding: 15px 0px; border-top: 1px solid #e7e8f0; }
-
-.JobMain .hotJobListBox .hotJobList .list .listTitle { font-size: 14px; color: #000000; font-weight: 600; }
-
-.JobMain .hotJobListBox .hotJobList .list .time { margin-top: 5px; font-size: 12px; }
-
-.JobMain .hotJobListBox .nodata { text-align: center; padding: 30px 0px; font-size: 14px; color: #666666; }
-
-.JobMain .JobListMain .JobDetailBox { padding: 30px 20px; background: #fff; }
-
-.JobMain .JobListMain .JobDetailBox .titleBox { border-bottom: 1px solid #e7e8f0; padding: 0px 0px 20px; }
-
-.JobMain .JobListMain .JobDetailBox .return{display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
-.JobMain .JobListMain .JobDetailBox .return a{display: -webkit-box;
- display: -webkit-flex; display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center; align-items: center; height: 35px; padding: 0px 15px;font-size: 12px;color: #1226aa;background: #1226aa; color:#fff;}
-
-.JobMain .JobListMain .JobDetailBox .titleBox .title { font-size: 18px; line-height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-weight: 600; color: #000000; }
-
-.JobMain .JobListMain .JobDetailBox .titleBox .title i { margin-right: 10px; font-size: 20px; color: #ff475a; }
-
-.JobMain .JobListMain .JobDetailBox .titleBox .labelBox { padding-top: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
-
-.JobMain .JobListMain .JobDetailBox .titleBox .labelBox .label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 5px; width: 100%; }
-
-.JobMain .JobListMain .JobDetailBox .titleBox .labelBox .label span { font-size: 14px; color: #333333; position: relative; padding: 0px 11px; }
-
-.JobMain .JobListMain .JobDetailBox .titleBox .labelBox .label span::after { content: ''; position: absolute; right: 0px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: 10px; width: 1px; background: #ebebeb; }
-
-.JobMain .JobListMain .JobDetailBox .titleBox .labelBox .label span:first-child { padding-left: 0px; }
-
-.JobMain .JobListMain .JobDetailBox .titleBox .labelBox .label span:last-child:after { display: none; }
-
-.JobMain .JobListMain .JobDetailBox .titleBox .labelBox .label span i { font-size: 16px; margin-right: 5px; color: #bfbfbf; }
-
-.JobMain .JobListMain .JobDetailBox .titleBox .labelBox .time { padding-top: 10px; font-size: 14px; color: #666666; }
-
-.JobMain .JobListMain .JobDetailBox .JobDetail { padding-top: 10px; }
-
-.JobMain .JobListMain .JobDetailBox .JobDetail .title { margin-top: 20px; font-size: 16px; font-weight: 600; line-height: 1; }
-
-.JobMain .JobListMain .JobDetailBox .JobDetail .desc { font-size: 14px; line-height: 24px; padding-top: 15px; color: #333333; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-top: 30px; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox > a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 35px; padding: 0px 15px; margin-right: 10px; font-size: 12px; color: #333333; border: 1px solid #d9d9d9; background:#e1e1e1; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox > a i { margin-right: 5px; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox > a:hover { background: #1226aa; color: #fff; border-color: #1226aa; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox > a.cur { background: #1226aa; color: #fff; border-color: #1226aa; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox .detailShere { height: 35px; padding: 0px 15px; font-size: 12px; position: relative; color: #333333; border: 1px solid #d9d9d9; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background:#e1e1e1; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox .detailShere i { font-size: 20px; margin-right: 5px; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox .detailShere .shareList { position: absolute; left: 0px; top: 30px; padding-top: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; z-index: -1; opacity: 0; visibility: hidden; -webkit-transition: all .8s ease; transition: all .8s ease; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox .detailShere .shareList a { width: 30px; height: 30px; margin-right: 5px; -webkit-border-radius: 100%; border-radius: 100%; color: #fff; font-size: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox .detailShere .shareList a.icon-wechat { background: #7bc549; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox .detailShere .shareList a.icon-weibo { background: #e10000; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox .detailShere .shareList a.icon-qq { background: #56b6e7; }
-
-.JobMain .JobListMain .JobDetailBox .btnBox .detailShere:hover .shareList { padding-top: 10px; opacity: 1; visibility: visible; z-index: 10; }
-
-.pageMain { padding: 30px 0px 0px; overflow: hidden; position: relative; }
-
-.pageMain #pagination { text-align: center; display: none; }
-
-.pageMain #pagination a { height: 30px; line-height: 30px; width: 30px; -webkit-border-radius: 8px; border-radius: 8px; padding: 0px; margin: 0px 4px; position: relative; background: #f6f6f6; border: none; font-size: 14px; }
-
-.pageMain #pagination a:hover { background-color: #1226aa; color: #fff; }
-
-.pageMain #pagination a.layui-laypage-prev { font-size: 16px; }
-
-.pageMain #pagination a.layui-laypage-next { font-size: 16px; }
-
-.pageMain #pagination .layui-laypage .layui-laypage-curr { height: 30px; line-height: 30px; width: 30px; font-size: 14px; -webkit-border-radius: 8px; border-radius: 8px; border: none; padding: 0px; margin: 0px 4px; font-weight: 600; }
-
-.pageMain #pagination .layui-laypage .layui-laypage-curr em { -webkit-border-radius: 8px; border-radius: 8px; background-color: #1226aa; }
-
-.pageMain .loadMore { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.pageMain .loadMore a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-transition: .8s ease; transition: .8s ease; font-size: 12px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #1226aa; width: 130px; -webkit-border-radius: 45px; border-radius: 45px; height: 45px; border: 2px solid #1226aa; }
-
-.pageMain .loadMore a .icon { margin-left: 10px; width: 12px; height: 13px; -webkit-transition: .6s ease; transition: .6s ease; background-position: 0px -14px; background-repeat: no-repeat; background-image: url(../images/img_23.png); display: block; }
-
-.pageMain .loadMore a:hover { background: #1226aa; color: #fff; }
-
-.pageMain .loadMore a:hover .icon { background-position: 0px 0px; }
-
-/*--校园动态--*/
-.campusTitle { font-size: 20px; line-height: 1; font-weight: 600; color: #000000; text-align: center; }
-
-.campusNewsMain { padding: 35px 0px 0px; }
-
-.campusNewsMain .campusNewsBox { position: relative; }
-
-.campusNewsMain .campusNewsBox .prevBtn, .campusNewsMain .campusNewsBox .nextBtn { position: absolute; top: 50%; width: 60px; height: 60px; cursor: pointer; background: #e5e5e5; -webkit-border-radius: 100%; border-radius: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: none; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all .8s ease; transition: all .8s ease; }
-
-.campusNewsMain .campusNewsBox .prevBtn i, .campusNewsMain .campusNewsBox .nextBtn i { font-size: 22px; color: #fff; }
-
-.campusNewsMain .campusNewsBox .prevBtn { left: -80px; }
-
-.campusNewsMain .campusNewsBox .nextBtn { right: -80px; }
-
-.campusNewsMain .campusNewsBox .prevBtn:hover, .campusNewsMain .campusNewsBox .nextBtn:hover { background: #1226aa; }
-
-.campusNewsMain .campusNewsBox .campusNewsList { margin-top: 25px; overflow: hidden; position: relative; }
-
-.campusNewsMain .campusNewsBox .campusNewsList .swiper-slide { width: 100%; margin-right: 20px; -webkit-border-radius: 15px; border-radius: 15px; overflow: hidden; }
-
-.campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .imgBox { padding-top: 64.002%; position: relative; overflow: hidden; }
-.campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .imgBox img{position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0px; top: 0px;}
-.campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .imgBox video { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0px; top: 0px; }
-
-.campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .imgBox i { display: block;width: 55px;height: 55px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 9; }
-.campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .imgBox i.play{background: url("../images/iconPlay.png") no-repeat;background-size: 55px;}
-.campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .imgBox i.stop{display: none; background: url("../images/iconStop.png") no-repeat;background-size: 55px;}
-
-.campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .content { position: absolute; left: 20px; right: 20px; bottom: 20px; color: #fff; }
-
-.campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .content .time { font-size: 12px; opacity: 0.6; padding-bottom: 5px; }
-
-.campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .content .listTitle { font-size: 16px; display: -webkit-box; height: 48px; line-height: 24px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
-
-.campusNewsMain .campusNewsBox .campusNewsList .swiper-slide:last-child { margin: 0px; }
-
-.campusNewsMain .campusNewsListCenter .swiper-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.campusNewsMain .campusNewsListCenter .prevBtn, .campusNewsMain .campusNewsListCenter .nextBtn { display: none !important; }
-
-.campusProcessMain { padding-top: 35px; }
-
-.campusProcessMain .campusProcess { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 30px; padding: 0px 0px; }
-
-.campusProcessMain .campusProcess .list { width: 33.333%; padding: 0px 20px 20px; text-align: center; position: relative; }
-
-.campusProcessMain .campusProcess .list .icon { position: relative; }
-
-.campusProcessMain .campusProcess .list .icon img { max-width: 155px; width: 100%; vertical-align: middle; }
-
-.campusProcessMain .campusProcess .list .text { padding-top: 15px; font-size: 14px; color: #000000; }
-
-.campusProcessMain .campusProcess .list .icon::after { content: ''; right: -24px; top: 50%; margin-top: -3px; width: 0px; height: 0px; position: absolute; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #949699; }
-
-.campusProcessMain .campusProcess .list:last-child .icon:after { display: none; }
-
-.campusProcessMain .campusProcess .list:nth-child(3n) .icon::after { display: none; }
-
-.campusQaMain { padding: 35px 0px; }
-
-.campusQaMain .campusQaBox { margin-top: 25px; }
-
-.campusQaMain .campusQaBox .list { padding: 20px 5px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin-bottom: -1px; }
-
-.campusQaMain .campusQaBox .list .listTitleBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; cursor: pointer; }
-
-.campusQaMain .campusQaBox .list .listTitleBox .q { min-width: 35px; }
-
-.campusQaMain .campusQaBox .list .listTitleBox .q span { width: 25px; height: 25px; -webkit-border-radius: 5px; border-radius: 5px; font-size: 14px; background: #1226aa; color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.campusQaMain .campusQaBox .list .listTitleBox .listTitle { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 22px; color: #000000; }
-
-.campusQaMain .campusQaBox .list .listTitleBox .btn { min-width: 35px; padding-top: 2px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
-
-.campusQaMain .campusQaBox .list .listTitleBox .btn i { width: 18px; height: 18px; -webkit-border-radius: 100%; border-radius: 100%; background: #1226aa; display: block; position: relative; }
-
-.campusQaMain .campusQaBox .list .listTitleBox .btn i::after { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 2px; height: 55%; background: #fff; }
-
-.campusQaMain .campusQaBox .list .listTitleBox .btn i::before { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 55%; height: 2px; background: #fff; }
-
-.campusQaMain .campusQaBox .list .listTitleBox .btn span{width:35px; height:35px; font-size:18px; color:#1226aa;display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);-webkit-transition: all .8s ease;-o-transition: all .8s ease;-moz-transition: all .8s ease;transition: all .8s ease; }
-
-.campusQaMain .campusQaBox .list .contentMain { padding: 25px 0px 15px; display: none; }
-
-.campusQaMain .campusQaBox .list .contentMain .contentBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
-
-.campusQaMain .campusQaBox .list .contentMain .contentBox .a { min-width: 35px; }
-
-.campusQaMain .campusQaBox .list .contentMain .contentBox .a span { width: 25px; height: 25px; -webkit-border-radius: 5px; border-radius: 5px; font-size: 14px; background: #d1d1d1; color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.campusQaMain .campusQaBox .list .contentMain .contentBox .content { font-size: 14px; line-height: 24px; color: #666666; }
-
-.campusQaMain .campusQaBox .list.cur .listTitleBox .btn i::after { display: none; }
-
-.campusQaMain .campusQaBox .list.cur .listTitleBox .btn span{-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);}
-
-/*--动态详情页--*/
-.newsDetailMain { padding: 45px 0px 35px; background-image: url(../images/img_33.jpg); background-repeat: no-repeat; background-size: 100% auto; background-position: top; }
-
-.newsDetailMain .newsDetailTitleBox { margin: 0px auto; max-width: 1200px; }
-
-.newsDetailMain .newsDetailTitleBox .title { font-size: 20px; font-weight: 600; color: #000000; }
-
-.newsDetailMain .newsDetailTitleBox .timeShare { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-top: 20px; }
-
-.newsDetailMain .newsDetailTitleBox .timeShare .time { padding: 0px 10px; font-size: 12px; height: 28px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #dcdcdc; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.newsDetailMain .newsDetailTitleBox .timeShare .detailShere { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-left: 15px; }
-
-.newsDetailMain .newsDetailTitleBox .timeShare .detailShere a { width: 30px; height: 30px; font-size: 16px; margin-right: 5px; color: #8c8d8e; -webkit-border-radius: 100%; border-radius: 100%; background: #e7e8ed; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.newsDetailMain .newsDetailTitleBox .timeShare::after { content: ''; height: 1px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; background: #e5e5e5; margin-left: 15px; }
-
-.newsDetailMain .newsDetailTitleBox .newsDetail { padding-top: 30px; font-size: 14px; line-height: 24px; color: #666666; }
-
-.newsDetailMain .newsDetailTitleBox .newsDetail img { max-width: 100%; height: auto !important; }
-
-.newsDetailMain .newsDetailTitleBox .previousNextPostBox { margin-top: 30px; padding-top: 20px; border-top: 2px solid #e5e5e5; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.newsDetailMain .newsDetailTitleBox .previousNextPostBox .previousNextPost { width: 100%; }
-
-.newsDetailMain .newsDetailTitleBox .previousNextPostBox .previousNextPost p { font-size: 14px; display: -webkit-box; height: 28px; line-height: 28px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
-
-.newsDetailMain .newsDetailTitleBox .previousNextPostBox .previousNextPost p span { font-size: 16px; font-weight: 600; color: #000000; }
-
-.newsDetailMain .newsDetailTitleBox .previousNextPostBox .return { padding-top: 20px; width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.newsDetailMain .newsDetailTitleBox .previousNextPostBox .return a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 47px; -webkit-border-radius: 47px; border-radius: 47px; padding: 0px 42px; color: #fff; background: #1226aa; }
-
-/*--选择我们--*/
-.chooseUsBonusMain { padding: 35px 0px; overflow: hidden; position: relative; }
-
-.chooseUsBonusMain .chooseUsBonus { margin-top: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
-
-.chooseUsBonusMain .chooseUsBonus .content { width: 100%; padding-top: 20px; padding-right: 0px; padding-bottom: 20px; }
-
-.chooseUsBonusMain .chooseUsBonus .content .icon img { width: 30px; }
-
-.chooseUsBonusMain .chooseUsBonus .content .campusTitle { padding-top: 15px; border-bottom: 1px solid #edeff2; padding-bottom: 15px; text-align: left; }
-
-.chooseUsBonusMain .chooseUsBonus .content .campusTitle span { color: #1226aa; }
-
-.chooseUsBonusMain .chooseUsBonus .content .subTitle { padding-top: 15px; font-size: 16px; color: #000000; font-weight: 600; }
-
-.chooseUsBonusMain .chooseUsBonus .content .desc { padding-top: 5px; font-size: 14px; color: #666666; }
-
-.chooseUsBonusMain .chooseUsBonus .imgBox { width: 100%; position: relative; padding-top: 53.65%; }
-
-.chooseUsBonusMain .chooseUsBonus .imgBox img { width: 100%; height: 100%; object-fit: cover; left: 0px; top: 0px; display: block; position: absolute; z-index: 20; -webkit-border-radius: 15px; border-radius: 15px; }
-
-.chooseUsBonusMain .chooseUsBonus .imgBox::after { position: absolute; right: -115px; top: -40px; width: 607px; height: 391px; background-image: url(../images/img_36.png); background-size: cover; background-position: center; background-repeat: no-repeat; }
-
-
-.chooseUsBonusMain .chooseUsBonus .imgBox .EmployeeAtlas{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden;}
-.chooseUsBonusMain .chooseUsBonus .imgBox .EmployeeAtlas span{ width: 30px; height: 30px; font-size: 18px; display: flex; justify-content: center; align-items: center; top: 50%; transform: translateY(-50%); z-index: 20; position: absolute; cursor: pointer; color: #fff; background-color: rgba(0,0,0,0.3); border-radius: 100%;}
-.chooseUsBonusMain .chooseUsBonus .imgBox .EmployeeAtlas span.prevBtn{ left: 10px;}
-.chooseUsBonusMain .chooseUsBonus .imgBox .EmployeeAtlas span.nextBtn{ right: 10px;}
-.chooseUsBonusMain .chooseUsBonus .imgBox .EmployeeAtlas span:hover{background-color: rgba(0,0,0,.7);}
-.chooseUsBonusMain .chooseUsBonus .imgBox .EmployeeAtlas .swiper-button-disabled{display: none;}
-
-
-.chooseUsDevelopMain { padding: 35px 0px 0px; background-image: url(../images/img_38.jpg); background-repeat: no-repeat; background-position: top; background-size: cover; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox { margin-top: 35px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .title { width: 90px; height: 90px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: relative; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .title::after { content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; -webkit-border-radius: 100%; border-radius: 100%; -webkit-box-shadow: 0px 0px 20px rgba(18, 38, 170, 0.8); box-shadow: 0px 0px 20px rgba(18, 38, 170, 0.8); background-color: #5f74fc; background-image: -webkit-gradient(linear, left top, left bottom, from(#5f74fc), to(#1226aa)); background-image: linear-gradient(to bottom, #5f74fc, #1226aa); }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .title::before { background-color: #1226aa; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: ''; -webkit-border-radius: 100%; border-radius: 100%; opacity: 0.2; -webkit-animation: chooseScale 2s linear infinite; animation: chooseScale 2s linear infinite; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .title p { position: relative; z-index: 20; font-size: 14px; line-height: 20px; color: #fff; font-weight: 600; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox { width: 100%; position: relative; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list { padding: 15px 0px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; z-index: 20; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content { margin-bottom: 40px; height: 50px; width: 220px; text-align: center; position: relative; -webkit-border-radius: 80px; border-radius: 80px; border: 1px solid #569feb; background-color: #f3f9ff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content p { font-size: 14px; line-height: 20px; color: #333333; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content i { position: absolute; bottom: -30px; left: 50%; margin-left: -0.5px; height: 30px; width: 1px; background: #569feb; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content i::after { content: ''; bottom: 0px; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); border-left: 4px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #569feb; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) { margin-bottom: 40px; width: 90px; height: 90px; -webkit-border-radius: 100%; border-radius: 100%; background: #fff; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) p { font-weight: 600; color: #297bc2; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) i { height: 30px; bottom: -30px; z-index: 10; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) i::after { border: none; bottom: -4px; width: 6px; height: 6px; -webkit-border-radius: 100%; border-radius: 100%; background: #569feb; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) i::before { content: ''; width: 14px; height: 14px; -webkit-border-radius: 100%; border-radius: 100%; border: 5px solid #569feb; background: #fff; position: absolute; top: -7px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:last-child { margin: 0px; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:last-child i { display: none; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .arrowImg { position: absolute; left: 55px; width: 122px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .arrowImg img { width: 100%; display: block; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content { border: 1px solid #4cbd7d; background-color: #eff8f2; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content:nth-child(1) { background: #fff; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content:nth-child(1) p { color: #217f4a; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content i { background-color: #4cbd7d; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content i::after { border-top-color: #4cbd7d; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content:nth-child(1) i::after { border: none; background-color: #4cbd7d; }
-
-.chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content:nth-child(1) i::before { border-color: #4cbd7d; }
-
-.chooseUsDevelopMain .chooseUsDevelopContent{position: relative; z-index: 10;}
-
-.chooseUsDevelopMain .chooseUsDevelopContent img{width: 100%; display: block;}
-
-.chooseUsDevelopMain .chooseUsDevelopImg { text-align: right; }
-
-.chooseUsDevelopMain .chooseUsDevelopImg img { width: 200px; margin: 20px 0px 0px; vertical-align: middle; }
-
-@keyframes chooseScale { 0% { -webkit-transform: scale(1); transform: scale(1); }
- 100% { -webkit-transform: scale(1.6); transform: scale(1.6);
- opacity: 0; } }
-
-@-webkit-keyframes chooseScale { 0% { -webkit-transform: scale(1); transform: scale(1); }
- 100% { -webkit-transform: scale(1.6); transform: scale(1.6);
- opacity: 0; } }
-
-.chooseUsEmployeeMain { padding: 35px 0px; overflow: hidden; position: relative; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list { padding: 35px 0px 40px; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .commonweb { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; z-index: 10; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .imgBox { width: 100%; position: relative; padding-top: 53.65%; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .imgBox img { width: 100%; height: 100%; object-fit: cover; left: 0px; top: 0px; display: block; position: absolute; z-index: 20; -webkit-border-radius: 15px; border-radius: 15px; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .imgBox::after { position: absolute; left: -115px; top: -40px; width: 607px; height: 391px; background-image: url(../images/img_41.png); background-size: cover; background-position: center; background-repeat: no-repeat; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .imgBox .EmployeeAtlas{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden;}
-.chooseUsEmployeeMain .chooseUsEmployee .list .imgBox .EmployeeAtlas span{ width: 30px; height: 30px; font-size: 18px; display: flex; justify-content: center; align-items: center; top: 50%; transform: translateY(-50%); z-index: 20; position: absolute; cursor: pointer; color: #fff; background-color: rgba(0,0,0,0.3); border-radius: 100%;}
-.chooseUsEmployeeMain .chooseUsEmployee .list .imgBox .EmployeeAtlas span.prevBtn{ left: 10px;}
-.chooseUsEmployeeMain .chooseUsEmployee .list .imgBox .EmployeeAtlas span.nextBtn{ right: 10px;}
-.chooseUsEmployeeMain .chooseUsEmployee .list .imgBox .EmployeeAtlas span:hover{background-color: rgba(0,0,0,.7);}
-.chooseUsEmployeeMain .chooseUsEmployee .list .imgBox .EmployeeAtlas .swiper-button-disabled{display: none;}
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content { width: 100%; padding: 20px 0px 0px; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .icon { text-align: right; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .icon img { width: 30px; vertical-align: middle; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .icon img.leftIcon { display: none; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .icon img.rightIcon { display: inline; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .campusTitle { padding-top: 15px; border-bottom: 1px solid #dee1ed; padding-bottom: 15px; text-align: left; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .campusTitle span { color: #1226aa; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .subTitle { padding-top: 10px; font-size: 16px; color: #000000; font-weight: 600; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .desc { padding-top: 5px; font-size: 14px; color: #666666; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .tabListBox .tabList { position: relative; position: relative; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .tabListBox .tabList .tabListTitle { padding: 10px 0px 0px; font-size: 14px; font-weight: 600; color: #000000; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .tabListBox .tabList .tabContent {font-size: 12px; line-height: 26px; padding: 5px 0px 0px 0px; color: #666666; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .tabListBox .tabList::after { content: ''; position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); width: 8px; height: 8px; border-right: 1px solid #666666; border-bottom: 1px solid #666; display: none; }
-/*
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .tabListBox .tabList.cur { border-left: 2px solid #1226aa; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list .content .tabListBox .tabList.cur::after { border: none; border-left: 1px solid #1226aa; border-top: 1px solid #1226aa; } */
-
-.chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) { padding: 30px 0px; position: relative; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2)::after { background: #f4f9ff; content: ''; width: 100%; top: 0px; bottom: 0px; position: absolute; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .content .icon { text-align: left; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .content .icon img.leftIcon { display: inline; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .content .icon img.rightIcon { display: none; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .imgBox::after { left: auto; right: -115px; background-image: url(../images/img_36.png); }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(3) .imgBox { padding-top: 67.12%; }
-
-.chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(3) .imgBox img { width: 100%; max-width: 100%; }
-
-/*--登录--*/
-.loginMain { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; min-height: -webkit-calc(100vh - 160px); min-height: calc(100vh - 160px); padding: 50px 0px; width: 100%; background-image: url(../images/img_46.jpg); background-repeat: no-repeat; background-size: cover; }
-
-.loginMain .loginBox { max-width: 1280px; margin: 0px auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; background: #fff; -webkit-border-radius: 15px; border-radius: 15px; overflow: hidden; }
-
-.loginMain .loginBox .imgBox { position: relative; overflow: hidden; width: 700px; display: none; }
-
-.loginMain .loginBox .imgBox img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
-
-.loginMain .loginBox .loginForm { width: 100%; padding: 30px 15px 30px; border-top: 3px solid #1226aa; }
-
-.loginMain .loginBox .loginForm .loginMode { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.loginMain .loginBox .loginForm .loginMode .type { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
-
-.loginMain .loginBox .loginForm .loginMode .type a { font-size: 16px; line-height: 1; font-weight: 600; color: #999999; margin-right: 20px; }
-
-.loginMain .loginBox .loginForm .loginMode .type a.cur { color: #1226aa; }
-
-.loginMain .loginBox .loginForm .loginMode .Toggle { font-size: 12px; color: #828282; }
-
-.loginMain .loginBox .loginForm .loginMode .Toggle a { color: #1226aa; margin-left: 10px; }
-
-.loginMain .loginBox .loginForm .loginReg { font-size: 12px; padding-top: 15px; color: #828282; }
-
-.loginMain .loginBox .loginForm .loginReg a { margin-left: 10px; color: #1226aa; }
-
-.loginMain .loginBox .loginForm .input { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 15px; position: relative; }
-
-.loginMain .loginBox .loginForm .input input { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: 100%; background-color: #f3f4f5; -webkit-border-radius: 5px; border-radius: 5px; height: 40px; padding: 0px 15px; font-size: 12px; -webkit-transition: all .4s; transition: all .4s; }
-
-.loginMain .loginBox .loginForm .input button { width: 140px; border: 1px solid #1226aa; color: #1226aa; -webkit-border-radius: 5px; border-radius: 5px; background: #fff; margin-left: 10px; font-size: 12px; }
-
-.loginMain .loginBox .loginForm .input button.prohibit { background: #1226aa; color: #fff; }
-
-.loginMain .loginBox .loginForm .input button.defaProhibit { background: #1226aa; color: #fff; }
-
-.loginMain .loginBox .loginForm .input .vCode { display: block; margin-left: 10px; padding: 0px 10px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #f3f4f5; }
-
-.loginMain .loginBox .loginForm .input .vCode img { height: 40px; display: block; }
-
-.loginMain .loginBox .loginForm .input input:focus { border: 1px solid #1226aa; background: #fff; }
-
-.loginMain .loginBox .loginForm .input .showPassBtn { position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 20px; color: #acacac; cursor: pointer; }
-
-.loginMain .loginBox .loginForm .input .showPassBtn::after { width: 2px; height: 23px; position: absolute; right: 8px; top: 0px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); background: #acacac; }
-
-.loginMain .loginBox .loginForm .input .showPassBtn.showPass::after { content: ''; }
-
-.loginMain .loginBox .loginForm .btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 20px; }
-
-.loginMain .loginBox .loginForm .btn input { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; background: #1226aa; color: #fff; font-size: 14px; height: 40px; -webkit-border-radius: 5px; border-radius: 5px; font-weight: 600; border: none; }
-
-.loginMain .loginBox .loginForm .Tips { padding-top: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
-
-.loginMain .loginBox .loginForm .Tips span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; min-width: 18px; height: 18px; text-align: center; color: #fff; font-size: 14px; -webkit-border-radius: 100%; border-radius: 100%; background: #1226aa; }
-
-.loginMain .loginBox .loginForm .Tips p { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-left: 10px; font-size: 12px; color: #828282; }
-
-.loginMain .loginBox .loginForm .loginProtocol { margin-top: 10px; font-size: 12px; color: #828282; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
-
-.loginMain .loginBox .loginForm .loginProtocol a { color: #1226aa; margin: 0px 5px; }
-
-.loginMain .loginBox .loginForm .loginProtocol .layui-form-checkbox[lay-skin=primary] { padding-left: 28px; min-width: 18px; min-height: 18px; }
-
-.loginMain .loginBox .loginForm .loginProtocol .layui-form-checkbox[lay-skin=primary] i { width: 18px; height: 18px; -webkit-border-radius: 4px !important; border-radius: 4px !important; }
-
-.loginMain .loginBox .loginForm .loginProtocol .layui-form-checked[lay-skin=primary] i { background: #1226aa !important; border-color: #1226aa !important; }
-
-.loginMain .loginBox .loginForm .loginProtocol .layui-form-checkbox[lay-skin=primary]:hover i { border-color: #1226aa !important; }
-
-.loginMain .loginBox .loginForm .otherLoginBox { margin-top: 20px; font-size: 14px; color: #828282; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
-
-.loginMain .loginBox .loginForm .otherLoginBox .otherLogin { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 12px; }
-
-.loginMain .loginBox .loginForm .otherLoginBox .otherLogin a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-left: 10px; color: #fff; font-size: 14px; width: 20px; height: 20px; -webkit-border-radius: 100%; border-radius: 100%; }
-
-.loginMain .loginBox .loginForm .otherLoginBox .otherLogin a.icon-weixin { background: #2c9f20; }
-
-.loginMain .loginBox .loginForm .otherLoginBox .retrievePasswordBtn { font-size: 12px; color: #828282; display: none; }
-
-.loginMain .loginBox .loginForm .loginTab { display: none; }
-
-.loginMain .loginBox .loginForm .regTab { display: none; }
-
-.loginMain .loginBox .loginForm .retrievePasswordBox { display: none; }
-
-.loginMain .loginBox .loginForm .changePassSuccessBox { display: none; }
-
-.loginMain .loginBox .loginForm .regBox { display: none; }
-
-.loginMain .loginBox .loginForm .retrievePassword { padding-top: 10px; }
-
-.loginMain .loginBox .loginForm .changePassSuccess { text-align: center; }
-
-.loginMain .loginBox .loginForm .changePassSuccess .icon { padding-top: 80px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.loginMain .loginBox .loginForm .changePassSuccess .icon i { width: 77px; height: 77px; border: 2px solid #1226aa; color: #1226aa; -webkit-border-radius: 100%; border-radius: 100%; font-size: 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.loginMain .loginBox .loginForm .changePassSuccess .text { padding-top: 20px; font-size: 16px; color: #000000; }
-
-.loginMain .loginBox .loginForm .changePassSuccess .btn { margin-top: 80px; }
-
-.loginMain .loginBox .loginForm .changePassSuccess .btn a { width: 100%; height: 50px; font-size: 18px; -webkit-border-radius: 5px; border-radius: 5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; background: #1226aa; color: #fff; }
-
-.loginAlertMain { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 99; display: none; }
-
-.loginAlertMain .loginAlertBox { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.loginAlertMain .loginAlertBox .loginAlert { width: 94%; height: 140px; -webkit-border-radius: 30px; border-radius: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-image: url(../images/img_48.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; }
-
-.loginAlertMain .loginAlertBox .loginAlert .textBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.loginAlertMain .loginAlertBox .loginAlert .textBox .icon { width: 36px; height: 36px; -webkit-border-radius: 100%; border-radius: 100%; background: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.loginAlertMain .loginAlertBox .loginAlert .textBox .icon i { font-style: normal; color: #1226aa; font-size: 24px; font-weight: 600; }
-
-.loginAlertMain .loginAlertBox .loginAlert .textBox .text { font-size: 14px; margin-left: 10px; color: #fff; }
-
-.popupWechatMain { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 130; background: rgba(0, 0, 0, 0.6); display: none; }
-
-.popupWechatMain .popupWechatBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
-
-.popupWechatMain .popupWechat { -webkit-border-radius: 4px; border-radius: 4px; background: #fff; max-width: 320px; width: 90%; padding: 30px 15px; text-align: center; position: relative; }
-
-.popupWechatMain .popupWechat .title { font-size: 16px; padding-bottom: 15px; color: #262626; line-height: 1.2; font-weight: 600; }
-
-.popupWechatMain .popupWechat .qrCode img { width: 100%; display: block; }
-
-.popupWechatMain .popupWechat iframe{width: 100% !important; height: 395px !important;}
-
-.popupWechatMain .popupWechat .desc { font-size: 14px; padding-top: 10px; color: #262626; line-height: 24px; }
-
-.popupWechatMain .closePopupWechat { position: absolute; top: 20px; right: 20px; font-size: 22px; width: 30px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; }
-
-/*--个人中心--*/
-.userCenterMain { min-height: -webkit-calc(100vh - 160px); min-height: calc(100vh - 160px); padding: 0px 0px 30px; background: #f2f2f4; }
-
-.userCenterMain .commonweb { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
-
-.userCenterMain .commonweb .userCenterLeft { width: 100%; padding-right: 0px; }
-
-.userCenterMain .commonweb .userCenterLeft .leftClass { background: #fff; padding: 15px 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; white-space: nowrap; overflow-x: auto; margin: 0px -20px; border-top: 1px solid #f2f2f4; }
-
-.userCenterMain .commonweb .userCenterLeft .leftClass .list { margin-right: 20px; }
-
-.userCenterMain .commonweb .userCenterLeft .leftClass .list a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 14px; }
-
-.userCenterMain .commonweb .userCenterLeft .leftClass .list i { width: 20px; font-size: 16px; color: #999; }
-
-.userCenterMain .commonweb .userCenterLeft .leftClass .list.cur a { color: #1226aa; }
-
-.userCenterMain .commonweb .userCenterLeft .leftClass .list.cur a i { color: #1226aa; }
-
-.userCenterMain .commonweb .userCenterLeft .logOut { background: #fff; margin-top: 10px; display: none; }
-
-.userCenterMain .commonweb .userCenterLeft .logOut a { display: block; padding: 25px 0px; }
-
-.userCenterMain .commonweb .userCenterLeft .logOut a .icon { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.userCenterMain .commonweb .userCenterLeft .logOut a .icon i { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 60px; height: 60px; background: #f7f8fa; color: #1226aa; font-size: 28px; -webkit-border-radius: 100%; border-radius: 100%; }
-
-.userCenterMain .commonweb .userCenterLeft .logOut a .text { text-align: center; font-size: 14px; color: #000000; padding-top: 10px; }
-
-.userCenterMain .commonweb .userCenterRight { width: 100%; margin-top: 15px; background: #fff; min-height: 650px; padding: 25px 15px; position: relative; }
-
-.userCenterMain .commonweb .userCenterRight .userCenterTitle { font-size: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #eaecee; color: #010000; }
-
-.userCenterMain .commonweb .userCenterRight .userCenterTitle span { padding-bottom: 10px; border-bottom: 2px solid #1226aa; display: block; margin-bottom: -1px; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume { padding-top: 20px; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .title { font-size: 16px; color: #010000; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .listBox { padding-top: 10px; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list { margin-top: 10px; background: #f3f4f5; padding: 15px; -webkit-border-radius: 5px; border-radius: 5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .icon { min-width: 28px; margin-right: 10px; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .icon img { width: 100%; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .listTitleBox { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .listTitleBox .listTitle { font-size: 14px; line-height: 1; color: #000000; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .listTitleBox .size { margin-top: 5px; font-size: 12px; color: #bcbcbc; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .listTitleBox .size span { margin-right: 10px; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -webkit-align-items: end; -ms-flex-align: end; align-items: end; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .btn a { font-size: 12px; margin: 3px 0px; color: #666666; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .btn a i { font-size: 18px; margin-right: 8px; }
-
-.userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .btn a:hover { color: #1226aa; }
-
-.uploadVitae { margin-top: 15px; }
-
-.uploadVitae .layui-upload-drag { display: block; background: #fbfbfb; -webkit-border-radius: 5px; border-radius: 5px; padding: 20px; }
-
-.uploadVitae .layui-upload-drag .icon i { font-size: 30px; color: #999999; }
-
-.uploadVitae .layui-upload-drag .desc { margin-top: 15px; font-size: 14px; color: #000000; }
-
-.uploadVitae .layui-upload-drag .desc2 { margin-top: 10px; font-size: 12px; color: #bcbcbc; }
-
-.uploadVitae .layui-upload-drag .uploadView { padding-top: 25px; display: none; }
-
-.uploadVitae .layui-upload-drag .uploadView img { max-width: 100%; }
-
-.addVitae { text-align: center; padding-top: 40px; }
-
-.addVitae .imgBox img { width: 150px; vertical-align: middle; }
-
-.addVitae .desc { margin-top: 30px; font-size: 14px; color: #000000; }
-
-.addVitae .desc2 { margin-top: 10px; font-size: 12px; color: #bcbcbc; }
-
-.addVitae .btn { padding-top: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.addVitae .btn a { margin: 0px 8px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0px 25px; height: 40px; -webkit-border-radius: 40px; border-radius: 40px; font-size: 14px; background: #1226aa; color: #fff; }
-
-.internalRecommendedMain { padding: 45px 0px; min-height: -webkit-calc(100vh - 120px); min-height: calc(100vh - 120px); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-image: url(../images/img_51.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; }
-
-.internalRecommendedMain .internalRecommended { max-width: 1280px; padding: 30px 15px 50px; -webkit-border-radius: 15px; border-radius: 15px; margin: 0px auto; background: rgba(255, 255, 255, 0.95); }
-
-.internalRecommendedMain .internalRecommended .internalRecommendedTitle { font-size: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #eaecee; color: #1226aa; }
-
-.internalRecommendedMain .internalRecommended .internalRecommendedTitle span { padding-bottom: 10px; border-bottom: 2px solid #1226aa; display: block; margin-bottom: -1px; }
-
-.internalRecommendedMain .internalRecommended .inputList { padding-top: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0px; }
-
-.internalRecommendedMain .internalRecommended .inputList .list { width: 100%; padding: 0px 0px 15px; }
-
-.internalRecommendedMain .internalRecommended .inputList .list p { font-size: 14px; color: #000000; padding-bottom: 10px; }
-
-.internalRecommendedMain .internalRecommended .inputList .list p span { color: #ff0000; }
-
-.internalRecommendedMain .internalRecommended .inputList .list input { width: 100%; -webkit-border-radius: 5px; border-radius: 5px; height: 40px; padding: 0px 15px; font-size: 14px; background: rgba(255, 255, 255, 0.76); border: 1px solid rgba(229, 231, 233, 0.76); }
-
-.internalRecommendedMain .internalRecommended .inputList .list select { width: 100%; -webkit-border-radius: 5px; border-radius: 5px; height: 40px; padding: 0px 15px; font-size: 14px; background: rgba(255, 255, 255, 0.76); border: 1px solid rgba(229, 231, 233, 0.76); }
-
-.internalRecommendedMain .internalRecommended .inputList .list .layui-form-select dl { top: 43px; -webkit-border-radius: 5px; border-radius: 5px; }
-
-.internalRecommendedMain .internalRecommended .inputList .list .layui-form-select dl dd.layui-this { background-color: #1226aa; }
-
-.internalRecommendedMain .internalRecommended .btn { text-align: center; padding-top: 20px; }
-
-.internalRecommendedMain .internalRecommended .btn input { width: 100%; height: 40px; font-size: 14px; color: #ffffff; background: #1226aa; -webkit-border-radius: 5px; border-radius: 5px; }
-
-.basicInfo { max-width: 640px; margin: 0px auto; }
-
-.basicInfo .list { margin-top: 15px; padding: 15px 30px 15px 0px; -webkit-border-radius: 5px; border-radius: 5px; font-size: 12px; color: #333333; background: #f3f4f5; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.basicInfo .list .listTitle { min-width: 75px; color: #000000; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
-
-.basicInfo .list .listTitle i { font-size: 14px; margin-right: 5px; }
-
-.basicInfo .list .info { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-left: 10px; color: #333333; }
-
-.basicInfo .list a { font-size: 14px; color: #1226aa; }
-
-.myCollection { padding: 15px 0px 30px; }
-
-.myCollection .list { border-bottom: 1px solid #e7e8f0; padding: 15px 10px; }
-
-.myCollection .list .listTitleBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.myCollection .list .listTitleBox .listTitle { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 16px; line-height: 35px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-weight: 600; color: #000000; }
-
-.myCollection .list .listTitleBox .listTitle a { color: #000000; }
-
-.myCollection .list .listTitleBox .listTitle i { margin-right: 5px; font-size: 14px; color: #ff475a; }
-
-.myCollection .list .listTitleBox .CollectionBtn { cursor: pointer; }
-
-.myCollection .list .listTitleBox .CollectionBtn i { font-size: 20px; color: #1226aa; }
-
-.myCollection .list .labelBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
-
-.myCollection .list .labelBox .label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 5px; }
-
-.myCollection .list .labelBox .label span { font-size: 12px; color: #333333; position: relative; padding: 0px 10px; }
-
-.myCollection .list .labelBox .label span::after { content: ''; position: absolute; right: 0px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: 10px; width: 1px; background: #ebebeb; }
-
-.myCollection .list .labelBox .label span:first-child { padding-left: 0px; }
-
-.myCollection .list .labelBox .label span:last-child:after { display: none; }
-
-.myCollection .list .labelBox .label span i { font-size: 14px; margin-right: 5px; color: #bfbfbf; }
-
-.myCollection .list .labelBox .time { width: 100%; padding-top: 10px; font-size: 12px; color: #666666; }
-
-.myCollection .list:hover { background: #f7f8fa; }
-
-.recordBox { margin-top: 20px; border: 1px solid #eaecf1; }
-
-.recordBox .recordHeader { display: none; padding: 17px 0px; font-size: 16px; background: #1226aa; color: #fff; }
-
-.recordBox .recordList .list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 15px; font-size: 14px; width: 100%; color: #666666; }
-
-.recordBox .recordList .list:nth-child(2n) { background: #f7f8fa; }
-
-.recordBox .recordList .list > div { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 8px; }
-
-.recordBox .recordList .list > div::before { content: attr(rel); min-width: 100px; }
-
-.recordBox .name { width: 100%; }
-
-.recordBox .name a:hover { color: #1226aa; }
-
-.recordBox .WorkPlace { width: 100%; }
-
-.recordBox .vitae { width: 100%; }
-
-.recordBox .time { width: 100%; }
-
-.recordBox .status { width: 100%; }
-
-.recordBox .Controls { width: 100%; }
-
-.recordBox .Controls a { margin-right: 20px; }
-
-.recordBox .Controls a.detailBtn { color: #1226aa; margin: 0px; }
-
-.vitaeMain { padding-top: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
-
-.vitaeMain .vitaeBox { width: 100%; padding-right: 0px; }
-
-.vitaeMain .vitaeClassBox { width: 190px; padding: 30px 0px 0px 0px; border-left: 1px dashed #e2e2e2; display: none; position: relative; }
-
-.vitaeMain .vitaeClassBox a { display: block; line-height: 36px; margin-bottom: 12px; padding-left: 30px; font-size: 16px; color: #666666; position: relative; }
-
-.vitaeMain .vitaeClassBox a.cur { color: #1226aa; }
-
-.vitaeMain .vitaeClassBox a.cur::after { content: ''; position: absolute; left: 0px; width: 2px; background: #1226aa; height: 100%; }
-
-.vitaeMain .vitaeClassBox .vitaeClass { position: -webkit-sticky; position: sticky; top: 0; }
-
-.vitaeForm { margin-top: 20px; }
-
-.vitaeForm .title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid #eaecee; }
-
-.vitaeForm .title p { font-size: 16px; color: #010000; }
-
-.vitaeForm .title p i { font-style: normal; color: #ff0000; }
-
-.vitaeForm .title .btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 25px; height: 25px; position: relative; cursor: pointer; }
-
-.vitaeForm .title .btn i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 16px; height: 16px; }
-
-.vitaeForm .title .btn i::after { position: absolute; left: 50%; top: 0px; width: 2px; margin-left: -1px; height: 100%; content: ''; background: #6a6868; display: block; }
-
-.vitaeForm .title .btn i::before { position: absolute; left: 0px; top: 50%; width: 100%; margin-top: -1px; height: 2px; content: ''; background: #6a6868; }
-
-.vitaeForm .title .btn.cur i::after { display: none; }
-
-.vitaeForm .vitaeList { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0px; }
-
-.vitaeForm .vitaeList .delete { width: 100%; margin: 20px 0px -10px; padding-bottom: 10px; text-align: right; border-bottom: 1px dashed #eaecee; }
-
-.vitaeForm .vitaeList .delete .deleteBtn { font-size: 14px; color: #666; }
-
-.vitaeForm .vitaeList .delete .deleteBtn i { margin-right: 8px; }
-
-.vitaeForm .vitaeList .delete .deleteBtn:hover { color: #1226aa; }
-
-.vitaeForm .vitaeList .list { width: 100%; margin: 15px 0px 0px; position: relative; }
-
-.vitaeForm .vitaeList .list p { font-size: 14px; color: #000000; padding-bottom: 10px; }
-
-.vitaeForm .vitaeList .list p i { font-style: normal; color: #ff0000; }
-
-.vitaeForm .vitaeList .list .input { position: relative; }
-
-.vitaeForm .vitaeList .list .input input { height: 40px; font-size: 12px; padding: 0px 10px; -webkit-border-radius: 5px; border-radius: 5px; background: #f3f4f5; width: 100%; }
-
-.vitaeForm .vitaeList .list .input select { height: 40px; font-size: 12px; padding: 0px 10px; -webkit-border-radius: 5px; border-radius: 5px; background: #f3f4f5; width: 100%; }
-
-.vitaeForm .vitaeList .list .input textarea { height: 100px; font-size: 12px; padding: 10px; -webkit-border-radius: 5px; border-radius: 5px; background: #f3f4f5; width: 100%; }
-
-.vitaeForm .vitaeList .list .input .icon-rili1 { position: absolute; right: 20px; font-size: 20px; color: #929293; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
-
-.vitaeForm .vitaeList .list .input .layui-form-select dl { top: 53px; -webkit-border-radius: 5px; border-radius: 5px; }
-
-.vitaeForm .vitaeList .list .input .layui-form-select dl dd.layui-this { background-color: #1226aa; }
-
-.vitaeForm .vitaeList .list .input .layui-edge { right: 20px; }
-
-.vitaeForm .vitaeList .list .input input:focus { border: 1px solid #1226aa; background: none; }
-
-.vitaeForm .vitaeList .list .input textarea:focus { border: 1px solid #1226aa; background: none; }
-
-.vitaeForm .vitaeList .list #provinceCityDistrict{display: flex;}
-
-.vitaeForm .vitaeList .list #provinceCityDistrict .layui-form-select{width: 32%;margin-right: 2%;}
-.vitaeForm .vitaeList .list #provinceCityDistrict .layui-form-select:last-child{margin-right: 0%;}
-
-.vitaeForm .vitaeList .dateBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
-
-.vitaeAddBtn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding-top: 20px; }
-
-.vitaeAddBtn input { width: 100%; height: 40px; -webkit-border-radius: 5px; border-radius: 5px; background: #1226aa; color: #fff; font-size: 14px; }
-
-.photograph { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.photograph .layui-upload-drag { background: #f3f4f5; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: relative; -webkit-border-radius: 5px; border-radius: 5px; width: 150px; height: 150px; border-color: #dee1e4; padding: 0px; }
-
-.photograph .layui-upload-drag .icon i { font-size: 27px; }
-
-.photograph .layui-upload-drag .desc { font-size: 14px; padding-top: 10px; color: #000000; }
-
-.photograph .layui-upload-drag .uploadView { display: none; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100px; height: 100px; -webkit-border-radius: 100%; border-radius: 100%; overflow: hidden; }
-
-.photograph .layui-upload-drag .uploadView img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
-
-.photograph .desc2 { color: #666666; font-size: 12px; padding-left: 15px; }
-
-.attachmentsBox { position: relative; }
-
-.attachments { height: 40px; padding: 0px 10px; border: 1px solid #dee1e4; -webkit-border-radius: 5px; border-radius: 5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 14px; color: #bcbcbc; cursor: pointer; }
-
-.attachments .black { color: #000; }
-
-.attachmentsDesc { font-size: 12px; padding-left: 0px; padding-top: 10px; color: #666666; position: relative; white-space: nowrap; }
-
-.layui-laydate .layui-this { background-color: #1226aa !important; }
-
-.layui-laydate-header i:hover, .layui-laydate-header span:hover { color: #1226aa !important; }
-
-.layui-laydate-preview { color: #666 !important; }
-
-.layui-laydate-footer span:hover { color: #1226aa !important; }
-
-.commonAddBtn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-top: 20px; font-size: 14px; color: #1d30ae; cursor: pointer; }
-
-.commonAddBtn i { width: 16px; height: 16px; border: 1px solid #1226aa; display: block; margin-right: 10px; -webkit-border-radius: 3px; border-radius: 3px; position: relative; }
-
-.commonAddBtn i::after { content: ''; width: 2px; height: 50%; background: #1226aa; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
-
-.commonAddBtn i::before { content: ''; width: 50%; height: 2px; background: #1226aa; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
-
-/*--预览简介--*/
-.PreviewVitae { padding-bottom: 20px; }
-
-.PreviewVitae .nameMain { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding-top: 40px; }
-
-.PreviewVitae .nameMain .nameBox { width: 100%; }
-
-.PreviewVitae .nameMain .nameBox .name { font-size: 18px; color: #010000; padding-bottom: 10px; }
-
-.PreviewVitae .infoList { padding-bottom: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
-
-.PreviewVitae .infoList p { margin-top: 10px; font-size: 14px; line-height: 1; color: #666666; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-right: 10px; margin-right: 10px; border-right: 1px solid #e4e8ed; }
-
-.PreviewVitae .infoList p i { font-size: 16px; margin-right: 5px; color: #929293; }
-
-.PreviewVitae .infoList p:last-child { border: none; padding: 0px; margin-right: 0px; }
-
-.PreviewVitae .infoList span { display: block;width: 100%; margin-top: 10px;margin-bottom: 10px; font-size: 14px; line-height: 1; color: #666666; padding-right: 10px; margin-right: 10px; }
-
-.PreviewVitae .infoList p a:hover { color: #1226aa; }
-
-.PreviewVitae .nameMain .avatar { text-align: center; padding-bottom: 20px; }
-
-.PreviewVitae .nameMain .avatar img { width: 76px; height: 76px; -webkit-border-radius: 100%; border-radius: 100%; object-fit: cover; }
-
-.PreviewVitae .title { margin-top: 25px; font-size: 16px; line-height: 1; border-left: 3px solid #1226aa; padding-left: 10px; }
-
-.PreviewVitae .personageBasicInfo { padding-top: 15px; }
-
-.PreviewVitae .eduPreview .list { padding-top: 20px; }
-
-.PreviewVitae .eduPreview .list .schoolName { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
-
-.PreviewVitae .eduPreview .list .schoolName p { font-size: 14px; line-height: 1; color: #666666; padding-right: 10px; margin-right: 10px; margin-bottom: 10px; border-right: 1px solid #e4e8ed; }
-
-.PreviewVitae .eduPreview .list .schoolName p:last-child { border: none; padding: 0px; margin-right: 0px; }
-
-.PreviewVitae .eduPreview .list .schoolName .name { font-size: 14px; padding-right: 0px; margin-right: 30px; border: none; color: #000000; }
-
-.PreviewVitae .eduPreview .list .desc { margin-top: 10px; font-size: 14px; line-height: 22px; color: #999999; }
-
-.PreviewVitae .workExperience { padding-top: 25px; }
-
-.PreviewVitae .workExperience .list { margin-left: 4px; padding-bottom: 40px; padding-left: 15px; border-left: 1px solid #eeeeee; position: relative; }
-
-.PreviewVitae .workExperience .list::after { content: ''; width: 10px; height: 10px; left: -5px; top: 0px; -webkit-border-radius: 100%; border-radius: 100%; background: #1226aa; position: absolute; }
-
-.PreviewVitae .workExperience .list .companyName { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-bottom: 10px; }
-
-.PreviewVitae .workExperience .list .companyName p { font-size: 14px; line-height: 1; color: #999999; padding-right: 10px; margin-right: 10px; margin-bottom: 10px; border-right: 1px solid #e4e8ed; }
-
-.PreviewVitae .workExperience .list .companyName p:last-child { border: none; padding: 0px; margin-bottom: 0px; }
-
-.PreviewVitae .workExperience .list .companyName .name { font-size: 14px; margin-right: 20px; border: none; padding: 0px; color: #000000; }
-
-.PreviewVitae .workExperience .list .label { padding: 8px 0px 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
-
-.PreviewVitae .workExperience .list .label p { font-size: 14px; line-height: 1; color: #666666; padding-right: 10px; margin-right: 10px; margin-bottom: 10px; border-right: 1px solid #e4e8ed; }
-
-.PreviewVitae .workExperience .list .label p:last-child { border: none; padding: 0px; margin-bottom: 0px; }
-
-.PreviewVitae .workExperience .list .desc { margin-top: 5px; font-size: 14px; line-height: 22px; color: #999999; }
-
-.PreviewVitae .workExperience .list .desc span { color: #666666; }
-
-.PreviewVitae .workExperience .list:last-child { padding-bottom: 15px; }
-
-.PreviewVitae .trainingExperience .list { padding-top: 25px; }
-
-.PreviewVitae .trainingExperience .list .name { font-size: 14px; color: #000000; }
-
-.PreviewVitae .trainingExperience .list .label { padding-top: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
-
-.PreviewVitae .trainingExperience .list .label p { font-size: 14px; line-height: 1; color: #666666; padding-right: 10px; margin-right: 10px; margin-bottom: 10px; border-right: 1px solid #e4e8ed; }
-
-.PreviewVitae .trainingExperience .list .label p:last-child { border: none; padding: 0px; margin-right: 0px; }
-
-.PreviewVitae .trainingExperience .list:last-child { padding-bottom: 15px; }
-
-.PreviewVitae .languageAbility { margin-top: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
-
-.PreviewVitae .languageAbility p { font-size: 14px; color: #000000; padding-right: 15px; margin-right: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; }
-
-.PreviewVitae .languageAbility p span { display: block; line-height: 24px; padding: 0px 10px; margin-left: 10px; background: #f5f7fa; color: #1226aa; font-size: 12px; }
-
-.PreviewVitae .languageAbility p::after { content: ''; right: 0px; width: 1px; height: 13px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: #e4e8ed; position: absolute; }
-
-.PreviewVitae .languageAbility p:last-child { margin: 0px; padding: 0px; }
-
-.PreviewVitae .languageAbility p:last-child::after { display: none; }
-
-.PreviewVitae .professionalSkill { margin-top: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
-
-.PreviewVitae .professionalSkill p { font-size: 14px; color: #000000; padding-right: 15px; margin-right: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; }
-
-.PreviewVitae .professionalSkill p span { display: block; line-height: 24px; padding: 0px 10px; margin-left: 10px; background: #f5f7fa; color: #1226aa; font-size: 12px; }
-
-.PreviewVitae .professionalSkill p::after { content: ''; right: 0px; width: 1px; height: 13px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: #e4e8ed; position: absolute; }
-
-.PreviewVitae .professionalSkill p:last-child { margin: 0px; padding: 0px; }
-
-.PreviewVitae .professionalSkill p:last-child::after { display: none; }
-
-.PreviewVitae .evaluate { margin-top: 15px; font-size: 14px; line-height: 22px; color: #666666; }
-
-.PreviewVitae .additionalInfo { padding-top: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
-
-.PreviewVitae .additionalInfo p { font-size: 12px; line-height: 1; color: #666666; padding-right: 10px; margin-right: 10px; border-right: 1px solid #e4e8ed; }
-
-.PreviewVitae .additionalInfo p:last-child { border: none; padding: 0px; margin: 0px; }
-
-.layui-form-select dl { bottom: auto !important; }
-
-.privacyAgreementMain { position: fixed; z-index: 99; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: none; }
-
-.privacyAgreementBox { position: absolute; left: 0px; top: 0px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; padding: 0px 20px; }
-
-.privacyAgreementBox .privacyAgreement { padding: 20px 15px 30px; max-width: 1200px; width: 100%; margin: 0px auto; background: #fff; -webkit-border-radius: 10px; border-radius: 10px; position: relative; }
-
-.privacyAgreementBox .privacyAgreement .title { font-size: 20px; font-weight: 600; line-height: 1; text-align: center; }
-
-.privacyAgreementBox .privacyAgreement .content { max-height: 65vh; margin-top: 30px; font-size: 14px; line-height: 28px; overflow-y: auto; padding-right: 10px; }
-
-.privacyAgreementBox .privacyAgreement .content::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ }
-
-.privacyAgreementBox .privacyAgreement .content::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #ccc; }
-
-.privacyAgreementBox .privacyAgreement .content::-webkit-scrollbar-track { /*滚动条里面轨道*/ -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); -webkit-border-radius: 5px; border-radius: 5px; background: #f5f5f5; }
-
-.privacyAgreementBox .closePrivacyAgreement { position: absolute; width: 25px; height: 25px; font-size: 16px; right: 15px; top: 17px; -webkit-border-radius: 100%; border-radius: 100%; border: 2px solid #1226aa; color: #1226aa; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.privacyContent, .agreementContent { display: none; }
-
-.settingsMain { position: fixed; z-index: 90; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: none; }
-
-.settingsBox { position: absolute; left: 0px; top: 0px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; padding: 0px 20px; }
-
-.settingsBox .settings { -webkit-border-radius: 10px; border-radius: 10px; background: #fff; max-width: 580px; width: 100%; padding: 35px 20px; position: relative; }
-
-.settingsBox .settings .closeSettings { position: absolute; width: 30px; height: 30px; font-size: 20px; right: 15px; top: 12px; color: #000000; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
-
-.settingsBox .settings .settingsForm { display: none; }
-
-.settingsBox .settings .settingsForm .title { font-size: 18px; text-align: center; font-weight: 600; line-height: 1.2; color: #1226aa; }
-
-.settingsBox .settings .settingsForm .input { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 20px; }
-
-.settingsBox .settings .settingsForm .input input { width: 100%; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; height: 40px; font-size: 12px; -webkit-border-radius: 5px; border-radius: 5px; background: #f3f4f5; color: #333; padding: 0px 20px; }
-
-.settingsBox .settings .settingsForm .input button { border: 1px solid #1226aa; -webkit-border-radius: 5px; border-radius: 5px; margin-left: 10px; min-width: 140px; font-size: 12px; color: #1226aa; background: none; }
-
-.settingsBox .settings .settingsForm .input button.prohibit { background: #1226aa; color: #1226aa; color: #fff; }
-
-.settingsBox .settings .settingsForm .input input:focus { border: 1px solid #1226aa; background: #fff; }
-
-.settingsBox .settings .settingsForm .btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 30px; }
-
-.settingsBox .settings .settingsForm .btn input { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; height: 40px; color: #fff; -webkit-border-radius: 5px; border-radius: 5px; background: #1226aa; font-weight: 600; }
-
-.settingsBox .settings .settingsForm .tips { padding-top: 20px; font-size: 12px; line-height: 22px; color: #828282; }
-
-.settingsBox .settings .settingsForm .tips a { color: #1226aa; }
-
-.settingsBox .settings .settingsForm .editPhoneBox { display: none; }
-
-.topPing { width: 40px; height: 40px; line-height: 40px; z-index: 98; text-align: center; display: none; right: 10px; font-size: 18px; color: #fff; cursor: pointer; -webkit-border-radius: 100%; border-radius: 100%; background: #1226aa; position: fixed; bottom: 10%; }
-
-/*--网站地图--*/
-.webMap { max-width: 1260px; margin: 0px auto; padding: 20px 0px 45px; }
-
-.webMap dl { border: 1px solid #e6e6e6; margin-top: 25px; }
-
-.webMap dl h3 { padding-left: 20px; padding-bottom: 5px; }
-
-.webMap dl h3 span { font-size: 16px; color: #1226aa; position: relative; top: -12px; background-color: #fff; padding: 0px 10px; }
-
-.webMap dl h3 span a { color: #1226aa; }
-
-.webMap dl dd { padding-left: 33px; padding-bottom: 15px; }
-
-.webMap dl dd a { font-size: 14px; padding-right: 20px; display: inline-block; padding-bottom: 8px; color: #323232; }
-
-.webMap dl dd a em { display: inline-block; margin-right: 8px; width: 3px; height: 3px; background-color: #1226aa; vertical-align: middle; }
-
-.layui-layer-shade{background: none !important;}
-
-/*--下载简历--*/
-.userCenterMain .commonweb .imgUserCenterRight{ min-width: 1070px; width: 1070px; padding: 39.994px 39.994px 90.01px; background: #fff; position: fixed; left: -20000px; top: 0px; z-index:0; }
-.userCenterMain .commonweb .imgUserCenterRight .userCenterTitle{font-size: 24px; display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;border-bottom: 1px solid #eaecee;}
-.userCenterMain .commonweb .imgUserCenterRight .userCenterTitle span{border-bottom: 2px solid #1226aa;display: block;padding-bottom: 14.995px;margin-bottom: -0.998px;}
-.userCenterMain .commonweb .imgUserCenterRight .PreviewVitae .nameMain{padding-top: 39.994px; flex-direction:row;}
-.userCenterMain .commonweb .imgUserCenterRight .PreviewVitae .nameMain .nameBox .name{font-size: 22.003px;}
-.userCenterMain .commonweb .imgUserCenterRight .PreviewVitae .nameMain .nameBox .infoList{padding-bottom: 10.003px; }
-.userCenterMain .commonweb .imgUserCenterRight .PreviewVitae .nameMain .nameBox .infoList p{margin-top: 14.995px;font-size: 13.997px;padding-right: 14.995px;margin-right: 14.995px;}
-.userCenterMain .commonweb .imgUserCenterRight .PreviewVitae .additionalInfo p{font-size: 14px;}
-.userCenterMain .commonweb .imgUserCenterRight .PreviewVitae .workExperience .list .companyName p:last-child{margin-right: 10px;margin-bottom: 10px;}
-
-
-.pupUpVideo{position: fixed; z-index: 100; left: 0px; top: 0px; width: 100%; height: 100%; padding: 96px 20px; background: rgba(0,0,0,.75); display: none;}
-.pupUpVideo .closeVideo{position: absolute; display: flex; align-items: center; justify-content: center; right: 15px; top: 15px; width: 30px; height: 30px; color: rgba(255,255,255,0.5); font-size: 22px; cursor: pointer; transition: all .6s ease;}
-.pupUpVideo .closeVideo:hover{color: rgba(255,255,255,1);}
-.pupUpVideo .videoPlayBox{width: 100%; height: 100%; display: flex; justify-content: center;}
-.pupUpVideo .videoPlayBox .videoPlayContainer{ max-width: 1280px; width: 100%; display: flex; justify-content: center; position: relative;}
-.pupUpVideo .videoPlayBox .videoPlayContainer .videoPlay{width: 100%; position: relative;overflow: hidden; display: flex;align-self: center;}
-.pupUpVideo .videoPlayBox .videoPlayContainer .videoPlay video{ width: auto; min-width: 320px;max-height: 100vh;max-width: 100vw; width: 100%; }
-.pupUpVideo .videoPlayBox .videoPlayContainer .videoPlay iframe{ width: auto; min-width: 320px;max-height: 100vh;max-width: 100vw; width: 1280px; height: 720px;}
-
-
-.popUpBindPhoneMain{position: fixed; z-index: 90; left: 0px; top: 0px; width: 100%; height: 100%; padding: 50px 20px; background: rgba(0,0,0,.75); display: none;}
-.popUpBindPhoneMain .popUpBindPhoneBox{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display:-webkit-box; display:-webkit-flex; display:-moz-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center;}
-.popUpBindPhoneMain .popUpBindPhoneBox form{display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center;}
-.popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone{border-radius: 4px;background: #fff;max-width: 500px;width: 90%;padding: 30px; position: relative;}
-.popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .title{font-size: 20px; font-weight: 600; text-align: center;}
-.popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list{padding-top: 15px; display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex; position: relative;}
-.popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list input{flex: 1;height: 40px;background-color: #f3f4f5; border-radius: 5px; padding: 0px 15px; font-size: 12px;}
-.popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list button{width: 140px;border: 1px solid #1226aa;color: #1226aa;-webkit-border-radius: 5px;border-radius: 5px;background: #fff;margin-left: 10px;font-size: 12px;}
-.popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list .vCode{ margin-left: 10px; display:block;}
-.popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list img{height: 40px;width: 100%; display: block;}
-.popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .btn{padding-top: 15px;}
-.popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .btn input{width: 100%; height: 40px; border-radius: 5px; background: #1226aa; color: #fff; font-size: 14px; font-weight: 600;}
-
-.pcImg{display:none !important;}
-.mImg{display:block !important;}
-
-@media (min-width: 768px) { .header .commonweb { padding: 0px 12.5vw; min-width: 100%; }
- .pageMain { padding: 3.75vw 0vw 0vw; }
- .pageMain #pagination { display: block; }
- .pageMain #pagination a { height: 3vw; line-height: 3vw; width: 3vw; -webkit-border-radius: 0.5vw; border-radius: 0.5vw; margin: 0vw 0.25vw; font-size: 0.875vw; }
- .pageMain #pagination .layui-laypage .layui-laypage-curr { height: 3vw; line-height: 3vw; width: 3vw; font-size: 1.125vw; }
- .pageMain #pagination .layui-laypage .layui-laypage-curr em { -webkit-border-radius: 0.5vw; border-radius: 0.5vw; }
- .pageMain #pagination a.layui-laypage-prev { font-size: 1vw; }
- .pageMain #pagination a.layui-laypage-next { font-size: 1vw; }
- .pageMain .loadMore { display: none; }
- .popupWechatMain .popupWechat { -webkit-border-radius: 0.25vw; border-radius: 0.25vw; max-width: 390px; width: 96%; padding: 3.75vw 5vw 3.125vw; }
- .popupWechatMain .popupWechat iframe{height: 400px !important;}
- .popupWechatMain .popupWechat .title { font-size: 1.25vw; padding-bottom: 1.563vw; }
- .popupWechatMain .popupWechat .desc { font-size: 0.875vw; padding-top: 1.875vw; line-height: 1.5vw; }
- .popupWechatMain .closePopupWechat { top: 1.25vw; right: 1.25vw; font-size: 1vw; line-height: 1vw; width: 1.875vw; height: 1.875vw; }
- .indexServiceMain .mapList ul li { width: 6px; height: 6px; }
- .indexServiceMain .mapList ul li p { left: 15px; font-size: 12px; }
- .banner .imgBox { padding-top: 45.584%; }
- .bannerText .enTitle { font-size: 1.5vw; }
- .bannerText .title { padding-top: 0.625vw; padding-bottom: 2.188vw; font-size: 3.75vw; }
- .bannerText .search i { left: 2.188vw; font-size: 1.25vw; }
- .bannerText .search label { height: 3.125vw; padding: 0vw 8.125vw 0vw 3.75vw; -webkit-border-radius: 3.125vw; border-radius: 3.125vw; }
- .bannerText .search label input{font-size:0.875vw;}
- .bannerText .search .btn { height: 100%; width: 7.5vw; font-size: 1vw; -webkit-border-radius: 3.125vw; border-radius: 3.125vw; }
- .bannerPage { right: 10vw; bottom: 5vw !important; width: auto !important; }
- .downBtn { bottom: 3.75vw; left: 10vw; }
- .downBtn a { width: 3.813vw; height: 3.813vw; }
- .downBtn a i { font-size: 1vw; }
- .downBtn a::after { background-size: 3.813vw; }
- .commonTitle { font-size: 3vw; }
- .indexDesc { padding: 2.188vw 0vw 2.5vw; font-size: 1vw; line-height: -webkit-calc(26 / 16); line-height: calc(26 / 16); text-align: center; }
- .commonMore a { padding: 0vw 3.75vw; font-size: 1vw; height: 3.125vw; -webkit-border-radius: 3.125vw; border-radius: 3.125vw; }
- .indexAboutMain { padding: 7.5vw 0vw; }
- .commonPage { display: none; }
- .commonPage span { width: 10px; height: 10px; margin: 0px 5px; }
- .indexTeamMain { padding: 7.5vw 0vw; }
- .indexTeamMain .indexTeam { -webkit-box-shadow: 0vw 0vw 1.813vw rgba(65, 70, 101, 0.1); box-shadow: 0vw 0vw 1.813vw rgba(65, 70, 101, 0.1); }
- .indexTeamMain .indexTeam .swiper-slide .imgBox { padding-top: 39.063%; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: auto; }
- .indexTeamMain .indexTeam .swiper-slide .contentBox { width: 27.5vw; padding: 0px; }
- .indexTeamMain .indexTeam .swiper-slide .contentBox .icon { width: 100%; padding: 2.188vw 2.5vw 0vw 0vw; }
- .indexTeamMain .indexTeam .swiper-slide .contentBox .icon img { width: 4.375vw; }
- .indexTeamMain .indexTeam .swiper-slide .contentBox .content .text { font-size: 1.875vw; padding-bottom: 1.75vw; }
- .indexTeamMain .indexTeam .swiper-slide .contentBox .content .numberBox { font-size: 3vw; }
- .indexTeamMain .indexTeam .swiper-slide .contentBox .content .numberBox .number { font-size: 5.625vw; }
- .indexTeamMain .indexTeam .indexTeamPage { position: absolute; width: 27.5vw; bottom: 4.375vw !important; right: 0vw; left: auto !important; }
- .indexProductMain { padding: 7.5vw 0vw; }
- .indexProductMain .indexProduct { margin-top: 0.938vw; }
- .indexProductMain .indexProduct .swiper-slide { width: -webkit-calc(33.333% - 1.688vw); width: calc(33.333% - 1.688vw); margin-right: 2.5vw; }
- .indexProductMain .indexProduct .swiper-slide .content { padding: 3.75vw 0vw; width: 100%; height: 100%; }
- .indexProductMain .indexProduct .swiper-slide .content .icon { padding-bottom: 2vw; }
- .indexProductMain .indexProduct .swiper-slide .content .icon img { width: 4.75vw; }
- .indexProductMain .indexProduct .swiper-slide .content .listTitle { font-size: 1.5vw; display: -webkit-box; height: 1.875vw; line-height: 1.875vw; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
- .indexProductMain .indexProduct .swiper-slide .content .desc{font-size: 1vw;padding-top: 1.25vw;}
-
- .indexProductMain .commonMore { padding-top: 3.75vw; }
- .indexServiceMain { padding: 7.5vw 0vw; }
- .indexHistoryMain { padding: 7.5vw 0vw; }
- .indexHistoryMain .indexHistoryYearBox { margin-top: 3.75vw; }
- .indexHistoryMain .indexHistoryYearBox .prevBtn, .indexHistoryMain .indexHistoryYearBox .nextBtn { width: 3.125vw; height: 3.125vw; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
- .indexHistoryMain .indexHistoryYearBox .prevBtn i, .indexHistoryMain .indexHistoryYearBox .nextBtn i { font-size: 1.55vw; }
- .indexHistoryMain .indexHistoryYearBox .prevBtn { left: -3.125vw; }
- .indexHistoryMain .indexHistoryYearBox .nextBtn { right: -3.125vw; }
- .indexHistoryMain .indexHistoryYearBox .indexHistoryYear .swiper-slide { width: 20%; height: 3.75vw; font-size: 1.125vw; }
- .indexHistoryMain .indexHistory { margin-top: 2.5vw; }
- .FollowMain { padding: 10vw 0vw; }
- .FollowMain .Follow { margin-top: 1.25vw; }
- .FollowMain .Follow .list { margin: 0vw 4.25vw; }
- .FollowMain .Follow .list .qrCode img { width: 6.438vw; }
- .FollowMain .Follow .list .listTitle { padding-top: 1.563vw; font-size: 1.5vw; }
- .FollowMain .Follow .list::after { width: 0.75vw; height: 0.75vw; right: -4.625vw; top: 2.813vw; background-size: 0.75vw; }
- .footer { height: 3.75vw; font-size: 0.875vw; }
- .campusClassMain { padding: 5.938vw 0vw; }
- .campusClassMain .campusClass { margin: 0vw -1.563vw; }
- .campusClassMain .campusClass .list { width: -webkit-calc(33.333% - 3.125vw); width: calc(33.333% - 3.125vw); margin: 0vw 1.563vw; -webkit-border-radius: 0.938vw; border-radius: 0.938vw; }
- .campusClassMain .campusClass .list .imgBox { padding-top: 65%; }
- .campusClassMain .campusClass .list .content { padding: 2.5vw 1.875vw; }
- .campusClassMain .campusClass .list .content .listTitle { font-size: 1.75vw; }
- .campusClassMain .campusClass .list .content .more { margin-top: 1.25vw; font-size: 1vw; }
- .campusClassMain .campusClass .list .content .more i { font-size: 0.875vw; margin-left: 0.938vw; }
- .campusClassMain .campusClass .list:hover { -webkit-box-shadow: 0vw 0.375vw 1.313vw rgba(5, 22, 134, 0.1); box-shadow: 0vw 0.375vw 1.313vw rgba(5, 22, 134, 0.1); }
- .JobMain { padding: 3.75vw 0vw 7.5vw; }
- .JobMain .JobListMain { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: auto; margin-right: 1.25vw; }
- .JobMain .JobListBox { padding: 1.875vw 2.5vw; }
- .JobMain .JobListBox .titleBox .title { font-size: 1.5vw; font-weight: 600; }
- .JobMain .JobListBox .titleBox .shareBox { font-size: 1vw; }
- .JobMain .JobListBox .titleBox .shareBox i { margin-left: 0.313vw; font-size: 1.25vw; }
- .JobMain .JobListBox .titleBox .shareBox .shareList { right: 0vw; top: 0vw; padding-top: 1.25vw; }
- .JobMain .JobListBox .titleBox .shareBox .shareList a { width: 2.5vw !important; height: 2.5vw !important; margin: 0.188vw 0vw; font-size: 1.125vw; }
- .JobMain .JobListBox .titleBox .shareBox:hover .shareList { padding-top: 1.875vw; }
- .JobMain .JobScreen { padding-top: 3.125vw; }
- .JobMain .JobScreen .subTitleBox { padding-bottom: 1.875vw; }
- .JobMain .JobScreen .subTitleBox .subTitle { font-size: 1.5vw; }
- .JobMain .JobScreen .subTitleBox .clearScreen { font-size: 1vw; }
- .JobMain .JobScreen .input .inputField { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-border-radius: 0.375vw 0vw 0vw 0.375vw; border-radius: 0.375vw 0vw 0vw 0.375vw; height: 3vw; line-height: 3vw; font-size: 0.875vw; padding: 0vw 1.25vw; }
- .JobMain .JobScreen .input .btn { width: 7.5vw; height: 3vw; -webkit-border-radius: 0vw 0.375vw 0.375vw 0vw; border-radius: 0vw 0.375vw 0.375vw 0vw; }
- .JobMain .JobScreen .selectBox .list { width: 25%; margin: 1.563vw 1.563vw 0vw 0vw; }
- .JobMain .JobScreen .selectBox .list .layui-form-select .layui-input { height: 3vw; -webkit-border-radius: 0.375vw; border-radius: 0.375vw;font-size: 0.875vw; }
- .JobMain .JobScreen .selectBox .list .layui-form-select dl { top: 3.25vw; }
- .JobMain .JobListBox .JobList { padding: 2.188vw 0vw 4.375vw; margin: 0vw -2.5vw; }
- .JobMain .JobListBox .JobList .list { padding: 1.875vw 2.5vw; }
- .JobMain .JobListBox .JobList .list .listTitle { font-size: 1.375vw; line-height: 2.5vw; }
- .JobMain .JobListBox .JobList .list .listTitle .icon-huo { margin-right: 0.625vw; font-size: 1.125vw; }
- /*.JobMain .JobListBox .JobList .list .listTitle .detailBtn { min-width: 3.75vw;}*/
- /*.JobMain .JobListBox .JobList .list .listTitle .detailBtn i { width: 1.25vw; height: 1.25vw; font-size: 0.875vw;}*/
-
- .JobMain .JobListBox .JobList .list .listTitle .detailBtn{position:absolute; top:5.125vw; right:auto; left:50%; transform:translateX(-50%);}
- .JobMain .JobListBox .JobList .list .listTitle .detailBtn i{font-size:1.625vw;}
-
- .JobMain .JobListBox .JobList .list .labelBox .label { padding-top: 0.313vw; width: auto; }
- .JobMain .JobListBox .JobList .list .labelBox .label span { font-size: 0.875vw; padding: 0vw 0.688vw; }
- .JobMain .JobListBox .JobList .list .labelBox .label span i { font-size: 1vw; margin-right: 0.313vw; }
- .JobMain .JobListBox .JobList .list .labelBox .time { font-size: 0.875vw; padding-top: 0vw; }
- .JobMain .JobListBox .JobList .list .detail { padding-top: 0.625vw; }
- .JobMain .JobListBox .JobList .list .detail .detailTitle { margin-top: 1.875vw; font-size: 1.5vw; }
- .JobMain .JobListBox .JobList .list .detail .desc { font-size: 1.125vw; line-height: 2.25vw; padding-top: 1.875vw; }
- .JobMain .JobListBox .nodata { padding: 8.125vw 0vw; font-size: 1.5vw; line-height: 2.5vw; }
- .JobMain .hotJobListBox { width: 25vw; margin: 0px; padding: 1.25vw 1.875vw; min-height: 28.75vw; }
- .JobMain .hotJobListBox .titleBox { padding-bottom: 1.25vw; }
- .JobMain .hotJobListBox .titleBox .title { font-size: 1.5vw; }
- .JobMain .hotJobListBox .titleBox .title i { font-size: 1.125vw; margin-right: 0.313vw; }
- .JobMain .hotJobListBox .titleBox a { font-size: 1vw; }
- .JobMain .hotJobListBox .titleBox a i { margin-left: 0.625vw; font-size: 0.875vw; }
- .JobMain .hotJobListBox .hotJobList .list { padding: 0.938vw 0vw; }
- .JobMain .hotJobListBox .hotJobList .list .listTitle { font-size: 1vw; }
- .JobMain .hotJobListBox .hotJobList .list .time { margin-top: 0.5vw; font-size: 0.875vw;}
- .JobMain .hotJobListBox .nodata { padding: 2.5vw 0vw; font-size: 1.125vw; }
- .JobMain .JobListMain .JobDetailBox { padding: 3.125vw 2.188vw 6.25vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox { padding: 1.875vw 0vw; }
- .JobMain .JobListMain .JobDetailBox .return a{padding: 0vw 2.188vw;font-size: 0.875vw; height: 2.188vw;}
- .JobMain .JobListMain .JobDetailBox .titleBox .title { font-size: 2.25vw; line-height: 2.5vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox .title i { margin-right: 0.625vw; font-size: 2.125vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox .labelBox { padding-top: 0.938vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox .labelBox .label { padding-top: 0.313vw; width: auto; }
- .JobMain .JobListMain .JobDetailBox .titleBox .labelBox .label span { font-size: 1vw; padding: 0vw 0.688vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox .labelBox .label span i { font-size: 1vw; margin-right: 0.313vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox .labelBox .time { padding-top: 0vw; font-size: 1vw; }
- .JobMain .JobListMain .JobDetailBox .JobDetail { padding-top: 0.625vw; }
- .JobMain .JobListMain .JobDetailBox .JobDetail .title { margin-top: 1.875vw; font-size: 1.5vw; }
- .JobMain .JobListMain .JobDetailBox .JobDetail .desc { font-size: 1.125vw; line-height: 2.25vw; padding-top: 1.875vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox { padding-top: 3.125vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox > a { height: 3.125vw; padding: 0vw 2.188vw; margin-right: 1.25vw; font-size: 1.125vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox > a i { margin-right: 0.313vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox .detailShere { height: 3.125vw; padding: 0vw 2.188vw; font-size: 1.125vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox .detailShere i { font-size: 1.25vw; margin-right: 0.313vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox .detailShere .shareList { top: 2.5vw; padding-top: 0.625vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox .detailShere .shareList a { width: 2.5vw; height: 2.5vw; margin: 0.188vw 0vw; margin-right: 0.625vw; font-size: 1.125vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox .detailShere:hover .shareList { padding-top: 0.938vw; }
- .campusTitle { font-size: 2.5vw; }
- .campusNewsMain { padding: 6.25vw 0vw 0vw; }
- .campusNewsMain .campusNewsBox .prevBtn, .campusNewsMain .campusNewsBox .nextBtn { width: 3.75vw; height: 3.75vw; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
- .campusNewsMain .campusNewsBox .prevBtn i, .campusNewsMain .campusNewsBox .nextBtn i { font-size: 1.375vw; }
- .campusNewsMain .campusNewsBox .prevBtn { left: -5vw; }
- .campusNewsMain .campusNewsBox .nextBtn { right: -5vw; }
- .campusNewsMain .campusNewsBox .campusNewsList { margin-top: 3.75vw; }
- .campusNewsMain .campusNewsBox .campusNewsList .swiper-slide { width: -webkit-calc(50% - 1.563vw); width: calc(50% - 1.563vw); margin-right: 3.125vw; }
- .campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .imgBox { padding-top: 64.002%; }
- .campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .content { left: 2.5vw; right: 2.5vw; bottom: 2.5vw; }
- .campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .content .time { font-size: 0.875vw; padding-bottom: 0.313vw; }
- .campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .content .listTitle { font-size: 1.5vw; display: -webkit-box; height: 4vw; line-height: 2vw; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
- .campusProcessMain { padding-top: 6.875vw; }
- .campusProcessMain .campusProcess { margin-top: 5vw; padding: 0vw 3.125vw; }
- .campusProcessMain .campusProcess .list { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 0vw 1.875vw; width: auto; }
- .campusProcessMain .campusProcess .list .icon img { max-width: 9.688vw; width: 100%; }
- .campusProcessMain .campusProcess .list .text { padding-top: 0.938vw; font-size: 1.125vw; }
- .campusProcessMain .campusProcess .list .icon::after { right: -2.188vw; margin-top: -0.25vw; border-top: 0.5vw solid transparent; border-bottom: 0.5vw solid transparent; border-left: 0.5vw solid #949699; }
- .campusProcessMain .campusProcess .list:nth-child(3n) .icon::after { display: block; }
- .campusQaMain { padding: 6.875vw 0vw 12.5vw; }
- .campusQaMain .campusQaBox { margin-top: 3.75vw; }
- .campusQaMain .campusQaBox .list { padding: 1.875vw 2.5vw; }
- .campusQaMain .campusQaBox .list .listTitleBox .q { min-width: 4.063vw; }
- .campusQaMain .campusQaBox .list .listTitleBox .q span { width: 2.188vw; height: 2.188vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; font-size: 1.125vw; }
- .campusQaMain .campusQaBox .list .listTitleBox .listTitle { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 1.5vw; line-height: 2vw; }
- .campusQaMain .campusQaBox .list .listTitleBox .btn { min-width: 3.75vw; padding-top: 0.313vw; }
- .campusQaMain .campusQaBox .list .listTitleBox .btn i { width: 1.625vw; height: 1.625vw; }
- .campusQaMain .campusQaBox .list .listTitleBox .btn span{width:1.823vw; height:1.823vw;font-size:1.5vw;}
- .campusQaMain .campusQaBox .list .contentMain { padding: 3.125vw 0vw 4.375vw; }
- .campusQaMain .campusQaBox .list .contentMain .contentBox .a { min-width: 4.063vw; }
- .campusQaMain .campusQaBox .list .contentMain .contentBox .a span { width: 2.188vw; height: 2.188vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; font-size: 1.125vw; }
- .campusQaMain .campusQaBox .list .contentMain .contentBox .content { font-size: 1vw; line-height: 1.875vw; }
- .newsDetailMain { padding: 6.875vw 0vw; }
- .newsDetailMain .newsDetailTitleBox .title { font-size: 2.25vw; }
- .newsDetailMain .newsDetailTitleBox .timeShare { padding-top: 2.5vw; }
- .newsDetailMain .newsDetailTitleBox .timeShare .time { padding: 0vw 0.938vw; font-size: 0.875vw; height: 2vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; }
- .newsDetailMain .newsDetailTitleBox .timeShare .detailShere { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-left: 1.875vw; }
- .newsDetailMain .newsDetailTitleBox .timeShare .detailShere a { width: 2.5vw; height: 2.5vw; font-size: 1.25vw; margin-right: 0.625vw; }
- .newsDetailMain .newsDetailTitleBox .timeShare::after { margin-left: 1.875vw; }
- .newsDetailMain .newsDetailTitleBox .newsDetail { padding-top: 3.125vw; font-size: 1.125vw; line-height: 1.875vw; }
- .newsDetailMain .newsDetailTitleBox .previousNextPostBox { margin-top: 3.75vw; padding-top: 2.188vw; }
- .newsDetailMain .newsDetailTitleBox .previousNextPostBox .previousNextPost { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: auto; }
- .newsDetailMain .newsDetailTitleBox .previousNextPostBox .previousNextPost p { font-size: 1vw; display: -webkit-box; height: 2.125vw; line-height: 2.125vw; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
- .newsDetailMain .newsDetailTitleBox .previousNextPostBox .previousNextPost p span { font-size: 1.125vw; }
- .newsDetailMain .newsDetailTitleBox .previousNextPostBox .return { width: auto; padding: 0vw; }
- .newsDetailMain .newsDetailTitleBox .previousNextPostBox .return a { height: 2.938vw; -webkit-border-radius: 2.938vw; border-radius: 2.938vw; padding: 0vw 2.625vw; }
- .chooseUsBonusMain { padding: 6.25vw 0vw; }
- .chooseUsBonusMain .chooseUsBonus { margin-top: 4.375vw; }
- .chooseUsBonusMain .chooseUsBonus .content { width: 42%; padding-top: 1.25vw; padding-right: 4.375vw; }
- .chooseUsBonusMain .chooseUsBonus .content .icon img { width: 4.75vw; }
- .chooseUsBonusMain .chooseUsBonus .content .campusTitle { padding-top: 1.875vw; padding-bottom: 1.875vw; text-align: left; }
- .chooseUsBonusMain .chooseUsBonus .content .subTitle { padding-top: 1.875vw; font-size: 1.25vw; font-weight: 600; }
- .chooseUsBonusMain .chooseUsBonus .content .desc { padding-top: 0.313vw; font-size: 1vw; }
- .chooseUsBonusMain .chooseUsBonus .imgBox { width: 58%; padding-top: 31.65%; }
- .chooseUsBonusMain .chooseUsBonus .imgBox img { -webkit-border-radius: 0.938vw; border-radius: 0.938vw; }
- .chooseUsBonusMain .chooseUsBonus .imgBox::after { right: -7.188vw; top: -2.5vw; width: 37.938vw; height: 24.438vw; content: ''; }
- .chooseUsDevelopMain { padding: 6.25vw 0vw 0vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox { margin-top: 6.875vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .title { width: 8.125vw; height: 8.125vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .title::after { -webkit-box-shadow: 0vw 0vw 1.25vw rgba(18, 38, 170, 0.8); box-shadow: 0vw 0vw 1.25vw rgba(18, 38, 170, 0.8); }
- .chooseUsDevelopMain .chooseUsDevelopListBox .title p { font-size: 1.125vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-left: 9.063vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list { padding: 0.938vw 0vw; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content { margin-right: 2.5vw; height: 5vw; width: 13.75vw; -webkit-border-radius: 5vw; border-radius: 5vw; margin-bottom: 0px !important; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content p { font-size: 1.125vw; line-height: 1.5vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content i { right: -1.875vw; left: auto; bottom: auto; top: 50%; margin-top: -0.031vw; margin-left: auto; width: 1.875vw; height: 0.063vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content i::after { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0px; left: auto; border-right: none; border-bottom: 0.25vw solid transparent; border-top: 0.313vw solid transparent; border-left: 0.313vw solid #569feb; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) { margin-right: 4.375vw; width: 7.125vw; height: 7.125vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) i { width: 4.438vw; height: 0.063vw; right: -4.438vw; bottom: auto; z-index: 10; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) i::after { right: -0.25vw; width: 0.375vw; height: 0.375vw; top: 50%; left: auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) i::before { width: 1.375vw; height: 1.375vw; border: 0.5vw solid #569feb; position: absolute; left: -0.688vw; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .arrowImg { left: 3.438vw; width: 7.625vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .arrowImg img { width: 100%; }
- .chooseUsDevelopMain .chooseUsDevelopImg { text-align: right; }
- .chooseUsDevelopMain .chooseUsDevelopImg img { width: 26.938vw; margin: -12.5vw -3.438vw 0vw 0vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content { border: 1px solid #4cbd7d; background-color: #eff8f2; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content:nth-child(1) { background: #fff; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content:nth-child(1) p { color: #217f4a; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content i { background-color: #4cbd7d; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content i::after { border-right: none; border-bottom: 0.25vw solid transparent; border-top: 0.313vw solid transparent; border-left: 0.313vw solid #4cbd7d; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content:nth-child(1) i::after { border: none; background-color: #4cbd7d; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content:nth-child(1) i::before { border-color: #4cbd7d; }
- .chooseUsEmployeeMain { padding: 6.875vw 0vw 1.25vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list { padding: 4.688vw 0vw 7.5vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .imgBox { width: 58%; padding-top: 31.65%; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .imgBox img { -webkit-border-radius: 0.938vw; border-radius: 0.938vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .imgBox::after { content: ''; left: -7.188vw; top: -2.5vw; width: 37.938vw; height: 24.438vw; background-image: url(../images/img_41.png); }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content { width: 42%; padding: 1.25vw 0vw 3.75vw 4.688vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .icon { text-align: right; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .icon img { width: 4.75vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .icon img.leftIcon { display: none; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .icon img.rightIcon { display: inline; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .campusTitle { padding-top: 1.875vw; padding-bottom: 1.875vw; text-align: left; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .subTitle { padding-top: 1.563vw; font-size: 1.25vw; font-weight: 600; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .desc { padding-top: 0.313vw; font-size: 1vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .tabListBox .tabList .tabListTitle { padding: 1.563vw 0vw 0vw; font-size: 1.125vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .tabListBox .tabList .tabContent { margin-top: 0vw; font-size: 1vw; line-height: 1.625vw; padding: 0.313vw 0vw 0vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .tabListBox .tabList::after { right: 0.938vw; width: 0.5vw; height: 0.5vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) { padding: 6.875vw 0vw 0vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2)::after { bottom: 3.125vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .commonweb { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .content .icon { text-align: left; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .content .icon img.leftIcon { display: inline; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .content .icon img.rightIcon { display: none; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .content { width: 42%; padding: 1.25vw 4.688vw 5.25vw 0vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .imgBox::after { left: auto; right: -7.188vw; background-image: url(../images/img_36.png); }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(3) { padding: 6.875vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(3) .imgBox { padding-top: 29.12%; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(3) .imgBox img { width: auto; }
- .loginMain { min-height: -webkit-calc(100vh - 10vw); min-height: calc(100vh - 10vw); padding: 3.125vw 0vw; }
- .loginMain .loginBox { -webkit-border-radius: 0.938vw; border-radius: 0.938vw; }
- .loginMain .loginBox .imgBox { width: 43.75vw; display: block; }
- .loginMain .loginBox .loginForm { width: -webkit-calc(100% - 43.75vw); width: calc(100% - 43.75vw); padding: 3.125vw 5.625vw 5.625vw; border-top: 0.288vw solid #1226aa; }
- .loginMain .loginBox .loginForm .loginMode .type a { font-size: 1.5vw; margin-right: 2.5vw; }
- .loginMain .loginBox .loginForm .loginMode .Toggle { font-size: 0.875vw; }
- .loginMain .loginBox .loginForm .loginMode .Toggle a { margin-left: 0.625vw; }
- .loginMain .loginBox .loginForm .loginReg { font-size: 0.875vw; padding-top: 0.938vw; }
- .loginMain .loginBox .loginForm .loginReg a { margin-left: 0.625vw; }
- .loginMain .loginBox .loginForm .input { margin-top: 1.25vw; }
- .loginMain .loginBox .loginForm .input input { -webkit-border-radius: 0.313vw; border-radius: 0.313vw; height: 3.125vw; padding: 0vw 1.25vw; font-size: 0.875vw; }
- .loginMain .loginBox .loginForm .input button { width: 8.75vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; margin-left: 0.625vw; font-size: 0.875vw; }
- .loginMain .loginBox .loginForm .input .vCode { margin-left: 0.625vw; padding: 0vw 1.25vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; }
- .loginMain .loginBox .loginForm .input .vCode img { height: 3.125vw; }
- .loginMain .loginBox .loginForm .btn { margin-top: 1.875vw; }
- .loginMain .loginBox .loginForm .btn input { font-size: 1.125vw; height: 3.125vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; }
- .loginMain .loginBox .loginForm .Tips { padding-top: 1.875vw; }
- .loginMain .loginBox .loginForm .Tips span { min-width: 1.625vw; height: 1.625vw; font-size: 0.875vw; }
- .loginMain .loginBox .loginForm .Tips p { padding-left: 0.625vw; font-size: 0.875vw; }
- .loginMain .loginBox .loginForm .loginProtocol { margin-top: 0.625vw; font-size: 0.875vw; }
- .loginMain .loginBox .loginForm .loginProtocol a { margin: 0vw 0.313vw; }
- .loginMain .loginBox .loginForm .loginProtocol .layui-form-checkbox[lay-skin=primary] { padding-left: 2.45vw; min-width: 1.625vw; min-height: 1.625vw; }
- .loginMain .loginBox .loginForm .loginProtocol .layui-form-checkbox[lay-skin=primary] i { width: 1.625vw; height: 1.625vw; -webkit-border-radius: 0.25vw !important; border-radius: 0.25vw !important; }
- .loginMain .loginBox .loginForm .otherLoginBox { margin-top: 1.875vw; font-size: 0.875vw; }
- .loginMain .loginBox .loginForm .otherLoginBox .otherLogin { font-size: 0.875vw; }
- .loginMain .loginBox .loginForm .otherLoginBox .otherLogin a { margin-left: 0.625vw; font-size: 1vw; width: 2vw; height: 2vw; }
- .loginMain .loginBox .loginForm .otherLoginBox .retrievePasswordBtn { font-size: 0.875vw; }
- .loginMain .loginBox .loginForm .retrievePassword { padding-top: 0.625vw; }
- .loginMain .loginBox .loginForm .changePassSuccess .icon { padding-top: 5vw; }
- .loginMain .loginBox .loginForm .changePassSuccess .icon i { width: 4.813vw; height: 4.813vw; font-size: 3.75vw; }
- .loginMain .loginBox .loginForm .changePassSuccess .text { padding-top: 1.25vw; font-size: 1vw; }
- .loginMain .loginBox .loginForm .changePassSuccess .btn { margin-top: 5vw; }
- .loginMain .loginBox .loginForm .changePassSuccess .btn a { width: 100%; height: 3.125vw; font-size: 1.125vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; }
- .loginAlertMain .loginAlertBox .loginAlert { width: 36.25vw; height: 12.5vw; -webkit-border-radius: 1.875vw; border-radius: 1.875vw; }
- .loginAlertMain .loginAlertBox .loginAlert .textBox .icon { width: 2.875vw; height: 2.875vw; }
- .loginAlertMain .loginAlertBox .loginAlert .textBox .icon i { font-size: 1.875vw; }
- .loginAlertMain .loginAlertBox .loginAlert .textBox .text { font-size: 1.5vw; margin-left: 1.25vw; }
- .userCenterMain { min-height: -webkit-calc(100vh - 10vw); min-height: calc(100vh - 10vw); padding: 3.75vw 0vw; }
- .userCenterMain .commonweb .userCenterLeft { width: 25.625vw; padding-right: 3.125vw; }
- .userCenterMain .commonweb .userCenterLeft .leftClass { padding: 3.125vw 2.5vw; overflow: visible; margin: 0px; display: block; }
- .userCenterMain .commonweb .userCenterLeft .leftClass .list { margin-bottom: 1.875vw; margin-right: 0px; }
- .userCenterMain .commonweb .userCenterLeft .leftClass .list a { font-size: 1.125vw; }
- .userCenterMain .commonweb .userCenterLeft .leftClass .list i { width: 2.5vw; font-size: 1.5vw; }
- .userCenterMain .commonweb .userCenterLeft .logOut { display: block; margin-top: 0.625vw; }
- .userCenterMain .commonweb .userCenterLeft .logOut a { padding: 3.125vw 0vw; }
- .userCenterMain .commonweb .userCenterLeft .logOut a .icon i { width: 4.75vw; height: 4.75vw; font-size: 2.125vw; }
- .userCenterMain .commonweb .userCenterLeft .logOut a .text { font-size: 1.125vw; padding-top: 0.938vw; }
- .userCenterMain .commonweb .userCenterRight { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: auto; margin: 0px; min-height: 40.625vw; padding: 2.5vw 2.5vw 5.625vw; }
- .userCenterMain .commonweb .userCenterRight .userCenterTitle { font-size: 1.5vw; }
- .userCenterMain .commonweb .userCenterRight .userCenterTitle span { padding-bottom: 0.938vw; margin-bottom: -0.063vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume { padding-top: 2.188vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .title { font-size: 1.25vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox { padding-top: 0.625vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list { margin-top: 1.25vw; padding: 1.563vw 2.5vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .icon { min-width: 2.25vw; margin-right: 1.563vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .icon img { width: 100%; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .listTitleBox .listTitle { font-size: 1.125vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .listTitleBox .size { margin-top: 0.313vw; font-size: 0.875vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .listTitleBox .size span { margin-right: 0.625vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .btn { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .btn a { font-size: 0.875vw; margin: 0px; margin-left: 1.875vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .btn a i { font-size: 1.25vw; margin-right: 0.5vw; }
- .PreviewVitae { padding-bottom: 3.75vw; }
- .PreviewVitae .nameMain { padding-top: 2.5vw; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
- .PreviewVitae .nameMain .nameBox { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: auto; }
- .PreviewVitae .nameMain .nameBox .name { font-size: 1.375vw; padding-bottom: 0px; }
- .PreviewVitae .infoList { padding-bottom: 0.625vw; }
- .PreviewVitae .infoList p { margin-top: 0.938vw; font-size: 0.875vw; padding-right: 0.938vw; margin-right: 0.938vw; }
- .PreviewVitae .infoList p i { font-size: 1vw; margin-right: 0.313vw; }
- .PreviewVitae .nameMain .avatar { padding: 0px; }
- .PreviewVitae .nameMain .avatar img { width: 4.75vw; height: 4.75vw; }
- .PreviewVitae .title { margin-top: 3.125vw; font-size: 1.25vw; border-left: 0.188vw solid #1226aa; padding-left: 0.625vw; }
- .PreviewVitae .personageBasicInfo { padding-top: 1.25vw; }
- .PreviewVitae .eduPreview .list { padding-top: 1.875vw; }
- .PreviewVitae .eduPreview .list .schoolName p { font-size: 0.875vw; padding-right: 0.938vw; margin-right: 0.938vw; margin-bottom: 0vw; }
- .PreviewVitae .eduPreview .list .schoolName .name { font-size: 1vw; margin-right: 5vw; }
- .PreviewVitae .eduPreview .list .desc { margin-top: 0.938vw; font-size: 0.875vw; line-height: -webkit-calc(22 / 14); line-height: calc(22 / 14); }
- .PreviewVitae .workExperience { padding-top: 2.188vw; }
- .PreviewVitae .workExperience .list { margin-left: 0.25vw; padding-bottom: 2.5vw; padding-left: 0.938vw; }
- .PreviewVitae .workExperience .list::after { width: 0.625vw; height: 0.625vw; left: -0.313vw; }
- .PreviewVitae .workExperience .list .companyName { padding-bottom: 0.625vw; }
- .PreviewVitae .workExperience .list .companyName p { font-size: 0.875vw; padding-right: 0.938vw; margin-right: 0.938vw; margin-bottom: 0vw; }
- .PreviewVitae .workExperience .list .companyName .name { font-size: 1vw; margin-right: 2.5vw; }
- .PreviewVitae .workExperience .list .label { padding: 0.5vw 0vw 0.625vw; }
- .PreviewVitae .workExperience .list .label p { font-size: 0.875vw; padding-right: 0.938vw; margin-right: 0.938vw; margin-bottom: 0vw; }
- .PreviewVitae .workExperience .list .desc { margin-top: 0.313vw; font-size: 0.875vw; line-height: -webkit-calc(22 / 14); line-height: calc(22 / 14); }
- .PreviewVitae .workExperience .list:last-child { padding-bottom: 0.938vw; }
- .PreviewVitae .trainingExperience .list { padding-top: 1.563vw; }
- .PreviewVitae .trainingExperience .list .name { font-size: 1vw; }
- .PreviewVitae .trainingExperience .list .label { padding-top: 1.25vw; }
- .PreviewVitae .trainingExperience .list .label p { font-size: 0.875vw; padding-right: 0.938vw; margin-right: 0.938vw; margin-bottom: 0vw; }
- .PreviewVitae .trainingExperience .list:last-child { padding-bottom: 0.938vw; }
- .PreviewVitae .languageAbility { margin-top: 1.563vw; }
- .PreviewVitae .languageAbility p { font-size: 1vw; padding-right: 1.25vw; margin-right: 1.25vw; }
- .PreviewVitae .languageAbility p span { line-height: -webkit-calc(27 / 14); line-height: calc(27 / 14); padding: 0vw 0.875vw; margin-left: 0.625vw; font-size: 0.875vw; }
- .PreviewVitae .languageAbility p::after { width: 0.063vw; height: 0.813vw; }
- .PreviewVitae .professionalSkill { margin-top: 1.563vw; }
- .PreviewVitae .professionalSkill p { font-size: 1vw; padding-right: 1.25vw; margin-right: 1.25vw; }
- .PreviewVitae .professionalSkill p span { line-height: -webkit-calc(27 / 14); line-height: calc(27 / 14); padding: 0vw 0.875vw; margin-left: 0.625vw; font-size: 0.875vw; }
- .PreviewVitae .professionalSkill p::after { width: 0.063vw; height: 0.813vw; }
- .PreviewVitae .evaluate { margin-top: 1.563vw; font-size: 0.875vw; line-height: -webkit-calc(22 / 14); line-height: calc(22 / 14); }
- .PreviewVitae .additionalInfo { padding-top: 1.875vw; }
- .PreviewVitae .additionalInfo p { font-size: 0.875vw; padding-right: 0.938vw; margin-right: 0.938vw; }
- .internalRecommendedMain { padding: 2.188vw 0vw; min-height: -webkit-calc(100vh - 10vw); min-height: calc(100vh - 10vw); }
- .internalRecommendedMain .internalRecommended { padding: 3.125vw 3.125vw 5vw; -webkit-border-radius: 0.938vw; border-radius: 0.938vw; }
- .internalRecommendedMain .internalRecommended .internalRecommendedTitle { font-size: 1.5vw; }
- .internalRecommendedMain .internalRecommended .internalRecommendedTitle span { padding-bottom: 0.938vw; margin-bottom: -0.063vw; }
- .internalRecommendedMain .internalRecommended .inputList { padding-top: 2.813vw; margin: 0vw -0.938vw; }
- .internalRecommendedMain .internalRecommended .inputList .list { width: 33.333%; padding: 0vw 0.938vw 0.938vw; }
- .internalRecommendedMain .internalRecommended .inputList .list p { font-size: 1vw; padding-bottom: 0.625vw; }
- .internalRecommendedMain .internalRecommended .inputList .list input { width: 100%; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; height: 3.125vw; padding: 0vw 1.25vw; font-size: 0.875vw; }
- .internalRecommendedMain .internalRecommended .inputList .list select { width: 100%; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; height: 3.125vw; padding: 0vw 1.25vw; font-size: 0.875vw; }
- .internalRecommendedMain .internalRecommended .inputList .list .layui-form-select dl { top: 3.313vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; }
- .internalRecommendedMain .internalRecommended .btn { padding-top: 3.75vw; }
- .internalRecommendedMain .internalRecommended .btn input { width: 25vw; height: 3.125vw; font-size: 1.125vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; }
- .uploadVitae { margin-top: 1.875vw; }
- .uploadVitae .layui-upload-drag { -webkit-border-radius: 0.313vw; border-radius: 0.313vw; padding: 1.875vw; }
- .uploadVitae .layui-upload-drag .icon i { font-size: 2.5vw; }
- .uploadVitae .layui-upload-drag .desc { margin-top: 0.938vw; font-size: 1vw; }
- .uploadVitae .layui-upload-drag .desc2 { margin-top: 0.625vw; font-size: 0.875vw; }
- .uploadVitae .layui-upload-drag .uploadView { padding-top: 1.563vw; }
- .recordBox { margin-top: 2.5vw; }
- .recordBox .recordHeader { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 1.063vw 0vw; font-size: 1vw; }
- .recordBox .recordList .list { padding: 1.563vw 0vw; font-size: 1vw; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
- .recordBox .recordList .list > div { display: block; margin-bottom: 0vw; }
- .recordBox .recordList .list > div::before { display: none; }
- .recordBox .name { width: 24%; padding-left: 1.875vw; }
- .recordBox .WorkPlace { width: 16%; }
- .recordBox .vitae { width: 17%; }
- .recordBox .time { width: 19%; }
- .recordBox .status { width: 15%; }
- .recordBox .Controls { width: 14%; }
- .recordBox .Controls a { margin-right: 1.25vw; }
- .vitaeForm { margin-top: 2.188vw; }
- .vitaeForm .title { padding-bottom: 0.938vw; }
- .vitaeForm .title p { font-size: 1.25vw; }
- .vitaeForm .title .btn { width: 2.188vw; height: 2.188vw; }
- .vitaeForm .title .btn i { width: 1vw; height: 1vw; }
- .vitaeForm .vitaeList { margin: 0vw -0.938vw; }
- .vitaeForm .vitaeList .delete { width: 100%; margin: 1.25vw 0.938vw -0.625vw; padding-bottom: 0.625vw; }
- .vitaeForm .vitaeList .delete .deleteBtn { font-size: 0.938vw; }
- .vitaeForm .vitaeList .delete .deleteBtn i { margin-right: 0.5vw; }
- .vitaeForm .vitaeList .list { width: -webkit-calc(50% - 1.875vw); width: calc(50% - 1.875vw); margin: 1.563vw 0.938vw 0vw; }
- .vitaeForm .vitaeList .list p { font-size: 0.875vw; padding-bottom: 0.625vw; }
- .vitaeForm .vitaeList .list .input input { height: 3.125vw; font-size: 0.875vw; padding: 0vw 1.25vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; }
- .vitaeForm .vitaeList .list .input select { height: 3.125vw; font-size: 0.875vw; padding: 0vw 1.25vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; }
- .vitaeForm .vitaeList .list .input textarea { height: 6.25vw; font-size: 0.875vw; padding: 1.25vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; }
- .vitaeForm .vitaeList .list .input .icon-rili1 { right: 1.25vw; font-size: 1.25vw; }
- .vitaeForm .vitaeList .list .input .layui-form-select dl { top: 3.313vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; }
- .vitaeForm .vitaeList .list .input .layui-edge { right: 1.25vw; }
- .vitaeMain { padding-top: 0.625vw; }
- .vitaeMain .vitaeBox { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: auto; padding-right: 3.125vw; }
- .vitaeMain .vitaeClassBox { width: 11.875vw; padding: 1.875vw 0vw 0vw 0vw; }
- .vitaeMain .vitaeClassBox a { line-height: 2.25vw; margin-bottom: 0.75vw; padding-left: 1.875vw; font-size: 1vw; }
- .vitaeAddBtn { padding-top: 3.125vw; }
- .vitaeAddBtn input { width: 22.5vw; height: 3.125vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; font-size: 1.125vw; }
- .photograph .layui-upload-drag { -webkit-border-radius: 0.313vw; border-radius: 0.313vw; width: 9.375vw; height: 9.375vw; }
- .photograph .layui-upload-drag .icon i { font-size: 1.688vw; }
- .photograph .layui-upload-drag .desc { font-size: 0.875vw; padding-top: 0.625vw; }
- .photograph .layui-upload-drag .uploadView { width: 6.25vw; height: 6.25vw; }
- .photograph .desc2 { font-size: 0.875vw; padding-left: 2.5vw; }
- .attachments { height: 3.125vw; padding: 0vw 1.25vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; font-size: 0.875vw; }
- .attachmentsDesc { font-size: 0.875vw; padding-top: 0px; padding-left: 2.188vw; position: absolute; left: 100%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
- .addVitae { padding-top: 2.5vw; }
- .addVitae .imgBox img { width: 13.438vw; }
- .addVitae .desc { margin-top: 1.875vw; font-size: 1vw; }
- .addVitae .desc2 { margin-top: 0.625vw; font-size: 0.875vw; }
- .addVitae .btn { padding-top: 1.875vw; }
- .addVitae .btn a { padding: 0vw 2.188vw; height: 2.75vw; -webkit-border-radius: 2.75vw; border-radius: 2.75vw; font-size: 0.875vw; }
- .myCollection { padding: 1.563vw 0vw 4.375vw; }
- .myCollection .list { padding: 1.875vw; }
- .myCollection .list .listTitleBox .listTitle { font-size: 1.375vw; line-height: 2.5vw; }
- .myCollection .list .listTitleBox .listTitle i { margin-right: 0.625vw; font-size: 1.125vw; }
- .myCollection .list .listTitleBox .CollectionBtn i { font-size: 1.625vw; }
- .myCollection .list .labelBox .label { padding-top: 0.313vw; }
- .myCollection .list .labelBox .label span { font-size: 0.875vw; padding: 0vw 0.688vw; }
- .myCollection .list .labelBox .label span::after { height: 0.625vw; width: 0.063vw; }
- .myCollection .list .labelBox .label span i { font-size: 1vw; margin-right: 0.313vw; }
- .myCollection .list .labelBox .time { width: auto; padding-top: 0px; font-size: 0.875vw; }
- .basicInfo .list { margin-top: 1.875vw; padding: 0.938vw 1.875vw 0.938vw 0vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; font-size: 1vw; }
- .basicInfo .list .listTitle { min-width: 7.188vw; }
- .basicInfo .list .listTitle i { font-size: 1.125vw; margin-right: 0.625vw; }
- .basicInfo .list .info { padding-left: 0.625vw; }
- .basicInfo .list a { font-size: 1vw; }
- .privacyAgreementBox .privacyAgreement { padding: 1.875vw 3.125vw; -webkit-border-radius: 0.625vw; border-radius: 0.625vw; }
- .privacyAgreementBox .privacyAgreement .title { font-size: 1.75vw; }
- .privacyAgreementBox .privacyAgreement .content { margin-top: 1.875vw; font-size: 0.875vw; line-height: 1.75vw; padding-right: 1.25vw; }
- .privacyAgreementBox .closePrivacyAgreement { width: 1.875vw; height: 1.875vw; font-size: 1.125vw; right: 1.875vw; top: 1.875vw; }
- .settingsBox { padding: 0vw 1.25vw; }
- .settingsBox .settings { -webkit-border-radius: 0.625vw; border-radius: 0.625vw; background: #fff; max-width: 36.25vw; width: 100%; padding: 3.438vw 2.5vw; }
- .settingsBox .settings .closeSettings { width: 1.875vw; height: 1.875vw; font-size: 1.5vw; right: 0.938vw; top: 1.063vw; }
- .settingsBox .settings .settingsForm .title { font-size: 1.5vw; }
- .settingsBox .settings .settingsForm .input { margin-top: 1.25vw; }
- .settingsBox .settings .settingsForm .input input { width: 100%; font-size: 0.875vw; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; height: 3.125vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; padding: 0vw 1.25vw; }
- .settingsBox .settings .settingsForm .input button { -webkit-border-radius: 0.313vw; border-radius: 0.313vw; margin-left: 0.625vw; min-width: 8.75vw; font-size: 0.875vw; }
- .settingsBox .settings .settingsForm .btn { margin-top: 1.875vw; }
- .settingsBox .settings .settingsForm .btn input { font-size: 1.125vw; height: 3.125vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; }
- .settingsBox .settings .settingsForm .tips { padding-top: 1.25vw; font-size: 0.875vw; line-height: 1.5vw; }
- .topPing { width: 3.438vw; height: 3.438vw; line-height: 3.438vw; right: 0.625vw; font-size: 1.5vw; }
- .webMap { padding: 3.75vw 0vw 5.625vw; }
- .webMap dl { margin-top: 1.875vw; }
- .webMap dl h3 { padding-left: 1.25vw; padding-bottom: 0.313vw; }
- .webMap dl h3 span { font-size: 1.25vw; top: -0.75vw; padding: 0vw 0.813vw; }
- .webMap dl dd { padding-left: 2.063vw; padding-bottom: 0.938vw; }
- .webMap dl dd a { font-size: 0.875vw; padding-right: 1.25vw; padding-bottom: 0.5vw; }
- .webMap dl dd a em { margin-right: 0.5vw; width: 0.188vw; height: 0.188vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .imgBox .EmployeeAtlas span{ width: 2.5vw; height: 2.5vw; font-size: 1.375vw;}
- .chooseUsEmployeeMain .chooseUsEmployee .list .imgBox .EmployeeAtlas span.prevBtn{ left: 0.625vw;}
- .chooseUsEmployeeMain .chooseUsEmployee .list .imgBox .EmployeeAtlas span.nextBtn{ right: 0.625vw;}
-
- .chooseUsBonusMain .chooseUsBonus .imgBox .EmployeeAtlas span{ width: 2.5vw; height: 2.5vw; font-size: 1.375vw;}
- .chooseUsBonusMain .chooseUsBonus .imgBox .EmployeeAtlas span.prevBtn{ left: 0.625vw;}
- .chooseUsBonusMain .chooseUsBonus .imgBox .EmployeeAtlas span.nextBtn{ right: 0.625vw;}
-
- .pupUpVideo{padding: 6vw 1.25vw;}
- .pupUpVideo .closeVideo{right: 1.5vw; top: 1.5vw; width: 1.875vw; height: 1.875vw;font-size: 2.5vw; }
- .pupUpVideo .videoPlayBox .videoPlayContainer{ max-width: 80vw;}
- .pupUpVideo .videoPlayBox .videoPlayContainer .videoPlay video{min-width: 20vw;}
- .pupUpVideo .videoPlayBox .videoPlayContainer .videoPlay iframe{min-width: 20vw;}
-
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone{border-radius: 0.25vw;padding: 1.875vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .title{font-size: 1.5vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list{padding-top: 0.938vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list input{height: 3.125vw;border-radius: 0.313vw; padding: 0vw 0.938vw; font-size: 0.875vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list button{width: 8.75vw;-webkit-border-radius: 0.313vw;border-radius: 0.313vw; margin-left: 0.625vw;font-size: 0.875vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list .vCode{ margin-left: 0.625vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list img{height: 3.125vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .btn{padding-top: 0.938vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .btn input{width: 100%; height: 3.125vw; border-radius: 0.313vw; font-size: 1vw;}
-
- .pcImg{display:block !important;}
- .mImg{display:none !important;}
-
- .JobMain .JobScreen .selectBox .filterCriteria{padding-top:1.25vw;}
- .JobMain .JobScreen .selectBox .filterCriteria h3{font-size:0.875vw; margin-right:0.938vw;line-height: 2.5vw;padding: 0vw 1.25vw; width:auto;}
- .JobMain .JobScreen .selectBox .filterCriteria p{width:auto; padding:0px;}
- .JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radio{line-height: 1.75vw; margin:0vw 1.25vw 0vw 0vw;padding-right:0vw;}
- .JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radio>i{margin-right: 0.5vw;font-size: 1.375vw;}
- .JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radio div{font-size:0.875vw;}
- .JobMain .JobScreen .selectBox .filterCriteria p a{font-size:0.875vw;line-height: 1.75vw; margin:0vw 1.25vw 0vw 0vw;}
-}
-
-@media (min-width: 992px) { body { padding-top: 0px !important; }
- .header { height: 6.25vw; position: relative; }
- .header .navBox .logo img { height: 2.5vw; }
- .header .navBox .nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; left: auto; top: auto; height: auto; width: auto; background: none; overflow: visible; padding: 0px; right: 0px; }
- .header .navBox .nav .list { margin-left: 6.875vw; border: none; padding: 0px; }
- .header .navBox .nav .list a { font-size: 1.375vw; padding: 0px; font-weight: 600;}
- .header .navBox .nav .list a::before { display: none; }
- .header .loginBtn a { font-size: 1vw; padding: 0.5vw 0.938vw; -webkit-border-radius: 2.5vw; border-radius: 2.5vw; }
- .header .loginBtn a i { font-size: 1.25vw; margin-right: 0.625vw; }
- .header .loginBtn a span { padding: 0vw 0.375vw; }
- .header .loginBtn .navBtn { display: none; }
- .vitaeMain .vitaeClassBox { display: block; } }
-
-@media (min-width: 1200px) { .header { height: 5.208vw; }
- .header .commonweb { padding: 0px 10.417vw; min-width: 100%; }
- .header .navBox .logo img { height: 2.083vw; }
- .header .navBox .nav .list { margin-left: 5.729vw; }
- .header .navBox .nav .list a { font-size: 1.146vw; }
- .header .loginBtn a { font-size: 0.833vw; padding: 0.417vw 0.781vw; -webkit-border-radius: 2.083vw; border-radius: 2.083vw; }
- .header .loginBtn a i { font-size: 1.042vw; margin-right: 0.521vw; }
- .header .loginBtn a span { padding: 0vw 0.313vw; }
- .pageMain { padding: 3.125vw 0vw 0vw; }
- .pageMain #pagination a { height: 2.5vw; line-height: 2.5vw; width: 2.5vw; -webkit-border-radius: 0.4167vw; border-radius: 0.4167vw; margin: 0vw 0.2083vw; font-size: 0.7292vw; }
- .pageMain #pagination .layui-laypage .layui-laypage-curr { height: 2.5vw; line-height: 2.5vw; width: 2.5vw; font-size: 0.9375vw; }
- .pageMain #pagination .layui-laypage .layui-laypage-curr em { -webkit-border-radius: 0.4167vw; border-radius: 0.4167vw; }
- .pageMain #pagination a.layui-laypage-prev { font-size: 0.8333vw; }
- .pageMain #pagination a.layui-laypage-next { font-size: 0.8333vw; }
- .popupWechatMain .popupWechat { -webkit-border-radius: 0.208vw; border-radius: 0.208vw; width: 96%; padding: 3.125vw 4.167vw 2.604vw; }
- .popupWechatMain .popupWechat iframe{height: 350px !important;}
- .popupWechatMain .popupWechat .title { font-size: 1.042vw; padding-bottom: 1.302vw; }
- .popupWechatMain .popupWechat .desc { font-size: 0.729vw; padding-top: 1.563vw; line-height: 1.25vw; }
- .popupWechatMain .closePopupWechat { top: 1.042vw; right: 1.042vw; font-size: 0.833vw; line-height: 0.833vw; width: 1.563vw; height: 1.563vw; }
- .indexServiceMain .mapList ul li { width: 8px; height: 8px; }
- .indexServiceMain .mapList ul li p { left: 20px; font-size: 14px; }
- .banner .imgBox { padding-top: 45.584%; }
- .bannerText .enTitle { font-size: 1.25vw; }
- .bannerText .title { padding-top: 0.521vw; padding-bottom: 1.823vw; font-size: 3.125vw; }
- .bannerText .search i { left: 1.823vw; font-size: 1.042vw; }
- .bannerText .search label { height: 2.604vw; padding: 0vw 6.771vw 0vw 3.125vw; -webkit-border-radius: 2.604vw; border-radius: 2.604vw; }
- .bannerText .search label input{font-size: 0.729vw}
- .bannerText .search .btn { height: 100%; width: 6.25vw; font-size: 0.833vw; -webkit-border-radius: 2.604vw; border-radius: 2.604vw; }
- .bannerPage { right: 8.333vw; bottom: 4.167vw !important; }
- .downBtn { bottom: 3.125vw; left: 8.333vw; }
- .downBtn a { width: 3.177vw; height: 3.177vw; }
- .downBtn a i { font-size: 0.833vw; }
- .downBtn a::after { background-size: 3.177vw; }
- .commonTitle { font-size: 2.5vw; }
- .indexDesc { padding: 1.823vw 0vw 2.083vw; font-size: 0.833vw; line-height: -webkit-calc(26 / 16); line-height: calc(26 / 16); }
- .commonMore a { padding: 0vw 3.125vw; font-size: 0.833vw; height: 2.604vw; -webkit-border-radius: 2.604vw; border-radius: 2.604vw; }
- .indexAboutMain { padding: 6.25vw 0vw; }
- .indexTeamMain { padding: 6.25vw 0vw; }
- .indexTeamMain .indexTeam { -webkit-box-shadow: 0vw 0vw 1.51vw rgba(65, 70, 101, 0.1); box-shadow: 0vw 0vw 1.51vw rgba(65, 70, 101, 0.1); }
- .indexTeamMain .indexTeam .swiper-slide .imgBox { padding-top: 39.063%; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
- .indexTeamMain .indexTeam .swiper-slide .contentBox { width: 22.917vw; }
- .indexTeamMain .indexTeam .swiper-slide .contentBox .icon { width: 100%; padding: 1.823vw 2.083vw 0vw 0vw; }
- .indexTeamMain .indexTeam .swiper-slide .contentBox .icon img { width: 3.646vw; }
- .indexTeamMain .indexTeam .swiper-slide .contentBox .content .text { font-size: 1.563vw; padding-bottom: 1.458vw; }
- .indexTeamMain .indexTeam .swiper-slide .contentBox .content .numberBox { font-size: 2.5vw; }
- .indexTeamMain .indexTeam .swiper-slide .contentBox .content .numberBox .number { font-size: 4.688vw; }
- .indexTeamMain .indexTeam .indexTeamPage { width: 22.917vw; bottom: 3.646vw !important; right: 0vw; left: auto !important; }
- .indexProductMain { padding: 6.25vw 0vw; }
- .indexProductMain .indexProduct { margin-top: 15px; }
- .indexProductMain .indexProduct .swiper-slide { width: -webkit-calc(33.333% - 1.406vw); width: calc(33.333% - 1.406vw); margin-right: 2.083vw; }
- .indexProductMain .indexProduct .swiper-slide .content { padding: 3.125vw 0vw; width: 100%; height: 100%; }
- .indexProductMain .indexProduct .swiper-slide .content .icon { padding-bottom: 1.667vw; }
- .indexProductMain .indexProduct .swiper-slide .content .icon img { width: 3.958vw; }
- .indexProductMain .indexProduct .swiper-slide .content .listTitle { font-size: 1.25vw; display: -webkit-box; height: 1.563vw; line-height: 1.563vw; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
- .indexProductMain .indexProduct .swiper-slide .content .desc{font-size: 0.833vw;padding-top: 1.042vw;}
- .indexProductMain .commonMore { padding-top: 3.125vw; }
- .indexServiceMain { padding: 6.25vw 0vw; }
- .indexHistoryMain { padding: 6.25vw 0vw; }
- .indexHistoryMain .indexHistoryYearBox { margin-top: 3.125vw; }
- .indexHistoryMain .indexHistoryYearBox .prevBtn, .indexHistoryMain .indexHistoryYearBox .nextBtn { width: 2.604vw; height: 2.604vw; }
- .indexHistoryMain .indexHistoryYearBox .prevBtn i, .indexHistoryMain .indexHistoryYearBox .nextBtn i { font-size: 1.342vw; }
- .indexHistoryMain .indexHistoryYearBox .prevBtn { left: -2.604vw; }
- .indexHistoryMain .indexHistoryYearBox .nextBtn { right: -2.604vw; }
- .indexHistoryMain .indexHistoryYearBox .indexHistoryYear .swiper-slide { width: 20%; height: 3.125vw; font-size: 0.938vw; }
- .indexHistoryMain .indexHistory { margin-top: 2.083vw; }
- .FollowMain { padding: 8.333vw 0vw; }
- .FollowMain .Follow { margin-top: 1.042vw; }
- .FollowMain .Follow .list { margin: 0vw 3.542vw; }
- .FollowMain .Follow .list .qrCode img { width: 5.365vw; }
- .FollowMain .Follow .list .listTitle { padding-top: 1.302vw; font-size: 1.25vw; }
- .FollowMain .Follow .list::after { width: 0.625vw; height: 0.625vw; right: -3.854vw; top: 2.344vw; background-size: 0.625vw; }
- .footer { height: 3.125vw; font-size: 0.729vw; }
- .campusClassMain { padding: 4.948vw 0vw; }
- .campusClassMain .campusClass { margin: 0vw -1.302vw; }
- .campusClassMain .campusClass .list { width: -webkit-calc(33.333% - 2.604vw); width: calc(33.333% - 2.604vw); margin: 0vw 1.302vw; -webkit-border-radius: 0.781vw; border-radius: 0.781vw; }
- .campusClassMain .campusClass .list .imgBox { padding-top: 65%; }
- .campusClassMain .campusClass .list .content { padding: 2.083vw 1.563vw; }
- .campusClassMain .campusClass .list .content .listTitle { font-size: 1.458vw; }
- .campusClassMain .campusClass .list .content .more { margin-top: 1.042vw; font-size: 0.833vw; }
- .campusClassMain .campusClass .list .content .more i { font-size: 0.729vw; margin-left: 0.781vw; }
- .campusClassMain .campusClass .list:hover { -webkit-box-shadow: 0vw 0.313vw 1.094vw rgba(5, 22, 134, 0.1); box-shadow: 0vw 0.313vw 1.094vw rgba(5, 22, 134, 0.1); }
- .JobMain { padding: 3.125vw 0vw 6.25vw; }
- .JobMain .JobListMain { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-right: 1.042vw; }
- .JobMain .JobListBox { padding: 1.563vw 2.083vw; }
- .JobMain .JobListBox .titleBox .title { font-size: 1.25vw; font-weight: 600; }
- .JobMain .JobListBox .titleBox .shareBox { font-size: 0.833vw; }
- .JobMain .JobListBox .titleBox .shareBox i { margin-left: 0.26vw; font-size: 1.042vw; }
- .JobMain .JobListBox .titleBox .shareBox .shareList { right: 0vw; top: 0vw; padding-top: 1.042vw; }
- .JobMain .JobListBox .titleBox .shareBox .shareList a { width: 2.083vw !important; height: 2.083vw !important; margin: 0.156vw 0vw; font-size: 0.938vw; }
- .JobMain .JobListBox .titleBox .shareBox:hover .shareList { padding-top: 1.563vw; }
- .JobMain .JobScreen { padding-top: 2.604vw; }
- .JobMain .JobScreen .subTitleBox { padding-bottom: 1.563vw; }
- .JobMain .JobScreen .subTitleBox .subTitle { font-size: 1.25vw; }
- .JobMain .JobScreen .subTitleBox .clearScreen { font-size: 0.833vw; }
- .JobMain .JobScreen .input .inputField { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-border-radius: 0.313vw 0vw 0vw 0.313vw; border-radius: 0.313vw 0vw 0vw 0.313vw; height: 2.5vw; line-height: 2.5vw; font-size: 0.729vw; padding: 0vw 1.042vw; }
- .JobMain .JobScreen .input .btn { width: 6.25vw; height: 2.5vw; -webkit-border-radius: 0vw 0.313vw 0.313vw 0vw; border-radius: 0vw 0.313vw 0.313vw 0vw; }
- .JobMain .JobScreen .selectBox .list { width: 25%; margin: 1.302vw 1.302vw 0vw 0vw; }
- .JobMain .JobScreen .selectBox .list .layui-form-select .layui-input { height: 2.5vw; -webkit-border-radius: 0.313vw; border-radius: 0.313vw; font-size: 0.729vw;}
- .JobMain .JobScreen .selectBox .list .layui-form-select dl { top: 2.708vw; }
- .JobMain .JobListBox .JobList { padding: 1.823vw 0vw 3.646vw; margin: 0vw -2.083vw; }
- .JobMain .JobListBox .JobList .list { padding: 1.563vw 2.083vw; }
- .JobMain .JobListBox .JobList .list .listTitle { font-size: 1.146vw; line-height: 2.083vw; }
- .JobMain .JobListBox .JobList .list .listTitle .icon-huo { margin-right: 0.521vw; font-size: 0.938vw; }
- /*.JobMain .JobListBox .JobList .list .listTitle .detailBtn { min-width: 3.125vw;}*/
- /*.JobMain .JobListBox .JobList .list .listTitle .detailBtn i { width:1.042vw; height:1.042vw;font-size:0.729vw;}*/
-
- .JobMain .JobListBox .JobList .list .listTitle .detailBtn{position:absolute; top:4.604vw;}
- .JobMain .JobListBox .JobList .list .listTitle .detailBtn i{font-size:1.354vw;}
-
- .JobMain .JobListBox .JobList .list .labelBox .label { padding-top: 0.26vw; }
- .JobMain .JobListBox .JobList .list .labelBox .label span { font-size: 0.729vw; padding: 0vw 0.573vw; }
- .JobMain .JobListBox .JobList .list .labelBox .label span i { font-size: 0.833vw; margin-right: 0.26vw; }
- .JobMain .JobListBox .JobList .list .labelBox .time { font-size: 0.729vw; }
- .JobMain .JobListBox .JobList .list .detail { padding-top: 0.521vw; }
- .JobMain .JobListBox .JobList .list .detail .detailTitle { margin-top: 1.563vw; font-size: 1.25vw; }
- .JobMain .JobListBox .JobList .list .detail .desc { font-size: 0.938vw; line-height: 1.875vw; padding-top: 1.563vw; }
- .JobMain .JobListBox .nodata { padding: 6.771vw 0vw; font-size: 1.25vw; line-height: 2.083vw; }
- .JobMain .hotJobListBox { width: 20.833vw; padding: 1.042vw 1.563vw; min-height: 23.958vw; }
- .JobMain .hotJobListBox .titleBox { padding-bottom: 1.042vw; }
- .JobMain .hotJobListBox .titleBox .title { font-size: 1.25vw; }
- .JobMain .hotJobListBox .titleBox .title i { font-size: 0.938vw; margin-right: 0.26vw; }
- .JobMain .hotJobListBox .titleBox a { font-size: 0.833vw; }
- .JobMain .hotJobListBox .titleBox a i { margin-left: 0.521vw; font-size: 0.729vw; }
- .JobMain .hotJobListBox .hotJobList .list { padding: 0.781vw 0vw; }
- .JobMain .hotJobListBox .hotJobList .list .listTitle { font-size: 0.833vw; }
- .JobMain .hotJobListBox .hotJobList .list .time { margin-top: 0.417vw; font-size: 0.729vw; }
- .JobMain .hotJobListBox .nodata { padding: 2.083vw 0vw; font-size: 0.938vw; }
- .JobMain .JobListMain .JobDetailBox { padding: 2.604vw 1.823vw 5.208vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox { padding: 1.563vw 0vw; }
- .JobMain .JobListMain .JobDetailBox .return a{padding: 0vw 1.823vw;font-size: 0.729vw; height: 1.823vw;}
- .JobMain .JobListMain .JobDetailBox .titleBox .title { font-size: 1.875vw; line-height: 2.083vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox .title i { margin-right: 0.521vw; font-size: 1.771vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox .labelBox { padding-top: 0.781vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox .labelBox .label { padding-top: 0.26vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox .labelBox .label span { font-size: 0.833vw; padding: 0vw 0.573vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox .labelBox .label span i { font-size: 0.833vw; margin-right: 0.26vw; }
- .JobMain .JobListMain .JobDetailBox .titleBox .labelBox .time { font-size: 0.833vw; }
- .JobMain .JobListMain .JobDetailBox .JobDetail { padding-top: 0.521vw; }
- .JobMain .JobListMain .JobDetailBox .JobDetail .title { margin-top: 1.563vw; font-size: 1.25vw; }
- .JobMain .JobListMain .JobDetailBox .JobDetail .desc { font-size: 0.938vw; line-height: 1.875vw; padding-top: 1.563vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox { padding-top: 2.604vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox > a { height: 2.604vw; padding: 0vw 1.823vw; margin-right: 1.042vw; font-size: 0.938vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox > a i { margin-right: 0.26vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox .detailShere { height: 2.604vw; padding: 0vw 1.823vw; font-size: 0.938vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox .detailShere i { font-size: 1.042vw; margin-right: 0.26vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox .detailShere .shareList { top: 2.083vw; padding-top: 0.521vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox .detailShere .shareList a { width: 2.083vw; height: 2.083vw; margin: 0.156vw 0vw; margin-right: 0.521vw; font-size: 0.938vw; }
- .JobMain .JobListMain .JobDetailBox .btnBox .detailShere:hover .shareList { padding-top: 0.781vw; }
- .campusTitle { font-size: 2.083vw; }
- .campusNewsMain { padding: 5.208vw 0vw 0vw; }
- .campusNewsMain .campusNewsBox .prevBtn, .campusNewsMain .campusNewsBox .nextBtn { width: 3.125vw; height: 3.125vw; }
- .campusNewsMain .campusNewsBox .prevBtn i, .campusNewsMain .campusNewsBox .nextBtn i { font-size: 1.146vw; }
- .campusNewsMain .campusNewsBox .prevBtn { left: -4.167vw; }
- .campusNewsMain .campusNewsBox .nextBtn { right: -4.167vw; }
- .campusNewsMain .campusNewsBox .campusNewsList { margin-top: 3.125vw; }
- .campusNewsMain .campusNewsBox .campusNewsList .swiper-slide { width: -webkit-calc(50% - 1.302vw); width: calc(50% - 1.302vw); margin-right: 2.604vw; }
- .campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .imgBox { padding-top: 64.002%; }
- /* .campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .imgBox video{width: 100%;height: 19.0104vw;} */
- .campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .content { left: 2.083vw; right: 2.083vw; bottom: 2.083vw; }
- .campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .content .time { font-size: 0.729vw; padding-bottom: 0.26vw; }
- .campusNewsMain .campusNewsBox .campusNewsList .swiper-slide .content .listTitle { font-size: 1.25vw; display: -webkit-box; height: 3.334vw; line-height: 1.667vw; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
- .campusProcessMain { padding-top: 5.729vw; }
- .campusProcessMain .campusProcess { margin-top: 4.167vw; padding: 0vw 2.604vw; }
- .campusProcessMain .campusProcess .list { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 0vw 1.563vw; }
- .campusProcessMain .campusProcess .list .icon img { max-width: 8.073vw; width: 100%; }
- .campusProcessMain .campusProcess .list .text { padding-top: 0.781vw; font-size: 0.938vw; }
- .campusProcessMain .campusProcess .list .icon::after { right: -1.823vw; margin-top: -0.208vw; border-top: 0.417vw solid transparent; border-bottom: 0.417vw solid transparent; border-left: 0.417vw solid #949699; }
- .campusQaMain { padding: 5.729vw 0vw 10.417vw; }
- .campusQaMain .campusQaBox { margin-top: 3.125vw; }
- .campusQaMain .campusQaBox .list { padding: 1.563vw 2.083vw; }
- .campusQaMain .campusQaBox .list .listTitleBox .q { min-width: 3.385vw; }
- .campusQaMain .campusQaBox .list .listTitleBox .q span { width: 1.823vw; height: 1.823vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; font-size: 0.938vw; }
- .campusQaMain .campusQaBox .list .listTitleBox .listTitle { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 1.25vw; line-height: 1.667vw; }
- .campusQaMain .campusQaBox .list .listTitleBox .btn { min-width: 3.125vw; padding-top: 0.26vw; }
- .campusQaMain .campusQaBox .list .listTitleBox .btn i { width: 1.354vw; height: 1.354vw; }
- .campusQaMain .campusQaBox .list .listTitleBox .btn span{width:1.823vw; height:1.823vw;font-size:1.25vw;}
- .campusQaMain .campusQaBox .list .contentMain { padding: 2.604vw 0vw 3.646vw; }
- .campusQaMain .campusQaBox .list .contentMain .contentBox .a { min-width: 3.385vw; }
- .campusQaMain .campusQaBox .list .contentMain .contentBox .a span { width: 1.823vw; height: 1.823vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; font-size: 0.938vw; }
- .campusQaMain .campusQaBox .list .contentMain .contentBox .content { font-size: 0.833vw; line-height: 1.563vw; }
- .newsDetailMain { padding: 5.729vw 0vw; }
- .newsDetailMain .newsDetailTitleBox .title { font-size: 1.875vw; }
- .newsDetailMain .newsDetailTitleBox .timeShare { padding-top: 2.083vw; }
- .newsDetailMain .newsDetailTitleBox .timeShare .time { padding: 0vw 0.781vw; font-size: 0.729vw; height: 1.667vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; }
- .newsDetailMain .newsDetailTitleBox .timeShare .detailShere { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-left: 1.563vw; }
- .newsDetailMain .newsDetailTitleBox .timeShare .detailShere a { width: 2.083vw; height: 2.083vw; font-size: 1.042vw; margin-right: 0.521vw; }
- .newsDetailMain .newsDetailTitleBox .timeShare::after { margin-left: 1.563vw; }
- .newsDetailMain .newsDetailTitleBox .newsDetail { padding-top: 2.604vw; font-size: 0.938vw; line-height: 1.563vw; }
- .newsDetailMain .newsDetailTitleBox .previousNextPostBox { margin-top: 3.125vw; padding-top: 1.823vw; }
- .newsDetailMain .newsDetailTitleBox .previousNextPostBox .previousNextPost { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: auto; }
- .newsDetailMain .newsDetailTitleBox .previousNextPostBox .previousNextPost p { font-size: 0.833vw; display: -webkit-box; height: 1.771vw; line-height: 1.771vw; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
- .newsDetailMain .newsDetailTitleBox .previousNextPostBox .previousNextPost p span { font-size: 0.938vw; }
- .newsDetailMain .newsDetailTitleBox .previousNextPostBox .return { width: auto; padding: 0vw; }
- .newsDetailMain .newsDetailTitleBox .previousNextPostBox .return a { height: 2.448vw; -webkit-border-radius: 2.448vw; border-radius: 2.448vw; padding: 0vw 2.188vw; }
- .chooseUsBonusMain { padding: 5.208vw 0vw; }
- .chooseUsBonusMain .chooseUsBonus { margin-top: 3.646vw; }
- .chooseUsBonusMain .chooseUsBonus .content { width: 42%; padding-top: 1.042vw; padding-right: 3.646vw; }
- .chooseUsBonusMain .chooseUsBonus .content .icon img { width: 3.958vw; }
- .chooseUsBonusMain .chooseUsBonus .content .campusTitle { padding-top: 1.563vw; padding-bottom: 1.563vw; text-align: left; }
- .chooseUsBonusMain .chooseUsBonus .content .subTitle { padding-top: 1.563vw; font-size: 1.042vw; font-weight: 600; }
- .chooseUsBonusMain .chooseUsBonus .content .desc { padding-top: 0.26vw; font-size: 0.833vw; }
- .chooseUsBonusMain .chooseUsBonus .imgBox { width: 58%; padding-top: 31.65%; }
- .chooseUsBonusMain .chooseUsBonus .imgBox img { -webkit-border-radius: 0.781vw; border-radius: 0.781vw; }
- .chooseUsBonusMain .chooseUsBonus .imgBox::after { right: -5.99vw; top: -2.083vw; width: 31.615vw; height: 20.365vw; }
- .chooseUsDevelopMain { padding: 5.208vw 0vw 0vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox { margin-top: 5.729vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .title { width: 6.771vw; height: 6.771vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .title::after { -webkit-box-shadow: 0vw 0vw 1.042vw rgba(18, 38, 170, 0.8); box-shadow: 0vw 0vw 1.042vw rgba(18, 38, 170, 0.8); }
- .chooseUsDevelopMain .chooseUsDevelopListBox .title p { font-size: 0.938vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-left: 7.552vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list { padding: 0.781vw 0vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content { margin-right: 2.083vw; height: 4.167vw; width: 11.458vw; -webkit-border-radius: 4.167vw; border-radius: 4.167vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content p { font-size: 0.938vw; line-height: 1.25vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content i { right: -1.563vw; top: 50%; margin-top: -0.026vw; width: 1.563vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content i::after { border-bottom: 0.208vw solid transparent; border-top: 0.26vw solid transparent; border-left: 0.26vw solid #569feb; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) { margin-right: 3.646vw; width: 5.938vw; height: 5.938vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) i { width: 3.698vw; right: -3.698vw; z-index: 10; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) i::after { right: -0.208vw; width: 0.313vw; height: 0.313vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list .content:nth-child(1) i::before { width: 1.146vw; height: 1.146vw; border: 0.417vw solid #569feb; position: absolute; left: -0.573vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .arrowImg { left: 2.865vw; width: 6.354vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .arrowImg img { width: 100%; }
- .chooseUsDevelopMain .chooseUsDevelopImg { text-align: right; }
- .chooseUsDevelopMain .chooseUsDevelopImg img { width: 22.448vw; margin: -10.417vw -2.865vw 0vw 0vw; }
- .chooseUsDevelopMain .chooseUsDevelopListBox .listBox .list:nth-child(2) .content i::after { border-right: none; border-bottom: 0.208vw solid transparent; border-top: 0.26vw solid transparent; border-left: 0.26vw solid #4cbd7d; }
- .chooseUsEmployeeMain { padding: 5.729vw 0vw 1.042vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list { padding: 3.906vw 0vw 6.25vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .imgBox { width: 58%; padding-top: 31.65%; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .imgBox img { -webkit-border-radius: 0.781vw; border-radius: 0.781vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .imgBox::after { left: -5.99vw; top: -2.083vw; width: 31.615vw; height: 20.365vw; background-image: url(../images/img_41.png); }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content { width: 42%; padding: 1.042vw 0vw 3.125vw 3.906vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .icon { text-align: right; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .icon img { width: 3.958vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .icon img.leftIcon { display: none; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .icon img.rightIcon { display: inline; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .campusTitle { padding-top: 1.563vw; padding-bottom: 1.563vw; text-align: left; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .subTitle { padding-top: 1.302vw; font-size: 1.042vw; font-weight: 600; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .desc { padding-top: 0.26vw; font-size: 0.833vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .tabListBox .tabList .tabListTitle { padding: 0vw; font-size: 0.938vw; padding-top: 1.302vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .tabListBox .tabList .tabContent { margin-top: 0vw; font-size: 0.833vw; line-height: 1.354vw; padding: 0.26vw 0vw 0vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list .content .tabListBox .tabList::after { right: 0.781vw; width: 0.417vw; height: 0.417vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) { padding: 5.729vw 0vw 0vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2)::after { bottom: 2.604vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .commonweb { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .content .icon { text-align: left; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .content .icon img.leftIcon { display: inline; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .content .icon img.rightIcon { display: none; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .content { width: 42%; padding: 1.042vw 3.906vw 4.525vw 0vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(2) .imgBox::after { left: auto; right: -5.99vw; background-image: url(../images/img_36.png); }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(3) { padding: 5.729vw 0vw; }
- .chooseUsEmployeeMain .chooseUsEmployee .list:nth-child(3) .imgBox { padding-top: 29.12%; }
- .loginMain { min-height: -webkit-calc(100vh - 8.333vw); min-height: calc(100vh - 8.333vw); padding: 2.604vw 0vw; }
- .loginMain .loginBox { -webkit-border-radius: 0.781vw; border-radius: 0.781vw; }
- .loginMain .loginBox .imgBox { width: 36.458vw; }
- .loginMain .loginBox .loginForm { width: -webkit-calc(100% - 36.458vw); width: calc(100% - 36.458vw); padding: 2.604vw 4.688vw 4.688vw; border-top: 0.156vw solid #1226aa; }
- .loginMain .loginBox .loginForm .loginMode .type a { font-size: 1.25vw; margin-right: 2.083vw; }
- .loginMain .loginBox .loginForm .loginMode .Toggle { font-size: 0.729vw; }
- .loginMain .loginBox .loginForm .loginMode .Toggle a { margin-left: 0.521vw; }
- .loginMain .loginBox .loginForm .loginReg { font-size: 0.729vw; padding-top: 0.781vw; }
- .loginMain .loginBox .loginForm .loginReg a { margin-left: 0.521vw; }
- .loginMain .loginBox .loginForm .input { margin-top: 1.042vw; }
- .loginMain .loginBox .loginForm .input input { -webkit-border-radius: 0.26vw; border-radius: 0.26vw; height: 2.604vw; padding: 0vw 1.042vw; font-size: 0.729vw; }
- .loginMain .loginBox .loginForm .input button { width: 7.292vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; margin-left: 0.521vw; font-size: 0.729vw; }
- .loginMain .loginBox .loginForm .input .vCode { margin-left: 0.521vw; padding: 0vw 1.042vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; }
- .loginMain .loginBox .loginForm .input .vCode img { height: 2.604vw; }
- .loginMain .loginBox .loginForm .btn { margin-top: 1.563vw; }
- .loginMain .loginBox .loginForm .btn input { font-size: 0.938vw; height: 2.604vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; }
- .loginMain .loginBox .loginForm .Tips { padding-top: 1.563vw; }
- .loginMain .loginBox .loginForm .Tips span { min-width: 0.938vw; height: 0.938vw; font-size: 0.729vw; }
- .loginMain .loginBox .loginForm .Tips p { padding-left: 0.521vw; font-size: 0.729vw; }
- .loginMain .loginBox .loginForm .loginProtocol { margin-top: 0.521vw; font-size: 0.729vw; }
- .loginMain .loginBox .loginForm .loginProtocol a { margin: 0vw 0.26vw; }
- .loginMain .loginBox .loginForm .loginProtocol .layui-form-checkbox[lay-skin=primary] { padding-left: 1.458vw; min-width: 0.938vw; min-height: 0.938vw; }
- .loginMain .loginBox .loginForm .loginProtocol .layui-form-checkbox[lay-skin=primary] i { width: 0.938vw; height: 0.938vw; -webkit-border-radius: 0.208vw !important; border-radius: 0.208vw !important; }
- .loginMain .loginBox .loginForm .otherLoginBox { margin-top: 1.563vw; font-size: 0.729vw; }
- .loginMain .loginBox .loginForm .otherLoginBox .otherLogin { font-size: 0.729vw; }
- .loginMain .loginBox .loginForm .otherLoginBox .otherLogin a { margin-left: 0.521vw; font-size: 0.833vw; width: 1.25vw; height: 1.25vw; }
- .loginMain .loginBox .loginForm .otherLoginBox .retrievePasswordBtn { font-size: 0.729vw; }
- .loginMain .loginBox .loginForm .retrievePassword { padding-top: 0.521vw; }
- .loginMain .loginBox .loginForm .changePassSuccess .icon { padding-top: 4.167vw; }
- .loginMain .loginBox .loginForm .changePassSuccess .icon i { width: 4.01vw; height: 4.01vw; font-size: 3.125vw; }
- .loginMain .loginBox .loginForm .changePassSuccess .text { padding-top: 1.042vw; font-size: 0.833vw; }
- .loginMain .loginBox .loginForm .changePassSuccess .btn { margin-top: 4.167vw; }
- .loginMain .loginBox .loginForm .changePassSuccess .btn a { width: 100%; height: 2.604vw; font-size: 0.938vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; }
- .loginAlertMain .loginAlertBox .loginAlert { width: 30.208vw; height: 10.417vw; -webkit-border-radius: 1.563vw; border-radius: 1.563vw; }
- .loginAlertMain .loginAlertBox .loginAlert .textBox .icon { width: 2.396vw; height: 2.396vw; }
- .loginAlertMain .loginAlertBox .loginAlert .textBox .icon i { font-size: 1.563vw; }
- .loginAlertMain .loginAlertBox .loginAlert .textBox .text { font-size: 1.25vw; margin-left: 1.042vw; }
- .userCenterMain { min-height: -webkit-calc(100vh - 8.333vw); min-height: calc(100vh - 8.333vw); padding: 3.125vw 0vw; }
- .userCenterMain .commonweb .userCenterLeft { width: 21.354vw; padding-right: 2.604vw; }
- .userCenterMain .commonweb .userCenterLeft .leftClass { padding: 2.604vw 2.083vw; }
- .userCenterMain .commonweb .userCenterLeft .leftClass .list { margin-bottom: 1.563vw; }
- .userCenterMain .commonweb .userCenterLeft .leftClass .list a { font-size: 0.938vw; }
- .userCenterMain .commonweb .userCenterLeft .leftClass .list i { width: 2.083vw; font-size: 1.25vw; }
- .userCenterMain .commonweb .userCenterLeft .logOut { margin-top: 0.521vw; }
- .userCenterMain .commonweb .userCenterLeft .logOut a { padding: 2.604vw 0vw; }
- .userCenterMain .commonweb .userCenterLeft .logOut a .icon i { width: 3.958vw; height: 3.958vw; font-size: 1.771vw; }
- .userCenterMain .commonweb .userCenterLeft .logOut a .text { font-size: 0.938vw; padding-top: 0.781vw; }
- .userCenterMain .commonweb .userCenterRight { min-height: 33.854vw; padding: 2.083vw 2.083vw 4.688vw; }
- .userCenterMain .commonweb .userCenterRight .userCenterTitle { font-size: 1.25vw; }
- .userCenterMain .commonweb .userCenterRight .userCenterTitle span { padding-bottom: 0.781vw; margin-bottom: -0.052vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume { padding-top: 1.823vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .title { font-size: 1.042vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox { padding-top: 0.521vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list { margin-top: 1.042vw; padding: 1.302vw 2.083vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .icon { min-width: 1.875vw; margin-right: 1.302vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .icon img { width: 100%; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .listTitleBox .listTitle { font-size: 0.938vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .listTitleBox .size { margin-top: 0.26vw; font-size: 0.729vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .listTitleBox .size span { margin-right: 0.521vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .btn a { font-size: 0.729vw; margin-left: 1.563vw; }
- .userCenterMain .commonweb .userCenterRight .attachedResume .listBox .list .btn a i { font-size: 1.042vw; margin-right: 0.417vw; }
- .PreviewVitae { padding-bottom: 3.125vw; }
- .PreviewVitae .nameMain { padding-top: 2.083vw; }
- .PreviewVitae .nameMain .nameBox .name { font-size: 1.146vw; }
- .PreviewVitae .infoList { padding-bottom: 0.521vw; }
- .PreviewVitae .infoList p { margin-top: 0.781vw; font-size: 0.729vw; padding-right: 0.781vw; margin-right: 0.781vw; }
- .PreviewVitae .infoList p i { font-size: 0.833vw; margin-right: 0.26vw; }
- .PreviewVitae .nameMain .avatar img { width: 3.958vw; height: 3.958vw; }
- .PreviewVitae .title { margin-top: 2.604vw; font-size: 1.042vw; border-left: 0.156vw solid #1226aa; padding-left: 0.521vw; }
- .PreviewVitae .personageBasicInfo { padding-top: 1.042vw; }
- .PreviewVitae .eduPreview .list { padding-top: 1.563vw; }
- .PreviewVitae .eduPreview .list .schoolName p { font-size: 0.729vw; padding-right: 0.781vw; margin-right: 0.781vw; }
- .PreviewVitae .eduPreview .list .schoolName .name { font-size: 0.833vw; margin-right: 4.167vw; }
- .PreviewVitae .eduPreview .list .desc { margin-top: 0.781vw; font-size: 0.729vw; line-height: -webkit-calc(22 / 14); line-height: calc(22 / 14); }
- .PreviewVitae .workExperience { padding-top: 1.823vw; }
- .PreviewVitae .workExperience .list { margin-left: 0.208vw; padding-bottom: 2.083vw; padding-left: 0.781vw; }
- .PreviewVitae .workExperience .list::after { width: 0.521vw; height: 0.521vw; left: -0.26vw; }
- .PreviewVitae .workExperience .list .companyName { padding-bottom: 0.521vw; }
- .PreviewVitae .workExperience .list .companyName p { font-size: 0.729vw; padding-right: 0.781vw; margin-right: 0.781vw; }
- .PreviewVitae .workExperience .list .companyName .name { font-size: 0.833vw; margin-right: 2.083vw; }
- .PreviewVitae .workExperience .list .label { padding: 0.417vw 0vw 0.521vw; }
- .PreviewVitae .workExperience .list .label p { font-size: 0.729vw; padding-right: 0.781vw; margin-right: 0.781vw; }
- .PreviewVitae .workExperience .list .desc { margin-top: 0.26vw; font-size: 0.729vw; line-height: -webkit-calc(22 / 14); line-height: calc(22 / 14); }
- .PreviewVitae .workExperience .list:last-child { padding-bottom: 0.781vw; }
- .PreviewVitae .trainingExperience .list { padding-top: 1.302vw; }
- .PreviewVitae .trainingExperience .list .name { font-size: 0.833vw; }
- .PreviewVitae .trainingExperience .list .label { padding-top: 1.042vw; }
- .PreviewVitae .trainingExperience .list .label p { font-size: 0.729vw; padding-right: 0.781vw; margin-right: 0.781vw; }
- .PreviewVitae .trainingExperience .list:last-child { padding-bottom: 0.781vw; }
- .PreviewVitae .languageAbility { margin-top: 1.302vw; }
- .PreviewVitae .languageAbility p { font-size: 0.833vw; padding-right: 1.042vw; margin-right: 1.042vw; }
- .PreviewVitae .languageAbility p span { line-height: -webkit-calc(27 / 14); line-height: calc(27 / 14); padding: 0vw 0.729vw; margin-left: 0.521vw; font-size: 0.729vw; }
- .PreviewVitae .languageAbility p::after { width: 0.052vw; height: 0.677vw; }
- .PreviewVitae .professionalSkill { margin-top: 1.302vw; }
- .PreviewVitae .professionalSkill p { font-size: 0.833vw; padding-right: 1.042vw; margin-right: 1.042vw; }
- .PreviewVitae .professionalSkill p span { line-height: -webkit-calc(27 / 14); line-height: calc(27 / 14); padding: 0vw 0.729vw; margin-left: 0.521vw; font-size: 0.729vw; }
- .PreviewVitae .professionalSkill p::after { width: 0.052vw; height: 0.677vw; }
- .PreviewVitae .evaluate { margin-top: 1.302vw; font-size: 0.729vw; line-height: -webkit-calc(22 / 14); line-height: calc(22 / 14); }
- .PreviewVitae .additionalInfo { padding-top: 1.563vw; }
- .PreviewVitae .additionalInfo p { font-size: 0.729vw; padding-right: 0.781vw; margin-right: 0.781vw; }
- .internalRecommendedMain { padding: 1.823vw 0vw; min-height: -webkit-calc(100vh - 8.333vw); min-height: calc(100vh - 8.333vw); }
- .internalRecommendedMain .internalRecommended { padding: 2.604vw 2.604vw 4.167vw; -webkit-border-radius: 0.781vw; border-radius: 0.781vw; }
- .internalRecommendedMain .internalRecommended .internalRecommendedTitle { font-size: 1.25vw; }
- .internalRecommendedMain .internalRecommended .internalRecommendedTitle span { padding-bottom: 0.781vw; margin-bottom: -0.052vw; }
- .internalRecommendedMain .internalRecommended .inputList { padding-top: 2.344vw; margin: 0vw -0.781vw; }
- .internalRecommendedMain .internalRecommended .inputList .list { width: 33.333%; padding: 0vw 0.781vw 0.781vw; }
- .internalRecommendedMain .internalRecommended .inputList .list p { font-size: 0.833vw; padding-bottom: 0.521vw; }
- .internalRecommendedMain .internalRecommended .inputList .list input { width: 100%; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; height: 2.604vw; padding: 0vw 1.042vw; font-size: 0.729vw; }
- .internalRecommendedMain .internalRecommended .inputList .list select { width: 100%; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; height: 2.604vw; padding: 0vw 1.042vw; font-size: 0.729vw; }
- .internalRecommendedMain .internalRecommended .inputList .list .layui-form-select dl { top: 2.76vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; }
- .internalRecommendedMain .internalRecommended .btn { padding-top: 3.125vw; }
- .internalRecommendedMain .internalRecommended .btn input { width: 20.833vw; height: 2.604vw; font-size: 0.938vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; }
- .uploadVitae { margin-top: 1.563vw; }
- .uploadVitae .layui-upload-drag { -webkit-border-radius: 0.26vw; border-radius: 0.26vw; padding: 1.563vw; }
- .uploadVitae .layui-upload-drag .icon i { font-size: 2.083vw; }
- .uploadVitae .layui-upload-drag .desc { margin-top: 0.781vw; font-size: 0.833vw; }
- .uploadVitae .layui-upload-drag .desc2 { margin-top: 0.521vw; font-size: 0.729vw; }
- .uploadVitae .layui-upload-drag .uploadView { padding-top: 1.302vw; }
- .recordBox { margin-top: 2.083vw; }
- .recordBox .recordHeader { padding: 0.885vw 0vw; font-size: 0.833vw; }
- .recordBox .recordList .list { padding: 1.302vw 0vw; font-size: 0.833vw; }
- .recordBox .name { padding-left: 1.563vw; }
- .recordBox .Controls a { margin-right: 1.042vw; }
- .vitaeForm { margin-top: 1.823vw; }
- .vitaeForm .title { padding-bottom: 0.781vw; }
- .vitaeForm .title p { font-size: 1.042vw; }
- .vitaeForm .title .btn { width: 1.823vw; height: 1.823vw; }
- .vitaeForm .title .btn i { width: 0.833vw; height: 0.833vw; }
- .vitaeForm .vitaeList { margin: 0vw -0.781vw; }
- .vitaeForm .vitaeList .delete { width: 100%; margin: 1.042vw 0.781vw -0.521vw; padding-bottom: 0.521vw; }
- .vitaeForm .vitaeList .delete .deleteBtn { font-size: 0.781vw; }
- .vitaeForm .vitaeList .delete .deleteBtn i { margin-right: 0.417vw; }
- .vitaeForm .vitaeList .list { width: -webkit-calc(50% - 1.563vw); width: calc(50% - 1.563vw); margin: 1.302vw 0.781vw 0vw; }
- .vitaeForm .vitaeList .list p { font-size: 0.729vw; padding-bottom: 0.521vw; }
- .vitaeForm .vitaeList .list .input input { height: 2.604vw; font-size: 0.729vw; padding: 0vw 1.042vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; }
- .vitaeForm .vitaeList .list .input select { height: 2.604vw; font-size: 0.729vw; padding: 0vw 1.042vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; }
- .vitaeForm .vitaeList .list .input textarea { height: 5.208vw; font-size: 0.729vw; padding: 1.042vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; }
- .vitaeForm .vitaeList .list .input .icon-rili1 { right: 1.042vw; font-size: 1.042vw; }
- .vitaeForm .vitaeList .list .input .layui-form-select dl { top: 2.76vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; }
- .vitaeForm .vitaeList .list .input .layui-edge { right: 1.042vw; }
- .vitaeMain { padding-top: 0.521vw; }
- .vitaeMain .vitaeBox { padding-right: 2.604vw; }
- .vitaeMain .vitaeClassBox { width: 9.896vw; padding: 1.563vw 0vw 0vw 0vw; }
- .vitaeMain .vitaeClassBox a { line-height: 1.875vw; margin-bottom: 0.625vw; padding-left: 1.563vw; font-size: 0.833vw; }
- .vitaeAddBtn { padding-top: 2.604vw; }
- .vitaeAddBtn input { width: 18.75vw; height: 2.604vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; font-size: 0.938vw; }
- .photograph .layui-upload-drag { -webkit-border-radius: 0.26vw; border-radius: 0.26vw; width: 7.813vw; height: 7.813vw; }
- .photograph .layui-upload-drag .icon i { font-size: 1.406vw; }
- .photograph .layui-upload-drag .desc { font-size: 0.729vw; padding-top: 0.521vw; }
- .photograph .layui-upload-drag .uploadView { width: 5.208vw; height: 5.208vw; }
- .photograph .desc2 { font-size: 0.729vw; padding-left: 2.083vw; }
- .attachments { height: 2.604vw; padding: 0vw 1.042vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; font-size: 0.729vw; }
- .attachmentsDesc { font-size: 0.729vw; padding-left: 1.823vw; }
- .addVitae { padding-top: 2.083vw; }
- .addVitae .imgBox img { width: 11.198vw; }
- .addVitae .desc { margin-top: 1.563vw; font-size: 0.833vw; }
- .addVitae .desc2 { margin-top: 0.521vw; font-size: 0.729vw; }
- .addVitae .btn { padding-top: 1.563vw; }
- .addVitae .btn a { padding: 0vw 1.823vw; height: 2.292vw; -webkit-border-radius: 2.292vw; border-radius: 2.292vw; font-size: 0.729vw; }
- .myCollection { padding: 1.302vw 0vw 3.646vw; }
- .myCollection .list { padding: 1.563vw; }
- .myCollection .list .listTitleBox .listTitle { font-size: 1.146vw; line-height: 2.083vw; }
- .myCollection .list .listTitleBox .listTitle i { margin-right: 0.521vw; font-size: 0.938vw; }
- .myCollection .list .listTitleBox .CollectionBtn i { font-size: 1.354vw; }
- .myCollection .list .labelBox .label { padding-top: 0.26vw; }
- .myCollection .list .labelBox .label span { font-size: 0.729vw; padding: 0vw 0.573vw; }
- .myCollection .list .labelBox .label span::after { height: 0.521vw; width: 0.052vw; }
- .myCollection .list .labelBox .label span i { font-size: 0.833vw; margin-right: 0.26vw; }
- .myCollection .list .labelBox .time { font-size: 0.729vw; }
- .basicInfo .list { margin-top: 1.563vw; padding: 0.781vw 1.563vw 0.781vw 0vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; font-size: 0.833vw; }
- .basicInfo .list .listTitle { min-width: 5.99vw; }
- .basicInfo .list .listTitle i { font-size: 0.938vw; margin-right: 0.521vw; }
- .basicInfo .list .info { padding-left: 0.521vw; }
- .basicInfo .list a { font-size: 0.833vw; }
- .privacyAgreementBox .privacyAgreement { padding: 1.563vw 2.604vw; -webkit-border-radius: 0.521vw; border-radius: 0.521vw; }
- .privacyAgreementBox .privacyAgreement .title { font-size: 1.458vw; }
- .privacyAgreementBox .privacyAgreement .content { margin-top: 1.563vw; font-size: 0.729vw; line-height: 1.458vw; padding-right: 1.042vw; }
- .privacyAgreementBox .closePrivacyAgreement { width: 1.563vw; height: 1.563vw; font-size: 0.938vw; right: 1.563vw; top: 1.563vw; }
- .settingsBox { padding: 0vw 1.042vw; }
- .settingsBox .settings { -webkit-border-radius: 0.521vw; border-radius: 0.521vw; background: #fff; max-width: 30.208vw; width: 100%; padding: 2.865vw 2.083vw; }
- .settingsBox .settings .closeSettings { width: 1.563vw; height: 1.563vw; font-size: 1.25vw; right: 0.781vw; top: 0.885vw; }
- .settingsBox .settings .settingsForm .title { font-size: 1.25vw; }
- .settingsBox .settings .settingsForm .input { margin-top: 1.042vw; }
- .settingsBox .settings .settingsForm .input input { width: 100%; font-size: 0.729vw; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; height: 2.604vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; padding: 0vw 1.042vw; }
- .settingsBox .settings .settingsForm .input button { -webkit-border-radius: 0.26vw; border-radius: 0.26vw; margin-left: 0.521vw; min-width: 7.292vw; font-size: 0.729vw; }
- .settingsBox .settings .settingsForm .btn { margin-top: 1.563vw; }
- .settingsBox .settings .settingsForm .btn input { font-size: 0.938vw; height: 2.604vw; -webkit-border-radius: 0.26vw; border-radius: 0.26vw; }
- .settingsBox .settings .settingsForm .tips { padding-top: 1.042vw; font-size: 0.729vw; line-height: 1.25vw; }
- .topPing { width: 2.865vw; height: 2.865vw; line-height: 2.865vw; right: 0.521vw; font-size: 1.25vw; }
- .webMap { padding: 3.125vw 0vw 4.688vw; }
- .webMap dl { margin-top: 1.563vw; }
- .webMap dl h3 { padding-left: 1.042vw; padding-bottom: 0.26vw; }
- .webMap dl h3 span { font-size: 1.042vw; top: -0.625vw; padding: 0vw 0.677vw; }
- .webMap dl dd { padding-left: 1.719vw; padding-bottom: 0.781vw; }
- .webMap dl dd a { font-size: 0.729vw; padding-right: 1.042vw; padding-bottom: 0.417vw; }
- .webMap dl dd a em { margin-right: 0.417vw; width: 0.156vw; height: 0.156vw; }
-
- .chooseUsEmployeeMain .chooseUsEmployee .list .imgBox .EmployeeAtlas span{ width: 2.083vw; height: 2.083vw; font-size: 1.146vw;}
- .chooseUsEmployeeMain .chooseUsEmployee .list .imgBox .EmployeeAtlas span.prevBtn{ left: 0.521vw;}
- .chooseUsEmployeeMain .chooseUsEmployee .list .imgBox .EmployeeAtlas span.nextBtn{ right: 0.521vw;}
-
- .chooseUsBonusMain .chooseUsBonus .imgBox .EmployeeAtlas span{ width: 2.083vw; height: 2.083vw; font-size: 1.146vw;}
- .chooseUsBonusMain .chooseUsBonus .imgBox .EmployeeAtlas span.prevBtn{ left: 0.521vw;}
- .chooseUsBonusMain .chooseUsBonus .imgBox .EmployeeAtlas span.nextBtn{ right: 0.521vw;}
-
- .pupUpVideo{padding: 5vw 1.042vw;}
- .pupUpVideo .closeVideo{right: 1.25vw; top: 1.25vw; width: 1.563vw; height: 1.563vw;font-size: 2.083vw; }
- .pupUpVideo .videoPlayBox .videoPlayContainer{ max-width: 66.667vw;}
- .pupUpVideo .videoPlayBox .videoPlayContainer .videoPlay video{min-width: 16.667vw;}
- .pupUpVideo .videoPlayBox .videoPlayContainer .videoPlay iframe{min-width: 16.667vw;}
-
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone{border-radius: 0.208vw;padding: 1.563vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .title{font-size: 1.25vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list{padding-top: 0.781vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list input{height: 2.604vw;border-radius: 0.26vw; padding: 0vw 0.781vw; font-size: 0.729vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list button{width: 7.292vw;-webkit-border-radius: 0.26vw;border-radius: 0.26vw;margin-left: 0.521vw;font-size: 0.729vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list .vCode{ margin-left: 0.521vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .list img{height: 2.604vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .btn{padding-top: 0.781vw;}
- .popUpBindPhoneMain .popUpBindPhoneBox .popUpBindPhone .btn input{width: 100%; height: 2.604vw; border-radius: 0.26vw; font-size: 0.833vw;}
-
- .JobMain .JobScreen .selectBox .filterCriteria{padding-top:1.042vw;}
- .JobMain .JobScreen .selectBox .filterCriteria h3{font-size:0.729vw; margin-right:0.781vw;line-height: 2.083vw;padding: 0vw 1.042vw;}
- .JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radio{line-height: 1.458vw; margin:0vw 1.042vw 0vw 0vw;padding-right:0vw;}
- .JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radio>i{margin-right: 0.417vw;font-size: 1.146vw;}
- .JobMain .JobScreen .selectBox .filterCriteria p .layui-form-radio div{font-size:0.729vw;}
- .JobMain .JobScreen .selectBox .filterCriteria p a{font-size:0.729vw;line-height: 1.458vw; margin:0vw 1.042vw 0vw 0vw;}
-}
-
-@media (min-width: 1920px) { .container { max-width: 66.667vw; }
- .indexDesc { max-width: 55.208vw; }
- .newsDetailMain .newsDetailTitleBox { max-width: 62.5vw; }
- .loginMain .loginBox { max-width: 66.667vw; }
- .internalRecommendedMain .internalRecommended { max-width: 66.667vw; }
- .basicInfo { max-width: 33.333vw; }
- .bannerText .search { max-width: 25vw; }
- .popupWechatMain .popupWechat { max-width: 20.313vw; }
- .privacyAgreementBox .privacyAgreement { max-width: 62.5vw; }
- .webMap { max-width: 65.625vw; } }
diff --git a/src/static/products/control_system/car_load/KD04.png b/src/static/products/control_system/car_load/KD04.png
index f6b6503..60ad8d3 100644
Binary files a/src/static/products/control_system/car_load/KD04.png and b/src/static/products/control_system/car_load/KD04.png differ
diff --git a/src/static/products/control_system/car_load/KD13.png b/src/static/products/control_system/car_load/KD13.png
index 7a5b470..ee3580c 100644
Binary files a/src/static/products/control_system/car_load/KD13.png and b/src/static/products/control_system/car_load/KD13.png differ