#product-nav {
  color: #4275ff;
}
.p3-content .p3-mid {
  margin: 31px 40px;
}
.p3-content .p3-right,
.p3-content .p3-left,
.p3-content .p3-box {
  width: 348px;
}
.p3-content .p3-box {
  margin-bottom: 32px;
}
.p3-content .p3-h2 {
  font-weight: 600;
  font-size: 18px;
}
.p3-content .p3-h2-t {
  font-size: 15px;
}
.banner-content .p-h1-t {
  font-size: 13px;
}
/*bg_scenarios  title_scenarios*/
#application {
  /*width: 100%;*/
  background: url('../images/streaming-audio/bg_scenarios.png') no-repeat center
    center #fafbfd;
  min-height: 550px;
  margin-top: 20px;
}
.application-content,
.pricing-content {
  width: 1200px;
  margin: 0 auto;
}
.application-content .application-title,
.pricing-content .pricing-title,
.advantage-title,
.document-title,
.features-title {
  display: block;
  width: 400px;
  height: 50px;
  padding: 77px 0 77px;
  margin: auto;
}
.features-title {
  background: url('../images/streaming-audio/title_features.png') no-repeat
    center center;
}
.advantage-title {
  background: url('../images/streaming-audio/title_advantage.png') no-repeat
    center center;
}
.document-title {
  background: url('../images/streaming-audio/title_documents.png') no-repeat
    center center;
}
.features .content .item-content{
  display: flex;
  flex-wrap: wrap;
}
.features .content .features-item{
  width: 580px;
  margin-bottom: 57px;
}
.features .content .features-item:nth-child(2n+1){
  margin-right: 40px;
}
.features .content .features-item .title{
  padding-bottom: 25px;
  display: flex;
  align-items: center;
}
.features .content .features-item .icon{
  width: 5px;
  height: 22px;
  border-radius: 21px;
  background-color: #2962ff;
}
.features .content .features-item .text{
  height: 34px;
  margin-left: 8px;
  line-height: 34px;
  font-weight: 600;
  font-size: 24px;
  color: #2E2F33;
}
.features .content .features-item .img-content{
  width: 100%;
  height: auto;
  border: 1px solid rgba(41,90,255,.1);
  border-radius: 16px;
}
.features .content .features-item .img-content img{
  display: block;
  width: 100%;
  height: 100%;
}
.application-content .application-title {
  background: url('../images/streaming-audio/title_scenarios.png') no-repeat
    center center;
}
.pricing-content .pricing-title {
  background: url('../images/streaming-audio/title_pricing.png') no-repeat
    center center;
}
.application-detail {
  display: flex;
  justify-content: space-between;
}
.application-detail .application-item {
  width: 380px;
  height: 340px;
  background: #ffffff;
  border-radius: 16px;
}
.application-detail .application-item img {
  display: block;
  width: 100%;
  height: 220px;
}
.application-item .application-text {
  font-size: 14px;
  color: rgba(96, 101, 107, 1);
  padding: 24px;
  line-height: 24px;
}
.pricing-type {
  position: relative;
  width: 244px;
  height: 34px;
  margin: auto;
}
.pricing-type .active-line {
  position: absolute;
  top: 34px;
  left: 36px;
  width: 24px;
  height: 2px;
  background: rgba(41, 98, 255, 1);
}
.pricing-type .text {
  height: 40px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 0 24px;
  color: #909299;
  cursor: pointer;
}
.pricing-type .after-pay {
  float: right;
}
.pricing-type .pre-pay.light,
.pricing-type .after-pay.light {
  color: #2962ff;
}
.pricing-content .sub-title {
  font-size: 13px;
  color: #5e6066;
  width: 100%;
  text-align: center;
  margin: 24px 0;
}
.pricing-content .pricing-detail {
  width: 1200px;
  min-height: 320px;
}
.pricing-content a {
  text-decoration: none;
}
.pricing-content a:hover {
  text-decoration: none;
}
.pricing-content .more-link {
  display: block;
  width: 168px;
  margin: auto;
}
.more-detail-text:hover {
  border-bottom: 1px solid white;
}
.more-visit {
  width: 168px;
  height: 48px;
  background: rgba(41, 98, 255, 1);
  border-radius: 24px;
  margin: 24px auto;
  color: #ffffff;
  line-height: 48px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.more-visit:hover {
  background: #2354db;
}
.audio-translate-container {
  width: 1200px;
  height: 400px;
  margin: 48px auto 0;
  background: #f5f6fa;
  border-radius: 16px;
  padding-top: 24px;
}
.audio-translate-container .trans-text,
.audio-translate-container .trans-lists {
  width: 1152px;
  height: 276px;
  font-size: 18px;
  color: #c4c6cc;
  line-height: 27px;
  text-align: left;
  margin-bottom: 24px;
}
.audio-translate-container .trans-lists {
  overflow-y: scroll;
}
.audio-translate-container .audio-handle {
  width: 100%;
  height: 76px;
  background: rgba(240, 241, 247, 1);
  padding: 20px 24px;
  border-radius: 0 0 16px 16px;
}
.record-btn,
.language-shift {
  float: right;
}
.language-shift {
  position: relative;
  width: 248px;
  line-height: 36px;
}
.language-shift span {
  display: inline-block;
  width: 104px;
  height: 36px;
  font-size: 13px;
  text-align: center;
}
.language-shift img {
  position: absolute;
  top: 7px;
  left: 110px;
  width: 24px;
  height: 24px;
  display: block;
  color: #2e2f33;
  font-size: 13px;
  cursor: pointer;
}
#record {
  margin: 0 0 0 12px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  width: 104px;
  height: 36px;
  line-height: 36px;
  background: rgba(41, 98, 255, 1);
  border-radius: 18px;
  cursor: pointer;
  padding-left: 19px;
}
#record b {
  width: 24px;
  height: 24px;
  float: left;
  margin-top: -2px;
  display: inline-block;
  background: url(../images/streaming-audio/ic_microphone_24px.png);
}
#record span {
  width: 40px;
  font-size: 14px;
  line-height: 20px;
  float: left;
  text-align: center;
  margin-left: 0;
}
.content-location {
  width: 100%;
  height: 64px;
  background: #fafbfd;
}
.location-container {
  width: 1200px;
  margin: auto;
  height: 100%;
  line-height: 64px;
}
.location-container > div {
  float: left;
}
.location-container .selector {
  width: 160px;
  border-right: 1px solid #dcdfe6;
  height: 24px;
  margin-top: 20px;
  margin-right: 70px;
}
.location-lists {
  width: 750px;
  display: flex;
  justify-content: space-between;
}
.location-lists .item {
  position: relative;
  color: #909299;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.location-lists .item.line-active {
  color: #2962ff;
}
.location-lists .item.line-active .location-line-active {
  position: absolute;
  top: 62px;
  left: 18px;
  width: 24px;
  height: 2px;
  background: rgba(41, 98, 255, 1);
}
#tran-type {
  width: 141px;
  border: 0;
  background: #fafbfd;
  font-size: 15px;
  font-weight: 600;
}
.trans-lists > li {
  margin-bottom: 20px;
}
.trans-lists > li > p {
  margin: 0;
  padding: 0;
}
.trans-lists .trans-time {
  font-size: 12px;
  color: #c4c6cc;
}
.trans-lists li .trans-en-lang {
  font-size: 15px;
  color: #909299;
}
.trans-lists .trans-zh-lang {
  font-size: 16px;
  color: #2e2f33;
  font-weight: 600;
}
