/* common */

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.visibility-hidden {
    visibility: hidden !important;
}

.no-underline, .no-underline:hover, .no-underline:active, .no-underline:visited {
    text-decoration: none !important;
}

.a-color-black, .a-color-black:hover, .a-color-black:active, .a-color-black:visited {
    color: #000000 !important;
}

.a-color-white, .a-color-white:hover, .a-color-white:active, .a-color-white:visited {
    color: #ffffff !important;
}

.custom-u-list ul {
    padding-left: 18px;
    list-style: disc;
}

.custom-u-list ul>li {
    padding-left: 16px;
}

.custom-list ol {
    list-style: none;
}

.custom-list ol>li {
    margin-top: 16px;
    padding-left: 24px;
    color: #555;
}

.custom-list ol>li::before {
    content: '#';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
    margin-left: -24px;
    color: #fff;
    background-color: #0266a6;
    text-align: center;
    text-align-last: center;
    line-height: 16px;
}

.custom-list ol>li:nth-child(1)::before {
    content: '1';
}

.custom-list ol>li:nth-child(2)::before {
    content: '2';
}

.custom-list ol>li:nth-child(3)::before {
    content: '3';
}

.custom-list ol>li:nth-child(4)::before {
    content: '4';
}

.custom-list ol>li:nth-child(5)::before {
    content: '5';
}

.custom-list ol>li:nth-child(6)::before {
    content: '6';
}

.custom-list ol>li:nth-child(7)::before {
    content: '7';
}

.custom-list ol>li:nth-child(8)::before {
    content: '8';
}

.custom-list ol>li:nth-child(9)::before {
    content: '9';
}

.custom-list ol>li:nth-child(10)::before {
    content: '10';
}

.custom-list ol>li:nth-child(11)::before {
    content: '11';
}

.custom-list ol>li:nth-child(12)::before {
    content: '12';
}

.custom-list ol>li:nth-child(13)::before {
    content: '13';
}

.custom-list ol>li:nth-child(14)::before {
    content: '14';
}

.custom-list ol>li:nth-child(15)::before {
    content: '15';
}

.custom-list ol>li:nth-child(16)::before {
    content: '16';
}

.wj-select, .wj-textbox {
    height: 46px;
    border: none;
    padding: 0 8px;
    color: #0266a6;
    background-color: #fff;
}

/* wj common */

.wj-section-container {
    width: calc(100% - 80px);
    max-width: 1179px;
    margin: 0 auto;
}

a.wj-clickable-title {
    color: #333;
}

a.wj-clickable-title:hover {
    color: #0266a6;
}

.wj-theme-color {
    color: #0266a6;
}

.wj-theme-bg-color {
    background-color: #0266a6;
}

.wj-line {
    height: 1px;
    margin: 20px 0 36px 0;
    background-color: #0266a6;
}

.wj-table table {
    width: 100%;
    border: 1px solid #0266a6;
    text-align: center;
    text-align-last: center;
}

.wj-table tbody {
    padding: 20px 32px;
}

.wj-table table tr {
    height: 36px;
}

.wj-table th {
    height: 60px;
    color: #fff;
    background-color: #0266a6;
    border: 1px solid #2f8fcc;
}

.wj-table-has-line td {
    height: 60px;
    border: 1px solid #2f8fcc;
}

.wj-table-has-one-bg tr:first-child {
    background-color: #e5eff6;
}

.wj-table-has-one-bg th {
    text-align: center;
}

.wj-table-has-bg tr:nth-child(4) td, .wj-table-has-bg tr:nth-child(6) td, .wj-table-has-bg tr:nth-child(8) td {
    background-color: #e5eff6;
}

.wj-table-container.wj-table-default table {
    width: 100%;
}

.wj-table-container.wj-table-default thead {
    background: #0266a6;
}

.wj-table-container.wj-table-default th, .wj-table-container.wj-table-default td {
    height: 60px;
    border: 1px solid #2f8fcc;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.wj-table-container.wj-table-default th {
    color: #ffffff;
    font-weight: normal;
}

.a-color-wj-theme, .a-color-wj:hover, .a-color-wj:active, .a-color-wj:visited {
    color: #0266a6 !important;
}

.wj-root-DOM {
    margin-top: 42px;
}

.wj-first-title {
    font-size: 36px;
    color: #0266a6;
}

.wj-second-title {
    margin-bottom: 36px;
    font-size: 26px;
    color: #0266a6;
}

.wj-second-title::before {
    display: inline-block;
    content: ' ';
    width: 12px;
    height: 26px;
    margin: 5px 0;
    margin-right: 20px;
    vertical-align: top;
    background-color: #0266a6;
}

.wj-inline-title-wrp {
    text-align-last: justify;
}

.wj-inline-title {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-align-last: center;
    vertical-align: top;
    font-size: 17px;
    color: #0266a6;
    background-color: #f5f5f5;
    cursor: pointer;
    user-select: none;
}

.wj-inline-title-active {
    color: #fff;
    background-color: #0266a6;
}

.backtop {
    bottom: 240px;
    right: 30px;
    z-index: 1000;
}

.affix {
    position: fixed;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.back_to_top {
    background: url("../png/back-to-top.png") no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}
.rotate-180{
    transform: rotateZ(180deg);
}
/* responsive */

@media screen and (min-width: 1600px) {}

@media screen and (max-width: 1599px) {}

@media screen and (max-width: 1365px) {}