@font-face {
    font-family: RobotoLightItalic;
    src: url('../fonts/Roboto-LightItalic-11.woff') format('woff'),
        url('../fonts/Roboto-LightItalic-11.ttf') format('truetype');
}

@font-face {
    font-family: PingFangSCMedium;
    src: url('../fonts/PingFang-SC-Medium.woff') format('woff'),
        url('../fonts/PingFang-SC-Medium.ttf') format('truetype');
}

@font-face {
    font-family: PingFangSCRegular;
    src: url('../fonts/PingFang-SC-Regular.woff') format('woff'),
        url('../fonts/PingFang-SC-Regular.ttf') format('truetype');
}

@font-face {
    font-family: PingFangSCSemibold;
    src: url('../fonts/PingFang-SC-Semibold.woff') format('woff'),
        url('../fonts/PingFang-SC-Semibold.ttf') format('truetype');
}

html {
    font-size: 100px;
}

body {
    font-family: PingFangSCRegular, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    line-height: 1.5;
    color: #333333;
    margin: 0;
    font-size: 0.16rem;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

img {
    max-width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

strong, h1, h2, h3, h4, h5, h6 {
    font-family: PingFangSCMedium;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

h1 {
    font-size: 0.24rem;
}

h2 {
    font-size: 0.22rem;
}

h3 {
    font-size: 0.20rem;
}

h4 {
    font-size: 0.18rem;
}

h5 {
    font-size: 0.16rem;
}

h6 {
    font-size: 0.14rem;
}

[hidden] {
    display: none !important;
}

.page-container {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

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

.img-block {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* about start */
.video-player {
    width: 100%;
}

.about-video {
    padding: 0 0.16rem;
    margin-bottom: 0.32rem;
}

.about-content {
    padding: 0 0.32rem;
    line-height: 1.8;
    text-align: justify;
}

/* about end */

/* partner start */
.partner-banner {
    margin-bottom: 0.48rem;
}

.partner-content {
    text-align: center;
    margin-bottom: 0.64rem;
    line-height: 1.8;
}

.partner-content i {
    font-style: normal;
    font-family: RobotoLightItalic;
}

.partner-address {
    font-size: 0.13rem;
    line-height: 1.5;
    margin-bottom: 0.16rem;
    text-align: center;
}

.partner-address .p1 {
    font-family: PingFangSCSemibold;

}

.partner-address .p2 {
    letter-spacing: 0.04em;
}

.partner-concat {
    padding: 0 0.32rem;
    margin-bottom: 0.32rem;
}

/* partner end */

.review-box {
    display: flex;
    position: relative;
    padding: 12px;
}

.review-box::after {
    content: "";
    position: absolute;
    left: 62px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #eee;
    transform: scaleY(0.5);
}

.review-box-item,
.review-box-img {
    display: block;
}

.review-box-media {
    margin-right: 12px;
}

.review-box-content {
    flex: 1;
}

.review-box-h5 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
}

.review-box-time {
    color: #666;
    font-size: 13px;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis a:hover {
    color: #333333;
}
