.shareActivityBox{
    width: 100%;
    height: 60px;
    background-image: radial-gradient(circle, #8960FC, #8E00BB);
}
.shareActivity{
    max-width: 1400px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .shareActivity {
    width: 600px;
    height: 100%;
    
} */
.shareActivityRight{
    /* width: 660px; */
}
.shareActivity p{
    font-size: 16px;
    color: #FFFFFF;
}
.shareActivity p img{
    vertical-align: -5px;
}
.shareActivity p span{
    color: #FFFF1C;
}
.shareActivity p span:nth-of-type(1) {
    font-size: 20px;
}
.shareActivity p span:nth-of-type(2),
.shareActivity p span:nth-of-type(3) {
    font-size: 22px;
}
.shareActivity a{
    display: inline-block;
    width: 100px;
    height: 30px;
    background: linear-gradient(180deg, #FFCA1C 0%, #FF8103 100%);
    border-radius: 2px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}
.shareActivityLine{
    display: inline-block;
    width: 0px;
    height: 30px;
    border: 1px solid #FFFFFF;
}

/* 遮罩层 */
.shareActivity_maskBox{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}
.shareActivity_mask{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    margin: auto;
    width: 800px;
    height: 952px;
    padding: 36px;
    background:url(../img/shareActivity_mask_back.png) no-repeat;
}
 .shareActivityImg {
     position: absolute;
     top: 16px;
     right: 16px;
     cursor: pointer;
 }
.shareActivity_mask h2{
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}
.shareActivity_maskItem{
    width: 100%;
    padding: 36px;
    background: #fff;
    border-radius: 6px;
    margin-top: 16px;
}
.shareActivity_maskItem h3{
    font-size: 20px;
    color: #0046AF;
    font-weight: bold;
}
.shareActivity_maskItem p{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 12px;
}
.shareActivity_maskItem p span{
    font-size: 24px;
    color: #FF8103;
    font-weight: 600;
}
.activityTime_process_box{
    margin-top: 20px;
}
.activityTime_process {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #168CFB;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    position: relative;
}

.activityTime_xian {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #168CFB;
    margin: 0 14px;
    margin-bottom: 10px;
}

.activityTime_process_span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #168CFB;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.shareActivity_maskItem_div {
    width: 80%;
    display: flex;
    color: #333333;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.shareActivity_maskItem_div span:nth-child(2){
    padding-left: 7px;
}
.shareActivity_maskItem_div span:nth-child(3){
    padding-left: 12px;
}
.shareActivity_maskItem_div span:nth-child(4){
    padding-right: 17px;
}
.shareActivity_mask_btn{
    text-align: center;
    margin-top: 28px;
}
.shareActivity_mask_btn a{
    display: inline-block;
    width: 120px;
    height: 38px;
    background: linear-gradient(180deg, #FFCA1C 0%, #FF8103 100%);
    opacity: 1;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    border-radius: 6px;
    color: #FFFFFF;
}
.shareActivity_mask_btn a:nth-child(1){
    margin-right: 100px;
}

@media (max-width: 400px) {
    .shareActivity{
        width: 97%;
    }
    .shareActivity p{
        font-size: 10px;
    }
    .shareActivity p img{
        width: 20px;
    }
    .moveHeader{
        display: none;
    }
    .shareActivity a{
        width: 90px;
        height: 24px;
        font-size: 10px;
        line-height: 24px;
    }
    .shareActivity p span:nth-of-type(1){
        font-size: 11px;
    }
    .shareActivity p span:nth-of-type(2),
    .shareActivity p span:nth-of-type(3){
        font-size: 11px;
    }
    .shareActivity_mask{
        width: 90%;
        height: 610px;
        padding: 10px;
    }
    .shareActivity_mask h2{
        font-size: 16px;
        margin-bottom: 0px;
    }
    .shareActivity_maskItem{
        padding: 15px;
    }
    .shareActivity_maskItem h3{
        font-size: 14px;
    }
    .shareActivity_maskItem p{
        font-size: 10px;
        margin-top: 4px;
    }
    .shareActivity_maskItem p span{
        font-size: 14px !important;
    }
    .activityTime_process{
        width: 15px !important;
        height: 15px !important;
        margin-left: 0px !important;
    }
    .activityTime_process_box{
        margin-top: 14px;
    }
    .activityTime_process_span{
        width: 12px !important;
        height: 12px !important;
        font-size: 8px !important;
        line-height: 12px !important;
    }
    .activityTime_xian{
        width: 30px !important;
        margin: 0 6px !important;
        margin-bottom: 7px !important;
    }
    .shareActivity_maskItem_div{
        width: 100%;
        font-size: 10px;
    }
    .shareActivity_mask_btn a{
        width: 70px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;

    }
    .shareActivity_mask_btn{
        margin-top: 10px;
    }
    .shareActivity_mask_btn a:nth-child(1){
        margin-right: 20px;
    }
}