@charset "UTF-8";

/* 重置样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "SF Pro Display", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #c62828;
}

/* 通用容器 */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 通用标题样式 */
b,
body:not(.article-content) table th,
em,
h1,
h2,
h3,
h4,
h5,
h6,
i,
strong {
    font-weight: 400;
}

body {
    -webkit-font-smoothing: antialiased;
    letter-spacing: .04em;
}

@-moz-document url-prefix() {
    body {
        letter-spacing: 0;
    }
}

body:not(.article-content) table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

body:not(.article-content) .noteContent table {
    width: auto;
    word-break: break-all;
}

li,
ol,
ul {
    list-style-type: none;
}

input,
select,
textarea {
    vertical-align: middle;
    color: #000;
    border: none;
    border: 0;
    outline: 0;
    resize: none;
}

body a {
    color: inherit;
    text-decoration: none;
}

b,
em,
i,
strong {
    font-style: normal;
}

.item-drag-wrap em *,
body .title-t em,
body .title-t i {
    font-style: italic;
}

img {
    border: 0;
}

/*媒体查询*/
@media screen and (min-width: 212px) {
    html {
        font-size: 9.088px;
    }
}

@media screen and (min-width: 319px) {
    html {
        font-size: 13.6533px;
    }
}

@media screen and (min-width: 359px) {
    html {
        font-size: 15.36px;
    }
}

@media screen and (min-width: 374px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 383px) {
    html {
        font-size: 16.384px;
    }
}

@media screen and (min-width: 399px) {
    html {
        font-size: 17.0667px;
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 17.7067px;
    }
}

@media screen and (min-width: 423px) {
    html {
        font-size: 18.0907px;
    }
}

@media screen and (min-width: 479px) {
    html {
        font-size: 20.48px;
    }
}

@media screen and (min-width: 539px) {
    html {
        font-size: 23.04px;
    }
}

@media screen and (min-width: 639px) {
    html {
        font-size: 27.3067px;
    }
}

@media only screen and (max-width: 926px) {
    html {
        zoom: 1;
    }
}

.ui-select-mini {
    display: inline-block;
    font-size: 14px
}

.ui-select-mini .select2-container .select2-selection--single {
    height: 32px
}

.ui-select-mini .select2-container--default .select2-selection--single {
    outline: 0
}

.ui-select-mini .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
    padding-left: 16px
}

.ui-select-mini .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px
}

.ui-select-mini .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    width: 25px
}

.ui-select-mini .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ddd transparent transparent;
    border-width: 7px 5px 0;
    top: 40%
}

.ui-select-big .select2-container .select2-selection--single {
    height: 40px
}

.ui-select-big .select2-container--default .select2-selection--single {
    border: none;
    outline: 0
}

.ui-select-big .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
    padding-left: 16px
}

.ui-select-big .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.ui-select-big .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 40px
}

.ui-select-big .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ddd transparent transparent;
    border-width: 8px 6px 0;
    top: 40%
}

.ui-select-app {
    height: 2.25rem
}

.ui-select-app .select2-container {
    vertical-align: top
}

.ui-select-app .select2-container .select2-selection--single {
    height: 2.25rem
}

.ui-select-app .select2-container--default .select2-selection--single {
    border: none;
    outline: 0;
    background: #F5F5F5
}

.ui-select-app .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 1.5rem;
    padding-left: .5rem
}

.ui-select-app .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.25rem;
    font-size: .9375rem
}

.ui-select-app .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.25rem;
    width: 2.25rem
}

.ui-select-app .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ddd transparent transparent;
    border-width: 8px 6px 0;
    top: 40%
}

.select2-dropdown {
    -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #fff;
    border: none;
    margin-top: 5px
}

.select2-results__option {
    padding: 0 0 0 16px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #EEE;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-results__option:last-child {
    border-bottom: none
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #3D82F2;
    background: #fff;
    border-color: #fff
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #F5F8FE;
    color: #333;
    border-color: #F5F8FE
}