#wrapper{
    width: 100%!important;
    margin-left: 0px!important;
    left: 0px!important;
    padding-bottom: 20px;
}
#select-user{
    width: 375px!important;
    height: 273px!important;
}
.banner{
    background: background: rgba(255,34,34,1);
    background: -moz-linear-gradient(top, rgba(255,34,34,1) 0%, rgba(194,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,34,34,1)), color-stop(100%, rgba(194,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,34,34,1) 0%, rgba(194,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,34,34,1) 0%, rgba(194,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,34,34,1) 0%, rgba(194,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,34,34,1) 0%, rgba(194,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2222', endColorstr='#c20000', GradientType=0 );

    height: 100vh;
}
.banner img{
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    left: 50%;
    transform: translate3D(-50%,-50%,0);
}
.banner .content-page{
    height: 100%;
}
.banner .content-page .logo-htj,
.banner .content-page img.banner-m{
    display: none;
}
.banner .content-page .logo-htj{
    position: absolute;
    top: 3.125%;
    left: 3.125%;
}
.banner .content-page .logo-htj img{
    left: unset;
    transform: unset;
    width: 50%;
}
.topic{
    color: #FF2222;
    font-size: 5em;
    font-family: 'prompt-m';
    text-align: center;]
    margin-top: 24px;
}
.box-svc{
    background: rgba(255,34,34,1);
    background: -moz-linear-gradient(top, rgba(255,34,34,1) 0%, rgba(194,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,34,34,1)), color-stop(100%, rgba(194,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,34,34,1) 0%, rgba(194,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,34,34,1) 0%, rgba(194,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,34,34,1) 0%, rgba(194,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,34,34,1) 0%, rgba(194,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2222', endColorstr='#c20000', GradientType=0 );
}
.box-svc .content-page{
    background-image: url('../images/midyear/coin.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.box-svc .topic-svc{
    font-size: 5.8em;
    color: #fff;
    font-family: 'prompt-m';
    text-align: center;
    padding-top: 40px;
}
.box-svc .topic-svc.sec{
    font-size: 4.6em;
    font-family: 'prompt';
    padding-top: 0px;
}
.box-list-svc{
    padding: var(--main-spac);
    padding-bottom: 6.25%;
}
.box-list-svc a{
    display: block;
    height: 100%;
}
.box-list-svc .row{
    width: calc(100% + 33px);
    margin-left: -16.5px;
}
.box-list-svc .list-svc{
    border-radius: 6px;
    background: #FFFFFF;
    margin: 16.5px;
    width: calc(33.3333% - 33px);
    text-align: center;
    padding-bottom: 10px;
}
.box-list-svc .list-svc .month{
    width: 25.5%;
    height: 22.5%;
    border-radius: 0px 0px 20px 20px;
    background: #FF9600;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    font-family: 'prompt';
    color: #fff;
    left: 18px;
    z-index: 3;
}
.box-list-svc .list-svc .month p{
    font-size: 2.4em;
}
.box-list-svc .list-svc .month p + p{
    font-size: 3em;
}
.box-list-svc .list-svc .logo{
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 35px;
}
.box-list-svc .list-svc .logo .box-img{
    width: 100%;
    padding-bottom: 66.67%;
}
.box-list-svc .list-svc .logo .box-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: -100px;
    right: -100px;
    top: -100px;
    bottom: -100px;
    margin: auto;
}
.box-list-svc .list-svc .name{
    font-family: 'prompt';
    font-size: 2.4em;
    color: #333333;
    margin-top: 35px;
    height: 68px;
    padding: 0px 10px;
}
.box-list-svc .list-svc .price{
    font-family: 'prompt-m';
    font-size: 4.8em;
    color: #FF0030;
    margin-top: 10px;
}
.box-list-svc .btn-svc{
    width: auto;
    border-radius: 28px;
    font-size: 3em;
    border: 2px solid #fff;
    font-family: 'prompt';
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 0px;
    padding-left: 24px;
    padding-right: 58px;
    margin-top: var(--main-spac);
    color: #fff;
}
.box-list-svc .btn-svc i{
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

/* static */
.info-static{
    /* min-height: 100vh; */
    padding: 6% 0px;
}
.info-static:nth-child(even){
    background: #F4F4F4;
}
.info-static:nth-child(odd){
    background: #D9DEE5;
}
.info-static .top-stat{
    font-size: 4em;
    font-family: 'prompt-m';
    color: #333333;
    text-align: center;
}
.info-static .top-stat span{
    color: #FF2222;
}
.info-static.stat-graph .graph-detail{
    width: 42%;
    margin-top: 13%;
}
.info-static.stat-graph .graph-detail p{
    font-family: 'prompt-m';
    color: #333333;
}
.info-static.stat-graph .graph-detail p:first-child{
    color: #FF2222;
    font-size: 6em;
}
.info-static.stat-graph .graph-detail p:first-child + p{
    font-size: 3.6em;
}
.info-static.stat-graph .graph-detail p:first-child + p + p{
    font-size: 3.35em;
}
.info-static.stat-graph .graph-detail p:first-child + p + p + p{
    font-family: 'prompt';
    font-size: 12px;
    color: #8B8B8B;
    text-align: right;
}
.info-static.stat-graph .box-graph{
    float: right;
    margin-top: 5.8%;
    width: 48.8%;
}
.info-static.stat-leading .leading-detail{
    width: 50%;
    margin-top: 16%;
    padding-left: 7.5%;
}
.info-static.stat-leading .leading-detail p{
    font-size: 3.6em;
    color: #333333;
    font-family: 'prompt-m';
}
.info-static.stat-leading .leading-detail p:first-child + p{
    font-size: 7.3em;
    color: #FF2222;
}
.box-logo-leading{
    width: 48%;
    margin-top: 10%
}
.box-logo-leading .row{
    width: calc(100% + 12px);
    margin-left: -6px;
}
.box-logo-leading .list-logo{
    width: calc(33.333% - 12px);
    margin: 6px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.box-logo-leading .list-logo .logo{
    padding-bottom: 61.29%;
    border-radius: 6px;
}
.box-logo-leading .list-logo .logo img{
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: -100px;
    right: -100px;
    top: -100px;
    bottom: -100px;
    margin: auto;
}
.stat-system .img-system{
    width: 50%;
    padding: 0px 4%;
    margin-top: 5%
}
.stat-system .img-system img{
    width: 100%;
}
.stat-system .system-detail{
    width: 37%;
    margin-right: 6%;
    float: right;
}
.stat-system .system-detail p{
    margin-top: 20%;
    font-family: 'prompt-m';
    color: #333333;
    font-size: 3em;
}
.stat-system .system-detail p span{
    font-size: 1.2em;
}
.stat-system .system-detail p span.color{
    color: #FF2222;
}
.stat-user .detail-trainee{
    width: 37%;
    padding: 1.5625% 0px;
    padding-left: 7.8%;
    border-left: 1px dashed #707070;
    border-spacing: 3px;
}
.stat-user .detail-trainee .trainee-txt{
    font-family: 'prompt-m';
    font-size: 3.5em;
    color: #333333;
    line-height: 40px;
}
.stat-user .detail-trainee .trainee-txt span{
    font-size: 1.03em;
    color: #FF2222;
}
.stat-user .detail-trainee .img-male-female{
    margin-top: 17.5%
}
.stat-user .detail-trainee .img-male-female img{
    max-width: 100%;
}
.stat-user .box-stat-user{
    margin-top: 6.25%;
}
.stat-user .box-stat-user .personal-info{
    width: 63%;
    padding: 0px 3.125%;
}
.stat-user .box-stat-user .personal-info .info-sex{
    padding-bottom: 5.775%;
    border-bottom: 1px dashed #707070;
}
.stat-user .box-stat-user .personal-info .info-sex div[class*="sex-"]{
    width: calc(50% - 6.25%);
    font-family: 'prompt-m';
}
.stat-user .box-stat-user .personal-info .info-sex div.sex-female{
    margin-left: 12.5%;
}
.stat-user .box-stat-user .personal-info .info-sex div[class*="sex-"] .txt{
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.stat-user .box-stat-user .personal-info .info-sex div.sex-female .txt{
    right: 0px;
    width: 100%;
    text-align: right;
}
.stat-user .box-stat-user .personal-info .info-sex div[class*="sex-"] .img{
    width: auto;
}
.stat-user .box-stat-user .personal-info .info-sex div.sex-male .img{
    float: right;
}
.stat-user .box-stat-user .personal-info .info-sex div[class*="sex-"] .txt p:first-child{
    font-size: 3em;
    color: #333333;
}
.stat-user .box-stat-user .personal-info .info-sex div[class*="sex-"] .txt p:first-child + p{
    font-size: 4em;
    color: #FF4444;
}
.stat-user .box-stat-user .personal-info .info-sex div.sex-female .txt p:first-child + p{
    color: #FF2222;
}
.stat-user .box-stat-user .personal-info .box-detail-gen{
    margin-top: 3.125%;
}
.stat-user .box-stat-user .personal-info .box-detail-gen .txt-gen{
    width: 33.3333%;
    padding: 2.5%;
}
.stat-user .box-stat-user .personal-info .box-detail-gen .txt-gen:first-child{
    padding: 2.5% 0px;
    border: unset;
}
.stat-user .box-stat-user .personal-info .box-detail-gen .txt-gen:first-child + .txt-gen{
    border-left: 1px dashed #707070;
    border-right: 1px dashed #707070;
}
.stat-user .box-stat-user .personal-info .box-detail-gen .txt-gen p{
    color: #333333;
    font-size: 2em;
    font-family: 'prompt-m';
}
.stat-user .box-stat-user .personal-info .box-detail-gen .txt-gen p:first-child{
    font-size: 4em;
    color: #FF0000;
}
.stat-user .box-stat-user .personal-info .box-detail-gen .txt-gen:first-child + .txt-gen p:first-child{
    color: #FF3333;
}
.stat-user .box-stat-user .personal-info .box-detail-gen .txt-gen:first-child + .txt-gen + .txt-gen p:first-child{
    color: #FF6666;
}
.stat-map .img-map{
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.bar-topic{
    background: #FF3E13;
    color: #fff;
    padding: 15px 0px;
    padding-left: var(--main-spac);
    padding-right: 6.25%;
    width: auto;
    font-size: 4.8em;
    font-family: 'prompt';
    border-radius: 50px;
    margin-top: 80px;
    margin-bottom: var(--main-spac);
}
.box-job-hot .row{
    width: calc(100% + 33px);
    margin-left: -16.5px;
}
.box-job-hot .list-job-hot{
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 16.5px;
    width: calc(33.3333% - 33px);
    text-align: center;
}
.box-job-hot .list-job-hot .job-hot{
    width: 100%;
    padding-bottom: 59.06%
}
.box-job-hot .list-job-hot .job-hot .img{
    position: absolute;
    height: 86%;
    left: 12px;
    bottom: 0px;
    width: auto;
}
.box-job-hot .list-job-hot .job-hot .img img{
    height: 100%;
}
.box-job-hot .list-job-hot .job-hot .dept{
    position: absolute;
    font-size: 2.4em;
    font-family: 'prompt-m';
    color: #333333;
    right: 7.5%;
    width: auto;
    top: 13.5%;
}
.box-job-hot .list-job-hot .job-hot .count{
    position: absolute;
    width: 85px;
    height: 30px;
    background: #FF9600;
    border-radius: 15px;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    font-size: 1.8em;
    font-family: 'prompt-m';
    right: 15.75%;
    bottom: 13.5%;
}
.box-job-hot .list-job-hot.first .job-hot{
    padding-bottom: calc(118.12% + 33px);
}
.box-job-hot .list-job-hot.first .job-hot .img{
    position: absolute;
    height: 55%;
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
    bottom: unset;
}
.box-job-hot .list-job-hot.first .job-hot .dept{
    width: 100%;
    bottom: 22%;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
}
.box-job-hot .list-job-hot.first .job-hot .count{
    bottom: 10.5%;
    left: 50%;
    transform: translateX(-50%);
}
.box-job-hit{
    margin-top: 85px;
}
.box-job-hit .box-list{
    height: 315px;
    overflow: hidden;
}
.box-job-hit .box-list .frame{
    position: absolute;
    display: flex;
    margin-left: -7.5px;
}
.box-job-hit .box-list .item-list {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    width: 180px;
    padding-bottom: 15px;
    margin: 0px 7.5px;
    position: relative;
    overflow: hidden;
}
.box-job-hit .box-list .item-list a{
    display: block;
}
.box-job-hit .box-list .item-list.more a:first-child{ pointer-events: none;}
.box-job-hit .box-list .item-list.more .view-more{
    left: 0px;
    height: 100%;
    z-index: 3;
    background: rgba(0,0,0,0.7);
    position: absolute;
    color: #fff;
    font-size: 2.2em;
    text-align: center;
}
.box-job-hit .box-list .item-list .logo-comp {
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.box-job-hit .box-list .item-list .logo-comp img {
    max-width: 150px;
    max-height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.box-job-hit .box-list .item-list .box-detail {
    margin-top: 35px;
    padding: 0 10px;
}
.box-job-hit .box-list .item-list .box-detail .name-comp {
    font-size: 1.6em;
    color: #333333;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.box-job-hit .box-list .item-list .box-detail .salary-comp {
    color: #FF0030;
    font-size: 1.6em;
    font-family: tahoma;
    font-weight: bold;
    margin-top: 15px;
}
.box-job-hit .box-list .item-list .box-detail .location-comp {
    margin-top: 15px;
    color: #999999;
    font-size: 1.2em;
    font-family: tahoma;
    display: inline-flex;
}
.box-job-hit .box-list .item-list .box-detail .location-comp a{
    color: #999999;
}
.box-job-hit .topic-hot{
    font-family: 'prompt-m';
    color: #000000;
    font-size: 3.6em;
    margin-bottom: 16px;
    margin-top: 48px;
}
.box-job-hit .topic-hot a{
    text-decoration: underline;
}
.box-job-hit .topic-hot:first-child{
    margin-top: 24px;
}
.box-recomend-hotel{
    margin-top: 32px;
}
.box-recomend-hotel .list-recomend{
    border-right: 1px solid #FF3E13;
    border-bottom: 1px solid #FF3E13;
}
.box-recomend-hotel .list-recomend .list-logo{
    width: 25%;
    border-left: 1px solid #FF3E13;
    border-top: 1px solid #FF3E13;
}
.box-recomend-hotel .list-recomend .list-logo .logo{
    padding-bottom: 93.75%
}
.box-recomend-hotel .list-recomend .list-logo .logo img{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 85%;
    max-height: 85%;
}
.box-banner-footer{
    margin-top: 58px;
}
.box-banner-footer .banner-regis{
    border-radius: 6px;
    overflow: hidden;
}
.box-banner-footer .banner-social{
    width: calc(50% - 15px);
    margin-top: 30px;
}
.box-banner-footer .banner-social:last-child{
    margin-left: 30px;
}
.box-totop .btn-top {
    text-align: center;
    margin-top: 40px;
    font-size: 3.6em;
    color: #00ACEB;
    line-height: 54px;
    font-family: prompt-m;
    width: 290px;
    left: 50%;
    margin-left: -145px;
    cursor: pointer;
}

@media only screen and (max-width: 1023px){
    .bar-topic{
        margin-top: 60px;
    }
    .box-list-svc .list-svc .name{
        margin-top: 25px;
        height: 50px;
    }
    .box-list-svc .btn-svc{
        margin-top: 30px;
    }
    .box-list-svc .row, .box-job-hot .row{
        width: calc(100% + 23px);
        margin-left: -11.5px;
    }
    .box-list-svc .list-svc,
    .box-job-hot .list-job-hot{
        margin: 11.5px;
        width: calc(33.3333% - 23px);
    }
    .box-job-hit .box-list .item-list .box-detail{
        font-size: 1.4em;
    }
    .box-job-hot .list-job-hot.first .job-hot{
        padding-bottom: calc(118.12% + 23px);
    }
    .box-job-hot .list-job-hot .job-hot .count{
        width: 70px;
        height: 25px;
        line-height: 25px;
    }
    .box-job-hit .box-list {
        height: 285px;
        overflow: scroll;
        scrollbar-width: none;
        overflow-y: hidden;
    }
}
@media only screen and (max-width: 767px){
    .box-list-svc .row, .box-job-hot .row{
        width: calc(100% + 2%);
        margin-left: -1%;
    }
    .box-list-svc .list-svc,
    .box-job-hot .list-job-hot{
        width: calc(50% - 2%);
        margin: 1%;
    }
    .box-list-svc .list-svc{
        width: calc(33.3333% - 2%);
    }
    .box-list-svc .list-svc .name{
        padding: 0px 5px;
    }
    .box-job-hot .list-job-hot.first .job-hot{
        padding-bottom: 59.06%;
    }
    .box-job-hot .list-job-hot.first .job-hot .img{
        position: absolute;
        height: 86%;
        left: 12px;
        bottom: 0px;
        width: auto;
        top: unset;
        transform: unset;
    }
    .box-job-hot .list-job-hot.first .job-hot .dept{
        position: absolute;
        font-size: 2.4em;
        font-family: 'prompt-m';
        color: #333333;
        right: 7.5%;
        width: auto;
        top: 13.5%;
        left: unset;
        transform: unset;
    }
    .box-job-hot .list-job-hot.first .job-hot .count{
        right: 7.5%;
        bottom: 13.5%;
        left: unset;
        transform: unset;
    }
    .box-job-hot .list-job-hot .job-hot .count{
        right: 7.5%;
    }
    .box-job-hit .box-list .item-list .box-detail{
        font-size: 2em;
        margin-top: 20px;
        padding: 0 5px;
    }
    .banner .content-page img.banner-d{ display: none; }
    .banner .content-page .logo-htj,
    .banner .content-page img.banner-m{ display: block; }
    .box-totop .btn-top span{display: none;}
    .box-totop{
        width: 50px;
        height: 50px;
        position: fixed;
        background: #fff;
        opacity: .5;
        border-radius: 25px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
        overflow: hidden;
        bottom: 86px;
        right: 10px;
        display: none;
    }
    .box-totop .btn-top {
        color: #017BC4;
        width: 100%;
        margin: 0;
        height: 100%;
        left: 0;
    }
    .box-totop .btn-top i{
        font-size: 16px;
        line-height: 25px;
        border-top: 2px solid #017BC4;
        margin-top: 15px;
    }
    .box-totop .btn-top i::before{
        content: "\f062";
    }
}
@media only screen and (max-width: 567px){
    .box-svc .topic-svc{
        padding-top: 20px;
    }
    .box-list-svc .list-svc .logo{
        margin-top: 25px;
    }
    .box-list-svc .list-svc .month{
        width: 30%;
        height: 17.5%;
        font-size: 76%;
    }
    .box-banner-footer .banner-social{
        width: calc(50% - 5px);
        margin-top: 10px;
    }
    .bar-topic{
        margin-bottom: 15px;
        font-size: 3.8em;
        border-radius: 0px 50px 50px 0px;
        padding: 7.5px 0px;
        padding-left: var(--main-spac);
        padding-right: 6.25%;
    }
    .box-recomend-hotel .bar-topic{
        margin-top: 20px;
    }
    .box-banner-footer .banner-social:last-child{
        margin-left: 10px;
    }
    .box-job-hit .topic-hot{
        margin-top: 24px;
    }
    .box-job-hit .box-list{
        height: 265px;
    }
    .box-list-svc .list-svc .name{
        font-size: 2em;
        height: 32px;
        margin-top: 15px;
    }
    .box-job-hit .box-list .frame{
        margin-left: -5px;
    }
    .box-job-hit .box-list .item-list{
        width: 160px;
        margin: 0px 5px;
    }
    .info-static{
        padding-top: 10%;
    }
    .info-static.stat-graph .content{
        padding: 5%;
    }
    .info-static .top-stat{
        font-size: 6em;
    }
    .info-static.stat-graph .graph-detail{
        width: 245px;
        font-size: 1.3em;
        left: 50%;
        transform: translateX(-50%);
    }
    .info-static.stat-graph .box-graph{
        width: 100%;
        margin-top: 15%;
    }
    .info-static.stat-leading .leading-detail{
        width: 100%;
        font-size: 1.3em;
        text-align: center;
        line-height: 55px;
    }
    .info-static.stat-leading .leading-detail p{
        font-size: 5em;
    }
    .box-logo-leading{
        width: 100%;
    }
    .box-logo-leading .list-logo {
        width: calc(33.333% - 10px);
        margin: 5px;
    }
    .stat-system .img-system{
        width: 100%;
        padding: 0px 10%;
    }
    .stat-system .system-detail{
        width: 100%;
        margin: 0px;
        padding: 0px 15%;
        font-size: 1.4em;
    }
    .stat-system .system-detail p{
        margin-top: 15%
    }
    .stat-user .box-stat-user{
        font-size: 1.2em;
    }
    .stat-user .box-stat-user .personal-info{
        width: 100%;
    }
    .stat-user .detail-trainee{
        width: 100%;
        padding-left: 0px;
        text-align: center;
        border-top: 1px dashed #707070;
        border-left: unset;
        margin-top: 3.125%;
        padding-top: 3.125%;
    }
    .stat-user .detail-trainee .trainee-txt{
        font-size: 4em;
        padding: 0px 5%;
    }
    .stat-user .box-stat-user .personal-info .info-sex div[class*="sex-"] .img{
        width: 35%;
    }
    .stat-user .box-stat-user .personal-info .info-sex div[class*="sex-"] .img img{
        width: 100%;
    }
    .stat-user .detail-trainee .img-male-female{
        margin-top: 10%;
    }
    .stat-user .detail-trainee .img-male-female img{
        width: 50%;
    }
    .stat-map .img-map{
        width: 100%;
        /* margin-top: 15%; */
    }
}
