﻿@charset "utf-8";
* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    scrollbar-face-color: #0b2b75; scrollbar-3dlight-color: #0b2b75; scrollbar-darkshadow-color: #bababa8f; scrollbar-base-color: #bababa8f; scrollbar-track-color: #bababa8f;
    scrollbar-color: #0b2b75 #bababa8f; scrollbar-width: thin;}
*::-webkit-scrollbar{width: 6px; height: 1px;}
*::-webkit-scrollbar-thumb{border-radius: 6px; background-color: #0b2b75;}
*::-webkit-scrollbar-track{border-radius: 6px; background-color: #bababa8f;}
*::-webkit-scrollbar-button{display: none;}
html {-webkit-text-size-adjust: 100%;}
body {padding: 0;margin: 0 auto;font-size: 16px; color: #333;background-color: #f7f8fb; height: 130vh;font-family: "Arial","Harmony";min-width: 1024px;overflow-x: hidden; color: #333;position: relative;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}
ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,
aside{padding: 0;margin: 0;}
.ul,
.ul li {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;table-layout: fixed;}
table td {border-collapse: collapse;font-size: 1px;}
select, input, textarea {font-size: 14px;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: "Harmony";}
img{border: none;max-width: 100%;vertical-align: middle;}
a {color: #333;text-decoration: none; -webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}
a:hover {color: #0091ff;text-decoration: none;}
a:focus {color: #333;outline: none;-moz-outline: none;}
a:active {color: #333;}
p{margin: 0;}
pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    margin:0;
    font-family: "Harmony";
    text-align:justify;
    text-justify:inter-ideograph;
}
img, object {
    border: none;
    max-width: 100%;
    border: 0;
    overflow: hidden;
    vertical-align: middle;
}

.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; }

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
/*2行文本省略号*/
.dot2 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}

.ytable{ display:table; width:100%;table-layout: fixed;}
.ytable-cell{ display:table-cell; vertical-align:middle;}

.bg_cover{background-size: cover;background-position: center center;background-repeat: no-repeat;}
.bg_contain{background-size: contain;background-position: center center;background-repeat: no-repeat;}
a {
    color: #585858;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
a:focus {
    outline: none;
    -moz-outline: none;
}

.hide {
    display: none!important;
}

.auto-1840{max-width: 1840px; margin: auto; width: 96%;}
.auto-1720{max-width: 1720px; margin: auto; width: 96%;}
.auto-1600{max-width: 1600px; margin: auto; width: 96%;}
.auto-1500{max-width: 1500px; margin: auto; width: 96%;}

@font-face {
    font-family: 'Harmony';
    src: url(../fonts/HarmonyOS_Sans_SC_Regular.ttf) format('turetype');
}
@font-face {
    font-family: 'Light';
    src: url(../fonts/HarmonyOS_Sans_SC_Light.ttf) format('truetype');
    font-weight: lighter;
}
@font-face {
    font-family: 'Medium';
    src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf) format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'YouSe';
    src: url(../fonts/YouSheBiaoTiHei.ttf) format('truetype');
}

