body {
    background: #f6f6f6;
}

#ul1 {
    width: 1180px;
    margin: 120px auto 100px;
    overflow: hidden;
}

#ul1 li.last {
    margin-right: 0px;
}

#ul1 li {
    width: 375px;
    float: left;
    margin-right: 18px;
}

section {
    overflow: hidden;
    padding-bottom: 4px;
}

#ul1 li>div {
    border: 1px solid #e2e2e2;
    background: #ffffff;
    padding: 30px 30px 20px 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

/*#ul1 li div section > img:hover {*/
    /*-webkit-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
    /*transition: 1s;*/
    /*-webkit-transition: 1s;*/

/*}*/

#ul1 li div section > img {
    width: 100%;
    /*display: block;*/
    /*transition: 1s;*/
    /*-webkit-transition: 1s;*/
}

#ul1 li p {
    font-size: 12px !important;
    text-align: left;
    margin: 10px 0 0 5px;
    color: #161616;
}

#ul1 li p span {
    font-family: "苹方"!important;
    font-size: 12px !important;
    color: #333333!important;
}
#ul1 li p a {
    color: #e4bf67!important;
}
#ul1 li a div p {
    text-align: left;
}
#ul1 li div section div {
    padding: 0;
    width: 55px;
    height: 55px;
    background: none;
    border-radius: 55px;
    position: relative;
    z-index: 5;
    margin: -30px auto 0;
    box-shadow: 0 2px 2px #e6e6e6;
    border: 2px solid #fff;
}

#ul1 li div section div img {
    width: 100%;
    border-radius: 50%;
}
/*微博弹窗入口*/
.entrance {
    position: fixed;
    right: 35px;
    bottom: 110px;
    border: 1px solid #353535;
    width: 60px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
}
.entrance p{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 18px;
    display: block;
    font-size: 38px;
    transition:all .3s;
    -webkit-transition: all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;

}
.entrance.click{
    z-index: 999;
}
.entrance.click p{
    transform: rotate(45deg);
    webkit-transform: rotate(45deg);
    -moz-transform:rotate(10deg);
    -o-transform:rotate(10deg);
}
.entrance img {
    width: 100%;
    cursor: pointer;
}

#weibo {
    display: none;
    position: fixed;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 370px;
    text-align: center;
    margin: auto;
    border-radius: 6px;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #f9f9f9;
    overflow: hidden;
    z-index: 9999;
}
@media (max-width: 1190px) {
    #ul1 {
        width: 786px;
    }
}
@media (max-width: 760px) {
    #ul1 li div section div {
        padding: 0;
        width: 40px;
        height: 40px;
        background: none;
        border-radius: 40px;
        position: relative;
        z-index: 5;
        margin: -22px auto 0;
        box-shadow: 0 2px 2px #e6e6e6;
        border: 2px solid #fff;
    }
    #ul1 li div {
        border: 1px solid #e2e2e2;
        background: #ffffff;
        padding: 15px 15px 20px 15px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .entrance {
        position: fixed;
        left: 0.5333rem;
        bottom: 1.6rem;
        border: 1px solid #353535;
        width: 60px;
        height: 60px;
        text-align: center;
        cursor: pointer;
        background: #ffffff;
        z-index: 99;
    }
    #ul1 {
        width:9.0667rem;
        margin: 0.4rem auto 0;
    }
    #ul1 li {
        width: 9.0667rem;
        float: left;
    }
}
@media (max-width: 320px) {
    #ul1 {
        width: 9.34rem;

    }
    #ul1 li {
        width: 4.5333rem;
        margin-right:0.2667rem;
        float: left;
    }
}
@media (max-width: 375px) {
    #ul1 {
        width: 9.34rem;
    }
    #ul1 li {
        width: 4.5333rem;
        margin-right:0.2667rem;
        float: left;
    }
}
@media (max-width: 600px) {
    #ul1 {
        width: 9.34rem;
        margin: 1.8rem  auto 0;
    }

    #ul1 li {
        width: 4.5333rem;
        float: left;
        margin-right:0.2667rem;
    }
}