html,
body {
    position: relative;
    font-size: 20px;
    line-height: 1 !important;
    scroll-behavior: smooth;
}

.bodyPage.no-scroll {
    position: fixed;
    left: 0;
    right: 0;
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.showCh {
    display: block;
}

.showCh.hide {
    display: none;
}

.mr50.hide {
    display: none;
}

.showJa.hide {
    display: none;
}

.showJa {
    display: block;
}

.primaryColor {
    color: #f2b449 !important;
}

.fz48 {
    font-size: 48px;
}

.fz16 {
    font-size: 16px;
}

.fz20 {
    font-size: 20px;
}

.fz30 {
    font-size: 30px;
}

.fz14 {
    font-size: 14px;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.flex-space-between-alignStart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-space-around {
    display: flex;
    justify-content: space-around;
}

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

.flex-start-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex_row {
    display: flex;
    flex-direction: row;
}

.flex_col {
    display: flex;
    flex-direction: column;
}

.mr0 {
    margin-right: 0 !important;
}

/* curser Animation */

/* .curser {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px dashed #7fbd43;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 999;
  transition: 0.1s;
}

.curser2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #7fbd43;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.15s;
  animation: Ripple 1.6s ease-in-out infinite;
  -webkit-animation: Ripple 1.6s ease-in-out infinite;
  -moz-animation: Ripple 1.6s ease-in-out infinite;
} */

/* curser Animation */
@font-face {
    font-family: "NotoSerifJP";
    src: url("../fonts/NotoSerifJP-SemiBold.otf?t=1655692005834") format("opentype");
    /* src: url("../fonts/notoserifjp-semibold.woff2?t=1655692005834")
      format("woff2"); */
    /* src: url("../fonts/NotoSerifJP-SemiBold-Alphabetic.ttf?t=1655692005834")
      format("truetype"); */
}

@font-face {
    font-family: "SFProDisplayRegular";
    src: url("../fonts/SFProJPDisplay-Regular.ttf?t=1655692005834") format("truetype");
    /* src: url("../fonts/SF-Pro-Display-Regular.otf?t=1655692005834")
      format("opentype"); */
}

@font-face {
    font-family: "SFProDisplayLight";
    src: url("../fonts/SFProJPDisplay-Light.ttf?t=1655692005834") format("truetype");
}

.jpfontCh {
    font-family: "SFProDisplayRegular";
}

.jpfontCh.jpfontJa {
    font-family: "SFProDisplayLight";
}

.mt40 {
    margin-top: 40px;
}

.uperCase {
    text-transform: uppercase;
}

p {
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
}

.inblock {
    display: inline-block;
}

.mr12 {
    margin-right: 12px;
}

.mt8 {
    margin-top: 8px;
}

.mt20 {
    margin-top: 20px;
}

.mr16Nav {
    margin-right: 16px;
}

.mr88 {
    margin-right: 88px;
}

li {
    list-style: none;
}

body {
    background: #fff;
    color: #293033;
    margin: 0;
    padding: 0;
    /* font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
      "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
      "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif; */
    /* font-family: SF Pro Display, SF Pro Display; */
}

.testborder {
    border: 1px solid black;
}

.pageContainer {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.fontBold {
    font-family: "NotoSerifJP";
}

span {
    outline: none;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

a {
    display: inline-block;
}

ul,
ul li,
p,
h1,
h2,
h3 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.flexCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.absCenter {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ellipsis1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.mt20 {
    margin-top: 20px;
}

.mr50 {
    margin-right: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.pt200 {
    padding-top: 200px;
}

.mt200 {
    margin-top: 200px;
}

.mb50 {
    margin-bottom: 50px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.plr80 {
    padding-left: 80px;
    padding-right: 80px;
}

.zhanwei {
    opacity: 0;
}

/* nav */
.nav {
    backdrop-filter: blur(10px);
    position: fixed;
    color: #fff;
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    /* padding: 20px 80px; */
    padding: 0px 80px;
    transition: all 0.3s linear;
}

.fixedNav:hover .ab_code {
    display: block;
    transition: all 3s linear;
}

.ab_code_t {
    margin-bottom: 20px;
}

.ab_item {
    width: 120px;
}

.ab_item .qrcode_con {
    width: 120px;
    height: 120px;
    background-color: #dfcaa7;
    margin-bottom: 10px;
}

.ab_item .qrcode_con img {
    width: 100px;
    height: 100px;
}

.fixedNav {
    margin-top: 0 !important;
    position: fixed;
    top: 90px;
    right: 80px;
    transition: all 0.3s linear;
}

.ab_code {
    position: absolute;
    right: 0;
    top: 67px;
    background-color: #fff;
    width: 360px;
    height: 226px;
    color: #333333;
    box-sizing: border-box;
    padding: 20px 40px;
    font-size: 16px;
    display: none;
}

.fixedNav:hover .ab_code {
    display: block;
    transition: all 3s linear;
}

.code375 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 360px;
    height: 226px;
    color: #333333;
    box-sizing: border-box;
    padding: 20px 40px;
    font-size: 16px;
}

.abcodeMove {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.ab_code_t {
    margin-bottom: 20px;
}

.fixedNavOn {
    top: 12px;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #fff;
}

.rightPhoneVis {
    visibility: hidden;
    display: none;
}

.nav::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #fff;
    content: "";
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav.navWhite::before {
    color: #fff;
    background: #000;
    top: 0%;
    height: 70px;
}

.pointer {
    cursor: pointer;
}

.show {
    display: block !important;
}

.navLeft {
    position: relative;
    z-index: 2;
}

.nav_left {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    padding: 24px 50px;
    /* margin-right: 100px; */
}

/* .nav_left:last-child {
  margin-right: 0px;
} */
.navCenter {
    /* position: absolute;
    display: flex;
    width: calc(100% - 160px);
    flex: 1;
    justify-content: center; */
    line-height: 50px;
    /* text-align: center; */
}

.navLeft img {
    width: 123px;
    height: 42px;
}

.nav_right {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.rightPhone {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our_serve {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.our_servetitle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 50px;
}

.our_servetitle a {
    font-size: 16px;
}

.our_servetitle span {
    font-size: 20px;
    margin-left: 10px;
}

.serve_menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 70px;
    background-color: #eeeeee;
    padding: 20px 0px;
}

.serve_menu li {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    height: 45px;
}

.serve_menu li:hover {
    color: #bf9651;
}

.serve_menu li > a {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.languageChange {
    position: relative;
    padding-left: 50px;
}

.sub_menu {
    display: none;
    position: absolute;
    left: 0px;
    top: 55px;
    padding: 20px;
    background-color: #eeeeee;
}

.sub_menu li {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    margin-bottom: 20px;
}

.sub_menu li:last-child {
    margin-bottom: 0px;
}

/* .languageChange:hover .sub_menu {
  display: block;
  padding: 10px 19px;
  height: auto;
} */
.icon-caozuolei_jiantou_xiangxia.jtActive {
    transform: rotate(180deg);
    transition: all 0.3s linear;
}

.nav_left.active {
    color: #f2b449;
}

.nav_left:hover {
    color: #f2b449;
}

.language {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 19px;
    margin-right: 100px;
    cursor: pointer;
}

.language img {
    margin-right: 5px;
    display: none;
    width: 26px;
    height: 16px;
}

.flags {
    width: 26px;
    height: 16px;
    margin-right: 10px;
}

.language .iconfont {
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
}

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

.lang.active {
    color: #bf9651;
}

.lang:hover {
    color: #bf9651;
}

.navphoneNum {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.goWeb {
    z-index: 101;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    padding: 15px 50px;
    background: #293033;
    font-size: 14px;
    color: #ffffff;
    line-height: 17px;
}

.numSurvice {
    margin-top: 8px;
    font-size: 14px;
    line-height: 17px;
}

.restDay {
    margin-top: 4px;
    font-size: 14px;
    line-height: 17px;
}

.collapseMenu {
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 20px;
    justify-content: space-around;
    display: none;
}

.collapseMenu span {
    display: inline-block;
    width: 20px;
    height: 2px;
    font-size: 0;
    line-height: 0;
    background-color: #fff;
}

.collapseSpanBla {
    background-color: #293033 !important;
}

/* 移动端弹层 */
.header__navi {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.header__naviCon {
    display: none;
}

::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    background-color: #c7c9cc;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    height: 50px;
    border-radius: 5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.liActive {
    color: #f2b449 !important;
}

/* footer */
.footer {
}

.foot_text {
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #333;
}

.footer_con1 {
    height: 245px;
    color: #ffffff;
}

.foot_l_con1_left {
    font-size: 14px;
    line-height: 17px;
    margin-right: 50px;
}

.foot_left {
    margin-top: 72px;
}

.kfPhone {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 17px;
}

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

.foot_l_con1 img {
    width: 123px;
    height: 42px;
    margin-right: 55px;
}

.foot_l_con1_left:last-child {
    margin-right: 0px;
}

.foot_l_con2 {
    margin-left: 181px;
    margin-top: 50px;
    color: #aaaaaa;
    display: flex;
    align-items: center;
}

.foot_l_con2 .iconfont {
    font-size: 24px;
    margin-right: 40px;
}

.mr40 {
    margin-right: 40px;
}

.foot_l_con1_left:hover {
    color: #f2b449;
}

.foot_right .ab_item .qrcode_con {
    background-color: rgba(191, 150, 81, 0.2);
}

.ab_item_t {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 17px;
}

.foot_right .ab_item .ab_item_t {
    color: #aaa;
}

.show375 {
    display: none;
}

.aboutUs {
    margin: 0 auto;
    width: fit-content;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #72777a;
    line-height: 24px;
}

.aboutLine {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #72777a;
}

@media screen and (max-width: 1440px) {
    .pt200 {
        padding-top: 160px;
    }

    .mt200 {
        margin-top: 160px;
    }

    .pb100 {
        padding-bottom: 80px;
    }

    .pt100 {
        padding-top: 80px;
    }

    .plr80 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .nav {
        padding: 0 70px;
    }

    .fixedNav {
        right: 70px;
    }

    .nav_left {
        font-size: 16px;
        line-height: 19px;
        padding: 26px 40px 25px;
        /* margin-right: 80px; */
    }

    .languageChange {
        padding-left: 40px;
    }

    .navCenter {
        line-height: 46px;
    }

    .rightPhone {
        padding: 0 6px;
    }

    .numSurvice {
        margin-top: 5px;
    }

    .aboutUs {
        font-size: 16px;
        line-height: 19px;
    }
}

@media screen and (max-width: 1280px) {
    .rightPhone{
     /*display: none;*/
    }
    .pt200 {
        padding-top: 120px;
    }

    .mt200 {
        margin-top: 120px;
    }

    .mr50 {
        margin-right: 40px;
    }

    .pb100 {
        padding-bottom: 60px;
    }

    .pt100 {
        padding-top: 60px;
    }

    .plr80 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .nav {
        padding: 0 60px;
    }

    .fixedNav {
        right: 60px;
    }

    .nav_left {
        padding: 26px 10px 25px;
        /* margin-right: 60px; */
    }

    .languageChange {
        padding-left: 30px;
    }

    .aboutUs {
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 1024px) {
    .hide1024 {
        display: none;
    }

    .pt200 {
        padding-top: 100px;
    }

    .mt200 {
        margin-top: 100px;
    }

    .pb100 {
        padding-bottom: 50px;
    }

    .pt100 {
        padding-top: 50px;
    }

    .plr80 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ab_code {
        display: none !important;
    }

    .abcodeMove {
        cursor: auto;
        /* display: block; */
    }

    .collapseMenu {
        display: block;
        width: 20px;
        height: 20px;
        position: fixed;
        top: 12px;
        right: 20px;
        z-index: 99999;
    }

    .languageChange {
        padding-left: 0px;
    }

    .collapseMenu span {
        background-color: #ffffff;
        position: absolute;
        top: 9px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 4px;
    }

    .collapseMenu span:nth-child(1) {
        top: 0;
    }

    .collapseMenu span:nth-child(3) {
        top: auto;
        bottom: 0;
    }

    .collapseMenu.open span:nth-child(2) {
        display: none;
    }

    .collapseMenu.open span:nth-child(3) {
        top: 50%;
        background-color: #293033;
        bottom: auto;
        transform: rotate(-315deg);
    }

    .collapseMenu.open span:nth-child(1) {
        background-color: #293033;
        top: 50%;
        transform: rotate(315deg);
    }

    .header__navi {
        backdrop-filter: blur(30px);
        position: absolute;
        top: 0;
        left: 0;
        right: -3000px;
        display: block;
        z-index: 1000;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100vh;
        margin-top: 0;
        padding-bottom: 40px;
        overflow-y: auto;
        background: rgba(255, 255, 255, 1);
        color: #fff;
    }

    .header__navi.open {
        /* position: fixed; */
        display: block;
        right: 0px;
    }

    .header__naviCon {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .nav {
        padding: 0 20px;
    }

    .nav_right {
        display: none;
    }

    .navCenter {
        position: absolute;
        left: 50%;
        top: 12px;
        transform: translateX(-50%);
        line-height: 20px;
    }

    .navLeft img {
        width: 82px;
        height: 20px;
    }

    .nav.navWhite::before {
        height: 44px;
    }

    .nav {
        height: 44px;
    }

    .fixedNav {
        top: 64px;
        right: 20px;
    }

    .fixedNavOn {
        top: 0;
        border: none;
        right: 29px;
    }

    .goWeb {
        padding: 13px 50px;
    }

    /* 移动端弹层 */
    .header__naviConTopLogo {
        text-align: center;
        padding: 12px 0;
        height: 44px;
        margin-bottom: 20px;
    }

    .header__naviConTopLogo img {
        width: 82px;
        height: 20px;
    }

    .header__naviConTopItem {
        display: flex;
        padding: 20px 187px;
        font-size: 16px;
        color: #333333;
        line-height: 19px;
    }

    .ourserve_arrow {
        align-items: center;
        flex: 1;
        display: flex;
        justify-content: flex-end;
        height: 25px;
    }

    .header__naviConTopLine {
        width: calc(100% - calc(187px * 2));
        height: 1px;
        background-color: #eee;
        margin: 20px auto;
    }

    .header__naviConLangItem {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .header__naviConTopItem .iconfont {
        color: #cccccc;
        font-size: 20px;
    }

    .header__naviConLangItem.language {
        color: #333333;
        margin-right: 0;
    }

    .langImgs {
        display: flex;
        flex-direction: row;
    }

    .header__naviConLangSub.sub_menu {
        position: relative;
        background: #f0f5fa;
        top: 0;
        left: 0;
        padding: 0;
        margin: 20px 0;
        width: 100%;
    }

    .header__naviConLangSub.sub_menu a {
        width: 100%;
    }

    .header__naviConLangSub.sub_menu li {
        margin-bottom: 0;
        padding: 20px 187px;
        position: relative;
        background: #f0f5fa;
        text-align: left;
    }

    .codesMove {
        padding: 20px 187px;
        color: #333333;
        font-size: 16px;
        line-height: 19px;
    }

    .codetitle {
        margin-bottom: 20px;
    }

    .codesImgsMove {
        display: flex;
        flex-direction: row;
    }

    .codesImg {
        margin-right: 40px;
        width: 120px;
        height: 120px;
        padding: 10px;
        background: #dfcaa7;
    }

    .codesImg img {
        width: 100px;
        height: 100px;
    }

    .codesImgT {
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
        color: #666666;
        line-height: 17px;
    }

    /* footer */
    .foot_right.mt50 {
        margin-top: 40px;
    }

    .footer_con1 {
        height: 227px;
    }

    .foot_left {
        margin-top: 67px;
    }

    .foot_l_con1 img {
        margin-right: 44px;
    }

    .foot_l_con1_left {
        margin-right: 20px;
    }

    .foot_l_con2 {
        margin-left: 170px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .hide768 {
        display: none;
    }

    .pt200 {
        padding-top: 80px;
    }

    .mt200 {
        margin-top: 80px;
    }

    .pb100 {
        padding-bottom: 40px;
    }

    .pt100 {
        padding-top: 40px;
    }

    .mb50 {
        margin-bottom: 20px;
    }

    .header__navi {
        padding-bottom: 40px;
    }

    .header__naviCon {
    }

    .fixedNav {
        top: 64px;
        right: 20px;
    }

    .fixedNavOn {
        top: 0;
        border: none;
        right: 55px;
    }

    .goWeb {
        padding: 13px 25px;
    }

    .header__naviConTopItem {
        padding: 20px;
    }

    .header__naviConTopLine {
        width: calc(100% - calc(20px * 2));
    }

    .header__naviConLangSub.sub_menu li {
        padding: 20px;
    }

    .codesMove {
        padding: 20px;
    }

    .mr50 {
        margin-right: 30px;
    }

    /* footer */
    .foot_left {
        margin-top: 67px;
    }

    .foot_l_con1 img {
        margin-right: 40px;
    }

    .foot_l_con1_left {
        margin-right: 20px;
    }

    .foot_l_con2 {
        margin-left: 170px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 650px) {
    .show375 {
        display: block;
    }

    .hide375 {
        display: none;
    }

    .navCenter {
        left: 15px;
        transform: translateX(0);
    }

    .pt200 {
        padding-top: 40px;
    }

    .mt200 {
        margin-top: 40px;
    }

    .pb100 {
        padding-bottom: 20px;
    }

    .pt100 {
        padding-top: 20px;
    }

    .mb50 {
        margin-bottom: 20px;
    }

    .plr80 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__navi {
        /* padding: 44px 20px 100px; */
    }

    .header__naviCon {
        margin: 0 auto;
    }

    .fixedNav {
        top: 64px;
        right: 20px;
    }

    .fixedNavOn {
        top: 1px;
        border: none;
        right: 31px;
    }

    .goWeb {
        padding: 13px 20px;
    }

    /* 移动端弹层 */
    .header__naviConTopLogo {
        text-align: left;
        padding: 12px 15px;
        margin-bottom: 5px;
    }

    .header__naviConTopItem {
        padding: 15px;
    }

    .header__naviConTopLine {
        width: calc(100% - calc(15px * 2));
        margin: 15px auto;
    }

    .header__naviConLangItem.language {
        color: #333333;
        margin-right: 0;
    }

    .langImgs {
        display: flex;
        flex-direction: row;
    }

    .header__naviConLangSub.sub_menu {
        position: relative;
        background: #f0f5fa;
        top: 0;
        left: 0;
        padding: 0;
        margin: 15px 0;
    }

    .header__naviConLangSub.sub_menu li {
        margin-bottom: 0;
        padding: 15px;
        position: relative;
        background: #f0f5fa;
        text-align: left;
    }

    .codesMove {
        padding: 15px;
    }

    .codetitle {
        margin-bottom: 15px;
    }

    .codesImg {
        margin-right: 20px;
        width: 110px;
        height: 110px;
        padding: 5px;
        background: #dfcaa7;
    }

    .codesImgT {
        margin-top: 10px;
    }

    .foot_left {
        margin-top: 20px;
    }

    .foot_right.mt50 {
        margin-top: 20px;
    }

    .foot_l_con1 img {
        width: 82px;
        height: 20px;
    }

    .footerLeftNav {
        margin-top: 20px;
    }

    .foot_l_con1 {
        width: 268px;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
    }

    .foot_l_con2 {
        width: 268px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .footer_con1 {
        flex-direction: column;
        justify-content: flex-start;
        height: 308px;
    }

    .foot_right {
        align-items: center;
        justify-content: center;
    }
}