input:-internal-autofill-selected {
    background-color: transparent !important;
}
.tojoin .anchor-nav {
    text-align: center;
    position: relative;
}
.tojoin .anchor-nav ul{
    display: inline-block;
    position: relative;
}
/* .tojoin .anchor-nav ul::before{
    content: '';
    height: 0;
    width: 60%;
    border-top:2px transparent solid;
    border-image:linear-gradient(to right,#f6f6f6,#dedede,#f6f6f6) 1 10;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translatex(-50%);
} */
.tojoin .pos_abs{
    bottom: 10px;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.tojoin .swiper-pagination{
    position: relative;
    background: #fff;
    display: inline-block;
}
.tojoin .pos_res{
    position: relative;
    text-align: center;
}
.tojoin .pos_res::after, .tojoin .pos_res::before{
    content: '';
    position: absolute;
    top: 50%;
    background: #e6e6e6;
    width: 40%;
    height: 1px;
}
.tojoin .pos_res::after{
    left: 0;
}
.tojoin .pos_res::before{
    right: 0;
}
.tojoin .anchor-item {
    display: inline-block;
    border-right: 1px dashed #cbcbcb;
    padding: 0 9px;
    line-height: 1;
}
.tojoin .anchor-item:last-child{
    border: none;
}
.tojoin .anchor-item a{
    color: #333;
}
.tojoin .introduction {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.tojoin .big-red{
    color: #a41414;
    font-size: 22px;
}
.tojoin .advantage-item {
    text-align: center;
    margin-bottom: 15px;
}
.tojoin .advantage-cover {
    width: 70px;
    display: inline-block;
}
.tojoin  .advantage-title {
    position: relative;
    color: #333;
    margin-bottom: 40px;
    margin-top: 30px;
}
.tojoin  .advantage-title::after {
    content: '';
    height: 0;
    width: 40px;
    border-bottom: 1px solid #a41414;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translatex(-50%);
}
.tojoin  img {
    object-fit: revert;
}
.tojoin .brand-img {
    max-height: 595px;
}
.tojoin .card {
    border: none;
    box-shadow: 0px 3px 7px 0px rgba(182, 182, 182, 0.35);
}
.tojoin .brand-title {
    font-weight: 600;
}
.tojoin .m-t-60{
    margin-top: 60px;
}
.tojoin .m-t-50{
    margin-top: 50px;
  }
.tojoin .slogan {
    /* width: 366px; */
    display: inline-block;
    margin: 30px 0 60px 0;
}
.tojoin .turnpage {
    text-align: center;
    margin-top: 40px;
}
.join-swiper {
    padding-bottom: 80px;
}
.tojoin .swiper-pagination-bullet {
    width: auto !important;
    height: 30px;
    line-height: 30px;
    padding: 0px 11px;
    background: #d8d8d8;
    border-radius: 50%;
    font-size: 14px;
    margin: 0 8px;
    display: inline-block;
}
.tojoin .dot-item:hover {
    cursor: pointer;
}
.tojoin .turnpage.title-text p:before,.tojoin .turnpage.title-text p:after { 
    width: 42%;            /*单侧横线的长度*/
}
/* .tojoin .swiper-pagination-bullet-active {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    background: #fff;
} */
.tojoin .brand-item:nth-child(odd) .brand-cover{
    width: 50%;
    float: left;
}
.tojoin .brand-item:nth-child(even) .brand-cover{
    width: 50%;
    float: right;
}
.tojoin .brand-item:nth-child(odd) .conent-box{
    width: 50%;
    float: right;
    padding-left: 40px;
    margin-top: 74px;
}
.tojoin .brand-item:nth-child(even) .conent-box{
    width: 50%;
    float: left;
    padding-left: 40px;
    margin-top: 74px;
}

.tojoin .map-box img {
     object-fit: scale-down;
 }
 .tojoin .area-item {
     margin-bottom: 30px;
 }
 .tojoin .square {
     width: 53px;
     height: 19px;
     margin-right: 30px;
 }
 .tojoin .square1 {
     background: #e7a840;
 }
 .tojoin .square2 {
     background: #929290;
 }
 .tojoin .square3 {
     background: #e7bc86;
 }
 .tojoin .square4 {
     background: #c8a064;
 }
 .tojoin .square5 {
     background: #fdecd2;
 }
 .tojoin .square6 {
     background: #c0c0c0;
}
.tojoin .form-box {
    background: #333;
    padding: 20px 0;
}
.tojoin .form-item {
    margin-bottom: 15px;
}
.map-info-box {
    position: relative;
    top: 50%;
    transform: translatey(-50%);
}
.tojoin .input-item {
    width: 100%;
    height: 50px;
    border: 2px solid #dcdcdc;
    outline: none;
    padding-left: 30px;
    text-align: left;
    border-radius: 2px;
    background: #333;
}
.tojoin .submit {
    width: 150px;
    height: 50px;
    background: #ffffff;
    border-radius: 2px;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    color: #343434;
}
.tojoin .submit:hover{
    cursor: pointer;
}
/*桌面显示器*/
@media(min-width: 992px) {
    .tojoin .map-box {
        padding-right: 90px;
    }
    .tojoin .advantage-item {
       padding: 0 30px;
    }
	.tojoin  .big-title {
        font-size: 26px;
        font-weight: bold;
        color: #333333;
    }
    .tojoin  .list-item {
        padding: 0 20px;
    }
}
@media(min-width: 1200px) { 
    .tojoin .advantage-item {
        padding: 0 46px;
    }
}

@media(max-width: 991.9px) {
    .tojoin .anchor-nav ul::before{
        top: -10px;
    }
    .tojoin .brand-item:nth-child(odd) .brand-cover{
        width: 50%;
        float: left;
    }
    .tojoin .brand-item:nth-child(even) .brand-cover{
        width: 50%;
        float: right;
    }
}
@media(max-width: 768px) {
    .tojoin .input-item {
        width: 100%;
        height: 46px;
        padding-left: 15px;
    }
    .tojoin .submit {
        width: 150px;
        height: 46px;
        line-height: 46px;
    }
    .tojoin .brand-item:nth-child(odd) .brand-cover{
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
    }
    .tojoin .brand-item:nth-child(even) .brand-cover{
        width: 100%;
        float: none;;
    }
    .tojoin .brand-item:nth-child(odd) .conent-box{
        width: 100%;
        float: none;
        padding-left: 0px;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .tojoin .brand-item:nth-child(even) .conent-box{
        width: 100%;
        float: none;
        padding-right: 0px;
        margin-top: 0px;
        margin-bottom: 15px;
    }
 }
 @media(max-width: 576px) {
    .tojoin .square{
        margin-right: 15px;
    }
    .tojoin .area-item {
         margin-bottom: 15px;
    }
 }