/* 个人中心样式表 */
.person-nav-container {
    width: 100%;
    background-color: #f5f5f5;
    height: 4.1rem;
}

.person-nav {
    height: 4.1rem;
    color: #757575;
    font-size: 1.2rem;
    line-height: 4.1rem;
}

.person-nav a {
    color: #757575;
    font-size: 1.2rem;
}

.person-nav a:hover {
    color: #ff6700;
}

.person-center-container {
    width: 100%;
    background-color: #f5f5f5;
    padding: 0 0 2.1rem;
    box-sizing: border-box;
}

.person-container {
    height: 80rem;
    /*width: 100%;*/
}

.person-container li {
    color: #757575;
    font-size: 1.4rem;
    padding: 0.6rem 0rem;
    cursor: pointer;
}

.person-container li:hover,
.person-container li.active {
    color: #ff6700;
}

.person-container-left {
    width: 23rem;
    height: 80rem;
    background-color: white;
    float: left;
    padding: 3rem 0 0;
    box-sizing: border-box;
}

.person-container-right {
    width: 95rem;
    background-color: white;
    float: right;
    padding: 3rem 0 2rem;
    box-sizing: border-box;
}

.person-title-maintenance {
    padding: 0 5rem 1.2rem;
    margin-bottom: 1rem;
}

.person-title-maintenance h3 {
    color: #333333;
    font-size: 1.6rem;
    width: 13rem;
    height: 5.2rem;
    font-weight: 400;
    line-height: 5.2rem;
}

#person-right-item {
    padding: 0 5rem;
}

#person-right-item h1 {
    font-size: 3rem;
    font-weight: 400;
    color: #757575;
    line-height: 6.8rem;
    border-bottom: 0.1rem solid #e0e0e0;
    margin-bottom: 1rem;
}

#person-right-item small {
    font-size: 1.2rem;
    line-height: 1.5;
}

.process {
    width: 100%;
    padding: 2rem 0;
    box-sizing: border-box;
}

.process-item1 {
    height: 5.5rem;
    line-height: 5.5rem;
    background-color: #f5f5f5;
    cursor: pointer;
    border-radius: 0.4rem;
    transition: all 0.5s ease;
    padding: 0rem 3rem;
    box-sizing: border-box;
}

.icon-xiangxiajiantou {
    transition: transform 0.5s ease;
}

.process-item1:hover,
.process-item1.active {
    background-color: #e0e0e0;
}

.process-item1:hover span,
.process-item1.active span {
    color: #ff6700 !important;
}

.process-item1 span:nth-child(1) {
    color: #757575;
    font-size: 1.6rem;
    float: left;
}

.process-item1 span:nth-child(2) {
    color: #757575;
    font-size: 2.4rem;
    float: right;
}

.process-item3 {
    width: 100%;
    height: 0rem;
    overflow: hidden;
}

.daotu {
    background-image: url(../images/dao.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.process-text {
    /* background-color: #f5f5f5; */
    padding: 0 2rem;
    box-sizing: border-box;
    margin-top: 4rem;
}

.process-text-item {
    line-height: 2rem;
    color: #ff6700;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
}

.process-text-item1 {
    /* line-height: 3rem; */
    color: #757575;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
}

.process-text p {
    margin: 1.2rem 0;
}

.process-img {
    padding: 0 1rem;
    box-sizing: border-box;
    position: relative;
}

.process-img div {
    width: 20rem;
    height: 18rem;
    position: absolute;
    top: 4rem;
    background-color: white;
    border: 0.1rem solid #e0e0e0;
    cursor: pointer;
    transition: 0.3s all linear;
}

.process-img div:hover {
    border-color: #b0b0b0;
    transition: 0.3s all linear;
}

.process-img-item:hover .icon-changjing {
    color: #b0b0b0;
    transition: 0.3s all linear;
}

.process-img img {
    width: 20rem;
    height: 18rem;
    display: none;
}

.process-img .icon-changjing {
    font-size: 8rem;
    color: #e0e0e0;
    transition: 0.3s all linear;
    position: absolute;
    top: 4rem;
    left: 6rem;
}

.process-img-mune {
    color: #e0e0e0;
    font-size: 1.4rem;
    transition: 0.3s all linear;
    position: absolute;
    top: 12rem;
    left: 7.3rem;
}

.process-img-item:hover .process-img-mune {
    color: #b0b0b0;
    transition: 0.3s all linear;
}

/* *************遮罩层************** */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.overlay-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
}

.overlay-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
}

.overlay-prev {
    left: 38rem;
    text-align: center;
}

.overlay-prev .icon-zuojiantou{
    font-size: 2.4rem;
    color: #f5f5f5;
} 

.overlay-next {
    right: 38rem;
}

.overlay-next .icon-zuojiantou{
    font-size: 2.4rem;
    color: #f5f5f5;
    transform: rotate(180deg);
}

/* 历史订单 */

.company,
.order_no {
    width: 13.867rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nodenglu ,.nodingdan{
    position: relative;
    width: 100%;
    padding: 1rem 0 0;
    height: 40rem;
    box-sizing: border-box;
}

.denglu ,.dingdan{
    width: 30rem;
    height: 30rem;
    margin-top: 5rem;
}

.denglu-item1 ,.dingdan-item1{
    font-size: 3rem;
    color: #e0e0e0;
    margin: 12rem 0 0 1.5rem;
}

.denglu-item2 {
    width: 18rem;
    height: 4rem;
    color: #b0b0b0;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 4rem;
    transition: all .4s;
    font-size: 1.4rem;
    background-color: #f5f5f5;
    /* border: 0.1rem solid #b0b0b0; */
    margin: 2rem 0 0 2rem;
}

.denglu-item2:hover {
    background-color: #b0b0b0;
    /* border-color: #757575; */
    color: #fff;
    transition: all .4s;
}

.denglu-img,.dingdan-img,.dingdan,
.denglu {
    float: left;
}

.denglu-img img ,.dingdan-img img{
    width: 30rem;
    height: 30rem;
    margin: 5rem 0 0 12rem;
}

.history-orders {
    position: relative;
    width: 100%;
    padding: 1rem 0 0;
    height: 67.1rem;
    box-sizing: border-box;
}

.history-title-li {
    width: 100%;
    height: 5.4rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
    background-color: #f5f5f5;
}

.history-ul{
    padding: 3rem 0 0;
}

.history-title-li p {
    flex: 1;
    text-align: center;
    font-size: 1.6rem;
    color: #757575;
}

.history-item {
    width: 100%;
    height: 5.4rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-item:hover p {
    color: #ff6700;
}

.history-item p {
    flex: 1;
    text-align: center;
    font-size: 1.4rem;
    /* color: #b0b0b0; */
    color: #757575;
}

.history-item:nth-child(2n-1) {
    background-color: #f5f5f5;
}

/* 分页器 */
.pagination {
    width: 100%;
    height: 4.3rem;
    font-size: 1.6rem;
    margin-top: 2rem;
    position: absolute;
    bottom: 0rem;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}


.pagination .icon-zuojiantou {
    font-size: 1.8rem;
}

#next-btn {
    transform: rotate(180deg);
    color: #b0b0b0;
    display: inline-block;
    width: 4.3rem;
    height: 3.3rem;
    text-align: center;
    line-height: 3.3rem;
    cursor: pointer;
    transition: .2s all linear;
    margin: 0 1rem;
}

#next-btn:hover,
#prev-btn:hover {
    background-color: #b0b0b0;
    color: white;
    transition: .2s all linear;
}

#prev-btn,
.pagenum {
    color: #b0b0b0;
    display: inline-block;
    width: 4.3rem;
    height: 3.3rem;
    text-align: center;
    line-height: 3.3rem;
    cursor: pointer;
    transition: .2s all linear;
}

#prev-btn{
    margin: 0 1rem;
}

.pagenum {
    margin: 0 0.4rem;
}

.pagenum:hover {
    background-color: #b0b0b0;
    color: white;
    transition: .2s all linear;
}

#page-numbers a.active {
    background-color: #757575;
}

#page-numbers a:hover:not(.active) {
    background-color: #b0b0b0;
    color: white;
    transition: .2s all linear;
}

.pagination-info {
    display: inline-block;
    height: 3.3rem;
    line-height: 3.3rem;
    text-align: center;
    color: #b0b0b0;
    margin-left: 1rem;
}


#page-numbers {
    display: flex;
    justify-content: center;
}

#page-numbers a {
    color: #b0b0b0;
    display: inline-block;
    width: 4.3rem;
    height: 3.3rem;
    text-align: center;
    line-height: 3.3rem;
    cursor: pointer;
    transition: .2s all linear;
    font-size: 1.6rem;
    margin: 0 0.7rem;
}

/* 维修登记表 */
.item-table {
    position: relative;
    padding: 0 1rem;
    box-sizing: border-box;
}

.item-table a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20rem;
    height: 18rem;
    border: 0.1rem solid #e0e0e0;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 4rem;
    transition: all 0.3s ease;
}

.item-table a:hover {
    border-color: #b0b0b0;
}

.item-table a:hover .icon-xiazai1,
.item-table a:hover p {
    color: #b0b0b0;
}

.item-table .icon-xiazai1 {
    font-size: 6rem;
    color: #e0e0e0;
    transition: color 0.3s ease;
}

.item-table p {
    font-size: 1.4rem;
    color: #e0e0e0;
    margin-top: 0.1rem;
    transition: color 0.3s ease;
}

.incovie-btn {
    width: 18rem;
    height: 4rem;
    color: #b0b0b0;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 4rem;
    transition: all .4s;
    font-size: 1.4rem;
    background-color: #f5f5f5;
    margin: 15rem 0 0 2rem;
}

.incovie-btn:hover {
    background-color: #b0b0b0;
    color: #fff;
    transition: all .4s;
}

/* 遮罩层 */

/* 半透明 */
.overlay__log {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.overlay__div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48rem;
    height: 34.3rem;
}

.overlay__prompt {
    width: 48rem;
    height: 16rem;
    text-align: center;
    line-height: 16rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #424242;
    background-color: #fff;
}

.overlay__button {
    position: relative;
    width: 48rem;
    height: 7rem;
    border-top: 0.1rem solid #e0e0e0;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.close__overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    outline: none;
    width: 16rem;
    height: 4rem;
    background-color: #ff6700;
    border: 0;
    transition: all .4s;
    cursor: pointer;
    border-radius: 0.2rem;
    text-align: center;
    line-height: 4rem;
    color: white;
    font-size: 1.4rem;
}

.overlay__div .icon-shanchu1 {
    width: 2.5rem;
    height: 2.5rem;
    color: #757575;
    font-weight: 600;
    font-size: 1.8rem;
    display: inline-block;
    position: absolute;
    right: 0.9rem;
    top: 0.9rem;
    cursor: pointer;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 50%;
    transition: .2s;
}

.overlay__div .icon-shanchu1:hover {
    background-color: #e53935;
    transition: .2s;
}