body {
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}

div {
    box-sizing: border-box;
}

.index {
    padding-bottom: 50px;
}

button {
    cursor: pointer;
}

.header {
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
}

.header .logo {
    vertical-align: middle;
    /*cursor: pointer;*/
}
a{
    text-decoration: none;
}
.header .logo .regularScript {
    font-size: 28px;
    font-weight: bold;
    color: #f8a027;
    font-family: 楷体;
    vertical-align: middle;
}

.header .logo .steward {
    font-family: 宋体;
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px;
    color: #0f5bad;
}

.header .header-desc {
    display: flex;
    align-items: center;
}

.header .header-desc .header-tips {
    margin-right: 50px;
    color: #757a80;
    font-size: 18px;
    letter-spacing: 1px;
}

.loginOrRegister {
    display: flex;
    align-items: center;
}

.loginOrRegister .login {
    cursor: pointer;
    width: 70px;
    height: 36px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 30px;
    border: 2px solid #0f5bad;
    background: #fff;
    color: #0f5bad;
    font-weight: bold;
    margin-right: 12px;
}

.loginOrRegister .register {
    cursor: pointer;
    width: 70px;
    height: 36px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 30px;
    border: 2px solid #0f5bad;
    background: #0f5bad;
    color: #fff;
    font-weight: bold;
}

.background {
    position: relative;
}

.background .background-box {
    width: 1190px;
    margin: auto;
}

.background .background-box .background-name {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    border-radius: 36px;
    background: #fff;
    position: absolute;
    bottom: -35px;
    height: 70px;
    line-height: 70px;
    padding-right: 16px;
    cursor: pointer;
    color: #000;
}

.background .background-box .background-name .background-icon {
    margin-right: 10px;
    margin-left: 14px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0f5bad;
}

.background .background-box .background-name .background-icon .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.background .background-box .background-name .website-name {
    font-size: 18px;
}

.container {
    position: relative;
    width: 1190px;
    margin: 70px auto auto auto;
}

.container .search-box {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
}

.container .search-box .search-box-header {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.container .search-box .search-box-header .icon-box {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #218af8;
    text-align: center;
    line-height: 30px;
}

.container .search-box .search-box-header .icon-box .icon-sousuo {
    font-size: 14px;
    color: #fff;
}

.container .search-box .search-box-container {
    margin-top: 30px;
    display: flex;
}

.container .search-box .search-box-container .icon-fasong {
    font-size: 22px;
    color: #218af8;
}

.container .search-box .search-history {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.container .search-box .search-history .search-history-title {
    width: 100px;
}

.container .search-box .search-history .search-history-item {
    cursor: pointer;
    background: #efefef;
    padding: 4px;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.container .search-box .search-history .search-history-item div {
    display: inline-block;
    vertical-align: middle;
}

.container .search-box .search-history .search-history-item .search-history-item-del {
    position: relative;
    cursor: pointer;
    margin-left: 6px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #757a80;
    color: #fff;
}

.icon-close {
    font-size: 12px;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%);
}

.container .expressage-box {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
}

.container .expressage-box .expressage-title {
    text-align: center;
    line-height: 60px;
    width: 140px;
    height: 60px;
    color: #e6a23c;
    border-bottom: 2px solid #e6a23c;
    border-right: 1px solid #ececec;
}

.container .expressage-box .expressage-container {
    padding: 20px 20px;
}

.container .expressage-box .expressage-container .total {
    font-size: 14px;
    display: none;
}

.container .expressage-box .expressage-container .paging-box {
    margin-top: 20px;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.container .expressage-box .expressage-container .total.show {
    display: block;
}

.container .expressage-box .expressage-container .paging-box.show {
    display: flex;
}

.container .expressage-box .expressage-container .paging-box .next {
    width: 5%;
    cursor: pointer;
}

.container .expressage-box .expressage-container .paging-box .prev {
    width: 7%;
    cursor: pointer;
}

.container .expressage-box .expressage-container .paging-box .page-box {
    width: 84%;
    display: flex;
    flex-wrap: wrap;
}

.container .expressage-box .expressage-container .paging-box .page-box .page-item {
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 2%;
    width: 49%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eeeeee;
    color: #a0a7b1;
    padding: 0 10px;
}

.container .expressage-box .expressage-container .paging-box .page-box .page-item:nth-child(2n) {
    margin-right: 0;
}

.container .expressage-box .expressage-container .paging-box .page-box .page-item.active {
    background-color: #efefef;
    color: #e6a23c;
}

.container .expressage-box .expressage-container .paging-tips {
    margin-top: 20px;
    padding:12px 10px;
    line-height: 20px;
    border-left: 5px solid #4eaf86;
    background: #efefef;
    color: #959ba6;
    font-size: 12px;
}

.container .expressage-box .expressage-container .expressage-info {
    margin-top: 10px;
}

.container .expressage-box .expressage-container .expressage-info .expressage-info-item {
    font-size: 12px;
    padding: 10px;
    color: #959ba6;
    border-bottom: 1px dashed #dee2e7;
}

.container .extraneousInformation-box {
    margin-top: 20px;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
}

.container .extraneousInformation-box .expressage-info {
    margin-top: 10px;
}

.container .extraneousInformation-box .expressage-info .expressage-info-item {
    font-size: 12px;
    padding: 10px;
    color: #959ba6;
    border-bottom: 1px dashed #dee2e7;
}

.container .corporate-info {
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    align-items: flex-start;
}

.container .corporate-info .corporate-desc-box {
    width: 60%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
}

.container .corporate-info .corporate-desc-box .corporate-desc-box-title {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    color: #218af8;
}

.container .corporate-info .corporate-desc-box .corporate-desc-box-title .icon-box {
    margin-right: 4px;
    padding-top: 1px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.container .corporate-info .corporate-desc-box .corporate-desc-box-title .icon-box .icon-yonghu-yuan, .container .corporate-info .corporate-desc-box .corporate-desc-box-title .icon-box .icon-fasong {
    font-size: 18px;
}

.container .corporate-info .corporate-desc-box .corporate-desc-box-content {
    margin-top: 20px;
    font-size: 14px;
    color: #a0a7b1;
    letter-spacing: 1px;
}

.container .corporate-info .corporate-desc-box .corporate-desc-box-content .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.container .corporate-info .corporate-desc-box .corporate-desc-box-content .info-item .info-item-content {
    margin-left: 6px;
}

#search-box {
    width: 80%;
    height: 50px;
    border: none;
    background: #f8f8f8;
    padding: 0 80px;
    font-size: 14px;
    outline: #c8cfdc;
}

.search-box-input {
    width: 80%;
    height: 50px;
    position: relative;
    box-sizing: border-box;

}

.search-icon-box {
    width: 40px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #a4a4a4;
}

.search-btn {
    height: 50px;
    width: 120px;
    color: #fff;
    background: #f39c12;
    border: none;
    border-radius: 5px;
}

input::-webkit-input-placeholder {
    color: #a4a4a4;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a4a4a4;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a4a4a4;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a4a4a4;
}
#expressage-box{
    display:none;
}
.no-result{
    padding-top: 20px;
    font-size: 15px;
}
#no-result-key{
    color: #a4a4a4;
}
.no-result-tip{
    width: 250px;
    margin: auto;
    font-size: 15px;
    margin-top: 8px;
}
.no-result-tip::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccc;
    margin-right: 10px;
}
#expressage-box-noresult{
    display: none;
}
