body {
    padding: 0;
    margin: 0;
    /* align-items: center; */
    font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.container {
    width: 590px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
}
.container2 {
    display: flex;
    justify-content: center;
    /* 水平居中 */


    padding-top: 20px;
    display: none;

}
.container1 {
    display: flex;
    justify-content: center;
    /* 水平居中 */


    padding-top: 20px;
    display: none;

}
.container0 {
    display: flex;
    justify-content: center;
    /* 水平居中 */


    padding-top: 20px;
    /* display: none; */

}

.container:after {
    content: '';
    display: block;
    clear: both;
}

.container>div {
    float: left;
}

.container .logo {
    width: 100%;
    height: 120px;
    margin: 0 auto 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 120px;
}

.container .input {
    position: relative;
    width: 500px;
    height: 44px;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
}

.container .input>input {
    outline: none;
    border: none;
    padding: 0 80px 0 10px;
    margin: 0;
    height: 44px;
    width: 410px;
    color: #333;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
}

.container .input>input::-webkit-input-placeholder {
    color: #999;
}

.container .input .picker {
    width: 40px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 44px;
    cursor: pointer;
    color: #999;
    font-size: 12px;
    text-align: right;
    background-image: url("down.png");
    background-position: 50px center;
    background-repeat: no-repeat;
    user-select: none;
}

.container .input .picker-list {
    list-style: none;
    padding: 5px 0;
    width: 100px;
    position: absolute;
    right: 0;
    top: 50px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: none;
}

.container .input .picker-list>li {
    padding-left: 36px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.container .input .picker-list>li:hover {
    background-color: #ebf1f5;
    cursor: pointer;
}

.container .input .hot-list {
    padding: 10px 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: none;
}

.container .input .hot-list>a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}

.container .input .hot-list>a:hover {
    background-color: #f3f3f3;
}

.container .input .hot-list>a>div {
    float: left;
}

.container .input .hot-list>a>div.number {
    text-align: center;
    width: 40px;
}

.container .search {
    width: 89px;
    height: 46px;
    background-color: #08f;
    background-image: url("search.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}


table {
    border: 2px solid blue;
    border-collapse: collapse;
    align-items: center;
    width: 50%;
}

th {
    border: 1px solid blue;
    padding: 8px;
    text-align: left;
    width: 15%
}

td {
    border: 1px solid blue;
    padding: 8px;
    text-align: left;
    width: 35%
}

th {
    background-color: #f2f2f2;
}

/* 为logo容器添加样式 */
.logo {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
}

/* 为输入框添加样式 */
.input input {
    width: calc(100% - 50px);
    /* 减去picker的宽度 */
    padding: 10px;
    font-size: 16px;
}

/* 为picker添加样式 */
.picker {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.picker-list {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.picker-list li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.picker-list li:hover {
    background-color: #f1f1f1;
}
#_tyxydm {  
    color: red;  
    font-weight: bold;  
}
#_gsm {  
    color: red;  
    font-weight: bold;  
}
#_fddbr {  
    color: #d135d6;  
    font-weight: bold;  
}
#_dh {  
    color: #d135d6;  
    font-weight: bold;  
}
#_clsj {  
    color: rgb(56, 204, 42);  
    font-weight: bold;  
}
#_czsj {  
    color: rgb(56, 204, 42);  
    font-weight: bold;  
}
#_jyfw {  
    color: rgb(57, 40, 209);  
    font-weight: bold;  
}
#_zcdz {  
    color: rgb(57, 40, 209);  
    font-weight: bold;  
}