/**
 * @name: agora.io
 * @description:
 * @author: will
 */


/* Import Less files */


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: inherit;
}

ul {
    list-style: none inside;
    margin: 0;
    padding: 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

p {
    margin: 0;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}


/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.flex {
    display: flex;
}

.flex__item {
    flex: 1;
    position: relative;
}

.flex__justify {
    /* Android */
    display: -webkit-box;
    -webkit-box-pack: justify;
    /* iOS */
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    /* IE10 */
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    /* w3c */
    display: flex;
    justify-content: space-between;
}

.flex__justify__item {
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.middle {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.full__row,
.full__row__color {
    text-align: center;
    position: relative;
}

.full__row__color {
    background-color: #F6F8FA;
}

.full__height {
    height: 100%;
}

.row,
.row__valign {
    display: block;
    margin: 0 auto;
    word-spacing: -0.43em;
    text-align: center;
}

.block {
    display: block !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.hcenter {
    text-align: center !important;
}

.row__valign {
    width: 100%;
    height: 100%;
    display: block !important;
}

.valign {
    display: table-cell;
    vertical-align: middle !important;
    word-spacing: 0;
}

.auto__img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}

.valign__flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

* {
    box-sizing: border-box;
}

.grid-container {
    width: 100%;
}

.row:before,
.row:after,
.row__valign:before,
.row__valign:after {
    content: "";
    display: table;
    clear: both;
}

[class*='col-'],
[class*='part-'] {
    display: inline-block;
    min-height: 1px;
    width: 8.3333%;
    *width: 8.3023%;
    padding: 0 15px;
    margin: 0 auto;
    text-align: left;
    word-spacing: 0;
}

[class*='col-'].row__valign,
[class*='col-'].row,
[class*='part-'] {
    word-spacing: -0.43em;
}

[class*='part-'] [class*='col-'] {
    vertical-align: top;
}

.col-1 {
    width: 8.3333%;
    *width: 8.3023%;
}

.col-2 {
    width: 16.6667%;
    *width: 16.6357%;
}

.col-3 {
    width: 25%;
    *width: 24.969%;
}

.col-4 {
    width: 33.3333%;
    *width: 33.3023%;
}

.col-5 {
    width: 41.6667%;
    *width: 41.6357%;
}

.col-6,
.part-6 {
    width: 50%;
    *width: 49.969%;
}

.col-7,
.part-7 {
    width: 58.3333%;
    *width: 58.3023%;
}

.col-8,
.part-8 {
    width: 66.6667%;
    *width: 66.6357%;
}

.col-9,
.part-9 {
    width: 75%;
    *width: 74.969%;
}

.col-10,
.part-10 {
    width: 83.3333%;
    *width: 83.3023%;
}

.col-11,
.part-11 {
    width: 91.6667%;
    *width: 91.6357%;
}

.col-12,
.part-12 {
    width: 100%;
}

.offset-5 {
    margin-left: 41.6667%;
    *margin-left: 41.6357%;
}

@media screen and (max-width: 768px) {
    .col-1 {
        width: 16.6667%;
        *width: 16.6357%;
    }
    .col-2 {
        width: 33.3333%;
        *width: 33.3023%;
    }
    .col-3 {
        width: 50%;
        *width: 49.969%;
    }
    .col-4 {
        width: 100%;
    }
    .col-5 {
        width: 100%;
    }
    .col-6 {
        width: 100%;
    }
    .col-7 {
        width: 100%;
    }
    .col-8 {
        width: 100%;
    }
    .col-9 {
        width: 100%;
    }
    .col-10 {
        width: 100%;
    }
    .col-11 {
        width: 100%;
    }
    .col-12 {
        width: 100%;
    }
    [class*='col-'] {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .offset-5 {
        margin-left: 0;
    }
    .col-xs-offset-1 {
        width: 8.3333%;
        *width: 8.3023%;
    }
    .col-xs-offset-2 {
        width: 16.6667%;
        *width: 16.6357%;
    }
    .col-xs-offset-3 {
        width: 25%;
        *width: 24.969%;
    }
    .col-xs-offset-4 {
        width: 33.3333%;
        *width: 33.3023%;
    }
}

@media screen and (max-width: 600px) {
    .col-3 {
        width: 100%;
    }
}

.btn {
    border: 0 none;
    height: 42px;
    line-height: 42px;
    padding: 0 24px;
    display: inline-block;
    font-size: 16px;
    color: #29B9CC;
    font-weight: 300;
    border-radius: 32px;
    font-weight: 400;
    cursor: pointer;
}

.btn span {
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.btn-gradient,
.btn__gradient,
.btn__gradient__overturn {
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to right, #03D2B3 0, #0988F5 100%);
    box-shadow: 0 2px 15px rgba(5, 201, 185, 0.37);
}

@media screen and (min-width: 768px) {
    .btn-gradient:before,
    .btn__gradient:hover {
        display: none;
    }
}

.btn__gradient__hover,
.btn__gradient__white {
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.btn__border-gradient:before,
.border-gradient:before,
.btn__gradient__hover:before,
.border-gradient:before,
.btn__gradient__white:before {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 32px;
}

.btn__border-gradient {
    position: relative;
    border: 1px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.btn__border-gradient span {
    background: linear-gradient(90deg, #03D2B3 0, #2181FB 80%, #2181FB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn__border-gradient:after,
.border-gradient:after,
.btn__gradient__hover:after,
.btn__gradient__white:after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(to right, #03D2B3 0, #2181FB 100%);
    content: '';
    z-index: 0;
    border-radius: 32px;
}

.btn__border-transparent {
    border: 2px solid rgba(233, 233, 244, 0.3);
    background: none;
    color: #fff;
    line-height: 38px;
}

.btn__try {
    padding: 10px 0;
    display: inline-block;
}

.btn__try a:hover,
.btn__try-white a {
    text-decoration: underline;
}

.btn__try-white a {
    color: #fff;
    font-size: 16px;
}

.btn__white:hover,
.btn__white-hover:hover {
    color: #fff;
    line-height: 38px;
    background: none;
    border: 2px solid rgba(223, 233, 244, 0.3);
}

.btn__white,
.btn__white-hover {
    line-height: 38px;
    color: #29B9CC;
    background-color: #fff;
    border: 2px solid #fff;
}

.btn__download {
    border: 1px solid #E0E0EA;
    background-color: #fff;
    border-radius: 100px;
    height: 38px;
    line-height: 36px;
    display: inline-block;
    padding: 0 15px;
    color: #414B5A;
    cursor: pointer;
    position: relative;
}

.btn__download:hover {
    color: #fff;
    background: linear-gradient(to right, #03D2B3 0, #2181FB 100%);
}

.btn__download .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

@font-face {
    /* font-properties */
}


/* Import lib-rem.less if supportREM opened. */

html {
    font-size: 20PX;
}

@media only screen and (min-width: 320px) {
    html {
        font-size: 19PX !important;
    }
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 20PX !important;
    }
}

@media only screen and (min-width: 400px) {
    html {
        font-size: 21.33333333PX !important;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 22.08PX !important;
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 25.6PX !important;
    }
}

html[data-rem="320"] {
    font-size: 20PX;
}

@media only screen and (min-width: 375px) {
    html[data-rem="320"] {
        font-size: 23.4375PX !important;
    }
}

@media only screen and (min-width: 400px) {
    html[data-rem="320"] {
        font-size: 25PX !important;
    }
}

@media only screen and (min-width: 414px) {
    html[data-rem="320"] {
        font-size: 25.875PX !important;
    }
}

@media only screen and (min-width: 480px) {
    html[data-rem="320"] {
        font-size: 30PX !important;
    }
}


/* Import modules like `header.less` */

.header__box {
    width: 100%;
    height: 73px;
    text-align: left;
}

.header {
    position: relative;
    z-index: 1000;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
}

.header__bg {
    background: none;
}

.header:after {
    content: "";
    display: table;
    clear: both;
}

.header a {
    color: #828A95;
}

.header-fix {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.header__box .header__inneer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

.nav a:hover,
.fold__menu__box a:hover {
    opacity: 0.8;
}

.logo,
.mob__logo {
    width: 185px;
    padding: 4px 0;
    background: url(../img/logo.svg) 0 center no-repeat;
    background-size: contain!important;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
    display: inline-block;
}

.logo--white,
.mob__logo {
    background: url(../img/logo_white.svg) 0 center no-repeat;
}

.header-fix .logo--white {
    background: url(../img/logo.svg) 0 center no-repeat;
}

.login__gruop {
    display: inline-block;
    float: right;
}

.login__gruop>.contact-sales {
    float: right;
    line-height: 40px;
    margin-right: 20px;
}

.logo__link {
    display: block;
    width: 100%;
    height: 27px;
}

.icon__menu {
    display: none;
}

.nav {
    line-height: 40px;
    padding-left: 25px;
    display: inline-block;
    position: relative;
}

.nav__item,
.nav__item--active {
    float: left;
    margin-right: 22px;
}

.nav__item--active {
    font-weight: 200;
}

.sub__nav__box {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 100;
    display: none;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(120, 94, 94, 0.2);
}

.sub__nav {
    height: 100%;
    position: relative;
    border-top: 0 none;
}

.sub__nav a {
    display: block;
    padding: 10px 20px;
}

.sub__nav a:hover {
    color: #fff !important;
    background-color: #4BA6F6;
}

.sub__nav__box sup {
    position: relative;
    left: 0.5em;
    color: #FF5600;
}

.nav--white .sub__nav {
    background: linear-gradient(110deg, #03D2B3 0, #0988F5 100%);
}

.nav--white .sub__nav a {
    color: #fff !important;
}

.nav--white .sub__nav a:hover {
    background-color: #fff;
    color: #4BA6F6 !important;
}

.radius {
    border-radius: 16px;
}

.header__bg a {
    color: #fff;
}

.header-fix a {
    color: #828A95;
}

.header__bg .login__box:after {
    display: none;
}

.header__bg .sub__nav__box a {
    color: #00A0E9;
}

.login__box {
    float: right;
    text-align: center;
    margin-top: -2px;
}

.subtitle {
    height: 22px;
    float: right;
    margin: 0px 10px 0 0;
    font-size: 16px;
    line-height: 40px;
    padding-bottom: 0 !important;
}

.fold__menu {
    cursor: pointer;
}

.fold__menu+i.dropdown-icon {
    margin-right: 15px;
}

.fold__menu__box {
    float: right;
    line-height: 40px;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
}

.fold__menu__box i.dropdown-icon {
    width: 5px;
    height: 5px;
    border: 1px solid #ffffff;
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    top: -3px;
}

.fold__menu__box i.dropdown-icon.white {
    border: 1px solid #828A95;
    border-top-color: transparent;
    border-right-color: transparent;
}

.fold__menu__items {
    position: absolute;
    left: -18px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    width: 88px;
    text-align: center;
}

.fold__menu__items a {
    cursor: pointer;
    display: block;
    color: #828A95;
}

.fold__menu__box .fold__menu__items.align-left {
    width: 164px;
    padding: 14px 0 14px 36px;
}

.fold__menu__box .fold__menu__items.align-left>a {
    text-align: left;
}

.fold__menu__box .fold__menu__items>a.sub__item {
    text-indent: 20px;
    font-size: 14px;
    background: url(data:image/gif;base64,R0lGODlhHAALAJECAAAAAP/WAP///wAAACH5BAEAAAIALAAAAAAcAAsAQAJAlI+pa+HngJSuVhFAgFrnb3litDWaaVUneqEY5ZVft33MjSNPs0N9q6O8MhNaiMQhdYSgkc01jKmWtd4iZdU9CgA7) 90px no-repeat;
}

.subtitle__tel {
    display: inline-block;
    padding-top: 3px;
}

.notice {
    height: 32px;
    line-height: 32px;
    padding: 0 5px 0 20px;
    float: left;
    margin-left: 30px;
    position: absolute;
    top: -16px;
    opacity: 0;
}

.notice__content {
    position: relative;
    z-index: 2;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    color: #1B8EF3;
}

.notice__content strong {
    float: left;
}

.notice__content__box {
    float: left;
}

.notice__content__box a {
    cursor: pointer;
}

.notice__content__box span {
    display: block;
    height: 33px;
    line-height: 33px;
}

.mob__hedaer {
    width: 100%;
    height: 100%;
    display: none;
    background: linear-gradient(180deg, #0AC2C2 0, #0988F5 85%, #0988F5 100%);
    color: #fff;
    padding: 20px 20px;
    position: fixed;
    top: 0;
    z-index: 1001;
    text-align: left;
}

.mob__hedaer a {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.mob__nav__links {
    display: block;
    padding-top: 20px;
    margin-bottom: 20px;
}

.mob__logo {
    height: 34px;
}

.mob__developer__menu,
.mob__nav__links {
    border-bottom: 1px solid #fff;
}

.mob__developer__menu {
    margin-bottom: 20px;
}

.mob__user a {
    display: inline-block;
    margin-right: 30px;
}

.icon.icon__menu {
    width: 18px;
    height: 14px;
    display: none;
    position: fixed;
    top: 25px;
    right: 15px;
    background: url(../img/icon_menu_blue.png) 0 0 no-repeat;
    z-index: 1001;
    cursor: pointer;
}

.icon.icon__menu__close {
    background: url(../img/icon_close.png) 0 0 no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1003px) {
    .nav,
    .login__gruop {
        display: none;
    }
    .mob__hedaer {
        display: none;
    }
    .icon.icon__menu {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .header-icon-white .icon.icon__menu {
        background: url(../img/icon_menu.png) 0 0 no-repeat;
    }
    .header-icon-white .icon.icon__menu.icon-fix {
        background: url(../img/icon_menu_blue.png) 0 0 no-repeat;
    }
}


/* en */

.en .logo {
    width: 140px;
    margin-top: -3px !important;
    background: url(../img/logo_en.svg) 0 0 no-repeat;
    margin-right: 5px;
}

.en .header__bg .logo,
.en .logo--white {
    background: url(../img/logo_en_white.svg) 0 0 no-repeat;
}

.en .header-fix .logo--white {
    background: url(../img/logo_en.svg) 0 0 no-repeat;
}

.en .fold__menu__items {
    width: 100px;
    left: -34px;
}

.en .logo--white,
.mob__logo {
    background: url(../img/logo_en_white.svg) 0 center no-repeat;
}


/* Tips style */

.tips {
    border-left: 4px solid #b7e3f6;
    background-color: #e9f6fb;
    display: inline;
    padding: 4px 0 4px 5px;
    font-size: 14px;
}

.tips strong {
    font-weight: bolder;
    color: #ea5798;
}

.tips__code {
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.quality__circle__animation .circle__inner {
    opacity: 0;
    -webkit-animation: waveRaidus 4s ease-in 0s infinite;
    animation: waveRaidus 4s ease-in 0s infinite;
}

.quality__circle__animation .circle__middle {
    opacity: 0;
    -webkit-animation: waveRaidus 4s ease-in 1.4s infinite;
    animation: waveRaidus 4s ease-in 1.4s infinite;
}

.quality__circle__animation .circle__outer {
    opacity: 0;
    -webkit-animation: waveRaidus 4s ease-in 2.8s infinite;
    animation: waveRaidus 4s ease-in 2.8s infinite;
}

@-webkit-keyframes waveRaidus {
    0% {
        transform: scale(1, 1);
        transform-origin: 50% 50%;
        opacity: 0.4;
    }
    100% {
        transform: scale(3.4, 3.4);
        transform-origin: 50% 50%;
        opacity: 0;
    }
}

@keyframes waveRaidus {
    0% {
        transform: scale(1, 1);
        transform-origin: 50% 50%;
        opacity: 0.4;
    }
    100% {
        transform: scale(3.4, 3.4);
        transform-origin: 50% 50%;
        opacity: 0;
    }
}

.circle__serve__animation .serve__circle__middle {
    opacity: 0;
    -webkit-animation: waveServeRaidus 2.5s ease-in 0s infinite;
    animation: waveServeRaidus 2.5s ease-in 0s infinite;
}

.circle__serve__animation .serve__circle__outer {
    opacity: 0;
    -webkit-animation: waveServeRaidus 2.5s ease-in 1.8s infinite;
    animation: waveServeRaidus 2.5s ease-in 1.8s infinite;
}

.serve__circle__item1,
.serve__circle__item2,
.serve__circle__item3,
.serve__circle__item4 {
    display: none;
}

@-webkit-keyframes waveServeRaidus {
    0% {
        transform: scale(1, 1);
        transform-origin: 50% 50%;
        opacity: 0.4;
    }
    100% {
        transform: scale(6, 6);
        transform-origin: 50% 50%;
        opacity: 0;
    }
}

@keyframes waveServeRaidus {
    0% {
        transform: scale(1, 1);
        transform-origin: 50% 50%;
        opacity: 0.4;
    }
    100% {
        transform: scale(6, 6);
        transform-origin: 50% 50%;
        opacity: 0;
    }
}

body {
    color: #5C6165;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

a {
    color: #00A0E9;
    text-decoration: none;
}

h1 {
    font-size: 56px;
    line-height: 64px;
}

h2 {
    font-size: 40px;
    line-height: 58px;
}

h3 {
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    line-height: 32px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
}

.main {
    max-width: 1280px;
    margin: 0 auto;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.hide {
    display: none !important;
}

.advantage {
    padding-top: 45px;
    position: relative;
}

.advantage__show__item {
    text-align: center;
}

.advantage__show__item img {
    vertical-align: bottom;
}

.fadeInImg {
    animation: carouselImg 0.8s ease-out 1 normal forwards;
}

.fadeInNotice {
    animation: carouselNotice 1.2s linear 1 normal forwards;
}

@keyframes carouselImg {
    0% {
        opacity: 0.7;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes carouselNotice {
    0% {
        opacity: 0.3;
        transform: translateX(-35px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.video__item--active {
    display: block;
}

.video__item__1 {
    background: url("../img/show_iphone.html") 0 0 no-repeat;
    background-size: contain;
}

.video__item__2 {
    background: url("../img/icon_item_2.html") 0 0 no-repeat;
    background-size: contain;
}

.carousel__box {
    background: url("../img/mockup.svg") center 0 no-repeat;
    background-size: cover;
    padding-top: 46px;
    width: 204px;
    overflow: hidden;
    margin: 0 auto;
}

.carousel__info {
    width: 360px;
    font-size: 40px;
    text-align: left;
    color: #1B8EF3;
    margin: 0 auto;
}

.carousel__info>span {
    display: inline-block;
    vertical-align: super;
}

.carousel__info__text {
    float: left;
    height: 60px;
    line-height: 60px;
    padding-right: 5px;
}

.carousel__info__box {
    height: 60px;
    overflow: hidden;
    display: inline-block;
}

.carousel__info__box strong {
    display: block;
}

.carousel--font-samll {
    font-size: 26px;
    white-space: nowrap;
}

.clear {
    height: 0;
    overflow: hidden;
    clear: both;
}

.advantage__items {
    background-color: rgba(0, 0, 0, 0.02);
    min-height: 154px;
    position: relative;
    text-align: left;
    border-top: 1px solid rgba(151, 151, 151, 0.3);
}

.advantage__items__border {
    height: 1px;
    overflow: hidden;
    background: linear-gradient(to right, #03D2B3 0, #0988F5 100%);
}

.advantage__item .icon {
    float: left;
    margin-right: 12px;
}

.advantage__item strong {
    padding-top: 5px;
    display: inline-block;
    font-size: 24px;
    min-height: 38px;
    font-weight: 500;
}

.advantage__item p {
    font-weight: 200;
}

.advantage__items__box {
    margin: 0 auto;
    padding: 30px 0;
}

path,
rect {
    fill: none;
}

.advantage__item__price {
    margin-right: 35px;
}

.icon {
    display: inline-block;
}

.advantage__items__box .icon {
    width: 34px;
    height: 34px;
}

.icon__price {
    background: url("../img/icon_money.svg") 0 0 no-repeat;
}

.icon__simple {
    background: url("../img/icon_kf.svg") 0 0 no-repeat;
}

.icon__platform {
    background: url("../img/icon_jr.svg") 0 0 no-repeat;
}

.icon__ios {
    background: url("../img/quick_start/icon_ios.svg") 0 center no-repeat;
}

.icon__android {
    background: url("../img/quick_start/icon_android.svg") 0 center no-repeat;
}

.icon__cocos2d {
    background: url("../img/quick_start/icon_cocos.png") 0 center no-repeat;
}

.icon__unity3d {
    background: url("../img/quick_start/icon_unite.png") 0 center no-repeat;
}

.icon__windows {
    background: url("../img/quick_start/icon_windows.svg") 0 center no-repeat;
}

.icon__web {
    background: url("../img/quick_start/icon_web.svg") 0 center no-repeat;
}

.icon__macos {
    background: url("../img/quick_start/icon_macos.svg") 0 center no-repeat;
}

.icon__beta {
    background: url("../img/icon_beta.svg") 0 center no-repeat;
}

.icon__download__beta {
    position: absolute!important;
    right: -15px !important;
    top: -10px !important;
    width: 40px!important;
    height: 20px!important;
    overflow: visible;
}

.btn__download__ios:hover .icon {
    background: url("../img/quick_start/icon_ios_white.svg") 0 center no-repeat;
}

.btn__download__android:hover .icon {
    background: url("../img/quick_start/icon_android_white.svg") 0 center no-repeat;
}

.btn__download__windows:hover .icon {
    background: url("../img/quick_start/icon_windows_white.svg") 0 center no-repeat;
}

.btn__download__web:hover .icon_web {
    background: url("../img/quick_start/icon_web_white.svg") 0 center no-repeat;
}

.btn__download__macos:hover .icon {
    background: url("../img/quick_start/icon_macos_white.svg") 0 center no-repeat;
}

.btn__download__cocos2d:hover .icon {
    background: url("../img/quick_start/icon_cocos_white.png") 0 center no-repeat;
}

.btn__download__unity3d:hover .icon {
    background: url("../img/quick_start/icon_unite_white.png") 0 center no-repeat;
}

.quality {
    text-align: center;
    position: relative;
    padding-bottom: 150px;
}

.earth__show {
    width: 196px;
    height: 196px;
    margin: 0 auto 10px;
    background: url("../img/earth.svg") 0 0 no-repeat;
}

.quality__info {
    position: relative;
    z-index: 1;
}

.quality__info h3 {
    padding-bottom: 20px;
}

.quality__info .btn__try {
    display: block;
    padding-bottom: 30px;
}

.cover__count {
    padding-top: 68px;
}

.quality__slogan {
    padding-bottom: 30px;
}

.quality__items {
    position: relative;
    z-index: 10;
}

.quality__item {
    text-align: center;
}

.quality__item strong {
    font-size: 26px;
    font-weight: 200;
}

.quality__slogan {
    font-size: 36px;
    font-weight: 400;
}

.quality__info__desc {
    padding-bottom: 6px;
}

.quality__info__mobile {
    display: none;
}

.chart__show__box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../img/chartbg.jpg") center bottom no-repeat;
    background-size: contain;
    z-index: 0;
}

.chart__show {
    padding: 50px 0 130px;
}

.chart__show .code__show {
    height: 256px;
}

.chart__show .code__show .code__show__items .code__show__item pre {
    white-space: pre-line;
    word-break: break-word;
}

.chart__show h3 {
    padding-bottom: 20px;
}

.tech {
    margin-top: -40px;
    position: relative;
}

.tech__bg {
    position: absolute;
    top: 360px;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #F5FBFE;
    transform: skew(0, -16deg);
}

.tech__item {
    overflow: hidden;
    margin-bottom: 100px;
}

.tech__item__box {
    width: 380px;
    padding-left: 35px;
    float: left;
}

.tech__item--left {
    float: left;
    padding-top: 60px;
}

.tech__item--right {
    float: right;
}

.tech__item__title {
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 30px;
}

.tech__item__title span {
    display: block;
}

.tech__item__desc {
    font-size: 20px;
    line-height: 1.3;
}

.img--right {
    float: right;
}

.img--left {
    float: left;
}

.tech__item__dashboard {
    margin-top: 88px;
}

.tech__item__dashboard .tech__item__desc {
    width: 300px;
}

.tech__item__info {
    font-size: 20px;
}

.tech__item__info li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 1px;
}

.tech__item__info .dot {
    position: absolute;
    left: 5px;
}

.tech__secure {
    padding-bottom: 40px;
}

.tech__secure .tech__item__box {
    padding: 30px 0 0;
}

.tech__secure .tech__item__img {
    padding-right: 50px;
}

.evaluate {
    height: 361px;
    background: #fff url("../img/icon_bg.jpg") center center no-repeat;
    background-size: cover;
}

.evaluate__item__box {
    width: 736px;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    padding-top: 102px;
}

.evaluate__content {
    padding-bottom: 18px;
    position: relative;
    line-height: 1.5;
}

.evaluate__content sup {
    position: relative;
    top: -5px;
    left: 5px;
}

.evaluate__content .first__sup {
    left: -5px;
}

.icon__talkspace {
    width: 142px;
    height: 37px;
    background: url("../img/talkspace_logo.png") 0 0 no-repeat;
    background-size: cover;
}

.icon__company__momo {
    width: 137px;
    height: 54px;
    background: url("../img/icon_momo.png") 0 0 no-repeat;
}

.icon__ios-white {
    background: url("../img/about/icon_ios_white.png") 0 center no-repeat;
}

.icon__android-white {
    background: url("../img/about/icon_android_white.png") 0 center no-repeat;
}

.icon__web-white {
    background: url("../img/about/icon_web_white.png") 0 center no-repeat;
}

.icon__mac-white {
    background: url("../img/about/icon_mac_white.png") 0 center no-repeat;
}

.icon__windows-white {
    background: url("../img/about/icon_windows_white.png") 0 center no-repeat;
}

.serve {
    height: 370px;
    background: #F5FBFE;
    position: relative;
    color: #2893EF;
}

.serve__info {
    padding-top: 100px;
    position: relative;
    z-index: 2;
}

.serve__info p {
    font-size: 32px;
    text-align: center;
    font-weight: 200;
    padding-bottom: 15px;
}

.serve__info strong {
    font-weight: 400;
    font-size: 52px;
    padding: 0 15px;
}

.serve__info .btn {
    margin-top: 20px;
}

.cdn__compare .btn__boder-white {
    font-size: 16px;
}

.btn__boder-white {
    border: 1px solid #fff;
    border-radius: 16px;
    color: #fff;
}

.circle__box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.circle__box_mobile {
    display: none;
}

.sdk__monitor__media {
    text-align: center;
}

.serve__wave {
    position: absolute;
    height: 370px;
    width: 100%;
    background: url("../img/map_plate.jpg") no-repeat;
    background-size: 100% 100%;
    color: #2893EF;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.customers {
    background-color: #273444;
    padding: 80px 0 50px;
}

.customers__box {
    width: 900px;
    margin: 0 auto 50px;
    word-spacing: 0;
}

.customer__item {
    width: 12%;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.customer__item:hover img {
    opacity: 0.6;
}

.customer__item img {
    display: inline-block;
}

.customers__evaluation {
    color: #fff;
    position: relative;
}

.evaluation__content {
    font-size: 20px;
    line-height: 1.8;
}

.more__evaluation {
    text-align: center;
    padding-top: 40px;
}

.more__evaluation a {
    color: #fff;
}

.more__evaluation a:hover {
    opacity: 0.6;
}

.customers__evaluation .part-9 {
    position: relative;
    padding: 0 60px;
}

.customers__evaluation .icon {
    width: 36px;
    height: 54px;
    top: 50%;
    margin-top: -28px;
    position: absolute;
    cursor: pointer;
}

.icon__arraw-left {
    left: 10%;
    background: url("../img/icon_arrow_l.svg") center center no-repeat;
}

.icon__arraw-right {
    right: 10%;
    background: url("../img/icon_arrow_r.svg") center center no-repeat;
}

.hd--bg {
    margin-top: -87px;
    color: #fff;
    position: relative;
}

.flow__tips {
    position: fixed;
    right: 0;
    bottom: 50px;
    overflow: hidden;
    z-index: 100;
}

.flow__tips__item {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    right: -103px;
    margin-bottom: 1px;
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 14px;
}

.flow__tips__item span {
    opacity: 0.7;
}

.flow__tips__phone {
    border-radius: 8px 0 0 0;
}

.flow__tips__ticket {
    border-radius: 0 0 0 8px;
}

.tips__item-active {
    border-radius: 8px 0 0 8px;
    right: 0;
}

.flow__tips__item .icon {
    width: 22px;
    height: 22px;
    float: left;
    margin: 9px 9px 0 0;
    opacity: 0.8;
}

.icon__flow__phone {
    background: url("../img/icon_phone.png") center center no-repeat;
}

.icon__flow__ticket {
    background: url("../img/icon_ticket.png") center center no-repeat;
}

.btn__common__box {
    text-align: center;
    position: relative;
    z-index: 101;
}

.scroll__hide {
    overflow: hidden;
}

.bg-gradient {
    background: linear-gradient(90deg, #03D2B3 0, #2181FB 80%, #2181FB 100%);
}

#siri-container,
#siri-container-1,
#siri-container-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    opacity: 0.8;
}

#siri-container canvas,
#siri-container-1 canvas,
#siri-container-2 canvas {
    width: 100% !important;
}

.slick-wrapper {
    min-height: 172px;
}

.el__center {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.el__center-480 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.block__title {
    padding: 5px 0 15px;
}

@media screen and (max-width: 1279px) {
    .customers__box {
        width: 70%;
        word-spacing: 0;
    }
    .customer__item {
        width: 24%;
    }
}

@media screen and (max-width: 569px) {
    .customer__item {
        width: 49%;
    }
}

@media screen and (max-width: 960px) {
    .serve__wave {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .notice {
        display: none;
        opacity: 0;
    }
}

@media screen and (max-width: 440px) {
    .carousel__info {
        margin: 0 0 0 -10px;
    }
}

@media screen and (max-width: 767px) {
    .sdk__monitor__media {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    .advantage__item .icon {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .cn .advantage__show {
        display: none;
    }
    .cn .advantage__show .carousel__info {
        font-size: 36px;
    }
    .cn .advantage__item {
        font-size: 18px;
    }
    .cn .advantage__item strong {
        font-size: 18px;
    }
    .cn .advantage__item p {
        display: inline;
    }
    .cn .advantage__item>div.valign {
        line-height: 2em;
    }
    .cn .advantage__items .container>div:first-child {
        display: none;
    }
    .cn .advantage__items [class*='col-'] {
        margin-bottom: 0;
    }
    .cn .advantage__items .part-9 {
        line-height: 0;
        min-height: 0;
        width: 80%;
    }
    .cn .advantage {
        padding-bottom: 36px;
    }
    .cn .advantage .carousel__info {
        font-size: 36px;
    }
    .cn .col-3 {
        width: 50%;
    }
    .cn h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .cn .chart__show {
        padding: 10px 0;
    }
    .cn .chart__show>div {
        width: 90%;
        border-radius: 6px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }
    .cn .chart__show>div h3 {
        padding-top: 60px;
    }
    .cn .chart__show>div .code__show {
        box-shadow: none;
    }
    .cn .chart__show>div .code__show .code__show__tabs {
        padding-left: 15px;
        padding-right: 0;
        font-size: 16px;
    }
    .cn .chart__show>div .code__show .code__show__tabs span {
        padding: 0;
    }
    .cn .chart__show>div .code__show .code__show__items {
        padding: 0;
    }
    .cn .chart__show>div .code__show .code__show__items .code__show__item {
        padding: 0;
    }
    .cn .chart__show>div .code__show .code__show__items .code__show__item pre {
        white-space: pre-line;
        word-break: break-word;
        font-size: 16px;
    }
    .cn .quality__info__desc {
        font-size: 12px;
        padding: 0 26px;
    }
    .cn .mobile-container {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        width: 90%;
        margin: 0 auto 30px;
    }
    .cn .mobile-container .container div {
        width: 100%;
    }
    .cn .mobile-container .sdk__monitor .sdk__monitor__info .video__custom__list p.btn__try {
        display: none;
    }
    .cn .mobile-container .sdk__monitor__info {
        max-width: none;
    }
    .cn .mobile-container .sdk__monitor {
        padding: 0;
    }
    .cn .mobile-container .sdk__monitor .part-11 {
        margin: 30px 0;
    }
    .cn .mobile-container .sdk__monitor .part-11>div {
        margin-bottom: 0;
    }
    .cn .mobile-container .sdk__monitor .sdk__monitor__media {
        display: none;
    }
    .cn .mobile-container .sdk__monitor__media {
        display: none;
    }
    .cn .quality+.full__row .chart__show__box {
        background: none;
    }
    .cn .quality {
        padding-bottom: 58px;
    }
    .cn .quality .earth__show {
        display: none;
    }
    .cn .quality .quality__items .part-8 {
        width: 100%;
    }
    .cn .customers>.customers__evaluation .icon__arraw-left,
    .cn .customers>.customers__evaluation .icon__arraw-right {
        top: 40%;
        z-index: 1;
    }
    .cn .customers .customer__item__inactive {
        display: none;
    }
    .cn .customers .slick-wrapper .customers__evaluation>div {
        width: 70%;
    }
    .cn .customers .slick-wrapper .customers__evaluation .evaluation__content {
        font-size: 14px;
    }
    .cn .serve__info {
        padding-left: 26px;
        padding-right: 26px;
    }
    .cn .serve__info p {
        font-size: 16px;
        font-weight: normal;
    }
    .cn .serve__info p strong {
        font-size: 48px;
        font-weight: normal;
    }
    .cn .footer {
        font-size: 14px;
    }
    .cn .footer .footer__links__block {
        width: 100%;
    }
    .cn .footer .footer__links__block .links__block {
        display: inline;
    }
    .en.main-page {
        font-family: AvenirNext-Regular;
    }
    .en.main-page .advantage {
        padding-top: 58px;
    }
    .en.main-page .advantage .advantage__show {
        display: none;
    }
    .en.main-page .advantage .carousel__info .carousel__info__box {
        font-family: AvenirNext-DemiBold;
    }
    .en.main-page .advantage .carousel__info .carousel--font-samll {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .en.main-page .advantage .carousel__info .carousel--font-samll span {
        display: block;
    }
    .en.main-page .advantage__items .container .part-9:first-child {
        display: none;
    }
    .en.main-page .advantage__items .advantage__items__box .advantage__item {
        margin-bottom: 21px;
    }
    .en.main-page .advantage__items .advantage__items__box .advantage__item:last-child {
        margin-bottom: 0;
    }
    .en.main-page .advantage__items .advantage__items__box .advantage__item strong {
        line-height: 30px;
    }
    .en.main-page .quality {
        padding-bottom: 0;
    }
    .en.main-page .quality .quality__info h3 {
        font-size: 30px;
    }
    .en.main-page .quality .earth__show {
        display: none;
    }
    .en.main-page .quality .quality__items .part-8 {
        width: 100%;
    }
    .en.main-page .quality .quality__items .part-8 .quality__item {
        width: 50%;
    }
    .en.main-page .quality .quality__items .part-8 .quality__item p {
        font-size: 14px;
    }
    .en.main-page .quality .quality__items .part-8 .quality__item strong {
        font-size: 24px;
    }
    .en.main-page .chart__show {
        margin: 0 12px 24px;
        border-radius: 6px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        padding: 30px 0 0;
    }
    .en.main-page .chart__show h3 {
        font-size: 30px;
    }
    .en.main-page .chart__show p {
        font-size: 14px;
    }
    .en.main-page .chart__show p.btn__try {
        font-size: 16px;
        font-family: AvenirNext-Medium;
    }
    .en.main-page .chart__show .col-4 {
        margin-bottom: 24px;
    }
    .en.main-page .chart__show .code__show {
        padding: 0;
        border-radius: initial;
        box-shadow: none;
    }
    .en.main-page .chart__show .code__show .code__show__tabs {
        font-size: 15px;
        padding: 0 0 24px;
        margin-left: 0;
    }
    .en.main-page .chart__show .code__show .code__show__tabs .code__show__tab {
        padding: 0 5px;
    }
    .en.main-page .chart__show .code__show .code__show__items {
        padding: 0;
    }
    .en.main-page .chart__show .code__show .code__show__items .code__show__item {
        padding: 0;
    }
    .en.main-page .chart__show .code__show .code__show__items .code__show__item pre {
        font-size: 15px;
        line-height: 25px;
    }
    .en.main-page .chart__show__box {
        display: none;
    }
    .en.main-page .mobile-container {
        border-radius: 6px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        margin: 0 12px 32px;
    }
    .en.main-page .mobile-container .sdk__monitor {
        padding: 0;
    }
    .en.main-page .mobile-container .sdk__monitor>.row__valign {
        width: 100%;
        padding: 0;
    }
    .en.main-page .mobile-container .sdk__monitor>.row__valign>.valign {
        margin-bottom: 42px;
    }
    .en.main-page .mobile-container .sdk__monitor>.row__valign>.valign:first-child {
        margin-bottom: 0;
        min-height: 0;
    }
    .en.main-page .mobile-container .sdk__monitor .sdk__monitor__media {
        display: none;
    }
    .en.main-page .mobile-container .sdk__monitor .sdk__monitor__info {
        margin-top: 0;
    }
    .en.main-page .mobile-container .sdk__monitor .sdk__monitor__info h3 {
        font-size: 30px;
    }
    .en.main-page .mobile-container .sdk__monitor .sdk__monitor__info .video__custom__list {
        font-size: 14px;
    }
    .en.main-page .mobile-container .sdk__monitor .sdk__monitor__info .video__custom__list .btn__try {
        font-size: 16px;
        font-family: AvenirNext-Medium;
    }
    .en.main-page .mobile-container .sdk__monitor__media {
        display: none;
    }
    .en.main-page .mobile-container .secured-network>.row__valign {
        width: 100%;
        padding: 0;
    }
    .en.main-page .mobile-container .secured-network>.row__valign>.valign {
        margin-bottom: 0;
    }
    .en.main-page .mobile-container .secured-network .sdk__monitor__info {
        margin-top: 0;
    }
    .en.main-page .mobile-container .secured-network .sdk__monitor__info h3 {
        font-size: 30px;
    }
    .en.main-page .mobile-container .secured-network .sdk__monitor__info .video__custom__list {
        font-size: 14px;
    }
    .en.main-page .mobile-container .secured-network .sdk__monitor__info .video__custom__list .btn__try {
        font-size: 16px;
        font-family: AvenirNext-Medium;
    }
    .en.main-page .customers {
        padding: 45px 41px;
    }
    .en.main-page .customers .customers__evaluation .customers__box {
        width: auto;
    }
    .en.main-page .customers .customers__evaluation .customers__box .customer__item {
        width: 49%;
        margin-bottom: 34px;
    }
    .en.main-page .customers .customers__evaluation .customers__box .customer__item:nth-child(5),
    .en.main-page .customers .customers__evaluation .customers__box .customer__item:nth-child(6) {
        margin-bottom: 0;
    }
    .en.main-page .serve {
        height: 300px;
    }
    .en.main-page .serve .serve__info strong {
        font-size: 48px;
        font-family: AvenirNext-Medium;
    }
    .en.main-page .serve .serve__info p {
        font-size: 16px;
        line-height: 25px;
    }
    .en.main-page .serve .serve__info p>span {
        display: block;
    }
    .en.main-page .serve .serve__wave {
        height: 300px;
    }
}


/* en */

.en .carousel__info {
    top: 170px;
    left: 410px;
}

.en .serve__info {
    padding-top: 70px;
}

.en .evaluate {
    background: #fff url("../img/talkspace_show.jpg") center center no-repeat;
    background-size: cover;
}

.en .advantage__items {
    min-height: 135px;
}

.en .quality__item small {
    font-size: 16px;
}

.en .chart__show__desc {
    padding-bottom: 6px;
}

.meida__brief {
    padding: 60px 15px;
}

.meida__brief h5 {
    font-weight: bold;
    padding-bottom: 10px;
}

.meida__brief img {
    display: inline-block;
    margin: 10px 20px 0 0;
}

.en .customer__item {
    width: 16.2%;
}

.en .agora__event__desc {
    max-width: 960px;
    margin: 0 auto;
}

.en .join__us {
    word-spacing: 0;
}

.en body {
    -webkit-font-smoothing: antialiased;
}

.footer {
    padding: 60px 0;
    color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    background-color: #222;
}

.footer a {
    color: rgba(255, 255, 255, 0.6);
}

.footer a:hover {
    color: #00A0E9;
}

.footer .logo {
    background: url(../img/logo_white.svg) 0 0 no-repeat;
    padding-bottom: 10px;
}

.en .footer .logo {
    background: url(../img/logo_en.svg) 0 0 no-repeat;
}

.ipc {
    padding-top: 10px;
}

.footer [class*='col-'] {
    padding: 0;
}

.footer__desc {
    max-width: 300px;
    clear: both;
    display: block;
    padding: 13px 0 16px;
    line-height: 1.6;
}

.footer__company__info {
    position: relative;
    display: inline-block;
}

.footer__company__links a {
    margin-right: 10px;
    position: relative;
}

.footer__links__block,
.footer__language {
    display: inline-block;
}

.footer__links__block {
    vertical-align: top;
}

.footer__links__block a {
    margin-right: 10px;
    white-space: nowrap;
}

.footer__links__title {
    display: block;
    padding-bottom: 20px;
    color: #fff;
}

.links__block {
    padding-bottom: 10px;
}

.footer__language {
    vertical-align: top;
}

.footer__language a {
    cursor: pointer;
}

.icon__earth {
    width: 34px;
    height: 34px;
    background: url(../img/icon_earth.png) 0 0 no-repeat;
}

.footer__language .icon__earth {
    width: 15px;
    height: 15px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}

.language__item {
    padding-left: 20px;
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.language__item-active {
    font-weight: 300;
    color: #fff !important;
    font-size: 18px;
}

.footer__company__links a {
    margin-right: 3px;
}

.footer__company__links .icon {
    width: 28px;
    height: 28px;
    display: inline-block;
}

.qrcode-wechat {
    width: 138px;
    height: 146px;
    position: absolute;
    top: -157px;
    left: -56px;
    background: url(../img/qrcode_wechat.png) center center no-repeat;
    display: none;
}

.wechat__link:hover .qrcode-wechat {
    display: block;
}

.icon__github {
    background: url(../img/icon_github.png) center center no-repeat;
}

.icon__github:hover {
    background: url(../img/icon_github_blue.png) center center no-repeat;
}

.icon__twitter {
    background: url(../img/icon_tw.png) center center no-repeat;
}

.icon__twitter:hover {
    background: url(../img/icon_tw_blue.png) center center no-repeat;
}

.icon__wechat {
    background: url(../img/icon_wechat.png) center center no-repeat;
    opacity: 0.7;
}

.icon__linkedin {
    background: url(../img/icon_in.png) center center no-repeat;
}

.icon__linkedin:hover {
    background: url(../img/icon_in_blue.png) center center no-repeat;
}

.icon__facebook {
    background: url(../img/icon_fb.png) center center no-repeat;
}

.icon__facebook:hover {
    background: url(../img/icon_fb_blue.png) center center no-repeat;
}

.icon__slack {
    background: url(../img/icon_slack.png) center center no-repeat;
}

.icon__slack:hover {
    background: url(../img/icon_slack_blue.png) center center no-repeat;
}

.icon__utube {
    background: url(../img/icon_utube.png) center center no-repeat;
}

.icon__utube:hover {
    background: url(../img/icon_utube_blue.png) center center no-repeat;
}

@media screen and (max-width: 768px) {
    .en .footer {
        font-size: 14px;
        color: #ffffff;
    }
    .en .footer .footer__links__block {
        display: block;
        width: 100%;
        margin-bottom: 18px;
    }
    .en .footer .footer__links__block .footer__links__title {
        font-size: 16px;
        padding-bottom: 0;
        line-height: 25px;
    }
    .en .footer .footer__links__block .links__block {
        display: inline-block;
        padding-bottom: 0;
        line-height: 23px;
    }
    .en .footer .footer__language {
        width: 100%;
    }
    .en .footer .footer__language br {
        display: none;
    }
    .en .footer .footer__language .subscription {
        border-radius: 0;
        border: none;
        padding-left: 24px;
        font-family: AvenirNext-Bold;
        margin-top: 9px;
    }
    .en .footer .footer__language .subscription .icon__subscription__mail {
        left: 0px;
    }
}

.live__main {
    min-height: 530px;
    background: linear-gradient(90deg, #03D2B3 0, #2181FB 80%, #2181FB 100%);
    position: relative;
    color: #fff;
}

.live__main .container {
    position: relative;
    z-index: 2;
}

.many__people {
    padding-top: 105px;
    position: relative;
    z-index: 2;
}

.many__people__info {
    color: #fff;
    position: relative;
    z-index: 100;
}

.many__people__info h2 span {
    display: block;
}

.many__people__info .btn {
    margin-top: 30px;
}

.many__people__desc {
    font-size: 18px;
}

.people__video {
    width: 230px;
    height: 390px;
    margin: 30px auto 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: url("../img/phone_bg.png") 0 0 no-repeat;
    background-size: cover;
}

.people__video video {
    margin: 50px 0 0 15px;
    overflow: hidden;
}

.people__item {
    position: absolute;
    width: 78px;
    height: 78px;
    border-radius: 100px;
    background-size: cover !important;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
    border: 2px solid #fff;
}

.peopleFadeOut {
    animation: peopleFadeOut 1.5s linear 1 normal forwards;
}

.peopleFadeIn {
    animation: peopleFadeIn 1.5s linear 1 normal forwards;
}

@keyframes peopleFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes peopleFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#siri-broadcast {
    width: 100%;
    position: absolute;
    bottom: -15%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#siri-broadcast canvas {
    width: 100% !important;
}

.people__item-1 {
    width: 70px;
    height: 70px;
    background: url("../img/people_1.jpg") center center no-repeat;
}

.people__item-2 {
    width: 120px;
    height: 120px;
    background: url("../img/people_2.jpg") center center no-repeat;
}

.people__item-3 {
    width: 80px;
    height: 80px;
    background: url("../img/people_3.jpg") center center no-repeat;
}

.people__item-4 {
    width: 100px;
    height: 100px;
    background: url("../img/people_4.jpg") center center no-repeat;
}

.people__item-5 {
    width: 70px;
    height: 70px;
    background: url("../img/people_5.jpg") center center no-repeat;
}

.people__item-6 {
    width: 120px;
    height: 120px;
    background: url("../img/people_6.jpg") center center no-repeat;
}

.people__item-7 {
    width: 90px;
    height: 90px;
    background: url("../img/people_7.jpg") center center no-repeat;
}

.live__support {
    width: 780px;
    margin: 126px auto 0;
    display: flex;
    clear: both;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 27px;
}

.live__support__item {
    flex: 1;
    text-align: center;
}

.live__support__item strong {
    font-size: 28px;
    display: block;
    height: 38px;
    padding-bottom: 5px;
}

.live__support__item .live__support__small {
    font-size: 18px;
}

.boardcast__circle__box {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.live__advantage__box {
    position: relative;
}

.live__advantage {
    overflow: hidden;
    padding-top: 65px;
}

.live__advantage__title {
    padding-bottom: 15px;
}

.live__advantage__item {
    padding-bottom: 5px;
}

.live__advantage__title a {
    font-style: normal;
    position: relative;
    padding-right: 5px;
    color: #5C6165;
}

.live__advantage__title a:hover {
    border-bottom: 1px solid #5C6165;
    cursor: pointer;
}

.live__advantage__title sup {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 2px;
    right: 5px;
    background: url("imgs/icon_question.svg") 0 0 no-repeat;
}

.live__advantage__title span {
    display: block;
}

.live__advantage__media {
    text-align: center;
    margin-bottom: 0;
}

.live__advantage__media img {
    vertical-align: bottom;
}

.broadcast__advantage__items {
    background-color: #F7FAFC;
}

.broadcast__advantage__items .advantage__item {
    text-align: center;
}

.live__advantage__img {
    width: 353px;
    height: 713px;
    float: right;
    background: url("../img/phone_img.jpg") 0 0 no-repeat;
    background-size: contain;
}

.advantage__items--thin {
    height: 112px;
}

.advantage__items--thin .advantage__items__box {
    width: auto;
    padding: 22px 0 0;
    text-align: center;
}

.advantage__items--thin .advantage__item strong {
    font-size: 28px;
}

.advantage__items--thin .advantage__item small {
    font-size: 16px;
}

.advantage__items--thin .font--small {
    padding: 12px 0 5px !important;
}

.font--small {
    font-size: 20px !important;
}

.serve__info .font--size-xxlarge {
    font-weight: 400;
}

.font--size-xxlarge {
    font-size: 56px !important;
}

.broadcast__feature {
    padding: 55px 0 45px;
}

.broadcast__feature .btns {
    text-align: center;
}

.broadcast__feature--padding {
    padding-bottom: 68px;
}

.broadcast__feature__item {
    position: relative;
    padding: 0 0 0 70px;
    font-size: 18px;
    margin-bottom: 60px;
}

.broadcast__feature__item strong {
    font-weight: bold;
}

.broadcast__feature__item .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
}

.icon__delay {
    background: url("../img/icon__delay.png") 0 50% no-repeat;
}

.icon__flow {
    background: url("../img/icon__flow.png") 0 50% no-repeat;
}

.icon__rate {
    background: url("../img/icon__rate.png") 0 50% no-repeat;
}

.icon__record {
    background: url("../img/icon__record.png") 0 50% no-repeat;
}

.icon__network {
    background: url("../img/icon__network.png") 0 50% no-repeat;
}

.icon__media {
    background: url("../img/icon__media.png") 0 50% no-repeat;
}

.icon__integration {
    background: url("../img/icon__integration.png") 0 50% no-repeat;
}

.icon__multi__platform {
    background: url("../img/icon__multi__platform.png") 0 50% no-repeat;
}

.cdn__compare {
    background: linear-gradient(20deg, #3084B3 0, #253C72 100%);
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.3) inset;
    padding: 60px 0;
    overflow: hidden;
}

.cdn__compare .col-6 {
    padding: 0;
}

.cdn__compare__title {
    padding-bottom: 20px;
    font-weight: 400;
}

.compare__params {
    background: linear-gradient(140deg, #09B8B2 0, #0988F5 80%, #0988F5 100%);
    color: #fff;
    z-index: 3;
    border-radius: 8px;
    padding: 24px;
    width: 370px;
    height: 420px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    float: right;
}

.cdn__params {
    width: 385px;
    height: 392px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin: 12px 0 0 -10px;
    border-radius: 8px;
    padding: 24px 24px 24px 30px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
    float: left;
}

@media screen and (max-width: 767px) {
    .cdn__params,
    .compare__params {
        float: none;
        margin: 0 auto;
    }
    .people__items {
        margin-bottom: 0;
    }
    .customers__evaluation .part-9 {
        width: 100%;
    }
}

.cdn__params h3 {
    color: #1B8EF3;
}

.compare__param__item {
    padding-bottom: 27px;
}

.cdn__param__item {
    padding-bottom: 30px;
}

.compare__info__contact {
    color: #1B8EF3;
    font-size: 14px;
}

.broadcast__contact__link {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

.serve__apply__link {
    margin-top: 15px;
    text-align: center;
}

.serve__apply__link a {
    padding: 0 25px;
    display: inline-block;
    font-size: 18px;
}

.net__transfer {
    padding: 25px 0 88px;
    font-weight: 200;
    font-size: 18px;
}

.net__transfer__title {
    font-weight: 400;
    padding-bottom: 30px;
}

.net__transfer__th,
.net__transfer__title {
    color: #1B8EF3;
}

.net__transfer__th {
    font-size: 24px;
    font-weight: 300;
}

.net__transfer__row {
    background-color: #fff;
    border-radius: 8px;
    padding: 23px;
    box-shadow: 0 2px 15px 0 rgba(27, 142, 243, 0.2);
    display: flex;
}

.net__transfer__row .net__transfer__line {
    flex: 1;
}

.net__transfer__col {
    flex: 1;
}

.broadcast__flow {
    background-color: #F7FAFC;
    text-align: center;
}

.broadcast__flow__img {
    margin: 80px 0;
}

.industry {
    padding: 87px 0 90px;
    display: flex;
}

.industry .industry__line {
    display: flex;
    flex: 1;
}

.industry__item {
    flex: 1;
    text-align: center;
    position: relative;
}

.industry__item__title {
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
    color: #1B8EF3;
}

.industry__item .icon {
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
    margin-right: 8px;
}

.industry__item__content {
    display: block;
    padding-top: 5px;
    text-indent: 33px;
}

.icon__live__platform {
    background: url("../img/icon__live__platform.png") 0 50% no-repeat;
}

.icon__live__sport {
    background: url("../img/icon__live__sport.png") 0 50% no-repeat;
}

.icon__live__shopping {
    background: url("../img/icon__live__shopping.png") 0 50% no-repeat;
}

.icon__live__edu {
    background: url("../img/icon__live__edu.png") 0 50% no-repeat;
}

.icon__live__finance {
    background: url("../img/icon__live__finance.png") 0 50% no-repeat;
}

.icon__live__travel {
    background: url("../img/icon__live__travel.png") 0 50% no-repeat;
}


/* en */

.broadcast__features {
    margin: 58px 80px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    padding: 22px 0;
    font-size: 22px;
    clear: both;
    text-align: center;
}

.broadcast__features .icon {
    width: 38px;
    height: 28px;
    margin-right: 3px;
}

.icon__speakers {
    background: url("../img/icon_speakers.png") center bottom no-repeat;
}

.icon__praticipants {
    background: url("../img/icon_praticipants.png") center bottom no-repeat;
}

.icon__text__msg {
    position: relative;
    top: 6px;
    background: url("../img/icon_text_msg.png") center 100% no-repeat;
}

.icon__smart__routing {
    background: url("../img/icon_smart_routing.png") left bottom no-repeat;
}

.icon__latency {
    background: url("../img/icon_latency.png") left bottom no-repeat;
}

.icon__cdn__base {
    background: url("../img/icon_cdn_base.png") left bottom no-repeat;
}

.broadcast__solution {
    margin-top: -25px;
}

.broadcast__solution__title {
    font-size: 36px;
    font-weight: 300;
}

.broadcast__solution__items .icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    top: 3px;
}

.broadcast__solution__items {
    padding: 50px 0 80px 100px;
}

.broadcast__solution__item {
    display: inline-block;
    padding-bottom: 20px;
}

.broadcast__solution__item strong {
    font-size: 30px;
}

.broadcast__solution__item strong {
    font-size: 24px;
}

.broadcast__case {
    padding: 35px 0 60px;
}

.broadcast__case__title {
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 8px;
}

.broadcast__case__desc {
    font-size: 22px;
    padding-bottom: 45px;
}

.broadcast__case__item {
    padding-left: 35px;
    position: relative;
}

.broadcast__case__item .icon {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}

.broadcast__case__item strong {
    padding-bottom: 12px;
    display: block;
}

.broadcast__case__item p {
    padding-bottom: 15px;
}

.icon__entertainment {
    background: url("../img/icon_entertainment.png") left 0 no-repeat;
}

.icon__sports {
    background: url("../img/icon_sports.png") left 0 no-repeat;
}

.icon__commerce {
    background: url("../img/icon_commerce.png") left 0 no-repeat;
}

.icon__education-blue {
    background: url("../img/icon_education.png") left 0 no-repeat;
}

.icon__others {
    background: url("../img/icon_others.png") left 0 no-repeat;
}

.broadcast__earth__info p {
    font-size: 16px;
    font-weight: 200;
}

.broadcast__earth__info strong {
    font-size: 48px;
    text-align: center;
    display: block;
}


/* en */

.en .broadcast__desc {
    font-weight: 200;
}

.en .many__people__info .btn {
    margin-top: 20px;
}

.en .many__people {
    padding-top: 85px;
}

.en .compare__param__item {
    padding-bottom: 20px;
}

.en .industry {
    padding-top: 0;
}

.user__case {
    padding: 50px 0;
}

.user__case__title {
    color: #2291F1;
}

.user__case__desc {
    font-size: 22px;
    font-weight: 200;
}

.en .serve {
    color: #5C6165;
}

.en .serve__info__desc {
    font-size: 16px;
    line-height: 1.5;
}

.en .live__advantage p,
.en .live__advantage__title {
    text-align: center;
}

.en .live__advantage__photo {
    margin: 30px auto -80px;
    display: block;
}

.en .auto__icon_2 {
    margin-top: -350px;
    width: 220px;
    height: auto;
}

.en .advantage__text_2 {
    margin-top: 100px;
}

.en .broadcast__first__solution {
    margin-top: 50px;
    text-align: center;
}

.en .broadcast__first__solution__title {
    font-size: 36px;
    margin-bottom: 30px;
}

.en .broadcast__first__solution__description {
    line-height: 1.5em;
}

.en .broadcast__first__solution__link {
    margin-top: 30px;
}

.en .live__advantage__wrapper {
    background: rgba(0, 0, 255, 0.03);
}

.en .cdn__param__item {
    color: #1B8EF3;
}

.en .compare__params .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 140px;
}

.en .industry__item {
    text-align: left;
}

.en .industry__item__title {
    margin-left: -32px;
}

.en .industry__item__content {
    line-height: 1.2em;
    margin-bottom: 10px;
    text-indent: 0;
    font-size: 14px;
}

.en .serve__info {
    padding-top: 50px;
}

.en .serve__apply__link {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .cn .live__main {
        min-height: 430px;
    }
    .cn .live__main .many__people {
        padding: 50px 0 20px;
    }
    .cn .live__main .many__people .part-10 {
        display: none;
    }
    .cn .live__main .many__people .many__people__info {
        width: 7em;
        font-size: 36px;
        margin: 0 auto;
    }
    .cn .live__main .many__people .many__people__info h2 {
        font-size: inherit;
    }
    .cn .live__advantage__media {
        display: none;
    }
    .cn .broadcast__advantage__items .advantage__items__box {
        width: 90%;
    }
    .cn .broadcast__advantage__items .advantage__items__box .advantage__item {
        font-size: 16px;
    }
    .cn .broadcast__advantage__items .advantage__items__box .advantage__item p {
        display: block;
    }
    .cn .broadcast__advantage__items .advantage__items__box .advantage__item strong {
        font-size: inherit;
    }
    .cn .cdn__compare .cdn__params,
    .cn .cdn__compare .compare__params {
        width: auto;
    }
    .cn .cdn__compare .cdn__params {
        height: 420px;
        max-width: 95%;
        top: -6px;
    }
    .cn .cdn__compare .cdn__params .compare__info__contact>span {
        display: block;
    }
    .cn .cdn__compare .part-10>div {
        margin-bottom: 0;
    }
    .cn .net__transfer .net__transfer__title {
        font-size: 36px;
    }
    .cn .net__transfer .net__transfer__row {
        display: block;
        box-shadow: 0 0 12px 0 #DFDFDF;
    }
    .cn .net__transfer .net__transfer__row.desktop__header {
        display: none;
    }
    .cn .net__transfer .net__transfer__row .net__transfer__line {
        display: flex;
        padding-top: 20px;
        font-size: 16px;
        color: #5C6164;
    }
    .cn .net__transfer .net__transfer__row .net__transfer__line .net__transfer__desc {
        font-weight: 400;
    }
    .cn .broadcast__flow {
        display: none;
    }
    .cn .sdk__support .sdk__support__media {
        display: none;
    }
    .cn .industry {
        padding: 56px 28px;
        flex-direction: column;
    }
    .cn .industry .industry__line {
        display: flex;
    }
    .cn .industry .industry__line .industry__item {
        flex: 1;
        text-align: left;
        margin-bottom: 20px;
    }
    .cn .serve .serve__info .font--size-xxlarge {
        font-size: 36px !important;
    }
    .en.broadcast-page {
        font-family: AvenirNext-Regular;
    }
    .en.broadcast-page .live__main {
        min-height: 342px;
    }
    .en.broadcast-page .live__main .many__people {
        padding-top: 17px;
    }
    .en.broadcast-page .live__main .many__people>.part-10 {
        display: none;
    }
    .en.broadcast-page .live__main .many__people .many__people__info h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 14px;
    }
    .en.broadcast-page .live__main .many__people .many__people__info h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .en.broadcast-page .live__main .many__people .many__people__info .broadcast__desc span {
        display: block;
    }
    .en.broadcast-page .live__advantage__wrapper .live__advantage__box .live__advantage {
        padding-top: 51px;
    }
    .en.broadcast-page .live__advantage__wrapper .live__advantage__box .live__advantage .live__advantage__media .live__advantage__photo {
        display: none;
    }
    .en.broadcast-page .live__advantage__wrapper .live__advantage__box .live__advantage .live__advantage__media .advantage__text_2 {
        margin-top: 0;
    }
    .en.broadcast-page .live__advantage__wrapper .live__advantage__box .live__advantage .live__advantage__media .live__advantage__items .live__advantage__title {
        font-size: 24px;
        line-height: 36px;
    }
    .en.broadcast-page .live__advantage__wrapper .live__advantage__box .live__advantage .live__advantage__media .live__advantage__items .live__advantage__item {
        font-size: 16px;
        line-height: 23px;
    }
    .en.broadcast-page .broadcast__first__solution__container>.part-9 {
        width: 100%;
    }
    .en.broadcast-page .broadcast__first__solution__container .broadcast__first__solution {
        margin-bottom: 45px;
    }
    .en.broadcast-page .broadcast__first__solution__container .broadcast__first__solution .broadcast__first__solution__title {
        font-size: 30px;
    }
    .en.broadcast-page .broadcast__first__solution__container .broadcast__first__solution .broadcast__first__solution__title span {
        display: block;
    }
    .en.broadcast-page .broadcast__feature {
        width: 100%;
        padding: 0 23px 80px;
    }
    .en.broadcast-page .broadcast__feature .broadcast__feature__item {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 24px;
        padding: 0 0 0 52px;
    }
    .en.broadcast-page .broadcast__feature .broadcast__feature__item strong {
        font-family: AvenirNext-Medium;
        font-weight: normal;
    }
    .en.broadcast-page .broadcast__feature .broadcast__feature__item .icon {
        top: 66%;
    }
    .en.broadcast-page .broadcast__feature .broadcast__feature__item .icon__delay {
        width: 32px;
        height: 30px;
        background-size: 32px 30px;
    }
    .en.broadcast-page .broadcast__feature .broadcast__feature__item .icon__flow {
        width: 28px;
        height: 22px;
        background-size: 28px 22px;
    }
    .en.broadcast-page .broadcast__feature .broadcast__feature__item .icon__rate {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
    .en.broadcast-page .broadcast__feature .broadcast__feature__item .icon__record {
        width: 30px;
        height: 20px;
        background-size: 30px 20px;
    }
    .en.broadcast-page .broadcast__feature .broadcast__feature__item .icon__network {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
    .en.broadcast-page .broadcast__feature .broadcast__feature__item .icon__integration {
        width: 29px;
        height: 30px;
        background-size: 29px 30px;
    }
    .en.broadcast-page .cdn__compare {
        padding-bottom: 0;
    }
    .en.broadcast-page .cdn__compare .part-10 {
        width: 100%;
        padding: 0 20px;
    }
    .en.broadcast-page .cdn__compare .compare__params {
        padding: 38px 32px 50px;
        width: auto;
        height: 495px;
    }
    .en.broadcast-page .cdn__compare .compare__params .compare__param__item {
        line-height: 25px;
    }
    .en.broadcast-page .cdn__compare .cdn__params {
        padding: 50px 27px 18px;
        width: 95%;
        top: -35px;
    }
    .en.broadcast-page .cdn__compare .cdn__params .cdn__param__item {
        line-height: 25px;
        padding-bottom: 12px;
    }
    .en.broadcast-page .cdn__compare .cdn__params .cdn__param__item strong {
        color: #5C6165;
    }
    .en.broadcast-page .cdn__compare .cdn__params .cdn__param__item p {
        color: #000029;
    }
    .en.broadcast-page .cdn__compare .cdn__params .cdn__param__item.cdn__notice strong {
        color: #00A0E9;
    }
    .en.broadcast-page .cdn__compare h3 {
        font-size: 24px;
        font-family: AvenirNext-DemiBold;
        line-height: 36px;
    }
    .en.broadcast-page .cdn__compare strong {
        font-family: AvenirNext-DemiBold;
    }
    .en.broadcast-page .user__case {
        padding: 48px 0 37px;
    }
    .en.broadcast-page .user__case>.col-12 {
        margin-bottom: 0;
    }
    .en.broadcast-page .user__case .user__case__title {
        font-size: 30px;
        color: #5C6165;
        line-height: 38px;
        margin-bottom: 18px;
    }
    .en.broadcast-page .user__case .user__case__desc {
        font-size: 16px;
        line-height: 23px;
    }
    .en.broadcast-page .industry {
        flex-direction: column;
        padding: 0 0 41px;
    }
    .en.broadcast-page .industry .industry__item {
        margin-bottom: 19px;
    }
    .en.broadcast-page .industry .industry__item .industry__item__title {
        font-size: 18px;
        line-height: 18px;
        font-family: AvenirNext-DemiBold;
    }
    .en.broadcast-page .industry .industry__item .industry__item__content {
        display: inline-block;
        margin-right: 20px;
        font-size: 16px;
        line-height: 25px;
    }
    .en.broadcast-page .serve .serve__info .serve__info__desc {
        width: 320px;
        margin: 0 auto;
    }
    .en.broadcast-page .serve .serve__info h2 {
        font-size: 30px;
        line-height: 30px;
        font-family: AvenirNext-Medium;
        width: 283px;
        margin: 0 auto;
    }
}

.header__agora {
    background-color: #00A0E9;
}

.header__agora a {
    color: #fff;
}

.header__agora .login__box a {
    color: #00A0E9;
}

.header__agora .login__box:after {
    display: none;
}

.agora-color {
    background-color: #00A0E9;
    color: #fff;
}

.header__agora .sub__nav__box a {
    color: #00A0E9;
}

.video__show {
    background: linear-gradient(90deg, #03D2B3 0, #2181FB 80%, #2181FB 100%);
    color: #fff;
}

.video__show__media {
    text-align: center;
    vertical-align: middle;
}

.video__show__media:after {
    content: "";
    display: table;
    clear: both;
}

.show__media__item {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
    display: inline-block;
    z-index: 5;
    padding-top: 220px;
}

.show__media__item2,
.show__media__item3,
.show__media__item4,
.show__media__item5,
.show__media__item6,
.show__media__item7 {
    margin: 0 0 0 -50px;
}

.show__media__item6 {
    z-index: 4;
}

.show__media__item7 {
    z-index: 3;
}

.video__show__media img {
    width: 160px;
    margin: 0 auto;
    opacity: 0;
}

.show__media__item5 img {
    background: url("../img/mockup.svg") 0 0 no-repeat;
    background-size: cover;
    animation: fadeUpVideoImg 1.2s ease-out 1 normal forwards;
    transform: skewX(10deg) rotateY(15deg);
}

.show__media__item4 img,
.show__media__item6 img {
    animation: fadeUpVideoImg1 1.2s ease-out 1 normal forwards;
    transform: skewX(10deg) rotateY(15deg);
}

.show__media__item3 img,
.show__media__item7 img {
    animation: fadeUpVideoImg2 1.2s ease-out 1 normal forwards;
    transform: skewX(10deg) rotateY(15deg);
}

.show__media__item2 img {
    animation: fadeUpVideoImg3 1.2s ease-out 1 normal forwards;
    transform: skewX(10deg) rotateY(15deg);
}

.show__media__item1 img {
    animation: fadeUpVideoImg4 1.2s ease-out 1 normal forwards;
    transform: skewX(10deg) rotateY(15deg);
}

@keyframes fadeUpVideoImg {
    0% {
        opacity: 0;
        transform: skewX(10deg) rotateY(15deg) translateY(0);
    }
    100% {
        opacity: 1;
        transform: skewX(10deg) rotateY(15deg) translateY(-170px);
    }
}

@keyframes fadeUpVideoImg1 {
    0% {
        opacity: 0;
        transform: skewX(10deg) rotateY(15deg) translateY(0);
    }
    100% {
        opacity: 1;
        transform: skewX(10deg) rotateY(15deg) translateY(-150px);
    }
}

@keyframes fadeUpVideoImg2 {
    0% {
        opacity: 0;
        transform: skewX(10deg) rotateY(15deg) translateY(0);
    }
    100% {
        opacity: 1;
        transform: skewX(10deg) rotateY(15deg) translateY(-120px);
    }
}

@keyframes fadeUpVideoImg3 {
    0% {
        opacity: 0;
        transform: skewX(10deg) rotateY(15deg) translateY(0);
    }
    100% {
        opacity: 1;
        transform: skewX(10deg) rotateY(15deg) translateY(-90px);
    }
}

@keyframes fadeUpVideoImg4 {
    0% {
        opacity: 0;
        transform: skewX(10deg) rotateY(15deg) translateY(0);
    }
    100% {
        opacity: 1;
        transform: skewX(10deg) rotateY(15deg) translateY(-70px);
    }
}

.video__show__desc,
.video__show__title {
    color: #fff;
    text-align: center;
}

.video__show__title {
    padding: 93px 0 20px;
    line-height: 1.2;
}

.video__show__title .video__show__wrap {
    display: none;
}

.video__show__desc {
    font-size: 22px;
    opacity: 0.8;
    line-height: 1.5;
    margin-top: -15px;
}

.icon__resolution {
    width: 40px;
    height: 40px;
    background: url("../img/icon_resolution.png") center 0 no-repeat;
}

.icon__group {
    width: 58px;
    height: 40px;
    background: url("../img/icon_group1.png") center 0 no-repeat;
}

.resolution__title,
.server__title,
.video__custom__title {
    color: #43484D;
    padding: 10px 0 15px;
}

.resolution__title span,
.server__title span,
.video__custom__title span {
    display: block;
}

.resolution__desc,
.server__desc,
.video__custom__desc {
    color: #5E6977;
    line-height: 1.6;
}

.resolution__title {
    line-height: 1.2;
}

.video__resolution {
    padding: 60px 0;
}

.video__resolution__media img {
    vertical-align: bottom;
}

.audio_resolution {
    padding: 40px 0 0;
}

.audio_resolution .video__resolution__media {
    text-align: center;
}

.video__ui__custom {
    overflow: hidden;
    position: relative;
    padding-top: 65px;
}

.video__ui__third {
    display: none;
}

.video__row-color {
    background-color: #F6F8FA;
}

.audio__row__color {
    background-color: #F6F8FA;
}

.audio__ui__custom {
    padding: 90px 0 70px;
}

.video__custom__media {
    position: relative;
    z-index: 0;
}

.video__custom__media img {
    position: relative;
    bottom: -5px;
    z-index: 1;
}

.audio__advantage__item {
    text-align: center;
    padding-bottom: 30px;
}

.icon__custom {
    width: 40px;
    height: 40px;
    background: url("../img/icon_group3.png") center 0 no-repeat;
}
.icon__custom5 {
    width: 40px;
    height: 40px;
    background: url("../img/icon_group5.png") center 0 no-repeat;
}
.icon__video__monitor {
    width: 48px;
    height: 40px;
    background: url("../img/icon_group2.png") center 0 no-repeat;
}
.icon__video__monitor4 {
    width: 48px;
    height: 40px;
    background: url("../img/icon_group4.png") center 0 no-repeat;
}

.video__server {
    padding: 115px 0;
}

.audio__server {
    padding-top: 190px;
}

.audio__server__box {
    padding: 100px 0;
}

.audio__server .video__server__media {
    text-align: left;
    margin-top: 30px;
}

.audio__demo__desc {
    padding: 15px 0;
}

.audio__demo__btns {
    padding: 5px 0 40px;
}

.icon__server {
    width: 40px;
    height: 40px;
    background: url("../img/icon_server.png") center 0 no-repeat;
}

.video__server__media img {
    right: 0;
    left: auto;
}

.sdk__support {
    padding: 93px 0 0;
    color: #fff;
    overflow: hidden;
}

.sdk__support__desc,
.sdk__support__title {
    text-align: center;
    position: relative;
}

.sdk__support__title {
    font-weight: 200;
    padding: 0 0 30px;
}

.sdk__support__desc {
    font-size: 22px;
    padding-bottom: 5px;
}

.sdk__support__media {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    bottom: -7px;
    vertical-align: bottom !important;
    text-align: right;
    overflow: hidden;
}

.sdk__support__intro {
    margin: 10px 0 0;
    vertical-align: bottom !important;
    display: inline-block;
    position: relative;
}

.intro__block__line {
    max-width: 370px;
    border-left: 1px solid #E1E8EE;
}

.support__intro__block {
    padding: 0 0 40px 30px;
    position: relative;
}

.support__intro__title {
    padding-bottom: 8px;
    font-size: 18px;
    display: block;
    font-weight: normal;
}

.support__intro__desc {
    font-size: 13px;
    line-height: 1.7;
}

.plantform__icons .icon {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.icon__apple-white {
    background: url("../img/icon_apple.png") center center no-repeat;
}

.icon__android-white {
    background: url("../img/icon_android.png") center center no-repeat;
}

.icon__windows-white {
    background: url("../img/icon_windows.png") center center no-repeat;
}

.icon__google-white {
    background: url("../img/icon_google.png") center center no-repeat;
}

.step_icon {
    width: 28px;
    height: 28px;
    position: absolute;
    left: -16px;
    top: 0;
    font-style: normal;
    border: 2px solid #E1E8EE;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    background-color: #00A0E9;
}

.video__advantage {
    padding: 75px 135px;
    position: relative;
    z-index: 1;
    background: url("../img/advantage_bg.jpg") 0 0 no-repeat;
    background-size: cover;
}

.video__advantage .agora__compenent__box {
    width: 1140px;
}

.video__advantage__block {
    border-radius: 6px;
    max-width: 360px;
    overflow: hidden;
}

.video__advantage__title {
    background-color: #fff;
    font-size: 18px;
    color: #5E6977;
    height: 76px;
    line-height: 76px;
    font-weight: 200;
    padding: 0 30px;
}

.row__table {
    padding: 0 30px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    background-color: #53C6FE;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    font-size: 14px;
}

.row__table .col {
    flex: 1;
}

.row__title {
    background-color: #53C6FE;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.row__title .row__table {
    background-color: rgba(0, 0, 0, 0.1);
}

.row__title .col {
    opacity: 0.6;
}

.audio__show__small {
    position: absolute;
    left: 0;
    bottom: 50px;
}

.align-center {
    text-align: center;
}

.video__other__products {
    padding: 70px 54px 0;
    color: #fff;
}

.video__other__products .icon {
    padding-bottom: 15px;
}

.icon__share {
    width: 40px;
    height: 48px;
    background: url("../img/icon_share.png") center 0 no-repeat;
}

.icon__whiteboard {
    width: 40px;
    height: 48px;
    background: url("../img/icon_whiteboard.png") center 0 no-repeat;
}

.product__item__title {
    font-size: 18px;
    padding-bottom: 5px;
}

.product__item__desc {
    font-size: 14px;
}

.audio__show__media {
    position: relative;
    text-align: center;
}

.audio__show__media img {
    margin: 0 auto;
}

.audio__show__large {
    width: 366px;
}

.audio__custom__media:after {
    display: none;
}

.audio__custom__media {
    text-align: right;
}

.audio__show {
    margin: 0 auto;
    padding: 37px 0 0;
}

.audio__show .audio_show__newline {
    display: none;
}

#circle_2 {
    animation: rotateLine2 6s linear infinite backwards;
}

#circle_3 {
    animation: rotateLine3 6s linear infinite backwards;
}

#circle_4 {
    animation: rotateLine4 6s linear infinite backwards;
}

#circle_5 {
    animation: rotateLine5 6s linear infinite backwards;
}

@keyframes rotateLine2 {
    0% {
        transform: rotateZ(0deg);
        transform-origin: 50% 43%;
    }
    100% {
        transform: rotateZ(360deg);
        transform-origin: 50% 43%;
    }
}

@keyframes rotateLine3 {
    0% {
        transform: rotateZ(0deg);
        transform-origin: 50% 50%;
    }
    100% {
        transform: rotateZ(-360deg);
        transform-origin: 50% 50%;
    }
}

@keyframes rotateLine4 {
    0% {
        transform: rotateZ(0deg);
        transform-origin: 50% 57%;
    }
    100% {
        transform: rotateZ(360deg);
        transform-origin: 50% 57%;
    }
}

@keyframes rotateLine5 {
    0% {
        transform: rotateZ(0deg);
        transform-origin: 39% 50%;
    }
    100% {
        transform: rotateZ(-360deg);
        transform-origin: 39% 50%;
    }
}

.audio__show__title {
    font-size: 50px;
}

.audio__show__desc {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.8;
    padding: 15px 0 22px;
}

.audio__show__box {
    background-image: radial-gradient(circle at 65% 65%, #2CC9BD, #2291F1);
}

.audio__advantage {
    background: url("../img/advantage_bg.jpg") 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 80px 0 60px;
}

.audio__advantage .audio__advantage__carousel {
    display: none;
}

.audio__advantage .icon__arraw-left,
.audio__advantage icon__arraw-right {
    display: none;
}

.audio__advantage__subtitle {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}

.audio__advantage__title {
    font-size: 72px;
    padding-bottom: 30px;
    text-align: center;
}

.audio__advantage__desc {
    width: 670px;
    margin: 0 auto 80px;
    font-size: 22px;
    text-align: center;
}

.audio__item__desc {
    max-width: 320px;
}

.audio__advantage__icons .icon {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 4px solid #fff;
    overflow: hidden;
    margin: 0 15px;
}

.icon__mute-blue {
    background: #00A0E9;
}

.icon__mute-red {
    background: #E96500;
}

.audio__advantage__icons .icon:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../img/icon_mic.png") center center no-repeat;
}

.audio__advantage__icons .icon__mute-play:after {
    background: url("../img/icon_mic_play.png") center center no-repeat;
}

.audio__advantage__icons .icon__mute-stop:after {
    background: url("../img/icon_mic_stop.png") center center no-repeat;
}

.audio__advantage__icons {
    padding-bottom: 10px;
}

.audio__advantage__icons .icon {
    cursor: pointer;
}

.audio__item__title {
    width: 295px;
    margin: 0 auto 10px;
    font-size: 18px;
    padding-bottom: 2px;
    line-height: 1.5;
}

.audio__item__desc {
    height: 75px;
    font-size: 16px;
    width: 295px;
    margin: 0 auto 11px;
}

.audio__call__box {
    display: none;
    float: left;
    margin-bottom: 0;
}


/* en */

.en .btn__common__box {
    padding-top: 10px;
}

.en .video__show__title {
    padding-top: 40px;
}

.en .video__call__desc {
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
}

.en .row__title .row__table {
    font-size: 13px;
}

.en .audio__item__title {
    padding-bottom: 5px;
}

.en .intro__block__line {
    min-width: 450px;
}

.en .support__intro__block {
    padding-bottom: 25px;
}

.en .audio__show__desc {
    padding: 10px 0 0;
}

.en .audio__demo__btns {
    padding-top: 15px;
}

.en .audio__show__btn {
    padding-top: 20px;
}

.en .support__intro__desc {
    margin-right: 70px;
}

@media screen and (max-width: 767px) {
    .audio__show__media {
        width: 480px;
        margin: 0 auto;
        text-align: center;
    }
    .audio__show__media img {
        max-width: 55%;
        height: auto;
        margin: 0 auto;
    }
    .audio__call__box {
        display: block;
    }
    .audio__call__box1 {
        display: none;
    }
    .video__ui__third {
        display: block;
        margin: 0 auto;
    }
    .support__third {
        display: none;
    }
}

@media only screen and (max-width: 376px) {
    .audio__show__media img {
        max-width: 45%;
    }
}

@media screen and (max-width: 850px) {
    .sdk__support__intro,
    .sdk__support__media {
        width: 100%;
    }
    .sdk__support__media {
        text-align: center;
        margin-bottom: 20px;
    }
    .intro__block__line {
        width: 370px;
        margin: 0 auto;
    }
}

.en .audio__advantage {
    background: url("../img/advantage_bg_en.svg") 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 80px 0 60px;
}

.en .agora-color {
    background: linear-gradient(180deg, #07CEB8 0, #2291F1 70%, #2291F1 100%);
}

.en .video__ui__custom .icon {
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}

@media screen and (max-width: 768px) {
    .cn .video__show {
        height: 350px !important;
    }
    .cn .video__show .video__show__media {
        display: none;
    }
    .cn .video__show .video__show__title {
        padding-top: 48px;
        font-size: 36px;
    }
    .cn .video__show .video__show__title .video__show__wrap {
        display: block;
    }
    .cn .video__row-color .sdk__resolution__featrues {
        margin-left: 0;
        display: flex;
    }
    .cn .video__row-color .sdk__resolution__featrues .flex:first-child {
        flex: 3;
    }
    .cn .video__row-color .sdk__resolution__featrues .flex:last-child {
        flex: 2;
    }
    .cn .video__row-color .sdk__resolution__featrues .flex .sdk__features_item_empty {
        display: none;
    }
    .cn .video__row-color .video__ui__third {
        display: none;
    }
    .cn .video__ui__custom {
        padding: 56px 12px;
    }
    .cn .audio__show .audio_show__newline {
        display: block;
    }
    .cn .audio__show h2 {
        text-align: center;
    }
    .cn .audio__show .audio__show__desc {
        text-align: center;
    }
    .cn .audio__show .audio__show__desc+p {
        text-align: center;
    }
    .cn .audio_resolution {
        padding-left: 12px;
        padding-right: 12px;
    }
    .cn .audio_resolution .audio__call__box {
        display: none;
    }
    .cn .audio__server__box {
        display: flex !important;
        flex-direction: column-reverse;
        padding: 58px 12px;
    }
    .cn .audio__advantage .audio__advantage__row {
        display: none;
    }
    .cn .audio__advantage .audio__advantage__carousel {
        display: block;
    }
    .cn .audio__advantage .icon__arraw-left,
    .cn .audio__advantage .icon__arraw-right {
        display: block;
        width: 36px;
        height: 54px;
        top: 60%;
        margin-top: -28px;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
    .cn .video__resolution {
        padding-left: 12px;
        padding-right: 12px;
    }
    .en.video-page {
        font-family: AvenirNext-Regular;
    }
    .en.video-page .video__show {
        height: 342px !important;
    }
    .en.video-page .video__show .video__show__banner .video__show__title {
        font-size: 30px;
        line-height: 38px;
        width: 270px;
        margin: 0 auto;
        padding-top: 0;
    }
    .en.video-page .video__show .video__show__banner .video__show__desc {
        font-size: 16px;
        line-height: 24px;
        width: 300px;
        margin: 0 auto;
    }
    .en.video-page .video__show .video__show__banner .video__show__media {
        display: none;
    }
    .en.video-page .video__row-color .video__ui__custom {
        padding-left: 12px;
        padding-right: 12px;
    }
    .en.video-page .video__row-color .video__ui__custom .video__custom__title {
        line-height: 36px;
    }
    .en.video-page .video__row-color .video__ui__custom .video__custom__title+p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 8px;
    }
    .en.video-page .video__row-color .video__ui__custom .btn__try {
        font-family: AvenirNext-Medium;
    }
    .en.video-page .video__row-color .video__ui__custom .sdk__resolution__featrues {
        font-size: 14px;
        margin-left: -4%;
    }
    .en.video-page .sdk__support {
        padding-top: 34px;
    }
    .en.video-page .sdk__support .sdk__support__title {
        font-size: 36px;
        line-height: 48px;
    }
    .en.video-page .sdk__support .video__call__desc {
        font-size: 16px;
        line-height: 25px;
        margin: 0 22px;
        font-family: PingFangSC-Regular;
    }
    .en.video-page .sdk__support .sdk__support__info {
        margin-top: 56px;
    }
    .en.video-page .sdk__support .sdk__support__info .sdk__support__media {
        display: none;
    }
    .en.video-page .sdk__support .sdk__support__info .sdk__support__intro .intro__block__line {
        min-width: 380px;
    }
    .en.video-page .sdk__support .sdk__support__info .sdk__support__intro .intro__block__line .support__intro__block .support__intro__title {
        font-size: 16px;
        font-family: AvenirNext-DemiBold;
        line-height: 25px;
    }
    .en.video-page .sdk__support .sdk__support__info .sdk__support__intro .intro__block__line .support__intro__block .support__intro__desc {
        font-size: 14px;
    }
    .en.audio-page {
        font-family: AvenirNext-Regular;
    }
    .en.audio-page .video__show {
        height: 342px !important;
    }
    .en.audio-page .video__show>svg {
        display: none !important;
    }
    .en.audio-page .video__show .audio__show {
        padding-top: 11px;
    }
    .en.audio-page .video__show .audio__show .valign:first-child {
        padding: 0 37px;
    }
    .en.audio-page .video__show .audio__show .valign:first-child h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 18px;
    }
    .en.audio-page .video__show .audio__show .valign:first-child p {
        text-align: center;
        padding-top: 0;
    }
    .en.audio-page .video__show .audio__show .valign:first-child p span {
        display: block;
    }
    .en.audio-page .video__show .audio__show .valign:first-child .audio__show__btn {
        text-align: center;
    }
    .en.audio-page .video__show .audio__show .valign:last-child {
        display: none;
    }
    .en.audio-page .video__show .audio__show .audio__show__media {
        display: none;
    }
    .en.audio-page .audio_resolution .resolution__info {
        padding: 0 12px;
    }
    .en.audio-page .audio_resolution .resolution__info .icon__group {
        background-size: 40px 28px;
        width: 40px;
        height: 28px;
    }
    .en.audio-page .audio_resolution .resolution__info .resolution__title {
        font-size: 24px;
        line-height: 36px;
        color: #5C6164;
    }
    .en.audio-page .audio_resolution .resolution__info .btn__try {
        font-family: AvenirNext-Medium;
    }
    .en.audio-page .audio__advantage .audio__advantage__row {
        display: none;
    }
    .en.audio-page .audio__advantage .audio__advantage__carousel {
        display: block;
    }
    .en.audio-page .audio__advantage .audio__advantage__carousel .audio__advantage__item .audio__item__title {
        margin-bottom: 31px;
    }
    .en.audio-page .audio__advantage .icon__arraw-left,
    .en.audio-page .audio__advantage .icon__arraw-right {
        display: block;
        width: 36px;
        height: 54px;
        top: 60%;
        margin-top: 0;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
    .en.audio-page .audio__advantage .icon__arraw-left {
        left: 8px;
    }
    .en.audio-page .audio__advantage .icon__arraw-right {
        right: 8px;
    }
    .en.audio-page .sdk__support {
        padding-top: 34px;
    }
    .en.audio-page .sdk__support .sdk__support__title {
        font-size: 36px;
        line-height: 48px;
    }
    .en.audio-page .sdk__support .sdk__support__info .sdk__support__media {
        display: none;
    }
    .en.audio-page .sdk__support .sdk__support__info .sdk__support__intro .intro__block__line {
        min-width: 380px;
    }
    .en.audio-page .sdk__support .sdk__support__info .sdk__support__intro .intro__block__line .support__intro__block .support__intro__title {
        font-size: 16px;
        line-height: 25px;
        font-family: AvenirNext-DemiBold;
    }
    .en.audio-page .sdk__support .sdk__support__info .sdk__support__intro .intro__block__line .support__intro__block .support__intro__desc {
        font-size: 14px;
        line-height: 18px;
    }
    .en.audio-page .sdk__support .video__call__desc {
        font-size: 16px;
        line-height: 25px;
        margin: 0 37px;
    }
    .en.audio-page .sdk__support .sdk__support__info {
        margin-top: 61px;
    }
}

.network__show {
    position: relative;
    min-height: 525px;
    background: #fff url(../img/map_white.png) center 0 no-repeat;
    text-align: center;
    color: #464B50;
}

@keyframes waveScale {
    0% {
        shape-inside: circle(0 at 50% 50%);
        -webkit-clip-path: circle(0 at 50% 50%);
    }
    100% {
        shape-inside: circle(250px at 50% 50%);
        -webkit-clip-path: circle(250px at 50% 50%);
    }
}

.network__show__subtitle {
    color: #828A95;
    font-size: 22px;
}

.network__show .network__show__title {
    font-size: 40px;
    padding: 10px 0 15px;
}

.network__show__desc {
    padding-bottom: 5px;
    color: #464B50;
    opacity: 0.8;
}

.network__resolution__desc {
    width: 460px;
}

.en .video__advantage__title {
    font-size: 14px;
}

.network__resolution {
    background-color: #F6F8FA;
    padding: 95px 0;
}

.icon__netword__chart {
    width: 46px;
    height: 42px;
    background: url(../img/icon_chart.png) center center no-repeat;
}

.network__resolution__media .video__advantage__block {
    margin: 0 auto;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.network__resolution .resolution__info {
    padding-top: 5px;
}

.network__wrold {
    background: linear-gradient(360deg, #0BC2C3 0, #0988F5 70%, #0988F5 100%);
}

.network__wrold--map {
    background: url(../img/global_map.png) 0 0 no-repeat;
    height: 460px;
}

.right {
    float: right;
}

.network__wrold .video__custom__title,
.network__wrold .video__custom__desc {
    color: #fff;
}

.network__video__server {
    background-color: #F6F8FA;
    padding: 174px 0 217px;
}

.network__video__server .server__desc {
    font-size: 20px;
    padding-bottom: 5px;
}

.network__video__server .container {
    width: 1080px;
}

.network__video__server .video__server__media {
    margin-top: -10px;
}

.network__video__server .server__title {
    padding-bottom: 10px;
}

.network__compare,
.codex__mod {
    background: linear-gradient(180deg, #0AC2C2 0, #0988F5 85%, #0988F5 100%);
    color: #fff;
    padding: 50px 0;
}

.network__compare .col-4 {
    text-align: center;
    vertical-align: top !important;
    word-spacing: 0;
}

.network__compare__title {
    padding-bottom: 60px;
}

.compare__item__title {
    font-size: 18px;
    text-align: center;
    padding-bottom: 12px;
}

.compare__item__desc {
    font-size: 16px;
}

.network__compare .icon {
    width: 48px;
    height: 48px;
    padding-bottom: 25px;
    box-sizing: content-box;
}

.network__compare .btns__box {
    margin-top: 65px;
}

.icon__earth__white {
    height: 34px;
    width: 34px;
    background: url(../img/icon_earth.png) center 0 no-repeat;
}

.icon__safe {
    height: 48px;
    width: 48px;
    background: url(../img/icon_safe.png) center 0 no-repeat;
}

.icon__clock {
    background: url(../img/icon_clock.png) center 0 no-repeat;
}

.icon__line__hart {
    background: url(../img/icon_line_hart.png) center 0 no-repeat;
}

.icon__folder {
    background: url(../img/icon_folder.png) center 0 no-repeat;
}

.network__wrold__placeholder {
    height: 100%;
}

.network__resolution .part-10 {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .network__wrold__placeholder {
        display: none;
    }
    .network__wrold__info {
        margin-top: 100px;
    }
}

.en .icon__secure {
    background: url(../img/icon_secure.png) center 0 no-repeat;
}

.en .icon__globe {
    background: url(../img/icon_globe.html) center 0 no-repeat;
}

@media screen and (max-width: 768px) {
    .cn .network__show {
        min-height: 418px;
    }
    .cn .network__show>div {
        padding: 0 26px;
    }
    .cn .network__show .network__show__subtitle {
        font-size: 14px;
        line-height: 50px;
    }
    .cn .network__show .network__show__subtitle span {
        display: block;
        line-height: 25px;
    }
    .cn .network__show .network__show__title {
        font-size: 36px;
    }
    .cn .network__show .network__show__desc {
        font-size: 14px;
    }
    .cn .network__show .network__show__desc span {
        display: block;
    }
    .cn .network__compare .container {
        display: flex;
        flex-direction: column;
    }
    .cn .network__compare .container .network__compare__title {
        order: 1;
        font-size: 36px;
        line-height: 50px;
        padding-bottom: 30px;
    }
    .cn .network__compare .container .network__compare__title span {
        display: block;
    }
    .cn .network__compare .container>div.row {
        order: 3;
    }
    .cn .network__compare .container>div.btns__box {
        order: 2;
        margin-top: 0;
        margin-bottom: 56px;
    }
    .cn .network__compare .container .col-4 {
        text-align: left;
    }
    .cn .network__compare .container .compare__item__title {
        text-align: left;
        font-size: 24px;
    }
    .cn .network__compare .container .compare__item__desc {
        font-size: 14px;
    }
    .cn .network__compare .container .compare__item__content {
        display: inline-block;
        margin-left: 24px;
    }
    .cn .network__resolution .part-10 {
        width: 100%;
        padding: 0;
    }
    .cn .network__resolution .row__valign .valign {
        padding: 0 28px;
    }
    .en.network-page {
        font-family: AvenirNext-Regular;
    }
    .en.network-page .network__show {
        min-height: 358px;
        padding-top: 22px;
        justify-content: initial;
    }
    .en.network-page .network__show .network__show__desc {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 0;
    }
    .en.network-page .network__show .network__show__title {
        padding-top: 14px;
        padding-bottm: 12px;
        font-size: 30px;
        line-height: 48px;
    }
    .en.network-page .network__show .network__show__subtitle {
        font-size: 14px;
        line-height: 25px;
    }
    .en.network-page .network__resolution {
        padding: 60px 0 30px;
    }
    .en.network-page .network__resolution>.container {
        padding: 0 12px;
    }
    .en.network-page .network__resolution .resolution__info .icon__netword__chart {
        background-size: 33px 30px;
        width: 33px;
        height: 30px;
    }
    .en.network-page .network__resolution .resolution__info .resolution__title {
        font-size: 24px;
        line-height: 36px;
    }
    .en.network-page .network__resolution .resolution__info .resolution__desc {
        font-size: 14px;
        line-height: 25px;
    }
    .en.network-page .network__resolution .resolution__info .btn__try {
        font-family: AvenirNext-Medium;
    }
    .en.network-page .network__wrold .network__wrold--map {
        height: 311px;
    }
    .en.network-page .network__wrold .network__wrold--map .container .full__height .row__valign {
        width: 100%;
        padding: 0 12px;
    }
    .en.network-page .network__wrold .network__wrold--map .container .full__height .row__valign .network__wrold__info {
        margin-top: 43px;
    }
    .en.network-page .network__wrold .network__wrold--map .container .full__height .row__valign .network__wrold__info .video__custom__title {
        font-size: 24px;
    }
    .en.network-page .network__wrold .network__wrold--map .container .full__height .row__valign .network__wrold__info .video__custom__desc {
        font-size: 14px;
        line-height: 25px;
    }
    .en.network-page .network__wrold .network__wrold--map .container .full__height .row__valign .network__wrold__info .btn__try {
        padding: 18px 0;
    }
    .en.network-page .network__resolution .container .part-10 {
        width: 100%;
    }
    .en.network-page .network__resolution .container .part-10 .network__server {
        padding: 0;
    }
    .en.network-page .network__resolution .container .part-10 .network__server+.valign {
        padding: 0;
    }
    .en.network-page .network__resolution .container .part-10 .network__server .icon__safe {
        background-size: 29px 30px;
        width: 29px;
        height: 30px;
    }
    .en.network-page .network__resolution .container .part-10 .network__server .server__title {
        font-size: 24px;
        line-height: 36px;
    }
    .en.network-page .network__resolution .container .part-10 .network__server .server__desc {
        font-size: 14px;
        line-height: 25px;
    }
    .en.network-page .network__resolution .container .part-10 .network__server .btn__try {
        font-family: AvenirNext-Medium;
    }
    .en.network-page .network__compare {
        padding: 70px 0 94px;
    }
    .en.network-page .network__compare .col-4 {
        margin-bottom: 48px;
    }
    .en.network-page .network__compare .col-4:last-child {
        margin-bottom: 0;
    }
    .en.network-page .network__compare .icon {
        padding-bottom: 19px;
    }
    .en.network-page .network__compare .compare__item__title {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 5px;
    }
    .en.network-page .network__compare .compare__item__desc {
        font-size: 14px;
        line-height: 20px;
    }
    .en.network-page .network__compare .btns__box {
        margin-top: 30px;
    }
}

.sdk__show {
    padding: 100px 0 0;
    position: relative;
    text-align: center;
    color: #43484D;
}

.network__show__title {
    font-size: 58px;
}

.sdk__show__desc {
    text-align: center;
    font-size: 24px;
    padding: 15px 0;
    color: #5E6977;
}

.chart__tips-green {
    left: -66px;
    top: 115px;
    width: 208px;
    height: 140px;
    background: url(../img/chart_tips_1.png) center bottom no-repeat;
}

.chart__tips-red {
    left: 392px;
    top: 195px;
    width: 177px;
    height: 57px;
    background: url(../img/chart_tips_2.png) center bottom no-repeat;
}

.chart__tips-blue {
    left: 810px;
    top: 122px;
    width: 228px;
    height: 140px;
    background: url(../img/chart_tips_3.png) center bottom no-repeat;
}

.sdk__chart__tips {
    position: absolute;
    color: #fff;
}

.chart__tips--bg {
    border-radius: 10px;
    margin: 0 10px;
    position: relative;
    top: 10px;
}

.chart__tips-green .chart__tips--bg {
    background-color: #14CE66;
    top: 20px;
}

.chart__tips-green p {
    font-size: 14px;
    padding-top: 7px;
}

.chart__tips-red .chart__tips--bg {
    background-color: #FF7849;
    font-size: 15px;
    width: 240px;
    border-radius: 30px;
    left: -43px;
    top: 1px;
    height: 45px;
    line-height: 45px;
}

.chart__tips-blue .chart__tips--bg {
    background-color: #0AA4EA;
    height: 120px;
}

.chart__tips-blue p {
    padding-top: 10px;
}

.sdk__advantage {
    z-index: 1;
    margin-top: 80px;
    color: #43484D;
}

.code__show__tabs {
    font-size: 18px;
    margin-left: -15px;
    padding: 0 30px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E8EE;
}

.code__show__tab {
    padding: 0 15px;
    cursor: pointer;
}

.code__show__tab:hover,
.code__show-active {
    color: #00A0E9;
}

.code__show {
    max-width: 750px;
    height: 256px;
    margin: 0 auto;
    color: #5E6977;
    background-color: #fff;
    padding: 22px 0;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.code__show__items {
    padding: 0 40px 0 19px;
}

.code__show__item {
    padding-left: 10px;
}

.code__show pre {
    font-size: 20px;
    min-height: 127px;
    font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
    font-weight: lighter;
    text-align: left;
    overflow: hidden;
    white-space: pre-line;
}

.sdk__advantage__title {
    font-size: 52px;
    padding: 30px 0 22px;
    text-align: center;
}

.video__custom__list li {
    color: #5E6977;
    padding-bottom: 5px;
}

.sdk__advantage__desc {
    font-size: 22px;
    text-align: center;
    color: #5E6977;
}

.sdk__advantage__desc span {
    padding: 0 20px;
}

.sdk__advantage_items {
    padding: 65px 0;
}

.sdk__advantage_items p {
    text-align: center !important;
}

.sdk__advantage_items .icon {
    width: 82px;
    height: 82px;
    display: block;
    margin: 0 auto 7px;
}

.sdk__resolution__desc {
    width: 400px;
}

.icon__repeat {
    background: url(../img/icon_repeat.png) center center no-repeat;
}

.icon__sdk__server {
    background: url(../img/icon_server.png) center center no-repeat;
}

.icon__phone {
    background: url(../img/icon_phone.png) center center no-repeat;
}

.sdk__resolution {
    padding: 110px 0 160px;
    background-color: #F6F8FA;
}

.sdk__resolution__featrues {
    color: #5E6977;
    text-align: center;
}

.third__party {
    padding: 100px 0 50px;
}

.sdk__api__mod {
    padding: 60px 0 25px;
}

.sdk__api__mod .sdk__api__mod__mobile {
    display: none;
}

.sdk__api__mod .sdk__api__mod__desktop {
    display: block;
}

.sdk__api__mod h4 {
    color: #358ED7;
    font-size: 18px;
}

.sdk__api__mod p {
    padding-bottom: 5px;
}

.api__item {
    padding: 10px 20px;
    min-height: 136px;
    text-align: left;
    background-color: #fff;
    margin: 20px;
    border-radius: 8px;
}

.api__item i {
    display: block;
    font-size: 40px;
    font-style: normal;
}

.api__item:hover {
    background-color: #fff;
}

.more__code__demo {
    padding: 10px 0;
}

.sdk__resolution__featrues .icon {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
}

.video__ui__custom .sdk__resolution__featrues {
    margin: 10px 0 0 -11%;
}

.sdk__resolution .resolution__title {
    padding-bottom: 18px;
}

.sdk__featrues__items {
    margin-bottom: 10px;
}

.icon__monitor {
    background: url(../img/icon_monitor.svg) center center no-repeat;
   /* background: url(../img/icon_game.png);*/
}

.icon__woman {
    background: url(../img/icon_woman.svg) center center no-repeat;
}

.icon__envelope {
    background: url(../img/icon_envelope.svg) center center no-repeat;
}

.icon__emoji {
    background: url(../img/icon_emoji.svg) center center no-repeat;
}

.icon__unlink {
    background: url(../img/icon_unlink.png) center center no-repeat;
}

.icon__face {
    background: url(../img/icon_face.svg) center center no-repeat;
}

.icon__chat {
    background: url(../img/icon_chat.svg) center center no-repeat;
}

.sdk__monitor {
    padding: 70px 0 110px;
}

.sdk__monitor__media img {
    vertical-align: bottom;
    text-align: center;
}

.sdk__monitor .video__custom__title {
    font-size: 48px;
    padding-bottom: 35px;
}

.video__custom__list {
    padding-top: 15px;
}

.live__cdn {
    background: linear-gradient(to bottom, #03D2B3 0, #0988F5 100%);
}

.live__cdn--map {
    height: 700px;
    background: url(../img/global_map.png) center center no-repeat;
}

.live__cdn .server__title {
    margin-top: 250px;
    padding-bottom: 38px;
}

.live__cdn .server__title,
.live__cdn .live__cdn__list {
    color: #fff;
}

.live__cdn__list {
    font-size: 22px;
}

.live__cdn__list li {
    padding-bottom: 5px;
}

.sdk__featrues {
    padding: 120px 0 110px;
    background-color: #fff;
}

.sdk__featrues .icon {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 30px;
}

.icon__mic {
    width: 50px;
    height: 50px;
    background: url(../img/mic_white.svg) center center no-repeat;
}

.icon__picture {
    width: 50px;
    height: 50px;
    background: url(../img/movie_white.svg) center center no-repeat;
}

.codex__mod {
    padding: 65px 0;
}

.codex__mod .icon {
    float: left;
    margin-right: 20px;
}

.codex__mod .btns__box {
    padding: 30px 0 50px;
}

.codex__mod__desc {
    padding: 20px 0 0;
}

.sdk__featrues__info {
    display: inline-block;
}

.sdk__featrues__title {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 11px;
    display: block;
}

.sdk__featrues__desc {
    font-size: 16px;
    padding-bottom: 5px;
}

.code-green {
    color: #47cab0 !important;
}

.code-orange {
    color: #cf9176 !important;
}

.code-blue {
    color: #539bd9 !important;
}

.code-yellow {
    color: #dcdda7 !important;
}

.code-purple {
    color: #c684c1 !important;
}

.sdk .chart__show__box {
    background-position: center center;
}


/* en */

.en .sdk__show__desc {
    max-width: 596px;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 auto;
}

.en .sdk__show {
    padding-top: 70px;
}

.en .third__party {
    background: #F6F8FA;
}

.en .sdk__monitor__info {
    margin-top: 50px;
}

.en .sdk-blue-banner .icon {
    position: absolute;
}

.en .sdk-blue-banner .sdk__featrues__info {
    margin-left: 80px;
}

.en .sdk-blue-banner .el__center {
    max-width: inherit;
}

.en .sdk-blue-banner [class*='col-'] {
    display: block;
    float: left;
}

@media screen and (max-width: 640px) {
    .en .code__show pre {
        overflow: scroll;
    }
}

@media screen and (min-width: 640px) {
    .en .code__show pre {
        white-space: pre-wrap;
        /* css-3 */
        white-space: -moz-pre-wrap;
        /* Mozilla, since 1999 */
        white-space: -o-pre-wrap;
        /* Opera 7 */
        word-wrap: break-word;
    }
}

.en .code__show {
    height: auto;
}

@media screen and (max-width: 768px) {
    .cn .chart__show__box.aos-init {
        background: url(../img/chartbg.jpg) 50% 35% no-repeat;
    }
    .cn .sdk__show h2 {
        font-size: 36px;
    }
    .cn .sdk__show h2 span {
        display: block;
    }
    .cn .sdk__show h2 i {
        display: none;
    }
    .cn .sdk__show .sdk__show__desc {
        font-size: 16px;
    }
    .cn .sdk__show .sdk__show__desc i {
        display: none;
    }
    .cn .sdk__show .sdk__show__desc span {
        display: block;
    }
    .cn .sdk__show .sdk__advantage {
        margin-left: 12px;
        margin-right: 12px;
    }
    .cn .sdk__show .sdk__advantage .code__show .code__show__tabs {
        font-size: 15px;
    }
    .cn .sdk__show .sdk__advantage .code__show .code__show__item pre {
        font-size: 15px;
        word-break: break-word;
        white-space: pre-line;
    }
    .cn .sdk__advantage_items .part-11 {
        width: 100%;
        display: flex;
        font-size: 14px;
    }
    .cn .sdk__advantage_items .part-11 i.icon {
        background-size: 30%;
        margin: auto;
    }
    .cn .sdk__advantage_items .part-11>div {
        margin: 0;
    }
    .cn .sdk__api__mod h3 i {
        display: none;
    }
    .cn .sdk__api__mod h3 span {
        display: block;
    }
    .cn .sdk__api__mod .more__code__demo+div {
        width: 100%;
    }
    .cn .sdk__api__mod .more__code__demo+div.part-8 {
        padding: 0;
    }
    .cn .sdk__api__mod .more__code__demo+div.part-8 .col-12 {
        padding: 0;
    }
    .cn .sdk__api__mod .more__code__demo+div .sdk__api__mod__desktop {
        display: none;
    }
    .cn .sdk__api__mod .more__code__demo+div .sdk__api__mod__mobile {
        padding: 0;
        display: block;
    }
    .cn .sdk__api__mod .more__code__demo+div .flex__item {
        margin: 0;
        border-radius: 0;
        background-color: inherit;
        min-height: 75px;
    }
    .cn .sdk__api__mod .more__code__demo+div .flex__item h4 {
        font-size: 16px;
    }
    .cn .sdk__api__mod .more__code__demo+div .flex__item h4 i {
        font-size: 16px;
        display: inline;
    }
    .cn .third__party {
        padding: 50px 22px;
    }
    .cn .third__party .row__valign>div {
        padding: 0;
    }
    .cn .third__party .row__valign>div.el__center-480 {
        padding: 0 15px;
    }
    .cn .third__party .resolution__info h2.resolution__title {
        font-size: 24px;
    }
    .cn .third__party .resolution__info .resolution__desc {
        font-size: 14px;
    }
    .cn .third__party .sdk__resolution__featrues {
        display: flex;
        font-size: 14px;
    }
    .cn .third__party .sdk__resolution__featrues .flex {
        flex: 1;
    }
    .cn .third__party .sdk__resolution__featrues .flex i.icon {
        background-size: 60%;
    }
    .cn .sdk__monitor {
        padding: 10px 22px;
    }
    .cn .sdk__monitor>div.row__valign {
        display: flex !important;
        flex-direction: column-reverse;
    }
    .cn .sdk__monitor .sdk__monitor__media {
        display: block;
    }
    .cn .codex__mod .sdk__featrues__desc i {
        display: none;
    }
    .cn .codex__mod .sdk__featrues__desc span {
        display: block;
    }
    .cn .codex__mod .sdk__featrues__info {
        max-width: 180px;
    }
    .cn .codex__mod .btns__box+div .row>div .el__center-480 {
        max-width: 360px;
    }
    .cn .codex__mod .btns__box+div .row>div>div {
        transform: translateX(15%);
    }
    .en.sdk-page {
        font-family: AvenirNext-Regular;
    }
    .en.sdk-page .sdk .chart__show__box {
        background-size: initial;
        height: 40%;
    }
    .en.sdk-page .sdk .sdk__show {
        padding-top: 26px;
    }
    .en.sdk-page .sdk .sdk__show h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 72px;
    }
    .en.sdk-page .sdk .sdk__show .sdk__show__desc {
        font-family: PingFangSC-Regular;
        line-height: 25px;
        font-size: 16px;
        margin: 0 18px;
        color: #43484D;
    }
    .en.sdk-page .sdk .sdk__show .sdk__advantage .code__show .code__show__tabs {
        font-size: 15px;
        line-height: 25px;
    }
    .en.sdk-page .sdk .sdk__show .sdk__advantage .code__show .code__show__tabs .code__show__tab {
        padding: 0 8px;
    }
    .en.sdk-page .sdk .sdk__show .sdk__advantage .code__show .code__show__items .code__show__item pre {
        font-size: 15px;
        line-height: 25px;
    }
    .en.sdk-page .sdk__advantage_items {
        padding: 54px 0 60px;
    }
    .en.sdk-page .sdk__advantage_items .part-11 {
        width: 100%;
    }
    .en.sdk-page .sdk__advantage_items .col-4 {
        width: 33%;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 0;
        vertical-align: baseline;
    }
    .en.sdk-page .sdk__advantage_items .col-4 .icon__repeat {
        background-size: 37px 29px;
        width: 37px;
        height: 29px;
    }
    .en.sdk-page .sdk__advantage_items .col-4 .icon__phone {
        background-size: 24px 40px;
        width: 24px;
        height: 40px;
    }
    .en.sdk-page .sdk__advantage_items .col-4 .icon__sdk__server {
        background-size: 29px 37px;
        width: 29px;
        height: 37px;
    }
    .en.sdk-page .sdk__advantage_items .col-4 p {
        white-space: nowrap;
    }
    .en.sdk-page .third__party {
        padding-top: 62px;
        padding-bottom: 15px;
    }
    .en.sdk-page .third__party .resolution__info {
        padding: 0 12px;
    }
    .en.sdk-page .third__party .resolution__info .resolution__title {
        font-size: 24px;
        line-height: 36px;
    }
    .en.sdk-page .third__party .resolution__info .resolution__desc {
        font-size: 14px;
        line-height: 25px;
    }
    .en.sdk-page .third__party .resolution__info .btn__try {
        font-family: AvenirNext-Medium;
        line-height: 16px;
    }
    .en.sdk-page .third__party .sdk__resolution__featrues span {
        font-size: 14px;
    }
    .en.sdk-page .third__party .sdk__resolution__featrues .flex {
        margin-bottom: 20px;
        align-items: baseline;
    }
    .en.sdk-page .third__party .sdk__resolution__featrues .flex:last-child {
        margin-bottom: 0;
    }
    .en.sdk-page .third__party .sdk__resolution__featrues .icon {
        margin-bottom: 12px;
    }
    .en.sdk-page .third__party .sdk__resolution__featrues .icon__monitor {
        background-size: 30px 25px;
        width: 30px;
        height: 25px;
    }
    .en.sdk-page .third__party .sdk__resolution__featrues .icon__woman {
        background-size: 30px 28px;
        width: 30px;
        height: 28px;
    }
    .en.sdk-page .third__party .sdk__resolution__featrues .icon__envelope {
        background-size: 22px 27px;
        width: 22px;
        height: 27px;
    }
    .en.sdk-page .third__party .sdk__resolution__featrues .icon__emoji {
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
    .en.sdk-page .third__party .sdk__resolution__featrues .icon__face {
        background-size: 27px 32px;
        width: 27px;
        height: 32px;
    }
    .en.sdk-page .third__party .sdk__resolution__featrues .icon__chat {
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
    .en.sdk-page .sdk__monitor {
        padding: 60px 0;
    }
    .en.sdk-page .sdk__monitor .row__valign {
        display: flex !important;
        flex-direction: column-reverse;
    }
    .en.sdk-page .sdk__monitor .row__valign .valign {
        padding: 0 27px;
    }
    .en.sdk-page .sdk__monitor .row__valign .valign:first-child {
        margin-bottom: 0;
    }
    .en.sdk-page .sdk__monitor .row__valign .valign .sdk__monitor__info {
        margin-top: 0;
        font-size: 14px;
        line-height: 25px;
    }
    .en.sdk-page .sdk__monitor .row__valign .valign .sdk__monitor__info h3 {
        font-size: 24px;
        line-height: 36px;
        font-family: PingFangSC-Regular;
        margin-bottom: 12px;
    }
    .en.sdk-page .sdk__monitor .row__valign .valign .sdk__monitor__info .video__custom__list {
        padding-top: 0;
    }
    .en.sdk-page .sdk__monitor .row__valign .valign .sdk__monitor__info .video__custom__list .btn__try {
        font-size: 16px;
        line-height: 16px;
        font-family: PingFangSC-Medium;
    }
    .en.sdk-page .codex__mod .sdk-blue-banner {
        padding: 0 12px;
        margin-bottom: 0;
    }
    .en.sdk-page .codex__mod .sdk-blue-banner .row .col-5 {
        margin-bottom: 0;
    }
    .en.sdk-page .codex__mod .sdk-blue-banner .icon__mic {
        background-size: 31px 55px;
        width: 40px;
        height: 55px;
    }
    .en.sdk-page .codex__mod .sdk-blue-banner .icon__picture {
        background-size: 40px;
        width: 40px;
        height: 40px;
    }
    .en.sdk-page .codex__mod .sdk-blue-banner .sdk__featrues__info {
        margin-left: 60px;
    }
    .en.sdk-page .codex__mod .sdk-blue-banner .sdk__featrues__info .sdk__featrues__title {
        line-height: 36px;
    }
    .en.sdk-page .codex__mod .sdk-blue-banner .sdk__featrues__info .sdk__featrues__desc {
        font-size: 14px;
        line-height: 18px;
    }
}

.solution__hd {
    min-height: 485px;
    background: url(../img/solution_hd.png) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    text-align: left;
}

.solution__hd__title {
    font-size: 32px;
    padding: 108px 0 20px;
}

.solution__hd--link {
    color: #fff;
    font-size: 16px;
}

.icon__arrow-right {
    display: inline-block;
    width: 6px;
    height: 11px;
    overflow: hidden;
    background: url(../img/icon_arrow_right.png) 0 0 no-repeat;
}

.solution__tab__items {
    padding: 55px 0;
    color: #43484D;
}

.solution__tab__items .flex__item {
    cursor: pointer;
    text-align: center;
}

.solution__tab__items .icon,
.solution__content__advantage .icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: 15px auto 15px;
}

.icon__game {
    background: url(../img/icon_game.png) center center no-repeat;
}

.icon__medical {
    background: url(../img/icon_medical.png) center center no-repeat;
}

.icon__education {
    background: url(../img/icon_education.png) center center no-repeat;
}

.icon__social {
    background: url(../img/icon_social.png) center center no-repeat;
}

.icon__enterprise {
    background: url(../img/icon_enterprise.png) center center no-repeat;
}

.icon__travel {
    background: url(../img/icon_travel.png) center center no-repeat;
}

.icon__iot {
    background: url(../img/icon_lot.png) center center no-repeat;
}

.icon__vr {
    background: url(../img/icon_vr.png) center center no-repeat;
}

.solution__item {
    width: 134px;
    height: 130px;
    border-radius: 8px;
    padding-top: 5px;
    margin: 0 auto 20px;
    background-color: #fff;
    text-align: center;
}

.solution__item-active {
    background-color: #E0E7ED;
}

.solution__tab__content {
    min-height: 250px;
    background-size: cover !important;
    color: #fff;
    padding: 150px 0 160px;
    text-align: left;
}

.solution__game {
    background: url(../img/solution_block_1.jpg) 0 0 no-repeat;
}

.solution__medical {
    background: url(../img/medical.png) 0 0 no-repeat;
}

.solution__education {
    background: url(../img/education.png) 0 0 no-repeat;
}

.solution__social {
    background: url(../img/social.png) 0 0 no-repeat;
}

.solution__enterprise {
    background: url(../img/enterprise.png) 0 0 no-repeat;
}

.solution__travel {
    background: url(../img/travel.png) 0 0 no-repeat;
}

.solution__iot {
    background: url(../img/iot.png) 0 0 no-repeat;
}

.solution__vr {
    background: url(../img/vr.jpg) 0 0 no-repeat;
}

.solution__subititle .icon {
    width: 135px;
    height: 30px;
    position: relative;
    top: 4px;
    margin-left: 30px;
}

.icon__levr-white {
    background: url(../img/levr_white.png) left center no-repeat;
}

.icon__haier-white {
    background: url(../img/haier_white.png) left center no-repeat;
}

.icon__tuniu-white {
    background: url(../img/tuniu_white.png) left center no-repeat;
}

.icon__yunzhijia-white {
    height: 39px !important;
    top: 8px !important;
    background: url(../img/yunzhijia_white.png) left center no-repeat;
}

.icon__momo-white {
    background: url(../img/momo_white.png) left center no-repeat;
}

.icon__haoweilai-white {
    background: url(../img/haoweilai_white.png) left center no-repeat;
}

.icon__talkspace-white {
    background: url(../img/talkspace_white.png) left center no-repeat;
}

.icon__xiaomi-white {
    background: url(../img/xiaomi_white.png) left center no-repeat;
}

.solution__content__advantage {
    text-align: center;
    padding: 60px 0 85px;
}

.solution__content__advantage .col-3 {
    text-align: center;
}

.solution__content__advantage .icon {
    width: 85px;
    height: 85px;
}

.solution__content__advantage .flex__item {
    width: 220px;
    margin: 0 20px;
}

.solution__subititle {
    font-size: 32px;
}

.solution__subititle span {
    font-size: 18px;
    margin-left: 24px;
    display: none;
}

.solution__item__title {
    font-size: 52px;
    padding: 12px 0 55px;
    font-weight: lighter;
    cursor: pointer;
}

.solution__item__desc {
    font-size: 22px;
}

.solution__content__tite {
    font-size: 18px;
    padding: 10px 0 10px;
    display: block;
    color: #43484D;
}

.solution__content__desc {
    font-size: 16px;
    color: #86939E;
    line-height: 1.6;
}

.icon__low__latency {
    background: url(../img/icon_low_latency.png) center center no-repeat;
}

.icon__noise {
    background: url(../img/icon_resistance_noise.png) center center no-repeat;
}

.icon__power__optimization {
    background: url(../img/icon_optimize_power.png) center center no-repeat;
}

.icon__hardware {
    background: url(../img/icon_hardware.png) center center no-repeat;
}

.cn #siri-social {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15%;
    margin: 0 auto;
}

.cn #siri-social canvas {
    width: 100% !important;
}

.cn .social__mod {
    font-family: PingFangSC-Regular;
    padding: 95px 0 26px;
}

.cn .social__mod h2 {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 24px;
}

.cn .social__mod h2 span {
    margin-right: 28px;
}

.cn .social__mod h2 span:last-child {
    margin-right: 0;
}

.cn .social__mod p {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    font-family: PingFangSC-Light;
}

.cn .social__mod .btns {
    padding: 54px 0;
}

.cn .social__mod .social-banner-icon {
    background: url("../img/combined_shape.svg") no-repeat center;
    height: 88px;
    width: 88px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

.cn .social__mod .social-banner-icon img {
    position: absolute;
    top: 63px;
    right: -3px;
}

.cn .social__advantage__items_1,
.cn .social__advantage__items_2 {
    background-color: #F6F8FA;
    padding: 45px 0;
}

.cn .social__advantage__items_1 strong,
.cn .social__advantage__items_2 strong {
    font-size: 24px;
    line-height: 30px;
    font-family: PingFangSC-Medium;
}

.cn .social__advantage__items_1 p,
.cn .social__advantage__items_2 p {
    font-size: 16px;
    font-family: PingFangSC-Light;
    line-height: 30px;
}

.cn .social__advantage__items_1 .social__advantage__image {
    display: inline-block;
    line-height: 60px;
    float: left;
}

.cn .social__advantage__items_1 .social__advantage__image>img {
    vertical-align: middle;
}

.cn .social__advantage__items_1 .social__advantage__section {
    display: inline-block;
    padding-left: 34px;
    line-height: 30px;
}

.cn .social__advantage__items_1 .social__advantage__section strong {
    font-family: PingFangSC-Medium;
}

.cn .social__advantage__items_1 .social__advantage__section p {
    font-family: PingFangSC-Light;
}

.cn .social__advantage__items_2 img {
    display: inline-block;
    position: relative;
    top: -20px;
}

.cn .social__advantage__items_2 .social__advantage__section {
    display: inline-block;
    width: 85%;
    padding-left: 34px;
}

.cn .social__advantage__items_2 .social__advantage__section p {
    white-space: nowrap;
}

.cn .social__function {
    width: 1101px;
    margin: 74px auto 88px;
}

.cn .social__function img {
    float: left;
}

.cn .social__function .social__function__desc {
    display: inline-block;
    float: right;
    transform: translateY(10%);
    text-align: left;
}

.cn .social__function .social__function__desc .social__desc_item {
    margin-bottom: 24px;
}

.cn .social__function .social__function__desc .social__desc_item .social__desc_image {
    display: inline-block;
    line-height: 30px;
    float: left;
}

.cn .social__function .social__function__desc .social__desc_item>img {
    vertical-align: middle;
}

.cn .social__function .social__function__desc .social__desc_item .social__desc_article {
    display: inline-block;
    padding-left: 30px;
}

.cn .social__function .social__function__desc .social__desc_item .social__desc_article h5 {
    font-size: 24px;
    color: #5C6165;
    line-height: 30px;
    margin-bottom: 8px;
    font-family: PingFangSC-Regular;
}

.cn .social__function .social__function__desc .social__desc_item .social__desc_article h5 span {
    display: block;
}

.cn .social__function .social__function__desc .social__desc_item .social__desc_article p {
    font-size: 16px;
    color: #5C6165;
    line-height: 30px;
    font-family: PingFangSC-Light;
}

.cn .social__function .social__function__desc>a {
    margin-left: 70px;
    font-family: PingFangSC-Medium;
}

.cn .social__function:after {
    content: '';
    clear: both;
    display: block;
}

.cn .social_customers {
    background: #273444;
}

.cn .social_customers .customers__box {
    padding-top: 72px;
}

.cn .social_customers .customers__box .customer__item {
    width: auto;
    margin-right: 60px;
}

.cn .social_customers .customers__evaluation .icon {
    top: 65%;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .cn .social__mod {
        padding: 11px 0 7px;
    }
    .cn .social__mod .social-banner-icon {
        display: none;
    }
    .cn .social__mod>h2 {
        font-size: 36px;
    }
    .cn .social__mod>h2 span {
        display: block;
        line-height: 48px;
        margin-right: 0;
    }
    .cn .social__mod>p {
        font-size: 18px;
    }
    .cn .social__mod .btns {
        padding-top: 21px;
    }
    .cn .social__advantage__items_1 {
        padding: 50px 0;
    }
    .cn .social__advantage__items_1 img {
        width: 30px;
        height: 30px;
    }
    .cn .social__advantage__items_1 .part-10 {
        width: auto;
        margin: auto 30px;
    }
    .cn .social__advantage__items_1 .part-10 .col-4:last-child {
        margin-bottom: 0;
    }
    .cn .social__advantage__items_1 .social__advantage__section {
        padding-left: 23px;
    }
    .cn .social__advantage__items_1 .social__advantage__section strong {
        font-weight: normal;
    }
    .cn .social__advantage__items_2 .col-3 {
        width: 100%;
    }
    .cn .social__advantage__items_2 .social__advantage__section strong {
        line-height: 36px;
    }
    .cn .social__advantage__items_2 .social__advantage__section p {
        line-height: 28px;
    }
    .cn .social__function {
        width: 100%;
        margin: 0 auto;
    }
    .cn .social__function>img {
        display: none;
    }
    .cn .social__function .social__function__desc {
        float: none;
        transform: initial;
        margin: 60px 28px;
    }
    .cn .social__function .social__function__desc .social__desc_item {
        margin-bottom: 32px;
    }
    .cn .social__function .social__function__desc .social__desc_item .social__desc_image {
        display: block;
        float: none;
        padding-bottom: 20px;
        height: 50px;
    }
    .cn .social__function .social__function__desc .social__desc_item .social__desc_article {
        padding-left: 0;
        display: block;
    }
    .cn .social__function .social__function__desc>a {
        margin-left: 0;
    }
    .cn .social_customers .customers__box .customer__item {
        margin: 0;
    }
    .cn .social_customers .customers__box .customer__item__inactive {
        display: none;
    }
    .cn .social_customers .evaluation__content {
        font-size: 14px;
    }
    .cn .social_customers .customers__evaluation .icon__arraw-left {
        left: 2%;
    }
    .cn .social_customers .customers__evaluation .icon__arraw-right {
        right: 2%;
    }
}

.en.social {
    font-family: Avenir-Light;
}

.en #siri-social {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15%;
    margin: 0 auto;
}

.en #siri-social canvas {
    width: 100% !important;
}

.en .social_customers {
    padding-bottom: 70px;
}

.en .icon-k {
    width: 40px;
    height: 40px;
    background: url('../img/icon_k.svg') no-repeat;
    background-size: 36px;
}

.en .video__ui__custom .icon-b {
    width: 40px;
    height: 40px;
    background: url('../img/icon_b.svg') no-repeat;
    background-size: 40px;
}

.en .icon-heart {
    width: 40px;
    height: 40px;
    background: url('../img/icon_c.svg') no-repeat;
    background-size: 40px;
}

.en .resolution__title {
    font-family: Avenir-Medium;
    font-size: 32px;
    color: #5C6165;
    line-height: 40px;
}

.en .resolution__desc {
    font-family: Avenir-Light;
    font-size: 16px;
    color: #5C6165;
    line-height: 24px;
}

.en .social_row {
    background: linear-gradient(128deg, #07CEB8 0%, #1B8EF3 86%);
    padding: 60px 0;
}

.en .social_row .icon {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    display: block;
    color: #FFFFFF;
}

.en .social_row .col-4 {
    vertical-align: top;
    text-align: center;
}

.en .social_row .icon__earch {
    background: url('../img/icon_d.svg') no-repeat;
}

.en .social_row .icon__chart {
    background: url('../img/icon_e.svg') no-repeat;
    fill: #FFF;
}

.en .social_row .icon__consumption {
    background: url('../img/icon_f.svg') no-repeat;
    width: 40px;
}

.en .social_row .compare__item__title {
    font-family: Avenir-Medium;
    font-size: 24px;
    margin-top: 58px;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.en .social_row .compare__item__title.two_row {
    margin-top: 40px;
    margin-bottom: 10px;
}

.en .social_row .compare__item__desc {
    font-family: Avenir-Light;
    font-size: 16px;
    color: #FFFFFF;
}

.en .social__show {
    margin: 0 auto;
    padding: 37px 0 0;
}

.en .social__show .el__center-480 {
    position: relative;
    margin-top: -50px;
    margin-right: 0;
    color: #FFF;
    max-width: 540px;
}

.en .social__show .el__center-480>h2 {
    font-family: Avenir-Light;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 48px;
}

.en .social__show .audio__show__media {
    height: 607px;
}

.en .social__show .social__show__media {
    position: relative;
    text-align: center;
}

.en .social__show .social__show__desc {
    padding: 20px 0 0;
    font-family: Avenir-Light;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
}

.en .social__mod {
    font-family: Avenir-Light;
    padding: 95px 0 26px;
}

.en .social__mod h2 {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 24px;
}

.en .social__mod h2 span {
    margin-right: 28px;
}

.en .social__mod h2 span:last-child {
    margin-right: 0;
}

.en .social__mod p {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    font-family: Avenir-Light;
}

.en .social__mod .btns {
    padding: 54px 0;
}

.en .social__mod .social-banner-icon {
    background: url("../img/combined_shape.svg") no-repeat center;
    height: 88px;
    width: 88px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

.en .social__mod .social-banner-icon img {
    position: absolute;
    top: 63px;
    right: -3px;
}

.en .social__advantage_row {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.en .social__advantage__items_1,
.en .social__advantage__items_2 {
    background-color: #F6F8FA;
    padding: 55px 0;
}

.en .social__advantage__items_1 strong,
.en .social__advantage__items_2 strong {
    font-size: 24px;
    line-height: 30px;
    font-family: Avenir-Medium;
}

.en .social__advantage__items_1 p,
.en .social__advantage__items_2 p {
    font-size: 16px;
    font-family: Avenir-Light;
    line-height: 30px;
}

.en .social__advantage__items_1 .social__advantage__image {
    display: inline-block;
    line-height: 60px;
    float: left;
}

.en .social__advantage__items_1 .social__advantage__image>img {
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .en .social__advantage__items_1 .social__advantage__section {
        padding-left: 64px;
        line-height: 30px;
    }
    .en .social__advantage__items_1 .social__advantage__section strong {
        font-family: Avenir-Medium;
    }
    .en .social__advantage__items_1 .social__advantage__section p {
        font-family: Avenir-Light;
    }
    .en .social__advantage__items_1 .col-4:nth-child(1) {
        width: 390px;
    }
    .en .social__advantage__items_1 .col-4:nth-child(2) {
        width: 490px;
    }
    .en .social__advantage__items_1 .col-4:nth-child(3) {
        width: 450px;
    }
}

.en .social__advantage__items_2 img {
    display: inline-block;
    position: relative;
    top: -20px;
}

.en .social__advantage__items_2 .social__advantage__section {
    display: inline-block;
    width: 85%;
    padding-left: 34px;
}

.en .social__advantage__items_2 .social__advantage__section p {
    white-space: nowrap;
}

.en .social__function {
    width: 1101px;
    margin: 74px auto 88px;
}

.en .social__function img {
    float: left;
}

.en .social__function .social__function__desc {
    display: inline-block;
    float: right;
    transform: translateY(10%);
    text-align: left;
}

.en .social__function .social__function__desc .social__desc_item {
    margin-bottom: 24px;
}

.en .social__function .social__function__desc .social__desc_item .social__desc_image {
    display: inline-block;
    line-height: 30px;
    float: left;
}

.en .social__function .social__function__desc .social__desc_item>img {
    vertical-align: middle;
}

.en .social__function .social__function__desc .social__desc_item .social__desc_article {
    display: inline-block;
    padding-left: 30px;
}

.en .social__function .social__function__desc .social__desc_item .social__desc_article h5 {
    font-size: 24px;
    color: #5C6165;
    line-height: 30px;
    margin-bottom: 8px;
    font-family: Avenir-Light;
}

.en .social__function .social__function__desc .social__desc_item .social__desc_article h5 span {
    display: block;
}

.en .social__function .social__function__desc .social__desc_item .social__desc_article p {
    font-size: 16px;
    color: #5C6165;
    line-height: 30px;
    font-family: Avenir-Light;
}

.en .social__function .social__function__desc>a {
    margin-left: 70px;
    font-family: Avenir-Medium;
}

.en .social__function:after {
    content: '';
    clear: both;
    display: block;
}

.en .social_customers {
    background: #273444;
    min-height: 460px;
}

.en .social_customers .customers__box {
    padding-top: 72px;
}

.en .social_customers .customers__box .customer__item {
    width: auto;
    margin-right: 60px;
}

.en .social_customers .customers__evaluation .icon {
    top: 65%;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .en .social__show {
        padding: 11px 0 7px;
    }
    .en .social__show .el__center-480 {
        margin-top: 20px;
        text-align: center;
    }
    .en .social__show .el__center-480>h2 {
        font-size: 28px;
    }
    .en .social__show .el__center-480 .social__show__desc {
        font-size: 18px;
    }
    .en .social__show .social-banner-icon {
        display: none;
    }
    .en .social__show>h2 {
        font-size: 36px;
    }
    .en .social__show>h2 span {
        display: block;
        line-height: 48px;
        margin-right: 0;
    }
    .en .social__show>p {
        font-size: 18px;
    }
    .en .social__show .btns {
        padding-top: 21px;
    }
    .en .social__show>.col-6:nth-child(2) {
        display: none;
    }
    .en .customers__evaluation .customers__box {
        width: 100%;
        padding-bottom: 20px;
    }
    .en .social__advantage__items_1 {
        padding: 50px 0;
    }
    .en .social__advantage__items_1 img {
        width: 30px;
        height: 30px;
    }
    .en .social__advantage__items_1 .part-10 {
        width: auto;
        margin: auto 30px;
    }
    .en .social__advantage__items_1 .part-10 .col-4:last-child {
        margin-bottom: 0;
    }
    .en .social__advantage__items_1 .social__advantage__section {
        padding-left: 53px;
    }
    .en .social__advantage__items_1 .social__advantage__section strong {
        font-size: 20px;
        font-weight: normal;
    }
    .en .social__advantage__items_2 .col-3 {
        width: 100%;
    }
    .en .social__advantage__items_2 .social__advantage__section strong {
        line-height: 36px;
    }
    .en .social__advantage__items_2 .social__advantage__section p {
        line-height: 28px;
    }
    .en .social__function {
        width: 100%;
        margin: 0 auto;
    }
    .en .social__function>img {
        display: none;
    }
    .en .social__function .social__function__desc {
        float: none;
        transform: initial;
        margin: 60px 28px;
    }
    .en .social__function .social__function__desc .social__desc_item {
        margin-bottom: 32px;
    }
    .en .social__function .social__function__desc .social__desc_item .social__desc_image {
        display: block;
        float: none;
        padding-bottom: 20px;
        height: 50px;
    }
    .en .social__function .social__function__desc .social__desc_item .social__desc_article {
        padding-left: 0;
        display: block;
    }
    .en .social__function .social__function__desc>a {
        margin-left: 0;
    }
    .en .social_customers .customers__box .customer__item {
        margin: 0;
    }
    .en .social_customers .customers__box .customer__item__inactive {
        display: none;
    }
    .en .social_customers .evaluation__content {
        font-size: 14px;
    }
    .en .social_customers .customers__evaluation .icon__arraw-left {
        left: 2%;
    }
    .en .social_customers .customers__evaluation .icon__arraw-right {
        right: 2%;
    }
}

.cn .gaming__mod {
    font-family: PingFangSC-Regular;
    padding: 95px 0 26px;
}

.cn .gaming__mod h2 {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 24px;
}

.cn .gaming__mod h2 span {
    margin-right: 28px;
}

.cn .gaming__mod h2 span:last-child {
    margin-right: 0;
}

.cn .gaming__mod p {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    font-family: PingFangSC-Light;
}

.cn .gaming__mod .btns {
    padding: 54px 0;
}

.cn .gaming__mod .gaming-banner-icon {
    background: url("../img/icon__amg__earphone.svg") no-repeat center;
    height: 88px;
    width: 108px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

.cn .gaming__mod .gaming-banner-icon img {
    position: absolute;
    top: 63px;
    right: -3px;
}

.cn .gaming__advantage__items {
    background-color: #F6F8FA;
    padding: 45px 0;
}

.cn .gaming__advantage__items strong {
    font-size: 24px;
    line-height: 30px;
    font-family: PingFangSC-Medium;
}

.cn .gaming__advantage__items p {
    font-size: 16px;
    font-family: PingFangSC-Light;
    line-height: 30px;
}

.cn .gaming__advantage__items .gaming__advantage__image {
    display: inline-block;
    line-height: 60px;
    float: left;
}

.cn .gaming__advantage__items .gaming__advantage__image>img {
    vertical-align: middle;
}

.cn .gaming__advantage__items .gaming__advantage__section {
    display: inline-block;
    padding-left: 34px;
    line-height: 30px;
}

.cn .gaming__advantage__items .gaming__advantage__section strong {
    font-family: PingFangSC-Medium;
}

.cn .gaming__advantage__items .gaming__advantage__section p {
    font-family: PingFangSC-Light;
}

.en.fontAvenirLight {
    font-family: Avenir-Light;
}

.en.gaming .icon-microphone {
    width: 45px;
    height: 45px;
    background: url("../img/icon__gaming__mic.svg") center 0 no-repeat;
}

.en.gaming .icon-earphone {
    width: 45px;
    height: 45px;
    background: url("../img/icon__gaming__earphone.svg") center 0 no-repeat;
}

.en.gaming .icon-integrate {
    width: 45px;
    height: 45px;
    background: url("../img/icon_integrate.svg") center 0 no-repeat;
}

.en.gaming .icon-satellite {
    width: 45px;
    height: 45px;
    background: url("../img/icon__gaming__satellite.svg") center 0 no-repeat;
}

.en.gaming .icon-poker {
    width: 45px;
    height: 45px;
    background: url("../img/icon_d.svg") center 0 no-repeat;
}

.en.gaming .gaming__mod {
    padding: 95px 0 26px;
    word-spacing: 0;
}

.en.gaming .gaming__mod h2 {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.en.gaming .gaming__mod h2 span {
    margin-right: 28px;
}

.en.gaming .gaming__mod h2 span:last-child {
    margin-right: 0;
}

.en.gaming .gaming__mod p {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
}

.en.gaming .gaming__mod .btns {
    padding: 54px 0;
}

.en.gaming .gaming__mod .gaming-banner-icon {
    background: url("../img/icon__amg__earphone.svg") no-repeat center;
    height: 88px;
    width: 108px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

.en.gaming .gaming__mod .gaming-banner-icon img {
    position: absolute;
    top: 63px;
    right: -3px;
}

.en.gaming .gaming__advantage__items {
    background-color: #F6F8FA;
    padding: 32px 0;
}

.en.gaming .gaming__advantage__items strong {
    font-size: 24px;
    line-height: 30px;
}

.en.gaming .gaming__advantage__items p {
    font-size: 24px;
    color: #5C6165;
    line-height: 40px;
}

.en.gaming .gaming__advantage__items .gaming__advantage__image {
    display: inline-block;
    line-height: 60px;
    float: left;
}

.en.gaming .gaming__advantage__items .gaming__advantage__image>img {
    vertical-align: middle;
}

.en.gaming .gaming__advantage__items .gaming__advantage__section {
    text-align: center;
    padding-left: 34px;
}

.en.gaming .mode_nav {
    font-family: Avenir-Heavy;
    font-size: 24px;
    line-height: 28px;
    word-spacing: 0;
}

.en.gaming .cdn__compare .compare__param__item {
    padding-bottom: 24px;
}

.en.gaming .cdn__compare .part-10 {
    margin-left: 38px;
}

.en.gaming .cdn__compare .compare__title {
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 60px;
}

.en.gaming .cdn__compare .compare__params {
    height: 620px;
    padding-left: 34px;
    padding-right: 34px;
}

.en.gaming .cdn__compare .compare__params .amg__voice__btn {
    margin: inherit;
}

.en.gaming .cdn__compare .cdn__compare__title_en {
    font-family: Avenir-Heavy;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    padding-bottom: 16px;
}

.en.gaming .cdn__compare .compare__value {
    padding-left: 0;
    font-family: Avenir-Light;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
}

.en.gaming .cdn__compare .other .cdn__params {
    height: 520px;
    padding-left: 34px;
    padding-right: 0;
    padding-top: 43px;
}

.en.gaming .cdn__compare .other .cdn__compare__title_cn {
    font-family: Avenir-Heavy;
    font-size: 24px;
    color: #1B8EF3;
    padding-bottom: 31px;
}

.en.gaming .cdn__compare .other .compare__value {
    color: #5C6165;
}

.en.gaming .cdn__compare .compare_description {
    word-spacing: 0;
    opacity: 0.75;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 72px;
}

.en.gaming .live__advantage .el__1,
.en.gaming .live__advantage .el__2,
.en.gaming .live__advantage .el__3 {
    max-width: 520px;
    margin-left: 0;
}

.en.gaming .full_row.case {
    height: 440px;
    padding-top: 75px;
}

.en.gaming .full_row.case .col-6.case_text>div {
    padding-top: 10px;
}

.en.gaming .full_row.case .col-6.case_text>div>p>img {
    margin-bottom: 26px;
}

.en.gaming .full_row.case .col-6.case_left>div {
    margin-left: 40px;
}

.en.gaming .full_row.case .case_link {
    margin-top: 10px;
}

.en.gaming .full_row.case .el_poker {
    position: relative;
    top: -50px;
}

.en.gaming .resolution__title {
    font-family: Avenir-Medium;
    font-size: 32px;
    color: #5C6165;
    line-height: 40px;
}

.en.gaming .video__server__info {
    width: 50%;
    margin-left: 0;
}

.en.gaming .video__ui__custom {
    padding-bottom: 50px;
    max-width: 1000px;
}

.en.gaming .resolution__desc,
.en.gaming .server__desc {
    margin-top: 10px;
    font-size: 16px;
    color: #5C6165;
    line-height: 24px;
}

.en.gaming .row_odd {
    background-color: #F6F8FA;
}

.en.gaming .gaming__mobile__desc {
    margin-top: 20px;
    font-size: 16px;
    color: #5C6165;
    line-height: 24px;
    text-align: left;
}

.en.gaming .resolution__title {
    padding: 0;
}

.en.gaming .video__resolution {
    max-width: 1000px;
}

.en .gaming__slick__wrapper {
    width: 1280px;
}

.en .gaming__circle__center {
    left: 320px;
    top: 230px;
}

.en .gaming__mobile__title {
    font-family: Avenir-Medium;
    font-size: 24px;
    color: #5C6165;
    line-height: 36px;
}

.en .mode__mobile__left {
    position: absolute;
    top: 240px;
    left: 50px;
}

.en .mode__mobile__vertical {
    top: 110px;
}

.en .mode__mobile__horizontal {
    left: 20px;
    top: 210px;
}

.en .mode__mobile__content {
    left: 620px;
    top: 210px;
}

.en .mode__mobile__content .btn__try {
    font-family: Avenir-Book;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 24px;
    margin-top: 35px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to right, #03D2B3 0, #0988F5 100%);
    box-shadow: 0 2px 15px rgba(5, 201, 185, 0.37);
}

.en .mode_nav {
    left: 0;
}

.en .mode_nav li {
    font-size: 24px;
    line-height: 28px;
    margin-left: 72px;
}

@media screen and (max-width: 1270px) {
    .en .mode_nav {
        left: 180px;
    }
    .en .mode_nav li {
        font-size: 16px;
        line-height: 24px;
        margin-left: 40px;
    }
    .en .customers__evaluation .icon__arraw-left,
    .en .customers__evaluation .icon__arraw-right {
        display: none;
    }
    .en .live__advantage .icon__left__dark,
    .en .live__advantage .icon__right__dark {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .en .mode__mobile__left {
        display: none;
    }
    .en .live__advantage .el__1,
    .en .live__advantage .el__2,
    .en .live__advantage .el__3 {
        max-width: 700px;
        margin-left: 180px;
    }
    .en.gaming .live__advantage * {
        text-align: left;
    }
    .en.gaming .live__advantage__box {
        height: 700px;
    }
    .en.gaming .mode__mobile__content {
        left: 75px;
    }
    .en.gaming .gaming__mobile__desc {
        max-width: 480px;
    }
    .en.gaming .video__server__info {
        width: 100%;
    }
    .en .mode_nav {
        left: 180px;
    }
    .en .mode_nav li {
        font-size: 16px;
        line-height: 24px;
        margin-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    .cn .live__main {
        min-height: inherit;
    }
    .cn .gaming__mod {
        padding: 40px 0 7px;
    }
    .cn .gaming__mod .gaming-banner-icon {
        display: none;
    }
    .cn .gaming__mod>h2 {
        font-size: 36px;
    }
    .cn .gaming__mod>h2 span {
        display: block;
        line-height: 48px;
        margin-right: 0;
    }
    .cn .gaming__mod>p {
        font-size: 18px;
    }
    .cn .gaming__mod .btns {
        padding-top: 21px;
    }
    .cn .gaming__advantage__items .col-3 {
        width: 100%;
    }
    .cn .gaming__advantage__items .gaming__advantage__section strong {
        line-height: 36px;
    }
    .cn .gaming__advantage__items .gaming__advantage__section p {
        line-height: 28px;
    }
    .cn .gaming__advantage__items {
        padding: 50px 0;
    }
    .cn .gaming__advantage__items .part-12 {
        width: auto;
        margin: auto 30px;
    }
    .cn .gaming__advantage__items .part-12 .col-4:last-child {
        margin-bottom: 0;
    }
    .cn .gaming__advantage__items .gaming__advantage__section {
        padding-left: 23px;
    }
    .cn .gaming__advantage__items .gaming__advantage__section strong {
        font-weight: normal;
    }
}

@media screen and (max-width: 768px) {
    .en.gaming {
        font-family: AvenirNext-Regular;
        font-size: 24px;
    }
    .en.gaming .icon__arrow {
        display: inherit;
    }
    .en.gaming .live__advantage * {
        text-align: left;
    }
    .en.gaming .live__advantage .icon__right__dark {
        right: 0;
    }
    .en.gaming .live__advantage .icon__left__dark {
        left: 5px;
    }
    .en.gaming .gaming__mobile__title {
        font-size: 20px;
    }
    .en.gaming .live__advantage__box {
        height: 700px;
    }
    .en.gaming .mode__mobile__content {
        left: 30px;
    }
    .en.gaming .gaming__mobile__desc {
        max-width: 480px;
    }
    .en.gaming .evaluation__content {
        font-size: 14px;
    }
    .en.gaming .customer__item__inactive {
        display: none;
    }
    .en.gaming .customers__evaluation .icon__arraw-right {
        right: 0;
    }
    .en.gaming .customers__evaluation .icon__arraw-left {
        left: 5px;
    }
    .en.gaming .gaming__mod {
        padding: 95px 0 26px;
        word-spacing: 0;
    }
    .en.gaming .gaming__mod h2 {
        font-size: 28px;
        color: #FFFFFF;
        line-height: 40px;
        letter-spacing: 0;
        margin-bottom: 24px;
    }
    .en.gaming .gaming__mod h2 span {
        margin-right: 16px;
    }
    .en.gaming .gaming__mod h2 span:last-child {
        margin-right: 0;
    }
    .en.gaming .gaming__mod p {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 24px;
    }
    .en.gaming .gaming__mod .btns {
        padding: 20px 0;
    }
    .en.gaming .gaming__mod .gaming-banner-icon {
        background: url("../img/icon__amg__earphone.svg") no-repeat center;
        height: 88px;
        width: 108px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 40px;
    }
    .en.gaming .gaming__mod .gaming-banner-icon img {
        position: absolute;
        top: 63px;
        right: -3px;
    }
    .en.gaming .gaming__advantage__items {
        background-color: #F6F8FA;
        padding: 45px 0;
    }
    .en.gaming .gaming__advantage__items strong {
        font-size: 18px;
        line-height: 24px;
    }
    .en.gaming .gaming__advantage__items p {
        font-size: 18px;
        color: #5C6165;
        line-height: 24px;
    }
    .en.gaming .live__advantage {
        padding-top: 0;
    }
    .en.gaming .live__advantage .el__1,
    .en.gaming .live__advantage .el__2,
    .en.gaming .live__advantage .el__3 {
        max-width: 300px;
    }
    .en.gaming .mode_nav {
        display: none;
    }
    .en.gaming .gaming__advantage__items .gaming__advantage__image {
        display: inline-block;
        line-height: 60px;
        float: left;
    }
    .en.gaming .gaming__advantage__items .gaming__advantage__image>img {
        vertical-align: middle;
    }
    .en.gaming .gaming__advantage__items .gaming__advantage__section {
        text-align: center;
        padding-left: 0;
    }
    .en.gaming .live__main {
        min-height: 342px;
        height: 600px;
    }
    .en.gaming .live__main .many__people {
        padding-top: 17px;
    }
    .en.gaming .live__main .many__people>.part-10 {
        display: none;
    }
    .en.gaming .live__main .many__people .many__people__info h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 14px;
    }
    .en.gaming .live__main .many__people .many__people__info h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .en.gaming .live__main .many__people .many__people__info .broadcast__desc span {
        display: block;
    }
    .en.gaming .live__advantage__wrapper .live__advantage__box .live__advantage {
        padding-top: 51px;
    }
    .en.gaming .live__advantage__wrapper .live__advantage__box .live__advantage .live__advantage__media .live__advantage__photo {
        display: none;
    }
    .en.gaming .live__advantage__wrapper .live__advantage__box .live__advantage .live__advantage__media .advantage__text_2 {
        margin-top: 0;
    }
    .en.gaming .live__advantage__wrapper .live__advantage__box .live__advantage .live__advantage__media .live__advantage__items .live__advantage__title {
        font-size: 24px;
        line-height: 36px;
    }
    .en.gaming .live__advantage__wrapper .live__advantage__box .live__advantage .live__advantage__media .live__advantage__items .live__advantage__item {
        font-size: 16px;
        line-height: 23px;
    }
    .en.gaming .cdn__compare {
        padding-bottom: 0;
    }
    .en.gaming .cdn__compare .part-10 {
        width: 100%;
        margin-left: 0;
    }
    .en.gaming .cdn__compare .compare__title {
        font-size: 26px;
    }
    .en.gaming .cdn__compare .cdn__compare__title {
        font-size: 24px;
    }
    .en.gaming .cdn__compare .compare__params {
        padding: 38px 32px 50px;
        width: auto;
        height: 715px;
    }
    .en.gaming .cdn__compare .compare__params .compare__param__item {
        line-height: 25px;
        font-size: 16px;
    }
    .en.gaming .cdn__compare .cdn__params {
        padding: 50px 27px 18px;
        width: 95%;
        top: -35px;
    }
    .en.gaming .cdn__compare .cdn__params .compare__param__item {
        font-size: 16px;
    }
    .en.gaming .cdn__compare .cdn__params .cdn__param__item {
        line-height: 25px;
        padding-bottom: 12px;
    }
    .en.gaming .cdn__compare .cdn__params .cdn__param__item strong {
        color: #5C6165;
    }
    .en.gaming .cdn__compare .cdn__params .cdn__param__item p {
        color: #000029;
    }
    .en.gaming .cdn__compare .cdn__params .cdn__param__item.cdn__notice strong {
        color: #00A0E9;
    }
    .en.gaming .cdn__compare .compare_description {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .en.gaming .cdn__compare h3 {
        font-size: 24px;
        font-family: AvenirNext-DemiBold;
        line-height: 36px;
    }
    .en.gaming .cdn__compare strong {
        font-family: AvenirNext-DemiBold;
    }
    .en.gaming .resolution__title,
    .en.gaming .server__title {
        font-size: 20px;
    }
    .en.gaming .resolution__desc {
        font-size: 16px;
    }
    .en.gaming .btn__try {
        font-size: 16px;
    }
    .en.gaming .user__case {
        padding: 48px 0 37px;
    }
    .en.gaming .user__case>.col-12 {
        margin-bottom: 0;
    }
    .en.gaming .user__case .user__case__title {
        font-size: 30px;
        color: #5C6165;
        line-height: 38px;
        margin-bottom: 18px;
    }
    .en.gaming .user__case .user__case__desc {
        font-size: 16px;
        line-height: 23px;
    }
    .en.gaming .industry {
        flex-direction: column;
        padding: 0 0 41px;
    }
    .en.gaming .industry .industry__item {
        margin-bottom: 19px;
    }
    .en.gaming .industry .industry__item .industry__item__title {
        font-size: 18px;
        line-height: 18px;
        font-family: AvenirNext-DemiBold;
    }
    .en.gaming .industry .industry__item .industry__item__content {
        display: inline-block;
        margin-right: 20px;
        font-size: 16px;
        line-height: 25px;
    }
    .en.gaming .serve .serve__info .serve__info__desc {
        width: 320px;
        margin: 0 auto;
    }
    .en.gaming .serve .serve__info h2 {
        font-size: 30px;
        line-height: 30px;
        font-family: AvenirNext-Medium;
        width: 283px;
        margin: 0 auto;
    }
}

.cn #siri-callcenter {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15%;
    margin: 0 auto;
}

.cn #siri-callcenter canvas {
    width: 100% !important;
}

.cn .callcenter__mod {
    font-family: PingFangSC-Regular;
    padding: 95px 0 26px;
}

.cn .callcenter__mod h2 {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 24px;
}

.cn .callcenter__mod h2 span {
    margin-right: 28px;
}

.cn .callcenter__mod h2 span:last-child {
    margin-right: 0;
}

.cn .callcenter__mod p {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    font-family: PingFangSC-Light;
}

.cn .callcenter__mod .btns {
    padding: 54px 0;
}

.cn .callcenter__mod img {
    margin-bottom: 32px;
}

.cn .callcenter__advantage__items_2 {
    white-space: nowrap;
}

.cn .callcenter__advantage__items_1,
.cn .callcenter__advantage__items_2 {
    background-color: #F6F8FA;
    padding: 45px 0;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__row,
.cn .callcenter__advantage__items_2 .callcenter__advantage__row {
    margin-bottom: 56px;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__row:last-child,
.cn .callcenter__advantage__items_2 .callcenter__advantage__row:last-child {
    margin: 0;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__row .callcenter__advantage__image,
.cn .callcenter__advantage__items_2 .callcenter__advantage__row .callcenter__advantage__image {
    display: inline-block;
    line-height: 90px;
    position: absolute;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__row .callcenter__advantage__image>img,
.cn .callcenter__advantage__items_2 .callcenter__advantage__row .callcenter__advantage__image>img {
    vertical-align: middle;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__row .callcenter__advantage__section,
.cn .callcenter__advantage__items_2 .callcenter__advantage__row .callcenter__advantage__section {
    display: inline-block;
    padding-left: 50px;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__row .callcenter__advantage__section strong,
.cn .callcenter__advantage__items_2 .callcenter__advantage__row .callcenter__advantage__section strong {
    font-size: 24px;
    line-height: 30px;
    font-family: PingFangSC-Medium;
    color: #5C6165;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__row .callcenter__advantage__section p,
.cn .callcenter__advantage__items_2 .callcenter__advantage__row .callcenter__advantage__section p {
    line-height: 30px;
    font-family: PingFangSC-Light;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__item,
.cn .callcenter__advantage__items_2 .callcenter__advantage__item {
    display: inline-block;
    margin-right: 82px;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__item:last-child,
.cn .callcenter__advantage__items_2 .callcenter__advantage__item:last-child {
    margin-right: 0;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__item .callcenter__advantage__image,
.cn .callcenter__advantage__items_2 .callcenter__advantage__item .callcenter__advantage__image {
    line-height: 98px;
    display: inline-block;
    position: absolute;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__item .callcenter__advantage__image>img,
.cn .callcenter__advantage__items_2 .callcenter__advantage__item .callcenter__advantage__image>img {
    vertical-align: middle;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__item .callcenter__advantage__section,
.cn .callcenter__advantage__items_2 .callcenter__advantage__item .callcenter__advantage__section {
    display: inline-block;
    padding-left: 50px;
    line-height: 30px;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__item .callcenter__advantage__section strong,
.cn .callcenter__advantage__items_2 .callcenter__advantage__item .callcenter__advantage__section strong {
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
    white-space: nowrap;
    font-family: PingFangSC-Medium;
}

.cn .callcenter__advantage__items_1 .callcenter__advantage__item .callcenter__advantage__section p,
.cn .callcenter__advantage__items_2 .callcenter__advantage__item .callcenter__advantage__section p {
    font-size: 16px;
}

.cn .callcenter__function {
    width: 1101px;
    margin: 0 auto;
    font-family: PingFangSC-Regular;
    margin-bottom: 89px;
}

.cn .callcenter__function>img {
    float: left;
}

.cn .callcenter__function header {
    color: #00A0E9;
    font-size: 36px;
    line-height: 44px;
    margin: 80px auto;
}

.cn .callcenter__function .callcenter__function__desc {
    display: inline-block;
    float: right;
    text-align: left;
    margin-top: 55px;
}

.cn .callcenter__function .callcenter__function__desc .callcenter__desc_item {
    margin-bottom: 32px;
}

.cn .callcenter__function .callcenter__function__desc .callcenter__desc_item .callcenter__desc_image {
    display: inline-block;
    float: left;
    line-height: 30px;
}

.cn .callcenter__function .callcenter__function__desc .callcenter__desc_item .callcenter__desc_image>img {
    vertical-align: middle;
}

.cn .callcenter__function .callcenter__function__desc .callcenter__desc_item .callcenter__desc_article {
    display: inline-block;
    padding-left: 30px;
    width: 366px;
}

.cn .callcenter__function .callcenter__function__desc .callcenter__desc_item h5 {
    font-size: 24px;
    color: #5C6165;
    line-height: 30px;
    margin-bottom: 8px;
}

.cn .callcenter__function .callcenter__function__desc .callcenter__desc_item p {
    font-size: 16px;
    color: #5C6165;
    line-height: 30px;
    font-family: PingFangSC-Light;
}

.cn .callcenter__function .callcenter__function__desc>a {
    margin-left: 70px;
}

.cn .callcenter__function:after {
    content: '';
    clear: both;
    display: block;
}

.cn .callcenter_customers {
    background: #273444;
}

.cn .callcenter_customers .customers__box {
    padding-top: 72px;
}

.cn .callcenter_customers .customers__box .customer__item {
    width: auto;
    margin-right: 60px;
}

.cn .callcenter_customers .customers__evaluation .icon {
    top: 65%;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .cn .callcenter__mod {
        padding: 11px 0 26px;
    }
    .cn .callcenter__mod img {
        display: none;
    }
    .cn .callcenter__mod p {
        font-size: 18px;
        line-height: 28px;
        font-family: PingFangSC-Regular;
    }
    .cn .callcenter__mod>h2 {
        font-size: 36px;
    }
    .cn .callcenter__mod>h2 span {
        line-height: 48px;
    }
    .cn .callcenter__mod>h2 span:first-child {
        margin-right: 0;
    }
    .cn .callcenter__mod>h2 i {
        display: block;
    }
    .cn .callcenter__advantage__items_1 .callcenter__advantage__row,
    .cn .callcenter__advantage__items_2 .callcenter__advantage__row {
        margin: 0;
    }
    .cn .callcenter__advantage__items_1 .callcenter__advantage__row>div,
    .cn .callcenter__advantage__items_2 .callcenter__advantage__row>div {
        position: relative;
    }
    .cn .callcenter__advantage__items_1 .callcenter__advantage__row>div img,
    .cn .callcenter__advantage__items_2 .callcenter__advantage__row>div img {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 15%;
    }
    .cn .callcenter__advantage__items_1 .callcenter__advantage__row>div .callcenter__advantage__section,
    .cn .callcenter__advantage__items_2 .callcenter__advantage__row>div .callcenter__advantage__section {
        padding-left: 55px;
    }
    .cn .callcenter__advantage__items_1 .callcenter__advantage__row>div .callcenter__advantage__section span,
    .cn .callcenter__advantage__items_2 .callcenter__advantage__row>div .callcenter__advantage__section span {
        display: block;
    }
    .cn .callcenter__advantage__items_1 .callcenter__advantage__item,
    .cn .callcenter__advantage__items_2 .callcenter__advantage__item {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    .cn .callcenter__advantage__items_1 .callcenter__advantage__item:last-child,
    .cn .callcenter__advantage__items_2 .callcenter__advantage__item:last-child {
        margin-bottom: 0;
    }
    .cn .callcenter__advantage__items_1 .part-10,
    .cn .callcenter__advantage__items_2 .part-10 {
        width: auto;
        padding: 0 9px;
    }
    .cn .callcenter__advantage__items_2 {
        padding: 45px 30px;
    }
    .cn .callcenter__function {
        width: 100%;
        margin-bottom: 0;
    }
    .cn .callcenter__function>header {
        font-size: 24px;
        margin: 60px auto 40px;
    }
    .cn .callcenter__function>img {
        float: none;
        padding: 0 12px;
        width: 90%;
    }
    .cn .callcenter__function .callcenter__function__desc {
        float: none;
        padding: 48px 26px 38px;
        margin: 12px;
    }
    .cn .callcenter__function .callcenter__function__desc .callcenter__desc_item .callcenter__desc_image {
        display: block;
        float: none;
        padding-bottom: 12px;
    }
    .cn .callcenter__function .callcenter__function__desc .callcenter__desc_item .callcenter__desc_article {
        display: block;
        padding-left: 0;
        width: auto;
    }
    .cn .callcenter__function .callcenter__function__desc>a {
        margin-left: 0;
    }
    .cn .callcenter_customers .customers__box .customer__item {
        margin: 0;
    }
    .cn .callcenter_customers .customer__item__inactive {
        display: none;
    }
    .cn .callcenter_customers>.customers__evaluation .icon__arraw-left {
        left: 2%;
    }
    .cn .callcenter_customers>.customers__evaluation .icon__arraw-right {
        right: 2%;
    }
    .cn .callcenter_customers .slick-wrapper .evaluation__content {
        font-size: 14px;
        padding: 0 40px;
        margin-bottom: 48px;
    }
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

del {
    color: #767676;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

@media only screen and (max-device-width: 720px) {
    .serve__info p {
        font-size: 24px;
    }
    .serve__info .btn {
        margin-top: 15px;
    }
    .people__items {
        display: none;
    }
    .compare__params,
    .cdn__params {
        width: auto;
    }
    .cdn__param__item {
        padding-bottom: 25px;
    }
    .sdk__support__media img {
        width: 100%;
    }
    .intro__block__line {
        width: 100%;
    }
    .industry {
        display: block;
        overflow: hidden;
    }
    .industry__item {
        width: 48%;
        padding-bottom: 15px;
        float: left;
    }
    .quality__info {
        padding: 0 15px;
    }
    .quality {
        padding-bottom: 30px;
    }
    .many__people__info {
        padding: 0 15px;
    }
    .footer__links__block {
        width: 50%;
    }
    .audio__server__box {
        padding-bottom: 30px;
    }
    .video__show svg {
        display: none !important;
    }
    .audio__show__media {
        margin-top: 10px;
    }
    .audio__show__small {
        left: 15px;
        bottom: 20px;
        width: 35%;
    }
    .network__show {
        padding: 0 15px;
    }
    .network__show__subtitle {
        line-height: 1.5;
    }
    .network__resolution {
        padding-bottom: 40px;
    }
    .sdk__show {
        padding: 30px 15px;
    }
    .code__show__tab:first-child {
        padding-left: 0;
    }
    .code__show__item {
        padding-left: 0;
    }
    .sdk__api__mod .part-8 {
        width: 100%;
    }
    .sdk__api__mod .flex {
        display: block;
    }
    .third__party {
        padding-bottom: 0;
    }
    .sdk__monitor {
        padding: 30px 0;
    }
    .sdk__featrues__info {
        width: 200px;
    }
    .codex__mod {
        padding-bottom: 10px;
    }
    .price__table,
    .price__customers {
        margin-bottom: 0 !important;
    }
    .code__demo__mod {
        margin-bottom: 0 !important;
    }
    .code__demo__box {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .about__hd,
    .agora__components {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .about__intor__mod .col-2,
    .about__intor__mod .col-3 {
        display: none !important;
    }
    .about__intor__mod {
        padding-bottom: 0 !important;
    }
    .event__item {
        padding-right: 60px;
    }
    .download__hd {
        min-height: 144px !important;
        padding-top: 30px !important;
    }
    .download__video__mod {
        padding-bottom: 0 !important;
    }
    .agora__demo {
        padding-top: 60px !important;
    }
    .agora__compenent {
        width: auto !important;
    }
    .agora__compenent__box,
    .agora__compenent__box .col-3 {
        padding: 0 !important;
    }
    .agora__demo .part-9,
    .agora__demo .valign {
        padding: 0 !important;
    }
    .news__list__desc {
        padding-right: 0 !important;
    }
}

.en .customers__box {
    width: 900px;
    margin: 0 auto;
    word-spacing: 0;
}

.en .serve__info {
    color: #2893EF;
}

.en .icon__lang__earth {
    width: 34px;
    height: 34px;
    background: url("../img/icon_earth.png") 0 0 no-repeat;
}

.en .icon__subscription__mail {
    background: url("../img/news/icon_mail.png") 0 0 no-repeat;
}

.en .icon__lang__earth,
.en .icon__subscription__mail {
    width: 15px;
    height: 15px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}

.en .icon__subscription__mail {
    width: 25px;
    height: 25px;
    left: 20px;
    top: 13px;
    background: url("../img/news/icon_mail.png") 0 0 no-repeat;
}

.en .subscription {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px 0 10px 45px;
}

.en .footer__desc {
    max-width: 450px;
}

@font-face {
    font-family: 'AvenirNext';
    src: url("font/AvenirNextLTPro-Regular.otf");
}

.en {
    font-family: 'AvenirNext', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.en #mce-EMAIL {
    color: black;
}

.en .news__sider a {
    color: white;
}

.en .join__us p {
    margin-top: 0.5em;
}

.en .post img {
    max-width: 600px;
    height: auto;
}

.news__container ul {
    list-style: disc inside;
    margin: 16px 0;
    padding: 0 0 0 40px;
}

.icon__new {
    display: inline-block;
    position: relative;
    top: -0.7em;
    margin-right: -10px;
}

.icon__new img {
    width: 24px;
}

.fold__menu__box .fold__menu__items {
    display: none;
    width: 144px;
    padding: 14px 36px;
    font-family: PingFangSC-Regular;
}

.fold__menu__box .fold__menu__items.product {
    left: -60px;
}

.fold__menu__box .fold__menu__items.solution {
    left: -42px;
}

.fold__menu__box .fold__menu__items>a {
    line-height: 40px;
    white-space: nowrap;
}

.fold__menu__box .fold__menu__items>a:hover {
    color: #00A0E9;
}

.fold__menu__box:hover .fold__menu__items {
    display: block;
}

.nav>a,
.nav>div {
    margin-right: 22px;
    display: inline-block;
    float: left;
}

.icon_info {
    vertical-align: top;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../img/icon_info.svg');
    position: relative;
}

.icon_info:hover .index-popover {
    opacity: 1;
    display: block;
}

.index-popover {
    transition: opacity 0.3s;
    opacity: 0;
    display: none;
    font-style: normal;
    position: absolute;
    font-size: 12px;
    top: -11px;
    text-align: left;
    transform: scale(0.9);
    font-family: PingFangSC-Medium;
    color: #FFFFFF;
    line-height: 14px;
    background: #C0D3E4;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
    padding: 4px 0 4px 4px;
    border-radius: 4px;
    left: 15px;
    white-space: initial;
    z-index: 1;
}

.index-popover::before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: none;
    border-bottom: 6px transparent solid;
    border-right: 8px solid #C0D3E4;
    border-top: 6px transparent solid;
    position: absolute;
    left: -7px;
    top: 12px;
}

.cn .index-popover {
    width: 88px;
    padding-left: 8px;
}

.en .index-popover {
    width: 120px;
}

.en .header__bg .logo,
.en .logo--white {
    background: url(https://www.agora.io/dist/_/agora.io/static/img/logo_en_white.svg) 0 0 no-repeat
}

.en .header-fix .logo--white {
    background: url(https://www.agora.io/dist/_/agora.io/static/img/logo_en.svg) 0 0 no-repeat
}

.en .fold__menu__box .fold__menu__items {
    width: auto
}

.en .nav__item--active.has__sub_nav,
.en .nav__item.has__sub_nav {
    margin-right: 3px
}

.en .fold__menu__items>.nav__item {
    text-align: left;
    display: block;
    width: 100%
}