﻿
@import url('8c0fbf8efb3a47c4b7e637cfefbf9b89.css');



:root {
    --bg-color: #124256;
}

body {
    background: #f0f2f2;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif,'Noto Sans TC', 'Noto Sans SC', sans-serif;
}

#wrap header {
    width: 100%;
    height: 60px;
    background: white;
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.mainTitle {
    font-size: 2rem;
}

#wrap {
    height: 100%;
}

    #wrap .logo {
        max-width: 300px;
        float: left;
    }

        #wrap .logo img {
            padding-top: 4px;
            padding-left: 5px;
        }

    #wrap .order-number {
        background-color: #ff707d;
        color: white;
        border-radius: 99px;
        text-shadow: 1px 2px 1px rgba(0, 0, 0, .45), 0px 1px 1px rgba(0, 0, 0, .45);
        border-style: solid;
        border-width: 1px;
        /* border-color: rgba(30, 110, 180, 1); */
        /*border-bottom-width: calc(.1rem + .0725rem);*/
    }


    #wrap .countdown {
        background-color: #00996a;
        color: white;
        border-radius: 8px;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 3rem;
        text-shadow: 1px 2px 1px rgba(0, 0, 0, .45), 0px 1px 1px rgba(0, 0, 0, .45);
        border-color: rgba(45, 55, 65, 1);
        border-radius: .45rem;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
        border-style: solid;
        border-width: 1px;
        border-bottom-width: calc(.1rem + .0725rem);
        transition: all .1s ease-in;
    }


.amount-box {
    line-height: 3rem;
}


#wrap .amount {
    font-size: 2rem;
    color: rgba(255, 103, 0, 1);
    font-weight: 800;
    display: inline-block;
    margin-bottom: -10px;
    padding: 0;
}


.contant {
    background-color: white;
    /* border-radius: 10px; */
    box-shadow: 0 15px 35px 2px rgba(0, 0, 0, .1);
    overflow: hidden;
}


.border-rounded-10px {
    border-radius: 10px;
}


.text-postscript {
    margin: 0 auto;
    font-weight: 600;
}

.text-note {
    font-size: .9rem;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
}


#wrap .btn-h5 {
    display: block;
    max-width: 300px;
    max-height: 100px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, .45), 0px 1px 1px rgba(0, 0, 0, .45);
    border: none;
    border-width: 1px;
    background-color: rgba(0, 167, 243, 1);
    border-color: rgba(30, 110, 180, 1);
    border-radius: .5rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-width: 1px;
    border-bottom-width: calc(.3rem + .0725rem);
    color: white;
    transition: all .1s ease-in;
}

.btn-submit {
    min-width: 100px;
}


#wrap .btn-h5:hover, #wrap .btn-h5:focus {
    background-color: rgba(35, 140, 240, 1);
}


#wrap .btn-h5:active {
    border-top-width: calc(.3rem + .0725rem);
    border-bottom-width: .0625rem;
}

#wrap .b--black-20 {
    border-color: rgba(0,0,0,0.2);
}


input[type="button"] {
    border: none;
    outline: none;
}



/**/



#wrap .wechat-style {
    border-color: rgba(0, 135, 0, 1);
    background-color: rgba(25, 200, 0, 1);
}

    #wrap .wechat-style:focus {
        background-color: rgb(0, 180, 0);
    }


#wrap .text-postscript {
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}


/**/


#wrap .unionpay-style {
    border-color: rgba(140, 15, 0, 1);
    background-color: rgba(238, 23, 0, 1);
}

    #wrap .unionpay-style:focus {
        background-color: rgba(208, 20, 30, 1);
    }




/**/

@media (max-width: 576px) {

    #wrap .tip-pic img {
        display: block;
        width: auto;
        height: auto;
        max-width: 250px;
        max-height: 430px;
        margin: 0 auto;
        border-radius: 10px;
    }
}


@media (max-width: 991px) {

    .full-width {
        /* max-width: 100%; */
    }
}



@media (max-width: 992px) {

    #wrap .tip-pic img {
        display: block;
        width: auto;
        height: auto;
        max-width: 250px;
        max-height: 430px;
        margin: 0 auto;
        border-radius: 10px;
    }
}
