body {
    background-color: #f2f2f2;
}
input::-webkit-input-placeholder {
    color: #999;
}
a:hover{
    text-decoration: none;
}
.verify .banner {
    background-image: url(/img/src/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 230px;
    margin-bottom: -68px;
}
.verify .banner .mask {
    padding-top: 80px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.verify .banner .title {
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.verify .main {
    background-color: #fff;
    max-width: 1164px;
    margin: 0 auto 80px;
}
.verify .head {
    margin: auto;
    height: 115px;
    box-shadow: 0 6px 5px 0 #f1f1f1;
}
.verify .head .header-list {
    position: relative;
    margin: auto;
    height: 100%;
    width: 485px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.verify .head .header-list .process {
    text-align: center;
    z-index: 2;
}
.verify .head .header-list .process .item {
    height: 30px;
    width: 30px;
    color: #fff;
    background: #e1e1e1;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 12px;
    display: inline-block;
}
.verify .head .header-list .process .item-title {
    color: #e1e1e1;
    font-size: 14px;
}
.verify .head .header-list .process.on .item {
    background-color: #226dd4;
}
.verify .head .header-list .process.on .item-title {
    color: #226dd4;
}
.verify .head .header-list .line {
    position: absolute;
    background-color: #e1e1e1;
    height: 2px;
    width: calc(100% - 60px);
    top: calc(50% - 15px);
    left: 30px;
    z-index: 1;
}

.verify .content {
    padding: 60px 100px 40px;
}
.verify .name-area {
    padding: 0 215px 50px;
    border-bottom: 1px solid #ccc;
}
.verify .name-area .name-input {
    width: 535px;
    height: 48px;
    margin-bottom: 15px;
}
.verify .name-area .name-tips {
    font-size: 14px;
    color: #999;
}
.verify .receive-area {
    padding-top: 50px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.verify .receive-area .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 22px;
}
.verify .receive-area .choice-area {
    margin-bottom: 50px;
}
.verify .receive-area .choice-area .choice-btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.verify .receive-area .choice-area .receive-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: text-top;
    background-size: cover;
    background-position: center;
    background-image: url(/img/src/guide/receive.png);
}
.verify .receive-area .choice-area .choice-btn.on .receive-icon {
    background-image: url(/img/src/guide/receive_selected.png);
}
.verify .receive-area .choice-area .receive-txt {
    font-size: 14px;
    color: #999;
}
.verify .type-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}
.verify  .type-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.verify .type-list .type-item {
    text-align: center;
    width: 158px;
    height: 130px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}
.verify .type-list .type-item .type-item-logo {
    width: 66px;
    height: 66px;
    margin-bottom: 10px;
}
.verify .type-list .type-item .selected {
    display: none;
}
.verify .type-list .type-item.on {
    color: #333;
}
.verify .type-list .type-item.on .type-item-logo {
    display: none;
}
.verify .type-list .type-item.on .selected {
    display: inline-block;
}
.verify .type-list .type-item .type-item-title {}
.verify .type-list .type-item .type-item-tips {
    margin-top: 5px;
}
.opt-area {
    padding-top: 30px;
}
.opt-area .btn-next {
    float: right;
    width: 144px;
    height: 38px;
    padding: 0;
    border: none;
    line-height: 38px;
    color: #fff;
    background-color: #226dd4;
}
.opt-area .back {
    font-size: 14px;
    color: #226dd4;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    top: 20px;
}

.verify .info-area {
    padding: 0 265px 40px;
    border-bottom: 1px solid #ccc;
}
.verify .info-area .form-control {
    height: 40px;
}
.verify .info-area .code-group {
    display: flex;
    align-items: center;
}
.verify .info-area .code-group .code-input {
    flex: 1;
}
.verify .info-area .code-group .code-btn {
    width: 152px;
    height: 40px;
    color: #fff;
    background-color: #226dd4;
    padding: 0;
    line-height: 40px;
    border: none;
    margin-left: 15px;
}

.verify .result-area {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.verify .result-area .title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 28px;
}
.verify .result-area .result-item {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.verify .result-type-area {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.verify .result-type-area .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 35px;
}
.verify .result-type-area .type-title {
    color: #999;
    display: none;
}

.step2, .step3, .step4 {
    display: none;
}

@media (max-width: 1165px) {
    .verify .content {
        padding: 60px 15px 40px;
    }
    .verify .name-area .name-input {
        width: 100%;
    }
    .verify .info-area {
        padding: 0 150px 40px;
    }
}
@media (max-width: 767px) {
    .verify .banner .mask {
        padding-top: 60px;
    }
    .verify .banner .title {
        font-size: 30px;
    }
    .verify .head .header-list {
        width: 100%;
        padding: 0 15px;
    }
    .verify .content {
        padding: 40px 15px 25px;
    }
    .verify .name-area {
        padding: 0 0 25px;
    }
    .verify .type-list .type-item {
        width: 140px;
    }
    .verify .type-list .type-item .type-item-logo {
        width: 50px;
        height: 50px;
    }
    .verify .type-list .type-item .type-item-title {
        font-size: 12px;
    }
    .verify .type-list .type-item .type-item-tips {
        font-size: 12px;
    }
    .verify .info-area {
        padding: 0 0 40px;
    }
}