table td {
    padding: .3rem;
    font-size: 1rem;
}

form table tbody td:first-child {
    width: 10rem;
    text-align: right;
    height: 38px;
}

form table tbody td:first-child label {
    display: inline-block;
    opacity: .7;
}

form .tips {
    font-size: .9rem;
    opacity: .7;
    padding: .3rem;
}


.highlight {
    color: red;
    border-bottom: 2px solid rgba(200, 0, 0, .5);
}


.body,
.head,
.foot {
    margin: 0 auto;
    min-width: 1200px;
}

.section {
    margin: 0.5rem;
}

/* comm */
.do-url {
    cursor: pointer;
}

.label {
    font-size: .9rem;
    opacity: .7;
}



.cursor {
    cursor: pointer;
}

.xxs {
    font-size: .95rem;
    font-weight: bold;
}

.xs {
    font-size: .75rem;
    border: 1px solid rgba(0, 0, 0, .0);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    opacity: .8;
}

.c-tags {
    padding: .5rem;
}

.c-tags span.tag.current {
    border: 1px solid rgba(0, 40, 100, .5);
    background: rgba(0, 40, 100, .5);
    color: rgba(255, 255, 255, 1);
}

.c-tags span.tag {
    border: 1px solid rgba(0, 0, 0, .1);
}

.labels,
.tags {
    position: relative;
    z-index: 1;
}

.labels>span,
.tags>span {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-radius: .2rem;
    padding: 0 .3rem;
    margin: .1rem;
    font-size: .95rem;
}



.labels>span small {
    font-size: .6rem;
    display: block;
}

.labels>span:hover,
.tags>span:hover {
    background: rgba(0, 0, 0, .3);
    border-color: rgba(0, 0, 0, .2);
    cursor: pointer;
}

.labels>span.current,
.tags>span.current {
    border: 1px solid rgba(0, 40, 100, .5);
    background: rgba(0, 40, 100, .5);
    color: rgba(255, 255, 255, 1);
}

.labels>span.current small,
.tags>span.current small {
    color: rgba(255, 255, 255, 1);
}



.ac {
    margin: .1rem 0;
}

.ac>span {
    margin: .1rem;
}

.zhang {
    color: rgba(200, 0, 0, 1);
}

.zhang_bg {
    background: rgba(200, 0, 0, .05);
}

.die {
    color: rgba(0, 100, 0, 1)
}

.die_bg {
    background: rgba(0, 150, 0, .05);
}

.normal_bg {
    background: rgba(0, 0, 0, .05);
}





/*filters*/
.glq {
    position: absolute;
    right: 0;
    top: 2rem;
    width: 260px;
    background: white;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .2);
    border-radius: .2rem;
    padding: 1px;
}

.glq h3 {
    font-size: .9rem;
    background: rgba(0, 0, 0, .1);
    padding: .1rem .3rem;
}

.filters {
    width: 800px;
}

.filters>div {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: .3rem;
}

.filters>div:last-child {
    border: 0;
}

.filters>div>div:first-child {
    width: 150px;
    margin-right: .8rem;
    text-align: right;
}

.filters>div>div:last-child {
    flex: 1;
}

.filters .labels>span,
.filters .tags>span {
    border: 1px solid rgba(0, 0, 0, .1);
}

.filters .labels>span.current,
.filters .tags>span.current {
    background: rgba(0, 40, 100, .7);
    border-color: rgba(0, 40, 100, .7);
    color: white;
}



/* upfiles */
.upfiles {
    width: 200px;
    font-size: .9rem;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    height: 28px;
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
}

.upfiles:hover {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .8);
    border-color: rgba(0, 0, 0, .8);
}

.upfiles .progress {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 40, 100);
    color: white;
    height: 100%;
    text-align: right;
    font-size: .7rem;
}

.upfiles .progress>span {
    padding: 0 .2rem;
}


.files {
    font-size: .9rem;
}

.file-preview {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .8);
    margin-right: .3rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.do-filename {
    position: absolute;
    top: -1rem;
    font-size: .7rem;
    left: 0;
    border-radius: .2rem;
    background: rgba(200, 40, 100, 1);
    color: white;
}

.file-preview img {
    width: 100%;
    height: 100%;
}

/* thumb */
.file-thumb {
    position: relative;
    width: 200px;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, .2)
}

.file-thumb:hover {
    border: 1px solid rgba(0, 0, 0, .5);
}

.file-thumb>span.preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-thumb>span.preview>img {
    max-width: 100%;
    max-height: 100%;
}

/* Thumbs */
.file-thumbs ul {
    padding: .1rem;
    overflow: hidden;
}

.file-thumbs>ul>li {
    position: relative;
    opacity: .8;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: pointer;
    margin: .1rem;
}

.file-thumbs li:hover {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, .5);
}

.file-thumbs li img {
    max-width: 100%;
    max-height: 100%;
}

.files-list span.remove,
.file-thumbs span.remove {
    position: absolute;
    right: 1px;
    top: 1px;
    width: .7rem;
    height: .7rem;
    font-size: .7rem;
    background: rgba(0, 0, 0, .2);
    cursor: pointer;
}

.files-list span.remove:hover,
.file-thumbs span.remove:hover {
    background: rgba(0, 40, 100, 1);
    color: white;
}

/* Files List */
.files-list>ul>li {
    position: relative;
    opacity: .8;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: pointer;
    margin: .1rem 0;
    width: 100%;
    padding: .2rem .4rem;
    font-size: .9rem;
}

.files-list>ul>li:hover {
    border-color: rgba(0, 40, 100, 1);
}

.files-list span.remove {
    height: 100%;
    width: 1rem;
    top: 0;
    right: 0;
    border-radius: 0 .2rem .2rem 0;
}

/* search */
.search {
    margin: 0 .5rem;
    position: relative;
}

.search>input {
    width: 10rem;
    padding-right: 1.2rem;
}

.search>span.sic {
    position: absolute;
    right: .3rem;
    top: .2rem;
    z-index: 10;
    cursor: pointer;
    opacity: .7;
}

/** head **/
.head {
    height: 60px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    padding: 0 .5rem;
    position: relative;
    z-index: 100;
}


.head .logo img {
    max-height: 40px;
    max-width: auto;
}

.head .ttt {
    font-size: .9rem;
    background: red;
    color: white;
    border-radius: .2rem;
    padding: 0 .3rem;
}

.head .ucm {
    width: 100px;
    position: absolute;
    right: .2rem;
    top: 2rem;
    border: 1px solid rgba(0, 0, 0, 1);
    border-top-width: 2px;
    border-radius: .2rem;
    background: white;
    z-index: 100;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, .1);
}

.head .ucm li {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: .95rem;
}

.head .ucm li:hover {
    background: rgba(0, 0, 0, .1);
}

.head .ucm li>span.m {
    display: block;
    padding: .2rem 0;
}

.head .nbs>ul>li {
    margin-left: .3rem;
    opacity: .5;
}

.head .nbs li.current,
.head .nbs li:hover {
    opacity: 1;
    color: rgba(0, 40, 100, 1);
    border-radius: .2rem;
}

.head .nbs li:last-child {
    display: none;
}

.head .login>ul>li {
    margin-left: .3rem;
}

.head .login li.current,
.head .login li:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    border-radius: .2rem;
}


/* sa */
.sa {
    padding: 1rem;
}

.sa li {
    margin: .1rem 0;
}

.sa h3 {
    font-size: 1rem;
    padding: .5rem 1rem;
    background: rgba(0, 40, 100, .2);
}

.sa .info {
    border: .2rem solid rgba(0, 40, 100, .2);
}

.sa .info tbody td:first-child {
    width: 150px;
    font-size: .95rem;
}

.sa .info .tips {
    font-size: .9rem;
    padding: .5rem;
}

/*fit */
.fit {
    width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.fit>h2 {
    text-align: center;
    padding: .5rem 0;
}

.fit>form {
    border: .2rem solid rgba(0, 0, 0, .1);
    border-radius: .2rem;
}


/** body **/
.box {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: .2rem;
}

.stocks {
    clear: both;
}

.stocks .tools {
    padding: .5rem;
}

.stocks .tools .cdate {
    font-size: .9rem;
    font-weight: bold;
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: .2rem;
    padding: .1rem .5rem;
}

.stocks .list {
    clear: both;
}

.stocks .list td {
    font-size: .85rem;
    position: relative;
}

.stocks .list td div.br {
    position: absolute;
    bottom: 0;
    right: 0;
}

.stocks .list td div.tr {
    position: absolute;
    top: 0;
    right: 0;
}

.stocks .list tbody tr:hover td {
    border-bottom: 2px solid rgba(0, 40, 100, 1);
}



.stocks .unit {
    font-size: .7rem;
    opacity: .7;
    padding: .2rem;
}

.stocks .list td.name {
    font-size: .95rem;
}


.stocks .nlist>span {
    position: relative;
    border-radius: .2rem;
    background: rgba(0, 0, 0, .1);
    display: inline-block;
    cursor: pointer;
    padding: 0 .2rem;
}

.stocks .nlist>span.current {
    background: rgba(0, 255, 0, .2);
}


.stocks .nlist span.tots {
    position: absolute;
    top: .1rem;
    font-size: .6rem;
    background: rgba(0, 40, 100, 1);
    color: white;
    border-radius: .2rem;
    padding: 0 .1rem;
}

.stocks .nlist>.ic {
    opacity: .5;
    cursor: pointer;
}

.stocks .v-news.current {
    background: rgba(0, 0, 0, .1);
    border-radius: .2rem;
    border-left: 1px solid rgba(0, 0, 0, .05);
    opacity: 1;
}

/* newslist */
.newslist {
    width: 900px;
    max-height: calc(100vh - 200px);
    min-height: 300px;

}

.newslist>div {
    height: calc(100vh - 35px);
}

.newslist li {
    padding: .2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.newslist li:last-child {
    border: 0;
}

.newslist .is-news:hover a {
    color: rgba(200, 0, 0, 1);
}



/** foot **/
.foot {
    margin: 0 auto;
}

.foot>div {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 0 .5rem;
    margin: 0 .5rem;
}

.foot .links {
    font-size: .8rem;
}

.foot .links a {
    font-size: .8rem;
}

.foot .copyright {
    font-size: .8rem;
    opacity: .7;
    text-align: center;
}

.foot .copyright a {
    margin: 0 .2rem;
    font-size: .8rem;
    color: rgba(0, 0, 0, .8);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

/*logout*/
.logout {
    min-height: 300px;
    font-size: 2.4rem;
}

/** pages **/

.wpage {
    padding: 0 1rem;
}

.wpage>div:first-child {
    font-size: .9rem;
}

.wpage>div:first-child .total {
    font-weight: bold;
    margin: 0 .2rem;
}

.wpage>div:first-child .num {
    background: rgba(0, 0, 0, .1);
    padding: 0 .3rem;
}


/*win*/
.win {
    width: auto;
    height: auto;
    background: white;
    border-radius: .2rem;
    position: relative;
    min-width: 350px;
    height: auto;
    border: .2rem solid rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .2);
    border-radius: .2rem;
}

.win>h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding: 0 .5rem;
    height: 2rem;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.win>div {
    min-width: 100px;
    display: block;
    background: rgba(255, 255, 255, 1);
    overflow: auto;
}