body,
html {
    background-color: #F7F7F8;
}

.register_wrap {
    background-color: #F7F7F8;
}

/*头部*/
.register_wrap .header {
    width: 100%;
    background-color: #fff;
    height: 118px;
    border-bottom: 2px solid #13B8F6;
    margin-bottom: 20px;
}

.register_wrap .header .header_wrap {
    width: 70%;
    display: flex;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.header_wrap .logo {
    width: 457px;
    height: 59px;
}

.header_wrap .return {
    width: 166px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #999999;
    opacity: 1;
    border-radius: 27px;
    font-size: 14px;
    line-height: 48px;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.header_wrap .return:hover {
    border: 1px solid #13B8F6;
    color: #13B8F6;
}

/*内容*/
.container .main {
    width: 70%;
    margin: 0 auto;
}

.container .main .title {
    background-color: #fff;
    border-top: 2px solid #13B8F6;
    height: 56px;
    box-sizing: border-box;
    line-height: 56px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
    color: #3A3A3A;
}

.container .main .content {
    background-color: #fff;
    height: 600px;
    box-sizing: border-box;
    padding-top: 40px;
}

.content .content_wrap {
    width: 42%;
    margin: 0 auto;
}

.content .content_wrap .table {
    display: flex;
    margin-bottom: 30px;
    padding-left: 120px;
}

.table .btn {
    width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #444;
    margin-right: 20px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.captcha-btn{
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    background: #13B8F6;
    color: #FFFFFF;
    border: 1px solid #13B8F6;
    padding: 0 5px;
    cursor: pointer;
}
.table .btn:hover {
    background: #13B8F6;
    color: #FFFFFF;
    border: 1px solid #13B8F6;
}

.btn.active {
    background: #13B8F6;
    color: #FFFFFF;
    border: 1px solid #13B8F6;
}

.content_form .form_item {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.form_item label {
    font-size: 14px;
    text-align: right;
    color: #3A3A3A;
    padding-right: 10px;
}

.form_item input {
    font: 14px arial;
    color: #333;
    border: 1px solid #b8b8b8;
    padding: 2px 0px 2px 16px;
    border-radius: 5px;
    box-sizing: border-box;
    /* box-shadow: 0 0 16px 0 rgba(53, 53, 53, .2); */
}

.form_item .input {
    position: relative;
    box-sizing: border-box;
    flex: 1;
}

#search-button {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 3px;
    right: 6px;

    background-color: #fff;
    cursor: pointer;
}

.search-img {
    position: absolute;
    height: 0px;
    width: 0px;
    top: 13px;
    right: 10px;
    overflow: hidden;
    cursor: pointer;
    border-width: 5px;
    border-style: solid dashed dashed;
    border-color: #acacac transparent transparent;
    background-repeat: no-repeat;
    opacity: .6;
}

.input span.up {
    border-width: 5px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #acacac;
    top: 7px;
}

.input select {
    width: 100%;
    height: 100px;
    margin: 0px;
    padding: 2px 0px;
    outline: none;
    border: 1px solid #b8b8b8;
    position: absolute;
    z-index: 999;
    top: 35px;
    left: 0;
    box-shadow: 0 0 16px 0 rgba(53, 53, 53, .2);
}

.input select option {
    height: 18px;
    line-height: 18px;
    cursor: default;
    font: 14px arial;
    padding: 2px 8px;
}

.input select option:hover {
    background: #f0f0f0;
}

.form_item .message {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message input {
    width: 283px;
    height: 34px;
    line-height: 30px;
    font: 14px arial;
    color: #333;
    border: 1px solid #b8b8b8;
    padding: 2px 0px 2px 16px;
    border-radius: 5px;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 14px
}

::-moz-placeholder {
    color: #999;
    font-size: 14px
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #999;
    font-size: 14px
}

/* ie */
input:-moz-placeholder {
    color: #999;
    font-size: 14px
}

.message .btn {
    width: 137px;
    height: 36px;
    background: #13B8F6;
    opacity: 1;
    border-radius: 4px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.content_wrap .submit {
    margin-bottom: 30px;
    margin-left: 120px;
    width: 137px;
    height: 36px;
    background: #13B8F6;
    border-radius: 4px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.form #form_page {
    display: none;
}

.form #form_page.form_show {
    display: block;
}

/*footer*/
.register_wrap .footer {
    text-align: center;
    margin-top: 30px;

}

.register_wrap .footer span {
    font-size: 12px;
    color: #999;
    line-height: 28px;
}