.index {
    overflow: hidden;
}
.after-sale-box {
    position: fixed;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    z-index: 9999;
}
.after-sale-box {
    position: fixed;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    z-index: 9999;
    height: 228px;
}
.after-sale-box .after-sale-box-item {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 70px;
    height: 70px;
    background:#409EFF;
    border-radius: 10px 0px 0px 10px;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 2px;
    text-align: center;
    right: 10px;
    z-index: 999999;
    border-radius: 50%;
}
.after-sale-box .after-sale-box-item .dtu {
    width: 30px;
    height: 30px;
}
.after-sale-box .after-sale-box-item .after-sale-box-item-text {
    font-size: 11px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    padding-bottom: 8px;
    width: 70px;
    margin-top: 5px;
}
.after-sale-box .after-sale-box-item .after-sale-dialog-tips {
    width: 274px;
    height: 125px;
    position: absolute;
    left: -272px;
    top: -25px;
    background: url('../png/business-card.png') no-repeat;
    background-size: 274px 125px;
}
.item_hide {
    display: none;
}
.after-sale-box .after-sale-box-item .after-sale-dialog-tips .after-sale-dialog-content {
    padding: 12px 0 0 10px;
    display: flex;
}
.after-sale-box .after-sale-box-item .after-sale-dialog-tips .after-sale-dialog-content div {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}
.after-sale-box .after-sale-box-item .after-sale-dialog-tips .after-sale-dialog-content .phone_area {
    margin-left: 6px;
    margin-top: 20px;
}
.after-sale-box .after-sale-box-item .after-sale-dialog-tips .after-sale-dialog-content .phone_area span {
    display: block;
    font-size: 10px;
    color: #848586;
    line-height: 20px;
}
.after-sale-dialog-content-bottom {
    display: flex;
    align-items: center;
    margin-top: 4px;
}
.after-sale-box .after-sale-box-item .after-sale-dialog-tips .after-sale-dialog-content .phone_area .kingdee-page-numb {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    line-height: 16px;
    padding-left: 5px;
}
.after-sale-box-item img {
    width: 30px;
    height: 30px;
}
.after-sale-box .after-sale-box-item-text {
    font-size: 11px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    padding-bottom: 3px;
    width: 26px;
    margin-top: 8px;
}
.after-sale-dialog-center,
.after-sale-dialog-center2 {
    width: 194px;
    height: 84px;
    position: absolute;
    left: -190px;
    top: -5px;
    display: none;
}
.after-sale-dialog-center img,
.after-sale-dialog-center2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.after-sale-dialog-cente-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
}
.after-sale-dialog-center .dialog-box-item-text-title {
    font-weight: inherit;
    margin-bottom: 5px;
}

.dialog-box-item-text-title {
    font-size: 15px;
    color: #333333;
    line-height: 15px;
}
.after-sale-dialog-center .dialog-box-item-text-subtitle {
    line-height: 11px;
}

.dialog-box-item-text-subtitle {
    font-size: 11px;
    color: #777777;
    text-align: justify;
}
.after-sale-box .up-box {
    width: 70px;
    height: 70px;
    background: #3399FF;
    border-radius: 50%;
    justify-content: center;
    cursor: pointer;
}
.after-sale-box .up-box img {
    width: 29px;
    height: 16px;
}
element.style {
    margin: 6px 0;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:active,
a:hover,
a {
    text-decoration: none;
}