.three-section,
.ability-upgrade-section,
.solution-section {

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.three-section{
    background-image: url(../images/product/three-bg.png);
    background-size: 100% 100%;
}

.ability-upgrade-section.lazyloaded {
    background-image: url(../images/product/direction/bg.png);
}

.solution-section.lazyloaded {
    background-image: url(../images/product/solution/bg.png);
}

.safe-section.lazyloaded{
    background-image: url(../images/product/safe/bg.png);
}

.plan-section,
.job-section,
.safe-section,.school-friends-section,.course-section {
    padding: 60px 0;
}

.safe-section{
    background-size: contain;
    background-position: bottom center;
    padding-bottom: 15vw;
    background-repeat: no-repeat;
}
.service-box-tow {
    padding: 0px 25px 30px;
    background-color: #fff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    max-width: 290px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

.em-service-icon {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    transition: .5s;
    padding: 13px;
}

.em-service-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 55px 0 42px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 30px;
}

.service-number h1 {
    font-size: 55px;
    opacity: 10%;
    position: absolute;
    top: 0;
    left: 10px;
    margin: auto;
}

.ability-upgrade-section .row .col {
    margin-bottom: 20px;
}

.ability-upgrade-section .product-direction {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #fff;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.ability-upgrade-section .product-direction::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #FF4500;
    z-index: -1;
    transition: 0.5s;
}

.ability-upgrade-section .product-direction .icon {
    background: #F0F0F0;
    width: 88px;
    height: 88px;
    text-align: center;
    margin-right: 19px;
    transition: 0.5s;
    padding: 20px;
}

.ability-upgrade-section .icon img {}


.ability-upgrade-section .product-direction .product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    height: 100%;
    padding: 5px 0;
}


.product-direction h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.product-direction p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    flex: 1;
}


.product-direction:hover .icon {
    background: #fff;
}

a.feature-button {
    font-size: 15px;
    color: #050a1e;
    font-weight: 400;
    font-family: "Poppins";
    border-bottom: 1px solid #AEAFB4;
    transition: 0.5s;
    text-decoration: none;
}

a.feature-button i {
    display: inline-block;
    font-size: 23px;
    transform: rotate(309deg);
    position: relative;
    left: 6px;
    top: 3px;
    color: #050a1e;
    transition: 0.5s;
}
a.feature-button i svg{
    width: 1em;
    height: 1em;
}

.product-direction:hover a.feature-button {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.product-direction:hover i {
    color: #fff;
}


.product-direction:hover .product-content {
    color: #fff;
}

.product-direction:hover:before {
    width: 100%;
}


.plan-item {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 25px;
}

.plan-item .thumb {
    width: 60px;
    margin: 0 auto;
}

.plan-item.style-2 {
    background: #FF4500;
    color: #fff;
    padding: 25px 0;
}

.style-2 .thumb img {
    filter: brightness(0) invert(1);
}

.pt-25 {
    padding-top: 25px;
}

.plan-title {
    padding: 60px 0 30px;
}

.plan-title h3 {
    font-size: 24px;
    font-weight: 600;
}

.plan-item p {
    margin-bottom: 30px;
}

.plan-item.style-2 .plan-title h3 {
    color: #fff !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.btn-common.pc-btn a {
    color: #EE3C00;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 37px;
}

.safe-section .circle1,
.safe-section .circle2,
.safe-section .circle3,
.safe-section .circle4 {
    border: 1px solid #a2a2a2;
    border-radius: 50%;
    padding: 5px;
    position: relative;
}

.safe-section .circle5 {
    --size:15px;
    background-color: #FF4500;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
}

.safe-section .circle4 {
    padding: 10px;
}



.safe-section .safe-item{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right,#cccccc,#cccccc) no-repeat center center;
    background-size: 100% 1px;
    position: relative;
    padding:  80px 0;
}


.safe-section .safe-item::before {
    position: absolute;
    content: '01';
    top: 0px;
    font-size: 50px;
    color: #cccccc;
    text-align: center;
    left: 50%;
    margin-left: -50%;
    width: 100%;
}


.safe-section .safe-item:nth-child(1)::before {
    content: '01';
}
.safe-section .safe-item:nth-child(2)::before {
    content: '02';
}

.safe-section .safe-item:nth-child(3)::before {
    content: '03';
}

.safe-section .safe-item:nth-child(4)::before {
    content: '04';
}

.safe-section .safe-item:first-child{
    background: linear-gradient(to right, #cccccc,#cccccc) no-repeat right center;
    background-size: 50% 1px;
}

.safe-section .safe-item:last-child{
    background: linear-gradient(to right, #cccccc,#cccccc) no-repeat left center;
    background-size: 50%  1px;
}
.safe-section .safe-item .safe-content{
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
}
.safe-item h3,.safe-item p{
    margin-bottom: 0;
}
.safe-item h3{
    font-size: 22px;
}
.safe-item p{
    font-size: 16px;
    margin-top: 10px;
}

.school-friends-section .right .icon{
    width: 68px;
    background: #FF4500;
    border-radius: 50%;
    padding: 12px;
    margin-right: 20px;
}
.school-friends-section .right .content{
    flex: 1;
}

.school-friends-section .right .content .title{
    font-size: 16px;
    font-weight: 700;
}
.school-friends-section .right .content .description{
    font-size: 14px;
    color:  #333;
}