/*html5 reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  box-sizing:border-box;
}
html{height:100%;}
body{height:100%;font-family: "微软雅黑"}

:focus {
  outline: 0;
}
a,a:link,a:visited{ text-decoration: none;}
a:hover{color: #fff;}
input{border: none; outline: none;}
img{max-width:100%;}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted #000;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}
ul,li{list-style: none;}
a:link,a:hover,a:visited{color: #999;}
a:hover{text-decoration: underline}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  border-color: transparent;  
  box-shadow:none;
}


.rightFixModalBox{width: 80px; position: fixed;right:10px;padding:10px 5px; bottom:60px;}
.rightFixModalBox .askBtn{}
.rightFixModalBox .queryOrderEntry{margin-top: 20px;}
.rightFixModalBox a{padding:10px 10px; background: #1b6db3;color:#fff;border-radius: 10px; font-weight: bold; cursor: pointer;color:#fff; display: block; text-align: center;font-size: 12px;}
.rightFixModalBox a img{width: 30px;}
/*.showQuestionBox{width: 550px; min-height: 400px; background: #fff;border:1px solid #ddd;padding:20px;border-radius: 10px;position: fixed; margin:-200px 0 0 -250px; left:50%;top:50%;display: none;z-index: 9999}
.questionList{margin-top: 20px;}
.questionList li{ padding:5px 0; border-bottom: 1px dashed #ddd; cursor: pointer;color:#6190de;}
.maskBg{
display: none;
  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
opacity:0.5;
  }

  .rightBox{/*text-align: right;margin-top: 20px;}
  .showQuestionContent{margin-top:20px;}
  .questionBox{display: none;}
  .questionBox h3{font-weight: bold;margin-bottom: 5px;}
  .closeBtn{cursor: pointer;position: absolute;right: 10px;top:5px; font-size: 12px;}
  .boldTxt{font-weight: bold;}*/
