﻿
/* ===================首页样式========================== */
.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section{height:auto!important}
/* .news .mids{padding-top:190px;display: flex;justify-content:start;} */
.section .mid{padding-top:90px;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;width:100%;height:100%}
.com-btn{border-radius:30px;background:#0091c0;border:1px solid #0091c0;color:#fff;font-weight:500;display:inline-block;font-size:16px;padding:12px 26px;transition:all .4s ease}
.com-btn:hover{background:#fff;border-color:#0091c0;color:#0091c0;box-shadow:0 2px 10px 0 rgba(0,145,192,.27)}
.com-btn.blue{border-color:#3da8f5;background:#3da8f5}
.com-btn.blue:hover{background:#fff;border-color:#3da8f5;color:#3da8f5;box-shadow:0 2px 10px 0 rgba(61,168,245,.27)}
.com-tit{position:relative}
.com-tit .cn{font-weight:700;color:#333}
.com-tit .en{position:absolute;z-index:-1;color:#fff;opacity: 0.3;font-family:DIN;font-weight:700;left:0;top:100%;transform:translateY(-50%);line-height:1;text-transform:uppercase}
.com-tit.white .cn{color:#fff}
.com-tit.white .en{color:rgba(255,255,255,.02)}

/* banner */
.banner picture{width:100%;height:100%;display:block;overflow:hidden}
.banner .bg{height:100vh}
.banner .banner-cont{width:100%;height:100%;position:absolute;left:0;top:0;padding-top:90px;color:#043055}
.banner .banner-cont .sm-title{font-weight:700}
.banner .banner-cont .sm-title2,.banner .banner-cont .title2,
.banner .banner-cont .en-title2{color:#fff;}
.banner .banner-cont .en-title{text-transform:uppercase}
.banner .swiper-slide-active .sm-title{animation:com-animate 1s ease both .2s}
.banner .swiper-slide-active .title{animation:com-animate 1s ease both .4s}
.banner .swiper-slide-active .en-title{animation:com-animate 1s ease both .6s}
.banner .swiper-slide-active .com-btn{animation:com-animate 1s ease both .8s}
.banner .slide-th:nth-child(2) .banner-cont .com-more,
.banner .slide-th:nth-child(5) .banner-cont .com-more{
    background: #043156 !important;
    border-color:#043156 !important; 
}
.banner .slide-th:nth-child(2) .banner-cont .com-more:hover,
.banner .slide-th:nth-child(5) .banner-cont .com-more:hover{
    background: #fff !important;
    border-color:#3da8f5 !important; 
    color: #3da8f5;
}
.banner .slide-th:nth-child(3) .banner-cont{
    color: #FFFFFF !important;
}
.banner .slide-th:nth-child(4) .banner-cont .three{
    color: #FFFFFF !important;
}
.banner-nav{bottom:48px;z-index:11;position:absolute;width:100%}
.banner-nav .swiper-pagination{position:static}
.banner-nav .mouse{position:absolute;right:0;bottom:48px;display:inline-flex;color:rgba(255,255,255,.5);flex-direction:column;align-items:center;animation:toggleMove 1.5s infinite;cursor:pointer}
.banner-nav .mouse span{transform:rotate(90deg);display:inline-block;font-weight:700;letter-spacing:.2em}
.banner-nav .mouse i{display:block;background:url("../image/mouse.png"/*tpa=http://yph.szmynet.net/__TPLTMAPE__template/default/images/mouse.png*/) no-repeat center/100%;width:19px;height:34px;margin-top:35px}
.banner .swiper-pagination-bullet{width:50px;height:10px;opacity:1;background:rgba(222,237,248,.5);border-radius:30px;position:relative;overflow:hidden}
.banner .swiper-pagination-bullet:after{content:'';width:100%;height:100%;background:#0e94c0;left:-100%;top:0;position:absolute}
.banner .swiper-pagination-bullet.active:after{left:0;transition:all 7.5s linear}
.banner .swiper-pagination-bullet:not(:first-child){margin-left:10px}
@keyframes toggleMove{0%{bottom:15px;opacity:.3}50%{bottom:10px;opacity:1}to{bottom:15px;opacity:.3}}

/* 科研创新 */
.research .bg-list{position:absolute;width:100%;height:100%}
.research .bg-list .bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;transition:all 1.5s cubic-bezier(.23,1,.32,1);opacity:0}
.research .bg-list .bg.active{opacity:1;visibility:visible}
.research .txt{max-width:600px}
.research .txt .swiper-container{width:calc(100% + 20px);padding:0 10px 10px 10px;margin-left:-10px}
.research .tab{margin-top:140px;}
.research .tab li{width:33.3%;display:flex;flex-direction:column;justify-content:center;align-items:center;height:208px;color:#fff;position:relative;cursor:pointer;z-index:1}
.research .tab li:before{ content:'';background:url("../image/research-bg.png"/*tpa=http://yph.szmynet.net/__TPLTMAPE__template/default/images/research-bg.png*/) no-repeat center/100%;width:162px;height:156px;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:-1;transition:all .6s ease;transform:scale(0)}
.research .tab li.active:before,.research .tab li:hover:before{transform:scale(1)}
.research .tab li .title{font-weight:500}
.research .tab li i{display:flex;width:100%;height:50px;align-items:flex-end;justify-content:center;transition:transform .4s ease}
.research .tab li:hover i{transform:scale(.9)}
.research .tab li:nth-child(1){background:#3da8f6;border-radius: 16px 0 0 16px;}
.research .tab li:nth-child(2){background:#0091c0}
.research .tab li:nth-child(3){background:#01709b;border-radius: 0 16px 16px 0;}
.research .tab li:nth-child(4){background:#03507c}
.research .tab li:after{content:"";width:0;height:0;border-left:13px solid transparent;border-right:13px solid transparent;border-bottom:16px solid #3da8f6;position:absolute;top:-16px;left:50%;transform:translateX(-50%);opacity:0;visibility:visible;transition:all .4s ease}
.research .tab li:nth-child(2):after{border-bottom-color:#0091c0}
.research .tab li:nth-child(3):after{border-bottom-color:#01709b;}
.research .tab li:nth-child(4):after{border-bottom-color:#03507c}
.research .tab li.active:after{opacity:1;visibility:visible}

/* 新闻 */
.news{background:#f6f6f6}
.news .nav a{background:#fff;color:#444;border-color:#fff}
.news .nav a+a{margin-left:20px}
.news .nav a.active,.news .nav a:hover{background:#0091bf;border-color:#0091bf;color:#fff}
.news .item{width:32%;display:block;background:#fff;border-radius:16px;overflow:hidden;transition:transform .4s ease}
.news .item picture{padding-top:60.27%;overflow:hidden}
.news .item picture img{transition:all .6s ease}
.news .item .info{padding:36px 36px 60px}
.news .item .info .title{font-weight:500;color:#444;transition:color .4s ease}
.news .item .info .desc{color:#777;}
.news .item span{display:flex;align-items:center;color:#fff;background: #0091bf; transition:color .4s ease;border-radius: 23px;justify-content: center;width: 118px;height: 48px;}
/* .news .item span i{display:block;background:url("../images/news-arrow.png"tpa=http://yph.szmynet.net/__TPLTMAPE__template/default/images/news-arrow.png) no-repeat center/100%;width:13px;height:13px;margin-right:10px;transition:all .4s ease} */
.news .item:hover{transform:scale(1.02)}
.news .item:hover .title{color:#0091bf}
.news .item:hover picture img{transform:scale(1.1)}
.news .item:hover span{color:#0091bf;background:#fff;border: 1px solid #0091bf;}
/* .news .item:hover span i{transform:translateX(5px)} */
.news .list{width:32%;background:#fff;border-radius:20px;overflow:hidden;padding:36px}
.news .list .top-tit{margin-bottom:10px}
.news .list .top-tit .title{color:#444}
.news .list .top-tit a{color:#777;transition:color .4s ease}
.news .list .top-tit a:hover{color:#0091bf}
.news .list .cell{display:block;padding:24px 0 18px;border-top:1px solid #eee}
.news .list .cell .time{color:#444;line-height:1}
.news .list .cell .title{color:#444;transition:color .4s ease}
.news .list .cell:hover .title{color:#0091bf}
.news .list .cell:last-child{padding-bottom:0}
.news section{display:none}
.news section.active{display:block}

/* 产业布局 */
.industry .map{margin-top:-20px}
.industry .map .list{position:absolute;width:100%;height:100%;left:0;top:0}
.industry .map .list li{position:absolute;color:#fff;cursor:pointer}
.industry .map .list li .name{font-weight:500;line-height:1}
.industry .map .list li i{display:inline-block;z-index:1;position:relative}
.industry .map .list li i em{width:12px;height:12px;background:#189bc5;border-radius:50%;position:relative;transition:all .4s ease;display:block;z-index:3}
.industry .map .list li.on em,.industry .map .list li:hover em{background:#c7161d}
.industry .map .list li.on i:after{background:#c7161d!important}
.industry .map .list li.on.down i{padding-top:68px}
.industry .map .list li.on.down{margin-top:30px}
.industry .map .list li.on.top i{padding-bottom:68px}
.industry .map .list li em:before{content:'';display:block;position:absolute;left:-8px;top:-8px;z-index:-1;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.2);animation:boderM 3s infinite;transition:all .4s ease}
.industry .map .list li em:after{content:'';display:block;position:absolute;left:-15px;top:-15px;z-index:-2;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.5);animation:boderM 3s .75s infinite;transition:all .4s ease}
.industry .map .list li.top i{padding-bottom:98px;transition:all .4s ease}
.industry .map .list li.top i:after{content:'';width:2px;height:97%;background:#189bc5;position:absolute;left:5px;bottom:0;z-index:2;transition:all .4s ease}
.industry .map .list li.down{display:flex;flex-direction:column-reverse;transition:all .4s ease}
.industry .map .list li.down i{padding-top:98px;transition:all .4s ease}
.industry .map .list li.down i:after{content:'';width:2px;height:95%;background:#189bc5;position:absolute;left:5px;bottom:0;z-index:2;transition:all .4s ease}
.industry .map .list li.guangzhou{right:15%;top:48%}
.industry .map .list li.huangpu{right:21%;top:48%}
.industry .map .list li.taiwan{right:13%;top:20%}
.industry .map .list li.huazhou{left:30%;top:17%}
.industry .txt{color:#fff;position:absolute;left:0;max-width:380px;top:60%}
@keyframes boderM{0%{transform:scale(.8);opacity:0}20%{opacity:1}75%{transform:scale(1);opacity:0}100%{opacity:0}}

/* 产品中心 */
.product .mid{justify-content:flex-end}
.product .thumbs button{background:0 0;color:#bfbfbf;position:absolute;top:23%;cursor:pointer;z-index:2}
.product .thumbs button.thumbs-prev{left:-30px}
.product .thumbs button.thumbs-next{right:-30px}
.product .thumbs .thumbs-slide.active .thumbs-item:after{opacity:1;visibility:visible}
.product .thumbs-item{text-align:center;display:block;position:relative;padding-bottom:50px}
.product .thumbs-item i{display:flex;align-items:flex-end;height:55px;justify-content:center;transition:transform .4s ease}
.product .thumbs-item .title{font-weight:500;color:#444}
.product .thumbs-item:hover i{transform:scale(.9)}
.product .thumbs-item:after{content:"";width:0;height:0;border-left:14px solid transparent;border-right:14px solid transparent;border-bottom:18px solid #e5ebf0;position:absolute;bottom:0;left:50%;transform:translateX(-50%);opacity:0;visibility:hidden;transition:all .4s ease}
.prod-slider{height:490px}
.prod-slider .txt{width:50%}
.prod-slider .txt .title{font-weight:500;color:#444}
.prod-slider .txt p{color:#777;position:relative;padding-left:28px}
/* .prod-slider .txt p:after{content:'';width:11px;height:11px;border-radius:50%;border:2px solid #616161;position:absolute;left:0;top:50%;transform:translateY(-50%)} */
.prod-slider .txt p>.i1{width:11px;height:11px;border-radius:50%;border:2px solid #616161;display: inline-block;position: absolute;left: 0;top: 25%;}
.prod-slider .txt p>.i2{width:11px;height:11px;border-radius:50%;border:2px solid #616161;display: inline-block;position: absolute;left: 0;top: 25%;}
.prod-slider .txt p>.i3{width:11px;height:11px;border-radius:50%;border:2px solid #616161;display: inline-block;position: absolute;left: 0;top: 25%;}

.prod-slider .pic{width:50%;padding-right:10px}
.prod-slider .swiper-pagination{right:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column}
.prod-slider .swiper-pagination-bullet{width:10px;height:10px;background:#fff;opacity:1}
.prod-slider .swiper-pagination-bullet-active{background:#84c582}
.prod-slider .swiper-pagination-bullet:not(:first-child){margin-top:20px}

/* 动画 */
.build-in-scale-fade{opacity:0;transition:opacity 1.5s cubic-bezier(.16,1,.3,1) .5s,transform 1.5s cubic-bezier(.16,1,.3,1) .5s;transform:scale(.95) translateY(40px)}
.animate.build-in-scale-fade{opacity:1;transform:scale(1) translateY(0)}
.com-tit.animate{animation:com-animate 1.5s ease both .2s}
.news .nav.animate{animation:com-animate 1.5s ease both .4s}
.product .thumbs.animate{animation:to-up 1.5s ease both .4s}
.research .tab.animate{animation:to-up 1.2s ease both .6s}
.aboutbj-site ul li.aodawan {top: 49%;left: 80%;}

.company{
    background: #f6f6f6;
}
.company .com-content{
    display: flex;
    /* justify-content: space-between; */
}
.company .com-content .com-about{
    width: 60%;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    
}
.company .com-content .com-about:hover .com-about-img{
    transform: scale(1.1);
    /* transition: all .6s ease; */
}
.company .com-content .com-about .com-about-img{
   width: 100%;
   height: 100%;
   transition: all .6s ease;
}
.company .com-content .com-about .about-box{
    position: absolute;
    bottom: 33px;
    left: 0;

}
.company .com-content .com-about .about-box .about-txt{
  display: inline;
font-weight: 400;
color: #444;
margin-left: 18px;
padding-bottom: 5px;
border-bottom: 1px solid #444;
}
.company .com-content .com-about .about-box .about-bg{
    /* background: linear-gradient(to right, #fff 70%, transparent); */
    background: rgba(255,255,255,0.7);
    font-weight: 800;
    color: #444;
    padding-left: 18px;
    padding-right: 60px;
    
}
.company .com-content .com-about .about-box img{
    padding-left: 18px;
}
.company .com-content .com-contact{
    width: 39.5%;
    margin-left: 10px;
}
.company .com-content .com-contact .con-tou{
    /* width: 39.5%; */
    /* margin-left: 10px; */
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.company .com-content .com-contact .con-tou:hover .con-tou-img{
    transform: scale(1.1);
}
.company .com-content .com-contact .con-tou .con-tou-img{
    width: 100%;
    height: 100%;
    transition: all .6s ease;
}
.company .com-content .con-tou .contact-box{
    position: absolute;
    bottom: 33px;
    left: 0;

}
.company .com-content .con-tou .contact-box .contact-txt{
    display: inline;
  font-weight: 400;
  color: #444;
  margin-left: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #444;
  }
  .company .com-content .con-tou .contact-box .contact-bg{
      
      font-weight: 800;
      color: #444;
      padding-left: 18px;
      padding-right: 60px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
  }
  .company .com-content .con-tou .contact-box img{
      padding-left: 18px;
  }
  .company .com-content .con-more{
    border-radius: 16px;
    overflow: hidden;
}
  .company .com-content .con-more .rec-more{
    
    font-weight: 400;
    color: #FFFFFF;
}
.company .com-content .con-more .rec-img{
    transform: rotate(180deg);
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .com-btn{padding: 10px 24px}
    .research .tab{margin-top: 80px}
    .research .tab li{height: 200px}
    .news .nav a + a{margin-left: 15px}
    .news .item .info{padding: 30px 25px 40px}
    .news .list{padding: 30px 25px}
    .news .list .cell{padding: 15px 0}
    .industry .map img{max-width: 86%}
    .industry .map .list li.down i{padding-top: 60px}
    .industry .map .list li.top i{padding-bottom:60px}
    .industry .map .list li.on.top i{padding-bottom: 40px}
    .industry .map .list li.on.down i{padding-top: 40px}
    .industry .map .list li.huangpu{right: 22%}
    .product .thumbs-item{padding-bottom: 30px}
    .prod-slider{height: 420px}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .banner-nav,.banner-nav .mouse{bottom: 30px}
    .section .mid{height: auto}
    .com-btn{padding: 8px 20px;font-size: 15px}
    .research .tab{margin-top: 60px}
    .news .item .info{padding:20px}
    .news .item{border-radius: 10px}
    .news .list{padding: 20px;border-radius: 10px}
    .news .list .cell .title{margin-top: 5px}
    .industry .map img{max-width: 100%}
    .product .thumbs-item i{height: 46px}
    .industry .map .list li i em{width: 8px;height: 8px}
    .industry .map .list li em:before{left: -7px;top: -7px;width: 22px;height: 22px}
    .industry .map .list li em:after{left: -13px;top: -13px;width: 34px;height: 34px}
    .industry .map .list li.down i:after,.industry .map .list li.top i:after{left: 3px}
    .industry .map .list li.taiwan{right: 14%;top: 19%}
    .industry .map .list li.guangzhou{right: 14%;top: 49%}
    .industry .map .list li.huangpu{right: 23%;top: 49%}
    .industry .map .list li.huazhou{left: 18%}
    .product .thumbs-item{padding-bottom: 20px}
    .product .thumbs-item:after{border-left-width: 10px;border-right-width: 10px;border-bottom-width: 12px}
    .prod-slider .txt .title{font-size: 24px}
    .prod-slider .txt p:after{width: 10px;height: 10px}
    .prod-slider .txt p{padding-left: 20px}
    .prod-slider .swiper-pagination-bullet:not(:first-child){margin-top: 15px}
    .research .tab li:before{width: 120px}
    .research .tab li i{height: 46px}
    .section{height: auto!important}
    .section .mid{padding: 60px 0 !important;}
    .product .mid{padding-bottom: 0!important}
    .prod-slider{height: 390px}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .banner-nav .mouse{display: none}
    .banner .bg{height: auto;min-height: 500px}
    .build-in-scale-fade{opacity: 1;transform: scale(1) translateY(0)}
    .banner .swiper-pagination-bullet{width: 40px}
    .banner .swiper-slide-active .en-title,.banner .swiper-slide-active .title,.banner .swiper-slide-active .sm-title,.banner .swiper-slide-active .com-btn{animation: none}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .research .tab li{height: 170px}
    .research .tab li i{height: 40px}
    .research .tab li:after{border-left-width: 10px;border-right-width: 10px;border-bottom-width: 10px;top: -10px}
    .research .tab{margin-top: 40px}
    .com-btn{padding: 6px 16px}
    .news .nav a + a{margin-left: 10px}
    .news .item{width: 49%}
    .news-main .in{flex-wrap: wrap}
    .news .list{width: 100%;margin-top: 15px}
    .banner .com-btn{margin-top: 30px}
    .research .cont{margin-top: 30px}
    .industry .map .list li .name{font-size: 14px}
    .product .thumbs button.thumbs-prev{left: 0}
    .product .thumbs button.thumbs-next{right: 0}
    .prod-slider{height: 350px}
    .prod-slider .txt .title{font-size: 22px}
    .prod-slider .swiper-pagination{right: 5px}
    .product .thumbs{padding: 0 30px}
    .banner .banner-cont{padding-top: 60px}
    .section .mid{padding: 50px 0}

    .company .com-content{
        display: block;
        /* justify-content: space-between; */
    }
    .company .com-content .com-about{
        margin-right: 0;
        width: 100%;
        border-radius: 10px;
    }
    .company .com-content .com-contact .con-tou,
    .company .com-content .con-more{
        border-radius: 10px;
    }
    
    .company .com-content .com-contact{
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
 
    /* .gallery .gallery-slider .prod-slider .swiper-wrapper .swiper-slide:nth-child(1) .txt p:after{
        top: 25%;
    } */
    .prod-slider .txt p>.i1{width:11px;height:11px;border-radius:50%;border:2px solid #616161;display: inline-block;position: absolute;left: 0;top: 25%;}
.prod-slider .txt p>.i2{width:11px;height:11px;border-radius:50%;border:2px solid #616161;display: inline-block;position: absolute;left: 0;top: 15%;}
.prod-slider .txt p>.i3{width:11px;height:11px;border-radius:50%;border:2px solid #616161;display: inline-block;position: absolute;left: 0;top: 25%;}
    
    
    
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .banner .bg{min-height: 400px}
    .banner .com-btn{margin-top: 20px}
    .section .mid{padding: 40px 0}
    .research .cont{margin-top: 20px}
    .research .tab li.active:after{display: none}
    .research .tab{margin-top: 30px;flex-wrap: wrap}
    .research .tab li{width: 50%;height: 140px;border-radius: 0 !important;}
    .news .nav a + a{margin-left:6px}
    .news .nav a{padding: 5px 10px;font-size: 14px}
    .news .nav{justify-content: space-between;margin-top:10px}
    .news .item{width: 100%}
    .news .item:not(:first-child){margin-top: 15px}
    .news .item .info{padding:20px 15px}
    .news .item .info .desc{margin-top: 10px}
    .news #news_pb{
        padding: 60px 0 0 !important;
    }
    .industry .map{margin: 20px 0 0}
    .industry .map .list li i:after{display: none!important}
    .industry .map .list li i{padding: 0!important;margin-right:5px}
    .industry .map .list li.on.down{margin-top:10px}
    .industry .map .list li em:before,.industry .map .list li em:after{display: none}
    .industry .map .list li{flex-direction: row!important;align-items: center;display:flex}
    .industry .txt{position: static;width: 100%;max-width:100%}
    .industry .map .list li{position: static;margin:10px 0 0 10px}
    .industry .map .list{width: 100%;display: flex;align-items: center}
    .industry .map .list ul{display: flex;flex-wrap: wrap;margin: -10px 0 0 -10px}
    .product .thumbs button svg{width: 20px;height: 20px}
    .product .thumbs-item i{height: 40px}
    .product .thumbs-item .title{margin-top: 5px}
    .prod-slider{height: auto}
    .prod-slider .txt{width: 100%}
    .prod-slider .pic{width: 100%;margin-top: 30px}
    .prod-slider .in{padding: 30px 0}
    .prod-slider .txt .title{font-size: 20px}
    .prod-slider .swiper-pagination-bullet{width: 8px;height: 8px}
    .prod-slider .swiper-pagination-bullet:not(:first-child){margin-top: 10px}
    .prod-slider .txt .com-btn{margin-top: 15px}
    .product .thumbs{padding: 0 20px}
    .product .thumbs .swiper-wrapper{
        justify-content: start !important;
    }
    
}
@media all and (max-width:375px) {
    .prod-slider .txt p>.i1{width:11px;height:11px;border-radius:50%;border:2px solid #616161;display: inline-block;position: absolute;left: 0;top: 15%;}
    .prod-slider .txt p>.i2{width:11px;height:11px;border-radius:50%;border:2px solid #616161;display: inline-block;position: absolute;left: 0;top: 15%;}
    .prod-slider .txt p>.i3{width:11px;height:11px;border-radius:50%;border:2px solid #616161;display: inline-block;position: absolute;left: 0;top: 25%;}
      
}