﻿@charset "utf-8";

/* 全局 */
html {
    webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-justify: inter-ideograph;
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

/* 基础 */
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    margin: 0
}

::-webkit-scrollbar {
    width: 9px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border: solid 2px #fff;
    width: 5px;
    border-radius: 4px;
    background-color: #373c41;
}

::-webkit-scrollbar-corner {
    background-color: #fff;
}

::-webkit-scrollbar:horizontal {
    height: 9px;
}

::-webkit-selection {
    background: #dcdddc;
    color: #000;
}

input,
textarea {
    -webkit-user-select: text
}

/*分页样式*/
.pglist {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.pglist a,
.pglist span {
    color: #999;
    padding: 0 12px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    background: #fff;
    border: 1px solid #ccc;
}

.pglist a:hover,
.pglist .active,
.pglist span {
    display: inline-block;
    color: #fff;
    background: #a57945;
    border-color: #a57945;
}

/*返回首页*/
#tip {
    padding-top: 30px;
    min-height: 640px;
}

#tip b {
    color: #a57945;
}

/*视频样式*/
video {
    background-color: #000;
}