* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

ul, li, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
}

/*ieinput密码框password在ie/edge浏览器下默认的icon去除*/

input::-ms-reveal {
    display: none;
}

input::-ms-clear {
    display: none;
}

/*edge*/
input::-o-clear {
    display: none;
}


/*登录*/
/*.left-login {*/
/*    !*position: fixed;*!*/
/*    !*left: 0;*!*/
/*    !*top: 0;*!*/
/*    !*bottom: 0;*!*/
/*    width: 40%;*/
/*    height: 100%;*/
/*    padding: 40px;*/
/*    background: #e6ece9;*/
/*}*/

.export-header {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    /*position: fixed;*/
    /*padding-left: 310px;*/
    height: 60px;
}

.form-exel {
    display: none;
}

.export-header > div h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 60px;
}

.export-header > div.fr {
    padding-right: 40px;
}

.logo {
    height: 60px;
    background: #2b2b2b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user {
    overflow: hidden;
    position: absolute;
    right: 2%;
}

.user span {
    float: left;
    line-height: 34px;
    /*margin-top: 20px;*/
    position: relative;
}

/*.user span:first-child{*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    margin-top: 13px;*/
/*    border-radius: 50%;*/
/*    background: #004225;*/
/*    line-height: 34px;*/
/*    text-align: center;*/
/*    margin-right: 6px;*/
/*    position: relative;*/
/*}*/
.user-icon {
    position: absolute;
    background: url(/image/common.png);
    width: 12px;
    height: 16px;
    background-position: -0px -87px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -8px;
}

.quit {
    cursor: pointer;
    margin-left: 80px;
    width: 60px;
    height: 34px;
    text-indent: 20px;
    color: #666;
    /*background: url(/image/exit.png)left center no-repeat;*/
}

.quit:hover {
    color: #004225;
}

.main-left {
    z-index: 999;
    width: 310px;
    position: absolute;
    /*overflow-y: auto;*/
    top: 0;
    left: 0;
    bottom: 0;
    background: #2b2b2b;
    padding: 0 15px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
}


.big-page .main-left {
    left: -300px;
}

.big-page .main-body {
    left: 0;
}

.collapse-btn {
    position: absolute;
    right: 0;
    width: 28px;
}

.left-menu {
    position: relative;
}

.main-left ul {
    width: 100%;

}

.main-left li {
    position: relative;
    height: 60px;
    width: 100%;
    border-top: 1px solid #16171a;
}

.main-left li.active:after {
    content: '';
    display: block;
    background: #ec8b03;
    width: 5px;
    position: absolute;
    top: 0;
    right: -15px;
    height: 60px;
}

.main-left li:last-child {
    border-bottom: 1px solid #16171a;
}

.main-left li > a {
    display: block;
    width: 100%;
    line-height: 60px;
    font-size: 14px;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(255, 255, 255, .5);
}

.main-left li > div:hover {
    overflow: visible;
}

.menu-icon {
    display: block;
    width: 14px;
    height: 12px;
    background: url(/image/common.png) no-repeat;
    background-position: -0px -144px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 5px;
}

.main-left li.active .menu-icon {
    width: 14px;
    height: 12px;
}

.main-left li.active > a {
    color: #fff;
}

.main-body {
    /*position: fixed;*/
    position: absolute;
    left: 310px;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0 20px;
    overflow-y: auto;
    background: #f4f4f4;
    transition: all 0.2s ease 0s;
}

.main-content {
    position: relative;
}

.overflow {
    overflow: hidden;
}

.chose-way {
    width: 100%;
    background: #fff;
    padding: 20px 0;
    margin-bottom: 10px;
}

.chose-way > div {
    width: 50%;
    padding: 0 20px;
    height: 100%;
}

.chose-way > div:first-child {
    border-right: 1px solid #eee;
}

.chose-way p {
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
    line-height: 20px;
}

p.step-p {
    font-size: 28px !important;
    font-family: "Times New Roman";
    line-height: 30px;
    margin-bottom: 10px;
    color: #333 !important;
}

.ft30 {
    font-size: 30px;
}

.chose-way > div a {
    padding: 0 6px;
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #004225;
    position: relative;
}

.step-icon {
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -8px;
}

.step-icon.export {
    width: 16px;
    height: 17px;
}

.step-icon.download {
    width: 16px;
    height: 17px;
}

.sumit-all {
    width: 16px;
    height: 17px;
    background-position: -0px -70px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.table-box {

    width: 100%;

}

.table-header {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.title-name {
    font-size: 22px;
    color: #595959 !important;
    line-height: 32px;
}

.table-btn {
    float: left;
    margin-right: 10px;
    position: relative;
    border-radius: 4px;
    padding: 0 8px;
    line-height: 32px;
    background: #004225;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.table-btn:last-child {
    margin-right: 0;
}

.table-main {
    padding: 20px;
    background: #fff;
}

.table-main table {
    width: 100% !important;
}

.index-title {
    line-height: 50px;
    font-size: 14px;
}

.index-title p {
    color: #999;
}

.index-title span {
    color: #004225;
}

.demo_line_01 {
    margin: 20px 0;
    line-height: 1px;
    border-left: 100px dashed #ddd;
    border-right: 100px dashed #ddd;
    text-align: center;
    color: #999999;
}

.item-ifo {
    margin-bottom: 30px;
}

.password, .userName {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    text-indent: 10px;
    border: none;
    background-color: #e6e6e6 !important;
    background-image: none;
    color: #000;
    border-radius: 3px;

}

.userName {
    margin-top: 20px;
}

#login_form {
    position: absolute;
    width: 450px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.seePasswordY {
    display: block;
    position: absolute;
    right: 10px;
    width: 27px;
    height: 24px;
    top: 40%;
    margin-top: -6px;
    background: url(/image/openEye.png) no-repeat;
    cursor: pointer;
}

.seePasswordM {
    display: block;
    position: absolute;
    right: 10px;
    width: 27px;
    height: 24px;
    top: 40%;
    margin-top: -6px;
    background: url(/image/closeEye.png);
    background-size: 100% 100%;
    cursor: pointer;

}

.login {
    cursor: pointer;
    /* outline: none; */
    border: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    background: #004225;
}

.login:hover {
    background: #004225;
}

.info {
    /*padding: 20px;*/
}

.info p {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
}

.layui-table-view {
    border: none;
    color: #555;
}

.layui-table-view .layui-table td, .layui-table-view .layui-table th {
    padding: 12px 0;
    line-height: 26px;
    border-top: none;
    border-left: none;
    border: none;
}

.layui-table tbody tr:nth-child(2n) {
    background: #fafafa;
}

.layui-table tbody tr:nth-child(2n):hover {
    background: #f2f2f2;
}

.layui-btn-xs {
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    border-radius: 2px;
    color: #fff;
    border: none;
    position: relative;

}

.td-icon {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 5px;
    background: url(/image/common.png) no-repeat center;

}

.submit-confirm {
    line-height: 18px;
    margin-top: 8px;
}

.submit-confirm i {
    margin-right: 10px;
    float: left;
    width: 18px;
    height: 18px;
    border: none;
    background: url(/image/nochoose.png) no-repeat center;
    font-size: 0;
}

.error {
    color: #ff0000;
    font-size: 13px;
    margin-top: 5px;
}

.submit-confirm i.active {
    background: url(/image/choose.png) no-repeat center;
}


.layui-btn-xs.edit-btn {
    background: #004225;
}

.layui-btn-xs.singledel-btn {
    background: #ec8b03;

}

.layui-table-header {
    border: none;
}

#add-model1, #add-model2 {
    display: none;
}

.model-title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.add-form .layui-form-label {
    width: 100px;
    padding: 0 10px;
    text-align: right;
    line-height: 34px;
}

.add-form .layui-input-block {
    min-height: 34px;

}

.add-form .layui-input, .layui-select, .layui-textarea {
    height: 34px;
    line-height: 34px;
    border-color: #ccc !important;
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-position: -149px -31px !important;
}

/*.add-form .layui-input, .layui-select, .layui-textarea:focus{*/
/*border-color: #004225;*/
/*}*/
.layui-input:hover, .layui-textarea:hover {
    border-color: #004225 !important;
}

.layui-input:focus, .layui-textarea:focus {
    border-color: #004225 !important;
}

.add-form .layui-btn {
    width: 80px;
    height: 34px;
    line-height: 34px;
    background: #8c8c8c;
    color: #fff;
}

.submit-form {
    background: #004225 !important;
    color: #fff !important;
    padding: 0 18px !important;
    cursor: pointer;
}

.layui-form-checkbox span {
    background: none;
    color: #4c4c4c;
    padding: 0 10px 0 0;
}

.layui-form-checkbox i {
    width: 18px;
    height: 18px;
    margin-top: 8px;
    border: none;
    background: url(/image/nochoose.png) no-repeat center;
    font-size: 0;
}

.layui-form-checkbox {
    height: 34px;
    line-height: 34px;
    margin-top: 0 !important;
    padding-right: 15px;
}

.layui-form-checkbox.layui-form-checked i {
    width: 18px;
    height: 18px;
    background: url(/image/choose.png) no-repeat center;
}

.layui-icon-ok:before {
    content: "";
}

.layui-form-checked span, .layui-form-checked:hover span {
    background: none !important;
}

.layui-form-checkbox:hover span {
    background: none !important;
}

.layui-form-radio {
    line-height: 34px;
    margin: 0px 10px 0 0;
    padding-right: 10px;
    cursor: pointer;
    font-size: 0;
}

.layui-form-radio > i {
    width: 18px;
    height: 18px;
    border: none;
    background: url(/image/nochoose.png) no-repeat center;
    font-size: 0;
    /*background-position: -0px -0px;*/

}

.layui-form-radio.layui-form-radioed > i {
    width: 18px;
    height: 18px;
    background: url(/image/choose.png) no-repeat center;
}

.layui-table-cell {
    padding: 0 5px;
}

.layui-btn-primary:hover {
    color: #fff;
}

.footer {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 15px 20px;
    font-size: 13px;
    color: #999;
    background: #fff;
    margin-top: 20px;
}

.layui-table-page {
    position: relative;
    width: 100%;
    padding: 20px 7px 0;
    height: 46px;
    font-size: 12px;
    white-space: nowrap;
    border: none;
}

.layui-table, .layui-table-view {
    margin: 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #004225;
}

.layui-checkbox-disbaled span {
    background: none !important;
}

.layui-form-checked[lay-skin=primary] i {
    border: none !important;
}

.layui-icon.layui-icon-ok:hover {
    border-color: #004225 !important;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #004225 !important;
    background: #004225 !important;
}

.layui-table-view .layui-form-checkbox[lay-skin=primary] i {
    margin-top: 0;
}


.achievementAuth-btn {
    /*margin: 20px 20px 0 0;*/
}

.auth_header {
    border-bottom: 1px solid #EBEBEB;
    font-weight: 600;
    padding: 20px;
}

.auth_footer {
    border-top: 1px solid #EBEBEB;
    padding: 15px 20px;
}

.auth_content > div {
    line-height: 1.5;
    margin-bottom: 5px;

}

.auth_title {
    align-items: center;
}

.auth_title_left {
    width: 5px;
    background-color: #004225;
    height: 20px;
    margin-right: 10px;

}

.auth_title_text {
    color: #004225;
    font-size: 16px;
    font-weight: 600;
}


.auth_content div:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
}

.auth_content div:nth-child(3) {
    font-size: 12px;
    display: flex;
    flex-direction: column;
}

.flex {
    display: flex;
}


input[type="radio" ]:checked {
    accent-color: #004225;
    border: none; /* 移除边框 */
    outline: none; /* 移除外边框 */
    box-shadow: none; /* 移除阴影 */
}

.auth_radio_label {
    font-size: 12px;
    margin: 0 10px 0 5px;
    font-weight: 400;
}

.auth_btn {
    display: flex;
    justify-content: end;
}

.auth_footer_content {

}

.layui_auth_btn {
    height: 31px !important;
    /*line-height: 31px !important;*/
    border-radius: 4px;
}

.authType {
    cursor: pointer;
}

.auth_btn_cancle {
    background-color: #fff;
    color: #555;
    border: 1px solid #555;
    padding: 6px 18px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
}

.auth_btn_submit {
    background-color: #004225;
    color: #fff;
    border: 1px solid #004225;
    padding: 6px 18px;
    cursor: pointer;
    border-radius: 4px;
}

.submit-confirm i {
    cursor: pointer;
}





