@font-face {
    font-family: 'OpenSans';
    src: url('../font/OpenSans-Regular.eot');
    src: url('../font/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/OpenSans-Regular.woff') format('woff'),
    url('../font/OpenSans-Regular.woff2') format('woff2'),
    url('../font/OpenSans-Regular.ttf') format('truetype'),
    url('../font/OpenSans-Regular.svg#OpenSans') format('svg');
    font-weight: normal;  font-style: normal;
}

* {margin: 0;padding: 0;}
body, html {
    color: #767676;background-color: #fff;
    font: 19px/1.8 OpenSans, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    overflow-x: hidden;
}
a, a:hover, a:focus {text-decoration: none;}
a:hover {opacity: 0.8;}
button, textarea, input, button:focus, textarea:focus, input:focus {border: 0;outline: none;resize: none;}
ul {list-style: outside none none;margin: 0;padding: 0;}
p, h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;}
em, i {font-style: normal;}
button {outline: none;}

/*head*/
.head-top{padding: 10px 0;}
.search-box{display: none}
.top-search{
    display: inline-block;
    position: relative;
    border: 2px solid #2395f6;
    border-radius: 30px;
    overflow: hidden;
    padding-right: 55px;
    background-color: #2395f6;
}
.top-search input{
    border: 0;
    display: inline-block;
    min-width: 300px;
    background-color: #fff;
    border-radius: 0;
}
.top-search button{
    display: inline-block;
    background-color: #2395f6;
    color: white;
    border: 0;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 55px;
}
.top-search button:hover{
    opacity: 0.8;
}
.head-top .collect-cart li{
    display: inline-block;
    padding-left: 12px;
}
.head-top .collect-cart li a{
    display: inline-block;
    position: relative;
}
.head-top .collect-cart li a i{
    position: absolute;
    display: inline-block;
    background-color: #f7a501;
    color: white;
    font-size: 12px;
    border-radius: 40px;
    bottom: -6px;
    left: 12px;
    padding:0 3px;
}
.head-top .collect-cart li a > span{
    display: inline-block;
    padding-left: 12px;
    color: #333e48;
    font-weight: bold;
}
.menu {background-color: #f7a501;width: 100%;z-index: 999;}
.menu .menu-list{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.menu .menu-list li{
    position: relative;pointer-events:all;
}
.menu .menu-list > li a{
    color: white;
    padding: 7px 20px;
    display: inline-block;
    font-size: 20px;
}
.menu .menu-list > li.active > a,
.menu .menu-list > li:hover > a{
    font-weight: bold;
    background-color:#2395f6;
    opacity: 1;
}
.menu .menu-list li .second{
    left: auto;
    padding: 0;
    top: 100%;
    visibility: hidden;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    /*width: 100%;*/
}
.menu .menu-list li .second li{
    display: block;
    width: 100%;
}
.menu .menu-list li .second a{
    background-color: #fff;
    color: #37424c;
    padding: 10px 8px;
    width: 100%;
    display: block;
    white-space: nowrap;
    font-size: 17px;
}
.menu .menu-list li .second a i{
    display: inline-block;
    margin-right: 3px;
}
.menu .menu-list li .second a .leaf-b,
.menu .menu-list li .second a:hover .leaf-g{
    display: none;
}
.menu .menu-list li .second a .leaf-g,
.menu .menu-list li .second a:hover .leaf-b{
    display: inline-block;
}
.menu .menu-list li .second a:hover{
    background-color: #e8f5fe;
    opacity: 1;
}
/*end head*/

/*footer*/
footer .return_top{
    position: fixed;
    right: 20px;
}
footer .return_top a{
    display: inline-block;
    width: 26px;
    height: 27px;
    text-align: center;
    background-color: #f7a501;
    color: white;
    z-index: 9999;
}
.footer-top{background-color: #2395f6;padding: 12px 0}
.footer-top p{
    color: white;margin-right: 40px;
}
.footer-top .bottom-search{
    display: inline-block;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    padding-right: 100px;
    background-color: #f7a501;
}
.footer-top .bottom-search input{
    border: 0;
    display: inline-block;
    min-width: 150px;
    background-color: #fff;
    border-radius: 0;
}
.footer-top .bottom-search button{
    display: inline-block;
    background-color: #f7a501;
    color: white;
    border: 0;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 100px;
}
.footer-top .bottom-search button:hover{opacity: 0.8;}
.bottom-menu {padding:20px 0}
.bottom-menu .log-b img{max-width: 100px}
.bottom-menu ul li{display: inline-block;padding:0 12px}
.bottom-menu ul li a{color: #585858;font-size: 18px}
.bottom-bottom{background-color: #eaeaea;padding: 12px 0}
.bottom-bottom p{color: #606572}
.bottom-bottom p a{color: #606572;text-decoration: underline}
.bottom-bottom ul li{display: inline-block;margin-left: 30px}
/*footer end*/

/*index*/
.banner,
.page-banner,
.index .hot-product,
.service .center-part,
.index .bhh{margin-bottom: 80px}


.index .bhh h2{
    display: inline-block;
    position: relative;
    left: -30px;
    background-color: rgba(247, 165, 1, 0.70);
    padding: 8px 22px;
    color: #ffffff;
    font-size: 26px;
    font-style: italic;
    border-bottom-right-radius: 20px;
    margin: 30px 0;
}
.index .bhh h2:before{
    width: 20px;
    height: 100%;
    background-color: #f7a501;
    content: " ";
    position: absolute;
    left: -20px;
    top: 0;
}
.center-part h3 span{
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 40px;
    margin-left: 20px;
    z-index: 9;
}
.center-part h3 span:after{
    width: 100%;
    /*height: 2px;*/
    border-bottom:3px solid rgba(247, 165, 1, 1);
    content: " ";
    top: 50%;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
}
.index .bhh h3 span:before{
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #f7a501;
    content: " ";
    position: absolute;
    left: -20px;
    transform: translateY(-50%);
    top: 50%;
}
.index .bhh p{
    margin-bottom: 40px;
    color: #343f4a;
}
.index .hot-product h4{
    text-align: center;
    border-bottom: 1px solid #e9e8e7;
    margin-bottom: 40px;
}
.index .hot-product h4 span{
    font-size: 22px;
    color: #1b2732;
    text-align: center;
    display: inline-block;
    border-bottom: 2px solid #f7a501;
    padding-bottom: 15px;
}
.index .hot-product .product-one{
    position: relative;
    padding: 15px;
    border: 2px solid #f7a501;
    border-radius: 20px;
}
.index .hot-product .product-one .name{
    color: #2d3943;
    font-size: 18px;
}
.index .hot-product .product-one .circle-discount{
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #f7a501;
    color: #ffffff;
    border-radius: 50%;
    padding:25px 9px;
    text-align: center;
}
.index .hot-product .product-one .circle-discount i{display: block;line-height: 20px;font-size: 13px}
.index .hot-product .product-one .add-cart{text-align: center;margin: 15px 0}
.index .hot-product .product-one .add-cart a{
    display: inline-block;
    background-color: #f7a501;
    color: white;
    border-radius: 30px;
    padding: 3px 15px;
}
.index .hot-product .product-one .add-cart a:last-child{
    background-color: #007bff;
}
.index .hot-product .product-one .desc{
    color: #2d3943;
    font-weight: bold;
    margin-bottom: 15px;
}
.index .hot-product .product-one .price{text-align: center}
.index .hot-product .product-one .price .new{
    font-size: 20px;
    font-weight: bold;
    color: #f7a501;
    display: inline-block;
    margin-right: 10px;
}
.index .hot-product .product-one .price .old{text-decoration: line-through}
.index .hot-product .product-one,
.hot-product .product-list .col-6{
    margin-bottom: 30px;
}
.index .hot-product .product-list .col-6:nth-child(2),
.index .hot-product .product-list .col-6:nth-child(5){
    border-left: 1px solid #e9e8e7;
    border-right: 1px solid #e9e8e7;
}
.hot-product .product-info .desc{
    color: #2d3943;
    padding: 10px 0;
    line-height: 22px;
}
.hot-product .product-info .img-text img{
    transition: all 0.8s;-webkit-transition: all 0.8s;
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.hot-product .product-info:hover .img-text img{transform: scale(1.2);}
.hot-product .product-info .img-text{
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}
.hot-product .product-info .img-text .bg-add{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: rgba(66, 76, 85, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    text-align: center;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.hot-product .product-info .img-text .bg-add .box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.hot-product .product-info:hover .img-text .bg-add{
    opacity: 1;
}
.hot-product .product-info .img-text .bg-add a{
    display: inline-block;
    padding: 8px 12px;
    color: white;
}
.hot-product .product-info .img-text .bg-add a.add-cart{background-color: #f7a501}
.hot-product .product-info .img-text .bg-add a.add-collect{background-color: #2395f6;margin-bottom: 10px}
.hot-product .product-info .price{
    color: #2d3943;
    font-size: 22px;
}
.hot-product .product-info .price .new{
    color: #f7a501;
    font-size: 22px;
    display: inline-block;
    padding-right: 5px;
}
.hot-product .product-info .price .old{
    text-decoration: line-through;
    color: #767676;
    font-size: 15px;
}
.hot-product .product-info .go{
    display: inline-block;
    background-color: #efefef;
    padding:2px 8px;
    border-radius: 50%;
    color: #989ca6;
}
.hot-product .product-info{
    cursor: pointer;
}
.hot-product .product-info:hover .go{
    background-color: #f7a501;
    color: white;
}
.hot-product .product-info .go:hover{
    background-color: #f7a501;
    color: white;
}

.hot-product .product-one .go{
    display: inline-block;
    background-color: #efefef;
    padding:2px 8px;
    border-radius: 50%;
    color: #989ca6;
}
.hot-product .product-one .go:hover{
    background-color: #f7a501;
    color: white;
}
/*index*/

/*about*/
.page-banner{position: relative;}
.page-banner > div{
    position: relative;
}
.page-banner p{
    position: absolute;width: 100%;text-align: center;top: 50%;transform: translateY(-50%);
    color: #ffffff;
    font-weight: bold;
    font-size:32px;
    letter-spacing: 6px;
}
.about .center-part p{margin-bottom: 15px;color: #343f4a;}
.about .center-part h3 span{margin: 40px 0;}
.about .center-part .our-target{
    display: inline-block;
    padding: 20px 20px 20px 70px;
    background-color: #f7a501;
    color: white;
    position: relative;
    top: -45px;
    max-width: 470px;
}
.about .center-part .our-target img{position: absolute;left: 20px;}
.about .center-part .our-target h3 span{color: #ffffff;margin: 0 0 40px}
.about .center-part .our-target h3 span:after{border-bottom-color: rgba(255, 255, 255, 0.4)}
.about .center-part .our-target p{color: white}
/*end about*/

/*service*/
.service .center-part .box-our-service{
    padding: 30px;
    position: absolute;
    width: 720px;
}
.service .center-part .box-our-service ul{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 10px #dfdfdf;
}
.service .center-part .box-our-service ul li{
    padding: 30px;
    display: inline-block;
    z-index: 8;
}
.service .center-part .box-our-service ul li:first-child{background-color: #f7a501;}
.service .center-part .box-our-service ul li:first-child h3{
    white-space: nowrap;
    color: white;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin-top: 15px;
}
.service .center-part .box-our-service ul li:last-child{background-color: white;}
.service .center-part .box-our-service ul li:last-child p{
    color: #343f4a;
    z-index: 9;
}
/*end service*/
/*news*/
.news .news-box .top,
.news .news-box .center{
    position: relative;
    padding-left: 100px;
}
.news .news-box .l-p{
    position: absolute;
    left: 0;
    top: 0;
}
.news .news-box .top .l-p{top:-20px}
.news .news-box .top .l-p p{font-size: 22px;color: #343f4a;}
.news .news-box .top .r-p p{
    width: 100%;
    height: 1px;
    background-color: #e8e8e6;
}
.news .news-box .top .r-p p i{
    display: inline-block;width: 100px;background-color: #f7a501;height:3px;
    position: relative;
    top: -18px;
}
.news .news-box .center{
    margin:40px 0 50px;
}
.newsdetail .news-box .center{margin: 0 0 50px}
.news .news-box .center .l-p p span{color: #343f4a;display: block;line-height: 24px}
.news .news-box .center .l-p p span b{font-weight: bold;font-size: 26px}
.news .news-box .center .r-p h4 a{color: #000;margin-bottom: 30px;display: block}
.news .news-box .center .r-p p{color: #343f4a;margin-bottom: 30px}
.news .news-box .center .r-p .read-more{
    display: inline-block;
    color: white;
    background-color: #f7a501;
    border-radius: 30px;
    padding: 7px 40px;
}
.news .bottom-page{
    border-top: 1px solid #e8e8e6;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 60px;
}
.news .bottom-page ul li a{color: #767676;font-size: 18px}
.newsdetail .news-box .center .r-p .bottom-page a{color: #767676;font-size: 22px;background-color: transparent;padding: 0}
.newsdetail .news-box .center .l-p p:first-child{font-size: 22px;margin-bottom: 10px;color: #343f4a}
.newsdetail .text-box h4{color: black;margin-bottom: 18px}
.bread-list{padding-top: 15px;}
.bread-list ul li a{color: #f7a501;font-size: 16px}
/*end news*/
/*product*/
.buy .center-part,
.product .center-part{margin-bottom: 80px}
.buy .left-list,
.product .left-list{
    display: block;
    border: 2px solid #cdcdcd;
    border-radius: 30px;
}
.buy .left-list p,
.product .left-list p{
    font-size: 24px;
    padding: 15px;
    color: #343f4a;
    border-bottom: 1px solid #cdcdcd;
}
.buy .left-list ul,
.product .left-list ul{
    margin:5px 15px 15px;
}
.buy .left-list ul li:hover a,
.buy .left-list ul li.active a,
.product .left-list ul li:hover a,
.product .left-list ul li.active a{
    color: #f7a501;
}
.buy .left-list ul li a,
.product .left-list ul li a{
    color: #343f4a;
    display: block;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 0;
    font-size: 18px;
}
.buy .left-list ul li:last-child a,
.product .left-list ul li:last-child a{
    border-bottom: 0;
    padding-bottom: 0;
}
.buy .product-list,
.product .product-list{padding-left: 50px}
.buy .product-list .title h3,
.product-list .title h3{border-bottom: 1px solid #cdcdcd;margin-bottom: 40px}
.product-list .title h3 span{font-style: normal;margin: 0;padding-bottom: 20px}
.product-list .product-info{margin-bottom: 20px;}
.product .product-list .product-info .img-text img{
    transition: all 0.8s;-webkit-transition: all 0.8s;
    object-fit: contain;
      max-height: 500px;
    max-width: 100%;
}
/*.product .product-list  .product-info:hover .img-text img{transform: scale(1.2);}*/
.product .product-list  .product-info .img-text{
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}
.product .product-list .product-info .img-text .owl-carousel .owl-item img{display: inline-block}
.product .product-list .product-info .img-text .owl-theme .owl-dots .owl-dot.active span,
.product .product-list .product-info .img-text .owl-theme .owl-dots .owl-dot:hover span{background-color: #007bff}
.product .product-list  .product-info .img-text .one-product-slide{text-align: center}
.product .product-list  .product-info .img-text .collect-info{
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
    padding: 4px 10px;
    border: 2px solid #f7a501;
    border-radius: 50%;
    color: #f7a501;
}
.product .product-list  .product-info .img-text .bg-add{
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*left: 0;*/
    /*background-color: rgba(66, 76, 85, 0.7);*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*opacity: 0;*/
    cursor: pointer;
    text-align: center;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    border-radius: 20px;
    overflow: hidden;
}
/*.product .product-list  .product-info .img-text .bg-add .box{*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    /*width: 100%;*/
/*}*/
/*.product .product-list  .product-info:hover .img-text .bg-add{*/
    /*opacity: 1;*/
/*}*/
.product .product-list  .product-info .img-text .bg-add a{
    display: inline-block;
    padding: 4px 10px;
    color: white;background-color: #f7a501;
    font-size: 18px;
}
.product .product-list  .product-info .img-text .bg-add a.info{
    background-color: #2395f6;
}
.product .product-list  .product-info .title{
    font-size: 24px;
    font-weight: bold;
    color: black;
    text-align: center;
}
.product .product-list  .product-info .desc{
    margin: 20px 0;
    text-align: left;
}
.product-list  .page-list{margin-bottom: 20px;}
.product-list .page-list li{
    min-width: 35px;
    min-height: 35px;
}
.product-list .page-list li a{
    display: inline-block;
    padding:2px 10px;
    margin: 6px;
    background-color: #eaf4fe;
    border-radius: 50%;
}
.product-list .page-list li.active a,
.product-list .page-list li:hover a{
    font-size: 17px;
    color: white;
    background-color:#2395f6 ;
    padding:2px 12px;
}
/*end product*/
/*buy*/

/*end buy*/
/*contact*/
.contact .center-part h3{    border-bottom: 1px solid #cdcdcd;margin-bottom: 40px;}
.contact .center-part h3 span {
    font-style: normal;
    margin-left: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.contact .center-part h3 span:after{width: 60%}
.contact form .form-control{
    border-radius: 30px;
    padding: 15px;
}
.contact form .submit{
    display: inline-block;
    padding: 5px 40px;
    background-color: #f7a501;
    color: white;
    font-size: 18px;
    border-radius: 30px;
    margin: 15px 0 20px;
}
.contact .company-addr {margin-bottom: 60px}
.contact .company-addr h4 {border-bottom: 1px solid #cdcdcd;margin-bottom: 20px;}
.contact .center-part h4 span {
    font-style: normal;
    margin-left: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #343f4a;
}
.contact .center-part h4 span:after{
    width: 100%;
    border-bottom: 3px solid rgba(247, 165, 1, 1);
    content: " ";
    top: 50%;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
}
.contact .company-addr p{color: #343f4a;}
/*contact end*/
/*member*/
.member .center-part{margin-bottom: 60px}
.member .member-bg{padding-right: 0}
.member .member-bg form{
    background-color: white;
    box-shadow: 1px 1px 10px #c6c8ca;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    height: 100%;
    padding:80px 30px;
}
.member .r-p{padding-left: 0;}
.member .img-box img{width: 100%;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.member form .form-control{padding: 20px;font-size: 17px;margin-bottom: 20px}
.member form .input-code{position: relative}
.member form .input-code input{padding-right:100px}
.member form .input-code a{position:absolute;right: 10px;
    top: 50%;transform: translateY(-50%);font-size: 17px}
.member form .submit a{display: block;color: #ffffff;text-align: center;padding: 15px;font-size: 17px;
    background: linear-gradient(-90deg, #085eff, #6fb2ff);
    box-shadow: 1px 1px 10px rgba(111, 178, 255, 0.79);
    margin-top: 30px;
    margin-bottom: 15px;
}
.member form .forget-reg a{color: #767676;font-size: 16px}
/*member end*/
/*buy detail*/
.buydetail .product-list .relative-product .col-6:nth-child(2){
    border-left: 1px solid #e9e8e7;
    border-right: 1px solid #e9e8e7;
}
.buydetail .product-img{
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #e9e8e7;
    text-align: center;
    padding: 20px;
}
.buydetail .product-img i{position: absolute;right: 15px;
    top: 15px;}
.buydetail .product-img i img{width: 20px;cursor: pointer}
.buydetail .right-info {margin: 20px 0;}
.buydetail .right-info p:first-child{
    color: #000;font-size: 24px}
.buydetail .right-info p:nth-child(2){color: black;font-size: 28px}
.buydetail .right-info .u01 li{
    margin-bottom: 6px;
    position: relative;padding-left: 55px;display: block}
.buydetail .right-info .u01 li i{position: absolute;left: 0}
.buydetail .right-info .u01 li span{color: #343f4a}
.buydetail .right-info .u01 li select{
    padding:9px 20px;border-radius: 30px;border: 1px solid #e9e8e7;
}
.buydetail .right-info .u01 li input{padding:6px 20px;border-radius: 30px;border: 1px solid #e9e8e7;display: inline-block;width: 110px}
.buydetail .right-info .u02 li{padding-right: 12px;padding-top: 10px }
.buydetail .right-info .u02 li a{padding: 8px 15px;color: white;border-radius: 25px;display: inline-block}
.buydetail .right-info .u02 li a img{width: 18px;margin-right: 3px;display: inline-block}
.buydetail .right-info .u02 li:first-child a{background-color: #f7a501}
.buydetail .right-info .u02 li:nth-child(2) a{background-color: #46af5a}
.buydetail .right-info .u02 li:nth-child(3) a{background-color: #2196f6;border-radius: 50%;}
.buydetail .right-info .u02{}
.buydetail .description{margin:40px 0;}
.buydetail .description .nav{
    border: 1px;
    text-align: center;
    justify-content: center;
    position: relative;
    top: 18px;
}
.buydetail .description .nav .nav-link{
    background-color: #ffffff;
    border: 1px solid #e9e8e7;
    color: #343f4a;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 30px;
    padding: 6px 45px;
}
.buydetail .description .nav .nav-link.active{
    background-color: #2196f6;
    border: 1px solid #e9e8e7;
    color: white;
}
.buydetail .description .tab-content{padding: 45px 30px 30px;border-radius: 20px;
    border: 1px solid #e9e8e7;}
.buydetail .description .tab-content .tab-pane ul li{
    position: relative;
    padding-left: 100px;
    margin-bottom: 6px;
}
.buydetail .description .tab-content .tab-pane ul li i{
    position: absolute;
    left: 0;
}
.buydetail .relative-product{margin-bottom: 45px}
/*buy detail end*/

.lageA  #wpcc_widget_inner  span a{color: #333e48;
    font-size: 18px;
   }
.lageA  #wpcc_widget_inner  span.wpcc_current_lang a{ font-weight: bold;color: #f7a501;}






