.main {
    width: 1110px;
    margin: 30px auto 100px;
}
.main .jump {
    width: 220px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-color: #CC8A5E;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 18px;
}
.main .top {
    margin: 20px 0 30px 0;
    padding: 10px;
    background-color: #fff;
    width: 1109px;
    height: 208px;
    border: 4px solid #E1BCA5;
    border-radius: 8px;
}
.top .basic-info {
    width: 100%;
    height: 100%;
    background-color: #F8F0EB;
    display: flex;
    border-radius: 8px;
    position: relative;
}
.basic-info .basic-left {
    width: 54%;
    display: flex;
}
.basic-left img {
    width: 104px;
    height: 104px;
    margin: 30px 14px 0 13px;
    border-radius:50%;
}
.basic-left .profile_image {
    position: relative;
}
.basic-left .profile_image .edit-pic {
    width: 104px;
    height: 30px;
    position: absolute;
    right: 13px;
    top: 106px;
    cursor: pointer;
    border: none;
    background-color:#CC8A5E;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
}
.basic-left .nickname {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.basic-left .nickname span {
    /* color: #5FA9FB; */
    color: #CC8A5E;
    font-size: 16px;
    width: 150px;
    margin-right: 10px;
}
.basic-left .nickname i {
    color: #8F8F8F;
    font-size: 16px;
    width: 80px;
}
.basic-left .nickname button {
    color: #fff;
    width: 112px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background-color: #CC8A5E;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    margin-left: 20px;
}
.basic-left .status {
    margin-top: 14px;
    display: flex;
    align-items:flex-start;
}
.basic-left .status img {
    width: 20px;
    height: 20px;
    margin: 2px 4px 0 0;
}
.basic-left .status span {
    font-size: 16px;
    color: #7E5E59;
    width: 216px;
}
.basic-left .status a {
    display: inline-block;
    color: #fff;
    width: 112px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background-color: #CC8A5E;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    margin-left: 20px;
}

.main .basic-right {
    font-size: 16px;
    color: #7E5E59;
}
.basic-right .balance {
    margin-top: 48px;
    display: flex;
}
.basic-right .balance img {
    width: 19px;
    height: 32px;
}
.basic-right .account {
    margin-top: 14px;
}
.basic-right .account .account-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.basic-right .account-info i {
    width: 200px;
    overflow: hidden;
    margin-left: -20px;
}
.basic-right .account-info .btn-1 {
    color: #fff;
    width: 72px;
    height: 26px;
    background-color: #CC8A5E;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}
.basic-right .account-info .btn-2 {
    color: #fff;
    width: 81px;
    height: 26px;
    background-color: #CC8A5E;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    margin-right: 20px;
}
.basic-right .record {
    display: flex;
    justify-content: flex-end;
}
.basic-right .record .check {
    font-size: 15px;
    color: #8F8F8F;
    margin-top: 10px;
    margin-right: 20px;
}
.basic-center {
    position: absolute;
    top: 10%;
    left: 49%;
    height: 80%;
    border: 1px dashed #E1BCA5;
    border-radius: 2px;
}

.main .bottom {
    margin: 20px 0 30px 0;
    display: flex;
}
.main .bottom .left {
    padding: 10px;
    background-color: #fff;
    width: 534px;
    height: 578px;
    border: 4px solid #E1BCA5;
    border-radius: 8px;
}
.main .bottom .right {
    padding: 10px;
    background-color: #fff;
    width: 550px;
    height: 578px;
    border: 4px solid #E1BCA5;
    border-radius: 8px;
    margin-left: 24px;
}
.bottom .content img {
    margin: 0 12px;
    width: 140px;
    height: 37px;
}
.bottom .content ul {
    background-color: #F8F0EB;
    padding: 10px 15px 5px 15px;
}
.bottom .content ul li~li {
    width: 97%;
    border-bottom: 1px dashed #8F8F8F;
    margin-top: 16px;
    color: #8F8F8F;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom .content .box {
    height: 210px;
    color: #8F8F8F;
    margin-bottom: 20px;
}
.bottom .content .box1 {
    margin-bottom: 20px;
    height: 250px;
}
.content .box .title {
    width: 100%;
    font-size: 22px;
    color: #CC8A5E;
    margin-bottom: 26px;
    margin-top: 0;
    border: none;
}
.content .box .title .line {
    margin-left: 8px;
    display: inline-block;
    width: 338px;
    height: 0;
    border-top: 1px dashed #CC8A5E;
}

.box .income, .box .order, .box .words {
    position: relative;
}
 .income .income-num, .order .order-num, .words .words-num {

}
.content .box .income img {
    width: 19px;
    height: 32px;
    position: absolute;
    right: 150px;
    top: -8px;
}

.content .box .common {
    display: flex;
    justify-content: space-between;
    color: #7E5E59;
    border: none;
} 
.common .client {
    font-weight: bold;
}
.common .star {
    display: flex;
    margin-left: -97px;
}
.common .star img {
    width: 18px;
    height: 17px;
    margin: 4px 0 0 0;
}
.common .star span {
    margin-left: 10px;
}
.common button {
    font-size: 18px;
    color: #fff;
    width: 77px;
    height: 28px;
    background-color: #CC8A5E;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}
.box .count-words {
    display: flex;
    justify-content: space-between;
}
.box .span-block span {
    width: 150px;
}


.main .last {
    margin: 40px auto;
    margin-left: 200px;
}
.main .last img {
    width: 171px;
    height: 67px;
    margin: auto;
    cursor: pointer;
    border-radius: 0;
}
.main .last .loginout {
    color: #8F8F8F;
    text-align: center;
    margin-left: 34px;
    cursor: pointer;
    margin-top: 4px;
}

/* 注销框 */
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.mask .logout-box {
    width: 100%;
    height: 100%;
    background-color: #3D3A3A;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
.mask .logout-tips {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 994px;
    height: 582px;
    background-color: #fff;
    border: 10px solid #E5C7B5;
    border-radius: 4px;
    z-index: 999;
}
.logout-tips .title {
    font-size: 30px;
    color: #B16C3F;
    text-align: center;
    margin: 35px 0;
    font-weight: bold;
}
.logout-tips .content {
    font-size: 26px;
    color: #B37146;
    width: 834px;
    height: 230px;
    margin: auto;
    line-height: 50px;
}
.logout-tips .agree {
    font-size: 22px;
    color: #7A7A7A;
    width: 824px;
    margin: auto;
    display: flex;
    align-items: center;
}
.logout-tips .agree .check-box {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #8FC9FF;
    display: inline-block;
    position: relative;
}
.logout-tips .agree img {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 16px;
    height: 14px;
}
.logout-tips .agree span {
    font-size: 20px;
    color: #5E5E5E;
}
.logout-tips .agree span:nth-child(2n) {
    margin: 0 14px 0 8px;
}
.logout-tips .agree i {
    font-size: 18px;
    color: #A1A1A1;
}
.logout-tips .tips-btn {
    display: flex;
    justify-content: center;
    margin-top: 76px;
}
.logout-tips .tips-btn button:nth-child(2n+1) {
    border: none;
    background-color: #828282;
    width: 157px;
    height: 50px;
    color: #fff;
    border-radius: 6px 6px 6px 6px;
    margin-right: 100px;
}
.logout-tips .tips-btn button:nth-child(2n) {
    border: none;
    width: 157px;
    height: 50px;
    background: #CC8A5E;
    color: #fff;
    border-radius: 6px 6px 6px 6px;
}

/* 通用弹框 */
.common-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.common-mask .common-box {
    width: 100%;
    height: 100%;
    background-color: #3D3A3A;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
.common-mask .common-tips {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 300px;
    background-color: #fff;
    border: 10px solid #E5C7B5;
    border-radius: 4px;
    z-index: 999;
}
.common-tips .title {
    font-size: 26px;
    color: #B16C3F;
    text-align: center;
    margin: 35px 0;
    font-weight: bold;
}
.common-tips .content {
    font-size: 20px;
    color: #B37146;
    width: 500px;
    height: 55px;
    margin: auto;
    line-height: 30px;
    display: flex;
    justify-content: center;
}
.common-tips .content input {
    width: 274px;
    height: 31px;
    text-indent: 0.8em;
    margin-bottom: 6px;
    color: #000;
    font-size: 16px;
    border-radius: 6px;
    border: 2px solid #E8CCBA;
}
.common-tips .tips-btn {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}
.common-tips .tips-btn button:nth-child(2n+1) {
    border: none;
    background-color: #828282;
    width: 100px;
    height: 40px;
    color: #fff;
    border-radius: 6px 6px 6px 6px;
    margin-right: 74px;
}
.common-tips .tips-btn button:nth-child(2n) {
    border: none;
    width: 100px;
    height: 40px;
    background: #CC8A5E;
    color: #fff;
    border-radius: 6px 6px 6px 6px;
}