.phone-pop {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: none;
}

.phone-window {
    width: calc(545rem/72);
    height: calc(680rem/72);
    background-color: #fff;
    position: fixed;
    left: 12%;
    margin-top: calc(200rem/72);
    z-index: 999;
    border-radius: calc(20rem/72);
    box-shadow: calc(0rem/72) calc(0rem/72) calc(10rem/72)rgba(0, 0, 0, 0.3);
}

.phone-window-content {
    width: calc(470rem/72);
    margin: calc(40rem/72) auto 0;
}

.phone-login {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(320rem/72);
    background: url(/static/mobile/images/passport/phone-login.png) no-repeat;
    background-size: calc(470rem/72) calc(320rem/72);
}

.phone-close {
    width: calc(18rem/72);
    height: calc(18rem/72);
    float: right;
    background: url(/static/mobile/images/passport/phone-close.png) no-repeat;
    background-size: calc(18rem/72) calc(18rem/72);
}

.phone-form {
    margin-top: calc(30rem/72);
}

.phone-pop .form_group {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.phone-pop .countrycode {
    -webkit-appearance: none;
    appearance: none;
    width:calc(180rem/72) !important;
    height:calc(56rem/72);
    background-color: #fff;
    border-radius: calc(5rem/72);
    border:calc(1rem/72) solid  rgba(187,158,100,0.3);
    text-indent: calc(14rem/72);
    font-size: calc(22rem/72);
    color: rgba(127, 127, 127);
}
.phone-pop .countrycode option{
    width:calc(180rem/72) !important;
    text-indent: calc(14rem/72);
}
.phone-pop .form_group input[name='tel']{
    width:calc(274rem/72) !important;
    height:calc(56rem/72);
    float: right;
    border-radius: calc(5rem/72);
    border:calc(1rem/72) solid  rgba(187,158,100,0.3);
    font-size: calc(22rem/72);
    color: rgba(139, 139, 139);
    text-indent: calc(14rem/72);
}
.phone-code{
    margin-top:calc(20rem/72);
    margin-bottom: calc(36rem/72);
    border:calc(1rem/72) solid  rgba(187,158,100,0.3);
    border-radius: calc(5rem/72);
}
.phone-pop .phone-code input[type='text']{
    width:calc(305rem/72) !important;
    height:calc(56rem/72);
    border-radius: calc(5rem/72);
    font-size: calc(22rem/72);
    color: rgba(139, 139, 139);
    text-indent: calc(14rem/72);
}
.phone-pop .phone-code input[type='button']{
    width:calc(200rem/72) !important;
    height:calc(56rem/72);
    background-color: transparent;
    font-size: calc(22rem/72);
    color: #bb9e64;
    border-radius: calc(5rem/72);
}
.phone-pop .phone-btn a{
    width: 100%;
    height:calc(60rem/72);
    background-color: #bb9e64;
    border-radius: calc(8rem/72);
    font-size: calc(28rem/72);
    color: #fff;
    line-height:calc(60rem/72); 
    text-align: center;
}
