* {
    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;
}

.personalcenterright-top {
    width: 100%;
    height: 190px;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.personalcenterright-topleft {
    display: flex;
    flex-direction: row;
}

.personalcenterright-topleftimg {
    width: 88px;
    height: 88px;
    border-radius: 88px;
    margin-top: 48px;
    margin-left: 48px;
    margin-right: 17px;
}

.personalcenterright-topleftimg img {
    width: 88px;
    height: 88px;
    border-radius: 88px;
}

.personalcenterright-topleft h4 {
    margin-top: 57px;
    font-size: 20px;
    font-weight: 400;
}

.personalcenterright-topleft button {
    width: 88px;
    height: 28px;
    margin-top: 15px;
    margin-left: 16px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    cursor: pointer;
}

.personalcenterright-topright {
    width: 560px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.personalcenterright-toprightaaa {
    width: 32.9%;
    height: 49.5%;
    text-align: center;
}

.personalcenterright-toprightaaa p {
    font-size: 22px;
    color: #02cc71;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.personalcenterright-toprightaaa h5 {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.personalcenterright-bottom {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.personalcenterright-bottomleft {
    width: 616px;
    /* height: 530px; */
    background-color: white;
}

.personalcenterrightbottomleft-nav {
    width: 568px;
    /* height: 482px; */
    height: 140px;
    margin-left: 24px;
    margin-top: 24px;
}

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

.bottomleft-navaaa p {
    font-size: 16px;
}

.bottomleft-navaaa p:nth-child(2) {
    font-size: 14px;
    margin-top: 1px;
    cursor: pointer;
}

.bottomleft-navbbb {
    width: 100%;
    height: 121px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #EEEEEE;
}

.bottomleftnavbbb-one {
    width: 25%;
    height: 121px;
    text-align: center;
}

.bottomleftnavbbb-one img {
    width: 35px;
    height: 33px;
    margin-top: 33px;
    cursor: pointer;
}

.bottomleftnavbbb-one h5 {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    cursor: pointer;
}

.bottomleft-navccc {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bottomleft-navcccimg {
    width: 88px;
    height: 88px;
    margin-top: 16px;
    margin-left: 24px;
    border: 1px solid;
}

.bottomleft-navccctext {
    width: 432px;
    height: 28px;
    margin-top: 46px;
    display: flex;
    flex-direction: row;
}

.bottomleft-navccctext ul {
    width: 100%;
}

.bottomleft-navccctext ul li {
    width: 25%;
    height: 100%;
    line-height: 28px;
    list-style: none;
    float: left;
    font-size: 14px;
}

.bottomleft-navccctext ul li button {
    width: 88px;
    height: 28px;
    background-color: #D8B073;
    border: none;
    cursor: pointer;
}

.bottomleft-navccctext ul li:last-child {
    text-align: right;
}

.personalcenterright-bottomright {
    width: 312px;
    background-color: white;
}

.personalcenterrightbottomright-nav {
    width: 264px;
    height: 150px;
    margin-top: 24px;
    margin-left: 24px;
}

.bottomright-navtop {
    font-size: 16px;
    font-weight: 400;
}

.bottomright-navbottom {
    width: 100%;
    height: 90px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bottomright-navbottomaaa {
    width: 32%;
    height: 100%;
    cursor: pointer;
}

.bottomright-navbottomaaa img {
    width: 26px;
    height: 34px;
    margin-top: 24px;
}

.bottomright-navbottomaaa p {
    font-size: 14px;
    margin-top: 3px;
}