h3.title {
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

/* 美化select */
select {
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px;
    background: url("../img/login/select.png") no-repeat scroll right center transparent;
    background-size: 12px;
    cursor: pointer;
}

/* 滑块验证CSS */
.slide-verify {
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}

.slide-verify .title {
    position: relative;
    display: inline-block;
    line-height: 36px;
    color: #fff;
    z-index: 9;
}

.slide-verify .flash-bar {
    line-height: 36px;
    font-size: 13px;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #19385c;
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.6) 30%, #aff0ff 50%, rgba(0, 0, 0, 0.6) 70%);
    background-blend-mode: hard-light;
    background-size: 300%;
    -webkit-animation: shine 4s infinite;
}

.slide-verify .slide-bar {
    height: 100%;
    width: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.slide-verify .slide-bar i {
    line-height: 36px;
}

.slide-verify .slide-bar i.success {
    color: #7ac23c;
}

.slide-verify .slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #7ac23c;
    z-index: 1;
}

@-webkit-keyframes shine {
    from {
        background-position: 100%;
    }
    to {
        background-position: 0;
    }
}

/* 页面 */
body, html {
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}

.regist-wrap {
    min-width: 1000px;
    width: 60%;
    margin: 0 auto;
    padding-top: 50px;
    min-height: calc(100% - 60px);
    padding-bottom: 104px;
    clear: both;
}

.language {
    text-align: right;
    line-height: 36px;
}

.regist-wrap h2.title {
    line-height: 60px;
    background: #4a90e2;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


.regist-wrap h3.title {
    text-align: center;
    color: #666 !important;
    margin-bottom: 50px;
    font-size: 20px;
}

.regist-wrap .content {
    padding: 50px 0;
    background: #fff;
}

.content .flow {
    width: 80%;
    margin: 0 auto;
}

.content .form-wrap {
    width: 80%;
    margin: 0 auto;
}

.content .form-wrap.mini-wrap {
    width: 60%;
}

.content .flow:after,
.form-group:after {
    content: ' ';
    display: table;
    clear: both;
}

.content .flow .item {
    float: left;
    width: calc(100% / 3);
    text-align: center;
    position: relative;
}

.content .flow .item i {
    display: block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 40px;
    margin: 0 auto;
    font-size: 32px;
    border: 1px solid #ddd;
}

.content .flow .item:first-child i {
    line-height: 75px;
    padding-left: 0;
}

.content .flow .item.active i {
    background: #37b134;
    color: #fff;
    border-color: #37b134;
}

.content .flow .item .title {
    display: block;
    color: #666;
    margin-top: 10px;
}

.content .flow .item .line {
    position: absolute;
    width: 50%;
    height: 1px;
    border: none;
    border-top: 1px dashed #000;
    right: -28%;
    top: 40%;
    transform: translate(0, -50%);
}

.content .flow .item .line.active {
    border-color: #37b134;
}

.form-wrap {
    padding: 50px 0;
}

.form-group {
    padding: 15px 0;
    margin: 0 !important;
}

.form-group > .title {
    display: block;
    float: left;
    width: 150px;
    line-height: 40px;
    position: relative;
}

.form-group .title .country-pic {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 25px;
    height: 20px;
}

.form-group .head {
    display: inline-block;
    width: calc(100% - 150px);
}

.form-group input[type='text'],
.form-group input[type='password'],
.form-group .input-control {
    display: block;
    float: left !important;
    width: calc(100% - 150px) !important;
    height: 40px !important;
    line-height: 40px !important;
    background: #F5F5F5;
}

.form-group input[type='text']:focus,
.form-group input[type='password']:focus {
    background: #fff !important;
}

.form-group label {
    line-height: 40px;
    margin-right: 10px;
}

.form-group input[type='radio'] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.sub-btn {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 0;
    line-height: 40px;
    border-radius: 4px;
}

.footer {
    position: relative;
    bottom: 104px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.footer p {
    line-height: 32px;
}

.footer p a {
    color: #346fb5;
}

.form-group .err-msg {
    display: inline-block;
    padding-left: 150px;
    padding-top: 5px;
    margin: 0;
    color: #d0021b;
}

.dn {
    display: none;
}

.mini-wrap .form-group > .title {
    width: 100px;
}

.mini-wrap .form-group input[type='text'] {
    width: calc(100% - 100px) !important;
}

/* 城市选择框CSS */
.country-select-wrap {
    display: inline-block;
    width: calc(100% - 150px);
    height: 40px;
    background: #F5F5F5;
    position: relative;
}

.country-select-wrap .title {
    line-height: 40px;
    padding: 0 10px;
    text-align: left;
}

.country-select-wrap .title i {
    float: right;
    line-height: 40px;
}

.country-select-wrap .title img,
.country-select-wrap li img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 5px;
    width: 25px;
    height: 20px;
}

.country-select-wrap ul {
    border: 1px solid #ddd;
    border-top: none;
    max-height: 324px;
    overflow: auto;
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 40px);
    width: 100%;
    background: #fff;
    z-index: 9;
}

.country-select-wrap ul li {
    padding: 0 10px;
    border-top: 1px solid #eee;
    height: 36px;
    line-height: 36px;
    color: #666;
    cursor: pointer;
    text-align: left;
}

.country-select-wrap ul li.active {
    background: #ddd;
}

.country-select-wrap ul li:hover {
    background: #ddd;
}

.country-select-wrap .search-country {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    background: #f5f5f5;
    display: none;
}

.country-select-wrap .search-country input {
    display: block;
    width: 100% !important;
    height: 100% !important;
    background: #fff;
}

.success-container {
    width: 50%;
    margin: 20px auto;
    text-align: center;
}

.success-container > i {
    font-size: 200px;
    line-height: 250px;
    color: #b0c7dc;
}

.success-container > p {
    font-weight: bold;
    color: #222;
}

.success-container > a {
    display: block;
    width: 400px;
    margin: 0 auto;
    background-color: #2971ff;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 20px;
}

.flat-div {
    background-color: #fff;
    padding: 30px 20px;
    width: 100%;
    margin: 30px auto;
    position: relative;
}

.flat-div p {
    margin-bottom: 15px;
}

.flat-div .blue {
    font-size: 18px;
    color: #226cff;
}

.flat-div p.title {
    font-size: 16px;
}

.flat-div p.tips {
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 30px;
}

.flat-div .sub-btn {
    display: inline-block;
    margin: 0;
    width: auto;
}

.flat-div > img {
    position: absolute;
    right: 10px;
}

.form-group input[type='text'].inline-input {
    width: calc((100% - 450px) / 2) !important;
}

#send-code {
    width: 100px;
}

#validate-wrapper {
    display: none;
}

.tab-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.tab-wrapper .sub-btn {
    cursor: pointer;
}

.tab-wrapper .active {
    color: #1da1f2;
    border-color: #1da1f2;
}
