.solarsun_about_area {
    padding: 82px 0 20px;
}
.solarsun_about  .witr_widget_list ul li {
    display: flex;
    margin-bottom: 12px;
}
.video {
    width: 98%;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.video img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.1) url("https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/81743/4575/60c6cf5ef54c668e3c14fc2e388c984f/24gf-play-copy.png") no-repeat center;
    display: block;
}
.solarsun_about .witr_widget_list ul li .witr_list_icon {
    margin-right: 10px;
}
.solarsun_about .ab_left_content {
    padding: 20px 0px 0 10px;
}
.solarsun_about .ab_img_inner {
    padding: 0 0 20px 25px;
}
.solarsun_about .ab_left_content .witr_section_title {
    margin-bottom: 40px;
}
.solarsun_about .witr_text_widget_inner h2 {
    color: #071c1f;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: var(--title-font-family);
    font-weight: 700;
}

.solarsun_about .witr_text_widget .witr_text_widget_inner p,
.solarsun_about .witr_widget_list .witr_list_text {
    color: var(--text-color);
    font-size: 17px;
    font-weight: 400;
    font-family: var(--font-family);
}

.solarsun_about .witr_widget_list i {
    padding: 5px;
    color: #fff;
    font-size: 10px;
    background: var(--color-primary);
    border-radius: 50%;
}

.solarsun_about .witr_section_title_inner h1, .solarsun_about .witr_section_title_inner h2, .solarsun_about .witr_section_title_inner h3 {
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    line-height: 1;
}
.solarsun_about .witr_section_title_inner h2 {
    font-size: 16px;
    display: inline-block;
    color: var(--title-text-color);
    padding: 0 0 5px 0;
}
.solarsun_about .witr_section_title_inner h3 {
    color: var(--title-text-color);
}
.solarsun_about .witr_section_title {
    margin-bottom: 50px;
}
.solarsun_about .witr_section_title_inner p {
    width: 100%;
    padding: 10px 0 0 0;
    margin-top: 10px;
    color: var(--text-color);
    font-size: 17px;
    font-weight: 400;
}

.solarsun_about .ab_left_content .witr_section_title h2 {
    font-size: 16px;
    color: var(--title-text-color);
    padding: 0 0 5px 0;
}

.solarsun_about .ab_counter_inner .witr_counter_icon img {
    width: 50px;
    height: 85px;
    object-fit: contain;
}

.solarsun_about .ab_counter_inner .witr_counter_icon {
    margin-right: 20px;
}


/* .solarsun_about .ab_counter_inner .witr_counter_number_inn p {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--title-text-color);
} */
.solarsun_about .ab_counter_inner .witr_counter_number_inn h3{
  font-size: 22px;
    /* font-weight: 700; */
    margin-bottom: 2%;
}
.solarsun_about .ab_counter_inner .witr_counter_number_inn p {
    font-size: 19px;
    font-weight: 400;
}
@media (max-width: 1024px){
    .wrap{
        flex-direction: column;
    }
    .myOne{
        max-width: 100%;
    }
}
.solarsun_about .witr_counter_single {
    display: flex;
    margin-bottom: 2%;
}