@charset "UTF-8";
@import url(../../css/fonticon.css);
* {
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none; }

li {
  list-style: none; }

a, input, button {
  outline: none; }

img {
  border: 0; }

/*img[src=""]{
  @include opacity(0,0);
}*/
input[type="button"], input[type="text"], input[type="password"], input[type="submit"], input[type="reset"], input[type="number"], button[type="button"], button[type="submit"], textarea, select {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none; }

textarea {
  resize: none; }

input[type='checkbox'], input[type='radio'], button {
  cursor: pointer; }

.clear {
  clear: both; }

.theme {
  color: #ff6700 !important; }

body {
  font-size: 12px;
  font-family: "Hiragino Sans GB", simsun, Arial;
  background-color: #f5f5f5; }

span, a, p, div, li {
  color: #333; }

.screen, .scrn, .srcc, .scrLogin {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

.scrn {
  z-index: 9000; }

.srcc {
  z-index: 1000; }

.popup {
  display: none;
  position: fixed;
  z-index: 10050;
  width: 500px;
  left: 50%;
  top: 50%;
  background: white;
  text-align: center; }
  .popup > .icon_check_alt2 {
    padding-top: 40px;
    padding-bottom: 20px;
    color: #A5DC86;
    font-size: 100px;
    text-align: center; }
  .popup > .icon_close_alt2 {
    display: none;
    padding-top: 40px;
    padding-bottom: 20px;
    color: red;
    font-size: 100px;
    text-align: center; }
  .popup > .icon_info_alt {
    padding-top: 40px;
    padding-bottom: 20px;
    color: #F3DF68;
    font-size: 100px;
    text-align: center; }
  .popup > .pop-text {
    font-size: 16px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 20px 30px 20px; }
  .popup > .button {
    background-color: #f5f5f5;
    text-align: center;
    padding: 15px 0px; }
    .popup > .button > .sure {
      display: inline-block;
      width: 180px;
      padding: 12px 0px;
      text-align: center;
      font-size: 16px;
      margin-left: 10px;
      margin-right: 10px; }
    .popup > .button > .sure1 {
      background: #ff6700;
      color: white; }
      .popup > .button > .sure1:hover {
        background: #ee4b10; }
    .popup > .button > .sure2 {
      background: #b0b0b0;
      color: white; }
      .popup > .button > .sure2:hover {
        background: #757575; }

#pop {
  z-index: 9900; }

#popContact {
  z-index: 1500; }
  #popContact > .pop-text {
    padding-top: 40px;
    padding-bottom: 30px; }

#popCustom {
  display: none;
  position: fixed;
  z-index: 1500;
  width: 680px;
  height: 480px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white; }
  #popCustom ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b0b0b0; }
  #popCustom :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b0b0b0; }
  #popCustom ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b0b0b0; }
  #popCustom :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b0b0b0; }
  #popCustom > .adressCreate-title {
    padding: 20px 20px;
    font-size: 18px;
    font-weight: normal;
    background-color: #f5f5f5; }
  #popCustom > .adressClose {
    position: absolute;
    right: 15px;
    top: 17px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    cursor: pointer; }
    #popCustom > .adressClose:hover {
      color: white;
      background-color: #e32d36; }
  #popCustom > .adressInfo {
    padding: 20px 60px; }
    #popCustom > .adressInfo > .adressItem + .adressItem {
      padding-top: 30px; }
    #popCustom > .adressInfo > .adressItem > span {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      color: gray;
      width: 100px; }
    #popCustom > .adressInfo > .adressItem > input {
      display: inline-block;
      vertical-align: middle;
      width: 240px;
      padding-left: 10px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      border: 1px solid #e0e0e0; }
    #popCustom > .adressInfo > .adressItem > select {
      margin-right: 15px;
      padding-left: 10px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      width: 130px;
      height: 30px;
      line-height: 30px;
      border: 1px solid #e0e0e0; }
    #popCustom > .adressInfo > .adressItem > textarea {
      display: inline-block;
      vertical-align: middle;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      width: 400px;
      height: 130px;
      line-height: 20px;
      font-size: 14px;
      border: 1px solid #e0e0e0;
      padding: 10px; }
    #popCustom > .adressInfo > .adressSave {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #f5f5f5;
      width: 100%;
      z-index: 40;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: right; }
      #popCustom > .adressInfo > .adressSave > button {
        margin-right: 60px;
        padding: 10px 50px;
        border: none;
        color: white;
        font-size: 16px;
        background-color: #ff6700; }
        #popCustom > .adressInfo > .adressSave > button:hover {
          background-color: #ee4b10; }

.scrLogin {
  z-index: 7000; }

#logins {
  display: none;
  position: fixed;
  z-index: 8000;
  width: 850px;
  padding-top: 100px;
  padding-bottom: 30px;
  left: 50%;
  top: 50%;
  background-color: white; }
  #logins > .loginClose {
    position: absolute;
    right: 15px;
    top: 17px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    cursor: pointer; }
    #logins > .loginClose:hover {
      color: white;
      background-color: #e32d36; }
  #logins > .login-tag {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -50px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    text-indent: 2px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f36206;
    color: white; }
  #logins > .login-title {
    text-align: center;
    overflow: hidden;
    margin: 0px auto;
    width: 402px; }
    #logins > .login-title > div {
      float: left;
      width: 200px;
      text-align: center;
      font-size: 24px;
      color: #666; }
      #logins > .login-title > div > span {
        cursor: pointer; }
        #logins > .login-title > div > span:hover {
          color: #f56600; }
      #logins > .login-title > div > .cho {
        color: #f56600; }
    #logins > .login-title > .accountOut {
      border-right: 2px solid darkgray; }
  #logins > .login-out {
    padding-top: 20px;
    padding-bottom: 20px; }
    #logins > .login-out ::-webkit-input-placeholder {
      /* WebKit browsers */
      color: darkgray; }
    #logins > .login-out :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: darkgray; }
    #logins > .login-out ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: darkgray; }
    #logins > .login-out :-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: darkgray; }
    #logins > .login-out > .login-left {
      width: 450px;
      margin: 0px auto;
      padding-top: 40px; }
      #logins > .login-out > .login-left .login-input {
        height: 55px;
        line-height: 55px;
        padding-bottom: 30px; }
        #logins > .login-out > .login-left .login-input > span {
          display: inline-block;
          vertical-align: middle;
          width: 80px;
          font-size: 14px;
          color: #333; }
        #logins > .login-out > .login-left .login-input > input {
          display: inline-block;
          vertical-align: middle;
          width: 340px;
          height: 48px;
          line-height: 48px;
          font-size: 14px;
          padding-left: 10px;
          border: 1px solid lightgray; }
        #logins > .login-out > .login-left .login-input > select {
          display: inline-block;
          vertical-align: middle;
          width: 310px;
          padding-left: 10px;
          height: 35px;
          background-color: white;
          border: 1px solid lightgray; }
      #logins > .login-out > .login-left .login-sub {
        display: inline-block;
        background-color: #ed5605;
        color: white;
        font-size: 16px;
        border: none;
        width: 352px;
        height: 50px;
        margin-left: 85px; }
      #logins > .login-out > .login-left .registerLink {
        padding-top: 10px;
        text-align: right;
        font-size: 14px;
        color: #999; }
        #logins > .login-out > .login-left .registerLink .login-register {
          color: #999; }
          #logins > .login-out > .login-left .registerLink .login-register:hover {
            color: #ed5605; }
    #logins > .login-out > .login-right {
      display: none;
      padding-top: 80px; }
      #logins > .login-out > .login-right > .Qr {
        width: 200px;
        height: 200px;
        margin: 0px auto 20px auto;
        border: 1px solid lightgray; }
        #logins > .login-out > .login-right > .Qr > img {
          display: block;
          width: 100%;
          height: 100%; }
      #logins > .login-out > .login-right > p {
        text-align: center;
        font-size: 14px;
        font-family: arial,"Hiragino Sans GB","Microsoft YaHei","微軟正黑體","儷黑 Pro",sans-serif;
        color: #757575; }

.hints {
  display: none;
  padding-bottom: 15px;
  font-size: 14px;
  color: #ff6700;
  padding-left: 85px; }

/******************* 加载动画 ********************/
#loading {
  display: none; }

.loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 35px; }
  .loading > .loading-text {
    font-size: 14px;
    color: gray;
    margin-left: 10px; }

#nomore {
  display: none;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: gray; }

@-webkit-keyframes fadeit {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeit {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeit {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeit {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeit {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*loading jiazai*/
.loadingx {
  width: 25px;
  height: 24px;
  position: relative; }
  .loadingx > div {
    width: 2px;
    height: 6px;
    background: black;
    position: absolute;
    top: 9px;
    left: 12px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    filter: alpha(opacity=5);
    -moz-opacity: 0.05;
    -khtml-opacity: 0.05;
    opacity: 0.05; }
  .loadingx > div:nth-child(1) {
    transform: rotate(0deg) translate(0, -8px);
    -ms-transform: rotate(0deg) translate(0, -8px);
    /* IE 9 */
    -webkit-transform: rotate(0deg) translate(0, -8px);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg) translate(0, -8px);
    /* Opera */
    -moz-transform: rotate(0deg) translate(0, -8px);
    /* Firefox */
    -webkit-animation: fadeit 1.1s linear 0.39s infinite;
    -moz-animation: fadeit 1.1s linear 0.39s infinite;
    -ms-animation: fadeit 1.1s linear 0.39s infinite;
    -o-animation: fadeit 1.1s linear 0.39s infinite;
    animation: fadeit 1.1s linear 0.39s infinite; }
  .loadingx > div:nth-child(2) {
    transform: rotate(45deg) translate(0, -8px);
    -ms-transform: rotate(45deg) translate(0, -8px);
    /* IE 9 */
    -webkit-transform: rotate(45deg) translate(0, -8px);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg) translate(0, -8px);
    /* Opera */
    -moz-transform: rotate(45deg) translate(0, -8px);
    /* Firefox */
    -webkit-animation: fadeit 1.1s linear 0.52s infinite;
    -moz-animation: fadeit 1.1s linear 0.52s infinite;
    -ms-animation: fadeit 1.1s linear 0.52s infinite;
    -o-animation: fadeit 1.1s linear 0.52s infinite;
    animation: fadeit 1.1s linear 0.52s infinite; }
  .loadingx > div:nth-child(3) {
    transform: rotate(90deg) translate(0, -8px);
    -ms-transform: rotate(90deg) translate(0, -8px);
    /* IE 9 */
    -webkit-transform: rotate(90deg) translate(0, -8px);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg) translate(0, -8px);
    /* Opera */
    -moz-transform: rotate(90deg) translate(0, -8px);
    /* Firefox */
    -webkit-animation: fadeit 1.1s linear 0.65s infinite;
    -moz-animation: fadeit 1.1s linear 0.65s infinite;
    -ms-animation: fadeit 1.1s linear 0.65s infinite;
    -o-animation: fadeit 1.1s linear 0.65s infinite;
    animation: fadeit 1.1s linear 0.65s infinite; }
  .loadingx > div:nth-child(4) {
    transform: rotate(135deg) translate(0, -8px);
    -ms-transform: rotate(135deg) translate(0, -8px);
    /* IE 9 */
    -webkit-transform: rotate(135deg) translate(0, -8px);
    /* Safari 和 Chrome */
    -o-transform: rotate(135deg) translate(0, -8px);
    /* Opera */
    -moz-transform: rotate(135deg) translate(0, -8px);
    /* Firefox */
    -webkit-animation: fadeit 1.1s linear 0.78s infinite;
    -moz-animation: fadeit 1.1s linear 0.78s infinite;
    -ms-animation: fadeit 1.1s linear 0.78s infinite;
    -o-animation: fadeit 1.1s linear 0.78s infinite;
    animation: fadeit 1.1s linear 0.78s infinite; }
  .loadingx > div:nth-child(5) {
    transform: rotate(180deg) translate(0, -8px);
    -ms-transform: rotate(180deg) translate(0, -8px);
    /* IE 9 */
    -webkit-transform: rotate(180deg) translate(0, -8px);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg) translate(0, -8px);
    /* Opera */
    -moz-transform: rotate(180deg) translate(0, -8px);
    /* Firefox */
    -webkit-animation: fadeit 1.1s linear 0.91s infinite;
    -moz-animation: fadeit 1.1s linear 0.91s infinite;
    -ms-animation: fadeit 1.1s linear 0.91s infinite;
    -o-animation: fadeit 1.1s linear 0.91s infinite;
    animation: fadeit 1.1s linear 0.91s infinite; }
  .loadingx > div:nth-child(6) {
    transform: rotate(225deg) translate(0, -8px);
    -ms-transform: rotate(225deg) translate(0, -8px);
    /* IE 9 */
    -webkit-transform: rotate(225deg) translate(0, -8px);
    /* Safari 和 Chrome */
    -o-transform: rotate(225deg) translate(0, -8px);
    /* Opera */
    -moz-transform: rotate(225deg) translate(0, -8px);
    /* Firefox */
    -webkit-animation: fadeit 1.1s linear 1.04s infinite;
    -moz-animation: fadeit 1.1s linear 1.04s infinite;
    -ms-animation: fadeit 1.1s linear 1.04s infinite;
    -o-animation: fadeit 1.1s linear 1.04s infinite;
    animation: fadeit 1.1s linear 1.04s infinite; }
  .loadingx > div:nth-child(7) {
    transform: rotate(270deg) translate(0, -8px);
    -ms-transform: rotate(270deg) translate(0, -8px);
    /* IE 9 */
    -webkit-transform: rotate(270deg) translate(0, -8px);
    /* Safari 和 Chrome */
    -o-transform: rotate(270deg) translate(0, -8px);
    /* Opera */
    -moz-transform: rotate(270deg) translate(0, -8px);
    /* Firefox */
    -webkit-animation: fadeit 1.1s linear 1.17s infinite;
    -moz-animation: fadeit 1.1s linear 1.17s infinite;
    -ms-animation: fadeit 1.1s linear 1.17s infinite;
    -o-animation: fadeit 1.1s linear 1.17s infinite;
    animation: fadeit 1.1s linear 1.17s infinite; }
  .loadingx > div:nth-child(8) {
    transform: rotate(315deg) translate(0, -8px);
    -ms-transform: rotate(315deg) translate(0, -8px);
    /* IE 9 */
    -webkit-transform: rotate(315deg) translate(0, -8px);
    /* Safari 和 Chrome */
    -o-transform: rotate(315deg) translate(0, -8px);
    /* Opera */
    -moz-transform: rotate(315deg) translate(0, -8px);
    /* Firefox */
    -webkit-animation: fadeit 1.1s linear 1.3s infinite;
    -moz-animation: fadeit 1.1s linear 1.3s infinite;
    -ms-animation: fadeit 1.1s linear 1.3s infinite;
    -o-animation: fadeit 1.1s linear 1.3s infinite;
    animation: fadeit 1.1s linear 1.3s infinite; }

#header .navTop {
  background-color: #333333; }
  #header .navTop .navTop-out {
    background-color: #333333;
    width: 1200px;
    margin: 0px auto;
    height: 40px;
    line-height: 40px; }
    #header .navTop .navTop-out .separated {
      margin-left: 10px;
      margin-right: 10px; }
    #header .navTop .navTop-out .navTop-left {
      float: left;
      width: 200px; }
      #header .navTop .navTop-out .navTop-left .storeChangeText {
        position: relative;
        display: inline-block;
        margin-right: 20px;
        padding-left: 5px;
        padding-right: 5px;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        z-index: 100; }
        #header .navTop .navTop-out .navTop-left .storeChangeText:hover {
          border-left: 1px solid #eeeeee;
          border-right: 1px solid #eeeeee;
          background-color: white; }
          #header .navTop .navTop-out .navTop-left .storeChangeText:hover .selectBorder {
            width: 100%;
            position: absolute;
            z-index: 100;
            border-bottom: 1px solid white;
            bottom: 0px;
            left: 0px; }
          #header .navTop .navTop-out .navTop-left .storeChangeText:hover > ul {
            display: block; }
        #header .navTop .navTop-out .navTop-left .storeChangeText > ul {
          display: none;
          position: absolute;
          z-index: 50;
          top: 33px;
          left: -1px;
          background-color: white;
          border: 1px solid #eeeeee;
          max-height: 175px;
          overflow: auto; }
          #header .navTop .navTop-out .navTop-left .storeChangeText > ul > li > a {
            display: block;
            white-space: nowrap;
            padding-left: 15px;
            padding-right: 15px;
            height: 35px;
            line-height: 35px;
            color: gray; }
            #header .navTop .navTop-out .navTop-left .storeChangeText > ul > li > a:hover {
              background-color: #f4f4f4; }
      #header .navTop .navTop-out .navTop-left .loginOut .login {
        color: #b0b0b0; }
        #header .navTop .navTop-out .navTop-left .loginOut .login:hover {
          color: #f8f8f8; }
      #header .navTop .navTop-out .navTop-left .loginOut .logins {
        color: #f8f8f8;
        font-weight: 700; }
      #header .navTop .navTop-out .navTop-left .loginOut .out {
        color: #b0b0b0; }
        #header .navTop .navTop-out .navTop-left .loginOut .out:hover {
          color: #f8f8f8; }
    #header .navTop .navTop-out .navTop-right {
      float: right;
      width: 300px;
      text-align: right; }
      #header .navTop .navTop-out .navTop-right > a {
        color: #b0b0b0; }
        #header .navTop .navTop-out .navTop-right > a:hover {
          color: #f8f8f8; }
      #header .navTop .navTop-out .navTop-right .car {
        color: #b0b0b0;
        background: #424242;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        display: inline-block; }
        #header .navTop .navTop-out .navTop-right .car:hover {
          color: #ff6700;
          background-color: white; }
          #header .navTop .navTop-out .navTop-right .car:hover > span {
            color: #ff6700 !important; }
          #header .navTop .navTop-out .navTop-right .car:hover > .carInfo {
            display: block; }
          #header .navTop .navTop-out .navTop-right .car:hover > .selectBorder {
            width: 100%;
            position: absolute;
            z-index: 105;
            border-bottom: 1px solid white;
            bottom: 0px;
            left: 0px; }
        #header .navTop .navTop-out .navTop-right .car > .icon_cart_alt {
          color: #b0b0b0;
          margin-right: 5px;
          font-size: 14px;
          font-weight: bold; }
        #header .navTop .navTop-out .navTop-right .car > .carInfo {
          display: none;
          position: absolute;
          z-index: 100;
          top: 40px;
          right: -1px;
          background-color: white;
          text-align: left;
          -moz-box-shadow: 0px 3px 6px 0px #CCCCCC;
          -webkit-box-shadow: 0px 3px 6px 0px #CCCCCC;
          box-shadow: 0px 3px 6px 0px #CCCCCC; }
          #header .navTop .navTop-out .navTop-right .car > .carInfo > .carTitle {
            font-size: 14px;
            font-weight: normal;
            white-space: nowrap;
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 10px; }
          #header .navTop .navTop-out .navTop-right .car > .carInfo > .carGoods {
            width: 300px;
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 10px;
            overflow: hidden; }
            #header .navTop .navTop-out .navTop-right .car > .carInfo > .carGoods > .carGoods-img {
              display: block;
              float: left;
              vertical-align: middle;
              width: 60px;
              height: 60px;
              text-align: center; }
            #header .navTop .navTop-out .navTop-right .car > .carInfo > .carGoods > .carGoods-info {
              float: left;
              vertical-align: middle;
              padding-left: 25px;
              padding-right: 5px; }
              #header .navTop .navTop-out .navTop-right .car > .carInfo > .carGoods > .carGoods-info > span {
                color: black; }
              #header .navTop .navTop-out .navTop-right .car > .carInfo > .carGoods > .carGoods-info > p {
                color: #BEBEBE; }
            #header .navTop .navTop-out .navTop-right .car > .carInfo > .carGoods > .carGoods-price {
              float: right;
              vertical-align: middle;
              line-height: 60px;
              color: black; }
              #header .navTop .navTop-out .navTop-right .car > .carInfo > .carGoods > .carGoods-price > span {
                color: #ff6700; }
          #header .navTop .navTop-out .navTop-right .car > .carInfo > .myCar {
            margin-top: 10px;
            background-color: #fafafa;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: right; }
            #header .navTop .navTop-out .navTop-right .car > .carInfo > .myCar > a {
              background-color: #ff6700;
              font-size: 14px;
              color: white;
              padding: 12px 20px;
              margin-right: 15px; }
      #header .navTop .navTop-out .navTop-right .carHave {
        background-color: #ff6700;
        color: white; }
        #header .navTop .navTop-out .navTop-right .carHave > span {
          color: white !important; }
#header .logo-search-out {
  background-color: white;
  border-bottom: 1px solid #e0e0e0; }
#header .logo-search {
  background-color: white;
  height: 100px;
  width: 1200px;
  margin: 0px auto;
  position: relative; }
  #header .logo-search .logo {
    float: left;
    width: 120px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    margin-top: 22px;
    background: #ff6700; }
    #header .logo-search .logo > span {
      color: white;
      font-weight: 600;
      font-size: 28px; }
    #header .logo-search .logo > .logoText {
      letter-spacing: 2px; }
    #header .logo-search .logo > .logoIcon {
      line-height: 57px;
      display: none; }
    #header .logo-search .logo:hover > .logoText {
      display: none; }
    #header .logo-search .logo:hover > .logoIcon {
      display: inline; }
  #header .logo-search .nav-line {
    float: left;
    margin-left: 50px;
    margin-top: 22px;
    width: 600px;
    height: 55px; }
    #header .logo-search .nav-line > li {
      float: left;
      height: 100%; }
      #header .logo-search .nav-line > li > a {
        display: block;
        height: 100%;
        line-height: 55px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 23px;
        cursor: pointer;
        color: #333;
        font-size: 16px; }
        #header .logo-search .nav-line > li > a:hover {
          color: #ff6700; }
      #header .logo-search .nav-line > li > .allGoods {
        padding-left: 50px; }
      #header .logo-search .nav-line > li:hover > .nav {
        display: block; }
    #header .logo-search .nav-line > .goodsAll:hover > .nav {
      display: none; }
  #header .logo-search .search {
    float: right;
    overflow: hidden;
    margin-top: 24px; }
    #header .logo-search .search > input {
      height: 50px;
      width: 240px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 14px;
      float: left;
      border: 1px solid #e0e0e0;
      border-right: none; }
      #header .logo-search .search > input:focus {
        border-color: #ff6700; }
        #header .logo-search .search > input:focus + button {
          border-color: #ff6700; }
    #header .logo-search .search > button {
      height: 52px;
      line-height: 52px;
      text-align: center;
      width: 52px;
      float: left;
      border: 1px solid #e0e0e0;
      color: #616161;
      font-weight: bolder;
      font-size: 20px; }
      #header .logo-search .search > button:hover {
        background-color: #ff6700;
        color: white;
        border-color: #ff6700; }
        #header .logo-search .search > button:hover + input {
          border-color: #b0b0b0; }
  #header .logo-search .custom {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 100px;
    font-size: 14px;
    color: white;
    background-color: #ff2832;
    margin-left: 110px;
    border: none; }
    #header .logo-search .custom:hover {
      background-color: #dc2f21; }
    #header .logo-search .custom > span {
      color: white;
      font-size: 18px;
      margin-right: 5px; }
#header .nav {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100px;
  left: 0;
  background-color: white;
  width: 238px;
  height: 450px;
  padding-top: 10px;
  padding-bottom: 40px;
  border: 1px solid #ff6700; }
  #header .nav > .nav-out {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #header .nav > .nav-out > .goodsClassify {
      width: 100%; }
      #header .nav > .nav-out > .goodsClassify > li > a {
        display: block;
        padding-left: 25px;
        padding-right: 10px;
        height: 45px;
        line-height: 45px; }
        #header .nav > .nav-out > .goodsClassify > li > a > .classText {
          display: inline-block;
          vertical-align: middle;
          font-family: "Microsoft Yahei";
          font-size: 14px;
          width: 175px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #333; }
        #header .nav > .nav-out > .goodsClassify > li > a > .classIcon {
          vertical-align: middle;
          color: lightgray;
          font-size: 22px;
          font-weight: bold; }
      #header .nav > .nav-out > .goodsClassify > li:hover > a {
        background-color: #ff6700; }
        #header .nav > .nav-out > .goodsClassify > li:hover > a > span {
          color: white; }
      #header .nav > .nav-out > .goodsClassify > li:hover > ul {
        display: block; }
      #header .nav > .nav-out > .goodsClassify > li > ul {
        background-color: white;
        width: 960px;
        height: 501px;
        overflow: auto;
        display: none;
        position: absolute;
        top: -1px;
        left: 240px;
        -moz-box-shadow: 0px 1px 3px 1px #C1C1C1;
        -webkit-box-shadow: 0px 1px 3px 1px #C1C1C1;
        box-shadow: 0px 1px 3px 1px #C1C1C1; }
        #header .nav > .nav-out > .goodsClassify > li > ul > li {
          padding: 15px;
          /*>a{
          	display: block;
          	width: 270px;
          	padding-left: 30px;
          	padding-right: 20px;
          	height: 83px;
          	line-height: 83px;
          	font-size: 14px;
          	color: #333;
          	@include omit;
          	white-space: nowrap;
          	
          	&:hover{
          		color: $theme;
          	}
          	
          	>span{
          		font-size: 22px;
          		vertical-align: middle;
          		margin-right: 20px;
          	}
          }*/ }
          #header .nav > .nav-out > .goodsClassify > li > ul > li > a {
            font-size: 14px;
            color: #757575;
            white-space: nowrap;
            margin-right: 20px; }
            #header .nav > .nav-out > .goodsClassify > li > ul > li > a:hover {
              color: #ff6700; }
  #header .nav > .classPage {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center; }
    #header .nav > .classPage > span {
      cursor: pointer;
      font-size: 22px;
      color: darkgray; }
      #header .nav > .classPage > span:hover {
        color: #ff6700; }
    #header .nav > .classPage > .classPrev {
      margin-right: 30px; }

#footer .footerOut {
  width: 1200px;
  margin: 0px auto;
  height: 80px;
  line-height: 80px;
  color: gray;
  text-align: center; }
  #footer .footerOut > span {
    margin-right: 20px; }

.navChange {
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
  left: 0;
  -moz-box-shadow: 0px 1px 1px 0px #e0e0e0;
  -webkit-box-shadow: 0px 1px 1px 0px #e0e0e0;
  box-shadow: 0px 1px 1px 0px #e0e0e0; }
  .navChange > .logo-search {
    height: 60px !important; }
    .navChange > .logo-search > .logo {
      height: 35px !important;
      line-height: 35px !important;
      width: 100px !important;
      margin-top: 12px !important; }
      .navChange > .logo-search > .logo > .logoText {
        font-size: 22px !important; }
      .navChange > .logo-search > .logo > .logoIcon {
        line-height: 35px !important; }
    .navChange > .logo-search > .nav-line {
      height: 35px !important;
      margin-top: 12px !important; }
      .navChange > .logo-search > .nav-line > li > a {
        line-height: 35px !important;
        padding-bottom: 13px !important; }
      .navChange > .logo-search > .nav-line > li > .nav {
        top: 60px !important; }
    .navChange > .logo-search > .search {
      margin-top: 12px !important; }
      .navChange > .logo-search > .search > input {
        height: 33px !important; }
      .navChange > .logo-search > .search > button {
        height: 35px !important;
        line-height: 35px !important;
        font-size: 18px !important; }

.contentOut {
  background-color: #f5f5f5; }

#content {
  width: 1200px;
  margin: 0px auto; }
  #content .topBack {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 33px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    background-color: white;
    border: 1px solid #f5f5f5;
    color: gray; }
    #content .topBack:hover {
      color: #ff6700; }

.indexOut {
  background-color: #f5f5f5; }

.index {
  width: 1200px;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px; }
  .index > span, .index > a {
    color: #757575; }
    .index > span:hover, .index > a:hover {
      color: #ff6700; }
  .index > .index-icon {
    color: #757575;
    margin-left: 8px;
    margin-right: 8px; }
    .index > .index-icon:hover {
      color: #333; }
  .index > .index-choice {
    color: #333; }

.goodsShow {
  margin-top: 30px;
  padding-bottom: 30px; }

.goodsOut {
  padding-bottom: 10px; }
  .goodsOut > .goodsCell {
    float: left;
    display: block;
    position: relative;
    width: 205px;
    height: 260px;
    padding: 40px 10px 20px 10px;
    margin-bottom: 15px;
    margin-right: 15px;
    background: white;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms; }
    .goodsOut > .goodsCell:hover {
      -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transform: translate3d(0, -2px, 0);
      -ms-transform: translate3d(0, -2px, 0);
      /* IE 9 */
      -webkit-transform: translate3d(0, -2px, 0);
      /* Safari 和 Chrome */
      -o-transform: translate3d(0, -2px, 0);
      /* Opera */
      -moz-transform: translate3d(0, -2px, 0);
      /* Firefox */
      position: relative;
      z-index: 5; }
      .goodsOut > .goodsCell:hover > .goodsTitle {
        color: #ff6700; }
    .goodsOut > .goodsCell > .tagOut {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; }
    .goodsOut > .goodsCell .tags {
      display: inline-block;
      width: 64px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      color: white; }
    .goodsOut > .goodsCell .tags + .tags {
      margin-left: 2px; }
    .goodsOut > .goodsCell .newTag {
      background: #85c84e; }
    .goodsOut > .goodsCell .hotTag {
      background: #e32d36; }
    .goodsOut > .goodsCell .recTag {
      background: #2893f3; }
    .goodsOut > .goodsCell > p {
      width: 205px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center; }
    .goodsOut > .goodsCell > .goodsImg {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 150px;
      height: 150px; }
    .goodsOut > .goodsCell > .goodsTitle {
      font-size: 14px;
      padding-top: 22px;
      height: 25px;
      line-height: 25px; }
    .goodsOut > .goodsCell > .goodsText {
      color: #b0b0b0;
      height: 18px;
      line-height: 18px; }
    .goodsOut > .goodsCell > .goodsPrice {
      padding-top: 10px;
      height: 35px;
      line-height: 35px;
      font-size: 14px;
      color: gray; }
      .goodsOut > .goodsCell > .goodsPrice > .yen {
        color: #ff6700; }

.rightNone {
  margin-right: 0px !important; }

.goodsPackage-title {
  padding-top: 50px;
  padding-bottom: 20px;
  width: 1200px;
  margin: 0px auto; }
  .goodsPackage-title > span {
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
  .goodsPackage-title > .tt {
    width: 240px;
    font-size: 30px;
    color: #b0b0b0; }
  .goodsPackage-title > .hr-left, .goodsPackage-title > .hr-right {
    display: inline-block;
    width: 480px;
    height: 1px;
    background-color: #b0b0b0; }

.goodsAboutOut {
  background-color: white; }

.goodsAbout {
  background-color: white;
  width: 1200px;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 100px; }
  .goodsAbout > .goodsImgOut {
    margin-left: 120px;
    margin-right: 30px;
    height: 400px;
    float: left; }
    .goodsAbout > .goodsImgOut > .imgPrev, .goodsAbout > .goodsImgOut > .imgNext {
      height: 47px;
      line-height: 47px;
      text-align: center;
      cursor: pointer;
      font-size: 40px;
      color: darkgray; }
      .goodsAbout > .goodsImgOut > .imgPrev:hover, .goodsAbout > .goodsImgOut > .imgNext:hover {
        color: #ff6700; }
    .goodsAbout > .goodsImgOut > .goodsImg-out {
      position: relative;
      height: 305px;
      overflow: hidden; }
      .goodsAbout > .goodsImgOut > .goodsImg-out > .goodsImg {
        position: relative;
        top: 0;
        left: 0; }
        .goodsAbout > .goodsImgOut > .goodsImg-out > .goodsImg > img {
          display: block;
          width: 63px;
          height: 63px;
          cursor: pointer;
          border: 1px solid lightgray; }
          .goodsAbout > .goodsImgOut > .goodsImg-out > .goodsImg > img:hover {
            border-color: #b0b0b0; }
        .goodsAbout > .goodsImgOut > .goodsImg-out > .goodsImg > .choiceImg {
          border-color: #ff6700; }
          .goodsAbout > .goodsImgOut > .goodsImg-out > .goodsImg > .choiceImg:hover {
            border-color: #ff6700; }
        .goodsAbout > .goodsImgOut > .goodsImg-out > .goodsImg > img + img {
          margin-top: 15px; }
  .goodsAbout > .coverOut {
    float: left;
    width: 450px;
    overflow: hidden; }
    .goodsAbout > .coverOut > .goodsCover {
      width: 450px;
      height: 450px;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      text-align: center; }
      .goodsAbout > .coverOut > .goodsCover > img {
        max-width: 100%;
        max-height: 100%; }
    .goodsAbout > .coverOut > .pageOut {
      padding-top: 40px;
      text-align: center; }
      .goodsAbout > .coverOut > .pageOut > .pageCell {
        display: inline-block;
        width: 160px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: white;
        background-color: #ff6700;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px; }
        .goodsAbout > .coverOut > .pageOut > .pageCell:hover {
          background-color: #ee4b10; }
      .goodsAbout > .coverOut > .pageOut > .pageCell + .pageCell {
        margin-left: 20px; }
      .goodsAbout > .coverOut > .pageOut > .pageNot {
        background-color: #b0b0b0; }
        .goodsAbout > .coverOut > .pageOut > .pageNot:hover {
          background-color: darkgray; }
  .goodsAbout > .goodsDetails {
    width: 450px;
    float: right; }
    .goodsAbout > .goodsDetails > .goodsText {
      padding-bottom: 40px; }
      .goodsAbout > .goodsDetails > .goodsText > p {
        font-size: 14px; }
        .goodsAbout > .goodsDetails > .goodsText > p > .goodsText-title {
          font-size: 14px;
          color: #757575; }
      .goodsAbout > .goodsDetails > .goodsText > .goods-ti {
        color: #212121;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 5px; }
      .goodsAbout > .goodsDetails > .goodsText > .goodsCode {
        font-size: 14px;
        padding-bottom: 5px; }
      .goodsAbout > .goodsDetails > .goodsText > .goodsText-info {
        color: #b0b0b0;
        font-size: 14px;
        padding-bottom: 10px; }
      .goodsAbout > .goodsDetails > .goodsText > .price {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px; }
        .goodsAbout > .goodsDetails > .goodsText > .price > .goodsText-title-tight {
          margin-left: 20px; }
        .goodsAbout > .goodsDetails > .goodsText > .price > .goods-price {
          font-size: 18px;
          font-weight: bold;
          color: #ff6700; }
      .goodsAbout > .goodsDetails > .goodsText > .other {
        padding-bottom: 5px;
        color: #b0b0b0; }
      .goodsAbout > .goodsDetails > .goodsText > .sto {
        padding-top: 20px; }
    .goodsAbout > .goodsDetails > .typeChoice {
      overflow: hidden;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #e0e0e0; }
    .goodsAbout > .goodsDetails > .goodsSpec-choice {
      padding-bottom: 20px; }
      .goodsAbout > .goodsDetails > .goodsSpec-choice > .goodsSpec-content {
        overflow: hidden; }
    .goodsAbout > .goodsDetails .numberWrite {
      padding-top: 10px;
      margin-bottom: 30px; }
      .goodsAbout > .goodsDetails .numberWrite > .minus, .goodsAbout > .goodsDetails .numberWrite > .add {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #e0e0e0;
        width: 40px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -ms-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none; }
        .goodsAbout > .goodsDetails .numberWrite > .minus:hover, .goodsAbout > .goodsDetails .numberWrite > .add:hover {
          color: white;
          background-color: #e0e0e0; }
      .goodsAbout > .goodsDetails .numberWrite > .minus {
        border-right: none; }
      .goodsAbout > .goodsDetails .numberWrite > .add {
        border-left: none; }
      .goodsAbout > .goodsDetails .numberWrite > .number {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #e0e0e0;
        border-left: none;
        border-right: none;
        width: 120px;
        text-align: center;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        background-color: white; }
      .goodsAbout > .goodsDetails .numberWrite > .stocks {
        margin-left: 80px;
        font-size: 14px; }
      .goodsAbout > .goodsDetails .numberWrite > .stock {
        color: #ff6700;
        font-size: 16px; }
      .goodsAbout > .goodsDetails .numberWrite > .stockAll {
        font-size: 14px; }
    .goodsAbout > .goodsDetails .goodsSpec-title {
      padding-top: 20px;
      font-size: 18px; }
    .goodsAbout > .goodsDetails .his {
      display: none;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 16px;
      color: red; }
    .goodsAbout > .goodsDetails > .handleBtn {
      padding-top: 30px;
      border-top: 1px solid #e0e0e0; }
      .goodsAbout > .goodsDetails > .handleBtn > a, .goodsAbout > .goodsDetails > .handleBtn > span {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        margin-right: 5px;
        cursor: pointer;
        position: relative;
        font-size: 16px; }
        .goodsAbout > .goodsDetails > .handleBtn > a:hover, .goodsAbout > .goodsDetails > .handleBtn > span:hover {
          color: white;
          background-color: #f0520c; }
      .goodsAbout > .goodsDetails > .handleBtn > .buy, .goodsAbout > .goodsDetails > .handleBtn > .lease {
        width: 215px;
        color: #ff6700;
        border: 1px solid #ff6700;
        background-color: white; }
      .goodsAbout > .goodsDetails > .handleBtn > .join {
        width: 215px;
        color: white;
        margin-top: 25px;
        border: 1px solid #ff6700;
        background-color: #ff6700; }
        .goodsAbout > .goodsDetails > .handleBtn > .join:hover {
          border-color: #ee4b10; }
        .goodsAbout > .goodsDetails > .handleBtn > .join > span {
          color: white;
          margin-right: 5px;
          font-size: 16px; }

.specOne {
  display: block;
  float: left; }
  .specOne > input {
    display: none; }
  .specOne > input:checked + span {
    border-color: #ff6700;
    color: #ff6700; }
  .specOne > span {
    display: block;
    width: 218px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 10px;
    border: 1px solid #e0e0e0; }
  .specOne > .notEnough {
    color: #b0b0b0;
    border: 1px dashed #e0e0e0; }
    .specOne > .notEnough:hover {
      cursor: not-allowed; }

.orderBuy {
  display: none;
  position: absolute;
  z-index: 50;
  top: 47px;
  right: 0px;
  height: 300px;
  width: 400px;
  background-color: white;
  border: 2px solid #F2F2F2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 4px 4px 11px 0px darkgray;
  -webkit-box-shadow: 4px 4px 11px 0px darkgray;
  box-shadow: 4px 4px 11px 0px darkgray;
  text-align: left;
  cursor: default;
  padding-top: 50px;
  padding-bottom: 55px; }
  .orderBuy:after {
    content: '';
    border-top: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #F2F2F2;
    position: absolute;
    z-index: 50;
    top: -12px;
    right: 10px; }
  .orderBuy > .orderPop-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f5f5f5;
    font-size: 16px; }
  .orderBuy > .orderPop-content {
    height: 100%;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .orderBuy .orderBuy-cell {
    white-space: nowrap;
    padding-bottom: 15px; }
    .orderBuy .orderBuy-cell > span {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      color: #757575; }
    .orderBuy .orderBuy-cell > label {
      padding-right: 15px;
      cursor: pointer; }
      .orderBuy .orderBuy-cell > label > span {
        font-size: 14px;
        color: black; }
    .orderBuy .orderBuy-cell > .orderBuy-title {
      width: 60px; }
    .orderBuy .orderBuy-cell > .orderBuy-text {
      color: black; }
    .orderBuy .orderBuy-cell > .minus, .orderBuy .orderBuy-cell > .add {
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #e0e0e0;
      width: 35px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 18px;
      cursor: pointer;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -ms-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      .orderBuy .orderBuy-cell > .minus:hover, .orderBuy .orderBuy-cell > .add:hover {
        color: white;
        background-color: #e0e0e0; }
    .orderBuy .orderBuy-cell > .minus {
      border-right: none; }
    .orderBuy .orderBuy-cell > .add {
      border-left: none; }
    .orderBuy .orderBuy-cell > .number {
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #e0e0e0;
      border-left: none;
      border-right: none;
      width: 100px;
      text-align: center;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      background-color: white; }
    .orderBuy .orderBuy-cell > .spec {
      width: 170px;
      height: 40px;
      padding-left: 10px;
      line-height: 40px;
      border: 1px solid #e0e0e0;
      cursor: pointer;
      font-size: 14px;
      background-color: white; }
      .orderBuy .orderBuy-cell > .spec:hover {
        border-color: #b0b0b0; }
      .orderBuy .orderBuy-cell > .spec:focus {
        border-color: #ff6700; }
    .orderBuy .orderBuy-cell > .type {
      width: 170px;
      padding-left: 70px;
      text-align: center;
      background-color: white;
      border: 1px solid #e0e0e0;
      cursor: pointer;
      height: 40px;
      font-size: 14px;
      line-height: 40px; }
      .orderBuy .orderBuy-cell > .type:hover {
        border-color: #b0b0b0; }
      .orderBuy .orderBuy-cell > .type:focus {
        border-color: #ff6700; }
    .orderBuy .orderBuy-cell > .specs {
      overflow: hidden; }
      .orderBuy .orderBuy-cell > .specs > label {
        margin-right: 10px;
        margin-top: 10px;
        display: block;
        float: left; }
        .orderBuy .orderBuy-cell > .specs > label input {
          display: none; }
        .orderBuy .orderBuy-cell > .specs > label input:checked + span {
          border-color: #ff6700;
          color: #ff6700; }
        .orderBuy .orderBuy-cell > .specs > label span {
          display: block;
          width: 100px;
          height: 35px;
          line-height: 35px;
          text-align: center;
          font-size: 14px;
          cursor: pointer;
          border: 1px solid #e0e0e0; }
      .orderBuy .orderBuy-cell > .specs .notEnough {
        color: #b0b0b0 !important;
        border: 1px dashed #e0e0e0; }
        .orderBuy .orderBuy-cell > .specs .notEnough:hover {
          cursor: not-allowed; }
  .orderBuy .order-cell {
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0; }
    .orderBuy .order-cell > p {
      color: #757575; }
  .orderBuy > .order-sub {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    background: #f5f5f5; }
    .orderBuy > .order-sub > span {
      margin-right: 5px; }
      .orderBuy > .order-sub > span > span {
        color: #ff6700; }
    .orderBuy > .order-sub > .hhi {
      color: #f5f5f5; }
    .orderBuy > .order-sub > input {
      border: none;
      padding: 8px 50px;
      font-size: 14px;
      color: white;
      margin-right: 30px;
      background-color: #ff6700;
      cursor: pointer; }
      .orderBuy > .order-sub > input:hover {
        background-color: #ee4b10; }

.goodsNote {
  background-color: white;
  margin-bottom: 30px;
  padding: 20px 60px 20px 60px; }
  .goodsNote > .goodsNote-info {
    padding-top: 40px;
    padding-bottom: 40px;
    border-left: 4px solid #83c44e;
    border-right: 4px solid #83c44e;
    color: gray; }
    .goodsNote > .goodsNote-info > span:nth-of-type(odd) {
      display: block;
      margin-left: 325px; }
    .goodsNote > .goodsNote-info > span:nth-of-type(even) {
      display: block;
      margin-left: 685px; }
    .goodsNote > .goodsNote-info > p {
      padding-bottom: 10px;
      margin-bottom: 70px;
      font-size: 14px;
      color: #757575;
      position: relative; }
      .goodsNote > .goodsNote-info > p:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #83c44e; }
      .goodsNote > .goodsNote-info > p:after {
        content: '';
        position: absolute;
        bottom: -1px;
        border-bottom: 2px solid #83c44e; }
      .goodsNote > .goodsNote-info > p > span {
        color: #83c44e;
        font-weight: bold; }
    .goodsNote > .goodsNote-info > p:nth-of-type(odd) {
      padding-left: 150px; }
      .goodsNote > .goodsNote-info > p:nth-of-type(odd):before {
        bottom: 11px;
        left: 345px; }
      .goodsNote > .goodsNote-info > p:nth-of-type(odd):after {
        left: -1px;
        height: 20px;
        width: 355px;
        border-right: 2px solid #83c44e;
        -moz-border-radius: 0px 0px 5px 0px;
        -webkit-border-radius: 0px 0px 5px 0px;
        border-radius: 0px 0px 5px 0px; }
    .goodsNote > .goodsNote-info > p:nth-of-type(even) {
      padding-left: 510px; }
      .goodsNote > .goodsNote-info > p:nth-of-type(even):before {
        bottom: 11px;
        right: 350px; }
      .goodsNote > .goodsNote-info > p:nth-of-type(even):after {
        right: -1px;
        height: 20px;
        width: 360px;
        border-left: 2px solid #83c44e;
        -moz-border-radius: 0px 0px 0px 5px;
        -webkit-border-radius: 0px 0px 0px 5px;
        border-radius: 0px 0px 0px 5px; }

#pictureShow {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1010;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: auto;
  background-color: white; }
  #pictureShow > .close {
    font-size: 40px;
    color: #616161;
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    #pictureShow > .close:hover {
      background-color: #e0e0e0;
      color: white; }
  #pictureShow > .bigImg-out {
    width: 100%;
    position: relative; }
    #pictureShow > .bigImg-out > .bigImg {
      width: 45%;
      padding-bottom: 45%;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      #pictureShow > .bigImg-out > .bigImg > .bigImgOut {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        text-align: center; }
        #pictureShow > .bigImg-out > .bigImg > .bigImgOut > img {
          max-height: 100%;
          max-width: 100%;
          color: black; }
    #pictureShow > .bigImg-out > span {
      position: absolute;
      display: inline-block;
      width: 90px;
      height: 40px;
      line-height: 40px;
      font-size: 24px;
      text-align: center;
      color: #7a7a7a;
      top: 0;
      bottom: 0;
      margin: auto;
      cursor: pointer; }
      #pictureShow > .bigImg-out > span:hover {
        background-color: #e0e0e0;
        color: white; }
        #pictureShow > .bigImg-out > span:hover:before {
          display: block; }
    #pictureShow > .bigImg-out > .prev {
      left: 70px; }
      #pictureShow > .bigImg-out > .prev:before {
        content: '';
        display: none;
        position: absolute;
        border-left: none;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-right: 40px solid #e0e0e0;
        left: -40px;
        top: -10px; }
    #pictureShow > .bigImg-out > .next {
      right: 70px; }
      #pictureShow > .bigImg-out > .next:before {
        content: '';
        display: none;
        position: absolute;
        border-right: none;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 40px solid #e0e0e0;
        right: -40px;
        top: -10px; }
  #pictureShow > .smallImg-out {
    width: 1200px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden; }
    #pictureShow > .smallImg-out > span {
      position: absolute;
      display: block;
      width: 50px;
      height: 110px;
      line-height: 110px;
      text-align: center;
      font-size: 45px;
      color: #e0e0e0;
      cursor: pointer; }
      #pictureShow > .smallImg-out > span:hover {
        color: #ff6700; }
    #pictureShow > .smallImg-out > .smallImg-prev {
      left: 20px;
      top: 0; }
    #pictureShow > .smallImg-out > .smallImg-next {
      right: 20px;
      top: 0; }
  #pictureShow .smallImg {
    position: relative;
    width: 1020px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    #pictureShow .smallImg > ul {
      position: absolute;
      left: 0;
      top: 0; }
      #pictureShow .smallImg > ul > li {
        display: table-cell;
        padding-right: 20px; }
        #pictureShow .smallImg > ul > li > img {
          display: block;
          width: 108px;
          height: 108px;
          color: black;
          border: 1px solid lightgray; }
          #pictureShow .smallImg > ul > li > img:hover {
            border-color: #b0b0b0; }
        #pictureShow .smallImg > ul > li > .imgCho {
          border-color: #ff6700; }
          #pictureShow .smallImg > ul > li > .imgCho:hover {
            border-color: #ff6700; }

.goodsPackage > .packageCell {
  border-left: 2px solid #00c0a5;
  background-color: white;
  margin-bottom: 30px;
  padding: 40px 15px; }
  .goodsPackage > .packageCell .packageInfo {
    padding-top: 10px;
    padding-bottom: 10px; }
    .goodsPackage > .packageCell .packageInfo > img {
      display: inline-block;
      vertical-align: middle;
      width: 120px;
      height: 120px;
      margin-left: 30px;
      margin-right: 30px; }
    .goodsPackage > .packageCell .packageInfo > span {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px; }
    .goodsPackage > .packageCell .packageInfo > .infoText {
      margin-left: 40px; }
  .goodsPackage > .packageCell .infoBtns, .goodsPackage > .packageCell .infoBtn {
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: white;
    border: none;
    cursor: pointer;
    position: relative;
    background-color: #ff6700; }
    .goodsPackage > .packageCell .infoBtns > span, .goodsPackage > .packageCell .infoBtn > span {
      font-size: 20px;
      font-weight: bold;
      color: white; }
    .goodsPackage > .packageCell .infoBtns:hover, .goodsPackage > .packageCell .infoBtn:hover {
      background-color: #ee4b10; }
  .goodsPackage > .packageCell .packageInfo {
    background-color: #fafafa; }
    .goodsPackage > .packageCell .packageInfo > .arrow_carrot-down {
      font-size: 30px;
      color: #616161;
      font-weight: bold;
      cursor: pointer;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center; }
      .goodsPackage > .packageCell .packageInfo > .arrow_carrot-down:hover {
        color: #ff6700; }
    .goodsPackage > .packageCell .packageInfo > .suitName {
      font-size: 16px;
      font-weight: bold;
      width: 300px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      margin-right: 40px; }
    .goodsPackage > .packageCell .packageInfo > .suitCode {
      width: 150px;
      text-align: center; }
    .goodsPackage > .packageCell .packageInfo > .infoBtns {
      margin-left: 150px; }
  .goodsPackage > .packageCell .packageGoods-out {
    padding-left: 83px; }
  .goodsPackage > .packageCell .packageGoods {
    width: 300px;
    padding: 30px 10px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #e0e0e0; }
    .goodsPackage > .packageCell .packageGoods > span {
      font-size: 14px; }
    .goodsPackage > .packageCell .packageGoods > .goodsImg, .goodsPackage > .packageCell .packageGoods > .goodsName, .goodsPackage > .packageCell .packageGoods > .goodsCode, .goodsPackage > .packageCell .packageGoods > .goodsPrice {
      display: block; }
    .goodsPackage > .packageCell .packageGoods > .goodsImg {
      width: 120px;
      height: 120px;
      margin-left: auto;
      margin-right: auto; }
    .goodsPackage > .packageCell .packageGoods > .goodsName {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center; }
    .goodsPackage > .packageCell .packageGoods > .goodsCode {
      text-align: center; }
    .goodsPackage > .packageCell .packageGoods > .goodsPrice {
      text-align: center;
      padding-top: 20px;
      color: #757575; }
      .goodsPackage > .packageCell .packageGoods > .goodsPrice > .goodsPrice-yen {
        color: #ff6700;
        font-weight: bold;
        font-size: 14px; }
    .goodsPackage > .packageCell .packageGoods .infoBtn {
      display: inline-block;
      margin-top: 20px;
      margin-left: 250px; }

.sc {
  display: none;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

#shopping {
  display: none;
  position: fixed;
  z-index: 350;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 800px;
  height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  #shopping > .shopping-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 49px;
    border-bottom: 2px solid lightgray;
    font-size: 16px;
    text-indent: 30px; }
  #shopping > .shoppingClose {
    position: absolute;
    top: 11px;
    right: 12px;
    font-size: 27px;
    color: #e0e0e0;
    cursor: pointer; }
    #shopping > .shoppingClose:hover {
      color: gray; }
  #shopping > .shopping-content {
    height: 500px;
    overflow: auto; }
    #shopping > .shopping-content > .suitInfo {
      padding: 15px 30px;
      background-color: #fafafa; }
      #shopping > .shopping-content > .suitInfo > .suitImg {
        display: inline-block;
        vertical-align: middle;
        width: 80px;
        height: 80px;
        margin-right: 40px; }
      #shopping > .shopping-content > .suitInfo > span {
        font-size: 14px;
        color: gray; }
      #shopping > .shopping-content > .suitInfo > .suitName, #shopping > .shopping-content > .suitInfo > .suitCode {
        color: black;
        margin-right: 40px; }
    #shopping > .shopping-content > .goodsInfo {
      padding-left: 30px;
      padding-right: 30px; }
  #shopping > .shoppingJoin {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 48px;
    line-height: 50px;
    width: 100%;
    text-align: right;
    border-top: 2px solid lightgray; }
    #shopping > .shoppingJoin > .prompt {
      display: none;
      color: #ff6700; }
    #shopping > .shoppingJoin > label {
      margin-right: 15px;
      cursor: pointer; }
    #shopping > .shoppingJoin > .joinSure {
      padding: 7px 25px;
      margin-right: 40px;
      background-color: #ff6700;
      color: white;
      cursor: pointer;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-size: 14px; }
      #shopping > .shoppingJoin > .joinSure:hover {
        background-color: #ee4b10; }

.goodsItem {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e0e0e0; }
  .goodsItem > .carCheck {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    margin-right: 40px; }
    .goodsItem > .carCheck > span {
      color: white;
      font-size: 16px;
      font-weight: bold; }
    .goodsItem > .carCheck > input {
      display: none; }
  .goodsItem > .goodsImg {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    margin-right: 40px; }
  .goodsItem > .goodsText {
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 40px; }
    .goodsItem > .goodsText > .goodsCell {
      height: 26px;
      line-height: 26px; }
      .goodsItem > .goodsText > .goodsCell > span {
        color: gray; }
      .goodsItem > .goodsText > .goodsCell > .goodsName {
        color: black; }
  .goodsItem > .goodsHandle {
    display: inline-block;
    vertical-align: middle; }
    .goodsItem > .goodsHandle > .goodsHandle-item {
      height: 40px;
      line-height: 40px; }
      .goodsItem > .goodsHandle > .goodsHandle-item > span {
        color: gray; }
      .goodsItem > .goodsHandle > .goodsHandle-item > .minus, .goodsItem > .goodsHandle > .goodsHandle-item > .add {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #e0e0e0;
        width: 35px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -ms-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none; }
        .goodsItem > .goodsHandle > .goodsHandle-item > .minus:hover, .goodsItem > .goodsHandle > .goodsHandle-item > .add:hover {
          color: white;
          background-color: #e0e0e0; }
      .goodsItem > .goodsHandle > .goodsHandle-item > .minus {
        border-right: none; }
      .goodsItem > .goodsHandle > .goodsHandle-item > .add {
        border-left: none; }
      .goodsItem > .goodsHandle > .goodsHandle-item > .goodsNumber {
        display: inline-block;
        vertical-align: middle;
        width: 70px;
        text-align: center;
        height: 25px;
        line-height: 25px;
        border: 1px solid #e0e0e0;
        border-left: none;
        border-right: none; }
      .goodsItem > .goodsHandle > .goodsHandle-item > .goodsSpec {
        width: 142px;
        height: 25px;
        line-height: 25px;
        padding-left: 10px;
        border: 1px solid #e0e0e0; }

#allCheck {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
  color: #f4f4f4;
  margin-right: 40px; }
  #allCheck > span {
    font-size: 16px;
    font-weight: bold;
    color: #fafafa; }

.carChoice {
  color: white !important;
  background-color: #ff6700 !important;
  border-color: #ff6700 !important; }

/*# sourceMappingURL=goodsInfo.css.map */
