:root {
    --theme-Primary-color: #ED0F20;
    --theme-gray01-color: #000000;
    --theme-gray02-color: #707070;
    --theme-gray03-color: #999999;
    --theme-gray04-color: #EEEEEE;
    --theme-white01-color: #FFFFFF;
    --theme-gray07-color: #EBEBEB;

    --theme-size-40: 40px;
    --theme-size-28: 28px;
    --theme-size-20: 20px;
    --theme-size-16: 16px;

    --master-width: 1280px; /*主宽*/
    --theme-spacing: 24px; /*栅格间距*/
}

.global-show-nome {
    display: none;
}
.global-show-true {
    display: block;
}
.global-footer-split10 {
    max-width: 100%;
    width: calc(50% + var(--master-width) / 2 - var(--theme-spacing));
    background: var(--theme-Primary-color);
    height: 168px;
    margin-bottom: -84px;
    z-index: 1;
    padding-right: var(--theme-spacing);
    position: relative;
    background-image: url("../images/post-product/circle2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.global-footer-split10 .g-f-s10-block1 {
    font-family: 'Source Han Serif CN';
    position: absolute;
    left: calc(50vw - var(--master-width) / 2 + var(--theme-spacing));
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #FFFFFF;
}
.global-footer-split10 .g-f-s10-block2 {
    position: absolute;
    right: var(--theme-spacing);
    bottom: var(--theme-spacing);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.global-footer-split10 .g-f-s10-bor {
    border-bottom: 1px solid transparent;
    margin-right: 4px;
}

.global-btn-primary {
    cursor: pointer;
}
.global-btn-test {
    position: relative;
}
.global-btn-test:after {
    width: 100%;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 4px;
    background: var(--theme-white01-color);
    display: none;
    /*border-bottom: 1px solid var(--theme-white01-color);*/
}

.global-show-block {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    min-width: 100vw;
    min-height: 100vh;
}


.g-s-b-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}
.g-s-b-split {
    width: 100%;
    height: 4px;
    background: var(--theme-Primary-color);
}
.g-s-b-section {
    position: absolute;
    flex-direction: column;
}
.g-s-b-s-img-pad {
    display: none;
}
.g-s-b-close-block {
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
    height: 38px;
    cursor: pointer;
}
.g-s-b-close-img {
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.g-s-b-s-bg {
    height: 600px;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; /*IE*/
    scrollbar-width:none; /*火狐浏览器*/
}
.g-s-b-s-bg > img {
    -webkit-user-drag: none;
}
.g-s-b-s-bg::-webkit-scrollbar { /*谷歌浏览器*/
    display:none;
}

.g-s-b-s-img {
    width: 800px;
    min-width: 800px;
}
.g-s-b-s-img-mobile {
    width: 100%;
    display: none;
}

.noscrollbar {
    -ms-overflow-style: none; /*IE*/
    scrollbar-width:none; /*火狐浏览器*/
}
.noscrollbar::-webkit-scrollbar { /*谷歌浏览器*/
    display:none;
}

@media (min-width: 1024px) { /* 屏幕宽度大于1024px */
    .global-footer-split10:hover .g-f-s10-bor {
        border-bottom: 1px solid white;
    }
    .global-btn-primary:hover .global-btn-test:after {
        display: block;
    }
    .global-box-shadow:hover {
        border: 2px solid var(--theme-Primary-color);;
        box-shadow: 0 4px 10px rgba(237,15,32,0.4);
    }
}
@media (min-width: 768px) { /* 屏幕宽度大于768px */
    .g-s-b-section {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .global-phone {
        display: none;
    }
}
@media (max-width: 768px) { /* 屏幕宽度小于768px */
    :root {
        --theme-size-40: 24px;
        --theme-size-28: 17px;
        --theme-size-20: 16px;
        --theme-size-16: 14px;

        --master-width: 768px; /*主宽*/
        /*栅格间距*/
        --theme-spacing: 16px;
        --theme-spacing-mini: 12px;
        --theme-spacing-large: 20px;
    }
    .global-footer-split10 {
        /*background-image: url("../images/post-product/circle3.svg");*/
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: -36px;
        padding: 0 var(--theme-spacing);
        background-position: 23vw;
    }
    .global-footer-split10 .g-f-s10-block1{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-weight: 900;
        font-size: 20px;
        line-height: 30px;
    }
    .global-footer-split10 .g-f-s10-block2 {
        position: relative;
        bottom: auto;
        right: auto;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }

    .g-s-b-close-block {
        padding-right: 16px;
    }
    .g-s-b-s-bg {
        width: 100vw;
        height: calc(100vh - 80px);
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .g-s-b-s-img {
        display: none;
    }
    .g-s-b-s-img-mobile {
        display: block;
    }

    .g-s-b-section {
        bottom: -1px;
        left: 0;
    }
    .global-pc {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) { /* 屏幕宽度 [768,1023] */
    :root {
        --theme-spacing: 16px; /*栅格间距*/
    }
    .global-phone {
        display: block;
    }
    .global-pc {
        display: none;
    }
    .g-s-b-s-img,
    .g-s-b-s-img-mobile {
        display: none;
    }
    .g-s-b-section {
        width: 640px;
    }
    .g-s-b-s-img-pad {
        display: block;
    }
    .global-footer-split10 {
        display: flex;
        align-items: center;
    }
    .global-footer-split10 .g-f-s10-block1{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-weight: 900;
        font-size: 20px;
        line-height: 30px;
    }
    .global-footer-split10 .g-f-s10-block2{
        position: relative;
        top: 2px;
        bottom: auto;
        right: auto;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }
    .global-footer-split10 {
        background-image: url("../images/post-product/circle4.svg");
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: -36px;
        padding: 0 var(--theme-spacing);
    }
}
