@charset "UTF-8";
html, body { width: 100%; height: 100%; }
html { font-size: 125%; }

body { margin: 0; padding: 0;background-color: #ffffff;}

@media only screen and (min-width: 320px) { html { font-size: 106.66666667% !important; } }
@media only screen and (min-width: 360px) { html { font-size: 120% !important; } }
@media only screen and (min-width: 375px) { html { font-size: 125% !important; } }
@media only screen and (min-width: 414px) { html { font-size: 138% !important; } }
@media only screen and (min-width: 480px) { html { font-size: 160% !important; } }
@media only screen and (min-width: 560px) { html { font-size: 160% !important; } }
@media only screen and (min-width: 640px) { html { font-size: 160% !important; } }
@media only screen and (min-width: 768px) { html { font-size: 160% !important; } }
@media only screen and (min-width: 1024px) { html { font-size: 160% !important; } }
@media only screen and (min-width: 1080px) { html { font-size: 160% !important; } }
@media only screen and (min-width: 1200px) { html { font-size: 160% !important; } }
@media only screen and (min-width: 1280px) { html { font-size: 160%!important; } }
@media only screen and (min-width: 1366px) { html { font-size: 160% !important; } }
@media only screen and (min-width: 1440px) { html { font-size: 160% !important; } }
@media only screen and (min-width: 1920px) { html { font-size: 160% !important; } }
a, a:hover { text-decoration: none; }

button, p, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, input { margin: 0; padding: 0; }

div, ul, li, span, input, textarea { -webkit-box-sizing: border-box; box-sizing: border-box; }

* { -webkit-tap-highlight-color: transparent; }

* { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

li { list-style: none; }

input, textarea { -webkit-user-select: auto; /*webkit浏览器*/ }

.wrapper { width: 100%; height: 100%; }

* { -webkit-tap-highlight-color: transparent; }

/**
float
**/
.fl { float: left; }

.fr { float: right; }

.tl { text-align: left; }

.hide { display: none; }

.tc { text-align: center; }

.tr { text-align: right; }

.ub { position: relative; display: -moz-box; display: -webkit-box; display: box; width: 100%; height: 100%; }

.ub-v { -webkit-box-orient: vertical; box-orient: vertical; }

.ub-f1 { -webkit-box-flex: 1; box-flex: 1; }

/**************common-css************/
.content {
    padding-bottom:1.5rem;
    font-family: "Microsoft YaHei";
}
.content h1{
    text-align:center;
    font-size:0.83rem;
    padding-top:1rem;
}
.content h2{
    text-align:center;
    font-size:0.8rem;
    padding-top:1rem;
}
.content p{
    line-height: 1rem;
    letter-spacing: 1px;
    text-align:justify;
    font-size:0.72rem;
    padding:.5rem .7rem 0 .7rem;
}
.content .title{
    padding-top:0.4rem;
}
.content .bold_p{
    font-weight: bold;
}
.pc{
    background-color: rgb(238,239,244);
}
.black{
    background-color: #000;
    color: #fff;
}
.pc.black{
    background-color: #535962;
}
/*!*浏览器样式*!*/
/*.pc.black::-webkit-scrollbar {*/
    /*width: 14px;*/
    /*background-color: #343D47;*/
/*}*/
/*.pc.black::-webkit-scrollbar-thumb {*/
    /*background-color: #7D7F80;*/
/*}*/
/*.pc.black::-webkit-scrollbar-thumb:hover {*/
    /*background-color: #999;*/
/*}*/
/*.pc.black::-webkit-scrollbar-thumb:active {*/
    /*background-color: #999;*/
/*}*/
/*.pc.black::-webkit-scrollbar-button:start{*/
    /*background: url('../img/topArrow.png') no-repeat center/9px 5px;*/
/*}*/
/*.pc.black::-webkit-scrollbar-button:end{*/
    /*background: url("../img/bottomArrow.png") no-repeat center/9px 5px;*/
/*}*/
