/*
@font-face {
    font-family: "pingFang";
    src: url("../font/PingFang-Medium.ttf");
}
@font-face {
    font-family: "pingFang-light";
    src: url("../font/PingFang Light.ttf");
}
@font-face {
    font-family: "pingFang-bold";
    src: url("../font/PingFang Bold.ttf");
}
*/
* {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-decoration: none;
}

html,
body {
  font-family: 'pingFang', 'Microsoft YaHei', 'Serif';
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  height: fit-content;
}

.product:hover {
  margin-top: -20px;
  box-shadow: 0 10px 54px 0 rgb(220, 225, 235) ;
}

.select {
  background-color: #ffffff !important;
  color: #165dff !important;
}

.scenarios {
  margin-top: 120px;
  background-image: url('../img/recognize_scenarios_banner_icon.png');
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #c5d3fe;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.scenariosContent {
  display: flex;
  margin: 60px auto 83px auto;
  width: fit-content;
  overflow: hidden;
}

.scenariosNav {
  height: 480px;
  background-color: #ffffff;
  border-radius: 12px 0 0 12px;
}

.scenariosNav li {
  position: relative;
  display: flex;
  padding: 0 60px;
  align-items: center;
  width: 300px;
  height: 120px;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
}

.scenariosNav li:not(:nth-child(4))::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background-color: #f1f0f1;
}

.scenariosNav li:first-child {
  border-top-left-radius: 12px;
}

.scenariosNav li:last-child {
  border-bottom-left-radius: 12px;
}

.scenariosNav li.active {
  background-color: #1a57f2;
  color: #ffffff;
}

.scenariosNav li.active::after {
  display: none;
}

.scenariosNav li .icon {
  margin-right: 8px;
  width: 24px;
}

.scenariosNav li .bg {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -30px;
  width: 150px;
}

.callQualityCheck {
  display: flex;
  justify-content: center;
  margin-left: 20px;
  padding: 40px;
  background-color: #fff;
  border-radius: 4px;
}

.detailContent {
  padding: 40px;
  width: 870px;
  background-image: url(../img/recognize_scenarios_qualityCheckBanner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}

.detailContent.detailContent-1 {
  background-image: url(../img/recognize_scenarios_speechInterationBanner_icon.png);
}

.detailContent.detailContent-2 {
  background-image: url(../img/recognize_scenarios_mettingTranscription.png);
}

.detailContent.detailContent-3 {
  background-image: url(../img/recognize_scenarios_medicalRecordBanner_icon.png);
}

.detailContent.detailContent-4 {
  background-image: url(../img/recognize_scenarios_speechInterationBanner_icon.png);
}

.detailContent.detailContent-5 {
  background-image: url(../img/compose_scenarios_right_bg2.png);
}

.detailContent.detailContent-6 {
  background-image: url(../img/compose_scenarios_right_bg3.png);
}

.block-title {
  margin-top: 80px;
  font-size: 52px;
  text-align: center;
  color: #000000;
  font-weight: 600;
}
.block-title .block-title-bottom {
  margin: 20px auto 0;
  width: fit-content;
  font-weight: 600;
  font-size: 34px;
  background: linear-gradient(42.7178779392deg, #11d4a8 0%, #00bffb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.dplayer {
  margin: 0 auto;
  width: 1100px;
  border-radius: 16px;
  overflow: hidden;
}

.dplayer-video-wrap {
  margin: 0 auto;
  width: 1100px;
  border-radius: 16px;
  overflow: hidden;
}

/*voice banner*/
.banner {
  width: 100%;
  height: 285px;
  background-position: center;
}
.banner .banner-main {
  width: 100%;
  max-width: 1200px;
  height: 225px;
  margin: 0 auto;
  padding: 40px 0px 20px;
  color: #fff;
}
.banner .banner-main .service-name {
  font-size: 35px;
  padding: 10px 0px;
}
.banner .banner-main .service-function {
  font-size: 25px;
}
.banner .banner-main .service-btn-con {
  margin-top: 40px;
}
.banner .banner-main .service-btn-con .service-btn {
  text-align: center;
  line-height: 40px;
  float: left;
  width: 130px;
  height: 40px;
  background: transparent;
  border: 1px solid #307ae9;
  border-radius: 4px;
  color: #307ae9;
  cursor: pointer;
}
.banner .banner-main .service-btn-con .service-btn:hover {
  background: #307ae9;
  color: #fff;
}

/*voice main*/
.voice-wrapper {
  width: 100%;
  height: 1000px;
  max-width: 1200px;
  padding: 40px;
  margin: 0 auto;
}
.voice-wrapper .voice-con {
  width: 100%;
  height: 1000px;
  background: #fff;
}
.voice-wrapper .voice-con .block-title {
  height: 70px;
  padding-top: 40px;
}
.voice-wrapper .voice-con .block-title-underline {
  margin-top: 0px;
}
.voice-wrapper .voice-con .sence {
  padding-top: 70px;
  width: 100%;
  height: 230px;
}
.voice-wrapper .voice-con .sence ul {
  width: 100%;
  height: 230px;
}
.voice-wrapper .voice-con .sence ul .sence-name {
  margin: 20px 0px;
  font-size: 23px;
}
.voice-wrapper .voice-con .sence ul .sence-txt {
  width: 190px;
  font-size: 15px;
  margin: 0 auto;
  color: #6d6b6b;
}
.voice-wrapper .voice-con .parameter {
  padding-top: 50px;
  height: 100px;
}
.voice-wrapper .voice-con .parameter ul {
  width: 900px;
  height: 100px;
  margin: 0 auto;
}
.voice-wrapper .voice-con .parameter ul img {
  margin-left: 20px;
}
.voice-wrapper .voice-con .platform {
  padding-top: 50px;
  height: 100px;
}
.voice-wrapper .voice-con .platform .platform-img {
  width: 100%;
  height: 68px;
  line-height: 68px;
}
.voice-wrapper .voice-con .platform .platform-img img {
  vertical-align: middle;
}
.voice-wrapper .voice-con .platform .platform-txt {
  margin-top: 20px;
  font-size: 20px;
  color: #6d6b6b;
}

/*modal commom style*/
.bg-wrapper {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #000000;
  /* background color for IE */
  filter: alpha(opacity=70);
  /* opacity filter for IE */
  background-color: rgba(0, 0, 0, 0.6);
  /* for other browsers */
}
.bg-wrapper .modal-con {
  background: #fff;
  border-radius: 4px;
  position: fixed;
  left: 50%;
  top: 50%;
  color: #595959;
}
.bg-wrapper .in-block {
  height: 40px;
  padding-bottom: 30px;
}
.bg-wrapper .in-block input {
  width: 330px;
  height: 100%;
  border-radius: 4px;
  padding-left: 20px;
  color: #595959;
  border: 1px solid #c5c4c4;
}
.bg-wrapper .in-block input::-webkit-input-placeholder {
  color: #595959;
}
.bg-wrapper .in-block .tip {
  display: none;
  color: red;
  font-size: 14px;
}

/*derction to other place*/
.derction {
  width: 350px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}
.derction .derction-a {
  color: #0099ff;
  cursor: pointer;
}

.drop-down-switch:hover .drop-down {
  display: block;
}
.drop-down-switch:hover .user-email:after {
  border: 0px solid transparent;
}

/*drop-down commom style*/
.drop-down {
  display: none;
  background: #fff;
  width: 100px;
  height: 200px;
  position: relative;
}
.drop-down li {
  color: #000;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}
.drop-down li:hover {
  color: #4da6ff;
}
.drop-down:before {
  content: '';
  width: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  left: 45px;
  top: -10px;
}

/*btn common style*/
.project-btn {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: #307ae9;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 19px;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.voice-input {
  line-height: 1.42;
  color: #555;
  border: 1px solid #ccc;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: 25px;
  padding: 6px 12px;
}

body {
  width: 100%;
}

.banner {
  width: 100%;
  height: 400px;
  background: url('../img/bg.png');
  background-position: center;
}

.service {
  width: 100%;
  height: 744px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px 42px;
}
.service ul {
  width: 100%;
  height: 310px;
  margin: 0px auto;
  padding: 0px;
  list-style-type: none;
}
.service ul li {
  width: 30.3%;
  margin: 0 1.5%;
  float: left;
  height: 310px;
  background: #fff;
  cursor: pointer;
}
.service ul li:hover {
  box-shadow: 0 0 2px 1px #0099ff;
}
.service ul li .service-block {
  padding: 25px 20px 0;
}
.service ul li .service-block .service-block-main {
  height: 230px;
  border-bottom: 1px solid #ededed;
}
.service ul li .service-block .service-block-main .service-block-img {
  text-align: center;
}
.service ul li .service-block .service-block-main .service-block-img img {
  height: 130px;
}
.service ul li .service-block .service-block-main .service-block-detail {
  padding-top: 20px;
  height: 80px;
  text-align: center;
}
.service ul li .service-block .service-block-main .service-block-detail h1 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.service ul li .service-block .service-block-main .service-block-detail p {
  line-height: 18px;
  font-size: 12px;
  padding: 10px 0px;
  color: #6d6b6b;
}
.service ul li .service-txt {
  width: 100%;
  height: 53px;
  line-height: 53px;
  text-align: center;
}
.service ul li .service-txt span {
  font-size: 12px;
  margin: 0px 8px;
  color: #6d6b6b;
}
.service ul li .service-txt span:hover {
  color: #0099ff;
}

.video-wrapper {
  position: relative;
  width: 100%;
}

.video {
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px 42px;
  background: linear-gradient(180deg, #def2ff 0%, #ffffff 100%);
}

video {
  display: block;
}

.dplayer-camera-icon {
  display: none !important;
}

.steps {
  width: 100%;
}
.steps .steps-con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.steps .steps-con .steps-guide {
  width: 66%;
  height: 0px;
  margin: 0 auto;
  border-top: 1px solid #c7c5c5;
  padding-bottom: 20px;
  position: relative;
}
.steps .steps-con .steps-guide span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
.steps .steps-con .steps-guide .step-one-icon {
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/one.png');
}
.steps .steps-con .steps-guide .step-two-icon {
  position: absolute;
  left: 50%;
  top: 0;
  background: url('../img/two.png');
}
.steps .steps-con .steps-guide .step-three-icon {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -12px;
  background: url('../img/three.png');
}
.steps .steps-con ul {
  height: 300px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.steps .steps-con ul li {
  float: left;
  height: 300px;
  width: 30.3%;
  margin: 0 1.5%;
}
.steps .steps-con ul li .step-con {
  width: 170px;
  margin: 20px auto;
  height: 250px;
  padding: 20px;
  cursor: pointer;
}
.steps .steps-con ul li .step-con:hover {
  background: #f5f5f5;
  box-shadow: 0 0 5px 1px #e7e7e7;
}
.steps .steps-con ul li .step-con .steps-head {
  text-align: center;
}
.steps .steps-con ul li .step-con .steps-head img {
  width: 115px;
}
.steps .steps-con ul li .step-con .step-txt {
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.steps .steps-con ul li .step-con .step-txt h1 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.steps .steps-con ul li .step-con .step-txt p {
  line-height: 18px;
  font-size: 12px;
  padding: 10px 0px;
  color: #6d6b6b;
}

.case {
  width: 100%;
  padding: 42px 0px 0px;
}
.case .case-con {
  width: 100%;
  margin: 0 auto;
}
.case .case-con .scroll-con {
  display: none;
  width: 100%;
  height: 50px;
  padding: 30px 0;
  position: relative;
}
.case .case-con .scroll-con .pre {
  position: absolute;
  left: 0;
  top: 37.5px;
  width: 35px;
  height: 35px;
  background: url('../img/index-icon.png') -12px -66px no-repeat;
}
.case .case-con .scroll-con .pre:hover {
  background-position: -12px -117px;
}
.case .case-con .scroll-con .case-list-con {
  width: 1020px;
  height: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
.case .case-con .scroll-con .case-list-con ul {
  float: left;
  width: 2380px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.case .case-con .scroll-con .case-list-con ul li {
  width: 170px;
  height: 100%;
  float: left;
  text-align: center;
  padding-top: 5px;
}
.case .case-con .scroll-con .case-list-con ul li img {
  height: 40px;
}
.case .case-con .scroll-con .next {
  position: absolute;
  right: 0;
  top: 37.5px;
  width: 35px;
  height: 35px;
  background: url('../img/index-icon.png') -73px -66px no-repeat;
}
.case .case-con .scroll-con .next:hover {
  background-position: -73px -116px;
}
.case .case-con .scroll-temp {
  width: 100%;
  padding: 30px 0;
  position: relative;
}
.case .case-con .scroll-temp .case-list-con-temp {
  height: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
.case .case-con .scroll-temp .case-list-con-temp ul {
  display: flex;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: fit-content;
  height: 100%;
}
.case .case-con .scroll-temp .case-list-con-temp ul li {
  height: 100%;
  text-align: center;
}

.case .case-con .scroll-temp .case-list-con-temp ul li:not(first-child) {
  margin-left: 68px;
}

.case .case-con .scroll-temp .case-list-con-temp ul li img {
  height: 40px;
}
