/*! 版权所有，翻版必究 */
/*商家入驻*/
.mask {
  height: 100%;
  width: 100%;
  position: fixed;
  bottom: 0px;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #EEEEEE;
  font-size: 20px;
  /*display: block;*/
  z-index: 9;
}

.enterForm {
  width: 35%;
  border: 1px solid white;
  background-color: white;
  z-index: 10;
  position: fixed;
  top: 20%;
  left: 35%;
  border-radius: 5px;
  text-align: center;
  display: none;
}

.enterButton {
  background-color: #2773FF;
  border-radius: 5px;
  padding: 5px 40px 5px 40px;
  color: white;
  border-color: #2773FF;
  margin-bottom: 20px;
}

.formGroup {
  padding-bottom: 40px;
}

.controlLabel {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: rgba(65, 65, 66, 1);
}

.radioSpan {
  font-size: 16px;
  font-weight: 400;
  color: rgba(65, 65, 66, 1);
  position: absolute;
}
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  /* font-weight: 400; */
  /* vertical-align: middle; */
  cursor: pointer;
  margin-right: 30px;
  top: -15px;
}

input:checked+label {
  background-color: #2773FF;
  border: 1px solid #2773FF;
}

.errorhidden {
  display: none;
  color: red;
  font-size: 16px;
  margin-top: -20px;
}

.suchidden {
  display: none;
  color: green;
  font-size: 16px;
  margin-top: -20px;
}


/* 视频 */

#itemone {
  position: relative;
  margin-top: -70px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -11;
  /* width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto; */
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

#mask {
  position: absolute;
  z-index: -5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#slogan {
  position: relative;
  width: 100%;
  height: 100%;
}

#slogan > div {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

#slogan p {
  color: #fff;
}

#slogan .small {
  /*top: 43%;*/
  font-size: 16px;
  line-height: 30px;
}

#slogan .big {
  /*top: 55%;*/
  font-size: 58px;
  font-weight: 300;
  line-height: 64px;
  margin-bottom: 20px;
  /*transform: translateY(-50%);*/
}

#slogan .word {
  /*top: 62%;*/
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 20px;
}

.sloganApp {
  margin-top: 50px;
}

.sloganApp .big2 {
  margin-bottom: 0;
  line-height: 64px;
  font-size: 58px;
  font-weight: 300;
}

.sloganApp .word2 {
  line-height: 40px;
  font-size: 16px;
  font-weight: 300;
  
}

.sloganApp .qrcode {
  display: inline-block;
  width: 130px;
  height: 130px;
  border: 5px solid #ccc;
  background:white;
}

.sloganApp a {
  color: white;
}

.sloganApp .qrcode_tips {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.sloganApp .qrcode_tips img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.sloganApp .qrcode_tips div {
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 20px;
}

.sloganApp .qrcode_tips div:last-child {
  margin-top: 15px;
}

.clickgoto {
  cursor: pointer;
}


/* 工厂 */

#itemfactory {
  padding: 150px 0;
  background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/factorybg.png) no-repeat center center;
  background-size: cover;
}

.majortitle {
  font-size: 74px;
  width: 100%;
  color: #3863d2;
  text-align: center;
  margin-bottom: 20px;
  margin: 30px 0;
  font-weight: 300;
}

.subtitle {
  font-size: 18px;
  width: 100%;
  color: #38373F;
  text-align: center;
  margin-bottom: 60px;
}

.example {
  height: auto;
  padding: 10px 0;
}

.exampleitem {
  border-radius: 10px;
  height: auto;
  box-sizing: content-box;
  text-align: center;
}

.exampleitemleft {
  width: 24%;
  padding-left: 5%;
}

.exampleitemright {
  width: 70%;
}

.exampleitemleft img {
  width: 100%;
  height: auto;
}

.exampleitemright .rightbig {
  /* color: #38373F;
  font-size: 40px;
  line-height: 60px;
  width: 100%;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 0px; */
  color: #38373F;
  font-size: 34px;
  line-height: 46px;
  width: 100%;
  text-align: left;
  margin-left: 0px;
  margin-bottom: 0px;
}

.exampleitemright .rightsmall {
  /* color: #38373F;
  font-size: 20px;
  line-height: 20px;
  width: 100%;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 0px; */
  color: #38373F;
  font-size: 17px;
  line-height: 16px;
  width: 100%;
  text-align: left;
  /* margin-left: 20px; */
  margin-bottom: 0px;
}


/*  */

#itemfactory .hideorder {
  background: #eeeff0;
}

#itemfactory .hide1 {
  background: #f6f7f8;
}

#itemfactory .hide2 {
  background: #f6f7f9;
}

#itemfactory .hide3 {
  background: #fafafb;
}

#itemfactory .hide4 {
  background: #f0f2f4;
}

#itemfactory .hide5 {
  background: #dee2e7;
}

#itemfactory .hide6 {
  background: #dadfe5;
}

#itemfactory .hide7 {
  background: #f4f6fa;
}

#itemfactory .hide8 {
  background: #e6eaee;
}

#itemfactory .example .exampleitem {
  height: 90px !important;
  width: 80%;
  margin: 0 auto;
}

#itemfactory .exampleitemleft {
  padding-left: 0% !important;
  margin-left: 20%;
}

#itemfactory .example .exampleitem .exampleitemright {
  height: 90px !important;
  width: 56% !important;
  padding-left: 10px;
}

/*  */

.detailbtn {
  height: 50px;
  position: relative;
  margin-bottom: 80px;
}

.detailbtncontent {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  padding-right: 25px;
  background: #3863d2;
}

.detailbtncontent::before {
  position: absolute;
  top: 0px;
  left: -30px;
  content: '';
  background: #3863d2;
  width: 50px;
  height: 50px;
  border-radius: 50% 0 0 50%;
}

.detailbtncontent::after {
  position: absolute;
  top: 0px;
  right: -45px;
  content: '';
  background: #3863d2;
  width: 50px;
  height: 50px;
  border-radius: 0 50% 50% 0;
}

.detailbtncontent span {
  position: absolute;
  right: 0px;
  top: 53%;
  width: 20px;
  font-size: 16px;
  color: #fff;
  transform: translateY(-50%);
}


/* 订单 */

#itemorder {
  padding: 150px 0;
  background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/orderbg.png) no-repeat center center;
  background-size: cover;
}

.imgmiddle {
  vertical-align: middle;
}

/* .imgmiddle img {
    width: 28%;
} */

.middleword {
  font-size: 30px;
  color: #fff;
  margin-left: 10px;
  vertical-align: middle;
}

.hideborderspan {
  display: inline-block;
  border: none;
  width: 98px;
  /* padding: 10px; */
  position: relative;
  font-weight: 300;
}

.majortitle .hideborderspan {
  font-size: 80px;
  line-height: 90px;
  font-weight: 300;
  border: 4px solid #3863d2;
}

.hideorder {
  width: 25px;
  height: 5px;
  background: #dff0d8;
  position: absolute;
}

.hide1 {
  left: 60%;
  top: -5px;
}

.hide2 {
  width: 5px;
  height: 25px;
  left: -5px;
  bottom: 60%;
}

.hide3 {
  right: 60%;
  bottom: -5px;
}

.hide4 {
  width: 5px;
  height: 25px;
  right: -5px;
  top: 60%;
}

#itemorder .hideorder {
  background: #3863d2;
}

#itemorder .hideborderspan {
  border: 4px solid #fff;
}

#itemorder .majortitle {
  color: #fff;
}

#itemorder .subtitle {
  color: #fff;
}

#itemorder .detailbtncontent {
  background: #fff;
  color: #3863d2;
}

#itemorder .detailbtncontent::before {
  background: #fff;
}

#itemorder .detailbtncontent::after {
  background: #fff;
}

#itemorder .detailbtncontent span {
  color: #3863d2;
}

#itemorder .hide1 {
  background: #3560cf;
}

#itemorder .hide2 {
  background: #3059c0;
}

#itemorder .hide3 {
  background: #2d50a9;
}

#itemorder .hide4 {
  background: #2c4faa;
}

#itemorder .hide11 {
  background: #3763d4;
}

#itemorder .hide12 {
  background: #325cc5;
}

#itemorder .hide13 {
  background: #2a4da9;
}

#itemorder .hide14 {
  background: #284aa3;
}

#itemorder .example .exampleitem {
  height: 90px !important;
  width: 80%;
  margin: 0 auto;
}

#itemorder .exampleitemleft {
  padding-left: 0% !important;
  margin-left: 20%;
}

#itemorder .example .exampleitem .exampleitemright {
  height: 90px !important;
  width: 56% !important;
}

#itemorder .example .exampleitem .exampleitemright .middleword {
  font-size: 24px;
  color: #fff;
  height: 100%;
  display: block;
  line-height: 72px;
  text-align: left;
}

/* 品牌 */

#itembrand {
  padding: 86px 0;
  background: #fff;
  padding-bottom: 0px;
  display: block;
}

#itembranda {
  padding: 86px 0;
  background: #fff;
  padding-bottom: 0px;
  display: none;
}

#itembrand .hideorder,#itembranda .hideorder {
  background: #fff;
}

.phoneimg {
  height: auto;
}

.phoneimg img {
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}

#itembrand .detailbtn,
#itembranda .detailbtn {
  margin-bottom: 40px;
}


/* 库存 */

#itemstock {
  padding: 100px 0 140px 0;
  background: #345ec6 url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/stockbg.png) no-repeat left bottom;
}

.stockp0 {
  padding: 0px !important;
}

.stockp0 .exampleitemright {
  padding: 40px 0;
}

.stockp0 .exampleitemright p {
  margin-bottom: 0px;
}

#itemstock .exampleitem {
  background: #fff;
  border-radius: 10px;
  /* box-shadow:  5px 5px 5px #333; */
  padding: 70px 40px;
  height: auto;
  box-sizing: content-box;
  text-align: center;
}

#itemstock .exampleitemleft {
  width: 45%;
  padding-left: 0px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}

#itemstock .exampleitemright {
  width: 55%;
}

#itemstock .hideorder {
  background: #345ec6;
}

#itemstock .hideborderspan {
  border: 4px solid #fff;
}

#itemstock .majortitle {
  color: #fff;
}

#itemstock .subtitle {
  color: #fff;
  margin-bottom: 60px;
}

#itemstock .exampleitemright .rightbig {
  color: #3863d2;
  font-size: 50px;
  line-height: 60px;
  width: 100%;
  text-align: left;
  margin: 0;
}

#itemstock .exampleitemright .rightbig span {
  color: #3863d2;
  font-size: 30px;
  line-height: 30px;
}

#itemstock .exampleitemright .rightsmall {
  margin-left: 0px;
}

.pl0 {
  padding-left: 0px;
}

#pcItem {
  display: block;
}

#phonesItem {
  display: none;
}

/* 适配 */


/* 大屏幕 */

@media (min-width: 1200px) {
  #pcItem, #itembrand {
    display: block;
  }
  
  #phonesItem, #itembranda {
    display: none;
  }
}


/* 中等屏幕 */

@media (min-width: 992px) and (max-width: 1200px) {
  #pcItem, #itembrand {
    display: block;
  }
  
  #phonesItem, #itembranda {
    display: none;
  }
}


/* 小屏幕 */

@media (min-width: 768px) and (max-width: 992px) {
  #pcItem, #itembrand {
    display: block;
  }
  
  #phonesItem, #itembranda {
    display: none;
  }
}


/* 手机 */

@media (max-width: 768px) {
  #pcItem {
    display: none;
  }
  
  #phonesItem {
    display: block;
  }
  
  .majortitle .hideborderspan {
    border: none;
  }
  
  /* banner */
  #itemone .phonebanner,
  #itemone .phonebanner img {
    width: 100%;
    height: 500px;
    z-index: -5;
  }
  
  #itemone {
    margin-top: 0px;
    height: auto !important;
  }
  
  .phonebanner p {
    color: #fff;
    position: absolute;
    left: 0px;
    text-align: center;
    width: 100%;
    font-weight: normal;
  }
  
  .phonebanner .small {
    /* top: 15%;
    font-size: 18px;
    font-family: 'ArialMT';
    font-weight: 400;
    margin-bottom: 46px; */
    /*top: 25%;*/
    top: 7%;
    line-height: 20px;
    margin-bottom: 30px;
    font-size: 12px;
    font-family: 'ArialMT';
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
  }
  
  .phonebanner .big {
    /* top: 33%;
    margin-bottom: 100px;
    font-size: 36px;
    font-family: 'SourceHanSansCN-Normal';
    font-weight: 300;
    line-height: 43px; */
    /*top: 40%;*/
    top: 14%;
    font-size: 26px;
    /* font-size:  2.6rem; */
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
    margin-bottom: 36px;
  }
  
  .phonebanner .word {
    /* top: 66%;
    font-size: 12px;
    font-family: 'ArialMT';
    font-weight: 400;
    line-height: 19px; */
    /*top: 65%;*/
    top: 33%;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: 'SourceHanSansCN-Normal';
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
  }
  
  .phonebannerApp {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* text-align: center; */
  }
  
  .phonebannerApp p {
    position: static !important;
  }
  
  .phonebannerApp .big {
    margin-bottom: 6px;
  }
  
  .phonebannerApp .word {
    margin-bottom: 13px;
  }
  
  .phonebannerApp a {
    color: white;
  }
  
  .phonebannerApp .qrcode {
    display: inline-block !important;
    width: 85px !important;
    height: 85px !important;
    border: 3px solid #ccc;
    background: white;
  }
  
  .phonebannerApp .qrcode_tips {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    transform: scale(0.8);
    position: absolute;
    top: 206%;
    left: 17%;
  }
  
  .phonebannerApp .qrcode_tips img {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
  }
  
  .phonebannerApp .qrcode_tips div {
    padding: 3px 10px;
    border: 1px solid #fff;
    border-radius: 20px;
  }
  
  .phonebannerApp .qrcode_tips div:last-child {
    margin-top: 10px;
  }
  
  
  #itemfactory {
    padding: 50px 0 !important;
    background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/phonefactorybg.png) no-repeat center center;
    background-size: cover;
  }
  
  .majortitle .hideborderspan {
    width: 220px;
    font-size: 36px;
    /* font-size: 3.6rem; */
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    color: rgba(56, 99, 210, 1);
    line-height: 36px;
  }
  
  .hideborderspan {
    width: auto !important;
  }
  
  .majortitle {
    font-size: 22px !important;
    font-weight: 300;
    margin: 20px 0 15px 0;
  }
  
  .hideborderspan {
    border: none;
  }
  
  .hideorder {
    width: 12px;
  }
  
  .hide2,
  .hide4 {
    width: 5px !important;
    height: 12px;
  }
  
  .subtitle {
    margin-bottom: 30px;
    color: #38373F;
    font-size: 16px;
    font-family: 'SourceHanSansCN-Normal';
    font-weight: 300;
    color: rgba(56, 55, 63, 1);
  }
  
  
  .detailbtncontent {
    top: 0px;
    left: 50%;
    color: #fff;
    font-family: 'SourceHanSansCN-Normal';
    font-size: 16px;
    line-height: 30px;
    padding: 0 11px;
    padding-right: 17px;
  }
  
  .detailbtncontent::before {
    top: 0px;
    left: -30px;
    width: 30px;
    height: 30px;
    border-radius: 50% 0 0 50%;
  }
  
  .detailbtncontent::after {
    top: 0px;
    right: -35px;
    width: 30px;
    height: 30px;
  }
  
  .detailbtncontent span {
    font-size: 13px;
  }
  
  .detailbtn {
    margin-bottom: 18px;
  }
  
  body {
    height: auto !important;
    width: 100%;
  }
  
  #itemorder .example .exampleitem {
    height: 90px !important;
  }
  
  .exampleitemright .rightbig {
    margin-left: 0px !important;
    padding-left: 4px;
    line-height: 24px !important;
    font-size: 18px;
    font-family: 'SourceHanSansCN-Regular';
    font-weight: 400;
    color: rgba(56, 55, 63, 1);
    margin-top: 10px;
  }
  
  .exampleitemright .rightsmall {
    margin-left: 0px !important;
    padding-left: 4px;
    font-size: 12px;
    font-family: 'SourceHanSansCN-Normal';
    font-weight: 400;
    color: rgba(56, 55, 63, 1);
  }
  
  #itemfactory .exampleitemleft {
    width: 100% !important;
    padding-left: 1%;
  }
  
  #itemfactory .exampleitemleft img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  
  #itemfactory .exampleitemright {
    width: 100% !important;
    text-align: center;
  }
  
  #itemfactory .exampleitemright .rightsmall,
  #itemfactory .exampleitemright .rightbig {
    text-align: center;
  }
  
  /* order */
  #itemorder .example .exampleitem .exampleitemright {
    height: auto !important;
  }
  
  #itemorder .example .exampleitem .exampleitemright .middleword {
    font-size: 16px !important;
    color: #fff;
    display: block;
    text-align: center;
    margin-left: 0px !important;
    font-family: 'SourceHanSansCN-Regular';
    font-weight: 400;
    line-height: 16px;
    margin-top: 10px;
  }
  
  #itemorder .hideborderspan {
    border: none;
    color: #fff;
  }
  
  #itemorder {
    padding: 50px 0 !important;
  }
  
  .middleword {
    font-size: 12px !important;
  }
  
  .imgmiddle img {
    width: 36% !important;
  }
  
  /* 查看详情 */
  .detailbtncontent {
    line-height: 30px;
    z-index: 7;
    padding: 0 30px;
    padding-left: 20px;
    border-radius: 15px;
  }
  
  .detailbtncontent::before {
    left: -12px;
    width: 0px !important;
    height: 0px !important;
    z-index: -1;
  }
  
  .detailbtncontent::after {
    right: -12px;
    width: 0px !important;
    height: 0px !important;
    z-index: -1;
  }
  
  .detailbtncontent span {
    font-size: 12px;
    top: 53%;
    right: 10px;
  }
  
  
  #itemorder .exampleitemleft {
    width: 100%;
    margin-left: 0%;
  }
  
  #itemorder .imgmiddle img {
    width: 50% !important;
    display: block;
    margin: 0 auto;
  }
  
  /* brand */
  #itembrand {
    display: none;
    /*padding: 50px 0;*/
    /*padding-bottom: 0px;*/
    /*background: linear-gradient(#fff, #e4e3e3);*/
    /*background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e4e3e3));*/
    /*background: -moz-linear-gradient(top, #fff, #e4e3e3);*/
    /*background: -o-linear-gradient(top, #fff, #e4e3e3);*/
    /*background: -ms-linear-gradient(#fff, 0%, #e4e3e3 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e4e3e3', GradientType=1);*/
  }

 #itembranda {
    display: block;
    padding: 50px 0;
    padding-bottom: 0px;
    background: linear-gradient(#fff, #e4e3e3);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e4e3e3));
    background: -moz-linear-gradient(top, #fff, #e4e3e3);
    background: -o-linear-gradient(top, #fff, #e4e3e3);
    background: -ms-linear-gradient(#fff, 0%, #e4e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e4e3e3', GradientType=1);
  }
  
  #itembrand .detailbtncontent,
  #itembranda .detailbtncontent {
    /* width: 220px; */
    transform: translateX(0);
    margin-left: -121px;
  }
  
  #itembrand .detailbtn,
  #itembranda .detailbtn {
    margin-bottom: 0px;
  }
  
  .phoneimg {
    width: 100%;
    height: auto;
  }
  
  .phoneimg img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  #itemstock {
    padding: 50px 0;
  }
  
  .row {
    margin: 0px !important;
  }
  
  #itemstock .exampleitemright .rightbig {
    font-size: 40px !important;
  }
  
  .stockp0 .exampleitemright {
    padding: 30px 0;
  }
  
  #itemstock .rightsmall {
    font-size: 16px;
  }
  
  .stockp0 .exampleitemright {
    padding: 0px 0;
  }
  
  #itemstock .exampleitemright .rightbig {
    font-size: 22px !important;
  }
  
  #itemstock .exampleitemright .rightbig span {
    color: #3863d2;
    font-size: 14px;
    line-height: 14px;
  }
  
  #itemstock .rightsmall {
    font-size: 14px;
    font-family: 'SourceHanSansCN-Regular';
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 17px;
  }
  
  #itemstock .exampleitem {
    border-radius: 4px;
  }
  
  .p0 {
    padding: 0px !important;
  }
  
  #itembrand .p0 .exampleitemright,
  #itembranda .p0 .exampleitemright {
    width: 100%;
  }
  
  .brandpercent.row {
    height: auto;
    margin-bottom: 10px !important;
  }
  
  #itembrand .p0 .exampleitemright .rightbig,
  #itembrand .p0 .exampleitemright .rightsmall,
  #itembranda .p0 .exampleitemright .rightbig,
  #itembranda .p0 .exampleitemright .rightsmall{
    padding-left: 0px;
    text-align: center;
  }
  
  #itembrand .p0 .exampleitemright .rightbig,
  #itembranda .p0 .exampleitemright .rightbig{
    font-size: 28px;
    font-family: 'MicrosoftTaiLe';
    font-weight: 400;
    color: rgba(56, 99, 210, 1);
  }
  
  #itembrand .p0 .exampleitemright .rightbig span,
  #itembranda .p0 .exampleitemright .rightbig span{
    font-size: 18px;
    font-family: 'MicrosoftTaiLe';
    font-weight: 300;
    color: rgba(56, 99, 210, 1);
  }
  
  #itembrand .p0 .exampleitemright .rightsmall,
  #itembranda .p0 .exampleitemright .rightsmall{
    font-size: 12px;
    font-family: 'SourceHanSansCN-Regular';
    font-weight: 400;
    color: rgba(56, 55, 63, 1);
    line-height: 26px;
  }
  
  
  #itemstock .hideborderspan {
    border: none;
    color: #fff;
  }
  
  .pr01 {
    padding-left: 0px !important;
  }
  
  #itemstock {
    background: #345ec6 url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/phonestockbg.png) no-repeat left bottom;
  }
  
  #itemstock .exampleitem {
    background: transparent;
    padding: 0px;
  }
  
  #itemstock .exampleitemleft,
  #itemstock .exampleitemright {
    width: 100%;
  }
  
  #itemstock .exampleitemleft img {
    /* width: 43% !important; */
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
  }
  
  #itemstock .exampleitemright .rightbig {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  
  #itemstock .exampleitemright .rightsmall {
    margin-left: 0px !important;
    padding-left: 0px;
    font-size: 12px;
    font-family: 'SourceHanSansCN-Normal';
    font-weight: 200;
    color: #fff;
    text-align: center;
  }
  
  #itemorder .example .exampleitem .exampleitemright {
    height: 90px !important;
    width: 100% !important;
  }
  
  #itemfactory .exampleitemleft {
    margin-left: 0px !important;
  }
  
  #itemfactory .example .exampleitem .exampleitemright {
    width: 100% !important;
  }
  
  #itemfactory .example .exampleitem .exampleitemright,
  #itemfactory .exampleitemright .rightsmall,
  #itemfactory .exampleitemright .rightbig {
    padding-left: 0px;
  }
  
  #itemorder {
    background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/phoneorderbg.png) no-repeat center center;
    background-size: cover;
  }
  
  #itemfactory .detailbtncontent {
    /* width: 172px; */
    left: 50%;
    margin-left: -97px;
    transform: translateX(0%);
  }
  
  #itemorder .detailbtncontent {
    /* width: 156px; */
    left: 50%;
    margin-left: -89px;
    transform: translateX(0%);
  }
}
.aidoVersionH5{
  font-family: PingFangHK-Medium, PingFangHK;
  color: #FFFFFF;
  word-wrap: break-word;
  font-size: 12px;
  transform: scale(0.8);
  line-height: 2rem;
}
.aidoVersionH5{
  position: absolute;
  top: 89%;
  left: 45%;
}
.aidoImg{
  position: absolute;
  left: 24%;
}
.aidoVersion{
  font-family: PingFangHK-Medium, PingFangHK;
  color: #FFFFFF;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 20px;
  /* position: absolute; */
  text-align: left;
  /* top: 10%;
  left: 59%; */
  opacity: 0.87;
  margin-left: 12px;
}
