body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}

html {
    color: #929292;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
}

body, button, input, select, textarea {
    font: 14px -apple-system, PingFang SC, Hiragino Sans GB, Arial, Microsoft YaHei, Helvetica Neue, sans-serif;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

em {
    font-style: normal
}

small {
    font-size: 12px
}

ul, ol {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

legend {
    color: #000
}

fieldset, img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    -ms-interpolation-mode: bicubic
}

textarea {
    resize: vertical
}

.fl {
    float: left
}

.fr {
    float: right
}

.overflow {
    overflow: hidden
}

.hide {
    display: none
}

.block {
    display: block
}

.inline {
    display: inline
}

.error {
    color: #F00;
    font-size: 12px
}

label, button {
    cursor: pointer
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden
}

.wordwrap {
    word-break: break-all;
    word-wrap: break-word
}

.s-yahei {
    font-family: arial, 'Microsoft Yahei', '微软雅黑'
}

pre.wordwrap {
    white-space: pre-wrap
}

body {

}

body, form {
    z-index: 0
}

td {
    text-align: left
}

img {
    border: 0
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .02);
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: 1px #e4e4e4 solid;
}

.header .fl {
    line-height: 70px;

}

.header .fl a.logo {
    display: inline-block;
    float: left;
    width: 66px;
    height: 42px;
    background: url(../images/logo.png) center no-repeat;
    background-size: 66px 42px;
    line-height: 1;
}

.header .fr {
    font-size: 14px;
    color: #cdcdcd;

}

.header .fr span {
    display: inline-block
}

.header .fr a {
    color: #828282;
    margin: 0 6px;
}

.header .fr a:hover {
    color: #e13335;
}

.header .fr .ewm {
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}

.header .fr .ewm i {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 0 1px;
    text-indent: -9999px;
    background: #fff url("../images/ewm_ioc.png") center no-repeat;
    background-size: 16px auto;
}

.header .fr .ewm .img-ewm {
    position: absolute;
    top: 70px;
    right: 0;
    width: 200px;
    background: #fff;
    display: none;
    line-height: 1.2em;
    font-size: 12px;
    text-align: center;
    color: #333;

}

.header .fr .ewm .img-ewm img {
    width: 100%;
}

.header .fr .ewm:hover i {
    padding: 0;
    border-bottom: 1px #fff solid;
    z-index: 2;
    position: relative;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;
    background-image: url("../images/ewm_ioc_hover.png")
}

.header .fr .ewm:hover .img-ewm {
    display: block;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    border: 1px #eee solid;
    padding-bottom: 11px;
    box-shadow: 0 10px 30px 0 rgba(20, 35, 55, .2);
}

.chat-media {
    padding: 10px 20px;
    overflow: hidden;
    margin: 0 auto;
}

.chat-media h3.title {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}

.chat-media ul {
}

.chat-media ul li {
    float: left;
    width: 250px;
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: relative;
}

.chat-media ul li .img-wrap {
    display: flex;
    width: 250px;
    height: 250px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

.chat-media ul li .img-wrap img {
    max-width: 80%;
    max-height: 80%;
    box-shadow: 0 10px 30px 0 rgba(20, 35, 55, .2);
    transition: all .4s;
}

.chat-media ul li h4 {
    margin-bottom: 20px;
    border-top: #f2f2f2 1px solid;
    padding-top: 20px;
    color: #484949;
}

.chat-media ul li p {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 8px;
    color: #999;
    display: none;
    font-size: 12px;
}

.chat-media ul li:hover .img-wrap img {
    transform: scale(1.1);
}

.chat-media ul li:hover h4 span {
    position: relative;
    top: -6px;
}

.chat-media ul li:hover p {
    display: block;
}

@media (min-width: 1660px) and (max-width: 1920px) {
    .chat-media {
        width: 1600px;
    }

    .chat-media ul li:nth-child(6n) {
        margin-right: 0
    }

}

@media (min-width: 1390px) and (max-width: 1660px) {
    .chat-media {
        width: 1330px;
    }

    .chat-media ul li:nth-child(5n) {
        margin-right: 0
    }
}

@media screen and (max-width: 1390px) {
    .chat-media {
        width: 1060px;
    }

    .chat-media ul li:nth-child(4n) {
        margin-right: 0
    }
}

.chat-media:nth-child(2) {
    /*margin-top:100px;*/
}

.chat-media:nth-last-child(1) {
    margin-bottom: 40px;
}

.design-alert-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}

.design-alert-wrap .alert-c {
    width: 574px;
    height: 372px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #f6f6f6;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .16);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -186px;
    margin-left: -284px;
}

.design-alert-wrap .alert-c .design-top {
    width: 100%;
    height: 62px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08);
}

.custom-size {
    float: left;
    width: 136px;
    height: 100%;
    line-height: 62px;
    text-align: center;
    margin-left: 141px;
    display: inline-block;
    color: #cdcdcd;
    cursor: pointer;
}

.normal-size {
    float: left;
    width: 136px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    display: inline-block;
    color: #cdcdcd;
    cursor: pointer;
}

.design-top .active {
    background-color: #f6f6f6;
    color: #626262;
}

.custom-size-content .inputs {
    margin-top: 64px;
    margin-left: 110px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08);
    height: 40px;
    width: 186px;
    background-color: #fff;
}

.custom-size-content .inputs input {
    width: 84px;
    height: 40px;
    float: left;
    border-style: none;
    outline: none;
    text-indent: 14px;
    -moz-appearance: textfield;
}

.custom-size-content .inputs .input-height-width .lock-btn {
    height: 40px;
    width: 18px;
    background-color: #fff;
    float: left;
}

.custom-size-content .inputs .input-height-width .lock-btn .lock {
    width: 18px;
    height: 18px;
    background-position: -29px -71px;
    position: absolute;
    top: 137px;
    border: 1px solid #fff;
}

.custom-size-content .sprite {
    display: inline-block;
    background-image: url(../images/startDesign.svg);
    background-repeat: no-repeat;
}

.custom-size-content .inputs .text {
    text-align: center;
    position: absolute;
    bottom: 142px;
    color: #9b9b9b;
    font-size: 12px;
    line-height: 20px;
}

.select-box {
    position: absolute;
    right: 110px;
    width: 135px;
    height: 40px;
    border: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08);
    cursor: pointer;
    text-indent: 18px;
    background-color: #fff;
}

.custom-size-content .inputs .text.notValidated {
    color: #ff3d67;
}

.start-design-btn {
    clear: left;
    position: absolute;
    bottom: 46px;
    left: 178px;
    width: 218px;
    height: 38px;
    line-height: 38px;
    background-color: #bfbfbf;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: none;
}

.startDesignBtnActived {
    background-color: #07aefc;
    cursor: pointer;
}

.normal-size-content .paper-size-choice {
    margin: 32px auto 30px;
}

.normal-size-content .paper-size-choice .paper-size-container .size-list {
    float: left;
    background-color: #bfbfbf;
    width: 104px;
    height: 87px;
    cursor: pointer;
}

.normal-size-content .paper-size-choice .vertical-size .size-list {
    width: 82px;
    height: 104px;
}

.normal-size-content .paper-size-choice .paper-size-container .size-list:not(:last-child) {
    margin-right: 22px;
}

.normal-size-content .paper-size-choice .paper-size-name {
    text-align: center;
    margin-bottom: 12px;
    height: 36px;
    color: #fff;
    font-size: 36px;
    margin-top: 5px;
}

.normal-size-content .paper-size-choice .vertical-size .paper-size-name {
    margin-top: 22px;
}

.normal-size-content .paper-size-choice .paper-size, .normal-size-content .paper-size-choice .size-unit {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.normal-size-content .paper-size-choice .paper-size-container {
    margin: 0 auto;
    width: 485px;
    padding-top: 8px;
}

.normal-size-content .paper-size-choice .vertical-size {
    width: 394px;
    padding-top: 0px;
}

.normal-size-content .paper-size-choice .sizeASelected {
    background: linear-gradient(to bottom right, #5ea2ff, #00e3ff);
}

.normal-size-content .paper-format {
    clear: both;
    width: 98px;
    position: absolute;
    bottom: 100px;
    left: 242px;
    font-size: 12px;
    color: #626262;
}

.normal-size-content .paper-format .horizontal {
    float: left;
    cursor: pointer;
}

.normal-size-content .paper-format .horizontal div {
    width: 24px;
    height: 16px;
    background-color: #d8d8d8;
    margin-bottom: 8px;
}

.normal-size-content .paper-format .horizontal .hengSelected {
    background-color: #07aefc;
}

.normal-size-content .paper-format .vertical {
    float: right;
    transform: translateY(-4px);
    cursor: pointer;
}

.normal-size-content .paper-format .vertical .hengSelected {
    background-color: #07aefc;
}

.normal-size-content .paper-format .vertical div {
    width: 24px;
    height: 16px;
    background-color: #d8d8d8;
    transform: rotate(90deg);
}

.normal-size-content .paper-format .vertical p {
    margin-top: 12px;
}

.modal-close {
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../images/modal_close.svg);
    cursor: pointer;
    top: 0;
    right: -34px;
    background-position: -11px -57px;
}

.hidden {
    display: none;
}

#div_page {
    display: block;
    position: relative;
    width: 110px;
    height: 35px;
    float: right;
    margin-right: 250px;
    margin-top: 30px;
}

.wh100 {
    width: 100%;
    height: 100%;
    overflow: hidden
}

/*滚动条*/
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 6px;
    background: #eee;
    height: 6px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #c9d5e0;
}

::-webkit-scrollbar-thumb:hover {
    background: #a6b6c5;
}

/*下载原图*/
.download_nr {
    width: 600px;
    height: 400px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -175px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(20, 35, 55, .2);
    border-radius: 6px;
}

.download_cover {
    width: 400px;
    height: 400px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -175px;
    opacity: .6;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(20, 35, 55, .2);
    border-radius: 6px;
    z-index: 1000000;
}

.download_cover img {
    width: 200px;
    height: 200px;
}

.download_nr .share-title {
    font-size: 24px;
    line-height: 114px;
    color: #626262;
    font-weight: 700
}

.download_nr a.download_btn {
    display: block;
    width: 200px;
    line-height: 38px;
    background: linear-gradient(90deg, #e13335 0, #ff0038 59%, #ff8600 100%);
    color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 2px;
    filter: alpha(opacity=0.9);
    opacity: 0.9;
}

.download_nr a.download_btn:hover {
    box-shadow: 0 4px 10px 0 rgba(255, 4, 4, .6);
    filter: alpha(opacity=1);
    opacity: 1;
}

.download_nr .download_close {
    color: #515151;
    line-height: 36px;
    text-decoration: underline;
}

.download_nr .logo {
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -80px;
}

.download_nr .logo img {
    width: 100%;
}

.hidden {
    display: none;
}

.loading_div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -50px;
    z-index: 1000;
    padding: 50px 80px 70px;
    border-radius: 8px;

}

.loading_div p {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 10px;
    text-align: center;
    color: #fff;
}

/*加载*/
.download_cw {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
}

.ckt_header {
    z-index: 10001;
    position: fixed;
    height: 50px;
    line-height: 50px;
    width: 402px;
    left: 50%;
    margin-left: -150px;
}

.ckt_header .ckt_name {
    margin: 0 auto;
    width: 301px;
}

.ckt_header .ckt_name_save {
    width: 100px;
}

.ckt_header .ckt_title_input {
    color: #fff;
    text-align: center;
    outline: none;
    border: none;
    height: 50px;
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    background-color: hsla(0, 0%, 100%, 0);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.2);
}

.ckt_header .ckt_title_input {
    width: 250px;
}

.ckt_header .ckt_title_input::placeholder {
    color: #fff;
}

.ckt_name .fr {
    width: 50px;
    height: 50px;
    margin-left: 1px;
}

.ckt_title_select .ckt_title_btn {
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2) url("../images/folder.png") no-repeat center;
    background-size: 16px auto;
    position: relative;
}

.ckt_save {
    display: block;
    width: 100px;
    height: 50px;
    background: rgb(4, 149, 17);
    background-size: 16px auto;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.ckt_save:hover{
    background: rgb(4, 169, 17);
    color: #ffffff;
}

.ckt_ok_btn {
    display: inline-block;
    border: 1px #b4292a solid;
    background: #fff url("../images/ckt_ok_btn.png") no-repeat center;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 2px;
}

.ckt_title_select .layui-anim {
    display: none;
    width: 300px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(20, 35, 55, .2);
    line-height: 38px;
    box-sizing: border-box;
    border-radius: 4px;
    max-height: 200px;
    overflow-x: hidden;
    padding: 2px;
}

.ckt_title_select .layui-anim dd {
    padding: 0 10px;
}

.ckt_title_select .layui-anim dd:hover {
    background: #e4e4e4;
    color: #333;
}

.ckt_title_select .layui-anim dd.active {
    background: #e4e4e4;
}

.ckt_title_select .layui-anim dd.layui-this {
    background: #e13335;
    color: #fff;
}

.ckt_title_select:hover .layui-anim {
    display: block
}

/*page-content*/
body {
    height: 100%;
}

.page-content * {
    box-sizing: border-box;
}

.page-content {
    height: 100%;
    background-color: rgb(241, 241, 242);
}

.bottomContent {
    height: 100%;
    padding: 0 70px;
    position: relative;
}

.designList .design-option {
    padding: 20px 0;
}

.designList .design-option .item {
    margin-right: 32px;
    float: left;
}

.designList .design-option .op-select-box {
    width: 158px;
    height: 28px;
    border: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08);
    cursor: pointer;
    text-indent: 18px;
    background-color: #fff;
    outline: none;
}

.designList .design-option:after {
    content: "";
    display: block;
    clear: both;
}

.designList .design-option .option-btn {
    float: right;
    width: 28px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
}

.designList .design-option .option-btn .icon {
    width: 18px;
    height: 18px;
    margin: 5px auto 0;
}

.designList .design-option .option-btn .setting-icon {
    background: url(../images/designManage.svg) no-repeat -10px -60px;
    position: relative;
}

.designList .design-option .option-btn .icon:hover, .designList .design-option .option-btn.active .icon {
    background-position-y: -78px;
}

.leftFolder .folder-menu li {
    width: 226px;
    height: 80px;
    margin-right: 16px;
    margin-bottom: 18px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    float: left;
}

.leftFolder .folder-menu li[class*=create-new-folder] {
    border: 2px dashed #e7e7e7;
    background-color: transparent;
}

.leftFolder .folder-menu li span {
    width: 32px;
    height: 32px;
    margin: 24px 30px;
    float: left;
}

.leftFolder .folder-menu li .icon-newfolder {
    margin: 12px auto 0;
    float: none;
    display: block;
    background: url(../images/designManage.svg) no-repeat -74px -164px;
}

.leftFolder .folder-menu li .newfolder-text {
    font-size: 12px;
    line-height: 12px;
    margin-top: 8px;
    text-align: center;
    color: #cdcdcd;
}

.leftFolder .folder-menu li:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
}

.leftFolder .folder-menu li.active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
}

.leftFolder .folder-menu li .icon-alldesign {
    background: url(../images/designManage.svg) no-repeat -10px -164px;
}

.leftFolder .folder-menu .active .icon-alldesign {
    background: url(../images/designManage.svg) no-repeat -10px -196px;
}

.leftFolder .folder-menu li .folder-text {
    max-width: 90px;
    float: left;
    margin-top: 22px;
    text-align: left;
    color: #cdcdcd;
}

.leftFolder .folder-menu li .folder-text .folder-name {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.leftFolder .folder-menu li.active .folder-text {
    color: #626262;
}

.leftFolder .folder-menu li .folder-text .design-num {
    font-size: 12px;
    line-height: 12px;
    margin-top: 8px;
}

.leftFolder .folder-menu li .icon-folder {
    background: url(../images/folder.svg) no-repeat -10px -42px;
}

.leftFolder .folder-menu li.active .icon-folder {
    background: url(../images/folder.svg) no-repeat -10px -10px;
}

.leftFolder .folder-menu li:hover .triangle {
    opacity: 1;
}

.leftFolder .folder-menu li .triangle {
    width: 30px;
    height: 20px;
    opacity: 0;
    background: url(../images/left_folder_three_dot.svg) no-repeat 2px -2px;
    margin: 32px 10px 0 0;
    float: right;
}

.leftFolder .folder-menu li .triangle:hover {
    background-position-y: -26px;
}

.leftFolder .folder-menu li .folder-edit {
    width: 50px;
    height: 100%;
    background-color: #e7e7e7;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.leftFolder .folder-menu li .folder-edit .edit-icon {
    width: 100%;
    height: 50%;
    display: inline-block;
    float: left;
    transition: background .4s ease;
}

.leftFolder .folder-menu li .folder-edit .edit-icon:hover {
    background-color: #ffffff;
}

.leftFolder .folder-menu li .folder-edit .edit-icon i {
    display: block;
    width: 18px;
    height: 18px;
    margin: 11px auto 0;
}

.leftFolder .folder-menu li .folder-edit .edit-icon .rename-icon {
    background: url(../images/designManage.svg) no-repeat -64px -60px;
}

.leftFolder .folder-menu li .folder-edit .edit-icon:hover i {
    background-position-y: -78px;
}

.leftFolder .folder-menu li .folder-edit .edit-icon .del-icon {
    background: url(../images/designManage.svg) no-repeat -82px -60px;
}

.designWrap {
    clear: both;
}

.designWrap .design-item li {
    width: 226px;
    text-align: center;
    float: left;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: relative;
    transition: all 0.3s;
}

.designWrap .design-item li:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .06);
    transition: all 0.3s;
}

.design-item li .mark-back {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: opacity .4s ease;
    display: none;
}

.design-item li .mark-back.checked {
    opacity: 0.2;
}

.designWrap .design-item li .img-wrap {
    display: flex;
    width: 226px;
    height: 226px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    border-bottom: #f2f2f2 1px solid;
}

.designWrap .design-item .img-wrap img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 10px 30px 0 rgba(20, 35, 55, .2);
    transition: all .4s;
}

.design-info {
    width: 100%;
    height: 36px;
    padding: 12px;
}

.design-info .first-line {
    width: 100%;
    height: 20px;
    color: #626262;
}

.design-info .first-line .design-manege_title {
    display: block;
    height: 20px;
    float: left;
}

.design-info .first-line .design-manege_title:hover .bottom-line {
    border-bottom: 1px dashed #bfbfbf;
}

.design-info .first-line .design-manege_title .title {
    width: 136px;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    color: #343434;
    line-height: 16px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.design-manage__edit-icon {
    display: none;
    width: 13px;
    height: 13px;
    float: left;
    margin-left: 4px;
    cursor: pointer;
    background: url(../images/design_manage_edit_title.svg) 0 0 no-repeat;
}

.design-info .first-line .design-manege_title:hover .design-manage__edit-icon {
    display: block;
}

.design-info .first-line .recycle-icon {
    width: 18px;
    height: 18px;
    float: right;
    margin-top: -2px;
    background: url(../images/designManage.svg) no-repeat -82px -60px;
    cursor: pointer;
}

.design-info .first-line .recycle-icon:hover {
    background-position-y: -78px;
}

.first-line .design-manage__edit-title {
    width: 136px;
    height: 17px;
    font-size: 14px;
    line-height: 14px;
    outline: none;
    border: none;
    border-bottom: 1px dashed #bfbfbf;
    float: left;
}

.design-info .second-line {
    font-size: 12px;
    color: #cdcdcd;
    clear: both;
    line-height: 22px;
}

.design-info .second-line .kind {
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.design-info .second-line:after {
    content: "";
    display: block;
    clear: both;
}

.designList .design-operate .bottom-menu {
    width: 100%;
    height: 58px;
    background-color: #07aefc;
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
    transition: bottom .3s ease;
    z-index: 1001;
    color: #fff;
    display: none;
}

.designList .design-operate .bottom-menu .select {
    font-size: 14px;
    line-height: 14px;
    float: left;
    margin: 29px 48px 0 64px;
}

.designList .design-operate .bottom-menu .select span {
    font-size: 24px;
}

.check-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    background-color: #f8f8f8;
    margin: 22px 0 0;
    cursor: pointer;
    position: relative;
    outline: none;
    border: none;
}

.check-box:checked:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: linear-gradient(90deg, #5ea2ff, #00e3ff);
    top: 4px;
    left: 4px;
}

.selectall-wrap .check-box {
    float: left;
}

.selectall-wrap {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.selectall-wrap .selectall-text {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    float: left;
    margin: 33px 0 0 8px;
}

.move-action-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 440px;
    height: 100%;
    text-align: center;
    margin-left: -220px;
}

.move-action-wrap.disclickable {
    opacity: 0.5;
}

.disclickable .move-action-item {
    cursor: default;
}

.move-action-wrap .icon {
    width: 24px;
    height: 24px;
    margin: 10px auto 0;
}

.move-action-mid {
    display: inline-block;
}

.move-action-item {
    float: left;
    margin: 0 28px;
    font-size: 12px;
    cursor: pointer;
}

.move-action-wrap .move-to .icon {
    background: url(../images/bottom_menu_move.svg) no-repeat 1px 2px;
}

.move-action-wrap .delete .icon {
    background: url(../images/bottom_menu_del.svg) no-repeat;
}

.bottom-menu .close-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(//static.chuangkit.com/dist/bottom_menu_close.svg?0bd75fd…) no-repeat;
    float: right;
    margin: 17px 16px 0 0;
    cursor: pointer;
}

/*end of page-content*/
.folder_content {
    padding-right: 30px;
    height: 80px;
    display: inline-block;
}

.div_header {
    margin-top: 10px;
    overflow: hidden;
}

.div_header ul {
    display: block;
    position: relative;
    float: none;
}

.div_header ul li {
    width: 100px;
    float: left;
}

.div_header ul li a {
    display: block;
    text-align: center;
    position: relative;
    line-height: 2;
}

.div_header ul li .active {
    border-bottom: 3px #e13335 solid;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #e13335;
}
