﻿@charset "utf-8";
html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}

.container {
    padding: 5px 15px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

#iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 48px 0 0;
    border: 0;
    box-sizing: border-box;
}

.layui-upload-img {
    width: 92px;
    height: 92px;
    margin: 0 10px 10px 0;
}

.img {
    display: flex;
    width: 75%;
    height: 210px;
    margin: 0 auto 20px;
    background-color: #eee;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}


#set {
    position: relative;
}

.layui-collapse {
    width: 200px;
    position: absolute;
    right: 0;
    top: 38px;
    display: none;
}
#set:hover .layui-collapse {
    display: block;
}



.app {
    min-height: 631px;
    margin-top: 80px;
    margin-bottom: 100px;
}

.personal-project {
    width: 1200px;
    margin: 0 auto;
}
.list-box {
    padding-top: 50px;
}
.list-box ul.add-tpl, .list-box li.add-tpl {
    height: 405px;
    border: 1px solid #E8E6E6;
}
.list-box ul, .list-box li {
    list-style: none;
}
.tpl {
    position: relative;
    float: left;
    width: 315px;
    height: 450px;
    margin: 0 42px 46px 42px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    list-style: none;
}
.tpl .add {
    font-size: 7.5rem;
    text-align: center;
    font-weight: bold;
    line-height: 280px;
}
.tpl .text {
    text-align: center;
    line-height: 32px;
}
.tpl .item {
    text-align: center;
    height: 405px;
}
.tpl .img-box {
    height: 405px;
    border: 1px #E8E6E6 solid;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.tpl .item .mask {
    width: 100%;
    height: 405px;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    
    filter: alpha(opacity=0);
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
}
.mask .line-one {
    margin-top: 100px;
	
}
.personal-project .list-box .mask > div {
    width: 100%;
    display: flex;
}
.tpl .item .mask div {
    width: 258px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    border-radius: 3px;
}
.list-box ul.add-tpl:hover, .list-box li.add-tpl:hover {
    box-shadow: 0 0 10px 1px #1296db;
}
.personal-project .list-box .mask {
    display: block !important;
}
.tpl .tpl-item-tip {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #999;
    padding-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    text-align: center;
}
.tpl .img-box img {
    position: absolute;
    top: 0;
    left: 0;
}
.tpl .item img {
    max-width: 100%;
}
.item:hover{box-shadow: 0 0 10px 3px #777;
			border-color:rgba(0, 0, 0, .7);
			}
.personal-project .list-box .mask > div .eidt-btn {
    background: url(../image/edit.png) no-repeat center top;
}

.personal-project .list-box .mask > div .preewvi-btn {
    background: url(../image/preview.png) no-repeat center top;
}

.personal-project .list-box .mask > div .use-btn {
    background: url(../image/download.png) no-repeat center top;
}


.personal-project .list-box .mask > div .setting-btn > div {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    padding: 0;
    background: #73797d url(../image/setting.png) no-repeat center center;
    background-size: 50%;
}
.personal-project .list-box .mask > div .setting-btn > div:hover{background-color: #41abe2;}


.personal-project .list-box .mask > div .url-btn > div {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    padding: 0;
    background: #73797d url(../image/url.png) no-repeat center center;
    background-size: 50%;
}
.personal-project .list-box .mask > div .url-btn > div:hover{background-color: #41abe2;}

.personal-project .list-box .mask > div .eidt-btn:hover {
    background-image: url(../image/editx.png);
}
.personal-project .list-box .mask > div .preewvi-btn:hover {
    background-image: url(../image/previewx.png);
}
.personal-project .list-box .mask > div .use-btn:hover {
    background-image: url(../image/downloadx.png);
}

.locationk {
	margin:15px;
    padding: 9px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #686f7f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #e5f3ff;
    border: 1px solid #c0dffa;
    border-radius: 6px;
}
