body {
    background           : #F8F8F8;
    -webkit-touch-callout: none;
    -webkit-user-select  : none;
    -khtml-user-select   : none;
    -moz-user-select     : none;
    -ms-user-select      : none;
    user-select          : none;
    color                : #404040;
    padding              : 0;
    margin               : 0;
    background-color     : #FFFFFF;
    font-family          : Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    overflow           : scroll;
    min-width: 1290px;
}

[v-cloak] {
    display: none;
}

.el-menu--horizontal>.el-menu-item {
    line-height: 35px !important;
    height     : auto !important;
}

.el-menu.el-menu--horizontal {
    border-bottom: 0 !important;
}

.el-menu-item:hover {
    color: rgb(183, 152, 67) !important;
}


.el-menu-item {
    margin     : 0 !important;
    margin-left: 20px !important;
    padding    : 0 !important;
}

.topView {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    padding        : 8px 197px;
}

.topView img:first-child {
    width : 306px;
    height: 44px;
}


.topRight {
    display    : flex;
    align-items: center;
}

.phone {
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin-left    : 20px;
}

.phone:hover {
    transform: scale(1.2);
}

.phone img:first-child {
    width       : 18px;
    height      : 18px;
    margin-right: 6px;
}

.phone img:last-child {
    width : 95px;
    height: 16px;
}

.brandView {
    display     : flex;
    align-items : center;
    height      : 360px;
    padding: 0 134px;
    position    : relative;
    margin-bottom: 40px;
}

.bannerBg {
    width   : 100%;
    height  : 340px;
    position: absolute;
    top     : 0;
    left    : 0;
}

.bannerTitleView {
    position      : absolute;
    z-index       : 2;
    display       : flex;
    flex-direction: column;
}


.bannerTitleView img {
    width        : 302px;
    height       : 50px;
    margin-bottom: 12px;
}


.bannerTitleView span {
    font-size  : 14px;
    font-weight: 400;
    color      : rgba(255, 255, 255, .8);
    line-height: 19px;
}

.jobInfoView {
    margin        : 45px 0;
    display       : flex;
    flex-direction: column;
}

.infoView {
    transform: translateZ(0);
    display       : flex;
    align-items: center;
    font-size     : 14px;
    font-family   : PingFangSC-Regular, PingFang SC;
    font-weight   : 400;
    color         : white;
    line-height   : 30px;
    flex-direction: column;

}


.titleView {
    position      : absolute;
    z-index       : 2;
    margin-top    : -240px;
    font-size     : 30px;
    font-family   : PingFangSC-Regular, PingFang SC;
    font-weight   : 400;
    color         : white;
    line-height   : 25px;
    display       : flex;
    flex-direction: column;
    margin-left   : 380px;

}

.titleView1 {
    height: 60px;
    font-size  : 30px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color      : white;
    line-height: 25px;
    text-align : center;


}

.titleView2 {
    position      : absolute;
    z-index       : 2;
    display       : flex;
    flex-direction: column;
    margin-top    : -80px;
    font-size     : 30px;
    font-family   : PingFangSC-Regular, PingFang SC;
    font-weight   : 400;
    color         : white;
    line-height   : 25px;
    text-align    : center;

}


.valueViews {
    margin-top: 40px;
    position  : relative;
}



.itemBg {
    position: absolute;
    width   : 100%;
    height  : 367px;
    top     : 72px;
    left    : 0;
    z-index : 1;
}


.valueTop {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    margin         : 0 20%;
}


.valueItem {
    width         : 150px;
    display       : flex;
    align-items   : center;
    flex-direction: column;

}

.valueItem span:first-child {
    font-size    : 29px;
    font-family  : PingFangSC-Medium, PingFang SC;
    font-weight  : 500;
    color        : #BA9C4B;
    line-height  : 40px;
    margin-bottom: 5px;
}

.valueItem div span {
    font-size  : 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color      : #FFFFFF;
    line-height: 25px;
    z-index    : 4;
    position   : absolute;
    bottom     : 0;
}


.valueItem div {
    position       : relative;
    display        : flex;
    align-items    : center;
    justify-content: center;
}


.valueItem div:hover {
    cursor   : pointer;
    transform: scale(1.1);
}



.valueItem div::after {
    position  : absolute;
    bottom    : 0;
    content   : "";
    z-index   : 2;
    width     : 100%;
    height    : 25px;
    background: #000000;
    opacity   : 0.7;
    left      : 0;
}


.valueItem img:first-child {
    width : 150px;
    height: 90px;
}


.valueItem img:last-child {
    width   : 19px;
    height  : 205px;
    position: absolute;
    z-index : 3;
    top     : 104px;
}

.valueBottom {
    position     : relative;
    height       : 367px;
    margin-bottom: 6px;
}

.valuebox {
    width          : -moz-available;
    width          : -webkit-fill-available;
    width          : fill-available;
    margin-top     : 61px;
    margin         : 61px 13.4vw 0 13.4vw;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    position       : absolute;
    top            : 0;
    z-index        : 1;
}

.valueBottom .valuebox .valueItem div img:last-child {
    height: 121px;
}


.eliteValue {
    margin-top: 1px;
    position  : relative;
}


.eliteBg {
    width   : 100%;
    height  : 458px;
    position: absolute;
    top     : 0;
}


.eliteDiv {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 100%;
    margin-top     : 10px;
    transform      : translateZ(0);
}

.eliteItem {
    width: 306px;
}

.eliteItem img:first-child {
    width : 306px;
    height: 323px;

}


.itemDiv {
    padding         : 23px;
    background-color: #533C36;
    display         : flex;
    flex-direction  : column;
    transform       : translateY(-4px);

}

.nameDiv {
    display    : flex;
    align-items: center;
    font-size  : 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color      : #FFFFFF;
    line-height: 25px;
}

.nameDiv img {
    width      : 16px;
    height     : 19px;
    margin-left: 8px;
}

.dr {
    font-size  : 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color      : #FFFFFF;
    line-height: 17px;
}

.drInfo {
    font-size    : 14px;
    font-family  : PingFangSC-Light, PingFang SC;
    font-weight  : 300;
    color        : rgba(255, 255, 255, .7);
    line-height  : 15px;
    margin-top   : 6px;
    margin-bottom: 15px;
}

.lyl {
    width          : 83px;
    height         : 25px;
    font-size      : 11px;
    font-family    : PingFangSC-Medium, PingFang SC;
    font-weight    : 500;
    color          : #FFFFFF;
    line-height    : 15px;
    border-radius  : 2px;
    border         : 1px solid rgba(255, 255, 255, .4);
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.lyl:hover {
    cursor: pointer;
}

.eliteView {
    margin-bottom: 20px;
}


.bottomView {
    height       : 165px;
    background   : #251E1D;
    border-radius: 30px 30px 0px 0px;
}

.bt {
    height         : 165px;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    padding        : 0 134px;
}


.btView {
    display        : flex;
    align-items    : center;
    justify-content: center;
}


.bLogo {
    width       : 45px;
    height      : 48px;
    margin-right: 15px;
}

.bInfo {
    display       : flex;
    flex-direction: column;
    font-size     : 18px;
    font-family   : PingFangSC-Medium, PingFang SC;
    font-weight   : 500;
    color         : #FFFFFF;
    line-height   : 25px;
}

.bInfo img {
    width : 168px;
    height: 19px;
}





.bb {
    width          : 100%;
    height         : 40px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    background     : #191311;
    font-size      : 11px;
    font-family    : PingFangSC-Regular, PingFang SC;
    font-weight    : 400;
    color          : rgba(255, 255, 255, .7);
    line-height    : 15px;
}

.bb img {
    margin-right: 5px;
    width       : 15px;
    height      : 15px;
}

.lxwm {
    display    : flex;
    align-items: center;
}

.qr {
    width        : 83px;
    height       : 83px;
    margin-bottom: 8px;

}


.qrRight {
    display       : flex;
    flex-direction: column;
    margin-left   : 38px;
}

.qritem {
    display      : flex;
    align-items  : center;
    font-size    : 11px;
    font-family  : PingFangSC-Medium, PingFang SC;
    font-weight  : 500;
    color        : #FFFFFF;
    line-height  : 15px;
    margin-bottom: 9px;
}

.qritem img {
    width       : 23px;
    height      : 23px;
    margin-right: 12px;

}


.qritem span:last-child {
    margin-left: 10px;
    color      : rgba(255, 255, 255, .7);
}

.qrview {
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: center;
    font-size      : 11px;
    font-family    : PingFangSC-Regular, PingFang SC;
    font-weight    : 400;
    color          : rgba(255, 255, 255, .7);
    line-height    : 15px;
}

.blogo{
    width       : 120px;
    height      : 120px;
    margin-bottom: 20px;
}