* {
    margin: 0 auto;
    padding: 0;
}

body{
    background-color: #f0efef;
}

.body {
    width: 1200px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.header {
    width: 1200px;
    height: 98px;
    text-align: center;

    display: flex;
    justify-content: center;
}



.logo {
    width: 55px;
    height: 55px;
    border-radius: 40%;
    background-color: #FF6700;
    background-position:50%;
    margin-top: 20px;
    margin-right: 10px;
}

.logo_text {
    margin-left: 10px;
    margin-top: 20px;
}

.logo_text h2 {
    font-weight: 400;
    letter-spacing: 5px;
}

.logo_text p {
    margin-top: 5px;
    font-size: 6px;
}

/* 中间部分开始 */
.middle {
    position: relative;
    height: 588px;
    
}
.middle2 {
    position: relative;
    height: 588px;
    display: none;
}
.ma-3{
    position: absolute;
    height: 65px;
    width: 60px;
    left: 350px;
    top: 0;
}
.ma-3-1{
    position: absolute;
    height: 65px;
    width: 60px;
    left: 350px;
    top: 0;
}
.ma-1{
    position: absolute;
    z-index: 99;
}
.ma-2{
    position: absolute;
    z-index: 100;
    display: none;
}
.ma-3:hover .ma-2{
    display: block;
}
.ma-3-1:hover .ma-2{
    display: block;
}





.user {
    position: absolute;
    top: 35px;
    right: 150px;
    width: 410px;
    height: 556px;
    background-color:white;
}
.user img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.user_header {
    
    text-align: center;
    line-height: 82px;
}

.user_header a {
    padding: 27px 0 24px;
    text-align: center;
    font-size: 24px;
    color: #666;
}

.user_header a:hover {
    color: #FF6700;
}

.line {
    width: 1px;
    height: 24px;
    margin: 0 35px 0 42px;
    border: 1px solid #e0e0e0;
    background: #e0e0e0;
}

.user_middle input {
    color: #686868;
    width: 306px;
    height: 25px;
    border: 1px solid #e0e0e0;
    padding: 13px 16px 13px 14px;
    margin: 0 0 20px 35px;
}

 .user_middle button{ 
    width: 337px;
    height: 50px;
    border: 1px solid #FF6700;
    background-color: #FF6700;
    margin: 0 0 0 35px;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 20px;
} 

.user_middle li {
    width: 308px;
    padding-bottom: 35px;
    margin: 0 0 0 45px;
    font-size: 14px;
    text-align: center;

}

.user_middle li a ,.user_middle span{
    color: #757575;
}

.user_middle li a:hover {
    color: #FF6700;
}

.user_footer {
    color: #686868;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user_footer_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user_footer_img img {
    margin: 15px;
    width: 10%;
}

.footer {
    /* display: flex;
justify-content: center;
 align-items: center;
 flex:1; */
    height: 30px;
    margin: 100px 0 0 600px;
    margin-left:480px;

}


.footer ul{
    display: flex;
    flex: 1;
} 

.footer li a,
.footer span {
    color: #757575;
    font-size: 14px;
}

.footer li a {
    display: inline-block;
    height: 19px;
    padding: 0 10px;
    text-align: center;
}

.footer li a:hover {
    color: #FF6700;
}