/* ====================
     公共样式
==================== */

body {
    font: 12px/1.5 tahoma, "microsoft yahei", "微软雅黑", "宋体";
    color: #666;
    margin: 0;
    padding: 0;
}


div {
    margin: 0 auto;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
img,
p {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
}

.block {
    width: 1200px;
    margin: 0 auto;
}

.index_body .block {
    width: 1200px;
    margin: 0 auto;
}

.table td,
.table th {
    padding: 5px;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.dis {
    display: block;
}

.inline {
    display: inline;
}

.none {
    display: none;
}

a {
    text-decoration: none;
    color: #666
}

.dashed {
    background: url(images/lineBg.gif) repeat-x left top;
    color: #3f3f3f;
    padding: 2px 0 3px 12px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

*+html .clearfix {
    height: 1%;
}

/*英文强制换行*/
.word {
    word-break: break-all;
}

/*边框*/
.B_blue {
    border: 1px solid #e2e2e2;
}

.B_input {
    border: 1px solid #ccc;
}

.inputBg {
    border: 1px solid #b3b3b3;
    height: 23px;
    line-height: 23px;
}

/*字体颜色ecmoban.com*/
.f1 {
    color: #b22825;
    font-weight: bold
}

.f2 {
    color: #ff6f3d;
    font-weight: bold;
    margin-right: 15px;
}

.f3 {
    color: #9e9e9e;
}

.f4 {
    color: #b22825;
}

.f4_b {
    color: #ff6f3d;
    font-weight: bold;
}

.f5 {
    font-size: 14px;
    font-weight: bold;
}

.f6 {
    color: #ff6f3d;
}

.market {
    font-size: 12px;
    text-decoration: line-through;
    color: #999
}

.shop {
    color: #C80A28;
    font-size: 22px;
    font-family: 'Microsoft YaHei';
}

.market_s {
    text-decoration: line-through;
}

.shop_s {
    color: #B22825;
    font-weight: bold
}

/*按钮部分*/
.bnt_blue {
    background: url(images/bg.gif) no-repeat 0px 0px;
    width: 52px;
    height: 21px;
    text-align: center;
    line-height: 22px;
    color: #333;
    border: none;
    cursor: pointer;
    overflow: hidden
}

.bnt_blue_1 {
    background: url(images/bg.gif) no-repeat 0px -663px;
    width: 77px;
    height: 21px;
    text-align: center;
    line-height: 22px;
    color: #333;
    border: none;
    cursor: pointer;
    overflow: hidden
}

.bnt_blue_2 {
    background: url(images/bg.gif) no-repeat 0px -696px;
    width: 139px;
    height: 21px;
    text-align: center;
    line-height: 22px;
    color: #333;
    border: none;
    cursor: pointer;
    overflow: hidden
}

.bnt_bonus {
    background: url(images/bg.gif) no-repeat -56px 0px;
    width: 52px;
    height: 21px;
    text-align: center;
    line-height: 22px;
    color: #333;
    border: none;
    cursor: pointer;
    overflow: hidden
}

/*box from ec moban*/

/*.box_1{border:1px solid #ddd; background-color:#fff;}*/

.box_1 {
    overflow: hidden;
}

.box_1 img {
    max-width: 96%;
}

.box_2 {
    border: 1px solid #ddd;
    background: url(images/box_2Bg.gif) repeat-x top left;
    background-color: #edf8fe;
}

.boxCenterList {
    padding: 8px;
    border: 1px solid #eee;
}

.boxCenterList tr td {
    line-height: 180%;
}

/*模块标题*/
h3 {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background: #e5e5e5;
    text-align: right;
    padding: 0 12px;
    font-weight: 100;
}

h3.border {
    border: 1px solid #e2e2e2;
    border-bottom: none;
}

h3 img {
    position: relative;
    top: 7px;
}

h3 span {
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    font-weight: bold;
    color: #373737;
    padding-left: 5px;
    font-family: "微软雅黑"
}

h3 a {
    color: #333;
    text-decoration: none;
    font-family: "微软雅黑"
}

h5 {
    height: 26px;
    line-height: 26px;
    text-align: right;
    background-color: #f6f6f6;
    font-size: 12px;
    color: #900;
    padding: 0 10px 0 0;
}

h5 span {
    float: left;
    font-weight: bold;
    padding-left: 15px;
}

h6 {
    height: 38px;
    line-height: 38px;
    text-align: right;
    font-size: 12px;
    background: #f6f6f6;
    color: #3f3f3f;
    border: 1px solid #fff;
    padding-right: 10px;
}

h6 span {
    float: left;
    padding-left: 15px;
    font-size: 14px;
}

/*页面留白*/
.blank {
    height: 10px;
    line-height: 15px;
    clear: both;
    visibility: hidden;
}

.blank5 {
    height: 5px;
    line-height: 5px;
    /* _margin:-3px 0;e c m o b a n*/
    clear: both;
    visibility: hidden;
}

/*布局*/

.index_top {
    position: relative;
    margin-top: 10px;
}

.AreaL {
    width: 216px;
    float: left;
}

.index_page .AreaL {
    position: relative;
    z-index: 99999;
    background: #f8f8f8;
}

.AreaR {
    width: 974px;
    float: right;
    /*margin-top:10px;*/
}

.AreaR .AreaR_left {
    width: 644px;
    float: left;
    overflow: hidden;

}

.AreaR .AreaR_right {
    width: 318px;
    float: right;
    border: 1px solid #eee;
    border-top: none;
}

/*改变首页*/

.index_top .AreaL {

    width: 224px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100; 
    background: rgb(85, 84, 90); /* 所有浏览器都支持 */
    background: rgba(85, 84, 90, 0.5); /* 现代浏览器 */
    
}


.index_top .AreaR {
    width: 1200px;
    /*margin-top:10px;*/
}

.index_top .AreaR .AreaR_left {
    width: 1200px;
    float: left;
    overflow: hidden;

}


.goodsBox_1 {
    width: 1200px;
}

/* ====================
     导航部分
==================== */

/*顶部head部分*/
.seven a {
    width: 100%;
    height: 90px;
    display: block;
    background: url(images/rukou.jpg) no-repeat center top;
}

#toolbar {
    position: relative;
    background: #F7F7F7;
    width: 100%;
}

.w {
    width: 1178px;
    margin: 0 auto;
    height: 28px;
    border-bottom: 1px solid #EEE;
    line-height: 28px;
    color: #666;
}

.w a,
.heaHalving a {
    height: 30px;
    padding: 0 8px 0 0;
}

a.bgNone {
    color: #f00
}

.w a:hover {
    text-decoration: underline
}

.wei {
    height: 200px;
    /*width:160px;*/
    display: inline;
    float: left
}

.weixin {
    background: url(images/weixin.png) left 6px no-repeat;
    width: 19px;
    height: 19px;
    margin: 0 10px;
    position: relative;
    z-index: 9999999999
}

#weixin {
    float: left
}

.wei img {
    display: none;
}

.wei_on img {
    position: absolute;
    z-index: 9999999;
    right: -20px;
    top: 25px;
    width: 200px;
    display: block;
}


/*Logo和搜索及购物车*/
.hd {
    width: auto;
    height: auto;
    height: 76px;
    overflow: hidden;
}

.hd_flow {
    width: 1220px;
    margin: 5px auto;
    height: auto;
    height: 90px;
    overflow: hidden;
}

.hd_search {
    width: 460px;
    height: 60px;
    margin-left: 70px;
    margin-top: 14px;
    float: left;
}

.tab_search {
    width: 460px;
    height: 25px;
}

#searchForm {
    float: left;
    position: relative;
}

#search {
    height: 40px;
    width: 500px;
}

#search a {
    color: #fff;
    text-decoration: none;
}

#search .keys {
    width: 460px;
    height: 25px;
    margin-top: 6px
}

#search .keys a {
    padding-right: 2px;
    color: #666;
}

#search .keys a:hover {
    color: ##C80A28;
    text-decoration: underline
}

#search .keys font {
    color: ##C80A28;
    font-size: 12px;
}

#search .searchbtn {
    width: 57px;
    height: 34px;
    float: left;
    cursor: pointer;
    margin-left: -1px;
    background: url(images/search_btn1.png) no-repeat;
}

.boxCenterList {
    padding-left: 10px;
}

input.searchinput {
    width: 410px;
    border: #DEDEDE 1px solid;
    height: 30px;
    color: #ccc;
    line-height: 30px;
    margin-right: 5px;
    text-indent: 5px;

}

/* ==================购物车==================== */
#showTopCartSize {
    color: #f00;
    font-weight: bold;
}

.heaCar {
    float: right;
    width: 120px;
    height: 35px;
    margin-top: 14px;
    background: url(images/cart.png) no-repeat;
    line-height: 35px;
    padding-left: 60px;
}

#ECS_CARTINFO a {
    color: #f00
}

/*页面主导航*/
#head {
    width: 1200px;
    margin: 0 auto;
    height: 86px;
    clear: both;
    overflow: hidden;
    zoom: 1;
    padding-bottom: 5px;
}

#heaNav {
    width: 100%;
    height: 44px;
    line-height: 44px;   
    background: #074c4e;
    z-index: 9999;
    opacity: 0.95;
}

#heaNav .bd {
    width: 1200px;
    height: 44px;
    position: relative;
    z-index: 99999;
    /* background:#036bb4; */
    background: #074c4e;
}

.heaTopLogin {
    display: inline
}

.heaTopWel {
    vertical-align: top;
    *padding-top: 1px;
    display: inline-block;
    font-style: normal
}

.heaNavOnly {
    float: left;
    text-align: center;
    background: url("images/icon.png") no-repeat 0 -76px #FE821C;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 220px;
}

.heaNavOnly a {
    color: #fff;
}

.heaNavOnly a:hover {
    text-decoration: underline;
}

.heaNavNone li.heaNav a,
.heaNavNone li.heaNav .aaa {
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    padding: 0 20px 0 20px;
    text-align: center;
    height: 44px;
    line-height: 44px;
}




.heaNavNone li.heaNav:hover {
    /* background:#02568E; */
    background-color: #072c2d;
}

.heaNavNone li.heaNav a.cur {
    /* background:#02568E; */
    background-color: #072c2d;

}

.heaNavNone {
    float: left;
    height: 44px;
    line-height: 44px;
    z-index: 100
}

.heaNavNone li.heaNav {
    float: left;
    height: 44px;
    line-height: 44px;
    z-index: 999;
    text-align: center;
}


.heaNavNone li.heaNav:nth-child(7) {

    position: relative;

}


.heaNavNone li.heaNav:nth-child(7):before {

    content: "";
    background: url('https://www.itying.com/themes/itying/images/8.png?t=2') no-repeat center center;
    position: absolute;
    width: 42px;
    height: 40px;
    top: -20px;
    right: -6px;

}


.heaNavNone li.heaNav:nth-child(5) {

    position: relative;

}


.heaNavNone li.heaNav:nth-child(5):before {

    content: "";
    background: url('https://www.itying.com/themes/itying/images/new.png?t=2') no-repeat center center;
    position: absolute;
    width: 42px;
    height: 40px;
    top: -20px;
    right: -10px;

}


.heaNavNone li.heaNav:nth-child(3) {

    position: relative;

}


.heaNavNone li.heaNav:nth-child(3):before {

    content: "";
    background: url('https://www.itying.com/themes/itying/images/hot.png') no-repeat center center;
    position: absolute;
    width: 42px;
    height: 40px;
    top: -20px;
    right: -10px;

}



.hea_newsList {
    width: 200px;
    height: auto;
    overflow: hidden;
    list-style: disc;
}

.hea_newsList li {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #444;
    text-align: left;
    background: url(images/dd.gif) left 5px no-repeat;
    padding-left: 16px;
}

.heaNavNoneImg {
    float: left;
    width: 81px
}

.heaNavNoneImg li {
    float: left;
    text-align: center;
    color: #eb008d;
    font-size: 0;
    line-height: 0
}

.heaSea {
    float: left;
    width: 580px
}

.heaBrand {
    float: left
}

.heaLogin {
    float: left;
    width: 220px;
    text-align: center;
    margin-left: 20px
}

.heaLogin a,
.heaLogin a:visited {
    font-weight: bold;
    color: #eb008d;
    display: inline-block;
    padding: 0 2px
}

.seaTxt {
    width: 180px;
    height: 13px;
    border: 1px solid #9e9e9e;
    margin-right: 6px;
    padding: 2px 3px
}

.btnSea {
    width: 46px;
    height: 19px;
    color: #333;
    cursor: pointer;
    border: 0;
    background: url(../html/imagesNew/btn_goGrey.gif) no-repeat left top
}

.heaBrand select {
    width: 160px;
    border: 1px solid #9e9e9e
}

.selectDiv li {
    float: left
}

.selectbrand {
    border: 1px solid #9e9e9e;
    border-width: 1px 0 1px 1px;
    background-color: #fff;
    width: 150px;
    height: 16px;
    *margin-top: 1px;
    color: #555;
    font-size: 12px;
    padding: 2px 0 0 3px;
    vertical-align: middle
}

.selections {
    width: 165px;
    height: 300px
}

.backcolor {
    background: #fff
}

.mainpage_list {
    border: #9e9e9e 1px solid;
    width: 172px;
    z-index: 1000;
    margin: 5px 0 0 0;
    *margin: 3px 0 0 -2px;
    padding-left: 5px;
    line-height: 22px
}

.absoluted {
    position: absolute;
    top: 14px;
    right: 0
}

.hidden {
    visibility: hidden
}

.overflows {
    overflow: hidden;
    overflow-y: auto
}

.selImg {
    margin-top: 0;
    *margin-top: 1px
}

.selPadding {
    padding: 5px 0;
    right: 20px;
    _right: 19px;
    top: 22px;
    *top: 25px
}

.selImgIE6 {
    height: 18px;
    vertical-align: top;
    *margin-top: 1px
}

.heaSeaWord {
    line-height: 18px;
    margin-left: 15px
}

.heaSeaWord a {
    margin-right: 15px
}

.heaSeaWord a:hover {
    text-decoration: underline
}


/*当前位置*/
#ur_here {
    height: 24px;
    line-height: 24px;
}

#ur_here a {
    color: #666;
    text-decoration: none;
}

/* ====================
     模块
==================== */

/*商品分类*/

#category_tree {
    width: 218px;
}

#category_tree .tits {
    /*background: url(images/nav_t_bg.jpg) repeat-x;*/
    background: #e5e5e5;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    text-align: left;
    padding-left: 12px;

}

#category_tree dl {
    float: left;
    width: 100%;
    position: relative;
    border: #ddd solid 1px;
    background: #fff;
    line-height: 25px;
}

#category_tree .dt {
    font-size: 12px;
    position: relative;
    border-bottom: #ddd solid 1px;
    padding-left: 10px
}

#category_tree .dt .a {
    color: #0d0d0d;
    font-family: "微软雅黑";
    padding-left: 27px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    height: 43px;
    line-height: 43px;
    position: relative;
}

#category_tree .dt .a img {
    position: absolute;
    right: 10px;
    top: 18px;
}

#category_tree .dt .a:hover {
    /*background:url(images/biao5.gif) no-repeat 10px center #4e4e4e;*/
    color: #0d0d0d;
    text-decoration: underline
}

#div_1 {
    background: url(images/cat1.jpg) no-repeat left 13px;
}

#div_2 {
    background: url(images/cat2.jpg) no-repeat left 13px;
}

#div_3 {
    background: url(images/cat3.jpg) no-repeat left 13px;
}

#div_4 {
    background: url(images/cat4.jpg) no-repeat left 13px;
}

#div_5 {
    background: url(images/cat5.jpg) no-repeat left 13px;
}

#div_6 {
    background: url(images/cat6.jpg) no-repeat left 13px;
}

#div_7 {
    background: url(images/cat1.jpg) no-repeat left 13px;
}

#div_8 {
    background: url(images/cat2.jpg) no-repeat left 13px;
}

#div_9 {
    background: url(images/cat3.jpg) no-repeat left 13px;
}

#category_tree .current .a {
    /* background:url(images/biao5.gif) no-repeat 10px center #4e4e4e; */
    color: #0d0d0d;
}

#category_tree .cate {
    line-height: 22px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 5px;
}

#category_tree .cate .clearfix a {
    font-weight: normal;
    float: left;
    width: 100px;
}

#category_tree dd {
    padding: 3px 10px 3px 10px;
    line-height: 24px;
    position: absolute;
    left: 215px;
    top: 0;
    width: 600px;
    background: #f3f3f3
}

#category_tree dd .over_3 {
    color: #666;
    text-decoration: none;
    padding-right: 10px;
    float: left;
    width: 90px;
}

#category_tree dd .clearfix {
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
}

#category_tree dd .over_3:hover {
    color: #ff6f3d;
    text-decoration: underline;
}

#category_tree dd .over_2 {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #d71437;
    font-weight: bold
}

/*里页分类树*/

#category_tree .cate h1 {
    font-size: 12px;
    font-weight: bold;
    font-family: "微软雅黑";
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #ddd;
    background: #F7F7F7;
}

#category_tree .cate h1 a {
    font-size: 12px;
    color: #0d0d0d
}

#category_tree {}



#category_tree .cate ul a {
    font-weight: normal;
    padding-left: 30px;
    line-height: 220%;
    padding-top: 4px;
    padding-bottom: 4px;

}

.sale_box {
    border: 1px solid #e3e3e3;
    background: url(images/sale_bg.gif) repeat-x #f8f8f8;
    padding: 10px;
    width: 958px;
    float: right
}

.sale_box .tit {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px 0 15px;
}

.sale_box ul {
    float: left;
    width: 205px;
    height: 262px;
    padding: 15px;
    line-height: 22px;
}

.sale_box ul img {
    width: 200px;
    height: 200px;
}



/*销售排行*/



.top10Tit {
    background: url(images/bg.gif) no-repeat 0px -85px;
    height: 30px;
}

.top10List {
    background-color: #fff;
    margin: 0px 4px 4px 4px;
}

.top10List ul {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.top10List .iteration {
    position: absolute;
    top: 6px;
    left: 6px;
}

.top10List .iteration1 {
    padding-left: 3px;
}

.top10List li.topimg {
    width: 90px;
    height: 90px;
}

.top10List .samllimg {
    width: 90px;
    height: 90px;
    margin-bottom: 4px;
}

.top10List li {
    padding: 3px 3px 3px 23px;
    float: left;
}

/*linkCOLOR*/
.top10List li a,
#mallNews .NewsList li a,
.boxCenterList li a {
    color: #3f3f3f;
    text-decoration: none;
}

.top10List li a:hover,
#mallNews .NewsList li a:hover,
.boxCenterList li a:hover {
    color: #ff6f3d;
    text-decoration: underline;
}



.top10_1 {
    width: 223px;
    height: 106px;
    background: url(images/top10_1.gif) no-repeat
}

.top10_1 li {
    color: #FFF;
    font-size: 12px;
    font-weight: bold
}

.top10_1 li a {
    color: #FFF;
    font-weight: normal;
    display: block;
    padding-bottom: 7px;
}

.top10_1 li .f1 {
    color: #FFF
}

/*首页焦点图*/

#mallNews {
    overflow: hidden
}

.newart_tit {
    width: 192px;
    height: 26px;
    line-height: 26px;
    background: url(images/newart_tit.gif);
    color: #c90707;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #333;
    font-size: 12px;
    padding-left: 10px;
}

#mallNews .NewsList {
    background: #FFFFFF;
    padding: 7px;
}

#mallNews .NewsList ul {
    line-height: 25px;
}

#mallNews .NewsList li {
    background: url(images/bg.gif) no-repeat 0px -164px;
    padding: 0px 0px 0px 10px;
    line-height: 22px;
    height: 22px;
    text-align: left;
    color: #666;
    overflow: hidden
}

#mallNews .NewsList li a {
    color: #666
}

/*今日特价和品牌*/
#sales {
    width: 500px;
    background: url(images/salesBg.gif) repeat-x left bottom;
    border-bottom: 2px solid #f0f1f3;
    background-color: #eef8ff;
}

#sales h1 {
    font-size: 12px;
    background: url(images/salesTitBg.gif) no-repeat;
    height: 33px;
    text-align: right;
}

#sales h1 img {
    position: relative;
    top: 10px;
    right: 8px;
}

#sales .goodBox {
    margin: 10px 0px 10px 10px;
    _margin-left: 5px;
}

#sales .goodBox .goodList p {
    text-align: left;
    color: #3f3f3f;
}

#sales .goodBox .goodList p a {
    color: #3f3f3f;
    text-decoration: none;
}

#sales .goodBox .goodList p a:hover {
    color: #ff6f3d;
    text-decoration: underline;
}

#sales .goodList {
    width: 110px;
    margin: 0px 5px 0px 5px;
    float: left;
}

#sales .goodList img {
    background: url(images/salesGoodBg.gif) no-repeat;
    width: 100px;
    height: 100px;
    padding: 5px;
}

#sales .goodList p {
    margin-top: 3px;
    text-align: center;
}

#brands {
    width: 247px;
    height: 199px;
    *height: 201px;
    padding: 1px 0 0 1px;
    position: relative;
}

#brands .brandsMore {
    position: absolute;
    left: 178px;
    bottom: 10px;
    width: 65px;
    height: 41px;
}

#brands .brandsMore img {
    border: none;
    width: 65px;
    height: 41px;
}

#brands img {
    width: 78px;
    height: 40px;
    border: 1px solid #e2e2e2;
}

#brands a {
    color: #0069cd;
    text-decoration: none;
    margin: 2px 1px;
    display: block;
    float: left;
}

.brandsIe6 {
    _width: 250px;
}

/*在ie6下特价商品不存在的话品牌推荐永远靠右显示*/
/*精品推荐，新品上市，热卖商品*/
.centerPadd {
    padding: 5px 8px 8px 8px;
    overflow: hidden;
}

.box_3 {
    border: 1px solid #dedede;
    background: url(images/tit1.gif) repeat-x
}


.itemTit .tit {
    height: 32px;
    line-height: 32px;
    background: url(images/cat_tit_bg.gif) repeat-x;
    padding-right: 10px
}

.itemTit .tit .ss_class {
    float: right
}

.itemTit .tit .ss_class a {
    color: #666
}

.itemTit .tit .f_l {
    width: 180px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    background: url(images/cat_tit_l.gif) no-repeat
}

.itemTit .tit .f_l a {
    color: #666;
    font-size: 16px;
    font-weight: bold
}



.itemBest_box .box_1 {
    border: 1px solid #bddbfd;
    background: #e6f2ff;
    padding: 15px 20px 5px 20px;
    margin-top: -1px;
}

.itemBest_box .f1 {
    color: #1e51a4;
    font-weight: bold
}

.itemBest_box .f1 a {
    color: #1e51a4;
}

.itemTit img {
    position: relative;
    top: 7px;
}

.itemTit h2 {
    height: 27px;
    line-height: 28px;
    border: none;
    background: none;
    font-size: 12px;
    text-align: center;
    color: #f90;
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    white-space: nowrap;
}

.itemTit h2 a {
    color: #f90;
    text-decoration: none;
}

.itemTit .h2bg {
    height: 27px;
    line-height: 28px;
    border: none;
    background: none;
    font-size: 12px;
    text-align: center;
    color: #666;
    font-weight: 100;
    padding: 0px 10px;
    display: inline;
    white-space: nowrap;
}

.itemTit .h2bg a {
    color: #666;
    text-decoration: none;
}

.centerPadd .goodsBox {
    border: 1px solid #d6ecff;
    background: #fff;
    padding: 12px 0px 0px 17px;
    *padding: 12px 0px 0px 17px;
    _padding: 12px 0px 0px 0px;
}

.centerPadd .goodsBox .more {
    text-align: right;
    clear: both;
    margin: 0 8px 8px 0;
}

/*单个商品*/
.goodsItem {

    width: 230px;
    height: 270px;
    float: left;
    position: relative;
    overflow: hidden;
    /* padding: 4px 8px 10px 8px; */
    text-align: left;
    line-height: 21px;
    margin: 5px 4px 10px 4px;
    transition: all 0.3s;

}

.goodsItem:hover {
    transform: scale(1.05);
}

.goodsItem .goodsimg {
    width: 228px;
    height: 220px;
    border-radius: 5px;
    margin-bottom: 4px;
}

.goodsItem p {
    text-align: left;
    font-weight: normal;
    display: block;
    overflow: hidden
}

.goodsItem p a {
    text-decoration: none;
}

.goodsItem p a:hover {
    text-decoration: underline;
}

.goodsItem span {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.goodsItem span.best {
    background: url(images/bg.gif) no-repeat 0px -304px;
}

.goodsItem span.news {
    background: url(images/bg.gif) no-repeat -75px -304px;
}

.goodsItem span.hot {
    background: url(images/bg.gif) no-repeat -161px -304px;
}



.goods_cat {
    padding: 10px;
}

.goods_cat .goodsItem {
    padding: 5px 11px 15px 10px;
}


#com_v .goodsItem {
    width: 196px;
}


/*商品分类*/
.xm-box {
    border: 1px solid #fbfbfb;
    padding-left: 4px;
}

.xm-box .title {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    /*
	 background:#f1f1f1;*/
    border-bottom: 1px solid #fbfbfb;
    margin: 0px 8px;


}

.xm-box .title span {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #666
}

.xm-box .title .more {
    float: right;
    padding-right: 20px;
    height: 36px;
    line-height: 36px;
    background: url(images/biao17.gif) right center no-repeat
}

.top_nav .header_r {
    color: #cbcbcb;
    float: right;
    color: #818181
}

.top_nav a {
    color: #616161;
    padding: 0 3px;
}

.top_nav {}

/*帮助*/

/*首页新闻*/

.home_tbg {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #458FCE;
    background: #f1f1f1;
    border-top: 2px solid #458FCE;
}

.home_tbg span {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #458FCE;
}


.news_hot {
    padding: 0 10px;
}

.news_hot_tit:link,
.news_hot_tit:visited {
    display: block;
    color: #333;
    font-size: 14px;
}

.news_hot_list li {
    padding: 5px 0px;
    border-bottom: 1px dashed #DCDCDC;
}

.news_hot p img {
    padding-right: 10px;
}

.news_hot p {
    display: block;
    padding-top: 8px;
}





/*帮助*/
/*相关商品*/
.boxCenterList ul {
    height: 1%;
    margin-bottom: 5px;
}

.boxCenterList li {
    float: left;
    width: 98px;
    line-height: 20px;
    overflow: hidden;
}

.boxCenterList li.goodsimg {
    width: 87px;
    margin-right: 10px;
    float: left
}

.boxCenterList li.goodsimg img {
    max-width: 80px;
    display: block;
}

/*相关文章(其它带有小三角点的文字列表共用)*/
.RelaArticle a,
.alone {
    background: url(images/bg.gif) no-repeat 0px -170px;
    padding: 0px 0px 0px 10px;
    color: #3f3f3f;
    text-decoration: none;
}

.RelaArticle a:hover {
    background: url(images/bg.gif) no-repeat 0px -170px;
    padding: 0px 0px 0px 10px;
    color: #ff6f3d;
    text-decoration: underline;
}

/*浏览历史，收藏*/
.history {
    border-bottom: 3px solid #d5163d
}

.history h2 {
    height: 33px;
    line-height: 33px;
    width: 148px;
    text-align: center;
    font-size: 12px;
    float: left;
    color: #fff;
    background: #d5163d;
    margin-right: 5px;

}

.history .h2bg {
    border: 1px solid #ddd;
    border-bottom: none;
    color: #666;
    height: 31px;
    line-height: 31px;
    width: 146px;
    background: none;
}

#history li {
    width: 100%;
}

#clear_history a {
    background: none;
    padding: 0px;
    color: #3f3f3f;
    text-decoration: none;
    float: right;
    cursor: pointer;
}

.colle a {
    background: none;
    padding: 0px;
    color: #3f3f3f;
    text-decoration: none;
}

.colle a:hover {
    background: none;
    padding: 0px;
    color: #ff6f3d;
    text-decoration: underline;
}

/* ====================
     商品详情页面部分模块
==================== */

.goods_con {
    border: 1px solid #eee;

    /*padding-top:5px;*/

    width: 1200px
}

.hot_goods_con li {
    height: 116px;
    overflow: hidden;
    margin-right: 14px;
}

.hot_goods_con li.goodsimg div {
    margin: 0 auto;
}

.hot_goods_con li.goodsimg img {
    height: 74px;
    display: block;
    width: 74px;
    margin: 0 auto;
}

#goodsInfo {
    _height: 1%;
}

#goodsInfo h1 {
    overflow: hidden;
    font-family: arial, "microsoft yahei";
    font-size: 18px;
    text-align: left
}

#goodsInfo .imgInfo {
    width: 362px;
    float: left;
    padding-right: 10px;
}

#goodsInfo .imgInfo .thumb {
    width: 230px;
    height: 230px;
    display: block;
}

/*商品详情图片*/
#goodsInfo span {
    width: 4px;
    height: 48px;
    background: url(images/bg.gif) no-repeat 0 -527px;
    float: left;
}

#goodsInfo span.spanR {
    width: 4px;
    height: 48px;
    background: url(images/bg.gif) no-repeat -5px -527px;
    float: right;
}

#goodsInfo .gallery {
    width: 204px;
    float: left;
    margin-left: 10px;
    _margin-left: 5px;
    overflow: hidden;
}

#goodsInfo .gallery ul {
    width: auto;
}

#goodsInfo .gallery li {
    float: left;
    width: 48px;
    margin: 0 2px;
}

#goodsInfo .gallery li img {
    width: 46px;
    height: 46px;
    display: block;
}

#goodsInfo .market {
    padding-left: 10px;
}

.textInfo ul strong {
    font-weight: normal;
    color: #999;
}

/*文字信息*/
#goodsInfo .textInfo {
    background: #fff;
    width: 600px;
    float: right;
    padding: 0px;
}

#goodsInfo .textInfo h1 {
    width: 100%;
    font: bold 22px '宋体';
    color: black;
    line-height: 25px;
}

#goodsInfo .textInfo p {
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px 5px 8px;
}

#goodsInfo .textInfo ul {
    padding: 6px 0
}

#goodsInfo .textInfo li {
    padding: 6px 8px;
    _height: 1%;
}

#goodsInfo .textInfo li .goods_online_img {
    padding-left: 10px;
}


#goodsInfo .textInfo select {
    width: 80px;
}

#goodsInfo .textInfo .ul2 {
    border-bottom: 1px solid #ccc;
}

#goodsInfo .textInfo .ul2 li {
    float: left;
    width: 40%;
}

#goodsInfo .textInfo .ul2 li.free {
    color: red;
    font-size: 14px;
}

.bnt_ul {
    background: #f5f5f5;
    padding: 10px;
}

.bnt_ul img {
    vertical-align: middle
}

#goodsInfo .textInfo li dd {}

#goodsInfo .textInfo li dd.ddR {
    border-left: 1px solid #eeecec;
    width: 48%;
    padding-left: 8px;
}

#goodsInfo .textInfo li dd.ddL {
    border-right: 1px solid #eeecec;
}

#goodsInfo .textInfo a {
    color: #ff6f3d;
    text-decoration: underline;
}

#goodsInfo .textInfo .loop {
    margin-top: 0px;
}

.shuxin dt {
    border: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
    color: #ff6f3d;
    margin-bottom: 3px;
}

.shuxin dd {
    width: 50%;
    float: left
}

.shuxin dd span {
    float: left;
    background: #eee;
    margin: 3px;
}

.shuxin dd .span1 {
    width: 125px;
    padding-left: 5px;
}

.shuxin dd .span2 {
    width: 220px;
    padding-left: 5px;
}

/*用户评论*/
.ie6 {
    padding-left: 25px;
    _padding-left: 15px;
    height: 1%;
}

/*购买此商品的人还购买的商品*/
.comments li {
    background: url(images/lineBg.gif) repeat-x left bottom;
    padding: 3px 8px;
    width: 97%;
    _height: 1%;
    text-align: left;
    position: relative;
    margin-bottom: 8px;
}

.comments li img {
    position: absolute;
    right: 0px;
    top: 3px;
}

.comments li p {
    margin: 3px auto;
    text-align: left;
}

.commentsList {
    border: 1px solid #ccc;
    background: #f7f7f7;
    padding: 10px;
}

.commentsList .inputBorder {
    border: 1px solid #ccc;
    background: #fff;
}

.captcha {
    margin-left: 0px;
    position: relative;
    top: -1px;
    *margin-left: 8px;
    *position: relative;
    top: 3px;
    cursor: pointer;
}

/* ====================
     品牌推荐
==================== */
/*品牌列表*/
#brandList {
    margin-top: 12px;
    height: 1%;
}

#brandList .brandBox {
    width: 240px;
    _width: 236px;
    float: left;
    margin: 0 5px 20px 5px;
    text-align: center;
    overflow: hidden;
    height: 160px;
}

#brandList .brandBox .brandLogo {
    width: 188px;
    height: 52px;
    overflow: hidden;
}

#brandList .brandBox h4 {
    height: 23px;
    line-height: 23px;
    background: #e9e9e9;
    margin: 15px 0 8px 0;
    padding: 0 10px;
    text-align: right;
    font-weight: 100;
    font-size: 12px;
}

#brandList .brandBox h4 span,
#brandList .brandBox h4 span a {
    float: left;
    font-weight: bold;
    color: #3f3f3f;
    text-decoration: none;
}

#brandList p {
    text-align: left;
    margin-bottom: 5px;
    color: #909090;
    padding: 8px;
}

#brandList p.brandCategory,
#brandList p.brandCategory a {
    text-align: left;
    color: #006acd;
    text-decoration: none;
}

#brandList .brandArticle {
    border: 1px dashed #d9d9d9;
    background: #e2e2e2;
    text-align: left;
}

.brandCategoryA a {
    margin-right: 15px;
}

/* ====================
     用户中心
==================== */
.login_tab {
    background: url(images/login_tab_bg.gif) bottom no-repeat;
    height: 26px;
    margin-top: 22px;
}

.login_tab ul {
    padding-left: 70px;
}

.login_tab ul li.active {
    background-position: -122px 0;
    color: #fff;
}

.login_tab ul li.active a {
    color: #fff
}

.login_tab ul li {
    width: 116px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    float: left;
    background: url(images/login_tab_li.gif) no-repeat 0 0;
    margin-right: 6px;
    cursor: pointer;
}



.box_1 .userCenterBox {
    border: 4px solid #f8f8f8;
    background-color: #fff;
}

.userMenu {
    padding-top: 10px;
}

.usBox {
    width: 1198px;
    margin: 0 auto;
    border: 1px solid #efefef;
}

.usBox .inputBg {
    border: 1px solid #ccc;
    background: none
}

.usBox .inputBg {
    width: 210px;
}

.usBox form {
    padding: 20px 0
}


.usBox_1 {
    background: #fff;
    text-align: left;
    width: 720px;
    padding: 20px 0px;
}

/*.logtitle{height:35px; background:url(images/user_tit1.gif) no-repeat 0px 0px;}*/

.logtitle {
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-indent: 5px;
    background: #efefef;

}

.logtitle3 {
    height: 35px;
    background: url(images/user_tit3.gif) no-repeat 0px 0px;
}

.us_Submit {
    border: none;
    width: 125px;
    height: 40px;
    background: url(images/bnt_ur_log.gif)
}

.us_Submit_reg {
    border: none;
    width: 125px;
    height: 40px;
    background: url(images/bnt_ur_reg.gif);
}

.usTxt {
    float: right;
    padding: 3px;
    border-left: 1px solid #E4E4E4;
    width: 420px;
    margin: 40px 0px;
    padding-left: 40px;
    line-height: 200%;
}

.regtitle {
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-indent: 5px;
    background: none repeat scroll 0% 0% #EFEFEF;

}

.usTxt img {}

/*注册*/
.usBox_2 {
    text-align: left;
    width: 720px;
    margin: 0 auto;
    padding: 20px 0px;

}

.usBox_2 .regtitle {
    height: 30px;
    background: url(images/ur_bg.gif) no-repeat 0px -34px;
}

.actionSub a {
    text-decoration: underline;
    padding-left: 14px;
}

.box_1 .userCenterBox .userMenu a {
    display: block;
    height: 40px;
    background: url(images/menuBg.gif) no-repeat 0 -36px;
    color: #3f3f3f;
    text-decoration: none;
    margin: 0 0 3px 10px;
    padding-left: 3px;
}

.box_1 .userCenterBox .userMenu a.curs {
    background: url(images/menuBg.gif) no-repeat 0 -5px;
    font-weight: bold;
}

.box_1 .userCenterBox .userMenu a img {
    margin-right: 3px;
}

.msgBottomBorder {
    clear: both;
    background: url(images/lineBg.gif) repeat-x left bottom;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

/* ====================
     商品分类页面
==================== */
/*属性组合搜索*/
/* .screeBox{padding:10px;}
		.screeBox a{color:#005AA0; padding:0px 4px;}
		.screeBox span{background:#d5123f; color:#FFFFFF; padding:3px 5px; margin:0 3px;}
		 */

.screeBox {
    padding: 10px;
    background: #fbfbfb
}

.screeBox a {
    color: #4a4747;
    font-size: 14px;
    padding: 4px 8px;
    display: inline-block
}

.screeBox a:hover {
    color: #005AA0;
}

.screeBox strong {
    font-size: 14px;
}

.screeBox span {
    background: #d5123f;
    color: #FFFFFF;
    padding: 4px 8px;
    font-size: 14px;
}




.sort a {
    position: relative;
    bottom: 5px;
}

.sort input {
    position: relative;
    top: 3px;
}

/*商品列表显示方式*/
.goodsList {
    padding: 10px 10px 0 10px;
}

.goodsList ul {
    margin-bottom: 10px;
}

.goodsList ul#bgcolor {
    background: #fbfbfb;
    border-top: 1px dashed #e8e8e8;
    border-bottom: 1px dashed #e8e8e8;
}

.goodsList li {
    float: left;
    padding: 8px;
}

.goodsList a {
    text-decoration: none;
    color: #900
}

.goodsList li.thumb {
    text-align: center;
}

.goodsList li.thumb img {
    border: 1px solid #ccc;
    padding: 1px;
    width: 140px;
}

.goodsList li.goodsName {
    width: 620px;
    margin-right: 10px;
    font-size: 12px;
}

.goodsList li.goodsName .div_name {
    height: 100px;
    line-height: 200%;
    overflow: hidden;
}

.goodsList li.goodsName a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 5px;
    color: #000;
}

.goodsList li.goodsName a:hover {
    color: #016FBB;
    text-decoration: underline;
}

.goodsList li.goodsName .bnt_blue {
    font-size: 12px;
    float: left;
    margin-right: 10px;
    font-weight: normal
}

.goodsList li.action {
    float: right;
    margin-left: 10px;
    line-height: 25px;
    width: 120px;
}

/* ====================
     团购
==================== */
.group {
    padding: 8px;
}

.group li {
    float: left;
    background: #fff;
    padding: 8px;
}

.group .f_l {
    width: 220px;
    text-align: center
}

.group .f_r {
    width: 425px;
    line-height: 23px;
    text-align: left
}

/* ====================
     购物流程
==================== */
.flowBox {
    padding-bottom: 5px;
}

.flowBox h6 {
    background: #ececec;
    color: #666666;
    font-weight: bold
}

.flowBox table {
    margin: 5px auto;
}

/*2.62在购物车里面显示相关配件*/
.flowGoodsFittings {
    padding: 10px;
}

.flowGoodsFittings ul {
    height: 1%;
    margin: 5px 8px;
    width: 222px;
    float: left;
}

.flowGoodsFittings li {
    float: left;
    width: 222px;
    font-size: 12px;
    line-height: 22px;
}

.flowGoodsFittings li.goodsimg {
    width: 220px;
    margin-right: 10px;
}

.flowGoodsFittings li.goodsimg img {
    width: 220px;
    height: 220px;
    display: block;
}

/* ====================
     文章列表页-2009.6.8
==================== */
.article_search {
    margin: 8px 0;
}

.article_search .inputBg {
    width: 300px;
}

/* ====================
    打印报价单
==================== */
.quotation {
    margin: 20px auto 20px auto;
    text-align: center;
}




/*翻页*/
.pagebar {
    height: 40px;
    float: right;
    color: #666;
    line-height: 40px;
}

.pagebar img {
    position: relative;
    top: 2px;
}

.pagebar a {
    display: block;
    float: left;
    margin: 0 2px;
    color: #666;
    text-decoration: none;
}

.pagebar a:hover {
    color: #ff6f3d;
    text-decoration: none;
}

.pagebar .page_now {
    display: block;
    float: left;
    margin: 0 5px;
    color: #ff6f3d;
    font-weight: bold;
    background: #fff;
    border: 1px solid #eee;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

#pager a {
    color: #666;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eee;
    min-width: 30px;
}

#pager a.prev,
#pager a.next {
    padding: 0px 10px;

}

#pager kbd {
    display: none;
}



/*底部导航+友情链接*/
/*#bottomNav{width:948px;color:#000; border:1px solid #ddd; background:#f9f6f4}
#bottomNav a{ color:#555; text-decoration:none;display: inline-block;padding:0 30px;vertical-align: middle;}
#bottomNav2{width:948px; height:28px;line-height:28px; text-align:center;background:#f9f6f4; border:1px solid #ddd;}
#bottomNav2 a{ color:#333;text-decoration:none; padding:0 10px;}
*/
/*底部*/
/*页尾样式*/
.links {
    padding: 10px;
    border: #fbfbfb solid 1px;
    width: 1180px
}

#footer {
    background: url(images/logo1.gif) no-repeat 5% 50%;
    padding-left: 200px;
    width: 760px;
    margin: 0px auto;
}

#footer .text {
    background: url(images/footerLine.gif) no-repeat left center;
    padding-left: 50px;
    *padding-bottom: 20px;
}

#footer .text a {
    color: #404040;
    text-decoration: none;
}

.fooCorpy {
    padding: 5px 0;
    text-align: center;
    line-height: 22px;
}

.fooMarginL {
    margin-left: 20px;
    display: inline-block;
}

.Index_foot_pinpai {
    width: 1200px;
    padding-bottom: 20px;
    background: url(images/paidai.png) no-repeat;
    height: 48px;
    margin: 0 auto;
}

/*帮助*/
.helpTitBg {
    text-align: center;
    background: #F1F1F1;
    clear: both;
    overflow: hidden;
    width: 1200px;
    height: auto;
    padding: 10px 0;
    margin: 2px auto;
    text-align: center;
}

.helpTitBg dl {
    margin-left: 15px;
    float: left;
    overflow: hidden;
    width: 148px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.helpTitBg dt {
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    font-family: 'Microsoft YaHei';
    color: #393939;
    margin-bottom: 6px;
}

.helpTitBg dt a {
    display: block;
    height: 22px;
    line-height: 30px;
    color: #393939;
    font-weight: bold;
    text-decoration: none;
}

.helpTitBg dd a {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    width: 100%;
    color: #393939;
    font-family: 'Microsoft YaHei';
    float: left;
    text-align: center;
}

.helpTitBg a:hover {
    text-decoration: underline
}

#bottomNav {
    width: 1200px;
    margin: 4px auto;
    height: 36px;
    line-height: 36px;
    background: #393939;
    color: white;
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    text-align: center;
}

#bottomNav a {
    color: white;
    margin: 0 10px 0 10px;
}

#bottomNav a:hover {
    text-decoration: underline;
}

.news_loginRight {
    width: 420px;
    margin: 40px 0 0 65px;
    float: left;
    display: inline;
}

#banquan_nav {
    height: 120px;
    width: 1200px;
    margin: 0 auto
}

#bottomNav a {
    color: white;
    margin: 0 10px 0 10px;
}

/*
.f_t .phone li.goodness{width:479px;height:45px;padding-left:34px;}
.f_t .phone li.goodness span{display:inline-block;*display:inline;width:84px;height:37px;margin-right:93px;background:url(images/__aW1nMDI=__goodness.jpg) no-repeat -34px -6px;*zoom:1;}
.f_t .phone li.goodness span.help{width:100px;margin-right:82px;background-position:-211px -6px;}
.f_t .phone li.goodness span.hdfk{width:120px;margin-right:0;background-position:-393px -6px;}
.full .f_t #prompt{width:240px}*/
/*智能提示弹出层*/
.vjia-suggest-container {
    display: none;
    width: 306px;
    position: absolute;
    top: 27px;
    left: 0;
    border: 1px solid #b3b3b3;
    background-color: #fff;
    z-index: 98;
}

.full .vjia-suggest-container {
    width: 406px;
}

.vjia-suggest-container ol {
    border-bottom: 3px solid #d8d8d8;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vjia-suggest-container ol li {
    height: 25px;
    line-height: 24px;
    padding-left: 9px;
    cursor: default;
}

.vjia-suggest-container ol .selected {
    background-color: #d80732;
    color: #fff;
}

/*购物车提示点击更新按钮式样2.6.2版本添加*/
.messageli {
    list-style-type: none;
    padding: 5px;
    color: red
}

.messagediv {
    font-size: 12px;
    position: absolute;
    border: 1px solid #FFD700;
    text-align: center;
    padding: 5px;
    background-color: #FFFACD;
    filter: alpha(opacity=50);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* ======商品比较浮动块 ====== */
#compareBox {
    background: url(images/comparebox.gif) no-repeat;
    width: 140px;
    position: absolute;
    right: 1px;
    top: 200px;
    padding-top: 21px;
}

#compareBox input {
    width: 140px;
    height: 26px;
    border: none;
    background: url(images/compareSub.gif) no-repeat;
}

#compareList {
    padding: 0px;
    width: 138px;
    background: #FFFFFF;
    border: 1px solid #91b3cb;
    border-bottom: none;
    padding-top: 5px;
}

#compareList li {
    color: #333;
    text-align: left;
    background: #eff8ff;
    padding: 3px 5px;
    margin: 0 5px 5px 5px;
    border: 1px solid #dceaf5
}

#compareList li img {
    float: right;
    padding-top: 4px;
}


/*购物车提示点击更新按钮式样2.6.2版本添加*/
.messageli {
    list-style-type: none;
    padding: 5px;
    color: red
}

.messagediv {
    font-size: 12px;
    position: absolute;
    border: 1px solid #FFD700;
    text-align: center;
    padding: 5px;
    background-color: #FFFACD;
    filter: alpha(opacity=50);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*  积分兑换样式修改 */
.point li {
    float: left;
    width: 300px;
}

/*********************放大镜配置文件*******************************************************************************************/

/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
    border: 1px solid #ccc;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
    font: 12px Tahoma, Verdana, Arial, sans-serif;
    color: #fff;
    background: #ccc;
    text-align: center !important;
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
    border: 1px solid #aaa;
    background: #ffffff;
    cursor: hand;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
    text-align: center;
    background: #ffffff;
    color: #444;
    border: 1px solid #ccc;
    opacity: 0.8;
    padding: 3px 3px 3px 3px !important;
    display: none;
    /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
    padding-top: 3px !important;
}

/* ©2008 MagicToolbox.com. To use this code on your own site, visit http://www.magictoolbox.com */

/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(images/zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed mo ban tang ban quan suo you */
.MagicThumb-zoomed {
    cursor: default;
}

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span {
    display: none;
}

/* CSS class for the thumbnail image */
.MagicThumb img {
    border: 1px solid #eee;
    outline: none;
}

/* CSS class for the big image while zooming */
.MagicThumb-image {
    border: 1px solid #cccccc;
    outline: none;
}

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed {
    cursor: url(images/zoomout.cur), pointer;
}

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #333333;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 8px 16px;
}

/* CSS class for the control bar ec mo ban */
.MagicThumb-controlbar {
    display: block;
    height: 18px;
}

.MagicThumb-controlbar a {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0px 1px;
    outline: none;
    float: left;
    overflow: hidden;
}

.MagicThumb-controlbar a span {
    display: block;
    width: 990px;
    height: 990px;
    /*background: transparent url(images/controlbar.png) no-repeat 0 0;*/
    outline: none;
    position: absolute;
    left: 0px;
    top: 0px;
}

/* CSS class for the loading message box */
.MagicThumb-loading {
    border: 1px solid #000000;
    /*background: #ffffff url(images/loader.gif) no-repeat 2px 50%;*/
    padding: 2px 2px 2px 22px;
    margin: 0;
    text-decoration: none;
    text-align: left;
    font-size: 8pt;
    font-family: sans-serif;
}

.picture {

    margin-top: 10px;
    text-align: left;

}

.picture img {
    width: 65px;
    height: 65px;
    cursor: pointer;
    margin: 0 0px;
    margin-right: 3px;
}

.picture img.onbg {
    border: 1px solid #ff6f3d;

}

.picture img.autobg {
    border: 1px solid #fff;

}




.left_help {
    border: 1px solid #e2e2e2;
}

.left_help dl {
    padding: 10px;
}

.left_help dl dt {
    font-weight: bold;
    font-size: 12px;
    background: #e5e5e5;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
}

.left_help dl dt img {
    vertical-align: middle
}

.left_help dl dd {
    padding-left: 10px;
    padding-top: 5px;
}

.left_help dl a {
    color: #666;
    text-decoration: none
}

.left_help dl a:hover {
    color: #1c7b3b
}

.art_cat_box {}

.art_cat_box th {
    height: 26px;
    line-height: 26px;
}

.art_cat_box td {
    border-bottom: 1px solid #dbdbdb;
    font-weight: normal
}

.art_cat_box td a {
    font-weight: bold;
    color: #3f3f3f;
    padding-left: 20px;
}


.ecmoban {
    font-size: 0
}

/*首页左侧课程*/
.cls_course {
    width: 224px;


}

.cls_course li {
    font-size: 14px;
    /* background: url('../images/bg.png') repeat-x scroll 0px -122px transparent; */
    vertical-align: bottom;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 100%;

}


.course_title {
    display: block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid rgb(62 61 77 / 70%);
    float: left;
    height: 50px;
    line-height: 50px;

}

.course_title:hover {

    background: #39364d;
}


.course_title a {
    color: #fff;
    font-size: 16px;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 12px;
    font-size: 14px;
}

.course_title .more {
    float: right;
    padding-right: 8px;
    font-size: 11px;

}

.course_title .more a {
    font-weight: normal;
    color: #999;
    font-size: 8px;

}

/*首页轮播下面*/

.index_rec ul li {
    width: 226px;
    height: 226px;
    margin-left: 4px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 7px;
    margin-top: 10px;
    transition: all 0.3s;
}

.index_rec ul li img {
    width: 226px;
    height: 226px;
    border-radius: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transform: scale(1);
    /* 提升渲染质量 */
    filter: blur(0);
    /* 取消模糊 */
}

.index_rec ul li:hover {
    transform: scale(1.05);
}

/* .index_rec ul li h5 {
    background-color: #000;
    bottom: 0px;
    font: 14px/22px "Microsoft Yahei";
    height: 20px;
    left: 0px;
    opacity: 0.6;
    padding: 5px 10px;
    position: absolute;
    width: 206px;
    color: #FFF;
	text-align:left;
	
} */
#goodsInfo .user_rank {

    /* border: 1px solid #FBE5C5;   background:#FEF9F2;*/

    border-top: 1px solid #ccc;
    background: url(images/vip.png) no-repeat -1px -1px #FEF9F2;
    padding-left: 20px;
}

#goodsInfo .textInfo .ul2 .user_rank ul {
    padding: 0px;
}

#goodsInfo .textInfo .ul2 .user_rank li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    float: left;
    width: 122px;
    padding-left: 2px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #FEF9F2;
}

#goodsInfo .textInfo .ul2 .user_rank li.rank_select {
    border: 2px solid #FF4F4F;
}

.goods_property {
    margin-top: 8px;
}

.action_info a {
    display: block;
    width: 80px;
    height: 25px;
    margin-top: 40px;
    background: #036BB4;
    color: #fff;
    text-align: center;
    padding: 2px 5px;
}

.action_info a:hover {
    text-decoration: underline;
}

.pay_button input {
    height: 50px;
    border: medium none;
    font-size: 20px;
    padding: 0px 50px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    color: #FFF;

    /*background-color:#D5163D;*/
    font-weight: bold;
    margin: 20px;
    /*background-image: ('https://www.itying.com/themes/itying/images/pay.gif');
	background-repeat: no-repeat;*/

    background: url('https://www.itying.com/themes/itying/images/pay.gif') no-repeat center center;

    text-indent: 30px;

}

.heaLogo {
    width: 300px;
}

.heaLogo f_l {
    width: 300px;
    display: block;
    float: left;

}

.goodsinfo {
    margin-top: 8px;
}

#goodsInfo .textInfo a.goods_download {
    display: inline-block;
    width: 220px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #FF6600;
    color: #fff;
    text-decoration: none;
    font-size: 24px;



}

#goodsInfo .textInfo a.goods_download:hover {
    text-decoration: underline;
}

.xm-box .title .index_tab span {
    display: inline-block;
    margin-right: 24px;
    cursor: pointer;
    font-size: 16px;
}

.xm-box .title .index_tab span.hover {
    color: #188eee;
    border-bottom: 2px solid #188eee;
    position: relative;
    bottom: 0px;

}

.resources_detail_info .resources_detail {
    padding: 14px;
    line-height: 180%;
}

/*首页修改*/
.best_top_goods{
    padding: 0px!important;
}

.best_goods {

    width: 950px;
    float: left;
}

.top_goods {
    float: right;    
}


.top_goods .list {
    width: 234px;
    height: 476px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(28, 31, 33, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px;
}

.top_goods .list a {
    display: block;
    margin-bottom: 20px;
}

.top_goods .list a img {
    display: block;
    width: 220px;
    transform: scale(1.05);
    transition: transform 0.3s ease;
    /* 添加过渡效果 */
}

.top_goods .list a img:hover {
    display: block;
    width: 220px;
    transform: scale(1.1);
}

.top_goods .list a dl {
    padding-left: 21px;
    background-image: url("https://www.imooc.com/static/img/index-v3/icon/icon-dot.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left 2px;
}

.top_goods .list a dl dt {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #1C1F21;
    line-height: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.top_goods .list a dl dd {
    margin-top: 16px;
    font-size: 14px;
    color: #545C63;
    line-height: 12px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.top_goods .list a:nth-child(-n+2) dl {
    background-image: url("https://www.imooc.com/static/img/index-v3/icon/icon-hot.png");
    background-size: 10px 12px;
    background-position: 1px 2px;
}

.top_goods .list a:hover dt {
    color: #F01414;
}



/*搜索联想下拉框*/
#search_suggest {
    position: absolute;
    background: #ffffff;
    text-align: left;
    border: 2px solid #d90000;
    width: 416px;
    top: 79px;
    z-index: 100001;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    clear: left;
}

#search_suggest ol {
    margin: 0;
    padding: 0;
    display: block;
}

#search_suggest ol li {
    margin: 0;
    clear: both;
    overflow: hidden;
    padding: 0 5px;
    width: 407px;
    display: list-item;
    height: 23px;
    font: 12px/23px Arial, Verdana, "\5b8b\4f53";
    color: #666;

}

#search_suggest li.selected {
    background-color: #f00;
    color: white;
    cursor: default;
}

#search_suggest li.selected span {
    color: white;
    cursor: default;
}

#search_suggest li.selected span {
    color: white;
    cursor: pointer;
}



#search_suggest li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    display: list-item;
}


.suggest-key {
    float: left;
    padding-left: 5px;
    text-align: left;
}

.suggest-result {
    color: green;
    float: right;
    padding-right: 5px;
    text-align: right;
}




/*首页分类*/


.index_cate {
    width: 1200px;
    margin-top: 20px;
    /*border: 1px solid #eee;*/

}

.xm-box .index_cate_title {
    font-size: 24px;
}

/* 
.index_cate li{
	
	float: left;
	margin-left: 22px;
	margin-bottom:24px;
	width: 140px;
	height: 180px;
	border:2px solid #fff;
	transition: all 0.5s;
}
.index_cate li:hover{
	
	border:2px solid #eee;				
	transform: scale(1.2);
} */
/*公开课*/
.index_cate_ke .index_cate_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* 设置间距 */
}

.index_cate_ke .index_cate_ul li {
    width: calc(25% - 7.5px);
    /* 每行放4个元素，减去间距 */
    margin-bottom: 10px;
    /* 底部间距 */
    box-sizing: border-box;
    padding: 6px;
    /* background-color: #fbf4f4; */
    border-radius: 10px;
    /* border: 1px solid #fbf4f4; */
    box-shadow: 0px 4px 8px 0px rgba(28, 31, 33, 0.1);
}

.best_goods .index_cate_ke .index_cate_ul li{
    height: 234px!important;
    margin-bottom: 0px!important;
}



.index_cate_ke .index_cate_ul li:hover {
    background-color: #f2f0f0
}

.index_cate_ke .index_cate_ul a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.index_cate_ke .index_cate_ul img {
    width: 100%;
    height: auto;
    display: block;
}

/* 标题样式 */
.index_cate_ke .index_cate_ul li .sub_header p {

    font-size: 18px;
    font-family: 'Helvetica Neue', Helvetica, 'PingFangSC-Medium', 'PingFang SC', 'Microsoft YaHei';
    font-weight: 700;
    color: rgba(0, 0, 0, .85);
    line-height: 26px;

    margin-top: 16px;
}

/* 介绍样式 */
.index_cate_ke .index_cate_ul li .detail p {
    margin-top: 8px;
    height: 22px;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(0, 0, 0, .65);
    line-height: 22px;
    margin-bottom: 0;
}

.index_cate_ke .card-bottom {   
    margin-top: 10px;
}

.index_cate_ke .message span {
    float: left;
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, PingFangSC-Regular, PingFang SC, Microsoft YaHei;
    color: rgba(0, 0, 0, .45);
    line-height: 22px;
    padding-right: 6px;
}

.index_cate_ke .message span img {
    width: 14px;
    height: 14px;
    padding-top: 4px;
}


.checkout_box {
    position: relative;
    width: 170px;
    float: right;


}

.checkout_box .tips {
    width: 150px;
    font-size: 12px;
    background: #FFEEC2;
    padding: 10px;
    border-radius: 10px;
    position: absolute;

    top: -16px;
    text-align: left;
    right: 146px;
}

.checkout_box .tips:before {
    content: "";
    width: 0px;
    height: 0px;

    border-left: 20px solid transparent;

    border-right: 20px solid transparent;
    border-bottom: 20px solid #FFEEC2;
    border-top: none;

    margin: 0 auto;
    position: absolute;
    right: -17px;
}