* {
    margin: 0;
    padding: 0;
    list-style: none;
}


a {
    text-decoration: none;
}

input {
    border: 0;
    outline: none;
    cursor: pointer;
    /*background-color: #2d2c2c;*/
    padding-left: .1rem;
    box-sizing: border-box;
    border: 0.01rem solid #eaeaea;
    height: 0.3rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.main_content {
    width: 100%;
}

.title {
    width: 100%;
    height: .81rem;
    line-height: .81rem;
    font-size: .35rem;
    font-weight: bold;
    padding-left: .3rem;
    padding-right: .3rem;
    box-sizing: border-box;
    background-color: #fcfbfc;
    color: #101010;
    display: flex;
    justify-content: space-between;
}

.div_right {
    display: flex;
}

.div_right p {
    margin-left: .3rem;
    cursor: pointer;
}

.content {
    width: 100%;
    height: calc(100vh - .81rem);
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.content_left {
    width: 2.38rem;
    color: #fff;
    /*background-color: #2c364a;*/
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.content_left li {
    width: 100%;
    height: .71rem;
    line-height: .71rem;
    text-align: center;
    font-size: .3rem;
    cursor: pointer;
}


.content_right {
    width: 100%;
    flex: 1;
    overflow: hidden;
}

.content_right li {
    display: none;
    /*height: 100%;*/
}

.content_right li.active {
    display: block;
}

.info {
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.account_left {
    width: 46%;
    height: 80%;
    padding: 0 .3rem 0;
    box-sizing: border-box;
    position: relative;
    border-right: 0.01rem solid #0b0b0b;
}
.ss {
    overflow :   hidden;  text-overflow :   ellipsis;  display :   -webkit-box;  -webkit-line-clamp :   2;  -webkit-box-orient :   vertical;font-weight: 600;
}
.account_left p {
    width: 90%;
    /*line-height: 2.5;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .25rem;
    /*color: #ffffff;*/
    font-weight: 300;
    cursor:pointer;
}

.page span{
    color: #8D8D8D;
    font-weight: 100;
    border: 0.01rem solid #8d8d8d;margin-right: .1rem;
    padding: 0 .1rem;
    border-radius: .1rem;
    cursor:pointer;
}
.account_right p{
    width: 100%;
    line-height: 1.9;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: .25rem;
    color: #414141;
    font-weight: 300;
    font-weight: 600;
}


.account_mong {
    /*width: 0.03rem;*/
    /*background-color: #2c364a;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*height: 80%;*/
    /*border-right: 0.02rem solid red;*/

}

.account_mong p {
    cursor: pointer;
}


.account_right {
    flex: 1;
    /*height: 80%;*/
    /*border-left: 0.02rem solid red;*/
}

.cen{
    width: 75%;text-align: left;padding-left: .8rem;
    cursor:pointer;
}
.cen1{
    width: 25%;text-align: center;cursor:pointer;
}
.cent{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor:pointer;
}

.kechuangban{
    position: fixed;
    display: none;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 14rem;
    height: 8rem;
    background: #fff;
    z-index: 98;
    border: 1px solid #9CAEC1;
    /*border-radius: 0.3rem;*/
}
.cha{
    cursor:pointer;
    width: 99%;
    height: 0.4rem;
    font-size: .5rem;
    text-align: right;
    line-height: .3rem;
}