/**
  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: 365px;
       /* 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: 6%;
    width: 100%;
}

.iiy-all-title .text{
    color: #333333;
}

.iiy-all-title .text-but{
    color: #ffffff;
    width: 41%;
    height: 36px;
    line-height: 36px;
    background: #000000;
    cursor: pointer;
    margin: auto;
    font-size: 14px;
}


/******详情页 *****/
.top-label{
    text-align: center;
    font-family: PingFang, PingFang-SC-Medium;
    font-weight: normal;
    width: 95%;
    
}

#detailsImg{
    display: block;
    width: 50%;
}

#goNext{
    width: 55px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-align: center;
    background: #9696960d;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
    /* font-size: 12px; */
}