button, textarea,input {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}
.alert-public-bind-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.alert-public-bind-mobile > .close-public-bind-mobile {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.alert-public-bind-mobile .public-bind-mobile-container {
    height: 320px;
    width: 100%;
    max-width: 465px;
    min-width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(images/bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 34px;
}

.public-bind-mobile-container .close-public-bind-mobile {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(images/c.png) no-repeat center center;
    background-size:17px 17px;
    cursor: pointer;
}

.alert-public-bind-mobile .public-bind-mobile-h3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #434343;
}

.alert-public-bind-mobile .public-bind-mobile-h5 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ff3600;
    margin-bottom: 30px;
}

.alert-public-bind-mobile .public-bind-mobile-tel,
.alert-public-bind-mobile .public-bind-mobile-code {
    width: 299px;
    height: 48px;
    background-color: #ffffff;
    border: solid 1px #dadada;
    border-radius: 25px;
    position: relative;
    margin: 22px auto;
}

.public-bind-mobile-tel span {
    height: 16px;
    float: left;
    width: 41px;
    border-right: 2px solid #ff3d01;
    font-size: 16px;
    letter-spacing: 1px;
    color: #4c4c4c;
    line-height: 16px;
    margin: 16px 0 0 20px;
}

.public-bind-mobile-tel input {
    float: left;
    width: 200px;
    height: 48px;
    line-height: 48px;
    color: #9e9e9e;
    margin-top: 0;
    margin-left: 14px;
    font-size: 14px;
}

.public-bind-mobile-code input {
    float: left;
    width: 150px;
    height: 48px;
    line-height: 48px;
    color: #9e9e9e;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 14px;
}

.public-bind-mobile-code button {
    width: 112px;
    height: 38px;
    background-color: #ff9065;
    border-radius: 19px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
    margin-right: 3px;
}
.public-bind-mobile-code button.no-click{
    color: #999;
    background: #ddd;
}
.alert-public-bind-mobile #public-bind-mobile{
    width: 151px;
    height: 46px;
    background-image: linear-gradient(0deg,
    #ff4800 0%,
    #ff7800 100%);
    border-radius: 23px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
    margin: auto;
}

.alert-public-bind-mobile #public-no-mobile{
    width: 80px;
    height: 30px;
    border-radius: 23px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #444444;
    cursor: pointer;
    margin: auto;
    position: absolute;
    right: 50%;
    bottom: 36px;
    margin-right: -156px;
}
.alert-public-bind-mobile #public-no-mobile:hover{
    color:#FF5700;
}
