::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cccccc;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cccccc;
}
body {
  background: #ffffff;
}
.top-margin {
  margin-top: 50px;
}

.index section {
  width: 100%;
}
/* .index section img {
  width: 100%;
  display: block;
} */
.index .section2 {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.index .section2 .text-title {
  width: 100%;
  font-size: 32px;
  font-weight: 650;
  color: #1f222c;
  position: absolute;
  top: 110px;
}
.index .section2 .text-content {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  width: 100%;
  position: absolute;
  top: 234.6px;
}
.index .section2 img {
  margin-top: 253px;
  width: 175px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.index .section3 {
  height: 409px;
  position: relative;
  background: #f2f2f7;
}
.index .section3 img {
  height: 304px;
  width: auto;
  margin-left: -133.5px;
  margin-top: -152px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.index .section4 {
  width: 100%;
  height: 409px;
  position: relative;
}
.index .section4 .viewport {
  width: 250px;
  height: 293px;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 49px;
  overflow: hidden;
}
.index .section4 .content {
  width: 750px;
  height: 293px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  transition: left 700ms;
}
.index .section4 .content .img-container {
  width: 250px;
  height: 100%;
  text-align: center;
}
.index .section4 .content .img-container img {
  height: 292.3px;
  width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.index .section4 .blocks {
  width: 100%;
  position: absolute;
  top: 372px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: background-color 700ms;
}
.index .section4 .block {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #bcbcbc;
}
.index .section4 #block0 {
  margin-right: 9px;
}
.index .section4 #block2 {
  margin-left: 9px;
}
.index .section4 .active {
  background-color: #2a6fcc;
}
.index .section5 {
  width: 100%;
  position: relative;
}
.index .section5 svg {
  display: block;
}
.index .section5:last-child {
  margin-bottom: 0;
}
.index .section5 .text-cover {
  width: 100%;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 174px;
}
.index .section5 .text-cover .title {
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding-bottom: 33px;
  width: 100%;
}
.index .section5 .text-cover .content {
  width: 300px;
  position: relative;
  left: 50%;
  margin-left: -140px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #6a6a6a;
  text-align: center;
}
.index .section5 .replay {
  width: 70px;
  height: 34px;
  display: none;
  background-image: url("/mobile/index/image/replay.png");
  background-size: 70px 34px;
  position: absolute;
  right: 27px;
  bottom: 36px;
  z-index: 1;
}
.index .section11 {
}
.index .section11 .item1,
.index .section11 .item2 {
  padding-top: 30px;
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
}
.index .section11 .item1 .text,
.index .section11 .item2 .text {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #111016;
  margin-top: 3px;
}
.index .section11 .item1 .item-left,
.index .section11 .item2 .item-left {
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
.index .section11 .item1 .item-right,
.index .section11 .item2 .item-right {
  font-style: normal;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 20px;
}
.index .section11 .item1 .item-right p,
.index .section11 .item2 .item-right p {
  margin-bottom: 20px;
}
.index .section11 .item1 {
  border-bottom: 0.7px #bcbcbc solid;
  padding-bottom: 7px;
}
.index .section11 .item1 img {
  margin-left: 8px;
}
.index .section11 .item2 .item-left {
  padding-left: 8px;
}
.index .section11 .item2 .item-right p {
  margin-top: 15px;
}
.index .section11 img {
  width: 40px;
}
.index .section12 {
  position: relative;
}
.index .section12 .to-next {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  font-size: 14px;
  color: #333333;
}
.index .section12 .to-next .bold {
  font-weight: bold;
}
.index .section12 .to-next .arrow {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/mobile/index/image/u36.png);
  background-size: 36px 36px;
  margin-top: -18px;
  position: absolute;
  top: 10px;
  left: 120px;
}
.index .section13 {
  height: 48px;
  text-align: center;
  line-height: 48px;
  background-color: #f5f5f5;
  border-bottom: #797979 0.5px solid;
}
.index .section13 img {
  height: 14px;
  width: 60px;
  display: inline-block;
}
.guide {
}
.guide .section1 {
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  margin-bottom: 45px;
}
.guide .section1 img {
  width: 100%;
  display: block;
}
.guide .section1 .text {
  width: 262px;
  text-align: right;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 12;
  left: 50%;
  margin-left: -131px;
}
.guide .section1 .text span {
  text-align: left;
  display: block;
  float: right;
}
.guide .section1 .cover {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.29803922);
  z-index: 10;
}
.guide .section2 {
  text-align: center;
}
.guide .section2 img {
  width: 310px;
  display: block;
  margin: 15px auto;
}
.guide .section3 {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.guide .section3 img {
  width: 100%;
  display: block;
}
.guide .section3 .buy-now {
  position: absolute;
  right: 48px;
  top: 50%;
  margin-top: -13px;
  font-size: 14px;
  color: #2a6fcc;
}
.guide .section3 .buy-now img.arrow {
  width: 26px;
  margin-left: 8px;
  display: inline-block;
  margin-bottom: -7px;
}
.guide .section4 {
  height: 48px;
  text-align: center;
  line-height: 48px;
  background-color: #f5f5f5;
  border-bottom: #797979 0.5px solid;
}
.guide .section4 img {
  height: 14px;
  width: 60px;
  display: inline-block;
}
.product {
  width: 100%;
  display: none;
}
.product section {
  width: 100%;
}
.product .line {
  height: 6px;
  background-color: #f7f7f7;
}
.product .section1 {
  height: 510px;
  position: relative;
}
.product .section1 .viewport {
  width: 296px;
  height: 314px;
  position: absolute;
  top: 26.6px;
  left: 50%;
  margin-left: -147.8px;
  overflow: hidden;
}
.product .section1 .content {
  height: 314px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  transition: left 700ms;
}
.product .section1 .content .img-container {
  float: left;
  height: 314px;
  width: 296px;
  text-align: center;
}
.product .section1 .content .img-container img {
  height: 314px;
  vertical-align: bottom;
}
.product .section1 .blocks {
  width: 100%;
  position: absolute;
  top: 372px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.product .section1 .block {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #bcbcbc;
  transition: background-color 700ms;
}
.product .section1 #block0 {
  margin-right: 10px;
  background-color: #2a6fcc;
}
.product .section1 #block1 {
  margin-right: 5px;
}
.product .section1 #block2 {
  margin-left: 5px;
}
.product .section1 #block3 {
  margin-left: 10px;
}
.product .section1 .title {
  font-weight: 650;
  font-style: normal;
  font-size: 14px;
  position: absolute;
  top: 415px;
  left: 18px;
  text-align: left;
  color: #333333;
}
.product .section1 .price {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #2a6fcc;
  position: absolute;
  top: 455px;
  left: 18px;
  text-align: left;
}
.product .fixed {
  height: 54px;
  z-index: 10;
  background-color: #2a6fcc;
  -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.03921569);
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.03921569);
  position: fixed;
  bottom: 0;
  left: 0;
  line-height: 54px;
}
.product .fixed p {
  text-align: left;
  width: 300px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: 650;
  font-style: normal;
}
.product .fixed p #img-container {
  display: block;
  margin-top: 6px;
  float: right;
}
.product .fixed p img {
  width: 24px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.product .section3 {
  position: relative;
}
.product .section3 .title {
  height: 81px;
  color: #333333;
  font-size: 18px;
  font-weight: 650;
  line-height: 81px;
  text-align: center;
}
.product .section3 .gray-container {
  height: 685px;
  width: 100%;
  background: #e0e1e5;
  position: relative;
  text-align: center;
}
.product .section3 .gray-container img {
  width: 245px;
}
.product .section3 .img-container {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  vertical-align: bottom;
}
.product .section3 .img-container img {
  width: 90%;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product .section3 .img-container img {
    width: 245px;
  }
}
.product .section4 {
  position: relative;
  padding-bottom: 54.67px;
}
.product .section4 .title {
  width: 100%;
  padding: 48.3px 0 31px 0;
  font-size: 18px;
  text-align: center;
  color: #333333;
  font-weight: 650;
}
.product .section4 .img-test {
  position: absolute;
  display: none;
}
.product .section4 .img-test img {
  width: 100%;
}
.product .section4 .item-list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}
.product .section4 .item-list .item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product .section4 .item-list .item-row .item-cell {
  font-size: 14px;
  color: #1f222c;
  letter-spacing: 0.06px;
  text-align: center;
}
.product .section4 .item-list .item-row .sub-text {
  font-size: 10px;
  color: #898989;
  text-align: center;
  margin-top: 4px;
}
.product .section4 .item-list .row1 img {
  height: 108px;
}
.product .section4 .item-list .row2,
.product .section4 .item-list .row3 {
  margin-top: 32px;
}
.product .section4 .item-list .row2 img,
.product .section4 .item-list .row3 img {
  height: 68px;
}
.product .section4 .line-bottom {
  margin-top: 40px;
}
.product .buychoose {
  overflow: scroll;
  width: 100%;
  height: 506px;
  position: fixed;
  z-index: 102;
  bottom: -506px;
  transition: bottom 700ms;
  left: 0;
  background: #ffffff;
  -ms-overflow-style: none;
  border-radius: 9px 9px 0 0;
}
@media (max-width: 330px) {
  .product .buychoose {
    height: 450px;
  }
}
.product .buychoose::-webkit-scrollbar {
  display: none;
}
.product .buychoose .container {
  width: 100%;
  height: 473px;
  position: relative;
}
@media (max-width: 330px) {
  .product .buychoose .container {
    height: 421px;
  }
}
.product .buychoose .item {
  width: 315px;
  height: 36px;
}
@media (max-width: 330px) {
  .product .buychoose .item {
    width: 85%;
  }
}
.product .buychoose #cancel-label {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url("/mobile/product/image/u173.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 8px;
}
@media (max-width: 330px) {
  .product .buychoose #cancel-label {
    right: 5%;
  }
}
.product .buychoose .title-text {
  height: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 13px auto 8px auto;
  color: #bcbcbc;
}
.product .buychoose .title-text:first-child {
  margin-top: 36px;
}
@media (max-width: 330px) {
  .product .buychoose .title-text:first-child {
    margin-top: 25px;
  }
}
.product .buychoose .title-text .blue-text {
  font-size: 10px;
  color: #a1a1a1;
  line-height: 10px;
  margin-left: 11px;
}
.product .buychoose .item1,
.product .buychoose .item2 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.product .buychoose .item1 .select1,
.product .buychoose .item2 .select1,
.product .buychoose .item1 .select2,
.product .buychoose .item2 .select2 {
  width: 152px;
  border: 1px #bcbcbc solid;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #797979;
  line-height: 36px;
}
@media (max-width: 330px) {
  .product .buychoose .item1 .select1,
  .product .buychoose .item2 .select1,
  .product .buychoose .item1 .select2,
  .product .buychoose .item2 .select2 {
    width: 130px;
  }
}
.product .buychoose .item1 .selected,
.product .buychoose .item2 .selected {
  background-color: #2a6fcc;
  color: #ffffff;
  border: 0;
}
.product .buychoose .item3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.product .buychoose .item3 input {
  height: 100%;
  width: 152px;
  font: 400 13.3333px Arial;
  cursor: text;
  padding: 1px 0px 1px 0px;
  font-size: 12px;
  padding-left: 12px;
  border: 1px #bcbcbc solid;
  -webkit-appearance: none;
  border-radius: 0;
  text-shadow: none;
}
@media (max-width: 330px) {
  .product .buychoose .item3 input {
    width: 130px;
  }
}
.product .buychoose .item3 #coupon-code-ok {
  width: 18px;
  position: absolute;
  right: 50%;
  margin-right: 15px;
  top: 50%;
  margin-top: -9px;
  display: none;
}
.product .buychoose .item4 {
  margin-left: auto;
  margin-right: auto;
}
.product .buychoose .item4 span {
  display: inline-block;
  width: 50.6px;
  height: 100%;
  line-height: 32px;
  background-color: #d7d7d7;
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  letter-spacing: -3px;
}
.product .buychoose .item4 .center {
  background-color: #ffffff;
  color: #2a6fcc;
  font-weight: 650;
  font-size: 18px;
  margin-left: -4px;
  margin-right: -4.5px;
}
.product .buychoose .item4 .left {
  background-color: #f2f2f2;
}
.product .buychoose .total-item {
  line-height: 36px;
  margin: 35px auto 42px auto;
}
@media (max-width: 330px) {
  .product .buychoose .total-item {
    margin: 15px auto 15px auto;
  }
}
.product .buychoose .total-item .blue-text {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #2a6fcc;
  margin-left: 0;
}
.product .buychoose .total-item .origin-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #2a6fcc;
  margin-left: 16px;
}
.product .buychoose .total-item #coupon-price {
  color: #e92a1a;
  display: none;
}
.product .buychoose .item-button {
  width: 315px;
  height: 42px;
  margin-bottom: 16px;
  background: #2a6fcc;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  border: none;
  position: absolute;
  left: 50%;
  margin-left: -157.5px;
}
@media (max-width: 330px) {
  .product .buychoose .item-button {
    width: 85%;
    margin-left: -42.5%;
  }
}
.product .cover {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 101;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  left: 0;
  display: none;
}
.product #cover-notice-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
}
.product #cover-notice-box .notice-div {
  opacity: 1;
  width: 292px;
  height: 166px;
  background: #ffffff;
  padding: 20px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -146px;
  display: flex;
  flex-direction: column;
  z-index: 1010;
}
.product #cover-notice-box .notice-div #notice-box-title {
  color: #a1a1a1;
  font-size: 14px;
  text-align: center;
}
.product #cover-notice-box .notice-div #notice-box-content {
  font-size: 14px;
  color: #22242b;
  margin-top: 30px;
}
.product #cover-notice-box .notice-div #notice-box-confirm {
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #2a6fcc;
  border: 1px solid #2a6fcc;
  background: #ffffff;
  margin-top: 20px;
}
.product .cover {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 101;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  left: 0;
  display: none;
}
.product #cover-notice-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
}
.product #cover-notice-box .notice-div {
  opacity: 1;
  width: 292px;
  height: 166px;
  background: #ffffff;
  padding: 20px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -146px;
  display: flex;
  flex-direction: column;
  z-index: 1010;
}
.product #cover-notice-box .notice-div #notice-box-title {
  color: #a1a1a1;
  font-size: 14px;
  text-align: center;
}
.product #cover-notice-box .notice-div #notice-box-content {
  font-size: 14px;
  color: #22242b;
  margin-top: 30px;
}
.product #cover-notice-box .notice-div #notice-box-confirm {
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #2a6fcc;
  border: 1px solid #2a6fcc;
  background: #ffffff;
  margin-top: 20px;
}
body.modal-open {
  position: fixed;
  width: 100%;
}
