.content{
    padding-top: 80px;
    padding-bottom: 100px;
}

#tabs{
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 1;
}

#content1{
    padding-bottom: 70px;
    .title{
        font-size: 56px;
        line-height: 74px;
        font-weight: bold;
        color: #222325;
        text-align: center;
        margin-bottom: 25px;
    }
    .text{
        font-size: 15px;
        line-height: 30px;
        color: #333436;
        margin: auto;
        margin-bottom: 10px;
        font-weight: 300;
    }
}


#content2{
    background: #F1F3F5;
    padding-top: 100px;
    padding-bottom: 0px;
    .titleBox{
        margin-bottom: 60px;
    }
    .hasDetail{
        cursor: pointer;
    }
}
.contentInfo{
    padding-bottom: 120px;
    .iconBox{
        position: relative;
        width: 140px;
        margin: auto;
        text-align: center;
        .icon{
            width: 100px;
            height: 100px;
        }
        .name{
            font-size: 30px;
            line-height: 40px;
            font-weight: bold;
            color: #333436;
            margin-top: 15px;
        }
    }
    .text{
        font-size: 15px;
        line-height: 30px;
        font-weight: 300;
        color: #333436;
        margin: auto;
        margin-top: 20px;
        text-align: justify;
    }
    .text3{
        font-size: 15px;
        line-height: 30px;
        font-weight: 300;
        color: #333436;
        margin: auto;
        margin-top: 20px;
        text-align: justify;
    }
    .text2{
        padding-bottom: 18px;
    }
    .infoList{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 40px;
        .infoBox{
            position: relative;
            padding-left: 15px;
            padding-right: 15px;
            .pic{
                width: 100%;
            }
            .info{
                position: absolute;
                width: 100%;
                height: 66px;
                left: 0;
                top: 50%;
                margin-top: -33px;
                .title{
                    font-size: 18px;
                    line-height: 25px;
                    color: #ffffff;
                    font-weight: 500;
                    text-align: center;
                }
                .infoBtn{
                    position: relative;
                    width: 56px;
                    height: 30px;
                    background: rgba(34, 35, 38, 0.5);
                    margin: auto;
                    margin-top: 10px;
                    .txt{
                        font-size: 13px;
                        line-height: 30px;
                        color: #ffffff;
                        text-align: center;
                    }
                }
            }
            .text{
                position: absolute;
                width: 100%;
                font-size: 14px;
                line-height: 28px;
                font-weight: 300;
                color: #333436;
                margin-top: 10px;
            }
            &.infoBox2{
                padding-bottom: 38px;
                .picBox{
                    position: relative;
                    .info{
                        height: 25px;
                        margin-top: -12px;
                    }
                }
            }
        }
        &.infoList2{
            margin-top: 22px;
            &:first-child{
                margin-top: 30px;
            }
        }
    }
    .moreBtn{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        cursor: pointer;
        .txt{
            font-size: 18px;
            line-height: 40px;
            font-weight: bold;
            color: #333436;
        }
        .arrow{
            width: 24px;
            height: 24px;
            margin-left: 10px;
        }
    }
}

#content3{
    .infoList{
        display: flex;
        justify-content: space-between;
        .info{
            width: 270px;
            margin-top: 80px;
            background: #FFFFFF;
            box-shadow: 0 4px 32px 0 rgba(0,0,0,0.08);
            border-radius: 4px;
            padding: 40px 30px;
            .icon{
                display: block;
                width: 100px;
                height: 100px;
                margin: auto;
            }
            .title{
                font-size: 24px;
                line-height: 31px;
                font-weight: bold;
                color: #333436;
                text-align: center;
                margin-top: 30px;
            }
            .text{
                font-size: 15px;
                line-height: 30px;
                font-weight: 300;
                color: #333436;
                margin-top: 20px;
                text-align: justify;
            }
        }
    }
}

#content4{
    background: #F1F3F5;
    .formBox{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .inputBox{
        width: 46%;
        height: 42px;
        margin-bottom: 15px;
        .text{
            min-width: 112px;
            margin-left: 0;
            font-size: 15px;
            line-height: 20px;
            color: #333436;
        }
        .input{
            height: 100%;
            font-size: 15px;
            color: #333436;
            padding: 8px 10px;
            margin-right: 0;
            background: #F8F9FA;
        }
        .yzmBox{
            width: 100%;
            height: 100%;
            margin-right: 0;
            .input{
                height: 100%;
                font-size: 15px;
                color: #333436;
                padding: 8px 10px;
                margin-right: 0;
            }
            .yzm{
                width: auto;
                height: 100%;
                margin-left: 15px;
            }
        }
    }
    .button_v2{
        width: 200px;
        margin: auto;
        margin-top: 15px;
    }
}

#detailFloat{
    .floatInfo{
        width: 960px;
        height: 480px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #ffffff;
        margin-left: -480px;
        padding: 60px;
        box-sizing: border-box;
        .picBox{
            width: 360px;
            height: 360px;
            overflow: hidden;
            background: url(../images/pic34.jpg);
            background-size: cover;
            .pic{
                width: 100%;
            }
        }
        .infoBox{
            width: 430px;
            margin-left: 50px;
            padding-bottom: 0;
            .title{
                font-size: 24px;
                line-height: 31px;
                font-weight: bold;
                color: #333436;
            }
            .smlTitle{
                font-size: 14px;
                line-height: 19px;
                font-weight: bold;
                color: #333436;
                margin-bottom: -15px;
                margin-top: 15px;
            }
            .text{
                font-size: 14px;
                line-height: 24px;
                font-weight: 300;
                color: #515356;
                margin-top: 20px;
            }
        }
        .close{
            position: absolute;
            width: 28px;
            height: 28px;
            right: 10px;
            top: 10px;
        }
    }
}

@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .content{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    #tabs{
        top: 50px;
    }
    #content1{
        padding-top: 40px;
        padding-bottom: 36px;
        .title{
            font-size: 33px;
            line-height: 44px;
            margin-bottom: 20px;
        }
        .text{
            font-size: 14px;
            line-height: 28px;
        }
    }
    #content2{
        padding-top: 40px;
        padding-bottom: 10px;
        .container{
            &:last-child{
                padding-bottom: 0;
            }
        }
        .titleBox{
            margin-bottom: 0;
        }
    }
    .contentInfo{
        padding-top: 40px;
        padding-bottom: 40px;
        .text{
            width: auto;
            font-size: 14px;
            line-height: 28px;
            margin-top: 15px;
        }
        .text2{
            padding-bottom: 0px;
        }
        .iconBox{
            .icon{
                width: 80px;
                height: 80px;
            }
            .name{
                font-size: 24px;
                line-height: 30px;
                margin-top: 10px;
            }
        }
        .infoList{
            display: block;
            margin-top: 20px;
            .infoBox{
                margin-bottom: 15px;
                overflow: hidden;
                height: 255px;
                width: 100%;
                &.infoBox2{
                    height: auto;
                    padding-bottom: 33px;
                    .text{
                        margin-top: 5px;
                        bottom: -33px;
                    }
                }
            }
            & :last-child{
                margin-bottom: 0;
            }
            &.infoList2{
                margin-top: 20px;
            }
        }
        .moreBtn{
            margin-top: 15px;
            .txt{
                font-size: 16px;
                line-height: 40px;
            }
            .arrow{
                width: 20px;
                height: 20px;
            }
        }
        :last-child{
            margin-bottom: 0;
        }
    }
    #content3{
        .infoList{
            display: block;
            .info{
                width: 280px;
                margin: auto;
                margin-top: 40px;
                .title{
                    margin-top: 12px;
                }
                .text{
                    margin-top: 12px;
                }
            }
        }
    }
    #content4{
        .formBox{
            margin-top: 20px;
        }
        .inputBox{
            width: 100%;
            height: 38px;
            margin-bottom: 10px;
        }
        .button_v2{
            margin-top: 10px;
        }
    }
    #detailFloat{
        .floatInfo{
            width: 360px;
            height: auto;
            display: block;
            margin-left: -180px;
            margin-top: -278px;
            padding: 20px;
            padding-top: 48px;
            padding-bottom: 50px;
            .picBox{
                width: 100%;
                height: 255px;
            }
            .infoBox{
                width: auto;
                max-height: 200px;
                margin-left: 0;
                margin-top: 20px;
                overflow: scroll;
            }
        }
    }
}