/* 英文字体 */
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/Montserrat-Bold.otf') format('truetype')
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/Montserrat-Light.otf') format('truetype')
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/AlibabaPuHuiTi-3-95-ExtraBold.otf') format('truetype')
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/AlibabaPuHuiTi-3-55-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/AlibabaPuHuiTi-3-75-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/AlibabaPuHuiTi-3-65-Medium.otf') format('opentype');
}

/* 中文字体 */
@font-face {
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/AlibabaPuHuiTi-3-55-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-3-55-SemiBold';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/AlibabaPuHuiTi-3-75-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-3-95-ExtraBold';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/AlibabaPuHuiTi-3-95-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-3-65-Medium';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/AlibabaPuHuiTi-3-65-Medium.otf') format('opentype');
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    color: #444;
    background: #000;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal
}

img {
    border: 0;
    vertical-align: middle
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

input,
textarea,
select,
button {
    font-size: 14px;
}

html,
body {
    width: 100%;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

input::placeholder {
    color: rgba(239,239,239,0.5);
}

* {
    word-break: break-all;
}
.layui-layer-setwin .layui-layer-close2{
    width: 42px!important;
    height: 42px!important;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-image: url(../images/close.png);
    top: 100px!important;
    right: 98px!important;
    position: fixed;

}
.layui-layer-setwin .layui-layer-close2:hover{
    background-image: url(../images/close2.png);
}
.layui-layer-page{
    width: 100vw!important;
    height: 100vh!important;
    background-color: unset!important;
}
.layui-layer-page .layui-layer-content{
    box-sizing: border-box;
    padding: 40px 0;
    overflow-y: auto;
    position: relative;
}
/*header*/
@media (min-width: 1436px) {
    .header {
        width: 100%;
        height: 68px;
        border-bottom: 2px solid #141414;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        position: sticky;
        top: 0;
        background-color: #000;
        z-index: 999999;
    }

    .header .p1 {
        height: 100%;
        padding-left: 70px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .header .p1 .pic {
        width: 205px;
    }
    .header .p1 .header-right{
        display: none;
    }

    .header .p2 {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 40px;
    }

    .header .p2 .item {
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "AlibabaPuHuiTi-3-65-Medium";
        font-size: 18px;
        color: #EFEFEF;
        position: relative;
    }

    .header .p2 .item:hover,
    .header .p2 .item.hover {
        color: #468FFF;
    }

    .header .p2 .item:hover::after,
    .header .p2 .item.hover::after {
        content: '';
        position: absolute;
        width: calc((100% + 40px)*0.7);
        height: 2px;
        background-color: #468FFF;
        left: 50%;
        transform: translateX(-50%);
        bottom: -2px;
    }

    .header .p3 {
        height: 100%;
        padding-right: 70px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
    }
    .header .p3 .head-img img{
        width: 32px;
        height: 32px;
    }
    .header .p3 .head-text{
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        font-size: 14px;
        font-family: 'AlibabaPuHuiTi-3-65-Medium';
        background-color: #003CFC;
        color: #fff;
        border-radius: 50%;
    }

    .header .p3 .gfsc {
        width: 124px;
        height: 34px;
        background: linear-gradient( 90deg, #468FFF 0%, #003CFC 100%);
        border-radius: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .header .p3 .gfsc .pic {
        width: 20px;
    }

    .header .p3 span {
        font-size: 14px;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        color: #fff;
    }

    .header .p3 .lite {
        width: 187px;
    }

    .header .p3 .lite .pic {
        width: 100%;
    }
}

@media (max-width: 1435px) and (min-width: 768px) {
    .header {
        width: 100%;
        height: 68px;
        border-bottom: 1px solid #3D3D3D;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        position: sticky;
        top: 0;
        background-color: #000;
        z-index: 999999;
    }

    .header .p1 {
        height: 100%;
        padding-left: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .header .p1 .pic {
        width: 205px;
    }
    .header .p1 .header-right{
        display: none;
    }

    .header .p2 {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 20px;
    }

    .header .p2 .item {
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "AlibabaPuHuiTi-3-65-Medium";
        font-size: 18px;
        color: #EFEFEF;
        position: relative;
    }

    .header .p2 .item:hover,
    .header .p2 .item.hover {
        color: #468FFF;
    }

    .header .p2 .item:hover::after,
    .header .p2 .item.hover::after {
        content: '';
        position: absolute;
        width: calc((100% + 40px)*0.7);
        height: 1px;
        background-color: #468FFF;
        left: 50%;
        transform: translateX(-50%);
        bottom: -1px;
    }

    .header .p3 {
        height: 100%;
        padding-right: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 32px;
    }
    .header .p3 .head-img img{
        width: 32px;
        height: 32px;
    }

    .header .p3 .gfsc {
        width: 124px;
        height: 34px;
        background: linear-gradient( 90deg, #468FFF 0%, #003CFC 100%);
        border-radius: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .header .p3 .gfsc .pic {
        width: 20px;
    }

    .header .p3 span {
        font-size: 14px;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        color: #fff;
    }

    .header .p3 .lite {
        width: 187px;
    }

    .header .p3 .lite .pic {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
        position: sticky;
        top: 0;
        background-color: #000;
        z-index: 999999;
    }

    .header .p1 {
        width: 100%;
        height: 44px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        border-bottom: 1px solid #242424;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .header .p1 .pic {
        width: 130px;
    }
    .header .p1 .header-right{
        display: flex;
        align-items: center;
    }
    .header .p1 .header-right .head-img .img{
        width: 32px;
        margin-right: 5px;
    }
    .header .p1 .header-right .head-text{
        display: inline-block;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        font-size: 14px;
        font-family: 'AlibabaPuHuiTi-3-65-Medium';
        background-color: #003CFC;
        color: #fff;
        border-radius: 50%;
        margin-right: 13px;
    }

    .header .p1 .button {
        width: 22px;
        height: 22px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../images/header_pic7.png");
        transition: all .3s;
    }

    .header .p1 .button.hover {
        background-image: url("../images/header_pic5.png");
    }


    .header .p2 {
        width: 100%;
        height: calc(100vh - 44px);
        background-color: #000;
        display: none;
        position: absolute;
        top: 44px;
    }

    .header .p2 .item {
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: "Montserrat-Regular";
        font-size: 14px;
        color: #EFEFEF;
        position: relative;
        border-bottom: 1px solid #242424;
        box-sizing: border-box;
        padding: 0 16px;
    }

    .header .p2 .item:hover,
    .header .p2 .item.hover {
        color: #468FFF;
    }

    .header .p2 .item .pic {
        width: 97px;
    }
}

/*bigtitle*/
@media (min-width: 1436px) {
    .bigtitle {
        padding-top: 80px;
        padding-bottom: 26px;
        border-bottom: 1px solid #3D3D3D;
        margin-bottom: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bigtitle .p1 {
        font-size: 36px;
        color: #fff;
        font-family: AlibabaPuHuiTi-3-55-SemiBold;
    }

    .bigtitle .p2 {
        font-size: 14px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }
}

@media (max-width: 1435px) and (min-width: 768px) {
    .bigtitle {
        padding-top: 60px;
        padding-bottom: 26px;
        border-bottom: 1px solid #3D3D3D;
        margin-bottom: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bigtitle .p1 {
        font-size: 36px;
        color: #fff;
        font-family: AlibabaPuHuiTi-3-55-SemiBold;
    }

    .bigtitle .p2 {
        font-size: 14px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }
}

@media (max-width: 767px) {
    .bigtitle {
        padding-top: 30px;
        padding-bottom: 13px;
        border-bottom: 1px solid #3D3D3D;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bigtitle .p1 {
        font-size: 20px;
        color: #fff;
        font-family: AlibabaPuHuiTi-3-55-SemiBold;
    }

    .bigtitle .p2 {
        font-size: 12px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }
}

/*蓝色星球*/
@media (min-width: 1436px) {
    .star_list {
        width: 100%;
        position: relative;
    }

    .star_list>.item {
        position: absolute;
        width: calc((100% - 40px)/3);
        break-inside: avoid;
        margin-bottom: 31px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
    }
    .star_list>.item .baoguo{
        width: 100%;
        box-sizing: border-box;
        padding: 14px 16px;
        background-color: #141414;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
        border-radius: 0 0 4px 4px;
    }

    .star_list>.item .p1 {
        width: 100%;
        /* height: 262px; */
        background-color: #fff;
        position: relative;
        border-radius: 4px 4px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        max-height: 620px;
    }

    .star_list>.item.item2 .p1 {
        width: 100%;
        /* height: 422px; */
    }
    .star_list>.item .p1 > .pic{
        width: 100%;
    }

    .star_list>.item .p1 .a1 {
        width: 64px;
        height: 64px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .star_list>.item .p1 .a1 .pic {
        width: 100%;
    }

    .star_list>.item .p1 .a2 {
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0 32px;
        background: linear-gradient( 180deg, rgba(20,20,20,0) 0%, rgba(20,20,20,0.6) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .star_list>.item .p1 .a2 .b1 {
        font-size: 18px;
        color: #EFEFEF;
        font-family: Montserrat-Medium;
    }

    .star_list>.item .p1 .a2 .b2 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
    }

    .star_list>.item .p1 .a2 .b2>.item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
        font-size: 16px;
        color: #EFEFEF;
        font-family: Montserrat-Medium;
    }

    .star_list>.item .p1 .a2 .b2>.item .pic {
        width: 24px;
    }

    .star_list>.item .p2 {
        width: 100%;
        font-size: 16px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        line-height: 20px;
    }

    .star_list>.item .p3 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .star_list>.item .p3 .a1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .star_list>.item .p3 .a1 .b1 {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #EFEFEF;
    }

    .star_list>.item .p3 .a1 .b2 {
        font-size: 18px;
        color: #EFEFEF;
        font-family: Montserrat-Regular;
        max-width: 6em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .star_list>.item .p3 .a1 .b3 {
        width: 20px;
    }

    .star_list>.item .p3 .a2 {
        font-size: 14px;
        color: #777;
        font-family: Montserrat-Regular;
    }

    .nomore {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        padding: 45px 0
    }
}

@media (max-width: 1435px) and (min-width: 768px) {
    .star_list {
        width: 100%;
        position: relative;
    }
    .star_list>.item .baoguo{
        width: 100%;
        box-sizing: border-box;
        padding: 14px 16px;
        background-color: #141414;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
        border-radius: 0 0 4px 4px;
    }
    .star_list>.item {
        width: calc((100% - 20px)/2);
        break-inside: avoid;
        margin-bottom: 31px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
    }

    .star_list>.item .p1 {
        width: 100%;
        /* height: calc((100vw - 60px - 20px) / 2 / 465 * 262); */
        background-color: #fff;
        position: relative;
        border-radius: 4px 4px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        max-height: 620px;
    }

    .star_list>.item.item2 .p1 {
        width: 100%;
        /* height: calc((100vw - 60px - 20px) / 2 / 465 * 422); */
    }
    .star_list>.item .p1 .pic{
        width: 100%;
    }

    .star_list>.item .p1 .a1 {
        width: 64px;
        height: 64px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .star_list>.item .p1 .a1 .pic {
        width: 100%;
    }

    .star_list>.item .p1 .a2 {
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0 32px;
        background: linear-gradient( 180deg, rgba(20,20,20,0) 0%, rgba(20,20,20,0.6) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .star_list>.item .p1 .a2 .b1 {
        font-size: 18px;
        color: #EFEFEF;
        font-family: Montserrat-Medium;
    }

    .star_list>.item .p1 .a2 .b2 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
    }

    .star_list>.item .p1 .a2 .b2>.item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
        font-size: 16px;
        color: #EFEFEF;
        font-family: Montserrat-Medium;
    }

    .star_list>.item .p1 .a2 .b2>.item .pic {
        width: 24px;
    }

    .star_list>.item .p2 {
        width: 100%;
        font-size: 16px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        line-height: 20px;
    }

    .star_list>.item .p3 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .star_list>.item .p3 .a1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .star_list>.item .p3 .a1 .b1 {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #EFEFEF;
    }

    .star_list>.item .p3 .a1 .b2 {
        font-size: 18px;
        color: #EFEFEF;
        font-family: Montserrat-Regular;
        max-width: 6em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .star_list>.item .p3 .a1 .b3 {
        width: 20px;
    }

    .star_list>.item .p3 .a2 {
        font-size: 16px;
        color: #777;
        font-family: Montserrat-Regular;
    }

    .nomore {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        padding: 45px 0
    }
}

@media (max-width: 767px) {
    .star_list {
        
    }
    .star_list>.item .baoguo{
        width: 100%;
        box-sizing: border-box;
        padding: 12px 8px;
        background-color: #141414;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
        border-radius: 0 0 4px 4px;
    }
    .star_list>.item {
        width: 100%;
        break-inside: avoid;
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
    }

    .star_list>.item .p1 {
        width: 100%;
        height: calc((100vw - 32px) / 343 * 193);
        background-color: #fff;
        position: relative;
        border-radius: 4px 4px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        /* max-height: 193px; */
    }

    .star_list>.item.item2 .p1 {
        width: 100%;
        /* height: calc((100vw - 32px) / 343 * 242); */
    }
    .star_list>.item .p1 > .pic {
        width: 100%;
    }

    .star_list>.item .p1 .a1 {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .star_list>.item .p1 .a1 .pic {
        width: 100%;
    }

    .star_list>.item .p1 .a2 {
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0 24px;
        background: linear-gradient( 180deg, rgba(20,20,20,0) 0%, rgba(20,20,20,0.6) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .star_list>.item .p1 .a2 .b1 {
        font-size: 18px;
        color: #EFEFEF;
        font-family: Montserrat-Medium;
    }

    .star_list>.item .p1 .a2 .b2 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
    }

    .star_list>.item .p1 .a2 .b2>.item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        color: #EFEFEF;
        font-family: Montserrat-Medium;
    }

    .star_list>.item .p1 .a2 .b2>.item .pic {
        width: 24px;
    }

    .star_list>.item .p2 {
        width: 100%;
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        line-height: 18px;
    }

    .star_list>.item .p3 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .star_list>.item .p3 .a1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .star_list>.item .p3 .a1 .b1 {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #EFEFEF;
    }

    .star_list>.item .p3 .a1 .b2 {
        font-size: 14px;
        color: #EFEFEF;
        font-family: Montserrat-Regular;
        max-width: 6em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .star_list>.item .p3 .a1 .b3 {
        width: 20px;
    }

    .star_list>.item .p3 .a2 {
        font-size: 14px;
        color: #777;
        font-family: Montserrat-Regular;
    }

    .nomore {
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        padding: 25px 0
    }
}

.goback {
    width: 100%;
    height: 44px;
    background-color: #141414;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.goback .pic {
    width: 22px;
}

.goback span {
    font-size: 14px;
    color: #fff;
    font-family: Montserrat-Medium;
}

.view_main {
    width: 100%;
    max-width: 932px;
    background-color: #000;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 16px;
}

@media (min-width: 768px) {
    .star_view {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 25px;
    }

    .star_view .p1 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        gap: 20px;
    }

    .star_view .p1 .a1 {
        width: 64px;
        height: 64px;
        background-color: #fff;
        border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .star_view .p1 .a2 {
        width: calc(100% - 84px);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .star_view .p1 .a2 .b1 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
    }

    .star_view .p1 .a2 .b1 .c1 {
        font-size: 24px;
        color: #EFEFEF;
        font-family: Montserrat-Regular;
    }

    .star_view .p1 .a2 .b1 .c2 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
    }

    .star_view .p1 .a2 .b1 .c2 .pic {
        width: 20px;
    }

    .star_view .p1 .a2 .b1 .c2 .d1 {
        font-size: 16px;
        color: #bbb;
        font-family: Montserrat-Regular;
    }

    .star_view .p1 .a2 .b2 {
        width: 100%;
        font-size: 16px;
        color: #777;
        font-family: Montserrat-Regular;
    }

    .star_view .p2 {
        width: 100%;
        font-size: 20px;
        color: #EFEFEF;
        line-height: 22px;
        font-family: Montserrat-Regular;
        word-break: normal;
    }

    .star_view .p3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .star_view .p3 .pic {
        width: 100%;
    }

    .star_view .p4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .star_view .p4 .video {
        width: 100%;
        height: calc(900px / 890 * 669);
    }

    .star_view .p5 {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 16px;
    }

    .star_view .p5>.item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
        font-size: 16px;
        color: #EFEFEF;
        font-family: Montserrat-Regular;
    }

    .star_view .p5>.item .pic {
        width: 24px;
    }
}

@media (max-width: 767px) {
    .star_view {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 25px;
    }

    .star_view .p1 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        gap: 5px;
    }

    .star_view .p1 .a1 {
        width: 36px;
        height: 36px;
        background-color: #fff;
        border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .star_view .p1 .a2 {
        width: calc(100% - 84px);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .star_view .p1 .a2 .b1 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 4px;
    }

    .star_view .p1 .a2 .b1 .c1 {
        font-size: 16px;
        color: #EFEFEF;
        font-family: Montserrat-Regular;
    }

    .star_view .p1 .a2 .b1 .c2 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 3px;
    }

    .star_view .p1 .a2 .b1 .c2 .pic {
        width: 20px;
    }

    .star_view .p1 .a2 .b1 .c2 .d1 {
        font-size: 14px;
        color: #bbb;
        font-family: Montserrat-Regular;
    }

    .star_view .p1 .a2 .b2 {
        width: 100%;
        font-size: 14px;
        color: #777;
        font-family: Montserrat-Regular;
    }

    .star_view .p2 {
        width: 100%;
        font-size: 14px;
        color: #EFEFEF;
        line-height: 18px;
        font-family: Montserrat-Regular;
        word-break: normal;
    }

    .star_view .p3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
    }

    .star_view .p3 .pic {
        width: 100%;
    }

    .star_view .p4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .star_view .p4 .video {
        width: 100%;
        height: calc((100vw - 32px) / 890 * 1000);
    }

    .star_view .p5 {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 16px;
    }

    .star_view .p5>.item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        color: #EFEFEF;
        font-family: Montserrat-Regular;
    }

    .star_view .p5>.item .pic {
        width: 24px;
    }
}

@media (min-width: 1436px) {
    .news_list {
        width: 1436px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 60px;
    }

    .news_list .item {
        width: calc((100% - 40px) / 3);
        /* background-color: #141414; */
    }

    .news_list .item .p1 {
        width: 100%;
        height: calc((1436px - 40px) / 3 / 465 * 270);
        border-radius: 4px 4px 0px 0px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .news_list .item .p2 {
        width: 100%;
        padding: 24px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
        background-color: #141414;
        border-radius: 0px 0px 4px 4px;
    }

    .news_list .item .p2 .a1 {
        width: 100%;
        font-size: 18px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: normal;
    }

    .news_list .item .p2 .a2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .news_list .item .p2 .a2 .b1 {
        font-size: 16px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .news_list .item .p2 .a2 .b2 {
        font-size: 14px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-65-Medium;
        background-color: #777;
        border-radius: 2px;
        padding: 0 2px;
    }
}

@media (max-width: 1435px) and (min-width: 768px) {
    .news_list {
        padding: 0 30px;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 40px;
    }

    .news_list .item {
        width: calc((100% - 40px) / 3);
        /* background-color: #141414; */
    }

    .news_list .item .p1 {
        width: 100%;
        height: calc((100vw - 40px) / 3 / 465 * 270);
        border-radius: 4px 4px 0px 0px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .news_list .item .p2 {
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
        background-color: #141414;
        border-radius: 0px 0px 4px 4px;
    }

    .news_list .item .p2 .a1 {
        width: 100%;
        font-size: 16px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: normal;
    }

    .news_list .item .p2 .a2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .news_list .item .p2 .a2 .b1 {
        font-size: 16px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .news_list .item .p2 .a2 .b2 {
        font-size: 14px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-65-Medium;
        background-color: #777;
        border-radius: 2px;
        padding: 0 2px;
    }
}

@media (max-width: 767px) {
    .news_list {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .news_list .item {
        width: 100%;
        /* background-color: #141414; */
    }

    .news_list .item .p1 {
        width: 100%;
        height: calc(100vw / 465 * 270);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .news_list .item .p2 {
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
        background-color: #141414;
        border-radius: 0 0 4px 4px;
    }

    .news_list .item .p2 .a1 {
        width: 100%;
        font-size: 16px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: normal;
    }

    .news_list .item .p2 .a2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .news_list .item .p2 .a2 .b1 {
        font-size: 14px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .news_list .item .p2 .a2 .b2 {
        font-size: 12px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-65-Medium;
        background-color: #777;
        border-radius: 2px;
        padding: 0 2px;
    }
}

@media (min-width: 768px) {
    .pagelist {
        padding: 65px 0;
        text-align: center;
    }

    .pagelist a {
        color: #666;
        padding: 6px 12px;
        margin: 5px;
        background-color: #3D3D3D;
    }

    .pagelist .current {
        color: #fff;
        padding: 6px 12px;
        margin: 5px;
        background-color: #0072ED;
    }
}

@media (max-width: 767px) {
    .pagelist {
        height: 50px;
        margin-top: 30px;
        text-align: center;
        zoom: 0.7;
    }

    .pagelist a {
        color: #666;
        padding: 6px 12px;
        margin: 5px;
        background-color: #3D3D3D;
    }

    .pagelist .current {
        color: #fff;
        padding: 6px 12px;
        margin: 5px;
        background-color: #0072ED;
    }
}

@media (min-width: 1436px) {
    .link_list {
        width: 100%;
        height: 214px;
        background-color: #0A0A0A;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 180px;
    }

    .link_list .item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 22px;
        position: relative;
    }

    .link_list .item .pic {
        width: 22px;
    }

    .link_list .item span {
        font-size: 16px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }
    .link_list .item .ewm{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 36px;
        width: 160px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        display: none;
    }
    .link_list .item:hover .ewm{
        display: flex;
    }
    .link_list .item .ewm .img{
        width: 100%;
    }
    .link_list .item .ewm .sanjiao{
        width: 14px;
    }
}

@media (max-width: 1435px) and (min-width: 768px) {
    .link_list {
        width: 100%;
        height: 214px;
        background-color: #0A0A0A;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 100px;
    }

    .link_list .item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 22px;
        position: relative;
    }

    .link_list .item .pic {
        width: 22px;
    }

    .link_list .item span {
        font-size: 16px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }
    .link_list .item .ewm{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 36px;
        width: 160px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        display: none;
    }
    .link_list .item:hover .ewm{
        display: flex;
    }
    .link_list .item .ewm .img{
        width: 100%;
    }
    .link_list .item .ewm .sanjiao{
        width: 14px;
    }
}

@media (max-width: 767px) {
    .link_list {
        width: 100%;
        padding: 30px 15px;
        background-color: #0A0A0A;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
        box-sizing: border-box;
    }

    .link_list .item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .link_list .item .pic {
        width: 22px;
    }

    .link_list .item span {
        font-size: 14px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }
    .link_modal{
        width: 270px;
        background-color: #FFF;
        border-radius: 4px 4px 4px 4px;
        box-sizing: border-box;
        padding: 17px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }
    .link_modal .p1{
        width: 100%;
    }
    .link_modal .p2{
        font-size: 16px;
        color: #000;
        font-family: AlibabaPuHuiTi-3-65-Medium;
    }
    .link_modal .p3{
        font-size: 14px;
        color: #000;
        text-align: center;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }
}

@media (min-width: 1436px) {
    .footer_form {
        width: 100%;
        background-color: #141414;
        padding: 100px 0;
        box-sizing: border-box;
    }

    .footer_form .con_main {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .footer_form .l {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 30px;
    }

    .footer_form .l .list {
        width: 177px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

    .footer_form .l .list .item {
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        word-break: keep-all!important;
    }

     .footer_form .l .list .item > h2{
        word-break: keep-all!important;
    }

    .footer_form .l .list .item.title {
        color: #EFEFEF;
        font-size: 16px;
    }
    .footer_form .l .list .item .img{
        width: 100%;
    }

    .footer_form .r {
        width: 344px;
        min-width: 344px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 18px;
    }

    .footer_form .r .p1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 7px;
    }

    .footer_form .r .p1 .a1 {
        font-size: 16px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer_form .r .p1 .a2 {
        font-size: 12px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer_form .r .p2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px;
    }

    .footer_form .r .p2 .a1 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .footer_form .r .p2 .input {
        width: 100%;
        height: 34px;
        box-sizing: border-box;
        padding: 0 16px;
        font-size: 14px;
        color: #fff;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 2px 2px 2px 2px;
        background-color: inherit;
        outline: none
    }

    .footer_form .r .p2 .input:focus {
        border: 1px solid #468FFF !important;
    }

    .footer_form .r .p2 .sub {
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        font-size: 16px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        border: 0;
        background: linear-gradient( 90deg, #468FFF 0%, #003CFC 100%);
        border-radius: 2px 2px 2px 2px;
    }
}

@media (max-width: 1435px) and (min-width: 768px) {
    .footer_form {
        width: 100%;
        background-color: #141414;
        padding: 100px 0;
        box-sizing: border-box;
    }

    .footer_form .con_main {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .footer_form .l {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 30px;
    }

    .footer_form .l .list {
        box-sizing: border-box;
        width: calc((100% - 4 * 30px) / 5);
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

    .footer_form .l .list .item {
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        word-break: keep-all!important;
    }
    .footer_form .l .list .item > h2{
        word-break: keep-all!important;
    }

    .footer_form .l .list .item.title {
        color: #EFEFEF;
        font-size: 16px;
    }
    .footer_form .l .list .item .img{
        width: 100%;
    }

    .footer_form .r {
        width: 344px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 18px;
    }

    .footer_form .r .p1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 7px;
    }

    .footer_form .r .p1 .a1 {
        font-size: 16px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer_form .r .p1 .a2 {
        font-size: 12px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer_form .r .p2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px;
    }

    .footer_form .r .p2 .a1 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .footer_form .r .p2 .input {
        width: 100%;
        height: 34px;
        box-sizing: border-box;
        padding: 0 16px;
        font-size: 14px;
        color: #fff;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 2px 2px 2px 2px;
        background-color: inherit;
        outline: none
    }

    .footer_form .r .p2 .input:focus {
        border: 1px solid #468FFF !important;
    }

    .footer_form .r .p2 .sub {
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        font-size: 16px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        border: 0;
        background: linear-gradient( 90deg, #468FFF 0%, #003CFC 100%);
        border-radius: 2px 2px 2px 2px;
    }
}

@media (max-width: 767px) {
    .footer_form {
        width: 100%;
        background-color: #141414;
        padding: 30px 0;
        box-sizing: border-box;
        padding-top: 0;
    }

    .footer_form .con_main {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .footer_form .l {
        width: 100%;
    }

    .footer_form .l .list {
        width: 100%;
    }

    .footer_form .l .list .title {
        width: 100%;
        height: 53px;
        font-size: 12px;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        color: #EFEFEF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        word-break: keep-all!important;
    }
    .footer_form .l .list .title::before {
        content:'';
        width: 100%;
        height: 1px;
        background-color: #3d3d3d;
        left: 0;
        bottom: 0;
        position: absolute;
    }
    .footer_form .l .list .title.hover::before {
        display: none;
    }
    .footer_form .l .list .title::after {
        content: "";
        width: 20px;
        height: 20px;
        transition: all 0.3s;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/jia.png);
    }
    .footer_form .l .list .title.hover::after {
        background-image: url(../images/jian.png);
    }
    .footer_form .l .list .title + .con{
        width: 100%;
        display: none;
    }
    .footer_form .l .list .title + .con > .item{
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
        padding-left: 14px;
        font-size: 12px;
        color: #efefef;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        background-color: #000;
    }
    .footer_form .l .list .title + .con > .item > h2{
        word-break: keep-all!important;
    }
    .footer_form .l .yuyan{
        width: 100%;
        height: 48px;
        font-size: 12px;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        color: #EFEFEF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .footer_form .l .yuyan::after {
        content:'';
        width: 100%;
        height: 1px;
        background-color: #3d3d3d;
        left: 0;
        bottom: 0;
        position: absolute;
    }
    .footer_form .l .yuyan .p1{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
    }
    .footer_form .l .yuyan .p1 .pic{
        width: 16px;
    }
    .footer_form .l .yuyan .p1 .a1{
        font-size: 12px;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        color: #EFEFEF;
    }
    .footer_form .l .yuyan .p1 .a2{
        font-size: 12px;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        color: #777;
    }
    .footer_form .l .yuyan .p2 {
        width: 20px;
    }
    .footer_form .l .yuyan .p2 .pic{
        width: 100%;
    }

    .footer_form .r {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

    .footer_form .r .p1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 18px;
    }

    .footer_form .r .p1 .a1 {
        font-size: 14px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer_form .r .p1 .a2 {
        font-size: 12px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer_form .r .p2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 6px;
    }

    .footer_form .r .p2 .a1 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        gap: 6px;
    }

    .footer_form .r .p2 .input {
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        padding: 0 16px;
        font-size: 14px;
        color: #fff;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 2px 2px 2px 2px;
        background-color: inherit;
        outline: none
    }

    .footer_form .r .p2 .input:focus {
        border: 1px solid #468FFF !important;
    }

    .footer_form .r .p2 .sub {
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        font-size: 16px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        border: 0;
        background: linear-gradient( 90deg, #468FFF 0%, #003CFC 100%);
        border-radius: 2px 2px 2px 2px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .footer_form2 {
        width: 100%;
        background-color: #000;
        padding: 16px 0;
        box-sizing: border-box;
    }

    .footer_form2 .con_main {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }
}

@media (min-width: 1436px) {
    .footer {
        width: 100%;
        background-color: #000;
        padding: 30px 0;
    }

    .footer .con_main {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer .p1 {
        width: 100%;
        padding-bottom: 12px;
        border-bottom: 1px solid #141414;
    }

    .footer .p1 .l {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 64px;
    }

    .footer .p1 .l .logo {
        width: 186px;
    }

    .footer .p1 .l .link {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 48px;
    }

    .footer .p1 .l .link>.item {
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer .p1 .r {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
    }

    .footer .p1 .r .link_title {
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer .p1 .r .list {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
    }

    .footer .p1 .r .list>.item {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer .p1 .r .list>.item .pic {
        width: 115px;
    }

    .footer .p2 {
        width: 100%;
        padding-top: 12px;
    }

    .footer .p2 .l {
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer .p2 .r {
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        gap: 5px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .footer .p2 .r .pic {
        width: 16px;
    }

    .footer .p2 .r a {
        color: inherit;
    }

    .footer .p2 .r a.hover,
    .footer .p2 .r a:hover {
        color: #fff;
    }
}

@media (max-width: 1435px) and (min-width: 768px) {
    .footer {
        width: 100%;
        background-color: #000;
        padding: 30px 0;
    }

    .footer .con_main {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .footer .p1 {
        width: 100%;
        padding-bottom: 12px;
        border-bottom: 1px solid #141414;
    }

    .footer .p1 .l {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 30px;
    }

    .footer .p1 .l .logo {
        width: 140px;
    }

    .footer .p1 .l .link {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .footer .p1 .l .link>.item {
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer .p1 .r {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
    }

    .footer .p1 .r .link_title {
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer .p1 .r .list {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
    }

    .footer .p1 .r .list>.item {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer .p1 .r .list>.item .pic {
        width: 115px;
    }

    .footer .p2 {
        width: 100%;
        padding-top: 12px;
    }

    .footer .p2 .l {
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer .p2 .r {
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        gap: 5px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .footer .p2 .r .pic {
        width: 16px;
    }

    .footer .p2 .r a {
        color: inherit;
    }

    .footer .p2 .r a.hover,
    .footer .p2 .r a:hover {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .footer {
        width: 100%;
        background-color: #000;
        padding: 30px 0;
    }

    .footer .con_main {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
    }

    .footer .p1 {
        width: 100%;
        padding-bottom: 12px;
        border-bottom: 1px solid #141414;
    }

    .footer .p1 .l {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        gap: 15px;
    }

    .footer .p1 .l .logo {
        width: 140px;
    }

    .footer .p1 .l .link {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        gap: 8px;
    }

    .footer .p1 .l .link>.item {
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer .p1 .r {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
    }

    .footer .p1 .r .link_title {
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer .p1 .r .list {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
    }

    .footer .p1 .r .list>.item {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .footer .p1 .r .list>.item .pic {
        width: 115px;
    }

    .footer .p2 {
        width: 100%;
        padding-top: 12px;
    }

    .footer .p2 .l {
        font-size: 12px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        text-align: center;
    }

    .footer .p2 .r {
        font-size: 12px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        gap: 5px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .footer .p2 .r .pic {
        width: 16px;
    }

    .footer .p2 .r a {
        color: inherit;
    }

    .footer .p2 .r a.hover,
    .footer .p2 .r a:hover {
        color: #fff;
    }

    .footer2 {
        width: 100%;
        background-color: #000;
        padding: 16px 0;
        padding-bottom: 39px;
    }

    .footer2 .con_main {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
    }
    .footer2 .p1{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 9px;
    }
    .footer2 .p1 .link{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
    .footer2 .p1 .link .link_title{
        font-size: 12px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }
    .footer2 .p1 .link .list{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }
    .footer2 .p1 .link .list .item{
        font-size: 12px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: block;
    }
    .footer2 .p1 .link .list .item .pic{
        width: 100px;
    }
    .footer2 .p1 .other{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4px;
    }
    .footer2 .p1 .other > .item{
        font-size: 12px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }
    .footer2 .p2{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
    .footer2 .p2 .link{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
    }
    .footer2 .p2 .link .item{
        font-size: 12px;
        color: #bbb;
        font-family: Montserrat-Regular;
        position: relative;
    }
    .footer2 .p2 .link .item::after{
        content:"";
        width: 1px;
        height: 12px;
        background-color: #bbb;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -8px;
    }
    .footer2 .p2 .link .item:last-child:after{
        display: none;
    }
    .footer2 .p2 .copyright{
        width: 100%;
        font-size: 12px;
        color: #777;
        font-family: Montserrat-Regular;
    }
}

/*文章详情页*/
@media (min-width: 1436px) {
    .content_page {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        gap: 110px;
        padding: 70px 0;
    }

    .content_page .l {
        width: calc(100% - 110px - 344px);
        box-sizing: border-box;
        padding-left: 92px;
    }

    .content_page .r {
        width: 344px;
    }

    .content_page .l .title {
        width: 100%;
        padding-bottom: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        border-bottom: 1px solid #3D3D3D;
        margin-bottom: 48px;
    }

    .content_page .l .title .p1 {
        width: 100%;
        font-size: 32px;
        color: #fff;
        font-family: AlibabaPuHuiTi-3-65-Medium;
        word-break: normal;
    }

    .content_page .l .title .p2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .content_page .l .title .p2 .tag {
        padding: 0 5px;
        height: 20px;
        background-color: #777777;
        border-radius: 2px 2px 2px 2px;
        font-size: 14px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content_page .l .title .p2 .text {
        font-size: 16px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .content_page .l .news_con {
        width: 100%;
        font-size: 18px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        white-space: normal;
        word-break: normal;
    }

    .content_page .l .news_con *{
        word-break: normal;
    }

    .content_page .l .news_con img,
    .content_page .l .news_con video {
        max-width: 100%;
    }

    .content_page .r .title {
        width: 100%;
        font-size: 18px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        margin-bottom: 20px;
    }

    .content_page .r .tjlist {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .content_page .r .tjlist>.item {
        width: 100%;
    }

    .content_page .r .tjlist>.item .p1 {
        width: 100%;
        height: 200px;
        background-color: #fff;
        border-radius: 4px 4px 0px 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .content_page .r .tjlist>.item .p2 {
        width: 100%;
        box-sizing: border-box;
        padding: 12px 18px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
        background-color: #141414;
        border-radius: 0px 0px 4px 4px;
    }

    .content_page .r .tjlist>.item .p2 .a1 {
        width: 100%;
        font-size: 16px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: normal;
    }

    .content_page .r .tjlist>.item .p2 .a2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .content_page .r .tjlist>.item .p2 .a2 .tag {
        padding: 0 5px;
        height: 20px;
        background-color: #777777;
        border-radius: 2px 2px 2px 2px;
        font-size: 14px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content_page .r .tjlist>.item .p2 .a2 .text {
        font-size: 16px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .content_page .r .change_button {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        padding-top: 32px;
        display: none;
    }

    .content_page .r .change_button .item {
        width: 48px;
        height: 48px;
        background-color: #3D3D3D;
        border-radius: 2px 2px 2px 2px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 9px;
        cursor: pointer;
    }

    .content_page .r .change_button .item:hover {
        background-color: #777;
    }

    .content_page .r .change_button .item.prev {
        background-image: url(../images/left.png);
    }

    .content_page .r .change_button .item.next {
        background-image: url(../images/right.png);
    }
}

@media (max-width: 1435px) and (min-width: 768px) {
    .content_page {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        gap: 110px;
        padding: 70px 0;
    }

    .content_page .l {
        width: 100%;
    }

    .content_page .r {
        display: none;
    }

    .content_page .l .title {
        width: 100%;
        padding-bottom: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        border-bottom: 1px solid #3D3D3D;
        margin-bottom: 48px;
    }

    .content_page .l .title .p1 {
        width: 100%;
        font-size: 32px;
        color: #fff;
        font-family: AlibabaPuHuiTi-3-65-Medium;
        word-break: normal;
    }

    .content_page .l .title .p2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .content_page .l .title .p2 .tag {
        padding: 0 5px;
        height: 20px;
        background-color: #777777;
        border-radius: 2px 2px 2px 2px;
        font-size: 14px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content_page .l .title .p2 .text {
        font-size: 16px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .content_page .l .news_con {
        width: 100%;
        font-size: 18px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        white-space: normal;
        word-break: normal;
    }

    .content_page .l .news_con *{
        word-break: normal;
    }

    .content_page .l .news_con img,
    .content_page .l .news_con video {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .content_page {
        width: 100%;
        padding: 30px 0;
    }

    .content_page .l {
        width: 100%;
    }

    .content_page .r {
        display: none;
    }

    .content_page .l .title {
        width: 100%;
        padding-bottom: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
        border-bottom: 1px solid #3D3D3D;
        margin-bottom: 30px;
    }

    .content_page .l .title .p1 {
        width: 100%;
        font-size: 20px;
        color: #fff;
        font-family: AlibabaPuHuiTi-3-65-Medium;
        word-break: normal;
    }

    .content_page .l .title .p2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .content_page .l .title .p2 .tag {
        padding: 0 5px;
        height: 20px;
        background-color: #777777;
        border-radius: 2px 2px 2px 2px;
        font-size: 12px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content_page .l .title .p2 .text {
        font-size: 14px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .content_page .l .news_con {
        width: 100%;
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        white-space: normal;
        word-break: normal;
    }
    .content_page .l .news_con *{
        word-break: normal;
    }

    .content_page .l .news_con img,
    .content_page .l .news_con video {
        max-width: 100%;
    }
}

/*博客轮播*/
@media (min-width: 1436px) {
    .mySwiper {
        width: 100%;
        height: 417px;
        overflow-x: hidden;
        position: relative;
    }

    .mySwiper .swiper-slide {
        /* background-color: #1E9FFF; */
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }

    .mySwiper .swiper-slide .p1 {
        width: 718px;
        height: 417px;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px 0px 0px 4px;
    }

    .mySwiper .swiper-slide .p2 {
        width: calc(100% - 718px);
        box-sizing: border-box;
        padding: 57px 64px;
        background-color: #141414;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 40px;
        border-radius: 0 4px 4px 0;
    }

    .mySwiper .swiper-slide .p2 .a1 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .mySwiper .swiper-slide .p2 .a1 .b1 {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 24px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-65-Medium;
        word-break: normal;
    }

    .mySwiper .swiper-slide .p2 .a1 .b2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .mySwiper .swiper-slide .p2 .a1 .b2 .text {
        font-size: 16px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .mySwiper .swiper-slide .p2 .a1 .b2 .tag {
        padding: 0 5px;
        height: 20px;
        background-color: #777777;
        border-radius: 2px 2px 2px 2px;
        font-size: 14px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mySwiper .swiper-slide .p2 .a2 {
        width: 100%;
        font-size: 18px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        word-break: normal;
    }

    .mySwiper+.swiper-pagination {
        position: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 25px;
        padding-bottom: 95px;
        gap: 24px;
    }

    .mySwiper+.swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
}

@media (max-width: 1435px) and (min-width: 768px) {
    .mySwiper {
        width: 100%;
        overflow-x: hidden;
        position: relative;
    }

    .mySwiper .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .mySwiper .swiper-slide .p1 {
        width: 600px;
        height: calc(600px / 718 * 417);
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px 4px 0px 0px;
    }

    .mySwiper .swiper-slide .p2 {
        width: 600px;
        box-sizing: border-box;
        padding: 30px 30px;
        background-color: #141414;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 40px;
        border-radius: 0 0 4px 4px;
    }

    .mySwiper .swiper-slide .p2 .a1 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .mySwiper .swiper-slide .p2 .a1 .b1 {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 18px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-65-Medium;
        word-break: normal;
    }

    .mySwiper .swiper-slide .p2 .a1 .b2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .mySwiper .swiper-slide .p2 .a1 .b2 .text {
        font-size: 16px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .mySwiper .swiper-slide .p2 .a1 .b2 .tag {
        padding: 0 5px;
        height: 20px;
        background-color: #777777;
        border-radius: 2px 2px 2px 2px;
        font-size: 14px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mySwiper .swiper-slide .p2 .a2 {
        width: 100%;
        font-size: 16px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        word-break: normal;
    }

    .mySwiper+.swiper-pagination {
        position: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 25px;
        padding-bottom: 25px;
        gap: 24px;
    }

    .mySwiper+.swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
}

@media (max-width: 767px) {
    .mySwiper {
        width: 100%;
        overflow-x: hidden;
        position: relative;
    }

    .mySwiper .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .mySwiper .swiper-slide .p1 {
        width: 100%;
        height: calc((100vw - 32px) / 718 * 417);
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px 4px 0px 0px;
    }

    .mySwiper .swiper-slide .p2 {
        width: 100%;
        box-sizing: border-box;
        padding: 16px;
        background-color: #141414;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        border-radius: 0 0 4px 4px;
    }

    .mySwiper .swiper-slide .p2 .a1 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .mySwiper .swiper-slide .p2 .a1 .b1 {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 16px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-65-Medium;
        word-break: normal;
    }

    .mySwiper .swiper-slide .p2 .a1 .b2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .mySwiper .swiper-slide .p2 .a1 .b2 .text {
        font-size: 14px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .mySwiper .swiper-slide .p2 .a1 .b2 .tag {
        padding: 0 5px;
        height: 20px;
        background-color: #777777;
        border-radius: 2px 2px 2px 2px;
        font-size: 14px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mySwiper .swiper-slide .p2 .a2 {
        width: 100%;
        font-size: 14px;
        color: #bbb;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        word-break: normal;
    }

    .mySwiper+.swiper-pagination {
        position: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 25px;
        gap: 10px;
    }

    .mySwiper+.swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
}

@media (min-width: 1436px) {
    .bk_list {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 60px;
    }

    .bk_list .item {
        width: calc((100% - 40px) / 3);
        /* background-color: #141414; */
    }

    .bk_list .item .p1 {
        width: 100%;
        height: calc((1436px - 40px) / 3 / 465 * 270);
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px 4px 0px 0px;
    }

    .bk_list .item .p2 {
        width: 100%;
        padding: 24px;
        box-sizing: border-box;
        background-color: #141414;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        border-radius: 0 0 4px 4px;
    }

    .bk_list .item .p2 .a1 {
        width: 100%;
        font-size: 18px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: normal;
    }

    .bk_list .item .p2 .a2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .bk_list .item .p2 .a2 .text {
        font-size: 16px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .bk_list .item .p2 .a2 .tag {
        padding: 0 5px;
        height: 20px;
        background-color: #777777;
        border-radius: 2px 2px 2px 2px;
        font-size: 14px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1435px) and (min-width: 768px) {
    .bk_list {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 30px;
    }

    .bk_list .item {
        width: calc((100% - 20px) / 2);
        /* background-color: #141414; */
    }

    .bk_list .item .p1 {
        width: 100%;
        height: calc((100vw - 60px - 20px) / 2 / 465 * 270);
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px 4px 0px 0px;
    }

    .bk_list .item .p2 {
        width: 100%;
        padding: 24px;
        box-sizing: border-box;
        background-color: #141414;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        border-radius: 0 0 4px 4px;
    }

    .bk_list .item .p2 .a1 {
        width: 100%;
        font-size: 18px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: normal;
    }

    .bk_list .item .p2 .a2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .bk_list .item .p2 .a2 .text {
        font-size: 16px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .bk_list .item .p2 .a2 .tag {
        padding: 0 5px;
        height: 20px;
        background-color: #777777;
        border-radius: 2px 2px 2px 2px;
        font-size: 14px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .bk_list {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
        row-gap: 20px;
    }

    .bk_list .item {
        width: 100%;
    }

    .bk_list .item .p1 {
        width: 100%;
        height: calc((100vw - 32px) / 465 * 270);
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px 4px 0px 0px;
    }

    .bk_list .item .p2 {
        width: 100%;
        padding: 16px;
        box-sizing: border-box;
        background-color: #141414;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        border-radius: 0 0 4px 4px;
    }

    .bk_list .item .p2 .a1 {
        width: 100%;
        font-size: 16px;
        color: #EFEFEF;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: normal;
    }

    .bk_list .item .p2 .a2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .bk_list .item .p2 .a2 .text {
        font-size: 14px;
        color: #777;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }

    .bk_list .item .p2 .a2 .tag {
        padding: 0 5px;
        height: 20px;
        background-color: #777777;
        border-radius: 2px 2px 2px 2px;
        font-size: 14px;
        color: #141414;
        font-family: AlibabaPuHuiTi-3-55-Regular;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .yuyan2{
        width: 100%;
        box-sizing: border-box;
        padding: 0 16px;
    }
    .yuyan2 > .item{
        width: 100%;
        margin-bottom: 25px;
    }
    .yuyan2 > .item .title{
        width: 100%;
        height: 35px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
        color: #efefef;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }
    .yuyan2 > .item .list{
        width: 100%;
    }
    .yuyan2 > .item .list > .item{
        width: 100%;
        height: 48px;
        box-sizing: border-box;
        border-bottom: 1px solid #141414;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .yuyan2 > .item .list > .item .p1{
        font-size: 14px;
        color: #efefef;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }
    .yuyan2 > .item .list > .item .p2{
        font-size: 14px;
        color: #efefef;
        font-family: AlibabaPuHuiTi-3-55-Regular;
    }
    .yuyan2 > .item .list > .item.hover .p1{
        color: #468FFF;
    }
    .yuyan2 > .item .list > .item.hover .p2{
        color: #468FFF;
    }
}

@media (min-width: 1436px) {
    .con_main {
        width: 1436px;
        margin: 0 auto;
    }

    .mb {
        display: none !important;
    }
}

@media (max-width: 1435px) and (min-width: 768px) {
    .con_main {
        padding: 0 30px;
    }

    .mb {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .con_main {
        padding: 0 16px;
    }

    .pc {
        display: none !important;
    }
}