html, body {
    width: 100%;
    height: 100%;
}
body {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, img, fieldset, legend, textarea, pre, iframe, div, svg, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Microsoft YaHei, Arial, Helvetica, sans-serif;
    list-style-type: none;
}
.service-container {
    position: relative;
    height: 100%;
}
.parent-tabs {
    position: relative;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    height: 55px;
}
.service-tabs {
    display: flex;
    display:-webkit-flex; /* 新版本语法: Chrome 21+ */
    display:-webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display:-moz-box; /* 老版本语法: Firefox (buggy) */
    display:-ms-flexbox; /* 混合版本语法: IE 10 */
    overflow: scroll hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 45px;
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 8px 0 0 0;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    border-bottom: 2px solid #d7150e;
    z-index: 8;
}
.service-tabs-neutral {
    border-bottom: 2px solid #6085ff !important;
}
.service-tabs-neutral .is-active {
    color: #6085ff !important;
}
.service-tabs li {
    display: inline-block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    max-width: 340px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 24px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    min-width: unset;
    color: #1a1a1a;
    font-weight: 600;
    list-style: none;
    -o-text-overflow: ellipsis;
}
.service-tabs .is-active {
    color: #d7150e;
}
.active-bar {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 166px;
    background-color: #d7150e;
    border-radius: 5px 5px 0 0;
    list-style: none;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.active-bar-neutral {
    background-color: #6085ff !important;
}
.content-text {
    position: absolute;
    width: calc(100% - 28px);
    height: calc(100% - 92px);
    margin: 16px 20px 20px 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 20px;
    overflow-y: scroll;
}
.to-privacy-policy {
    color: #455EEC;
    cursor: pointer;
}
.to-region-notice {
    color: #455EEC;
    cursor: pointer;
}
.to-DPA {
    color: #455EEC;
    cursor: pointer;
}
.to-terms-service {
    color: #455EEC;
    cursor: pointer;
}
.to-refund-policy {
    color: #455EEC;
    font-weight: 900;
    cursor: pointer;
}
.service-container .none-div {
    display: none;
}
