/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

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

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    
    color: #333;
    outline: 0;
}

body {
    background: #fff;
}

a, a:hover {
    color: #333;
}

.clearfix {
    zoom: 1;
}

.clearfix:before {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    opacity: .8;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.align-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

/*body { cursor: url("../images/Arrow1.cur"), auto; }*/

.bg-white {
    background: #FFFFFF;
}

.bg-gray {
    background: #F2F2F2;
}

.header {
    background: #fff;
}

.header .head-con {
    background: #f2f2f2;
    color: #999;
    padding: 10px 0;
}

.header .head-con .head-top .left .fl {
    margin-right: 20px;
}

.header .head-con .head-top .right .fl {
    margin-left: 20px;
}

.header .nav {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    font-size: 46px;
    font-weight: bold;
    width: 200px;
}

.header .logo img {
    width: 100%;
}

.header .searchs .keyword {
    color: #666;
}

.header .searchs .keyword ul li a {
    color: #999;
}

.header .searchs .search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

.header .searchs .search .search-input {
    border: 1px solid #1ba1d4;
    height: 40px;
    line-height: 40px;
}

.header .searchs .search .btn {
    display: block;
    line-height: 40px;
    border: none;
    height: 40px;
    width: 120px;
    text-align: center;
}

.header .searchs .search .btn-gou {
    background: #289ff9;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
}

.header .searchs .search .btn-shou {
    border: 1px solid #f29a1f;
    color: #ffffff;
    background: #f29a1f!important;
    background: none;
    margin-left: 20px;
    border-radius: 3px;
}

.header .searchs .search .huo {
    color: #000;
}

.searchs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchs .keyword {
    display: flex;
    color: #ffffff;
    margin-top: 10px;
}

.searchs .keyword ul {
    display: flex;
}

.searchs .keyword ul li {
    margin-left: 19px;
    font-size: 14px;
}

.searchs .keyword ul li a {
    color: #fff;
}

.searchs .search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 270px;
}

.searchs .search .search-input {
    border-radius: 5px;
    background: #ffffff;
    /*border: 1px solid #fff;*/
    height: 50px;
    line-height: 50px;
    width: 600px;
}

.searchs .search .search-input input {
    border: none;
    height: 100%;
    padding: 0 20px;
    width: calc(100% - 160px);
    border-radius: 3px;
}

.searchs .search .search-input .btn-search {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #289ff9;
    color: #ffffff;
    border: none;
    height: 100%;
    width: 120px;
    text-align: center;
}

.searchs .search .btn {
    border: none;
    height: 50px;
    width: 120px;
    text-align: center;
}

.searchs .search .btn-gou {
    background: #289ff9;
    color: #ffffff;
}

.searchs .search .btn-shou {
    border: 1px solid #f29a1f;
    color: #ffffff;
    background: rgb(242 154 31);
    margin-left: 20px;
}

.searchs .search .huo {
    color: #fff;
    margin: 20px;
    font-size: 18px;
}

.nav-bars {
    background: #fff;
}

.nav-bars ul {
    display: flex;
    height: 50px;
    line-height: 50px;
}

.nav-bars ul li {
    flex: 1;
    text-align: center;
}

.nav-bars ul li a {
    font-size: 16px;
    display: block;
    height: 100%;
    width: 100%;
}

.nav-bars ul a:hover, .nav-bars ul .cur {
    color: #289ff9;
}

.nav-bars ul .active {
    background: #289ff9;
    color: #fff;
}

.nav-bars ul .active a {
    color: #fff;
}

.this-pos {
    display: flex;
}

.this-pos ul {
    display: flex;
}

.this-pos a {
    color: inherit;
}

.footer {
    background: #2b373d;
}


.navbar-detail {
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    display: flex;
    margin: 10px 0;
    border-radius: 5px;
}

.navbar-detail .tit {
    color: #999;
}

.navbar-detail ul {
    display: flex;
}

.navbar-detail li:after {
    content: "\e632";
    font-family: 'zricon';
    color: #999;
    margin: 0 10px;
}

.navbar-detail li:last-child:after {
    display: none;
}

.navbar-detail a {
    color: #289ff9;
}

/*侧边导航*/
.aside-list {
    position: fixed;
    bottom: calc((100% - 332px) / 2);
    right: 10px;
    width: 36px;
    background: #1d253f;
    box-shadow: 0px 5px 10px #3c3d40;
    z-index: 999;
    border-radius: 5px;
    padding: 25px 0 10px 0;

}

.aside-list .dxd-aside {
    margin-bottom: 0;
}

.aside-list .dxd-aside li {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 15px;
}

.aside-list .dxd-aside li a {
    color: #fff;
    display: block;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.aside-list .dxd-aside li:hover {
    background: #537ada;
}

.h-wx-code {
    position: absolute;
    left: -106px;
    top: 75px;
    display: none;
}

.dxd-aside li a img {
    width: 14px;
    height: 16px;
    object-fit: contain;
    margin-bottom: 5px;
}

.h-wx-code img {
    width: 100px;
    height: 100px;
}

.cons-method {
    position: absolute;
    left: -163px;
    top: 185px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    display: none;
}

.dxd-aside-wx .h-wx-code img {
    border-radius: 5px;
}

/*登录*/
.loginBox {
    display: none;
    padding:  30px;
    width: 500px;
    height: 351px;
}

.loginBox .logo {
    display: block;
    margin: auto;
    height: 40px;
}

.loginBox .layui-tab {
    padding: 0 50px;
}

.loginBox .layui-tab .layui-tab-title {
    text-align: center;
    margin: 25px 0;
}

.loginBox .layui-tab .layui-tab-title li {
    padding: 0;
    width: 50%;
    color: #414141;
    font-size: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.loginBox .layui-tab .layui-tab-title .layui-this {
    color: #537ada;
    border-bottom: 1px solid #537ada;

}

.loginBox .layui-tab .layui-tab-title .layui-this::after {
    border-color: #537ada;
}

.loginBox .layui-tab .layui-tab-content .layui-tab-item input[type='text'],
.loginBox .layui-tab .layui-tab-content .layui-tab-item input[type='password'] {
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
    /*padding-left: 40px;*/
    width: calc(100% - 40px);
    padding-left: 40px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.loginBox .layui-tab .layui-tab-content .layui-tab-item input[name='userName'],
.loginBox .layui-tab .layui-tab-content .layui-tab-item input[name='tel'] {
    background: url(../images/login_tel-ico.png) 13px center no-repeat;
}

.loginBox .layui-tab .layui-tab-content .layui-tab-item input[name='passtoken'],
.loginBox .layui-tab .layui-tab-content .layui-tab-item input[name='captcha'] {
    background: url(../images/password-ico.png) 13px center no-repeat;
}

.loginBox .layui-tab .layui-tab-content .layui-tab-item:nth-child(2) input[name='verification_code'] {
    width: 65%;
    float: left;
}

.loginBox .layui-tab .layui-tab-content .layui-tab-item .sendCaptcha {
    font-size: 12px;
    float: right;
    width: calc(100% - 310px);
    height: 42px;
    border: 1px solid #289ff9;
    background: #289ff9;
    color: #ffffff;
    border-radius: 3px;
}

.loginBox .layui-tab .layui-tab-content .layui-tab-item .forgetAndRecord {
    color: #414141;
}

.loginBox .layui-tab .layui-tab-content .layui-tab-item .forgetAndRecord #record {
    vertical-align: middle;
    margin-right: 1%;
}

.loginBox .layui-tab .layui-tab-content .layui-tab-item .forgetAndRecord .forgetPwd {
    float: right;
    color: #414141;
}

.loginBox .layui-tab .layui-tab-content .layui-tab-item #userlogin,
.loginBox .layui-tab .layui-tab-content .layui-tab-item #msgLogin {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: none;
    border-radius: 30px;
    background-color: #289ff9;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
}

.loginBox .layui-tab .layui-tab-content .layui-tab-item #msgLogin {
    margin-top: 34px;
}

.loginBox .layui-tab .layui-tab-content .layui-tab-item .goReg {
    text-align: center;
    color: #414141;
}

.loginBox .layui-tab .layui-tab-content .layui-tab-item .goReg a {
    color: #537ada;
    margin-left: 2%;
}

#registerBox {
    display: none;
    color: #767676;
    padding: 30px;
}

#registerBox .layui-form {
    padding: 0 50px;
}

#registerBox .layui-form input {
    width: 100%;
}

#registerBox .logo {
    display: block;
    margin: auto;
}

#registerBox .title {
    text-align: center;
    font-size: 15px;
    margin: 25px 0;
}

#registerBox .title .th {
    margin: 0 15px;
}

#registerBox .title .line {
    display: inline-block;
    height: 1px;
    width: 130px;
    vertical-align: middle;
    background-color: #a0a0a0;
}

#registerBox .fromData input[type='text'],
#registerBox .fromData input[type='password'] {
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}

#registerBox .fromData input[name='code'] {
    width: 65%;
    float: left;
}

#registerBox .fromData .sendCaptcha {
    font-size: 12px;
    float: right;
    background-color: #537ada;
}

#registerBox .termsService {
    margin-top: 10px;
}

#registerBox .termsService #record {
    vertical-align: middle;
    margin-right: 1%;
}

#registerBox .termsService a.terms {
    color: #537ada;
}

#registerBox #registerBtn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 30px;
    background-color: #537ada;
    color: #fff;
    margin: 20px 0;
}

#registerBox .goLogin {
    text-align: center;
    color: #414141;
}

#registerBox .goLogin a {
    color: #537ada;
    margin-left: 2%;
}

.forgetPwdBox {
    display: none;
    padding: 30px;
    color: #767676;
    width: 500px;
}

.forgetPwdBox .layui-form {
    padding: 0 50px;
}

.forgetPwdBox .logo {
    display: block;
    margin: auto;
    height: 40px;
}

.forgetPwdBox .title {
    text-align: center;
    font-size: 15px;
    margin: 25px 0;
}

.forgetPwdBox .title .th {
    margin: 0 15px;
}

.forgetPwdBox .title .line {
    display: inline-block;
    height: 1px;
    width: 130px;
    vertical-align: middle;
    background-color: #a0a0a0;
}

.forgetPwdBox .fromData input[type='text'] ,
.forgetPwdBox .fromData .layui-form-item input[name='password'],
.forgetPwdBox .fromData .layui-form-item input[name='repassword']{
    width:calc( 100% - 40px);
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 18px;
}

.forgetPwdBox .fromData input[name='verification_code'] {
    width: 65%;
    float: left;
}

.forgetPwdBox .fromData .sendCaptcha {
    font-size: 12px;
    float: right;
    background-color: #289ff9;
    border: 1px solid #289ff9;
    color: #ffffff;
    height: 42px;
    line-height: 42px;
    width: 28%;
    border-radius: 3px;
}

.forgetPwdBox #forgetPwdBtn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 30px;
    background-color: #537ada;
    color: #fff;
    margin: 20px 0;
}

.lshow{
    display: block;
}
.lhide{
    display: none;
}



.footer .tags-list {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}

.footer .tags-list .item {
    display: flex;
    align-items: center;
    color: #ffffff;
    line-height: 1.5em;
}

.footer .tags-list .item .title {
    font-size: 18px;
    margin-bottom: 4px;
}

.footer .tags-list .item img {
    width: 52px;
    margin-right: 10px;
}


   .list-item {
  	background-color: #fff;

  	padding: 15px 10px;
  	border: 1px solid #eee;
 
  	position: relative;
  	display: block;
  	color: #333;
  }
  
    .list-item:nth-child(2) {
        margin-left: -1px;
    }
    
    .list-item:nth-child(3) {
        margin-left: -1px;
    }
    
    
     .list-item:nth-child(4) {
        margin-top: -1px;
    }
    
    
     .list-item:nth-child(5) {
        margin-top: -1px;
        margin-left: -1px;
    }
    
     .list-item:nth-child(6) {
        margin-top: -1px;
        margin-left: -1px;
    }
    
    
    
      .list-item:nth-child(7) {
        margin-top: -1px;
    }
    
    
     .list-item:nth-child(8) {
        margin-top: -1px;
        margin-left: -1px;
    }
    
     .list-item:nth-child(9) {
        margin-top: -1px;
        margin-left: -1px;
    }

  .list-item .top {
  	display: flex;
  	justify-content: space-between;

  	margin-bottom: 20px;
  }

  .list-item .top .time {
  	font-size: 14px;
  	color: #999;
 

  	border-radius: 3px;
  }

  .list-title {
  	display: flex;
  	justify-content: space-between;
  	font-size: 18px;

  	background: #fff;
  	padding: 10px 10px;
  	align-items: center;

  }

  .item-title {
  	font-size: 16px;
  }

  .list-title span:first-child {
  	font-size: 18px;
  	font-weight: 700;
  }

  .more-text {
  	font-size: 14px;
  	color: #666;
  	cursor: pointer;
  }


  .list-item .info {
  	color: #666;
  	line-height: 28px;
  	font-size: 14px;

  }
  
    .list-item .info  span{
      margin-right: 15px;

  }

  .list-item .price {
  	color: #f00;
  	

  	position: absolute;
  	bottom: 58px;
  	right: 10px;
  	font-size: 18px;
  }
  
   .list-item .price2 {
  	color: #f00;



  	top: 45px;
  	right: 20px;
  	font-size: 17px;
  }

  .list-item .tag {
  	display: inline-block;
  	background-color: #41BBE2;
  	color: #fff;
  	font-size: 12px;
  	padding: 2px 6px;
  	position: absolute;
  	bottom: 20px;
  	right: 0px;

  	border-bottom-left-radius: 10px;
  	border-top-left-radius: 10px;

  }

  .list-item .tag2 {
    display: inline-block;
    background-color: #16b777;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    position: absolute;
    bottom: 20px;
    right: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}


.list-item .hot {
    position: relative;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    background-image: linear-gradient(90deg, #f76d00, #ffc20c);
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    font-weight: 700;
}