* {
    margin: 0;
    padding: 0;
}

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

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

/* 账号登录 */
.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;
    color: #999999;
}

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

.agreement span {
    font-size: 14px;
}

.agreementxieyi {
    color: #D8B073;
    cursor: pointer;
}

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

/* 用户协议 */
.userxieyi {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.userxieyi-nav {
    width: 35vw;
    height: 85vh;
    margin: auto;
    background-color: white;
    border-radius: 20px;
}

.userxieyi-nav h3 {
    width: 100%;
    height: 5vh;
    line-height: 5vh;
    text-align: center;
}

.userxieyi-html {
    width: 100%;
    height: 70vh;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    overflow-y: scroll;
}

.contentbutton {
    width: 80%;
    height: 5vh;
    text-align: center;
    line-height: 5vh;
    font-size: 16px;
    background-color: #ff330c;
    color: white;
    border: none;
    border-radius: 10vw;
    margin-top: 2vh;
    cursor: pointer;
}