.proPBox{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-weight: 300;
}
.proPLeft{
    width: calc(100% - 370px);
}
.proPList {
    position: relative;
}
.proPItem {
    width: 100%;
    padding: 30px;
    background: #ffffff;
    margin-bottom: 20px;
}
.proPItem:last-child{
    margin-bottom: 0;
}
.proPItem a {
    width: 100%;
    display: flex;
}

.proPImg {
    width: 300px;
    height: 250px;
    /* padding-top: 20%; */
    position: relative;
}

.proPImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.proPRig {
    width: calc(100% - 350px);
    margin-left: 50px;
    font-weight: 300;
    position: relative;
}

.proPTit {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proPDc {
    font-size: 16px;
    color: #999;
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.proPDc img{
    width: 18px;
    opacity: .8;
    margin-right: 5px;
}

.proPHb {
    display: flex;
    align-items: center;
}

.proPHb {
    margin-top: 10px;
}

.proPHbItem {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.proPHbItem img{
    width: 18px;
    margin-right: 5px;
    opacity: .8;
}

.proPHbItem p {
    font-size: 16px;
    color: #999;
}

.proPHbItem span {
    font-size: 16px;
    color: #333;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.proPTj {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.proPTj img{
    width: 18px;
    margin-right: 5px;
    opacity: .8;
}
.proPTj p{
    font-size: 16px;
    color: #999;
}
.proPTj span {
    width: calc(100% - 130px);
    font-size: 16px;
    color: #666;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proPBq {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-right: 120px;
}

.proPBqI {
    font-size: 14px;
    line-height: 1;
    padding: 5px 10px;
    color: #272a80;
    border: 1px solid #272a80;
    border-radius: 4px;
    margin-right: 10px;
    font-weight: 100;
}

.proPNum {
    display: flex;
    align-items: end;
}

.proPNum span {
    font-size: 14px;
    line-height: 1;
    color: #272a80;
}

.proPNum p {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    margin: 0 5px;
    color: #272a80;
}
.proBTui{
    width: 350px;
    position: relative;
}
.proBTit{
    font-size: 20px;
    line-height: 1;
}
.proBList{
    width: 100%;
    background: #ffffff;
    padding: 20px;
    position: relative;
}
.proBItem{
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.proBItem:last-child{
    border-bottom: none;
}
.proBImg{
    width: 100%;
    padding-top: 65%;
    position: relative;
}
.proBImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.proBIcon{
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #fff;
    z-index: 2;
    padding: 5px 10px;
}
.proBText{
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0 30px;
}
.proBbon{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.proBNum span{
    font-size: 12px;
    color: #272a80;
    line-height: 1;
}
.proBNum p{
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin: 0 5px;
    color: #272a80;
}
.proBNum {
    display: flex;
    align-items: end;
}
.proBYd{
    font-size: 12px;
    color: #aaa;
    line-height: 1;
}
.proSBox{
    background: #ffffff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px; 
    position: relative;
    z-index: 2;
}
.proSLeft{
   display: flex;
   align-items: center;
}
.proSItem{
    display: block;
    padding: 0 25px;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    cursor: pointer;
    position: relative;
}
.proSItem::after{
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .1);
}
.proSItemAct{
    color: #272a80;
}
.proSItem svg{
    width: 12px;
    height: 12px;
}
.proSItem svg path{
    fill: #333;
}
.proSItem:hover .proSTbox{
    opacity: 1;
}
.proSTbox{
    width: 100px;
    position: absolute;
    left: 50%;
    top: calc(100% - 1px);
    background: #fff;
    transform: translateX(-50%);
    border: 1px solid rgba(0, 0, 0, .1);
    opacity: 0;
    transition: all 0.48s;
}
.proSTbox a{
    font-size: 14px;
    padding: 5px;
    display: block;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.proSTbox a:hover{
    background: #272a80;
    color: #fff;
}

.proPBtn{
    width: 150px;
    height: 50px;
    background: #272a80;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proPBtn svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.proPBtn svg path{
    fill: #fff;
}
.proPCon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}










/* 订单 */
.orderABox{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    color: #333;
}
.orderALeft{
    width: calc(100% - 370px);
    background: #ffffff;
    padding: 20px;
}
.orderATit{
    font-size: 20px;
    /* color: #666; */
    font-weight: 500;
}
.orderATit span{
    font-size: 14px;
    color: #f70;
}
.orderACon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.orderAP{
    padding: 12px 10px 12px 25px;
max-width: 535px;
background-color: #29e;
font-size: 16px;
line-height: 1;
color: #fff;
font-weight: 400;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transform: translateX(-25px);
}
.orderAr{
    display: flex;
    align-items: center;
}
.orderAr p{
    font-size: 14px;
    color: #999;
}
.orderAr a{
    color: #272a80;
    font-size: 14px;
    margin-left: 20px;
}
.orderList{
    margin-top: 20px;
}
.orderItem{
    background: #f7f8f9;
    padding: 20px;
   margin-bottom: 20px;
   position: relative;
}
.orderTit{
    font-size: 24px;
    font-weight: 600;
}
.orderTs{
    font-size: 14px;
   color:  #999;
}
.orderFrom{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.orderFItem{
    width: calc(33.3% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
.orderFItem:nth-child(3n){
    margin-right: 0;
}
.orderFItem p{
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
}
.orderFItem span{
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}
.orderFInp{
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.orderFInp select{
    position: relative;
    font-size: 16px;
    background: transparent;
    width: 100%;

}
.orderFInp input{
    position: relative;
    font-size: 16px;
    background: transparent;
}
.orderFInp input::placeholder{
    color: #ccc;
}
.orderFIcon{
    width: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .6;
}
.orderFInp svg{
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .6;
}
.orderFInp svg path{
    fill: #333;
}
.orderQk{
    font-size: 16px;
    color: #272a80;
}
.orderXBox{
    margin-top: 20px;
    background: #f7f8f9;
    padding: 20px;
}
.orderXTit{
    font-size: 20px;
    color: #888;
}
.orderXList{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}
.orderXItem {
    width: calc(33.3% - 20px);
    margin-right: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.orderXItem:nth-child(3n){
    margin-right: 0;
}
.orderXItem p{
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #666;
    /* width: 120px; */
    justify-content: end;
}
.orderXItem span{
    font-size: 16px;
    color: #f00;
}
.orderXItem input{
    width: calc(100% - 120px);
    height: 50px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-left: 15px;
    padding: 0 10px;
    font-size: 16px;
    color: #666;
}
.orderARig{
    width: 350px;
   
}
.orderDBox{
    position: sticky;
    top: 120px;
}
.orderDTop{
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}
.orderDTit{
    font-size: 20px;
    font-weight: 500;
}
.orderDText{
    padding: 20px 0;
    font-size: 14px;
    color: #999;
}
.orderDItem{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.orderDItem p{
    font-size: 16px;
    color: #aaa;
}
.orderDItem span{
    font-size: 16px;
    color: #666;
}
.orderDJe{
    padding-top: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.orderDJe span{
    font-size: 16px;
    color: #999;
    line-height: 1;
}
.orderDJe p{
    font-size: 20px;
    color: #272a80;
    line-height: 1;
}
.orderDBtn{
    width: 100%;
    height: 60px;
    background: #272a80;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.orderTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.orderCy{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.orderCy p{
    font-size: 16px;
    color: #999;
    margin-right: 30px;
}
.orderFBox{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background: #f7f8f9;
    z-index: 9;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}
.orderFBox a{
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #666;
}
.orderFBox a:last-child{
    border-bottom: none;
}
.orderFBox a:hover{
    color: #272a80;
}