
.about{
    width: 100%;
    overflow: hidden;
}
.about .wrap{
    width: 1200px;
    margin: 203px auto 45px;
}
.about .wrap .title .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.about .wrap .title .text span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}

.about .wrap .title .text div {
    display: flex;
    align-items: center;
}

.about .wrap .title .text div a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: relative;
    top: 8px;
}
.about .wrap .about_video{
    width: 100%;
    height: 280px;
    position: relative;
    z-index: 2;
}

.about .wrap .about_video .position_link{
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    font-size: 15px;
    color: #000;
}
.about .wrap .about_video .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about .wrap .text_swiper{
    width: 380px;
    height: 125px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 65px;
}
.about .wrap .text_swiper .swiper-slide{
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
}
.about .wrap .text_swiper span{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000;
    opacity: 0.5;
    transition: 0.3s;
}
.about .wrap .text_swiper .swiper-slide .video{
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    position: absolute;
    left: 106%;
    transition: 0.6s;
}
.about .wrap .text_swiper .swiper-slide-active .video{
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0.5s;
}
.about .wrap .text_swiper .swiper-slide-active span{
    font-size: 22px;
    opacity: 1;
}
.about .wrap .text_swiper .swiper-slide .line{
    width: 124px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.3;
    margin: 0 0 0 10px;
    display: none;
}
.about .wrap .text_swiper .swiper-slide .play{
    width: 90px;
    height: 90px;
    /*border: 1px solid rgba(255,255,255,0.3);*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.about .wrap .text_swiper .swiper-slide .play:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.3);
    opacity: 0.5;
    border-radius: 50%;
    animation: 1s scale linear infinite;
    animation-delay: 600ms;
    z-index: 0;
}
.about .wrap .text_swiper .swiper-slide .play:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.3);
    opacity: 0.5;
    border-radius: 50%;
    animation: 1s scale linear infinite;
    animation-delay: 200ms;
    z-index: 0;
}
@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(1.85);
        opacity: 0;
    }
}
.about .wrap .text_swiper .swiper-slide .play .circle{
    width: 50px;
    height: 50px;
    background: #F7AB00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about .wrap .text_swiper .swiper-slide .play .circle .triangle{
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 13px solid #666666;
    border-bottom: 8px solid transparent;
    position: relative;
    left: 1px;
}
.about .wrap .content{
    display: flex;
    justify-content: space-between;
    margin: 33px 0 0 0;
    left: 111px;
    position: relative;
}
.about .wrap .content .item{
    width: fit-content;
}
.about .wrap .content .item:last-child{
    opacity: 0;
    pointer-events: none;
}
.about .wrap .content .item:not(:last-child) {
    margin: 0 80px 0 0;
}
.about .wrap .content .item .text p{
    width: 573px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.about .wrap .content .item .text p:first-child{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 15px 0;
}
.about .wrap .content .item .images{
    margin: 34px 0 0 0;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.about .wrap .content .item .images img{
    width: 100%;
    height: 100%;
    transition: 0.6s;
    cursor: pointer;
}
.about .wrap .content .item .images img:hover{
    transform: scale(1.1);
}
.about .wrap .img{
    margin: 34px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.about .wrap .img .images{
    width: 595px;
    height: 220px;
    overflow: hidden;
}
.course{
    width: 100%;
    overflow: hidden;
    padding-top: 200px;
    margin-top: -200px;
}
.course .wrap{
    width: 1200px;
    margin: 0 auto 50px;
}
.course .wrap .title{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 46px 0;
}
.course .wrap .content{
    width: 100%;
    position: relative;
}
.course .wrap .content .button_click{
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 106%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1;
}
.course .wrap .content .button_click .iconfont{
    color: #666666;
    font-size: 44px;
    pointer-events: auto;
    cursor: pointer;
}
.course .swiper-button-lock{
    display: block;
}
.course .wrap .content .button_click .iconfont:first-child{
    transform: rotate(180deg);
    position: relative;
    top: -2px;
}
.course .wrap .content:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
}
.course .wrap .content .swiper{
    width: 100%;
    padding: 0 0 0 23px;
}

.course .wrap .content .swiper .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin: 0 0 0 -8px;
    min-height: 72px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.course .wrap .content .swiper .text .circle{
    margin: 23px 0 0 34px;
    width: 8px;
    height: 8px;
    background: #F7AB00;
    border-radius: 50%;
    position: relative;
}
.course .wrap .content .swiper .text .circle:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid #F7AB00;
    opacity: 0.5;
    border-radius: 50%;
    animation: 1s scale2 linear infinite;
    animation-delay: 600ms;
    z-index: 0;
}
.course .wrap .content .swiper .text .circle:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid #F7AB00;
    opacity: 0.5;
    border-radius: 50%;
    animation: 1s scale2 linear infinite;
    animation-delay: 200ms;
    z-index: 0;
}
@keyframes scale2 {
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}
.course .wrap .content .swiper .year{
    font-size: 20px;
    font-family: Helvetica;
    font-weight: bold;
    color: #666666;
    margin: 12px 0 0 18px;
}

.course .wrap .content .swiper .swiper-slide:nth-child(2n) {
    display: flex;
    flex-direction: column-reverse;
}
.course .wrap .content .swiper .swiper-slide:nth-child(2n) .text{
    display: flex;
    flex-direction: column-reverse;
    margin: 52px 0 0 0;
}
.course .wrap .content .swiper .swiper-slide:nth-child(2n) .text .circle{
    margin: 8px 0 19px 34px;
}

.develop{
    overflow: hidden;
}
.develop .wrap{
    width: 1200px;
    margin: 0 auto 40px;
    padding: 0 0 33px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
}
.develop .wrap .the_left{
    width: 690px;
}
.develop .wrap .the_left .small{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px 0;
}

.develop .wrap .the_left .small div{
    width: 340px;
    height: 200px;
    overflow: hidden;
}
.develop .wrap .the_left .small div img{
    width: 100%;
    height: 100%;
    transition: 0.6s;
    cursor: pointer;
}
.develop .wrap .the_left .small div img:hover{
    transform: scale(1.1);
}
.develop .wrap .the_left .big{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.develop .wrap .the_left .big img{
    cursor: pointer;
    transition: 0.6s;
    width: 100%;
    height: 100%;
}
.develop .wrap .the_left .big img:hover{
    transform: scale(1.1);
}
.develop .wrap .the_left .text {
    margin: 33px 0 0 0;
}
.develop .wrap .the_left .text span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 22px 0;
    display: block;
}
.develop .wrap .the_left .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.develop .wrap .picture{
    width: 470px;
    height: 720px;
    overflow: hidden;
}
.develop .wrap .picture img{
    width: 100%;
    height: 100%;
    transition: 0.6s;
}
.develop .wrap .picture img:hover{
    transform: scale(1.1);
}
.manufacturing{
    width: 100%;
    overflow: hidden;
}
.manufacturing .wrap{
    width: 1200px;
    margin: 0 auto 45px;
}

.manufacturing .center .images{
    width: 100%;
    height: 420px;
}
.manufacturing .center .images img{
    width: 100%;
    height: 100%;
}
.manufacturing .center .content {
    display: flex;
    flex-wrap: wrap;
}
.manufacturing .center .content .item{
    width: 50%;
    padding: 74px 48px 40px 48px;
    display: flex;
    transition: 0.6s;
    cursor: pointer;
}
.manufacturing .center .content .item .circle{
    width: 82px;
    height: 82px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}
.manufacturing .center .content .item .circle .iconfont{
    color: #F7AB00;
    font-size: 40px;
    transition: 0.6s;
}
.manufacturing .center .content .item .line{
    margin: 0 20px 0 23px;
    width: 1px;
    height: 128px;
    background: rgba(0,0,0,0.1);
    transition: 0.6s;
}
.manufacturing .center .content .item .line div{
    width: 1px;
    height: 20px;
    background: #F7AB00;
    transition: 0.6s;
}
.manufacturing .center .content .item .text{
    width: 359px;
    margin: 30px 0 0 0;
}
.manufacturing .center .content .item .text span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 20px 0;
    display: block;
    transition: 0.6s;
}
.manufacturing .center .content .item .text p{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    transition: 0.6s;
}
.manufacturing .center .content .item.on{
    background: #F5F5F5;
    transform: translateY(-44px);
}
.manufacturing .center .content .item.on .text p{
    color: #333;
}

.manufacturing .center .content .item.on .circle{
    background: #F7AB00;
}
.manufacturing .center .content .item.on .line div{
    height: 100%;
}
.manufacturing .center .content .item.on .circle .iconfont{
    color: #333333;
}
.system{
    width: 100%;
    padding: 0 0 36px 0;
}
.system .wrap{
    width: 1200px;
    margin: 250px auto 0;
}
.system .wrap .title{
    width: 100%;
    height: 60px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 44px 0 23px;
    position: relative;
    z-index: 1;
}
.system .wrap .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.system .wrap .map{
    width: 100%;
}
.system .wrap .map img{
    width: 100%;
}
.system .wrap .link .item:not(:last-child) {
    margin: 0 0 32px 0;
}
.system .wrap .link .item span{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #E6E6E6;
    display: block;
    margin: 0 0 18px 0;
    position: relative;
}
.system .wrap .link .item span:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background: #F7AB00;
}
.system .wrap .link .item .form{
    display: flex;
    justify-content: space-between;
    padding: 0 70px 0 17px;
}
.system .wrap .link .item .form .list a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    display: block;
    transition: 0.6s;
}
.system .wrap .link .item .form .list a:hover{
    color: #F7AB00;
}

.system .wrap .yellow{
    margin: 50px 0 0 0;
    background: #f7ab00;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.system .wrap .yellow .flex{
    display: flex;
    display: none;
}
.system .wrap .yellow .flex .big:not(:last-child) {
    margin: 0 30px 0 0;
}
.system .wrap .yellow .flex .big .list{
    display: flex;
    line-height: 27px;
}
.system .wrap .yellow .flex .big .list p{
    color: #fff;
    font-size: 15px;
    opacity: 0.8;
}
html[lang="en"] .system .wrap .yellow .flex .big .list p{
    font-size: 13px;
}
.system .wrap .yellow .flex .big .list p:first-child{
    margin: 0 15px 0 0;
    min-width: 90px;

}
.system .wrap .yellow .code{
    display: flex;
}
.system .wrap .yellow .code .list{
    text-align: center;
}
.system .wrap .yellow .code .list:not(:last-child) {
    margin: 0 7px 0 0;
}
.system .wrap .yellow .code .list p{
    font-size: 13px;
    color: #fff;
    opacity: 0.8;
    margin: 0 0 3px 0;
}
.system .wrap .yellow .code .list img{
    width: 90px;
    height: 90px;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
    .manufacturing .center .content .item .circle .iconfont {
        font-size:36px;
    }
    .manufacturing .center .content .item .circle {
        width: 72px;
        height: 72px;
    }
    .develop .wrap .the_left .text span {
        font-size: 28px;
    }
    .system .wrap{
        margin-top: 180px;
    }
    .system .wrap .title img{
        width: 60px;
    }
    .system .wrap .title span{
        font-size:28px;
    }
    .system .wrap .title{
        padding-right: 30px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
    .about .wrap,
    .develop .wrap,
	.manufacturing .wrap{
        width: 90%;
    }
    .manufacturing .center .content .item .text{
        margin-top: 20px;
    }
    .manufacturing .center .content .item.on {
        transform: translateY(-30px);
    }
    .system .wrap{
        width: 90%;
    }
    .about .wrap .img .images{
        width: 49%;
    }
    .about .wrap .img .images img{
        width: 100%;
    }
    .develop .wrap .the_left{
        width: 60%;
    }
    .develop .wrap .picture{
        width: 38%;
        height: auto;
    }
    .develop .wrap .the_left .small div{
        width: 49%;
    }
    .develop .wrap .the_left .small div img{
        width: 100%;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}




@media screen and (max-width:1024px){
    .about .wrap,
    .develop .wrap,
	.manufacturing .wrap{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .about .wrap{
        margin: 101px auto 45px;
    }
    .manufacturing .center .content .item .text p {
        font-size: 14px;
        line-height: 22px;
    }
    .manufacturing .center .content .item .line {
        margin:0 15px;
    }
    .manufacturing .center .content .item .text {
        margin-top: 10px;
        flex:1;
    }
    .manufacturing .center .content .item .circle {
        width: 58px;
        height: 58px;
    }
    .manufacturing .center .content .item .circle .iconfont {
        font-size: 32px;
    }
    .manufacturing .center .content .item {
        padding: 40px 20px 30px;
    }
    .manufacturing .center .content .item.on {
        transform: translateY(0);
    }
    .about .wrap .img .images{
        width: 49%;
        height:auto;
    }
    .about .wrap .img{
        margin-top: 20px;
    }
    .about .wrap{
        margin-bottom: 20px;
    }

    /* .develop .wrap .picture img{
        height: auto;
    } */
    .develop .wrap .the_left .small div{
        width: 49%;
        height: auto;
    }
    .develop .wrap .the_left .small div img{
        height: auto;
    }
    .develop .wrap .the_left .big{
        height: auto;
    }
    .develop .wrap .the_left .big img{
        height: auto;
    }
    .develop .wrap .the_left .text p {
        font-size: 14px;
        line-height: 22px;
    }
    .about .wrap .title .text span{
        font-size: 20px;
    }
    .about .wrap .title .text div a{
        font-size: 12px;
        top: 0;
    }
    .about .wrap .text_swiper{
        width: 100%;
        height: 150px;
        left: 20px;
        margin: 0;
    }
    .about .wrap .about_video .position_link{
        color: #fff;
    }
    .about .wrap .text_swiper span{
        color: #fff;
    }

    .about .wrap .content{
        width: 100%;
        left: 0;
        flex-direction: column;
    }
    .about .wrap .content .item .text p{
        width: 100%;
        font-size: 13px;
    }
    .about .wrap .content .item:not(:last-child) {
        margin: 0 0 30px;
    }
    .course .wrap{
        width: 100%;
        padding: 0 20px;
    }
    .course .wrap .title{
        font-size: 20px;
    }
    .course .wrap .content .swiper .text p{
        font-size: 11px;
        height: auto;
        min-height: fit-content;
    }
    .course .wrap .content .swiper .swiper-slide:nth-child(2n){
        flex-direction: unset;
        display: unset;
    }
    .course .wrap .content .swiper .swiper-slide:nth-child(2n) .text{
        display: unset;
        flex-direction: unset;
        margin: 0;
    }
    .course .wrap .content .swiper .swiper-slide .text .circle{
        margin: 23px 0 0 34px!important;
    }
    .course .wrap .content:after{
        top: 44%;
    }
    .course .wrap .content .button_click{
        top: 46%;
    }

    .system .wrap .title span {
        font-size: 24px;
    }
    .system .wrap{
        margin-top: 100px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .system .wrap .title {
        height: 50px;
    }
    .system .wrap .title img {
        width: 50px;
    }
    .system .wrap .yellow{
        flex-direction: column;
    }
    .system .wrap .yellow .flex{
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 820px){
    .manufacturing .center .content .item .text span {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .manufacturing .center .content .item .circle .iconfont {
        font-size: 24px;
    }
    .manufacturing .center .content .item .circle {
        width: 52px;
        height: 52px;
        margin-bottom: 20px;
    }
    .manufacturing .center .content .item .line{
        display: none;
    }
    .manufacturing .center .content .item{
        flex-direction: column;
    }
    .manufacturing .center .content .item .text{
        width: 100%;
    }
    .manufacturing .center .images,
    .manufacturing .center .images img{
        height: auto;
    }
    .system .wrap{
        min-height: 80vh;
    }
    .system .wrap .yellow .flex{
        flex-wrap: wrap;
    }
    .system .wrap .yellow .flex .big{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .system .wrap .link .item .form {
        padding: 0 15px;
    }
    .system .wrap .yellow .flex .big .list{
        width: 50%;
    }
    .system .wrap .yellow .flex .big:not(:last-child) {
        margin-right: 0;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.about .wrap, .develop .wrap, .manufacturing .wrap{
        padding-left: 20px;
        padding-right: 20px;
    }
    .manufacturing .center .content .item {
        width: 100%;
        padding: 30px 20px 20px;
    }
    .manufacturing .center .content{
        flex-direction: column;
    }
    .manufacturing .center .content .item .circle {
        margin-bottom: 10px;
        width: 44px;
        height: 44px;
    }
    .develop .wrap{
        flex-direction: column;
    }
    .develop .wrap .the_left .text span {
        font-size: 24px;
    }
    .develop .wrap .the_left{
        width: 100%;
    }
    .develop .wrap .picture{
        width: 100%;
        margin-top: 20px;
    }
    .manufacturing .center .content .item .text span {
        font-size: 20px;
    }
    .manufacturing .center .content .item .text {
        margin-top: 0px;
    }
    .manufacturing .center .content .item .circle .iconfont {
        font-size: 20px;
    }
    .about .wrap .img{
        flex-direction: column;
    }
    .about .wrap .img .images{
        width: 100%;
        margin-bottom: 10px;
    }
    .system .wrap{
        padding-left: 20px;
        padding-right: 20px;
    }
    .system .wrap .title {
        padding-right: 20px;
        padding-left: 20px;
    }
    .system .wrap .title span {
        font-size: 20px;
    }
    .system .wrap .title img {
        width: 40px;
    }
    .system .wrap {
        min-height: 60vh;
    }
    .system .wrap .map{
        margin-top: 30px;
    }
    .system .wrap .link .item .form .list a,
    .system .map .text {
        font-size: 14px !important;
    }
    .system .wrap .yellow .flex .big .list p {
        font-size: 12px;
    }
    .system .wrap .yellow .flex .big .list p:first-child {
        min-width: 80px;
    }
    .system .wrap .yellow {
        padding: 15px;
        margin-top: 30px;
    }
    .system .wrap .yellow .flex .big .list{
        flex-direction: column;
    }
    .system .wrap .yellow{
        align-items: start;
    }
}

@media screen and (max-width: 500px){
	.system .wrap .title {
        padding-right: 10px;
        padding-left: 10px;
    }
    .system .wrap .title {
        height: 40px;
    }
    .system .wrap .link .item .form{
        flex-wrap: wrap;
    }
    .system .wrap .link .item .form .list{
        width: 20%;
    }
}

@media screen and (max-width: 450px){
	.manufacturing .center .content .item{
        padding: 15px;
    }
    .system .wrap .title span {
        font-size: 18px;
    }
}
@media screen and (max-width: 414px){
	.develop .wrap .the_left .text p {
        font-size: 12px;
        line-height: 20px;
    }
    .system .wrap .title span {
        font-size: 16px;
    }
    .develop .wrap .the_left .text span {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 375px){
	.manufacturing .center .content .item .text p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 360px){
	.system .wrap .title img {
        width: 32px;
    }
}




 