* {
    padding: 0;
    margin: 0;
}

.total {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url('../images/back.png') 100% no-repeat, linear-gradient(180deg, #FFFFFF 0%, #D5D5D5 100%);
    overflow-y: scroll;
}

.total::-webkit-scrollbar {
    display: none;
}


/* head */

.head {
    width: 55%;
    height: 1.875rem;
    margin: auto;
    display: flex;
}
.logoBox{
    display: flex;
    align-items: center;
}
.logo{
    width: 1.875rem;
    height: 0.5625rem;
}

.nav {
    width: 50%;
    margin-left: 0.8125rem;
    display: flex;
    justify-content: space-between;
}

.navItem a {
    line-height: 1.875rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000B1A;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
}

.navItem1 a {
    line-height: 1.875rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    background-color: #000B1A;
    text-decoration: none;
    padding: 0.0625rem 0.125rem 0.0625rem 0.125rem;
    border-radius: 0.1875rem;
}

.navRight {
    display: flex;
    margin-left: 2.5rem;
}

.searchBox {
    width: 1.5rem;
    height: 0.475rem;
    border: 0.0125rem solid #999999;
    border-radius: 0.625rem;
    display: flex;
    margin: 0.7rem 0 0 3rem;
}

.searchImg {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0.0875rem 0.125rem 0 0.125rem;
}

.xian {
    height: 0.225rem;
    margin: 0.125rem 0.0625rem 0 0;
    border-right: 0.0125rem solid #999999;
}

.searchInput {
    width: 0.75rem;
    height: 0.25rem;
    margin-top: 0.1rem;
    border: 0;
}

.searchInput:focus,
.htextarea:focus,
.hinput:focus {
    outline: none;
}

.liuyan {
    width: 1.125rem;
    height: 0.475rem;
    background: #000B1A;
    border-radius: 0.625rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.475rem;
    color: #FAFAFA;
    text-align: center;
    margin: 0.7rem 0 0 0.2rem;
    cursor: pointer;
}

.popupbox {
    width: 100%;
    height: 17.0375rem;
    background: #222;
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: 44;
    opacity: 0.5;
    display: none;
}

.popup {
    width: 30%;
    border-radius: 0.375rem;
    position: fixed;
    top: 2.5rem;
    left: 35%;
    background-color: #fff;
    z-index: 55;
    display: none;
    padding-bottom: 0.25rem;
}

.popupT {
    font-size: 0.2125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000B1A;
    margin: 0.2rem 0 0 0.4rem;
}

.htextarea {
    width: 80%;
    height: 1.5rem;
    margin: 0.15rem 0 0 0.4rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000B1A;
    text-indent: 1em;
    background-color: #eee;
    border-radius: 0.125rem;
    border: 0;
    padding-top: 10px;
}

.hinput {
    width: 80%;
    height: 0.5rem;
    margin: 0.2rem 0 0 0.4rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000B1A;
    background-color: #eee;
    border-radius: 0.125rem;
    border: 0;
    text-indent: 1em;
}

.subBox {
    width: 80%;
    margin: auto;
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-around;
}

.circle {
    width: 1.375rem;
    height: 0.475rem;
    border: 0.0125rem solid #000B1A;
    border-radius: 0.125rem;
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.475rem;
    color: #000B1A;
    text-align: center;
    cursor: pointer;
}

.submit {
    width: 1.375rem;
    height: 0.475rem;
    background: #000B1A;
    border-radius: 0.125rem;
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.475rem;
    color: #FAFAFA;
    text-align: center;
    cursor: pointer;
}
.boxones1{
    position: fixed; right: 1vw; top: 70vh;display: flex;flex-direction: column;align-items: center;
    z-index: 1;
}
.imgsed{
    width: 10vw;
    height: 4vw;
    display: none;
}
.imgseds{
    width: 7vw;
    height: 7vw;
}
@media only screen and (max-width: 540px) {
    .boxones1{
        position: fixed; right: 2vw; top: 70vh;display: flex;flex-direction: column;align-items: center;
        z-index: 1;
    }
    .imgsed{
        width: 35vw;
        height: 17vw;
        display: block;
    }
    .imgseds{
        width: 7vw;
        height: 7vw;
        display: none;
    }
    .boxones2{
        display: none;
    }
    .total {
        position: fixed;
        width: 100%;
        height: 100%;
        background: url('') 100% no-repeat, linear-gradient(180deg, #FFFFFF 0%, #D5D5D5 100%);
        overflow-y: scroll;
    }
    /* head */
    .head {
        width: 100%;
        margin: auto;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .logoBox{
        display: flex;
        align-items: center;
        /*border: 1px solid black;*/
    }
    .logo{
        width: 85px;
        height: 30px;
        margin-left: 15px;
        margin-top: 6px;
    }
    .nav {
        width: 100%;
        margin-left: 0px;
        display: flex;
        margin-top: 10px;
        justify-content: space-around;
        /*border: 1px solid black;*/
    }
    .navItem a {
        line-height: 40px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000B1A;
        cursor: pointer;
        overflow: hidden;
    }
    .navItem1 a {
        line-height: 40px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        overflow: hidden;
        background-color: #000B1A;
        padding: 2.5px 5px 2.5px 5px;
        border-radius: 15px;
    }
    .navRight {
        width: 70%;
        display: flex;
        justify-content: space-around;
        position: absolute;
        top: 14px;
        left: 40%;
    }
    .searchBox {
        width: 70%;
        height: 30px;
        border: 1px solid #999999;
        border-radius: 25px;
        display: flex;
        margin: 0px 0 0 0px;
    }
    .searchImg {
        width: 15px;
        height: 15px;
        margin: 7px 10px 0 10px;
    }
    .xian {
        height: 20px;
        margin: 5px 5px 0 0;
        border-right: 1px solid #999999;
    }
    .searchInput {
        width: 75%;
        height: 20px;
        margin-top: 5px;
        border: 0;
    }
    .searchInput:focus,
    .htextarea:focus,
    .hinput:focus {
        outline: none;
    }
    .liuyan {
        width: 20%;
        height: 30px;
        background: #000B1A;
        border-radius: 25px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 30px;
        color: #FAFAFA;
        text-align: center;
        margin: 0px 0 0 0px;
        cursor: pointer;
    }
    .popupbox {
        width: 100%;
        height: 1363px;
        background: #222;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 44;
        opacity: 0.5;
        display: none;
    }
    .popup {
        width: 80%;
        border-radius: 15px;
        position: fixed;
        top: 150px;
        left: 10%;
        background-color: #fff;
        z-index: 55;
        display: none;
        padding-bottom: 10px;
    }
    .popupT {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000B1A;
        margin: 8px 0 0 18px;
    }
    .htextarea {
        width: 80%;
        height: 120px;
        margin: 8px 0 0 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000B1A;
        text-indent: 1em;
        background-color: #eee;
        border-radius: 10px;
        border: 0;
        padding-top: 10px;
    }
    .hinput {
        width: 80%;
        height: 40px;
        margin: 8px 0 0 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000B1A;
        background-color: #eee;
        border-radius: 10px;
        border: 0;
        text-indent: 1em;
    }
    .subBox {
        width: 80%;
        margin: auto;
        margin-top: 16px;
        display: flex;
        justify-content: space-around;
    }
    .circle {
        width: 110px;
        height: 30px;
        border: 1px solid #000B1A;
        border-radius: 10px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 30px;
        color: #000B1A;
        text-align: center;
        cursor: pointer;
    }
    .submit {
        width: 110px;
        height: 30px;
        background: #000B1A;
        border-radius: 10px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 30px;
        color: #FAFAFA;
        text-align: center;
        cursor: pointer;
    }
}