.xj-join-page /*边线重叠*/ .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
.xj-join-page .clearfix {
    zoom: 1;
}
.xj-join-page .wrap {
    width: 90%;
    max-width: 1410px;
    margin: 0 auto;
}
.xj-join-page .formError {
    max-width: 280px;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10001;
    background-color: #f6f6f6;
    padding: 15px 30px;
    border-radius: 5px;
    opacity: 0;
    transition: .4s all;
    box-shadow: 0 5px 10px rgba(67, 65, 68, 0.9);
}
.xj-join-page .formError.active {
    opacity: 1;
}
.xj-join-page .formError h6 {
    font-size: 16px;
    color: #434144;
}
.xj-join-page /*.nav-layer .wrap ol li a:after {*/
/*    background-color: #333;*/
/*}
.xj-join-page .header .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 150px;
}
.xj-join-page .footer .wrap {
    /*width: 100%;*/
    /*max-width: 100%;*/
    position: relative;
}
.xj-join-page .box-top {
    margin-top: 100px;
}
.xj-join-page .index-name {
    margin-bottom: 32px;
    line-height: 48px;
}
.xj-join-page .index-namefl {
    float: left;
}
.xj-join-page .index-name h2 {
    display: inline-block;
    color: #222222;
    font-size: 36px;
    font-family: 'PingFangSCBold';
    font-weight: normal;
    margin-right: 24px;
}
.xj-join-page .index-name i {
    display: inline-block;
    color: #666;
    font-family: Arial;
    font-size: 24px;
    text-transform: uppercase;
}
.xj-join-page .index-namefr {
    float: right;
}
.xj-join-page .idxabout-base .wrap {
    background-color: #f5f5f5;
    margin-top: -80px;
    position: relative;
    z-index: 99;
}
.xj-join-page .index-join .wrap {
    position: relative;
    z-index: 1;
}
.xj-join-page .idxjoin-fl {
    float: left;
    color: #FFF;
}
.xj-join-page .idxjoin-fl i {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-family: Arial;
}
.xj-join-page .idxjoin-fl p {
    font-family: 'PingFangSCBold';
    font-size: 48px;
    line-height: 1.25;
    margin-top: 12px;
}
.xj-join-page .idxjoin-fl .more-arr {
    border-color: #FFF;
    color: #FFF;
    margin-top: 84px;
}
.xj-join-page .idxjoin-fl .more-arr:hover {
    border-color: #0066cc;
}
.xj-join-page .idxjoin-fr {
    float: right;
    width: 640px;
}
.xj-join-page .idxjoin-fr ul {
    margin-top: -20px;
}
.xj-join-page .idxjoin-fr li {
    float: left;
    width: 160px;
    margin-left: 50px;
    text-align: center;
}
.xj-join-page .idxjoin-fr li a {
    display: block;
    padding: 36px 0;
    position: relative;
    z-index: 99;
}
.xj-join-page .idxjoin-fr li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(32, 52, 111, .5);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
}
.xj-join-page .idxjoin-fr li a:hover:before {
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.xj-join-page .idxjoin-fr li span {
    display: block;
    color: #FFF;
    font-size: 18px;
    margin-top: 12px;
}
.xj-join-page .index-msg {
    padding: 80px 0 50px;
    background: url(https://www.yibomc.com/public/static/officialweb/img/index-msg.jpg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.xj-join-page .index-msg .index-name .index-namefl {
    float: none;
    text-align: center;
}
.xj-join-page .index-msg .index-name h2 {
    display: block;
    margin-right: 0;
}
.xj-join-page .index-msg form {
    position: relative;
    margin-top: -40px;
}
.xj-join-page .msg-info {
    margin-left: -1%;
}
.xj-join-page .msg-info li {
    float: left;
    width: 27%;
    margin-left: 1%;
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
}
.xj-join-page .msg-info li:nth-child(3) {
    width: 43%;
}
.xj-join-page .msg-info li:nth-child(4) {
    width: 73%;
}
.xj-join-page .msg-info li input,
.xj-join-page .msg-info li textarea {
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 24px;
    background-color: #FFF;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑";
    border: none;
    outline: none;
}
.xj-join-page .msg-btn {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 25.3%;
    border-radius: 4px;
    overflow: hidden;
}
.xj-join-page .msg-btn input {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    background-color: #20346f;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.xj-join-page .msg-btn input:hover {
    background-color: #162a55;
}
.xj-join-page .msg-btn button {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    background-color: #20346f;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.xj-join-page .msg-btn button:hover {
    background-color: #162a55;
}
.xj-join-page .box-link {
    background-color: #f5f5f5;
    text-align: center;
}
.xj-join-page .box-link ul {
    display: inline-block;
    font-size: 0;
    height: 70px;
    line-height: 70px;
}
.xj-join-page .box-link li {
    display: inline-block;
    width: 170px;
    text-align: center;
}
.xj-join-page .box-link li a {
    display: block;
    color: #333;
    font-size: 16px;
}
.xj-join-page .box-link li:hover a,
.xj-join-page .box-link li.on a {
    background-color: #0066cc;
    color: #FFF;
}
.xj-join-page .index-name.index-aname i {
    display: block;
}
.xj-join-page .about-story .index-name {
    text-align: center;
}
.xj-join-page .about-story .index-name h2 {
    margin-right: 0;
}
.xj-join-page .about-culture .index-name h2,
.xj-join-page .about-culture .index-name i {
    color: #FFF;
}
.xj-join-page .about-history .index-name {
    text-align: center;
}
.xj-join-page .about-history .index-name h2 {
    margin-right: 0;
}
.xj-join-page .about-case .index-name {
    text-align: center;
}
.xj-join-page .about-case .index-name h2 {
    margin-right: 0;
}
.xj-join-page /* join style */ .join-base {
    background: url(https://www.yibomc.com/public/static/officialweb/img/join-bg01.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}
.xj-join-page .join-bfl {
    float: left;
    width: 63%;
    padding-right: 9%;
    margin-top: 70px;
}
.xj-join-page .join-bfl p {
    color: #333333;
    line-height: 2.25;
    margin-bottom: 44px;
    margin-top: -20px;
}
.xj-join-page .join-bfr {
    float: right;
    width: 37%;
}
.xj-join-page .join-bfr img {
    width: 100%;
}
.xj-join-page .index-name p {
    color: #333;
    font-size: 18px;
    line-height: 1.67;
}
.xj-join-page .join-good .index-name {
    text-align: center;
}
.xj-join-page .join-good .index-name h2 {
    margin-right: 0;
}
.xj-join-page .join-good ul {
    margin-left: -2%;
}
.xj-join-page .join-good li {
    float: left;
    width: 31.3%;
    margin-left: 2%;
    position: relative;
    text-align: center;
    color: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.xj-join-page .join-good li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}
.xj-join-page .join-good li > img {
    width: 100%;
}
.xj-join-page .join-ginfo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.xj-join-page .join-ginfo img {
    display: block;
    margin: 0 auto
}
.xj-join-page .join-ginfo strong {
    display: block;
    font-size: 30px;
    font-family: 'PingFangSCBold';
    line-height: 1.2;
    position: relative;
    padding-bottom: 28px;
    margin-top: 24px;
}
.xj-join-page .join-ginfo strong:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #FFF;
    margin: 0 auto;
}
.xj-join-page .join-ginfo p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
    margin-top: 36px;
    display: none;
}
.xj-join-page .join-data {
    position: absolute;
    top: 36px;
    right: 26px;
}
.xj-join-page .join-good .joinz-item {
    position: relative;
    text-align: center;
    color: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.xj-join-page .join-good .joinz-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}
.xj-join-page .join-good .joinz-item > img {
    width: 100%;
}
.xj-join-page .join-good .joinz-item:hover:before {
    background-color: rgba(32, 52, 111, .8);
}
.xj-join-page .join-good .joinz-item:hover .join-ginfo p {
    display: block;
}
.xj-join-page .joinz-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    display: none;
}
.xj-join-page .joinz-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.xj-join-page .joinz-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #CCC;
    background: transparent;
    opacity: 1;
}
.xj-join-page .joinz-swiper .swiper-pagination-bullet-active {
    background: #0066cc;
    border-color: #0066cc;
}
.xj-join-page .join-good li:hover:before {
    background-color: rgba(9, 80, 64, .8);
}
.xj-join-page .join-good li:hover .join-ginfo p {
    display: block;
}
.xj-join-page .join-step {
    margin-top: 140px;
}
.xj-join-page .join-step .index-name {
    text-align: center;
}
.xj-join-page .join-step .index-name h2 {
    margin-right: 0;
}
.xj-join-page .join-step ul {
    position: relative;
}
.xj-join-page .join-step ul:before {
    content: '';
    position: absolute;
    left: 6%;
    right: 6%;
    top: 216px;
    height: 52px;
    background: url(https://www.yibomc.com/public/static/officialweb/img/join-step.png) no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.xj-join-page .join-step li {
    float: left;
    width: 12.6%;
    height: 206px;
    padding: 40px 0 20px;
    background-color: #0066cc;
    text-align: center;
    color: #FFF;
    position: relative;
}
.xj-join-page .join-step li p {
    font-size: 18px;
    line-height: 1.33;
    margin-top: 16px;
}
.xj-join-page .join-step li span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    font-size: 18px;
    text-decoration: underline;
}
.xj-join-page .join-step li:nth-child(2),
.xj-join-page .join-step li:nth-child(4),
.xj-join-page .join-step li:nth-child(6),
.xj-join-page .join-step li:nth-child(8) {
    margin-top: 280px;
    margin-left: -24px;
}
.xj-join-page .join-step li:nth-child(3),
.xj-join-page .join-step li:nth-child(5),
.xj-join-page .join-step li:nth-child(7),
.xj-join-page .join-step li:nth-child(9) {
    margin-left: -24px;
}
.xj-join-page .join-step li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #0066cc;
    border-radius: 50%;
    margin: 0 auto;
}
.xj-join-page .join-step li:nth-child(even):before {
    top: -16px;
    bottom: auto;
}
.xj-join-page .join-step li img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.xj-join-page .join-step li:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.xj-join-page .join-help {
    background: url(https://www.yibomc.com/public/static/officialweb/img/join-bg02.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}
.xj-join-page .join-help .index-name {
    text-align: center;
}
.xj-join-page .join-help .index-name h2 {
    margin-right: 0;
}
.xj-join-page .join-help .index-name h2,
.xj-join-page .join-help .index-name p {
    color: #FFF;
}
.xj-join-page .join-htab,
.xj-join-page .join-ttab {
    text-align: center;
}
.xj-join-page .join-tab {
    display: inline-block;
    text-align: center;
    font-size: 0;
}
.xj-join-page .join-tab li {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    margin: 0 40px;
    position: relative;
    padding-bottom: 16px;
    cursor: pointer;
}
.xj-join-page .join-tab li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 27px;
    height: 2px;
    background-color: #FFF;
    margin: 0 auto;
    display: none;
}
.xj-join-page .join-tab li.on:before,
.xj-join-page .join-tab li:hover:before {
    display: block;
}
.xj-join-page .join-hbox {
    margin-top: 24px;
}
.xj-join-page .join-hno {
    display: none;
}
.xj-join-page .join-hshow ul {
    margin-left: -0.5%;
}
.xj-join-page .join-hshow li {
    float: left;
    margin-left: 0.5%;
}
.xj-join-page .join-hshow li img {
    width: 100%;
}
.xj-join-page .join-hshow li:nth-child(1) {
    width: 50%;
}
.xj-join-page .join-hshow li:nth-child(2) {
    width: 23%;
}
.xj-join-page .join-hshow li:nth-child(2) img {
    margin-bottom: 10px;
}
.xj-join-page .join-hshow li:nth-child(3) {
    width: 25%;
}
.xj-join-page .join-help .join-hbox img,
.xj-join-page .join-train .join-hbox img {
    width: 100%;
}
.xj-join-page .join-photo .index-name {
    text-align: center;
}
.xj-join-page .join-photo .index-name h2 {
    margin-right: 0;
}
.xj-join-page .join-ptab {
    margin-left: -1%;
    margin-top: 16px;
}
.xj-join-page .join-ptab li {
    float: left;
    margin-left: 1%;
    width: 24%;
    position: relative;
    cursor: pointer;
}
.xj-join-page .join-ptab li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 6px solid #0066cc;
    display: none;
}
.xj-join-page .join-ptab li img {
    width: 100%;
}
.xj-join-page .join-ptab li.on:before {
    display: block;
}
.xj-join-page .join-train .index-name {
    text-align: center;
}
.xj-join-page .join-train .index-name h2 {
    margin-right: 0;
}
.xj-join-page .join-train .join-tab li {
    color: #333;
}
.xj-join-page .join-train .join-tab li:before {
    background-color: #0066cc;
}
.xj-join-page .join-tshow ul {
    margin-left: -0.5%;
}
.xj-join-page .join-tshow li {
    float: left;
    margin-left: 0.5%;
    width: 32.8%;
    margin-bottom: 12px;
}
.xj-join-page .join-tshow li img {
    width: 100%;
}
.xj-join-page .join-tshow li:nth-child(1) {
    width: 59.5%;
}
.xj-join-page .join-tshow li:nth-child(2) {
    width: 39.5%;
}
.xj-join-page .join-spot {
    background: url(https://www.yibomc.com/public/static/officialweb/img/join-bg03.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 140px 0 120px;
}
.xj-join-page .join-spot .index-name {
    text-align: center;
}
.xj-join-page .join-spot .index-name h2 {
    margin-right: 0;
}
.xj-join-page .join-spot .index-name h2,
.xj-join-page .join-spot .index-name i {
    color: #FFF;
}
.xj-join-page .join-spot ul {
    margin-left: -1%;
}
.xj-join-page .join-spot li {
    float: left;
    width: 24%;
    margin-left: 1%;
    position: relative;
    text-align: center;
    color: #333;
    background-color: #FFF;
    padding: 40px;
}
.xj-join-page .join-spot li img {
    display: block;
    margin: 0 auto
}
.xj-join-page .join-spot li strong {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
    margin-top: 16px;
}
.xj-join-page .join-spot li strong:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #0066cc;
    margin: 0 auto;
}
.xj-join-page .join-spot li p {
    line-height: 24px;
    margin-top: 16px;
}
.xj-join-page .join-process .index-name {
    text-align: center;
}
.xj-join-page .join-process .index-name h2 {
    margin-right: 0;
}
.xj-join-page .join-process ul {
    margin-left: -3.3%;
    position: relative;
}
.xj-join-page .join-process ul:before {
    content: '';
    position: absolute;
    left: 51.5%;
    top: 0;
    bottom: 25px;
    border-left: 2px dashed #999999;
}
.xj-join-page .join-process li {
    float: left;
    width: 46.7%;
    margin-left: 3.3%;
    background-color: #f5f5f5;
    margin-bottom: 25px;
    padding: 24px 40px;
    position: relative;
    text-align: right;
}
.xj-join-page .join-process li:before {
    content: '';
    position: absolute;
    right: -4.6%;
    top: 25px;
    width: 12px;
    height: 12px;
    background-color: #FFF;
    border: 2px solid #0066cc;
    border-radius: 50%;
}
.xj-join-page .join-process li:nth-child(even) {
    text-align: left;
}
.xj-join-page .join-process li:nth-child(even):before {
    right: auto;
    left: -4.6%;
    top: auto;
    bottom: 25px;
}
.xj-join-page .join-process li span {
    display: block;
    color: #333;
    font-size: 24px;
    font-family: 'PingFangSCBold';
    line-height: 1.6;
}
.xj-join-page .join-process li p {
    color: #333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}
.xj-join-page /* contact style */ .cont-show .index-name {
    text-align: center;
}
.xj-join-page .cont-show .index-name h2 {
    margin-right: 0;
}
.xj-join-page .ser-flow .index-name {
    text-align: center;
}
.xj-join-page .ser-flow .index-name h2 {
    margin-right: 0;
}
.xj-join-page .ser-flow .index-name h2,
.xj-join-page .ser-flow .index-name p {
    color: #FFF;
}
.xj-join-page .ser-order .index-name {
    text-align: center;
}
.xj-join-page .ser-order .index-name h2 {
    margin-right: 0;
}
.xj-join-page .ser-msgfr .msg-info {
    margin-left: -1%;
}
.xj-join-page .ser-msgfr .msg-info li {
    width: 49%;
    margin-left: 1%;
    border: 1px solid #dedede;
    border-radius: 0;
    margin-bottom: 16px;
}
.xj-join-page .ser-msgfr .msg-info li input,
.xj-join-page .ser-msgfr .msg-info li select {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    width: 100%;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    background-color: #FFF;
    border-radius: 0;
}
.xj-join-page .ser-msgfr .msg-info li:nth-child(3) {
    width: 99%;
}
.xj-join-page .ser-msgfr .msg-btn {
    position: static;
    width: 100%;
    border-radius: 0;
}
.xj-join-page .ser-msgfr .msg-btn input {
    height: 38px;
    line-height: 38px;
}
.xj-join-page .cont-msg.join-msg {
    background-color: #FFF;
    margin-top: 0;
}
.xj-join-page .cont-msg.join-msg .join-msgtxt {
    text-align: center;
    color: #292929;
    font-size: 18px;
    margin-bottom: 50px;
}
.xj-join-page .cont-msg.join-msg ul li input,
.xj-join-page .cont-msg.join-msg ul li textarea {
    background-color: #f5f5f5;
}
@media screen and (max-width: 1660px) {
.xj-join-page .header .wrap {
        width: 90%;
        max-width: 1410px;
        padding: 0;
    }
.xj-join-page .footer .wrap {
        width: 90%;
        max-width: 1410px;
    }
}
@media screen and (max-width: 1500px) {
.xj-join-page .idxjoin-fl p {
        font-size: 40px;
    }
.xj-join-page .box-link li {
        width: 160px;
    }
.xj-join-page .join-spot,
.xj-join-page .ser-flow,
.xj-join-page .ser-order{
        padding: 100px 0;
    }
.xj-join-page .join-spot li p {
        height: 72px;
    }
}
@media screen and (max-width: 1280px) {
.xj-join-page .box-top {
        margin-top: 80px;
    }
.xj-join-page .index-name {
        margin-bottom: 50px;
    }
.xj-join-page .idxjoin-fl p {
        font-size: 32px;
    }
.xj-join-page .idxjoin-fr ul {
        margin-top: -40px;
    }
.xj-join-page .index-msg form {
        margin-top: -20px;
    }
.xj-join-page .box-link li {
        width: 124px;
    }
.xj-join-page .about-story,
.xj-join-page .about-culture,
.xj-join-page .about-history,
.xj-join-page .about-case,
.xj-join-page .join-base,
.xj-join-page .join-help,
.xj-join-page .join-spot,
.xj-join-page .ser-flow,
.xj-join-page .ser-order{
        padding: 80px 0;
    }
.xj-join-page .join-bfl {
        margin-top: 20px;
        padding-right: 4%;
    }
.xj-join-page .join-ginfo strong {
        font-size: 24px;
        padding-bottom: 12px;
        margin-top: 12px;
    }
.xj-join-page .join-ginfo img {
        width: 40px;
    }
.xj-join-page .join-ginfo p {
        margin-top: 20px;
    }
.xj-join-page .join-step ul:before {
        right: 9%;
    }
.xj-join-page .join-step li:nth-child(even):before {
        top: -29px;
    }
.xj-join-page .join-step {
        margin-top: 100px;
    }
}
@media screen and (max-width: 1060px) {
.xj-join-page .idxjoin-fr {
        width: 540px;
    }
.xj-join-page .idxjoin-fr li {
        margin-left: 20px;
    }
.xj-join-page .join-step li p {
        font-size: 16px;
    }
.xj-join-page .join-step ul:before {
        right: 13%;
    }
.xj-join-page .join-spot li {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 960px) {
.xj-join-page .box-top {
        margin-top: 60px;
    }
.xj-join-page .index-name {
        margin-bottom: 40px;
        line-height: 38px;
    }
.xj-join-page .index-name i {
        font-size: 18px;
    }
.xj-join-page .index-name h2 {
        font-size: 26px;
        margin-right: 10px;
    }
.xj-join-page .idxjoin-fl p {
        font-size: 24px;
    }
.xj-join-page .idxjoin-fl .more-arr {
        margin-top: 50px;
    }
.xj-join-page .idxjoin-fr li span {
        font-size: 16px;
    }
.xj-join-page .idxjoin-fr li {
        width: 140px;
        margin-left: 12px;
    }
.xj-join-page .idxjoin-fr {
        width: 460px;
    }
.xj-join-page .index-msg {
        padding: 40px 0;
    }
.xj-join-page .box-link ul {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
    }
.xj-join-page .box-link li {
        width: auto;
    }
.xj-join-page .box-link li a {
        padding: 0 20px;
    }
.xj-join-page .about-ifl .index-name h2 {
        margin-right: 0;
    }
.xj-join-page .about-story,
.xj-join-page .about-culture,
.xj-join-page .about-history,
.xj-join-page .about-case,
.xj-join-page .join-base,
.xj-join-page .join-help,
.xj-join-page .join-spot,
.xj-join-page .ser-flow,
.xj-join-page .ser-order{
        padding: 60px 0;
    }
.xj-join-page .join-bfl p {
        margin-bottom: 30px;
        line-height: 1.8;
        font-size: 14px;
    }
.xj-join-page .join-ginfo strong {
        font-size: 20px;
    }
.xj-join-page .join-data {
        top: 16px;
        right: 16px;
        width: 36px;
    }
.xj-join-page .join-ginfo {
        width: 90%;
    }
.xj-join-page .index-name p {
        font-size: 16px;
    }
.xj-join-page .join-step {
        margin-top: 80px;
    }
.xj-join-page .join-sbox {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
    }
.xj-join-page .join-step ul {
        width: 880px;
    }
.xj-join-page .join-step li {
        width: 150px;
        padding: 40px 5px 15px 5px;
        height: 180px;
    }
.xj-join-page .join-step ul:before {
        top: 188px;
        left: 8%;
        right: 10%;
    }
.xj-join-page .join-step li:nth-child(2),
.xj-join-page .join-step li:nth-child(4),
.xj-join-page .join-step li:nth-child(6),
.xj-join-page .join-step li:nth-child(8) {
        margin-top: 230px;
        margin-left: -60px;
    }
.xj-join-page .join-step li:nth-child(3),
.xj-join-page .join-step li:nth-child(5),
.xj-join-page .join-step li:nth-child(7),
.xj-join-page .join-step li:nth-child(9) {
        margin-left: -60px;
    }
.xj-join-page .join-step li:nth-child(even):before {
        top: -17px;
    }
.xj-join-page .join-step li img {
        width: 34px;
    }
.xj-join-page .join-step li p,
.xj-join-page .join-step li span {
        font-size: 16px;
    }
.xj-join-page .join-hshow li:nth-child(2) img {
        margin-bottom: 4px;
    }
.xj-join-page .join-ptab li:before {
        border-width: 4px;
    }
.xj-join-page .join-spot li img {
        width: 30px;
    }
.xj-join-page .join-spot li strong {
        font-size: 20px;
    }
.xj-join-page .join-spot li p {
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }
.xj-join-page .join-process li {
        padding: 20px;
    }
.xj-join-page .join-process li span {
        font-size: 20px;
    }
.xj-join-page .join-process li p {
        font-size: 14px;
    }
.xj-join-page .join-process li:before {
        right: -4.9%;
    }
.xj-join-page .join-process li:nth-child(even):before {
        left: -4.9%;
    }
}
@media screen and (max-width: 768px) {
.xj-join-page .join-sbox {
        white-space:initial;
        overflow-x:hidden;
    }
.xj-join-page .join-step ul {
        width: auto;
        margin-left: -1.3%;
    }
.xj-join-page .join-step li:before,
.xj-join-page .join-step li:nth-child(even):before {
        display: none;
    }
.xj-join-page .join-step li {
        float: left;
        width: 32%;
        margin-left: 1.3%!important;
        margin-top: 0!important;
        margin-bottom: 12px;
    }
.xj-join-page .box-top,
.xj-join-page .about-intro {
        margin-top: 50px;
    }
.xj-join-page .idxjoin-fl {
        float: none;
        width: 100%;
    }
.xj-join-page .idxjoin-fr {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
.xj-join-page .idxjoin-fr ul {
        margin-top: 0;
    }
.xj-join-page .idxjoin-fl .more-arr {
        margin-top: 20px;
    }
.xj-join-page .idxjoin-fl p {
        font-size: 20px;
    }
.xj-join-page .idxjoin-fl i {
        font-size: 18px;
    }
.xj-join-page .idxjoin-fr ul {
        margin-left: -1.3%;
    }
.xj-join-page .idxjoin-fr li {
        width: 32%;
        margin-left: 1.3%;
    }
.xj-join-page .idxjoin-fr li a img {
        width: 32px;
    }
.xj-join-page .msg-info li input,
.xj-join-page .msg-info li textarea {
        padding: 0 10px;
        height: 42px;
        line-height: 42px;
    }
.xj-join-page .msg-info {
        margin-left: 0;
    }
.xj-join-page .msg-info li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
.xj-join-page .msg-info li:nth-child(3),
.xj-join-page .msg-info li:nth-child(4) {
        width: 100%;
    }
.xj-join-page .msg-btn input {
        height: 42px;
        line-height: 42px;
    }
.xj-join-page .msg-btn button {
        height: 42px;
        line-height: 42px;
    }
.xj-join-page .msg-btn {
        position: static;
        width: 130px;
        margin: 10px auto 0;
    }
.xj-join-page .box-link ul {
        height: 60px;
        line-height: 60px;
    }
.xj-join-page .index-name {
        line-height: 30px;
        margin-bottom: 30px;
    }
.xj-join-page .about-story,
.xj-join-page .about-culture,
.xj-join-page .about-history,
.xj-join-page .about-case,
.xj-join-page .join-base,
.xj-join-page .join-help,
.xj-join-page .join-spot,
.xj-join-page .ser-flow,
.xj-join-page .ser-order{
        padding: 40px 0;
    }
.xj-join-page .join-bfl {
        margin-top: 0;
        width: 100%;
        padding-right: 0;
    }
.xj-join-page .join-bfr {
        width: 100%;
    }
.xj-join-page .join-bfl p {
        margin-top: 0;
        margin-bottom: 16px;
    }
.xj-join-page .join-ginfo img {
        width: 30px;
    }
.xj-join-page .join-good li:hover .join-ginfo p {
        font-size: 12px;
        line-height: 1.6;
        margin-top: 12px;
    }
.xj-join-page .join-step {
        margin-top: 60px;
    }
.xj-join-page .join-tab li {
        margin: 0 20px;
        font-size: 14px;
    }
.xj-join-page .join-spot li {
        width: 49%;
        margin-bottom: 10px;
        padding: 20px 10px;
    }
.xj-join-page .join-spot li strong {
        font-size: 18px;
    }
.xj-join-page .ser-msgfr .msg-info li:nth-child(4) {
        width: 49%;
    }
.xj-join-page .joinz-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
        display: block;
    }
.xj-join-page .joinz-swiper.swiper-container {
        padding-bottom: 36px;
    }
}
@media screen and (max-width: 660px) {
.xj-join-page .index-name i {
        font-size: 16px;
    }
.xj-join-page .join-good li:hover {
        display: none;
    }
.xj-join-page .join-data {
        top: 10px;
        right: 10px;
        width: 20px;
    }
.xj-join-page .join-ginfo img {
        width: 24px;
    }
.xj-join-page /*.join-step li img {*/
    /*    width: 30px;*/
    /*}
.xj-join-page */ .join-tshow li {
        margin-bottom: 6px;
    }
.xj-join-page .join-process li {
        padding: 12px;
    }
.xj-join-page .join-process li span {
        font-size: 18px;
    }
.xj-join-page .join-process li p {
        margin-top: 2px;
        height: 72px;
        -webkit-line-clamp: 3;
    }
.xj-join-page .join-process li:before {
        right: -5%;
        width: 10px;
        height: 10px;
    }
.xj-join-page .join-process li:nth-child(even):before {
        left: -4.8%;
    }
}
@media screen and (max-width: 480px) {
.xj-join-page .box-top,
.xj-join-page .about-intro {
        margin-top: 40px;
    }
.xj-join-page .join-step li p,
.xj-join-page .join-step li span {
        font-size: 14px;
    }
.xj-join-page .index-name {
        line-height: 28px;
        margin-bottom: 20px;
    }
.xj-join-page .index-name i {
        display: none;
    }
.xj-join-page .index-name h2 {
        font-size: 24px;
        margin-right: 0;
    }
.xj-join-page .idxjoin-fl .more-arr {
        width: 120px;
        text-align: center;
    }
.xj-join-page .idxjoin-fr li span {
        font-size: 14px;
    }
.xj-join-page .idxjoin-fr li a {
        padding: 24px 0;
    }
.xj-join-page .index-msg form {
        margin-top: 0;
    }
.xj-join-page .box-link ul {
        height: 48px;
        line-height: 48px;
    }
.xj-join-page .box-link li a {
        font-size: 14px;
        padding: 0 12px;
    }
.xj-join-page .about-story,
.xj-join-page .about-culture,
.xj-join-page .about-history,
.xj-join-page .about-case,
.xj-join-page .join-base,
.xj-join-page .join-help,
.xj-join-page .join-spot,
.xj-join-page .ser-flow,
.xj-join-page .ser-order{
        padding: 30px 0;
    }
.xj-join-page .index-name p {
        font-size: 14px;
    }
.xj-join-page .join-step {
        margin-top: 30px;
    }
.xj-join-page .join-tab li {
        margin: 0 6px;
    }
.xj-join-page .join-spot li {
        margin-bottom: 6px;
    }
.xj-join-page .join-spot li strong {
        font-size: 16px;
        margin-top: 10px;
        padding-bottom: 12px;
    }
.xj-join-page .join-spot li p {
        margin-top: 10px;
    }
.xj-join-page .join-process ul {
        margin-left: 0;
        padding-left: 12px;
    }
.xj-join-page .join-process li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        text-align: left;
    }
.xj-join-page .join-process ul:before {
        left: 0;
    }
.xj-join-page .join-process li:before {
        right: auto;
        left: -16px;
        top: 20px;
    }
.xj-join-page .join-process li:nth-child(even):before {
        left: -16px;
        top: 20px;
    }
.xj-join-page .join-process li p {
        height: auto;
    }
.xj-join-page .join-process li span {
        font-size: 16px;
    }
.xj-join-page /* 所有标题更改 */ .box-top,
.xj-join-page .about-intro,
.xj-join-page .join-step {
        margin-top: 50px;
    }
.xj-join-page .about-story,
.xj-join-page .about-culture,
.xj-join-page .about-history,
.xj-join-page .about-case,
.xj-join-page .join-base,
.xj-join-page .join-help,
.xj-join-page .join-spot,
.xj-join-page .ser-flow,
.xj-join-page .ser-order,
.xj-join-page .index-msg {
        padding: 50px 0;
    }
.xj-join-page .join-ginfo img {
        width: 36px;
    }
.xj-join-page .join-data {
        width: 32px;
        top: 16px;
        right: 16px;
    }
}
@media screen and (max-width: 375px) {
.xj-join-page .index-name {
        margin-bottom: 16px;
    }
.xj-join-page .index-name h2 {
        font-size: 22px;
    }
.xj-join-page .index-name i {
        font-size: 14px;
    }
}
@media screen and (max-width: 360px) {
.xj-join-page .join-tab li {
        margin: 0 4px;
    }
}
.xj-join-page /* 加盟流程修改 */ .join-process {
    background: url(https://www.yibomc.com/public/static/officialweb/img/join-y-bg.png) center no-repeat;
    -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;margin-top: 0;padding: 100px 0;
}
.xj-join-page .swiper-join-y-box {position: relative;}
.xj-join-page .swiper-join-y {overflow: hidden;position: relative;padding-bottom: 60px;}
.xj-join-page .swiper-join-y-box .swiper-button-prev,
.xj-join-page .swiper-join-y-box .swiper-button-next {
    position: absolute;
    top: 195px;
    width: 32px;height: 32px;
    border: 1px solid #666666;background-repeat: no-repeat;
    background-position: center;-webkit-background-size: 6px;-moz-background-size: 6px;-o-background-size: 6px;background-size: 6px;
}
.xj-join-page .swiper-join-y-box .swiper-button-prev {left: -90px;background-image: url(https://www.yibomc.com/public/static/officialweb/img/join-prev1.png);}
.xj-join-page .swiper-join-y-box .swiper-button-prev:hover {background-image: url(https://www.yibomc.com/public/static/officialweb/img/join-prev2.png);background-color: #0066cc;border-color: #0066cc;}
.xj-join-page .swiper-join-y-box .swiper-button-next:hover {background-image: url(https://www.yibomc.com/public/static/officialweb/img/join-next2.png);background-color: #0066cc;border-color: #0066cc;}
.xj-join-page .swiper-join-y-box .swiper-button-next {right: -90px;background-image: url(https://www.yibomc.com/public/static/officialweb/img/join-next1.png);}
.xj-join-page .swiper-join-y .swiper-slide-active.swiper-slide {
    position: relative;
    z-index:5;padding: 230px 0;
    left: 0;
    -ms-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1);
}
.xj-join-page .swiper-join-y .swiper-slide {
    position: relative;
    left: -100px;-ms-transform:scale(.5);-moz-transform:scale(.5);-webkit-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);
}
.xj-join-page .swiper-join-y .swiper-slide-active .icon {display: none;}
.xj-join-page .swiper-join-y .swiper-slide-active .big {display: block;position: absolute;left: 50%;top: 50%;-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.xj-join-page .swiper-join-y .item {padding-bottom: 80px;}
.xj-join-page .swiper-join-y .icon {width: 264px;height: 264px;text-align: center;border-radius: 50%;
    display: -webkit-flex;display: flex;justify-content: center;/* 水平居中 */align-items:center;/* 垂直居中 */align-content:center;margin: 300px auto 0 380px;position: absolute;left: 50%;top: 50%;-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.xj-join-page .swiper-join-y .icon img {border-radius: 50%;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.xj-join-page .swiper-join-y .icon span {font-size: 34px;color: #fff;line-height: 38px;position: relative;z-index: 1;}
.xj-join-page .swiper-join-y .big {display: none;}
.xj-join-page .swiper-join-y .big .img {
    display: block;border-radius: 50%;border: 1px dashed #87a9a2;padding: 50px;margin-bottom: 40px;
    width: 400px;height: 400px;background-color: #fff;
}
.xj-join-page .swiper-join-y .big .img img {
    display: block;margin: 0 auto;
    width: 300px;height: 300px;border-radius: 50%;
}
.xj-join-page .swiper-join-y .big .txt {text-align: center;}
.xj-join-page .swiper-join-y .big .txt h3 {font-family: 'PingFangSCBold';font-size: 22px;color: #0c1d12;line-height: 32px;}
.xj-join-page .swiper-join-y .big .txt p {font-size: 14px;color: #333;line-height: 24px;}
@media screen and (max-width: 767px) {
.xj-join-page .swiper-join-y .swiper-slide-active.swiper-slide {padding: 0;}
.xj-join-page .swiper-join-y .item {padding-bottom: 0;}
.xj-join-page .swiper-join-y .swiper-slide-active .big {position: static;transform:none;}
.xj-join-page .swiper-join-y .big .img {width: 260px;height: 260px;margin: 20px auto;padding: 30px;}
.xj-join-page .swiper-join-y .big .img img {width: 200px;height: 200px;}
.xj-join-page .swiper-join-y .big .img {background-color: transparent;}
.xj-join-page .swiper-join-y .big .txt h3 {font-size: 18px;line-height: 28px;margin-bottom: 8px;}
.xj-join-page .swiper-join-y .big .txt p {
        font-size: 12px;line-height: 22px;
    }
.xj-join-page .join-process {padding: 50px 0;}
.xj-join-page .swiper-join-y .swiper-slide .icon {display: none;}
.xj-join-page .swiper-join-y .big {display: block;}
.xj-join-page .swiper-join-y-box {padding: 0 30px;}
.xj-join-page .swiper-join-y-box .swiper-button-prev,
.xj-join-page .swiper-join-y-box .swiper-button-next {top: 135px;}
.xj-join-page .swiper-join-y-box .swiper-button-prev {left: 0;}
.xj-join-page .swiper-join-y-box .swiper-button-next {right: 0;}
.xj-join-page .swiper-join-y .swiper-slide {left: 0;-ms-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
}
@media screen and (max-width: 500px) {
.xj-join-page .swiper-join-y .big .img {margin: 0 auto;}
.xj-join-page .swiper-join-y .big .img img {width: auth;height: auto;}
}

/* 锚点跳转避开吸顶导航 */
/* 锚点跳转避开吸顶 header 的遮挡 */
.xj-join-page #xingyelanhai,
.xj-join-page #pinpaiyoushi,
.xj-join-page #bangfufuneng,
.xj-join-page #zhaoshangyaoqiu,
.xj-join-page #jiamengliucheng,
.xj-join-page #shenqingjiameng { scroll-margin-top: 100px; }

.xj-join-page .msg-info li input::-webkit-input-placeholder,
.xj-join-page .msg-info li textarea::-webkit-input-placeholder { color: #999; }
.xj-join-page .msg-info li input::-moz-placeholder,
.xj-join-page .msg-info li textarea::-moz-placeholder { color: #999; }
.xj-join-page .msg-info li input:-ms-input-placeholder,
.xj-join-page .msg-info li textarea:-ms-input-placeholder { color: #999; }

/* ===== 板块间距与表单细节优化 ===== */
.xj-join-page .join-photo {
    padding-top: 80px;
    padding-bottom: 80px;
}
.xj-join-page .join-train {
    padding-top: 60px;
    padding-bottom: 80px;
}
.xj-join-page .join-step {
    margin-top: 60px;
    padding-bottom: 60px;
}
.xj-join-page .join-process {
    padding-top: 100px;
}
.xj-join-page .index-msg {
    padding-top: 100px;
}
.xj-join-page .join-good {
    padding-top: 100px;
    padding-bottom: 100px;
}
