1691 lines
32 KiB
CSS
1691 lines
32 KiB
CSS
.dot {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.setBetween {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.setBetween .item {
|
|
position: relative;
|
|
}
|
|
|
|
.setBetween .item:nth-of-type(1) {
|
|
padding-right: 20px !important;
|
|
}
|
|
|
|
.setBetween .item:nth-of-type(2) {
|
|
padding-left: 20px !important;
|
|
}
|
|
|
|
.setBetween .item:nth-of-type(1):after {
|
|
content: '';
|
|
display: block;
|
|
width: 1px;
|
|
height: 100%;
|
|
background: #3b52f6;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.setRowCenter {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.setColumnCenter {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.setCenter {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.ra {
|
|
border-radius: 0.2rem;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.bs {
|
|
box-shadow: 0 0 0.5rem #ebebeb;
|
|
}
|
|
|
|
.box-shadow {
|
|
box-shadow: 0rem 0.3rem 0.5rem 0rem rgba(36, 65, 116, 0.1);
|
|
}
|
|
|
|
.btn {
|
|
padding: 0.3rem 0.9rem;
|
|
background-color: #3b52f6;
|
|
color: #fff !important;
|
|
border-radius: 2rem;
|
|
font-size: 0.9rem;
|
|
display: inline-block;
|
|
width: auto;
|
|
}
|
|
|
|
.btn.s1 {
|
|
background-color: transparent;
|
|
border: 1px solid #3b52f6;
|
|
color: #3b52f6 !important;
|
|
}
|
|
|
|
.a-hover:hover {
|
|
color: #3b52f6;
|
|
}
|
|
|
|
.page-banner {
|
|
position: relative;
|
|
}
|
|
.page-banner .swiper-slide{
|
|
height: 25rem;
|
|
overflow: hidden;
|
|
}
|
|
.page-banner .swiper-slide img {
|
|
width: 100%;
|
|
min-height: 100%;
|
|
}
|
|
|
|
.page-banner .pagination{
|
|
margin: 0;
|
|
}
|
|
.page-banner .swiper-container-horizontal>.swiper-pagination-bullets{
|
|
bottom: 1rem !important;
|
|
}
|
|
.page-banner .swiper-pagination .swiper-pagination-bullet{
|
|
width: 0.65rem;
|
|
height: 0.65rem;
|
|
border-radius: 0.325rem;
|
|
background-color: rgba(204, 202, 202, .3);
|
|
margin: 0 .45rem;
|
|
opacity: 1;
|
|
}
|
|
.page-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
|
|
width: 3.75rem;
|
|
background-color: rgba(204, 202, 202, 1);
|
|
}
|
|
|
|
.page-banner .text {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.page-banner .text * {
|
|
color: #fff;
|
|
}
|
|
|
|
.page-banner .text h2 {
|
|
font-size: 2rem;
|
|
line-height: 2;
|
|
}
|
|
|
|
.page-banner .text p {
|
|
font-size: 0.9rem;
|
|
font-weight: 100;
|
|
}
|
|
|
|
.course .main-1 {
|
|
padding-bottom: 0.9rem;
|
|
padding-top: 0;
|
|
}
|
|
|
|
.course .main-1 .container .link {
|
|
display: block;
|
|
padding: 2rem 0;
|
|
border-bottom: 1px solid #00db6d;
|
|
transition: all .6s;
|
|
}
|
|
|
|
.course .main-1 .container .link:hover {
|
|
border-bottom: 1px solid #00db6d;
|
|
}
|
|
|
|
.course .main-1 .container .link:hover h6 {
|
|
color: #2fe78b;
|
|
}
|
|
|
|
.course .main-1 .container .link:last-of-type {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.course .main-1 .container .link>h6 {
|
|
font-family: "HarmonyOS_Sans_Bold" !important;
|
|
font-size: 0.9rem;
|
|
margin-bottom: 0.2rem;
|
|
transition: all .6s;
|
|
}
|
|
|
|
.course .main-1 .container .link>p {
|
|
color: #999;
|
|
margin-bottom: 0.9rem;
|
|
}
|
|
|
|
.course .main-1 .container .link .label {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.course .main-1 .container .link .label span{
|
|
font-family: "HarmonyOS_Sans_Bold" !important;
|
|
}
|
|
.course .main-1 .container .link .label span:first-of-type {
|
|
width: 13rem;
|
|
font-size: 0.85rem;
|
|
}
|
|
|
|
.course .main-1 .container .link .label span.b {
|
|
padding: 0.2rem 0.5rem;
|
|
border: 1px solid #00db6d;
|
|
border-radius: 0.2rem;
|
|
color: #00db6d;
|
|
text-transform: capitalize;
|
|
transition: all .6s;
|
|
}
|
|
.course .main-1 .container .link:hover .label span.b{
|
|
border: 1px solid #2fe78b;
|
|
color: #2fe78b;
|
|
}
|
|
|
|
.course .main-1 .container .link .label span.c {
|
|
background-color: #838383;
|
|
border: 1px solid #838383;
|
|
padding-right: 1rem;
|
|
font-size: 0.8rem;
|
|
color: #fff !important;
|
|
transition: all .6s;
|
|
position: relative;
|
|
}
|
|
.course .main-1 .container .link:hover .label span.c{
|
|
border: 1px solid #838383;
|
|
}
|
|
.course .main-1 .container .link .label span.c>em{
|
|
font-family: "HarmonyOS_Sans_Regular" !important;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0.5rem;
|
|
transform: scaleY(1.8) translateY(-26%);
|
|
transition: all .6s;
|
|
}
|
|
.course .main-1 .container .link .label span.c:hover{
|
|
background-color: #00db6d;
|
|
border: 1px solid #00db6d;
|
|
}
|
|
.course .main-1 .container .link .label span.c:hover>em{
|
|
right: 0.2rem;
|
|
}
|
|
|
|
.fb {
|
|
font-family: "robotoMedium";
|
|
}
|
|
|
|
h4 {
|
|
font-family: "robotoMedium";
|
|
line-height: 2;
|
|
}
|
|
|
|
.main-title {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.main-title * {
|
|
text-align: left;
|
|
}
|
|
|
|
.main-title h2 {
|
|
margin-bottom: 0;
|
|
line-height: 1.4 !important;
|
|
}
|
|
|
|
.main-title p {
|
|
color: #000;
|
|
max-width: 100%;
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.addcart-ico {
|
|
position: fixed;
|
|
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;
|
|
opacity: 0;
|
|
z-index: 99;
|
|
}
|
|
|
|
.addcart-ico.move-ico {
|
|
animation: move-ico 1s ease-out;
|
|
}
|
|
|
|
@keyframes move-ico {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
|
|
99% {
|
|
opacity: 1;
|
|
}
|
|
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.course-details .f-btn {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 13rem;
|
|
height: 3rem;
|
|
border: 1px solid #3b52f6;
|
|
border-radius: 0.2rem;
|
|
color: #fff;
|
|
background-color: #3b52f6;
|
|
padding: 0.3rem 0.9rem;
|
|
}
|
|
|
|
.course-details .main-center-detail01{
|
|
max-width: 81.98%;
|
|
}
|
|
.course-details .main-1{
|
|
padding-bottom: 0;
|
|
padding-top: 4.25rem;
|
|
}
|
|
.course-details .main-1>div {
|
|
padding-bottom: 4.25rem;
|
|
}
|
|
|
|
.course-details .main-1 .container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.course-details .main-1 .container>.left {
|
|
width: 50%;
|
|
}
|
|
|
|
.course-details .main-1 .container>.left .basic-information{
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.left h1 {
|
|
word-break: break-word;
|
|
}
|
|
|
|
.course-details .main-1 .container>.left h4 {
|
|
margin: 0;
|
|
}
|
|
|
|
.course-details .main-1 .container>.left h3 {
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.left p {
|
|
font-size: 0.85rem;
|
|
line-height: 1.5;
|
|
position: relative;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.course-details .main-1 .container>.left p em {
|
|
display: inline-block;
|
|
width: 13.5rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.left p span {
|
|
|
|
}
|
|
|
|
.course-details .main-1 .container>.left>div.content1 {
|
|
margin-top: 2rem;
|
|
}
|
|
.course-details .main-1 .container>.left>div.content1 h2{
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.course-details .main-1 .container>.left>div.content1 .des{
|
|
font-size: 0.85rem;
|
|
line-height: 1.35;
|
|
max-width: 80%;
|
|
}
|
|
.course-details .main-1 .container>.left>div.content1 .more-btn1{
|
|
box-sizing: border-box;
|
|
display: inline-block;
|
|
height: 2.4rem;
|
|
padding: 0 0.8rem;
|
|
border: 0.15rem solid #2e2e2e;
|
|
border-radius: 0.5rem;
|
|
margin-top: 2rem;
|
|
transition: all .6s;
|
|
}
|
|
.course-details .main-1 .container>.left h1,
|
|
.course-details .main-1 .container>.left h2,
|
|
.course-details .main-1 .container>.left h3,
|
|
.course-details .main-1 .container>.left h4{
|
|
font-size: 1.25rem;
|
|
}
|
|
.course-details .main-1 .container>.left>div.content1 .more-btn1 a{
|
|
display: flex;
|
|
align-items: center;
|
|
border: 0;
|
|
height: 100%;
|
|
color: #2e2e2e;
|
|
padding-right: 1rem;
|
|
font-size: 0.9rem;
|
|
position: relative;
|
|
transition: all .6s;
|
|
}
|
|
.course-details .main-1 .container>.left>div.content1 .more-btn1 em{
|
|
font-family: "HarmonyOS_Sans_Regular" !important;
|
|
margin-left: 0.3rem;
|
|
margin-top: 0.1rem;
|
|
transition: all .6s;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50%;
|
|
transform: scaleY(1.8) translateY(-32.5%);
|
|
}
|
|
.course-details .main-1 .container>.left>div.content1 .more-btn1:hover{
|
|
border: 0.15rem solid #00db6d;
|
|
}
|
|
.course-details .main-1 .container>.left>div.content1 .more-btn1:hover a{
|
|
color: #00db6d;
|
|
}
|
|
.course-details .main-1 .container>.left>div.content1 .more-btn1:hover em{
|
|
right: -0.3rem;
|
|
color: #00db6d;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right {
|
|
box-sizing: border-box;
|
|
width: 39.25rem;
|
|
padding: 2.2rem 2.8rem;
|
|
border: 0.7rem solid #4ce699;
|
|
position: relative;
|
|
}
|
|
|
|
.ui.form .field>label{
|
|
font-size: 1rem !important;
|
|
}
|
|
.setBetween .item h2{
|
|
font-size: 1.9rem;
|
|
}
|
|
.setBetween .item p{
|
|
font-size: 0.85rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .info .t {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
height: 9rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .info .t .item {
|
|
width: 50%;
|
|
}
|
|
.course-details .main-1 .container>.right .info .t .item:nth-child(even){
|
|
width: 10rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .info .t .item strong {
|
|
display: inline-block;
|
|
font-size: 1.9rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .info .t .item strong em {
|
|
font-size: 1.3rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .info .t .item p {
|
|
font-size: 0.85rem;
|
|
line-height: 1.5;
|
|
margin-bottom: 0.1rem !important;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .info .t .item>strong{
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .info .t .item p.clk {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .info .t .item p.clk:hover {
|
|
color: #3b52f6;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .time .iconf {
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .time .collect-btn {
|
|
color: #3b52f6;
|
|
margin-right: 2rem;
|
|
}
|
|
.course-details .main-1 .container>.right .time .collect-btn img{
|
|
height: 2.5rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .time>p,
|
|
.course-details .main-1 .container>.right .time label {
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .time th,
|
|
.course-details .main-1 .container>.right .time tr {
|
|
text-align: center;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .time .link {
|
|
width: auto !important;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .time select {
|
|
width: 100%;
|
|
border-bottom: 1px solid #3b52f6;
|
|
font-size: 0.9rem;
|
|
color: #3b52f6;
|
|
padding: 0.5rem 0;
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.course-details .main-1 .ui.form .field>.selection.dropdown{
|
|
display: flex;
|
|
align-items: center;
|
|
height: 5rem;
|
|
border: 0.3rem solid #313131;
|
|
border-radius:0.75rem;
|
|
}
|
|
.course-details .main-1 .ui.form .field>.selection.dropdown .dropdown.icon{
|
|
top: auto;
|
|
font-size: 1.25rem;
|
|
}
|
|
.course-details .main-1 .ui.form .field>.selection.dropdown .dropdown.icon::before{
|
|
content: "";
|
|
display: block;
|
|
width: 1.85rem;
|
|
height: 1.1rem;
|
|
background-image: url(../images/icon-arrow-down.png) !important;
|
|
background-size:100% !important;
|
|
}
|
|
|
|
|
|
.course-details .main-1 .ui.selection.dropdown .menu>.item{
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .time{
|
|
height: 10.5rem;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .btn-wrap {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .btn-wrap a>img{
|
|
height: 2.5rem;
|
|
transition: all .6s;
|
|
}
|
|
.course-details .main-1 .container>.right .btn-wrap a>img:hover{
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .btn-wrap .btn {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 13rem;
|
|
height: 3.5rem;
|
|
background-color: #00db6d;
|
|
font-size: 1.25rem;
|
|
border-radius: 0.5rem;
|
|
transition: all .6s;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .btn-wrap .btn:hover{
|
|
background-color: #2fe78b;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right .btn-wrap .btn .icon {
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-1 .container .right-2 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.course-details .main-1 .container .right-2 .s-logo {
|
|
width: 25rem;
|
|
height: 9rem;
|
|
background-color: #ccc;
|
|
}
|
|
|
|
.course-details .main-02 {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 2.55rem 0;
|
|
background-color: #ffff1b;
|
|
text-align: center;
|
|
|
|
}
|
|
.course-details .main-02 h2{
|
|
font-size: 1.9rem;
|
|
}
|
|
.course-details .main-02 h5{
|
|
font-size: 1.25rem;
|
|
margin: 1.2rem 0;
|
|
}
|
|
.course-details .main-02 strong,
|
|
.course-details .main-02 p{
|
|
display: inline-block;
|
|
font-size: 0.85rem;
|
|
line-height: 1.5;
|
|
}
|
|
.course-details .main-02 p{
|
|
font-family: "HarmonyOS_Sans_Medium";
|
|
margin-top: 1.2rem;
|
|
}
|
|
.course-details .main-2{
|
|
padding: 3.5rem 0 4.5rem;
|
|
background-color: #dedede;
|
|
}
|
|
|
|
.course-details .main-2 * {
|
|
line-height: 1.5;
|
|
text-align: center;
|
|
}
|
|
|
|
.course-details .main-2 h5{
|
|
font-size: 1.25rem;
|
|
margin-bottom: 1.2rem;
|
|
}
|
|
|
|
.course-details .main-2 .f-btn1 {
|
|
border-bottom: 1px solid #3b52f6;
|
|
}
|
|
|
|
.course-details .main-2 .f-btn2 {
|
|
padding: 0.5rem 0.9rem;
|
|
background-color: #3b52f6;
|
|
color: #fff !important;
|
|
border-radius: 0.4rem;
|
|
box-shadow: 0 0.3rem 0.5rem rgba(54, 81, 214, 0.4);
|
|
}
|
|
|
|
.course-details .main-2 .add-f-btn-con{
|
|
margin-top: 1.5rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des * {
|
|
line-height: 2;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des h6 {
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des .d-left {
|
|
width: 50%;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des .d-left>div {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des .d-left h4 {
|
|
font-family: "robotoMedium";
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des .d-right {
|
|
width: 32%;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des .table {
|
|
width: 100%;
|
|
padding: 0.9rem;
|
|
border: 1px solid #ebebeb;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des table {
|
|
width: 100%;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des table .tbh {
|
|
background-color: #3b52f6;
|
|
color: #fff;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des table th {
|
|
line-height: 1.6;
|
|
padding: 0.5rem 0;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des table tbody {
|
|
display: none;
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des table tbody:first-of-type {
|
|
display: contents;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des th,
|
|
.course-details .main-2 .content1 .des td {
|
|
height: 2rem;
|
|
line-height: 2rem;
|
|
border-color: #00db6d;
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des tbody td {
|
|
padding: 0.3rem 0;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des tbody td,
|
|
.course-details .main-2 .content1 .des tbody td * {
|
|
color: #666;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des td:nth-of-type(2) {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des th {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.course-details .main-2 .content1>.f-btn-all {
|
|
display: block;
|
|
width: 100%;
|
|
height: 2rem;
|
|
line-height: 2rem;
|
|
text-align: center;
|
|
border-radius: 0.2rem;
|
|
background-color: #e2e2e2;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .txt>div {
|
|
display: flex;
|
|
margin-bottom: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .txt>div.col-3 {
|
|
width: 33.33%;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .txt strong {
|
|
font-size: 0.9rem;
|
|
margin-right: 2rem;
|
|
flex-shrink: 0;
|
|
font-weight: 500;
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .txt p {
|
|
flex: 1;
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .f-btn-con {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .f-btn-con .f-btn {
|
|
width: auto;
|
|
height: auto;
|
|
margin: 0 0.9rem;
|
|
border: none;
|
|
}
|
|
|
|
.course-details .main-2 .content1.fees-content .des {
|
|
display: block;
|
|
}
|
|
|
|
.course-details .main-2 .content1.fees-content th {
|
|
background-color: #3b52f6;
|
|
color: #fff;
|
|
}
|
|
|
|
.course-details .main-2 .content1.fees-content tbody tr:nth-of-type(even) {
|
|
background-color: #e6ebfe;
|
|
}
|
|
|
|
.course-details .main-2 .content1.fees-content .fees-all {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
border-top: 1px solid #ebebeb;
|
|
padding-top: 0.9rem;
|
|
margin-top: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1.fees-content .fees-all strong {
|
|
font-size: 1.3rem;
|
|
font-weight: bold;
|
|
margin-left: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1.apply-content .txt strong {
|
|
font-size: 0.9rem;
|
|
font-weight: bold;
|
|
padding-left: 0.9rem;
|
|
position: relative;
|
|
height: 3.4rem;
|
|
line-height: 3.4rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1.apply-content .txt strong::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 1.55rem;
|
|
left: 0;
|
|
width: 0.4rem;
|
|
height: 0.4rem;
|
|
border-radius: 50%;
|
|
background-color: #333;
|
|
}
|
|
|
|
.course-details .main-2 .content1.apply-content .txt p {
|
|
color: #999;
|
|
}
|
|
|
|
.course-details .main-2 .content1.contact-content .txt {
|
|
flex-wrap: wrap;
|
|
position: relative;
|
|
}
|
|
|
|
.course-details .main-2 .content1.contact-content .txt .col-6 {
|
|
width: 50%;
|
|
}
|
|
|
|
.course-details .main-2 .content1.contact-content .txt .col-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.course-details .main-2 .content1.contact-content .txt img {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.course-details .main-2 .content2 .con {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.course-details .main-2 .content2 .con .left h5 {
|
|
font-size: 1.3rem;
|
|
margin-bottom: 0.9rem;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.course-details .main-2 .content2 .con .left h5:first-of-type {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.course-details .main-2 .content2 .con .left p {
|
|
line-height: 1.8;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.course-details .main-2 .content2 .con .left a {
|
|
display: inline-block;
|
|
color: #3b52f6;
|
|
margin-bottom: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .content2 .con .left a i {
|
|
margin-left: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .content2 .con .left .f-btn {
|
|
display: flex;
|
|
}
|
|
|
|
.course-details .main-2 .content3 .img-title {
|
|
background-origin: border-box;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
font-size: 10rem;
|
|
font-family: "robotoMedium";
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.course-details .main-2 .content3 .con .des {
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.course-details .main-2 .content3 .con .des p {
|
|
margin-bottom: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .content3 .con .swiper-slide img {
|
|
width: 100%;
|
|
}
|
|
|
|
.course-details .main-2 .content3 .swiper-container {
|
|
margin: 0;
|
|
}
|
|
|
|
.course-details .main-2 .content3 .des,
|
|
.course-details .main-2 .content3 .des * {
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.course-details .main-2 .content4 .con {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.course-details .main-2 .content4 .con>div {
|
|
width: 49%;
|
|
}
|
|
|
|
.course-details .main-2 .content4 .text,
|
|
.course-details .main-2 .content4 .text * {
|
|
line-height: 2;
|
|
color: #666;
|
|
}
|
|
|
|
.course-details .main-2 .content4 .text p {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.course-details .main-2 .content4 .img p {
|
|
text-align: center;
|
|
font-size: 0.9rem;
|
|
color: #999;
|
|
}
|
|
|
|
.course-details .main-2 .content4 .more {
|
|
text-align: center;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.course-details .main-2 .content4 .more a {
|
|
font-size: 0.9rem;
|
|
color: #3b52f6;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.course-details .main-2 .con1 h4,
|
|
.course-details .main-2 .con2 h4 {
|
|
font-size: 2rem;
|
|
font-family: "robotoMedium";
|
|
}
|
|
|
|
.course-details .main-2 .con1 .rem5>p {
|
|
font-size: 0.85rem;
|
|
}
|
|
|
|
.course-details .main-2 .con1 .item p {
|
|
font-family: "HarmonyOS_Sans_Medium" !important;
|
|
font-size: 0.85rem;
|
|
text-align: left;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.course-details .main-2 .con1 .c2{
|
|
display: inline-block;
|
|
font-size: 1rem;
|
|
margin-top: 2.2rem;
|
|
color: #00db6d;
|
|
}
|
|
|
|
.course-details .main-2 .con1 em {
|
|
font-weight: bold;
|
|
font-family: "robotoMedium";
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .con1 .f-img img {
|
|
float: right;
|
|
max-width: 20.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .con1 .item-list1 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.course-details .main-2 .con1 .item-list1 h6{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #00db6d;
|
|
height: 5.5rem;
|
|
text-align: center;
|
|
line-height: 1.4;
|
|
min-height: 3.2rem;
|
|
margin: 0.5rem 0 1.75rem;
|
|
}
|
|
.course-details .main-2 .con1 .item-list1 h6>span{
|
|
font-size: 1.5rem;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.course-details .main-2 .con1 .item-list1 .item{
|
|
width: calc(33.33% - 1rem);
|
|
background-size: cover;
|
|
position: relative;
|
|
margin-top: 0.9rem;
|
|
padding: 2.35rem;
|
|
}
|
|
.course-details .main-2 .con1 .item-list1 .item:nth-of-type(1){
|
|
background-image: url('../images/transfe-bg01.jpg');
|
|
}
|
|
.course-details .main-2 .con1 .item-list1 .item:nth-of-type(2){
|
|
background-image: url('../images/transfe-bg02.jpg');
|
|
}
|
|
.course-details .main-2 .con1 .item-list1 .item:nth-of-type(3){
|
|
background-image: url('../images/transfe-bg03.jpg');
|
|
}
|
|
|
|
.course-details .main-2 .con1 .item-list1 .item::after{
|
|
content: "";
|
|
display: block;
|
|
width: 1.7rem;
|
|
height: 1.7rem;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
background-image: url(../images/icon-triangle-top.png);
|
|
background-size: cover;
|
|
}
|
|
|
|
.course-details .main-2 .con1 .item-list2 .item{
|
|
position: relative;
|
|
margin-top: 2rem;
|
|
box-shadow: 0rem 0.15rem 0.9rem 0rem rgba(32, 30, 29, 0.35);
|
|
padding: 0.9rem;
|
|
border-radius: 0.2rem;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.course-details .main-2 .con1 .item-list2 .item::before {
|
|
content: "";
|
|
position: absolute;
|
|
right: calc(100% + 0.9rem);
|
|
top: 0;
|
|
width: 0.9rem;
|
|
height: 0.9rem;
|
|
background-color: #3b52f6;
|
|
}
|
|
.course-details .main-2 .con1 .shadow{
|
|
width: 53rem;
|
|
background-color: #00db6d;
|
|
border-radius: 1rem;
|
|
margin: 2.2rem auto 0;
|
|
padding: 1.1rem;
|
|
}
|
|
.course-details .main-2 .con1 .shadow p{
|
|
font-size: 1rem;
|
|
line-height: 1.4;
|
|
color: #ffffff;
|
|
}
|
|
.course-details .main-2 .con1 .shadow p>strong{
|
|
display: block;
|
|
color: #ffff1b !important;
|
|
}
|
|
|
|
.course-details .main-2 .con1 .shadow .more-btn-k{
|
|
font-size: 1rem;
|
|
line-height: 1.4;
|
|
margin-top: 1rem;
|
|
}
|
|
.course-details .main-2 .con1 .shadow .more-btn-k a{
|
|
color: #ffffff;
|
|
padding-right: 1rem;
|
|
position: relative;
|
|
transition: all .6s;
|
|
}
|
|
.course-details .main-2 .con1 .shadow .more-btn-k a em{
|
|
font-family: "HarmonyOS_Sans_Light" !important;
|
|
display: inline-block;
|
|
transform: scaleY(1.8) translateY(-24%);
|
|
margin-left: 0.5rem;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0;
|
|
transition: all .6s;
|
|
}
|
|
.course-details .main-2 .con1 .shadow .more-btn-k:hover a{
|
|
color: #ffff1b;
|
|
}
|
|
.course-details .main-2 .con1 .shadow .more-btn-k:hover a>em{
|
|
right: -0.3rem;
|
|
color: #ffff1b;
|
|
}
|
|
|
|
|
|
.main-2-3{
|
|
padding: 4.75rem 0 6.5rem;
|
|
}
|
|
.main-2-3 h2{
|
|
font-size: 1.7rem;
|
|
text-align: center;
|
|
}
|
|
.main-2-3 .con2>div:nth-of-type(1){
|
|
font-size: 0.85rem;
|
|
line-height: 1.5;
|
|
margin-top: 1rem;
|
|
text-align: center;
|
|
}
|
|
.main-2-3 .con2>span{
|
|
display: block;
|
|
font-size: 0.85rem;
|
|
line-height: 1.5;
|
|
text-align: center;
|
|
}
|
|
|
|
.main-2-3 .item-list2{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 3rem;
|
|
}
|
|
|
|
.main-2-3 .item-list2 .item{
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: calc(50% - 0.55rem);
|
|
height: 20rem;
|
|
background-color: #dedede;
|
|
padding: 0 4.8rem;
|
|
}
|
|
|
|
.main-2-3 .item-list2 .item em{
|
|
width: 44%;
|
|
font-size: 1.5rem;
|
|
}
|
|
.main-2-3 .item-list2 .item span{
|
|
font-family: "HarmonyOS_Sans_Medium" !important;
|
|
width: 56%;
|
|
font-size: 0.85rem;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.main-2-3 .main-center{
|
|
max-width: 87.08%;
|
|
}
|
|
|
|
.course-details .main-QA {
|
|
padding-bottom: 2rem;
|
|
}
|
|
|
|
.course-details .main-QA .container {
|
|
box-shadow: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.course-details .rec-container {
|
|
padding-bottom: 2rem;
|
|
}
|
|
|
|
.course-details .rec-container .container {
|
|
padding: 0;
|
|
}
|
|
|
|
.qa-banner{
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 13.5rem;
|
|
background-color: #ffff1b;
|
|
text-align: center;
|
|
}
|
|
.qa-banner h1{
|
|
font-size: 2rem;
|
|
}
|
|
.qa-banner span{
|
|
font-family: "HarmonyOS_Sans_Bold" !important;
|
|
display: inline-block;
|
|
font-size: 1rem;
|
|
margin-top: 0.3rem;
|
|
}
|
|
|
|
.qa-titie-info{
|
|
padding: 4rem 0 2.8rem;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.qa-titie-info span{
|
|
font-size: 1.15rem;
|
|
line-height: 1.5;
|
|
color: #284dfd;
|
|
}
|
|
|
|
.qa-titie-info h2{
|
|
font-size: 1.9rem;
|
|
margin-bottom: 1.65rem;
|
|
}
|
|
|
|
.qa-titie-info h3{
|
|
font-size: 0.85rem;
|
|
line-height: 1.47;
|
|
color: #505050;
|
|
}
|
|
|
|
|
|
.course-details .main-FAQ {
|
|
padding: 0;
|
|
padding-bottom: 2rem;
|
|
}
|
|
|
|
.course-details .main-FAQ .t {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.course-details .main-FAQ .t h2 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.course-details .main-FAQ .container p {
|
|
line-height: 1.8;
|
|
font-size: 0.9rem;
|
|
margin-bottom: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-FAQ .container p:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
|
|
.qa-content-ul .accordion li{
|
|
border: 0 !important;
|
|
background-color: #284dfd;
|
|
border-radius: 0 !important;
|
|
padding: 3.9rem 7.5rem;
|
|
}
|
|
.qa-content-ul .accordion .submenu{
|
|
padding: 0 !important;
|
|
}
|
|
.qa-content-ul .accordion li .link{
|
|
padding: 0 !important;
|
|
}
|
|
.qa-content-ul .accordion li h5{
|
|
display: inline-block !important;
|
|
background-color: #ffff1b;
|
|
padding: 0 1.4rem !important;
|
|
line-height: 2.3rem;
|
|
}
|
|
.qa-content-ul .accordion li h5 span{
|
|
font-size: 1.5rem !important;
|
|
color: #284dfd !important;
|
|
}
|
|
|
|
.qa-content-ul .accordion li p{
|
|
margin-bottom: 0 !important;
|
|
font-size: 0.85rem !important;
|
|
line-height: 1.5 !important;
|
|
margin-top: 1.2rem;
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
.program-details .main-center{
|
|
max-width: 80.73%;
|
|
}
|
|
|
|
.program-details .main-1{
|
|
padding: 4rem 0;
|
|
}
|
|
|
|
.program-details .main-1>div{
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.program-title{
|
|
text-align: center;
|
|
}
|
|
.program-title span{
|
|
display: block;
|
|
font-size: 1.1rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.program-title h2{
|
|
font-size: 1.9rem;
|
|
line-height: 1.4;
|
|
max-width: 41rem;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.program-info{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 3.2rem;
|
|
}
|
|
|
|
.program-info .container,
|
|
.program-info .content{
|
|
width: calc(50% - 0.8rem);
|
|
padding: 2.7rem 4.2rem;
|
|
border: 1px solid #222;
|
|
border-radius: 0.5rem;
|
|
}
|
|
.program-info .container>div{
|
|
width: 100%;
|
|
}
|
|
|
|
.program-info .container h2,
|
|
.program-info .content h4{
|
|
font-size: 2.4rem;
|
|
text-align: center;
|
|
margin-bottom: 2.5rem;
|
|
}
|
|
.program-info .container p>em,
|
|
.program-info .container p>span,
|
|
.program-info .content p{
|
|
font-family: "HarmonyOS_Sans_Regular" !important;
|
|
font-size: 0.85rem;
|
|
margin-bottom: 2.5rem;
|
|
line-height: 1.76;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.program-info .container p{
|
|
max-width: 21.2rem;
|
|
margin: 0 auto !important;
|
|
line-height: 1.76;
|
|
}
|
|
.program-info .container p>em{
|
|
display: inline-block;
|
|
width: 8.7rem;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.program-details .main-2-1{
|
|
padding: 4rem 0;
|
|
background-color: #00db6d;
|
|
}
|
|
.program-details .main-2-1 *{
|
|
text-align: left;
|
|
}
|
|
.program-details .main-2-1 .des{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.program-details .main-2-1 .content1 .des .d-left{
|
|
width: 42%;
|
|
}
|
|
.program-details .main-2-1 span{
|
|
display: block;
|
|
font-size: 1.9rem;
|
|
line-height: 1.1 !important;
|
|
color: #ffff1b;
|
|
}
|
|
|
|
.program-details .main-2-1 h4{
|
|
font-size: 1.1rem;
|
|
line-height: 1.5;
|
|
color: #ffff1b;
|
|
margin: 2.32rem 0 0.5rem;
|
|
}
|
|
.program-details .main-2-1 .d-left>div:nth-of-type(1) h4{
|
|
margin-top: 2.8rem;
|
|
}
|
|
.program-details .main-2-1 p{
|
|
font-family: "HarmonyOS_Sans_Regular";
|
|
font-size: 0.85rem;
|
|
line-height: 1.6;
|
|
color: #ffffff;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.program-details .main-2-1 .d-right{
|
|
width: 32.25%;
|
|
margin-right: 7.25%;
|
|
}
|
|
.program-details .main-2-1 .d-right img{
|
|
width: 100%;
|
|
}
|
|
|
|
.program-details .main-2{
|
|
background-color: #ffffff;
|
|
}
|
|
.program-details .main-2-2{
|
|
padding-top: 6rem;
|
|
}
|
|
.program-details .main-2-2 .main-center,
|
|
.program-details .main-2-4 .main-center{
|
|
max-width: 91.14%;
|
|
}
|
|
.program-details .main-2-4{
|
|
padding-top: 0;
|
|
}
|
|
|
|
.program-details .main-2-4 .main-title>p{
|
|
margin: 1.3rem 0 0 !important;
|
|
}
|
|
|
|
.program-details .main-2-4 .main-title>span{
|
|
display: block;
|
|
font-size: 0.85rem;
|
|
margin: 0.8rem;
|
|
}
|
|
|
|
.program-details .main-2-4 .accommodation-item{
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width: calc(25% - 0.825rem) !important;
|
|
height: 13.2rem;
|
|
background-color: #ffff1b;
|
|
border-radius: 0.5rem;
|
|
margin-top: 1rem;
|
|
}
|
|
.program-details .main-2-4 .accommodation-item h3{
|
|
font-size: 1.1rem;
|
|
line-height: 1.3;
|
|
}
|
|
.program-details .main-2-4 .accommodation-item span{
|
|
font-family: "HarmonyOS_Sans_Medium";
|
|
min-height: 3rem;
|
|
font-size: 0.65rem;
|
|
margin-top: 1rem;
|
|
line-height: 1.55;
|
|
}
|
|
|
|
.program-details .main-2-5{
|
|
padding: 2rem 0 4.5rem;
|
|
}
|
|
.program-details .main-2-5 .main-center{
|
|
max-width: 83.33%;
|
|
}
|
|
|
|
.program-details .main-2-5 *{
|
|
text-align: left;
|
|
}
|
|
|
|
.program-container{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.program-container .content1:nth-of-type(odd){
|
|
width: 55%;
|
|
padding-right: 7rem;
|
|
border-right: 0.1rem solid #353535;
|
|
}
|
|
.program-container .content1:nth-of-type(even){
|
|
width: 45%;
|
|
padding-left: 8rem;
|
|
}
|
|
.program-details .main-2 .content1 .txt>div{
|
|
flex-direction: column;
|
|
margin-left: 0.75rem;
|
|
}
|
|
.program-details .main-2 .content1.apply-content .txt p{
|
|
font-family: "HarmonyOS_Sans_Medium" !important;
|
|
font-size: 0.85rem;
|
|
color: #8b8b8b;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.program-details .program-txt-01{
|
|
margin-left: -0.25rem !important;
|
|
}
|
|
.program-details .program-txt-01 p{
|
|
color: #2e2e2e !important;
|
|
font-weight: bold;
|
|
}
|
|
.program-details .program-txt-02{
|
|
margin: 1.5rem 0 4.5rem 0.75rem !important;
|
|
}
|
|
.program-details .program-txt-02 p em{
|
|
display: inline-block;
|
|
margin-right: 0.4rem;
|
|
}
|
|
|
|
.program-details .program-txt-03 p,
|
|
.program-details .program-txt-04 p,
|
|
.program-details .program-txt-04 a{
|
|
font-size: 0.85rem;
|
|
display: block;
|
|
line-height: 1.5 !important;
|
|
color: #8b8b8b;
|
|
}
|
|
.program-details .program-txt-03 p:nth-of-type(2){
|
|
text-indent: 1.9rem;
|
|
}
|
|
.program-details .program-txt-04 a{
|
|
font-family: "HarmonyOS_Sans_Medium" !important;
|
|
text-indent: 1.25rem;
|
|
height: auto;
|
|
transition: all 0.6s;
|
|
}
|
|
|
|
.program-details .program-txt-04 .applynow:hover{
|
|
color: #00db6d;
|
|
}
|
|
|
|
.program-details .main-2 .content1:nth-of-type(2) .txt>div{
|
|
margin-left: 0 !important;
|
|
}
|
|
|
|
.program-details .main-2 .content1:nth-of-type(2) .txt>div p,
|
|
.program-details .main-2 .content1:nth-of-type(2) .txt>div a{
|
|
font-family: "HarmonyOS_Sans_Medium" !important;
|
|
color: #505050;
|
|
}
|
|
|
|
.program-details .copy-btn{
|
|
display: inline-block;
|
|
line-height: 1.2rem;
|
|
padding: 0 1rem;
|
|
border-radius: 0.75rem;
|
|
background-color: #838383;
|
|
color: #ffffff;
|
|
font-size: 0.7rem;
|
|
margin-left: 1rem;
|
|
cursor: pointer;
|
|
transition: all .6s;
|
|
}
|
|
.program-details .copy-btn:hover{
|
|
background-color: #00db6d;
|
|
}
|
|
|
|
|
|
.program-details .main-2 .content1:nth-of-type(2) .txt>div p:nth-of-type(1){
|
|
font-family: "HarmonyOS_Sans_Black" !important;
|
|
}
|
|
.program-details .main-2 .content1:nth-of-type(2) .txt>div:nth-of-type(1){
|
|
margin-top: 3rem;
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
.course-details .main-2 .content1.contact-content .txt img {
|
|
max-width: 16rem;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
.course .main-1 .container .link .label {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.course .main-1 .container .link .label span {
|
|
width: 25% !important;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
|
|
.course .main-1 .container .link .label span:nth-child(6),
|
|
.course .main-1 .container .link .label span:last-child {
|
|
display: none;
|
|
}
|
|
|
|
.course .main-1 .container .link .label span.c {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.course .main-1 .container .link .label span:nth-of-type(2) {
|
|
margin-bottom: 0.9rem;
|
|
}
|
|
|
|
.course .main-1 .container .link .link>p {
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.course-details h2 {
|
|
font-size: 1.3rem;
|
|
margin-bottom: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-1 .container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.course-details .main-1 .container>div {
|
|
max-width: 100% !important;
|
|
width: 100% !important;
|
|
flex: none !important;
|
|
}
|
|
|
|
.course-details .main-1 .container>.right {
|
|
margin-top: 4rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.left>div:last-of-type {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.course-details .main-1 .container>.left h3 {
|
|
font-size: 1.3rem;
|
|
}
|
|
|
|
.course-details .main-1 .container>.left p {
|
|
line-height: 2.8;
|
|
}
|
|
|
|
.course-details .main-1 .container .right-2 {
|
|
margin-top: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des {
|
|
flex-direction: column-reverse;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des>div {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des .d-right {
|
|
margin-bottom: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des .table {
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des table {
|
|
min-width: 40rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .txt strong {
|
|
margin-right: 0.5rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .txt .col-6 {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .txt>div {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .txt p {
|
|
flex: none;
|
|
width: auto;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.course-details .main-2 .content3 .con .des {
|
|
margin-top: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .content4 .con {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.course-details .main-2 .content4 .con>div {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.course-details .main-2 .content3 .img-title {
|
|
font-size: 3rem;
|
|
}
|
|
|
|
.course-details .main-2 .con1 .f-img img,
|
|
.course-details .main-2 .con2 .f-img img {
|
|
display: none;
|
|
}
|
|
|
|
.course-details .main-2 .con1 .item-list1 {
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
.course-details .main-2 .con1 .item-list1 .item,
|
|
.course-details .main-2 .con2 .item-list1 .item {
|
|
flex-shrink: 0;
|
|
width: 15rem;
|
|
margin-right: 0.9rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .f-btn-con .f-btn {
|
|
margin: 0;
|
|
}
|
|
|
|
.course-details .main-2 .content1.contact-content .txt img {
|
|
width: 6rem;
|
|
}
|
|
|
|
.course-details .main-2 .content1 .des .d-right img {
|
|
display: block;
|
|
width: 50%;
|
|
margin: 0 auto;
|
|
}
|
|
}
|