@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
#comment{
  font-size: 14px;
  text-align: left;
}
button {
  /* border: none;
     */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮 */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  font-family: "MicrosoftYaHei", "Source Han Sans CN", 'pingfang SC', 'Microsoft YaHei', helvetica, arial, verdana, tahoma, sans-serif;
  color: #555;
  overflow-x: hidden;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}


input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .container {
    width: 1215px;
  }

}
.logo1{
    margin-left: 30px;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.blod {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w55 {
  width: 55%;
}
body {
  padding-top: 9.875rem;
}
.daohang {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 33;
}
.daohang-top {
  height: 5rem;
  line-height: 5rem;
  background-color: #ffffff;
  border-bottom: 1px solid #dfdfdf;

}
#dropdownMenu2{
  margin-left: 20px;
  cursor: pointer;

}#dropdownMenu2 .tous-img{
  margin: 0 10px;
  width: 50px;
  height: 50px;

  border-radius:50%;
}#dropdownMenu2  {
  display: inline-block;
  width: 60px;

  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.daohang-top .box-div {
  width: 30%;
  margin-top: 20px;
  overflow: hidden;
  margin-left: 5%;
  margin-right: 4%;
}
.daohang-top .box-div input {
  width: 90%;
  height: 40px;
  background-color: #f0f0f0;
  border-radius: 4px 0px 0px 4px;
  padding-left: 1.25rem;
  line-height: 40px;
}
.daohang-top .box-div input:-webkit-input-placeholder {
  line-height: 40px;
}
.daohang-top .box-div input:-moz-placeholder {
  /* Firefox 18- */
  line-height: 40px;
}
.daohang-top .box-div input::-moz-placeholder {
  /* Firefox 19+ */
  line-height: 40px;
}
.daohang-top .box-div input:-ms-input-placeholder {
  line-height: 40px;
}
.daohang-top .box-div button {
  width: 10%;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #db2e1c;
  border-radius: 0px 4px 4px 0px;
  font-size: 16px;
  border: none;
  color: #ffffff;
}
.daohang-top .logo-a {
  font-size: 1rem;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  line-height: 80px;
  width: 5%;
  margin-left: 5%;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
  cursor: pointer;
}
.daohang-top .logo-a a {
  color: #333333;
  display: block;
}
.daohang-top .logo-a:hover {
  background: #db2e1c;
}
.daohang-top .logo-a:hover a {
  color: #fff;
}
.er-uls {
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
  width: 130px;
  padding: 10px 0;
  opacity: 0;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.er-uls li {
  line-height: 30px;
  text-align: center;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.er-uls li a {
  font-size: 1rem;
  color: #333333;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.er-uls li:hover {
  box-shadow: inset 0 0 0 20px #db2e1c;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.er-uls li:hover a {
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.daohang-bot {
  background-color: #ffffff;
  box-shadow: 0px 8px 20px 0px #f5f5f5;
  clear: both;
position: relative;
top: -1px;
}
.daohang-bot .daohang-uls > li {
  float: left;
  padding: 1.25rem 0;
  margin-right: 5.25rem;
  position: relative;
}
.daohang-bot .daohang-uls > li::before {
  position: absolute;
  content: '';
  width: 0;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  background: #db2e1c;
  bottom: 10px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.daohang-bot .daohang-uls > li:last-child {
  margin-right: 0;
}
.daohang-bot .daohang-uls > li > a {
  font-size: 1.125rem;
  color: #333333;
}
.daohang-bot .daohang-uls > li:nth-child(2)::after {
  position: absolute;
  display: none;
  content: '';
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/6.png) no-repeat;
  width: 8px;
  height: 8px;
  right: -10px;
}
.daohang-bot .daohang-uls > li:nth-child(5)::after {
  position: absolute;
  content: '';
  top: 50%;  display: none;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/6.png) no-repeat;
  width: 8px;
  height: 8px;
  right: -10px;
}
.daohang-bot .daohang-uls > li:hover .er-uls {
  top: 100%;
  visibility: visible;
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.daohang-bot .daohang-uls > li:hover::before,.daohang-bot .daohang-uls > li.active::before  {
  width: 73px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.about {
  padding: 1.875rem 0;
}
.about .about-con {
  font-size: 1rem;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.comment {
  width: 64%;
}
.comment .comment-top {
  margin-top: 30px;
  font-size: 1rem;
  line-height: 40px;
  color: #999999;
}
.comment .comment-top span {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
}
.comment .comment-top a {
  color: #db2e1c;
}
.comment .liu-box {
  margin-top: 20px;
}
.comment .liu-box textarea {
  height: 200px;
  background-color: #f7f7f7;
  width: 100%;
  border: none;
}
.comment .liu-box .div-con .num {
  width: 90%;
  height: 3.25rem;
  background-color: #f0f0f0;
  float: left;
  font-size: 1rem;
  line-height: 3.25rem;
  padding-left: 1.875rem;
  color: #b3b3b3;
}
.comment .liu-box .div-con button {
  width: 10%;
  height: 3.25rem;
  line-height: 3.25rem;
  background-color: #db2e1c;
  font-size: 1rem;
  color: #ffffff;
  border: none;
  text-align: center;
  float: left;
}
.comment .liu-box .ping-title {
  font-size: 24px;
  border-bottom: 2px solid #cacaca;
  margin-top: 1.75rem;
  letter-spacing: 0px;
  color: #000000;
}
.comment .liu-box .ping-title span {
  padding: .625rem 1.875rem .625rem 0;
  border-bottom: 1px solid #000000;
  display: inline-block;
}
.dianzan {
  font-size: 12px;
  display: inline-block;
  margin-left: 1.875rem;
  color: #9a9a9a;
}
.dianzan .zan1 {
  display: none;
}
.dianzan.active {
  color: #db2e1c;
}
.dianzan.active .zan1 {
  display: inline-block;
}
.dianzan.active .zan2 {
  display: none;
}
.comment-ul li {
  margin-top: 1.875rem;
}
.comment-ul li .yun {
  width: 15%;
}
.comment-ul li .yun .tou-img {
  width: 50px;
  height: 50px;
  background-color: #cacaca;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
.comment-ul li .ping-con {
  width: 85%;
}
.comment-ul li .ping-con .ming {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.comment-ul li .ping-con .neiong {
  margin-top: .625rem;
  display: inline-block;
  background-color: #f7f7f7;
  padding: 1.25rem;
}
.comment-ul li .ping-con .neiong .neriong-div {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #555555;
}
.comment-ul li .ping-con .data {
  margin-top: 1rem;
}
footer {
  background-color: #212121;
  padding-top: 39px;
  color: #ffffff;
}
footer .title {
  font-size: 1rem;
  margin-bottom: 2.1875rem;
}
footer .foot-ul li {
  float: left;
  width: 50%;
}
footer .foot-ul li a {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 24px;
}
footer .foot-ul li a:hover {
  color: #db2e1c;
}
footer .foot-top > .le {
  width: 41%;
}
footer .foot-top > .re {
  width: 43%;
  margin-left: 2%;
}
footer .foot-top .foots-ul li {
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 1.875rem;
}
footer .foot-bot {
  padding: 1.5rem 0;
  margin-top: 30px;
  border-top: 1px solid #363636;
}
footer .foot-bot .banaun {
  width: 60%;
  margin-left: 5%;
  font-size: 12px;
  color: #9a9a9a;
  line-height: 3.125rem;
}
.activity {
  padding: 0.875rem 0;
}
.activity .activity-top {
  background-color: #f7f7f7;
  height: 4.375rem;
  line-height: 4.375rem;
}
.activity .activity-top .sna-con > span {
  width: 20%;
  font-size: 1rem;
  color: #999999;
  text-align: center;
}
.activity .activity-top .sna-con .sna {
  width: 20%;
  font-size: 1rem;
  color: #333333;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.activity .activity-top .sna-con .sna .er-uls {
  z-index: 99;
}
.activity .activity-top .sna-con .sna .zuan {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.activity .activity-top .sna-con .sna:hover .zuan {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -moz-transform: rotate(-180deg);
  /* Firefox */
  -webkit-transform: rotate(-180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-180deg);
  display: inline-block;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.activity .activity-top .sna-con .sna:hover .er-uls {
  top: 100%;
  visibility: visible;
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.activity-a {
  box-shadow: 0px 6px 20px 0px #f5f5f5;
  margin-bottom: 2.125rem;
}
.activity-a .bot-con {
  padding: 1.25rem;
}
.activity-a .bot-con .title {
  position: relative;
  padding-left: .625rem;
}
.activity-a .bot-con .title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 21px;
  background-color: #db2e1c;
}
.activity-a .bot-con .title a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.125rem;
  color: #333333;
}
.activity-a .bot-con .yaos {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #9a9a9a;
  margin: .9375rem 0;
}
.activity-a .bot-con .shuxiang .bmz {
  width: 56px;
  height: 18px;
  background-color: #e0437c;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
}
.activity-a .bot-con .shuxiang .das {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #9a9a9a;
}
 .activity-a.active1 .bot-con .shuxiang .bmz {
  background-color: #b3b3b3;
}
 .activity-a.active2 .bot-con .shuxiang .bmz {
  background-color: #ffc602;
}
.search-top {
  padding: 30px 0;
  position: fixed;
  left: 0;
  right: 0;
  top:80px ;background: #fff;
  z-index: 999;  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;

}.search-top.active{

padding: 0;  transition: 400ms ease-in-out;
-moz-transition: 400ms ease-in-out;
/* Firefox 4 */
-webkit-transition: 400ms ease-in-out;
/* Safari and Chrome */
-o-transition: 400ms ease-in-out;
}
.search-top .search-div {
  border-bottom: 1px solid #f0f0f0;
}
.search-top .searfix-ul li {
  float: left;
  margin-right: 5.625rem;
}
.search-top .searfix-ul li a {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  padding: .625rem 0;
  border-bottom: 1px solid transparent;
}
.search-top .searfix-ul li:hover a,.search-top .searfix-ul li.active a  {
  border-bottom: 1px solid #db2e1c;
  color: #db2e1c;
}
.search-top .sou-wenzi {
  line-height: 3.125rem;
}
.search-list .search-uls {
  width: 66%;
}
.search-list .search-uls li {
  margin-bottom: .9375rem;
  padding: .9375rem;
}
.search-list .search-uls li .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.search-list .search-uls li > .fl {
  width: 38%;
  height:186px ;
  overflow: hidden;
}
.search-list .search-uls li > .fr {
  width: 59%;
}
.search-list .search-uls li > .fr .title {
  position: relative;
  padding-left: .625rem;
}
.search-list .search-uls li > .fr .title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 21px;
  background-color: #db2e1c;
}
.search-list .search-uls li > .fr .title a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.125rem;
  color: #333333;
}
.search-list .search-uls li > .fr .title a span {
  color: #db2e1c;
}
.search-list .search-uls li > .fr .lx-div {
  width: 62px;
  margin-top: 1.25rem;
  height: 18px;
  background-color: #e0437c;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
}
.search-list .search-uls li > .fr .yaos {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #9a9a9a;
  margin: .9375rem 0;
}
.search-list .search-uls li > .fr .leirong {
  font-size: 12px;
  line-height: 22px;
  color: #999999;
}
.search-list .search-uls li > .fr .leirong span {
  display: inline-block;
  margin-right: 3.75rem;
}
.search-list .search-uls li > .fr .leirong span:nth-child(1) {
  border-bottom: 1px solid #eeeeee;
}
.search-list .search-uls li:hover {
  background-color: #f5f5f5;
}
.search-list .search-uls li:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.search-list .search-uls li:hover > .fr .title a {
  color: #db2e1c;
}
.zixin-div .zi-ul {
  padding: 10px;
  background-color: #f7f7f7;
}
.zixin-div .zi-ul li {
  width: 10%;
  float: left;
  text-align: center;
}
.zixin-div .zi-ul li a {
  font-size: 20px;
  letter-spacing: 0px;
  color: #333333;
  padding: 10px 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.zixin-div .zi-ul li:hover a,
.zixin-div .zi-ul li.active a {
  color: #db2e1c;
  border-bottom: 1px solid #db2e1c;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.qunbu-new {
  padding: 30px 0;
}
.qunbu-new .jia-zia {
  margin: 35px 0;
}
.qunbu-new .jia-zia a {
  display: inline-block;
  width: 160px;
  height: 32px;
  font-size: 1rem;
  line-height: 32px;
  text-align: center;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #333333;
  border: solid 1px #db2e1c;
}
.qunbu-new .jia-zia a:hover {
  box-shadow: inset 0 0 0 30px #db2e1c;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.qunbu-new .left {
  width: 66%;
}
.qunbu-new .left .search-list .search-uls {
  width: 100%;
}
.qunbu-new .right {
  width: 30%;

}

.qunbu-new .right .div2.active{
  position: fixed;
  top: 160px;
  width: 364.5px;
  right: 18%;
  background: #fff;
  z-index: 99;
}

.qunbu-new .right .div2.active1{
  position: absolute;
  top: auto;
  width: 100%;
  right: auto;
  background: #fff;
  z-index: 1;
  bottom: 10px;
}
.qunbu-new .right .div2 {
  margin-top: 25px;

}
.qunbu-new .right .div2 .bos {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: 4;
}
.qunbu-new .right .div2 .ship-div {
  margin-bottom: 30px;
}
.qunbu-new .right{
  position: absolute;
  right: 0;
height: 100%;
top: 0;

}
.qunbu-new>.container> .row{
  position: relative;
}   
.qunbu-new .right .div2 .ship-div:last-child {
  margin-bottom: 0;
}
.qunbu-new .right .top-shu {
  font-size: 1rem;
  color: #ffffff;
  width: 50px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  left: 0;
  top: 10px;
  z-index: 2;
  background-color: #b3b3b3;
}
.ranking-lu li {
  margin-top: 18px;
}
.ranking-lu li:nth-child(1) .top-shu {
  background-color: #f6a623;
}
.ranking-lu li:nth-child(2) .top-shu {
  background-color: #f6a623;
}
.ranking-lu li > .fl {
  width: 40%;
}
.ranking-lu li > .fr {
  width: 55%;
}
.ranking-lu li > .fr .title {
  position: relative;
  padding-left: .625rem;
}
.ranking-lu li > .fr .title a {
  font-size: 1rem;
  line-height: 1.5625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.125rem;
  color: #333333;
}
.ranking-lu li > .fr .title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 21px;
  background-color: #db2e1c;
}
.ranking-lu li > .fr .date {
  font-size: 12px;
  margin-top: 20px;
  color: #9a9a9a;
}
.shus-div {
  padding: 15px;
  border: solid 1px #efefef;
}
.shus-div .top1 .top-shu {
  background-color: #f95355;
}
.shus-div .top1 .yin-box {
  height: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.shus-div .top1 .yin-box .ttitle-a {
  position: relative;
  padding-left: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.shus-div .top1 .yin-box .ttitle-a a {
  display: block;
  font-size: 18px;
  line-height: 1.5625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #ffffff;
}
.shus-div .top1 .yin-box .ttitle-a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 21px;
  background-color: #db2e1c;
}
.shus-div .ship-div {
  margin-bottom: 30px;
}
.shus-div .ship-div:last-child {
  margin-bottom: 0;
}
.bos {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: 4;
}
.video-div {
  width: 75%;
  margin: 30px auto;
}
.video-div .shus-div {
  padding: 0;
  border: none;
}
.video-div .shus-div .shus-div .top1 .yin-box .ttitle-a a {
  -webkit-line-clamp: 2;
}
.shu-top {
  padding-bottom: 9px;
  border-bottom: solid 1px #efefef;
  position: relative;
}
.shu-top .su-tite {
  font-size: 24px;
  color: #333333;
}
.shu-top::before {
  content: '';
  position: absolute;
  width: 146px;
  height: 2px;
  background-color: #333333;
  bottom: -1px;
  left: 0;
}
.shu-top .cha-a {
  font-size: 1rem;
  line-height: 25px;
}
.shu-top .cha-a a {
  color: #999999;
}
.shu-top .cha-a a:hover {
  color: #db2e1c;
}
.video-list .activitylist-div {
  margin-top: 1.875rem;
}
.video-list .activity-a .bot-con {
  padding: 1rem 0 ;
}
.video-list .activity-a {
  box-shadow: 0px 0px 0px 0px #f5f5f5;
}
.video-list .activity-a .bot-con .yaos {
  -webkit-line-clamp: 1;
  height: 22px;
  margin: .25rem 0;
}
 .read-a a {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 0px;
  color: #999999;
  text-decoration: underline;
}
.video-list .shi-time {
  width: 40px;
  height: 18px;
  background-color: #01c181;
  line-height: 18px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  bottom: 9px;
  right: 9px;
}
.video-list .jia-zia {
  margin-top: 0;
}
.position {
  font-size: 12px;
  color: #333333;
}
.position a {
  color: #9a9a9a;
}
.position span {
  width: 16px;
  height: 16px;
  border: solid 1px #e5e5e5;
  display: inline-block;
  text-align: center;
  line-height: 1rem;
  margin: 0 2px;
}
.position span i {
  font-size: .75rem;
  color: #e5e5e5;
  position: relative;
  top: -1px;
}
.details .deatil-xiang {
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  position: relative;
  padding-left: 10px;
}
.details .deatil-xiang:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 21px;
  background-color: #db2e1c;
}
.details .deatil-yao {
  font-size: 1rem;
  line-height: 24px;
  color: #808080;
  margin: 20px 0;
}
.details .zuo-div {
  font-size: 12px;
  color: #9a9a9a;
}
.details .zuo-div span {
  display: inline-block;
  margin-right: 30px;
}
.details .details-con {
  font-size: 1rem;
  line-height: 30px;
  color: #333333;
  margin: 30px 0 0 0;
  padding: 10px 0 50px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.details .comment {
  width: 100%;
}
.give {
  text-align: center;
  padding: 30px 0;
}
.give .zan {
  display: inline-block;
  width: 130px;
  padding: 10px 0;  background-color: #b0b0b0;
 
  border-radius: 30px;
  text-align: center;
}
.give .zan .img1 {
  display: none;
}
.give .zan p {
  color: #ffffff;
  font-size: 14px;
  margin-top: 3px;
}

.give .zan.active {
  background-color: #db2e1c;
}

.give .zan.active .img1{
  display: inline-block;
}

.give .zan.active .img2 {
  display: none;
}
.video-details {
  margin: 30px 0;
}
.top1 .top-shu {
  background-color: #f95355;
}
.top1 .yin-box {
  height: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.top1 .yin-box .ttitle-a {
  position: relative;
  padding-left: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.top1 .yin-box .ttitle-a a {
  display: block;
  font-size: 18px;
  line-height: 1.5625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #ffffff;
}
.top1 .yin-box .ttitle-a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 21px;
  background-color: #db2e1c;
}.banner .swiper-slide .top1>img{
  height: 400px;
  object-fit: cover;
}
.lunbo .left {
  width: 66%;
}
.lunbo .right {
  width: 32%;
  margin: -14px 0;
}
.lunbo .right .top1 {
  padding: 14px 0;
}
.lunbo .banner .swiper-button-next,
.lunbo .banner .swiper-button-prev {
  background: transparent;
  width: 50px;
  height: 50px;
}
.lunbo .banner .swiper-button-next {
  background-image: url(../img/5.png);
  right: 0;
}
.lunbo .banner .swiper-button-prev {
  background-image: url(../img/5-1.png);
  left: 0;
}
.lunbo .banner .yasd {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 70%;
  padding-left: 20px;
}
.lunbo .banner .top1 .yin-box .ttitle-a {
  position: relative;
  bottom: 5px;
}
.lunbo .banner .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 0.5;
}
.lunbo .banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-content .index-gao {
  margin-top: 10px;

}.index-content .index-gao .index-gaos-divs {
  margin: 10px -.5% 0;
}
.index-content .index-gao .index-gaos-divs > div {
  width: 32.333%;
  margin: 0 0.5%;
}
.index-new-ul {
  width: 30%;
  margin-top: 20px;
}
.index-new-ul > li {
  width: 50%;
  font-size: 24px;
  color: #333333;
  position: relative;
  float: left;
  cursor: pointer;
}
.index-new-ul > li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #db2e1c;
  bottom: -10px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new-ul > li:hover,
.index-new-ul > li.active {
  color: #db2e1c;
}
.index-new-ul > li:hover::after,
.index-new-ul > li.active::after {
  width: 80%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new {
  padding-bottom: 0;
}
.index-new .jia-zia {
  margin: 20px 0 30px 0;
}
.index-new .shu-top::before {
  opacity: 0;
}
.index-new .index-lunbo-news {
  margin-top: -20px;
}
.index-new .index-lunbo-news a {
  font-size: 18px;
  display: inline-block;
  line-height: 34px;
  color: #999999;
}
.index-new .index-lunbo-news a:hover {
  color: #db2e1c;
}
.index-new .index-lunbo-news .swiper-container {
  padding-right: 30px;
  top: 00px;
}
.index-new .index-lunbo-news .swiper-container .swiper-slide {
  padding-top: 20px;
}
.index-new .index-lunbo-news .swiper-button-next,
.index-new .index-lunbo-news .swiper-button-prev {
  width: 20px;
  height: 20px;
  border: solid 1px #e5e5e5;
  background: #ffffff;
  text-align: center;
  left: auto;
  margin-top: 0px;
  top: 0;
  line-height: 20px;
}
.index-new .index-lunbo-news .swiper-button-next i,
.index-new .index-lunbo-news .swiper-button-prev i {
  font-size: 12px;
  color: #e5e5e5;
}
.index-new .index-lunbo-news .swiper-button-prev {
  right: 0;
  top: 5px;
}
.index-new .index-lunbo-news .swiper-button-next {
  margin-top: 30px;
  right: 0;
}
.index-new .index-new-ul-div > div {
  display: none;
}
.index-new .index-new-ul-div .search-list .search-uls li {
  margin-bottom: 0;
}
.index-ship .index-ship-list .ranking-lu li > .fl {
  width: 17%;
  /* border: 1px dashed #3699ff; */
}
.index-ship .index-ship-list .ranking-lu li > .fr {
  width: 80%;
}
.index-ship .activity-a {
  margin-bottom: 0;
}
.index-ship .shi-time {
  background: rgba(0, 0, 0, 0.5);
}
.index-ship .ranking-lu li > .fr .date {
  margin-top: 5px;
}
.index-special .special-div {
  top: 10px;
  left: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 18px;
  z-index: 1;
  width: 62px;
  height: 18px;
  font-size: 12px;
  background-color: #f4b711;
}
.denglv-div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.denglv-div .guanbis {
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.denglv-div .guanbis i {
  color: #b9bed1;
  font-size: 21px;
}
.denglv-div .logo-div {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  width: 40%;
}
.denglv-div .left {
  width: 48%;
  color: #ffffff;
  height: 480px;
  background: url(../img/23.jpg) no-repeat;
  background-size: cover;
  padding: 50px 30px;
}
.denglv-div .left .xian {
  width: 44px;
  height: 6px;
  background-color: #ffffff;
}
.denglv-div .left .bios {
  font-size: 36px;
  line-height: 112px;
  color: #ffffff;
}
.denglv-div .left .yasdo {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
.denglv-div .right {
  width: 51%;
  padding: 0px 30px;
}
.denglv-div .right .title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 112px;
  letter-spacing: 0px;
  color: #db2e1c;
}
.denglv-div .right .tis {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 112px;
  letter-spacing: 0px;
  color: #333333;
}
.search-body {
  padding-top: 190px;
}
.phone {
  box-shadow: 0rem 0rem 0.3125rem rgba(200, 203, 204, 0.5);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.phone .index_a {
  width: auto;
  margin-top: 0rem;
  /*line-height: 4.375rem;*/
  max-width: 210px;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-18.75rem);
}
.color_dao i {
  display: inline-block;
  font-size: 1.8rem;
  color: #db2e1c;
  line-height: 4.375rem;
}
.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.4);
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.sidebar-menu__header {
  height: 3.125rem;
  background: #db2e1c;
  z-index: auto;
  position: relative;
  float: right;
  display: block;
  padding: 0.9375rem 1.5625rem;
  height: 100%;
  width: 100vw;
  color: #fff;
}
.sidebar-menu__title {
  color: #ccc;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-menu__title > i {
  display: inline-block;
  float: right;
  font-size: 1.75rem;
  line-height: inherit;
}
.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}
.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -0.625rem;
  color: #fff;
  font-size: 1.25rem;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga" 1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}
.sidebar-menu__list {
  position: fixed;
  top: 3.125rem;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.search_submenu.is-active {
  width: 100%;
}
.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 0.0625rem solid #eeeeee;
}
.colos {
  line-height: 4.375rem;
}
.sidebar-menu__item:first-child {
  border-top: 0;
}
.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #af2213 !important;
}
.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}
.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}
.sidebar-menu__item:hover > .sidebar-menu__link {
  color: #6e6e6e;
}
.phone_i {
  display: inline-block;
  line-height: 3.75rem;
  padding: 0 0.9375rem;
}
.sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}
.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}
.sidebar-menu__link {
  display: block;
  padding: 0.625rem 1.5625rem;
  color: #828282;
  font-size: 1rem;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}
.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.25rem;
  margin-right: 0.25rem;
}
.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.activitylist {
  padding-top: 30px;
}
.searchbox {
  padding: 15px;
  box-shadow: 0 0 0.4375rem 0 #cfcfcf;
  background: #fff;
  position: fixed;
  display: none;
  left: 0;
  width: 100%;
  right: 0;
  top: 60px;
  border-top: 0.125rem solid #db2e1c;
  text-align: center;
  z-index: 99;
}
.searchbox.active {
  top: 4.375rem;
}
.searchs {
  max-width: 37.5rem;
  margin: 0 auto;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 0.75rem;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 0.75rem;
  height: 3.25rem;
  line-height: 3.25rem;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  background: #db2e1c;
  color: #fff;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: 0.44s;
}
.ds {
  cursor: pointer;
}
.index-special .activity-a .overh,
.index-ship .activity-a .overh {
  /* border: 1px dashed #3699ff; */
}
.index-gao-img,
.banner,
.index-new .index-new-ul-div .search-list .search-uls li > .fl {
  /* border: 1px dashed #3699ff; */
}
.lunbo .right .top1 .overh {
  /* border: 1px dashed #3699ff; */
}
.qunbu-new .right .overh {
  /* border: 1px dashed #3699ff; */
}
.meiyou-div {
  font-size: 14px;
  color: #999999 ;
  margin: 40px 0;
}
.meiyou-div span {
  background: #cccccc;
  width: 40px;
  height: 1px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: -5px;
}
.maos{
  margin: 30px 0;
}
.maos a{
  width: 164px;
  display: inline-block;
  line-height:50px;
  text-align:center;
	height: 50px;
	background-color: #e74c3c;
  border-radius: 8px;
  color:#fff;
  font-size: 16px;
}
.vote{
  margin-top: 32px;
}
.vote-div {
  margin-bottom: 30px;
  box-shadow: 0px 6px 20px 0px 
  #f5f5f5;
}
.vote-div .overh{
  /* border: 1px dashed #3699ff; */

}


.vote-bot .title {
  position: relative;
  padding-left: .625rem;
}
.vote-bot .title a {
  font-size: 1rem;
  line-height: 1.5625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.125rem;
  color: #333333;
}
.vote-bot .title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 21px;
  background-color: #db2e1c;
}
.vote-bot{
  padding: 1.1875rem;
}.vote-bot .vote-tou{
  margin-top: .9375rem;
}
.vote-bot .vote-tou>div{
  width: 50%;
  text-align: center;


}.vote-bot .vote-tou>div .p1{
  font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 15px;

	color: #db2e1c;
}
.vote-bot .vote-tou>div .p2{
  font-size: 14px;

  line-height: 15px;
  margin-top: 16px;

	color: #333333;
}
.vote-bot .vote-tou>.fl{
  position: relative;
}
.vote-bot .vote-tou>.fl::after{
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  right: -1px;
	height: 20px;
	background-color: #ffc602;

}.vote-div .overh img{
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}
.vote-div:hover .overh img{
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}.vote-div:hover .vote-bot  .title a{
  color:#db2e1c; 
}
.gai img{
  /* border: 1px dashed #3699ff; */

}
.voting_details .deatil-title{
	font-size: 36px;
	font-weight: bold;
margin: 30px 0 20px 0;
	line-height: 36px;

	color: #333333;

}

.voting_details .zuo-div {
  font-size: 12px;
  color: #9a9a9a;
  padding-bottom: 1.875rem;
  position: relative;
  margin-bottom: 40px;
}.voting_details .zuo-div:after{

  content: '';
  position: absolute;
  height: 1px;
  background-color: #f0f0f0;
  width: 70%;

  bottom: 0;
  left: 0;
}
.voting_details .zuo-div span {
  display: inline-block;
  margin-right: 30px;
}
.voting-ul li{
  width: 33.33%;
  float: left;
  text-align: center;
  position: relative;

  
}.voting-ul li .p1{
  font-size: 32px;

	line-height: 36px;
	letter-spacing: 0px;
	color: #db2e1c;
}


.voting-ul li .p2{
  font-size: 14px;

  line-height: 15px;
  margin-top: 16px;
	color: #4d4d4d;
}

.voting-ul li::after{
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
 
  right: -1px;
	width: 1px;
  height: 53px;
  right: -15px;
	background-color: #cccccc;

}.voting-ul li:last-child::after{
  opacity: 0;

}
.voting_time{
  width: 60%;
  margin: 50px auto;
	height: 78px;
	background-color: #db2e1c;
  border-radius: 4px;
  line-height: 78px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;

}
.voting_time span{
	font-size: 20px;

	line-height: 36px;

  margin: 0 10px ;
  color: #db2e1c;
  display: inline-block;
  width: 36px;
	height: 36px;
	background-color: #ffc602;
	border-radius: 4px;
}
.voting_details .shi-time{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
  color: #333333;
  margin-bottom: 30px;
}.voting_details .shi-time i{
  font-size: 20px !important;
  color: #000;
}
.voting_details .xing-s-p{
  font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
  color: #333333;
  padding: 30px 0;
}
.voting_details_div{
  background-color: #f7f7f7;
  padding: 0 40px 40px 40px;

  font-size: 16px;

	line-height: 36px;

	color: #333333;
}
.voting-list{
  background-color: #f7f7f7;
  padding: 0 25px 25px 25px;
  margin: 40px 0 60px;
}

.xuans-shou{
  color: #333333;
  font-size: 18px;
  margin: 15px 0;
  text-align: center;
}.tou-btn {
  text-align: center;
}
.tou-btn span{
  display: inline-block;
	width: 100px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  line-height: 24px;
	background-color: #db2e1c;
	border-radius: 4px;font-size: 14px;color: #ffffff;
}
.player-list .col-md-3{
  margin-bottom: 30px;

}
.tou-btn.active  span{
  color: #db2e1c;  background-color: #e6e6e6;

}
.event_details_top{
  margin-top: 30px;
}
.event_details_top .left{
  width: 31%;
}
.event_details_top .reg{
  width: 67%;
}
.event_details_top .huodong-time{
  color: #333333;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom:1px solid #f7f7f7;

}
.fabutime{
  color: #9a9a9a;
  font-size: 12px;
  margin-top: 15px;


}

.event_xian {
  border-bottom:1px solid #f0f0f0;
  padding-bottom: 30px;
}

.event_details .deatil-xiang{

  font-size: 24px;

}

.ul-event li{
  margin-top: 30px;
}

.event_details .details-con{
  padding: 0px 0 25px 0;
  border-top: none;
}
.position{
  margin-top: 20px;
}
.lunbo .right .top1{
height: 138px;  
overflow: hidden;
}
@media (max-width: 767px) {
  .lunbo .right .top1{
    height: auto;
   
    }
  #dropdownMenu2 .tous-img{
    margin: 0 5px;
    width: 30px;
    height: 30px;
  
    border-radius:50%;
  }#dropdownMenu2 {
 margin-left: 0px;
 line-height: 61px;
    cursor: pointer;
    width: 90px;
}
  .search-top{
    padding: 10px 0;
    top: 60px;
  }.search-body {
    padding-top: 117px;
}
  .shus-div .top1 .yin-box .ttitle-a a {

    font-size: 16px;
  }.banner .swiper-slide .top1>img{
    height: auto
  }
  .votes-l{
    margin: 0 -7.5px;
  } .votes-l .col-md-4{
    padding: 0 7.5px;
  }.vote-bot .vote-tou>div .p1 {
    font-size: 16px;
  }.vote-div {
    margin-bottom: 15px;
  }.maos {
    margin: 19px 0;
}.voting_details .deatil-title {
  font-size: 17px;

  margin: 21px 0 6px 0;


}.voting-ul li .p1 {
  font-size: 18px;
}.voting-ul li .p2 {

  margin-top: 3px;
}.voting_details .zuo-div {

  padding-bottom:15px;
  position: relative;
  margin-bottom: 15px;
}.voting_time{
  width: 100%;
  font-size: 13px;
  margin: 20px auto;
}.voting_time span {
  font-size: 16px;
}.voting_details_div{
  padding: 0 15px 15px 15px;
  font-size: 14px;
  line-height:24px;
}.voting_details .xing-s-p {
  font-size: 19px;
  padding: 20px 0;
}.voting-list{
  padding: 0 15px 15px 15px;
  margin: 20px 0 30px;
}
.player-list{
  margin: 0 -7.5px;
}.player-list .col-md-3{
  padding: 0 7.5px;
  margin-bottom: 15px;
}.xuans-shou {

  font-size: 15px;
  margin: 11px 0;
}
.maos a{

    width: 132px;

    line-height: 40px;
   
    height: 40px;
    font-size: 14px;
}
  .gai{
    margin-top: 10px;
  }.vote {
    margin-top: 10px;
}.vote-bot{
  padding: 1rem 0;
}
  html {
    font-size: 14px;
  }
  .phone {
    display: block
          
          ;
  }
  .daohang {
    display: none;
  }
  body {
    padding-top: 60px;
  }
  .lunbo .left {
    width: 100%;
  }
  .lunbo .right {
    width: 100%;
  }
  .qunbu-new .left {
    width: 100%;
  }
  .qunbu-new .right {
    width: 100%;
  }
  .search-list .search-uls li > .fl {
    width: 100%;
  }
  .search-list .search-uls li > .fr {
    width: 100%;
    margin-top: 10px;
  }
  .container {
    width: 95%!important;
  }
  .phone-div .fr{
    margin-right: 0!important;
  }
  .headerLogo{
    margin-left: 0!important;
  }
  .lunbo .banner .yasd {
    width: 100%;
  }
  .top1 .yin-box {
    height: 100px;
  }
  .lunbo .banner .yasd {
    display: none;
  }
  .lunbo .banner .top1 .yin-box .ttitle-a {
    position: absolute;
    bottom: 33px;
  }
  .lunbo .right {
    margin: 0;
  }
  .lunbo .right .top1 {
    padding: 0px 0;
    margin-top: 15px;
    display: none;
  }
  .index-gao {
    display: none;
  }
  .index-new-ul {
    width: 100%;
  }
  .index-new-ul > li {
    font-size: 16px;
  }
  .index-new .index-lunbo-news {
    display: none;
  }
  .index-ship .index-ship-list .ranking-lu li > .fl {
    width: 40%;
  }
  .index-ship .index-ship-list .ranking-lu li > .fr {
    width: 56%;
  }
  .qunbu-new .right {
    margin-top: 15px;
  }
  .qunbu-new {
    padding: 14px 0;
  }
  .shu-top .su-tite {
    font-size: 17px;
  }
  .foot-top {
    display: none;
  }
  footer {
    padding-top: 0;
  }
  .foot-bot .lods {
    margin-bottom: 10px;
  }
  .comment {
    width: 100%;
  }
  .comment .liu-box .ping-title {
    font-size: 17px;
  }
  .activity .activity-top .sna-con .sna {
    width: 30%;
  }
  .activity-a .bot-con .title a {
    height: auto;
  }
  .zixin-div .zi-ul li {
    width: auto;
    padding: 0px;
  }
  .zixin-div .zi-ul li a {
    font-size: 16px;
    padding: 4px 4px;
  }
  .search-list .search-uls li {
    margin-bottom: 0;
  }
  .search-list .search-uls li > .fr .lx-div {
    margin-top: 0.25rem;
  }
  .activitylist-div {
    margin: 7.5px -7.5px;
  }
  .activitylist-div .col-md-4 {
    padding: 0 7.5px;
  }
  .video-div {
    width: 100%;
  }
  .position {
    display: none;
  }
  .details .deatil-xiang {
    font-size: 18px;
    line-height: 26px;
  }
  .give {
    text-align: center;
    padding: 16px 0;
  }
  .give .zan {
    width: 124px;
    padding: 4px 0;
  }
  .comment .comment-top {
    margin-top: 0px;
  }
  .search-top .searfix-ul li {
    float: left;
    margin-right: 2.625rem;

  }
  .search-top .searfix-ul li a {
    font-size: 16px;
    padding: .25rem 0;
  }
  .search-list .search-uls {
    width: 100%;
  }
  .phone {
    padding: 0 15px;
  }
  .logo-a {
    line-height: 60px;
    padding: 0 10px;
    cursor: pointer;
  }
  .logo-a a {
    color: #333333;
  }
  .denglv-div .left {
    display: none;
  }
  .denglv-div .right {
    width: 70%;
    margin: auto;
    float: none;
    padding: 20px 15px;
  }
  .denglv-div .logo-div {
    width: 80%;
  }
  .denglv-div .right .title {
    font-size: 20px;
    line-height: 50px;
  }
  .denglv-div .right .tis {
    font-size: 16px;
    line-height: 50px;
  }
  footer .foot-bot .banaun {
    line-height: 20px;
  }
  .zixin-div.active {
    z-index: 99;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }
  .zixin-div {
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }
  footer .foot-bot .banaun{
    width: 100%;
    margin-left: 0;
  }.denglv-div .right{
    width: 100%;
  }
  .event_details_top .left{
width: 100%;
  }.event_details_top .reg{
    width: 100%;
    margin-top: 10px;
  }.ul-event li {
    margin-top: 20px;
}.details .deatil-xiang {
  font-size: 16px;
}
}
.activity-a .overh a {
  display: block;
  position: relative;
}
.activity-a .overh a:after {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.activity-a .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.activity-a:hover a:after {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.activity-a:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.activity-a:hover .bot-con .title a {
  color: #db2e1c;
}
.ranking-lu li .overh a {
  display: block;
  position: relative;
}
.ranking-lu li .overh a:after {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.ranking-lu li .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.ranking-lu li:hover .overh a:after {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.ranking-lu li:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.ranking-lu li:hover > .fr .title a {
  color: #db2e1c;
}
.top1 .overh > a {
  display: block;
  position: relative;
}
.top1 .overh > a:after {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.top1 .overh img {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.top1:hover .overh > a:after {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.top1:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.icon-time {
  font-size: 12px!important;
  display: inline-block;
  margin-right: 4px;
}

.qunbu-new .index-gao-img{
  margin-top: 30px;

}.ntes-nav-select {
  cursor: pointer;
  position: relative;
  outline: 0;
  float: left;
}
.ntes-nav-select-title{
 display: inline-block;
  cursor: pointer; font-size: 1rem;
  padding: 0 23px 0 10px;  color: #333333;
}
.ntes-nav-select .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}


.xialas-div >a{
  font-size: 1rem;
    color: #333333;
    display: inline-block;
  
}
.ntes-nav-select-title:hover{
 

color: #db2e1c;
}
.dropdown-menu{
  margin: -2px 0;
}

#card li {
	height: 100%;

}


.login_bot_count {
	width: 100%;
	border: 1px solid #db2e1c;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 3px;
	margin-top: 10px;
}


.login_bot_count>input {
	height: 45px;
	border: 0px;
	width: 80%;
}

.login_bot_count>input::-webkit-input-placeholder {
	color: #000000;
}

.login_bot {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.login_bot>a,
.login_bot>p {
	font-size: 12px;
	color: #898989;
}

.login_bot>p {
	width: 26%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.login_bot>p>input[type="checkbox"] {
	width: 10px;
	height: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 10px;
	position: relative;
}

.login_bot>p>input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #dedede;
}

.login_bot>p>input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #dedede;
	color: #898989;
	font-size: 12px;
	font-weight: bold;
}


/*æŒ‰é’®æ ·å¼*/

.login_account_count {
	width: 100%;
	border: 1px solid #cccaca;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 3px;
	margin-top: 10px;
}


.mobile_input {
	height: 35px;
	border: 0px;
	width: 75%;
}


.account_select_icon {
	position: relative;
	left: -8%;
	height: 10px!important;
}

.login_account_counts {
	width: 100%;
	border: 1px solid #cccaca;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 3px;
	margin-top: 10px;
}

.login_account_counts>img {
	height: 20px;
	padding-left: 5px;
}

.login_account_counts>input:nth-of-type(1){
	height: 35px;
	border: 0px;
	width: 50%;
}

.account_code {
	color: white;
	background-color: #db2e1c;
	padding: 5px;
	font-size: 12px;
	cursor: pointer;
  border: 0px;
  position: relative;
  z-index: 55;
}

.login_account_count>input::-webkit-input-placeholder {
	color: #ccc;
}

.login_account_counts>input::-webkit-input-placeholder {
	color: #ccc;
}


/*æŒ‰é’®æ ·å¼*/

.login_account_button {
	margin-top: 10px;
	width: 100%;
	border: 0px;
	height: 45px;
	font-size: 16px;
	color: white;
  background-color: #db2e1c;
}.login_account_button1{
  margin-top: 40px;
}

.login_count_b {
	width: 100%;
	display: none;
}

.login_count_b_l {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

.icon_e,
.icon_z {
	height: 18px;
}


.login_b_title>img {
	height: 22px;
	margin-right: 5px;
}

.login_b_title {
	width: 100%;
	margin-top: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: black;
	font-size: 16px;
	font-weight: 1000;
}

.libqr {
	width: 60%;
	margin: 10px 20%;
}

.libqr_text {
	width: 100%;
	text-align: center;
	color: #c4c4c4;
	font-size: 12px;
}
.delivery_count_l_b>input:focus .delivery_count_l_b{
  background-color: #db2e1c;

}

.login_account input{
  padding-left: 15px;
}
.account_img{
  width: 80px;
}
.weix-logo{
  display: none;
}
.login_account_button3{
  margin-top: 30px;
}.ma-img img{
  margin: 0 auto;
}.denglv-div .right .tis{
  display: none;
}.dropdown-menu{

 min-width: 100px;
}
.caret1{

    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;

}
.top-videos .shu-top .su-tite{
color:#db2e1c; 

}

.top-videos .shu-top::before {
  content: '';
  position: absolute;
  width: 146px;
  height: 2px;
  background-color: #db2e1c; 
  bottom: -1px;
  left: 0;
}
.neriming{
  width: 100px;
  height: 35px; 
  text-align:center;
  line-height: 35px;
  z-index: 3;
  left: 0;
  top: 0;	font-size: 16px;
  color: #fff;
	background-color: #db2e1c;
	border-radius: 0px 0px 20px 0px;
}.shus-div .swiper-wrapper .swiper-slide:nth-child(1) .neriming{
	background-color: #ffad1d;
}
.shus-div .swiper-wrapper .swiper-slide:nth-child(2) .neriming{
	background-color: #db2e1c;
}
.shus-div .swiper-wrapper .swiper-slide:nth-child(3) .neriming{
	background-color: #2f25ff;
}
.videl-san li a{
  padding: 0 70px;
  font-size: 20px;

	color: #333333;
}
.sna-video{
	height: 70px;
  background-color: #f7f7f7;
  line-height:70px;
  margin: 30px 0;
}.videl-san li {
  display:inline-block ;
  position: relative;
}.videl-san li::before{
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width:0%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  height: 3px;
  background:#db2e1c; 
}.videl-san li:hover a,.videl-san li.active a{
  color: #db2e1c; 
}.videl-san li:hover::before{
  width: 100%;  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;

}
@media(max-width:767px){
  .sna-video{
    margin: 15px 0;
    line-height: 50px;
    height: 50px;
  }
  .videl-san li a{
    font-size: 15px;
    padding:0 10px;
  }

  .qunbu-new .right{
    position: relative;
  }
}.index-content .index-gao .index-gaos-divs > div img{
  width: 100%!important;
}.gai  iframe,.index-gao-img iframe{
  width: 100%!important;
}.qunbu-new .index-gao-img img{
  width: 100%!important;

 
}

.ma-divs {
  width: 10%;
  margin-left: 2%;

}.ma-divs img{
  width: 100%;
  background: #fff;
  padding:0px ;
  border: 1px solid #eeeeee;
}
.index-new.qunbu-new .right{
  position: relative;
}
.index-ship .activity-a .overh>a>img{
  height: 170px;
  overflow: hidden;
}
.video-div .top1 .overh>a> img{

  height: 318px;
}#videolists2 .activity-a .overh>a> img{
  height: 176px;
}.ranking-lu li .overh>a> img{
  height: 88px;

}
#inforList{
  min-height: 1900px;
}
#voteList .vote-div .overh>a> img{
  height: 269px;

}
#activeList .activity-a .overh img{
  height: 273px;

}.event_details .left{
  min-height: 1550px;
}
#top1.top1 .overh img{
max-height:200px ;
}

.qunbu-new2{
min-height: 1950px;
}
@media(max-width:767px){
  .index-new-ul-div img,.search-list .search-uls li .overh img{
    max-width: 100%!important;
   
  }
  .index-gaos-divs{
    display: none;
  }

  #top1.top1 .overh img{
    width: 100%!important;
  }
  .shou-gao{
    max-height: 100px;
    overflow: hidden;
    margin: auto;
    margin-top: 10px;
    width: 95%;
  }
}
#advert11,#advert12{
  height: 170px;
/* background: #ffad1d; */
overflow: hidden;
}
#advert8,#advert9,#advert10{
  width: 33.33%;
  height: 90px;
  overflow: hidden;
  margin: 10px 0;
}
.gai{
  height: 90px;
  overflow: hidden;
}
.details  .index-gao-img{
  height: 80px;
  overflow: hidden;
}
.zuan-uls1 li{
float: left;
width: 20%;
text-align: center;
}.zuan-uls1 li a{
  font-size: 20px;	color: #333333;
  display: inline-block;

}
.special-top{
  height: 70px;
	background-color: #fcfcfc;
	box-shadow: 0px 8px 20px 0px 
    #f5f5f5;
    line-height: 70px;
    margin-bottom: 50px;
}

.zuan-uls1 li:hover a,.zuan-uls1 li.active a{
  color: #db2e1c;

  border-bottom: 2px solid #db2e1c;

}

.gengduos a{
  width: 164px;
	height: 50px;
	background-color: #e74c3c;
  border-radius: 8px;
  color: #FFf;
  line-height: 50px;
  display: inline-block;

}.gengduos{
  margin: 30px 0;
}
.contets{

  width: 1005px;
  margin: 0 auto;
}
.zuan-xiangs .biao{
	font-size: 30px;

	line-height: 40px;

  color: #333333;
  margin: 30px 0;
text-align: center;
}
.zuan-xiangs  .zuo-div{
	font-size: 12px;


	color: #9a9a9a;
}
.zui-xin span{
  font-size: 32px;

	color: #db2e1c;
}.zui-xin  .zuu-uls{
  display: inline-block;
  margin-top: 10px;
}.zui-xin  .zuu-uls li{
  display: inline-block;
  padding:5px 10px;
 
	border-radius: 4px;
  border: solid 1px #e5e5e5;
  margin: 0 20px;
  cursor: pointer;
}.zui-xin  .zuu-uls li:hover,.zui-xin  .zuu-uls li.active{
  background-color: #e74c3c;
  color: #FFf;
}
.zui-xin{
  margin-bottom:27px ;
}
.zuans-d .bins .fl{
	font-size: 32px;
  color: #db2e1c;
  position: relative;
}.zuans-d .bins .fr a{
  font-size: 18px;


	color: #9a9a9a;
}.zuans-d .bins {
  padding-bottom: 50px;
}.zuans-d .bins .fr a:hover{
  color: #db2e1c;
}.zuans-d .bins .fl:after{
  content: '';
  position: absolute;	width: 140px;
	height: 8px;
  background-color: #db2e1c;
  left: 0;
  bottom: -15px;

}.zuans-d {
  margin-bottom: 10px;
}
@media(max-width:1005px){
  .contets {
    width: 95%;
  
}
}
@media(max-width:767px){


.zuan-uls1 li a {
    font-size: 14px;
  }
  .special-top {
    height: 50px;


    line-height: 50px;
    margin-bottom: 20px;
}.zui-xin span {
  font-size: 18px;
}.zui-xin .zuu-uls li {
  margin: 0;    padding: 5px 7px;
}.activity-a .bot-con .shuxiang .das{
  display: none;
}
.read-a{
  width: 100%;
  text-align: right;
  margin-top: 10px;
}.activity-a .bot-con {
  padding: 1rem;
}.activity-a{
  margin-bottom: 15px;
}.zuans-d .bins .fl {
  font-size: 17px;
}.zuans-d .bins .fl:after{
  width: 60px;
  height: 2px;
}.zuans-d .bins .fr a {
  font-size: 14px;
  line-height: 30px;
}.zuans-d .bins {
  padding-bottom: 25px;
}.zuan-xiangs .biao {
  font-size: 18px;
  line-height: 29px;    margin: 9px 0;
}.details .details-con {
  font-size: 1rem;
  line-height: 27px;
  margin-top: 10px;
  padding: 20px 0;

}
}
.shuxiang{
  margin-top: 5px;
}
footer .foot-sus1 li:nth-child(2)>a{
  display: block;

}footer .foot-sus1 li:nth-child(1){
  width: 70%;
  line-height: 30px;
}footer .foot-sus1 li:nth-child(2){
  width: 27%;
  float: right;
}