@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 {
  background-color: #e2e5f1;
}
.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;
}
.title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
  line-height: 16px;
}
.title em {
  display: inline-block;
  color: #ff0000;
  line-height: 16px;
}
body {
  width: 100%;
  height: 100%;
  background-color: #fdfaff;
}
html {
  width: 100%;
  height: 100%;
}
.mainBox {
  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;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  min-height: 800px;
  padding-top: 96px;
  flex-wrap: nowrap;
}
.mainBox > .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: 1;
  flex-wrap: nowrap;
}
.mainBox > .left .left-table {
  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: 30px 10px;
  flex-direction: column;
  align-items: center;
  background: #fff;
  font-size: 16px;
  color: #000000;
  border-right: 1px solid #eaeaea;
}
.mainBox > .left .left-table 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;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  cursor: pointer;
}
.mainBox > .left .left-table div img {
  margin-bottom: 10px;
  width: 24px;
}
.mainBox > .left .left-table div span {
  line-height: 16px;
}
.mainBox > .left .left-table div.active {
  color: #ff6a54;
  background-color: #ffe6e3;
}
.mainBox > .left #boxList {
  flex: 1;
}
.mainBox > .left #boxList > li {
  display: none;
  width: 100%;
  height: 100%;
}
.mainBox > .left #boxList > li > .left {
  overflow-y: scroll;
  flex-wrap: nowrap !important;
}
.mainBox > .left #boxList > li > .left::-webkit-scrollbar {
  width: 10px;
}
.mainBox > .left #boxList > li > .left::-webkit-scrollbar-track {
  background-color: transparent;
}
.mainBox > .left #boxList > li > .left::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #f1f1f1;
}
.mainBox > .left #boxList .right {
  flex: 1;
  background-color: #fdfaff;
  border-radius: 4px;
}
.mainBox > .left #boxList .right .demo {
  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;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.mainBox > .left #boxList .right .demo .demo-box {
  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;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainBox > .left #boxList .right .demo .demo-box span {
  position: absolute;
  padding-right: 7px;
  left: -12px;
  top: 98px;
  height: 21px;
  background: #fff;
  line-height: 21px;
  border-radius: 4px;
  color: #666666;
}
.mainBox > .left #boxList .right .demo .demo-box img {
  width: 133px;
}
.mainBox > .left #boxList .right .demo .demo-box p {
  margin-top: 20px;
  color: #999999;
}
.mainBox > .left #boxList .right .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;
  padding: 20px 10px;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.mainBox > .left #boxList .right .centent 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;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
  font-size: 0;
}
.mainBox > .left #boxList .right .centent li > div {
  position: relative;
  font-size: 0;
}
.mainBox > .left #boxList .right .centent li > div:nth-of-type(2n) {
  margin-left: 10px;
}
.mainBox > .left #boxList .right .centent li > div > img {
  width: 100%;
  max-width: 280px;
  max-height: 280px;
}
.mainBox > .left #boxList .right .centent li > div:hover .down-mask {
  display: flex;
}
.mainBox > .left #boxList .right .centent li > div .down-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;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.mainBox > .left #boxList .right .centent li > div .down-mask.off span {
  display: block;
}
.mainBox > .left #boxList .right .centent li > div .down-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;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 50px;
  background-image: url(../images/btn.png);
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}
.mainBox > .left #boxList .right .centent li > div .down-mask a span {
  font-size: 12px;
  line-height: 12px;
}
.mainBox > .left #boxList .right .centent li > div .down-mask a img {
  margin: 0 5.5px 0 0;
  width: 19px;
}
.mainBox > .left #boxList .right .centent li > div .down-mask span {
  display: none;
  margin-top: 6px;
  font-size: 16px;
  width: 145px;
  height: 50px;
  border: 1px solid #2090fc;
  border-radius: 4px;
  color: #2090fc;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.mainBox > .left #boxList .right .centent li > div .down-mask .mask-fx {
  margin-top: 15px;
  background-color: #ffffff;
  background-image: none;
  border-radius: 4px;
  color: #000000;
}
.mainBox > .left #boxList .right .centent li > div .down-mask .mask-fx img {
  width: 15px;
  margin-right: 8px;
}
.mainBox > .left #boxList .right .centent li:nth-of-type(1) {
  margin-bottom: 10px;
}
.mainBox > .left #boxList .right .centent li.imgType1 > div {
  width: 30%;
  min-width: 270px;
}
.mainBox > .left #boxList .right .centent li.imgType1 > div .onImg {
  max-width: inherit !important;
  max-height: inherit !important;
}
.mainBox > .left #boxList .right .centent li.imgType1-1 {
  margin-bottom: 0;
}
.mainBox > .left #boxList .right .centent li.imgType1-1 > div {
  width: 55%;
  max-width: 1024px;
}
.mainBox > .left #boxList .right .centent li.imgType1-1 .onImg {
  max-width: 1024px;
  max-height: inherit !important;
}
.mainBox > .left #boxList .right .centent li.imgType1-2 {
  margin-bottom: 0;
}
.mainBox > .left #boxList .right .centent li.imgType1-2 > div {
  width: 40%;
}
.mainBox > .left #boxList .right .centent li.imgType1-2 .onImg {
  max-width: inherit !important;
  max-height: inherit !important;
}
.mainBox > .left #boxList .right .centent li.imgType2 > div {
  width: 35%;
}
.mainBox > .left #boxList .right .centent li.imgType2 > div .onImg {
  max-width: inherit !important;
  max-height: inherit !important;
}
.mainBox > .left #boxList .right .centent li.imgType2-1 {
  margin-bottom: 0;
}
.mainBox > .left #boxList .right .centent li.imgType2-1 > div {
  width: 80%;
  max-width: 1232px;
}
.mainBox > .left #boxList .right .centent li.imgType2-1 .onImg {
  max-width: inherit !important;
  max-height: inherit !important;
}
.mainBox > .left #boxList .right .centent li.imgType2-2 {
  margin-bottom: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainBox > .left #boxList .right .centent li.imgType2-2 > div {
  width: 35%;
}
.mainBox > .left #boxList .right .centent li.imgType2-2 > div:nth-of-type(1) {
  margin-bottom: 10px;
}
.mainBox > .left #boxList .right .centent li.imgType2-2 > div:nth-of-type(2) {
  margin-left: 0;
}
.mainBox > .left #boxList .right .centent li.imgType2-2 .onImg {
  max-width: inherit !important;
  max-height: inherit !important;
}
.mainBox > .left #boxList .right .centent li.imgType3 > div {
  width: 20%;
  min-width: 250px;
}
.mainBox > .left #boxList .right .centent li.imgType3 > div .onImg {
  max-width: inherit !important;
  max-height: inherit !important;
}
.mainBox > .left #boxList .right .centent li.imgType3-1 {
  margin-bottom: 0;
  height: inherit !important;
  align-items: center !important;
}
.mainBox > .left #boxList .right .centent li.imgType3-1 > div {
  max-height: 1152px;
  max-width: 832px;
  width: 37%;
  min-width: 370px;
}
.mainBox > .left #boxList .right .centent li.imgType3-1 .onImg {
  width: 100%;
  max-width: inherit !important;
  max-height: inherit !important;
  height: inherit !important;
}
.mainBox > .left #boxList .right .centent li.imgType3-2 {
  margin-bottom: 0;
  height: inherit !important;
  align-items: center !important;
}
.mainBox > .left #boxList .right .centent li.imgType3-2 > div {
  width: 40%;
}
.mainBox > .left #boxList .right .centent li.imgType3-2 .onImg {
  width: 100% !important;
  max-width: inherit !important;
  max-height: inherit !important;
  height: inherit !important;
}
.mainBox > .left #boxList .right .centent li.imgType4 > div {
  width: 40%;
}
.mainBox > .left #boxList .right .centent li.imgType4 > div .onImg {
  max-width: inherit;
  max-height: inherit;
}
.mainBox > .left #boxList .right .centent li.imgType4-1 {
  margin-bottom: 0;
}
.mainBox > .left #boxList .right .centent li.imgType4-1 > div {
  width: 80%;
  max-width: 1344px;
}
.mainBox > .left #boxList .right .centent li.imgType4-1 .onImg {
  max-width: 1344px;
  max-height: inherit !important;
}
.mainBox > .left #boxList .right .centent li.imgType4-2 {
  margin-bottom: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainBox > .left #boxList .right .centent li.imgType4-2 > div {
  width: 47%;
}
.mainBox > .left #boxList .right .centent li.imgType4-2 > div:nth-of-type(1) {
  margin-bottom: 10px;
}
.mainBox > .left #boxList .right .centent li.imgType4-2 > div:nth-of-type(2) {
  margin-left: 0;
}
.mainBox > .left #boxList .right .centent li.imgType4-2 .onImg {
  max-width: inherit;
  max-height: inherit !important;
}
.mainBox > .left #boxList .right .centent li.imgType5 > div {
  width: 15%;
  min-width: 200px;
}
.mainBox > .left #boxList .right .centent li.imgType5 > div .onImg {
  max-height: inherit;
  max-width: inherit;
}
.mainBox > .left #boxList .right .centent li.imgType5-1 {
  margin-bottom: 0;
  height: inherit !important;
  align-items: center !important;
}
.mainBox > .left #boxList .right .centent li.imgType5-1 > div {
  width: 30%;
  max-height: 1456px;
  max-width: 816px;
  min-width: 320px;
}
.mainBox > .left #boxList .right .centent li.imgType5-1 .onImg {
  max-width: inherit !important;
  max-height: 1456px !important;
  width: 100%;
  height: inherit !important;
}
.mainBox > .left #boxList .right .centent li.imgType5-2 {
  margin-bottom: 0;
  height: inherit !important;
  align-items: center !important;
}
.mainBox > .left #boxList .right .centent li.imgType5-2 > div {
  width: 28%;
}
.mainBox > .left #boxList .right .centent li.imgType5-2 .onImg {
  max-width: inherit !important;
  max-height: inherit !important;
  width: 100% !important;
  height: inherit !important;
}
.mainBox > .left #boxList #textList.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;
}
.mainBox > .left #boxList #textList .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;
  padding: 45px 5px 15px 15px;
  width: 315px;
  background: #fff;
  border-radius: 0px 4px 4px 4px;
}
.mainBox > .left #boxList #textList .left .form-item-1 {
  margin-bottom: 15px;
}
.mainBox > .left #boxList #textList .left .form-item-1 .text-item {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  background-color: #fdfaff;
  border-radius: 4px;
}
.mainBox > .left #boxList #textList .left .form-item-1 .text-item .layui-textarea {
  padding: 8px 10px;
  resize: none;
  height: 90px;
  min-height: 90px;
  background-color: #fdfaff;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  line-height: 18px;
  border: 0;
}
.mainBox > .left #boxList #textList .left .form-item-1 .text-item .layui-textarea::-webkit-scrollbar {
  width: 10px;
}
.mainBox > .left #boxList #textList .left .form-item-1 .text-item .layui-textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.mainBox > .left #boxList #textList .left .form-item-1 .text-item .layui-textarea::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #f1f1f1;
}
.mainBox > .left #boxList #textList .left .form-item-1 .text-item #text-num {
  position: absolute;
  right: 9.5px;
  bottom: 5.5px;
  font-size: 12px;
  color: #bcbcbc;
  line-height: 12px;
}
.mainBox > .left #boxList #textList .left .form-item-1 .text-demo {
  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;
  font-size: 12px;
  color: #666;
  line-height: 12px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.mainBox > .left #boxList #textList .left .form-item-1 .text-demo p span {
  margin-right: 13px;
  cursor: pointer;
}
.mainBox > .left #boxList #textList .left .form-item-1 .text-demo p span:last-of-type {
  margin-right: 0;
}
.mainBox > .left #boxList #textList .left .form-item-1 .text-demo a 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: 16px;
}
.mainBox > .left #boxList #textList .left .form-item-2 {
  margin-bottom: 10px;
}
.mainBox > .left #boxList #textList .left .form-item-3 {
  margin-bottom: 10px;
}
.mainBox > .left #boxList #imgList.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;
}
.mainBox > .left #boxList #imgList .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;
  padding: 45px 5px 15px 15px;
  width: 315px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(150, 150, 150, 0.25);
  border-radius: 0px 4px 4px 4px;
}
.mainBox > .left #boxList #imgList .left .form-item-1 {
  margin-bottom: 10px;
}
.mainBox > .left #boxList #imgList .left .form-item-1 .addImg {
  position: relative;
  width: 100%;
  height: 56px;
  background-color: #fdfaff;
  border-radius: 8px;
}
.mainBox > .left #boxList #imgList .left .form-item-1 .addImg .add {
  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;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.mainBox > .left #boxList #imgList .left .form-item-1 .addImg .add img {
  margin-right: 8px;
  width: 18px;
}
.mainBox > .left #boxList #imgList .left .form-item-1 .addImg .add span {
  font-size: 14px;
  color: #666;
  line-height: 14px;
}
.mainBox > .left #boxList #imgList .left .form-item-1 .addImg .add .postImg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.mainBox > .left #boxList #imgList .left .form-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;
  padding: 0 9px 0 3px;
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  align-items: center;
}
.mainBox > .left #boxList #imgList .left .form-item-1 .addImg .centent > img {
  max-width: 50px;
  width: fit-content;
  max-height: 50px;
  height: auto;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  object-fit: contain;
}
.mainBox > .left #boxList #imgList .left .form-item-1 .addImg .centent span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 6px;
  width: 190px;
  font-size: 12px;
  color: #000;
}
.mainBox > .left #boxList #imgList .left .form-item-1 .addImg .centent a {
  margin-left: auto;
}
.mainBox > .left #boxList #imgList .left .form-item-1 .addImg .centent a img {
  width: 16px;
}
.mainBox > .left #boxList #imgList .left .form-item-2 {
  margin-bottom: 10px;
}
.mainBox > .left #boxList #imgList .left .form-item-2 .layui-textarea {
  padding: 8px 10px;
  resize: none;
  height: 90px;
  min-height: 90px;
  background-color: #fdfaff;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  line-height: 18px;
  border: 0;
  border-radius: 4px;
  text-align: left;
}
.mainBox > .left #boxList #imgList .left .form-item-2 .layui-textarea::-webkit-scrollbar {
  width: 10px;
}
.mainBox > .left #boxList #imgList .left .form-item-2 .layui-textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.mainBox > .left #boxList #imgList .left .form-item-2 .layui-textarea::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #f1f1f1;
}
.mainBox > .left #boxList #imgList .left .form-item-3 {
  margin-bottom: 10px;
}
.mainBox > .left #boxList .showMore {
  -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;
}
.mainBox > .left #boxList .showMore .newStyleTitle {
  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 10px;
  align-content: center;
}
.mainBox > .left #boxList .showMore .newStyleTitle p {
  padding: 5px 15px;
  border-radius: 20px;
  color: #666;
  background-color: #f5f5f5;
  margin-right: 10px;
  cursor: pointer;
  border: 2px solid transparent;
}
.mainBox > .left #boxList .showMore .newStyleTitle .active {
  background-color: #fff6ef;
  color: #ff6a54;
  border-color: #ff6954;
}
.mainBox > .left #boxList .showMore dl dd {
  display: none;
}
.mainBox > .left #boxList .showMore dl dd.active {
  display: block;
}
.mainBox > .left #boxList .showMore .title {
  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;
}
.mainBox > .left #boxList .showMore .title img {
  margin-left: 6px;
  width: 16px;
}
.mainBox > .left #boxList .showMore.imgShow ul {
  height: 150px;
}
.mainBox > .left #boxList .showMore 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;
  height: 150px;
  overflow: hidden;
}
.mainBox > .left #boxList .showMore ul li {
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
}
.mainBox > .left #boxList .showMore ul li div {
  margin-bottom: 7px;
  width: 60px;
  height: 48px;
  border-radius: 9px;
}
.mainBox > .left #boxList .showMore ul li div img {
  width: 100%;
  display: block;
  border-radius: 9px;
}
.mainBox > .left #boxList .showMore ul li p {
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
.mainBox > .left #boxList .showMore ul 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;
}
.mainBox > .left #boxList .showMore ul li.list-1 div img {
  width: 42px;
}
.mainBox > .left #boxList .showMore ul li.active div {
  position: relative;
}
.mainBox > .left #boxList .showMore ul li.active div::before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 2px #ff6954;
  border-radius: 8px;
}
.mainBox > .left #boxList .showMore ul li.active p {
  color: #ff6a54;
}
.mainBox > .left #boxList .showMore ul li:nth-of-type(4n) {
  margin-right: 0;
}
.mainBox > .left #boxList .showMore.active .newMore img {
  transform: rotate(0);
}
.mainBox > .left #boxList .showMore .newMore {
  margin: 4px auto 0;
  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;
  width: 85px;
  height: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #666;
  cursor: pointer;
}
.mainBox > .left #boxList .showMore .newMore 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;
  position: relative;
  top: 1px;
  margin-left: 5px;
  width: 9px;
  transform: rotate(-180deg);
}
.mainBox > .left #boxList .ratio 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;
  justify-content: space-between;
}
.mainBox > .left #boxList .ratio 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;
  cursor: pointer;
  width: 48px;
  height: 60px;
  background-color: #f5f5f5;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  border: solid 2px transparent;
}
.mainBox > .left #boxList .ratio ul li:nth-of-type(1) span {
  margin-top: 10.5px;
  margin-bottom: 8px;
  width: 20px;
  height: 20px;
}
.mainBox > .left #boxList .ratio ul li:nth-of-type(2) span {
  margin-top: 13.5px;
  margin-bottom: 11px;
  width: 20px;
  height: 14px;
}
.mainBox > .left #boxList .ratio ul li:nth-of-type(3) span {
  margin-top: 10.5px;
  margin-bottom: 8px;
  width: 14px;
  height: 20px;
}
.mainBox > .left #boxList .ratio ul li:nth-of-type(4) span {
  margin-top: 14.5px;
  margin-bottom: 12px;
  width: 20px;
  height: 12px;
}
.mainBox > .left #boxList .ratio ul li:nth-of-type(5) span {
  margin-top: 10.5px;
  margin-bottom: 8px;
  width: 12px;
  height: 20px;
}
.mainBox > .left #boxList .ratio ul li span {
  display: inline-block;
  background-color: #c0c0c0;
  border-radius: 2px;
}
.mainBox > .left #boxList .ratio ul li p {
  font-size: 14px;
  color: #666;
  line-height: 14px;
}
.mainBox > .left #boxList .ratio ul li.active {
  background-color: #fff6ef;
  border-color: #ff6954;
}
.mainBox > .left #boxList .ratio ul li.active span {
  background-color: #ff6a54;
}
.mainBox > .left #boxList .ratio ul li.active p {
  color: #ff6a54;
}
.mainBox > .left #boxList .generate {
  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: 20px auto 0;
  flex-wrap: nowrap;
  align-items: center;
}
.mainBox > .left #boxList .generate 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;
  justify-content: center;
  width: 120px;
  height: 40px;
  background-image: url(../images/btn.png);
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
  border-radius: 4px;
}
.mainBox > .left #boxList .generate a span {
  font-size: 14px;
  line-height: 14px;
}
.mainBox > .left #boxList .generate a img {
  margin: 0 5.5px 0 10px;
  width: 12px;
}
.mainBox > .left #boxList .passage {
  margin-top: 15px;
}
.mainBox > .left #boxList .passage .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;
  width: 100%;
}
.mainBox > .left #boxList .passage .btns 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 12px;
  align-items: center;
  margin-bottom: 6px;
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  font-size: 12px;
  color: #7993a2;
  border-radius: 8px;
  border: solid 2px transparent;
}
.mainBox > .left #boxList .passage .btns a .ks {
  margin-right: 4.5px;
  width: 9px;
}
.mainBox > .left #boxList .passage .btns a i {
  margin-left: auto;
  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;
  color: #2091fc;
}
.mainBox > .left #boxList .passage .btns a i img {
  margin-right: 5.5px;
  width: 12px;
}
.mainBox > .left #boxList .passage .btns a.active {
  border-color: #2091fc;
  background-color: #d8ecff;
  color: #2091fc;
}
.mainBox > .left #boxList .passage .btns a.off {
  border-color: #eee !important;
  background-color: #fbfbfb !important;
  color: #d2d2d2 !important;
  cursor: no-drop !important;
}
.mainBox > .left #boxList .form-item-5 {
  margin-top: 10px;
}
.mainBox > .left #boxList .form-item-5 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;
}
.mainBox > .left #boxList .form-item-5 ul li {
  padding: 10px 0;
  margin-right: 15px;
  width: calc((100% - 30px) / 3);
  background-color: #f5f5f5;
  text-align: center;
  border: solid 2px transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}
.mainBox > .left #boxList .form-item-5 ul li:last-of-type {
  margin-right: 0;
}
.mainBox > .left #boxList .form-item-5 ul li.active {
  background-color: #fff0ee;
  border-color: #ff6954;
  color: #ff6954;
}
.mainBox > .right {
  margin-top: 24px;
  margin-right: 5px;
  height: calc(100% -24px);
  overflow: hidden;
  padding: 18px 0 0;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 6px 6px 0 0 ;
}
.mainBox > .right.on {
  padding: 0;
  width: 38px;
  height: 108px;
}
.mainBox > .right.on .right-title {
  padding: 10px;
  text-align: center;
  justify-content: center;
}
.mainBox > .right.on .right-title span {
  line-height: 16px;
}
.mainBox > .right.on .right-title img {
  margin: 10px 0 0 0 ;
}
.mainBox > .right.on #myProduce {
  display: none;
}
.mainBox > .right .right-title {
  padding: 0 15px;
  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;
  font-size: 16px;
  align-items: center;
  cursor: pointer;
}
.mainBox > .right .right-title img {
  margin-left: 34px;
  width: 11px;
}
.mainBox > .right #myProduce {
  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: 18px 5px 30px 15px;
  height: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
}
.mainBox > .right #myProduce::-webkit-scrollbar {
  width: 10px;
}
.mainBox > .right #myProduce::-webkit-scrollbar-track {
  background-color: transparent;
}
.mainBox > .right #myProduce::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #f1f1f1;
}
.mainBox > .right #myProduce 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: 10px;
  width: 100px;
  height: 100px;
  min-height: 100px;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.mainBox > .right #myProduce li .produce-img {
  position: relative;
  width: 100px;
  height: 100px;
  z-index: 2;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}
.mainBox > .right #myProduce li .produce-bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 83px;
}
.mainBox > .right #myProduce li .produce-num {
  display: none;
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  font-size: 16px;
  color: #fff;
  border-radius: 6px 0px 6px 0px;
  background-color: #ff6954;
  align-items: center;
  justify-content: center;
}
.mainBox > .right #myProduce li.other {
  min-height: 115px;
  height: 115px;
}
.mainBox > .right #myProduce li.other .produce-img {
  margin-top: 15px;
}
.mainBox > .right #myProduce li.other .produce-bg {
  display: block;
}
.mainBox > .right #myProduce li.other .produce-num {
  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;
}
.popFrame {
  display: none;
  z-index: 1031;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.popFrame .share {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popFrame .share.share2 .content {
  width: 308px;
}
.popFrame .share .content {
  padding: 4px;
  width: 408px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background: #fff;
}
.popFrame .share .content .popFrame-top {
  position: relative;
  width: 100%;
}
.popFrame .share .content .popFrame-top > img {
  width: 100%;
  border-radius: 4px;
}
.popFrame .share .content .popFrame-top .popFrame-msg {
  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;
  padding: 8px 6px;
  left: 3.5px;
  bottom: 3.5px;
  width: calc(100% - 7px);
  height: 82.5px;
  font-size: 12px;
  flex-wrap: nowrap;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  border-radius: 4px;
  justify-content: space-between;
}
.popFrame .share .content .popFrame-top .popFrame-msg .lf {
  margin-right: 11px;
}
.popFrame .share .content .popFrame-top .popFrame-msg .lf 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;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.popFrame .share .content .popFrame-top .popFrame-msg .lf p.text {
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.popFrame .share .content .popFrame-top .popFrame-msg .lf p span {
  color: rgba(255, 255, 255, 0.4);
}
.popFrame .share .content .popFrame-top .popFrame-msg .lf p img {
  height: 16.5px;
}
.popFrame .share .content .popFrame-top .popFrame-msg .rt img {
  width: 67px;
}
.popFrame .share .content .bottom {
  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: 4px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.popFrame .share .content .bottom .url {
  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 10px 0 13px;
  width: calc(100% - 83.5px);
  height: 36px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #e1e1e1;
}
.popFrame .share .content .bottom .url p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
}
.popFrame .share .content .bottom .url a img {
  width: 16px;
}
.popFrame .share .content .bottom .save {
  display: block;
  width: 80px;
  height: 36px;
  background-image: url(../images/btn-1.png);
  background-position: 0px 0px;
  background-size: cover;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.popFrame .share .content .bottom .save:hover {
  background-position: 160px 0px;
}
.popFrame .share .content .bottom .save:active {
  background-position: 80px 0px;
}
#drawingMask {
  z-index: 9;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#drawingMask .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(150, 150, 150, 0.39);
  border-radius: 10px;
}
#drawingMask .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;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#drawingMask .loading .loading-con img {
  width: 160px;
}
#drawingMask .loading .loading-con p {
  font-size: 12px;
  color: #333;
}
#drawingMask .loading .loading-success {
  display: none;
}
#drawingMask .loading .loading-success p {
  margin: 36px auto 28px;
  font-size: 12px;
  color: #333;
  text-align: center;
}
#drawingMask .loading .loading-success 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;
}
#drawingMask .loading .loading-success div 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;
  width: 80px;
  height: 30px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
#drawingMask .loading .loading-success div a.close {
  color: #2090fc;
  border: solid 1px #2090fc;
}
#drawingMask .loading .loading-success div a.close:hover {
  border-color: #0092db;
}
#drawingMask .loading .loading-success div a.close:active {
  border-color: #36bbff;
}
#drawingMask .loading .loading-success div a.open {
  margin-left: 14px;
  background-image: url(../images/button-2.png);
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}
#drawingMask .loading .loading-success div a.open:hover {
  background-position: 160px 0px;
}
#drawingMask .loading .loading-success div a.open:active {
  background-position: 80px 0px;
}
#drawingMask .mobCode {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin-top: 215px;
}
#drawingMask .mobCode img {
  width: 150px;
}
.big-mask {
  z-index: 1031;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.big-mask .big-left.off,
.big-mask .big-right.off {
  opacity: 0.5;
  cursor: auto;
}
.big-mask.hidelr .big-left,
.big-mask.hidelr .big-right,
.big-mask.hidelr #bigMaskCenter-b {
  display: none !important;
}
.big-mask .content {
  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%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 3;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.big-mask .content #bigMaskCenter {
  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;
}
.big-mask .content #bigMaskCenter.type-1 {
  width: 5rem;
}
.big-mask .content #bigMaskCenter.type-1-1 {
  width: 7rem;
}
.big-mask .content #bigMaskCenter.type-1-1 .center-top {
  width: 100%;
  height: 100%;
}
.big-mask .content #bigMaskCenter.type-1-2 {
  width: 6.3rem;
}
.big-mask .content #bigMaskCenter.type-1-2 .center-top {
  width: 100%;
  height: 100%;
}
.big-mask .content #bigMaskCenter.type-1-2 #bigMaskCenter-b li {
  width: 0.6rem;
}
.big-mask .content #bigMaskCenter.type-2 {
  width: 6.5rem;
}
.big-mask .content #bigMaskCenter.type-2 .center-top {
  max-width: 1152px;
  width: 100%;
  height: 100%;
}
.big-mask .content #bigMaskCenter.type-2-1 {
  width: 9rem;
}
.big-mask .content #bigMaskCenter.type-2-1 .center-top {
  max-width: 1152px;
  width: 100%;
  height: 100%;
}
.big-mask .content #bigMaskCenter.type-2-2 {
  width: 7.5rem;
}
.big-mask .content #bigMaskCenter.type-2-2 .center-top {
  width: 100%;
  height: 100%;
}
.big-mask .content #bigMaskCenter.type-3 {
  width: 3.5rem;
}
.big-mask .content #bigMaskCenter.type-3-1 {
  height: 90%;
  justify-content: center;
}
.big-mask .content #bigMaskCenter.type-3-1 .center-top {
  height: 100%;
  max-height: 1152px;
}
.big-mask .content #bigMaskCenter.type-3-1 .center-top > img {
  width: inherit;
  height: 100%;
  max-height: 1152px;
}
.big-mask .content #bigMaskCenter.type-3-2 {
  width: 5rem;
}
.big-mask .content #bigMaskCenter.type-3-2 #bigMaskCenter-b li {
  width: 0.4rem;
}
.big-mask .content #bigMaskCenter.type-3-2 > img {
  max-height: 1152px;
}
.big-mask .content #bigMaskCenter.type-4 {
  width: 7rem;
}
.big-mask .content #bigMaskCenter.type-4-1 {
  width: 90%;
}
.big-mask .content #bigMaskCenter.type-4-1 .bgImage {
  max-width: 1344px;
}
.big-mask .content #bigMaskCenter.type-4-2 {
  width: 10rem;
}
.big-mask .content #bigMaskCenter.type-4-2 .center-top {
  width: 100%;
  height: 100%;
}
.big-mask .content #bigMaskCenter.type-4-2 #bigMaskCenter-b li {
  width: 1.5rem;
}
.big-mask .content #bigMaskCenter.type-4-2 .bgImage {
  max-width: 1344px;
}
.big-mask .content #bigMaskCenter.type-5 {
  width: 3rem;
}
.big-mask .content #bigMaskCenter.type-5 .bgImage {
  max-height: 1344px;
}
.big-mask .content #bigMaskCenter.type-5-1 {
  height: 90%;
  justify-content: center;
}
.big-mask .content #bigMaskCenter.type-5-1 .center-top {
  height: 100%;
  max-height: 1344px;
}
.big-mask .content #bigMaskCenter.type-5-1 .center-top > img {
  width: inherit;
  height: 100%;
  max-height: 1344px;
}
.big-mask .content #bigMaskCenter.type-5-2 {
  width: 3.2rem;
}
.big-mask .content #bigMaskCenter.type-5-2 .center-top {
  width: 100%;
  height: 100%;
}
.big-mask .content #bigMaskCenter.type-5-2 #bigMaskCenter-b li {
  width: 0.6rem;
}
.big-mask .content #bigMaskCenter .center-top {
  position: relative;
}
.big-mask .content #bigMaskCenter .center-top .tools {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.big-mask .content #bigMaskCenter .center-top .tools 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;
  width: 0.3rem;
  height: 0.3rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
  align-items: center;
  justify-content: center;
}
.big-mask .content #bigMaskCenter .center-top .tools a img {
  width: 0.15rem;
}
.big-mask .content #bigMaskCenter .center-top .bgImage {
  width: 100%;
}
.big-mask .content #bigMaskCenter #bigMaskCenter-b {
  margin-top: 10px;
  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;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.big-mask .content #bigMaskCenter #bigMaskCenter-b.liCenter {
  justify-content: center;
}
.big-mask .content #bigMaskCenter #bigMaskCenter-b.liCenter li:nth-of-type(1) {
  margin-right: 10px;
}
.big-mask .content #bigMaskCenter #bigMaskCenter-b li {
  position: relative;
  width: calc((100% - 30px) / 4);
  border: solid 1px transparent;
  cursor: pointer;
}
.big-mask .content #bigMaskCenter #bigMaskCenter-b li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.big-mask .content #bigMaskCenter #bigMaskCenter-b li img {
  display: block;
  width: 100%;
}
.big-mask .content #bigMaskCenter #bigMaskCenter-b li.active {
  border: solid 1px #ffffff;
}
.big-mask .content #bigMaskCenter #bigMaskCenter-b li.active::before {
  display: none;
}
.big-mask .content 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;
  width: 0.3rem;
  height: 0.3rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.big-mask .content p img {
  width: 0.1rem;
}
@media screen and (max-width: 1900px) {
  .big-mask .content #bigMaskCenter.type-2-1 {
    width: 10rem;
  }
  .big-mask .content #bigMaskCenter.type-3-2 {
    width: 5rem;
  }
  .big-mask .content #bigMaskCenter.type-3-2 #bigMaskCenter-b li {
    width: 0.4rem;
  }
}
@media screen and (max-width: 1700px) {
  .big-mask .content #bigMaskCenter.type-1-1 {
    width: 53vw;
  }
  .big-mask .content #bigMaskCenter.type-1-2 {
    width: 6.5rem;
  }
  .big-mask .content #bigMaskCenter.type-2-1 {
    width: 10.5rem;
  }
  .big-mask .content #bigMaskCenter.type-2-2 {
    width: 59vw;
  }
  .big-mask .content #bigMaskCenter.type-3-2 {
    width: 35vw;
  }
  .big-mask .content #bigMaskCenter.type-3-2 #bigMaskCenter-b li {
    width: 0.8rem;
  }
  .big-mask .content #bigMaskCenter.type-4-2 {
    width: 80vw;
  }
  .big-mask .content #bigMaskCenter.type-4-2 #bigMaskCenter-b li {
    width: 10vw;
  }
}
@media screen and (max-width: 1600px) {
  li.imgType2-2 > div {
    width: 50% !important;
  }
  li.imgType4-2 > div {
    width: 60% !important;
  }
}
@media screen and (max-width: 1500px) {
  .big-mask .content #bigMaskCenter.type-1-1 {
    width: 59vw;
  }
  .big-mask .content #bigMaskCenter.type-1-2 {
    width: 7.5rem;
  }
  .big-mask .content #bigMaskCenter.type-1-2 #bigMaskCenter-b li {
    width: 1rem;
  }
  .big-mask .content #bigMaskCenter.type-2-1 {
    width: 75vw;
  }
  .big-mask .content #bigMaskCenter.type-2-2 {
    width: 59vw;
  }
  .big-mask .content #bigMaskCenter.type-3-2 {
    width: 35vw;
  }
  .big-mask .content #bigMaskCenter.type-5-2 {
    width: 28vw;
  }
  .big-mask .content #bigMaskCenter.type-5-2 #bigMaskCenter-b li {
    width: 0.6rem;
  }
}
@media screen and (max-width: 1300px) {
  .big-mask .content #bigMaskCenter.type-1-2 {
    width: 6.5rem;
  }
  .big-mask .content #bigMaskCenter.type-2-1 {
    width: 80vw;
  }
  .big-mask .content #bigMaskCenter.type-3-2 {
    width: 40vw;
  }
  .big-mask .content #bigMaskCenter.type-5-2 {
    width: 33vw;
  }
  .big-mask .content #bigMaskCenter.type-5-2 #bigMaskCenter-b li {
    width: 0.6rem;
  }
}
@media screen and (max-width: 900px) {
  .big-mask .content #bigMaskCenter.type-1 {
    width: 3.5rem;
  }
  .big-mask .content #bigMaskCenter.type-1-1 {
    width: 5rem;
  }
  .big-mask .content #bigMaskCenter.type-1-2 {
    width: 4.3rem;
  }
  .big-mask .content #bigMaskCenter.type-2 {
    width: 5rem;
  }
  .big-mask .content #bigMaskCenter.type-2-1 {
    width: 6.5rem;
  }
  .big-mask .content #bigMaskCenter.type-2-2 {
    width: 5.5rem;
  }
  .big-mask .content #bigMaskCenter.type-3 {
    width: 3rem;
  }
  .big-mask .content #bigMaskCenter.type-3-2 {
    width: 3rem;
  }
  .big-mask .content #bigMaskCenter.type-4 {
    width: 6rem;
  }
  .big-mask .content #bigMaskCenter.type-4-1 {
    width: 90%;
  }
  .big-mask .content #bigMaskCenter.type-4-2 {
    width: 6.5rem;
  }
  .big-mask .content #bigMaskCenter.type-5 {
    width: 2.3rem;
  }
  .big-mask .content #bigMaskCenter.type-5-2 {
    width: 2.6rem;
  }
  .big-mask .content #bigMaskCenter.type-5-2 #bigMaskCenter-b li {
    width: 0.4rem;
  }
}
