|
|
|
|
@ -29,89 +29,196 @@
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
box-orient: block-axis;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ [class~='ant-layout-header'] {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 3;
|
|
|
|
|
background-color: #5878e9;
|
|
|
|
|
box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
|
|
|
|
|
height: 60px;
|
|
|
|
|
.header___Wn4fJ {
|
|
|
|
|
min-width: 1200px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ [class~='ant-layout-header'] {
|
|
|
|
|
padding: 0;
|
|
|
|
|
height: 72px;
|
|
|
|
|
background: #24292f;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .logo___QnotM {
|
|
|
|
|
height: 36px;
|
|
|
|
|
margin-right: 40px;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.homepageHeader___PVNHr [class~='ant-layout-header'] {
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li {
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa {
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
box-shadow: 0px 10px 16px 0px #cecece;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
min-width: 1200px;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
left: -20px;
|
|
|
|
|
top: 50px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa .line___D1auu {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 1px;
|
|
|
|
|
background: #dbdce0;
|
|
|
|
|
margin: 24px 0;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa .subName___gql7K {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa .subName___gql7K:hover aside {
|
|
|
|
|
color: #165dff;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li .name___dR5V2 {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
height: 50px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li .name___dR5V2 span {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li .name___dR5V2 span b {
|
|
|
|
|
color: #d4443c;
|
|
|
|
|
transform: translate(2px, -7px);
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li .name___dR5V2 i {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
transform: translateY(1px) scale(0.6);
|
|
|
|
|
color: #979797;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li:hover .name___dR5V2 span {
|
|
|
|
|
color: #c5c5c5;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li:hover .dropDown___Cwaoa {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li.actived___ohMks .name___dR5V2 span {
|
|
|
|
|
color: #c5c5c5;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .menu___twLGR li.actived___ohMks .name___dR5V2 span::after {
|
|
|
|
|
content: '';
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 2px;
|
|
|
|
|
background: #c5c5c5;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 12px;
|
|
|
|
|
left: 0;
|
|
|
|
|
border-radius: 1px;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .edu-menu___iWLK0 {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 72px;
|
|
|
|
|
width: 1200px;
|
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
.header___Wn4fJ .newslight___lSZjL {
|
|
|
|
|
width: 5px;
|
|
|
|
|
height: 5px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
z-index: 3;
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
|
height: 60px;
|
|
|
|
|
box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
|
|
|
|
|
left: 10px;
|
|
|
|
|
background: #fb3226;
|
|
|
|
|
}
|
|
|
|
|
.homepageHeader___PVNHr .logo___QnotM {
|
|
|
|
|
height: 36px;
|
|
|
|
|
.header___Wn4fJ .classromediv___knFRv {
|
|
|
|
|
animation: glow___gzrPH 200ms ease-out infinite alternate;
|
|
|
|
|
}
|
|
|
|
|
.headerFixed___QLwBd {
|
|
|
|
|
.spandiv___Gm_hg {
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: rgba(0, 255, 249, 0.2);
|
|
|
|
|
width: 80px;
|
|
|
|
|
}
|
|
|
|
|
.header-iearning___LZfyg {
|
|
|
|
|
min-width: 1200px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
|
|
|
|
box-shadow: 0px 2px 10px 0px rgba(136, 136, 136, 0.5);
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0px;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
width: 100%;
|
|
|
|
|
left: 0px;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
}
|
|
|
|
|
.headerFixed___QLwBd + section {
|
|
|
|
|
padding-top: 60px;
|
|
|
|
|
.header-iearning___LZfyg .logo___QnotM {
|
|
|
|
|
height: 36px;
|
|
|
|
|
}
|
|
|
|
|
.menu___twLGR {
|
|
|
|
|
.header-iearning___LZfyg [class~='ant-layout-header'] {
|
|
|
|
|
padding: 0;
|
|
|
|
|
height: 60px;
|
|
|
|
|
color: #000;
|
|
|
|
|
color: initial;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
.header-iearning___LZfyg .menu___twLGR {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin-left: 30px;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.menu___twLGR li {
|
|
|
|
|
.header-iearning___LZfyg .menu___twLGR li {
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.menu___twLGR li:hover a {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
.header-iearning___LZfyg .menu___twLGR li:hover a {
|
|
|
|
|
color: #828383;
|
|
|
|
|
}
|
|
|
|
|
.menu___twLGR li.actived___ohMks a {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
.header-iearning___LZfyg .menu___twLGR li.actived___ohMks a {
|
|
|
|
|
color: #196efd;
|
|
|
|
|
}
|
|
|
|
|
.menu___twLGR li.actived___ohMks::after {
|
|
|
|
|
.header-iearning___LZfyg .menu___twLGR li.actived___ohMks::after {
|
|
|
|
|
content: '';
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 2px;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
width: 28px;
|
|
|
|
|
height: 4px;
|
|
|
|
|
background-color: #196efd;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 2px;
|
|
|
|
|
bottom: 10px;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
}
|
|
|
|
|
.menu___twLGR li a {
|
|
|
|
|
color: #e7e7e7;
|
|
|
|
|
.header-iearning___LZfyg .menu___twLGR li a {
|
|
|
|
|
color: #434d6c;
|
|
|
|
|
position: relative;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
.edu-menu___iWLK0 {
|
|
|
|
|
.header-iearning___LZfyg .edu-menu___iWLK0 {
|
|
|
|
|
display: flex;
|
|
|
|
|
max-width: 1600px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0 20px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
min-width: 1200px;
|
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.newslight___lSZjL {
|
|
|
|
|
.header-iearning___LZfyg .newslight___lSZjL {
|
|
|
|
|
width: 5px;
|
|
|
|
|
height: 5px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
@ -120,57 +227,36 @@
|
|
|
|
|
left: 10px;
|
|
|
|
|
background: #fb3226;
|
|
|
|
|
}
|
|
|
|
|
.classromediv___knFRv {
|
|
|
|
|
.header-iearning___LZfyg .classromediv___knFRv {
|
|
|
|
|
animation: glow___gzrPH 200ms ease-out infinite alternate;
|
|
|
|
|
}
|
|
|
|
|
.header-iearning___LZfyg .title___Ozzjk {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
color: #196efd;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
.headerFixed___QLwBd {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0px;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.headerFixed___QLwBd + section {
|
|
|
|
|
padding-top: 60px;
|
|
|
|
|
}
|
|
|
|
|
@keyframes glow___gzrPH {
|
|
|
|
|
0% {
|
|
|
|
|
border-color: #00fff9;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: rgba(0, 255, 249, 0.2);
|
|
|
|
|
width: 80px;
|
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
border-color: #00fff9;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: rgba(0, 255, 249, 0.2);
|
|
|
|
|
width: 80px;
|
|
|
|
|
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.spandiv___Gm_hg {
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: rgba(0, 255, 249, 0.2);
|
|
|
|
|
width: 80px;
|
|
|
|
|
}
|
|
|
|
|
.iconfont___AqeYj {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.cloud_monitoring___i70gj {
|
|
|
|
|
width: 96px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
box-shadow: 1px 2px 4px 0px rgba(88, 139, 255, 0.3);
|
|
|
|
|
-webkit-backdrop-filter: blur(10px);
|
|
|
|
|
backdrop-filter: blur(10px);
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
background: #7f98f3;
|
|
|
|
|
}
|
|
|
|
|
.cloud_monitoring___i70gj.inHomePage___Q5E4Q {
|
|
|
|
|
background: linear-gradient(135deg, #644da6 0%, #5a4a9e 100%);
|
|
|
|
|
border: 1px solid #6c5fab;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.88@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.88@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/Header/search-input.less ***!
|
|
|
|
|
@ -360,17 +446,6 @@
|
|
|
|
|
border-radius: 34px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.login_wrapper___uPVmG {
|
|
|
|
|
background: #165dff;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
padding: 1px 12px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
height: 34px;
|
|
|
|
|
}
|
|
|
|
|
.login_wrapper___uPVmG .login___WGEW9:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.rightMenu___y_nqk {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
@ -454,24 +529,24 @@
|
|
|
|
|
color: #979797;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.88@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.88@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/XgdFooter/index.less?modules ***!
|
|
|
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
|
|
.flex_box_center___RnoYL {
|
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.88@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.88@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Footer/BeforeFooter/index.less?modules ***!
|
|
|
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
|
|
.flex_box_center___DajON {
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
box-align: center;
|
|
|
|
|
}
|
|
|
|
|
.flex_space_between___Ge1HD {
|
|
|
|
|
.flex_space_between___tvLDY {
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
}
|
|
|
|
|
.flex_box_vertical_center___GWCR9 {
|
|
|
|
|
.flex_box_vertical_center___PvYv9 {
|
|
|
|
|
align-items: center;
|
|
|
|
|
box-align: center;
|
|
|
|
|
}
|
|
|
|
|
.flex_box_center_end___Alr9l {
|
|
|
|
|
.flex_box_center_end___F4Cig {
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-justify-content: flex-end;
|
|
|
|
|
@ -481,24 +556,226 @@
|
|
|
|
|
box-align: center;
|
|
|
|
|
box-pack: end;
|
|
|
|
|
}
|
|
|
|
|
.flex_box_column___ztGgj {
|
|
|
|
|
.flex_box_column___u9A0o {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
box-orient: block-axis;
|
|
|
|
|
}
|
|
|
|
|
.footer___Frs_T {
|
|
|
|
|
background: #464f66;
|
|
|
|
|
.footer___k7tsL {
|
|
|
|
|
background: #333 !important;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL a {
|
|
|
|
|
color: #999;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL .fastLink___WjVYd {
|
|
|
|
|
height: 50px;
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
border-bottom: 1px solid #47494d;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL .fastLink___WjVYd a {
|
|
|
|
|
color: #999;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL .cooperation___Owpto {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL .copyright___UL6n9 {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL [class~='inline'] {
|
|
|
|
|
width: auto;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL [class~='footer_con-p'] {
|
|
|
|
|
color: #898989;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL [class~='lineh-30'] {
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL [class~='font-14'] {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL [class~='font-15'] {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL [class~='fl'] {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL [class~='list'] {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: baseline;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL [class~='list'] b {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
margin-top: 33px;
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL [class~='list'] a {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #b1bacd;
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
cursor: not-allowed;
|
|
|
|
|
}
|
|
|
|
|
.footer___k7tsL [class~='list'] a[target='_blank'] {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.88@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.88@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Footer/NewFooter/index.less?modules ***!
|
|
|
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
|
|
.flex_box_center___mmTa9 {
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
box-align: center;
|
|
|
|
|
}
|
|
|
|
|
.flex_space_between___jMnlY {
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
}
|
|
|
|
|
.flex_box_vertical_center___Nzd52 {
|
|
|
|
|
align-items: center;
|
|
|
|
|
box-align: center;
|
|
|
|
|
}
|
|
|
|
|
.flex_box_center_end___rVNra {
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-justify-content: flex-end;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-box-pack: end;
|
|
|
|
|
box-align: center;
|
|
|
|
|
box-pack: end;
|
|
|
|
|
}
|
|
|
|
|
.flex_box_column___cg5bF {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
box-orient: block-axis;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 {
|
|
|
|
|
padding: 90px 20px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
background: #242424;
|
|
|
|
|
min-width: 1200px;
|
|
|
|
|
height: 100px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-list {
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-list .title {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #dddddd;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #ccd5e9;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-list a {
|
|
|
|
|
display: block;
|
|
|
|
|
color: #bbb;
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-list a:hover {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 290px;
|
|
|
|
|
margin-top: -12px;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce p {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #bbb;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
text-align: justify;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ul {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ul li {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.footer___Frs_T .inc___EE8rT {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ul li span {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #bbb;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ul li:first-child {
|
|
|
|
|
margin-right: 50px;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ul li:last-child img {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ul li:last-child img:hover + span {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ul li:last-child span {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ul li:last-child span:hover {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ol {
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
padding: 0;
|
|
|
|
|
height: 108px;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ol li {
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ol li a {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #bbb;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ol li a:hover {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce ol li:nth-child(2) {
|
|
|
|
|
margin: 0 54px;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce .footer-line {
|
|
|
|
|
width: 310px;
|
|
|
|
|
height: 1px;
|
|
|
|
|
background-color: #3e4042;
|
|
|
|
|
margin: 32px 0;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce section {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 115px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #bbb;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
.newFooter___XUH_2 .module-introduce section img {
|
|
|
|
|
margin-top: -2px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
|
|
|