.selectBox {
    position: relative;
    width: 1200px;
    height: 160px;
    background: url(../img/bannerbg2.png) no-repeat center;
    box-sizing: border-box;
    padding: 60px 116px;
    display: flex;
    justify-content: space-between;
}

.selectBox input.text {
    width: 400px;
    box-sizing: border-box;
    border: none;
    line-height: 40px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    padding: 5px 24px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.30);
}

input.text::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.60);
}

input.text:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.60);
}

input.text:-moz-placeholder {
    color: rgba(255, 255, 255, 0.60);
}

input.text::-moz-placeholder {
    color: rgba(255, 255, 255, 0.60);
}

div.select {
    position: relative;
}

div.selectChoosed {
    width: 400px;
    box-sizing: border-box;
    border: none;
    line-height: 40px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 24px;
    padding-right: 64px;
    background: url(../img/24-icons8-expand_arrow.png) no-repeat center;
    background-position-x: 360px;
    background-color: rgba(255, 255, 255, 0.30);
    cursor: pointer;
  
}

div.selectOptionList {
    width: 400px;
    position: absolute;
	box-shadow:1px 2px 12px #888888;
    top: 40px;
    left: 0;
    transition: all 0.8s;
    display: none;
}

div.selectOptionList .selectOptionItem {
    width: 400px;
    background: #FFFFFF;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    height: 32px;
    line-height: 32px;
    padding: 0 24px;
    box-sizing: border-box;
    cursor: pointer;
}

div.selectOptionList .selectOptionItem.active,
div.selectOptionList .selectOptionItem:hover {
    background: #F3F4F6;
    color: #2748B3;
}

.submit{
    width: 120px;
    height: 40px;
    border: none;
    outline: none;
    text-align: center;
    font-family: PingFangSC-Regular;
font-size: 16px;
color: #2748B3;
background: #FFFFFF;
cursor: pointer;
}
.submit img{
    vertical-align: top;
}


table{
    margin-top: 24px;

}
table th,table td{
    box-sizing: border-box;
    padding-left: 16px;
    height: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.10); 
}

table th{
    font-family: PingFangSC-Medium;
font-size: 14px;
color: #333333; 
text-align: left;
}
table td{
    font-family: PingFangSC-Regular;
font-size: 14px;
color: #666666;
text-align: left;
}


.noSearchData{
    margin:80px auto ;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #A5AAB2;
    text-align: center;
}
.noSearchData img{
   display: block;
   margin: 0 auto 16px;
   width: 360px;
   height: auto;
}

.noData{
   margin: 130px auto; 
   font-family: PingFangSC-Regular;
   font-size: 16px;
   color: #A5AAB2;
   text-align: center;
}

.page-large{
    display: none;
}

.crumbs{
    margin: 24px 0; 
}

.error{
    display: none;
    position: absolute;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FD3B56;
    line-height: 40px;
    bottom: 20px;
    left: 132px;
}