.viewport {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: auto;
}

.container {
  width: 1200px;
  margin: auto;
  position: relative;
}

.bg-1 {
  background: url(images/001_2.jpg) center;
  height: 527px;
}

.bg-2 {
  background: url(images/002.png?v=002) center;
  height: 378px;
}

.bg-3 {
  background: url(images/003.jpg) center;
  height: 693px;
}

.bg-4 {
  background: url(images/004.jpg) center;
  height: 536px;
}

.bg-5 {
  background: url(images/005.jpg?v=002) center;
  height: 340px;
}

.bg-6 {
  background: url(images/006.jpg) center;
  height: 500px;
}

.bg-7 {
  background: url(images/007.jpg?v=002) center;
  height: 400px;
}

.bg-8 {
  background: url(images/008.jpg?v=002) center;
  height: 230px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.34);
  z-index: 9999;
}

.title-1 {
  color: rgb(189, 189, 189);
  font-size: 17px;
}

.title-1 .avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.title-1 .avatar .name {
  position: relative;
  top: -10px;
  margin-left: 5px;
  color: white;
}

.title-1 .link {
  padding: 15px 30px;
  display: inline-block;
  cursor: pointer;
  color: white;
}

.title-1 .link.active {
  background: rgba(221, 221, 221, 0.287);
}

.action {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 390px;
}

.action-item {
  margin: auto 40px;
  cursor: pointer;
}

/* simulate */
#simulate {
  position: absolute;
  border: 3px solid #452ac4;
  border-radius: 10px;
  height: 591px;
  width: 494px;
  z-index: 10000;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-shadow: 6px 7px 14px #1919196b;
  background: white;
}

#simulate .bg {
  background: url(./images/ti_yan.png) no-repeat;
  height: 183px;
}

#simulate .close {
  cursor: pointer;
  right: -20px;
  top: -20px;
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(./images/close.png) no-repeat;
}

#simulate .status {
  position: relative;
  background: #fff;
  border-radius: 0 0 10px 10px;
  height: 408px;
}

#simulate .await {
  text-align: center;
  position: relative;
}

#simulate .await .hint {
  color: #452ac4;
  font-size: 24px;
  padding-top: 96px;
}

#simulate .await .inject_btn {
  margin-top: 27px;
  height: 48px;
  width: 148px;
  border-radius: 8px;
  cursor: pointer;
  line-height: 48px;
  display: inline-block;
  background: #452ac4;
  font-size: 24px;
  color: #fff;
}

#simulate .await .list:after {
  content: "";
  display: block;
  clear: both;
}

#simulate .list {
  position: relative;
}

#simulate .list .content {
  overflow: hidden;
}

#simulate .await .list span {
  float: left;
  width: 50%;
  border-bottom: 1px solid #c7bfed;
  font-size: 24px;
  line-height: 69px;
}

#simulate .await .action_btn {
  cursor: pointer;
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0;
  width: 100%;
  font-size: 24px;
  color: #999999;
  height: 56px;
  line-height: 56px;
  border-top: 1px solid #452ac4;
  background: white;
}

#simulate .begin .begin_list .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  right: 3px;
}

#simulate .begin .begin_list .icon_yes {
  background: url(./images/icon_yes.png) no-repeat;
}

#simulate .begin .begin_list .icon_no {
  background: url(./images/icon_no.png) no-repeat;
}

#simulate .begin .statistics:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}

#simulate .begin .statistics {
  background: #ffffff;
}

#chart-area {
  float: left;
  margin: 15px 20px 15px 15px;
}

#simulate .begin .result {
  float: left;
  color: #515151;
}

#simulate .begin .result p {
  font-size: 24px;
  margin-top: 28px;
  margin-bottom: 10px;
  text-align: left;
}

#simulate .begin .begin_btn {
  display: flex;
}

#simulate .begin .begin_btn span {
  cursor: pointer;
  color: #452ac4;
  font-size: 24px;
  font-weight: bold;
  height: 56px;
  flex: 1;
  line-height: 56px;
  border-top: 1px solid #452ac4;
  text-align: center;
}

#simulate .begin .begin_btn span:not(:last-child) {
  border-right: 1px solid #452ac4;
}

.step-2-num {
  float: left;
  display: block;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #c7bfed;
  line-height: 44px;
  height: 44px;
  font-size: 20px;
  padding: 13px 0;
}

.step-3-num {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #c7bfed;
  line-height: 44px;
  height: 44px;
  font-size: 20px;
  background: white;
}

.pictureSlider {
  position: relative;
  top: 30px;
}

.poster-main {
  position: relative;
  width: 800px;
  height: 470px;
}

.poster-main a,
.poster-main img {
  display: block;
}

.poster-main .imgw {
  box-shadow: 0px 1px 4px 5px #10101017;
}

.poster-main .poster-list {
  width: 800px;
  height: 470px;
}

.poster-main .poster-list .poster-item {
  position: absolute;
  left: 0;
  top: 0;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  width: 100px;
  height: 470px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
}

.poster-main .poster-prev-btn {
  left: 0;
  background: url(../images/btn_l.png) no-repeat center center;
}

.poster-main .poster-next-btn {
  right: 0;
  background: url(../images/btn_r.png) no-repeat center center;
}

/* commant */
.comment {
  margin: 0 auto;
  position: relative;
  position: relative;
  top: 20px;
  padding: 20px;
  height: 400px;
}

.commentList {
  width: 100%;
  height: 330px;
  overflow: hidden;
  position: relative;
}

.message_area {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 20px;
  bottom: 10px;
}

.commentList ul {
  overflow: hidden;
  color: #919191;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.commentList ul li {
  list-style: none;
  border-bottom: 1px solid #919191;
  line-height: 30px;
  padding: 10px 0;
  font-size: 18px;
}

.commentList .web_photo,
.commentList .web_phoneNum,
.commentList .web_text {
  display: inline-block;
  margin-right: 5px;
}

.commentList .web_photo img {
  margin-bottom: -5px;
}

.commentList .web_phoneNum {
  margin-right: 75px;
}

.message_area .input_phoneNum {
  display: inline-block;
  width: 20%;
}

.message_area .input_text {
  display: inline-block;
  width: 59%;
  margin: 0 25px;
}

.message_area .input_submit {
  display: inline-block;
  width: 12%;
}

.message_area .input_phoneNum input,
.message_area .input_text input,
.message_area .input_submit button {
  width: 100%;
  height: 45px;
  font-size: 18px;
  padding-left: 15px;
  background: #201f2b;
  border: 1px solid #919191;
  font-family: Arial, sans-serif;
  color: #919191;
}

.message_area .input_submit button {
  height: 52px;
  padding-left: 0;
  background: rgb(69, 42, 197);
  font-size: 20px;
  color: #fff;
  border: 0;
}

.footer {
  color: gray;
  padding: 15px 0;
}

.footer .downlinks {
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  h: 100%;
}

.footer .downlink-item {
  margin: 0 10px;
  color: gray;
}

.push {
  padding: 20px;
  background: #bebebe;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 16px;
}

.news {
  overflow: hidden;
  position: relative;
  top: 50px;
}

.news-item {
  color: white;
  padding: 30px;
  float: left;
  font-size: 18px;
  width: 300px;
  height: 45px;
  overflow: hidden;
  line-height: 1.5em;
  margin-right: 50px;
  margin-bottom: 45px;
  display: block;
}

.news-item span {
  color: #c3c3c3;
}

.news-item.item3,
.item6 {
  margin-right: 0;
}

.news-item .in {
  width: 3px;
  height: 20px;
  display: inline-block;
  background: #0060ff;
  position: relative;
  top: 4px;
}

.news-item:first-child {
  visibility: hidden;
}
