.content {
    background-color: rgb(191, 191, 193) !important;
    color: #0d0d0d;
    /*font-weight: bold;*/
    font-size: 14px;
}

.all {
    padding: 0 15px;

}

.one {
    width: 100%;
    height: auto;
    background-color: white;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #888888;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
}

.one-title {
    width: 100%;
    /*margin: 0 auto;*/
    /*text-align: center;*/

    /*width: 40px;*/
    /*height: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    width: 110px;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    color: white;
    border-radius: 5px;
    margin-top: -5px;
    background-color: rgb(80, 170, 170);
    font-weight: bold;
}

.tip {
    margin-bottom: 8px;
}

hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

.basic {
    padding-left: 10px;
}

.basic input {
    float: right;
    border: none;
    outline: none;
    /*direction: rtl;*/
    text-align: right;
}

input::placeholder {
    text-align: right;
}

.price {
    text-align: left !important;
    direction: unset !important;
}

label {
    margin-bottom: 0px;
}

.price::placeholder {
    text-align: left;
}

.gender div {
    float: right;
    margin-right: 15px;
    /*clear: both !important;*/
}
.gender input {
    margin-right: 2px;
    float: left;
}

select {
    color: #555555;
    float: right;
    display: inline-block;
    padding: 5px;
    outline: none;
    background-color: white;
    border: none;
    /*appearance: none;*/
}

.select-clear {
    float: left;
}

option {
    display: block;
    padding: 5px;
    margin: 5px;
}

.captcha {
    text-align: right;
}
a {
    color: rgb(80, 170, 170);
}
.captcha input::placeholder {
    text-align: left;
    direction: ltr;
}

.file {
    text-align: center;
}

.file-label {
    width: 100px;
    height: 100px;
    background-color: rgb(227,227,227);
    line-height: 100px;
    text-align: center;
    /*background-image: url("");*/
}

.notice {
    color: rgb(144, 144, 144);
    font-size: 12px;
}

.profile-avatar-container .profile-user-img{
    background-color: rgb(227,227,227);
    width:100px;
    height:100px;
    margin-bottom: -100px;
}
.profile-avatar-container button{
    /*position:absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*margin-top: -00px;*/
    width:100px;
    height:100px;
    opacity: 0;
}

/* 定义开关的大小 */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 30px;
    float: right;
}
/* 隐藏原本的复选框 */
.switch input {
    display: none;
}
/* 开关背景 */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(191, 191, 193);
    transition: .5s;
    border-radius: 30px;
    border: 0.5px solid #0d0d0d;
}
/* 开关按钮 */
.slider:before {
    content: "";
    height: 19.5px;
    width: 20px;
    border: 0.5px solid #0d0d0d;
    border-radius: 20px;
    position: absolute;
    left: 0px;
    /*bottom: 0.5px;*/
    background-color: #fff;
    transition: .4s;
}

/* 选中的时候更改起兄弟元素样式 */
input:checked + .slider{
    background-color: rgb(80, 170, 170);
}
input:checked + .slider::before{
    content: "";
    position: absolute;
    left: -24px;
    /* 90-8-30-8 */
    background-color: #fff;
    transform: translateX(44px);
}

textarea {
    border: none;
    outline: none;
}

.agree {
    margin-left: 20px;
}

.agreement {
    color: rgb(80, 170, 170);
}

.submit {
    margin-top: 20px;
    text-align: center;
}

.submit-button {
    background-color: rgb(80, 170, 170);
    width: 300px;
    height: 50px;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}

.must {
    color: red;
}

.n-default .msg-wrap {
    position: relative !important;
}