@charset "UTF-8";
:root {
  --og: #ff723a;
  --hog: #eb952f;
  --dog: #DD4B12;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap");

body::-webkit-scrollbar {
    display: none;
}

body, h1, h2, h3, h4, h5, h6, p, a, li, span {
    font-family: 'Noto Sans TC','微軟正黑體' !important;
}

*, body, htnl {
    margin: 0;
    font-family:'Noto Sans TC', "微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.img-item {
    position: relative;
    overflow: hidden;
}

.img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.text-blue1{
    color: #177bb3;
}

.text-red1{
    color: #ef6363;
}

p{
  color: #333333;
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 24px;
}

@media (max-width: 768px){
p{
  font-size: 13px;
}}

.txt-14{
  font-size: 14px;
}

.txt-16{
  font-size: 16px;
}

.txt-18{
  font-size: 18px;
}

.txt-20{
  font-size: 20px;
}

.txt-24{
  font-size: 24px;
}

.txt-28{
  font-size: 28px;
}

.txt-32{
  font-size: 32px;
}

.txt-36{
  font-size: 36px;
}

.txt-56{
  font-size: 56px;
}


@media(max-width: 768px){
.txt-14{
  font-size: 12px;
}

.txt-16{
  font-size: 14px;
}

.txt-18{
  font-size: 16px;
}

.txt-20{
  font-size: 18px;
}

.txt-24{
  font-size: 20px;
}

.txt-28{
  font-size: 24px;
}

.txt-32{
  font-size: 28px;
}

.txt-36{
  font-size: 32px;
}

.txt-56{
  font-size: 36px;
}

}

.text-gray33{
  color: #666666;
}

.text-gray66{
  color: #666666;
}

.text-gray87{
  color: #878787;
}

.text-gray99{
  color: #999999;
}

.cd-top {
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    display: inline-block;
    height: 40px;
    opacity: 0;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    overflow: hidden;
    text-indent: 100%;
    background: url(https://fg.crownonly.com/asset/types/main/images/top-btn.png) center 50% no-repeat;
    background-size: contain;
    visibility: hidden;
    color: #fff;
    z-index: 777;
}

.hide-in-phone {
  display: block;
}

@media (max-width: 991px) {
  .hide-in-phone {
    display: none;
  }
}
.hide-in-pc {
  display: none;
}

@media (max-width: 991px) {
  .hide-in-pc {
    display: block;
  }
}

/*---------------------------------------*/

@media(max-width: 991px){
    .mo-order1{
        order:1;
    }
    .mo-order2{
        order:2;
    }
    .mo-order3{
        order:3;
    }
}

@media(max-width: 991px){
.mo-center-item{
    display: flex;
    justify-content: center;
}}

@media(max-width: 991px){
.mo-order3 p{
    font-size: 12px;
}}

.ver-item{
  display: flex;
  align-items: center;
  height: 100%;
}

.center-item{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (min-width: 991px){
.pc-pr{
  padding-right: 30px;
  }
.pc-pl{
  padding-left: 30px;
  }
}

.link-item:hover .img-item img {
    transform: translate(-50%, -50%) scale(1.2);
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

.link-item .img-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    top: 0;
    left: 0;
    z-index: 2;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.link-item:hover .img-item:before {
    background: rgba(0, 0, 0, 0.3);
}

.link-item .img-item .more-word {
    color: #fff;
    z-index: 2;
    text-align: center;
    opacity: 0;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.link-item:hover .img-item .more-word {
    opacity: 1;
}

.link-item .img-item .more-word i {
    display: block;
    font-size: 36px;
}

/*----------------------------------------------------------------------------------------------------------*/

.ad-item img {
    width: 100vw;
}

.section-kv .banner_slider-item .img-wrap .img-item {
    padding-top: calc(100vh - 81px - 80px);
}

@media(max-width: 991px){
    .section-kv .banner_slider-item .img-wrap .img-item {
    padding-top: 56%;
}
}

.header .top-header{
    background: linear-gradient(90deg, black, #49060b , black); 
    border-bottom: 3px solid #c49c62;   
}

.header .top-header .top-menu {
    border-top: 0px solid #f8f8f8;   
    padding: 10px 0px;
}

.header.stick .top-header .top-menu { 
    padding: 0px;
}

.top-menu .logo img{
    max-width: 130px;
}

@media (max-width: 991px){
.header .top-header .top-menu {
    background: transparent;
}}

@media (max-width: 991px){
.header .top-header .top-menu nav .navbar-collapse.show {
    top: 81px;
}}

.header .top-header .top-menu .navbar li .menu-link {
    color: #ffffff;
}

.header .top-header .top-menu .share-list li a {
    color: #c48f54;
}

.header .top-header .top-menu .share-list li a i{
    color: #ffffff;
}

.section-product{
    min-height: 100vh;
    background: #f9f8f7;
    padding: 100px 0;
    position: relative;
}

.pr-item img {
    position: absolute;
    width: 300px;
    right: 5vw;
}

@media(max-width: 991px){
    .pr-item img {
        position: absolute;
        width: 150px;
        right: -4vw;
        top: 5vw;
    }
}

.footer {
    background-image: url(../images/footer-bg-n.png);
}

.footer .footer-logo{
    max-width: 250px !important;
}

.footer-root {
    background: #000;
    width: 100%;
    height: 60px;
    color: #5a7980;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    box-sizing: border-box;
}

.footer-root .footer-alert {
    width: 100%;
    background: #000000 url(../images/footer-text.png) 50% no-repeat;
    background-size: 60% auto;
    background-position: center center;
    height: 60px;
    margin-bottom: 0;
}

@media(max-width: 991px){
.footer-root {
    height: 40px;
    bottom: -1px;
}

.footer-root .footer-alert {
    background-size: 90% auto;
    height: 40px;
}
.footer .cpyright {
    padding: 0 0 100px 0;
}

.footer .cpyright p {
    text-shadow: 0px 0px 5px #ffffff;
}
}

.text-nstc{
    font-family: 'Noto Serif TC', serif !important;
}

.ab-bg-txt{
    background: #caac90;
    padding:5px 20px;
    letter-spacing: 1px;
    width: fit-content;
}

.news-item .text-item {
    padding: 10px 0px;
}

.news-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
    -moz-box-shadow: 0px 0px 0px 0px rgba(214, 127, 49, 0.2);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(214 127 49 / 20%);
    box-shadow: 0px 0px 0px 0px rgb(214 127 49 / 20%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
}
.ver-line-top{
    width: 1px;
    height: 70px;
    background: #cccccc;
    margin:auto;
}

.ad-item05 .img-item {
    padding-top: 500px;
}

.ver-txt {
    position: absolute;
    z-index: 10;
    left: calc(50vw - 585px);
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media (max-width: 991px){
.ver-txt {
    left: 50%;
    min-width: calc(100vw - 30px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}}

.more {
    background: transparent;
}

.news-item h3{
    font-weight: 400;
}

.product-item .img-item{
  padding-top: 100%;
}

.product-item{
  margin-bottom: 40px;
}

.product-btn{
    background: #caac90;
    padding:5px 20px;
    letter-spacing: 1px;
    width: fit-content;
    border-radius: 6px;
    text-align: center;
    margin: auto;
}

.product-item:hover .product-btn{
    background: #000000;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

@media (max-width: 991px){
.ab-txt-box{
    margin-top: 40px;
    margin-bottom: 40px;
    }
}

.btn-custom01 {
    background: #caac90;
    opacity: .6;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.story-page .section_story_items {
    color: #000;
    position: relative;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
    -moz-box-shadow: 1px 1px 2px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 20px 2px rgb(0 0 0 / 6%);
    box-shadow: 1px 1px 20px 2px rgb(0 0 0 / 6%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 40px;
}

.story-page .section_story_items:hover {
    color: #000;
}

.sidebar-menu li{
    /*padding-bottom: 10px;*/
}

.sidebar-menu li a{
    color: #c48f54;
}

.sidebar-menu li a:hover {
    color: #49060b;
}

.section_story_items .word-item h3{
    font-weight: 400;
    font-size: 18px;
}

@media (max-width: 991px){
.section_story_items .word-item h3{
    font-size: 16px;
}
}

.section_story_items .word-item small{
    color: #666666;
    font-size: 14px;
}

.story-page .section_story_items .img-wrap .img-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    top: 0;
    left: 0;
    z-index: 2;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.nav.nav-tabs .nav-link {
    margin: 5px 15px;
}

.nav.nav-tabs .nav-link:hover, .nav.nav-tabs .nav-link.active {
    color: #fff;
    border: 1px solid #caac90;
    background-color: #caac90;
}

.newsimg .nav-tabs .nav-link.active, .newsimg .nav-tabs .nav-link:hover {
    color: #6c4e36;
}

.control-label i{
    color: #c48f54;
}

.custom-title.step-title02{
    font-family: 'Noto Serif TC', serif !important;
}

a.news-rightbar{
    color: #c48f54;
}

a.news-rightbar:hover {
    color: #49060b;
}

.story-page .story-section03 .share-list li a i:hover {
    color: #000;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

a.news-re-code{
    color: #c48f54;
}

a.news-re-code:hover {
    color: #49060b;
}

.index-category .nav{
    justify-content: center;
}

/*.content,.inside-content{
    min-height: calc(100vh - 100px - 411px - 80px);
}*/

.responsive-4by3 {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 0;
    padding-bottom: 75%;
}

.oversea-textbox {
    display: flex;
    align-items: center;
    height: 100%;
}

.gray-line {
    background: #cccccc;
    width: 100%;
    height: 0.5px;
}

.link-ball i {
    line-height: 31px;
    width: 31px;
    height: 31px;
    text-align: center;
    background: #c48f54;
    border-radius: 60px;
    position: relative;
    top: -4px;
}

.oversea-textbox ul li {
    padding: 10px 0px;
}

.oversea-textbox ul li i {
    width: 30px;
    text-align: center;
    margin-right: 3px;
    color: #c48f54;
}

.link-ball i:hover {
    background: #333333;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

@media(max-width: 991px){
    .oversea-textbox{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

details .list a{
    color: #c48f54;
}

.panel-title {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 10px;
    border-bottom: 0.5px solid #ccc;
    height: 50px;
    position: relative;
    top: 1px;
    margin-bottom: 0px;
}

summary {
    display: list-item;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

@media(max-width: 768px){
.inside-content {
    padding-top: 84px;
}}

@media(max-width: 768px){
.header {
    -moz-box-shadow: 2px 2px 20px 5px rgba(214, 127, 49, 0.2);
    -webkit-box-shadow: 2px 2px 20px 5px rgb(214 127 49 / 20%);
    box-shadow: 2px 2px 20px 5px rgb(214 127 49 / 20%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
}}

@media(max-width: 768px){
.mo-pt-84{
    margin-top: 84px;
}}

.btn-custom01.add-cart{
    margin: 20px 0;
}

/*----------------------------------------------------------------------*/

.full-screen-search {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: rgba(0,0,0,0);
  display: none;
  justify-content: center;
  align-items: center;
  animation: expandSearch;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  z-index: 1000;
}

.full-screen-search .close{
  position: fixed;
  top: 20px;
  right: 20px;
  color: white;
  cursor: pointer;
}

.full-screen-search .close i{  
    font-size: 36px;
}

.search-container input {
  background: transparent;
  width: 600px;
  border: none;
  border-bottom: 1px solid white;
  font-size: 24px;
  height: 40px;
  color: white;
}
.search-container button {
  height: 40px;
  border: 2px solid white;
  background: transparent;
  color: white;
  width: 200px;
  font-size: 16px;
  cursor: pointer;
}

@keyframes expandSearch {
  from {
  }
  to {
    background: rgba(0,0,0,0.8)
  }
}

@media(max-width: 991px){
    .search-container input {
        position: relative;
        width: 90vw;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .search-container button {
        left: 50%;
        top: 30px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
    }
    .search-icon{
        position: relative;
        right: 45px;
        top: 4px;
    }
    .search-icon i{
        font-size: 21px;
    }
}

.top-menu .line-top {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, #dddddd 5%, #dddddd 95%, transparent 95%);
  margin: 15px 0;
}

.section_product_items .img-wrap .img-item {
    border: 1px solid #eeeeee;
}

/*----------------------------------------------------*/

/*補css*/

.tip-item {
  position: absolute;
  right: 30px;
  top: 15px;
  z-index: 3; }
  .tip-item .hot-tip {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: red;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
    display: block; 
}
  .tip-item .new-tip {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffb400;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block; 
}

.tip-item2 {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 3; }
  .tip-item2 .hot-tip {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: red;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
    display: none; }
  .tip-item2 .new-tip {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffb400;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: none; }

  .section_product_items.hot-active .hot-tip {
    display: block; }
  .section_product_items.new-active .new-tip {
    display: block; }

.inside-content .sidebar-title {
  background-color: #fff;
  padding: 10px 10px;
  border-bottom: 3px solid #dfcdbc; }

.inside-content .sidebar-menu ul li {
  position: relative; }
  .inside-content .sidebar-menu ul li a {
    display: block;
    padding: 10px 10px;
    color: #666;
    background-color: #fff;
    border-bottom: 1px solid #eee; }
    .inside-content .sidebar-menu ul li a .sidebar-right {
      -o-transition: all .4s ease;
      transition: all .4s ease;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      position: absolute;
      top: 10px;
      right: 10px; }
  .inside-content .sidebar-menu ul li .sidebar-menu-sec {
    display: none;
    position: absolute;
    top: 0;
    right: -270px;
    width: 100%;
    background: #fff;
    z-index: 3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
    /*IE 5.5-7*/ }
    .inside-content .sidebar-menu ul li .sidebar-menu-sec li {
      margin: 0; }
      .inside-content .sidebar-menu ul li .sidebar-menu-sec li a {
        border: none;
        color: #666;
        background: #fff; }
        .inside-content .sidebar-menu ul li .sidebar-menu-sec li a:hover {
          color: #fff;
          background: #feb03b; }
  .inside-content .sidebar-menu ul li:hover .sidebar-menu-sec {
    display: block; }
  .inside-content .sidebar-menu ul li.active a, .inside-content .sidebar-menu ul li:hover a {
    background-color: #bf842f;
    color: #fff; }
    .inside-content .sidebar-menu ul li.active a .sidebar-right, .inside-content .sidebar-menu ul li:hover a .sidebar-right {
      right: 5px; }

.header .top-menu a .bag-number {
    position: absolute;
    min-width: 20px;
    height: 20px;
    background: red;
    color: #fff;
    right: -9px;
    bottom: 10px;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    line-height: 13px;
}

@media(max-width: 991px){
	.header .top-menu a .bag-number {
    position: absolute;
    min-width: 20px;
    height: 20px;
    background: red;
    color: #fff;
    right: 0px;
    bottom: 17px;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    line-height: 13px;
}
}

.modal {
    z-index: 99999;
}

/*pagination CSS
/*----------------------------------------*/
.pagination ul {
  font-size: 50px; }

.pagination li {
  display: inline-block;
  margin-right: 1px;
  letter-spacing: normal; }
  .pagination li a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 30px;
    text-align: center;
    width: 38px;
    color: #444;
    padding: 3px; }
    .pagination li a:hover {
      background: #0f51a3 none repeat scroll 0 0;
      color: #ffffff; }
  .pagination li.active a {
    background: #0f51a3 none repeat scroll 0 0;
    color: #ffffff; }

.pro-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0; }
  .pro-pagination .product-pagination {
    font-size: 16px; }
    .pro-pagination .product-pagination .grid-item-list {
      padding-right: 10px;
      display: inline-block;
      vertical-align: middle; }
    .pro-pagination .product-pagination .country-select {
      display: inline-block;
      vertical-align: middle; }

@media (max-width: 540px) {
  .pro-pagination {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .pro-pagination .product-pagination {
      margin-bottom: 15px; } }


/*---------------------------------------------------------------------*/

/*改簡報*/

.btn-custom01 {
    padding: 10px 60px 10px 60px;
}

.btn-custom02 {
    padding: 10px 40px 10px 40px;
}

@media(max-width: 991px){
  .forget-password{
    margin-top: 30px;
  }
}
/* 
.form-control.add_cart_num{
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
 */
.btn-custom01.add-cart{
    padding: 10px 50px 10px 50px;
}

.section_product_items .add-cart{
    display: none;
}

/*-----------------------------------------------------------------*/

.quantity {
    width: auto;
}

.form-group{
    letter-spacing: 1px;
}

.service-terms{
    background: #F9F8F7;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.country-select .nice-select {
    height: 50px;
}

/*---------------------------------------------------------------*/

/*-----------------------------------------------------*/

.fg-float{
    position:fixed;
    bottom:calc(50vh - 124px);
    right:18px;
    display: flex;
    flex-direction: column;
    z-index: 777;
}

@media(max-width: 991px){
  .fg-float {
    bottom: 151px;
    right: 10px;
}
}

.fg-add-float{
    width:50px;
    height:50px;
    margin: 11px 0;
    /*background-color:#eeeeee;*/
    color:#666666;
    border-radius:6px;
    /*border:1px solid #cccccc;*/
    text-align:center;
    /*box-shadow: 0 0 10px rgb(0 0 0 / 5%);*/
    line-height: 50px;
    font-size: 17px;
}

.fg-float a{
    position: relative;
}

.fg-float a p{
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: right;
    color: #666666;
    position: absolute;
    width: 100px;
    left: -110px;
    bottom: -6px;
    font-weight: 900;
    opacity: 0;
    /*text-shadow: 0px 0px 8px #eeeeee;*/
    padding: 10px;
    background: #eeeeee90;
    border-radius: 8px;
}

.fg-float a:hover p{
    opacity: 1;    
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
}

.add-line{
    font-size: 58px;
    color: #5ab044;
    background: #ffffff;
    border-radius: 12px;
}

.add-fb{
  background: #477eca;
  font-size: 26px;
  border-radius: 6px;
  color: #ffffff;
}

.newsimg .story-section03 .col-lg-9 .pc-pr img{
	max-width: 100%;
}

.story-page .section_story_items .img-wrap .img-item{
    padding-top: 100%;
}