﻿@charset "utf-8";

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #333333;
    font-size: 1.5rem;
    font-size: var(--base_font);
    /*1.6 × 10px = 16px */
    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #fff;
}

a {
    transition: all 0.3s;
}

a:link {
    color: #444444;
    text-decoration: none
}

a:visited {
    color: #f00;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #f00;
}

a:focus {
    outline: none;
    -moz-outline: none;
}


input {
    outline: none;
}

ul,
li,
dl,
dt,
dd {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}


header,
main,
footer {
    width: 100%;
    overflow: hidden;
    transition: all 0.2s;
}

header.move,
main.move,
footer.move {
    transform: translateX(140px);
    transition: all 0.3s;
}

.ImgScale img,
.ImgScale i {
    transition: all 0.3s;
}

.ImgScale:hover img,
.ImgScale:hover i {
    transform: scale(1.05);
}

.materialboxed.responsive-img {
    display: inline-block;
}

.IScale i,
.IScale img {
    transition: all 0.3s;
}

.IScale:hover i,
.IScale:hover img {
    transform: rotateY(180deg);
}

.hoverable {
    transition: all 0.3s;
}

.hoverable * {
    transition: all 0.1s;
}

.overhide {
    overflow: hidden;
}

.dv {
    display: inline-block;
    vertical-align: middle;
}

.m_r10 { margin-right: 10px; }

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.share_to {
    display: inline-block;
    line-height: 30px;
}

.share_to a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.share_to a i {
    font-size: 2.6rem;
}

.share_to a:hover {
    background: #f00 !important;
}

.share_to a:nth-child(1) {
    background: #ff6600;
}

.share_to a:nth-child(2) {
    background: #3dc464;
}

.share_to a:nth-child(3) {
    background: #d54135;
}

.share_to a:nth-child(4) {
    background: #1493d0;
}

.share_to a:nth-child(5) {
    background: #f8b500;
}

.justify {
    text-align: justify;
}

.content {
    font-size: 1.6rem;
    font-size: var(--base_font16);
    line-height: 28px;
    color: #444444;
}

.lineT {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #eb9233;
}

.material-placeholder {
    margin: 0 auto;
}

.border {
    border: 1px solid #e5e5e5;
}

/**css*/
.tri {
    margin-left: 10px;
    float: left;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #dadada transparent transparent transparent;
}

table.w100 {
    width: 100% !important;
}

table.w100 td {
    padding: 5px !important;
    background: none;
    line-height: 30px;
}

table.gridtable {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-width: 1px;
    border-color: #ccc !important;
    border-collapse: collapse;
}

table.gridtable th {
    border-width: 1px;
    text-align: center !important;
    padding: 5px;
    border-style: solid;
    border-color: #ccc !important;
    background-color: #dedede;
}

table.gridtable td {
    border-width: 1px;
    text-align: center !important;
    padding: 20px;
    border-style: solid;
    border-color: #ccc !important;
}

table.gridtable td a {
    text-decoration: underline;
    color: #069;
}

table td p {
    margin: 0;
}

.w100 {
    width: 100%;
}

i.s-medium {
    font-size: 3.0rem;
}

.op5 {
    opacity: 0.5;
}

.mb0 { margin-bottom: 0 !important; }

.wenben { color: #444444; line-height: 35px; }



/*PAGE
----------------------------------------*/

.pagination {
    margin: 20px 0;
}

.pagination li.active {
    background: none;
    border-bottom: 2px solid #d83c2e;
}

.pagination li.active a {
    color: #000 !important;
}

.pagination li {
    margin: 0 2px;
}


.prev_next li {
    margin-bottom: 10px;
}

.prev_next li .box {
    color: #888888;
    display: block;
    border: 1px dotted #ccc;
    line-height: 24px;
    border-radius: 3px;
    padding: 10px;
    background: #f5f6f8;
    transition: all 0.3s;
}

.prev_next li .box a {
    color: #888888;
}

.prev_next li .box:hover {
    background: #d83c2e;
    color: #fff;
}

.prev_next li .box:hover a {
    color: #fff;
}

.prev_next li .box:hover a:hover {
    color: #fff;
}

.back_list {
    text-align: right;
    font-size: 1.5rem;
    font-size: var(--base_font15);
    margin-bottom: 20px;
}

.back_list a {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
    color: #fff;
    background: #d83c2e;
}

.back_list a:hover {
    color: #fff;
    background: #000;
}

.scoll {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}