﻿/*商品搜索输入自动补充css*/

/* 
 * Autocompleter v0.1.2.1 - 2014-05-23 
 * Simple, easy, customisable and with cache support. 
 * http://github.com/ArtemFitiskin/jquery-autocompleter 
 * 
 * Copyright 2014 Artem Fitiskin; MIT Licensed 
 */

.autocompleter {
    /*width: 99.3%;*/
    /*display: none;*/
    position: absolute;
    margin-top: 35px;
    border: 1px solid #ddd;
}

.autocompleter-show {
    display: block;
}

.autocompleter,
.autocompleter-hint {
    position: absolute;
}

.autocompleter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.autocompleter-item {
    cursor: pointer;
    text-align: left;
    background-color: #ffffff;
    /*width: 100%;*/
    line-height: 40px;
    padding-left: 20px;
}

    .autocompleter-item:hover {
        /* Hover State */
        background-color: #ddd;
    }

.autocompleter-item-selected {
    /* Selected State */
    background-color: #ddd;
}

.autocompleter-item strong {
    /* Highlight Matches */
}

.autocompleter-hint {
    width: 100%;
    display: none;
    /** Need absolute position over input text */
}

.autocompleter-hint-show {
    display: block;
    background-color: #ff0000;
    display: none;
}

.autocompleter-hint span {
    color: transparent;
    display: none;
}

/*商品搜索输入自动补充css*/


body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, table, td, tr, dl, dt, dd, blockquote, fieldset, div, strong, label, em {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: 宋体,Tahoma,Verdana;
    font-style: normal;
}

ul, ol, li {
    list-style: none;
}

body {
    font-size: 12px;
    font-family: 宋体,Tahoma,Verdana;
}

    body a {
        text-decoration: none;
    }

a:link, a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #da251d;
}

.orange {
    color: #FF6205;
}

.white {
    color: #fff;
}

.zhuhong {
    color: #AB4400;
}

.gray {
    color: #797979;
}

.clear {
    clear: both;
}
/*select{
  float:left;
  outline:none;
}
.sele {
  margin-right:5px;
}
*/
/*text*/
h1 {
    font-size: 12px;
    color: #CCC;
}

h2, h3 {
    font-size: 14px;
}

.red {
    color: #FF6600;
}

.lessblue {
    color: #0063DC;
}

.bookcar {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

.client {
    font-size: 14px;
    color: #FF9900;
    font-weight: bold;
    margin-right: 10px;
}
/*Cent secant*/
.list_line {
    height: 1px;
    border: none;
    border-top: 1px dashed #e4e4e4;
    width: 95%;
    clear: both;
    margin: auto;
}
/*top*/
#page {
    width: 100%;
    height: 20px;
    background: #eee;
    padding-top: 5px;
    color: #333333;
    overflow: hidden;
}

.site-nav a {
    color: #333333;
    text-decoration: none;
}

    .site-nav a:hover {
        text-decoration: none;
    }

.site-nav UL LI {
    list-style-type: none;
    float: right;
    margin-left: 10px;
}


/*--分页样式--*/
.pagination {
    font-family: Tahoma;
    height: 30px;
    padding: 0;
}

.page-bottom {
}

.pagination .page-cur, .pagination .page-crt {
    background-color: #FFEEE5;
    border: 1px solid #FF5500;
    color: #FF5500;
    font-weight: 700;
}

.pagination a, .page-info, .page-start, .page-end, .page-break, .page-skip, .page-cur, .page-crt {
    font-family: Arial,SimSun;
    font-size: 13px;
    height: 21px;
    line-height: 21px;
    margin-right: 5px;
    min-width: 15px;
    overflow: hidden;
    padding: 1px 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.pagination a, .pagination .page-start, .pagination .page-end {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.pagination a {
    color: #0063DC;
    cursor: pointer;
    text-decoration: none;
}

.pagination .page-next {
    background-position: 44px -69px;
    padding-right: 16px;
    background-image: url("btn-lt.gif" /*tpa=/images/btn-lt.gif*/ );
    background-repeat: no-repeat;
}

.pagination .page-prev, .pagination .page-next, .pagination .page-end, .pagination .page-start {
    background-color: #FFFFFF;
    font-size: 12px;
    width: auto;
}

.pagination a, .page-info, .page-start, .page-end, .page-break, .page-skip, .page-cur, .page-crt {
    font-family: 宋体;
    font-size: 15px;
    height: 21px;
    line-height: 21px;
    margin-right: 5px;
    min-width: 17px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.pagination .current {
    background-color: #FFEEE5;
    border: 1px solid #FF5500;
    color: #FF5500;
    font-weight: 700;
}

.pagination a:hover {
    border: solid 1px #F50;
    text-decoration: none;
}

.pagination .page-skip {
    color: #999999;
    width: auto;
}

/*content*/
#content {
    width: 998px;
    margin: auto;
    height: auto;
    clear: both;
    background: #fff;
}


.TabContent {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    height: 165px;
    margin-top: -8px;
    padding-top: 15px;
    width: auto;
}

/*header top*/
.topbg {
    background-color: #EEEEEE;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    height: 29px;
    margin: 0 auto;
    margin-bottom: 5px;
    clear: both;
}

.top {
    margin: 0 auto;
    /*width:1000px;*/
    width: 1050px;
    padding-top: 2px;
}

    .top .l {
        padding-top: 5px;
        padding-left: 8px;
        float: left;
    }

        .top .l span {
            color: #3B3B3B;
        }

        .top .l a {
            color: #1E67B4;
        }

.top_left {
    float: left;
    width: 430px;
    text-align: right;
    line-height: 19px;
}

#top a {
    color: #3B3B3B;
    text-decoration: none;
    font-family: "宋体";
}

    #top a:hover {
        color: #FF0000;
        text-decoration: none;
    }

#head {
    margin: 0px auto;
    width: 980px;
    height: 75px;
    position: relative;
}

#header_login {
    color: #3B3B3B;
}

.site-nav {
    z-index: 999;
    color: #3B3B3B;
    line-height: 19px;
    position: relative;
    height: 19px;
    width: 410px;
    float: right;
}

    .site-nav .quick-menu li.linec {
        width: 10px;
        height: 15px;
        margin: 2px 5px 0px 5px;
        background: url(../images/ico.gif) no-repeat -350px -100px;
    }

    .site-nav .quick-menu {
        right: 0px;
        position: absolute;
        top: 4px;
    }

        .site-nav .quick-menu li {
            float: left;
            list-style-type: none;
        }

            .site-nav .quick-menu li.last {
                background: none transparent scroll repeat 0% 0%;
            }

            .site-nav .quick-menu li.menu-item {
                padding: 0px;
                position: relative;
            }

    .site-nav .menu-hd {
        color: #3B3B3B;
        padding: 0px 22px 0px 10px;
        display: block;
        z-index: 10002;
        margin: 0px;
        cursor: pointer;
        position: relative;
        height: 25px;
    }

    .site-nav .mymyj .menu-hd {
        width: 50px;
    }

    .site-nav .services .menu-hd {
        width: 48px;
    }

    .site-nav .menu-hd B {
        BORDER-RIGHT: #EEEEEE 4px solid;
        BORDER-TOP: #000 4px solid;
        FONT-SIZE: 0px;
        RIGHT: 10px;
        BORDER-LEFT: #EEEEEE 4px solid;
        WIDTH: 0px;
        LINE-HEIGHT: 0;
        BORDER-BOTTOM: #EEEEEE 4px solid;
        POSITION: absolute;
        TOP: 7px;
        HEIGHT: 0px;
        -webkit-transition: -webkit-transform .2s ease-in;
        -moz-transition: -webkit-transform .2s ease-in;
        -o-transition: -webkit-transform .2s ease-in;
        transition: -webkit-transform .2s ease-in;
    }

    .site-nav .menu-bd {
        border: #BFBFBF 1px solid;
        display: none;
        z-index: 10001;
        right: 0px;
        background: #fff;
        position: absolute;
        top: 20px;
    }

    .site-nav iframe.menu-bd {
        border-width: 0px;
        z-index: -1;
        background: none transparent scroll repeat 0% 0%;
        FILTER: alpha(opacity=0);
        float: left;
    }

    .site-nav .menu-bd-panel {
        padding: 10px 10px 6px 10px;
        background: #fff;
    }

    .site-nav .menu {
        position: relative;
    }

        .site-nav .menu:hover .menu-hd {
            border-right: #bfbfbf 1px solid;
            border-top: #bfbfbf 1px solid;
            border-left: #bfbfbf 1px solid;
            border-bottom: #bfbfbf 1px;
            background: #fff;
            margin: 0px;
        }

    .site-nav .hover .menu-hd {
        border-right: #BFBFBF 1px solid;
        border-top: #BFBFBF 1px solid;
        border-left: #BFBFBF 1px solid;
        background: #000;
        margin: 0px;
    }

    .site-nav .menu:hover .menu-bd {
        display: block;
    }

    .site-nav .hover .menu-bd {
        display: block;
    }

    .site-nav .menu:hover .menu-hd B {
        border-left-color: #fff;
        FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        border-bottom-color: #fff;
        border-top-color: #000;
        TOP: 5px;
        border-right-color: #fff;
        -moz-transform: rotate(180deg);
        -moz-transform-origin: 50% 30%;
        -webkit-transform: rotate(180deg);
        -webkit-transform-origin: 50% 30%;
        -o-transform: rotate(180deg);
        -o-transform-origin: 50% 30%;
        transform: rotate(180deg);
        transform-origin: 50% 30%;
    }

    .site-nav .mymyj .menu-bd {
        width: 82px;
        top: 21px;
        text-align: center;
    }

    .site-nav .mymyj .menu-bd-panel {
        padding: 5px 0px 5px 0px;
    }

    .site-nav .services .menu-bd {
        width: 95px;
        top: 21px;
    }

    .site-nav .services .menu-bd-panel {
        padding: 5px 10px 5px 10px;
    }

.msg_see {
    overflow: hidden;
    background: url(../images/ico.gif) no-repeat;
}

#my_msg {
    width: 845px;
    border: 1px solid #e4e4e4;
    float: right;
    margin-top: 5px;
    overflow: hidden;
}

    #my_msg .my_msg_new {
        width: 100%;
        background: #fafafa;
        border-bottom: 1px solid #FF6000;
        font-size: 14px;
        padding: 10px;
    }

    #my_msg table {
        width: 100%;
    }

        #my_msg table tr th {
            text-align: left;
            background: #FAFAFA;
            padding: 5px;
        }

        #my_msg table tr td {
            text-align: left;
            padding: 0px;
            border-top: #e4e4e4 1px dotted;
        }

.tc_btn {
    background: none repeat scroll 0 0 #E4E4E4;
    border: 1px solid #E1E1E1;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    color: #666666;
}
/*头部 logo*/
.header {
    width: 998px;
    height: 80px;
    clear: both;
    /*overflow:hidden;*/
    z-index: 5;
    margin: auto;
    padding-top: 7px;
}

.logo {
    width: 259px;
    float: left;
    vertical-align: bottom;
    overflow: hidden;
}
/*顶部浮动*/
.wrap-fixed .header_top {
    z-index: 1001;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    padding: 0;
    background: #FFF;
    overflow: visible;
    -webkit-box-shadow: rgba(0,0,0,.1) 0 1px 5px;
    -moz-box-shadow: rgba(0,0,0,.1) 0 1px 5px;
    box-shadow: rgba(0,0,0,.1) 0 1px 5px;
}
/*顶部浮动 end*/

/*客服热线模块*/
#info {
    width: 225px;
    float: right;
    /*	margin-top:10px;
*/
}

#banner {
    width: 1000px;
    height: 40px;
    clear: both;
    padding-bottom: 20px;
    margin: auto;
}
/* FF环境 */
* html #banner {
    width: 1000px;
    height: 40px;
    clear: both;
    padding-bottom: 10px;
    margin: auto;
}
/* IE6环境 */
* + html #banner {
    width: 1000px;
    height: 40px;
    clear: both;
    padding-bottom: 20px;
    margin: auto;
}
/* IE7环境 */

.middle_info {
    float: left;
    width: 500px;
}
/*搜索*/

.search_top .search_main .search_lb {
    width: 60px;
    float: left;
    overflow: hidden;
    background-color: #fff;
    color: #1C1536;
    float: left;
    line-height: 28px;
    text-indent: 2px;
    height: 27px;
}

.search_top {
    text-align: left;
    width: 413px;
    height: 28px;
    margin: auto;
    margin-top: 18px;
}

    .search_top .search_main {
        width: 413px;
        height: 29px;
        font-size: 12px;
        border: 2px solid #ddd;
        border-radius: 3px;
        background: #fff;
    }

        .search_top .search_main .search_list {
            width: 56px;
            float: left;
            overflow: hidden;
            position: relative;
        }

            .search_top .search_main .search_list ul {
                background-color: #F7F7F7;
                border-width: 0 1px 1px 1px;
                border-style: solid;
                border-color: #E0E0E0;
                color: #1C1536;
                float: left;
                line-height: 28px;
                text-indent: 10px;
                width: 52px;
                position: absolute;
            }

            .search_top .search_main .search_list a {
                color: #1C1536;
                outline: none;
            }

            .search_top .search_main .search_list b {
                position: absolute;
                right: 8px;
                top: 10px;
                width: 0;
                height: 0;
                border-width: 4px 4px;
                border-style: solid;
                border-color: #666 transparent transparent;
                _border-color: #666 #f7f7f7 #f7f7f7 #f7f7f7;
                font-size: 0;
                line-height: 0;
                -webkit-transition: -webkit-transform .2s ease-in;
                -moz-transition: -moz-transform .2s ease-in 0s;
                -o-transition: -o-transform .2s ease-in;
                transition: transform .2s ease-in;
            }

                .search_top .search_main .search_list b:hover {
                    border-color: #666 transparent transparent transparent;
                    _border-color: #666 #f7f7f7 #f7f7f7 #f7f7f7;
                    -moz-transform: rotate(180deg);
                    -moz-transform-origin: 50% 30%;
                    -webkit-transform: rotate(180deg);
                    -webkit-transform-origin: 50% 30%;
                    -o-transform: rotate(180deg);
                    -o-transform-origin: 50% 30%;
                    transform: rotate(180deg);
                    transform-origin: 50% 30%;
                    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
                    top: 5px\9;
                    -webkit-transform-origin-x: 50%;
                    -webkit-transform-origin-y: 30%;
                }

            .search_top .search_main .search_list.hover {
                overflow: visible;
            }

        .search_top .search_main .search_btn {
            float: right;
            width: 98px;
            _width: 96px;
            height: 29px;
            cursor: pointer;
            background: url(../images/ico.gif) no-repeat 0px 0px;
        }

        .search_top .search_main .search_txt {
            width: 250px;
            padding-left: 23px;
            background: url(../images/ico.gif) no-repeat -400px 3px;
            height: 27px;
            line-height: 28px;
            float: left;
            font-size: 12px;
            border: 0 none;
            outline: none;
        }

.search_info {
    border: 0 none;
    font-size: 12px;
    border: #fff 1px solid;
}

.hot_search {
    color: #9F9F9F;
    float: left;
    margin-top: 10px;
    margin-left: 70px;
    _margin-left: 35px;
}

.search {
    float: right;
    width: 250px;
    text-align: right;
    clear: both;
}

.searchinput {
    border: 1px solid #e4e4e4;
    height: 18px;
    vertical-align: middle;
}

#ch_login {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

    #ch_login .registered_now {
        font-weight: bold;
        color: #336699;
        padding-right: 10px;
    }

        #ch_login .registered_now a {
            color: #336699;
        }

            #ch_login .registered_now a:hover {
                color: #ff0000;
                text-decoration: underline;
            }

#ch_loginsucess {
    height: auto;
    width: 995px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2px;
}
/*header 导航 菜单*/

.caihuanavcontent {
    margin: 0 auto;
    width: 1000px;
}
/*#d_caihuanav,#navitems,#navitems li,#navitems .fore1,#navitems .curr a,#navitems .hover a {
	background:#E53E41;
}*/
#d_caihuanav {
    background: #E53E41;
    height: 30px;
    padding-left: 162px;
    position: relative;
    z-index: 999;
}

#d_navitems, #d_navitems li, #d_navitems li a {
    height: 30px;
}

#d_navitems {
    background-position: 770px -273px;
    background-repeat: no-repeat;
}

    #d_navitems li {
        background-position: -83px -509px;
        background-repeat: no-repeat;
        float: left;
        position: relative;
        width: 83px;
    }

        #d_navitems li a {
            color: #FFFFFF;
            font: bold 15px/30px "microsoft yahei";
            left: 0;
            position: absolute;
            text-align: center;
            text-decoration: none;
            top: 0;
            width: 85px;
        }

    #d_navitems .fore1 {
        background-position: -55px -231px;
        background-repeat: no-repeat;
    }

    #d_navitems .car_shop {
        width: 250px;
        float: right;
        background: url(../images/ico.gif) no-repeat scroll 0px -316px transparent;
        height: 28px;
        /*margin-top:6px;*/
        z-index: 0;
        top: 0px;
        left: 0px;
    }

        #d_navitems .car_shop a {
            display: inline;
            height: 34px;
            padding: 0 2px;
            text-decoration: none;
            text-align: left;
            width: 240px;
            background: none !important;
        }

        #d_navitems .car_shop p {
            font: 14px/28px "微软雅黑";
            cursor: pointer;
            float: left;
            padding-left: 95px;
            text-align: left;
            width: 100px;
            line-height: 28px;
        }

            #d_navitems .car_shop p span {
                margin: 0 5px 0 0;
                color: #ffef96;
                font-family: Arial,Helvetica,sans-serif;
                font-weight: bold;
            }

        #d_navitems .car_shop .jiesuan {
            background: url(../images/ico.gif) no-repeat scroll 0 -100px transparent;
            cursor: pointer;
            float: right;
            height: 14px;
            margin: 8px 20px 0 0;
            _margin: 8px 13px 0 0;
            text-align: right;
            width: 45px;
            z-index: 51;
        }

    #d_navitems .curr, #d_navitems .hover {
        z-index: 1;
    }

        #d_navitems .curr a, #d_navitems .hover a {
            background-position: 0 -161px;
            color: #fff;
            /*	border-left:1px solid #FFF;
	border-right:1px solid #FFF;*/
            background: #C00;
        }

#treasure {
    position: absolute;
    right: 0;
    top: 0;
}

#d_allcategorys .mt, #d_allcategorys .mt b, #d_allcategorys .close, #d_allcategorys.hover .mt b {
    /*background:#E53E41;
	background-image:url(../images/20111221C.png);
	background-repeat:no-repeat;*/
}

#d_allcategorys {
    background-position: 0 -427px;
    background-repeat: repeat-x;
    height: 30px; /*height:40px;*/
    left: 0;
    position: absolute;
    top: 0;
    width: 162px;
}

    #d_allcategorys .mt {
        background: #F16363;
        /*background-position:-75px -273px;*/
    }

        #d_allcategorys .mt a {
            font-size: 15px;
            color: #FFFFFF;
            display: block;
            height: 30px; /*height: 40px;*/
            line-height: 30px; /*line-height: 40px;*/
            padding-left: 32px;
        }

        #d_allcategorys .mt b {
            background-position: -28px -204px;
            height: 25px;
            right: 9px;
            top: 3px; /*top:9px;*/
            width: 25px;
        }

    #d_allcategorys .sub {
        background: none repeat scroll 0 0 #FFFFFF;
        float: right;
        width: 160px;
        left: 0;
        position: absolute;
        top: 30px;
        _top: 30px; /*左边二级菜单整体的位置*/
    }

    #d_allcategorys li a {
        letter-spacing: 0;
        /*	margin:auto 5px;
*/ outline: medium none;
        position: relative;
        text-transform: uppercase;
        z-index: 10;
    }

#d_navitems .sub_show dl dt {
    background: #fff;
    float: left;
    margin: 0 8px;
    _margin: 0 7px;
    width: auto;
}

    #d_navitems .sub_show dl dt a {
        color: #555;
        font-size: 13px;
        font-weight: normal;
        position: relative;
        background: none;
    }

#d_navitems .sub_show {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #A84200;
    border-top: none;
    display: none;
    float: right;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 30px;
}

.hidden {
    display: none;
}

.ld s, .ld b, .ld .block {
    overflow: hidden;
    position: absolute;
}

.mt h2, .smt h3 {
    font-family: "microsoft yahei";
}
/*底部*/
#footer {
    BACKGROUND: #EFEFEF;
    border-top: 2px solid #fff;
    width: 100%;
    margin-top: 20px;
    clear: both;
    padding: 10px 0px;
}

#copyright {
    width: 980px;
    margin: 10px auto;
    padding-left: 20px;
    color: #868686;
    text-align: center;
    clear: both;
}

.bottom_bu {
    width: 980px;
    margin: 0 auto;
    background: #DADADA;
    border-top: 1px #C2C2C2 solid;
    padding: 8px;
    /*	padding-left:20px;
*/ text-align: center;
    clear: both;
}

    .bottom_bu a {
        color: #666;
        margin-right: 10px;
    }

        .bottom_bu a:hover {
            color: red;
        }

#footer #index_help {
    /*	background:url(../images/ico.gif) no-repeat 0px -48px;
*/ width: 1000px;
    margin: auto;
    clear: both;
    border: none;
}

    #footer #index_help .help_topicon {
        width: 1000px;
        height: 28px;
        /*	background:url(../images/ico.gif) no-repeat 0px -50px;
*/ border: none;
    }

    #footer #index_help .help_list {
        float: left;
        width: 190px; /*150*/
        /*	border-top:1px solid #D4D4D4;
*/
    }

    #footer #index_help ul {
        width: 150px;
        margin-left: 8px;
        padding: 7px 0px 10px 0px;
    }

        #footer #index_help ul li {
            line-height: 20px;
            background: url(../images/ico.gif) no-repeat 0px -129px;
            text-align: left;
            padding-left: 15px;
        }

            #footer #index_help ul li a {
                color: #686868;
            }

                #footer #index_help ul li a:hover {
                    color: red;
                }
/*首页右下角最新资讯*/
#divshowmessage {
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 10px;
    width: 270px;
    height: auto;
    overflow: hidden;
    border: 1px solid #CDCDCD;
    cursor: default;
    -moz-user-select: none;
}

    #divshowmessage .t {
        line-height: 20px;
        height: 20px;
        width: 270px;
        overflow: hidden;
        background-color: #ECECEC;
        color: #444444;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #CDCDCD;
        text-align: center;
        text-align: left;
        padding: 8px 10px;
    }

    #divshowmessage .winBody {
        height: auto;
        width: 270px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: white;
    }

    #divshowmessage .winbody_main {
        width: 260px;
        margin: 10px auto;
    }

    #divshowmessage .checksee {
        width: 260px;
        margin: auto;
        text-align: right;
        border-top: 1px dotted #E0E0E0;
        padding: 5px;
        cursor: pointer;
    }

        #divshowmessage .checksee a {
            color: #FF9900;
            text-decoration: none;
            margin-right: 5px;
        }
/*----------------左侧菜单栏-------------*/
.allSortIndex {
    position: relative;
    float: left;
    z-index: 99;
    width: 160px;
    top: 0px;
    left: 0px;
}

.allSortOne {
    width: 202px;
    position: relative;
    float: left;
    z-index: 99;
}

    .allSortOne .on {
        background: url(../images/category.png) 0 -111px no-repeat;
        width: 202px;
        height: 35px;
    }

.allSortIndex .on, .allSort .over {
    background: url(../images/new_index0306.gif) 0 -142px no-repeat;
    width: 224px;
    height: 33px;
}

.allSortIndex .over i {
    background: url(../images/new_index0306.gif) -103px -27px no-repeat;
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 178px;
    top: 10px;
    overflow: hidden;
}

.allSortIndex .on i {
    background: url(../images/new_index0306.gif) -123px -27px no-repeat;
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 178px;
    top: 10px;
    overflow: hidden;
}

.allSortIndex h2 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-top: 7px;
    padding-left: 41px;
}

.allSortDetail {
    width: 159px;
    background: #fff7f0;
    overflow: hidden;
    border: 2px solid #ddd;
    margin-top: -10px;
    margin-top: 0px;
    *margin-top: -12px;
    border-top: none;
    box-shadow: 0px 1px 10px #cfcfcf;
}

.cateOne {
    background: url(../images/last_li_bg.gif) 5px 238px no-repeat;
    padding-top: 0px;
    _padding-top: 0px;
}

.cateTwo {
    background: #fff7f0;
    height: 159px;
    _height: 159px;
    _overflow: hidden;
    padding-top: 0px;
    _padding-top: 0px;
}

.allSortDetail ul li {
    height: 60px;
    _height: 55px;
    overflow: hidden;
}

.allSortDetail .overr, .allSortDetail .hover {
    cursor: pointer;
}

.category {
    position: absolute;
}

.allSortDetail s {
    background: url(../images/new_index0306.png) -132px -54px no-repeat;
    width: 7px;
    height: 9px;
    display: block;
    position: absolute;
    right: 5px;
    _right: -8px;
    top: 14px;
    z-index: -1;
    overflow: hidden;
}

.allSortDetail .lastLi h3 {
    background: none;
    border: none;
}

.allSortDetail h3 {
    height: 47px;
    *+height:43px;
    _height: 43px;
    overflow: hidden;
    padding-top: 5px;
    margin-left: 8px;
    border-bottom: 1px solid #feeadb;
}

    .allSortDetail h3 a {
        font-size: 14px;
        font-weight: bold;
        color: #575757;
    }

    .allSortDetail h3 i {
        width: 5px;
        height: 11px;
        background: url(../images/btn-lt.gif) no-repeat 0px -73px;
        text-indent: -999em;
        display: block;
        float: left;
        margin-right: 15px;
        margin-top: 7px;
    }

.allSortDetail ul .noBorder {
    border: none;
}

.allSortDetail ul li .sortDet {
    padding: 0 2px;
}

.allSortDetail h3 span {
    float: right;
    color: #f60;
    margin-right: 12px;
    line-height: 39px;
    line-height: 20px;
}

.allSortDetail a:hover {
    text-decoration: underline;
    color: #EF2C12;
}

.allSortDetail .sortOn {
    margin: 0;
}

.allSortDetail .item .hover {
    padding-top: -1px;
    width: 160px;
    overflow: hidden;
    z-index: 999;
    _position: relative;
    _padding-left: 1px;
    border: 2px solid #ddd;
    border-left: none;
    background-color: #FFFFFF;
    border-right: 1px solid #ffffff;
    box-shadow: -1px 1px 10px #cfcfcf;
}

.allSortDetail .overr {
    float: left;
    height: 41px;
    width: 155px;
    _width: 155px;
    position: relative;
    z-index: 999;
    _padding-left: 1px;
}

.allSortDetail ul li {
    left: -1px;
    top: 0px;
}

.warp {
    display: block;
    top: 46px;
    *top: 64px;
    _top: 59px;
}
/*.list{ 
	padding:8px 0px 8px 5px;
	float: left;overflow:hidden; width:400px;_width:390px;/*width:50%;在ie6里默认是100%的宽度，故加宽度50%调兼容
    }*/
.list dt a {
    color: #E53E41;
}

.list dd a {
    color: #717171;
}

.hot {
    float: right;
    background: #F4F4F4; /*height:100%;*/
    width: 35%;
}

    .hot dd {
        width: 240px !important;
    }

    .hot span {
        font-weight: bold;
    }

        .hot span a {
            color: #E53E41;
            padding: 20px;
        }

    .hot em {
        border: 0;
        width: 60px;
    }
/*.allSortList {
	position:absolute;
	border:2px solid #ddd;
	width:652px;_width:680px;
	/*height:100%;*/
/*overflow:hidden;加上这个在ie6无法显示完整
	background:#fff;
	padding:8px 14px 0px 2px;
	z-index:2;box-shadow: -1px 1px 10px #cfcfcf;}*/
.position {
    right: -655px;
    _right: -682px;
}

.poPhone {
    right: -558px;
    _right: -557px;
    top: -20px;
    _top: -20px;
}

.poCart {
    right: -558px;
    _right: -557px;
    top: -7px;
    _top: -7px;
}

.poPayC {
    right: -558px;
    _right: -557px;
    top: -25px;
    *+top:-17px;
    _top: -25px;
}

* + html .poCheck {
    right: -558px;
    top: -110px;
}

.poCheck {
    right: -558px;
    _right: -557px;
    top: -129px;
    *+top:-212px;
    _top: -110px;
}

.poDo {
    right: -558px;
    _right: -557px;
    top: -127px;
    *+top:-114px;
    _top: -114px;
}

.poSer {
    right: -558px;
    _right: -557px;
    top: -76px;
    *+top:-64px;
    _top: -64px;
}


.poNum {
    right: -416px;
    _right: -415px;
    top: 0;
    _top: 0;
}

.poPei {
    right: -416px;
    _right: -415px;
    top: -110px;
    _top: -110px;
}

.poPay {
    right: -416px;
    _right: -415px;
    top: -74px;
    *top: -22px;
    _top: -34px;
}

.allSortDetail .moreW em {
    height: 20px;
    width: 100px;
}

.allSortDetail .moreC em {
    height: 20px;
    width: 83px;
}

.allSortDetail .moreS em {
    height: 20px;
    width: 150px;
}

.allSortDetail .moreS dd {
    width: 520px;
}

.allSortDetail .price .fore em {
    height: 20px;
    width: 70px;
}

.allSortDetail .price dt {
    width: 50px;
}

.allSortDetail .price dd {
    width: 440px;
}

.allSortDetail .payCard dt {
    width: 85px;
}

.allSortDetail .payCard dd {
    width: 280px;
}
/*.allSortDetail .payCard dd em {width:75px;}*/
.allSortDetail .payMon dt {
    width: 120px;
}

.allSortDetail .payMon dd {
    width: 350px;
}

.positionTwo {
    right: -219px;
    _right: -163px;
    top: -47px;
    top: -46px\9;
    *top: -49px;
    _top: -49px;
    border-radius: 5px 5px 5px 0px;
}

.allSortList dl.fore {
    border-bottom: 1px dashed #CCC;
    height: 100%;
}

.allSortList dl {
    padding: 0 6px 6px 6px;
    overflow: hidden; /*border-top:1px dotted #cbcbcb;*/
    margin-left: 10px; /*width:97%;*/
    clear: both;
}

.allSortList dt {
    font-weight: bold;
    float: left;
    width: 90px;
    line-height: 22px;
    padding: 3px 6px 0 0;
    color: #E53E41;
    text-align: left;
}

    .allSortList dt a {
        font-weight: bold;
        color: #E53E41;
        text-align: left;
        font-size: 13px;
        _font-size: 12px;
    }

.allSortList dd {
    float: left;
    width: 400px;
}

.allSortList a {
    line-height: 20px;
}

.selectBuyPhone a {
    width: 90px;
    display: block;
    float: left;
}

.allSortList em {
    float: left;
    height: 16px;
    margin: 4px 0;
    line-height: 16px;
    padding: 0 8px;
    font-style: normal;
    border-left: 1px solid #eee;
}

.allSortList dd a {
    white-space: nowrap;
    color: #717171;
}

.allSortList .cOrange {
    color: #f60;
}

.zhuce {
    font-size: 12px;
    border: 1px solid #CCCCCC;
    color: #666666;
    height: 26px;
    line-height: 26px;
    padding: 0 2px;
    width: 225px;
    outline: none;
}

    .zhuce:hover {
        border: 1px solid #ff8100;
    }

.text-no {
    font-size: 12px;
    border: 1px solid #CCCCCC;
    color: #666666;
    height: 26px;
    line-height: 26px;
    padding: 0 2px;
    width: 200px;
    background-color: #F3F3F3;
    outline: none;
}

input, button {
    margin: 0;
    vertical-align: middle;
    outline: none;
}

.indexArticle {
    overflow: hidden;
    width: 220px;
    margin: 5px auto;
    line-height: 14px;
    text-align: left;
    height: auto;
}

    .indexArticle a {
        color: #707070;
        line-height: 20px;
    }

    .indexArticle p {
        border-bottom: 1px #EAEAEA solid;
        margin-top: 1px;
        padding-bottom: 1px;
    }


#caihuatop {
    width: 100%;
    background-color: white;
    height: 140px;
}

.l-loading {
    position: absolute;
    z-index: 91000;
    top: 40%;
    left: 50%;
    overflow: hidden;
    background: url('/js/lib/ligerUI/skins/Aqua/images/common/bigloading.gif') no-repeat 0px 0px;
    width: 128px;
    height: 128px;
    display: none;
}

.mainmask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
    background: #777;
    display1: none;
    font-size: 1px;
    *zoom: 1;
    overflow: hidden;
    display: none;
    z-index: 92000;
}

.partmask {
    position: absolute;
    filter: alpha(opacity=20);
    opacity: 0.2;
    background: #777;
    display1: none;
    font-size: 1px;
    *zoom: 1;
    overflow: hidden;
    display: none;
    z-index: 98000;
}

.partl-loading {
    position: absolute;
    z-index: 99000;
    overflow: hidden;
    background: url('/js/lib/ligerUI/skins/Aqua/images/common/loading.gif') no-repeat 0px 0px;
    width: 128px;
    height: 128px;
    display: none;
}

.lt_b_r2 {
    background: url("../images/btn-lt.gif") no-repeat scroll 0 -35px transparent;
    border: 0 none;
    height: 30px;
    width: 117px;
    cursor: pointer;
    float: right;
}

.carttab {
    margin-top: 1px;
    margin-bottom: 2px;
}

    .carttab .dthover {
        border-bottom: solid 2px #ef2c12;
        color: #FF362B;
    }

.dtablist {
    float: left;
    margin: 3px 5px;
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    font-size: 15px;
}

    .dtablist:hover {
        border-bottom: solid 2px #ef2c12;
        cursor: pointer;
    }

#FootNav li {
    display: inline;
    padding: 0 0 0 30px;
}

button.aui_state_highlight {
    color: #FFF !important; /* border: solid 1px #1c6a9e; */
    background: #D62A22 !important; /* text-shadow: -1px -1px 1px #1c6a9e; */
    text-shadow: none !important;
    font-family: '宋体' !important;
    border-color: transparent !important;
}

    button.aui_state_highlight:hover {
        color: #FFF !important;
        border-color: transparent !important;
    }

    button.aui_state_highlight:active {
        border-color: transparent !important;
        background: #FF0020 !important;
    }

.aui_buttons button {
    box-shadow: none !important;
}

.aui_titleExtBar {
}

    .aui_titleExtBar .aui_title {
        color: white;
        background-color: #E53E41;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        line-height: 20px;
        text-indent: 5px;
        overflow: hidden;
        font-size: 12px;
    }

    .aui_titleExtBar .aui_close {
        width: 20px;
        height: 20px;
        line-height: 20px;
        right: 0px;
        top: 0px;
        border-radius: 0 0 0;
        background-color: #E53E41;
        color: #FFF;
        box-shadow: 0 0 0;
    }

        .aui_titleExtBar .aui_close:hover {
            width: 20px;
            height: 20px;
            line-height: 20px;
            right: 0px;
            top: 0px;
            color: #FFF;
            box-shadow: 0 0 0;
            background-color: #E53E41;
            border-radius: 0 0 0;
        }

.shop-coupon-trigger {
    display: inline-block;
    width: 57px;
    height: 31px;
    line-height: 31px;
    padding: 0 0 0 11px;
    color: #f40;
    background-position: 0 0;
    position: relative;
    cursor: pointer;
}

    .shop-coupon-trigger em {
        line-height: 25px;
        color: #f40;
        cursor: pointer;
        font-style: normal;
    }

    .arrow, .ks-overlay-close, .shop-coupon-trigger, .shop-coupon-trigger .arrow {
        background: url(../images/youhui_icon.png) no-repeat;
    }

.shop-coupon-trigger-hover .arrow {
    background-position: 0 -75px;
}

.shop-coupon-trigger .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 3px;
    right: 9px;
    top: 11px;
    background-position: 0 -65px;
}

.ks-overlay {
    position: absolute;
    left: -2px;
    /*top: -210px;*/
}

.cart-tips {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    padding: 5px 8px;
    background: url(../images/youhui_icon.png) #ff978c no-repeat;
    background-position: 0 -85px;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.06);
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,.06);
    -ms-box-shadow: 0 2px 1px rgba(0,0,0,.06);
    box-shadow: 0 2px 1px rgba(0,0,0,.06);
    float: left;
    color: #9c9c9c;
    overflow: visible;
    z-index: 99997;
}

.coupon-popup .arrow {
    bottom: -6px;
    left: 25px;
    background-position: -89px 0;
    width: 11px;
    height: 6px;
    display: block;
    position: absolute;
    z-index: 99998;
}

.coupon-list li {
    overflow: hidden;
    padding-left: 65px;
    position: relative;
    margin: 15px 20px 20px 18px;
}

.cart-container table {
    text-align: center;
    color: #FFF;
}

.cart-container th {
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.cart-container td {
    border-bottom: 1px dotted #fff;
    padding: 5px 0;
}

.cart-container tr:hover {
    background: #FFBAA5;
}

.coupon-popup .ks-overlay-close, .coupon-ops .ks-overlay-close {
    background-position: -110px 0;
    display: block;
    width: 12px;
    height: 11px;
    line-height: 200px;
    overflow: hidden;
    position: absolute;
    right: 9px;
    top: 6px;
    cursor: pointer;
    z-index: 99998;
}

.coupon-amount {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 25px;
    line-height: 25px;
    background-position: -125px -25px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: Arial;
    padding-left: 8px;
}

.coupon-info {
    float: left;
    width: 166px;
    line-height: 1;
}

#xz {
    color: #999;
}

.coupon-info .coupon-title {
    margin-bottom: 5px;
    color: #000;
}

.coupon-info .coupon-time {
    color: #D50404;
    font-family: Tahoma;
}

.coupon-op .coupon-unreceived {
    color: #666;
    cursor: pointer;
}

.coupon-unreceived-xz {
    background: #f1f1f1;
    color: #999;
    border: 1px solid #999;
}

.coupon-op span {
    display: block;
    height: 23px;
    border: 1px solid #fff;
    line-height: 23px;
    text-align: center;
    margin-right: 3px;
}

.coupon-ops {
    position: relative;
    height: 24px;
    background: #fff;
    border: 1px dotted #ff4400;
    margin-bottom: 10px;
}

    .coupon-ops b {
        padding: 5px 15px;
        font-weight: normal;
    }
/*============================头部============================*/
#caihuatop {
    width: 100%;
    background-color: white;
    height: 140px;
}

.topbg {
    background-color: #EEEEEE;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    height: 29px;
    margin: 0 auto;
    margin-bottom: 5px;
    clear: both;
}

.top {
    margin: 0 auto;
    width: 1000px;
    padding-top: 2px;
}

    .top .l {
        padding-top: 5px;
        padding-left: 8px;
        float: left;
    }

        .top .l span {
            color: #3B3B3B;
        }

.site-nav {
    z-index: 999;
    color: #3B3B3B;
    line-height: 19px;
    position: relative;
    height: 19px;
    width: 470px;
    float: right;
}

    .site-nav .quick-menu {
        right: 0px;
        position: absolute;
        top: 4px;
    }

        .site-nav .quick-menu li {
            float: left;
            list-style-type: none;
        }

            .site-nav .quick-menu li.menu-item {
                padding: 0px;
                position: relative;
            }

.msg_see {
    overflow: hidden;
    background: url(../images/ico.gif) no-repeat;
}

.top .l a {
    color: #1E67B4;
}

.site-nav .mymyj .menu-bd-panel {
    padding: 5px 0px 5px 0px;
    background: #fff;
}

.site-nav .mymyj .menu-bd {
    width: 82px;
    top: 21px;
    text-align: center;
}

.site-nav .menu-bd {
    border: #BFBFBF 1px solid;
    display: none;
    z-index: 10001;
    right: 0px;
    background: #fff;
    position: absolute;
    top: 20px;
}

.site-nav a {
    color: #333333;
    text-decoration: none;
}

.site-nav .quick-menu li.linec {
    width: 10px;
    height: 15px;
    margin: 2px 5px 0px 5px;
    background: url(../images/ico.gif) no-repeat -350px -100px;
}

.site-nav .quick-menu li {
    float: left;
    list-style-type: none;
}

.site-nav .mymyj .menu-hd {
    width: 50px;
}

.site-nav .menu {
    position: relative;
}

.site-nav .menu-hd {
    color: #3B3B3B;
    padding: 0px 22px 0px 10px;
    display: block;
    z-index: 10002;
    margin: 0px;
    cursor: pointer;
    position: relative;
    height: 25px;
}

.logo {
    width: 259px;
    float: left;
    vertical-align: bottom;
    overflow: hidden;
    position: relative;
    z-index: 12;
}

.middle_info {
    float: left;
    width: 500px;
    position: relative;
    z-index: 11;
}
/*顶部浮动*/
.wrap-fixed .logo h1 {
    display: none;
}

.wrap-fixed .logo h2 {
    margin-top: 5px;
}

.fixed-top-wrap {
    -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
    width: 998px;
    margin: 0 auto;
    position: relative;
}
/*搜索浮动*/
.wrap-fixed .search-wrap {
    width: 469px;
}
/*搜索浮动 end*/
.wrap-fixed .code {
    display: none;
}

.tb-icon {
    width: 51px;
    height: 34px;
    border: 1px solid #DFDFDF;
    padding: 0 23px 0 24px;
    background: #F9F9F9;
    text-align: center;
    line-height: 34px;
    position: absolute;
    top: 0;
    left: 143px;
    cursor: pointer;
    margin-left: 27px;
}

    .tb-icon i {
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        top: 11px;
        right: 13px;
        background: url(../images/T1zhHqXbliXXafcxPv-150-489.png) -135px -159px;
    }

    .tb-icon:hover {
        background: #fff;
    }


/*顶部浮动 end*/
.search_top {
    text-align: left;
    width: 436px;
    height: 28px;
    margin: auto;
    margin-top: 16px;
}

    .search_top .search_main {
        width: 436px;
        height: 34px;
        font-size: 12px;
        border: 2px solid #da251d;
        background: #fff;
    }

        .search_top .search_main .search_txt {
            width: 300px;
            padding-left: 29px;
            background: url(../images/ico.gif) no-repeat -400px 6px;
            height: 32px;
            line-height: 32px;
            float: left;
            font-size: 12px;
            border: 0 none;
            outline: none;
        }

        .search_top .search_main .search_btn {
            float: right;
            width: 98px;
            _width: 96px;
            height: 29px;
            cursor: pointer;
            background: url(../images/ico.gif) no-repeat 0px 0px;
        }

.header .button {
    float: right;
    width: 83px;
    height: 34px;
    line-height: 24px;
    background: #da251d;
    border: none;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    cursor: pointer;
    *margin-left: -1px;
}

.cw-icon i {
    display: block;
    position: absolute;
    overflow: hidden;
}
/*============================右侧购物车============================*/
#settleup-2014 {
    float: left;
    z-index: 11;
    height: 36px;
    margin-top: 17px;
}

.dorpdown {
    position: relative;
}

#settleup-2014 .cw-icon {
    width: 75px;
    height: 34px;
    border: 1px solid #DFDFDF;
    padding: 0 28px 0 36px;
    background: #F9F9F9;
    text-align: center;
    line-height: 34px;
}

.cw-icon {
    position: relative;
    cursor: default;
    zoom: 1;
}

#settleup-2014 .ci-left {
    top: 9px;
    left: 18px;
    width: 18px;
    height: 16px;
    background: url(../images/Index_NewImg/jd2015img.png) 0 -58px no-repeat;
    _background: url(../images/Index_NewImg/jd2015img.png) 0 -91px no-repeat;
}

.cw-icon .i, .cw-icon i {
    display: block;
    position: absolute;
    overflow: hidden;
}

#settleup-2014 .ci-right {
    top: 11px;
    right: 10px;
    width: 7px;
    height: 13px;
    overflow: hidden;
    font: 400 13px/13px simsun;
    color: #999;
}

#settleup-2014 .ci-count {
    position: absolute;
    top: -4px;
    left: 104px;
    display: inline-block;
    padding: 1px 2px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #da251d;
    border-radius: 7px 7px 7px 0;
    min-width: 12px;
    text-align: center;
    font-style: normal;
}

#settleup-2014.hover .dorpdown-layer, #settleup-2014:hover .dorpdown-layer {
    display: block;
    right: 0;
    _right: -1px;
    width: 308px;
}

#settleup-2014 .cw-icon:hover {
    background: #fff;
    border: 1px solid #ddd;
    /*box-shadow: 0 0 5px rgba(0,0,0,.2);*/
}

.dorpdown-layer {
    display: none;
    position: absolute;
}

#settleup-2014.hover .spacer, #settleup-2014:hover .spacer {
    position: absolute;
    right: 0;
    top: -7px;
    width: 139px;
    height: 12px;
    background: #fff;
}

#settleup-content {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #fff;
}

    #settleup-content .smt {
        height: 25px;
        padding: 6px 8px;
        line-height: 25px;
    }

        #settleup-content .smt h4 {
            *font-size: 12px;
        }

    #settleup-content .smc {
        background: #fff;
        height: auto !important;
        height: 344px;
        max-height: 344px;
        overflow-y: auto;
    }

    #settleup-content ul {
        margin-top: -1px;
    }

    #settleup-content li {
        padding: 8px 10px;
        border-top: 1px dotted #ccc;
        overflow: hidden;
        line-height: 17px;
        vertical-align: bottom;
    }

    #settleup-content .p-img {
        float: left;
        width: 50px;
        height: 50px;
        border: 1px solid #ddd;
        padding: 0;
        margin-right: 10px;
        font-size: 0;
    }

    #settleup-content .p-name {
        float: left;
        width: 120px;
        height: 52px;
    }

    #settleup-content .p-detail {
        float: right;
        text-align: right;
    }

    #settleup-content .p-price {
        font-weight: 700;
    }

#mcart-mj .dt, #mcart-mj .dt:hover, #mcart-mz .dt, #mcart-mz .dt:hover {
    background: #bffab1;
}

#settleup-content li {
    padding: 8px 10px;
    border-top: 1px dotted #ccc;
    overflow: hidden;
    line-height: 17px;
    vertical-align: bottom;
}

#settleup-content .hl-orange {
    background: #f60;
}

#settleup-content .hl-green, #settleup-content .hl-orange {
    margin-right: 5px;
    color: #fff;
    display: inline-block;
    padding: 0 2px;
    font: 12px/16px simsun;
}

#settleup-content .smb {
    padding: 8px;
    background: #F5F5F5;
    _height: 45px;
    _padding-top: 15px;
    _padding-bottom: 0;
}

    #settleup-content .smb .p-total {
        float: left;
        line-height: 29px;
    }

    #settleup-content .smb a {
        float: right;
        height: 29px;
        padding: 0 10px;
        background: #E72227;
        color: #fff;
        text-align: center;
        font-weight: 700;
        line-height: 29px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.ar {
    text-align: right;
}
/*============================右侧购物车 end============================*/
/*============================头部 end============================*/
/*============================导航栏菜单============================*/
.caihuanav {
    height: 44px;
    border-bottom: 2px solid #da251d;
    _overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 9;
}

    .caihuanav .w {
        width: 998px;
        margin: 0 auto;
        position: relative;
        z-index: 9;
        height: 44px;
    }

        .caihuanav .w .w-spacer {
            display: none;
        }

    .caihuanav .w-spacer {
        position: absolute;
        top: -1px;
        z-index: 1;
        width: 100%;
        height: 44px;
        border-top: 1px solid #DDD;
        border-bottom: 2px solid #B1191A;
    }

.th-b em {
    float: left;
    width: 15px;
    height: 12px;
    /*background: url(../images/x.png) no-repeat 0 -74px;*/
    margin-top: 17px;
}

#categorys, #categorys .dd-inner h3, #categorys .dt a, #navitems a {
    font-family: "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", b8bf53, sans-serif;
}

#categorys {
    float: left;
    position: relative;
    z-index: 10;
    width: 157px;
    height: 44px;
    overflow: visible;
    background: #da251d;
}

    #categorys .dt .ci-right {
        top: 20px;
        right: 7px;
        height: 7px;
        overflow: hidden;
        font: 700 20px/16px simsun;
        color: #fff;
        transition: transform .1s ease-in 0s;
        -webkit-transition: -webkit-transform .1s ease-in 0s;
        display: block;
        position: absolute;
    }

    #categorys .dt s {
        position: relative;
        top: -9px;
        text-decoration: none;
    }

    #categorys .dt .ci-right {
        font: 700 20px/16px simsun;
        color: #fff;
    }

    #categorys .dd-inner .hover {
        background: #f7f7f7;
        color: #B61D1D;
    }

    #categorys .dt a {
        display: block;
        width: 137px;
        height: 44px;
        padding: 0 10px;
        background: #D62A22;
        font: 400 15px/44px "microsoft yahei";
        color: #fff;
        text-decoration: none;
    }

    #categorys .dd {
        height: 421px;
        margin-top: 2px;
        position: absolute;
        top: 43px;
        left: 0;
        width: 100%;
        z-index: 52;
        width: 157px;
        /*border-left: 1px solid #b61d1d;
border-right: 1px solid #b61d1d;*/
        background: #9E9C9C;
        /*background: url(/web/images/Index_NewImg/fmenu_bg.png) repeat-y;
opacity: 0.8;*/
        background-color: rgba(0,0,0,0.5);
    }

@media \0screen\,screen\9 { /* 只支持IE6、7、8 */
    #categorys .dd {
        background-color: #000000;
        filter: Alpha(opacity=50);
        position: static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
}

#categorys .dd-inner h3 {
    position: absolute;
    z-index: 2;
    height: 31px;
    padding: 0 10px;
    line-height: 31px;
    font-family: "microsoft yahei";
    font-size: 14px;
    font-weight: 400;
}

#categorys .dd-inner .item {
    position: relative;
    z-index: 1;
    height: 40px;
    color: #fff;
    right: -1px;
}

.dd-inner .item a {
    color: #fff;
}

    .dd-inner .item a:hover {
        color: #D62A22;
    }

#categorys .dd-inner .item a {
    color: #fff;
}

#categorys .dd-inner .hover a {
    color: #da251d;
}

#categorys .dd-inner i {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 14px;
    width: 4px;
    height: 14px;
    font: 400 9px/14px consolas;
}

#navitems {
    float: left;
    position: relative;
    z-index: 2;
    margin-left: 16px;
}

    #navitems .spacer, #navitems a, #navitems li, #navitems ul {
        float: left;
    }

        #navitems li a {
            font-size: 16px;
        }

    #navitems a {
        height: 44px;
        padding: 0 7px;
        text-align: center;
        text-decoration: none;
        font: 400 15px/44px "microsoft yahei";
        color: #333;
    }

        #navitems a:hover {
            color: #D62A22;
        }

    #navitems .currenthover {
        color: #D62A22;
    }

.caihuanav .w .contact {
    font: 500 19px/45px "microsoft yahei";
    color: #D62A22;
}

.fr {
    float: right;
}
/*============================菜单弹出层============================*/
.caihuanav .allSortList {
    position: absolute;
    top: 0;
    left: 156px;
    width: 788px;
    background: #f7f7f7;
    padding: 0px 8px 0px 2px;
    z-index: 2;
    border-right: 1px solid #D62A22;
    border-bottom: 1px solid #D62A22;
}

    .caihuanav .allSortList .hover {
        display: block;
    }

.caihuanav .list {
    float: left;
    overflow: hidden;
    width: 550px;
}

    .caihuanav .list a {
        color: #666;
    }


.caihuanav .allSortList dl.fore {
    border-bottom: 1px dashed #CCC;
    height: 100%;
}

    .caihuanav .allSortList dl.fore dd em a {
        color: #ddd;
    }

.caihuanav .allSortList dl {
    padding: 0 6px 0 6px;
    overflow: hidden;
    margin-left: 10px;
    width: 97%;
    clear: both;
}

.caihuanav .allSortDetail .payCard dt {
    width: 85px;
}

.caihuanav .allSortList dt {
    font-weight: bold;
    float: left;
    width: 62px;
    line-height: 22px;
    padding: 10px 6px 0 0;
    color: #E53E41;
    text-align: left;
}

    .caihuanav .allSortList dt a {
        font-weight: bold;
        color: #E53E41;
        text-align: left;
        font-size: 13px;
        _font-size: 12px;
    }

.caihuanav .allSortList dd {
    float: left;
    width: 460px;
    word-break: keep-all;
}

.caihuanav .allSortList em {
    float: left;
    height: 30px;
    margin: 6px 0;
    line-height: 30px;
    padding: 0 9px;
    font-style: normal;
    border-left: 1px solid #eee;
    font-family: 宋体,Tahoma,Verdana;
}

.caihuanav .hot {
    float: right;
    background: #F1F1F1;
    height: 100%;
    width: 25%;
}

    .caihuanav .hot span a {
        font-size: 14px;
        padding: 10px;
    }
/*============================菜单弹出层 end============================*/
/*============================导航栏菜单 end============================*/


/*============================升级提示============================*/
/*.tan_chuang_div {
display: none;
width: 100%;
height: 100%;
}*/
.gdwin-box {
    font-family: "微软雅黑";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    _left: 33%;
}

.gdwin-box-body {
    _top: expression(eval(document.documentElement.scrollTop+370));
    position: fixed;
    _position: absolute;
    left: 34%;
    top: 50%;
    width: 250px;
    height: 203px;
    margin: -225px 0 0 -277px;
}

    .gdwin-box-body .position-c {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .gdwin-box-body .position-c .btn-close {
            position: absolute;
            left: 200px;
            top: 10px;
            width: 32px;
            height: 32px;
            z-index: 4;
            background: url(/Web/images/btn-close.png) center center no-repeat;
            cursor: pointer;
        }

        .gdwin-box-body .position-c img {
            width: 250px;
            height: 203px;
            vertical-align: middle;
        }
/*============================升级提示 end============================*/
/*============================回到顶部============================*/
.scrollTop {
    background-position: 0 0;
    bottom: 40px;
    background: url(/Web/images/icon.png) no-repeat;
}

    .scrollTop a:hover {
        background-position: 0 -82px;
        bottom: 40px;
        background: #000 url(/Web/images/icon.png) no-repeat;
    }

    .scrollTop a {
        height: 61px;
    }

.scrollTop {
    width: 61px;
    height: 61px;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
    position: fixed;
    right: 20px;
    z-index: 3;
    text-indent: -9999px;
    right: 1%;
}
/*============================回到顶部 end============================*/
/*新版订货中心列图模式*/
.new_diagram ul li {
    float: left;
    width: 158px;
    /*position: relative;*/
    padding: 14px;
    _padding: 13px;
    height: 290px;
    background: #fff;
    margin: 0 10px 10px 11px;
    z-index: 1;
}

.new_special ul li {
    margin: 0 7px 10px 7px;
    !important;
}

.new_diagram ul li.unavailable {
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    opacity: .4;
}

.new_diagram ul li:hover {
    background: #F1F1F1;
}

.new_diagram li .im {
    position: relative;
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

    .new_diagram li .im img {
        max-width: 160px;
        max-height: 160px;
    }

    .new_diagram li .im .limit {
        color: #FFFFFF;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 160px;
        line-height: 23px;
        background-color: rgba(253, 63, 63, 0.7);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff', GradientType=0);
    }

    .new_diagram li .im .corner {
        position: absolute;
        top: 0;
        left: 0;
        background: #DA0C0C;
        color: #fff;
        padding: 5px;
    }

        .new_diagram li .im .corner.gray {
            background: #8B8B8B;
        }

.new_diagram .price_p {
    margin-top: 5px;
}

    .new_diagram .price_p span {
        font-family: "微软雅黑","黑体";
        color: #f32d2c;
        font-size: 14px;
        font-weight: bold;
    }

    .new_diagram .price_p .tm_price {
        color: #999;
        font-weight: normal;
        text-decoration: line-through;
        font-size: 12px;
    }

.new_diagram li .txt {
    line-height: 18px;
    height: 38px;
    overflow: hidden;
    color: #717171;
}

    .new_diagram li .txt a {
        color: #444343;
        cursor: pointer;
    }

.new_diagram .employer {
    position: absolute;
    left: 92px;
    top: 4px;
    color: #363636;
}

.new_diagram .voucher {
    position: relative;
}

    .new_diagram .voucher img {
        margin-left: 4px;
    }

    .new_diagram .voucher .pop_up {
        position: absolute;
        top: -46px;
        left: -3px;
        padding: 3px;
        background: #FFF0F0;
        line-height: 17px;
        border: 1px solid #EC6D67;
    }

.mui-amount-wrap {
    position: relative;
    height: 17px;
    margin-top: 7px;
}

.gallery {
    /*height: 200px;*/
    /*background:#eee;*/
    margin-bottom: 10px;
    /*background:#CA0303  url(../images/5-1210311U121.gif) repeat-x;*/
    position: relative;
}

.gallery_wz {
    padding: 10px 15px;
    position: absolute;
    top: 36px;
    background-color: rgba(0,0,0,0.5); /* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}

    .gallery_wz p {
        color: #FFFFFF;
        line-height: 20px;
    }

@media \0screen\,screen\9 { /* 只支持IE6、7、8 */
}

.gallery_wz {
    background-color: #000000;
    filter: Alpha(opacity=50);
    position: static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
}

    .gallery_wz p {
        position: relative; /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }

/*新版订货中心列图模式 end*/

.toolbar_right {
    position: fixed;
    z-index: 100;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    background-color: #777575;
    margin-top: 25px;
}

.toolbar_righ_item {
    border-top: 1px solid #b1aaaa;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    transition: background-color .1s;
}

    .toolbar_righ_item:hover, .toolbar_righ_item_on {
        position: relative;
        border-bottom: 1px solid #d70b1c;
        margin-bottom: -1px;
        border-color: #d70b1c;
        background-color: #d70b1c;
    }

.toolbar_righ_item_first {
    border-top: none;
}

.toolbar_right .toolbar_righ_btn {
    overflow: hidden;
    display: block;
    width: 60px;
    padding: 10px 5px;
    line-height: 20px;
    text-align: center;
    color: #fefefe;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    transition: color .1s;
    font-size: 14px;
}
/*.toolbar_righ_item a:hover{ color:#FFF; background:#da251d;}
*/ .toolbar_righ_btn {
    padding: 7px 5px;
}

.toolbar_righ_item_top, .toolbar_righ_item_top:hover {
    border-top: 1px solid #f6f6f6;
    background-color: #5e4a4a;
    border-bottom: 0;
    margin-bottom: 0;
}

.toolbar_righ_btn_arrow {
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 4px;
    border-color: #5e4a4a #5e4a4a #fff;
}

/*右边导航栏 end*/
.form-field {
    position: relative;
    padding: 8px 0 8px 128px;
    zoom: 1;
}

    .form-field label {
        position: absolute;
        left: 0;
        width: 115px;
        padding-top: 10px;
        font-size: 14px;
        text-align: right;
        color: #333;
    }

    .form-field .f-text {
        width: 248px;
        height: 22px;
        padding: 5px;
        border: 1px solid #aaa;
        line-height: 22px;
        vertical-align: top;
    }

    .form-field .unitive-tip {
        display: inline-block;
        margin-left: 4px;
        padding: 6px 0;
        line-height: 24px;
        font-size: 12px;
        color: #999;
        vertical-align: top;
        zoom: 1;
    }

        .form-field .unitive-tip a {
            color: #00F;
            text-decoration: underline;
            cursor: pointer;
        }

.form-field--vbtn {
    padding: 0 0 0 128px;
}

.btn-normal {
    color: #333;
    background-color: #dedede;
    border: 1px solid #e3e3e3;
    border-bottom: 1px solid #aaa;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F7', endColorstr='#FFDEDEDE');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-linear-gradient(top,#f7f7f7,#dedede);
    background-image: linear-gradient(to bottom,#f7f7f7,#dedede);
}

    .btn-normal:hover {
        color: #333;
        background-color: #e9e9e9;
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid #b3b3b3;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E9');
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
        background-size: 100%;
        background-image: -webkit-linear-gradient(top,#fff,#e9e9e9);
        background-image: linear-gradient(to bottom,#fff,#e9e9e9);
    }

.btn-mini {
    padding: 1px 8px 0;
    font-size: 12px;
    line-height: 30px;
}

.form-field .inline-tip {
    display: inline-block;
    margin-left: 4px;
    padding: 6px 0;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    vertical-align: top;
    zoom: 1;
}

.submit_btn {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 20px 6px;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    border-width: 0 0 1px;
    border-style: solid;
    background-repeat: repeat-x;
    border-radius: 2px;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #fff;
}

.submit_btn {
    background-color: #da251d;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#da251d', endColorstr='#B62D27');
    background-size: 100%;
    background-image: -webkit-linear-gradient(top,#da251d,#da251d);
    background-image: linear-gradient(to bottom,#da251d,#B62D27);
}

    .submit_btn:hover {
        background-color: #2eb7aa;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B62D27', endColorstr='#da251d');
        background-size: 100%;
        background-image: -webkit-linear-gradient(top,#2bb8aa,#2eb7aa);
        background-image: linear-gradient(to bottom,#B62D27,#da251d);
    }

.tip-status {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    overflow: hidden;
    background-position: 0 -191px;
    vertical-align: -3px;
}

.tip-status--opinfo, .tip-status--success {
    background-image: url(../images/bianmin-icon.png);
    background-repeat: no-repeat;
}

.tip-status--opinfo {
    background-position: 0 -296px;
}

.tip-status--success {
    background-position: 0 -453px;
}

.maincenter_kt {
    margin: 0 auto;
    width: 686px;
    height: auto;
    padding: 30px 0;
}

.maincenter {
    margin: 0 auto;
    width: 600px;
    height: auto;
    padding: 30px 0;
}

    .maincenter ul li {
        float: left;
        text-align: center;
        color: #fff;
        width: 110px;
        background: #CFCFCF;
        padding: 9px 40px;
        margin-right: 10px;
        font-size: 18px;
        font-family: "微软雅黑";
        font-weight: bold;
        border-radius: 3px;
    }

        .maincenter ul li.iconfontstep-active {
            background-color: #da251d;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#da251d', endColorstr='#B62D27');
            background-size: 100%;
            background-image: -webkit-linear-gradient(top,#da251d,#B62D27);
            background-image: linear-gradient(to bottom,#da251d,#B62D27);
        }

        .maincenter ul li.iconfontstep-end {
            background-color: #6C3;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#4FB81B', endColorstr='#44A215');
            background-size: 100%;
            background-image: -webkit-linear-gradient(top,#6C3,#41A210);
            background-image: linear-gradient(to bottom,#6C3,#41A210);
        }

.notice_content {
    border: 1px solid #EFE68B;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 8px 15px;
    background: #FEFFE5;
    margin-top: 50px;
    width: 558px;
}

.change_content {
    border: 1px solid #ddd;
    margin-top: 10px;
    width: 558px;
    padding: 15px;
}

.old_number {
    font-size: 18px;
    font-family: "微软雅黑";
    padding-bottom: 10px;
    margin-left: 45px;
}

.old_number_finish {
    text-align: center;
    padding: 60px 0;
}

.verify-wrapper b {
    text-decoration: underline;
    color: #F00;
    font-size: 14px;
}
/*开通便民 end*/


/*选择切换 开始*/
.header_qh {
    float: left;
    margin-top: -5px;
    margin-right: 5px;
}

.city-info__toggle {
    border: 1px solid #eee;
    padding: 2px 12px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
}

    .city-info__toggle:hover {
        padding-bottom: 2px;
        border-color: #ccc;
        border-bottom: none;
        background-color: #fff;
    }

.header_qh .dd {
    left: 0;
    width: 103px;
    padding: 10px;
}

.header_qh .dd {
    line-height: 24px;
}

.header_qh .item {
    float: left;
    width: 60px;
    padding: 2px 0;
}

    .header_qh .item a {
        float: left;
        width: 101px;
        text-align: center;
    }

        .header_qh .item a:hover {
            background-color: #f4f4f4;
        }

        .header_qh .item a.selected {
            background-color: #f10215;
            color: #fff;
        }

.header_qh .city-dorpdown-layer {
    top: 23px;
    width: 109px;
}

.city_dorpdown {
    position: relative;
    z-index: 21;
}

    .city_dorpdown:hover .city-info__toggle {
        padding-bottom: 2px;
        border-color: #ccc;
        border-bottom: none;
        background-color: #fff;
    }

    .city_dorpdown:hover .city-dorpdown-layer {
        display: block;
    }

.city-dorpdown-layer {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 1px 2px 1px rgba(0,0,0,.1);
}
/*选择切换 结束*/


/*我的优惠卷 开始*/
.quan-h-cate .cate-cont {
}

.quan-h-cate {
    font-family: "微软雅黑";
}

    .quan-h-cate .cate-heading {
        height: 35px;
        line-height: 1;
        margin: 20px auto;
        text-align: center;
    }

        .quan-h-cate .cate-heading .i1, .quan-h-cate .cate-heading .i2 {
            display: inline-block;
            width: 35px;
            height: 18px;
            overflow: hidden;
            vertical-align: middle;
        }

        .quan-h-cate .cate-heading h3 {
            display: inline-block;
            margin: 0 5px;
            color: #111;
            font-size: 18px;
            line-height: 35px;
            vertical-align: middle;
            font-family: "Microsoft YaHei";
        }

    .quan-h-cate .cate-cont {
        display: inline-block;
        min-height: auto;
    }

        .quan-h-cate .cate-cont .quan-type01, .quan-h-cate .cate-cont .quan-type02, .quan-h-cate .cate-cont .quan-type03, .quan-h-cate .cate-cont .quan-type04, .quan-h-cate .cate-cont .quan-type05 {
            position: relative;
            height: 145px;
            font-family: "Microsoft YaHei";
            border: 1px solid #f2f2f2;
            background: #fff;
            box-shadow: 0 10px 20px 0 rgba(0,0,0,.04);
            display: inline-block;
            display: block;
        }

        .quan-h-cate .cate-cont .quan-type01 {
            width: 330px;
            overflow: visible;
        }

        .quan-h-cate .cate-cont .quan-item {
            position: relative;
            float: left;
            width: 316px;
            margin: 2px 20px 20px 0;
        }

        .quan-h-cate .cate-cont .quan-type01 .q-img, .quan-h-cate .cate-cont .quan-type02 .q-img, .quan-h-cate .cate-cont .quan-type03 .q-img, .quan-h-cate .cate-cont .quan-type04 .q-img, .quan-h-cate .cate-cont .quan-type05 .q-img {
            float: left;
            width: 84px;
            height: 84px;
            margin: 15px 8px;
            border: 1px solid #f1f2f6;
            transition: all .2s ease-in-out,opacity 1s;
        }

        .quan-h-cate .cate-cont .quan-type01 .q-type, .quan-h-cate .cate-cont .quan-type02 .q-type, .quan-h-cate .cate-cont .quan-type03 .q-type, .quan-h-cate .cate-cont .quan-type04 .q-type, .quan-h-cate .cate-cont .quan-type05 .q-type {
            position: relative;
            float: left;
            z-index: 2;
            width: 173px;
            height: 93px;
            padding: 10px 0 15px;
            color: #333;
            outline: 0;
        }

        .quan-h-cate .cate-cont .quan-type01 .q-price, .quan-h-cate .cate-cont .quan-type02 .q-price, .quan-h-cate .cate-cont .quan-type03 .q-price, .quan-h-cate .cate-cont .quan-type04 .q-price, .quan-h-cate .cate-cont .quan-type05 .q-price {
            width: 165px;
            height: 45px;
            margin-bottom: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: relative;
        }

            .quan-h-cate .cate-cont .quan-type01 .q-price em, .quan-h-cate .cate-cont .quan-type01 .q-price span, .quan-h-cate .cate-cont .quan-type01 .q-price strong {
                color: #f23030;
            }

            .quan-h-cate .cate-cont .quan-type01 .q-price .q-limit, .quan-h-cate .cate-cont .quan-type02 .q-price .q-limit, .quan-h-cate .cate-cont .quan-type03 .q-price .q-limit, .quan-h-cate .cate-cont .quan-type04 .q-price .q-limit, .quan-h-cate .cate-cont .quan-type05 .q-price .q-limit {
                display: inline-block;
                font-size: 12px;
                margin: 7px 0 0 1px;
                vertical-align: top;
            }

.day-two {
    position: absolute;
    right: 2px;
    top: 26px;
    color: #907a10;
    background: #fff6ba;
    padding: 0 5px;
    width: 83px;
    border: 1px solid #f3f1f1;
}

.quan-h-cate .cate-cont .quan-type01 .q-price strong, .quan-h-cate .cate-cont .quan-type02 .q-price strong, .quan-h-cate .cate-cont .quan-type03 .q-price strong, .quan-h-cate .cate-cont .quan-type04 .q-price strong, .quan-h-cate .cate-cont .quan-type05 .q-price strong {
    display: inline-block;
    font: 400 34px arial;
    vertical-align: top;
}

.quan-h-cate .cate-cont .quan-type05 .q-price em, .quan-h-cate .cate-cont .quan-type05 .q-price span, .quan-h-cate .cate-cont .quan-type05 .q-price strong {
    color: #9e9a9a;
}

.quan-h-cate .cate-cont .quan-type05 .q-limit {
    padding: 0 5px;
    color: #d3d3d3;
    background: #f9f9f9;
}

.quan-h-cate .cate-cont .quan-type01 .q-limit {
    padding: 0 5px;
    color: #f23030;
    background: #fff4ec;
}

.quan-h-cate .cate-cont .quan-type01 .q-range, .quan-h-cate .cate-cont .quan-type02 .q-range, .quan-h-cate .cate-cont .quan-type03 .q-range, .quan-h-cate .cate-cont .quan-type04 .q-range, .quan-h-cate .cate-cont .quan-type05 .q-range {
    height: 20px;
    line-height: 18px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 7px;
    cursor: default;
    font-family: "Microsoft YaHei";
}

.quan-h-cate .cate-cont .quan-type01 .q-progress, .quan-h-cate .cate-cont .quan-type02 .q-progress, .quan-h-cate .cate-cont .quan-type03 .q-progress, .quan-h-cate .cate-cont .quan-type04 .q-progress, .quan-h-cate .cate-cont .quan-type05 .q-progress {
    display: inline-block;
    display: block;
}

    .quan-h-cate .cate-cont .quan-type01 .q-progress .txt, .quan-h-cate .cate-cont .quan-type02 .q-progress .txt, .quan-h-cate .cate-cont .quan-type03 .q-progress .txt, .quan-h-cate .cate-cont .quan-type04 .q-progress .txt, .quan-h-cate .cate-cont .quan-type05 .q-progress .txt {
        float: left;
        margin-right: 5px;
        color: #666;
        margin-left: 11px;
    }

    .quan-h-cate .cate-cont .quan-type01 .q-progress:after, .quan-h-cate .cate-cont .quan-type02 .q-progress:after, .quan-h-cate .cate-cont .quan-type03 .q-progress:after, .quan-h-cate .cate-cont .quan-type04 .q-progress:after, .quan-h-cate .cate-cont .quan-type05 .q-progress:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .quan-h-cate .cate-cont .quan-type01 .q-progress .progress-bg, .quan-h-cate .cate-cont .quan-type02 .q-progress .progress-bg, .quan-h-cate .cate-cont .quan-type03 .q-progress .progress-bg, .quan-h-cate .cate-cont .quan-type04 .q-progress .progress-bg, .quan-h-cate .cate-cont .quan-type05 .q-progress .progress-bg {
        display: block;
        position: relative;
        width: 173px;
        height: 9px;
        border-radius: 5px;
        background: #eee;
    }

.quan-h-cate .cate-cont .quan-type01 .progress-wrap .progress {
    background: #ffb2b2;
}

.quan-h-cate .cate-cont .quan-type01 .q-progress .progress-wrap, .quan-h-cate .cate-cont .quan-type02 .q-progress .progress-wrap, .quan-h-cate .cate-cont .quan-type03 .q-progress .progress-wrap, .quan-h-cate .cate-cont .quan-type04 .q-progress .progress-wrap, .quan-h-cate .cate-cont .quan-type05 .q-progress .progress-wrap {
    display: block;
    position: relative;
    float: left;
    width: 173px;
    height: 9px;
    margin-top: 5px;
    border-radius: 5px;
}

.quan-h-cate .cate-cont .quan-type01 .q-progress .progress, .quan-h-cate .cate-cont .quan-type02 .q-progress .progress, .quan-h-cate .cate-cont .quan-type03 .q-progress .progress, .quan-h-cate .cate-cont .quan-type04 .q-progress .progress, .quan-h-cate .cate-cont .quan-type05 .q-progress .progress {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    border-radius: 5px;
}

.quan-h-cate .cate-cont .quan-type01 .q-price em, .quan-h-cate .cate-cont .quan-type02 .q-price em, .quan-h-cate .cate-cont .quan-type03 .q-price em, .quan-h-cate .cate-cont .quan-type04 .q-price em, .quan-h-cate .cate-cont .quan-type05 .q-price em {
    display: inline-block;
    font: 400 18px arial;
    vertical-align: top;
    margin: 3px 3px 0 0;
    font-family: "Microsoft YaHei";
}

.quan-h-cate .cate-cont .quan-type01 .q-opbtns {
    background-color: #da251d;
}

.quan-h-cate .cate-cont .quan-type05 .q-opbtns {
    background-color: #9e9a9a;
}

.quan-h-cate .cate-cont .quan-type01 .q-opbtns, .quan-h-cate .cate-cont .quan-type02 .q-opbtns, .quan-h-cate .cate-cont .quan-type03 .q-opbtns, .quan-h-cate .cate-cont .quan-type04 .q-opbtns, .quan-h-cate .cate-cont .quan-type05 .q-opbtns {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 145px;
}

    .quan-h-cate .cate-cont .quan-type01 .q-opbtns a.btn, .quan-h-cate .cate-cont .quan-type02 .q-opbtns a.btn, .quan-h-cate .cate-cont .quan-type03 .q-opbtns a.btn, .quan-h-cate .cate-cont .quan-type04 .q-opbtns a.btn, .quan-h-cate .cate-cont .quan-type05 .q-opbtns a.btn {
        position: relative;
        display: block;
        width: 39px;
        height: 100%;
        line-height: 22px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-family: "Microsoft YaHei";
    }

        .quan-h-cate .cate-cont .quan-type01 .q-opbtns a.btn b, .quan-h-cate .cate-cont .quan-type02 .q-opbtns a.btn b, .quan-h-cate .cate-cont .quan-type03 .q-opbtns a.btn b, .quan-h-cate .cate-cont .quan-type04 .q-opbtns a.btn b, .quan-h-cate .cate-cont .quan-type05 .q-opbtns a.btn b {
            position: absolute;
            z-index: 2;
            top: 0;
            left: -1px;
            display: block;
            width: 3px;
            height: 100%;
            background: url(//misc.360buyimg.com/user/quan/3.0.0/widget/quan-index/i/small-circle.png) top left repeat-y;
        }

        .quan-h-cate .cate-cont .quan-type01 .q-opbtns a.btn .txt, .quan-h-cate .cate-cont .quan-type02 .q-opbtns a.btn .txt, .quan-h-cate .cate-cont .quan-type03 .q-opbtns a.btn .txt, .quan-h-cate .cate-cont .quan-type04 .q-opbtns a.btn .txt, .quan-h-cate .cate-cont .quan-type05 .q-opbtns a.btn .txt {
            position: relative;
            display: block;
            top: 25px;
            width: 14px;
            margin: 0 auto;
            font-size: 16px;
        }

.coupon_nav {
    border-bottom: 2px solid #da251d;
    display: inline-block;
    width: 998px;
}

    .coupon_nav li {
        display: block;
        position: relative;
        float: left;
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        text-align: center;
        color: #333;
        padding: 0 20px;
    }

.coupon-item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    width: 1px;
    background: #e6e6e6;
}

.coupon_nav .curr {
    background: #da251d;
    color: #fff;
}

.myquan {
    font-size: 14px;
    line-height: 32px;
    background: url(dianji.png) no-repeat left center;
    padding-left: 14px;
}
/*我的优惠卷 结束*/
/*订货中心 查看优惠卷 开始*/
.prompt-01 .p-arrow {
    position: absolute;
    background: url(/web/images/arrow-gray.png) no-repeat;
}

.prompt-01 {
    position: absolute;
    width: 122px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 2px 2px #eee;
    border-radius: 1px;
}

    .prompt-01 .p-arrow-left {
        right: 38px;
        top: -12px;
        width: 18px;
        height: 12px;
        background-position: 0px 3px;
    }

.prompt-02 {
    position: absolute;
    z-index: 1;
    left: 31px;
    top: 28px;
    padding: 9px 9px;
    display: none;
    color: #666;
    line-height: 22px;
}

.lookjuan {
    margin-left: 6px;
    border: 1px solid #e23a3a;
    color: #e23a3a;
    background: #fff;
    padding: 0 3px;
    cursor: pointer;
}
/*订货中心 查看优惠卷 结束*/
/*这些样式是字体超过一定的宽度 变省略号*/
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*在线支付方式弹出 开始*/
.payonlineTitle {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    z-index: 1000;
}

.qt-model-t {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    z-index: 92001;
    overflow: hidden;
}

    .qt-model-t .mdoel-table {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
    }

    .qt-model-t .model-table-call {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        padding: 10px;
    }

.login-wrap {
    width: 500px;
    height: auto;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
}

.qt-model-t .login-wrap {
    position: relative;
    margin: 0 auto;
}

.judge-store {
    padding: 20px;
    background: #fff;
    position: absolute;
    z-index: 2;
    border: 1px solid #ddd;
    height: 216px;
    left: 40px;
    top: 67px;
    border-radius: 4px;
}

    .judge-store h3 {
        text-align: center;
        font-size: 16px;
    }

    .judge-store h3, .judge-store p {
        font-family: "微软雅黑";
    }

.pay_text_hints {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
}

.judge-store p {
    ;
    font-size: 14px;
    text-align: center;
    margin: 5px 0;
}

.pay_bule {
    color: #1dc0ff;
}

.pay_red {
    color: #F00;
}

.tishi_close_one {
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 7px;
    top: 6px;
    z-index: 998;
}

    .tishi_close_one:hover {
        background: url(../images/close_red.png) no-repeat;
    }

.tishi_refresh_one {
    background: url(../images/payRefresh.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 35px;
    top: 6px;
    z-index: 998;
}

    .tishi_refresh_one:hover {
        background: url(../images/payRefresh_red.png) no-repeat;
    }

.pay_btn {
    width: 209px;
    height: 38px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    overflow: hidden;
    background-color: #d1131c;
    background-image: -moz-linear-gradient(top, #e74649, #df3134);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e74649), color-stop(1, #df3134));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74649', endColorstr='#df3134', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74649', endColorstr='#df3134');
    background-image: linear-gradient(to top, #d1131c 0, #ff5053 100%);
}

.payment {
    margin: 10px 0;
    overflow: hidden;
}

    .payment div {
        cursor: pointer;
        border: 2px solid #fff;
    }

        .payment div:hover {
            border: 2px solid red;
        }

    .payment .payTypeSelected {
        border: 2px solid red;
    }
/*在线支付方式弹出 结束*/

/*店铺管理*/
#c_code {
    display: block;
    float: none;
}


/*新版抽奖界面 开始*/
/*.box{position:relative;width: 399px;height: 475px;}
.tit{color: #FE4B22;text-align: center;margin-bottom: .1rem;}
.box .turntable_zj{position: absolute;top: 0;left: 0;width: 400px;height: 475px;}
.box .record_btn{width: .87rem;height: .38rem;background: #b60e00;border-bottom-left-radius:.11rem;display: block;float: right;}
.box .record_btn .btn{width: .85rem;height: .32rem;font-size:.12rem;background: #ffec00;border-bottom-left-radius:.1rem;display: block;float: right;}
.box .record_btn .btn img{width: .125rem;height: .125rem;margin-left: .09rem;vertical-align: middle;margin-bottom: .02rem;margin-right: .03rem;}
.box .record_btn .btn span{color: #ff4232;margin-top: .08rem;display: inline-block;}
.box .turntable_box{width: 323px;height: 323px;position: absolute;top: 28px;left: 39px;}
.box .turntable_bg{width: 323px;height: 323px;}
.box .pointer{width: 76px;height: 93px;position: absolute;top: 140px;left: 165px;z-index: 10;}
.turntable_box .item{width: 150px;height: 143px;display: flex;flex-direction: column;align-items:center;position: absolute;top: 10px;left: 89px;transform-origin:50% 100%;}
.turntable_box .item img{width: 57px;height: 57px;margin-top: 2px;}
.list,.transDiv{width: 2.91rem;height: .31rem;position: absolute;top: 5.35rem;left: .4rem;}
.list .swiper-slide{width: 100%;height: .31rem;line-height: .31rem;text-align: center;color: #fe4b22;font-size: .12rem;}
.transDiv{background: transparent;z-index: 10;}
.prize_name{    font-size: 13px;
    color: #940707;}*/


/*新版商品详情页 开始*/
.w {
    width: 998px;
    margin: 0 auto;
}

.product-intro {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .product-intro .preview-wrap {
        width: 352px;
        float: left;
        padding-bottom: 15px;
    }

.preview {
    position: relative;
}

    .preview .main-img {
        border: 1px solid #eee;
        margin-bottom: 20px;
        _zoom: 1;
    }

    .preview .jqzoom {
        position: relative;
        padding: 0;
    }

    .preview .spec-list {
        margin-bottom: 18px;
        position: relative;
        _zoom: 1;
    }

        .preview .spec-list .arrow-next, .preview .spec-list .arrow-prev {
            display: block;
            width: 22px;
            height: 32px;
            float: left;
            position: absolute;
            cursor: pointer;
            top: 50%;
            margin-top: -16px;
        }

        .preview .spec-list .arrow-prev {
            left: 0;
        }

            .preview .spec-list .arrow-prev .sprite-arrow-prev {
                width: 22px;
                height: 32px;
                background-image: url('../images/__sprite.png');
                background-position: 0 -54px;
            }

            .preview .spec-list .arrow-prev.disabled i {
                background: url(../images/disabled-prev.png);
            }

            .preview .spec-list .arrow-prev:hover i {
                background: url(../images/hover-prev.png);
            }

        .preview .spec-list .arrow-next {
            right: 0;
        }

            .preview .spec-list .arrow-next i, .preview .spec-list .arrow-prev i {
                display: block;
            }

.root61 .clothing .preview .spec-list .spec-items ul li {
    margin: 0 2px;
}

.preview .spec-items ul li {
    float: left;
    margin: 0 9px;
    overflow: hidden;
    height: 50px;
}

.preview .spec-items .kuan {
    border: 2px solid #f78b86;
}

.preview .spec-list .arrow-next .sprite-arrow-next {
    width: 22px;
    height: 32px;
    background-image: url(../images/__sprite.png);
    background-position: -78px 0;
}

.preview .spec-list .arrow-next:hover i {
    background: url(../images/hover-next.png);
}

.preview .spec-items {
    width: 224px;
    margin: 0 auto;
    overflow: hidden;
}

.clothing .product-intro .itemInfo-wrap {
    min-height: 590px;
    _height: 590px;
    margin-right: 24px;
    width: 624px;
}

.itemInfo-wrap {
    width: 590px;
    float: left;
    margin-left: 30px;
}

    .itemInfo-wrap .sku-name {
        font: 700 16px Arial,"microsoft yahei";
        color: #666;
        padding-top: 10px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .itemInfo-wrap .news {
        color: #e4393c;
        margin-bottom: 5px;
    }

.root61 .clothing .itemInfo-wrap .news .item {
    width: 590px;
}

.clothing .itemInfo-wrap .news .item {
    max-height: 3em;
    white-space: normal;
}

#p-ad-phone {
    height: 18px;
    text-overflow: ellipsis;
}

.itemInfo-wrap .summary {
    position: relative;
    padding-bottom: 5px;
    overflow: hidden;
    _zoom: 1;
}

.itemInfo-wrap .summary-price-wrap {
    padding: 10px 0 0;
    background: #f3f3f3;
}

    .itemInfo-wrap .summary-price-wrap .summary-price {
        position: relative;
        margin-bottom: 5px;
    }

.itemInfo-wrap .dt {
    float: left;
    padding-left: 10px;
    font-family: simsun;
    color: #999;
}

.itemInfo-wrap .summary-price-wrap .summary-price .dt {
    line-height: 34px;
}

.itemInfo-wrap .dd {
    margin-left: 70px;
    color: #5d5d5d;
    font-size: 13px;
}

.summary-price .p-price {
    color: #E4393C;
    font-family: "microsoft yahei";
    margin-right: 10px;
}

.p-detail, .p-img, .p-market, .p-name, .p-price {
    overflow: hidden;
}

.itemInfo-wrap .summary-price-wrap .summary-price .notice {
    color: #999;
    font-size: 16px;
    vertical-align: 2px;
    text-decoration: line-through;
}

.itemInfo-wrap .summary-price-wrap .summary-price .p-price .price, .summary-price .p-price .price {
    font-size: 22px;
}

.summary-price .l-price {
    font-size: 16px;
    font-weight: bold;
    color: #E4393C;
    font-family: "microsoft yahei";
    padding: 0 7px;
}

.itemInfo-wrap .summary-price-wrap .summary-price .p-price span {
    font-size: 16px;
}

.li {
    margin-bottom: 3px;
    line-height: 29px;
    display: inline-block;
    display: block;
}

    .li:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#summary-quan {
    padding-bottom: 2px;
}

.summary-line {
    height: 0;
    overflow: hidden;
    border-bottom: 1px dotted #dfdfdf;
    margin-bottom: 15px;
}

.prom-item, .prom-quan {
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .prom-item em {
        font-style: normal;
    }

.car_red_bg, .hl_red_bg {
    color: #df3033;
    background: 0 0;
    border: 1px solid #df3033;
    padding: 2px 3px;
    margin-right: 5px;
    display: inline-block;
    line-height: 16px;
    border-radius: 6px;
}

.title_red_bg {
    color: #528fce;
    background: 0 0;
    border: 1px solid #528fce;
    padding: 1px 3px;
    display: inline-block;
    line-height: 16px;
    border-radius: 6px;
    font-style: normal;
    font-size: 12px;
}

.hl_red {
    color: #666;
    line-height: 18px;
    font-weight: bold;
}

.store-prompt {
    margin-top: -10px;
    color: #999;
}

.J-prom {
    position: relative;
}

.summary-info a {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 0;
    color: #999;
}

    .summary-info a:hover {
        color: #E4393C;
    }

.cart-tbody .item-item .p-quantity .quantity-form {
    position: relative;
    overflow: hidden;
    height: 22px;
    width: 80px;
}
/*.decrement, .increment {
    border: 1px solid #cacbcb;
    border-right: 0;
    height: 18px;
    line-height: 18px;
    padding: 1px 0;
    width: 16px;
    text-align: center;
    color: #666;
    margin: 0;
    background: #fff;
}*/
.p-quantity {
    width: 80px;
    position: relative;
}

    .p-quantity .decrement {
        float: left;
    }

    .p-quantity .itxt {
        position: absolute;
        left: 17px;
        top: 0;
        border: 1px solid #cacbcb;
        width: 42px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        padding: 1px;
        margin: 0;
        font-size: 12px;
        font-family: verdana;
        color: #333;
        -webkit-appearance: none;
    }

    .p-quantity .increment {
        float: right;
        border: 1px solid #cacbcb;
        border-left: 0;
        color: #666;
    }

.ETab .tab-main {
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-bottom: 1px solid #949494;
    display: inline-block;
    display: block;
}

    .ETab .tab-main ul {
        margin-top: -1px;
    }

    .ETab .tab-main li.current {
        background-color: #949494;
        color: #fff;
        cursor: default;
    }

.ETab div.large li {
    padding: 10px 25px;
    font-size: 14px;
}

.ETab .tab-main li {
    position: relative;
    display: inline-block;
    font-family: "microsoft yahei";
    cursor: pointer;
}

.ETab .tab-main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.indexmain_m .flist .list li {
    float: left;
    width: 170px;
    position: relative;
    padding: 8px 14px;
    _padding: 13px;
    height: 232px;
    /* border-bottom: 1px solid #ddd; */
    /* border-right: 1px solid #ddd; */
    background: #fff;
    cursor: pointer;
}

    .indexmain_m .flist .list li .im {
        position: relative;
        width: 160px;
        height: 160px;
        text-align: center;
        vertical-align: middle;
    }

    .indexmain_m .flist .list li .lc-car {
        background: #D62A22;
        padding: 3px 10px;
        float: right;
        color: #FFF;
        text-align: center;
        margin-top: 3px;
    }

    .indexmain_m .flist .list li .price span {
        font-family: "微软雅黑","黑体";
        color: #f32d2c;
        font-size: 14px;
        font-weight: bold;
    }

.item_quantity_editer, .shortcut_bar {
    width: 74px;
    position: absolute;
    right: 0;
    top: 0;
}

.p-parameter {
    padding: 0 10px 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

    .p-parameter ul {
        padding: 16px 0 7px;
        overflow: hidden;
        _zoom: 1;
        color: #333;
    }

        .p-parameter ul li {
            width: 280px;
            padding-left: 42px;
            float: left;
            margin-bottom: 5px;
        }

            .p-parameter ul li, .p-parameter ul li .detail p {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

.ETab {
    position: relative;
    overflow: hidden;
}

.slider_control {
    position: absolute;
    top: 50%;
    border-radius: 0;
    width: 25px;
    height: 35px;
    line-height: 35px;
    background-color: #d9d9d9;
    background-color: rgba(0,0,0,.15);
    margin-top: -20px;
    font-size: 20px;
    z-index: 2;
    border: none;
    outline: none;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.slider_control_prev {
    left: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.slider_control i {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    color: #fff;
    color: rgba(255,255,255,.8);
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    background: url(../images/T1zhHqXbliXXafcxPv-150-489.png) 0 -84px;
}

.slider_control_prev i {
    left: -3px;
}

.slider_control_next {
    right: 0;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.slider_control_prev {
    left: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.seckill-list .slider_control_next {
    right: 1px;
}

.slider_control:hover {
    color: #fff;
    background-color: #999;
    background-color: rgba(0,0,0,.4);
}

.seckill_sr i {
    background: url(../images/T1zhHqXbliXXafcxPv-150-489.png) -14px -84px;
}

.seckill-list .seckill-item:after, .seckill-list .fiery-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 200px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: -webkit-gradient(linear,left top,left bottom,from(white),color-stop(#eeeeee),to(white));
    background: linear-gradient(180deg,white,#eeeeee,white);
}

.slider_wrapper {
    position: absolute;
    width: 5600px;
    opacity: 1;
    transition: none;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.main_p {
    float: left;
    background: #D62A22;
    padding: 0px 10px;
    color: #FFF;
    text-align: center;
    margin-left: 120px;
}

.favorites {
    float: left;
    background: #D62A22;
    padding: 0px 10px;
    color: #FFF;
    text-align: center;
    margin-left: 20px;
}


.m-pictures img {
    width: 700px;
    height: 500px;
}



/*------------------签到--------------------------*/
.pointsMall {
    float: right;
}
.pointsMall:hover {
    text-decoration: underline;
}

.signInContinuousDay {
    width: 64px;
    height: 64px;
    border: 1px solid;
    border-radius: 100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
}

.signInContinuousDay-text {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-weight:normal;
}

.signInDayInfo {
    position: relative;
    height: 56px;
    width: 56px;
    text-align: center;
    display: inline-block;
}

.signedIn {
    background: url(/Images/已签.png) top center no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    margin: 3px 0px 1px 7px;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    color: gray;
}

.notSignedIn {
    background: url(/Images/未签.png) top center no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    margin: 3px 0px 1px 7px;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    color: #ab8531;
}

.theme {
    position: relative;
    /*top: -20px;*/
    width: 500px;
    height: 263px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0 auto;
}

.statistics {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    text-align: center;
}

    .statistics img {
        width: 108px;
        height: 108px;
    }

    .statistics > .num {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 23px;
    }

.rule {
    position: absolute;
    top: 26px;
    right: 18px;
    width: 65px;
    height: 17px;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #D4D0CD;
    line-height: 21px;
}

.sign_in {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

    .sign_in > .day {
        position: relative;
        width: 56px;
        text-align: center;
        display: inline-block;
    }

        .sign_in > .day img {
            margin-right: 5px;
        }

        .sign_in > .day > .num {
            position: absolute;
            bottom: 10px;
            left: 0;
            right: 0;
            font-size: 18px;
            font-weight: bold;
            color: #FFFFFF;
        }

        .sign_in > .day > .num2 {
            position: absolute;
            top: 20px;
            left: 0;
            right: 0;
            font-size: 26px;
            font-weight: bold;
            color: #FFFFFF;
        }

        .sign_in > .day > .num3 {
            position: absolute;
            bottom: 10px;
            left: 0;
            right: 0;
            font-size: 18px;
            font-weight: bold;
            color: #636262;
        }

.theme > .btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #FF9500;
    width: 129px;
    height: 38px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    line-height: 36px;
}

.theme > .close {
    position: absolute;
    bottom: -64px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*------------------签到结束--------------------------*/


