@media (min-width: 501px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all 0.5s;
  }
  header .inner {
    width: 100%;
    background-color: transparent;
    padding: 0 1.42rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .inner .logo {
    display: block;
    width: 2.95rem;
    height: 0.69rem;
  }
  header .inner .logo .img {
    display: block;
    width: 2.95rem;
    height: 0.69rem;
  }
  header .inner .right-box {
    display: flex;
    align-items: center;
  }
  header .inner .right-box .lan-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    padding: 0 0.25rem;
    width: 1.5rem;
    right: 1.5rem;
    top: 0.1rem;
  }
  header .inner .right-box .lan-box .img {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.07rem;
  }
  header .inner .right-box .lan-box .inner-lan {
    height: 0.37rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  header .inner .right-box .lan-box .inner-lan .item {
    display: none;
    position: absolute;
    top: 0.57rem;
    font-size: 0.17rem;
    color: #68a9cf;
  }
  header .inner .right-box .lan-box .inner-lan .curr {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }
  header .inner .right-box .lan-box .inner-lan .icon {
    padding-top: 0.02rem;
    font-size: 0.2rem;
    color: #68a9cf;
  }
  header .inner .right-box .nav-box {
    display: flex;
    align-items: center;
    position: relative;
  }
  header .inner .right-box .nav-box .inner-text {
    height: 1.41rem;
    line-height: 1.41rem;
    display: block;
    text-align: center;
    font-size: 0.22rem;
    color: #68a9cf;
    padding: 0 0.31rem;
    transition: all 0.5s;
    position: relative;
  }
  header .inner .right-box .nav-box .inner-text .loginbtn {
    position: absolute;
    left: 0;
    width: 112%;
    text-align: right;
    top: -0.4rem;
    font-size: 0.17rem;
    cursor: pointer;
  }
  header .inner .right-box .nav-box .inner-text .lan-en {
    font-family: "OPPOSans-R";
  }
  header .inner .right-box .nav-box .inner-text span {
    cursor: pointer;
    z-index: 9;
    position: relative;
  }
  header .inner .right-box .nav-box .inner-text.select {
    color: #68a9cf;
  }
  header .inner .right-box .nav-box .inner-text.select .lan-ch {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  header .inner .right-box .nav-box .inner-text.select .lan-en {
    font-family: "OPPOSans-M";
  }
  header .inner .right-box .nav-box .inner-text.select span::before {
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 0.04rem;
    background: #68A9CF;
  }
  header .inner .right-box .nav-box .inner-text .diamenu {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0.18rem 0.18rem 0.5rem;
  }
  header .inner .right-box .nav-box .inner-text .diamenu .diamuneitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.32rem;
  }
  header .inner .right-box .nav-box .inner-text .diamenu .diamuneitem:last-child {
    margin-bottom: 0;
  }
  header .inner .right-box .nav-box .inner-text .diamenu .diamuneitem .diatext {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.2rem;
    position: relative;
  }
  header .inner .right-box .nav-box .inner-text .diamenu .diamuneitem .diatext.lan-en {
    font-family: "OPPOSans-R";
  }
  header .inner .right-box .nav-box .inner-text .diamenu .diamuneitem.curr .diatext.lan-ch {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  header .inner .right-box .nav-box .inner-text .diamenu .diamuneitem.curr .diatext.lan-en {
    font-family: "OPPOSans-M";
  }
  header .inner .right-box .nav-box .inner-text .diamenu .diamuneitem.curr .diatext::before {
    content: '';
    width: 100%;
    min-width: 0.8rem;
    height: 0.04rem;
    background: #fff;
    position: absolute;
    bottom: -0.13rem;
    left: 50%;
    transform: translateX(-50%);
  }
  header .inner .right-box .menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 0.2rem;
  }
  header .inner .right-box .menu .icon {
    color: #68a9cf;
    font-size: 0.16rem;
    font-weight: bold;
    margin-right: 0.1rem;
  }
  header .inner .right-box .menu .text {
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #68a9cf;
  }
  header .inner .right-box .menu .text.lan-en {
    font-family: "OPPOSans-R";
  }
  header .white {
    display: block !important;
  }
  header .black {
    display: none !important;
  }
  header.white {
    background-color: #fff;
  }
  header.white .inner .right-box .lan-box .img1 {
    display: none;
  }
  header.white .inner .right-box .lan-box .img2 {
    display: block;
  }
  header.white .diamenu {
    background: #FFFFFF;
  }
  header.white .diamenu .diamuneitem.curr .diatext::before {
    background: #68A9CF !important;
  }
  header.white .diamenu .diamuneitem .diatext {
    color: #68A9CF !important;
  }
  header.black {
    background-color: transparent;
  }
  header.black .inner .right-box .lan-box .img2 {
    display: none;
  }
  header.black .white {
    display: none !important;
  }
  header.black .black {
    display: block !important;
  }
  header.black .inner .right-box .nav-box .inner-text.select {
    color: #fff;
  }
  header.black .inner .right-box .nav-box .inner-text.select .lan-ch {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  header.black .inner .right-box .nav-box .inner-text.select .lan-en {
    font-family: "OPPOSans-M";
  }
  header.black .inner .right-box .nav-box .inner-text.select span::before {
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 0.04rem;
    background: #fff;
  }
  header.black .inner .right-box .nav-box .inner-text.select .loginbtn span::before {
    background: transparent;
  }
  header.black .inner .right-box .nav-box .inner-text .diamenu {
    top: 80%;
  }
  header.black .inner .right-box .nav-box .inner-text,
  header.black .inner .right-box .lan-box .inner-lan .item,
  header.black .inner .right-box .lan-box .inner-lan .icon,
  header.black .loginbtn {
    color: #F0F0F0;
  }
  body.lan-en header .inner .right-box .nav-box .inner-text {
    padding: 0 0.2rem;
  }
  body.lan-en footer .inner .sectionright .box1 .innerbox1 .addtitle .addressinner {
    display: flex;
    flex-wrap: wrap;
    width: 7.7rem;
  }
  body.lan-ch header .inner .right-box .lan-box {
    width: 1.48rem;
  }
  footer {
    width: 100%;
    background: linear-gradient(0deg, #F4F6F9 0%, #FFFFFF 100%);
    position: relative;
    z-index: 1;
  }
  footer .inner {
    width: 16.38rem;
    height: 5.01rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  footer .inner .box2 {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0.52rem;
    width: 100%;
    z-index: 3;
  }
  footer .inner .box2 .left {
    display: flex;
  }
  footer .inner .box2 .left .text {
    font-size: 0.17rem;
    text-decoration: underline;
    color: #68A9CF;
    line-height: 0.17rem;
    margin-right: 0.22rem;
    cursor: pointer;
    display: block;
  }
  footer .inner .box2 .left .text.lan-en {
    font-family: "OPPOSans-R";
  }
  footer .inner .box2 .box3 {
    font-size: 0.17rem;
    color: #68A9CF;
    line-height: 0.17rem;
    display: flex;
  }
  footer .inner .box2 .box3 .lan-en {
    font-family: "OPPOSans-R";
  }
  footer .inner .box2 .box3 a {
    margin-left: 0.2rem;
    font-size: 0.17rem;
    color: #68A9CF;
    line-height: 0.17rem;
  }
  footer .inner .sectionleft {
    padding-top: 0.8rem;
  }
  footer .inner .sectionleft .box0 {
    width: 2.67rem;
    height: 0.62rem;
    margin-bottom: 0.67rem;
    cursor: pointer;
  }
  footer .inner .sectionleft .box1 {
    margin-bottom: 1.32rem;
  }
  footer .inner .sectionleft .box1 .text {
    font-size: 0.2rem;
    color: #3f3a39;
    line-height: 0.34rem;
    display: flex;
  }
  footer .inner .sectionleft .box1 .text .key {
    color: #3f3a39;
  }
  footer .inner .sectionleft .box1 .text .key.lan-ch {
    width: 1rem;
  }
  footer .inner .sectionleft .box1 .text .key.lan-en {
    width: 1.8rem;
    font-family: "OPPOSans-R";
  }
  footer .inner .sectionleft .box1 .text .value {
    color: #68A9CF;
  }
  footer .inner .sectionright {
    position: relative;
  }
  footer .inner .sectionright .box0 {
    position: absolute;
    top: 0.7rem;
    right: 1.66rem;
    font-size: 1.83rem;
    color: #53758D;
    line-height: 1.69rem;
    opacity: 0.03;
  }
  footer .inner .sectionright .box0.lan-ch {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  footer .inner .sectionright .box0.lan-en {
    font-family: "OPPOSans-M";
  }
  footer .inner .sectionright .box1 {
    display: flex;
    position: relative;
    z-index: 1;
  }
  footer .inner .sectionright .box1 .innerbox1 {
    padding-top: 0.72rem;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle {
    margin-bottom: 0.34rem;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .addressinner {
    display: flex;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .textitem {
    font-size: 0.25rem;
    color: #68A9CF;
    line-height: 0.42rem;
    position: relative;
    margin-right: 0.28rem;
    cursor: pointer;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .textitem .lan-en {
    font-family: "OPPOSans-R";
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .textitem:last-child::before {
    content: '';
    width: 0;
    height: 0;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .textitem::before {
    content: '';
    position: absolute;
    right: -0.15rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.02rem;
    height: 0.27rem;
    background-color: #68a9cf;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .textitem.curr {
    /*font-size: 0.34rem;*/
    font-size: 0.26rem;
    color: #68A9CF;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .textitem.curr .lan-ch {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .textitem.curr .lan-en {
    font-family: "OPPOSans-M";
  }
  footer .inner .sectionright .box1 .innerbox1 .adderss .text {
    width: 5rem;
    font-size: 0.2rem;
    color: #3f3a39;
    margin-bottom: 0.17rem;
  }
  footer .inner .sectionright .box1 .innerbox1 .adderss .text.lan-en {
    font-family: "OPPOSans-R";
  }
  footer .inner .sectionright .box1 .innerbox2 {
    padding-top: 0.83rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  footer .inner .sectionright .box1 .innerbox2 .img1 {
    width: 0.49rem;
    height: 0.39rem;
    margin-bottom: 0.06rem;
    cursor: pointer;
  }
  footer .inner .sectionright .box1 .innerbox2 .wechat {
    width: 2.04rem;
    height: 2.5rem;
    padding: 0.1rem 0.1rem 0;
    background: url('https://zhongwei-capital.oss-cn-shanghai.aliyuncs.com/assets/image/7.png') no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 0.06rem;
    opacity: 0;
  }
  footer .inner .sectionright .box1 .innerbox2 .wechat .qrcode {
    width: 1.83rem;
    height: 1.83rem;
    margin-bottom: 0.07rem;
  }
  footer .inner .sectionright .box1 .innerbox2 .wechat .text {
    font-size: 0.2rem;
    color: #68A9CF;
    line-height: 0.2rem;
    text-align: center;
  }
  footer .inner .sectionright .box1 .innerbox2 .call {
    display: flex;
  }
  footer .inner .sectionright .box1 .innerbox2 .call .callimg {
    height: 0.22rem;
    margin-left: 0.39rem;
    cursor: pointer;
  }
}
@media (max-width: 500px) {
  body.lan-en footer .inner .sectionright .box1 .innerbox1 .addtitle .addressinner .textitem {
    line-height: 20px;
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    border-bottom: 1px solid transparent;
  }
  header .inner {
    width: 100%;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .inner .logo {
    display: block;
  }
  header .inner .logo .img {
    display: block;
    width: 90px;
    height: 21px;
  }
  header .inner .right-box {
    display: flex;
  }
  header .inner .right-box .menu {
    display: flex;
    align-items: center;
  }
  header .inner .right-box .menu .icon {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
  }
  header .inner .right-box .menu .text {
    font-size: 12px;
    font-family: "OPPOSans-M";
    color: #fff;
  }
  header.white .inner .white {
    display: none;
    opacity: 0;
    height: 0;
  }
  header.white .inner .black {
    display: block;
    opacity: 1;
    height: 21px;
  }
  header.white .inner .right-box .menu .icon,
  header.white .inner .right-box .menu .text {
    color: #fff;
  }
  header.black .inner .white {
    display: block;
    opacity: 1;
    height: 21px;
  }
  header.black .inner .black {
    display: none;
    opacity: 0;
    height: 0;
  }
  header.black .inner .right-box .menu .icon,
  header.black .inner .right-box .menu .text {
    color: #68A9CF;
  }
  .menu-global {
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
  }
  .menu-global .top-box {
    padding: 15px 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
  }
  .menu-global .top-box .close {
    display: flex;
    align-items: center;
  }
  .menu-global .top-box .close .icon {
    color: #68A9CF;
    font-size: 12px;
    font-weight: bold;
    margin-right: 4px;
  }
  .menu-global .top-box .close .text {
    font-size: 12px;
    font-family: "OPPOSans-M";
    color: #68A9CF;
  }
  .menu-global .top-box .logo {
    display: block;
  }
  .menu-global .top-box .logo .img {
    display: block;
    height: 21px;
  }
  .menu-global .iteminner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .menu-global .iteminner .item {
    margin: 18px 0;
    display: flex;
    justify-content: center;
  }
  .menu-global .iteminner .item .inner-text {
    font-size: 18px;
    color: #666666;
    text-align: center;
  }
  .menu-global .item-lan {
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
  .menu-global .item-lan .inner-text {
    font-size: 12px;
    color: #666666;
  }
  footer {
    width: 100%;
    background: #EEEEEE;
    position: relative;
    z-index: 1;
  }
  footer .inner {
    width: 295px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .inner .box2 {
    width: 100%;
    z-index: 3;
  }
  footer .inner .box2 .left {
    display: flex;
  }
  footer .inner .box2 .left .text {
    font-size: 9px;
    color: #68A9CF;
    line-height: 9px;
    text-decoration: underline;
    margin-right: 11px;
    display: block;
  }
  footer .inner .box2 .left .text.lan-en {
    font-family: "OPPOSans-R";
  }
  footer .inner .box2 .box3 {
    font-size: 9px;
    color: #68A9CF;
    line-height: 9px;
    display: flex;
  }
  footer .inner .box2 .box3 .lan-en {
    font-family: "OPPOSans-R";
  }
  footer .inner .box2 .box3.righttext {
    justify-content: flex-end;
  }
  footer .inner .box2 .box3 a {
    margin-left: 5px;
    font-size: 9px;
    color: #68A9CF;
    line-height: 9px;
  }
  footer .inner .sectionleft {
    margin-bottom: 25px;
  }
  footer .inner .sectionleft .box0 {
    width: 90px;
    height: 21px;
    margin-bottom: 57px;
  }
  footer .inner .sectionleft .box1 .text {
    margin-bottom: 14px;
  }
  footer .inner .sectionleft .box1 .text .key {
    color: #3f3a39;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
  }
  footer .inner .sectionleft .box1 .text .key.lan-ch {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  footer .inner .sectionleft .box1 .text .key.lan-en {
    font-family: "OPPOSans-M";
  }
  footer .inner .sectionleft .box1 .text .value {
    display: table-cell;
    font-size: 13px;
    color: #68A9CF;
    line-height: 13px;
  }
  footer .inner .sectionright {
    position: relative;
  }
  footer .inner .sectionright.address {
    margin-bottom: 38px;
  }
  footer .inner .sectionright.backtop {
    position: absolute;
    top: 40px;
    right: 40px;
  }
  footer .inner .sectionright.wechatbox {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 19px;
    margin-top: 54px;
  }
  footer .inner .sectionright.wechatbox .wechat {
    position: absolute;
    bottom: 19px;
  }
  footer .inner .sectionright.wechatbox .innerbox2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  footer .inner .sectionright .box0 {
    display: none;
  }
  footer .inner .sectionright .box1 {
    display: flex;
    position: relative;
    z-index: 1;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle {
    margin-bottom: 12px;
    width: 295px;
    overflow-x: scroll;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .addressinner {
    display: flex;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .addressinner .textitem {
    font-size: 13px;
    color: #68A9CF;
    line-height: 17px;
    position: relative;
    margin-right: 12px;
    white-space: nowrap;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .addressinner .textitem .lan-en {
    font-family: "OPPOSans-R";
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .addressinner .textitem:last-child::before {
    content: '';
    width: 0;
    height: 0;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .addressinner .textitem::before {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background-color: #68a9cf;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .addressinner .textitem.curr {
    font-size: 15px;
    /*font-size: 17px;*/
    color: #68A9CF;
    line-height: 17px;
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .addressinner .textitem.curr .lan-ch {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  footer .inner .sectionright .box1 .innerbox1 .addtitle .addressinner .textitem.curr .lan-en {
    font-family: "OPPOSans-M";
  }
  footer .inner .sectionright .box1 .innerbox1 .adderss .text {
    color: #3F3A39;
    font-size: 13px;
    margin-bottom: 5px;
  }
  footer .inner .sectionright .box1 .innerbox1 .adderss .text .lan-ch {
    line-height: 16px;
  }
  footer .inner .sectionright .box1 .innerbox1 .adderss .text .lan-en {
    font-family: "OPPOSans-R";
  }
  footer .inner .sectionright .box1 .innerbox2 .img1 {
    width: 28px;
    height: 22px;
  }
  footer .inner .sectionright .box1 .innerbox2 .wechat {
    width: 70px;
    height: 110px;
    background: url('https://zhongwei-capital.oss-cn-shanghai.aliyuncs.com/assets/image/7.png') no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 2px;
    opacity: 0;
  }
  footer .inner .sectionright .box1 .innerbox2 .wechat .qrcode {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
  }
  footer .inner .sectionright .box1 .innerbox2 .wechat .text {
    font-size: 12px;
    color: #68A9CF;
    line-height: 12px;
    text-align: center;
  }
  footer .inner .sectionright .box1 .innerbox2 .call {
    display: flex;
  }
  footer .inner .sectionright .box1 .innerbox2 .call .callimg {
    height: 13px;
    margin-left: 30px;
  }
}
