body {
    height: 100%;
    background-image: linear-gradient(to right, #7A88FF, #7AFFAF);
    /* background-image: url('../img/background.png'); */
    margin: 0;
}
.headPush {
	height: 18%;
}
/* 标头文字 */
.centerlog {
    display: block;
    margin: auto;
    height: 4rem;
}
/* 搜索框系列 */
.ui.search{
    margin-top: 3em;
}
.ui.input{
    text-align: center;
    display: block;
    margin: auto;
}
.prompt{
    width: 50em;
}
/* 收藏夹系列 */
.container{
    text-align: center;
    display: block;
    margin: auto;
    padding: 1em;
}
.ui.button{
	margin-top: 1em;
}
.close{
    position: relative;
    top:0px;
    right:-2px;
	width:5px;
	height:5px;
	padding:5px;
	background:red;
	border-radius:50%;
	border:0;
	cursor:pointer;
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
	/* transition:all .1s; */
}
.subcontainer{
    text-align: center;
    display: block;
    margin: auto;
    padding: 1em;
    padding-top: 0em;
    padding-bottom: 2em;
}

/* 快捷访问系列 */
.ui.two.column.grid.stables{
    margin: 0 auto;
    width: 800px;
}
.ui.stables{
	background-color: rgba(49, 49, 49, 0.1);
	padding: 0.5em;
}
/* Pop Up */
.PopUpBackGround{
    background-color: rgba(49, 49, 49, 0.5);
    position: fixed;
    left: 0%;
    /* margin: -300/2 0 0 -300/2; */
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 200;
}
.PopUp{
    background-color: #F1F1F1;
    position: fixed;
    width: 450px;
    left: 35%;
    height: 220px;
    top: 37%;
    border-radius: 30px;
    z-index: 200;
}
.PopUpHeader{
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    margin-top: 5px;
    height: 35px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}
.PopUpSearch{
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.PopUpInput{
    outline-style: none ;
    border: 1px solid #ccc; 
    border-radius: 10px;
    padding: 7px 7px;
    width: 70%;
    font-size: 14px;
    font-family: "Microsoft soft";
    /* border:1px solid #aaa; */
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    /* border-radius:2px; */
    padding-right:30px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}


    
.file{
    position: relative;
    margin-top: 20px;
    margin-left: 10px;
    width: 70px;
    text-align: "center";
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 2px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}

input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

/* 脚注 */
footer{
    height: 30px; /*设定footer高度*/
    position: absolute; /*设定footer绝对位置在底部*/
    bottom: 0;
    width: 100%; /*展开footer宽度*/
    background-color: rgba(49, 49, 49, 0.74);
    /* line-height: 10px; */
}
.footer.button{
    z-index:100;
    position:relative;
    height:28px;
    width: 80px;
    margin-top:0px;
    margin-left:3%;
    float:left;
    font-size: small;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgb(179, 179, 179);
    border-radius: 5px;
    color: rgb(179, 179, 179);
}
.footer.content{
    float:right;
    margin-top: 3px;
    margin-right: 5%;
    font-size: small;
}