@import url(main.less);

@media (min-width:@screen-sm-min){
    .goatai_footer{
        width: 100%;
        background: #BFBFBF;

        .top_content{
            width: 78.8542vw;
            margin: 0 auto;
            padding: 2.9688vw 0 .9896vw;
            display: flex;
            justify-content: space-between;

            .mr{
                margin-right: 1.0417vw;
            }

            .line{
                width: .0521vw;
                background: #FFFFFF;
                opacity: 0.6;
            }

            .logo{
                display: flex;
                align-items: center;

                img{
                    width: 11.3021vw;
                    height: 2.3438vw;
                }
            }

            // 菜单
            .menu_col{
                padding-bottom: 1.25vw;

                .item{
                    margin-bottom: 1.25vw;

                    &:last-child{
                        margin-bottom: 0;
                    }

                    a{
                        font-size: 1.25vw;
                        font-family: PingFangSC-Medium, PingFang SC;
                        font-weight: 500;
                        color: #FFFFFF;
                        line-height: 1.7188vw;
                    }
                }
            }

            // 联系方式
            .contact{
                padding-top: .3125vw;

                .item{
                    margin-bottom: 1.3021vw;
                    display: flex;
                    align-items: center;

                    &:last-child{
                        margin-bottom: .7292vw;
                    }

                    .icon{
                        width: 1.5104vw;
                        height: 1.5104vw;
                        margin-right: .9375vw;
                    }

                    p{
                        font-size: 1.25vw;
                        font-family: PingFangSC-Medium, PingFang SC;
                        font-weight: 500;
                        color: #FFFFFF;
                        line-height: 1.7188vw;
                        opacity: 0.9;
                    }
                }
            }

            // 关注我们
            .follow{

                .title{
                    font-size: 1.25vw;
                    font-family: PingFangSC-Medium, PingFang SC;
                    font-weight: 500;
                    color: #FFFFFF;
                    line-height: 1.7188vw;
                    margin-bottom: .8333vw;
                }

                .qr_code{
                    display: flex;

                    .item{
                        display: flex;
                        flex-direction: column;
                        // align-items: center;

                        &:first-child{
                            margin-right: 2.0833vw;
                        }

                        .qr_img{
                            width: 4.6875vw;
                            height: 4.6875vw;
                            margin-bottom: .5208vw;
                        }

                        .qr_name{
                            text-align: center;
                            font-size: .625vw;
                            font-family: PingFangSC-Regular, PingFang SC;
                            font-weight: 400;
                            color: #FFFFFF;
                            line-height: .8854vw;
                        }
                    }
                }
            }
        }

        .bottom_content{
            border-top: 1px solid rgba(255, 255, 255, 0.4);
            padding: 1.3542vw 0 1.4583vw;
            text-align: center;
            font-size: 1.25vw;
            font-family: PingFangSC-Medium, PingFang SC;
            font-weight: 500;
            color: #FFFFFF;
            line-height: 1.7188vw;
            opacity: 0.75;

            a{
                color: #FFFFFF;
            }
        }
    }
}

// H5
@media (max-width:@screen-xs-max){
    .goatai_footer{
        width: 100%;
        background: #BFBFBF;

        .top_content{
            width: 92vw;
            margin: 0 auto;
            padding-top: 4vw;

            .line{
                width: 100%;
                height: .2667vw;
                background: rgba(255, 255, 255, 0.37);
                margin: .9333vw 0 4.2667vw;
            }

            .logo{
                width: 42.4vw;
                height: 8.8vw;
                margin-bottom: 4.8vw;
            }

            // 菜单
            .menu_col{
                padding-bottom: 2.4vw;
                display: flex;

                .item{
                    margin-right: 6.4vw;

                    &:last-child{
                        margin-right: 0;
                    }

                    a{
                        font-size: 3.7333vw;
                        font-family: PingFangSC-Medium, PingFang SC;
                        font-weight: 500;
                        color: #FFFFFF;
                        line-height: 5.3333vw;
                    }
                }
            }

            // 联系方式
            .contact{

                .item{
                    margin-bottom: 4.2667vw;
                    display: flex;
                    align-items: center;

                    .icon{
                        width: 5.3333vw;
                        height: 5.6vw;
                        margin-right: 2.1333vw;
                    }

                    p{
                        font-size: 3.7333vw;
                        font-family: PingFangSC-Medium, PingFang SC;
                        font-weight: 500;
                        color: #FFFFFF;
                        line-height: 5.3333vw;
                        opacity: 0.9;
                    }
                }
            }

            // 关注我们
            .follow{

                .title{
                    font-size: 4.2667vw;
                    font-family: PingFangSC-Medium, PingFang SC;
                    font-weight: 500;
                    color: #FFFFFF;
                    line-height: 5.8667vw;
                    padding-top: .8vw;
                    margin-bottom: 2.1333vw;
                }

                .qr_code{
                    display: flex;
                    justify-content: flex-start;

                    .item{
                        display: flex;
                        flex-direction: column;
                        align-items: center;

                        .qr_img{
                            width: 13.3333vw;
                            height: 13.3333vw;
                            margin-bottom: 1.3333vw;
                        }

                        .qr_name{
                            font-size: 2.6667vw;
                            font-family: PingFangSC-Regular, PingFang SC;
                            font-weight: 400;
                            color: #FFFFFF;
                            line-height: 3.7333vw;
                        }
                    }
                }
            }
        }
        
        .bottom_content{
            width: 92vw;
            margin: 0 auto;
            border-top: .2667vw solid rgba(255, 255, 255, 0.37);
            // padding: 4.2667vw 0 2.1333vw;
            padding: 4.2667vw 0;
            text-align: center;
            font-size: 3.2vw;
            font-family: PingFangSC-Medium, PingFang SC;
            font-weight: 500;
            color: #FFFFFF;
            line-height: 4.5333vw;
            margin-top: 3.4667vw;

            a{
                color: #FFFFFF;
            }
        }
    }
}