@charset "utf-8";
.container {
    width: 1300px;
    margin: 0 auto;
    padding: 16px 0 60px;
    margin-top: 117px;
}
.price-up {
    background: url(../img/backgroundttt.png) no-repeat;
    background-size: cover;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}
.price-up .breadcrumb {
    margin-left: 20px;
}
.price-up .breadcrumb a {
    display: flex;
    align-items: center;
    color: #fff;
}
.price-up .breadcrumb a img {
    margin-right: 10px;
}
.product-order-main {
  width: 100%;
  padding: 140px 0 50px; /* 根据实际的头部高度调整 */
}

.container-1350 {
  width: 1350px;
  margin: 0 auto;
}

.product-order-warp {
    background-color: #fff;
    border-radius: 10px;
}

.product-order-warp .warp-title {
    padding: 16px;
    margin: 0 10px;
    font-weight: 700;
    color: #333;
    font-size: 20px;
    position: relative;
    margin-left: 18px;
}

.product-order-warp .warp-title::before {
    content: "";
    height: 18px;
    width: 5px;
    background: #2b6fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 1px;
    border-radius: 10px;
    transform: translateY(-50%);
}

.order-info-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 222px;
    margin: 0 auto;
   // width: 98%;
    padding: 0 28px;
    background: #f9f9fa;
    border-radius: 10px;
}

.order-info-content .goods-type {
    position: absolute;
    top: 0;
    right: 0;
    width: 148px;
    height: 45px;
    background: #1890ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    border-radius: 0 9px 0 9px;
}

.order-info-content .goods-img-box {
    width: 148px;
    height: 148px;
    border-radius: 9px;
    margin-right: 20px;
}

.goods-img-box>img {
    width: 100%;
    height: 100%;
}

.goods-name-and-count {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.goods-name-and-count .goods-name {
    font-size: 19px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

.goods-name-and-count .conter{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #dcdfe6;
    overflow: hidden;
}

.conter .conter-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
    height: 100%;
    cursor: pointer;
}

.conter .conter-icon.cursor-dis {
    cursor: no-drop!important;
}

.conter .conter-input {
    display: block;
    height: 100%;
    width: 125px;
    font-size: 14px;
    outline: none;
    border: none;
    text-align: center;
    padding: 0!important;
    margin: 0!important;
}

.buy-info-content .account-input:focus,
.remark-textarea:focus {
    border-color: #409eff!important;
}

.buy-info-content .account-btn{
    background-color: #1890ff;
    color: #fff;
    border-color: #1890ff;
    border-radius: 5px;
}

.buy-info-content .account-btn:hover {
    background-color: #66b1ff;
    border-color: #66b1ff;
}

.buy-info-content .layui-form-item .account-wrap {
    width: 275px;
}

.calc-buy-content {
    width: 98%;
    padding: 18px;
    padding-left: 0;
    margin: 0 auto;
    background-color: #fbfbfb;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}

.calc-buy-content .remark-wrap {
    width: 600px;
}

.remark-textarea {
    min-height: 33px;
}

.pay-computed {
    width: 20%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
}

.pay-computed-item {
    margin: 7.5px auto;
}

.pay-computed-item:first-child {
    color: #999;
    text-decoration: line-through;
}

.pay-computed-item .need-pay{
    color: rgb(0, 51, 51);
}

.pay-computed-item .old-price::after,
.pay-computed-item .discounts::after,
.pay-computed-item .need-pay-money::after {
    content: "元";
}


.pay-computed-item .need-pay-money{
    color: rgb(255, 70, 5); font-weight: bold;
}

.confirm-order-btn {
    width: 222px;
    height: 45px;
    background: #1890ff;
    border-radius: 5px;
    font-size: 15px;
}

.choose-pay {
    width: 98%;
    margin: 0 auto;
    padding: 18px;
    padding-left: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose-pay-warp {
    display: flex;
    align-items: center;
}

.choose-pay-warp>span {
    font-size: 14px;
}

.choose-pay-warp .pay-item {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin: 0 5px;
    padding: 5px;
    width: 148px;
    height: 45px;
    color: #303133;
    justify-content: center;
    cursor: pointer;
}

.pay-item>img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.pay-item>span {
    font-size: 14px;
}

.pay-item.selected {
    border-color:#1890ff; 
    color:#1890ff;
}