.hide {
  display: none;
}

.cfx:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.cfx {
  *zoom: 1;
}

.preload {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.preload .load-area {
  position: relative;
  top: 30%;
  width: 100%;
  margin: 0 auto;
}
.preload .load-area .num {
  font-family: Verdana;
  font-size: 20px;
  line-height: 56px;
  color: #f00;
}
.preload .load-area .loader {
  width: 281px;
  height: 59px;
  margin: 0 auto;
  background-image: url('../img/endlogo.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 281px 59px;
  /* animation: loadingnew 3s steps(1) infinite; */
  /* transform: scale(1.5, 1.5);  */
}

@keyframes loadingnew {
  0% {
    background-position: 0 0;
  }
  2% {
    background-position: -200px 0;
  }
  4% {
    background-position: -400px 0;
  }
  6% {
    background-position: -600px 0;
  }
  8% {
    background-position: -800px 0;
  }
  10% {
    background-position: -1000px 0;
  }
  12% {
    background-position: -1200px 0;
  }
  14% {
    background-position: -1400px 0;
  }
  16% {
    background-position: -1600px 0;
  }
  18% {
    background-position: -1800px 0;
  }
  20% {
    background-position: -2000px 0;
  }
  22% {
    background-position: -2200px 0;
  }
  24% {
    background-position: -2400px 0;
  }
  26% {
    background-position: -2600px 0;
  }
  28% {
    background-position: -2800px 0;
  }
  30% {
    background-position: -3000px 0;
  }
  32% {
    background-position: -3200px 0;
  }
  34% {
    background-position: -3400px 0;
  }
  36% {
    background-position: -3600px 0;
  }
  38% {
    background-position: -3800px 0;
  }
  40% {
    background-position: -4000px 0;
  }
  42% {
    background-position: -4200px 0;
  }
  44% {
    background-position: -4400px 0;
  }
  46% {
    background-position: -4600px 0;
  }
  48% {
    background-position: -4800px 0;
  }
  50% {
    background-position: -5000px 0;
  }
  52% {
    background-position: -5200px 0;
  }
  54% {
    background-position: -5400px 0;
  }
  56% {
    background-position: -5600px 0;
  }
  58% {
    background-position: -5800px 0;
  }
  60% {
    background-position: -6000px 0;
  }
  62% {
    background-position: -6200px 0;
  }
  64% {
    background-position: -6400px 0;
  }
  66% {
    background-position: -6600px 0;
  }
  68% {
    background-position: -6800px 0;
  }
  70% {
    background-position: -7000px 0;
  }
  72% {
    background-position: -7200px 0;
  }
  74% {
    background-position: -7400px 0;
  }
  76% {
    background-position: -7600px 0;
  }
  78% {
    background-position: -7800px 0;
  }
  80% {
    background-position: -8000px 0;
  }
  82% {
    background-position: -8200px 0;
  }
  84% {
    background-position: -8400px 0;
  }
  86% {
    background-position: -8600px 0;
  }
  88% {
    background-position: -8800px 0;
  }
  90% {
    background-position: -9000px 0;
  }
  92% {
    background-position: -9200px 0;
  }
  94% {
    background-position: -9400px 0;
  }
  96% {
    background-position: -9600px 0;
  }
  98% {
    background-position: -9800px 0;
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 999;
  width: 50px;
  -webkit-animation: start 1.5s infinite ease-in-out;
  text-align: center;
  color: #fff;
  left: 560px;
}
#arrow img {
  display: inline-block;
  width: 70%;
}

@-webkit-keyframes start {
  0%,
  30% {
    -webkit-transform: translate(-10px, 0px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(8px, 0px);
    opacity: 0;
  }
}

@keyframes start {
  0%,
  30% {
    -webkit-transform: translate(-10px, 0px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(8px, 0px);
    opacity: 0;
  }
}
@-webkit-keyframes start_ {
  0%,
  30% {
    -webkit-transform: translate(10px, 0px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-8px, 0px);
    opacity: 0;
  }
}

@keyframes start_ {
  0%,
  30% {
    -webkit-transform: translate(10px, 0px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-8px, 0px);
    opacity: 0;
  }
}
a {
  text-decoration: none;
}

body {
  font-family: 'Microsoft Yahei';
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.inputbox_input,
#main .slide2 .msgwrap .msg .box .inputbox,
#main .slide2 .msgwrap .msg .box .inputbox input,
#main .slide2 .msgwrap .msg .box .inputbox.topiccontent textarea,
#main .slide2 .msgwrap .msg .tips,
#main .slide2 .msgwrap .msg .modalwrap .sortwrap li,
#main .slide2 .msgwrap .msg .modalwrap .leaderwrap li {
  height: 55px;
  color: #9e9e9e;
  line-height: 55px;
  font-size: 18px;
  text-indent: 20px;
}

#main {
  font-family: 'Microsoft Yahei', 'MicrosoftYaHei';
  width: 640px;
  max-width: 640px;
  height: 1080px;
  margin: 0 auto;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #fff;
  position: relative;
}
#main .swiper-container {
  width: 100%;
  height: 100%;
}
#main .swiper-slide {
  position: relative;
  overflow: hidden;
}
#main .swiper-slide .inner {
  width: 640px;
  height: 812px;
  margin-top: 134px;
}
#main .slide1 {
  background: url('../img/bg1.jpg') 0 0 no-repeat;
}
#main .slide1 .roundwrap {
  height: 600px;
  position: relative;
}
#main .slide1 .round {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -160px;
  padding-top: 67px;
}
#main .slide1 .round .covertitle {
  position: relative;
  z-index: 100;
}
#main .slide1 .circlewrap {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -160px;
}
#main .slide1 .circlewrap .circle {
  -webkit-animation: circle 15s linear infinite;
  animation: circle 15s linear infinite;
}
#main .slide1 .circlewrap .circle1 {
  width: 383px;
  height: 383px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -191.5px;
  margin-top: -191.5px;
}
#main .slide1 .circlewrap .circle2 {
  -webkit-animation: circle2 26s linear infinite;
  animation: circle2 26s linear infinite;
  width: 505px;
  height: 505px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -252.5px;
  margin-top: -252.5px;
}
#main .slide1 .keywordswrap {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -160px;
}
#main .slide1 .keywordswrap .keyword {
  position: absolute;
  top: 25%;
  left: 25%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transform: scale(0.6, 0.6);
}
#main .slide1 .introduction {
  padding: 30px 80px;
  font-size: 20px;
  line-height: 34px;
  color: #235da6;
}
#main .slide1 .introduction i {
  font-size: 28px;
  font-style: normal;
  display: inline-block;
  padding-right: 20px;
}
#main .slide1 .logowrap {
  text-align: center;
}
#main .slide2 {
  background: url('../img/bg2.jpg') 0 0 no-repeat;
}
#main .slide2 .channelwrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
#main .slide2 .msgwrap {
  padding-left: 190px;
  padding-top: 190px;
}
#main .slide2 .msgwrap .msg {
  width: 400px;
}
#main .slide2 .msgwrap .msg .box {
  position: relative;
}
#main .slide2 .msgwrap .msg .box .inputbox {
  margin-top: -1px;
  border: 1px solid #e0e0e0;
  width: 100%;
}
#main .slide2 .msgwrap .msg .box .inputbox.select {
  background: url('../img/arrow_select.png') 354px 20px no-repeat;
}
#main .slide2 .msgwrap .msg .box .inputbox i {
  font-size: 14px;
  font-style: normal;
}
#main .slide2 .msgwrap .msg .box .inputbox input,
#main .slide2 .msgwrap .msg .box .inputbox textarea {
  border: none;
  background: none;
}
#main .slide2 .msgwrap .msg .box .inputbox input {
  width: 200px;
}
#main .slide2 .msgwrap .msg .box .inputbox.topiccontent {
  height: 260px;
}
#main .slide2 .msgwrap .msg .box .inputbox.topiccontent textarea {
  width: 100%;
  height: 200px;
  resize: none;
  line-height: 30px;
}
#main .slide2 .msgwrap .msg .tips {
  text-align: center;
  font-size: 16px;
  line-height: 100px;
}
#main .slide2 .msgwrap .msg .btnwrap #post-msg,
#main .slide2 .msgwrap .msg .btnwrap a {
  background: none;
  border: none;
  text-align: center;
  color: #fff;
  height: 58px;
  line-height: 58px;
  font-size: 32px;
}
#main .slide2 .msgwrap .msg .btnwrap #post-msg {
  width: 135px;
  background: #c90900;
}
#main .slide2 .msgwrap .msg .btnwrap a {
  width: 230px;
  display: inline-block;
  background: #0053b7;
  font-size: 22px;
  margin-top: 10px;
}
#main .slide2 .msgwrap .msg .btnwrap .look {
  position: relative;
  top: -4px;
  left: 30px;
}
#main .slide2 .msgwrap .msg .modalwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 510px;
  overflow: hidden;
  z-index: 100;
  background: #fff;
  padding-top: 1px;
}
#main .slide2 .msgwrap .msg .modalwrap .sortwrap li {
  margin-top: -1px;
  border: 1px solid #e0e0e0;
  width: 100%;
  color: #000;
  text-align: center;
}
#main .slide2 .msgwrap .msg .modalwrap #modalwrap2,
#main .slide2 .msgwrap .msg .modalwrap #modalwrap2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#main .slide2 .msgwrap .msg .modalwrap .leaderwrap li {
  margin-top: -1px;
  border: 1px solid #e0e0e0;
  width: 100%;
  color: #000;
  font-size: 18px;
}
#main .slide2 .msgwrap .msg .modalwrap .leaderwrap .province {
  font-size: 24px;
  background: #eee;
}
#main .slide3 {
  background: url('../img/bg2.jpg') 0 0 no-repeat;
}
#main .slide3 .inner {
  margin-top: 50px;
  padding: 60px;
}
#main .slide3 h2 {
  font-size: 32px;
  color: #c01609;
  font-weight: bold;
}
#main .slide3 .msglistwrap {
  margin-top: 40px;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
#main .slide3 .msgList li {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px dashed #222;
}
#main .slide3 .msgList li .msgtitle span {
  font-size: 20px;
  color: #000;
}
#main .slide3 .msgList li .msgtitle span.msgname {
  color: #0053b7;
  padding-right: 15px;
}
#main .slide3 .msgList li .msgtitle span.msgleader {
  color: #c90900;
  padding-left: 15px;
  padding-right: 5px;
}
#main .slide3 .msgList li .date {
  color: #9f9f9f;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#main .slide3 .msgList li .msgcontent {
  color: #3d3d3d;
  line-height: 30px;
}
#main .slide4 .channeltile {
  margin-bottom: 50px;
}
#main .slide4 .newslist {
  padding-left: 50px;
  font-size: 20px;
  margin-bottom: 40px;
}
#main .slide4 .newslist li {
  height: 40px;
  padding-left: 25px;
  background: url('../img/listbg.png') 0 14px no-repeat;
}
#main .slide4 .newslist li a {
  color: #333;
  line-height: 40px;
}
#main .slide4 .newslist li:nth-child(1) a {
  /*font-weight: bold;*/
}
#main .slide5 {
  background: url('../img/bg4.jpg') 0 0 no-repeat;
}
#main .slide5 .channeltile {
  text-align: center;
}
#main .slide5 .videoshow {
  width: 100%;
  height: 400px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#main .slide5 .videoshow video {
  width: 520px;
  height: 400px;
  background: #000;
  display: block;
  margin: 0 auto;
}
#main .slide5 .swiperwrap {
  width: 520px;
  height: 130px;
  margin: 0 auto;
}
#main .slide5 .swiperwrap .swiper-container {
  overflow: visible;
}
#main .slide5 .swiperwrap .swiper-wrapper {
  overflow: visible;
}
#main .slide5 .swiperwrap .swiper-slide img {
  width: 100%;
}
#main .slide5 .swiperwrap .swiper-button-next,
#main .slide5 .swiperwrap .swiper-button-prev {
  margin-top: -42px;
  background-image: url('../img/arrow_right.png');
}
#main .slide5 .swiperwrap .swiper-button-next {
  right: -20px;
}
#main .slide5 .swiperwrap .swiper-button-prev {
  left: -20px;
  background-image: url('../img/arrow_left.png');
}
#main .slide6 {
  background: url('../img/bg5.jpg') 0 0 no-repeat;
}
#main .slide6 .channelwrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
#main .slide6 .reply {
  width: 430px;
  float: right;
  font-size: 20px;
  line-height: 30px;
  margin-top: 130px;
  padding-left: 30px;
  padding-right: 65px;
}
#main .slide6 .reply .relist li {
  width: 100%;
  margin-bottom: 25px;
}
#main .slide6 .reply .relist li .rename {
  color: #282828;
  margin-bottom: 10px;
}
#main .slide6 .reply .relist li .rename span {
  display: block;
}
#main .slide6 .reply .relist li .rename span i {
  font-style: normal;
  font-weight: bold;
}
#main .slide6 .reply .relist li .recon {
  color: #979797;
}
#main .slide7 {
  background: url('../img/bg6.jpg') 0 0 no-repeat;
}
#main .slide7 .reg {
  position: absolute;
  top: 193px;
  left: 196px;
}
#main .slide7 .reg span {
  display: block;
  font-size: 22px;
  color: #ffc05e;
  line-height: 44px;
}
#main .slide7 .reg span a {
  color: #ffc05e;
  text-decoration: underline;
}
#main .slide7 .yearswrap {
  position: absolute;
  top: 515px;
  left: 170px;
  font-size: 28px;
}
#main .slide7 .yearswrap a {
  display: inline-block;
  width: 100px;
  font-size: 28px;
  color: #73b0ea;
  padding-left: 24px;
  padding-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
#main .slide7 .partner {
  width: 500px;
  height: 320px;
  position: absolute;
  left: 137px;
  top: 711px;
  padding-top: 29px;
  padding-left: 30px;
}
#main .slide7 .partner .partlist li {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
#main .slide8 .inner {
  margin-top: 150px;
  text-align: center;
}
#main .slide8 .inner .logo2 {
  margin-bottom: 50px;
  margin-top: 30px;
}
#main .slide8 .inner .qrcode {
  margin-bottom: 30px;
}
#main .slide8 .inner .sharetext {
  font-size: 24px;
  line-height: 28px;
  color: #a5a5a5;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*# sourceMappingURL=style.css.map */
.linkmore,
.info {
  text-align: center;
}
.info {
  font-size: 24px;
}

#main .slide1 .introduction {
  padding: 30px 80px;
  font-size: 20px;
  line-height: 34px;
  color: #235da6;
  position: relative;
  top: -31px;
}
#main .slide1 .logowrap {
  text-align: center;
  position: relative;
  top: -30px;
}

/* 王其征 增加于2017.3.7 15:03  */
#main .slide6 .reply .replayinner {
  width: 100%;
  height: 812px;
  overflow: hidden;
}
/* end 王其征 增加于2017.3.7 15:03  */

.cover-title-wrap {
  position: relative;
  left: 80px;
  top: 140px;
  height: 630px;
}
.cover-title {
  position: absolute;
}
.cover-title1 {
  width: 450px;
  left: 0;
  top: 20px;
}
.cover-title2 {
  width: 200px;
  left: 254px;
  top: 0;
}

.cover-title3 {
  width: 200px;
  left: 246px;
  top: 93px;
}
#main .slide1 .introduction i {
  color: #c8273a;
}
#main .slide1 .introduction {
  color: #9f6e4c;
}
.cover-key-wrap {
  width: 640px !important;
  height: 600px;
  position: absolute;
  left: 0;
  top: 100px;
  visibility: hidden;
}

.cover-key-wrap img {
  margin-bottom: 330px;
  margin-left: 40px;
  margin-right: 20px;
  position: relative;
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.cover-key-wrap img:nth-child(1) {
  width: 117px;
  left: 0px;
  top: 20px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.cover-key-wrap img:nth-child(2) {
  width: 82px;
  left: 0px;
  top: 0px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.cover-key-wrap img:nth-child(3) {
  width: 82px;
  left: 0px;
  top: 26px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.cover-key-wrap img:nth-child(4) {
  width: 82px;
  left: 0px;
  top: 0px;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.cover-key-wrap img:nth-child(5) {
  width: 82px;
  left: 0px;
  top: 0px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.cover-key-wrap img:nth-child(6) {
  width: 118px;
  left: 0px;
  top: 20px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.cover-key-wrap img:nth-child(7) {
  width: 82px;
  left: 0px;
  top: 46px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.cover-key-wrap img:nth-child(8) {
  width: 82px;
  left: 0px;
  top: 0px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.3;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.3;
  }
}
/*# sourceMappingURL=../css/style.css.map */
#main .slide3 {
  background: url(../img/bg2_1.jpg) 0 0 no-repeat;
}
#main .slide6 .channelwrap {
  display: none !important;
}
.endLogo {
  width: 281px;
  position: relative;
  top: -40px;
}
#main .slide8 .inner .qrcode {
  margin-bottom: 19px;
}
.endLogo-wrap {
  text-align: center;
  margin-top: 30px;
}
.partner-wrap img {
  margin-left: 10px;
  margin-right: 10px;
}

#main .slide8 .inner {
  margin-top: 120px;
}
#main .slide8 {
  background: url(../img/bg8.jpg) 0 0 no-repeat;
}
#main .slide4 {
  background: url(../img/bg4.jpg) 0 0 no-repeat;
}
#main .slide8 .inner .sharetext {
  color: #88513f;
}

.box select {
  border: none;
  background: none;
  width: 250px;
}
/*IE 10 */
select::-ms-expand {
  display: none;
}
select {
  /* Chrome */
  -webkit-appearance: none;
  /* Firefox */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ' '; /* space */
}
#main .slide2 .msgwrap .msg .tips {
  line-height: 2;
}

.msg .code-wrap {
  padding-top: 24px;
  height: 95px;
  line-height: 55px;
  font-size: 24px;
  color: #9e9e9e;
  vertical-align: middle;
}

.msg .code-wrap * {
  vertical-align: middle;
}

.msg .code-wrap input {
  border: none;
  height: 55px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.msg .code-wrap input.code {
  width: 130px;
  margin: 0 10px;
  text-indent: 20px;
}

.msg .code-wrap input.check {
  color: #fff;
  background: #5bc0de;
}

.msg .code-wrap input.check.has {
  background: #b2b2b2;
}

.cover-title-wrap {
  top: 170px;
}
#main .slide3 .msgList li .msgtitle span.msgname {
  padding-right: 3px;
}

#main .slide3 .msgList li .msgtitle span.msgleader {
  display: none !important;
}
#main .slide3 .msgList li .msgtitle span:nth-child(2) {
  display: none !important;
}
#main .slide3 .msgList li .date {
  display: none !important;
}

#main .slide4 .newslist li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .slide4 .newslist li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#msglistwrap ul {
  padding-bottom: 50px;
}
.info {
  color: #000;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
#main .slide5 .videoshow {
  position: relative;
}
#main .slide5 .videoshow video {
  object-fit: fill;
  display: none;
}
#main .slide5 .videoshow video.showsss {
  display: block;
}
#main .slide5 .videoshow video {
  height: 300px;
  object-fit: contain;
}
#main .slide5 .videoshow {
  height: 300px;
}

.poster {
  position: absolute;
  width: 510px;
  height: auto;
  left: 65px;
  top: 0;
}

video::-webkit-media-controls {
  display: none !important;
}

#main .slide5 .swiperwrap .swiper-slide img {
  width: 124px;
  display: block;
  margin: 0 auto;
}
.playIcon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: url(../img/play.png) center center no-repeat;
  background-size: cover;
}

#showvideolist .playIcon {
  background: url('../img/play.png') center -25px no-repeat;
  background-size: cover;
}

#main .slide3 {
  background: url(../img/bg3.jpg) 0 0 no-repeat;
}
#main .slide44 {
  background: url(../img/bg4.jpg) 0 0 no-repeat;
}
#main .slide55 {
  background: url(../img/bg5.jpg) 0 0 no-repeat;
}
#main .slideend {
  background: url(../img/end.jpg?v=2) 0 0 no-repeat;
}
#main .inner {
  position: relative;
}
#main .dao p {
  width: 490px;
  position: absolute;
  left: 90px;
  top: 130px;
  font-size: 24px;
  line-height: 2;
  color: #303030;
  text-indent: 48px;
}

#miao {
  font-size: 22px;
  color: #00b987;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 30px;
}

#video-wrap {
  width: 430px;
  height: 255px;
  margin: 0 auto;
  position: relative;
  top: 30px;
}

#video-wrap .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#video-wrap video {
  width: 100%;
  height: 100%;
}

#video-wrap .cover img {
  width: 100%;
  height: 100%;
}

#msg-wrap {
  width: 460px;
  height: 460px;
  margin: 0 auto;
  overflow: hidden;
}

#msg-wrap li {
  font-size: 20px;
  border-bottom: 1px dashed #00b080;
  margin-bottom: 30px;
  color: #2a333a;
  line-height: 1.6;
  padding-bottom: 10px;
}

#msg-wrap li .local {
  color: #00b080;
  margin-bottom: 5px;
}

#main .slide2 .msgwrap {
  padding-left: 145px;
  padding-top: 245px;
}

.topiccontent {
  margin-top: 7px;
}

#main .slide2 .msgwrap .msg .box .inputbox.topiccontent textarea {
  width: 90%;
  height: 120px;
  resize: none;
  line-height: 30px;
  position: relative;
  top: -12px;
  left: 0px;
  line-height: 40px;
}

#main .slide2 .msgwrap .msg .box .inputbox.topiccontent {
  height: 162px;
}

.hideShow {
  opacity: 0 !important;
  visibility: hidden;
}
input,
textarea,
select {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000000 !important;
}

input[type='button'] {
  -webkit-appearance: none;
}

.msg .code-wrap input {
  border: none;
  height: 55px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#main .slide2 .msgwrap .msg .btnwrap #post-msg {
  width: 135px;
  background: #d1382c;
  /* #40ad85 */
}

#main .slide2 .msgwrap .msg .btnwrap .look {
  position: relative;
  top: -4px;
  left: 30px;
  background: #40ad85;
}
#code {
  margin: 0;
  margin-right: 28px !important;
}
.msg .code-wrap input.check {
  color: #fff !important;
  background: #5bc0de;
  background: rgba(116, 74, 54, 0.67);
}

#code,
#sendCode,
#post-msg,
.look {
  border-radius: 10px !important;
  width: 160px !important;
}

.look {
  font-size: 18px !important;
}
#main .slide2 .msgwrap .msg .tips {
  line-height: 2;
  margin-bottom: 35px;
}
#main .slide2 .msgwrap .msg .box .inputbox {
  background: none;
}
#main .slide2 .msgwrap .msg .box .inputbox.select {
  background: none;
}
.box select {
  border: none;
  background: none;
  width: 314px;
}

.slide8 .img-wrap {
  width: 200px;
  height: 700px;
  position: absolute;
  left: 241px;
  top: 110px;
}

.slide8 .img-wrap img {
  width: 150px;
  height: 150px;
  margin-bottom: 66px;
}
#main .slide4 .channeltile {
    margin-bottom: 50px;
    opacity: 0;
}

#main .slide4 .newslist {
     padding-left: 0px; 
    font-size: 20px;
    margin-bottom: 40px;
}
#code {
    margin: 0;
    margin-right: 28px !important;
    display: inline-block;
	padding:0;
}
#main .slide2 .msgwrap .msg .box .inputbox{
	border:none;
	
}