.font10{
    font-size:10px;
}

.font11{
    font-size:11px;
}

.font12{
    font-size:12px;
}

.font13{
    font-size:13px;
}

.font14{
    font-size:14px;
}

.font15{
    font-size:15px;
}

.font16{
    font-size:16px;
}

.font17{
    font-size:17px;
}

.font18{
    font-size:18px;
}

.font19{
    font-size:19px;
}

.font20{
    font-size:20px;
}

.font21{
    font-size:21px;
}

.font22{
    font-size:22px;
}

.font23{
    font-size:23px;
}

.font24{
    font-size:24px;
}

.font25{
    font-size:24px;
}

.font26{
    font-size:26px;
}

.font27{
    font-size:27px;
}

.font28{
    font-size:28px;
}

.font29{
    font-size:29px;
}

.font30{
    font-size:30px;
}

.font31{
    font-size:31px;
}

.font32{
    font-size:32px;
}

.font33{
    font-size:33px;
}

.font34{
    font-size:34px;
}

.font35{
    font-size:35px;
}

.font36{
    font-size:36px;
}

.font37{
    font-size:37px;
}

.font38{
    font-size:38px;
}

.font39{
    font-size:39px;
}

.font40{
    font-size:40px;
}

.font41{
    font-size:41px;
}

.font42{
    font-size:42px;
}

.font43{
    font-size:43px;
}

.font44{
    font-size:44px;
}

.font45{
    font-size:45px;
}

.font46{
    font-size:46px;
}

.font47{
    font-size:47px;
}

.font48{
    font-size:48px;
}

.font49{
    font-size:49px;
}

.font50{
    font-size:50px;
}









/*********** nav ***********/
.site-navigation ul li a:hover{
    color:#F9B7B2;
}

.fixed-nav{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.nav-header{
    /* background-color:#FFF; */
    transition: all .6s;
}
.nav-header.active{
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    background-color:#FFF;
}
.headernav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    /* background: white; */
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    max-width:1320px;
    margin:0 auto;
}
.header__logo{
    background-image: url(/img/logo/xiangtai-logo-color-text-black-h.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 70%;
    width:342px;
    height:45px;
    /* transition: .6s; */
    cursor: pointer;
}
.header__logo_m{
    position: absolute;
    top: 30px;
    background-image: url(/img/logo/xiangtai-logo-color-text-black-h.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width:342px;
    height:45px;
    transition: .6s;
    cursor: pointer;
}
.header__logo_box{
    display: flex;
    justify-content: center;
}
.nav-header.active .header__logo{
    background-image: url(/img/logo/xiangtai-logo-color-text-black-h.svg);
    cursor: pointer;

}
.hamburger {
    display: none; /* don't show the hamburger icon on wider screens */
}

/* Navigation menu for wider screens */
.site-navigation {
    z-index: 2;
    margin-left: auto; /* keep it flush right */
}
.site-navigation ul.nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-navigation a:not(.nav-dropdown li a) {
    display: block;
    padding: 50px 20px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: 0.6s;
}

.site-navigation.active a:not(.nav-dropdown li a) {
    display: block;
    padding: 30px 20px;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}
.site-navigation.active a:hover,
.site-navigation.active a:focus {
    text-shadow: 0px 1px 1px white;
}

.site-navigation a:not(.nav-dropdown li a).disabled {
    color: #dadada;
}



/***nav icon***/
.nav-toggle {
    display: block;
    /* width: 20px;
    height: 20px; */
    padding: 22px;
    border-radius: 1px;
    background-color: transparent;
    cursor: pointer;
}

.nav-toggle-icon {
    display: inline-block;
    vertical-align: super;
}
  
.nav-toggle-icon span,
.nav-toggle-icon span:before,
.nav-toggle-icon span:after {
    cursor: pointer;
    height: 2px;
    width: 20px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    transition: all 0.4s;
}

.nav-header.active .nav-toggle-icon span,
.nav-header.active .nav-toggle-icon span:before,
.nav-header.active .nav-toggle-icon span:after {
    background: #000;
}
  
.nav-toggle-icon span:before {
    top: -6px;
}

.nav-toggle-icon span:after {
    bottom: -6px;
}

.nav-toggle-icon.is-active span {
    background-color: transparent;
}
.nav-header.active .nav-toggle-icon.is-active span {
    background-color: transparent;
}

.nav-toggle-icon.is-active span:before,
.nav-toggle-icon.is-active span:after {
    top: 0;
}

.nav-toggle-icon.is-active span:before {
    transform: rotate(45deg);
}

.nav-toggle-icon.is-active span:after {
    transform: translateY(-6px) rotate(-45deg);
    top: 6px;
}

/* nav dropdown */
.nav-dropdown ul li {
    float: left;
    position: relative;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}
.nav-dropdown li{
    padding: 10px 20px;
    text-decoration: none;
    line-height: 20px;
}
.nav-dropdown li a{
    color: inherit;
    text-decoration: none;
}
.nav-dropdown {
    width: 200px;
    position: absolute;
    display: none;
    flex-direction: column;
    z-index: 1;
    background-color: #FFF;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}



/*** mobile nav ***/
.m-menu-items::-webkit-scrollbar {
    display: none;
}
.m_nav .m-menu-items{
    padding-top: 100px;
    background: #fff;
    height: 100vh;
    transform: translate(-150%);
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
    /* transition: transform .25s cubic-bezier(0,0,.2,1); */
    /* box-shadow:  5px 0px 10px 0px #aaa; */
    overflow: scroll;
    z-index: 1100;
}

.m_nav .m-menu-items li{
    height: 40px;
    list-style: none;
    display: flex;
    align-items: center;
}
.m_nav a{
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.m-menu-items ul{
    padding-left: 2em;
}
.m-menu-items .menuli{
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}

.m-menu-items .menuli.disabled{
    color: #dadada;
    cursor: default;
}

.m_nav_items_info{
    margin-top: 20px;
}


.check_msg{
    font-size:13px; color: rgb(255, 0, 0);background-color: rgba(249, 183, 178, .2); border-radius: 10px; padding: 15px;
}
.check_msg.success{
    font-size:13px; color: #155724 !important;background-color: #d4edda !important; border-radius: 10px; padding: 15px;
}


.holdd{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 1050;
    display: none;
}

@media (max-width:888px)  {
    .headernav {
        position: relative; /* for anchoring .site-navigation */
        padding: 0 0 0 10px;
    }

    /* Hamburger icon */
    .hamburger {
        display: block;
        flex: 0 0 64px;
        margin-left: auto;
        cursor: pointer;
        transition: all 0.2s;
        z-index: 10;
    }


    /* Navigation menu */
    .site-navigation {
        display: none; /* hide until .is-open */
        position: absolute;
        padding:20px 0;
        top: 100%; /* with absolute position, anchor to bottom of header */
        left: 0;
        right: 0;
        background-color: white;
    }
    .site-navigation.is-open {
        display: block;
    }
    .site-navigation ul {
        display: block; /* undo flexbox */
    }
    .site-navigation a {
        padding: 20px;
        font-size: 15px;
    }
}










/***********form***********/
.form-text-container{
    position: relative;
}
.form-text-container-hold{
    position: absolute; top: 0; width: 100%; height: 100%; background-color: #ffffff; opacity: .7; z-index: 999;
    display: flex ; justify-content: center; align-items: center;
}
.form-text-col{
    margin: 40px 0;
}
.form-text-col .text{
    font-size: 16px;
    font-weight: 900;
}
.form-text-col .title{
    font-size: 16px;
    font-weight: 900;
}
.form-text-box input[type="text"],.form-text-box input[type="password"]{font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

:focus{outline: none;}

.form-text-box{position: relative;}
.form-text-box.date{float: left; width: 100%; margin: 0;}
.form-text-box.datec{float: left; width: 100%; margin: 0 3%;}

.form-text-box.checkbox .title{
    font-size: 30px;
    font-weight: 900;
}
.form-text-box.checkbox .class-item{
    margin: 20px 0;
}
.form-text-box.checkbox .class-item .item{
    padding: 10px 0;
}
.form-text-box.checkbox .class-item .item.disabled{
    color: #dedede;
}
.form-text-box.checkbox .class-item-text{
    font-size: 18px;
    font-weight: 900;
}

.form-text-box-input{width: 100%; border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}

.form-text-box-input ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #F9B7B2; transition: 0.4s;}
.form-text-box-input:focus ~ .focus-border{width: 100%; transition: 0.4s;}


.form-text-container .check_btn{
    margin: 2em 0;
}

.check_btn{
    margin: 2em 0;
}








/*****popup******/
/* https://codepen.io/MoorLex/pen/XdLWag */
/* button {
    border: none;
    background: #ddd;
    padding: 10px;
    display: block;
    margin: 50px auto;
    cursor: pointer;
} */
.popup_modal h1 {
    font-size: 20px;
}
.popup_modal button {
    margin: 0px auto;
    margin-top: 20px;
}
.popup_modal {
    position: fixed;
    top: 0px;
    pointer-events: none;
    left: 0px;
    background: rgba(51,51,51,0.9);
    width: 100vw;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    transition: 0.3s;
}
.popup_modal.active {
    opacity: 1;
    pointer-events: auto;
}
.popup_modal.active .box {
    top: 50%;
}
.popup_modal#success h1 {
    font-size: 1.5em;
}
.popup_modal .close {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    color: #ddd;
}
.popup_modal .box {
    background: #fff;
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
    height: auto;
}
.popup_modal .box .content_container::-webkit-scrollbar {
    display: none;
}
.popup_modal .box .content_container{
    height: 100%;
    overflow: auto;
}
.popup_modal .popup_video{
    width: 800px;
}
.popup_modal_text{
    margin-top: 2em;
    text-align: left;
}
@media (max-width:1024px)  {
    .popup_modal .popup_video{
        width: 500px !important;
    }
    .popup_modal .box {
        height: 60%;
    }
}
@media (max-width:900px)  {
    .popup_modal .popup_video{
        width: 450px !important;
    }
}
@media (max-width:768px)  {
    .popup_modal .popup_video{
        width: 250px !important;
    }
}
@media (max-width:375px)  {
    .popup_modal .popup_video{
        width: 200px !important;
    }
}



.deco {
    width: 105px;
    height: 5px;
    background-color: #c2ebff;
    margin-bottom: 23px;
}
.deco.border_radius {
    border-radius: 30px;
}





/***********footer***********/
body>section>.footer-section {
    position: sticky;
    top: 100vh;
}

.footer-section{
    background-color: #792000;
    color: #FFF;
    font-size:13px;
    font-weight: 500;
    padding: 20px 0 10px 0;
}

.footer-section .container{
    max-width: 1320px;
}

.footerbox{
    width: 100%;
    display: flex;
    justify-content: center;
}
.footerbox .company{
    width: 25%;
    padding: 0.5rem;
}
.footerbox .company-grid{
    display: flex;
    grid-column-gap: 4em;
    grid-row-gap: 1em;
}
.footerbox .logo-title{
    margin-right: 10px;
    color:#000;
    font-weight: 900;
}
.footerbox .logo-box{
    display: flex;
    flex-direction: column;
}

.footerbox .logo-list{
    color: #000;
    font-size: 12px;
}


.footer-logo_box{
    margin: 12px 0;
    /* display: flex; */
}

.footer-logo{
    color:#FFF;
    font-weight: bold;
}
.footer-logo.en{
    font-size: 33px;
}
.footer-logo.zh{
    font-size: 20px;
}


.footer-widget{
    padding: 0.5rem;
}
.footer-widget-heading{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}
.footer-widget-heading div {
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}
.footer-widget-text-link{
    margin: 12px 0;
}


.footer-copyright{
    padding:30px 0 10px 0;
    font-size: 10px;
}
.footer-copyright .company{
    font-weight: bold;
}
@media (max-width:768px)  {
    .footerbox{
        display: flex;
        justify-content: center;
    }

    .footerbox .company{
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .footerbox .company-grid{
        flex-direction: column;
    }
    .footer-widget{
        text-align: center;
    }
    .footer-widget-heading div::before {
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .footer-copyright{
        text-align: center;
    }
}