@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
textarea,
blockquote {
  padding: 0;
  margin: 0;
}
body,
html,
a,
img,
div,
ul,
li,
p,
em,
span,
i,
input,
textarea,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ul,
li,
ol {
  list-style-type: none;
}
img {
  border: 0;
}
a {
  color: #666;
  text-decoration: none;
}
i,
b {
  font-weight: normal;
  font-style: normal;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
select,
textarea {
  outline: none;
}
em {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  display: none;
  width: 100%;
  font-family: "微软雅黑";
  -webkit-touch-callout: none;
  font-size: 0;
  height: 100%;
  color: #242831;
  background: #fff;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.flNone {
  float: none!important;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.img100 {
  width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxSizing,
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  cursor: pointer;
  /*border-radius:7px;*/
}
.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cursor {
  cursor: pointer;
}
.cursorN {
  cursor: default;
}
.Validform_checktip {
  text-align: left;
}
select {
  border: 1px #ccc solid;
}
.text_center,
.text-center,
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.bgnone {
  background: none!important;
}
.bgFFF {
  background: #fff;
}
.BgBlue {
  background: #33aae7;
  color: #fff;
}
.BgRed {
  background: #d36259;
  color: #fff;
}
.BgGreen {
  background: #3fd3a0;
  color: #fff;
}
.BgGray {
  background: #c1c1c1;
  color: #fff;
}
.font_fff,
.colorf {
  color: #fff;
}
.font_000,
.color0 {
  color: #000;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px  !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.margin0,
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.m20 {
  margin: 20px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.p20 {
  padding: 20px;
}
.p25pb0 {
  padding: 25px 25px 0;
}
.pb20 {
  padding-bottom: 20px;
}
.p020 {
  padding: 0 20px;
}
.p030 {
  padding: 0 30px;
}
.p0,
.padding0 {
  padding: 0px;
}
.bordern {
  border: none;
}
.borderbtmn {
  border-bottom: none !important;
}
.textHide2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textHide3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHide4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.flex {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
}
.flexLi {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flexAl {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.Animation {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*我的变量*/
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.ft-w {
  font-weight: bold;
}
.w50 {
  width: 50% !important;
}
body {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  background-color: #000;
}
body > div {
  position: relative;
  z-index: 2;
}
.header {
  background: #373536;
  z-index: 1003;
  position: fixed;
  width: 100%;
  max-width: 750px;
  height: 1rem;
}
.header span {
  font-size: 0.28rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.88rem;
  opacity: 0.9;
}
.header .logo {
  width: 0.5rem;
  display: inline-block;
  margin: 0.19rem 0.08rem 0.19rem 0.22rem;
  vertical-align: middle;
}
.header span + img {
  width: 0.42rem;
  float: right;
  margin: 0.325rem 0.4rem 0 0;
}
.header .dropList {
  display: none;
  position: fixed;
  z-index: 1002;
  background: #363636;
  padding-bottom: 0.2rem;
  border-top: 0.01rem solid #535353;
}
.header .dropList > a {
  font-size: 0.28rem;
  font-weight: 400;
  color: #b7b7b7;
  line-height: 0.87rem;
  display: block;
  padding-left: 0.39rem;
  width: 7.5rem;
}
.header .info {
  width: 1.44rem;
  height: 0.68rem;
  background: #3f3f3f;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.68rem;
  margin-left: 0.33rem;
  text-align: center;
  margin-top: 0.28rem;
}
.header .info > a {
  color: #b7b7b7;
}
.header .loginComplete a {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  align-items: center;
  height: 0.6rem;
  margin-top: 0.2rem;
  margin-right: 0.1rem;
}
.header .loginComplete span {
  line-height: initial;
  margin-left: 0.1rem;
}
.header .loginComplete a img {
  width: 0.6rem;
  border-radius: 50%;
  border: 0.02rem solid #626262;
}
.header .loginComplete {
  padding-left: 0.38rem;
}
#loginMask {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 6.5rem;
  transform: translate(-50%, 0);
  z-index: 99999;
}
#loginMask .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#loginMask .box {
  width: 100%;
  position: absolute;
  padding: 0 0.5rem;
  height: 1rem;
}
#loginMask .nc_scale {
  height: 1rem  !important;
}
#loginMask .sm-pop-inner {
  position: relative;
}
#loginMask #nc_1_wrapper {
  width: 100%;
}
.loginMaskText {
  z-index: 2006;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.loginMaskText p {
  z-index: 2007;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.28rem;
  width: 4.5rem;
  transform: translate(-50%, -50%);
  padding: 0.2rem 0.3rem;
  border-radius: 0.1rem;
  background-color: #000000;
  text-align: center;
  animation-duration: 3s;
  /* don't forget to set a duration! */
  color: #fff;
}
.nc-container .nc_scale span {
  height: 1rem  !important;
  line-height: 1rem !important;
}
#blackShade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  background: black;
  z-index: 1001;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.body-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.con {
  padding: 0 0.5rem;
}
.nav .con {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  padding: 0.2rem 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.nav .con .logo img {
  width: 2.09rem;
}
.nav .con .more img {
  width: 0.48rem;
}
#a1 {
  display: none;
}
.title {
  position: fixed;
  top: 1rem;
  z-index: 1002;
  width: 100%;
  max-width: 750px;
}
.title .con {
  position: relative;
  background-color: #1b1b1b;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  height: 0.8rem;
  align-items: center;
  justify-content: center;
}
.title .con .return {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.title .con .return img {
  width: 0.2rem;
}
.title .con .delete {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.title .con .delete img {
  display: block;
  width: 0.4rem;
}
.title .con .delete span {
  display: none;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.title .con .delete.on img {
  display: none;
}
.title .con .delete.on span {
  display: block;
}
.title .con h1 {
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.32rem;
}
.title .con .tab {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.title .con .tab a {
  font-size: 0.26rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
.title .con .tab a.active {
  font-size: 0.32rem;
  color: #fff;
}
.title .con .tab span {
  display: inline-block;
  margin: 0 0.25rem;
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.5);
}
.main {
  padding-top: 2.1rem;
}
.main .con .go {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  height: 1.2rem;
  align-items: center;
  justify-content: center;
  background-color: #ffb03f;
  box-shadow: 0px 7px 7px 1px rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
}
.main .con .go img {
  margin-right: 0.2rem;
  width: 0.42rem;
  height: 0.43rem;
}
.main .con .go span {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
}
.main .con .tab {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-top: 0.3rem;
  align-items: center;
  justify-content: space-between;
}
.main .con .tab li {
  position: relative;
  padding: 0.1rem 0.14rem;
  width: 3.12rem;
  border-radius: 0.1rem;
  background-color: rgba(44, 47, 47, 0.5);
}
.main .con .tab li:nth-of-type(2) a img {
  width: 0.58rem;
}
.main .con .tab li a {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  height: 1.2rem;
  align-items: center;
  justify-content: center;
  background-color: #1b1b1b;
  border-radius: 0.1rem;
}
.main .con .tab li a img {
  margin-right: 0.2rem;
  width: 0.45rem;
}
.main .con .tab li a span {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
}
.main .con .tab li #readNum {
  display: none;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  top: -0.07rem;
  right: -0.07rem;
  font-size: 0.18rem;
  background-color: #FF5722;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  line-height: 0.3rem;
}
.main .con .subTitle {
  margin: 0.3rem 0 0.2rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;
}
.main .con .product {
  position: relative;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-flow: column wrap;
}
.main .con .product li {
  width: calc((100% - 10px) / 2);
}
.main .con .product li a {
  display: block;
  width: 100%;
}
.main .con .product li a img {
  display: block;
  width: 100%;
  border-radius: 0.1rem 0.1rem 0px 0px;
}
.main .con .product li a p {
  padding: 0 0.2rem;
  height: 0.76rem;
  line-height: 0.76rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.22rem;
  color: #fff;
  background-color: #323033;
  border-radius: 0px 0px 0.1rem 0.1rem;
}
.main .con .product li.product-item2 a div {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  padding: 0.2rem 0;
  align-items: center;
  justify-content: center;
  background-color: #1B1B1B;
  border-radius: 0.1rem 0.1rem 0px 0px;
}
.main .con .product li.product-item2 a img {
  width: 2rem;
  opacity: 0.1;
  filter: alpha(opacity=0.1);
}
.main .con .product li.product-item2 a p span {
  text-align: center;
  padding: 0.1rem 0;
}
.main.myWork-main {
  width: 100%;
}
.main.myWork-main .con .product {
  width: 100%;
  margin-bottom: 5rem;
}
.main.myWork-main .con .product.active .product-item p i {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
}
.main.myWork-main .con .product .product-item.active p i {
  background-color: #6cdeff;
}
.main.myWork-main .con .product .product-item.active p i img {
  display: block;
}
.main.myWork-main .con .product .product-item p {
  padding: 0.1rem 0.2rem;
  position: relative;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  height: auto;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  line-height: inherit;
  justify-content: center;
}
.main.myWork-main .con .product .product-item p span:nth-of-type(1) {
  width: 100%;
  font-size: 0.22rem;
  margin-bottom: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main.myWork-main .con .product .product-item p span:nth-of-type(2) {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.5);
}
.main.myWork-main .con .product .product-item p i {
  display: none;
  position: absolute;
  bottom: 0.13rem;
  right: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  align-items: center;
  justify-content: center ;
  border-radius: 2px;
  border: solid 1px #6cdeff;
}
.main.myWork-main .con .product .product-item p i img {
  display: none;
  width: 90%;
}
.main.myWork-main .con .nodata {
  display: none;
}
.main.myWork-main .con .nodata .demo-box p {
  padding: 1rem 0;
  font-size: 0.28rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.deleteMask {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.deleteMask.active .con .all span {
  background-color: #6cdeff;
}
.deleteMask.active .con .all span img {
  display: block;
}
.deleteMask .con {
  position: relative;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  padding: 0 0.5rem;
  height: 1.08rem;
  align-items: center;
  justify-content: center;
  background-color: #1b1b1b;
}
.deleteMask .con .all {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-right: auto;
  font-size: 0.24rem;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.deleteMask .con .all span {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-right: 0.26rem;
  width: 0.3rem;
  height: 0.3rem;
  align-items: center;
  justify-content: center ;
  border-radius: 2px;
  border: solid 1px #6cdeff;
}
.deleteMask .con .all span img {
  display: none;
  width: 90%;
}
.deleteMask .con p {
  font-size: 0.26rem;
  color: #fff;
}
.deleteMask .con .delete {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.deleteMask .con .delete img {
  width: 0.4rem;
}
.details-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0;
  width: 100%;
}
.details-main.active .con .msg {
  display: block;
}
.details-main .con {
  padding: 0;
}
.details-main .con .center {
  position: relative;
}
.details-main .con .center .bg {
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-touch-callout: default;
}
.details-main .con .center .center-mask {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  position: fixed;
  top: 50%;
  right: 0.34rem;
  transform: translateY(-50%);
  padding: 0 0.37rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 18px;
  -webkit-border-radius: 18px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.details-main .con .center .center-mask a {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  padding: 0.25rem 0;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  color: #fff;
}
.details-main .con .center .center-mask a img {
  margin-bottom: 0.1rem;
}
.details-main .con .center .center-mask a:nth-of-type(1) img {
  width: 0.42rem;
}
.details-main .con .center .center-mask a:nth-of-type(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.details-main .con .center .center-mask a:nth-of-type(2) img {
  width: 0.36rem;
}
.details-main .con .center .center-mask a:nth-of-type(3) img {
  margin-bottom: 0.17rem;
  width: 0.46rem;
}
.details-main.my-details-main.active .con .msg {
  display: block;
}
.details-main.my-details-main .con .center-mask {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  right: 0.34rem;
  transform: translateY(-50%);
  padding: 0 0.37rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 18px;
  -webkit-border-radius: 18px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.details-main.my-details-main .con .center-mask a {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  padding: 0.25rem 0;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.details-main.my-details-main .con .center-mask a img {
  margin-bottom: 0.1rem;
}
.details-main.my-details-main .con .center-mask a:nth-of-type(1) img {
  width: 0.36rem;
}
.details-main.my-details-main .con .center-mask a:nth-of-type(2) img {
  width: 0.36rem;
}
.details-main.my-details-main .con .center-mask a:nth-of-type(3) div {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.details-main.my-details-main .con .center-mask a:nth-of-type(3) .mask-hide {
  display: none;
}
.details-main.my-details-main .con .center-mask a:nth-of-type(3) .mask-show {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
}
.details-main.my-details-main .con .center-mask a:nth-of-type(3).active .mask-hide {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
}
.details-main.my-details-main .con .center-mask a:nth-of-type(3).active .mask-show {
  display: none;
}
.details-main.my-details-main .con .center-mask a:nth-of-type(3) img {
  margin-bottom: 0.1rem !important;
  width: 0.5rem;
}
.details-main.my-details-main .con .center-mask a:nth-of-type(4) img {
  margin-bottom: 0.17rem;
  width: 0.46rem;
}
.details-main.my-details-main .con .center-mask a:last-of-type {
  border-bottom: 0;
}
.product-main {
  overflow-x: hidden;
}
.product-main .con dl dd {
  display: none;
}
.product-main .con dl dd.active {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.product-main .con dl dd .list-item {
  width: 100%;
}
.product-main .con dl dd .list-item .subTitle {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
  font-size: 0.28rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.98);
}
.product-main .con dl dd .list-item .subTitle b {
  color: #fb5858;
}
.product-main .con dl dd .list-item .subTitle .delete {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  display: none;
  margin-left: auto;
  align-items: center;
  color: rgba(255, 255, 255, 0.98);
}
.product-main .con dl dd .list-item .subTitle .delete img {
  margin-right: 0.13rem;
  width: 0.3rem;
}
.product-main .con dl dd .list-item textarea {
  padding: 0.2rem;
  width: 100%;
  height: 2.6rem;
  border-radius: 5px;
  border: dashed 1px #6cdeff;
  resize: none;
  background-color: transparent;
  font-size: 0.24rem;
  color: #fff;
}
.product-main .con dl dd .list-item-5 .subTitle b {
  color: #58d6fb;
}
.product-main .con dl dd .list-item-5 .td-btns {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-direction: column;
}
.product-main .con dl dd .list-item-5 .td-btns a {
  position: relative;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  margin-bottom: 0.2rem;
  width: 100%;
  background-color: rgba(67, 67, 67, 0.4);
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  color: #ffffff;
  font-size: 0.24rem;
  align-items: center;
  border: 2px solid transparent;
}
.product-main .con dl dd .list-item-5 .td-btns a .bg {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.product-main .con dl dd .list-item-5 .td-btns a .ks {
  display: inline-block;
  margin-right: 0.44rem;
  width: 0.21rem;
}
.product-main .con dl dd .list-item-5 .td-btns a .ks img {
  width: 0.21rem;
  opacity: 0.4;
  filter: alpha(opacity=0.4);
}
.product-main .con dl dd .list-item-5 .td-btns a i {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-left: auto;
  align-items: center;
}
.product-main .con dl dd .list-item-5 .td-btns a i img {
  margin-right: 0.1rem;
  width: 0.25rem;
}
.product-main .con dl dd .list-item-5 .td-btns a i img.on {
  display: none;
}
.product-main .con dl dd .list-item-5 .td-btns a i img.off {
  display: inline-block;
}
.product-main .con dl dd .list-item-5 .td-btns a.active {
  background-color: #0f0f0f;
  border-color: #6ddeff;
  color: #ffa752;
}
.product-main .con dl dd .list-item-5 .td-btns a.active .bg {
  display: block;
}
.product-main .con dl dd .list-item-5 .td-btns a.active .ks img {
  opacity: 1;
  filter: alpha(opacity=1);
}
.product-main .con dl dd .list-item-5 .td-btns a.active i .off {
  display: none;
}
.product-main .con dl dd .list-item-5 .td-btns a.active i .on {
  display: inline-block;
}
.product-main .con dl dd .list-item-5 .td-btns a.off {
  border-color: #eee !important;
  background-color: #fbfbfb !important;
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}
.product-main .con dl dd .list-item-6 {
  margin-top: 0.5rem;
}
.product-main .con dl dd .list-item-6 ul {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
}
.product-main .con dl dd .list-item-6 ul li {
  padding: 0.2rem 0;
  margin-right: 0.2rem;
  width: calc((100% - 0.4rem) / 3);
  background-color: rgba(67, 67, 67, 0.2);
  text-align: center;
  border: dashed 1px transparent;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
}
.product-main .con dl dd .list-item-6 ul li:last-of-type {
  margin-right: 0;
}
.product-main .con dl dd .list-item-6 ul li.active {
  border-color: #508d9f;
  color: #ffa752;
}
.product-main .con dl dd .list-item-2 {
  margin-top: 0.5rem;
}
.product-main .con dl dd .list-item-2 .typeIndex {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
  align-items: center;
}
.product-main .con dl dd .list-item-2 .typeIndex p {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-right: 0.3rem;
  width: 1.3rem;
  height: 0.5rem;
  font-size: 0.22rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.24rem;
  -webkit-border-radius: 0.24rem;
  color: #fff;
}
.product-main .con dl dd .list-item-2 .typeIndex p.active {
  background-color: #FFB03F;
}
.product-main .con dl dd .list-item-2 .mySwiper .mySwiper-list {
  display: none;
}
.product-main .con dl dd .list-item-2 .mySwiper .mySwiper-list.active {
  display: block;
}
.product-main .con dl dd .list-item-2 .type {
  position: relative;
  flex-direction: inherit;
}
.product-main .con dl dd .list-item-2 .type li {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-main .con dl dd .list-item-2 .type li div {
  position: relative;
  width: 100%;
  height: 1.2rem;
  border-radius: 8px;
}
.product-main .con dl dd .list-item-2 .type li div img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.product-main .con dl dd .list-item-2 .type li p {
  padding-top: 0.1rem;
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.8);
}
.product-main .con dl dd .list-item-2 .type li.list-1 div {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #558ff3;
}
.product-main .con dl dd .list-item-2 .type li.list-1 div img {
  width: 1rem;
}
.product-main .con dl dd .list-item-2 .type li.active div:before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 2px #6cdeff;
  border-radius: 8px;
}
.product-main .con dl dd .list-item-2 .type li.active div:after {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  top: 0.15rem;
  right: 0.15rem;
  background-image: url(../images/icon-right-2.png);
  background-size: 0.25rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.product-main .con dl dd .list-item-2 .type li.active p {
  color: #6cdeff;
}
.product-main .con dl dd .list-item-3 {
  margin-top: 0.3rem;
}
.product-main .con dl dd .list-item-3 ul {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
}
.product-main .con dl dd .list-item-3 ul li {
  position: relative;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-right: 0.2rem;
  width: calc((100% - 0.8rem) / 5);
  height: 1.6rem;
  background-color: rgba(67, 67, 67, 0.2);
  flex-direction: column;
  border-radius: 10px;
  align-items: center;
  border: dashed 1px transparent;
}
.product-main .con dl dd .list-item-3 ul li span {
  display: inline-block;
  border: solid 0.04rem #ffffff;
  border-radius: 0.1rem;
}
.product-main .con dl dd .list-item-3 ul li p {
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
  font-size: 0.2rem;
  text-align: center;
  color: #ffffff;
}
.product-main .con dl dd .list-item-3 ul li:last-of-type {
  margin-right: 0;
}
.product-main .con dl dd .list-item-3 ul li.active {
  border-color: #508d9f;
  background-color: rgba(67, 67, 67, 0.5);
}
.product-main .con dl dd .list-item-3 ul li.active span {
  border-color: #ffa752;
}
.product-main .con dl dd .list-item-3 ul li.active p {
  color: #ffa752;
}
.product-main .con dl dd .list-item-3 ul li:nth-of-type(1) span {
  margin-top: 0.34rem;
  width: 0.5rem;
  height: 0.5rem;
}
.product-main .con dl dd .list-item-3 ul li:nth-of-type(2) span {
  margin-top: 0.34rem;
  width: 0.66rem;
  height: 0.48rem;
}
.product-main .con dl dd .list-item-3 ul li:nth-of-type(3) span {
  margin-top: 0.25rem;
  width: 0.48rem;
  height: 0.66rem;
}
.product-main .con dl dd .list-item-3 ul li:nth-of-type(4) span {
  margin-top: 0.39rem;
  width: 0.66rem;
  height: 0.38rem;
}
.product-main .con dl dd .list-item-3 ul li:nth-of-type(5) span {
  margin-top: 0.25rem;
  width: 0.38rem;
  height: 0.66rem;
}
.product-main .con dl dd .list-item-4 .flash {
  margin-top: 0.3rem;
}
.product-main .con dl dd .list-item-4 .flash .flash-list {
  display: none;
}
.product-main .con dl dd .list-item-4 .flash .flash-list.active {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
}
.product-main .con dl dd .list-item-4 .flash .flash-list .flashLabel {
  margin-right: 0.3rem;
  font-size: 0.26rem;
}
.product-main .con dl dd .list-item-4 .flash .flash-list div {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
}
.product-main .con dl dd .list-item-4 .flash .flash-list div span {
  display: inline-block;
  padding: 0.06rem 0.1rem;
  margin-right: 0.1rem;
  font-size: 0.22rem;
  color: #fff;
  border-radius: 8px;
}
.product-main .con dl dd .list-item-4 .flash .flash-list div span:nth-of-type(1) {
  background-color: #6cdeff;
}
.product-main .con dl dd .list-item-4 .flash .flash-list div span:nth-of-type(2) {
  background-color: #ffbd7c;
}
.product-main .con dl dd .list-item-4 .flash .flash-list div span:nth-of-type(3) {
  margin-right: 0;
  background-color: #7cffa7;
}
.product-main .con dl dd .list-item-4 .flash .flash-list .flashBox {
  margin-left: auto;
}
.product-main .con dl dd .list-item-4 .flash .flash-list .flashBox img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0.34rem;
}
.product-main .con dl dd .list-item-4 .textarea {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 2.6rem;
  border-radius: 5px;
  border: dashed 1px #6cdeff;
  resize: none;
  background-color: transparent;
  font-size: 0.24rem;
  color: #fff;
}
.product-main .con dl dd .list-item-4 .textarea textarea {
  border: 0;
  flex: 1;
}
.product-main .con dl dd .list-item-4 .textarea p {
  padding: 0.2rem 0.2rem;
  text-align: right;
  color: rgba(255, 255, 255, 0.3);
}
.product-main .con dl dd .send {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin: 1rem 0;
  width: 3.6rem;
  height: 0.96rem;
  background-color: #ffb03f;
  box-shadow: 0px 7px 7px 1px rgba(0, 0, 0, 0.08);
  border-radius: 0.2rem;
  align-items: center;
  justify-content: center;
  font-size: 0.26rem;
  color: #fff;
}
.product-main .con dl dd .send span {
  line-height: 0.26rem;
}
.product-main .con dl dd .send img {
  margin: 0 0.09rem 0 0.3rem;
  width: 0.22rem;
}
.product-main .con dl dd.imgTab .list-item-1 #addImg {
  height: 3.2rem;
  border-radius: 0.1rem;
  border: dashed 1px #6cdeff;
}
.product-main .con dl dd.imgTab .list-item-1 #addImg .add {
  position: relative;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.product-main .con dl dd.imgTab .list-item-1 #addImg .add img {
  margin-bottom: 0.46rem;
  width: 0.8rem;
}
.product-main .con dl dd.imgTab .list-item-1 #addImg .add span {
  margin-bottom: 0.16rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #ffffff;
}
.product-main .con dl dd.imgTab .list-item-1 #addImg .add em {
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.5);
}
.product-main .con dl dd.imgTab .list-item-1 #addImg .add .postImg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.product-main .con dl dd.imgTab .list-item-1 #addImg .centent {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  display: none;
  height: 100%;
  padding: 0.1rem;
  align-items: center;
  justify-content: center;
}
.product-main .con dl dd.imgTab .list-item-1 #addImg .centent img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.produce-main .con .bgImage {
  margin-bottom: 0.4rem;
  width: 100%;
}
.produce-main .con .bgImage img {
  width: 100%;
  -webkit-touch-callout: default;
}
.produce-main .con .produce-title {
  margin-bottom: 0.26rem;
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.98);
}
.produce-main .con .center {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
  flex-wrap: nowrap;
}
.produce-main .con .center li {
  margin-right: 0.3rem;
  width: calc((100% - 0.9rem) / 4);
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border: solid 0.04rem transparent;
}
.produce-main .con .center li a {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
}
.produce-main .con .center li a img {
  display: block;
  width: 100%;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
}
.produce-main .con .center li a span {
  position: absolute;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  border: solid 1px #6cdeff;
}
.produce-main .con .center li a span img {
  display: none;
  width: 100%;
}
.produce-main .con .center li:last-of-type {
  margin-right: 0;
}
.produce-main .con .center li.active {
  border-color: #6cdeff;
}
.produce-main .con .center li.active a span {
  background-color: #6cdeff;
}
.produce-main .con .center li.active a span img {
  display: block;
}
.produce-main .con .msg {
  margin-bottom: 0.5rem;
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.4rem;
}
.produce-main .con .type {
  margin-bottom: 1.4rem;
}
.produce-main .con .type span {
  display: inline-block;
  padding: 0.06rem 0.28rem;
  font-size: 0.22rem;
  color: #fff;
  background-color: #6cdeff;
  border-radius: 0.08rem;
}
.produce-main .con .btns {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
  flex-wrap: nowrap;
  align-items: center;
}
.produce-main .con .btns .anew {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-right: 0.5rem;
  width: 2.4rem;
  height: 0.96rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  align-items: center;
  justify-content: center;
  border: 1px dashed #8a662e;
  background-color: #1b1b1b;
  box-shadow: 0px 7px 7px 1px rgba(0, 0, 0, 0.08);
}
.produce-main .con .btns .anew img {
  margin-left: 0.24rem;
  margin-right: 0.08rem;
  width: 0.24rem;
}
.produce-main .con .btns .down {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex: 1;
  height: 0.96rem;
  background-color: #ffb03f;
  box-shadow: 0px 7px 7px 1px rgba(0, 0, 0, 0.08);
  border-radius: 0.2rem;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.produce-main .con .btns .down img {
  width: 0.34rem;
  margin-right: 0.18rem;
}
.footer {
  padding: 0.27rem 0;
  text-align: center;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.loadMask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1006;
}
.loadMask .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem;
  transform: translate(-50%, -50%);
  background-color: #3D444F;
  box-shadow: 0px 0px 12px 0px rgba(150, 150, 150, 0.39);
  border-radius: 10px;
}
.loadMask .loading .loading-con {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.loadMask .loading .loading-con img {
  margin-top: 0.24rem;
  display: block;
  width: 1.7rem;
}
.loadMask .loading .loading-con p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.5rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}
.loadMask .loading .loading-con p em {
  margin-top: 0.1rem;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1006;
}
.mask .shareMask {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.2rem;
  transform: translate(-50%, -50%);
  border-radius: 0.36rem;
}
.mask .shareMask img {
  display: block;
}
.mask .shareMask .bg {
  width: 100%;
  -webkit-touch-callout: default;
}
.mask .shareMask .text {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.2rem 0.05rem 0.05rem 0.2rem;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.mask .shareMask .text .left {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  height: 1.6rem;
  justify-content: space-around;
}
.mask .shareMask .text .left p {
  padding-right: 0.2rem;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mask .shareMask .text .left img {
  width: 3rem;
}
.mask .shareMask .text .right {
  width: 1.6rem;
}
.mask .shareMask .text .right img {
  width: 1.6rem;
}
.mask .shareMask .close {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  margin-top: 0.38rem;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mask .shareMask .close p {
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
}
.mask .shareMask .close a img {
  width: 0.5rem;
}
.mask2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1006;
}
.mask2 .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.2rem;
  transform: translate(-50%, -50%);
  background-color: #3D444F;
  box-shadow: 0px 0px 12px 0px rgba(150, 150, 150, 0.39);
  border-radius: 10px;
}
.mask2 .loading .close-img {
  position: absolute;
  right: 10px;
  top: 10px;
}
.mask2 .loading .close-img img {
  width: 14px;
}
.mask2 .loading .loading-con {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
  flex-direction: column;
  align-items: center;
}
.mask2 .loading .loading-con img {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  display: block;
  width: 1.7rem;
}
.mask2 .loading .loading-con p {
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.4rem;
}
.msgMask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1003;
}
.msgMask .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1002;
}
.msgMask .msg {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 100%;
  padding: 0.5rem 0.5rem 0.2rem;
  z-index: 1003;
}
.msgMask .msg div {
  position: relative;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
  flex-wrap: nowrap;
}
.msgMask .msg div label {
  display: inline-block;
  width: 70px;
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.5);
}
.msgMask .msg div span {
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.8);
}
.msgMask .msg div.ms span {
  flex: 1;
}
.msgMask .msg div.ms a {
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  color: #656565;
  opacity: 0.8;
  font-size: 0.22rem;
}
.msgMask .msg div.type p span {
  display: inline-block;
  padding: 0.07rem 0.23rem;
  border-radius: 8px;
}
.msgMask .msg div.type p span:nth-of-type(1) {
  background-color: #6cdeff;
}
.msgMask .msg div.type p span:nth-of-type(2) {
  background-color: #ec96ff;
}
.msgMask .msg div.time {
  position: relative;
}
.msgMask .msg div.time .jubao {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.22rem;
  color: #fe6868;
}
.msgMask .msg div.time .jubao img {
  margin-right: 0.1rem;
  width: 0.22rem;
}
.taskListMask {
  z-index: 9999;
  position: fixed;
  top: 0.12rem;
  left: 0.12rem;
  width: calc(100% - 0.24rem);
  padding: 0.3rem 0.3rem;
  background-color: rgba(234, 234, 234);
  border-radius: 10px;
}
.taskListMask p {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.taskListMask p .goUrl {
  font-size: 0.28rem;
  color: #000;
}
.taskListMask p .close img {
  display: block;
  width: 0.2rem;
  min-width: 15px;
}
.loginMask {
  display: none;
  z-index: 1003 ;
  position: relative;
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 750px;
  top: 0;
  left: 0;
}
.loginMask .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.loginMask .login-type .list-2 {
  display: none;
}
.loginMask .login-type .list-2 a {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
}
.loginMask .login-type .list-2 a img {
  width: 0.2rem;
}
.loginMask .center {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.5rem;
  padding: 0.7rem 0.5rem 0.4rem;
  background: #fff;
  color: #000;
  text-align: center;
  --animate-duration: 0.5s;
  border-radius: 0.2rem 0.2rem 0 0;
}
.loginMask .center h4 {
  margin-bottom: 0.4rem;
  font-size: 0.35rem;
  font-weight: bold;
  line-height: 0.4rem;
}
.loginMask .center .btn-type a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333333;
}
.loginMask .center .btn-type a.active {
  height: 1rem;
  line-height: 1rem;
  background-color: #ffd050;
  border-radius: 50px;
}
.loginMask .center .btn-type .sumbit-btn {
  position: relative;
  margin-bottom: 0.44rem;
}
.loginMask .center .btn-type .sumbit-btn span {
  position: absolute;
  font-size: 12px;
  right: 0.22rem;
  opacity: 0.7;
  display: none;
}
.loginMask .center .btn-type .sumbit-btn.active span {
  display: inline-block;
}
.loginMask .center .btn-type .code-btn {
  margin-bottom: 0.6rem;
  line-height: 0.36rem;
}
.loginMask .center .info-input .item {
  padding-left: 0.3rem;
  width: 100%;
  height: 1rem;
  font-size: 0.28rem;
  background-color: #f4f4f4;
  border-radius: 50px;
  border: solid 1px transparent;
}
.loginMask .center .info-input .item::placeholder {
  color: #b5b5b5;
}
.loginMask .center .info-input .yzmBox {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-wrap: nowrap;
  background-color: #f4f4f4;
  border: solid 1px transparent;
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0.32rem;
  border-radius: 50px;
}
.loginMask .center .info-input .yzmBox .item {
  flex: 1;
  border: 0;
  background-color: transparent;
}
.loginMask .center .info-input .yzmBox .yellow-btn {
  position: initial !important;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  right: 0;
  top: 0;
  width: 1.8rem;
  height: 1rem;
  font-size: 0.28rem;
  color: #333333;
  background-color: #ffd050;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.loginMask .center .info-input .info-btn {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
  width: 100%;
  height: 1rem;
  font-size: 0.28rem;
  color: #333333;
  background-color: #ffd050;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 0;
}
.loginMask .center .other {
  position: relative;
  display: inline-block;
  margin-bottom: 0.38rem;
  text-align: center;
}
.loginMask .center .other:before,
.loginMask .center .other:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.84rem;
  height: 1px;
  background-color: #dbdbdb;
}
.loginMask .center .other:before {
  left: -2.44rem;
}
.loginMask .center .other:after {
  right: -2.44rem;
}
.loginMask .center .other-type {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
  align-items: center;
  justify-content: center;
}
.loginMask .center .other-type a img {
  width: 0.98rem;
}
.loginMask .center .tips {
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.loginMask .center .tips a {
  color: #e6b455;
}
#YpRiddlerBtn {
  display: none;
  z-index: 1003;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#YpRiddlerBtn .yp-riddler .yp-riddler-winbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.alertBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1006;
}
.alertBox .centent {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.4rem;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
}
.alertBox .centent .alertBox-btns {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.alertBox .centent .alertBox-btns a {
  padding: 0;
  height: 0.85rem;
  line-height: 0.85rem;
}
.alertBox .centent .alertBox-btns a:nth-of-type(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.alertBox .centent span {
  display: block;
  padding: 0.8rem 0.4rem;
  font-size: 16px;
  color: #000;
  word-wrap: break-word;
  word-break: normal;
  width: 100%;
  text-align: center;
}
.alertBox .centent a {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 0.25rem 0;
  font-size: 14px;
  color: #5e6e8a;
  text-align: center;
}
.layer-demo {
  color: #000 !important;
}
.layer-demo .layui-layer-content {
  color: #000 !important;
}
.reportMask {
  z-index: 1003;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.reportMask .report {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 0.3rem;
  transform: translate(-50%, -50%);
  width: 5.6rem;
  background: #fff;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
}
.reportMask .report .close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}
.reportMask .report .close img {
  width: 0.21rem;
}
.reportMask .report .reportTitle {
  margin-top: 0.5rem;
  margin-bottom: 0.1rem;
  font-size: 0.28rem;
  color: #000;
  text-align: center;
}
.reportMask .report .center {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  flex-direction: column;
}
.reportMask .report .center .center-item p {
  margin-bottom: 0.25rem;
  font-size: 0.22rem;
  color: #000;
}
.reportMask .report .center .center-item ul {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.reportMask .report .center .center-item ul li {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-bottom: 0.24rem;
  margin-right: 0.175rem;
  width: 1.55rem;
  height: 0.52rem;
  background-color: #eeeeee;
  border-radius: 0.26rem;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
}
.reportMask .report .center .center-item ul li:nth-of-type(3n) {
  margin-right: 0;
}
.reportMask .report .center .center-item ul li.active {
  background-color: #ffb03f;
  color: #fff;
}
.reportMask .report .center .center-item div {
  background-color: #eeeeee;
  font-size: 0.22rem;
  border-radius: 0.26rem;
}
.reportMask .report .center .center-item div .layui-textarea {
  resize: none;
  padding-top: 0.26rem;
  border: 0;
  font-size: 0.22rem;
  background-color: #eeeeee;
  border-radius: 0.26rem;
}
.reportMask .report .center .center-item div span {
  display: block;
  text-align: right;
  padding-right: 0.17rem;
  padding-bottom: 0.21rem;
  color: rgba(0, 0, 0, 0.6);
}
.reportMask .report .enter {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin: 0.5rem auto 0.42rem;
  width: 2.8rem;
  height: 0.72rem;
  background-color: #ffb03f;
  box-shadow: 0px 7px 7px 1px rgba(0, 0, 0, 0.08);
  border-radius: 0.2rem;
  align-items: center;
  justify-content: center;
  font-size: 0.26rem;
  color: #fff;
  font-weight: bold;
}
.discountMask {
  display: none;
  z-index: 1003 ;
  position: relative;
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 750px;
  top: 0;
  left: 0;
}
.discountMask .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.discountMask .center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 0.6rem;
}
.discountMask a {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.discountMask a.close {
  margin-bottom: 0.1rem;
  justify-content: flex-end;
}
.discountMask a.close img {
  width: 0.36rem;
}
.discountMask a.box {
  position: relative;
}
.discountMask a.box img {
  width: 100%;
}
.discountMask a.box p {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 0.98rem;
  background-image: linear-gradient(0deg, #ffe4b9 0%, #fffbea 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 2.4px 4.4px 12px 0px rgba(0, 0, 0, 0.29);
  border-radius: 48.5px;
  font-size: 0.46rem;
  font-weight: bold;
  color: #da3431;
  align-items: center;
  justify-content: center;
}
.buyMask {
  display: none;
  z-index: 1003 ;
  position: relative;
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 750px;
  top: 0;
  left: 0;
}
.buyMask .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.buyMask .center {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  --animate-duration: 0.5s;
}
.buyMask .center .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
.buyMask .center .close img {
  display: block;
  width: 0.33rem;
}
.buyMask .center h4 {
  padding: 0.36rem 0 0.37rem;
  font-size: 0.28rem;
  text-align: center;
  color: #333333;
  background-color: #f6f6f6;
  border-radius: 0.5rem 0.5rem 0 0;
}
.buyMask .center .advantage {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
  background-color: #f6f6f6;
}
.buyMask .center .advantage li {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-bottom: 0.26rem;
  width: 50%;
  font-size: 0.28rem;
  color: #000;
  align-items: center;
}
.buyMask .center .advantage li:nth-of-type(1) {
  padding-left: 0.8rem;
}
.buyMask .center .advantage li:nth-of-type(1) img {
  margin-right: 0.2rem;
  width: 0.71rem;
}
.buyMask .center .advantage li:nth-of-type(2) {
  padding-left: 0.2rem;
}
.buyMask .center .advantage li:nth-of-type(2) img {
  margin-right: 0.3rem;
  width: 0.58rem;
}
.buyMask .center .advantage li:nth-of-type(3) {
  padding-left: 0.8rem;
}
.buyMask .center .advantage li:nth-of-type(3) img {
  margin-right: 0.3rem;
  margin-left: 0.06rem;
  width: 0.59rem;
}
.buyMask .center .advantage li:nth-of-type(4) {
  padding-left: 0.2rem;
}
.buyMask .center .advantage li:nth-of-type(4) img {
  margin-right: 0.3rem;
  width: 0.58rem;
}
.buyMask .center .pay {
  padding: 0.22rem 0.8rem 0.13rem;
}
.buyMask .center .pay .pay-item {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 0.3rem;
  padding: 0 0.4rem 0 0.3rem;
  height: 1.07rem;
  align-items: center;
  border-radius: 0.2rem;
  border: solid 0.03rem #d4d4d4;
}
.buyMask .center .pay .pay-item .check {
  display: none;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0.7rem;
}
.buyMask .center .pay .pay-item i {
  position: absolute;
  display: block;
  top: -0.26rem;
  left: -1px;
  width: 1rem;
  height: 0.52rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 0.52rem;
  background: linear-gradient(90deg, #ff4200, #ff9b25);
  border-radius: 0.1rem;
}
.buyMask .center .pay .pay-item span {
  width: 1.5rem;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.28rem;
}
.buyMask .center .pay .pay-item b {
  font-size: 0.36rem;
  color: #fa5e00;
  line-height: 0.36rem;
}
.buyMask .center .pay .pay-item p {
  margin-left: auto;
  font-size: 0.28rem;
  color: #999999;
  line-height: 0.28rem;
}
.buyMask .center .pay .pay-item.active {
  border-color: #ff9623;
  box-shadow: 2.9px 5.2px 6px 0px rgba(0, 0, 0, 0.14);
}
.buyMask .center .pay .pay-item.active .check {
  display: block;
}
.buyMask .center .pay .pay-item:last-of-type {
  margin-bottom: 0;
}
.buyMask .center .agreement {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
  font-size: 0.24rem;
  color: #666666;
  align-items: center;
  justify-content: center;
}
.buyMask .center .agreement img {
  margin-right: 0.13rem;
  width: 0.24rem;
}
.buyMask .center .agreement a {
  color: #ff9b25;
}
.buyMask .center #wxpay {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin: 0 auto 0.2rem;
  width: 5.53rem;
  height: 0.88rem;
  font-size: 0.3rem;
  color: #fff;
  background-color: #00c800;
  border-radius: 43.73px;
  align-items: center;
  justify-content: center;
}
.buyMask .center #wxpay img {
  margin-right: 0.3rem;
  width: 0.65rem;
}
.buyMask .center #alipay {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
  margin: 0 auto 0.2rem;
  width: 5.53rem;
  height: 0.88rem;
  font-size: 0.3rem;
  color: #fff;
  background-color: #37a3ff;
  border-radius: 43.73px;
  align-items: center;
  justify-content: center;
}
.buyMask .center #alipay img {
  margin-right: 0.3rem;
  width: 0.54rem;
}
.privacy-alert-container {
  z-index: 1005;
}
.privacy-alert-container .dialog {
  font-size: 0.24rem !important;
  color: #000;
}
.dialog-type-container {
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 0.24rem !important;
  color: #000;
  z-index: 1005;
}
.dialog-type-container .dialog-type-inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.2rem;
}
.dialog-type-container .agreement .checke-1 svg g {
  width: 10px;
  height: 10px;
}
.dialog-type-inner-content {
  padding: 0 !important;
  border-radius: 0.2rem;
  z-index: 1004 !important;
}
.dialog-type-inner-content .logo {
  display: block;
  margin-top: 1.5rem !important;
  width: 1rem !important;
}
.dialog-type-inner-content .close-btn {
  top: 0.2rem;
  right: 0.2rem;
}
.dialog-type-inner-content .dialog-title {
  position: absolute;
  top: 0;
}
.dialog-type-container .dialog-type-inner-content .agreement .check-box {
  width: 0.24rem;
  height: 0.24rem;
}
.dialog-type-container .dialog-type-inner-content .agreement .checke-0 {
  /* display: inline-block;
    vertical-align: middle; */
  position: absolute;
  left: 0.1rem;
  top: 0.05rem;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(../images/login-1.gif);
  background-size: 0.24rem 0.24rem;
  border: 0;
  border-radius: 0;
  background-position: center;
}
.dialog-type-container .dialog-type-inner-content .agreement .agree-content {
  padding-left: 0.3rem;
}
.privacy-alert-container .dialog {
  border-radius: 0.2rem 0.2rem 0 0;
}
.dialog-type-inner-content .agreement .agree-content {
  text-align: left !important;
}
.dialog-type-container .dialog-type-inner-content .agreement .agree-content {
  padding-left: 0.3rem;
}
.dialog-type-container .dialog-type-inner-content .agreement .checke-1 {
  /* display: inline-block;
    vertical-align: middle; */
  position: absolute;
  left: 0.1rem;
  top: 0.05rem;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(../images/login-2.png);
  background-size: 0.24rem 0.24rem;
  border: 0;
  border-radius: 0;
  background-position: center;
}
.dialog-type-container .dialog-type-inner-content .submit-btn {
  height: 1rem;
  /* line-height: 1rem; */
  font-size: 0.36rem;
  color: #333333;
  /* background-color: #ffd050; */
  border-radius: 50px;
  /* opacity: 1; */
  font-weight: initial;
}
.dialog-type-inner-content .close-btn {
  top: 0.2rem;
  right: 0.2rem;
}
.dialog-type-inner-content .agreement {
  padding: 0 0.1rem !important;
}
.dialog-type-inner-content .number-con-wrap {
  margin-top: 1.5rem !important;
  margin-bottom: 0;
}
.dialog-type-inner-content .custom-view-box {
  margin-bottom: 0 !important;
  background-color: #f4f4f4;
  border-radius: 0 0 0.2rem 0.2rem;
}
.dialog-type-container .dialog-type-inner-content .submit-btn {
  background-image: none;
  background-color: #ffd050 !important;
}
.dialog-type-inner-content .custom-view-box div {
  padding: 0.3rem 0;
  text-align: center;
}
.dialog-type-inner-content .custom-view-box div p {
  margin-bottom: 0.1rem;
  color: #e6b455;
}
.privacy-alert-container .page-type-tabs ul {
  padding: 0 0.2rem;
}
.privacy-alert-container .page-type-tabs ul span {
  width: calc(100% / 3) !important;
}
#maskLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1006;
}
#maskLoading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 375px) {
  .buyMask .center h4 {
    padding: 0.3rem 0 0.2rem;
  }
  .buyMask .center .advantage {
    padding-bottom: 0;
  }
  .buyMask .center .advantage li {
    margin-bottom: 0.2rem;
  }
  .buyMask .center .pay .pay-item {
    height: 0.8rem;
  }
  .buyMask .center .agreement {
    margin-bottom: 0.2rem;
  }
  .buyMask .center #wxpay,
  .buyMask .center #alipay {
    height: 0.8rem;
  }
}
