body {
    color: #333;
    font-size: 14px;
    background: #f1f1f1;
    padding-bottom: 90px;
}

/*底部导航*/
.footer .home-a:nth-child(1) .footer-icon {
    background: url("../image/menu@home_m.png") no-repeat;
    width: 27px;
    height: 25px;
    margin: 0 auto;
    background-size: 25px
}

.footer .home-a:nth-child(1) .nav_active {
    background: url("../image/menu@home_h.png") no-repeat;
    width: 27px;
    height: 25px;
    margin: 0 auto;
    background-size: 25px
}

.footer a:nth-child(2) .footer-icon {
    background: url("../image/menu@shop_m.png") no-repeat;
    width: 27px;
    height: 25px;
    margin: 0 auto;
    background-size: 25px
}

.footer .home-a:nth-child(2) .nav_active {
    background: url("../image/menu@shop_h.png") no-repeat;
    width: 27px;
    height: 25px;
    margin: 0 auto;
    background-size: 25px
}


.footer .home-a:nth-child(3) .footer-icon {
    background: url("../image/menu@haibao.png") no-repeat;
    width: 27px;
    height: 25px;
    margin: 0 auto;
    background-size: 25px
}

.footer .home-a:nth-child(3) .nav_active {
    background: url("../image/menu@haibao-active.png") no-repeat;
    width: 27px;
    height: 25px;
    margin: 0 auto;
    background-size: 25px
}


.footer .home-a:nth-child(4) .footer-icon {
    background: url("../image/menu@user_m.png") no-repeat;
    width: 27px;
    height: 25px;
    margin: 0 auto;
    background-size: 25px
}

.footer .home-a:nth-child(4) .nav_active {
    background: url("../image/menu@user_h.png") no-repeat;
    width: 27px;
    height: 25px;
    margin: 0 auto;
    background-size: 25px
}

.p_active {
    color: #ff521e;
}

.footer {
    position: fixed;
    z-index: 500;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.footer .home-a {
    display: block;
    color: #4d5259;
    width: 25%;
    text-decoration: none;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 8px 0px;
}

/*.footer .fcleft:nth-child(1) {
    margin: 0 auto;
    cursor: pointer;
    background: url("../image/menu@home_m.png") no-repeat;
    background-size: 30px
}
.footer .fcleft:nth-child(2) {
    cursor: pointer;
    margin: 0 auto;
    background: url("../image/menu@user_m.png") no-repeat;
    background-size: 30px
}*/
.fcleft {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    line-height: 35px;
    font-size: 16px;
}

.footer .fcright {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    display: flex;
    line-height: 35px;
    font-size: 16px;
}

.footer .fcright a {
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    background-image: linear-gradient(to right, #fb6242, #fc7032, #ff7f04, #fc772a, #fd7133);
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
}

.bg-green {
    background: #ff6666 !important;
}

.footer .fcright span {
    color: #ff0033;
}

/*个人中心*/

.user-wxinfo {
    border-bottom: 1px solid #eee;
    padding: 40px 0px;
    background-image: linear-gradient(to right, #fb6242, #fc7032, #ff7f04, #fc772a, #fd7133);
    color: #fff;
}

.user-wxinfo .container {
    display: flex;
}

.user-wxinfo img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-right: 15px;
    margin-left: 20px;

}

.u-info p {
    line-height: 30px;
}

.order {
    margin-top: 10px;
}

.order-cate {
    padding: 20px 0px;
    display: flex;
    background: #fff;
    margin-bottom: 10px;
}

.order .order-cate a {
    display: block;
    width: 25%;
    text-align: center;
}


.user-nav {
    border-radius: 5px;
}

.user-nav a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.user-nav a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.user-nav a:after {
    position: absolute;
    content: ">";
    display: block;
    right: 50px;
    top: 10px;
    color: #d2d2d2;
    font-weight: 100;
    font-size: 18px;
}

/*全部订单*/
#order-list .oltnav {
    display: flex;
    justify-content: space-around;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

#order-list .oltnav a {
    width: 20%;
    display: block;
}

.order-list-active {
    color: #f25b4b;
    border-bottom: 1px solid #f25b4b
}

.order-item .ord-ite-block {
    display: block;
    padding: 10px 20px 20px 20px;
    margin: 10px 0px;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.ord-item-top, .ord-item-center {
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.ord-item-top .oitl img {
    width: 30px;
    border-radius: 100%;
    vertical-align: middle;
}

.ord-item-top .oitr, .oitr a {
    color: #f25b4b;
}

.ord-item-center .oitcl {
    display: flex;
    overflow: hidden;
}

.ord-item-center .oitcl img {
    width: 100px;
    margin-right: 10px;
    border-radius: 5px;
}

.ord-item-center .oricpro h2 {
    font-weight: normal;
    font-size: 16px;
}

.ord-item-center .oricpro p {
    color: #999;
    font-size: 12px;
}

.oitcr {
    color: #f25b4b;
    font-size: 12px;
}

.ord-item-bottom {
    text-align: right;
    padding-top: 10px;
}

/*订单详情*/
.order-header {
    background-image: linear-gradient(to right, #fb6242, #fc7032, #ff7f04, #fc772a, #fd7133);
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.order-other {
    padding: 20px;
    background: #fff;
    margin: 10px 0px;
}

.order-other p {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-top: 10px;
}

.sqshb a {
    color: #f30;
    display: block;
    border: 1px solid #f30;
    line-height: 50px;
    text-align: center;
    margin: 30px 20px;
    font-size: 18px;
    border-radius: 5px;

}

.updateInfo-button {
    color: #f30 !important;
    display: block;
    border: 1px solid #f30 !important;
    line-height: 50px;
    height: 50px !important;
    text-align: center;
    margin: 30px 10px;
    font-size: 18px;
    border-radius: 5px;
    background: #f1f1f1 !important;
}

.sqshb .green-bg {
    border: 1px solid #999;
    color: #333;
}

.applshfrom {
    background: #fff;
    padding: 10px 20px 20px 20px;
    font-size: 16px;
}

.applshfrom p {
    margin-top: 20px;
    margin-bottom: 10px;
}

.applshfrom input {
    width: 100%;
    border: 1px solid #eee;
    height: 50px;
}

.applshfrom textarea {
    width: 100%;
    border: 1px solid #eee;
    line-height: 30px;
}

.applshfrom input[type=submit] {
    background: #fff;
    color: #f30;
    border: 1px solid #f30;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.applshfrom small {
    color: #999;
    font-size: 12px;
    font-weight: 100;
}

/*我的钱包*/
.myyuet {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
}

.myyuet h1 {
    font-weight: 200;
    font-size: 60px;
    margin-bottom: 15px;
}

.yuelist {
    background: #fff;
}

.yuelist ul {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.yuelist ul li {
    width: 50%;
    line-height: 50px;
    font-size: 14px;
}

.yuelist-active {
    border-bottom: 1px solid #f25b4b;
    color: #f25b4b;

}

.yelitem a {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #eee;
}

.yelir {
    color: #999;
    font-size: 14px;
}

/*购物车*/
.ord-item-bottom span {
    padding: 3px 8px;
    border: 1px solid #eee;
    font-size: 20px;
}

.ord-item-bottom span:nth-child(1), .ord-item-bottom span:nth-child(3) {
    font-weight: bold;
    color: green;
    cursor: pointer;
}

/*个人信息*/
.uinfo-item {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.uinfo-item .uiil {
    margin-left: 20px;
}

.uinfo-item .uiir {
    margin-right: 20px;
}

.uinfo-item .uiir img {
    width: 30px;
    vertical-align: middle;
    border-radius: 100%;
}

/*收货地址*/
.add-new-address {
    border: 1px solid #ff521e;
    color: #ff521e;
    display: block;
    line-height: 50px;
    text-align: center;
    margin: 20px 10px;
    font-size: 16px;
}

.address-list {
    background: #fff;
    padding: 20px 0px;
    margin-top: 10px;
}

.address-item {
    display: flex;
    padding: 15px 15px 10px 15px;
}

.address-img img {
    width: 30px;
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: middle;
}

.address-info {
    width: 70%;
}

.address-info h3 {
    font-weight: normal;
}

.address-info p {
    font-weight: 100;
    margin-top: 5px;
}

.address-handle {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.ahandrd {
    color: #f30;
}

.ahandu {
    color: #f30;
    margin-right: 30px;
}

.selected-add {
    color: #f30;
    text-align: right;
}

/*新增地址*/
.form-item {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.form-item:nth-last-child(1) {
    background: #f1f1f1;
}

.address-input {
    width: 80%;
}

.address-input input {
    width: 100%;
    height: 40px;
    border: 0;
    outline: none;
}

.form-item input[type=submit] {
    color: #fff;
    background: #008800;
    width: 100%;
    height: 40px;
    border: 0;
    margin: 10px 0px;
    outline: none;
}

.form-item select {
    width: 33%;
    height: 40px;
    border: 0;
    outline: none;
    background: #fafafa;
    font-weight: normal;
}

.form-item textarea {
    width: 100%;
    border: 0;
    outline: none;
}

.form-item h5 {
    font-weight: normal;
    font-size: 14px;
}

.form-group {
    margin: 0px;
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 0px 10px;
    height: 50px;
    display: flex;
}

.form-group .form-title {
    width: 25%;
    line-height: 50px;
}

.form-group .form-input {
    width: 80%;
}

.form-group .form-input input, .form-group .form-input select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    background: #fff;
}

.form-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    font-size: 26px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.form-bottom input, .form-bottom div {
    background: rgb(255, 80, 0);
    border: none;
    display: block;
    width: 100%;
    color: #fff;
    line-height: 60px;
    font-size: 20px;
}

.form-bottom a {
    border: none;
    display: block;
    color: #fff;
    width: 50%;
    line-height: 60px;
}

.form-bottom a:nth-child(1) {
    background: rgb(255, 80, 0);
}

.form-bottom a:nth-child(2) {
    background: #FFCC99;
}

/*首页*/

.center-product {
    font-size: 0 !important;
    margin: 10px 5px;
}

.pro-item {
    width: 49%;
    background: #fff;
    border-radius: 5px;
    display: inline-block !important;
    vertical-align: top !important;
    font-size: 12px !important;
    margin-bottom: 10px;
    *display: inline;
    *zoom: 1;
}

.pro-item:nth-last-child(odd) {
    float: left;
    clear: left;
    margin-right: 2%;
}

.pro-item2 {
    width: 49%;
    background: #fff;
    border-radius: 5px;
    display: inline-block !important;
    vertical-align: top !important;
    font-size: 12px !important;
    margin-bottom: 10px;
    *display: inline;
    *zoom: 1;
    float: left;
}

.pro-item2:nth-child(1) {
    margin-right: 2%;
}

.c-left {
    clear: left;
    margin-right: 2%;
}


.pro-img {

    width: 100%;
}

.pro-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pro-info h2 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.pro-info h3 {
    font-size: 12px;
    color: #555;
}

.pro-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.my-code {
    line-height: 20px;
    color: #555;
}

.pro-bottom p, .pd-price .price {
    font-weight: bold;
    font-size: 14px;
    color: #ec505e;
}

.pro-bottom p span, .pd-price .price span {
    font-weight: normal;
    font-size: 13px;
    color: #888;
    text-decoration: line-through;
}

.pro-bottom p small, .pd-price p small {
    font-size: 14px;
}

.pro-bottom img, .pd-price img {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

/*商品详情*/
.pd-img img {
    width: 100%;
}

.pd-title {
    padding: 10px;
    background: #fff;
}

.pd-title h1 {
    font-size: 18px;
    margin-bottom: 5px;
}

.pd-title h2 {
    margin-bottom: 10px;
    font-size: 14px;
}

.pd-bottom {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #fafafa;
}

.shop-info {
    display: none;
    padding: 10px;
    line-height: 50px;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fafafa;
}

.shop-info img {
    width: 50px;
    margin-right: 15px;
}

.shop-address {
    padding: 0px 10px 10px 10px;
    line-height: 25px;
    background: #fff;
    margin-bottom: 20px;
}

.pd-price {
    line-height: 30px;
}

.bottom-item {
    padding: 10px;
}

.ft-item-header {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.ft-item-header .item-img {
    width: 120px;
}

.ft-item-header .item-price {
    margin-left: 15px;
    text-align: left;
}

.ft-item-header .item-price h2 {
    color: #ec505e;
}

.ft-item-center {
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.ft-item-center p {
    line-height: 40px;
}

.ft-item-center button {
    border: none;
}

.ft-item-center .item-title {
    background: #f1f1f1;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.ft-item-center .item-active {
    background: #ec505e;
    color: #fff;
}

.ft-item-button {
    background: #f91744;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border: none;
    width: 100%;
    height: 50px;
    margin-top: 30px;
}

#addBuyItem, #addCardItem {
    display: none;
}

/*下单*/
.padd-item {
    background: #fff;
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
}

.padd-img {
    margin-right: 10px;
}

.padd-img img {
    width: 36px;
}

.padd-item h3 {
    font-weight: normal;
}

.order-add-pay {
    margin: 10px 0px;
}

.payway-item {
    background: #fff;
    padding: 10px 20px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
}

.payway-item img {
    vertical-align: middle;
    width: 30px;
    margin-left: 15px;
}


.car0 {
    padding-top: 45%;
    text-align: center;
    color: #999;
}

.btn-copy {
    color: #008800;
}