﻿@charset "utf-8";
/*reset*/
html {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0; 
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dd, form, span, samp, p, a {
    font-weight: bold;
    margin: 0;
    font-family: 'Microsoft JhengHei UI', arial, helvetica, san-serif;
}

html, body {
    min-height: 100%;
    line-height: 1.6;
}

ul,ol{
    padding-left:0; 
    list-style-type:none;
}

li{display: inline-block;}
i{font-style: normal;}

a { 
  cursor: pointer;
  color:#333;
  text-decoration: none;
  /*消除ie10灰色背景*/
  background-color: transparent;
  /*消除火狐虚线*/
  outline: none;
}

img {
  max-width: 100%;
/*  cursor: pointer;*/
  vertical-align: middle;
  border: 0 none;
}

body,button,input,select,textarea {
  color:#3c3c3c;
  outline: none;
  resize: none;
}
button, input{
  /* 让 input 和 button 一样高 */
  line-height:normal;
}

figure{
  margin: 0;
  padding:0;
}

figure img{
 width: 100%;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
  padding:0;
  border:0;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
}
a,button,input{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 统一上标和下标 */
sub, sup{
  font-size:75%;
  line-height:0;
  position:relative;
}
:root sub, :root sup{
  vertical-align:baseline; /* for ie9 and other modern browsers */
}
sup{
  top:-0.5em;
}
sub{
  bottom:-0.25em;
}
strong {
  font-weight: normal;
}
mark {
  background: none;
}
/*
input,button,select,textarea {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}




/*原子类*/
.wrapper:before,
.wrapper:after,
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.wrapper:after,
.clearfix:after {
  clear: both;
}
.wrapper,
.clearfix {
  zoom: 1;
}

.Left{
  float: left;
}

.Right{
  float: right;
}

.abosolutediv {
    position: absolute;
    bottom: 0px;
    right: 2vw;
    left: 2vw;
}

.contain{max-width: 33.3vw; margin: 0 auto; position: relative;}

.fixWidth{
  width: 100%;
  margin: 0 auto;
  position: relative;
}


.contain {
    min-width: 300px;
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

.contain .demo div{
}


.whiteBG {
  background: white;
}
.fullHeight {
  height: 100%;
}
.guideView:before {
  display: none;
}
.center {
  text-align: center;
}
.blue {
  color: #1e83d3;
}

/* --------- nav ------------*/
.nav {
  width: 100%;
  max-width: 640px;
  text-align: left;
  line-height: 45px;
  padding: 25px 0 35px;
}

.nav h1 {
  font-size: 2.5em;
  font-weight: bold;
}

/* --------- select arrow ------------*/

.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 1.5em) 0.25em, calc(100% - 0.5em) 0.25em;
    background-size: 1em 1em, 1em 1em;
    background-repeat: no-repeat;
}

    .minimal:focus {
        background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%);
        background-position: calc(100% - 0.5em) 0.25em, calc(100% - 1.5em) 0.25em;
        background-size: 1em 1em, 1em 1em;
        background-repeat: no-repeat;
        border-color: green;
        outline: 0;
    }


-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}




