@font-face {
    font-family: 'iconfont';
    src: url('iconfont.woff2?t=1668566375439') format('woff2'),
    url('iconfont.woff?t=1668566375439') format('woff'),
    url('iconfont.ttf?t=1668566375439') format('truetype');
}

.iconfont {
    padding-left: -5px;
    margin-right: 5px !important;
    display: inline-block;
}

body, html {
    height: 100%;
}

.flex {
    display: flex;
}

* {
    padding: 0;
    margin: 0;

}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
pre {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
    font-size: 16px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
}

ul li {
    font-size: 100%;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
}

.clear {
    clear: both;
}

em,
b {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;

}

img {
    border: 0;
    vertical-align: top;
}

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

table {
    padding: 0;
    border: none;
    outline: none;
    border-collapse: collapse;
}

pre,
.pre {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    font-family: Arial, tahoma, '\5b8b\4f53', sans-serif;
}

td,
th,
ul,
ol {
    padding: 0;
    font-weight: normal;
}

/*@import url(http://fonts.useso.com/css?family=Source+Sans+Pro:200,300);*/

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    /* background-clip: content-box; */
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.charge_table table tbody tr > td input[type="button"] {
    display: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    height: 100%;
}

body ::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: 'Source Sans Pro', sans-serif;
    color: #b5b5b5;
    font-weight: 300;
}

body :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: 'Source Sans Pro', sans-serif;
    color: #b5b5b5;
    opacity: 1;
    font-weight: 300;
}

body ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: 'Source Sans Pro', sans-serif;
    color: #b5b5b5;
    opacity: 1;
    font-weight: 300;
}

body :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: 'Source Sans Pro', sans-serif;
    color: #b5b5b5;
    font-weight: 300;
}

.wrapper {
    background: #f0f2f5;
    background: -webkit-linear-gradient(top left, #f0f2f5 0%, #bacad9 100%);
    background: linear-gradient(to bottom right, #f0f2f5 0%, #bacad9 100%);
    /*opacity: 0.8;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* margin-top: -400px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper.form-success .container h1 {
    -webkit-transform: translateY(85px);
    -ms-transform: translateY(85px);
    transform: translateY(85px);
}

.container {
    width: 100%;
    min-width: 1000px;
    overflow: auto;
}

.container h1 {
    font-size: 40px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-put;
    transition-timing-function: ease-in-put;
    font-weight: 200;
    color: #000;
    text-align: center;
}

.form {
    padding: 20px 0;
    position: relative;
    z-index: 2;
    text-align: center;
}

.form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid #97979766;
    background-color: #0003;
    width: 250px;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #000;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
}

.form input:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.form input:focus {
    background-color: white;
    width: 300px;
    color: #000;
}

.form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-color: white;
    border: 0;
    padding: 10px 15px;
    color: #000;
    border-radius: 3px;
    width: 250px;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.form button:hover {
    background-color: #f5f7f9;
    width: 300px;
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

.login_hg {
    text-align: center;
    margin: 50px 0;
    font: normal 22px/32px 'MicroSoft YaHei';
    color: #000;
    position: relative;
}
.nav_resource {
    width: 180px;
    height: 100%;
    background: #b1b1b138;
    padding-top: 20px;
    min-width: 132px;
    overflow: auto;
}


.left_nav {
    width: 200px;
    height: 100%;
}

.nav_module {
    width: 800px;
    text-align: center;
    padding-left: 10px;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ";
    font-size: 20px;
    line-height: 46px;
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 10px;

}


.ztree_items {
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
}

.open:before {
    content: '-';
    font-weight: bold;
    line-height: 30px;
    margin: 0 16px 0 5px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-block;
    text-align: center;
    box-shadow: 5px 5px rgb(255, 188, 41);
}

.close:before {
    content: '+';
    font-weight: bold;
    line-height: 30px;
    margin: 0 16px 0 5px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-block;
    text-align: center;
    box-shadow: 5px 5px red;
}

.level li.select {
    font-weight: bold;
    background: rgb(255 255 255 / 50%);
}

.level li {
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0 0 0 18px;
    border-left: 3px solid #ffffff70;
    line-height: 40px;
    font-size: 14px;
    display: flex;
}

.level li:hover {
    background: rgb(255 255 255 / 30%);
}

.level li .iconfont {
    padding-right: 5px;
}

header.header_box {
    box-shadow: 0 0 5px #0000005e;
    top: 0;
    z-index: 10;
    height: 50px;
    width: 100%;
    background: #fff;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    box-shadow: 0px 0px 6px #00000063;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

header.header_box .head_logo {
    background: #000000;
    border-radius: 4px;
    margin-left: 20px;
    height: 40px;
}

header.header_box .head_r {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

header.header_box .head_r img {
    width: 26px;
    border-radius: 18px;
    margin-right: 10px;
}

.home_box {
    height: calc(100% - 60px);
    display: flex;
}

/* list */
.btn_mid {
    background: #FFFFFF;
    border: 1px solid #DCDEE0;
    border-radius: 10px;
    height: 30px;
    width: 60px;
    text-align: center;
    line-height: 30px;
}

.search-submit-btn:hover {
    background: #eeeeee;
    border: 1px solid #bfb8b8;
    transition: 0.2s ease-out;
}

.con_topbar {
    width: 92%;
    display: flex;
    align-items: center;
    height: 50px;
    margin: 0 4%;
    justify-content: space-between;
}

.con_topbar_l {
    display: flex;
    align-items: center;
}

/*.con_topbar_c {*/
/*    width: 200px;*/
/*    margin-right: 400px;*/
/*}*/
.con_topbar_r {
    width: 300px;
    position: relative;
}

.search-input {
    height: 40px;
    width: 240px;
    background: #FFFFFF;
    border: 1px solid #DCDEE0;
    border-radius: 100px;
    padding: 0 40px 0 10px;
}

.search-submit-btn {
    background: #FFFFFF;
    border: 1px solid #DCDEE0;
    border-radius: 100px;
    position: absolute;
    left: 210px;
    height: 40px;
    width: 60px;
    cursor: pointer;
}

.con_topbar_l .title {
    margin-right: 20px;
    font-size: 24px;
}

.con_topbar_l .btn_mid {
    margin: 10px;
}

.list_items {
    border-bottom: 1px solid #EBEDF0;
    cursor: pointer;
    background: #Fff;
}

.list_items .list_items_t:hover {
    background-color: #dae6ff40;
}

.list_top {
    height: 30px;
    width: 100%;
    background: #DAE6FF;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.list_items .list_items_t {
    min-height: 60px;
    width: 100%;
    display: flex;
    font-size: 14px;
    align-items: center;
}

.con_list .list_top > div,
.con_list .list_items .list_items_t > div {
    width: 8%;
    text-align: center;
    padding: 2px;
    font-size: 10px;
}

.con_list .list_top div:nth-child(9),
.con_list .list_items .list_items_t div:nth-child(9){
    width: 4%;
}
.con_list .list_top div:nth-child(10),
.con_list .list_items .list_items_t div:nth-child(10){
    width: 4%;
}
.list_top_p {
    height: 30px;
    width: 100%;
    background: #DAE6FF;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.list_items_p {
    min-height: 60px;
    width: 100%;
    display: flex;
    font-size: 14px;
    align-items: center;
}
.list_top_p > div,
.list_items_p > div {
    width: 8%;
    text-align: center;
    padding: 2px;
    font-size: 10px;
}

.icon-sort-full {
    color: #646566;
    font-size: 10px !important;
}

.btn_left {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    text-align: center;
}

.show_g_table {
    padding: 12px !important;
    cursor: pointer;
}

.f2 {
    padding: 12px !important;
    cursor: pointer;
}

.list_items_b {
    display: flex;
    padding-left: 8%;
    display: none;
}

.list_items_b > p {
    line-height: 40px;
    margin-right: 10px;
    width: 100px;
    float: left;
}

.list_items_b ul {
    display: flex;
    width: calc(95% - 100px);
    flex-wrap: wrap;
}

.list_items_b ul li,
.good_new_list li {
    width: 194px;
    height: 76px;
    background: #DAE6FF;
    border-radius: 8px;
    position: relative;
    margin: 10px;
}

.good_new_list li {
    width: 230px;
}

.list_items_b ul li img,
.good_new_list li img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    position: absolute;
    left: 4px;
    top: 3px;
}

.list_items_b ul li p {
    margin-left: 70px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 10px;
}

.good_new_list li .iconfont,
.list_items_b ul li .iconfont {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.con_list .list_items_b {
    border-top: 1px solid #EBEDF0;
    /* padding-top: 10px; */
}

/* new  */
.pop {
    width: 100%;
    height: 2000px;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
}

.pop_box {
    width: 560px;
    background: #fff;
    position: fixed;
    _position: absolute;
    z-index: 200;
    top: 8%;
    left: 50%;
    margin-left: -250px;
    border-radius: 5px;
    overflow: visible;
    min-height: 600px;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding-bottom: 60px;
}

.pop_box .pop_title .iconfont {
    font-size: 24px !important;
    cursor: pointer;
}

.pop_title {
    justify-content: space-between;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(234, 234, 234, 0.75);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.new_list {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
}

.new_list div {
    margin: 5px 10px;
}

.new_list div p {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}

.new_list div .new_s_input {
    width: 230px;
    height: 30px;
    background: #fafafa;
    border-radius: 4px;
    border: none;
    padding: 0 10px;
    color: #646566;
    font-size: 14px;
}

.new_add_item_list_title > .iconfont {
    font-size: 32px;
    cursor: pointer;
}

.new_add_item_list_title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 30px;
    border-bottom: 1px solid rgba(234, 234, 234, 0.75);
}

.save_new_btn {
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    background: #DAE6FF;
    color: #000;
    display: block;
    cursor: pointer;
    position: absolute;
    font-weight: 800;
    border-radius: 0px 0px 12px 12px;
    bottom: 0;
    margin-left: 30%;
    margin-bottom: 20px;
    box-shadow: 1px -1px 16px rgb(0 0 0 / 25%);
}

.save_new_btn:hover {
    background: #c1cfed;
    transition: 0.2s ease-out;
}

.good_new_add_input {
    width: 146px;
    height: 24px;
    background: #ffffff;
    border-radius: 4px;
    border: none;
    padding: 0 10px;
    color: #646566;
    font-size: 14px;
    margin-left: 58px;
    margin-top: 9px;
}

.good_new_list {
    display: flex;
    flex-wrap: wrap;
    height: 128px;
    overflow: auto;
    margin: 15px;
}

.number_input_box {
    display: flex;
}

.number_input_box input {
    width: 68px;
}

.number_input_box input:nth-child(2) {
    margin-left: 10px;
    padding-right: 0;
}

.con_list, .lottery_list {
    height: calc(100% - 90px);
    overflow: auto;
}

.list_items_i {
    height: calc(100% - 60px);
    overflow: auto;
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ */

.page_nav {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #dae6ff;
}

.total_box {
    margin: 10px 20px;
    line-height: 22px;
    max-width: 40%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.total_box span {
    color: #000000;
    font-size: 18px;
    font-weight: 800;
}

.pagination {
    display: flex;
    float: right;
    margin: 10px;
    max-width: 60%;
    margin-right: 5%;
}

.pagination li {
    line-height: 36px;
    min-width: 50px;
    text-align: center;
    color: #000000;
    cursor: pointer;
    background: #dae6ff;
    height: 36px;
    margin: 0 5px;
    border-radius: 10px;
    padding: 0 5px;
}

.page-link {
    display: block;
    width: 100%;
    height: 100%;
}

.pagination li.active,
.pagination li:hover {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    background: white
}

.pagination li:hover {
    background: #c1cfed;
    color: #000;
}

div input[type="number"]:read-only,
div input[type="text"]:read-only {
    background: #c0c0c0;
    color: #646566;
}


.lottery_list .list_top > div,
.lottery_list .list_items .list_items_t > div {
    width: 10%;
    text-align: center;
    padding: 2px;
}

.list_items_t div:nth-child(12) {
    width: 20%;
}

.bg-bubbles li:nth-child(12) {
    width: 20%;
}

.icon-sort-full {
    display: none;
}

/* é€‰æ‹©å™¨ */

label.radio_tools {
    cursor: pointer;
    padding: 0 20px 0 0;
}

input[type='radio'].radio_tools:checked + .radio_tools {
    padding: 0 20px 0 0;
}

input.radio_tools {
    -webkit-appearance: none;
    display: inline-block;
    /* margin: 3px 5px 10px 12px; */
    width: 20px;
    height: 20px;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid #000000;
    vertical-align: middle;
    background-image: -webkit-radial-gradient(#c1cfed 40%, hsla(0, 0%, 49%, 0) 50%);
    background-repeat: no-repeat;
    transition: background-position .15s cubic-bezier(.8, 0, 1, 1), -webkit-transform .25s cubic-bezier(.8, 0, 1, 1);
    background-color: #fff;
}

input.radio_tools,
input.radio_tools:active,
input.radio_tools:focus {
    background-position: 28px 0px;
}

input.radio_tools:checked {
    background-position: 0 0;
    border: 2px solid #000;
}

input.radio_tools:checked ~ input,
input.radio_tools:checked ~ input:active {
    background-position: -28px 0;
    border: 1px solid #000;
}

label.radio_tools_s {
    cursor: pointer;
    padding: 0 50px 0 0;
}

input[type='radio'].radio_tools_s:checked + .radio_tools_s {
    padding: 0 50px 0 0;
}

input.radio_tools_s {
    -webkit-appearance: none;
    display: inline-block;
    margin: 3px 5px 10px 12px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid #c1cfed;
    vertical-align: middle;
    background-image: -webkit-radial-gradient(#c1cfed 40%, hsla(0, 0%, 49%, 0) 50%);
    background-repeat: no-repeat;
    transition: background-position .15s cubic-bezier(.8, 0, 1, 1), -webkit-transform .25s cubic-bezier(.8, 0, 1, 1);
}

input.radio_tools_s,
input.radio_tools_s:active {
    background-position: 0 28px;
    border: 1px solid #000;
}

input.radio_tools_s:checked {
    background-position: 0 0;
    border: 2px solid #000;
}

input.radio_tools_s:checked ~ input,
input.radio_tools_s:checked ~ input:active {
    background-position: 0 -28px;
    border: 2px solid #000;
}
