﻿/*common*/
@charset "UTF-8";
/*Univia Pro*/
@font-face {
    font-family: 'univia';
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/univiapro-thin.woff2') format('woff2');
}

@font-face {
    font-family: 'univia';
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/univiapro-ultralight.woff2') format('woff2');
}

@font-face {
    font-family: 'univia';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/univiapro-light.woff2') format('woff2');
}

@font-face {
    font-family: 'univia';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/univiapro-book.woff2') format('woff2');
}

@font-face {
    font-family: 'univia';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/univiapro-bookitalic.woff2') format('woff2');
}

@font-face {
    font-family: 'univia';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/univiapro-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'univia';
    font-style: italic;
    font-weight: 500;
    src: url('/fonts/univiapro-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'univia';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/univiapro-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'univia';
    font-style: italic;
    font-weight: 600;
    src: url('/fonts/univiapro-mediumitalic.woff2') format('woff2');
}

@font-face {
    font-family: 'univia';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/univiapro-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'univia';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/univiapro-bolditalic.woff2') format('woff2');
}

@font-face {
    font-family: 'univia';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/univiapro-black.woff2') format('woff2');
}

@font-face {
    font-family: 'univia';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/univiapro-ultra.woff2') format('woff2');
}

/*
    
    Beta3*/
@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("/fonts/fa-light-300.woff2") format("woff2"), url("/fonts/fa-light-300.woff") format("woff"), url("/fonts/fa-light-300.ttf") format("truetype");
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/fonts/fa-regular-400.woff2") format("woff2"), url("/fonts/fa-regular-400.woff") format("woff"), url("/fonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.woff") format("woff"), url("/fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url("/fonts/fa-thin-100.woff2") format("woff2"), url("/fonts/fa-thin-100.woff") format("woff"), url("/fonts/fa-thin-100.ttf") format("truetype");
}
@font-face {
    font-family: "FADuotone";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("/fonts/fa-duotone-light-300.woff2") format("woff2");
}
@font-face {
    font-family: "FADuotone";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/fonts/fa-duotone-900.woff2") format("woff2");
}
.univia {
    font-family: 'univia';
}
.fat, .fa-thin {
    font-family: 'FontAwesome';
    font-weight: 100;
}

.fal, .fa-light {
    font-family: 'FontAwesome';
    font-weight: 300;
}

.far, .fa-regular {
    font-family: 'FontAwesome';
    font-weight: 400;
}

.fas, .fa-solid {
    font-family: 'FontAwesome';
    font-weight: 900;
}
.fab, .fa-brands {
    font-family: "FontAwesomeBrands";
}
.fad::before,
.fad::after {
    font-family: "FADuotone";
    font-weight: 900;
    position: absolute;
    font-style: normal;
    left: 0;
    top: 0;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: inherit
}

body {
    font-size: 16px;
    color: #222;
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    font-family: 'Roboto', 'Microsoft YaHei'
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0
}


a {
    text-decoration: none;
    cursor: pointer
}

    a:hover, a:focus, a:visited {
        text-decoration: none !important;
        outline: 0
    }
.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0;
    background: 0;
}

textarea {
    overflow: hidden
}

button {
    outline: none !important;
    cursor: pointer
}
.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0 auto;
    overflow: hidden
}
.text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #555;
    margin: 0 0 15px
}

.noborder {
    border: 0 !important;
}
textarea::placeholder,
input::placeholder,
input, textarea {
    font-family: 'Microsoft YaHei'
}
    textarea::placeholder,
    input::placeholder {
        color: #a7acb8;
        transition: .35s;
        font-size: 0.9rem;
    }
/* 隐藏WebKit内核浏览器（Chrome、Safari等）的密码查看按钮 */
input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none !important;
}
/* 针对某些浏览器的密码可见性切换按钮 */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none !important;
}
.f14{
    font-size: 14px;
}
.f15 {
    font-size: 15px;
}
.flex-center {
    display: flex;
    align-items: center;
}
/* 加载层动画样式开始 */
.loader-bar {
    margin: 0 10px;
    height: 20px
}

    .loader-bar span {
        display: inline-block;
        width: 3px;
        height: 100%;
        margin: 0 3px;
        border-radius: 4px;
        background: #f2c2fb;
        animation: loader 1s ease infinite;
        -webkit-animation: loader 1s ease infinite
    }

@keyframes loader {
    0%,100% {
        height: 10px;
        background: #f2c2fb
    }

    50% {
        height: 20px;
        margin: -5px 3px;
        background: #add8e6
    }
}

.loader-bar span:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loader-bar span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loader-bar span:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.loader-bar span:nth-child(5) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.loader-text {
    font-size: 13px;
    color: #beb7c1;
    padding-top: 10px
}
/* 加载层动画样式结束 */