/*————————————————————————pc端————————————————————————*/
body {
    background: repeating-linear-gradient(to left, rgb(242, 233, 253), rgb(217, 235, 254)) 0% 0%;
}

.header{
    display: flex;
    align-items: center;
}

.collection{
    padding: 3px 15px;
    color: #fff;
    background-color: #00A9F4;
    border-radius: 6px;
    margin-left: 15px;
}

.container .content {
    width: 950px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 30px;
    position: relative;
}

.container .content .piece .title {
    font-weight: 550;
    margin-left: 15px;
}

.after-sales {
    display: none;
}

.container .content .piece .success {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-top: 20px;
}

.container .content .piece .table {
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

.container .content .piece .table .item {
    border-bottom: 1px solid #eee;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.container .content .piece .table .item p:first-child {
    margin-left: 15px;
}

.container .content .piece .table .item p a {
    padding: 5px 15px;
    color: #fff;
    background-color: #00A9F4;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 25px;
}

.container .content .piece .success-title {
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 23px;
}

.container .content .piece .consultation {
    position: absolute;
    right: 0;
    top: 30px;
}

.icon {
    width: 150px;
    z-index: 9;
    position: absolute;
    right: -153px;
    border-radius: 10px;
    overflow: hidden;
}

.modal {
    display: none;
}
.container .content .piece .table .item-row {
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.container .content .piece .table .item-row p a {
    padding: 5px 15px;
    color: #fff;
    background-color: #00A9F4;
    text-decoration: none;
    border-radius: 5px;
}
.qwrap{
    text-align: center;
    padding:10px;
}
.qwrap img{
    height: 200px;
}
.time{
    color: #F00;
}