body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'MicrosoftYaHei';
  /* scroll-behavior: smooth; */
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:link {
  color: #262c38;
}

a:visited {
  color: #262c38;
}

a:active {
  color: #262c38;
}

p {
  margin: 0;
}

a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.industry-model-room {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 70px 0 0 0;
  box-sizing: border-box;
}

.model-room-main {
  width: 100%;
  min-width: 600px;
  height: calc(100% - 24px);
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.main_tab {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: 'MicrosoftYaHei';
  background: #f8f8f9;
  padding: 0 20%;
  overflow-y: auto;
}

.tab_type {
  width: 62px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  margin-right: 15px;
}

.item_type_cont div {
  width: 62px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
}

.main_tab .tab_type {
  color: #17233d;
}

.item_type_cont {
  display: flex;
  width: calc(100% - 80px);
  justify-content: space-between;
}

.main_tab .item_type {
  color: #5e6371;
}

.main_tab .item_type_ac {
  color: #1177e3;
  background: #d9ebfd;
  border-radius: 5px;
}

.model_cont {
  width: 100%;
  height: calc(100% - 70px);
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: auto;
}

.model_cont>:nth-child(even) {
  background: #f8f8f9;
}

.model_cont>:nth-child(even)>.system_item_box .system_left {
  background: #f8f8f9;
}

.model_cont>:nth-child(even)>.system_item_box .system_right {
  background: #f8f8f9;
}

.model_cont .system_item {
  width: 100%;
  height: 305px;
  /* display: flex; */
  padding: 0 304px;
}
.system_item_box{
  width: 1320px;
  display: flex;
  margin: 0 auto;
}
.system_left .title_top {
  width: 880px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  flex: 0;
}

.title_top .title_text {
  font-family: 'MicrosoftYaHei';
  height: 90px;
  font-size: 24px;
  font-weight: 700;
  color: #17233d;
  line-height: 125px;
}

.title_top .title_text img {
  margin-right: 20px;
  vertical-align: text-bottom;
}

.title_top .aspect_ratio {
  width: 153px;
  text-indent: 25px;
  position: relative;
  color: #17233d;
  line-height: 132px;
}

.aspect_ratio::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 61px;
  background: #2d8cf0;
}

.aspect_ratio :nth-child(1) {
  margin-right: 20px;
}

.aspect_ratio :nth-child(2) {
  color: #515a6e;
}

.system_form {
  display: flex;
  height: 30px;
}

.system_form .system_hy {
  width: 234px;
  line-height: 30px;
  font-size: 16px;
  font-family: 'MicrosoftYaHei';
  position: relative;
  text-indent: 13px;
}

.system_form .system_hy::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 11px;
  background: #2d8cf0;

}

.system_hy :nth-child(1) {
  margin-right: 30px;
  color: #17233d;
}

.system_hy :nth-child(2) {
  color: #515a6e;
}

.system_xx {
  min-width: 486px;
  display: flex;
  position: relative;
  font-size: 16px;
  color: #17233d;
}

.system_xx::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 11px;
  background: #2d8cf0;
}

.cpxx {
  text-indent: 17px;
  line-height: 30px;
}

.system_xx div {
  margin-right: 20px;
  width: 89px;
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  box-sizing: border-box;
}

.lxr {
  padding-right: 5px;
  background: url('../../../img/indury-model-room/lxr.png') no-repeat;
  margin-top: 3px;
  line-height: 21px;
  color: #007cff;
}

.ddm {
  padding-right: 5px;
  background: url('../../../img/indury-model-room/ddm.png') no-repeat;
  margin-top: 3px;
  line-height: 21px;
  color: #ff916e;
}

.dxr {
  padding-right: 5px;
  background: url('../../../img/indury-model-room/dxr.png') no-repeat;
  margin-top: 3px;
  line-height: 21px;
  color: #29b8f4;
}

.ldm {
  padding-right: 5px;
  background: url('../../../img/indury-model-room/ldm.png') no-repeat;
  margin-top: 3px;
  line-height: 21px;
  color: #8693f3;
}

.system_describe {
  margin-top: 7px;
  width: 880px;
  height: 80px;
  font-family: 'MicrosoftYaHei';
  color: #808695;
  text-indent: 36px;
  line-height: 28px;
}

.scenes-hover-cont {
  width: 100%;
  margin-top: 15px;
  display: flex;
  position: relative;
}


.scenes-hover-cont>div {
  width: 118px;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #1177e3;
  cursor: pointer;
  margin-right: 20px;
}

.scenes-hover-cont>div>img {
  margin: 0 12px 0 17px;
}

.scenes-hover-cont>.spys>img {
  margin: 0 12px 0 12px;
}

.experience a {
  color: #ffffff;
}





























.system_right {
  flex: 1;
  flex-shrink: 0;
  height: 305px;
}

.system_right img {
  width: 355px;
  height: 198px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.75);
  margin: 55px 0 0 80px;
}









.video-url {
  width: 90px;
  height: 30px;
  background: url('../../../img/feature-example/video-demonstration-bg.png') no-repeat 0 2px;
  text-indent: 18px;
}

/* 
  * API代码开发 底部
 */
.code-sandbox-footer {
  width: 100%;
  height: 24px;
  min-width: 1320px;
  /* position: absolute; */
  /* bottom: 1px; */
  background: #fff;
  border-top: 1px solid #94acc0;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #51596c;
  line-height: 24px;
  margin: 0 auto;
  overflow: hidden;
}

.code-sandbox-footer :nth-child(1) {
  position: relative;
  text-indent: 7px;
}

.code-sandbox-footer :nth-child(1)::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 11px;
  background: #0080ff;
  position: absolute;
  left: 0;
  top: 7px;
}