#join {
    color: #66B1FF !important;
}

.nav li a {
    color: #333333;
}

.nav .slide_line {
    left: 376px;
}


/* 加盟代理背景图片======================================================================================================================== */
.join_contain {
    overflow: hidden;
    width: 100%;
    height: 360px;
    text-align: center;
    margin: 0 auto;
}

.join_img {
    /* max-width: 1903px; */
    max-width: 1920px;
    height: 360px;
    margin: 0 auto;
}

.join_title {
    padding-top: 80px;
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
}

.join_introduce {
    width: 500px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.75;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.apply_button {
    display: inline-block;
    text-decoration: none;
    width: 140px;
    height: 46px;
    line-height: 46px;
    color: #FFFFFF;
    background: #3BBCFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
}

.agent_login_button {
    display: inline-block;
    text-decoration: none;
    width: 140px;
    height: 44px;
    line-height: 44px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    margin-left: 20px;
}

.agent_login_button:hover {
    color: #3BBCFF;
    border: 1px solid #3BBCFF;
}


/* 加盟条件====================================================================================================================== */
.condition {
    width: 100%;
    /* height: 560px; */
    margin-top:90px;
}

.condition_center {
    max-width: 1000px;
    /* height: 560px; */
    margin: 0 auto;
    margin-bottom: 84px;
    width: 100%;
}

.condition_center h3 {
    color: #333333;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
    font-weight: 400;
}

.conditio_div {
    max-width: 1000px;
    height: 410px;
    width: 100%;
}

.condition_left {
    width: 600px;
    height: 410px;

    float: left;
}

.condition_right {
    width: 600px;
    height: 340px;
    padding-top: 70px;
    float: left;
}

.condition_right_div1,
.condition_right_div2,
.condition_right_div3 {
    height: 80px;
    margin-bottom: 20px;
    padding-left: 90px;
}

.condition_right_div1 {
    background: url(../image/icon_1.png) no-repeat left center;
}

.condition_right_div2 {
    background: url(../image/icon_2.png) no-repeat left center;
}

.condition_right_div3 {
    background: url(../image/icon_3.png) no-repeat left center;
}

.condition_right_p1,
.condition_right_p2,
.condition_right_p3 {
    width: 400px;
    color: #666666;
    font-size: 14px;
    height: 45px;
    line-height: 24px;
    padding-top: 10px;
    /* padding-top: 20px; */
    overflow: hidden;
}


/* 加盟流程================================================================================================================================ */
.step {
    width: 100%;
    height: 520px;
}

.step_center {
    /* width: 900px; */
    height: 520px;
    margin: 0 auto;
    text-align: center;
}

.step_center h3 {
    color: #333333;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
    font-weight: 400;
}

.step_list div {
    float: left;
}

.first_step,
.second_step,
.third_step {
    width: 155px;
    min-height: 150px;
}

.step_arrow {
    width: 66px;
    height: 22px;
    margin: 0 75px;
    padding-top: 100px;
}

.first_step_p,
.second_step_p,
.third_step_p {
    font-size: 14px;
    color: #333333;
    text-align: center;
    font-weight: 400;
    margin-top: 150px;
}

.apply_a {
    display: inline-block;
    text-decoration: none;
    width: 140px;
    height: 46px;
    line-height: 46px;
    color: #FFFFFF;
    background: #3BBCFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    margin-top: 60px;
}

.consult_a {
    display: inline-block;
    text-decoration: none;
    width: 228px;
    height: 60px;
    line-height: 60px;
  
    font-size: 16px;
    color: #999999;
    text-align: center;
    border: 1px solid #DADADA;
    border-radius: 5px;
    margin-left: 20px;
    padding-left: 20px;
    background: url(../image/new_icon/qq.png) no-repeat 20px center;
    background-position: 60px 13px;
    
}
.apply_a{
    width: 228px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    background-color: #5FC2FE;
}
/* .consult_a:hover {
    color: #3BBCFF;
    border: 1px solid #3BBCFF;
    background: url(../image/btn_qq_roll1.png) no-repeat 20px center;
} */

body{
    min-height: 100vh;
    height: 100%;
}
/* new */
.container{
    min-height: calc(100vh - 160px);
    /* height: auto; */
    padding-top: 160px;
}
.join_contain {
    height:auto;

}
.title_join{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.subTitle_join{
    margin-top:15px;
    color: #333333;
    font-size: 20px;
}
.condition {
    margin-top: 90px;

}
.condition_center{
    display: flex;
    justify-content: space-between;
}
.condition_center img{
    display: block;
    width: 50%;
    height: 450px;
    
}
.condition_center .step{
    width: 45%;
    height: 450px;
    display: flex;
    flex-direction: column;
    margin-top: 33px;

}
.condition_content{
    display: flex;
    align-items: center;
    margin-bottom:102px;
}
.condition_right_img {
    background-color: #4EA4FF;
    width: 35px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    box-sizing: border-box;
    margin-right: 10px;
  }
  .condition_right_p{
    width: 332px;
  }

  .step_center {
    height: auto;
    margin-bottom:100px;
}
.step_img{
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.condition_item{
 width: 312px;
 height: 172px;
}
.condition_item p{
    width: 264px;
    height: 64px;
    margin: 90px 24px;
    color: #939393 ;
}
body {
    /* min-width: 1400px; */
    overflow-x: hidden;
}

@media all and (max-width:1000px){
    .step_img,.conditio_div,.condition_center{
        max-width: 100%;
        width: 95%;
    }
}