@charset "UTF-8";


/* banner*/
.flexslider {
    width: 1190px;
    margin: 0px auto 0;
    height: 352px;
    position: relative; }
.flexslider .slides li {
    height: 350px;
    display: none; }
.flexslider .slides li img {
    max-width: 100%;
    display: block; }
.flexslider.no-js .slides li:first-child {
    display: block; }

.flex-direction-nav li a {
    width: 38px;
    height: 73px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -37px;
    cursor: pointer;
    text-indent: -9999px; }
.flex-direction-nav li a.next {
    background: url("/luojia/images/bg_direction_right.png") no-repeat center;
    right: 10px; }
.flex-direction-nav li a.prev {
    background: url("/luojia/images/bg_direction_left.png") no-repeat center;
    left: 10px; }
.flex-direction-nav li a.disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default; }

.flex-control-nav {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center; }
.flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
.flex-control-nav li a {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    display: block;
    background-color: #333;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=70);
    opacity: 0.7; }
.flex-control-nav li a:hover, .flex-control-nav li a.active {
    background-color: #fff; }

/* 今日推荐*/
.nakedbrand-recommend {
    width: 1190px;
    margin: 30px auto; }

.nr-con {
    height: 338px;
    border-left: solid 1px #eee;
    margin-top: 20px; }
.nr-con li {
    width: 237px;
    float: left;
    height: 316px;
    padding: 10px 0;
    border: solid 1px #eee;
    border-left: none;
    text-align: center; }
.nr-con li a {
    display: block; }
.nr-con li a p {
    font-size: 14px;
    color: #666; }
.nr-con li a .nrc-img {
    display: inline-table;
    height: 210px;
    vertical-align: middle; }
.nr-con li a .nrc-img img {
    max-height: 210px;
    max-width: 210px;
    vertical-align: middle; }
.nr-con li a .nrc-price {
    font-size: 24px;
    color: #ff3c28; }
.nr-con li a .nrc-price span {
    font-size: 18px; }
.nr-con li a h3 {
    font-size: 20px;
    color: #333;
    padding: 10px 0; }
.nr-con li:last-child {
    width: 236px; }

.nakedbrand-class {
    background-color: #f7f7f7;
    padding: 30px 0; }

/* 楼层商品展示*/
.ni-floor {
    padding: 30px 0; }
.ni-floor:nth-child(odd) {
    background-color: #f7f7f7; }
.ni-floor .cr-title, .ni-floor .cr-title-1 {
    width: 1190px;
    margin: 0 auto;
    font-size: 24px;
    height: 24px;
    line-height: 24px; }
.ni-floor .cr-title a, .ni-floor .cr-title-1 a {
    float: right;
    font-size: 14px;
    color: #999; }
.ni-floor .floor {
    width: 1190px;
    margin: 0 auto;
    padding-top: 30px; }
.ni-floor .floor .floor-class {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 16px;
    line-height: 16px;
    border: solid 1px #36b149;
    color: #36b149;
    padding: 0 3px;
    font-size: 12px; }
.ni-floor .floor .floor-one {
    overflow: hidden; }
.ni-floor .floor .floor-one .floor-ad {
    display: block;
    width: 390px;
    height: 362px;
    float: left; }
.ni-floor .floor .floor-one ul {
    width: 800px;
    float: left; }
.ni-floor .floor .floor-one ul li {
    width: 388px;
    height: 174px;
    float: left;
    border: solid 1px #eee;
    margin: 0 0 10px 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff; }
.ni-floor .floor .floor-one ul li .fo-img {
    width: 150px;
    padding: 10px;
    float: left;
    display: inline-table;
    text-align: center;
    vertical-align: middle; }
.ni-floor .floor .floor-one ul li .fo-img a {
    display: block; }
.ni-floor .floor .floor-one ul li .fo-img a img {
    max-width: 150px;
    max-height: 150px;
    vertical-align: middle; }
.ni-floor .floor .floor-one ul li .fo-text {
    width: 200px;
    height: 174px;
    float: left;
    position: relative; }
.ni-floor .floor .floor-one ul li .fo-text a {
    display: block; }
.ni-floor .floor .floor-one ul li .fo-text a h3 {
    font-size: 18px;
    padding: 15px 0 10px 0;
    color: #333; }
.ni-floor .floor .floor-one ul li .fo-text a p {
    font-size: 14px;
    color: #999;
    line-height: 22px; }
.ni-floor .floor .floor-one ul li .fo-text a .price {
    font-size: 20px;
    color: #ff3c28;
    padding-top: 15px; }
.ni-floor .floor .floor-one ul li .fo-text a .price span {
    font-size: 16px; }
.ni-floor .floor .floor-one ul li .fo-text .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ff3c28;
    display: none; }
.ni-floor .floor .floor-one ul li .fo-text .btn:hover {
    background-color: #f41700; }
.ni-floor .floor .floor-one ul li:hover .btn {
    display: block; }
.ni-floor .floor .floor-two {
    overflow: hidden; }
.ni-floor .floor .floor-two li {
    width: 188px;
    height: 256px;
    float: left;
    margin: 0 10px 10px 0;
    border: solid 1px #eee;
    background-color: #fff;
    position: relative; }
.ni-floor .floor .floor-two li:nth-child(6n) {
    margin-right: 0; }
.ni-floor .floor .floor-two li a {
    display: block;
    text-align: center;
    position: relative; }
.ni-floor .floor .floor-two li a .ft-img {
    height: 138px;
    padding: 10px 25px;
    vertical-align: middle;
    display: inline-table; }
.ni-floor .floor .floor-two li a .ft-img img {
    max-height: 138px;
    max-width: 138px;
    vertical-align: middle; }
.ni-floor .floor .floor-two li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #333; }
.ni-floor .floor .floor-two li a .price {
    font-size: 20px;
    color: #ff3c28; }
.ni-floor .floor .floor-two li a .price span {
    font-size: 16px; }
.ni-floor .floor .floor-two li .btn {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 0;
    width: 120px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ff3c28;
    display: none; }
.ni-floor .floor .floor-two li .btn:hover {
    background-color: #f41700; }
.ni-floor .floor .floor-two li:hover .btn {
    display: block; }

/* 楼层导航*/
.floor-nav {
    width: 40px;
    position: fixed;
    top: 50%;
    margin-top: -190px;
    left: 50%;
    margin-left: -645px;
    display: none; }
.floor-nav ul li {
    background-color: #666;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 2px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    cursor: pointer; }
.floor-nav ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 18px; }
.floor-nav ul li.fn-pad {
    padding: 14px 0; }
.floor-nav ul li.fn-top {
    background: #333 url("/luojia/images/icon03.png") no-repeat center 9px;
    padding: 23px 0 8px 0; }
.floor-nav ul li:hover, .floor-nav ul li.fn-cur {
    background-color: #ff3c28; }
.sort_select .ssm-list .ssml-list li {
    margin: 0 8px 8px 0;
    float: left;
    padding: 0 10px;
    line-height: 24px;
    font-size: 12px;
    cursor: pointer; }
.sort_select .ssm-list .ssml-list li:hover {
    color: #ff3c28; }
.sort_select .ssm-list .ssml-list li.cur {
    background-color: #ff3c28;
    color: #fff; }
.sort_select .ssm-list .ssml-list .price-range input {
    width: 48px;
    padding-left: 20px;
    height: 22px;
    line-height: 22px;
    border: solid 1px #eee;
    background: url("/luojia/images/icon01.png") no-repeat 6px center; }

.collect {
    z-index: 6;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url("/luojia/images/icon-content17.png") no-repeat left top;
}
.collect.collected, .collect:hover {
    background-position: left -18px;
}
.search-list-trademarks .list-info .price{
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    position: absolute;
    left: 10px;
    top: 168px;
    height: 20px;
    line-height: 20px;
    background-color: #f75a4a;
}
.search-list-trademarks .list-info .price span {
    font-size: 14px;
}
.operate {
    position: relative;
    left: -1px;
    height: 26px;
    line-height: 26px;
    width: 184px;
    border: solid 1px #ddd;
    background-color: #f6f6f6;
    margin-left:-9px;
}
.operate a {
    display: block;
    float: left;
    width: 90px;
    text-align: center;
    font-size: 12px;
    color: #000;
    padding: 0;
    margin: 0; }
.operate a.slr-ask {
    width: 93px;
    border-right: solid 1px #ddd;
    background-color: #fff; }
.operate a.slr-checkout {
    display: none;
    color: #999 !important;
    margin-left: 0px !important;
    background: #fff!important;}
.nakedmark-searchlist .ns-con li:hover {
    border: solid 1px #ff3c28; }
.nakedmark-searchlist .ns-con li:hover .operate {
    border-left: solid 1px #ff3c28;
    border-right: solid 1px #ff3c28;
    border-bottom: solid 1px #ff3c28; }
.slr-check{
    margin-left: 0px !important;
}
.inp-oprice{
    outline-style: none;
    padding-left: 10px;

    border: 0;
    background-color: #fff;

    width: 210px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;

    color: #ff3c28;
}
.pop-collect p {
    text-align: center;
}
.pop-collect p a {
    color: #ff3c28;
}
.pop-collect{
    width: 400px;
    margin: -122px 0 0 -210px;
    padding: 30px 0;

}
.caa-head{
    line-height: 32px;
    margin-bottom: 20px;
}
.list-info{
    padding: 0 10px !important;
}
/* 查询结果列表页*/
.main-list-trademark .sort {
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    background-color: #f9f9f9;
    border: solid 1px #efefef; }
.main-list-trademark .sort li {
    float: left;
    width: 100px;
    text-align: center;
    font-size: 12px;
    color: #666;
    cursor: pointer; }
.main-list-trademark .sort li em {
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url("/luojia/images/icon02.png") no-repeat center;
    background-position: center 0px;
    margin-left: 10px;
    position: relative;
    top: 1px; }
/*.main-list-trademark .sort li em.price {*/
    /*background: url("/luojia/images/icon04.png") no-repeat center top;*/
/*}*/
.main-list-trademark .sort li.cur {
color: #ff3c28;
background: url("/luojia/images/bg-sort.jpg") repeat-y center;
}
.main-list-trademark .sort li.up em{
    color: #ff3c28;
    background: url("/luojia/images/icon04.png") no-repeat center;
}
.main-list-trademark .sort li.cur em {
    background-position: center -10px ;
}
.layer-query-brandbox .brand-list-edit {
float: left;
    text-align: center;
    padding: 0 10px;
    margin-top: 12px;
    border-right: dashed 1px #ccc; }
.layer-query-brandbox .brand-list-edit .all-number {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
    line-height: 24px;
    color: #fff; }
.layer-query-brandbox .brand-list-edit .all-number .orange {
    color: #ff3c28; }
.layer-query-brandbox .brand-list-edit .btn-orange {
    height: 24px;
    line-height: 24px;
    background-color: #ff3c28;
    margin: 6px 0 10px 0; }
.layer-query-brandbox .brand-list-edit .btn-orange:hover {
    background-color: #f41700; }
.layer-query-brandbox .brand-list-edit .btn-del {
    height: 24px;
    line-height: 24px;
    background-color: #f9f9f9;
    color: #333;
    border: none; }
.layer-query-brandbox .phone-form .title {
    font-size: 14px;
    color: #bbb;
    padding-bottom: 4px;
}
.layer-query-brandbox .lyb-img {
    float: left;
    margin-top: 20px; }
.form-list {
    position: relative;
}
.form-list .star {
    position: absolute;
    left: -13px;
    top: 7px;
    color: #ff3c28;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}
.icon-price {
    display: inline-block;
    border-right: 1px solid #eee;
    padding: 0 17px;
    height: 16px;
    background: url(/luojia/images/icon16.png) no-repeat center 2px;
    position: relative;
    top: 2px;
}


.ccsl-btns .ccollect {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: #808080;
    line-height: 20px;
    position: relative;
    top: -2px; }
.ccsl-btns .ccollect em {
    width: 19px;
    height: 18px;
    display: inline-block;
    background: url("../images/icon-content17.png") no-repeat left top;
    margin-right: 5px;
    position: relative;
    top: 3px; }
.ccsl-btns .ccollected, .ccsl-btns .ccollect:hover {
    color: #ff3c28; }
.ccsl-btns .ccollected em, .ccsl-btns .ccollect:hover em {
    background-position: left -18px; }
.total-prices {
    font-size: 12px;
    position: relative;
    top: -8px;
    padding-left: 40px;
    color: #999; }
