@charset "utf-8";
/*ver:26601;date:2017-09-29 14:25*/
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
a {
  text-decoration: none;
  color: #333;
}
ul,
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 50px white inset !important;
  background-color: #fff !important;
}
table {
  border-collapse: collapse;
}
.theme_color {
  color: #014b9c;
}
.clear {
  clear: both;
  line-height: 0;
}
.bgf8 {
  background: #f8f8f8;
}
.rc {
  color: #014b9c;
  font-family: arial;
  font-size: 14px;
}
.bc {
  color: #8EB0DD !important;
}
.color_blue {
  color: #0095f3 !important;
}
.bold {
  font-weight: bold;
}
.textl {
  text-align: left !important;
}
.acenter {
  text-align: center;
}
.pointer {
  cursor: pointer;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.input_normal {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  text-indent: 4px;
  height: 28px;
  font-family: simsun;
}
.btn_normal {
  border: 0;
  padding: 0;
  line-height: 30px;
  width: 80px;
  height: 30px;
  background-color: #0065cc;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-family: simsun;
  vertical-align: top;
}
.select {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 18px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.select label,
.select i {
  cursor: pointer;
}
.select i {
  display: inline-block;
  width: 7px;
  height: 4px;
  vertical-align: middle;
}
.select .down {
  background: url('../img/supplier_down.png');
}
.select .up {
  background: url('../img/supplier_up.png');
}
.select ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 17px;
  left: -21px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  border-top: none;
}
.select ul li {
  line-height: 28px;
}
.select ul li:hover {
  background-color: #0065cc;
  color: #fff;
}
.select_lang {
  width: 130px;
  padding: 0;
  margin-left: 10px;
  text-indent: 10px;
}
.select_lang span {
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url('https://icgoo-v7statics.oss-cn-shenzhen.aliyuncs.com/v7static/img/lang_sign.png');
  vertical-align: middle;
}
.select_lang ul {
  width: 160px;
}
.select_lang li {
  width: 100%;
  text-indent: 10px;
}
.select_lang li:hover {
  background-color: #cdcdcd !important;
}
html,
body,
.wrapper {
  height: 100%;
}
body > .wrapper {
  height: auto;
  min-height: 100%;
}
.topmenu {
  width: 100%;
  height: 40px;
  line-height: 40px;
  z-index: 99;
  background-color: #333333;
}
.topmenu .menu {
  width: 1200px;
  margin: 0 auto;
}
.topmenu .menu p {
  float: left;
  color: #bcbcbc;
  font-size: 13px;
  font-family: "微软雅黑";
}
.topmenu .menu ul {
  float: right;
}
.topmenu .menu ul li {
  float: left;
  padding: 0 5px;
}
.topmenu .menu ul li .item b {
  color: #bcbcbc;
  font-size: 13px;
  font-family: "微软雅黑";
}
.topmenu .menu ul li a {
  color: #bcbcbc;
  font-size: 13px;
  font-family: "微软雅黑";
}
.topmenu .menu ul li label {
  font-size: 12px;
  font-family: simsun;
  color: #333;
}
.topmenu .menu ul li .item {
  padding-left: 5px;
}
.topmenu .menu ul li a #triangle {
  position: relative;
  left: 3px;
  bottom: 5px;
}
.topmenu .menu ul li a #star {
  position: relative;
  top: 5px;
}
.topmenu .menu:before,
.topmenu .menu:after {
  content: " ";
  display: table;
}
.topmenu .menu:after {
  clear: both;
}
.cart_header {
  z-index: 20;
  cursor: pointer;
}
.cart_header .title {
  margin-left: 8px;
  height: 40px;
}
.cart_header .title li {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #666;
}
.cart_header .title li i {
  *display: inline-block;
  *margin-top: -22px;
  width: 0;
  height: 0;
  border-width: 4px;
  margin-left: 4px;
  position: relative;
  top: 12px;
  *left: 4px;
}
.cart_header .title li .down {
  border-color: #000 transparent transparent transparent;
  border-style: solid dashed dashed dashed;
}
.cart_header .title li .up {
  border-color: transparent transparent #000 transparent;
  border-style: dashed dashed solid dashed;
  top: -12px;
  *top: 8px;
}
.cart_header .title li:first-child {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.cart_header .title li:first-child b {
  color: #333333;
}
.cart_header .title li:first-child span {
  color: #bcbcbc;
}
.cart_header .cart_content {
  display: none;
  font-size: 12px;
  font-family: simsun;
  position: absolute;
  top: 40px;
  right: 350px;
  width: 550px;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  z-index: 998;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.cart_header .cart_content ul li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f3f3f3;
  font-weight: bold;
  float: left;
  width: 116px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.cart_header .cart_content ul li span {
  font-family: arial;
  font-weight: 100;
  margin-left: 5px;
}
.cart_header .cart_content ul .null {
  width: 285px;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
.cart_header .cart_content ul .middle {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.cart_header .cart_content ul .active {
  border-top: 1px solid #0065cc;
  color: #0065cc;
  background-color: #fff;
  border-bottom: none;
}
.cart_header .cart_content table {
  width: 530px;
  margin: 10px auto 0 auto;
  color: #333;
}
.cart_header .cart_content table tr:first-child {
  background-color: #f3f3f3;
}
.cart_header .cart_content table tr:first-child th {
  text-align: center;
  font-weight: 100;
}
.cart_header .cart_content table tr:first-child th:first-child {
  text-align: left;
  text-indent: 1em;
}
.cart_header .cart_content table tr {
  height: 32px;
}
.cart_header .cart_content table tr td {
  text-align: center;
  border-bottom: 1px dotted #ccc;
  font-family: arial;
}
.cart_header .cart_content table tr td:first-child {
  text-align: left;
  text-indent: 1em;
}
.cart_header .cart_content a {
  display: inline-block;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #0065cc;
  color: #fff;
  float: right;
  margin: 10px;
}
.header {
  margin: 0 auto;
  min-height: 75px;
  font-size: 14px;
}
.header .logo .mainlogo {
  position: absolute;
  left: 190px;
  top: 0;
}
.header .logo .mainlogo img {
  width: 190px;
}
.header .server {
  float: right;
  height: 78px;
  padding-top: 28px;
}
.header .server ul {
  height: 50px;
  padding-left: 60px;
  float: left;
  background: url(../img/u178.png) left center no-repeat;
  /*background: url(../img/tel.jpg) left center no-repeat;*/
}
.header .server ul li {
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.header .server ul span {
  font-weight: 800;
  color: #f72522;
}
.header .nav {
  width: 100%;
  border-bottom: 2px solid #CC0000;
  /*a:hover, li.active{
      background: url(../img/hover.jpg) left top repeat-x;
      background:#cc0000;
      color: #fff;
    }*/
  /*.myicgoo:hover, .dropmenu:hover{
      ul {
        display: block;
      }
    }*/
}
.header .nav .icon {
  width: 22px;
  height: 15px;
  position: absolute;
  top: -5px;
  right: 16px;
  background: url(../img/new.gif);
}
.header .nav .link a:hover {
  color: #c00;
}
.header .nav .active a:hover {
  color: #fff;
}
.header .nav .home_icgoo li a {
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding: 0 9px;
}
.header .nav ul li {
  float: left;
  display: block;
  height: 38px;
  line-height: 38px;
  position: relative;
}
.header .nav a {
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: bold;
  display: block;
  padding: 0 25px;
  margin: 0 5px;
}
.header .nav li.active {
  background: url(../img/hover.jpg) left top repeat-x;
  color: #fff;
}
.header .nav li.active a {
  color: #fff;
}
.header .nav .myicgoo {
  float: right;
  display: block;
  height: 37px;
  line-height: 37px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-bottom: none;
  position: relative;
}
.header .nav .myicgoo a {
  font-weight: 400;
}
.header .nav .dropmenu {
  display: block;
  height: 37px;
  line-height: 37px;
  /*background: #f0f0f0;
      border: 1px solid #e3e3e3;*/
  border-bottom: none;
  position: relative;
  margin: 0 5px;
  /*background: url(../img/jiao1_u8.png) 100px 15px no-repeat;*/
  *z-index: 1;
  *background-position: 100px 15px;
}
.header .nav .dropmenu a:hover {
  background: none;
  color: #c00;
}
.header .nav .dropmenu:hover {
  background-image: none;
}
.header .nav .myicgoo ul,
.header .nav .dropmenu ul {
  display: none;
  width: 270px;
  position: absolute;
  background: #fff;
  /*border: 1px solid #e3e3e3;
        border-top: 2px solid #CC0000;*/
  border: 2px solid #fc9;
  left: 7px;
  top: 37px;
  z-index: 10;
  padding: 5px;
}
.header .nav .myicgoo ul span,
.header .nav .dropmenu ul span {
  width: 15px;
  height: 7px;
  position: absolute;
  display: block;
  top: -7px;
  left: 35px;
  background: url(../img/u248.png);
  z-index: 100;
}
.header .nav .myicgoo ul li,
.header .nav .dropmenu ul li {
  width: 120px;
  height: 28px;
  line-height: 26px;
  text-indent: 2px;
}
.header .nav .myicgoo ul .main_option,
.header .nav .dropmenu ul .main_option {
  color: #f60;
  font-weight: bold;
  text-indent: 1em;
  font-size: 14px;
}
.header .nav .myicgoo ul .login_li,
.header .nav .dropmenu ul .login_li {
  background: #CC0000;
  width: 83px;
  margin-left: 16px;
}
.header .nav .myicgoo ul .login_li a,
.header .nav .dropmenu ul .login_li a {
  color: #fff;
}
.header .nav .myicgoo ul .login_li a:hover,
.header .nav .dropmenu ul .login_li a:hover {
  background: none;
  color: #fff;
}
.header .nav .myicgoo ul a,
.header .nav .dropmenu ul a {
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding: 0 10px;
}
.header .nav .myicgoo ul a:hover,
.header .nav .dropmenu ul a:hover {
  /*background: none;
          background: #f0f0f0;
          color: #333;*/
  text-decoration: underline;
  color: #c00;
}
/*首页的下拉菜单*/
.header .nav .nav_menu {
  height: 38px;
}
.header .nav ul .home_icgoo {
  float: right;
  display: block;
  height: 37px;
  line-height: 37px;
  border: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  background-color: #f4f4f4;
  *z-index: 1;
}
.header .nav ul .home_icgoo a {
  font-weight: normal;
}
.header .nav ul .home_icgoo a span {
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url(../img/jiao1_u8.png) no-repeat;
  *vertical-align: middle;
}
.header .nav ul .home_icgoo ul {
  display: none;
  width: 200px;
  position: absolute;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-top: 2px solid #CC0000;
  right: -1px;
  top: 37px;
  z-index: 10;
  padding: 5px;
  overflow: hidden;
}
.header .nav ul .home_icgoo ul li {
  width: 100px;
  height: 26px;
  line-height: 26px;
}
.header .nav ul .home_icgoo ul a:hover {
  background: #f2f2f2;
}
.header .nav ul .home_icgoo ul .login_li {
  background: #CC0000;
  width: 83px;
  margin-left: 16px;
}
.header .nav ul .home_icgoo ul .login_li a {
  color: #fff;
}
.header .nav ul .home_icgoo ul .login_li a:hover {
  background: none;
  color: #fff;
}
p,
form {
  margin: 0;
  padding: 0;
}
.search_box {
  display: inline;
  float: left;
  margin: 29px auto auto 107px;
  width: 445px;
  overflow: hidden;
}
.search_box form {
  border: 2px solid #CC0000;
  overflow: hidden;
  height: 26px;
  width: 445px;
  /*margin-bottom:5px;*/
}
.search_box input {
  background: none;
  border: none;
  border-radius: 0;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #999;
  float: left;
  display: inline;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.search_box .partno {
  width: 221px;
  height: 18px;
  line-height: 18px;
  padding-left: 34px;
  border-right: 1px solid #ccc;
  margin-top: 4px;
  background: url(../img/search_bg.jpg) left center no-repeat;
}
.search_box .qty {
  width: 78px;
  height: 18px;
  line-height: 18px;
  padding-left: 15px;
  margin-top: 4px;
}
.search_box .submit_btn {
  background: #CC0000;
  color: #fff;
  height: 26px;
  width: 94px;
  vertical-align: top;
  -webkit-appearance: none;
}
.search_box p {
  margin-top: 2px;
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
  /*display: table-row;*/
}
.search_box p a {
  font-size: 13px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #666;
  letter-spacing: 1px;
  height: 22px;
  line-height: 22px;
  padding-right: 7px;
}
.search_box p input {
  float: none;
  vertical-align: -3px;
  margin-right: 2px;
}
.search_box p label {
  /*vertical-align: middle;
      color:#666;*/
}
.container {
  margin: 0 auto;
}
.container .breadlink {
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 34px;
  line-height: 34px;
}
.container .breadlink p {
  float: left;
  display: inline;
}
.container .breadlink p a {
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #333;
}
.container .breadlink p span {
  color: #f72522;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: bold;
  /* font-family: arial;*/
}
.container .breadlink p .line {
  padding: 0 6px;
  /*为兼容型号过长*/
  color: #ccc;
}
.container .breadlink .tip {
  margin-left: 60px;
  /*为兼容型号过长*/
  font-size: 13px;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: 1px;
}
.container .breadlink .tip span {
  font-size: 13px;
  font-weight: bold;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.footer {
  width: 1190px;
  height: 130px;
  clear: both;
  margin: -130px auto 0 auto;
}
.footer p {
  text-align: center;
  border-bottom: 1px solid #ccc;
  height: 36px;
  line-height: 36px;
}
.footer p a {
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding: 0 13px;
  border-right: 1px solid #ccc;
}
.footer p a.last {
  border-right: none;
}
.footer p a:hover {
  color: #f72522;
}
.footer ul {
  text-align: center;
  width: 1043px;
  margin: 0 auto;
}
.footer ul li {
  float: left;
  padding-top: 15px;
  margin-right: 14px;
  display: inline;
}
.footer ul li span {
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding: 0;
  height: 23px;
  line-height: 23px;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul li.last {
  margin-right: 0;
}
#wrapper_suggestion {
  display: none;
  position: fixed;
  width: 500px;
  height: 474px;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -237px;
  border: 5px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-size: 14px;
  font-family: simsun;
  z-index: 999;
}
#wrapper_suggestion .title {
  height: 40px;
  line-height: 40px;
  background-color: #f3f3f3;
  font-size: 16px;
  text-indent: 18px;
  color: #333;
}
#wrapper_suggestion i {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 15px;
  text-align: center;
  background: url("../img/close_x.png");
  right: 10px;
  top: 10px;
  font-style: normal;
  color: #989898;
  cursor: pointer;
}
#wrapper_suggestion .content {
  padding: 20px 30px 30px 30px;
}
#wrapper_suggestion textarea {
  width: 430px;
  border: 1px solid #ccc;
  padding: 0;
  line-height: 25px;
  height: 150px;
  resize: none;
  padding: 5px;
  font-family: simsun;
}
#wrapper_suggestion li {
  float: left;
  width: 220px;
  height: 45px;
}
#wrapper_suggestion li input {
  width: 158px;
  height: 28px;
  border: 1px solid #ccc;
  padding: 0;
  text-indent: 3px;
  font-family: simsun;
}
#wrapper_suggestion li input:focus {
  border-color: #ee9799;
  box-shadow: 0 0 3px 2px rgba(255, 153, 153, 0.5);
}
#wrapper_suggestion button {
  width: 98px;
  height: 36px;
  font-size: 14px;
}
#wrapper_suggestion .post {
  border: 1px solid #c00;
  margin-left: 100px;
}
#wrapper_suggestion .cancel {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #666;
  outline: 0;
  margin-left: 45px;
}
.tbox {
  width: 38px;
  position: fixed;
  top: 0px;
  height: 100%;
  background-color: #2e373e;
  right: 0;
}
.tbox #server {
  background-image: url('../img/float/qq.png');
}
.tbox #tel {
  font-family: simsun;
  background-image: url('../img/float/phone.png');
}
.tbox #information {
  background-image: url("../img/float/information.png");
}
.tbox #wechat {
  background-image: url('../img/float/wx.png');
}
.tbox #history {
  background-image: url('../img/float/history.png');
}
.tbox #write {
  background-image: url('../img/float/write.png');
}
.tbox #gotop {
  background-image: url('../img/float/gototop.png');
}
.tbox a {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 0;
  position: relative;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}
.tbox a .num {
  position: absolute;
  top: 5px;
  left: -5px;
  width: 20px;
  height: 11px;
  border-radius: 3px;
  background: #0065cc;
  text-align: center;
  line-height: 11px;
  color: #fff;
  font-size: 10px;
  font-family: arial;
}
.tbox ul {
  position: relative;
  top: 200px;
}
.tbox ul li {
  position: relative;
}
.tbox ul li .trolley {
  margin: 0 auto;
  width: 18px;
  color: #f5f6f6;
  font-family: '微软雅黑';
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.tbox ul .change-blue:hover {
  background-color: #004ea2;
}
.tbox ul hr {
  border-top: 1px solid #f5f6f6;
  width: 20px;
  margin: 0px auto;
  margin-top: 6px;
}
@media screen and (max-height: 768px) {
  .tbox ul {
    top: 20px;
  }
}
.tbox ul li ul {
  position: absolute;
  top: 0px;
  right: 38px;
  display: none;
  border: 1px solid #e1e1e1;
  background: #fff;
  width: 160px;
}
.tbox ul li ul li {
  padding: 8px 10px;
  margin: 2px 0;
  color: #666;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.tbox ul li ul li i {
  display: inline-block;
  width: 15px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.tbox ul li ul li .person {
  background-image: url('../img/float/person.png');
}
.tbox ul li ul li .tel {
  background-image: url('../img/float/tel.png');
}
.tbox ul li ul li span {
  color: #333;
  margin-left: 3px;
}
.tbox ul li ul a {
  width: 30px;
  height: 30px;
  background: none;
  display: inline;
  border: none;
}
.tbox ul li:hover ul {
  display: block;
}
#wrapper_loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
#wrapper_loading .content {
  position: absolute;
  width: 100%;
  height: 70px;
  top: 50%;
  margin-top: -25px;
}
#wrapper_loading .content ul {
  width: 100px;
  height: 20px;
  margin: auto;
}
#wrapper_loading .content ul li {
  float: left;
  width: 19px;
  height: 19px;
  margin-left: 21px;
}
#wrapper_loading .content ul li:first-child {
  margin-left: 0;
}
#wrapper_loading .content ul li div {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 9.5px;
}
#wrapper_loading .content p {
  line-height: 50px;
  font-family: simsun;
  font-size: 18px;
  color: #0065cc;
  text-align: center;
  font-family: "Microsoft YaHei";
}
@media screen and (max-width: 1190px) {
  .container .breadlink p span {
    font-size: 12px;
  }
  .container .breadlink .tip {
    margin-left: 20px;
  }
}
.basic-menu-outbox {
  width: 100%;
  margin: 0 auto;
  height: 120px;
  float: left;
  padding-top: 10px;
}
.basic-menu-outbox .basic-menu-box {
  width: 1200px;
  margin: 0 auto;
}
.basic-menu-outbox .basic-menu-box .logo {
  height: 40px;
  float: left;
}
.basic-menu-outbox .basic-menu-box .search-box {
  font-size: 12px;
  border: 3px solid #004ea2;
  float: left;
  padding-right: 0;
  height: 35px;
  margin-left: 65px;
}
.basic-menu-outbox .basic-menu-box .search-box p {
  margin-top: 7px;
}
.basic-menu-outbox .basic-menu-box .search-box p label input {
  vertical-align: -3px;
}
.basic-menu-outbox .basic-menu-box .search-box form {
  height: 26px;
}
.basic-menu-outbox .basic-menu-box .search-box .cpxh {
  float: left;
  width: 295px;
  height: 33px;
  border: 0;
  line-height: 33px;
  font-size: 14px;
}
.basic-menu-outbox .basic-menu-box .search-box .number {
  width: 95px;
  border: 0;
  border-left: 1px solid #ccc;
  height: 33px;
  line-height: 33px;
  text-indent: 5px;
  font-size: 14px;
}
.basic-menu-outbox .basic-menu-box .search-box .search-but {
  background: #004ea2;
  float: right;
  width: 80px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 0;
  height: 35px;
  line-height: 35px;
}
.basic-menu-outbox .basic-menu-box .or {
  width: 30px;
  line-height: 35px;
  height: 35px;
  float: left;
  text-align: center;
}
.basic-menu-outbox .basic-menu-box .boom-float-but {
  background: #004ea2;
  margin-left: 20px;
  font-size: 14px;
  width: 100px;
  text-align: center;
  color: #fff;
  height: 41px;
  float: left;
  line-height: 41px;
}
.basic-menu-outbox .basic-menu-box .boom-but {
  background: #004ea2;
  margin-left: 20px;
  font-size: 14px;
  width: 130px;
  text-align: center;
  color: #fff;
  height: 53px;
  float: left;
  line-height: 53px;
}
.basic-menu-outbox .basic-menu-box .gwc-box {
  height: 18px;
  line-height: 18px;
}
.basic-menu-outbox .basic-menu-box .gwc-box img {
  float: left;
  width: 33px;
  height: 30px;
  margin-right: 10px;
}
.basic-menu-outbox .basic-menu-box .gwc-box span {
  margin-right: 5px;
  margin-left: 5px;
}
.menu-list {
  height: 30px;
  margin-top: 15px;
  float: left;
  font-size: 20px;
}
.menu-list li {
  padding: 0 20px;
  float: left;
}
.menu-list li:hover a {
  color: #004ea2;
  font-weight: bold;
}
.menu-list .current a {
  padding-bottom: 8px;
  border-bottom: 3px #2665b4 solid;
  color: #2665b4;
}
.topbanner-content {
  float: right;
  margin-top: 30px;
}
.topbanner-content .yqj-search-box {
  width: 590px;
  font-size: 14px;
  height: 45px;
  border: 4px solid #004ea2;
  border-right: 0;
  overflow: hidden;
  float: left;
}
.topbanner-content .yqj-search-box input {
  border: 0;
  background: none;
  font-size: 16px;
}
.topbanner-content .yqj-search-box .tb {
  float: left;
  margin: 10px;
}
.topbanner-content .yqj-search-box .cpxh {
  width: 335px;
  line-height: 45px;
  height: 45px;
  float: left;
}
.topbanner-content .yqj-search-box input::-webkit-input-placeholder {
  color: #bbb;
}
.topbanner-content .yqj-search-box .number {
  width: 75px;
  float: left;
  line-height: 45px;
  height: 45px;
  padding-left: 20px;
}
.topbanner-content .yqj-search-box .search-but {
  background: #004ea2;
  float: right;
  width: 110px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
.topbanner-content .topbanner-content .title {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 100px;
  color: #fff;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
}
.topbanner-content .topbanner-content .boom-but {
  font-size: 14px;
  background: #004ea2;
  width: 100px;
  text-align: center;
  color: #fff;
  height: 53px;
  line-height: 53px;
  margin-left: 25px;
  display: inline-block;
}
.topbanner-content .search-key-list {
  margin-top: 5px;
  width: 745px;
  height: 25px;
}
.topbanner-content .search-key-list li {
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  float: left;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 14px;
  color: #8c8c8c;
}
.index-milddle-outbox {
  width: 100%;
  background-color: #f5f5f5;
}
.index-milddle-outbox .buy-img {
  float: left;
  margin-top: 50px;
  margin-bottom: 50px;
}
.index-milddle-outbox .gys-title {
  padding-top: 35px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.index-milddle-outbox .gys-title span {
  border-bottom: 1px solid #2068b0;
  padding-bottom: 5px;
}
.index-milddle-outbox .gys-img-list {
  position: relative;
  width: 1100px;
  margin: 26px auto 0 auto;
  padding-left: 40px;
}
.index-milddle-outbox .gys-img-list img {
  width: 210px;
  height: 95px;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.footer-outbox {
  width: 100%;
  height: 302px;
  background-color: #2d2f3c;
}
.footer-outbox .rzkh-list {
  width: 1185px;
  margin: 0 auto;
}
.footer-outbox .rzkh-list ul {
  width: 1125px;
  float: left;
  margin-top: 20px;
  padding: 20px 0 20px 60px;
  border-bottom: 1px solid #ffffff;
}
.footer-outbox .rzkh-list ul li {
  width: 285px;
  float: left;
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.footer-outbox .rzkh-list ul li img {
  float: left;
  width: 63px;
  height: 63px;
  margin-right: 10px;
}
.footer-outbox .rzkh-list ul li span {
  font-size: 14px;
  font-weight: normal;
}
.footer-outbox .rzkh-list .about {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  text-align: center;
}
.footer-outbox .rzkh-list .xiaoshou {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.footer-copyright {
  width: 100%;
  float: left;
  height: 50px;
  background: #262834;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.footer-copyright span {
  margin-left: 30px;
  margin-right: 30px;
  color: #fff;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.blank20 {
  width: 100%;
  height: 20px;
  clear: both;
}
.position {
  width: 100%;
  text-align: left;
  height: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
.position span:first-child {
  font-weight: bold;
}
.chq_banner,
.hq_banner_ul,
.chq_banner_li {
  height: 120px;
}
.chq_banner {
  position: relative;
}
.chq_banner .chq_banner_li {
  border-radius: 5px;
}
.chq_banner .chq_banner_dots {
  list-style-type: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: center;
  display: none;
}
.chq_banner .chq_banner_dot {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #cccccc;
  border-radius: 50%;
  opacity: 0.6;
}
.chq_banner .dots_active {
  background-color: #0056b3;
}
.chq_banner_li {
  display: none;
}
.chq_banner_li:first-child {
  display: block;
}
.foot {
  position: relative;
  width: 100%;
  height: 120px;
  margin-top: 20px;
  padding: 19px 0;
}
.foot .msg {
  width: 1250px;
  margin: 0 auto;
  padding-left: 75px;
}
.foot .msg .wechat {
  margin-right: 0;
}
.foot .msg .item {
  margin-right: 90px;
  text-align: right;
}
.foot .msg .item .entry {
  margin-top: 14px;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-align: left;
}
.foot .msg .item .entry p a {
  color: #ffffff;
}
.foot .msg .item .tt {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.foot .msg .item .tel {
  font-size: 26px;
}
.foot .msg .item .noopsyche {
  display: inline-block;
  width: 124px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.fl {
  float: left;
  margin-left: 130px;
  text-align: center;
}
#search_float {
  position: fixed;
  top: 0;
  height: 65px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
  z-index: 999;
  display: none;
  box-shadow: 0 5px 5px #ccc;
}
/*屏幕宽度小于1190px的时候*/
@media screen and (max-width: 1190px) {
  #search_float {
    width: 940px;
    margin: 0 auto;
    left: 0;
    right: 0;
    *left: auto;
    *right: auto;
  }
}
.account_menu {
  width: 140px;
  height: 560px;
  float: left;
  background: #fff;
  border-radius: 10px;
}
.account_menu .red {
  color: #cc0000;
}
.menu_f {
  background: #fff;
  border-radius: 10px;
  width: 140px;
  float: left;
  text-align: left;
  line-height: 40px;
  overflow: hidden;
}
.menu_f .tit {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  color: #004ea2;
  text-indent: 20px;
  border-bottom: 1px solid #d9e5f1;
}
.menu_f .tit i {
  margin-right: 10px;
  float: left;
  font-size: 18px;
}
.menu_f .bigtitle {
  width: 100%;
  line-height: 50px;
  float: left;
  height: 50px;
  font-size: 16px;
  border-bottom: 1px dashed #ccc;
  background: #004ea2;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.menu_f .list {
  width: 100%;
  text-indent: 30px;
}
.menu_f .list li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d9e5f1;
  line-height: 35px;
  font-size: 12px;
}
.menu_f .list .cur a {
  color: #0065cc;
}
.menu_f .list a:hover {
  color: #0065cc;
}
.menu_f .active a {
  color: #0065cc;
  font-weight: bold;
}
.menu_f a:hover {
  color: #0065cc;
}
.menu_f ul:last-child span {
  font-size: 12px;
  color: #0065cc;
  line-height: 12px;
}
.account_con {
  padding: 20px;
  width: 1015px;
  min-height: 765px;
  float: right;
  border-radius: 10px;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.account_con h6 {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.account_con h6 .msg {
  margin-left: 28px;
  font-size: 12px;
  font-weight: normal;
}
.account_con h6 .msg span {
  color: #0065cc;
}
.account_con h6.title {
  color: #0065cc;
}
.account_con .now_nav {
  border-bottom: 1px solid #ccc;
}
.account_con .now_nav li {
  display: inline-block;
  width: 120px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.account_con .now_nav .active {
  background: #004ea2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #0065cc;
  margin-bottom: -1px;
}
.account_con .now_nav .active a {
  color: #fff;
}
.account_con .prompt_trade {
  height: 28px;
  border: 1px solid #aae2ff;
  line-height: 28px;
  text-indent: 2em;
  margin-top: 20px;
  font-size: 12px;
}
.account_con .menu_state {
  height: 30px;
  line-height: 30px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 8px;
}
.account_con .menu_state label {
  font-size: 12px;
  font-family: simsun;
  font-weight: bold;
}
.account_con .menu_state a {
  margin-left: 28px;
  cursor: pointer;
  padding: 2px 4px;
}
.account_con .menu_state a i {
  font-style: normal;
  color: #0065cc;
}
.account_con .menu_state .selected {
  font-weight: bold;
  background-color: #0065cc;
  color: #fff;
}
.account_con .menu_state .selected i {
  color: #ffffff;
}
.picking {
  font-size: 0;
  margin: 10px 0;
}
.picking .ml10 {
  margin-left: 10px;
}
.picking label,
.picking input {
  margin-left: 10px;
  font-size: 14px;
}
.picking form {
  display: inline;
  margin-right: 20px;
}
.picking form div.marchDiv {
  left: 79px;
  border-width: 0;
}
.picking input,
.picking select {
  border: 1px solid #e3e3e3;
  background: none;
  height: 32px;
  width: 100px;
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.picking input {
  width: 106px;
  line-height: 22px;
}
.picking .dateinput {
  width: 90px;
  padding-right: 0;
  text-align: center;
}
.picking .btn_smt {
  width: 80px;
  height: 32px;
  background: #0065cc;
  color: #fff;
  border: none;
  cursor: pointer;
}
.reminder {
  line-height: 30px;
  padding-left: 10px;
  border: 1px solid #aae2ff;
  margin-top: 20px;
}
.picking_top {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  background-color: #dddddd;
}
.picking_top table {
  width: 100%;
}
.picking_top table td {
  text-align: center;
}
.picking_result {
  font-family: simsun;
}
.picking_result .picking_border {
  margin: 20px 0;
}
.picking_result .picking_border .btn_contract {
  cursor: pointer;
  background-color: #fffeef;
  z-index: 102;
}
.picking_result .picking_border .sign_pdf {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url('../img/sign_pdf.png');
  margin-bottom: -3px;
  margin-right: 5px;
  z-index: 88;
}
.picking_result .picking_border .sign_pdf em {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 13px;
  left: 7px;
  top: -6px;
}
.picking_result .picking_border .sign_pdf .success {
  background-image: url('../img/success.png');
}
.picking_result .picking_border .sign_pdf .error {
  background-image: url('../img/error.png');
}
.picking_result .picking_border .contract_border {
  display: none;
  width: 277px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 32px;
  right: -6px;
  z-index: 103;
  cursor: auto;
  padding: 0 5px 5px 5px;
}
.picking_result .picking_border .contract_border .content {
  width: 255px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 13px 0 10px 20px;
}
.picking_result .picking_border .contract_border .content .download {
  width: 110px;
  height: 33px;
  line-height: 33px;
  float: left;
}
.picking_result .picking_border .contract_border .content .download .btn_download {
  color: #0065cc;
  display: inline;
  padding: 0;
  cursor: pointer;
}
.picking_result .picking_border .contract_border .content .download .word {
  margin-right: 4px;
  padding: 0;
}
.picking_result .picking_border .contract_border .content .w108 {
  width: 128px;
}
.picking_result .picking_border .contract_border .content .download:first-child {
  margin-right: 10px;
  text-align: left;
}
.picking_result .picking_border .contract_border .content form {
  text-align: left;
}
.picking_result .picking_border .contract_border .content form h3 {
  text-align: left;
  font-size: 12px;
  font-family: simsun;
}
.picking_result .picking_border .contract_border .content form .input_border {
  width: 234px;
  height: 28px;
  border: 1px solid #ccc;
  text-align: left;
  position: relative;
}
.picking_result .picking_border .contract_border .content form .input_border input[type='text'] {
  width: 168px;
  border: none;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-indent: 4px;
  float: left;
  font-family: simsun;
}
.picking_result .picking_border .contract_border .content form .input_border .btn_file {
  display: inline-block;
  width: 65px;
  height: 28px;
  line-height: 28px;
  background: #f2f2f2;
  text-align: center;
  padding: 0;
  border-left: 1px solid #ccc;
  float: right;
  cursor: pointer;
}
.picking_result .picking_border .contract_border .content form .input_border input[type='file'] {
  width: 65px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  cursor: pointer;
}
.picking_result .picking_border .contract_border .content form input[type='button'],
.picking_result .picking_border .contract_border .content form input[type='submit'] {
  border: 0;
  width: 69px;
  height: 30px;
  background: #ff9233;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 12px;
  font-family: simsun;
}
.picking_result .picking_border .contract_border .content form .prompt {
  display: inline;
}
.picking_result .picking_border .contract_border .content form .hidden {
  display: none;
}
.picking_result .picking_border .contract_border .content .white_line {
  position: absolute;
  width: 105px;
  height: 1px;
  background: #fff;
  top: 0;
  right: 6px;
}
.picking_result .picking_border .bottom {
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  border-bottom: 1px solid #fff;
}
.picking_result .picking_border .bottom .info {
  float: left;
  width: 85%;
  height: 40px;
}
.picking_result .picking_border .bottom .info .item {
  float: right;
  margin-right: 45px;
  line-height: 36px;
}
.picking_result .picking_border .bottom .info .item:first-child {
  margin-right: 30px;
}
.picking_result .picking_border .bottom .info .red {
  color: #0065cc;
  font-weight: bold;
  font-family: arial;
}
.picking_result .picking_border .bottom .info .red i {
  font-style: normal;
  font-family: Microsoft YaHei;
}
.picking_result .picking_border .bottom .info .simsun {
  font-family: simsun !important;
}
.picking_result .picking_border .bottom .btn_upload_remit {
  float: right;
  width: 11.5%;
  height: 40px;
  line-height: 40px;
  background-color: #0065cc;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.picking_result .picking_border .bottom .btn_normal {
  width: 140px;
  float: right;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  background: #0065cc;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.picking_result .picking_border .bottom .disabled {
  background-color: #555;
  cursor: crosshair;
}
.picking_result .title {
  width: 100%;
  margin: 0;
}
.picking_result .title tr {
  height: 32px;
  line-height: 32px;
  background-color: #f3f3f3;
}
.picking_result .title td {
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.picking_result .title span {
  display: inline-block;
}
.picking_result .title span img {
  width: 16px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.picking_result .title span a {
  color: #c00;
}
.picking_result p {
  height: 32px;
  line-height: 32px;
  background: #e3e3e3;
}
.picking_result p span {
  padding: 0 23px;
  margin: 0 5px;
  display: inline-block;
}
.picking_result p span img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-top: 3px;
  float: left;
}
.picking_result p span a:hover {
  text-decoration: underline;
  font-weight: bold;
}
.picking_result table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  border-bottom: none;
}
.picking_result table tr {
  border: none;
  height: 50px;
  line-height: 20px;
}
.picking_result table th {
  border: none;
  font-weight: normal;
}
.picking_result table th,
.picking_result table td {
  border-bottom: 1px dotted #ccc;
  height: 40px;
  padding: 3px 0;
  color: #333;
  text-align: center;
}
.picking_result table th span,
.picking_result table td span {
  padding: 0 4px;
}
.picking_result .content td,
.picking_result .content th {
  height: auto;
  border: 1px solid #ccc;
}
.picking_result .content tr:first-child {
  height: 38px;
}
.picking_result .content tr td span {
  margin-left: 5px;
  margin-right: 5px;
}
.picking_result .content tr td span i {
  font-style: normal;
}
.picking_result .content tr td .align_thesame {
  width: 150px;
  display: inline-block;
  text-align: left;
}
.picking_result .bgf2 {
  background: #FFFEF0;
}
.picking_result .note {
  background: #FFCB9C;
  color: #fff;
}
.picking_result .bgFFCB86 {
  background: #FFCB86;
  color: #fff;
}
.picking_result .bgEC7F81 {
  background: #EC7F81;
  color: #fff;
}
.picking_result .bgFFA884 {
  background: #FFA884;
  color: #fff;
}
.picking_result .bg001a {
  background: #D3001A;
  color: #fff;
}
.shade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.detail_state {
  background: #fff;
  border: 1px solid #e4e4e4;
  width: 250px;
  position: absolute;
  box-shadow: 0px 1px 1.5px;
  z-index: 998;
}
.detail_state .sms_btn {
  margin-left: 10px;
  height: 30px;
  width: 100px;
}
.detail_state li {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.detail_state li span {
  float: left;
  display: inline;
  padding: 0 5px;
}
.detail_state li .span_f {
  width: 80px;
  text-align: right;
}
.detail_state li .span_s {
  width: 219px;
  border-right: 1px dotted #FFCB70;
}
.detail_state li .span_t {
  width: 130px;
  font-size: 12px;
  color: #666;
  margin-left: 15px;
}
.detail_state li .span_detail_t {
  width: 60%;
  font-size: 12px;
  color: #666;
  padding: 3px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
}
.detail_state .state_radius {
  position: absolute;
  left: 95px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #cbcbcb;
}
.detail_state .state_b {
  position: absolute;
  left: 97px;
  top: 23px;
  width: 1px;
  height: 24px;
  background: #cbcbcb;
}
.detail_state .title {
  background: #FFCB70;
  color: #fff;
  font-weight: 800;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
.detail_state .title .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url(../img/cha2.png) no-repeat;
  width: 15px;
  height: 18px;
}
.tracegoods_ups {
  background: none;
  width: 472px;
  position: absolute;
  z-index: 3;
}
.tracegoods_ups ul {
  border: 1px solid #e4e4e4;
  box-shadow: 0px 1px 1.5px;
  margin-bottom: 15px;
  background: #fff;
}
.tracegoods_ups li {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.tracegoods_ups li span {
  float: left;
  display: inline;
  padding: 0 5px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.tracegoods_ups li .span_f {
  width: 130px;
  text-align: right;
}
.tracegoods_ups li .span_s {
  width: 219px;
  border-right: 1px dotted #FFCB70;
}
.tracegoods_ups li .span_t {
  width: 100px;
  font-size: 12px;
  margin-left: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  height: 35px;
}
.tracegoods_ups li .position {
  width: 175px;
}
.tracegoods_ups li div {
  float: left;
  text-align: center;
}
.tracegoods_ups li div.time {
  width: 15%;
  margin-left: 30px;
}
.tracegoods_ups li div.action {
  width: 20%;
  margin-left: 30px;
}
.tracegoods_ups li div.location {
  margin-left: 23%;
}
.tracegoods_ups .state_radius {
  position: absolute;
  left: 150px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #cbcbcb;
}
.tracegoods_ups .state_b {
  position: absolute;
  left: 152px;
  top: 23px;
  width: 1px;
  height: 24px;
  background: #cbcbcb;
}
.tracegoods_ups .title {
  background: #FFCB70;
  color: #fff;
  font-weight: 800;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
.tracegoods_ups .title .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url(../img/cha2.png) no-repeat;
  width: 15px;
  height: 18px;
}
.isloading {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.tracegoods_fedex {
  background: none;
  width: 550px;
  position: absolute;
  z-index: 999;
}
.tracegoods_fedex ul {
  border: 1px solid #e4e4e4;
  box-shadow: 0px 1px 1.5px;
  margin-bottom: 15px;
  background: #fff;
}
.tracegoods_fedex li {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.tracegoods_fedex li span {
  float: left;
  display: inline;
  padding: 0 5px;
  color: #666666;
}
.tracegoods_fedex li .span_f {
  width: 130px;
  text-align: right;
}
.tracegoods_fedex li .span_s {
  width: 219px;
  border-right: 1px dotted #FFCB70;
}
.tracegoods_fedex li .span_t {
  width: 150px;
  font-size: 12px;
  margin-left: 25px;
}
.tracegoods_fedex li .position {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.tracegoods_fedex li div {
  float: left;
  text-align: center;
}
.tracegoods_fedex li div.time {
  width: 15%;
  margin-left: 25px;
}
.tracegoods_fedex li div.action {
  width: 20%;
  margin-left: 50px;
}
.tracegoods_fedex li div.location {
  margin-left: 140px;
}
.tracegoods_fedex .state_radius {
  position: absolute;
  left: 150px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #cbcbcb;
}
.tracegoods_fedex .state_b {
  position: absolute;
  left: 152px;
  top: 23px;
  width: 1px;
  height: 24px;
  background: #cbcbcb;
}
.tracegoods_fedex .title {
  background: #FFCB70;
  color: #fff;
  font-weight: 800;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
.tracegoods_fedex .title .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url(../img/cha2.png) no-repeat;
  width: 15px;
  height: 18px;
}
.tracegoods_DHL {
  background: none;
  width: 600px;
  position: absolute;
  z-index: 3;
}
.tracegoods_DHL ul {
  border: 1px solid #e4e4e4;
  box-shadow: 0px 1px 1.5px;
  margin-bottom: 15px;
  background: #fff;
}
.tracegoods_DHL li {
  height: 35px;
  line-height: 35px;
  position: relative;
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.tracegoods_DHL li span {
  float: left;
  display: inline;
  padding: 0 5px;
  color: #666666;
}
.tracegoods_DHL li .span_f {
  width: 130px;
  text-align: right;
}
.tracegoods_DHL li .span_s {
  width: 219px;
  border-right: 1px dotted #FFCB70;
}
.tracegoods_DHL li .span_t {
  width: 400px;
  font-size: 12px;
  margin-left: 25px;
}
.tracegoods_DHL li div {
  float: left;
  text-align: center;
}
.tracegoods_DHL li div.time {
  width: 15%;
  margin-left: 40px;
}
.tracegoods_DHL li div.action {
  width: 70%;
  margin-left: 26px;
}
.tracegoods_DHL li div.location {
  margin-left: 50%;
}
.tracegoods_DHL .state_radius {
  position: absolute;
  left: 150px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #cbcbcb;
}
.tracegoods_DHL .state_b {
  position: absolute;
  left: 152px;
  top: 23px;
  width: 1px;
  height: 24px;
  background: #cbcbcb;
}
.tracegoods_DHL .title {
  background: #FFCB70;
  color: #fff;
  font-weight: 800;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
.tracegoods_DHL .title .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url(../img/cha2.png) no-repeat;
  width: 15px;
  height: 18px;
}
/* for account home */
.cA31 {
  color: #004ea2;
}
.home_tip {
  width: 100%;
  height: 80px;
  border: 1px solid #FF9233;
  margin: 17px 0 20px 0;
  position: relative;
}
.home_tip p {
  line-height: 80px;
  padding-left: 200px;
}
.home_tip #img_notice {
  width: 136px;
  height: 70px;
  background: url(../img/gonggao.png);
  position: absolute;
  left: 10px;
  top: -18px;
}
.home_tip span {
  position: absolute;
  right: 18px;
  top: 0px;
  font-size: 25px;
  cursor: pointer;
  color: #999999;
}
.base_message {
  width: 100%;
}
.base_left {
  float: left;
  border: 1px solid #e3e3e3;
  width: 74%;
  height: 166px;
}
.base_left .mes_tit {
  height: 116px;
  width: 100%;
  /*background: #f0f0f0;*/
  background-color: #fff;
  padding: 25px 0;
  position: relative;
}
.base_left p {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding: 0 30px;
}
.base_left .my_server {
  width: 145px;
  height: 60px;
  background: url(../img/zskf.png);
  position: absolute;
  top: 25px;
  right: 30px;
  cursor: pointer;
}
.base_left .mes_con {
  padding: 40px;
}
.base_left ul li {
  height: 16px;
  line-height: 16px;
  padding: 0 25px;
  float: left;
  border-right: 1px dotted #CC0000;
  position: relative;
}
.base_left ul li span {
  font-size: 14px;
  position: absolute;
  color: #c00;
  top: -1px;
  right: 8px;
  font-weight: lighter;
}
.base_left a:hover {
  text-decoration: underline;
}
.base_right {
  float: right;
  width: 24%;
}
.base_right .banner {
  width: 100%;
  height: 166px;
  position: relative;
  overflow: hidden;
}
.base_right .banner ul {
  float: left;
}
.base_right .banner .big li {
  width: 250px;
  height: 166px;
  overflow: hidden;
}
.base_right .banner .big img {
  width: 250px;
  height: 166px;
}
.base_right .banner .icon {
  position: absolute;
  bottom: 10px;
  left: 200px;
}
.base_right .banner .icon a {
  width: 9px;
  height: 9px;
  display: inline;
  float: left;
  margin: 0 3px;
  overflow: hidden;
  background: url("../img/icon_1.png") no-repeat;
  background-position: top right;
}
.base_right .banner .icon a.active {
  background: url("../img/icon_1.png") no-repeat top left;
}
.sale_info {
  width: 100%;
  border: 1px solid #e3e3e3;
  height: 169px;
  margin-top: 10px;
}
.sale_info .sale_img {
  width: 81px;
  height: 110px;
  background: url("../img/sale_head1.png") no-repeat;
  background-size: contain;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://demo.dzji.com/statics/img/sale_head1.png', sizingMethod='scale');
  float: left;
  margin: 30px 0 0 30px;
}
.sale_info ul {
  float: left;
  margin: 40px 0 0 100px;
  width: 360px;
}
.sale_info ul li {
  float: left;
  width: 180px;
  height: 25px;
  line-height: 25px;
}
/* end account home */
.ptdetail {
  width: 95%;
  text-align: center;
  color: #666;
}
.bgFEFEDF {
  background: #FEFEDF;
  border: 1px solid #FBF3C5;
  cursor: pointer;
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 1px;
}
.bgFFF0F0 {
  background: #FFF0F0;
  border: 1px solid #FBEAEA;
  cursor: pointer;
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 1px;
}
.bgFF9233 {
  background: #ff9233;
  width: 40px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.bgEC7F81 {
  background: #ec7f81;
  border: 1px solid #FBEAEA;
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 1px;
}
.bgF0EDFC {
  background: #f0edfc;
  border: 1px solid #FBEAEA;
  cursor: pointer;
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 1px;
}
.bgF0F8FF {
  background: #F0F8FF;
  border: 1px solid #EBEAFA;
  cursor: pointer;
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 1px;
}
.bgF6F6F6 {
  background: #F6F6F6;
  border: 1px solid #EAEAEA;
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 1px;
}
.bgECFFE1 {
  background: #ECFFE1;
  border: 1px solid #EDF2DD;
  cursor: pointer;
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 1px;
}
.c_D63031 {
  color: #D63031;
}
.u239 {
  font-size: 12px;
}
/* 分页样式 */
.pagewrap {
  float: right;
  padding: 0;
}
.pagecommon {
  width: 25px;
  height: 25px;
  margin: 0 2px;
  border: 1px solid #CFCFCF;
  border-radius: 2px;
  float: left;
  padding-top: 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #bebebe;
}
.numdiv {
  float: left;
}
.currentpage {
  color: #fff;
  background: #0095f3;
}
.preventpage {
  margin-right: 15px;
}
.nextpage {
  margin-left: 15px;
}
.lb {
  background: url(../img/lb.png) no-repeat center;
}
.lh {
  background: url(../img/lh.png) no-repeat center;
}
.rh {
  background: url(../img/rh.png) no-repeat center;
}
.rb {
  background: url(../img/rb.png) no-repeat center;
}
#shade {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  display: none;
  z-index: 100;
}
/*已发货*/
.btn_check {
  width: 70px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  margin: auto;
  cursor: pointer;
  font-size: 12px;
}
.btn_td {
  display: inline-block;
  margin: auto;
  width: 0;
  height: 12px;
  position: relative;
}
.btn_td .btn_close {
  position: absolute;
  z-index: 88;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/cha2.png) no-repeat;
  top: 10px;
  right: 5px;
  cursor: pointer;
}
.btn_td .img_box {
  display: none;
  position: absolute;
  top: 22px;
  right: -42px;
  width: 172px;
  height: 153px;
  background-color: #fff;
  z-index: 5 ;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.btn_td .img_box .photo {
  width: 109px;
  height: 109px;
  margin: 25px auto 0 auto;
  background-color: #ccc;
}
.btn_td .img_box .photo p {
  height: 25px;
  background-color: #797979;
  color: #fff;
  line-height: 25px;
}
.express_info {
  position: absolute;
  z-index: 998;
  top: 21px;
  right: 7px;
  border: 1px solid #ccc;
  cursor: auto;
  display: none;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}
.express_info .info_top {
  width: 670px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #cccccc;
  background-color: #fefde1;
}
.express_info .info_top ul {
  height: 100%;
  text-align: left;
}
.express_info .info_top li {
  display: inline;
  margin-left: 40px;
}
.express_info .info_top li .copy {
  color: #0196f4;
  cursor: pointer;
}
.express_info .info_top li:first {
  margin-left: 20px;
}
.express_info .info_bottom {
  width: 630px;
  padding: 20px;
  background-color: #fff;
}
.express_info .info_bottom a {
  color: #0196f4;
}
#photo_box {
  display: none;
  width: 440px;
  height: 440px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -220px;
  margin-top: -220px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#photo_box #photo {
  width: 400px;
  height: 400px;
  margin: 20px auto;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
#photo_box #photo span {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../img/photo_close.jpg');
  cursor: pointer;
}
#contract {
  display: none;
  z-index: 3;
  width: 300px;
  height: 150px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -75px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-family: simsun;
}
#contract .close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/cha2.png');
  top: 5px;
  right: 5px;
  position: absolute;
  cursor: pointer;
}
#contract p {
  margin-top: 20px;
  text-align: center;
}
#contract p label {
  font-size: 12px;
}
#contract p input {
  font-size: 12px;
}
.wrapper_file p {
  padding-left: 10px;
}
.wrapper_file #file_list {
  width: 100%;
  background-color: #f3f3f3;
}
.wrapper_file #file_list p {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}
.wrapper_file #file_list p .btn_del {
  color: #c00;
  margin-left: 20px;
  cursor: pointer;
}
/*屏幕宽度小于1190的时候*/
@media screen and (max-width: 1190px) {
  .container {
    width: 960px;
    /*主要内容的左边菜单*/
    /*主要内容的右边部分*/
    /*其它轮播*/
    /*修改密码轮播*/
  }
  .container .account_menu {
    width: 138px;
  }
  .container .menu_f {
    margin: 0;
  }
  .container .menu_f > li {
    padding-left: 16px;
  }
  .container .main,
  .container .accounts {
    width: 828px;
  }
  .container .main .left form .content,
  .container .accounts .left form .content {
    width: 350px;
  }
  .container .account_con {
    width: 820px;
  }
  .container .account_con .home_tip p {
    padding-left: 130px;
  }
  .container .account_con .base_right .banner {
    width: 100%;
  }
  .container .account_con .base_right .banner li,
  .container .account_con .base_right .banner img {
    width: 100%;
  }
  .container .account_con .base_right .banner .icon {
    left: 160px;
  }
  .container .account_con .picking input[type='text'] {
    width: 70px;
  }
  .container .account_con .laydate-icon {
    width: 90px;
    padding: 0;
  }
  .container .account_con .picking_result .picking_border .contract_border .content .white_line {
    width: 83px;
  }
  .container .main .right .banner .big li,
  .container .account_con .right .banner .big li,
  .container .main .right .banner .big img,
  .container .account_con .right .banner .big img {
    width: 100%;
  }
  .container .main .right .banner .icon,
  .container .account_con .right .banner .icon {
    left: 140px;
  }
  .container .base_right .banner .big li,
  .container .base_right .banner .big img {
    width: 100%;
  }
  .container .base_right .banner .icon {
    left: 160px;
  }
  .footer {
    margin-top: 0;
  }
}
