@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}
a{
    color: #333;
}
body {
    background-color: #dedede;
}

#app {

    width: 1222px;
    /* height: 1186px; */
    margin: auto;
    position: relative;
}

.left-box {
    width: 200px;
    height: 950px;
    border: 1px solid white;
    background-color: white;
    margin-left: 10px;
}

.img-box img {
    width: 142px;
    height: 142px;
    margin-top: 20px;
}

.box {
    width: 100%;
    margin-top: 5px;

}

.size-a {
    margin-top: 10px;
}

.size-box {
    color: red;
}

.tetx-a {
    width: 150px;
    margin-top: 20px;
    font-size: 18px;
}

.text-box {
    font-size: 18px;

}

.text-box {
    margin-top: 22px;
}

.text-box>span {
    margin-top: 10px;
}

.text-b {
    margin-top: 20px;
}

.text-c {
    margin-top: 20px;
}

.box1>a {
    text-decoration: none;
    padding: 10px 0;
    color: #888888;
}

.box>.box1:hover {
    background-color: #fdeaec;
}

.box>.box1:hover>a {
    color: #e90f23;
}

.active {
    background-color: #fdeaec;
}

.active a {
    color: #e90f23;
}

.right-box {
    width: 985px;
    /* height: 951px; */
    /* height: 100%; */
    /* overflow: auto; */
    background-color: white;
    margin-left: 20px;
}

.right-box-text-box>p {
    padding-top: 38px;
    font-size: 28px;
    color: #000;
    text-align: center;
}


.right-box-a>li {
    margin: 30px 32px;
    padding-left: 25px;

}

.right-box-a>li>a {
    text-decoration: none;
}

.right-box-img {
    width: 100%;
    height: 100%;
}

.right-box-img-text {
    margin: auto;
    margin-top: 30%;
}

.list-caption {
    width: 922px;
    height: 42px;

    background-color: #f8f8f8;
    margin: auto;
}

.text1 {
    width: 405px;
    height: 42px;
    line-height: 42px;
    text-align: center;

}

.text2 {
    width: 80px;
    height: 42px;
    line-height: 42px;
    text-align: center;

}

.text3 {
    width: 90px;
    height: 42px;
    line-height: 42px;
    text-align: center;

}

.text4 {
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;

}

.text5 {
    width: 107px;
    height: 42px;
    line-height: 42px;
    text-align: center;

}

.text6 {
    width: 143px;
    height: 42px;
    line-height: 42px;
    text-align: center;


}
.back{
    position: absolute;
    right: 10px;
}
.order-list {
    width: 950px;
    /* height: 500px; */
    height: 100%;
    overflow: auto;
    border: 1px solid #ececec;
    margin: auto;
    margin-top: 25px;
}

.head {
    width: 925px;
    height: 45px;

}

.left {
    width: 238px;
    height: 45px;
    line-height: 45px;
    margin-left: 20px;
}

.middle {
    width: 300px;
    height: 45px;
    line-height: 45px;
}

.right {
    width: 85px;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;

}

.main {
    width: 925px;
    height: 206px;

}

.left-img {
    width: 574px;
    height: 206px;
}

.order-item-left {
    width: 150px;
    height: 204px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.order-item-left>img {
    width: 120px;
    height: 120px;
}

.top {
    width: 417px;
    height: 100%;
    border-bottom: 1px solid #eee;
}

.name {
    width: 350px;
    height: 24px;
    text-align: center;
    line-height: 50px;
    padding: 0 30px 30px;
    margin: 0 auto;
}

.num {
    width: 150px;
    height: 24px;
    line-height: 50px;
    padding: 0 30px 30px;
}

.price {
    width: 150px;
    height: 24px;
    line-height: 50px;
    padding: 0 30px 30px;
}

.order-item-right {
    width: 480px;
    height: 206px;
    border: 1px solid #eee;
    box-sizing: border-box;

}

.sole-action {
    width: 100px;
    height: 204px;

}

.sole-action>.middle {
    width: 100px;
    height: 206px;
    height: 100%;

}

.sole-action-box {
    width: 1655px;
  

}

.sole-action-box>div {
    width: 30%;
}

.sole-middle {
    border: 1px solid #eee;
    border-left: 0px;
}

.sole-action {
    border: 1px solid #eee;
    border-left: 0px;
}

.sole-action-box>.sole-right {
    width: 43%;
    border: 1px solid #eee;
}

.cost-money {
    flex-direction: row-reverse;
    margin-right: 40px;
    line-height: 60px;
}
.none{
    display: none;
}