.page-creatorsstamp{
    margin-top: 30px;
}
.page-creatorsstamp p{
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px;
    line-height: 26px;
}
.m-b-20{
    margin-bottom: 20px !important;
}
.m-b-30{
    margin-bottom: 30px !important;
}
.m-b-40{
    margin-bottom: 40px !important;
}
.m-b-60{
    margin-bottom: 60px !important;
}
#wrapper .page-creatorsstamp #main{
    padding: 0px;
}
.creatorsstamp-title{
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: url(/common/design/user/img/creatorsstamp/bg-title.png) left top repeat;
    margin: 0 0 20px;
    padding: 18px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-repeat: no-repeat;
}
.creatorsstamp-content h3{
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.creatorsstamp-content h3:before{
    background: #333;
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    bottom: 0px;
}
.creatorsstamp-content h3:after{
    background: #d61518;
    width: 40%;
    height: 3px;
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
}
.creatorsstamp-content h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.page-creatorsstamp .swiper-button-next{
    background-image: url("/common/design/user/img/creatorsstamp/icon-next.png");
    right: 0px;
}
.page-creatorsstamp .swiper-button-prev{
    background-image: url("/common/design/user/img/creatorsstamp/icon-prev.png");
    left: 0;
}
.page-creatorsstamp .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0px;
}
.page-creatorsstamp p img {
    min-height: 289px;
}
.page-creatorsstamp .swiper-pagination-bullet-active{
    background: #9b9b9b;
}
.btn-red{
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    background: #e61e02;
    padding: 16px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.btn-red span{
    margin-left: 10px;
}
.btn-red img{
    width: auto;
}
@media (max-width: 1100px) {
    .page-creatorsstamp{
        width: 96%;
        margin: 20px auto ;
    }
    .creatorsstamp-title {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 10px;
    }
    .creatorsstamp-content h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .creatorsstamp-content h3:after{
        width: 60%;
    }
    .page-creatorsstamp p{
        font-size: 14px;
        line-height: 22px;
    }
    .creatorsstamp-content h4{
        font-size: 16px;
    }
    .page-creatorsstamp .swiper-button-next, .swiper-button-prev {
        width: 28px !important;
        height: 28px !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
    }
    .btn-red{
        font-size: 16px;
        padding: 6px 8px;
        display: flex;
    }
    .btn-reed span{
        margin-left: 4px;
    }
    .text-center{
        text-align: center;
    }
    .page-creatorsstamp p img {
        min-height: 115px;
    }
}
* {
    box-sizing: border-box;
}
img {
    width: 100%;
}