.join-bg {
    width: 100%;
    position: relative;
}

.join-bg img {
    width: 100%;
    height: auto;
}

.join-bg .join-bg-center {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26);
    color: #fff;
    text-align: center;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.join-bg .join-bg-center div:first-child {
    font-size: .177rem;
}

.join-bg .join-bg-center div:last-child {
    font-size: .135rem;
    margin-top: .099rem;
}

.join-body {
    background-color: #fafafa;
}

.joinMain {
    width: 5rem;
    margin: 0 auto;
    padding: .479rem 0 .1719rem;
}

.joinMain-en {
    font-size: .115rem;
    color: #f8982b;
    text-align: center;
}

.joinMain-title {
    font-size: .125rem;
    color: #9d1724;
    margin: .104rem 0 .203rem;
    text-align: center;
}

.joinFrom {
    width: 100%;
    background-color: #fff;
    padding: 0 .156rem .318rem;
}

.joinFrom-centent {
    padding: .286rem .266rem .214rem;
    border-bottom: dashed 1px #e7e7e7;
    margin-bottom: .141rem;
}

.joinFrom-centent-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    background-color: #fafafa;
    padding: 0 22px 0 .115rem;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.jci-title {
    font-size: .0833rem;
    color: #666666;
}

.jci-title span {
    color: #9d1724;
}

.jci-inp {
    width: 80%;
}

.jci-inp .layui-form-select .layui-input {
    border: none;
    background-color: #fafafa;
    text-align: right;
}

.jci-inp .layui-form-select .layui-input::placeholder {
    font-size: .0833rem;
}

.jci-inp .input {
    font-size: .0833rem;
    border: none;
    background-color: #fafafa;
    text-align: right;
    width: 100%;
    padding-right: 31px;
}

.jci-inp .layui-form-select .layui-input:focus {
    box-shadow: none;
}

.jci-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.joinFrom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.563rem;
    height: .375rem;
    background-color: #ffffff;
    border: solid 1px #9d1724;
    color: #9d1724;
    font-size: 14px;
    margin: .365rem auto .219rem;
    cursor: pointer;
}

.joinFrom-tips {
    font-size: .073rem;
    color: #999999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.joinFrom-tips span {
    color: #9d1724;
    cursor: pointer;
}

.joinFrom-info {
    min-height: 1.667rem;
    background-color: #fafafa;
    padding: .156rem .266rem;
}

.joinFrom-info-title {
    font-size: .125rem;
    color: #9d1724;
    text-align: center;
    margin-bottom: .25rem;
}

.joinFrom-info-main {
    font-size: 14px;
    color: #999999;
}

.joinMain2 {
    width: 1100px;
    margin: 0 auto;
    padding: .479rem 0 .578rem;
}

.joinMain2-title1 {
    font-size: .1146rem;
    letter-spacing: .0052rem;
    color: #f8982b;
    text-align: center;
}

.joinMain2-title2 {
    font-size: .125rem;
    letter-spacing: .0052rem;
    color: #9d1724;
    text-align: center;
    margin-top: .1146rem;
}

.joinMain2-title-cont {
    font-size: .0885rem;
    letter-spacing: .0052rem;
    color: #666666;
    text-indent: 2em;
    margin-top: .1823rem;
    margin-bottom: .4271rem;
}

.joinMain2-list {
    display: flex;
    flex-wrap: wrap;
}

.joinMain2-item {
    width: 528px;
    margin-right: 44px;
    margin-bottom: 30px;
    color: #666666;
    font-size: 14px;
    background-color: #ffffff;
    padding: 23px 37px 26px 27px;
    cursor: pointer;
    box-sizing: border-box;
}

.joinMain2-item:hover {
    color: #fff;
    background-color: #f8982b;
}

.joinMain2-item:nth-child(2n) {
    margin-right: 0;
}

.joinMain2-item .jmi-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .219rem;
}

.joinMain2-item .jmi-avater {
    display: flex;
    align-items: center;

}

.joinMain2-item .jmi-avater .img {
    width: 19px;
    height: 21px;
    background-image: url('/static/images/ouers/ava.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: .057rem;
}

.joinMain2-item:hover .jmi-avater .img {
    background-image: url('/static/images/ouers/ava2.png');
}

.joinMain2-item .jmi-avater .div {
    font-size: 18px;
}

.joinMain2-item .jmi-counts {}

.joinMain2-item .jmi-bottom {
    display: flex;
    align-items: center;
}

.joinMain2-item .jmi-bottom div:first-child {
    margin-right: .156rem;
}

.joinMain2-item-maskbox {
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1000;
}

.joinMain2-item .joinMain2-item-maskbox_show {
    display: flex;
}

.joinMain2-item .joinMain2-item-maskbox_hide {
    display: none;
}

.joinMain2-item-mask {
    width: 5.7292rem;
    height: 3.4896rem;
    background-color: #ffffff;
    padding: .1563rem .151rem .1563rem .5156rem;
}

.joinMain2-item-mask-top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.joinMain2-item-mask-info-box {
    height: 90%;
    width: 100%;
    overflow-y: auto;
}

.joinMain2-item-mask-info-box::-webkit-scrollbar {
    width: .03125rem;
}

.joinMain2-item-mask-info-box::-webkit-scrollbar-thumb {
    background-color: #9d1724;
}

.joinMain2-item-mask-info-box::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.joinMain2-item-mask-top div {
    font-size: .2083rem;
    font-weight: bold;
    color: #9d1724;
}

.joinMain2-item-mask-info {
    width: 100%;
    font-size: .0729rem;
    color: #666666;
    display: flex;
    align-items: center;
}

.joinMain2-item-mask-info img {
    width: .099rem;
    height: .1094rem;
}

.joinMain2-item-mask-info span {
    font-size: .1146rem;
    color: #666666;
    margin: 0 .1042rem 0 .0625rem;
}

.joinMain2-item-mask-title {
    width: 100%;
    font-size: .0729rem;
    font-weight: normal;
    color: #666666;
    margin-top: .3281rem;
}

.joinMain2-item-mask-cont {
    width: 100%;
    font-size: .0729rem;
    color: #666666;
    line-height: .1302rem;
    margin-top: .0677rem;
}

/* .j-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: .563rem;
}

.j-pages-pre {
    width: 82px;
    height: 42px;
    background-color: #ffffff;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.j-pages-item {
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

.j-pages-pre:hover,
.j-pages-item:hover {
    background-color: #9d1724;
    color: #fff;
    text-decoration: underline;
}

.j-pages-red {
    background-color: #9d1724;
    color: #fff;
    text-decoration: underline;
} */

.xzemail {
    width: 9.167rem;
    background-image: url('/static/images/xiaozhangemail/email-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.xzemail .joinFrom {
    width: 5rem;
    margin: 0 auto;
}

.xzemail .joinFrom-centent {
    border: none;
}

.xzemail .xz-item {
    align-items: flex-start;
    padding: 10px 22px 10px .115rem;
}

.xzemail .xz-inp {
    width: 85%;
}

.xzemail .xz-inp textarea {
    width: 100%;
    height: 130px;
    background-color: #fafafa;
}

.xz-upload {
    background-color: #fafafa;
    padding: 22px 22px 22px .115rem;
    font-size: .073rem;
}

.xz-upload-title {
    color: #999;
}

.xz-upload-title span {
    color: #9d1724;
}

.xz-upload-main {}

.xzm-upload {
    width: .729rem;
    height: .729rem;
    background-color: #ffffff;
    border-radius: .052rem;
    border: dashed 1px #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: .542rem;
    margin-top: 10px;
}

.xzm-upload i {
    font-size: .208rem !important;
    color: #999999 !important;
}

.joinMain_lxfsbox {
    width: 100%;
    margin-top: .625rem;
}

.joinMain_lxfsbox_item1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.joinMain_lxfsbox_item1_text {
    font-size: .0521rem;
    letter-spacing: .0052rem;
    color: #aaaaaa;
}

.joinMain_lxfsbox_item1_img {
    width: .3385rem;
    height: .3385rem;
    margin-top: .0885rem;
}

.joinMain_lxfsbox_item2 {
    width: 5.7292rem;
    display: flex;
    justify-content: space-evenly;
    margin: .1771rem auto 0 auto;
}

.joinMain_lxfsbox_item2_cont {
    margin-top: 10px;
}

.joinMain_lxfsbox_item2_cont_title {
    font-size: .0833rem;
    font-weight: bold;
    color: #666;
    margin-bottom: .0885rem;
}

.joinMain_lxfsbox_item2_cont_text {
    font-size: .0833rem;
    color: #666666;
    line-height: .1354rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.joinMain_lxfsbox_item2_cont_text2 {
    color: #aaaaaa;
}

.joinMain_lxfsbox_item2_xian {
    width: .0052rem;
    height: .8333rem;
    background-color: #ececec;
}

.mask3 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.mask3_content {
    width: 5.7292rem;
    background-color: #ffffff;
    padding: .1563rem .1563rem .1563rem .5208rem;
}

.mask3_content_head {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.mask3_content_close {
    font-size: .2083rem;
    font-weight: bold;
    color: #9d1724;
    cursor: pointer;
}

.mask3_content_body {
    width: 100%;
}

.mask3_content_body_title {
    width: 100%;
    font-size: .1146rem;
    color: #666666;
    margin-bottom: .1979rem;
}

.mask3_content_body_text {
    width: 100%;
    height: 2.7344rem;
    overflow-y: scroll;
    font-size: .0729rem;
    color: #666666;
}

/**/
.contentspzqbox_cont {
    width: 9.1667rem;
    /*height: 2.1875rem;*/
    display: flex;
    justify-content: center;
    position: relative;
    /*overflow: hidden;*/
    margin: 0 auto;
}

.swiper-slide {
    width: 9.1667rem;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
}

.swiper-button-prev {
    width: .2917rem;
    height: .2917rem;
    background-color: #aaaaaa;
    background-image: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    left: 0;
}

.swiper-button-prev img {
    width: .0521rem;
    height: .0885rem;
}

.swiper-button-next {
    width: .2917rem;
    height: .2917rem;
    background-color: #aaaaaa;
    background-image: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    right: 0;
}

.swiper-button-next img {
    width: .0521rem;
    height: .0885rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #9d1724;
}

.mySwiperzs {
    width: 8.0729rem;
    overflow: hidden;
}

.swiperslideitem {
    /* width: 1.9792rem !important; */
    height: 1.7188rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
}

.swiperslideitem img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.swiperslideitem_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.swiperslideitem:hover .swiperslideitem_mask {
    background-color: rgba(0, 0, 0, 0.1);
}

.swiperslideitem_mask_time {
    text-align: center;
    color: #bdbdbd;
    font-size: 14px;
}

.swiperslideitem_mask_line {
    margin: 6% 0;
}

.swiperslideitem_mask_line::after {
    width: 20px;
    height: 2px;
    content: "";
    display: block;
    margin: 6% auto;
    background-color: #fff;
}

.swiperslideitem_mask_title {
    max-width: 70%;
    font-size: 20px;
    color: #fff;
    margin: 0 0 8%;
    font-weight: bold;
    text-align: center;
}

.swiperslideitem_mask_title:hover {
    color: #fff;
}

.swiperslideitem_mask_more {
    width: 104px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 2px solid #fff;
}

.swiperslideitem_mask_more:hover {
    color: #333;
    background-color: #fff;
}

@media screen and (max-width:1024px) {
    .joinMain {
        width: 90%;
    }

    .joinMain-en {
        font-size: 14px;
    }

    .joinFrom-centent {
        padding: 0;
    }

    .joinMain-title {
        font-size: 16px;
    }

    .jci-title {
        font-size: 12px;
    }

    .joinFrom-centent-item {
        padding-right: 0;
    }

    .jci-inp {
        width: 70%;
    }

    .jci-inp .input {
        font-size: 12px;
    }

    .jci-inp .layui-form-select .layui-input::placeholder {
        font-size: 12px;
    }

    .joinFrom-btn {
        width: auto;
        height: auto;
        padding: .1563rem .6354rem;
    }

    .joinFrom-tips {
        font-size: 10px;
    }

    .joinFrom-info-title {
        font-size: 12px;
    }

    .mask3_content {
        width: 90%;
    }

    .mask3_content_close {
        font-size: 16px;
    }

    .mask3_content_body_title {
        font-size: 16px;
        font-weight: bold;
    }

    .mask3_content_body_text {
        height: 50vh;
    }

    .joinMain2 {
        width: 90%;
    }

    .joinMain2-title1,
    .joinMain_lxfsbox_item1_text {
        font-size: 14px;
    }

    .joinMain2-title2 {
        font-size: 16px;
    }

    .joinMain_lxfsbox_item1_img {
        width: 50px;
        height: 50px;
    }

    .joinMain_lxfsbox_item2 {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0;
    }

    .joinMain_lxfsbox_item2_xian {
        display: none;
    }

    .joinMain_lxfsbox_item2_cont_title {
        font-size: 12px;
    }

    .joinMain_lxfsbox_item2_cont_text {
        font-size: 12px;
        line-height: normal;
    }

    .joinMain2-item-mask-title {
        font-size: 12px;
    }

    .joinMain2-item-mask-cont {
        font-size: 12px;
    }

    .joinMain2-item-mask-info {
        font-size: 12px;
    }

    .joinMain2-item-mask-info img {
        width: 10px;
        height: 12px;
    }

    .joinMain2-item-mask-info span {
        font-size: 12px;
    }
}

@media screen and (max-width:580px) {
    .joinMain2-item {
        margin-right: 0;
    }

    .joinMain2-item .jmi-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}