/** 茶饮行业解决方案 **/
.section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.section .white {
    color: #fff !important;
}

.section h1 {
    color: #3C3835;
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.2rem;
    margin: 0;
    padding: 84px 0 25px 0;
}

.section p.desc {
    color: #3E3A39;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
    line-height: 34px;
}

.section .img {
    display: block;
    margin: auto;
}

.section .section-bg {
    z-index: -1;
    position: absolute;
    width: 100%;
}

.section1 {
    height: 675px;
    background-image: url("/Content/new/assets/imgs/solution/drinks/1.jpg");
}

.section1 .txt-wrapper {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.section1 .txt-wrapper .txt1 {
    font-size: 72px;
    line-height: 70px;
    color: #fff;
    letter-spacing: .3rem;
    margin-bottom: 25px;
}

.section1 .txt-wrapper .txt1 span {
    background-image: -webkit-linear-gradient(top,#ffffff,#FEF5EB,#F8850E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section1 .txt-wrapper .txt2 {
    font-size: 44px;
    line-height: 46px;
    /*color: #F8850E;*/
    margin-bottom: 40px;
    background-image: -webkit-linear-gradient(left,#FDA520,#F8860E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section1 .txt-wrapper .txt2 span {
    /*color: #FCA41F;*/
}

.section1 .txt-wrapper .txt3 {
    font-size: 42px;
    line-height: 42px;
    color: #fff;
}

.section1 .txt-wrapper .txt3 span {
    margin: 0 10px;
}

.section1 .btns {
    margin: auto;
    padding: 50px 0 0 0;
    width: 396px;
    display: flex;
    justify-content: space-between;
}

.section1 .btn {
    width: 190px;
    height: 60px;
    text-align: center;
    border-radius: 8px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1 .btn:hover {
    cursor: pointer;
    background: none;
    border: 1px solid #FC821F;
    color: #FC821F;
    box-sizing: border-box;
}

.section1 .btn-white {
    background-color: #ffffff;
    color: #FC6820;
}

.section1 .btn-orange {
    background-color: #FC821F;
    color: #ffffff;
}

.section2 .img {
    margin: 10px auto 70px;
}

.section3 {
    background-image: url(/Content/new/assets/imgs/solution/drinks/3-2.png);
}

.section3 h1 {
    padding: 70px 0 25px 0;
}

.section3 .img {
    margin: 50px auto 76px;
}

.section4 h1 {
    padding: 66px 0 25px 0;
}

.section4 .img {
    margin-bottom: 28px;
}

.section5 {
    background-image: url(/Content/new/assets/imgs/solution/drinks/5-1.png);
}

.section5 .img {
    margin-bottom: 128px;
    margin-top: 90px;
}

.section6 {
    background-image: url(/Content/new/assets/imgs/solution/drinks/6-2.jpg);
}

.section6 .img {
    margin-bottom: 74px;
}

.section7 .img {
    margin-bottom: 78px;
}

.section8 {
    background-image: url(/Content/new/assets/imgs/solution/drinks/8-2.png);
}

.section8 .img {
    margin-bottom: 75px;
}
