.user-center-container {
    width: 1400px;
    margin: 0 auto;
    padding-top: 60px;
}

#form-password {
    margin-top: -20px;
}

.submit-password {
    width: 100px;
    height: 36px;
    line-height: 36px;
}

.submit-email {
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: #ffffff;
    border: 1px solid #12050a;
}

.position-part {
    font-size: 16px;
    color: #666;
    padding: 52px 0 70px;
}

.position-part span {
    color: #202020;
}

.user-common-wrap {
    padding-bottom: 70px;
}

.user-nav {
    float: left;
    width: 360px;
}

.user-nav .titleLi {
    position: relative;
    padding: 0;
}

.user-nav .titleLi span {
    font-size: 24px;
    color: #000;
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    z-index: 1000;
    position: relative;
}

.user-nav .titleLi:before {
    content: "";
    width: 70%;
    height: 1px;
    background: #848080;
    position: absolute;
    top: 16px;
    left: 90px;
    z-index: 1;
}

.user-nav li {
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
}

.user-nav li a {
    display: inline-block;
    color: #000;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 2px solid #d6d6d6;
}

.user-nav li a.active {
    color: #e7421c;
    border-bottom: 2px solid #f0866e;
}

.user-nav li a:hover {
    color: #e7421c;
    border-bottom: 2px solid #f0866e;
}

.account-dashboard {
    width: 938px;
    float: right;
}

.account-dashboard .user-title {
    font-size: 24px;
    color: #303030;
}

.account-dashboard .user-tips {
    font-size: 16px;
    color: #808080;
}

.account-dashboard .status-area {
    width: 550px;
    float: right;
    height: 90px;
}

.account-dashboard .status-area div a {
    display: inline-block;
    height: 60px;
    color: #202020;
    position: relative;
    text-align: center;
    width: 120px;
}

.account-dashboard .status-area div {
    display: inline-block;
    width: 30%;
    position: relative;
    text-align: center;
}

.account-dashboard .status-area div:last-child {
    margin-right: 0px;
}

.account-dashboard .status-area div span {
    font-size: 14px;
    font-family: OpenSans;
    font-weight: 400;
    color: #202020;
    display: block;
}

.account-dashboard .status-area i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -15px;
    right: 45px;
    z-index: 1;
    border-radius: 100%;
    background: #e6421c;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-style: normal;
}

.account-welcome .welcome-wrap {
    width: 350px;
    float: left;
}

.account-dashboard .status-area .payment {
    width: 130px;
    background: url("../img/common/aw.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.account-dashboard .status-area .shipment {
    width: 130px;
    background: url("../img/common/ship.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.account-dashboard .status-area .review {
    width: 130px;
    margin-right: 0;
    background: url("../img/common/rev.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.order-info-main {
    padding-top: 25px;
}

.order-info-main .user-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.order-info-main .head-title {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #b3b3b3;
}

.my-order-page .order-info-main .head-title {
    border-bottom: none;
}

.order-number {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
    color: #808080;
    font-size: 16px;
}

.order-info-main .head-title .order-status-part {
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    height: 46px;
}

.order-info-main .head-title .order-status-part .status-wrap {
    display: none;
    padding-top: 10px;
    background: #fff;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
}

.order-info-main .head-title .order-status-part a {
    display: block;
    line-height: 24px;
    font-size: 13px;
    font-style: normal;
    margin-bottom: 10px;
}

.my-order-page .order-info-main .head-title span {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: bold;
    color: #202020;
    float: left;
}

.order-info-main .head-title span {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: bold;
    color: #202020;
    width: 570px;
    display: inline-block;
    text-align: center;
}

.order-info-main .head-title .part1 {
    width: 570px;
}

.my-order-page .order-info-main .head-title .part1 {
    width: 450px;
}

.order-info-main .head-title .grand_total {
    width: 161px;
    text-align: center;
}

.my-order-page .order-info-main .head-title .part2 {
    width: 128px;
    text-align: center;
}

.order-info-main .head-title .action {
    width: 182px;
    text-align: center;
}

.my-order-page .order-info-main .head-title .part3 {
    width: 156px;
    text-align: center;
}

.my-order-page .order-info-main .head-title .part4 {
    width: 156px;
    text-align: center;
}

.order-detail-wrap .order-info {
    float: left;
    width: 569px;
    border-right: 1px solid #b3b3b3;
}

.order-detail-wrap .order-info.my-order {
    float: left;
    width: 450px;
    border-right: 1px solid #b3b3b3;
}

.order-detail-wrap .order-info li {
    padding: 20px 0 28px;
}

.order-detail-wrap .order-info .img-wrap {
    width: 124px;
    float: left;
}

.order-detail-wrap .order-info li img {
    width: 124px;
}

.attr-detail {
    width: 310px;
    float: left;
    padding-left: 12px;
}

.my-order .attr-detail {
    width: 190px;
}

.my-order .attr-detail .product-title {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #000000;
}

.attr-detail p {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #202020;
    margin-bottom: 18px;
}

.attr-detail .size-part,
.attr-detail .color-part {
    color: #666;
}

.attr-detail p i {
    width: 20px;
    height: 20px;
    display: inline-block;
    transform: translateY(4px);
    border: 1px solid #000;
    border-radius: 100%;
}

.order-info .price-part {
    font-size: 18px;
    font-family: OpenSans;
    font-weight: 400;
    color: #cd401f;
    width: 120px;
    float: left;
    box-sizing: border-box;
    padding: 0px 0 0 42px;
}

.order-info .price-part .redPrice {
    font-size: 18px;
    font-family: OpenSans;
    font-weight: 400;
    color: #cd401f;
    margin-bottom: 10px;
    text-align: center;
}

.redPrice_num {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #202020;
    float: right;
    margin-right: 20px;
    text-align: left;
}

.order-info li {
    overflow: hidden;
    border-bottom: 1px solid #b3b3b3;
}

.order-info li:last-child {
    border-bottom: none;
}

.order-info span:last-child {
    display: block;
}

.order-detail-wrap {
    border-bottom: 1px solid #b3b3b3;
}

.my-order-page .order-detail-wrap {
    margin-bottom: 20px;
}

.order-detail-wrap .grant-total {
    width: 164px;
    line-height: 60px;
    float: left;
    font-size: 20px;
    font-family: OpenSans;
    font-weight: 400;
    color: #cd401f;
    border-right: 1px solid #b3b3b3;
    height: 100%;
    text-align: center;
}

.my-order-page .order-detail-wrap .grant-total {
    width: 130px;
    padding: 0px 4px;
    font-size: 14px;
    font-family: OpenSans;
    font-weight: 400;
    color: #cd401f;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #b3b3b3;
    height: 100%;
    text-align: center;
}

.order-detail-wrap .order-status {
    width: 164px;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #b3b3b3;
    height: 100%;
    text-align: center;
}

.order-detail-wrap .user-action {
    width: 186px;
    float: left;
    text-align: center;
}

.order-detail-wrap .user-action a {
    display: inline-block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 22px;
}

.order-detail-wrap .user-action a.pay-now {
    background: #e8421c;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #ffffff;
}

.order-detail-wrap .user-action .view-wrap {
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.order-detail-wrap .user-action a.view-more {
    font-size: 16px;
    position: relative;
    font-family: OpenSans;
    font-weight: 400;
    margin-left: 20px;
    color: #000000;
    border: 1px solid #000;
    box-sizing: border-box;
    text-decoration: none;
}

.status-sj {
    width: 0;
    height: 0;
    margin-left: 60px;
    border: 7px solid transparent;
    border-top-color: #000;
    border-bottom: none;
    position: absolute;
    left: 58px;
    top: 16px;
    border-left-color: transparent;
}

.order-detail-wrap .user-action ul {
    width: 150px;
    box-sizing: border-box;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-top: -1px;
    margin-left: 20px;
    display: none;
}

.order-detail-wrap .view-wrap:hover ul {
    display: block;
}

.order-detail-wrap .user-action li {
    text-align: center;
    border-bottom: 1px solid #000;
    color: #666;
    cursor: pointer;
    background: #fff;
}

.order-detail-wrap .user-action li:hover {
    background: #f56543;
    color: #fff;
}

.my-order-page .order-status {
    line-height: 30px;
    padding: 20px 4px;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #202020;
}

.may-like-area {
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}

.may-like-area>p {
    text-align: center;
}

.may-like-area>p span {
    font-size: 24px;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    color: #ccc;
}

.may-like-area>p span.active {
    color: #000;
}

.may-like-area>p span:last-child {
    margin-left: 20px;
}

.may-like-area>p .yourLove {
    padding: 0 30px 0 10px;
    border-right: 1px solid #aaa;
}

.may-like-ul {
    padding-top: 50px;
}

.may-like-ul li {
    width: 320px;
    float: left;
    margin-right: 40px;
}

.may-like-ul li:last-child {
    margin-right: 0;
}

.may-like-ul li>a {
    display: block;
    width: 320px;
    height: 326px;
    overflow: hidden;
    line-height: 326px;
}

.may-like-ul li>a img {
    width: 320px;
    vertical-align: middle;
}

.may-like-ul li .ellipsis {
    font-size: 16px;
    color: #000;
    line-height: 50px;
    height: 50px;
}

.may-like-ul li a.favorite {
    height: 20px;
    margin-left: 30px;
}

.may-like-ul li>p {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #cd401f;
}

.may-like-ul li>p .shop-price {
    margin-right: 10px;
}

.may-like-ul li {
    width: 320px;
}

.may-like-ul li img {
    width: 320px;
    min-height: 320px;
}

.may-like-ul li .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-fn-part .add-cart-btn {
    float: left;
    width: 148px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border: 1px solid #000;
    box-sizing: border-box;
    color: #000;
    margin-top: 18px;
    font-size: 16px;
}

.add-fn-part .favorite {
    width: 24px;
    height: 20px;
    background: url("../img/common/favo.png");
    float: left;
    margin: 28px 0 0 4px;
}

.add-fn-part a.active {
    background: url("../img/common/favo-1.png");
}

.my-favorite-page .user-title {
    margin-bottom: 18px;
}

.my-favorite {
    padding: 20px 0;
}

.my-favorite .product-img {
    display: block;
    width: 174px;
    height: 230px;
    line-height: 230px;
    overflow: hidden;
}

.my-favorite li {
    width: 174px;
    margin-right: 16px;
    margin-bottom: 36px;
    float: left;
}

.my-favorite li img {
    width: 100%;
    vertical-align: middle;
}

.my-favorite .product-title {
    display: block;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-favorite .shop-price {
    font-size: 18px;
    color: #cd401f;
}

.my-favorite .add-cart {
    float: left;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #000000;
    width: 126px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #ccc;
}

.my-favorite .cart-wrap {
    margin-top: 20px;
}

.my-favorite .delete-btn {
    float: left;
    margin-left: 20px;
    width: 24px;
    height: 24px;
    background: url("../img/common/delete.png");
    transform: translateY(5px);
}

.cancel-wrap,
.order-detail {
    width: 938px;
    float: right;
}

.cancel-wrap .user-title,
.order-detail .user-title {
    font-size: 24px;
    color: #303030;
}

.cancel-wrap .user-title code a,
.order-detail .user-title code a {
    font-family: cursive;
}

.cancel-title {
    margin: 30px 0 10px;
    color: #202020;
    font-size: 16px;
}

.cancel-input {
    padding: 10px;
}

.order-info {
    font-size: 16px;
    color: #202020;
}

.confirm-cancel {
    float: right;
    border: 1px solid #202020;
    padding: 16px 25px;
    font-size: 16px;
    color: #202020;
    margin-top: 16px;
}

.btn {
    cursor: pointer;
}

.order-process {
    width: 938px;
    box-sizing: border-box;
    margin-top: 16px;
    background: #eee;
    padding: 10px;
}

.order-process .empty-pipe {
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background: #fff;
}

.order-process ul {
    width: 918px;
    margin-top: -20px;
}

.order-process ul li {
    float: left;
    text-align: center;
    width: 20%;
}

.order-process ul li .time-text {
    color: #fff;
    font-size: 14px;
    height: 20px;
}

.order-process ul li:nth-child(1) .time-text {
    border-radius: 20px 0 0 20px;
}

.order-process ul li:nth-child(5) .time-text {
    border-radius: 0 20px 20px 0;
}

.order-process ul li.active .time-text {
    width: 100%;
    background: #00cc00;
    height: 21px;
}

.order-process ul .detail-status {
    font-size: 16px;
    color: #b4b4b4;
    padding-top: 10px;
}

.order-process ul li.active .detail-status {
    color: #202020;
}

.order-info-title {
    font-size: 16px;
    color: #202020;
    padding: 24px 0 20px;
    border-bottom: 1px solid #000;
}

.order-detail .detail-part {
    padding: 16px 20px 16px 0;
    width: 600px;
    float: left;
}

.order-detail .detail-part li {
    margin: 16px 0 16px;
}

.order-detail .detail-part li a {
    color: #111;
    text-decoration: underline;
}

.order-detail .detail-part .left-head {
    font-size: 16px;
    color: #808080;
    display: inline-block;
    width: 170px;
    vertical-align: top;
}

.order-detail .detail-part .right-content {
    display: inline-block;
}

.order-detail .pay-part {
    float: left;
    width: 316px;
    box-sizing: border-box;
    padding: 20px;
    background: #eee;
    height: 100%;
    margin-top: 40px;
}

.order-detail .pay-part p {
    margin-bottom: 16px;
}

.order-detail .pay-part span,
.order-detail .pay-part i {
    color: #202020;
    font-size: 16px;
    font-style: normal;
}

.order-detail .pay-part span {
    display: inline-block;
    width: 145px;
}

.order-detail .pay-part .fz24 {
    font-size: 24px;
}

.order-detail .pay-part .color-high-light {
    color: #db4320;
}

.order-detail .pay-part .pay-btn {
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    background: #db4320;
    color: #fff;
    margin: 28px auto;
}

.summary-head {
    width: 938px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #202020;
    border-bottom: 1px solid #b3b3b3;
    padding: 0 20px;
    box-sizing: border-box;
}

.summary-head span {
    float: left;
}

.summary-head .spanItem {
    width: 378px;
}

.summary-head .spanPrice {
    width: 210px;
    text-align: center;
}

.summary-head .spanQuantity {
    width: 180px;
    text-align: center;
}

.summary-head .spanAmount {
    width: 130px;
    text-align: center;
}

.summary-list li {
    padding: 20px;
    border-bottom: 1px solid #b3b3b3;
}

.product-info-detail {
    width: 378px;
    float: left;
}

.summary-list li img {
    float: left;
    width: 124px;
    margin-right: 10px;
}

.summary-list .product-attr {
    float: left;
    width: 240px;
    font-size: 16px;
    color: #666;
}

.summary-list .product-title {
    width: 240px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

.summary-list .product-attr p {
    margin-bottom: 5px;
}

.fz18 {
    font-size: 18px;
}

.summary-list .product-attr a {
    display: inline-block;
    padding: 4px 20px;
    border: 1px solid #666;
    font-size: 16px;
    color: #202020;
}

.summary-list .price-part {
    float: left;
    width: 210px;
    height: 100%;
    text-align: center;
    transform: translateY(25px);
    color: #cd401f;
}

.summary-list .quantity-part {
    float: left;
    width: 180px;
    height: 100%;
    text-align: center;
    transform: translateY(25px);
}

.summary-list .amount-part {
    float: left;
    width: 130px;
    height: 100%;
    text-align: center;
    transform: translateY(25px);
    color: #cd401f;
}

.my-review {
    width: 938px;
    float: right;
}

.my-review code a {
    font-family: cursive;
}

.my-review .user-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 24px;
    color: #303030;
}

.review-content {
    font-size: 16px;
    color: #666;
}

.review-detail li {
    padding: 20px 0;
    border-bottom: 1px solid #666;
}

.review-detail li .img-title {
    width: 126px;
    float: left;
}

.title-tips {
    width: 126px;
}

.review-wrap {
    width: 720px;
    float: left;
    margin-left: 24px;
}

.star-time .star {
    display: inline-block;
    width: 150px;
    height: 20px;
    position: relative;
    background: url(../img/common/star.png) repeat-x left top;
}

[class*=" star-"]:after {
    content: "";
    background: url(../img/common/star_red.png) repeat-x left top;
    width: 150px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.star-time .star-0:after {
    width: 0;
}

.star-time .star-1:after {
    width: 30px;
}

.star-time .star-2:after {
    width: 60px;
}

.star-time .star-3:after {
    width: 90px;
}

.star-time .star-4:after {
    width: 120px;
}

.time-stamps {
    color: #7b7b7b;
    font-size: 14px;
    transform: translate(10px, -3px);
    display: inline-block;
}

.review-content {
    margin-top: 20px;
}

.review-list li .img-title {
    width: 35%;
}

.review-list .review-wrap {
    width: 35%;
}

.review-list .review-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* height: 75px;
    line-height: 24px;
    overflow: hidden;
    position: relative; */
}

/* .review-list .review-content:before {
    content: "....";
    width: 30px;
    height: 30px;
    transform: translateX(10px);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; 
    white-space: nowrap;
    background: #fff;
    color: #000;
} */
.goods_img_list {
    margin-top: 20px;
}

.goods_img_list img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.review-list li {
    padding: 20px 0;
    min-height: 120px;
    border-bottom: 1px solid #ccc;
}

.order-detail-wrap .user-action .review-li a {
    margin-top: 0;
}

.review-list .img-title img {
    float: left;
    min-height: 50px;
}

.review-list .title-tips {
    float: left;
    margin-left: 10px;
    width: 170px;
}

.review-list .time-stamps {
    display: block;
    transform: translate(0, 10px);
}

.review-action {
    width: 256px;
}

.review-action a {
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #000000;
    border: 1px solid #000;
    margin: 48px auto 0;
}

.account-setting {
    width: 940px;
    float: right;
}

.account-setting .user-title {
    color: #303030;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

.account-setting form {
    padding: 20px 0;
}

.account-setting form legend {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

.account-setting form input {
    font-size: 16px;
    padding: 9px 3px 5px 3px;
    height: 46px;
}

.account-setting form p {
    margin-bottom: 20px;
    position: relative;
}

.account-setting form label.error {
    clear: both;
    display: none;
    color: #ef866e;
}

.account-setting form label.tip {
    position: absolute;
    top: 13px;
    left: 10px;
    color: #666;
}

.account-setting form.emial p,
.account-setting form.password p {
    width: 878px;
}

.account-setting form.emial input,
.account-setting form.password input {
    width: 100%;
    box-sizing: border-box;
}

.account-setting form input[type="submit"] {
    width: 100px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #12050a;
    height: 36px;
    padding: 0;
    color: #000;
}

.account-setting .profile .fname,
.account-setting .profile .lname {
    width: 420px;
    float: left;
}

.account-setting .profile .lname {
    margin-left: 38px;
}

.account-setting .profile .pnumber {
    float: left;
    width: 878px;
}

.account-setting .profile input {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.address-manage {
    width: 940px;
    float: right;
}

.address-manage .user-title {
    font-size: 24px;
    padding-bottom: 20px;
    color: #303030;
    border-bottom: 1px solid #000;
}

.address-manage .tab-title {
    padding: 30px 0 20px;
}

.address-manage .tab-title span {
    display: inline-block;
    font-size: 20px;
    color: #b4b4b4;
    cursor: pointer;
}

.address-manage .tab-title span.shippingSpan {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 2px solid #303030;
}

.address-manage .tab-title span.active {
    color: #303030;
}

.address-manage li {
    width: 410px;
    height: 250px;
    overflow: hidden;
    float: left;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 20px;
    background: #f7f7f7;
    margin-right: 30px;
    margin-bottom: 30px;
}

.address-manage li.default-address {
    border: 1px solid #e6421c;
}

.address-manage li.default-address .p1 span i.flag-default {
    background: url("../img/user/flag.png") no-repeat center;
}

.address-manage li p {
    font-size: 16px;
    color: #666;
    padding: 4px 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.address-manage li .p2 {
    padding-top: 16px;
}

.address-manage li .p1 {
    overflow: hidden;
    color: #303030;
    border-bottom: 1px solid #b2b2b2;
    line-height: 30px;
}

.address-manage li .p1 span {
    display: block;
    float: right;
    height: 24px;
    line-height: 24px;
}

.address-manage li .p1 span i {
    display: inline-block;
    height: 24px;
    cursor: pointer;
    text-indent: 999px;
    margin-left: 16px;
    font-style: normal;
}

.address-manage li .p1 span i.flag-default {
    width: 17px;
    background: url("../img/user/flag_1.png") no-repeat center;
}

.address-manage li .p1 span i.edit-address {
    width: 23px;
    background: url("../img/user/edit.png") no-repeat center;
}

.address-manage li .p1 span i.delete-btn {
    width: 24px;
    background: url("../img/user/delete.png") no-repeat center;
}

.address-manage .new-address {
    cursor: pointer;
    font-size: 70px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 46px;
    color: #b2b2b2;
}

.address-manage .new-address p {
    border-bottom: none;
    color: #b2b2b2;
    margin-top: -20px;
    font-size: 24px;
}

.address-manage .bill-area li p i.edit-address {
    width: 24px;
    margin-right: 10px;
    cursor: pointer;
    float: right;
    text-indent: 999px;
    background: url("../img/user/edit.png") no-repeat center;
}

.address-edit p {
    width: 940px;
    font-size: 16px;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.address-edit p .tip {
    position: absolute;
    top: 11px;
    left: 10px;
    color: #666;
}

.address-edit .phone .tip {
    left: 54px;
    color: #666;
}

.address-edit input,
.address-edit select {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.address-edit p.w450 {
    width: 450px;
}

.address-edit .w940 {
    width: 940px;
}

.address-edit .mr40 {
    margin-right: 40px;
}

.address-edit p.default input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
    padding: 0;
    float: left;
}

.address-edit label.error {
    color: #e7421c;
}

.address-edit .submit-area input {
    background: #ffffff;
    border: 1px solid #12050a;
    width: 160px;
    padding: 6px;
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
}

.address-edit p.phone {
    position: relative;
}

.address-edit p.phone input {
    padding-left: 52px;
}

.address-edit p.phone .phone-label {
    position: absolute;
    left: 8px;
    top: 11px;
}

.group-list {
    margin-top: 20px;
    font-family: "Myriad Pro";
}

.group-list .plus-icon {
    position: relative;
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}

.group-list .plus-icon .width {
    display: block;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 6px;
    width: 50px;
    margin-top: -3px;
    margin-left: -25px;
}

.group-list .plus-icon .height {
    display: block;
    height: 50px;
    width: 6px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -3px;
}

.group-list .product-box {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}

.group-list .product-box .img-box {
    display: inline-block;
    width: 90px;
    height: 120px;
    overflow: hidden;
}

.group-list .product-box .img-box img {
    max-width: 100%;
}

.group-list .product-box .product-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.group-list .product-box .product-info h4 {
    font-family: "Myriad Pro";
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    width: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group-list .product-box .product-info p {
    font-size: 14px;
    font-family: "Myriad Pro";
    color: #666;
    line-height: 2;
}

.group-list .product-box .product-info p span {
    color: #202020;
}

.group-list .product-box .product-info p .quantity {
    float: right;
    font-size: 14px;
    color: #202020;
}

/* 微信弹窗 */
.pop-up-msg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
    position: fixed;
    z-index: 1;
}

.pop-up-msg .close-msg {
    display: block;
    text-align: right;
    padding-right: 20px;
    width: 240px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    background: url(../img/common/wechat_msg.png) no-repeat;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}

.pop-up-msg .pop-up {
    position: relative;
    width: 810px;
    height: 450px;
    margin: 0 auto;
    top: 30%;
    background: #ffffff;
}

.pop-up-msg .pop-img img {
    width: 300px;
    height: 300px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.pop-up-msg .wetchat_title {
    float: left;
}

.pop-up-msg .pop_wechat_title {
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    padding: 0 50px;
}

.pop-up-msg .wetchat_title span {
    display: inline-block;
    margin-left: 20px;
}

.pop-up-msg .order_money {
    float: right;
}

.pop-up-msg .code_second {
    font-weight: normal;
    color: #f54337;
}