@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 13px;
  color: #0f0f0f;
  background-color: #ffffff;
  font-family: "微軟正黑體", "Arial", "Verdana", "Microsoft JhengHei", "Geneva", "sans-serif";
}

html {
  height: 100%;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pace:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: block;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*共用屬性*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/*泛用表格*/
.t {
  display: table;
}

.t ul {
  display: table-row;
}

.t li {
  padding: 0px;
  margin: 0px;
  display: table-cell;
  list-style: none;
  vertical-align: middle;
}

dl dt,
dl dd {
  float: left;
}

/*定義區塊*/
.container, .container2 {
  margin: auto;
  position: relative;
  z-index: 0;
  width: 1920px;
  max-width: 100%;
}

.container2 {
  width: 1200px;
}

.content {
  background-color: #ffffff;
  position: relative;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

span.plus {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  margin-right: 3px;
  position: relative;
}
span.plus:after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
span.plus:before {
  content: "";
  height: 70%;
  width: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pic {
  position: relative;
  font-size: 0;
}
.pic > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.pic > span:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.pic > span > img, .pic > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.pic > span > iframe {
  width: 100%;
  height: 100%;
}

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

.con-word {
  text-align: center;
  padding-top: 50px;
}

html {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
}

header {
  min-height: 0px;
  z-index: 9999;
  width: 100%;
  margin-bottom: 70px;
}
header .container {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  opacity: 1;
  background: rgba(92, 92, 92, 0.8);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
header .container.freeze {
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
  background: rgba(92, 92, 92, 0.5);
}
header div {
  float: left;
}
header div#logo {
  margin-left: 18.75%;
  width: 242px;
  height: 70px;
}
header div#logo a {
  display: block;
  padding-top: 10px;
}
header div#logo img {
  vertical-align: middle;
  width: 80%;
  padding-top: 1%;
}
header nav {
  margin-left: 14.75%;
  float: left;
  width: 33.333333%;
  max-width: 620px;
  height: 40px;
  margin-top: 15px;
  position: static;
}
header nav ul li {
  display: block;
  float: left;
  width: 20%;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
}
header nav ul li a {
  display: block;
  padding: 5px;
  text-align: center;
}
header nav ul li a:hover {
  color: #53FF53;
}
header nav ul li a .fa {
  font-size: 23px;
  margin-top: 3%;
}
header nav ul li a .fa span {
  font-size: 20px;
}
header nav ul li.cell_button {
  display: none;
}
header div#buy, header div#language {
  margin-top: 15px;
  font-size: 15px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
}
header div#buy {
  background: #ffcb0f;
  color: #fff;
  margin-left: 3%;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
header div#buy:hover {
  background: #ffa507;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
header div#buy a {
  display: block;
  width: 100%;
  height: 100%;
}
header div#language {
  width: 80px;
  border: 1px #FFC802 solid;
  margin-left: 100px;
  padding-top: 6px;
  border: none;
}
header div#language div {
  display: inline-block;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  background: #ede7e7;
  font-size: 11px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
header div#language div:hover {
  background: #ede7e7;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
header div#language div.chosen {
  color: #FFF;
  background: #f0aa13;
  cursor: auto;
}

footer div.logo {
  text-align: center;
  padding: 33px 0px;
}
footer div.row img {
  vertical-align: middle;
}
footer div.row nav, footer div.row div.right {
  width: 33.5%;
  float: left;
  text-align: right;
}
footer div.row nav li, footer div.row div.right li {
  color: #333333;
  font-size: 15px;
  line-height: 25px;
  list-style: none;
  height: 50px;
}
footer div.row .mid {
  width: 36%;
  float: left;
}
footer div.row .mid li {
  display: block;
  width: 320px;
  margin: 0px auto;
  list-style: none;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  text-align: left;
}
footer div.row .mid li span {
  display: inline-block;
  min-width: 4em;
}
footer div.row div.right {
  width: auto;
  text-align: left;
  color: #666666;
  font-size: 15px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer div.row div.right a {
  display: block;
  height: 33px;
  margin-right: 10px;
}
footer .copyright {
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  border: 1px #eeeeee solid;
  border-left: none;
  border-right: none;
  color: #999999;
}

.container2 article {
  padding-top: 35px;
  padding-bottom: 180px;
}

.fa {
  vertical-align: middle;
  color: #666;
}
.fa.header {
  color: #FFF;
}
.fa:hover {
  color: #000000;
}

/*下拉式選單用*/
.select_col {
  position: relative;
  width: 100%;
}
.select_col .select-text {
  width: 95%;
  text-align: center;
  cursor: pointer;
  color: #FFF;
}
.select_col .select-text:after {
  position: absolute;
  right: 5px;
  font-family: "FontAwesome";
  content: "\f107";
  color: #fff;
}
.select_col .select-content {
  width: 100%;
  height: auto;
  max-height: 400px;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  overflow: auto;
  display: none;
  border: 1px #EEEEEE solid;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.select_col .select-content div {
  width: 100%;
  text-align: left;
  line-height: 40px;
  padding-left: 10px;
  background: #FFFFFF;
  cursor: pointer;
}
.select_col .select-content div:hover {
  background: #CCC;
}
.select_col .select-content div.chosen {
  background: #666;
  color: #FFF;
}
.select_col .select-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
}

#home .block {
  position: relative;
}
#home #banner_utube .pic {
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  display: block;
}
#home .introduce {
  background: #FFFFFF;
  padding: 70px 0 50px 0;
}
#home .introduce div.left {
  width: 23.7%;
  float: left;
  position: relative;
  border-top: 1px #FDCA04 solid;
  border-bottom: 1px #FDCA04 solid;
}
#home .introduce div.left h3 {
  font-size: 40px;
  text-align: center;
}
#home .introduce div.left h3.small {
  position: absolute;
  top: 20px;
  right: 8px;
  font-size: 18px;
}
#home .introduce div.left div {
  display: none;
}
#home .introduce div.right {
  float: left;
  width: 76.3%;
}
#home .introduce div.right.phone_small {
  display: none;
}
#home .introduce div.right h3 {
  font-size: 65px;
  padding: 5px;
  text-align: center;
}
#home .introduce div.right h3.parallelogram {
  width: 450px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Poiret One", cursive;
  font-weight: bold;
}
#home .introduce div.right .free_chinese_768 {
  display: none;
}
#home .introduce div.right .free_chinese_480 {
  display: none;
}
#home .introduce div.right .free_chinese_1145 {
  display: none;
}
#home .introduce div.right .free_chinese {
  position: relative;
}
#home .introduce div.right .free_chinese img {
  display: block;
  margin: 25.3px auto;
  width: 86%;
}
#home .introduce div.right .free_chinese div {
  position: absolute;
  line-height: 32px;
}
#home .introduce div.right .free_chinese div h4 {
  font-size: 27px;
  font-weight: bold;
}
#home .introduce div.right .free_chinese div p {
  font-size: 17px;
  color: #2D6BD3;
}
#home .introduce div.right .free_chinese div.durable {
  right: 286px;
  top: 16px;
}
#home .introduce div.right .free_chinese div.riot_chong {
  left: 242px;
  top: 71px;
}
#home .introduce div.right .free_chinese div.comfort_grip h4 {
  text-align: right;
}
#home .introduce div.right .free_chinese div.comfort_grip {
  bottom: 5px;
  left: 316px;
}
#home .introduce div.right .free_chinese div.en {
  line-height: 30px;
}
#home .introduce div.right .free_chinese div.en.durable {
  right: 110px;
}
#home .introduce div.right .free_chinese div.en.riot_chong {
  top: 46px;
}
#home .introduce div.right .free_chinese div.en.comfort_grip h4 {
  text-align: left;
}
#home .introduce div.right .free_chinese div.en.comfort_grip {
  bottom: 8px;
  left: 450px;
}
#home .introduce .pic {
  width: 80%;
  display: block;
  height: 0;
  margin: 0 auto;
  padding-bottom: 40%;
}
#home .introduce2 {
  padding: 70px 0;
  background-color: #fafafa;
}
#home .introduce2 div.left {
  width: 76.3%;
  float: left;
}
#home .introduce2 div.left h3 {
  font-size: 65px;
  padding: 5px;
  text-align: center;
}
#home .introduce2 div.left h3.parallelogram {
  width: 450px;
  margin: 0 45%;
  padding: 20px;
  font-family: "Poiret One", cursive;
  font-weight: bold;
}
#home .introduce2 div.left .free_chinese_768 {
  display: none;
}
#home .introduce2 div.left .free_chinese_480 {
  display: none;
}
#home .introduce2 div.left .free_chinese_1145 {
  display: none;
}
#home .introduce2 div.left .free_chinese {
  position: relative;
}
#home .introduce2 div.left .free_chinese img {
  display: block;
  margin: 0 auto;
}
#home .introduce2 div.left .free_chinese img.en {
  margin: -5px auto;
}
#home .introduce2 div.left .free_chinese div {
  position: absolute;
  line-height: 32px;
}
#home .introduce2 div.left .free_chinese div h4 {
  font-size: 27px;
  font-weight: bold;
}
#home .introduce2 div.left .free_chinese div p {
  font-size: 17px;
  color: #2D6BD3;
}
#home .introduce2 div.left .free_chinese div.durable {
  right: 70px;
  top: 100px;
}
#home .introduce2 div.left .free_chinese div.riot_chong {
  text-align: right;
  left: 70px;
  top: 150px;
}
#home .introduce2 div.left .free_chinese div.comfort_grip {
  text-align: right;
}
#home .introduce2 div.left .free_chinese div.comfort_grip h4 {
  padding-right: 15px;
}
#home .introduce2 div.left .free_chinese div.comfort_grip {
  bottom: 30px;
  left: 70px;
}
#home .introduce2 div.left .free_chinese div.en {
  line-height: 30px;
}
#home .introduce2 div.left .free_chinese div.en.durable {
  left: 260px;
  top: 92px;
}
#home .introduce2 div.left .free_chinese div.en.riot_chong {
  text-align: left;
  left: 106px;
  top: 307px;
}
#home .introduce2 div.left .free_chinese div.en.comfort_grip {
  text-align: left;
  bottom: 40px;
  left: 234px;
}
#home .introduce2 div.left .free_chinese div.en p {
  font-size: 15px;
}
#home .introduce2 div.right {
  float: left;
  width: 23.7%;
  position: relative;
  border-top: 1px #FDCA04 solid;
  border-bottom: 1px #FDCA04 solid;
}
#home .introduce2 div.right h3 {
  font-size: 40px;
  text-align: center;
}
#home .introduce2 div.right h3.small {
  position: absolute;
  top: 20px;
  right: 8px;
  font-size: 18px;
}
#home .introduce2 div.right div {
  display: none;
}
#home .products {
  background-image: url(../_img/home_products_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  padding-bottom: 40px;
}
#home .products h3 {
  text-align: center;
  padding: 140px 0px 40px;
  height: 230px;
  font-size: 40px;
}
#home .products a {
  display: inline-block;
  width: 500px;
  max-width: 31%;
  height: 445px;
  margin: 10px;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}
#home .products a div.pic {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#home .products a div.detail {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  width: 100%;
  height: 110px;
  position: absolute;
  left: 0;
  bottom: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home .products a div.detail .name {
  font-size: 18px;
  word-wrap: break-word;
  line-height: 30px;
}
#home .products div.more a {
  display: block;
  text-align: center;
  width: 64px;
  height: 64px;
  background-color: #FFC802;
  color: #FFFFFF;
  position: relative;
  top: 0;
  left: 0;
  font-size: 12px;
  border-radius: 50%;
  line-height: 64px;
  margin: 55px auto 40px auto;
}
#home .products div.more a:hover {
  color: #53FF53;
}
#home .products div.more a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

#about div.container {
  background-image: url(../_img/tw/about.jpg);
}
#about div.container.enbanner {
  background-image: url(../_img/about.jpg);
}
#about div.container {
  background-size: cover;
  color: #666666;
  font-size: 18px;
  line-height: 160%;
  padding: 40px 0px;
}
#about div.container .container2.about-english {
  margin-left: 25%;
}
#about div.container .container2.about-chinese {
  margin-left: 20%;
}
#about div.container article img {
  display: block;
  margin: 0px auto 160px;
}
#about div.container article section {
  width: 60%;
  max-width: 910px;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.75);
  margin: auto;
  text-align: left;
  padding: 40px;
}
#about div.container article section span {
  color: #000000;
}

.tw_big {
  background-position: 0% 50%;
}

#contact {
  background: #f5f5f5;
  color: #666666;
  font-size: 16px;
  line-height: 160%;
}
#contact h4 {
  color: #FFC802;
  font-size: 15px;
  text-align: center;
  margin-bottom: 40px;
}
#contact div.t {
  width: 560px;
  max-width: 99%;
  margin: auto;
}
#contact div.t li {
  line-height: 36px;
  height: 60px;
  vertical-align: top;
  padding-left: 10px;
}
#contact div.t li.left {
  position: relative;
  width: 125px;
  text-align: right;
  padding-right: 10px;
  padding-left: 0px;
}
#contact div.t li.left span {
  color: red;
  display: inline-block;
  margin-right: 5px;
}
#contact div.t li input.codes {
  width: 15% !important;
}
#contact div.t li.check img {
  cursor: pointer;
  vertical-align: middle;
}
#contact div.t li.info {
  padding-bottom: 10px;
}
#contact div.t li input, #contact div.t li select, #contact div.t li textarea {
  width: 100%;
  height: 36px;
  border: none;
}
#contact div.t li input[type=button], #contact div.t li select[type=button], #contact div.t li textarea[type=button] {
  background: #FFC802;
  text-align: center;
  margin-top: 20px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
}
#contact div.t li textarea {
  height: 140px;
}
#contact div.t li select, #contact div.t li option {
  display: none;
}
#contact div.t li div.select_col {
  text-align: left;
  background: #FFF;
  color: #333;
}
#contact div.t li div.select_col .select-text {
  text-align: left;
  background: #FFF;
  font-size: 15px;
  padding-left: 10px;
  color: #333;
}
#contact div.t li div.select_col .select-text:after {
  background: #FFFFFF;
  color: #333;
}
#contact div.t li div.select_col .select-content {
  font-size: 13px;
}
#contact .sales {
  font-size: 15px;
  color: #666;
  padding: 10px;
}

#product {
  background: #FFEFBF;
}
#product div.t {
  width: 100%;
}
#product div.t li {
  vertical-align: top;
}
#product #left_class {
  width: 350px;
}
#product #left_class h3 {
  font-size: 26px;
  color: #000000;
  height: 138px;
  line-height: 138px;
  text-align: center;
  background-image: url(../_img/bg.png);
}
#product #left_class ul {
  padding: 30px 60px 30px 60px;
  display: block;
}
#product #left_class ul li {
  display: block;
  color: #222222;
  font-size: 20px;
  line-height: 160%;
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
#product #left_class ul li:before {
  content: "●";
  color: #FFC802;
  position: absolute;
  left: -30px;
}
#product #left_class ul li:hover {
  color: #666;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#product #left_class ul li ul {
  padding: 5px;
  padding-bottom: 10px;
  display: none;
}
#product #left_class ul li ul.chosen {
  display: block;
}
#product #left_class ul li ul li {
  color: #333333;
  font-size: 16px;
  line-height: 180%;
  margin: 0;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#product #left_class ul li ul li:before {
  content: "";
  background-image: url(../_img/products/footer_dog_foot.png);
  background-size: 70%;
  background-position: 9px 5px;
  background-repeat: no-repeat;
  width: 11%;
  height: 23px;
}
#product #left_class ul li ul li.chosen {
  color: #FC6861;
}
#product #left_class ul li ul li:hover {
  color: #FC6861;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#product #left_class .select {
  display: none;
}
#product #left_class .select select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #454545;
  text-align: center;
}
#product {
  /*left_class end here*/
}
#product #list, #product #press {
  min-height: 800px;
  padding-top: 88px;
  background: #EEEEEE;
  text-align: center;
}
#product #list h3, #product #press h3 {
  color: #000000;
  font-size: 35px;
  margin-bottom: 50px;
  text-align: center;
}
#product #list .l_page, #product #press .l_page {
  padding: 70px 0px;
  text-align: center;
}
#product #list .l_page.shorten, #product #press .l_page.shorten {
  padding: 10px 0px;
}
#product #list .l_page a, #product #press .l_page a {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 15px;
  text-align: center;
  margin: 3px;
}
#product #list .l_page a.selected, #product #press .l_page a.selected {
  color: #000000;
  text-decoration: underline;
}
#product #list .l_page a.prev, #product #list .l_page a.next, #product #press .l_page a.prev, #product #press .l_page a.next {
  background: #FFC802;
  border-radius: 50%;
}
#product #list, #product #press {
  /*l_page end here*/
}
#product #list #likes .slick-prev, #product #list #likes .slick-next, #product #press #likes .slick-prev, #product #press #likes .slick-next {
  top: 30%;
}
#product #list .pic, #product #press .pic {
  width: 95%;
  max-width: 100%;
  height: 0;
  padding-bottom: 75%;
  display: table;
  overflow: hidden;
  position: relative;
}
#product #list .pic .img-row, #product #press .pic .img-row {
  background: #FFFFFF;
  z-index: 100;
}
#product #list .pic .pic2, #product #press .pic .pic2 {
  background: #FFFFFF;
  z-index: 50;
}
#product #list .pic span, #product #press .pic span {
  overflow: hidden;
  z-index: 200;
}
#product #list .pic:hover, #product #press .pic:hover {
  overflow: hidden;
}
#product #list .pic:hover .img-row, #product #press .pic:hover .img-row {
  z-index: 50;
}
#product #list .pic:hover .pic2, #product #press .pic:hover .pic2 {
  z-index: 100;
}
#product #list .pic:hover .pic2 img, #product #press .pic:hover .pic2 img {
  opacity: 100;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#product #list .pic:hover span p, #product #press .pic:hover span p {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#product #list .p-row, #product #press .p-row {
  width: 95%;
  margin: auto;
}
#product #list a.p_item, #product #press a.p_item {
  width: 20%;
  height: 320px;
  display: block;
  float: left;
}
#product #list a.p_item div, #product #press a.p_item div {
  width: 95%;
  margin: auto;
  overflow: hidden;
}
#product #list a.p_item div.pic, #product #press a.p_item div.pic {
  text-align: left;
}
#product #list a.p_item .name, #product #press a.p_item .name {
  margin-top: 10px;
  height: 60px;
  line-height: 20px;
  font-size: 15px;
  color: #333333;
  text-align: center;
}
#product {
  /*list & press end here*/
}
#product #press ul, #product #press li {
  display: block;
}
#product #press #pics {
  width: 50%;
  float: left;
}
#product #press #pics #main_pic {
  width: 500px;
  max-width: 80%;
  height: 450px;
  background-size: contain;
  -webkit-transition: background-image 0.4s ease;
  transition: background-image 0.4s ease;
  float: right;
  text-align: left;
}
#product #press #pics .sub_pics {
  width: 90px;
}
#product #press #pics .sub_pics div {
  width: 80px;
  height: 70px;
  margin-left: 10px;
  margin-bottom: 14px;
  cursor: pointer;
  background-size: cover;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#product #press #pics .sub_pics div.chosen {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#product #press {
  /*press pics end*/
}
#product #press #info_block {
  width: 50%;
  float: left;
  padding-left: 40px;
}
#product #press #info_block .text {
  color: #333333;
  font-size: 18px;
  height: auto;
  min-height: 175px;
  line-height: 25px;
  text-align: left;
}
#product #press #info_block select[name=color], #product #press #info_block select[name=size] {
  display: none;
}
#product #press #info_block .color-block {
  text-align: left;
  margin-bottom: 30px;
}
#product #press #info_block .color-block div {
  display: inline-block;
  width: 45px;
  height: 25px;
  margin-right: 5px;
  cursor: pointer;
  background-size: cover;
}
#product #press #info_block .color-block div.chosen {
  border: 3px #aaa solid;
}
#product #press #info_block .size-block {
  height: 38px;
  margin-bottom: 30px;
  position: relative;
}
#product #press #info_block .size-block select, #product #press #info_block .size-block option {
  display: none;
}
#product #press #info_block .size-block .select_col {
  text-align: left;
  background: #FFF;
  color: #333;
  width: 250px;
  line-height: 38px;
  border: 1px #333333 solid;
  cursor: pointer;
}
#product #press #info_block .size-block .select_col .select-text {
  text-align: left;
  background: #FFF;
  font-size: 15px;
  padding-left: 10px;
  color: #333;
}
#product #press #info_block .size-block .select_col .select-text:after {
  content: url("../_img/1.png");
  top: 50%;
  bottom: 50%;
  margin: auto;
}
#product #press #info_block .size-block .select_col .select-content {
  width: calc(100% + 2px);
  margin-top: 38px;
  margin-left: -1px;
  font-size: 15px;
  color: #333;
  border: 1px #333333 solid;
}
#product #press #info_block .size-block .select {
  text-align: left;
  width: 250px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  border: 1px #333333 solid;
  background: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
}
#product #press #info_block .size-block .select div {
  width: 100%;
  height: 38px;
  color: #333333;
  font-size: 15px;
  padding-left: 25px;
  background: #FFFFFF;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#product #press #info_block .size-block .select div:hover {
  background: #eeeeee;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#product #press #info_block .size-block .select div.arrow-size {
  background-image: url("../_img/1.png");
  background-repeat: no-repeat;
  background-position: 95%;
}
#product #press #info_block .size-block .select div.arrow-size:hover {
  background: #eeeeee;
  background-image: url("../_img/1.png");
  background-repeat: no-repeat;
  background-position: 95%;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#product #press #info_block .size-block .select .others {
  width: 250px;
  display: block;
  border: 1px #333333 solid;
  position: relative;
  left: -1px;
  top: -1px;
}
#product #press #info_block {
  /*size-block end here*/
}
#product #press #info_block .seprate-line {
  border-top: 1px #BBBBBB solid;
}
#product #press #info_block .share {
  text-align: left;
  font-size: 15px;
  color: #333333;
  line-height: 160%;
  margin-bottom: 60px;
}
#product #press #info_block .share img {
  vertical-align: middle;
}
#product #press #info_block #buy_button {
  width: 260px;
  height: 48px;
  font-size: 20px;
  line-height: 48px;
  color: #000000;
  background: #FFC802;
  cursor: pointer;
  border-radius: 48px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
#product #press #info_block #buy_button:hover {
  background: #f2bd00;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#product #press {
  /*info-block end here*/
}
#product #press .bot-row {
  padding-top: 70px;
  margin-bottom: 130px;
}
#product #press .bot-row div.buttons div {
  width: 33.3333%;
  max-width: 160px;
  height: 40px;
  float: left;
  background: #E6E6E6;
  color: #666666;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-left: 1px #FFFFFF solid;
}
#product #press .bot-row div.buttons div:first-child {
  border-left: none;
}
#product #press .bot-row div.buttons div.chosen {
  background: #FFFFFF;
  color: #000000;
}
#product #press .bot-row .info-row {
  margin-bottom: 100px;
}
#product #press .bot-row .info-row .block {
  width: 100%;
  min-height: 800px;
  background: #FFFFFF;
  padding: 80px 46px;
  display: none;
  font-size: 15px;
  line-height: 160%;
  text-align: left;
  color: #454545;
}
#product #press .bot-row .info-row .block.chosen {
  display: block;
}
#product #press .bot-row .info-row .block.info-height {
  min-height: auto;
  padding: 46px;
}
#product #press .bot-row .info-row .block.info-padding {
  min-height: 700px;
  padding: 46px;
}
#product #press .bot-row .info-row #subpart-pic {
  float: right;
  width: 285px;
  height: 608px;
  position: relative;
}
#product #press .bot-row .info-row #subpart-pic div#mask {
  width: 100%;
  height: 100%;
  background-image: url(../_img/products/iphone.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
#product #press .bot-row .info-row #subpart-pic div.pics {
  position: absolute;
  width: 251px;
  height: 444px;
  left: 18px;
  top: 83px;
  background-size: cover;
  display: none;
  z-index: 99;
}
#product #press .bot-row .info-row #subpart-pic div.pics.chosen {
  display: block;
}
#product #press .bot-row .info-row {
  /*subpart-pic end here*/
}
#product #press .bot-row .info-row .subpart {
  max-width: 580px;
  line-height: 160%;
  padding: 20px 100px 20px 60px;
  position: relative;
  background-position: 20px 30px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  cursor: pointer;
}
#product #press .bot-row .info-row .subpart div.title {
  font-size: 20px;
  color: #000000;
}
#product #press .bot-row .info-row .subpart div.text {
  font-size: 15px;
  color: #333333;
}
#product #press .bot-row .info-row .subpart.chosen {
  background-color: #FFC803;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
#product #press .bot-row .info-row .subpart.chosen div.text {
  color: #000000;
}
#product #press .bot-row .info-row .subpart.chosen:after {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 50px;
  color: #FFFFFF;
  position: absolute;
  right: 20px;
  top: 40%;
}
#product #press .bot-row .info-row {
  /*subpart end*/
}
#product #press .bot-row .info-row a.message_add {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  color: #000000;
  background: #FFC802;
  margin: auto;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
#product #press .bot-row .info-row a.message_add:hover {
  background: #FF7F00;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
#product #press .bot-row {
  /*info-row end*/
}
#product #press {
  /*bot-row end here*/
}
#product #press #likes h4 {
  text-align: center;
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}
#product {
  /*press end here*/
}

#message {
  padding: 20px;
  font-size: 15px;
  line-height: 160%;
  color: #656565;
  text-align: left;
}
#message div.t {
  width: 100%;
}
#message div.t li {
  padding: 10px 5px;
  vertical-align: top;
}
#message div.t li.left {
  width: 10em;
  text-align: right;
  position: relative;
}
#message div.t li.left span {
  color: red;
}
#message div.t li.check.en {
  font-size: 13px;
}
#message div.t li.check .codes {
  width: 15% !important;
}
#message div.t li.check img {
  cursor: pointer;
  vertical-align: middle;
}
#message div.t li input, #message div.t li textarea {
  border: 1px #CCCCCC solid;
  background: #EEEEEE;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
#message div.t li textarea {
  height: 120px;
}
#message div.button {
  text-align: center;
  padding: 10px;
}
#message div.button input {
  width: 120px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
  background: #FFC802;
  margin: 5px;
  border: 1px #CCCCCC solid;
  cursor: pointer;
  border-radius: 20px;
}
#message {
  /*產品架顯示用*/
}
#message div.m-item {
  font-size: 15px;
  color: #454545;
  line-height: 26px;
  text-align: left;
  margin-bottom: 10px;
  border: 1px #DDDDDD solid;
  border-radius: 10px;
  overflow: hidden;
}
#message div.m-item div.top {
  min-height: 30px;
  background: #FFC802;
  padding: 1px 30px;
}
#message div.m-item div.top .name {
  float: left;
}
#message div.m-item div.top .date {
  text-align: right;
  font-size: 13px;
  color: #787878;
}
#message div.m-item div.stars {
  display: block;
  width: 100%;
  padding: 5px 30px;
}
#message div.m-item div.message {
  display: block;
  min-height: 5em;
  padding: 5px 30px;
  clear: both;
  color: #454545;
  font-size: 13px;
}
#message div.m-item div.reply div.top {
  background-color: #FFEFBF;
}

#cart {
  background: #f5f5f5;
}
#cart h3, #cart h4 {
  color: #000000;
  font-size: 20px;
  padding-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
#cart h4 {
  font-size: 15px;
}
#cart div.t {
  width: 95%;
  margin: auto;
  max-width: 800px;
  font-size: 15px;
  line-height: 160%;
  color: #656565;
}
#cart .shop_list {
  border: 3px #959595 solid;
  border-collapse: collapse;
  background: #FFFFFF;
}
#cart .shop_list li {
  border: 1px #CCCCCC solid;
  padding: 5px;
}
#cart .shop_list li.list_item {
  vertical-align: middle;
}
#cart .shop_list li.list_item .img-row {
  width: 50%;
  max-width: 100px;
  height: 100px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
}
#cart .shop_list li.list_item .detail {
  display: inline-block;
  margin: 0px 10px;
  vertical-align: middle;
}
#cart .shop_list li.list_item .detail .p_name .del:after {
  content: "\f014";
  font-family: "FontAwesome";
  margin-left: 10px;
  cursor: pointer;
}
#cart .shop_list li.list_count {
  text-align: center;
}
#cart .shop_list li.list_count ul, #cart .shop_list li.list_count li {
  text-align: center;
  display: inline-block;
  border: none;
}
#cart .shop_list li.list_count .count .down, #cart .shop_list li.list_count .count .up {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #EEEEEE;
  border: 1px #CCCCCC solid;
}
#cart .shop_list li.list_count .count input {
  text-align: center;
  height: 40px;
  width: 3em;
}
#cart .shop_list ul.head li {
  text-align: center;
  background: #FFC802;
  color: #000000;
}
#cart .detail-form {
  line-height: 30px;
}
#cart .detail-form li {
  padding-bottom: 10px;
  text-align: left;
  vertical-align: top;
}
#cart .detail-form li.left {
  text-align: right;
  position: relative;
  width: 130px;
  padding-right: 20px;
}
#cart .detail-form li.left.require:after {
  content: "*";
  position: absolute;
  right: 5px;
  top: 0px;
  color: red;
}
#cart .detail-form li input, #cart .detail-form li textarea {
  width: 100%;
  background: #FFFFFF;
  height: 40px;
}
#cart .detail-form li input {
  line-height: 40px;
}
#cart .detail-form li input.codes {
  width: 30% !important;
}
#cart .detail-form li.check img {
  cursor: pointer;
  vertical-align: middle;
}
#cart .detail-form li select, #cart .detail-form li option {
  display: none;
}
#cart .detail-form li div.select_col {
  text-align: left;
  background: #FFF;
  color: #333;
  height: 46px;
  border: 1px #A9A9A9 solid;
}
#cart .detail-form li div.select_col .select-text {
  text-align: left;
  background: #FFF;
  font-size: 15px;
  padding-left: 10px;
  color: #333;
  background: #FFFFFF;
  height: 44px;
  line-height: 46px;
}
#cart .detail-form li div.select_col .select-text:after {
  background: #FFFFFF;
  color: #333;
  height: 40px;
}
#cart .detail-form li div.select_col .select-content {
  font-size: 13px;
}
#cart .detail-form li textarea {
  height: 150px;
}
#cart .button {
  text-align: center;
  padding: 20px;
}
#cart .button input {
  margin: 20px auto;
  width: 180px;
  display: block;
  cursor: pointer;
  border: 2px #dedede solid;
  border-radius: 10px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background: #FFC802;
  color: #000000;
  font-size: 15px;
  font-family: "微軟正黑體";
}

#quality div.container {
  padding: 200px 0px;
  color: #fff;
  font-size: 19px;
  line-height: 160%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#quality div.container .container2 {
  padding: 40px 40px 80px 40px;
}
#quality div.container .container2 h4 {
  font-size: 40px;
  padding: 40px 40px;
  color: #fff;
  text-align: center;
  position: relative;
  left: -20px;
  display: inline-block;
  width: 48%;
  border-right: 1px #FFF solid;
  line-height: 160%;
  vertical-align: middle;
}
#quality div.container .container2 h4:before {
  content: "\f00c";
  color: red;
  font-family: "FontAwesome";
  margin-right: 20px;
}
#quality div.container .container2 div {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#quality div.container .container2 span {
  /*color:#e31c1c;*/
}
#quality div.container#block4, #quality div.container#block3 {
  color: #000;
}
#quality div.container#block4 h4, #quality div.container#block3 h4 {
  color: inherit;
  border-color: #000;
}
#quality div.container#block4 .slick, #quality div.container#block3 .slick {
  margin-top: 60px;
  overflow: hidden;
  width: 100%;
}
#quality div.container#block4 .slick img, #quality div.container#block3 .slick img {
  display: block;
  width: 75%;
  margin: auto;
  border: 1px #CCCCCC solid;
}

@media only screen and (max-width: 1800px) {
  #home .introduce div.right .free_chinese div.durable {
    right: 19%;
    top: 3%;
  }
  #home .introduce div.right .free_chinese div.riot_chong {
    left: 16%;
    top: 10%;
  }
  #home .introduce div.right .free_chinese div.comfort_grip {
    bottom: 0%;
    left: 21%;
  }
  #home .introduce div.right .free_chinese div.en.durable {
    right: 76px;
  }
  #home .introduce div.right .free_chinese div.en.comfort_grip {
    left: 30%;
  }
  #home .introduce2 div.left .free_chinese img {
    margin: 23px auto;
  }
  #home .introduce2 div.left .free_chinese img.en {
    width: 86%;
  }
  #home .introduce2 div.left .free_chinese div.en.comfort_grip {
    left: 15%;
  }
  /*end of home*/
}
@media only screen and (max-width: 1680px) {
  header div#logo {
    margin-left: 8%;
  }
  header nav {
    margin-left: 12%;
  }
  #home .products a {
    height: 400px;
  }
  /*end of home*/
  #product #press #main_block {
    max-width: 1000px;
  }
  #product #press #likes .slick-prev, #product #press #likes .slick-next {
    top: 25%;
  }
  #product #press #pics .sub_pics {
    margin-left: -20%;
  }
}
@media only screen and (max-width: 1500px) {
  #home .introduce div.left h3.small {
    font-size: 14px;
  }
  #home .introduce div.right .free_chinese {
    display: none;
  }
  #home .introduce div.right .free_chinese_1145 {
    width: 93%;
    display: block;
  }
  #home .introduce2 div.left .free_chinese {
    display: none;
  }
  #home .introduce2 div.left .free_chinese_1145 {
    width: 93%;
    display: block;
  }
  #home .introduce2 div.right h3.small {
    font-size: 14px;
  }
  /*end of home*/
  #product #press #pics #main_pic {
    width: 98%;
    max-width: none;
    float: none;
    margin: auto;
  }
  #product #press #pics .sub_pics {
    width: 100%;
    margin-top: 5%;
    margin-left: 0;
  }
  #product #press #pics .sub_pics div {
    display: inline-block;
    margin: 2px;
    max-width: 19%;
  }
  /*end of product*/
}
@media only screen and (max-width: 1366px) {
  #home .introduce div.left h3.small {
    font-size: 14px;
  }
  #home .introduce div.right .free_chinese div.durable {
    right: 16%;
    top: 3%;
  }
  #home .introduce div.right .free_chinese div.riot_chong {
    left: 16%;
    top: 10%;
  }
  #home .introduce div.right .free_chinese div.comfort_grip {
    bottom: -2%;
    left: 17%;
  }
  #home .introduce div.right .free_chinese div p {
    font-size: 14px;
  }
  #home .introduce div.right .free_chinese div.en.durable {
    right: 20px;
  }
  #home .introduce div.right .free_chinese div.en.riot_chong {
    top: 23px;
  }
  #home .introduce div.right .free_chinese div.en.comfort_grip {
    left: 28%;
  }
  #home .introduce div.right .free_chinese div.en p {
    font-size: 13px;
  }
  #home .introduce div.right .free_chinese img.en {
    margin: 26px auto;
  }
  #home .introduce2 div.left h3.parallelogram {
    margin: 0 45%;
  }
  #home .introduce2 div.left .free_chinese div.durable {
    right: 4%;
    top: 14%;
  }
  #home .introduce2 div.left .free_chinese div.riot_chong {
    left: 5%;
    top: 22%;
  }
  #home .introduce2 div.left .free_chinese div.comfort_grip {
    left: 5%;
    bottom: -9%;
  }
  #home .introduce2 div.left .free_chinese div p {
    font-size: 14px;
  }
  #home .introduce2 div.left .free_chinese div.en.durable {
    top: 3%;
    left: 2%;
  }
  #home .introduce2 div.left .free_chinese div.en.riot_chong {
    left: 1%;
    top: 40%;
  }
  #home .introduce2 div.left .free_chinese div.en.comfort_grip {
    left: 8%;
    bottom: -3%;
  }
  #home .introduce2 div.left .free_chinese div.en h4 {
    font-size: 23px;
  }
  #home .introduce2 div.left .free_chinese div.en p {
    font-size: 13px;
  }
  #home .introduce2 div.left .free_chinese img {
    width: 54.6%;
  }
  #home .introduce2 div.left .free_chinese img.en {
    width: 73.3%;
  }
  #home .introduce2 div.right h3.small {
    font-size: 14px;
  }
  /*end of home*/
}
@media only screen and (max-width: 1280px) {
  header div#logo {
    margin-left: 0%;
  }
  header nav {
    margin-left: 3%;
    width: 40%;
  }
  #about div.container .container2.about-english {
    margin-left: 0;
  }
  #about div.container .container2.about-chinese {
    margin-left: 0;
  }
  #home .introduce div.right .free_chinese div.durable {
    right: 16%;
    top: 3%;
  }
  #home .introduce div.right .free_chinese div.riot_chong {
    left: 16%;
    top: 10%;
  }
  #home .introduce div.right .free_chinese div.comfort_grip {
    bottom: -2%;
    left: 18%;
  }
  #home .introduce div.right .free_chinese div p {
    font-size: 13px;
  }
  #home .introduce div.right .free_chinese div.en.durable {
    right: 5%;
    top: -4%;
  }
  #home .introduce div.right .free_chinese div.en.riot_chong {
    top: -2%;
    left: 21%;
  }
  #home .introduce div.right .free_chinese div.en.comfort_grip {
    left: 27%;
    bottom: -10%;
  }
  #home .introduce div.right .free_chinese div.en p {
    font-size: 12px;
  }
  #home .introduce div.right .free_chinese img.en {
    width: 71.8%;
  }
  #home .introduce2 div.left .free_chinese div.durable {
    right: 2%;
    top: 14%;
  }
  #home .introduce2 div.left .free_chinese div.riot_chong {
    left: 3%;
    top: 22%;
  }
  #home .introduce2 div.left .free_chinese div.comfort_grip {
    left: 5%;
    bottom: -7%;
  }
  #home .introduce2 div.left .free_chinese div p {
    font-size: 13px;
  }
  #home .introduce2 div.left .free_chinese div.en.comfort_grip {
    bottom: -4%;
  }
  #home .introduce2 div.left .free_chinese div.en p {
    font-size: 12px;
    line-height: 25px;
  }
  #home .introduce2 div.left .free_chinese div.en h4 {
    font-size: 23px;
  }
  #home .introduce2 div.left .free_chinese img {
    width: 58.5%;
  }
  #home .introduce2 div.left .free_chinese img.en {
    width: 71.8%;
  }
  #home .products a {
    height: 350px;
  }
  /*end of home*/
  #product #left_class {
    width: 300px;
  }
  #product #list a.p_item {
    width: 25%;
  }
  #product #press #main_block {
    max-width: 800px;
  }
  #product #press #pics #main_pic {
    width: 98%;
    max-width: none;
    float: none;
    margin: auto;
    height: 365px;
  }
  #product #press #pics .sub_pics {
    width: 100%;
  }
  #product #press #pics .sub_pics div {
    display: inline-block;
    margin: 2px;
    max-width: 19%;
  }
  #product #press .bot-row .info-row #subpart-pic {
    float: none;
    margin: 20px auto;
  }
  #product #press .bot-row .info-row .subpart {
    max-width: 100%;
  }
  /*end of product*/
  #quality div.container .container2 h4 {
    border-right: none;
    text-align: left;
    display: block;
    width: 100%;
    padding: 40px 0px;
    left: 0px;
  }
  #quality div.container .container2 div {
    display: block;
    width: 100%;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  #about div.container article section {
    width: 95%;
  }
  #phone_icon {
    z-index: 1000;
  }
  #phone_icon .button {
    display: block;
    position: fixed;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer;
  }
  #phone_icon .button:before, #phone_icon .button:after {
    content: "";
    position: absolute;
    top: 20%;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
  }
  #phone_icon .button:after {
    content: "";
    top: 60%;
  }
  #phone_icon .button.action {
    display: block;
    width: 30px;
    height: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-bottom: medium none !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #phone_icon .button.action:before {
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #phone_icon .button.action:after {
    top: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  header {
    width: 100%;
  }
  header nav {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    float: none;
    left: 0;
    top: -100%;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    max-width: none;
  }
  header nav ul li {
    width: 100%;
    float: none;
    line-height: 45px;
    color: #FFFFFF;
    border-bottom: 1px #EEEEEE solid;
  }
  header nav ul li a .fa {
    padding: 10px;
  }
  /*end of header*/
  footer div.row img {
    vertical-align: middle;
  }
  footer div.row nav {
    display: none;
  }
  footer div.row .mid {
    width: 50%;
    float: left;
  }
  footer .copyright {
    margin-top: 20px;
  }
  /*end of footer*/
  #home .introduce div.left {
    width: 100%;
    float: none;
    margin-left: 0;
    border-bottom: 1px #F6CA0F solid;
  }
  #home .introduce div.left h3.small {
    right: 25px;
    font-size: 30px;
  }
  #home .introduce div.left img {
    display: none;
  }
  #home .introduce div.left div {
    display: block;
  }
  #home .introduce div.left div img {
    display: block;
    width: 100%;
  }
  #home .introduce div.right {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  #home .introduce div.right h3.parallelogram {
    width: 100%;
    background: rgba(255, 227, 128, 0.4);
  }
  #home .introduce div.right.phone_small {
    display: block;
    border-bottom: 1px #F6CA0F solid;
  }
  #home .introduce div.right.window {
    display: none;
  }
  #home .introduce div.right .free_chinese_1145 {
    display: none;
  }
  #home .introduce div.right .free_chinese_768 {
    display: block;
    padding: 5% 0;
  }
  #home .introduce2 div.left {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  #home .introduce2 div.left .free_chinese {
    display: none;
  }
  #home .introduce2 div.left .free_chinese_1145 {
    display: none;
  }
  #home .introduce2 div.left .free_chinese_768 {
    display: block;
    padding: 5% 0;
    border-bottom: 1px #F6CA0F solid;
  }
  #home .introduce2 div.left .free_chinese_768 div {
    width: 100%;
  }
  #home .introduce2 div.left .free_chinese_768 div img {
    display: block;
    width: 100%;
  }
  #home .introduce2 div.left h3.parallelogram {
    width: 100%;
    background: rgba(255, 227, 128, 0.4);
    margin: 0 auto;
  }
  #home .introduce2 div.right {
    float: none;
    width: 100%;
    max-width: none;
    margin: auto;
  }
  #home .introduce2 div.right h3.small {
    right: 25px;
    font-size: 30px;
  }
  #home .introduce2 div.right img {
    display: none;
  }
  #home .introduce2 div.right div {
    display: block;
  }
  #home .introduce2 div.right div img {
    display: block;
    width: 100%;
  }
  #home .products {
    text-align: left;
  }
  #home .products a {
    max-width: 46%;
    height: 320px;
  }
  /*end of home*/
  #about article img {
    display: block;
    margin: 0px auto 80px;
  }
  #product div.t {
    display: block;
  }
  #product div.t ul {
    display: block;
  }
  #product div.t ul li {
    display: block;
  }
  #product #left_class {
    width: 100%;
  }
  #product #left_class h3 {
    height: 45px;
    line-height: 45px;
  }
  #product #left_class ul {
    display: none;
  }
  #product #left_class .select {
    display: block;
  }
  #product #list a.p_item {
    width: 33.333333%;
  }
  #product #press #main_block {
    max-width: 100%;
  }
  /*end of product*/
}
@media only screen and (max-width: 768px) {
  .con-word .wrap {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  header nav ul li.cell_button {
    display: block;
  }
  header div#buy, header div#language {
    display: none;
  }
  /*end of header*/
  footer div.row .mid {
    width: 100%;
  }
  footer div.row .mid li {
    text-align: center;
  }
  footer div.row div.right {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*end of footer*/
  #home .products {
    text-align: center;
  }
  #home .products a {
    max-width: 95%;
    height: 320px;
  }
  /*end of home*/
  #contact div.t {
    display: block;
  }
  #contact div.t ul {
    display: block;
  }
  #contact div.t ul li {
    display: block;
    width: 100%;
    padding: 5px;
    height: auto;
  }
  #contact div.t ul li.left {
    width: 100%;
    padding: 5px;
    text-align: left;
  }
  #contact div.t ul li img {
    width: auto;
    height: 50px;
  }
  /*end of contact*/
  #product #list a.p_item {
    width: 50%;
  }
  #product #press #pics, #product #press #info_block {
    width: 100%;
  }
  #product #press #info_block {
    padding-top: 50px;
  }
  #product #press #info_block .color-block div {
    height: 45px;
  }
  #product #press #info_block #buy_button {
    margin: auto;
  }
  #product #press {
    /*end of info_block*/
  }
  #product #press .bot-row .info-row .block {
    padding: 10px;
  }
  #product #press .bot-row .info-row .subpart {
    padding-right: 20px;
  }
  #product #press .bot-row .info-row .subpart.chosen:after {
    display: none;
  }
  #product #press {
    /*end of bot-row*/
  }
  /*end of product*/
  #cart .detail-form {
    display: block;
  }
  #cart .detail-form ul, #cart .detail-form li {
    display: block;
  }
  #cart .detail-form ul.left, #cart .detail-form li.left {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
  #cart .detail-form ul.left.require:after, #cart .detail-form li.left.require:after {
    right: auto;
    left: 5px;
  }
  #quality div.container .container2 h4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .con-word .wrap2 {
    display: block;
  }
  header {
    margin-bottom: 70px;
  }
  #home .introduce div.left h3.small {
    font-size: 15px;
    right: 0;
  }
  #home .introduce div.right h3.parallelogram {
    -webkit-transform: skew(0);
            transform: skew(0);
    font-size: 30px;
    width: 100%;
  }
  #home .introduce div.right h3.parallelogram .writing {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
  #home .introduce div.right .free_chinese_768 {
    display: none;
  }
  #home .introduce div.right .free_chinese_480 {
    display: block;
    font-size: 17px;
    line-height: 35px;
    margin: 0 10px;
  }
  #home .introduce div.right .free_chinese_480 h4 {
    font-size: 30px;
  }
  #home .introduce div.right .free_chinese_480 p {
    color: #2D6BD3;
  }
  #home .introduce div.right .free_chinese_480 > div {
    margin: 20px auto;
  }
  #home .introduce div.right .free_chinese_480 .durable h4:before {
    content: url(../_img/index/SuperStrong.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
  #home .introduce div.right .free_chinese_480 .riot_chong h4:before {
    content: url(../_img/index/ShockFree.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
  #home .introduce div.right .free_chinese_480 .comfort_grip h4:before {
    content: url(../_img/index/GentleControl.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
  #home .introduce2 div.left h3.parallelogram {
    -webkit-transform: skew(0);
            transform: skew(0);
    font-size: 30px;
    width: 100%;
  }
  #home .introduce2 div.left h3.parallelogram .writing {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
  #home .introduce2 div.left .free_chinese_768 {
    display: none;
  }
  #home .introduce2 div.left .free_chinese_480 {
    display: block;
    font-size: 17px;
    line-height: 35px;
    margin: 0 10px;
  }
  #home .introduce2 div.left .free_chinese_480 h4 {
    font-size: 30px;
  }
  #home .introduce2 div.left .free_chinese_480 p {
    color: #2D6BD3;
  }
  #home .introduce2 div.left .free_chinese_480 > div {
    margin: 20px auto;
  }
  #home .introduce2 div.left .free_chinese_480 .durable h4:before {
    content: url(../_img/index/PremiumProtection.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
  #home .introduce2 div.left .free_chinese_480 .riot_chong h4:before {
    content: url(../_img/index/SoftTouch.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
  #home .introduce2 div.left .free_chinese_480 .comfort_grip h4:before {
    content: url(../_img/index/PremiumProtection.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
  #home .introduce2 div.right h3.small {
    font-size: 15px;
    right: 0;
  }
  /*end of home*/
  #product #list a.p_item {
    width: 100%;
  }
  #cart .shop_list li.list_count {
    text-align: center;
  }
  #cart .shop_list li.list_count ul, #cart .shop_list li.list_count li {
    display: block;
  }
  #cart .shop_list li.list_count .count .down, #cart .shop_list li.list_count .count .up {
    display: block;
    margin: auto;
  }
  #cart .shop_list li.list_count .count input {
    text-align: center;
    height: 40px;
    width: 3em;
  }
  #quality div.container .container2 h4 {
    font-size: 21px;
  }
}