﻿/*==================================
Date 20170926;
Author hy;
Function: 经销商WEB-账户中心;
==================================*/
/**/
.account-center{margin:40px auto;}

.account-mainnav{float:left;width:180px;border:1px solid #ddd;border-bottom-width:5px;background: #f8f8f8;}
.account-mainnav li{position:relative;}
.account-mainnav li a{position:relative;display:block;margin-top:-1px;height:40px;line-height:40px;border-top:1px solid #ddd;
	text-indent:3em;font-size:14px;z-index:3;
}
.account-mainnav li>ul>li>a{text-indent:4em;border:none;background: #fff;}
.account-mainnav li>i.bor{display:block;position: absolute;top:0;left:0;width:0;height:40px;background: #6ABF4B;z-index:2;
-webkit-transition:width .5s;
-moz-transition:width .5s;
transition:width .5s;
}
.account-mainnav>ul>li:hover>a,
.account-mainnav>ul>li.active>a{color:#fff;}

.account-mainnav>ul>li:hover>i.bor,
.account-mainnav>ul>li.active>i.bor,
.account-mainnav>ul>li>ul>li.active>i.bor{width:180px;}
.account-mainnav>ul>li>ul>li.active>a{font-weight:700;color:#6ABF4B;}
.account-mainnav>ul>li>ul>li:hover a{font-weight:700;color:#6ABF4B;text-indent:4.5em;}

.account-mainnav>ul>li>ul>li>a{border-bottom:1px solid #ddd;height:39px;}
.account-mainnav>ul>li.subnav>ul{display:none;}
.account-mainnav>ul>li.subnav.active ul{display:block;}

.account-contant{float:right;width:998px;min-height:600px;}
.bor-box{background: #fff;border:1px solid #ddd;}

/*****我的觅惠*****/
.meuser-wecome {padding:10px 0;position:relative;background: #f5f8fa;}
.meuser-wecome h2{margin:0 0 0 20px;}
.meuser-wecome h2 strong{font-size:14px;}
.meuser-wecome p{margin:5px 0 0 20px;color: #999;}
.meuser-wecome .sign{position: absolute;top:15px;right:-1px;width:200px;}
.meuser-wecome .sign .link-add{margin-top:8px;}
.meuser-wecome .sign .me-quan{position: relative;text-align: center;margin-top:2px;}
.meuser-wecome .sign .me-quan a{display:block;width:104px;height:30px;line-height:30px;position:relative;z-index:3;
	border:1px solid #f5f8fa;border-right-color:#ddd;}
.meuser-wecome .sign .me-quan i{font-size:12px;}

.meuser-wecome .sign .me-quan p{display:none;position: absolute;top:26px;right:0;width:160px;height:50px;line-height:50px;
	z-index:2;border:1px solid #ddd;background: #fff;}

.meuser-wecome .sign .me-quan:hover a{border:1px solid #ddd;border-bottom-color:#fff;background: #fff;}
.meuser-wecome .sign .me-quan:hover p{display:block;}

.meuse-order-nav{border-top:1px solid #ddd;}
.meuse-order-nav ul{margin:20px 0 20px -1px;}
.meuse-order-nav li{float:left;border-left:1px solid #eee;padding:0 65px;}
.meuse-order-nav li a{font-size:14px;}
.meuse-order-nav li em {display:inline-block;margin-left:2px;color: #999;}

.account-meorder{margin-top:20px;}
.account-title{height:38px;background: #f5f8fa;}
.account-title strong{margin:8px 0 0 20px;float:left;padding-left:10px;display:block;font-size:14px;border-left:2px solid #f33817;}
.account-meorder-list ul{border-bottom:1px solid #ddd;margin-bottom:-1px;}
.account-meorder-list li{float:left;margin:10px;position:relative;}
.account-meorder-list li .iconfont{position:absolute;top:25px;right:30px;font-size:36px;color:#ccc;}
.account-meorder-list li img{width:75px;height:75px;}
.account-meorder-list li h3{margin:15px 0 0 0;width:320px;height:21px;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.account-meorder-list li p{margin-top:10px;color: #999;}
.account-meorder-list li em{margin:30px 0 0 100px;display:block;width:180px;text-align: center;}
.account-meorder-list li span{float:right;display:block;margin:30px 0 0 140px;width:80px;text-align:center;color:#999;}


/*****已进到的货品*****/
.account-orderlist .account-title{border-bottom:2px solid #ddd;height:45px;}
.account-orderlist .account-title li{float: left;}
.account-orderlist .account-title li a{padding:0 16px;display:block;margin-bottom:-2px;height:45px;line-height:45px;
	font-size:14px;border-bottom:2px solid #ddd;font-weight: 700;}
.account-orderlist .account-title li a em{display:inline-block;margin-left:2px;color:#999;}
.account-orderlist .account-title li.active a,
.account-orderlist .account-title li:hover a{color:#f03a15;border-color: #f03a15;}
.account-orderlist .account-title li.active a em,
.account-orderlist .account-title li:hover a em{color: #f03a15;}

.account-orderlist .search{margin:20px;}
.account-orderlist .search .hd input.txt{padding:0 5px;width:209px;height:28px;border:1px solid #ddd;border-right:none;background: #fff;}
.account-orderlist .search .hd input.ss{width:68px;height:30px;border:none;background: #ddd;}
.account-orderlist .search .hd .more{display:inline-block;margin-left:20px;cursor: pointer;}
.account-orderlist .search .hd .more i{font-size:12px;}
.account-orderlist .search .bd{display:none;padding-bottom:0px;}
.account-orderlist .search .bd li{margin:20px 0 0 0;float: left;min-width:320px;height:28px;line-height:28px;}
.account-orderlist .search .bd li select{min-width:120px;height:30px;}
.account-orderlist .search .bd li input{border:1px solid #ddd;height:28px;padding:0 5px;margin:0 2px;}
.account-orderlist .search .bd .btn{margin:20px 0 0 58px;}
.account-orderlist .search .bd .btn-orange{font-size:14px;font-family: 'microsoft yahei'}

.orderlist-title {margin-top:40px;}
.orderlist-title ul{height:38px;line-height:38px;background: #f2f2f2;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.orderlist-title ul li{float:left;text-align: center;}
.orderlist-title .sign{padding:10px;}
.orderlist-title .sign .btn-gray{margin-left:10px;}
.orderlist-title .sign input[type="checkbox"]{vertical-align:-2px;margin-right:5px;}

/**/
.account-orderlist .hj-table{width:100%;border-bottom:1px solid #ddd;margin-bottom:10px;}
.account-orderlist .hj-table thead>tr>td{padding:0;height:38px;line-height:38px;background:#f2f2f2;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.account-orderlist .hj-table thead input[type="checkbox"]{vertical-align:-2px;margin:0 5px 0 10px;}
.account-orderlist .hj-table tbody>tr>td{padding:0;border-left:1px solid #ddd;}
.account-orderlist .hj-table tbody>tr>td:first-child{border-left:none;}
.account-orderlist .hj-table tbody>tr>td.center{vertical-align: top;padding-top:10px;}
.account-orderlist .hj-table.news{;border-bottom-color:#daf3ff;}
.account-orderlist .hj-table.news thead>tr>td{height:38px;line-height:38px;background:#eaf8ff;border-top-color:#daf3ff;border-bottom-color:#daf3ff;}
.account-orderlist .hj-table.news tbody>tr>td{border-left-color:#daf3ff;}
.account-orderlist .hj-table.news .shop-list{border-bottom-color: #daf3ff;}

/*货品名称，单价，数量，货品操作*/
.account-orderlist .shop-pic{padding:10px 0;}
.account-orderlist .shop-pic .pic{margin:5px 0 0 10px;float:left;width:75px;height: 75px;background:#fff;}
.account-orderlist .shop-pic .pic img {width:75px;height:75px;}
.account-orderlist .shop-pic .txt{float: left;margin-left:8px;width:206px;color: #999;}
.account-orderlist .shop-pic .txt p.name{margin-bottom:5px;height:40px;line-height:20px;overflow: hidden;}
.account-orderlist .shop-pic .txt p span{display:inline-block;margin-right:5px;}
.account-orderlist .shop-list{border-top:1px solid #ddd;margin-top:-1px;}
.account-orderlist .shop-list>div{float:left;}
.account-orderlist .shop-list .mon,
.account-orderlist .shop-list .num,
.account-orderlist .shop-list .cz{margin-top:10px;width:85px;text-align: center;color: #333;font-family: '宋体';}
.account-orderlist .shop-paymoney{text-align: center;font-size:16px;font-family: 'microsoft yahei';}
.account-orderlist .shop-paymoney p{color: #999;font-size:12px;font-family: '宋体';}
.account-orderlist .shop-paymoney p.badge{color:#fff;border-radius: 3px;width:58px;display:none;}
.account-orderlist .shop-paymoney p.app{background:#f68973;}
.account-orderlist .shop-paymoney p.ks{background:#6c629c;}
.order_mores{border-top:1px solid #ddd;height:25px;line-height:22px;text-align:center;cursor:pointer;}
.order_mores i{font-size:12px;}
.order_mores:hover{background:#f2f2f2;}
/*交易状态*/
.account-orderlist .jyzt{text-align: center;}
.account-orderlist .jyzt li{margin-bottom:3px;}
.account-orderlist .jyzt .liuyan i.iconfont{color: #7ac447;cursor: pointer;}
.account-orderlist .jyzt .wuliu a{color: #f03a15;}
.account-orderlist .jyzt .tips-slide{position:relative;}
.account-orderlist .jyzt .tips-cont{position:absolute;top:18px;left:5px;display:none;width:100px;padding:5px 10px;line-height:22px;text-align: left;
	z-index:2;background: #fff;border-radius:5px;border:1px solid #f03a15;}
.account-orderlist .jyzt .tips-slide:hover .tips-cont{display:block;}
.account-orderlist .jyzt .wuliu .tips-cont{width:180px;}
/*交易操作*/
.account-orderlist .jycz{text-align: center;}
.account-orderlist .jycz li{margin-bottom:5px;}

/*温馨提示*/
.account-prompt{margin:40px;line-height:48px;height:48px;background: #fef9e3;border:1px solid #fcf3ca;font-size:14px;color:#f33817;text-indent:2em;}
.account-prompt span{margin-left:0px;display:inline-block;color: #999;}
.account-quan>div {margin:40px;}

.account-contant h2.zj-zong{margin:40px;font-size:14px;}

/*账户中心-基本资料*/
.accoutCenter {}
.accoutCenter ul {min-height:16px;margin:0 25px;padding:25px;border-bottom:1px solid #ddd;}
.accoutCenter ul li {float: left;min-height:16px;font-size:14px;}
.accoutCenter ul li.lab {width:120px;}
.accoutCenter ul li.user {color:#999;}
.accoutCenter ul li.fun {float: right;text-align: right;}
/*.accoutCenter ul li p {margin:5px 0;height:12px;font-size:12px;font-family: '宋体';color:#999;}*/
.accoutCenter ul li.user p {float:left;margin-right:10px;position: relative;}
.accoutCenter ul li.user p img{height:65px;}
.accoutCenter ul li.user p a{display:none;position: absolute;top:50%;left:50%;margin:-10px 0 0 -27px;width:55px;text-align:center;height:20px;line-height:20px;font-size:12px;color:#fff;background: rgba(243,56,23,.5);z-index:2;}
.accoutCenter ul li.user p:hover a{display:block;}

.editPassword {margin:60px 60px 40px 60px;}
.editPassword .qh-form {margin-top: 40px;}
.editPassword .qh-form-label{width:200px;}
.editPassword .mystep { width:850px;}
.editPassword li input[type="submit"]{margin-top:20px;padding: 8px 0; width:120px;text-align: center;font-size:14px;}

.mystep ul {height:66px;}
.mystep ul li {float: left;width:33.333333%;text-align: center;position: relative;}
.mystep ul li:after {content: '';display:block;position:absolute;top:16px;left:0;width:100%;border-top:2px solid #ddd;}
.mystep ul li span {position:relative;display:block;margin:0 auto;width:36px;height: 36px;line-height:36px;text-align:center;border-radius: 50%;
	background: #ddd;color: #fff;font-size:16px;z-index:2;}
.mystep ul li p {line-height: 30px;}
.mystep ul li.on span{background: #6ABF4B;}
.mystep ul li.on p {color: #6ABF4B;}
.mystep ul li.on:after {border-top-color: #6ABF4B;}

.success {margin:60px auto;line-height:40px;width:500px;text-align:center;color:#999;font-size:18px;}
.success i{color: #27c151;width:500px;}



/*订单详情*/
.account-orderContant .nav-badge{margin:20px 0;font-family: '宋体';}
.account-orderContant .nav-badge span{display: inline-block;color: #999;}

/*订单详情步骤*/
.orderstep ul{margin:40px 0;height:8px;background:#eee;}
.orderstep ul li{float:left;width:25%;text-align:center;}
.orderstep ul li:nth-child(1){width:15%;}
.orderstep ul li:nth-child(2){width:35%;}
.orderstep ul li:nth-child(3){width:35%;}
.orderstep ul li:nth-child(4){width:15%;}
.orderstep ul li .time{height:18px;margin-top:-40px;color: #999;}
.orderstep ul li .txt{height:18px;margin-top:10px;color:#333;}
.orderstep ul li .step{margin:8px auto 0 auto;width:34px;height:34px;background:#eee;border-radius:50%;}
.orderstep ul li .step em{display:block;float:left;margin:6px 0 0 6px;width:22px;height:22px;line-height:22px;
	border-radius:50%;background:#fff;font-size:14px;font-weight:700;font-family:'microsoft yahei';color:#999;}
.orderstep ul li .step.on{background:#f33817;}
.orderstep ul li .step.on em{background:none;color:#fff;}
.orderstep ul li .step i{display:none;}
.orderstep ul li .step.over{background:none;}
.orderstep ul li .step.over em{display:none;}
.orderstep ul li .step.over i{margin:0;display:block;font-size:38px;color:#f33817;}

.orderContant-hd {min-height:200px;}
.orderContant-hd .orderstep{margin:0 40px;padding:40px 0;border-bottom:1px dashed #ddd;}
.orderContant-hd .orderState{padding:20px 40px;font-family: '宋体';}
.orderContant-hd .orderState .title{float:left;font-size:14px;font-weight: 700;color:#333;}
.orderContant-hd .orderState .cont{float: left;width:1010px;}
.orderContant-hd .orderState .cont h2{font-size:14px;font-weight: 700;color:#f33817;}
.orderContant-hd .orderState .cont p{margin-top:15px;}
.orderContant-hd .orderState .cont p a{margin-right:40px;}
.orderContant-hd .orderState .cont p strong{display:inline-block;margin:0 5px;}
.orderContant-hd .orderState .cont p a.btn-orange{border-radius:3px;}


.orderContant-bd .hj-table .shop-pic{padding:10px 0;border-top:1px dashed #ddd;text-align: left;}
.orderContant-bd .hj-table .shop-pic:first-child{border-top:none;}
.orderContant-bd .hj-table .shop-pic .pic{float:left;width:70px;height: 70px;background:#fff;}
.orderContant-bd .hj-table .shop-pic .pic img {width:70px;height:70px;}
.orderContant-bd .hj-table .shop-pic .txt{float: left;margin-left:8px;width:168px;}
.orderContant-bd .hj-table .shop-pic .txt p.name{margin-bottom:5px;height:40px;line-height:20px;overflow: hidden;}
.orderContant-bd .hj-table .shop-pic .txt p span{display:inline-block;margin-right:5px;}
.orderContant-bd {margin-top:20px;}
.orderContant-bd .hd{height:37px;}
.orderContant-bd .hd ul{margin-left:1px;}
.orderContant-bd .hd ul li{float:left;margin-left:-1px;width:135px;height:35px;line-height:35px;border:1px solid #ddd;
	text-align:center;font-size:14px;background:#f2f2f2;cursor:pointer;}
.orderContant-bd .hd ul li.on{border-top:2px solid #f33817;height:34px;line-height:34px;background:#fff;border-bottom-color:#fff;}
.orderContant-bd .bd {margin-top:-1px;background: #fff;border:1px solid #ddd;}
.orderContant-bd .orderInfo{margin:20px 40px;height:70px;border-bottom:1px dashed #ddd;font-family: '宋体';}
.orderContant-bd .orderInfo dt{font-size:14px;color:#333;}
.orderContant-bd .orderInfo dd{margin-top:10px;float: left;width:33%;}
.orderContant-bd .hj-table{margin:40px auto;width:1118px;}

.orderContant-bd .hj-table thead>tr>td{background: #f2f2f2;}
.orderContant-bd .hj-table tr>td{text-align: center;}

.orderContant-bd .txt{color: #999;}

.orderContant-bd .orderTatol{margin:40px;text-align: right;}
.orderContant-bd .orderTatol .mon{font-weight: 700;margin-top:10px;}
.orderContant-bd .orderTatol .mon strong{font-family: 'microsoft yahei';font-size:18px;margin-right:5px;display:inline-block;}

.orderContant-bd .wuliu {margin:40px;}
.orderContant-bd .wuliu p{margin-top:10px;font-size:14px;color: #999;}
.orderContant-bd .wuliu p strong{color: #333;}


/***********退货退款流程************/
/*common*/
.account-refund .refund-tips{padding:5px 8px;background:#faf5f2;line-height:20px;color:#999;}
.account-refund-step{height:33px;overflow: hidden;}
.account-refund-step li{float:left;position: relative;margin-right:10px;width:192px;height:33px;line-height:33px;text-align:center;color:#ff3d3d;font-weight:600;
	background:#ffe6ba;}
.account-refund-step li:before{content:'';position:absolute;top:0;left:0;width:0;height:0;
border:16.5px solid #ffe6ba;border-left-color:#f2f2f2;z-index:2;
border-left-width:10px;border-right-width:10px;
}
.account-refund-step li:after{content:'';position:absolute;top:0;left:192px;width:0;height:0;
border:16.5px solid #f2f2f2;border-left-color:#ffe6ba;z-index:2;
border-left-width:10px;border-right-width:10px;
}
.account-refund-step li:first-child:before{border:none;}
.account-refund-step li:last-child:after{border:none;}
.account-refund-step li.active{background:#ff3d3d;color:#fff;}
.account-refund-step li.active:before{border-color:#ff3d3d;border-left-color:#f2f2f2;}
.account-refund-step li.active:after{border-left-color:#ff3d3d;}
.qh-form-file {position: relative;overflow: hidden;width:125px;}
.qh-form-file input[type="file"] {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;opacity: 0;font-size: 12px;cursor: pointer;
  display: block;margin-left: -10px;height: 100%;filter: alpha(opacity=0);
}
.qh-form-file-pic{}
.qh-form-file-pic img{width:150px;height:150px;padding:2px;border:1px solid #ddd;}
.qh-form-file-pic i{position:absolute;top:-10px;right:-10px;background: #f2f2f2;width:20px;height:20px;line-height:20px;text-align:center;cursor:pointer;
	border-radius: 50%;font-size:12px;}
.qh-form-file-pic .list{position:relative;float:left;margin:10px 10px 0 0;}

/* 申请 */
.account-refund-apply ul{margin:40px;}
.account-refund-apply li{float: left;margin:20px 120px 40px 40px;width:255px;}
.account-refund-apply li a{display:block;height:123px;line-height:123px;border:1px solid #ffe4bd;background:#fef5e4;border-radius:5px;
font-size:24px;color:#f33817;text-align:center;font-family: 'microsoft yahei';}
.account-refund-apply .refund-tips{margin-top:10px;}
.account-refund-apply .dialog-forms{font-size:14px;}
.account-refund-intr{margin-top:20px;}
.account-refund-intr dl{margin:40px;line-height:24px;font-family: '宋体';color:#333;}
.account-refund-intr dd{margin-left:14px;color: #999;}


/*申请退货*/
.account-refund-tui .hd ul li{font-size:16px;width:185px;font-family: 'microsoft yahei';}
.account-refund-tui .bd{padding-bottom:40px;}
.account-refund-tui .bd ul{margin:20px 0;}
.account-refund-tui .bd li{float:left;margin-right:20px;}
.account-refund-tui .bd li.tit{width:125px;min-height:24px;text-align:right;}
.account-refund-tui .bd li.tit span{display:block;color:#999;margin:5px 5px 0 0;font-family: '宋体'}
.account-refund-tui .bd li.tit em{color:#ff3d3d;}
.account-refund-tui .bd li p.gray{color: #999}
.account-refund-tui .bd li.cont table{width:996px;margin:0;border:1px solid #e2edf8;}
.account-refund-tui .bd li.cont table td{border-color:#e2edf8 !important;}
.account-refund-tui .bd li.cont thead td input{vertical-align:-2px;}
.account-refund-tui .bd li.cont thead td{background:#f9fbff !important;font-weight:300;border-bottom:none !important;}
.account-refund-tui .bd li.cont tbody .shop-pic{padding:0;}
.account-refund-tui .bd li.cont tbody .shop-pic .txt{width:208px;}
.account-refund-tui .bd li.cont tbody .shop-pic .txt p.name,
.sell-handle-shop .hj-table .shop-pic .txt p.name{height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.account-refund-tui .bd li.cont tbody td.center{vertical-align:middle;}
.account-refund-tui .bd li.cont tbody td .orange{font-size:16px;}
.account-refund-tui .bd li.cont tbody td del{display:block;color:#999;}
.account-refund-tui .bd li.cont tbody td input[type="text"]{padding:5px;width:50px;text-align:center;border:1px solid #ddd;}
.account-refund-tui .bd li.cont tbody td input[disabled]{background:#f2f2f2;color:#999;font-family: 'microsoft yahei';}
.account-refund-tui .bd li.cont .input-text{padding:2px 5px;width:80px;border:1px solid #ddd;color:#ff3d3d;font-family: 'microsoft yahei';}
.account-refund-tui .bd li.cont textarea{border:1px solid #ddd;}
.account-refund-tui .bd li.cont .btn-orange{padding:10px 40px;font-size:16px;}
.account-refund-tui .bd li.cont .btn-default{padding:8px 10px;border:1px solid #ddd;}

/*卖家处理*/
.sell-handle .bd{padding:0;}
.sell-handle-shop{float:left;padding:20px;width:264px;border-right:1px solid #ddd;}
.sell-handle-shop .hj-table{margin:0;width:auto;border-bottom:1px solid #eee;}
.sell-handle-shop .more{margin-top:-10px;text-align:center;color:#ccc;font-size:12px;cursor:pointer;}
.sell-handle-shop ul{margin:0 !important;padding:10px 0;border-bottom:1px solid #eee;}
.sell-handle-shop ul li{float:none !important;line-height:25px;color:#999;}
.sell-handle-shop ul li span{color:#666;}
.sell-handle-shop ul li span.blue{color:#06f;font-family:'宋体';}

.sell-handle-cont{float:left;position:relative;margin-left:-1px;width:893px;border-left:1px solid #ddd;}
.sell-handle-cont h2{margin:40px 0 0 40px;font-size:22px;font-family: 'microsoft yahei';}
.sell-handle-cont .time{position:absolute;top:42px;left:220px;width:288px;height:30px;line-height:30px;
	font-size:14px;border:1px solid #ffdad1;background:#feebe5;}
.sell-handle-cont .time em{display:inline-block;padding:0 5px;color:#f33817;font-size:20px;font-family: 'microsoft yahei';}
.sell-handle-cont .time i{color:#f33817;font-size:180%;vertical-align:-2px;}
.sell-handle-cont .time:before,.sell-handle-cont .time:after{content:'';display:block;position:absolute;top:8px;left:-16px;width:0;height:0;border:8px solid transparent;
z-index:3;border-right-color:#feebe5;}
.sell-handle-cont .time:after{left:-17px;border-right-color:#ffdad1;z-index:2;}
.sell-handle-cont .atrn{margin:20px 40px;}
.sell-handle-cont .atrn dd{line-height: 25px;font-size:14px;}
.sell-handle-cont .btn{margin-left:40px;}
.sell-handle-cont .btn .btn-orange{float:left;padding:8px 30px;font-size:14px;}
.sell-handle-cont .btn .btn-default{float:left;display:inline-block;margin-left:20px;padding:8px 20px;font-size:14px;background:#f9f9f9;border:1px solid #ddd;cursor:pointer;}

.sell-handle-cont .xsjl-title{margin-top:72px;width:100%;height:38px;line-height:38px;background:#f9f9f9;font-size:14px;text-indent:1em;color:#333;
	border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.sell-handle-cont .xsjl-title span{float:right;margin-right:1em;color:#999;}
.sell-handle-cont .xsjl-title span em{color:#06f;}
.sell-handle-cont .xsjl-cont{margin:20px;}
.sell-handle-cont .xsjl-cont .tit{margin:20px 0 10px 0;height:30px;border-bottom:1px dashed #ddd;color:#999;font-family:'宋体';}
.sell-handle-cont .xsjl-cont .tit strong{display:inline-block;margin-right:20px;color:#333;}
.sell-handle-cont .xsjl-cont dd{line-height:20px;color:#999;}

.sell-handle-cont .mon{margin:20px 40px;font-size:14px;}




















