html {
    width: 100%;
    height: 100%;
    font-family: '微软雅黑',PingFang SC, Arial, Hiragino Sans GB, WenQuanYi Micro Hei, Microsoft Yahei, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }

  body {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  input,button,select,textarea{outline:none;}
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }

  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  [hidden],
  template {
    display: none;
  }

  a {
    background-color: transparent;
    text-decoration: none;
  }
  /* a:hover{
      text-decoration:underline
  } */

  a:active,
  a:hover {
    outline: 0;
  }

  abbr[title] {
    border-bottom: 1px dotted;
  }

  b,
  strong {
    font-weight: bold;
  }

  dfn {
    font-style: italic;
  }

  h1,
  h2,
  h3,
  h4 {
    margin: 0;
  }ß

  mark {
    background: #ff0;
    color: #000;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  img {
    border: 0;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  figure {
    margin: 1em 40px;
  }

  hr {
    box-sizing: content-box;
    height: 0;
  }

  pre {
    overflow: auto;
  }

  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }

  button {
    overflow: visible;
  }

  button,
  select {
    text-transform: none;
  }

  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }

  button[disabled],
  html input[disabled] {
    cursor: default;
  }

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  input {
    line-height: normal;
  }

  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }

  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }

  legend {
    border: 0;
    padding: 0;
  }

  textarea {
    overflow: auto;
  }

  optgroup {
    font-weight: bold;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  ul,
  li,
  td,
  th {
    padding: 0;
  }

  ul,
  li {
    margin: 0;
  }

  li {
    list-style: none;
  }

  p {
    margin: 0;
  }


  .clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
  }

  .clearfix {
    *zoom: 1;
  }
  .container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
  }
  .leftCol{
      float:left;
  }
  .rightCol{
      float:right;
  }
  a:hover{
    color:#4683FF;
  }


  .header {
    /*position: fixed;
    top:0;
    left:0;*/
   position: relative;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: 8;
  }
  .logo {
    float: left;
    padding-top: 13px;
  }
  .header-right {
    float: right;
    padding-top: 30px;
  }
  .header-search .Validform_checktip {
    left: 120px;
    bottom: -20px;
    position: absolute;
    font-size: 14px;
    color: #666666;
  }
  .header-search .Validform_checktip.Validform_right {
    display: none;
  }
  .header-search {
    position: relative;
    float: left;
    width: 590px;
    height: 50px;
    /* border: 2px solid #3488ea; */
    background:#F4F5F6;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .header-sel {
    float: left;
    padding: 0 20px;
    height: 50px;
    border-color: #F4F5F6;
    font-size: 16px;
    color: #666666;
    background: #F4F5F6 url(../images/down1.png) no-repeat right center;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border:none;
  }
  .header-sel::-ms-expand{display:none;}
  .header-line{
      width:2px;
      height:16px;
      background:#D3D6D9;
      margin:17px 0 0 14px;
      display: block;
      float:left;
  }
  .header-text {
    float: left;
    padding: 15px 0 0 14px;
    width: 210px;
    font-size: 16px;
    border: none;
    outline: none;
    color: #4a4a4a;
    background-color: #F4F5F6;
  }
  .header-text::-webkit-input-placeholder{
    color: #999999;
    font-size: 16px;
  }
  .header-text::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 16px;
  }
  .header-text:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 16px;
  }
  .header-text:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #999999;
    font-size: 16px;
  }
  .header-submit {
    float: right;
    width: 88px;
    height: 50px;
    border: none;
    color: #fff;
    font-size: 16px;
    /* padding-left: 43px; */
    background: #4683FF;
    text-align: center;
    /* background: #4683FF url('../images/search.png') no-repeat 19px center; */
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .nav{
    width:100%;
    height:60px;
    background:#4683FF;
    /*margin-top:100px;*/
  }
  .nav.active{
    position: fixed;
    top:0;
    left:0;
    z-index: 11;
  }
  .nav-link{
    display: block;
    padding:0 22px;
    font-size:16px;
    color:#fff;
    line-height: 60px;
    position: relative;
  }
   .nav-link:hover{
    color:#fff;
    background:#2F74FF;
    /* font-weight: bolder; */
  }
  .nav-link.active{
    background:#2F74FF;
  }
  .nav-ulIcon{
    position: absolute;
    right:3px;
    top:3px;
  }
  .nav-nologin{
      line-height: 60px;
      color:#fff;
      font-size:16px;
  }
  .nav-nologin a{
      font-size:16px;
      color:#fff;
      display: inline-block;
  }
  .nav-user{

  }
  .nav-user a{
      display: inline-block;
  }
  .nav-user-img{
      margin-left:35px;
      margin-top:12px;
  }
  .nav-user-img img{
      border-radius: 50%;
  }
  .nav-user-wrap{
    position: relative;
    height:60px;
  }
  .nav-user-wrap:hover .header-user-wrap{
    display: block;
  }
  .header-user-wrap{
    position: absolute;
    bottom: -387px;
    right:0;
    width:288px;
    border:1px solid #D9DDE1;
    z-index: 11;
    background:#fff;
    display: none;
  }
  .header-yy{
    padding:20px 20px 20px 88px;
    height:52px;
    border-bottom: 2px solid #D9DDE1;
  }
  /* .header-user-link{
    display: block;
    padding-left:68px;

    position: relative;
  } */
  .header-user-link{
    position: absolute;
    top:20px;
    left:20px;
    display: block;
  }
  .header-user-link img{
    border-radius: 50%;
  }
  .header-yy h2{
    font-size:18px;
    color:#333;
  }
  .header-yy p{
    position: relative;
    background:#FFF6C5;
    margin-top:8px;
    font-size:14px;
    color:#333;
    line-height: 24px;
    padding:0 10px;
  }
  .header-yy span, .header-yy a{
    color:#FF3C3C;
  }
  .header-yy p a{
    position: absolute;
    right: 3px;
    top: 0;
    color:#FF3C3C;
  }
  .header-user-box{
    padding:0 20px 20px;
    border-bottom: 2px solid #D9DDE1;
  }
  .header-user-list{
    width:100%;
  }
  .header-user-item{
    width:33.3%;
    text-align: center;
    float:left;
  }
  .header-user-item a{
    display: inline-block;
    padding-top:50px;
    font-size:14px;
    color:#666;
  }
  .header-user-item a.item1{
    background:url(../images/../images/new/user1.png) center 20px no-repeat;
  }
  .header-user-item a.item2{
    background:url(../images/../images/new/user2.png) center 20px no-repeat;
  }
  .header-user-item a.item3{
    background:url(../images/../images/new/user3.png) center 20px no-repeat;
  }
  .header-user-item a.item4{
    background:url(../images/../images/new/user4.png) center 20px no-repeat;
  }
  .header-user-item a.item5{
    background:url(../images/../images/new/user5.png) center 20px no-repeat;
  }
  .header-user-item a.item6{
    background:url(../images/../images/new/user6.png) center 20px no-repeat;
  }
  .header-user-item a.item7{
    background:url(../images/../images/new/user7.png) center 20px no-repeat;
  }
  .header-user-item a.item8{
    background:url(../images/../images/new/user8.png) center 20px no-repeat;
  }
  .header-user-item a.item1:hover{
    background:url(../images/../images/new/user1-hover.png) center 20px no-repeat;
    color:#4683FF;
  }
  .header-user-item a.item2:hover{
    background:url(../images/../images/new/user2-hover.png) center 20px no-repeat;
    color:#4683FF;
  }
  .header-user-item a.item3:hover{
    background:url(../images/../images/new/user3-hover.png) center 20px no-repeat;
    color:#4683FF;
  }
  .header-user-item a.item4:hover{
    background:url(../images/../images/new/user4-hover.png) center 20px no-repeat;
    color:#4683FF;
  }
  .header-user-item a.item5:hover{
    background:url(../images/../images/new/user5-hover.png) center 20px no-repeat;
    color:#4683FF;
  }
  .header-user-item a.item6:hover{
    background:url(../images/../images/new/user6-hover.png) center 20px no-repeat;
    color:#4683FF;
  }
   .header-user-item a.item7:hover{
    background:url(../images/../images/new/user7-hover.png) center 20px no-repeat;
    color:#4683FF;
  }
  .header-user-item a.item8:hover{
    background:url(../images/../images/new/user8-hover.png) center 20px no-repeat;
    color:#4683FF;
  }
  .header-user-bot{
    padding:20px;
    background:#f4f5f8;
  }
  .header-user-bot a{
    font-size:16px;
    color:#666;
  }
  .nav-user-buy {
    position: relative;
    width: 70px;
    height: 60px;
    background: #2F74FF url('../images/new/icon-shoppingcar-nav.png') no-repeat center;
    cursor: pointer;
  }
  .nav-user-chu{
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    cursor: pointer;
    position: relative;
  }
  .nav-user-buy-wrap {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9;
    width: 185px;
    padding-top: 20px;
    padding-left: 25px;
    height: 35px;
    background: url('../images/new/bg-tips.png') no-repeat 0 bottom;
  }
  .nav-user-buy-wrap.hide .nav-user-buy-link {
    text-align: center;
    width: 157px;
  }
  .nav-user-buy-link {
    font-size: 14px;
    color: #4683FF;
  }
  .nav-user-buy-link:hover {
    color: #2F74FF;
  }
  .nav-user-buy-btn {
    display: none;
    position: absolute;
    right: 16px;
    top: 25px;
    width: 10px;
    height: 10px;
    background: url('../images/new/icon-close.png') no-repeat;
    border: none;
  }
  .nav-user-chu:hover{
    background: #2F74FF
  }
  .nav-user-chu:hover .nav-user-hide{
    display: block;
  }
  .nav-user-hide{
    padding:20px;
    background:#fff;
    text-align: center;
    position: absolute;
    bottom: -228px;
    left: 0px;
    z-index: 11;
    display: none;
  }
  .nav-user-hide img{
    display: block;
  }
  .nav-user-hideText{
    font-size:16px;
    color:#333;
    margin-bottom: 8px;
    line-height: 20px;
  }
  .nav-user-information{
      margin-left:20px;
      margin-top:17px;
      position: relative;
  }
  .nav-user-informationNum{
      display: block;
      padding:1px 5px;
      font-size:12px;
      color:#fff;
      background:#FF3C3C;
      border-radius: 10px;
      position: absolute;
      top:-10px;
      left:15px;
  }
  .nav-user-sign{
      padding:5px 16px;
      font-size:14px;
      color:#fff;
      background:#FF3C3C;
      margin-top:17px;
      border-radius: 15px;
  }
  .nav-user-sign.active{
    background:rgba(208,207,207,0.5)
  }
  .nav-user-sign:hover{
    color:#fff;
  }

  .part1{
      margin-top:20px;
  }
  .part1-swiper{
      width:800px;
      height:400px;
      overflow: hidden;
      position: relative;
  }
  .part1-swiper .swiper-pagination-bullets{
    top: 90%!important;
    left: 0% !important;
    text-align: right;
    width:770px;
    padding-right:30px;
  }
  .part1-swiper .swiper-pagination-bullet{
      width:8px!important;
      height:8px!important;
      background:rgba(255,255,255,0.5)!important;
      margin-left:12px;
  }
  .part1-swiper .swiper-pagination-bullet-active{
    width:20px!important;
    border-radius: 4px!important;
    background: #4683FF!important;
  }
  .swiper-button-next, .swiper-button-prev{
      width:46px!important;
      height:80px!important;
      margin-top:-40px!important;
  }
  .swiper-button-next{
    background:url('../images/banner-right.png') center center no-repeat!important;
    right:20px!important;
    background-color: rgba(0,0,0,0.5)!important;
  }
  .swiper-button-prev{
    background:url('../images/banner-left.png') center center no-repeat!important;
    left:20px!important;
    background-color: rgba(0,0,0,0.5)!important;
  }

  .part1-user{
      width:332px;
      height:358px;
      background:#F4F5F6;
      padding:24px 24px 18px;
  }
  .part1-user-info{
      position: relative;
      padding-left:76px;
  }
  .part1-user-infoImg{
      position: absolute;
      top:0;
      left:0;
      border-radius: 50%;
  }
  .part1-user-name{
      font-size:16px;
      color:#333;
      line-height: 28px;
  }
  .part1-user-text{
      font-size:14px;
      color:#999;
      margin-top:7px;
  }
  .part1-user-text span{
      font-size:18px;
      color:#ff0000;
  }
  .part1-user-dui{
      display: inline-block;
      font-size:14px;
      color:#666;
      padding-left:35px;
      background:url(../images/shop-icon1.png) left center no-repeat;
      line-height: 26px;
      margin-top:25px;
  }
  .part1-user-myBi{
    display: inline-block;
    font-size:14px;
    color:#666;
    padding-left:35px;
    background:url(../images/shop-icon2.png) left center no-repeat;
    line-height: 26px;
    margin-top:25px;
    margin-left:35px;
  }
  .part1-user-line{
      width:100%;
      height:1px;
      background:#D9DDE1;
      margin:15px 0;
  }
  .part1-user-title{
      font-size:16px;
      color:#333;
  }
  .part1-user-link{
      padding-right:14px;
      background:url(../images/shop-more.png) 100% center no-repeat;
      font-size:14px;
      color:#666;
  }
  .part1-user-a{
      display: block;
      width:98px;
      height:28px;
      border:1px solid #C0C7D1;
      border-radius: 15px;
      text-align: center;
      line-height: 30px;
      font-size:14px;
      color:#666;
      margin:15px 15px 0 0;
  }
  .part1-user-a:hover{
      background:#FF3C3C;
      border-color: #FF3C3C;
      color:#fff;
  }
  .part1-user-a.new {
    position: relative;
  }
  .part1-user-a.new:after {
    position: absolute;
    top: -22px;
    right: -11px;
    content: '';
    width: 34px;
    height: 18px;
    background: url('../images/new/new.png') no-repeat
  }
  .part1-user-kefu{
    font-size:14px;
    color:#666;
    padding-left:35px;
    background:url(../images/shop-icon3.png) left center no-repeat;
    line-height: 26px;
  }
  .part1-user-logo{
      text-align: center;
  }
  .part1-user-logo p{
      font-size:16px;
      color:#333;
      margin:16px 0 25px 0;
  }
  .part1-user-logoLink{
      display: inline-block;
      width:120px;
      height:36px;
      background:#4683FF;
      text-align: center;
      line-height: 36px;
      border-radius: 6px;
      font-size:16px;
      color:#fff;
      margin-bottom: 15px;
  }
  .part1-user-logoLink:hover{
    color:#fff;
  }


  .part2{
    margin-top:20px;
  }
  .part2-listLeft{
    width:800px;
    overflow: hidden;
  }
  .part2-navList1{
    border-bottom:1px solid #D9DDE1;
  }
  .part2-navList1-link{
    display: block;
    line-height: 40px;
    padding:0 24px;
    font-size:16px;
    color:#333;
    border-bottom: 2px solid #fff;
  }
  .part2-navList1-link.active{
    font-size:18px;
    color:#4683FF;
    border-bottom-color: #4683FF;
  }
  .part2-navList-p{
    line-height: 40px;
    font-size:14px;
    color:#666;
  }
  .part2-navList2{
    margin-top:20px;
  }
  .part2-navList2-link{
    font-size:14px;
    color:#666;
    line-height: 28px;
    margin-left:15px;
    padding:0 15px;
  }
  .part2-navList2-link:hover{
    background:#F4F5F6;
    border-radius: 15px;
    color:#666;
  }
  .part2-navList2-link.avtive{
    background:#4683FF;
    border-radius: 15px;
    color:#fff;
  }
  .part2-list-wrap{
    margin-top:15px;
    border-top:1px solid #D9DDE1;
    width:820px;
  }
  .part2-list-item{
    width:254px;
    height:298px;
    border:1px solid #e5e5e5;
    border-radius: 6px;
    margin-right:15px;
    margin-top:17px;
    position: relative;
  }
  .part2-list-item:hover{
    box-shadow:0px 4px 20px 0px rgba(77,77,77,0.15);
  }
  .part2-listItem-name{
    padding-left:8px;
    margin-top:15px;
    font-size:16px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height:22px;
  }
  .part2-listItem-money{
    padding-left:8px;
    line-height: 30px;
    font-size:16px;
    color:#FF3C3C;
  }
  .part2-listItem-num{
    padding-left:8px;
    line-height: 24px;
    font-size:14px;
    color:#666;
  }
  .part2-list-icon{
    position: absolute;
    top:0;
    left:0;
  }
  .part2-list-none{
    display: block;
    width:60px;
    height:28px;
    text-align: center;
    line-height: 28px;
    font-size:14px;
    color:#fff;
    position: absolute;
    top:153px;
    right:15px;
    background:rgba(0,0,0,0.4);
    border-radius: 4px;
  }
  .part2-right{
    width:380px;
    overflow: hidden;
  }
  .part2-listRight1{
    padding:24px;
    width:332px;
    /* height:662px; */
    background:#f4f5f6;
  }
  .part2-listRight-title{
    border-bottom: 1px solid #D9DDE1;
  }
  .part2-listRight-title span{
    display: inline-block;
    width:75px;
    font-size:18px;
    color:#333;
    padding-bottom: 10px;
    border-bottom: 2px solid #4683FF;
  }
  .part2-listRight-item{
    position: relative;
    margin-top:20px;
    padding-left:156px;
    display: block;
    min-height: 105px;
  }
  .part2-listRgiht-img{
    position: absolute;
    top:0;
    left:0;
  }
  .part2-listRight2{
    padding:24px 24px 40px;
    width:332px;
    /* height:433px; */
    background:#f4f5f6;
    margin-top:20px;
  }
  .part2-listRight2-li{
    width:332px;
    overflow: hidden;
  }
  .part2-listRight2-item{
    margin-top:37px;
    position: relative;
    padding-left:76px;
    min-height: 60px;
  }
  .part2-listRight2-img{
    position: absolute;
    top:0;
    left:0;
    border-radius: 50%;
  }
  .part2-listRight2-p1{
    font-size:16px;
    color:#666;
    line-height: 24px;
  }
  .part2-listRight2-p2{
    font-size:16px;
    color:#333;
    line-height: 24px;
    margin-top:5px;
  }
  .part2-listRight3{
    padding:24px;
    width:332px;
    /* height:482px; */
    background:#f4f5f6;
    margin-top:20px;
  }
  .part2-listRight-link{
    padding-right:14px;
    background:url(../images/shop-more.png) 100% center no-repeat;
    font-size:14px;
    color:#666;
    line-height: 34px;
  }
  .part2-listRight3-item{
    margin-top:20px;
    display: block;
  }
  .part2-listRight-p{
    font-size:16px;
    color:#333;
    margin-top:10px;
  }
  .part3{
    margin-top:40px;
    margin-bottom: 60px;
  }
  .part3-main{
    padding:10px 24px 30px;
    width:1152px;
    height:200px;
    background:#f4f5f6;
  }
  .part3-main-title{
    border-bottom: 1px solid #D9DDE1;
  }
  .part3-main-title span{
    display: inline-block;
    width:110px;
    font-size:18px;
    color:#333;
    padding: 10px 0;
    border-bottom: 2px solid #4683FF;
  }
  .part3-main-wrap{
    width:100%;
  }
  .part3-main-item{
    width:20%;
    text-align: center;
    position: relative;
    padding-top:20px;
  }
  .part3-main-p1{
    font-size:16px;
    color:#333;
    margin-top:16px;
  }
  .part3-main-p2{
    font-size:14px;
    color:#666;
    margin-top:16px;
  }
  .part3-main-line{
    position: absolute;
    top: 45px;
    right: -55px;
  }

  .head-popup{
    position: fixed;
    width:100%;
    height:100%;
    z-index: 12;
    display: none;
  }
  .popup-bg{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    background:rgba(0,0,0,0.5);
    z-index: 12;
  }
  .popup-main{
    width:464px;
    height:571px;
    background:url(../images/signin2.png) center center no-repeat;
    position: fixed;
    top:50%;
    left:50%;
    margin:-285px 0 0 -232px;
    z-index: 13;
  }
  .popup-head-close{
    width:30px;
    height:30px;
    background:url(../images/signin-delet.png) center center no-repeat;
    position: absolute;
    top:0;
    right:-15px;
    cursor: pointer;
  }
  .popup-main-title{
    margin-top:100px;
    text-align: center;
    font-size:30px;
    color:#fefefe;
    font-weight: normal;
  }
  .popup-main-test{
    width:180px;
    height:30px;
    background:#FC8114;
    border-radius: 15px;
    margin:20px auto 0;
    text-align: center;
    line-height: 30px;
    font-size:16px;
    color:#fefefe;
  }
  .popup-main-test span{
    color:#FFDB49;
  }
  .popup-main-ul{
    margin-top:70px;
    padding:0 20px;
    width: 450px;
  }
  .popup-main-li{
    width:88px;
    margin-right:24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .popup-main-date{
    font-size:14px;
    color:#333;
    margin-bottom: 10px;
  }
  .popup-main-item{
    width:100%;
    height:64px;
    background:#f4f5f8;
    border-radius: 10px;
    padding-top:10px;
    position: relative;
  }
  .popup-main-item p{
    font-size:16px;
    color:#666;
    margin-top:3px;
  }
  .popup-mainItem-img{
    position: absolute;
    top:0;
    left:0;
  }
  .popup-mainItem-bg{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    left:0;
    border-radius: 10px;
    text-align: center;
    display: none;
  }
  .popup-mainItem-bg span{
    display: block;
    font-size:18px;
    color:#fff;
    line-height: 74px;
    transform:rotate(-15deg);
    -ms-transform:rotate(-15deg); 	/* IE 9 */
    -moz-transform:rotate(-15deg); 	/* Firefox */
    -webkit-transform:rotate(-15deg); /* Safari 和 Chrome */
    -o-transform:rotate(-15deg); 	/* Opera */
  }
  .popup-main-link{
    display: block;
    margin: 0 auto;
    font-size:18px;
    color:#fff;
    text-align: center;
    width: 320px;
    line-height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #FF9F23;
}
.popup-main-link:hover {
  color: #fff;
}

  /* mallDetail */

  .mallDetail-crumbs-item,.mallDetail-crumbs-item a{
    font-size:14px;
    color:#666;
    margin:24px 0;
  }
  .mallDetail-crumbs-item em{
    margin:0 3px;
  }
  .mallDetail-partImg{
    width:400px;
    height:300px;
    border:1px solid #E5E5E5;
    border-radius: 6px;
    position: relative;
  }
  .mallDetail-partImg-new{
    position: absolute;
    top:0;
    left:0;
  }
  .mallDetail-test{
    margin-left:30px;
    max-width: 760px;
  }
  .mallDetail-title{
    font-size:24px;
    color:#333;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height:32px;*/
  }
  .mallDetail-p1{
    font-size:16px;
    color:#666;
    margin-top:25px;
  }
  .mallDetail-p1 span{
    font-size:20px;
    color:#FF0404;
    margin:0 5px;
    display: inline-block;
  }
  .mallDetail-btnNum-wrap{
    width:112px;
    height:28px;
    border:1px solid #C0C7D1;
    margin-top:22px;
  }
  .mallDetail-btnNum{
    background:#F4F5F6;
    border:none;
    width:30px;
    height:100%;
    display: block;
  }
  .mallDetail-num{
    width:48px;
    height:26px;
    border:none;
    border-left:1px solid #C0C7D1;
    border-right:1px solid #C0C7D1;
    font-size:16px;
    color:#666;
    text-align: center;
    line-height: 26px;
  }
  .mallDetail-p2{
    font-size:14px;
    color:#999;
    margin:30px 0 0 20px;
  }
  .mallDetail-btn{
    width:220px;
    height:56px;
    background:#D0CFCF;
    text-align: center;
    line-height: 56px;
    outline: none;
    font-size:20px;
    color:#fff;
    margin-top:30px;
    border:none;
    border-radius: 6px;
    cursor: default;
  }
  .mallDetail-btn.active{
    background:#FF3C3C;
    cursor: pointer;
  }
  .mallDetail-p3{
    font-size:16px;
    color:#FF3C3C;
    margin-left:16px;
    margin-top:66px;
  }
  .mallDetail-text{
    font-size:14px;
    color:#999;
    margin-top:15px;
  }

  .mallDetail-part1{
    margin-top:40px;
    padding:40px 0;
    border-top:1px solid #D9DDE1;
  }
  .mallDetail-partLeft{
    padding:24px;
    width:332px;
    /* height:662px; */
    overflow: hidden;
    background:#F4F5F6;
  }
  .mallDetail-partRight{
    width:790px;
    margin-left:30px;
  }


  /* order */
  .order-wrap{
    padding:40px 0 60px 0;
  }
  .order-title{
    font-size:18px;
    color:#333;
    margin-bottom: 16px;
  }
  .order-title span{
    font-size:14px;
    color:#999;
    margin-left:12px;
  }
  .order-list{
    padding-bottom: 40px;
  }
  .order-item{
    width:210px;
    height:100px;
    padding:15px;
    background:url(../images/site-unselected.png) center center no-repeat;
    margin-right:35px;
    position: relative;
    cursor: pointer;
  }
  .order-item.active{
    background:url(../images/site-hover.png) center center no-repeat;
  }
  .order-item.none span{
    display: block;
    width:46px;
    height:46px;
    background:url(../images/site-add.png) center center no-repeat;
    position: absolute;
    top:50%;
    left:50%;
    margin:-23px 0 0 -23px;
  }
  .order-item:hover{
    background:url(../images/site-hover.png) center center no-repeat;
  }
  .order-item.none:hover span{
    background:url(../images/site-add-hover.png) center center no-repeat;
  }
  .order-item:hover .order-item-hover{
    display: block;
  }
  .order-item:hover .order-item-active{
    display: block;
  }
  .order-item-name{
    font-size:14px;
    color:#333;
    padding-bottom: 8px;
    border-bottom: 1px solid #D9DDE1;
  }
  .order-item-address{
    font-size:14px;
    color:#666;
    margin-top:8px;
  }
  .order-item-hover{
    margin-top:7px;
    display: none;
  }
  .order-item-btn{
    border:none;
    outline: none;
    font-size:14px;
    color:#FF3C3C;
    margin-right:22px;
    background:#fff;
    padding:0;
  }
  .order-item-active{
    width:64px;
    height:22px;
    background:rgba(0,0,0,0.2);
    border-radius:4px;
    text-align: center;
    line-height: 22px;
    font-size:14px;
    color:#fff;
    margin-right:22px;
    display: none;
  }
  .order-item-img{
    position: absolute;
    bottom: 0;
    right:0;
  }
  .order-table{
    margin-bottom: 40px;
  }
  .order-table th{
    font-size:14px;
    color:#666;
    border:none;
  }
  .order-table td{
    font-size:14px;
    color:#333;
    line-height: 100px;
  }
  .order-table td img{
    vertical-align: middle;
  }
  .order-table td b{
    margin-left:60px;
  }
  .order-zhifu{
    padding:24px 24px 0;
    width:1152px;
    height:80px;
    background:#F1F5FC;
  }
  .order-zhifu-title{
    padding-bottom: 10px;
    border-bottom: 1px solid #D9DDE1;
  }
  .order-zhifu-title b{
    font-size:16px;
    color:#333;
  }
  .order-zhifu-p{
    font-size:14px;
    color:#333;
    line-height: 50px;
  }
  .order-zhifu-p span{
    font-size:14px;
    color:#999;
    margin-left:24px;
    display: inline-block;
  }
  .order-zhifu-p b{
    font-size:16px;
    color:#FF3C3C;
  }
  .order-address-wrap{
    padding:24px;
    width:1152px;
    height:90px;
    background:#F1F5FC;
    margin-top:26px;
  }
  .order-address-p{
    font-size:14px;
    color:#666;
    margin-bottom: 16px;
  }
  .order-address-p1{
    font-size:16px;
    color:#333;
  }
  .order-address-p1 b{
    font-size:20px;
    color:#FF3C3C;
  }
  .order-address-btn{
    width:180px;
    height:46px;
    background:#FF3C3C;
    border:none;
    outline: none;
    text-align: center;
    line-height: 46px;
    font-size:18px;
    color:#fff;
    margin-top:24px;
    border-radius: 6px;
  }

  .order-popup{
    position: fixed;
    width:100%;
    height:100%;
    z-index: 10;
    display: none;
  }
  .order-popup-bg{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    background:rgba(0,0,0,0.5);
    z-index: 5;
  }
  .order-popup-main{
    width:690px;
    /* height:482px; */
    position: fixed;
    top:50%;
    left:50%;
    margin:-330px 0 0 -345px;
    z-index: 10;
    background:#fff;
    padding-bottom: 30px;
  }
  .order-popup-close{
    width:14px;
    height:14px;
    background:url(../images/icon-delet.png) center center no-repeat;
    position: absolute;
    top:20px;
    right:24px;
    cursor: pointer;
  }
  .order-popup-title{
    border-bottom: 1px solid #D9DDE1;
    padding-left:24px;
    background:#F4F5F6;
    font-size:18px;
    color:#333;
    line-height: 52px;
  }

  .order-form{
    padding:30px 65px 0;
  }
  .order-popup-text{
    font-size:14px;
    color:#333;
    text-align: right;
    line-height: 34px;
    width:85px;
    margin-right:20px;
    margin-bottom: 20px;
  }
  .order-popup-text span{
    color:#FF3C3C;
    margin-right:5px;
  }
  .order-input-text{
    outline: none;
    width:190px;
    height:32px;
    border:1px solid #D9DDE1;
    border-radius: 4px;
    line-height: 34px;
    padding-left:10px;
    font-size:14px;
    color:#333;
  }
  .order-form input::-webkit-input-placeholder{
    color:#999;
  }
  .order-form input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
  }
  .order-form input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
  }
  .order-form input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999;
  }
  .cityThree select{
    outline: none;
    width:110px;
    height:32px;
    border:1px solid #D9DDE1;
    border-radius: 4px;
    line-height: 34px;
    padding-left:10px;
    font-size:14px;
    color:#333;
    margin-right:16px;
  }
  .order-input-address{
    outline: none;
    width:380px;
    height:58px;
    border:1px solid #D9DDE1;
    border-radius: 4px;
    line-height: 60px;
    padding-left:10px;
    font-size:14px;
    color:#333;
    margin-bottom: 20px;
  }
  .order-popup-active {
    display: block;
    text-align: left;
    padding-left: 10px;
    height: 16px;
    color: #666;
    font-size:14px;
    background: url('../images/unfocus.png') no-repeat 0 center;
    line-height: 16px;
    margin-left:105px;
  }
  .order-popup-active.checked {
    background-image: url('../images/focus.png');
  }
  .order-popup-btn{
    width:130px;
    height:36px;
    outline: none;
    border:none;
    background:#4683FF;
    text-align: center;
    line-height: 36px;
    font-size:16px;
    color:#fff;
    margin-top:22px;
    margin-left:105px;
    border-radius: 6px;
  }
  .order-form-item{
    position: relative;
  }
  .order-form .Validform_checktip {
    display: block;
    /* padding-left: 5px;
    padding-top: 0;
    text-align: left;
    height: 0; */
    font-size: 12px;
    color: #FF3C3C;
    position: absolute;
    text-align: center;
    transition: padding-top 0.3s ease-in-out 0s;
    -webkit-transition: padding-top 0.3s ease-in-out 0s;
    -moz-transition: padding-top 0.3s ease-in-out 0s;
    -ms-transition: padding-top 0.3s ease-in-out 0s;
    -o-transition: padding-top 0.3s ease-in-out 0s;
  }
  .order-form .Validform_checktip.Validform_wrong {
    /* padding-top: 7px;
    height: 12px; */
    padding:10px 0;
    bottom: -8px;
    left:105px;
    z-index: 10;
  }
  .order-form .Validform_checktip.Validform_right {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 12px;
    height: 12px;
    background: url('../images/icon_ok.png') no-repeat;
    background-size: 12px 12px;
  }
  .noMsg .Validform_checktip.Validform_right{
    opacity: 0;
  }

  /* convert */

  .convert-main{
    padding:100px 0;
    text-align: center;
  }
  .convert-title{
    font-size:20px;
    color:#333;
    margin-top:30px;
  }
  .convert-time{
    font-size:14px;
    color:#999;
    margin-top:20px;
  }
  .convert-p{
    font-size:16px;
    color:#666;
    margin-top:30px;
    line-height: 22px;
  }
  .convert-btn{
    display: inline-block;
    margin-top:60px;
    width:180px;
    height:46px;
    background:#FF3C3C;
    text-align: center;
    line-height: 46px;
    font-size:18px;
    color:#fff;
    border-radius: 6px;
  }
 /* 9-24*/
 .laeftbgdiv {
  width: 50px;
  position: fixed;
  top: 160px;
  right: 155px;
  z-index: 999;
}
.laeftbgdiv span {
  font-size: 12px;
  width: 200px;
  text-align: right;
  color: #333;
  cursor: pointer;
}
.ti-regleftbg {
  display: block;
  background: url('../images/TI_regL.jpg') no-repeat center;
  width: 200px;
  height: 480px;

}


.laeftbgdiv1 {
    width: 50px;
    position: fixed;
    top: 60px;
    z-index: 999;
}
.laeftbgdiv1 span {
    font-size: 12px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    text-align: right;
}

.ti-regleftbg1 {
    display: block;
    background: url('../images/TI_regL\ \(2\).jpg') no-repeat center;
    width: 50px;
    height: 250px;
}

.laeftbgdiv1:hover .ti-regleftbg1 {
    display: block;
    background: url('../images/TI_regB.jpg') no-repeat center;
    width: 110px;
}
/*.ti-*/
  /* 页脚 */
/* .footer {
  height: 150px;
  background-color: #3e3e3e;
}
.footer-nav {
  padding-top: 47px;
}
.footer-link {
  position: relative;
  float: left;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
}
.footer-link:hover,.footer-reference:hover {
  text-decoration: underline;
}
.footer-link+.footer-link:after {
  position: absolute;
  left: -1px;
  top: 1px;
  content: '|';
  color: #9b9b9b;
}
.footer-copyright {
  padding-left: 16px;
  margin-top: 18px;
  font-size: 14px;
  color: #fff;
}
.footer-reference {
  color: #fff;
}
.footer-wechat {
  position: absolute;
  top: 35px;
  right: 0;
  padding: 18px 95px 0 0;
  height: 62px;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #b8b8b8;
} */

.activity-fenye{
  text-align: center;
}
.pagination {font-size:16px; height: 37px; display: inline-block;}
.pagination li{float: left;}
.pagination a {  padding:7px 12px;  color:#333; border: 1px solid #D9DDE1; margin-right: 10px;border-radius: 5px;}
.pagination span {  padding:7px 12px; color:#333; border: 1px solid #D9DDE1; margin-right: 10px;border-radius: 5px;text-align: center;}
.pagination .active span { background-color: #4683FF; color:#fff; min-width: 10px; border: 1px solid #4683FF;}
.pagination a:hover {border-color: #4683FF; color: #4683FF;text-decoration: none;}

