﻿.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #ffff3c !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #676767 !important;
}
.layui-laypage .layui-laypage-curr em{
	color:white !important;
}
.layui-laypage a{
    padding: 0 11px;
}

[v-cloak]{
display:none;
}

.file_input_box {
    position: relative;
    text-indent: 0;
    display: inline-block;
    text-align: left !important;
    background-color: #fff;
    height: 38px;
    line-height: 38px;
    width: 100%;
    padding: 0 0 0 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
}

.file_input_box>span {
    text-align: left !important;
    color: rgb(131, 131, 131) !important;
    text-align: left;
    font-weight: 400 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0 !important;
    width: 95% !important;
}

.file_input {
    opacity: 0;
    position: absolute;
    color: transparent;
    color: rgba(0, 0, 0, 0);
    right: 0;
    top: 0;

    height: 38px;
    width: 100%;
}

.date_input {
    /* width: 240px; */
    width: 320px;
    /* height: 46px; */
    height: 45px;
    background: #fff;
    border-radius: 4px;
    font-size: 13px;
    padding-left: 10px;
    border: 1px #7c7c7c solid;
    /* margin-bottom: 10px; */
}

.select_input {
    float: left;
    height: 38px;
    /* border: solid 1px #7c7c7c; */
    width: 100%;
    padding: 0 0 0 15px;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* font-size: 14px; */
}
.codeimg{
    position: absolute !important;
    top: 0px !important;
    left: auto!important;
    right: 15px;
    height: 36px !important;
    
}


.divcontent {
    min-height: 100px;
}

.box2 .select_input {
    float: none;
    width: calc(4rem + 17px);
    height: 38px;
    border: solid 1px #7c7c7c;
    border-radius: 5px;
    padding-left: 15px;
}
.box2 .file_input_box {
    width: 4rem;
    height: 38px;
    border: solid 1px #7c7c7c;
    border-radius: 5px;
    padding-left: 15px;
    vertical-align: middle;
}
.box2 .file_input_box>span{
    width: 100% !important;
    font-size: inherit;
}
.box2 .codeimg{
    position: relative !important;
    margin-left: -85px !important;
    top: -6px !important;
    cursor: pointer !important;
    right: 0 !important;
    height: 36px !important;
}

.box2 .form-signin .item {
    display: block !important;
}

.box2 p {
    height: auto;
    min-height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
}
.box1 .boxtitle {
    min-height: 77px;
    line-height: 77px;
    border-bottom: 1px solid #303030;
    padding-left: 35px;
    color: #ffd053;
    font-size: 22px;
    font-weight: 700;
    word-break: break-word;
    width: 965px;
}

.tccon{
    overflow: auto !important;
    max-height: 90%;
}
.tccon h2 {
    background-size: contain !important;
}
.tccon .con2 table tr th {
    text-align: center;
}
.tccon .con2 table tr td {
    white-space: normal !important;
    word-break: break-all !important;
    line-height: .4rem !important;
    vertical-align: middle !important;
}
.tccon p select {
    padding-right: 0.85rem;
}

.newlist a img {
    width: auto !important;
    max-width: 3.18rem !important;
    margin: 0 auto !important;
}
.form-signin .item {
    display: flex !important;
}
nav {    
    width: 7.5rem !important;
}
body{
    width: 7.5rem !important;
    margin: 0 auto !important;
}

/* 彈出窗 */
.query_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.7); */
    z-index: 1000;
    display: flex;
}
.query_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.querycon{
    background:#141633;
    border:1px solid #1c1325;
    width:8.6rem;
    height:auto;
    padding:0.56rem 0;
    border-radius:0.04rem;
    /*display: none;*/
    position:relative;
    overflow:hidden;
    margin:auto !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;

}
@-webkit-keyframes bounceIn{
    0%{
        opacity:0;
        -webkit-transform:scale(.5);
        transform:scale(.5)
    }
    100%{
        opacity:1;-webkit-transform:scale(1);transform:scale(1)
    }
}
@keyframes bounceIn{
    0%{
        opacity:0;
        -webkit-transform:scale(.5);
        -ms-transform:scale(.5);
        transform:scale(.5)
    }
    100%{
        opacity:1;
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1)
    }
}