/* 移动端导航栏 */

.header_list_mobile {
    display: none;
    z-index: 99;
}


/* 加盟 */

.join_content {
    width: 100%;
}


/* 背景图 */

.content_bg {
    width: 100%;
}

.content_bg img {
    width: 100%;
    height: 100%;
}


/* 优势 */

.content_advantage {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}

.content_advantage .advantage_container {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.advantage_container .container_title>p {
    margin: 0 auto;
    margin-top: 50px;
    font-size: 24px;
    color: black;
    font-weight: 700;
    text-align: center;
}

.advantage_container .container_title>div {
    margin: 0 auto;
    width: 70px;
    height: 20px;
    border-bottom: 2px solid #13944a;
}


/* 小标题 */

.container_second {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container_second p {
    margin: 0;
    font-size: 18px;
    text-align: center;
}

.container_second p:first-child {
    color: #13944a;
}

.container_second p:last-child {
    margin-top: 20px;
    color: #585858;
}


/* 具体 */

.container_specific {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.specific_item {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.specific_item img {
    width: 70%;
    height: 70%;
}

.specific_item p {
    height: 36px;
    line-height: 18px;
    margin-top: 30px;
    font-size: 12px;
    color: #585858;
}


/* 客源 */

.content_client {
    width: 100%;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
}

.content_client .client_vessel {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* 标题c */

.client_vessel .vessel_title>p {
    margin: 0 auto;
    margin-top: 50px;
    font-size: 24px;
    color: black;
    font-weight: 700;
    text-align: center;
}

.client_vessel .vessel_title>div {
    margin: 0 auto;
    width: 60px;
    height: 20px;
    border-bottom: 2px solid #13944a;
}


/* 客户 */

.client_vessel .vessel_user {
    width: 90%;
    margin-top: 80px;
}


/* 酒店 */

.vessel_user .user_item {
    margin-bottom: 20px;
}

.user_item .item_bg {
    width: 96%;
    margin: 0 auto;
    background: #21944b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    /* 倒影 */
    -webkit-box-reflect: below 10px -webkit-linear-gradient(transparent, transparent 85%, rgba(0, 0, 0, .4));
}

.item_bg .bg_title {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item_bg .bg_title>p {
    color: white;
    font-size: 20px;
    height: 30px;
    text-align: center;
}

.item_bg .bg_cli {
    margin-top: 20px;
    width: 88%;
}

.item_bg .bg_cli img {
    width: 100%;
    height: 100%;
}


/* 保障 */

.content_safeguard {
    width: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
}

.content_safeguard .safeguard_receptacle {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* 标题r */

.safeguard_receptacle .receptacle_title>p {
    margin: 0 auto;
    margin-top: 50px;
    font-size: 24px;
    color: black;
    font-weight: 700;
    text-align: center;
}

.safeguard_receptacle .receptacle_title>div {
    margin: 0 auto;
    width: 60px;
    height: 20px;
    border-bottom: 2px solid #13944a;
}


/* 具体r */

.safeguard_receptacle .receptacle_safe {
    margin-top: 80px;
    width: 90%;
}

.receptacle_safe .safe_item {
    text-align: center;
    margin-top: 30px;
}

.safe_item>div {
    margin: 0 auto;
    width: 15%;
    margin-bottom: 20px;
}

.safe_item>div img {
    width: 100%;
    height: 100%;
}

.item_important p {
    margin: 0 auto;
    font-size: 16px;
}

.safe_item .p1 {
    width: 100%;
    color: #21944b;
    margin-bottom: 10px;
}

.safe_item .p2 {
    width: 100%;
    color: #585858;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.safe_item #spec {
    width: 100%;
    color: #585858;
    margin: 0;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* 信息 */

.content_info {
    width: 100%;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
}

.content_info .info_cont {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* 标题i */

.info_cont .cont_title {
    margin: 0 auto;
    margin-top: 50px;
    font-size: 24px;
    color: black;
    font-weight: 700;
    text-align: center;
}

.info_cont .cont_warm {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}


/* 个人信息 */

.cont_msg {
    margin-top: 80px;
    width: 90%;
}

.el-form-item__label {
    text-align: left;
}

.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    content: none;
}

.aa {
    width: 73%;
}

.el-button {
    width: 25%;
    background: #21944b;
    color: white;
}

.sumb {
    width: 100%;
}

.el-select {
    width: 30%;
}

.el-button--primary:focus,
.el-button--primary:hover {
    background: #21944b;
    border-color: #21944b;
    color: #FFF;
}

.el-button--primary {
    color: #FFF;
    background-color: #21944b;
    border-color: #21944b;
}

.el-input__inner {
    height: 40px !important;
    line-height: 30px;
}


/* 浮框 */

.content_tips {
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 190px;
    height: 140px;
    box-shadow: 5px 5px 5px 5px rgba(133, 132, 132, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
}

.content_tips .tips_header {
    width: 100%;
    height: 30%;
    background: #21944b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tips_header .header_head {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header_head p {
    font-size: 12px;
    margin: 0;
    color: white;
}

.header_head img {
    width: 15px;
    height: 15px;
}

.tips_cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tips_cont .cont_top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cont_top img {
    width: 15px;
    height: 15px;
}

.cont_top p {
    font-size: 12px;
    margin: 0;
}


/* 分屏幕 */

@media (max-width:1200px) {
    /* 客源 */
    .user_item .item_bg {
        /* 倒影 */
        -webkit-box-reflect: below 10px -webkit-linear-gradient(transparent, transparent 85%, rgba(0, 0, 0, .0));
        padding-bottom: 40px;
    }
    .content_client .client_vessel {
        width: 90%;
    }
}


/* 移动端内容 */

@media (max-width: 960px) {
    /* 优势 */
    .content_advantage .advantage_container {
        width: 85%;
    }
    .container_second p {
        font-size: 16px;
        text-align: center;
    }
    .advantage_container .container_title>p,
    .client_vessel .vessel_title>p,
    .safeguard_receptacle .receptacle_title>p {
        font-size: 20px;
    }
    /* 小标题 */
    .container_second {
        margin-top: 50px;
    }
    /* 优势具体 */
    .specific_item p {
        height: 38px;
        line-height: 18px;
        margin-top: 20px;
        font-size: 12px;
        color: #585858;
        /* 超两行显示... */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .specific_item {
        margin-top: 30px;
    }
    /* 客源 */
    .user_item .item_bg {
        /* 倒影 */
        -webkit-box-reflect: below 10px -webkit-linear-gradient(transparent, transparent 85%, rgba(0, 0, 0, .0));
    }
    .item_bg .bg_title>p {
        font-size: 18px;
    }
    .vessel_user .user_item {
        padding: 0;
    }
    .client_vessel .vessel_user {
        margin-top: 50px;
    }
    /* 具体r */
    .content_safeguard .safeguard_receptacle {
        width: 80%;
    }
    .safeguard_receptacle .receptacle_safe {
        width: 100%;
        margin-top: 50px;
    }
    /* 信息 */
    .info_cont .cont_warm {
        font-size: 14px;
    }
    .content_info .info_cont {
        width: 96%;
    }
    .cont_msg {
        margin-top: 30px;
    }
    .el-form-item__content {
        line-height: 30px;
    }
    .el-input__inner {
        height: 30px !important;
        line-height: 30px;
    }
    .el-form-item {
        margin-bottom: 0px;
    }
    .el-button {
        padding: 8px 2px;
        font-size: 10px;
    }
    .aa {
        width: 62%;
    }
    .el-button {
        width: 35%;
        background: #21944b;
        color: white;
    }
    .el-input__inner {
        padding: 0;
    }
    .el-form-item__content .el-select {
        width: 100%;
        margin-bottom: 10px;
    }
    .sumb {
        width: 100%;
    }
    /* 浮框 */
    .content_tips {
        width: 100px;
        height: 80px;
        bottom: 60px;
    }
}


/* 特殊样式 */

@media (max-width: 1091px) {
    .safe_item .p1 {
        height: 40px;
    }
}

@media (max-width: 768px) {}