﻿@charset "utf-8";
:root {
   --main-color:#ccc;
}
.header .navbar {
    padding: 0 10px;
}

.modal-body .spec-box .btn-box.st {
    height: 100%;
}
.modal-body .spec-box .btn-box.st .btn {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
body.home .header{
	display:none;
}
