.layer-wform::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.layer-wform::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 5px rgba(255,108,54,0.2);
        background: #ff6c36;
    }
.layer-wform::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(255,108,54,0.2);
        border-radius: 3px;
        background: #fff;
}
.visible-form-dialog {
    display: none;
}
.visible-social-dialog {
    display: none;
}
.flex { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.video-banner, .video-banner video {
    max-width: 100%;
    max-height: 880px;
    background-color: #000;
}
.text-white {
    color: #fff;
}
.letter-spacing {
    letter-spacing: 5px;
}
.nft-bold {
    font-size: 8rem;
    font-weight: bold;
    -webkit-text-stroke: 3px white;
    background-clip:text;
    -webkit-background-clip:text;
    color: transparent;
    text-shadow: 0px 0px 4px transparent,
    0px 0px 10px transparent,
    0px 0px 30px #ff6c36;
}
.slogen-box {
    position: absolute;
    z-index: 5;
    bottom: 8%;
    left: 0;
    width: 100%;
    text-align: center;
}
.slogen {
    margin: 0px auto;
    display: flex;
}
.left-product {
    position: absolute;
    left: 5%;
    top:20%;
}
.right-product {
    position: absolute;
    right: 5%;
    top:20%;
}
.img-responsive { width: 100%;}
.photo-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.border-radius {
    border-radius: 10px;
}
.padding-img { padding: 0px;}
.img-fd {
    transition: all 0.5s ease-in;
}
.img-fd:hover { 
    transform: scale(1.3);
}
.rule-content { line-height: 30px;}
.block-rules {
    border-radius: 4px;
    background-color:#fff;
    padding: 50px;
}
.social-media:nth-child(odd){
    padding: 15px;
    background-color: #ff6c36;
    color: #fff;
    height: 128px;
    width: 128px;
    border-radius: 10px;
}
.activity-nft { 
    background-color: #ccc;
}

/* .nft-activity-box p {
    line-height: 30px;
} */
.social-media:nth-child(even){
    height: 148px;
    display: flex;
    align-items: center;
}
.fb,.ins {
    padding: 0 15px;
}
.social-media > img{
    max-width: 80px;
}
.icon-box {
    display: flex;
    justify-content: center;
}
.icon-img {
    
    max-width: 80px;
}
.block-center {
    display: block;
    margin: 0px auto;
}
.process_social-title {
    height: 40px;
    text-align: center;
}

.process-box-item {
    height: 100px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 30px 30px 10px 10px;
    box-shadow: 6px 2px 10px -4px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.btn-form {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    width: 100px;
    color: #ff6c36;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -100px;
    margin-top: -20px;
    padding: 0px 50px;
    box-shadow:0px 0px 0px 0px #ff6c36;
    font-size: 18px;
    animation-name: box_shadow, _init;
    animation-duration: 2s, 0.6s;
    animation-iteration-count: infinite, 1;
}
.zhezhao:hover {
    background-color: rgba(0, 0, 0, 0);
}

.zhezhao:hover > a {
    background-color: #ff6c36;
    color: #fff;
    box-shadow: #fff;
    animation: suofang 0.5s linear;
    animation-fill-mode: forwards;
}

@keyframes _init
{
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes suofang
{
    to {
        transform: scale(1.2);
    }
}

@keyframes box_shadow
{
    0% { box-shadow: 0px 0px 0px 0px #ff6c36;}
    50% { box-shadow: 0px 0px 20px 1px #ff6c36;}
    100% { box-shadow: 0px 0px 0px 0px #ff6c36;}
}
.zhezhao {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3);
}
.line-h15 {
    line-height:1.5;
}
.how-to-win {
    position: relative;
    font-size: 0px;
}
.how-to-win video, .how-to-win img {
    max-height: 100%;
}

section {
    padding: 100px 30px 100px 30px;
}

section:nth-child(1) {
    background-color: #eaeaea;
}
/*     section:nth-child(2) {
    background-color: #fff;
} */
section:nth-child(3) {
    background-color: #eaeaea;
}
.process-box-item::before {
    content: '01';
    width: 64px;
    height: 45px;
    position: absolute;
    top: -15px;
    background: url('/wp-content/uploads/2022/07/11.png');
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    left: 15px;
}
.process-befores > div:nth-child(1) > div.process-box-item::before {
    content: '01';
}
.process-box-item::after {
    content: '';
    background: url(/wp-content/uploads/2022/07/2.png);
    width: 39px;
    position: absolute;
    right: -15px;
    background-size: 100% 100%;
    top: 0px;
    height: 140px;
}

.process-befores > div:nth-child(2) > div.process-box-item::before {
    content: "02";
}
.line-60 {
    height: 60px;
    line-height: 60px;
}
.text-brand {
    color: #ff6c36;
}
.line-hr {
    height: 0px;
    border-top: 2px #e1e1e1 dashed;
    position: absolute;
    top: 24px;
    width: 100%;
    z-index: 3;
}
.discordlogo-btn-icon {
    display:block; height: 20px; line-height:20px; padding:10px; border-radius: 20px; background:#ff6c36; color:#fff; width: 20px; position:absolute; z-index: 4;
}
.btn-discord {
    color: #333;
    background-color: #e8e8e8;
    height: 30px;
    line-height: 30px;
    padding: 5px 15px;
    text-align: center;
    margin-left: 15px;
    padding-left: 40px;
    position: absolute;
    border-radius: 0 20px 20px 0;
    z-index: 0;
}
.header-box {
    height: 50px;
    line-height: 50px;
    position:relative
}
.header-box ul, .header-box ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.header-box ul li {
    float: left;
    position: relative;
    z-index: 5;
}
.header-box ul li.item {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0px 20px 0 0px;
    background-color: #ff6c36;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}
.nft-title {
    padding: 0px 10px !important;
    background-color: #fff;
    margin-left: 5% !important;
    height: auto !important;
}
video {
    max-width: 100%;
}
.process-befores> div:nth-child(3) > div.process-box-item::before {
    content: "03";
}
.process-befores> div:nth-child(4) > div.process-box-item::before {
    content: "04";
}

.process_social_media ul, .process_social_media ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.process_social_media ul li {
    float: left;
}
.social-media:nth-child(3){
    width: 256px;
}

.col-50 {
    width: 50% !important;
}
.cf-item .col-30 {
    width: 33.33% !important;
}
.nft-submit {
    padding: 10px 50px !important;
    background-color: #ff6c36 !important;
    color: #fff !important;
    border: 0px !important;
    border-radius: 24px !important;
    display: block !important;
    width: 30% !important;
    margin: 20px auto !important;
}
.nft-form {
    /* padding: 20px; */
    border-radius: 10px;
}

.process ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    
}
.process ul, .process ul li { list-style: none;}
.process ul li.process-item {
    font-size: 14px;
    justify-content: center;
}
.process ul li.process-item:nth-child(odd) {
    background-color: #fff;
    padding: 15px;
    float: left;
    height: 90px;
    display: flex;
    align-items: center;
    border-radius: 24px;
}
.process ul li.process-item:nth-child(even){
    float: left;
    height: 120px;
    display: flex;
    align-items: center;
    margin: auto 10px;
}
.clearfix { clear:both;}
.bg-white { background-color: #fff;}
.bg-e7 {
    background-color: #e7e7e7;
}
.block-1 {
    background-color: #000;
}
.block-1 video {
    max-height: 650px !important;
    
}
.prodc-img::before {
    margin-top: 0px;
    padding-top: 0px;
}
.w100 video{
    width: 100%;
}
.text-green {
    color: #ff6c36;
}
.fz-32 {
    font-size: 2rem;
}
.l60 {
    height: 60px;
    line-height: 60px !important;
}
.p-left{
    position: absolute;
    right: 15px;
    top: 33px;
    font-weight: bold;
}
.process-w1 {
    clear: both;
}
.process-step {
    background-color: #eee;
    border-radius: 6px;
    padding: 10px;
    width: 22%;
    float: left;
    margin-right: 10px;
}
.mtl-20 {
    margin-left: 40px;
}
.process-step .process-left {
    width: 30%;
    float: left;
    position: relative;
}
.process-step .process-right {
    float: left;
    width: 70%;
    min-height: 60px;
    line-height: 60px;
    position: relative;
}
.process-right::before {
    content: ' ';
    width: 30px;
    height: 80px;
    position: absolute;
    top: -10px;
    background-image: url('/wp-content/uploads/activity_images/nft/step-r3.png');
}
.pull-left {
    float: left;
    padding: 2rem;
}
.social-step-left {
    width: 35%;
    font-size: 0px;
}

.social-step-right{
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-step-box-blok {
    width: 49%;
    float: left;
    margin-top: 20px;
}
.social-step-box-blok:nth-child(2){
    margin-left: 2%;
}
.social-step-box-blok:nth-child(4){
    margin-left: 2%;
}
.social-step-box {
    display: flex;
    
}
.bg1{
    background-color: #f5f5f5;
}
.bg2 {
    background-color: #ccc;
}
.w-60 {
    width: 60%;
    text-align: center;
}
body { 
    background-color: #fff;
    color: #303030;
}
.text-brand {
    color: #ff6c36;
}
.nft-activity-box {
    /* padding-bottom: 50px; */
}
img { max-width: 100%;}
.bg-brand {
    background-color: #ff6c36;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 23px;
}
.btn-radius { padding: 8px 25px;}
.row {
    margin: auto -10px;
}
[class*=col-sm-],[class*=col-xs-]{
    margin-top: 15px;
}
[class*=col-]{
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}
.col-lg-1 {
    width:8.33%;
}
.col-lg-2 {
    width:16.66%;
}
.col-lg-3 {
    width:24.99%;
}
.col-lg-4 {
    width:33.33%;
}
.col-lg-5 {
    width:41.66%;
}
.col-lg-6 {
    width:50%;
}
.col-lg-7 {
    width:58.33%;
}
.col-lg-8 {
    width:66.66%;
}
.col-lg-9 {
    width:74.99%;
}
.col-lg-10 {
    width:83.33%;
} 
.col-lg-11 {
    width:91.66%;
}
.col-lg-12 {
    width:100%;
} 

@media (min-width: 1000px ) and (max-width: 1200px){
    .process-box-item {
        margin-top: 30px;
    }
    .col-md-1 {
        width:8.33%;
    }
    .col-md-2 {
        width:16.66%;
    }
    .col-md-3 {
        width:24.99%;
    }
    .col-md-4 {
        width:33.33%;
    }
    .col-md-5 {
        width:41.66%;
    }
    .col-md-6 {
        width:50%;
    }
    .col-md-7 {
        width:58.33%;
    }
    .col-md-8 {
        width:66.66%;
    }
    .col-md-9 {
        width:74.99%;
    }
    .col-md-10 {
        width:83.33%;
    } 
    .col-md-11 {
        width:91.66%;
    }
    .col-md-12 {
        width:100%;
    } 

    .process-w1 {
        display: block;
    }
    .process-step {
        width: 46%;
        margin-top: 10px;
    }
    .img-box {
        font-size: 0px;
    }
    .img-box>img {
        position: relative !important;
    }
    .nft-title {
        line-height: 25px;
        margin-top: 10px !important;
        margin-left: 0px !important;
    }

}

@media (min-width: 750px) and (max-width: 1000px){
    .hidden-xs {
        display: none;;
    }
    .process-w1 {
        display: block;
       
    }
    .letter-spacing {
        letter-spacing: 0px;
    }
    .letter-spacing span img {
        width: 30%;
    }
    .img-box {
        font-size: 0px;
    }
    .img-box>img {
        position: relative !important;
    }
    .nft-logo {
        width: 40% !important;
    }
    .social-step-box-blok {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .social-step-box-blok:nth-child(2){
        margin-left: 0%;
    }
    .social-step-box-blok:nth-child(4){
        margin-left: 0%;
    }
    .w-60 {
        width: 100%;
    }
    .pull-left {
        padding: 10px;
    }
    .process-step {
        margin-top: 10px;
        width: 94%;
    }

    .wrap {
        margin: 0px;
    }

    .process-box-item {
        margin-top: 30px;
    }
    .block-box {
        padding: 0px;
    }
    .col-sm-1 {
        width:8.33%;
    }
    .col-sm-2 {
        width:16.66%;
    }
    .col-sm-3 {
        width:24.99%;
    }
    .col-sm-4 {
        width:33.33%;
    }
    .col-sm-5 {
        width:41.66%;
    }
    .col-sm-6 {
        width:50%;
    }
    .col-sm-7 {
        width:58.33%;
    }
    .col-sm-8 {
        width:66.66%;
    }
    .col-sm-9 {
        width:74.99%;
    }
    .col-sm-10 {
        width:83.33%;
    } 
    .col-sm-11 {
        width:91.66%;
    }
    .col-sm-12 {
        width:100%;
    } 
    .nft-title {
        line-height: 25px;
        margin-top: 10px !important;
        margin-left: 0px !important;
    }
}

@media (max-width: 750px){
    .nft-logo {
        width: 30%;
    }
    .col-xs-12 {
        padding: 0px;
    }
    .hidden-xs {
        display: none;;
    }
    .img-box {
        font-size: 0px;
    }
    .nft-title {
        line-height: 25px;
        margin-top: 10px !important;
        margin-left: 0px !important;
    }
    .img-box>img {
        position: relative !important;
    }
    .letter-spacing {
        letter-spacing: 0px;
    }
    .letter-spacing span img {
        width: 30%;
    }
    .social-step-box-blok {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .social-step-box-blok:nth-child(2){
        margin-left: 0%;
    }
    .social-step-box-blok:nth-child(4){
        margin-left: 0%;
    }
    .pull-left {
        padding: 10px;
    }
    .w-60 {
        width: 100%;
    }
    .process-w1 {
        display: block;
       
    }
    .process-step {
        margin-top: 10px;
        width: 94%;
    }
    .wrap {
        margin: 0px;
    }
    .nft-submit {
        width: 100% !important;
    }
    .block-rules {
        margin-left: 30px;
        margin-right: 30px;
    }
    .col-50 {
        width: 100% !important;
    }
    .block-box {
        padding: 0px;
    }
    .process-box-item {
        margin-top: 30px;
    }
    .col-xs-1 {
        width:8.33%;
    }
    .col-xs-2 {
        width:16.66%;
    }
    .col-xs-3 {
        width:24.99%;
    }
    .col-xs-4 {
        width:33.33%;
    }
    .col-xs-5 {
        width:41.66%;
    }
    .col-xs-6 {
        width:50%;
    }
    .col-xs-7 {
        width:58.33%;
    }
    .col-xs-8 {
        width:66.66%;
    }
    .col-xs-9 {
        width:74.99%;
    }
    .col-xs-10 {
        width:83.33%;
    } 
    .col-xs-11 {
        width:91.66%;
    }
    .col-xs-12 {
        width:100%;
    }  
}