.wish-wrap {
    text-align: center;
    position: relative;
}
.wish-wrap .fh5co-heading p{
    text-align: center;
}
.wish-long {
    padding: 0 5%;
}
.wish-long .long-left {
    width: 50%;
    float: left;
    text-align: left;
}
.wish-long .long-left img {
    width: 88%;
}
.wish-long .long-right {
    width: 50%;
    float: left;
    text-align: left;
}
.wish-long .long-right .wish-list {
    padding-left: 70px;
    background: left center no-repeat;
    background-size: 55px 55px;
    min-height: 55px;
    margin-bottom: 43px;
}
.wish-long .long-right .wish-list:last-child {
    margin-bottom: 0px;
}
.wish-long .long-right .wish-list:nth-child(1) {
    background-image: url("../images/wish_gathering/long-icon1.png");
}
.wish-long .long-right .wish-list:nth-child(2) {
    background-image: url("../images/wish_gathering/long-icon2.png");
}
.wish-long .long-right .wish-list:nth-child(3) {
    background-image: url("../images/wish_gathering/long-icon3.png");
}
.wish-long .long-right .wish-list:nth-child(4) {
    background-image: url("../images/wish_gathering/long-icon4.png");
}
.wish-long .long-right .wish-list:nth-child(5) {
    background-image: url("../images/wish_gathering/long-icon5.png");
}
.long-right .wish-list h5 {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}
.long-right .wish-list p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 0;
}
.wish-title {
    font-size: 32px;
    padding: 30px 0 40px;
    margin: 40px auto;
    box-shadow: 0 0 10px 5px #eef4fb;
    border-radius: 6px;
    width: 65%;
    text-align: center;
    color: #333333;
}
.guide-img {
    width: 50%;
}
.wish-bg-wrap{
    background: url("../web/en/images/wish_gathering/guide_bg.jpg") no-repeat center center;
    height: 300px;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
}
.wish-bg-wrap:after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #2d343c;
    width: 0;
    margin-left: -30px;
}
.wish-bg-wrap img {
    max-width: 100%;
    height: 70px;
    margin: 115px 0;
}
.wish-step-wrap {
    padding: 50px 0 0;
    text-align: center;
    background-color: #f8fcff;
}
.wish-progress-wrap {
    width: 100%;
    margin: 0 auto;
    height: 200px;
    position: relative;
    padding: 0 20px;
}
.wish-progress {
    width: 80%;
    margin: 0 auto;
    height: 2px;
    background: #d1d2d2;
    position: absolute;
    left: 10%;
    top: 16px;
}
.wish-progress-bar {
    width: 0;
    background: #5fa0f1;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 2px;
}
.wish-num-list, .wish-content-list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.wish-content-list {
    top: 65px;
}
.wish-num, .wish-content {
    width: 20%;
    text-align: center;
    float: left;
    height: 35px;
    background: no-repeat top center;
    background-size: contain;
    cursor: pointer;
}
.wish-content {
    height: 120px;
}
.wish-num img{
    width: 35px;
    display: none;
}
.wish-content img{
    width: 100%;
    display: none;
}
.wish-num.step-do img, .wish-content.step-do img {
    display: inline-block;
}
.wish-num:nth-child(1) {
    background-image: url("../web/en/images/wish_gathering/num1.png") ;
}
.wish-num:nth-child(2) {
    background-image: url("../web/en/images/wish_gathering/num2_undo.png") ;
}
.wish-num:nth-child(3) {
    background-image: url("../web/en/images/wish_gathering/num3_undo.png") ;
}
.wish-num:nth-child(4) {
    background-image: url("../web/en/images/wish_gathering/num4_undo.png") ;
}
.wish-num:nth-child(5) {
    background-image: url("../web/en/images/wish_gathering/num5_undo.png") ;
}
.wish-content:nth-child(1) {
    background-image: url("../web/en/images/wish_gathering/content1.png") ;
}
.wish-content:nth-child(2) {
    background-image: url("../web/en/images/wish_gathering/content2_undo.png") ;
}
.wish-content:nth-child(3) {
    background-image: url("../web/en/images/wish_gathering/content3_undo.png") ;
}
.wish-content:nth-child(4) {
    background-image: url("../web/en/images/wish_gathering/content4_undo.png") ;
}
.wish-content:nth-child(5) {
    background-image: url("../web/en/images/wish_gathering/content5_undo.png") ;
}
.wish-carousel-wrap {
    width: 80%;
    margin: 50px auto 0;
    position: relative;
}
.wish-carousel-box {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 452px;
}
.wish-display-list {
    width: 500%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}
.wish-display {
    width: 20%;
    height: 100%;
    float: left;
}
.wish-display img {
    width: 100%;
}
.wish-arrow-left, .wish-arrow-right {
    width: 12%;
    height: 80%;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.wish-arrow-left img, .wish-arrow-right img {
    position: absolute;
    top: 50%;
}
.wish-arrow-left, .wish-arrow-left img {
    left: 0;
}
.wish-arrow-right, .wish-arrow-right img {
    right: 0;
}
.wish-arrow-left.undo-arrow img:nth-child(2), .wish-arrow-right.undo-arrow img:nth-child(2) {
    display: none;
}.wish-bottom-wrap {
     background: url('../images/wish_gathering/bottom-new.jpg') no-repeat center center;
     margin-top: 20px;
     background-size: cover;
     text-align: center;
     padding: 60px 0;
 }
.wish-bottom-wrap h3 {
    font-size: 34px;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 500;
}
.wish-bottom-wrap p {
    font-size: 22px;
    margin-bottom: 55px;
    color: #ffffff;
}
.wish-bottom-wrap .wish-sep {
    margin: 0 40px;
}
.wish-bottom-wrap .btn-wish {
    background: #ffffff;
    color: #0f59b4;
    padding: 16px 30px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    border: none;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
.wish-bottom-wrap img {
    margin: 5% 0 20px;
    width: 95%;
}
/*.wish-bottom-wrap {*/
    /*background: url('../web/en/images/wish_gathering/bottom1.jpg') no-repeat top center;*/
    /*margin-top: 20px;*/
    /*background-size: contain ;*/
    /*text-align: center;*/
/*}*/
/*.wish-bottom-wrap img {*/
    /*margin: 5% 0 20px;*/
    /*width: 95%;*/
/*}*/
.ad-left, .ad-right {
    width: 305px;
    position: absolute;
    left: 0;
    top: 30px;
    height: 450px;
}
.ad-right{
    left: unset;
    right: 0;
}
.ad-left a, .ad-right a {
    display: block;
    height: 100%;
}
.ad-left .ad-img, .ad-right .ad-img {
    position: absolute;
    top: 76.5px;
    left: 83.5px;
    width: 221px;
    cursor: pointer;
}
.ad-right .ad-img {
    right: 83.5px;
    left: unset;
}
.ad-left .red-box, .ad-right .red-box {
    position: absolute;
    left: 193px;
    top: 12.75px;
    cursor: pointer;
    width: 63px;
}
.ad-right .red-box {
    left: unset;
    right: 193px;
}
.ad-left .red-box:nth-child(2), .ad-right .red-box:nth-child(2){
    left: 11.9px;
    top: 278px;
}
.ad-right .red-box:nth-child(2) {
    left: unset;
    right: 11.9px;
}
.ad-left .red-box img, .ad-right .red-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.ad-left .red-box img:nth-child(2), .ad-right .red-box img:nth-child(2){
    display: none;
}
.ad-left .red-box:hover img:nth-child(2), .ad-right .red-box:hover img:nth-child(2) {
    display: block;
}
@media screen and (max-width: 1200px) {
    .wish-long .long-right .wish-list {
        margin-bottom: 20px;
    }
    .ad-left, .ad-right {
        width: 218px;
        height: 315px;
        top: 60px;
    }
    .ad-left .red-box, .ad-right .red-box {
        left: 135px;
        top: 8.9px;
        width: 44px;
    }
    .ad-right .red-box {
        right: 135px;
        left: unset;
    }
    .ad-left .red-box:nth-child(2), .ad-right .red-box:nth-child(2) {
        left: 8.3px;
        top: 194px;
    }
    .ad-right .red-box:nth-child(2) {
        left: unset;
        right: 8.3px;
    }
    .ad-left .ad-img, .ad-right .ad-img {
        top: 45px;
        left: 58px;
        width: 160px
    }
    .ad-right .ad-img {
        left: unset;
        right: 58px;
    }
}
@media screen and (max-width: 992px) {
    .wish-progress-wrap {
        height: 150px;
    }
    .wish-long .long-right .wish-list {
        background-size: 45px 45px;
        min-height: 45px;
    }
    .long-right .wish-list h5 {
        font-size: 14px;
        line-height: 24px;
    }
    .long-right .wish-list p {
        font-size: 12px;
        line-height: 20px;
    }
}
@media screen and (max-width: 768px) {
    .wish-long .long-left {
        display: none;
    }
    .wish-long .long-right {
        width: 100%;
    }
    .ad-left, .ad-right {
        display: none;
    }
    .wish-title {
        font-size: 24px;
        padding: 15px 0 20px;
        margin: 20px auto;
    }
    .wish-bg-wrap{
        height: 150px;
    }
    .wish-bg-wrap img {
        height: 35px;
        margin: 57px 0;
    }
    .wish-bg-wrap:after {
        position: absolute;
        left: 50%;
        bottom: -7.5px;
        content: "";
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 7.5px solid #2d343c;
        width: 0;
        margin-left: -15px;
    }
    .wish-num {
        height: 20px;
    }
    .wish-progress {
        top: 8px;
    }
    .wish-content-list {
        top: 30px;
    }
    .wish-progress-wrap {
        height: 100px;
    }
    .wish-carousel-wrap {
        width: 100%;
    }
    .wish-num img {
        width: 20px;
        vertical-align: top;
    }
    .wish-carousel-wrap {
        margin: 20px auto 0;
    }
    .wish-step-wrap {
        padding: 20px 0 0;
    }
    .wish-bottom-wrap {
        margin-top: 10px;
        padding: 30px 0;
    }
    .wish-bottom-wrap img {
        margin: 5% 0 10px;
    }
    .wish-bottom-wrap h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .wish-bottom-wrap p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .wish-bottom-wrap .wish-sep {
        margin: 0 20px;
    }
    .wish-bottom-wrap .btn-wish {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .wish-title {
        font-size: 18px;
        width: 100%;
    }
    .wish-progress-wrap {
        height: 70px;
    }
}

