/**
  iiy css页面
*/

/************************首页************************************/

.iiy-all{
    width: 100%;
}

.iiy-all ul{
    list-style: none;
    margin: auto;
    padding-left: 0;
    width: 65%;
}

.iiy-all ul li {
     /* width: 375px; */
     width: 30%;
     height: 420px;
     /* border: 1px solid; */
     display: inline-block;
     position: relative;
     background-repeat: no-repeat;
     background-size: 100%;
}

.iiy-all-title{
    font-weight: normal;
    text-align: center;
    position: absolute;
    bottom: 35px;
    width: 100%;
}

.iiy-all-title .text{
    color: #333333;
}

.iiy-all-title .text-but{
    color: #ffffff;
    width: 45%;
    height: 42px;
    line-height: 42px;
    background: #000000;
    cursor: pointer;
    margin: auto;
    font-size: 15px;
}


/******详情页 *****/
.top-label{
    text-align: center;
    font-family: PingFang, PingFang-SC-Medium;
    font-weight: normal;
    width: 95%;
    
}

#detailsImg{
    display: block;
    width: 50%;
}

#goNext{
    width: 85px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    text-align: center;
    background: #9696960d;
    margin-top: 15px;
    border-radius: 4px;
    cursor: pointer;

}