@charset "UTF-8";


html {
  width: 100%;
  height: 100%;
}
body {
  font: 14px/1.4286 "Microsoft YaHei", Arial, "宋体", "Segoe UI", "Lucida Grande", Helvetica, sans-serif, FreeSans, Arimo;
  height: 100%;
  background-color: #ffffff;
  min-width: 1200px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}

.dimmer {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999999;
  background-color: #000000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: .3;
}
.media-modal {
  position: fixed;
  display: none;
  width: 800px;
  height: 500px;
  /* top: 50%; */
  left: 30%;
  /* margin: -50% 0 0 -400px; */
  z-index: 15000000;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000000;
}
.media-modal .play_btn {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
  cursor: pointer;
  z-index: 1;
  background: url("../images/play_icon.png") no-repeat center;
}

.auto-profile {
  /* margin-top: 65px; */
  /* height: 270px; */
  overflow: hidden;
  /* background-color: #f7f7f7; */
  /* padding: 15px; */
}
.auto-profile .image {
  position: relative;
  width: 480px;
  height: 100%;
  /* margin-left: 35px; */
}
.auto-profile .image p {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  color: #f7f7f7;
  line-height: 2.286;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.auto-profile .image i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
  width: 72px;
  height: 72px;
  /*background: url("../images/playerImg.png") no-repeat center;*/
  opacity: .7;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.auto-profile .abs {
  color: #737373;
  line-height: 2.143;
  padding: 35px;
  overflow: hidden;
}
.robotList {
  margin-top: 50px;
}
.robotList .robot-tab a {
  display: inline-block;
  color: #353534;
  font-size: 16px;
  padding: 13px 42px;
  border: 1px solid #353534;
  margin-right: 30px;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.robotList .robot-tab a:hover {
  color: #ffffff;
  background-color: #353534;
}
.robotList .robot-tab .on {
  color: #ffffff;
  background-color: #353534;
}
.robotCon {
  margin-top: 30px;
}
.robotCon ul {
  margin-right: -20px;
  display: none;
}
.robotCon li {
  float: left;
  width: 283px;
  height: 378px;
  border: 1px solid #e5e5e5;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.robotCon li:hover {
  border-color: #fe0000;
}
.robotCon li:hover .abs h3 a {
  color: #fe0000;
}
.robotCon li:hover .abs .check {
  border-color: #fe0000;
  color: #fe0000;
}
.robotCon .image {
  display: block;
  height: 239px;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
  line-height: 239px;
}
.robotCon .image img {
  max-width: 90%;
  max-height: 90%;
}
.robotCon .abs {
  height: 139px;
  background-color: #f7f7f7;
  padding: 0 20px;
  position: relative;
}
.robotCon .abs h3 {
  font-weight: normal;
  color: #353534;
  font-size: 16px;
  padding: 20px 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.robotCon .abs p {
  word-break: break-all;
  font-size: 12px;
  color: #888885;
  max-height: 34px;
  overflow: hidden;
}
.robotCon .abs .check {
  position: absolute;
  right: 20px;
  bottom: 15px;
  border: 1px solid #969695;
  font-size: 12px;
  padding: 3px 20px;
}
