/*@font-face {*/
/*    font-family: 'PangMenZhengDao';*/
/*    src: url('https://img.weitt.us/web_static/assets/yp_free/fonts/PangMenZhengDaoBiaoTiTiMianFeiBan-2.ttf');*/
/*}*/

html, body {
    height: 100%;
    background-color: unset;
    scroll-behavior: smooth;
}

body {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif !important;
    background:#fff;
    height: 100%;
    font-size: 1rem;
}

.flex1 {
    flex: 1;
}

.logo {
    margin-top: 0.3rem;
    margin-left: 0.3rem;
    max-height: 3rem;
}

.a {
    outline: none;
}
.container {
    padding: 0 16px;
}
.button.is-info,.button.has-background-info{
    background-color: #1c86f5 !important;
}
.button{
    color: #fff;
}
.download-btn img{
    width: 100%;
}
.hero {
    background-image: url(https://microheadline.com/wp-content/uploads/2022/12/slider.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    background-attachment: fixed;
}
.hero:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background:rgb(48 101 161 / 62%);
    z-index: 1;
}
.hero::after {
    content: url('../img/1.png');
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100vw;
    z-index: -1;
    opacity: 0.8;
}
.hero .container {
    z-index: 2;
}
.hero .hero-body .subtitle{
    display: flex;
}
.hero .hero-body .subtitle a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    color: #fff3b0;
}
.hero .hero-body .subtitle span{
    display: flex;
    width: 25px;
    height:25px;
    background: #ffb70e;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 5px;

}
.hero .hero-body .subtitle span i{
    font-size: 13px;
    color: #fff;
}
    /*.hero .hero-body .subtitle span:nth-child(1) {*/
/*    border-top: 3px solid #e79a08;*/
/*}*/
/*.hero .hero-body .subtitle span:nth-child(2) {*/
/*    border-left: 3px solid #e79a08;*/
/*    border-bottom: 3px solid #e79a08;*/
/*}*/
/*.hero .hero-body .subtitle span:nth-child(3) {*/
/*    border-left: 3px solid #e79a08;*/
/*    border-top: 3px solid #e79a08;*/
/*}*/
.copy-btn{
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
    border: 1px solid #c8d0d5;
    border-radius: 5px;
    margin-left: 15px;
    cursor: pointer;
}
span.special{
    font-size: 1.5rem;
    font-weight: 500;
    color: #1c86f5;
    font-style: italic !important;
    /*text-decoration: underline;*/
    display: inline-block;
    padding: 0 0.5rem;
}
span.under_line{
    position: relative;
    font-weight: bold;
}
span.under_line:before {
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 12%;
    background: #ea642e;
    border-radius: 9px;
    z-index: -1;
}
.navbar-menu .navbar-end .navbar-item {
    color: #d7f1ff;
}

.navbar-menu .navbar-item:hover {
    color: #e79a08;
    background-color: transparent;
}

.container > .navbar .navbar-menu, .navbar > .container .navbar-menu {
    margin-inline-end: -0.75rem !important;
}

.navbar-menu {
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
    background-color: transparent;
    padding-right: 1rem;
}

.navbar > .container {
    display: flex !important;
}

.navbar, .navbar-end, .navbar-menu, .navbar-start {
    align-items: stretch !important;
    display: flex !important;
}

.navbar-end {
    justify-content: flex-end !important;
    margin-inline-start: auto !important;
}

.content-body {
    margin-top: 1rem;
    min-height: 1000px;
    padding: 0 1rem;
}

.content-body .label {
    color: #c8d0d5;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
    pointer-events: unset !important;
}

.footer {
    margin-top: 2rem;
    border-top: 1px solid #3c455b;
    padding: 2rem 0;
    text-align: center;
    color: #617d8a;
    background-color: #191e2a;
}
.footer a{
    color: #b4d1f1;
}
.footer img{
    width: 180px;
    height: auto;
}
.footer .copy-right{
    border-top: 1px solid #282e3c;
}

/* 表格部分 */
.form-logo {
    max-height: 4rem !important;
}

.modal-card {
    background: #fff;
    border-radius: 15px;
    max-height: 80vh;
}

.modal-card .modal-card-head {
    box-shadow: none;
    padding-top: 1.5rem;
    padding-bottom: 0;
}

.modal-card .modal-card-head .modal-card-title .price{
    color: #ff2424;
}
.modal-card .modal-card-head .modal-card-title .day{
    color: #7c7c7c;
    font-size: 0.9rem;
}
.modal-card .modal-card-foot {
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.modal-card-foot .buttons {
    width: 100%;
}

.has-header-line .column {
    border-bottom: 1px solid #e8e8e8;
}

.has-header-line .column.vip-column {
    border-bottom: 1px solid #795b0e;
}

.vip-tips .modal-card-body .columns:not(:first-child):nth-child(odd), .settlement .modal-card-body .columns:last-child {
    background-color: #f5fbff;
}

/*.columns:not(:first-child):nth-child(odd) .column.vip-column {*/
/*    background-color: #232b34;*/
/*}*/

.is-float {
    display: inline-block !important;
    position: fixed;
    bottom: 3rem;
    left: 0;
    right: 0;
    z-index: 1;
}

.pagination-link.is-disabled, .pagination-link[disabled], .pagination-next.is-disabled, .pagination-next[disabled],
.pagination-previous.is-disabled, .pagination-previous[disabled] {
    pointer-events: none;
}

.pagination-link.is-current {
    background-color: #e79a08;
    border: 1px solid #e79a08;
}

@media screen and (max-width: 767px) {
    .hero {
        /*background: none;*/
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .hero::after {
        display: none;
    }
    .hero .hero-bg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        object-fit: cover;
        width: auto;
    }
    .yp-info{
        display: flex;
        flex-direction: column-reverse;
    }
    .hero .hero-body .subtitle {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .line{
        height: 1px;
        width: 100%;
        /*background-color: #1c86f5;*/
        position: relative;
        margin-bottom: 10px;
        margin-top: -10px;
    }
    .line:before{
        content: '';
        display: block;
        height: 1px;
        width: 50%;
        position: absolute;
        left: 25%;
        border-bottom: 1px solid #e79a08;
    }

}

html.theme-light body {
    background: #fff;
}

html.theme-light .content-body .label {
    color: #414141;
}


/* loading 动画 */
.loading-box{
    margin-top: 30px;
    text-align: center;
    height: 120px;
}


.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}
.lds-spinner {
    color: currentColor;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3.2px;
    left: 36.8px;
    width: 6.4px;
    height: 17.6px;
    border-radius: 20%;
    background: #e79a08;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



