.buy60s_box li a:hover, .index-slide a:hover {
    text-decoration: none;
}

body {
    background: #f5f5f5;
}

#wrapper, .hd_nav .hd_nav_bd, .header .hd_main, .main_cate, .top_bar .top_bar_bd {
    width: 1200px;
}

.index-slide {
    width: 1200px;
    height: 460px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    /*background: url("../../../cdn.lizi.com/images/pc/loading-lizi.gif") center center no-repeat;*/
}

    .index-slide ul {
        height: 460px;
        width:1000px;
        padding-left:200px;
        overflow: hidden;
    }

    .index-slide li {
        width: 1000px;
        height: 460px;
        overflow: hidden;
        position: absolute;
        margin-left:200px;
        left: 0;
        top: 0;
        background-position: center 0;
        background-repeat: no-repeat;
    }

        .index-slide li:first-child {
            z-index: 2;
        }

        .index-slide li a {
            display: block;
            height: 460px;
            width: 1000px;
            margin: 0 auto;
        }

    .index-slide .trigger-box {
        width: 400px;
        margin: 0 auto 0 -100px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        z-index: 10;
    }

    .index-slide .triggers {
        text-align: center;
        font-size: 0;
    }

.trigger-box .triggers a {
    display: inline-block;
    width: 0;
    padding: 13px 0 0 13px;
    height: 0;
    line-height: 0;
    overflow: hidden;
    background-color: #333;
    background: rgba(51,51,51,.5);
    filter: Alpha(opacity=80);
    border-radius: 13px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: arial;
    margin-right: 10px;
}

    .trigger-box .triggers a:hover {
        color: #fff;
    }

    .trigger-box .triggers a.current {
        background: #b0352f;
        filter: Alpha(opacity=100);
    }

.index-slide .slide_btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    display: block;
    width: 34px;
    padding: 15px 0;
    border-radius: 3px;
    text-align: center;
    background: #333;
    background: rgba(0,0,0,.5);
    opacity: 0;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
}

#slide_prev {
    margin-left: -380px;
}

#slide_next {
    margin-left: 550px;
}

.index-slide:hover .slide_btn {
    visibility: visible;
    opacity: .5;
}

    .index-slide:hover .slide_btn:hover {
        opacity: 1;
    }

.buy60s_main {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.buy60s_head {
    height: 50px;
    padding: 10px 0;
    overflow: hidden;
    background: url("/images/60s-hd2.png") 5px 15px no-repeat;
    position: relative;
}

    .buy60s_head .timedown {
        position: absolute;
        right: 0;
        top: 16px;
        font-size: 16px;
    }

        .buy60s_head .timedown .sec {
            margin: 0 5px;
        }

            .buy60s_head .timedown .sec em {
                display: inline-block;
                width: 20px;
                height: 36px;
                background: url("../images/num-8.png") 0 6px no-repeat;
                overflow: hidden;
                -webkit-transition: all .5s;
                -ms-transition: all .5s;
                transition: all .5s;
                vertical-align: -10px;
                transform: translateZ(0);
            }

                .buy60s_head .timedown .sec em.s0 {
                    background-position: 0 6px;
                }

                .buy60s_head .timedown .sec em.s1 {
                    background-position: 0 -30px;
                }

                .buy60s_head .timedown .sec em.s2 {
                    background-position: 0 -66px;
                }

                .buy60s_head .timedown .sec em.s3 {
                    background-position: 0 -102px;
                }

                .buy60s_head .timedown .sec em.s4 {
                    background-position: 0 -138px;
                }

                .buy60s_head .timedown .sec em.s5 {
                    background-position: 0 -174px;
                }

                .buy60s_head .timedown .sec em.s6 {
                    background-position: 0 -210px;
                }

                .buy60s_head .timedown .sec em.s7 {
                    background-position: 0 -246px;
                }

                .buy60s_head .timedown .sec em.s8 {
                    background-position: 0 -282px;
                }

                .buy60s_head .timedown .sec em.s9 {
                    background-position: 0 -318px;
                }

#buy60s_silde {
    width: 5980px;
    position: absolute;
    top: 0;
    left: 0;
}

.buy60s_list {
    position: relative;
    +zoom:1;
}

.buy60s_box {
    position: relative;
    overflow: hidden;
    width: 1180px;
    height: 440px;
    /*background: url("../../../cdn.lizi.com/images/pc/loading-lizi.gif") 550px 150px no-repeat;*/
    margin: 0 auto;
}

    .buy60s_box ul {
        float: left;
        width: 1200px;
    }

    .buy60s_box li {
        width: 380px;
        margin-right: 20px;
        height: 412px;
        overflow: hidden;
        float: left;
        position: relative;
        background-color: #fff;
    }

        .buy60s_box li a {
            display: block;
            width: 380px;
            height: 412px;
            text-align: center;
            position: relative;
        }

        .buy60s_box li img {
            width: 290px;
            height: 290px;
            vertical-align: top;
            /*background: url("../../../cdn.lizi.com/images/pc/loading-lizi.gif") center center no-repeat;*/
        }

        .buy60s_box li p {
            position: absolute;
            z-index: 3;
            -webkit-transition: all .6s;
            -ms-transition: all .6s;
            transition: all .6s;
        }

        .buy60s_box li .title {
            font-size: 14px;
            line-height: 24px;
            overflow: hidden;
            height: 48px;
            left: 0;
            top: 290px;
            padding: 0 30px;
            text-align: left;
        }

        .buy60s_box li .tag {
            margin-right: 10px;
            padding: 2px 10px;
            border: 1px solid #b0352f;
            border-radius: 3px;
            font-size: 12px;
            color: #b0352f;
            background-color: #fff;
        }

        .buy60s_box li .bg {
            left: 0;
            bottom: 0;
            z-index: 2;
            width: 380px;
            height: 0;
            padding: 0;
            visibility: hidden;
            opacity: 0;
            background: rgba(255,102,107,.8);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#90ff666b', endColorstr='#90ff666b');
            -webkit-transition: all .3s;
            -ms-transition: all .3s;
            transition: all .3s;
        }

.buy60s_next, .buy60s_prve, .hot_items li .mask {
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.buy60s_box li .now {
    top: 345px;
    color: #b0352f;
    font-size: 26px;
    font-weight: 700;
    font-family: arial;
}

.buy60s_box li .old {
    top: 380px;
    color: #666;
    text-decoration: line-through;
}

.hot_active li a:hover, .hot_items li .pic a:hover, .pro_list li a:hover {
    text-decoration: none;
}

.buy60s_box li .now, .buy60s_box li .old {
    width: 200px;
    left: 30px;
}

.buy60s_box li .btn {
    display: block;
    font-size: 14px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    border: none;
    padding: 0;
    width: 110px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
}

.buy60s_box li .offbtn {
    background: #ddd;
    color: #aaa;
}

.buy60s_box li:hover .bg {
    visibility: visible;
    opacity: 1;
    height: 130px;
}

.buy60s_box li:hover .title {
    color: #fff;
}

.buy60s_box li:hover .now {
    color: #fde35b;
}

.buy60s_box li:hover .old {
    color: #fff;
}

.buy60s_box li:hover .btn, .buy60s_box li:hover .btn:hover {
    color: #b0352f;
    background-color: #fff;
}

.buy60s_trig {
    position: absolute;
    top: 490px;
    left: 50%;
    z-index: 10;
    margin-left: -60px;
    width: 120px;
}

    .buy60s_trig .triggers {
        width: 120px;
        text-align: center;
    }

        .buy60s_trig .triggers a {
            cursor: pointer;
            display: inline-block;
            padding-top: 8px;
            width: 8px;
            height: 0;
            overflow: hidden;
            border-radius: 6px;
            margin: 0 4px;
            font-size: 0;
            background-color: #c4c4c4;
        }

            .buy60s_trig .triggers a.current {
                background-color: #7a7a7a;
            }

.buy60s_next, .buy60s_prve {
    visibility: hidden;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 150px;
    z-index: 10;
    opacity: 0;
    transition: all .5s;
    background: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#50000000', endColorstr='#50000000');
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 0 5px 0 rgba(39,45,51,.7);
}

    .buy60s_next:hover, .buy60s_prve:hover {
        text-decoration: none;
        background: rgba(0,0,0,.7);
        color: #fff;
    }

.buy60s_prve {
    left: 10px;
}

.buy60s_next {
    right: 10px;
}

.buy60s_ishover .buy60s_next, .buy60s_ishover .buy60s_prve {
    visibility: visible;
    opacity: 1;
}

.index_webintro {
    text-align: center;
    height: 59px;
    overflow: hidden;
    padding-top: 20px;
}

.box_title {
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}

    .box_title strong {
        color: #605046;
        font-size: 28px;
    }

    .box_title span {
        margin-left: 20px;
        font-size: 16px;
    }

.hot_items {
    width: 1200px;
    /*margin-bottom: 30px;*/
    +overflow:hidden;
}

    .hot_items ul {
        margin-right: -20px;
    }

    .hot_items li {
        float: left;
        width: 285px;
        margin: 0 20px 20px 0;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        -webkit-transition: all .5s;
        -ms-transition: all .5s;
        transition: all .5s;
        overflow: hidden;
        position: relative;
    }
    .hot_items li:nth-child(4n) { margin-right:0px;}

        .hot_items li .pic {
            position: relative;
            height: 280px;
            overflow: hidden;
        }

            .hot_items li .pic a {
                display: block;
                height: 285px;
            }

            .hot_items li .pic img {
                width: 285px;
                height: 285px;
                vertical-align: top;
            }

        .hot_items li .mask {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 280px;
            visibility: hidden;
            opacity: 0;
            cursor: pointer;
            background: rgba(255,102,107,.8);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#80ff666b', endColorstr='#80ff666b');
            transition: all .5s;
            z-index: 2;
        }

        .hot_active li, .hot_items li .pic img {
            -ms-transition: all .4s;
        }

        .hot_active li, .hot_items .info .p_btn .btn, .hot_items li .pic img {
            -webkit-transition: all .4s;
            transition: all .4s;
        }

        .hot_items li .mask span {
            display: block;
            width: 150px;
            padding: 5px 0;
            text-align: center;
            border: 1px solid #fff;
            font-size: 18px;
            color: #fff;
            margin: 105px auto 0;
        }

            .hot_items li .mask span i {
                font-size: 28px;
            }

    .hot_items .info {
        padding: 10px 10px 0;
        height: 120px;
    }

        .hot_items .info .time {
            position: relative;
            top: 5px;
            color: #9e9e9e;
        }

            .hot_items .info .time i {
                font-size: 14px;
            }

            .hot_items .info .time .s {
                display: none;
            }

            .hot_items .info .time em {
                color: #b0352f;
                margin-left: 3px;
            }

        .hot_items .info h5 {
            font-size: 14px;
            height: 48px;
            line-height: 24px;
            overflow: hidden;
            margin-bottom: 5px;
        }
        .hot_items .info h5 small {
            height: 16px;
            line-height: 16px;
            padding: 0 5px;
            font-size: 12px;
            color: #fff;
            margin-right:0px;
            background: #b0352f;
            border-radius: 2px;
            }
            .hot_items .info h5 img {
                width: 48px;
                height: 53px;
                vertical-align: -2px;
                margin-right: 5px;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 10000;
            }

        .hot_items .info .p_btn {
            position: relative;
        }

            .hot_items .info .p_btn span {
                color: #9e9e9e;
                margin-right: 10px;
                float: left;
            }

                .hot_items .info .p_btn span.price {
                    color: #c3625d;
                }

                .hot_items .info .p_btn span.old {
                    margin-top: 10px;
                }
                .hot_items .info .p_btn span.jin {
                    margin-top: 10px;
                    border: 1px solid #ffd580;
                    line-height: 14px;
                    background: #ffffe5;
                    padding: 0 3px;
                    font-size: 12px;
                    color:#b54fa4;
                }

                .hot_items .info .p_btn span.comment, .hot_items .info .p_btn span.sales {
                    margin-top: 7px;
                }

                .hot_items .info .p_btn span.price strong {
                    font-size: 24px;
                    font-weight: 800;
                    font-family: arial;
                }

                .hot_items .info .p_btn span i {
                    font-size: 16px;
                    margin-right: 3px;
                }

            .hot_items .info .p_btn .btn {
                position: absolute;
                top: 36px;
                right: -120px;
                _right: 0;
                border: none;
                background: url("/images/btn.png") no-repeat;
                width: 100px;
                height: 32px;
                text-indent: 200px;
                overflow: hidden;
                text-align: center;
                padding: 0;
                z-index: 9999;
                -ms-transition: all .4s;
            }

    .hot_items li:hover {
        box-shadow: 0 3px 11.64px .36px rgba(0,0,0,.18),inset 0 -1px 0 0 rgba(240,240,240,.004);
    }

        .hot_items li:hover .info .p_btn .btn {
            right: 0;
        }

        .hot_items li:hover .pic img {
            -webkit-transform: scale(.93);
            -moz-transform: scale(.93);
            -ms-transform: scale(.93);
            transform: scale(.93);
        }
.hot_items li cite{position:absolute; top:200px; top:235px\9; display:inherit; display:none\9; opacity:0; background:#fff;transition: all .3s; z-index:999;box-shadow:0 3px 10px #f0f0f0;}
.hot_items li:hover cite{ display:inherit\9; opacity:1; transform:translateY(35px);}

.brands_box .pic img:hover, .series_pics img:hover {
    -ms-transform: scale3d(1.02,1.02,1);
    -webkit-transform: scale3d(1.02,1.02,1);
    transform: scale3d(1.02,1.02,1);
}

.hot_active {
    width: 1180px;
    margin-bottom: 15px;
    +overflow:hidden;
}

    .hot_active ul {
        margin-right: -20px;
    }

    .hot_active li {
        position: relative;
        width: 580px;
        height: 386px;
        background: #fff;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        border-radius: 2px;
    }

.pro_list li, .series_pics img {
    -webkit-transition: all .6s;
    transition: all .6s;
}

.hot_active li img {
    width: 580px;
    height: 386px;
    border-radius: 2px;
    vertical-align: top;
}

.hot_active li span {
    display: inline-block;
}

.hot_active li p {
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 356px;
    padding: 0 20px;
}

.hot_active li span.title {
    color: #555;
    float: left;
    visibility: hidden;
}

.hot_active li span.orange {
    display: none;
}

.hot_active li span.temail_timer {
    float: right;
    color: #999;
}

    .hot_active li span.temail_timer em {
        color: #b0352f;
        margin-left: 3px;
    }

    .hot_active li span.temail_timer i {
        margin-right: 5px;
        font-size: 14px;
    }

.hot_active li .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 386px;
    line-height: 386px;
    background: rgba(100,100,100,.2);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#20000000', endColorstr='#20000000');
    text-align: center;
    font-size: 26px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.hot_active li:hover {
    box-shadow: 0 3px 11.64px .36px rgba(0,0,0,.18);
}

.series_box {
    width: 1200px;
    margin-bottom: 30px;
    +overflow:hidden;
}

.series_title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    float: none;
    margin: 0;
}

    .series_title strong {
        font-size: 18px;
        margin-right: 10px;
    }

    .series_title span a {
        margin-right: 10px;
    }

.series_pics {
    height: 280px;
    overflow: hidden;
    margin-top: 15px;
}

    .series_pics .l {
        float: left;
        width: 280px;
        padding-right: 20px;
        position: relative;
    }

    .series_pics .m {
        float: left;
        width: 580px;
    }

    .series_pics .r {
        float: right;
        width: 280px;
    }

    .series_pics img {
        -ms-transition: all .6s;
        vertical-align: top;
        height: 280px;
    }

.pro_list {
    width: 1200px;
    +overflow:hidden;
}

    .pro_list ul {
        margin-right: -20px;
    }

    .pro_list li {
        float: left;
        width: 285px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        margin: 20px 20px 0 0;
        background-color: #fff;
        -ms-transition: all .6s;
        position:relative;
    }
    .pro_list li:nth-child(4n) { margin-right:0px;}

        .pro_list li .pic {
            text-align: center;
            padding: 15px 0;
            border-bottom: 1px solid #f0f0f0;
        }

            .pro_list li .pic img {
                width: 250px;
                height: 250px;
                vertical-align: top;
            }

        .pro_list li .title {
            color: #605046;
            font-size: 14px;
            height: 48px;
            line-height: 24px;
            overflow: hidden;
            margin: 6px 10px 16px;
        }
        .pro_list li .title small {
                height: 16px;
                line-height: 16px;
                padding: 0 5px;
                font-size: 12px;
                color: #fff;
                margin-right: 5px;
                background: #b0352f;
                border-radius: 2px;
            }
            .pro_list li .title img {
                position: absolute;
                width: 48px;
                height: 53px;
                left: 0;
                top: 0;
                margin-right: 5px;
                z-index: 1000;
            }

        .pro_list li .btm {
            margin: 0 10px; position:relative;
        }

            .pro_list li .btm span {
                color: #9e9e9e;
                margin-right: 14px;
                float: left;
            }

                .pro_list li .btm span.sales {
                    float: right;
                    margin-right: 10px; margin-top:3px;
                }
                .pro_list li .btm span.jin {
                    float: left;
                    margin-left: 10px;
                    margin-top: 3px;
                    border: 1px solid #ffd580;
                    line-height: 14px;
                    background: #ffffe5;
                    padding: 0 3px;
                    font-size: 12px;
                    color: #b0352f;
                }
                .pro_list li .btm span.btn {
                position: absolute;
                bottom: 0px;
                right: -125px;
                _right: 0;
                border: none;
                background: url("/images/btn.png") no-repeat;
                width: 100px;
                height: 32px;
                text-indent: 200px;
                overflow: hidden;
                text-align: center;
                padding: 0;
                z-index: 9999;
                -ms-transition: all .4s;transition: all .4s;
            }
                .pro_list li:hover .btm span.btn { right:-9px;
                }
                .pro_list li .btm span.price {
                    color: #c3625d;
                    font-size: 16px;
                }

                    .pro_list li .btm span.price strong {
                        font-weight: 800;
                        font-family: arial;
                    }

                .pro_list li .btm span i {
                    font-size: 14px;
                    margin-right: 3px;
                }

        .pro_list li a {
            display: block;
            height: 375px;
            cursor: pointer;
            padding-bottom: 15px;
            position: relative;
        }

        .pro_list li:hover {
            box-shadow: 0 3px 11.64px .36px rgba(0,0,0,.18),inset 0 -1px 0 0 rgba(240,240,240,.004);
        }
         .pro_list li cite{position:absolute; top:200px; top:235px\9; display:inherit; display:none\9; opacity:0; background:#fff;transition: all .3s; z-index:999;box-shadow:0 3px 10px #f0f0f0;}
         .pro_list li:hover cite{ display:inherit\9; opacity:1; transform:translateY(35px);}

.floor_nav {
    position: fixed;
    _display: none;
    left: 50%;
    margin-left: -670px;
    top: 180px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.brands_box .pic img, .brands_box li img {
    -webkit-transition: all .6s;
    transition: all .6s;
}

.floor_nav li {
    width: 60px;
    height: 60px;
    overflow: hidden;
    color: #666;
    cursor: pointer;
    text-align: center;
    margin-bottom: 1px;
}

    .floor_nav li em {
        display: block;
        background: url("/images/index-nav-ico.png") 0 10px no-repeat;
        width: 24px;
        height: 35px;
        margin: 0 auto;
        overflow: hidden;
    }
    .floor_nav li a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
    .floor_nav li a:hover { color:#fff; text-decoration:none;
    }
        .floor_nav li em.no1 {
            background-position: 0 6px;
        }

        .floor_nav li em.no2 {
            background-position: 0 -55px;
        }

        .floor_nav li em.no3 {
            background-position: 0 -115px;
        }

        .floor_nav li em.no4 {
            background-position: 0 -175px;
        }
        .floor_nav li em.no5 {
            background-position: 0 -225px;
        }
        .floor_nav li em.no6 {
            background-position: 0 -272px;
        }
        .floor_nav li em.no7 {
            background-position: 0 -315px;
        }

    .floor_nav li.current, .floor_nav li:hover, .floor_nav li:hover a, .ctbl, .ctbl a {
        background-color: #b0352f;
        color: #fff;
    }

        .floor_nav li.current em.no1, .floor_nav li:hover em.no1 {
            background-position: -78px 6px;
        }

        .floor_nav li.current em.no2, .floor_nav li:hover em.no2 {
            background-position: -78px -55px;
        }

        .floor_nav li.current em.no3, .floor_nav li:hover em.no3 {
            background-position: -78px -115px;
        }

        .floor_nav li.current em.no4, .floor_nav li:hover em.no4 {
            background-position: -78px -175px;
        }
        .floor_nav li.current em.no5, .floor_nav li:hover em.no5 {
            background-position: -79px -225px;
        }
        .floor_nav li.current em.no6, .floor_nav li:hover em.no6 {
            background-position: -79px -272px;
        }
        .floor_nav li.current em.no7, .floor_nav li:hover em.no7 {
            background-position: -77px -315px;
        }

#floor_nav.floor_nav {
    margin-left: -670px;
}

    #floor_nav.floor_nav li {
        width: 60px;
    }

        /* #floor_nav.floor_nav li.t4 {
            height: 76px;
        } */

.floor_nav_show {
    visibility: visible;
    opacity: 1;
}

.brands_box .pic {
    width: 190px;
    height: 480px;
    overflow: hidden;
}

    .brands_box .pic img {
        width: 190px;
        height: 480px;
        -ms-transition: all .6s;
    }

.brands_box .list {
    float: left;
    width: 800px;
    height: 480px;
    overflow: hidden;
    background-color: #fff;
}

.brands_box li {
    float: left;
    width: 200px;
    height: 80px;
    overflow: hidden;
    text-align: center;
}

    .brands_box li a {
        display: block;
        width: 199px;
        height: 79px;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .brands_box li img {
        vertical-align: top;
        -ms-transition: all .6s;
        width: 199px;
        height: 79px;
    }

        .brands_box li img:hover {
            vertical-align: top;
            -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
            transform: translateY(-4px);
        }

.footer_search {
    background: url("/images/pc/index-footer-search-bg.jpg") center 0 no-repeat;
    height: 280px;
}

    .footer_search .sbox {
        width: 504px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .footer_search h5 {
        text-align: center;
        color: #eee;
        font-size: 14px;
    }

    .footer_search .sform {
        height: 28px;
        border: 1px solid #666;
        border-radius: 15px;
        overflow: hidden;
        margin-top: 15px;
    }

        .footer_search .sform .key {
            float: left;
            margin: 4px 10px 0;
            width: 430px;
            height: 20px;
            line-height: 20px;
            color: #bbb;
            outline: 0;
            border: none;
            background: 0 0;
        }

        .footer_search .sform .submit {
            float: right;
            background: 0 0;
            border: none;
            width: 40px;
            height: 30px;
            cursor: pointer;
            font-size: 14px;
            color: #eee;
        }

.footer_search_hot {
    margin-top: 10px;
    text-align: center;
}

    .footer_search_hot span {
        color: #999;
    }

    .footer_search_hot a {
        margin: 0 5px;
        color: #666;
    }

        .footer_search_hot .intro_link, .footer_search_hot a.red, .footer_search_hot a:hover {
            color: #b0352f;
        }

.intro_link {
    padding-top: 30px;
}

    .intro_link a {
        display: block;
        float: left;
        width: 144px;
        height: 120px;
    }

        .intro_link a.mid {
            margin: 0 34px;
        }


    a.layui-layer-close2 {
        background: url(/images/index_close.png) no-repeat #b0352f !important;
        width: 36px !important;
        height: 36px !important;
        font-size: 0;
        right: 0 !important;
        top: -15px !important;
        position: absolute;
        float: right;
        transition: 0.2s !important;
        z-index: 99999;
    }

        a.layui-layer-close2:hover {
            background-position: left -36px !important;
            background-color: #F30 !important;
        }


/*4 news item*/
.home-content-box {
	margin-bottom: 22px;
}
.container {
	width: 1200px;
 *zoom:1:;
	margin-right: auto;
	margin-left: auto;
}
.container::before, .container::after {
	content: " ";
	display: table;
}
.container::after {
	clear: both;
}
.page-main {
	background: #f5f5f5;
}
.content-list {
	width: 1200px;
	height: 420px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.content-item {
	position: relative;
	float: left;
	width: 285px;
	height: 365px;
	padding: 35px 0 0;
	border-top: 1px solid #e0e0e0;
	margin-left: 20px;
	margin-bottom: 14px;
	background: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.content-item a {
	text-decoration: none;
}
.content-item-book {
	border-top-color: #ffac13;
	color: #ffac13;
}
.content-item-book .title a{
	color: #ffac13;
}
:first-child.content-item, .content-item-first {
	margin-left: 0px;
}
.content-item-theme {
	border-top-color: #83c44e;
	color: #83c44e;
}
.content-item-theme .title a{
	color: #83c44e;
}
.content-item-game {
	border-top-color: #e53935;
	color: #e53935;
}
.content-item-game .title a{
	color: #e53935;
}

.content-item-app {
	border-top-color: #2196f3;
	color: #2196f3;
}
.content-item-app .title a{
	color: #2196f3;
}
.content-item .title {
	margin: 0 10px 18px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.xm-pagers-wrapper {
	text-align: center;
}
.content-item .xm-pagers-wrapper {
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 296px;
}
.xm-controls .control {
	display: inline-block;
 *zoom:1:;
 *display:inline:;
	text-align: center;
	color: #b0b0b0;
	-webkit-transition: color .5s;
	transition: color .5s;
}
.xm-controls-block-small .control, .xm-controls-block-middle .control {
	background-color: #b0b0b0;
	background-color: rgba(66,66,66,0.2);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33424242", endColorstr="#33424242")\9;
	color: #fff;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}
.xm-controls-block-small .control-disabled, .xm-controls-block-middle .control-disabled {
	color: #fafafa;
}
.xm-controls-block-small .control {
	width: 20px;
	height: 24px;
	padding: 12px 0;
	font-size: 18px;
	line-height: 24px;
}
.xm-controls .control-disabled {
	cursor: default;
}
.content-item .xm-controls .control {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	filter: alpha(opacity=0)\9;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.content-item .xm-controls .control-prev {
	left: 0px;
}
.content-item .xm-controls .control-next {
	right: 0px;
}
.content-item:hover .xm-controls .control {
	opacity: 1;
	filter: alpha(opacity=100)\9
}
.xm-pagers {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.xm-pagers .pager {
	display: inline-block;
 *zoom:1:;
 *display:inline:;
	width: 10px;
	height: 10px;
	padding: 10px;
	margin: 0 2px;
	cursor: pointer;
}
.xm-pagers .pager-active {
	cursor: default;
}
.xm-pagers .dot {
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid #f5f5f5;
	border-radius: 6px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	_zoom: 1;
	background-color: #b0b0b0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.home-content-box .dot {
	border-color: #fff;
}
.xm-pagers .pager-active .dot, .xm-pagers .pager-active:hover .dot {
	border-color: #ff6700;
	background-color: #f5f5f5;
	background-color: transparent;
}
.content-item .item-list {
	height: 340px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	overflow: hidden;
	_zoom: 1;
	color: #333;
}
.content-item .item-list li {
	float: left;
	width: 285px;
	height: 340px;
}
.content-item .desc {
	margin: 10px 48px 30px;
	height: 40px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	_zoom: 1;
	color: #b0b0b0;
}
.content-item .desc, .content-item .desc a {
	color: #b0b0b0;
}
.content-item .name {
	margin: 0 20px 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1;
}
.content-item .name, .content-item .name a {
	color: #333;
}
.content-item .figure-img {
	width: 216px;
	height: 162px;
	margin: 0 auto;
}
.content-item .figure-img a {
	display: block;
	height: 154px;
}
.content-item .figure-img img {
	width: 216px;
	height: 162px;
}
.content-item .name a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1;
}
.btn-line-red {
	border-color: #b0352f;
	background: #fff;
	color: #b0352f;
}
.btn-line-green {
	border-color: #83c44e;
	background: #fff;
	color: #83c44e;
}
.btn-line-orange {
	border-color: #ffac13;
	background: #fff;
	color: #ffac13;
}
.content-item:hover {
	z-index: 2;
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0)
}
