/*閸旂姷娲樺銉╊��*/
.step-panel li {
    float: left;
    width: 33.33%;
}

.step-panel .step-panel-line {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 3px;
    margin: 20px 0;
    background: #ff6a01;
}

.step-panel li:first-child {
    text-align: right;
}

.step-panel li:first-child .step-panel-line .step-panel-number {
    left: -15px;
    right: auto;
}

.step-panel li:first-child+li .step-panel-line {
    width: 100%;
}

.step-panel li:first-child+li .step-panel-line .step-panel-number {
    left: 50%;
    right: auto;
    margin: -15px 0 0 -15px;
}

.step-panel .step-panel-line .step-panel-number {
    position: absolute;
    right: -15px;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #a6a9a8;
    border-radius: 50%;
}

.step-panel .step-panel-info {
    text-align: center;
    font-size: 20px;
    color: #a6a9a8;
    line-height: 24px;
}

.step-panel li.on .step-panel-info {
    color: #ff6a01;
    font-weight: bold;
}

.step-panel li.on .step-panel-number {
    background: #ff6a01;
}

/*閻樿埖鈧焦褰佺粈锟�*/
.status {
    position: relative;
    padding: 10px 35px;
    margin: 0 0 20px 0;
    border: 1px solid transparent;
    background: transparent;
}

.status .status-icon {
    position: absolute;
    margin: 1px 0 0 -25px;
    font-size: 18px;
    line-height: 20px;
}

.status p {
    font-size: 14px;
    line-height: 20px;
}

.status-fail {
    border-color: #f4d6d4;
    background: #ffedec;
}

.status-fail .status-icon, .status-fail p {
    color: #ff3b30;
}

.status-success {
    border-color: #d0e2be;
    background: #f1ffe2;
}

.status-success .status-icon, .status-success p {
    color: #66cc00;
}

.status-notice {
    background: #fffaf3;
    border-color: #f8cf95;
}

.status-notice .status-icon, .status-notice p {
    color: #eea33b;
}

/*鐞涖劌宕�*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.65;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdcdc;
    /*-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 2px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}
.form-control:focus {
    border-color: #ccc;
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted\9;
    /*-webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6);*/
}

.form-select {
    position: relative;
}

.form-select .form-select-edge {
    position: absolute;
    right: 0;
    top: 10px;
    width: 51px;
    height: 24px;
    text-align: center;
    line-height: 26px;
    border-left: 1px solid #e6e8ea;
    font-size: 12px;
    color: #afb1b2;
}

.form-select-anim {
    position: absolute;
    border: 1px solid #dcdcdc;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.form-select-anim dt, .form-select-anim dd {
    font-size: 14px;
    color: #858a97;
}

.form-select-anim dt {
    height: 38px;
    line-height: 38px;
    padding: 0 13px;
    background: #f9f9f9;
}

.form-select-upbit dd a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 13px;
    color: #555;
}

.form-select-upbit dd a:hover {
    background: #f2f2f2;
}

.form-select-upbit dd.on a{
    background: #207bee;
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.btn:hover {
    -ms-filter: alpha(opacity=80); 
    filter: alpha(opacity=80); 
    opacity: 0.8;
}

.btn-submit-small, .btn-submit-normal, .btn-submit-lg, .btn-submit-full, .btn-full, .btn-small, .btn-normal, .btn-lg {
    background: #ff6a01;
    border-color: #ff6a01;
    color: #fff;
    font-size: 20px;
}

.btn-submit-small, .btn-small {
    font-size: 14px;
}

.btn-submit-normal, .btn-normal {
    padding: 6px 40px;
}

.btn-submit-lg, .btn-lg {
    padding: 6px 60px;
}

.btn-submit-full, .btn-full {
    width: 100%;
}

.btn-submit-small:hover, .btn-submit-normal:hover, .btn-submit-lg:hover {
    -ms-filter: alpha(opacity=90); 
    filter: alpha(opacity=90); 
    opacity: 0.9;
}

.form-group .btn-code {
    float: left;
    margin: 0 0 0 10px;
    padding: 11px 20px;
}

.disabled {
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    color: #a9a9a9;
}


/*閸掓繂顫�  娑撳﹣绗�  缂佹挻鐎悰銊ュ礋*/
.form-group .form-left {
    display: block;
    font-size: 14px;
    color: #60606c;
    line-height: 24px;
}

.form-group .form-right {
    width: 100%;
}

.form-group .form-notice {
    margin: 5px 0 0 0;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.form-group .txt-error {
    color: #ff3b30;
}

.form-group .input-error {
    border: 1px solid #f4d6d4;
    background: #ffedec;
    color: #ff3b30;
}

.form-group .input-error:focus {
    border-color: #f4d6d4;
    border-color: rgba(244,214,212,.8);
    outline: 0;
    outline: thin dotted\9;
    -webkit-box-shadow: 0 0 8px rgba(244,214,212,.8);
    box-shadow: 0 0 8px rgba(244,214,212,.8);
}

.form-group .form-disable {
    font-size: 14px;
    line-height: 44px;
    color: #666;
}

/*  瀹革箑褰�  缂佹挻鐎悰銊ュ礋*/
.form-group-row {
    position: relative;
    padding: 0 0 0 100px;
}

.form-group-row .form-left {
    position: absolute;
    left: 0;
    float: left;
    width: 100px;
    padding: 0 20px 0 0;
    text-align: right;
    line-height: 44px;
}
.form-group-row .form-right {
    float: left;
    width: 100%;
}

.form-group-row .signup-small, .form-group-row .signup-normal, .form-group-row .signup-lg, .form-group-row .signup-smaller {
    position: relative;
    float: left;
}

.form-group-row .signup-normal {
    width: 290px;
}

.form-group-row .signup-small {
    width: 210px;
}

.form-group-row .signup-smaller {
   width: 151.5px;
}

.form-group-row .signup-lg {
    width: 440px;
}

.form-group-row .form-notice {
    float: left;
    margin: 0 0 0 10px;
    line-height: 44px;
}

.form-group .form-captcha {
    float: left;
    cursor: pointer;
    height: 44px;
    margin: 0 0 0 10px;
}

.form-group .form-captcha img {
    display: block;
    height: 44px;
}

.form-group .form-captcha-change {
    float: left;
    margin: 0 0 0 10px;
    line-height: 22px;
    font-size: 14px;
    color: #207bee;
}

.form-group .form-captcha-change:hover {
    color: #ff6a01;
}

.sidebar-panel {
    float: right;
    width: 228px;
    border: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.sidebar-panel p {
    color: #999;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.sidebar-panel p.qrcode img {
    display: block;
    width: 100%;
}