html {
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1400px;
}

html,
body {
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
}

clr {
    display: block;
    clear: both;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0;
}

label {
    font-weight: normal;
}

* {
    position: relative;
    box-sizing: border-box;
}

select {
    border: 1px solid #dcdcdc;
    border-radius: 0 6px 6px 0;
    outline: none;
    font-size: 16px;
    color: #606060;
}

input {
    margin: 0;
    padding: 0;
    border: 1px solid #dcdcdc;
    /* border-radius: 0 6px 6px 0; */
    outline: none;
    font-size: 16px;
    color: #606060;
}

table {
    border-collapse: collapse;
}

textarea {
    resize: none;
}

.yellow_bg {
    background: #ffbc19 !important;
}

.blue_btn:hover {
    background: #2faaff !important;
}

.header {
    width: 100%;
    background: url(../image/contribution/topbg_tg.png) repeat-x center top;
    height: 185px;
    position: relative;
    min-width: 1400px;
}

.top {
    width: 1400px;
    margin: 0 auto;
}

.logo2 {
    background: url(../image/contribution/logo_tg2.png) no-repeat left top;
    width: 400px;
    height: 84px;
    float: left;
    margin-top: 24px;
}

.user {
    float: right;
    color: #fff;
    background: url(../image/contribution/usericon.png) no-repeat right center;
    height: 25px;
    line-height: 25px;
    padding-right: 25px;
    margin-top: 24px;
    font-size: 18px;
}

.menu {
    width: 1400px;
    margin: 0 auto;
    height: 100%;
}

.menu>ul {
    position: absolute;
    bottom: 0;
    width: 1400px;
    z-index:1100;
}

.menu>ul>li {
    float: left;
    color: #fff;
    /* width: 150px; */
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}

.menu>ul>li:last-child {
    float: right;
}

.menu>ul>li>a {
    display: block;
    padding: 0 20px;
    min-width: 170px;
}

.menu>ul li a.active {
    background: #fff;
    color: #2a59ac;
    border-radius: 6px 6px 0 0;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.menu>ul>li>ul a {
    display: block;
}

.menu>ul>li>ul a:hover {
    background: #40c3ff;
}

.menu>ul>li:hover>ul {
    display: block;
    position: absolute;
    z-index: 10;
    background: #2656a2;
}

.content {
    width: 1400px;
    margin: 0 auto;
    min-height: 500px;
    color: #606060;
}

.content table.tg {
    width: 1400px;
    margin: 20px 0;
}

.content table.tg tr {
    line-height: 60px;
    display: flex;
    margin-bottom: 10px;
    width: 1400px;
}

.content table.tg tr td:first-child {
    text-align: right;
    width: 180px;
    background-color: #f0f0f0;
    /* color: #fff; */
    border-radius: 6px 0 0 6px;
    padding-right: 1em;
    border: 1px solid #dcdcdc;
    /* border-right: 0; */
    /* height: auto; */
    box-sizing: border-box;
}

.content table.tg tr td:first-child span {
    color: #0075ff;
    top: 7px;
    margin-right: 5px;
    font-size: 22px;
    /* display: inline; */
    line-height: initial;
}

.content table.tg tr td:last-child {
    /* padding-left: 35px; */
    width: auto;
    flex: 1;
}

.content table.tg tr td:last-child>* {
    border-left: 0;
}

.orange {
    color: #ff8828;
}

.commit_line {
    text-align: right;
    padding-left: 185px;
    padding-bottom: 30px;
}

.footer {
    text-align: center;
    line-height: 120px;
    font-size: 16px;
    color: #606060;
    background-color: #f0f0f0;
}

.m{
    display: none;
}

.login_body .footer {
    background-color: transparent;
}

.helpcontent p.help_title {
    line-height: 110px;
    border-bottom: 2px solid #2a59ac;
    font-weight: bold;
}

.help_title a {
    color: #fff;
    line-height: 45px;
    width: 170px;
    text-align: center;
    background: #40c3ff;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 32.5px;
}

.help_title a:hover {
    background: #2faaff;
}

.content table.gl {
    width: 100%;
}

.content table.gl tr:first-child {
    background: #eeeeee;
}

.content table.gl tr:first-child:hover {
    background: #eeeeee;
}

.content table.gl tr:hover {
    background: #f6f6f6;
}

.content table.gl tr td {
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    max-width: 570px;
}

.search_title {
    line-height: 110px;
}

.search_title * {
    margin-left: 10px;
}

.search_title a {
    color: #fff;
    line-height: 45px;
    min-width: 110px;
    padding: 0 15px;
    text-align: center;
    background: #40c3ff;
    display: inline-block;
    border-radius: 5px;
}

.search_title input {
    height: 45px;
    padding: 0 1em;
    position: relative;
    top: -2px;
}

.search_title select {
    height: 45px;
    padding: 0 1em;
    position: relative;
    top: -1px;
}

.search_title span.search_action {
    float: right;
    margin-left: 0;
}

.back_tg {
    display: inline-block;
    position: relative;
    margin: 0 3px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url(../image/contribution/backicon.png) no-repeat center center;
}

.edit_tg {
    display: inline-block;
    position: relative;
    margin: 0 3px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url(../image/contribution/editicon.png) no-repeat center center;
}

.del_tg {
    display: inline-block;
    position: relative;
    margin: 0 3px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url(../image/contribution/delicon.png) no-repeat center center;
}

.view_tg {
    display: inline-block;
    position: relative;
    margin: 0 3px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url(../image/contribution/view.png) no-repeat center center;
}

.check_tg {
    display: inline-block;
    position: relative;
    margin: 0 3px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url(../image/contribution/check.png) no-repeat center center;
}

.msg_tg {
    display: inline-block;
    position: relative;
    margin: 0 3px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url(../image/contribution/msgicon.png) no-repeat center center;
}

.tg td>input[type=text], .tg td input[type=password] {
    height: 100%;
    padding: 0 1em;
    width: 100%;
    line-height: 45px;
    border: 1px solid #dcdcdc;
    border-radius: 0 6px 6px 0;
    background-color: inherit;
    box-shadow: none;
}

.tg input[type=file] {
    height: 45px;
    line-height: 45px;
    width: 300px;
    padding: 0 1em;
}

.tg input[type=radio] {
    margin-right: 10px;
    /* margin: 0; */
    margin-top: 10px;
    /* float: left; */
    top: 2px;
    display: inline-block;
}

.tg input[type=button], .commit_line input[type=button] {
    line-height: 45px;
    padding: 0 50px;
    cursor: pointer;
}


.tg select {
    height: 100%;
    padding: 0 1em;
    width: 100%;
    margin-right: 15px;
}

.tg td>textarea {
    border: 1px solid #dcdcdc;
    border-radius: 0 6px 6px 0;
    width: 100%;
    outline: none;
    padding: 1em;
    font-size: 16px;
    line-height: 2em;
    /* float: left; */
    margin: 0;
    height: 100%;
}

.tg label {}

.tg td>label {
    border: 1px solid #dcdcdc;
    height: 100%;
    border-right: 0;
    margin-bottom: 0;
    height: auto;
    line-height: 60px;
    padding: 0 1em;
    min-width: auto;
    float: left;
    /* text-align: center; */
}

.tg td>label:last-child {
    border-right: 1px solid #dcdcdc;
    border-radius: 0 6px 6px 0;
}

i.yl1, i.yl2 {
    background: url(../image/contribution/wenhao.png) center no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 4px;
}

i.yl1 img, i.yl2 img {
    display: none;
}

i.yl1:hover img, i.yl2:hover img {
    display: block;
    position: absolute;
    top: 18px;
    left: -100px;
    z-index: 100;
    border: 1px solid #ddd;
    width: 650px;
}

.login_logo {
    display: block;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 70px;
}

.login_form {
    background: url(../image/contribution/loginbg_tgR.png) no-repeat center top;
    width: 1036px;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0;
}

.login_formL {
    background: url(../image/contribution/loginbg_tgL.png) no-repeat center center;
    width: 348px;
    height: 576px;
    position: relative;
    left: 40px;
    top: -45px;
    color: #fff;
    text-align: center;
    float: left;
}

.login_formR {
    float: left;
    width: 500px;
    position: relative;
    left: 100px;
    padding-top: 50px;
}

.login_formR tr td:first-child {
    width: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.login_formR tr td:first-child span {
    color: #34b0ec;
    padding: 0 2px;
}

.login_formR input[type=text], .login_formR input[type=password] {
    height: 45px;
    padding: 0 1em;
    width: 400px;
    line-height: 45px;
    background: #f7f7f7;
}

.login_formR input::placeholder{
    color: transparent;
}

.login_formR a#subtn {
    display: block;
    text-align: center;
    width: 400px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    background: url(../image/contribution/loginbtn.png) no-repeat center top, url(../image/contribution/loginbtnh.png) no-repeat center top;
    cursor: pointer;
}

.login_formR a#subtn:hover {
    background: url(../image/contribution/loginbtnh.png) no-repeat center top;
}

.login_body {
    background: url(../image/contribution/loginbg_tg.jpg) top center;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.error_block i {
    color: #F44336;
    font-style: normal;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 45px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1em;
    padding-right: 1em;
}

.select2-dropdown {
    border: 1px solid #eee;
    border-radius: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
}

.select2-results__option {
    padding: 8px 1em;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #eee;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #eee;
    border-radius: 5px;
}

.select2-container .select2-selection--multiple {
    min-height: 45px;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 32px;
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: left;
    background-color: #fff;
    border: none;
    line-height: 43px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 1em;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    color: #fff;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 0;
    padding-right: 0;
}

.tg td .tntreebox input[type=text] {
    width: 100%;
    height: auto;
    /* margin: 4px 0; */
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    line-height: 45px;
}

.tntreebox ul li:first-child {
    height: auto;
    padding: 0 10px;
}

.tntreebox li {
    /* line-height: initial; */
}

.tntreebox li {
    height: 35px;
    font-size: 16px;
}

.tntreebox .list {
    border: none;
    background-color: #f1f1f1;
    height: 235px;
}

.tntreebox em {
    width: auto;
    height: 100%;
    /* padding-right: 5px; */
    /* padding-left: 5px; */
    cursor: pointer;
    float: left;
}

.tntreebox input[type=checkbox] {
    margin-right: 10px !important;
    width: auto;
    height: 100%;
    float: left;
}

.tntreebox .headers {
    min-height: unset;
    max-height: unset;
}

.tntreebox {
    box-shadow: none;
}

.tntreebox label {
    line-height: 35px;
    float: left;
}

.tntreebox .children span:before {
    height: 35px;
    line-height: 35px;
    width: 20px;
    /* content: '+'; */
}

.content table.tg tr .tntreebox {
    /* line-height: 45px; */
    background-color: inherit;
    border: 1px solid #dcdcdc;
    border-radius: 0 6px 6px 0;
}

.tntreebox .box {
    /* border: 1px solid #eee; */
    /* overflow-y: auto; */
    background-color: #fff;
}

/* .tntreebox .box::-webkit-scrollbar {
    width: 12px;
    
}

.tntreebox .box::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #dcdcdc;
}

.tntreebox .box::-webkit-scrollbar-thumb {
    background-color: #eee;
    border-radius: 6px;
} */

.tntreebox .box::-webkit-scrollbar {}

.tntreebox li:hover, .tntreebox .cur {
    background-color: #eee;
}

.tntreebox li:first-child:hover {
    background-color: inherit;
    color: inherit;
}

.tntreebox .selected {
    background-color: inherit;
}

.tntreebox .headers div {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    /* margin: 8px 0 4px 4px; */
    /* width: auto; */
    display: flex;
    align-items: center;
    margin: 10px 0 5px 10px;
    background-color: #0075ff;
    color: #fff;
}

.tntreebox .headers div span {
    font-size: 16px;
}

.webuploader-pick {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webuploader-pick+div {
    position: relative !important;
    inset: 0px auto auto 0px !important;
    width: auto !important;
    height: auto !important;
    overflow: auto !important;
}

#accessoryUp input[type=file] {
    opacity: 0;
}

body .swal2-popup {
    /* width: 26em; */
    padding-top: 180px;
    background-image: url(../image/contribution/alert_top.png);
    background-repeat: no-repeat;
    background-position: center 20px;
}

body .swal2-icon {
    display: none !important;
}

body .swal2-popup .swal2-title {
    font-size: 18px;
    margin: 10px 0 20px 0;
    font-weight: normal;
}

body .swal2-popup .swal2-styled.swal2-confirm {
    box-shadow: none;
    background-color: #40c3ff;
}

body .swal2-popup .swal2-actions {
    margin: 0 auto;
}

#accessoryUrl2 {
    max-width: 100%;
    max-height: 380px;
    margin: 0 auto;
    display: block;
}

.edui-default .edui-editor-toolbarboxinner {
    padding: 0 10px;
    height: 60px;
    text-align: right;
}

.content table.tg tr.ueditorplus td:first-child {
    position: absolute;
    z-index: 1000;
    border-right: 1px solid #dcdcdc;
}

.content table.tg .edui-default .edui-editor {
    border-radius: 6px;
}

.content table.tg tr td:last-child>p {
    border: 1px solid #dcdcdc;
    border-radius: 0 6px 6px 0;
    padding: 0 1em;
    border-left: 0;
}

.content table.tg .edui-default .edui-editor-iframeholder {
    min-height: 300px;
}

.content table.tg tr#showpic .filebox {
    border: 1px solid #dcdcdc;
    border-radius: 0 6px 6px 0;
    border-left: 0;
}

.content table.tg tr#showpic .filebox div.picArea {
    float: left;
    width: 33.33%;
    padding: 1em;
    z-index: 100;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    text-align: right;
}

.content table.tg tr#showpic .filebox div.picArea>div {
    width: 100%;
    height: 280px;
    line-height: 280px;
    background-color: #eee;
    text-align: center;
    border: 1px solid #dcdcdc;
}

.content table.tg tr#showpic .filebox div.picArea:nth-child(3n) {
    border-right: 0;
}

.content table.tg tr#showpic .filebox div.picArea img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.content table.tg tr#showpic .filebox .picbtn {
    margin-left: 1em;
    float: left;
    width: 100%;
}

.tg .picArea textarea {
    border: 1px solid #dcdcdc;
    outline: none;
    width: 100%;
    float: left;
    padding: 15px 20px;
    line-height: 30px;
}

.tg .picArea input[type=text] {
    width: 55px;
    text-align: center;
    line-height: 30px;
    background-color: #40c3ff;
    color: #fff;
    border: 1px solid #40c3ff;
    /* font-weight: bolder; */
}

.tg .picArea span {
    display: inline-block;
}

.tg .picArea>div+span {
    float: left;
    padding: 0px 20px;
    border: 1px solid #dcdcdc;
    border-top: 0;
    border-bottom: 0;
}

.tg .picArea a.pbn {
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    background-color: #f0f0f0;
}

.content table.tg tr#showpic .filebox::after {
    content: '';
    display: table;
    clear: both;
}

.form-control {
    font-size: 16px;
}

.tg .ztree * {
    font-size: 16px;
}

.tg .ztree li span {
    line-height: 24px;
}

.tg .ztree li {
    line-height: 24px;
}

.tg .ztree li a {}

.tg .ztree li span.button {}

.tg .ztree li span.button.ico_docu {
    display: none;
}

.tg .ztree li span.button.ico_open {
    display: none;
}

.tg .ztree li span.button.ico_close {
    display: none;
}

.tg ul.ztree {
    width: 1221px !important;
    border: 1px solid #dcdcdc;
    border-top: 0;
    height: 389px !important;
    left: -1px;
}

.tg .menuContent {
    width: 100%;
    z-index: 1000 !important;
}

.tg .ztree li a.curSelectedNode {
    background-color: inherit;
    border: none;
    padding-top: 1px;
}

.tg .ztree li a:hover {
    text-decoration: none;
}

.commit_line input[type=button] {
    border-radius: 6px;
}

.tgdw {}

.tgdw+.select2-container--default {
    border: 1px solid #dcdcdc;
    border-radius: 0 6px 6px 0;
}

.tgdw+.select2-container--default .select2-selection--single {
    height: 60px;
    border: 0;
    background: transparent;
}

.tgdw+.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    /* border: 1px solid #dcdcdc; */
    /* border-radius: 0 6px 6px 0; */
}

.tgdw+.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
}

.content table.tg tr#showpic .filebox .picbtn em {
    font-style: normal;
}

.content table.tg tr#showpic .filebox .picbtn em input {
    border-radius: 6px;
}

.content table.tg tr#showpic .filebox .picbtn em.addpic input {
    background-color: #40c3ff;
    color: #fff;
    border-color: #40c3ff;
}

.tg td>#filebox {
    height: 100%;
    padding: 0 1em;
    width: 100%;
    line-height: 60px;
    border: 1px solid #dcdcdc;
    border-radius: 0 6px 6px 0;
    background-color: inherit;
    box-shadow: none;
    border-left: 0;
}

.tg td>#filebox {
    /* color: #0075ff; */
}

.tg td>#filebox a {
    margin-right: 1em;
}

.tg td>#filebox #addfile, .tg td>#filebox #updatefile, .tg td>#filebox #deletefile {
    border: 1px solid #dcdcdc;
}

#showModel .modal-header {
    background-color: #19499d;
    color: #fff;
    /* padding: 15px 30px; */
}

#showModel .modal-body {
    /* padding: 15px 30px; */
}

#showModel .modal-footer {
    /* padding: 15px 30px; */
}

#showModel .btn-primary {
    background-color: #40c3ff;
    border-color: #40c3ff;
}

#showModel .form-control {

    line-height: 40px;

    height: auto;

    padding: 0 1em;
}

#showModel .form-horizontal .control-label {

    line-height: 42px;

    padding-top: 0;
}

.helpcontent p {
    line-height: 36px;
}

.helpcontent p img {
    vertical-align: middle !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

body.swal2-shown {
    padding-right: 17px !important;
}

span#accessoryUp {
    margin-top: 10px;
}

.sfld .showldsh {
    display: none;
}

.sfld td:nth-child(2)>* {
    border-left: 0;
}

.sfld td:nth-child(3) {
    background-color: #f0f0f0;
    border-radius: 6px 0 0 6px;
    padding-right: 1em;
    border: 1px solid #dcdcdc;
    margin-left: 1em;
    padding-left: .5em;
}

.sfld td:nth-child(3) span {
    color: #0075ff;
    top: 7px;
    margin-right: 5px;
    font-size: 22px;
    line-height: initial;
}

.content table.gl tr.tgunit {
    background-color: #40c3ff;
    color: #fff;
}

.content table.gl tr.tgunit td a {
    display: block;
    transition: all 0.2s ease-out 0s;
}

.content table.gl tr.tgunit td a:hover {
    transform: scale(1.5);
}

.search_title.statics input{
    
margin-left: 0;
    
margin-right: 10px;
    
top: 0;
    
width: 180px;
}

#showModel .modal-dialog{
    width: 1000px;
}

#showModel .modal-dialog table{
    width: 100%;
}

#showModel .modal-dialog table tr td {
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    max-width: 570px;
}

#showModel .modal-dialog table tr:first-child{
    background: #eeeeee;
}

#showModel .modal-header{
    
}

.content .tab_title{
    display: none;
    margin: 40px 0 0;
    line-height: 45px;
    padding: 0 25px;
    background: #2a59ac;
    color: #fff;
    border-radius: 6px;
}

.content table.cx{
    width: 100%;
    margin: 0;
}

.content table.cx tr{
    display: flex;
    width: 100%;
    padding: 40px 0 0;
}

.content table.cx tr td{
    line-height: 28px;
    border-radius: 5px;
    text-align: justify;
    width: 100%;
}

.content table.cx tr:first-child td{
    color: #193892;
    font-size: 30px;
    line-height: 36px;
    width: 100%;
}

.content table.cx tr td #textcode{
    background: transparent;
    font-style: italic;
    text-align: center;
    border-radius: 5px;
    line-height: 45px;
    padding: 0 15px;
    border: 1px solid #dcdcdc;
}