body{
    font-family: Microsoft YaHei;
    background: url(../images/body_bg.png);
    position: relative;
    font-size:16px;
    overflow-x: hidden;
    outline: none;
    /* overflow-y: hidden; */
}
*{
    outline: none;
}
a:link,a:visited,a:hover,a:visited{
    text-decoration: none;
}
/* toubu */
.head{
    width: 100%;
    height: 72px;
    background-color:#fff;
}
.head>div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
}
.headImg{
    top:-2px;
    margin-right: 13px;
}
.user-content{
    color: #009BD9;
    font-size: 87.5%;
}
/* content */

.content{
    height: 100%;
    width: 1200px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 37rem;
    margin-bottom: -10px;
}
.contentHead{
    padding: 50px 0 0 0;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    font-size: 1.125rem;
    border-bottom: 3px solid #dedede;

}
.contentHead>div{
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;

}
.contentHead>div>div{
    width: 120px;
    text-align: center;
}
.wizard{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    color:#fff;
    background-color: #64167d;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.headFont{
    color:#64167d;
}
.step{
    border-bottom:3px  solid  #64167d;
    padding-bottom: 15px;
}
.step>.wizard{
    background-color:#64167d;
}
.step>.headFont{
    color:#64167d;
}
.complete{
    position: relative;
    max-width: 60%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    color: #6d1c7e;
    margin-top: 10px;
    text-align: center;  
}

.complete-title{
   padding-top: 100px;
   
}
.complete-title > img{
    width: 7%;
    vertical-align: top;
} 
.complete-title > span{
    font-size: 25px;
    font-weight: 320;
    margin:0;
    padding-left: 10px;
}

.button{
    margin: 20px auto;
    text-align: center;
 
}
.button>button{
    color: #fff;
    background-color: #f59300;
    border: none;
    width:110px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
}




@media (max-width: 1025px){ 
    html{
        font-size: 12px;
    }

    .contentHead{
        font-size: 1.25rem;
    }
    .contentHead>div{
        width: 80%;
    }
    .contentHead>div>div{
        margin-right: 20px;
    }
    .button,
    .content,
    .head>div
        {
            width: 95%;
        }
}