.sp-el {
  display: none !important;
}

#mrs {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  color: #333;
}
#mrs a {
  text-decoration: none;
  cursor: pointer;
}
#mrs * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mrs .middle {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#mrs .middle:before {
  content: " ";
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
}
#mrs .mrs-header {
  width: 100%;
  height: 80px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #fff;
  color: #121212;
  font-size: 0;
  white-space: nowrap;
}
#mrs .mrs-header.fixed {
  position: fixed;
}
#mrs .mrs-header .logo {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 170px;
  margin-right: 55px;
}
#mrs .mrs-header .logo img {
  width: 170px;
}
#mrs .mrs-header dl {
  display: inline-block;
  vertical-align: middle;
}
#mrs .mrs-header dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
#mrs .mrs-header dl dd {
  margin-right: 94px;
}
#mrs .mrs-header dl dd a {
  color: #121212;
  display: block;
  height: 80px;
  line-height: 80px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
#mrs .mrs-header dl dd a:hover {
  border-color: #0172DF;
  color: #0172DF;
}
#mrs .mrs-header dl dd .button {
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #0070BB;
  color: #fff;
  border: 0;
}
#mrs .mrs-header dl dd .button:hover {
  color: #fff;
}
#mrs .mrs-kv {
  height: 766px;
  background: url("../images/mouserroadshow/kv.png") no-repeat center top;
  position: relative;
}
#mrs .mrs-kv img {
  width: 960px;
  position: absolute;
  top: 126px;
  right: 50%;
  margin-right: -160px;
  animation: slogan 0.5s ease 0s;
}
@keyframes slogan {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#mrs .sub-title {
  width: 100%;
  height: 90px;
  line-height: 110px;
  padding-left: 6px;
  color: #0172DF;
  font-size: 40px;
  font-weight: bold;
  margin-top: 80px;
  white-space: nowrap;
  overflow: hidden;
  background: url("../images/mouserroadshow/sub-title.png") no-repeat;
}
#mrs .sub-title:after {
  content: "";
  width: 100%;
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
  border-top: 1px solid #333333;
}
#mrs .mrs-live {
  width: 100%;
  height: 500px;
  background: #fff url("../images/mouserroadshow/bi2.png") no-repeat right bottom;
}
#mrs .mrs-live p {
  width: 1060px;
  margin: 52px auto 0;
  font-size: 16px;
  line-height: 35px;
  text-align: justify;
  color: #666;
}
#mrs .mrs-company {
  width: 100%;
  height: 620px;
  background: #f6f6f6;
}
#mrs .mrs-company .info {
  width: 1200px;
  height: 320px;
  padding-left: 435px;
  margin: 50px auto 0;
  background: #fff;
  position: relative;
}
#mrs .mrs-company .info img {
  position: absolute;
  left: 67px;
  top: 118px;
}
#mrs .mrs-company .info p {
  width: 765px;
  height: 320px;
  padding: 60px 70px 0;
  background: url("../images/mouserroadshow/border.png") no-repeat;
  font-size: 18px;
  color: #666;
  text-align: justify;
}
#mrs .mrs-company .info p a {
  color: inherit;
}
#mrs .mrs-talker {
  height: 1590px;
  background: #fff;
}
#mrs .mrs-talker ul {
  width: 1264px;
  margin-top: 50px;
}
#mrs .mrs-talker ul:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  clear: both;
}
#mrs .mrs-talker ul li {
  float: left;
  width: 276px;
  height: 390px;
  overflow: hidden;
  margin: 0 32px 60px 0;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
}
#mrs .mrs-talker ul li:hover {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.06);
}
#mrs .mrs-talker ul li img {
  display: block;
  width: 274px;
  height: 274px;
}
#mrs .mrs-talker ul li .name {
  line-height: 28px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-top: 18px;
}
#mrs .mrs-talker ul li .job {
  height: 44px;
  margin-top: 10px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#mrs .mrs-plan {
  width: 100%;
  height: 1130px;
  background: #f6f6f6 url("../images//mouserroadshow/bj1.png") no-repeat right bottom;
}
#mrs .mrs-plan .button {
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #0070BB;
  color: #fff;
  position: absolute;
  right: 0;
  top: 162px;
  font-size: 18px;
}
#mrs .mrs-plan ul {
  width: 1248px;
  margin-top: 88px;
}
#mrs .mrs-plan ul:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  clear: both;
}
#mrs .mrs-plan ul li {
  float: left;
  margin: 0 24px 58px 0;
  width: 588px;
  height: 150px;
  border-radius: 2px;
  background-color: white;
  border: 1px solid #e7e7e7;
  position: relative;
}
#mrs .mrs-plan ul li a {
  color: inherit;
  display: block;
  padding: 20px 0 0 294px;
  width: 100%;
  height: 100%;
  position: relative;
}
#mrs .mrs-plan ul li img {
  width: 259px;
  height: 144px;
  position: absolute;
  left: 24px;
  bottom: 24px;
}
#mrs .mrs-plan ul li span {
  display: block;
}
#mrs .mrs-plan ul li .title {
  width: 284px;
  height: 56px;
  font-size: 20px;
  font-weight: bold;
}
#mrs .mrs-plan ul li .company {
  font-size: 14px;
  margin-top: 4px;
  line-height: 20px;
}
#mrs .mrs-plan ul li .time {
  font-size: 14px;
  color: #333333;
  margin-top: 6px;
}
#mrs .mrs-media {
  width: 100%;
  height: 585px;
  background: #fff;
}
#mrs .mrs-media ul {
  margin-top: 50px;
  width: 1248px;
  overflow: hidden;
}
#mrs .mrs-media ul li {
  width: 400px;
  height: 140px;
  float: left;
  overflow: hidden;
}
#mrs .mrs-media ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#mrs .mrs-media ul li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
#mrs .mrs-gift {
  height: 582px;
  background: #f6f6f6;
}
#mrs .mrs-gift ul {
  width: 1260px;
  overflow: hidden;
  margin-top: 50px;
}
#mrs .mrs-gift ul li {
  width: 192px;
  float: left;
  margin-right: 60px;
}
#mrs .mrs-gift ul li img {
  width: 192px;
  height: 192px;
}
#mrs .mrs-gift ul li p {
  font-size: 16px;
  text-align: center;
  margin-top: 28px;
}
#mrs .mrs-qrcode {
  height: 340px;
  background: #272C32;
}
#mrs .mrs-qrcode .qrcode {
  width: 200px;
  margin: 60px auto 0;
  text-align: center;
}
#mrs .mrs-qrcode .qrcode img {
  width: 163px;
  height: 163px;
}
#mrs .mrs-qrcode .qrcode p {
  font-size: 16px;
  color: #fff;
  margin-top: 16px;
}

.pop-success,
.pop-warning {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
.pop-success .box,
.pop-warning .box {
  width: 440px;
  height: 276px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -138px 0 0 -220px;
  padding: 46px 0 0 0;
  background: #fff url("../images/mouserroadshow/pop-success-bg.png") no-repeat center bottom;
  background-size: 100%;
  border-radius: 4px;
  animation: pop 0.5s ease 0s;
  animation: pop 0.5s ease 0s;
}
.pop-success .box img,
.pop-warning .box img {
  width: 74px;
  height: 74px;
  display: block;
  margin: 0 auto;
}
.pop-success .box p,
.pop-warning .box p {
  font-size: 16px;
  color: #1a1a1a;
  text-align: center;
  line-height: 24px;
  margin-top: 18px;
  font-weight: bold;
}
.pop-success .box .ok-button,
.pop-warning .box .ok-button {
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #0172DF;
  margin: 46px auto 0;
  border-radius: 18px;
  cursor: pointer;
}
.pop-success .box .close-button,
.pop-warning .box .close-button {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
  background: url("../images/mouserroadshow/icon_close.png") no-repeat;
}
@keyframes pop {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}

.pop-talker {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  color: #333;
}
.pop-talker .box {
  padding: 72px 0 0 332px;
  width: 977px;
  height: 430px;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -478px;
  margin-top: -215px;
  animation: pop 0.5s ease 0s;
}
.pop-talker .box p {
  margin: 0;
}
.pop-talker .box img {
  width: 201px;
  height: 201px;
  position: absolute;
  left: 82px;
  top: 65px;
}
.pop-talker .box .name {
  line-height: 50px;
  font-size: 36px;
  font-weight: bold;
}
.pop-talker .box .job {
  font-size: 20px;
  line-height: 28px;
  margin-top: 4px;
  font-weight: bold;
}
.pop-talker .box .introduction {
  font-size: 18px;
  color: #999;
  text-align: justify;
  width: 568px;
  margin-top: 30px;
}
.pop-talker .box .close-button {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
  background: url("../images/mouserroadshow/icon_close.png") no-repeat;
}
@keyframes pop {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=mouserroadshow-pc.css.map */
