.cup-hide {
    display: none !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt60 {
    margin-top: 60px !important
}

@font-face {
    font-family: "myFont-AlimamaShuHeiTi-Bold";
    src: url("../fonts/alimamashuheiti-bold.ttf");
    font-weight: 100
}

.bingkuai {
    position: relative
}

.vs-intro-notice {
    margin-top: 40px
}

.vs-intro-notice::before {
    top: -19px
}

.vs-intro-notice::after {
    top: -40px
}

.vs-intro-notice .content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.vs-intro-notice .content h4 {
    position: relative;
    font-family: myFont-AlimamaShuHeiTi-Bold;
    font-size: 28px;
    color: #076df5;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    margin-top: 15px;
    margin-left: 34px;
    z-index: 3
}

.vs-intro-notice .content h4::after {
    position: absolute;
    content: "";
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, #8fbfff 100%);
    border-radius: 6px;
    height: 11px;
    left: 0;
    bottom: -3px;
    z-index: -1
}

.vs-intro-notice .l-column {
    flex: 1;
    background: url(../images/jianjie_pic@2x.png) no-repeat;
    background-size: 680px 378px
}

.vs-intro-notice .l-column .text {
    background: #ffffff;
    border-radius: 10px;
    width: 640px;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 26px;
    font-weight: 300;
    height: 290px
}

.vs-intro-notice .r-column {
    width: 500px;
    height: 378px;
    background: url(../images/tongzhi_pic@2x.png) no-repeat;
    background-size: 500px 378px;
    position: relative;
    margin-left: 20px
}

.vs-intro-notice .r-column>a {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 12px;
    color: #aaaaaa;
    text-align: right;
    font-weight: 300
}

.vs-intro-notice .r-column>ul {
    background: #ffffff;
    border-radius: 10px;
    width: 460px;
    margin: 20px auto 0;
    padding: 15px;
    box-sizing: border-box;
    height: 290px;
    overflow: hidden
}

.vs-intro-notice .r-column>ul li {
    border-bottom: 1px solid #f0f3f8;
    padding: 12px 0;
    display: flex;
    align-items: center
}

.vs-intro-notice .r-column>ul li a {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    flex: 1;
    position: relative
}

.vs-intro-notice .r-column>ul li a::before {
    content: "";
    display: inline-block;
    background: url("../images/zuixintongzhi_icon@2x.png") no-repeat;
    width: 11px;
    height: 10px;
    background-size: 100% 100%;
    margin-right: 7px
}

.vs-intro-notice .r-column>ul li span {
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 300;
    margin-left: 10px;
    min-width: 70px;
    text-align: right
}

@media screen and (max-width: 1024px) {
    .bingkuai::before,.bingkuai::after {
        display:none
    }

    .vs-intro-notice {
        margin-top: 10px
    }

    .vs-intro-notice .content {
        width: 100vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column
    }

    .vs-intro-notice .content h4 {
        position: relative;
        font-size: 21px;
        color: #076df5;
        font-weight: 700;
        line-height: 30px;
        display: inline-block;
        margin-top: 4px;
        margin-left: 10px;
        z-index: 3
    }

    .vs-intro-notice .content h4::after {
        bottom: 2px
    }

    .vs-intro-notice .l-column {
        width: calc(100vw - 20px);
        margin: 0 auto;
        background: url(../images/mtongzhi_pic@2x.png) no-repeat;
        background-size: 100% 100%;
        height: auto;
        padding-bottom: 10px
    }

    .vs-intro-notice .l-column .text {
        margin: 8px auto 0;
        width: calc(100% - 20px);
        padding: 10px;
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        height: auto
    }

    .vs-intro-notice .r-column {
        width: calc(100vw - 20px);
        margin: 8px auto 0;
        position: relative;
        height: auto;
        background: url(../images/mtongzhi_pic@2x.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 10px
    }

    .vs-intro-notice .r-column>a {
        top: 7px
    }

    .vs-intro-notice .r-column>ul {
        width: calc(100% - 20px);
        padding: 10px;
        margin: 8px auto 0;
        height: auto
    }

    .vs-intro-notice .r-column>ul li {
        height: auto;
        padding: 10px 0;
        flex-direction: column;
        align-items: self-start
    }

    .vs-intro-notice .r-column>ul li a {
        margin-left: 0
    }

    .vs-intro-notice .r-column>ul li span {
        width: 100%;
        text-align: left;
        margin: 0;
        margin-top: 6px
    }
}

.new-title {
    text-align: center
}

.new-title>span {
    display: inline-block;
    font-family: myFont-AlimamaShuHeiTi-Bold;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    position: relative;
    line-height: 36px;
    z-index: 3
}

.new-title>span.blue {
    color: #076df5
}

.new-title>span::before {
    width: 46px;
    height: 40px;
    position: absolute;
    content: "";
    background: url(../images/cube_pic@2x.png) no-repeat bottom;
    background-size: 100%;
    top: 50%;
    margin-top: -16px;
    left: -62px
}

.new-title>span::after {
    width: 46px;
    height: 40px;
    position: absolute;
    content: "";
    background: url(../images/cube_pic@2x.png) no-repeat bottom;
    background-size: 100%;
    top: 50%;
    margin-top: -16px;
    right: -62px
}

.new-title i {
    height: 11px;
    display: inline-block;
    border-radius: 6px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: -1
}

@media screen and (max-width: 1024px) {
    .new-title {
        text-align:center
    }

    .new-title>span {
        font-size: 28px;
        line-height: 28px
    }

    .new-title>span::before {
        width: 35px;
        height: 30px;
        position: absolute;
        content: "";
        background: url(../images/cube_pic@2x.png) no-repeat;
        background-size: 100%;
        margin-top: -13px;
        left: -45px
    }

    .new-title>span::after {
        width: 35px;
        height: 30px;
        position: absolute;
        content: "";
        background: url(../images/cube_pic@2x.png) no-repeat;
        background-size: 100%;
        margin-top: -13px;
        right: -45px
    }

    .new-title i {
        bottom: -5px
    }
}

.zzjigou-wrap {
    width: 100%;
    /* max-width: 1920px; */
    background: #e0e9ff;
    background-size: 1920px 100%;
    padding-bottom: 60px;
    margin: 40px auto 0;
    position: relative;
    z-index: 3
}

.zzjigou-wrap>.content {
    width: 1200px;
    margin: 20px auto 0;
    border-radius: 20px;
    padding: 0 75px 45px;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(300deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .1) 50%, hsla(0, 0%, 100%, .5));
    border-radius: 16px;
    border: 1px solid #fff;
    padding: 40px;
}

.zzjigou-wrap>.content .title {
    text-align: center;
    padding-top: 40px
}

.zzjigou-wrap>.content .title>span {
    position: relative;
    display: inline-block;
    font-family: PingFangSCSemibold-;
    font-size: 26px;
    color: #333333;
    text-align: center;
    font-weight: 600
}

.zzjigou-wrap>.content .title>span::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 43px;
    height: 2px;
    background-color: #333;
    left: -59px;
    top: 50%;
    margin-top: -1px
}

.zzjigou-wrap>.content .title>span::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 43px;
    height: 2px;
    background-color: #333;
    right: -59px;
    top: 50%;
    margin-top: -1px
}

.zzjigou-wrap>.content .top-column .con {
    display: flex;
    margin-top: 20px
}

.zzjigou-wrap>.content .top-column .con.top {
    margin-bottom: 60px
}

.zzjigou-wrap>.content .top-column .con.top .r-con {
    margin-left: 0;
    margin-right: 40px
}

.zzjigou-wrap>.content .top-column img {
    width: 100%
}

.zzjigou-wrap>.content .top-column .l-con {
    flex: 1;
    overflow: hidden
}

.zzjigou-wrap>.content .top-column .l-con .hua-more {
    display: flex;
    position: relative
}

.zzjigou-wrap>.content .top-column .l-con .hua-more>a {
    position: absolute;
    right: 3px;
    top: 40px;
    font-size: 14px;
    color: #999999;
    text-align: right;
    font-weight: 200
}

.zzjigou-wrap>.content .top-column .l-con img {
    height: 82px;
    width: auto
}

.zzjigou-wrap>.content .top-column .l-con div {
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 26px;
    font-weight: 300;
    margin-top: 12px
}

.zzjigou-wrap>.content .top-column .r-con {
    margin-left: 40px;
    width: 430px;
    align-items: center;
    display: flex
}

.zzjigou-wrap>.content .top-column .r-con>a {
    font-size: 14px;
    color: #999999;
    font-weight: 200;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
    display: none
}

@media screen and (max-width: 1024px) {
    .zzjigou-wrap {
        width:100vw;
        max-width: 100vw;
        background: url(../images/mpic_bg@2x.png) no-repeat;
        background-size: 100vw 100%;
        padding-bottom: 20px;
        margin: 30px auto 0
    }

    .zzjigou-wrap>.content {
        width: calc(100% - 20px);
        margin: 20px auto 0;
        background: #ffffff;
        border-radius: 10px;
        padding: 10px;
        box-sizing: border-box
    }

    .zzjigou-wrap>.content::before {
        display: none
    }

    .zzjigou-wrap>.content .title {
        padding-top: 14px
    }

    .zzjigou-wrap>.content .title>span {
        font-size: 20px
    }

    .zzjigou-wrap>.content .title>span::before {
        position: absolute;
        display: inline-block;
        content: "";
        width: 30px;
        height: 2px;
        background-color: #333;
        left: -40px;
        top: 50%;
        margin-top: -1px
    }

    .zzjigou-wrap>.content .title>span::after {
        position: absolute;
        display: inline-block;
        content: "";
        width: 30px;
        height: 2px;
        background-color: #333;
        right: -40px;
        top: 50%;
        margin-top: -1px
    }

    .zzjigou-wrap>.content .top-column .con {
        display: flex;
        flex-direction: column;
        margin-top: 0
    }

    .zzjigou-wrap>.content .top-column .con.top {
        flex-direction: column-reverse;
        margin-bottom: 0
    }

    .zzjigou-wrap>.content .top-column img {
        width: 100%
    }

    .zzjigou-wrap>.content .top-column .l-con {
        flex: 1;
        overflow: hidden
    }

    .zzjigou-wrap>.content .top-column .l-con .hua-more>a {
        display: none
    }

    .zzjigou-wrap>.content .top-column .l-con img {
        height: 60px;
        width: auto;
        margin-top: 10px
    }

    .zzjigou-wrap>.content .top-column .l-con div {
        line-height: 22px;
        margin-top: 10px;
        font-size: 14px
    }

    .zzjigou-wrap>.content .top-column .r-con {
        margin-left: 0;
        width: 100%;
        align-items: center;
        display: flex;
        margin-top: 14px;
        flex-direction: column
    }

    .zzjigou-wrap>.content .top-column .r-con>a {
        display: flex
    }
}

.flow-wrap .content {
    max-width: 1200px;
    margin: 0 auto
}

.flow-wrap .content .pcimg {
    width: 100%;
    max-width: 1200px
}

.flow-wrap .content .flow-content {
    display: none;
    position: relative;
    padding-left: 20px
}

.flow-wrap .content .flow-content::before {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #d5e7ff;
    height: 100%;
    height: 251px;
    top: 30px
}

.flow-wrap .content .flow-content li {
    background: #ffffff;
    border: 1px solid #d5e7ff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 25px;
    padding: 12px 0 12px 12px;
    border-radius: 6px;
    position: relative
}

.flow-wrap .content .flow-content li::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/circle_icon@2x.png) no-repeat;
    top: 50%;
    left: -37px;
    background-size: 100% 100%;
    position: absolute;
    margin-top: -12px
}

.flow-wrap .content .flow-content li::after {
    position: absolute;
    margin-top: -7px;
    content: "";
    width: 7px;
    height: 12px;
    background: url(../images/triangle_icon@2x.png) no-repeat;
    top: 50%;
    left: -7px;
    background-size: 100% 100%
}

.flow-wrap .content .flow-content li>span {
    font-size: 16px;
    color: #076df5;
    font-weight: 700;
    margin-right: 12px;
    min-width: 70px
}

.flow-wrap .content .flow-content li>div {
    display: flex;
    flex-direction: column
}

.flow-wrap .content .flow-content li>div p {
    font-size: 12px;
    color: #999999;
    font-weight: 400
}

.flow-wrap .content .flow-content li>div p.time {
    color: #333333;
    font-weight: 700;
    margin-bottom: 4px
}

.flow-wrap .content .flow-content li>div p.time span {
    font-size: 12px;
    color: #999999;
    font-weight: 400
}

@media screen and (max-width: 1024px) {
    .flow-wrap .content {
        width:100%;
        height: auto;
        padding-right: 20px;
        box-sizing: border-box;
        margin-top: 30px
    }

    .flow-wrap .content .pcimg {
        display: none
    }

    .flow-wrap .content .flow-content {
        display: block
    }
}

.prize-wrap {
    width: 100%;
    /* max-width: 1920px; */
    background: linear-gradient(360deg, #ffffff, #f4f9ff 22%, #f4f9ff 99%);
    background-size: 1920px auto;
    padding-bottom: 54px
}

.prize-wrap .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.prize-wrap .content .prizeimg1 {
    width: 818px
}

.prize-wrap .content .prizeimg2 {
    width: 952px
}

.prize-wrap .content-m-top {
    display: none
}

.prize-wrap .content-bottom {
    display: flex;
    max-width: 1000px;
    margin: 20px auto 0;
    justify-content: space-between
}

.prize-wrap .content-bottom>div {
    display: flex;
    align-items: center
}

.prize-wrap .content-bottom img {
    width: 140px
}

.prize-wrap .content-bottom .item>p {
    font-size: 14px;
    color: #555555;
    margin-top: 12px;
    font-weight: 300
}

.prize-wrap .content-bottom .item>div {
    font-size: 14px;
    color: #555;
    font-weight: 300
}

.prize-wrap .content-bottom .item>div span {
    font-family: myFont-AlimamaShuHeiTi-Bold;
    font-size: 26px;
    color: #333333;
    padding-right: 6px
}

@media screen and (max-width: 1024px) {
    .prize-wrap {
        width:100vw;
        max-width: 100vw;
        /* background: url(../images/mpic_bg@2x.png) no-repeat top; */
        background-size: 100vw auto;
        padding-bottom: 20px;
        margin: 30px auto 0
    }

    .prize-wrap .content {
        /* display:none; */
    }

    .prize-wrap .content-m-top {
        display: flex;
        flex-direction: column;
        margin: 26px auto 0;
        align-items: center
    }

    .prize-wrap .content-m-top>img {
        width: 80%;
        max-width: 286px
    }

    .prize-wrap .content-bottom {
        max-width: 100vw;
        flex-direction: column;
        padding-left: 60px;
        box-sizing: border-box
    }

    .prize-wrap .content-bottom>div {
        display: flex;
        align-items: center;
        margin-top: 26px
    }

    .prize-wrap .content-bottom img {
        width: 90px
    }
}

.vslist .vs-content {
    max-width: 1200px;
    margin: 30px auto 60px;
    display: flex
}

.vslist .vs-content .item {
    background: #F9FBFF;
    border: 1px solid #498dde;
    border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px
}

.vslist .vs-content .item:last-of-type(1) {
    margin-right: 0
}

.vslist .vs-content .item-top {
    background: #EDF5FF;
    padding: 19px 16px;
    text-align: center
}

.vslist .vs-content .item-top h3 {
    font-size: 20px;
    color: #076DF5;
    font-weight: 700;
    margin-bottom: 10px
}

.vslist .vs-content .item-top p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 300
}

.vslist .vs-content .item-bottom {
    padding: 16px 5px 16px 20px
}

.vslist .vs-content .item-bottom p {
    font-size: 16px;
    color: #888888;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center
}

.vslist .vs-content .item-bottom p:nth-of-type(1)::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 14px;
    background: url(../images/joiners_icon@2x.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 2px
}

.vslist .vs-content .item-bottom p:nth-of-type(2)::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(../images/univs_icon@2x.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 6px
}

.vslist .vs-content .item-bottom p span {
    color: #333;
    font-weight: 700
}

.vslist .vs-content .item-bottom p:nth-of-type(1) {
    margin-bottom: 8px
}

@media screen and (max-width: 1024px) {
    .vslist {
        padding-top:20px
    }

    .vslist .vs-content {
        max-width: 100vw;
        margin: 23px auto 30px;
        display: flex;
        flex-direction: column
    }

    .vslist .vs-content .item {
        overflow: hidden;
        margin-right: 0;
        width: 90vw;
        margin: 0 auto 20px
    }

    .vslist .vs-content .item-bottom p {
        justify-content: center
    }

    .vslist .vs-content .item-bottom p span {
        width: 100px;
        text-align: left
    }
}

.school-wrap {
    position: relative;
    padding-bottom: 100px
}

.school-wrap>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    height: 48px;
    margin: 0 auto;
    background: #F9FBFF;
    border: 1px solid #498dde;
    border-radius: 6px;
    font-size: 16px;
    color: #498DDE;
    box-sizing: border-box
}

.school-wrap>p {
    font-size: 12px;
    color: rgba(94,94,94,0.99);
    letter-spacing: 0;
    padding-top: 10px;
    text-align: center
}

.school-wrap .content {
    max-width: 1200px;
    max-height: 610px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    padding: 40px 35px 0 40px;
    box-sizing: border-box;
    margin: 35px auto 30px
}

.school-wrap .content .item {
    width: 20%;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    font-weight: 300;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 0 5px 0 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .school-wrap {
        padding-bottom:30px
    }

    .school-wrap>a {
        width: 160px;
        height: 40px;
        border-radius: 6px;
        font-size: 14px
    }

    .school-wrap .content {
        width: calc(100vw - 20px);
        max-height: 410px;
        padding: 26px 15px 0 20px;
        margin: 25px auto 20px
    }

    .school-wrap .content .item {
        width: 50%;
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 20px
    }
}

.rowleft-wrap {
    padding-bottom: 70px
}

.rowleft-wrap::before {
    top: 80px
}

.rowleft-wrap::after {
    top: 60px
}

.rowleft-wrap .jianju60 {
    margin-top: 60px
}

.rowleft-wrap .content {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 20px 0 10px
}

.picture-wrap {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box
}

.picture-wrap .list-content {
    display: flex
}

.picture-wrap .p-content {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease
}

.picture-wrap .p-content .name {
    height: 36px;
    margin-top: 5px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
    padding-right: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.picture-wrap .p-content .itemimg {
    display: block;
    height: 170px;
    border-radius: 4px;
    margin-right: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    vertical-align: middle
}

.pinchzomm {
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    display: none
}

.pinchzomm.show {
    display: block
}

.pinch-zoom-container {
    box-sizing: border-box;
    width: 90vw;
    max-width: 870px;
    position: absolute;
    background: #fff;
    height: 100vw;
    max-height: 70vh;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 56px 76px 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.pinch-zoom-container .name {
    font-family: Alibaba-PuHuiTi-M;
    font-size: 16px;
    color: #666666;
    margin-top: 16px
}

.pinch-zoom-container .d-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 22px;
    right: 22px;
    background: url(../images/pcguanbianniu_icon@2x.png) no-repeat;
    background-size: 100% 100%
}

.pinch-zoom-container .bigbox {
    width: 100%;
    height: calc(100% - 20px);
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.pinch-zoom-container #bigimg {
    width: 100%;
    height: auto
}

.aboutus-wrap {
    background-color: #282828
}

.aboutus-wrap .content {
    max-width: 1200px;
    padding: 28px 0 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    margin: 0 auto
}

.aboutus-wrap .logo {
    width: 216px;
    height: 66px
}

.aboutus-wrap .title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500
}

.aboutus-wrap ul {
    margin-top: 20px
}

.aboutus-wrap ul li {
    font-size: 14px;
    color: #c2c2c2;
    font-weight: 200;
    margin-top: 14px;
    line-height: 14px
}

.aboutus-wrap .code-box {
    display: flex;
    margin-top: 9px
}

.aboutus-wrap .code-box .ml23 {
    margin-left: 23px
}

.aboutus-wrap .code-box .weixin {
    width: 98px
}

.aboutus-wrap .code-box p {
    font-size: 12px;
    color: #7f7f7f;
    padding-top: 2px;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .rowleft-wrap {
        padding-bottom:40px
    }

    .rowleft-wrap::before,.rowleft-wrap::after {
        display: none
    }

    .rowleft-wrap .jianju60 {
        margin-top: 40px
    }

    .rowleft-wrap .content {
        width: 100vw;
        border-radius: 0
    }

    .picture-wrap .p-content .itemimg {
        height: 150px
    }

    .pinch-zoom-container {
        padding: 50px 33px 30px
    }

    .pinch-zoom-container .d-icon {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 15px;
        right: 16px
    }

    .picture-wrap .p-content .p-item .name {
        font-size: 12px
    }

    .aboutus-wrap .content {
        width: 100vw;
        padding: 20px 40px 40px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: 0 auto
    }

    .aboutus-wrap .title {
        margin-top: 40px
    }

    .aboutus-wrap ul {
        margin-top: 0
    }
}

@media screen and (max-width: 1024px) {
    .mobileHeader .menuBgPop .nav {
        display:flex;
        flex-direction: column;
        height: auto
    }

    .mobileHeader .menuBgPop .item.active a {
        background: none;
        width: 100%;
        border: 0
    }

    .nav>li>a:hover,.nav>li>a:focus {
        background-color: #fff !important
    }

    .mobileHeader .topDownMobile {
        flex-direction: column
    }
}
