body,
html {
    background: #f0f0f0;
}

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

div,
span,
ul,
li,
a {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

.container {
    width: 700px;
    padding: 50px 50px;
    margin: 50px auto 0px;
    background: #fff;
    min-height: 430px;
    border: #eee solid 1px;
}

.step {
    position: relative;
    margin-bottom: 30px;
     display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 60px;
}

/* .step::after{
    content:'';
    position:absolute;
    height:1px;
    background: #ccc;
    left:0;
    right:0;
    top:19px;
} */
.step li .text {
    background: #fff;
    color: #999;
    padding-right: 5px;

}

.step li .line::after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 16px;
    background: #eee;
}


.step li {
    flex: 1;
    /* width: calc(100%/3); */
    /* text-align: center; */
    /* display: inline-block; */
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}


.step li .xulie {
    display: inline-block;
    height: 34px;
    width: 34px;
    margin-right: 5px;
    border-radius: 50%;
    border: #eee solid 1px;
    color: #999;
    text-align: center;
    line-height: 34px;
}

.step li.active .xulie {
    background-color: #1890ff;
    border-color: #1890ff;
    color: white;
}

.step li.finish .xulie {
    /* background-color: #1890ff; */
    border-color: #1890ff;
    color: #1890ff;
}

.step li.finish span.text {
    color: #1890ff;
}

.step li.active span.text {
    color: #363636;
}

.submit {
    height: 40px;
    width: 30%;
    background: #1890ff;
    border-radius: 20px;
    margin-top: 20px;
    color: white;
    border: #1890ff solid 1px;
    cursor: pointer;
    font-size: 15px;
}

.tishi {
    display: none;
    margin-top: 20px;
    padding: 5px 10px;
    border:#df7288 solid 1px;
    border-radius: 3px;
    background: #f7dee3;
    font-size:14px;
    color: red;
}

.loading-text {
    color: #1890ff;
}

.loading {
    /* display: none; */
    text-align: center;
    color: #666;
    /* height:100px; */
    width: 100%;
}

.finished {
    margin-top: 20px;
    display: none;
    text-align: center;
}

.finished .success {
    margin: 30px 0px;
    display: inline-block;
    height: 80px;
    width: 80px;
    background: #52c41a;
    border-radius: 50%;
}

.finished .error {
    margin: 30px 0px;
    display: inline-block;
    height: 80px;
    width: 80px;
    background: red;
    border-radius: 50%;
}

.finished .success::after {
    content: "✓";
    font-size: 40px;
    line-height: 80px;
    color: white;
}

.finished .error::after {
    content: "✕";
    font-size: 40px;
    line-height: 80px;
    color: white;
}

.finished .result-text {
    margin: 10px 0px;
    color: #000;
    font-size: 20px;
}

.submit.download {
    width: 300px;
    display: inline-block;
    text-decoration: none;
    line-height: 40px;

}

.c-step1 {
    display:none;
    width: 530px;
    margin: 0px auto;
}
.input-code {
    text-align: left;
    margin-top:30px;
}
.input-code label{
    height:30px;
    margin-right:5px;
    display: inline-block;
}
.input-code img{
    vertical-align:middle
}
.input-code input{
    height:30px;
    border-radius: 1px;
    padding:0px 7px;
    border: #ddd solid 1px;
}
