

.pop-win-login .pop-con .pop-body{
    padding-top: 0;
    margin: 0rem 0.4rem;
}
.pop-win-login .pop-con{
    width: 450px;
    height: auto;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom: 0.38rem;
    margin-left: 0;
}
.pop-win-login .pop-con .pop-body li{
    margin-bottom: 0.2rem;
}



.tab-content > .tab-pane.active {
    display: block;
}

.tab-content > .tab-pane {
    display: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 0.18rem;
}
.input-group-addon {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #a4a9af;
    border-radius: 1px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 90%;
    height: 46px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a4a9af;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, 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;
}


.vioce-info{
    background-color: #fff;
    margin-top: -0.6rem;
}
.vioce-info .title{
    border-bottom-color: rgba(233, 244, 253, 0);
}
.vioce-info .title li{
    width: 50%;
    /* height: 68px; */
    line-height: 12px;
    text-align: center;
    float: left;
}
.vioce-info .title li a{
    padding: 0;
}
.vioce-info .title li a span{
    display: inline-block;
    padding: 25px 0  17px;
    font-size: 20px;
    color: #999;
}
.vioce-info .title li.active a span{
    border-bottom: 2px solid #005596;
    color: #005596;
}
.vioce-info .title li img{
    width: 38px;
    height:38px;
    display: inline-block;
}

.vioce-info .text{
    margin-left: 30px;
}
.vioce-info .text p{
    margin:0
}
.vioce-info .text li{
    padding: 30px 30px 30px 0;
    border-top: 1px solid #eeeeee;
}
.vioce-info .text li:nth-child(1){
    border:0;
}
.vioce-info .text .time{
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    margin-bottom: 8px;
}

.pop-win-login .pop-body .tab-content{
    margin-top: 44px;
}

.pop-win-login .pop-body .tab-content input{
    height: 22px;
    border: 1px solid #999;
    border-radius: 4px;
    /*background-color: #f7f7f7;*/
    color: rgba(89, 100, 119, 0.51);
    font-size: 14px;
    margin-bottom: 18px;
    box-shadow:none;
    width: 87%;
}

.pop-win-login .pop-body .tab-content .code{
    width: 87%;
    height:2rem;
    border-radius: 0.04rem;
    border: 1px solid #999;
    margin-bottom: 0.24rem;
}

.pop-win-login .pop-body .tab-content .pic{
    display: inline-block;
    width: 80px;
    height: 46px;
    background: url("pic1.png") no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
    vertical-align: middle;
    margin-left: 4px;
}

.pop-win-login .pop-body.tab-content .fast span{
    border: 1px solid #ececec;
    border-radius: 4px;
    background-color: #f7f7f7;
    color: rgba(89, 100, 119, 0.51);
    font-size: 16px;
}
.pop-win-login .pop-body .tab-content .fast .number{
    border-right: 0;
    margin-right: -2px;
    position: relative;
    /*left: 6px;*/
    z-index: 4;
    border-radius: 0.04rem 0 0 0.04rem;
    background-color: #fff;
}
.pop-win-login .pop-body .tab-content .fast .phone{
    width:85%;
    left: -18px;
    position: relative;
}
.pop-win-login .pop-body .tab-content .fast input{
    margin-bottom: 0;
}
.pop-body .tab-content .msg input{
    position: relative;
    /*left: 6px;*/
    border-right: none;
}
.pop-body .tab-content .msg span{
    color: #005596 ;
    border-left: none;
    border-right:1px solid #999;
    border-radius:  0 0.04rem 0.04rem 0;
    background-color: #fff;
    position: relative;
    z-index: 4;
}
.pop-body .tab-content .msg span.disabled{
    background-color: #eaeaea;
    color: #555555;
    width: 0.5rem!important;
}
.pop-body .tab-content .msg{
    /*margin-bottom: 24px;*/
}
.footer{
    margin-top: 0.4rem;
}
.footer .btn{
    width:100%;
    display: block;
    background-color: #005596;
    color: #fff;
    height: 0.48rem;
    border-radius: 0.04rem;
    font-size: 0.16rem;
    font-weight: 400;
    margin-bottom: 0.24rem;
}
.footer .other{
    display: flex;
    justify-content: center;
    font-size: 14px;
    width:100%;
}
.footer  .other a{
    display: inline-block;
    /*width:118px ;*/
    text-align: center;
    padding: 0 20px;
}
.footer  .other a:nth-child(1){
    border-right: 1px solid #999999;
}
.footer .other .icon{
    width:0.16rem;
    height: 0.16rem;
    background:url("pic1.png") no-repeat ;
    -webkit-background-size:cover;
    background-size:cover;
    float: right;
    margin-right: 0.1rem;
}
/*���ie��Ĭ��ѡ�����ʽ���������������ͷ*/
.tab-pane .validator{
    width: 100%;
}
.tab-pane select::-ms-expand { display: none; }
.tab-pane .select{
    outline: none;
    max-width: 180px;
    line-height: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    border: 1px solid #a4a9af;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px;
    background: #fff url(select-bg.png) no-repeat right center;
    padding-right: 0px \9;
    background: #fff \9;
    vertical-align: middle;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
}
.tab-pane .select option{
    font-size:16px ;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari �� Chrome */
    appearance:none;
}
#basic-addon1{
    padding: 0;
    border: none;
}
.dx_captcha{
    margin-bottom: 10px;
    width: 100%;
}
.dx_captcha_basic_lang{
    line-height: 38px;
    height: 38px;
}
.pop-win-login .pop-con .pop-header .pop-close .icon-close{
    display: block;
    margin: 0.08rem auto 0;
}
