<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner .banner_box {
  color: white;
  position: relative;
  width: 40%;
  left: 40%;
  top: 9vw;
  font-size: 14px;
  opacity: 0;
  line-height: 27px;
  z-index: 3;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#support {
  width: 1000px;
  border: 1px solid #e5e5e5;
  display: block;
  margin: 0 auto 95px;
  margin-top: -15vw;
  background-color: #f7f7f7;
  position: relative;
  z-index: 3;
  opacity: 0;
  min-height: 75vh;
}

.support_list {
  float: right;
  width: 730px;
  margin-top: 50px;
  position: relative;
  display: block;
}

.support_list .top_info {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.support_list .product_top {
  display: block;
  position: relative;
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.support_list .product_top .tip {
  font-size: 13px;
  color: #525252;
  float: right;
  width: 100%;
  text-align: right;
  margin-bottom: 18px;
  padding-right: 25px;
}

.support_list .product_top .name {
  float: left;
  font-size: 20px;
  width: 100%;
  display: block;
  margin-bottom: 28px;
}

.support_list .product_top h2 {
  float: left;
  margin-right: 0;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  width: 100%;
  margin-bottom: 10px;
}

.support_list .product_top span {
  /*   width: 100%;
   float: left;*/
}

.support_list .serach_box {
  float: left;
}

.support_list .serach_box {
  float: left;
  margin-top: 0;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.support_list .serach_box .select_s {
  float: left;
  width: 50%;
  background-color: white;
  margin-bottom: 13px;
  line-height: 42px;
  font-size: 14px;
  color: #636363;
  overflow: hidden;
  position: relative;
}

.support_list .serach_box .select_s label {
  float: left;
  width: 35px;
  text-align: center;
  font-size: 12px;
  background-color: #7d7d7d;
  color: white;
  position: relative;
}

.support_list .serach_box .select_s label span {
  position: relative;
  z-index: 10;
}

.support_list .serach_box .select_s label:after {
  content: '';
  background-image: url(../images/support/now.png);
  position: absolute;
  left: -19px;
  height: 100%;
  width: 42px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

.support_list .serach_box .select_s.now label:after {
  opacity: 1;
  left: -0;
}

.support_list .serach_box .select_s .styled-select select {
  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  color: #818181;
  outline: 0;
  height: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.support_list .serach_box .select_s .styled-select {
  width: calc(100% - 52Px);
  height: 100%;
  overflow: hidden;
  background: url(../images/select.png) no-repeat 94%;
  border: 0;
  background-size: 27px;
  float: right;
}

.support_list .serach_box .select_s .title {
  font-size: 14px;
  float: left;
  border-right: 1px solid gray;
  padding-right: 16px;
  line-height: 17px;
  margin-top: 5px;
  margin-right: 15px;
}

.support_list .serach_button.color_box {
  position: relative;
  float: left;
  margin-top: 1px;
  bottom: 0;
  padding: 0;
  left: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.support_block {
  /*display: none;*/
  float: left;
  width: 100%;
}

.support_menu {
  width: 300px;
  position: absolute;
  left: -90px;
  background-color: white;
  display: block;
  z-index: 10;
  color: #1b1b1b;
  font-size: 15px;
  line-height: 20px;
}

.support_menu .menu_box {
  display: block;
  width: 70%;
  position: relative;
  margin-bottom: 80px;
  float: left;
  margin-top: 25px;
  min-height: 50vh;
}

.support_menu .menu_box .link_type {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.support_menu .menu_box .link_type.now {
  margin-bottom: 80px;
  margin-top: 10px;
}

.support_menu .menu_box .link_type.now .main_type {
  border-color: black;
}

.support_menu .menu_box .main_type {
  font-size: 15px;
  display: block;
  color: #636363;
  position: relative;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
  padding-right: 15px;
  background-image: url(../images/product/open.png);
  background-repeat: no-repeat;
  background-position: 95%;
  cursor: pointer;
}

.support_menu .menu_box .main_type.active {
  background-image: url(../images/product/close.png);
}

.support_menu .menu_box .main_type.only_link {
  background-image: none;
}

.support_menu .menu_box .main_type.only_link.now {
  border-color: black;
  color: black;
}

.support_menu .menu_box .linkbox {
  display: none;
  position: relative;
  font-size: 15px;
  width: 100%;
}

.support_menu .menu_box .linkbox .link {
  color: gray;
  border-bottom: 1px solid #d8d8d8;
  width: 73%;
  display: block;
  float: right;
  font-size: 15px;
  padding: 13px 0;
  position: relative;
}

.support_menu .menu_box .linkbox .link:last-child {
  border-bottom: 0;
}

.support_list.product_detail .top_info {
  height: auto;
  width: 100%;
}

.support_list.product_detail .product_top {
  margin-bottom: 0;
}

.support_list.search {
  float: left;
  width: 90%;
  left: 5%;
  margin-top: 40px;
}

.support_list.search .key {
  line-height: 20px;
  margin-bottom: 40px;
  position: relative;
  display: block;
  padding-bottom: 40px;
}

.support_list.search .key:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #e5e5e5;
  left: 50%;
  height: 1px;
  bottom: 0;
  width: 1000px;
  margin-left: -500px;
}

.support_list.search .top_info {
  width: 100%;
}

.support_list.search .product_top {
  margin-bottom: 40px;
}

.support_list.search .key .word {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-right: 2px;
}

.support_list.search .key span {}

.support_table {
  display: block;
  border-top: 2px solid #d0d0d0;
  width: 100%;
  float: left;
  position: relative;
  font-size: 12px;
  color: #464646;
  margin-bottom: 70px;
  font-family: Open Sans, Microsoft JhengHei, Myriad Pro, Open Sans, Myriad, Aria, sans-serif;
}

.support_table:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 240px;
  background-color: #1da388;
  height: 3px;
}

.support_table .tr {
  width: 100%;
  border-bottom: 1px solid gainsboro;
  position: relative;
  display: -webkit-flex;
  display: flex;
  background-color: transparent;

  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.support_table .td{
    cursor: pointer;
}



.support_table .tr:last-child {
  border-bottom: 0;
}

.support_table .tr.active {
  background-color: #ececee;
  margin-bottom: 170px;
}

.support_table .th, .support_table .td {
  display: table-cell;
  word-wrap: break-word;
  vertical-align: top;
  padding-top: 20px;
  padding-left: 6px;
  text-align: center;
  padding-right: 6px;
  line-height: 17px;
  padding-bottom: 20px;
  font-size: 14px;
  position: relative;
  color: #707070;
  line-height: 30px;
}

.support_table .th:nth-child(1), .support_table .td:nth-child(1) {
  width: 46px;
  max-width: 46px;
  font-size: 13px;
  color: #9f9f9f;
}

.support_table .th:nth-child(3), .support_table .td:nth-child(3), .support_table .th:nth-child(4), .support_table .td:nth-child(4) {
  width: 15%;
}

.support_table .th:nth-child(5), .support_table .td:nth-child(5), .support_table .th:nth-child(6), .support_table .td:nth-child(6) {
  width: 22%;
}

.support_table .th:nth-child(2):after, .support_table .th:nth-child(3):after, .support_table .th:nth-child(4):after, .support_table .th:nth-child(5):after {
  content: '';
  background-color: gainsboro;
  position: absolute;
  right: 0;
  width: 1px;
  height: 16px;
  top: 27px;
}

.support_table .td .a {
  font-size: 13px;
  color: #707070;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 30px;
  height: 30px;
  display: block;
  float: left;
  padding-left: 34px;
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

.support_table .td .a:before {
  background-image: url(../images/support/download_h.png);
  background-repeat: no-repeat;
  content: '';
  background-size: 22px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

.support_table .td .a:after {
  background-image: url(../images/support/download.png);
  background-repeat: no-repeat;
  content: '';
  background-size: 22px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

.support_table .th:nth-child(2), .support_table .td:nth-child(2) {
  text-overflow: ellipsis;
  white-space: nowrap;
  /*    max-width: 125px !important;
    width: 125px !important;*/
  overflow: hidden;
  text-align: left;
  -webkit-flex: none;
  flex: none;
  width: 195px !important;
  max-width: 195px !important
}

.product_show .button {
  float: right;
  width: 164px;
  margin-top: 21px;
  position: relative;
  margin-right: 21px;
  /*border-bottom: 1px solid #b3b3b3;*/
}

.product_show .button .link {
  color: #464646;
  font-size: 13px;
  float: left;
  width: 100%;
  border: 1px solid #b3b3b3;
  padding: 9px 17px;
  position: relative;
  line-height: 23px;
  border-bottom: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  background-color: white;
}

.product_show .button .link span {
  float: left;
}

.product_show .button .link .icon {
  float: right;
  background-color: #9f9f9f;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 12px;
  padding-top: 0px;
  padding-left: 2px;
  position: relative;
  top: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

.support_table .mobile_btn {
  display: none;
}

.color_box {
  background: rgb(29, 163, 136);
  background: -moz-linear-gradient(left, rgba(34, 151, 182, 1) 0%, rgba(29, 163, 136, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(34, 151, 182, 1) 0%, rgba(29, 163, 136, 1) 100%);
  background: linear-gradient(to right, rgba(34, 151, 182, 1) 0%, rgba(29, 163, 136, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da388', endColorstr='#2297b6', GradientType=1);
  display: block;
  width: 182px;
  position: absolute;
  bottom: -200px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  color: white;
  font-size: 13px;
  left: 50%;
  margin-left: -91px;
  border: 1px solid white;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.0);
}

#control_bottom {
  height: 54px;
  border: 1px solid gainsboro;
  background-color: white;
  margin: 0 auto 75px;
  text-align: center;
  float: left;
  width: 100%;
}

#control_bottom .page {
  display: block;
  position: relative;
  float: left;
  line-height: 33px;
  margin-top: 11px;
  padding-left: 18px;
  width: 100%;
}

#control_bottom .page #page_up2 {
  background-image: url(../images/a_left.png);
}

#control_bottom .page a.disabled {
  opacity: .3;
}

#control_bottom .page #page_down2 {
  background-image: url(../images/a_right.png);
}

#control_bottom .page .num {
  display: inline-block;
  font-size: 12px;
  float: left;
  position: relative;
  padding: 0 17px;
  color: black;
}

#control_bottom .page .num.now {
  color: #1da388;
}

#control_bottom .page .num.now::after {
  content: '';
  position: absolute;
  background-color: #d8d8d8;
  width: 38px;
  height: 1px;
  left: 39px;
  top: 50%;
}

#control_bottom .page_control {
  width: 80px;
  height: 52px;
  display: inline-block;
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -11px;
  border-left: 1px solid gainsboro;
  cursor: pointer;
}

#control_bottom .page_control a {
  display: block;
  width: 100%;
  height: 100%;
}

#control_bottom .page .num.all {
  margin-left: 34px;
}

#mobile_select_link {
  display: none;
}


/*support_app*/

#support_app {
  display: block;
  position: relative;
  width: 100%;
}

#app {
  display: block;
  position: relative;
  width: 100%;
}

#app .link {
  float: left;
  width: 50%;
  position: relative;
  height: 500px;
  display: block;
  background-color: white;
  overflow: hidden;
  border: 0 solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

#app .link:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: rgb(29, 163, 136);
  background: -moz-linear-gradient(bottom, rgba(34, 151, 182, 1) 0%, rgba(29, 163, 136, 1) 100%);
  background: -webkit-linear-gradient(bottom, rgba(34, 151, 182, 1) 0%, rgba(29, 163, 136, 1) 100%);
  background: linear-gradient(to top, rgba(34, 151, 182, 1) 0%, rgba(29, 163, 136, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da388', endColorstr='#2297b6', GradientType=1);
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 100%;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

#app .link .index {
  color: #54aad6;
  position: absolute;
  font-size: 100px;
  font-family: Open Sans, sans-serif;
  left: -29px;
  letter-spacing: 4px;
  font-weight: 400;
  top: 30px;
  z-index: 5;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  -ms-transition: all .8s ease;
  transition: all .8s ease;
}

#app .link .name {
  font-size: 24px;
  color: #383838;
  padding-left: 28%;
  margin-top: 45px;
  padding-right: 20px;
  margin-bottom: 45px;
  z-index: 5;
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

#app .link .memo {
  padding-left: 28%;
  font-size: 13px;
  color: #8f8f8f;
  line-height: 24px;
  padding-right: 70px;
  position: relative;
  z-index: 5;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#app .link .imgs {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 285px;
  z-index: 5;
}

#app .link .imgs img {
  position: absolute;
  left: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  bottom: 0;
  max-width: 100%;
}

#app .link .imgs img.before {
  z-index: 2;
}

#app .link .imgs img.after {
  opacity: 0;
  z-index: 3;
}

#app .link.colors .imgs img.after {
  opacity: 1;
}

#app .link.colors .imgs img.before {
  opacity: 0;
}

#app .link.colors:before {
  top: 0;
  opacity: 1;
}

#app .link.colors .name {
  color: white;
}

#app .link.colors .memo {
  color: #f5f5f5;
}

#app .link.colors .index {
  color: #71bbb0;
}


/*appshow*/

#support.app {
  margin-bottom: 200px;
}

.app_block {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 55px;
}

.app_block&gt;label {
  background: rgb(29, 163, 136);
  background: -moz-linear-gradient(left, rgba(29, 163, 136, 1) 0%, rgba(34, 151, 182, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(29, 163, 136, 1) 0%, rgba(34, 151, 182, 1) 100%);
  background: linear-gradient(to right, rgba(29, 163, 136, 1) 0%, rgba(34, 151, 182, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da388', endColorstr='#2297b6', GradientType=1);
  color: white;
  padding-left: 22px;
  font-size: 16px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.app_block .app_list {
  display: block;
  position: relative;
  width: 100%;
}

.app_block .app_list .app_box {
  display: block;
  position: relative;
  color: #1b1b1b;
  line-height: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.app_block .app_list .app_box:after {
  content: '';
  background-color: #b5b5b5;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
}

.app_block .app_list .app_box .name {
  float: left;
  width: 17%;
  font-size: 16px;
  padding-top: 13px;
  position: relative;
}

.app_block .app_list .app_box .related {
  float: right;
  width: 79%;
  position: relative;
  border-left: 1px solid gainsboro;
  perspective: 500px;
  -moz-perspective: 500px;
  -webkit-perspective: 500px;
}

.app_block .app_list .app_box .related .link {
  font-size: 13px;
  color: #6a6a6a;
  float: left;
  padding: 12px 29px;
  background-color: #f7f7f7;
  border: 1px solid gainsboro;
  border-left: 0;
  position: relative;
  z-index: 3;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.0);
}

.support_list.app_show {
  margin-top: 90px;
}

.support_list.app_show .product_top .name {
  float: left;
  width: 55%;
  margin-bottom: 17px;
  padding-right: 5%;
}

.support_list.app_show .product_top .memo {
  float: left;
  line-height: 28px;
  font-size: 13px;
  color: #6a6a6a;
  width: 47%;
}

.support_list.app_show .product_top .img {
  float: right;
  width: 215px;
  height: 215px;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
  margin-right: 10%;
  position: relative;
  top: -40px;
}


/*support sale*/

.app_sale .support_menu {
  background-color: transparent;
  left: 0;
  text-align: right;
  width: 150px;
}

.app_sale .support_menu .menu_box {
  width: 100%;
}

.app_sale .support_menu .menu_box .main_type.only_link {
  padding-left: 0;
  padding-right: 0;
}

.support_list.sale_block {
  margin-top: 100px;
}

.support_list.sale_block .product_top .memo {
  font-size: 13px;
  color: #525252;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 11px;
  line-height: 20px;
}

.support_list.sale_block .product_top .name {
  margin-bottom: 0;
}

.support_list.sale_block .product_top {
  margin-bottom: 30px;
}

.support_list.sale_block .product_top.mobile_product_top {
  display: none;
}

#sale_map {
  display: block;
  position: relative;
  float: left;
  width: 700px;
  height: 380px;
}

#sale_map .map {
  z-index: 3;
  position: absolute;
  background-image: url(../images/support/map.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100%;
}

#sale_map .bg {
  z-index: 2;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

#sale_map .bg.active, #sale_map .bg.show {
  opacity: 1;
}

#sale_map .area {
  font-family: Open Sans, Microsoft JhengHei, Myriad Pro, Open Sans, Myriad, Aria, sans-serif;
  font-size: 30px;
  /*display: table;*/
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

#sale_map .area span {
  /*display: table-cell;*/
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#sale_map .area.active span {
  opacity: 1;
}

#sale_map .area1, #sale_map .bg1 {
  position: absolute;
  width: 29%;
  height: 57%;
}

#sale_map .bg1 {
  background-color: #6bddce;
}

#sale_map .area2, #sale_map .bg2 {
  left: 31%;
  top: 7%;
  height: 37%;
  width: 32%;
}

#sale_map .bg2 {
  background-color: #75b1e9;
}

#sale_map .area3, #sale_map .bg3 {
  right: 0;
  width: 35%;
  top: 7%;
  height: 49%;
}

#sale_map .bg3 {
  background-color: #d8ee5e;
}

#sale_map .area4, #sale_map .bg4 {
  left: 17%;
  width: 22%;
  bottom: 0;
  height: 43%;
}

#sale_map .bg4 {
  background-color: #d8ee5e;
}

#sale_map .area5, #sale_map .bg5 {
  left: 41%;
  width: 22%;
  top: 48%;
  height: 47%;
}

#sale_map .bg5 {
  background-color: #6bddce;
}

#sale_map .area6, #sale_map .bg6 {
  right: 7%;
  width: 28%;
  top: 62%;
  height: 32%;
}

#sale_map .bg6 {
  background-color: #75b1e9;
}

#sale_map .area:before {
  content: '';
  background-image: url(../images/support/box1.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50px;
  top: 50px;
  background-position: left top;
  opacity: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
}

#sale_map .area.active:before {
  left: 0;
  opacity: 1;
  top: 0;
}

#sale_map .area.active:after {
  right: 0;
  bottom: 0;
  opacity: 1;
}

#sale_map .area:after {
  content: '';
  background-image: url(../images/support/box2.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 50px;
  opacity: 0;
  bottom: 50px;
  background-position: right bottom;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
}

#sale_area {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 85px;
}

#sale_area .sale_top {
  display: block;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 40px;
  position: relative;
  float: left;
  width: 100%;
}

#sale_area .sale_top .name {
  float: left;
  margin-top: 0;
  position: relative;
  margin-bottom: 0;
  line-height: 20px;
  border-bottom: 2px solid black;
  padding-bottom: 14px;
  top: 2px;
  max-width: 50%;
}

#sale_area .sale_top .name .big {
  font-size: 18px;
  color: #1b1b1b;
  float: left;
  display: inline-block;
  line-height: 20px;
}

#sale_area .sale_top .name .location {
  position: relative;
  display: inline-block;
  margin-left: 45px;
}

#sale_area .sale_top .name .location:before {
  content: '';
  background-color: #313131;
  width: 1px;
  height: 20px;
  position: absolute;
  -webkit-transform: rotate(37deg);
  -moz-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
  left: -22px;
  top: 1px;
}

#sale_area .sale_top .locat_select {
  right: 30px;
  width: 250px;
  font-size: 13px;
  color: #1f1f1f;
  bottom: 0;
  position: absolute;
  line-height: 40px;
}

#sale_area .sale_top .locat_select label {
  float: left;
  border-right: 1px solid gainsboro;
  padding-right: 20px;
}

#sale_area .sale_top .locat_select .styled-select select {
  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  color: #818181;
  outline: 0;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#sale_area .sale_top .locat_select .styled-select {
  width: calc(100% - 90Px);
  height: 100%;
  overflow: hidden;
  background: url(../images/select.png) no-repeat 100%;
  border: 0;
  background-size: 24px;
  float: right;
}

#sale_area .list {
  float: left;
  width: 100%;
  padding-bottom: 35px;
  border-bottom: 2px solid gainsboro;
  margin-bottom: 120px;
}

#sale_area .list .sale_box {
  position: relative;
  float: left;
  width: 45%;
  margin-bottom: 26px;
  border: 1px solid gainsboro;
  background-color: white;
  margin-right: 5%;
}

#sale_area .list .sale_box .info {
  float: left;
  width: calc(100% - 60Px);
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

#sale_area .list .sale_box .info .name {
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
  position: relative;
  line-height: 20px;
  padding-left: 25px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}

#sale_area .list .sale_box .info .name span:before {
  content: '';
  background-color: #3ea7bb;
  position: absolute;
  height: 100%;
  width: 4px;
  left: -25px;
}

#sale_area .list .sale_box .info .name span {
  position: relative;
}

#sale_area .list .sale_box .info .mail {
  font-size: 12px;
  color: #a1a1a1;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 11px;
  margin-bottom: 11px;
  display: inline-block;
  margin-left: 25px;
  width: 85%;
}

#sale_area .list .sale_box .info .addr {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 20px;
  font-size: 13px;
  color: #a1a1a1;
}

#sale_area .list .sale_box:nth-child(even) .link, #sale_area .list .sale_box:nth-child(even) .info .name span:before {
  background-color: #8bcc9c;
}

#sale_area .list .sale_box .link {
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #3ea7bb;
}

#sale_area .list .sale_box .link .mail {
  background-image: url(../images/support/mail.png);
  width: 100%;
  height: 50%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.56);
}

#sale_area .list .sale_box .link .map {
  background-image: url(../images/support/locat.png);
  width: 100%;
  height: 50%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.56);
}

#sale_area .list .sale_box .link a:first-child {
  border-top: 0;
}

.sale_form {
  float: left;
  width: 100%;
  position: relative;
}

.sale_form label {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
  display: block;
  position: relative;
}

.sale_form .step {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: white;
  height: 142px;
  margin-bottom: 40px;
}

.sale_form .step .step_box {
  position: absolute;
  height: 142px;
  width: 420px;
  cursor: pointer;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
}

.sale_form .step .step_box01 {
  background-image: url(../images/support/bg01.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  left: 0;
  top: 0;
  z-index: 3;
  width: 155px;
}

.sale_form .step .step_box01.active {
  width: 420px;
}

.sale_form .step .step_box02 {
  background-color: #3ea7bb;
  z-index: 2;
  left: 376px;
  width: 206px;
}

.sale_form .step .step_box02.a3 {
  left: 110px;
  width: 180px;
}

.sale_form .step .step_box02.active {
  left: 110px;
  width: 480px;
}

.sale_form .step .step_box02:after {
  content: '';
  background-image: url(../images/support/bg02.png);
  position: absolute;
  width: 35px;
  height: 100%;
  right: -35px;
  top: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.sale_form .step .step_box03 {
  z-index: 1;
  right: 0;
  background-color: #8bcc9c;
  width: 150px;
}

.sale_form .step .step_box03 .num {
  left: 7px;
}

.sale_form .step .num {
  font-family: Open Sans, Microsoft JhengHei, Myriad Pro, Open Sans, Myriad, Aria, sans-serif;
  font-size: 100px;
  position: absolute;
  left: -23px;
  top: 19px;
  opacity: .4;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
}

.sale_form .step .step_box.active .num {
  opacity: 1;
}

.sale_form .step .text {
  display: block;
  margin-top: 36px;
  position: relative;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

.sale_form .step .step_box.active .text {
  opacity: 1;
}

.sale_form .step .text .t1 {
  font-size: 16px;
  padding-left: 127px;
  display: block;
  margin-bottom: 18px;
}

.sale_form .step .text .t2 {
  font-size: 13px;
  padding-left: 127px;
  display: block;
  padding-right: 37px;
  line-height: 21px;
  opacity: .8;
  position: relative;
}

.sale_form .step .step_box02 .num {
  left: 15px;
}

.sale_form .step .step_box02.active .num {
  left: 12px;
}

.sale_form .step .step_box02 .text {
  left: 35px;
}

.sale_form .step .step_box03.active {
  width: 448px;
}

.sale_form .step .step_box03 .text {
  padding-left: 35px;
}

.formlist {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 120px;
  float: left;
}

.formlist .tip {
  font-size: 13px;
  color: #676767;
  position: absolute;
  left: 73%;
  border-left: 2px solid #676767;
  padding-left: 15px;
  line-height: 14px;
}

.formlist .line {
  float: left;
  width: 68%;
  position: relative;
  margin-bottom: 37px;
  border-bottom: 1px solid gainsboro;
  padding-bottom: 37px;
}

.formlist .line&gt;label {
  font-size: 15px;
  color: #202020;
  float: left;
  width: 100%;
  margin-bottom: -1px;
}

.formlist .line&gt;label .title {
  float: left;
  width: 20%;
  line-height: 50px;
  display: block;
  position: absolute;
  right: 87%;
  text-align: right;
  padding-right: 28px;
}

.formlist .line&gt;label.must .title:after {
  content: '';
  width: 2px;
  height: 14px;
  position: absolute;
  background-color: #9c9c9c;
  right: 0;
  top: 37%;
}

.formlist .line&gt;label .field .inputbox {
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  height: 100%;
  padding: 7px 30px 7px 46px;
  font-size: 15px;
  outline: 0;
}

.formlist .line&gt;label .field .inputbox:focus {
  background-color: white;
  border: 2px solid #2297b6;
}

.formlist .line&gt;label .field {
  float: left;
  width: 86%;
  border: 1px solid gainsboro;
  height: 50px;
  position: relative;
  left: 13%;
}

.formlist .line&gt;label .field .styled-select select {
  background: transparent;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  color: #818181;
  outline: 0;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.formlist .line&gt;label .field .styled-select {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/select.png) no-repeat 96%;
  border: 0;
  background-size: 23px;
  float: right;
  padding-left: 45px;
}

.formlist .line&gt;label .field label {
  float: left;
  width: 110px;
  font-size: 13px;
  color: #767676;
  line-height: 50px;
  margin: 0;
  text-align: center;
}

.formlist .line&gt;label .field .radio {
  float: left;
  width: 100%;
  height: 48px;
}

.formlist .line&gt;label .field .memo {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 3;
  color: gray;
  font-size: 13px;
}

.formlist .line&gt;label .field input[type="radio"] {
  display: none;
}

.formlist .line&gt;label .field input[type="radio"]+label {
  display: block;
  width: 100%;
  height: 48px;
  margin: 0;
  overflow: hidden;
}

.formlist .line&gt;label .field input[type="radio"]+label span {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  top: 0;
  border: 0;
  position: relative;
  float: left;
}

.formlist .line&gt;label input[type="radio"]:checked+label span {
  background-color: #2297b6;
  color: white;
}

.formlist .line&gt;label .field.sex_field {
  width: 222px;
}

.formlist .line&gt;label.phone .field&gt;.inputbox {
  float: left;
  width: 61%;
}

.formlist .line&gt;label.phone .field&gt;.no {
  float: right;
  width: 39%;
  border-left: 1px solid gainsboro;
  display: block;
  height: 48px;
}

.formlist .line&gt;label.phone .field&gt;.no .inputbox {
  padding-left: 15px;
}

.formlist .line.final {
  border-bottom: 0;
}

.formlist .line&gt;label.code .field .inputbox {
  width: 60%;
}

.formlist .line&gt;label.code .field .codeimg {
  float: right;
  width: 40%;
  text-align: center;
  background-color: #e8e8e8;
  height: 48px;
}

.formlist .line&gt;label.code .field .codeimg img {
  height: 100%;
}

.formlist .color_box.send_button {
  width: 210px;
  left: 130px;
  margin-left: 0;
  bottom: 0px;
  padding: 0;
  font-size: 15px;
  font-family: Microsoft JhengHei, Myriad Pro, Open Sans, Myriad, Aria, sans-serif;
}

@media only screen and (max-width: 1600px) {
  #banner .banner_box {
    width: 50%;
    left: 31%;
  }
  #support {
    margin-top: -10vw;
  }
}

@media only screen and (max-width: 1400px) {
  #banner .banner_box {
    width: 50%;
    left: 31%;
  }
}

@media only screen and (max-width: 1200px) {
  #support .head_title {
    left: 50%;
    width: 50%;
  }
  #support {
    margin-top: -13vw;
  }
  .support_menu {
    width: 245px;
    left: -3px;
  }
  .support_menu .menu_box, .support_menu .menu_box_now {
    width: 80%;
  }
}

@media only screen and (min-width: 1025px) {
  .app_block .app_list .app_box .related .link:hover {
    background-color: white;
    z-index: 5;
    border: 1px solid #2199ad;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.1);
  }
  .product_block .link:hover .img span {
    top: 56px;
    opacity: 1;
  }
  .product_block .link:hover .img span:after {
    margin-left: -9px;
    width: 18px;
  }
  /*.color_box:hover{
    border: 1px solid rgb(29,163,136);
        box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.3);
}
*/
  .support_table .tr.linker:hover {
    background-color: #ececee;
  }
  .support_table .more_detail .close:hover::before {
    background-color: #2297b6;
  }
  .support_table .linker:hover .a{
    color: #1da388;
  }
  .support_table .linker:hover .a:before {
    top: 30px;
  }
  .support_table .linker:hover .a:after {
    top: 3px;
  }
  #app .link:hover {
    border: 8px solid #309dba;
  }
  #app .link.colors:hover {
    border: 8px solid white;
  }
  /*
#app .link:hover .imgs img.after{
    opacity: 1;
}
#app .link:hover .imgs img.before{
    opacity: 0;
}
#app .link:hover:before{
    top: 0;opacity: 1;
}
#app .link:hover .name{
    color: white;
}
#app .link:hover .memo{
    color: #f5f5f5;
}
#app .link:hover .index{
color: #71bbb0;
}
#app .link.color:hover{

}
#app .link.colors:hover:before{
    top: 100%;opacity: 0;
}
#app .link.colors:hover .memo {
    color: #8d8d8d;
}
#app .link.colors:hover .index {
    color: #54aad6;
}
#app .link.colors:hover .name {
    color: #8d8d8d;
}
#app .link.colors:hover .imgs img.before{
        opacity: 1;
}*/
  #sale_map .area:hover:before {
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  #sale_map .area:hover:after {
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  #sale_map .area:hover span {
    opacity: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .support_list.sale_block .product_top .memo{
    width: 50%;
  }
  #banner .banner_box .title h2, #timeline .head_title .en {
    font-size: 24px;
  }
  #banner .banner_box .title h1, #timeline .head_title .tw {
    font-size: 16px;
  }
  #support {
    width: 90%;
    margin-top: -0;
  }
  .support_menu {
    display: none;
  }
  .support_list {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 60px;
  }
  .support_list .contact_box {
    width: 60%;
  }
  .support_list .product_top .go_type {
    margin-right: 0;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
  }
  .support_list .product_top .name {
    margin-top: 13px;
  }
  .support_table .more_detail .imgs {
    margin-left: 68PX;
  }
  .support_table .td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
  }
  .support_table .more_detail .button {
    max-width: 164px;
    width: 25%;
    margin-top: 11px;
    margin-right: 11px;
  }
  .support_table .more_detail {
    height: 150px;
  }
  .support_table .tr.active {
    margin-bottom: 150px;
  }
  .color_box {
    bottom: -85px;
  }
  #support.detail {
    margin-bottom: 155px;
  }
  .product_more_detail .imgs li {
    width: 49%;
  }
  .support_list.search .key:after {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .support_list.search {
    width: 100%;
    left: 0;
    padding: 0;
  }
  .support_list.search .key, .support_list.search .top_info, .product_block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .support_table .td .a {
    background-image: url(../images/support/download.png);
    background-size: 22px;
    font-size: 0;
    background-position: center;
    width: 100%;
    padding: 0;
  }
  .support_table .td .a:after, .support_table .td .a:before {
    display: none;
  }
  .support_table:before {
    width: 36%;
  }
  .support_table .th:nth-child(2), .support_table .td:nth-child(2) {
    width: 183px !important;
    max-width: 195px !important;
  }
  .support_table .th:nth-child(5), .support_table .td:nth-child(5) {}
  .support_table .th:nth-child(6), .support_table .td:nth-child(6) {
    width: 15%;
  }
  .support_list .product_top .tip {
    padding-right: 0;
  }
  .support_list .product_top {
    margin-bottom: 63px;
  }
  /*#app*/
  #app .link .index {
    font-size: 67px;
    left: -18px;
  }
  #app .link {
    height: 45vw;
  }
  #app .link .name {
    font-size: 20px;
    margin-top: 40px;
    padding-left: 27%;
    margin-bottom: 20px;
  }
  #app .link .memo {
    padding-left: 27%;
    padding-right: 40px;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
  }
  /*app_show*/
  .support_list.app_show {
    margin-top: 50px;
  }
  .support_list.app_show .product_top .img {
    margin-right: 0;
    width: 192px;
    height: 192px;
  }
  .support_list.app_show .product_top .name {
    width: calc(100% - 210px);
  }
  .support_list.app_show .product_top .memo {
    width: calc(100% - 240px);
  }
  .support_list.app_show .product_top {
    margin-bottom: 35px;
  }
  #support.app {
    margin-bottom: 150px;
  }
  .app_block .app_list .app_box .name {
    padding-left: 12px;
    width: 24%;
  }
  .app_block .app_list .app_box .related {
    width: 71%;
  }
  /*#sale_block*/
  .support_list.sale_block {
    margin-top: 50px;
    padding: 0;
  }
  #sale_map {
    width: 100%;
    height: 44vw;
  }
  .support_list .top_info {
    padding-left: 30px;
    padding-right: 30px;
  }
  #sale_map, #sale_area .sale_top, #sale_area .list {
    width: calc(100% - 60px);
    margin-left: 30px;
  }
  .support_list.sale_block .product_top {
    margin-bottom: 85px;
  }
  #sale_map .area3, #sale_map .bg3 {
    height: 51%;
  }
  #mobile_select_link.map_select {
    display: block;
    width: 185px;
    position: absolute;
    right: 0;
    left: auto;
  }
  #sale_area .sale_top .locat_select {
    right: 0;
  }
  #sale_area .sale_top .name .big {
    margin-bottom: 4px;
  }
  #sale_area .list {
    text-align: center;
    padding-bottom: 10px;
  }
  #sale_area .list .sale_box {
    width: 43%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 3% 50px;
    background-color: transparent;
    padding-bottom: 60px;
  }
  .sale_form .step .step_box03 .num {
    left: 11px;
  }
  .sale_form .step .step_box03.active .num {
    left: 44px;
  }
  .sale_form .step .step_box03 .text {
    padding-left: 15%;
  }
  #sale_area .list .sale_box .info {
    width: 100%;
    text-align: left;
  }
  #sale_area .list .sale_box .link {
    width: 100%;
    height: 45px;
    top: auto;
    bottom: 0;
  }
  #sale_area .list .sale_box .link .mail, #sale_area .list .sale_box .link .map {
    width: 50%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.56);
    border-top: 0;
  }
  #sale_area .list .sale_box .link a:first-child {
    border-left: 0;
  }
  #sale_area {}
  .sale_form label {
    padding-left: 30px;
    margin-bottom: 27px;
  }
  .sale_form .step .text .t2, .sale_form .step .text .t1 {
    padding-left: 108px;
  }
  .sale_form .step .step_box01.active {
    width: 59%;
  }
  .sale_form .step .step_box02 {
    left: 358px;
    width: 187px;
  }
  .sale_form .step {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .formlist .line {
    width: 80%;
    left: 10%;
    margin-top: 35px;
  }
  .formlist .tip {
    left: auto;
    right: 10%;
  }
  .formlist .line&gt;label .title {
    width: 115px;
    right: auto;
    left: -43px;
  }
  .formlist .line&gt;label .field {
    float: right;
    width: calc(100% - 42px);
    position: relative;
    left: auto;
  }
  .formlist .line&gt;label .field.sex_field {
    float: left;
    margin-left: 42px;
  }
  .formlist .line&gt;label .field label {
    padding-left: 0;
  }
  .formlist .color_box.send_button {
    left: 50%;
    margin-left: -105px;
    bottom: -5px;
  }
  .formlist {
    margin-bottom: 70px;
  }
  /*mobile_select_link*/
  #mobile_select_link {
    display: none;
    height: 40px;
    border-bottom: 2px solid black;
    width: 90%;
    position: relative;
    left: 5%;
    margin-bottom: 77px;
  }
  #mobile_select_link .styled-select select {
    background: transparent;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    color: #818181;
    outline: 0;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  #mobile_select_link .styled-select {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/select.png) no-repeat 100%;
    border: 0;
    background-size: 23px;
    float: right;
  }
}

@media only screen and (max-width:750px) {

  .sale_form .step {
    position: absolute;
    width: 275px;
    right: -5vw;
    z-index: 10;
    padding-left: 40px;
    height: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  .sale_form .step .step_box01 {
    position: relative;
    float: left;
    width: 100%;
    background: rgb(29, 163, 136);
    background: -moz-linear-gradient(bottom, rgba(34, 151, 182, 1) 0%, rgba(29, 163, 136, 1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(34, 151, 182, 1) 0%, rgba(29, 163, 136, 1) 100%);
    background: linear-gradient(to top, rgba(34, 151, 182, 1) 0%, rgba(29, 163, 136, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da388', endColorstr='#2297b6', GradientType=1);
    height: auto;
  }
  .sale_form .step .step_box01.active {
    width: 100%;
    left: -0;
  }
  .sale_form .step .step_box.active .num {
    opacity: .5;
    top: 45px;
    font-size: 100px;
    left: -31px !important;
  }
  .sale_form .step .num {
    font-size: 18px;
    left: 30px !important;
    top: 20px;
  }
  .sale_form .step .text {
    left: 95px !important;
    opacity: .7;
    margin-top: 22px;
  }
  .sale_form .step .step_box.active .text {
    padding-left: 96px;
    padding-right: 16px;
    padding-top: 35px;
    padding-bottom: 40px;
    left: 0 !important;
    -webkit-transition: all .0s ease, opacity .3s ease;
    -moz-transition: all .0s ease, opacity .3s ease;
    -o-transition: all .0s ease, opacity .3s ease;
    -ms-transition: all .0s ease, opacity .3s ease;
    transition: all .0s ease, opacity .3s ease;
  }
  .sale_form .step .text .t2, .sale_form .step .text .t1 {
    padding-left: 0;
  }
  .sale_form .step .text .t2 {
    padding-right: 0;
    display: none;
  }
  .sale_form .step .step_box.active .text .t2 {
    display: block;
  }
  .sale_form .step .step_box02, .sale_form .step .step_box03, .sale_form .step .step_box01, .sale_form .step .step_box02.a3 {
    left: 0;
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .sale_form .step .step_box02.active, .sale_form .step .step_box03.active {
    left: 0;
    width: 100%;
  }
  .sale_form .step .step_box02.active .text, .sale_form .step .step_box03.active .text {
    padding-top: 13px;
  }
  .sale_form .step .step_box02.active .num, .sale_form .step .step_box03.active .num {
    top: 19px;
  }
  .sale_form .step .step_box03 .text {
    padding-left: 0;
  }
  .sale_form .step .text .t1 {
    font-size: 13px;
  }
  .sale_form .step .step_box.active .text .t1 {
    font-size: 16px;
  }
  .sale_form .step .step_control {
    content: '';
    background-image: url(../images/support/step_0.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sale_form .step.show .step_control {
    background-image: url(../images/support/step_1.png);
  }
  .sale_form .step {
    height: 320px;
    width: 55px;
  }
  .sale_form .step.show {
    height: auto;
    width: 275px;
  }
}

@media only screen and (max-width: 650px) {
  .product_show .button .link {
    border-bottom: 1px solid #b3b3b3;
  }
  /*#banner.show .bg {
    height: 100vw;
}*/
  .support_list .contact_box {
    width: 80%;
  }
  .product_block .link {
    width: 100%;
  }
  .support_list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
  .support_list.product_detail .product_top {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product_more_detail {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product_show .show_info .text {
    left: 30px;
  }
  .support_table {
    padding-left: 30px;
    padding-right: 30px;
    border-top: 0;
    margin-bottom: 50px;
  }
  .support_table:before {
    display: none;
  }
  .support_table .th {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
  }
  .support_table .td br {
    display: none;
  }
  .support_table .td {
    width: 100% !important;
    display: block;
    text-align: left;
    border-bottom: 1px solid gainsboro;
    padding: 20px 0;
  }
  .support_table .td:nth-child(1) {
    width: 100% !important;
    max-width: 100% !important;
  }
  .support_table .td span {
    color: #707070;
    font-size: 13px;
    display: inline-block;
    float: left;
  }
  .support_table .td span:nth-child(1) {
    color: black;
    width: 40%;
  }
  .support_table .tr {
    display: block;
    margin-bottom: 90px;
    border-bottom: 0;
  }
  .support_table .tr:nth-child(1) {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
  }
  .support_table .tr .index {
    border-bottom: 2px solid #b4b4b4;
    display: block;
    font-size: 14px;
    color: #9f9f9f;
    padding-bottom: 16px;
    position: relative;
  }
  .support_table .tr .index:after {
    content: '';
    background-color: #1da388;
    width: 40%;
    display: block;
    position: absolute;
    height: 2px;
    bottom: -2px;
  }
  /*.support_table .tr .td{
    display: none;
}*/
  .support_table .tr.active .td {
    display: block;
  }
  .support_table .tr.active {
    background-color: transparent;
  }
  .support_table .td:nth-child(1), .support_table .td:nth-child(2), .support_table .td:nth-child(3), .support_table .td:nth-child(4) {
    display: block;
  }
  .support_table .more_detail {
    height: auto;
    position: relative;
    top: -47px;
    z-index: 30;
    padding-bottom: 45px;
  }
  .support_table .more_detail .close {
    display: none;
  }
  .support_table .more_detail .imgs {
    margin-left: auto;
    width: 100%;
    text-align: center;
  }
  .support_table .more_detail .imgs:after {
    content: '';
    display: block;
    clear: both;
  }
  .support_table .more_detail .button {
    float: left;
    width: 190px;
    left: 50%;
    margin-left: -95px;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .support_table .more_detail .imgs img {
    border-left: 0;
    height: 200px;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .support_table .more_detail .mobile_btn {
    display: block;
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 47px;
  }
  .support_table .more_detail .mobile_btn .more_control {
    background-image: url(../images/product/close2.png);
    height: 50px;
    padding: 0;
  }
  .support_table .tr.active, .support_table .tr {
    margin-bottom: 75px;
    position: relative;
  }
  .support_table .tr:last-child:after {
    display: none;
  }
  .support_table .tr:last-child {
    margin-bottom: 40px;
  }
  .support_list .product_top .tip {
    padding-right: 30px;
    background-image: url(../images/support/list.png);
    background-repeat: no-repeat;
    float: left;
    text-align: left;
    padding-left: 100px;
    background-position: 24px top;
    padding-bottom: 34px;
    line-height: 20px;
    margin-top: 10px;
  }
  .support_list .product_top .name {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 10;
  }
  .support_list .product_top .name div {
    /*background-image: url(../images/support/close2.png);*/
    position: absolute;
    font-size: 16px;
    color: #1b1b1b;
    bottom: -90px;
    border-bottom: 1px solid #1da388;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
    padding-left: 30px;
    padding-bottom: 20px;
    background-position: 94% top;
  }
  .support_list .serach_box {
    width: 100%;
    border: 2px solid #1da388;
    padding-bottom: 90px;
    margin-bottom: 20px;
    padding-top: 60px;
    background-color: white;
  }
  .support_list .serach_box .select_s {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid gainsboro;
    line-height: 20px;
    height: 65px;
  }
  .support_list .serach_box .select_s:last-child {
    border-bottom: 0;
  }
  .support_list .serach_box .select_s label {
    float: left;
    width: 45px;
    font-size: 12px;
    background-color: transparent;
    color: #1da388;
    position: relative;
    height: 100%;
    line-height: 65px;
    text-align: right;
    padding-right: 8px;
  }
  .support_list .serach_box .select_s label:after {
    width: 52px;
    background-size: auto 100%;
    background-position: right;
    background-image: url(../images/support/now2.png);
  }
  .support_list .serach_box .select_s.now label {
    color: white;
  }
  .support_list .serach_box .select_s .styled-select select {
    height: 100%;
  }
  .support_list .serach_box .select_s .styled-select {
    width: calc(100% - 62Px);
  }
  .support_list .serach_button.color_box {
    position: absolute;
    left: 50%;
    margin-bottom: 0;
    margin-left: -91px;
    bottom: 46px;
  }
  .support_list .serach_box .select_s:last-child {
    border-bottom: 1px solid gainsboro;
  }
  .support_list.app_show .product_top .memo {
    padding-left: 30px;
  }
  .app_block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .support_list.app_show .product_top .img {
    margin-right: 30px;
  }
  .support_list.app_show .product_top .memo {
    width: calc(100% - 268px);
  }
  /*sale*/
  .support_list.sale_block .product_top.mobile_product_top {
    display: block;
    z-index: 3;
  }
  .support_list.sale_block .product_top .name {
    display: none;
  }
  #mobile_select_link.map_select {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    margin-top: 40px;
  }
  .support_list.sale_block {
    margin-top: 0;
  }
  .support_list.sale_block .product_top.mobile_product_top .name {
    display: block;
    padding: 0;
    margin-top: 45px;
    margin-bottom: 13px;
  }
  .support_list.sale_block .product_top {
    margin-bottom: 0;
    z-index: 3;
  }
  .support_list .product_top.mobile_product_top .name div {
    bottom: -76px;
    padding-left: 30px;
    background-image: none;
    width: calc(100% + 60px);
    left: -30px;
    border-color: #2297b6;
  }
  #sale_map {
    display: none;
  }
  .support_list .product_top.mobile_product_top .serach_box {
    width: calc(100% + 60px);
    left: -30px;
    border-color: #2297b6;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #support.app_sale {
    border: 0;
    margin-bottom: 0;
  }
  .support_list.sale_block .serach_button.color_box {
    bottom: 26px;
  }
  .support_list.sale_block .top_info {
    border: 1px solid #e5e5e5;
    margin-bottom: 50vw;
  }
  .support_list.sale_block .serach_box .select_s {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .support_list.sale_block .top_info:after {
    content: '';
    background-image: url(../images/support/map2.jpg);
    position: absolute;
    width: 100vw;
    height: 70vw;
    bottom: -50vw;
    z-index: 1;
    background-size: 100%;
    background-position: center bottom;
    left: -30px;
  }
  #sale_area .sale_top .locat_select {
    display: none;
  }
  #sale_area .list .sale_box {
    width: 47%;
    margin: 0 1% 50px;
  }
  #sale_area .list {
    margin-bottom: 60px;
    border-bottom: 0;
    position: relative;
  }
  #sale_area .list:after {
    content: '';
    background-color: gainsboro;
    position: absolute;
    width: 100vw;
    height: 2px;
    left: 50%;
    bottom: 0;
    margin-left: -50vw;
  }
  .formlist .tip {
    right: auto;
    left: 30px;
    top: -80px;
  }
  .formlist {}
  .sale_form label {
    margin-bottom: 100px;
  }
  .formlist .line {
    width: 90%;
    left: 5%;
    margin-top: 0;
  }
  .sale_form .step {
    top: 40px;
  }
  #sale_map, #sale_area .sale_top, #sale_area .list {
    width: calc(100% - 0px);
    margin-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  #banner .banner_box .title {
    width: 100%;
  }
  #banner .banner_box .memo {
    width: 100%;
    margin-top: 64px;
  }
  #banner .banner_box {
    left: 10%;
    width: 80%;
    top: 0;
    padding-top: 50px;
    padding-bottom: 300px;
  }
  /*#banner .bg.mobilebg{
    display: block;    height: 100%;
}*/
  #banner .bg {
    display: none;
  }
  #banner.about_banner {
    height: auto;
  }
  #banner .bg {
    -webkit-transform: skewY(-0)translateY(0);
    -moz-transform: skewY(-0)translateY(0);
    -o-transform: skewY(-0)translateY(0);
    transform: skewY(-0)translateY(0);
  }
  .support_list .product_top .go_type {
    width: 100%;
    margin-top: 30px;
  }
  .support_list .product_top .name {
    width: 100%;
    display: block;
  }
  .support_list .contact_box {
    width: 100%;
    POSITION: relative;
    LEFT: 0;
    MARGIN-BOTTOM: 188px;
    padding-right: 0;
    padding-left: 75px;
  }
  .support_list .product_top .go_type .styled-select {
    width: calc(100% - 65px)
  }
  .support_list .contact_box .go_contact {
    right: auto;
    left: 0;
  }
  .support_list {
    margin-top: 45px;
    padding-left: 0;
    padding-right: 0;
  }
  .support_list .top_info {
    /*    padding-left: 25px;
    padding-right: 25px;*/
  }
  .support_list .product_top h2 {
    margin-bottom: 0;
  }
  .support_list .product_top .tip {}
  .product_block .link {
    padding: 36px 20px;
  }
  .product_block .link .text {
    width: calc(100% - 108px);
  }
  .support_table .td span {
    word-break: break-all;
  }
  .support_table .td {
    padding: 15px 0;
  }
  .support_table .td:nth-child(1) {
    border-bottom: 2px solid #b4b4b4;
    padding-bottom: 12px;
    position: relative;
    overflow: visible;
    height: 43px;
    padding-top: 0;
  }
  .support_table .td:nth-child(1):after {
    content: '';
    background-color: #1da388;
    width: 35%;
    position: absolute;
    height: 2px;
    display: block;
    bottom: -2px;
    left: 0;
  }
  .support_table .td:nth-child(1) span {
    color: #9f9f9f;
    width: 100%;
    font-size: 14px;
  }
  .support_table .td:nth-child(2) {
    width: 100% !important;
    max-width: 100% !important;
  }
  .support_table .td:nth-child(3) {
    width: 40% !important;
    float: left;
    max-width: 40% !important;
  }
  .support_table .td:nth-child(4) {
    width: 60% !important;
    float: left;
    max-width: 60% !important;
  }
  .support_table .td:nth-child(5) {
    width: 100% !important;
    max-width: 100% !important;
    border-bottom: 0;
  }
  .support_table .td:nth-child(6) {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid gainsboro;
  }
  .support_table .td:nth-child(2):before {
    content: 'æª”æ¡ˆåç¨±';
    float: left;
    width: 35%;
    color: #1b1b1b;
  }
  .support_table .td:nth-child(3):before {
    content: 'æ&nbsp;¼å¼';
    float: left;
    width: 45%;
    color: #1b1b1b;
  }
  .support_table .td:nth-child(4):before {
    content: 'å¤§å°';
    float: left;
    width: 40%;
    color: #1b1b1b;
    padding-left: 15px;
  }
  .support_table .td:nth-child(5):before {
    content: 'æ›´æ–°æ—¥æœŸ';
    float: left;
    width: 35%;
    color: #1b1b1b;
  }
  .support_table .td:nth-child(6):before {
    content: '';
  }
  .support_table .td:nth-child(2) span, .support_table .td:nth-child(5) span {
    width: 65%;
    padding-left: 10px;
    white-space: initial;
    line-height: 20px;
    padding-top: 5px;
  }
  .support_table .td:nth-child(3) span {
    width: 55%;
    padding-left: 10px;
  }
  .support_table .td:nth-child(4) span {
    width: 60%;
    padding-left: 10px;
  }
  .support_table .td:nth-child(3):after {
    content: '';
    background-color: gainsboro;
    width: 1px;
    height: 26px;
    position: absolute;
    right: 8px;
    top: 18px;
  }
  .support_table .td .a {
    font-size: 13px;
    color: #1da388;
    text-align: center;
    padding-left: 10%;
    background-position: 36%;
  }
  #control_bottom {
    position: absolute;
    bottom: -129px;
  }
  #mobile_select_link {
    display: block;
  }
  /*app*/
  #app .link .memo {
    display: none;
  }
  #app .link .imgs {
    height: 100px;
    width: 270px;
    left: 50%;
    margin-left: -135px;
  }
  #app .link.right .imgs {
    margin-left: -155px;
  }
  #app .link.left .imgs {
    margin-left: -115px;
  }
  #app .link .index {
    font-size: 60px;
    left: 50%;
    width: 70px;
    text-align: center;
    margin-left: -35px;
    border-bottom: 1px solid;
    padding-bottom: 11px;
  }
  #app .link .name {
    position: relative;
    margin-top: 116px;
    font-size: 16px;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
  }
  #app .link {
    height: 325px;
  }
  .support_list.app_show .product_top .img {
    width: 137px;
    height: 137px;
    position: absolute;
    top: 0;
    right: 25px;
    margin-right: 0;
  }
  .support_list.app_show .product_top .memo {
    width: 100%;
    padding-right: 25px;
    margin-top: 15px;padding-left: 0;
  }
  .support_list.app_show .product_top .name {
    width: calc(100% - 163px);
    height: 120px;
    display: table;    padding-left: 0;
  }
  .support_list.app_show .product_top h2 {
    margin-bottom: 0;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    float: none;
        font-size: 18px;
    line-height: 22px;
  }
  .app_block {
    padding-left: 0;
    padding-right: 0;
  }
  .app_block&gt;label {
    margin-bottom: 24px;
  }
  .app_block .app_list .app_box {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
  .app_block .app_list .app_box .name {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
  }
  .app_block .app_list .app_box .related {
    width: 100%;
    margin-top: 15px;
  }
  .app_block .app_list .app_box:after {
    width: calc(100% - 50px);
    height: 1px;
    bottom: -36px;
    left: 25px;
    top: auto;
    background-color: #dedede;
  }
  .app_block .app_list .app_box:last-child:after {
    display: none;
  }
  .app_block .app_list .app_box:last-child {
    margin-bottom: 15px;
  }
  #sale_area {
    margin-top: 25px;
  }
  .product_show .button {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    BORDER: 0;
    MARGIN-RIGHT: AUTO;
  }
}

@media only screen and (max-width: 500px) {
  .support_table .mobile_btn .data_control, .support_table .mobile_btn .more_control {
    background-position: 66%;
  }
  /*.support_table .td br{
    display: block;
}
.support_table .td span{
      width: 56%;
}
.support_table .td span:nth-child(1){
        width: 44%;
}
.support_table .more_detail .mobile_btn .more_control{
    padding-right: 23px;
    text-align: center;
}*/
  .support_list .product_top .name div {
    background-position: 93% top;
  }
  /*sale_area*/
  .support_list.sale_block .product_top h2 {
    margin-bottom: 10px;
  }
  #sale_area .list .sale_box {
    width: 85%;
    margin: 0 1% 22px;
  }
  #sale_area .sale_top {
    border-bottom: 0;
    padding-left: 22px;
    margin-bottom: 14px;
    padding-right: 22px;
  }
  #sale_area .sale_top .name .big {
    font-size: 16px;
  }
  #sale_area .sale_top .name {
    border-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .formlist .line&gt;label .title {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    text-align: left;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
  .formlist .line&gt;label .field {
    width: 100%;
    height: auto;
    margin-bottom: 17px;
  }
  .formlist .line&gt;label {
    padding-left: 0;
  }
  #support.app_sale {
    width: 100%;
    background-color: transparent;
    padding-left: 25px;
    padding-right: 25px;
  }
  .support_list.sale_block {
    background-color: #f7f7f7;
  }
  .formlist .tip {
    left: 15px;
  }
  .sale_form label {
    padding-left: 15px;
  }
  .formlist .line&gt;label .field.sex_field {
    margin-left: 0;
  }
  .formlist .line&gt;label .field .inputbox {
    padding-left: 20px;
    height: 40px;
    padding-right: 10px;
    background-color: white;
  }
  .formlist .line&gt;label .field .styled-select {
    padding-left: 20px;
    height: 40px;
  }
  .formlist .line&gt;label.code .field .codeimg {
    padding-left: 0;
    height: 40px;
    background-color: #e8e8e8;
    width: 100%;
  }
  .formlist .line&gt;label.code .field .inputbox {
    width: 100%;
  }
  .formlist .line.final {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 20px;
    margin-bottom: 69px;
  }
  .formlist .line&gt;label.phone .field&gt;.inputbox {
    width: 100%;
  }
  .formlist .line&gt;label.phone .field&gt;.no {
    width: 100%;
    height: 40px;
    border-left: 0;
    border-top: 1px solid gainsboro;
    overflow: hidden;
  }
  .formlist .line&gt;label.phone .field&gt;.no .inputbox {
    padding-left: 20px;
  }
  .formlist .line&gt;label.must .title:after {
    right: auto;
    left: -2px;
    top: 53px;
  }
  .sale_form .step {
    right: -25px;
  }
}

@media only screen and (max-width: 400px) {
  .support_table .td:nth-child(6) {
    padding: 8px 0;
  }
  #control_bottom .page #page_down2 {}
  #control_bottom .page #page_up2 {}
  #control_bottom .page_control {
    width: 50px;
    background-size: 11px;
  }
  .support_table .td .a {
    background-position: 26%;
  }
  .support_table .td:nth-child(3) {
    width: 50% !important;
    float: left;
    max-width: 50% !important;
  }
  .support_table .td:nth-child(4) {
    width: 50% !important;
    float: left;
    max-width: 50% !important;
  }
}
</pre></body></html>