* {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}
html.has-navbar-fixed-top, body.has-navbar-fixed-top {
    padding-top: 80px;
}
body.has-navbar-fixed-top.is-mobile-layout {
    padding-top: 50px;
}
figure.image {
    flex: none;
}
.navbar {
    min-height: 50px;
}
.navbar.is-black {
    background-color: #000;
}
.navbar > .container {
    min-height: 50px;
}
.navbar-brand, .navbar-tabs {
    min-height: 80px;
}
@media only screen and (max-width:767px) {
    .navbar-brand, .navbar-tabs {
        min-height: 50px;
    }
}
.is-mobile-layout .navbar-brand, .is-mobile-layout .navbar-tabs {
    min-height: 50px;
}
.is-themed.input:focus, .is-themed.input:active {
    border-color: #0070F2;
    box-shadow: 0 0 0 0.125em rgba(0, 112, 242, 0.25);
}
.is-themed.button {
    background-color: #0070F2;
    border-color: transparent;
    color: #fff;
}
.is-sub-themed.button {
    background-color: #D1E9F4;
    border-color: transparent;
    color: #0070F2;
}
.is-plain.button {
    background-color: transparent;
    border-color: #0070F2;
    color: #0070F2;
}
.is-blue.button {
    background-color: #0070F2;
    border-color: #0070F2;
    color: white !important;
}
.is-disabled.button {
    background-color: #cccccc;
    border-color: #cccccc;
    color: white !important;
}
.select.is-themed select:focus, .select.is-themed select:active {
    border-color: #0070F2;
    box-shadow: 0 0 0 0.125em rgba(240, 171, 0, 0.25);
}
.is-none {
    flex: none;
}
.is-auto {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
.is-align-self-center {
    align-self: center;
}
.is-tooltip {}
.is-tooltip.is-single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.is-tooltip.is-multiline {
    word-wrap: break-word;
    word-break: break-all;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.is-tooltip.is-multiline.is-2 {
    -webkit-line-clamp: 2;
}
.is-tooltip.is-multiline.is-3 {
    -webkit-line-clamp: 3;
}
.is-tooltip.is-multiline.is-4 {
    -webkit-line-clamp: 4;
}
.is-tooltip.is-multiline.is-9 {
    -webkit-line-clamp: 9;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.no-bordered {
    border: none;
}
@-moz-document url-prefix() {
    .is-scroll {
        scrollbar-width: thin;
        scrollbar-color: #CCCCCC transparent
    }
}
.is-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.is-scroll::-webkit-scrollbar-button {
    display: none;
}
.is-scroll::-webkit-scrollbar {
    width: 7px;
    height: 100%;
    background: transparent;
    border-radius: 5px;
}
.is-scroll::-webkit-scrollbar-thumb {
    width: 5px;
    background: #CCCCCC;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
}
.is-scroll::-webkit-scrollbar-thumb:hover {
    background: #999999;
}
.is-shadowed {
    box-shadow: 0 0 1em -0.125em rgba(10, 10, 10, 0.2), 0 0 0 1px rgba(10, 10, 10, 0.02);
}
ul.errorlist li {
    font-size: 14px;
    color: red;
    margin-top: 8px;
}
.text-center {
    text-align: center;
}

.columns.is-small-gap {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}
.columns.is-small-gap:last-child {
    margin-bottom: -10px;
}
.columns.is-small-gap:not(:last-child) {
    margin-bottom: calc(1.5rem - 10px)
}
.columns.is-small-gap > .column {
    margin: 0;
    padding: 10px !important;
}

.columns.is-large-gap {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
}
.columns.is-large-gap:last-child {
    margin-bottom: -25px;
}
.columns.is-large-gap:not(:last-child) {
    margin-bottom: calc(1.5rem - 25px)
}
.columns.is-large-gap > .column {
    margin: 25px 0 20px;
    padding: 0 25px !important;
}

.columns.is-trim {
    margin: 0;
}
.columns.is-trim > .column {
    margin: 0; padding: 0;
}
.columns.is-trim > .column:first-of-type {
    padding-left: 0 !important;
}
.columns.is-trim > .column:last-of-type {
    padding-right: 0 !important;
}

.is-grayscale {
    position: relative;
}
.is-grayscale:after {
    content: ''; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .2);
    position: absolute; top: 0; left: 0; pointer-events: none;
}
.is-grayscale-bg {
    position: relative;
}
.is-grayscale-bg:before {
    content: ''; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .2);
    position: absolute; top: 0; left: 0; pointer-events: none;
}
.image.is-rounded {
    border-radius: 6px; overflow: hidden;
}
.image.is-rounded-top {
    border-radius: 6px 6px 0 0; overflow: hidden;
}

.br-0 {
    border-radius: 0 !important;
}

.p-10 {
    padding: 10px !important;
}
.p-16 {
    padding: 16px !important;
}
.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.pt-10 {
    padding-top: 10px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-36 {
    padding-top: 36px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-60 {
    padding-top: 60px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}
.pb-12 {
    padding-bottom: 12px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}

.pl-16 {
    padding-left: 16px !important;
}
.pl-56 {
    padding-left: 56px !important;
}

.mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}
.mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-60 {
    margin-top: 60px !important;
}

.mr-10 {
    margin-right: 10px !important;
}
.mr-16 {
    margin-right: 16px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-40 {
    margin-right: 40px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}
.ml-24 {
    margin-left: 24px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
@media screen and (min-width: 769px), print {

}

.ei-info, .ei-card, .ei-notice, .ei-login, .ei-expert {
    cursor: pointer;
}

.hover-to-visible {
    opacity: 0;
    transition: all 0.25s ease-in;
}
.hover-to-visible:hover {
    opacity: 1;
}
.hover-to-zoom {
    transform: scale(1);
    transition: all 0.25s ease-in;
}
.hover-to-zoom:hover {
    transform: scale(1.1);
}

.is-highlight::after {
    position:absolute;
    -webkit-animation:changeImg 2s ease 0s;
    -o-animation:changeImg 2s ease 0s;
    animation:changeImg 2s ease 0s;
    top:0;
    width:30%;
    height:100%;
    content:"";
    background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 100%);
    background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 100%);
    background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 100%);
    background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 100%);
    transform:skewX(-45deg);
    animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes changeImg {
    from {
        left:-100%;
    }
    100% {
        left:100%;
    }
}

@media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
        max-width: 1152px;
    }
}

@media screen and (min-width: 1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1200px;
    }
}

.richtext ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1.2em;
}
.richtext ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 1.2em;
}
.richtext ul ul, ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 1.2em;
}
.richtext ol ol, ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 1.2em;
}

.image.is-crisp-edges {
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */

    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;	/* Chrome 和 Safari */
    -moz-backface-visibility:hidden; 	/* Firefox */
    -ms-backface-visibility:hidden; 	/* Internet Explorer */
}

.modal.animate-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
}
.modal.animate-modal.is-active {
    visibility: visible;
}

.is-overflow-hidden {
    overflow: hidden;
}

.jwplayer.jw-stretch-uniform .jw-media video {
    object-fit: contain !important;
}


[data-display="mobile"] {
    display: none;
}
[data-display="pc"] {
    display: block;
}
@media only screen and (max-width:767px) {
    [data-display="mobile"] {
        display: block;
    }
    [data-display="pc"] {
        display: none;
    }
}

a {
    cursor: default;
}
a[href] {
    cursor: pointer;
}