/* Color */
.color-green, .color-green a { color: #029159; }
.color-yellow, .color-yellow a { color: #cf7300; }
.color-white, .color-white a { color: #ffffff; }

/* Text */
p.be-indent { text-indent: 2em; }
.be-lineheight { line-height: 2em; }

/* Margin */
.be-margin-top-60 { margin-top: 60px; }
.be-margin-top-100 { margin-top: 100px; }
.be-margin-bottom-60 { margin-bottom: 60px; }

/* Padding */
.be-padding-left { padding-left: 0; }
.be-padding-right { padding-right: 0; }

/* 图片放大效果 */
.be-pic-scale { overflow: hidden; }
.be-pic-scale img { transition: all 0.5s; /* 所有的属性变化在0.5s的时间段内完成 */ }
.be-pic-scale img:hover { transform: scale(1.1); /* 鼠标放到图片上的时候图片按比例放大1.1倍*/ }

/* JoinProcess / 加盟流程 / index 和 join 共用 */
.be-joinprocess-wrap { width: 100%; min-height: 1956px; background: url("../img/joinprocess-2025.jpg") no-repeat center top; }
.be-joinprocess-up { border-bottom: 2px solid #029159; margin-bottom: 1px; }    
.be-joinprocess-down { border-top: 2px solid #029159; }
    .be-joinprocess-down h2 { margin-top: 56px; }

.be-step-1,
.be-step-2,
.be-step-3,
.be-step-4,
.be-step-5,
.be-step-6,
.be-step-7,
.be-step-8 {
    height: 180px;
    background: url("../img/join-process.gif") no-repeat;
}

.be-step-1 { background-position: 18px 142px; }
.be-step-2 { background-position: -320px 142px; }
.be-step-3 { background-position: -658px 142px; }
.be-step-4 { background-position: -995px 142px; }
.be-step-5 { background-position: 18px -43px; }
.be-step-6 { background-position: -320px -43px; }
.be-step-7 { background-position: -658px -43px; }
.be-step-8 { background-position: -995px -43px; }

/* 弹窗 / 加盟咨询预约 */
.be-join-iframe-ico { position: fixed; bottom: 15px; right: 15px; }
.be-join-iframe iframe { width: 100%; height: 850px; } 


@media screen and (max-width: 640px) { /* <=640 */
    /* Margin */
    .be-mob-margin-top-0 { margin-top: 0; }
    .be-mob-margin-top-15 { margin-top: 15px; }
    .be-mob-margin-top-30 { margin-top: 30px; }
    .be-mob-margin-top-50 { margin-top: 50px; }
    .be-mob-margin-bottom-30 { margin-bottom: 30px; }

	/* Padding */
    .be-mob-padding-bottom-30 { padding-bottom: 30px; }    

    /* Column */
    .be-logo { padding: 25px 0 15px 15px; width: 55%; }
    .be-columm { margin-top: 0; }
    .be-columm ul { margin-right: 0; }
    .be-columm ul li ul { margin-right: 10px; }
    .be-columm ul li { width: 99%; margin: 0 0 0 13px; }
    .be-columm ul li a { display: block; height: 41px; font-size: 1.3rem; border-bottom: 1px dotted #029159; padding: 15px 0 0 0; }
    .be-columm ul li.be-column-active a { color: #cf7300; font-weight: bold; border-bottom: 2px solid #cf7300; }    
    .be-qrcode img { margin: 15px 0 0 12px; }   

    /* JoinProcess / 加盟流程 / index 和 join 共用 */
    .be-joinprocess-wrap { background: none; }
    .be-joinprocess-up { border-bottom: none; margin-bottom: 0; }    
    .be-joinprocess-down { border-top: none } 
    	.be-joinprocess-up h2 { font-size: 2.2rem; }
      	.be-joinprocess-down h2 { margin-top: 0; font-size: 2.2rem;  }        

    .be-step-1,
    .be-step-2,
    .be-step-3,
    .be-step-4,
    .be-step-5,
    .be-step-6,
    .be-step-7,
    .be-step-8 {
        height: 160px;
        background: none;
    }
}