﻿@import '/Scripts/layui/css/layui.css';
@import '../commonCss/common.css';

#navTop {
    background-color: rgba(255, 255, 255, 0.9);
}

    #navTop .layui-nav {
        background: transparent;
    }

#banner_bg {
    height: 850px;
    background: url('/Content/imgs/shopmm/sell-bg.png') no-repeat;
    background-size: 1920px 850px;
    background-position: center 95px;
    margin-bottom: 5%;
}

    #banner_bg > .th {
        margin-top: 125px;
        margin-bottom: 75px;
        text-align: center;
        color: white;
        font-size: 40px;
        font-weight: bold;
    }

#sellform {
    margin-top: -600px;
    margin-bottom: 115px;
    padding-top: 35px;
    padding-bottom: 70px;
    background-color: #fff;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px #cfcfcf;
    -webkit-box-shadow: 0px 0px 10px #cfcfcf;
    box-shadow: 0px 0px 10px #cfcfcf;
}

    #sellform > .th {
        font-size: 16px;
        color: #303030;
        text-align: center;
    }

    #sellform > .tips {
        text-align: center;
        color: #b2b2b2;
        margin-top: 12px;
        margin-bottom: 40px;
    }

    #sellform form .inputs {
        position: relative;
    }

        #sellform form .inputs input[type='text'] {
            width: 550px;
            height: 50px;
            margin: auto;
            color: #686868;
            margin-bottom: 18px;
            border-radius: 5px;
        }

        #sellform form .inputs .layui-textarea {
            margin: auto;
            width: 550px;
        }

    #sellform form .btn_box {
        margin-top: 40px;
        text-align: center;
    }

        #sellform form .btn_box .layui-btn,
        #sellform form .btn_box a {
            font-size: 16px;
            color: #fff;
            display: inline-block;
            border: none;
            height: 48px;
            line-height: 48px;
            padding: 0 90px;
        }

        #sellform form .btn_box .layui-btn {
            width: 550px;
            background-color: #171c25;
        }

    #sellform form .contactBox {
        margin-top: 35px;
        text-align: center;
    }

        #sellform form .contactBox .contact {
            display: inline-block;
            margin: 0 22px;
            color: #373737;
        }

            #sellform form .contactBox .contact > img {
                display: block;
                margin: auto;
            }
