html {
  background-color: #f7f8fa;
}
body {
  margin: 0;
  padding: 0;
  background: #eff2f7;
  font: 14px/1.2 -apple-system, PingFang SC, Hiragino Sans GB, Arial,
    Microsoft YaHei, Helvetica Neue, sans-serif;
  color: #454545;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*:before,
*:after {
  box-sizing: border-box;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* ::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
} */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
em {
  font-style: normal;
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../font/iconfont.woff2") format("woff2"),
    url("../font/iconfont.woff") format("woff"),
    url("../font/iconfont.ttf") format("truetype");
}
.pageTop {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pageLeft {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pageTop {
  height: 90px;
  background: #fff;
  position: relative;
  z-index: 20;
}
.pageTop .topLeft {
  float: left;
  margin-left: 20px;
  line-height: 90px;
  display: flex;
}
.pageTop .topLeft .show {
  position: relative;
  height: 60px;
  margin-top: 15px;
  margin-left: 70px;
  color: #2f2c47;
  text-decoration: none;
}
.pageTop .topLeft .show em {
  background-color: rgb(255, 197, 97);
  border-radius: 8px;
  position: absolute;
  height: 8px;
  top: 46px;
  left: 35px;
  right: 0;
  z-index: 0;
}
.pageTop .topLeft .show span {
  position: relative;
}
.pageTop .topLeft .ww {
  position: relative;
  height: 60px;
  margin-top: 15px;
  margin-left: 30px;
  color: #999;
  text-decoration: none;
}
.pageTop .topRight {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  text-align: right;
  line-height: 90px;
}
.pageTop .topRight .operation {
  margin-right: 10px;
  float: left;
}
.pageTop .topRight .operation span {
  display: inline-block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e7eaef;
  border-radius: 3px;
  font-size: 14px;
  color: #6c788c;
  margin-right: 10px;
  cursor: pointer;
  box-shadow: 0px 2px 2px rgba(120, 128, 140, 0.1);
}

.pageTop .topRight .operation .Import_code,
.pageTop .topRight .operation .Preview_code,
.pageTop .topRight .operation .Export_code {
  display: inline-block;
  width: 112px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  margin-right: 4px;
  cursor: pointer;
}

.pageTop .topRight .operation .Import_code {
  background-color: #f45a4d;
}

.pageTop .topRight .operation .Preview_code {
  background-color: #363636;
}

.pageTop .topRight .operation .Export_code {
  background-color: #3660fe;
}

.pageTop .topRight .operation .Import_code:hover,
.pageTop .topRight .operation .Preview_code:hover,
.pageTop .topRight .operation .Export_code:hover {
  font-weight: bold;
  transform: translateY(0.5px);
}

.pageTop .topRight .operation .Import_code:active,
.pageTop .topRight .operation .Preview_code:active,
.pageTop .topRight .operation .Export_code:active {
  font-weight: bold;
  transform: translateY(1px);
}

/* 子页面 */
.pageTop .topRight .operation .Export_code_shop {
  background: #005cf9;
  font-weight: bold;
  color: #fff;
  border: none;
}
.pageTop .topRight .operation .Export_code_shop {
  width: 120px;
}

.pageTop .topRight .operation .close_shop:hover {
  background: #ff7b3b;
  font-weight: bold;
  width: 82px;
  color: #fff;
  border: none;
}
.pageTop .topRight .operation .Export_code_shop:hover {
  background: #2072ff;
}

/* 本页预览 弹出框 */
.close-iframe {
  display: block;
  width: 80px;
  height: 36px;
  background-color: #ffffff;
  top: 5%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e7eaef;
  border-radius: 3px;
  font-size: 14px;
  color: #6c788c;
  box-shadow: 0px 2px 2px rgba(120, 128, 140, 0.1);
}
.close-iframe:hover {
  background: #00bef9;
  font-weight: bold;
  width: 82px;
  color: #fff;
  border: none;
}
#previewFrameWrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
#previewFrame {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  background: #ffffff;
  box-shadow: 3px 3px 20px 0px #4e4e4e;
}
/* 本页预览 弹出框 end */

/**
 * _code_preview_
 */
._code_preview_ .weexApp {
  display: none;
}

/*
* ��һ������һ��
*
*/
.pageTop .histRecord i {
  font-family: "iconfont" !important;
  font-size: 26px;
  margin-left: 20px;
  cursor: default;
  pointer-events: none;
  color: #ddd;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pageTop .topRight .Afast_key {
  float: left;
}
.pageTop .topRight .histRecord {
  float: left;
  margin-right: 10px;
}
.pageTop .histRecord i._records {
  color: #858585;
  cursor: pointer;
  pointer-events: auto;
}
.pageTop .top_child .histRecord {
  margin-right: 25px;
}
.pageTop .top_child .histRecord i {
  color: #858585;
}
.pageTop .top_child .histRecord i._records {
  color: #fcfcfd;
}

/*
* ��ݼ�
*
*/
.pageTop .Afast_key a {
  color: #8c8f99;
  text-decoration: none;
}
.pageTop .Afast_key .fast_key {
  display: none;
  background: #fff;
  max-height: 500px;
  position: absolute;
  box-shadow: 0px 10px 10px -5px rgba(122, 138, 153, 0.1);
  padding: 10px 0;
  border: 1px solid #eee;
  overflow: auto;
  color: #8c8f99;
  text-align: left;
}
.pageTop .Afast_key .fast_key li {
  float: none;
  line-height: 40px;
  margin: 0px 20px 0 30px;
  cursor: context-menu;
}
.pageTop .Afast_key .fast_key li .z1 {
  display: inline-block;
  width: 100px;
}
.pageTop .Afast_key .fast_key li:hover a,
.pageTop .Afast_key .fast_key li:hover .z2 {
  color: #107df1;
}
.pageTop .Afast_key:hover .fast_key {
  display: block;
}
/* 顶部 快捷键 ▲ */
.pageTop .Afast_key a.t {
  display: block;
  color: #8c8f99;
  width: 80px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  padding: 0 15px 0 0px;
  cursor: pointer;
  position: relative;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
}
.pageTop .Afast_key a.t i {
  font-family: "iconfont" !important;
  font-size: 14px;
  margin-left: 6px;
  cursor: default;
  pointer-events: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
}
.pageTop .Afast_key a.t:hover {
  color: #107df1;
}
.pageTop .Afast_key a.t:hover i {
  color: #107df1;
  transform: rotate(180deg);
}

.pageTop .help {
  float: left;
  margin-right: 25px;
}
.pageTop .help a {
  color: #8c8f99;
  text-decoration: none;
}
.pageTop .help a:hover {
  color: #107df1;
  text-decoration: underline;
}

.pageBox {
  position: absolute;
  top: 180px;
  left: 81px;
  right: 270px;
  bottom: 0;
  padding-bottom: 150px;
  overflow: auto;
}
.pageLeft {
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: #fff;
  border-right: 1px solid #eff2f7;
}
.pageLeft .le2 {
  width: 80px;
  z-index: 90;
  overflow: hidden;
}
.pageLeft .le2 .title {
  height: 50px;
  line-height: 65px;
  color: #797979;
  font-weight: bold;
  padding-left: 10px;
  border-bottom: 1px solid #eee;
}
.pageLeft .le2 .applistbox {
  padding: 10px 0px;
  font-size: 13px;
  color: #555;
}
.pageLeft .le2 .applistbox li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  cursor: pointer;
}
.pageLeft .le2 .applistbox li icon {
  height: 24px;
  margin-bottom: 5px;
  display: block;
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pageLeft .le2 .applistbox li:hover {
  background: #f5f5f5;
}
.pageLeft .le2 .applistbox li .in {
  display: none;
  color: #107df1;
  margin-left: 5px;
}
.pageLeft .le2 .applistbox li.select {
  background: #f5f5f5;
  color: #107df1;
}

.pageBox .box-wrap {
  position: relative;
  user-select: none;
  width: 100%;
}
.pageBox .box-inner {
  width: 1200px;
  height: 800px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(120, 128, 140, 0.1);
  position: relative;
  overflow: hidden;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center top;
}
/* .pageBox .box-inner{transition: all .2s; } */
.pageBox .box-inner .app-box {
  position: relative;
  width: 750px;
  top: 0;
  left: 0;
}
.pageBox .canvas {
  width: 1920px;
  top: 0px;
  left: 0px;
}
.pageBox .canvas img {
  display: block;
}
.pageBox .canvas .appovhi {
  overflow: hidden;
  position: absolute;
}
.pageBox .canvas .jtup {
  overflow: visible;
}
.pageRight {
  position: absolute;
  right: 0;
  top: 160px;
  bottom: 0;
  padding-bottom: 0px;
  overflow: auto;
  background: #fff;
  width: 270px;
  border-right: 1px solid #ddd;
}
.pageBox .opBg {
  width: 50px;
  height: 32px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -25px;
  background: url(../img/bGmore.png) 0 0 no-repeat;
  cursor: pointer;
}

/* 页面改为顶部布局的一些兼容样式 */
#pageEditBox{
  height: 40px;
  background: #fff;
  position: relative;
  width:100%;
  top:0px;
  z-index: 20;
  overflow:hidden;
  box-sizing: border-box;
}
#pageEditBox .app-controls-nav{
  margin-top:0px;
}
#pageEditBox .ui-input,#pageEditBox .ui-select{
  display: flex;
  margin:0px;
}


#pageEditBox .ui-input .setinput,#pageEditBox .ui-select .select-list input,#pageEditBox .ui-select .select-list .list,#pageEditBox .ui-select .select-list .list span{
  width:80px;
}
#pageEditBox .page200{
  position: relative;
}
#pageEditBox .page200 .setinput{
  width:200px;
  padding-right:0px;
}

#pageEditBox #bgColor{
  width:115px;
}
#pageEditBox .rbd .rhd{
  width:70px;
  padding:0px;
  border:none;
  margin-bottom:0px;
  flex-shrink: 0;
}
#pageEditBox .rbd .irule{
  margin-left: 95px;
}
#pageEditBox .rbd .sjdz_color{
  margin-left:135px;
  margin-top:4px;
}
#pageEditBox .rbd .sjdz_xia{
  margin-left:-20px;
}
#pageEditBox .ui-select .select-list .list{
  position: fixed;
  margin-left: 0;
}
#page-box{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
* ���
*/
.ruler {
  width: 100%;
  height: 30px;
  border-top: 1px solid #eff2f7;
  position: absolute;
  top: 130px;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 2px 2px rgba(120, 128, 140, 0.1);
  overflow: hidden;
}
.ruler span {
  position: absolute;
  display: block;
  height: 30px;
  background: url(../img/ruler_r.png) 0 0 no-repeat;
}
.ruler span.l {
  background: url(../img/ruler_l.png) right 0 no-repeat;
}
.ruler .moveLine {
  background: none;
  z-index: 10;
  color: #fff;
  background: none;
  border-left: 1px solid #bbb;
}
.ruler .moveLine em {
  display: block;
  width: 36px;
  height: 16px;
  background: #ccc;
  color: #fff;
  font-style: normal;
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}
.ruler .moveLine_l,
.ruler .moveLine_r {
  display: none;
}

.codePanel .heiBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 91;
  position: fixed;
  display: none;
}
.codePanel .Export,
.codePanel .Import {
  z-index: 99;
  position: absolute;
  width: 720px;
  height: 560px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin-left: -360px;
  margin-top: -300px;
  display: none;
  opacity: 0;
}
.codePanel .close {
  font-family: "iconfont";
  float: right;
  font-size: 18px;
  cursor: pointer;
}
.codePanel .close:hover {
  color: #107df1;
}
.codePanel .hd {
  margin: 0 10px 10px 10px;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 12px;
}
.codePanel textarea {
  width: 660px;
  padding: 10px;
  height: 330px;
  margin: 15px 30px;
  border: 1px solid #eee;
  resize: none;
  color: #454545;
}
.codePanel .codetip {
  margin: 25px 30px 10px 30px;
  color: #666;
}
.codePanel .codetip a {
  color: #107df1;
}
.codePanel .button {
  text-align: right;
  margin: 10px 20px;
}
.codePanel .button span {
  display: inline-block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e7eaef;
  font-size: 12px;
  color: #6c788c;
  margin-right: 10px;
  cursor: pointer;
  box-shadow: 0px 2px 2px rgba(120, 128, 140, 0.1);
}
.codePanel .button .copy {
  background: #10b1f1;
  color: #fff;
  border: none;
  border-radius: 3px;
}
.codePanel .button .copy:hover {
  background: #0395ff;
}
.codePanel .button .close2:hover {
  background: #f6f6f6;
}
.codePanel .button .impcode {
  background: #877fff;
  color: #fff;
}
.codePanel .button .impcode:hover {
  background: #966aff;
}

.pageBox .hot-box {
  width: 100%;
  height: 30000px;
  position: absolute;
  z-index: 8;
  display: none;
}
.pageBox .hot-box .appLink {
  background: rgba(54, 226, 239, 0.5);
  position: absolute;
}
.pageBox .hot-box .appLink[waria-locking="true"] {
  background: rgba(54, 226, 239, 0.15);
}
.pageBox .hot-box .appLink i {
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #00cce3;
  font-style: normal;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.pageBox .canvas a {
  text-decoration: none;
}
.wdraggable-ui pre {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  white-space: pre-wrap;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
}
.wdraggable-ui .text-textarea {
  text-align: inherit;
  text-decoration: inherit;
  border: 0;
  background: #fff;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  resize: none;
  position: relative;
  z-index: 1;
}
.wdraggable-ui-children {
  overflow: hidden;
}
/*
*
*���룬��
*
*/
.uiExpoperat icon {
  font-family: "iconfont" !important;
  font-size: 20px;
  cursor: pointer;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uiExpoperat icon {
  color: #797979;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.uiExpoperat {
  position: absolute;
  top: 10px;
  z-index: 11;
  background: #f6f7fa;
  width: 100%;
  height: 36px;
  box-shadow: 0px 3px 5px rgba(120, 128, 140, 0.1);
}
.uiExpoperat .cnt {
  position: absolute;
  top: 0px;
  left: 180px;
  right: 270px;
  bottom: 0;
  overflow: hidden;
  line-height: 36px;
}
.uiExpoperat icon:hover {
  color: #107df1;
}
.uiExpoperat span {
  color: #797979;
  display: inline-block;
  height: 32px;
  width: 60px;
  cursor: pointer;
  line-height: 32px;
  border-right: 1px solid #ddd;
  text-align: center;
}
.uiExpoperat span:hover {
  background: #fafafa;
}

.pageTop .top_child {
  background: #43484b;
  width: 100%;
  height: 100%;
  display: none;
}
.pageTop .top_child .topRight .operation span {
  background: #42a9e7;
  color: #fff;
  border: none;
  width: 90px;
}
.pageTop .top_child .topRight .operation span.childSave_code {
  width: 120px;
  background: #ff5b3f;
}

/*
*
*�Ա�ͼƬ�ؼ���ʽ
*
*/
.cj_TAOTU {
  position: fixed;
  z-index: 9999993;
  display: none;
}
.cj_TAOTU span {
  font-size: 12px;
}
.cj_TAOTU .cjclose {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background: url(https://img.alicdn.com/imgextra/i2/1867852664/TB2AyL4l63z9KJjy0FmXXXiwXXa-1867852664.png) -170px
    5px no-repeat;
  cursor: pointer;
}
.cj_TAOTU .cj_heiBG {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.cj_TAOTU .tu_panel {
  width: 85%;
  height: 85%;
  position: fixed;
  z-index: 19;
  top: -20px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  padding: 10px 20px;
}
.cj_TAOTU .cj_header {
  line-height: 30px;
  margin-bottom: 10px;
}
.cj_TAOTU .cj_ems {
  line-height: 30px;
  background: #fff5e5;
  text-align: center;
}
.cj_TAOTU .CT_tree-wrap {
  width: 160px;
  position: absolute;
  left: 20px;
  top: 145px;
  bottom: 80px;
  overflow: auto;
  border: 1px solid #ddd;
}
.cj_TAOTU .folder_tree {
  margin: 8px;
}
.cj_TAOTU .tree_search input {
  width: 160px;
  height: 29px;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-left: -1px;
  padding-left: 10px;
  font-size: 13px;
  color: #666;
  width: 162px;
}
.cj_TAOTU .cjztree-inner a.tucat {
  color: #666;
  vertical-align: top;
  display: inline-block;
  height: 17px;
  padding: 1px 3px 0 0;
}
.cj_TAOTU .cjztree-inner a.TUselected {
  color: #3089dc;
}
.cj_TAOTU .cjztree-inner .icon {
  display: inline-block;
  background: none;
  border: 1px solid #c4c6cf;
  border-radius: 3px;
  width: 12px;
  height: 12px;
  margin: 3px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.cj_TAOTU .cjztree-inner {
  white-space: nowrap;
}
.cj_TAOTU .cjztree-inner .tree_close:after {
  content: "+";
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 0;
  line-height: 6px;
  font-size: 12px;
  color: #c4c6cf;
}
.cj_TAOTU .cjztree-inner .tree_open:after {
  content: "-";
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 0;
  line-height: 6px;
  font-size: 12px;
  color: #c4c6cf;
}
.cj_TAOTU .cjztree-inner .tree_docu {
  margin: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  border: none;
  background: url(https://img.alicdn.com/imgextra/i2/1867852664/TB2AyL4l63z9KJjy0FmXXXiwXXa-1867852664.png)
    8px -160px no-repeat;
}
.cj_TAOTU .cjztree-inner .ztree {
  padding-left: 16px;
}
.cj_TAOTU .folder_tree .rhide {
  display: none;
}
.cj_TAOTU .cjarea-container {
  position: absolute;
  left: 200px;
  top: 155px;
  right: 20px;
  bottom: 80px;
  overflow: auto;
  border-bottom: 1px solid #ddd;
  padding: 0px 0 10px 0px;
}
.cj_TAOTU .cjtu_result li,
.cj_TAOTU .itemtu_result li,
.cj_TAOTU .video_result li {
  display: inline-block;
  margin: 0 5px 10px;
  width: 100px;
  position: relative;
  cursor: pointer;
}
.cj_TAOTU .cjtu_result li a,
.cj_TAOTU .itemtu_result li a,
.cj_TAOTU .video_result li a {
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 2px;
}
.cj_TAOTU .cjtu_result li a img,
.cj_TAOTU .itemtu_result li a img,
.cj_TAOTU .video_result li a img {
  height: auto;
  max-width: 96%;
  max-height: 96%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cj_TAOTU .cjtu_result li .settu,
.cj_TAOTU .itemtu_result li .settu,
.cj_TAOTU .video_result li .settu {
  display: none;
  width: 100%;
  height: 30px;
  position: absolute;
  line-height: 30px;
  text-align: center;
  bottom: 0px;
  background: #61adf3;
  color: #fff;
}
.cj_TAOTU .cjtu_result li .tupix,
.cj_TAOTU .itemtu_result li .tupix,
.cj_TAOTU .video_result li .tupix {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #acacac;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cj_TAOTU .cjtu_result li:hover .tupix,
.cj_TAOTU .itemtu_result li:hover .tupix,
.cj_TAOTU .video_result li:hover .tupix {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.cj_TAOTU .cjtu_result li:hover a,
.cj_TAOTU .itemtu_result li:hover a,
.cj_TAOTU .video_result li:hover a {
  background: #61adf3;
}
.cj_TAOTU .cjtu_result li:hover .settu,
.cj_TAOTU .itemtu_result li:hover .settu,
.cj_TAOTU .video_result li:hover .settu {
  display: block;
}
.cj_TAOTU .video_result li {
  width: 130px;
}
.cj_TAOTU .video_result li a {
  height: 130px;
}
.cj_TAOTU .video_result li .tupix {
  padding: 0px 5px;
  width: calc(100% - 10px);
}

.mod_Nocontent {
  text-align: center;
  color: #aaa;
  width: 80%;
  line-height: 80px;
}
.mod_Nocontent em {
  font-style: normal;
  color: #f60;
}
.cj_TAOTU .tree_search {
  position: fixed;
  margin-top: -30px;
}
.cj_TAOTU .video_result .mod_Nocontent,
.cj_TAOTU .itemtus .mod_Nocontent {
  width: 100%;
}
.cj_TAOTU .cjtu_result li.mod_Nocontent {
  width: 80%;
}
.cj_TAOTU .cjcontainer_hd {
  position: absolute;
  height: 40px;
  left: 200px;
  right: 20px;
  margin: auto;
  top: 115px;
}
.cj_TAOTU .cjupimg a {
  float: right;
  margin-right: 4px;
  margin-top: 8px;
}
.cj_TAOTU .cjupimg a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #c1c1c1;
  color: #797979;
  cursor: pointer;
  border-radius: 2px;
  text-decoration: none;
}
.cj_TAOTU .cjupimg a:hover {
  background: #f0f0f0;
  color: #333;
}
.cj_TAOTU .cjsearchKey {
  float: left;
  position: relative;
}
.cj_TAOTU .cjsearchKey input {
  width: 150px;
  height: 30px;
  border: 1px solid #ddd;
  margin-top: 1px;
  margin-left: 4px;
  padding-left: 26px;
  font-size: 13px;
  color: #666;
}
.cj_TAOTU .cjsearchKey i,
.cj_TAOTU .search_video i {
  display: block;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 9px;
  background: url(https://img.alicdn.com/imgextra/i2/1867852664/TB2AyL4l63z9KJjy0FmXXXiwXXa-1867852664.png) -85px -26px
    no-repeat;
}
.cj_TAOTU .cj_ft {
  position: absolute;
  height: 60px;
  bottom: 10px;
  left: 20px;
  right: 20px;
}
.cj_TAOTU .cj_ft .cjnext_pagination {
  position: absolute;
  right: 0px;
}
.cj_TAOTU .cj_ft .cjnext_pagination span {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #c1c1c1;
  color: #797979;
  margin: 5px;
  cursor: pointer;
  border-radius: 2px;
}
.cj_TAOTU .cj_ft .cjnext_pagination span:hover {
  background: #f0f0f0;
  color: #333;
}
.cj_TAOTU .cj_ft .cjnext_pagination .no_more,
.cj_TAOTU .cj_ft .cjnext_pagination .no_more:hover {
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  color: #ccc;
  cursor: not-allowed;
}
.cj_TAOTU .cj_inbox {
  height: 60px;
  color: #666;
  line-height: 60px;
}
.cj_TAOTU .cj_inbox input {
  width: calc(100% - 75px);
  margin-left: 15px;
  height: 30px;
  border: 1px solid #dedede;
  padding: 0 5px;
  font-size: 14px;
  vertical-align: middle;
  float: left;
  margin-top: 12px;
}
.cj_TAOTU .cj_inbox span {
  font-size: 14px;
}
.cj_TAOTU .cj_inbox .thd {
  float: left;
}
.cj_TAOTU .nav,
.cj_TAOTU .nav_tusc,
.cj_TAOTU .nav_taovideo {
  float: left;
  position: relative;
  animation: fadeInLeft 0.6s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  padding: 0 15px;
  cursor: pointer;
  color: #999;
}
.cj_TAOTU .nav span,
.cj_TAOTU .nav_tusc span,
.cj_TAOTU .nav_taovideo span {
  font-size: 14px;
}
.cj_TAOTU .tu_Nav {
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.cj_TAOTU .listnav {
  margin-bottom: -1px;
  overflow: hidden;
}
.cj_TAOTU .tuselected {
  color: #3089dc;
  border-bottom: 2px solid #3089dc;
}
.cj_TAOTU .itemtus {
  display: none;
}
.cj_TAOTU .search_items,
.cj_TAOTU .search_video {
  height: 45px;
  line-height: 45px;
  background: #f7f7f7;
  padding: 0px 25px;
  color: #666;
}
.cj_TAOTU .search_items input,
.cj_TAOTU .search_video input {
  width: 200px;
  height: 30px;
  padding: 0 8px;
  font-size: 13px;
  border: 1px solid #e8e8e8;
  color: #666;
  vertical-align: baseline;
}
.cj_TAOTU .search_video input {
  padding-left: 28px;
}
.cj_TAOTU .search_video i {
  left: auto;
  top: auto;
  margin-top: 13px;
  margin-left: 6px;
}
.cj_TAOTU .search_items label {
  color: #999;
  margin: 10px;
}
.cj_TAOTU .search_items .Price input {
  width: 80px;
}
.cj_TAOTU .search_items button {
  height: 28px;
  padding: 0 16px;
  font-size: 12px;
  cursor: pointer;
  line-height: 26px;
  border: 1px solid #666;
  border-radius: 3px;
  background: none;
  color: #666;
  transition: all 0.3s ease-out;
  margin-left: 10px;
}
.cj_TAOTU .search_items .Price {
  display: inline-block;
}
.cj_TAOTU .search_items button:hover {
  background: #e2e2e2;
}
.cj_TAOTU .btu_box,
.cj_TAOTU .video_box {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 80px;
  top: 160px;
  margin: auto;
  border-bottom: 1px solid #ddd;
  padding: 0px 0 10px 0px;
  overflow: auto;
}
.cj_TAOTU .tuinputOK {
  position: absolute;
  right: 25px;
  cursor: pointer;
  color: #5aabf6;
  margin-top: 13px;
  display: none;
  width: 100px;
  text-align: center;
  height: 28px;
  line-height: 30px;
}
.tucat {
  cursor: pointer;
}
.tbapps .tbapp_exchange {
  display: none;
}
.cj_TAOTU .taovideo {
  display: none;
}
.cj_TAOTU .mainbox {
  display: none;
}
.cj_TAOTU .tusck {
  display: block;
}
.cj_TAOTU .sck_box {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 80px;
  top: 120px;
  margin: auto;
  border-bottom: 1px solid #ddd;
  padding: 0px 0 10px 0px;
  overflow: auto;
}

/**
 * weex 链接弹出框
 */
.WXHref {
  position: fixed;
  z-index: 9999993;
  color: #666;
  display: none;
}
.WXHref span {
  font-size: 14px;
}
.WXHref .cjclose {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background: url(https://img.alicdn.com/imgextra/i2/1867852664/TB2AyL4l63z9KJjy0FmXXXiwXXa-1867852664.png) -170px
    5px no-repeat;
  cursor: pointer;
}
.WXHref .cj_heiBG {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.WXHref .href_panel {
  width: 60%;
  height: 85%;
  position: fixed;
  z-index: 19;
  top: -20px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  padding: 10px 20px;
}
.WXHref .cj_header {
  line-height: 30px;
  margin-bottom: 10px;
}
.WXHref .cj_ems {
  line-height: 30px;
  background: #fff5e5;
  text-align: center;
  display: none;
}
.WXHref .cj_inbox {
  height: 60px;
  color: #666;
  line-height: 60px;
}
.WXHref .cj_inbox input {
  width: calc(100% - 75px);
  margin-left: 15px;
  height: 30px;
  border: 1px solid #dedede;
  padding: 0 5px;
  font-size: 14px;
  vertical-align: middle;
  float: left;
  margin-top: 12px;
}
.WXHref .cj_inbox .thd {
  float: left;
}
.WXHref .folder_tree {
  margin-bottom: -1px;
  margin-bottom: -1px;
  overflow: hidden;
}
.WXHref .nav {
  float: left;
  position: relative;
  animation: fadeInLeft 0.6s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  padding: 0 15px;
  cursor: pointer;
  color: #999;
  font-size: 14px;
}
.WXHref .linkselected {
  color: #3089dc;
  border-bottom: 2px solid #3089dc;
}
.WXHref .CT_tree-wrap {
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.WXHref .cjarea-container {
  position: absolute;
  left: 20px;
  top: 100px;
  right: 20px;
  bottom: 90px;
  overflow: auto;
  border-bottom: 1px solid #ccc;
  padding: 2px 0 10px 0px;
}
.WXHref .cj_ft {
  position: absolute;
  height: 60px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.WXHref .modpanel {
  display: none;
}
.WXHref .modpanel li {
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding: 0 3%;
  cursor: pointer;
}
.WXHref .modpanel li:hover {
  background: #f1f7fe;
}
.WXHref .modpanel li a.set,
.WXHref .modpanel li a.set_getcoupon {
  float: right;
  display: none;
  text-decoration: none;
  text-align: center;
  width: 100px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #3089dc;
  color: #3089dc;
  margin-top: 11px;
  margin-left: 10px;
}
.WXHref .modpanel li a.gmlink,
.WXHref .modpanel li a.Add_cart {
  width: 90px;
}
.WXHref .modpanel li:hover a.set {
  display: inline-block;
}
.WXHref .modpanel li:hover a.set_getcoupon {
  display: inline-block;
}
.WXHref .modpanel .link_title {
  float: left;
  font-size: 14px;
  width: 45%;
}
.WXHref .modpanel .link-img {
  float: left;
  margin-top: 5px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 10px;
}
.WXHref .modpanel .link_price {
  float: left;
  color: #ff5000;
  font-size: 14px;
}
.WXHref .modpanel .link-img img {
  max-width: 40px;
}
.WXHref .modpanel .Exp {
  color: #999;
  float: left;
}
.WXHref .modpanel .Exp span {
  margin-right: 6px;
  font-size: 12px;
}
.WXHref .modpanel .search_items {
  height: 45px;
  line-height: 45px;
  background: #f7f7f7;
  padding: 0px 25px;
  color: #666;
}
.WXHref .modpanel .search_items input {
  width: 200px;
  height: 30px;
  padding: 0 8px;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  color: #666;
  vertical-align: baseline;
}
.WXHref .modpanel .search_items label {
  color: #999;
  margin: 10px;
}
.WXHref .modpanel .search_items button {
  height: 28px;
  padding: 0 16px;
  font-size: 12px;
  line-height: 26px;
  border: 1px solid #666;
  border-radius: 3px;
  background: none;
  color: #666;
  transition: all 0.3s ease-out;
  margin-left: 10px;
}
.WXHref .modpanel .search_items button:hover {
  background: #e2e2e2;
  cursor: pointer;
}
.WXHref .modpanel .search_items .Price {
  display: inline-block;
}
.WXHref .modpanel .search_items .Price input {
  width: 80px;
}
.WXHref .cj_ft .cjnext_pagination {
  position: absolute;
  right: 0px;
}
.WXHref .cj_ft .cjnext_pagination span {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #c1c1c1;
  color: #797979;
  margin: 5px;
  cursor: pointer;
  border-radius: 2px;
}
.WXHref .cj_ft .cjnext_pagination span:hover {
  background: #f0f0f0;
  color: #333;
}
.WXHref .cj_ft .cjnext_pagination .no_more,
.WXHref .cj_ft .cjnext_pagination .no_more:hover {
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  color: #ccc;
  cursor: not-allowed;
}
.WXHref .modpanel li.no_data {
  line-height: 200px;
  height: 200px;
  text-align: center;
  color: #999;
  cursor: auto;
}
.WXHref .modpanel li.no_data:hover {
  background: none;
}

/* 旺旺 */
/* modpanel [showd="common"] > local-input */
.local-input {
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding: 0 3%;
  cursor: pointer;
}
.local-input:hover {
  background: #f1f7fe;
}
.local-input > .local-input__label {
  font-size: 14px;
  width: 120px;
  display: inline-block;
}

.local-input > .local-input__input {
  margin-right: 15px;
  padding: 0px 10px;
  height: 40px;
  width: 350px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.local-input > .local-input__link {
  text-decoration: none;
  font-size: 13px;
  color: #9e9e9e;
  cursor: help;
}
.local-input > .local-input__button {
  float: right;
  text-decoration: none;
  text-align: center;
  width: 100px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #3089dc;
  color: #3089dc;
  margin-top: 11px;
  margin-left: 10px;
  visibility: hidden;
}
.local-input:hover > .local-input__button {
  visibility: visible;
}

/**
 * �Ա�����ѡ�������
 */
.WXItems {
  position: fixed;
  z-index: 9999993;
  color: #666;
  display: none;
}
.WXItems span {
  font-size: 14px;
}
.WXItems .cjclose {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background: url(https://img.alicdn.com/imgextra/i2/1867852664/TB2AyL4l63z9KJjy0FmXXXiwXXa-1867852664.png) -170px
    5px no-repeat;
  cursor: pointer;
}
.WXItems .cj_heiBG {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.WXItems .href_panel {
  width: 85%;
  height: 85%;
  position: fixed;
  z-index: 19;
  top: -20px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  padding: 10px 20px;
}
.WXItems .cj_header {
  line-height: 30px;
  margin-bottom: 10px;
}
.WXItems .cj_ems {
  line-height: 30px;
  background: #fff5e5;
  text-align: center;
  display: none;
}
.WXItems .cj_inbox {
  height: 60px;
  color: #666;
  line-height: 60px;
}
.WXItems .cj_inbox input {
  width: calc(100% - 75px);
  margin-left: 15px;
  height: 30px;
  border: 1px solid #dedede;
  padding: 0 5px;
  font-size: 14px;
  vertical-align: middle;
  float: left;
  margin-top: 12px;
}
.WXItems .cj_inbox .thd {
  float: left;
}
.WXItems .folder_tree {
  margin-bottom: -1px;
  margin-bottom: -1px;
  overflow: hidden;
}
.WXItems .nav {
  float: left;
  position: relative;
  animation: fadeInLeft 0.6s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  padding: 0 15px;
  cursor: pointer;
  color: #999;
  font-size: 14px;
}
.WXItems .linkselected {
  color: #3089dc;
  border-bottom: 2px solid #3089dc;
}
.WXItems .CT_tree-wrap {
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.WXItems .cjarea-container {
  position: absolute;
  left: 20px;
  top: 100px;
  right: 20px;
  bottom: 90px;
  overflow: auto;
  border-bottom: 1px solid #ccc;
  padding: 2px 0 10px 0px;
}
.WXItems .cj_ft {
  position: absolute;
  height: 60px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.WXItems .modpanel {
  display: none;
}
.WXItems .modpanel li {
  height: 100px;
  overflow: hidden;
  padding: 0 5px;
  float: left;
  margin-left: 5px;
  margin-top: 10px;
  cursor: pointer;
}
.WXItems .modpanel li:hover {
  background: #f1f7fe;
}
.WXItems .modpanel .link_title {
  font-size: 14px;
  width: 330px;
  height: 50px;
  margin-top: 12px;
}
.WXItems .modpanel .link-img {
  float: left;
  margin: 10px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
  margin-left: 5px;
}
.WXItems .modpanel .link_price {
  color: #ff5000;
  font-size: 14px;
}
.WXItems .modpanel .link-img img {
  max-width: 80px;
}
.WXItems .modpanel .Exp {
  color: #999;
  float: left;
}
.WXItems .modpanel .Exp span {
  margin-right: 6px;
  font-size: 12px;
}
.WXItems .modpanel .search_items,
.WXItems .modpanel .Impid_items {
  height: 45px;
  line-height: 45px;
  background: #f7f7f7;
  padding: 0px 10px;
  color: #666;
}
.WXItems .modpanel .search_items input {
  width: 200px;
  height: 30px;
  padding: 0 8px;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  color: #666;
  vertical-align: baseline;
}
.WXItems .modpanel .search_items label {
  color: #999;
  margin: 10px;
}
.WXItems .modpanel .search_items button {
  height: 28px;
  padding: 0 16px;
  font-size: 12px;
  line-height: 26px;
  border: 1px solid #666;
  border-radius: 3px;
  background: none;
  color: #666;
  transition: all 0.3s ease-out;
  margin-left: 10px;
}
.WXItems .modpanel .search_items button:hover {
  background: #e2e2e2;
  cursor: pointer;
}
.WXItems .modpanel .search_items .Price {
  display: inline-block;
}
.WXItems .modpanel .search_items .Price input {
  width: 80px;
}
.WXItems .cj_ft .cjnext_pagination {
  position: absolute;
}
.WXItems .cj_ft .cjnext_pagination span {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #c1c1c1;
  color: #797979;
  margin: 5px;
  cursor: pointer;
  border-radius: 2px;
}
.WXItems .cj_ft .cjnext_pagination span:hover {
  background: #f0f0f0;
  color: #333;
}
.WXItems .cj_ft .cj_setitems {
  position: absolute;
  right: 0;
}
.WXItems .cj_ft .cj_setitems span {
  border: 1px solid #dedede;
  float: none;
  background: #fff;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  margin: 5px;
  cursor: pointer;
  border-radius: 2px;
}
.WXItems .cj_ft .cj_setitems span:hover {
  background: #f7f7f7;
}
.WXItems .cj_ft .cj_setitems span.setItems {
  border: 1px solid #107df1;
  color: #107df1;
}
.WXItems .cj_ft .cj_setitems span.setItems:hover {
  background: #f1f7fe;
}
.WXItems .cj_ft .cjnext_pagination .no_more,
.WXItems .cj_ft .cjnext_pagination .no_more:hover {
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  color: #ccc;
  cursor: not-allowed;
}
.WXItems .modpanel i.icon {
  float: left;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  padding-left: 25px;
  margin-left: 5px;
  margin-top: 40px;
  font-size: 13px;
}
.WXItems .modpanel i.icon:before {
  position: absolute;
  border-radius: 9px;
  top: 0;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  border: 1px solid #c0c0c0;
}
.WXItems .modpanel i.icon:after {
  position: absolute;
  display: none;
  content: "";
  top: 3px;
  left: 6px;
  box-sizing: border-box;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}
.WXItems .modpanel i.icon_checked:before {
  border: #107df1;
  background: #107df1;
}
.WXItems .modpanel i.icon_checked:after {
  display: block;
}
.WXItems .modpanel .all_icon {
  cursor: pointer;
  margin-right: 10px;
}
.WXItems .modpanel .all_icon i.icon {
  float: none;
}
.WXItems .modpanel .tb_item {
  border-radius: 5px;
}
.WXItems .modpanel .checked {
  background: #f7f7f7;
}
.WXItems .modpanel li.no_data {
  line-height: 200px;
  height: 200px;
  text-align: center;
  color: #999;
  cursor: auto;
  width: calc(100% - 20px);
}
.WXItems .modpanel li.no_data em {
  font-style: normal;
  color: #f60;
}
.WXItems .modpanel li.no_data:hover {
  background: none;
}
.modpanel li.no_data a {
  color: #49a1ff;
}
/*
* ����ID����
*/
.WXItems .modpanel .Impid_items {
  padding: 0px 15px;
  overflow: hidden;
}
.WXItems .modpanel .Impid_items span {
  display: inline-block;
  width: 50%;
  margin: 0;
  float: left;
}
.WXItems .modpanel .tips {
  font-size: 12px;
  color: #999;
  text-indent: 10px;
  line-height: 45px;
}
.WXItems .modpanel .Impid_main {
  display: flex;
}
.WXItems .modpanel .left,
.WXItems .modpanel .right {
  width: 50%;
}
.WXItems .modpanel .right {
  padding-top: 35px;
  padding-bottom: 30px;
}
.WXItems .modpanel .left .input-area {
  width: calc(100% - 20px);
  height: 350px;
  border: 1px solid #ddd;
  resize: none;
  padding: 10px;
  font-size: 14px;
  color: #333;
}
.WXItems .modpanel .right .no-data {
  line-height: 250px;
  text-align: center;
}
.WXItems .modpanel .action-bar {
  width: calc(50% - 25px);
  text-align: right;
  margin-top: -45px;
  position: absolute;
}
.WXItems .modpanel .action-bar button {
  border: 1px solid #dedede;
  background-color: #fff;
  margin-right: 10px;
  padding: 0 20px;
  height: 28px;
  line-height: 26px;
  color: #666;
  border-radius: 2px;
  cursor: pointer;
}
.WXItems .modpanel .action-bar button:hover {
  background: #f7f7f7;
}
.WXItems .modpanel .action-bar .id_query {
  border: 1px solid #107df1;
  color: #107df1;
}
.WXItems .modpanel .action-bar .id_query:hover {
  background: #f1f7fe;
}
.WXItems .modpanel .Impid_items .all_icon i.icon {
  margin-left: 15px;
}

/*
* ��������һЩ����
*/
.pageBox .app-box .boSlider,
.pageBox .app-box .bo_edit_temp {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.pageBox .app-box .boSlider img {
  max-width: 100%;
}
.pageBox .app-box .bo_showsPagination {
  width: 100%;
  position: absolute;
  bottom: 10px;
  height: 40px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageBox .app-box .bo_showsPagination .pag-type-0 span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 6px;
}
.pageBox .app-box .bo_showsPagination span.select {
  background: rgb(255, 80, 0);
}
.pageBox .app-box .boSlider .child_page {
  position: absolute;
}
.pageBox .app-box .item .picUrl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
}
.pageBox .app-box .item {
  position: absolute;
  overflow: hidden;
}
.pageBox .app-box .item span {
  box-sizing: border-box;
}

.pageBox .app-box .wdraggable-ui[data-apptype="apwx_jdjs"] {
  background-repeat: no-repeat;
  background-position: top center;
}
.ui-temp-hover {
  box-shadow: 0 0 5px #3089dc;
}
.hot-box .ui-temp-hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(54, 226, 239, 0.9);
}
.pageBox .app-box .bo_showsPagination .pag-type-1 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.pageBox .app-box .bo_showsPagination .pag-type-2 span {
  display: inline-flex;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
}
.pageBox .app-box .bo_showsPagination .pag-type-2 img {
  width: 100%;
  height: 100%;
}
.pageBox .app-box .bo_showsPagination .pag-type-2 span.select {
  background: none;
}
.pageBox .app-box .bo_showsPagination .pag-type-1,
.pageBox .app-box .bo_showsPagination .pag-type-2 {
  background-repeat: no-repeat;
}

/*
* 
* ��ʽԤ��
*
*/
.appStyles .heiBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 91;
  position: fixed;
  display: none;
}
.appStyles .skin {
  z-index: 99;
  position: absolute;
  left: 16%;
  top: 14%;
  right: 16%;
  bottom: 16%;
  margin: auto;
  background: #fff;
  opacity: 0;
  display: none;
}
.appStyles .skin .hd {
  line-height: 56px;
  border: 1px solid #eee;
  padding: 0px 20px;
  color: #666;
}
.appStyles .skin .bd {
  position: absolute;
  overflow: auto;
  right: 10px;
  left: 10px;
  top: 66px;
  bottom: 10px;
  padding-bottom: 20px;
}
.appStyles .skin .bd span {
  margin-top: 15px;
  margin-left: 15px;
  float: left;
  cursor: pointer;
  border: 4px solid #f4f4f4;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.appStyles .skin .bd span,
.appStyles .skin .bd span a {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.appStyles .skin .bd span:hover {
  border: 4px solid #58a9ff;
}
.appStyles .skin .bd span img {
  max-width: 200px;
  max-height: 200px;
  display: block;
}
.appStyles .close {
  font-family: "iconfont";
  float: right;
  font-size: 18px;
  cursor: pointer;
  font-style: normal;
}
.appStyles .close:hover {
  color: #107df1;
}
.appStyles .skin .bd span a {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #58a9ff;
  text-align: center;
  position: absolute;
  bottom: -32px;
}
.appStyles .skin .bd span:hover a {
  bottom: 0px;
}

/*
* skin-up-save
* ��ʽԤ��UP
*/
.skin-up-save {
  position: absolute;
  width: 20px;
  height: 108px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  z-index: 10;
  display: none;
}
.skin-up-save span {
  display: block;
  width: 20px;
  cursor: pointer;
}
.skin-up-save .skin-show {
  background: #58a9ff;
  height: 80px;
  color: #fff;
  border-radius: 2px;
  line-height: 18px;
  padding-top: 8px;
}
.skin-up-save .skin-save {
  background: #fff;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  border-radius: 2px;
}

/*
* ��ͼ
*/
.pageBox .canvas .app_jdtuhd {
  overflow: visible;
}
.pageBox .canvas .app_jdtuhd .box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.pageBox .canvas .app_jdtuhd .box .dtu {
  transition-duration: 0.5s;
}
.pageBox .app-box .box_pagination {
  width: 100%;
  position: absolute;
  bottom: 10px;
  height: 40px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
* �ֲ�
*/
.pageBox .canvas .apwx_jnbo {
  overflow: visible;
}

/*
* ��ҳ��򿪵����
*/
.operation-parent-open {
  display: none;
}
.parent-wangpu-open .pageTop .top_df .topRight .operation {
  display: none;
}
.parent-wangpu-open .pageTop .top_df .topRight .operation-parent-open {
  display: block;
}
.parent-wangpu-open .pageTop .topRight .operation-parent-open span {
  width: 120px;
  height: 30px;
  line-height: 30px;
  box-shadow: 0px 0px 0px rgba(120, 128, 140, 0);
}
.parent-wangpu-open
  .pageTop
  .topRight
  .operation-parent-open
  .close_weex:hover {
  background: #f8f8f8;
}

/*
* �Զ���ģ��Ԥ��Ƥ��
*/
.skinBoxs {
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #666;
  display: none;
}
.skinBoxs .skins {
  width: 600px;
  height: 480px;
  background: #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.skinBoxs .hd {
  margin: 0 10px 10px 10px;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 12px;
}
.skinBoxs .close {
  font-family: "iconfont";
  float: right;
  font-size: 18px;
  cursor: pointer;
  font-style: normal;
}
.skinBoxs .b {
  margin: 20px;
}
.skinBoxs .t {
  margin: 0px 15px 0px 30px;
}
.skinBoxs .btype {
  margin-top: 35px;
}
.skinBoxs .btype em {
  display: inline-block;
  width: 132px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #f6f6f6;
  cursor: pointer;
}
.skinBoxs .btype .select {
  background: #10b1f1;
  color: #fff;
}
.skinBoxs .b input {
  width: 340px;
  height: 36px;
  padding: 0px 5px;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin-right: 5px;
}
.skinBoxs .b .tip {
  font-size: 12px;
  color: #aaa;
}
.skinBoxs .checkbox {
  padding-left: 90px;
  margin-top: 25px;
}
.skinBoxs .checkbox input {
  display: none;
}
.skinBoxs .checkbox input + label {
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  padding-left: 23px;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}
.skinBoxs .checkbox input:checked + label:before {
  border: #10b1f1;
  background: #10b1f1;
}
.skinBoxs .checkbox input + label:before {
  position: absolute;
  border-radius: 3px;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #d9d9d9;
}
.skinBoxs .checkbox input + label:after {
  position: absolute;
  display: none;
  content: "";
  top: 3px;
  left: 6px;
  box-sizing: border-box;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}
.skinBoxs .checkbox input + label:after {
  position: absolute;
  display: none;
  content: "";
  top: 2px;
  left: 5px;
  box-sizing: border-box;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}
.skinBoxs .checkbox input:checked + label:after {
  display: block;
}
.skinBoxs .checkbox .tip {
  margin-left: 40px;
  color: #ccc;
  width: 320px;
}
.skinBoxs .button {
  text-align: right;
  margin: 55px 30px 10px 10px;
}
.skinBoxs .button span {
  display: inline-block;
  box-sizing: border-box;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e7eaef;
  font-size: 12px;
  color: #6c788c;
  margin-right: 10px;
  cursor: pointer;
  box-shadow: 0px 2px 2px rgba(120, 128, 140, 0.1);
}
.skinBoxs .button .close2:hover {
  background: #f6f6f6;
}
.skinBoxs .button .save {
  background: #3cd1e7;
  color: #fff;
  border: none;
  border-radius: 3px;
}
.skinBoxs .button .save:hover {
  background: #0395ff;
}
.app-myskin {
  min-width: 180px;
  min-height: 200px;
}
/* 单图移动动画 */
.jjtup {
  position: relative;
}
.img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  transition: 0.3s;
}

/* 上滑效果 */
.tupEffect-0 {
  transition: 0.3s;
}
.tupEffect-0:hover {
  transform: translateY(-10px);
}

/* 上下抖动 */
.tupEffect-1 {
  transition: 0.3s cubic-bezier(0.5, 3, 0.5, 0);
}

.tupEffect-1:hover {
  transform: translateY(-20px);
}

.tupEffect-1:hover .img {
  transform: translateY(20px);
}

/* 左右抖动 */
.tupEffect-2 {
  transition: 0.3s cubic-bezier(0.5, 3, 0.5, 0);
}

.tupEffect-2:hover {
  transform: translateX(-20px);
}

.tupEffect-2:hover .img {
  transform: translateX(20px);
}

/* 旋转抖动 */
.tupEffect-3 {
  transition: 0.3s cubic-bezier(0.5, 3, 0.5, 0);
}

.tupEffect-3:hover {
  transform: rotate(15deg);
}

.tupEffect-3:hover .img {
  transform: rotate(-15deg);
}

/* 弹性缩放 */
.tupEffect-4 {
  transition: 0.3s cubic-bezier(0.5, 3, 0.5, 0);
}

.tupEffect-4:hover {
  transform: scale(1.1);
}

.tupEffect-4:hover .img {
  transform: scale(0.91);
}

/* 动感光带 */
.tupEffect-5 {
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.5, 3, 0.5, 0);
}

.tupEffect-5::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  bottom: -100px;
  left: -100px;
  background: hsla(0, 0%, 100%, 0.35);
  transition: 1s;
  transform: scale3d(1.9, 1.9, 1) rotate(-45deg) translate3d(0, -115%, 0);
  z-index: 2;
}

.tupEffect-5:hover::before {
  transform: scale3d(1.9, 1.9, 1) rotate(-45deg) translate3d(0, 115%, 0);
}

/* 放大效果 */
.tupEffect-6 {
  overflow: hidden;
  transition: 0.3s;
}
.tupEffect-6:hover {
  transform: scale(1.1);
}

/* 放大+线条 */
.tupEffect-7 {
  overflow: hidden;
  transition: 0.3s;
}
.tupEffect-7::before,
.tupEffect-7::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: 1s ease;
  z-index: 9;
}

.tupEffect-7::before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
}

.tupEffect-7::after {
  top: 0px;
  bottom: 0px;
  left: 10px;
  right: 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scaleY(0);
}

.tupEffect-7:hover::before,
.tupEffect-7:hover::after {
  transform: scale(1);
  opacity: 0.5;
}

.tupEffect-7:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/*放大+边框*/
.tupEffect-8 {
  overflow: hidden;
  transition: 0.3s;
}

.tupEffect-8::before {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #fff;
  transition: 0.5s;
  z-index: 9;
}

.tupEffect-8:hover::before {
  border: 10px solid #fff;
  opacity: 0.5;
}

.tupEffect-8:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/*横向翻转*/
.tupEffect-9 {
  width: 100%;
  height: 100%;
  display: block;
}

.tupEffect-9:hover img {
  transform: rotateY(360deg);
  opacity: 0.9;
  transition: 1s;
}

/* 十字光带 */
.tupEffect-10::before,
.tupEffect-10::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  opacity: 1;
  transition: 1s ease;
  z-index: 9;
}

.tupEffect-10::before {
  top: 0;
  bottom: 0;
  left: 50%;
  right: 51%;
}

.tupEffect-10::after {
  top: 51%;
  bottom: 50%;
  left: 0;
  right: 0;
}

.tupEffect-10:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
}

.tupEffect-10:hover::after {
  top: 0;
  bottom: 0;
  opacity: 0;
}

/* 缩小+蒙层+边框 */
.tupEffect-11 {
  background: #3085a3;
  overflow: hidden;
}

.tupEffect-11::before,
.tupEffect-11::after {
  content: "";
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  opacity: 0;
  transform: scale(0);
  transition: 1s ease;
  z-index: 9;
}

.tupEffect-11::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform-origin: right top;
}

.tupEffect-11::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform-origin: left bottom;
}

.tupEffect-11 img {
  transform: scale(1.12);
  transition: 0.3s;
}

.tupEffect-11:hover::before,
.tupEffect-11:hover::after {
  transform: scale(1);
  opacity: 0.5;
}

.tupEffect-11:hover img {
  transform: scale(1);
  opacity: 0.6;
}

/* 动态边框 */
.tupEffect-12::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-size: 30px 30px;
  background-image: linear-gradient(
    45deg,
    rgba(234, 176, 176, 1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(234, 176, 176, 1) 50%,
    rgba(234, 176, 176, 1) 75%,
    transparent 75%,
    transparent
  );
  animation: barberpole 0.5s linear infinite;
}

.tupEffect-12:hover::before {
  opacity: 1;
}

.tupEffect-12:hover img {
  transform: scale(0.95);
}

@keyframes barberpole {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 60px 30px;
  }
}

/* 动效蒙层1 */
.tupEffect-13 {
  overflow: hidden;
  position: relative;
}

.tupEffect-13 span {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.tupEffect-13::before,
.tupEffect-13::after,
.tupEffect-13 span::before,
.tupEffect-13 span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.6s ease;
  z-index: 9;
}

.tupEffect-13::before {
  transform: translateY(-100%);
  left: 0%;
}

.tupEffect-13::after {
  transform: translateY(100%);
  left: 25%;
}

.tupEffect-13 span::before {
  transform: translateY(-100%);
  left: 50%;
}

.tupEffect-13 span::after {
  transform: translateY(100%);
  left: 75%;
}

.tupEffect-13:hover::before,
.tupEffect-13:hover::after,
.tupEffect-13:hover span::before,
.tupEffect-13:hover span::after {
  transform: translateY(0);
}

/*动效蒙层2*/
.tupEffect-14 {
  overflow: hidden;
  position: relative;
}
.tupEffect-14 span {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.tupEffect-14::before,
.tupEffect-14::after,
.tupEffect-14 span::before,
.tupEffect-14 span::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 9;
  top: 0;
}

.tupEffect-14::before {
  left: 0%;
  transition: 0.2s ease;
}

.tupEffect-14::after {
  left: 25%;
  transition: 0.2s ease 0.2s;
}

.tupEffect-14 span::before {
  left: 50%;
  transition: 0.2s ease 0.4s;
}

.tupEffect-14 span::after {
  left: 75%;
  transition: 0.2s ease 0.6s;
}

.tupEffect-14:hover::before,
.tupEffect-14:hover::after,
.tupEffect-14:hover span::before,
.tupEffect-14:hover span::after {
  opacity: 1;
}

/*动态蒙层3*/
.tupEffect-15 {
  overflow: hidden;
  position: relative;
}

.tupEffect-15 span {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.tupEffect-15::before,
.tupEffect-15::after,
.tupEffect-15 span::before,
.tupEffect-15 span::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(100%);
  z-index: 9;
  top: 0;
}

.tupEffect-15::before {
  left: 0%;
  transition: 0.2s;
}

.tupEffect-15::after {
  left: 25%;
  transition: 0.4s;
}

.tupEffect-15 span::before {
  left: 50%;
  transition: 0.6s;
}

.tupEffect-15 span::after {
  left: 75%;
  transition: 0.8s;
}

.tupEffect-15:hover::before,
.tupEffect-15:hover::after,
.tupEffect-15:hover span::before,
.tupEffect-15:hover span::after {
  opacity: 1;
  transform: translateY(0%);
}

/* 动态圆形 */
.tupEffect-16:hover:after {
  position: absolute;
  content: "";
  opacity: 0.8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 1px;
  z-index: 4;
  border: 1px solid transparent;
  border-radius: 1px;
  box-sizing: content-box;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
  animation: aperture 1.6s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes aperture {
  to {
    box-shadow: 0 0 0 105px rgba(232, 76, 61, 0);
  }
}

@keyframes var-animation {
  from {
    transform: translateX(0) translateY(0) rotateX(0) rotateY(0) rotateZ(0)
      scale(var(--sf, 1));
    opacity: var(--of, 1);
  }

  to {
    transform: translateX(var(--xt, 0)) translateY(var(--yt, 0))
      rotateX(var(--rx, 0)) rotateY(var(--ry, 0)) rotateZ(var(--rz, 0))
      scale(var(--st, 1));
    opacity: var(--ot, 1);
  }
}

.circle-animation {
  animation: var-animation 1000ms 0ms linear infinite;
}

/* 双面图 动效 */
.smtuImg {
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pageBox .appovhi .smtuEffect_100 .pic_act {
  display: none;
}
.pageBox .appovhi:hover .smtuEffect_100 .pic_def {
  display: none;
}
.pageBox .appovhi:hover .smtuEffect_100 .pic_act {
  display: block;
}

.pageBox .appovhi .smtuEffect_0 .pic_act {
  left: 100%;
}
.pageBox .appovhi:hover .smtuEffect_0 .pic_act {
  left: 0;
}

.pageBox .appovhi .smtuEffect_1 .pic_act {
  top: 100%;
}
.pageBox .appovhi:hover .smtuEffect_1 .pic_act {
  top: 0;
}

.pageBox .appovhi .smtuEffect_2 .pic_act {
  left: auto;
  right: 100%;
}
.pageBox .appovhi:hover .smtuEffect_2 .pic_act {
  right: 0;
}

.pageBox .appovhi .smtuEffect_3 .pic_act {
  top: auto;
  bottom: 100%;
}
.pageBox .appovhi:hover .smtuEffect_3 .pic_act {
  bottom: 0;
}

.pageBox .appovhi .smtuEffect_4 .pic_def {
  left: 0;
  z-index: 10;
}
.pageBox .appovhi:hover .smtuEffect_4 .pic_def {
  left: 100%;
  z-index: 10;
}

.pageBox .appovhi .smtuEffect_5 .pic_def {
  top: 0;
  z-index: 10;
}
.pageBox .appovhi:hover .smtuEffect_5 .pic_def {
  top: 100%;
  z-index: 10;
}

.pageBox .appovhi .smtuEffect_6 .pic_def {
  left: auto;
  right: 0;
  z-index: 10;
}
.pageBox .appovhi:hover .smtuEffect_6 .pic_def {
  right: 100%;
  z-index: 10;
}

.pageBox .appovhi .smtuEffect_7 .pic_def {
  top: auto;
  bottom: 0;
  z-index: 10;
}
.pageBox .appovhi:hover .smtuEffect_7 .pic_def {
  bottom: 100%;
  z-index: 10;
}

.pageBox .appovhi .smtuEffect_8 .pic_def {
  left: auto;
  right: 0;
}
.pageBox .appovhi .smtuEffect_8 .pic_act {
  left: 100%;
  right: 0;
}
.pageBox .appovhi:hover .smtuEffect_8 .pic_def {
  right: 100%;
}
.pageBox .appovhi:hover .smtuEffect_8 .pic_act {
  left: 0;
}

.pageBox .appovhi .smtuEffect_9 .pic_def {
  top: auto;
  bottom: 0;
}
.pageBox .appovhi .smtuEffect_9 .pic_act {
  top: 100%;
}
.pageBox .appovhi:hover .smtuEffect_9 .pic_def {
  bottom: 100%;
}
.pageBox .appovhi:hover .smtuEffect_9 .pic_act {
  top: 0;
}

.pageBox .appovhi .smtuEffect_10 .pic_def {
  left: 0;
}
.pageBox .appovhi .smtuEffect_10 .pic_act {
  left: auto;
  right: 100%;
}
.pageBox .appovhi:hover .smtuEffect_10 .pic_def {
  left: 100%;
}
.pageBox .appovhi:hover .smtuEffect_10 .pic_act {
  right: 0;
}

.pageBox .appovhi .smtuEffect_11 .pic_def {
  top: 0;
}
.pageBox .appovhi .smtuEffect_11 .pic_act {
  top: auto;
  bottom: 100%;
}
.pageBox .appovhi:hover .smtuEffect_11 .pic_def {
  top: 100%;
}
.pageBox .appovhi:hover .smtuEffect_11 .pic_act {
  bottom: 0;
}

.pageBox .appovhi .smtuEffect_12 .pic_act {
  transform: scale(0);
  opacity: 0;
}

.pageBox .appovhi:hover .smtuEffect_12 .pic_act {
  transform: scale(1);
  opacity: 1;
}

.pageBox .appovhi .smtuEffect_13 .pic_act,
.pageBox .appovhi:hover .smtuEffect_13 .pic_def {
  transform: scale(0);
  opacity: 0;
}

.pageBox .appovhi:hover .smtuEffect_13 .pic_act {
  transform: scale(1);
  opacity: 1;
}

.pageBox .appovhi .smtuEffect_14 .pic_act,
.pageBox .appovhi:hover .smtuEffect_14 .pic_def {
  transform: scaleX(-1);
  opacity: 0;
}

.pageBox .appovhi:hover .smtuEffect_14 .pic_act {
  transform: scale(1);
  opacity: 1;
}

.pageBox .appovhi .smtuEffect_15 .pic_act {
  transform: scale(1.5);
  opacity: 0;
}

.pageBox .appovhi:hover .smtuEffect_15 .pic_def {
  transform: scale(0);
  opacity: 0;
}

.pageBox .appovhi:hover .smtuEffect_15 .pic_act {
  transform: scale(1);
  opacity: 1;
}

.pageBox .appovhi .smtuEffect_16 .pic_act {
  transform: scale(0);
  opacity: 0;
}

.pageBox .appovhi:hover .smtuEffect_16 .pic_def {
  transform: scale(1.5);
  opacity: 0;
}

.pageBox .appovhi:hover .smtuEffect_16 .pic_act {
  transform: scale(1);
  opacity: 1;
}

.pageBox .appovhi .smtuEffect_17 .pic_act {
  transform: rotate(2turn) scale(0);
}

.pageBox .appovhi:hover .smtuEffect_17 .pic_act {
  transform: rotate(0deg) scale(1);
}

.pageBox .appovhi .smtuEffect_18 .pic_def {
  z-index: 10;
}

.pageBox .appovhi:hover .smtuEffect_18 .pic_def {
  transform: rotate(2turn) scale(0);
  z-index: 10;
}

.pageBox .appovhi .smtuEffect_19 .pic_act {
  opacity: 0;
}

.pageBox .appovhi:hover .smtuEffect_19 .pic_act {
  opacity: 1;
}
/* 文字经过效果 */
.pageBox .wzEffect_1 .bg {
  display: none;
}

.pageBox .wzEffect_2 .bg {
  display: none;
}

.pageBox .wzEffect_1:hover .bg {
  display: block;
}

.pageBox .wzEffect_1:hover pre {
  color: inherit !important;
}
/* pmd */
@keyframes x_0_50p {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}

@keyframes x_0_-50p {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes x_0_100p {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes x_0_-100p {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.pmd-rtl-50 {
  animation: x_0_-50p 2000ms infinite linear 600ms normal;
}

.pmd-rtl-100 {
  animation: x_0_-100p 2000ms infinite linear 600ms normal;
}

.pmd-ltr-50 {
  animation: x_0_50p 2000ms infinite linear 600ms normal;
}

.pmd-ltr-100 {
  animation: x_0_100p 2000ms infinite linear 600ms normal;
}

.pmd-rtl-50:hover,
.pmd-rtl-100:hover,
.pmd-ltr-50:hover,
.pmd-ltr-100:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
