@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

.iframe-header {
    min-height: 180px;
}

.big-box {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
}

.big-box::after {
    clear: both;
    content: '';
    display: table;
}

.left-container {

    display: none;
}

.left-container p span {
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
    background: #fff;
}

.left-container p {
    position: relative;
}

.left-container .p1 {
    left: -36px;
}

.left-container .p2 {
    left: -36px;
    top: 615px;
}

.left-container .p3 {
    left: -36px;
    top: 925px;
}

.right-container {
    width: 100%;
    float: left;
}

.ztinput {
    width: calc(100% - 10px);
    height: 48px;
    border: 1px solid #e0e0e0;
    padding-left: 10px;
    border-radius: 4px;
}

.nrinput {
    min-width: calc(100% - 20px);
    ;
    height: 165px;
    border: 1px solid #e0e0e0;
    padding: 5px 10px 0;
    border-radius: 4px;
}

.typeinput {
    width: calc(100% - 10px);
    height: 48px;
    border: 1px solid #e0e0e0;
    padding-left: 10px;
    border-radius: 4px;
}

#areaRange {
    width: 100%;
    border-radius: 4px;
}

.seekDiv .typeinput {
    width: calc(100% - 10px);
    padding-left: 10px;
}

.section1 .ps2 .typeinput {
    width: 100%;
}

.section1::after {
    clear: both;
    content: '';
    display: table;
}

.section1>span {
    background: url("../images/bg.png") bottom center no-repeat;
    line-height: 30px;
    padding: 8px 0px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}

.flag {
    display: inline-block;
    color: red;
    margin: 10px 2px
}

.ps1 {
    width: 100%;
    float: left;
}

/* .ps1 span:nth-child(4) {
    margin-left: calc(22% + 10px)
} */

.seekDiv {
    width: 100%;
    margin-bottom: 20px;
}

.ps2 {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.ps3 {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.ps4 {
    /*height: 51px;*/
    margin-bottom: 20px;
}

.zt {
    /* width: 22%; */
    float: left;
    margin-right: 10px;
    line-height: 48px;
}

.zt font {
    color: red;
}

.section1 #unitList {
    width: 100% !important;
}

.section2>span {
    background: url("../images/bg.png") bottom center no-repeat;
    line-height: 30px;
    padding: 8px 0px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}

.section2::after {
    clear: both;
    content: '';
    display: table;
}

.tj {
    width: 300px;
    margin: 20px auto;
}

.tj button {
    width: 130px;
    height: 50px;
    border: none;
    border-radius: 5px;
}

.tj .b1 {
    background: #ff0000;
    color: #fff;
    margin-right: 20px;
}

.tj .b2 {
    background: #1b6fe2;
    color: #fff;
}

/*页面2*/
.sec1 {
    width: 1200px;
    height: 150px;
    background: url("../images/bgg.png") center center no-repeat;
    margin: 0 auto;
}

.sec1 ul li {
    float: left;
    display: block;
    text-align: center;
    margin-right: 60px;
    margin-top: 30px;
}

.sec1 ul li:first-child {
    margin-left: 370px;
}

.sec1 ul li p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 48px;
}

.sec1 ul li span {
    font-size: 22px;
    color: #fff;
}

.sec2 {
    width: 1200px;
    margin: 20px auto;
}

.sec2 img {
    float: left;
    margin-right: 15px;
}

.sec2 p {
    line-height: 1.5;
    font-size: 17px;
}

.sec3 {
    width: 1200px;
    margin: 0 auto;
}

.sec3 span {
    line-height: 40px;
    margin-right: 35px;
}

.sec3 span input {
    width: 350px;
    height: 40px;
    margin-left: 20px;
    border: 1px solid #ededed;
    border-radius: 10px;
}

.sec3 button {
    width: 125px;
    height: 40px;
    background: #125eb2;
    color: #fff;
    line-height: 40px;
    border: none;
    border-radius: 10px;
}

.sec4 {
    width: 1200px;
    margin: 20px auto;
}

.title {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.title a {
    display: block;
    width: 240px;
    height: 120px;
    border-radius: 10px;
    background: #125eb2;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 120px;
}

.title a:hover {
    background: #1b7fee
}

.title a img {
    float: left;
    margin-top: 36px;
    margin-left: 38px;
    margin-right: 20px;
}

.container {
    width: 1198px;
    border: 1px solid #ededed;
    margin: 20px auto;
}

.gCheckCode {
    width: 120px;
    background: #1b6fe2;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 53px;
    border: none;
}

table {
    margin-bottom: 0;
    border: none !important;

}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table-bordered {
    width: 100%;
    border: 1px solid #e8e8e8 !important;
    table-layout: fixed;
}

.xd-table tr td {
    border: none !important;
    color: #000000;
    font-size: 14px;
    padding: 16px 0px !important;
    padding-left: 30px !important;
    line-height: 1.42857143;
}

th {
    text-align: left;
}

.xd-table tr th {
    border: none !important;
    padding: 19px 0px !important;
    color: #125eb2;
    padding-left: 30px !important;
}

#testfenye {
    width: 100%;
    margin: 20px auto;
}

.page-elem-field-root {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.page-elem-field {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* .page-elem-field .item:first-child::after{
	content: "å…±{{total}}æ¡";
	position: absolute;
	left: -60px;
} */
.page-elem-field .item {
    position: relative;

    width: 32px;
    height: 32px;
    border: 1px solid #e3e3e6;
    border-radius: 4px;


    line-height: 32px;
    text-align: center;
    font-size: 14px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* ä¸¤ä¸ªå°æ–¹å—ä¹‹é—´çš„è·ç¦» */
    margin-right: 8px;
}

.page-elem-field .item:last-child {
    margin-right: 0px;
}

.page-elem-field .item.head {
    width: 60px;
    min-width: 50px;
}

.page-elem-field .item.foot {
    width: 60px;
    min-width: 50px;
}

.page-elem-field .item.active {
    background-color: #425CDE;
    color: #fff;
}

.page-elem-field .item:hover {
    background-color: #425CDE;
    color: #fff;
}

.page-elem-field .item.item-disable {
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
}

.page-elem-field .item.active:hover {
    background-color: #425CDE;
    color: #fff;
}

.toPage {
    margin-left: 32px;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

}

.toPage .inputBox {
    width: 40px;
    height: 30px;
    box-sizing: border-box;
    position: relative;
}

.toPage .inputBox .inputborder {
    width: 40px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    outline: none;
    border: 1px solid #e2e2e2;
    z-index: 22;
    position: absolute;
    left: 0;
    top: 0;
}

.toPage .inputBox .show-val {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.toPage::before {
    content: '跳至';
    display: block;
    margin-right: 5px;
    width: 32px;
    height: 30px;
    line-height: 30px;
}

.toPage::after {
    content: '页';
    margin-left: 5px;
    width: 16px;
    height: 30px;
    line-height: 30px;
}

.pagesbox {
    margin-left: 10px;
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.pagesbox .currectPage {
    color: deepskyblue;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pagesbox .line {
    color: deepskyblue;
    width: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pagesbox .allPages {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.clear {
    clear: both;
}

.letterBox {
    float: left;
}

.marginTop {
    margin-top: 10px;
}


#fileInput {
    width: 121px !important;
    height: 35px !important;
}

.ps1 .fujian {
    line-height: 36px;
}

input[type="file"]::file-selector-button {
    font-weight: 500;
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    width: 121px !important;
    height: 34px !important;
    box-shadow: 0;
}

.change-xx {
    display: flex;
    flex-wrap: wrap;
}

#esdMobleButton {
    display: none;
}

.fujianSpan {
    display: block;
}

.fileTitle {
    padding-left: 10px !important;
}