/* blocks */
/* mixins */
/**
 * 将使用 vh 的 height 转换成使用 css 变量 --vh
 * 这么做是为了避免 移动端窗口高度变化导致 sticky 等无法正常工作的问题
 */
/* variable */
/* functions */
@font-face {
  font-family: OPPOFont-Bold;
  src: url("http://assorted.downloads.oppo.com/static/assets/fonts/OPPOSans/OPPOSans-Bold.ttf") format('truetype'), url("http://assorted.downloads.oppo.com/static/assets/fonts/OPPOSans/OPPOSans-Bold.eot?#iefix") format('embedded-opentype'), url(../woff/opposans-bold-fb322298733a83f9b967894bc8186b8b.woff);
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: OPPOFont-Medium;
  src: url("http://assorted.downloads.oppo.com/static/assets/fonts/OPPOSans/OPPOSans-Medium.ttf") format('truetype'), url("http://assorted.downloads.oppo.com/static/assets/fonts/OPPOSans/OPPOSans-Medium.eot?#iefix") format('embedded-opentype'), url(../woff/opposans-medium-ce5c7b0c2e7bd4daee4c3198f9b609ee.woff);
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: OPPOFont-Regular;
  src: url("http://assorted.downloads.oppo.com/static/assets/fonts/OPPOSans/OPPOSans-Regular.ttf") format('truetype'), url(../woff/opposans-regular-68c96855c218457d11859ac072b49932.woff);
  font-style: normal;
  font-weight: 200;
}
.main-container,
.sub-container,
.narrow-container {
  margin: auto;
}
@media (max-width: 568px) {
  .main-container {
    width: 100%;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-container {
    width: 23.2em;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-container {
    width: 960px;
  }
}
@media (min-width: 1921px) {
  .main-container {
    width: 1600px;
  }
}
@media (max-width: 568px) {
  .sub-container {
    width: 9.3em;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .sub-container {
    width: 20.16em;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .sub-container {
    width: 771px;
  }
}
@media (min-width: 1921px) {
  .sub-container {
    width: 1324px;
  }
}
@media (max-width: 568px) {
  .pure-sm-hidden {
    display: none !important;
  }
  .pure-md-visible {
    display: none !important;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .pure-md-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .pure-lg-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .pure-md-visible {
    display: none !important;
  }
}
@media (min-width: 1921px) {
  .pure-xl-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .pure-md-visible {
    display: none !important;
  }
}
#submenu {
  font-family: OPPOSans-Regular, OPPOFont-Regular;
  z-index: 10 !important;
  transition: none !important;
  position: fixed;
  margin-top: 0;
  width: 100%;
  height: 50px;
}
#submenu .submenu-info {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background-color: #fff;
  transition: background-color 0.3s linear, border 0.3s linear !important;
}
#submenu .submenu-info.black {
  background-color: #000 !important;
  border-color: rgba(201,201,201,0.15);
}
#submenu .submenu-info .submenu-wrapper {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #submenu .submenu-info .submenu-wrapper {
    width: 100%;
  }
}
#submenu .submenu-navigation {
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  #submenu .submenu-navigation {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  #submenu .submenu-navigation {
    padding: 0 15px;
  }
}
#submenu .submenu-list {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: background-color 0.3s linear;
  font-size: 13px;
}
#submenu .submenu-list li {
  margin: 0 20px;
}
@media (max-width: 768px) {
  #submenu .submenu-list {
    display: block;
    background-color: #fff;
    position: absolute;
    width: 100%;
    max-height: 0;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 50px;
    transition: max-height 0.2s ease, opacity 0.35s ease 0.1s, background 0.5s;
  }
  #submenu .submenu-list.show {
    max-height: 100vh;
    opacity: 1;
  }
  #submenu .submenu-list.black {
    background-color: #000 !important;
  }
  #submenu .submenu-list li {
    display: block;
    margin: 0 68px;
    text-align: center;
  }
  #submenu .submenu-list li:last-child a {
    border-bottom: none;
  }
  #submenu .submenu-list li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
#submenu .submenu-list .item {
  transition: color 0.3s linear;
  font-family: OPPOSans-Regular, OPPOFont-Regular;
  opacity: 0.6;
}
#submenu .submenu-list .item.active {
  opacity: 1;
}
#submenu .submenu-list .item.black {
  color: #fff;
  border-color: #999;
}
#submenu .submenu-list .item:hover {
  opacity: 1;
}
#submenu .submenu-model {
  font-family: OPPOSans-Regular, OPPOFont-Regular;
  display: flex;
  align-items: center;
  font-size: 15px;
  white-space: nowrap;
  margin-left: 20px;
}
#submenu .submenu-model a {
  color: #000;
}
#submenu .submenu-model.black a {
  color: #fff;
}
#submenu .submenu-model .line {
  margin: 0 10px 0 10px;
  color: #000;
}
#submenu .submenu-model .line.black {
  color: #fff;
}
@media (max-width: 768px) {
  #submenu .submenu-model {
    display: none;
  }
}
#submenu .find:hover {
  opacity: 1;
}
#submenu .find-unactive {
  opacity: 0.5;
}
#submenu .find-x {
  width: 99px;
}
#submenu .title-box {
  display: flex;
  line-height: 50px;
}
@media (min-width: 769px) {
  #submenu .title-box {
    display: none;
  }
}
@media (max-width: 768px) {
  #submenu .title-box {
    align-items: center;
  }
}
#submenu .menu-title {
  flex: 1;
  transition: all 0.3s linear;
  font-family: OPPOSans-Regular, OPPOFont-Regular;
  font-size: 14px;
  white-space: nowrap;
}
#submenu .menu-title.black {
  color: #fff;
}
#submenu .arrow {
  flex: 1;
  margin-left: 5px;
  width: 12px;
  height: 6px;
  transition: all 0.3s linear;
}
#submenu .arrow.active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#submenu .arrow1.black {
  display: none;
}
#submenu .arrow2 {
  display: none;
}
#submenu .arrow2.black {
  display: block;
}
#submenu .arrow3.black {
  display: none;
}
#submenu .arrow4 {
  display: none;
}
#submenu .arrow4.black {
  display: block;
}
#submenu .buy {
  font-family: OPPOSans-Regular, OPPOFont-Regular;
  width: 104px;
}
@media (max-width: 568px) {
  #submenu .buy {
    width: 98px;
  }
}
#submenu .buy a {
  background: #06b58b;
  border-radius: 19px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 3px 24px;
  white-space: nowrap;
}
#submenu .submenu-mask {
  position: absolute;
  top: 50px;
  width: 100%;
  height: 0;
  z-index: 8;
  opacity: 0;
  background-color: rgba(33,33,33,0.2);
  transition: opacity 0.35s ease 0.2s, max-height 0s linear 0.5s;
}
#submenu .submenu-mask.show {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 1;
}
#submenu .model-list {
  display: none;
  font-family: OPPOSans-Regular, OPPOFont-Regular;
}
@media (max-width: 768px) {
  #submenu .model-list {
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: 9;
    width: 100%;
    max-height: 0;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 50px;
    transition: max-height 0.2s ease, opacity 0.35s ease 0.1s, background 0.5s;
  }
  #submenu .model-list.show {
    max-height: 100vh;
    opacity: 1;
  }
  #submenu .model-list.black {
    background-color: #000 !important;
  }
  #submenu .model-list li {
    display: block;
    margin: 0 68px;
    text-align: center;
  }
  #submenu .model-list li:last-child a {
    border-bottom: none;
  }
  #submenu .model-list li a {
    display: block;
    font-size: 13px;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
#submenu .model-list.black {
  background-color: #000;
}
#submenu .model-list.black a {
  color: #fff;
}
@media (max-width: 768px) {
  .buy a {
    font-size: 11px !important;
    width: auto;
    padding: 8px 18px;
    float: right;
  }
}
@media (min-width: 769px) {
  #submenu .submenu-info {
    border-top: none;
  }
}
.main-wrapper {
  font-size: 16px;
  font-family: 'OPPOFont-Regular', 'OPPOSans-Regular', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'STHeiti', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #fff;
  background-color: #000;
}
.main-wrapper .h1 {
  font-family: OPPOFont-Regular;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.01em;
}
@media (min-width: 1025px) {
  .main-wrapper .h1 {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -0.01em;
  }
}
.main-wrapper .h2 {
  font-family: OPPOFont-Regular;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
}
@media (min-width: 1025px) {
  .main-wrapper .h2 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.01em;
  }
}
.main-wrapper .h3 {
  font-family: OPPOFont-Regular;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .main-wrapper .h3 {
    font-family: OPPOFont-Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .h3 {
    font-family: OPPOFont-Bold;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0;
  }
}
.main-wrapper .h4 {
  font-family: OPPOFont-Regular;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .main-wrapper .h4 {
    font-family: OPPOFont-Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .h4 {
    font-family: OPPOFont-Medium;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0;
  }
}
.main-wrapper .h5 {
  font-family: OPPOFont-Bold;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .main-wrapper .h5 {
    font-size: 64px;
    line-height: 76px;
    letter-spacing: 0;
  }
}
.main-wrapper .h6 {
  font-family: OPPOFont-Regular;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .main-wrapper .h6 {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0;
  }
}
.main-wrapper .p0 {
  font-family: OPPOFont-Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .main-wrapper .p0 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.01em;
  }
}
.main-wrapper .p1 {
  font-family: OPPOFont-Regular;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .main-wrapper .p1 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.main-wrapper .p2 {
  font-family: OPPOFont-Medium;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
}
.main-wrapper .p3 {
  font-family: OPPOFont-Regular;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .main-wrapper .p3 {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0;
  }
}
.main-wrapper .p4 {
  font-family: OPPOFont-Regular;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .main-wrapper .p4 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.main-wrapper .p5 {
  font-family: OPPOFont-Bold;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .main-wrapper .p5 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
  }
}
.main-wrapper .p6 {
  font-family: OPPOFont-Regular;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .main-wrapper .p6 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.main-wrapper.light {
  color: #000;
  background-color: #fff;
}
.main-wrapper * {
  box-sizing: initial;
}
.main-wrapper img,
.main-wrapper video {
  max-width: initial;
}
.main-wrapper .grey {
  opacity: 0.7;
}
@media (max-width: 568px) {
  .main-wrapper .title {
    width: 330px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(201,201,201,0.15);
    margin-bottom: 25px;
  }
}
.main-wrapper span {
  margin-bottom: 10px;
}
.main-wrapper .content > span {
  margin-bottom: 0;
}
.main-wrapper .content > span:not(:last-child) {
  margin-bottom: 10px;
}
.main-wrapper .section {
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(201,201,201,0.15);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .section {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 0px;
  }
}
.main-wrapper .leftbox,
.main-wrapper .rightbox {
  flex-shrink: 0;
}
.main-wrapper .leftbox {
  flex: 0 0 33.333333%;
  max-width: 33.3333%;
}
@media (max-width: 568px) {
  .main-wrapper .leftbox {
    width: 100%;
    max-width: 100%;
  }
}
.main-wrapper .rightbox {
  max-width: 66.6667%;
}
@media (max-width: 568px) {
  .main-wrapper .rightbox {
    width: 100%;
    max-width: 100%;
  }
}
.main-wrapper .section0 .leftbox {
  flex: unset;
  max-width: unset;
}
.main-wrapper .section0 .rightbox {
  max-width: unset;
}
.main-wrapper .detail1,
.main-wrapper .detail2 {
  margin-bottom: 34px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .detail1,
  .main-wrapper .detail2 {
    margin-bottom: 29px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .detail1,
  .main-wrapper .detail2 {
    margin-bottom: 29px;
  }
}
.main-wrapper .content {
  display: flex;
  flex-direction: column;
}
.main-wrapper .main {
  margin: 0 auto;
  padding-top: 46px;
}
@media (min-width: 1025px) {
  .main-wrapper .main {
    padding-top: 60px;
  }
}
@media (min-width: 1921px) {
  .main-wrapper .main {
    width: 1200px;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper .main {
    width: 1174px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main {
    width: 87.5vw;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main {
    width: 91.67vw;
  }
}
.main-wrapper .main .section0 {
  box-sizing: border-box;
  padding: 0;
}
.main-wrapper .main .section0 * {
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .main-wrapper .main .section0 {
    height: 626px;
    padding-top: 120px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section0 {
    height: 452px;
    padding-top: 80px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section0 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.main-wrapper .main .section0 .leftbox {
  width: 415px;
  margin-right: 120px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section0 .leftbox {
    width: 294px;
    margin-right: 60px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section0 .leftbox {
    width: 330px;
    margin-right: 0;
  }
}
.main-wrapper .main .section0 .leftbox .title {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section0 .leftbox .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section0 .leftbox .title {
    margin-bottom: 20px;
    border-bottom: 0;
  }
}
.main-wrapper .main .section0 .leftbox .title span {
  margin-bottom: 0px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section0 .leftbox .title span {
    margin-bottom: 0px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section0 .leftbox .title span {
    margin-bottom: 0px;
  }
}
.main-wrapper .main .section0 .leftbox .detail {
  display: flex;
  flex-direction: column;
}
.main-wrapper .main .section0 .leftbox .grey {
  margin-top: 5%;
}
.main-wrapper .main .section0 .rightbox {
  display: flex;
  flex-direction: column;
}
.main-wrapper .main .section0 .rightbox .phonebox .phone {
  height: 330px;
  margin-bottom: 20px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section0 .rightbox .phonebox .phone {
    height: 264px;
    margin-bottom: 14px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section0 .rightbox .phonebox .phone {
    height: 200px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.main-wrapper .main .section0 .rightbox .p6 {
  margin-left: 4px;
}
@media (max-width: 568px) {
  .main-wrapper .main .section0 .rightbox .p6 {
    margin-left: 6px;
  }
}
.main-wrapper .main .section0 .rightbox .p2 {
  margin: 4px 0 0;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section0 .rightbox .p2 {
    margin: 2px 0 0;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section0 .rightbox .p2 {
    margin-top: 4px;
  }
}
.main-wrapper .main .section2 .rightbox {
  position: relative;
}
.main-wrapper .main .section2 .rightbox .content {
  width: 600px;
  position: absolute;
  z-index: 2;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section2 .rightbox .content {
    width: 331px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section2 .rightbox .content {
    width: 330px;
  }
}
.main-wrapper .main .section2 .rightbox .content span.p2 {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .main-wrapper .main .section2 .rightbox .content span.p2 {
    margin-top: 10px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section2 .rightbox .content span.p2 {
    margin-top: 5px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section2 .rightbox .content span.p2 {
    margin-top: 5px;
  }
}
.main-wrapper .main .section2 .rightbox .phone-size {
  width: 559px;
  margin-left: 155px;
  margin-top: 155px;
  position: relative;
  z-index: 1;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section2 .rightbox .phone-size {
    width: 378px;
    margin-left: 0px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section2 .rightbox .phone-size {
    width: 331px;
    margin-left: 0px;
    margin-top: 117px;
  }
}
.main-wrapper .main .section2 .rightbox .en-phone-size {
  width: 559px;
  margin-left: 205px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section2 .rightbox .en-phone-size {
    width: 378px;
    margin-left: 40px;
    margin-top: 122px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section2 .rightbox .en-phone-size {
    width: 331px;
    margin-left: 0px;
    margin-top: 135px;
  }
}
@media (min-width: 1025px) {
  .main-wrapper .main .section2 .rightbox span.p2 {
    margin-top: 28px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section2 .rightbox span.p2 {
    margin-top: 28px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section2 .rightbox span.p2 {
    margin-top: 28px;
  }
}
.main-wrapper .main .section3 .leftbox .content .p2,
.main-wrapper .main .section3 .rightbox .content .p2 {
  margin-top: 10px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper .main .section3 .leftbox .content .p2,
  .main-wrapper .main .section3 .rightbox .content .p2 {
    margin-top: 10px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section3 .leftbox .content .p2,
  .main-wrapper .main .section3 .rightbox .content .p2 {
    margin-top: 5px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section3 .leftbox .content .p2,
  .main-wrapper .main .section3 .rightbox .content .p2 {
    margin-top: 5px;
  }
}
.main-wrapper .main .section4 .rightbox .display-size {
  width: 457px;
  margin-bottom: 20px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section4 .rightbox .display-size {
    width: 325px;
    margin-bottom: 28px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section4 .rightbox .display-size {
    width: 325px;
    margin-bottom: 28px;
  }
}
.main-wrapper .main .section6 .leftbox,
.main-wrapper .main .section6 .rightbox {
  flex-shrink: 0;
}
.main-wrapper .main .section6 .leftbox .content .p2,
.main-wrapper .main .section6 .rightbox .content .p2 {
  margin-top: 5px;
  margin-bottom: 15px;
}
.main-wrapper .main .section7 .rightbox .content {
  display: flex;
  flex-direction: column;
}
.main-wrapper .main .section7 .rightbox .content span {
  margin-top: 9px;
  margin-bottom: 25px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section7 .rightbox .content span {
    margin-top: 6px;
    margin-bottom: 15px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section7 .rightbox .content span {
    margin-top: 0px;
    margin-bottom: 0;
  }
}
.main-wrapper .main .section7 .rightbox .content .iconbox {
  width: 860px;
  margin-left: -26.25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox {
    width: 62.6vw;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox {
    width: 87.467vw;
    margin-left: 2.1vw;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox {
    width: 62.6vw;
    margin-left: -1.823vw;
  }
}
.main-wrapper .main .section7 .rightbox .content .iconbox .singlebox {
  text-align: center;
  margin: 0 auto;
  flex: 0 0 auto;
  width: 105px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox .singlebox {
    width: 7vw;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox .singlebox {
    width: 7vw;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox .singlebox {
    width: 17.6vw;
  }
}
.main-wrapper .main .section7 .rightbox .content .iconbox .singlebox img {
  width: 55px;
  margin-bottom: 6px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox .singlebox img {
    margin-bottom: 3.5px;
    width: 35px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox .singlebox img {
    margin-bottom: 4px;
  }
}
.main-wrapper .main .section7 .rightbox .content .iconbox .singlebox .p2 {
  opacity: 0.7;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 40px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox .singlebox .p2 {
    margin-bottom: 18px;
    font-size: 9px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox .singlebox .en-word1 {
    margin-left: -1.5px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox .singlebox .en-word2 {
    margin-left: -3px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox .singlebox .en-word4 {
    margin-left: -8.5px;
  }
}
.main-wrapper .main .section7 .rightbox .content .iconbox .mlx-line3 {
  margin: 0 1.25px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox .mlx-line3 {
    margin: 0 2.875px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section7 .rightbox .content .iconbox .mlx-line3 {
    margin: 0 8px;
  }
}
.main-wrapper .main .section7 .rightbox .link a {
  color: #2dc84d;
  text-decoration: none;
  border-bottom: 1px solid #2dc84d;
}
.main-wrapper .main .section8 .leftbox {
  flex-shrink: 0;
}
.main-wrapper .main .section8 .rightbox {
  word-wrap: break-word;
  flex-shrink: 0;
  width: 990px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper .main .section8 .rightbox {
    width: 967px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section8 .rightbox {
    width: 532px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section8 .rightbox {
    width: 330px;
  }
}
.main-wrapper .main .section8 .rightbox .detail2 {
  margin: 0;
}
.main-wrapper .main .section11 {
  border-bottom: 1px solid rgba(201,201,201,0);
  display: flex;
  flex-direction: column;
}
.main-wrapper .main .section11 .leftbox {
  flex-shrink: 0;
}
.main-wrapper .main .section11 .leftbox .title {
  margin-bottom: 35px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section11 .leftbox .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section11 .leftbox .title {
    width: 330px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(201,201,201,0.15);
    margin-bottom: 25px;
  }
}
.main-wrapper .main .section11 .rightbox {
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}
.main-wrapper .main .section11 .rightbox .detail .content .grey {
  margin-top: 5px;
}
@media (max-width: 568px) {
  .main-wrapper .main .section11 .rightbox .detail .content .grey {
    margin-top: 30px;
  }
}
.main-wrapper .main .section12 .rightbox {
  width: 990px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper .main .section12 .rightbox {
    width: 967px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .main .section12 .rightbox {
    width: 532px;
  }
}
@media (max-width: 568px) {
  .main-wrapper .main .section12 .rightbox {
    width: 330px;
  }
}
.main-wrapper .main .section12 .rightbox .content a {
  cursor: default;
  text-decoration: none;
}
.main-wrapper .main .section12 .rightbox .content a:not(:last-child) {
  margin-bottom: 10px;
}
.main-wrapper .main .section12 .rightbox .content a span {
  cursor: pointer;
  margin-bottom: 0;
  color: #2dc84d;
  border-bottom: 1px solid #2dc84d;
}
.main-wrapper .main .section12 .rightbox .content .downloadlink {
  display: flex;
  align-items: center;
}
.main-wrapper .main .section12 .rightbox .content .downloadlink span {
  margin-bottom: 0;
}

