*{padding: 0;}
p{margin: 0;}
ul li{list-style: none;}
#header{height: 72px;box-shadow: 0 1px 0 0 #e0e0e0;}
#header .container{height: 100%;line-height: 72px;}
#header .container a{float: right;font-weight: bold;color: #000;cursor: pointer;}
#main{padding-top: 30px;height: 1000px;}
#main .container{
    height: 100%;
    position: relative;
}
#main .slider{
    width: 240px;
    height: 100%;
    background: #6d7278;
    padding-top: 40px;
}
.user-box {
    height: 184px;
}
.user-box .user-icon{
    margin: 0 auto;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.user-box img{
    width: 100%;
    height: 100%;
}
.user-name{
    margin-top: 20px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.user-id{
    margin-top: 5px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.menu-box .menu-item{
    height: 58px;
    display: flex;
    align-items: center;
    transition: background-color .2s linear;
    user-select: none;
    cursor: pointer;
}
.menu-box .menu-item.active{background-color: #909498;}
.menu-box .menu-item img{
    width: 31px;
    height: 31px;
    margin-right: 13px;
    margin-left: 37px;
}
.menu-box .menu-item .name{
    height: 19px;
    font-size: 14px;
    color: #fff;
}
.content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 295px;
    right: 0;
}
.content .top{
    height: 55px;
    border-bottom: 1px solid #d8d8d8;
    user-select: none;
    margin-bottom: 35px;
    display: flex;
    width: 100%;
}
.content .top .menu{
    display: flex;
    padding: 0 80px 0 10px;
    cursor: pointer;
    text-align: center;
}
.content .top .menu .text-box{
    border-bottom: 3px solid #757a80;
    height: 54px;
    min-width: 80px;
}
.content .top .menu .text-box .text{
    color: #000;
    line-height: 54px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
}

/* 个人资料 */
.display-user-info{
    overflow: auto;
    padding: 55px 95px;
    box-shadow: 1px 1px 8px 2px rgba(0,0,0,.1);
}
.display-user-info .line{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    overflow: auto;
    flex-wrap: wrap;
}
.display-user-info .line .tit{
    margin-right: 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
}
.display-user-info .line .con{
    width: 70%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.display-user-info .line .modify-btn{
    color: #2b88f8;
    font-size: 14px;
    cursor: pointer;
    transition: color .2s linear;
    user-select: none;
}
.display-user-info .line .modify-btn:hover{
    color: #2370ce;
    text-decoration: underline;
}

.display-user-info .line .btn-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 48%;
    max-width: 300px;
}
.display-user-info .line .btn-box div {
    display: inline-block;
    vertical-align: top;
    min-width: 55px;
    height: 35px;
    margin: 0 5px;
    padding: 0 1px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.display-user-info .line .btn-box .submit-btn {
    background-color: #2a82eb;
    color: #fff;
    line-height: 35px;
}
.display-user-info .line .btn-box .cancel-btn{
    background-color: #f5f5f5;
    color: #000;
    line-height: 33px;
}
.input-box{
    width: 48%;
    max-width: 300px;
    height: 30px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
}
.textarea-box{
    width: 48%;
    max-width: 300px;
    height: 60px;
    font-size: 16px;
    resize: none;
    border: 1px solid #c4c4c4;
}
.sex-box {
    display: flex;
    justify-content: flex-start;
    width: 48%;
    max-width: 300px;
}
.select-radio{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50px;
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
    padding-left: 10px;
    line-height: 30px;
}
/* .content .line input, .content .line textarea {
    border: unset;
    box-shadow: unset;
    outline: unset;
    box-sizing: border-box;
    transition: border .2s linear;
    text-indent: 5px;
} */
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    opacity: 0;
}
.select-radio input+span {
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}
.sex-box .select-radio input[type=radio]:checked+span:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    background-color: #2a82eb;
    border-radius: 50%;
    border: 1px solid #2a82eb;
    /* border-color: #fff; */
}

.noDevice{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 500px;
    box-sizing: border-box;
}
.noDevice p{
    font-size: 16px;
    color: #9e9e9e;
    text-align: center;
    margin-top: 20px;
}
.display-bind{
    overflow: auto;
    padding: 20px 45px;
    box-shadow: 1px 1px 8px 2px rgba(0,0,0,.1);
}
.display-bind .line{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    overflow: auto;
}
.display-bind .line .line-title{
    margin-right: 10px;
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #000;
}
.display-bind .line .line-input{
    width: 48%;
    max-width: 260px;
    margin-right: 54px;
    height: 34px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
}
.display-bind .line .line-btn{
    height: 34px;
    min-width: 90px;
    padding: 0 10px;
    background-color: #2a82eb;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    user-select: none;
    cursor: pointer;
    transition: background-color .2s linear;
}
.display-bind .remind{
    position: relative;
    margin-top: 40px;
}
.display-bind p{
    font-size:  12px;
    color: #9e9e9e;
}
.display-bind .remind-title{
    position: absolute;
    left: 0;
    top: 0;
}
.display-bind .remind-text{
    margin-left: 65px;
    margin-bottom: 5px;
}
#selectRegion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 48%;
    max-width: 300px;
    font-size: 12px;
}
#selectRegion select {
    width: 31%;
    max-width: 100px;
    height: 30px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: 0;
    border: .01rem solid #c4c4c4;
    -webkit-appearance: none;
    background: none;
    outline: none;
}
option{
    padding: 0;
}