.line {
  height: 1px;
  background-color: #333;
  border: 0px;
}

body {
  background-color: #0A1627;
  padding: 0px;
  margin: 0px;
  color: white;
}


.container {
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}


.backg {
  background-color: #0A1627;
}

.backg1 {
  background-color: #000;
}
.content .backg2 {
  background-color: #FFD832;
}

.content {
  font-size: 0px;
}


p {
  line-height: 25px;
  letter-spacing: 1.5px;
  font-size: 15px;
}

img {
  max-width: 100%;
}

.logo {
  float: left;
  width: 150px;
  padding: 5px 0px;
  margin-left: 50px;
}

.menu,.menu1 {
  float: right;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  margin-right: 80px;
}

.interval {
  font-size: 8px;
  padding: 3px;
  color: #70706f;
  font-weight: 200;
}


.menu-txt {
  cursor: pointer;
  color: #eee;
}

.menu-txt:hover {
  color: #666;
  border-color: rgba(0, 0, 0, 0.2);
}

.tcolor {
  color: #A854FF;
}

.clear {
  clear: both;
}


.inline-block {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  box-sizing: border-box;
}


a {
  text-decoration: none;
}


.time-content h4 {
  font-size: 18px;
  margin: 10px 0 0 0;
  color: #8C91FF;
}


.huodong p {
  position: relative;
  top: -140px;
  font-size: 16px;
}


.width1 {
  width: 1354px;
  margin: 0 auto;
}


.layout {
  width: 20%;
  padding-top: 100px;
}
.content .layout{
  vertical-align: top;
}

.list {
  width: 80%;
  font-size: 15px;

  text-align: left;
  padding: 30px 80px 80px 0;
  position: relative;
}
.line-div{
  font-size: 0px;
}
.tab {
  display: block;
  background-color: #7A50FF;
  border-radius: 5px;
  width: 120px;
  height: 35px;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  margin: 30px 0px 30px 50px;
  cursor: pointer;
}
.bcolor{
  color: #7A50FF;
}
.tab:hover{
  background-color: #643CFF;
}
.footer{
  padding: 50px 0px;
}
.tits{
  color: #B0B0B0;
}
.litle-img{
  width:50px;
  margin-right: 10px;
}

.back-top{
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  right: 50px;
  bottom: 20px;
  background-color: #eee;
  color: #666;
  box-shadow: 1px 1px 4px rgba(0 ,0 ,0 ,0.8);
  line-height: 52px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.back-top i{
  font-size: 30px;
}
.load{
  text-align: center;
}
.title-color{
  color: #FFD832;
  background-color: #5A5A5A;
}
.fcolor{
  color: #FFD832;
}
.load i{
  font-size: 50px;
}
.hide{
  display: none;
}

.menu1{
  display: none;
}
a {
  color: unset;
}
.layui-col-xs2 {
  width: 20%;
  margin-bottom: 20px;
}
.padding {
  padding: 0 10px;
}
.fish{
  border-radius: 5px;
  background-color: #eee;
}
.fish img{
  border-radius: 5px 5px 0 0;
}
.fish p{
  padding-left: 10px;
  color: #333;
  font-size: 13px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.fish .finsg-id{
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 750px){
  .container  .width1{
    width: 100%;
  }
  .menu1{
    display: block;

    margin-right:25px
  }
  .menu{
    display: none;
  }
  .logo{
    margin-left: 20px;
  }
  .layout,.list{
    display:block;
    width: 100%;

  }
  .layout{

    text-align: left;
    padding: 10px 20px;
  }
  .list{
    padding: 10px 20px;
  }

  .tab{
    display: inline-block;
    margin: 10px 4% 10px 0;
    text-align: center;
    width: 30.3%;
  }
  .layout :nth-child(3){
    margin: 10px 0;
  }

  #view .layui-col-xs2{
    width: 33.33%;
  }
  .padding{
    padding: 0 5px;
  }
  #selectForm .layui-col-xs2{
    width: 33.33%;
  }
  #view , #selectForm{
    margin: 0 -5px;
  }
  .content .list {
    margin-top: 10px;
  }
  .fish p{
    font-size: 10px;
  }


}