*
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
body,html
{
    margin: 0;
    padding: 0;
}
body
{
    font-size: 12px;
    color: #4e4e4e;
    background:white;
}
.box
{

    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.aa
{
    background: linear-gradient(90deg, #ffaa00, #ff5718);
}

.activityName
{
    display: inline-block;
    padding: 1px 8px;
    color: #f56723;
    border: 1px solid #f56723;
    border-radius: 30px;

}


/*.c-searchImgBox*/
/*{*/
/*    width: 30px;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    right: 22px;*/
/*}*/

.title
{
    font-size: 15px;
    font-weight: bold;
}
.headerImgBox img
{
    height: 23px;
    width: 23px;
}
.timeBox
{

    margin-left: 37px;
    margin-bottom: 10px;
    margin-top: -2px;
    color: white;
    font-weight: bold;

}
.c-remarks
{
    border: 1px solid white;
    margin: 6px  0;
    display: inline-block;
    padding: 0px 5px;
    font-weight: 500;
    border-radius: 30px;
    transform: scale(0.9);
    margin-left: -5px;

}
.time
{
    display: inline-block;
    transform: scale(0.9);
    font:italic 12px Georgia, serif;

}

main {
    border-radius: 25px;
    width: 100%;
    padding: 6px 0;
    margin: 0 auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: white;
    /*background: linear-gradient(190deg, #6997e387, #68bb5b4f);*/
}

.line
{
    width: 100%;
    height: 1px;
    border-bottom:1px dashed #e8e8e8;
    margin: 2px auto;
}
.goodsBox {
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
}
.goodsImgA
{
    margin-left: 10px;
    display: inline-block;
    width: 60px;
    height: 65px;
    position: relative;
}
.goodsImg
{
    width:100%;
    object-fit: scale-down;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%,-50%);
}

.c-parts
{

    font-size: 10px;
    color: #f56723;
    padding: 5px 0;
    position: relative;
    transform: scale(0.8);
    margin-left: -11%;
    margin-top:2px;
}
.partsText
{
    position: absolute;
    left: 0;
    top: 0;

}

.c-i
{
    display: inline-block;
    margin-right: 3px;
    font:italic 8px Georgia, serif;
    text-align: center;
    line-height: 12px;
    width: 12px;
    height:12px;
    border-radius: 50%;
    color: #f56723;
    border: 1px solid #f56723;
}

.goodsNewBox
{
    display: inline-block;
    position: relative;
    width: 70%;
    /*margin-left: 10px;*/
    font-size: 12px;
    padding-right: 5px;
    box-sizing: border-box;
}
.goodsName
{
    display: block;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    transform: scale(0.9);
    text-align: left;
    color: black;
    text-decoration: none;
}
.ff
{
    font-size: 15px;
    font-weight: lighter;
}
.goodsPrice
{
    display: inline-block;
    transform: scale(1.1);
    margin-top: 2px;

    color: red;
    font-weight: bold;
   /* background-color: rgba(255, 255, 0, 0.72);*/
    margin-left: 4%;
    padding: 0 2px;
    font:italic 14px Georgia, serif;
}
.hd
{
    position: relative;
}
.originalPrice
{
    display: inline-block;
    color: #808080;
    text-decoration: line-through;
    margin-left: 12px;
    font:italic 12px Georgia, serif;
    /*position: absolute;*/
    /*right: 5px;*/
    /*top: 20px;*/
}
.car {
    box-sizing: border-box;
    /*width: 25px;
    height: 25px;*/
    padding: 2px;
    font-size: 13px;
    color: white;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 20px;
    border: 1px solid #ff5718;
    border-radius: 10%;
    text-align: center;
    background-color: #ff5718;
    padding: 2px;
}


.box19 {
    box-shadow: 0px 4px 0 0 #f1794b, 0 8px 4px rgb(0 0 0 / 50%);
    transform: translateY(-8px);
    user-seletct: none;
    -webkit-user-seletct: none;
    -moz-user-seletct: none;
    -ms-user-seletct: none;
}

    .box19:active {
        transform: translateY(0);
        box-shadow: 0 0
    }
img.top-banner {
    max-height: 120px;
    clear: both;
    display: block;
    margin: auto;
    width: 100%;
    position: fixed;
    z-index: 9999;
    border: 0.1px grey;
    border-radius:3%;
}

.giftBox
{
    position: fixed;
    right:15px;
    top: 40vh;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #f56723;
    border: 2px solid orangered;
    border-radius: 50%;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.gift
{
    display: block;
    font-size: 30px;
    background:none;
}
.c-exchangeBigBox
{
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(73, 73, 73, 0.52);
    top: 0;
    left: 0;
    padding-top: 60px;
    z-index: 100;
    box-sizing: border-box;

}

.c-exchangeBox
{
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;

    height: 80vh;
    overflow: hidden;
    background-color: white;
    text-align: center;

    color: orangered;
    font-size: 12px;
}
.exchangeGoodsBox
{
    height: 65vh;
    overflow: scroll;
}
.c-exchangeGoodsBox
{
    text-align: left;
    position: relative;
    margin-bottom: 5px;
    vertical-align: center;
    display: flex;
    align-items: center;
}

.c-exchangeClose
{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}
.c-exchangeGoodsImg
{
    max-width: 65px;
    max-height: 65px;
    width: 100%;
    object-fit: scale-down;
    margin-left: 30px;
}


.c-exchangeGoodsNewBox
{
    display: inline-block;

    width: 200px;
    height: 60px;
    margin-left: 6px;
    vertical-align: top;
    color: black;
    padding-left: 5px;
    position: relative;
}

.c-exchangeGoodsName
{
    vertical-align: top;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-exchangeGoodsPrice
{
    color: red;
    position: absolute;
    bottom: 5px;
    font-size: 13px;
}
.c-exchangeGoodsNum
{
    position: absolute;
    right: 12px;
    bottom:5px;
}
.c-exchangeFootBox
{
    width: 100%;
    height: 40px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

.c-exchangeTip
{
    display: inline-block;
    width: 65%;
    height: 40px;
    text-align: center;
    line-height: 40px;

}

.c-exchangeButton
{
    -webkit-appearance: none;
    border-radius: 0!important;
    outline: none;
    background-color: #ff7700;
    color: white;
    height: 40px;
    width: 35%;
    border: 0px;
}
.myCheckbox
{
    position: relative;
    margin-left: 10px;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    width: 13px;
    height: 13px;
    -webkit-appearance: none;
    visibility: hidden;
}
.myCheckbox:checked::before
{
    background-color: orangered;
    font-weight: bold;
    overflow: hidden;
}
.myCheckbox::after
{
    position: absolute;
    top: -1px;
    left: 13px;
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    visibility: visible;
    border: 1px solid orangered;
}
.myCheckbox::before
{
    position: absolute;
    top: 0;
    left: 14px;
    /*transform: translate(-50%,-50%);*/
    display: inline-block;
    content: '';

    /*padding-left: 3px;*/
    color: white;

    width: 12px;
    height: 12px;
    border: 2px solid white;
    border-radius: 50%;
    visibility: visible;
    box-sizing: border-box;

}

.addBall
{
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
   display: none;

}


.forBall
{
    z-index: 999;
    animation: ball 0.8s ;

}

@keyframes ball {
    100%
    {
        top: 90vh;
       left: 55vw;
    }
}

.onebox
{
    text-align: center;
}
.end
{
    color: #e3e3e3;
    text-align: center;
    margin-top: 10px;
}

.headerBox
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: linear-gradient(90deg, #ffaa00, #ff5718);
}
