.site-common-search-item input::-webkit-input-placeholder {
    color: #999!important;
}
.table-wrap {
    font-family: "PingFangSC-Regular" !important;
    border-radius: 4px;
    min-height: 180px;
    overflow: hidden;
    background-color: #fff;
}

.table-wrap table th,
.table-wrap table td {
    padding-left: 10px;
    text-align: left !important;
    font-size: 12px;
    color: #666;
    font-weight: normal!important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: auto !important;
    line-height: 20px !important;
}

.table-wrap table td {
    color: #000;
    *zoom: 1;
}
.table-wrap table td:after {
    content: "clear";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.table-wrap table td a {
    float: left;
    margin-right: 10px;
}
.table-wrap table td a:first-child {
    margin-left: 0;
}
.table-wrap table td a:last-child {
    margin-right: 0;
}
.site-common-search-item {
    display: inline-block;
    text-align: left;
    margin-right: 20px;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
}
.site-common-search-item label,
.site-common-search-label {
    font-weight: normal;
    color: #666;
}
.site-common-search-input {
    width: 180px;
    height: 30px;
}
.site-common-search-line {
    margin-bottom: 10px !important;
}
.table-wrap table th input[type="checkbox"],
.table-wrap table td input[type="checkbox"] {
    color: #999;
    margin: 0 7px 0 0 !important;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
}
.platform-content-title,
.site-common-tab-title {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    height: 48px;
    line-height: 48px;
    font-family: "PingFangSC-Regular";
}
.platform-content-child-menu a {
    margin-left: 10px !important;
}
.bui-text-box {
    color: #333;
    padding: 0 10px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    width: 180px;
    font-family: "PingFangSC-Regular";
    vertical-align: top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
}
.bui-select-normal {
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    border: none;
    border-radius: 0;
    font-size: 12px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    outline: 1px solid #ccc;
    background: #fff;
    width: 178px;
    position: relative;
    top: 1px;
}

label {
    font-weight: normal;
}

.site-common-search-btn {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: "PingFangSC-Regular";
    padding: 0 16px;
    background: #245efe;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    min-width: 80px;
    vertical-align: middle;
}
.site-common-search-btn:hover {
    background: #209bfd;
    color: #fff;
}
.site-common-search-btn-plus {
    margin-right: 10px;
}

.site-common-tab-menu {
    padding: 0 24px;
    background: #fff;
    border-radius: 4px 4px 0 0;
}

.site-common-tab-menu .tab-menu-layout {
    border-bottom: 1px solid #edf1fc;
}

.site-common-tab-menu a {
    display: inline-block;
    margin-right: 40px;
    text-align: center;
    height: 64px;
    line-height: 64px;
    font-family: 'PingFangSC-Regular';
    font-size: 16px;
    color: #666;
    border-radius: 4px 4px 0 0;
}

.site-common-tab-menu a:hover {
    color: #333;
}

.site-common-tab-menu .site-common-active-tab {
    position: relative;
    font-family: 'PingFangSC-Semibold';
    font-size: 16px;
    color: #333;
    line-height: 64px;
}

.site-common-tab-menu .site-common-active-tab:hover {
    color: #333;
}

.site-common-tab-menu:not(.help-nav) .site-common-active-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #245dfe;
    border-radius: 4px 4px 0 0;
}

.site-common-preview-pop-wrap {
    width: 800px;
    height: 410px;
}
.site-common-preview-pop-wrap .bui-popup {
    position: fixed;
    left: calc(50% - 400px);
    top: 100px;
    background-color: #fefefe;
    z-index: 10086;
    font-size: 14px;
    font-family: "PingFangSC-Regular";
    box-shadow: 0 0 18px 2px grey;
    text-align: left;
    border: 1px solid #f6f9fe;
    border-radius: 4px;
    width: 800px;
    height: 410px;
    margin: 20px 0;
}
.site-common-preview-pop-wrap .bui-popup-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    background: #F5F5F5;
    margin: 0;
    padding: 0 20px;
}
.site-common-preview-pop-wrap .bui-popup-content {
    padding: 40px 10px;
    width: 800px;
    height: 370px;
}
.site-common-preview-pop-wrap .bui-popup-content .bui-popup-image {
    color: #000;
    padding: 0 0;
    margin: 0 0;
    border: none;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}