@charset "UTF-8";




/************************************* 共用設定 *************************************/

body {
    background-color: #fff;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
    color: #3F3F3F;
    font-size: 15px;
    line-height: 1.7;

}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    color: #0093AE;
}


a:hover {
    opacity: 0.8;
}


.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb120 {
    margin-bottom: 120px;
}


.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mt45 {
    margin-top: 45px;
}

.mt60 {
    margin-top: 60px;
}


.breadcrumb {
    margin-bottom: 45px;
    padding: 0px;
    background: none;
}

.breadcrumb-item.active {
    color: #727272;
}

.breadcrumb-item a,
.breadcrumb-item a:hover,
.breadcrumb-item a:active,
.breadcrumb-item a:visited,
.breadcrumb-item a:focus {
    color: #727272;
}



.img100 {
    width: 100%;
    height: auto;
}


.page-item .page-link {
    color: #727272;
    background-color: transparent;
    border: none;
}


.page-link:hover,
.page-item.active .page-link {
    color: #0093AE;
    background-color: transparent;
    border-color: none;
    background: none;
}


/* 讓圖片寬度可以拉到100% */
.figure {
    width: 100%;
}




.myGreyline,
.myGreyLine {
    border-bottom: 1px solid #c4c4c4;
    height: 1px;
}



.imgMinWidth100 {
    min-width: 100%;
    height: auto;
}


/************************************* 字體設定 *************************************/

h1,
h2,
h3,
h4,
h5,
h6,
p,
.p16,
.p18,
.p20,
.s10,
.s13,
.s14 {
    font-weight: normal;
}

h1 {
    font-size: 32px;
    line-height: 1.3;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 45px;
    }
}

/* 有時會有為了SEO要設定h1，但實際上是h2 h3的東西，那就使用h1然後用class name去蓋 */

h2,
.h2 {
    font-size: 28px;
    line-height: 1.3;

}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 30px;
    }
}



h3,
.h3 {
    font-size: 24px;
    line-height: 1.3;
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 30px;
    }
}







h4,
.h4 {
    font-size: 28px;
    line-height: 1.5;
}




h5,
.h5 {
    font-size: 24px;
}

@media (min-width: 1200px) {

    h5,
    .h5 {
        font-size: 26px;
        line-height: 1.6;
    }
}


h6,
.h6 {
    font-size: 22px;
}



.p20 {
    font-size: 20px;
}

.p18 {
    font-size: 18px;
}

.p16 {
    font-size: 16px;
}


.s14 {
    font-size: 14px;
}

.s13 {
    font-size: 13px;
}

.s10 {
    font-size: 10px;
}






/*************************************  顏色設定 文字 *************************************/

.JWblue1 {
    color: #5DC2D0 !important;
}

.JWblue2 {
    color: #0093AE;
}

.JWBlue3 {
    color: #004E75;
}

.JWBlue1 {
    color: #5DC2D0;
}

.JWoffwhite {
    color: #FAF8F5;
}

.JWRed {
    color: #FF6D6D;
}

.JWyelow1 {
    color: #FFE762;
}

.JWyelow2 {
    color: #FFF096;
}

.white {
    color: #fff;
}

.darkgrey {
    color: #727272;
}

.black {
    color: #000000;

}

.lightgrey {
    color: #C4C4C4;
}

/*************************************  字重 *************************************/

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}


/*************************************  顏色設定 bgColor *************************************/

.JWblue2Bg {
    background-color: #0093AE;
}

.JWBlue3Bg {
    background-color: #004E75;
}

.JWBlue1Bg {
    background-color: #5DC2D0;
}

.JWoffwhiteBg {
    background-color: #FAF8F5;
}

.JWRedBg {
    background-color: #FF6D6D;
}

.JWyelow1Bg {
    background-color: #FFE762;
}

.JWyelow2Bg {
    background-color: #FFF096;
}

.whiteBg {
    background-color: #fff;
}

.darkgreyBg {
    background-color: #727272;
}

.blackBg {
    background-color: #000;
}

.lightgreyBg {
    background-color: #C4C4C4;
}

/*************************************  共用元件 *************************************/

.single-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*多行的時候要設定行數*/

.multiline-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}




.btnInInputForm input {
    border-radius: 999px;
    font-weight: 300;
    padding-left: 15px;
    font-size: 15px;
    border: none;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .2));
}

.btnInInputForm input:focus {
    border: none;
}

.btnInInputFormBtn {
    padding-left: 25px;
    padding-right: 30px;
    border-radius: 999px;
    background-color: black !important;
    color: white !important;
    cursor: pointer;
    font-size: 15px;
}

.btnInInputFormBtn:hover {
    opacity: 0.7;
}







.slick-dots li.slick-active button:before {
    color: #0093AE !important;
}


.slick-dots li {
    margin: 0px !important;
}

.slick-dots li button:before {
    font-size: 7px !important;
    line-height: 20px !important;
    opacity: 1 !important;
    color: white !important;
}





a .myBtn {
    padding: 8px 60px;
    border-radius: 999px;
    background-color: #fff;
    color: black;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 0 auto;
}

a:hover .myBtn {
    opacity: 0.8;
}



a .myBtn.redBtn {
    line-height: 2;
    font-size: 15px;
    background-color: #FF6D6D;
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
}

a:hover .myBtn.redBtn {
    opacity: 0.8;
}


a .myBtn.blueBtn {
    line-height: 2;
    font-size: 15px;
    background-color: #0093AE;
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
}


a:hover .myBtn.blueBtn {
    opacity: 1 !important;
    background-color: #5DC2D0;
}


a .myBtn.greyBtn {
    line-height: 2;
    font-size: 15px;
    background-color: #727272;
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
}

a:hover .myBtn.greyBtn {
    opacity: 0.9;
}

a .myBtn.greyBtn2 {
    line-height: 2;
    font-size: 15px;
    background-color: #C4C4C4;
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
}

a:hover .myBtn.greyBtn2 {
    background-color: #727272;
    opacity: 1;
}

a .myBtn.lineBtn {
    line-height: 2;
    font-size: 15px;
    background-color: #54D24A;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}

a .myBtn.lineBtn:before {
    content: url(../img/icons/lineBtnIcon.svg);
    float: left;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

a:hover .myBtn.lineBtn {
    background-color: #18C20A;
    opacity: 0.7;
    color: #fff;
}







a .myBtn.onlyLineBtn {
    line-height: 1.5;
    font-size: 15px;
    color: #004E75;
    border: 1px solid #0093AE;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
}

a .myBtn.onlyLineBtn2 {
    line-height: 1.5;
    font-size: 15px;
    color: #0093AE;
    border: 1px solid #0093AE;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    background-color: transparent;
}

a:hover .myBtn.onlyLineBtn2 {
    background-color: #0093AE;
    color: #fff;
    opacity: 1 !important;
}

a .myBtn.onlyLineBtn3 {
    display: block;
    line-height: 1.5;
    font-size: 15px;
    color: #727272;
    border: 1px solid #727272;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    background-color: transparent;
    font-weight: 300;
    border-radius: 6px;
}

a:hover .myBtn.onlyLineBtn3 {
    background-color: #727272;
    color: #fff;
}

a .myBtn.onlyLineBtn4 {
    line-height: 1.5;
    font-size: 15px;
    color: #FF6D6D;
    border: 1px solid #FF6D6D;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    background-color: transparent;
}

a:hover .myBtn.onlyLineBtn4 {
    background-color: #FF6D6D;
    color: #fff;
    opacity: 1 !important;
}


a .myBtn.greyDisableBtn {
    line-height: 1.5;
    font-size: 15px;
    color: #C4C4C4;
    border: 1px solid #C4C4C4;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    background-color: transparent;
    cursor: default;
}


a:hover .myBtn.greyDisableBtn,
a .myBtn.greyDisableBtn:hover {
    opacity: 1 !important;
    color:#FFF;
    background-color: #C4C4C4;
}






a .registerFBButton,
a .registerLineButton {
    background-color: #fff;
    line-height: 51px;
    width: 100%;
    border-radius: 6px;
    color: #727272;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #C4C4C4;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

a .registerFBButton img,
a .registerLineButton img {
    margin-right: 10px;
    margin-top: -2px;
}



a:hover .registerFBButton,
a:hover .registerLineButton {
    background-color: #FAF8F5;
}






a .myBtn.yellowBtn {
    line-height: 2;
    font-size: 15px;
    background-color: #FFE762;
    color: #727272;
    padding-left: 70px;
    padding-right: 70px;
}

a:hover .myBtn.yellowBtn {
    color: #fff;
    opacity: 1;
    background-color: #0093AE;
}

a .myBtn.greyForAuthBtn {
    line-height: 2;
    font-size: 15px;
    background-color: #C4C4C4;
    color: #727272;
    padding-left: 70px;
    padding-right: 70px;
}

a:hover .myBtn.greyForAuthBtn {
    color: #C4C4C4;
    opacity: 1;
    background-color: #727272;
}









.blueTitle {
    margin-top: 15px;
    text-align: center;
    color: #5DC2D0;
    position: relative;
}


.blueTitle .line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #5DC2D0;
    top: 50%;
    margin-top: -8px;
    left: 0px;
}

.blueTitle .myTextArea {
    position: relative;
    background-color: #fff;
    display: inline-block;
    z-index: 1;

}

.blueTitle .myTextArea .p16 {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}












/* loading */

.loading {
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
}

.loading .loadingIcon {
    width: 139px;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    left: 50%;
    margin-left: -69px;
    /*    animation: gradient 1s infinite alternate linear;*/
}

/*
@keyframes gradient {
    0% { opacity: 1; }
    100% { opacity: 0.5;  }
}
*/


/* modal modal modal modal modal */

.modalClose {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: auto;
    cursor: pointer;
    z-index: 1;
}

.modalClose:hover {
    opacity: 0.7;
}

.modal-content {
    border: none;
}

.modal-body {
    padding: 15px;
    padding-top: 60px;
}


.form-control::placeholder {
    color: #727272;
    opacity: 0.5;
}





#contactCustomerService .oneCall {
    display: inline-block;
    margin-right: 45px;
    color: #000;
}

#contactCustomerService:last-child {
    margin-right: 0px;
}

#contactCustomerService .oneCall {
    margin-bottom: 15px;
}

#contactCustomerService .oneCall p {
    line-height: 1.5;
    margin-bottom: 0px;
}

/*************************************  modal *************************************/


.memberRegistrationModalRadioArea {

    padding-bottom: 30px;
    /* padding-top: 30px;
    padding-bottom: 30px;
*/
    margin-bottom: 30px;
    margin-top: 30px;
}


.memberRegistrationModalSection {

    padding-bottom: 30px;
    /* padding-top: 30px;
    padding-bottom: 30px;
*/
    margin-bottom: 30px;
    margin-top: 30px;

    border-bottom: 2px solid #FAF8F5;
}

#memberRegistrationModal .oneColleague {
    margin-top: 25px;
     position: relative;

}

#memberRegistrationModal .oneColleague .trashhh {
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 3px;
}

#memberRegistrationModal .oneColleague .trashhh:hover {
    opacity: 0.5;
}

#memberRegistrationModal .oneColleague p {
    margin-left: 30px;
    margin-bottom: 0px; 
    
    border-width: 0 0 1px 0;
    border-radius: 0px;
    border-color: #ccc;
    border-style: solid;
    padding-bottom: 5px;
   
}


.robot {
    cursor: pointer;
    width: 204px;
    height: auto;
}

.robot:hover {
    opacity: 0.9;
}





/*************************************  表單 *************************************/


/* 定義你的自訂 class，這裡假設為 custom-border */
.custom-border,
.custom-border input,
.custom-border select {
    border-width: 0 0 1px 0;
    border-radius: 0px;
    border-color: #ccc;
    /* 可以調整成你想要的顏色 */
    border-style: solid;
}

/* 移除 Bootstrap 原有的元素風格 */
.custom-border input.form-control,
.custom-border select.form-control {
    border: none;
}





/* 消除focus框框 */
a:focus,
textarea:focus,
input:focus,
select:focus {
    outline: 0 !important;
    border-color: #ccc !important;
    box-shadow: none !important;
}




/* 修改 radio button 的选中和未选中状态的颜色 */
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #5DC2D0 !important;
    border-color: #5DC2D0 !important;
}

.custom-control-input ~ .custom-control-label::before {
    background-color: #fff !important;
    border-color: #5DC2D0 !important;
}



textarea.form-control {
    background-color: #F9F9F9 !important;
}




/* 密碼顯示開關 */

.password-toggle-container {
    /* 避免影響到其他部分 */
}

/* 避免Safari自動填充圖標與自訂圖標重疊 */
/*
.password-toggle-container input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
*/

.password-toggle-container .form-group {
    position: relative;
    margin-bottom: 20px;
    /* 增加下方間距 */
}

.password-toggle-container .form-group input {
    padding-right: 40px;
    /* 增加右邊距離以避免重疊 */
}

.password-toggle-container .form-group button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.password-toggle-container img {
    width: 20px;
    /* 設置圖片的寬度 */
    height: 20px;
    /* 設置圖片的高度 */
}





/*************************************  header *************************************/


.header {
    display: inherit;
    background-color: #fff;
    position: fixed;
    height: 59px;
    width: 100%;
    z-index: 100;
}

.headerD {
    display: none;
}

.header a .logo {
    position: absolute;
    top: 15px;
    left: 15px;
}

.header a:hover {
    opacity: 1 !important;
}

.header .search {
    position: absolute;
    top: 21px;
    right: 55px;
    cursor: pointer;
}



.header .navTrigger:hover,
.header .search:hover {
    opacity: 0.7;
}

.header .navTrigger {
    position: absolute;
    top: 22px;
    right: 15px;
    cursor: pointer;
    background-image: url(../img/icons/navTrigger.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
}




/*************************************  header searchHoverArea *************************************/

.searchHoverArea {
    width: 100%;
    /*    margin-top: 77px;*/
    margin-top: 59px;
    padding: 30px 15px 15px 15px;
    color: black;
    position: fixed;
    z-index: 10;

    background-color: rgba(255, 255, 255, 0.90);
    top: 0px;
    left: 0px;

}

.searchHoverArea a {
    display: block;
    color: black;
    margin-bottom: 0.5em;
}

.searchHoverArea a:hover {
    display: block;
    color: #0093AE;
}

.searchHoverArea .hotKeyWordsArea {
    margin-top: 30px;
}

.searchHoverArea .hotKeyWordsArea .keyWords {
    margin-top: -10px;
}

.searchHoverArea .hotKeyWordsArea .keyWords a .oneKeyWord {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    background-color: #FAF8F5;
    padding: 5px 10px;
    border-radius: 999px;
    color: #0093AE;
}


/*************************************  header navArea *************************************/

.navArea {
    width: 100%;
    margin-top: 59px;
    padding: 0px 15px 15px 15px;
    color: black;
    position: fixed;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.97);
    top: 0px;
}

.navArea .navs {
    padding-bottom: 60px;
}

.navArea .navs .oneNav {
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
}

.navArea .navs .oneNav a,
.navArea .navs .oneNav a:hover {
    color: black;
}

.navArea .navs .oneNav p {
    margin-bottom: 0px;
}
/*note: 這裡手機版是V header選單的圖示 */
.navArea .navs .oneNav:nth-child(3) p:after,
.navArea .navs .oneNav:nth-child(4) p:after,
.navArea .navs .oneNav:nth-child(5) p:after,
.navArea .navs .oneNav:nth-child(6) p:after {
    content: url(../img/icons/navDropDownArrow.svg);
    float: right;
    margin-left: 5px;
    margin-top: -2px;
}

.navArea .navs .oneNav .oneNavSubmenu {
    margin-top: 1em;
    display: none;


}

.navArea .navs .oneNav .oneNavSubmenu a {
    margin-right: 15px;
    cursor: pointer;
    color: #727272;

    display: inline-block;
    /* 设置为行内块元素 */
    white-space: nowrap;
    /* 防止换行 */
}


.navArea .lang {
    display: inline;
}

.navArea .lang a {
    padding-left: 5px;
    padding-right: 5px;
}

.navArea .lang a:hover,
.navArea .lang a.focus {
    color: black;
    background-color: #eee;
    border-radius: 999px;
}

.navArea .loggedInMember {}

.navArea .loggedInMember:before {
    content: url(../img/icons/loggedInHumanIcon.svg);
    float: left;
    margin-right: 7px;
    margin-top: 1px;
}

a .mm1,
a .mm2 {
    display: inline-block;
}

.mm1:before,
.mm2:before {
    margin-top: 6px;
    content: '';
    /* Clear the content */
    float: left;
    margin-right: 7px;
    /* Set the desired distance from the right text */
    width: 15px;
    /* Set the desired width */
    height: 15px;
    /* Set the desired height */
    background-size: contain;
    /* Ensure the SVG scales correctly */
    background-repeat: no-repeat;
    /* Prevent repeating the SVG */
    background-position: center center;
    /* Center the SVG */
    display: inline-block;
    /* Ensure block-level element for width/height to take effect */
}

.mm1:before {
    background-image: url(../img/icons/loggedInSettings.svg);
}

.mm2:before {
    background-image: url(../img/icons/logOut.svg);
}




/*************************************  footer *************************************/

.top {
    cursor: pointer;
    position: fixed;
    right: 0px;
    bottom: 30px;
    z-index: 10;
}

.top:hover {
    opacity: 0.7;
}

.footer {
    padding: 30px 15px;
    background-color: #004E75;
    color: #fff;
    font-weight: lighter;
}


.footer .socials {
    text-align: right;
}

.footer .socials .oneSocial {
    display: inline-block;
    margin-left: 5px;

}

.footer .footerNavs {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer .footerNavs a {
    font-size: 14px;

    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    color: #fff;
}

.footer .logos {
    margin-bottom: 15px;
}

.footer .logos img {
    margin-right: 25px;
}




.footer .subscribeToNewsletter .btnInInputFormBtn {
    background-color: #5DC2D0 !important;
}

.footer .subscribeToNewsletter .btnInInputFormBtn:hover {
    opacity: 1;
    background-color: #0093AE !important;
}


.footer .subscribeToNewsletter input {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}


.footer .subscribeToNewsletter .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}


/*************************************  leftFixNav *************************************/


.leftFixNav {
    display: none;
    z-index: 1000;
    background-color: #FAF8F5;
    position: fixed;
    top: 50%;
    left: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: -170px;
    text-align: left;
    opacity: 0.8;
}


.leftFixNav ul {
    padding: 15px;
    margin-bottom: 0px;
}

.leftFixNav ul li {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 5px;
}

.leftFixNav ul li a {
    font-size: 14px;
    color: #727272;
}

.leftFixNav ul li a:hover {
    color: #0093AE;
}

.leftFixNav ul li.focus a {
    color: #0093AE;
}




/*************************************  interstingTags *************************************/


.interstingTags {
    padding: 5px;
    display: inline-block;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid white;
    border-radius: 4px;
}

.interstingTags a .oneTag {
    font-size: 14px;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 999px;
    margin-bottom: 5px;
}


.interstingTags a:hover .oneTag,
.interstingTags a:hover .oneTag.focus,
.interstingTags a .oneTag.focus {
    color: #fff;
    background-color: #727272;
    opacity: 1 !important;
}

.interstingTags a .oneTag.focus {
    background-color: #000;
    color: #fff;
}


/*************************************  tags *************************************/

.tags {
    text-align: left;
}

.tags a .oneTag {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 15px;
    border-radius: 999px;
    background-color: #FAF8F5;
    color: #0093AE;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.tags a:hover .oneTag {
    opacity: 1;
    color: #5DC2D0;
}



/*************************************  wantEmail *************************************/

.wantEmail {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FAF8F5;
}






/*************************************  threeBigNubmers *************************************/


.threeBigNubmers {
    margin-top: 30px;
}

.threeBigNubmers .oneBigNumber {
    border-top: 1px solid #C4C4C4;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.threeBigNubmers .oneBigNumber p {
    margin-bottom: 0px;
}

.threeBigNubmers .oneBigNumber .leftTopFont {
    color: #000;
    font-size: 22px;
    font-weight: 300;
    position: absolute;
    left: 0px;
    top: 15px;
}

.threeBigNubmers .oneBigNumber .bigNumber {
    text-align: right;
    color: #5DC2D0;
    font-size: 48px;
    margin-top: 15px;

}

.threeBigNubmers .oneBigNumber .bigNumber span {
    font-size: 22px;
    font-weight: 300;
}



/*************************************  Cookie通知条样式 *************************************/


#cookie-notice {
    background-color: #FAF8F5;
    color: #000;
    text-align: left;
    font-size: 14px;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    /* 默认情况下隐藏 */
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 1.5;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

#cookie-notice p {
    margin: 0;
    margin-bottom: 15px;
}

#cookie-notice a {
    color: #0093AE;
    text-decoration: none;
}

#accept-all-cookies {
    background-color: #000;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    border: none;
    padding: 8px 30px;
    border-radius: 999px;
}

#accept-all-cookies:hover {
    opacity: 0.8;
}
