body{background: #fff;}
.navbar-inverse{background:#FFF;}
.navbar{height:68px;min-height:68px;border-bottom:1px solid #eee;}
.navbar-nav > li > a{padding-top:25.5px;padding-bottom: 25.5px;}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #2354f4;
  font-weight:bold;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a{color:rgba(0,0,0,.8);}
.nav li .avatar-text, .nav li .avatar-img{height: 40px;width: 40px;line-height: 40px;}
.nav li .avatar-img img{width:40px;height:40px;border-radius: 50px;}
.dropdown-menu > li > a{padding:8px 20px;}
.mk_nav li > a{font-size: 15px;}
.page-header{padding-bottom:20px;}
.radio, .checkbox{display:inline-block;}
.checkbox {
  padding-right: 15px; 
  padding-left: 3px;
  margin-top: 0;
}
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; position: relative;margin-left: 0;}
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.video {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
    .video video {
    width: 640px;
    margin: 0 158px;
    }

    .video .tips,.video .gifok {
        text-align: center;
        color: #e71616;
        line-height: 48px;
        display: none;
    }

    .video .tips-time {
        text-align: center;
        padding:10px 0px;
    }
    .video .tips-time span{display:inline-block;}
/* .area-operation{
    padding: 17px;
} */

.cut-video .urlqcode {
    border: solid 1px #888;
    right: 0px;
    bottom: 40px;
    display: none;
}

.cut-video .downloadBtn {
    color: #fff;
    width: 119px;
    height: 36px;
    border-color: transparent;
    background: #38af03;
    border: solid 1px #2b7e06;
    border-radius: 18px;
    margin: 0 5px 10px;
    vertical-align: middle;
    cursor: pointer;
    line-height:36px;
}

.cut-video .downqcodeBtn {
    color: #fff;
    width: 130px;
    height: 36px;
    border-color: transparent;
    background: #4e99f6;
    border: solid 1px #3884e2;
    position: relative;
    border-radius: 18px;
    margin: 0 5px 10px;
    vertical-align: middle;
    cursor: pointer;
    line-height:36px;
}

.cut-video {
    text-align: center;
    font-size:14px;
}

    .cut-video a {
        display: inline-block;
    }

    .cut-video span {
        display: inline-block;
        cursor: pointer;
        width: 119px;
        height: 36px;
        border-radius: 18px;
        text-align: center;
        line-height: 36px;
        color: #fff;
        background: #278ff0;
        margin: 0 5px 10px;
        display: none;
        vertical-align: middle;
    }

        #filePicker3 {border-radius: 100px;}
        .cut-video span.stop {
            background: #e71616;
        }

        .cut-video span.complete {
            background: #50b949;
        }

        .cut-video span.rechoose {
            overflow: hidden;
        }

        .cut-video span.start, .cut-video span.rechoose {
            display: inline-block;
        }

            .cut-video span.rechoose .webuploader-pick {
                width: 100%;
                height: 100%;
                background: #395269;
                line-height: 34px;
                margin-bottom: 10px;
            }

.img-gif {
    display: block;
    margin: 0 auto;
    display: none;
}

.settingsop .dcontent {
    line-height: 30px;
}

.settingsm .settingsop div.dcontent a {
    width: 30%;
}

.settingsop .settings-options input {
    width: 100px;
    height: 30px;
    border-radius: 4px;
    padding-left: 10px;
}

.settingsm .settingsop p.pname {
    height: 30px;
    line-height: 30px;
}

.settingsop .gif-width input, .settingsop .gif-frame input {
    width: 100%;
}

.preset-width,.preset-frame {
    width: 100%;
}

.settingsm .settingsop .preset-width .dcontent,.settingsm .settingsop .preset-frame .dcontent {
    width: 72%;
}

.gif-width,.gif-frame {
    margin-right: 20px;
}

.presetWH,.presetFR {
    width: 100%;
    border-radius: 4px;
    min-width: 135px;
}

.tips-time .clear {
    margin-left: 10px;
    color: #e71616;
    cursor: pointer;
}

.gifResult {
    display: none;
}
.div{position:absolute; border:1px dashed blue; width:0px; height:0px;left:0px; top:0px; overflow:hidden;}
.retc{position:absolute; overflow:hidden; background: url(../img/hot/hotbg.png) repeat;}
.phonebox{width:670px;border-radius:15px;padding:15px;height:800px;border:1px solid #e6e6e6;background:#FFF;margin-left:0px;overflow-x:hidden;overflow-y:auto;box-shadow:0 0 0px 0 rgba(0, 0, 0, 0.1);}
#canvas{position:relative;}
.phoneinner{width:690px;background-color:#fff;background-repeat:no-repeat;background-position:0 0}
.hotimg{width:640px;background-repeat:no-repeat;position:relative;overflow:hidden;left:20px;top:20px;}
#firststep{padding-top:250px;height:150px;padding-bottom:380px;font-size:20px;text-align:center;color:#333c48;}
#firststep .des{margin-bottom:20px;font-size:16px;}
.imgipt{width:500px;height:41px;margin:0 auto 10px;text-align:left}
.imgipt input{display:inline-block;width:390px;height:41px;border:1px solid #DDD;padding:0 5px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;line-height:41px;}
.imgipt .ipt-error{outline:1px solid red}
.imgipt button{display:inline-block;width:84px;height:41px;background-color:#00a6fc;border:0;font-size:14px;color:#fff;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;cursor:pointer;line-height:41px}
.imgipt button:hover{background-color:#fe504f;}
.selectmask{background-color:#00fdfa;opacity:.4}
.hotarea{position:absolute;background:url(../img/hot/hotbg.png) repeat;opacity:.3}
.hotarea-selected{outline:1px solid #078281;opacity:.8}
.picinfo{width:380px;margin:20px auto;}
#setting{position:absolute;right:0px;top:0;width:410px;border-radius:10px;background-color:#FFF;border:1px solid #e6e6e6;padding:0px 0px 60px;overflow:hidden;z-index: 999;}
#setting .hd{border-bottom:1px dotted #DDD;height:36px;line-height:34px;font-weight:700;color:#666666;margin-top: 0px;}
#setting .hd span{float:left;display:inline-block;text-align:center;width:68px;}
#setting .set_tit{height:40px;cursor:move;line-height:38px;background-color:#f3f3f3;color:#333;font-weight:bold;padding-left:20px;font-size:14px;border-top-right-radius: 10px;border-top-left-radius: 10px}
#setting .set_tit .hot_of{position: absolute;right: 10px;top:10px;}
#setting .settinglist{margin:0;padding:0;}
#setting .settinglist .item{overflow:hidden;width:100%;position:relative;line-height:38px;height:46px;padding:5px 0;border-bottom:1px solid #e6e6e6;list-style: none;}
#setting .settinglist .item-selected{background-color:#c5d1e9}
#setting .settinglist span{float:left;display:inline-block;text-align:center;width:68px;}
#setting .settinglist input{display:inline-block;height:28px;width:50px;padding:0px;margin:5px auto;border:1px solid #e6e6e6;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;text-align:center;vertical-align:top}
#setting .settinglist input.input-error{border:1px solid red}
#setting .settinglist .col_6 input{width:120px;}
#setting .errortip{position:absolute;background:#f70;top:-20px;padding:0 5px;color:#fff;height:25px;line-height:25px}
#setting .delete{margin:13px auto 0;display:inline-block;height:11px;width:11px;background:url(../img/hot/delete.png) no-repeat;vertical-align:top;cursor:pointer}
#setting .delete:hover{opacity:.5}
#setting .settinglist .col_7{display:none;}
.ui-resizable-ne,.ui-resizable-se,.ui-resizable-sw,.ui-resizable-nw{opacity:.9;position:absolute;width:6px;height:6px;background:#0cd2d0}
.ui-resizable-ne{right:-3px;top:-3px;cursor:ne-resize}
.ui-resizable-se{right:-3px;bottom:-3px;cursor:se-resize}
.ui-resizable-sw{left:-3px;bottom:-3px;cursor:sw-resize}
.ui-resizable-nw{left:-3px;top:-3px;cursor:nw-resize}
.ui-resizable-n,.ui-resizable-e,.ui-resizable-s,.ui-resizable-w{position:absolute}
.ui-resizable-s,.ui-resizable-n{height:6px;cursor:s-resize;width:100%;left:0}
.ui-resizable-s{bottom:-3px}
.ui-resizable-n{top:-3px}
.ui-resizable-e,.ui-resizable-w{width:6px;cursor:e-resize;height:100%;top:0}
.ui-resizable-e{right:-3px}
.ui-resizable-w{left:-3px}

.tip{position:absolute;left:100%;bottom:50%;height:100%;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background:#333c48;color:#fff;width:80px;text-align:center;}
.global-zeroclipboard-container embed{cursor:pointer;}

#content .bd{margin-top:50px;position:relative;}
.phoneinner .kachi-common {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background: url(../img/hot/kachi-common.png) no-repeat center;
}
.phoneinner .kachi-top {
    width: 650px;
    height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 999;
    cursor: row-resize;
    left: 20px;
    top: 0;
    overflow: hidden;
    background: url(../img/hot/kachi-top.png) repeat-x left top;
}
.phoneinner .kachi-top span {
    width: 50px;
    word-break: break-all;
    height: 11px;
    line-height: 11px;
    display: inline-block;
    text-indent: 2px;
    color: #757575;
    text-align: left;
    font-size: 11px;
    float: left;
    margin-top: 2px;
}
.phoneinner .kachi-left {
    width: 20px;
    height: 100%;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: col-resize;
    position: absolute;
    left: 0;
    top: 20px;
    overflow: hidden;
    background: url(../img/hot/kachi-left.png) repeat-y left top;
}
.phoneinner .kachi-left span {
    width: 10px;
    word-break: break-all;
    line-height: 11px;
    display: block;
    color: #757575;
    height: 48px;
    padding-top: 2px;
    padding-right: 8px;
    text-align: right;
    font-size: 11px;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px #FFF;
    border-radius: 10px;
    background-color: #FFFFFF;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #FFF;
    background-color: #DDD;
}

.tool_con{margin-bottom: 20px;justify-content:center;}
.tool_lk{display: block;padding:20px 15px;background:#FFF;border-radius: 10px;border:1px solid #e6e6e6;color:#333;cursor:pointer;}
.tool_lk:hover{box-shadow: 0 5px 8px 0 rgba(190,195,201,.3);cursor: pointer;color:#2254f4;}
.tool_box{margin-right:10px;margin-left: 10px;}
.tool_con strong{font-size: 15px;padding-top:4px;display: block;}
.tool_con p{font-size: 12px;color:#666;margin: 6px 0 0 0;display: block;}
.tb_box .tb_ico{font-size: 32px;display: block;color:#FFF;margin:0 auto;line-height: 68px;text-align: center;width:70px;height:70px;border-radius: 100px;
transition: All 0.4s ease-in-out;-webkit-transition: All 0.5s ease-in-out;-moz-transition: All 0.5s ease-in-out-o-transition: All 0.5s ease-in-out;}
.tool_lk:hover .tb_ico{transform: rotate(360deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #2254f4;
}
#codeBox{display: none}
#showBox{width: 950px; margin: 0px auto;}
#showBox .slideBox{position: relative;overflow: hidden;}
#showBox .slideBox .contentBox{position: relative; background: #F5F5F5;width:100%;display:block;}
#showBox .slideBox .contentBox .item{float:left;}
#showBox .slideBox .contentBox .item a{width: 100%; height: 100%; display: block;}
#showBox .slideBox .hidden{display:inline !important; visibility: hidden;}
#showBox .slideBox .arrowDemo .prevBtn{ position: absolute;left:50%; top: 50%; margin-left: -500px; margin-top: -40px; z-index: 99 }
#showBox .slideBox .arrowDemo .nextBtn{ position: absolute;right:50%; top: 50%; margin-right: -500px; margin-top: -40px;z-index: 99 }

#showBox .slideBox .navBox{font:12px/1.5 tahoma,arial,\5b8b\4f53}
#showBox .infoBox{position:relative;}
.footer-more-trigger{position: absolute;padding: 6px 11px 4px 14px;width: 37px;line-height: 1.3;border: 1px solid #fff;left: -12px;top: -5px;}

#editBox{margin-top:20px;}
#editBox .form-btn{}
.area_box .editData .form-btn{padding-left: 100px;}
#editBox .container{padding: 0px;background: #F5F5F5;border-radius:15px;border:1px solid #DDD;}
#editBox > div{background:none; padding: 0}
#editBox .form-inline{float: left;width:100%; background-color: #F5F5F5; margin-top:30px; padding:0px  30px;display:block; }
#editBox .form-inline .form-group{padding:10px 20px}
#editBox .form-inline .formBlock textarea{ resize:vertical; }
#editBox .form-inline .changeBtn{margin-left: 70px}
#editBox .form-inline .changeBtn span{margin-right:5px}

.form-inline .form-group .formBlock{position: relative; float: left;margin-right: 40px;vertical-align: middle;line-height:38px;font-size: 14px;}
.form-inline .form-group .checkbox{margin-top: 5px}
.form-inline .form-group label{margin-right: 8px}
.form-inline .form-group .form-control{font-size: 12px;height:36px;line-height:24px; border-radius: 0; border-color:#DDD; width: 300px;font-weight: normal; }

#editBox .form-inline{position: relative;}
#editBox .form-inline .form-group{overflow: hidden;}
#editBox .form-inline .form-group .form-control{width: 370px;}
#editBox .form-inline .colorSelector {position:absolute;right: 5px; top: 4px; cursor: pointer; background: url("/image/site/dialog.png") no-repeat scroll 0 -305px; width: 25px; height: 25px;  padding: 0;}
#editBox .form-inline .colorSelector i { background: url("/image/site/dialog.png") no-repeat scroll 0 -351px; height: 19px; left: 3px; opacity: 0.5; position: absolute; top: 3px; width: 19px; }
.editCreate .btn{ margin-left: 30px;margin-bottom:30px;}
/*hot*/
#editBox .editData .form-group .form-control{width:180px;}
#editBox .editData .form-control.alt{width:80px;}
#editBox .editData .form-control.mg-small,#myModal .form-inline .form-group .form-control.mg-small{width:40px;padding:0 6px;margin-right: 10px;}
#myModal .form-inline .form-group{padding: 10px 20px;}
#myModal .form-inline .form-group .form-control{width:460px;}
#myModal .form-inline .form-group.inleft{margin-left:40px;}

#canvasBox{background: url(../img/grid.png); text-align: center; padding: 0px 0;position: relative;}
#canvasBox .canvas{margin: 0 auto;position: relative;}
#canvasBox .canvas .box{ background: #f8433f;width: 0px;height: 0px;position: absolute;opacity: 0.5;cursor: move;border:0;margin:0;}
#canvasBox .canvas .box .ui-resizable-handle{ visibility: hidden; }
#canvasBox .canvas .box#selected .ui-resizable-handle{visibility:visible;}
#canvasBox .canvas .box .select-n{position:absolute; left: 0;top: 0;width: 100%; height: 1px; background: url(../img/select.gif)}
#canvasBox .canvas .box .select-e{position:absolute; right: 0;top: 0;width: 1px; height: 100%; background: url(../img/select.gif)}
#canvasBox .canvas .box .select-s{position:absolute; left: 0;bottom: 0;width: 100%; height:1px; background: url(../img/select.gif)}
#canvasBox .canvas .box .select-w{position:absolute; left: 0;top: 0;width: 1px; height: 100%; background: url(../img/select.gif)}
#canvasBox .canvas .box .boxBtn{position: absolute;right: -16px; top:0;}
#canvasBox .canvas .box .boxBtn span{display: block;width: 14px; height: 14px; line-height: 14px; text-align: center; background:#000; color: #FFF; opacity: 0.8; margin-bottom: 3px;cursor: pointer; font-size: 8px }
#canvasBox .canvas .box .boxTip{position: absolute;top: 0; left:0; height: 20px; line-height: 20px;   color: #FFF;  padding:0 5px; font-size: 10px;visibility: hidden; }
#canvasBox .canvas .box#selected .boxTip{visibility: visible;}

#canvasBox .ui-resizable-handle { position: absolute; display: block; background-color: #fff; border: 1px solid #000; font-size: 1px; opacity: .5; filter: alpha(opacity=50) }
#canvasBox .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none }
#canvasBox .ui-resizable-n { cursor: n-resize; height: 7px; width: 7px; top: -3px; left: 50%; margin-left: -4px }
#canvasBox .ui-resizable-s { cursor: s-resize; height: 7px; width: 7px; bottom: -3px; margin-left: -4px; left: 50% }
#canvasBox .ui-resizable-e { cursor: e-resize; width: 7px; right: -3px; top: 50%; margin-top: -4px; height: 7px }
#canvasBox .ui-resizable-w { cursor: w-resize; width: 7px; left: -3px; top: 50%; margin-top: -4px; height: 7px }
#canvasBox .ui-resizable-se { cursor: se-resize; width: 7px; height: 7px; right: -3px; bottom: -3px }
#canvasBox .ui-resizable-sw { cursor: sw-resize; width: 7px; height: 7px; left: -3px; bottom: -3px }
#canvasBox .ui-resizable-nw { cursor: nw-resize; width: 7px; height: 7px; left: -3px; top: -3px }
#canvasBox .ui-resizable-ne { cursor: ne-resize; width: 7px; height: 7px; right: -3px; top: -3px }
#editBox #viewBtn{ background: #323330; border-color:#323330 }
#viewBox{position: relative; margin-top: 50px;display: none}
#viewBox > div{padding: 0}
#viewBox .tipBar{background: #FFF;color: #333; line-height: 50px; padding: 0; text-align: center;}
#viewBox .viewcode{margin-top: 30px}

.form-inline .form-group .boxColor{width: 30px;height:30px; text-align: center;  opacity: 0.8; cursor: pointer;color:#FFF;}
.form-inline .form-group .boxColor span{line-height: 30px; display: none}
.form-inline .form-group .boxColor.selected span{ display: block; }

.fixed_ad{
  position:fixed;
  width:120px;
  height: auto;
  margin-left:-160px;
  top:150px;
  z-index: 999;
}
.css3dd{
  display:block;  
    -webkit-animation: css3dd 1.1s infinite alternate;
    -moz-animation: css3dd 1.1s infinite alternate;
    -o-animation: css3dd 1.1s linear infinite alternate;
    animation: css3dd 1.1s infinite alternate;
}

@-webkit-keyframes css3dd {
    to {
        transform: translateY(30px)
    }
}

@keyframes css3dd {
    to {
        transform: translateY(30px)
    }
}
.css3dd img{
  width:150px;
}

.ku_btn1{  
    background: -webkit-linear-gradient(right,#c900ff,#6000ff);
    background: linear-gradient(-90deg,#c900ff,#6000ff);
    color:#FFF;margin-right:6px;
    border:0;
}
.ku_btn1:hover,.ku_btn1:focus,.ku_btn1:active{
  color:#FFF;
    background: -webkit-linear-gradient(right,#1377e9,#6e10d7);
    background: linear-gradient(-90deg,#1377e9,#6e10d7);
}
.ku_btn{  
    background: -webkit-linear-gradient(right,#da054e,#be23ea);
    background: linear-gradient(-90deg,#da054e,#be23ea);
    color:#FFF;margin-right:6px;
    border:0;
}
.ku_btn:hover,.ku_btn:focus,.ku_btn:active{
  color:#FFF;
    background: -webkit-linear-gradient(right,#1377e9,#6e10d7);
    background: linear-gradient(-90deg,#1377e9,#6e10d7);
}



.text-ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.com-input-avatar {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0)
}

.com-wrap {
  min-width: 1200px
}




.com-main {
  min-height: 550px;
  background: #1b1b1b
}

.factory-setting .line {
  height: 20px;
  position: relative;
  background: #40198d
}

.factory-setting .progress {
  height: 100%;
  position: absolute;
  background: #6418ff;
  z-index: 1
}

.factory-setting .bar {
  width: 10px;
  height: 30px;
  position: absolute;
  top: -5px;
  background: #c700ff;
  z-index: 2;
  cursor: move
}

.factory-setting .text {
  padding-top: 15px;
  font-size: 14px;
  color: #999
}

.factory-btns {
  margin-top: 30px
}

.factory-btns .btn {
  float: right;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  margin-left: 8px;
  cursor: pointer;
  transition: .2s
}

.factory-btns .btn.style1 {
  border: 1px solid #2354f4;
  background:#2354f4;
  color: #FFF
}

.factory-btns .btn.style1:hover {
  border-color: #6418ff;
  background:#6418ff;
  border: 1px solid #6418ff;
}

.factory-btns .btn.style2 {
  background: #6418ff;
  color: #fff
}

.factory-btns .btn.style2:hover {
  background: #5e12fb
}

.factory-btns .btn.disabled,
.factory-btns .btn.disabled:hover {
  border: none;
  background: #666
}

.factory-btns .btn.disabled {
  color: #b9b9b9
}

.com-options {
  width: 20%;
  padding: 0px;
  background: #262626;
  display: flex;
  position: relative;
}

.com-worker {
  width: 80%;
  position: relative;
  padding: 0 20px
}

.opts-item {
  color: #999
}

.opts-item dt {
  font-size: 14px
}

.opts-item dd {
  padding: 16px 0
}

.opts-item dd span {
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 0px;
  width:72px;
  text-align:center;
  margin: 0 10px 15px 0;
  font-size: 12px;
  border: 1px solid #999;
  cursor: pointer
}

.opts-item dd span.active,
.opts-item dd span:hover {
  border-color: #2354f4;
  background: #2354f4;
  color: #FFF
}

.opts-item dd input {
  width: 150px;
  height:30px;
  border:0;
  padding:5px;
  margin-bottom: 15px
}

.view-list {
  max-width: 900px;
  margin-top: 20px;
  overflow: hidden
}

.view-list ul {
  width: 900px
}

.view-list li {
  width: 150px;
  margin: 0 15px 15px 0;
  float: left;
  position: relative;
  text-align: center;
  background: #000;
  overflow: hidden
}

.view-list li .view-item-image {
  height: 130px;
  line-height: 130px;
  overflow: hidden
}

.view-list li img {
  max-width: 100%;
  vertical-align: middle
}

.view-list li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  background: #2354f4;
  position: relative;
  z-index: 2
}

.com-footer,
.view-list li .delete-btn {
  text-align: center;
  position: absolute;
  right: 0
}

.view-list li .delete-btn {
  display: none;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #838383;
  top: 0;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  z-index: 3
}

.view-list li:hover .delete-btn {
  display: block
}

.view-list li .delete-btn .fa {
  font-size: 16px;
  color: #fff
}

.view-list li .delete-btn:hover {
  background: #005cf9
}

.com-footer {
  display: none;
  padding: 35px 0;
  background: #1b1b1b;
  font-size: 12px;
  color: #555;
  left: 0;
  bottom: 0
}
.compose,.compose-upload-main {
  position:relative
}
.compose {
  height:100%;
  min-height:424px!important;
  padding:0px;
  margin-bottom:30px
}
.compose-model2 {
  display:none
}
.compose-speed .fast,.compose-speed .slow,.compose-speed-line {
  display:inline-block;
  color:#999;
}
.compose-upload-wrap {
  text-align:center;
  position:relative;
  top:50%;
  margin-top:90px
}
.compose-upload-container {
  display:inline-block;
  padding:35px 70px;
  border:5px dashed #262626
}
.compose-upload-btn {
  width:385px;
  height:60px;
  line-height:60px;
  color:#fff;
  background:#6418ff;
  -webkit-transition:.2s;
  -o-transition:.2s;
  transition:.2s;
  font-size:16px;
}
.compose-upload-main:hover .compose-upload-btn {
  background:#5e12fb
}
.compose-upload-file {
  position:absolute
}
.compose-upload-tip {
  padding-top:20px;
  font-size:14px;
  color:#666
}
.compose-preview {
  line-height:0;
  text-align:center
}
.compose-preview canvas {
  max-width:100%
}
.compose-speed {
  width:450px;
  height:30px;
  margin:40px auto 40px;
  text-align:center;
  line-height:38px
}
.compose-speed-line {
  width:350px;
  margin:0 10px
}
.view-list .info {
  line-height:27px;
  background:#2354f4;
  text-align:left
}
.view-list .info:after {
  display:block;
  content:'';
  clear:both
}
.view-list .index {
  width:30px;
  text-align:center;
  float:left;
  border:none;
  border-radius:0
}
.view-list .name {
  width:120px;
  height:27px;
  padding-left:8px;
  float:left;
  overflow:hidden;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#fff;
  font-size:14px
}
.compose.preview {
  height:auto
}
.compose.preview .compose-model2 {
    display: flex;
    flex-wrap: wrap
}
.compose.preview .compose-model1 {
  display:none
}

.cut-source-block img {
  max-width:100%;
  border:0;
}
.cut,.cut-upload-main,.cut-upload-wrap {
  position:relative
}
.cut {
  height:100%;
  min-height:424px!important;
  padding:0px;
  margin-bottom:30px
}
.cut-model2 {
  display:none
}
.cut-upload-wrap {
  text-align:center;
  top:50%;
  margin-top:90px
}
.cut-upload-container {
  display:inline-block;
  padding:35px;
  border:5px dashed #262626
}
.cut-info,.cut-upload-tip {
  padding-top:20px;
  font-size:14px
}
.cut-upload-btn {
  width:385px;
  height:60px;
  line-height:60px;
  color:#fff;
  background:#6418ff;
  -webkit-transition:.2s;
  -o-transition:.2s;
  transition:.2s
}
.cut-upload-main:hover .cut-upload-btn {
  background:#5e12fb
}
.cut-upload-file {
  position:absolute
}
.cut-upload-tip {
  color:#666
}
.cut-preview,.cut-source {
  float:left;
  width:50%;
  min-height:300px;
  position:relative;
  overflow:hidden;
  line-height:295px;
  text-align:center
}
.cut-preview-hole,.cut-source-block {
  line-height:0;
  vertical-align:middle
}
.cut-preview:after,.cut-source:after {
  display:block;
  content:'';
  position:absolute;
  width:300%;
  top:-100%;
  left:-100%;
  background:url(https://img.alicdn.com/imgextra/i3/836796077/O1CN01MAbAsn1ulJUqa473Z_!!836796077.png) #fff;
  height:300%;
  -webkit-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
  z-index:2
}
.cut-source-block {
  display:inline-block;
  position:relative;
  z-index:3
}
.cut-source-mask {
  position:absolute;
  background:rgba(0,0,0,.5);
  z-index:4
}
.cut-source-hole {
  position:absolute;
  cursor:move
}
.cut-source-hole .border {
  position:absolute;
  z-index:5
}
.cut-source-hole .border1,.cut-source-hole .border3 {
  width:100%;
  height:3px;
  left:0;
  cursor:n-resize;
  background:url(data:image/gif;
  base64,R0lGODlhBgABAKEAAP///wAAADY2Nv///yH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACwAAAAABgABAAACA4SFBQA7) center 1px repeat-x
}
.cut-source-hole .border1 {
  top:-1px
}
.cut-source-hole .border3 {
  bottom:-1px
}
.cut-source-hole .border2,.cut-source-hole .border4 {
  height:100%;
  width:3px;
  top:0;
  cursor:w-resize;
  background:url(data:image/gif;
  base64,R0lGODlhAQAGAKEAAP///wAAADY2Nv///yH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACwAAAAAAQAGAAACA4SFBQA7) 1px center repeat-y
}
.cut-source-hole .border2 {
  right:-1px
}
.cut-source-hole .border4 {
  left:-1px
}
.cut-source-hole-bar {
  position:absolute;
  width:8px;
  height:8px;
  border:1px solid #000;
  background:#fff;
  opacity:.5;
  z-index:6
}
.cut-source-hole-bar.bar1 {
  top:0;
  left:0;
  cursor:nw-resize
}
.cut-source-hole-bar.bar2 {
  top:0;
  left:50%;
  margin-left:-4px;
  cursor:n-resize
}
.cut-source-hole-bar.bar3 {
  top:0;
  right:0;
  cursor:sw-resize
}
.cut-source-hole-bar.bar4 {
  top:50%;
  right:0;
  margin-top:-4px;
  cursor:w-resize
}
.cut-source-hole-bar.bar5 {
  right:0;
  bottom:0;
  cursor:nw-resize
}
.cut-source-hole-bar.bar6 {
  bottom:0;
  left:50%;
  margin-left:-4px;
  cursor:n-resize
}
.cut-source-hole-bar.bar7 {
  bottom:0;
  left:0;
  cursor:sw-resize
}
.cut-source-hole-bar.bar8 {
  top:50%;
  left:0;
  margin-top:-4px;
  cursor:w-resize
}
.fixed-size .bar2,.fixed-size .bar4,.fixed-size .bar6,.fixed-size .bar8,.fixed-size .border {
  cursor:default
}
.fixed-size .bar2,.fixed-size .bar4,.fixed-size .bar6,.fixed-size .bar8 {
  display:none
}
.cut-preview {
  margin-left:0px
}
.cut-preview-hole {
  display:inline-block;
  position:relative;
  overflow:hidden
}
.cut-preview-img {
  position:absolute;
  z-index:4;
  max-width:440px;
  width:auto!important
}
.factory-btns {
  margin:30px 0
}
.view-item-image {
  position:relative
}
.view-item-image:after {
  display:block;
  content:'';
  position:absolute;
  width:300%;
  top:-100%;
  left:-100%;
  background:url(https://img.alicdn.com/imgextra/i3/836796077/O1CN01MAbAsn1ulJUqa473Z_!!836796077.png) #fff;  
  height:300%;
  -webkit-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg)
}
.view-item-image img {
  position:relative;
  z-index:1
}
.cut-info {
  color:#fff;
  text-align:center
}
.cut.preview {
  height:auto
}
.cut.preview .cut-model2 {
  display:flex;
  flex-wrap:wrap
}

.opts-item{
  padding:20px;
}
.cut.preview .cut-model1{display:none}

.kf-service{
  width:120px;
  height:30px;
  line-height:30px;
  display:inline-block;
  border-radius:30px;
  color:#FFF;
  line-height:30px;
  background: #2254f4;
  text-decoration: none;
  text-align:center;
  margin:0 10px;
}
.kf-service:hover{
  background: #1a4ef1;
  color:#FFF;
}
.kf-service img{
  margin-top:-6px;
}
.kf-service span{
  margin-left:6px;
  line-height:30px;
}
.mk_pop{background:transparent;box-shadow:0 0 black;}
