* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.w1220 {
  width: 1220px;
  margin: 0 auto;
}
.contain {
  width: 100%;
}
.contain .banner {
  width: 100%;
  height: 180px;
  background: url(love-banner.jpg) no-repeat;
  background-position: bottom;
}
.contain .contlists {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  margin-top: -50px;
}
.contain .contlists li {
  float: left;
  margin-right: 2px;
  opacity: 0.8;
  background: #fff;
  width: 169px;
  height: 50px;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.contain .contlists .active {
  font-size: 18px;
  color: #1E59E0;
  opacity: 1;
  font-weight: bold;
}
.contain .contlists li:nth:last-child {
  margin-right: 0;
}
/**/
.hot-head {
  text-align: center;
  position: relative;
}
.hot-title {
  text-align: center;
  margin-left: 38px;
}
.hot-title .hot-fw {
  font-size: 48px;
  color: #333333;
  position: relative;
  font-weight: bold;
}
.hot-title .hot-fw::after {
  content: "";
  width: 190px;
  height: 5px;
  background-color: #FB9553;
  position: absolute;
  top: -10px;
  left: -2px;
}
.hot-title .hot-time {
  display: inline-block;
  font-size: 18px;
  color: #999999;
  position: relative;
  transform: rotate(-270deg);
  vertical-align: top;
  margin-top: 23px;
}
.hot-title .hot-time::after {
  content: "";
  width: 5px;
  height: 16px;
  background-color: #FECCAC;
  position: absolute;
  top: 4px;
  left: -24px;
}
/**/
.hot-head .hot-title-tab {
  display: inline-block;
  background: #ffffff;
  border-radius: 50px;
  font-size: 0;
  margin-top: 20px;
}
.hot-head .hot-title-tab>span {
  font-size: 40px;
  color: #333333;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 20px;
  background: #FBF4EF;
}
.hot-head .hot-title-tab>span.active {
  background: #1677FF;
  color: #ffffff;
}
.hot-head .hot-title-tab>span:nth-of-type(1){
  border-radius: 50px 0 0 50px;
}
.hot-head .hot-title-tab>span:nth-of-type(2) {
  border-radius: 0 50px 50px 0;
}
/**/
.main {
  width: 100%;
  min-height: 300px;
  margin-bottom: 50px;
}
.main .main-In {
  width: 1200px;
  margin: 0 auto;
  min-height: 300px;
}
.main .main-In .online {
  display: block;
  margin-top: 54px;
}
.main .main-In .online .more {
  width: 206px;
  height: 64px;
  display: inline-block;
  font-size: 26px;
  color: #666666;
  letter-spacing: 0;
  line-height: 64px;
  padding-right: 16px;
  background: url(more.png) no-repeat 164px 24px;
}
.main .main-In .online ul {
  min-height: 300px;
  margin-top: 30px;
  overflow: hidden;
}
.main .main-In .online .hot-content>div {
  display: none;
}
.main .main-In .online .hot-content>div.active {
  display: block;
}
.main .main-In .online ul li {
  width: 100%;
  height: 90px;
  line-height: 90px;
  background: #FBF4EF;
  border-radius: 8px;
  margin-bottom: 20px;
}
.main .main-In .online ul li span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF984F;
  display: inline-block;
  margin-left: 32px;
}
.main .main-In .online ul li p {
  display: inline-block;
  margin-left: 14px;
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  vertical-align: middle;
  cursor: pointer;
  /* 显示的宽度 */
  width: 820px;
  text-overflow: ellipsis;
  /* 让他变成省略号 */
  overflow: hidden;
  /* 超出部分影藏 */
  white-space: nowrap;
  /* 让他超出不换行 */
}
.main .main-In .online ul li p:hover {
  color: #1677FF;
}
.main .main-In .online ul li .online-gan {
  height: 36px;
  margin-right: 40px;
  display: none;
}
.main .main-In .online ul li .online-gan a {
  font-size: 26px;
  vertical-align: middle;
  line-height: 26px;
  color: #1677FF;
}
.main .main-In .online ul li .online-gan b {
  height: 28px;
  width: 2px;
  margin: 0 4px;
  vertical-align: middle;
  line-height: 26px;
  display: inline-block;
  background-color: #1677FF;
}
/*.main .main-In .online ul li.active {*/
/*  background: #FFFFFF;*/
/*  box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.3);*/
/*  border-radius: 8px;*/
/*}*/
/*.main .main-In .online ul li.active {*/
/*  background: #FFFFFF;*/
/*  box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.3);*/
/*  border-radius: 8px;*/
/*}*/
/*.main .main-In .online ul li.active span {*/
/*  background: #1677FF;*/
/*}*/
/*.main .main-In .online ul li.active p {*/
/*  color: #1677FF;*/
/*  font-weight: bold;*/
/*}*/
/*.main .main-In .online ul li.active div {*/
/*  display: block;*/
/*}*/


.main .main-In .online ul li:hover {
  background: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.3);
  border-radius: 8px;
}
.main .main-In .online ul li:hover span {
  background: #1677FF;
}
.main .main-In .online ul li:hover p {
  color: #1677FF;
  font-weight: bold;
}
.main .main-In .online ul li:hover div {
  display: block;
}
.noitem {
  height: 400px;
  width: 200px;
  background: url(noitem.png) no-repeat center center;
  margin: 20px auto;
}

/* 弹出 */
.tanchubg{
  opacity: 0.55;
  background: #000000;
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tanchu{
  height: 220px;
  width: 400px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  z-index: 1000;
}
.tanchu .top{
  width: 400px;
  height: 160px;
  padding: 15px 15px;
  border-bottom: 1px solid #D8D8D8
}
.tanchu .top em{
  height: 24px;
  width: 24px;
  cursor: pointer;
  background: url(close_icon.png) center center no-repeat
}
.tanchu .top span{
  font-size: 20px;
  color: #2B2F32;
  width: 370px;
  text-align: center;
  font-weight: bold;
  text-align: center;
}
.tanchu .top p{
  width: 370px;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  color: #333333;
}
.tanchu .bottom{
  height: 60px;
  width: 100%;
  font-size: 18px;
  color: #448AF0;
  line-height: 60px;
}
.tanchu .bottom div{
  width: 1px;
  height: 42px;
  background: #D8D8D8;
  margin-top: 9px
}
.tanchu .bottom i{
  display: inline-block;
  float: left;
  width: 199px;
  text-align: center;
  cursor: pointer;
  font-style: normal;
}
