/* Write your styles */
body{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    color: #666;
    margin: 0;
    overflow-y: auto;
    background: url(../img/background.jpg) 50% 0 no-repeat;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", iconfont, sans-serif;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    cursor: pointer;
    color: #999;
    text-decoration: none;
}
a:hover {
    color: #666;
}
select {
    border: 1px solid #eee;
    line-height: 32px;
    height: 32px;
    padding: 0px 11px;
    font-size: 14px;
    background: #fff;
}
input {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    color: #666;
    border-radius:4px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #eee;
}
input[readonly]{
    background: #f4f4f4;
}
input.hidden {
    background: none;
    border: none;
}
input[readonly]:hover,
input[readonly]:focus,
input[disabled]:hover,
input[disabled]:focus{
    border-color: #eee;
    outline: 0;
}
input[type="text"]::-ms-clear{
    display:none;
}
input[type="text"]::-ms-reveal{
    display:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
button {
    width: 200px;
    display: inline-block;
    margin-top: 15px;
    padding: 8px 12px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    color: #fff;
    background: #009b72;
    border: 1px solid #009b72;
    cursor: pointer;
    outline: 0;
}
button ~ button {
    width: 120px;
}
button:hover {
    background: #008B66;
}
button:active{
    background: #1a9b76;
}
button[disabled],button.disabled{
    background: #4DB99C;
    border-color: #4DB99C;
    color: #fff;
    cursor: not-allowed;
}
input.default,
button.default {
    background: #FFFFFF;
    color: #666;
    cursor: pointer;
    border-color: #ddd;
}
input.default:hover,
button.default:hover {
    border-color: #009b72;
    color: #009b72;
}
input:disabled.default,
input:disabled.default:hover,
input:disabled.default:active{
    color: #999;
    border-color: #ddd;
    cursor: not-allowed;
}

.container {
    border-top:15px solid #009b72;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -275px;
    width: 600px;
    margin-left: -300px;
    min-height: 550px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    box-sizing: border-box;
}
.title {
    margin: 25px auto;
    text-align: center;
    font-size: 1.2em;
}
.title p {
    margin-top: 10px;
    font-size: 14px;
}
.title p span {
    margin: 0 4px;
    font-weight: bold;
    color: #00946d;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    color: #ccc;
    font-size: 12px;
    text-align: right;
    border-top: 1px solid #eeeeee;
}

form {
    width: 360px;
    margin: 0 auto;
}

form .form-group {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.form-group.btns button{
    width: 120px;
}
.form-group .form-label,
.form-group #authCode {
    float: left;
}

.form-group .form-label{
    font-size: 14px;
    width: 30%;
    text-align: right;
    font-weight: normal;
    line-height: 32px;
    vertical-align: middle;
    padding-right: 15px;
}

.form-group .form-control{
    display: inline-block;
    width: 70%;
}
.form-group input.shortInput{
    display: inline-block;
    float: left;
    width: 50%;
}
.form-group label.domainLabel{
    display: inline-block;
    height: 32px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 47%;
    word-wrap: normal;
    white-space: nowrap;
}

.form-group .authCode {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 6px;
    display: inline-block;
}

.form-group .authCode:hover {
    cursor: pointer;
}

.form-group .authCode:hover .authCodeBlur{
    display: inline-block;
}

.tip{
    font-size: 12px;
}

.tip input[type="checkbox"] {
    width: auto;
    float: none;
    height: 12px;
    display: inline-block;
    border: none;
}

.tip a {
    margin-left: 5px;
    color: #00946d;
}

.tip a.disabled {
    color: #999;
    cursor: default;
}

.tip i {
    font-size: 12px;
    color: #009B72;
}

.form-group.alias .chosen-container {
    margin-left: 2%;
    float: left;
}

.form-group input.am-field-valid{
    border-color: #11cd6e;
}

.form-group input.am-field-error{
    border-color: #ea8010;
}

.form-group span.remark {
    display: block;
    font-size: 12px;
    text-align: left;
    padding-left: 30%;
    color: #ea8010;
    white-space: nowrap;
}

.form-group span.remark1 {
    display: block;
    font-size: 12px;
    text-align: left;
    padding-left: 30%;
    color: #11cd6e;
}
.form-group .label {
    font-size: 12px;
    text-align: left;
    padding-left: 30%;
    color: #999;
    margin-top: 4px;
}
.form-group .label span.remark {
    padding: 0;
}

.form-group .selecticon{
    position: absolute;
    line-height: 30px;
    right: 4px;
    margin: 1px;
    padding-left: 3px;
    background: #fff;
}

.tip p{
    margin: 0;
}

.modal {
    display: none;
    position: absolute;
    top:0;
    bottom: 0;
    width: 100%;
    background: #fff;
    filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
    -moz-opacity:0.5; /*Firefox私有，透明度50%*/
    opacity:0.5;/*其他，透明度50%*/
    z-index: 9999;
    opacity: 0.8;
    color: #009b72;
    text-align: center;
}

.modal .item {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -49px;
}

.result {
    margin: 0 auto;
    text-align: center;
    width: 250px;
    display: none;
}
.result1 {
    display: block;
    width: 360px;
}
.result .icon i{
    font-size: 100px;
}

.result p.res{
    font-size: 20px;
    margin: 0 0 16px;
}

.result.zhengque .icon i,
.result.zhengque  p.res{
    color: #11cd6e;
}

.result.cuowu .icon i,
.result.cuowu  p.res{
    color: #ea8010;
}

.result p.tip{
    font-size: 14px;
    margin: 0;
    color: #999;
    text-align: left;
}

ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.ui-step {
    color: #b7b7b7;
    padding: 0;
    margin-bottom: 75px;
    position: relative;
}
.ui-step:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.ui-step li {
    float: left;
    position: relative;
}
input:hover,
input:focus{
    border-color: #009b72;
    outline: 0;
}
.ui-step .step-end {
    position: absolute;
    top: 0;
    right: 0;
}
.ui-step-line {
    height: 5px;
    background-color: #d8d8d8;
    margin-top: 15px;
}
.ui-step-3 li { width: 185px; }
.ui-step .step-start,
.ui-step .step-end{
    width: 115px;
}
.ui-step-cont {
    width: 90px;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -16px;
    text-align: center;
    z-index: 99;
}
.ui-step-cont-number {
    display: inline-block;
    *zoom:1;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    background-color: #d8d8d8;
}
.ui-step-cont-text {
    position: relative;
    top: 45px;
    font-size: 14px;
    left: -27px;
}
/** 步骤数定义 **/
/** Blue **/
/* Done */
.ui-step-blue .step-done .ui-step-cont-number { background-color: #00946d; }
.ui-step-blue .step-done .ui-step-cont-text { color:  #00946d;  }
.ui-step-blue .step-done .ui-step-line { background-color:  #00946d; }
/* Active */
.ui-step-blue .step-active .ui-step-cont-number { background-color: #00946d;  }
.ui-step-blue .step-active .ui-step-cont-text { color: #00946d; }
.ui-step-blue .step-active .ui-step-line{  background-color:  #00946d;  }

@font-face {font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1481179215861'); /* IE9*/
    src: url('../fonts/iconfont.eot?t=1481179215861#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff?t=1481179215861') format('woff'), /* chrome, firefox */
    url('../fonts/iconfont.ttf?t=1481179215861') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg?t=1481179215861#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cuowu:before { content: "\e600"; }

.icon-zhengque:before { content: "\e601"; }

.icon-number1:before { content: "\e61b"; }

.icon-number3:before { content: "\e61c"; }

.icon-number2:before { content: "\e624"; }

.icon-jiazai:before { content: "\e653"; }

.icon-checkbox:before { content: "\e612"; }

.icon-phone:before { content: "\e603"; }

.icon-email:before { content: "\e604"; }

/** 验证身份 **/
.info {
    text-align: left;
}

.info p {
    font-size: 14px;
    margin:0 0 12px;
}

.info span {
    font-size:12px;
    color:#999999;
}

.spinner {
    width: 100px;
    height: 55px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.spinner > div {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-color: #009B72;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.operation {
    text-align: left;
    margin-top: 16px;
}

.operation .col {
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    width: 140px;
    height: 140px;
    border-radius: 4px;
    margin-right: 12px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.operation .col .main {
    width: 100px;
    height: 100px;
}
.operation .col .main i {
    font-size: 48px;
    color: #999;
}
.operation .col .main p {
    font-size: 12px;
    margin: 12px 0;
    transition: background 1s ease;
}
.operation .col:hover,
.operation .col:hover .main i,
.operation .col:hover .main p{
    border-color: #009b72;
    color: #009b72;
}
.operation .col.active,
.operation .col.active .main i,
.operation .col.active .main p{
    border-color: #009b72;
    background: #009b72;
    color: #fff;
}
.operation .col.active .main .spinner > div{
    background: #fff;
}
.operation .col.disabled,
.operation .col.disabled .main i,
.operation .col.disabled .main p{
    border-color: #ddd;
    color: #ddd;
    cursor: not-allowed;
}

#phoneForm,
#successSendForm,
#failedSendForm{
    display: none;
}
.container .modal .spinner {
    width: 100px;
    position: absolute;
    padding: 15px 0;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -50px;
}

@media only screen and (max-width: 320px) {
    form {
        margin-bottom:  15px;
    }
    .ui-step-cont-text,
    .form-group .form-label {
        font-size: 13px;
    }
}

@media only screen and (max-width: 640px) {
    body {
        position: relative;
        padding: 0;
        background: none;
    }
    input, select {
        -webkit-appearance: none;
    }
    .container{
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
        box-shadow: none;
        border-radius: 0;
        overflow-y: auto;
        width: 100%;
        overflow-x: hidden;
    }
    .container form {
        width: 90%;
    }

    .ui-step-3 li { width: 35%; }
    .ui-step .step-start,
    .ui-step .step-end {
        width: 15%;
    }
    .footer {
        text-align: center;
    }
    .ui-step {
        margin-bottom: 4rem;
    }
    .operation .col {
        width: 49%;
        margin: 0;
    }
    .operation .col .main {
        width: auto;
    }
}