* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    color: #ffffff;
    font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #F6F7FA;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover, .span:hover, p:hover {
    color: #000000;
    transition: color 0.3s, background-color 0.3s;
}

.black-a {
    color: #ffffff !important;
    text-decoration: none;
}

.black-a:hover {
    color: #dfdfdf !important;
}

.white-a {
    color: #333333 !important;
    text-decoration: none;
}

.white-a:hover {
    color: #222222 !important;
}

p {
    line-height: 22px;
}

li {
    list-style-type: none;
}

.td {
    text-decoration: underline;
}

.hidden {
    display: none;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w1200 {
    width: 1200px;
}

.blod {
    font-weight: bold;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.center {
    display: flex;
    align-items: center;
    justify-items: center;
}

.scenter {
    margin: 0 auto;
}

.tcenter {
    text-align: center;
}

.content-between {
    justify-content: space-between;
}

.content-left {
    justify-content: left;
}

.content-right {
    justify-content: right;
}

.font10 {
    font-size: 10px;
    line-height: 20px;
}

.font12 {
    font-size: 12px;
    line-height: 20px;
}

.font13 {
    font-size: 13px;
    line-height: 24px;
}

.font14 {
    font-size: 14px;
    line-height: 24px;
}

.font16 {
    font-size: 16px;
    line-height: 30px;
}

.font18 {
    font-size: 18px;
    line-height: 32px;
}

.font24 {
    font-size: 24px;
    line-height: 30px;
}

.font26 {
    font-size: 26px;
    line-height: 40px;
}

.font28 {
    font-size: 28px;
    line-height: 40px;
}

.font44 {
    font-size: 44px;
    line-height: 70px;
}

.mg10 {
    margin: 10px;
}

.mglr5 {
    margin: 0px 5px;
}

.mglr10 {
    margin: 0px 10px;
}

.mglr15 {
    margin: 0px 15px;
}

.mglr20 {
    margin: 0px 20px;
}

.mgtb10 {
    margin: 10px 0px;
}

.mgtb15 {
    margin: 10px 0px;
}

.mgtb20 {
    margin: 20px 0px;
}

.mgtb30 {
    margin: 30px 0px;
}

.mgtb40 {
    margin: 40px 0px;
}

.mgtb50 {
    margin: 50px 0px;
}

.mgt5 {
    margin-top: 5px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt15 {
    margin-top: 15px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt25 {
    margin-top: 25px;
}

.mgt30 {
    margin-top: 30px;
}

.mgr5 {
    margin-right: 5px;
}

.mgr10 {
    margin-right: 10px;
}

.mgr15 {
    margin-right: 15px;
}

.mgr20 {
    margin-right: 20px;
}

.mgr30 {
    margin-right: 30px;
}

.mgr40 {
    margin-right: 40px;
}

.mgr50 {
    margin-right: 40px;
}

.mgr60 {
    margin-right: 40px;
}

.mgr70 {
    margin-right: 40px;
}

.mgr80 {
    margin-right: 40px;
}

.mgb2 {
    margin-bottom: 2px !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb25 {
    margin-bottom: 25px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

.mgb60 {
    margin-bottom: 60px !important;
}

.mgb70 {
    margin-bottom: 70px !important;
}

.mgb80 {
    margin-bottom: 80px !important;
}

.mgb90 {
    margin-bottom: 90px !important;
}

.mgb100 {
    margin-bottom: 100px !important;
}

.mgl5 {
    margin-left: 5px;
}

.mgl10 {
    margin-left: 10px;
}

.mgl15 {
    margin-left: 15px;
}

.mgl20 {
    margin-left: 20px;
}

.mgl30 {
    margin-left: 30px;
}

.pg5 {
    padding: 5px;
}

.pg10 {
    padding: 10px;
}

.pg15 {
    padding: 15px;
}

.pg20 {
    padding: 20px;
}

.pg25 {
    padding: 25px;
}

.pg30 {
    padding: 30px;
}

.pgtb5 {
    padding: 5px 0px;
}

.pgtb10 {
    padding: 10px 0px;
}

.pgtb20 {
    padding: 20px 0px;
}

input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.password:focus, textarea:focus, select:focus {
    color: #333;
    border-color: #999999;
    outline: 0 none;
}

.Validform_error {
    background-color: #fbe2e2;
    border: 1px solid red !important; /* 验证失败时的边框颜色 */
}

.Validform_wrong {
    color: red;
    margin-left: 5px;
}

dot {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    text-align: left;
    vertical-align: -.25em;
    overflow: hidden;
}

dot::before {
    display: block;
    content: '...\A..\A.';
    white-space: pre-wrap;
    animation: dot 3s infinite step-start both;
}

@keyframes dot {
    33% {
        transform: translateY(-2em);
    }

    66% {
        transform: translateY(-1em);
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}