.entry-text-area {
    width: 230px;
    height: 30px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}
.phone-area-text{
    display: flex;
    align-items: center;
}
.phone-area-text .phone-input{
    flex: 1;
    width: 100%;
    padding-left: 5px;
}
.phone-area-component{
    width: 100px;
    position: relative;
}
.phone-area-component .phone-area-down{
    position: absolute;
    top: 32px;
    left: 0px;
    z-index: 1;
    width: 320px;
    height: 300px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 10px rgb(0,0,0,.08);
    -moz-box-shadow: 1px 1px 10px rgb(0,0,0,.08);
    box-shadow: 1px 1px 10px rgb(0,0,0,.08);
    padding-top: 76px;
}
.phone-area-component .phone-area-down .area-search{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 36px;
}
.phone-area-component .phone-area-down .area-search .search-box{
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.phone-area-component .phone-area-down .area-search .search-box .text{
    display: block;
    width: 100%;
    line-height: 34px;
    font-size: 12px;
}
.phone-area-component .phone-area-down .area-search .search-box .ico{
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url('../images/phone-area-search-icon.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.phone-area-component .phone-area-down .area-search .search-txt{
    height: 30px;
    font-size: 12px;
    color: #828282;
    line-height: 30px;
}
.phone-area-component .phone-area-down .area-list{
    padding: 0 5px 0 10px;
    max-height: 300px;
    overflow-y: auto;
    width: unset!important;
    float: none!important;
}
.phone-area-component .phone-area-down .area-list .area-item{
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    float: none!important;
    width: unset!important;
    margin-bottom: 0!important;
}
.phone-area-component .phone-area-down .area-list .area-item:hover,
.phone-area-component .phone-area-down .area-list .area-item.on{
    background-color: #f3f4f5;
}
.phone-area-component .area-text{
    padding: 0 20px 0 10px;
    width: 70px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.phone-area-component .area-text:after{
    content: "";
    position: absolute;
    right: 12px;
    top: 44%;
    border-top: 6px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*登录*/
.login-info-item .entry-text-area {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 35px;
    border:none;
}
.login-info-item .entry-text-area .phone-area-text .phone-area-component{
    height: 40px;
    line-height: 40px;
}
.login-info-item .entry-text-area .phone-area-text .phone-area-component .area-text{
    height: 40px;
    line-height: 40px;
}
.login-info-item .entry-text-area .phone-area-text .phone-area-component .phone-area-down{
    top: 40px;
    left: -35px;
}
.login-info-item .phone-input{
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 0;
}

/*注册*/
.reg-info-item .entry-text-area {
    width: 235px;
    height: 33px;
    line-height: 33px;
    margin-left: 90px;
    border:none;
}
.reg-info-item .entry-text-area .phone-area-text .phone-area-component{
    height: 33px;
    line-height: 33px;
    border-bottom: 2px solid #cedbe7;
}
.reg-info-item .entry-text-area .phone-area-text .phone-area-component .area-text{
    height: 33px;
    line-height: 33px;
}
.reg-info-item .entry-text-area .phone-area-text .phone-area-component .phone-area-down{
    top: 35px;
    left: 0;
}
.reg-info-item .phone-input{
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    padding-left: 5px;
    border-bottom: 2px solid #cedbe7;
}

/*找回密码*/
.find_account .entry-text-area {
    width: 235px;
    height: 33px;
    line-height: 33px;
    margin-left: 90px;
    border:none;
}
.find_account .entry-text-area .phone-area-text .phone-area-component{
    height: 33px;
    line-height: 33px;
    border-bottom: 2px solid #cedbe7;
}
.find_account .entry-text-area .phone-area-text .phone-area-component .area-text{
    height: 33px;
    line-height: 33px;
}
.find_account .entry-text-area .phone-area-text .phone-area-component .phone-area-down{
    top: 35px;
    left: 0;
}
.find_account .phone-input{
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    padding-left: 5px;
    border-bottom: 2px solid #cedbe7;
}