/* yui3 reset.css */
html {
    color: #000;
    background: #FFF
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}
ol,
ul {
    list-style: none
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,
q:after {
    content: ''
}
abbr,
acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
iframe {
    display: block;
}

/* yui3 fonts */
body {
    font: 12px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}
select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}

table {
    font-size: inherit;
    font: 100%
}
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}
a {
	text-decoration: none;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.l {
    float: left !important;
}
.r {
    float: right !important;
}
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}

/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */
/* 去掉select框的默认样式 */
select {
	 appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
     -ms-appearance:none;
}
select::-ms-expand { display: none; }    // 针对ie


.search-input {
    color: #333;
}
.order-details .bd-none {
	border-bottom: none;
}
.ellicape {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

/* 页面顶部导航 */

.site-nav {
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eeeeee;
    font-size: 12px;
}

.sn-left {
    float: left;
}

.sn-left li {
    float: left;
}

.sn-left .split {
    color: #dddddd;
    margin: 0 8px;
}

.sn-left .signin {
    color: #ffa902;
}

.sn-left .reg {
    color: #e40000;
}

.sn-right {
    float: right;
}

.sn-right li {
    float: left;
}

.sn-right .split {
    color: #dddddd;
    margin: 0 8px;
}

.sn-right a {
    color: #333;
}

/* layer-modify && layer-ordetail页面的公共样式  */

/* 订单性情 */
.order-detail {
	margin: 0 23px 0 21px;
}
.order-msg {
	overflow: hidden;
	padding-bottom: 28px;
}
.order-msg-lt {
	float: left;
	width: 345px;
	height: 185px;
	border-right: 1px solid #e6e6e6;
}
.num-tip {
	margin: 15px 0 0 28px;
	color: #999;
}
.order-msg-lt .returnsign {
	margin: 40px 0;
	text-align: center;
	font-size: 24px;
	color: #db2323;
}
.shopdetail {
	margin-top: 10px;
}
.shopdetail .shop {
	float: left;
}
.shopdetail .shop img {
	vertical-align: middle;
}
.shopdetail .qq {
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	background: url(../images/qq.png) no-repeat left;
}
.order-msg-opt {
	margin-top: 70px;
}
.order-msg-opt span {
	float: left;
	cursor: pointer;
}
.order-msg-opt i {
	float: left;
	height: 15px;
	width: 15px;
	margin-right: 10px;
	background: url(../images/opticons.png) no-repeat 0 0;
}
.order-msg-opt .print {
	margin: 0 74px 0 30px;
}
.order-msg-opt .quit i {
	background-position-x: -15px;
}

.order-msg-rt {
	float: left;
}
.order-state li {
	float: left;
}
.order-state .stateicon {
	display: block;
	height: 23px;
	width: 22px;
	background: url(../images/stateicons.png) no-repeat;
}
.order-state .text {
	width: 70px;
	text-align: center;
}

.order-process-box {
	margin-left: 55px;
}
.order-process-wrap {
	width: 602px;	
	overflow-x: auto;
    overflow-y: hidden;
    margin-top: 30px;
}
.order-process {
	width: 1200px;
	height: 112px;
	margin-left: 5px;
}
.order-process .node {
	position: relative;
    float: left;
    width: 65px;
    height: 43px;
}
.order-process .node .node-icon {
    position: absolute;
    display: block;
    left: 20px;
    top: 0;
    width: 22px;
    height: 23px;
    background: url(../images/stateicons.png) no-repeat 0 0;
    overflow: hidden;
}
.order-process .node .node-icon-cur {
	background-position-y: -23px;
}
.order-process .node .node-icon01 {
	background-position-x: 0px;
}
.order-process .node .node-icon02 {
	background-position-x: -22px;
}
.order-process .node .node-icon03 {
	background-position-x: -44px;
}
.order-process .node .node-icon04 {
	background-position-x: -66px;
}
.order-process ul {
    position: absolute;
    width: 100%;
    margin-top: -40px;
    text-align: center;
}
.order-process .node ul {
    z-index: 1;
    width: 189px;
    margin-left: -62px;
}
.order-process .txt1 {
    height: 36px;
    margin-bottom: 53px;
    font-size: 12px;
}
.order-process .txt2 {
    line-height: 25px;
    color: #999;
}
.order-process .txt3 {
    color: #999;
    line-height: 15px;
}   

.order-process .proce {
    position: relative;
    float: left;
    width: 114px;
    height: 10px;
    background: url(../images/jtou.png) no-repeat;
}
.order-process .done {
    background-position: 0 -10px;
    margin-top: 9px;
}

.order-process .line-cur {
	background-position-y:0;
}
.order-process .line-done {
	background-position-y:-20px;
}
.node-cur .node-icon {
	background-position-y:0;
}
.node-cur .txt2,
.node-cur .txt3 {
	color: #333;
}

/* 商品信息 */
.good-table {
	width: 100%;
	border: 1px solid #e5e5e5;
	table-layout: fixed;
}
.good-table .space {
	width: 180px;
}
.good-table thead tr {
	height: 31px;
	background-color: #f5f5f5;
}
.good-table thead .col01 {
	text-align: center;
}
.good-table tbody tr {
	height: 91px;
	border-bottom: 1px solid #e5e5e5;
}

.good-table .col01 {
	width: 380px;
}
.good-table .col02,
.good-table .col03,
.good-table .col04 {
	width: 80px;
	text-align: center;
}
.good-detail .img {
	float: left;
	height: 62px;
	width: 62px;
	margin-right: 14px;
	margin-left: 15px;
}
.good-text {
	float: left;
	width: 242px;
}
.good-text .line2 {
	margin-top: 5px;
	color: #999;
}
.good-table .num {
	display: inline-block;
    padding: 0 10px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto;
    border: 1px solid #dddddd;
    color: #999;
}
.good-table .opt a {
	display: block;
	color: #333;
	margin: 0 auto 8px;
}
.seemore {
	margin:15px 0 20px ;
	overflow: hidden;
}
.seemore a {
	float: right;
	color: #333;
}
.order-sum span {
	float: right;
}
.order-sum i {
	font-style: normal;
	color: #cc0000 ;
	font-size: 20px;
}

.btnbox {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 40px;
}
.btnbox span {
	display: inline-block;
	cursor: pointer;
}
.btnbox .confirm-btn {
	width: 86px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	background-color: #db2323;
}
.btnbox .quit-btn {
	width: 68px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	margin-left: 12px;
	border: 1px solid #dfdede;
	background-color: #f4f3f3;
	color: #333;
}

/* 弹出层的公共的可伸缩的样式 */
.common-hd {
	padding: 20px 0;
    border-bottom: 1px dashed #cbcbcb;
    border-top: 1px dashed #cbcbcb;
}
.common-hd h1 {
	float: left;
	margin-left: 3px;
    font-size: 14px;
    font-weight: bold;
}
.common-hd h1 span {
	float: left;
    width: 3px;
    height: 8px;
    margin: 4px 11px 0 0;
    background-color: #aeaeae;
}
.common-hd .fold {
	float: right;
	width: 12px;
	height: 10px;
	margin-right: 20px;
	cursor: pointer;
}
.common-hd .fold-down {
	background: url(../images/fold.png);
}
.common-hd .fold-up {
	background: url(../images/fold.png) -12px 0;
}

/* 弹出框的项目信息左右分两列显示列表的公共样式 */
.common-list {
	width: 850px;
    margin: 15px 45px 0;
    font-size: 14px;
}
.common-list > li {
	float: left;
	margin-bottom: 22px;
}
.common-list .row {
	width: 850px;
}
.common-list .half-row {
	width: 425px;
}
.common-list .title {
	float: left;
	width: 170px;
	text-align: right;
	height: 26px;
    line-height: 26px;
}
.common-list .con {
	float: right;
}
.common-list .title i {
	margin-right: 2px;
    font-style: normal;
    color: #d71616;
}
.common-list .row .con {
	width: 670px;
}
.common-list .half-row .con {
	width: 245px;
}
.common-list select,
.common-list input,
.common-list textarea {
	padding-left: 5px;
	border: 1px solid #dddddd;
}
.common-list input[type='radio'] {
	border:none;
}
.common-list select {
	height: 26px;
	line-height: 26px;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border-radius: 0;
	box-shadow: none;
}
.common-list input {
	height: 24px;
	line-height: 24px;
}
.common-list .row-select {
	width: 665px;
	background: url(../images/selectarrow.png) no-repeat 640px;
}
.common-list .half-row-select {
	width: 240px;
	background: url(../images/selectarrow.png) no-repeat 213px;
}
.common-list .row-input {
	width: 658px;
}
.common-list .half-row-input {
	width: 233px;
}
.common-list .row-textarea {
	width: 663px;
	height: 82px;
    resize: none;
}

/* 处理历史公共样式 */
.history-bd {
    margin: 25px 0 40px 152px; 
}
.node-item {
	overflow: hidden;
	line-height: 28px;
}
.node-item .date {
	width: 80px;
}
.node-item .week {
	width: 28px;
}
.node-item .time {
	width: 56px;
}
.node-item > span {
	float: left;
	margin-right: 20px;
	font-size: 14px;
}
.node-item .node-text {
	width: 600px;
	padding-left: 15px;
	border-left: 1px solid #e8e8e8;
}
.node-item .node-text:before {
	content: url(../images/dott.png);
	position: relative;
	left: -19.5px;
	top: -2px;
}
.node-first .node-text:before {
	content: url(../images/dottred.png);
    position: relative;
    left: -19.5px;
    display: inline-block;
    height: 11px;
    width: 8px;
    background-color: #fff;
    top: -2px;
}
.node-first .node-text {
	color: #cc0000;
}
.node-last .node-text:before {
	top: -1px;
}


/* 头部  */
html,body {
	/*background-color: #f5f5f5;*/
}

.container {
	width: 1190px;
	margin: 0 auto;
}
.header {
	height: 30px;
	line-height: 30px;
}
.header .pos {
	float: left;
	margin-left: 9px;
	padding-left: 22px;
	background: url(../images/pos.png) no-repeat left;
}
.hd-nav{
	float: right;
}
.hd-nav li {
	float: left;
	margin-left: 10px;
}
.hd-nav li a {
	color: #333;
}
.hd-nav .login a {
	color: #0761bc;
}
.hd-nav .reg a {
	color: #e40000;
}
.hd-nav .split {
	color: #dddddd;
}

/* 导航nav&侧边栏side */
.nav-wrap {
	height: 80px;
	margin-bottom: 27px;
	background: url(../images/navbg.jpg);
}
.nav-wrap .logo {
	float: left;
	margin-top: -14px;
	margin-left: 5px;
}
.nav-wrap .mymall{
	float: left;
	margin-left: 34px;
	margin-right: 55px;
}
.mymall p {
	font-size: 20px;
	color: #f5f5f5;
	margin: 10px 0 5px;
}
.mymall span {
	display: block;
	width: 89px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #ffc7c7;
	border: 1px solid #eaa4a5;
	cursor:pointer;
}
.nav-list {
	float: left;
	margin-top: 35px;
}
.nav-list > li {
	float: left;
	margin-right: 25px;
}
.nav-list > li > a {
	font-size: 14px;
	color: #f5f5f5;
}
.nav-count {
	position: relative;
	margin-right: 3px;
	width: 93px;
	height: 19px;
}
.nav-count .nav-count-link {
	position: absolute;
	z-index: 2;
	display: inline-block;
	width: 93px;
	text-align: center;
}
.nav-count .nav-count-link span {
	display: inline-block;
    width: 93px;
    background: url(../images/down_arrow.png) no-repeat 79px;
}
.nav-count .nav-count-active span {
	background: url(../images/top_arrow.png) no-repeat 79px;
	color: #333;
}
.countlist {
	display: none;
	position: absolute;
	top: -5px;
	left: 5px;
	z-index: 1;
	width: 93px;
	height: 123px;
	padding-top: 30px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 1px 1px rgba(229, 229, 229, .7);
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
}
.countlist li {
	height: 26px;
	line-height: 26px;
	margin-bottom: 6px;
}
.countlist li:hover {
	color: #db2323;
	background-color: #eeeeee;
}
.countlist li:hover a {
	color: #db2323;
}

.countlist li a {
	margin-left: 15px;
	font-size: 14px;
	color: #333;
}
.nav-msg a {
	position: relative;
}
.nav-msg i {
	position: absolute;
	top: -5px;
	right: -17px;
	height: 16px;
	min-width: 16px;
	text-align: center;
	line-height: 16px;
	color: #e40000;
	font-style: normal;
	background-color: #ffed52;
	border-radius: 10px;
}
.msglist {
	display: none;
	position: absolute;
	z-index: 111;
	width: 400px;
	margin-top: 10px;
    padding-bottom: 8px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 1px 1px rgba(229, 229, 229, .7);
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
	background-color: #fff;
}
.msglist .space {
	height: 20px;
    width: 100px;
    position: absolute;
    top: -15px;
}
.msglist .msg-img {
	position: absolute;
    top: -7px;
    left: 14px;
}
.msglist ul {
	width: 354px;
	margin: 20px auto 0;
}
.msglist li {
	margin-bottom: 3px;
}
.msglist p a {
	float: right;
	color: #db2323;
}
.msglist p {
	line-height: 24px;
	overflow: hidden;
	word-break: break-all;
}
.msglist .seeall {
	float: right;
	margin-top: 22px;
	color: #db2323;
}
.nav-serch {
	float: left;
	margin: 22px 10px 0 70px;
}
.nav-serch input {
	float: left;
	width: 155px;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	padding-left: 9px;
	border: none;
	outline: none;
	background-color: #fff;
}
.nav-serch span {
	float: left;
	width: 55px;
	height: 36px;
	background: #ffe7e7 url(../images/searchicon.png) no-repeat center;
	cursor: pointer;
}
.nav-serch span:hover {
	background-color: #ffcbcb;
}

.nav-car {
	position: relative;
	float: left;
	margin-top: 22px;
	width: 153px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #666;
	font-size: 14px;
	background: #fff url(../images/mallcar.png) no-repeat 8px;
}
.nav-car i {
	position: absolute;
	right: 6px;
	top: 8px;
	height: 20px;
	min-width: 20px;
	text-align: center;
	line-height: 20px;
	background-color: #b42829;
	border-radius: 50%;
	color: #fff;
	font-style: normal;
}

.side {
	float: left;
	width: 90px;
	margin-right: 4px;
}
.side dl {
	margin-bottom: 25px;
}
.side dt {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
}
.side dt i {
	float: left;
	height: 12px;
	width: 12px;
	background-image: url(../images/sideicons.png);
    margin: 3px 7px 0 0;
}
.side .product-do i {
	background-image: url(../images/goodsmatain.png);
	width: 13px;
}
.od-center i {
	background-position-x: 0;
}
.buy-plan i {
	background-position-x: -12px;
}
.online-price i {
	background-position-x: -24px;
}
.my-focus i {
	background-position-x: -36px;
}
.side dd a {
	color: #333;
}
.side dd.cur a,
.side dd a:hover {
	color: #cc0000;
}
.side dd {
	margin-bottom: 8px;
}
/* 右侧内容 */
.content {
	float: right;
	width: 1096px;
	min-height: 750px;
}
/* 右侧内容标题 */
.con-hd {
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin-bottom: 20px;
	background-color: #fff;
}

.con-hd h1 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 23px;
	padding-left: 33px;
}
/* 右侧内容切换 */
.order-state-wrap {
	background-color: #fff;
}

.order-state {
	height: 45px;
	margin-right: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 14px;
}

.order-state li {
	position: relative;
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	cursor: pointer;
}
.order-state li span{
	  float: left;
}
.order-state li i {
	height: 15px;
	text-align: center;
	line-height: 15px;
	border-radius: 9px;
	font-style: normal;
	background-color: #e24343;
	color: #fff;
	font-size: 12px;
	padding: 1px;
	min-width: 15px;
	right:3px;
	margin-top: 5px;
    float: left;
}

.order-state .cur {
	font-weight: bold;
	color: #cc0000;
	border: 1px solid #d1d1d1;
	border-bottom: 1px solid #fff;
}

.con-bd {
	overflow: hidden;
	background-color: #fff;
	padding: 0 20px 20px 20px;
	min-height:260px;
}
/* 右侧搜索 */
.quit-searh {
	margin: 15px 0 10px;
}

.quit-searh .quit {
	float: left;
	width: 98px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	margin-right: 15px;
	font-size: 14px;
	color: #cc0000;
	border: 1px solid #cc0000;
	cursor: pointer;
}

.quit-searh .search {
	float: right;
}

.quit-searh .search input {
	float: left;
	;
	width: 195px;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	padding-left: 9px;
	outline: none;
	border: 1px solid #d1d1d1;
	border-right: none;
}

.quit-searh .search span {
	float: left;
	width: 54px;
	height: 31px;
	background: #ffe7e7 url(../images/searchicon.png) no-repeat center;
	cursor: pointer;
}

.quit-searh .search span:hover {
	background-color: #ffcbcb;
}
/* footer */
.footer {
	height: 74px;
	padding-top: 20px;
}
.footer p {
	text-align: center;
	margin-bottom: 10px;
}
.footer span {
	color: #d00005;
}
.footer a {
	color: #333;
}
/* searchno */
.searchno .serh-ns{
	text-align: center;
    height: 32px;
    line-height: 32px;
    width: 266px;
    margin: 25px auto;
}
.searchno .ns-icon{
	float: left;
    height: 32px;
    margin-right: 10px;
}
.searchno .ns-content{
	float: left;
    font-size: 16px;
    font-weight: 700;
    color: #f60;
}
/* 客服动画的css */
.fixeditems03 {
    display: inline-block;
    position: absolute;
    top: 45%;
}


.fixeditems03 .robot {
    position: fixed;
    z-index: 1002;
    cursor: default;
}


.xiaoqiao {
        position: relative;
        height: 74px;
        width: 75px;
        /* border: 1px solid red; */
        margin: 0 auto;
        /* background-size: 92px; */
        background-size: 100%;
        cursor: pointer;
        background-position: center top;
        background-repeat: no-repeat;
        background-image: url(../images/xiaoqiao.png);
        background-position: 0px -8806px;
    }

.fixeditems03 .tip-box.robotinfo {
        position: absolute;
        text-align: left;
        border: 1px solid #e2e2e2;
        box-shadow: 0 0 10px #e2e2e2;
        /* right: 115px; */
        left: 80px;
        top: 18%;
        z-index: 999;
        background: #fff;
        line-height: 22px;
        padding: 10px;
        width: 155px;
        display: block;
    }

.fixeditems03 .tip-box:before,
    .tip-box:after {
        position: absolute;
        width: 0;
        height: 0;
        content: '';
        bottom: inherit;
        right: 100%;
        font-size: 0;
        top: 50%;
        margin-top: -10px;
    }

.fixeditems03 .tip-box:before {
        border: 8px dashed transparent;
        border-right-color: #d7d7d7;
        border-right-style: solid;
    }

.fixeditems03 .tip-box:after {
        border: 7px dashed transparent;
        border-right-color: #fff;
        border-right-style: solid;
    }

.fixeditems03 .close-tip {
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        position: absolute;
        right: 5px;
        top: 4px;
        cursor: pointer;
        color: #666;
        font-size: 18px;
    }

.fixeditems03 .tip-box span {
        display: inline-block;
        width: 170px;
    }
.kefuwenhao{
	float:right;
	cursor:pointer;
}
.kefufaq{
	width:25px;
	margin-top:-10px;
}
.ft-bottom {
    height: 94px;
    text-align: center;
    color: #666;
   /* padding: 15px 0;*/
    background-color: #f0f0f0;
}