header {
    height: 100px;
    line-height: 100px;
    background-color: #fff;
}

header .fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    z-index: 9;
}

header .link-logo {
    display: inline-block;
    vertical-align: middle;
}

#nav-menu {
    display: none;
}

nav li+li {
    margin-left: 20px;
}

nav a {
    font-weight: bold;
    padding: 0 20px 18px;
    border-bottom: 6px solid transparent;
    font-family: 'Acumin Variable Concept';
}

footer {
    padding: 70px 0;
    background-color: #EEEEEE;
}

footer .container>* {
    display: inline-block;
    vertical-align: top;
}

footer p {
    color: #666666;
    font-weight: bold;
    font-family: 'Acumin Variable Concept';
    line-height: 22px;
    width: 359px;
    font-size: 14px;
}

footer ul {
    margin-left: 153px;
}

footer li {
    color: #666666;
    font-size: 16px;
}

footer li+li {
    margin-top: 29px;
}

footer ul:nth-child(2) li {
    text-align: center;
}

footer ul a {
    color: #1FD1C0;
    font-size: 14px;
}

footer .phone::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    background: url('../images/phone.png') no-repeat center 100%;
    width: 16px;
    height: 19px;
    margin-right: 11px;
}

footer .email::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    background: url('../images/email.png') no-repeat center 100%;
    width: 20px;
    height: 16px;
    margin-right: 9px;
}

footer .email a {
    text-decoration: underline;
}

footer .btn {
    margin-left: 10px;
    width: 339px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    background-color: #1FD1C0;
}

footer .btn:hover,
footer .btn:active,
footer .btn:focus {
    background-color: #2B3E4C;
}

footer .btn a {
    color: #fff;
    display: block;
}

#dialog {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#dialog .mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
}

#dialog .wrap {
    position: absolute;
    width: 594px;
    height: 284px;
    background-color: #fff;
    box-shadow: 0px 30px 40px 0px rgba(43, 76, 62, 0.35);
    -webkit-box-shadow: 0px 30px 40px 0px rgba(43, 76, 62, 0.35);
    -o-box-shadow: 0px 30px 40px 0px rgba(43, 76, 62, 0.35);
    -ms-box-shadow: 0px 30px 40px 0px rgba(43, 76, 62, 0.35);
    -moz-box-shadow: 0px 30px 40px 0px rgba(43, 76, 62, 0.35);
    z-index: 99;
}

#dialog .wrap::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
}

#dialog.top .wrap::after {
    top: 100%;
    border-width: 60px 30px 0 30px;
    border-color: #fff transparent transparent transparent;
}

#dialog.bottom .wrap::after {
    bottom: 100%;
    border-width: 0 30px 60px 30px;
    border-color: transparent transparent #fff transparent;
}

#dialog img {
    position: absolute;
    left: 100%;
    bottom: 100%;
    margin-left: 20px;
    cursor: pointer;
}

#dialog .body {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    white-space: nowrap;
}

#dialog p {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Acumin Variable Concept';
    font-size: 40px;
    font-weight: bold;
    white-space: normal;
    line-height: 55px;
}

#dialog p.underline {
    border-bottom: 2px solid #2B3E4C;
}

#dialog p:first-child {
    font-size: 22px;
    margin-bottom: 41px;
    display: none;
    line-height: 30px;
    margin-top: 60px;
}

#dialog.show .body::after {
    content: none;
}

#dialog.show p:first-child {
    display: block;
}

@media screen and (max-width: 576px) {
    body {
        min-width: auto;
    }
    header {
        height: 50px;
        line-height: 50px;
    }
    header .container {
        text-align: center;
    }
    header .float-left {
        float: none;
        display: inline-block;
    }
    #nav-menu {
        display: block;
        width: 18px;
    }
    #nav-menu .menu {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 16px;
        position: relative;
        cursor: pointer;
    }
    #nav-menu .menu::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }
    #nav-menu .menu.show::before {
        transform: translate3d(0, 7px, 0) rotate(45deg);
        -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
        -o-transform: translate3d(0, 7px, 0) rotate(45deg);
        -ms-transform: translate3d(0, 7px, 0) rotate(45deg);
        -moz-transform: translate3d(0, 7px, 0) rotate(45deg);
    }
    #nav-menu span {
        position: absolute;
        top: 7px;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }
    #nav-menu .menu.show span {
        display: none;
    }
    #nav-menu .menu::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }
    #nav-menu .menu.show::after {
        top: 0;
        transform: translate3d(0, 7px, 0) rotate(-45deg);
        -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
        -ms-transform: translate3d(0, 7px, 0) rotate(-45deg);
        -o-transform: translate3d(0, 7px, 0) rotate(-45deg);
        -moz-transform: translate3d(0, 7px, 0) rotate(-45deg);
    }
    nav {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-top: 1px solid #f4f4f4;
        display: none;
    }
    nav li {
        padding: 0 15px;
        margin-left: 0 !important;
    }
    nav li+li {
        margin-top: 20px;
    }
    nav a {
        display: block;
        text-align: center;
        padding: 0;
    }
    footer ul {
        margin-left: 0;
        margin-top: 70px;
        text-align: center;
    }
    footer .btn {
        margin-left: auto;
        margin-right: auto;
    }
    #dialog img {
        margin-left: -56px;
        margin-bottom: 20px;
    }
    #dialog .wrap {
        width: auto !important;
        left: 15px !important;
        right: 15px;
    }
    #dialog .body {
        padding: 0 15px;
    }
    #dialog p {
        font-size: 20px;
    }
}