/*font-size*/

#app {
    /* 鏂板 */
    margin-top: 97px;
}

.content {
    overflow: hidden;
}

.content .innerWrap {
    width: 1270px;
    margin: 0 auto;
}

.content1 .innerWrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.content .innerWrap .title {
    margin-bottom: 0.5rem;
}

.content .innerWrap .title h2 {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 34px;
    padding-bottom: 0.16rem;
    line-height: 1;
}

.content .innerWrap .text-center td {
    text-align: center!important;
    padding-left: 0!important;
}

.content .innerWrap .text-left td {
    text-align: left!important;
}

.content .innerWrap .text-right td {
    text-align: right!important;
}

@media only screen and (max-width: 1440px) {
    .content .innerWrap {
        width: 1110px;
    }
    .content .innerWrap .title h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .content .innerWrap .title h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .content .innerWrap .title h2 {
        font-size: 24px;
    }
}

.content1 {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0.5rem;
    height: 5.4rem;
}

.content1 .left {
    width: 45.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 370px;
}

.content1 .left .swiper {
    /*width: 5.4rem;*/
    /*height: 5.4rem;*/
    overflow: hidden;
}

.content1 .left img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content1 .right {
    width: 50%;
    display: flex;
    align-items: center;
    min-height: 266px;
}

.content1 .right .ctx {
    width: 84%;
    padding-left: 1.2rem;
    padding-top: 0.2rem;
}

.content1 .right .ctx h1,
.content1 .right .ctx h2 {
    font-size: 36px;
}

@media only screen and (max-width: 1440px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 26px;
    }
}

.content1 .right .ctx h1 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.25;
}

.content1 .right .ctx h2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.25;
}

.content1 .right .ctx .title {
    border-bottom: 2px solid #393939;
    margin-bottom: 0.3rem;
}

.content1 .right .ctx .data {
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 0.2rem;*/
}

.content1 .right .ctx .data li {
    min-width: 100%;
    font-size: 16px;
    color: #222222;
    margin-bottom: 0.1rem;
}

@media only screen and (max-width: 1366px) {
    .content1 .right .ctx .data li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content1 .right .ctx .data li {
        font-size: 14px;
    }
}

.content1 .right .ctx .data li {
    white-space: nowrap;
    color: #666;
}

.content1 .right .ctx .data li span {}

.content1 .right .ctx .fitCate {
    border-bottom: 1px dashed #ababab;
    margin-bottom: 0.3rem;
}

.content1 .right .ctx .fitCate h2 {
    margin-bottom: 0.2rem;
    font-size: 16px;
}

@media only screen and (max-width: 1366px) {
    .content1 .right .ctx .fitCate h2 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content1 .right .ctx .fitCate h2 {
        font-size: 14px;
    }
}

.content1 .right .ctx .fitCate ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
}

.content1 .right .ctx .fitCate ul li {
    flex: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: left;
    min-width: 30%;
    margin-right: 1%;
    height: 0.4rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin-bottom: 0.04rem;
    padding: 0 0.2rem;
}

.content1 .right .ctx .fitCate ul li:nth-child(3n) {
    margin-right: 0;
}

.content1 .right .ctx .fitCate ul li .p1 {
    font-size: 18px;
    color: #222222;
}

@media only screen and (max-width: 1024px) {
    .content1 .right .ctx .fitCate ul li .p1 {
        font-size: 16px;
    }
}

.content1 .right .ctx .fitCate ul li .p2 {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}

.content1 .right .ctx .guidePrice {
    font-size: 18px;
    color: #e50113;
    padding-bottom: 10px;
}

.content1 .right .ctx .btnContainer {
    display: flex;
}

.content1 .right .ctx .btnContainer a {
    display: block;
}

.content1 .right .ctx .btnContainer .button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
}

.content1 .right .ctx .btnContainer .button img {
    margin-right: 0.1rem;
}

.content1 .right .ctx .btnContainer .button.red {
    background: #e60111;
    margin-right: 4px;
}

.content1 .right .ctx .btnContainer .button.red:hover {
    background: #ce120b;
}

.content1 .right .ctx .btnContainer .button.black {
    background: #2b2b2b;
}

.content1 .right .ctx .btnContainer .button.black:hover {
    background: #0e0e0e;
}

.content2 {
    position: relative;
    padding-top: 0.3rem;
    border-bottom: 1px solid #e5e5e5;
    position: static;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
}

.content2 .innerWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content2 .tabContainer ul {
    display: flex;
    justify-content: flex-end;
}

.content2 .tabContainer ul li {
    color: rgba(44, 43, 43, 0.6);
    margin-left: 0.74rem;
    padding-bottom: 0.3rem;
    cursor: pointer;
}

.content2 .tabContainer ul li a {
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    color: #999;
}

@media only screen and (max-width: 1440px) {
    .content2 .tabContainer ul li a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content2 .tabContainer ul li a {
        font-size: 16px;
    }
}

.content2 .tabContainer ul li.active,
.content2 .tabContainer ul li:hover {
    /*border-bottom: 3px solid #e50113;*/
}

.content2 .tabContainer ul li.active a,
.content2 .tabContainer ul li:hover a {
    color: #e50113;
}

.content2 .tabContainer ul li:first-child {
    margin-left: 0;
}

.detail {
    background-size: cover;
    background-position: center;
    padding: 0.3rem 0 0 0;
    background-color: #f1f1f1;
}

.detail .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.15rem;
}

.detail .top .title {
    margin-bottom: 0;
}

.detail .top .title h2::after {
    left: 0;
    margin-left: 0;
}

.detail1 .ctx ul li {
    display: flex;
    padding: 0.5rem 0.6rem;
}

.detail1 .ctx ul li .name {
    width: 20%;
    flex: none;
}

.detail1 .ctx ul li .name h2 {
    font-size: 24px;
    color: #222222;
}

@media only screen and (max-width: 1440px) {
    .detail1 .ctx ul li .name h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .detail1 .ctx ul li .name h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .detail1 .ctx ul li .name h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .detail1 .ctx ul li .name h2 {
        font-size: 16px;
    }
}

.detail1 .ctx ul li .value {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.detail1 .ctx ul li .value p {
    font-size: 16px;
    margin-bottom: 0.2rem;
    width: 100%;
}

@media only screen and (max-width: 1366px) {
    .detail1 .ctx ul li .value p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .detail1 .ctx ul li .value p {
        font-size: 14px;
    }
}

.detail1 .ctx ul li .value p:last-child {
    margin-bottom: 0;
}

.detail1 .ctx ul li .value p {
    color: #777777;
}

.detail1 .ctx ul li .value p i {
    color: #e50113;
    padding-right: 0.1rem;
}

.detail1 .ctx ul li .value p em {
    color: #e50113;
    padding-right: 0.1rem;
}

.detail1 .ctx ul li:nth-child(2n+1) {
    background: #fff;
}

.detail2 .ctx ul li {
    display: flex;
    padding: 0.5rem 0.6rem;
}

.detail2 .ctx ul li .name {
    width: 15%;
    flex: none;
}

.detail2 .ctx ul li .name h2 {
    font-size: 24px;
    color: #222222;
}

@media only screen and (max-width: 1440px) {
    .detail2 .ctx ul li .name h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .detail2 .ctx ul li .name h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .detail2 .ctx ul li .name h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .detail2 .ctx ul li .name h2 {
        font-size: 16px;
    }
}

.detail2 .ctx ul li .value {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.detail2 .ctx ul li .value p {
    font-size: 16px;
    color: #222;
    margin-bottom: 0.2rem;
    width: 100%;
}

@media only screen and (max-width: 1366px) {
    .detail2 .ctx ul li .value p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .detail2 .ctx ul li .value p {
        font-size: 14px;
    }
}

.detail2 .ctx ul li .value p:last-child {
    margin-bottom: 0;
}

.detail2 .ctx ul li .value p {
    color: #777777;
}

.detail2 .ctx ul li {
    background: #fff;
}

.detail2 .ctx ul li:not(:last-child) {
    border-bottom: #ababab 1px solid;
}

.detail3 .ctx {
    background: #fff;
}

.detail3 .ctx ul li {
    padding: 0.5rem 0.6rem;
}

.detail3 .ctx table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #ababab;
    border-left: 1px solid #ababab;
    width: 100%;
}

.detail3 .ctx table tr,
table td {
    border: none;
    color: #666;
    height: 45px;
    font-size: 16px;
}

.detail3 .ctx table td {
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
}

.detail3 .ctx table .firstTitle {
    width: 12%;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.detail3 .ctx table .secondTitle {
    width: 10%;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.detail3 .ctx table .tableInfo {
    text-align: left;
    padding-left: 0.1rem;
    font-size: 16px;
}

.detail3 .ctx ul li .name h2 {
    font-size: 24px;
    color: #222222;
}

@media only screen and (max-width: 1440px) {
    .detail3 .ctx ul li .name h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .detail3 .ctx ul li .name h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .detail3 .ctx ul li .name h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .detail3 .ctx ul li .name h2 {
        font-size: 16px;
    }
}

.detail3 .ctx ul li .value {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.detail3 .ctx ul li .value p {
    font-size: 16px;
    color: #222;
    margin-bottom: 0.2rem;
    width: 100%;
}

@media only screen and (max-width: 1366px) {
    .detail3 .ctx ul li .value p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .detail3 .ctx ul li .value p {
        font-size: 14px;
    }
}

.detail3 .ctx ul li .value p:last-child {
    margin-bottom: 0;
}

.detail3 .ctx ul li .value p {
    color: #777777;
}

.detail3 .ctx ul li {
    background: #fff;
}

.detail4 .ctx ul li {
    display: flex;
    padding: 0.5rem 0.6rem;
}

.detail4 .ctx ul li .name {
    width: 12%;
    flex: none;
}

.detail4 .ctx ul li .name h2 {
    font-size: 24px;
    color: #222222;
}

@media only screen and (max-width: 1440px) {
    .detail4 .ctx ul li .name h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .detail4 .ctx ul li .name h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .detail4 .ctx ul li .name h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .detail4 .ctx ul li .name h2 {
        font-size: 16px;
    }
}

.detail4 .ctx ul li .value {
    width: 88%;
    display: flex;
    flex-wrap: wrap;
}

.detail4 .ctx ul li .value div {
    width: 19%;
    margin: 0 1% 1% 0;
}

.detail4 .ctx ul li .value div img {
    border: 1px solid #ababab;
    width: 100%;
}

.detail4 .ctx ul li .value div:nth-child(5n) {
    margin-right: 0;
}

@media only screen and (max-width: 1366px) {
    .detail4 .ctx ul li .value div {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .detail4 .ctx ul li .value div {
        font-size: 14px;
    }
}

.detail4 .ctx ul li .value div:last-child {
    margin-bottom: 0;
}

.detail4 .ctx ul li .value div p {
    color: #777777;
    text-align: center;
    line-height: 0.4rem;
    height: 0.4rem;
    font-size: 15px;
}

.detail4 .ctx ul li {
    background: #fff;
}

.detail4 .ctx ul li:nth-child(1) {
    border-bottom: #ababab 1px solid;
}

.detail5 {
    padding-bottom: 1rem;
}

.detail5 .ctx div .li {
    display: flex;
    padding: 0.5rem 0.6rem;
}

.detail5 .ctx div .li .name {
    width: 12%;
    flex: none;
}

.detail5 .ctx div .li .name h2 {
    font-size: 24px;
    color: #222222;
}

@media only screen and (max-width: 1440px) {
    .detail5 .ctx div .li .name h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .detail5 .ctx div .li .name h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .detail5 .ctx div .li .name h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .detail5 .ctx div .li .name h2 {
        font-size: 16px;
    }
}

.detail5 .ctx div .li .value {
    width: 88%;
}

@media only screen and (max-width: 1366px) {
    .detail5 .ctx div .li .value li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .detail5 .ctx div .li .value li {
        font-size: 14px;
    }
}

.detail5 .ctx div {
    background: #fff;
}

.detail5 .ctx .firstLi {
    border-bottom: #ababab 1px solid;
}

.detail5 .ctx .firstLi .value li {
    border: 1px solid #d7d6d6;
    margin-bottom: 0.15rem;
    height: 0.5rem;
    line-height: 0.5rem;
    display: inline-block;
    position: relative;
    width: 100%;
}

.detail5 .ctx .firstLi .value li .left {
    text-align: left;
    display: inline;
}

.detail5 .ctx .firstLi .value li .right {
    height: 0.45rem;
    line-height: 0.5rem;
}

.detail5 .ctx div .li .value ul li:last-child {
    margin-bottom: 0;
}

.detail5 .ctx .value a {
    color: #000;
    opacity: 0.9;
    filter: alpha(opacity=0.9);
}

.detail5 .ctx .value h5 a:hover {
    color: #e40112;
}

.detail5 .ctx .value h5 {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 0.48rem;
    padding-left: 0.3rem;
    font-size: 16px;
    color: #555;
    width: 40%;
}

.detail5 .ctx .value li p {
    display: inline-block;
    float: left;
    line-height: 0.5rem;
    font-size: 14px;
    color: #777;
    margin-left: 20px;
}

.detail5 .ctx .value .download {
    float: right;
}

.detail5 .ctx .value a {
    float: right;
    display: inline-block;
    width: 50px;
    height: 0.5rem;
    margin-left: 25px;
    line-height: 0.5rem;
    color: #777;
}

.detail5 .ctx .value i {
    line-height: 0.5rem;
}

.detail5 .ctx .value em {
    line-height: 0.5rem;
}

.detail5 .ctx .value li .right {
    float: right;
}

.detail5 .ctx .value li>a {
    float: right;
    display: inline-block;
    /*width: 62px;*/
    height: 0.5rem;
    margin-left: 25px;
    color: #777;
}

.detail5 .ctx .value li>a i {
    line-height: 0.5rem;
}

.detail5 .ctx .value li>a em {
    line-height: 0.5rem;
}

.detail5 .ctx .value li .right a:hover i {
    color: #e8010f;
}

.detail5 .ctx .value li .right a:hover em {
    color: #e8010f;
}

.recommand-transaction {
    position: relative;
}

.recommand-transaction-mobile.recommand-transaction-mobile.recommand-transaction-mobile.recommand-transaction-mobile.recommand-transaction-mobile.recommand-transaction-mobile {
    display: none;
}

.recommand-transaction:hover .recommand-qr-container {
    display: block;
}

.recommand-qr-container {
    display: none;
    position: absolute;
    right: -1.98rem;
    padding-left: 0.28rem;
    top: 50%;
    transform: translateY(-100%);
}

.recommand-qr-container .QrBox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 0.2rem;
    border-radius: 5px;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.recommand-qr-container .QrBox::after {
    position: absolute;
    left: -0.18rem;
    top: 50%;
    margin-top: -0.18rem;
    content: "";
    width: 0;
    height: 0;
    border-top: 0.18rem solid transparent;
    border-bottom: 0.18rem solid transparent;
    border-right: 0.2rem solid #fff;
}

.recommand-qr-container .QrBox img {
    width: 1.3rem;
}

.recommand-qr-container .QrBox p {
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 0.2rem;
}

@media screen and (max-width: 1800px) {
    .content1 .right .ctx .fitCate ul li .p1 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1600px) {
    .content1 .right .ctx .fitCate ul li .p1 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px) {
    .content .innerWrap {
        width: 1110px;
    }
    .banner .innerWrap {
        width: 1110px;
    }
}

@media screen and (max-width: 1280px) {
    .content .innerWrap {
        width: 90%;
    }
    .banner .innerWrap {
        width: 90%;
    }
    .content1 .right .ctx .fitCate ul li {
        padding: 0 0.1rem;
    }
    .content1 .right .ctx {
        width: 90%;
    }
}

@media screen and (max-width: 1080px) {
    .content1 .right .ctx .fitCate {
        margin-bottom: 0.4rem;
        padding-bottom: 0.4rem;
    }
}

@media screen and (max-width: 800px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 24px;
    }
    .content1 .right .ctx .title {
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
    }
    .content1 .right .ctx .fitCate {
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
    }
}

@media screen and (max-width: 768px) {
    .content .innerWrap {
        width: 96%;
    }
    .content1 .left_pc {
        display: none;
    }
    .content1 .left_mobile {
        display: block;
    }
    .content1 .left .slideList ul li {
        max-width: 25%;
    }
    .content1 {
        flex-direction: column;
        height: fit-content;
    }
    .content1 .left,
    .content1 .right {
        width: 100%;
        flex: none;
    }
    .content1 .left {
        height: 8rem;
    }
    .content1 .left .slideList {
        width: 60%;
    }
    .content1 .right .ctx {
        width: 90%;
        padding: 1rem 0 1.2rem;
        margin: 0 auto;
    }
    .content1 .right .ctx .fitCate ul li {
        padding: 0 0.2rem;
    }
    .content2 {
        top: 0.8rem;
    }
    .content2 .tabContainer ul {
        justify-content: space-around;
    }
    .detail1 .ctx ul li {
        padding: 0.3rem;
    }
    .detail1 .ctx ul li .name {
        width: 30%;
        padding-right: 10px;
    }
    .detail1 .ctx ul li .value {
        flex-direction: column;
    }
    .detail1 .ctx ul li .value p {
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .detail2 .ctx ul li {
        padding: 0.3rem;
    }
    .detail2 .ctx ul li .name {
        width: 30%;
        padding-right: 10px;
    }
    .detail2 .ctx ul li .value {
        flex-direction: column;
    }
    .detail2 .ctx ul li .value p {
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .detail3 .ctx ul li {
        padding: 0.2rem;
    }
    .detail3 .ctx ul li .name {
        width: 30%;
        padding-right: 10px;
    }
    .detail3 .ctx ul li .value {
        flex-direction: column;
    }
    .detail3 .ctx ul li .value p {
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .detail3 .ctx table .firstTitle {
        width: 9%;
    }
    .detail3 .ctx table .secondTitle {
        padding: 3px;
    }
    .detail4 .ctx ul li {
        padding: 0.3rem;
    }
    .detail4 .ctx ul li .name {
        width: 30%;
        padding-right: 10px;
    }
    .detail4 .ctx ul li .value {
        /*flex-direction: column;*/
    }
    .detail4 .ctx ul li .value p {
        width: 100%;
        height: fit-content !important;
        line-height: 20px !important;
        /*margin-bottom: 0.3rem;*/
    }
    .detail5 .ctx div .li {
        padding: 0.3rem;
    }
    .detail5 .ctx div .li .name {
        width: 15%;
        padding-right: 10px;
    }
    .detail5 .ctx div .li .value {
        flex-direction: column;
    }
    .detail5 .ctx .value h5 {
        width: 100%;
        padding-left: 0.1rem;
        line-height: 25px;
    }
    .detail5 .ctx .firstLi .value li .right {
        height: 135px;
    }
    .detail5 .ctx div .li .value p {
        width: 90%;
        margin-bottom: 0.1rem;
        margin-left: 25px;
        line-height: 25px;
    }
    .detail5 .ctx .firstLi .value li {
        border: 0px;
        height: 150px;
        margin-bottom: 0;
        overflow: hidden
    }
    .detail5 .ctx .value li .downloadBtn {
        height: 50px;
    }
    .detail5 .ctx .value li .downloadBtn a {
        float: left;
        line-height: 50px;
        height: 50px;
    }
    #pictureViewer>.content {
        width: auto !important;
    }
}