@charset "UTF-8";

/*手机横屏和iphone6 plus等大屏手机*/

@media screen and (max-width: 736px) and (max-device-width: 736px),
screen and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    font-size: 23px;
  }
}


/*iphone6*/

@media screen and (max-width: 375px) and (max-device-width: 375px),
screen and (max-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    font-size: 20.83px;
  }
}


/*中小屏手机*/

@media screen and (max-width: 360px) and (max-device-width: 360px),
screen and (max-width: 360px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    font-size: 20px;
  }
}

/*iphone5*/
@media screen and (max-width: 320px) and (max-device-width: 320px),
screen and (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    font-size: 17.78px;
  }
}

@font-face {
  font-family: 'SmartisanIconFont';
  src: url('../fonts/SmartisanIconFont.eot');
  src: url('../fonts/SmartisanIconFont.eot?#iefix') format('embedded-opentype'), url('../fonts/SmartisanIconFont.woff') format('woff'), url('../fonts/SmartisanIconFont.ttf') format('truetype'), url('../fonts/SmartisanIconFont.svg#open_sansregular') format('svg');
  font-weight: 300;
  font-style: normal;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: PingFang SC, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, sans-serif;
  color: #666;
  font-size: 14px;
}

a {
  color: #5079d9;
  cursor: pointer;
  transition: all .15s ease-out;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

html {
  background: #ededed;
}

.smartisan-icon {
  display: inline-block;
  font-family: SmartisanIconFont;
  vertical-align: middle;
}

.smartisan-icon.caret-down:before {
    content: "Q";
}

.wrapper {
  min-width: 1220px;
}

.container {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 736px),
screen and (max-device-width: 736px) and (max-width: 736px) {
  .wrapper,
  html.responsive .wrapper {
    min-width: inherit;
    min-width: 100px;
  }
  .container,
  html.responsive .container {
    width: auto;
  }
}
