*{
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

ul, li{
    list-style: none;
}

a{
    cursor: pointer;
    text-decoration: none;
}

a:hover{
    color: #198CFF;
}

html {
    min-width: 1200px;
}

.hidden{
    display: none;
}

.text-black {
    color: black;
}

.pointer{
    cursor: pointer;
}

.clear{
    clear: both;
    overflow: hidden;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.mr-24{
    margin-right: 24px;
}

.mt-4{
    margin-top: 4px;
}

.mb-10{
    margin-bottom: 10px;
}

.text-primary{
    color: #1A8CFF;
}

.block{
    display: block;
}

/**header**/
.header {
    width: 100%;
    height: 80px;
    background-color: #fff;
}

.header .container,
.header .container .left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .container .left .flex-between{
    display: flex;
    justify-content: space-between;
}

.header .logo{
    margin-right: 80px;
}

.header .logo img{
    height: 28px;
}

.header ul li{
    margin-right: 40px;
}

.header ul li a{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.header ul li.active a{
    color: #1A8CFF;
}

.header .right a{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-right: 40px;
    margin-right: 40px;
}

.header .right .login::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 2px;
    height: 24px;
    background: #E6EBF0;
}

.header .right .download{
    padding-right: 0;
}

.header .right .download.active{
    color: #198CFF;
}

.header .right .download::after{
    display: none;
}

.header button{
    width: 120px;
    height: 36px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    background: #198CFF;
    border-radius: 4px;
    cursor: pointer;
}

/**footer**/
.footer-con{
    background: #fff;
    padding-top: 60px;
    box-shadow: inset 0 1px 0 0 #E6EBF0;
}

.header .container,
.footer-con .container{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    box-sizing: border-box;
}

.footer-con .f-left{
    width: 366px;
}

.footer-con .f-left img{
    margin-bottom: 24px;
    height: 28px;
}

.footer-con .f-left p{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #5c5c5c;
}

.footer-con .f-left p a{
    color: #5c5c5c;
}

.footer-con .f-right{
    width: calc(100% - 400px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-con .f-right p{
    font-size: 12px;
    font-weight: 400;
    color: #5c5c5c;
    text-align: center;
}

.footer-con .er-right{
    display: flex;
}

.footer-con .er-right div:first-child{
    margin-right: 48px;
}

.footer-con .f-right a:hover{
    color: #1A8CFF;
    text-decoration: underline;
}

.footer-con dt{
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.footer-con dd{
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.6);
}
.footer-con dd a {
    color: rgba(0,0,0,.6);
}

.footer-con .copyright{
    margin-top: 60px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #F5F7FA;
}

.copyright a:hover{
    color: #1A8CFF !important;
    text-decoration: underline;
}

.w-fill{
    width: 100%;
}
.text-center{
    text-align: center;
}
.flex{
    display: flex;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-content: center;
}
.flex-justify-center{
    display: flex;
    justify-content: center;
}
.flex-align-center{
    display: flex;
    align-items: center;
}

.mr-16{
    margin-right: 16px;
}

@font-face{
    font-family: 'DIN-Bold';
    src: url("../fonts/DIN-Bold.otf");
    font-weight: normal;
    font-style: normal;
}

#header.fixed{
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

#header{
    position: static;
    top: 0;
}

.payModal,
.modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0,0.2);
}

.payModal.hidden,
.modal.hidden{
    display: none;
}

.payModal #payCode {
    padding: 20px;
    border: 1px solid #f3f3f3;
}
.payModal .hint {
    margin: 14px auto;
    text-align: center;
    color: #0a1b31;
    font-size: 14px;
}
.payModal .code-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.modal-content {
    margin: 15%;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: 4px;
    cursor: pointer;
}
.modal-header button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-header .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modal-header .modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-header h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}
.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-default {
    color: #666 !important;
    background: #ffffff;
    border: 1px solid #d5d5d5;
}

.modal-footer:after{
    clear: both;
}

.modal-footer button{
    color: #fff !important;
    cursor: pointer;
}

.noData{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 20px auto;
}

.noData img{
    width: 200px;
    margin: 40px 0;
}

.noData p{
    font-size: 14px;
    color: #999;
}

.last-tr td{
    box-shadow: none !important;
}

#weixin{
    display: flex;
    align-items: center;
    justify-content: center;
}

#weixin img{
    width: 184px;
    height: 184px;
    margin: 30px 0 45px 0;
}

.exTips {
    position: absolute;
    left: 45%;
    top: 0;
    opacity: 0;
    height: 44px;
    padding: 10px 40px;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9999999;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
    pointer-events: all;
}
.exTips .tipImg {
    width: 20px;
    vertical-align: top;
}
.exTips .tipContent {
    font-size: 14px;
    margin-left: 16px;
}

.autoHide{
    animation: autoHide 1s;
}

@keyframes autoHide {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.ml-22{
    margin-left: 22px !important;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    min-width: 96px;
    max-width: 220px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px 6px rgba(0,0,0,0.1);
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: 24px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}