/* äº§å“åˆ—è¡¨ */
.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 100%;
    padding: 5px 0;
}

.pics ul a {
    display: block;
    overflow: hidden;
}

.pics ul i {
    display: block;
    padding: 0.5rem 2rem;
    border: 1px solid #535353;
}

.pics ul li a i img {
    width: 100%;
}

.pics ul a p {
    padding: 0 10px 0 60px;
    font: 400 16px/48px 'å¾®è½¯é›…é»‘';
    color: #fff;
    text-align: right;
    background: #535353 url(../images/pic_logo.png) no-repeat 20px center/50px;
}

@media (min-width: 1200px) {
    .pics {}

    .pics ul {
        display: flex;
        flex-wrap: wrap;
    }

    .pics ul li {
        width: 25%;
        padding: 10px;
    }

    .pics ul li a {
        perspective: 500px;
        display: block;
    }

    .pics ul li a i {
        padding: 15px 60px;
        background: #fff;
        border: 3px solid #535353;
    }

    .pics ul li a i img {
        transform-origin: center center;
        transition: 0.3s;
    }

    .pics ul a p {
        padding: 0 20px 0 120px;
        font: 400 18px/74px 'å¾®è½¯é›…é»‘';
        color: #fff;
        background: #535353 url(../images/pic_logo.png) no-repeat 20px center;
    }

    .pics ul li a:hover i {
        border-color: #5ea65a;
    }

    .pics ul li a:hover i img {
        transform: scale(0.9);
    }

    .pics ul li a:hover p {
        background-color: #5ea65a;
    }
}


/* äº§å“è¯¦æƒ… */
.pic-er {}

.pic-er-left i {
    display: block;
    padding: 5px 75px;
    border: 1px solid #5ea65a;
}

.pic-er-left i img {
    width: 100%;
}

.pic-er-left p {
    font: 400 18px/36px 'å¾®è½¯é›…é»‘';
    color: #fff;
    text-align: center;
    background: #5ea65a;
}

.pic-er-right {
    margin-top: 10px;
}

.pic-er-attr {
    display: flex;
    margin-bottom: 5px;
    font: 400 14px/20px 'å¾®è½¯é›…é»‘';
    background: #e5e5e5;
}

.pic-er-right span {
    width: 100px;
    margin-right: 10px;
    padding: 0 0 0 10px;
    color: #fff;
    background: #5ea65a;
}

.pic-er-info {
    padding: 20px 0 10px;
    font: 400 16px/30px 'å¾®è½¯é›…é»‘';
}

.pic-er-detail {
    font: 400 14px/24px 'å¾®è½¯é›…é»‘';
    color: #000;
}

.pic-er-p {
    font: 400 14px/24px 'å¾®è½¯é›…é»‘';
    color: #fff;
}

.magnifyingShow {
    display: none;
}

@media (min-width: 1200px) {
    .pic-er {
        padding-top: 75px;
        padding-left: 150px;
        padding-right: 150px;
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }


    .pic-er-left i {
        display: block;
        width: 420px;
        padding: 0 93px;
        background: #fff;
        border: 3px solid #5ea65a;
    }


    .pic-er-left p {
        width: 100%;
        font: 400 24px/96px 'å¾®è½¯é›…é»‘';
        color: #fff;
        text-align: center;
        background: #5ea65a;
    }

    .pic-er-right {
        width: 425px;
    }

    .pic-er-attr {
        display: flex;
        margin-bottom: 25px;
        font: 400 16px/20px 'å¾®è½¯é›…é»‘';
        background: #e5e5e5;
    }

    .pic-er-right span {
        width: 100px;
        margin-right: 20px;
        padding: 0 0 0 10px;
        color: #fff;
        background: #5ea65a;
    }

    .pic-er-info {
        padding: 20px 0 10px;
        font: 400 16px/30px 'å¾®è½¯é›…é»‘';
    }

    .pic-er-detail {
        font: 400 14px/24px 'å¾®è½¯é›…é»‘';
        color: #000;
    }

    /* å•ç‰‡æ”¾å¤§å›¾ */
    .con-FangDa {
        width: 100%;
        background: #fff;
    }

    .con-fangDaIMg {
        width: 420px;
        height: 420px;
        position: relative;
        background-color: #454545;
        border: 1px solid #eee;
    }

    .magnifyingBegin,
    .magnifyingShow {
        position: absolute;
        display: none;
        top: -2px;
    }

    .con-fangDaIMg>img {
        width: 100%;
        height: 100%
    }

    .magnifyingBegin {
        width: 105px;
        height: 105px;
        left: 0;
        background: rgba(70, 70, 70, 0.4);
        cursor: move
    }

    .magnifyingShow {
        overflow: hidden;
        left: 430px;
        top: 0;
        width: 420px;
        height: 420px;
        background: #fff;
        border: 1px solid #eee;
    }


    .magnifyingShow>img {
        width: 434px;
        height: 800px;
        margin-left: 0;
        margin-top: 0;
    }
}