﻿.show-case {
    position: absolute;
    z-index: 60;
    top: 0;
    left: 50%;
    width: 203px;
    margin-left: 305px;
    overflow: hidden;
    background-color: #f3f3f5;
    height: 450px;
}

@media screen and (max-width: 1024px) {
    .show-case {
        margin-left: 287px;
    }
}

@media screen and (min-width: 1028px) {
    .show-case {
        top: 0px;
        margin-left: 404px;
    }
}

.show-case .box-all {
    position: relative;
    overflow: hidden;
}

.show-case .box-all {
    height: auto;
}

.ng-iconfont, em, i {
    font-style: normal;
}


.show-case .title {
    font: 14px/40px "microsoft yahei";
    height: 92px;
    overflow: hidden;
    padding-left: 14px;
    position: relative;
}

.orderocon {
    width: 34px;
    height: 37px;
    background: url(/images/red/icon/icon.png) no-repeat -442px -61px;
    display: block;
    position: absolute;
    top: 10px;
    left: 32px;
}

.dz {
    width: 37px;
    height: 37px;
    background: url(/images/red/icon/icon.png) no-repeat -679px -61px;
    display: block;
    position: absolute;
    top: 10px;
    left: 32px;
}

.addr {
    width: 36px;
    height: 35px;
    background: url(/images/red/icon/icon.png) no-repeat -763px -61px;
    display: block;
    position: absolute;
    top: 10px;
    left: 32px;
}

.zh {
    width: 36px;
    height: 36px;
    background: url(/images/red/icon/icon.png) no-repeat -597px -61px;
    display: block;
    position: absolute;
    top: 10px;
    left: 32px;
}

.show-case .noticetitle {
    font: 14px/40px "microsoft yahei";
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 14px;
    position: relative;
    border-top: 1px solid #d3d3d3;
    margin-top: 10px;
}

    .show-case .noticetitle i {
        display: inline-block;
        width: 22px;
        height: 25px;
        margin-right: 8px;
        background: url(/images/red/icon/icon.png) no-repeat -365px -65px;
        vertical-align: middle;
        overflow: hidden;
        position: absolute;
        top: 13px;
    }

    .show-case .noticetitle span {
        position: absolute;
        top: 6px;
        left: 40px;
        color: #666;
        font: normal 12px/40px \5b8b\4f53;
    }

.show-case .title em {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.show-case .box-all .title em {
    height: 40px;
    line-height: 40px;
    padding-left: 60px;
    padding-top: 22px;
    color: #282828;
}

.show-case .box-all .title .uname {
    color: #dc241c;
}

.show-case .notice {
    position: relative;
    height: 155px;
    overflow: hidden;
}

    .show-case .notice .bg {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 155px;
        background: #fff;
        opacity: .9;
        filter: alpha(opacity=90);
        overflow: hidden;
    }

    .show-case .notice .list {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 145px;
        padding-top: 10px;
        overflow: hidden;
    }

        .show-case .notice .list li {
            height: 18px;
            margin: 0 10px 9px 15px;
            line-height: 18px;
            overflow: hidden;
        }

            .show-case .notice .list li a {
                color: #666;
            }

            .show-case .notice .list li.hot a {
                color: #dc241c;
            }

            .show-case .notice .list li a:hover {
                color: #dc241c;
                text-decoration: none;
            }

            .show-case .notice .list li a i {
                font-family: 'microsoft yahei';
            }

            .show-case .notice .list li a:hover em {
                text-decoration: underline;
            }

.show-case .life {
    position: relative;
    height: 155px;
    overflow: hidden;
}

    .show-case .life .bg {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 191px;
        background: #fff;
        opacity: .9;
        filter: alpha(opacity=90);
        overflow: hidden;
    }

    .show-case .life .list {
        position: absolute;
        z-index: 2;
        width: 200px;
        height: 151px;
        overflow: hidden;
    }

        .show-case .life .list li {
            float: left;
            width: 96px;
            height: 73px;
            overflow: hidden;
            position: relative;
            text-align: center;
        }

            .show-case .life .list li a {
                color: #666;
                cursor: pointer;
                display: block;
                font-family: "microsoft yahei";
                height: 26px;
                overflow: hidden;
                padding-left: 18px;
                padding-top: 47px;
                text-align: center;
                width: 62px;
            }

                .show-case .life .list li a:hover {
                    color: #dc241c;
                    text-decoration: none;
                }

                .show-case .life .list li a .ng-iconfont {
                    display: block;
                    height: 35px;
                    color: #666;
                    font-size: 26px;
                    text-align: center;
                    line-height: 42px;
                    overflow: hidden;
                }

                .show-case .life .list li a:hover .ng-iconfont {
                    color: #dc241c;
                }

.show-case .btn {
    display: block;
    position: relative;
    width: 100%;
    height: 19px;
    border-bottom: 1px solid #eee;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.show-case .btn {
    display: none;
}

    .show-case .btn i {
        position: absolute;
        left: 87px;
        top: 6px;
        width: 16px;
        height: 8px;
        background: url(/images/index.png?v=5fc71) no-repeat;
        overflow: hidden;
    }

.show-case .btn-down i {
    background-position: 0 -57px;
}

.show-case .btn-down:hover i {
    background-position: -17px -57px;
}

.show-case .btn-up i {
    background-position: 0 -48px;
}

.show-case .btn-up:hover i {
    background-position: -17px -48px;
}

.show-case .box-all .noticetitle .more {
    position: absolute;
    top: 6px;
    right: 10px;
    font: normal 12px/40px \5b8b\4f53;
    color: #666;
}

.show-case .box-all .title .noticetitle:hover {
    color: #dc241c;
}

.hottit {
    color: #dc241c;
    font-size: 20px;
    font-weight: bold;
}

.floor {
    height: 535px;
    margin-top: 10px;
    overflow: hidden;
}

.floor1 {
    border-top: 2px solid #8fbece;
}

.floor2 {
    border-top: 2px solid #98a7e0;
}

.floor3 {
    border-top: 2px solid #5a9ee5;
}

.floor4 {
    border-top: 2px solid #75cad0;
}

.floor5 {
    border-top: 2px solid #b3adc9;
}

.floor6 {
    border-top: 2px solid #98a7e0;
}

.categorytit {
    letter-spacing: 2px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-top: 44px;
    margin-bottom: 5px;
}

.fl1 .categorytit {
    color: #8fbfce;
}

.fl2 .categorytit {
    color: #98a7e0;
}

.fl3 .categorytit {
    color: #5a9ee5;
}

.fl4 .categorytit {
    color: #75cad0;
}

.fl5 .categorytit {
    color: #b3adc9;
}

.fl6 .categorytit {
    color: #98a7e0;
}

.xgcatelst {
    float: right;
    padding-top: 5px;
    height: 35px;
}

.categorycont ul li {
    float: left;
    height: 16px;
    border-color: #a0a0a0;
    width: 55px;
    font-size: 14px;
    margin-left: 20px;
}

    .categorycont ul li a {
        color: #333;
        width: 55px;
        border-right: 2px dotted #333;
        display: block;
        height: 16px;
        line-height: 16px;
    }

        .categorycont ul li a:hover {
            color: #dc241c;
            text-decoration: none;
        }

        .categorycont ul li a.catlst {
            border-right: none;
        }

        .categorycont ul li a.cur {
            color: #dc241c;
        }

.pcat {
    position: relative;
    float: left;
}

    .pcat img {
        width: 240px;
        height: 536px;
    }

.categorylist {
    width: 258px;
    position: absolute;
    top: 280px;
    left: 15px;
}

    .categorylist ul li {
        float: none;
        list-style: none;
        float: left;
        width: 70px;
        height: 26px;
        line-height: 26px;
    }

        .categorylist ul li a {
            color: #333;
        }

            .categorylist ul li a:hover {
                color: #dc241c;
                text-decoration: none;
            }


.proclist, .hotlist {
    float: left;
}

@media screen and (max-width: 1024px) {
    .hotlist {
        width: 978px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 1028px) {
    .hotlist {
        width: 1206px;
        margin-top: 10px;
        border-top: 2px solid #dc241c;
    }
}

@media screen and (max-width: 1024px) {
    .proclist {
        width: 738px;
    }
}

@media screen and (min-width: 1028px) {
    .proclist {
        width: 755px;
    }
}

.hotlist .itemtip {
    overflow: hidden;
    width: 100%;
    display: none;
    border-left: 1px solid #dfdfdf;
}

.proclist .floor-nav {
    clear: both;
    height: auto;
    overflow: hidden;
}

.proclist .cateitem {
    clear: both;
    border-top: 1px solid #dfdfdf;
    height: 501px;
    overflow: hidden;
    margin-top: -6px;
}

.hotlist ul.hot-nav li {
    background-color: #f5f5f5;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    font: 14px/40px "Microsoft Yahei";
    color: #4d4d4d;
}

.hotlist ul li {
    height: 237px;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-left: none;
    float: left;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .hotlist ul li {
        width: 154.5px;
    }
}

@media screen and (min-width: 1028px) {
    .hotlist ul li {
        width: 200px;
    }
}

.hotlist ul li.cur {
    background-color: #dc241c;
    color: #fff;
}


.proclist ul li {
    width: 210.5px;
    height: 229.5px;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-left: none;
    float: left;
}

.hotlist ul li i {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 2px;
}

.hotlist ul li:first-child i {
    background: url(/images/red/icon/icon.png) no-repeat -212px -145px;
}
/***选中**/
.hotlist ul li.cur:first-child i {
    background: url(/images/red/icon/icon.png) no-repeat -216px -174px;
}

.hotlist ul li:nth-child(2) i {
    background: url(/images/red/icon/icon.png) no-repeat -296px -174px;
}
/***选中**/
.hotlist ul li.cur:nth-child(2) i {
    background: url(/images/red/icon/icon.png) no-repeat -296px -145px;
}

.hotlist ul li:last-child i {
    background: url(/images/red/icon/icon.png) no-repeat -396px -145px;
}
/***选中**/
.hotlist ul li.cur:last-child i {
    background: url(/images/red/icon/icon.png) no-repeat -396px -174px;
}

.proclist ul.floor-nav li {
    background-color: #f5f5f5;
    width: 143px;
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    text-align: center;
    font: 14px/40px "Microsoft Yahei";
    color: #4d4d4d;
}

@media screen and (max-width: 1024px) {
    .hotlist ul.hot-nav li {
        width: 325px;
        cursor: pointer;
    }

    .hotlist ul li i {
        left: 110px;
    }

    .proclist ul li {
        width: 205px;
        height: 229px;
        padding: 10px 20px;
        color: #333;
        float: left;
        overflow: hidden;
    }

    .proclist ul.floor-nav li {
        width: 146.5px;
        border: none;
        overflow: hidden;
    }
}

@media screen and (min-width: 1028px) {
    .hotlist ul.hot-nav li {
        width: 401px;
        cursor: pointer;
    }

    .hotlist ul li i {
        left: 150px;
    }

    .proclist ul li {
        width: 210.5px;
        height: 229px;
        padding: 10px 20px;
        color: #333;
        float: left;
    }

    .proclist ul.floor-nav li {
        width: 151px;
        border: none;
        overflow: hidden;
    }
}

.proclist ul.floor-nav li {
    height: 28px;
    padding-top: 6px;
    cursor: pointer;
}

    .proclist ul.floor-nav li span {
        vertical-align: top;
    }

.floor1 .proclist ul.floor-nav li.cur {
    width: 151px;
    height: 34px;
    background: url(/images/icon/catetype1.png);
    padding-top: 6px;
}

.floor2 .proclist ul.floor-nav li.cur {
    width: 151px;
    height: 34px;
    background: url(/images/icon/catetype2.png);
    padding-top: 6px;
}

.floor3 .proclist ul.floor-nav li.cur {
    width: 151px;
    height: 34px;
    background: url(/images/icon/catetype3.png);
    padding-top: 6px;
}

.floor4 .proclist ul.floor-nav li.cur {
    width: 151px;
    height: 34px;
    background: url(/images/icon/catetype4.png);
    padding-top: 6px;
}

.floor5 .proclist ul.floor-nav li.cur {
    width: 151px;
    height: 34px;
    background: url(/images/icon/catetype5.png);
    padding-top: 6px;
}

.floor6 .proclist ul.floor-nav li.cur {
    width: 151px;
    height: 34px;
    background: url(/images/icon/catetype6.png);
    padding-top: 6px;
}










.proclist ul.floor-nav li.cur span {
    color: #fff;
}


.proclist .proimg, .hotlist .proimg {
    width: 155px;
    display: block;
    height: 155px;
    margin: 0 auto 5px;
}

    .proclist .proimg img, .hotlist .proimg img {
        width: 155px;
        height: 155px;
    }

.proclist ul li a, .hotlist ul li a {
    width: 190px;
    display: block;
    float: none;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

    .proclist ul li a:hover, .hotlist ul li a:hover {
        color: #dc241c;
        text-decoration: none;
    }

.proclist ul li .proprice, .hotlist ul li .proprice {
    color: #ff0004;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

.proclist ul li .procnt, .hotlist ul li .procnt {
    float: right;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    display: none;
}


.com-right {
    width: 216px;
    border: 1px solid #dfdfdf;
    height: 534px;
    float: left;
    border-left: none;
    border-top: none;
    margin-left: -2px;
}

    .com-right .sm {
        margin-bottom: 10px;
    }

    .com-right .smt {
        border-bottom: 1px solid #ddd;
        color: #333;
        font: 14px/34px "Microsoft Yahei";
        height: 34px;
        text-align: center;
        border-left: 1px solid #dfdfdf;
    }

        .com-right .smt h4 {
            color: #000000;
            font-size: 14px;
            font-weight: bold;
            height: 34px;
            line-height: 34px;
        }

    .com-right .hot-list {
        padding: 0 10px;
        height: auto;
        overflow: hidden;
    }

.hot-list li {
    border-bottom: 1px dotted #ddd;
    height: 40px;
    margin-bottom: 12px;
    overflow: hidden;
}

    .hot-list li.curr {
        height: 85px;
    }

.hot-list .l-left {
    float: left;
    position: relative;
    width: 18px;
}

.hot-list .curr .l-left {
    width: 88px;
    float: left;
    position: relative;
}

.hot-list li b {
    border-radius: 3px;
    display: block;
    font: 700 16px/20px arial;
    height: 20px;
    left: 0;
    margin: 3px 4px 0 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: top;
    width: 20px;
    color: #8fdbdf;
}

.floor1 .hot-list .curr b {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC8FDBDF', endColorstr='#CC8FDBDF');
    background: rgba(143,219,223,.8);
    color: #fff;
}

.floor2 .hot-list .curr b {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#98a7e0', endColorstr='#98a7e0');
    background: rgba(152,167,224,.8);
    color: #fff;
}

.floor3 .hot-list .curr b {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#5a9ee5', endColorstr='#5a9ee5');
    background: rgba(90,158,229,.8);
    color: #fff;
}

.floor4 .hot-list .curr b {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#75cad0', endColorstr='#75cad0');
    background: rgba(117,202,208,.8);
    color: #fff;
}

.floor5 .hot-list .curr b {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#b3adc9', endColorstr='#b3adc9');
    background: rgba(179,173,201,.8);
    color: #b3adc9;
}

.floor6 .hot-list .curr b {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#98a7e0', endColorstr='#98a7e0');
    background: rgba(152,167,224,.8);
    color: #fff;
}

/***/
.portal_floor6 .c-computer-160318-01 .hot-list .curr b {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC98A7DF', endColorstr='#CC98A7DF');
    background: rgba(152,167,223,.8);
    color: #fff;
}

.portal_floor6 .c-computer-160318-01 .hot-list b {
    color: #adb9e5;
}


.c-computer-160318-01 .hot-list .curr b {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CCB4ADC9', endColorstr='#CCB4ADC9');
    background: rgba(180,173,201,.8);
}


.c-computer-160318-01 .hot-list b {
    color: #c3bdd4;
}

.hot-list .p-img {
    display: none;
}

.hot-list .curr .p-img {
    display: inline-block;
}

.hot-list .l-left .p-img {
    padding: 0;
}

.hot-list .p-info {
    padding-left: 30px;
    width: 165px;
    float: left;
}

.hot-list .curr .p-info {
    float: left;
    padding-left: 8px;
    width: 90px;
}

.hot-list .p-info .p-name {
    color: #333;
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}

.hot-list .p-price {
    color: #e4393c;
    display: none;
}

.hot-list .curr .p-info .p-name {
    color: #666;
    height: 36px;
    margin-bottom: 10px;
    display: block;
    line-height: 18px;
    overflow: hidden;
}

.hot-list .curr .p-info .p-price {
    display: block;
    font: 700 12px/20px verdana;
}

.hot-list .p-price {
    color: #e4393c;
}













.promttit {
    float: left;
    font-size: 22px;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    width: 195px;
    color: #dc241c;
    font-family: SimHei;
}

.xgprot {
    float: right;
    height: 35px;
    padding-top: 5px;
    position: relative;
    padding-right: 35px;
}

    .xgprot i {
        background: url(/images/red/icon/icon.png) no-repeat -928px -68px;
        width: 22px;
        height: 22px;
        position: absolute;
        right: 10px;
        top: 3px;
    }
/********************限时抢购日期开始*******************************/
.promtinfo {
    height: 350px;
    overflow: hidden;
    /*border: 1px solid #dfdfdf;*/
    position: relative;
}

#calendar {
    margin: 0px auto;
    height: 66px;
    display: block;
    height: 60px;
    width: 1211px;
    margin-bottom: 0;
}

    #calendar ul li {
        height: 60px;
        display: block;
        float: left;
        background-color: #7c7b7b;
        text-align: center;
        color: #fff;
        position: relative;
    }

        #calendar ul li.cur {
            width: 171px;
            height: 70px;
            background: url(/images/red/icon/icon.png) no-repeat -13px -150px;
        }


@media screen and (max-width: 1024px) {
    #calendar ul li {
        width: 140px;
        cursor: pointer;
    }

        #calendar ul li.cur {
            width: 141px;
        }
}

@media screen and (min-width: 1028px) {
    #calendar ul li {
        width: 173px;
        cursor: pointer;
    }

        #calendar ul li.cur {
            width: 171px;
        }
}




#calendar ul li h2 {
    height: 30px;
    line-height: 32px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}

#calendar ul li h3 {
    height: 30px;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

#caltime {
    height: 34px;
    line-height: 34px;
    margin: 40px auto;
}

    #caltime .line {
        height: 34px;
        width: 460px;
        background: url(/images/promborder.gif) repeat-x 0 0;
        float: left;
        background-position: center center;
    }

    #caltime .promdesc {
        width: 290px;
        float: left;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

        #caltime .promdesc span {
            height: 30px;
            line-height: 30px;
            display: block;
            font-size: 16px;
            color: #414141;
        }

            #caltime .promdesc span em {
                color: #329d8c;
                font-size: 22px;
                font-style: normal;
                font-weight: bold;
                padding: 0 5px;
            }
/********************限时抢购日期结束*******************************/

.rexlist {
    height: auto;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    border-top: none;
    position: absolute;
    z-index: 1;
    height: 260px;
}

.rexprocp {
    width: 800px;
    float: left;
    height: 265px;
}


    .rexprocp .rexprocd {
        height: 261px;
        border-right: 1px solid #dfdfdf;
        float: left;
    }

        .rexprocp .rexprocd:last-child {
            border-right: none;
        }

        .rexprocp .rexprocd .rexprocs {
            width: auto;
            overflow: hidden;
            height: auto;
            float: left;
            padding-top: 20px;
        }

            .rexprocp .rexprocd .rexprocs .rexprocn {
                height: 42px;
                line-height: 18px;
                margin-top: 5px;
                clear: both;
                line-height: 21px;
            }

        .rexprocp .rexprocd .rexprocimg {
            width: 220px;
            height: 132px;
            padding-top: 20px;
            text-align: center;
        }

            .rexprocp .rexprocd .rexprocimg img {
                width: 132px;
                height: 132px;
            }

@media screen and (max-width: 1024px) {
    .rexlist {
        width: 978px;
    }

    .rexprocp {
        width: 976px;
    }

        .rexprocp .rexprocd {
            margin: 0px 5px;
            padding-top: 15px;
            width: 184px;
        }

            .rexprocp .rexprocd .rexprocs .rexprocn {
                width: 184px;
            }

            .rexprocp .rexprocd .rexprocimg {
                width: 180px;
            }
}

@media screen and (min-width: 1028px) {
    .rexlist {
        width: 1206px;
    }

    .rexprocp {
        width: 1205px;
    }

        .rexprocp .rexprocd {
            padding: 0px 20px;
            width: 200px;
        }

            .rexprocp .rexprocd .rexprocs .rexprocn {
                width: 198px;
            }

            .rexprocp .rexprocd .rexprocimg {
                width: 220px;
            }
}

.rexprocp .rexprocd .rexprocs .rexprocimgp {
    width: 135px;
    height: 21px;
}

    .rexprocp .rexprocd .rexprocs .rexprocimgp .vipprice {
        height: 21px;
        line-height: 20px;
        font-weight: bold;
        font-size: 14px;
        color: #ff0004;
        display: block;
        float: left;
        font-size: 18px;
    }

    .rexprocp .rexprocd .rexprocs .rexprocimgp .webprice {
        float: left;
        display: block;
        height: 21px;
        line-height: 23px;
        margin-left: 10px;
        text-decoration: line-through;
        color: #999999;
        font-size: 12px;
    }
