﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&display=swap');

body {
    letter-spacing: 0.5px;
}

p {
    line-height:1.8;
}
ul {
    padding-left:0;
}
.second-line {
    display: block;
}




.txt-en, body.home .page-content .about_sec:after,
body.home .page-content .benefit_sec .editor > .h2 .second-line .num,
body.home .page-content .benefit_sec .list_item:before, body.home .page-content .procedure .list_item:before {
    font-family: 'Montserrat', sans-serif;
}
/********************* loading *********************/
/********************* loading *********************/
.loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    background: url(../images/procedure.jpg) no-repeat;
    background-size: cover;
    z-index: 1000;
    scroll-
}
body:not(.home) .loading {
   display:none;
}
.loading .logoimg {
    position: absolute;
    width: 323px;
    height: 131px;
    background: url(../../../images/all/logo2.png) no-repeat;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
}

.loading .loader.aos-animate .logoimg {
    background: url(../../../images/all/logo.png) no-repeat;
}
.loader:before, .loader:after, .loader span:before, .loader span:after {
    content: '';
    position: absolute;
    left: 0;
    height: 0;
    background-color: #ffffff;
    z-index: -1;
    transition: 0.5s ease-in-out;
    right: 0;
}

.loader:before {
    /* left: 0; */
}

.loader:after {
    top: 50%;
}

.loader span:before,
.loader span:after {
    /* top: auto; */
    /* bottom: 0; */
}

.loader span:before {
    top: 25%;
}

.loader span:after {
    top: 75%;
}

.loader.aos-animate:before,
.loader.aos-animate:after,
.loader.aos-animate span:before,
.loader.aos-animate span:after {
    height: 25%;
}

.loader {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100VH;
}



/*字主色*/
.btn.btn-bord, 
body.about .page-content .txt h2,
.header .navbar .topbtn_group ul li label {
    color: var(--main-color);
}

/*字副色*/
a:hover, .wid-float-section ul li a:hover,
.wid-float-section ul li a:hover .icon,
.footer .footer_content .sitemap > ul > li > a:hover,
body.home .page-content .question_sec .info b, 
body.home .page-content .serviceinfo .info p, 
body.home .page-content .serviceinfo .info strong {
    color: var(--second-color);
}



    .wid-float-section ul li a:hover, .wid-float-section ul li a:hover .icon {
        color: var(--third-color);
    }

.anchor-title a.active {
    color: var(--fifth-color);
}

.gallery-list .item .info {
    padding: 10px;
}

.gallery-list p.price, .product-info-area .item.price .cont {
    color: #b12e2e;
}
.gotop {
    bottom: 9px;
}

.wid-float-section ul li a {
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* background: #ab9383; */
    color: #fff;
}

.wid-float-section ul li + li {
    border-top: none;
}

.wid-float-section ul li a,
.wid-float-section ul li a:hover,
.wid-float-section ul li a:hover .icon,
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #fff;
}
.wid-float-section {
    right: 16px;
}
.wid-float-section ul {
    background: none;
}
    .wid-float-section ul li a .icon {
        width: 36px;
        height: 36px;
        background: url(../images/floating.svg) -12px -6px no-repeat;
    }
    .wid-float-section ul li {
        padding: 5px 0;
    }
    .wid-float-section ul li.tel a .icon {
        
    }

    .wid-float-section ul li.icon_l a .icon {
      background-position: -12px -256px;
    }

.wid-float-section ul li.ct a .icon {
    background-position: -11px -815px;
}
.wid-float-section ul li.icon_f a .icon {
    background-position: -11px -551px;
}

.wid-float-section ul li.tel a {
    background: linear-gradient(121deg, #febd3a, #f49c07);
    filter: drop-shadow(2px 5px 6px #fce2b8);
}

.wid-float-section ul li.icon_f a {
    background: linear-gradient(121deg, #4b86c1, #3e7bba);
     filter: drop-shadow(2px 5px 6px #a8c8e980);

}

.wid-float-section ul li.icon_l a {
    background: linear-gradient(121deg, #73c14b, #66ba3e);
      filter: drop-shadow(2px 5px 6px #a2d58848);
}

.wid-float-section ul li.ct a {
    background: linear-gradient(121deg, #0d6efd, #0050c6);
    filter: drop-shadow(2px 5px 6px #a8a8a86f);
}
.wid-float-section ul li.tel a:hover .icon, .wid-float-section ul li.ct a:hover .icon {
    background: url(../images/floating2.svg) -8px -5px no-repeat;
}

.wid-float-section ul li.ct a:hover .icon {
    background-position: -8px -168px;
}

.wid-float-section ul li a:hover {
    transform: scale(1.2);
}

.wid-float-section {
    right: -95px;
    opacity: 0.5;
}
.is_scroll .wid-float-section {
    right: 12px;
   
}


.wid-float-section:hover {
   
    opacity: 1;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border: 1px solid;
    border-radius: 0;
}
/*背景主色*/

/*.bsnav-mobile.full .navbar-nav .nav-item:hover {
    background: var(--main-color);
}*/

.anchor-title.scroll-to-fixed-fixed,
.list-creative .list-terms:before, .gotop a, .bsnav-mobile.full .navbar-nav .nav-item:hover {
    background: var(--second-color);
}
/*背景第五色*/
.toast,
.list-creative > li:nth-child(2n) .list-terms:before {
    background: var(--fifth-color);
}

body.home section .more-btn-area {
    text-align: center;
    margin: 25px 0;
}
/*描邊 currentColor*/

.btn.btn-bord, .page-link {
    border-color: currentColor;
}

.header .navbar-nav .nav-item:hover > .nav-link .caret {
    border-top-color: currentColor;
}
.list_item img {
    width: 100%;
}

.h5 .sub-txt {
    color: #686868;
}

.btn.btn-light {
    background: #b12e2e;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #ffffff;
}

body.home .philosophy .titlebox .desc, .section .anchor-title a,
body.home .page-content .contact_sec .contact-block .h2,
body.home .page-content .contact_sec .contact-block .editor,
body.home .page-content .contact_sec .contact-block .h4,
body.home .page-content .contact_sec .contact-block .h2 .txt-en,
body.home .page-content .news_sec h2,
body.home .page-content .news_sec h2 .txt-en, .tag:hover{
    color: #fff;
}
/*背景主色，白字*/
.gallery-list.cover.hov-cart .item-detail .cover .btn-box .btn:hover,
body.show .page-item .page-link,
.nav-item.dropdown > .navbar-nav .nav-item:hover > a,
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav .nav-link:hover,
.gotop a:hover{
    background: var(--main-color);
    color: #fff;
}
body.show .page-item .page-link:hover {
    background: #696969;
}
/*.gallery-list.cover.hov-cart .item-detail .cover .btn-box .btn:hover,
body.show .page-item .page-link:hover, body.home .home_about .btn-more:hover,
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav .nav-link:hover {
    background: var(--main-color);
    color: #000;
}*/

/*背景副色，白字*/


.iso-kind li.active a, .iso-kind li a:hover,
.header .bsnav-mobile.full .navbar-nav .nav-item:hover > .nav-link,
body.news .page-content .article-grid .item .info .kind a, .tag {
    background: var(--second-color);
    color: #fff;
}

/*背景副色，白字*/
.btn.btn-primary {
    background: linear-gradient(109deg,#ffc03e,#f39800);
    color: #fff;
    border-radius: 13px;
    filter: drop-shadow(2px 5px 6px #fce2b8);
}
.btn.btn-primary:hover {
    background: linear-gradient(322deg,#ffc03e,#f39800);
}
/*背景第五色，白字*/
/*.nav-item.dropdown > .navbar-nav .nav-item:hover > a,
.member-function-box .item > a:hover,.btn.more {
    background: var(--fifth-color);
    color: #fff;
}*/

/*.iso-kind li.active a, .iso-kind li a:hover {
    color: #fff;
    background: #639da1;
    border-color: #57969b;
}*/
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav {
    background: #69d0b8;
}

.header .navbar .navbar-nav.nav-1 > .nav-item > a:after,
.banner .banner-txt .inner span.line, .btn-more::after,
body.home .contact_area:before,
#loader .loader-logo, .btn.btn-primary{
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

body.home .faq .picbox.lf.aos-animate::after, 
body.home .contact_area.aos-animate .home-contact-area .container::before {
    transition-delay: 1s;
}

/*.header .navbar .navbar-nav.nav-1 > .nav-item > a:after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 0;
    height: 1px;
    background: var(--second-color);
}
*/
.header .navbar .navbar-nav.nav-1 > .nav-item:hover > a:after {
    width: 70%;
}

.header .navbar .navbar-nav.nav-1 > .nav-item a {
    padding: 19px 15px;
}
/*gallery-list共用*/
.gallery-list.border-solid .item .item-detail {
    border-radius: 5px;
}

    .gallery-list.border-solid .item .item-detail .pic img {
    }

/*.gallery-list.border-solid .item .item-detail .pic, .gallery-list.border-solid .item .item-detail .pic img {
        border-radius: 4px 4px 0 0;
    }*/

body.home .page-content .aboutbox .title.h2,
body.home .categorybox .title.h2,
body.home .categorybox h1.h3, .footer .footer-info ul li .icon {
    display: none;
}

/*footer*/
.footer .footer-info ul li a, 
.footer .footer-info ul li,
.footer .footer-info .desc,
.footer .footer_content.fc_seperate_bottom .right-area a, 
.footer .footer_content.fc_seperate_bottom .social-box svg,
.footer .footer-seo .h4, .footer .footer-seo .desc,
.right-area .editor, .footer .footer_content .sitemap > ul > li > a,
.footer .footer_content .sitemap > ul > li > a:hover, 
.footer .footer-info ul li .icon, 
.footer .copyrights-info a, 
.footer .copyrights,
.footer .footer_content .left-area p {
    color: #262626;
}

    /*.footer .footer-info ul li label:after {
	content: "：";
}*/
    .footer .copyrights-info a, .footer .copyrights,
    .footer .footer_content .sitemap > ul > li > a:hover,
    .anchor-title a:hover {
        /*  opacity: 0.5;*/
    }


.footer {
    background: url(../images/footer.jpg) no-repeat;
    background-size: cover;
}
.footer .footer_content {
    background: none;
}

.footer .footer_content.fc_seperate_bottom .footer-bottom {
    background: none;
}



/*.footer .copyrights-info > * {
    float: none !important;
    display: inline-block;
}*/
.footer .copyrights-info {
    border-top: 0;
    text-align: center;
    font-size: 16px;
    opacity: 0.8;
    padding: 0;
    margin-top: 0;
}
.footer .copyrights-info .powered {
    float: right;
    color: #333;
    opacity: 0.8;
}
.is_scroll .header .navbar .navbar-brand {
    width: 234px;
    height: 98px;
}

.is_scroll .header .navbar {
    background: rgb(255 255 255 / 92%);
}

.sec01 {
    position: relative;
    padding: 110px 0 !important;
}

.gotop {
    right: 15px;
}

.d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-list.border-solid .item .item-detail .btn-box .btn {
    background: #dc3545;
}

.page-link {
    color: #adadad;
}

span.radio-inline + span.radio-inline {
    margin: 0 10px;
    display: inline-block;
}

span.radio-inline input {
    margin-right: 4px;
}
ul.slick-slider {
    padding-left: 0;
}
.header .navbar .small-btn-box .navbar-toggler {
    width: 48px;
}
.header .navbar .small-btn-box .navbar-toggler:before {
    content: "主選單";
    display: block;
    font-size: 15px;
    margin-top: 32px
}
.header .navbar {
    padding: 0 10px;
    border-bottom: 0;
}

.modal-body .spec-box .btn-box.st {
    height: 100%;
}
.modal-body .spec-box .btn-box.st .btn {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}


.header .navbar .navbar-collapse {
    flex-direction: column;
    align-items: flex-end;
}




body.home .page-content .about_sec .title,
body.home .page-content .question_sec .title,
body.home .page-content  .benefit_sec .title,
body.home .page-content  .serviceinfo .title,
body.home .page-content  .strength_sec .title,
body.home .page-content  .procedure .title{
    display: none;
}
.footer .social-box a {
    font-size: 40px;
}
.footer .footer-info ul li:before {
    content: "";
    display: block;
    height: 86px;
    width: 86px;
    border-radius: 20px;
    background: url(../images/ficon.svg) no-repeat center top #fff;
    margin: 0 auto 16px;
    background-size: 90%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer .footer-info ul li.servicearea::before {
    background-image: url(../images/ficon2.svg);
    background-position: 6px center;
}
.footer .footer_content .footer-info ul li label {
    display: block;
}
.footer .footer-info ul li.tel:before {
    background-position: center top -6px;
}

.footer .footer-info ul li.fax:before {
    background-position: center top -208px;
}

.footer .footer-info ul li.mail:before {
    background-position: center top -387px;
}

.footer .footer-info ul li.bstime:before {
    background-position: center top -836px;
}
.footer .footer-info ul li.add:before {
    background-position: center top -584px;
}

.footer .footer_content .footer-info ul li {
    margin-bottom: 30px;
    width: 49%;
    text-align: left;
    position: relative;
    padding-left: 100px;
    min-height: 86px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.footer .footer_content .footer-info ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*.footer .social-box a {
    width: 40px;
    display: inline-block;
    height: 40px;
    background: url(../images/all/social_white.svg) -4px 0 no-repeat;
}

.footer .social-box li.icon_i a {
    background-position: -4px -118px
}

.footer .social-box li.icon_y a {
    background-position: -4px -233px
}

.footer .social-box li.icon_t a {
    background-position: -4px -341px
}

.footer .social-box li.icon_p a {
    background-position: -4px -490px
}

.footer .social-box li.icon_l a {
    background-position: -4px -621px
}*/
.footer .footer_content .left-area {
    width: 60%;
}

.footer .footer_content .right-area {
    width: 35%;
}
.footer .footer_content .btlogobox, 
.footer .footer_content .copyrights-info {
    width: 100%;
}
.footer .footer_content .btlogobox {
    align-items: flex-end;
    padding-top: 30px;
    border-top: 1px solid #6bacd0;
    margin-top: 60px;
}
.recommend .slick .list_item {
    /* border: 1px solid #ddd; */
    margin: 0 13px;
    padding: 21px;
    background: rgb(243 237 230 / 64%);
    position: relative;
    border-radius: 20px;
}

    .recommend .slick .list_item h3 {
        font-size: 22px;
        margin: 14px 0;
        color: var(--main-color);
        line-height: 1.5;
        font-weight: 600;
    }

.page-content .recommend {
    margin: 34px 0
}

.recommend .slick .list_item .name small {
    display: block;
    line-height: 1;
    color: #8a8a8a
}

.recommend .slick .list_item .pic {
    width: 20%;
    margin: 0 auto 8px
}

.recommend .slick .list_item .name {
    text-align: center;
    font-size: 16px
}

body.home .page-content .serviceinfo .pic:before,
body.home .page-content .serviceinfo .pic:after,
body.home .page-content .serviceinfo .info:before,
body.home .page-content .news-sec .item .info::after,
body.home .page-content .news-sec:before, body.news .page-content .article-grid .item .info::after{
    content: "";
    position: absolute;
}

.header .navbar .topbtn_group .callbtn a,
.header .navbar .topbtn_group ul li,
.header .navbar .navbar-nav.nav-1,
body.home .page-content .question_sec .pic,
body.home .page-content .benefit_sec .d-flex,
body.home .page-content .serviceinfo .pic,
body.home .page-content .serviceinfo .info,
body.home .page-content .serviceinfo .page-box,
body.home .page-content .strength_sec .inner .list_box li p,
body.home .page-content .procedure .list_item,
body.home .page-content .procedure .list_item .pic,
body.home .page-content .procedure .page-box,
body.home .page-content .news-sec .item .info,
body.home .page-content .news-sec,
body.home .page-content .btmlinks .list_item,
body.home .page-content .btmlinks .list_item .pic,
body.news .page-content .article-grid .item .info{
    position: relative;
}
/*Header*/
.header .navbar .topbtn_group {
    margin: 16px 0 0;
}
.header .navbar .navbar-nav.nav-1 {
    margin-top: 30px;
    padding-left: 25px;
}
.header .navbar .navbar-nav.nav-1 > .nav-item,.header .navbar .navbar-nav.nav-1:before {
    transform: skewX(25deg);
}
.header .navbar .navbar-nav.nav-1 > .nav-item a {
    transform: skewX(-25deg);
}
.header .navbar .navbar-nav.nav-1 > .nav-item:before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #7dcbf1;
    width: 0;
}
.header .navbar .navbar-nav.nav-1 > .nav-item:hover:before {
    width: 100%;
}
.header .navbar .navbar-nav.nav-1 > .nav-item ul {
    transform: skewX(-25deg);
}

.header .navbar .navbar-nav.nav-1 > .nav-item ul li a {
    transform: skewX(0deg);
}

.header .navbar .navbar-nav.nav-1:before {
    content: "";
    position: absolute;
    left: 0;
    right: -300%;
    background: #d0f0ff;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.header .navbar .navbar-collapse {
    flex-direction: column;
    align-items: flex-end;
}
.header .navbar .topbtn_group ul li {
    display: inline-block;
    padding-left:60px;
}
.header .navbar .topbtn_group ul li.bstime:after {
    content: "";
    width: 1px;
    top: 50%;
    bottom: 0;
    height: 80%;
    background: #ddd;
    display: inline-block;
    position: absolute;
    right: -18px;
    transform: translateY(-50%);
}

.header .navbar .topbtn_group ul li.bstime {
    margin-right: 34px;
}
.header .navbar .topbtn_group ul li label {
    display: block;
}

.header .navbar .topbtn_group ul li:before, .header .navbar .topbtn_group .callbtn a:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/headericon.svg) no-repeat top -6px center;
    /* padding-left: 60px; */
}
.header .navbar .topbtn_group ul li.contactus:before {
    background-position: top -272px center;
}
.header .navbar .topbtn_group .callbtn a:before {
    background-position: top -669px center;
    left: 22px;
}
.header .navbar .topbtn_group .callbtn a, .btn-more, .btn.more {
    display: block;
    padding: 18px 26px 18px 90px;
    background: linear-gradient(118deg,#ffc03e,#f39800);
    color: #fff;
    border-radius: 18px;
    font-size: 24px;
    /* backdrop-filter: drop-shadow(7px 10px 11px black); */
    filter: drop-shadow(2px 5px 6px #fce2b8);
}
.btn-more {
    display: inline-block;
    font-size: 18px;
    padding: 16px 100px 16px 20px;
    text-align: left;
    margin-top: 18px;
    position: relative;
}
.btn-more::after, body.home .page-content .contact_sec .btn-primary:after,.btn.more::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    width: 35px;
    height: 6px;
    top: calc(50% - 6px / 2);
    right: 22px;
    background: url(../images/morearrow.png) right center no-repeat;
    position: absolute;
}
.header .navbar .topbtn_group .ctinfo {
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 86px;
}


/*首頁資訊區通用*/

body.home .page-content .h2,
body.home .page-content .strength_sec .h3,
body.home .page-content .procedure .h3,
body.home .page-content .news_sec h2,
.kind-info .h2,
body.contact .page-content h3 {
    font-weight: normal;
    border-bottom: 0;
    background: url(../images/title.png) no-repeat center top;
    padding-top: 66px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 70px;
}

.kind-info .h2 {
    color: #333;
    margin-bottom: 50px;
}
body.news .page-content .mainSection,
body.about .page-content .main-content,
body.album.show .page-content .mainSection, body.contact .page-content .main-content {
    padding: 60px 0 !important;
}
body.news .page-content .mainSection,
body.about .page-content .main-content,
body.album .page-content .main,
body.album.show .page-content .mainSection,
body.contact .page-content .main-content {
    background: url(../images/mainbg.jpg) no-repeat right bottom;
}
body.home .page-content .h2,
body.home .page-content .strength_sec .h3,
body.home .page-content .procedure .h3{

    color: #242424;
}
body.home .page-content .h2 .txt-en,
body.home .page-content .strength_sec .h3 .txt-en,
body.home .page-content .procedure .h3 .txt-en,
body.home .page-content .news_sec h2 .txt-en,
.kind-info .h2 .txt-en,
body.contact .page-content h3 .txt-en{
    display: block;
    font-size: 24px;
}
body.home .page-content .h2 .txt-en,
body.home .page-content .strength_sec .h3 .txt-en,
body.home .page-content .procedure .h3 .txt-en{
    color: #919191;
}
/*about_sec*/


body.home .page-content .about_sec .titlebox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    align-items: flex-start;
    justify-content: space-between;
}
body.home .page-content .about_sec .titlebox .d-flex h1 {
    font-size: 30px;
    color: var(--main-color);
    margin-bottom: 22px;
}
body.home .page-content .about_sec .titlebox .d-flex {
    width: 65%;
}

body.home .page-content .about_sec .titlebox .h2{
    width: 30%;
}
body.home .page-content .about_sec .titlebox .h2,
body.home .page-content .news_sec h2 {
    text-align: left;
    padding-left: 85px;
    background-position: left center;
    padding-top: 0;
}
body.home .page-content .about_sec {
    background: url(../images/acbg.jpg) no-repeat right -55px top -205px;
}
body.home .page-content .about_sec .list_item {
    position: relative;
    width: 29%;
    margin: 0;
}
body.home .page-content .about_sec .list_item:nth-child(2) {
    margin-top: 52px;
}
body.home .page-content .about_sec .list_item h3,
body.home .page-content .procedure .list_item h3 {
    padding: 20px;
    font-size: 22px;
    background: #74ade9;
    position: absolute;
    right: -20px;
    bottom: -36px;
    margin-bottom: 0;
    color: #fff;
    padding-left: 75px;
    /* filter: drop-shadow(2px 5px 6px #74ade9); */
    box-shadow: 3px 2px 12px rgb(116 173 233 / 43%);
    letter-spacing: 3px;
}

body.home .page-content .about_sec .list_item h3:before {
    content: "";
    display: flex;
    counter-increment: num;
    content: "0" counter(num);
    z-index: 1;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* width: 50px; */
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 14px;
    font-size: 26px;
}
body.home .page-content .about_sec .d-flex,
body.home .page-content .benefit_sec .d-flex,
body.home .page-content .serviceinfo .info .d-flex,
body.home .page-content .procedure .d-flex{
    counter-reset: num;
}
body.home .page-content .about_sec:after {
    content: "CHENFENG";
    display: block;
    font-size: 200px;
    font-weight: bold;
    color: rgb(116 173 233 / 10%);
    letter-spacing: 36px;
    position: absolute;
    left: -26px;
    bottom: -82px;
}
body.home .page-content .question_sec .d-flex,body.home .page-content .about_sec .d-flex  {
    align-items: flex-start;
}
/*question_sec*/
body.home .page-content .question_sec {
    padding: 76px 0 145px !important;
}
body.home .page-content .question_sec .h2 {
    background: none;
    padding: 0;
    margin-bottom: 37px;
}
body.home .page-content .question_sec .h2 .second-line {
    margin-top: 6px;
}
body.home .page-content .question_sec .pic .img_right {
    position: absolute;
    right: -110px;
    bottom: -177px;
}
body.home .page-content .question_sec .info {
    padding: 40px 70px;
    border: 7px solid #6199e2;
    border-radius: 5px;
    position: relative;
    width: 54%;
    margin-top: 72px;
}
body.home .page-content .question_sec .pic {
    z-index: 1;
    width: 40%;
}
body.home .page-content .question_sec .info:before, body.home .page-content .question_sec .info:after {
    content: "";
    width: 96px;
    height: 52px;
    display: block;
    background: url(../images/quote.png) no-repeat #fff center;
    position: absolute;
}
body.home .page-content .question_sec .info:after {
    right: 32px;
    bottom: -31px;
    transform: rotate(-180deg);
}

body.home .page-content .question_sec .info:before {
    top: -25px;
    left: 60px;
}

body.home .page-content .question_sec .pic:before,
body.home .page-content .question_sec .pic:after,
body.home .page-content .serviceinfo .page-box:before,
body.home .page-content .serviceinfo .page-box:after,
body.home .page-content .strength_sec .inner .list_box li:before,
body.home .page-content .procedure .page-box:before,
body.home .page-content .procedure .page-box::after,
body.home .page-content .btmlinks .list_item .pic::after{
    content: "";
    display: block;
    position: absolute;
}

body.home .page-content .question_sec .pic:before {
    width: 278px;
    height: 330px;
    right: -180px;
    z-index: -1;
    top: 69px;
    background: url(../images/bacteria.png) no-repeat;
}
body.home .page-content .question_sec .pic:after {
    width: 272px;
    height: 275px;
    background: url(../images/bacteria2.png) no-repeat;
    left: 108px;
    bottom: -184px;
}

/*benefit_sec*/
body.home .page-content .benefit_sec .editor > .h2 {
    display: table;
    margin: 0 auto 70px;
    text-align: left;
}
body.home .page-content .benefit_sec .editor > .h2 .second-line .num {
    font-size: 117px;
    font-style: italic;
    margin-right: 14px;
    line-height: 1;
    font-weight: 600;
}
body.home .page-content .benefit_sec .editor > .h2 .second-line {
    padding-left: 164px;
    margin-top: -57px;
}
body.home .page-content .benefit_sec .editor > .h2 .txt-en {
/*    position: absolute;*/
    /* left: 0; */
    /* bottom: 0; */
    margin-top: -40px;
}
body.home .page-content .benefit_sec .list_item {
    width: 32%;
    border: 2px solid var(--main-color);
    position: relative;
    margin: 0 0 38px 0;
    padding: 24px;
    font-size: 20px;
    background: #fff;
    z-index: 1;
}
body.home .page-content .benefit_sec .list_item .icon {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto 12px;
    background:url(../images/benefiticon.svg) no-repeat center top;
}
body.home .page-content .benefit_sec .topbox {
    padding-right: 276px;
}

body.home .page-content .benefit_sec .bottombox {
    padding-left: 276px;
    counter-reset: num 3;
}
body.home .page-content .benefit_sec .deco {
    /* width: 390px; */
    position: absolute;
}
body.home .page-content .benefit_sec .deco.rt {
    width: 347px;
    height: 486px;
    
    right: -90px;
    bottom: 64px;
    background:url(../images/mechanic.png) no-repeat center top;
}

body.home .page-content .benefit_sec .deco.lb {
    width: 216px;
    height: 376px;
    left: -37px;
    top: 0;
    background: url(../images/mechanic2.png) no-repeat center top;
}

body.home .page-content .benefit_sec .list_item.i2 .icon {
    background-position: top -311px center;
}

body.home .page-content .benefit_sec .list_item.i3 .icon {
    background-position: top -781px center;
}

body.home .page-content .benefit_sec .list_item.i4 .icon {
    background-position: top -1311px center;
}

body.home .page-content .benefit_sec .list_item.i5 .icon {
    background-position: top -1768px center;
}

body.home .page-content .benefit_sec .list_item.i6 .icon {
    background-position: top -2346px center;
}
body.home .page-content .benefit_sec .list_item:after,
body.home .page-content .news-sec .item .info::after,
body.news .page-content .article-grid .item .info::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 46px;
    background: url(../images/shadow.png) no-repeat bottom center;
    background-size: 100% auto;
    bottom: -48px;
    /* opacity: 0.3; */
}
body.home .page-content .benefit_sec:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 560px;
    background: #e9f4ff;
    z-index: -1;
}

body.home .page-content .benefit_sec .list_item:before {
    counter-increment: num;
    content: "0" counter(num);
    font-size: 187px;
    position: absolute;
    right: 5px;
    bottom: -26px;
    line-height: 1;
    display: inline-block;
    font-weight:600;
    letter-spacing: -7px;
    opacity: 0.3;
    color: #ddd;
    z-index:-1;
}

/*.serviceinfo*/
body.home .page-content .serviceinfo {
    padding-bottom: 0 !important;
}
body.home .page-content .serviceinfo .info .h2,body.news .page-content .mainSection .h1{
    background: url(../images/subtitle.svg) no-repeat -6px -13px;
    padding: 6px 0;
    text-align: left;
    padding-left: 78px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

body.home .page-content .serviceinfo .info ul.d-flex li:before, 
body.home .page-content .procedure .list_item:before {
    content: "";
    counter-increment: num;
    content: "0" counter(num);
}
body.home .page-content .serviceinfo .info ul.d-flex li {
    width: 48%;
    display: inline-block;
    margin-bottom:27px;
    padding-left: 50px;
    position: relative;
    letter-spacing:0;
}
body.home .page-content .serviceinfo .info ul.d-flex li:before {
    content: "";
    counter-increment: num;
    content: "0" counter(num);
    display: inline-block;
    width: 42px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    color: var(--main-color);
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
body.home .page-content .serviceinfo .info .d-flex {
    padding-left: 0;
    margin: 40px 0px;
}
body.home .page-content .serviceinfo .info p.notice {
    font-size: 19px;
    font-weight: bold;
}

body.home .page-content .serviceinfo .info .btn-more {
    max-width: 300px;
    display: block;
    margin-right: 0;
    float: right;
}
body.home .page-content .serviceinfo .info .btn-more:hover,.btn-more:hover {
    color: #fff;
    letter-spacing: 5px;
}

body.home .page-content .serviceinfo .pic:before {
    left: 20px;
    right: -20px;
    top: 20px;
    bottom: -20px;
    background: #57cdff;
    z-index: -1;
    opacity: 0.3;
}
body.home .page-content .serviceinfo .page-box {
    margin-bottom: 140px;
}
body.home .page-content .serviceinfo .pic {
    top: -80px;
}
body.home .page-content .serviceinfo .info {
    padding:60px;
}

body.home .page-content .serviceinfo .info:before {
    left: -100%;
    right: 143%;
    top: 0;
    bottom: 0;
    background: #f9f9f9;
    z-index: -1;
    /* width: 0; */
}
body.home .page-content .serviceinfo.aos-animate .info:before {
    /* width: 100%; */
    right: -122px;
}
body.home .page-content .serviceinfo .page-box:nth-child(3) .row {
    flex-direction: row-reverse;
}
body.home .page-content .serviceinfo .page-box:nth-child(3) .info::before {
    left: -92px;
    right: -100%;
}
body.home .page-content .serviceinfo .page-box:nth-child(3) .pic:before {
    left: -30px;
    right: 30px;
    top: 54px;
    bottom: -30px;
}
body.home .page-content .serviceinfo .page-box:nth-child(3) .h2 {
    background-position: -6px -325px;
    padding: 10px 0;
    padding-left: 73px;
}
body.home .page-content .serviceinfo .info ul.note {
    padding: 0;
}
body.home .page-content .serviceinfo .info ul.note li,
body.home .page-content .contact_sec .contact-block ul li,
body.home .page-content .procedure .list_item ul li{
    display: block;
    padding-left: 27px;
    background: url(../images/list_icon.png) no-repeat 5px 5px;
    line-height: 1.5;
    margin-bottom: 16px;
}

body.home .page-content .serviceinfo .page-box:nth-child(2) .pic:after {
    width: 255px;
    height: 239px;
    right: -62px;
    bottom: -62px;
    background: url(../images/hand.svg) no-repeat;
    -webkit-animation: swipe 5s linear infinite;
    animation: swipe 5s linear infinite;
}
body.home .page-content .serviceinfo .page-box:nth-child(3) .pic:after {
    width: 251px;
    height: 250px;
    left: -116px;
    bottom: -110px;
    background: url(../images/wrench.svg) no-repeat;
    background-size: contain;
 -webkit-animation: wrench 5s linear infinite;
    animation: wrench 5s linear infinite;
}
body.home .page-content .serviceinfo .page-box:nth-child(4) .pic:after,
body.home .page-content .serviceinfo .page-box:nth-child(4) .gear {
    width: 190px;
    height: 178px;
 
    background: url(../images/gear.svg) no-repeat 0 -305px;
    background-size: cover;
    transform-origin:center;
}
body.home .page-content .serviceinfo .page-box:nth-child(4) .pic:after {
    -webkit-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
    right: -77px;
    bottom: -82px;
}

body.home .page-content .serviceinfo .page-box:nth-child(4) .gear {
    position: absolute;
    right: -142px;
    bottom: -145px;
    background-position: 0 0;
    z-index: 1;
    -webkit-animation: rotate 20s linear infinite;
    animation: rotate2 20s linear infinite;
}


body.home .page-content .serviceinfo .page-box:before,
body.home .page-content .serviceinfo .page-box:after {
    background: url(../images/circle.png) no-repeat 0 0;
    background-size: 100% auto;
    -webkit-animation: scale 5s linear infinite;
    animation: scale 5s linear infinite;
}

body.home .page-content .serviceinfo .page-box:before {
    width: 700px;
    height: 700px;
    right: -332px;
    bottom: -192px;
}
body.home .page-content .serviceinfo .page-box:after {
    width: 300px;
    height: 300px;
    right: -340px;
    top: -63px;
    animation-delay:1s;
}


body.home .page-content .serviceinfo .page-box:nth-child(3):after {
    left: -340px;
    right: auto;
}
body.home .page-content .serviceinfo .page-box:nth-child(3):before {
    right: auto;
    left: -332px;
    bottom: -133px;
}

body.home .page-content .contact_sec {
    background: #f4f4f4;
}

body.home .page-content .contact_sec .contact-block .h2{
        background-image: url(../images/titlew.png);
}

body.home .page-content .contact_sec .home-contact-area {
    padding: 0;
    background: none;
}
body.home .page-content .contact_sec {
    background: #f4f4f4;
    padding: 0 !important;
}
body.home .page-content .contact_sec .contact-form {
    border-radius: 0;
    background: none !important;
    padding: 40px 0;
}


body.home .page-content .contact_sec .contact-form {
    border-radius: 0;
    background: none !important;
    padding: 40px;
    /* background: #f4f4f4 !important; */
}

body.home .page-content .contact_sec  .contact-block {
    height: 100%;
    /* alignment-baseline: middle; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background:url(../images/contactbg.jpg) no-repeat;
    background-size:cover;
    border-radius:0;
}
body.home .page-content .contact_sec .contact-block .h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid;
    font-weight: normal;
    font-size: 24px;
}
body.home .page-content .contact_sec .contact-block ul li {
    font-size: 20px;
    background-position: 5px 7px;
}
body.home .page-content .contact_sec .contact-block p {
    margin-bottom: 42px;
    text-align: center;
}

body.home .contact_sec .mainformWrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center
}

body.home .contact_sec .mainformWrap>label {
    display: inline-block;
    text-overflow: inherit;
    margin-right: 32px;
    overflow: inherit;
    font-size: 18px;
    font-weight: 400;
    width: 20%;
    white-space: inherit;
    color: #333;
    text-align: right;
    letter-spacing: 0;
}

body.home .contact_sec .mainformWrap > div {
    width: 75%
}

body.home .contact_sec .mainformWrap>div .form-control {
    width: 100%!important;
    border-radius: 0;
    font-size: 19px;
}

body.home .page-content .contact_sec {}

body.home .page-content .contact_sec .btn-primary {
    position: relative;
    text-align: left;
    border-radius: 0;
    font-size: 18px;
    padding: 10px 70px 10px 15px;
    filter: drop-shadow(2px 5px 6px #fce2b8);
}

body.home .page-content .contact_sec .home-contact-area .container-fluid {
    padding: 0;
}

body.home .page-content .strength_sec .inner .list_box,
body.home .page-content .strength_sec .inner .pic {
    margin: 0 15px;
}
body.home .page-content .strength_sec .inner .list_box {
    flex: 1;
}
body.home .page-content .strength_sec .inner .pic {
    flex: 1.5;
}
body.home .page-content .strength_sec .inner .list_box li {
    display: block;
    text-align: left;
    position: relative;
    margin: 0;
    margin-bottom: 38px;
    padding-left: 100px;
}

body.home .page-content .strength_sec .inner .list_box li h3 {
    font-size: 24px;
    font-weight: bold;
}

body.home .page-content .strength_sec .inner .list_box li:before {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: block;
    left: 9px;
    border: 1px solid #99beeb;
    top: 0;
    background:url(../images/strenghticon.svg) no-repeat center top;
}
body.home .page-content .strength_sec .inner .list_box .list_item.l1:before {
    background-position: center top -986px;
}

body.home .page-content .strength_sec .inner .list_box .list_item.l2:before {
    background-position: center top -1423px;
}

body.home .page-content .strength_sec .inner .list_box .list_item.l3:before {
    background-position: center top -1764px;
}


body.home .page-content .strength_sec .inner .list_box .list_item.l4:before {
    background-position: center top -31px;
}

body.home .page-content .strength_sec .inner .list_box .list_item.l5:before {
    background-position: center top -333px;
}

body.home .page-content .strength_sec .inner .list_box .list_item.l6:before {
    background-position: center top -679px;
}
body.home .page-content .strength_sec .inner {
    flex-direction: row-reverse;
}
body.home .page-content .strength_sec .inner .list_box li p label {
    background: var(--forth-color);
    padding: 5px 14px;
    border-radius: 20px;
    margin-right: 13px;
    position: absolute;
    left: 0;
    top:50%;
    transform:translateY(-50%);
}
body.home .page-content .strength_sec .inner .list_box li .notice {
    padding-left: 104px;
}
body.home .page-content .strength_sec .inner .list_box li:last-child {
        margin-bottom: 0;
    }


body.home .page-content .procedure {
    padding-top: 0 !important;
}

body.home .page-content .procedure .list_item h3 {
    padding: 18px;
    /* font-size: 22px; */
    left: 28px;
    right: -12px;
    letter-spacing: 0;
}

body.home .page-content .procedure .list_item .pic {
    overflow: inherit;
}
body.home .page-content .procedure .list_item ul {
    text-align: left;
    list-style-type: none;
    margin-top: 60px;
    padding-left: 28px;
}
body.home .page-content .procedure .list_item ul li {
    margin-bottom: 10px;
}

body.home .page-content .procedure .d-flex {
    justify-content: space-around;
}
body.home .page-content .procedure .list_item:before {
    position: absolute;
    padding: 11px;
    font-size: 34px;
    z-index: 1;
    background: #000;
    color: #fff;
    left: -17px;
    top: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
}

body.home .page-content .procedure .list_item.i2 {
    margin-top: 70px;
}

body.home .page-content .procedure .list_item.i3 {
    margin-top: 140px;
}

body.home .page-content .procedure .list_item.i4 {
    margin-top: 210px;
}

body.home .page-content .procedure .list_item.i5 {
    margin-top: 280px;
}
body.home .page-content .procedure .list_item {
    width: 17%;
    margin: 0;
}

body.home .page-content .procedure .page-box:before, body.home .page-content .procedure .page-box:after {
    height: 400px;
    left: -122px;
    right: -125px;
    top: 0;
}
body.home .page-content .procedure .page-box:before {
    background: url(../images/procedure.jpg) no-repeat;
    transform: rotate(6deg);
    background-size: cover;
}
body.home .page-content .procedure .page-box:after {
    background: #e3f1ff;
    transform: rotate(-6deg);
    background-size: cover;
    height: 214px;
    z-index: -1;
}


/*news-sec*/
body.home .page-content .news-sec {
    background: url(../images/article.jpg) no-repeat;
    background-size: cover;
    padding-top: 200px !important;
}
body.home .page-content .news_sec h2 {
    background-image: url(../images/titlew.png);
}


body.home .page-content .news-sec .item .info {
    background: #fff;
    padding: 20px;
    text-align: left;
}

body.home .page-content .news-sec .item .info::after,
body.news .page-content .article-grid .item .info::after{
    background-size: 100% auto;
    height: 50px;
    bottom: -50px;
    background: url(../images/shadow2.png) no-repeat bottom center;
}
body.home .page-content .news-sec .item .info .tt_1 {
    font-size: 18px;
    /* color: #000; */
}
body.home .page-content .news-sec .item .info .tt_2 {
    font-size: 16px;
    margin-top: 17px;
}
body.home .page-content .news-sec .item .info .tt_1,
body.home .page-content .news-sec .item .info .tt_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-height: 42px; */
    line-height: 1.5;
}

.btn.more {
    padding: 14px;
    font-size: 18px;
    text-align: left;
    padding-right: 71px;
}
.btn.cover:before {
    content:none;
}
body.home .page-content .news-sec .more-btn-area {
    position: absolute;
    right: 14px;
    margin: 0;
    top: 16px;
}

body.home .page-content .news-sec > .container {
    position: relative;
}
body.home .page-content .news-sec .more-btn-area .btn.more {
    filter: drop-shadow(2px 5px 6px rgb(252 226 184 / 20%));
}
body.home .page-content .news_sec .slick-btn .slick-arrow {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 11px;
    background: url(../images/arrow.svg) center top -5px no-repeat;
    text-indent: -9999px;
    display: inline-block;
}
body.home .page-content .news_sec .slick-btn .btn-prev.slick-arrow {
    background-position: center top -966px;
}
body.home .page-content .news_sec .slick-btn {
    position: absolute;
    right: 188px;
    top: 13px;
    margin-right: 0 !important;
}
body.home .page-content .news-sec .item {
    padding: 0;
    margin: 0 10px;
}
body.home .page-content .news-sec .item:nth-child(even) {
    margin-top: 28px;
    margin-bottom: 34px;
}
/*
body.home .page-content .news-sec .item.slick-current, 
body.home .page-content .news-sec .item.slick-cloned {
    transform: translateY(0);
}*/
body.home .page-content .news-sec::before {
    left: -86px;
    right: -86px;
    height: 140px;
    background: rgb(255, 255, 255);
    top: -69px;
    transform: rotate(4deg);
}
body.home .page-content .news-sec .multiple-slick {
    padding: 0;
}
body.home .page-content .btmlinks {
    padding: 0 !important;
}

body.home .page-content .btmlinks .list_item {
    margin: 0;
    width: 33.33%;
}
body.home .page-content .btmlinks .container-fluid {
    padding: 0;
}
body.home .page-content .btmlinks .list {
    justify-content: center;
}
body.home .page-content .btmlinks .h3 {
    margin: 0;
}
body.home .page-content .btmlinks .list_item .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px;
    text-align: right;
}
body.home .page-content .btmlinks .list_item .info .title {
    text-align: right;
    font-size: 30px;
    color: #fff;
    display: inline-block;
}
body.home .page-content .btmlinks .list_item .info .title:before {
    content: "";
    width: 90px;
    height: 76px;
    display: block;
    margin: 0 auto;
    background: url(../images/btlinkicon.svg) no-repeat center top -13px;
}
body.home .page-content .btmlinks .list_item .info:before{
    content:none;
}

body.home .page-content .btmlinks .list_item .pic::after {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
}

body.home .page-content .btmlinks .list_item:nth-child(2) .info .title:before {
    background-position: center top -333px;
}

body.home .page-content .btmlinks .list_item:nth-child(3) .info .title:before {
    background-position: center top -693px;
}

body.home .page-content .btmlinks .list_item:nth-child(4) .info .title:before {
    background-position: center top -1330px;
}

body.home .page-content .btmlinks .list_item:nth-child(5) .info .title:before {
    background: url(../images/titlew.png) no-repeat center;
}

body.home .page-content .btmlinks .list_item:nth-child(6) .info .title:before {
    background-position: center top -1860px;
}

body.news .page-content .article-grid .item .info {
    padding: 10px;
    background: #fff;
    border: none;
    position: relative;
}

body.news .page-content .article-grid .item {
    margin-bottom: 66px;
}

body.album .main-content {
    padding-top:60px;

}
body.album .main-content .kind-info .h2{
    margin-bottom:40px;
}

body.album.show .page-content .mainSection {
    margin-bottom:0 !important;
}


@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    80% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
   
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    80% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
}


@-webkit-keyframes swipe {
    0%,100% {
        -webkit-transform: translate(0,0) rotate(0);
        transform: translate(0,0) rotate(0);
    }

    50% {
        -webkit-transform: translate(-52px, 122px) rotate(-25deg);
        transform: translate(-52px, 122px) rotate(-25deg);
    }
}

@keyframes swipe {
    0%,100% {
        -webkit-transform: translate(0,0) rotate(0);
        transform: translate(0,0) rotate(0);
    }

    50% {
        -webkit-transform: translate(-52px, 122px) rotate(-25deg);
        transform: translate(-52px, 122px) rotate(-25deg);
    }
}



@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}