* {
    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: 703px;
    margin-top: 24px;
    background-color: white;
    overflow-y: scroll;
}

.personalcenter-pagination {
    width: 950px;
    height: 35px;
    background-color: white;
    border-top: 1px solid #DDDDDD;
    padding-top: 5px;
}

.personalcenter-rightnav {
    width: 900px;
    height: 693px;
    margin-top: 25px;
    margin-left: 17px;
}

.personalcenter-rightnav h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.orderwhole-top {
    width: 100%;
    height: 21px;
    margin-top: 38px;
}

.orderwhole-top ul li {
    list-style: none;
    float: left;
}

.orderwhole-top .line {
    width: 1px;
    height: 16px;
    background-color: #DDDDDD;
    margin: 0 24px;
    margin-top: 3px;
}

.orderwhole-top ul li a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    line-height: 21px;
}

.orderwhole-middle {
    width: 100%;
    height: 49px;
    background-color: #F2F2F2;
    margin-top: 10px;
}

.orderwhole-middle ul li {
    list-style: none;
    float: left;
    line-height: 49px;
    width: 100px;
    font-size: 14px;
    text-align: center;
}

.orderwhole-middle ul li:first-child {
    width: 380px;
    text-align: center;
}

.orderwhole-middle .line {
    width: 1px;
    height: 16px;
    background-color: #DDDDDD;
    margin-top: 17px;
}

.orderwhole-bottom {
    margin-top: 24px;
}

.orderwhole-bottomaaa {
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.orderwhole-bottomaaa p {
    font-size: 14px;
    color: #666666;
}

.orderwhole-bottomaaa p:last-child {
    cursor: pointer;
}

.orderwhole-bottombbb {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    flex-direction: row;
}

.bottombbb-one {
    width: 380px;
    height: 100%;
    border-right: 1px solid #DDDDDD;
    display: flex;
    flex-direction: row;
}

.bottombbb-oneimg img {
    width: 88px;
    height: 88px;
    margin-top: 12px;
}

.bottombbb-onetext {
    width: 200px;
    height: 88px;
    margin-top: 12px;
    margin-left: 12px;
}

.bottombbb-onetext p:first-child {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bottombbb-onetext p:last-child {
    font-size: 14px;
    color: #999999;
    margin-top: 16px;
}

.bottombbb-two {
    width: 100px;
    height: 100%;
    font-size: 14px;
    line-height: 120px;
    text-align: center;
    border-right: 1px solid #DDDDDD;
}

.bottombbb-three {
    width: 100px;
    height: 100%;
    font-size: 14px;
    line-height: 120px;
    text-align: center;
}

.bottombbb-threepay {
    width: 90px;
    height: 32px;
    background-color: #D8B073;
    color: white;
    text-align: center;
    line-height: 32px;
    margin-top: 20px;
    margin-left: 13px;
    cursor: pointer;
}

.bottombbb-threeorder {
    width: 90px;
    height: 32px;
    background-color: #333333;
    color: white;
    text-align: center;
    line-height: 32px;
    margin-top: 16px;
    margin-left: 13px;
    cursor: pointer;
}