@charset "urf-8";

/*加盟申请*/
.tojoin_text_c1{
    background: url(../images/tojoin/tojoin-name.png) no-repeat;
}
.tojoin_text_c2{
    background: url(../images/tojoin/tojoin-phone.png) no-repeat;
}
.tojoin_text_c3{
    background: url(../images/tojoin/tojoin-email.png) no-repeat;
}
.tojoin_text_c4{
    background: url(../images/tojoin/tojoin-site.png) no-repeat;
}
.tojoin_text{
    margin: auto;
    background-position: -20px -15px;
    padding: 10px 0 10px 40px;
    border-bottom: 1px solid #888;
}
.tojoin_text>input{
    border: 1px solid transparent;background: none; width: 80%;outline: none;
}
/*代理区域*/
.daili_c>h3{
    color: #01948E;
    padding-top:20px;
}
.daili_c>div>div{
    padding-bottom:10px;
}
.daili_c>div>div>div>p{
    font-size:18px;
}
@media screen and (min-width: 768px) {
    /*申请加盟*/
    .tojoin_text{
        width: 60%;
    }
    /*代理招商*/
    .daili_c{
        min-width:1200px;
        min-height: 520px;
        background:url(../images/tojoin/dail-bg.jpg) no-repeat;
        -webkit-background-size: 1900px 100%;
        background-size: 1900px 600px;
        padding-top: 5rem;
        cursor: default;
    }
    .daili_c>h3{
        font-size: 34px;
        padding-bottom:40px;
    }
    .daili_c>div>div{
        height: 200px;color: #fff;
    }
    .daili_c>div>div>div>p{
        font-size:28px;
    }
    .daili_c>div>div>div>div{
        font-size:26px;
    }
    /*7免8送*/
    .tojoin_free{
        position: relative;top: -90px;
    }
    .tojoin_free_text p{
        font-size:18px;
    }
}
@media screen and (max-width: 768px) {
    /*代理招商*/
    .daili_c>div>div>div>p{
        font-weight:bold;
    }
    /*7免8送*/
    .tojoin_free_text p{
        font-size:12px;
    }
}