/*
  * A self-developed css script library,
  * peter copyright!
  * March 25, 2019
  * First edition
  * V1.0.0
  * Added text compatibility
*/

body {
    font-size: 14px;
    margin: 0 auto;
    font-family: "Microsoft YaHei", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: .3s;
}

ul,
ol,
li {
    list-style: none;
    /* float: left; */
}

a {
    text-decoration: none;
    color: black;
    transition: .3s;
    display: block;
}

a:focus {
    transition: .3s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--typeYel);
}

button,
input {
    outline: none;
    border: 1px solid #333;
}

textarea {
    resize: none;
}

textarea:hover {
    outline: none;
}

p {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
}

p,
span {
    font-size: 13px;
}

ul,
ol {
    overflow: hidden;
}

table,
tbody,
tr,
td {
    overflow: hidden;
    display: block;
}

img {
    display: inline;
}

.cont {
    width: 80%;
    max-width: 1280px;
    margin: 0px auto;
}

.oh {
    overflow: hidden;
}

.clear {
    clear: both;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.inline {
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.font-13 {
    font-size: .8125rem;
}

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

.font-15 {
    font-size: .9375rem;
}

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

.font-17 {
    font-size: 1.0625rem;
}

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

.font-19 {
    font-size: 1.1875rem;
}

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

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

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

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

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

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

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

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

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

.font-40 {
    font-size: 2.5rem;
}

.fw {
    font-weight: bolder;
}

.fwl {
    font-weight: lighter;
}

.font-unset {
    font-weight: unset;
    font-size: 1rem;
}

.flex {
    display: flex;
}

.just-center {
    justify-content: center;
}

.just-start {
    justify-content: flex-start;
}

.just-end {
    justify-content: flex-end;
}

.just-auto {
    justify-content: space-between;
}

.item-center {
    align-items: center;
}

.item-start {
    align-items: flex-start;
}

.just-wrap {
    flex-wrap: wrap;
}

.mar-5 {
    margin: 5px;
}

.mar-10 {
    margin: 10px;
}

.mar-15 {
    margin: 15px;
}

.mar-20 {
    margin: 20px;
}

.mar-25 {
    margin: 25px;
}

.mar-30 {
    margin: 30px;
}

.mar-35 {
    margin: 35px;
}

.mar-40 {
    margin: 40px;
}

.auto {
    margin: 0 auto;
}

.mt-2 {
    margin-top: 2px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-17 {
    margin-top: 17px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-19 {
    margin-top: 19px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-7 {
    margin-right: 7px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-17 {
    margin-right: 17px;
}

.mr-18 {
    margin-right: 18px;
}

.mr-19 {
    margin-right: 19px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-17 {
    margin-bottom: 17px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-19 {
    margin-bottom: 19px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-17 {
    margin-left: 17px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-19 {
    margin-left: 19px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.pad-5 {
    padding: 5px;
}

.pad-10 {
    padding: 10px;
}

.pad-15 {
    padding: 15px;
}

.pad-20 {
    padding: 20px;
}

.pad-25 {
    padding: 25px;
}

.pad-30 {
    padding: 30px;
}

.pad-35 {
    padding: 35px;
}

.pad-40 {
    padding: 40px;
}

.pt-2 {
    padding-top: 2px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-7 {
    padding-top: 7px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-17 {
    padding-top: 17px;
}

.pt-18 {
    padding-top: 18px;
}

.pt-19 {
    padding-top: 19px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pr-2 {
    padding-right: 2px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-7 {
    padding-right: 7px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-17 {
    padding-right: 17px;
}

.pr-18 {
    padding-right: 18px;
}

.pr-19 {
    padding-right: 19px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pb-2 {
    padding-bottom: 2px;
}

.pb-4 {
    padding-bottom: 4px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-7 {
    padding-bottom: 7px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-17 {
    padding-bottom: 17px;
}

.pb-18 {
    padding-bottom: 18px;
}

.pb-19 {
    padding-bottom: 19px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pl-2 {
    padding-left: 2px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-7 {
    padding-left: 7px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-17 {
    padding-left: 17px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-19 {
    padding-left: 19px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.solid {
    border: 1px solid var(--gray);
}

.dashed {
    border: 1px dashed var(--gray);
}

.st {
    border-top: 1px solid var(--gray);
}

.sr {
    border-right: 1px solid var(--gray);
}

.sb {
    border-bottom: 1px solid var(--gray);
}

.sl {
    border-left: 1px solid var(--gray);
}

.dt {
    border-top: 1px dashed var(--gray);
}

.dr {
    border-right: 1px dashed var(--gray);
}

.db {
    border-bottom: 1px dashed var(--gray);
}

.dl {
    border-left: 1px dashed var(--gray);
}

.radius-2 {
    border-radius: 2px;
}

.radius-5 {
    border-radius: 5px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-12 {
    border-radius: 12px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-50 {
    border-radius: 50px;
}

.pr-50 {
    border-radius: 50%;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tj {
    text-align: justify;
}

.lh-18 {
    line-height: 18px;
}

.lh-20 {
    line-height: 20px;
}

.lh-22 {
    line-height: 22px;
}

.lh-25 {
    line-height: 25px;
}

.lh-28 {
    line-height: 28px;
}

.lh-30 {
    line-height: 30px;
}

.lh-33 {
    line-height: 33px;
}

.lh-35 {
    line-height: 35px;
}

.lh-40 {
    line-height: 40px;
}

.lh-45 {
    line-height: 45px;
}

.lh-50 {
    line-height: 50px;
}

.lh-55 {
    line-height: 55px;
}

.post-r {
    position: relative;
}

.post-a {
    position: absolute;
}

.post-f {
    position: fixed;
}

.bg-black {
    background: var(--black);
}

.bg-white {
    background: var(--white);
}

.text-black {
    color: var(--black);
}

.text-white {
    color: var(--white);
}

.content {
    display: flex;
    flex-wrap: wrap;
}

.row-12 {
    width: 100%;
}

.row-11 {
    width: 91.66666667%;
}

.row-10 {
    width: 83.33333333%;
}

.row-9 {
    width: 75%;
}

.row-8 {
    width: 66.66666667%;
}

.row-7 {
    width: 58.33333333%;
}

.row-6 {
    width: 50%;
}

.row-5 {
    width: 41.66666667%;
}

.row-5-5 {
    width: 20%;
}

.row-4 {
    width: 33.33333333%;
}

.row-3 {
    width: 25%;
}

.row-2 {
    width: 16.66666667%;
}

.row-1 {
    width: 8.33333333%;
}

.trans3 {
    transition: .3s;
}

@media screen and (max-width:1024px) {
    .row-md-12 {
        width: 100%;
    }

    .row-md-11 {
        width: 91.66666667%;
    }

    .row-md-10 {
        width: 83.33333333%;
    }

    .row-md-9 {
        width: 75%;
    }

    .row-md-8 {
        width: 66.66666667%;
    }

    .row-md-7 {
        width: 58.33333333%;
    }

    .row-md-6 {
        width: 50%;
    }

    .row-md-5 {
        width: 41.66666667%;
    }

    .row-md-5-5 {
        width: 20%;
    }

    .row-md-4 {
        width: 33.33333333%;
    }

    .row-md-3 {
        width: 25%;
    }

    .row-md-2 {
        width: 16.66666667%;
    }

    .row-md-1 {
        width: 8.33333333%;
    }

    .md-hide {
        display: none;
    }

    .md-show {
        display: block;
    }

    .md-flex {
        display: flex;
    }

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

    .font-13 {
        font-size: .875rem;
    }

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

    .font-15 {
        font-size: 1rem;
    }

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

    .font-17 {
        font-size: 1.125rem;
    }

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

    .font-19 {
        font-size: 1.25rem;
    }

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

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

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

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

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

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

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

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

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

    .font-40 {
        font-size: 2.5625rem;
    }
}

@media screen and (max-width:768px) {
    .row-sm-12 {
        width: 100%;
    }

    .row-sm-11 {
        width: 91.66666667%;
    }

    .row-sm-10 {
        width: 83.33333333%;
    }

    .row-sm-9 {
        width: 75%;
    }

    .row-sm-8 {
        width: 66.66666667%;
    }

    .row-sm-7 {
        width: 58.33333333%;
    }

    .row-sm-6 {
        width: 50%;
    }

    .row-sm-5 {
        width: 41.66666667%;
    }

    .row-sm-5-5 {
        width: 20%;
    }

    .row-sm-4 {
        width: 33.33333333%;
    }

    .row-sm-3 {
        width: 25%;
    }

    .row-sm-2 {
        width: 16.66666667%;
    }

    .row-sm-1 {
        width: 8.33333333%;
    }

    .sm-hide {
        display: none;
    }

    .sm-show {
        display: block;
    }

    .sm-flex {
        display: flex;
    }

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

    .font-13 {
        font-size: .9375rem;
    }

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

    .font-15 {
        font-size: 1.0625rem;
    }

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

    .font-17 {
        font-size: 1.1875rem;
    }

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

    .font-19 {
        font-size: 1.3125rem;
    }

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

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

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

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

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

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

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

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

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

    .font-40 {
        font-size: 2.625rem;
    }
}

@media screen and (max-width:414px) {
    .row-xs-12 {
        width: 100%;
    }

    .row-xs-11 {
        width: 91.66666667%;
    }

    .row-xs-10 {
        width: 83.33333333%;
    }

    .row-xs-9 {
        width: 75%;
    }

    .row-xs-8 {
        width: 66.66666667%;
    }

    .row-xs-7 {
        width: 58.33333333%;
    }

    .row-xs-6 {
        width: 50%;
    }

    .row-xs-5 {
        width: 41.66666667%;
    }

    .row-xs-5-5 {
        width: 20%;
    }

    .row-xs-4 {
        width: 33.33333333%;
    }

    .row-xs-3 {
        width: 25%;
    }

    .row-xs-2 {
        width: 16.66666667%;
    }

    .row-xs-1 {
        width: 8.33333333%;
    }

    .xs-hide {
        display: none;
    }

    .xs-show {
        display: block;
    }

    .xs-flex {
        display: flex;
    }

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

    .font-13 {
        font-size: 1rem;
    }

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

    .font-15 {
        font-size: 1.125rem;
    }

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

    .font-17 {
        font-size: 1.25rem;
    }

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

    .font-19 {
        font-size: 1.375rem;
    }

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

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

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

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

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

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

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

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

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

    .font-40 {
        font-size: 2.6875rem;
    }
}