.btn,
.btn-primary,
.btn-default,
.btn-info {
  font-weight: 600;
  font-size: 16px;
  width: 208px;
  height: 48px;
  border-radius: 8px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.btn.small,
.btn-primary.small,
.btn-default.small,
.btn-info.small {
  width: unset;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}
.btn.full-width,
.btn-primary.full-width,
.btn-default.full-width,
.btn-info.full-width {
  width: 100%;
}
.btn-primary {
  background: #006fff;
}
.btn-primary:hover {
  background: #2d97ff;
}
.btn-primary:active {
  background: #0064d7;
}
.btn-default {
  background: #072144;
}
.btn-default:hover {
  background: #3e5776;
}
.btn-default:active {
  background: #021c3f;
}
.btn-info {
  background: #fff;
  color: #000;
}
.btn-info:hover {
  background: #d1e6ff;
}
.btn-info:active {
  background: #e5e5e5;
}
.text {
  font-weight: 400;
}
.text.primary {
  color: #006fff;
}
.arrow-right-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
}
.trial-block-container {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #f4f6ff;
  position: relative;
}
.trial-block-container .wrap-with-bg {
  width: 1385px;
  margin: 0 auto;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/index/trial-block-bg_d312708e37.png");
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trial-block-container .wrap-with-bg .title {
  text-align: center;
  height: 48px;
  font-size: 28px;
  font-weight: 600;
  color: #072144;
  line-height: 48px;
}
.trial-block-container .wrap-with-bg .btns {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trial-block-container .wrap-with-bg .btns .btn {
  margin: 0 10px;
}
.motion {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.motion.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.motion.out-view {
  opacity: 0;
  -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.normal-layout #nav {
  background: transparent;
}
.normal-layout > .main {
  position: relative;
  min-width: 1236px;
}
.normal-layout > .main .brtc-banner {
  width: 1236px;
  margin: 100px auto 175px;
  position: relative;
}
.normal-layout > .main .brtc-banner .left {
  text-align: left;
  margin: 0 0 30px;
}
.normal-layout > .main .brtc-banner .left .title {
  font-size: 36px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  color: #333;
  margin-bottom: 18px;
}
.normal-layout > .main .brtc-banner .left .desc {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #006fff;
  line-height: 30px;
}
.normal-layout > .main .brtc-banner .right.brtc {
  z-index: -1;
  position: absolute;
  width: 700px;
  height: 440px;
  background: url("/homepage/asset/frontend/img/brtc/brtc-index_df93f057ef.png") no-repeat;
  background-size: cover;
  top: -80px;
  left: 517px;
}
.normal-layout > .main .brtc-banner .additional .btn-primary,
.normal-layout > .main .brtc-banner .additional .btn-default {
  width: 160px;
}
.normal-layout > .main .motion {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.normal-layout > .main .motion.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.normal-layout > .main .motion.in-view .dash-line {
  width: 80px;
}
.normal-layout > .main .motion.out-view {
  opacity: 0;
  -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.normal-layout > .main .motion.out-view .dash-line {
  width: 0;
}
.normal-layout > .main .section {
  width: 1236px;
  margin: 100px auto 0;
}
.normal-layout > .main .section .section-header {
  margin-top: 10px;
  margin-bottom: 56px;
}
.normal-layout > .main .section .section-header .title {
  min-height: 48px;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  line-height: 48px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.normal-layout > .main .section .section-header .title .dash-line {
  display: inline-block;
  height: 3px;
  background: #006fff;
  margin-left: 48px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}
.normal-layout > .main .section .section-header .subtitle {
  height: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #006fff;
  line-height: 24px;
  margin-top: 10px;
}
.normal-layout > .main .section.multiple-function .section-body {
  margin-bottom: 72px;
}
.normal-layout > .main .section.multiple-function .section-body .list-item {
  width: 278px;
  height: 100px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(120,144,156,0.1);
          box-shadow: 0 2px 14px 0 rgba(120,144,156,0.1);
}
.normal-layout > .main .section.multiple-function .section-body .list-item + .list-item {
  margin-left: 30px;
}
.normal-layout > .main .section.multiple-function .section-body .list-item .icon {
  margin-left: 30px;
}
.normal-layout > .main .section.multiple-function .section-body .list-item .title {
  margin-left: 30px;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #000;
}
.normal-layout > .main .section.application-scenario .section-body .brtc-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.normal-layout > .main .section.application-scenario .section-body .brtc-tabs .tab-item {
  width: 240px;
  height: 46px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: inline-block;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.normal-layout > .main .section.application-scenario .section-body .brtc-tabs .tab-item > span {
  display: inline-block;
  height: 46px;
}
.normal-layout > .main .section.application-scenario .section-body .brtc-tabs .tab-item:hover,
.normal-layout > .main .section.application-scenario .section-body .brtc-tabs .tab-item.active {
  color: #1795ff;
}
.normal-layout > .main .section.application-scenario .section-body .brtc-tabs .tab-item:hover > span,
.normal-layout > .main .section.application-scenario .section-body .brtc-tabs .tab-item.active > span {
  border-bottom: 3px solid #1795ff;
}
.normal-layout > .main .section.application-scenario .section-body .application-content {
  position: relative;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item {
  display: none;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img {
  display: none;
  width: 541px;
  height: 360px;
  margin-top: 60px;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.ktv {
  background: url("/homepage/asset/frontend/img/brtc/brtc-ktv_02485d1f7e.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.blind-date {
  background: url("/homepage/asset/frontend/img/brtc/brtc-blind-date_e986b58dd9.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.lian-mai {
  background: url("/homepage/asset/frontend/img/brtc/brtc-lian-mai_04d456f55b.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.meeting {
  background: url("/homepage/asset/frontend/img/brtc/brtc-meeting_721b5debcd.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.recruitment {
  background: url("/homepage/asset/frontend/img/brtc/brtc-recruitment_64028067b1.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.double-teacher {
  background: url("/homepage/asset/frontend/img/brtc/brtc-double-teacher_251e89b73a.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.small-course {
  background: url("/homepage/asset/frontend/img/brtc/brtc-small-course_27e0a49b05.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.big-class {
  background: url("/homepage/asset/frontend/img/brtc/brtc-big-class_56b8a22cc2.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.games-gam {
  background: url("/homepage/asset/frontend/img/brtc/brtc-games-gam_558fa4da58.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.games-live {
  background: url("/homepage/asset/frontend/img/brtc/brtc-games-live_8848c79751.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.sign-up {
  background: url("/homepage/asset/frontend/img/brtc/brtc-sign-up_4678312229.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.finance {
  background: url("/homepage/asset/frontend/img/brtc/brtc-finance_0c7aa97086.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.finance-management {
  background: url("/homepage/asset/frontend/img/brtc/brtc-finance-management_b432a8d2a8.png") no-repeat;
  background-size: cover;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .left-img.active {
  display: inline-block;
  -webkit-animation: 1s show-in;
          animation: 1s show-in;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc {
  position: absolute;
  width: 565px;
  left: 641px;
  top: 54px;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .tab-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .tab-buttons .btn-item {
  width: 136px;
  height: 40px;
  border: 1px solid #eee;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .tab-buttons .btn-item + .btn-item {
  margin-left: -1px;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .tab-buttons .btn-item:nth-child(1) {
  border-radius: 8px 0 0 8px;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .tab-buttons .btn-item:nth-last-child(1) {
  border-radius: 0 8px 8px 0;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .tab-buttons .btn-item.active {
  background: #006fff;
  color: #fff;
  border: 1px solid #0a5ecb;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .desc-container {
  margin-top: 18px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Light;
  font-weight: 300;
  text-align: left;
  color: #000;
  display: none;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .desc-container.active {
  display: block;
  -webkit-animation: 1s show-in;
          animation: 1s show-in;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .desc-container .desc-list {
  margin-top: 20px;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .desc-container .desc-list h3 {
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #000;
  line-height: 36px;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .desc-container .desc-list .list-item {
  margin-top: 9px;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .desc-container .desc-list .list-item + .list-item {
  margin-top: 20px;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .desc-container .desc-list .list-item h4 {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #000;
  line-height: 36px;
  padding-left: 18px;
  position: relative;
}
.normal-layout > .main .section.application-scenario .section-body .application-content .content-item .right-desc .desc-container .desc-list .list-item h4::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 14px;
  left: 0;
  background: #333;
  border-radius: 50%;
}
.normal-layout > .main .section.advantages .section-body >h2,
.normal-layout > .main .section.features .section-body >h2 {
  font-size: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  margin-bottom: 30px;
}
.normal-layout > .main .section.advantages .section-body >h2 + h2,
.normal-layout > .main .section.features .section-body >h2 + h2 {
  margin-top: 60px;
}
.normal-layout > .main .section.advantages .section-body >.list-item,
.normal-layout > .main .section.features .section-body >.list-item {
  display: inline-block;
  width: 380px;
  height: 100px;
  margin-right: 30px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
          box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
  overflow: hidden;
  margin-bottom: 60px;
}
.normal-layout > .main .section.advantages .section-body >.list-item.large,
.normal-layout > .main .section.features .section-body >.list-item.large {
  height: 120px;
}
.normal-layout > .main .section.advantages .section-body >.list-item.large .icon,
.normal-layout > .main .section.features .section-body >.list-item.large .icon {
  margin: 28px 0 0 16px;
}
.normal-layout > .main .section.advantages .section-body >.list-item:nth-child(4n),
.normal-layout > .main .section.features .section-body >.list-item:nth-child(4n) {
  margin-right: 0;
}
.normal-layout > .main .section.advantages .section-body >.list-item .icon,
.normal-layout > .main .section.features .section-body >.list-item .icon {
  margin: 18px 0 0 16px;
  float: left;
}
.normal-layout > .main .section.advantages .section-body >.list-item .info,
.normal-layout > .main .section.features .section-body >.list-item .info {
  margin: 0 12px;
  float: left;
  width: 275px;
}
.normal-layout > .main .section.advantages .section-body >.list-item .info .title,
.normal-layout > .main .section.features .section-body >.list-item .info .title {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #000;
  margin-top: 16px;
}
.normal-layout > .main .section.advantages .section-body >.list-item .info .desc,
.normal-layout > .main .section.features .section-body >.list-item .info .desc {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #546e7a;
  line-height: 20px;
}
.normal-layout > .main .section.advantages .btns,
.normal-layout > .main .section.features .btns {
  margin-top: 12px;
}
.normal-layout > .main .section.features {
  margin-bottom: 70px;
}
.normal-layout > .main .section.features .section-body >.list-item {
  height: 120px;
  margin: 0 0 30px 30px;
}
.normal-layout > .main .section.features .section-body >.list-item:nth-child(3n + 1) {
  margin-left: 0;
}
.normal-layout > .main .section.features .section-body >.list-item .icon {
  margin: 20px 0 0 32px;
}
.normal-layout > .main .section.features .section-body >.list-item .info {
  margin-left: 20px;
  width: 207px;
}
.normal-layout > .main .section.features .section-body >.list-item .info .title {
  margin-top: 21px;
}
.normal-layout > .main .section.features .section-body >.list-item .info .desc {
  line-height: 24px;
}
.normal-layout > .main .section.docs-tools {
  margin-bottom: 100px;
}
.normal-layout > .main .section.docs-tools .section-body >a + a {
  margin-left: 30px;
}
.normal-layout > .main .section.docs-tools .section-body .list-item {
  display: inline-block;
  width: 278px;
  height: 90px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
          box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
  padding: 20px 0 0 30px;
  cursor: pointer;
  color: #000;
}
.normal-layout > .main .section.docs-tools .section-body .list-item:hover {
  background: #006fff;
  color: #fff;
}
.normal-layout > .main .section.docs-tools .section-body .list-item .title {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
}
.normal-layout > .main .section.docs-tools .section-body .list-item .text {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  margin-top: 6px;
}
.normal-layout > .main .section .btns {
  text-align: center;
}
.normal-layout > .main .section .btns .btn-default.btn,
.normal-layout > .main .section .btns .btn-primary.btn {
  margin: 0 10px;
}
.normal-layout > .main .icon {
  display: inline-block;
}
.normal-layout > .main .icon.function {
  width: 60px;
  height: 60px;
  background: url("/homepage/asset/frontend/img/brtc/brtc-pc-sprites-1_8ed5d17b49.png") no-repeat;
  background-size: 480px 60px;
  background-position: 0 0;
}
.normal-layout > .main .icon.function-1 {
  background-position-x: 0;
}
.normal-layout > .main .icon.function-2 {
  background-position-x: -60px;
}
.normal-layout > .main .icon.function-3 {
  background-position-x: -120px;
}
.normal-layout > .main .icon.function-4 {
  background-position-x: -180px;
}
.normal-layout > .main .icon.function-5 {
  background-position-x: -240px;
}
.normal-layout > .main .icon.function-6 {
  background-position-x: -300px;
}
.normal-layout > .main .icon.function-7 {
  background-position-x: -360px;
}
.normal-layout > .main .icon.function-8 {
  background-position-x: -420px;
}
.normal-layout > .main .icon.product {
  width: 64px;
  height: 64px;
  background: url("/homepage/asset/frontend/img/brtc/brtc-pc-sprites-2_f422cc174e.png") no-repeat;
  background-size: 768px 64px;
  background-position: 0 0;
}
.normal-layout > .main .icon.product-1 {
  background-position-x: 0;
}
.normal-layout > .main .icon.product-2 {
  background-position-x: -64px;
}
.normal-layout > .main .icon.product-3 {
  background-position-x: -128px;
}
.normal-layout > .main .icon.product-4 {
  background-position-x: -192px;
}
.normal-layout > .main .icon.product-5 {
  background-position-x: -256px;
}
.normal-layout > .main .icon.product-6 {
  background-position-x: -320px;
}
.normal-layout > .main .icon.product-7 {
  background-position-x: -384px;
}
.normal-layout > .main .icon.product-8 {
  background-position-x: -448px;
}
.normal-layout > .main .icon.product-9 {
  background-position-x: -512px;
}
.normal-layout > .main .icon.product-10 {
  background-position-x: -576px;
}
.normal-layout > .main .icon.product-11 {
  background-position-x: -640px;
}
.normal-layout > .main .icon.product-12 {
  background-position-x: -704px;
}
.normal-layout > .main .icon.feature {
  width: 81px;
  height: 80px;
  background: url("/homepage/asset/frontend/img/brtc/brtc-pc-sprites-3_9273ad3842.png") no-repeat;
  background-size: 486px 80px;
  background-position: 0 0;
}
.normal-layout > .main .icon.feature-1 {
  background-position-x: 0;
}
.normal-layout > .main .icon.feature-2 {
  background-position-x: -81px;
}
.normal-layout > .main .icon.feature-3 {
  background-position-x: -162px;
}
.normal-layout > .main .icon.feature-4 {
  background-position-x: -243px;
}
.normal-layout > .main .icon.feature-5 {
  background-position-x: -324px;
}
.normal-layout > .main .icon.feature-6 {
  background-position-x: -401px;
}
.normal-layout > .main .trial-block-container.brtc .wrap-with-bg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.normal-layout > .main .trial-block-container.brtc .wrap-with-bg .card-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 300px;
  height: 85px;
}
.normal-layout > .main .trial-block-container.brtc .wrap-with-bg .card-item .icon.function {
  margin: 12px 0 0 25px;
}
.normal-layout > .main .trial-block-container.brtc .wrap-with-bg .card-item .info {
  margin-left: 15px;
}
.normal-layout > .main .trial-block-container.brtc .wrap-with-bg .card-item .info-header {
  margin-top: 5px;
  font-size: 28px;
  font-family: Oswald, Oswald-Medium;
  font-weight: 500;
  text-align: left;
  color: #330;
}
.normal-layout > .main .trial-block-container.brtc .wrap-with-bg .card-item .info-text {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #666;
}
@-webkit-keyframes show-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
