/************************************************
Author: chinasspp.com, Leanne.Liu
*************************************************/

@import url('public.css');

/* BANNER */
#banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
}
#banner ul {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#banner li {
  float: left;
  position: relative;
}
#banner li, #banner li img {
  display: block;
  width: 100%;
}
#banner + div {
  width: 100%;
  height: 0.2rem;
  background-color: #666;
}
#banner + div span {
  float: left;
  display: inline-block;
  margin-left: 0;
  height: 100%;
  background-color: #6AD4B8;
}

/* FORM, SEARCH */
form[name="search"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  padding: 2rem 1rem;
  width: 100%;
}
form[name="search"] input {
  background: none;
  outline: none;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
}
form[name="search"] input[type="search"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  padding: 0 5rem 0 7rem;
  width: 100%;
  border: 0.1rem solid #F1755E;
  color: #A7A7A7;
}
form[name="search"] input[type="submit"] {
  float: right;
  position: relative;
  z-index: 20;
  margin-top: -4rem;
  width: 4.8rem;
  background: url(../images/icon/2_2.png) center center no-repeat;
  background-size: auto 2.4rem;
  -moz-background-size: auto 2.4rem; /* Firefox */
  border: none;
  text-indent: -100rem;
  cursor: pointer;
  overflow: hidden;
}
form[name="search"] input[name="select"] {
  float: left;
  position: relative;
  z-index: 20;
  margin-top: -4rem;
  padding: 0 1rem;
  width: 6.5rem;
  background: url(../images/icon/3.gif) right center no-repeat;
  background-size: auto 0.4rem;
  -moz-background-size: auto 0.4rem; /* Firefox */
  background-origin: content-box;
  -webkit-background-origin: content-box; /* Safari */
  border: 0.1rem solid #F1755E;
  color: #F1755E;
  text-align: left;
  cursor: pointer;
}
form[name="search"] + ul {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  position: absolute;
  margin-top: -2rem;
  padding: 0 1rem;
  width: 100%;
  column-count: 3;
  -moz-column-count: 3; /* Firefox */
  -webkit-column-count: 3; /* Safari and Chrome */
  column-gap: 0.1rem;
  -moz-column-gap: 0.1rem; /* Firefox */
  -webkit-column-gap: 0.1rem; /* Safari and Chrome */
}
/* 浏览器宽度大于或等于768px */
@media all and (min-width: 768px) {
  form[name="search"] + ul {
    width: 76.8rem;
  }
}
form[name="search"] + ul li {
  display: inline-block;
  margin-top: 0.1rem;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background-color: #F1755E;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
}
form[name="search"] + ul li.current {
  background-color: #E15642;
}

/* LINK, ICON */
#container > p:nth-of-type(1) {
  margin-bottom: 2rem;
  padding: 0 2rem;
  column-count: 5;
  -moz-column-count: 5; /* Firefox */
  -webkit-column-count: 5; /* Safari and Chrome */
  column-gap: 1.5rem;
  -moz-column-gap: 1.5rem; /* Firefox */
  -webkit-column-gap: 1.5rem; /* Safari and Chrome */
  text-align: center;
}
#container > p:nth-of-type(1) a {
  display: inline-block;
  font-family: "微软雅黑";
float:left;
}
#container > p:nth-of-type(1) a img {
  padding: 1.5rem;
  width: 2rem;
  border-radius: 50%;
  -moz-border-radius: 50%; /* Old Firefox */
}
/* 浏览器宽度大于或等于376px */
@media all and (min-width: 376px) {
  #container > p:nth-of-type(1) a img {
	width: 4rem;
  }
}
#container > p:nth-of-type(1) a:nth-of-type(1) img {
  background-color: #F1755E;
}
#container > p:nth-of-type(1) a:nth-of-type(2) img {
  background-color: #6AD4B8;
}
#container > p:nth-of-type(1) a:nth-of-type(3) img {
  background-color: #98ABDC;
}
#container > p:nth-of-type(1) a:nth-of-type(4) img {
  background-color: #71ADF1;
}
#container > p:nth-of-type(1) a:nth-of-type(5) img {
  background-color: #FC0;
}
#container > p:nth-of-type(1) a:active {
  transform: translate(0.1rem, 0.1rem);
  -ms-transform: translate(0.1rem, 0.1rem); /* IE 9 */
  -moz-transform: translate(0.1rem, 0.1rem); /* Firefox */
  -webkit-transform: translate(0.1rem, 0.1rem); /* Safari and Chrome */
  -o-transform: translate(0.1rem, 0.1rem); /* Opera */
}
#container > p:last-child {
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  position: fixed;
  bottom: 0;
  z-index: 998;
  margin: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  background-color: #EEE;
  text-align: center;
}
/* 浏览器宽度大于或等于768px */
@media all and (min-width: 768px) {
  #container > p:last-child {
    width: 76.8rem;
  }
}
#container > p:last-child a {
  display: inline-block;
  width: 100%;
  line-height: 3.5rem;
  background-color: #F1755E;
  border: 0.1rem solid #F1755E;
  border-radius: 0.2rem;
  -moz-border-radius: 0.2rem; /* Old Firefox */
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
}

.col, .brand {
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  margin-bottom: 1rem;
  padding: 0 1rem;
  width: 100%;
}
.col p {
  margin-bottom: 0;
  padding: 0 1rem;
  line-height: 3.5rem;
  background-size: auto 1.4rem;
  -moz-background-size: auto 1.4rem; /* Firefox */
  background-color: #FFF;
  border: 0.1rem solid #EEE;
  color: #F1755E;
  font-size: 1.6rem;
  font-family: "微软雅黑";
}
.col ul {
  border-left: 0.1rem solid #EEE;
  border-right: 0.1rem solid #EEE;
  background-color: #FFF;
}
.col li {
  display: block;
  width: 100%;
  border-bottom: 0.1rem solid #EEE;
}
.col li:last-child {
  border-bottom: none;
}
.col ul + a {
  display: block;
  line-height: 3.5rem;
  background-color: #FFF;
  border: 0.1rem solid #EEE;
  text-align: center;
  color: #F1755E;
  font-size: 1.6rem;
  font-family: Arial;
  font-style: italic;
}

/* FOCUS & LINKS */
.news li a {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  padding: 0 1rem;
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.6rem;
  overflow: hidden;
}
.links ul {
  padding: 0.5rem 0;
  border-bottom: 0.1rem solid #EEE;
}
.links li {
  display: inline-block;
  padding: 0 1rem;
  line-height: 3.5rem;
}

/* TRADE */
.trade ul:nth-of-type(1) {
  float: left;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  padding: 0 0.5rem;
  width: 100%;
  border-bottom: 0.1rem solid #EEE;
}
.trade ul:nth-of-type(1) li {
  float: left;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  margin-top: 1rem;
  padding: 0 0.5rem;
  width: 50%;
  border-bottom: none;
}
.trade ul:nth-of-type(1) li a {
  float: left;
  display: inline-block;
  width: 100%;
  line-height: 3rem;
  background-color: #FFF;
  text-align: center;
  overflow: hidden;
}
.trade ul:nth-of-type(1) li img {
  float: left;
  display: inline-block;
  width: 100%;
}

.trade ul:nth-of-type(2) li a {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  padding: 0 1rem;
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.6rem;
  background-color: #FFF;
  overflow: hidden;
}
.trade ul:nth-of-type(2) li a b {
  margin-right: 0.3rem;
  color: #F1755E;
  font-weight: normal;
}
.trade ul:nth-of-type(2) li a b:before {
  content: "[";
}
.trade ul:nth-of-type(2) li a b:after {
  content: "]";
}

/* ORDER */
.order li a {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  padding: 1rem;
  width: 100%;
  line-height: 2.5rem;
  font-size: 1.6rem;
  overflow: hidden;
}
.order li img, .order li b {
  float: right;
  display: block;
  margin-left: 1rem;
  height: 5rem;
  border: 0.1rem solid #BFBFBF;
  overflow: hidden;
}
.order li b {
  width: 7.5rem;
  line-height: 5rem;
  font-family: "微软雅黑";
  font-weight: normal;
  text-align: center;
}
.order li time {
  padding-left: 1.7rem;
  background: url(../images/icon/27.png) left center no-repeat #FFF;
  background-size: auto 1.1rem;
  -moz-background-size: auto 1.1rem; /* Firefox */
  color: #A7A7A7;
  font-size: 1.4rem;
}

/* BRAND */
.brand ul {
  border: 0.1rem solid #EEE;
  border-bottom: none;
  column-count: 2;
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-gap: 0.1rem;
  -moz-column-gap: 0.1rem; /* Firefox */
  -webkit-column-gap: 0.1rem; /* Safari and Chrome */
  column-rule: 0.1rem outset #EEE;
  -moz-column-rule: 0.1rem outset #EEE; /* Firefox */
  -webkit-column-rule: 0.1rem outset #EEE; /* Safari and Chrome */
}
.brand li {
  display: block;
  width: 100%;
  border-bottom: 0.1rem solid #EEE;
  background-color: #FFF;
}
.brand li a {
  display: block;
  width: 100%;
  padding: 1rem 0;
  line-height: 6rem;
  font-size: 1.6rem;
  font-family: "微软雅黑";
  text-align: center;
}
.brand li a span {
  display: inline-block;
}
.brand li a img {
  float: right;
  display: block;
  margin-left: 1rem;
  height: 6rem;
  border-radius: 50%;
  -moz-border-radius: 50%; /* Old Firefox */
}
/* 浏览器宽度大于或等于376px */
@media all and (min-width: 376px) {
  .brand li a {
	line-height: 8rem;
  }
  .brand li a img {
	margin-left: 2rem;
	height: 8rem;
    border-radius: 50%;
    -moz-border-radius: 50%; /* Old Firefox */
  }
}