* {
    box-sizing: border-box;
}

@font-face {
    font-family: tcBold;
    src: url(../font/NotoSansTC-Bold.otf);
}

@font-face {
    font-family: tcRegular;
    src: url(../font/NotoSansTC-Regular.otf);
}

@font-face {
    font-family: scBold;
    src: url(../font/NotoSansSC-Bold.ttf);
}

@font-face {
    font-family: scRegular;
    src: url(../font/NotoSansSC-Regular.ttf);
}

body {
    margin: 0;
    padding: 0;
}

.tcFont {
    font-family: 'tcRegular','tcBold' !important;
}

.scFont {
    font-family: 'scRegular','scBold' !important;
}

.biggest-box {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 120px;
    position: relative;
    background: #f7f7f7;
}

.img {
    width: 100%;
}

.w-full {
    width: 100%;
}

.w-100 {
    width: 100px;
}

.flex {
    display: flex;
}

.flex-content-between {
    display: flex;
    justify-content: space-between;
}

.flex-content-center {
    display: flex;
    justify-content: center;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.margin-auto {
    margin: 0 auto;
}

.m-20 {
    margin: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-40 {
    margin-right: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-250 {
    margin-bottom: 250px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mx-10 {
    margin: 0 10px;
}

.mx-20 {
    margin: 0 20px;
}

.my-10 {
    margin: 10px 0;
}

.my-20 {
    margin: 20px 0;
}

.my-40 {
    margin: 40px 0;
}

.px-20 {
    padding: 0 20px;
}

.px-50 {
    padding: 0 50px;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.pb-20 {
    padding-bottom: 20px;
}

.p-50 {
    padding: 50px;
}

.pointer {
    cursor: pointer;
}

.text-orange {
    color: #503218 !important;
}

.text-red {
    color: #E04141 ;
}

.text-blue {
    color: #399BF3;
}

.text-noLine {
    text-decoration: none !important;
}

.text-gray {
    color: #949494;
}

.border-b-gray {
    border-bottom: 1px solid #E5E5E5;
}

.font-md {
    font-size: 14px;
}

.lheight-30 {
    line-height: 30px;
}

.text-center {
    text-align: center;
}

.txt-decoration {
    color: #399BF3;
    text-decoration: underline;
}

/*  是多个页面用到的 */

.together-header-footer {
    width: 100%;
    height: 70px;
    background: #333333;
    color: #fff;
    align-items: center;
}

.t-header {
    width: 1200px;
    border-radius: 0px 0px 10px 10px;
    justify-content: space-between;
    background: none;
    color: #232323;
    margin: 0 auto;
    padding: 16px;
}

.t-footer {
    height: 99px !important;
    border-radius: 10px 10px 0 0;
    padding: 0 50px;
    position: absolute;
    bottom: 0;
}

.image-box {
    width: 1200px;
    margin: 0 auto;
}

.arrowRight {
    width: 8px;
    height: 8px;
    border-left: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    transform: rotate(226deg);
}

.font-bold {
    font-weight: bold;
}

.header-icons {
    width: 3px;
    height: 19px;
    background: #2D5F17;
    margin-right: 5px;
}


.header-tips {
    font-weight: 700;
    font-size: 18px;
    color: #232323;
}

.hidden {
    display: none;
}

.shadow {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
}

.fix {
    position: fixed;
    z-index: 999;
}

.expriy-label-box {
    width: 300px;
}


@media screen and (max-width: 1200px) {
    .image-box {
        width: 100%;
    }

    .t-header {
        width: 100%;
        margin:0 0 40px 0;
        padding-top: 20px;
    }

    .t-footer {
        padding: 20px;
        height: auto !important;
        justify-content: space-evenly
    }

    .t-footer-responsive {
        font-size: 14px;
    }

}

@media screen and (max-width: 478px) {

    .t-footer {
        padding: 20px;
        height: auto !important;
        flex-direction: column;
    }

    .t-footer-responsive{
        margin-top: 30px;
    }


    .guide-box {
        justify-content: space-around;
    }


    .expriy-box {
        flex-direction: column;
    }

    .expriy-label-box {
        width: 100%;
    }

    .card-icon {
        display: none;
    }

    .pay-btn {
        width: 100%;
        margin: 0 26px !important;
    }
}
