@font-face {
    font-family: 'Montserrat-Black';
    src: url('/public/font/Montserrat-Black-2.otf');
}
@font-face {
    font-family: 'Bahnschrift';
    src: url('/public/font/bahnschrift.ttf');
}
@font-face {
    font-family: 'Inria';
    src: url('/public/font/InriaSans-Regular.otf');
}
@font-face {
    font-family: 'Archivo';
    src: url('/public/font/ArchivoBlack-Regular.ttf');
}
@font-face {
    font-family: 'Montserrat';
    src: url('/public/font/Montserrat-Regular-8.otf');
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/public/font/Montserrat-Medium-7.otf');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/public/font/Montserrat-Bold-3.otf');
}
@font-face {
    font-family: 'Aku';
    src: url('/public/font/Aku.otf');
}
@font-face {
    font-family: 'Archivo';
    src: url('/public/font/ArchivoBlack-Regular.ttf');
}
@font-face {
    font-family: 'Paytone';
    src: url('/public/font/Paytone-One.ttf');
}

body{
    position: relative;
}
#cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    mix-blend-mode: difference;
    z-index: 9999999;
    transition: all .5s ease-out;
}
#cursor .cursor__inner {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #982dfa;
    opacity: 1;
    display: block;
    border: 0;
    transform: scale(1);
    
    transition: all .5s ease-out;
}
/* PC导航 */
#pc-header .logo img{max-width:none;max-height:88px;transition: all .3s ease-in-out;}
#pc-header .navbar{background:#FFF;-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.03); box-shadow:0px 1px 1px rgba(0, 0, 0, 0.03);z-index:9;background: #000000;}
#pc-header .nav li.active ul li a {color:#ffff;}
#pc-header .nav li.active a,#pc-header .nav li:hover a i.line{transform: scaleX(1)}
#pc-header .nav li a{color:#fff;position:relative;font-weight:bold;font-family: Montserrat;
    padding: 0 1.5vw;
    font-size: 1vw !important;line-height: 1.8vw}
/* #pc-header .nav li a:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-bottom: 3px solid #FD9251;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    position: relative;
    padding: 0 1.5vw;
    font-size: 1vw !important;
    font-family: Source Han Sans SC !important;
    color: #FFFFFF;
    line-height: 1.5vw;
} */
#pc-header .nav li:hover .showBox{visibility: visible;opacity: 1;pointer-events: all;}
#pc-header .nav li a i.line {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    background-color: #ffff;
    height: 0.3rem;
    width: 0;
    display: block;
    transform: scaleX(0);
    transition: all 0.5s;
    left: 30%;
    top: 88%;
    border-radius: 0.2rem;
}
#pc-header .nav li a i.line{
    width: 20% !important;left: 40%;z-index: 666;
}
#pc-header .nav li a:hover:after,#pc-header .nav li a.active:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

#product .owl-item :hover{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1.05, 1.05);
    
}
.nav-menu ul{
    width: 100% !important;
}
#product .owl-carousel .owl-stage{
    margin-top: 20px;
    margin-bottom: 20px;
}
/* #pc-header .nav li:last-child a{padding:0 0 0 20px;} */
#pc-header .nav li ul {top:4.5vw;padding:0;}
#pc-header .nav li.active a,#pc-header .nav li a:hover,#pc-header .nav li:hover a.first-level{color:#fff;opacity: 1;
}
#pc-header .logo:hover img,.item-5 img:hover{
    opacity: 1;
  
    transform: scale(1.05);
}
.drop-menu li a{
    color: #000000 !important;
}
#pc-header .nav li ul{background:#FFF;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;}
#pc-header .nav li ul li a {background:#FFFFFF;line-height:54px;font-size:0.8vw !important;font-weight:normal;display:block;width:100%;text-align:center;font-family: HarmonyOS Sans SC;
    font-weight: 900;
    color: #000000;}
#pc-header .nav li ul li a:hover{background:#000;color:#fff !important;}
.link__inner {
    overflow: hidden;
    position: relative;
    display: block;
    
}
.link__default-text,.link__hover-text {
    display: block;
    position: relative;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-duration: .5s;
    font-family: 'Archivo';
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    font-size: 1.1vw;
}
.link__hover-text {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(125%);
}
.link__inner:hover .link__hover-text {
    transform: none;
}
 .link__inner:hover .link__default-text {
    transform: translateY(-125%)
}
/* 最顶部 */

/* 首次弹窗 */
.agelimit {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.85);
}
.welcome-box {
    position: absolute;
    max-width: 640px;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 16px;
    color: #4FC5D5;
    background-color: #fff;
    height: 375px;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
}

.welcome-box .welcome-icon p {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 36px;
}
.welcome-box p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 11px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    color: #4FC5D5;
}
.welcome-box .btn {
    width: 35%;
    max-width: 320px;
    height: 48px;
}
.btn {
    color: #fff;
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: none;
    border-radius: 38px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    background-color: #FD9251;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    /* -webkit-tap-highlight-color: initial; */
}
.welcome-box .btn-border {
    max-width: 320px;
    width: 35%;
    height: 60px;
    margin-top: 25px;
    margin: 4%;
    font-weight: bolder;
}
.btn-border {
    background: #4FC5D5;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
    border: 1px solid #4FC5D5;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 17px;
    border-radius: 8px;
}
#notPass {
    background: #FFFFFF;
    height: 60px;
    line-height: 38px;
    overflow: hidden;
    border: 1px solid #4FC5D5;
    color: #4FC5D5;
    font-weight: 500;
    font-size: 17px;
}

/* 语言 */

/* pc搜索图标 */
#pc-header .searchBar{position:absolute;top:32px;right:120px}
#pc-header a.search-ico i{font-size:25px;color:#6E6E6E;}
#pc-header .language{position:absolute;top:37px;right:120px}
/* 购物车图标 */
#pc-header .shopBar{position:absolute;top:37px;right:80px}
#pc-header a.shop-ico i{font-size:18px;color:#6E6E6E;}

/* 登入后状态 */
.log-in{position:absolute;top:29px;right:5px}
.log-in .drop-menu {margin:12px 0 0;min-width:100px;border-radius:5px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.075); box-shadow:0 6px 12px rgba(0,0,0,.075) }
.log-in .drop-menu li{padding: 0 10px;height: 32px;text-align: center;}
.log-in .drop-menu li a{position: relative;height: 32px;line-height: 32px;}
.log-in .drop-menu li a:hover,.drop-menu a:focus {color:#2D2D2D;background: unset;}
.log-in .button-group span {display:inline-block;line-height:24px;height:24px;width:24px}
.log-in .button-group ul:before {position:absolute;top:-8px;left:50px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
.log-in .button-group ul:after {position:absolute;top:-8px;left:50px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #e9e8e8;border-left:8px solid transparent;content:'';}
.log-in .button-group .button {padding:0;line-height:18px;font-size:20px}
.log-in .button-group .drop-menu {padding: 10px 0; left: -40px;border-top:0px solid #ff0000;-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.075);box-shadow: 0px 8px 10px rgba(0,0,0,.05);border-radius:4px;}
.log-in a.user-ico{width:32px;height:32px;line-height:32px;background:#ECEFF5;display:block;}
.log-in a.user-head{width:32px;height:32px;overflow:hidden;display:block;}
.log-in a.user-head img{width:32px;height:32px;}
/* 登入后状态 end*/

/* 注册登录切换 */
.register .tab{font-size:0}
.register .tab li{cursor:pointer;display:inline-block;position:relative;font-size:20px;width:60px;color:#666;margin:0 0 40px 0}
.register .tab li::before{background:#ccc;content:'';position:absolute;bottom:-10px;left:0;width:100%;height:3px;border-radius:3px;transition:transform .3s;}
.register .tab li.cur{color:#ff9600}
.register .tab li.cur::before{background:#ff9600;content:'';position:absolute;bottom:-10px;left:0;width:100%;height:3px;border-radius:3px;transition:transform .3s;}

.register .line{margin:0px;padding:0;position: relative; text-align: center;}
.register .line span{display: inline-block; padding: 0 20px; position: relative; z-index: 200;}
.register .line hr{-moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #E2E2E2 -moz-use-text-color -moz-use-text-color; border-image: none; border-style: solid none none; margin-top:10px; position: absolute; top:0; width: 100%;}

.register .bnt-login{margin:0 auto;text-align:center}
.register .bnt-login a{display:inline-block;color:#fff;font-size:22px;width:48px;height:48px;text-align:center;line-height:48px;margin-right:10px;border-radius:30px}
.register .bnt-login a:hover{opacity:0.8}
.register .bnt-login a.weixin{background:#38B624}
.register .bnt-login a.qq{background:#1F92DF}
.register .bnt-login a.weibo{background:#FF6000}
/* 注册登录切换 end*/

/* 弹出搜索 begin */
.searchBar-m {display:none;width:100%;height:100%;position:fixed;top:0px;z-index:9999;text-align:center}
.searchBar-m .mask {position:absolute;left:0;right:0;width:100%;height:100%;background:#000;opacity:0.8;}
.searchBar-m a {display:block;position:absolute;right:5%;top:5%;width:60px;height:60px;line-height:56px;font-size:48px;z-index:9999;color:#fff;}
.searchBar-m a:hover{color:#ff9600}
.searchBar-m .form-group {width:70%;max-width:720px;position:absolute;left:50%;top:40%;transform:translate(-50%,-200%);}
.searchBar-m .input{width:88%;background:transparent;border:0;border-bottom:2px solid #f2f2f2;color:#6E6E6E;height:60px;line-height:60px;float:left;padding:0}
.searchBar-m .button {width:8%;height:60px;line-height:60px;border-bottom:2px solid #f2f2f2;display:block;float:left;background:url(../images/ico-search-button.png) no-repeat center 50%;text-indent:-2000px}
.searchBar-m .button:hover{background:url(../images/ico-search-button.png) no-repeat center 50%;}
/* 弹出搜索 end */
#ff h2{
    font-size: 0.7vw;
    font-family: Montserrat;
    color: #B1B1B1;
    line-height: 1.2vw;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.5vw;
}
#ff a{
    text-decoration: underline;
    font-size: 0.8vw;
    font-family: Montserrat;
    font-weight: 500;
    text-decoration: underline;
    color: #B1B1B1;
}
#ff{
    
  padding: 2.5%;
}
#pc-header .nav li .showBox{
    position: absolute;
    top: 96%;
    width: 100%;
    padding: 3% 5%;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    right: 0%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #333333;
    display: flex;
    align-items: center;
   
    
    /* pointer-events: none; */
}
#nav{
    position:initial;
}
#pc-header .nav li .showBox .left {
    padding: 0;
    height: 100%;
    display: flex;
    line-height: initial;
    color: #fff;
    width: 38%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    
  
}
#nav_right{
    padding: 0 4%;
}
#nav_right .x6{
    padding: 0 3%;
}
#nav_right .x6 .p_show_img{
    width: 100%;
    height: 14vw;
    overflow: hidden;
    border-radius: 0.5vw;
}
#nav_right .p_show_img img{
    width: 100%;
    transition: transform 0.6s ease;
}
#nav_right .x6 .p_show_img:hover img{
    transform: scale(1.05);
  }
#pc-header .nav li .showBox .left a{
   
    text-align: center;
    font-family: Inter;
    font-size: 1.2vw !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20%;
}
#pc-header .nav li .showBox .left a:hover{
    text-decoration-line: underline;
}
.clearfix{
    padding: 3%;
    padding-left: 15%;
    padding-right: 15%;
}
.clearfix .x3{
    text-align: center;
}
.clearfix .x3 h2{
    font-size: 1vw;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #000000;
    padding-top: 6%;
}
.nav_list_img{
    width: 60%;
    margin-left: 20%;
    height: 9vw;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
    transition: box-shadow 0.3s ease-in-out;
}
.nav_list_img:hover{
    box-shadow: 0 0 30px #FFFFFF;
}
.nav_list_img img{
    width: 50%;
}
.slideshow {
    position: absolute;
    overflow: hidden;
    background-color: #000000;
    width: 300%;
    height: 300%;
    left: -120%
}

.slideshow .slide-item {
    position: absolute;
    transform: rotate(20deg);
}

.slideshow .slide-item:nth-of-type(1) {
    top: -11%
}

.slideshow .slide-item:nth-of-type(2) {
    top: 0%
}

.slideshow .slide-item:nth-of-type(3) {
    top: 11%
}

.slideshow .slide-item:nth-of-type(4) {
    top: 22%
}

.slideshow .slide-item:nth-of-type(5) {
    top: 33%
}

.slideshow .images {
    opacity: 0.1;
    display: flex;
    align-items: center;
    animation:moveSlideLeft 20s linear infinite;
}

.slideshow .images.reverse {
    animation-direction: reverse
}

.slideshow .images img {
    width: 120%
}
@keyframes moveSlideLeft {
    100% {
        transform:translateX(-100%)
    }
}
.tip {
   
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  @keyframes moveBackground {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 100% 0;
    }
  }
  .tip-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    align-self: stretch;
    position: relative;
    display: flex;
    min-height: 1000px;
    width: 100%;
    padding-bottom: 40px;
  }
  @media (max-width: 991px) {
    .tip-2 {
      max-width: 100%;
    }
  }
  
  .tip-3 {
    position: relative;
   
    align-self: stretch;
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    flex-direction: column;
  }
  @media (max-width: 991px) {
    .tip-3 {
      max-width: 100%;
    }
  }
  .tip-4 {
    align-self: center;
    display: flex;
    margin-top: 5% !important;
    margin-bottom: 134px;
 
    max-width: 100%;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    flex-direction: column;
    z-index: 11;
    transition: all .5s ease-in-out;
  }
  .tip-4:hover{
    border-radius: 1.5vw;
  }
  @media (max-width: 991px) {
    .tip-4 {
      margin-top: 200px;
    }
  }
  
  .tip-5 {
    color: #C00;
    text-align: center;
    font-family: Inter;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 5%;
  }
  .tip-5-1{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
   
  }
  .tip-6 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 1vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 40%;
    margin-left: 30%;
    margin-top: 1%;
  }
  @media (max-width: 991px) {
    .tip-6 {
      max-width: 100%;
    }
  }
  .warn_svg{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .tip-7 {
    background: #C00;
    align-self: center;
    display: flex;
    margin-top: 6%;
    width: 27%;
    margin-right: 2%;
    padding: 1.5% 1%;
    flex-direction: column;
  }
  .tip-7:hover,.tip-9:hover{
    cursor: pointer;
  }
  .warn_yes_no{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .tip-8 {
    color: #fff;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Medium, sans-serif;
    font-size: 18px;
    font-weight: 400;
    align-self: center;
    max-width: 282px;
  }
  .warn_svg img{
    width: 40%;
  }
  .tip-9 {
  
    background-color: #fff;
    align-self: center;
    display: flex;
    margin-top: 6%;
   margin-left: 2%;
    width: 27%;  
    padding: 1.5% 1%;
    flex-direction: column;
  }
  .tip-10 {
    color: #000;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Medium, sans-serif;
    font-size: 18px;
    font-weight: 400;
    align-self: center;
    max-width: 282px;
  }
#translate {
    position: absolute;
    top: 5vw;
    right: 2.5%;
    z-index: 3333;
    display: none;
    border-radius: 5px;
    font-family: HarmonyOS_Sans_SC_Medium;font-weight: 500;
    font-size: 1vw;

}
#translate.active{
    display: block;
}
#translate select{
    padding: 3%;border-radius: 9px;
}
#translate option{
    padding: 5%;
    font-size: 1vw;
    line-height: 1.5vw; 
}
#fot_sum{
    width: 86%;margin: 0 auto;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 4%;
}
.bg-main{
    position: relative;
    z-index: 8;
}
.actGotop{
    z-index: 88 !important;
    cursor: pointer;
}

.f_logo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.f_logo img{
    width: 40%;
}
.buy_now{
    position:fixed;bottom:13%;right:4.5%;width:100px;z-index: 100;flex-direction: column;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}
.buy_now .buy_img{
    width: 65%;
    position: relative; 
    transform-style: preserve-3d;
    animation: rotate 4s linear infinite;
}
.buy_now .buy_img:hover{
    animation-play-state: paused;
}
.buy_now .del_img{
    position: absolute;
    top: 0;
    right: 15%;
    width: 15%;
}
@keyframes rotate {
    0% {
      transform: rotateY(0);
    }
    100% {
      transform: rotateY(360deg);
    }
  }

  .email-enter{
    position: fixed;
    z-index: 99;
    height: 100%;
    display: none;
    top: 0;
    width: 100%;
}
.email-enter-img{
    width: 100%;
    height: 100%;
}
.email-enter-1{
    position: absolute;
    left: 0;
    top: 30%;
}
.email-enter-1 h1{
    color: #000;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 1vw;
    line-height: 1.5vw;
}
.email-enter-2{
    position: absolute;
    top: 23%;
    left: 33%;
    width: 34%;
    height: 58%;
    background-color: #fff;
    padding: 0 4%;
    text-align: center;
}
.email-enter-2 .form{
    position: relative;
    margin-top: 10%;
}
.email-enter-2 h1{
    color: #000;
    padding-bottom: 2%;
    text-align: center;
    font-family: Aku;
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3%;
}
.email-enter-2 h2{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5vw;
}
.secc_wel{
    text-align: center;
    position: absolute;
    display: none;
    top: 35%;
    left: 30%;
}
.secc_wel h1{
    color: #fff;
    font-size: 4vw;
    font-family: Montserrat;
}
.email-enter-2 #attr_53{
    height: 3vw;
    font-size: 1.3vw;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #C4C4C4;
    padding-left: 5%;
}
.email-enter-2 #sub{
    margin-top: 2%;
    font-size: 1.5vw;
    font-weight: 900;
    border-radius: 6px;
    background-color: #000;
    height: 3vw;
    width: 100%;
    z-index: 8;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.email-enter-zz{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.e_king_img{
    width: 90%;
}
.e_i_li{
    margin-top: 7%;
}
.foot_ts{
    text-align: center;
    padding-bottom: 3.5%;
}
.foot_meis {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5%;
    margin-bottom: 1%;
   
}
.foot_meis a {
    margin-right: 3%;
}
.foot_meis a img{
    width: 75%;
}
.foot_ts_logo img{
    width: 18%;
}
footer ul li ul li a:hover{
    color: #C00 !important;
}