* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

body {
    font-family: Gilroy Semi Bold, -apple-system, BlinkMacSystemFont, Segoe UI,
        PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica,
        Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    overflow: hidden;
}

.head {
    /* width: 100%; */
    height: 88rem;
    background-color: white;

    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26rem;

    border-bottom: 1rem solid #cdcdcd
}

.head .head1 {
    padding-left: 64rem;
    display: flex;
}

.head .head1 .head1-item {
    height: 88rem;
    display: flex;
    align-items: center;
    margin-right: 20rem;
}

.head .head1 .head1-item img {
    width: 15rem;
    height: 14rem;
    margin-right: 10rem;
}

.head .head1 .head1-item p {
    font-size: 15rem;
    display: flex;
}

.head .head2 {
    padding-right: 64rem;
    width: 150rem;
}

.heads {
    /* width: 100%; */
    height: 40rem;
    background-color: white;
    padding-left: 64rem;
    line-height: 40rem;
    font-size: 15rem;
}



.content {
    background-color: #f6f5f3;
    margin-top: 128rem;
    box-sizing: border-box;
    padding: 46rem 0;
}

.content-item1 {
    width: 85%;
    margin: auto;
}

.content-top1{
    width: 100%;
    height: 51rem;
    background-color: white;
    display: flex;
    align-items: center;
    margin-bottom: 29rem;
}
.content-top1 img{
    width: 16rem;
    height: 16rem;
    margin-left: 14rem;
    margin-right: 16rem;
}

.content-top1 input{
    border: 0;
    width: 100%;
    font-size: 14rem;
}
.content-top1 input:focus{
    outline: 0;
   
}
.content-top2{
    display: flex;
    justify-content: space-between;
}
.content-left{
    overflow-y: scroll;
    width: 60%;
    height: 466rem;
    background-color: white;
}
.content-right{
    width: 38%;
    height: 466rem;
    background-color: white;
}
.content-left-top1{
    box-sizing: border-box;
    padding: 37rem 0;
    border-bottom: 1rem solid #f0f0f0;
    padding-left: 25rem;
}
.content-left-top1 p{
    font-size: 19rem;
}
.content-left-top2{
    box-sizing: border-box;
    padding: 26rem 28rem;
}
.content-left-top2 p{
    letter-spacing: 1rem;
    line-height: 32rem;
    text-indent: 24rem;
}

.content-right-top1{
    box-sizing: border-box;
    padding: 37rem 0;
    border-bottom: 1rem solid #f0f0f0;
    padding-left: 25rem;
}
.content-right-top1 p{
    font-size: 19rem;
}

.content-right-top2{
    box-sizing: border-box;
    padding: 26rem 28rem;
   
}
.content-right-top2 p{
   text-decoration: underline;
   box-sizing: border-box;
   padding-bottom: 23rem;
}



.xian {
    border-bottom: 1rem solid #cdcdcd;
}

.bottom {
    padding: 35rem 0;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.bottom-left {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom-left-item1 {
    display: flex;
    justify-content: space-between;
}

.bottom-left-item2 {
    display: flex;
    justify-content: space-between;
}

.bottom-left-item2 p {
    font-size: 14rem;
    margin: 0;
}

.bottom-right {
    width: 35%;
}

.bottom-right div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bottom-right div p {
    margin-bottom: 18rem;
    font-size: 16rem;
}

.bottom-right div p input {
    width: 100%;
    line-height: 38rem;
    border: 1rem solid #cdcdcd;
    box-sizing: border-box;
    padding: 0 10rem;
}

.bottom-right div p input:focus {
    outline: 0;
    border: 1rem solid #cdcdcd;
}

.bottom-right div .input {
    width: 365rem;
    height: 38rem;
    background-color: #fafafa;
}

.bottom-right div .input1 {
    width: 365rem;
    height: 75rem;
    background-color: #fafafa;
}

.bottom-right div .input1 textarea {
    width: 100%;
    height: 100%;
    border: 1rem solid #cdcdcd;
    box-sizing: border-box;
    padding: 10rem 10rem;
}

.bottom-right div .input1 textarea:focus {
    outline: 0;
    border: 1rem solid #cdcdcd;
}

.bottom-left ul li {
    margin-bottom: 25rem;
    font-size: 13rem;
}

.bottom-right button {
    width: 363rem;
    height: 37rem;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 37rem;
    border: 0;
}

.logo {
    text-align: center;
    margin-top: 5rem;
    height: 50rem;
    line-height: 50rem;
    font-size: 27rem;
    margin-bottom: 25rem;
}