

@charset "UTF-8"; @font-face {
  font-family: "OPPOSans";
  src: url("./OPPOSans-R.woff") format("woff"), url("./OPPOSans-R.ttf") format("truetype"), url("./OPPOSans-R.eot") format("embedded-opentype");
}
@font-face {
  font-family: "SourceHanserifCN";
  src: url("./fonts/SourceHanserifCN-Bold.otf");
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
.container {
  width: 1200px;
  margin: 0 auto;
}

.mt60 {
  margin-top: 60px;
}

.mt40 {
  margin-top: 40px;
}


.header {
  height: 182px;
  font-size: 16px;
  box-sizing: border-box;
}
.header-top {
  height: 130px;
}
.header-top > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-top-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-icons .item {
  position: relative;
  margin-left: 12px;
}
.header-top-icons .item .link {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.header-top-icons .item .item-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: calc(100% + 8px);
  width: 100px;
  left: 50%;
  padding: 5px 10px 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(41, 111, 221, 0.3);
  box-shadow: 0 3px 8px 0 rgba(41, 111, 221, 0.3);
}
.header-top-icons .item .item-wrap > a {
  color: #002c77;
  line-height: 26px;
  margin-top: 5px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.header-top-icons .item .item-wrap > a:hover {
  color: #015293;
}
.header-top-icons .item .item-wrap:before {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  height: 8px;
  width: 100%;
}
.header-top-icons .item .item-wrap:after {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #fff transparent;
}
.header-top-icons .item:nth-child(1) {
  margin-left: 0;
}
.header-top-icons .item:nth-child(1) .link {
  background-image: url("../images/header_ico1.png");
}
.header-top-icons .item:nth-child(2) .link {
  background-image: url("../images/header_ico2.png");
}
.header-top-icons .item:nth-child(3) .link {
  background-image: url("../images/header_ico3.png");
}
.header-top-icons .item:nth-child(4) .link {
  background-image: url("../images/header_ico4.png");
}
.header-top-icons .item:nth-child(5) .link {
  background-image: url("../images/header_ico5.png");
}
.header-top-icons .item:hover .link {
  background-color: rgba(41, 111, 221, 0.1);
}
.header-top-icons .item:hover .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .logo > img {
  max-height: 83px;
}
.header-top-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-top-r .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 32px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px #5f6b80;
  box-shadow: 0px 1px 0px 0px #5f6b80;
}
.header-top-r .search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 4px;
  font-family: "OPPOSans";
}
.header-top-r .search-btn {
  width: 28px;
  height: 28px;
  background: url("../images/header_search_btn.png") no-repeat center;
}
.header-top-r .version {
  line-height: 24px;
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-r .version-item {
  border-left: 1px solid #d6d6d6;
}
.header-top-r .version-item > a {
  font-family: "OPPOSans";
  color: inherit;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.header-top-r .version-item > a:hover {
  color: #015293;
}
.header-top-r .version-item:nth-child(1) {
  border-left: none;
  padding-right: 12px;
}
.header-top-r .version-item:nth-child(2) {
  padding-left: 12px;
}
.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  line-height: 60px;
  background: #002c77;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.header .nav-item {
  width: 13.75%;
}
.header .nav-item:nth-child(1), .header .nav-item:nth-child(2), .header .nav-item:nth-child(7), .header .nav-item:nth-child(8) {
  width: 11.25%;
}
.header .nav-item .link {
  display: block;
  color: #fff;
  font-size: 24px;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.header .nav-item .link:hover {
  font-weight: bold;
  background: rgba(92, 156, 255, 0.5);
}
.header .nav-item.active .link {
  font-weight: bold;
  background: rgba(92, 156, 255, 0.5);
}

.header .nav {
    height: 52px;
    line-height: 52px;
}
.header .nav {
  max-width: none;
}
.footer {
  height: 178px;
  color: #fff;
  font-size: 16px;
  background-color: #002f79;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  height: 190px;
}

.footer {
  max-width: none;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-top-wrap {
  height: 100%;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-top-wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-top-wrap .label {
  font-weight: 700;
  height: auto;
}

.footer-sel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
}

.footer .footer-links {
  margin: 0;
  /* margin: 0 -16px; */
  padding-left: 0;
  /* padding-bottom: 30px; */
  /* margin-bottom: 30px; */
}


.footer-links .dropdown {
  transition: 0.3s;
  float: left;
  min-width: 150px;
  margin: 0 16px;
  position: relative;
  height: 28px;
}


.footer-links .dropdown {
  transition: 0.3s;
  float: none;
  margin: 0 16px;
  display: flex
;
  align-items: center;
}


.footer-links .dropdown>a.dropdown-toggle, .footer-links .dropdown>a.dropdown-toggle label {
  /* display: block; */
  height: 28px;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  font-size: 16px;
}

.footer-links .dropdown>a.dropdown-toggle {
  position: relative;
  padding-right: 16px;
}

.footer-links li a label {
  margin-top: 20px;
  margin-bottom: 0;
  display: -webkit-box;
  display: block;
  /* margin-bottom: 64px; */
}


.footer-links .dropdown .caret {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  min-height: 0 !important;
  line-height: 72px !important;
  background: none;
  color: #fff;
  margin: 0;
  /* margin-top: 45px; */
}


.dropup .caret {
  border-bottom: 0;
  border-top: 6px solid\9;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.caret {
  display: inline-block;
  width: 0.28rem;
  background: url(../images/sel.png) no-repeat center;
  background-size: 0.08rem 0.12rem;
  border: none;
  height: 100%;
}


.dropdown-menu {
  top: auto;
  bottom: 90%;
  margin-bottom: 0.02rem;
  width: 100%;
  min-width: 100%;
  font-size: 0.14rem;
  color: #333;
  max-height: 3rem;
  overflow-y: auto;
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.04rem;
  -webkit-box-shadow: 0 0.06rem 0.12rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.06rem 0.12rem rgba(0, 0, 0, 0.175);
}

.footer .footer-links .dropdown-menu {
  border-radius: 0;
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-menu>li>a {
  display: block;
  padding: 6px 12px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: wrap;
  word-break: break-all;
  font-size: 14px;
}

.footer-top-wrap .website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
}

.footer-top-wrap .website > li:nth-child(1) {
  padding-right: 28px;
}

.footer-top-wrap .website > li {
  position: relative;
}

.footer-top-wrap .website > li > a {
  color: inherit;
}

.footer-bot {
  height: calc(100% - 68px);
}

.footer-bot > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}


.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-info-item {
  line-height: 30px;
}

.footer-info-item:nth-child(2n+1) {
  width: 50%;
}

.footer-info-item:nth-child(2n) {
  width: 50%;
}
.footer-info-item > a {
  color: inherit;
}

.footer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-icon > a {
  margin-left: 15px;
}

.dropdown-toggle {
  padding-left: 0.07rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
;
  align-items: center;
  height: 100%;
  line-height: 0.36rem;
  width: 100%;
}


.footer-info-item span {
  margin-left: 22px;
}

.footer-top-wrap .website > li:nth-child(2) {
  padding-left: 28px;
}

.footer-top-wrap .website > li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #fff;
}






.phone-header-box {
  position: relative;
  width: 100%;
}


.phone-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.44rem;
  padding-right: 0.08rem;
  width: 100%;
}

.phone-header-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.phone-header-nav {
  position: relative;
  background: url(../images/phone_header_icon.png) no-repeat center;
  background-size: 0.14rem 0.14rem;
  width: 0.28rem;
  height: 100%;
}

.phone-header-logo {
  width: 0.98rem;
  height: 0.26rem;
}


.phone-header-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}


.phone-header-icon.add {
  position: relative;
  cursor: pointer;
}


.phone-header-icon + .phone-header-icon {
  margin-left: 0.08rem;
}

.phone-header-icon.version {
  width: 0.6rem;
  height: 0.22rem;
  line-height: 0.22rem;
  border: 0.01rem solid #fff;
  text-align: center;
  color: #002c77;
  font-size: 0.13rem;
  font-family: "OPPOSans";
  background: #fff;
  border-radius: 0.12rem;
  border: 0.01rem solid #002c77;
}

.sidr.left {
  left: -1.29rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.left-list-item {
  border-bottom: 0.01rem solid #e7e7e7;
}

.left-list-item a {
  display: block;
  line-height: 0.55rem;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.16rem;
}


.left-list {
  width: 1.29rem;
  padding: 0.44rem 0 0 0.16rem;
  background: #fff;
}

.phone-box {
  position: absolute;
  top: 0.37rem;
  left: -0.26rem;
  z-index: 999;
  display: none;
}
.phone-header-icon.add.active .phone-box {
  display: block;
}



.phone-list {
  position: relative;
  width: 0.69rem;
  padding: 0.09rem 0 0.13rem;
  background: #fff;
}

.phone-item {
  position: relative;
  height: 0.46rem;
}

.phone-item:nth-child(1) .phone-icon {
  background-image: url(../images/phone_icon1.png);
}

.phone-item .phone-icon {
  display: block;
  height: 100%;
  background-size: 0.46rem 0.46rem;
  background-position: center;
  background-repeat: no-repeat;
}

.phone-item:nth-child(2) .phone-icon {
  background-image: url(../images/phone_icon2.png);
}

.word {
  display: none;
  position: absolute;
  margin-right: 0.1rem;
  top: -0.45rem;
  right: 100%;
  position: absolute;
  width: 1.2rem;
  padding-bottom: 0.06rem;
  border-radius: 0.06rem;
  background: #fff;
}

.phone-item {
  position: relative;
  height: 0.46rem;
}

.phone-item:nth-child(4) .phone-icon {
  background-image: url(../images/phone_icon5.png);
}


.phone-item:nth-child(3) .phone-icon {
  background-image: url(../images/phone_icon4.png);
}

.phone-header-icon.add {
  position: relative;
  cursor: pointer;
}

.phone-header-icon.add img, .phone-header-icon.search1 img {
  width: 0.24rem;
  height: 0.24rem;
}

.phone-header-icon.add, .phone-header-icon.search1 {
 display: flex;
}

body.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
}

.phone-list::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.045rem 0.06rem 0.045rem;
  border-color: transparent transparent #ffffff transparent;
  top: -0.06rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.word a {
  display: block;
  line-height: 0.35rem;
  padding-top: 0.06rem;
  text-align: center;
  color: #002c77;
  background: none !important;
  font-size: 0.14rem;
}

.word-box::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.045rem 0 0.045rem 0.06rem;
  border-color: transparent transparent transparent #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -0.06rem;
}


.phone-footer {
  padding: 0.16rem 0.11rem 0.2rem;
  border-top: 0.01rem solid #505d6d;
  font-size: 0.14rem;
  background-color: #f1f1f1;
}

.phone-footer-sel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.phone-sel-box {
  position: relative;
  background: #fff;
  border-radius: 0.04rem;
}

.phone-sel-box {
  width: calc(50% - 0.035rem);
  height: 0.36rem;
}

.dropdown-toggle {
  padding-left: 0.07rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
;
  height: 100%;
  line-height: 0.36rem;
  width: 100%;
}

.phone-sel-box:nth-child(2n) {
  margin-left: 0.07rem;
}

.phone-sel-box:nth-child(n+3) {
  margin-top: 0.1rem;
}

.phone-website {
    height: 0.55rem;
    padding: 0.16rem 0 0.12rem;
    border-bottom: 0.01rem solid #b5b5b5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.phone-website li {
  position: relative;
  padding: 0 0.36rem;
}

.phone-website li a {
  font-family: "OPPOSans";
  color: #333;
}

.phone-website li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0.18rem;
  width: 0.01rem;
  background: #b5b5b5;
}

.phone-footer-info {
  padding-top: 0.12rem;
}

.phone-footer-info-item {
  text-align: center;
  line-height: 0.2rem;
  padding: 0.04rem 0;
  font-family: "OPPOSans";
}

.phone-footer-info-item {
  text-align: center;
  line-height: 0.2rem;
  padding: 0.04rem 0;
  font-family: "OPPOSans";
}

.phone-footer-info-item a {
  display: inline-block;
  color: #333;
  line-height: 0.2rem;
}

.phone-footer-info-item img {
  width: 0.11rem;
  height: 0.12rem;
  margin-top: 0.04rem;
}

.phone-footer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.13rem;
}

.phone-footer-icon a + a {
  margin-left: 0.14rem;
}

.phone-footer-icon2 img {
  width: 0.73rem;
}

.phone-footer-icon img {
  height: 0.37rem;
}

.phone-footer-icon3 img {
  width: 0.29rem;
}

.phone-website li:first-child:before {
  display: none;
}

.dropdown-toggle label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 0.14rem;
}

body.not-scroll {
  overflow: hidden;
}