html,body,div,span,label,p,h1,h2,h3,h4,h5 {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Microsoft YaHei", Arial, "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
    padding: 0;
    margin: 0;
    word-break: break-word;
}
html,body{
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #F2F1F6;
    color: #222222;
    font-size: 12px;
}

a, button, input, textarea {

    outline: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.br-8 {
    border-radius: 0.8rem;
}

.br-4 {
    border-radius: 0.4rem;
}

@media only screen and (max-width: 345px) {
    html {
        font-size: 8.5px !important;
    }
}
@media only screen and (min-width: 346px) and (max-width: 352px) {
    html {
        font-size: 9.2px !important;
    }
}
@media only screen and (min-width: 353px) and (max-width: 359px) {
    html {
        font-size: 9.4px !important;
    }
}
@media only screen and (min-width: 360px) and (max-width: 367px) {
    html {
        font-size: 9.6px !important;
    }
}
@media only screen and (min-width: 36.8rem) and (max-width: 374px) {
    html {
        font-size: 9.8px !important;
    }
}
@media only screen and (min-width: 375px) and (max-width: 382px) {
    html {
        font-size: 10px !important;
    }
}
@media only screen and (min-width: 383px) and (max-width: 389px) {
    html {
        font-size: 10.2px !important;
    }
}
@media only screen and (min-width: 390px) and (max-width: 397px) {
    html {
        font-size: 10.4px !important;
    }
}
@media only screen and (min-width: 398px) and (max-width: 404px) {
    html {
        font-size: 10.6px !important;
    }
}
@media only screen and (min-width: 405px) and (max-width: 412px) {
    html {
        font-size: 10.8px !important;
    }
}
@media only screen and (min-width: 413px) {
    html {
        font-size: 10.8px !important;
    }
}

.ub {
    display: flex !important;
    display: -webkit-box !important;
    display: flex !important;
    display: -webkit-flex !important;
    justify-content: space-around;
}

.ub.ub-ver {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.ub.ub-ac {
    -webkit-box-align: center;
    align-items: center !important;
    -webkit-align-items: center !important;
}

.ub.ub-ad {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.ub.ub-ae {
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.ub.ub-ast {
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
}

.ub.ub-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ub.ub-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.ub.ub-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.ub.ub-center {
    justify-content: center;
    -webkit-justify-content: center;
}

.ub.ub-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.ub.ub-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.ub.ub-cs {
    align-content: flex-start;
    -webkit-align-content: flex-start;
}

.ub.ub-ce {
    align-content: flex-end;
    -webkit-align-content: flex-end;
}

.ub.ub-cc {
    align-content: center;
    -webkit-align-content: center;
}

.ub.ub-ca {
    align-content: space-around;
    -webkit-align-content: space-around;
}

.ub.ub-cst {
    align-content: stretch;
    -webkit-align-content: stretch;
}

.ub.ub-cst {
    align-content: stretch;
    -webkit-align-content: stretch;
}

.ub.ub-cb {
    align-content: space-between;
    -webkit-align-content: space-between;
}

.ub .ub-f1 {
    min-width: 0;
    -webkit-box-flex: 1 !important;
    flex: 1 !important;
    -webkit-flex: 1 !important;
    position: relative;
}

.ub .ub-f2 {
    -webkit-box-flex: 2 !important;
    flex: 2 !important;
    -webkit-flex: 2 !important;
    position: relative;
}

.clearfix:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.ub .ub-f1.top {
    align-self: flex-start;
}

.main {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    background-color: rgb(242, 241, 246);
}

/* 图标合集 */
.light-img {
    flex-shrink: 0;
    display: inline-block;
    background-size: 14.3rem;
    background-repeat: no-repeat;
    background-image: url("https://lib.6617.com/light/wap/static/images/icons.svg");
}

.img-logo {
    width: 14.3rem;
    height: 3.3rem;
    background-position: 0 0;
}

.img-down {
    width: 3.6rem;
    height: 3.6rem;
    background-position: 2rem -4.5rem;
}

.img-up {
    width: 3.6rem;
    height: 3.6rem;
    background-position: 2rem -7.5rem;
}

.img-back {
    width: 2.2rem;
    height: 5rem;
    margin-right: 0.8rem;
    background-position: 0 -14rem;
}

.img-home {
    width: 2.2rem;
    height: 5rem;
    background-position: 0 -10.65rem;
}

.img-more {
    width: 2.2rem;
    height: 5rem;
    background-position: 0 -17.7rem;
}

.img-close {
    width: 2.8rem;
    height: 2.8rem;
    float: right;
    background-position: 0 -22.9rem;
}

.top-header {
    position: relative;
    z-index: 1100;
    background-color:#00B97D;
}
.top-header .top-bar {
    padding: 0.5rem 0;
    margin: 0 1.6rem;
}
.top-header .nav-top {
    padding: 1.4rem 0;
    margin: 0 1.6rem;
}
.top-header .nav-top .page-title {
    line-height: 2.6rem;
    height: 2.6rem;
    font-weight: bold;
    font-size: 1.8rem;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.top-header .nav-top  .logo{
    width:35%;
    margin-top:1rem;


}
.top-header .left {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.2rem 0 1rem 0;
}
.top-header .right {
    position: absolute;
    top: 0;
    right: 0;
    padding:1.2rem 1.2rem 1rem 0;
}

.top-header .back{
    margin-left:1rem;
}
.top-header .back svg{
    color:#fff;
    width:2.6rem;
    height:2.6rem;
}
.top-header .right svg{
    color:#fff;
    width:2.4rem;
    height:2.4rem;
}
.top-header .home {
    margin-left:1.2rem;
}
.top-header .home svg{
    color:#fff;
    width:2.4em;
    height:2.4rem;
}

.nav {
    height: 4.6rem;
    padding: 0 1.2rem;
    font-size: 1.6rem;
}

.scroll-box {
    position: relative;
    overflow-y: hidden;
    height: 4.6rem;
}

.scroll-x {
    height: 4.6rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.scroll-x .nav-item {
    display: inline-block;
    line-height: 4.6rem;
    color: #fff;
    font-size: 1.6rem;
    margin-right: 2.4rem;
    position: relative;
}

.scroll-x a.active {
    color: #fff;
    font-weight: bold;
}

.scroll-x a.active:after {
    width: 60%;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 4px;
    left: 20%;
    right: 20%;
    border-radius: 3px;
    background: white;
}

.scroll-x::-webkit-scrollbar {
    display: none;
}

.more-box {
    padding: 0.8rem 0;
    display: flex;
    justify-content: center;
    position: relative;
    color:#fff;
    margin-left:1.2rem;
}


.nav-main {
    margin: 0 1.5rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-main .nav-list a {
    display: inline-block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.8);
}

.nav-list .nav-line {
    display: none;
    height: 3px;
    width: 60%;
    margin-left: 18%;
    border-radius: 0.3rem;
    background-color: rgb(255, 255, 255);
}

.nav-main .nav-select a {
    font-weight: bold;
    color: rgb(255, 255, 255) !important;
}

.nav-main .nav-select div {
    display: block !important;
}

.down-popup {
    display: none;
    position: relative;
    z-index: 1000;
}

.popup-box {
    transition-duration: 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 1px solid rgb(234, 234, 234);
    background-color: rgb(251, 251, 251);
    padding: 1rem 1.5rem;
    margin: 0 -5px;
}

.popup-box .pop-item {
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 10px 5px;
}

.pop-item .item-col {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3.077rem;
    border-radius: 0.4rem;
    background-color: rgb(242, 241, 246);
}

.popup-box .pop-select {
    font-weight: bold;
    color: #C9413A;
}

.popup {
    display: none;
    z-index: 1200;
    position: relative;
}

.list {
    background-color: rgb(255, 255, 255);
    padding: 0 1.6rem;
}
.list .list-item {
    padding: 2rem 0;
    border-top: 1px solid rgb(240, 240, 240);
}
.list.search {
    margin-top: 0.8rem;
}
.list.search .list-item:first-child {
    border-top: 0;
}
.list .item {
    height: 7.8rem;
    font-size: 1.9rem;
    color: #222222;
    line-height: 2.6rem;
    overflow: hidden;
}
.list .item .color-red {
    color: #C9413A;
}
.list .item em{
    color:#ff3300;
    font-weight: normal;
    font-style: normal;
}
.list .author {
    margin-top: 0.5rem;
}

.list time, .list span {
    margin-top: 0.5rem;
    color: #909090;
}
.list img {
    margin-left: 1.5rem;
    width: 11.2rem;
    height: 7.4rem;
    border-radius: 5px;
}

.product-content section {
    padding: 0 1rem;
    margin-top: 1rem;
}
.product-content h3 {
    color: #000;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 1.4rem;
    padding-top: 1.8rem;
}

[v-cloak]{
    display: none !important;
}

.product-list {

}

.box-product{
    padding:0;
}


.product{
    display: flex;
    font-size:1.4rem;
    color:#333;
    padding:1rem 0;
    border-bottom: 1px solid #efefef;
}
.item-list {background: #fff;margin:1rem 0;padding:2rem 1rem;}
.product img{width:6.6rem;height:6.6rem;margin-right:1.2rem;border-radius: 5px;}
.product .detail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex:1;
}
.product .detail .name{font-weight: 500;}
.product .detail p{display: flex;justify-content: space-between;}
.product .detail p .price{color:#ff4443;}
.product .detail p .fee{font-size:1.6rem;}
.product .detail p .num{font-size:1.6rem;color:#666;}
.address {
    margin:1rem 0;
    padding:0.5rem;
    background: #fff;
}

.text-666{
    color:#666;
}
.text-333{
    color:#333;
}
.text-888{
    color:#888;
}
.text-999{
    color:#999;
}
.text-red{
    color:#ff4443;
}

.tip{
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin:1rem 0;
    padding:1.5rem 1rem;
    font-size:1.4rem;
}
.tip .input{
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    font-size:1.4rem;
    color:#333;
}


.address .address-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:1.4rem;
    line-height:32px;
    padding:1rem 0 ;
}
.address .address-list .left-icon{
    width:1.5rem;
    margin-left:1.2rem;
}
.address .address-list .right-icon{
    width:0.6rem;
    margin-right:1.2rem;
}
.address .address-list .address-detail{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin:0 1.2rem;
}

.address .address-list .address-user{
    display: flex;
}
.address .address-list  .address-detail p{
    color:#666;
    font-size:1.2rem;
}
.address .address-line{
    background: url(/static/front/kk/img/address.png) repeat-x;
    height:2px;
    width:100%;
}

.product-list .item{
    margin:2rem 0.5rem;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    border:1px solid #efefef;
}

.product-list .bd{
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.product-list .product-item{
    display: flex;
    justify-content: space-between;
    margin:1.2rem 0;
    background: #fff;
    padding:0.8rem 0.8rem;
    border-radius: 0.5rem;
}
.product-list .product-item img{
    margin-right:1.2rem;
    width:12.0rem;
    height:12.0rem;
    object-fit:cover;
    border-radius: 0.5rem;
}
.product-list .product-item .detail{
    flex:1;
    display: flex;
    justify-content: space-between;
    flex-direction:column;
}
.product-list .product-item .detail .name{
    font-size:1.6rem;
}
.product-list .product-item .detail .price{
    display: flex;
    justify-content: space-between;
    font-size:1.4rem;
}
.product-list .product-item .detail .price .fee{
    color:#333;font-size:1.8rem;
}
.product-list .product-item .detail .price .btn-buy{margin-top:-5px;display: block;float:right;color:#fff;background-color: #ff4443;padding:6px 10px;border-radius: 30px;}


.product-detail{
    width:100%;
}
.product-detail .photo img{
    width:100%;
    border:0;
    object-fit:contain;
}
.product-detail .photo-swiper img{
    width:100%;
    border:0;
    object-fit: contain;
}
.product-detail .status{
    background: linear-gradient(to right, #ee8150, #eb493d);
    color:#fff;
    padding:1rem;
    display: flex;
    margin-top:-4px;
}
.product-detail .status .price{
    font-size:2.2rem;
    flex: 1;
}
.product-detail .status .sales{
    flex: 1;
    font-size:1.6rem;
    text-align: right;
    margin-top:6px;
}
.product-detail .name{
    padding:1rem;
    background-color: #fff;
    color: #333;
    font-size:1.6rem;
    font-weight: bold;
}

.product-detail .safe{
    margin:1rem 0;
    padding:1rem;
    background-color: #fff;
    color: #777;
    font-size:1.4rem;
    line-height: 32px;
    align-items: center;
}
.product-detail .safe-item{
    display: flex;
    justify-content: space-between;
}
.product-detail .safe-item img{
    width:0.6rem;
}
.product-detail .intro{
    font-size:14px;
    line-height: 28px;
    background: #fff;
    padding:1rem;
}
.product-detail .border-bottom{border-bottom:1px solid #efefef;padding:0.5rem 0 0.4rem 0;}
.product-detail .intro .name{padding:1rem 0;color:#888;font-weight: normal;font-size:14px;display: flex;justify-content: center;align-items: center;}
.product-detail .intro .name .start{
    background: #efefef;
    display: inline-block;
    margin: 0 0.8rem;
    width: 2rem;
    height: 0.1rem;
}
.product-detail .content{max-width: 100%;font-size:14px;line-height:24px;background: #fff;padding:0 1rem;}
.product-detail .content .name{padding:1rem 0;color:#888;font-weight: normal;font-size:14px;display: flex;justify-content: center;align-items: center;}
.product-detail .content .name .start{
    background: #efefef;
    display: inline-block;
    margin: 0 0.8rem;
    width: 2rem;
    height: 0.1rem;
}
.product-detail .content p{margin:1rem 0;}
.product-detail .content img{max-width:100%;height:auto;width:100%;display: block}
.text-black{color:#333;}
.product-detail .safe span{padding:0 10px;}
.fixed-bottom {
    border-top:1px solid #f0f0f0;
    background: #fff;
    display: flex;
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    justify-content: space-between;
}
.fixed-bottom .kefu{color:#2aa13d;flex:1;text-align: center;}
.fixed-bottom .kefu svg{width:28px;height:28px;margin-top:1px;}
.fixed-bottom .kefu label{font-size:14px;color:#999;}

.fixed-bottom .total-fee{
    text-align: right;
    flex:1;
    margin-right:1.2rem;
    font-size:1.4rem;
}
.fixed-bottom .total-fee .price{font-size:1.8rem;}
.fixed-bottom .total-fee .price .fee{color:#ff4443;font-weight: 600}
.fixed-bottom .total-fee .price .fee{color:#ff4443;font-weight: 500}
.shadow {
    box-shadow: 0 0 8px #ddd;
}
.btn{height:5.2rem;line-height:5.2rem;display: block;font-size: 1.6rem;text-align: center;background-color: #ff4443;color:#fff;}
.btn.small{height: 3.8rem; line-height: 3.8rem;font-size: 1.4rem;}
.btn.red{background-color: #ff4443;color: #fff;}
.btn.orange{background: #FE9057;color: #fff;}
.btn.green{background:#5eba00;color: #fff;}
.btn.white{background: #efefef;color:#333;}
.btn.black{background: #fff;color:#333;border: 1px solid #ccc;}

.btn.inline{display: inline-block;padding: 0 2rem;}

.show-tip-content{font-size:1.2rem;line-height:2.2rem;padding:1rem;width:90vw;margin:0 auto;border-radius: 0.3rem; display: flex;flex-direction: column;justify-content: center;align-items: center;}
.show-tip-content .title{font-weight: 500;font-size:1.4rem; border-bottom: 1px solid #efefef;padding-bottom: 0.4rem;}
.show-tip-content .content{padding:1rem 0;line-height:2.2rem;flex:1}
.show-tip-content .content p{margin:1rem 0;}
.show-tip-content .content .button{}
.show-tip-content .button .success{text-align:center;padding:0.6rem 1.5rem;font-size:1.4rem;height:2.4rem;line-height:2.4rem;background:#5eba00;color:#fff;border-radius: 5px; }


.buy-product{
    background: #fff;
    padding:1.5rem;
    border-radius: 1rem 1rem 0 0;
    width:100vw;
    box-sizing: border-box;
}
.buy-product .detail{
    display: flex;
    padding:0.5rem 0 0.5rem 0;
}
.buy-product .detail .name{flex:1;display: flex;flex-direction: column}
.buy-product .detail .name p.title{font-size:1.6rem;font-weight:500;flex: 1;}
.buy-product .detail .name p.price{color:#ff4443;}
.buy-product .detail .name p .fee{font-size:2.0rem;font-weight: 500;}
.buy-product .detail .photo{
    width:8rem;
    height:8rem;
    margin-right: 1.5rem;
    object-fit: cover;
}
.buy-product .detail img{width:2rem;height: 2rem;color:#999;}
.buy-product .more{display: flex;justify-content:space-between;font-size:1.4rem;line-height: 36px;margin-top:2rem;padding-top:1rem;border-top:1px solid #efefef;}

.buy-product .more .count-box .num {
    border: 1px solid #e5e5e5;
    width: 5rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    float: left;
}

.buy-product .more .count-box .crease.de {
    border-right: none;
    border-radius: 3px 0px 0px 3px;
}
.buy-product .more .count-box .crease {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    text-align: center;
    width: 5rem;
    height: 3rem;
    line-height: 3rem;
}

.buy-product .more .count-box input{
    border: none;
    background: none;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;font-weight:500;font-size:1.4rem;
}

.show-address{width:100vw;height:100vh;background: #F2F1F6;overflow-y:auto;}
.show-address .item-address{
    margin:1rem;
    background: #fff;
    padding:0 1rem;
    font-size:1.4rem;
    border-radius: 10px;
}
.show-address .item-address .name{text-align: center;border-bottom: 1px solid #efefef;padding:1rem 0;}
.show-address .item-address .use{display: flex;padding:1rem;}
.show-address .item-address .use label{flex:1;text-align: center;color:#666;}
.show-address .button{display: flex;padding:1rem 0;}
.show-address .button span{flex:1;margin:0 1rem;}
.show-address .item{display: flex;border-bottom: 1px solid #efefef;padding:1rem 0;}
.show-address .item span{margin-right:1.5rem;color:#666;}
.show-address .item p{flex: 1;}
.show-address .item .input{
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    font-size:1.4rem;
    color:#333;
}

.pay-popup{
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    width:100vw;
    box-sizing: border-box;
    padding:3rem 3em 5rem 3rem;
}
.pay-popup .name{font-size:1.4rem;padding:1rem;color:#666;}
.pay-type{
    display: flex;
    justify-content:space-between;
    color:#fff;
}
.pay-type div{
    flex:1;font-size:1.6rem;text-align: center;
    margin:0 1rem;
    border-radius: 5px;
    padding:1rem 0.5rem;
}


.order-tip{margin:1rem 0;background: #fff;text-align: center;padding:2rem 1rem;font-size:1.4rem;line-height: 2.6rem;}
.order-tip h3{font-weight:normal;color:#555;margin:0;padding:0;}
.order-tip span{color:#666;}

.order-address{margin:1rem 0;background: #fff;padding:2rem 1rem;font-size:1.4rem;color:#666;}
.order-address .item{line-height: 2.6rem;display: flex;justify-content:space-between;}
.order-address .info{color:#333;}
.order-address .fee{color:#ff4443}
.pay-list{background: #fff;margin:2rem 0;}
.pay-list .pay-list-item{display: flex;
    justify-content: space-between;
    padding:1.5rem 2rem;
    border-bottom: 1px solid #efefef;
    align-items: center;
}
.pay-list .pay-list-item div{font-size:1.6rem;color:#555;}
.pay-list .pay-list-item div img{vertical-align: middle;margin-right:1rem;}

.pay-list .pay-list-item .circle{
    width:16px;
    height:16px;
    border:1px solid #333;
    border-radius: 50%;
    display: block;
}

.pay-list .active{
    width:16px;
    height:16px;
    border:1px solid #ff851b;
    border-radius: 50%;
    display: block;
    background:#ff851b;
}

.pay-button{
    margin:4rem 2rem;
}
.common-button{
    margin:4rem 2rem;
    display: flex;
    justify-content: center;
}
.common-button a{
    flex:1;
    margin:0 1rem;
}
.order-product {
    background: #fff;
    margin:1rem 0;
    padding:1rem;
    display: flex;
}
.order-product img{width:6.6rem;height:6.6rem;margin-right:1.2rem;border-radius: 5px;}
.order-product .detail{flex:1;display: flex;flex-direction: column;justify-content: space-between;}
.order-product .detail .name{font-size:1.4rem;font-weight: 500}
.order-product .detail .price{display: flex;justify-content: space-between}
.order-product .detail .price .fee{font-size:1.4rem;color:#ff4443;}
.order-product .detail .price p{color:#666;font-size:1.4rem;}

.mall-nav{
    display: flex;
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    justify-content: space-between;
}
.tab-bar{
    width:100%;
    overflow-x: auto;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 8px #ccc;
}
.tab-bar a{
    flex:1;text-align: center;
    padding:1rem 0;
    font-size:1.3rem;
    color:#666;
}
.tab-bar img{
    width:2rem;
    height:2rem;
}


.user-center{

}

.user-center .login{
    background: #fff;
    margin:1rem;
    padding:2rem 2rem 6rem 2rem;
    font-size:1.4rem;
    border-radius: 0.3rem;

}
.user-center .login .title{
    font-size:2.0rem;
    font-weight: normal;
    margin:1rem 1rem 2rem 0;
}
.user-center .login .form-field{
    margin:2rem 0;
    align-items: center;
    font-size:1.4rem;
}
.user-center .login .form-field div{
    margin:1rem 0;
}

.user-center .login .form-field .code{
    display: flex;
    justify-content: space-between;
}
.user-center .login .form-field .code input{
}
.user-center .login .form-field .login-input{
    font-size: 1.4rem;
    padding:1rem;
    color: inherit;
    border: 1px solid #aaa;
    border-radius: 0;
    flex:1
}

.user-center .login .form-field .code-btn{
    flex:1;
    padding:0;
    margin-left:1.2rem;
    font-size:1.2rem;
}
.user-center .login .form-field label{
    color:#999;
    font-size:1.2rem;
}
.user-center .login .form-field label a{color:#0c8df9}

.box-user {
    margin:1rem;
    padding:3rem 2rem;
    background: #fff;
    background: url("/static/front/kk/img/file_71.jpg") no-repeat center center;
    background-size: cover;
    height:11rem;
    border-radius: 0.3rem;
    text-align: center;
}
.user-avatar{margin:0 auto;border-radius: 50%;width:7.5rem;height:7.5rem;border:2px solid #fff;}
.box-user p{font-size:2.0rem;color:#fff;padding:1rem;}

.order{margin:1rem;padding:0 1rem;background:#fff;border-radius: 0.3rem;}
.order .title{display: flex;justify-content: space-between;border-bottom: 1px solid #efefef;padding:1.2rem 0;}
.order .title span{flex:1;font-size:1.4rem;font-weight: 500;}
.order .title img{
    width:0.6rem;
}
.icons{
    display: flex;
    padding:1rem 0.5rem;
    align-items: center;
}
.icons a{
    flex:1;text-align: center;
}
.icons a img{
    height:2.2rem;
}
.icons a p{
    font-size:1.2rem;
    color:#333;
    margin-top:0.5rem;
}
.user-center .menu{
    background:#fff;
    margin:1rem;
    padding:0 1rem;
    border-radius: 0.3rem;
}
.user-center .menu .title{display: flex;justify-content: space-between;border-bottom: 1px solid #efefef;padding:1.5rem 0;}
.user-center .menu .title span{flex:1;font-size:1.6rem;}
.user-center .menu .title img{
    width:0.6rem;
}

.user-center .order-menu{
    width: 100%;
    overflow-x: auto;
    height: 4rem;
    overflow-y: hidden;
    background:#fff;
    border-bottom: 1px solid #efefef;
}

.user-center .order-menu .tab{
    height: 4rem;
    line-height: 4rem;
    padding: 0 1rem;
    display: inline-block;
    position: relative;
    color: #666;
    font-size:1.4rem;
}
.user-center .order-menu .tab a.active{font-weight: bold;}

.user-center .more-pager{
    font-size:1.4rem;
    color:#444;
    margin:1rem;
    padding:1rem;
    background: #fff;
    text-align: center;
    border-radius: 0.3rem;
}

.user-center .order-list{
    margin:1rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding:2rem 1rem 1rem 1rem;
    font-size:1.4rem;
    border-radius: 0.3rem;
}
.user-center .order-list .detail{

}
.user-center .order-list .detail .detail-product{

}
.user-center .order-list .name{
    font-size:1.4rem;
    font-weight:500;
    padding:0.5rem 0;
}
.user-center .order-list .detail .price {
    display: flex;
    justify-content: space-between;
    margin:1rem 0;
}
.user-center .order-list .detail .price p{
    color:#666;
}
.user-center .order-list .detail .price .fee{
    color:#ff3300;
    font-size:1.4rem;
}

.user-center .cart-menu{
    display: flex;
    align-items: center;
    background: #fff;
    margin:1rem 0;
    padding:1.3rem 1rem;
    font-size:1.6rem;
}
.user-center .cart-menu img{width:2rem;height:2rem;margin-right:1.2rem;}

.user-center .cart-item {
    background: #fff;
    border-bottom: 1px solid #efefef;
    padding:2rem 1rem;
    display: flex;
    align-items: center;
    font-size:1.4rem;
}
.user-center .cart-item .detail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex:1
}
.user-center .cart-item .radio{
    width:2rem;height:2rem;
    margin-right:1.2rem;
}
.user-center .cart-item .photo{
    width:6.6rem;
    height:6.6rem;
    border-radius: 0.3rem;
    margin-right:1.2rem;
    border:1px solid #eee;
}
.user-center .cart-item .name{
    font-size:1.4rem;
    font-weight: normal;
}

.user-center .cart-item .more-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0.6rem 0;
}
.user-center .cart-item .more-price .fee{
    flex:1;
    color:#ff3300;
    font-size:1.6rem;
}

.user-center .count-box{

}

.user-center  .count-box .num {
    border: 1px solid #e5e5e5;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    float: left;
}

.user-center  .count-box .crease.de {
    border-right: none;
    border-radius: 3px 0 0 3px;
}
.user-center  .count-box .crease {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}

.user-center  .count-box input{
    border: none;
    background: none;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;font-weight:500;font-size:1.4rem;
}

.user-center .new-address{
    margin:1rem;
    padding:1rem 0
}

.user-center .user-address{
    background: #fff;
    margin:1rem;
    padding:1rem;
    border-radius: 0.3rem;
    font-size:1.4rem;
    line-height:2.6rem;
}
.user-center .user-address .item{
    display: flex;
    justify-content: space-between;
    color:#666;
    flex-wrap: wrap
}

.user-center .user-address .item .info{color:#333;}
.user-center .user-address  .button{
    display: flex;
    justify-content:space-around;
    border-top:1px solid #eee;
    padding:0.2rem 0;
    margin:1rem 0;
}
.user-center .user-address  .button span{
    flex:1;
    border:1px solid #efefef;
    border-radius: 5px;
    margin:2rem 1rem 0 1rem;
}

.look-more .look-Btn {
    display: block;
    height: 4.1347rem;
    line-height: 4.1347rem;
    border-radius: 0.4rem;
    margin: 0 1.5rem;
    border: 1px solid rgb(201, 65, 58);
}

.detail-header {
    position: relative;
    z-index: 1000;
    height: 5rem;
    line-height: 5rem;
    padding-left: 1.65rem;
    padding-right: 1.75rem;
    background-color: #C9413A;
}

.detail-header .header-box {
    height: 5.2rem;
    color: #fff;
}

.header-box .detail-title {
    margin-left: -3rem;
    font-size: 1.75rem;
}


.article-box {
    background: #fff;
    padding: 2rem 1.5rem;
}

.article-box .article_title {
    font-size: 2.3rem;
    line-height: 3.6rem;
    color: #000;
    margin-bottom: 1.4rem;
}

.article-box .article_about {
    font-size: 1.2rem;
    color: rgba(47, 47, 47, 0.6);
    padding-bottom: 0.8rem;
}

.article-box .more_about{
    display: flex;
    justify-content: space-between;
    color:#bbb;
    font-size:1.2rem;
    font-weight: normal;
    align-items: center;
    justify-items: center;
}
.article-box .more_about b{
    font-weight: 500;
    font-size:1.8rem;
    color:#333;
}
.article-box .more_about .approve svg{vertical-align:bottom;}
.article-box .more_about .approve span{margin-right:1.6rem;font-size:1.4rem;color:#666;}



article {
    font-size: 1.8rem !important;
    line-height: 3.2rem;
    color: #222;
    overflow: hidden;
}

.article-box article * {
    letter-spacing: 0.1rem;
    max-width: 100% !important;
}

article p, article h1, article h2, article h3, article h4, article h5, article h6, article code {
    font-size: 1.8rem !important;
    line-height: 3.2rem !important;
    margin: 2rem 0 !important;
}

article label, article strong, article span, article b, article font {
    font-size: 1.9rem !important;
}

article blockquote {
    display: block;
    border-left: 0.8rem solid #d0e5f2;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
}

.article-box img {
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
    padding: 1rem 0;
}

.article-box article p {
    margin: 2.4rem 0;
    text-align: justify;
}

.article-box article a {
    color: #467fcf;
}

.article-box p > img {
    padding: 0;
}

.article-box .color-white {
    color: white;
}

.article-box article a:hover {
    text-decoration: underline;
}

.article-box code {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px;
}

article table {
    border-collapse: collapse;
}

article table td {
    border: 1px solid #ddd;
    padding: 0 1rem;
}

.article-box .ym-article-table {
    width: 100%;
    margin: 1rem 0;
    font-size: 1.3rem !important;
    position: relative;
    overflow: hidden;
}

.ym-article-table thead th {
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: normal;
    font-size: 1.4rem !important;
}

.ym-article-table tbody tr {
    position: relative;
    z-index: 1;
}

.ym-article-table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.03);
}

.ym-article-table td,
.ym-article-table th {
    text-align: center;
    padding: 1rem 0.2rem;
    border: 1px solid #ddd;
    font-size: 1.4rem !important;
}

.ym-article-table th {
    border: 1px solid #cdcdcd;
}

/* 右侧弹窗 */
.right-popup {
    display: none;
    position: relative;
    z-index: 1000;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(47, 47, 47, 0.6);
}

.right-popup .container {
    width: 24rem;
    height: 100%;
    font-size: 1.6rem;
    background-color: white;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1005;
}

.container .right-head {
    padding: 2rem 1.6rem 0;
    line-height: 1.5rem;
}

.container .right-head > span {
    display: inline-block;
}

.container .right-list {
    height: 100%;
    padding: 0.5rem 0.8rem 0;
}

.right-list .list-item {
    width: 9.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    margin: 0.7rem;
    border-radius: 0.4rem;
    background-color: rgb(242, 241, 246);
}

.right-list .list-item a {
    display: block;
}

.right-list .active a {
    color: #C9413A;
    font-weight: bold;
}

.footer {
    width: 100%;
    text-align: center;
    padding: 3rem 0 4rem;
    background-color: rgb(242, 241, 246);
}
.footer-box{
    padding:0 1.5rem;
}
.footer .f-us {
    font-size: 1.4rem;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid rgb(219, 219, 219);
}

.footer .f-us .us {
    width: 8rem;
    display: inline-block;
}

.footer .company {
    border-top: 1px solid white;
    padding-top: 1.3rem;
    font-size: 1.2rem;
    color: rgb(117, 117, 117);
    line-height: 3.0rem;

}



/* 错误页面 */
.error-box .footer {
    position: absolute;
    bottom: 0;
    left: 0;
}

.error-con {
    background: white;
    padding: 18rem 2rem;
    text-align: center;
    padding-top: 5rem;
}

.error-con img {
    width: 20rem;
}

.error-con p {
    padding-top: 5rem;
}

#img-preview {
    position: relative;
    z-index: 1000;
    display: none;
}

#img-preview .modal {
    background-color: rgb(47, 47, 47);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: auto;
}

#img-preview .closebtn {
    z-index: 1000;
}

#img-preview .ub.ub-ver {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#img-preview img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#img-preview .swiper-container {
    width: 100%;
    height: 100%;
}

#img-preview .index-box {
    padding: 2rem;
    color: white;
    text-align: center;
    font-size: 1.4rem;
}

#img-preview .closebtn {
    position: fixed;
    right: 2rem;
    top: 2rem;
    width: 2rem;
    height: 2rem;
    display: block;
}

.closebtn::before {
    content: "";
    width: 2rem;
    height: 2px;
    background: #fff;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 1rem;
}

.closebtn::after {
    content: "";
    width: 2rem;
    height: 2px;
    background: #fff;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 1rem;
}

.swiper-container-cube .swiper-slide {
    background: rgb(47, 47, 47);
}

.swiper-zoom-container {
    background: rgb(47, 47, 47);
}

.text-19 {
    font-size: 1.9rem;
    line-height: 2.2rem;
}

.bold {
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.about h1 {
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #f0f0f0;
    color: #000;
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
}

.about h2 {
    line-height: 3rem;
    margin-top: 2.8rem;
    color: #222;
    font-size: 1.9rem;
}

.about p {
    margin: 0.6rem 0;
    line-height: 3rem;
    color: #222;
    font-size: 1.9rem;
}

.about img {
    display: block;
    max-width: 100%;
    margin: 2.8rem auto;
}

.about > :first-child {
    margin-top: 1.4rem;
}

.swiper-box{
    background: linear-gradient(to bottom,#00B97D 50%,#ffffff 100% );
    padding:1.6rem 1.2rem;
    overflow:hidden;clear:both;
}
.swiper-box img{border-radius: 5px;max-height:138px;}

.search-bar {
    display: flex;
    align-items: center;
    background: white;
    margin: 0.3rem 0 0.3rem;
    border-radius: 0.8rem;
}
.search-bar .iconfont {
    color: #ACACAC;
    margin-left: 1.2rem;
}
.search-bar input {
    flex: 1;
    outline: none;
    border: none;
    padding: 0 0.3rem;
    font-size: 1.4rem;
}
.search-bar input::placeholder {
    color: #ACACAC;
}
.search-bar p.input {
    flex: 1;
    padding: 0 0.4rem;
    color: #909090;
    font-size: 1.4rem;
}
.search-bar button {
    margin: 0.6rem;
    background-color: #F0F0F0;
    border-radius: 0.8rem;
    width: 5.8rem;
    outline: none;
    border: none;
    height: 3rem;
    text-align: center;
    color: #0a8560;
    font-weight: bold;
    font-size: 1.4rem;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

#menu {
    z-index: 10000;
    position: fixed;
    display: none;
}

.menu-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 1.6rem 1.6rem;
    background-color: white;
}
.menu-box .icon-chacha_chacha {
    padding: 1.6rem;
    color: #909090;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 3.6rem;
    background: white;
}
.menu-box .filter-scroll-box {
    height: 70vh;
    overflow-y: auto;
}
.menu-box .filter-scroll-box::-webkit-scrollbar {
    display: none;
}
.menu-box .menu-list {
    margin: 3rem 0 3.4rem;
}
.menu-box .menu-list .title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 1.4rem;
}
.menu-box .menu-list .menus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem 1rem;
}
.menu-box .menu-list .menus.col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
}
.menu-box .menu-list .menus a, .menu-box .menu-list .menus span {
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.8rem;
    background: #F2F1F6;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0.4rem;
}
.menu-box .menu-list .menus a.active, .menu-box .menu-list .menus span.active {
    background: #C9413A;
    color: white;
}
.menu-box .menu-list .menus[data-type=fame_ids] {
    display: block;
    margin-top: -0.8rem;
}
.menu-box .menu-list .menus[data-type=fame_ids] span {
    display: block;
    float: left;
    margin: 0.8rem 0.8rem 0 0;
    padding: 0 1.6rem;
}
.menu-box .menu-list .menus[data-type=fame_ids]::after {
    content: "";
    display: block;
    clear: both;
}
.menu-box .bottom-btn-box {
    display: flex;
    gap: 1.6rem;
    padding-top: 0.8rem;
}
.menu-box .bottom-btn-box .btn {
    border: 1px solid #eaeaea;
    text-align: center;
    line-height: 5rem;
    font-size: 1.6rem;
    flex: 1;
}
.menu-box .bottom-btn-box .btn.red {
    background: #C9413A;
    color: white;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shadow {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.home-content section {
    background: white;
    padding: 0 1.6rem 2.4rem;
    margin-top: 1rem;
}
.home-content section:first-child {
    margin-top: 0;
}
.home-content .list {
    padding: 0;
}
.home-content .original {
    background: linear-gradient(to bottom, #C9413A 40%, rgba(255, 255, 255, 0) 80%);
    padding: 1.2rem 1.6rem 1.4rem;
    overflow: hidden;
}
.home-content .original .swiper {
    width: 200%;
    margin-left: -50%;
}
.home-content .original .swiper .swiper-slide-shadow-left, .home-content .original .swiper .swiper-slide-shadow-right {
    background-image: none;
}
.home-content .original img {
    width: 60vw;
    height: 81.25vw;
    border-radius: 0.8rem;
    border: 1px solid white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.home-content .box-article .hot-article-bar {
    display: flex;
    align-items: center;
    padding: 1.8rem 0 1.2rem;
    overflow-x: auto;
    justify-content: start;
}
.home-content .box-article .hot-article-bar::-webkit-scrollbar {
    display: none;
}
.home-content .box-article .hot-article-bar a {
    position: relative;
    font-size: 1.9rem;
    color: #757575;
    white-space: nowrap;
    margin-right: 3rem;
}
.home-content .box-article .hot-article-bar a.active {
    color: #000;
    font-weight: bold;
}
.home-content .box-article .hot-article-bar a.active::after {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    border: 0.3rem solid #C9413A;
    position: absolute;
    top: -0.4rem;
    right: -1.6rem;
}
.home-content .box-article .article-list a {
    display: flex;
    padding: 2rem 0;
    border-top: 1px solid #eaeaea;
}
.home-content .box-article .article-list a img {
    width: 11.2rem;
    height: 7.5rem;
    border-radius: 5px;
    margin-left: 1.2rem;
}
.home-content .box-article .article-list a .info {
    flex: 1;
}
.home-content .box-article .article-list a .info .title {
    line-height: 2.8rem;
    font-size: 1.9rem;
    height: 8.4rem;
    overflow: hidden;
}
.home-content .box-article .article-list a .info .author {
    color: #909090;
    font-size: 1.2rem;
}

.bb-c{
    padding-bottom: 1.4rem;
    border-bottom: 1px solid rgb(240, 240, 240);
}
.home-content .h3 {
    color: #000;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 1.4rem;
    padding-top: 1.8rem;
    
}


.link-btn {
    height: 4.2rem;
    text-align: center;
    border: 1px solid #eaeaea;
    color: #5B6A91;
    font-size: 1.4rem;
    line-height: 4.2rem;
    display: block;
    border-radius: 0.2rem;
}
.link-btn.red {
    border: 1px solid #C9413A;
    color: #C9413A;
}

h1.title {
    position: relative;
    padding: 2.2rem 0 1.2rem 2rem;
    font-size: 1.9rem;
}
h1.title::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    border: 0.3rem solid #2b7a5c;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

.no-data {
    padding: 6rem 0;
    text-align: center;
    color: #757575;
    font-size: 1.6rem;
}
.no-data .iconfont {
    font-size: 8rem;
    color: #D5D5D5;
    padding-bottom: 2.2rem;
    display: inline-block;
}

.search-box {
    background: white;
    padding: 1.6rem;
}
.search-box form {
    height: 3.6rem;
}
.search-box form .input-box {
    border-radius: 0.4rem;
    font-size: 1.4rem;
}
.search-box form input, .search-box form button {
    border: none;
    background: rgba(255, 255, 255, 0);
    font-size: 1.4rem;
}
.search-box form button {
    font-size: 1.4rem;
    color: #101010;
}

.selects {
    display: flex;
    align-items: center;
    line-height: 3.4rem;
    font-size: 1.4rem;
    margin-top: 2rem;
}
.selects .select {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1px solid #C9413A;
    border-radius: 0.4rem;
    background-color: #FBF1F1;
    color: #2F2F2F;
    font-size: 1.4rem;
    justify-content: center;
    margin-left: 1.2rem;
    border-radius: 1.8rem;
}
.selects .select:first-child {
    margin-left: 0;
}
.selects .select .iconfont {
    margin-left: 0.4rem;
    color: #C9413A;
    font-size: 1.2rem;
}

.schools {
    padding: 0.8rem;
}
.schools.reports .school {
    align-items: center;
    padding: 2rem 1.6rem;
}
.schools .school {
    display: flex;
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: white;
    margin-top: 0.8rem;
}
.schools .school:first-child {
    margin-top: 0;
}
.schools .school .logo {
    width: 4rem;
    height: 4rem;
    margin-right: 1.6rem;
}
.schools .school .info {
    flex: 1;
}
.schools .school .info .name {
    font-size: 1.6rem;
    color: #5B6A91;
    font-weight: bold;
}
.schools .school .info .title {
    font-size: 1.6rem;
    color: #2F2F2F;
    line-height: 2.4rem;
}
.schools .school .info .intro {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    color: #2F2F2F;
}
.schools .school .info .tags {
    display: flex;
    gap: 0.6rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.schools .school .info .tags span {
    border-radius: 0.3rem;
    line-height: 2rem;
    padding: 0 0.8rem;
    background: #F4F4F4;
    color: #888888;
}
.schools .school .icon-arrow-right {
    font-size: 1.2rem;
    color: #5B6A91;
    margin-left: 1.6rem;
}

.pager {
    text-align: center;
    padding: 1.6rem 0;
    margin: 0 0.8rem 0.8rem;
    background: white;
    border-radius: 0.8rem;
}
.pager a {
    display: inline-block;
    line-height: 2.6rem;
    padding: 0 1rem;
    border-radius: 0.3rem;
    border: 1px solid #eaeaea;
    margin: 0 0.5rem;
    background: #f1f1f1;
    color: #2f2f2f;
}
.pager span {
    margin-left: 0.4rem;
}

.hot-search {
    padding: 2.8rem 2rem;
}
.hot-search .hots {
    display: flex;
    flex-wrap: wrap;
}
.hot-search .hots a {
    border-radius: 0.4rem;
    background: #efefef;
    padding: 0 1rem;
    line-height: 3rem;
    font-size: 1.4rem;
    margin: 0 0.8rem 1.2rem 0;
}

.school-header {
    background: white;
    padding: 2.4rem 1.6rem 2rem;
    display: flex;
}
.school-header img.logo {
    width: 4.2rem;
    height: 4.2rem;
    margin-right: 1.6rem;
}
.school-header .info {
    flex: 1;
}
.school-header .info .name {
    font-size: 2.4rem;
    color: #2f2f2f;
    font-weight: 500;
}
.school-header .info .intro {
    font-size: 1.4rem;
    color: #2f2f2f;
    margin-top: 0.6rem;
}
.school-header .info .tags {
    display: flex;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.school-header .info .tags span, .school-header .info .tags a {
    border-radius: 0.3rem;
    line-height: 2rem;
    padding: 0 0.8rem;
    color: #888888;
    border: 1px solid #eaeaea;
    border-radius: 0.3rem;
    margin: 0.3rem 0.6rem 0.3rem 0;
}
.school-header .info .tags a {
    color: #5B6A91;
}
.school-header .info .tags a .iconfont {
    font-size: 1rem;
}

.school-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
    background: white;
    padding: 2rem 1.6rem;
    border-bottom: 1px solid #eaeaea;
    margin-top: 0.8rem;
}
.school-tabs a {
    line-height: 3rem;
    border-radius: 0.4rem;
    text-align: center;
    font-size: 1.6rem;
    color: #5B6A91;
    background: #f6f6f6;
    white-space: nowrap;
}
.school-tabs a.active {
    background: #C9413A;
    color: white;
}

.w-100 {
    width: 100%;
}

.dot-title {
    padding-bottom: 1.4rem;
    position: relative;
    display: flex;
    padding-left: 2rem;
    border-bottom: 1px solid #EAEAEA;
}
.dot-title::before {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border: 0.3rem solid #C9413A;
    left: 0;
    border-radius: 50%;
    bottom: 2.2rem;
}
.dot-title .title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 2.8rem;
    flex: 1;
}
.dot-title .change {
    font-size: 1.4rem;
    color: #909090;
    display: flex;
    align-items: center;
    color: #909090;
    cursor: pointer;
    color: #5B6A91;
}
.dot-title .change .iconfont {
    font-size: 1.4rem;
    margin-right: 0.4rem;
}
.dot-title .link {
    font-size: 1.4rem;
    color: #5B6A91;
}

.school-content {
    font-size: 1.6rem;
    background: white;
    padding-bottom: 1.6rem;
}
.school-content.school-page {
    background: #F2F1F6;
}
.school-content section {
    background: white;
    margin: 0.8rem 0;
    padding: 2rem 1.6rem;
}
.school-content section:first-child {
    margin-top: 0;
}
.school-content section .small-matter {
    margin: 1.6rem 0 0;
}
.school-content .dot-title {
    border-bottom: none;
}
.school-content .intro-box img {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    border-radius: 0.8rem;
}
.school-content .intro-box .tags {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-top: 1.6rem;
}
.school-content .intro-box .tags span {
    line-height: 2.6rem;
    border: 1px solid #eaeaea;
    padding: 0 0.8rem;
    border-radius: 0.4rem;
    font-size: 1.4rem;
}
.school-content .desc-ellipsis {
    position: relative;
    line-height: 3rem;
    overflow: hidden;
    font-size: 1.6rem;
    height: 6rem;
    text-align: justify;
    display: block;
}
.school-content .desc-ellipsis .more {
    line-height: 3rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 2rem);
    padding-left: 3rem;
    color: #4367B4;
    font-size: 1.4rem;
}
.school-content h1 {
    font-size: 1.9rem;
    color: #000;
    padding: 3.2rem 1.6rem;
    margin-bottom: 1.6rem;
    text-align: center;
}
.school-content h1.article-title {
    padding-bottom: 0;
}
.school-content .abstract {
    line-height: 3.2rem;
    margin: 1.6rem;
    font-size: 1.9rem;
}
.school-content h3 {
    font-size: 1.9rem;
    color: #000;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1.6rem;
}
.school-content h3::before {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border: 0.3rem solid #C9413A;
    left: 0;
    border-radius: 50%;
    top: 1.3rem;
    transform: translateY(-50%);
}
.school-content h4 {
    font-size: 1.6rem;
    margin-top: 2.4rem;
}
.school-content h4.mt-0 {
    margin-top: 0px;
}
.school-content .sub-title, .school-content .intro {
    color: #757575;
    font-size: 1.6rem;
    margin-top: 0.6rem;
    line-height: 3rem;
}
.school-content .intro {
    margin-top: 1.6rem;
}
.school-content .describe {
    margin: 1.6rem 0 0;
}
.school-content .describe, .school-content .describe p {
    color: #222222;
    line-height: 3rem;
    text-align: justify;
    font-size: 1.6rem;
}
.school-content .article-content p {
    margin: 2.4rem 0;
    color: #222222;
    line-height: 3.4rem;
    text-align: justify;
    font-size: 1.9rem !important;
}
.school-content .school-intro, .school-content .school-intro p {
    color: #222222;
    line-height: 3rem;
    text-align: justify;
    font-size: 1.9rem;
}
.school-content .school-intro p {
    margin: 2.4rem 0;
}
.school-content .small-matter {
    background: #f6f6f6;
    padding: 1.6rem;
    margin: 1.6rem 1.6rem;
    line-height: 3rem;
    font-size: 1.6rem;
    border-radius: 0.4rem;
}
.school-content .bottom-link {
    margin: 1.6rem;
    border-radius: 4px;
    padding: 1.6rem;
    text-align: center;
    display: block;
    font-size: 1.6rem;
}
.school-content .bottom-link.blue {
    background-color: #EEF6FF;
}
.school-content .bottom-link.green {
    background-color: #EDF7F4;
}

.bg-blue-light {
    background-color: #EEF6FF;
}

.sort-box {
    background-color: #ECF3FF;
    margin-right: 0.8rem;
    border-radius: 6px;
    height: 6.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.sort-box.orange {
    background-color: #FDF7F0;
}
.sort-box .num {
    font-size: 1.8rem;
    font-weight: bold;
}
.sort-box .name {
    font-size: 1.4rem;
    color: #909090;
    margin-top: 4px;
}
.sort-box:last-child {
    margin-right: 0;
}

.school-desc {
    position: relative;
    line-height: 3rem;
    overflow: hidden;
    font-size: 1.6rem;
    height: 6rem;
    text-align: justify;
}
.school-desc .more {
    line-height: 3rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 2rem);
    padding-left: 3rem;
    color: #5B6A91;
    font-size: 1.4rem;
}

.table {
    width: 100%;
    font-size: 1.6rem;
    border-collapse: collapse;
}
.table thead {
    background-color: #F6F6F6;
    color: #909090;
    text-align: center;
}
.table thead td {
    padding: 0.8rem;
    font-size: 1.4rem;
}
.table tbody {
    color: #222;
}
.table td {
    padding: 1.6rem 0.8rem;
    border: 1px solid #EAEAEA;
}
.table.text-left td {
    text-align: left;
}

.school-selects {
    display: flex;
    flex-wrap: wrap;
}
.school-selects .select {
    background: #FBF1F1;
    border: 1px solid #C9413A;
    line-height: 3.2rem;
    border-radius: 1.8rem;
    padding: 0 1.6rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0.4rem 0.8rem 0.4rem 0;
}
.school-selects .select span {
    font-size: 1.4rem;
}
.school-selects .select .iconfont {
    font-size: 1.4rem;
    margin-left: 0.4rem;
    color: #C9413A;
}

.school-data-tab {
    border-bottom: 1px solid #eaeaea;
    display: flex;
    line-height: 2.4rem;
    justify-content: space-around;
}
.school-data-tab .item {
    position: relative;
    padding-bottom: 1.6rem;
    font-size: 1.6rem;
}
.school-data-tab .item.active {
    color: #C9413A;
    font-weight: bold;
}
.school-data-tab .item.active::after {
    content: "";
    width: 60%;
    height: 0.4rem;
    background: #C9413A;
    position: absolute;
    bottom: 0;
    left: 20%;
    border-radius: 0.2rem;
}

.text-center {
    text-align: center;
}

.bb-1 {
    border-bottom: 1px solid #eaeaea;
}

.download-page {
    background: white;
}
.download-page .logo {
    width: 2.4rem;
    margin-right: 0.8rem;
}
.download-page .imgs {
    position: relative;
}
.download-page .imgs img {
    display: block;
    width: 100%;
}
.download-page .imgs::after {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.download-page .bottom-btn-box {
    background: white;
    padding: 1.6rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 0 8px #ddd;
}
.download-page .bottom-btn-box .btn {
    line-height: 4.8rem;
    border-radius: 2.4rem;
    text-align: center;
    color: white;
    font-size: 1.6rem;
    background: #FD7649;
}

.toapp {
    position: relative;
}
.toapp::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.about-box section {
    padding: 4rem 1.6rem 5rem;
}
.about-box section .desc p {
    font-size: 1.6rem;
    color: #222;
    margin: 2rem 0;
    line-height: 2.8rem;
}
.about-box section .desc.color-white p {
    color: white;
}
.about-box section img {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
}
.about-box section .logo {
    height: 2.4rem;
    height: auto;
    width: 14.5rem;
    margin-top: 0;
}
.about-box .zizhi-box .item {
    background: #F4F5F8;
    border-radius: 0.8rem;
    padding: 2.2rem 2rem;
    margin-top: 1.6rem;
}
.about-box .zizhi-box .item .name {
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
}
.about-box .zizhi-box .item p {
    margin-top: 0.4rem;
    color: #757575;
    font-size: 1.6rem;
}

.contact-box {
    padding: 0 1.6rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
}
.contact-box .item {
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 0.8rem;
    overflow: hidden;
    background: white;
}
.contact-box .item img {
    width: 100%;
}
.contact-box .item .desc {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.6rem;
}
.contact-box .item .desc p {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.font-12 {
    font-size: 1.2rem;
}

.font-14 {
    font-size: 1.4rem;
}

.font-16 {
    font-size: 1.6rem;
}

.font-18 {
    font-size: 1.8rem;
}

.font-20 {
    font-size: 2rem;
}

.font-22 {
    font-size: 2.2rem;
}

.font-24 {
    font-size: 2.4rem;
}

.font-26 {
    font-size: 2.6rem;
}

.font-28 {
    font-size: 2.8rem;
}

.font-30 {
    font-size: 3rem;
}

.font-32 {
    font-size: 3.2rem;
}

.font-34 {
    font-size: 3.4rem;
}

.font-36 {
    font-size: 3.6rem;
}

.font-38 {
    font-size: 3.8rem;
}

.line-h-18 {
    line-height: 1.8rem;
}

.line-h-20 {
    line-height: 2rem;
}

.line-h-22 {
    line-height: 2.2rem;
}

.line-h-24 {
    line-height: 2.4rem;
}

.line-h-26 {
    line-height: 2.6rem;
}

.line-h-28 {
    line-height: 2.8rem;
}

.line-h-30 {
    line-height: 3rem;
}

.line-h-32 {
    line-height: 3.2rem;
}

.line-h-34 {
    line-height: 3.4rem;
}

.line-h-36 {
    line-height: 3.6rem;
}

.line-h-38 {
    line-height: 3.8rem;
}

.line-h-40 {
    line-height: 4rem;
}

.p-2 {
    padding: 0.2rem;
}

.pt-2 {
    padding-top: 0.2rem;
}

.pb-2 {
    padding-bottom: 0.2rem;
}

.pl-2 {
    padding-left: 0.2rem;
}

.pr-2 {
    padding-right: 0.2rem;
}

.p-tb-2 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.p-lr-2 {
    padding-left: 0.2rem;
    padding-right: 2px;
}

.p-4 {
    padding: 0.4rem;
}

.pt-4 {
    padding-top: 0.4rem;
}

.pb-4 {
    padding-bottom: 0.4rem;
}

.pl-4 {
    padding-left: 0.4rem;
}

.pr-4 {
    padding-right: 0.4rem;
}

.p-tb-4 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.p-lr-4 {
    padding-left: 0.4rem;
    padding-right: 4px;
}

.p-6 {
    padding: 0.6rem;
}

.pt-6 {
    padding-top: 0.6rem;
}

.pb-6 {
    padding-bottom: 0.6rem;
}

.pl-6 {
    padding-left: 0.6rem;
}

.pr-6 {
    padding-right: 0.6rem;
}

.p-tb-6 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.p-lr-6 {
    padding-left: 0.6rem;
    padding-right: 6px;
}

.p-8 {
    padding: 0.8rem;
}

.pt-8 {
    padding-top: 0.8rem;
}

.pb-8 {
    padding-bottom: 0.8rem;
}

.pl-8 {
    padding-left: 0.8rem;
}

.pr-8 {
    padding-right: 0.8rem;
}

.p-tb-8 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.p-lr-8 {
    padding-left: 0.8rem;
    padding-right: 8px;
}

.p-10 {
    padding: 1rem;
}

.pt-10 {
    padding-top: 1rem;
}

.pb-10 {
    padding-bottom: 1rem;
}

.pl-10 {
    padding-left: 1rem;
}

.pr-10 {
    padding-right: 1rem;
}

.p-tb-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.p-lr-10 {
    padding-left: 1rem;
    padding-right: 10px;
}

.p-12 {
    padding: 1.2rem;
}

.pt-12 {
    padding-top: 1.2rem;
}

.pb-12 {
    padding-bottom: 1.2rem;
}

.pl-12 {
    padding-left: 1.2rem;
}

.pr-12 {
    padding-right: 1.2rem;
}

.p-tb-12 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.p-lr-12 {
    padding-left: 1.2rem;
    padding-right: 12px;
}

.p-14 {
    padding: 1.4rem;
}

.pt-14 {
    padding-top: 1.4rem;
}

.pb-14 {
    padding-bottom: 1.4rem;
}

.pl-14 {
    padding-left: 1.4rem;
}

.pr-14 {
    padding-right: 1.4rem;
}

.p-tb-14 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.p-lr-14 {
    padding-left: 1.4rem;
    padding-right: 14px;
}

.p-16 {
    padding: 1.6rem;
}

.pt-16 {
    padding-top: 1.6rem;
}

.pb-16 {
    padding-bottom: 1.6rem;
}

.pl-16 {
    padding-left: 1.6rem;
}

.pr-16 {
    padding-right: 1.6rem;
}

.p-tb-16 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.p-lr-16 {
    padding-left: 1.6rem;
    padding-right: 16px;
}

.p-18 {
    padding: 1.8rem;
}

.pt-18 {
    padding-top: 1.8rem;
}

.pb-18 {
    padding-bottom: 1.8rem;
}

.pl-18 {
    padding-left: 1.8rem;
}

.pr-18 {
    padding-right: 1.8rem;
}

.p-tb-18 {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}

.p-lr-18 {
    padding-left: 1.8rem;
    padding-right: 18px;
}

.p-20 {
    padding: 2rem;
}

.pt-20 {
    padding-top: 2rem;
}

.pb-20 {
    padding-bottom: 2rem;
}

.pl-20 {
    padding-left: 2rem;
}

.pr-20 {
    padding-right: 2rem;
}

.p-tb-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.p-lr-20 {
    padding-left: 2rem;
    padding-right: 20px;
}

.p-22 {
    padding: 2.2rem;
}

.pt-22 {
    padding-top: 2.2rem;
}

.pb-22 {
    padding-bottom: 2.2rem;
}

.pl-22 {
    padding-left: 2.2rem;
}

.pr-22 {
    padding-right: 2.2rem;
}

.p-tb-22 {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}

.p-lr-22 {
    padding-left: 2.2rem;
    padding-right: 22px;
}

.p-24 {
    padding: 2.4rem;
}

.pt-24 {
    padding-top: 2.4rem;
}

.pb-24 {
    padding-bottom: 2.4rem;
}

.pl-24 {
    padding-left: 2.4rem;
}

.pr-24 {
    padding-right: 2.4rem;
}

.p-tb-24 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}

.p-lr-24 {
    padding-left: 2.4rem;
    padding-right: 24px;
}

.p-26 {
    padding: 2.6rem;
}

.pt-26 {
    padding-top: 2.6rem;
}

.pb-26 {
    padding-bottom: 2.6rem;
}

.pl-26 {
    padding-left: 2.6rem;
}

.pr-26 {
    padding-right: 2.6rem;
}

.p-tb-26 {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
}

.p-lr-26 {
    padding-left: 2.6rem;
    padding-right: 26px;
}

.p-28 {
    padding: 2.8rem;
}

.pt-28 {
    padding-top: 2.8rem;
}

.pb-28 {
    padding-bottom: 2.8rem;
}

.pl-28 {
    padding-left: 2.8rem;
}

.pr-28 {
    padding-right: 2.8rem;
}

.p-tb-28 {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
}

.p-lr-28 {
    padding-left: 2.8rem;
    padding-right: 28px;
}

.p-30 {
    padding: 3rem;
}

.pt-30 {
    padding-top: 3rem;
}

.pb-30 {
    padding-bottom: 3rem;
}

.pl-30 {
    padding-left: 3rem;
}

.pr-30 {
    padding-right: 3rem;
}

.p-tb-30 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.p-lr-30 {
    padding-left: 3rem;
    padding-right: 30px;
}

.p-32 {
    padding: 3.2rem;
}

.pt-32 {
    padding-top: 3.2rem;
}

.pb-32 {
    padding-bottom: 3.2rem;
}

.pl-32 {
    padding-left: 3.2rem;
}

.pr-32 {
    padding-right: 3.2rem;
}

.p-tb-32 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}

.p-lr-32 {
    padding-left: 3.2rem;
    padding-right: 32px;
}

.p-34 {
    padding: 3.4rem;
}

.pt-34 {
    padding-top: 3.4rem;
}

.pb-34 {
    padding-bottom: 3.4rem;
}

.pl-34 {
    padding-left: 3.4rem;
}

.pr-34 {
    padding-right: 3.4rem;
}

.p-tb-34 {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
}

.p-lr-34 {
    padding-left: 3.4rem;
    padding-right: 34px;
}

.p-36 {
    padding: 3.6rem;
}

.pt-36 {
    padding-top: 3.6rem;
}

.pb-36 {
    padding-bottom: 3.6rem;
}

.pl-36 {
    padding-left: 3.6rem;
}

.pr-36 {
    padding-right: 3.6rem;
}

.p-tb-36 {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
}

.p-lr-36 {
    padding-left: 3.6rem;
    padding-right: 36px;
}

.p-38 {
    padding: 3.8rem;
}

.pt-38 {
    padding-top: 3.8rem;
}

.pb-38 {
    padding-bottom: 3.8rem;
}

.pl-38 {
    padding-left: 3.8rem;
}

.pr-38 {
    padding-right: 3.8rem;
}

.p-tb-38 {
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
}

.p-lr-38 {
    padding-left: 3.8rem;
    padding-right: 38px;
}

.p-40 {
    padding: 4rem;
}

.pt-40 {
    padding-top: 4rem;
}

.pb-40 {
    padding-bottom: 4rem;
}

.pl-40 {
    padding-left: 4rem;
}

.pr-40 {
    padding-right: 4rem;
}

.p-tb-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.p-lr-40 {
    padding-left: 4rem;
    padding-right: 40px;
}

.m-2 {
    margin: 0.2rem;
}

.mt-2 {
    margin-top: 0.2rem;
}

.mb-2 {
    margin-bottom: 0.2rem;
}

.ml-2 {
    margin-left: 0.2rem;
}

.mr-2 {
    margin-right: 0.2rem;
}

.m-tb-2 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.m-lr-2 {
    margin-left: 0.2rem;
    margin-right: 2px;
}

.m-4 {
    margin: 0.4rem;
}

.mt-4 {
    margin-top: 0.4rem;
}

.mb-4 {
    margin-bottom: 0.4rem;
}

.ml-4 {
    margin-left: 0.4rem;
}

.mr-4 {
    margin-right: 0.4rem;
}

.m-tb-4 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.m-lr-4 {
    margin-left: 0.4rem;
    margin-right: 4px;
}

.m-6 {
    margin: 0.6rem;
}

.mt-6 {
    margin-top: 0.6rem;
}

.mb-6 {
    margin-bottom: 0.6rem;
}

.ml-6 {
    margin-left: 0.6rem;
}

.mr-6 {
    margin-right: 0.6rem;
}

.m-tb-6 {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

.m-lr-6 {
    margin-left: 0.6rem;
    margin-right: 6px;
}

.m-8 {
    margin: 0.8rem;
}

.mt-8 {
    margin-top: 0.8rem;
}

.mb-8 {
    margin-bottom: 0.8rem;
}

.ml-8 {
    margin-left: 0.8rem;
}

.mr-8 {
    margin-right: 0.8rem;
}

.m-tb-8 {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.m-lr-8 {
    margin-left: 0.8rem;
    margin-right: 8px;
}

.m-10 {
    margin: 1rem;
}

.mt-10 {
    margin-top: 1rem;
}

.mb-10 {
    margin-bottom: 1rem;
}

.ml-10 {
    margin-left: 1rem;
}

.mr-10 {
    margin-right: 1rem;
}

.m-tb-10 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.m-lr-10 {
    margin-left: 1rem;
    margin-right: 10px;
}

.m-12 {
    margin: 1.2rem;
}

.mt-12 {
    margin-top: 1.2rem;
}

.mb-12 {
    margin-bottom: 1.2rem;
}

.ml-12 {
    margin-left: 1.2rem;
}

.mr-12 {
    margin-right: 1.2rem;
}

.m-tb-12 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.m-lr-12 {
    margin-left: 1.2rem;
    margin-right: 12px;
}

.m-14 {
    margin: 1.4rem;
}

.mt-14 {
    margin-top: 1.4rem;
}

.mb-14 {
    margin-bottom: 1.4rem;
}

.ml-14 {
    margin-left: 1.4rem;
}

.mr-14 {
    margin-right: 1.4rem;
}

.m-tb-14 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
}

.m-lr-14 {
    margin-left: 1.4rem;
    margin-right: 14px;
}

.m-16 {
    margin: 1.6rem;
}

.mt-16 {
    margin-top: 1.6rem;
}

.mb-16 {
    margin-bottom: 1.6rem;
}

.ml-16 {
    margin-left: 1.6rem;
}

.mr-16 {
    margin-right: 1.6rem;
}

.m-tb-16 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.m-lr-16 {
    margin-left: 1.6rem;
    margin-right: 16px;
}

.m-18 {
    margin: 1.8rem;
}

.mt-18 {
    margin-top: 1.8rem;
}

.mb-18 {
    margin-bottom: 1.8rem;
}

.ml-18 {
    margin-left: 1.8rem;
}

.mr-18 {
    margin-right: 1.8rem;
}

.m-tb-18 {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}

.m-lr-18 {
    margin-left: 1.8rem;
    margin-right: 18px;
}

.m-20 {
    margin: 2rem;
}

.mt-20 {
    margin-top: 2rem;
}

.mb-20 {
    margin-bottom: 2rem;
}

.ml-20 {
    margin-left: 2rem;
}

.mr-20 {
    margin-right: 2rem;
}

.m-tb-20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.m-lr-20 {
    margin-left: 2rem;
    margin-right: 20px;
}

.m-22 {
    margin: 2.2rem;
}

.mt-22 {
    margin-top: 2.2rem;
}

.mb-22 {
    margin-bottom: 2.2rem;
}

.ml-22 {
    margin-left: 2.2rem;
}

.mr-22 {
    margin-right: 2.2rem;
}

.m-tb-22 {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
}

.m-lr-22 {
    margin-left: 2.2rem;
    margin-right: 22px;
}

.m-24 {
    margin: 2.4rem;
}

.mt-24 {
    margin-top: 2.4rem;
}

.mb-24 {
    margin-bottom: 2.4rem;
}

.ml-24 {
    margin-left: 2.4rem;
}

.mr-24 {
    margin-right: 2.4rem;
}

.m-tb-24 {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}

.m-lr-24 {
    margin-left: 2.4rem;
    margin-right: 24px;
}

.m-26 {
    margin: 2.6rem;
}

.mt-26 {
    margin-top: 2.6rem;
}

.mb-26 {
    margin-bottom: 2.6rem;
}

.ml-26 {
    margin-left: 2.6rem;
}

.mr-26 {
    margin-right: 2.6rem;
}

.m-tb-26 {
    margin-top: 2.6rem;
    margin-bottom: 2.6rem;
}

.m-lr-26 {
    margin-left: 2.6rem;
    margin-right: 26px;
}

.m-28 {
    margin: 2.8rem;
}

.mt-28 {
    margin-top: 2.8rem;
}

.mb-28 {
    margin-bottom: 2.8rem;
}

.ml-28 {
    margin-left: 2.8rem;
}

.mr-28 {
    margin-right: 2.8rem;
}

.m-tb-28 {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
}

.m-lr-28 {
    margin-left: 2.8rem;
    margin-right: 28px;
}

.m-30 {
    margin: 3rem;
}

.mt-30 {
    margin-top: 3rem;
}

.mb-30 {
    margin-bottom: 3rem;
}

.ml-30 {
    margin-left: 3rem;
}

.mr-30 {
    margin-right: 3rem;
}

.m-tb-30 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.m-lr-30 {
    margin-left: 3rem;
    margin-right: 30px;
}

.m-32 {
    margin: 3.2rem;
}

.mt-32 {
    margin-top: 3.2rem;
}

.mb-32 {
    margin-bottom: 3.2rem;
}

.ml-32 {
    margin-left: 3.2rem;
}

.mr-32 {
    margin-right: 3.2rem;
}

.m-tb-32 {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
}

.m-lr-32 {
    margin-left: 3.2rem;
    margin-right: 32px;
}

.m-34 {
    margin: 3.4rem;
}

.mt-34 {
    margin-top: 3.4rem;
}

.mb-34 {
    margin-bottom: 3.4rem;
}

.ml-34 {
    margin-left: 3.4rem;
}

.mr-34 {
    margin-right: 3.4rem;
}

.m-tb-34 {
    margin-top: 3.4rem;
    margin-bottom: 3.4rem;
}

.m-lr-34 {
    margin-left: 3.4rem;
    margin-right: 34px;
}

.m-36 {
    margin: 3.6rem;
}

.mt-36 {
    margin-top: 3.6rem;
}

.mb-36 {
    margin-bottom: 3.6rem;
}

.ml-36 {
    margin-left: 3.6rem;
}

.mr-36 {
    margin-right: 3.6rem;
}

.m-tb-36 {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
}

.m-lr-36 {
    margin-left: 3.6rem;
    margin-right: 36px;
}

.m-38 {
    margin: 3.8rem;
}

.mt-38 {
    margin-top: 3.8rem;
}

.mb-38 {
    margin-bottom: 3.8rem;
}

.ml-38 {
    margin-left: 3.8rem;
}

.mr-38 {
    margin-right: 3.8rem;
}

.m-tb-38 {
    margin-top: 3.8rem;
    margin-bottom: 3.8rem;
}

.m-lr-38 {
    margin-left: 3.8rem;
    margin-right: 38px;
}

.m-40 {
    margin: 4rem;
}

.mt-40 {
    margin-top: 4rem;
}

.mb-40 {
    margin-bottom: 4rem;
}

.ml-40 {
    margin-left: 4rem;
}

.mr-40 {
    margin-right: 4rem;
}

.m-tb-40 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.m-lr-40 {
    margin-left: 4rem;
    margin-right: 40px;
}

.color-red {
    color: #C9413A;
}

.bg-red {
    background-color: #C9413A;
}

.color-green {
    color: #42BC85;
}

.bg-green {
    background-color: #42BC85;
}

.color-orange {
    color: #F6B125;
}

.bg-orange {
    background-color: #F6B125;
}

.color-blue {
    color: #547ACD;
}

.bg-blue {
    background-color: #547ACD;
}

.color-link {
    color: #5B6A91;
}

.bg-link {
    background-color: #5B6A91;
}

.color-black {
    color: #222222;
}

.bg-black {
    background-color: #222222;
}

.color-grey {
    color: #909090;
}

.bg-grey {
    background-color: #909090;
}

.color-75 {
    color: #757575;
}

.bg-75 {
    background-color: #757575;
}

.color-f2 {
    color: #F2F1F6;
}

.bg-f2 {
    background-color: #F2F1F6;
}

.color-white {
    color: #fff;
}

.bg-white {
    background-color: #fff;
}