@charset "UTF-8";
@font-face {
  font-family: 'BebasNeue';
  font-weight: normal;
  font-style: normal;
}
/*输入框*/
/*过度*/
/*透明度*/
/*背景渐变*/
/*公共样式*/
html {
  -webkit-font-smoothing: antialiased;
}
body {
  font: 12px/20px Arial, Helvetica, sans-serif;
  background-color: #e5e5e5;
}
body.home-page {
  background-color: #fff;
  font-family:'思源黑体 CN', 'Microsoft YaHei';
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  border-radius: 3px;
  vertical-align: middle;
  margin-top: -2px;
}
small {
  font-size: 12px;
}
.clearfix {
  _zoom: 1;
  clear: both;
  font-size:12px;
}

.clearfix:after {
  display: table;
  content: '';
  clear: both;
  visibility: hidden;
  font-size:16px;
}
.fixed {
  position: fixed;
  z-index: 99999;
}
.remind-tips {
  color: #e53935;
}
.success-tips {
  color: #388e3c;
  letter-spacing: -1px;
  font-family: 'SimSun';
  font-size: 12px;
}
.deal-green{
  color:#388e3c;
}
.deal-red{
  color:#FF0000;
}
.remarks {
  color: #999;
}
.danger-tips {
  color: #e53935 !important;
  font-family: 'SimSun';
  font-size: 12px;
}
.danger-tips.form-tips {
  margin-top: 5px;
}
.danger-tips.total {
  font-size: 16px;
}
.margin-center {
  margin-right: auto;
  margin-left: auto;
}
.help-tips {
  color: #999;
  font-size: 12px;
}
.rules-tips {
  color: #999;
  font-size: 12px;
}
.reminder {
  color: #e53935;
  font-size: 14px;
}
.reminder.price {
  font-size: 16px;
}
.reminder.discut {
  color: #388e3c;
}
.symbol {
  color: #999;
}
.deal-price {
  color: #ff6a00;
}
.favourable-price {
  color: #388e3c;
}
.symbol-tips {
  color: #ccc;
  margin-right: 5px;
  margin-left: 5px;
}
.divider {
  height: 1px;
  width: 100%;
  background: #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
}
.divider-dashed {
  height: 1px;
  width: 100%;
  border-top:1px dashed #ddd;  
  margin-top: 10px;
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.pull-right {
 
}
.pos-a {
  position: absolute;
}
.pos-r {
  position: relative;
}
.container {
  width: 1000px;
  margin: 0 auto;
  padding-top: 1px;
  padding-bottom: 1px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.hide {
  display: none;
}
.f-splieBtn{
  margin-right: 10px;
  margin-top: 20px;
  padding: 0 10px;
  height: 40px;
}
.f-lidd{
  padding-left: 120px;
  position: relative;
  margin-bottom: 20px;
  color: #666666;
}
.block-show,
.block-show img {
  display: block;
  width:100%;
}

a {
  color: #0093c9;
  text-decoration: none;
  cursor: pointer;
  /*站外跳转链接*/
}
a:hover {
  text-decoration: underline;
}
a.delete-link {
  color: #666;
}
a.helper-link {
  text-decoration: underline;
  color: #333;
}
input:focus {
  outline: none;
}
ol {
  padding-left: 20px;
  margin: 0;
}
h5 {
  font-size: 12px;
  margin-bottom: 10px;
}
/*图标*/
.icon {
  display: inline-block;
  _zoom: 1;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  /*帮助中心*/
}
.icon.icon-home {
  background-image: url(/new/images/icon_home.png);
}
.icon.icon-close {
  width: 10px;
  height: 10px;
  background-image: url(/new/images/icon_close.png);
}
.icon.icon-person-sure,
.icon.icon-person-error,
.icon.icon-person-upload,
.icon.icon-person-check {
  width: 16px;
  height: 16px;
  vertical-align: baseline;
  margin-left: 2px;
  margin-right: 2px;
}
.icon.icon-sf {
  width: 24px;
  height: 24px;
  background: url(/new/images/icon_sf.png) no-repeat center center;
}
.icon.icon-person-sure {
  background-image: url(/new/images/person_sure.png);
  position: relative;
}
 

.icon.icon-person-error {
  background-image: url(/new/images/person_error.png);
}
.icon.icon-person-upload {
  background-image: url(/new/images/person_upload.png);
}
.icon.icon-person-check {
  background-image: url(/new/images/person_check.png);
}
.icon.icon_dictionary,
.icon.icon_backtop,
.icon.icon_code {
  width: 24px;
  height: 24px;
  background-image: url(/new/images/aside_icon.png);
  background-repeat: no-repeat;
}
.icon.icon-hk {
  width: 16px;
  height: 14px;
  background: url(/new/images/icon_hk.png) no-repeat center center;
  vertical-align: text-top;
}
.icon.icon_backtop {
  background-position: left -1px;
}
.icon.icon_backtop:hover {
  background-position: -24px -1px;
}
.icon.icon_dictionary {
  background-position: left -25px;
}
.icon.icon_dictionary:hover {
  background-position: -24px -25px;
}
.icon.icon_code {
  background-position: left -49px;
}
.icon.icon_code:hover {
  background-position: -24px -49px;
}
.icon.icon-lock {
  width: 20px;
  height: 20px;
  background: url(/new/images/icon_lock.png) no-repeat center center;
}
.icon.icon-people {
  width: 20px;
  height: 20px;
  background: url(/new/images/icon_people.png) no-repeat center center;
}
.icon.icon-tools-ruler {
  width: 50px;
  height: 50px;
  background: url(/new/images/tools_ruler.png) no-repeat center top;
  overflow: hidden;
}
.icon.icon-tools-ruler:hover {
  background-position: center -52px;
}
.icon.icon-tools-switch {
  width: 50px;
  height: 50px;
  background: url(/new/images/tools_switch.png) no-repeat center top;
  overflow: hidden;
}
.icon.icon-tools-switch:hover {
  background-position: center -52px;
}
.icon.icon-tools-tax {
  width: 50px;
  height: 50px;
  background: url(/new/images/tools_tax.png) no-repeat center top;
  overflow: hidden;
}
.icon.icon-tools-tax:hover {
  background-position: center -52px;
}
.icon.icon-tools-taxes {
  width: 50px;
  height: 50px;
  background: url(/new/images/tools_taxes.png) no-repeat center top;
  overflow: hidden;
}
.icon.icon-tools-taxes:hover {
  background-position: center -52px;
}
.icon.icon-tools-translate {
  width: 50px;
  height: 50px;
  background: url(/new/images/tools_translate.png) no-repeat center top;
  overflow: hidden;
}
.icon.icon-tools-translate:hover {
  background-position: center -52px;
}
.icon.icon-bars {
  width: 16px;
  height: 14px;
  background: url(/new/images/icon_bars.png) no-repeat center center;
  margin-right: 10px;
}
.icon.icon-guideline,
.icon.icon-help,
.icon.icon-service-helper,
.icon.icon-tools {
  width: 20px;
  height: 20px;
  background: url(/new/images/helper_icon.png) no-repeat;
  overflow: hidden;
}
.icon.icon-guideline {
  background-position: 0 0;
}
.icon.icon-help {
  background-position: 0 -22px;
}
.icon.icon-service-helper {
  background-position: 0 -44px;
}
.icon.icon-tools {
  background-position: 0 -66px;
}
.icon.icon-plus-circle,
.icon.icon-exclamation-circle,
.icon.icon-book-circle,
.icon.icon-rmb-circle {
  width: 16px;
  height: 16px;
}
.icon.icon-plus-circle {
  background: url(/new/images/icon_plus_circle_w.png) no-repeat center center;
}
.icon.icon-exclamation-circle {
  background: url(/new/images/icon_exclamation_circle_w.png) no-repeat center center;
}
.icon.icon-book-circle {
  background: url(/new/images/icon_book_circle_w.png) no-repeat center center;
}
.icon.icon-rmb-circle {
  background: url(/new/images/icon_rmb_circle_w.png) no-repeat center center;
}
.icon.icon-th-large {
  width: 22px;
  height: 22px;
  background: url(/new/images/icon_th_large.png) no-repeat center center;
}
.icon.icon-service {
  width: 20px;
  height: 20px;
  background: url(/new/images/icon_service.png) no-repeat center center;
}
.icon.icon-box {
  width: 20px;
  height: 20px;
  background: url(/new/images/box.png) no-repeat center center;
}
/*按钮*/
.btn {
  width: 148px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  _zoom: 1;
  *display: inline;
  *overflow: visible;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
}
.btn.block-show {
  padding: 0;
  width: 100%;
  display: block;
  line-height: 40px;
  height: 40px;
  box-sizing: border-box;
  margin-top: 20px;
}
.btn.sm-size {
  width: 100px;
}
.btn.lg-size {
  width: 238px;
}
.btn:hover {
  text-decoration: none;
}
.btn .fa {
  color: #999;
  font-size: 14px;
}
.btn.disabled {
  pointer-events: none;
  background-color: #f0f0f0;
  color: #999;
  border-color: #dfdfdf;
}
/*新增按钮*/
.btn-add {
  font-size: 12px;
  color: #666;
  border: 1px dashed #ccc;
  height: 38px;
  line-height: 38px;
}
.btn-add .fa {
  font-size: 14px;
  color: #999;
  margin-right: 5px;
  vertical-align: middle;
}
.btn-add.block-show {
  width: 100%;
  margin-top: 10px;
}
/*主按钮*/
.btn-primary {
  color: #ffffff;
  background-color: #da3610;
  border: 1px solid #da3610;
  font-size: 16px;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #bb2d0c;
  border: 1px solid #bb2d0c;
}
.btn-primary:active {
  color: #ffffff;
  background-color: #bb2d0c;
  border: 1px solid #bb2d0c;
}
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  outline: none;
}
.btn-primary.xs-size {
  line-height: 40px;
  height: 40px;
  width: auto;
  height: auto;
  padding: 0 20px;
}
.btn-primary.inline {
  width: auto;
  line-height: 14px;
  height: auto;
  font-size: 12px;
  padding: 3px;
}
/*次按钮*/
.btn-default,
.btn-normal {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
}
.btn-default:hover,
.btn-normal:hover {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #999;
}
.btn-default:active,
.btn-normal:active {
  color: #333333;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.btn-default:active,
.btn-normal:active,
.btn-default:visited,
.btn-normal:visited,
.btn-default:focus,
.btn-normal:focus {
  outline: none;
}
.btn-default {
  font-size: 16px;
}
.btn-default.md-size {
  font-size: 12px;
  color: #666;
}
.btn-default.zmd-size {
  font-size: 12px;
  color: #666;
  width: 138px;
  height: 34px;
  line-height: 34px;
}
.btn-default.xs-size {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
.btn-default.inline {
  width: auto;
  height: 20px;
  line-height: 20px;
  padding: 9px 20px;
}
.btn-normal {
  width: auto;
  font-size: 12px;
  padding: 6px 20px;
  color: #666;
  height: auto;
  line-height: 1;
}
.btn-gradient {
  padding: 9px 20px;
  border: 1px solid #ccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#e5e5e5));
  background: -moz-linear-gradient(top, #eaeaea, #e5e5e5);
  background: -o-linear-gradient(top, #eaeaea, #e5e5e5);
  background: -ms-linear-gradient(top, #eaeaea, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#e5e5e5);
  background: linear-gradient(to top, #eaeaea, #e5e5e5);
  color: #666;
  height: auto;
  height: 20px;
  line-height: 20px;
  font-size: 10pt;
  cursor: pointer;
  border-radius: 2px;
  text-decoration: none;
}
.btn-gradient.xs-size {
  width: 90px;
}
.btn-gradient.inline {
  width: auto;
  padding: 9px 10px;
}
.btn-gradient:hover {
  border-color: #aaa;
}
.btn-gradient:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#eaeaea));
  background: -moz-linear-gradient(top, #e5e5e5, #eaeaea);
  background: -o-linear-gradient(top, #e5e5e5, #eaeaea);
  background: -ms-linear-gradient(top, #e5e5e5, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5e5e5, endColorstr=#eaeaea);
  background: linear-gradient(to top, #e5e5e5, #eaeaea);
}

.btn-gradient.J_CutDown {
    background: #fff;
    width: 128px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.btn-disabled {
  color: #333333;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  pointer-events: none;
  font-size: 16px;
}
/*按钮组*/
.btn-group {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  overflow: hidden;
}
.btn-group .btn {
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
  border-left: 1px solid #cdcdcd;
  padding: 6px 15px;
  margin-left: -4px;
  color: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#e4e4e4));
  background: -moz-linear-gradient(top, #eaeaea, #e4e4e4);
  background: -o-linear-gradient(top, #eaeaea, #e4e4e4);
  background: -ms-linear-gradient(top, #eaeaea, #e4e4e4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#e4e4e4);
  background: linear-gradient(to top, #eaeaea, #e4e4e4);
}
.btn-group .btn .fa {
  color: #666;
}
.btn-group .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#eaeaea));
  background: -moz-linear-gradient(top, #e4e4e4, #eaeaea);
  background: -o-linear-gradient(top, #e4e4e4, #eaeaea);
  background: -ms-linear-gradient(top, #e4e4e4, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e4e4e4, endColorstr=#eaeaea);
  background: linear-gradient(to top, #e4e4e4, #eaeaea);
}
.btn-group .btn:first-child {
  border-left: none;
  margin-left: 0;
}
.btn-default,
.btn-default:hover,
.btn-primary,
.btn-primary:hover {
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
/*提交成功按钮*/
.btn-success {
  color: #ffffff;
  background-color: #388e3c;
  border: 1px solid #388e3c;
}
.btn-success .fa {
  color: #fff;
  margin-right: 5px;
}
.btn-success.inline {
  width: auto;
  height: 20px;
  line-height: 20px;
  padding: 9px 10px;
}
.btn-success:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.btn-success:active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
}
/*操作按钮*/
.btn-options {
  color: #aaaaaa;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}
.btn-options.cancel {
  width: auto;
  height: auto;
  line-height: 14px;
  font-size: 12px;
  padding: 3px;
  color: #fff;
  background-color: #999;
  border-radius: 3px;
  margin-left: 5px;
}
/*禁运按钮*/
.btn-prohibited {
  width: 70px;
  height: 30px;
  line-height: 30px;
  background-color: #666666;
  color: #fff;
}
.btn-error {
  color: #ffffff;
  background-color: #e33b3b;
  border: 1px solid #e33b3b;
  font-size: 14px;
}
.btn-error .fa {
  color: #fff;
}
.btn-error:visited,
.btn-error:active,
.btn-error:focus {
  outline: none;
}
/* 禁止按钮 */
.btn-false,
.btn-false:visited,
.btn-false:hover,
.btn-false:active{
  background-color: #E4E4E4;
  border-color:#CCCCCC;
  color:gray;
  cursor: default;
}
/*提交中按钮*/
.btn-loading{
  background:#999999;
  border-color:#999999;
  position: relative;
  width:128px;
  padding-left:20px;
}
.btn-loading:before{
  content:"";
  background: url(/new/images/loading.gif);
  width:32px;
  height:32px;
  position: absolute;
  left:20px;
  top:4px;
  margin-right:10px;

}
.btn-loading:hover{
  background:#999999;
  border-color:#999999;
  cursor: default;
}

/* 我的建议里面的成功按钮 */
.complaint-suggest .btn-success{
  width:220px;
  padding-left:20px;
  position: relative;
}
.complaint-suggest .btn-success:before{
  content:"\f00c";
  display:inline-block;font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  position: absolute;
  left:20px;
  top:14px;
}
.complaint-suggest .btn-success:hover{
  background-color: #388e3c;
  border: 1px solid #388e3c;
}


/*输入框*/
.input-default {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
  width: 200px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  padding: 10px 7px 10px 7px;
  border: 1px solid #dfdfdf;
  color: #999;
  background-color: #fff;
  outline: none;
  font-size: 14px;
  font-family:"Microsoft YaHei";
}
.input-default.tex{color: #666;}
.input-default.xlg-size {
  width: 548px;
}
.input-default.zxlg-size {
  width: 535px;
  line-height: 18px;
  height: 18px;
}
.input-default.zzxlg-size {
  width: 614px;
}

.input-default.md-size {
  width: 402px;
}
.input-default.sm-size {
  width: 390px;
}
.input-default.zxsm-size {
  width: 374px;
}
.input-default.xsm-size {
  width: 250px;
}
.input-default.xs-size {
  width: 200px;
}
.input-default.xxs-size {
  width: 60px;
}
.input-default.ls-size {
  width: 165px;
}
.input-default.lg-size {
  width: 655px;
}
.input-default.normal-size {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1;
}
.input-default.normal-size:focus,
.input-default.normal-size:hover {
  padding-top: 4px;
  padding-bottom: 4px;
}
.input-default.verification-input {
  width: 120px;
}
.input-default.verification-input.w174 {
  width: 174px;
  margin-right: 5px;
}
.input-default:hover {
  padding: 10px 7px 10px 7px;
  border: 1px solid #dfdfdf;
  color: #999;
  background-color: #fff;
}
.input-default:focus,
.input-default:visited {
  padding: 10px 7px 10px 7px;
  border: 1px solid #333;
  color: #333;
  background-color: #fff;
  outline: none;
}
.input-default.error {
  padding: 10px 7px 10px 7px;
  border: 1px solid #da3610;
  color: #333;
  background-color: #fff;
}
.input-default.error:focus,
.input-default.error:visited {
  padding: 10px 7px 10px 7px;
  border: 1px solid #da3610;
  color: #333;
  background-color: #fff;
}
.input-default.disabled {
  padding: 10px;
  border: 1px solid #cccccc;
  color: #aaaaaa;
  background-color: #f0f0f0;
}
.input-default::-webkit-input-placeholder {
  color: #999;
}
.input-default::-moz-placeholder {
  color: #999;
}
.input-default::-ms-placeholder {
  color: #999;
}
.input-default.error::-webkit-input-placeholder {
  color: #e53935;
}
.input-default.error::-moz-placeholder {
  color: #e53935;
}
.input-default.error::-ms-placeholder {
  color: #e53935;
}
.form-control {
  position: relative;
  display: inline-block;
}
.form-control .fa-times-circle {
  position: absolute;
  font-size: 14px;
  margin-top: -7px;
  margin-right: 10px;
  color: #aaa;
  cursor: pointer;
  right: 0;
  top: 50%;
  z-index: 99;
  background-color: #fff;
  display: none;
}
.group .form-control .fa-times-circle {
  margin-right: 20px;
}
/*占位符hack ie8,ie9*/
.placeholder,.placeholder:hover{
  color:#999999;
}
.error:hover{
  color: #e53935;
}
/*错误提示信息*/
label.error {
  display: block;
  position: absolute;
  top: 100%;
  left: 120px;
}
.group .input-default {
  margin-right: 10px;
}
.group .input-default:first-child {
  margin-left: 0;
}
.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size:14px;
  /*商品截图*/
}
.list-unstyled dt {
  line-height: 1.9;
}
.list-unstyled dd {
  padding: 0;
  margin: 0;
  line-height: 1.9;
}
.list-unstyled.list-link a {
  color: #333;
  text-decoration: none;
  line-height: 30px;
}
.list-unstyled.list-link a:hover {
  text-decoration: underline;
}
.list-unstyled.list-link .fa-angle-right {
  color: #999;
}
.list-unstyled.screenshot li {
  width: 120px;
  height: 120px;
  float: left;
  border: 1px solid #ccc;
  margin-right: 20px;
  margin-bottom: 20px;
}
.list-unstyled.screenshot li a {
  position: relative;
  display: block;
}
.list-unstyled.screenshot li a .fa-search-plus {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 999;
  color: #333;
  display: none;
}
.list-unstyled.screenshot li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity: 70 );
}
.list-unstyled.screenshot li a:hover .fa-search-plus {
  display: block;
}
.screenshot.sides{
	width:660px;
	height:400px;
	overflow: hidden;
}
.screenshot.sides .block-show{
	width:100%;
	height:100%;
}


/*警告框*/
.information {
  padding: 19px;
  background-color: #fff9d9;
  font-size: 12px;
  color: #666;
  border-radius: 2px;
  border: 1px solid #e3dbae;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.information.information-danger {
  padding: 9px;
  color: #e53935;
}
.information.information-danger span{
  line-height: 25px;
  margin-right: 15px;
}
.information.information-success {
  color: #388e3c;
  padding: 9px;
}
.information.information-warn{
  padding:9px 9px 9px 40px;
}
.information.information-warn p{
  margin-bottom:0;
}
.ico-warn{
  position: absolute;
  left:10px;
  top:8px;
  background: url(/new/images/icon_tips.png);
  width:22px;
  height:22px;
}
/*下拉框*/
.J_dropDown.dropDown.current {
  z-index: 7777;
}
.dropDown {
  position: relative;
  z-index: 888;
  /* width: 140px; */
  height: 20px;
  padding: 9px 29px 9px 9px;
  color: #666;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #cccccc;
}
.dropDown .error{
  
  width: 140px;
  height: 20px;
  padding: 9px 29px 9px 9px;
  color: #666;  
  background-color: #fff;
  border: 1px solid #da3610;
}
/* .input-default.error {
  padding: 10px 14px 10px 10px;
  border: 1px solid #da3610;
  color: #333;
  background-color: #fff;
} */

.dropDown .dropDownSelected:hover,.dropDown-transfer .dropDownSelected:hover  {
  color: #666;
}
.dropDownSelected span{font-size:12px;}
.dropDown.list-inline,.dropDown-transfer.list-inline{
  border: none;
  width: auto;
  height: auto;
  line-height: 19px;
  padding-right: 20px;
}
.dropDown.list-inline:hover,.dropDown-transfer.list-inline:hover {
  border: none;
}
.dropDown.list-inline .fa-chevron-down,
.dropDown-transfer.list-inline .fa-chevron-down  {
  right: 5px;
}
.dropDown:hover {
  border: 1px solid #aaaaaa;
  z-index: 999;
  color: #666;
}

.dropDown.lg-size {
  width: 560px;
}
.dropDown.md-size {
  width: 445px;
}
.dropDown.zmd-size {
  width: 630px;
}
.dropDown.sm-size {
  width: 345px;
}
.dropDown.inline {
  display: inline-block;
  _zoom: 1;
  vertical-align: middle;
}
.dropDown.inline.xs-size {
  width: 186px;
}
.dropDown.inline.xxs-size {
  min-width: 40px;
}
.dropDown.dropDownInline {
  width: auto;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  padding: 0 20px 0 0;
}
.dropDown.disabled {
  background-color: #f0f0f0;
  pointer-events: none;
  color: #aaaaaa;
}
.dropDown > .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #aaa;
  margin-top: -4pt;
}
.dropDown.account .fa-chevron-down {
  right: 0;
}
.dropDown.disabled .fa-chevron-down {
  display: none;
}
.dropDown .dropDownSelected.selected {
  color: #333;
}
.dropDown .dropDownMenu,.dropDown-transfer .dropDownMenu {
  position: absolute;
  top: 30px;
  
  left: -1px;
  border: 1px solid #ccc;
  min-width: 110%;
  display: none;
  color: #999;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);  
}
.dropDown .dropDownMenu .list-unstyled{font-size:12px;}
.dropDown-transfer .dropDownMenu{
  font-size: 14px;
  font-family: "Microsoft YaHei";
}

.dropDown .dropDownMenu .selected {
  background-color: #fff9da;
}
.dropDown .dropDownMenu li {
  padding: 10px;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
}
.dropDown .language li {
  padding: 4px 9px;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
}
.dropDown .dropDownMenu li > a {
  display: block;
}
.dropDown .dropDownMenu a {
  text-decoration: none;
  color: #666;
}
.dropDown .dropDownMenu li:first-child {
  border-width: 0;
}
.dropDown .dropDownMenu li:hover {
  background-color: #efefef;  
  color: #333; 
}
.dropDown-transfer.dropDownMenu li:hover {
  background-color: #efefef;
  /*border-top: 1px solid #dfdfdf;*/
  /* color: #333; */
}

.dropDown,
.dropDown:hover,
.dropDown .dropDownMenu li,
.dropDown .dropDownMenu li:hover {
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.dropDown.account {
  border-width: 0;
  border-style: none;
  border-color: transparent;
  padding-right: 20px;
  height: auto;
}
.dropDown.account .dropDownSelected {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  /* width: 145px; */
  min-width: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  line-height: 19px;
}
.dropDown.account .dropDownMenu {
  width: 320px;
  padding: 10px;
  min-height: 100px;
  right: 0;
  left: auto;
  top: 80%;
  border-radius: 3px;
}
.dropDown.account .member-information {
  padding-left: 110px;
  min-height: 70px;
  padding-bottom: 30px;
  position: relative;
  font-size:12px
}
.dropDown.account .member-information h2 {
  margin: 0 0 10px;
  font-size: 14px;
  color: #333;
}
.dropDown.account .member-information p {
  margin: 0;
  line-height: 18px;
}
.dropDown.account .member-information .user-rank {
  margin-right: 5px;
}
.dropDown.account .member-information a {
  color: #0093c9;
}
.dropDown.account .member-information .login-out {
  color: #666;
}
.dropDown.account .member-information .options {
  position: absolute;
  width: 210px;
  right: 0;
  bottom: 0;
  font-size:12px;
}
.dropDown.account .member-information img {
  vertical-align: middle;
}
.dropDown.regionSelect {
  padding: 0;
  margin-right: 0;
  width: 397px;
  height: 40px;
  border: none;
}
.dropDown.regionSelect .input-default {
  width: 377px;
}
.dropDown .dropDownMenu {
  min-width: 100%;
}
.dropDown .dropDownMenu .tab-title .items {
  float: left;
  width: 132px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  background-color: #f0f0f0;
  color: #4D4D4D;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.dropDown .dropDownMenu .tab-title .items:first-child {
  border-left: none;
  width: 133px;
}
.dropDown.regionSelect .dropDownMenu {
  min-width: 100%;
}
.dropDown.xxs-size .dropDownMenu {
  min-width: 130%;
}
.city-select {
  padding: 10px 15px;
  background: #fff;
  font-size: 12px;
  min-height: 100px;
}
.city-select dt {
  display: inline-block;
  width: 25px;
  float: left;
  padding-right: 10px;
  font-weight: 700;
  text-align: right;
}
.city-select dd {
  padding-left: 40px;
}
.city-select a {
  display: inline-block;
  color: #4D4D4D;
  padding: 0 10px;
  outline: 0;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 2px;
}
.city-select a:hover {
  background-color: #fff8f3;
  border-radius: 2px;
  color: #f60;
}
.dropDownAdaptive {
  padding-left: 10px;
}
.dropDownAdaptive .dropDown {
  min-width: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: auto;
  border: none;
}
.dropDownAdaptive .dropDown:hover {
  border: none;
}
/*表格*/
.table {
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #666;
}
.table .title {
  font-size: 14px;
}
.table td,
.table th {
  padding: 15px 10px;
}
.table td {
  border-top: 1px solid #ddd;
}
.table th {
  font-size: 14px;
  font-weight: normal;
  border-bottom: 2px solid #ddd;
}
.table tr p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.table.trading-record {
  color: #333;
}
.table.trading-record th {
  font-size: 12px;
  color: #999;
}
.table.trading-record tr:hover {
  background-color: #fff9d9;
}
.table.trading-record tr:hover:first-child:hover {
  background-color: #fff;
}
.table.trading-record td:first-child,
.table.trading-record th:first-child {
  padding-left: 20px;
}
.table.table-bordered {
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
}
.table.table-bordered td,
.table.table-bordered th {
  border: 1px solid #ccc;
  padding: 10px;
}
.table.table-bordered td,
.table.table-bordered th{
  text-align: left;
}
.table.table-bordered th {
  background-color: #f0f0f0;
  color: #666;
  font-size: 12px;
}
.table.table-bordered:first-child {
  margin-top: 0;
}
/*网站顶部*/
.tit-main{position: absolute;left:0;top:0;text-indent:-9999px;}
#siteTop{
  min-width: 1000px;
  background-color: #fff;
  position: relative;
  z-index: 120;
}
#siteTop .logo {
  margin-right: 15px;
  padding-top: 3px;
  float: left;
}
#siteTop .logo img {
  display: block;
}
.siteTop-bd{
  padding: 20px 0;
  height: 40px;
}
.siteTop-bd .icon-divide{
  display: none;
}
.siteTop-nor{
  width:1080px;
  margin:0 auto;
  margin-bottom:30px;
}
.siteTop-home{
  margin-bottom:0;
}
.siteTop-nor .icon-divide{
  display: block;
  position: absolute;
  right: -9px;
  top: 14px;
  width: 1px;
  height: 10px;
  background: #dcdcdc;
}
.siteTop-nor .sign{
  position: relative;
  margin-right:10px;
  padding-right:0;
}
.siteTop-nor .dropDown.account{
  width:auto;
  margin-right:10px;
}
.siteTop-nor .message-list{
  margin-right: 15px;
  margin-left: 5px;
  width: 22px;
}
/*电话号码*/
.siteTop-nor .assistance-phone{
  padding:10px 10px 8px 0;
  font-size:16px;
  line-height:20px;
  position: relative;
  margin-right:10px;
  color: #666666;
}

.siteTop-nor .assistance-phone .fa-phone:before{
  content:"";
  background:url(/new/images/icon_tele.png) center top no-repeat;
  display: inline-block;
  width:16px;
  height:20px;
  vertical-align:middle;
}


/*顶部搜索框*/
.search {
  position: relative;
  cursor: pointer;
  margin-right: 25px;
}
.search .form-control .fa-times-circle {
  margin-right: 30px;
}
.search .input-default {
  width: 330px;
  padding-right: 37px; 
}
.search .input-default:focus {
  padding-right: 37px;
}
.search .fa-search {
  font-size: 18px;
  color: #999;
  right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  content:"\f002";
}
.package-secrch {
  padding: 30px;
  width: 615px;
}
.package-secrch .btn {
  margin-left: 10px;
}
.logistics-search {
  padding: 30px;
  width: 615px;
}

/*搜索提示信息*/
.search-tips,.search-tips-two {
  font-size: 14px;
  margin-top: 10px;
  color: #388e3c;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
  letter-spacing: 2px;
}
.search-tips {  
  color: #388e3c;  
}
.search-tips-two{
  color: #000;
}
.search-tips-two span{
  color: #da3610;
}

.search-tips .symbol {
  font-size: 16px;
  font-weight: bold;
  color: #388e3c;
  margin-left: 5px;
}
/*登陆注册*/
.sign{
  padding: 9px 10px 9px 0;
}
.sign .sign-ln{
  color:#666666;
  font-size:14px;
  line-height:20px;
  font-family:  "Microsoft YaHei","\u5fae\u8f6f\u96c5\u9ed1";
  padding:0 10px;
}
/*消息通知*/
.message-list {
  font-size: 18px;
  color: #666;
  position: relative;
  padding-top: 8px;
  margin-right: 15px;
  margin-left: 20px;
}
.message-list .fa-envelope-o {
  color: #999;
  content: "\f003";
}
.message-list .fa-envelope-o:hover {
  color: #333;
}
.message-list .messageNum {
  position: absolute;
  top: 3px;
  left: 10px;
  z-index: 2;
}
.messageNum {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  background:#FF0000;
  font-size: 12px;
  padding:0 4px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius:3px;
}
/*菜单*/
#siteMenu {
  position: relative;
  z-index:100;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
}
#siteMenu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
}
#siteMenu.m-t-80 {
  margin-top:80px;
}

.siteMenu-bd {
  height: 40px;
  background-color: #111;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  min-width: 1000px;
  color: #fff;
}
.dropDownTools {
  width: auto;
  border-radius: 0;
  padding: 10px 20px;
}
.dropDownTools .dropDownSelected .icon-th-large {
  line-height: 1;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/new/images/icon-th-large.png) no-repeat center top;
}
.dropDownTools .dropDownMenu {
  min-width: 250px;
  
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.2);
  right: 0;
  left:-160px;
  top: 100%;
}
.dropDownTools.current {
  background-color: #e53935;
}
.dropDownTools,
.dropDownTools:hover {
  border-style: solid;
  border-color: #444444;
  border-width: 0 0 0 1px;
}
.dropDownTools:hover {
  background-color: #e53935;
}
.dropDownTools .items {
  margin-left: 20px;
  margin-top: 20px;
  width: 60px;
  text-align: center;
  display: inline-block;
  color: #707070;
}
.dropDownTools .items.active .icon {
  background-position: center -52px;
}
.dropDownTools .items:hover .icon {
  background-position: center -52px;
}
.dropDownTools .items a {
  color: #707070;
  display: block;
}
.siteMenu-bd-r .menu-list {
  color: #444;
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.siteMenu-bd-r .menu-list a {
  font-size: 14px;
  line-height: 20px;
  display: inline;
  color: #ccc;
  text-decoration: none;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
  margin-right: 10px;
  margin-left: 10px;
}
.siteMenu-bd-r .menu-list a.active {
  font-weight: bold;
  color: #fff;
}
.siteMenu-bd-r .menu-list a:hover {
  color: #fff;
}
.selectionList .dropDownMenu {
  /* max-height: 240px; */
  
}
/*主下拉菜单*/
.siteMenu-bd-l .dropDown {
  border-width: 0;
  border-style: none;
  border-color: transparent;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 20px;
  line-height: 20px;
}
.siteMenu-bd-l .dropDown.dropDownMainMenu {
  padding: 0;
  height: 39px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  z-index: 9999;
  background-color: #fff;
  border-radius: 0;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
}
.siteMenu-bd-l .dropDown.dropDownMainMenu .assistance-phone {
  padding: 10px 20px;
  margin: 0;
  cursor: text;
}
.siteMenu-bd-l .dropDownMainMenu .dropDownSelected {
  padding-top: 9px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 35px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
  border-radius: 0;
  color: #333;
}
.siteMenu-bd-l .dropDownMainMenu .dropDownMenu {
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-width: 0;
  border-style: none;
  border-color: transparent;
}
.siteMenu-bd-l .dropDownMainMenu .dropDownMenu .divider {
  margin-bottom: 10px;
}
.siteMenu-bd-l .dropDownMainMenu li {
  border-width: 0;
  border-style: none;
  border-color: transparent;
  padding: 0 20px;
}
.siteMenu-bd-l .dropDownMainMenu li.active a {
  color: #e53935;
  font-weight: bold;
}
.siteMenu-bd-l .dropDownMainMenu li.active a.coupon {
  color: #fff;
}
.siteMenu-bd-l .dropDownMainMenu li.active a.coupon:hover {
  color: #fff;
}
.siteMenu-bd-l .dropDownMainMenu li.active a:hover {
  color: #e53935;
}
.siteMenu-bd-l .dropDownMainMenu li.active .coupon,
.siteMenu-bd-l .dropDownMainMenu li.active .new {
  font-weight: normal;
}
.siteMenu-bd-l .dropDownMainMenu li a {
  padding: 10px 0 10px 30px;
  display: block;
}
.siteMenu-bd-l .dropDownMainMenu li a:hover {
  color: #333;
}
.siteMenu-bd-l .dropDownMainMenu .myPackAge {
  background: url(/new/images/icon_package.png) no-repeat 2px center;
  color: #666;
}
.siteMenu-bd-l .dropDownMainMenu .fa-chevron-down {
  font-size: 10pt;
}
.siteMenu-bd-l .dropDownMainMenu .icon-home {
  margin-right: 10px;
  float: left;
}
.siteMenu-bd-l .dropDownMainMenu .divider {
  margin-right: 20px;
  margin-left: 20px;
  width: 120px;
}
.siteMenu-bd-l .dropDownMainMenu .person-information {
  background: url(/new/images/icon_user.png) no-repeat left center;
  display: inline-block;
}
.siteMenu-bd-l .dropDownMainMenu .up-to-vip {
  position: relative;
}
.siteMenu-bd-l .dropDownMainMenu .up-to-vip a {
  background: url(/new/images/icon_vip.png) no-repeat left center;
}
.siteMenu-bd-l .dropDownMainMenu .up-to-vip .icon-vip {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 46px;
}
.siteMenu-bd-l .dropDownMainMenu .link-group {
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  font-family: '\5B8B\4F53';
  font-size: 12px;
}
.siteMenu-bd-l .dropDownMainMenu .link-group a {
  display: inline-block;
  _zoom: 1;
  *display: inline;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #999;
}
.siteMenu-bd-l .dropDownMainMenu .link-group a.active {
  color: #e53935;
  font-weight: bold;
}
.siteMenu-bd-l .dropDownMainMenu .link-group a:hover {
  color: #333;
}
/*菜单提示*/
.menu-tips {
  display: inline-block;
  _zoom: 1;
  *display: inline;
  vertical-align: middle;
  *vertical-align: baseline;
}
.menu-tips.new {
  text-transform: uppercase;
  width: 32px;
  height: 13px;
  overflow: hidden;
  text-indent: 999em;
  background: url(/new/images/new.png) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
}
.siteMenu-bd-l .dropDownMainMenu a.coupon.num_sc {
  display: inline-block;
  color: #fff;
  background: url(/new/images/coupon_num_sc.png) no-repeat left center;
  text-decoration: none;
  text-align: center;
  height: 20px;
  width: 20px;
  padding-left: 40px;
  margin-left: 5px;
  font-size: 12px;
  letter-spacing: -1px;
}
.siteMenu-bd-l .dropDownMainMenu a.coupon.num_tc {
  display: inline-block;
  color: #fff;
  background: url(/new/images/coupon_num_tc.png) no-repeat left center;
  text-decoration: none;
  text-align: center;
  height: 20px;
  width: 20px;
  padding-left: 40px;
  margin-left: 5px;
  font-size: 12px;
  letter-spacing: -1px;
}
.siteMenu-bd-l .dropDownMainMenu a.coupon.num_en {
  display: inline-block;
  color: #fff;
  background: url(/new/images/coupon_num_en.png) no-repeat left center;
  text-decoration: none;
  text-align: center;
  height: 20px;
  width: 20px;
  padding-left: 40px;
  margin-left: 5px;
  font-size: 12px;
  letter-spacing: -1px;
}
.siteMenu-bd-l .dropDownMainMenu a.coupon-tc {
  display: inline-block;
  color: #fff;
  background: url(/new/images/coupon_num_tc.png) no-repeat left center;
  text-decoration: none;
  text-align: center;
  height: 20px;
  width: 20px;
  padding-left: 40px;
  margin-left: 5px;
  font-size: 12px;
  letter-spacing: -1px;
}
.siteMenu-bd-l .dropDownMainMenu a.coupon:hover {
  color: #fff;
}
.siteMenu-bd-l .dropDownMainMenu a.coupon-tc.none-tc {
  background-image: url(/new/images/coupon_num_tc_disable.png);
}
.siteMenu-bd-l .dropDownMainMenu a.coupon.none.disabled_sc {
  background-image: url(/new/images/coupon_num_disable_sc.png);
}
.siteMenu-bd-l .dropDownMainMenu a.coupon.none.disabled_tc {
  background-image: url(/new/images/coupon_num_disable_tc.png);
}
.siteMenu-bd-l .dropDownMainMenu a.coupon.none.disabled_en {
  background-image: url(/new/images/coupon_num_disable_en.png);
}
/*汇率*/
.exchangeRate {
  font-size: 12px;
  color: #fff;
  min-width: 400px;
  padding-left: 20px;
}
.exchangeRate .title {
  height: 20px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  float: left;
}
.exchangeRate .dropDown {
  padding-left: 5px;
  padding-right: 15px;
  margin-right: 5px;
  float: left;
}
.exchangeRate .dropDown.current {
  z-index: 99999;
}
.exchangeRate .dropDown > .fa {
  right: 5px;
  font-weight: bold;
  color: #fff;
}
.exchangeRate .dropDown .dropDownMenu {
  width: 150px;
}
.exchangeRate .dropDownSelected,
.exchangeRate .dropDownSelected.selected {
  color: #fff;
  padding-left: 3px;
  background-color: transparent;
  font-size: 12px;
}
.exchangeRate .dropDownSelected:hover {
  color: #fff;
}
.exchangeRate .fa-chevron-down {
  color: #fff;
}
.exchangeRate b {
  font-weight: normal;
}
.exchangeRate .symbol {
  height: 12px;
  line-height: 12px;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #666;
  float: left;
}
/*消息通知*/
#notice {
  box-shadow: 0 1px 0 #e3dbae;
  height: 30px;
  width: 100%;
  line-height: 30px;
  background-color: #fbf5d6;
  color: #333;
  position: relative;
  overflow: hidden;
  min-width:1000px;
}
#notice .icon-close {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  cursor: pointer;
}
#notice a {
  color: #333;
}
.fa-bell {
  color: #e5a667;
  margin-right: 5px;
}
.detailes-link {
  text-decoration: none;
  color: #5baef2;
  margin-left: 5px;
}
/*主内容区域*/
#content {
  padding-bottom: 30px;
}
.main-content {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}
/*包囊处理操作*/
.packageOptions-container {
  padding-right: 120px;
  position: relative;
  

}
.packageOptions-container .addPackage {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}

/*boarding 邮箱注册，手机注册*/
.danger-tips.form-tips {
  margin-top: 2px;
}

label.error-two {
    left: 5px;
    top: -27px;
    display: block;
    position: absolute;
}

.danger-tips {
    color: #e53935 !important;
    font-family: 'SimSun';
    font-size: 12px;
}
.error-danger-tips {
    font-size: 12px;
    /* color: #da3610; */
}
.img-cion {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: middle;
}
.form-control {
    position: relative;
    display: inline-block;
}
.mailListBox {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    display: none;
    width: 100%;
}
.mailListBox { border: 1px solid #e0e0e0; background-color: #fff; position: absolute; z-index: 9999; display: none; width: 100%; }
.mailListBox ul { padding: 0; margin: 0; }
.mailListBox li { zoom: 1; overflow: hidden; padding: 6px 8px; margin: 0; border-top: 1px solid #e0e0e0; list-style: none; font-size: 14px; line-height: 24px; cursor: pointer; color: #999999; }
.mailListBox li.hover { background-color: #FFFFCC; color: #E47911; }
.mailListBox li.current { background-color: #FFFFCC; color: #E47911; }

.package-items-content{
  width: 700px;  
  background: #fff;  
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.package-items-content.h300{
  height: 300px;
}
.package-items-content .items{
  padding: 40px 50px;  
}
.package-items-content .items .list-items{
  list-style-type: none;
  padding: 0; 
  margin: 0; 
  width:480px;
}
.list-items .list-title{
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333;
}
.list-items .list-text{
  font-size: 12px;
  font-family: "SimSun";
  color: #666;
}
.list-items .m-b-30{
  margin-bottom: 30px;
  position: relative;
}
.list-items .m-b-20{
  margin-bottom: 20px;
  position: relative;
}
.skip {
    position: absolute;
    right: 33px;
    margin-top: 20px;
}
.input-default-five {
    height: 22px;
    line-height: 22px;
    padding: 10px 14px 10px 10px;
    width: 454px;
}
.input-default-five.w334{
  width: 334px;
}
.packageOptions {
  height: 102px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.packageOptions .dropDownSelected {
  color: #999;
}
.packageOptions .optionsItems {
  height: 52px;
  border-bottom: 2px solid #eee;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.packageOptions .optionsItems .pull-left {
  display: inline-block;
  _zoom: 1;
  *display: inline;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #eee;
  position: relative;
  bottom: -2px;
  font-size: 13pt;
  color: #333;
  cursor: pointer;
  letter-spacing: -1px;
}
.packageOptions .optionsItems .pull-left.active {
  border-bottom-color: #e53935;
  color: #e53935;
}
.packageOptions .optionsItems .pull-left.active:hover {
  border-bottom-color: #e53935;
  color: #e53935;
}
.packageOptions .optionsItems .pull-left:hover {
  border-bottom-color: #bbb;
  text-decoration: none;
}
.packageOptions .dropDown {
  border-width: 0;
  border-style: none;
  border-color: transparent;
  padding: 13px 18px 13px 20px;
  width: auto;
}
.packageOptions .dropDown .fa-chevron-down {
  right: 0;
  margin-top: -4pt;
}
.packageOptions .dropDown .dropDownMenu {
  width: 120px;
}
.packageOptions .btn {
  margin-right: 20px;
  margin-top: 10px;
}
/*包囊列表*/
.package-items {
  margin-top: 30px;
  margin-right: 25px;
  clear: both;
}
.package-items.mould-assembling {
  position: relative;
}
.package-items.mould-assembling:after {
  display: block;
  content: '';
  position: absolute;
  left: 5px;
  top: 45px;
  right: -6px;
  bottom: -6px;
  background-color: #d9d9d9;
  border: 1px solid #bbb;
  border-radius: 5px;
  z-index: -1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.package-items.mould-assembling:before {
  display: block;
  content: '';
  position: absolute;
  left: 10px;
  top: 50px;
  right: -12px;
  bottom: -11px;
  background-color: #d9d9d9;
  border: 1px solid #bbb;
  border-radius: 5px;
  z-index: -2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.package-items .package-items-title {
  margin-bottom: 10px;
}
.package-items .package-items-title .symbol-num {
  background-color: #aaa;
  color: #fff;
  border-radius: 50%;
  padding: 1px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
  display: inline-block;
  _zoom: 1;
  *display: inline;
}
.package-items.done {
  position: relative;
}
.package-items.done .already-status.status_sc {
  position: absolute;
  width: 80px;
  height: 81px;
  background: url(/new/images/already_status_sc.png) no-repeat center center;
  bottom: 61px;
  right: 90px;
  z-index: 999;
}
.package-items.done .already-status.status_tc {
  position: absolute;
  width: 80px;
  height: 81px;
  background: url(/new/images/already_status_tc.png) no-repeat center center;
  bottom: 61px;
  right: 90px;
  z-index: 999;
}
.package-items.done .already-status.status_en {
  position: absolute;
  width: 80px;
  height: 81px;
  background: url(/new/images/already_status_en.png) no-repeat center center;
  bottom: 61px;
  right: 90px;
  z-index: 999;
}

.package-items.done .already-status-exception{
  position: absolute;
  width: 80px;
  height: 81px;
  background: url(/new/images/done_status.png) no-repeat center center;
  bottom: 61px;
  right: 90px;
  z-index: 999;
}

.package-items.done .done-status {
  position: absolute;
  width: 80px;
  height: 81px;
  background: url(/new/images/done_status.png) no-repeat center center;
  bottom: 61px;
  right: 90px;
  z-index: 9999;
}
.package-items .package-items-detailes {
  background-color: #fff;
  min-height: 85px;
  border-radius: 3px;
  position: relative;
  clear: both;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.package-items .package-items-detailes:hover,
.package-items .package-items-detailes {
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.package-items .package-items-detailes .progressBarHolding {
  height: 3px;
  background-color: #ffa100;
  width: 0;
  position: absolute;
  left: 10px;
  top: 40px;
  z-index: 9;
}
.package-items .package-items-detailes:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
/*新增转运直邮图标*/
.package-items .package-items-detailes .progress-circle,
.pop-section .progress-circle
{
  width:78px;
  height:78px;
  position: absolute;
  left:50px;  
  text-indent: -9999px;
}
.pop-section .package-detailes .zprogress-circle,
.pop-section .package-detailes .zzprogress-circle{
  width:78px;
  height:78px;
  position: absolute;    
  text-indent: -9999px;
  
  right: 40px;
}
.pop-section .package-detailes .zprogress-circle{
  top: 52px;
}
.pop-section .package-detailes .zzprogress-circle{
  top: 0px;
}
.package-items .package-items-detailes .progress-circle
{  
  top:114px;  
}

.pop-section .progress-circle
{
  top:-19px;  
}
.pop-section .package-detailes .zprogress-tranfer{
  background: url(/new/images/ztransfer.png);
}
.pop-section .package-detailes .zprogress-directmail{
  /* background: url(/new/images/direct.png); */
}
.package-items .package-items-detailes .progress-directmail,
.pop-section .progress-directmail{
  background: url(/new/images/direct_mail.png);
}
.package-items .package-items-detailes .progress-bar {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  padding-top: 40px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.package-items .package-items-detailes .progress-bar .transfer {
  position: relative;
}
.package-items .package-items-detailes .progress-bar .transfer-progress {
  position: absolute;
  white-space: nowrap;
  font-weight: normal;
  bottom: 130%;
  right: -23px;
}
.package-items .package-items-detailes .progress-bar .transfer-progress strong {
  background-color: #ffa100;
  color: #fff;
  display: block;
  position: relative;
  line-height: 27px;
  border-radius: 3px;
  height: 27px;
  padding: 0 6px;
}
.package-items .package-items-detailes .progress-bar .transfer-progress strong:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 6px;
  border-color: #ffa100 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  bottom: 6px;
  margin-left: -6px;
}
.package-items .package-items-detailes .items {
  width: 126px;
  text-align: center;
  color: #777;
  line-height: 1;
  position: relative;
  padding-top: 15px;
  border-top: 3px solid #e6e6e6;
}
.package-items .package-items-detailes .items span {
  display: block;
  height: 25px;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
}
.package-items .package-items-detailes .items.done {
  color: #ffa100;
}
.package-items .package-items-detailes .items.done .points {
  background-position: center -15px;
}
.package-items .package-items-detailes .points {
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(/new/images/progress_points.png) no-repeat center top;
  top: -8px;
  left: 50%;
  margin-left: -7px;
  z-index: 99;
}
.package-items .package-content {
  color: #333;
  line-height: 1.5;
  font-size: 10pt;
  position: relative;
  display: table;
}
.package-items-circle .package-content {
  min-height:192px;
}
.package-items .package-content p {
  margin-bottom: 15px;
  margin-top: 0;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height:38px;
}
.package-items .package-content .package-information .text{
  margin-bottom: 15px;
  margin-top: 0;  
  text-overflow: ellipsis;  
  height:auto;
  display: block;   
}



.package-items .package-content ul {
  margin-bottom: 10px;
}
.package-items .package-content .package-information {
  display: table-cell;
}
.package-items .package-content .package-information > a {
  padding: 20px;
  width: 385px;
  color: #333;
  display: block;
}
.package-items .package-content .package-information > a:hover {
  text-decoration: none;
}
.package-items .package-content .package-total {
  width: 202px;
  padding: 20px;
  border-left: 1px solid #e7e7e7;
  display: table-cell;
}
.package-items .package-content .btn {
  width: 200px;
  margin-top: 10px;
}
.package-items .package-line {
  height: 60px;
  border-top: 2px solid #ddd;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  display: table;
  width: 100%;
}
.package-items .package-list-address{
  text-align: right;
}
.package-items .package-line .line-items {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  min-width: 280px;
}
.package-items .package-line .line-items span {
  display: inline-block;
  _zoom: 1;
  *display: inline;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 60px;
  color: #666;
  background: url(/new/images/plane.png) no-repeat left center;
}
.package-items .package-line .line-items span:first-child {
  padding-left: 20px;
  background: none;
}
.package-items .package-line .address-information {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
/*   padding-left: 40px; */
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.f-hei{
  height: 90px;
}
.f-pinfo{
  width:250px ;
}
.f-ellp {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.f-width{
  width: 400px;
}
.f-widthIndex{
  width: 423px;
}
.f-flex{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.f-nowrap{
  display: flex;
  display: -webkit-flex;
 
  flex-direction: row;
}
.f-marb{
  margin-bottom: 10px;
}
.f-mal{
  margin-right:25px ;
}
.f-ml66{
  margin-left: 66px;
}
.f-pl66{
  padding-left: 66px;
}

.f-mar{
  margin-left:25px ;
}
.f-title{
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
  font-size: 16px;
  color: #333;
}
.f-item{
  flex: 1;
}
.f-line{
  display: inline-block;
}
.package-items .package-line .address-information .danger-tips {
  font-size: 12px;
}
.package-items .package-line p {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
.package-items .package-line-options {
  position: absolute;
  right: -23px;
  top: 20px;
  width: 23px;
  /*下拉菜单*/
}
.package-items .package-line-options a {
  text-decoration: none;
  display: block;
  color: #eee;

  padding-right: 3px;
  text-align: center;
  line-height: 1;
  height: 50px;
 
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
 /* background: url(/new/images/package_btn.png) no-repeat -2px center;*/
  margin-top: 5px;
}
.f-at-cn{
  width: 20px;
  padding: 10px 0;
}
.f-at-en{
  padding-top:30px ;
  width: 50px;
}

.package-items .package-line-options a:first-child {
  margin-top: 0;
}
.package-items .package-line-options a:hover {
  color: #fff;
}
.package-items .package-line-options a,
.package-items .package-line-options a:hover {
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.package-items .package-line-options .dropDownInline {
  margin-right: -4px;
  border-right: 4px solid #ffa000;
}
.package-items .package-line-options .dropDownInline:first-child {
  border-color: #e33935;
}
.package-btn {
  display: inline-block;
  _zoom: 1;
  *display: inline;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1', Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 5px;
  margin-right: 10px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#e5e5e5));
  background: -moz-linear-gradient(top, #eaeaea, #e5e5e5);
  background: -o-linear-gradient(top, #eaeaea, #e5e5e5);
  background: -ms-linear-gradient(top, #eaeaea, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#e5e5e5);
  background: linear-gradient(to top, #eaeaea, #e5e5e5);
}
.package-btn .symbol-num {
  padding: 1px;
}
.package-btn .package-mark {
  display: none;
}
.package-btn:hover .package-mark {
  display: inline;
}
.package-btn:hover .symbol {
  display: none;
}
.package-btn:first-child {
  margin-left: 0;
}

/*添加包囊*/
.addPackage {
  width: 100px;
  height: 32px;
  border-radius: 5px;
  text-align: center;
  padding-top: 70px;
text-align: center;
 

  cursor: pointer;
  font-size: 12px;
  color: #666;
  background: url(/new/images/icon_plus_circle.png) no-repeat center 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.addPackage .f-span{
  width:80px;
  display: block;
  margin: auto;
 
 
}
.addPackage:hover {
  color: #333;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
/*广告区域*/
.ad-content {
  width: 240px;
  top: 0;
  padding-top: 20px;
}
.ad-content .ad-img {
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.ad-content .ad-img .close {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  background: url(/new/images/ad-close-normal.png) no-repeat center center;
}
.ad-content .ad-img:hover .close {
  background-image: url(/new/images/ad-close-hover.png);
}
.ad-content .ad-img img {
  width: 240px;
}
/*提示信息弹窗*/
.help-tips {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  z-index: 99;
  display: inline;
}
.help-tips.open {
  z-index: 10;
}
.help-tips .fa-question-circle {
  font-size: 14px;
}
.help-tips .tips {
  position: absolute;
  bottom: 150%;
  left: -20px;
  padding: 15px;
  width: 378px;
  background-color: #fff9d9;
  border: 1px solid #ccc;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: #333;
  display: none;
  font-size: 12px;
  font-family: "SimSun";
  line-height: 18px;
}
.help-tips .tips .fa-times-circle {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 16px;
  background-color: #fff;
  display: none;
}
.help-tips .tips.lg-size {
  width: 300px;
}
.help-tips .tips.sm-size {
  width: 120px;
}
.help-tips .tips.xs-size {
  width: 65px;
}
.help-tips .tips.block-show {
  display: block;
}
.help-tips .tips.md-size {
  width: 200px;
}
.help-tips .tips.pos-l {
  right: -16px;
  left: auto;
}
.help-tips .tips .solid{
  font-weight: bold;
}
.help-tips .tips.pos-l:after {
  right: 16px;
  left: auto;
}
.help-tips .tips.pos-l:before {
  right: 17px;
  left: auto;
}
.help-tips .tips:after,
.help-tips .tips:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.help-tips .tips:after {
  bottom: -16px;
  left: 18px;
  border-width: 8px 8px;
  border-color: #fff9d9 transparent transparent transparent;
  z-index: 99;
}
.help-tips .tips.xs-size:after,
.help-tips .tips.sm-size:after {
  left: 23px;
}
.help-tips .tips:before {
  bottom: -18px;
  left: 17px;
  border-width: 9px 9px;
  border-color: #ccc transparent transparent transparent;
  border-color: rgba(255, 249, 217, 0.8) transparent transparent transparent;
  z-index: 9;
}
.help-tips .tips.xs-size:before,
.help-tips .tips.sm-size:before {
  left: 22px;
}
/*加载条*/
#loadingBar {
  padding: 40px 0 20px;
  text-align: center;
}
#loadingBar img {
  margin: 0 auto;
}
/*翻页*/
.flipover {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #666;
}
.flipover.sub-page {
  padding-top: 10px;
  padding-bottom: 10px;
}
.flipover.pop-page .pagination a {
  background: #fff;
}
.flipover .fa-chevron-left,
.flipover .fa-chevron-right,
.flipover .fa-sort {
  color: #aaa;
}
.flipover .input-default {
  width: 40px;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
}
.flipover .btn {
  width: 30px;
  vertical-align: middle;
  margin-left: 5px;
  padding: 9px 10px;
}
.flipover .pagination {
  padding-right: 210px;
}
.flipover .pull-right {
  width: 230px;
}
.flipover .pull-left {
  width: 220px;
  margin-left: 20px;
}
.flipover .pull-left:first-child {
  margin-left: 0;
}
.flipover .pagination {
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  margin-top:0px;
}
.flipover .pagination span {
  display: inline-block;
  width: 30px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  margin-left: 6px;
}
.flipover .pagination a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: center;
  color: #666;
  margin-left: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#e5e5e5));
  background: -moz-linear-gradient(top, #eaeaea, #e5e5e5);
  background: -o-linear-gradient(top, #eaeaea, #e5e5e5);
  background: -ms-linear-gradient(top, #eaeaea, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#e5e5e5);
  background: linear-gradient(to top, #eaeaea, #e5e5e5);
}
.flipover .pagination a:first-child {
  margin-left: 0;
}
.flipover .pagination a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#eaeaea));
  background: -moz-linear-gradient(top, #e5e5e5, #eaeaea);
  background: -o-linear-gradient(top, #e5e5e5, #eaeaea);
  background: -ms-linear-gradient(top, #e5e5e5, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5e5e5, endColorstr=#eaeaea);
  background: linear-gradient(to top, #e5e5e5, #eaeaea);
  text-decoration: none;
  border-color: #aaa;
}
.flipover .pagination a.current {
  border-color: #aaa;
  background: #ccc;
}
/*侧边按钮*/
#asideBar .items {
  display: block;
  /*width: 45px;*/
  /*height: 24px;*/
  /*padding-top: 8px;*/
  /*padding-bottom: 8px;*/
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #ddd;
  /*border-left: 1px solid #ddd;*/
}
/*#asideBar .items,
#asideBar .items:hover {
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#asideBar .items:hover {
  background-color: #eee;
}*/
#asideBar .items.smooth {
  margin-top: 20px;
}
#asideBar .items .service {
  position: relative;
}
#asideBar .items.service .toggleContent {
  position: absolute;
  right: 50px;
  top: 0;
  width: 120px;
  background-color: #fff;
  /*border: 1px solid #ddd;*/
  font-size: 12px;
  color: #333;
  padding: 10px;
}

#asideBar .items.service .toggleContent h3 {
  font-weight: bold;
  margin: 0;
  font-size: 12px;
}
#serviceTime2{
	font-size: 16px;
}
#serviceTime{
	font-size: 14px;
}
.onlineservice a {color: #B6A173;
  text-decoration:none;}
.onlineservice a:visited {color: #B6A173; text-decoration:none;}
.onlineservice a:hover {color: #B6A173; text-decoration:underline;}
#asideBar .items.service .toggleContent p {
  margin: 0;
  font-family: Arial;
  font-size: 14px;
}
.J_toggleShow .toggleContent {
  display: none;
}
.J_QRCode {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.J_QRCode .qr-code {
  position: absolute;
  right: 50px;
  bottom: -1px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  font-size: 12px;
}
.J_QRCode .qr-code p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #666;
  /*line-height: 14px;*/
}
.J_QRCode img {
  width: 200px;
  height: 200px;
  display: block;
  padding: 10px;
}
/*新的侧边栏按钮改版*/
#asideBar{
  position: fixed;
  right: 8px;
  bottom: 350px;
  width: 54px;
  height: 54px;
  z-index: 999;
}
#asideBar .icon_nav{
  width: 54px;
  height: 54px;
  transform:rotate(90deg);
  /*-ms-transform:rotate(90deg); 	!* IE 9 *!*/
  /*-moz-transform:rotate(90deg); 	!* Firefox *!*/
  /*-webkit-transform:rotate(90deg); !* Safari 和 Chrome *!*/
  /*-o-transform:rotate(90deg); 	!* Opera *!*/
}
#asideBar .toggleIcon{
  transform:rotate(-90deg);
}
#asideBar .showBar {
   width: 70px;
   /*height: 323px;*/
   position: absolute;
   right: -8px;
   top: 54px;
   z-index: 9999;
   background: #ffffff;
   box-shadow: 0 4px 15px 0 rgba(0,0,0,0.06);
 }
#asideBar .showBar{
  display: none;
}
#asideBar .openBar{
  display: block;
}
#asideBar .newQrcode .text{
  color: #666666;
  font-size: 12px;
  text-align: center;
}
#asideBar .newQrcode .text .red{
  color: #DC1D32;
}
#asideBar .newQrcode .qrCode_img{
  width: 70px;
  height: 70px;
}
#asideBar .newQrcode .qrCode_img img{
  width: 70px;
  height: 70px;
}
#asideBar .help{
  display: block;
  width: 70px;
  height: 88px;
  padding: 0;
  font-size: 14px;
  position: relative;
}
#asideBar .help .online-box {
  padding: 0 8px;
  position: absolute;
  right: 70px;
  top: 20px;
}
#asideBar .help .online-area {
  background: #fff;
  padding: 0 16px;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
  display: none;
}
#asideBar .help:hover .online-area {
  display: block;
}
#asideBar .help .online-area:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: 128px;
  padding: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  display: block;
  content: '';
  z-index: 12;
}
#asideBar .help .online-item {
  padding: 8px 0;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}
#asideBar .help .online-item:hover {
  color: #DC1D32;
}
#asideBar .help .border {
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
#asideBar .help .line{
  margin: 0 auto;
  margin-top: 16px;
  width: 56px;
  height: 86px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
#asideBar .help img{
  width: 32px;
  /*height: 32px;*/
  display: block;
  margin: 0 auto;
  padding-top: 16px;
}
#asideBar a{
  text-align: center;
  text-decoration:none;
  color:#666666;
}
/*弹窗*/
.pop {
  border: 0 none;
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 99999;
}
.pop textarea {
  resize: vertical;
}
.popup-inner-wrap {
  border: 0 none;
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  overflow-y: scroll;
  right: 0;
  top: 0;
  z-index: 99999;
}
#wrap-one{min-height:500px;}
#popViewPage .popup-inner-wrap {
  position: static;
  overflow: auto;
}
#popViewPage .popup-inner-wrap.overnone {  
  overflow: inherit;
}
#popViewPage .pop-container {
  margin-top: 0;
  margin-bottom: 0;
}

#popViewPage .J_popClose {
  display: none;
}
.pop-container {
  /* width: 880px; */
  margin: 40px auto;
  padding: 28px;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  /*付款*/
  /*续费*/
  /*支付成功*/
  /*更换地址*/
}
#popViewPage .newMtop{
  margin-top: 128px;
}

.pop-container.pad{
  padding:40px 50px;  
}
.pop-container.w-880{
  width: 880px;
}
.pop-container.payment {
  width: 600px;
}
.pop-container.payment .clearing {
  background-color: #fff9d9;
  border: 1px solid #e3dbae;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.pop-container.payment .clearing li {
  position: relative;
}
.pop-container.payment .clearing .price {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.pop-container.payment .clearing .divider {
  background-color: #e3dbae;
}
.pop-container.payment .dropDown.lg-size {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pop-container.payment .payment-method h3 {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  margin: 40px 0 0;
}
.pop-container.payment .payment-method li {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  cursor: pointer;
}
.pop-container.payment .payment-method li input {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
}
.pop-container.payment .payment-method .btn-primary {
  margin-top: 30px;
}
.pop-container.renewal {
  width: 600px;
}
.pop-container.renewal .member-avatar {
  margin-right: 20px;
}
.pop-container.renewal .member-information {
  font-size: 12px;
  color: #666666;
}
.pop-container.renewal .member-information h2 {
  font-size: 16px;
  color: #333;
  font-family: Arial;
}
.pop-container.renewal .member-information .user-rank {
  margin-right: 10px;
}
.pop-container.renewal .btn-primary {
  margin-left: 80px;
  margin-top: 10px;
}
.pop-container.pay-success {
  width: 550px;
  font-size: 14px;
  color: #333;
  padding-left: 80px;
}
.pop-container.pay-success h2 {
  font-size: 18px;
  color: #333333;
  text-indent: -20px;
  font-weight: normal;
}
.pop-container.pay-success h2 .fa {
  color: #388e3c;
  font-size: 26px;
  vertical-align: middle;
  margin-right: 14px;
}
.pop-container.pay-success li {
  line-height: 30px;
  font-family: Arial;
}
.pop-container.pay-success li .title {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
}
.pop-container.pay-success .btn-primary {
  margin-top: 30px;
}
.pop-container.change-address {
  width: 740px;
}
.pop-container.change-address .hk-oneself {
  margin-left: 0;
  padding: 10px 10px 10px 55px;
  border-radius: 3px;
}
.pop-container.change-address .hk-oneself ul {
  padding-right: 210px;
}
.pop-container.change-address .hk-oneself ul li {
  padding-left: 15px;
  text-indent: -15px;
}
.pop-container.change-address .hk-oneself .delivery-address-options {
  position: static;
}
.pop-container.change-address .hk-oneself .title {
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.pop-container.change-address .hk-oneself .delivery-area a {
  width: 151px;
}

.pop-container.addPackagePop .pop-section-title {
  margin-top: 30px;
  margin-bottom: 15px;
}
/*费用列表详情*/
.cost-detail > li {
  position: relative;
  padding-left: 80px;
  min-height: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  font-size: 14px;
}
.cost-detail > li .title {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 20px;
  color: #333333;
  line-height: 36px;
}
.cost-detail > li .new_title {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 20px;
  color: #333333;
  line-height: 36px;
}
.cost-detail > li .dropDown {
  line-height: 20px;
}
.cost-detail .cost-detail-list.pay{
  width: 265px;
  height: 75px;
  border: 1px solid #ccc;
  background: #e5e5e5;
  border-radius: 4px;
  padding:10px;
}
.cost-detail .pay .list-pay{
  width: 265px;
  line-height: 29px;

}
.cost-detail .pay .list-pay .list-pay-price{
  float: right;
  margin-right: 40px;
}

.cost-detail .cost-detail-list li {
  padding-left: 20px;
  position: relative;
}

.cost-detail .cost-detail-list .balance input {
  position: absolute;  
  top: 55%;  
}
.cost-detail .cost-detail-list .balance.to-35 input {
  position: absolute;  
  top: 35%;  
}
.cost-detail .cost-detail-list li input{
 position: absolute;  
  top: 35%; 
}
.cost-detail .cost-detail-list li input{
  left: 0;
}
.cost-detail .cost-detail-list .balance input{
  left: 15px;
}


.cost-detail .cost-detail-list.payment li {    
  line-height: 26px;
  height: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cost-detail .cost-detail-list.payment{
  border: 2px solid #ccc;    
}
.cost-detail .cost-detail-list.payment.w-666{
	width:666px;
}
.cost-detail .cost-detail-list.payment.none{
  border: none;  
}
.cost-detail .cost-detail-list.payment .balance {
  position: relative;
}
.block-show-pay{
  margin-left:10px;
  display: block;
  margin-top: -4px;
}
.cost-detail-list{
	list-style-type: none;
	-webkit-padding-start: 0px;
	padding-left:0px;
}

.cost-detail .cost-detail-list.payment .balance .balance-pay{
  position: absolute;
  top:31%;
  left: 187px;
  font-family: "Microsoft YaHei";
}
.cost-detail .cost-detail-list.payment .balance .balance-pay strong{
  font-size: 12px;
  font-family: "Microsoft YaHei";
}


#hkOneselfDelivery #shadow {
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity: 20 );
}
/*区域自提点*/
.delivery-area a {
  padding: 0px 57px;
  height: 73px;
  text-align: center;
  line-height: 73px;
  margin-left: 20px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.delivery-area a:nth-child(4n+1) {
  margin-left: 0;
}
.delivery-area a:first-child {
  margin-left: 0;
}
.delivery-area a:hover {
  text-decoration: none;
  border-color: #e53935;
}
.delivery-area a.active {
  border-color: #e53935;
  position: relative;
}
.delivery-area a.active img {
  position: absolute;
  right: 0;
  top: 0;
}
#shadow {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e5e5;
  opacity: 0.95;
  filter: alpha(opacity: 95 );
}
.popChildLevel{
  width: 1080px;
}
.popChildLevel .popClose {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  left: auto;
  box-shadow: none;
  background-color: transparent;
}
.popClose {
  position: fixed;
  left: 50%;
  top: 0;
  margin-left: 475px;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: #ffffff url(/new/images/pop_close.png) no-repeat center 12px;
  cursor: pointer;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.popClose:hover {
  background-position: center -38px;
}
.pop-title {
  font-size: 18px;
  color: #333;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
  font-weight: normal;
  margin: 0 0 40px;
}
.pop-title-con{
  font-size: 18px;
  color: #333;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
  font-weight: normal;
  margin: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  width: 443px;
}

.pop-title a {
  line-height: 22px;
  font-size: 12px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  margin-left: 10px;
}
.pop-title a .fa {
  padding-right: 5px;
}
.pop-title small {
  font-size: 12px;
}
.pop-section .pop-section-title {
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1;
}
.pop-section .pop-section-title small {
  color: #999;
}
.label.pos-a {
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-family: Arial;
  padding: 3px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: url(/new/images/label.png) no-repeat center center;
}
.storage-information {
  width: 400px;
  padding: 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #dfdfdf;
  margin-left: 15px;
  color: #333;
  font-family: "SimSun";
  font-size: 12px;
  font-weight: bold;
}
.delivery-address {
  margin-bottom: 10px;
}
.delivery-address.addPackageList {
  min-height: 140px;
}
.delivery-address.zaddPackageList {
  min-height: 40px;
}
.delivery-address.zzaddPackageList{
  min-height: 60px;
}
.delivery-address.hkOneselfList {
  height: 365px;
  overflow-y: scroll;
}
.delivery-address.hkOneselfList li {
  padding-left: 10px;
}
.delivery-address li {
  padding: 5px 9px 5px 55px;
  cursor: pointer;
  position: relative;
}
.delivery-address li:hover {
  background-color: #f0f0f0;
}
.delivery-address li strong {
  font-weight: normal;
}
.delivery-address li.selected strong {
  font-weight: bold;
}
.delivery-address li.selected {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff0e8;
  border: 1px solid #f50;
  border-radius: 2px;
}
.delivery-address li input {
  margin-right: 5px;
  margin-top: -4px;
  vertical-align: middle;
}
.delivery-address li .title {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  color: #333;
  font-size: 12px;
  font-family: "SimSun";
}
.delivery-address li .title,
.delivery-address li .optionsBtn {
  display: none;
}
.delivery-address li.selected .title,
.delivery-address li.selected .optionsBtn {
  display: inline-block;
  *display: inline;
}
/*香港自提*/
.hk-oneself,.hk-oneself-call {  
  margin-bottom: 30px;
  position: relative;
}
.hk-oneself {
  margin-left: 55px;  
}
.hk-oneself-call {  
  margin-left: 0px;  
}

.hk-oneself .title {
  font-family: 'SimSun';
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.hk-oneself .title.bt-none{
  border-bottom:none;
}
.hk-oneself .title strong {
    font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
    font-size: 16px;
    color: #333;    
    line-height: 1;
    font-weight: normal;
}
.hk-oneself ul {
  padding-right: 110px;
}
.hk-oneself-call ul {
  padding-right:0px;
}
.hk-oneself .delivery-address-options {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.delivery-form {
  padding-bottom: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}
.delivery-form label {
  margin-right: 15px;
}
.delivery-form label input {
  margin-left: 5px;
  vertical-align: middle;
}
.submit-btn {
  margin-top: 20px;
}
.btn-group-inline .btn,
.dropDown-group-inline .dropDown {
  margin-left: 10px;
}
.btn-group-inline .btn:first-child,
.dropDown-group-inline .dropDown:first-child {
  margin-left: 0;
}
.break-items {
  font-size: 14px;
  color: #666;
}
.break-items.progress-bar {
  color: #999;
}
.break-items .active {
  color: #333;
  font-weight: bold;
}
.break-items .active .symbol-num {
  background-color: #666;
}
.break-items .active .fa-check-circle {
  color: #388e3c;
}
.break-items .symbol-num {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}
.break-items .fa-chevron-right {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  color: #ccc;
}
.hkOneself-break {
/*   padding-bottom: 15px; */
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}
.hkOneself-break .fa-chevron-right {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  color: #ccc;
}
.hkOneself-break .fa-check-circle {
  font-size: 20px;
  vertical-align: middle;
  color: #ccc;
}
.symbol-num {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: #fff;
  background-color: #aaa;
  border-radius: 50%;
  line-height: 12px;
  text-align: center;
  font-family: Arial;
}
.delivery-address-options {
  margin-bottom: 20px;
  padding-right: 10px;
}
.delivery-address-options .fa-angle-down {
  color: #999;
}
#addDeliveryAddress {
  margin-left: 72px;
}
/*添加商品*/
#addGoodsList .goods-list-title {
  font-size: 14px;
  position: relative;
  font-family: "Microsoft YaHei";
}
#addGoodsList .text{color: #666;font-size: 14px;}
#addGoodsList .pull-left {
  margin-left: 10px;
}
#addGoodsList .pull-left-mr {
  position: absolute;
  right: 0;
  top: 0;
}
#addGoodsList .pull-left:first-child {
  margin-left: 0;
}
#addGoodsList .goods-items {
  margin-top: 10px;
  position: relative;
}
#addGoodsList .goods-name {
  width: 550px;
}
#addGoodsList .goods-num {
  width: 110px;
}
#addGoodsList .goods-price {
  width: 80px;
}
#addGoodsList .goods-price input {
  width: 58px;
  text-align: center;
}
#addGoodsList .goods-present {
  width: 65px;
  text-align: center;
}
#addGoodsList .goods-present input {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-top: 12px;
}
#addGoodsList .goods-option {
  width: 30px;
  text-align: center;
}
#addGoodsList .goods-option .fa-trash {
  font-size: 18px;
  color: #666;
  line-height: 40px;
  font-weight: normal;
  cursor: pointer;
}
#addGoodsList .goods-option .fa-trash:hover {
  color: #3b99fd;
}
.add-goods-btn {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
/*商品数量*/
.J_tbStock {
  width: 48px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #ccc;
  position: relative;
  height: 38px;
}
.J_tbStock.b-none{
  border:none;
}
.J_tbStock input {
  height: 36px;
  line-height: 36px;
  width: 43px;
  padding: 1px;
  text-align: center;
  border: 1px solid #ccc;
  margin-top: -1px;
  position: relative;
}
.J_tbStock .input-h{
  height: 40px;
  line-height: 40px;
}
.J_tbStock input:focus {
  border: 2px solid #aaa;
  color: #333;
  padding: 0;
}
.J_tbStock a {
  position: absolute;
  top: 0;
  width: 30px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #666;
  cursor: pointer;
}
.J_tbStock a.disabled {
  color: #ccc;
  pointer-events: none;
}
.J_tbStock a.J_Reduce {
  left: 0;
}
.J_tbStock a.J_Increase {
  right: 0;
}
/*结算*/
.Settlement {
  color: #333;
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.Settlement p {
  margin: 0;
}
.Settlement .declare-price {
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
}
.Settlement .gift-price {
  font-size: 14px;
  font-weight: normal;
}
/*商品图片列表*/
.goods-img-list {
  margin-bottom: 20px;
  margin-top: 20px;
}
.goods-img-list .items {
  margin-right: 24px;
  margin-bottom: 24px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 240px;
  height: 150px;
}
.goods-img-list .items .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -22px;
  color: #666;
}
.goods-img-list .items .fa-plus-circle {
  font-size: 30px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -15px;
  cursor: pointer;
}
.goods-img-list .items .icon-close-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/new/images/icon_close_circle.png) no-repeat center center;
  top: 5px;
  right: 5px;
}
.goods-img-list .items .fa-search-plus {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 999;
  color: #333;
  display: none;
}
.goods-img-list .items:hover img {
  opacity: 0.7;
  filter: alpha(opacity: 70 );
}
.goods-img-list .items:hover .fa-search-plus {
  display: block;
}
.goods-img-list .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 150px;
  display: block;
  opacity: 0;
  filter: alpha(opacity: 0 );
  cursor: pointer;
  z-index: 1;
}
/*包囊合并框架*/
.merge-container {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  /* width: 940px; */
}
.merge-container.w-1000 {
  width:1000px;
}
.merge-container .merge-content {
  margin-right: 300px;
}
.merge-container .merge-content .pop-section {
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  position: relative;
}
.merge-container .merge-aside {
  position: absolute;
  right: 0;
  top: 0;
  /* z-index: 99; */
}
.merge-container .merge-aside h4 {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  font-weight: normal;
}
.merge-container .merge-aside .goods-count {
  position: relative;
}
.merge-container .merge-aside .goods-count .pos-a {
  right: 0;
  top: 0;
}
.merge-container .merge-aside .goods-count .pos-a .total {
  font-size: 16px;
}
.merge-container .merge-aside .help-tips .tips {
  left: auto;
  right: -30px;
}
.merge-container .merge-aside .help-tips .tips:before {
  right: 29px;
  left: auto;
  bottom: -18px;
}
.merge-container .merge-aside .help-tips .tips:after {
  right: 30px;
  left: auto;
}
.merge-container .merge-section {
  width: 240px;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-top: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.merge-container .merge-section:first-child {
  margin-top: 0;
}
.merge-group-btn {
  margin-top: 10px;
}
.merge-group-btn .btn {
  margin-top: 10px;
}
.merge-list {
  line-height: 2;
  font-size: 14px;
  color: #333;
}
.merge-list li {
  position: relative;
}
.merge-list .marge-price {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
.merge-list .marge-price .reminder {
  font-size: 16px;
  font-weight: bold;
}
.take-delivery {
  position: relative;
  /* padding-right: 60px; */
  color: #333;
}
.take-delivery .changeAddressBtn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.take-delivery p {
  margin: 0;
}
.merge-package-items {
  margin-bottom: 10px;
  padding-top: 10px;
}
.merge-package-items .package-btn {
  background: #fff;
  margin-right: 2px;
}
.merge-package-items .package-num {
  font-size: 14px;
  color: #333333;
}
.merge-package-items .package-num .symbol-num {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #333;
  font-weight: normal;
  margin-right: 10px;
}
.merge-package-items a {
  line-height: 26px;
  color: #666;
}
.merge-package-items .package-content {
  padding: 20px;
  border: 2px solid #ccc;
  margin-top: 10px;
}
.merge-package-items .package-content p {
  margin-top: 0;
}
.merge-package-items .package-content .package-information {
  width: 360px;
}
.merge-package-items .package-content .package-information a:hover {
  text-decoration: none;
}
/*物流轨迹*/
.logistics-track {
  font-size: 12px;
  line-height: 18px;
  padding-top: 20px;
  color: #666;
  position: relative;
}
.logistics-track .logistics-track-line {
  position: absolute;
  width: 2px;
  top: 18px;
  left: 8px;
  bottom: 38px;
  background-color: #e6e6e6;
  border: 1px solid #ddd;
  border-radius: 2px;
  z-index: 0;
}
.logistics-track .logistics-time {
  font-family: Arial;
  color: #aaa;
}
.logistics-track .logistics-location {
  padding-left: 30px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  background: transparent url(/new/images/merge_point.png) no-repeat 3px -3px;
}
.logistics-track .logistics-location.current {
  background-image: url(/new/images/merge_current_point.png);
}
.logistics-track .logistics-location.current .logistics-title {
  color: #388e3c;
  font-size: 14px;
}
.merge-rules {
  color: #666;
}
.merge-rules p {
  margin: 0;
  line-height: 24px;
}
.merge-rules .merge-rules-brief{
  max-height:100px;
  overflow: hidden;
}
.merge-rules .merge-rules-brief{
  max-height:100px;
  overflow: hidden;
}
.merge-rules .mergeRulesDetailes {
  display: none;
}
.merge-rules .mergeRulesDetailes h3 {
  font-size: 16px;
}
.merge-rules .mergeRulesDetailes h4 {
  font-size: 14px;
  margin: 0 0 20px;
}
.merge-rules .mergeRulesDetailes .table {
  border: none;
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #666;
}
.merge-rules .mergeRulesDetailes .table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.merge-rules .mergeRulesDetailes .title {
  font-size: 14px;
  margin: 0;
  color: #666;
}
.merge-rules .mergeRulesDetailes .tips {
  font-size: 12px;
  margin-bottom: 60px;
}
.mergeCheckAll {
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
}
#mergePackageList .package-content {
  margin-top: 20px;
  cursor: pointer;
}
#mergePackageList .package-content p {
  margin-bottom: 15px;
  margin-top: 0;  
  text-overflow: ellipsis;  
  height:auto;
  display: block;   
}
#mergePackageList .package-content .package-information {
  width: 360px;
}
#mergePackageList .package-content .package-information a:hover {
  text-decoration: none;
}
#mergePackageList .package-content .package-detailes {
  padding: 15px;
  border: 2px solid #ccc;
  margin-top: 10px;  
  position: relative;
}
#mergePackageList .package-content:hover .package-detailes {
  background-color: #f0f0f0;
}
#mergePackageList .package-content.selected .package-detailes {
  border-color: #e3dbae;
  background-color: #fff9d9;
}
#mergePackageList .package-btn {
  background: #fff;
}
#mergePackageList a {
  color: #666;
}
/*拆箱出库*/
.devanningPackage .information {
  margin-top: 0;
  margin-bottom: 10px;
}
.devanningPackage .btn.block-show {
  margin-top: 10px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  color: #666;
}
.devanningPackage .btn.block-show.packageSplitBtn {
  height: 45px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 10px;
}
.devanningPackage .symbol-num {
  background-color: #333;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-weight: bold;
}
.devanningPackage .table {
  border: 2px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.devanningPackage .table td,
.devanningPackage .table th {
  border: none;
  padding: 10px 20px;
}
.devanningPackage .table th {
  background-color: #f0f0f0;
}
.devanningPackage .btn-add.block-show {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}
.package-spilt-tips ol {
  padding-left: 50px;
}
.package-spilt-tips .fa-lightbulb-o {
  font-size: 40px;
  color: #da3610;
  float: left;
}
/*拆分包裹按钮*/
/*删除拆分包裹按钮*/
.packageSplitDeleteBtn {
  font-size: 20px;
  font-weight: bold;
  right: 20px;
  top: 20px;
}
.packageSplitDeleteBtn .fa {
  color: #999;
}
/*弹窗侧边栏*/
.merge-aside h3 {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.merge-aside h3 strong {
  font-size: 14px;
}
.merge-aside h3 small {
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.merge-aside .symbol-num {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #333;
  font-weight: normal;
}
.merge-aside p {
  margin: 0;
}
.merge-aside .danger-tips {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1;
}
.merge-aside .help-tips {
  margin-bottom: 10px;
}
.merge-aside .divider {
  margin-top: 15px;
  margin-bottom: 15px;
}
.merge-aside .merge-section-title {
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 15px;
}
.merge-aside .packageValue-list {
  margin-bottom: 5px;
}
.tariffs-tips {
  font-family: 'SimSun';
  font-size: 12px;
  color: #333;
}
.tariffs-tips dt,
.tariffs-tips dd,
.tariffs-tips p {
  padding: 0;
  margin: 0;
}
.tariffs-tips dt {
  font-weight: bold;
  font-size: 14px;
}
.tariffs-tips dd {
  margin-bottom: 20px;
}
/*单个包囊详情*/
.singlePackageDetailes .single-package {
  position: relative;
}
.pop-break {
  width: 980px;
  margin: 0 auto 10px;
  clear: both;
}
/*商品信息列表*/
.goods-information-list {
  color: #333;
  line-height: 14px;
  font-size: 12px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
}
.goods-information-list li {
  position: relative;
  min-height: 40px;
  margin-bottom: 15px;
  font-size: 12px;
  padding-right: 140px;
}
.goods-information-list .options {
  position: absolute;
  right: 0;
  top: 0;
}
.goods-information-list .options span {
  text-align: right;
  line-height: 1.2;
}
/*商品图片轮播*/
.slide-img-list {
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
}
.slide-img-list img {
  float: left;
}
.slide-img-list .slidesjs-previous,
.slide-img-list .slidesjs-next {
  position: absolute;
  z-index: 99;
  top: 50%;
  font-size: 24px;
  color: #b2b2b2;
  cursor: pointer;
}
.slide-img-list .slidesjs-previous:hover,
.slide-img-list .slidesjs-next:hover {
  text-decoration: none;
}
.slide-img-list .slidesjs-container,
.slide-img-list #slides {
  height: 400px;
  width: 600px;
  margin-bottom: 20px;
}
.slide-img-list .slidesjs-previous {
  left: 30px;
}
.slide-img-list .slidesjs-next {
  right: 30px;
}
.slide-img-list .slidesjs-pagination {
  list-style: none;
  position: absolute;
  bottom: 5px;
  z-index: 999;
  margin: 0;
  left: 50%;
  padding: 0;
  margin-left: -23px;
}
.slide-img-list .slidesjs-pagination .active {
  background-color: #858585;
}
.slide-img-list .slidesjs-pagination li {
  float: left;
  margin-left: 5px;
}
.slide-img-list .slidesjs-pagination li a {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e0e0e0;
  overflow: hidden;
  text-indent: 999px;
  white-space: nowrap;
}
#abnormalImg {
  padding: 20px;
}
#abnormalImgSlide {
  height: 400px;
  overflow: hidden;
}
/*商品规格信息*/
#goodsQualification td {
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  padding: 10px 5px;
}
#goodsQualification .text-left {
  text-align: left;
}
#goodsQualification .tips {
  font-size: 14px;
}
#goodsQualification .information {
  min-height: 193px;
  margin-top: 0;
}
/*登陆入口*/
.login-menu {
  height: 20px;
  padding: 9px;
  line-height: 1.2;
  color: #ccc;
}
.login-menu a {
  color: #666;
}
.login-menu .symbol {
  margin-left: 5px;
  margin-right: 5px;
}
/*会员中心*/
.container-bd {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-top: 20px;
  background-color: #fff;
}
.container-bd h5 {
  margin: 0 0 10px;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.container-bd h5 .fa {
  color: #aaa;
}
.container-bd h5 .fa:hover {
  color: #333;
}
.container-bd p {
  margin: 0 0 10px;
}
.container-bd .hint-message {
  margin-top: 15px;
}
.container-bd.vipupdate {
  padding: 20px 30px;
}
.container-bd.vipupdate .member-avatar {
  margin-right: 20px;
}
.container-bd.vipupdate .member-information {
  font-size: 12px;
  color: #666666;
}
.container-bd.vipupdate .member-information h2 {
  font-size: 16px;
  color: #333;
  font-family: Arial;
}
.container-bd.vipupdate .member-information .user-rank {
  margin-right: 10px;
}
.container-bd.vipupdate .cost-detail-list {
  padding-left: 80px;
}
.container-bd.vipupdate .cost-detail-list.payment {
  padding-left: 0;
}
.container-bd.vipupdate .cost-detail > li {
  margin-bottom: 10px;
}
.container-bd.vipupdate .cost-detail > li:first-child {
  position: static;
  padding-left: 0;
}
.container-bd.vipupdate .cost-detail > li:first-child .title {
  position: static;
}
/*账户基本信息*/
.account-base-information {
  color: #666666;
  line-height: 18px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.account-base-information .information-detailes {
  padding-left: 120px;
}
.account-base-information .information-detailes .account-balance {
  margin-left: 20px;
}
.account-base-information .information-detailes .fa-edit {
  cursor: pointer;
}
.account-base-information .information-detailes #nickname {
  border: none;
  min-width: 60px;
  width: 70px;
}
/*账户信息*/
.my-account-information .account-avatar {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.my-account-information .account-avatar .tips {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  background-color: rgba(102, 102, 102, 0.5);
  font-family: 'SimSun';
}
.my-account-information .account-avatar:hover .tips {
  bottom: 0;
}
.verification-code {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 15px;
}
.verification-code + .fa-times-circle {
  right: 15px;
}
.verificationCodeBtn {
  font-size: 14px;
  cursor: pointer;
}
/* 个人资料 */
.my-account-information .my-account-tips{
  margin:0 0 20px 55px;
}
.my-account-information .title{
  color:#999999;
}
.my-account-information .input-default:disabled{
  background: #F5F5F5 !important;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  /*background:#CCCCCC;*/
}
/*绑定信息*/
.binding-information.information-form.pop-container {
  width: 500px;
}
.binding-information li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 20px;
}
.binding-information li .btn-gradient {
  margin-left: 6px;
}
.binding-information li .title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  padding-right: 10px;
  width: 50px;
  line-height: 40px;
}
/*贵宾会员*/
.distinguished-guest {
  display: inline-block;
  padding-left: 75px;
  background: url(/new/images/member_vip.jpg) no-repeat left center;
}
/*贵宾会员*/
.distinguished-guest-tc {
  display: inline-block;
  padding-left: 75px;
  background: url(/new/images/member_vip_tc.jpg) no-repeat left center;
}
/*贵宾会员*/
.distinguished-guest-en{
  display: inline-block;
  padding-left: 75px;
  background: url(/new/images/member_vip_en.jpg) no-repeat left center;
}
/**普通会员*/
.distinguished-leaguer_tc {
  display: inline-block;
  padding-left: 75px;
  background: url(/images/new/user_normal_tc.jpg) no-repeat left center;
}
.distinguished-leaguer_en {
  display: inline-block;
  padding-left: 75px;
  background: url(/images/new/user_normal_en.jpg) no-repeat left center;
}
.distinguished-leaguer_sc {
  display: inline-block;
  padding-left: 75px;
  background: url(/images/new/user_normal_sc.jpg) no-repeat left center;
}
/**普通会员*/
.distinguished-leaguer-tc_sc {
  display: inline-block;
  padding-left: 75px;
  background: url(/new/images/user_normal_sc.jpg) no-repeat left center;
}
.distinguished-leaguer-tc_tc {
  display: inline-block;
  padding-left: 75px;
  background: url(/new/images/user_normal_tc.jpg) no-repeat left center;
}
.distinguished-leaguer-tc_en {
  display: inline-block;
  padding-left: 75px;
  background: url(/new/images/user_normal_en.jpg) no-repeat left center;
}

.link-options .fa {
  color: #aaa;
  font-size: 12px;
  margin-right: 5px;
}
.contact-email,
.contact-phone {
  padding: 20px 20px 20px 105px;
  height: 120px;
  width: 355px;
  color: #999;
}
.contact-phone {
  border-left: 1px solid #ddd;
  width: 354px;
  background: url(/new/images/member_phone.png) no-repeat 20px 20px;
}
.contact-email {
  background: url(/new/images/member_email.png) no-repeat 20px 20px;
}

/*通栏广告*/
.ad-container {
  margin-top: 20px;
}
/* 交易记录*/
.non-payment {
  color: #e53935;
  line-height: 24px;
}
/*coupon*/
.choose-options {
  padding: 20px 20px 0;
  border-bottom: 1px solid #ddd;
}
.choose-options.tab-navigation {
  padding: 15px 15px 0;
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
}
.choose-options.tab-navigation .check-text{
  position: absolute;
  top: 17px;
  right: 35px;
}
.choose-options.tab-navigation .check-text a{
  margin-right: 10px;
}
.choose-options.tab-navigation a {
  padding-bottom: 15px;
}
.choose-options a {
  color: #666666;
  font-size: 12px;
  margin-right: 25px;
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  position: relative;
  margin-bottom: -1px;
}
.choose-options a .fa {
  color: #aaa;
}
.choose-options a:hover {
  color: #333;
  text-decoration: none;
  border-color: #ccc;
}
.choose-options a.active {
  border-color: #e53935;
  color: #e53935;
}
.dealToggle {
  cursor: pointer;
}
.dealToggleContent {
  display: none;
}
.dealToggleContent .table {
  position: absolute;
  left: 50%;
  top: 24px;
  min-width: 400px;
  margin-left:-175px;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.dealToggleContent .table th {
  text-align: center;
}
/*优惠券列表*/
.coupon-list {
  padding-top: 20px;
}
.coupon-list li {
  width: 247px;
  height: 131px;
  overflow: hidden;
  float: left;
  padding: 20px;
  margin-left: 25px;
  margin-bottom: 25px;
  background-image: url(/new/images/coupon.png);
  background-repeat: no-repeat;
  position: relative;
}
.coupon-list li.lg-coupon {
  background-position: 1px 0;
}
.coupon-list li.lg-coupon h2 {
  color: #fff7be;
}
.coupon-list li.lg-coupon span {
  color: #000;
  opacity: 0.4;
  filter: alpha(opacity: 40 );
}
.coupon-list li.md-coupon {
  background-position: -308px 0;
}
.coupon-list li.md-coupon h2 {
  color: #fff;
}
.coupon-list li.md-coupon span {
  color: #000;
  opacity: 0.4;
  filter: alpha(opacity: 40 );
}
.coupon-list .user{
  padding-right:5px;
}
.coupon-list li.md-coupon .user,.coupon-list li.lg-coupon .user,.coupon-list li.sm-coupon .user{
  opacity: 0.9;
}
.coupon-list li.sm-coupon {
  background-position: 1px -191px;
}
.coupon-list li.sm-coupon h2 {
  color: #fff;
}
.coupon-list li.sm-coupon span {
  color: #000;
  opacity: 0.4;
  filter: alpha(opacity: 40 );
  margin-top: -40px;
}
.coupon-list li.coupon-used,
.coupon-list li.coupon-past {
  background-position: -308px -191px;
}
.coupon-list li.coupon-used .coupon-icon_sc {
  width: 82px;
  height: 82px;
  background: url(/new/images/coupon_used_sc.png) no-repeat center center;
  position: absolute;
  right: 20px;
  top: -10px;
}
.coupon-list li.coupon-used .coupon-icon_en {
  width: 82px;
  height: 82px;
  background: url(/new/images/coupon_used_en.png) no-repeat center center;
  position: absolute;
  right: 20px;
  top: -10px;
}
.coupon-list li.coupon-used .coupon-icon_tc {
  width: 82px;
  height: 82px;
  background: url(/new/images/coupon_used_tc.png) no-repeat center center;
  position: absolute;
  right: 20px;
  top: -10px;
}

.coupon-list li.coupon-past .coupon-icon_tc {
  width: 82px;
  height: 82px;
  background: url(/new/images/coupon_past_tc.png) no-repeat center center;
  position: absolute;
  right: 20px;
  top: -10px;
}
.coupon-list li.coupon-past .coupon-icon_sc {
  width: 82px;
  height: 82px;
  background: url(/new/images/coupon_past_sc.png) no-repeat center center;
  position: absolute;
  right: 20px;
  top: -10px;
}
.coupon-list li.coupon-past .coupon-icon_en {
  width: 82px;
  height: 82px;
  background: url(/new/images/coupon_past_en.png) no-repeat center center;
  position: absolute;
  right: 20px;
  top: -10px;
}
.coupon-list li:hover .coupon-notice {
  top: 0;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.coupon-list .coupon-notice {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 110%;
}
.coupon-list .coupon-notice h3 {
  margin: 0;
  padding: 20px 20px 0;
  font-size: 14px;
}
.coupon-list .coupon-notice .coupon-get,.coupon-list .coupon-notice .coupon-to{
  font-size: 14px;
  color: #999999;
  opacity: 1;
  line-height:16px;
}
.coupon-list .coupon-notice .coupon-get{
  margin-top:5px;
}
.coupon-list .coupon-notice .coupon-to{
  margin-bottom:4px;
}
.coupon-list .coupon-notice p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
}
.coupon-list .title {
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
  height: 80px;
}
.coupon-list .title h2 {
  font-size: 30px;
  font-family: 'BebasNeue';
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
  color: #999;
}
.coupon-list .title h2 strong {
  font-size: 72px;
  line-height: 72px;
  font-weight: normal;
  padding-right: 10px;
}
.coupon-list .title .type {
  position: absolute;
  color: #999;
  right: 0;
  bottom: 2px;
  height:90px;
  display: table;

}
.coupon-list .type-wr{
  display: table-cell;
  vertical-align: middle;
}
.coupon-list .title span{
  text-align: right;
  line-height:18px;
  display: block;
}
.coupon-list p {
  margin: 0;
  color: #000;
  opacity: 0.4;
  filter: alpha(opacity: 40 );
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
/* 优惠券规则 */
.lis-coupon{
  padding:20px 30px;
  list-style: none;
}
/*转运地址*/
.trasnfor-address-items {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  padding: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.trasnfor-address-items p {
  margin: 0;
  padding: 0 10px;
  border-radius: 3px;
}
.trasnfor-address-items .copy {
  color: #0093c9;
  cursor: pointer;
}
.trasnfor-address-items img {
  display: inline-block;
  vertical-align: middle;
}
.trasnfor-address-items h3 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin: 0;
}
.trasnfor-address-items h3 img {
  margin-right: 10px;
}
.trasnfor-address-items .content {
  padding-left: 40px;
  padding-right: 30px;
}
.trasnfor-address-items ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.trasnfor-address-items li {
  position: relative;
  padding-left: 155px;
  line-height: 24px;
  color: #666666;
}
.trasnfor-address-items li label {
  position: absolute;
  left: 0;
  text-align: right;
  padding-right: 10px;
  width: 145px;
  font-family: Arial;
}
.trasnfor-address-items li:hover p {
  background-color: #eee;
}
.trasnfor-address-items .tips {
  color: #666;
  font-size: 12px;
}
.trasnfor-address-items .hot-shopping-website {
  color: #999;
  margin-top: 20px;
  padding-left: 110px;
}
.trasnfor-address-items .hot-shopping-website span {
  margin-left: -110px;
}
.trasnfor-address-items .hot-shopping-website a {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  margin-left: 20px;
  opacity: 0.3;
  filter: alpha(opacity: 30 );
}
.trasnfor-address-items .hot-shopping-website a:hover {
  opacity: 1;
  filter: alpha(opacity: 100 );
}
.trasnfor-address-items .hot-shopping-website a img {
  display: inline-block;
  vertical-align: middle;
}
.trasnfor-tips{
  margin:10px 0;
  padding:10px 20px;
  background: #ffffff;
}
.trasnfor-tips .tips-if{
  margin:5px 0;
  color:#DA3610;
  font-size:0;
}
.trasnfor-tips .tips-dt,.trasnfor-tips .tips-cont{
  display: inline-block;
  vertical-align: top;
  font-size:12px;
}
.trasnfor-tips .tips-dt{
  width:7%;
}
.trasnfor-tips .tips-cont{
  width:90%;
}

/*新增地址列表*/
.addressList{
  padding: 20px;
}
.addressList ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.addressList ul li {
  padding-left: 40px;
  background: url(/new/images/icon_position.png) no-repeat 15px center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed #ccc;
  position: relative;
}
.addressList ul li:hover {
  background-color: #f0f0f0;
}
.addressList ul li:hover a.block-show {
  display: block;
}
.addressList ul li:first-child {
  border-top: none;
}
.addressList ul .options {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ccc;
  text-align: right;
}
.addressList ul .options a {
  color: #666;
  padding-left: 5px;
}
.addressList ul .options a.block-show {
  color: #0093c9;
  display: none;
}
.addressList p {
  margin: 0;
  padding: 0;
}
.administrate-information-link {
  padding-top: 10px;
}
/*新增地址弹窗*/
.information-form.pop-container {
  width: 660px;
}
.information-form.revenue {
  width: 600px;
}
.information-form.revenue .information-form-list > li {
  padding-left: 60px;
}
.information-form.revenue .information-form-list > li > .title {
  width: 70px;
}
.information-form.complaint-suggest .input-default {
  width:632px;
}
.information-form.complaint-suggest textarea {
  min-height: 100px;
  resize: vertical;
}
.information-form.complaint-suggest p {
  margin: 0  0 10px 0;
}
.information-form .information-form-list.information-txt {
  line-height: 36px;
  font-size: 14px;
  color: #666;
}
.information-form .information-form-list.information-txt li {
  padding-left: 80px;
}
.information-form .information-form-list.information-txt .title {
  line-height: 36px;
  width: 80px;
  color: #333;
}
.information-form .information-form-list > li {
  padding-left: 190px;
  position: relative;
  margin-bottom: 20px;
  color: #666666;
}

.information-form .information-form-list > li p {
  margin: 0;
  line-height: 1.5;
}
.information-form .information-form-list > li .xsm-size {
  margin-right: 8px;
  margin-left: 8px;
}
.information-form .information-form-list > li .xsm-size + .fa-times-circle {
  margin-right: 20px;
}
.information-form .information-form-list > li .dropDown {
  margin-right: 8px;
}
.information-form .information-form-list > li .dropDown.regionSelect {
  margin-right: 0;
}
.information-form .information-form-list > li .btn {
  margin-top: 10px;
}
.information-form .information-form-list > li textarea.input-default {
  width: 497px;
  height: 80px;
}
.information-form .information-form-list > li textarea.input-default.lg-size {
  width: 635px;
}
.information-form .information-form-list > li > .title {
  position: absolute;
  left: -20px;
  width: 200px;
  line-height: 40px;
  font-size: 14px;
  text-align: right;
}
.information-form .help-tips {
  margin-top: 20px;
}
.file-upload.newl-increased .items {
  width: 195px;
  height: 110px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 10px;
  position: relative;
}
.file-upload.newl-increased .items .loading-img {
  position: absolute;
  left: 10%;
  top: 17%;  
  width:100%;
  margin-left: -19px;
  height: 100%;
  margin-top: -18px;
  z-index: 9; 
}
.file-upload.newl-increased .items .loading {
  position: absolute;
  left: 10%;
  top: 42%;  
  width:100%;
  margin-left: -19px;
  height: 56px;
  margin-top: -18px;
  z-index: 99; 
}
.file-upload.newl-increased .items .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity: 90 );
  display: none;
}
.file-upload.newl-increased .items:first-child {
  margin-left: 0;
}
.file-upload.newl-increased .items.add-file {
  text-align: center;
  font-size: 12px;
  color: #666;
  border-style: dashed;
}
.file-upload.newl-increased .items.add-file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer;
  opacity: 0;  
  filter:alpha(opacity=0);
  font-size: 100px;
}
/* .file-upload.newl-increased .items.add-file .loading {
    margin-left: -10%;
    margin-top: -12%;
} */
/* .file-upload.newl-increased .items.add-file .loading.options {
  margin-left: -40px;
  margin-top: -20px;
} */
.file-upload.newl-increased .items.add-file .loading span {
  display: none;
}
.file-upload.newl-increased .items.add-file .fa {
  font-size: 36px;
  color: #aaa;
  display: none;
  content: "\f0aa";
}
.file-upload.newl-increased .items.add-file .fa.fa-search,
.file-upload.newl-increased .items.add-file .fa.fa-edit {
  font-size: 30px;
}
.file-upload.newl-increased .items.add-file .fa.fa-edit {
  margin-right: 20px;
}
.file-upload.newl-increased .items.add-file:hover .loading span {
  display: block;
}
.file-upload.newl-increased .items.add-file:hover .fa {
  display: inline-block;
  content: "\f002";
  z-index:999;
}
.file-upload.newl-increased .items.add-file:hover .layer {
  display: block;
}
/*地址管理*/
.managementInformation ul {
  height: 330px;
  color: #333;
  overflow-y: scroll;
}
.managementInformation ul li {
  padding: 20px 80px 20px 70px;
  position: relative;
  border-top: 1px dashed #ccc;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.managementInformation ul li:hover {
  background-color: #f0f0f0;
}
.managementInformation ul li:first-child {
  border-top: none;
}
.managementInformation ul li.certificate-error.error_sc {
  background-image: url(/new/images/address_error_sc.png);
  background-position: 5px center;
}
.managementInformation ul li.certificate-error.error_tc {
  background-image: url(/new/images/address_error_tc.png);
  background-position: 5px center;
}
.managementInformation ul li.certificate-error.error_en {
  background-image: url(/new/images/address_error_en.png);
  background-position: 5px center;
}
.managementInformation ul li.certificate-check.check_sc {
  background-image: url(/new/images/address_check_sc.png);
}
.managementInformation ul li.certificate-check.check_tc {
  background-image: url(/new/images/address_check_tc.png);
}
.managementInformation ul li.certificate-check.check_en {
  background-image: url(/new/images/address_check_en.png);
}
.managementInformation ul li.certificate-sure {
  background-image: url(/new/images/address_sure.png);
}
.managementInformation ul li .options {
  position: absolute;
  right: 15px;
  bottom: 20px;
  color: #ccc;
}
.managementInformation ul li .options a {
  color: #666;
}
.managementInformation ul h3 {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}
.managementInformation ul p {
  margin: 0;
}
/*会员注册登录模块*/
.user-container {
  width: 800px;
  margin: 0 auto;
}
.user-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.user-top .logo {
  margin-right: 15px;
}
.user-top .assistance-phone {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  height: 16px;
  line-height: 16px;
  border-right: 1px solid #aaa;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 6px;
  margin-left: 10px;
  margin-right: 10px;
}
.user-top .myPackageLink {
  color: #666;
  height: 16px;
  line-height: 16px;
  border-right: 1px solid #aaa;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 6px;
  margin-left: 10px;
  margin-right: 10px;
}
.user-top .myPackageLink a {
  color: #666;
}
#no_menu_footer{
  background: #ffffff;
  width: 100%;
  position: relative;
  left: 0;
  bottom: -58px;
}
.user-footer {
  max-width: 1440px;
  min-width: 990px;
  margin: 0 auto;
  color: #666;
  font-size: 14px;
  padding: 30px 0 60px;
  font-family: "Microsoft YaHei", "\u5fae\u8f6f\u96c5\u9ed1";
}
.user-footer .menuText{
  text-align: center;
}
.user-footer .menuText a {
  height: 20px;
  color: #666;
  padding: 0 10px;
  display: inline-block;
  font-size: 14px;
}
.user-footer.fixed {
  position: fixed;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  bottom: 0;
}
.user-footer.fixed {
  position: fixed;
  width: 1000px;
}
.user-footer .login-copyright{
  text-align: center;
  line-height: 32px;
}
/*选项卡*/
.tabControl .tab-title .items {
  width: 50%;
  text-align: center;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  color: #666;
  background: #eee;
  border-bottom: 1px solid #ccc;
}
.tabControl .tab-title .items:hover {
  text-decoration: none;
}
.tabControl .tab-title .items.active {
  border-bottom: 1px solid #fff;
}
.tabControl .tab-title .items.active a {
  background-color: #fff;
}
.tabControl .tab-title .items:first-child a {
  border-left: none;
}
.tabControl .tab-title.inline {
  border-bottom: 2px solid #ccc;
}
.tabControl .tab-title.inline .items {
  width: auto;
  margin-left: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: -2px;
}
.tabControl .tab-title.inline .items:first-child {
  margin-left: 0;
}
.tabControl .tab-title a {
  color: #666;
  height: 100%;
  border-left: 1px solid #ccc;
  position: relative;
}
.tabControl .tab-title a:hover {
  text-decoration: none;
  color: #333;
}
.tabControl .tab-title .fa-mobile-phone {
  font-size: 28px;
  vertical-align: middle;
  color: #aaa;
  margin-right: 10px;
}
.tabControl .tab-title .fa-envelope-o {
  font-size: 20px;
  vertical-align: baseline;
  color: #aaa;
  margin-right: 10px;
}
.register-method {
  min-height: 520px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
}
.register-method .tab-content {
  padding: 50px 250px 50px 30px;
  position: relative;
}
.register-method .tab-content li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 10px;
}
.register-method .tab-content li .title {
  position: absolute;
  padding-right: 20px;
  width: 80px;
  line-height: 40px;
  left: 0;
  top: 0;
  text-align: right;
  font-size: 14px;
}
.register-method .tab-content li .btn-gradient {
  margin-left: 6px;
}
.btn-gradient.col-da3610{
    border: 1px solid #da3610;
    background-color: #fff;
    color: #da3610;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.register-method .tab-content li .information {
  width: 200px;
  margin-top: 0;
  margin-left: 10px;
}
.register-method .tab-content li .rules-link {
  color: #333;
  text-decoration: underline;
}
.register-method .user-aside {
  position: absolute;
  text-align: center;
  font-size: 14px;
  color: #333;
  right: 45px;
  top: 50px;
  bottom: 50px;
  padding-left: 45px;
  border-left: 1px solid #ccc;
}
.register-method .user-aside .icon-sf {
  margin-right: 10px;
}
/*会员登录*/
#siteHeader {
  min-width: 980px;
}
.login-container .container {
  padding-top: 0;
  padding-bottom: 0;
  background: #daeff3 url(/new/images/login_bg.png) no-repeat left center;
  width: 360px;
  padding-left: 640px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.login-container .container .login {
  position: relative;
  width: 360px;
  min-height: 230px;
  background-color: #fff;
  padding-bottom: 80px;
}
.login-container .container .login li {
  margin-bottom: 10px;
}
.login-container .login-from {
  padding: 30px 30px 10px;
}
.login-container h3 {
  font-size: 18px;
  margin: 0 0 30px;
  font-weight: normal;
  color: #444;
  line-height: 1;
}
.login-container .input-form {
  position: relative;
}
.login-container .input-form input {
  width: 240px;
  padding-left: 45px;
}
.login-container .input-form input.error {
  padding-left: 45px;
}
.login-container .input-form .icon {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 999;
}
.login-container a {
  color: #333;
}
.login-container .options {
  margin-top: 20px;
}
.login-container .options .pull-right {
  padding-top: 10px;
}
.login-container a.btn {
  color: #fff;
}
.login-container .group {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #eeeeee;
}
.login-container .group .icon-sf {
  margin-right: 5px;
}
.login-container .group a {
  margin-right: 30px;
  width: 150px;
}
.login-container .group a:first-child {
  margin-right: 0;
  margin-left: 30px;
}
.login-container .symbol {
  color: #ccc;
  padding-left: 5px;
  padding-right: 5px;
}
/*重置密码*/
.user-content {
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
}
.user-content .title {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}
.user-content li {
  padding-left: 80px;
  margin-bottom: 10px;
  position: relative;
}
.user-content li .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  line-height: 40px;
  padding-right: 20px;
  font-size: 14px;
  text-align: right;
  color: #333;
  border-bottom: none;
}
.user-content .dropDown li {
  margin-bottom: 0;
}
.user-content .btn-primary {
  margin-top: 20px;
}
.user-content .btn-success {
  margin-top: 10px;
}
.user-content .verification-mode {
  margin-left: 6px;
  margin-right: 6px;
}
.user-content .verification-mode + .fa-times-circle {
  right: 5px;
}
.user-content .help-tips {
  margin-top: 80px;
}
.user-content .help-tips.small-size {
  margin-top: 50px;
}
.user-content .verification-code {
  width: 58px;
  margin-left: 0;
}
/*使用指南*/
.site-guide {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  font-size: 16px;
  color: #666;
}
.site-guide .danger-tips {
  font-size: 16px;
}
.site-guide h1 {
  font-size: 24px;
  color: #666666;
  line-height: 42px;
  padding-left: 65px;
  background: url(/new/images/icon_cart.png) no-repeat left top;
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.site-guide p {
  margin: 0;
}
.site-guide ul {
  line-height: 60px;
}
.site-guide ul li {
  padding-left: 60px;
  height: 60px;
  position: relative;
}
.site-guide ul a {
  color: #666;
  text-decoration: underline;
}
.site-guide ul .list-icon {
  position: absolute;
  left: 0;
  top: 15px;
  width: 36px;
  height: 36px;
  padding-bottom: 22px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  color: #eeeeee;
  background: url(/new/images/guide_circle.png) no-repeat center top;
}
.site-guide ul .list-icon.last {
  padding-bottom: 0;
}
.supply-content {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 3px;
}
.supply-content h2 {
  font-size: 14px;
  margin: 0 0 20px;
  color: #333;
}
.supply-content .break-items {
  margin-bottom: 30px;
}
.supply-content .skip-link {
  padding-top: 20px;
}
.supply-content .next-step-options {
  margin-top: 10px;
}
.supply-done {
  font-size: 18px;
  color: #333333;
}
.supply-done .fa-check-circle {
  color: #388e3c;
  margin-right: 10px;
}
.supply-done .btn {
  margin-left: 30px;
  margin-top: 20px;
}
/*成功提示信息*/
.success-notice {
  padding: 0 40px 40px;
  font-size: 14px;
}
.success-notice a {
  color: #333;
  text-decoration: underline;
}
.success-notice h2 {
  font-size: 18px;
}
/*筛选 交易记录*/
.filtrate-list .filtrate-content {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom:none;
  font-family: "Microsoft YaHei", "\u5fae\u8f6f\u96c5\u9ed1";
}
.serviceDESC{
  border: 1px solid #ccc;
  border-top: none;
}
.filtrate-list .filtrate-title {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px 20px;
  margin-top: 20px;
  font-family: "Microsoft YaHei", "\u5fae\u8f6f\u96c5\u9ed1";
}
.filtrate-list .filtrate-title .filtrate-items {
  position: relative;
  padding-left: 210px;
  margin-top: 15px;
}
.filtrate-list .filtrate-title .filtrate-items:first-child {
  margin-top: 0;
}
.filtrate-list .filtrate-title h3 {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 32px;
  width: 200px;
  padding-right: 10px;
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  margin: 0;
}
.filtrate-list .filtrate-title li {
  float: left;
  margin-left: 10px;
}
.filtrate-list .filtrate-title li a {
  display: block;
  height: 30px;
  min-width: 80px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 2px;
  color: #999;
  font-size:14px;

}
.filtrate-list .filtrate-title li a.active {
  background-color: #e53935;
  border-color: #e53935;
  color: #fff;
}
.filtrate-list .filtrate-title li a.active:hover {
  background-color: #e53935;
}
.filtrate-list .filtrate-title li a.disabled {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  color: #666;
  width:230px;
}
.filtrate-list .filtrate-items-exit li a.disabled {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  color: #666;
  width:32px;
}
.filtrate-list .filtrate-items-exit li a.onclicked {
  background-color: #e53935;
  border-color: #e53935;
  color: #fff;
  width:32px;
}
.filtrate-list .filtrate-title .filtrate-items-exit {
  position: relative;
  padding-left: 210px;
  margin-top: 15px;
}
.filtrate-list .filtrate-title li a.disabled:hover {
  background-color: #e4e4e4;
}
.filtrate-list .filtrate-title li a:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}
.filtrate-list .table {
  width: 90%;
  position: relative;
  border:1px solid #e5e5e5;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
  font-weight: bold;
}
.filtrate-list .table .servicePrice{
  width:100%;
  padding-left:0;
}
.filtrate-list .table.ser-header{
  border:0;
}
.filtrate-list .table .servicePrice.text-center {
  text-align: center;
}
.filtrate-list .table .servicePrice.text-center th,
.filtrate-list .table .servicePrice.text-center td {
  text-align: center;
}
.filtrate-list .table.ser-header .servicePrice{
  list-style: none;
}
.filtrate-list .table.ser-header .servicePrice:after{
  content:"";
  display: block;
  clear:both;
  width:100%;
}
.filtrate-list .table.table-service{
  overflow: hidden;
  width:960px;
}
.filtrate-list .table .servicePrice{
  position: relative;
  top:-1px;
  left:-1px;
  width:960px;
}
.filtrate-list .table .servicePrice  li{
  float:left;
  width:20%;
  height:44px;
  text-align: center;
}
.filtrate-list .table.ser-header .servicePrice  .member{
  background: #ffffff;
}
.filtrate-list .table .servicePrice tbody{
  width:100%;
}

.filtrate-list .table .servicePrice th,
.filtrate-list .table .servicePrice td {
  border-color: #fff;
  padding: 0;
  background: #efebeb;
}
.filtrate-list .table .servicePrice th{
  background: #ffffff;
}
.filtrate-list .table .servicePrice.text-center .title{
  background: #ffffff;
  text-align: center;
  color:#666;

}
.filtrate-list .table .servicePrice.text-center h3{
  font-size:16px;
}

.filtrate-list .table .servicePrice th p,
.filtrate-list .table .servicePrice td p {
  padding: 20px;
  font-size:14px;
  color:#666;
}
.filtrate-list .table .servicePrice th.common,
.filtrate-list .table .servicePrice td.common {
}
.filtrate-list .table .servicePrice th.common p,
.filtrate-list .table .servicePrice td.common p {
  margin-right: 15px;
  margin-left: 15px;
}
.filtrate-list .table .servicePrice th.member,
.filtrate-list .table .servicePrice td.member {

}
.filtrate-list .table .servicePrice th.member p,
.filtrate-list .table .servicePrice td.member p {
  margin-right: 15px;
  margin-left: 15px;
  color:#DA3610;
}
.filtrate-list .table .servicePrice th.common p {
  border-top: none;
  position: relative;
  z-index: 9;
  height: 40px;
}
.filtrate-list .table .servicePrice th.common p:after {
  display: block;
  content: '';
  width: 330px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: -15px;
}
.filtrate-list .table .servicePrice th.common p em {
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent #5f9ed2 #5f9ed2 transparent;
  position: absolute;
  left: -31px;
  top: -16px;
}
.filtrate-list .table .servicePrice th.member p {
  border-top: none;
  position: relative;
  height: 40px;
}
.filtrate-list .table .servicePrice th.member p:after {
  display: block;
  content: '';
  width: 330px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: -15px;
}
.filtrate-list .table .servicePrice strong,
.filtrate-list .table .servicePrice b {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.filtrate-list .table .servicePrice small {
  font-size: 12px;
  color: #666;
}
.filtrate-list .table .servicePrice .common {

}
.filtrate-list .table .servicePrice .common strong {
}
.filtrate-list .table .servicePrice .common b,
.filtrate-list .table .servicePrice .common small {
}
.filtrate-list .table .servicePrice .member {
  color:#DA3610;
  background: #fce9e9;
}
.filtrate-list .table .servicePrice .member strong {
  color:#DA3610;
}
.filtrate-list .table .servicePrice .member b,
.filtrate-list .table .servicePrice .member small {
  color:#DA3610;
}
.filtrate-list .member-service-price {
  padding-left: 10px;
}
.filtrate-list .tab-content {
  padding: 20px;
}
.filtrate-list p {
  line-height: 1;
  margin: 0 0 10px;
}
.filtrate-list .tab small {
  font-size: 12px;
}
.prohibitedArticles .table {
  font-size: 12px;
}
/*禁寄物品*/
.filtrate-list .table.table-prohibited,.filtrate-list .table.table-fragile{
  width:802px;

}
.filtrate-list .prohibited-tips {
  width:800px;
  margin:0 auto;
  color:#DA3610;
  line-height:1.2;
}
.filtrate-list .table.table-prohibited th,.filtrate-list .table.table-fragile th{
  background: #ced4dc;
  border-left:0;
  border-right: 0;
  color:#333;
  font-weight: bold;
}
.filtrate-list .table.table-prohibited th:first-child,.filtrate-list .table.table-fragile th:first-child{
  border-left:1px solid #cccccc;
}
.filtrate-list .table.table-prohibited th:last-child,.filtrate-list .table.table-fragile th:last-child{
  border-right:1px solid #cccccc;
}
.filtrate-list .table.table-prohibited p,.filtrate-list .table.table-prohibited li,.filtrate-list .table.table-fragile p{
  line-height: 1.5;
  color:#666;
  font-weight: 500;
}
.filtrate-list .table.table-prohibited ul{
  list-style: none;
  padding:0 0 0 0;
  margin:0;
  font-size:12px;
}
.filtrate-list .table.table-prohibited .type{
	width:150px;
}
.filtrate-list .table.table-prohibited .fit{
  width:80px;
  text-align: center;
}
.filtrate-list .table.table-prohibited .tdCs{
  text-align: center;
}
.filtrate-list .table.table-fragile .type{
  width:180px;
}

/* 备注 */
.service-notice{
  width:860px;
  margin:0 auto;
  padding:40px 0 ;
}
.tit-notice{
  font-size:14px;
  color:#333;
  font-family: "Microsoft YaHei", "\u5fae\u8f6f\u96c5\u9ed1";
}
.service-notice .service-notip{
  color:#666;
  font-family: "\5B8B\4F53";
  line-height:16px;
}
#secondShow {
  font-size: 14px;
  font-family: "Microsoft YaHei";
}

#secondShow img {
  width: 22px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}
/*lightbox*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 999999;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/new/images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/new/images/loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/new/images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 99999;
  background: url('/new/images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*文章列表*/
.article-list {
  padding: 30px;
  font-size: 12px;
  color: #666;
}
.article-list h3 {
  font-size: 14px;
  color: #666;
  margin: 0;
  font-family: "Microsoft YaHei";
}
.article-list h3 a {
  color: #333;
}
.article-list .publish-time {
  font-size: 12px;
  font-family: Arial;
  color: #999;
  margin-bottom: 10px;
}
.article-list li {
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
}
.article-list p a {
  text-decoration: underline;
}
/*文章详细内容*/
.article-detailes {
  padding: 40px;
  font-size: 14px;
  color: #333333;
}
.article-detailes p {
  margin: 0;
  line-height: 1.9;
}
.article-detailes .article-section {
  margin-bottom: 30px;
}

 .article-detailes .article-section .article-section-img{
  width:900px;
  text-align: center;
  margin: auto;
} 
.article-detailes .article-section .article-section-img img{
  width:100%;
}
.article-detailes .letter-first-line {
  text-indent: 2em;
}
.article-detailes .article-title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.article-detailes .article-title h3 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Microsoft YaHei";
}
.article-detailes .article-title .publish-time {
  color: #999;
  font-size: 12px;
}
/*新手上路*/
.helper-menu {
  padding-top: 20px;
  left: 0;
  background-color: #f2f2f2;
}
.helper-menu .toggleSlide {
  border-top: 1px solid #dfdfdf;
  line-height: 30px;
  padding: 10px 0;
  width: 200px;
}
.helper-menu .toggleSlide h4 span {
  top: -25px;
}
.helper-menu .toggleSlide.open {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.helper-menu .toggleSlide.open h4 span {
  top: -30px;
  left:20px;
}
.helper-menu .toggleSlide a {
  padding-left: 35px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  font-family: "Microsoft YaHei", "\u5fae\u8f6f\u96c5\u9ed1";
}
.helper-menu .toggleSlide a:hover,
.helper-menu .toggleSlide a.active {
  color: #e53935;
  background-color: #fff;
  text-decoration: none;
}
.helper-menu li {
  margin: 0;
}
.helper-menu h4 {
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}
.helper-menu h4 span {
  background-color: #f2f2f2;
  padding: 0 10px;
  position: absolute;
  top: -30px;
}
.helper-menu h4.items {
  padding-left: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-bottom: none;
}
.helper-menu h4.items.active,
.helper-menu h4.items:hover {
  color: #e53935;
  background-color: #fff;
  text-decoration: none;
}
.helper-menu h4.items.active a,
.helper-menu h4.items:hover a {
  color: #e53935;
}
.helper-menu h4 a {
  color: #333;
  display: block;
}
.helper-menu h4 a:hover,
.helper-menu h4 a.active {
  color: #e53935;
  background-color: #fff;
  text-decoration: none;
}
.helper {
  padding: 40px;
  font-size: 14px;
  color: #333333;
  margin-left: 200px;
  position: relative;
  z-index: 0;
  border-radius: 0;
  min-height: 800px;
  margin-top:30px;
}
.helper li {
  padding-left: 30px;
  margin-top: 30px;
}
.helper h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}
.helper h3 span {
  font-style: italic;
  font-size: 24px;
  display: block;
  position: absolute;
  text-align: right;
  width: 30px;
  left: -30px;
  top: 0;
}
.helper p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.helper img {
  margin: 20px 0 30px;
  max-width: 100%;
}
.helper .tabControl .tab-title .items {
  border-width: 2px;
  background-color: #fff;
}
.helper .tabControl .tab-title .items a {
  border-left: none;
}
.helper .tabControl .tab-title .items.active {
  border-color: #e8372d;
  font-weight: bold;
  color: #333;
}
.helper .website-tab {
  border: 1px solid #ddd;
  width: 100%;
  margin-top: 40px;
}
.helper .website-tab td,
.helper .website-tab th {
  border: 1px solid #ddd;
  line-height: 30px;
  padding: 20px;
}
.helper .website-tab th {
  width: 80px;
  background-color: #f7f7f7;
  font-size: 14px;
  color: #666;
}
.helper .website-tab a {
  display: inline-block;
  margin: 0 0 0 30px;
}
.helper .website-tab a:first-child {
  margin-left: 0;
}
.helper .website-tab a:hover {
  opacity: 0.5;
  filter: alpha(opacity: 50 );
}
.helper .website-tab img {
  margin: 0;
}
.helper-tab{
  margin-right:40px;
}
.helper-nav .lis{
  list-style: none;
  padding-left:0;
  border-bottom:2px solid #999999;

}
.helper-nav .lis:after{
  content:"";
  display: block;
  clear:both;
  width:0;
}
.helper-nav li{
  float:left;
  padding-left:0;
  margin-top:0;
}
.helper-nav a{
  display: block;
  font-size:14px;
  padding:10px 16px;
  color:#999;
  font-family: "Microsoft YaHei", "\u5fae\u8f6f\u96c5\u9ed1";
  border-bottom:2px solid #999999;
  margin-bottom:-2px;
}
.helper-nav .on a{
  color:#DA3610;
  border-color:#DA3610;
}
.helper-nav a:hover{
  color:#DA3610;
  text-decoration: none;
  border-color:#DA3610;
}
.helper-cont-wr{
  margin-top:20px;
  font-family: "Microsoft YaHei", "\u5fae\u8f6f\u96c5\u9ed1";
  padding:0 5px;
}
.helper-tit{
  font-size:16px;
  color:#333;
}
.helper-table{
  width:100%;
  text-align: center;
  font-size:12px;
  border-collapse: collapse;
  border:1px solid #e8f2f6;
}
.helper-table th,.helper-table td{
  padding:5px 0;
  border:1px solid #e8f2f6;
}
/*客户挂件*/
#customerService {
  position: fixed;
  right: -5px;
  top: 40%;
  z-index: 999;
}
#customerService a {
  display: block;
}
/*表单验证*/
.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.ui-dialog .formError {
  z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  display: block;
  position: absolute;
  top: 300px;
  left: 300px;
  text-align: left;
  cursor: pointer;
}
.formError.inline {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
.ajaxSubmit {
  display: none;
  padding: 20px;
  border: 1px solid #999;
  background-color: #55ea55;
}
.formError .formErrorContent {
  position: relative;
  width: 100%;
  min-width: 120px;
  padding: 4px 10px;
  border: 2px solid #ddd;
  border-radius: 6px;
  background: #fff;
  color: #ee0101;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  font: 12px/18px "\5b8b\4f53", Tahoma;
}
.formError.inline .formErrorContent {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.greenPopup .formErrorContent {
  background-color: #33be40;
}
.blackPopup .formErrorContent {
  background-color: #393939;
  color: #fff;
}
.formError .formErrorArrow {
  position: relative;
  margin: -2px 0 0 13px;
  width: 15px;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
  top: 2px;
  margin: 0 0 0 12px;
  box-shadow: none;
}
.formError .formErrorArrow div {
  display: block;
  height: 1px;
  margin: 0 auto;
  border-right: 2px solid #ddd;
  border-left: 2px solid #ddd;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  font-size: 0;
  line-height: 0;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background-color: #33be40;
}
.blackPopup .formErrorArrow div {
  background-color: #393939;
  color: #fff;
}
.formError .formErrorArrow .line10 {
  width: 15px;
  border: 0;
}
.formError .formErrorArrow .line9 {
  width: 13px;
  border: 0;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
  border-left: 2px solid #ddd;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: 0;
  background-color: #ddd;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: 0;
  background-color: #ddd;
}
.formError-noArrow .formErrorArrow {
  display: none;
}
.formError-text .formErrorContent {
  padding: 0;
  border: none;
  background: none;
  color: #ed1b23;
  box-shadow: none;
}
.formError-text.greenPopup .formErrorContent {
  color: #33be40;
}
.formError-text.blackPopup .formErrorContent {
  color: #393939;
}
.formError-text .formErrorArrow {
  display: none;
}
.formError-small .formErrorContent {
  padding: 3px 10px;
  border: 1px solid #333;
  border-radius: 4px;
  box-shadow: inset 0 0 2px #fff,0 0 2px #333;
}
.formError-small .formErrorArrow div {
  display: none;
  border-right-color: #333;
  border-left-color: #333;
  box-shadow: none;
}
.formError-small .formErrorArrow .line7,
.formError-small .formErrorArrow .line6,
.formError-small .formErrorArrow .line5,
.formError-small .formErrorArrow .line4,
.formError-small .formErrorArrow .line3,
.formError-small .formErrorArrow .line1 {
  display: block;
  border-width: 0 1px 0 1px;
}
.formError-small .formErrorArrow .line7 {
  border: 0;
}
.formError-small .formErrorArrow .line3 {
  border-width: 0 1px 0 1px;
  border-color: #333;
}
.formError-small .formErrorArrow .line1 {
  background-color: #333;
}
.formError-white .formErrorContent {
  border-color: #ed1b23;
  background-color: #fff;
  color: #ed1b23;
  box-shadow: 0 0 2px #ed1b23;
}
.formError-white.greenPopup .formErrorContent {
  border-color: #333;
  background-color: #33be40;
  color: #fff;
  box-shadow: 0 0 2px #333;
}
.formError-white.blackPopup .formErrorContent {
  border-color: #333;
  background-color: #393939;
  color: #fff;
  box-shadow: 0 0 2px #333;
}
.formError-white .formErrorArrow div {
  border-color: #ed1b23;
  background-color: #fff;
  box-shadow: none;
}
.formError-white.greenPopup .formErrorArrow div {
  border-color: #333;
  background-color: #33be40;
}
.formError-white.blackPopup .formErrorArrow div {
  border-color: #333;
  background-color: #393939;
}
.formError-white .formErrorArrow .line3 {
  border-color: #ed1b23;
}
.formError-white .formErrorArrow .line2 {
  background-color: #ed1b23;
}
.formError-white .formErrorArrow .line1 {
  background-color: #ed1b23;
}
/*首页*/
#homeBanner {
  /*height: 400px;*/
  height: 700px;
  width: 100%;
  max-width: 1440px;
  min-width: 990px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slick-track{
  position: relative;
}
#homeBanner img {
  display: block;
  margin: 0 auto;
  height:100%;
}
#homeBanner .first-slide{
	/* padding-top:44px; */
}
#homeBanner .slidesjs-container {
  /*height: 400px;*/
  height: 700px;
}
#homeBanner .slide {
  /*height: 400px;*/
  height: 700px;
  float: left;
}

#homeBanner .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -25px;
  padding: 0;
  z-index: 999;
  list-style: none;
}
#homeBanner .slick-dots li {
  float: left;
  margin-left: 10px;
}
#homeBanner .slidesjs-pagination li:first-child {
  margin-left: 0;
}
#homeBanner .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  text-indent: 99em;
  border:0;
  padding:0;
  outline:0;
}
#homeBanner .slick-dots .slick-active button {
  background-color: #f1dfa5;
}
#homeTop {
  position:absolute;
  z-index: 7777;
  left:990px;
 
}
#homeTop .logo-group a {
  padding-left: 35px;
  display: inline-block;
}
#homeTop .logo-group a:first-child {
  padding-left: 0;
}
#homeTop .pull-right {
  margin-left: 10px;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
}
#homeTop .assistance-phone,
#homeTop .login {
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  cursor: pointer;
}
#homeTop .assistance-phone a,
#homeTop .login a {
  color: #fff;
}
#homeTop .login a {
  margin-left: 10px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  
  
}
#homeTop .login a:first-child {
  background-color: #da3610;
}
#homeTop .dropDownSelected {
  color: #fff;
}
#homeNews {
  width: 280px;
  height: 320px;
  padding: 20px;
  background: rgb(0,0,0);
  background-color: rgba(0, 0, 0, 0.6);
  filter:alpha(opacity=90);
  
  color: #fff;
  position: absolute;
  
  
}
#homeNews h3 {
  margin: 0 0 10px;
}
#homeNews .slick-list{
  position: relative;
  overflow: hidden;
}
#homeNews .items{
  outline: 0;
}

#homeNews .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
}
#homeNews .slick-dots li {
  float: left;
  margin-left: 5px;
}
#homeNews .slick-dots li:first-child {
  margin-left: 0;
}
#homeNews .slick-dots button {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #767676;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  text-indent: 99em;
  padding:0;
  border:0;
  outline: 0;
}
#homeNews .slick-dots .slick-active button {
  background-color: #fff;
}
#homeMenu {
  height: 70px;
  background-color: #303030;
  position: relative;
  z-index: 9999;
}
#homeMenu .pull-left.search {
  line-height: 68px;
}
#homeMenu .pull-left .items-menu {
  font-size: 14px;
  line-height: 68px;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
  color: #ddd;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #232323;
  display: inline-block;
  float: left;
}
#homeMenu .pull-left .items-menu i {
  margin-right: 5px;
}
#homeMenu .pull-left .items-menu i.fa-th-large {
  font-size: 18px;
}
#homeMenu .pull-left .items-menu:hover {
  text-decoration: none;
  color: #fff;
}
#homeMenu .pull-left .dropDown {
  height: 48px;
  padding-left: 30px;
  padding-right: 30px;
}
#homeMenu .pull-left .dropDown .dropDownSelected {
  margin-top: 14px;
}
.home-guide,.home-submenu{
  font-family: "Microsoft YaHei", "\u5fae\u8f6f\u96c5\u9ed1";
}
.home-guide .section {
  height: 450px;
  position: relative;
}
.home-guide .register .description,
.home-guide .self-select .description,
.home-guide .add-package .description,
.home-guide .resive .description {
  top: 50%;
  margin-top: -130px;
}
.home-guide .self-select,
.home-guide .resive {
  background: url(/new/images/line_lt.png) no-repeat 300px top;
}
.home-guide .add-package {
  background: url(/new/images/line_gt.png) no-repeat 440px top;
}
.home-guide .register {
  padding-top: 45px;
}
.home-guide .self-select,
.home-guide .add-package,
.home-guide .resive {
  padding-top: 90px;
}
.home-guide .register .description,
.home-guide .add-package .description {
  right: 0;
}
.home-guide .description {
  position: absolute;
  width: 350px;
  font-size: 16px;
  line-height: 32px;
  color: #6c6c6c;
}
.home-guide .description h2 {
  font-size: 38px;
  font-weight: normal;
  color: #000000;
  margin: 0;
}
.home-guide .description h2 b {
  font-size: 72px;
  color: #da3610;
  display: block;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
  line-height: 1;
  margin-bottom: 45px;
}
.home-submenu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fcfcfc;
  color: #898989;
}
.home-submenu .pull-left {
  width: 33.333%;
  font-size: 16px;
  line-height: 1.5;
}
.home-submenu .pull-left p {
  border-left: 1px solid #e2e2e2;
}
.home-submenu .pull-left.fast p {
  border-left: none;
  padding-left: 100px;
  background: url(/new/images/icon_plane.png) no-repeat left center;
}
.home-submenu .pull-left.safe p {
  padding-left: 145px;
  background: url(/new/images/icon_safe.png) no-repeat 70px center;
}
.home-submenu .pull-left.speedy p {
  padding-left: 160px;
  background: url(/new/images/icon_linke.png) no-repeat 87px center;
}
.home-submenu .pull-left strong {
  display: block;
  font-size: 28px;
  font-weight: normal;
  color: #333;
}
/*#home-footer .contact .pull-left {*/
/*  margin-left: 20px;*/
/*}*/
#home-footer .contact p{font-size:14px;height:48px;margin:0;padding:0;line-height:48px;position: relative;padding-left:20px;}
.kefu{position:absolute;top:8px;left:-1px;z-index:999;height:16px;width:16px; background:url(/new/images/weixin.png);background-size:16px 16px;margin-top:10px;vertical-align:center;float:left}
.e-mail{position:absolute;top:8px;left:-1px;z-index:999;height:16px;width:16px; background:url(/new/images/service-email.png) no-repeat; background-size:16px 16px;margin-top:10px;vertical-align:center;float:left;}
.timer{position:absolute;top:6px;left:-1px;z-index:999;height:16px;width:16px; background:url(/new/images/online_kefu.png);background-size:16px 16px;margin-top:10px;vertical-align:center;float:left}
#home-footer .contact p a{
  font-size:14px;
}
#home-footer .contact .pull-left:first-child {
  margin-left: 0;
}
#home-footer .contact .pull-left strong {
  padding-bottom: 5px;
}
#home-footer .contact .customer-service {
  padding-left: 25px;
  line-height: 30px;
  height: 30px;
  display: block;
  color: #1e88e5;
  background: url(/new/images/icon_service.png) no-repeat left center;
}
/*首页页脚新增样式*/
#home-footer {
  width: 100%;
  min-width: 990px;
  background: #2d2d2d;
  padding-top: 45px;
  padding-bottom: 20px;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
}
#home-footer dl {
  /*width: 200px;*/
}
#home-footer dl dt {
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
}
#home-footer dl dd {
  font-size: 14px;
  color: #666;
  line-height: 3;
  margin-left: 0;
}
#home-footer .mail dt{
  position: relative;
  left: -20px;
}
#home-footer .f_color dd a {
  color: #ffffff;
  opacity: 0.5;
}
#home-footer .f_color dd a:hover {
  text-decoration: none;
  opacity: 1;
}
.hover_box{
  opacity: 0.5;
}
.hover_box a{
  color: #ffffff;
}
.hover_box:hover{
  opacity: 1;
  color: #ffffff;
}
.hover_box a:hover{
  text-decoration: none;
  color: #ffffff;
}
#home-footer .container_footer{
  max-width: 1130px!important;
  min-width: 990px!important;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#home-footer .contact {
  color: #999;
}
#home-footer .contact h2 {
  margin: 0;
  color: #fff;
  padding-bottom: 10px;
  line-height: 1.9;
  font-size:16px;
  font-weight:100
}
#home-footer .container_footer .contact{
  /*width: 270px;*/
  text-align: left;
}
#home-footer .container_footer .contact dd{
  position: relative;
  color: #ffffff;
  margin-left: 0;
}
#home-footer .container_footer dl{
  /*width: 200px;*/
  text-align: left;
}
/*#home-footer .container dl:nth-of-type(2){
  margin-left: 20%;
  margin-right: 10%;
}
#home-footer .container dl:nth-of-type(3){
  margin-left: 10%;
}
#home-footer .container dl:last-of-type{
 float: right;
}*/
#home-footer .container_footer .list-unstyled{
  /*width: 200px;*/
}
#home-footer .container_footer .contact dd{
  /*margin-left: 20px;*/
}
#home-footer .container_footer .contact .icon{
  position: absolute;
  left: -20px;
  top: 5px;
  display: block;
  width: 16px;
  height: 16px;
}
#home-footer .copyright {
  padding-top: 40px;
  margin-top: 0px;
  color: #a6a6a6;
  font-size:16px;
  width: 100%;
}
#home-footer .copyright a {
  padding-left: 10px;
  color: #ffffff;
  opacity: 0.5;
}
#home-footer .copyright a:hover{
  opacity: 1;
  color: #ffffff;
}
#home-footer .copyright img{
  margin-left: 10px;
  vertical-align: sub;
}
#home-footer .copyright span {
  padding-left: 10px;
}
#home-footer  .copyright .line_cy {
  background: #999999;
  height: 1px;
  max-width: 1130px;
  min-width: 990px;
  margin: 0 auto;
}
#home-footer  .copyright .footerText{
  line-height: 68px;
  font-size: 12px;
  max-width: 1130px;
  min-width: 990px;
  margin: 0 auto;
}
#home-footer  .copyright .footerText .leftText{
  float: left;
}
#home-footer  .copyright .footerText .rightText{
  float: right;
}
/*--------------*/
.revenure_result {
  font-size: 14px;
}
.revenure_result .pop-title {
  line-height: 1.5;
}
.revenure_result .table {
  margin-top: 10px;
}
/*空数据展示*/
.empty {
  display: block;
  background: url(/new/images/empty.png) no-repeat center 150px;
  min-width: 155px;
  width: 100%;
  min-height: 82px;
  padding: 30px 0;
  position: relative;
}
.empty.lg-size {
  padding: 200px 0;
}
.empty.sm-size {
  padding: 124px 0;
  background-position: center 74px;
}
.empty-tip{
  position: absolute;
  top:247px;
  left:0;
  right:0;
  text-align: center;
  font-size:14px;
  color:#666;
  font-family: "Microsoft YaHei";
}
.sm-size .empty-tip{
  top:174px;
}
.not-find img {
  margin: 100px auto 10px;
  display: block;
}
.not-find a {
  color: #333;
}
@media (min-width: 1200px) {
  .dropDownMainMenu .dropDownMenu {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .J_container {
    margin-left: 210px;
  }
}
/*新增样式 2015-04-08*/
html,
body {
  height: 100%;
  width: 100%;
}
.J_container .pay-success {
  width: auto;
}
.page-title {
  font-size: 18px;
  line-height: 18px;
}
/*支付*/
.pay-status {
  padding: 60px 40px;
  font-size: 16px;
}
.pay-status .group {
  margin-top: 30px;
}
.pay-status .btn-default {
  margin-left: 20px;
}
.pop-container.pay-status {
  width: 500px;
  padding: 40px;
  font-size: 14px;
}
/*新增样式*/
.pop-container.message-layer {
  width: 500px;
}
.pop-container.message-layer p {
  font-size: 18px;
}
.pop-container.message-layer .tips{
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
  font-size:14px;
}
.btn-collection {
  margin-top: 50px;
}
.btn-collection .btn {
  margin-left: 20px;
}
.btn-collection .btn:first-child {
  margin-left: 0;
}
/* 二级菜单页 */
.container-sub{
  padding:20px 80px;
  margin-top:10px;
}
.container-revenue{
  padding:20px 80px;
  margin-top:20px;
}
.sub-title{
  font-size: 18px;
  color: #333;
  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
  font-weight: normal;
  margin: 0 0 40px;
}
/*面包屑*/
.bread-nav{
  margin-bottom:14px;
}
.nav-it{
  color:#666666;
}
.nav-it:hover{
  color:#333333;
  text-decoration: none;
}
.nav-sqlit{
  padding:0 10px;
}

/*通知 超出50字为省略号显示*/
.head-notice{width: 640px;}
.head-notice {
  width: 640px; 
}
.head-notice li {
  width: 640px;
  height:30px;
}

.head-notice li .notice-tips,.head-notice li .notice-tips-two{
  
}
.head-notice li .notice-tips{
  width:20px;
  vertical-align: top;
  display: inline-block;
}
.head-notice li .notice-tips-two{
  width:65px;
  display: inline-block;
}
.head-notice li .notice-text,.head-notice li .notice-text-two{  
  overflow: hidden;  
  text-overflow: ellipsis;

}
.head-notice li .notice-text{ 
  max-width: 570px;
  display: inline-block;  
  vertical-align: top;
}
.head-notice li .notice-text-two{
  max-width: 495px; 
  display: inline-block;  
  vertical-align: top;
}
.head-notice li .detailes-link{
  display: inline-block;
  vertical-align: top;
  width: 35px;
}

/*邮件发送成功*/
.user-container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.user-content {
    padding-top: 38px;
    padding-left: 99px;
    padding-right: 99px;
    padding-bottom: 67px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
}
.success-notice {
    padding: 0 40px 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
}
.success-notice h2 {
    font-size: 18px;
}
.success-tips {
    color: #3a8d40;
    letter-spacing: -1px;
    font-family: 'SimSun';
    font-size: 12px;
}
.success-notice .email-btn a {
    width: 170px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    background: #da3610;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 2px;
}

.success-notice .emai-txt {
    color: #0093c9;
    text-decoration: underline;
}

.success-notice .email-con {
    font-size: 12px;
    color: #666;
}
.success-notice .email-address {
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}
.fixed {
    position: fixed;
    z-index: 99999;
}
.payonlinecss{   background-color: #fffdee;
    border: 1px solid #b76d37;
    color: #ca334d;
    float: left;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-align: center;
    margin: 20px 0 0 60px;
    width: 150px;}
.fa-angle-up{
	content: "\f106";
}
.exclusiveApt{
      -moz-user-select:none;
      -webkit-user-select:none;
      user-select:none; 
}
/**预报商品协议*/
.pop-container.reg-tex{
  width: 800px;  
  padding-top:0px;
}
#popViewPage .pop-container.reg-bot{
  margin-bottom: 30px;
}
.popBox3 .popTitle{ 
  padding-left: 20px; 
  height: 40px; 
  line-height: 40px; 
  font-size: 16px; 
  font-weight: 700; 
  color: #fff; 
  background-color: #cb324e;
}
.popBox3 .popCon{ 
  overflow-y: scroll; 
  height:580px; 
  color: #333;
}
.popBox3 .agreeTitle{ 
  font-size: 24px; 
  font-weight: 700; 
  padding: 20px 0 10px; 
  text-align: center;
  position: relative;
}
.popBox3 .popAgree {
    padding: 0 30px 30px 30px;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    line-height: 25px;
}
.popAgree .popAgree-list {
    font-size: 12px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'SimSun';
}
ul{
  list-style: none;
}
.popBox3 .popBtn{ width: 100px; display: block; margin:10px auto 0;} 
.redBtn{ border-radius: 3px; text-align: center; color: #fff; padding: 0; border: 0; cursor: pointer; outline: none;}
.redBtn{ background-color: #ca334d;}
.redBtn:hover{ background-color: #e61438;}
.redBtn:active{ background-color: #95001a;} 
.popClose_new {
    background: url("../../../images/common_reg.png") no-repeat -50px -248px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
    overflow: hidden;
    cursor: pointer;
}

/* 用户首次登录提示信息样式 */
.tip-div{padding:30px;width:730px;font-family:'Microsoft YaHei';}
.tip-div .tip-title{mso-bidi-font-family:Arial; font-weight:bold; font-size:15pt;text-align: center;}
.tip-div .btn{
	height:30px;
	line-height: 30px;
	margin-left: 15px;
	font-size: 14px;
	padding: 0;
	color: #ffffff;
	font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
}
.tip-div .ikonw{
	background-color: #da3610;
	border: 1px solid #da3610;
	width:170px;
}
.tip-div .tip{
	background-color: #838383;
	border: 1px solid #838383;
	width: 120px;
}
.tip-font01{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.tip-font02{
	font-size: 13px;
	color: #333;
	margin: 5px 0px 0px 0px;
}
.tip-div ul{list-style: inherit;padding-left: 15px;font-family: "Microsoft YaHei";margin: 0px;}


.dropDownTools.dropDownMenu{width:auto;height:auto}

.dropDownMenu.clearfix .div {
	position: absolute;
	z-index: 999999;
	top:0;
	display:block;
	background: white;
}

.dropDownMenu.clearfix .div a:hover .cothes {
	width: 45px;
	height: 45px;
	background: url(/images/index/indeximg.png) no-repeat 0 0;
	margin-left: 8px;
}

.dropDownMenu.clearfix .div a .cothes {
	width: 45px;
	height: 45px;
	background: url(/images/index/indeximg.png) no-repeat -135px 0;
	margin-left: 8px;
}

.dropDownMenu.clearfix .div a:hover .online {
	width: 45px;
	height: 45px;
	background: url(/images/index/indeximg.png) no-repeat -45px 0;
	margin-left: 8px;
}

.dropDownMenu.clearfix .div a .online {
	width: 45px;
	height: 45px;
	background: url(/images/index/indeximg.png) no-repeat -180px 0;
	margin-left: 8px;
}

.dropDownMenu.clearfix .div a:hover .custom {
	width: 45px;
	height: 45px;
	background: url(/images/index/indeximg.png) no-repeat -90px 0;
	margin-left: 8px;
}

.dropDownMenu.clearfix .div a .custom {
	width: 45px;
	height: 45px;
	background: url(/images/index/indeximg.png) no-repeat -225px 0;
	margin-left: 8px;
}

.dropDownMenu.clearfix .div  a {
	display: block;
	float: left;
	margin: 10px 10px;
	line-height: 30px;
}
.dropDown .dropDownMenu .list-unstyled.font14{font-size:14px; }
.xubox_main{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	
}
#cancel:hover{cursor:pointer;}
#productclass{  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';}

#productclass table {border:#d5d5d5 1px solid;width:100%;}

#productclass table thead tr th{height:40px;font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';color:#333;font-size:14px;font-weight:normal;background:#fafafa}
#productclass table tbody tr td{height:40px;padding:5px 2px;font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';color:#666;font-size:14px;font-weight:normal;text-align:center}

.selectedAddress{
    background-color: #fff0e8;
    border: 1px solid #f50;
    border-radius: 2px;
    width: 866px;
    padding: 10px 9px 10px 10px;
    cursor: pointer;
    position: relative;
    height: 90px;
}

#productline{  font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';}

#productline table {border:#d5d5d5 1px solid;width:100%;}

#productline table thead tr th{height:40px;line-height:40px;font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';color:#333;font-size:14px;font-weight:normal;background:#fafafa}
#productline table thead tr th table{height:20px;}
#productline table thead tr th table tr{height:20px;}
#productline table thead tr th table tr td{height:20px !important}
#productline table tbody tr td{height:40px;padding:5px 5px;border-bottom:1px #d5d5d5 solid;line-height:40px;font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';color:#666;font-size:14px;font-weight:normal;text-align:center}

.iagree{font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';font-size:14px;height:30px;line-height:30px;}

.nullStyle{border:#DC1E32 1px solid;}

.help-tips #tips1:after {bottom: 0px;}
.help-tips #tips2:after {bottom: 0px;}
.help-tips #tips1:before {left: 396px;}
.help-tips #tips2:before {left: 396px;}
.help-tips #exclamationTips:after {bottom: 0px;}
.help-tips #exclamationTips:before {left: 27px;}
.help-tips #picsTips:before {left: 16px;}

.submitBtn{width: 148px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border-radius: 2px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	_zoom: 1;
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
	color: #ffffff;
	background-color: #da3610;
	border: 1px solid #da3610;}
	.submitBtn:hover {
	color: #ffffff;
	background-color: #bb2d0c;
	border: 1px solid #bb2d0c;
}

.content-select {
  background: #fff;
  font-size: 12px;
  min-height: 300px;
  width: 600px;
  z-index: 99999;
}
.content-select table{
  font-size: 14px;
  border: #d5d5d5 1px solid;
}
.content-select table td{
  padding: 5px;
  padding-left: 15px;
}
.content-select table td:hover{
  background-color: #EFEFEF;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
.class-selected{
  background-color: #EFEFEF;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
/*登录头部改版*/
.st-top{
  width: 100%;
}
.st-top .user-top{
  max-width: 990px !important;
  margin: 0 auto;
}
.st-top .user-top .logo img{
  width: 160px;
  height: 48px;
}
.st-top .user-top .pull-right {
  margin-right: 22px;
}
.st-top .user-top .pull-right .fl{
  position: relative;
  float: left;
  margin-left: 44px;
  height: 40px;
}
.st-top .user-top .pull-right .fl img{
  position: absolute;
  left: -24px;
  top: 8px;
  width: 24px;
  height: 24px;
}
.st-top .user-top .pull-right .fl span{
  padding-left: 4px;
}

.remarkTable tr td { border:1px solid #d5d5d5;height:40px}
.remarkTable { text-align: center; border-collapse: collapse;width:100%}

.J-dropdown-sqq .search-outer-sqq .searchDropDown-sqq{
  margin-bottom: 0px;display: flex;align-items: center;justify-content: space-between;
  height: 37px;
  width: 67px;
  position: absolute;
  top: 0;
  left: 41px;
  padding-left: 10px;
  border: none;
}
.dropDownMenu-sqq{
  float:left;
  display: none;
  top: 45px!important;
  min-height: 37px!important;
  max-height: 200px!important;
  overflow: auto!important;
  background: #fff!important;
  width: 304px!important;
  left: -1px!important;
  position: absolute!important;
  border: 1px solid #BDBDBD!important;
  z-index: 1000;
}
.countryCode-li-sqq{
  border-bottom: 1px solid #BDBDBD!important;
  padding: 8px 10px!important;
  font-size: 14px!important;
}
.countryCode-li-sqq:hover{
  background: #f2f2f2 !important;
  cursor: pointer!important;
}
.fa-dropdonw-sqq{
  top: 34%;position: absolute;right: 6%;z-index: 100;
}
.J-dropdown-sqq{
  padding-left: 50px;
  border: 1px solid #bdbdbd;
  border-right: none;
  width: 103px;
  height: 30px;
  padding-top: 12px;
  position: relative;
}
