* {
    margin: 0;
    padding: 0;
            box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*::before,
*::after {
            box-sizing: inherit;
    -webkit-box-sizing: inherit;
}
html, body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    max-height: 99999px;
}
body {
    font-family: Tahoma, Arial,"Heiti TC","微軟正黑體","Microsoft JhengHei",sans-serif;
    /* background-color: #fff; */
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 16px;
}
img {display: block;}
a {text-decoration: none;}
*.hidden,
*.v3-hidden {display: none !important;}
.pre-html-tag ol {
    list-style-position: inside;
}
.pre-html-tag ul {}
.unfold .resp {
    display: block !important;
}
.resp { /* 初始被隱藏的文章 */
    display: none;
}
.yellow {
    color: #F7C631;
}
.red {
    color: #f00;
}
/* 硬寫 */
#divPalPal {
    height: 88px;
    overflow: hidden;
}
/* 新增YT */
.yt-div {
    width: 100%;
    max-width: 640px;
    height: 0;
    margin-top: 20px;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.yt-div iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* 版型專屬的 list-style */
.list-exc,
.pre-html-tag  {
    line-height: 2;
}
.list-exc li {
    position: relative;
    float: left;
    padding-left: 20px;
}
.pre-html-tag ul li {
    position: relative;
    padding-left: 20px;
}
.pre-html-tag ul li::before,
.list-exc li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 0.85rem;
    left: 7px;
    border-radius: 50%;
}
.list-exc::after {
    content: '';
    display: block;
    clear: both;
}
/* news.aspx沒news時(這版news.css也有寫) */ 
.no-news-img {
    width: 100%;
}

/* ================================== */
/* display: none; in version 3a by id */
/* 用webpage000 逐一編號(順序不重要) 記得每項在右側註解他的位置(看得懂就好) */
#footerInforHead, /* footer h3：聯絡資訊 (3a 出現) */
#footerPhoneTxt, /* footer 訂房專線文字 (2a 出現) */
#footerPhone, /* footer 聯絡電話 (2a 出現) */
#footerFax, /* footer 傳真 (2a 出現) */
/* #mobPageHead1a, */ /* news.aspx的手機大標題 (1a 出現) */
#mobPageBanner2a, /* news.aspx的手機banner (2a 出現) */
#pageImg1_3a, /* news.aspx、about_us.aspx、index.aspx的圖片 (3a 出現) */
#pageImg2_3a, /* news.aspx、index.aspx的圖片 (3a 出現) */
#pageImg3_3a, /* news.aspx、index.aspx的圖片 (3a 出現) */
#positionSectHead, /* location.aspx的地址標題 (3a 出現) */
#contactFormHead, /* contact.aspx的表單標題 (3a 出現) */
#detailSectHead, /* room.aspx的房間資料 (3a 出現)  */
/* #aboutSectHead, */ /* about_us.aspx的大標題 (2a、3a 出現) */
#aboutSectHead1, /* index.aspx的大標題 (3a 出現) */
#bnbRoomsSlider, /* about_us.aspx、index.aspx 的 slider (2a 出現) */
#bnbRoomsLinks3a, /* 每頁都有的房間連結 (3a 出現) */
.clear-3a, /* news.aspx、index.aspx 的 清float用的div (3a 出現) */
/* #mobileLinksSect1a */ /* index.aspx的手機才出現的連結 (1a 出現) */
#reservationFormTitle, /* reservation.aspx 的 slider (3a 出現) */
#contactFormTitle, /* contact.aspx 的 slider (3a 出現) */
.footer-info-2a-icons /* footer 資訊(2a 出現) */
{
    display: none;
}
/* ================================== */
@media screen and (min-width: 1000px) {
    /* 版型專屬的 list-style */
    .list-exc li {
        width: 23%;
        margin-right: 2%;
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    /* 版型專屬的 list-style */
    .list-exc li {
        width: 32%;
        margin-right: 1%;
    }
}
@media screen and (min-width: 768px) {
    *.m-exc,
    *.m-exc-1a {display: none !important;}
}
@media screen and (max-width: 767px) {
    *.p-exc,
    *.p-exc-1a {display: none !important;}

    /* 版型專屬的 list-style */
    .list-exc li {
        width: 48%;
        margin-right: 2%;
    }
}
/* == Basic Swiper Styles == */
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index: 4;
}
.swiper-wrapper {
    position:relative;
    width: auto;
    margin: auto;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;
    
    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;
    
    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);
    
    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;
    
    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;
    z-index: 997;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}
.swiper-container {
    width: 100%;
    /* height: 60px; */
    line-height: 58px; /* .swiper-slide.active border-bottom */
    z-index: 996;
}
.swiper-slide {
    float: left;
    display: block;
    /*slide-nav.js 有數字跟他一樣*/
    /* width: 120px; */
    padding: 0 20px;
    height: inherit;
    text-decoration: none;
    text-align: center;
    color: #fff;
    /* opacity: 0; */
    z-index: 998;
}
.swiper-slide span {
    display: inline-block;
    min-width: 17px;
}
.swiper-slide.hidden {display: none;}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    width: 40px;
    height: 80px;
    top: 0;/* 
    line-height: 56px; */
    cursor: pointer;
    /* opacity: 0; */
    z-index: 999;
    background-color: #fff;
    background: url('../../../images/arr-bg.png') no-repeat;
    background-size: 40px 80px;
}
.swiper-button-prev:before,
.swiper-button-next:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../../../images/arr.svg') no-repeat;
    background-size: 80px 80px;
    opacity: 0.85;
}
.swiper-button-prev:before {
    background-position: 0 0;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next:before {
    background-position: -40px 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
    opacity: 1;
}
.swiper-button-disabled {
    display: none;
}
/* header */
header {
    position: relative;
    width: 100%;
    height: 140px;
    margin: auto;
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.header-logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
h1 {
    display: inline-block;
    position: relative;
    max-width: 600px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 2rem;
    color: #000;
    z-index: 5;
    vertical-align: top;
    
}
.master-pc-banner {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.slogan {
    width: 100%;
}
/* footer */
footer {
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.footer-inner-box {
    margin: auto;
}
footer::after {
    content: '';
    display: block;
    clear: both;
}
.footer-share-list {
    margin: auto;
    text-align: center;
}
.footer-share-list li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 6px;
}
.footer-share-list li a {
    display: block;
    width: 100%;
    height: 100%;
}
footer h2 {
    margin: 30px auto 20px;
    font-weight: bold;
}
footer a {
    text-decoration: none;
}
.footer-fans-club {
    text-align: center;
    display: block;
}
.footer-fans-club {
    position: relative;
    width: 218px;
    height: 27px;
    margin: 5px auto;
    overflow: hidden;
}
.footer-fans-club img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.footer-line-friend {
	display: block;
    position: relative;
    width: 117px;
    height: 28px;
    margin-top: 15px;
    overflow: hidden;
    margin: auto;
}
.footer-line-friend img {
	position: absolute;
    width: 219px;
    top: -28px;
    left: 0;
}
.footer-infor-list li {
    position: relative;
}
.footer-infor-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: -28px;
}
.footer-infor-hint {
    margin-left: 6px;
    font-size: 0.8em;
    font-style: italic;
}
.footer-copyright-information {
    font-size: 0.9rem;
}

/* to-top */
.page-to-top {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    border: 2px solid #CDCDCD;
    border-radius: 3px;
    z-index: 900;
}
.page-to-top::before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 3px;
    right: 0;
    left: 0;
    margin: auto;
    border: 12px solid transparent;
    border-top: none;
    border-bottom-width: 23px;
    border-bottom-style: solid;
}
.page-to-top::after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
}
/* google translate */
.google-language {
    position: fixed;
    z-index: 900;
}
.goo-trans-bar {
    width:0;
    height:0;
    overflow:hidden;
}
.toggleTrans {
    position: relative;
    display: block;
    width: 132px;
    height: 34px;
    line-height: 1;
    cursor: pointer;
}
.toggleTrans img {
    width: 100%;
    border: 1px solid #898989;
    line-height: 1;
}
.goo-trans-bar img {display: inline;}

/* has-chat-plugin (會改動to-top和google translate的位置) */
.has-chat-plugin .page-to-top {
    right: 35px;
    bottom: 96px;
}

/* 民宿標誌 */
.bnb-mark { /* 民宿相關標誌 = about-sect-cont-6 */
    width: 100%;
    margin: auto;
    overflow: hidden;
    text-align: center;
}
/*通用-alert*/
.alert-box {
	padding: 4px;
	background-color: #FFCA00;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
}
.alert-box>div {
	padding: 30px 30px 20px;
	text-align: center;
	background-color: #FFF;
}
.alert-box>div div {
	text-align: left;
}
.alert-box>div input[type="submit"] {
	margin-top: 10px;	
	padding: 6px 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	background-color: #303030;
	color: #FFF;
	letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
    .header-logo {
        width: 16%;
        max-width: 140px;
        padding-top: 10px;
        z-index: 5;
    }
    .header-logo img {
        width: 100%;
        max-width: 120px;
    }
    .slogan {
        position: absolute;
        height: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        padding: 0 12%;
        color: #fff;
        background-color: rgba(0, 0, 0, .5);
        line-height: 50px;
        text-align: left;
        text-indent: 0.8em;
        font-size: 1.25rem;
    }
    .swiper-outter-container {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 0 29px;
        right: 0;
        vertical-align: top;
    }
    .swiper-container {
        height: 80px;
        line-height: 80px;
    }
    .swiper-slide.active {
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }
    .master-pc-banner {
        padding-top: 23.958%;
    }
    /* footer */
    footer h2 {
        font-size: 1.5rem;
    }
    .footer-infor-div {
        max-width: 960px;
        margin: 0 auto;
        padding: 20px;
    }
    .footer-infor-list {
        position: relative;
        width: 700px;
        left: 24px;
        margin: 0 auto;
        padding: 0;
    }
    .footer-infor-list li {
        float: left;
    }
    .footer-infor-list li:nth-of-type(2n+1) {
        width: 330px;
        margin: 4px 50px 4px 0;
    }
    .footer-infor-list li:nth-of-type(2n) {
        width: 300px;
        margin: 4px 0 4px 0;
    }
    .footer-infor-desc {
        margin-left: 4px;
        text-align: left;
    }
    .footer-copyright-information {
        width: 740px;
        margin: auto;
    }
    .footer-copyright-announcement,
    .footer-web-designer {
        float: left;
        width: 50%;
    }
    .footer-infor-list::after,
    .footer-copyright-information::after {
        content: '';
        display: block;
        clear: both;
    }
    .footer-relatived-link-list {
        margin-top: 20px;
    }
    .footer-relatived-link-list li {
        display: inline-block;
        margin-right: 16px;
    }

    /* 民宿標誌 */
    .bnb-mark {
        max-width: 600px;
    }
    .bnb-mark>div {
        display: inline-block;
        background-image: url('../../../images/mark-set.png');
        background-size: 978px 120px;
        margin: 40px 4px;
    }
    .legal-bnb-mark {
        width: 116px;
        height: 80px;
        background-position: 0 0;
    }
    .legal-hotel-mark {
        position: relative;
        width: 120px;
        height: 120px;
        top: 20px;
        background-position: -116px 0;
    }
    .friendly-bnb-mark {
        width: 142px;
        height: 80px;
        background-position: -236px 0;
    }
    .civil-travel-mark {
        position: relative;
        width: 120px;
        height: 120px;
        top: 20px;
        background-position: -378px 0;
    }
    .sgs-mark {
        position: relative;
        width: 120px;
        height: 120px;
        top: 24px;
        background-position: -498px 0;
    }
    .green-bnb-mark {
        position: relative;
        width: 120px;
        height: 120px;
        top: 10px;
        background-position: -618px 0;
    }
    .bike-bnb-mark {
		position: relative;
		width: 120px;
		height: 120px;
		top: 10px;
		background-image: url('../../../images/bike-friendly.png') !important;
		background-size: cover !important;
	}
    .certified-hotspring-mark {
        position: relative;
        width: 120px;
        height: 120px;
        top: 10px;
        background-position: -738px 0;
    }
    .hualien-classic-mark {
        width: 120px;
        height: 80px;
        background-position: -858px 0;
    }
    .google-language {
        right: 20px;
        top: 58px;
    }
}
@media screen and (max-width: 767px) {
    .trans-main header {
        left: 280px;
        transition: left .5s ease;
        -o-transition: left .5s ease;
        -webkit-transition: left .5s ease;
    }
    header::after {
        position: fixed;
        display: block;
        content: '';
        width: 100%;
        height: 100vh;
        left: -100%;
        bottom: -44px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 8000;
        opacity: 0;
        transition: opacity 1.5s ease;
        -o-transition: opacity 1.5s ease;
        -webkit-transition: opacity 1.5s ease;
    }
    .trans-main header::after {
        position: fixed;
        display: block;
        content: '';
        width: 100%;
        height: 100vh;
        left: 280px;
        bottom: -44px;
        opacity: 1;
        transition: opacity 1.5s ease;
        -o-transition: opacity 1.5s ease;
        -webkit-transition: opacity 1.5s ease;
    }
    header {
        position: fixed;
        height: 44px;
        top: 0;
        left: 0;
        text-align: center;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        z-index: 9999;
        transition: left .5s ease;
        -o-transition: left .5s ease;
        -webkit-transition: left .5s ease;
    }
    .header-logo {
        width: 40px;
        height: 40px;
        top: 2px;
    }
    .header-logo img {
        position: absolute;
        max-height: 100%;
    }
    h1 {
        display: inline-block;
        height: 44px;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 44px;
        letter-spacing: 0;
        vertical-align: top;
    }
    .master-pc-banner {
        position: relative;
        padding-top: 44px;
    }
    /* mobile banner */
    .master-mob-banner {
        position: relative;
        width: 100%;
        padding-top: 62.5%;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: 0 0;
    }
    .slogan {
        position: relative;
        padding: 30px 30px;
        font-size: 1.2rem;
        line-height: 1.8;
        text-align: center;
    }
    /* menu btn */
    .master-menu-btn-div {
        position: absolute;
        width: 36px;
        height: 36px;
        top: 3px;
        left: 5px;
        border-radius: 4px;
        transition: .3s;
        background-color: #fff;
    }
    .master-menu-btn {
        position: relative;
        display: block;
        width: 36px;
        height: 36px;
    }
    .master-menu-bar {
        width: 31px;
        height: 3px;
        margin: auto;
        border-radius: 4px;
                transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transition: all .5s ease;
        background-color: #fff;
    }
    .bar1 {
                transform: translateY(9px);
            -ms-transform: translateY(9px);
        -webkit-transform: translateY(9px);
    }
    .bar2 {
                transform: translateY(14px);
            -ms-transform: translateY(14px);
        -webkit-transform: translateY(14px);
    }
    .bar3 {
                transform: translateY(19px);
            -ms-transform: translateY(19px);
        -webkit-transform: translateY(19px);
    }

    /* nav */
    .swiper-outter-container {
        position: fixed;
        display: block;
        width: 280px;
        height: 100%;
        top: 0;
        left: -100%;
        /* padding-top: 46px; */
        z-index: 8999;
        overflow-y: auto;
        transition: all .5s ease;
        background-color: rgba(34, 61, 97, 0.9);
    }
    .swiper-outter-container.show-menu {
        left: 0;
        transition: all .5s ease;
    }
    .swiper-container {
        height: auto;
        line-height: 40px;
    }
    .swiper-slide {
        position: relative;
        width: 100%;
        float: none;
        min-height: 40px;
    }
    .swiper-slide::after {
        content: '';
        position: absolute;
        width: 90%;
        height: 1px;
        bottom: 0;
        left: 5%;
        background-color: rgba(255,255,255,0.25) !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    /* footer */
    footer {
        background-color: #F8F8F8;
    }
    footer h2 {
        font-size: 1.2rem;
    }
    .footer-share-list li {
        background: url('../../../images/footer-share-list.png') scroll no-repeat;
    }
    .footer-infor-icon {
        background: url('../images/mob-infor-icons.png') scroll no-repeat;
    }
    /*footer-資訊類icon*/
    .footer-infor-icon {background-size: 192px 24px;}
    .footer-infor-icon.for-address {background-position: 0 0;}
    .footer-infor-icon.for-phone {background-position: -24px 0;}
    .footer-infor-icon.for-fax {background-position: -48px 0;}
    .footer-infor-icon.for-email {background-position: -72px 0;}
    .footer-infor-icon.for-gps {background-position: -96px 0;}
    .footer-infor-icon.for-line {background-position: -120px 0;}
    .footer-infor-icon.for-wechat {background-position: -144px 0;}
    .footer-infor-icon.for-whatsapp {background-position: -168px 0;}

    /*footer-社群icon*/
    .footer-share-list li {background-size: 200px 50px;}
    .footer-share-list .facebook-link {background-position: 0 0;}
    .footer-share-list .line-link {background-position: -50px 0;}
    .footer-share-list .googleplus-link {background-position: -100px 0;}
    .footer-share-list .weibo-link {background-position: -150px 0;}
    .footer-infor-div {
        position: relative;
        width: 100%;
        max-width: 440px;
        margin: 0 auto;
        padding: 20px;
        text-align: left;
    }
    .footer-infor-list {
        width: 83%;
        margin-left: 13%;
        font-size: 0.9em;
    }
    .footer-copyright-information {
        padding: 0 10px;
    }
    .footer-relatived-link-list {
        padding-top: 20px;
    }
    .footer-relatived-link-list li {
        height: 30px;
        line-height: 30px;
    }
    .footer-line-friend {
        position: relative;
        width: 117px;
        height: 28px;
        margin: 5px auto;
        overflow: hidden;
    }
    .footer-line-friend img {
        position: absolute;
        width: 219px;
        top: -28px;
        left: 0;
    }
    /* h2 - 各頁手機標題 */
    .mob-page-head {
        height: 50px;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 50px;
        text-align: center;
    }
    /* 民宿標誌 */
    .bnb-mark {
        max-width: 600px;
    }
    .bnb-mark>div {
        display: inline-block;
        background-image: url('../../../images/mark-set.png');
        background-size: 489px 60px;
        margin: 20px 2px;
    }
    .legal-bnb-mark {
        width: 58px;
        height: 40px;   
        background-position: 0 0;
    }
    .legal-hotel-mark {
        position: relative;
        width: 60px;
        height: 60px;
        top: 10px;  
        background-position: -58px 0;
    }
    .friendly-bnb-mark {
        width: 71px;
        height: 40px;
        background-position: -118px 0;
    }
    .civil-travel-mark {
        position: relative;
        width: 60px;
        height: 60px;
        top: 10px;  
        background-position: -189px 0;
    }
    .sgs-mark {
        position: relative;
        width: 60px;
        height: 60px;
        top: 12px;
        background-position: -249px 0;
    }
    .green-bnb-mark {
        position: relative;
        width: 60px;
        height: 60px;
        top: 10px;
        background-position: -309px 0;
    }
    .bike-bnb-mark {
		position: relative;
		width: 120px;
		height: 120px;
		top: 10px;
		background-image: url('../../../images/bike-friendly.png') !important;
		background-size: cover !important;
	}
    .certified-hotspring-mark {
        position: relative;
        width: 60px;
        height: 60px;
        top: 10px;
        background-position: -369px 0;
    }
    .hualien-classic-mark {
        width: 60px;
        height: 40px;
        background-position: -429px 0;
    }
    /* 翻譯 */
    .google-language {
        right: 10px;
        bottom: 10px;
    }
    /* has-chat-plugin (會改動to-top和google translate的位置) */
    .has-chat-plugin .page-to-top {
        right: 23px;
        bottom: 96px;
    }
    /* has-chat-plugin (會改動to-top和google translate的位置) */
    .has-chat-plugin .google-language {
        left: 5px;
        bottom: 10px;
    }
}
#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: center;
}


@keyframes ldio-iy0vj14x1lb {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-iy0vj14x1lb div {
  left: 94px;
  top: 48px;
  position: absolute;
  animation: ldio-iy0vj14x1lb linear 1s infinite;
  background: #ffffff;
  width: 12px;
  height: 24px;
  border-radius: 6px / 12px;
  transform-origin: 6px 52px;
}.ldio-iy0vj14x1lb div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #ffffff;
}
.loadingio-spinner-spinner-sa81a9ufh6d {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  position: fixed;
  top : 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ldio-iy0vj14x1lb {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-iy0vj14x1lb div { box-sizing: content-box; }
/* generated by https:/