html,
body {
    height: 100%;
    font-size: 16px;
    font-family: source han sans cn, source han sans cn;
    font-weight: 400;
    color: #666666;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

p, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

/*按钮样式开始*/
.b-r-20 {
    border-radius: 1.25rem !important;
}

.b-r-60 {
    border-radius: 3.75rem !important;
}

.btn-fe9003,
.btn-2f99ff,
.btn-8828ff,
.btn-71d360,
.btn-ff586a,
.btn-fe6903,
.btn-7a66f0 {
    width: 12.5rem;
    height: 4rem;
    margin-top: 5rem;
    background: #fe9003;
    box-shadow: 0 1.25rem 2.5rem 0.0625rem rgba(254, 144, 3, 0.3);
    color: white;
    border: 0;
    border-radius: 0.75rem;
    box-sizing: content-box;
    font-size: 1.375rem;
}

.btn-2f99ff {
    background: #2f99ff;
    box-shadow: 0 0.25rem 0.75rem 0.0625rem rgba(47, 153, 255, 0.3);
}

.btn-8828ff {
    background: #8828ff;
    box-shadow: 0 0.25rem 0.75rem 0.0625rem rgba(136, 40, 255, 0.3);
}

.btn-71d360 {
    background: #71d360;
    box-shadow: 0 1.25rem 2.5rem 0.0625rem rgba(113, 211, 96, 0.16);
}

.btn-ff586a {
    background: #ff586a;
    box-shadow: 0 1.25rem 2.5rem 0.0625rem rgba(255, 88, 106, 0.3);
}

.btn-fe6903 {
    background: #fe6903;
    box-shadow: 0 1.25rem 2.5rem 0.0625rem rgba(254, 105, 3, 0.3);
}

.btn-7a66f0 {
    background: #7a66f0;
    box-shadow: 0 1.25rem 2.5rem 0.0625rem rgba(122, 102, 240, 0.3);
}

.btn-q {
    width: 1.25rem;
    height: 1.25rem;
    margin: auto 0.3125rem;
    display: inline-block;
    line-height: 1.25rem;
    text-align: center;
    font-size: 0.8125rem;
    color: #ffffff;
    background: #fe9003;
    border-radius: 0.3125rem;
}

.btn-a {
    width: 1.25rem;
    height: 1.25rem;
    margin: auto 0.3125rem;
    display: inline-block;
    line-height: 1.25rem;
    text-align: center;
    font-size: 0.8125rem;
    color: #ffffff;
    background: #1ecc58;
    border-radius: 0.3125rem;
}

.btn-tab-fe9003 {
    width: 9.625rem;
    height: 4rem;
    background: #FE9003;
    border-radius: 2rem 2rem 2rem 2rem;
    color: white;
    border: 0;
}

.btn-tab-ececec {
    width: 9.625rem;
    height: 4rem;
    background: #ffffff;
    color: #333333;
    border: 0.0625rem solid #ececec;
    border-radius: 2rem 2rem 2rem 2rem;
}

/*按钮样式结束*/

/*字体颜色开始*/
h3, a {
    color: #333333;
}

.new-active > a {
    color: #fe9003 !important;
}

a:hover {
    color: #fe9003 !important;
    text-decoration: none;
}

.text-ffffff {
    color: #ffffff;
}

.text-222222 {
    color: #222222;
}

.text-333333 {
    color: #333333;
}

.text-666666 {
    color: #666666;
}

.text-888888 {
    color: #888888;
}

.text-000958 {
    color: #000958;
}

.text-0f5041 {
    color: #0f5041;
}

/*字体颜色结束*/

/*背景颜色开始*/
.bg-fafbfd {
    background: #fafbfd;
}
.bg-2c374d {
    background: #2c374d;
}

.bg-ffffff {
    background: #ffffff;
}

.bg-fff3e4 {
    background: #fff3e4;
}

.bg-e8f4ff {
    background: #e8f4ff;
}

.bg-f3f1fe {
    background: #f3f1fe;
}

.bg-fef4ea {
    background: #fef4ea;
}

.bg-ffeef0 {
    background: #ffeef0;
}

.bg-f2fcf1 {
    background: #f2fcf1;
}

/*字体颜色结束*/

/*字体大小开始*/
.f-size-4_5 {
    font-size: 4.5rem;
}

.f-size-1_625 {
    font-size: 1.625rem;
}

.f-size-1_6 {
    font-size: 1.6rem;
}

.f-size-1_2 {
    font-size: 1.2rem;
}

.f-size-1_3 {
    font-size: 1.3rem;
}

.f-size-1_4 {
    font-size: 1.4rem;
}

.f-size-1_8 {
    font-size: 1.8rem;
}

.f-size-1_5 {
    font-size: 1.5rem;
}

.f-size-1_25 {
    font-size: 1.25rem;
}

.f-size-1_125 {
    font-size: 1.125rem;
}

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

.f-size-2_5 {
    font-size: 2.5rem;
}

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

/*字体大小结束*/

/*行高开始*/
.l-h-110 {
    line-height: 6.875rem;
}

.l-h-52 {
    line-height: 3.25rem;
}

.l-h-44 {
    line-height: 2.75rem;
}

.l-h-40 {
    line-height: 2.5rem;
}

.l-h-33 {
    line-height: 2.0625rem;
}

.lh-1_2 {
    line-height: 1.2;
}

.lh-1_3 {
    line-height: 1.3;
}

.lh-1_5 {
    line-height: 1.5;
}

.lh-2 {
    line-height: 2;
}

/*行高结束*/

.divider-line {
    border-top: 1px solid #beafba;
}