@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}


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

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
}

fieldset,
img {
    border: 0;
}

a {
    color: #333;
}

a,
img {
    -webkit-touch-callout: none;
}


li img {
    transition: all 0.3s;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    /* background: none; */
    outline: none
}

.li,
.dd {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

ul::after {
    content: '';
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}


.head_pc {
    box-shadow: 0px 8px 28px rgba(45, 55, 65, .1);
}

.head_pc2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

.head_pc2 a.l {
    height: 70px;
    line-height: 70px;
    margin-left: 50px;
    position: relative;
    color: #5b616c;
    font-size: 18px;
}

.head_pc2 a.l:after {
    content: '';
    display: block;
    background: #d1d5db;
    position: absolute;
    left: -18px;
    top: calc(50% - 5px);
    width: 1px;
    height: 10px;
}

.head_pc2 a.b {
    position: absolute;
    top: 50%;
    right: 55px;
    transform: translateY(-50%);
    z-index: 99999;
    width: 100px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    text-align: center;
}

.login_banner {
    position: relative;
    margin-top: 70px;
}

.login_banner .box {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.login_banner .wrap {
    position: relative;
    height: 100%;
}

.login_banner .form {
    position: absolute;
    top: 50%;
    right: 0px;
    background: #fff;
    border-radius: 10px;
    width: 346px;
    padding: 50px 30px 0px;
    transform: translateY(-50%);
}

.login_banner .form p {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.login_banner .form li {
    position: relative;
    margin: 0 auto 18px;
}

.login_banner .form li:nth-child(1) input {
    background: url(../img_w/login1.png) 16px center no-repeat;
    background-size: 14px;
}

.login_banner .form li:nth-child(2) input {
    background: url(../img_w/login2.png) 16px center no-repeat;
    background-size: 14px;
}

.login_banner .form li:nth-child(3) input {
    width: 170px;
    background: url(../img_w/login3.png) 16px center no-repeat;
    background-size: 14px;
}

.login_banner .form li:nth-child(2) a.btn {
    position: absolute;
    right: 1px;
    top: 1px;
    background: url(../img_w/login4.png) center no-repeat;
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.login_banner .form li:nth-child(3) span.btn {
    float: right;
    width: 108px;
    height: 44px;
    border-radius: 4px;
    background: #000;
    cursor: pointer;
}

.login_banner .form input {
    display: inline-block;
    width: 286px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #dadfe7;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 42px;
    box-sizing: border-box;
}

.login_banner .form button {
    width: 286px;
    height: 44px;
    line-height: 42px;
    margin: 0 auto;
    background: #16baaa;
    box-sizing: border-box;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
}

.login_f {
    width: 94%;
    text-align: center;
    margin: 50px auto 30px;
    font-size: 12px;
    color: #999999;
}

.head_pc2.plr {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

.login_index {
    width: 100%;
    background: url(../img_w/banner2.jpg) center no-repeat;
    padding: 90px 0;
    margin-top: 70px;
}

.login_index .box {
    height: 560px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 8px 28px rgba(45, 55, 65, .1);
}

.login_index .l-d {
    background: #d2ecff;
    width: 56%;
    height: 560px;
    float: left;
    padding-left: 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

.login_index .l-d .d1 {
    font-size: 30px;
    color: #295c7f;
    margin-bottom: 24px;
}

.login_index .l-d .d2 {
    font-size: 14px;
    line-height: 24px;
    color: #295c7f;
    width: 250px;
    margin-bottom: 50px;
}

.login_index .l-d .d3 {
    display: block;
    width: 120px;
    height: 40px;
    color: #fff;
    background: #19b8b7;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.login_index .l-d .img {
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);

}

.login_index .r-d {
    width: 44%;
    float: right;
    padding-top: 70px;
    box-sizing: border-box;
}

.login_index .r-d p {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #16baaa;
    text-align: center;
}

.login_index .r-d li {
    width: 340px;
    margin: 0 auto 20px;
    overflow: hidden;
    height: 40px;
    position: relative;
}

.login_index .r-d li a.btn {
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    background: url(../img_w/c.png) center no-repeat;
    cursor: pointer;
}

.login_index .r-d li span {
    width: 80px;
    float: left;
    line-height: 40px;
    text-align: right;
}

.login_index .r-d li input {
    width: calc(100% - 88px);
    height: 40px;
    line-height: 38px;
    float: right;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding-left: 5px;
    box-sizing: border-box;
}

.login_index .r-d .li5 {
    padding-left: 88px;
    box-sizing: border-box;
}

.login_index .r-d .li6 {
    padding-left: 88px;
    box-sizing: border-box;
}

.login_index .r-d .li6 button {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
}

.login_index .r-d .li6 button:nth-child(1) {
    color: #fff;
    background: #16baaa;
    margin-right: 6px;
}

.login_index .r-d .li6 button:nth-child(2) {
    color: #747d8b;
    background: #f3f4f6;
}

.register {
    padding: 40px 0 70px;
    background: #f0f2f5;
    width: 100%;
    margin-top: 70px;
}

.register .box {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 60px 0 60px 310px;
    box-sizing: border-box;
}

.register .box li {
    width: 460px;
    margin-bottom: 20px;
    box-sizing: border-box;
    max-width: 90%;
    overflow: hidden;
    position: relative;
}

.register .box li.li2 {
    width: 580px;
}

.register .box li span {
    width: 70px;
    color: #374151;
    margin-right: 30px;
    float: left;
    line-height: 40px;
}

.register .box li span i {
    color: #ef4444;
    display: inline-block;
    margin-right: 5px;
}

.register .box li input {
    width: calc(100% - 100px);
    height: 40px;
    line-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    float: left;
    padding-left: 15px;
}

/* .register .box li select {
    width: calc(100% - 100px);
    height: 40px;
    line-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    float: left;
    padding-left: 15px;
} */


.register .box li textarea {
    width: calc(100% - 100px);
    height: 100px;
    line-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    float: left;
    padding-left: 15px;
}

.register .box li a.btn {
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    background: url(../img_w/c.png) center no-repeat;
    cursor: pointer;
}

.register .box li button {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
}

.register .box li button:nth-child(2) {
    color: #fff;
    background: #16baaa;
    margin-right: 8px;
}

.register .box li button:nth-child(3) {
    color: #747d8b;
    background: #f3f4f6;
}

.gr_d {
    width: 100%;
    background: #f0f2f5;
    min-height: 900px;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 70px;

}

.gr_d .f-l {
    width: 220px;
    height: 108%;
    /*min-height: 900px;*/
    position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    z-index: 10;
    padding: 40px 10px 0;
    box-sizing: border-box;
}

.gr_d .f-l li {
    width: 100%;
}

.gr_d .f-l li .t {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f0f2f5;
    border-radius: 5px;
    padding-left: 15px;
    box-sizing: border-box;
    color: #374151;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.gr_d .f-l li .t::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img_w/chevron-up.png) center no-repeat;
}

.gr_d .f-l li .b {
    margin-bottom: 5px;
    display: none;
}

.gr_d .f-l li .b a {
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #374151;
    padding-left: 38px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 5px;
}

.gr_d .f-l li .b a:hover {
    background: #f6f6f7;
}

.gr_d .f-l li .b a.this {
    background: #16baaa;
    color: #fff;
}

.gr_d .f-l li a.t {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f0f2f5;
    border-radius: 5px;
    padding-left: 15px;
    box-sizing: border-box;
    color: #374151;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.gr_d .f-l li a.t:after {
    display: none;
}

.gr_d .c-r {
    width: calc(100% - 220px);
    z-index: 10;
    box-sizing: border-box;
    float: right;
}

.gr_d .c-r .c {
    background: #fff;
    float: left;
    border-radius: 5px;
    width: 49.5%;
    height: 400px;
    padding-top: 25px;
    box-sizing: border-box;
}

.gr_d .c-r .c .t {
    font-size: 16px;
    color: #374151;
    margin-bottom: 90px;
    padding-left: 30px;
    box-sizing: border-box;
    width: 100%;
}

.gr_d .c-r ul {
    width: 74%;
    margin: 0 auto;
}

.gr_d .c-r ul:after {
    content: '';
    display: block;
    clear: both;
}

.gr_d .c-r .c li {
    width: 30%;
    float: left;
    margin-bottom: 42px;
    padding-left: 26px;
    box-sizing: border-box;
    color: #374151;
    position: relative;
    margin-right: 5%;
}

.gr_d .c-r .c li:nth-child(3n) {
    margin-right: 0;
}

.gr_d .c-r .c li p {
    font-size: 16px;
    margin-bottom: 10px;
}

.gr_d .c-r .c li span {
    font-size: 20px;
}

.gr_d .c-r .c li::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid transparent;
    box-sizing: border-box;
    border-radius: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.gr_d .c-r .c li:nth-child(1)::after {
    border-color: #37dba8;
}

.gr_d .c-r .c li:nth-child(2)::after {
    border-color: #3c5099;
}

.gr_d .c-r .c li:nth-child(3)::after {
    border-color: #37dba8;
}

.gr_d .c-r .c li:nth-child(4)::after {
    border-color: #fbb017;
}

.gr_d .c-r .c li:nth-child(5)::after {
    border-color: #b577c4;
}

.gr_d .c-r .c li:nth-child(6)::after {
    border-color: #dd4343;
}

.gr_d .c-r .c li:nth-child(7)::after {
    border-color: #fbb017;
}

.gr_d .c-r .c:nth-child(2) {
    float: right;
}

.i-d {
    padding: 60px 20px 0;
}

.grxx-d {
    padding: 40px 20px 0;
}

.c-r .tab {
    width: 100%;
    background: #fff;
    border-radius: 5px;
}

.c-r .tab-t {
    height: 57px;
    line-height: 56px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    padding-left: 28px;
    margin-bottom: 20px;
}

.c-r .tab-t span {
    color: #374151;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 35px;
}

.c-r .tab-t a {
    color: #374151;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 35px;
}

.c-r .tab-t span.this {
    color: #16baaa;
}

.c-r .tab-t span.this::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #16baaa;
    position: absolute;
    left: 0;
    bottom: 0;
}

.c-r .tab-t a.this {
    color: #16baaa;
}

.c-r .tab-t a.this::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #16baaa;
    position: absolute;
    left: 0;
    bottom: 0;
}

.c-r .tab-c {
    display: none;
    padding-bottom: 50px;
}

.c-r .tab-c:nth-child(2) {
    display: block;
}

.grxx-d .tab-c li {
    width: 460px;
    margin-bottom: 20px;
    box-sizing: border-box;
    max-width: 90%;
    overflow: hidden;
    position: relative;
}

.grxx-d .tab-c li.li2 {
    width: 580px;
}

.grxx-d .tab-c li span {
    width: 96px;
    color: #374151;
    float: left;
    line-height: 40px;
    text-align: right;
    margin-right: 4px;
}

.grxx-d .tab-c.mm li span {
    width: 96px;
    color: #374151;
    margin-right: 19px;
    float: left;
    line-height: 40px;
    text-align: right;
}

.grxx-d .tab-c li span i {
    color: #ef4444;
    display: inline-block;
    margin-right: 5px;
}

.grxx-d .tab-c li input {
    width: calc(100% - 100px);
    height: 40px;
    line-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    float: left;
    padding-left: 15px;
}

.grxx-d .tab-c.mm li input {
    width: calc(100% - 115px);
    height: 40px;
    line-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    float: left;
    padding-left: 15px;
}

.grxx-d .tab-c li select {
    width: calc(100% - 100px);
    height: 40px;
    line-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    float: left;
    padding-left: 15px;
}

.grxx-d .tab-c li select {
    width: calc(100% - 100px);
    height: 40px;
    line-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    float: left;
    padding-left: 15px;
}

.grxx-d .tab-c li textarea {
    width: calc(100% - 100px);
    height: 100px;
    line-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    float: left;
    padding-left: 15px;
}

.grxx-d .tab-c li a.btn {
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    background: url(../img_w/c.png) center no-repeat;
    cursor: pointer;
}

.grxx-d .tab-c li button {
    width: 90px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    background: #16baaa;
    color: #fff;
}

.zlgl-d {
    padding: 40px 20px 0;
}

.zlgl-d .tab-c {
    padding: 5px 25px 50px;
}

.c-r .tab-c .s-d {
    margin-bottom: 30px;
    overflow: hidden;
}

.c-r .tab-c .s-d input {
    float: left;
    width: 480px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #d1d5db;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 38px;
    background: url(../img_w/icon-search2.png) 15px center no-repeat;
}

.c-r .tab-c .s-d button {
    float: left;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    color: #fff;
    background: #16baaa;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.c-r .tab-c .s-d .add {
    float: right;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #f0f2f5;
    text-align: center;
    cursor: pointer;
}

.c-r .tab-c .s-d .add2 {
    float: right;
    width: 90px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #16baaa;
    text-align: center;
    cursor: pointer;
    color: #fff;
}


.page {
    text-align: right;
    margin-top: 20px;
}

.page .zs {
    display: inline-block;
    border: 1px solid #e5e7eb;
    height: 30px;
    line-height: 28px;
    padding: 0 7px;
    border-radius: 5px;
}

.page .num {
    display: inline-block;
    border: 1px solid #e5e7eb;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
    margin: 0 10px;
}

.page .num a {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    color: #374151;
    border-right: 1px solid #e5e7eb;
    margin-left: -5px;
}

.page .num span {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    border-right: 1px solid #e5e7eb;
    background: #16baaa;
    color: #fff;
    margin-left: -5px;
}

.page .num a:last-child {
    border-right: 0;
}

.page input {
    width: 30px;
    border: 1px solid #e5e7eb;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    font-size: 12px;
    color: #374151;
    border-radius: 5px;
    margin: 0 5px;
}

.page a.qd {
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: #16baaa;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
}

.tc-f {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.tc-f.show {
    opacity: 1;
    z-index: 9999;
}

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

.tc-f .zl-tc {
    width: 750px;
    height: 450px;
    background: #fff;
    position: relative;
    z-index: 100;
    border-radius: 5px;
    overflow: hidden;
}

.tc-f .zl-tc .t {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f0f2f5;
    padding-left: 30px;
    box-sizing: border-box;
    color: #374151;
}

.tc-f .zl-tc ul {
    padding: 50px 90px 0;
}

.tc-f .zl-tc ul li {
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 40px;
}

.tc-f .zl-tc ul li span {
    width: 100px;
    float: left;
    text-align: right;
}

.tc-f .zl-tc ul li input {
    width: calc(100% - 100px);
    float: right;
    border: 1px solid #d1d5db;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    padding-left: 12px;
}

.tc-f .zl-tc ul li button {
    float: right;
    width: 90px;
    background: #16baaa;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.tc-f .zl-tc .close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 25px;
    top: 20px;
    background: url(../img_w/close.png) center no-repeat;
    cursor: pointer;
}


.dd-d {
    padding: 20px 10px 0;
    box-sizing: border-box;
}

.dd-d .tab-c {
    padding: 0 24px 50px;
}

.dd-d .tab-c .s-d input {
    width: 194px;
}

.dd-d .tab-c .s-d .sx1 {
    background: none;
}

.dd-d .tab-c .s-d span {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    margin-left: 28px;
}

.dd-d .tab-c .s-d span:first-child {
    margin-left: 0;
}

.dd-d .tab-c .s-d .time {
    float: left;
    margin-left: 30px;
}

.dd-d .tab-c .s-d .time input {
    float: left;
    width: 200px;
    padding-right: 40px;
    padding-left: 12px;
    box-sizing: border-box;
    border-radius: 5px;
    background: url(../img_w/calendar.png) 170px center no-repeat;
}

.dd-d .tab-c .s-d .time span {
    margin: 0;
    width: 40px;
    text-align: center;
}

.dd-d .tab-c .sx2 {
    overflow: hidden;
    margin-bottom: 20px;
}

.dd-d .tab-c .sx2 span {
    float: left;
    font-size: 14px;
    color: #374151;
}

.dd-d .tab-c .sx2 .ckb {
    float: left;
    font-size: 14px;
    color: #374151;
    margin-left: 30px;
    cursor: pointer;
}

.dd-d .tab-c .sx2 .ckb i {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border-radius: 14px;
    border: 1px solid #d3d7dd;
    position: relative;
    top: 3px;
}

.dd-d .tab-c .sx2 .ckb.this i {
    background: url(../img_w/Selected2.png);
    background-size: 100% 100%;
    border: 0;
}

.dd-d .tab-c .sx2 .ckb em {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border: 1px solid #d3d7dd;
    position: relative;
    top: 3px;
    border-radius: 2px;
}

.dd-d .tab-c .sx2 .ckb.this em {
    border: 1px solid rgb(28, 59, 105);
    background: rgb(28, 59, 105) url(../img_w/Selected.png) center no-repeat;
}

.dd-d .tab-c form .btn {
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 60px;
}

.dd-d .tab-c form .btn button {
    float: left;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background: #16baaa;
    color: #fff;
    margin-right: 10px;
}

.dd-d .tab-c form .btn button:nth-child(2) {
    background: #f3f4f6;
    color: #747d8b;
}

.dd-d .list {
    width: 100% !important;
}

.dd-d .list li {
    margin-bottom: 20px;
}

.dd-d .list li .t {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #f3f4f6;
    padding-left: 30px;
    box-sizing: border-box;
    color: #374151;
    font-size: 13px;
    margin-bottom: 20px;
}

.dd-d .list li .b {
    width: 100%;
    padding-left: 70px;
}

.dd-d .list li .b:after {
    content: '';
    display: block;
    clear: both;
}

.dd-d .list li .b dd {
    width: 50px;
    float: left;
    text-align: center;
    margin-right: 90px;
    position: relative;
}

.dd-d .list li .b dd .img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    background: #e1e4eb;
    position: relative;
    z-index: 10;
}

.dd-d .list li .b dd p {
    font-size: 12px;
    position: relative;
    left: -50%;
    width: 200%;
    height: 16px;
    margin-bottom: 5px;
}

.dd-d .list li .b dd:after {
    content: '';
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    left: -6px;
    top: -6px;
    z-index: 1;
    /*background: #e9f9f7;*/
    background: transparent;
    border-radius: 62px;
}

.dd-d .list li .b dd .img:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    position: absolute;
    left: -75px;
    top: calc(50% - 2px);
    border-radius: 4px;
    background: #eff1f4;
}

.dd-d .list li .b dd.act:after {
    background: #e9f9f7;
}

.dd-d .list li .b dd.act .img {
    background: #99EA70;
}

.dd-d .list li .b dd.act .img1 {
    background: #ff7949;
}

.dd-d .list li .b dd.act .img2 {
    background: #f5c310;
}


.dd-d .list li .b dd.act .img img {
    filter: grayscale(100%) brightness(2000%);
}

.dd-d .list li .b dd.act .img:after {
    background: #24c0b0;
}

.dd-d .list li .b dd.act .img1:after {
    background: #c00c07;
}

.dd-d .list li .b dd.act .img2:after {
    background: #c0ba05;
}

.dd-d .list li .b dd:first-child .img:after {
    display: none;
}

.dd2-d {
    padding: 40px 20px 0;
}

.dd2-d .list li .b dd.act2:before {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 15px);
    bottom: -20px;
    width: 30px;
    height: 2px;
    background: #16baaa;
}

.dd2-d .list li .b dd.act2 p {
    color: #16baaa;
}

.dd2-d .list li .b2 {
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 20px;
}

.dd2-d .list li .b2 ul {
    width: 100%;
}

.dd2-d .list li .b2 li {
    width: 30%;
    float: left;
    margin-bottom: 20px;
    margin-right: 5%;
    height: 32px;
    line-height: 32px;
}

.dd2-d .list li .b2 li:nth-child(3n) {
    margin-right: 0;
}

.dd2-d .list li .b2 li span {
    width: 105px;
    float: left;
    text-align: right;
}

.dd2-d .list li .b2 li input {
    float: right;
    line-height: 32px;
    width: calc(100% - 105px);
    background: #f5f7fa;
    border-radius: 5px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #747d8b;
}

.dd2-d .list li .b2 li input::-webkit-input-placeholder {
    color: #747d8b;
}

.dd2-d .list li .b2 li a {
    display: block;
    float: left;
    width: 148px;
    height: 32px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
}

.dd2-d .list li .b2 table {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 40px;
}
.dd2-d .list li .b2 table tr{
    /*display: flex;*/
}
.dd2-d .list li .b2 table tr th{
    flex: 1;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #f5f7fa;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    box-sizing: border-box;
}
.dd2-d .list li .b2 table tr td{
    flex: 1;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    font-size: 13px;
    box-sizing: border-box;
    overflow: hidden;
}

.tc-f .dd-tc {
    height: 400px;
}

.dd-tc .d1 {
    margin: 45px auto 25px;
    display: block;
    width: 250px;
    height: 40px;
    background: #16baaa;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
}

.dd-tc .d2 {
    font-size: 14px;
    color: #b4bcc8;
    margin-bottom: 25px;
    text-align: center;
}

.dd-tc .d3 {
    font-size: 14px;
    color: #374151;
    margin-bottom: 25px;
    text-align: center;
}

.dd-tc .d4 {
    text-align: center;
}

.dd-tc .d4 a {
    display: inline-block;
    margin: 0 26px;

}

.dd-tc .d4 a img {
    display: block;
    margin: 0 auto 18px;
}

.dd-tc .d4 a span {
    display: block;
    color: #374151;

}

.dd3-d {

}

.dd3-d .list li .b2 table {
    margin-top: 0px;

}

.dd3-d .list li .b2 table tr th, .dd3-d .list li .b2 table tr td {
    text-align: left;
}

.dd3-d .list li .b2 table tr th:nth-child(1) {
    width: 22%;
    border-left: 1px solid #e5e7eb;
    padding-left: 50px;
    box-sizing: border-box;
}

.dd3-d .list li .b2 table tr td:nth-child(1) {
    width: 22%;
    border-left: 1px solid #e5e7eb;
    padding-left: 50px;
    box-sizing: border-box;
}

.dd3-d .list li .b2 table tr th:nth-child(2) {
    width: 12%;
}

.dd3-d .list li .b2 table tr td:nth-child(2) {
    width: 12%;
}

.dd3-d .list li .b2 table tr th:nth-child(3) {
    width: 14%;
}

.dd3-d .list li .b2 table tr td:nth-child(3) {
    width: 14%;
}

.dd3-d .list li .b2 table tr th:nth-child(4) {
    width: 14%;
}

.dd3-d .list li .b2 table tr td:nth-child(4) {
    width: 14%;
}

.dd3-d .list li .b2 table tr th:nth-child(5) {
    width: 11%;
}

.dd3-d .list li .b2 table tr td:nth-child(5) {
    width: 11%;
}

.dd3-d .list li .b2 table tr th:nth-child(6) {
    width: 27%;
    border-right: 1px solid #e5e7eb;
}

.dd3-d .list li .b2 table tr td:nth-child(6) {
    width: 27%;
    border-right: 1px solid #e5e7eb;
}

.dd3-d .list li .b2 table tr td img {
    position: relative;
    top: 2px;
}

.dd3-d .list li .b2 table tr td:nth-child(5) a {
    float: left;
    color: #16baaa;
}

.dd3-d .list li .b2 table tr td:nth-child(6) a {
    float: left;
    color: #374151;
    width: 150px;
    height: 32px;
    line-height: 32px;
    background: #f0f2f5;
    text-align: center;
    border-radius: 4px;
    margin-top: 7px;
    margin-right: 12px;
    font-size: 13px;
}

.dd3-d .list li .b2 table tr td span {
    color: #9ca3af;
    font-size: 13px;
}

.dd2-d .list li .b2 {
    padding: 60px 30px;
    width: 100%;
    box-sizing: border-box;
}

.dd2-d .list li .b2 ul {
    width: 100%;
}

.dd4-d .list li .b2 .bg-d li {
    width: 100%;
}

.dd2-d .list li .b2 ul li {
    margin-bottom: 20px;
    height: auto;
    min-height: 32px;
}

.dd4-d .b2 li .bg-t {
    border-left: 2px solid #16baaa;
    height: 16px;
    line-height: 16px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #374151;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 26px;
}

.dd4-d .b2 li .bg-b {
    width: 100%;
    line-height: 32px;
}

.dd4-d .b2 li .bg-b:after {
    content: '';
    display: block;
    clear: both;
}

.dd4-d .b2 li .bg-b span {
    width: 120px;
    text-align: right;
    float: left;
    height: 32px;
    line-height: 32px;
}

.dd4-d .b2 li .bg-b .r {
    float: left;
    width: calc(100% - 125px);
    margin-left: 5px;
    line-height: 32px;
}

.dd4-d .b2 li .bg-b .r input {
    float: left;
    width: 148px;
    height: 32px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    background: none;
    margin-right: 12px;
}

.dd4-d .b2 li .bg-b .r a.up {
    float: left;
    width: 148px;
    height: 32px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    background: none;
    text-align: center;
    position: relative;
}

.dd4-d .b2 li .bg-b .r a.up input {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.dd4-d .b2 li .bg-b .r .tips {
    color: #9ca3af;
    font-size: 13px;
    margin-left: 12px;
    float: left;
}

.dd4-d .b2 li .bg-b .r .tips img {
    position: relative;
    top: 2px;
}

.dd4-d .b2 li.li2 .bg-b .r .item {
    overflow: hidden;
    margin-bottom: 20px;
}

.dd4-d .b2 li.li2 .bg-b .r a.upc {
    margin-left: 12px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #16baaa;
    color: #fff;
    border: 0;
}

.dd4-d .b2 li.li3 .bg-b .r .ip1 {
    width: 348px;
    height: 32px;
    line-height: 32px;
    background: #f5f7fa;
    border: 0;
}

.dd4-d .b2 li.li3 .ip2 {
    position: relative;
    width: 80px;
    height: 80px;
    float: left;
    background: url(../img_w/dd15.png) no-repeat;
    background-size: cover;
}

.dd4-d .b2 li.li3 .ip2 input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
}

.dd4-d .b2 li.li4 .bg-b {
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.dd4-d .b2 li .bg-b span {
    height: 60px;
    position: relative;
}

.dd4-d .list li .b2 li.li4 {
    margin-bottom: 0 !important;
}

.dd4-d .b2 li.li4 span:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #e1e4eb;
    border-radius: 24px;
    margin-top: 18px;
    margin-right: 10px;
}

.dd4-d .b2 li.li4 span:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 42px;
    background: #e5e7eb;
    position: absolute;
    right: 21px;
    bottom: -30px;
}

.dd4-d .b2 li.li4 .r {
    width: 420px;
    height: 60px;
    line-height: 60px;
    background: url(../img_w/dd16.png);
    background-size: cover;
    padding-left: 25px;
    padding-right: 28px;
    box-sizing: border-box;
}

.dd4-d .b2 li.li4 .r i {
    float: left;
    font-size: 16px;
    color: #374151;
    font-weight: bold;
}

.dd4-d .b2 li.li4 .r em {
    float: right;
    font-size: 13px;
    color: #79869c;
}

.dd4-d .b2 li.li4 .bg-b:last-child span:before {
    display: none;
}

.xj-d:after {
    content: '';
    display: block;
    clear: both;
}

.xj-d .xj-l {
    width: 50%;
    float: left;
    position: relative;
}

.xj-d .xj-l:after {
    content: '';
    display: block;
    width: 1px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 0px;
    background: #e5e7eb;
}

.xj-d .box-li {
    line-height: 32px;
    margin-bottom: 20px;
}

.xj-d .box-li:after {
    content: '';
    display: block;
    clear: both;
}

.xj-d .box-li span {
    width: 120px;
    float: left;
    margin-right: 5px;
    text-align: right;
}

.xj-d .box-li .r {
    width: calc(100% - 125px);
    float: left;
}

.xj-d .box-li .r a.up {
    float: left;
    width: 148px;
    height: 32px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    background: none;
    text-align: center;
    position: relative;
    line-height: 30px;
    border-radius: 4px;
}

.xj-d .box-li .r a.up input {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.xj-d .box-li .r .tips {
    color: #9ca3af;
    font-size: 13px;
    margin-left: 12px;
    float: left;
}

.xj-d .box-li .r .tips img {
    position: relative;
    top: 2px;
}

.xj-d .box-li .img-box {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.xj-d .box-li .img-box .img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    position: relative;

}

.xj-d .box-li .img-box .img img {
    width: 100px;
    height: 100px;
    border-radius: 4px;
}

.xj-d .box-li .img-box .img .c {
    width: 16px;
    height: 16px;
    position: absolute;
    right: -8px;
    top: -8px;
    background: url(../img_w/close2.png);
    background-size: 100%;
    border-radius: 16px;
    padding-top: 0;
    cursor: pointer;
}

.xj-d .box-li2 input {
    width: 348px;
    height: 32px;
    max-width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding-left: 20px;
    box-sizing: border-box;
}

.xj-d .box-li3 {
    margin-bottom: 40px;
}

.xj-d .box-li3 input {
    width: 60px;
    height: 32px;
    border: 1px solid #e5e7eb;
    line-height: 30px;
    border-radius: 4px;
    float: left;
    text-align: center;
}

.xj-d .box-li3 i {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}

.xj-d .box-li3 .num {
    width: 60px;
    height: 32px;
    border: 1px solid #e5e7eb;
    line-height: 30px;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.xj-d .box-li3 .num p {
    width: 100%;
    padding-left: 14px;
    box-sizing: border-box;
    color: #747d8b;
    font-size: 13px;
}

.xj-d .box-li3 .num p:after {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img_w/chevron-up2.png) left center no-repeat;
}

.xj-d .box-li3 .num .num-xl {
    position: absolute;
    left: 0;
    top: 32px;
    width: 100%;
    display: none;
    border: 1px solid #e5e7eb;
    line-height: 30px;
    border-radius: 4px;
    background: #fff;
    z-index: 999;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.xj-d .box-li3 .num .num-xl a {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 10px;

}

.xj-d .box-li3 a.add {
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #16baaa;
    box-sizing: border-box;
    text-align: center;
    line-height: 16px;
    border-radius: 18px;
    margin: 7px 2px 0;
    color: #16baaa;
    cursor: pointer;
}

.xj-d .box-li button {
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    border-radius: 4px;
    background: #16baaa;
    color: #fff;
    cursor: pointer;
}

.xj-d .box-li button:nth-child(2) {
    margin-left: 10px;
    background: none;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    color: #747d8b;
}

.xj-d .box-li4 {
    margin-bottom: 40px;
}

.xj-d .box-li4 .r {
    position: relative;
    width: 80px;
    height: 80px;
    float: left;
    background: url(../img_w/dd15.png) no-repeat;
    background-size: cover;
}

.xj-d .box-li4 .r input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
}

.xj-d .box-li5 input {
    width: 348px;
    height: 32px;
    border: 1px solid #e5e7eb;
    line-height: 30px;
    border-radius: 4px;
    float: left;
    padding-left: 20px;
    margin-right: 12px;
}

.xj-d .box-li5 .btn {
    float: left;
    margin-top: 3px;
}

.xj-d .xj-r {
    width: 50%;
    float: right;
}

.dd6-d .list li .b2 {
    padding: 60px;
    width: 100%;
    box-sizing: border-box;
}

.gsd-d {
    width: 100%;
}

.gsd-d li {
    width: 100% !important;
    height: 60px;

}

.gsd-d li:after {
    content: '';
    display: block;
    clear: both;
}

.gsd-d li .d1 {
    float: left;
    width: 150px;
    line-height: 60px;
}

.gsd-d li .d2 {
    width: 24px;
    height: 24px;
    float: left;
    border-radius: 24px;
    background: #e1e4eb;
    margin-top: 18px;
    position: relative;
}

.gsd-d li .d2:after {
    content: '';
    display: block;
    width: 2px;
    height: 42px;
    background: #e5e7eb;
    position: absolute;
    left: calc(50% - 1px);
    top: 30px;
}

.gsd-d li .d3 {
    margin-left: 24px;
    float: left;
    width: 750px;
    height: 60px;
    line-height: 60px;
    position: relative;
    background: #f5f7fa;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 70px;
    box-sizing: border-box;
}

.gsd-d li .d3::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 7px solid #f5f7fa;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -7px;
    top: calc(50% - 6px);
}

.gsd-d li .d3 span {
    font-size: 16px;
    color: #374151;
    font-weight: bold;
    width: 225px !important;
    text-align: left !important;
}

.gsd-d li .d3 i {
    float: left;
    color: #374151;
}

.gsd-d li .d3 a {
    float: right !important;
    font-size: 13px;
    color: #374151;
    font-weight: bold;
    width: 148px !important;
    height: 32px !important;
    line-height: 32px !important;
    text-align: center;
    background: #fff;
    margin-top: 14px;
}

.gsd-d li:last-child {
    margin-top: 60px;
}

.gsd-d li button {
    width: 115px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #16baaa;
    color: #fff;
    margin-right: 10px;
}

.dd7-d .list li .b2 {
    padding: 40px 30px;
    width: 100%;
    box-sizing: border-box;
}

.kc-d {
    width: 450px;

}

.kc-d li {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px !important;
    overflow: hidden;
}

.dd8-d .list li .b2 {
    padding: 40px 30px;
    width: 100%;
}

.dd8-d .jf-d ul {
    width: 100%;
}

.dd8-d .jf-d ul li {
    width: 100% !important;
}

.dd8-d .jf-d ul li .jf-t {
    border-left: 2px solid #16baaa;
    height: 16px;
    line-height: 16px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #374151;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
}

.dd8-d .jf-d ul li .jf-b {
    width: 100%;
    line-height: 32px;
    margin-bottom: 20px;
}

.dd8-d .jf-d ul li .jf-b:after {
    content: '';
    display: block;
    clear: both;
}

.dd8-d .jf-d ul li .jf-b span {
    width: 100px;
    float: left;
    text-align: right;
}

.dd8-d .jf-d ul li .jf-b .r {
    float: left;
    width: calc(100% - 105px);
    margin-left: 5px;
    line-height: 32px;
}

.dd8-d .list li .b2 .jf-b1 a {
    float: left;
    width: 90px;
    height: 32px;
    margin-right: 12px;
    background: #16baaa;
    color: #fff;
    border: 0;
}

.dd8-d .list li .b2 .jf-b1 a:nth-child(1) {
    float: left;
    width: 148px;
    height: 32px;
    background: none;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-size: 13px;
}

.dd8-d .list li .b2 .jf-b2 a {
    float: left;
    width: 90px;
    height: 32px;
    margin-right: 12px;
    background: #f5f7fa;
    color: #374151;
    border-radius: 32px;
    border: 1px solid #f5f7fa;
    line-height: 30px;
    cursor: pointer;
}

.dd8-d .list li .b2 .jf-b2 a.this {
    background: #fff;
    color: #16baaa;
    border: 1px solid #16baaa;
}

.dd8-d .list li .b2 .jf-b3 {
    margin-bottom: 60px;
}

.dd8-d .list li .b2 .jf-b3 input {
    width: 360px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    float: left;
    box-sizing: border-box;
    background: none;
    margin-right: 30px;
}

.dd8-d .list li .b2 .jf-b3 a {
    float: left;
    width: 90px;
    height: 32px;
    margin-right: 12px;
    background: #16baaa;
    color: #fff;
    border: 0;
}

.dd8-d .list li .b2 .jf-b3 .r2 {
    margin-top: 30px;
    float: left;
    width: calc(100% - 105px);
    width: calc(100% - 105px);
    margin-left: 105px;
    line-height: 32px;
}

.dd8-d .list li .b2 .jf-b3 .r2 span {
    float: left;
    width: 32px;
}

.dd8-d .list li .b2 .jf-b .up {
    float: left;
    width: 148px;
    height: 32px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    background: none;
    text-align: center;
    position: relative;
    border-radius: 4px;
}

.dd8-d .list li .b2 .jf-b .up input {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;

}

.dd8-d .list li .b2 .jf-b4 .r {
    float: left;
    width: 30%;
}

.dd8-d .list li .b2 .jf-b4 .r2 {
    float: left;
    width: 30%;
}

.dd8-d .list li .b2 .jf-b4 .r2 i {
    float: left;
    margin-left: 5px;
}


.dd8-d .list li .b2 .jf-b4 .r2 .ip2 {
    position: relative;
    width: 80px;
    height: 80px;
    float: left;
    background: url(../img_w/dd15.png) no-repeat;
    background-size: cover;
}

.dd8-d .list li .b2 .jf-b4 .r2 .ip2 input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
}

.dd8-d .list li .b2 .jf-b4 .r3 {
    float: left;
    width: 30%;
}

.dd8-d .list li .b2 .jf-d .li1 {
    margin-bottom: 70px;
}

.dd8-d .list li .b2 .jf-d .li2 .r {
    width: 30%;
    float: left;
}

.dd8-d .list li .b2 .jf-d .li2 .r2 {
    width: 30%;
    float: left;
}

.dd8-d .list li .b2 .jf-d .li2 .r2 i {
    float: left;
}

.dd8-d .list li .b2 .jf-d .li2 .r2 .btn {
    float: left;
}

.dd8-d .list li .b2 .jf-d .li2 .r2 .btn p {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 13px;
    color: #16baaa;
}

.dd8-d .list li .b2 .jf-d .li2 .r2 .btn p a {
    width: 90px;
    height: 32px;
    border: 0;
    background: #16baaa;
    color: #fff;
    font-size: 13px;
}

.dd8-d .list li .b2 .jf-d .li2 .r2 .btn p a.d {
    background: #e1e4eb;
    color: #9aa0ab;
}

.gsd-d li .d3 {
    margin-left: 24px;
    float: left;
    width: 960px;
    height: 60px;
    line-height: 60px;
    position: relative;
    background: #f5f7fa;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 70px;
    box-sizing: border-box;
}

.gsd2-d li .d3 span {
    width: 280px !important;
}

.gsd2-d li .d3 i {
    width: 370px;
    color: #79869c;
}

.gsd2-d li .d3 a {
    width: 215px !important;
    background: none;
    border: 0 !important;
    text-align: left !important;
    color: #79869c !important;
}

/*后台*/

.c-r .tab-t.color a.this {
    color: #3573fe;
    min-width: 64px;
    text-align: center;
}

.c-r .tab-t.color a.this::after {
    background: #3573fe;
}

.dd-xg .item {
    margin-bottom: 40px;
}

.dd-xg .item::after {
    content: '';
    display: block;
    clear: both;
}

.dd-xg .item-b {
    width: 48%;
    float: left;
}

.dd-xg .item .l-t {
    float: left;
    width: 135px;
    text-align: right;
    height: 36px;
    line-height: 36px;

}

.dd-xg .item input {
    width: 320px;
    height: 36px;
    line-height: 34px;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    float: left;
    border-radius: 4px;
    padding-left: 14px;
}

.dd-xg .item-b select {
    width: 320px;
    height: 36px;
    line-height: 34px;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 14px;
}

.dd-xg .item-b .sel {
    width: 320px;
    height: 36px;
    line-height: 34px;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 14px;
    position: relative;
}

.dd-xg .item-b .sel .t {

}

.dd-xg .item-b .sel .b {
    position: absolute;
    left: 0;
    top: 37px;
    width: 100%;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    background: #fff;
    z-index: 99;
    border-radius: 4px;
    display: none;
}

.dd-xg .item-b .sel .b ul {
    width: 100%;
}

.dd-xg .item-b .sel .b ul li {
    padding-left: 10px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.dd-xg .item-b .sel .b ul li i {
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 2px;
    margin-top: 10px;
    margin-right: 10px;
}

.dd-xg .item-b .sel .b ul li.act i {
    background: url(../img_w/Selected3.png) center no-repeat;
    background-size: cover;
    border: 0;
}

.dd-xg .item-b .sel .b ul li.all {
    border-top: 1px solid #f0f2f5;

}

.dd-xg .item-b .sel .b ul li.all a {
    float: right;
    color: #3573fe;
    cursor: pointer;
}

.dd-xg .item-b .r {
    width: calc(100% - 320px);
    height: auto;


}

.dd-xg .item .r {
    float: right;
    width: calc(100% - 135px);
}

.dd-xg .item2 .r {
    padding: 0 10px;
    box-sizing: border-box;
}

.dd-xg .item2 {
    margin-bottom: 10px;
}

.dd-xg .item2 .r .ckb {
    float: left;
    height: 14px;
    line-height: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    margin-top: 11px;
    margin-right: 60px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
}

.dd-xg .item2 .r .ckb i {
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    margin-right: 6px;
}

.dd-xg .item2 .r .ckb i input {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
}

.dd-xg .item2 .r .ckb.act i {
    background: rgb(28, 59, 105) url(../img_w/Selected.png) center no-repeat;
    border: 0;
}

.dd-xg .item2 .r2 {
    width: 100%;
    padding-left: 65px;
}

.dd-xg .item3 {
    width: 100%;
    padding: 40px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e5e7eb;
    margin-bottom: 30px;
}

.dd-xg .item3 ul {
    width: 100%;
}

.dd-xg .item3 li {
    float: left;
    width: 30%;
    height: 36px;
    line-height: 36px;
    margin-right: 5%;
    margin-bottom: 30px;
}

.dd-xg .item3 li:nth-child(3n) {
    margin-right: 0;
}

.dd-xg .item3 li span.l {
    width: 120px;
    float: left;
    text-align: right;
}

.dd-xg .item3 li span.l i {
    color: #ff3f3f;
    display: inline-block;
    margin-right: 4px;
    float: none;
}

.dd-xg .item3 li input {
    width: calc(100% - 120px);
    height: 36px;
    line-height: 32px;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
}

.dd-xg .item3 li.num-li .n {
    /* margin-right:10px; */
}

.dd-xg .item3 li.num-li i {
    float: left;
    /* margin: 0 10px; */
}

.dd-xg .item3 li.num-li input {
    float: left;
    width: 60px;
}

.dd-xg .item3 li.num-li .num {
    width: 75px;
    height: 32px;
    border: 1px solid #e5e7eb;
    line-height: 30px;
    border-radius: 4px;
    float: left;
    margin-right: 0px;
    position: relative;
    cursor: pointer;
}

.dd-xg .item3 li.num-li .num p {
    width: 100%;
    padding-left: 5px;
    box-sizing: border-box;
    color: #747d8b;
    font-size: 13px;
}

.dd-xg .item3 li.num-li .num p:after {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img_w/chevron-up2.png) left center no-repeat;
}

.dd-xg .item3 li.num-li .num .num-xl {
    position: absolute;
    left: 0;
    top: 32px;
    width: 100%;
    display: none;
    border: 1px solid #e5e7eb;
    line-height: 30px;
    border-radius: 4px;
    background: #fff;
}

.dd-xg .item3 li.num-li .num .num-xl a {
    display: block;
    width: 100%;
    text-align: center;
}

.dd-xg .item3 li.num-li a.add {
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #3b77fe;
    box-sizing: border-box;
    text-align: center;
    line-height: 16px;
    border-radius: 18px;
    margin: 7px 2px 0;
    color: #3b77fe;
    cursor: pointer;
}

.dd-xg .item4 {
    text-align: right;
    padding-right: 50px;
    box-sizing: border-box;
}

.dd-xg .item4 button {
    display: inline-block;
    width: 64px;
    height: 32px;
    border-radius: 4px;
    background: #f3f4f6;
    color: #374151;
}

.dd-xg .item4 button:nth-child(1) {
    background: #3573fe;
    color: #fff;
    margin-right: 6px;
}

.dd-d .tab-c.xtrz-d {
    padding: 0 50px 50px;
}

.xtrz-d .s-d .time {
    float: left;
    margin-left: 0px !important;
    margin-right: 20px;
}

.xtrz-d .s-d input {
    width: 200px;
    float: left;
    margin-left: 0px;
    background: none;
    padding-left: 15px;
}

.xtrz-d .s-d select {
    width: 200px;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    background: none;
    padding-left: 15px;
    border: 1px solid #d1d5db;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
}

.c-r .tab-c.xtrz-d .s-d button {
    width: 84px;
    background: #3573fe;
}

.xtrz-d table {
    width: 100%;
    /*border: 1px solid #e5e7eb;*/
}

.xtrz-d table tr {
    width: 100%;
    text-align: left;
}

.xtrz-d table th:nth-child(1) {
    width: 24%;
    padding-left: 45px;
    box-sizing: border-box;
    border-left: 1px solid #e5e7eb;
}

.xtrz-d table td:nth-child(1) {
    width: 24%;
    padding-left: 45px;
    box-sizing: border-box;
    border-left: 1px solid #e5e7eb;
}

.xtrz-d table th:nth-child(2) {
    width: 21%;
}

.xtrz-d table td:nth-child(2) {
    width: 21%;
}

.xtrz-d table th:nth-child(3) {
    width: 26%;
}

.xtrz-d table td:nth-child(3) {
    width: 26%;
}

.xtrz-d table th:nth-child(4) {
    width: 29%;
    border-right: 1px solid #e5e7eb;
}

.xtrz-d table td:nth-child(4) {
    width: 29%;
    border-right: 1px solid #e5e7eb;
}

.xtrz-d table th {
    background: #f5f7fa;
    float: left;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    width: 25%;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
}

.xtrz-d table td {
    border-bottom: 1px solid #e5e7eb;
    float: left;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
}


.page-h a.qd {
    background: #3573fe;
}

.page-h .num span {
    background: #3573fe;
}

.c-r .tab-c.color .list li .b {
    margin-bottom: 15px;
}

.c-r .tab-c.color .list li .b dd.act2 p {
    color: #3573fe;
}

.c-r .tab-c.color .list li .b dd.act2:before {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 15px);
    bottom: 22px;
    width: 30px;
    height: 2px;
    background: #3573fe;
}

.zgxx-d .tab-c .list li .b2 {
    width: 100%;
    height: auto;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 40px;
}

.zgxx-d .tab-c .zgxx-box1 ul {
    width: 100%;
}

.zgxx-d .tab-c .zgxx-box1 ul li {
    float: left;
    width: 30%;
    height: 36px;
    line-height: 36px;
    margin-right: 5%;
    margin-bottom: 30px;
    position: relative;

}

.zgxx-d .tab-c .zgxx-box1 ul li:nth-child(3n) {
    margin-right: 0;
}

.zgxx-d .tab-c .zgxx-box1 ul li span.l {
    width: 120px;
    float: left;
    text-align: right;
}

.zgxx-d .tab-c .zgxx-box1 ul li span.l i {
    color: #ff3f3f;
    display: inline-block;
    margin-right: 4px;
    float: none;
}

.zgxx-d .tab-c .zgxx-box1 ul li span.l {
    width: 120px;
    float: left;
    text-align: right;
}

.zgxx-d .tab-c .zgxx-box1 ul li input {
    width: calc(100% - 120px);
    height: 36px;
    line-height: 32px;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
}

.zgxx-d .tab-c .zgxx-box1 ul li select {
    width: calc(100% - 120px);
    height: 36px;
    line-height: 32px;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
}

/* .zgxx-d .tab-c .zgxx-box1 ul li.sel:after{
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img_w/chevron-up2.png) left center no-repeat;
} */
.zgxx-d .tab-c .zgxx-box1 ul li.time:after {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img_w/calendar.png) left center no-repeat;
}

.zgxx-d .tab-c .zgxx-box1 ul li i {
    float: left;
    margin: 0 10px;
}

.zgxx-d .tab-c .zgxx-box1 ul li.num-li input {
    float: left;
    width: 60px;
}

.zgxx-d .tab-c .zgxx-box1 ul li.num-li .num {
    width: 60px;
    height: 32px;
    border: 1px solid #e5e7eb;
    line-height: 30px;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.zgxx-d .tab-c .zgxx-box1 ul li.num-li .num p {
    width: 100%;
    padding-left: 14px;
    box-sizing: border-box;
    color: #747d8b;
    font-size: 13px;
}

.zgxx-d .tab-c .zgxx-box1 ul li.num-li .num p:after {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img_w/chevron-up2.png) left center no-repeat;
}

.zgxx-d .tab-c .zgxx-box1 ul li.num-li .num .num-xl {
    position: absolute;
    left: 0;
    top: 32px;
    width: 100%;
    display: none;
    border: 1px solid #e5e7eb;
    line-height: 30px;
    border-radius: 4px;
    background: #fff;
    z-index: 99;
}

.zgxx-d .tab-c .zgxx-box1 ul li.num-li .num .num-xl a {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 10px;
}

.zgxx-d .tab-c .zgxx-box1 ul li.num-li a.add {
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #3b77fe;
    box-sizing: border-box;
    text-align: center;
    line-height: 16px;
    border-radius: 18px;
    margin: 7px 2px 0;
    color: #3b77fe;
    cursor: pointer;
}

.zgxx-d .tab-c .zgxx-box1 ul li .a1 {
    color: #3573fe;
}

.zgxx-d .tab-c .zgxx-box1 ul li .a2 {
    width: 120px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
}

.zgxx-box2 .btn1 {
    width: 160px;
    height: 40px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    line-height: 38px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.zgxx-box2 .btn1 input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.zgxx-box2 table {
    width: 100%;
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    text-align: left;
}

.zgxx-box2 table tr {
    width: 100%;
    box-sizing: border-box;
}

.zgxx-box2 table th {
    height: 46px;
    line-height: 46px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 13px;
    color: #374151;
    /*float: left;*/
    box-sizing: border-box;
    text-align: center;
    width: 80px;

}

.zgxx-box2 table td {
    height: 52px;
    /*line-height: 52px;*/
    background: #fbfcfc;
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    font-size: 13px;
    color: #374151;
    position: relative;
    text-align: center;
    width: 80px;

}


.zgxx-box2 table th:nth-child(1), .zgxx-box2 table td:nth-child(1) {
    width: 100px;
    text-align: center;
}


.zgxx-box2 table th:nth-child(2), .zgxx-box2 table td:nth-child(2), .zgxx-box2 table td:nth-child(2) input {
    width: 120px;
    padding: 5px;


}

.zgxx-box2 table th:nth-child(3), .zgxx-box2 table td:nth-child(3), .zgxx-box2 table td:nth-child(3) input {
    padding: 5px;
    width: 120px;

}

.zgxx-box2 table th:nth-child(4), .zgxx-box2 table td:nth-child(4) {
    padding-left: 10px;
    width: 150px;
}

.zgxx-box2 table td:nth-child(4) input {
    width: 80px;
}

.zgxx-box2 table th:nth-child(5), .zgxx-box2 table td:nth-child(5) {
    padding: 5px;
    width: 100px;

}

.zgxx-box2 table th:nth-child(6), .zgxx-box2 table td:nth-child(6) {
    padding: 5px;
    width: 100px;

}


.zgxx-box2 table th:nth-child(7), .zgxx-box2 table td:nth-child(7) {
    padding: 5px;
    width: 100px;

}

.zgxx-box2 table th:nth-child(8), .zgxx-box2 table td:nth-child(8) {
    padding: 5px;
    width: 120px;
}


.zgxx-box2 table td:nth-child(8) input {
    width: 120px;
}

.zgxx-box2 table th:nth-child(9), .zgxx-box2 table td:nth-child(9) {
    padding: 5px;
    width: 100px;
}

.zgxx-box2 table td:nth-child(9) input {
    width: 100px;
}

.zgxx-box2 table th:nth-child(10), .zgxx-box2 table td:nth-child(10) {
    width: 200px;
    padding: 5px;

}

.zgxx-box2 table td:nth-child(10) input {
    width: 200px;
}

.zgxx-box2 table th:nth-child(11), .zgxx-box2 table td:nth-child(11) {
    width: 200px;
    padding: 5px;

}

.zgxx-box2 table td:nth-child(11) input {
    width: 200px;
}

.zgxx-box2 table th:nth-child(12), .zgxx-box2 table td:nth-child(12) {
    width: 300px;
    padding: 5px;
}

.zgxx-box2 table td:nth-child(12) p {
    width: 300px;
}

.zgxx-box2 table th:nth-child(13), .zgxx-box2 table td:nth-child(13) {
    width: 200px;
    padding: 5px;

}

.zgxx-box2 table th:nth-child(14), .zgxx-box2 table td:nth-child(14) {
    width: 200px;
    padding: 5px;
}
.zgxx-box2 table td:nth-child(14) p {
    width: 200px;
    padding: 5px;
}

.zgxx-box2 table th:nth-child(14), .zgxx-box2 table td:nth-child(15) {
    width: 200px;
    padding: 5px;
}

.zgxx-box2 table th:nth-child(14), .zgxx-box2 table td:nth-child(16) {
    width: 200px;
    padding: 5px;
}


.zgxx-box2 table td input {
    width: 80px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    padding-left: 18px;
    margin-right: 2px;

}

.zgxx-box2 table td select {
    width: 70px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    margin-right: 2px;
    text-align: center;
    padding-left: 10px;
}

.zgxx-box2 table td.sc input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.zgxx-box2 table td.sc img {
    position: relative;
    top: 2px;
    margin-right: 2px;
}


.zgxx-box2 table td.sc {
    color: #3573fe;
    /*display: flex; !* 使用 flexbox 布局 *!*/
    /*flex-wrap: wrap; !* 换行 *!*/
    /*justify-content: flex-start; !* 从左侧开始排列 *!*/
    gap: 5px; /* 图片之间的间距 */
    overflow-y: scroll;
}

.zgxx-box2 table td.sc img {
    max-width: 150px; /* 图片最大宽度 */
    max-height: 150px; /* 图片最大高度 */
    margin: 0; /* 去除默认的外边距 */
}


.zgxx-box2 p {
    overflow: hidden;
}

.zgxx-box2 .btn2 {
    float: right;
    width: 64px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: #3573fe;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

.zgxx-box2 .btn3 {
    float: right;
    height: 32px;
    line-height: 32px;
    margin-right: 25px;
    margin-top: 25px;
    background: none;
}

.dcxx-d .b2 {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
}

.dcxx-d .b2 ul {
    width: 100%;
    padding: 40px 50px;
    box-sizing: border-box;
}

.dcxx-d .b2 ul li {
    float: left;
    width: 30%;
    min-height: 36px;
    line-height: 36px;
    margin-right: 5%;
    margin-bottom: 30px;
    position: relative;

}

.dcxx-d .b2 ul li:nth-child(3n) {
    margin-right: 0;
}

.dcxx-d .b2 ul li span.l {
    width: 120px;
    float: left;
    text-align: right;
}

.dcxx-d .b2 ul li span.l i {
    color: #ff3f3f;
    display: inline-block;
    margin-right: 4px;
    float: none;
}

.dcxx-d .b2 ul li span.l {
    width: 120px;
    float: left;
    text-align: right;
}

.dcxx-d .b2 ul li input {
    width: calc(100% - 120px);
    height: 36px;
    line-height: 32px;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
}

.dcxx-d .b2 ul li .sel {
    position: relative;
    width: calc(100% - 120px);
    float: left;

}

.dcxx-d .b2 ul li .sel .sel-t {
    width: 100%;
    height: 36px;
    line-height: 32px;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}

.dcxx-d .b2 ul li .sel .sel-t:after {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img_w/chevron-up2.png) left center no-repeat;
}

.dcxx-d .b2 ul li .sel .sel-b {
    width: 100%;
    height: auto;
    line-height: 35px;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    background: #fff;
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
}

.dcxx-d .b2 ul li .sel .sel-b .d1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #f0f2f5;
    padding-left: 36px;
    width: 100%;
    box-sizing: border-box;
    background: url(../img_w/icon-search2.png) 18px center no-repeat;
}

.dcxx-d .b2 ul li .sel .sel-b .d1 input {
    width: 100%;
    border: 0;
    height: 35px;
    line-height: 35px;
}

.dcxx-d .b2 ul li .sel .sel-b .d2 {
    padding: 6px 0;
    box-sizing: border-box;
    height: 300px;
    overflow: auto;
}

.dcxx-d .b2 ul li .sel .sel-b .d2 a {
    padding-left: 5px;
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.dcxx-d .b2 ul li .sel .sel-b .d2 a:hover {
    background: #f0f2f5;
}

.dcxx-d .b2 ul li .sel .sel-b .d2 a.xj {
    color: #3573fe;
}

.dcxx-d .b2 ul li.time:after {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img_w/calendar.png) left center no-repeat;
}

.dcxx-d .b2 ul li .r {
    width: calc(100% - 120px);
    height: 72px;
    line-height: 24px;
    float: left;
    border: 0;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
}

.dcxx-d .b2 button {
    float: right;
    width: 120px;
    height: 32px;
    background: #3573fe;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 90px;
}


.tc-f .dc-tc {
    width: 1260px;
    height: 300px;
    background: #fff;
    position: relative;
    z-index: 100;
    border-radius: 5px;
    overflow: hidden;
}

.tc-f .dc-tc .t {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f0f2f5;
    padding-left: 30px;
    box-sizing: border-box;
    color: #374151;
}

.tc-f .dc-tc .close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 25px;
    top: 20px;
    background: url(../img_w/close.png) center no-repeat;
    cursor: pointer;
}

.tc-f .dc-tc .b {
    width: 100%;
    padding: 40px 40px 50px;
    box-sizing: border-box;
}

.tc-f .dc-tc .b table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.tc-f .dc-tc .b table tr {

}

.tc-f .dc-tc .b table th {
    float: left;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
}

.tc-f .dc-tc .b table td {
    float: left;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    position: relative;
    top: -2px;
    background: #fbfcfc;
}

.tc-f .dc-tc .b table th:nth-child(1) {
    width: 150px;
    border-left: 1px solid #e5e7eb;
}

.tc-f .dc-tc .b table td:nth-child(1) {
    width: 150px;
    border-left: 1px solid #e5e7eb;
}

.tc-f .dc-tc .b table th:nth-child(2) {
    width: 360px;
}

.tc-f .dc-tc .b table td:nth-child(2) {
    width: 360px;
}

.tc-f .dc-tc .b table th:nth-child(3) {
    width: 200px;
}

.tc-f .dc-tc .b table td:nth-child(3) {
    width: 200px;
}

.tc-f .dc-tc .b table th:nth-child(4) {
    width: 155px;
}

.tc-f .dc-tc .b table td:nth-child(4) {
    width: 155px;
}

.tc-f .dc-tc .b table th:nth-child(5) {
    width: 155px;
}

.tc-f .dc-tc .b table td:nth-child(5) {
    width: 155px;
}

.tc-f .dc-tc .b table th:nth-child(6) {
    width: 154px;
}

.tc-f .dc-tc .b table td:nth-child(6) {
    width: 155px;
}

.tc-f .dc-tc .b table td input {
    width: 80%;
    height: 36px;
    line-height: 34px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    margin: 0 10%;
    display: inline-block;
    padding-left: 10px;
    box-sizing: border-box;
}

.tc-f .dc-tc .b table td select {
    width: 80%;
    height: 36px;
    line-height: 34px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    margin: 0 10%;
    /* display: inline-block; */
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
}

.tc-f .dc-tc .b .btn1 {
    float: right;
    width: 64px;
    height: 32px;
    border-radius: 4px;
    background: #3573fe;
    color: #fff;
}

.tc-f .dc-tc .b .btn2 {
    float: right;
    width: 64px;
    height: 32px;
    border-radius: 4px;
    background: none;
    color: #374151;
}

.tc-f .dc-tc .b table td select {
    background: url(../img_w/chevron-up2.png) 94px center no-repeat;
}

.zgxx-box2 table td input {
    padding-left: 10px;
}

.zgxx-box3 table th:nth-child(1) {
    width: 80px;
    padding-left: 25px;
}

.zgxx-box3 table td:nth-child(1) {
    width: 80px;
    padding-left: 25px;
}

.zgxx-box3 table th:nth-child(2) {
    width: 180px;
    padding-left: 28px;
}

.zgxx-box3 table td:nth-child(2) {
    width: 180px;
    padding-left: 28px;
}

.zgxx-box3 table td:nth-child(2) input {
    width: 100px;
}

.zgxx-box3 table th:nth-child(3) {
    width: 140px;
    padding-left: 28px;
}

.zgxx-box3 table td:nth-child(3) {
    width: 140px;
    padding-left: 28px;
}

.zgxx-box3 table th:nth-child(4) {
    width: 140px;
    padding-left: 12px;
}

.zgxx-box3 table td:nth-child(4) {
    width: 140px;
    padding-left: 12px;
}

.zgxx-box3 table td:nth-child(4) input {
    width: 60px;
}

.zgxx-box3 table th:nth-child(5) {
    width: 140px;
    padding-left: 28px;
}

.zgxx-box3 table td:nth-child(5) {
    width: 140px;
    padding-left: 20px;
}

.zgxx-box3 table td:nth-child(5) input {
    width: 100px;
}

.zgxx-box3 table th:nth-child(6) {
    width: 160px;
    padding-left: 28px;
}

.zgxx-box3 table td:nth-child(6) {
    width: 160px;
    padding-left: 12px;
}

.zgxx-box3 table td:nth-child(6) input {
    width: 130px;
}

.zgxx-box3 table th:nth-child(7) {
    width: 100px;
    padding-left: 24px;
}

.zgxx-box3 table td:nth-child(7) {
    width: 100px;
    padding-left: 24px;
}

.zgxx-box3 table th:nth-child(8) {
    width: 120px;
    padding-left: 38px;
}

.zgxx-box3 table td:nth-child(8) {
    width: 140px;
    padding-left: 10px;
}

.zgxx-box3 table td:nth-child(8) input {
    width: 60px;
}

.zgxx-box3 table th:nth-child(9) {
    width: 140px;
    padding-left: 22px;
}

.zgxx-box3 table td:nth-child(9) {
    width: 140px;
    padding-left: 10px;
}

.zgxx-box3 table td:nth-child(9) input {
    width: 80px;
}

.zgxx-box3 table th:nth-child(10) {
    width: 200px;
    padding-left: 14px;
}

.zgxx-box3 table td:nth-child(10) {
    width: 200px;
    padding-left: 14px;
}

.zgxx-box3 table td:nth-child(10) input {
    width: 130px;
}

.zgxx-box3 table th:nth-child(11) {
    width: 120px;
    padding-left: 14px;
}

.zgxx-box3 table td:nth-child(11) {
    width: 120px;
    padding-left: 14px;
}

.bsj-d .tab-c .list li .b2 {
    width: 100%;
    height: auto;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 28px 50px;
}

.bsj-d .tab-c .list li .b2 select {
    margin-bottom: 30px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
    padding-left: 24px;
}

.bsj-d .tab-c .list li .b2 .btn {
    overflow: hidden;
    margin-bottom: 20px;
}

.bsj-d .tab-c .list li .b2 .btn1 {
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: #3573fe;
    color: #fff;
    float: left;
    border-radius: 4px;
    text-align: center;
    margin-right: 15px;
}

.bsj-d .tab-c .list li .b2 .btn2 {
    width: 80px;
    height: 40px;
    line-height: 38px;
    float: left;
    border: 1px solid #d1d5db;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
}

.bsj-d .tab-c .list li .b2 table {
    width: 100%;
}

.bsj-d .tab-c .list li .b2 table th {
    /*float: left;*/
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
}

.bsj-d .tab-c .list li .b2 table td {
    /*float: left;*/
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    box-sizing: border-box;
    height: 52px;
    line-height: 52px;
    position: relative;
    top: -2px;
}

.bsj-d .tab-c .list li .b2 table th:nth-child(1) {
    width: 58px;
    border-left: 1px solid #e5e7eb;
    padding-left: 22px;
}

.bsj-d .tab-c .list li .b2 table td:nth-child(1) {
    width: 58px;
    border-left: 1px solid #e5e7eb;
    padding-left: 22px;
}

.bsj-d .tab-c .list li .b2 table th:nth-child(2) {
    padding: 10px;

}

.bsj-d .tab-c .list li .b2 table td:nth-child(2) {
    padding: 10px;

}

.bsj-d .tab-c .list li .b2 table th:nth-child(3) {
    padding: 10px;
}

.bsj-d .tab-c .list li .b2 table td:nth-child(3) {
    padding: 10px;

}

.bsj-d .tab-c .list li .b2 table th:nth-child(4) {
    padding: 10px;

}

.bsj-d .tab-c .list li .b2 table td:nth-child(4) {
    padding: 10px;

}

.bsj-d .tab-c .list li .b2 table th:nth-child(5) {
    padding: 10px;

}

.bsj-d .tab-c .list li .b2 table td:nth-child(5) {
    padding: 10px;
}

.bsj-d .tab-c .list li .b2 table th:nth-child(6) {
    width: 240px;
    padding: 10px;

}

.bsj-d .tab-c .list li .b2 table td:nth-child(6) {
    width: 240px;
    padding: 10px;

}

.bsj-d .tab-c .list li .b2 table .ckb {
    float: left;
    border: 1px solid #d1d5db;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.bsj-d .tab-c .list li .b2 table .ckb input {
    width: 1px;
    height: 1px;
    opacity: 0;
}

.bsj-d .tab-c .list li .b2 table td.this .ckb, .bsj-d .tab-c .list li .b2 table th.this .ckb {
    border: 1px solid rgb(28, 59, 105);
    background: rgb(28, 59, 105) url(../img_w/Selected.png) center no-repeat;
}

.bsj-d .tab-c .list li .b2 table td a {
    color: #3573fe;
}

.bsj-d .tab-c .list li .b2 table td a img {
    position: relative;
    top: 2px;
}

.bsj-d .tab-c .list li .b2 table td a:nth-child(1) {
    margin-right: 15px;
}


.bg-d .tab-c .list li .b2 .btn {
    overflow: hidden;
    margin-bottom: 20px;
}

.bg-d .tab-c .list li .b2 .btn .btn1 {
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: #3573fe;
    color: #fff;
    float: left;
    border-radius: 4px;
    text-align: center;
    margin-right: 15px;
}

.bg-d .tab-c .list li .b2 .btn .btn2 {
    width: 80px;
    height: 40px;
    line-height: 38px;
    float: left;
    border: 1px solid #d1d5db;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    margin-right: 15px;
}

.bg-d .tab-c .list li .b2 {
    width: 100%;
    height: auto;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 35px 50px;
}

.bg-d table {
    width: 100%;
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    margin-bottom: 30px;
}

.bg-d .tab-c .list li .b2 table th {
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    padding-left: 15px;
    box-sizing: border-box;
    background: #f5f7fa;

}

.bg-d .tab-c .list li .b2 table td {
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    box-sizing: border-box;
    height: 52px;
    line-height: 52px;
    padding-left: 15px;
    box-sizing: border-box;
}

.bg-d table tr .ckb {
    border: 1px solid #d1d5db;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.bg-d table tr .ckb input {
    width: 1px;
    height: 1px;
    opacity: 0;
}

.bg-d table tr.this .ckb {
    border: 1px solid rgb(28, 59, 105);
    background: rgb(28, 59, 105) url(../img_w/Selected.png) center no-repeat;
}

.bg-d .tab-c .list li .b2 table td a {
    color: #3573fe;
}

.bg-d .tab-c .list li .b2 table td a.btn1 {
    width: auto;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e5e7eb;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    margin-top: 8px;
    border-radius: 4px;
    margin-right: 15px;
    padding: 0 24px;
}

.bg-d .tab-c .list li .b2 table td span {
    width: auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    border-radius: 4px;
    margin-right: 15px;
    padding: 0px;
}

.bg-d .tab-c .list li .b2 table td a.btn2 {
    color: #3573fe;
    margin: 0 5px;
}

.bg-d .tab-c .list li .b2 table td a.btn2 img {
    position: relative;
    top: 2px;
}


.xj-d .tab-c .list li .b2 {
    width: 100%;
    height: auto;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 40px 50px;
}

.xj-d table {
    width: 100%;
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    margin-bottom: 30px;
}

.xj-d .tab-c .list li .b2 table th {
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    padding-left: 25px;
    box-sizing: border-box;

}

.xj-d .tab-c .list li .b2 table td {
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    box-sizing: border-box;
    height: 52px;
    line-height: 52px;
    padding-left: 25px;
    box-sizing: border-box;
    background: #fbfcfc;
}

.xj-d .tab-c .list li .b2 table td input {
    width: 240px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    padding-left: 15px;
}

.xj-d .tab-c .list li .b2 table th:nth-child(2) {
    width: 400px;
}

.xj-d .tab-c .list li .b2 table th:nth-child(3) {
    width: 390px;
}

.xj-d .tab-c .list li .b2 table td a {
    display: block;
    background: #3573fe;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    width: 64px;
}

.xj-d p {
    overflow: hidden;
}

.xj-d .btn2 {
    float: right;
    width: 64px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: #3573fe;
    color: #fff;
    text-align: center;
}

.xj-d .btn3 {
    float: right;
    height: 32px;
    line-height: 32px;
    margin-right: 25px;
    background: none;
}


.gsd-d2 .tab-c .list li .b2 table td a {
    float: left;
    width: 80px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    background: none;
    text-align: center;
    position: relative;
}

.gsd-d2 .tab-c .list li .b2 table td a input {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.gsd-d2 .tab-c .list li .b2 table th:nth-child(2) {
    width: 200px;
    padding-left: 35px;
}

.gsd-d2 .tab-c .list li .b2 table td:nth-child(2) {
    width: 200px;
    padding-left: 35px;
}

.gsd-d2 .tab-c .list li .b2 table td:nth-child(3) {
    font-weight: bold;
}

.kc-d2 .tab-c .list li .b2 {
    padding: 50px;
    width: 100%;
}

.kc-d2 .tab-c .list li .b2 ul {
    width: 100%;
}

.kc-d2 .tab-c .list ul li {
    overflow: hidden;
    margin-bottom: 30px;
    height: 36px;
    line-height: 36px;
}

.kc-d2 .tab-c .list ul li:nth-child(1) {
    height: 14px;
    line-height: 14px;
}

.kc-d2 .tab-c .list ul li span.l {
    float: left;
    width: 70px;
    font-size: 13px;
    text-align: right;
    margin-right: 5px;
}

.kc-d2 .tab-c .list ul li .r span {
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.kc-d2 .tab-c .list ul li .r span.this {
}

.kc-d2 .tab-c .list ul li .r span i {
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #e6e8eb;
    box-sizing: border-box;
    margin-right: 6px;
    border-radius: 14px;
}

.kc-d2 .tab-c .list ul li .r span.this {
    background: url(../img_w/Selected4.png) center no-repeat;
    background-size: cover;
    border: 0;
}

.kc-d2 .tab-c .list ul li input {
    width: 348px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    padding-left: 14px;
    background: url(../img_w/calendar.png) 310px center no-repeat;
}

.kc-d2 .tab-c .list .b2 .kc-box1 p {
    overflow: hidden;
    margin-top: 50px;
}

.kc-d2 .tab-c .list .b2 .kc-box1 .btn2 {
    float: right;
    width: 64px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: #3573fe;
    color: #fff;
    text-align: center;
}

.kc-d2 .tab-c .list .b2 .kc-box1 .btn3 {
    float: right;
    height: 32px;
    line-height: 32px;
    margin-right: 25px;
    background: none;
}

.jf-d2 .tab-c .list .b2 {
    width: 100%;
    height: auto;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 40px 50px;
}

.jf-d2 table {
    border-left: 1px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
    width: 100%;
    height: 46px;
    font-size: 13px;
    color: #374151;
    margin-bottom: 30px;
}

.jf-d2 table th {
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    line-height: 46px;
    height: 46px;
    padding-left: 20px;
    box-sizing: border-box;
}

.jf-d2 table td {
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding-left: 25px;
    height: 82px;
    background: #fbfcfc;
}

.jf-d2 table td:nth-child(2) {
    padding-left: 10px;
}

.jf-d2 table td a {
    color: #3573fe;
    cursor: pointer;
}

.jf-d2 table td a.btn1 {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    padding: 0 14px;
    color: #3573fe;
}

.jf-d2 table td a.btn2 {
    display: inline-block;
    position: relative;
}

.jf-d2 table td a input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
}

.fd-d .tab-c .list li .b2 {
    padding: 60px 50px;
}


.fd-d .b2 .fd-box1 ul {
    width: 100% !important;
    margin: 0 auto;
}


.fd-d .tab-c .list ul li {
    overflow: hidden;
    margin-bottom: 30px;
    height: 36px;
    line-height: 36px;
}

.fd-d .tab-c .list ul li.text {
    height: 14px;
    line-height: 14px;
}

.fd-d .tab-c .list ul li span.l {
    float: left;
    width: 70px;
    font-size: 13px;
    text-align: right;
    margin-right: 5px;
}

.fd-d .tab-c .list ul li .r {
    float: left;
}

.fd-d .tab-c .list ul li .r i {
    margin-right: 15px;
    float: left;
}

.fd-d .tab-c .list ul li .r img {
    margin-right: 40px;
    float: left;
}

.fd-d .tab-c .list ul li .r a {
    color: #3573fe;
    float: left;
}

.fd-d .tab-c .list ul li input {
    width: 348px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    padding-left: 14px;
    background: url(../img_w/calendar.png) 310px center no-repeat;
}

.fd-d .tab-c .list .dg-box1 li span.l {
    float: left;
    width: 100px;
    font-size: 13px;
    text-align: right;
    margin-right: 5px;
}

.bgx-d {
    padding: 60px 120px;
    width: 100%;
    box-sizing: border-box;
}

.bgx-d ul {
    width: 100% !important;

}

.bgx-d ul li {
    width: 400px;
    float: left;
}

.bgx-d ul li .img {
    float: left;
    width: 100px;

    margin-right: 25px;
}

.bgx-d ul li .img img {
    width: 100%;
}

.bgx-d ul li .t {
    float: left;
    line-height: 100px;
    font-size: 16px;
    color: #374151;
}

.bgx-d ul li:nth-child(1) .t span {
    color: #ff6709;
    font-family: arial;
    font-weight: bold;
}

.bgx-d ul li:nth-child(2) .t span {
    color: #8bc34a;
    font-family: arial;
    font-weight: bold;
}

.bgx-d ul li:nth-child(3) .t span {
    color: #2196f3;
    font-family: arial;
    font-weight: bold;
}

.xjht2-d {
    width: 100%;
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    box-sizing: border-box;
}

.xjht2-d {
    width: 100%;
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    box-sizing: border-box;
}

table {
    width: 100%;
}

.xjht2-d tr {
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    text-align: left;
    font-size: 13px;
}

.xjht2-d tr th {
    height: 46px;
    line-height: 46px;
    background: #f5f7fa;
}

.xjht2-d tr th:nth-child(1) {
    width: 70px;
}

.xjht2-d tr th:nth-child(7) {
    width: 260px;
}

.xjht2-d tr td {
    height: 46px;
    line-height: 46px;
}

.xjht2-d tr td:nth-child(1) {
    width: 70px;
}

.xjht2-d tr td:nth-child(7) {
    width: 260px;
}


.xjht2-d tr .ckb {
    float: left;
    border: 1px solid #d1d5db;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    /*margin-top: 16px;*/
    margin-left: 20px;
    cursor: pointer;
}

.xjht2-d tr .ckb input {
    width: 1px;
    height: 1px;
    opacity: 0;
}

.xjht2-d tr td.this .ckb, .xjht2-d tr th.this .ckb {
    border: 1px solid rgb(28, 59, 105);
    background: rgb(28, 59, 105) url(../img_w/Selected.png) center no-repeat;
}


.tcht2-d tr th:nth-child(1) {
    width: 70px;
}

.tcht2-d tr th:nth-child(6) {
    width: 160px;
}

.tcht2-d tr th:nth-child(7) {
    width: 165px;
}

.tcht2-d tr td:nth-child(1) {
    width: 70px;
}

.tcht2-d tr td:nth-child(6) {
    width: 160px;
}

.tcht2-d tr td:nth-child(7) {
    width: 165px;
}

.tcht2-d tr td a {
    color: #3573fe;
}

.tcht2-d tr td img {
    position: relative;
    top: 2px;
}

.tc-f .hg-tc {
    width: 1620px;
    height: auto;
}

.tc-f .hg-tc .zgxx-box4 {
    width: 100%;
    padding: 40px 50px;
    box-sizing: border-box;
}

.zgxx-box4 table td:nth-child(6) input {
    width: 130px;
}

.zgxx-box4 table th:nth-child(7) {
    width: 100px;
    padding-left: 20px;
}

.zgxx-box4 table td:nth-child(7) {
    width: 100px;
    padding-left: 20px;
}

.zgxx-box4 table th:nth-child(9) {
    width: 140px;
    padding-left: 20px;
}

.zgxx-box4 table td:nth-child(9) {
    width: 140px;
    padding-left: 20px;
}

.zgxx-box4 table td:nth-child(9) input {
    width: 80px;
}

.zgxx-box4 table th:nth-child(10) {
    width: 200px;
    padding-left: 20px;
}

.zgxx-box4 table td:nth-child(10) {
    width: 200px;
    padding-left: 20px;
}

.zgxx-box4 table td:nth-child(10) input {
    width: 130px;
}

.zgxx-box4 table th:nth-child(11) {
    width: 120px;
    padding-left: 20px;
}

.zgxx-box4 table td:nth-child(11) {
    width: 120px;
    padding-left: 20px;
}


.bgx-d2 {
    padding: 50px 25px;
    width: 100%;
    box-sizing: border-box;
}

.bgx-d2 table {
    width: 100%;
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    text-align: left;
    font-size: 13px;
}

.bgx-d2 table th {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    line-height: 46px;
    height: 46px;
}

.bgx-d2 table th:nth-child(1) {
    width: 70px;
}

.bgx-d2 table th:nth-child(2) {
    width: 135px;
}

.bgx-d2 table th:nth-child(3) {
    width: 180px;
}

.bgx-d2 table th:nth-child(4) {
    width: 240px;
}

.bgx-d2 table th:nth-child(6) {
    width: 610px;
    border-right: 1px solid #e5e7eb;
}

.bgx-d2 table td:nth-child(6) {

    border-right: 1px solid #e5e7eb;
}

.bgx-d2 table tr .ckb {
    float: left;
    border: 1px solid #d1d5db;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    /*margin-top: 16px;*/
    margin-left: 20px;
    cursor: pointer;
}

.bgx-d2 table tr .ckb input {
    width: 1px;
    height: 1px;
    opacity: 0;
}

.bgx-d2 table tr td.this .ckb, .bgx-d2 table tr th.this .ckb {
    border: 1px solid rgb(28, 59, 105);
    background: rgb(28, 59, 105) url(../img_w/Selected.png) center no-repeat;
}

.bgx-d2 table td {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    line-height: 46px;
    height: 46px;
}

.bgx-d2 table td a {
    color: #3573fe;
    /*float: left;*/
    display: inline-block;
    margin-right: 25px;
}

.bgx-d2 table td img {
    /*float: left;*/
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.bgx-d2 table td a:nth-child(2) {
    width: 90px;
}

.bgx-d2 table td a:nth-child(2).s {
    color: #8cc34b;
}

.bgx-d2 table td a:nth-child(2) img {
    top: 5px;
}

.bgx-d2 table td a:nth-child(5) img {
    top: 4px;
}

.bgx-d2 table td a:nth-child(2) img {
    top: 4px;
}

.tc-f .bgx-tc {
    width: 600px;
    height: auto;
    background: #fff;
}

.bgx3-d {
    padding: 40px 35px;
    width: 100%;
    box-sizing: border-box;
}

.bgx3-d .d1 {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 80px;
}

.bgx3-d .btn {
    text-align: right;
}

.bgx3-d .btn a {
    width: 64px;
    height: 32px;
    float: right;
    text-align: center;
    line-height: 32px;
}

.bgx3-d .btn a:nth-child(1) {
    background: #3573fe;
    color: #fff;
    border-radius: 4px;
}

.bgx3-d .d2 {
    margin-bottom: 40px;
}

.bgx3-d .d2 li {
    overflow: hidden;
    margin-bottom: 20px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

.bgx3-d .d2 li span {
    float: left;
    width: 70px;
    margin-right: 5px;
}

.bgx3-d .d2 li .r {
    float: left;
    width: calc(100% - 75px);
    position: relative;
}

.bgx3-d .d2 li .r a {
    color: #3573fe;
}

.bgx3-d .d2 li .r a.up {

}

.bgx3-d .d2 li .r a.up {
    float: left;
    width: 120px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    background: none;
    text-align: center;
    position: relative;
    border-radius: 4px;
}

.bgx3-d .d2 li .r a.up input {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.bgx3-d .d2 li .r input {
    width: 100%;
    height: 36px;
    line-height: 32px;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
}

.bgx3-d .d2 li .r.time {
    width: 348px;
}

.bgx3-d .d2 li .r.time:after {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img_w/calendar.png) left center no-repeat;
}

.bgx3-d .d2 li .r select {
    width: 348px;
    height: 36px;
    line-height: 32px;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
}

.foot {
    position: relative;
    /*z-index: 20;*/
}

.bg-box1 table th:nth-child(1) {
    width: 60px;
}

.bg-box1 table th:nth-child(2) {
    width: 150px;
}

.bg-box1 table th:nth-child(3) {
    width: 200px;
}

.bg-box1 .table1 th:nth-child(4) {
    width: 250px;
}

.bg-box1 .table2 th:nth-child(4) {
    width: 250px;
}

.bg-box1 .table1 th:nth-child(5) {
    width: 230px;
}

.bg-box1 .table2 th:nth-child(5) {
    width: 230px;
}

.bg-box1 .table1 th:nth-child(6) {
    width: 250px;
}

.bg-box1 .table2 th:nth-child(6) {
    width: 250px;
}

.bg-box1 .table2 th:nth-child(7) {
    width: 215px;
}

.bg-box1 .table1 th:nth-child(7) {
    width: 415px;
}

.bg-box1 .table2 th:nth-child(8) {
    width: 200px;
}


.up {

    position: relative;

}

.up input {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.dd-xg .item button {
    float: left;
    width: 120px;
    height: 32px;
    border-radius: 4px;
    background: #3573fe;
    color: #fff;
    margin-right: 10px;
}

.dd-xg .item input {
    width: 500px;
}

.dcxx-d .b2 ul li.num-li {
    line-height: 36px;
}

.dcxx-d .b2 ul li.num-li i {
    float: left;
    /* margin-right: 10px; */
    height: 36px;
    line-height: 36px;
}

.dcxx-d .b2 ul li.num-li input {
    float: left;
    width: 40px;
    padding-left: 0;
    text-align: center;
}

.dcxx-d .b2 ul li.num-li .num {
    width: 75px;
    height: 36px;
    border: 1px solid #e5e7eb;
    line-height: 34px;
    border-radius: 4px;
    float: left;
    position: relative;
    cursor: pointer;
    /* margin-right: 10px; */
}

.dcxx-d .b2 ul li.num-li .num p {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    color: #747d8b;
    font-size: 13px;
}

.dcxx-d .b2 ul li.num-li .num p:after {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img_w/chevron-up2.png) left center no-repeat;
}

.dcxx-d .b2 ul li.num-li .num .num-xl {
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%;
    display: none;
    border: 1px solid #e5e7eb;
    line-height: 30px;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    z-index: 99;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dcxx-d .b2 ul li.num-li .num .num-xl a {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 10px;
}

.dcxx-d .b2 ul li.num-li a.add {
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #3b77fe;
    box-sizing: border-box;
    text-align: center;
    line-height: 16px;
    border-radius: 18px;
    margin: 7px 2px 0;
    color: #3b77fe;
    cursor: pointer;
}

.dcxx-d .b2 ul li.num-li .n {
    /* margin-right: 10px; */
}

.dcxx-d .b2 ul li .r {
    width: calc(100% - 120px);
    height: 36px;
    line-height: 24px;
    /*float: right;*/
    border: 0;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 0px;
}

.dcxx-d .b2 ul li .r a.up {
    float: left;
    width: 120px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    background: none;
    text-align: center;
    position: relative;
    border-radius: 4px;
    color: #3b77fe;
}

.dcxx-d .b2 ul li .r a.up input {
    width: 100%;
    height: 100%;
}

.dd2-d .list li .b2 ul li.btn {
    padding-left: 200px;
    box-sizing: border-box;
}


/*谷歌*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*火狐*/
input[type="number"] {
    -moz-appearance: textfield;
}

.jump_num {
    text-align: center;
}

.shou {
    cursor: pointer;
}


/* 工具按钮的样式，不会影响其他按钮 */
.tool-dropdown {
    position: absolute;
    right: 200px; /* 距离退出按钮右侧100px */
    display: inline-block;
    cursor: pointer;
    top: 23px;
    color: #28a745; /* 绿色字体 */
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.tool-dropdown:hover {
    color: #218838; /* 悬停时的深绿色 */
}

.tool-text {
    margin-right: 5px;
}

.dropdown-arrow {
    font-size: 12px;
    color: #28a745;
    transition: transform 0.3s ease;
}

.tool-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg); /* 悬停时箭头旋转 */
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1); /* 菜单阴影 */
    border-radius: 5px;
    padding: 0;
    min-width: 150px; /* 最小宽度 */
    z-index: 1;
}

.dropdown-menu li {
    list-style: none;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd; /* 分割线 */
    transition: background-color 0.3s ease;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li:hover {
    background-color: #f0f0f0;
}

.dropdown-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.dropdown-menu li a:hover {
    color: #007bff;
}

/* 鼠标悬停时显示下拉菜单 */
.tool-dropdown:hover .dropdown-menu {
    display: block;
}

/* 鼠标悬停时显示下拉菜单 */
.tool-dropdown:hover .dropdown-menu {
    display: block;
}

/* 开票信息管理页面表格列宽样式 */
.zlgl-d4 table tr th:nth-child(2) {
    width: 10%;
}

.zlgl-d4 table tr th:nth-child(2) {
    width: auto;
}

.zlgl-d4 table tr th:nth-child(4) {
    width: 8%;
}

.zlgl-d4 table tr th:nth-child(5) {
    width: 8%;
}

.zlgl-d4 table tr th:nth-child(6) {
    width: 10%;
}

.zlgl-d4 table tr th:nth-child(7) {
    width: 10%;
}

.zlgl-d4 table tr th:nth-child(8) {
    width: 120px;
}

/* 搜索表单样式 */
.tab-c .layui-form {
    margin-bottom: 10px;
}




