﻿@charset "utf-8";
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
bl ockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}
@font-face{
    font-family: 'FZZ';
    src:url('/shujutang/static/public/font/PingFangBold.ttf');
}
body {
    font-size: 16px;
    font-style: normal;
    font-family: 'FZZ', PingFangSC-Regular, sans-serif, Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    color: #333;
    /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);f7f8fd*/
    background: #fff;
}

input {
    font-size: 14px;
    font-style: normal;
    font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    color: #333;
}

small {
    font-size: 12px
}

h1 {
    font-size: 18px
}

h2 {
    font-size: 16px
}

h3 {
    font-size: 16px
}

h4,
h5,
h6 {
    font-size: 100%
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

a:link,
a:visited,
a:hover,
a:active {
    outline-width: 0;
    text-decoration: none;
    /* color: black; */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-box-shadow: none;
    /* box-shadow: none;
    border: none; */
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    border: 0;
    height: 1px
}

img {
    border-style: none
}

img:not([src]) {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

html {
    -webkit-touch-callout: none;
    /*解决长时间按住页面会闪退的问题 移动端*/
    -webkit-text-size-adjust: 100%;
    /*解决移动端旋转之后字体适应问题*/
}

input,
textarea,
button,
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]),
video:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0
}

button,
input {
    overflow: visible;
    outline: none;
}

i,
em,
b {
    font-style: normal;
}

button,
select {
    text-transform: none
}

textarea {
    overflow: auto
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.clear:after {
    display: block;
    height: 0;
    content: "";
    clear: both
}

g,
text,
path,
circle {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

input[placeholder],
[placeholder],
*[placeholder] {
    color: #999;
    font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
}


/*/!*input 添加hover focus 触发动画效果*!/
input[type=text]:hover,  input[type=text]:focus, input[type=password]:hover,  input[type=password]:focus {
    border: 1px solid #56b4ef;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
    -webkit-transition: box-shadow .5s;
}*/


/*-webkit-input-placeholder 加动画效果 只有webkit支持*/

input:focus::-webkit-input-placeholder,
input:hover::-webkit-input-placeholder {
    color: #666;
    -webkit-transition: color .5s;
}

.loadBox {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -200px;
}

.load {
    font-size: 20px;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    line-height: 100%;
    margin-top: 200px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: loading 2s infinite linear;
    -moz-animation: loading 2s infinite linear;
    -o-animation: loading 2s infinite linear;
    -ms-animation: loading 2s infinite linear;
    animation: loading 2s infinite linear;
}

@-webkit-keyframes loading {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #fbb0b0, 2em -2em 0 0 #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 0 #fbb0b0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #fbb0b0, 2em -2em 0 0.2em #fbb0b0, 3em 0 0 0 #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 0 #fbb0b0, 3em 0 0 .2em #fbb0b0, 2em 2em 0 0 #fbb0b0, 0 3em 0 -0.5em #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 0 #fbb0b0, 2em 2em 0 .2em #fbb0b0, 0 3em 0 0 #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 0 #fbb0b0, 0 3em 0 .2em #fbb0b0, -2em 2em 0 0 #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 0 #fbb0b0, -2em 2em 0 .2em #fbb0b0, -3em 0 0 0 #fbb0b0, -2em -2em 0 -.5em #fbb0b0;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 0 #fbb0b0, -3em 0 0 .2em #fbb0b0, -2em -2em 0 0 #fbb0b0;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 0 #fbb0b0, -3em 0 0 0 #fbb0b0, -2em -2em 0 .2em #fbb0b0;
    }
}

@keyframes loading {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #fbb0b0, 2em -2em 0 0 #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 0 #fbb0b0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #fbb0b0, 2em -2em 0 0.2em #fbb0b0, 3em 0 0 0 #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 0 #fbb0b0, 3em 0 0 .2em #fbb0b0, 2em 2em 0 0 #fbb0b0, 0 3em 0 -0.5em #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 0 #fbb0b0, 2em 2em 0 .2em #fbb0b0, 0 3em 0 0 #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 0 #fbb0b0, 0 3em 0 .2em #fbb0b0, -2em 2em 0 0 #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 0 #fbb0b0, -2em 2em 0 .2em #fbb0b0, -3em 0 0 0 #fbb0b0, -2em -2em 0 -.5em #fbb0b0;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 0 #fbb0b0, -3em 0 0 .2em #fbb0b0, -2em -2em 0 0 #fbb0b0;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 0 #fbb0b0, -3em 0 0 0 #fbb0b0, -2em -2em 0 .2em #fbb0b0;
    }
}

.errors {
    width: 100%;
    margin-top: 100px;
    color: red;
    text-align: center;
    font-size: 24px;
}

.prompt {
    display: none;
    color: #fa5d5d;
}

.maskLayer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
}


/* .popup {
    visibility: hidden;
    transition: all .5s;
    opacity: 0;
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

div.popupOpen {
    visibility: visible;
    opacity: 1;
}

.popupBG {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

div.popupBGTransparent {
    background: rgba(0, 0, 0, 0.5);
}

.popupContent {
    position: absolute;
    z-index: 102;
    padding: 20px;
    width: 200px;
    height: 130px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -65px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}

.popupContentCanNotDel {
    position: fixed;
    z-index: 102;
    width: 280px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 1px solid #666;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.popupContentCanNotDel p.c {
    width: 100%;
    line-height: 22px;
    padding: 24px 20px;
    text-align: center;
    white-space: normal;
    box-sizing: border-box;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.popupContentCanNotDel p.ti {
    text-align: center;
    font-weight: 600;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ddd;
    background: #f4f4f4;
    font-size: 16px;
    position: relative;
}

.popupContentCanNotDel .popupClose {
    display: inline-block;
    width: 144px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #ff8b1a;
    cursor: pointer;
    color: #ff8b1a;
    margin-bottom: 24px;
}

.popupContentCommonPrompt {
    position: fixed;
    z-index: 103;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-left: -53px;
    margin-top: -20px;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 8px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 4px 8px 10px rgba(0, 0, 0, .5);
    -o-box-shadow: 4px 8px 10px rgba(0, 0, 0, .5);
    -ms-box-shadow: 4px 8px 10px rgba(0, 0, 0, .5);
    box-shadow: 4px 8px 10px rgba(0, 0, 0, .5);
}

.popupContentCommonPrompt img {
    width: 20px;
    margin-left: 6px;
    height: 20px;
    margin-top: 5px;
    float: left;
    display: inline-block;
}

.popupContentCommonPrompt p {
    
    float: left;
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
}

.popupContentConfirm {
    position: fixed;
    z-index: 102;
    width: 300px;
    
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 0 15px 0;
    
    border: 1px solid #999;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
    -o-box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
    -ms-box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
}

.popupContentConfirm p.c {
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    padding: 22px 10px;
}

.popupContentConfirm .ti {
    text-align: center;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    background: #f4f4f4;
    position: relative;
}

.popupContentConfirm p.ti i {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url("../Images/close.png") no-repeat 50% 50%;
    background-size: 18px 18px;
}

.popupContentConfirm .ti div {
    width: 88px;
    height: 40px;
    margin: 0 auto;
}

.popupContentConfirm .ti span {
    float: left;
    text-align: center;
    font-weight: 600;
    width: 56px;
    height: 40px;
    margin-left: 4px;
    line-height: 40px;
}

.popupContentConfirm .ti img {
    float: left;
    line-height: 40px;
    height: 40px;
    width: 28px;
    border: 0;
}

.popupContentConfirm .btnBox {
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
}

.popupContentConfirm .btnBox .yesC {
    display: inline-block;
    width: 68px;
    border: 1px solid #ddd;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    background-color: #ff8b1a;
    
}

.popupContentConfirm .btnBox .cancelC {
    display: inline-block;
    width: 68px;
    margin-left: 40px;
    border: 1px solid #ddd;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    height: 28px;
    line-height: 28px;
    
}

.popupContent p {
    line-height: 30px;
    height: 30px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 5px;
    color: #999;
}

.popupImg {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.gray {
    background: #ddd !important;
    color: #fff !important;
    cursor: no-drop !important;
    border: 0 !important;
}

.popupContent .popupClose {
    display: inline-block;
    width: 58px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #ddd;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #999;
} */


/*no data*/

.whenNoData {
    width: 100%;
    padding-top: 200px;
    text-align: center;
}

.whenNoData img.noDataImg {
    display: inline-block;
    width: 194px;
    height: 194px;
    margin-bottom: 40px;
}

.whenNoData p.noDataP {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: red;
    line-height: 20px;
    margin-bottom: 100px;
}


/*
    名字居左 数字居右 时间居中
*/

.lefterA {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left !important;
}

.centerA {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center !important;
}

.righterA {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right !important;
}

.AlvinBtn {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
}

.AlvinBtn:active {
    box-shadow: none;
}

.AlvinBtn:hover {
    box-shadow: none;
}

.must::before {
    content: "*";
    position: absolute;
    color: red;
    left: 0;
    top: 2px;
}

.btn {
    background-color: #ff8b1a;
    color: #fff;
    cursor: pointer;
}

.btn:hover {
    background-color: #feb034;
    color: #fff;
}

.reset {
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.reset:hover {
    background-color: #feb034;
    color: #fff;
}

.titleName {
    position: relative;
    height: 58px;
    width: 100%;
    font-size: 20px;
    line-height: 58px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}

.titleName:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 58px;
    background-color: #4474f2;
    left: 0;
    top: 0;
}

textarea {
    font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
}