
body {
    line-height: 0;
}
.login_content {
    width: 10rem;
    background-color: #fff;
    border-radius: 50px;
    font-size: 1rem;
}
h4 {
    margin: 0;
    margin-top: 0.2rem;
    text-align: center;
}
.login_title{
    color: #E34943;
    font-weight: 600;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: none !important;
}
.btn-default:hover {
    color: #333;
    background-color: none !important;
    border-color: none !important;
}
.caret {
    color: red;
}
.dropdown {
    margin-bottom: 0.2rem;
}
.inputs {
    width: 100%;
    height: 0.6rem;
    padding: 5px;
    border-radius: 50px;
    overflow: hidden;
    border:2px solid #D4D4D4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
    padding-left: 0.2rem;
}
.inputs input {
    width: 90%;
    height: 100%;
    font-size: 0.2rem;
}
.inputs .icon {
    width: 0.3rem;
}
.login_audio {
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:12px;
    color:#919191;
}
.login_audio a {
    color: #919191;
}
.yuan {
    display: block;
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
    margin-right: 6px;
    border-radius: 50%;
    padding: 4px;
    background-color: #696969;
}
.yuans {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.login_audio .radio {
    display: flex;
    align-items: center;
}

.login_input .btn {
    width: 100%;
    height: 0.6rem;
    color: #fff;
    letter-spacing: 2px;
    text-indent: 2px;
    border-radius: 50px;
    background: linear-gradient(8deg, rgba(215,50,43,1) 0%, rgba(219,87,80,1) 100%);
    font-size: 17px;
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
}
.img_logo {
    width: 100%;
    margin-bottom: 0.3rem;
}
.img_logo img {
    flex: 1;
    padding: 0.1rem;
}
.login_content {
    position: relative;
}
.login_title {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
}

@media screen and (max-width:375px) {
    body{
        min-width: 100% !important;
    }
    .login_content {
        width: 7rem;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        padding:15px;
    }
    .img_logo img {
        width: 23%;
        padding: 0;
    }
    .inputs {
        width: 100%;
        height: 30px;
        padding: 5px;
        border-radius: 50px;
        overflow: hidden;
        border:2px solid #D4D4D4;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.5rem;
        padding-left: 0.2rem;
    }
    .login_input .btn {
        width: 100%;
        height: 32px;
        color: #fff;
        font-size: 0.4rem;
        margin-top: 0.5rem;
        margin-bottom: 0.8rem;
    }
    .inputs .icon {
        width: 0.4rem;
    }
    .inputs input {
        width: 90%;
        height: 100%;
        font-size:12px;
    }
}
@media screen and (min-width:376px) and (max-width:698px) {
    body{
        min-width: 100% !important;
    }
    .inputs input {
        width: 90%;
        height: 100%;
        font-size:12px;
    }
    .login_content {
        width: 8.5rem;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        padding: 0.4rem;
    }
    .inputs {
        width: 100%;
        height: 1rem;
        padding: 2px;
        border-radius: 50px;
        overflow: hidden;
        border:2px solid #D4D4D4;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 0.5rem;
    }
    .login_input .btn {
        width: 100%;
        height: 1rem;
        color: #fff;
        font-size: 0.3rem;
        margin-top: 0.5rem;
        margin-bottom: 0.3rem;
    }
    .img_logo {
        margin: 0.5rem 0;
    }
    .inputs .icon {
        width: 0.3rem;
    }
}
@media screen and (min-width:699px) and (max-width:1024px) {
    .login_content {
        width: 7rem;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        padding: 0.5rem;
    }
    .inputs {
        width: 100%;
        height: 1rem;
        padding: 5px;
        border-radius: 50px;
        overflow: hidden;
        border:2px solid #D4D4D4;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.5rem;
        padding-left: 0.2rem;
    }

}
@media screen and (min-width:1025px) {
    .login_content {
        width: 8rem;
        height: auto;
        position: absolute;
        right: 15%;
        top: 20%;
        padding: 0.5rem 1rem 0.2rem 1rem ;
    }

}

