.pageTT {
    width: 40%;
    z-index: 1;
    padding-top: 150px;
    left: 20%;
    position: relative;
    float: none !important;
}

.active .pageTT {
    width: 40%;
    padding-top: 150px;
    left: 10%;
    z-index: 1;
    position: relative;
    float: none !important;
}

.pagetitle {
    font-size: 25px;
    position: relative;
    z-index: 1;
    left: 20%;
    opacity: 0;
}

.active .pagetitle {
    font-size: 25px;
    position: relative;
    z-index: 1;
    left: 10%;
    opacity: 1;
    transition: all 3s .8s ease;
}

.pageBG {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all 3s .8s ease;
    float: none !important;
}

.active .pageBG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
    transition: all 3s .8s ease;

}

.stepArea {
    position: relative;
    z-index: 1;
    left: 20%;
    padding-left: 100px;
    display: block;
    margin-top: 50px;
    opacity: 0;
    transition: all 3s 1s ease;
}

.active .stepArea {
    position: relative;
    z-index: 1;
    left: 10%;
    padding-left: 0;
    display: block;
    margin-top: 50px;
    opacity: 1;
    transition: all 3s 1s ease;
}

.stepBox {
    float: left;
    background-color: #eee;
    padding: 7px 25px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.onstep {
    background-color: #ec9696;
    color: #fff;
}

.stepArea img {
    width: 30px;
    margin: 0 20px;
    float: left;
    padding-top: 14px;

}

.solution_ul2 {
    overflow: hidden;
    padding-top: 120px;
    width: 80%;
    margin: auto;
    padding-bottom: 100px;
    opacity: 0;
    transition: all 3s 1s ease;
}

.active .solution_ul2 {
    overflow: hidden;
    padding-top: 80px;
    width: 80%;
    margin: auto;
    padding-bottom: 100px;
    opacity: 1;
    transition: all 3s 1s ease;
}

.solution_ul2 ul li {
    float: left;
    width: 49%;
    height: 188px;
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    z-index: 0;
    border: 1px solid #dfdfdf;
    margin-bottom: 2%;
}

.solution_ul2 ul li:nth-child(2n+0) {
    float: right;
}


.imgbox {
    width: 40%;
}

.imgbox img {
    width: 100%;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}


.solution_ul2 ul li:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transition: scale(1.1);
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;

}

.solution_ul2 ul li .bg {
    width: calc(100% - 239px);
    width: -webkit-calc(100% - 239px);
    width: -moz-calc(100% - 239px);
    height: 188px;
    background: #e28c8c;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    transition: all .3s linear;
}

.solution_ul2 ul li:hover .bg {
    left: 239px;
}

.solution_ul2 ul li:hover p {
    color: #fff;
}

.solution_ul2 ul li:hover p strong {
    color: #fff;
}

.solution_ul2 ul li img {
    width: 238px;
    height: 188px;
    transition: all .4s linear;
    float: left;
    border-right: 1px solid #dfdfdf;
}

.solution_ul2 ul li p {
    color: #666;
    line-height: 24px;
    height: 170px;
    overflow: hidden;
    padding: 20px 6%;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    font-size: 14px;
}

.solution_ul2 ul li p strong {
    color: #000;
    font-size: 20px;
    line-height: 48px;
    font-weight: bold;
}

/*隨喜打齋*/

.donateArea {
    border: 1px solid #d0d0d0;
    width: 80%;
    margin: auto;
    padding: 100px;
    margin-top: 170px;
    border-radius: 20px;
    margin-bottom: 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: all 3s 1s ease;

}

.active .donateArea {
    border: 1px solid #d0d0d0;
    width: 80%;
    margin: auto;
    padding: 100px;
    margin-top: 130px;
    border-radius: 20px;
    margin-bottom: 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all 3s 1s ease;

}

.typeTT {
    font-size: 30PX;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
}

.cashArea {
    display: table;
    width: auto;
    margin: 50px auto 10px auto;
    background-color: #f4f4f4;
    padding: 50px;
    border-radius: 8px;
}

.cashBox {
    float: left;
    font-weight: bold;
    color: #666;
    line-height: 40px;
}

.cashArea input {
    width: 150px;
    border: 1px solid #ddd;
    height: 35px;
    float: left;
    margin-left: 20px;
    border-radius: 6px;
    height: 40px;
    outline: none;
    padding-left: 10px;
}

.nt {
    float: left;
    margin-left: 10px;
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

.note {
    color: #a0a0a0;
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px;
    text-decoration: underline;
    letter-spacing: 1px;
}

.cashOK {
    background-color: #fbb55c;
    padding: 5px 10px;
    width: 140px;
    height: 40px;
    margin: auto;
    border: none;
    border-radius: 7px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

.cashOK:hover {
    background-color: #ffa127;
    width: 145px;
    height: 43px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;

}

/*填寫付款資訊*/

.checkonce {
    border-left: 3px solid #e25b5b;
    padding: 20px;
    width: 100%;
    text-align: left;
    margin: 80px auto;
}

.money {}

.money span {
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
}

.classtype {}

.fillinfo {
    border-left: 3px solid #6d6d6d;
    padding: 20px;
    width: 100%;
    text-align: left;
    margin: 80px auto;
}

ul.fillBox {
    width: 100%;
    margin-bottom: 20px;
}

ul.fillBox li {
    width: 100%;
    display: table;
    padding: 10px 0;
}

.info_tt {
    float: left;
    width: 120px;
    line-height: 40px;
}

ul.fillBox li input {
    float: right;
    width: 86%;
    border: 1px solid #ddd;
    outline: none;
    height: 40px;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding-left: 10px;
}

.inputbox {
    float: right;
    width: 86%;
}

.inputbox .card {
    float: right;
    width: 22.7%;
}

.inputbox span {
    float: right;
    margin: 0 10px;
}

ul.fillBox li.half {
    width: 48%;
    float: left;
}

.haleBox {
    float: right;
    width: 86%;
}

ul.fillBox li .haleBox input,
ul.fillBox li .haleBox span {
    float: left;
}

ul.fillBox li .haleBox input {
    width: 45%;
}

ul.fillBox li .haleBox span {
    padding: 0 10px;
    line-height: 40px;
}

.okcash {
    color: #e25b5b;
    font-size: 30px;
}

.checkonce .bold {
    font-weight: bold;
}

.remind {
    background-color: #fff2f2;
    padding: 5px;
}

.payBox {
    border: 1px solid #eac5a5;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fffaf3;
}

.payBox .tt {
    font-weight: bold;
    margin-bottom: 5px;
}

.acount {
    margin-bottom: 0px;
}

.lineline {
    border-bottom: 1px solid #eac5a5;
    margin: 15px 0 15px 0;
}

@media (max-width: 1500px) {
    .inputbox .card {
        width: 22.5%;
    }
}

@media (max-width: 1400px) {
    .pageTT {
        width: 50%;
    }

    .active .pageTT {
        width: 50%;
    }

    .inputbox .card {
        width: 22.1%;
    }

    ul.fillBox li input,
    .inputbox,
    .haleBox {
        width: 84%;
    }

    ul.fillBox li .haleBox input {
        width: 43%;
    }
}

@media (max-width: 1300px) {
    .inputbox .card {
        width: 21%;
    }
}

@media (max-width: 1250px) {

    ul.fillBox li input,
    .inputbox,
    .haleBox {
        width: 81%;
    }
}

@media (max-width: 1200px) {
    .solution_ul2 {
        width: 90%;
    }
}

@media (max-width: 1100px) {

    ul.fillBox li input,
    .inputbox,
    .haleBox {
        width: 78%;
    }

    ul.fillBox li .haleBox input {
        width: 40%;
    }

    .inputbox .card {
        width: 20%;
    }
}

@media (max-width: 1085px) {
    .solution_ul2 ul li {
        width: 100%;
    }
}

@media (max-width: 992px) {

    ul.fillBox li input,
    .inputbox,
    .haleBox {
        width: 75%;
    }

    .inputbox .card {
        width: 19%;
    }
}

@media (max-width: 900px) {

    ul.fillBox li input,
    .inputbox,
    .haleBox {
        width: 72%;
    }

    .inputbox .card {
        width: 20%;
    }

    .inputbox span {
        float: right;
        margin: 0 5px;
    }

    ul.fillBox li .haleBox input {
        width: 36%;
    }
}

@media (max-width: 850px) {

    ul.fillBox li input,
    .inputbox,
    .haleBox {
        width: 68%;
    }

    .inputbox .card {
        width: 20%;
    }

    .inputbox span {
        float: right;
        margin: 0 5px;
    }

    ul.fillBox li .haleBox input {
        width: 36%;
    }
}

@media (max-width: 768px) {
    .pageTT {
        width: 65%;
    }

    .active .pageTT {
        width: 65%;
    }

    .pageTT,
    .stepArea {
        left: 5%;
    }

    .active .pageTT,
    .active .stepArea {
        left: 5%;
    }

    .solution_ul2 {
        width: 90%;
    }

    .active .solution_ul2 {
        width: 90%;
    }

    .stepBox {
        padding: 5px 15px;
    }

    .stepArea img {
        width: 20px;
        margin: 0px 10px;
    }

    .donateArea {
        width: 90%;
        padding: 80px 0;
    }

    .active .donateArea {
        width: 90%;
        padding: 80px 0;
    }
}

@media (max-width: 530px) {
    .solution_ul2 ul li p {
        line-height: 1.5;
        padding: 10px 5%;
    }

    .stepBox {
        padding: 2px 10px;
        letter-spacing: 0;
        font-size: 13px;
    }

    .solution_ul2 {
        padding-top: 60px;
    }

    .active .solution_ul2 {
        padding-top: 60px;
    }

    .pageTT {
        width: 75%;
    }

    .active .pageTT {
        width: 75%;
    }

    .pageTT {
        padding-top: 130px;
    }

    .active .pageTT {
        padding-top: 130px;
    }

    .solution_ul2 ul li p strong {
        line-height: 1.8;
    }
}

@media (max-width: 480px) {
    .info_tt {
        float: none;
    }

    ul.fillBox li input,
    .inputbox,
    .haleBox {
        width: 100%;
        float: none;
    }

    .inputbox span,
    .inputbox .card {
        float: left;
    }
}

@media (max-width: 450px) {
    .solution_ul2 ul li p {
        padding: 10px;
    }

    .cashArea {
        width: 90%;
        padding: 50px 10%;
    }

    .solution_ul2 ul li p strong {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .cashArea {
        padding: 50px 5%;
    }

    .cashArea input {
        width: 130px;
        margin-left: 10px;
    }
}
