body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body, html {
    width: 100%;
    overflow-x: hidden;
	font-size: 12px;
	padding-bottom: 60px;
}

table {
	border-collapse: collapse;
	width: 100%;
	border: 0;

}

body {
	font-family: PingFangSC-Regular;
	overflow-x: hidden;
	background: #eee;
}
ul,li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #232323;
}
button{
	border: 0;
}
input,textarea {
	outline: none;
	box-shadow: none;
	background:none;
	border: 0;
}
textarea {
	resize: none;
	overflow: auto;
}
img{
	display: block;
	width: 100%;
}
.w100{
	width:100%;
	padding:0 20px;
}
.w1200{
    width:1200px;
}
.flex-center{
    display:flex;
    align-items:center;
}
.swiper{
	width:100%;
	height:185px
}
.swiper-dot .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	opacity: 0.4;
	background-color: #FFFFFF;
}
.product-list{
   box-shadow: 0 0 6px #888888; 
}
.swiper-dot .swiper-pagination-bullet-active{
	background-color: #fff;
	opacity: 1;
}
.banner{
	width:100%;
	max-height:460px;
}
.nav{
    width:100%;
    box-shadow: 0 0 10px #888888;
    margin-top: 20px;
}
.cat-title{
    width:100%;
    height:30px;
    line-height:30px;
    color:#1296db;
    padding-left: 5px;
     background: #fff;
     box-shadow: 10px 10px 8px #888888;
}
.nav .one-ul{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.nav .one-ul-li{
    width:23%;
    margin: 2% 0  2% 2%;
}
.nav .one-ul-title{
    width:90%;
    margin:0 auto;
    background:#1296db;
    color:#fff;
}
.nav .one-ul-title .title{
    line-height: 25px;
    font-size: 14px;
}
.nav .action{
     background:#126cdb;
}

.tabtop2 .one-ul-title{
    background: #eee;
    color:#1296db;
}
.one-ul-title .title{
    text-align: center;
}
.two-ul-top{
    margin-top:20px;
}
.nav .two-ul .one-ul-li{
    width:23%;
}
.list-icon{
    width:25%;
    padding: 5px;
}
.list-content{
    width:75%;
}
.list-content div{
    line-height: 25px;
}
.xdan{
   position: absolute;
   right:15px;
}
.num-input{
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background: #eee;
}
.xdan a{
    width: 50px;
    background: #1296db;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.product{
        background: #fff;
    margin-top: 20px;
}
.product li{
    border-bottom:1px solid #eee;
}
.footer{
    position: fixed;
    bottom:0;
    width: 100%;
    height: 60px;
    background: #fff;
}
.footer ul{
    height: 100%;
}
.footer-img{
    width:30px;
    margin: 0 auto;
}
.footer-tab{
    text-align: center;
}
.footer-item{
   text-align: center;
   width:33%;
   height: 100%;
       padding-top: 10px;
}
.order-head{
    width:100%;
    height:50px;
    background:#1296db;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.order-head .title{
    text-align: center;
    width: 70%;
}
.user .title{
    width: 100%;
}
.order-tab{
     width:100%;
    height:50px;
    background:#fff;
    font-size: 18px;
}
.order-tab .item{
    width:25%;
    text-align: center;
}
.order-tab .item .action{
    color:#1296db;
}
.user-head{
   width:100%;
   height:200px;
   background: #1296db;
   text-align: center;
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    margin-top:-1px;
}
.user-head div{
    height: 25px;
    line-height: 25px;
}
.user-head-img{
    width:80px;
    margin: 0 auto;
        min-height: 80px;
}
.user-money{
    width:100%;
    height:70px;
    background: #fff;
}
.user-money-item{
    width:50%;
    text-align: center;
}
.user-nav{
    flex-wrap:wrap;
    width:100%;
    margin-top: 20px;
}
.user-nav .item{
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.user-nav .item a{
    width:100%;
    height: 100%;
}
.user-nav .item-img{
    width:25px;
    margin:0 auto;
}
.user-nav .item-title{
    width:100%;
    font-size: 16px;
    padding-left: 10px;
}
.real{
    color:#fff;
}
.realname{
    background: #fff;
    padding: 15px 0;
}
.realname table{
    border:0;
    width:100%;
}
.realname table input{
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 25px;
    width:80%;
}
.realname tr{
    height:40px;
}
.realname tr td:nth-child(1){
    width:30%;
    text-align: center;
}
.realname tr td:nth-child(2){
    width:70%;
}
.cashrecord tr td{
    text-align: center;
}
.realname button{
        margin: 20px auto;
    display: block;
    padding: 10px;
    width: 100px;
    border-radius: 5px;
    color:#fff;
    background: #1296db;
}
.order-item{
    background: #fff;
    margin-top: 20px;
    box-shadow: 0 0 10px #888888;
    padding:5px;
}

.order-item td{
    font-size: 14px;
    height: 22px;
     padding-left: 30px;
     color:#555666;
}
.order-item .ordersn{
    font-weight: 600;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
}
.order-item .button{
    text-align: center;
    height: 40px;
    background:#1296db ;
    color: #fff;
   
}
.order-item .table-button{
     padding-left:0 ;
}
.order-item .button a{
    width:100%;
    height:100%;
    line-height:40px;
     color: #fff;
     display: inline-block;
}
.up-img{
    margin-top: 5px;
    float: left;
    width: 19%;
    margin-right: 1%;
    position: relative;
    max-height: 50px;
    
}
.up-img img{
    width:100%;
    max-height: 100%;
}
.up-img span{
    position: absolute;
    top:0;
    right: 0;
    color:red;
    width:30px;
    z-index: 11;
    text-align: center;
}
.num-table{
    width:100%;
    border: 0;
    margin-top: 10px;
}
.num-table td{
    text-align: center;
    padding-left:0;
}
.reg-item{
    width:100%;
    height:45px;
    background: #fff;
    border-radius:5px;
    margin-top: 20px;
    padding: 5px;
}
.reg-item-left{
    float:left;
    width:65%;
}
.reg-item-right{
    float:right;
    width:32%;
    text-align: center;
   font-size: 18px;
    color: #1296db;
}
.reg-button{
        font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    background: #1296db;
    color: #fff;
    padding: 5px 10px;
    width: 30%;
    margin-top: 10px;
    clear: both;
    border-radius: 5px;
}

.tabtop2 .tabtop2-action{
    background: rgb(0 0 0 / 12%);
}
.login-left{
    float:left;
}
.login-right{
    float:right;
}
.fanhui{
    height: 37px;
}
.fanhui font{
    font-size: 25px;
    margin-left: 5px;
}
.copy{
    background: #1296db;
    color: #fff;
    padding: 1px 5px;
}
@media screen and (max-width: 768px) {
/*#1296db*/	
}