.preview {
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    position: relative;
}

.preview .EWA_GRID_BG_IMG {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-color: #eee;
    transition-duration: 0.45s;
    position: absolute;
    left: 0;
    right: 0;
}

.ewa-row-PRO_NAME {
    font: 700 16px Arial, "microsoft yahei";
    color: #666;
    padding-top: 10px;
    line-height: 28px;
    margin-bottom: 5px;
}

#thumbnails {
    margin-top: 10px;
    position: relative;
}

.thumbnails {
    position: relative;
    height: 80px;
}


.thumbnail-arrow {
    position: absolute;
    top: 0;
    height: 80px;
    width: 30px;
    line-height: 80px;
    text-align: center;
    color: #ccc;
    font-size: 24px;
    cursor: pointer;
}

.thumbnails .right-arrow {
    right: 0;
}

.thumbnails .left-arrow {
    left: 0;
}

.thumbnails .thumbnail-images {
    position: absolute !important;
    left: 30px;
    right: 30px;
    top: 5px;
    bottom: 5px;
    overflow: hidden;
}

.thumbnails .ewa_grid_ul {
    white-space: nowrap;
    width: fit-content;
    transition-duration: 0.45s;
}

.thumbnails .ewa_grid_li {
    display: inline-block;
    float: none;
}

.thumbnails .EWA_GRID_BG_IMG {
    border: 1px solid transparent;
    width: 68px;
    height: 68px;
    margin: 0px 5px;
}

.thumbnails .thumbnail-marked {
    border: 1px solid #08c;
}

.product-info .EWA_TD_M {
    border: 1px solid #eee;
    height: 300px;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
}



.product-info .EWA_GROUP_CNT_TOP,
.product-info .EWA_GROUP_CNT_TOP1 {
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
    border: 0;
    margin: 0;
    background-color: #fafafa;
    color: #000;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    position: relative;
    min-width: 123px;
}

.product-info .EWA_GROUP_CNT_TOP1 {
    background-color: #fff;
}

.product-info .EWA_GROUP_CNT_TOP1::after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    bottom: -1px;
    height: 2px;
    background-color: #fff;
    right: 0px;
}

.product-info .EWA_GROUP_TOP>div:first-child {
    border-left: 1px solid #eee;
    border-top-left-radius: 10px;
}

.product-info .EWA_GROUP_TOP>div:last-child {
    border-top-right-radius: 10px;
}

.product-info .IX_SPAN img {
    display: block;
    max-width: 100%;
}

/* 订单部分 */
.product-order {
    text-align: left;
}

.product-order #price {
    color: #E66100;
    font-size: 30px;
    font-weight: 700;
}

.product-order #price::before {
    content: "￥ ";
    font-size: 16px;
}

.product-order .ewa-row-PRO_PRICE_ID nobr {
    display: block;

}

.product-order .ewa-row-PRO_PRICE_ID nobr:hover {
    color: #E66100;
    border-color: #E66100;
}

.product-order .ewa-row-PRO_PRICE_ID label {
    display: block;
    border: 1px solid #eee;
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.product-order .ewa-row-PRO_PRICE_ID input {
    display: none;
}
.product-order .ewa-row-PRO_PRICE_ID input:checked+label {
    border-color: #E66100;
}
.product-order .ewa-row-PRO_PRICE_ID input:checked+label::after {
    content: "\f00c";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 40px;
    margin-top: -20px;
    right: 5px;
    font-family: 'FontAwesome';
    font-weight: normal;
    color: #E66100;
}
.product-order .add,
.product-order .sub {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 19px;
    border: 1px solid #eee;
    display: inline-block;
    user-select: none;
}

.product-order #NUM {
    width: 190px;
    display: inline-block;
    height: 50px;
    border: 1px solid #eee;
    vertical-align: bottom;
    margin: 0 5px;
    font-size: 20px;
    text-align: center;
}

.product-order tr[error] .ewa-tip-error {
    width: 200px;
    display: block;
}

.product-order .ewa-row-des .EWA_TD_L {
    font-size: 18px;
    height: 40px;
    padding: 20px 0 5px 0;

}

.product-order .ewa-row-PRO_NAME.ewa-row-des,
.product-order .ewa-row-price.ewa-row-des {
    display: none;
}

.product-order .EWA_TD_B {
    padding: 20px 0 0 0;
    text-align: left;
}

.product-order .EWA_TD_B input {
    font-size: 18px;
    width: 200px;
    height: 50px;
    margin-left: 0;
}

.success-goods-icon {
    font-size: 32px;
    color: #fff;
    width: 64px;
    height: 64px;
    background: forestgreen;
    border-radius: 100%;
    line-height: 64px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.success-goods-info {
    margin-top: 10px;
    float: left;
}

.success-goods-info h3 {
    margin: 0;
    color: #424242;
    font-size: 24px;
    font-weight: 400;
    margin-top: 3px;
}

.success-goods-info .name {
    margin-right: 15px;
    font-size: 14px;
    color: #757575;
}

.success-goods-btns {
    text-align: right;
    margin-top: 14px;
}

.shop-cart .EWA_TD_H {
    height: 70px;
    border-bottom: 1px solid #eee;
}

.shop-cart .EWA_TD_M,
.shop-cart .ewa_grid_down,
.shop-cart .ewa_grid_mover {
    height: 86px;
}

.shop-cart .ewa-col-OSC_ID {
    text-align: center;
}

.shop-cart .ewa-col-OSC_NUM {
    text-align: center;
    width: 168px;
}

.shop-cart .ewa-lf-data-row .ewa-col-PRO_PRICE {
    text-align: center;
    font-size: 16px;
}

.shop-cart .ewa-lf-data-row .ewa-col-sum1 {
    text-align: center;
    color: #ff6700;
    font-size: 16px;
}

.shop-cart .ewa-lf-data-row .ewa-col-sum1::after {
    content: "元";
}

.shop-cart .ewa-col-OSC_NUM .add,
.shop-cart .ewa-col-OSC_NUM .sub {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #eee;
    display: inline-block;
    user-select: none;
    font-size: 20px;
}

.shop-cart .ewa-col-OSC_NUM input {
    width: 70px;
    display: inline-block;
    height: 32px;
    border: 1px solid #eee;
    vertical-align: bottom;
    margin: 0 5px;
    font-size: 16px;
    text-align: center;
}

.shop-cart .shop-cart-money {
    margin-top: 10px;
    background-color: #fff;
    height: 48px;
    line-height: 48px;
}

.shop-cart .total-price {
    font-style: normal;
    font-size: 12px;
    color: #ff6700;
}

.shop-cart .price {
    font-size: 30px;

}

.order-address-list {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.order-address-list .EWA_TD_M {
    background-color: transparent;
    display: inline-block;
    vertical-align: bottom;
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
}

.order-address-list .ewa-lf-data-row {
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
}

.order-address-list .ewa-lf-data-row:first-child {
    display: block;
}

.order-address-list.more .ewa-lf-data-row {
    display: block;
}

.order-address-list .ewa-lf-data-row::after {
    content: "";
    display: block;
    clear: both;
}

.order-address-list .ewa-lf-data-row:hover {
    background-color: #e1f6ff;
}

.order-address-list .ewa-col-adr_tag {
    width: 140px;
    padding: 0;
}

.order-address-list .ewa-col-adr_tag a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.order-address-list .ewa-col-adr_tag a:hover {
    border: 1px solid orange;
}

.order-address-list .ewa-lf-data-row:first-child .ewa-col-adr_tag a {
    border: 1px solid #ff6700;
}

.order-address-list .ewa-lf-data-row:first-child .ewa-col-adr_tag a:after {
    content: "";
    display: block;
    border: 0;
    width: 20px;
    height: 20px;
    background: #ff6700;
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    bottom: -10px;
}

.order-address-list .IX_BUTTON {
    height: 40px;
    padding: 0 20px;
    border: 0;
    background-color: transparent;
}

.order-address-list .IX_BUTTON:hover {
    background-color: transparent;
    color: #ff6700;
}

.order-address-list .ewa-col-butModify,
.order-address-list .ewa-col-butDefault {
    float: right;
}

.order-address-list .ewa-col-butDefault .COM_YES {
    display: none;
}

.order-address-list .btn-more::before {
    content: "更多地址"
}

.order-address-list .btn-more::after {
    content: "\f103";
    font-family: fontawesome;
    margin-left: 4px;
}

.order-address-list .btn-more[more]::before {
    content: "收起地址"
}

.order-address-list .btn-more[more]::after {
    content: "\f102";
}

.order-address-list .ewa-col-adr_default span {
    color: transparent;
}

.order-address-list .ewa-col-adr_default span[title="COM_YES"]::before {
    content: "默认地址";
    color: #ccc;
}


.order-goods-list {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 20px;
}

.order-goods-list .EWA_TD_M,
.order-goods-list .ewa_grid_mover,
.order-goods-list .ewa_grid_down {
    padding: 15px 0;
}

.order-goods-list .ewa-col-ORD_LST_MONEY {
    text-align: right;
}

.order-goods-list .ewa-col-ORD_LST_MONEY::after {
    content: "元"
}

.order-goods-list .ewa-col-FILE {
    width: 50px;
}

.order-goods-list .ewa-col-FILE a {
    border: 0;
    width: 30px;
    height: 30px;
    margin: 0;
}

.order-money {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.order-money::after {
    content: "";
    display: block;
    clear: both;
}

.order-money .ewa-frame {
    width: 260px;
    float: right;
}

.order-money .EWA_TD_L {
    text-align: right;
    height: 30px;
}

.order-money .EWA_TD_L::after {
    content: ":";
}

.order-money .EWA_TD_M {
    text-align: right;
    color: #ff6700;
}

.order-money .ewa-row-paytotal span {
    font-size: 24px;
}

.order-money .ewa-row-paytotal span::after {
    content: "元";
}

.order-buttons {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
}

.shop-cart-money::after {
    content: "";
    display: block;
    clear: both;
}

.btn-normal,
.btn-submit {
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin-left: 50px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
}

.btn-submit {
    background: #ff6700;
    border-color: #ff6700;
    color: #fff;
}

.btn-normal {
    background: #fff;
    border-color: #ccc;
    color: #666;
}
.pay-list {
    background-color: #fff;
    padding-bottom:20px ;
}
.pay-list.ewa-lf-break .ewa-lf-data-row {
    display: inline-block;
    width: 200px;
    height: 70px;
}

.pay-list .ewa-col-ORD_PAY_ICON,
.pay-list .EWA_GRID_BG_IMG {
    width: 100%;
    border: 0;
    height: 100%;
    display: block;
    padding: 5px 20px;
}
.pay-list .ewa-col-ORD_PAY_ICON {
    border: 1px solid #eee;
}
.pay-list .ewa-col-ORD_PAY_ICON:hover{
    border-color: #ff6700;
}