﻿.fundraisingBox {
    max-width: 1040px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
.fundraisingBox img{
    width:100%;
}
.fundraisingLeft {
    width: 55%;
    float: left;
}
.fundraising01 {
    background: url(../../fantasy/Userfile/file/fundraisingPic01Bg.png) no-repeat;
    background-size: 100% auto;
    padding:0px 0px 20px 0px;
}
.fundraising01 .container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25% !important;
}
    .fundraising01 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 90% !important;
        margin: 5% 5% !important;
        height: 90% !important;
    }
.fundraising05 {
    padding: 0px 0px 40px 0;
    background: url(../../fantasy/Userfile/file/fundraisingPic05Bg.png) no-repeat left bottom;
    background-size: 100% auto;
}
.fundraisingShowBtn {
    display:block;
    text-align:center;
    padding:20px 0px 0px 0px;
}
.fundraisingShowBtn a{
    border-radius: 4px;
    background-color: #f19ba6;
    color: #fff;
    padding: 4px 8px;
}
.fundraisingShowBtn a:hover {
    background-color: #d6456e;
    color: #fff;
}
.fundraising14{
    position:absolute;
    width:100%;
}
.fundraisingMoreBtn {
    position: absolute;
    bottom: 60px;
    left: 10%;
}
.fundraisingMoreBtn a {
     border-radius: 4px;
    background-color: #102f31;
    color: #fff;
    padding: 4px 8px;
}
    .fundraisingMoreBtn a:hover {
        background-color: #285f63;
        color: #fff;
    }
.fundraisingShowBtn.hide {
    display: none;
}
.fundraisingHidePic {
    display: none;
}
.fundraisingHidePic.show {
    display: block;
}
.fundraisingRight {
    width: 45%;
    float: left;
    position: relative;
    overflow: hidden;
}
.block--sticksyJs {
    z-index: 1 !important;
}
.block--sticksyJs .fundraisingFixed {
    position: absolute !important;
    top: 0px !important;
    bottom: inherit !important;
    z-index: 1 !important;
}
.block--sticksyJs.widget--absolute .fundraisingFixed {
    position: absolute !important;
    bottom: 0px !important;
    top: inherit !important;
}
.block--sticksyJs.widget--sticky .fundraisingFixed {
    position:fixed !important;
    bottom: 0px !important;
    top:inherit !important;
}
#cNumber {
    margin: 0px 0px 0px -10000px;
    position: absolute;
}


.fundraising_jssor {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
    .fundraising_jssor.owl-carousel .owl-item img {
        width: 90%;
        margin: 0px 5%;
    }
    .fundraising_jssor.owl-carousel .owl-nav .owl-prev {
        background: url(../../../web/css/image/per4.png) no-repeat !important;
    }

    .fundraising_jssor.owl-carousel .owl-nav .owl-next {
        background: url(../../../web/css/image/next4.png) no-repeat !important;
    }
@media screen and (max-width: 480px) {
    .fundraisingLeft {
        width: 100%;
        float: none;
    }

    .fundraisingRight {
        position: inherit;
        width: 100%;
        float: none;
        height:auto !important;
    }

    .block--sticksyJs .fundraisingFixed,
    .block--sticksyJs.widget--absolute .fundraisingFixed,
    .block--sticksyJs.widget--sticky .fundraisingFixed {
        top: 0px !important;
        position: inherit !important;
    }
}