* {
    margin: 0;
    padding: 0;
}

.box {
    width: 100%;
    margin: auto;
    background-color: #f2f2f2;
    padding-bottom: 23px;
}

.clear {
    clear: both;
}

/* 头部导航 */
.header {
    width: 100%;
    height: 40px;
    background-color: #02cc71;
}

.header-nav {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-navleft ul li {
    width: 100px;
    text-align: center;
    list-style: none;
    float: left;
    line-height: 40px;
}

.header-navleft ul .line {
    width: 1px;
    height: 12px;
    margin-top: 15px;
    background-color: white;
}

.header-navleft ul li a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

/* 搜索 */
.search {
    width: 100%;
    height: 104px;
    background-color: white;
}

.search-background {
    width: 1200px;
    height: 104px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.search-aaa {
    margin-top: 32px;
}

.search-aaa img {
    width: 360px;
    height: 40px;
}

.search-bbb {
    width: 700px;
    height: 32px;
    margin-top: 36px;
}

.search-bbb ul li {
    width: 87.5px;
    float: left;
    list-style: none;
    line-height: 32px;
}

.search-bbb ul li a {
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.search-ccc {
    width: 248px;
    height: 32px;
    margin-top: 36px;
    border-radius: 32px;
    border: 1px solid;
}

/* 个人中心 */
.personalcenter {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.personalcenter-left {
    width: 226px;
    height: 743px;
    background-color: white;
    margin-top: 24px;
}

.personalcenter-leftnav {
    margin-top: 48px;
    margin-left: 48px;
    width: 130px;
    height: 695px;
}

.personalcenter-leftnav ul li {
    list-style: none;
    margin-bottom: 8px;
}

.personalcenter-leftnav ul li h3 {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 600;
}

.personalcenter-leftnav ul li a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.personalcenter-right {
    width: 950px;
    height: 743px;
    margin-top: 24px;
    overflow-y: scroll;
    background-color: white;
}

.personalcenterright-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.personalcenterright-topnav {
    width: 902px;
    margin-top: 40px;
    margin-left: 24px;
}

.personalcenterright-topnav h3 {
    font-size: 24px;
    font-weight: 400;
}

.receipt-box {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.receiptbox-aaa {
    width: 243px;
    height: 136px;
    border: 1px dashed;
    padding: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.receiptbox-aaa:first-child {
    cursor: pointer;
}

.receiptbox-aaa img {
    width: 14px;
    height: 14px;
    margin-top: 61px;
}

.receiptbox-aaa p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 设置对齐模式 */
    -webkit-line-clamp: 2;
}

.xiugai {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.xiugai span {
    font-size: 14px;
    color: #D8B073;
    margin-right: 16px;
    cursor: pointer;
}

/* 收货地址添加 */
.address-add {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.address-addnav {
    width: 606px;
    height: 378px;
    background-color: white;
    margin-left: 632px;
    margin-top: 324px;
    padding: 25px;
}

.addressaddnav-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.addressaddnav-top p {
    font-size: 20px;
}

.addressaddnav-top img {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    cursor: pointer;
}

.addressaddnav-bottom {
    width: 100%;
    height: 310px;
    margin-top: 20px;
}

.addressaddnav-bottomone {
    width: 20%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.addressaddnav-bottomaaa {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.name input {
    width: 286px;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    padding-left: 10px;
}

.phone input {
    width: 286px;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    padding-left: 10px;
}

.addressaddnav-bottombbb {
    width: 603px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.addressaddnav-bottombbb input {
    width: 298px;
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid;
    margin-bottom: 10px;
}

.addressaddnav-bottomccc {
    width: 603px;
    height: 72px;
    margin-top: 10px;
}

.addressaddnav-bottomccc textarea {
    width: 583px;
    height: 52px;
    padding: 10px;
}

.addressaddnav-bottomddd {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.queren {
    width: 152px;
    height: 40px;
    background-color: #D8B073;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-left: 140px;
    cursor: pointer;
}

.quxiao {
    width: 152px;
    height: 40px;
    background-color: #999999;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-right: 140px;
    cursor: pointer;
}