* {
    margin: 0;
    padding: 0;
}

.box {
    width: 100%;
    margin: auto;
}

.clear {
    clear: both;
}

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

.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;
}

/* 账号登录 */
.account {
    width: 1200px;
    height: 600px;
    margin: auto;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.accountleft {
    width: 582px;
    height: 100%;
    border-right: 1px dashed;

}

.accountlefttop {
    width: 208px;
    height: 208px;
    border: 1px solid;
    margin-left: 227px;
    margin-top: 52px;
}

.accountleftbottom {
    margin-left: 170px;
    margin-top: 10px;
    font-size: 16px;
    color: #999999;
}

.accountright {
    width: 618px;
    height: 100%;
}

.accountrightnav {
    width: 320px;
    margin-left: 120px;
    margin-top: 52px;
}

.accountrightnav-aaa {
    width: 310px;
    height: 56px;
    font-size: 16px;
    padding-left: 10px;
    border: 1px solid;
}

.accountrightnav-bbb {
    width: 310px;
    height: 56px;
    font-size: 16px;
    padding-left: 10px;
    border: 1px solid;
    margin-top: 24px;
}

.accountrightnav-ccc {
    width: 320px;
    height: 56px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.accountrightnav-ccc input {
    width: 160px;
    height: 56px;
    font-size: 16px;
    padding-left: 10px;
    border: 1px solid;
}

.accountrightnav-ccc button {
    width: 100px;
    height: 60px;
    background-color: #D8B073;
    border: none;
    color: white;
    cursor: pointer;
}

.accountrightnav p {
    margin-top: 14px;
    font-size: 16px;
    color: #D8B073;
    cursor: pointer;
}

.agreement {
    width: 100%;
    height: 18px;
    margin-top: 30px;
}

.agreement input {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}

.agreement span {
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}

.login {
    width: 320px;
    height: 56px;
    background-color: #D8B073;
    color: white;
    text-align: center;
    line-height: 56px;
    margin-top: 16px;
    cursor: pointer;
}