/* 邀请合伙人 */

.partner {
    width: 100%;
    text-align: center;
    padding: 80px 0 200px;
}

.partner>p:nth-of-type(1) {
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(58, 58, 58, 1);
}

.partner>p:nth-of-type(2) {
    font-size: 100px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(18, 22, 51, 1);
}

.partner>p:nth-of-type(3) {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(106, 47, 15, 1);
}

.partner>.telBox {
    display: flex;
}

.partner>.telBox>div:nth-of-type(2) {
    display: flex;
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin-top: 26px;
}

.partner>.telBox>div>p:nth-of-type(1) {
    width: 37px;
    height: 139px;
    border: 2px solid rgba(51, 51, 51, 1);
    border-right: 0;
}

.partner>.telBox>div>p:nth-of-type(2) {
    width: 37px;
    height: 139px;
    border: 2px solid rgba(51, 51, 51, 1);
    border-left: 0;
}

.partner>.telBox>div>div>p:last-child {
    font-size: 54px;
    font-family: DIN;
    font-weight: bold;
    color: rgba(53, 154, 192, 1);
}


/* 火爆现场 */

.sceneBox {
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(54, 54, 54, 1);
}

.sceneBox>p:nth-of-type(2) {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(54, 54, 54, 1);
    margin-top: 18px;
}

.sceneBox>.imgBox {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.sceneBox>.imgBox>p {
    flex: 1;
}

.sceneBox ul {
    display: flex;
    flex-wrap: wrap;
}

.sceneBox ul>li {
    width: 386px;
    height: 530px;
}

.sceneBox ul>li:nth-of-type(2) {
    margin: 0 16px;
}

.sceneBox ul>li>img {
    height: 256px;
    display: block;
}

.sceneBox ul>li>img:nth-of-type(2) {
    margin-top: 18px;
}

.sceneBox ul>li:nth-of-type(2)>img {
    height: 530px;
}

.sceneBox .img_bottom {
    height: 318px;
    margin-top: 15px;
}

.sceneBox .img_bottom>li {
    width: 593px;
    height: 318px;
}

.sceneBox .img_bottom>li>img {
    height: 318px !important;
}


/* 八大优势 */

.advantageBox {
    margin-top: 190px;
    margin-bottom: 80px;
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(54, 54, 54, 1);
}

.advantageBox>p:nth-of-type(2) {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(54, 54, 54, 1);
    margin-top: 18px;
}

.advantageBox>div {
    width: 100%;
    display: flex;
}

.advantageBox>div>p {
    flex: 1;
}

.advantageBox .top {
    display: flex;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-top: 38px;
    margin-bottom: 66px;
}

.advantageBox .top>li {
    position: relative;
}

.advantageBox .top>li:nth-of-type(2) {
    margin-left: 12px;
}

.advantageBox .top>li>p:nth-of-type(1) {
    margin-top: 20px;
}

.advantageBox .top>li>p:nth-of-type(2) {
    width: 100%;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(21, 21, 21, 1);
    position: absolute;
    bottom: 15px;
    left: 0;
}

.advantageBox .bottom {
    display: flex;
    padding: 0 16px;
    box-sizing: border-box;
    margin: 44px 0;
    /* justify-content: center;
    align-items: center;
    
    flex-wrap: wrap; */
}

.advantageBox .bottom>li {
    margin-right: 66px;
}

.advantageBox .bottom>li:nth-of-type(4) {
    margin-right: 0;
}


/* 加盟保障 */

.guaranteeBox {
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(54, 54, 54, 1);
    margin: 80px 0;
}

.guaranteeBox>p:nth-of-type(2) {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(54, 54, 54, 1);
    margin-top: 18px;
}

.guaranteeBox ul {
    width: 100%;
    display: flex;
    margin-top: 56px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (min-width: 800px) {
    .guaranteeBox ul>li {
        margin-right: 70px;
    }
    .guaranteeBox ul>li:nth-of-type(3) {
        margin-right: 0;
    }
}

@media screen and (max-width:750px) {
    .guaranteeBox ul>li {
        margin-top: 40px;
    }
}


/* 留言咨询 */

.consultBox {
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(54, 54, 54, 1);
    margin: 80px 0;
}

.consultBox>p:nth-of-type(2) {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(54, 54, 54, 1);
    margin-top: 18px;
}

.consultBox>ul {
    margin-top: 100px;
    width: 100%;
    display: flex;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
}

.consultBox>ul>li:nth-of-type(2) {
    margin-left: 52px;
}

.consultBox>ul>li>p {
    font-size: 46px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(232, 38, 65, 1);
    margin-top: 120px
}

.formBox {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.formBox>div {
    margin-top: 42px;
    position: relative;
}

.formBox>div:nth-of-type(1) {
    margin-top: 0;
}

.formBox span {
    display: inline-block;
    width: 160px;
    text-align: right;
}

.formBox input {
    width: 400px;
    height: 60px;
    line-height: 60px;
    background: rgba(238, 238, 238, 1);
    border-radius: 10px;
    border: 0;
    font-size: 20px;
}

.formBox textarea {
    width: 400px;
    height: 341px;
    background: rgba(238, 238, 238, 1);
    border-radius: 10px;
    border: 0;
    font-size: 20px;
    resize: none
}

.formBox>div>p {
    position: absolute;
    width: 160px;
    text-align: right;
    top: 0;
    left: 0;
}

.formBox>p {
    width: 400px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: rgba(232, 38, 65, 1);
    border-radius: 10px;
    cursor: pointer;
    margin: 20px auto 0;
}

#toast {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 40px 60px;
background: rgba(0, 0, 0, .8);
font-size: 24px;
text-align: center;
border-radius: 10px;
box-shadow: 10px 10px 10px #eee;
color: #fff;
display: none;
}
	