.grid-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-container *:before,
.grid-container *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.grid-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.grid-row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.col-offset-12 {
    margin-left: 100%;
}

.col-offset-11 {
    margin-left: 91.66666667%;
}

.col-offset-10 {
    margin-left: 83.33333333%;
}

.col-offset-9 {
    margin-left: 75%;
}

.col-offset-8 {
    margin-left: 66.66666667%;
}

.col-offset-7 {
    margin-left: 58.33333333%;
}

.col-offset-6 {
    margin-left: 50%;
}

.col-offset-5 {
    margin-left: 41.66666667%;
}

.col-offset-4 {
    margin-left: 33.33333333%;
}

.col-offset-3 {
    margin-left: 25%;
}

.col-offset-2 {
    margin-left: 16.66666667%;
}

.col-offset-1 {
    margin-left: 8.33333333%;
}

.col-offset-0 {
    margin-left: 0%;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.grid-container-fluid:before,
.grid-container-fluid:after,
.grid-row:before,
.grid-row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.grid-container:after,
.grid-container-fluid:after,
.grid-row:after {
    clear: both;
}

/* 弹出层选择分辨率  */
.middle-box {
    position: fixed;
    width: 747px;
    height: 380px;
    top: 50%;
    left: 50%;
    margin: -202px 0 0 -373px;
}

.mz-theme-edit .middle-box {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, .4);
}

.mz-theme-edit .middle-box .header-title {
    color: #fff;
    font-size: 57px;
    margin: 0 51px 48px;
    font-weight: normal;
}

/*.middle-box .select-box {
    width: 747px;
    height: 237px;
    margin: 100px 0 0 110px;
}

.middle-box .select-box .create-middle {
    width: 260px;
    height: 130px;
    margin-right: 3px;
    float: left;
    cursor: pointer;
    background: url("/resources/theme/images/create.png") -55px 175px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 200px;
}

.middle-box .select-box .import-middle {
    position: relative;
    width: 260px;
    height: 130px;
    float: left;
    background: url("/resources/theme/images/import.png") -55px 175px;
    font-size:22px;
    color: #fff;
    text-align: center;
    line-height: 200px;
}

.middle-box .select-box .import-middle input[type='file'] {
    width:372px;
    height:198px;
    position:absolute;
    bottom:0;
    left:0;
    opacity:0;
    cursor:pointer;
}*/
.content-box {
    width: 455px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding: 30px 20px;
    margin: 200px auto 0;
    border-radius: 25px;
}

.content-box .span343 {
    width: 343px;
}

.content-box .span348 {
    width: 330px;
}

.content-box .span350 {
    width: 363px;
}

.content-box .hr {
    background: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: #fff solid 1px;
    margin: 0 0 25px;
}

.content-box .back {
    display: inline-block;
    width: 140px;
    height: 40px;
    margin-left: 70px;
    background-color: #aaa;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
}

.content-box .enter {
    display: inline-block;
    width: 140px;
    height: 40px;
    cursor: pointer;
    background-color: #218dd9;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
    line-height: 40px;
    text-align: center;
}

.content-box .enter input[type=file] {
    width: 34px;
    height: 34px;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
}

/* loading  */

.loading {
    padding: 15px;
    text-align: center;
    font-size: 20px;
}

.loading img {
    width: 300px;
    margin: 0 auto;
    display: block;
    height: 7px;
}

.loading .line {
    width: 100%;
    background: #32a5e6;
    height: 3px;
}

.loading p {
    padding-top: 20px;
}

.btn-close {
    width: 178px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #b5b5b5;
    border: none;
    font-size: 14px;
}

/*新建导入模框*/
.tip-input {
    position: relative;
    width: 343px;
    height: 38px;
    padding: 0 0 0 15px;
    border: #e6e6e6 solid 1px;
    background: #f9f9f9;
    border-radius: 25px;
}

.tip-input input {
    background: transparent;
    border: 0;
    width: 260px;
    height: 38px;
    padding: 0;
    font-size: 16px;
}

.tip-input .tip-wrap {
    position: absolute;
    font-size: 12px;
    color: #999;
    top: 0;
    right: 15px;
    line-height: 38px;
}

.enter-disable {
    background-color: #aaa !important;
}

.color-hide-ck {
    float: left;
    margin: 8px 10px 0 0;
}

.color-hide {
    float: left;
    margin-top: 6px;
}

.none {
    display: none;
}

.cancel.right {
    background-color: #ff9303;
}

.modal-dialog.icon-modal {
    width: 700px;
}

.none-data {
    margin-left: 20px;
}

body {
    background: rgb(245, 245, 245);
}

/***************header*****************/
.fold,
.unfold,
header .operate a {
    background: url("../images/maker-common.png") no-repeat 0 0;
}

header {
    background: #fff;
    height: 80px;
    width: 100%;
    /*box-shadow:#666 0 0 8px; */
    position: fixed;
    z-index: 999;
    top: 0;
    overflow: hidden;
}

header .logo {
    float: left;
    margin: 32px 0 0 45px;
    height: 36px;
}

/*header .edit {
    height: 25px;
    float: left;
    margin-left: 30px;
    line-height: 25px;
    padding: 17px 0;
}

header .edit a { display:inline-block; height:25px; padding-left:35px; color:#595959; font-size:14px; margin-right:45px; }
header .edit a.retreat { background-position:0 -125px; }
header .edit a.screen { background-position:0 -175px; }
header .edit a.advance { background-position:0 0; }*/

header .operate {
    float: right;
    height: 25px;
    line-height: 25px;
    padding: 37px 0;
}

header .login-info {
    margin: 0 50px 0 50px;
}

.login-beyond {
    border-left: #ddd solid 1px;
    padding: 0 10px;
    margin-left: 10px;
}

.login-info i {
    cursor: pointer;
}

header .operate a {
    display: inline-block;
    height: 25px;
    margin-right: 45px;
    padding-left: 35px;
    color: #595959;
    font-size: 14px;
}

header .operate a.new {
    background-position: 0 -50px;
}

header .operate a.import {
    background-position: 0 -25px;
}

header .operate a.recover {
    background-position: 0 -100px;
}

header .operate a.save {
    background-position: 0 -150px;
}

header .operate a.package {
    background-position: 0 -75px;
}

header .operate .import {
    opacity: 0;
    width: 70px;
    margin-left: -70px;
}

/*****************nav*********************/
nav {
    position: fixed;
    width: 300px;
    height: 90%;
    top: 80px;
    left: 0;
    z-index: 998;
    background: #191818;
}

nav > ul {
    float: left;
    height: 100%;
}

nav > ul > li {
    background: #191818;
    color: #cecece;
    line-height: 59px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

nav > ul > li > a {
    display: block;
    color: #cecece;
    height: 59px;
}

nav > ul > li > a:hover {
    color: #cecece
}

nav > ul > li .fold,
nav > ul > li .unfold {
    position: absolute;
    top: 27px;
    left: 130px;
    display: block;
    width: 10px;
    height: 6px;
    background-position: 0 -200px;
}

nav > ul > li .unfold {
    background-position: -10px -200px;
}

nav > ul > li > ul {
    margin-left: -30px;
    /*width: 172px;*/
}

nav > ul > li > ul > li {
    height: 38px;
    padding-left: 40px;
    background: #1e1d1d;
    color: #cecece;
    line-height: 38px;
    font-size: 12px;
    cursor: pointer;
}

nav > ul > li > ul > li.active {
    background: rgb(33, 141, 217);
    color: #fff;
}

nav > ul > li > ul > li:hover {
    color: #fff;
}

.nav-first {
    width: 120px;
    background-color: rgb(30, 37, 46);
}

.nav-second {
    width: 180px;
}

.nav-first li {
    padding: 0;
    text-align: center;
    border: none;
    background-color: transparent;
}

.nav-first li span {
    display: inline-block;
    width: 50px;
    margin: 45px auto 0;
    padding: 30px 0 0 0;
    background: url(../images5/icons.png) no-repeat;
    text-align: center;
}

.nav-first .nav-first-selected,
.nav-first li:hover {
    background-color: rgb(18, 24, 31);
    color: rgb(255, 255, 255);
}

.nav-first .lock {
    background-position: -170px top;
}

.nav-first .desktop {
    background-position: -226px top;
}

.nav-first .setting {
    background-position: -115px top;
}

.nav-first .phone {
    background-position: 5px top;
}

.nav-first .message {
    background-position: -55px top;
}

.nav-second > li {
    background-color: rgb(25, 32, 40);
    margin-bottom: 10px;
}

/*.nav-second .nav-second-selected,*/
/*.nav-second li:hover {*/
/*background-color: rgb(33,141,217);*/
/*color: rgb(255,255,255);*/
/*}*/

/*****************content********************/
section {
    margin: 150px 0 0 350px;
}

section .window {
    width: 302px;
    height: 600px;
    background: url('/resources/theme/images5/phone.png') center center;
    margin-bottom: 50px;
}

section .window canvas {
    margin: 47px 9px;
}

#notificationbar {
    z-index: 9;
    display: none;
}

.scale-min {
    position: absolute;
    -webkit-transform: scale(0.26);
    -webkit-transform-origin: left top;
}

.alternative {
    position: fixed;
    top: 150px;
    left: 702px;
    right: 50px;
    bottom: 50px;
    padding: 5px 25px;
    overflow-y: auto;
    background: #fff;
}

.alternative .title {
    border-bottom: #e5e5e5 solid 1px;
    line-height: 40px;
}

.alternative .title h2 {
    display: inline;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    margin-right: 10px;
}

.alternative .title .resolution {
    font-size: 12px;
    color: #969697;
}

#grid9guide {
    display: none
}
.drag-tip{
    line-height: 14px;
    font-size: 14px;
    margin-top: 12px;
}

.element-container {
    margin-top: 11px;
}

.element-container li {
    float: left;
    line-height: 16px;
    margin: 0 29px 25px 0;
    width: 123px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.element-container li .thumbnail {
    position: relative;
    width: 120px;
    height: 90px;
    margin-bottom: 5px;
    background: #e4e6e9;
    border: #ced0d3 solid 1px;
    border-radius: 1px;
    line-height: 87px;
    text-align: center;
    overflow: hidden;
    cursor: pointer
}

.element-container .thumbnail.range-container {
    width: 300px;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    color: #919192;
}

.element-container .thumbnail .color-picker {
    width: 80px;
    height: 50px;
    margin: 20px;
    cursor: pointer;
}

.element-container .thumbnail img {
    vertical-align: middle;
}

.element-container .thumbnail .function {
    position: absolute;
    width: 100%;
    height: 51px;
    bottom: -51px;
    left: 0;
}

.thumbnail .function a {
    display: block;
    height: 25px;
    padding-left: 15px;
    background: #2e2e2f;
    opacity: 0.8;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: left;
}

.thumbnail .function .restore {
    border-bottom: #787879 1px solid;
}

.function .upload input[type='file'] {
    position: absolute;
    width: 90px;
    height: 25px;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.element-container li .name {
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

.element-container li .describe {
    color: #919192;
    font-size: 12px;
}

/****************app search*********************/
.app-name {
    width: 570px !important;
}

.app-search {
    padding: 5px 20px;
    margin-left: -5px;
    border: solid 1px #32a5e6;
    background-color: #32a5e6;
    color: #fff;
    cursor: pointer;
}

.app-search:hover {
    background-color: #0080c3
}

.app-opt {
    padding: 5px 20px;
    margin-left: 20px;
    border: solid 1px #ddd;
    cursor: pointer;
}

.selected {
    border: solid 1px #0080c3;
    background-color: #0080c3;
    color: #fff;
}

.app-cat {
    float: left;
    margin-left: -20px;
    margin-bottom: 20px;
}

.app-cat li {
    float: left;
    margin-top: 20px;
}

.app-list {
    clear: both;
    height: 350px;
    width: 650px;
    border: solid 1px #ddd;
    overflow: auto;
}

.app-list li {
    float: left;
    margin: 30px 0 0 30px;
}

.app-list li img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    cursor: pointer;
}

.app-list li div {
    width: 95px;
}

.app-list li div * {
    float: left;
}

.app-list li div span {
    line-height: 14px;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-icons {
    float: right;
    height: 25px;
    padding-left: 35px;
    background: url("../images/maker-common.png") no-repeat 0 -50px;
    line-height: 25px;
    cursor: pointer;
}

.blur-bottom {
    position: absolute;
    -webkit-filter: saturate(3) blur(100px);
    z-index: -1;
}

.blur-middle {
    position: absolute;
    z-index: 2;
    width: 1080px;
    height: 1920px;
    margin: 45px 10px;
    background-color: #000;
    opacity: .45;
}

.blur-top {
    position: absolute;
    z-index: 3;
}

.attach-check {
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.category-config {
    width: 38px;
    margin: 10px 0;
    padding-left: 2px;
    padding-bottom: 4px;
    color: #62BE66;
    border-bottom: solid 3px #62BE66;
    font-size: 18px;
    clear: both;
}

input[type="range"] {
    width: 75%;
    margin: 0 2px;
    vertical-align: middle;
}

input[type="number"] {
    height: 29px;
    border: #e6e6e6 solid 1px;
    background: #f9f9f9;
    width: 100%;
    padding-left: 5px;
}

.configure-panel {
    margin: 25px 0 10px;
}

.configure-panel .box {
    margin-bottom: 30px;
}

.configure-panel .col-6 {
    margin-top: 10px;
}

.configure-panel .box h3 {
    margin: 0 0 8px;
}

.configure-panel .box h3 span {
    display: inline-block;
    padding: 5px 0;
    color: #62BE66;
    border-bottom: 3px solid #62BE66;
}

.configure-panel .box input {
    width: 120px;
}

.configure-panel .box .c-label {
    font-weight: 600;
}

.configure-panel .box label {
    margin-right: 5px;
}

#iconFilterTip {
    display: none;
    position: absolute;
    width: 310px;
    height: 720px;
    top: 0;
    left: 0;
    z-index: 10;
}

.switch-li{
    width: 200px !important;
} 