[v-cloak] {
    display: none;
}
.ercode-nav {
    width: 100%;
    text-align: center;
}

.ercode {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    height: 120px;
}

.ercode img {
    padding: 10px;
}

.footer a {
    color: #ffff;
    padding-left: 20px;
}

.m-prod-cont {
    min-height: 385px;
}

.m-prod-right {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 385px;
}

.footer-inner dl {
    padding: 0 28px 0 0;
}

.footer-inner dl dt {
    padding-bottom: 10px;
    font-size: 16px;
    height: 21px;
}

.m-prod-list ul li {
    /*width: 100%;*/
}

.m-prod-list {
    -webkit-box: 1;
    -webkit-flex: 1;
    -ms-flexbox: 1;
    flex: 1;
    width: 33%;
}

.sever-list .area-partner li p {
    padding: 0 50px 0 24px;
    background: url('../images/icon-circle.png') no-repeat left 9px;
    min-height: 60px;
}

.join-list .area-partner li p {
    position: relative;
    padding-top: 20px;
}
.join-list .area-partner li p::before {
    content: '';
    width: 60px;
    height: 4px;
    background: #0073eb;
    position: absolute;
    top: 0;
    left: 0
}
.job-cont .job-list dl:first-child dd{
    display: block;
}