.active-txt input {
    width: 352px;
    padding-left: 12px;
}

.active-txt .code {
    width: 246px;
}

.registered {
    text-align: left;
    margin-bottom: 20px;
}

.phone-area {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
    width: 42px;
    cursor: pointer;
    z-index: 5;
    text-align: center;
}

.active-txt .phone {
    width: 284px;
    padding-left: 84px;
}

.arrow-down {
    position: absolute;
    top: 18px;
    left: 53px;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    height: 5px;
    width: 5px;
    transform: translate(1px, -1px) rotate(-45deg);
    -webkit-transform: translate(1px, -1px) rotate(-45deg);
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    display: inline-block;
    -moz-transform: translate(1px, -1px) rotate(-45deg);
    -ms-transform: translate(1px, -1px) rotate(-45deg);
    -o-transform: translate(1px, -1px) rotate(-45deg);
}

.active-txt .divider {
    position: absolute;
    top: 0;
    left: 72px;
    display: inline-block;
    width: 1px;
    height: 40px;
    line-height: 40px;
    background-color: #D9D9D9;

}

.sign-up-button {
    text-align: left;
}

.login-top {
    display: inline-block;
    width: 176px;
    height: 40px;
    background: #F39C2A;
    border-radius: 2px;

}

.go-login {
    float: right;
    width: 112px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #F39C2A;
    line-height: 40px;
}

.go-login a {
    color: #F39C2A;
}

.huise {
    color: #8E8E8E;
}

select {
    width: 100px;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../../img/index/up.png") no-repeat;
    background-position: 27px;
    background-size: 23px;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    font-size: 16px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}

/*手机区号选择样式*/
#box {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 99;
    height: 188px;
    width: 370px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);

}

#box ul {
    width: 370px;
    overflow-x: hidden;
    height: 188px;
    border: 1px solid #D9D9D9;
    background: #ffffff;

}

#box ul span {
}

#box ul li {
    margin: 4px 0;
    clear: both;
    width: 100%;
    height: 24px;
    line-height: 24px;
}

#box ul li:hover {
    color: #ffffff;
    background: #F39C2A;
}
#box ul li .countries{
    float: left;
    margin-left: 16px;
    margin-top: 4px;
}
#box ul li .area{
    float: right;
    margin-right: 16px;
    margin-top: 4px;
}
