﻿.mt30 {
    margin-top: 30px;
}
.clearfix {
    clear: both;
    /*float: none;*/
}
.funclist a {
    padding-right: 15px;
    color: #727F52;
}
img.imgcode {
    vertical-align: middle;
    margin: 0px 0px 3px 10px;
    padding: 0;
    margin-left: 8%;
}
input.vcode {
    height: 45px;
    width: 60%;
    display: inline
}
.fake-input {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 2px;
    left: 2px;
}
.pos_rel {
    position: relative;
}
.inputbox {
    width: 100%;
    height: 90px;
}
.inputbox input {
    border: 1px solid #ccc;
    padding: 0;
    margin: -1px 0 0 0;
    padding-left: 60px;
    line-height: 43px\9;
}
.inputbox input:focus {
    border: 1px solid #4DD2FF;
    z-index: 100;
}
.inputbox input.username {
    background: url('../img/username-bg.png') 0 0 no-repeat;
    background: url('../img/username-bg-s.png') 0 0 no-repeat\9;
    background-size: 50px 45px;
    background-color: #fff;
    width: 100%;
    height: 45px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
}
.inputbox input.password {
    background: url('../img/password-bg.png') 0 0 no-repeat;
    background: url('../img/password-bg-s.png') 0 0 no-repeat\9;
    background-size: 50px 45px;
    background-color: #fff;
    width: 100%;
    height: 45px;
    position: relative;
    top: 0px;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
}
.codebox {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}
.codebox img {
    height: 40px;
    width: 45%;
    float: left;
}
.codebox input.code {
    float: right;
    width: 45%;
    height: 32px;
    padding-left: 5px;
}
.row-margin10 {
  margin-bottom: 10px;
}
.left-icon {
    font-size: 24px;
    width: 20%;
    float: left;
    text-align: center;
}
.left-icon-2 {
    font-size: 24px;
    width: 40px;
    float: left;
    text-align: left;
}
.itemdesc {
    width: 80%;
    float: right;
}
.itemdesc-2 {
    margin-left: 40px;
}
.itemdesc p, .itemdesc-2 p {
    color: #666 !important;
}
.itemdesc p {
    margin-top: 10px;
}
.itemdesc-2 p {
    margin-top: 5px;
}
/* #Font-Face
================================================== */

/*  This is the proper syntax for an @font-face file
    Just create a "fonts" folder at the root,
    copy your FontName into code below and remove
    comment brackets */

@font-face {
    font-family: 'vruc';
    src: url('../fonts/vruc.eot');
    src: url('../fonts/vruc.eot?#iefix') format('embedded-opentype'), url('../fonts/vruc.ttf') format('truetype'), url('../fonts/vruc.woff') format('woff'), url('../fonts/vruc.svg#vruc') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'vruc';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-expand:before {
    content: "\e600";
}
.icon-idcard:before {
    content: "\e802";
}
.icon-cloud:before {
    content: "\e803";
}
.icon-table:before {
    content: "\e804";
}
.icon-mobile:before {
    content: "\e805";
}
.icon-link:before {
    content: "\e808";
}
.icon-vruc:before {
    content: "\e606";
}
.icon-hdd:before {
    content: "\e806";
}
.icon-clock:before {
    content: "\e800";
}

/*密码弹出警告*/
.pop-pw {
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    position: relative;
    z-index: 99;
    margin: 10px -15px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.pop-pw .mycaret:before {
    display: inline-block;
    position: absolute;
    top: -15px;
    right: 40px;
    content: '';
    border-bottom: 15px solid #ccc;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.pop-pw .mycaret:after {
    position: absolute;
    top: -13px;
    right: 40px;
    content: '';
    border-bottom: 15px solid #ccc;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom-color: #fff;
}
.pop-pw .cont {
    padding: 10px 15px 5px;
}
.pop-pw ul{
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
}
.pop-pw ul li{
    margin-bottom: 0px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    list-style-type: disc;
}
.pop-pw .foot {
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding-top: 5px;
    padding: 5px 15px 10px 0px;
}
.pop-pw .foot a {
    float: right;
    margin-left: 20px;
    font-size: 14px;
}
.pop-pw .foot a.default { 
    color: #333;
}
.middle {
    padding-top: 45px;
}
.webInfo {
    clear: both;
    height: 122px;
    text-align: justify;
    padding: 50px 10px 35px;
}
.infoItem {
    display: inline-block;
    padding: 13px 0px 13px 13px;
    white-space: nowrap;
    height: 122px;
    width: 23.5%;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #F2FBFF;
    margin-right: 1.5%;
}
.infoItem:last-child {
    margin-right: 0;
}
.infoItem img {
    vertical-align: middle;
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
}
.infoItem span {
    float: left;
    width: 78px;
    padding-top: 22px;
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.infoItem h3 {
    float: left;
    font-family: HelveticaNeue-Medium;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    margin-top: 3px;
}
.nothingNew {
    padding: 10px;
    height: 265px;
    /* overflow: hidden; */
}
.nothingNew-left {
    float: left;
    width: 551px;
    height: 265px;
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 30px 40px;
}
.nothingNew-main-left {
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
}
.nothingNew-main-left > h3 {
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}
.nothingNew-title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
}
.nothingNew-date {
    border: 1px solid #ccc;
    width: 55px;
    height: 55px;
    float: left;
    margin-right: 15px;
    text-align: center;
    position: relative;
}
.day {
    font-family: HelveticaNeue-Medium;
    font-size: 28px;
    color: #333333;
    line-height: 32px;
}
.date {
    background: #D75757;
    font-family: HelveticaNeue;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.nothingNew-title > h3 a{
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 24px;
    display: -webkit-box;
    max-height: 48px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.nothingNew-content a {
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #999999;
    text-align: left;
    line-height: 24px;
    display: -webkit-box;
    max-height: 48px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.nothingNew-main-right {
    float: right;
    width: calc(50% - 15px);
}
.nothingNew-main-right li {
    overflow: hidden;
}
.nothingNew-main-right li a {
    display: inline-block;
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #151515;
    text-align: left;
    line-height: 24px;
    max-width: calc(100% - 25px);
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
}
.nothingNew-right {
    float: right;
    width: 359px;
    /* height: 230px;    */
}
.nothingNew-right > div {
    position: relative;
}
.nothingNew-right > div h3 {
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.17px;
    position: absolute;
    top: 30px;
    left: 40px;
    font-weight: bold;
}
.nothingNew-right > div span {
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.1px;
    position: absolute;
    top: 70px;
    left: 40px;
}
.login-box {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    text-align: justify;
    padding: 0 10px;
    margin-bottom: 35px;
}
.login-box-item {
    display: inline-block;
    margin-top: 40px;
    width: calc(16.66% - 4px);
    text-align: center;
    vertical-align: top;
}
.login-box-title {
    margin: 15px 0;
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: rgba(0,0,0,0.85);
    letter-spacing: 0;
    line-height: 24px;
}
.login-box-content {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.45);
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    max-height: 88px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contactUs {
    height: 190px;
    margin: 25px 10px 0;
    background-color: white;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.16);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 35px 50px;
    white-space: nowrap;
}
.contactUs-left {
    margin-right: 30px;
    float: left;
}
.contactUs-center {
    float: left;
}
.contactUs-center  li {
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 20px;
}
.tips {
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #666;
    text-align: left;
    line-height: 20px;
}
.contactUs-right {
    float: right;
}
.code-item {
    width: 100px;
    height: 125px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    position: relative;
}
.code-item img {
    width: 100px;
    height: 100px;
}
.code-item h5 {
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-48%);
}
.contactUs-left .title {
    margin-bottom: 15px;
}
.title-zh {
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0.12px;
    margin-right: 10px;
    font-weight: bold;
}
.title-en {
    font-family: Helvetica-Bold;
    font-size: 18px;
    color: #D75757;
    letter-spacing: 0.12px;
}
.login-footer {
    text-align: center;
    margin-top: 25px;
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.08px;
    position: relative;
}
.middle {
    position: relative;
    padding-bottom: 40px;
}
.middle::after {
    position: absolute;
    content: '';
    bottom: 0;
    display: block;
    width: 100vw;
    height: 210px;
    background: #F6F6F6;
    z-index: -1;
}
.login-footer a {
    font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.08px;
    margin: 0 10px;
}
.login-footer a:first-child {
    margin-left: 20px;
}
.login-footer a:last-child {
    margin-right: 0px;
}
.footer.mobile-style.logout {
    display: none;
}
.top {
    background-image: none;
    border: none;
    position: relative;
}
.top::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 60vh;
    width: 100%;
    /* background: linear-gradient(to bottom, #EFF5FC 13%, #FFFFFF 100%); */
}
.login-banner video {
    width: 100%;
    object-fit: contain;
    pointer-events: none;
}
.nothingNew-main-right li {
    position: relative;
    padding-left: 15px;
}
.nothingNew-main-right li::after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: black;
    left: 0px;
    top: 10px;
    border-radius: 50%;
}
.nothingNew-main-right li a {
    transition: color .3s linear;
}
.nothingNew-main-right li a:hover {
    color: #AD0008;
}
.nothingNew-right a {
    display: block;
    max-width: 359px;
    max-height: 123px;
    overflow: hidden;
    margin-bottom: 17px;
    border-radius: 4px;
}
.nothingNew-right a img {
    transition: .3s linear;
}
.nothingNew-right a img:hover {
    transform: scale(1.05);
}
.nothingNew-title h3 a{
    transition: color .3s linear;
}
.nothingNew-title h3 a:hover {
    color: #AD0008;
}
.loginIcon {
    width: 67px;
    height: 52px;
    margin: 0 auto;
    background-size: contain !important;
    background-position-x: center !important;
}
.loginIcon:hover {
    background-size: contain !important;
    background-position-x: center !important;
}
.login-box-item:nth-child(1) .loginIcon {
    background: url(../img/login1.png) no-repeat;
}
.login-box-item:nth-child(1) .loginIcon:hover {
    background: url(../img/login1-hover.png) no-repeat;
}
.login-box-item:nth-child(2) .loginIcon {
    background: url(../img/login2.png) no-repeat;
}
.login-box-item:nth-child(2) .loginIcon:hover {
    background: url(../img/login2-hover.png) no-repeat;
}
.login-box-item:nth-child(3) .loginIcon {
    background: url(../img/login3.png) no-repeat;
}
.login-box-item:nth-child(3) .loginIcon:hover {
    background: url(../img/login3-hover.png) no-repeat;
}
.login-box-item:nth-child(4) .loginIcon {
    background: url(../img/login4.png) no-repeat;
}
.login-box-item:nth-child(4) .loginIcon:hover {
    background: url(../img/login4-hover.png) no-repeat;
}
.login-box-item:nth-child(5) .loginIcon {
    background: url(../img/login5.png) no-repeat;
}
.login-box-item:nth-child(5) .loginIcon:hover {
    background: url(../img/login5-hover.png) no-repeat;
}
.login-box-item:nth-child(6) .loginIcon {
    background: url(../img/login6.png) no-repeat;
}
.login-box-item:nth-child(6) .loginIcon:hover {
    background: url(../img/login6-hover.png) no-repeat;
}
/* .contactUs-center li:last-child {
    display: none;
} */
.login-box-mp a img {
    width: 70px;
    height: auto;
}
button.two {
    white-space: nowrap;
}
.four.columns {
    white-space: nowrap;
}
#login-iframe {
    height: 365px !important;
}
.fwzn {
    display:block;
    margin-top: 52px;
    margin-left: 10px;
}
.container,.wrapper {
    overflow-x: hidden;
}
#bannerImg {
    width: 100%;
}

@media only screen and (max-width: 959px) {
    .contactUs {
        overflow: hidden;
        height: auto;
        padding: 25px 40px;
    }
}
@media (min-width: 768px) {
    .nothingNew-main-right {
        padding-top: 18px;
    }
    .infoItem {
        width: 23.6% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .infoItem {
        /* width: 175.5px; */
        width: 23.5% !important; 
        padding: 26px 0px 26px 20px
    }
    .infoItem span {
        width: 65px;
        padding-top: 8px;
    }
    .infoItem img {
        margin-right: 10px;
        width: 70px;
        height: 70px;
    }
    .infoItem h3 {
        font-size: 22px;
    }
    .nothingNew {
        height: 400px;
    }
    .nothingNew-left {
        width: 100%;
    }
    .nothingNew-right {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .nothingNew-right a {
        float: left;
    }
    .nothingNew-right a:last-child {
        float: right;
    }
    .login-box-item {
        width: 247px;
    }
    .login-box {
        text-align: left;
        /* margin-top: -60px; */
    }
    .contactUs-left {
        margin-right: 21px;        
    }
    .code-item h5 {
        font-size: 12px;
        white-space: nowrap;
    }
    .contactUs-right {
        width: 194px;
        white-space: normal;
        padding-right: 260px;
    }
    .code-item {
        width: 80px;
        height: 105px;
    }
    .code-item img {
        width: 80px;
        height: 80px;
    }
    .contactUs-left .title {
        margin-bottom: 40px;
    }
    .loginBanner {
        max-width: 359px;
        max-height: 123px;
    }
}
@media (max-width: 767px) {
    #login-iframe {
        height: 380px !important;
    }
    /* .container, .wrapper {
        overflow-x: unset;
    } */
    .login-footer span {
        display: block;
        margin-bottom: 5px;
    }
    .webInfo {
        height: auto;
        padding: 10px 0 0;
        text-align: justify;
    }
    .nothingNew {
        height: auto;
        padding: 0;
        overflow: unset;
    }
    .contactUs {
        margin-left: 0;
        margin-right: 0;
    }
    .nothingNew-content {
        margin-bottom: 25px;
    }
    .nothingNew-main-left > h3 {
        margin-bottom: 20px;
    }
    .nothingNew-left {
        float: none;
        width: auto;
        height: auto;
    }
    .nothingNew-main-left {
        float: none;
        width: auto;
    }
    .nothingNew-main-right {
        float: none;
        width: auto;
    }
    .nothingNew-right {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 40px;
    }
    .nothingNew-right img {
        width: 100%;
    }
    .login-box-mp {
        position: relative;
        display: block !important;
        /*margin-top: 30px;*/
        overflow: hidden;
        height: 200px;
        padding-top: 10px;
        margin-bottom: 30px;

    }
    .swiper-pagination {
        bottom: 0px !important;
    }
    .swiper-pagination-bullet-active {
        background: #CF1322 !important;
    }
    .login-box-mp .swiper-slide {
        text-align: center;
    }
    .top .top-container {
        width: 100%;
    }
    .top .top-container .three.columns.pr20 {
        padding-right: 0;
    }
    .top .top-container .three.columns.pr20 a {
        width: 100% !important;
        display: block;
        text-align: center;
    }
    .contactUs {
        padding: 35px 30px;
    }
    .contactUs-left {
        margin-bottom: 30px;
    }
    .contactUs-right {
        float: unset;
    }
    .middle::after {
        height: 455px;
    }
    .nothingNew-right a {
        max-width: 100%;
        max-height: auto;
    }
    .tips {
        display: none;
    }
    .contactUs-center li:last-child {
        display: block;
        font-family: PingFang SC,Microsoft YaHei,STHeiti,"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
        color: #666;
        text-align: left;
        line-height: 20px;
    }
    .infoItem:nth-child(even) {
        margin-right: 0;
        float: right;
    }
    .login-box-mp {
        /*margin: 30px 0 20px;*/
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .infoItem {
        width: 200px;
        margin-bottom: 16px;
        display: inline-block;
    }
    .infoItem span {
        width: 70px;
    }
    .contactUs {
        padding: 35px 0 35px 90px;
    }
    .contactUs-left {
        padding-left: 8px;
        margin-bottom: 30px;
    }
    .contactUs-right {
        white-space: normal;
    }
    .code-item {
        margin-left: 0;
        margin-right: 30px;
        white-space: nowrap;
    }
    .code-item:nth-child(even) {
        margin-right: 0;
    }
    .infoItem h3 {
        font-size: 22px;
    }
    .infoItem img {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 479px) {
    .infoItem {
        width: 158px;
        text-align: center;
        height: auto;
        margin-bottom: 20px;
        padding: 20px 0;
    }
    .infoItem:last-child {
        /* margin-left: 11px; */
    }
    .infoItem img {
        margin: 0;
        margin-left: 26px;
        float: none;
        display: block;
        margin-bottom: 5px;
    }
    .infoItem h3 {
        float: none;
    }
    .infoItem span {
        float: none;
    }
    .nothingNew-left {
        padding: 20px 30px;
    }
    .login-box-item {
        width: 130px;
    }
    .contactUs-right {
        white-space: normal;
    }
    .code-item {
        margin-left: 0;
    }
    .code-item:nth-child(even) {
        float: right;
    }
    .code-item h5 {
        white-space: nowrap;
    }
    .container,
    .container .five.columns {
        width: 340px;
    }
    .contactUs {
        padding: 37px 55px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 1140px !important;
    }
    .container .eleven.columns {
        width: 750px;
        margin-right: 70px;
    }
    .container .seven.columns {
        width: 463px;
    }
    .top-container {
        width: 100%;
    }
    .infoItem {
        width: 262.5px;
    }
    .infoItem span {
        width: 120px;
    }
    .nothingNew-left {
        width: 735px;
    }
    .code-item {
        margin-left: 45px;
    }
    .contactUs-right {
        padding-right: 80px;
    }
}
@media (min-width: 960px) and (max-height: 771px) {
    .middle {
        padding-top: 0;
    }
    /* .webInfo {
        padding-top: 0px;
    } */
}
@media (max-height: 730px) and (min-height: 633px) and (min-width: 960px){
    .login-box {
        padding-bottom: 100px;
    }
}
@media (max-height: 700px) and (min-height: 635px) and (min-width: 960px){
    .login-box {
        /* padding-bottom: 92px; */
    }
}
@media (max-height: 760px) and (min-height: 680px) and (min-width: 960px){
    .login-box {
        /* padding-bottom: 130px; */
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    #login-iframe {
        height: 350px !important;
    }
}
