.modal {
    position: fixed;
    z-index: 1000;
    width: 420px;
    height: 410px;
    left: 50%;
    margin-left: -210px;
    top: 50%;
    margin-top: -200px;
}

.modalHeader img {
    width: 33%;
}

.modalShelter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    overflow: hidden
}

.modalBody {
	position: fixed;
	width: 420px;
	min-height: 410px;
	top: 50%;
	left: 50%;
	margin-left: -210px;
	margin-top: -200px;
	opacity: 0;
	background-color: #fff;
}

.modalBodyClose {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 10px;
    right: 10px;
    padding: 5px;
    cursor: pointer;
    z-index: 9
}

.modalClose {
    position: absolute;
    width: 14px;
    height: 14px;
    top: -38px;
    right: 10px;
    padding: 5px;
    cursor: pointer;
    z-index: 1000
}

.modalBodyContent {
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.modalFooter {
    width: 100%;
    padding: 20px 0;
    text-align: center;
	display: none;
}

.modalBodyContent .chose {
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 20%;*/
    /*margin: 0 auto*/
    padding: 30px;
}

.modalBodyContent .choseIcon {
    /*height: 125px;*/
    /*line-height: 125px;*/
    text-align: center
}

.modalBodyContent .choseIcon i {
    margin: 0 10px;
    font-size: 76px;
    color: #999;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s linear
}

.modalBodyContent .choseIcon .active {
    color: #1493ed;
    font-size: 125px
}

.modalBodyContent .choseText {
    margin-top: 30px;
    text-align: center
}

.modalBodyContent .choseText .app {
    color: #1493ed
}

.modalBodyContent .qrcode {
    width: 120px;
    height: 120px
}

.modalBodyContent .sms {
    margin-top: 10px
}

.modalBodyContent .sms input {
    outline: 0;
    width: 90px;
    padding: 2px 5px
}

.modalBodyContent .sms .btn {
    background-color: #1493ed;
    border-radius: 5px;
    margin: 5px;
    padding: 3px 8px;
    font-size: 12px;
    color: #fff;
    cursor: pointer
}

.modalBodyContent .sms .getCode {
    border-radius: 5px;
    padding: 3px 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #ccc
}

.stepHide {
    display: none
}

.modalFooter .step {
    display: inline-block;
    height: 86px;
    position: relative;
    bottom: 0;
    vertical-align: top;
}

.modalFooter .step i {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: top;
    background: url("../images/step.png") no-repeat
}

.modalFooter .step1 i {
    background-position: 0 0
}

.modalFooter .step1.active i {
    background-position: 0 -49px
}

.modalFooter .step2 i {
    background-position: -72px 2px
}

.modalFooter .step2.active i {
    background-position: -72px -50px
}

.modalFooter .step3 i {
    background-position: -144px 0
}

.modalFooter .step3.active i {
    background-position: -144px -52px
}

.modalFooter .active {
    color: #333;
    font-size: 18px;
}

.modalFooter .hasActive i {
    background-position: 0 -110px
}

.modalFooter .hasActive .stepText {
    color: #72cf08
}

.modalFooter .hasActive span {
    background-color: #1493ed
}

.modalFooter .stepText {
    display: inline-block;
    padding-top: 10px;
    margin-left: 5px;
    text-align: left
}

.modalFooter span {
    position: absolute;
    top: 20px;
    display: inline-block;
    width: 76px;
    height: 2px;
    background-color: #f1f1f1
}

.modalFooter .active span {
    background-color: #1493ed
}


.loginBox .inputMibao {
    border: #e2e2e2 1px solid;
    height: 40px;
    padding: 0 10px;
    overflow: hidden;
    border-radius: 3px;
    margin: 5px 0;
    background-color: #fff
}

.loginBox .inputMibao input {
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 10px 0;
    background: 0
}

.loginBox .selectBox.selectMibao {
    border: #e2e2e2 1px solid;
    height: 40px;
    overflow: hidden;
    border-radius: 3px;
    margin: 5px 0
}

.loginBox .selectBox.selectMibao .select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    padding: 4px 2px 4px 2px\9
}

.hrMibao {
    height: 5px;
    overflow: hidden;
    margin: 10px 0 5px 0;
    border-top: #e2e2e2 1px solid
}

select:focus {
    border: #fff 1px solid
}