body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
a,
td {
  margin: 0;
  font-family: helvetica, "OPPOSans-R";
  padding: 0;
  box-sizing: border-box;
  touch-action: pan-y;
}
@font-face {
  font-family: 'OPPOSans-R';
  src: url('https://fgventure-oss.oss-cn-beijing.aliyuncs.com/upload/2021720/vc-upload-1626766816866-10OPPOSans-R.eot');
  src: local('☺'), url('https://fgventure-oss.oss-cn-beijing.aliyuncs.com/upload/2021720/vc-upload-1626766816866-10OPPOSans-R.eot?#iefix') format('embedded-opentype'), url('https://fgventure-oss.oss-cn-beijing.aliyuncs.com/upload/2021720/vc-upload-1626766816866-8OPPOSans-R.woff') format('woff'), url('https://fgventure-oss.oss-cn-beijing.aliyuncs.com/upload/2021720/vc-upload-1626766816866-6OPPOSans-R.ttf') format('truetype'), url('https://fgventure-oss.oss-cn-beijing.aliyuncs.com/upload/2021720/vc-upload-1626766816866-4OPPOSans-R.svg#webfontOTINA1xY') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OPPOSans-M';
  src: url('https://fgventure-oss.oss-cn-beijing.aliyuncs.com/upload/2021323/vc-upload-1616482468348-2OPPOSans-M.eot');
  src: local('☺'), url('https://fgventure-oss.oss-cn-beijing.aliyuncs.com/upload/2021323/vc-upload-1616482468348-2OPPOSans-M.eot?#iefix') format('embedded-opentype'), url('https://fgventure-oss.oss-cn-beijing.aliyuncs.com/upload/2021323/vc-upload-1616482468348-8OPPOSans-M.woff') format('woff'), url('https://fgventure-oss.oss-cn-beijing.aliyuncs.com/upload/2021323/vc-upload-1616482468348-6OPPOSans-M.ttf') format('truetype'), url('https://fgventure-oss.oss-cn-beijing.aliyuncs.com/upload/2021323/vc-upload-1616482468348-4OPPOSans-M.svg#webfontOTINA1xY') format('svg');
  font-weight: normal;
  font-style: normal;
}
img {
  border: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  text-decoration: none;
}
div,
input,
span {
  box-sizing: border-box;
}
input {
  outline: none;
  border: 0;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
}
html {
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 640px) {
  html {
    font-size: 86px;
  }
}
@media screen and (min-width: 414px) and (max-width: 639px) {
  html {
    font-size: 55px;
  }
}
@media screen and (min-width: 375px) and (max-width: 413px) {
  html {
    font-size: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  html {
    font-size: 42.5px;
  }
}
audio,
video {
  outline: none;
}
textarea {
  resize: none;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
}
.ipt_red::-webkit-input-placeholder {
  color: red;
}
.dia_en {
  position: fixed;
  top: 5.96rem;
  right: 0.79rem;
  z-index: 99999;
  display: flex;
  flex-direction: column;
}
.dia_en .language_c,
.dia_en .language_en,
.dia_en .search {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 0.2rem;
}
.dia_en .language_c {
  background: url('../../img/en/cn_1.png') no-repeat center;
}
.dia_en .language_c.curr {
  background: url('../../img/en/cn_s.png') no-repeat center;
}
.dia_en .language_en {
  background: url('../../img/en/en_1.png') no-repeat center;
}
.dia_en .language_en.curr {
  background: url('../../img/en/en_s.png') no-repeat center;
}
.dia_en .search {
  background: url('../../img/en/s_1.png') no-repeat center;
}
.dia_en .search.curr {
  background: url('../../img/en/s.png') no-repeat center;
}
.dia_en.black .language_c {
  background: url('../../img/en/cn_1.png') no-repeat center;
}
.dia_en.black .language_c.curr {
  background: url('../../img/en/cn_s.png') no-repeat center;
}
.dia_en.black .language_en {
  background: url('../../img/en/en_1.png') no-repeat center;
}
.dia_en.black .language_en.curr {
  background: url('../../img/en/en_s.png') no-repeat center;
}
.dia_en.black .search {
  background: url('../../img/en/s_1.png') no-repeat center;
}
.dia_en.black .search.curr {
  background: url('../../img/en/s.png') no-repeat center;
}
@media screen and (min-width: 768px) and (max-width: 99999px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.45rem 0.8rem;
    z-index: 99999999999999999999;
  }
  .header .to_index {
    width: 1.86rem;
    height: 0.47rem;
    cursor: pointer;
    display: inline-block;
  }
  .header .menu {
    display: flex;
    flex-wrap: wrap;
  }
  .header .menu .item {
    margin: 0 0.26rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu .item .text {
    font-family: OPPOSans-R;
    cursor: pointer;
    color: #313131;
    text-decoration: none;
    font-size: 0.18rem;
  }
  .header .menu .item .text.curr {
    color: #f7941c;
    font-weight: 500;
  }
  .header .menu .item .text:hover {
    font-weight: 500;
    color: #f7941c;
  }
  .search_dia {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9999999999999;
  }
  .search_dia .inner {
    width: 7.4rem;
    height: 1rem;
    background: #ffffff;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .search_dia .inner .inp {
    width: 7.4rem;
    padding: 0 0.67rem;
    height: 0.24rem;
    font-size: 0.24rem;
    font-family: OPPOSans-R;
    font-weight: 500;
    color: #a9a9a9;
  }
  .search_dia .inner .close_btn {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .search_dia .inner .close_btn .img {
    width: 0.28rem;
    height: 0.28rem;
  }
  .mobile_show {
    display: none !important;
  }
  .header {
    display: flex;
  }
  .footer {
    width: 19.2rem;
    height: 0.6rem;
    background: #d7d7d7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    font-family: OPPOSans-R;
    font-weight: 300;
    color: #747474;
  }
  .footer a {
    font-size: 0.16rem;
    font-family: OPPOSans-R;
    font-weight: 300;
    color: #0e57a2;
  }
  .banner_g {
    width: 100%;
    height: 5.4rem;
    position: relative;
  }
  .banner_g .banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner_g .text_b {
    position: absolute;
    width: 73%;
    left: 2.6rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .banner_g .text_b .text_1 {
    font-family: OPPOSans-R;
    font-weight: 500;
    color: #ffffff;
    font-size: 0.4rem;
  }
  .banner_g .text_b .text_2 {
    font-size: 0.14rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #ffffff;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .pc_show {
    display: none !important;
  }
  .search_dia {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9999999999999;
  }
  .search_dia .inner {
    width: 7.4rem;
    height: 1rem;
    background: #ffffff;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .search_dia .inner .inp {
    width: 7.4rem;
    padding: 0 0.67rem;
    height: 0.24rem;
    font-size: 0.24rem;
    font-family: OPPOSans-R;
    font-weight: 500;
    color: #a9a9a9;
  }
  .search_dia .inner .close_btn {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .search_dia .inner .close_btn .img {
    width: 0.28rem;
    height: 0.28rem;
  }
  .banner_g {
    width: 100%;
    height: 145px;
    position: relative;
  }
  .banner_g .banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner_g .text_b {
    position: absolute;
    width: 85px;
    left: 44px;
    top: 30px;
  }
  .banner_g .text_b .text_1 {
    font-size: 18px;
    font-family: OPPOSans-R;
    font-weight: 500;
    color: #313131;
  }
  .banner_g .text_b .text_2 {
    font-size: 7px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #1e1e1e;
  }
  .menu_dia {
    width: 212px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999999999999999;
    background: rgba(49, 49, 49, 0.96);
    padding-top: 110px;
  }
  .menu_dia .close {
    position: absolute;
    top: 35px;
    left: 25px;
    width: 20px;
    opacity: 1;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu_dia .close .img {
    width: 16px;
    height: 16px;
  }
  .menu_dia .item {
    height: 40px;
    width: 100%;
    padding-left: 43px;
    font-size: 16px;
    font-family: OPPOSans-R;
    text-decoration: none;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 20px;
    display: block;
  }
  .menu_dia .item.curr {
    font-weight: 400;
    font-family: OPPOSans-R;
  }
  .header {
    display: none;
  }
  .mobile_show {
    display: block;
  }
  .curr_page {
    display: none !important;
  }
  body {
    position: relative;
  }
  .footer {
    width: 100%;
    height: 30px;
    background: #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: OPPOSans-R;
    font-weight: 300;
    color: #747474;
  }
  .header_m {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 999999999999999;
    position: fixed;
    left: 0;
    top: 0;
  }
  .header_m .menu {
    width: 25px;
    height: 18px;
  }
  .header_m .logo {
    width: 73px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header_m .logo_white {
    display: none;
    width: 73px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header_m .en {
    font-size: 12px;
    font-family: OPPOSans-R;
    font-weight: 500;
  }
  .header_m .en .text_1 {
    color: #AAAAAA;
  }
  .header_m .en .curr {
    color: #f7941c;
  }
  .header_m .en.fff .text_1 {
    color: #fff;
  }
  .header_m .en.fff .curr {
    color: #f7941c;
  }
}
.search {
  display: none;
}
