﻿.fangruan-header {
    .fangruan-header-nav {
        overflow: hidden;
        margin: auto;
        width: 1150px;

        .fangruan-left {
            float: left;

            .LogoUrl3 {
                width: 100px;
                height: 36px;
            }
        }

        .fangruan-right {
            float: right;

            .nav-login {
                text-align: right;

                a {
                    color: #fff;
                    font-size: 14px;
                }

                span {
                    color: #fff;
                }

                i {
                    color: #fff;
                    font-size: 15px;
                }
            }

            .nav-menu {
                margin-top: 10px;

                a {
                    color: #fff;
                    font-size: 16px;
                    font-weight: bold;
                    margin-left: 15px;
                }
            }
        }
    }

    .fangruan-header-wrap {
        margin: auto;
        width: 1150px;

        h4 {
            margin-top: 200px;
            color: #fff;
            font-size: 28px;
        }

        h3 {
            color: #fff;
            font-size: 40px;
        }
        /* 搜索组件样式 */
        .fangruan-search {
            margin-top: 20px;
            max-width: 500px;

            .layui-tab {
                .layui-tab-title {
                    li {
                        color: #aca9aa;
                        font-size: 16px;
                    }

                    .layui-this {
                        color: #fff;
                    }
                }

                .layui-tab-title .layui-this:after {
                    position: absolute;
                    left: 0;
                    top: 0;
                    content: "";
                    width: 100%;
                    height: 40px;
                    border-width: 0px;
                    border-bottom-width: 0px;
                    border-style: solid;
                    border-bottom-color: #fff;
                    border-radius: 2px 2px 0 0;
                    box-sizing: border-box;
                    pointer-events: none;
                    z-index: 9;
                }

                .layui-tab-title:after {
                    border-bottom-width: 0px;
                }

                .layui-tab-content {
                    .layui-tab-item {
                      overflow:hidden;
                        .form-control {
                            height: 50px;
                            border-radius: 8px;
                        }

                        .fangruan-search-btn{

                        }
                    }
                }
            }
        }
    }
}
