@charset "UTF-8";
body,
div,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

img {
  border: 0;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  width: 100%; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

html {
  font-family: sans-serif;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

:focus {
  outline: 0; }

:link,
:visited {
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.dv {
  display: inline-block;
  vertical-align: middle; }

.di {
  display: inline-block; }

.text-hide {
  border: 0;
  background-color: transparent;
  font: 0/0 a;
  color: transparent;
  text-shadow: none; }

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

.btn {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent; }

.btn:hover {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

@font-face {
  font-family: RenogareRegular;
  src: url("../fonts/RenogareRegular.ttf") format("truetype"); }
.RenogareRegular {
  font-family: RenogareRegular; }

body {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  background: #fff; }

.line {
  border: none;
  border-bottom: 0.1333333333vw #dedddd solid; }

.wrapper {
  width: 90vw;
  margin: 0 5vw; }

.main_wrap {
  min-height: 100vh;
  width: 100vw;
  overflow-y: scroll; }

.boxbg {
  background: #6a7982;
  height: 100vh; }

.bggroup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0vw;
  z-index: 105;
  width: 100vw;
  overflow: hidden;
  height: 100vh;
  display: none; }

.seachcss {
  background: #fff;
  border: 0.1333333333vw solid #000;
  margin: 2vw auto;
  border-radius: 2vw;
  padding: 0.5333333333vw 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center; }
  .seachcss input {
    height: 10.6666666667vw;
    width: 60vw;
    font-size: 3.4666666667vw;
    border: none;
    margin-left: 0.2666666667vw;
    -webkit-appearance: none;
    border-radius: 2vw;
    text-indent: 2vw; }
  .seachcss .btnbox {
    float: right;
    width: 26.6666666667vw; }
    .seachcss .btnbox span {
      width: 8vw;
      height: 8vw;
      display: block;
      float: left; }
      .seachcss .btnbox span img {
        width: 8vw;
        height: 8vw; }
    .seachcss .btnbox .search {
      margin-left: 6.6666666667vw; }
    .seachcss .btnbox .del {
      margin-left: 1.3333333333vw; }

.header-container {
  height: 12.2666666667vw;
  border-bottom: 0.1333333333vw #dedddd solid;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header-container header {
    height: 12vw;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff; }
    .header-container header .logo {
      background: url("../images/logo.jpg") no-repeat;
      width: 32vw;
      height: 5.3333333333vw;
      background-size: contain;
      display: block; }
    .header-container header .usericon {
      background: url("../images/1/icon3.jpg") no-repeat;
      width: 4.8vw;
      height: 4.8vw;
      background-size: contain;
      display: block;
      position: absolute;
      top: 3.6vw;
      right: 5.3333333333vw; }

.navbox {
  position: fixed;
  top: 0vw;
  transition: all 500ms ease;
  z-index: 106;
  width: 100vw;
  overflow: hidden;
  height: 100vh; }
  .navbox span {
    border-bottom: 1px solid #e3e3e3;
    height: 12vw;
    display: block;
    width: 100%; }

.searchgroup {
  position: fixed;
  top: 0vw;
  transition: all 500ms ease;
  z-index: 1005;
  width: 100vw;
  overflow: hidden;
  height: 100vh;
  transform: translateX(100vw); }
  .searchgroup .searchbox {
    float: right;
    width: 86.6666666667vw;
    height: 100vh;
    background: #fff;
    position: relative; }

.suggest ul {
  width: 80vw;
  margin: 0 auto;
  height: calc(100vh - 16vh);
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.suggest li {
  padding: 2.2666666667vw;
  border-bottom: 1px solid #e5e5e5;
  font-size: 3.4666666667vw; }

.searchbtn {
  height: 10.6666666667vw;
  width: 94.1333333333vw;
  line-height: 10.6666666667vw;
  font-size: 3.4666666667vw;
  border: none;
  -webkit-appearance: none;
  border-radius: 2vw;
  text-align: center;
  background: url("../images/1/search1.png") 42% 50% no-repeat #f4f4f4;
  background-size: 3.4666666667vw 3.4666666667vw;
  margin: 0 auto;
  color: #999999;
  margin-top: 4vw; }

.searchrow {
  height: 16vw;
  background: #9aa9b3;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  align-items: center;
  /* 垂直居中 */
  justify-content: space-between; }
  .searchrow form {
    height: 16vw;
    background: #9aa9b3;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
    align-items: center;
    /* 垂直居中 */
    justify-content: space-between; }
    .searchrow form span:nth-of-type(1) {
      margin: 0 2.6666666667vw; }
  .searchrow span {
    color: #fff;
    font-size: 3.4666666667vw;
    height: 10.6666666667vw;
    line-height: 2.8;
    width: 10.6666666667vw;
    text-align: center; }
  .searchrow input {
    height: 10.6666666667vw;
    width: 64vw;
    font-size: 3.4666666667vw;
    border: none;
    -webkit-appearance: none;
    border-radius: 2vw;
    text-indent: 9.3333333333vw;
    background: url("../images/1/search.png") 5% 50% no-repeat #fff;
    background-size: 3.4666666667vw 3.4666666667vw;
    margin-left: 4vw; }

.sopen {
  transform: translateX(0); }

.navbottom {
  height: 27.7333333333vw;
  width: 72vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  margin-left: -32vw; }
  .navbottom .navicon {
    display: flex;
    width: 34.6666666667vw;
    height: 27.7333333333vw;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: row;
    padding-bottom: 2.6666666667vw; }
    .navbottom .navicon a {
      font-size: 3.4666666667vw;
      color: #000;
      line-height: 1.8;
      text-indent: 8vw; }
    .navbottom .navicon .yzbtn {
      background: url("../images/1/icon1.png") no-repeat;
      width: 34.6666666667vw;
      height: 6.4vw;
      background-size: 6.4vw 6.4vw;
      display: block; }
    .navbottom .navicon .telbtn {
      background: url("../images/1/icon2.png") no-repeat;
      width: 34.6666666667vw;
      height: 6.4vw;
      background-size: 6.4vw 6.4vw;
      display: block; }
  .navbottom .qrcode {
    width: 27.7333333333vw;
    height: 27.7333333333vw; }
    .navbottom .qrcode img {
      width: 100%; }

.navbox .navlist {
  width: 86.6666666667vw;
  height: 100vh;
  background: #f4f8fb;
  position: relative;
  overflow: hidden; }

.navbox ul {
  width: 64vw;
  margin: 0 auto; }

.navbox ul li {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 4vw;
  color: #000; }
  .navbox ul li a {
    color: #000; }

.navbox ul li:last-child {
  border-bottom: none; }

.nav-p {
  background: url("../images/nav-p.png") no-repeat;
  height: 6.6666666667vw;
  line-height: 6.6666666667vw;
  background-size: contain;
  text-indent: 9.3333333333vw;
  color: #000;
  margin: 4.6666666667vw 0;
  background-position: left center; }

.nav-c {
  background: url("../images/1/store.png") no-repeat;
  height: 6.6666666667vw;
  line-height: 6.6666666667vw;
  background-size: contain;
  text-indent: 9.3333333333vw;
  color: #000;
  margin: 3.3333333333vw 0;
  background-position: left center; }

.nav-h {
  background: url("../images/1/about.png") no-repeat;
  height: 6.6666666667vw;
  line-height: 6.6666666667vw;
  background-size: contain;
  text-indent: 9.3333333333vw;
  color: #000;
  margin: 3.3333333333vw 0;
  background-position: left center; }

.navbox ul li span {
  margin-left: 9.3333333333vw;
  margin-top: 1.3333333333vw;
  margin-bottom: 1.3333333333vw; }

.header-but {
  height: 4.8vw;
  width: 6vw;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: row;
  position: fixed;
  left: 5.3333333333vw;
  z-index: 1000;
  top: 3.7333333333vw; }
  .header-but span {
    transition: all 500ms ease;
    display: block;
    height: 0.4vw;
    width: 6vw;
    background: #000; }
    .header-but span:nth-child(2) {
      opacity: 1;
      width: 6.6666666667vw; }

.openS span:nth-child(1) {
  transform-origin: left top;
  transform: rotate(50deg); }
.openS span:nth-child(2) {
  transform: translateX(10px);
  opacity: 0; }
.openS span:nth-child(3) {
  transform-origin: left bottom;
  transform: rotate(-50deg); }

.openx {
  transform: translateX(0vw); }

.close {
  transform: translateX(-120vw); }

.swiper-container .swiper-slide a {
  width: 100%;
  display: block; }
.swiper-container .swiper-slide img {
  width: 100%; }
.swiper-container .swiper-pagination-bullets,
.swiper-container .swiper-pagination-custom,
.swiper-container .swiper-pagination-fraction {
  bottom: 2.6666666667vw;
  left: 0;
  width: 50%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.6666666667vw; }

.swiper-pagination-bullet {
  width: 1.6vw;
  height: 1.6vw;
  background: #ffffff;
  opacity: 1; }

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 2vw;
  height: 2vw;
  background: #4f5f69; }

.swiper-activity {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding-bottom: 4vw;
  overflow: hidden; }
  .swiper-activity .swiper-pagination-bullets,
  .swiper-activity .swiper-pagination-custom,
  .swiper-activity .swiper-pagination-fraction {
    bottom: 0vw;
    left: 0;
    width: 100%; }

.libox {
  background: #6a7982;
  display: flex;
  justify-content: center; }
  .libox ul {
    width: 89.3333333333vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw; }
    .libox ul li {
      width: 28vw;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-content: space-around;
      align-items: center;
      height: 40vw; }
      .libox ul li a {
        width: 28vw;
        height: 40vw;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-content: space-around;
        align-items: center; }
      .libox ul li img {
        width: 28vw;
        height: 40vw; }

.layui-m-layercont .wxqrcode {
  width: 48vw;
  margin-bottom: 0; }

.footer ul {
  width: 45.8666666667vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 3.2vw;
  margin-bottom: 2.6666666667vw; }
  .footer ul li {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    background: url("../images/sprite.png") no-repeat;
    background-position: 0 0;
    background-size: 26.6666666667vw 6.6666666667vw; }
  .footer ul .status1 {
    background-position: 0 0; }
  .footer ul .status2 {
    background-position: -6.6666666667vw 0; }
  .footer ul .status3 {
    background-position: -13.3333333333vw 0; }
  .footer ul .status4 {
    position: relative;
    background-position: -20vw 0; }
.footer p {
  font-size: 2.9333333333vw;
  color: #999999;
  text-align: center;
  margin-bottom: 3.2vw; }
  .footer p:nth-of-type(1) {
    margin-bottom: 2.4vw; }

/*
video::-webkit-media-controls {
    display: none !important;
}
*/
.videolistbox {
  margin-bottom: 4.6666666667vw; }
  .videolistbox li {
    position: relative;
    margin-bottom: 4.6666666667vw; }
    .videolistbox li video {
      width: 90vw;
      height: 50.4vw;
      display: none; }
    .videolistbox li div {
      width: 100%; }
      .videolistbox li div .play {
        position: absolute;
        width: 13.3333333333vw;
        top: 50%;
        left: 50%;
        margin-left: -6.6666666667vw;
        margin-top: -6.6666666667vw; }
    .videolistbox li img {
      width: 100%;
      display: block; }
    .videolistbox li p {
      margin: 0;
      padding: 0;
      font-size: 4vw;
      margin-top: 2vw; }

.productbox {
  width: 90vw;
  margin: 4vw auto; }
  .productbox li {
    background: #fff;
    margin-bottom: 2vw; }
    .productbox li:last-child {
      margin-bottom: 0; }
    .productbox li:nth-of-type(1) {
      margin-top: 0; }
    .productbox li a {
      position: relative;
      width: 90vw;
      display: block; }
      .productbox li a div {
        position: absolute;
        top: 24vw;
        left: 5.0666666667vw; }
      .productbox li a h2 {
        font-size: 3.7333333333vw;
        color: #3a4457;
        border-bottom: 0.1333333333vw #dedddd solid;
        margin: 0;
        padding-top: 0;
        padding-bottom: 2vw; }
      .productbox li a p {
        font-size: 3.4666666667vw;
        margin: 2vw 0;
        color: #676767; }
  .productbox img {
    width: 100%; }

.detailsbox {
  background: #fff;
  width: 100vw; }
  .detailsbox p {
    margin: 0;
    padding: 0; }
  .detailsbox img {
    width: 100%; }

.rmbox {
  background: #fff;
  position: relative; }
  .rmbox h1 {
    font-size: 4.8vw;
    text-align: center;
    background: #3a4457;
    color: #fff;
    padding: 0;
    margin: 0;
    padding: 4vw 0;
    margin-bottom: 6vw; }
  .rmbox ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .rmbox li {
    width: 27.7333333333vw;
    margin: 0 2.8vw 3.3333333333vw 2.8vw; }
    .rmbox li img {
      border: 0.1333333333vw #dedddd solid;
      width: 27.4666666667vw; }
    .rmbox li a p {
      font-size: 3.2vw;
      text-align: center;
      padding: 0;
      margin: 0;
      margin-top: 2vw;
      color: #3a4457; }
  .rmbox video {
    width: 90vw;
    height: 50.4vw;
    margin: 0 auto;
    display: block; }
  .rmbox .azbox {
    position: relative;
    width: 90vw;
    height: 50.4vw;
    margin: 0 auto;
    margin-bottom: 4.6666666667vw; }
  .rmbox .pbox {
    width: 90vw;
    height: 50.4vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .rmbox .pbox .play {
      position: absolute;
      width: 13.3333333333vw;
      top: 50%;
      left: 50%;
      margin-left: -6.6666666667vw;
      margin-top: -6.6666666667vw; }
  .rmbox .pdfbtn {
    width: 46vw;
    height: 8.6666666667vw;
    margin: 0 auto;
    margin-bottom: 4.6666666667vw; }
  .rmbox img {
    width: 100%; }

.mapbox {
  width: 100vw;
  height: 100vw;
  position: fixed;
  background: #efefef;
  bottom: -100vw;
  left: 0;
  transition: transform 500ms ease;
  z-index: 50; }
  .mapbox .closicon {
    width: 4.2666666667vw;
    float: right;
    margin: 2.4vw; }
    .mapbox .closicon img {
      width: 100%; }
  [data-dpr="1"] .mapbox iframe {
    transform: scale(1);
    width: 100%;
    height: 74.6666666667vw;
    position: absolute;
    bottom: 18vw; }
  [data-dpr="2"] .mapbox iframe {
    transform: scale(1.5);
    width: 100%;
    height: 48vw;
    position: absolute;
    bottom: 32vw; }
  [data-dpr="3"] .mapbox iframe {
    transform: scale(2.5);
    width: 100%;
    height: 29.3333333333vw;
    position: absolute;
    bottom: 40vw; }

.mapopen {
  transform: translateY(-84vw); }

.mapclose {
  transform: translateY(0); }

#dituContent {
  width: 100%;
  height: 100%; }
  [data-dpr="2"] #dituContent {
    font-size: 24px; }
  [data-dpr="3"] #dituContent {
    font-size: 36px; }

.backbox {
  height: 12vw;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .backbox .backbtn {
    background: url("../images/back.png") no-repeat;
    background-position: center left;
    height: 4.8vw;
    background-size: contain;
    line-height: 4.8vw;
    color: #3a4457;
    font-size: 3.7333333333vw;
    text-indent: 5.3333333333vw;
    font-weight: bold; }

.agroup {
  background: #fff;
  text-align: center;
  margin: 4.6666666667vw auto; }
  .agroup .Answertitle {
    font-size: 4.2666666667vw;
    color: #3b4558;
    font-weight: bold;
    border-bottom: 0.1333333333vw #f4f4f4 solid;
    padding: 6.6666666667vw 0;
    line-height: 7.3333333333vw; }
  .agroup .goicon {
    width: 27.3333333333vw;
    margin: 8.6666666667vw auto; }
  .agroup .Answerbtn {
    padding: 4.6666666667vw 0;
    border-top: 0.1333333333vw #f4f4f4 solid;
    font-size: 4.5333333333vw;
    color: #3b4558;
    font-weight: bold; }
  .agroup .productimg {
    width: 30.1333333333vw; }
  .agroup .p-name {
    font-size: 4.2666666667vw;
    color: #3b4558;
    font-weight: bold;
    text-align: left; }
  .agroup table {
    width: 83.8666666667vw;
    margin: 0 auto; }
    .agroup table td {
      border-bottom: 0.1333333333vw #f4f4f4 solid; }
    .agroup table .xxtd {
      width: 38.1333333333vw; }
  .agroup .p-btn {
    font-size: 3.4666666667vw;
    display: flex;
    justify-content: space-between;
    margin-top: 8vw; }
    .agroup .p-btn span {
      padding: 1.0666666667vw 2.9333333333vw; }
    .agroup .p-btn .explore {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
      .agroup .p-btn .explore a {
        color: #3b4558; }
    .agroup .p-btn .buybtn {
      background: #3a4457; }
      .agroup .p-btn .buybtn a {
        color: #fff; }

.rinput {
  width: 60vw;
  height: 12vw;
  border: none;
  border-radius: 1.3333333333vw;
  margin-top: 4vw;
  background-color: #f4f4f4;
  text-indent: 2vw; }

.question {
  width: 77.3333333333vw;
  margin: 0 auto;
  padding-bottom: 8vw;
  height: 46.6666666667vw; }

.step {
  background: #fff;
  margin: 4.6666666667vw auto;
  color: #3b4558;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .step .qs {
    font-size: 4vw;
    font-weight: bold;
    line-height: 7.3333333333vw; }
  .step img {
    width: 13.3333333333vw;
    margin: 8.6666666667vw auto;
    display: block; }
  .step .Answerbtn {
    padding: 4.6666666667vw 0;
    border-top: 0.1333333333vw #f4f4f4 solid;
    font-size: 4.5333333333vw;
    color: #3b4558;
    font-weight: bold;
    text-align: center; }
  .step .Answerbtnxxx {
    padding: 4.6666666667vw 0;
    border-top: 0.1333333333vw #f4f4f4 solid;
    font-size: 4.5333333333vw;
    color: #3b4558;
    font-weight: bold;
    text-align: center; }

.problem-2,
.problem-3-A,
.problem-3-B,
.problem-4,
.problem-5,
.recommend,
.step {
  display: none; }

.bottomnav {
  border-bottom: 0.1333333333vw #f4f4f4 solid;
  background: #fff; }
  .bottomnav .footnavbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13.3333333333vw; }
    .bottomnav .footnavbox div {
      height: 9.3333333333vw;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 42.4vw;
      color: #3b4558;
      font-weight: bold; }
      .bottomnav .footnavbox div:first-child {
        border-right: 0.1333333333vw #f4f4f4 solid; }
  .bottomnav p {
    font-size: 4vw;
    margin-right: 4vw; }
  .bottomnav img {
    width: 4vw; }

.col {
  margin-top: 4vw; }

.opt {
  height: 6.6666666667vw;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .opt label {
    font-size: 3.4666666667vw; }

.storekv {
  background: url("../images/storebg.jpg") no-repeat;
  width: 100vw;
  background-size: contain;
  background-color: #4a5464; }
  .storekv div {
    margin: 0 6.6666666667vw;
    color: #fff;
    padding-bottom: 6.6666666667vw; }
    .storekv div h1 {
      font-size: 4vw;
      margin: 0;
      padding: 9.3333333333vw 0 4vw 0;
      width: 46.6666666667vw;
      border-bottom: 0.1333333333vw #fff solid; }
    .storekv div p {
      font-size: 3.2vw;
      margin-top: 4vw;
      line-height: 6vw;
      min-height: 26.6666666667vw; }

.fixed {
  width: 100%;
  background: #fff; }

.storbox {
  overflow: hidden;
  margin-bottom: 4vw;
  background: #fff; }

.selectbox {
  width: 85.0666666667vw;
  margin: 0 auto;
  margin-bottom: 4vw; }
  .selectbox h1 {
    font-size: 4vw; }
  .selectbox .selectgroup {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .selectbox .store_select {
    height: 10vw;
    width: 41.0666666667vw;
    text-align: center;
    overflow: hidden;
    background-image: url(../images/store_select.jpg);
    background-repeat: no-repeat;
    background-size: contain; }
  .selectbox .store_select select {
    padding: 2vw;
    background: transparent;
    height: 10vw;
    width: 41.0666666667vw;
    border: none;
    -webkit-appearance: none;
    outline: none;
    color: #999999;
    font-size: 3.2vw; }

.formgroup {
  background: #fff; }
  .formgroup .formbox {
    margin: 0 6.6666666667vw;
    overflow: hidden;
    margin-bottom: 4vw;
    padding-bottom: 4.6666666667vw; }
    .formgroup .formbox h1 {
      font-size: 3.7333333333vw;
      color: #333333;
      margin: 3.3333333333vw 0; }
      .formgroup .formbox h1 span {
        color: #284069; }
      .formgroup .formbox h1 .wxsys {
        width: 8vw;
        margin-left: 2vw; }
    .formgroup .formbox #wxsys {
      display: flex;
      align-items: center;
      height: 8.2666666667vw; }
    .formgroup .formbox .input-ty {
      padding: 2vw;
      width: 100%;
      height: 10vw;
      font-size: 3.7333333333vw;
      border: none;
      border: 0.1333333333vw #000 solid; }
    .formgroup .formbox .col {
      display: flex;
      justify-content: flex-start; }
    .formgroup .formbox .opt {
      width: 16vw; }
    .formgroup .formbox .submit {
      padding: 2vw;
      width: 100%;
      height: 10vw;
      font-size: 3.7333333333vw;
      color: #fff;
      text-align: center;
      background: #3a4457;
      letter-spacing: 1.3333333333vw; }
    .formgroup .formbox .zh-name,
    .formgroup .formbox .sku {
      margin-bottom: 3.3333333333vw; }

#store-list {
  width: 85.0666666667vw;
  margin: 0 auto; }
  #store-list .icon_st {
    width: 3.4666666667vw;
    margin-right: 2.4vw; }
    #store-list .icon_st img {
      width: 100%; }
  #store-list section {
    display: flex;
    width: 85.0666666667vw;
    justify-content: flex-start;
    border-top: 0.1333333333vw #dedddd solid;
    padding-top: 4vw;
    padding-bottom: 4vw; }
  #store-list div {
    width: 79.4666666667vw; }
    #store-list div h2 {
      font-size: 4vw;
      padding-bottom: 2.6666666667vw;
      margin: 0;
      width: 73.3333333333vw; }
    #store-list div p {
      font-size: 3.7333333333vw;
      color: #717a84;
      padding-bottom: 1.3333333333vw; }
      #store-list div p a {
        color: #717a84; }
      #store-list div p span {
        text-decoration: underline; }
    #store-list div p:nth-child(2):before {
      width: 6vw;
      height: 3.3333333333vw;
      content: "";
      background-image: url("../images/1/map.png");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 3.3333333333vw 3.3333333333vw;
      display: inline-block; }
    #store-list div p:nth-child(3):before {
      width: 6vw;
      height: 3.3333333333vw;
      content: "";
      background-image: url("../images/1/tel.png");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 3.3333333333vw 3.3333333333vw;
      display: inline-block; }
    #store-list div button {
      background: #3a4457;
      padding: 1.3333333333vw 2.6666666667vw;
      border: none;
      font-size: 3.7333333333vw;
      color: #fff;
      margin-top: 2vw; }

.articlelists {
  background: #fff;
  padding: 3.3333333333vw 0;
  margin-bottom: 3.3333333333vw; }
  .articlelists ul li {
    width: 100vw;
    border-bottom: 0.1333333333vw #dedddd solid;
    padding-bottom: 2vw;
    margin-bottom: 2vw; }
    .articlelists ul li a {
      color: #333333; }
      .articlelists ul li a p {
        color: #666666; }
      .articlelists ul li a span {
        color: #999999; }
    .articlelists ul li .articerow {
      width: 86.6666666667vw;
      margin: 0 auto; }
    .articlelists ul li .left {
      width: 28vw;
      float: left; }
    .articlelists ul li img {
      width: 100%; }
    .articlelists ul li .right {
      width: 56vw;
      float: right; }
      .articlelists ul li .right h2 {
        font-size: 4vw;
        margin: 0;
        padding: 0; }
      .articlelists ul li .right p {
        font-size: 3.2vw;
        margin: 1.3333333333vw 0; }
      .articlelists ul li .right span {
        font-size: 3.2vw; }

.detailbox,
.sharebox,
.js_article {
  background: #fff;
  font-size: 3.7333333333vw;
  margin-top: 2vw;
  padding-bottom: 6.6666666667vw;
  overflow: hidden;
  min-height: 93.3333333333vw;
  margin-bottom: 2.6666666667vw; }
  .detailbox .sharerow,
  .sharebox .sharerow,
  .js_article .sharerow {
    margin-top: 2.6666666667vw;
    border-bottom: 0.1333333333vw #dedddd solid;
    padding-bottom: 1.3333333333vw; }
  .detailbox h2,
  .sharebox h2,
  .js_article h2 {
    font-size: 4.2666666667vw;
    padding: 0;
    margin: 0; }
  .detailbox .mg,
  .sharebox .mg,
  .js_article .mg {
    margin: 4.2666666667vw 0 2.6666666667vw 0; }
  .detailbox span,
  .sharebox span,
  .js_article span {
    font-size: 3.2vw;
    margin-bottom: 2vw;
    display: block; }
  .detailbox .content,
  .sharebox .content,
  .js_article .content {
    line-height: 5.3333333333vw; }
  .detailbox .art-text,
  .sharebox .art-text,
  .js_article .art-text {
    margin-bottom: 4.6666666667vw; }
    .detailbox .art-text img,
    .sharebox .art-text img,
    .js_article .art-text img {
      width: 6.4vw; }
  .detailbox .art-img,
  .sharebox .art-img,
  .js_article .art-img {
    margin-bottom: 4.6666666667vw; }
    .detailbox .art-img img,
    .sharebox .art-img img,
    .js_article .art-img img {
      width: 90vw;
      margin-bottom: 1.0666666667vw; }
  .detailbox .g-user,
  .sharebox .g-user,
  .js_article .g-user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 9.3333333333vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 2.2666666667vw;
    position: relative; }
  .detailbox .floor-meta,
  .sharebox .floor-meta,
  .js_article .floor-meta {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2vw;
    font-size: 3.2vw;
    height: 4vw;
    padding: 0.6666666667vw 0;
    width: 9.3333333333vw;
    text-align: right; }
  .detailbox .audit-meta,
  .sharebox .audit-meta,
  .js_article .audit-meta {
    position: absolute;
    right: 12vw;
    top: 50%;
    margin-top: -2.6666666667vw;
    font-size: 3.2vw;
    padding: 1.3333333333vw 0;
    width: 13.3333333333vw;
    text-align: center;
    border: 0.1333333333vw #dedddd solid;
    color: #f00;
    border-color: #f00; }
  .detailbox .audit-meta-r,
  .sharebox .audit-meta-r,
  .js_article .audit-meta-r {
    right: 0; }
  .detailbox .headimg,
  .sharebox .headimg,
  .js_article .headimg {
    width: 6.6666666667vw;
    border-radius: 50%;
    height: 6.6666666667vw;
    overflow: hidden;
    margin-right: 2vw; }
    .detailbox .headimg img,
    .sharebox .headimg img,
    .js_article .headimg img {
      width: 100%; }
  .detailbox .userAction,
  .sharebox .userAction,
  .js_article .userAction {
    font-size: 3.2vw;
    color: #363636; }
  .detailbox .user-time,
  .sharebox .user-time,
  .js_article .user-time {
    font-size: 2.9333333333vw;
    color: #aaa; }
  .detailbox .hf,
  .detailbox .sc,
  .sharebox .hf,
  .sharebox .sc,
  .js_article .hf,
  .js_article .sc {
    width: 4.2666666667vw;
    margin-right: 2vw; }
  .detailbox .rgbox,
  .sharebox .rgbox,
  .js_article .rgbox {
    margin-top: 2vw; }
  .detailbox .iconbox,
  .sharebox .iconbox,
  .js_article .iconbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 2vw 0 0.6666666667vw 0; }
    .detailbox .iconbox .item,
    .sharebox .iconbox .item,
    .js_article .iconbox .item {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .detailbox .iconbox .fg-liked,
    .sharebox .iconbox .fg-liked,
    .js_article .iconbox .fg-liked {
      margin-right: 3.3333333333vw; }
    .detailbox .iconbox p,
    .sharebox .iconbox p,
    .js_article .iconbox p {
      height: 5.3333333333vw; }
    .detailbox .iconbox em,
    .sharebox .iconbox em,
    .js_article .iconbox em {
      font-size: 2.9333333333vw;
      margin: 0;
      padding: 0; }
  .detailbox .a-title,
  .sharebox .a-title,
  .js_article .a-title {
    margin-bottom: 1.3333333333vw; }

.detailbox .h2 {
  margin-top: 2vw; }

.detailbox .content {
  line-height: 6.6666666667vw; }

.topicTitle {
  padding: 2vw;
  width: 100%;
  height: 10vw;
  font-size: 3.7333333333vw;
  border: none;
  border: 0.1333333333vw solid #e4e4e4;
  border-width: 0.1333333333vw 0.1333333333vw 0; }

.form-bd .layui-m-layercont {
  margin-bottom: 0;
  width: 90.6666666667vw; }

.topicContent {
  padding: 2vw;
  width: 100%;
  height: 36.6666666667vw;
  font-size: 3.7333333333vw;
  border: none;
  border: 0.1333333333vw solid #e4e4e4; }

.txt-area {
  height: 13.3333333333vw;
  width: 85.3333333333vw;
  margin: 0 auto; }

.extras {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 13.3333333333vw;
  background: #f5f5f6; }
  .extras div {
    width: 8.6666666667vw; }
    .extras div img {
      width: 8.6666666667vw;
      margin: 0 auto; }
  .extras #facebox {
    width: 100vw;
    left: -4.6666666667vw; }

.fileinput {
  position: relative; }
  .fileinput .img_button {
    width: 8.6666666667vw;
    height: 8.6666666667vw; }

#layui-m-layer0 #box img {
  margin: 0 auto; }

.form-bar {
  position: relative; }

.btnbox {
  position: absolute;
  right: 0.6666666667vw;
  top: 2vw; }
  .btnbox button {
    background: none;
    width: 13.3333333333vw;
    padding: 2vw;
    font-size: 3.4666666667vw;
    border: 0.1333333333vw #dedddd solid; }

.post-fns {
  height: 13.3333333333vw;
  background: #f5f5f6;
  position: relative; }
  .post-fns .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 13.3333333333vw; }
    .post-fns .wrapper p {
      position: relative; }
    .post-fns .wrapper .emojibtn {
      margin-right: 3.3333333333vw; }
  .post-fns img {
    width: 8.6666666667vw; }

#facebox {
  width: 100vw;
  position: absolute;
  top: 13.3333333333vw;
  left: 0; }
  #facebox table {
    width: 100vw;
    background: #fff; }
  #facebox img {
    width: 6.4vw;
    margin: 0 auto; }

.set-submit {
  padding: 2.6666666667vw 0;
  text-align: right;
  overflow: hidden; }

.comments-bar {
  z-index: 50;
  position: fixed;
  right: 1.3333333333vw;
  bottom: 13.3333333333vw;
  width: 15.4666666667vw;
  height: 15.4666666667vw;
  background-color: #fff; }
  .comments-bar img {
    width: 15.4666666667vw; }

.comment-bar {
  z-index: 50;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 13.3333333333vw;
  background-color: #fff;
  cursor: pointer; }
  .comment-bar img {
    width: 100vw; }

.pl-row {
  border: 0.1333333333vw #dedddd solid;
  border-top: none;
  border-left: none;
  border-right: none; }

.submitBtn {
  display: inline-block;
  width: 24vw;
  border: 0.1333333333vw #ff2814 solid;
  border-radius: 0.4vw;
  font-size: 3.7333333333vw;
  text-align: center;
  color: #ff2814;
  height: 9.3333333333vw;
  -webkit-appearance: none;
  background-color: #fff; }

.img_button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.qqFace {
  margin-top: 0.5333333333vw;
  background: #fff;
  padding: 0.2666666667vw; }

.qqFace table td {
  padding: 0px; }

.qqFace table td img {
  cursor: pointer; }

.area-tit {
  margin-bottom: 2.5333333333vw; }

.js_comment {
  padding-bottom: 13.3333333333vw; }

#box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 90vw;
  margin: 0 auto;
  margin-bottom: 2.5333333333vw;
  padding-bottom: 2.5333333333vw;
  border: 1px solid #e4e4e4; }
  #box div {
    position: relative;
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    overflow: hidden;
    margin-left: 2.5333333333vw;
    margin-right: 2.5333333333vw;
    margin-top: 3.3333333333vw; }
    #box div img {
      width: 17.3333333333vw; }
  #box .s-clear {
    display: block;
    position: absolute;
    right: 0vw;
    top: 0vw;
    z-index: 4;
    width: 6vw;
    height: 6vw;
    background: #3f4349;
    border-radius: 50%; }
  #box .s-clear:before {
    left: 0.9333333333vw;
    top: 2.6666666667vw;
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    content: "";
    position: absolute;
    background-color: #d5d6d8;
    transform: rotate(-45deg); }
  #box .s-clear:after {
    left: 2.6666666667vw;
    top: 0.9333333333vw;
    width: 0.5333333333vw;
    height: 4.2666666667vw;
    content: "";
    position: absolute;
    background-color: #d5d6d8;
    transform: rotate(-45deg); }

.userbox {
  height: 53.3333333333vw;
  background: url(../images/libg.jpg) no-repeat;
  background-size: cover; }

.usergroup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 53.3333333333vw;
  align-content: space-around; }
  .usergroup .mybtn {
    width: 56vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .usergroup img {
    width: 20vw;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    overflow: hidden; }
  .usergroup p {
    font-size: 3.2vw;
    text-align: center;
    width: 100vw; }
  .usergroup button {
    background: none;
    width: 26.6666666667vw;
    padding: 2vw;
    font-size: 3.4666666667vw;
    border: 0.1333333333vw #dedddd solid; }

.bottomtxt {
  font-size: 2.4vw;
  padding: 4vw 0;
  width: 100vw;
  text-align: center;
  color: #9e9e9e;
  background: #d3d3d3;
  display: none; }

.layui-m-layer {
  position: relative;
  z-index: 19891014;
  display: none; }

.layui-m-layer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.layui-m-layermain,
.layui-m-layershade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.layui-m-layershade {
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: auto; }

.layui-m-layermain {
  display: table;
  font-family: Helvetica, arial, sans-serif;
  pointer-events: none; }

.layui-m-layermain .layui-m-layersection {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.layui-m-layer0 .layui-m-layerchild {
  width: 90.6666666667vw; }

.layui-m-layerchild {
  position: relative;
  display: inline-block;
  font-size: 18px;
  pointer-events: auto;
  border-radius: 8px;
  color: #fff;
  background: #fff; }

.layui-m-layercont {
  margin: 0 auto; }

.layui-m-layercont img {
  margin-top: 4.6666666667vw;
  margin-bottom: 4.6666666667vw;
  width: 23.2vw; }

.layui-m-layercont p {
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 4.6666666667vw;
  color: #3a4457;
  font-size: 3.7333333333vw;
  border-top: 0.1333333333vw #dedddd solid;
  padding-top: 4.6666666667vw;
  font-weight: bold; }

.layui-m-layercont p a {
  text-decoration: none; }

.layui-m-layerbtn {
  height: 42px;
  background: #ffd225;
  border-radius: 8px;
  width: 40%;
  line-height: 5.3333333333vw;
  margin: 0 auto;
  color: #3700a6; }

.layui-m-layerbtn h1 {
  font-size: 1em; }

.close1 {
  width: 5.3333333333vw;
  float: right;
  margin-top: 2vw;
  margin-right: 2vw; }
  .close1 img {
    width: 100%; }

.js_article .iconbtn {
  width: 90vw;
  margin: 0 5vw;
  margin-bottom: 2.6666666667vw; }

.coming {
  width: 100vw;
  height: 120vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center;
  background: #f0f0f0; }
  .coming img {
    width: 66.6666666667vw; }

@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #3e97eb; } }
.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 6.6666666667vw;
  cursor: pointer;
  vertical-align: middle; }

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color; }

.magic-radio + label:before,
.magic-checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  content: '';
  border: 0.1333333333vw solid #c0c0c0; }

.magic-radio + label:after,
.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }

.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
  cursor: not-allowed; }

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
  border: 0.1333333333vw solid #e4e4e4;
  animation-name: none; }

.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
  border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 1.2vw;
  left: 1.2vw;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-radius: 50%;
  background: #3e97eb; }

.magic-radio:checked + label:before {
  border: 0.1333333333vw solid #3e97eb; }

.magic-radio:checked[disabled] + label:before {
  border: 0.1333333333vw solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #3e97eb;
  background: #3e97eb; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }

@media (max-width: 640px) {
  .duang-cont {
    margin-top: 30px; }

  .duang-cont .hand {
    display: none; } }
.over {
  height: 100vh;
  overflow: hidden; }

.menubox {
  width: 100vw;
  height: 100vh;
  background: url("../images/1/menu.jpg") no-repeat center top #f4f8fb;
  background-size: contain;
  width: 100vw;
  height: 169.7333333333vw;
  position: relative; }
  .menubox .ptag {
    position: absolute;
    width: 38.6666666667vw;
    height: 18.6666666667vw; }
    .menubox .ptag a {
      width: 100%;
      height: 100%;
      display: block; }
  .menubox .ptag1 {
    right: 8vw;
    top: 10vw; }
  .menubox .ptag2 {
    left: 6.6666666667vw;
    top: 24vw; }
  .menubox .ptag3 {
    right: 8vw;
    top: 37.3333333333vw; }
  .menubox .ptag4 {
    left: 8vw;
    top: 108vw;
    width: 24.6666666667vw;
    height: 22.6666666667vw; }
  .menubox .ptag5 {
    left: 37.3333333333vw;
    top: 108vw;
    width: 24.6666666667vw;
    height: 22.6666666667vw; }
  .menubox .ptag6 {
    left: 68vw;
    top: 108vw;
    width: 24.6666666667vw;
    height: 22.6666666667vw; }
  .menubox .ptag7 {
    left: 8vw;
    top: 142.6666666667vw;
    width: 37.3333333333vw;
    height: 12vw; }
  .menubox .ptag8 {
    right: 6.6666666667vw;
    top: 104vw;
    width: 32vw;
    height: 22.6666666667vw; }
  .menubox .ptag9 {
    right: 8vw;
    top: 142.6666666667vw;
    width: 37.3333333333vw;
    height: 12vw; }
  .menubox .ptag10 {
    left: 19.3333333333vw;
    top: 68.6666666667vw;
    width: 24.6666666667vw;
    height: 22.6666666667vw; }

.center {
  width: 100vw;
  height: 100vh; }

.apdf {
  width: 61.2vw;
  height: 8.6666666667vw;
  display: block;
  color: #fff;
  background: url("../images/2/pdfbtn1.png") no-repeat;
  background-size: 61.2vw 8.6666666667vw;
  text-align: center;
  line-height: 8.6666666667vw;
  margin: 0 auto;
  margin-bottom: 3.3333333333vw;
  font-size: 3.4666666667vw; }

.gzhqrcode {
  width: 53.3333333333vw; }
  .gzhqrcode img {
    width: 100%; }

.cloasebtn {
  width: 4.2666666667vw;
  height: 4.2666666667vw; }

.centerbox {
  width: 89.3333333333vw;
  background: #ffffff;
  border-radius: 4vw;
  margin: 0 auto;
  margin-top: 33.3333333333vw; }
  .centerbox .centergroup {
    width: 73.3333333333vw;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 6.6666666667vw; }
    .centerbox .centergroup .loginbtn, .centerbox .centergroup .zcbtn {
      width: 73.3333333333vw;
      height: 12vw;
      background: #81939e;
      border-radius: 6vw;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 4vw;
      margin-top: 38.6666666667vw; }
    .centerbox .centergroup .zcbtn {
      margin-top: 4vw; }
    .centerbox .centergroup .zchy {
      border-bottom: 0.1333333333vw solid #bdbdbd;
      color: #999999;
      font-size: 3.7333333333vw;
      width: 25.3333333333vw;
      margin: 0 auto;
      text-align: center;
      margin-top: 4vw;
      padding-bottom: 0.6666666667vw; }
  .centerbox .inputbox {
    border-bottom: 1px solid #e5e5e5;
    height: 13.3333333333vw;
    width: 100%;
    display: flex;
    align-items: center; }
    .centerbox .inputbox input {
      font-size: 3.4666666667vw;
      width: 100%;
      border: none;
      padding: 2.6666666667vw 4vw; }
  .centerbox .inputbox ::-webkit-input-placeholder {
    color: #999; }
  .centerbox .gender {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #777; }
    .centerbox .gender div {
      font-size: 4.2666666667vw;
      padding: 2.6666666667vw 4vw; }
    .centerbox .gender select {
      border: none;
      width: 30%;
      color: #777;
      font-size: 4.2666666667vw;
      padding: 2.6666666667vw 4vw;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      /*兼容苹果手机*/
      -ms-appearance: none;
      outline: none;
      -webkit-tap-highlight-color: #fff;
      background: url("../images/1/jt.png") 90% 50% no-repeat #fff;
      background-size: 2.9333333333vw 1.8666666667vw;
      /*防止紧紧靠在边上*/
      background-color: transparent; }
  .centerbox .szd {
    display: flex;
    justify-content: space-between;
    color: #777; }
    .centerbox .szd div {
      font-size: 4.2666666667vw;
      padding: 2.6666666667vw 4vw;
      width: 30%; }
    .centerbox .szd select {
      border: none;
      width: 30%;
      background: #fff;
      color: #777;
      font-size: 4.2666666667vw;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      /*兼容苹果手机*/
      -ms-appearance: none;
      outline: none;
      -webkit-tap-highlight-color: #fff;
      /*防止紧紧靠在边上*/
      background: url("../images/1/jt.png") 90% 50% no-repeat #fff;
      background-size: 2.9333333333vw 1.8666666667vw;
      background-color: transparent; }
  .centerbox .yzmbox {
    border-bottom: 1px solid #e5e5e5;
    height: 13.3333333333vw;
    width: 100%;
    display: flex;
    flex-direction: row; }
    .centerbox .yzmbox input {
      font-size: 3.4666666667vw;
      width: 100%;
      border: none;
      padding: 2.6666666667vw 4vw;
      -moz-appearance: none;
      -webkit-appearance: none;
      /*解决ios上按钮的圆角问题*/
      border-radius: 0;
      /*解决ios上输入框圆角问题*/
      outline: medium;
      /*去掉鼠标点击的默认黄色边框*/
      background-color: transparent; }
    .centerbox .yzmbox .yzm {
      width: 60%; }
    .centerbox .yzmbox .getyzm {
      width: 40%;
      text-align: center;
      color: #656565; }
  .centerbox .yzmbox ::-webkit-input-placeholder {
    color: #999; }

.shareboxt {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12200;
  background-color: rgba(0, 0, 0, 0.8); }
  .shareboxt .share {
    width: 34.8vw;
    float: right;
    margin: 4vw 4vw 0 0; }

.newhdtip {
  width: 89.3333333333vw;
  background: #ffffff;
  height: 46.6666666667vw;
  border-radius: 4vw;
  margin: 0 auto;
  overflow: hidden; }
  .newhdtip p {
    font-size: 4vw;
    color: #887766; }
  .newhdtip .surebtn {
    width: 73.3333333333vw;
    height: 12vw;
    background: #9b8c7e;
    border-radius: 2vw;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto;
    font-size: 4vw;
    margin-top: 5.3333333333vw; }

.changephone {
  width: 89.3333333333vw;
  background: #ffffff;
  height: 70.6666666667vw;
  border-radius: 4vw;
  margin: 0 auto;
  overflow: hidden; }
  .changephone .centergroup {
    width: 73.3333333333vw;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 9.3333333333vw; }
    .changephone .centergroup .revisebtn, .changephone .centergroup .zcbtn {
      width: 73.3333333333vw;
      height: 12vw;
      background: #81939e;
      border-radius: 2vw;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 4vw;
      margin-top: 12vw; }
    .changephone .centergroup .zcbtn {
      margin-top: 12vw; }
    .changephone .centergroup .zchy {
      border-bottom: 3px solid #e5e5e5;
      color: #999999;
      font-size: 3.7333333333vw;
      width: 25.3333333333vw;
      margin: 0 auto;
      text-align: center;
      margin-top: 4vw;
      padding-bottom: 0.6666666667vw; }
  .changephone .inputbox {
    border-bottom: 1px solid #e5e5e5;
    height: 13.3333333333vw;
    width: 100%;
    display: flex;
    align-items: center; }
    .changephone .inputbox input {
      font-size: 4.2666666667vw;
      width: 100%;
      border: none;
      padding: 2.6666666667vw 4vw;
      -moz-appearance: none;
      -webkit-appearance: none;
      /*解决ios上按钮的圆角问题*/
      border-radius: 0;
      /*解决ios上输入框圆角问题*/
      outline: medium;
      /*去掉鼠标点击的默认黄色边框*/
      background-color: transparent; }
  .changephone .gender {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .changephone .gender div {
      font-size: 4.2666666667vw;
      padding: 2.6666666667vw 4vw; }
    .changephone .gender select {
      border: none;
      width: 30%;
      font-size: 4.2666666667vw;
      padding: 2.6666666667vw 4vw;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      /*兼容苹果手机*/
      -ms-appearance: none;
      outline: none;
      -webkit-tap-highlight-color: #fff;
      background: url("../images/1/jt.png") 90% 50% no-repeat #fff;
      background-size: 2.9333333333vw 1.8666666667vw;
      /*防止紧紧靠在边上*/
      background-color: transparent; }
  .changephone .szd {
    display: flex;
    justify-content: space-between; }
    .changephone .szd div {
      font-size: 4.2666666667vw;
      padding: 2.6666666667vw 4vw;
      width: 30%; }
    .changephone .szd select {
      border: none;
      width: 30%;
      background: #fff;
      font-size: 4.2666666667vw;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      /*兼容苹果手机*/
      -ms-appearance: none;
      outline: none;
      -webkit-tap-highlight-color: #fff;
      /*防止紧紧靠在边上*/
      background: url("../images/1/jt.png") 90% 50% no-repeat #fff;
      background-size: 2.9333333333vw 1.8666666667vw;
      background-color: transparent; }
  .changephone .yzmbox {
    border-bottom: 1px solid #e5e5e5;
    height: 13.3333333333vw;
    width: 100%;
    display: flex;
    flex-direction: row; }
    .changephone .yzmbox input {
      font-size: 4.2666666667vw;
      width: 100%;
      border: none;
      padding: 2.6666666667vw 4vw;
      -moz-appearance: none;
      -webkit-appearance: none;
      /*解决ios上按钮的圆角问题*/
      border-radius: 0;
      /*解决ios上输入框圆角问题*/
      outline: medium;
      /*去掉鼠标点击的默认黄色边框*/
      background-color: transparent; }
    .changephone .yzmbox .yzm {
      width: 60%; }
    .changephone .yzmbox .getyzm {
      width: 40%;
      text-align: center;
      color: #777; }

.login {
  width: 100vw;
  overflow: hidden;
  background: url("../images/1/l.jpg") no-repeat #ffffff;
  background-size: contain; }

.registered {
  width: 100vw;
  background: url("../images/1/r.jpg") no-repeat #ffffff;
  background-size: contain;
  overflow: hidden; }

input {
  outline: none; }

.radio, .checkbox {
  width: 3.2vw;
  height: 3.2vw;
  background-color: #ffffff;
  border: solid 1px #999999;
  -webkit-border-radius: 0.6rem;
  border-radius: 2.1333333333vw;
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-appearance: none;
  /**隐藏原生控件**/ }

.checkbox {
  border-radius: 0.1rem;
  /**复选框的圆角要小一些**/ }

/**选择后的样式**/
.radio:checked, .checkbox:checked {
  background-color: #fff;
  border: solid 1px #999999;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-clip: padding-box; }

/**选择后 里面小对勾样式**/
.radio:checked:before, .checkbox:checked:before {
  content: '';
  width: 0.5rem;
  height: 0.3rem;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.tykl label {
  font-size: 3.4666666667vw;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 2.6666666667vw 0vw 2.6666666667vw 4vw;
  width: 100%;
  color: #777; }
  .tykl label span {
    margin-left: 3.3333333333vw;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 0.4vw;
    height: 9.3333333333vw;
    display: flex;
    align-items: center; }

.xtit {
  font-size: 3.4666666667vw;
  margin-left: 3.3333333333vw;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 0.4vw;
  height: 18.6666666667vw;
  float: left;
  color: #777;
  width: 60vw;
  margin-top: 2vw; }

#male {
  float: left; }

.tykl .my_protocol span {
  height: 6.6666666667vw; }

.sqtion {
  color: #777;
  font-weight: bold;
  font-size: 3.7333333333vw;
  margin-top: 5.6vw;
  margin-left: 4vw;
  margin-bottom: 4.2666666667vw; }

.syes {
  width: 40%;
  float: left; }

.sno {
  width: 60%;
  float: left; }

.pagetitle {
  position: relative; }
  .pagetitle p {
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    padding: 8vw 0;
    letter-spacing: 0.4vw; }

.entrysystem {
  background: #ecf4f9;
  width: 100vw;
  height: auto; }
  .entrysystem .goodstip {
    text-align: center;
    margin-bottom: 5.3333333333vw;
    color: #666666; }
  .entrysystem .sysbtn {
    display: flex;
    justify-content: center;
    font-size: 4vw; }
    .entrysystem .sysbtn p {
      margin: 0 2vw;
      border-bottom: #ecf4f9 1px solid;
      padding-bottom: 0.4vw; }
    .entrysystem .sysbtn .t {
      border-bottom: #000 1px solid;
      padding-bottom: 0.4vw; }
  .entrysystem .entrybox {
    width: 90vw;
    margin: 0 auto;
    margin-top: 6.6666666667vw; }
  .entrysystem .Remarks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #999999;
    width: 90vw;
    height: 12vw;
    border: none;
    border-radius: 1.3333333333vw;
    margin-top: 4vw;
    border-bottom: 0.1333333333vw #d4dbe0 solid;
    background-color: transparent;
    text-indent: 2vw; }
  .entrysystem .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    background: #fff;
    height: 12vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 4vw; }
    .entrysystem .item .bm {
      font-size: 3.2vw;
      margin: 0 4vw;
      width: 13.3333333333vw; }
    .entrysystem .item .bm1 {
      width: 17.3333333333vw; }
    .entrysystem .item .sx {
      width: 0.1333333333vw;
      height: 9.3333333333vw;
      border-left: #e4e4e4 0.1333333333vw solid; }
    .entrysystem .item input {
      border: none;
      font-size: 3.7333333333vw;
      padding: 2.6666666667vw 0;
      color: #777;
      width: 44vw;
      margin: 0 2.6666666667vw; }
    .entrysystem .item .tjbtn {
      background: #81939e;
      padding: 2vw 4vw;
      border-radius: 1.3333333333vw;
      font-size: 3.7333333333vw;
      color: #fff;
      line-height: 1.2; }
    .entrysystem .item .in1 {
      width: 100%; }
    .entrysystem .item .in2 {
      width: 33.3333333333vw; }
    .entrysystem .item .in3 {
      width: 32vw; }
    .entrysystem .item .in4 {
      width: 53.3333333333vw; }
    .entrysystem .item .in5 {
      width: 68vw; }
    .entrysystem .item .in6 {
      width: 60vw; }
    .entrysystem .item .cscolor {
      background: #b8aea2;
      border-left: #b8aea2 0.1333333333vw solid; }
    .entrysystem .item .cbcolor {
      color: #887766;
      background-color: #e9e5df; }
  .entrysystem .cbcolor {
    color: #887766;
    background-color: #e9e5df; }
  .entrysystem .ts {
    font-size: 3.2vw;
    color: #999999;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 0.4vw; }
  .entrysystem .next {
    background: #81939e;
    padding: 2vw 4vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
    color: #fff;
    width: 90vw;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto;
    margin-top: 16vw; }
  .entrysystem .scanQRCode {
    width: 37.3333333333vw;
    margin: 0 auto; }
    .entrysystem .scanQRCode img {
      width: 100%; }
  .entrysystem .qrtip {
    width: 100%;
    text-align: center;
    font-size: 4.2666666667vw;
    margin: 4vw auto; }
  .entrysystem .qrentry {
    display: none; }
  .entrysystem .infotrue {
    height: auto;
    width: 90vw;
    margin: 0 auto; }
    .entrysystem .infotrue .infotxt {
      font-size: 3.7333333333vw;
      margin-bottom: 1.3333333333vw; }
    .entrysystem .infotrue .p_info .infotxt {
      margin-bottom: 0; }
    .entrysystem .infotrue .p_img {
      width: 43.0666666667vw;
      display: block;
      margin: 6.6666666667vw auto; }
    .entrysystem .infotrue img {
      width: 100%;
      display: block; }
  .entrysystem .flist {
    margin-top: 4vw; }
  .entrysystem .flist li {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8vw 4vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 4vw;
    position: relative; }
    .entrysystem .flist li .pimg {
      width: 26.6666666667vw;
      padding: 1.3333333333vw; }
    .entrysystem .flist li .my_xq_box {
      width: 50vw; }
    .entrysystem .flist li .pinfo {
      width: 50vw; }
      .entrysystem .flist li .pinfo p {
        font-size: 3.4666666667vw;
        margin-bottom: 2vw;
        color: #777; }
    .entrysystem .flist li .pcode {
      font-size: 3.4666666667vw;
      margin-bottom: 1.3333333333vw; }
    .entrysystem .flist li .pname {
      font-size: 2.9333333333vw; }
    .entrysystem .flist li .pbtbox {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 26.6666666667vw; }
      .entrysystem .flist li .pbtbox p {
        padding: 2vw 4vw;
        border-radius: 1.3333333333vw;
        font-size: 3.4666666667vw;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 2vw; }
      .entrysystem .flist li .pbtbox .czbtn {
        background: #81939e;
        padding: 2vw 4vw;
        border-radius: 1.3333333333vw;
        font-size: 3.4666666667vw;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 2.6666666667vw; }
      .entrysystem .flist li .pbtbox .gmbtn {
        background: #81939e;
        padding: 2vw 4vw;
        border-radius: 1.3333333333vw;
        font-size: 3.4666666667vw;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 2vw; }
      .entrysystem .flist li .pbtbox .dczbtn {
        background: #cccccc;
        padding: 2vw 4vw;
        border-radius: 1.3333333333vw;
        font-size: 3.4666666667vw;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 2vw; }
      .entrysystem .flist li .pbtbox .shbtn {
        border: 1px  #81939e solid;
        background: none;
        border-radius: 1.3333333333vw;
        color: #81939e; }
    .entrysystem .flist li .ydqtip {
      position: absolute;
      top: 0;
      left: 4vw;
      background: #d54343;
      color: #fff;
      font-size: 3.4666666667vw;
      padding: 0.9333333333vw 2.6666666667vw; }
    .entrysystem .flist li .jjdqtip {
      position: absolute;
      top: 0;
      left: 4vw;
      background: #e1985e;
      color: #fff;
      font-size: 3.4666666667vw;
      padding: 0.9333333333vw 2.6666666667vw; }
    .entrysystem .flist li .my_btn_box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 4vw; }
      .entrysystem .flist li .my_btn_box p {
        background: #81939e;
        padding: 2vw 4vw;
        border-radius: 1.3333333333vw;
        font-size: 3.2vw;
        color: #fff;
        line-height: 1.2; }
      .entrysystem .flist li .my_btn_box .shbtn {
        border: 1px  #81939e solid;
        background: none;
        border-radius: 1.3333333333vw;
        color: #81939e;
        margin-right: 5.3333333333vw; }
      .entrysystem .flist li .my_btn_box .czbtn {
        background: #81939e;
        padding: 2vw 4vw;
        border-radius: 1.3333333333vw;
        font-size: 3.4666666667vw;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 2.6666666667vw; }
      .entrysystem .flist li .my_btn_box .dczbtn {
        background: #cccccc;
        padding: 2vw 4vw;
        border-radius: 1.3333333333vw;
        font-size: 3.4666666667vw;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 2vw; }
  .entrysystem .userinfogroup {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding: 9.3333333333vw 0;
    display: flex;
    justify-content: space-between; }
  .entrysystem .Points {
    text-align: right; }
    .entrysystem .Points p:nth-child(1) {
      font-size: 6.4vw;
      font-weight: bold;
      color: #4f5f69; }
    .entrysystem .Points p:nth-child(2) {
      font-size: 3.2vw;
      color: #81939e; }
  .entrysystem .signinbtn {
    width: 21.3333333333vw;
    height: 9.6vw;
    color: #fff;
    background: #b8986a;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6.6666666667vw;
    margin-top: 2.4vw; }
  .entrysystem .signintype {
    width: 21.3333333333vw;
    height: 9.6vw;
    color: #fff;
    background: #9b9b9b;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6.6666666667vw;
    margin-top: 2.4vw; }
  .entrysystem .userinfobox {
    display: flex;
    justify-content: flex-start;
    width: 53.3333333333vw; }
    .entrysystem .userinfobox .username {
      color: #000;
      height: 13.3333333333vw; }
      .entrysystem .userinfobox .username p a {
        color: #b8986a; }
      .entrysystem .userinfobox .username p:nth-child(1) {
        font-size: 4vw;
        font-weight: bold;
        color: #000;
        margin-top: 2vw; }
      .entrysystem .userinfobox .username p:nth-child(2) {
        font-size: 3.2vw; }
    .entrysystem .userinfobox .jz {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0; }
      .entrysystem .userinfobox .jz p {
        margin: 0; }
  .entrysystem .headimg {
    width: 13.3333333333vw;
    border-radius: 50%;
    height: 13.3333333333vw;
    overflow: hidden;
    margin-right: 2vw;
    border: 0.6666666667vw #fff solid; }
    .entrysystem .headimg img {
      width: 100%; }
  .entrysystem .headimg-c {
    width: 20vw;
    height: 20vw;
    margin: 0 auto;
    margin-bottom: 4vw; }
  .entrysystem select {
    border: none;
    width: 30%;
    background: #fff;
    font-size: 3.7333333333vw;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*兼容苹果手机*/
    -ms-appearance: none;
    outline: none;
    -webkit-tap-highlight-color: #fff;
    color: #777;
    /*防止紧紧靠在边上*/
    background: url("../images/1/jt.png") 90% 50% no-repeat #fff;
    background-size: 2.9333333333vw 1.8666666667vw;
    background-color: transparent;
    text-indent: 2vw; }
  .entrysystem .edituser {
    width: 33.3333333333vw;
    margin: 0 auto;
    margin-top: 4vw;
    padding-bottom: 5.3333333333vw; }
    .entrysystem .edituser img {
      width: 100%; }
  .entrysystem .myprlist img {
    width: 100%; }
  .entrysystem .myprlist .group {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16vw;
    background: #fff;
    margin-top: 2.6666666667vw;
    margin-bottom: 4vw;
    border-radius: 1.3333333333vw; }
    .entrysystem .myprlist .group .add {
      width: 21.4666666667vw;
      height: 4.2666666667vw; }
    .entrysystem .myprlist .group .title {
      font-size: 4vw;
      font-weight: bold; }
  .entrysystem .myprlist ul li {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 4vw;
    position: relative; }
    .entrysystem .myprlist ul li .pimg {
      width: 26.6666666667vw;
      padding: 1.3333333333vw; }
    .entrysystem .myprlist ul li .my_xq_box {
      width: 50vw; }
    .entrysystem .myprlist ul li .pcode {
      font-size: 3.4666666667vw;
      margin-bottom: 1.3333333333vw; }
    .entrysystem .myprlist ul li .pname {
      font-size: 2.9333333333vw;
      font-weight: bold;
      margin-bottom: 1.3333333333vw; }
    .entrysystem .myprlist ul li .ydqtip {
      position: absolute;
      top: 0;
      left: 4vw;
      background: #d54343;
      color: #fff;
      font-size: 3.4666666667vw;
      padding: 0.9333333333vw 2.6666666667vw; }
    .entrysystem .myprlist ul li .jjdqtip {
      position: absolute;
      top: 0;
      left: 4vw;
      background: #e1985e;
      color: #fff;
      font-size: 3.4666666667vw;
      padding: 0.9333333333vw 2.6666666667vw; }
    .entrysystem .myprlist ul li .my_btn_box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 4vw; }
      .entrysystem .myprlist ul li .my_btn_box p {
        background: #81939e;
        padding: 2vw 4vw;
        border-radius: 1.3333333333vw;
        font-size: 3.2vw;
        color: #fff;
        line-height: 1.2; }
      .entrysystem .myprlist ul li .my_btn_box .shbtn {
        border: 1px  #81939e solid;
        background: none;
        border-radius: 1.3333333333vw;
        color: #81939e;
        margin-right: 5.3333333333vw; }
      .entrysystem .myprlist ul li .my_btn_box .czbtn {
        background: #81939e;
        padding: 2vw 4vw;
        border-radius: 1.3333333333vw;
        font-size: 3.4666666667vw;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 2.6666666667vw; }
      .entrysystem .myprlist ul li .my_btn_box .dczbtn {
        background: #cccccc;
        padding: 2vw 4vw;
        border-radius: 1.3333333333vw;
        font-size: 3.4666666667vw;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 2vw; }

#date-input {
  width: 100%; }

.goodsbox {
  width: 89.3333333333vw;
  margin: 0 auto;
  margin-top: 6.6666666667vw; }
  .goodsbox .goodkv {
    width: 89.3333333333vw;
    border-radius: 3.3333333333vw;
    margin: 0 auto;
    border: none;
    box-shadow: 0 0 3.7333333333vw rgba(0, 0, 0, 0.2);
    overflow: hidden; }
  .goodsbox .goodsgroup {
    width: 76vw;
    margin: 0 auto; }
    .goodsbox .goodsgroup .goodsname {
      font-size: 3.7333333333vw;
      font-weight: bold;
      margin-top: 6.6666666667vw; }
    .goodsbox .goodsgroup .goodsprice {
      font-size: 3.7333333333vw;
      font-weight: bold;
      margin-top: 5.3333333333vw; }
    .goodsbox .goodsgroup .goodscontents {
      font-size: 3.2vw;
      line-height: 2;
      margin-top: 2.6666666667vw; }
    .goodsbox .goodsgroup .exchangebtn {
      color: #ffffff;
      background-color: #81939e;
      width: 42vw;
      font-size: 3.7333333333vw;
      font-weight: bold;
      margin: 0 auto;
      padding: 3.3333333333vw 0;
      text-align: center;
      border-radius: 6.6666666667vw;
      margin-top: 6.6666666667vw;
      margin-bottom: 6.6666666667vw; }
    .goodsbox .goodsgroup .exchangebtnno {
      width: 67.3333333333vw; }

.pointsdetails .recording {
  font-size: .8rem;
  width: 100%;
  height: 16.6666666667vw;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 5.3333333333vw;
  border-bottom: 0.1333333333vw #e5e5e5 solid;
  padding-bottom: 5.3333333333vw; }
  .pointsdetails .recording .name {
    width: 64vw;
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    overflow: hidden;
    white-space: nowrap;
    color: #576771; }
    .pointsdetails .recording .name span:nth-child(1) {
      font-size: 3.4666666667vw;
      font-weight: bold;
      color: #000; }
    .pointsdetails .recording .name span:nth-child(3) {
      font-size: 3.2vw;
      color: #999999; }
  .pointsdetails .recording .rtx {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2vw; }
  .pointsdetails .recording .zf {
    color: #576771;
    margin-right: 5.3333333333vw; }

.earnpointsbox {
  width: 100vw;
  background-image: url("../images/2/y2.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #687983; }
  .earnpointsbox .earn-title {
    width: 54.8vw;
    margin: 0 auto;
    padding-top: 16vw; }
    .earnpointsbox .earn-title img {
      width: 100%; }
  .earnpointsbox .earn-txt {
    width: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    padding-top: 6.6666666667vw;
    font-size: 3.4666666667vw; }
  .earnpointsbox .earn-btn {
    color: #ffffff;
    background-color: #b8986a;
    width: 42vw;
    font-size: 4.2666666667vw;
    font-weight: bold;
    margin: 0 auto;
    padding: 3.3333333333vw 0;
    text-align: center;
    border-radius: 1.3333333333vw;
    margin-top: 6.6666666667vw; }
  .earnpointsbox .earn-tip {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #e1e1e1;
    font-size: 3.2vw;
    margin-top: 2vw; }
  .earnpointsbox .earn-result {
    width: 90.4vw;
    background-image: url("../images/2/record.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 90.4vw 43.2vw;
    height: 43.2vw;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 6.6666666667vw; }
    .earnpointsbox .earn-result .earn-row {
      width: 76vw;
      height: 27.2vw;
      margin: 0 auto;
      display: flex;
      margin-top: 16vw;
      justify-content: space-between; }
      .earnpointsbox .earn-result .earn-row .earn-item {
        width: 50%; }
        .earnpointsbox .earn-result .earn-row .earn-item .h1, .earnpointsbox .earn-result .earn-row .earn-item p {
          width: 100%;
          text-align: center; }
        .earnpointsbox .earn-result .earn-row .earn-item .h1 {
          color: #b8986a;
          font-size: 6.1333333333vw;
          font-weight: bold;
          margin-top: 6.6666666667vw; }
        .earnpointsbox .earn-result .earn-row .earn-item p {
          color: #576771;
          margin-top: 2.6666666667vw; }
  .earnpointsbox .earn-detail {
    width: 90.4vw;
    background-image: url("../images/2/log.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 90.4vw 84.5333333333vw;
    height: 84.5333333333vw;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10.6666666667vw;
    margin-top: 5.3333333333vw; }
    .earnpointsbox .earn-detail .earn-logs {
      width: 69.3333333333vw;
      margin: 0 auto;
      margin-top: 24vw;
      height: 59.3333333333vw;
      overflow-x: hidden; }
    .earnpointsbox .earn-detail .recording {
      font-size: .8rem;
      width: 100%;
      height: 11.3333333333vw;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin-top: 3.3333333333vw;
      border-bottom: 0.1333333333vw #e5e5e5 solid;
      padding-bottom: 2.6666666667vw; }
      .earnpointsbox .earn-detail .recording .name {
        width: 28vw;
        margin-left: 5.3333333333vw;
        margin-right: 5.3333333333vw;
        overflow: hidden;
        white-space: nowrap;
        color: #576771; }
      .earnpointsbox .earn-detail .recording .rtx {
        width: 10.6666666667vw;
        height: 10.6666666667vw;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 2vw; }
      .earnpointsbox .earn-detail .recording .zf {
        color: #576771; }

.filterbox .addtipgroup, .filtertip .addtipgroup, .skubox .addtipgroup, .editbox .addtipgroup, .addtipbox .addtipgroup, .intip .addtipgroup {
  width: 73.3333333333vw;
  color: #000;
  margin: 2.6666666667vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  height: 81.0666666667vw;
  background: url("../images/2/add.png") center top no-repeat;
  background-size: 73.3333333333vw 81.0666666667vw; }
  .filterbox .addtipgroup .pname, .filtertip .addtipgroup .pname, .skubox .addtipgroup .pname, .editbox .addtipgroup .pname, .addtipbox .addtipgroup .pname, .intip .addtipgroup .pname {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
    font-weight: bold; }
  .filterbox .addtipgroup .tipbtnbox, .filtertip .addtipgroup .tipbtnbox, .skubox .addtipgroup .tipbtnbox, .editbox .addtipgroup .tipbtnbox, .addtipbox .addtipgroup .tipbtnbox, .intip .addtipgroup .tipbtnbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-top: 4vw;
    width: 60vw; }
    .filterbox .addtipgroup .tipbtnbox p, .filtertip .addtipgroup .tipbtnbox p, .skubox .addtipgroup .tipbtnbox p, .editbox .addtipgroup .tipbtnbox p, .addtipbox .addtipgroup .tipbtnbox p, .intip .addtipgroup .tipbtnbox p {
      background: #81939e;
      padding: 2vw 4vw;
      border-radius: 1.3333333333vw;
      font-size: 3.4666666667vw;
      color: #fff;
      line-height: 1.2;
      width: 26.6666666667vw;
      border-radius: 4vw; }
    .filterbox .addtipgroup .tipbtnbox .shbtn, .filtertip .addtipgroup .tipbtnbox .shbtn, .skubox .addtipgroup .tipbtnbox .shbtn, .editbox .addtipgroup .tipbtnbox .shbtn, .addtipbox .addtipgroup .tipbtnbox .shbtn, .intip .addtipgroup .tipbtnbox .shbtn {
      border: 1px  #81939e solid;
      background: none;
      border-radius: 4vw;
      color: #81939e; }
.filterbox .addtipgroup-01, .filtertip .addtipgroup-01, .skubox .addtipgroup-01, .editbox .addtipgroup-01, .addtipbox .addtipgroup-01, .intip .addtipgroup-01 {
  background: url("../images/2/add1.png") center top no-repeat;
  background-size: 73.3333333333vw 81.0666666667vw; }
.filterbox .addtipgroup-02, .filtertip .addtipgroup-02, .skubox .addtipgroup-02, .editbox .addtipgroup-02, .addtipbox .addtipgroup-02, .intip .addtipgroup-02 {
  background: url("../images/2/add2.png") center top no-repeat;
  background-size: 73.3333333333vw 81.0666666667vw; }
.filterbox .addtipgroup-03, .filtertip .addtipgroup-03, .skubox .addtipgroup-03, .editbox .addtipgroup-03, .addtipbox .addtipgroup-03, .intip .addtipgroup-03 {
  background: url("../images/2/add3.png") center top no-repeat;
  background-size: 73.3333333333vw 81.0666666667vw; }
.filterbox .filtercontent, .filtertip .filtercontent, .skubox .filtercontent, .editbox .filtercontent, .addtipbox .filtercontent, .intip .filtercontent {
  width: 89.3333333333vw;
  color: #000;
  margin: 2.6666666667vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  height: 46.6666666667vw; }
  .filterbox .filtercontent .pname, .filtertip .filtercontent .pname, .skubox .filtercontent .pname, .editbox .filtercontent .pname, .addtipbox .filtercontent .pname, .intip .filtercontent .pname {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw; }
  .filterbox .filtercontent .tp, .filtertip .filtercontent .tp, .skubox .filtercontent .tp, .editbox .filtercontent .tp, .addtipbox .filtercontent .tp, .intip .filtercontent .tp {
    font-size: 4vw;
    color: #666666; }
  .filterbox .filtercontent .ckxq, .filtertip .filtercontent .ckxq, .skubox .filtercontent .ckxq, .editbox .filtercontent .ckxq, .addtipbox .filtercontent .ckxq, .intip .filtercontent .ckxq {
    background: #81939e;
    padding: 2vw 4vw;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
    color: #fff;
    line-height: 1.2;
    width: 20vw;
    margin: 0 auto;
    margin-top: 10.6666666667vw; }
  .filterbox .filtercontent .bztx, .filtertip .filtercontent .bztx, .skubox .filtercontent .bztx, .editbox .filtercontent .bztx, .addtipbox .filtercontent .bztx, .intip .filtercontent .bztx {
    font-size: 4vw;
    color: #999999;
    border-bottom: 1px solid #4a5464;
    padding-bottom: 0.4vw;
    margin-top: 4vw; }
  .filterbox .filtercontent .tipbtnbox, .filtertip .filtercontent .tipbtnbox, .skubox .filtercontent .tipbtnbox, .editbox .filtercontent .tipbtnbox, .addtipbox .filtercontent .tipbtnbox, .intip .filtercontent .tipbtnbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4vw;
    width: 60vw; }
    .filterbox .filtercontent .tipbtnbox p, .filtertip .filtercontent .tipbtnbox p, .skubox .filtercontent .tipbtnbox p, .editbox .filtercontent .tipbtnbox p, .addtipbox .filtercontent .tipbtnbox p, .intip .filtercontent .tipbtnbox p {
      background: #81939e;
      padding: 2vw 4vw;
      border-radius: 1.3333333333vw;
      font-size: 3.4666666667vw;
      color: #fff;
      line-height: 1.2;
      width: 16vw; }
    .filterbox .filtercontent .tipbtnbox .shbtn, .filtertip .filtercontent .tipbtnbox .shbtn, .skubox .filtercontent .tipbtnbox .shbtn, .editbox .filtercontent .tipbtnbox .shbtn, .addtipbox .filtercontent .tipbtnbox .shbtn, .intip .filtercontent .tipbtnbox .shbtn {
      border: 1px  #81939e solid;
      background: none;
      border-radius: 1.3333333333vw;
      color: #81939e; }
  .filterbox .filtercontent select, .filtertip .filtercontent select, .skubox .filtercontent select, .editbox .filtercontent select, .addtipbox .filtercontent select, .intip .filtercontent select {
    border: none;
    width: 75%;
    color: #777;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 4vw;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*兼容苹果手机*/
    -ms-appearance: none;
    outline: none;
    -webkit-tap-highlight-color: #fff;
    background: url("../images/1/jt.png") 90% 50% no-repeat #fff;
    background-size: 2.9333333333vw 1.8666666667vw;
    /*防止紧紧靠在边上*/
    border: 1px solid #e5e5ee;
    background-color: transparent; }
  .filterbox .filtercontent .selectbtn, .filtertip .filtercontent .selectbtn, .skubox .filtercontent .selectbtn, .editbox .filtercontent .selectbtn, .addtipbox .filtercontent .selectbtn, .intip .filtercontent .selectbtn {
    width: 84%;
    height: 12vw;
    background: #81939e;
    border-radius: 2vw;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4vw;
    margin-top: 6.6666666667vw; }

.my-date-picker-bg * {
  box-sizing: border-box; }

.my-date-picker-bg *::-webkit-scrollbar {
  width: 2px;
  height: 3px !important; }

.my-date-picker-bg *::-webkit-scrollbar-thumb {
  background: #ccc; }

.my-date-picker-bg *::-webkit-scrollbar-thumb:hover {
  background: #777; }

input.date-time-picker:focus,
input.date-time-picker:focus + i.input-icon,
input.date-time-picker.date-picker-focus,
input.date-time-picker.date-picker-focus + i.input-icon {
  z-index: 10000; }

.my-date-picker-bg {
  top: 0;
  position: absolute;
  left: 0;
  z-index: 9999; }

.my-date-picker-bg *:focus {
  outline: none !important; }

.my-date-picker-container {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: default;
  z-index: 9999;
  user-select: none;
  animation: date-to-top 0.5s cubic-bezier(0.37, 0.07, 0.29, 1.85);
  font-weight: 700;
  font-size: 3.4666666667vw;
  overflow: hidden; }

.my-date-picker-bg.date-picker-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999; }

.my-date-picker-bg.date-picker-fixed .my-date-picker-container {
  top: auto !important;
  left: auto !important;
  position: fixed;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); }

.my-date-picker-bg.date-picker-fixed .my-date-picker-container .my-date-picker-content {
  min-width: 89.3333333333vw;
  max-width: calc(100vw - 30px) !important;
  width: auto !important; }

.my-date-picker-bg.date-picker-fixed::before {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.3s; }

.my-date-picker-content {
  width: 100%;
  display: flex;
  max-width: 100vw;
  padding: 0; }

.my-date-picker-container:focus {
  outline: none; }

.my-date-picker-container.date-view-1,
.my-date-picker-container.date-view-4 .my-date-picker-content {
  min-width: calc(9em + 35px); }

.my-date-picker-container.date-view-2,
.my-date-picker-container.date-view-3 .my-date-picker-content {
  min-width: calc(13em + 50px); }

.my-date-picker-container.date-view-5 .my-date-picker-content,
.my-date-picker-container.date-view-7 .my-date-picker-content,
.my-date-picker-container.date-view-6 .my-date-picker-content {
  min-width: calc(15em + 60px);
  overflow-x: auto; }

@keyframes date-to-top {
  0% {
    transform: translateY(10px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
.my-date-picker-panel {
  width: 100%;
  height: 33.3333333333vw;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  position: relative; }

.my-date-picker-panel:nth-of-type(1) {
  padding: 0 5px 0 calc(1em + 5px); }

.my-date-picker-panel-header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0; }

.my-date-picker-panel-body {
  width: 3em !important;
  cursor: grab;
  transition: background-color 0.3s; }

.my-date-picker-panel-body ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.my-date-picker-panel-body ul li,
.my-date-picker-panel .date-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.6666666667vw;
  padding-left: 2.5px;
  padding-right: 2.5px; }

.my-date-picker-panel-body:hover {
  background: #eee; }

.date-title {
  color: #000; }

.my-date-picker-panel-body .swiper-btn {
  display: none; }

.my-date-picker-panel::before,
.my-date-picker-panel::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 0px);
  left: 0;
  z-index: 999;
  pointer-events: none;
  border-style: solid;
  border-color: transparent; }

.my-date-picker-panel::before {
  height: calc(50% - 1em);
  top: 0;
  border-width: 0 0 1px;
  border-bottom-color: rgba(23, 164, 186, 0.6);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 10px, white); }

.my-date-picker-panel::after {
  height: calc(50% - 1em);
  bottom: 0;
  border-width: 1px 0 0;
  border-top-color: rgba(23, 164, 186, 0.6);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 15px, white); }

.date-picker-btn {
  color: #000;
  box-shadow: none !important;
  background: 0 0;
  border: none;
  cursor: pointer;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: none; }

.my-date-picker-panel .date-picker-btn {
  position: absolute;
  left: calc(50% - 2.5em - 2.5px);
  width: 4em;
  line-height: 0; }

.my-date-picker-panel:nth-of-type(1) .date-picker-btn {
  left: calc(50% - 2em - 2.5px); }

.date-picker-btn.increase-btn {
  bottom: -10px; }

.date-picker-btn.decrease-btn {
  top: -10px; }

.date-picker-btn.increase-btn::before {
  content: "";
  border: 5px solid transparent;
  border-top-color: #000; }

.date-picker-btn.decrease-btn::before {
  content: "";
  border: 5px solid transparent;
  border-bottom-color: #000; }

.date-picker-btn:focus {
  box-shadow: none !important; }

.my-date-picker-panel .date-picker-btn {
  opacity: 0;
  transition: all 0.3s; }

.my-date-picker-panel:hover .date-picker-btn {
  opacity: 1; }

.my-date-picker-container .operator-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  border-bottom: 1px solid #ddd;
  background: #eee;
  min-height: 16px; }

.my-date-picker-container .operator-container span {
  text-align: center;
  animation: fadeIn 0.3s; }

.my-date-picker-container .operator-container span::before,
.my-date-picker-container .operator-container span::after {
  content: "·";
  font-family: ic;
  font-weight: 500;
  color: inherit;
  margin: 0 1em; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.date-picker-btn.cancel-btn {
  color: inherit !important; }

@media screen and (max-width: 768px) {
  .my-date-picker-panel .my-date-picker-panel-body {
    background: rgba(0, 0, 0, 0.05); }

  @keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } } }
.ovs_x {
  -webkit-overflow-scrolling: touch; }

.homekvbox {
  height: 62.6666666667vw;
  position: relative; }
  .homekvbox .kvmore {
    position: absolute;
    right: 7.3333333333vw;
    bottom: -4.6666666667vw;
    width: 38.6666666667vw;
    height: 11.7333333333vw;
    z-index: 2; }

.kvbox {
  width: 100vw;
  height: 100vw;
  overflow: hidden;
  position: relative; }

.codetip {
  width: 15.8666666667vw;
  position: absolute;
  right: 0;
  bottom: 4vw; }

.plibox {
  background: #6a7982;
  align-items: center;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  height: 42vh; }
  .plibox .pnavbox {
    width: 92vw;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin: 0 auto; }
  .plibox .plleft {
    width: 28vw;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .plleft a{
    width: 28vw;
    display: block;
  }
  .plibox ul {
    width: 58.6666666667vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between; }
    .plibox ul li {
      width: 28vw; }

      .plibox ul li a {
        width: 28vw;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-content: space-around;
        align-items: center; }
      .plibox ul li img {
        width: 28vw; }

.empty {
  height: 12.1333333333vw; }

.thrb {
  border-bottom: 0.1333333333vw #d4dbe0 solid; }

.thrt {
  border-top: 1px #d4dbe0 solid; }

.p_info .infotxt {
  margin-bottom: 0; }

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

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 4vw 0;
  color: #4D4D4D;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: url("../images/1/on.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 2.9333333333vw 2.9333333333vw; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px; }

.accordion .open .link {
  color: #4D4D4D;
  background-image: url("../images/1/off.png"); }

.accordion .open i {
  color: #b63b4d; }

.accordion .open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.submenu {
  display: none; }

.submenu li {
  border-bottom: 1px solid #eae9ec; }

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

.accordion01 .link01 {
  cursor: pointer;
  display: block;
  padding: 4vw 0;
  color: #4D4D4D;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: url("../images/1/on.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 2.9333333333vw 2.9333333333vw; }

.accordion01 li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion01 i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px; }

.accordion01 .open01 .link01 {
  color: #4D4D4D;
  background-image: url("../images/1/off.png"); }

.accordion01 .open01 i {
  color: #b63b4d; }

.accordion01 .open01 i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.submenu01 {
  display: none; }

.submenu01 li {
  border-bottom: 1px solid #eae9ec; }

.alertbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000000;
  width: 100%;
  height: 100%; }
  .alertbox .alerttip {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30; }
    .alertbox .alerttip p {
      display: inline-block;
      padding: 4.6666666667vw 13.3333333333vw;
      border-radius: 1.3333333333vw;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      font-size: 4.2666666667vw; }

.mobileSelect {
  position: relative;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, z-index .4s;
  transition: opacity 0.4s, z-index 0.4s; }

.mobileSelect * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mobileSelect .grayLayer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #eee;
  background: rgba(0, 0, 0, 0.7);
  z-index: 888;
  display: block; }

.mobileSelect .content {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 889;
  color: #000;
  -webkit-transition: all .4s;
  transition: all .4s;
  bottom: -46.6666666667vw;
  left: 0;
  background: #fff; }

.mobileSelect .content .fixWidth {
  width: 90%;
  margin: 0 auto;
  position: relative; }

.mobileSelect .content .fixWidth:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.mobileSelect .content .btnBar {
  border-bottom: 1px solid #dcdcdc;
  font-size: 3.7333333333vw;
  height: 8vw;
  position: relative;
  text-align: center;
  line-height: 8vw; }

.mobileSelect .content .btnBar .cancel,
.mobileSelect .content .btnBar .ensure {
  height: 8vw;
  width: 10.6666666667vw;
  cursor: pointer;
  position: absolute;
  top: 0; }

.mobileSelect .content .btnBar .cancel {
  left: 0;
  color: #666; }

.mobileSelect .content .btnBar .ensure {
  right: 0;
  color: #1e83d3; }

.mobileSelect .content .btnBar .title {
  font-size: 3.7333333333vw;
  padding: 0 15%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mobileSelect .content .panel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.mobileSelect .content .panel .wheels {
  width: 100%;
  height: 40vw;
  overflow: hidden; }

.mobileSelect .content .panel .wheel {
  position: relative;
  z-index: 0;
  float: left;
  width: 50%;
  height: 40vw;
  overflow: hidden;
  -webkit-transition: width .3s ease;
  transition: width 0.3s ease; }

.mobileSelect .content .panel .wheel .selectContainer {
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform .18s ease-out;
  transition: -webkit-transform .18s ease-out;
  transition: transform .18s ease-out;
  transition: transform 0.18s ease-out, -webkit-transform 0.18s ease-out; }

.mobileSelect .content .panel .wheel .selectContainer li {
  font-size: 3.7333333333vw;
  display: block;
  height: 8vw;
  line-height: 8vw;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mobileSelect .content .panel .selectLine {
  height: 8vw;
  width: 100%;
  position: absolute;
  top: 16vw;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc; }

.mobileSelect .content .panel .shadowMask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  opacity: .9;
  pointer-events: none; }

.mobileSelect-show {
  opacity: 1;
  z-index: 10000;
  visibility: visible; }

.mobileSelect-show .content {
  bottom: 0; }

.contrastbox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  /* 竖向中间自动空间 */
  flex-wrap: wrap;
  /* 换行 */
  height: 100%;
  padding-bottom: 6.6666666667vw; }
  .contrastbox ul li {
    width: 43.3333333333vw;
    height: 37.3333333333vw;
    background: #000;
    display: flex;
    justify-content: center;
    align-content: center;
    /* 竖向中间自动空间 */
    align-items: center;
    border-radius: 1.3333333333vw;
    color: #fff;
    position: relative;
    overflow: hidden; }
    .contrastbox ul li img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 0; }
    .contrastbox ul li p {
      position: relative;
      z-index: 1; }
    .contrastbox ul li a {
      width: 16vw;
      padding: 1.3333333333vw 0;
      display: block;
      color: #81939e;
      border: 0.1333333333vw #81939e solid;
      border-radius: 1.3333333333vw;
      text-align: center;
      margin-left: 3.3333333333vw;
      font-size: 3.2vw; }
  .contrastbox ul li:nth-child(n+3) {
    margin-top: 4vw; }

.contrastgroup .accordion {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column; }
.contrastgroup .accordion .infotxt {
  color: #4f5f69; }
.contrastgroup .accordion .link {
  cursor: pointer;
  display: block;
  padding: 4vw 0;
  color: #4D4D4D;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: url("../images/1/on.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 2.9333333333vw 2.9333333333vw; }
.contrastgroup .accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.contrastgroup .accordion i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px; }
.contrastgroup .accordion .open .link {
  color: #4D4D4D;
  background-image: url("../images/1/off.png"); }
.contrastgroup .accordion .open i {
  color: #b63b4d; }
.contrastgroup .accordion .open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.contrastgroup .submenu {
  display: none; }
.contrastgroup .submenu .flist li {
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 1.3333333333vw;
  margin-bottom: 4vw;
  position: relative;
  border-bottom: 1px solid #eae9ec;
  padding: 4vw 4vw; }
  .contrastgroup .submenu .flist li .contrastimg {
    width: 16vw;
    height: 16vw;
    margin-right: 4vw; }
  .contrastgroup .submenu .flist li div p:nth-child(1) {
    font-size: 4vw;
    color: #000; }
  .contrastgroup .submenu .flist li div p:nth-child(2) {
    font-size: 3.2vw;
    color: #666666; }

.coptionsbox {
  padding-bottom: 33.3333333333vw; }

.optionsimg {
  display: flex;
  justify-content: space-around;
  margin: 6.6666666667vw 0; }
  .optionsimg div:nth-child(1) {
    width: 30%; }
  .optionsimg div:nth-child(2) {
    width: 35%; }
    .optionsimg div:nth-child(2) img {
      width: 100%; }
  .optionsimg div:nth-child(3) {
    width: 35%; }
    .optionsimg div:nth-child(3) img {
      width: 100%; }

.buybox h3, .hot-activity h3 {
  color: #4f5f69; }
.buybox .buybtnbox, .hot-activity .buybtnbox {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .buybox .buybtnbox .b1, .hot-activity .buybtnbox .b1 {
    width: 53.3333333333vw; }
  .buybox .buybtnbox .b2, .hot-activity .buybtnbox .b2 {
    width: 33.3333333333vw; }
  .buybox .buybtnbox img, .hot-activity .buybtnbox img {
    width: 100%; }

.aboutinfo {
  padding-bottom: 13.3333333333vw; }
  .aboutinfo h3 {
    color: #4f5f69; }
  .aboutinfo .about-box {
    background: #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 2vw;
    padding-bottom: 4vw; }
    .aboutinfo .about-box p {
      padding: 2vw 2.6666666667vw;
      font-size: 4vw;
      line-height: 1.8;
      color: #4f5f69; }
    .aboutinfo .about-box .morebtn {
      width: 29.3333333333vw;
      height: 13.3333333333vw;
      color: #b8986a;
      background: #fff;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6.6666666667vw;
      font-size: 4.2666666667vw;
      border: 1px #b8986a solid;
      margin: 2vw 2.6666666667vw; }

.contbtn {
  width: 15.8666666667vw;
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 1; }
  .contbtn img {
    width: 100%; }

.coptions {
  width: 100%;
  display: flex;
  justify-content: space-around; }
  .coptions ul:nth-child(1) {
    font-weight: bold;
    width: 30%; }
  .coptions ul:nth-child(2) {
    width: 35%; }
  .coptions ul:nth-child(3) {
    width: 35%; }
  .coptions ul li {
    width: 100%;
    color: #4f5f69;
    font-size: 2.6666666667vw;
    height: 13.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2vw 0; }
  .coptions ul li:nth-child(odd) {
    background: #ecf4f9; }
  .coptions ul li:nth-child(even) {
    background: #fff; }

.cbtnbox {
  width: 100%;
  position: fixed;
  bottom: 2.6666666667vw;
  left: 0;
  display: none; }
  .cbtnbox .cbtnrow {
    width: 100%;
    display: flex;
    justify-content: center; }
    .cbtnbox .cbtnrow div {
      margin: 0 2.6666666667vw;
      height: 13.3333333333vw;
      color: #fff;
      text-align: center;
      line-height: 13.3333333333vw;
      border-radius: 6.6666666667vw; }
  .cbtnbox .editbtn {
    width: 30.6666666667vw;
    background: #81939e; }
  .cbtnbox .restbtn {
    display: none;
    width: 30.6666666667vw;
    background: #cccccc; }
  .cbtnbox .starbtn {
    width: 37.3333333333vw;
    background: #cccccc; }
  .cbtnbox .active {
    background: #81939e; }

.clistbox .clist li {
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 1.3333333333vw;
  margin-bottom: 4vw;
  position: relative;
  border-bottom: 1px solid #eae9ec;
  padding: 4vw 4vw; }
  .clistbox .clist li .contrastimg {
    width: 16vw;
    height: 16vw;
    margin-right: 4vw; }
  .clistbox .clist li div p:nth-child(1) {
    font-size: 4vw;
    color: #000; }
  .clistbox .clist li div p:nth-child(2) {
    font-size: 3.2vw;
    color: #666666; }

.xlbox {
  margin-top: 17.3333333333vw;
  margin-bottom: 6.6666666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10.1333333333vw; }
  .xlbox select {
    width: 42%;
    border: none;
    font-size: 3.7333333333vw;
    padding: 2vw 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*兼容苹果手机*/
    -ms-appearance: none;
    outline: none;
    -webkit-tap-highlight-color: #f4f4f4;
    /*防止紧紧靠在边上*/
    background: url("../images/1/jt.png") 90% 50% no-repeat #f4f4f4;
    background-size: 2.9333333333vw 1.8666666667vw;
    text-indent: 4.6666666667vw;
    border-radius: 0.6666666667vw; }
  .xlbox .search {
    background: url("../images/1/search.png") no-repeat;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    background-size: 100%; }

.swiper-wrapper {
  width: 100%; }

.swiper-activity .swiper-wrapper {
  width: 85%; }

.infobg {
  background: url("../images/2/c1.jpg") left top no-repeat;
  background-size: 100%;
  width: 100vw;
  overflow: hidden; }

.infotip {
  width: 89.3333333333vw;
  background: #fff;
  border-radius: 2vw;
  height: 28.6666666667vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.16); }
  .infotip .btxt h3 {
    margin: 0;
    color: #4f5f69;
    font-size: 5.8666666667vw; }
  .infotip .btxt p {
    color: #81939e;
    font-size: 3.2vw; }

.exchangebox {
  width: 89.3333333333vw;
  margin: 0 auto;
  margin-top: 8vw;
  margin-bottom: 8vw; }
  .exchangebox .exchangetip {
    font-size: 4.8vw;
    color: #4f5f69;
    font-weight: bold;
    padding: 4vw 0; }
  .exchangebox .exchangetip:before {
    content: " ";
    background: url("../images/2/task.png") no-repeat;
    display: block;
    width: 4.4vw;
    height: 4.4vw;
    float: left;
    margin-top: 1.2vw;
    margin-right: 3.3333333333vw;
    background-size: 4.4vw 4.4vw; }
  .exchangebox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    /* 竖向中间自动空间 */
    flex-wrap: wrap;
    /* 换行 */
    height: 100%; }
    .exchangebox ul li {
      width: 42.9333333333vw;
      height: 66.6666666667vw;
      background: #fff;
      border-radius: 1.3333333333vw;
      position: relative; }
      .exchangebox ul li div {
        width: 37.3333333333vw;
        margin: 0 auto; }
        .exchangebox ul li div img {
          width: 100%; }
      .exchangebox ul li p {
        margin-left: 3.3333333333vw;
        margin-bottom: 0.6666666667vw; }
        .exchangebox ul li p:nth-child(2) {
          font-size: 4vw;
          color: #4f5f69; }
        .exchangebox ul li p:nth-child(3) {
          font-size: 3.2vw;
          color: #b8986a; }
      .exchangebox ul li span {
        position: absolute;
        left: 0;
        bottom: 2.6666666667vw;
        width: 16vw;
        padding: 1.3333333333vw 0;
        display: block;
        color: #81939e;
        border: 1px #81939e solid;
        border-radius: 1.3333333333vw;
        text-align: center;
        margin-left: 3.3333333333vw;
        font-size: 3.2vw; }
    .exchangebox ul li:nth-child(n+3) {
      margin-top: 4vw; }

.integral {
  width: 89.3333333333vw;
  background: #fff;
  border-radius: 2vw;
  height: 68vw;
  margin: 0 auto;
  border: none;
  box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.16); }
  .integral .taskbox {
    width: 74.6666666667vw;
    margin: 0 auto; }
  .integral .integral-task {
    font-size: 4.8vw;
    color: #4f5f69;
    font-weight: bold;
    padding: 4vw 0; }
  .integral .integral-task:before {
    content: " ";
    background: url("../images/2/task.png") no-repeat;
    display: block;
    width: 4.5333333333vw;
    height: 4.2666666667vw;
    float: left;
    margin-top: 1.2vw;
    margin-right: 3.3333333333vw;
    background-size: 4.5333333333vw 4.2666666667vw; }
  .integral .btxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.3333333333vw 0;
    width: 74.6666666667vw;
    border-top: 0.1333333333vw #e5e5e5 solid; }
    .integral .btxt .task p:nth-child(1) {
      font-size: 4vw;
      color: #4f5f69; }
    .integral .btxt .task p:nth-child(2) {
      font-size: 3.2vw;
      color: #b8986a; }
    .integral .btxt a {
      width: 20vw;
      padding: 1.3333333333vw 0;
      display: block;
      color: #81939e;
      border: 1px #81939e solid;
      border-radius: 1.3333333333vw;
      text-align: center;
      font-size: 3.2vw; }

.warntxt {
  width: 89.3333333333vw;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  padding: 4vw 0;
  color: #4D4D4D;
  position: relative;
  background: #fff;
  border-radius: 2.6666666667vw;
  margin-top: 3.3333333333vw;
  margin-bottom: 3.3333333333vw; }
  .warntxt div {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .warntxt .wtxt01 {
    color: #d54343;
    font-size: 3.4666666667vw; }
  .warntxt .wtxt02 {
    color: #b8986a;
    font-size: 3.4666666667vw; }

.wtxt01:before {
  content: " ";
  background: url("../images/2/warn.png") no-repeat;
  display: block;
  width: 3.2vw;
  height: 3.4666666667vw;
  float: left;
  margin-top: 0.8vw;
  margin-left: 3.3333333333vw;
  margin-right: 3.3333333333vw;
  background-size: 3.2vw 3.4666666667vw; }

.wtxt02:after {
  content: " ";
  background: url("../images/2/on.png") no-repeat;
  display: block;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  float: right;
  margin-top: 1.2vw;
  margin-left: 3.3333333333vw;
  margin-right: 3.3333333333vw;
  transform: rotate(90deg);
  background-size: 2.9333333333vw 2.9333333333vw; }

.sno input, .syes input {
  float: left; }

.sno span::before {
  content: " ";
  background: url("../images/2/hg.jpg") no-repeat;
  display: block;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  float: left;
  margin-right: 2vw;
  background-size: 9.3333333333vw 9.3333333333vw; }

.syes span:before {
  content: " ";
  background: url("../images/2/rw.jpg") no-repeat;
  display: block;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  float: left;
  margin-right: 2vw;
  background-size: 9.3333333333vw 9.3333333333vw; }

.c_btn {
  width: 89.3333333333vw;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  padding: 4vw 0;
  color: #4D4D4D;
  position: relative;
  border-bottom: 0.1333333333vw #d4dbe0 solid; }
  .c_btn a {
    color: #4D4D4D; }

.c_btn:after {
  content: " ";
  background: url("../images/1/on.png") no-repeat;
  display: block;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  float: right;
  margin-top: 1.2vw;
  transform: rotate(90deg);
  background-size: 2.9333333333vw 2.9333333333vw; }

.infotxtedit {
  float: left; }

.infotxtedit:after {
  content: " ";
  background: url("../images/2/edit.png") no-repeat;
  display: block;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  float: right;
  margin-top: 1.0666666667vw;
  margin-left: 1.3333333333vw;
  background-size: 3.4666666667vw 3.4666666667vw; }

.c_btn1, .c_btn2, .c_btn3, .c_btn4 {
  font-size: 3.4666666667vw; }

.c_btn1:before {
  content: " ";
  background: url("../images/2/i1.png") no-repeat;
  display: block;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  float: left;
  margin-top: 1.2vw;
  margin-left: 3.3333333333vw;
  margin-right: 3.3333333333vw;
  background-size: 3.3333333333vw 3.3333333333vw; }

.c_btn2:before {
  content: " ";
  background: url("../images/2/i2.png") no-repeat;
  display: block;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  float: left;
  margin-top: 1.2vw;
  margin-right: 3.3333333333vw;
  margin-left: 3.3333333333vw;
  background-size: 3.3333333333vw 3.3333333333vw; }

.c_btn3:before {
  content: " ";
  background: url("../images/2/i3.png") no-repeat;
  display: block;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  float: left;
  margin-top: 1.2vw;
  margin-right: 3.3333333333vw;
  margin-left: 3.3333333333vw;
  background-size: 3.3333333333vw 3.3333333333vw; }

.c_btn4:before {
  content: " ";
  background: url("../images/2/i4.png") no-repeat;
  display: block;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  float: left;
  margin-top: 1.2vw;
  margin-right: 3.3333333333vw;
  margin-left: 3.3333333333vw;
  background-size: 3.3333333333vw 3.3333333333vw; }

.mylistsbg {
  background: #ecf4f9; }

.view {
  background: #81939e;
  padding: 2vw 4vw;
  border-radius: 1.3333333333vw;
  font-size: 3.7333333333vw;
  color: #fff;
  width: 90vw;
  text-align: center;
  line-height: 1.2;
  margin: 13.3333333333vw auto 9.3333333333vw; }

#select_2 {
  font-size: 3.7333333333vw;
  color: #777;
  text-indent: 2.6666666667vw; }

.Nodata {
  font-size: 3.7333333333vw;
  color: #777; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12200;
  display: none;
  background-color: rgba(0, 0, 0, 0.8); }
  .loading div {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 3.4666666667vw; }

.rmboxstep {
  width: 100%; }
  .rmboxstep .rmstar {
    width: 89.3333333333vw;
    height: 131.7333333333vw;
    background: #fff;
    margin: 0 auto;
    margin-top: 6.6666666667vw;
    border-radius: 2vw; }
    .rmboxstep .rmstar img {
      width: 100%;
      margin-top: 4vw; }
    .rmboxstep .rmstar p {
      font-size: 4vw;
      text-align: center;
      color: #4f5f69;
      line-height: 1.5;
      margin-top: 1.3333333333vw; }
    .rmboxstep .rmstar .starbtn {
      color: #ffffff;
      background-color: #b8986a;
      width: 42vw;
      font-size: 3.7333333333vw;
      font-weight: bold;
      margin: 0 auto;
      padding: 3.3333333333vw 0;
      text-align: center;
      border-radius: 6.6666666667vw;
      margin-top: 6.6666666667vw;
      margin-bottom: 6.6666666667vw; }
  .rmboxstep .taskrt {
    width: 86.6666666667vw;
    margin: 0 auto;
    display: none; }
    .rmboxstep .taskrt .tip {
      text-align: center;
      color: #b8986a;
      margin-top: 6.6666666667vw;
      font-weight: bold; }
    .rmboxstep .taskrt .sttip {
      text-align: center;
      font-size: 3.2vw;
      font-weight: bold;
      margin: 4vw 2vw; }
    .rmboxstep .taskrt .cbtnrow {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 33.3333333333vw;
      height: 10.6666666667vw;
      margin-bottom: 13.3333333333vw; }
      .rmboxstep .taskrt .cbtnrow div {
        margin: 0 2.6666666667vw;
        height: 10.6666666667vw;
        text-align: center;
        line-height: 10.6666666667vw;
        border-radius: 6.6666666667vw; }
    .rmboxstep .taskrt .restbtn {
      width: 37.3333333333vw;
      color: #b8986a;
      border: 1px solid #b8986a; }
    .rmboxstep .taskrt .allbtn {
      width: 37.3333333333vw;
      color: #fff;
      background: #b8986a; }
  .rmboxstep .taskgroup {
    width: 100%; }
  .rmboxstep .linebox {
    position: relative;
    width: 82.6666666667vw;
    margin: 0 auto; }
    .rmboxstep .linebox .point {
      background-color: #b8986a;
      width: 1.6vw;
      height: 1.6vw;
      border-radius: 50%;
      margin: 0 auto; }
    .rmboxstep .linebox .p-row {
      height: 28vw;
      width: 40vw;
      margin: 0 auto; }
    .rmboxstep .linebox .hm-box {
      height: 30.6666666667vw;
      width: 1px;
      margin: 0 auto;
      background-color: #e0e0e0;
      position: relative; }
      .rmboxstep .linebox .hm-box .rowbox {
        width: 40vw;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .rmboxstep .linebox .hm-box .rowbox img {
          width: 26.6666666667vw; }
        .rmboxstep .linebox .hm-box .rowbox .title {
          text-align: center;
          font-size: 2.9333333333vw;
          width: 34.6666666667vw;
          position: relative;
          margin: 2vw auto;
          font-weight: bold; }
        .rmboxstep .linebox .hm-box .rowbox .dbtn {
          font-size: 2.9333333333vw;
          padding: 1.3333333333vw 2.6666666667vw;
          background-color: #81939e;
          text-align: center;
          color: #fff;
          border-radius: 1.3333333333vw; }
        .rmboxstep .linebox .hm-box .rowbox a {
          color: #fff; }
      .rmboxstep .linebox .hm-box .lt {
        position: absolute;
        top: 0vw;
        left: 0;
        z-index: 10; }
        .rmboxstep .linebox .hm-box .lt .s-point {
          background-color: #b8986a;
          width: 4vw;
          height: 4vw;
          border-radius: 50%;
          position: absolute;
          left: -4.5333333333vw;
          bottom: 0.6666666667vw;
          transform: scale(0.3);
          transform-origin: center; }
      .rmboxstep .linebox .hm-box .rg {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10; }
        .rmboxstep .linebox .hm-box .rg .s-point {
          background-color: #b8986a;
          width: 4vw;
          height: 4vw;
          border-radius: 50%;
          position: absolute;
          right: -4.5333333333vw;
          bottom: 0.6666666667vw;
          transform: scale(0.3);
          transform-origin: center; }
  .rmboxstep .task {
    width: 86.6666666667vw;
    margin: 0 auto; }
    .rmboxstep .task h2 {
      color: #b8986a; }
    .rmboxstep .task p {
      color: #4f5f69;
      font-weight: bold;
      line-height: 1.5; }
    .rmboxstep .task .qtrow {
      display: none; }
    .rmboxstep .task ul {
      width: 100%;
      margin-top: 9.3333333333vw; }
      .rmboxstep .task ul li {
        color: #4f5f69;
        background-color: #dde8ef;
        width: 86.6666666667vw;
        font-size: 3.7333333333vw;
        border-radius: 6.6666666667vw;
        padding: 2.6666666667vw 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 6vw; }
        .rmboxstep .task ul li .ot {
          background-color: #fff;
          width: 8vw;
          height: 8vw;
          border-radius: 50%;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-left: 2vw;
          font-weight: bold; }
        .rmboxstep .task ul li .ottxt {
          margin-left: 3.3333333333vw;
          font-size: 3.7333333333vw; }
      .rmboxstep .task ul .bg {
        background-color: #c6d7e1; }
    .rmboxstep .task .nextbtn {
      display: none;
      color: #ffffff;
      background-color: #b8986a;
      width: 42vw;
      font-size: 3.7333333333vw;
      font-weight: bold;
      margin: 0 auto;
      padding: 3.3333333333vw 0;
      text-align: center;
      border-radius: 6.6666666667vw;
      margin-top: 6.6666666667vw;
      margin-bottom: 6.6666666667vw; }
    .rmboxstep .task .prevbtn {
      color: #4f5f69;
      width: 20vw;
      font-size: 3.7333333333vw;
      font-weight: bold;
      padding: 3.3333333333vw 0;
      text-align: center;
      border-radius: 6.6666666667vw;
      margin-top: 4vw;
      margin-bottom: 4vw; }

.tipbox {
  width: 90vw;
  height: 80vh;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .tipbox img {
    width: 100%; }
  .tipbox .stbtn {
    background: #81939e;
    padding: 2vw 4vw;
    border-radius: 1.3333333333vw;
    font-size: 3.4666666667vw;
    color: #fff;
    line-height: 1.2;
    width: 13.3333333333vw;
    margin: 6.6666666667vw auto; }

.icon_gm {
  position: absolute;
  right: 2vw;
  top: 8vw;
  background-image: url("../images/1/tx.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 4.2666666667vw 4.2666666667vw;
  width: 6.6666666667vw;
  height: 6.6666666667vw; }

input[disabled], input:disabled {
  color: #777;
  -webkit-text-fill-color: #777;
  -webkit-opacity: 1;
  opacity: 1;
  background: #fff; }

.skubox .filtercontent {
  height: 60vw; }

.cpcss {
  width: 84%;
  margin: 0 auto;
  font-size: 3.4666666667vw;
  text-align: left;
  margin-bottom: 2vw; }

.cpname {
  margin-top: 2vw; }

.cptxt {
  color: #777; }

.shopbox {
  width: 85.0666666667vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #dedddd dashed;
  padding-bottom: 9.3333333333vw; }
  .shopbox p {
    width: 40vw; }
    .shopbox p img {
      width: 100%; }

.noimg {
  width: 100vw; }
  .noimg img {
    width: 33.3333333333vw;
    height: 33.3333333333vw; }
  .noimg p:nth-of-type(1) {
    font-size: 4vw;
    letter-spacing: 1px; }
  .noimg p:nth-of-type(2) {
    font-size: 3.3333333333vw;
    margin-top: 2vw;
    color: #999999;
    letter-spacing: 1px; }

.datebox {
  padding-bottom: 6.6666666667vw; }
  .datebox .daysign {
    width: 70%;
    margin: 0 auto;
    border-radius: 2.6666666667vw;
    overflow: hidden;
    margin-top: 4vw;
    box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.16); }
  .datebox .savetip {
    text-align: center;
    font-size: 3.2vw;
    color: #000;
    margin-top: 2vw;
    line-height: 1.8; }
    .datebox .savetip span {
      font-size: 2.9333333333vw;
      color: #6d6d6d; }
    .datebox .savetip font {
      color: #b8986a; }
  .datebox img {
    width: 100%;
    box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.16); }
  .datebox .sharetip {
    width: 37.3333333333vw;
    font-size: 3.7333333333vw;
    height: 10.6666666667vw;
    color: #fff;
    background: #b8986a;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.3333333333vw;
    margin: 0 auto;
    margin-top: 2vw; }

.privacy {
  font-size: 3.7333333333vw;
  line-height: 1.5; }
  .privacy .p1 {
    font-size: 4.8vw;
    margin: 4vw auto; }
  .privacy p {
    margin-bottom: 2vw; }

.MsoNormalbox, .MsoNormalbox01 {
  font-size: 3.2vw;
  line-height: 1.5;
  height: 100vh;
  position: fixed;
  top: 0vw;
  left: 0;
  z-index: 1111111100;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  display: none; }
  .MsoNormalbox .understand01, .MsoNormalbox01 .understand01 {
    width: 60vw;
    height: 9.3333333333vw;
    background: #81939e;
    border-radius: 6vw;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4vw;
    margin: 0 auto; }
  .MsoNormalbox .understand, .MsoNormalbox01 .understand {
    width: 60vw;
    height: 9.3333333333vw;
    background: #81939e;
    border-radius: 6vw;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4vw;
    margin: 0 auto; }
  .MsoNormalbox .MsoNorbox, .MsoNormalbox01 .MsoNorbox {
    height: 90vh;
    overflow: hidden;
    background: #fff; }
    .MsoNormalbox .MsoNorbox div, .MsoNormalbox01 .MsoNorbox div {
      margin: 4vw; }
    .MsoNormalbox .MsoNorbox .box, .MsoNormalbox01 .MsoNorbox .box {
      height: 79vh;
      overflow-x: hidden; }
  .MsoNormalbox .closebtn, .MsoNormalbox01 .closebtn {
    width: 3.8666666667vw;
    float: right;
    position: absolute;
    right: 6.6666666667vw;
    top: 8.6666666667vw; }
  .MsoNormalbox p, .MsoNormalbox01 p {
    margin-bottom: 1.3333333333vw; }

.MsoNormalbox {
  z-index: 1000000; }

.MsoNormalbox01 {
  z-index: 50000; }

.more {
  background: #81939e;
  padding: 2vw 4vw;
  border-radius: 1.3333333333vw;
  font-size: 3.4666666667vw;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2.6666666667vw;
  width: 45vw;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 26.6666666667vw; }

.filebox {
  display: flex;
  flex-direction: row; }
  .filebox .i-img {
    width: 20vw;
    height: 20vw;
    border-radius: 5px;
    border: 1px solid #b8aea2;
    margin-right: 4vw;
    background: url("../images/bg.jpg") no-repeat 50% 50%;
    background-size: 100%;
    position: relative;
    overflow: hidden; }
  .filebox .i-img:last-child {
    margin-right: 0; }
  .filebox .ctclose {
    width: 4.8vw;
    height: 4.8vw;
    position: absolute;
    right: 1vw;
    top: 1vw;
    z-index: 2;
    display: none; }
    .filebox .ctclose img {
      width: 100%;
      vertical-align: initial; }
  .filebox .itemgroup {
    width: 20vw;
    height: 20vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .filebox .c-file {
    width: 20vw;
    height: 20vw; }
  .filebox .ctimgbox {
    width: 20vw;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: #e9e5df; }

.t-top {
  width: 100vw;
  margin-bottom: 2.6666666667vw; }
  .t-top img {
    width: 100%; }

.entrysystem .btnst {
  height: 12.4vw;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  font-size: 4.2666666667vw;
  margin-top: 4vw;
  margin-bottom: 4vw; }

.ttt {
  font-size: 2.6666666667vw;
  color: #887766;
  text-align: center;
  width: 100%;
  margin-bottom: 2vw; }

.newhd {
  margin-top: 6.6666666667vw; }

.cheackin {
  width: 66.6666666667vw;
  position: relative; }
  .cheackin .cheacktip {
    font-size: 4vw; }
  .cheackin .cheackday {
    font-size: 3.7333333333vw; }
    .cheackin .cheackday font {
      color: #fbe2be; }
  .cheackin .savetip {
    font-size: 3.2vw; }
  .cheackin .sharetip {
    width: 37.3333333333vw;
    font-size: 3.7333333333vw;
    height: 10.6666666667vw;
    color: #fff;
    background: #b8986a;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.3333333333vw;
    margin: 0 auto;
    margin-top: 2vw; }
  .cheackin img {
    width: 100%; }
  .cheackin .closebtn {
    position: absolute;
    top: -5.3333333333vw;
    right: -5.3333333333vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw; }
    .cheackin .closebtn img {
      width: 100%;
      margin: 0; }

.boundbg {
  background: url("../images/hd-3a.png") no-repeat;
  background-size: 100%;
  width: 91.7333333333vw;
  height: 125.6vw;
  position: relative; }
  .boundbg .closebtn {
    position: absolute;
    top: 4vw;
    right: 4vw;
    width: 3.8666666667vw;
    height: 3.7333333333vw; }
    .boundbg .closebtn img {
      width: 100%;
      margin: 0; }
  .boundbg .bgbtn {
    height: 10.6666666667vw;
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    font-size: 4.2666666667vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding: 2vw 4vw;
    border-radius: 1.3333333333vw;
    color: #fff;
    width: 65vw;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto;
    position: absolute;
    bottom: 6.6666666667vw;
    left: 50%;
    margin-left: -36.5vw; }

/*# sourceMappingURL=style.css.map */
