#main-app,
        #app {
            opacity: 0;
        }

        .btn-panel .ant-btn {
            margin-right: 10px;
        }

        .head-bg {

            height: 165px;
            background-color: #1a2a3b;
        }

        .head-bg .container>.pull-left {
            display: block;
            margin-top: 40px;
        }

        .head-bg .container>.pull-left img {
            height: 60px;
        }

        .head-bg .container>.pull-right {

            margin-top: 40px;
        }

        .head-bg .container>.pull-right .ant-btn {
            vertical-align: top;
        }

        .search-panel {
            display: inline-block;
            margin-right: 40px;
            vertical-align: middle;

        }

        .search-panel .search-box {
            background: #fff;
            border-radius: 3px;
            color: #adabaa;
            line-height: 38px;
        }

        .search-box input {
            border: none;
            outline: none;
            width: 250px;
            transition: all 0.2s;
        }

        .search-box input:focus {
            width: 400px;
        }

        .search-box .anticon {
            font-size: 18px;
            margin: 0px 8px;
            vertical-align: middle;
        }

        .search-box .ant-btn {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .search-panel .hotkeys>a {
            color: #adabaa;
            display: inline-block;
            vertical-align: middle;
            padding: 5px 8px 3px 0;
            font-size: 12px;

        }

        .search-panel .hotkeys>a:hover {
            color: #fff;
        }

        .search-panel .hotkeys {
            height: 23px;
        }

        .nav-panel {
            margin-top: 22px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 3px;
        }

        .nav-panel>a {
            display: block;
            float: left;
            width: 11.11%;
            text-align: center;
            color: #fff;
            position: relative;
        }

        .nav-panel>a span {
            display: inline-block;
            height: 40px;
            line-height: 16px;
            padding-top: 11px;
            transition: all 0.2s;
        }

        .nav-panel>a::after {
            display: block;
            content: ' ';
            position: absolute;
            width: 30px;
            bottom: 0;
            left: calc(50% - 15px);
            height: 3px;
            background: rgba(46, 110, 213, 1);
            border-radius: 3px;
            box-shadow: 0 0 3px rgba(46, 110, 213, 0.4);
            opacity: 0;
            transition: all 0.2s;
        }

        .nav-panel>a:hover::after {
            opacity: 0.85;
        }





        .top-carts {
            padding: 20px;
            background: #fff;
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
            border-radius: 3px;
        }

        .top-carts .cart-p-list {
            max-height: 300px;
            overflow-y: auto;

        }

        .top-carts .cart-p-list .item {
            padding: 20px 0;

            border-bottom: 1px solid #e4e4e4;
            font-size: 14px;
        }

        .top-carts .cart-p-list .item:last-child {
            border-bottom: none;
        }

        .top-carts .bottom-btns {
            border-top: 1px solid #eee;
            padding-top: 20px;
        }

        .top-carts .bottom-btns .pull-left {
            height: 32px;
            line-height: 32px;
            margin-right: 15px;
        }

        .top-carts .p-name {
            width: 320px;
            display: inline-block;
            padding-top: 5px;
        }

        .top-carts .p-name .spec {
            margin-top: 2px;
        }

        .top-carts .p-img {
            height: 60px;
            width: 60px;
            vertical-align: top;
            /*border: 1px solid #eee;*/
            margin-right: 10px;
            padding: 2px;
            margin-top: 5px;
        }

        .top-carts .ant-dropdown-menu {
            border-radius: 0;
        }

        .top-carts .combos {
            margin-top: 5px;
            border-top: 1px solid #eee;
            padding: 0 10px;
            background: #fafafa;
            width: 400px;
        }

        .top-carts .combos .title {
            color: #666;
            font-size: 12px;
        }

        .top-carts .combos img {
            width: 40px;
            height: 40px;
            float: left;
            border: 1px solid #eee;
            margin-right: 10px;
            margin-left: 10px;
        }

        .top-carts .combos .item {
            font-size: 12px;
            overflow: hidden;
            padding: 10px 0;
            border-bottom: 1px solid #eee;
            margin: auto;
        }

        .top-carts .combos .item:last-child {
            border-bottom: none;
        }

        .top-carts .combos .item .spec {
            margin-top: 5px;
        }

        .top-carts .combos .item .info {
            width: calc(100% - 130px);
            float: left;
        }

        .top-carts .combos .item .subprice {
            width: 70px;
            float: right;
            text-align: right;
            font-size: 14px;
        }

        .top-carts .empty-carts-tips {
            padding: 20px;
            color: #888;
        }