﻿body {
    background: #f3f3f3;
    position: relative;
}
@media(min-width:1025px) {
    .target {
        background: #e3d9c7;
        width: 100px;
        height: 32px;
        z-index: 1;
        border-radius: 5px;
        transition: all 0.35s ease-in-out;
    }

    .defaultTarget {
        transform: translateX(-160px);
    }
    .paging {
        width: 1200px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .paging a, .paging span {
            padding: 5px 10px;
            background: #3f3f3f;
            color: #ffffff;
            margin-right: 5px;
        }

            .paging span.current {
                background: #c60000
            }
            .paging span.prev {
                background: #3f3f3f
            }
            .head {
                height: 256px;
                background: url(/WebUI/PaintingVideo/Images/head-iphone.png) no-repeat;
                background-size: cover;
                background-position: 50% 50%;
                overflow: hidden;
            }
    .iphone{display:none;}
    .search {
        width: 724px;
        height: 45px;
        border: 3px solid #b8b8b9;
        margin: auto;
        position: relative;
        margin-top: 155px;
        background: #fff;
        border-radius: 20px;
    }

        .search input {
            width: 592px;
            padding: 12px 5px;
            margin: 0;
            border: 0;
            border-radius: 20px;
        }

            .search input:focus {
                outline: none;
            }

        .search a {
            width: 122px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            background: #f4313f;
            color: #fff;
            letter-spacing: 15px;
            text-indent: 15px;
            border-radius: 20px;
        }

            .search a:hover {
                text-decoration: none;
            }
    .logo{position:absolute;top:25px;left:180px;}
    .head-tool{display:none;}
    .nav {
        width: 1200px;
        margin: auto;
        overflow: hidden;
        position: relative;
        border-bottom: 2px solid #c9c9c9;
    }

    .nav-item {
        width: 1157px;
        z-index: 555;
        position: relative;
        padding-left: 10px;
    }

        .nav-item a {
            float: left;
            height: 54px;
            padding: 0 5px;
            line-height: 54px;
            color: #000000;
            margin-right: 40px;
            text-decoration: none;
        }
            .nav-item a.e {
                color: #f4313f;
            }
            .nav-item a:hover {
                color: red;
            }

            .nav-move {
                position: absolute;
                top: 0;
                right: 0;
                width: 43px;
                height: 54px;
                text-align: center;
                line-height: 54px;
                cursor: pointer;
            }

        .nav-move i {
            font-size: 18px;
        }
    .title {
        font-size: 36px;
        width: 1200px;
        margin: 0 auto;
        color: #000000;
        margin-top: 46px;
        position:relative;
    }

    .title-desc {
        font-size: 14px;
        text-align: center;
        color: #000000;
        margin-top: 5px;
    }

    .item {
        width: 1200px;
        margin: 0 auto;
        margin-top: 23px;
        overflow: hidden;
        min-height: 1000px;
    }

    .info {
        width: 233px;
        float: left;
        margin: 0 2px;
        height: 329px;
        margin-bottom: 50px;
    }
        .info img {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

            .info img:hover {
                -webkit-transform: scale(1.1,1.1);
                -moz-transform: scale(1.1,1.1);
                transform: scale(1.1,1.1);
            }

    .info-icon {
        width: 233px;
        height: 329px;
        background: url(/WebUI/PaintingVideo/Images/icon-bg-pc1.png) no-repeat;
        display: block;
        overflow: hidden;
    }

        .info-icon span {
            display: block;
            width: 165px;
            height: 257px;
            overflow: hidden;
            margin-top: 30px;
            margin-left: 35px;
        }

    .info-attr {
        height: 40px;
        line-height: 40px;
        padding: 0 10px 0 25px;
    }

        .info-attr span {
            float: right;
            color: #999999;
        }

            .info-attr span i {
                font-size: 20px;
                margin-right: 2px;
            }

            .info-attr span label {
                font-size: 14px;
                color: #999999;
            }
    .cread{position:absolute;right:0; top:25px;}
    .content {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index:1;
    }
    .head-user {
        position: absolute;
        color: #ffffff;
        top: 30px;
        right:100px;
    }
    .homeleft {
        background: url(/WebUI/PaintingVideo/Images/homeleft1.jpg) no-repeat;
        position: absolute;
        top: 445px;
        left: 0;
        width: 263px;
        height: 1017px;
        z-index: 0;
    }
    .homeright {
        background: url(/WebUI/PaintingVideo/Images/homeright2.jpg) no-repeat;
        position: absolute;
        top: 545px;
        right: 0;
        width: 447px;
        height: 827px;
        z-index: 0;
    }
    .ipd {
        display: none;
    }
    .noindex{display:none;}
}

@media screen and (min-width:701px) and (max-width:1024px) {
    .paging {
        display: none;
    }

    .head {
        height: 3.125em;
    }

    .search {
        display: none;
    }

    .head-tool {
        float: right;
        height: 3.125em;
        line-height: 3.125em;
    }

        .head-tool i {
            color: #fff;
            font-size: 30px;
            margin-right: 0.4em;
        }

    .head-top {
        height: 3.125em;
        background: #000000;
        position: relative;
    }

    .logo {
        float: left;
        margin-top: 0.5em;
        margin-left: 0.5em;
    }

    .nav-iphone {
        display: none;
    }

    .cread {
        display: none;
    }

    .nav-move {
        display: none;
    }

    .nav {
        height: 36px;
        background: #fff;
        overflow: auto;
    }

        .nav .nav-item {
            height: 36px;
            /*width: 260%;*/
        }

            .nav .nav-item a {
                float: left;
                height: 36px;
                line-height: 36px;
                margin: 0 15px;
            }

                .nav .nav-item a.e {
                    height: 34px;
                    color: #f4313f;
                    border-bottom: 2px solid #f4313f;
                }

    .contentItem {
        background: url(/WebUI/PaintingVideo/Images/hotbg1.jpg) repeat #fff;
        overflow: hidden;
        position: relative;
        margin: 0.3em 0;
        padding-bottom: 1em;
    }

        .contentItem .title {
            font-size: 24px;
            color: #d00202;
            margin-top: 0.2em;
            text-indent: 0.5em;
        }

        .contentItem .title-desc {
            display: none;
        }

        .contentItem .info {
            float: left;
            width: 25%;
            height: 310px;
            /*width: 33.3%;
            height: 189px;*/
            /*height:169px;*/
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .contentItem .info-icon {
            width: 190px;
            height: 280px;
            display: block;
            overflow: hidden;
            background: url(/WebUI/PaintingVideo/Images/icon-bg-pc.png) no-repeat;
            background-size: cover
        }

            .contentItem .info-icon span {
                display: block;
                width: 128px;
                height: 192px;
                overflow: hidden;
                margin-top: 44px;
                margin-left: 30px;
            }

    .info-attr span {
        display: none;
    }

    .head-user {
        float: right;
        color: #ffffff;
        height: 3.125em;
        line-height: 3.125em;
        margin-right: 0.1em;
    }
    .pc{display:none;}
}

@media(max-width:700px) {
    .paging {
        display: none;
    }
    .head {
        height: 3.125em;
    }

    .search {
        display: none;
    }

    .head-tool {
        float: right;
        height: 3.125em;
        line-height: 3.125em;
    }

        .head-tool i {
            color: #fff;
            font-size: 30px;
            margin-right: 0.4em;
        }

    .head-top {
        height: 3.125em;
        background: #000000;
        position: relative;
    }
    .logo {
        float: left;
        margin-top: 0.5em;
        margin-left: 0.5em;
    }
    .nav-iphone{display:none;}
    .cread{display:none;}
    .nav-move{display:none;}
    .nav{height:36px;background:#fff; overflow:auto;}
        .nav .nav-item {
            height: 36px;
            /*width: 290%;*/
        }
        .nav .nav-item a {
            float:left;height:36px;line-height:36px;margin:0 15px;
            font-size:14px;
        }
            .nav .nav-item a.e {
                height: 34px;
                color: #f4313f; border-bottom: 2px solid #f4313f;
            }
    .contentItem {
        background: url(/WebUI/PaintingVideo/Images/hotbg1.jpg) repeat #fff;
        overflow: hidden;
        position: relative;
        margin: 0.3em 0;
        padding-bottom: 1em;
    }

        .contentItem .title {
            font-size: 24px;
            color: #d00202;
            margin-top: 0.2em;
            text-indent: 0.5em;
        }

        .contentItem .title-desc {
            display: none;
        }

        .contentItem .info {
            float: left;
            width: 33.3%;
            height: 189px;
            /*height:169px;*/
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .contentItem .info-icon {
            width: 112px;
            height: 169px;
            display: block;
            overflow: hidden;
            background: url(/WebUI/PaintingVideo/Images/icon-bg-iphone.png) no-repeat;
        }

            .contentItem .info-icon span {
                display: block;
                width: 96px;
                height: 144px;
                overflow: hidden;
                margin-top: 9px;
                margin-left: 8px;
            }

    .info-attr span {
        display: none;
    }
    .head-user {
        float: right;
        color: #ffffff;
        height: 3.125em;
        line-height: 3.125em;
        margin-right: 0.1em;
    }
    .pc {
        display: none;
    }
}