﻿@charset "utf-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{-webkit-text-size-adjust:100%;}
body{margin:0;}
main{display:block;}
h1{margin:.67em 0;font-size:2em;}
hr{overflow:visible;box-sizing:content-box;height:0;}
pre{font-size:1em;font-family:monospace,monospace;}
a{background-color:transparent;}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}
b,strong{font-weight:bolder;}
code,kbd,samp{font-size:1em;font-family:monospace,monospace;}
small{font-size:80%;}
sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0;}
sub{bottom:-.25em;}
sup{top:-.5em;}
img{border-style:none;}
button,input,optgroup,select,textarea{margin:0;font-size:100%;font-family:inherit;line-height:1.15;}
button,input{overflow:visible;}
button,select{text-transform:none;}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none;}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{padding:.35em .75em .625em;}
legend{display:table;box-sizing:border-box;padding:0;max-width:100%;color:inherit;white-space:normal;}
progress{vertical-align:baseline;}
textarea{overflow:auto;}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}
[type=search]{outline-offset:-2px;-webkit-appearance:textfield;}
[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button;}
details{display:block;}
summary{display:list-item;}
template{display:none;}
[hidden]{display:none;}

/* 深圳市静江网络科技有限公司 */
*,*:before,*:after {-webkit-box-sizing:border-box; box-sizing:border-box;margin:0; padding:0;}
/*:root {font-size: calc(.8vw + .1vh);line-height: 1.5;}*/
html{font-family: "Microsoft YaHei","PingFang SC UltraLight",PingFangSC-Light,Tahoma,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;font-size: 16px;}
body{font-size: 1rem;}
label{cursor: pointer;}
input{outline: none;border:none;background: none;color: #4e4e4e;}
input::-webkit-input-placeholder{color:#cfcfcf;}
input::-ms-input-placeholder{color:#cfcfcf;}
input::-moz-placeholder{color:#cfcfcf;}
/*.el-input__inner::-webkit-input-placeholder{color:#63c3ce;}*/
/*.el-input__inner::-ms-input-placeholder{color:#63c3ce;}*/
/*.el-input__inner::-moz-placeholder{color:#63c3ce;}*/
input[type="button"],button,select{cursor: pointer;border: none;outline: none;}
input[type="checkbox"]{-webkit-appearance: none;-moz-appearance: none;appearance: none;width: .875rem;height: .875rem;border: 2px solid #fff;border-radius: 3px;margin: 2px 0;vertical-align: text-bottom;cursor: pointer;}
/*input[type="checkbox"]:checked{background: url("../images/checkImg.jpg") no-repeat center/.375rem;}*/
textarea{outline: none;}
li{list-style-type:none;}
img{border:none;}
a{text-decoration:none;transition: all .3s;cursor: pointer;color: #000;}
.clf{zoom:1}
.clf:after,.w:after,ul:after{content:"";display:table;clear:both;}
.fl{float: left;}
.fr{float: right;}
.w{width: 1200px;max-width: 100%;margin: auto}
*::-webkit-scrollbar-thumb {background-color: #ccc; border-radius: 5px;}
*::-webkit-scrollbar {width: 1px;height: 10px;}
@font-face {
    font-family: ht; src:url(../font/simhei.ttf);
}
body{
}
/*.w{width: 1200px;max-width: 100%;margin: auto;}*/
/* 初始化样式结束 */



/*
@media screen and (min-width: 375px) {
  html {
    !* iPhone6的375px尺寸作为16px基准，414px正好18px大小, 600 20px *!
    font-size: calc(100% + 2 * (100vw - 375px) / 39);
    !*font-size: calc(16px + 2 * (100vw - 375px) / 39);*!
  }
}

@media screen and (min-width: 414px) {
  html {
    !* 414px-1000px每100像素宽字体增加1px(18px-22px) *!
    font-size: calc(112.5% + 4 * (100vw - 414px) / 586);
    !*font-size: calc(18px + 4 * (100vw - 414px) / 586);*!
  }
}

@media screen and (min-width: 600px) {
  html {
    !* 600px-1000px每100像素宽字体增加1px(20px-24px) *!
    font-size: calc(125% + 4 * (100vw - 600px) / 400);
    !*font-size: calc(20px + 4 * (100vw - 600px) / 400);*!
  }
}

@media screen and (min-width: 1000px) {
  html {
    !* 1000px往后是每100像素0.5px增加 *!
    font-size: calc(137.5% + 6 * (100vw - 1000px) / 1000);
    !*font-size: calc(22px + 6 * (100vw - 1000px) / 1000);*!
  }
}
*/
