/*html,body{ width: 100%; height: 100%; padding: 0; margin: 0; background: none; color: #1C1C1C; }*/

/*body{ overflow: hidden; font-family: "Helvetica Neue","Helvetica","Arial","PingFang SC","Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei", sans-serif; background-color: #e6edf3; }*/

* {
    box-sizing: border-box;
    font-family: 'Microsoft YaHei';
}
body, html {
    font-family: 'Microsoft YaHei';
    background-color: #e6edf3;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #4a626e;
}
select {
    cursor: pointer;
    background-color: transparent;
}
textarea {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #4a626e;
    resize: none;
    border: 1px solid #dae7ef;
    border-radius: 3px;
    padding: 8px 20px;
}
button {
    outline: none;
    cursor: pointer;
    border: none;
}
ol, ul, li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
}
a {
    color: #4a626e;
    text-decoration: none !important;
}
a:hover {
    text-decoration: none!important;
}
dd, dt {
    font-weight: normal;
}
::-webkit-input-placeholder {
    color: #99a8b4;
}
:-moz-placeholder {
    color: #99a8b4;
}
::-moz-placeholder {
    color: #99a8b4;
}
:-ms-input-placeholder {
    color: #99a8b4;
}
.hideDiv {
    display: none;
}
.text-red {
    color: red!important;
}
.text-price {
    color: #FD5822;
}
@font-face {
    font-family: "my-lcdd";
    src: url('/static/font/lcdd.ttf') format('truetype');
}
.drag {
    -webkit-app-region: drag;
}
.no-drag {
    -webkit-app-region: no-drag;
}
.layui-layer-shade {
    -webkit-app-region: no-drag;
}
.animated.adding {
    animation-duration: 0.5s;
}
.animated.minus {
    animation-duration: 1.5s;
}
label.weight-inherit {
    font-weight: inherit;
}
label.required:before {
    content: '*';
    color: #ff0000;
    margin-right: 6px;
    position: relative;
    top: 3px
}
@-webkit-keyframes glowBoxShadow {
    0% {
        border-color: #FAFAFA;
        box-shadow: 0 0 5px rgba(0, 255, 0, .2), inset 0 0 5px rgba(0, 255, 0, .1), 0 2px 0 #000;
    }
    100% {
        border-color: #337AB7;
        box-shadow: 0 0 20px rgba(0, 255, 0, .6), inset 0 0 10px rgba(0, 255, 0, .4), 0 2px 0 #000;
    }
}
@-webkit-keyframes glowTextShadow {
    0% {
        opacity: 0.3;
        color: #FAFAFA;
    }
    100% {
        opacity: 1;
        color: #337AB7;
    }
}
.t-glow-box-shadow {
    -webkit-animation: glowBoxShadow 500ms ease-out infinite alternate;
}
.t-glow-text-shadow {
    -webkit-animation: glowTextShadow 500ms ease-out infinite alternate;
}
.t-animated {
    transition: all .3s ease;
}
/* ------------------ */

.t-shadow {
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, .05), 0 0.1rem 0.4rem 0 rgba(0, 0, 0, .08), 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, .2);
}
.t-shadow-inherit {
    box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, .05), 0 0.1rem 0.4rem 0 rgba(0, 0, 0, .08), 0 -0.1rem 0.1rem -0.2rem rgba(0, 0, 0, .2);
}
/* ------------------ */

.t-tables {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.t-tables>.col-tr {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.t-tables>.col-tr>.col-td, .t-tables>.col-td {
    margin: 0 auto;
    display: block;
    text-align: left;
}
/* ------------------ */

.t-flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.t-flex>.col-flex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* ------------------ */

.t-clamp {
    width: 100%;
    position: relative;
}
.t-clamp>.content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.t-clamp>.content.col-2 {
    -webkit-line-clamp: 2;
}
.t-clamp>.tpis {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/* ------------------ */

.t-upload {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.t-upload>.upload-container {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: block;
}
.t-upload>.upload-container>input {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.t-text {
    font-size: inherit;
    color: inherit;
}
.t-curp {
    cursor: pointer;
}
.yd-radio {
    display: inline-block;
}
.yd-radio>.yd-radio-label {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-right: 8px;
    position: relative;
    overflow: hidden;
    padding-right: 5px;
    clear: both;
    vertical-align: middle;
}
.yd-radio>.yd-radio-label:last-child {
    margin-right: 0;
}
.yd-radio>.yd-radio-label .iconfont {
    margin-right: 5px;
    font-size: 16px;
    float: left;
}
.yd-radio>.yd-radio-label input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.yd-radio>.yd-radio-label input+.iconfont:before {
    content: '\e686d';
}
.yd-radio>.yd-radio-label input[checked]+.iconfont:before {
    content: '\e685d';
}
.yd-table-label {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 25px;
    font-weight: inherit;
}
.yd-table-label input {
    position: absolute;
    top: 50%;
    left: 5px;
    margin: 0;
    padding: 0;
    margin-top: -6px;
}
.t-input-text {
    position: relative;
}
.t-input-text>.input-container {
    text-align: center;
}
.t-input-text>.input-container input {
    display: inline-block;
    width: auto;
    text-align: center;
    border: solid 1px #93A6BA;
    border-color: transparent;
    border-radius: 2px;
    margin: 0 auto;
}
.t-checkbox {
    position: relative;
}
.t-checkbox>.checkbox-container {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    border: solid 1px #93A6BA;
    border-radius: 2px;
}
.t-checkbox>.checkbox-container .checkbox-checked {
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #4A626E;
    border-radius: 0;
    opacity: 0;
}
.t-checkbox>.checkbox-container input {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    opacity: 0 !important;
    margin: 0;
    padding: 0;
}
.t-checkbox>.checkbox-container input:checked~.checkbox-checked {
    opacity: 1 !important;
}