@charset "UTF-8";

@fw-700: 700;
@fw-600: 600;
@fw-500: 500;
@fw-400: 400;
@fw-200: 200;
@fw-300: 300;
@fw-100: 100;

@fs-10: 10px;
@fs-12: 12px;
@fs-14: 14px;
@fs-16: 16px;
@fs-18: 18px;
@fs-20: 20px;
@fs-24: 24px;
@fs-36: 36px;

@base-em: 2em;
@navbar-blur:       saturate(180%) blur(20px);
@navbar-boxshaow:   0px 5px 5px rgba(0, 0, 0, 0.07);
@navbar-bg:         rgba(241, 241, 241, 0.87);


@max1440:           ~'(max-width:1440px)';
@max1024:           ~'(min-width:768px) and (max-width:1024px)';
@max1023:           ~'(min-width:768px) and (max-width:1023px)';
@max1240:           ~'(max-width:1240px)';
@max850:            ~'(max-width:850px)';
@max767:            ~'(max-width:767px)';
@max720:            ~'(max-width:720px)';
@apple-mobile735:   ~'only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 735px), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi)';
@apple-web735:      ~'(max-width: 735px)';
@apple-ipad:        ~'only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1068px), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi)';
@apple-web-ipad:    ~'(max-width: 1068px)';
@item-width:        ~'calc(100% / 4 - 16px)';


.fs-xieti{
    font-style: italic;
    text-align: left;
}

.pg-14{
    font-size: @fs-14;
}

.mt-em1{
    margin-top: 1em;
}
.mt-em2{
    margin-top: 2em;
}
.mb-em1{
    margin-bottom: 1em;
}
.mb-em2{
    margin-bottom: 2em;
}
.ml-14{
    margin-left: 14px;
}



