.top-title {
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    color: #666666;
    opacity: 0.3;
}
.top-title>p,.top-title>p>span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #666666;
}
.back-img {
    background: url('../../images/gywm/images/banner（合并）.png') no-repeat 100% 100% ;
    width: 100%;
    height: 581px;
    background-size: 100% 100%;
}
.nav-mine>.a{
    float: left;
    color: #ffffff;
    margin-right: 40px;
    padding: 10px 0;
    margin-top: 20px;
}
.a>a{
    color: #ffffff;
}
.top-nav{
    background-color: rgba(30, 55, 80,0.4);
    height: 78px;
    z-index: 1000;
    /* line-height: 78px; */
}
.nav-mine > .a:nth-child(1){
   display: inline-block;
   width: 100px;
   height: 68px;
   margin-top: 5px;
}

.nav-mine>.a:nth-child(1)>span{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url('../小泥人logo/组2（合并）.png') no-repeat 0 0;
    background-size:contain;
}
.nav-mine>.a:hover>a{
  border-bottom: 1px solid #ffffff;
}
.p1select,.p2select,.p3select{
    position: absolute;
    display: inline-block;
    width: 120px;
    vertical-align: middle;
    display: none;
}
.p1select>a,.p2select>a,.p3select>a{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: rgba(30, 55, 80,0.4);
    text-align: center;
}
.p1select,.p2select,.p3select{
    height: 30px !important;
    margin-top: 30px;
    margin-left: -20px;
}
.p1select>a,.p2select>a{
    display: inline-block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.selectList1{
    height: 200px;
}
.selectList2 {
    height: 120px;
}
.selectList3{
    height: 100px;
}
.selectList1:hover>.p1select{
  display: block;
}
.selectList2:hover>.p2select{
    display: block;
  }
  .selectList3:hover>.p3select{
    display: block;
  }
  .top-nav button{
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    border: none;
    outline: none;
    margin-top: 28px;
  }
  .login-btn {
      color: rgb(20, 136, 237);
      margin-right: 20px;
  }
  .on-trial-btn {
      color: #ffffff;
      background-color: rgb(20, 136, 237);
  } 