@font-face {
    font-family: 'codropsicons';
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 'Heiti SC', Arial,
        sans-serif;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

section {
    -webkit-overflow-scrolling: touch;
}

html,
body {
    height: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #f6f9bf;
    outline: none;
}

.content {
    text-align: center;
}

.content--alt {
    background: #212121;
}

/* Device styles */
.device {
    position: relative;
    overflow: hidden;
    height: 11.33333vw;
    margin: 0 auto;
    background-size: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.device__screen {
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: left;
}

.device__screen {
    height: 11.33333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0 0 0 0.7rem;
}

.device__screen img:first-child {
    width: 5rem;
}

.device__screen .hideMenu {
    margin-right: 2.8vw;
    width: 4vw;
}

.device__screen .showMenu {
    margin-right: 2.8vw;
    width: 4vw;
    z-index: 2;
}

.device__screen .menuShowWrapper {
    position: absolute;
    width: 9.33333vw;
    height: 9.33333vw;
    background: #fff;
    right: 0;
    z-index: 1;
    display: none;
}

.dummy {
    position: fixed;
    top: 0vw;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000004d;
    display: none;
    overflow: auto;
    z-index: 1000;
}

.menuWrapper {
    width: 100%;
    height: 100%;
    background: #fff;
}

.menuWrapper .closeIcon {
    position: absolute;
    top: 4.2vw;
    right: 6.2vw;
    width: 2.43333vw;
    margin: 0px 1vw;
}

.menuWrapper .closeIcon img {
    width: 3.43333vw;
}

.menuWrapper .menu_container {
    padding-top: 12vw;
}

.menuWrapper .first-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuWrapper .first-menu a {
    color: #333333;
    font-size: 0.9rem;
    flex: 1;
}

.menuWrapper .first-menu .more {
    width: 2.43333vw;
    margin: 0px 1vw;
}

.mymenu {
    margin: 0px 1.3em;
    text-align: left;
    line-height: 2.7em;
}

.mymenu > a > img {
    width: 0.7rem;
    vertical-align: middle;
    float: right;
    margin-top: 1.2rem;
    margin-right: 0.5rem;
}

.mymenu > ul {
    display: none;
}

.mymenu ul {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
}

.subtitle ul {
    /* display: flex; */
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: auto;
}

.subtitle ul::-webkit-scrollbar {
    display: none;
}

.subtitle ul li {
    line-height: 2.2em;
}

.subtitle ul li h1,
.subtitle ul .service-header a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.8rem;
    color: #a7aebb;
    line-height: 17px;
    text-align: justify;
    font-style: normal;
    min-width: 180px;
}

.subtitle ul li ul {
    display: flex !important;
    flex-direction: column;
    border-top: none;
    border-bottom: none;
}

.subtitle ul li ul li a {
    font-size: 0.9rem;
    color: #666666;
}

.mymenu ul a {
    display: block;
    font-size: 0.9rem;
    color: #666666;
}

.mymenu > a {
    display: block;
    width: 100%;
    text-align: left;
    color: #666666;
    font-size: 0.9rem;
}

.phoneWrapper {
    display: flex;
    align-items: center;
    padding: 2rem 1rem;
}

.phoneWrapper img {
    width: 4.8vw;
}

.phoneWrapper span {
    margin-left: 2rem;
}

.content--related {
    font-weight: bold;
    padding: 4em 1em 2em;
    text-align: center;
    color: #76768e;
    background: #373752;
}

.content--related h3 {
    margin: 0 0 7em;
}

@media screen and (max-width: 20em) {
    .device {
        width: 100%;
        height: auto;
        background-image: none;
    }

    .device__screen {
        margin: 0;
        border-radius: 0;
    }
}

#iframe {
    width: 100%;
    height: calc(100% - 3.5em);
    height: -moz-calc(96.5%);
    height: -webkit-calc(96.5%);
}

.mymenu-action > a,
.menu-action-item {
    color: #333333 !important;
}

.mymenu-action ul {
    display: block;
}

.mymenu > ul > li:last-child {
    margin-bottom: 0.5rem;
}

.imgHome {
    width: 100%;
}
