html{
    background-color: #FAFAFA;
}

html,body{
    overflow-x: initial !important;
}

.ucenterBox{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    position: relative;
}

.ucenterLeft{
    width: 320px;
    margin-right: 10px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    position: sticky;
    top: 100px;
}

.ucenterLeft .myHedImg{
    width: 80px;
    display: flex;
    position: relative;
}

.ucenterLeft .myHedImg>img{
    width: 100%;
    height: auto;
}

.ucenterLeft .editBox{
    width: 18px;
    display: flex;
    cursor: pointer;
    flex-shrink: 0;
}

.ucenterLeft .editBox svg{
    width: 100%;
    height: auto;
}


.ucenterRight{
    width: calc(100% - 330px);
    flex: 1;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.ucenterRight .odrTabs{
    width: 100%;
    padding-bottom: 12px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
}

.ucenterRight .odrTab{
    margin-left: 50px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.ucenterRight .odrTab:nth-child(1){
    margin-left: 0;
}

.ucenterRight .odrTab-active{
    color: #FA6E07;
}

.ucenterRight .odrTab-active::before{
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: #FA6E07;
    position: absolute;
    left: 0;
    bottom: -12.5px;
}

/* 订单列表 */
.uOrderLists{
    width: 100%;
    color: #333;
}

.uOrderList{
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    margin-top: 20px;
    overflow: hidden;
}

.uOrderList .odrTit{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
}

.uOrderList .odrTeb{
    width: 100%;
    display: flex;
}

.uOrderList .odrTd{
    border-left: 1px solid #ECECEC;
    box-sizing: border-box;
}

.uOrderList .odrTd:nth-child(1){
    border-left: none;
    flex: 1;
}

.uOrderList .odrTd:nth-child(2){
    width: 200px;
}

.uOrderList .odrTd:nth-child(3){
    width: 138px;
}

.uOrderList .odrTd-pd{
    padding: 20px;
}

.uOrderList .odrTd .odrBut{
    width: 100%;
    height: 36px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    color: #FA6E07;
    border: 1px solid #FA6E07;
    margin-top: 16px;
}

.uOrderList .odrTd .odrBut:nth-child(1){
    margin-top: 0;
}

.uOrderList .odrTd .odrBut-bg{
    color: #fff;
    background-color:#FA6E07;
    border: none;
}


/* 订单商品列表 */
.cartLists {
    width: 100%;
}

.cartList {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 1px solid #EDF1F2;
}

.cartList-pd10{
    padding: 10px 20px;
}

.cartList .reFrmPic{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #FA6E07;
}

.cartList .cartTit {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
}

.cartList .cartPic {
    font-size: 18px;
    color: #FA6E07;
}


.cartList .goodsBox {
    width: 100%;
    margin-top: 10px;
    display: flex;
}

.cartList .goodsBox:nth-child(1) {
    margin-top: 0;
}

.cartList .goodsBox .goodsImgBox {
    width: 48%;
    max-width: 140px;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.cartList .goodsBox .goodsImg {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.cartList .goodsBox .goodsImg img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


/* 光学镜处方部分 */
.vimo {
    color: #FA6E05;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
}

.vimo .jtBox {
    width: 10px;
    display: flex;
    margin-left: 2px;
}

.vimo .jtBox svg {
    width: 100%;
    height: auto;
}

.vimo-active .jtBox {
    transform: rotate(180deg);
}

.vimoBox {
    width: 100%;
    display: none;
}

.preBox {
    width: 100%;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    font-size: 12px;
    color: #333;
    margin-top: 4px;
}

.preBox .pre-bg {
    background-color:#F4F4F4 ;
}

.preBox .pre-b {
    font-weight: 700;
}

.preBox .presc {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.preBox .prism {
    width: 100%;
    box-sizing: border-box;
    /* border-left: 1px solid #E6E6E6; */
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
}


.preBox .preTr {
    width: 100%;
    display: flex;
    border-top: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.preBox .preTr:nth-child(1) {
    border-top: none;
}

.preBox .preTd {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #E6E6E6;
}

.preBox .preTd:nth-child(1){
    border-left: none;
}

.preBox .preTdChd{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #E6E6E6;
    text-align: center;
}

.preBox .preTdChd:nth-child(1){
    border-top: none;
}

.preBox .pre-item{
    cursor: pointer;
    position: relative;
}

.preBox .pre-item-active{
    color: #0862E4;
    text-decoration: underline;
}

.preBox .pre-item .xlkBox{
    width: 62px;
    max-height: 175px;
    overflow: auto;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    border-radius: 2px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background-color: #fff;
    z-index: 2;
}

.preBox .pre-item .xlkBox-active{
    display: block;
}

.preBox .pre-item .xlkBox li{
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.preBox .pre-item .xlkBox li:hover{
    background-color: #E4EFFF;
}

.preBox .pre-item .xlkBox .active{
    background-color: #E4EFFF;
}

/* 弹窗部分 */
.comAlt{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3333334D;
    z-index: 9999;
}

.comAltBox{
    width: 480px;
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}
.comAltBox .chaBox{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #0000004D;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -17px;
}

.comAltBox .chaBox svg{
    width: 16px;
    height: auto;
}

.comAltBox .comInpBox{
    width: 100%;
    height: 32px;
    border: 1px solid #CBCBCB;
    padding: 0px 12px;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
}

.comAltBox .comInpBox .inpTit{
    position: absolute;
    left: 9px;
    top: -10px;
    padding: 0 4px;
    font-size: 12px;
    background-color: #fff;
    color: #666;
}

.comAltBox .comInpBox input{
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #333;
}

.comAltBox .comInpBox:focus-within{
    border-color: #FA6E07;
}

.comAltBox .comInpBox:focus-within .inpTit{
    color: #FA6E07;
}


/* 缺省页 */
.order-not{
    width: 100%;
    height: 468px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.order-not img{
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.order-not .text{
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 16px;
    margin-top:-118px ;
}

.order-not .shopAllBox{
     margin-top: -165px;

}

.order-not .shopAll{
    font-size: 14px;
    padding: 0 30px;
    height: 35px;
}

