@charset "UTF-8";

html {
    font-size: calc(10000vw / 750);
}

@media screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}

html,
body {
    font-family: "PingFang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif;

    /* font-size: 14px; */
    background-color: #f4f4f4;
    color: #333;
    margin: 0 auto;
    word-break: break-word;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
}

input,
button {
    outline: none !important;
}

input {
    border: transparent;
}

* {
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

select {
    -webkit-appearance: none;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
    color: #333;
    outline: none;
}

.view-port-1024 {
    max-width: 750px;
    background: #fff;
    margin: 0 auto;
    min-height: 100vh;
    box-sizing: border-box !important;
    padding-bottom: 1px;
}

.full-filling {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* 自定义bootstrap样式 */

.dzj-tabs {
    background-color: #fff;
    position: fixed;
    top: 44px;
    z-index: 999;
    width: 100%;
    max-width: 750px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    padding-left: 0;
}

.dzj-tabs::before {
    content: '';
    display: table;
    clear: both;
}

.dzj-tabs::after {
    content: '';
    display: table;
    clear: both;
}

.dzj-tabs li {
    float: left;
    padding: 12px 15px;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    text-align: center;
    margin-left: 25px;
}

.dzj-tabs li a {
    color: #666;
}

.dzj-tabs li a:hover {
    /* background: #fff; */
}

.dzj-tabs .active {
    /* background: #fff; */
    border-bottom: 4px solid #08aeab;
}

.dzj-tabs .active span {
    color: #08aeab;
}

.dzj-badge {
    color: #08aeab;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .dzj-tabs {
        overflow-x: scroll;
        white-space: nowrap;
        height: 44px;
    }

    .dzj-tabs li {
        display: inline-block;
        width: 20%;
        float: none;
        height: 44px;
    }
}

@media screen and (max-width: 514px) {
    .dzj-tabs {
        overflow-x: scroll;
        white-space: nowrap;
        height: 44px;
    }

    .dzj-tabs li {
        display: inline-block;
        width: 30%;
        float: none;
        margin-right: 0;
        height: 44px;
        margin-left: 0;
        font-size: 14px;
    }
}

/* 去掉bootstrap中Panel标签panel-heading的border-color */
.panel-default > .panel-heading {
    border-color: transparent;
}

@media screen and (min-width: 300px) and (max-width: 1000px) {
    #content {
        width: 100%;
        margin: 0;
    }
}

input::placeholder,
input.ant-input::placeholder,
textarea::placeholder {
    color: #ccc;
}

@media print {
    .print-hidden {
        display: none !important;
    }

    a::after {
        display: none !important;
    }
}

.copy-disabled {
    user-select: none !important;
}

.am-picker-popup {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.am-picker-col-item-selected {
    color: --primary-color !important;
}

.am-picker-popup-header-right {
    color: --primary-color !important;
}

.am-picker-popup-header-left {
    color: black !important;
}
