/* 弹框 */
#dialog,#popup-head {
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    position: fixed;
}

#dialog .dialog-container {
    justify-content: center;
    cursor: pointer;
}
.dialog-container,.popup-container{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#dialog .dialog-container img {
    width: 300px;
    height: 300px;
    display: block;
}
.popup-container{

}
.menuBox{
    height: 100%;
    background-color: #fff;
    width: 75%;
    padding: 0 20px;
}
.menuBox_header{
    height: 50px;
    justify-content: space-between;
}
.menu-item {
    border-bottom: 1px solid #ccc;
}
.menu-right,.close{
    cursor: pointer;
}
.menu-item ,._menu a{
  display: block; 
  font-size: 15px; 
  line-height: 40px;
}
.check-in {
    display: block;
}
.check-in .raw {
    height: 1em;
    transition: all 0.5s;
}
#check:checked~._menu {
    max-height: 150px;
    transform: translate(1.1);
}
#check:checked~.up-or-down .raw {
    transform: rotate(90deg);
}
._menu{
    padding-left: 20px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
}





/* 公用 */
.nav-content {
    width: 1200px;
    margin: 0 auto;
}

.nav_flex {
    display: flex;
    align-items: center;
}

.backcolor {
    background-color: #f8f9fd;
}


/* top顶部 */
#goTopBtn{
    display: none
}
.gotop{
    width: 45px;
    height: 50px;
    color: #f4943f;
    font-size: 24px;
    letter-spacing: normal;
    border-radius: 4px;
    box-shadow: 0 0 6px rgb(0 0 0 / 12%);
    background-color: #fff;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    right: 100px;
    bottom: 150px;
    z-index: 99999;
}
.gotop:hover{
    transform: translateY(-10px)
}



/* 头部 */
.header {
    position: sticky;
    top: 0px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 6px 80px 6px rgb(0 0 0 / 10%);
}

.header-content {
    justify-content: center;
}

.header-content .yflogo {
    height: 60px;
    padding: 0 40px;
}

.header-content .header_menu {
    justify-content: space-between;
    width: 650px;
}

.header-content .header_menu .header-active {
    color: #f4943f;
    border-bottom: 3px solid #f4943f;
}

.header-content .header_menu .menu {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #5b5b5b;
    padding: 0 20px;
}

.submenubox {
    position: relative;
    display: block;
    cursor: pointer;
}

.submenubox:hover>.submenu {
    display: block;
}

.submenu {
    display: none;
    position: absolute;
    top: 80px;
    border-top: 3px solid #f4943f;
    z-index: 999;
    background-color: #fff;
    width: 145px;
    left: 0;
    padding: 5px 0;
    animation: fade-in 0.5s 1;
}


@keyframes fade-in {
    0% {
        opacity: 0.0;
    }

    100% {
        opacity: 1;
    }
}

.submenu a {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    color: #5b5b5b;
    font-size: 17px;
    display: block;
    text-align: center;
}

.submenu .submenu-active {
    color: #f4943f;
}

.submenu a:hover {
    color: #f4943f;
}

.header-btn {
    justify-content: center;
    width: 128px;
    height: 52px;
    border: 1px solid #f4943f;
    border-radius: 5px;
    margin: 0 50px ;
    cursor: pointer;
    transition: all 0.5s;
}

.header-btn:hover {
    transform: scale(1.1);
}

.header-btn .btn {
    justify-content: center;
    width: 120px;
    height: 45px;
    color: #fff;
    background-color: #f4943f;
    border-radius: 5px;
}

._header{
    width: 100%;
    height: 45px;
    justify-content: space-between;
    display: none;
}
.menu_img{
    cursor: pointer;
    padding-left:20px;
}
.insbook{
    padding: 0 10px;
}
.menucolor{
    color: #f4943f;
}




/* 底部 */

.footer .footer-link {
    height: 230px;
    background-image: url(./../img/footer-banner.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.footer-link .consult {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin-top: 20px;
}

.consult-btn {
    width: 213px;
    height: 55px;
    font-size: 24px;
    color: #fff;
    border-radius: 30px;
    background-color: #7141b1;
    transition: all .5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    letter-spacing: 3px;
}
.consult-btn img{
    margin-right: 5px;
}

.consult-btn:hover {
    transform: scale(1.1);
}

.footer-container {
    color: #fff;
    background-color: #211e3b;
    padding: 30px 0;
    overflow: hidden;
}

.footer-container .footer-vessel {
    display: flex;
    justify-content: space-between
}

.footer-box {
    width: 300px;
    padding-right: 35px;
    letter-spacing: 2px;
}

.footer-title {
    letter-spacing: 2px;
    font-size: 21px;
    color: #dedee2;
    margin-bottom: 20px;
}

.footer-box a {
    display: block;
    width: 300px;
    padding-right: 35px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #b7b6c0;
}

.footer-msg {
    margin-bottom: 13px;
    font-size: 16px;
    color: #b7b6c0;
}

.footer-img {
    height: 25px;
    margin-right: 7px;
}

.backcolor-bot {
    letter-spacing: normal;
    margin: 20px auto;
    color: #6d6d6d;
    text-align: center;
    font-size: 15px;
}

.backcolor-bot a {
    display: block;
    color: #7141b1;
}