body {
    background-color: #767676;
    background-image: url('/images/background.webp');
    margin: 0;
    font-size: 14px;
}
a {
    cursor: text;
}
a[href] {
    cursor: pointer;
    color: #39915e;
    text-decoration: none;
}
a[href]:hover {
    color: #052;
}
.highlight {
    color: #f00;
}
h2 {
    all: unset;
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 0;
}
select {
    outline: none;
    border: #aaa 2px solid;
    border-radius: 8px;
    padding: 8px 10px;
}
input[type='text'],
input[type='password'],
input[type='number'],
input[type='email'] {
    outline: none;
    border: #aaa 2px solid;
    border-radius: 8px;
    padding: 8px 10px;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='email'] {
    border: #666 2px solid;
}
textarea::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder {
    color: #aaa;
}
.button {
    border-radius: 8px;
    color: #fff;
    background-color: rgba(52, 179, 228, 0.9);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 25px;
    width: 300px;
    height: 50px;
    cursor: pointer;
    font-size: 0.95em;
}
.button.disabled {
    background-color: #ccc;
    cursor: default;
}
.button > .left {
    flex: 0 0 50px;
    font-size: 1.75em;
    display: flex;
    align-items: center;
}
.button > .left img {
    width: 32px;
    height: 32px;
}
.button > .text {
    flex: 1;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.1em;
    text-align: center;
    overflow: hidden;
}
.button > .right {
    flex: 0 0 50px;
    overflow: hidden;
    text-align: right;
    font-size: 1.8em;
}
.button:hover > .text {
    font-weight: bold;
}
.button:hover > .right {
    animation: fontZoom 1s infinite;
    transition: font-size 0.5s;
}
.button.disabled > .right {
    animation: none;
}
.button.disabled:hover > .text, .button.disabled:hover > .right {
    font-weight: normal;
}
.button.disabled > .right {
    animation: none;
}
.section {
    width: 66vw;
    margin: auto;
}
.language[language] {
    background-size: cover;
    border: #ccc 1px solid;
    user-select: none;
}
.language[language='1'] {
    background-image: url('/images/languages/1.jpg');
}
.language[language='2'] {
    background-image: url('/images/languages/2.jpg');
}
.language[language='3'] {
    background-image: url('/images/languages/3.jpg');
}
.language[language='4'] {
    background-image: url('/images/languages/4.jpg');
}
.language[language='5'] {
    background-image: url('/images/languages/5.jpg');
}
.language[language='6'] {
    background-image: url('/images/languages/6.jpg');
}
.nav > .header {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #bf6120;
    color: #fff;
    border-bottom: #666 2px solid;
    text-align: center;
}
.nav > .header > .section {
    display: flex;
}
.nav > .header > .section > .text {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.nav > .header h2 {
    all: unset;
    font-size: 14px !important;
}
.nav > .header a {
    color: #fff;
}
.nav > .header a:hover {
    color: #9f9;
}
.nav > .header > .section > .text > .submit, .nav > .header > .section > .text > .manage {
    padding-left: 20px;
}
.nav > .header > .section > .text > .submit i, .nav > .header > .section > .text > .manage i {
    padding-right: 3px;
}
.nav > .header > .section > .language-container {
    flex-grow: 1;
    display: flex;
    justify-content: end;
}
.nav > .header > .section > .language-container > .language[language] {
    display: none;
    width: 24px;
    height: 16px;
}
.nav > .bar {
    margin: 10px 0 20px 0;
}
.nav > .bar > .section {
    display: flex;
}
.nav > .bar > .section > .left {
    flex-shrink: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.nav > .bar > .section > .left > div {
    padding: 5px 0;
    flex-grow: 1;
    flex: 1;
}
.nav > .bar > .section > .right {
    padding: 0 25px;
    flex-grow: 1;
    box-sizing: border-box;
    display: flex;
}
.nav > .bar > .section > .right .site-button > div {
    padding: 5px 0;
    display: flex;
    justify-content: center;
}
.nav .search-container-sexgps {
    position: relative;
    display: inline-block;
    width: 30vw;
}
.nav .search-container-sexgps .input-wrapper {
    position: relative;
    width: 100%;
    display: inline-flex;
}
.nav .search-container-sexgps .input-wrapper select {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 8px 10px;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold;
    font-size: 1.1em;
}
.nav .search-container-sexgps i {
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    color: #ae7f6c;
    font-size: 1.8em;
    cursor: pointer;
    transition: all 0.3s;
}
.nav .search-container-sexgps i:hover {
    color: #c00;
    scale: 1.1;
}

.nav .search-container-sexgps input[type='text'] {
    box-sizing: border-box;
    font-size: 1.1em;
    padding: 10px 3em 10px 7.5em;
    width: 100%;
}
.breadcrumb {
    padding: 5px 0 15px 0;
    color: #fff;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb a:hover {
    color: #9f9;
}
.breadcrumb > .section {
    display: flex;
}
.breadcrumb > .section > div {
    white-space: nowrap;
}
.breadcrumb > .section > .joint {
    padding: 0 10px;
}
.breadcrumb > .section > .joint:after {
    content: ">";
}
.main {
    margin: auto;
    width: 66vw;
}
.footer {
    margin-top: 5vh;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer > div:nth-child(1) {
    background-color: #ec890c;
    padding: 25px 0;
}
.footer > div:nth-child(2) {
    font-size: 0.9em;
    background-color: #bf6120;
    padding: 8px 0;
}
.footer > div > .section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .rta {
    padding-left: 20px;
    width: 50px;
}
.box-container {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.box-container .box {
    flex: 0 0 32.8%;
    margin-right: 0.8%;
    margin-bottom: 8px;
}
.box-container .box:nth-child(3n) {
    margin-right: 0;
}
.box-container.with-aside > .box:nth-child(1) {
    flex: 0 0 25%;
    margin-right: 0.75%;
}
.box-container.with-aside > .box:nth-child(2) {
    flex: 1;
}
.box {
    background-color: #fdfdfd;
    border: #b1b1b1 2px solid;
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.box > .header {
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.1em;
    position: relative;
}
.box > .header a {
    color: #000;
    display: flex;
    align-items: center;
}
.box:nth-child(8n) > .header {
    border-bottom: #7b9067 3px solid;
}
.box:nth-child(8n+1) > .header {
    border-bottom: #6d2d94 3px solid;
}
.box:nth-child(8n+2) > .header {
    border-bottom: #d65832 3px solid;
}
.box:nth-child(8n+3) > .header {
    border-bottom: #61c765 3px solid;
}
.box:nth-child(8n+4) > .header {
    border-bottom: #375067 3px solid;
}
.box:nth-child(8n+5) > .header {
    border-bottom: #e96ca3 3px solid;
}
.box:nth-child(8n+6) > .header {
    border-bottom: #58c4f2 3px solid;
}
.box:nth-child(8n+7) > .header {
    border-bottom: #e8441f 3px solid;
}
.box:nth-child(8n):hover > .header::before,
.box:nth-child(8n):hover > .header::after {
    background-color: #7b9067;
}
.box:nth-child(8n+1):hover > .header::before,
.box:nth-child(8n+1):hover > .header::after {
    background-color: #6d2d94;
}
.box:nth-child(8n+2):hover > .header::before,
.box:nth-child(8n+2):hover > .header::after {
    background-color: #d65832;
}
.box:nth-child(8n+3):hover > .header::before,
.box:nth-child(8n+3):hover > .header::after {
    background-color: #61c765;
}
.box:nth-child(8n+4):hover > .header::before,
.box:nth-child(8n+4):hover > .header::after {
    background-color: #375067;
}
.box:nth-child(8n+5):hover > .header::before,
.box:nth-child(8n+5):hover > .header::after {
    background-color: #e96ca3;
}
.box:nth-child(8n+6):hover > .header::before,
.box:nth-child(8n+6):hover > .header::after {
    background-color: #58c4f2;
}
.box:nth-child(8n+7):hover > .header::before,
.box:nth-child(8n+7):hover > .header::after {
    background-color: #e8441f;
}
.box > .header i {
    font-size: 1.5em;
    padding-right: 5px;
}
.box > .header img {
    width: 28px;
    height: 28px;
    padding-right: 5px;
}
.box > .header::before,
.box > .header::after {
    content: "";
    position: absolute;
    bottom: -2px; /* 调整伪元素的位置 */
    height: 2px;
    width: 30%;
    background-color: #ddd; /* 设置背景颜色为透明以产生渐变效果 */
    transition: background-color 0.3s ease-in-out; /* 添加 background-color 的 transition */
}
.box > .header::before {
    left: 0;
}
.box > .header::after {
    right: 0;
}
.box-container .box .intro {
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px;
    border-bottom: #6d2d94 3px solid;
}
.not-found {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
}
.not-found i {
    padding-right: 10px;
    font-size: 2.5em;
}
.box > .not-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box.submit {
    padding: 20px;
    font-size: 1.1em;
    line-height: 175%;
}
.form {
    padding: 10px 0;
    width: 95%;
    margin: auto;
}
.form input[type='text'] {
    width: 50%;
}
.form > div {
    display: flex;
    padding: 5px;
    min-height: 35px;
    border-bottom: #eee 1px dashed;
}
.form > div:last-child {
    border-bottom: 0;
}
.form > div > div {
    display: flex;
    align-items: center;
}
.form > div > div:nth-child(1) {
    flex: 0 0 150px;
}
.form > div > div:nth-child(2) {
    flex: 1;
}
.alert {
    color: #f00;
    padding-left: 10px;
}
.site-container > .body {
    max-height: 50vh;
    overflow: auto;
}
.site-container .site {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    padding: 6px 8px;
    border-bottom: #eee 1px dashed;
}
.site-container .site:hover {
    background-color: #f6f6f6;
    border-bottom: #aaa 1px dashed;
    font-weight: bold;
}
.site-container .site > div {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.site-container .site > .name {
    flex: 1;
    box-sizing: border-box;
    padding-right: 2%;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.site-container .site > .name.highlight {
    color: #f00;
}
.site-container .site > .name.cpc {
    color: #c33;
}
.site-container .site > .name.paid {
    color: #c33;
}
.site-container .site > .name:before {
    content: "•";
    padding-right: 5px;
}
.site-container .site > .name > .subtitle {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.9em;
    color: #999;
}
.site-container .site > .name.highlight > .subtitle {
    font-weight: normal;
}
.site-container .site > .extra {
    flex: 0 0 20%;
    display: flex;
    justify-content: end;
    font-size: 0.85em;
}
.site-container .site > .extra i {
    font-size: 1.25em;
    padding-right: 5px;
    color: #999;
}
.site-container.homepage .site > .extra {
    flex: 0;
    display: none;
}
.category-container .category {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    padding: 6px 8px;
    border-bottom: #eee 1px dashed;
    font-weight: bold;
}
.category-container .category.active {
    color: #f00;
}
.category-container .category:hover {
    background-color: #f6f6f6;
    border-bottom: #aaa 1px dashed;
    font-weight: bold;
}
.category-container .category:last-child, .category-container .category:last-child:hover {
    border-bottom: 0;
}
.category-container .category > div {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.category-container .category > .icon {
    flex: 0 0 40px;
    font-size: 20px;
}
.category-container .category > .icon img {
    width: 32px;
    height: 32px;
}
.category-container .category > .name {
    flex: 1;
    font-size: 1.15em;
}
.category-container .category > .name > span {
    font-size: 0.75em !important;
    color: #999;
    padding-left: 8px;
    font-weight: normal;
}
.error-404 {
    margin: auto;
    color: #fff;
    padding: 20px 0 20px 0;
    font-size: 16px;
}
.error-404 > div {
    padding: 5px 0 5px 0;
    text-align: center;
}
.error-404 > div:nth-child(2) {
    font-size: 35px;
}
.error-404 i {
    font-size: 175px;
}
.screenshot-container {
    position: relative;
}
.screenshot-container::before {
    content: "";
    display: block;
    padding-top: 66.66%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/images/frame-background.png');
}
.screenshot-container > .screenshot {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    position: absolute;
    width: 84%;
    height: 94.4%;
    left: 8%;
    top: 2.8%;
}
.site-info h2 {
    padding-top: 30px;
}
.site-info h2 i {
    font-size: 1.2em;
    padding-right: 5px;
}
.site-info > .brief {
    display: flex;
}
.site-info > .brief > .left {
    flex: 0 0 30%;
    margin-right: 1%;
}
.site-info > .brief > .left .button {
    position: absolute;
    width: calc(100% - 4%);
    left: 2%;
    height: 20%;
    top: 40%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.site-info > .brief > .right .button {
    width: 50%;
}

@keyframes fontZoom {
    0% {
        font-size: 2em;
    }
    50% {
        font-size: 2.2em;
    }
    100% {
        font-size: 2em;
    }
}

.site-info > .brief > .right {
    flex: 1;
}
.site-info h1 {
    padding: 0;
    margin: 0;
    font-size: 1.65em;
    font-weight: bold;
    color: #000;
}
.site-info h1:hover {
    color: #393;
}
.site-info h2 {
    padding: 10px 0;
    font-weight: normal;
    margin: 0;
    font-size: 1em;
    color: #888;
}
.site-info > .brief > .right > .extra {
    padding-top: 20px;
    color: #666;
}
.site-info > .brief > .right > .extra > div {
    padding-bottom: 3px;
    margin-bottom: 15px;
    border-bottom: #eee 1px dashed;
    display: flex;
}
.site-info > .brief > .right > .extra > div > div {
    display: flex;
    align-items: center;
}
.site-info > .brief > .right > .extra > div > div:nth-child(1) {
    flex: 0 0 2.5em;
    justify-content: center;
}
.site-info > .brief > .right > .extra > div > div:nth-child(2) {
    flex: 1;
}
.site-info > .brief > .right > .extra i {
    padding-right: 8px;
    font-size: 1.5em;
}
.site-info > .brief > .right > .brief {
    color: #666;
    width: 100%;
    box-sizing: border-box;
    background-color: #3b2a32;
    border-left: #aaa 5px solid;
    padding: 8px 10px;
    line-height: 175%;
    color: #d2a19d;
    border-radius: 5px;
}
.site-info > .brief > .right > .url {
    padding: 10px 0;
}
.site-info > .brief > .right > .url > a {
    display: flex;
}
.site-info > .brief > .right > .url .icon {
    flex-shrink: 1;
    padding-right: 5px;
    display: flex;
    align-items: center;
}
.site-info > .brief > .right > .url .text {
    flex: 1;
    display: flex;
    align-items: center;
}
.site-info > .brief > .right > .intro {
    color: #444;
    max-height: 25em;
    overflow-y: auto;
}
.site-info > .brief > .right > .photographer-intro {
    margin-top: 10px;
    color: #666;
    max-height: 25em;
    overflow-y: auto;
}
.site-info > .brief > .right > .intro p {
    margin: 5px 0;
    line-height: 150%;
}
.site-info > .brief > .right > .intro .paragraph {
    font-weight: bold;
    margin-top: 20px;
}
.site-info > .brief > .right > .intro .button {
    width: 350px;
    height: 50px;
}
.site-info > .brief > .right > .misc {
    padding: 10px 0;
}
.site-info > .brief > .right > .misc > div {
    display: flex;
    padding: 8px 0;
    border-bottom: #eee 1px dashed;
}
.site-info > .brief > .right > .misc > div > div:nth-child(1) {
    flex: 0 0 6em;
}
.site-info > .brief > .right > .misc .language-container {
    display: flex;
}
.site-info > .brief > .right > .misc .language-container > .language {
    flex: 0 0 30px;
    height: 20px;
    margin-right: 2px;
}
.site-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.site-icon.small {
    width: 20px;
    height: 20px;
}
.site-icon.invert {
    filter: invert(100%);
}
.category-icon {
    width: 32px;
    height: 32px;
}
.site-icon.small {
    width: 20px;
    height: 20px;
}
.site-resource-container, .site-photo-container {
    margin-top: 5px;
}
.site-photo-container {
    display: flex;
    flex-wrap: wrap;
}
.site-photo-container > a {
    flex: 0 0 20%;
    padding: 5px;
    box-sizing: border-box;
}
.site-photo-container .photo {
    position: relative;
}
.site-photo-container .photo .photo-cover {
    width: 100%;
    padding-top: 150%;
    background-size: 100% 100%;
}
.site-photo-container .photo .photo-text {
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 0;
    padding: 0 5px;
    box-sizing: border-box;
}
.site-resource-container .resource {
    display: flex;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: #eee 1px dashed;
}
.site-resource-container .resource:last-child {
    border-bottom: 0;
}
.site-resource-container .resource:hover {
    background-color: #f6f6f6;
}
.site-resource-container .resource > .left {
    flex-shrink: 1;
    padding-right: 10px;
}
.site-resource-container .resource > .left > .cover {
    width: 100%;
    text-align: center;
    width: 8.8em;
    height: 5em;
    overflow: hidden;
}
.site-resource-container .resource > .left > .cover img {
    height: 100%;
}
.site-resource-container .resource > .right {
    flex: 1;
}
.site-resource-container .resource > .right > div {
    padding: 0.1em 0;
}
.site-resource-container .resource > .right > .url {
    font-size: 0.9em;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
}
.site-resource-container .resource > .right > .title {
    font-size: 1.1em;
}
.site-resource-container .resource > .right > .title > i {
    padding-right: 5px;
}
.site-resource-container > .record-count {
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    border-top: #eee 1px solid;
}
.site-resource-container > .record-count a {
    color: #999;
}
.site-resource-container > .record-count a:hover {
    color: #052;
}
.pager {
    user-select: none;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pager > a {
    padding: 0.25em;
    font-size: 0.9em;
    color: #000;
    flex-shrink: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    width: 2em;
    height: 2em;
    border: #ccc 1px solid;
    border-radius: 50%;
}
.pager > a:hover, .pager > a.current {
    background-color: #383;
    color: #fff;
}
.pager > a.disabled {
    color: #ababab;
    background-color: #e5e5e5;
}
.pager > a.disabled:hover {
    color: #ababab;
    background-color: #e5e5e5;
}
.resource-container {

}
.resource-container .resource {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    padding: 6px 8px;
    border-bottom: #eee 1px dashed;
}
.resource-container .resource:hover {
    background-color: #f6f6f6;
}
.resource-container .resource > .icon {
    flex-shrink: 1;
    padding-right: 8px;
}
.resource-container .resource > .title > .subtitle {
    display: inline;
    padding-left: 10px;
    font-size: 0.9em;
    color: #999;
}
.tabs .tab-controls {
    display: flex;
    align-items: flex-end;
}
.tabs .tab-controls > a {
    flex-shrink: 1;
    margin-right: 1px;
    user-select: none;
}
.tabs .tab-controls > a > div {
    color: #eee;
    font-weight: bold;
    box-sizing: border-box;
    padding: 8px 20px;
    background-color: #bf6120;
    border-bottom: #9f4100 2px solid;
    border-top: #c63 2px solid;
    font-size: 1.05em;
}
.tabs .tab-controls > a > div.active {
    padding: 12px 20px;
    font-size: 1.2em;
    background-color: #444;
    border-bottom: #444 1px solid;
    border-top: #444 1px solid;
    color: #fff;
}
.tabs .tab-controls > a:nth-child(1) > div {
    border-radius: 8px 0 0 0;
}
.tabs .tab-controls > a:nth-child(2) > div {
    border-radius: 0 8px 0 0;
}
.tabs .tab-controls > a:nth-child(1) > div.active {
    border-radius: 8px 8px 0 0;
}
.tabs .tab-controls > a:nth-child(2) > div.active {
    border-radius: 8px 8px 0 0;
}
.tabs .tab-controls i {
    padding-right: 5px;
}
.tabs .tab-content {
    box-shadow: 10px 10px 9px 5px rgba(0,0,0,0.28);
    -webkit-box-shadow: 10px 10px 9px 5px rgba(0,0,0,0.28);
    -moz-box-shadow: 10px 10px 9px 5px rgba(0,0,0,0.28);
    background-color: #444;
    padding: 1%;
}
.h2-recommend {
    padding: 30px 0 10px 0;
    font-size: 1.5em;
}
.site-recommend-container {
    display: flex;
    flex-wrap: wrap;
}
.site-recommend-container > div {
    flex: 20%;
    padding: 0 15px 15px 0;
    box-sizing: border-box;
}
.site-recommend-container .site-recommend {
    width: 100%;
    padding-bottom: 75%;
    background-size: 100% 100%;
    background-color: #000;
    position: relative;
}
.site-recommend-container .site-recommend.video {
    padding-bottom: 56.25%;
}
.site-recommend-container .site-recommend.photo {
    padding-bottom: 150%;
}
.site-recommend-container .site-recommend.fiction {
    padding-bottom: 100%;
}
.site-recommend-container .site-recommend.av {
    padding-bottom: 67.25%;
    background-size: contain;
}
.site-recommend-container .site-recommend.comic {
    padding-bottom: 140%;
    background-size: contain;
}
.site-recommend-container .site-recommend > .name {
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.85);
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    height: 2.75em;
    line-height: 2.75em;
    overflow: hidden;
    font-size: 1em;
    font-weight: bold;
}
.modal {
    display: none;
}
.modal > .header {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1em;
}
.modal > .body {
    padding-top: 10px;
}
.modal .footer {
    width: 95%;
    margin: auto;
    height: 50px;
    position: absolute;
    border-top: #ddd 1px solid;
    text-align: right;
    padding-top: 10px;
    bottom: 0px;
}
.modal .footer .button {
    display: inline-block;
    padding: 5px 15px;
    margin: 0 0 0 5px;
    font-size: 1em;
    width: auto;
    height: auto;
}

@media only screen and (max-width: 1367px) {
}