iframe {
    height: 112px;
}

.box {
    margin: 0 auto;
    width: 1226px;
    -webkit-user-select: none;
}

.box .member {
    border: 1px solid #fff;
}

.box .member div {
    margin: 0 auto;
    width: 1100px;
}

.box .member ul {
    margin: 0 auto;
    width: 630px;
}

.box .member ul li {
    float: left;
    margin: 0 35px;
    width: 220px;
    height: 50px;
    font-size: 16px;
    color: #8d8d8d;
    line-height: 50px;
    text-align: center;
    border-bottom: 3px solid transparent;
}

.box .member ul li.complete {
    border-bottom-color: #0084ff;
}

.box .member ul li span.number {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    color: #fff;
    line-height: 26px;
    background: #cccccc;
    border-radius: 50%;
}

.box .member ul li.complete span.number {
    color: #fff;
    background: #0084ff;
}

.box .member div.form {
    display: none;
    margin: 20px auto;
    width: 600px;
    border: none;
}

.box .member div.form div.first {
    height: 210px;
    font-size: 16px;

}

.box .member div.form div.first p {
    text-indent: 2rem;
    line-height: 36px;
}

.box .member div.form div.first p.first {
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-indent: 0;
}

.box .member div.form div.first p  a {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

.box .member div.form.display {
    display: block;
}

.box .member div.form div {
    width: 480px;
    border: none;
}

.box .member div.form div p {
    display: inline-block;
}

.box .member div.form div div.none {
    visibility: hidden;
    padding-left: 115px;
    height: 30px;
    font-size: 14px;
    color: red;
    line-height: 30px;
}

.box .member div.form div p label {
    display: inline-block;
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-align: center;
}

.box .member div.form div p img {
    display: none;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border: none;
}

.box .member div.form div p label.prompt {
    vertical-align: top;
    width: 100px;
    height: 36px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-left: none;
}

.box .member div.form div p input {
    padding-left: 10px;
    vertical-align: top;
    width: 300px;
    height: 36px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e5e5e5;
}

.box .member div.form div p select {
    vertical-align: top;
    width: 314px;
    height: 40px;
    color: #333;
    font-size: 14px;
    resize: none;
    border: 1px solid #e5e5e5;
}

.box .member div.form div p input.special {
    width: 300px;
}

.box .member div.form div p input.short {
    width: 200px;
}

.box .member div.form div.success p {
    vertical-align: top;
    margin-left: 30px;
    color: #333;
}

.box .member div.form div.success p img {
    width: 68px;
    height: 68px;
}

.box .member div.form div.success p span {
    display: block;
    font-size: 14px;
    color: #333;
}

.box .member div.form div.success p span.three a {
    color: #0084ff;
    cursor: pointer;
    text-decoration: underline;
}

.box .member div.form button {
    margin: 70px 0 0 163px;
    width: 310px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: none;
    background: #0084ff;
    cursor: pointer;
    border-radius: 5px;
}

.box .member div.form button:hover {
    background: #005bb1;
}

#message_true {
    display: none;
    position: fixed;
    top: 35%;
    left: 50%;
    margin-top: -50px;
    margin-left: -300px;
    width: 600px;
    height: 100px;
    font-size: 22px;
    color: #fff;
    white-space: normal;
    text-align: center;
    line-height: 100px;
    background: #333;
    opacity: .6;
    filter: alpha(opacity=60);
}