[v-cloak] {
    display: none !important;
}

::-ms-clear,::-ms-reveal{display:none;}
.top {
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #206ca4;
    color: #FFF;
    z-index: 99;
}

.top .logo {
    display: block;
    height: 27px;
    position: absolute;
    top: 11px;
    left: 20px;
    z-index: 10002;
}

.top .top-right {
    position: absolute;
    right: 0;
    width: 50px;
    top: 0;
    height: 100%;
}

.top .top-right .help {
    float: right;
    width: 50px;
    height: 100%;
    line-height: 48px;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    font-family: iconfont !important;
}

.top .top-right .help:hover {
    background-color: #ffffff;
    color: #206ca4;
}

.top .top-right .content {
    border: 1px solid #ccc;
    border-top: 0;
    background: #FFF;
    z-index: 100;
    color: #444;
    position: absolute;
    top: 50px;
    right: 0;
    overflow: hidden;
    width: 220px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 12px;
}

.content .tip-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content .tip-head>span:nth-child(1),
.content .line {
    font-size: 14px;
    font-weight: bold;
}

.content .line {
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 8px;
    margin-top: 8px;
}

.content .hotline {
    padding-top: 8px;
}


.tip-head .tip-kefu {
    width: 90px;
    height: 24px;
    border-radius: 3px;
    background: url("//hcalf.hupun.com/resources/images/frame/help-line.png") no-repeat center / cover;
}

.content .advise {
    border-radius: 3px;
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #999;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    width: 120px;
    overflow: hidden;
    padding: 0px 8px;
    text-align: center;
    float: right;
    margin-right: 20px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    margin-top: 20px;
}

.content .advise:hover {
    color: #268DD3;
    border-color: #268DD3;
}

.main {
    width: 640px;
    margin: 30px auto;
    font-size: 12px;
    text-align: center;
    position: relative;
}


.main h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
}


.main .step {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}

.main .step ul li {
    float: left;
    width: 211px;
    height: 34px;
    line-height: 34px;
    display: block;
    position: relative;
}

.main .step ul li>i {
    position: absolute;
    top: 0px;
    left: 45px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
}

.main .step ul li span {
    font-size: 14px;
}

.main .step li,
.success {
    background: url(https://herp.oss-cn-hangzhou.aliyuncs.com/static/sys/themes/blue/steps.png) no-repeat;
}

.main .step .begin_gray {
    background-position: 0px 0px;
}

.main .step .begin_blue {
    background-position: 0px -44px;
}

.main .step .mid_gray {
    background-position: -214px 0px;
}

.main .step .mid_blue {
    background-position: -214px -44px;
}

.main .step .end_gray {
    background-position: -428px 0px;
}

.main .step .end_blue {
    background-position: -428px -44px;
}

@media screen and (max-width: 768px) {
    .main {
        width: 96%;
    }
    .main h1 {
        font-size: 16px;
    }
    .main .step ul li {
        width: 33.3%;
        transform: scale(0.9);
    } 
    .main .step ul li>i {
        left: 11px;
    }
    .main .step .begin_gray {
        background-position: -34px 0px;
    }
    
    .main .step .begin_blue {
        background-position: -34px -44px;
    }
    
    .main .step .mid_gray {
        background-position: -34px 0px;
    }
    
    .main .step .mid_blue {
        background-position: -34px -44px;
    }
    
    .main .step .end_gray {
        background-position: -34px 0px;
    }
    
    .main .step .end_blue {
        background-position: -34px -44px;
    }
}


.success-info {
    text-align: center;
    font-size: 14px;
}

.success-info .icon-success {
    font-family: 'iconfont';
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #0082D1;
    font-size: 16px;
    color: #ffffff;
}

/* .success-info .icon-success::before {
    content: '\e61e';
} */

.success-btn {
    width: 162px;
    margin: 20px auto;
}

.success-btn>a {
    display: block;
    width: 160px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    outline: none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #206ca4;
    background-color: #206ca4;
}

.success-btn>a:hover {
    border: 1px solid #1C82CB;
    background-color: #1C82CB;
}

.main .form-box {
    position: relative;
    width: 356px;
    margin: 74px auto;
    text-align: left;
}

.main .form-box .row {
    height: 38px;
}

.main .form-box .row>label {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.main .form-box .row>input {
    width: 259px;
    height: 30px;
    line-height: 28px;
    padding: 4px;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px #aeaeae solid;
    background-color: #fff;
}

.main .form-box .address {
    position: relative;
}

.main .form-box .address .icon-drop {
    position: absolute;
    right: 15px;
    top: 4px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    background-color: #ffffff;
    z-index: 99;
    transform: rotate(90deg);
    font-family: 'iconfont';
}

.areas {
    position: absolute;
    left: 84px;
    top: 31px;
    padding: 4px;
    width: 285px;
    height: 230px;
    background-color: #ffffff;
    border-radius: 3px;
    font-size: 12px;
    border: 4px #fff solid;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.8);
    animation: showDown 0.25s ease;
}

@keyframes showDown {
    0% {
        height: 0;
    }

    100% {
        height: 230px;
    }
}

.areas .tabs {
    width: 100%;
    border-bottom: 1px solid #BCD5E6;
}

.areas .tabs .tab {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 27px 0 27px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-sizing: border-box;
}

.areas .tabs .tab:hover {
    background-color: #DAE7F1;
}

.areas .tabs .tab-select {
    background-color: #BCD5E6;
    color: #000;
}

.areas .tabs .tab-select:hover {
    background-color: #BCD5E6;
    color: #000;
}

.areas .areas-box {
    width: 270px;
    margin: 8px auto 0;
}

.areas .areas-box dl {
    width: 100%;
    display: flex;
}

.areas .areas-box dt {
    display: inline-block;
    width: 30px;
    font-weight: 700;
    text-align: right;
}

.areas .areas-box dd {
    width: 230px;
}

.areas .areas-box dd a {
    display: inline-block;
    padding: 0 8px 8px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
}

.areas .areas-box dd a:hover {
    color: #268DD3 !important;
}

.selected {
    font-weight: bold;
    color: #268DD3;
}

.areas .areas-box dd a {
    display: inline-block;
    padding: 0 8px 8px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
}

.areas .areas-box>a {
    display: inline-block;
    padding: 0 8px 8px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
}

.areas .areas-box>a:hover {
    color: #268DD3 !important;
}

.areas .areas-box>a .selected {
    font-weight: bold;
    color: #268DD3;
}


.main .form-box .address .icon-drop:active {
    color: #ffffff;
    background-color: #1C82CB;
}

.main .form-box .row .error {
    border-color: #ff6267;
    background-color: #ffe1e2;
}

.main .form-box .row>input:hover,
.main .form-box .row>input:focus {
    border: 1px #206ca4 solid;
}

.main .form-box .row>input.error:hover,
.main .form-box .row>input.error:focus {
    border: 1px #ff6267 solid;
}

.main .form-box .row .code-input {
    width: 156px;
}

.main .form-box .row .code-img {
    width: 75px;
    height: 28px;
    margin-left: 24px;
    cursor: pointer;
}

.main .form-box .row>button {
    display: inline-block;
    width: 78px;
    height: 28px;
    margin-left: 24px;
    outline: none;
    border-radius: 3px;
    color: #000;
    border-color: #333;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
}

.main .form-box .btn-send {
    color: #cccccc !important;
    border-color: #cccccc !important;
}

.main .form-box .row>button:hover {
    border-color: #206ca4;
    color: #206ca4;
}

.main .form-box .agreement {
    margin: 20px 0 0 80px;
    display: flex;
    align-items: center;
}


.main .form-box .agreement a {
    color: #206ca4;
    text-decoration: none;
}

.main .form-box .agreement>span:nth-child(1) {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    margin-right: 6px;
    border: 1px solid #BFBFBF;
    font-family: "iconfont";
}

.main .form-box .agreement>span:nth-child(1):hover {
    border-color: #268DD3;
}

.main .form-box .agreement .active {
    color: #ffffff;
    border-color: #268DD3 !important;
    background-color: #268DD3;
}

.main .form-box .agreement .active::before {
    content: "\e659";
}

.main .form-box .btn {
    margin: 12px 0 0 80px;
    width: 260px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #cccccc;
    color: #cccccc;
    background-color: #fff;
    border-radius: 3px;
    outline: none;
}

.main .form-box .btn-active:hover {
    background-color: #1C82CB;
    border-color: #1C82CB;
}

.main .form-box .btn-active {
    color: #ffffff;
    background-color: #206ca4;
    border-color: #206ca4;
    cursor: pointer;
}

.main .form-box .btn-active:hover {
    background-color: #1C82CB;
    border-color: #1C82CB;
}

.main .form-box .row>input::-webkit-input-placeholder {
    color: #cccccc;
    font-style: italic;
    font-size: 12px;
}

.tip {
    position: fixed;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 14px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: rgba(102, 102, 102, 0.95);
    animation: fade 0.5s ease;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.message-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10013;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-box .message {
    position: absolute;
    width: 372px;
    border-radius: 4px;
    box-shadow: 0 0 3px #ccc;
}

.message-box .message .message-header {
    height: 36px;
    padding: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-sizing: border-box;
    color: #000;
    background-color: #eee;
    display: flex;
    cursor: move;
    justify-content: space-between;
}

.message-box .message .close {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #BFBFBF;
    font-style: normal;
    font-family: "iconfont";
    cursor: pointer;
}

.message-box .message .close:hover {
    color: #000000;
}


.message-box .message .message-body {
    min-height: 138px;
    padding: 2px;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    font-size: 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.message-box .message .message-body .message-content {
    padding: 20px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.message-box .message .message-body .message-content .error-message{
    display: block;
    width: calc(100% - 70px);
    max-height: 200px;
    overflow: hidden;
}

.message-content .error-icon {
    display: inline-block;
    line-height: 56px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #ff4a4f;
    color: #fff;
    margin-right: 20px;
    font-style: normal;
    font-family: "iconfont";
    line-height: 54px;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}

.message-btn {
    margin: 0 auto 20px;
    width: 75px;
    height: 28px;
    line-height: 28px;
    outline: none;
    border-radius: 3px;
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-align: center;
    border: 1px solid #333;
    font-size: 12px;
}

.message-btn:hover {
    border-color: #206ca4;
    color: #206ca4;
}

@media screen and (max-width: 768px) {
    .areas {
        width: 260px;
    }
    .areas .areas-box {
        width: 260px;
    }
    .areas .tabs .tab {
        padding: 0 20px;
    }
    .message-box .message {
        width: 90%;
    }
}

#footer {
    position: fixed;
    left: 0px;
    bottom: 5px;
    width: 100%;
    text-align: center;
    color: #a9a9a9;
    line-height: 20px;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    #footer {
        font-size: 8px;
    }
}

#footer a {
    color: #a9a9a9;
}

#footer a:hover {
    color: #ff7c10;
    text-decoration: underline;
    cursor: pointer;
}

.wln-agreement {
    position: fixed;
    top: 0;
    left: calc(50% - 450px);
    height: 100%;
    width: 900px;
    margin: auto;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.8);
    font-size: 12px;
    z-index: 10002;
}

.wln-agreement .wln-title {
    padding: 0 6px;
    line-height: 26px;
    height: 26px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #000;
    background-color: #ededed;
}

.wln-agreement .wln-close {
    font-style: normal;
    font-weight: bold;
    font-family: 'iconfont';
    color: #999999;
}

.wln-agreement .wln-close:hover {
    color: #000000;
}


.wln-agreement .wln-title>i {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.wln-agreement .wln-content {
    height: 100%;
    font-family: 宋体, SimSun;
    font-size: 12px;
    line-height: 22px;
    overflow-y: auto;
}

.wln-agreement .arial {
    font-family: Arial;
}

.wln-agreement .ct {
    text-align: center;
}

.wln-agreement .rt {
    text-align: right;
}

.container {
    letter-spacing: 1px;
    height: 100%;
    width: 900px;
    margin: 0 auto;
}

.wln-agreement .content {
    width: 800px;
    height: 100%;
    padding: 0 50px;
    overflow-y: auto;
}

.wln-agreement .title {
    line-height: 60px;
    text-align: center;
    font-size: 22px;
}

.wln-agreement .sub-title {
    font-weight: bold;
    line-height: 40px;
}

.wln-agreement li {
    list-style: decimal;
    margin-left: 25px;
    line-height: 22px;
}

.wln-agreement li.alpha {
    list-style: lower-alpha;
    margin-left: 15px;
}

.wln-yellow-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 7px solid #FAA200;
    border-radius: 2px;
}

.wln-loading {
    display: inline-block;
    font-style: normal;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-family: 'iconfont' !important;
    animation: loading 0.6s infinite linear;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
