﻿/* CSS Document */
/* @import url("/css/all.css"); */
.main {
    margin: 0px auto;
    font-size: 9pt;
    border: 0px dashed #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    background-image: none !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    /* padding: 20px; */
}
a:visited{color: #fff;text-decoration: none;}
a:hover{color:rgb(247, 0, 255);text-decoration: none;}
a:link{color: #fff;text-decoration: none;}
#top{clear: both;width:100%;/* margin: 0 auto; */height: auto;border-bottom: 1px dashed #CCC;background-color: #f7f7f7;text-align: center;z-index: 9999;overflow: visible;display: flex;/* height: 30px; */flex-direction: row;flex-wrap: wrap;flex: 0 0 auto;}
#top p{float:left;margin:5px 0px 5px 5px;display:block;float: left;width:auto;background-color:#F63;color:#FFF;line-height:25px;height:25px;padding:0px 5px 0px 5px;cursor:pointer;border:1px dashed #CCC;}
#top p:hover{background-color:#fff; color:#f60; }
#obj{width: 100%;margin: 5px 20px 10px 50px;/height: auto;text-align:left;overflow: hidden;/* overflow-y: scroll; *//* padding: 0px; *//* margin: 0px; *//* right: 0px; *//* bottom: 0px; *//* top: 41px; */display: flex;/* height: auto; */flex-wrap: wrap;align-content: flex-start;justify-content: center;box-sizing: border-box;flex-direction: row;align-items: flex-start;flex: 1 1 auto;/* font-size: 12px; */}
textarea{width:940px;margin: 20px 10px;}
#top:after{
     content:'';
     display:block;
     width:0;
     height: 0;
}
#contentobj{width: 100%;height: 100%;display: block;overflow: hidden;overflow-y: scroll;margin: 0 auto;padding: 10px 0 50px 0px;font-size: 12px;}

.button{
    width: auto;
    height: auto;
    padding: 5px;
    display: inline-block;
    background-color: rgb(0, 197, 164);
    color: #fff;
    border: 1px dotted;
    border-radius: 10%;
    cursor: pointer;
    margin: 0 10px;
}
.button:hover{
    background-color:rgb(3, 88, 74) ;
}

.footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    font-size: 12px;
    text-align: center;
    /* bottom: 22px; */
    /* position: fixed; */
    height: 50px;
    flex-direction: row;
    background-color: #f8f8f8;
    border-top: 1px dashed #ccc;
    flex: 0 0 auto;
    padding: 10px 0px 0px;
}

.footer div{
    width: 33%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footer .beian{
    cursor: pointer;
}