www.lightcourse.com/public/static/home/new/css/common.css

3426 lines
56 KiB
CSS
Raw Normal View History

2022-10-24 02:38:36 +00:00
@font-face {
2022-10-25 09:24:47 +00:00
font-family: "puhuiti-2-55";
src: url("../fonts/Roboto-Light-webfont.woff") format("woff");
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
@font-face {
font-family: "puhuiti-2-65";
src: url("../fonts/Roboto-Medium-webfont.woff") format("woff");
}
2022-10-24 02:38:36 +00:00
@font-face {
2022-10-25 09:24:47 +00:00
font-family: "puhuiti-2-85";
src: url("../fonts/Roboto-Bold-webfont.woff") format("woff");
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@font-face {
2022-10-25 09:24:47 +00:00
font-family: "puhuiti-2-115";
src: url("../fonts/Roboto-Black-webfont.woff") format("woff");
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@font-face {
2022-10-25 09:24:47 +00:00
font-family: "HarmonyOS-Sans-Light";
src: url("../fonts/HarmonyOS_Sans_Light.ttf");
}
2022-10-24 02:38:36 +00:00
2022-10-25 09:24:47 +00:00
header #pc-header>div @media screen and (min-width: 1920px) and (max-width: 2560px) {
html {
font-size: 27px;
}
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@media screen and (min-width: 1440px) and (max-width: 1920px) {
2022-10-25 09:24:47 +00:00
html {
font-size: 20px;
}
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@media screen and (min-width: 1366px) and (max-width:1600px) {
2022-10-25 09:24:47 +00:00
header #pc-header>.main-center {
padding: 0 2.5rem 0 2.5rem !important;
}
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@media screen and (min-width: 1366px) and (max-width: 1440px) {
2022-10-25 09:24:47 +00:00
html {
font-size: 18px;
}
header #pc-header>.main-center {
padding: 0 2.5rem 0 2.5rem !important;
}
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@media screen and (min-width: 1200px) and (max-width: 1366px) {
2022-10-25 09:24:47 +00:00
html {
font-size: 16px;
}
header #pc-header>.main-center {
padding: 0 2.5rem 0 2.5rem !important;
}
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@media screen and (min-width: 768px) and (max-width: 1200px) {
2022-10-25 09:24:47 +00:00
html {
font-size: 16px;
}
header #pc-header>.main-center {
padding: 0 2.5rem 0 2.5rem !important;
}
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@font-face {
2022-10-25 09:24:47 +00:00
font-family: "robotobold";
src: url('/static/plugins/font/Roboto-Bold.ttf');
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@font-face {
2022-10-25 09:24:47 +00:00
font-family: "robotoLight";
src: url('/static/plugins/font/Roboto-Light.ttf');
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@font-face {
2022-10-25 09:24:47 +00:00
font-family: "robotoMedium";
src: url('/static/plugins/font/Roboto-Medium.ttf');
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@font-face {
2022-10-25 09:24:47 +00:00
font-family: "robotoRegular";
src: url('/static/plugins/font/Roboto-Regular-14.ttf');
}
@font-face {
font-family: "HarmonyOS_Sans_Light";
src: url('/static/fonts/HarmonyOS_Sans_Light.ttf');
}
@font-face {
font-family: "HarmonyOS_Sans_Regular";
src: url('/static/fonts/HarmonyOS_Sans_Regular.ttf');
}
@font-face {
font-family: "HarmonyOS_Sans_Medium";
src: url('/static/fonts/HarmonyOS_Sans_Medium.ttf');
}
@font-face {
font-family: "HarmonyOS_Sans_Bold";
src: url('/static/fonts/HarmonyOS_Sans_Bold.ttf');
}
@font-face {
font-family: "HarmonyOS_Sans_Black";
src: url('/static/fonts/HarmonyOS_Sans_Black.ttf');
}
* {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
outline: none;
box-sizing: border-box;
font-family: "HarmonyOS_Sans_Medium";
word-break: break-word;
}
body {
font-family: 'HarmonyOS_Sans_Regular' !important;
color: #2e2e2e;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.f-light {
2022-10-25 09:24:47 +00:00
font-family: "HarmonyOS_Sans_Light" !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.f-regular {
2022-10-25 09:24:47 +00:00
font-family: "HarmonyOS_Sans_Regular" !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.f-medium {
2022-10-25 09:24:47 +00:00
font-family: "HarmonyOS_Sans_Medium" !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.f-bold {
2022-10-25 09:24:47 +00:00
font-family: "HarmonyOS_Sans_Bold" !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.f-black {
2022-10-25 09:24:47 +00:00
font-family: "HarmonyOS_Sans_Black" !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.border,
.border tr th,
.border tr td {
2022-10-25 09:24:47 +00:00
border: 1px solid #343434;
vertical-align: middle;
text-align: center;
box-sizing: border-box;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.border {
2022-10-25 09:24:47 +00:00
width: 100%;
text-align: center;
border-collapse: collapse;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.border tr th,
.border tr td {
2022-10-25 09:24:47 +00:00
border: 1px solid #343434;
vertical-align: middle;
text-align: center;
box-sizing: border-box;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.border th {
2022-10-25 09:24:47 +00:00
font-weight: bold;
font-size: 1.1em;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
2022-10-25 09:24:47 +00:00
display: block;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
a,
ol,
ul,
li {
2022-10-25 09:24:47 +00:00
list-style: none;
text-decoration: none;
color: #000;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
h1,
h2,
h3,
h4,
h5,
h6 {
2022-10-25 09:24:47 +00:00
box-sizing: border-box;
margin: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
strong {
2022-10-25 09:24:47 +00:00
font-weight: bold;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
h1 {
2022-10-25 09:24:47 +00:00
line-height: 1.2 !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
h2 {
2022-10-25 09:24:47 +00:00
font-size: 2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
h3 {
2022-10-25 09:24:47 +00:00
font-size: 2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
h4 {
2022-10-25 09:24:47 +00:00
font-size: 1.3rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
h5 {
2022-10-25 09:24:47 +00:00
font-size: 1.3rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
h6 {
2022-10-25 09:24:47 +00:00
font-size: 1.3rem;
margin-bottom: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
blockquote,
q {
2022-10-25 09:24:47 +00:00
quotes: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
blockquote:before,
blockquote:after,
q:before,
q:after {
2022-10-25 09:24:47 +00:00
content: "";
content: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
textarea {
2022-10-25 09:24:47 +00:00
-webkit-appearance: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
textarea::placeholder {
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
table {
2022-10-25 09:24:47 +00:00
border-collapse: collapse;
border-spacing: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
img {
2022-10-25 09:24:47 +00:00
border: 0;
max-width: 100%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
input[type="button"],
input[type="submit"],
input[type="reset"] {
2022-10-25 09:24:47 +00:00
-webkit-appearance: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
input[type="submit"] {
2022-10-25 09:24:47 +00:00
cursor: pointer;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
input,
select {
2022-10-25 09:24:47 +00:00
outline: none;
border: none;
background-color: transparent;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
button {
2022-10-25 09:24:47 +00:00
background-color: transparent;
border: none;
cursor: pointer;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
::-webkit-scrollbar {
2022-10-25 09:24:47 +00:00
width: 4px;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
::-webkit-scrollbar-track {
2022-10-25 09:24:47 +00:00
background-color: rgba(59, 82, 246, 0.1);
border-radius: 10px;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
::-webkit-scrollbar-thumb {
2022-10-25 09:24:47 +00:00
border-radius: 10px;
background-color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.dot {
2022-10-25 09:24:47 +00:00
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.setBetween {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: space-between;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.setRowCenter {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.setColumnCenter {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.setCenter {
2022-10-25 09:24:47 +00:00
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
body {
2022-10-25 09:24:47 +00:00
overflow-x: hidden;
min-width: 300px;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.text-error {
position: relative !important;
border: 1px solid #ff204f;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.img img {
2022-10-25 09:24:47 +00:00
display: block;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.boxShadow {
2022-10-25 09:24:47 +00:00
box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #navbar-main {
2022-10-25 09:24:47 +00:00
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 3.5rem;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
background-color: #fff;
z-index: 99;
padding: 0 2.5%;
box-sizing: border-box;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #navbar-main #search-ico .iconf {
2022-10-25 09:24:47 +00:00
color: #00db6d;
font-size: 1.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #navbar-main #logo {
2022-10-25 09:24:47 +00:00
width: 30%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #navbar-main #logo img {
2022-10-25 09:24:47 +00:00
width: 100%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #navbar-main #search-container {
2022-10-25 09:24:47 +00:00
position: absolute;
top: 100%;
left: 0;
width: 100%;
max-height: calc(100vh - 3.5rem);
overflow-y: auto;
background-color: #fff;
box-shadow: 0 0 0.5rem #ebebeb;
padding: 1rem 2%;
display: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
#mb-header #navbar-main #search-container>input {
width: 100%;
height: 2.5rem;
border: 1px solid #ebebeb;
padding: 0 2%;
border-radius: 0.2rem;
}
2022-10-24 02:38:36 +00:00
#mb-header #navbar-main #search-container .hint-search-content {
2022-10-25 09:24:47 +00:00
position: initial;
top: 100%;
left: 0;
width: 100%;
margin-top: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #navbar-main #search-container .hint-search-content .item {
2022-10-25 09:24:47 +00:00
display: block;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #navbar-main #sidebar-main-trigger img {
2022-10-25 09:24:47 +00:00
width: 100%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #sidebar-main {
2022-10-25 09:24:47 +00:00
background-color: #fff;
width: 70% !important;
transition: none;
overflow-y: auto;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #sidebar-main .member {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: space-around;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #sidebar-main .member a {
2022-10-25 09:24:47 +00:00
padding: 0.5rem 1rem;
color: #fff;
width: 50%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #sidebar-main .member a.c1 {
2022-10-25 09:24:47 +00:00
background-color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #sidebar-main .member a.c2 {
2022-10-25 09:24:47 +00:00
background-color: #ff204f;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #sidebar-main li:last-of-type a {
2022-10-25 09:24:47 +00:00
border-bottom: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #sidebar-main a {
2022-10-25 09:24:47 +00:00
display: block;
text-align: center;
border-bottom: 1px solid #ebebeb;
padding: 0.5rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
#mb-header #sidebar-main-trigger {
2022-10-25 09:24:47 +00:00
width: 26px;
height: 20px;
border-top: 2px solid #00db6d;
border-bottom: 2px solid #00db6d;
background-color: #00db6d;
padding: 7px 0;
background-clip: content-box;
cursor: pointer;
}
#mb-header #sidebar-main #accordion>li {
position: relative;
}
#mb-header #sidebar-main #accordion>li a {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #ebebeb;
}
#mb-header #sidebar-main #accordion>li .iconf {
color: #00db6d;
}
#mb-header #sidebar-main #accordion>li>a {
padding-left: 0.9rem;
padding-right: 0.5rem;
}
#mb-header #sidebar-main #accordion>li .submenu {
transition: none;
}
#mb-header #sidebar-main #accordion>li .submenu a {
padding-left: 2rem;
text-align: left;
background-color: #1a191c;
padding-right: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
div[data-sidebar-main="mask"] {
2022-10-25 09:24:47 +00:00
z-index: 1 !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.pagination {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: center;
margin-top: 4rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.pagination .page-link,
.pagination .page-num {
2022-10-25 09:24:47 +00:00
padding: 0.3rem 0.5rem;
border: 1px solid #00db6d;
margin: 0 0.2rem;
border-radius: 0.0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.pagination .page-link,
.pagination .page-num,
.pagination .page-link *,
.pagination .page-num * {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.pagination .page-link:hover,
.pagination .page-num:hover,
.page-num-current {
2022-10-25 09:24:47 +00:00
background-color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.pagination .page-link:hover,
.pagination .page-num:hover,
.pagination .page-link:hover *,
.pagination .page-num:hover *,
.page-num-current {
2022-10-25 09:24:47 +00:00
color: #fff;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.article-content>div {
display: flex;
justify-content: space-between;
align-items: flex-start;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-left {
2022-10-25 09:24:47 +00:00
flex: 1;
background-color: #fff;
padding: 0.9rem;
box-shadow: 0 0 0.2rem #ebebeb;
border-radius: 0.2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-left .tit-top h1 {
2022-10-25 09:24:47 +00:00
font-size: 1.3rem;
margin-bottom: 0.9rem;
font-weight: bold;
line-height: 1.4;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-left .tit-top p {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
color: #999;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-left .article-show {
2022-10-25 09:24:47 +00:00
padding: 2rem 0;
margin: 0.9rem 0;
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-left .article-navi p {
2022-10-25 09:24:47 +00:00
padding: 0.5rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-left .article-navi p,
.article-content .article-left .article-navi p a {
2022-10-25 09:24:47 +00:00
color: #999;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-left .article-navi p a:hover {
2022-10-25 09:24:47 +00:00
color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-right {
2022-10-25 09:24:47 +00:00
width: 18rem;
margin-left: 2%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-right .article-rec {
2022-10-25 09:24:47 +00:00
padding: 0.9rem;
background-color: #fff;
margin-bottom: 0.9rem;
box-shadow: 0 0 0.2rem #ebebeb;
border-radius: 0.2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-right .article-rec h4 {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
font-weight: bold;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-right .article-rec .rec-con {
2022-10-25 09:24:47 +00:00
margin-top: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.article-content .article-right .article-rec .rec-con>a {
display: flex;
justify-content: space-between;
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.article-content .article-right .article-rec .rec-con>a:last-of-type {
margin-bottom: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-right .article-rec .rec-con .img {
2022-10-25 09:24:47 +00:00
width: 34%;
min-height: 4rem;
background-color: #f5f5f5;
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-right .article-rec .rec-con .img img {
2022-10-25 09:24:47 +00:00
width: 100%;
height: 100%;
object-fit: cover;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-right .article-rec .rec-con .img p {
2022-10-25 09:24:47 +00:00
position: absolute;
top: 0;
left: 0;
padding: 0.3rem;
font-size: 0.6rem;
background-color: #00db6d;
color: #fff;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-right .article-rec .rec-con .txt {
2022-10-25 09:24:47 +00:00
flex: 1;
margin-left: 4%;
min-width: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-right .article-rec .rec-con .txt h6 {
2022-10-25 09:24:47 +00:00
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.article-content .article-right .article-rec .rec-con .txt p {
2022-10-25 09:24:47 +00:00
margin-top: 0.9rem;
font-size: 0.9rem;
color: #999;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.iconf {
2022-10-25 09:24:47 +00:00
width: 0.8em;
height: 0.8em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-center {
2022-10-25 09:24:47 +00:00
max-width: 70rem;
margin: 0 auto;
}
.index-banner .main-center{
max-width: 100%;
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-center-big {
2022-10-25 09:24:47 +00:00
max-width: 80rem;
margin: 0 auto;
padding: 2.4rem 0;
background-color: #fff;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-button {
2022-10-25 09:24:47 +00:00
width: 2rem;
height: 2rem;
border: 1px solid #00db6d;
border-radius: 50%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-button svg {
2022-10-25 09:24:47 +00:00
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-button svg circle {
2022-10-25 09:24:47 +00:00
stroke: #fff;
stroke-width: 2px;
fill: transparent;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-button svg circle {
2022-10-25 09:24:47 +00:00
animation: cir linear 3s infinite;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@keyframes cir {
2022-10-25 09:24:47 +00:00
0% {
stroke-dasharray: 0 260;
}
100% {
stroke-dasharray: 260 260;
}
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-button:hover {
2022-10-25 09:24:47 +00:00
background-color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-button:hover::after {
2022-10-25 09:24:47 +00:00
color: #fff;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-button:hover svg {
2022-10-25 09:24:47 +00:00
opacity: 1;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-button::after {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-button.swiper-button-prev {
2022-10-25 09:24:47 +00:00
left: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-button.swiper-button-next {
2022-10-25 09:24:47 +00:00
right: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.mb0:last-of-type {
2022-10-25 09:24:47 +00:00
margin-bottom: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-wrapper,
.swiper-slide {
2022-10-25 09:24:47 +00:00
height: auto;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-pagination .swiper-pagination-bullet {
2022-10-25 09:24:47 +00:00
width: 0.5rem;
height: 0.2rem;
border-radius: 2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
2022-10-25 09:24:47 +00:00
width: 0.9rem;
background-color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.swiper-container-horizontal>.swiper-pagination-progressbar {
bottom: 0;
top: auto;
left: 50%;
width: 50rem;
height: 1px;
transform: translateX(-50%);
background-color: rgba(255, 255, 255, 0.2);
}
2022-10-24 02:38:36 +00:00
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
2022-10-25 09:24:47 +00:00
background-color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.img-radius .img {
2022-10-25 09:24:47 +00:00
border-radius: 0.5rem;
overflow: hidden;
background-color: #ccc;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.img-radius .img img {
2022-10-25 09:24:47 +00:00
width: 100%;
height: 100%;
object-fit: cover;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.more-btn {
2022-10-25 09:24:47 +00:00
text-align: center;
margin-top: 2rem;
display: block;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.more-btn.lf {
2022-10-25 09:24:47 +00:00
text-align: left;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.more-btn>a,
.more-btn>span,
2022-10-24 02:38:36 +00:00
.more-btn button {
2022-10-25 09:24:47 +00:00
display: inline-block;
padding: 0.6rem 2rem;
font-size: 0.9rem;
border-radius: 2rem;
border: 1px solid #00db6d;
color: #00db6d;
transition: all ease 0.3s;
line-height: 1 !important;
}
.more-btn>a .iconf,
.more-btn>span .iconf,
2022-10-24 02:38:36 +00:00
.more-btn button .iconf {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
margin-right: 0.2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.more-btn>a span,
.more-btn>span span,
2022-10-24 02:38:36 +00:00
.more-btn button span {
2022-10-25 09:24:47 +00:00
color: #666;
margin-right: 1.3rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.more-btn>a span:last-of-type,
.more-btn>span span:last-of-type,
2022-10-24 02:38:36 +00:00
.more-btn button span:last-of-type {
2022-10-25 09:24:47 +00:00
margin-right: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.more-btn>a.active,
.more-btn>span.active,
2022-10-24 02:38:36 +00:00
.more-btn button.active,
2022-10-25 09:24:47 +00:00
.more-btn>a:hover,
.more-btn>span:hover,
2022-10-24 02:38:36 +00:00
.more-btn button:hover {
2022-10-25 09:24:47 +00:00
color: #fff;
background-color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.more-btn1 {
2022-10-25 09:24:47 +00:00
text-align: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.more-btn1 a {
2022-10-25 09:24:47 +00:00
color: #00db6d;
border-bottom: 1px solid #00db6d;
text-transform: capitalize;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.c1 {
2022-10-25 09:24:47 +00:00
color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.c2 {
2022-10-25 09:24:47 +00:00
color: #ff204f;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
p {
2022-10-25 09:24:47 +00:00
line-height: 2;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.a-hover:hover {
2022-10-25 09:24:47 +00:00
color: #00db6d;
transform: translateX(0.2rem);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-title {
2022-10-25 09:24:47 +00:00
margin-bottom: 4rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-title h2 {
2022-10-25 09:24:47 +00:00
font-size: 1.9rem;
margin-bottom: 0.9rem;
font-weight: bold;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-title p {
2022-10-25 09:24:47 +00:00
font-size: 0.85rem;
line-height: 1.5;
max-width: 70rem;
margin: 0 auto;
2022-10-25 09:47:42 +00:00
font-weight: bold;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.word-break {
2022-10-25 09:24:47 +00:00
word-break: break-word;
text-align: left;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.par {
2022-10-25 09:24:47 +00:00
min-width: 50%;
padding: 0.3rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.par.w100 {
2022-10-25 09:24:47 +00:00
width: 100%;
display: flex;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.par.w100 strong {
2022-10-25 09:24:47 +00:00
display: inline;
flex-shrink: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.par.w100 span {
2022-10-25 09:24:47 +00:00
word-break: break-word;
text-align: left;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.par * {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.par i {
2022-10-25 09:24:47 +00:00
color: #00db6d;
margin-right: 0.2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.par strong {
2022-10-25 09:24:47 +00:00
font-weight: bold;
display: block;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.par span {
2022-10-25 09:24:47 +00:00
color: #999;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.position {
2022-10-25 09:24:47 +00:00
margin-bottom: 3rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.position *,
.position {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
color: #999;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.i-start {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.i-start .i {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.i-start .i i,
.i-start .i .iconf {
2022-10-25 09:24:47 +00:00
color: #f7d408;
margin: 0 0.2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.i-start span {
2022-10-25 09:24:47 +00:00
color: #f7d408;
margin-left: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.ui.selection.dropdown .menu>.item {
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.pagination {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: center;
margin: 2rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.pagination li {
2022-10-25 09:24:47 +00:00
width: 50px;
height: 50px;
border: 1px solid #ebebeb;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.pagination li a,
.pagination li span {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: #999;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.pagination li.active {
2022-10-25 09:24:47 +00:00
background-color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.pagination li.active a,
.pagination li.active span {
2022-10-25 09:24:47 +00:00
color: #fff;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.fb {
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container {
2022-10-25 09:24:47 +00:00
padding-top: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: space-between;
align-items: flex-start;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .comment-right {
2022-10-25 09:24:47 +00:00
width: 20rem;
box-shadow: 0rem 0.15rem 0.9rem 0rem rgba(32, 30, 29, 0.35);
padding: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .form h6 {
2022-10-25 09:24:47 +00:00
margin-bottom: 2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.comment-container .comment .form>div {
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .form label {
2022-10-25 09:24:47 +00:00
display: block;
margin-bottom: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .form input {
2022-10-25 09:24:47 +00:00
width: 100%;
border: 1px solid #ebebeb;
padding: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .form textarea {
2022-10-25 09:24:47 +00:00
width: 100%;
height: 5rem;
resize: none;
border: 1px solid #ebebeb;
padding: 0.5rem;
outline: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .form .code-img {
2022-10-25 09:24:47 +00:00
display: flex;
margin-top: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .form .code-img input {
2022-10-25 09:24:47 +00:00
border: 1px solid #ebebeb;
height: 2.4rem;
padding: 0.5rem;
box-sizing: border-box;
margin-right: 2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .form .code-img img {
2022-10-25 09:24:47 +00:00
width: 6rem;
height: 2.4rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .form input[type="submit"] {
2022-10-25 09:24:47 +00:00
display: block;
width: auto;
padding: 0.3rem 0.9rem;
border-radius: 2rem;
font-size: 0.9rem;
color: #fff;
background-color: #00db6d;
margin: 0.9rem auto 0;
cursor: pointer;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .comment-list {
2022-10-25 09:24:47 +00:00
background-color: transparent;
padding: 0.9rem;
flex: 1;
margin-right: 3rem;
box-shadow: 0rem 0.15rem 0.9rem 0rem rgba(32, 30, 29, 0.35);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.comment-container .comment .comment-list>h5 {
font-size: 1.3rem;
font-weight: 500;
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .comment-list .item {
2022-10-25 09:24:47 +00:00
background-color: #fff;
display: flex;
padding: 0.9rem 0;
border-bottom: 1px solid #ebebeb;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .comment-list .item:last-of-type {
2022-10-25 09:24:47 +00:00
border-bottom: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .comment-list .i {
2022-10-25 09:24:47 +00:00
width: 4rem;
height: 4rem;
border-radius: 50%;
margin-right: 0.5rem;
background-color: #ccc;
overflow: hidden;
flex-shrink: 0;
margin-right: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .comment-list .i img {
2022-10-25 09:24:47 +00:00
width: 100%;
height: 100%;
object-fit: cover;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .comment-list h6 {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
font-weight: 500;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .comment-list .des {
2022-10-25 09:24:47 +00:00
line-height: 1.8;
padding: 0.5rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .comment-list .des,
.comment-container .comment .comment-list .des * {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
color: #666;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .comment-list .time {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .comment-list .time span,
.comment-container .comment .comment-list .time span * {
2022-10-25 09:24:47 +00:00
color: #999;
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.comment-container .comment .comment-list .time span:nth-of-type(2) {
2022-10-25 09:24:47 +00:00
margin-left: auto;
margin-right: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.close-iconf {
2022-10-25 09:24:47 +00:00
cursor: pointer;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner {
2022-10-25 09:24:47 +00:00
background-size: cover;
background-repeat: no-repeat;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .container {
2022-10-25 09:24:47 +00:00
position: relative;
padding: 2rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con1 {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: space-between;
align-items: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con1 .left h2 {
2022-10-25 09:24:47 +00:00
font-size: 2.4rem;
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con1 .left h3 {
2022-10-25 09:24:47 +00:00
font-size: 2rem;
color: #999;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con1 .left .des,
.list-banner .con1 .left .des * {
2022-10-25 09:24:47 +00:00
line-height: 2;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con1 .left .tags {
2022-10-25 09:24:47 +00:00
margin-top: 0.9rem;
max-width: 30rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con1 .left .tags .list {
2022-10-25 09:24:47 +00:00
display: flex;
flex-wrap: wrap;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con1 .left .tags .list a {
2022-10-25 09:24:47 +00:00
margin-right: 0.9rem;
margin-bottom: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con1 .left .tags .list a:hover {
2022-10-25 09:24:47 +00:00
color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con1 .img {
2022-10-25 09:24:47 +00:00
max-width: 50%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .m4 {
2022-10-25 09:24:47 +00:00
margin: 4rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con {
2022-10-25 09:24:47 +00:00
width: 80%;
background-color: #dae8f1;
padding: 3rem 4rem;
border-radius: 0.4rem;
box-shadow: 0 0.5rem 0.5rem #ebebeb;
margin: 0 auto 30px;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con h5 {
2022-10-25 09:24:47 +00:00
font-size: 1.3rem;
font-weight: 500;
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con .inp {
2022-10-25 09:24:47 +00:00
flex: 1;
display: flex;
align-items: center;
padding: 0 2%;
height: 3rem;
background-color: #fff;
border-radius: 0.2rem;
border: 1px solid #00db6d;
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con .inp i {
2022-10-25 09:24:47 +00:00
color: #999;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con .inp input {
2022-10-25 09:24:47 +00:00
width: 100%;
height: 100%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.list-banner .search-con .inp>span {
position: absolute;
top: calc(100% + 0.5rem);
right: 0;
font-size: 0.9rem;
color: #666;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con .hot-s {
2022-10-25 09:24:47 +00:00
margin-top: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con .hot-s * {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
color: #999;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con .hot-s a {
2022-10-25 09:24:47 +00:00
margin-right: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con .hot-s a:hover {
2022-10-25 09:24:47 +00:00
color: #00db6d;
transform: translateX(0.2rem);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con1 {
2022-10-25 09:24:47 +00:00
border-radius: 0.4rem;
margin: 0 auto;
margin-bottom: 3rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con1 h5 {
2022-10-25 09:24:47 +00:00
font-size: 1.3rem;
font-weight: 500;
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con1 .inp {
2022-10-25 09:24:47 +00:00
flex: 1;
display: flex;
align-items: center;
padding-left: 2%;
height: 3rem;
border-radius: 0.2rem;
background-color: #fff;
border-radius: 0.5rem;
border: 1px solid #00db6d;
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con1 .inp .submit-btn {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
justify-content: center;
width: 7rem;
height: 100%;
background-image: linear-gradient(256deg, #00cdff 0%, #1b97ff 36%, #3660ff 100%), linear-gradient(#0536f9, #0536f9);
border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con1 .inp i {
2022-10-25 09:24:47 +00:00
color: #fff;
font-size: 1.3rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con1 .inp input {
2022-10-25 09:24:47 +00:00
width: 100%;
height: 100%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.list-banner .search-con1 .inp>span {
position: absolute;
top: calc(100% + 0.5rem);
right: 0;
font-size: 0.9rem;
color: #666;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con1 .hot-s {
2022-10-25 09:24:47 +00:00
margin-top: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con1 .hot-s * {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
color: #999;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con1 .hot-s a {
2022-10-25 09:24:47 +00:00
margin-right: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .search-con1 .hot-s a:hover {
2022-10-25 09:24:47 +00:00
color: #00db6d;
transform: translateX(0.2rem);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 {
2022-10-25 09:24:47 +00:00
padding-top: 3rem;
border-top: 1px solid #ebebeb;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.list-banner .con2 .ui.form .field>label {
font-size: 0.9rem;
font-weight: bold;
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .filter-container {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: space-between;
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.list-banner .con2 .filter-container>div {
flex: 1;
margin-right: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.list-banner .con2 .filter-container>div:last-of-type {
margin-right: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.list-banner .con2 .filter-container>div p {
color: #00db6d;
margin-bottom: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.list-banner .con2 .filter-container>div select {
width: 100%;
height: 2.4rem;
background-color: #fff;
border-radius: 0.2rem;
border: 1px solid #00db6d;
padding: 0 2%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.list-banner .con2 .filter-container>div select,
.list-banner .con2 .filter-container>div select * {
cursor: pointer;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .ul_filter {
2022-10-25 09:24:47 +00:00
display: flex;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .ul_filter span {
2022-10-25 09:24:47 +00:00
padding: 0.4rem 0.6rem;
border-radius: 0.2rem;
background-color: rgba(59, 82, 246, 0.4);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .ul_filter span,
.list-banner .con2 .ul_filter span * {
2022-10-25 09:24:47 +00:00
color: #fff;
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .ul_filter span a {
2022-10-25 09:24:47 +00:00
margin-left: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .sort-container {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: space-between;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .sort-container .selected {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .sort-container .selected * {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .sort-container .selected b {
2022-10-25 09:24:47 +00:00
background-color: #fff;
padding: 0.3rem 0.3rem;
margin-right: 0.5rem;
border-radius: 0.2rem;
color: #999;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .sort-container .selected b i {
2022-10-25 09:24:47 +00:00
margin-left: 0.2rem;
cursor: pointer;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .sort-container .selected .clear {
2022-10-25 09:24:47 +00:00
color: #00db6d;
cursor: pointer;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .sort-container .sort {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .sort-container .sort span {
2022-10-25 09:24:47 +00:00
color: #999;
margin-right: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.list-banner .con2 .sort-container .sort select {
2022-10-25 09:24:47 +00:00
width: 6rem;
height: 2.4rem;
background-color: #fff;
border-radius: 0.2rem;
border: 1px solid #00db6d;
padding: 0 2%;
cursor: pointer;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-container {
2022-10-25 09:24:47 +00:00
padding-top: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.rec-container>.main-center.container {
display: block;
background-color: #fff;
padding: 0.9rem;
border-radius: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.rec-container>.main-center.container>h2 {
font-size: 2rem;
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-container .content {
2022-10-25 09:24:47 +00:00
display: flex;
flex-wrap: wrap;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-container .content .item {
2022-10-25 09:24:47 +00:00
width: calc((100% - (4 - 1) * 0.9rem) / 4);
margin-right: 0.9rem;
margin-bottom: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-container .content .item:nth-of-type(4n) {
2022-10-25 09:24:47 +00:00
margin-right: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-container .content .item {
2022-10-25 09:24:47 +00:00
box-shadow: 0rem 0.0.9rem 0.3rem 0rem rgba(213, 213, 213, 0.4);
border-radius: 0.2rem;
overflow: hidden;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-container .content .item .img {
2022-10-25 09:24:47 +00:00
height: 10.5rem;
background-color: #ccc;
margin-bottom: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-container .content .item .text {
2022-10-25 09:24:47 +00:00
padding: 0 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-container .content .item .text h6 {
2022-10-25 09:24:47 +00:00
font-weight: bold;
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-container .content .item .text p {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
color: #999;
line-height: 2;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA {
2022-10-25 09:24:47 +00:00
padding-top: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .container {
2022-10-25 09:24:47 +00:00
padding: 0.9rem 0;
max-width: 60rem !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .t {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .t h2 {
2022-10-25 09:24:47 +00:00
font-size: 2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .t .more-btn {
2022-10-25 09:24:47 +00:00
margin-top: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li {
2022-10-25 09:24:47 +00:00
cursor: pointer;
margin-bottom: 0.9rem;
border: 1px solid #ebebeb;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li:last-of-type {
2022-10-25 09:24:47 +00:00
margin-bottom: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li .link {
2022-10-25 09:24:47 +00:00
padding: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li.open .submenu {
2022-10-25 09:24:47 +00:00
display: block;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li.open h5 span {
2022-10-25 09:24:47 +00:00
font-size: 1.3rem;
/*color: #00db6d;*/
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li.open h5 i::after {
2022-10-25 09:24:47 +00:00
transform: rotate(0);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li .submenu {
2022-10-25 09:24:47 +00:00
display: none;
padding: 0.9rem 2rem;
transition: none !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li h5 {
2022-10-25 09:24:47 +00:00
font-size: 1.3rem;
font-weight: 500;
display: flex;
align-items: center;
justify-content: space-between;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li h5 span {
2022-10-25 09:24:47 +00:00
font-size: 1.3rem;
font: inherit;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li h5 strong {
2022-10-25 09:24:47 +00:00
font: inherit;
font-weight: bold;
color: inherit;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li h5 i {
2022-10-25 09:24:47 +00:00
display: block;
width: 0.9rem;
border-bottom: 2px solid #00db6d;
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li h5 i::after {
2022-10-25 09:24:47 +00:00
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
border-bottom: 2px solid #00db6d;
transform: rotate(-90deg);
transition: all ease 0.3s;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li h6 {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
color: #00db6d;
margin-top: 0.9rem;
margin-bottom: 0.5rem;
font-weight: 500;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-QA .content .accordion li p {
2022-10-25 09:24:47 +00:00
line-height: 1.8;
color: #000;
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-FAQ .t {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: space-between;
align-items: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-FAQ .t .more-btn {
2022-10-25 09:24:47 +00:00
margin-top: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-contact-us {
2022-10-25 09:24:47 +00:00
background-color: #fbfcfd;
padding: 1.3rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-contact-us .container {
2022-10-25 09:24:47 +00:00
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-contact-us .container h4 {
2022-10-25 09:24:47 +00:00
font-size: 1.3rem;
color: #00db6d;
margin-bottom: 1.3rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa {
2022-10-25 09:24:47 +00:00
padding: 3rem 0;
display: flex;
justify-content: center;
align-items: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa .container {
2022-10-25 09:24:47 +00:00
max-width: 36rem;
padding: 1.3rem 0.9rem;
border-radius: 0.9rem;
box-shadow: 0 0 0.5rem rgba(59, 82, 246, 0.4);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.main-other-qa .container>h6 {
color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.main-other-qa .container .left>p {
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa .container .right p {
2022-10-25 09:24:47 +00:00
color: #999;
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa .container a {
2022-10-25 09:24:47 +00:00
display: inline-block;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa .container a strong {
2022-10-25 09:24:47 +00:00
font: inherit;
font-weight: bold;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa .container .content {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: space-between;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa .container .content .left {
2022-10-25 09:24:47 +00:00
position: relative;
padding-right: 2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa .container .content .left::after {
2022-10-25 09:24:47 +00:00
content: "";
position: absolute;
top: 50%;
right: 0;
height: 80%;
border-left: 1px solid #ebebeb;
transform: translateY(-50%);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa .container .content .left .zx-btn {
2022-10-25 09:24:47 +00:00
text-align: center;
padding: 0.9rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa .container .content .left .zx-btn a {
2022-10-25 09:24:47 +00:00
position: relative;
font-weight: bold;
padding-bottom: 0.3rem;
background-color: #00db6d;
padding: 0.6rem;
color: #fff;
border-radius: 0.2rem;
line-height: 1;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa .container .content .left .zx-btn a::after {
2022-10-25 09:24:47 +00:00
display: none;
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-bottom: 1px solid #fff;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa .container .content .left .zx-btn a span {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
font-weight: normal;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.main-other-qa .container .content .right {
2022-10-25 09:24:47 +00:00
padding-left: 2rem;
flex: 1;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.main-other-qa .container .content .right>div {
margin-bottom: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.main-other-qa .container .content .right>div:last-of-type {
margin-bottom: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask {
2022-10-25 09:24:47 +00:00
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
display: none;
z-index: 20;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask.show {
2022-10-25 09:24:47 +00:00
display: flex;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .close-iconf {
2022-10-25 09:24:47 +00:00
z-index: 1999;
position: absolute;
top: 0.9rem;
right: 0.9rem;
font-size: 0.9rem;
width: 0.9rem;
height: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .close-iconf::before,
.container-mask .close-iconf::after {
2022-10-25 09:24:47 +00:00
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 0.9rem;
border-bottom: 2px solid #000;
border-radius: 2px;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .close-iconf::before {
2022-10-25 09:24:47 +00:00
transform: translate(-50%, -50%) rotate(-45deg);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .close-iconf::after {
2022-10-25 09:24:47 +00:00
transform: translate(-50%, -50%) rotate(45deg);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask h5 {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem !important;
color: #00db6d;
text-align: center;
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .container {
2022-10-25 09:24:47 +00:00
background-color: #fff;
padding: 0.9rem;
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.container-mask .container>.close {
position: absolute;
top: 0.9rem;
right: 0.9rem;
cursor: pointer;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .price-container {
2022-10-25 09:24:47 +00:00
width: 20rem !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .price-container * {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .price-container .item {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .price-container .item strong {
2022-10-25 09:24:47 +00:00
color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .price-container .item select {
2022-10-25 09:24:47 +00:00
width: 100%;
height: 1.3rem;
border: 1px solid #ebebeb;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .price-container .sb {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: space-between;
margin-top: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.container-mask .price-container .sb>div {
margin-right: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.container-mask .price-container .sb>div:last-of-type {
margin-right: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .price-container p {
2022-10-25 09:24:47 +00:00
text-align: center;
color: #999;
margin-top: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .hint {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: space-between;
padding: 2rem 0;
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.container-mask .hint>.iconf {
position: absolute;
top: 0.9rem;
right: 0.9rem;
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .hint .item {
2022-10-25 09:24:47 +00:00
width: 19rem;
text-align: center;
padding: 0 0.9rem;
border-right: 1px solid #ebebeb;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .hint .item:last-of-type {
2022-10-25 09:24:47 +00:00
border-right: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .hint .item * {
2022-10-25 09:24:47 +00:00
text-align: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .hint .item .i {
2022-10-25 09:24:47 +00:00
width: 5rem;
height: 5rem;
border-radius: 50%;
border: 1px solid #00db6d;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 auto;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .hint .item .i .iconf {
2022-10-25 09:24:47 +00:00
font-size: 1.3rem;
color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .hint .item p {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
font-weight: bold;
margin: 0.5rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .hint .item span {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
color: #999;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .apply {
2022-10-25 09:24:47 +00:00
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 30rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .apply input,
.container-mask .apply textarea {
2022-10-25 09:24:47 +00:00
padding: 0.5rem;
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .apply input {
2022-10-25 09:24:47 +00:00
width: 49%;
height: 2.4rem;
border: 1px solid #ebebeb;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .apply textarea {
2022-10-25 09:24:47 +00:00
width: 100%;
height: 4rem;
border: 1px solid #ebebeb;
resize: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .apply button {
2022-10-25 09:24:47 +00:00
margin: 0 auto;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .des {
2022-10-25 09:24:47 +00:00
max-width: 30rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.container-mask .des>div,
.container-mask .des>div * {
font-size: 0.9rem;
color: #666;
line-height: 1.8;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .form-mask {
2022-10-25 09:24:47 +00:00
max-width: 40rem;
padding: 1rem;
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
.container-mask .form-mask>.iconf {
position: absolute;
top: 0.9rem;
right: 0.9rem;
font-size: 0.9rem;
width: 0.9rem;
height: 0.9rem;
}
.container-mask .form-mask>.iconf::before,
.container-mask .form-mask>.iconf::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 0.9rem;
border-bottom: 2px solid #000;
border-radius: 2px;
}
.container-mask .form-mask>.iconf::before {
transform: translate(-50%, -50%) rotate(-45deg);
}
.container-mask .form-mask>.iconf::after {
transform: translate(-50%, -50%) rotate(45deg);
}
2022-10-24 02:38:36 +00:00
.container-mask .form-mask .sub {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: center;
margin-top: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.container-mask .form-mask button {
2022-10-25 09:24:47 +00:00
background-color: #00db6d !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-course .container {
2022-10-25 09:24:47 +00:00
display: flex;
flex-wrap: wrap;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-course .container .item {
2022-10-25 09:24:47 +00:00
width: 14.5rem;
margin-right: calc((100% - 14.5rem * 4) / 3);
box-shadow: 0 0 0.5rem #ebebeb;
margin-bottom: 2rem;
border-radius: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-course .container .item:nth-of-type(4n) {
2022-10-25 09:24:47 +00:00
margin-right: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-course .container .item:nth-of-type(n + 9) {
2022-10-25 09:24:47 +00:00
display: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-course .container .item .img {
2022-10-25 09:24:47 +00:00
height: 6.5rem;
background-color: #ccc;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-course .container .item .img img {
2022-10-25 09:24:47 +00:00
width: 100%;
height: 100%;
object-fit: cover;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-course .container .item .text {
2022-10-25 09:24:47 +00:00
padding: 0.5rem;
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-course .container .item .text h6 {
2022-10-25 09:24:47 +00:00
margin-bottom: 0.5rem;
word-break: break-word;
text-align: left;
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-course .container .item .text .par-con {
2022-10-25 09:24:47 +00:00
display: flex;
flex-wrap: wrap;
justify-content: space-between;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.rec-course .container .item .text .par-con .icon {
2022-10-25 09:24:47 +00:00
font-weight: bold;
font-size: 0.9rem;
color: #00db6d;
margin-right: 0.2rem;
display: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.f-btn {
2022-10-25 09:24:47 +00:00
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 13rem;
height: 3rem;
border: 1px solid #00db6d;
border-radius: 0.2rem;
color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.f-btn:hover {
2022-10-25 09:24:47 +00:00
background-color: #00db6d;
color: #fff !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.hint-search-content {
2022-10-25 09:24:47 +00:00
position: absolute;
top: 100%;
left: 0;
width: 30rem;
box-shadow: 0 0 0.3rem #ebebeb;
padding: 0.9rem 0;
background-color: #fff;
display: none;
z-index: 3;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.hint-search-content .item {
2022-10-25 09:24:47 +00:00
margin-bottom: 2rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.hint-search-content .item:last-of-type {
2022-10-25 09:24:47 +00:00
margin-bottom: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.hint-search-content .item h4 {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
margin-bottom: 0.5rem;
padding: 0 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.hint-search-content .item .link {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 0.5rem 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.hint-search-content .item .link span {
2022-10-25 09:24:47 +00:00
margin-right: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.hint-search-content .item .link em {
2022-10-25 09:24:47 +00:00
padding: 0.2rem 0.4rem;
background-color: #00db6d;
color: #fff;
border-radius: 0.0.9rem;
font-size: 0.65rem;
margin: 0.3rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.hint-search-content .item .link:hover {
2022-10-25 09:24:47 +00:00
background-color: #ebebeb;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header {
2022-10-25 09:24:47 +00:00
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
background-color: #fff;
box-shadow: 0px 6px 10px 0px rgba(19, 36, 162, 0.1);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header>div {
display: flex;
align-items: center;
max-width: 50rem;
}
header #pc-header>div>ul {
display: flex;
margin-left: auto;
}
header #pc-header>div>ul li>a {
display: inline-block;
height: 3.2rem;
margin-left: 0.5rem;
font-size: 0.5rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: all ease 0.3s;
2022-10-25 09:47:42 +00:00
color: #3d3d3d;
font-weight: bold;
2022-10-25 09:24:47 +00:00
}
header #pc-header>div>ul li.active a,
header #pc-header>div>ul li:hover a {
color: #00db6d;
}
header #pc-header>div>ul li:hover .two-menu {
max-height: 30rem;
}
2022-10-24 02:38:36 +00:00
header #pc-header .map {
2022-10-25 09:24:47 +00:00
background-color: #ebebeb;
max-width: 100%;
display: block;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header .map>div {
display: flex;
justify-content: flex-end;
max-width: 50rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header .map>div a {
font-family: 'HarmonyOS_Sans_Light';
height: 1.25rem;
line-height: 1.25rem;
margin-left: 0.5rem;
font-size: 0.5rem;
color: #4c4c4c;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header .map>div a:hover {
color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .logo {
2022-10-25 09:24:47 +00:00
width: 6rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
margin-left: 0.9rem;
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form select,
header #pc-header .search-form .h-btn {
2022-10-25 09:24:47 +00:00
height: 1.3rem;
padding: 0 0.3rem;
background-color: #00db6d;
color: #fff;
border-radius: 0.2rem;
font-size: 0.9rem;
position: relative;
}
header #pc-header .search-form .h-btn {
border: 0;
cursor: pointer;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header .search-form .h-btn>span {
font-size: 0.5rem;
2022-10-25 09:47:42 +00:00
font-weight: bold;
2022-10-25 09:24:47 +00:00
}
2022-10-24 02:38:36 +00:00
header #pc-header .search-form select .iconf,
header #pc-header .search-form .h-btn .iconf {
2022-10-25 09:24:47 +00:00
width: 0.6rem;
height: 0.6rem;
margin-left: 0.3rem;
2022-10-25 09:47:42 +00:00
margin-top: 0.1rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header .search-form>div {
display: flex;
align-items: center;
border: 1px solid #999999;
border-radius: 0.2rem;
padding-left: 0.5rem;
margin-left: 0.5rem;
height: 1.3rem;
}
header #pc-header .search-form>div input {
width: 11.5rem;
height: 1.3rem;
font-size: 0.5rem;
}
header #pc-header .search-form>div input::placeholder {
font-size: 0.7rem;
color: #999;
}
header #pc-header .search-form>div .i {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 1.7rem;
height: 1.3rem;
background-color: #999999;
margin-right: -1px;
border-radius: 0 0.2rem 0.2rem 0;
}
header #pc-header .search-form>div .i .iconf {
font-size: 0.9rem;
}
header #pc-header .search-form>div .i i {
color: #fff;
}
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .h-btn:hover .content {
2022-10-25 09:24:47 +00:00
display: flex;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content {
2022-10-25 09:24:47 +00:00
position: absolute;
top: 100%;
left: 0;
width: 42.6rem;
display: none;
justify-content: space-between;
padding: 0;
margin-left: 0;
box-shadow: 0 0 0.3rem #ebebeb;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content h3 {
2022-10-25 09:24:47 +00:00
padding: 0 0.9rem;
height: 2.4rem;
line-height: 2.4rem;
margin: 0;
width: 11rem;
font-size: 0.7rem;
2022-10-25 09:47:42 +00:00
font-weight: bold;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content .more-btn a {
2022-10-25 09:24:47 +00:00
padding: 0.3rem 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content nav {
2022-10-25 09:24:47 +00:00
background-color: #fafafb;
height: 26rem;
width: 11rem;
position: relative;
overflow: auto;
overflow-x: hidden;
padding-bottom: 0.9rem;
}
header #pc-header .search-form .content nav ul>li {
display: flex;
}
header #pc-header .search-form .content nav ul>li>div {
display: flex;
justify-content: space-between;
padding: 0.5rem 0.9rem;
flex-shrink: 0;
width: 100%;
cursor: pointer;
}
header #pc-header .search-form .content nav ul>li>div * {
color: #666;
font-size: .5rem;
2022-10-25 09:47:42 +00:00
font-weight: bold;
2022-10-25 09:24:47 +00:00
}
header #pc-header .search-form .content nav ul>li>div:hover {
background-color: #fff;
}
header #pc-header .search-form .content nav ul>li>div:hover * {
color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content nav ul .more-btn {
2022-10-25 09:24:47 +00:00
margin: 0.5rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header .search-form .content nav ul .more-btn>a{
font-size: .5rem;
}
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside {
2022-10-25 09:24:47 +00:00
width: 32.6rem;
background-color: #fff;
padding: 0 0.9rem;
flex-direction: column;
overflow: hidden;
z-index: 10;
box-sizing: border-box;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header .search-form .content aside>div {
display: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header .search-form .content aside>div.active {
display: block;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .item {
2022-10-25 09:24:47 +00:00
display: none;
flex-direction: column;
height: 26rem;
/* padding-bottom: 0.9rem; */
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .item.active {
2022-10-25 09:24:47 +00:00
display: flex;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .item .more-btn {
2022-10-25 09:24:47 +00:00
margin-top: 0;
}
header #pc-header .search-form .content aside .item .more-btn>a{
font-size: .5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header .search-form .content aside .courses-wrap ol>li {
width: 49%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header .search-form .content aside .courses-wrap ol>li>a {
display: block;
padding: 0.5rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .courses-wrap ol h5 {
2022-10-25 09:24:47 +00:00
font-size: 0.5rem;
display: inline-flex;
align-items: center;
width: 94%;
2022-10-25 09:47:42 +00:00
font-weight: bold;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .courses-wrap ol h5 em {
2022-10-25 09:24:47 +00:00
font-size: 0.5rem;
color: #00db6d;
padding: 0.1rem 0.3rem;
border: 1px solid #00db6d;
border-radius: 2rem;
margin-left: 0.5rem;
font-weight: normal;
white-space: nowrap;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .courses-wrap ol p span {
2022-10-25 09:24:47 +00:00
margin-right: 3rem;
font-size: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .courses-wrap ol p span:last-of-type {
2022-10-25 09:24:47 +00:00
margin-right: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .courses-wrap ol p * {
2022-10-25 09:24:47 +00:00
color: #666;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .program-wrap ol {
2022-10-25 09:24:47 +00:00
margin-top: 0;
}
header #pc-header .search-form .content aside .program-wrap ol>li .p-tit {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 0.9rem;
}
header #pc-header .search-form .content aside .program-wrap ol>li .p-tit h6 {
font-size: 0.8rem;
margin-bottom: 0.5rem;
}
header #pc-header .search-form .content aside .program-wrap ol>li .p-tit p *,
header #pc-header .search-form .content aside .program-wrap ol>li .p-tit p {
color: #999;
font-size: 0.75rem;
}
header #pc-header .search-form .content aside .program-wrap ol>li .p-tit .t-logo {
max-width: 13rem;
width: 13rem;
height: 4.5rem;
background-color: #ccc;
}
header #pc-header .search-form .content aside .program-wrap ol>li .p-tit .t-logo img {
width: 100%;
height: 100%;
object-fit: cover;
}
header #pc-header .search-form .content aside .program-wrap ol>li .field {
height: 5rem;
display: flex;
flex-direction: column;
justify-content: space-between;
flex-wrap: wrap;
}
header #pc-header .search-form .content aside .program-wrap ol>li .field .list {
padding: 0.5rem 0;
}
header #pc-header .search-form .content aside .program-wrap ol>li .field .list .iconf {
color: #00db6d;
font-size: 0.9rem;
}
header #pc-header .search-form .content aside .program-wrap ol>li .field .list label {
font-size: 0.75rem;
font-weight: bold;
margin: 0 0.3rem;
}
header #pc-header .search-form .content aside .program-wrap ol>li .field .list span {
color: #999;
font-size: 0.75rem;
}
header #pc-header .search-form .content aside .program-wrap ol>li li {
width: 100%;
padding: 0.9rem 0;
padding-right: 4%;
border-bottom: 1px solid #ebebeb;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header .search-form .content aside .program-wrap ol>li .more-btn {
padding-bottom: 2rem;
margin-top: 2rem;
width: 100%;
}
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .program-wrap ol li {
2022-10-25 09:24:47 +00:00
width: 100%;
padding: 0.9rem 0;
padding-right: 4%;
border-bottom: 1px solid #ebebeb;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .program-wrap ol li:last-of-type {
2022-10-25 09:24:47 +00:00
border-bottom: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .program-wrap ol .more-btn {
2022-10-25 09:24:47 +00:00
padding-bottom: 2rem;
margin-top: 2rem;
width: 100%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .tit {
2022-10-25 09:24:47 +00:00
position: relative;
border-bottom: 1px solid #ebebeb;
padding: 1rem 0 .5rem;
flex-shrink: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .tit h4 {
2022-10-25 09:24:47 +00:00
font-size: 0.75rem;
margin: 0;
color: #000;
line-height: 1;
2022-10-25 09:47:42 +00:00
font-weight: bold;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .tit .iconf {
2022-10-25 09:24:47 +00:00
color: #00db6d;
font-size: 1.3rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .tit p {
2022-10-25 09:24:47 +00:00
color: #666;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .tit .close {
2022-10-25 09:24:47 +00:00
position: absolute;
2022-10-25 09:47:42 +00:00
top: 1.3rem;
2022-10-25 09:24:47 +00:00
right: 0;
width: 2rem;
height: 2rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside .tit .close i {
2022-10-25 09:24:47 +00:00
font-size: 1.3rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside ol {
2022-10-25 09:24:47 +00:00
display: flex;
flex-wrap: wrap;
justify-content: space-between;
overflow: auto;
margin: 0.9rem 0;
width: 100%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header #pc-header .search-form .content aside ol>li {
width: 100%;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .content aside ol a:hover h5 {
2022-10-25 09:24:47 +00:00
color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .search-form .search-inp {
2022-10-25 09:24:47 +00:00
position: relative;
margin-left: 1.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
margin-left: 1.4rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .member {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .member .i {
2022-10-25 09:24:47 +00:00
width: 2.4rem;
height: 2.4rem;
background-color: #ccc;
border-radius: 50%;
margin-right: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:47:42 +00:00
header #pc-header .right .member p{
margin-bottom: 0 !important;
}
2022-10-24 02:38:36 +00:00
header #pc-header .right .member p a {
2022-10-25 09:47:42 +00:00
color: #3d3d3d;
2022-10-25 09:24:47 +00:00
margin: 0 0.25rem;
font-size: 0.5rem;
2022-10-25 09:47:42 +00:00
font-weight: bold;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .member p a:hover {
2022-10-25 09:24:47 +00:00
color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .member .member-on {
2022-10-25 09:24:47 +00:00
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .member .member-on:hover .second {
2022-10-25 09:24:47 +00:00
display: block;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .member .member-on .second {
2022-10-25 09:24:47 +00:00
position: absolute;
top: 100%;
right: 0;
display: none;
width: 10rem;
box-shadow: 0 0 0.5rem #ebebeb;
border-radius: 0.3rem;
background-color: #fff;
padding: 0.3rem;
overflow: hidden;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .member .member-on .second a {
2022-10-25 09:24:47 +00:00
display: block;
padding: 0.3rem 0.5rem;
font-size: 0.9rem;
border-radius: 0.0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .member .member-on .second a:hover {
2022-10-25 09:24:47 +00:00
background-color: #ebebeb;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .h-btn {
2022-10-25 09:24:47 +00:00
display: flex;
margin-left: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .h-btn .i {
2022-10-25 09:24:47 +00:00
width: 1.3rem;
height: 1.3rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #00db6d;
border-radius: 50%;
margin-left: 0.5rem;
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .h-btn .i i,
header #pc-header .right .h-btn .i {
2022-10-25 09:24:47 +00:00
color: #fff;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .h-btn .i span {
2022-10-25 09:24:47 +00:00
font-size: 0.6rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
header #pc-header .right .h-btn .i .addcart-goods-num {
2022-10-25 09:24:47 +00:00
position: absolute;
top: -0.5rem;
right: -0.5rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.6rem;
color: #fff;
background-color: #ff204f;
border-radius: 50%;
width: 0.9rem;
height: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
header.fixed ul>li>a {
height: 3.2rem !important;
line-height: 3.2rem !important;
}
2022-10-24 02:38:36 +00:00
body {
2022-10-25 09:24:47 +00:00
padding-top: 4.45rem;
padding-bottom: 4rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
main>section {
padding: 7rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot {
2022-10-25 09:24:47 +00:00
padding: 3rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .logo {
2022-10-25 09:24:47 +00:00
width: 19rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .container {
2022-10-25 09:24:47 +00:00
position: relative;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .container ul {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: space-between;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .container ul h4 {
2022-10-25 09:24:47 +00:00
margin-top: 2rem;
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .container ul h4:first {
2022-10-25 09:24:47 +00:00
margin-top: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .container ul a {
2022-10-25 09:24:47 +00:00
display: block;
font-size: 0.9rem;
color: #666;
padding: 0.3rem 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .container ul a:hover {
2022-10-25 09:24:47 +00:00
color: #00db6d;
transform: translateX(0.2rem);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .container .copyright {
2022-10-25 09:24:47 +00:00
position: absolute;
bottom: 0;
left: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .container .copyright .link {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
margin-bottom: 0.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .container .copyright .link .item {
2022-10-25 09:24:47 +00:00
width: 2rem;
height: 2rem;
border-radius: 50%;
border: 1px solid #ccc;
margin-right: 0.9rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .container .copyright .link .item:hover {
2022-10-25 09:24:47 +00:00
border-color: #00db6d;
background-color: #00db6d;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .container .copyright .link .item:hover i {
2022-10-25 09:24:47 +00:00
color: #fff;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .foot .container .copyright p,
footer .foot .container .copyright p * {
2022-10-25 09:24:47 +00:00
color: #666;
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .footer {
2022-10-25 09:24:47 +00:00
background-color: #ffff1b;
padding: 4rem 0 1.25rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
footer .footer>div {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .footer .left {
2022-10-25 09:24:47 +00:00
display: flex;
flex-direction: column;
justify-content: space-between;
2022-10-25 09:47:42 +00:00
margin-left: 1.3rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .footer .left * {
2022-10-25 09:24:47 +00:00
color: #0f0f0f;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
footer .footer .left .info{
font-size: 0.7rem;
font-weight: bold;
2022-10-25 09:47:42 +00:00
margin-left: 0.4rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
footer .footer .left .logo {
max-width: 12.5rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
footer .footer .left .icon {
display: flex;
2022-10-25 09:47:42 +00:00
margin-left: 0.4rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
footer .footer .left .icon img {
max-width: 1.4rem;
margin-left: 0.7rem;
cursor: pointer;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
footer .footer .left .icon img:first-child{
margin-left: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:47:42 +00:00
footer .footer .right{
margin-right: 3.5rem;
}
2022-10-24 02:38:36 +00:00
footer .footer .right ul {
2022-10-25 09:24:47 +00:00
display: flex;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .footer .right ul li {
2022-10-25 09:47:42 +00:00
margin-left: 11rem;
}
footer .footer .right ul li:first-child{
margin-left: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .footer .right ul * {
2022-10-25 09:24:47 +00:00
color: #0f0f0f;
font-size: 0.9rem;
font-weight: bold;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .footer .right ul span {
2022-10-25 09:24:47 +00:00
display: block;
margin-top: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .footer .right ul a {
2022-10-25 09:24:47 +00:00
margin-top: 0.9rem;
display: block;
transition: all .6s;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .footer .right ul a:first-of-type {
2022-10-25 09:24:47 +00:00
margin-bottom: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .footer .right ul a:hover {
2022-10-25 09:24:47 +00:00
opacity: .65;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
footer .footer .copyright{
max-width: calc(100% - 3.6rem);
display: flex;
justify-content: flex-end;
margin: 3.5rem auto 0;
}
footer .footer .copyright * {
font-size: 0.5rem;
line-height: 1.2;
text-align: right;
}
2022-10-24 02:38:36 +00:00
footer .cookie {
2022-10-25 09:24:47 +00:00
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #00db6d;
z-index: 99;
transform: translateY(100%);
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .cookie .container {
2022-10-25 09:24:47 +00:00
display: flex;
align-items: center;
justify-content: space-between;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .cookie .container p {
2022-10-25 09:24:47 +00:00
padding: 0.5rem 0;
font-size: 0.9rem;
line-height: 1.5;
color: #fff;
margin-right: 1rem;
margin-bottom: 0 !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
footer .cookie .container a {
2022-10-25 09:24:47 +00:00
padding: 0.25rem 1.3rem;
color: #00db6d;
border-radius: 3rem;
background-color: #fff;
white-space: nowrap;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.select-wrap {
2022-10-25 09:24:47 +00:00
display: flex;
justify-content: space-between;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.select-wrap #selected {
2022-10-25 09:24:47 +00:00
display: flex;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.select-wrap #selected p {
2022-10-25 09:24:47 +00:00
white-space: nowrap;
margin-right: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.select-wrap #selected div a {
2022-10-25 09:24:47 +00:00
display: inline-block;
padding: 0.3rem 0.5rem;
color: #fff;
font-size: 0.9rem;
background-color: #00db6d;
border-radius: 0.0.9rem;
margin-right: 0.9rem;
margin-bottom: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.select-wrap #selected div a:last-of-type {
2022-10-25 09:24:47 +00:00
margin-right: 0;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.select-wrap #selected div a span {
2022-10-25 09:24:47 +00:00
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.select-wrap #selected div a i {
2022-10-25 09:24:47 +00:00
display: inline-block;
margin-left: 0.5rem;
font-size: 0.9rem;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.select-wrap .submit-btn {
2022-10-25 09:24:47 +00:00
text-align: right;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.select-wrap .submit-btn a {
2022-10-25 09:24:47 +00:00
display: inline-block;
padding: 0.3rem 0.5rem;
border-radius: 0.2rem;
color: #fff;
text-transform: capitalize;
background-color: #00db6d;
font-size: 0.9rem;
white-space: nowrap;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.layui-layer-dialog {
2022-10-25 09:24:47 +00:00
top: 50% !important;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
.mb-block {
2022-10-25 09:24:47 +00:00
display: none;
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@media screen and (max-width: 1024px) {
2022-10-25 09:24:47 +00:00
header #pc-header>div {
max-width: 60rem;
}
.main-center,
.main-title p {
max-width: 50rem;
}
.main-QA .container {
max-width: 50rem !important;
}
#pc-header {
display: none !important;
}
#mb-header {
display: block !important;
}
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@media screen and (max-width: 820px) {
2022-10-25 09:24:47 +00:00
main .main-4 .container .item .t div span {
width: 5.5rem;
}
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@media screen and (max-width: 768px) {
2022-10-25 09:24:47 +00:00
.list-banner .search-con {
width: 100%;
}
.main-QA .container {
padding: 0 0 0 0;
}
.mb-block {
display: block;
}
.swiper-button {
display: none !important;
}
footer .cookie {
padding: 0.5rem 0.5rem;
}
h2 {
font-size: 1.3rem;
}
body {
/*padding-top: 3.5rem;*/
padding: 3.5rem 0.8rem 0 0.8rem;
}
footer {
margin: 0 -0.8rem 0 -0.8rem;
}
#pc-header {
display: none !important;
}
#mb-header {
display: block !important;
}
main>section {
padding: 2rem 2%;
}
main .index-title * {
text-align: center;
}
main .index-title p {
font-size: 1.3rem;
}
main .index-title h2 {
font-size: 1.3rem;
margin-top: 0.5rem;
}
.swiper-button {
width: 1.3rem;
height: 1.3rem;
}
.filter-container {
padding: 0.9rem 0.5rem;
padding-bottom: 0.5rem;
}
.filter-container .nav a {
margin-right: 0.5rem;
font-size: 0.9rem;
padding-bottom: 0.5rem;
}
.filter-container .bottom {
padding: 0.9rem 0 0;
}
.filter-container .bottom .list a {
white-space: nowrap;
}
.filter-container .bottom .list>div {
width: calc(100% - 4rem);
}
.filter-container .bottom .list>div .swiper-wrapper {
flex-wrap: nowrap;
}
.filter-container .form {
display: none;
}
.page-title {
margin-bottom: 3rem;
}
.page-title h2 {
font-size: 1.3rem;
}
.page-title h2::after {
font-size: 2rem;
}
.page-title h2 strong {
font-size: 1.3rem;
}
.page-banner img {
height: 9rem;
object-fit: cover;
}
.page-banner .text .form {
display: none;
}
.page-banner .text .right>a {
display: none;
}
.order-container {
align-items: center;
}
.order-container a {
padding: 0 0.5rem;
}
.content-container {
flex-direction: column;
}
.content-container>div {
padding-left: 2% !important;
padding-right: 2% !important;
}
.content-container .content-right {
width: 100%;
margin-left: 0;
}
.content-container .content-right .side-rec-case .con .link .img {
height: 6rem;
}
footer .top .container {
flex-direction: column-reverse;
}
footer .top .logo {
margin: 0 auto 2rem;
}
footer .top .tabs {
justify-content: center;
}
footer .top .tabs-content {
padding-left: 2%;
padding-right: 2%;
}
footer .top .tabs-content a:nth-of-type(3n) {
margin-right: 0;
}
footer .bottom .container {
padding-left: 2%;
padding-right: 2%;
}
footer .bottom .container nav {
display: none;
}
footer .bottom .container .copyright {
padding-right: 6rem;
}
footer .bottom .container .code {
right: 2%;
}
footer .footer>div {
flex-direction: column-reverse;
padding: 0 2%;
}
footer .footer .left {
margin-top: 2rem;
}
footer .footer .left .logo {
display: none;
}
footer .footer .right ul a,
footer .footer .right ul span {
font-size: 0.9rem;
}
footer .footer .right ul li {
margin-left: 0;
margin-right: 3rem;
}
.list-banner .con1 {
flex-direction: column;
}
.list-banner .con1 .left {
margin-bottom: 0.9rem;
}
.list-banner .con1 .left * {
text-align: center;
}
.list-banner .con1 .left h2 {
font-size: 2rem;
}
.list-banner .con2 .filter-container {
flex-wrap: wrap;
}
.list-banner .con2 .filter-container>div {
width: 48% !important;
flex: none;
margin-right: 0 !important;
}
.list-banner .con2 .filter-container>div .selection {
padding: 0.5rem;
min-height: auto;
}
.list-banner .con2 .filter-container>div .ui.selection.dropdown .menu>.item {
padding: 0.8rem 0.5rem !important;
min-height: auto !important;
}
.list-banner .con2 .ul_filter {
padding: 0 2%;
}
.list-banner .search-con {
padding: 0.9rem;
}
.list-banner .search-con .inp {
flex: none;
width: 100%;
}
.list-banner .search-con .inp>span {
display: none;
}
.main-QA .t {
margin-bottom: 0.9rem !important;
}
.main-QA .t h2 {
font-size: 1.3rem;
margin-bottom: 0 !important;
}
.main-QA .content .accordion li h5 span {
display: inline-block;
width: 90%;
}
.main-QA .content .accordion li .submenu {
padding: 0.9rem 2rem;
}
.main-title {
margin-bottom: 2rem;
}
.main-title p br {
display: none;
}
.main-other-qa {
padding-left: 2%;
padding-right: 2%;
}
.main-other-qa .container .content {
flex-direction: column;
}
.main-other-qa .container .content>div {
width: 100%;
}
.main-other-qa .container .content .left::after {
display: none;
}
.main-other-qa .container .content .right {
padding-left: 0;
}
.select-wrap {
flex-wrap: wrap;
padding: 0 2%;
}
.select-wrap #selected {
margin-bottom: 0.9rem;
}
.select-wrap #selected div a {
margin-bottom: 0.5rem;
}
.select-wrap .submit-btn {
width: 100%;
text-align: right;
}
.rec-course {
padding: 0 2%;
}
.more-btn>a,
.more-btn>span,
.more-btn button {
padding: 0.4rem 1.3rem;
}
footer .cookie .container p {
line-height: 1.4;
}
.list-banner .m4 {
margin: 2rem 0;
}
.list-banner .container {
padding: 0 2%;
}
.list-banner .con1 .left h2 {
font-size: 1.4rem;
}
.list-banner .search-con1 h5 {
font-size: 1.3rem;
text-align: center;
}
.list-banner .search-con1 .inp {
height: 2.5rem;
margin: 0 4%;
}
.list-banner .search-con1 .inp>span {
top: calc(100% + 6rem);
}
.list-banner .search-con1 .inp input::placeholder {
font-size: 0.8rem;
}
.list-banner .search-con1 .inp .submit-btn {
width: 6rem;
}
.list-banner .search-con1 .hot-s {
margin-left: 4%;
margin-right: 4%;
}
.position {
margin-bottom: 2rem;
}
.par.w100 {
flex-wrap: wrap;
}
.container-mask .form-mask {
max-height: 80vh;
overflow-y: auto;
max-width: 100%;
}
.main-other-qa .container>h6 {
text-align: center;
}
.main-other-qa .container .content p {
text-align: center;
}
.main-other-qa .container .content .left {
padding-right: 0;
}
footer .cookie .container {
flex-wrap: wrap !important;
}
2022-10-24 02:38:36 +00:00
}
2022-10-25 09:24:47 +00:00
2022-10-24 02:38:36 +00:00
@media screen and (min-width: 1200px) {
2022-10-25 09:24:47 +00:00
.main-QA .container {
padding: 0.9rem 0;
max-width: 48rem !important;
}
2022-10-24 02:38:36 +00:00
}