.tpAddress-wrapper {
    display: inline-block;
    position: relative;
    border: 1px solid #e6e6e6;
    color: #666666;
    font: 13px/20px "Verdana", "Arial";
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    box-sizing: border-box;
    /*overflow: hidden;*/        /* 这句不能要 ，否则ie会跳*/
    width: 186px;
    white-space: nowrap;    /*这句必须，不然ie会换行*/
}
.tpAddress-wrapper.focus {
    border-color: #4acbd6;
}

.tpAddress-wrapper.disabled {
    cursor: not-allowed;
    /*background-color: #eaeded;*/
    color: #b3b3b3;
}
/*.pure-form div.tpPassword.focus input[type="text"].tp-input-text, .pure-form div.tpPassword.focus input[type="password"].tp-input-text {*/
    /*border-color: #129FEA;*/
/*}*/

.tpAddress-wrapper.l {
    width: 164px;
}
.tpAddress-wrapper.xl {
    width: 216px;
}
.pure-form-aligned div.pure-control-group.tpAddress-wrapper {
    line-height: 32px;
}
.tpAddress-wrapper input[type="text"].tpAddress-cell-input {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    /*font: 13px/20px"Verdana", "Arial"*/
    padding:0.5em 0;
    box-sizing: border-box;
    height: 28px;    /*change for bug in safari*/
    text-align: center;
    /*css for ie8*/
    padding: 0\0;
    line-height: 32px\0;
    /*position: absolute;*/
}

.tpAddress-wrapper .tpAddress-connector {
    display: inline-block;
    /*position: absolute;*/
}
.tpAddress-wrapper.disabled .tpAddress-connector {
    color:#bbb;
}
.pure-form .tpAddress-wrapper input[type="text"][disabled].tp-input-text {
    color: #bbb;
}
/*分开的样式*/
/*.tpAddress-wrapper {*/
    /*border: none;*/
    /*background-color: transparent;*/

/*}*/

/*.tpAddress-wrapper input[type="text"].tpAddress-cell-input {*/
    /*background-color: #f5f5f5;*/
    /*border: 1px solid #e6e6e6;*/

/*}*/
/*.tpAddress-wrapper.focus input[type="text"].tpAddress-cell-input {*/
    /*border-color: #129FEA;*/

/*}*/
