.factoryalert {
  display: none;
  width: 1920px;
  height: 100%;
  background-color: #222;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;

}
.factoryalert .close{
  width: 20px;
  height: 20px;
  background-image: url(/uploads/image/cipcbrevision/icon_close.png);
  background-size: 100% 100%;
  position: absolute;
  right: 120px;
  top: 70px;
}
.factoryalert .stab {
  width: 632px;
  margin: 72px 0 30px 363px;
  display: flex;
  align-items: center;
}
.factoryalert .stab div {
  flex: 1;
  font-size: 16px;
  background-color: #fff;
  color: #333;
  text-align: center;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.factoryalert .stab div:first-child{
  border-radius: 4px 0px 0px 4px;
}
.factoryalert .stab div:last-child{
  border-radius: 0px 4px 4px 0;
}
.factoryalert .stab .active {
  background-color: #ff9900;
  color: #fff;
}
.factoryalert .sbody {
  width: 100%;
  padding: 0 30px;
  height: 585px;
  overflow: hidden;
  padding: 0 128px 0 160px;
  box-sizing: border-box;
  display: flex;
  color: #fff;
}
.factoryalert .sbody .imgcon {
  position: relative;
  margin-right: 100px;
}
.factoryalert .sbody .imgcon span {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.factoryalert .sbody .imgcon .iconleft {
  left: -60px;
  background-image: url(/uploads/image/cipcbrevision/icon_left.png);
}
.factoryalert .sbody .imgcon .iconright {
  right: -60px;
  background-image: url(/uploads/image/cipcbrevision/icon_right.png);
}
.factoryalert .sbody .imgcon img {
  width: 1040px;
  height: 585px;
}
.factoryalert .sbody .textcon{
  padding-right: 36px;
  overflow-y: auto;
}
.factoryalert .sbody .textcon .ttitle {
  font-size: 24px;
  margin-bottom: 20px;
}
.factoryalert .sbody .textcon .tcon {
  font-size: 16px;
  line-height: 40px;
}
.factoryalert .sbody .textcon .stitle {
  font-size: 14px;
  margin-bottom: 5px;
}
.factoryalert .sbody .textcon ul {
  margin-bottom: 30px;
}
.factoryalert .sbody .textcon ul:last-child{
  margin-bottom: 0;
}
.factoryalert .sbody .textcon ul li {
  font-size: 14px;
  line-height: 22px;
}
.factoryalert .footbox {
  margin-top: 70px;
  width: 1920px;
}
.factoryalert .footbox ul {
  width: 100%;
  border-bottom: 1px solid #444444;
  display: flex;
  align-items: center;
  padding: 0 78px 0 120px;
  box-sizing: border-box;
}
.factoryalert .footbox ul li {
  margin-right: 50px;
  font-size: 14px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.factoryalert .footbox ul .active {
  border-bottom: 2px solid #f90;
  color: #f90;
}
.factoryalert .footbox .imgbox {
  width: 1680px;
  margin: 0 auto;
  display: flex;
  overflow-x: scroll;
  padding: 20px 0;
  box-sizing: border-box;
}
.factoryalert .footbox .imgbox img {
  width: 142px;
  height: 80px;
  margin-right: 16px;
  border: 1px solid transparent;
  cursor: pointer;
}
.factoryalert .footbox .imgbox .active{
  border: 1px solid #f90;
}


/*里面的代码可以根据自己需求去进行更改*/
/* 设置滚动条的样式 */
.factoryalert .textcon::-webkit-scrollbar,
.factoryalert .footbox .imgbox::-webkit-scrollbar{
  height:6px;
  border-radius:10px;
}

.factoryalert .textcon::-webkit-scrollbar-thumb,
.factoryalert .footbox .imgbox::-webkit-scrollbar-thumb{
  border-radius:10px;
  background:#f90;
  -webkit-box-shadow:inset006pxrgba(0,0,0,0.7);
}
 