@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; }

.content-top-out {
  background-color: white; }

.content-top {
  background-color: white;
  width: 1200px;
  margin: 0px auto; }
  .content-top .navs {
    float: left;
    position: relative;
    width: 240px;
    height: 450px;
    background: #64615b;
    padding-top: 10px;
    padding-bottom: 40px;
    margin-top: 1px;
    margin-bottom: 40px; }
    .content-top .navs > .navs-out {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .content-top .navs > .navs-out > .goodsClass {
        width: 100%; }
        .content-top .navs > .navs-out > .goodsClass > li > a {
          display: block;
          padding-left: 20px;
          padding-right: 10px;
          height: 45px;
          line-height: 45px; }
          .content-top .navs > .navs-out > .goodsClass > li > a > .classText {
            display: inline-block;
            vertical-align: middle;
            font-family: "Microsoft Yahei";
            font-size: 14px;
            width: 170px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: white; }
          .content-top .navs > .navs-out > .goodsClass > li > a > .classIcon {
            vertical-align: middle;
            color: white;
            font-size: 22px;
            font-weight: bold; }
        .content-top .navs > .navs-out > .goodsClass > li:hover > a {
          background-color: #ff6700; }
          .content-top .navs > .navs-out > .goodsClass > li:hover > a > span {
            color: white; }
        .content-top .navs > .navs-out > .goodsClass > li:hover > ul {
          display: block; }
        .content-top .navs > .navs-out > .goodsClass > li > ul {
          background-color: white;
          width: 960px;
          height: 501px;
          overflow: auto;
          display: none;
          position: absolute;
          z-index: 20;
          top: -1px;
          left: 240px;
          border-top: 1px solid #e0e0e0;
          -moz-box-shadow: 0px 1px 3px 1px #C1C1C1;
          -webkit-box-shadow: 0px 1px 3px 1px #C1C1C1;
          box-shadow: 0px 1px 3px 1px #C1C1C1; }
          .content-top .navs > .navs-out > .goodsClass > 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;
            		color: #576463;
            	}
            }*/ }
            .content-top .navs > .navs-out > .goodsClass > li > ul > li > a {
              font-size: 14px;
              color: #757575;
              white-space: nowrap;
              margin-right: 20px; }
              .content-top .navs > .navs-out > .goodsClass > li > ul > li > a:hover {
                color: #ff6700; }
    .content-top .navs > .classPage {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center; }
      .content-top .navs > .classPage > span {
        cursor: pointer;
        font-size: 22px;
        color: white; }
        .content-top .navs > .classPage > span:hover {
          color: #ff6700; }
      .content-top .navs > .classPage > .classPrev {
        margin-right: 30px; }
  .content-top .goodsNew {
    float: left;
    background-color: white;
    width: 945px;
    padding-left: 15px; }
    .content-top .goodsNew > .goodsOut > a {
      background: #fafafa; }

.goodsHot, .goodsRecommend {
  margin-top: 30px; }

.goodsTitles {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #333; }

.classIndexOut {
  background-color: #f5f5f5; }

.classIndex {
  width: 1200px;
  margin: 0px auto;
  height: 40px;
  line-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #f5f5f5; }
  .classIndex a, .classIndex span {
    display: inline-block;
    vertical-align: middle; }
  .classIndex > .pastClass:hover {
    color: #ff6700;
    text-decoration: underline; }
  .classIndex > .arrow_carrot-right {
    font-size: 18px;
    color: black; }
  .classIndex > .nowClass {
    color: #ff6700; }

.goodsFilterOut {
  background-color: white; }

.goodsFilter {
  width: 1200px;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white; }
  .goodsFilter > .filterItem {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
    /*>.fil-title{
    	color: #999;
    	background-color: #fdf8f6;
    }*/ }
    .goodsFilter > .filterItem > .filterItem-title {
      float: left;
      width: 120px;
      font-size: 14px;
      color: #b0b0b0;
      padding-left: 20px; }
    .goodsFilter > .filterItem > .filterItem-content {
      width: 1040px;
      padding-left: 20px;
      float: left;
      color: #999;
      overflow: hidden; }
      .goodsFilter > .filterItem > .filterItem-content > li {
        float: left;
        margin-left: 10px;
        margin-right: 30px; }
        .goodsFilter > .filterItem > .filterItem-content > li > a {
          font-size: 14px;
          color: #333; }
          .goodsFilter > .filterItem > .filterItem-content > li > a:hover {
            color: #ff6700; }
        .goodsFilter > .filterItem > .filterItem-content > li > label {
          cursor: pointer;
          font-size: 14px;
          padding: 3px 5px; }
          .goodsFilter > .filterItem > .filterItem-content > li > label:hover {
            color: #ff6700; }
          .goodsFilter > .filterItem > .filterItem-content > li > label > input {
            display: none; }
        .goodsFilter > .filterItem > .filterItem-content > li .choice {
          color: white;
          background-color: #ff6700; }
          .goodsFilter > .filterItem > .filterItem-content > li .choice:hover {
            color: white; }

.haveNotGoods {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 18px;
  color: #757575; }

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