* {
    position: relative;
    box-sizing: border-box;
}

body {
    font-family: Noto Sans SC, Source Han Sans CN, Source Han Sans SC, -apple-system, PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, ST Heiti, SimHei, Arial, sans-serif;
    font-size: 14px;
    color: #020a1a;
    margin: 0;
    padding: 0;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.display--none {
    display: none;
}

.text-align--center {
    text-align: center;
}

.app {
    width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    background-color: #fff;
    padding-bottom: 20px;
}

h2 {
    margin: 16px 0;
    color: #1976D2;
}

h2 .help-hit {
    color: #8993a4;
    font-weight: 400;
    float: right;
    font-style: italic;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    display: flex;
    justify-content: space-between;
}

.blank {
    padding: 8px;
    margin: 16px 0;
    text-align: center;
}

.table-like li:first-child .value,
.table-like li:first-child .label {
    border-top: solid 1px #dfe1e6;
}

.table-like .label {
    position: relative;
    color: #616161;
    min-width: 200px;
    display: inline-block;
    border: solid 1px #dfe1e6;
    border-top: none;
    padding: 4px;
    background-color: #fafbfc;
}

.table-like .value {
    flex-grow: 1;
    position: relative;
    text-align: left;
    display: inline-flex;
    border: none;
    border-bottom: solid 1px #dfe1e6;
    border-right: solid 1px #dfe1e6;
    padding: 4px;
}

.cell {
    width: 33.33%;
    display: inline-flex;
    align-items: center;
    border-left: solid 1px #dfe1e6;
    margin: -4px 0;
    padding-left: 4px;
    height: 28px;
}

.table-like .value .cell:first-of-type {
    border-left: none;
    padding-left: 0;
}

.primary {
    color: #1976D2;
}

.danger {
    color: #d11a32;
}

.success {
    color: #45A321;
}

.quality-1 {
    color: #45A321;
}

.quality-2 {
    color: #dc7c08;
}

.quality-3 {
    color: #d11a32;
}

.warning {
    background-color: #fdf6ec;
    color: #8993a4;
}

.noti {
    background-color: #F56c6c;
    color: #fff;
}

#records {
    display: flex;
    flex-direction: column;
}

#records li span:last-child {
    flex-shrink: 0;
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    height: 64px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 4%);
    border-bottom: 1px solid #dfe1e6;
}

.header .header-inner {
    display: flex;
    align-items: center;
    width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.header-inner-divider {
    height: 16px;
    border: none;
    border-right: 1px solid #dfe1e6;
    margin: 0 20px;
}

.header-inner-title {
    color: #8993a4;
    font-weight: 700;
    font-size: 16px;
}

.header-inner-spacer {
    flex-grow: 1;
}

.header-inner-contacts {
    font-size: 0;
}

.header-inner-contacts a {
    color: #020a1a;
    text-decoration: none;
    font-size: 14px;
}

.header-inner-contacts a:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dfe1e6;
}

.contact-china, .contact-global {
    display: none;
}

.header-inner-languages {
    position: relative;
    display: none;
    align-items: center;
    margin-left: 16px;
    color: #616161;
}

.header-inner-languages li {
    cursor: pointer;
    font-size: 12px;
}

.header-inner-languages li:hover {
    text-decoration: underline;
}

.locale-cn .header-inner-languages,
.locale-en .header-inner-languages {
    display: flex;    
}

.locale-cn .header-inner-languages li:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dfe1e6;
}

.locale-en .header-inner-languages {
    flex-direction: row-reverse;
}

.locale-en .header-inner-languages li:last-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dfe1e6;
}

.locale-cn [data-locale="cn"],
.locale-en [data-locale="en"] {
    font-weight: bold;
    font-size: 14px;
}

.dialog-modal {
    position: relative;
    width: 100%;
    margin-top: 16px;
    padding: 16px;
}

.plug-in-warnings {
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.svg-icon {
    fill: #bcc2cc;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
    width: 1em;
    height: 1em;
}

.svg-icon:hover {
    fill: #8993a4;
}

.icon-solid-info {
    font-size: 20px;
    display: inline-flex;
}

.cn-message, .us-message {
    display: none;
}

.locale-cn .cn-message {
    display: block;
}

.locale-cn .en-message {
    display: none;
}

.locale-en .en-message{
    display: block;
}

.locale-en .cn-message{
    display: none;
}

.progress-bar,
.progress-bar-inner {
    position: relative;
}

.progress-bar {
    background-color: #1976D2;
    height: 20px;
}

.progress-bar-inner {
    background-color: #45A321;
    text-align: right;
    width: 0%;
    height: 20px;
    color: #fff;
}

.progress-bar-text {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}

.low-speed {
    display: none;
}

.low-speed-warnings section h2 {
    margin: 10px 0;
    font-size: 18px;
}

.low-speed-warnings section p {
    margin: 8px 0;
}

.low-speed-warnings ul {
    margin: 0 0 0 24px;
}

.low-speed-warnings ul li {
    display: list-item;
}

.low-speed-warnings > p {
    font-size: 14px;
    font-weight: 600;
}

.txt-speed-test-msg {
    text-align: center;
}

.error-request {
    display: none;
}

.error-request-list {
    margin: 0 0 0 24px;
}

.error-request-list li {
    display: list-item;
}

#browser-suggestion {
    background-color: #45a321;
    color: #ffffff;
}

#browser-suggestion a{
    color: #d6dd4d;
}