
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: Roboto, Arial, "Microsoft YaHei", sans-serif;
  background: #f2f2f2;
}
body.active {
  overflow: hidden;
}
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,
ol,
li {
  list-style: none;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
.icon-information-a,
.icon-checkmark-c,
.icon-alert,
.icon-arrow-right-b {
  display: none !important;
}
.box_title .title {
  color: #000;
}
#main {
  min-height: 600px;
}
.status-bar div.on {
  background: #0070c0;
}
.common {
  width: 1200px;
  margin: 0 auto;
}
.header {
  background: #fff;
}
.header .box_1 {
  font-size: 0;
  padding-top: 14px;
}
.header .box_1 .logo_box {
  display: inline-block;
}
.header .box_1 .logo_box img {
  display: block;
  height: 30px;
}
.header .box_1 .nav_box {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .box_1 .nav_box .small-signin {
  font-size: 0;
}
.header .box_1 .nav_box .small-signin a {
  font-size: 14px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #0070c0;
  margin: 0 20px;
}
.header .box_1 .nav_box .small-member span,
.header .box_1 .nav_box .small-member a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 20px;
}
.header .box_1 .nav_box .small-member a {
  font-weight: bold;
  text-shadow: 0.5px 0.5px 0px rgba(0, 0, 0, 0.2);
}
.header .box_1 .nav_box .menu {
  font-size: 0;
  margin-left: 10px;
}
.header .box_1 .nav_box .menu a {
  font-size: 14px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #333;
  padding-left: 20px;
  border-left: 1px solid #5b9bd5;
}
.header .box_1 .nav_box .top_lang a {
  font-size: 14px;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #000;
  margin: 0 20px;
}
.header .box_1 .nav_box .top_lang img {
  width: 20px;
}
.header .box_1 .nav_box .top_lang i {
  margin-left: 20px;
}
.header .box_1 .nav_box .top_lang .lang-box {
  width: 120px;
  position: absolute;
  top: 48px;
  border: 2px solid #0070c0;
  background: #fff;
  z-index: 2;
  display: none;
}
.header .box_1 .nav_box .nav_title_box {
  position: relative;
}
.header .box_1 .nav_box .nav_title_box:hover .nav_title {
  border-color: #e5eaef;
  border-bottom-color: #fff;
  z-index: 20;
}
.header .box_1 .nav_box .nav_title_box:hover .nav_title .btn_box .ec-angle-down {
  display: none;
}
.header .box_1 .nav_box .nav_title_box:hover .nav_title .btn_box .ec-angle-up {
  display: block;
}
.header .box_1 .nav_box .nav_title_box:hover .section_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: #e5eaef;
  z-index: 19;
}
.header .box_1 .nav_box .nav_title_box .nav_title {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 10px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 3px 3px 0 0;
  color: #333;
  cursor: pointer;
}
.header .box_1 .nav_box .nav_title_box .nav_title .btn_box {
  position: absolute;
  top: 0;
  right: 9px;
  font-size: 12px;
}
.header .box_1 .nav_box .nav_title_box .nav_title .btn_box .ec-angle-up {
  display: none;
}
.header .box_1 .nav_box .nav_title_box .section_list {
  position: absolute;
  display: none;
  background: #fff;
  border: 1px solid #fff;
  top: 29px;
  right: 0;
  border-radius: 3px 0 3px 3px;
  padding: 0 20px 20px;
}
.header .box_1 .nav_box .nav_title_box .section_item {
  width: 250px;
  margin-right: 20px;
}
.header .box_1 .nav_box .nav_title_box .section_item:last-of-type {
  margin-right: 0;
}
.header .box_1 .nav_box .nav_title_box .nav_item_one {
  font-size: 14px;
  line-height: 1.5;
}
.header .box_1 .nav_box .nav_title_box .nav_item_one > p {
  font-weight: bold;
  margin-top: 20px;
}
.header .box_1 .nav_box .nav_title_box .nav_item_one > a {
  color: #333;
  font-size: 14px;
  display: inline-block;
  line-height: 1.5;
  margin-top: 10px;
}
.header .box_1 .nav_box .nav_title_box .nav_list_two a {
  display: block;
  color: #333;
  margin-top: 10px;
}
.header .box_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 40px;
  padding: 20px 0;
}
.header .box_2 .box:first-of-type .searchbar {
  padding: 0;
}
.header .box_2 .box:first-of-type .searchbar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  height: 44px;
  border: 2px solid #0070c0;
  font-size: 14px;
  position: relative;
}
.header .box_2 .box:first-of-type .searchbar form input {
  width: 760px;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 20px;
  float: none;
  line-height: 14px;
}
.header .box_2 .box:first-of-type .searchbar form .btn_box {
  position: absolute;
  left: 80px;
}
.header .box_2 .box:first-of-type .searchbar form .btn_box.active i:first-of-type {
  display: none;
}
.header .box_2 .box:first-of-type .searchbar form .btn_box.active i:last-of-type {
  display: block;
}
.header .box_2 .box:first-of-type .searchbar form .btn_box i:last-of-type {
  display: none;
}
.header .box_2 .box:first-of-type .searchbar form .btn-search {
  width: 76px;
  display: block;
  background: #0070c0;
  text-align: center;
  line-height: 40px;
  position: static;
  float: none;
  height: 40px;
  border-radius: 0;
  margin: 0;
}
.header .box_2 .box:first-of-type .searchbar form .btn-search i {
  color: #fff;
  font-size: 24px;
}
.header .box_2 .box:first-of-type .searchbar form .selectize-control {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.header .box_2 .box:first-of-type .searchbar form .selectize-control:after {
  content: "";
  width: 1px;
  height: 30px;
  background: #5b9bd5;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .box_2 .box:first-of-type .searchbar form .selectize-input {
  width: 110px;
  height: 100%;
  line-height: 40px;
  padding-left: 15px;
}
.header .box_2 .box:first-of-type .searchbar form .selectize-input input {
  display: none;
}
.header .box_2 .box:first-of-type .searchbar form .selectize-dropdown-content {
  width: 112px;
  position: absolute;
  top: 42px;
  left: -2px;
  border: 2px solid #0070c0;
  border-top: none;
  background: #fff;
  z-index: 2;
  line-height: 30px;
}
.header .box_2 .box:first-of-type .searchbar form .selectize-dropdown-content .option {
  padding-left: 15px;
}
.header .box_2 .box:first-of-type .searchbar form .selectize-dropdown-content .option.active,
.header .box_2 .box:first-of-type .searchbar form .selectize-dropdown-content .option:hover {
  background: #eee;
}
.header .box_2 .box:nth-of-type(2) {
  margin-left: 30px;
  width: 220px;
  text-align: center;
}
.header .box_2 .box:nth-of-type(2) .title {
  height: 44px;
  line-height: 44px;
  display: block;
  background: #f7ab00;
  color: #fff;
  border-radius: 3px;
}
.footer {
  background: #222;
  padding-top: 40px;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(150, 150, 150, 0.25);
          box-shadow: 0px -5px 10px 0px rgba(150, 150, 150, 0.25);
  margin-top: 30px;
}
.footer .box_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .box_1 .list_one_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
}
.footer .box_1 .list_one_box .item_one_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
.footer .box_1 .list_one_box .item_one_box:last-of-type {
  margin: 0;
}
.footer .box_1 .list_one_box .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer .box_1 .list_one_box .list_two_box .item_two_box {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: lighter;
}
.footer .box_1 .link_list_box {
  margin-left: 50px;
}
.footer .box_1 .link_list_box .link_item_box {
  font-size: 0;
}
.footer .box_1 .link_list_box .link_item_box span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  float: left;
}
.footer .box_1 .link_list_box .link_item_box a {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
.footer .box_1 .link_list_box .link_item_box img {
  width: 24px;
  display: block;
}
.footer .box_1 .link_list_box .link_item_box:first-of-type span {
  float: none;
}
.footer .box_1 .link_list_box .link_item_box:first-of-type a {
  width: 110px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background: #4d4d4d;
  position: relative;
  padding-left: 30px;
}
.footer .box_1 .link_list_box .link_item_box:first-of-type a:last-of-type {
  width: 125px;
  background: #558000;
}
.footer .box_1 .link_list_box .link_item_box:first-of-type img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7px;
  width: 20px;
}
.footer .box_1 .link_list_box .link_item_box:nth-of-type(2) {
  margin: 20px 0;
}
.footer .box_1 .link_list_box .link_item_box:nth-of-type(2) a:first-of-type {
  margin-left: 23px;
}
.footer .box_2 {
  padding: 20px 0 30px;
  margin-top: 30px;
  border-top: 1px solid #0070c0;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  color: #999;
}
.footer .box_2 p:first-of-type {
  margin-bottom: 10px;
}
.banner_box .swiper-container {
  height: 100%;
}
.banner_box .swiper-slide {
  background-size: cover !important;
  background-position: center center !important;
}
.banner_box .swiper-pagination,
.banner_box .button {
  display: none;
}
.index_page .banner_box {
  height: 250px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.25);
          box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.25);
  position: relative;
  z-index: 0;
}
.index_page .banner_box .swiper-pagination {
  bottom: 0;
  display: block;
  width: 100%;
}
.index_page .banner_box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.index_page .banner_box .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.index_page .main_box .common .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.index_page .main_box .common .button i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
}
.index_page .main_box .common .button_prev {
  left: 3px;
}
.index_page .main_box .common .button_next {
  right: 3px;
}
.index_page .main_box .common > .box_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.index_page .main_box .common > .box_1 .box_l {
  width: 400px;
  position: relative;
}
.index_page .main_box .common > .box_1 .box_l #category_handle {
  padding: 20px 0;
  line-height: 1;
  font-size: 14px;
  border: 1px solid #e5eaef;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
}
.index_page .main_box .common > .box_1 .box_l .big-cate {
  font-weight: bold;
  padding-left: 30px;
  font-size: 20px;
  color: #0070c0;
}
.index_page .main_box .common > .box_1 .box_l .category .category-primary {
  margin-top: 10px;
}
.index_page .main_box .common > .box_1 .box_l .category .category-primary > li {
  padding: 0 0 0 20px;
  cursor: pointer;
}
.index_page .main_box .common > .box_1 .box_l .category .category-primary > li:hover .category-primary-item {
  background: #ccc;
}
.index_page .main_box .common > .box_1 .box_l .category .category-primary > li:hover .category-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_page .main_box .common > .box_1 .box_l .category .category-primary-item {
  padding-right: 30px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  position: relative;
  color: #333;
}
.index_page .main_box .common > .box_1 .box_l .category .category-primary-item i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  font-size: 12px;
}
.index_page .main_box .common > .box_1 .box_l .category .category-sub {
  position: absolute;
  z-index: 2;
  right: -799px;
  top: 0;
  width: 800px;
  min-height: 100%;
  background: #fff;
  padding: 20px;
  display: none;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index_page .main_box .common > .box_1 .box_l .category .category-sub a {
  color: #333;
}
.index_page .main_box .common > .box_1 .box_l .category .category-sub .category-sub-item {
  margin-bottom: 10px;
  float: left;
  width: 240px;
}
.index_page .main_box .common > .box_1 .box_l .category .category-sub .category-sub-item:nth-of-type(3n+2) {
  margin: 0 19px 10px;
}
.index_page .main_box .common > .box_1 .box_l .category .category-sub .category-sub-item .category-sub-title {
  font-weight: bold;
}
.index_page .main_box .common > .box_1 .box_l .category .category-sub .category-sub-item li {
  line-height: 1.5;
  margin-top: 10px;
}
.index_page .main_box .common > .box_1 .box_r {
  width: 780px;
  margin-left: 20px;
  background: #fff;
  padding: 0 20px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
}
.index_page .main_box .common > .box_1 .box_r > .box_1 {
  margin: 20px 0 10px;
}
.index_page .main_box .common > .box_1 .box_r > .box_1 .title {
  font-size: 20px;
  font-weight: bold;
  color: #0070c0;
  line-height: 1;
}
.index_page .main_box .common > .box_1 .box_r > .box_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.index_page .main_box .common > .box_1 .box_r > .box_2 .title {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 30px;
}
.index_page .main_box .common > .box_1 .box_r > .box_2 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_page .main_box .common > .box_1 .box_r > .box_2 input {
  height: 30px;
  line-height: 14px;
  outline: none;
  padding: 0 10px;
  font-size: 12px;
  margin: 0 20px;
}
.index_page .main_box .common > .box_1 .box_r > .box_2 button {
  font-size: 14px;
  width: 100px;
  border: none;
  outline: none;
  background: #0070c0;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.3);
  border-radius: 3px;
}
.index_page .main_box .common > .box_1 .box_r > .box_3 {
  position: relative;
}
.index_page .main_box .common > .box_1 .box_r > .box_3 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index_page .main_box .common > .box_1 .box_r > .box_3 .swiper-slide a {
  width: 226px;
  margin: 0 10px;
  padding: 10px;
  color: #333;
}
.index_page .main_box .common > .box_1 .box_r > .box_3 .swiper-slide a:first-of-type,
.index_page .main_box .common > .box_1 .box_r > .box_3 .swiper-slide a:nth-of-type(2),
.index_page .main_box .common > .box_1 .box_r > .box_3 .swiper-slide a:nth-of-type(3) {
  border-bottom: 1px solid #bfbfbf;
}
.index_page .main_box .common > .box_1 .box_r > .box_3 .swiper-slide a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index_page .main_box .common > .box_1 .box_r > .box_3 .swiper-slide img {
  width: 80%;
  display: block;
  margin: 0 auto 10px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.index_page .main_box .common > .box_1 .box_r > .box_3 .swiper-slide:after {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  background: #bfbfbf;
  top: 5%;
  right: 246px;
}
.index_page .main_box .common > .box_1 .box_r > .box_3 .swiper-slide:before {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  background: #bfbfbf;
  top: 5%;
  left: 246px;
}
.index_page .main_box .common > .box_1 .box_r > .box_3 .swiper-pagination {
  width: 100%;
  margin-top: 30px;
  z-index: 0;
}
.index_page .main_box .common > .box_1 .box_r > .box_3 .swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.index_page .main_box .common > .box_1 .box_r > .box_3 .button {
  display: none;
}
.index_page .main_box .common > .box_2 {
  margin-top: 30px;
  padding: 40px 20px;
  background: #fff;
  position: relative;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide {
  position: relative;
  height: auto;
  background: #fff;
  padding: 0 10px;
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide:hover .text_box {
  display: block;
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide:hover .item_text_name {
  color: #fff;
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #cbcbcb;
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 5;
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide:first-of-type:after {
  display: none !important;
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide.active:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #cbcbcb;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 5;
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide .text_box {
  position: absolute;
  top: 0;
  width: 173px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  border: 1px solid #e5eaef;
  padding: 10px;
  color: #000;
  line-height: 1.5;
  display: none;
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide .item_text_name {
  background: #fff;
  padding: 0 0.5rem;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide span {
  color: #666;
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide a {
  width: 70px;
  height: 20px;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 20px;
  bottom: 10px;
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide a:first-of-type {
  left: 10px;
  background: #00469c;
}
.index_page .main_box .common > .box_2 .swiper-container .swiper-slide a:last-of-type {
  right: 10px;
  background: #ffc711;
}
.index_page .main_box .common > .box_2 .title {
  position: absolute;
  z-index: 5;
  background: #fff;
  top: 10px;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #0070c0;
}
.index_page .main_box .common > .box_3 {
  background: #fff;
  margin-top: 30px;
  padding: 0 20px 20px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
}
.index_page .main_box .common > .box_3 .img_text_box .title_box {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  color: #0070c0;
}
.index_page .main_box .common > .box_3 .img_text_box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_l {
  width: 700px;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_l img {
  width: 100%;
  display: block;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r {
  width: 410px;
  margin-left: 50px;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r .text_box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r p:first-of-type {
  margin-bottom: 10px;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r p:last-of-type {
  margin-bottom: 20px;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r form {
  font-size: 0;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r input:first-of-type {
  display: block;
  width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: 14px;
  padding: 0 10px;
  outline: none;
  color: #000;
  margin-bottom: 20px;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r input:nth-of-type(2) {
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 14px;
  height: 40px;
  line-height: 14px;
  padding: 0 10px;
  outline: none;
  color: #000;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r .select_box {
  display: inline-block;
  width: 50%;
  position: relative;
  cursor: pointer;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r .del_box {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r .but_box {
  position: absolute;
  top: 0;
  right: 20px;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r .but_box.active .ec-angle-down {
  display: none;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r .but_box.active .ec-angle-up {
  display: block;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r .but_box .ec-angle-down {
  display: block;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r .but_box .ec-angle-up {
  display: none;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r .list_box {
  font-size: 14px;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 3px;
  position: absolute;
  width: 100%;
  display: none;
  background: #fff;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r .item_box {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r .item_box.active {
  background: #eee;
}
.index_page .main_box .common > .box_3 .img_text_box .box .box_r button {
  width: 60%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #00469c;
  border: none;
  outline: none;
  border-radius: 3px;
  font-weight: bold;
  margin-top: 20px;
}
.index_page .main_box .common > .box_5 {
  margin-top: 30px;
  background: #fff;
  position: relative;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
}
.index_page .main_box .common > .box_5 .title {
  color: #0070c0;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
}
.index_page .main_box .common > .box_5 .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 10px 30px;
}
.index_page .main_box .common > .box_5 .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_page .main_box .common > .box_5 .item_box a {
  width: 100px;
}
.index_page .main_box .common > .box_5 .item_box img {
  width: 100%;
  display: block;
}
.index_page .main_box .common > .box_5 .item_box .text_box {
  width: 195px;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
  line-height: 1;
}
.index_page .main_box .common > .box_5 .item_box .text_box p {
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.index_page .main_box .common > .box_5 .item_box .text_box p:last-of-type {
  margin-bottom: 0;
}
.index_page .main_box .common > .box_6 {
  margin-top: 30px;
  position: relative;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
}
.index_page .main_box .common > .box_6 .swiper-container {
  border-radius: 3px;
}
.index_page .main_box .common > .box_6 .swiper-container .swiper-slide {
  font-size: 0;
}
.index_page .main_box .common > .box_6 .button {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}
.index_page .main_box .common > .pic_box {
  display: block;
  margin-top: 30px;
}
.index_page .main_box .common > .pic_box img {
  display: block;
  width: 100%;
}
.index_page .main_box .common > .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  background: #fff;
  padding: 10px;
  border-radius: 3px;
}
.index_page .main_box .common > .list_box .item_box {
  width: 49%;
}
.index_page .main_box .common > .list_box .item_box:nth-of-type(2n-1) {
  margin-right: 1%;
}
.index_page .main_box .common > .list_box .item_box:nth-of-type(2n) {
  margin-left: 1%;
}
.index_page .main_box .common > .list_box .item_box img {
  width: 100%;
  display: block;
}
.index_page .main_box .common .goods_img_box {
  margin-top: 30px;
}
.index_page .main_box .common .goods_img_box .box_1 {
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px solid #e5eaef;
  border-bottom: none;
}
.index_page .main_box .common .goods_img_box .box_1 p {
  font-size: 20px;
  font-weight: bold;
  color: #0070c0;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  display: inline-block;
}
.index_page .main_box .common .goods_img_box .box_1 a {
  color: #29a2eb;
  float: right;
  height: 50px;
  line-height: 50px;
  margin-right: 30px;
  font-size: 14px;
}
.index_page .main_box .common .goods_img_box .box_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #e5eaef;
  border-top: none;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
}
.index_page .main_box .common .goods_img_box .box_2 .box_l {
  width: 240px;
}
.index_page .main_box .common .goods_img_box .box_2 .box_l a {
  display: block;
}
.index_page .main_box .common .goods_img_box .box_2 .box_l img {
  width: 100%;
  display: block;
}
.index_page .main_box .common .goods_img_box .box_2 .box_r {
  width: 958px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 9px;
}
.index_page .main_box .common .goods_img_box .box_2 .box_r a {
  width: 188px;
  border-right: 1px solid #e5eaef;
}
.index_page .main_box .common .goods_img_box .box_2 .box_r a:nth-of-type(5n+5) {
  border-right: none;
}
.index_page .main_box .common .goods_img_box .box_2 .box_r a:hover img {
  -webkit-transform: translateY(-50%) scale(1.05);
      -ms-transform: translateY(-50%) scale(1.05);
          transform: translateY(-50%) scale(1.05);
}
.index_page .main_box .common .goods_img_box .box_2 .box_r a:first-of-type,
.index_page .main_box .common .goods_img_box .box_2 .box_r a:nth-of-type(2),
.index_page .main_box .common .goods_img_box .box_2 .box_r a:nth-of-type(3),
.index_page .main_box .common .goods_img_box .box_2 .box_r a:nth-of-type(4),
.index_page .main_box .common .goods_img_box .box_2 .box_r a:nth-of-type(5) {
  border-bottom: 1px solid #e5eaef;
}
.index_page .main_box .common .goods_img_box .box_2 .box_r img {
  width: 90%;
  display: block;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  top: 50%;
}
.index_page .main_box .common .goods_img_box .box_3 {
  height: 50px;
  line-height: 50px;
  font-size: 0;
}
.index_page .main_box .common .goods_img_box .box_3 a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin-right: 30px;
}
.index_page .main_box .common .goods_sort {
  margin-top: 30px;
}
.index_page .main_box .common .goods_sort .goods_sort_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #e5eaef;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}
.index_page .main_box .common .goods_sort .goods_sort_title_item {
  max-width: 92.3px;
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index_page .main_box .common .goods_sort .goods_sort_title_item:after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background: #e5eaef;
  position: absolute;
  top: 5%;
  right: 0;
}
.index_page .main_box .common .goods_sort .goods_sort_title_item:before {
  content: "";
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffc711;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.index_page .main_box .common .goods_sort .goods_sort_title_item.active {
  background: #ffc711;
}
.index_page .main_box .common .goods_sort .goods_sort_title_item.active:after {
  display: none;
}
.index_page .main_box .common .goods_sort .goods_sort_title_item.active:before {
  display: block;
}
.index_page .main_box .common .goods_sort .goods_sort_title_item:last-of-type:after {
  display: none;
}
.index_page .main_box .common .goods_sort .goods_sort_title_item img {
  height: 25px;
  display: block;
  margin: 10px auto;
}
.index_page .main_box .common .goods_sort .goods_sort_title_item p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 80%;
  margin: 0 auto 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
}
.index_page .main_box .common .goods_sort .goods_sort_main_item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #d6d6d6;
  padding: 40px 0;
  border: 1px solid #e5eaef;
  border-top: none;
  border-radius: 0 0 3px 3px;
  display: none;
  position: relative;
  padding-left: 10px;
}
.index_page .main_box .common .goods_sort .goods_sort_main_item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_page .main_box .common .goods_sort .text_box {
  width: 20%;
  padding: 0 20px 0 10px;
  line-height: 1.5;
}
.index_page .main_box .common .goods_sort .text_box p:first-of-type {
  font-size: 20px;
}
.index_page .main_box .common .goods_sort .text_box p:last-of-type {
  font-size: 14px;
}
.index_page .main_box .common .goods_sort .text_box a {
  background: #ffc711;
  font-size: 14px;
  margin-top: 30px;
  display: inline-block;
  line-height: 1;
  padding: 10px;
  border-radius: 3px;
  color: #000;
}
.index_page .main_box .common .goods_sort .goods_box {
  width: 19%;
  margin-right: 1%;
  cursor: pointer;
  position: relative;
  margin-top: 20px;
}
.index_page .main_box .common .goods_sort .goods_box img {
  width: 100%;
  display: block;
}
.index_page .main_box .common .goods_sort .goods_box:nth-of-type(2),
.index_page .main_box .common .goods_sort .goods_box:nth-of-type(3),
.index_page .main_box .common .goods_sort .goods_box:nth-of-type(4),
.index_page .main_box .common .goods_sort .goods_box:nth-of-type(5) {
  margin-top: 0;
}
.index_page .main_box .common .goods_sort .goods_box:hover .goods_text_name {
  color: #fff;
}
.index_page .main_box .common .goods_sort .goods_box:hover .goods_text_box {
  display: block;
}
.index_page .main_box .common .goods_sort .goods_box .goods_text_name {
  background: #fff;
  padding: 0 1rem 0.5rem;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_page .main_box .common .goods_sort .goods_box .goods_text_box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: none;
}
.index_page .main_box .common .goods_sort .goods_box .goods_text_box p:first-of-type {
  font-size: 18px;
}
.index_page .main_box .common .goods_sort .goods_box .goods_text_box p:last-of-type {
  font-size: 14px;
}
.index_page .main_box .common .goods_sort .goods_box .goods_text_box p span {
  color: #666;
}
.index_page .main_box .common .goods_sort .goods_box .goods_text_box a {
  position: absolute;
  color: #fff;
  bottom: 10px;
  font-size: 14px;
  width: 90px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.index_page .main_box .common .goods_sort .goods_box .goods_text_box a:first-of-type {
  left: 10px;
  background: #00469c;
}
.index_page .main_box .common .goods_sort .goods_box .goods_text_box a:last-of-type {
  right: 10px;
  background: #ffc711;
}
.index_page .main_box .common .goods_sort .bot_box {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.index_page .main_box .common .goods_sort .bot_box a {
  line-height: 40px;
  color: #f00;
  font-size: 14px;
  display: block;
}
.passport_page {
  position: relative;
}
.passport_page .banner_box {
  height: 800px;
}
.passport_page .banner_box .bg_box {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.passport_page .main_box {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.passport_page .main_box.main_chinese {
  top: 300px;
}
.passport_page .main_box.main_english {
  top: 200px;
}
.passport_page .main_box .passport_box {
  margin-left: 800px;
  background: #fff;
  width: 400px;
  padding: 0 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.3);
  border-radius: 3px;
  padding-bottom: 20px;
}
.passport_page .main_box .passport_box .passport_title {
  padding: 0;
  line-height: 1;
  padding-top: 20px;
}
.passport_page .main_box .passport_box .passport_title p {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
.passport_page .main_box .passport_box .passport_title a {
  line-height: 20px;
  font-size: 16px;
  color: #000;
  float: right;
}
.passport_page .main_box .passport_box .form-row {
  margin-bottom: 0;
  margin-top: 30px;
}
.passport_page .main_box .passport_box .form-row .p_tips {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.passport_page .main_box .passport_box .form-row input {
  padding: 0px 10px;
  width: 100%;
  font-size: 14px;
  outline: none;
  height: 40px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.3);
}
.passport_page .main_box .passport_box .form-row button {
  height: 40px;
  background: #0070c0;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.3);
}
.passport_page .main_box .passport_box .form-row .form-act {
  margin-left: 0;
  float: none;
}
.passport_page .main_box .passport_box.passport_signin .form-row:nth-of-type(3) input {
  width: 100px;
}
.passport_page .main_box .passport_box.passport_signin .form-row:nth-of-type(4) {
  padding-bottom: 20px;
}
.passport_page .main_box .passport_box.passport_signin .form-row:nth-of-type(4) .link-color {
  color: #000;
  margin: 0;
  width: 100%;
  text-align: right;
}
.passport_page .main_box .passport_box.passport_signup .form-row:first-of-type input,
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(2) input,
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(3) input {
  width: 100%;
}
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(4) {
  margin-top: 30px;
  line-height: 1;
  height: auto;
}
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(4) input {
  width: 100px;
}
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(4) .inline {
  font-size: 0;
}
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(4) .inline div,
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(4) .inline a {
  font-size: 12px;
}
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(5) .form-act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(5) input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(5) .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #0070c0;
  border-radius: 3px;
  margin-left: 10px;
}
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(6) {
  min-height: 0;
}
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(6) .form-act {
  line-height: 1;
}
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(6) input {
  padding: 0;
  height: auto;
  line-height: 1;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
}
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(6) label {
  margin: 0;
}
.passport_page .main_box .passport_box.passport_signup .form-row:nth-of-type(8) {
  display: none;
}
.passport_page .main_box .passport_box.passport_signup .tab_box {
  margin-top: 20px;
}
.passport_page .main_box .passport_box.passport_signup .tab_box .tab_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.passport_page .main_box .passport_box.passport_signup .tab_box .tab_title p {
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.passport_page .main_box .passport_box.passport_signup .tab_box .tab_title p:last-of-type {
  margin-left: 20px;
}
.passport_page .main_box .passport_box.passport_signup .tab_box .tab_title p.active {
  border-color: #0070c0;
}
.passport_page .main_box .passport_box.passport_signup .tab_box .tab_item {
  display: none;
}
.passport_page .main_box .passport_box.passport_signup .tab_box .tab_item.active {
  display: block;
}
.passport_page .main_box .passport_box.forgot-content {
  max-width: 100%;
  overflow: hidden;
  position: static;
  width: 100%;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.passport_page .main_box .passport_box.forgot-content .status-bar .on {
  background: #0070c0;
}
.passport_page .main_box .passport_box.forgot-content .status-bar div {
  width: auto;
  padding: 0 10px;
}
.passport_page .main_box .passport_box.forgot-content .forgot-safe-box {
  left: 0;
  padding-left: 20%;
}
.passport_page .main_box .passport_box.forgot-content .form_one .form-label {
  width: 100px;
  margin-right: 20px;
}
.passport_page .main_box .passport_box.forgot-content .form_one .form-act {
  width: 300px;
  display: inline-block;
}
.passport_page .main_box .passport_box.forgot-content .form_one button {
  width: 150px;
}
.passport_page .main_box .passport_box.forgot-content .form_one .form-row:first-of-type .form-label {
  height: 40px;
  line-height: 40px;
}
.passport_page .main_box .passport_box.forgot-content .form_two .form-label {
  width: 200px;
  margin-right: 20px;
}
.passport_page .main_box .passport_box.forgot-content .form_two .form-act {
  display: inline-block;
}
.passport_page .main_box .passport_box.forgot-content .form_two button {
  width: 150px;
}
.passport_page .main_box .passport_box.forgot-content .form_two .form-row:nth-of-type(2) .form-act input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
}
.passport_page .main_box .passport_box.forgot-content .form_two .form-row:nth-of-type(3) .form-act input {
  width: 100px;
}
.passport_page .main_box .passport_box.forgot-content .form_three .form-label {
  width: 200px;
  margin-right: 20px;
}
.passport_page .main_box .passport_box.forgot-content .form_three .form-act {
  display: inline-block;
  width: 400px;
}
.passport_page .main_box .passport_box.forgot-content .form_three button {
  width: 150px;
}
.passport_page .main_box .passport_box.forgot-content .form_four .success-info-l2 a {
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #0070c0;
  margin-top: 20px;
}
.passport_page .footer {
  margin-top: 0;
}
.passport_page .signin2 .success-info {
  width: 500px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;
  margin: 0 auto;
  padding: 50px 0;
}
.passport_page .signin2 .success-info-l2 {
  margin: 50px 0 0;
}
.passport_page .signin2 .success-info-l2 .btn {
  width: 100px;
  height: 40px;
  font-size: 14px;
  background: #0070c0;
  color: #fff;
  margin-right: 20px;
  line-height: 40px;
  border-radius: 5px;
}
.member_page .header {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(150, 150, 150, 0.25);
          box-shadow: 0px 2px 3px 0px rgba(150, 150, 150, 0.25);
}
.member_page .main_box .member-container {
  padding: 10px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member_page .main_box .member-container .box:first-of-type {
  width: auto;
  margin-right: 20px;
}
.member_page .main_box .member-container .box:last-of-type {
  width: 970px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box {
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-hd .box {
  width: 100px;
  margin-right: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-hd .box:first-of-type {
  width: 228px;
  text-align: left;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-hd .box:last-of-type {
  margin-right: 0;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .search-trade-form input {
  width: 200px;
  height: 30px;
  line-height: 12px;
  outline: none;
  padding: 0 10px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .search-trade-form button {
  height: 30px;
  background: #0070c0;
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .membercenter-box-row .membercenter-box-left .sp-checkall {
  width: 100px;
  line-height: 30px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .membercenter-box-row .membercenter-box-left .sp-checkall input {
  margin-right: 10px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .membercenter-box-row .membercenter-box-left button {
  margin: 0;
  height: 30px;
  background: #0070c0;
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .membercenter-box-row .membercenter-box-right .num {
  font-size: 12px;
  line-height: 30px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .membercenter-box-row .membercenter-box-right .num em {
  margin: 0 5px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd table,
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd thead,
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd tbody,
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd tr,
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd td {
  display: block;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .item-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .item-table td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .item-table tbody td {
  padding: 20px 0;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .table-goods thead td {
  padding: 0;
  text-align: left;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .table-goods tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .table-goods tbody td {
  width: 100px;
  margin: 0;
  margin-right: 10px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .table-goods tbody td:first-of-type {
  width: 74px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .table-goods tbody td:nth-of-type(2) {
  width: 154px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .table-goods tbody td:nth-of-type(2) a {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .table-goods tbody td:first-of-type div,
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .table-goods tbody td:nth-of-type(3) div,
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .table-goods tbody td:nth-of-type(4) div {
  width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .table-goods tbody td:last-of-type {
  margin-right: 0;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .table-goods tbody td a {
  white-space: normal;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .form-act .btn {
  width: 100px;
  height: 30px;
  border-radius: 3px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .form-act .btn.btn-import {
  background: #0070c0;
  color: #fff;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box .membercenter-box-bd .form-act .btn.btn-simple {
  border: 1px solid #efefef;
  color: #000;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box.coupon-box .coupon-toolbar li {
  width: 150px;
  margin-right: 20px;
  padding-left: 30px;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box.coupon-box .coupon-toolbar .c-type {
  padding: 0;
  margin: 0;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box.coupon-box .coupon-toolbar .c-type .dt {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  border: 1px solid #f8f8f8;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box.coupon-box .coupon-toolbar .c-type .dd {
  width: 100%;
  left: 0;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box.coupon-box .coupon-toolbar .c-type:hover {
  border: none;
}
.member_page .main_box .member-container .box:last-of-type .membercenter-box.coupon-box .coupon-toolbar .c-type:hover .dt {
  border-color: #efefef;
}
.member_page .main_box .member-container .member-container-left {
  outline: none;
}
.member_page .main_box .member-container .member-container-left .member_container_left_main {
  background: #fff;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
}
.member_page .main_box .member-container .member-container-left .title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #e5eaef;
  border-radius: 3px 3px 0 0;
}
.member_page .main_box .member-container .member-container-left .side-nav {
  padding: 30px 0 20px 20px;
  border-radius: 0 0 3px 3px;
}
.member_page .main_box .member-container .member-container-left .side-nav-item {
  margin-top: 30px;
}
.member_page .main_box .member-container .member-container-left .side-nav-item:first-of-type {
  margin-top: 0;
}
.member_page .main_box .member-container .member-container-left .side-nav-title {
  padding: 0;
  line-height: 1;
  font-size: 13px;
  color: #000;
  height: auto;
  font-weight: bold;
}
.member_page .main_box .member-container .member-container-left .side-nav-list {
  padding: 0;
}
.member_page .main_box .member-container .member-container-left .side-nav-list li {
  height: auto;
  line-height: 1;
  font-size: 12px;
  margin-top: 15px;
}
.member_page .main_box .member-container .member-container-left .side-nav-list li.on {
  font-weight: bold;
}
.member_page .main_box .member-container .member-container-left .side-nav-list a {
  color: #000;
}
.member_page .main_box .member-container .membercenter_box_1 {
  border: 1px solid #e5eaef;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-hd {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  padding: 0 0 0 30px;
  border-bottom: 1px solid #e5eaef;
  color: #000;
  border-radius: 3px 3px 0 0;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-hd em {
  font-weight: bold;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd {
  border-radius: 0 0 3px 3px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .txt-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .assets {
  border-right: 1px solid #e5eaef;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .assets .assets_title {
  width: 300px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1;
  margin-left:30px;
  float:left;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .assets ul {
  width: 250px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .assets ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .assets ul li a {
  display: block;
  margin: 0;
  text-align: center;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .assets ul li i {
  display: block;
  margin: 0 auto;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .assets ul li span {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .assets ul li span:first-of-type {
  margin: 10px 0 5px;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .safe-center {
  padding-left: 30px;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .safe-center .inlist .con-title {
  font-size: 12px;
  line-height: 1;
  padding: 0;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .safe-center .inlist .set-item {
  margin: 0;
  line-height: 1;
  font-size: 12px;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .safe-center .inlist .set-item:nth-of-type(2) {
  margin: 30px 0 10px;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .safe-center .inlist .set-item .title {
  width: auto;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .safe-center .set {
  font-size: 12px;
  line-height: 1;
  right: 30px;
}
.member_page .main_box .member-container .membercenter_box_1 .membercenter-box-bd .safe-center .set a {
  margin: 0;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-tab ul {
  font-size: 0;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-tab li {
  color: #000;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px 3px 0 0;
  text-align: center;
  border: 1px solid #f2f2f2;
  border-bottom: none;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-tab li.active {
  -webkit-box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.05);
  border-color: #e5eaef;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-box-bd {
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-box-bd .no-content2 .symbol {
  margin: 0;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-box-bd .new-order-list .order-item-info:first-of-type {
  height: 30px;
  line-height: 30px;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-box-bd .new-order-list .order-item-info:last-of-type {
  font-size: 12px;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-box-bd .new-order-list .order-item-info:last-of-type .info-col:first-of-type {
  width: 130px;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-box-bd .new-order-list .order-item-info:last-of-type .info-col:nth-of-type(2) {
  width: 350px;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-box-bd .new-order-list .order-item-info:last-of-type .info-col:nth-of-type(3) {
  width: 200px;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-box-bd .new-order-list .order-item-info:last-of-type .info-col:nth-of-type(3) span {
  font-size: 14px;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-box-bd .new-order-list .order-item-info:last-of-type .info-col:last-of-type {
  width: 166px;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-box-bd .new-order-list .order-item-info:last-of-type .info-col:last-of-type .center-layout {
  width: 100%;
  display: block;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-box-bd .order-item-intro {
  height: 30px;
  line-height: 30px;
}
.member_page .main_box .member-container .membercenter_box_2 .membercenter-box-bd .order-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member_page .main_box .member-container .member_trade_detail .membercenter-box-hd .membercenter-box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 44px;
  height: 44px;
}
.member_page .main_box .member-container .member_trade_detail .membercenter-box-hd .membercenter-box-left span:first-of-type {
  width: 270px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.member_page .main_box .member-container .member_trade_detail .membercenter-box-hd .membercenter-box-left span:last-of-type {
  width: 400px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
}
.member_page .main_box .member-container .member_trade_detail .membercenter-box-hd .membercenter-box-right .btn {
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  background: #0070c0;
}
.member_page .main_box .member-container .member_trade_detail .membercenter-box-bd .orderdtl-box:first-of-type {
  padding: 20px;
}
.member_page .main_box .member-container .member_trade_detail .membercenter-box-bd .orderdtl-box:first-of-type .status-bar2 {
  margin: 0;
}
.member_page .main_box .member-container .member_trade_detail .membercenter-box-bd .orderdtl-box:first-of-type .status-bar2 > div {
  width: 271px;
}
.member_page .main_box .member-container .member_trade_detail .membercenter-box-bd .orderdtl-box:first-of-type .status-bar2 > div.first,
.member_page .main_box .member-container .member_trade_detail .membercenter-box-bd .orderdtl-box:first-of-type .status-bar2 > div.last {
  width: 153px;
}
.member_page .main_box .member-container .member_trade_detail .membercenter-box-bd .orderdtl-box:first-of-type .status-bar2 > div .bg {
  width: 100%;
}
.member_page .main_box .member-container .member_trade_detail .membercenter-box-bd .orderdtl-box:first-of-type .status-bar2 > div .txt {
  margin: 0;
  width: 100%;
  padding: 0 10px;
}
.member_page .main_box .member-container .member_trade_detail .membercenter-box-bd .orderdtl-box:last-of-type .offset-lg-1 .btn {
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  background: #0070c0;
}
.gallery_page .main_box .common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.gallery_page .main_box .common > .box_l {
  width: 1005px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery_page .main_box .common > .box_l .filter_box {
  width: 180px;
  margin-right: 15px;
}
.gallery_page .main_box .common > .box_l .filter_box .filter {
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 10px 10px 50px;
}
.gallery_page .main_box .common > .box_l .filter_box .filter-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  height: auto;
  background: none;
  border: none;
  border-bottom: 1px solid #e5eaef;
  padding: 0;
  padding-bottom: 10px;
}
.gallery_page .main_box .common > .box_l .filter_box .filter-list {
  background: none;
  border: none;
  border-radius: 0;
}
.gallery_page .main_box .common > .box_l .filter_box .filter-attr {
  padding: 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #e5eaef;
}
.gallery_page .main_box .common > .box_l .filter_box .filter-attr-title {
  float: none;
  color: #333;
  line-height: 1;
  margin: 0;
  padding: 0;
  background: none;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.gallery_page .main_box .common > .box_l .filter_box .filter-attr-list {
  height: auto;
  float: none;
  width: 100%;
  padding: 0;
  background: none;
}
.gallery_page .main_box .common > .box_l .filter_box .filter-attr-list a {
  display: block;
  line-height: 1.5;
  margin: 10px 0 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery_page .main_box .common > .box_l .filter_box .filter-attr-list a.on {
  background: none;
  font-weight: bold;
}
.gallery_page .main_box .common > .box_l .filter_box .more-btn {
  display: none;
}
.gallery_page .main_box .common > .box_l .goods_box {
  width: 810px;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist {
  padding: 0;
  margin: 0;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li {
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5eaef;
  border-top-color: #fff;
  border-bottom-color: #fff;
  background: #fff;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li:hover {
  border-color: #0070c0 !important;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li:first-of-type {
  border-radius: 3px 3px 0 0;
  border-top-color: #e5eaef;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li:last-of-type {
  border-radius: 0 0 3px 3px ;
  border-bottom-color: #e5eaef;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:first-of-type {
  width: 150px;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:first-of-type img {
  width: 100%;
  display: block;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:nth-of-type(2) {
  width: 406px;
  padding: 0 10px;
  line-height: 1.5;
  color: #bfbfbf;
  font-size: 12px;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:nth-of-type(2) a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:nth-of-type(2) .message_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:nth-of-type(2) .message_box .box_l {
  width: 200px;
  margin-right: 6px;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:nth-of-type(2) .message_box .box_l p {
  font-size: 14px;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:nth-of-type(2) .message_box .box_l p:first-of-type {
  font-size: 15px;
  color: #c00000;
  font-weight: bold;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:nth-of-type(2) .message_box .box_l p:nth-of-type(3) {
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:nth-of-type(2) .message_box .box_r {
  width: 180px;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:nth-of-type(2) .message_box .box_r p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:nth-of-type(2) .message_box .box_r p span {
  color: #bfbfbf;
  margin-right: 5px;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:last-of-type {
  width: 230px;
  padding-left: 10px;
  border-left: 1px solid #e5eaef;
  position: relative;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:last-of-type p {
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:last-of-type p:first-of-type {
  font-weight: bold;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:last-of-type p:nth-of-type(2) {
  height: 12px;
  line-height: 12px;
  font-size: 0;
  margin: 10px 0;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:last-of-type p:nth-of-type(2) span {
  display: inline-block;
  font-size: 12px;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:last-of-type p:nth-of-type(2) span:first-of-type {
  float: left;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:last-of-type p:nth-of-type(2) img {
  display: inline-block;
  width: 12px;
  margin-left: 5px;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:last-of-type p:last-of-type span {
  font-weight: bold;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:last-of-type .btn_box {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 0;
  padding: 0 10px 0 0;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:last-of-type .btn_box a {
  width: 48%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  font-size: 16px;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:last-of-type .btn_box a:first-of-type {
  border: 1px solid #0070c0;
  color: #0070c0;
  margin-right: 4%;
  float: left;
}
.gallery_page .main_box .common > .box_l .goods_box .itemslist li .item_box:last-of-type .btn_box a:last-of-type {
  background: #0070c0;
  color: #fff;
}
.gallery_page .main_box .common > .box_l .shops_box {
  width: 100%;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_list {
  background: #fff;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_item {
  padding: 20px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5eaef;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_item:hover {
  border-color: #0070c0 !important;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_item:first-of-type {
  border-radius: 3px 3px 0 0;
  border-top-color: #e5eaef;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_item:last-of-type {
  border-radius: 0 0 3px 3px ;
  border-bottom-color: #e5eaef;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_item_title {
  line-height: 1;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  display: inline-block;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_item_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_goods_list {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_goods_item {
  width: 30%;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_goods_item:nth-of-type(2) {
  margin: 0 5%;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_goods_item img {
  display: block;
  width: 100%;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_goods_item p {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_message {
  width: 50%;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_message p {
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_message p span {
  color: #bfbfbf;
  margin-right: 5px;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_message p:first-of-type {
  font-size: 0;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_message p:first-of-type span {
  font-size: 12px;
  line-height: 1;
  float: left;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_message p:first-of-type img {
  width: 12px;
  display: inline-block;
  margin-right: 5px;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_message p:last-of-type {
  margin-bottom: 0;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_message .btn_box {
  margin-top: 20px;
  font-size: 0;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_message .btn_box a {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  background: #0070c0;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  margin-right: 20px;
  font-size: 12px;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_message .btn_box a:first-of-type {
  background: #fff;
  color: #0070c0;
  border: 1px solid #0070c0;
}
.gallery_page .main_box .common > .box_l .shops_box .shops_message .btn_box a:last-of-type {
  margin-right: 0;
}
.gallery_page .main_box .common > .box_l .request_box {
  width: 100%;
}
.gallery_page .main_box .common > .box_l .request_box .request_list {
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5eaef;
  border-radius: 3px;
}
.gallery_page .main_box .common > .box_l .request_box .request_title {
  height: 30px;
  line-height: 29px;
  border-bottom: 1px solid #e5eaef;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px 3px 0 0;
}
.gallery_page .main_box .common > .box_l .request_box .request_title .box {
  width: 100px;
  text-align: center;
}
.gallery_page .main_box .common > .box_l .request_box .request_title .box:first-of-type {
  width: 203px;
  padding: 0 10px;
}
.gallery_page .main_box .common > .box_l .request_box .request_title .box:nth-of-type(4) {
  width: 400px;
}
.gallery_page .main_box .common > .box_l .request_box .request_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  line-height: 1;
  background: #fff;
  border-bottom: 1px solid #e5eaef;
}
.gallery_page .main_box .common > .box_l .request_box .request_item:last-of-type {
  border-bottom: none;
  border-radius: 0 0 3px 3px;
}
.gallery_page .main_box .common > .box_l .request_box .request_item .box {
  width: 100px;
  text-align: center;
}
.gallery_page .main_box .common > .box_l .request_box .request_item .box:first-of-type {
  width: 203px;
  padding: 0 10px;
}
.gallery_page .main_box .common > .box_l .request_box .request_item .box:nth-of-type(4) {
  width: 400px;
  text-align: left;
}
.gallery_page .main_box .common > .box_l .request_box .request_item .box:nth-of-type(4) .text_box {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
}
.gallery_page .main_box .common > .box_l .request_box .request_item .box:first-of-type .text_box,
.gallery_page .main_box .common > .box_l .request_box .request_item .box:nth-of-type(2) .text_box,
.gallery_page .main_box .common > .box_l .request_box .request_item .box:nth-of-type(3) .text_box,
.gallery_page .main_box .common > .box_l .request_box .request_item .box:nth-of-type(5) .text_box {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery_page .main_box .common > .box_l .request_box .request_item .box .text_box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery_page .main_box .common > .box_l .request_box .request_item .box:last-of-type a {
  padding: 0 10px;
  background: #0070c0;
  color: #fff;
  height: 30px;
  display: block;
  line-height: 30px;
  width: 80px;
  border-radius: 3px;
  margin: 0 auto;
}
.gallery_page .main_box .common > .box_l .request_detail_box {
  width: 100%;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_main_box {
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5eaef;
  border-radius: 3px;
  background: #fff;
  padding: 20px;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_main_box .box:first-of-type {
  font-size: 0;
  margin-top: 10px;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_main_box .box:first-of-type p {
  display: inline-block;
  font-size: 20px;
  margin-right: 30px;
  max-width: 400px;
  line-height: 1;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_main_box .box:first-of-type span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_main_box .box:nth-of-type(2) {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 30px;
  line-height: 1;
  background: #eee;
  position: relative;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_main_box .box:nth-of-type(2) .box_l p:first-of-type {
  font-size: 18px;
  margin-bottom: 10px;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_main_box .box:nth-of-type(2) .box_l p:first-of-type span {
  color: #f00;
  margin: 0 5px;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_main_box .box:nth-of-type(2) .box_l p:last-of-type {
  font-size: 12px;
  color: #666;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_main_box .box:nth-of-type(2) .box_r {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 20px;
  font-size: 14px;
  background: #0070c0;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_main_box .box:last-of-type p:first-of-type {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_main_box .box:last-of-type p:last-of-type {
  border: 1px solid #e5eaef;
  border-radius: 3px;
  min-height: 200px;
  padding: 20px;
  line-height: 1.5;
  font-size: 12px;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_shade_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_shade_box.active {
  display: block;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_shade_box .request_ball_box {
  position: absolute;
  width: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_shade_box form {
  font-size: 0;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_shade_box label {
  font-size: 16px;
  width: 100px;
  line-height: 40px;
  float: left;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_shade_box input {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  height: 40px;
  width: 238px;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_shade_box textarea {
  outline: none;
  resize: none;
  max-width: 238px;
  min-width: 238px;
  min-height: 100px;
  max-height: 100px;
  font-size: 12px;
  padding: 0 10px;
  line-height: 1.5;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_shade_box .form_item {
  margin-bottom: 20px;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_shade_box .btn_box {
  font-size: 0;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_shade_box .btn_1 {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  border: none;
  background: #00469c;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  margin: 0 32px;
  float: left;
}
.gallery_page .main_box .common > .box_l .request_detail_box .request_shade_box .btn_2 {
  display: inline-block;
  font-size: 14px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #00469c;
  border-radius: 3px;
  text-align: center;
  color: #00469c;
  cursor: pointer;
}
.gallery_page .main_box .common > .box_l .pager {
  width: 810px;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
.gallery_page .main_box .common > .box_l .pager a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #000;
  border-radius: 3px;
  background: #fff;
  border-color: #e5eaef;
}
.gallery_page .main_box .common > .box_l .pager a.active {
  background: #0070c0;
  color: #fff;
  border-color: #0070c0;
}
.gallery_page .main_box .common > .box_l .pager span {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-color: #e5eaef;
  border-radius: 3px;
  color: #000;
  background: #fff;
}
.gallery_page .main_box .common > .box_l .goods_header_box {
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.gallery_page .main_box .common > .box_l .goods_header_box .tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.gallery_page .main_box .common > .box_l .goods_header_box .tab_box a {
  color: #000;
  margin-right: 30px;
  border-bottom: 3px solid #fff;
}
.gallery_page .main_box .common > .box_l .goods_header_box .tab_box a.active {
  border-color: #0070c0;
}
.gallery_page .main_box .common > .box_r {
  width: 180px;
}
.gallery_page .main_box .common > .box_r .box {
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 10px;
}
.gallery_page .main_box .common > .box_r .box .title {
  font-size: 16px;
  display: block;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5eaef;
  color: #000;
}
.gallery_page .main_box .common > .box_r .box img {
  width: 100%;
  display: block;
}
.gallery_page .main_box .common > .box_r .box .item_box {
  padding: 10px 0;
  border-bottom: 1px solid #e5eaef;
}
.gallery_page .main_box .gallery_img_flex_2 {
  width: 810px;
  margin: 20px auto 40px;
  padding: 0 20px 20px;
  background: #fff;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  position: relative;
}
.gallery_page .main_box .gallery_img_flex_2 .title {
  font-size: 16px;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0;
  color: #000;
}
.gallery_page .main_box .gallery_img_flex_2 .swiper-slide {
  position: relative;
  height: auto;
  background: #fff;
  padding: 0 10px;
  border-left: 1px solid #cbcbcb;
}
.gallery_page .main_box .gallery_img_flex_2 .swiper-slide.active {
  border: none;
}
.gallery_page .main_box .gallery_img_flex_2 .swiper-slide:first-of-type {
  border: none;
}
.gallery_page .main_box .gallery_img_flex_2 .swiper-slide:hover .text_box {
  display: block;
}
.gallery_page .main_box .gallery_img_flex_2 .swiper-slide img {
  width: 100%;
  display: block;
}
.gallery_page .main_box .gallery_img_flex_2 .swiper-slide .text_box {
  position: absolute;
  top: 0;
  width: 172px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  border: 1px solid #e5eaef;
  padding: 10px;
  color: #000;
  line-height: 1.5;
  display: none;
}
.gallery_page .main_box .gallery_img_flex_2 .swiper-slide span {
  color: #666;
}
.gallery_page .main_box .gallery_img_flex_2 .swiper-slide a {
  width: 70px;
  height: 20px;
  position: absolute;
  color: #fff;
  background: #0070c0;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  bottom: 10px;
}
.gallery_page .main_box .gallery_img_flex_2 .swiper-slide a:first-of-type {
  left: 10px;
}
.gallery_page .main_box .gallery_img_flex_2 .swiper-slide a:last-of-type {
  right: 10px;
}
.gallery_page .main_box .gallery_img_flex_2 .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.gallery_page .main_box .gallery_img_flex_2 .button i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
}
.gallery_page .main_box .gallery_img_flex_2 .button_prev {
  left: 0;
}
.gallery_page .main_box .gallery_img_flex_2 .button_next {
  right: 0;
}
.product_page .main_box {
  position: relative;
}
.product_page .main_box > .supplier_box {
  background: #fff;
  border: 1px solid #e5eaef;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
}
.product_page .main_box > .supplier_box .common {
  font-size: 0;
}
.product_page .main_box > .supplier_box span {
  font-size: 14px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  color: #333;
}
.product_page .main_box > .supplier_box a {
  font-size: 14px;
  display: inline-block;
  color: #333;
  padding: 0 10px;
  border-left: 1px solid #e5eaef;
  font-weight: bold;
}
.product_page .main_box > .supplier_box a:first-of-type {
  border: none;
  font-weight: normal;
}
.product_page .main_box > .bread_box .bread-nav {
  font-size: 0;
  color: #333;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
.product_page .main_box > .bread_box a:first-of-type {
  font-weight: normal;
  font-size: 14px;
}
.product_page .main_box > .bread_box span {
  color: #333;
}
.product_page .main_box > .bread_box span:nth-child(2n) {
  margin: 0 10px;
}
.product_page .main_box > .common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_page .main_box > .common .box_l {
  width: 935px;
}
.product_page .main_box > .common .box_l > .box_1 {
  background: #fff;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_page .main_box > .common .box_l > .box_1 .img_box {
  width: 400px;
  margin-right: 13px;
}
.product_page .main_box > .common .box_l > .box_1 .img_box .pic-show {
  width: 100%;
  height: auto;
}
.product_page .main_box > .common .box_l > .box_1 .img_box .pic-show .show-box {
  width: 100%;
  height: auto;
}
.product_page .main_box > .common .box_l > .box_1 .img_box .pic-show img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.product_page .main_box > .common .box_l > .box_1 .img_box .pic-thumb {
  margin-top: 10px;
}
.product_page .main_box > .common .box_l > .box_1 .img_box .pic-thumb .slider-thumb-wrap {
  margin: 0;
  width: 370px;
  height: auto;
}
.product_page .main_box > .common .box_l > .box_1 .img_box .pic-thumb .slider-thumb-wrap .slider-thumb {
  position: relative;
}
.product_page .main_box > .common .box_l > .box_1 .img_box .pic-thumb .slider-thumb-wrap .slider-thumb li {
  width: 85px;
  height: auto;
  margin-right: 10px;
}
.product_page .main_box > .common .box_l > .box_1 .img_box .pic-thumb .slider-thumb-wrap .slider-thumb li.active {
  border-color: #0070c0;
}
.product_page .main_box > .common .box_l > .box_1 .img_box .pic-thumb .slider-thumb-wrap .slider-thumb li .thumb-item,
.product_page .main_box > .common .box_l > .box_1 .img_box .pic-thumb .slider-thumb-wrap .slider-thumb li span {
  width: 100%;
  height: auto;
}
.product_page .main_box > .common .box_l > .box_1 .img_box .pic-thumb .slider-thumb-wrap .slider-thumb li img {
  width: 100%;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product_page .main_box > .common .box_l > .box_1 .text_box {
  width: 500px;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_1 {
  padding: 10px 0;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_1 p {
  font-size: 18px;
  line-height: 1.5;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_1 p:first-of-type {
  font-weight: bold;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_2 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e5eaef;
  border-bottom: 1px solid #e5eaef;
  color: #888;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_2 span {
  margin: 0 5px;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_2 a {
  margin-left: 5px;
  color: #0070c0;
  border-bottom: 1px solid #0070c0;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 {
  line-height: 1;
  padding: 15px 0;
  color: #888;
  font-size: 16px;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:first-of-type span:first-of-type {
  color: #c00000;
  font-weight: bold;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:first-of-type span:last-of-type {
  font-size: 14px;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(2) {
  margin: 15px 0;
  font-size: 14px;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(2) span:nth-of-type(2) {
  margin-left: 5px;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(3) {
  font-size: 0;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(3) span {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  float: left;
  color: #888;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(3) .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(3) .list_box .item_box {
  border: 1px solid #e5eaef;
  padding: 5px 10px;
  border-radius: 3px;
  margin-left: 10px;
  cursor: pointer;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(3) .list_box .item_box img {
  height: 16px;
  display: block;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(3) .list_box .item_box:last-of-type {
  font-size: 14px;
  color: #888;
  border: none;
  padding: 0;
  line-height: 28px;
  position: relative;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(3) .list_box .item_box:last-of-type i {
  margin-left: 10px;
  font-size: 12px;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(3) .list_box .item_box:last-of-type:hover .more_box {
  display: block;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(3) .list_box .item_box:last-of-type .more_box {
  position: absolute;
  background: #fff;
  width: 300px;
  z-index: 5;
  padding: 5px;
  line-height: 1.5;
  border: 1px solid #e5eaef;
  right: 0;
  top: 35px;
  display: none;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(3) .list_box .item_box:last-of-type .more_box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -9px;
  right: 10px;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_3 .box:nth-of-type(3) .list_box .item_box:last-of-type .more_box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e5eaef;
  top: -10px;
  right: 10px;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_4 {
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 0;
  border-top: 1px solid #e5eaef;
  border-bottom: 1px solid #e5eaef;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_4 .text_box {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  height: 60px;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_4 .text_box.active {
  height: auto;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_4 .btn_box {
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_4 .btn_box.active .ec-angle-down {
  display: none;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_4 .btn_box.active .ec-angle-up {
  display: block;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_4 .ec-angle-up {
  display: none;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_5 {
  padding: 20px 30px;
  font-size: 0;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_5 a {
  font-size: 20px;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_5 a:first-of-type {
  width: 250px;
  border: 1px solid #0070c0;
  color: #0070c0;
  margin-right: 40px;
  float: left;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .box_5 a:last-of-type {
  width: 150px;
  background: #0070c0;
  color: #fff;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .delivery_box .country_action {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #888;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .delivery_box .country_action.active .ec-angle-down {
  display: none;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .delivery_box .country_action.active .ec-angle-up {
  display: block;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .delivery_box .btn_box {
  position: absolute;
  top: 0;
  right: 0;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .delivery_box .ec-angle-up {
  display: none;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .delivery_box .country_text {
  background: #fff;
  padding: 10px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  font-size: 0;
  display: none;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .delivery_box .country_text.active {
  display: block;
}
.product_page .main_box > .common .box_l > .box_1 .text_box .delivery_box .country_text span {
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 10px;
}
.product_page .main_box > .common .box_l > .box_2 {
  margin-top: 20px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.product_page .main_box > .common .box_l > .box_2 .title_box {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.product_page .main_box > .common .box_l > .box_2 .title_box p:first-of-type {
  padding: 20px;
}
.product_page .main_box > .common .box_l > .box_2 .title_box p:last-of-type {
  padding: 15px 20px;
  border-bottom: 1px solid #e5eaef;
}
.product_page .main_box > .common .box_l > .box_2 .box {
  padding: 10px 20px;
  border-bottom: 1px solid #e5eaef;
}
.product_page .main_box > .common .box_l > .box_2 .box .box_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product_page .main_box > .common .box_l > .box_2 .box .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_page .main_box > .common .box_l > .box_2 .box .box_item {
  font-size: 12px;
  width: 291px;
  line-height: 1.5;
  word-wrap: break-word;
  color: #000;
}
.product_page .main_box > .common .box_l > .box_2 .box .box_item span {
  color: #464646;
}
.product_page .main_box > .common .box_l > .box_2 .box .box_item:nth-of-type(3n+2) {
  margin: 0 10px;
}
.product_page .main_box > .common .box_l > .box_2 .product_box {
  padding: 20px;
}
.product_page .main_box > .common .box_l > .box_2 .product_box img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.product_page .main_box > .common .box_l > .box_2 .product_box p {
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
.product_page .main_box > .common .box_l > .box_3 {
  margin-top: 20px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 0 20px;
}
.product_page .main_box > .common .box_l > .box_3 .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0;
  color: #000;
  display: block;
}
.product_page .main_box > .common .box_l > .box_3 .email_box {
  padding-left: 45px;
}
.product_page .main_box > .common .box_l > .box_3 .email_box .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.product_page .main_box > .common .box_l > .box_3 .email_box .form_item span {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 130px;
}
.product_page .main_box > .common .box_l > .box_3 .email_box .form_item input {
  width: 400px;
  line-height: 14px;
  padding: 0 10px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  outline: none;
}
.product_page .main_box > .common .box_l > .box_3 .email_box .form_item p {
  font-size: 14px;
  line-height: 30px;
}
.product_page .main_box > .common .box_l > .box_3 .email_box .form_item textarea {
  max-width: 600px;
  min-width: 600px;
  max-height: 200px;
  min-height: 200px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  outline: none;
  resize: none;
  padding: 10px;
  line-height: 1.5;
}
.product_page .main_box > .common .box_l > .box_3 .email_box .btn {
  margin-left: 130px;
  margin-bottom: 15px;
  width: 600px;
  height: 40px;
  line-height: 40px;
  background: #0070c0;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 5px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.product_page .main_box > .common .box_r {
  width: 250px;
  margin-left: 15px;
}
.product_page .main_box > .common .box_r .supplier_shop {
  background: #fff;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.product_page .main_box > .common .box_r .supplier_shop p:first-of-type {
  color: #0070d5;
  margin-bottom: 10px;
}
.product_page .main_box > .common .box_r .supplier_shop p:nth-of-type(2) {
  color: #333;
  margin-bottom: 10px;
}
.product_page .main_box > .common .box_r .supplier_shop p:nth-of-type(3) {
  font-size: 0;
  border-top: 1px solid #e5eaef;
  border-bottom: 1px solid #e5eaef;
}
.product_page .main_box > .common .box_r .supplier_shop p:nth-of-type(3) span {
  font-size: 14px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  float: left;
}
.product_page .main_box > .common .box_r .supplier_shop p:nth-of-type(3) img {
  display: inline-block;
  width: 12px;
  margin: 14px 0 14px 5px;
}
.product_page .main_box > .common .box_r .supplier_shop p:nth-of-type(4) {
  margin: 10px 0;
}
.product_page .main_box > .common .box_r .supplier_shop .btn {
  display: block;
  height: 30px;
  background: #0070c0;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
}
.product_page .main_box .product_widgets_box_1 {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product_page .main_box .product_widgets_box_1 .product_img_flex_1 {
  position: absolute;
  width: 250px;
  right: 0;
  background: #fff;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  padding: 20px 15px;
}
.product_page .main_box .product_widgets_box_1 .product_img_flex_1 .title {
  font-size: 18px;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #000;
}
.product_page .main_box .product_widgets_box_1 .product_img_flex_1 .item_box {
  padding: 15px 0 20px;
  border-top: 1px solid #e5eaef;
}
.product_page .main_box .product_widgets_box_1 .product_img_flex_1 .item_box img {
  width: 100%;
  display: block;
}
.product_page .main_box .product_widgets_box_1 .product_img_flex_1 .item_box .text_box {
  margin-top: 10px;
}
.product_page .main_box .product_widgets_box_1 .product_img_flex_1 .item_box .text_box p {
  line-height: 1.5;
}
.product_page .main_box .product_widgets_box_2 {
  width: 1200px;
  margin: 0 auto 15px;
}
.product_page .main_box .product_widgets_box_2 .product_form_box {
  margin-top: 20px;
  width: 933px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 0 20px;
}
.product_page .main_box .product_widgets_box_2 .product_form_box .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0;
  color: #000;
  display: block;
}
.product_page .main_box .product_widgets_box_2 .product_form_box .email_box {
  padding-left: 45px;
}
.product_page .main_box .product_widgets_box_2 .product_form_box .email_box .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.product_page .main_box .product_widgets_box_2 .product_form_box .email_box .form_item span {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 130px;
}
.product_page .main_box .product_widgets_box_2 .product_form_box .email_box .form_item input {
  width: 400px;
  line-height: 14px;
  padding: 0 10px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  outline: none;
}
.product_page .main_box .product_widgets_box_2 .product_form_box .email_box .form_item textarea {
  max-width: 600px;
  min-width: 600px;
  max-height: 200px;
  min-height: 200px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  outline: none;
  resize: none;
  padding: 10px;
  line-height: 1.5;
}
.product_page .main_box .product_widgets_box_2 .product_form_box .email_box .btn {
  margin-left: 130px;
  margin-bottom: 15px;
  width: 600px;
  height: 40px;
  line-height: 40px;
  background: #0070c0;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 5px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 {
  margin-top: 20px;
  width: 933px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 0 20px 20px;
  position: relative;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0;
  display: block;
  color: #000;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .swiper-slide {
  position: relative;
  height: auto;
  background: #fff;
  padding: 0 10px;
  border-left: 1px solid #cbcbcb;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .swiper-slide.active {
  border: none;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .swiper-slide:first-of-type {
  border: none;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .swiper-slide:hover .text_box {
  display: block;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .swiper-slide img {
  width: 100%;
  display: block;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .swiper-slide .text_box {
  position: absolute;
  top: 0;
  width: 203px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  border: 1px solid #e5eaef;
  padding: 10px;
  color: #000;
  line-height: 1.5;
  display: none;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .swiper-slide span {
  color: #666;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .swiper-slide a {
  width: 70px;
  height: 20px;
  position: absolute;
  color: #fff;
  background: #0070c0;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  bottom: 10px;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .swiper-slide a:first-of-type {
  left: 10px;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .swiper-slide a:last-of-type {
  right: 10px;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .button i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .button_prev {
  left: 0;
}
.product_page .main_box .product_widgets_box_2 .product_img_flex_2 .button_next {
  right: 0;
}
.inquiry_page {
  border: 1px solid #e5eaef;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin: 20px 0;
}
.inquiry_page .title_box {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #e5eaef;
}
.inquiry_page .title_box a {
  color: #0070c0;
}
.inquiry_page form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inquiry_page .form_box_l {
  width: 20%;
}
.inquiry_page .form_box_l .img_box {
  margin: 50px 20px 0;
  border: 1px solid #e5eaef;
}
.inquiry_page .form_box_l .img_box img {
  width: 100%;
  display: block;
}
.inquiry_page .form_box_r {
  width: 60%;
}
.inquiry_page .form_list {
  margin-top: 10px;
}
.inquiry_page .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 20px;
}
.inquiry_page .form_item .form_title {
  height: 40px;
  line-height: 40px;
  width: 200px;
}
.inquiry_page .form_item .form_title em {
  color: #f00;
}
.inquiry_page .form_item input {
  width: 300px;
  height: 40px;
  line-height: 14px;
  outline: none;
  padding: 0 10px;
}
.inquiry_page .form_item textarea {
  max-width: 500px;
  min-width: 500px;
  min-height: 200px;
  max-height: 200px;
  resize: none;
  border-radius: 0;
  outline: none;
  line-height: 1.5;
  font-size: 14px;
  padding: 10px;
  display: block;
  border-radius: 3px;
}
.inquiry_page .form_item select {
  height: 40px;
}
.inquiry_page .form_item:first-of-type,
.inquiry_page .form_item:nth-of-type(6) {
  border-bottom: 1px solid #e5eaef;
  font-weight: bold;
  margin-top: 0;
}
.inquiry_page .form_item:nth-of-type(2) {
  margin-top: 0;
}
.inquiry_page .form_item:nth-of-type(2) a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #0070c0;
}
.inquiry_page .form_item:nth-of-type(3) .form_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inquiry_page .form_item:nth-of-type(3) .form_box:first-of-type {
  margin-right: 20px;
}
.inquiry_page .form_item:nth-of-type(3) .form_box:first-of-type input {
  width: 250px;
}
.inquiry_page .form_item:nth-of-type(3) .form_box:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inquiry_page .form_item:nth-of-type(3) .form_box:last-of-type .form_title {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inquiry_page .form_item:nth-of-type(3) .form_box:last-of-type .form_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.inquiry_page .form_item:nth-of-type(5) .m_l {
  margin-left: 200px;
}
.inquiry_page .form_item:nth-of-type(5) .text_muted {
  line-height: 40px;
  font-size: 14px;
  color: #bbb;
  margin-left: 30px;
}
.inquiry_page .form_item:nth-of-type(5) .images-uploader {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inquiry_page .form_item:nth-of-type(5) .images-uploader .img-thumbnail {
  width: auto;
  height: 40px;
  line-height: 40px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.inquiry_page .form_item:nth-of-type(5) .images-uploader .img-thumbnail span {
  margin-left: 10px;
  display: block !important;
}
.inquiry_page .form_item:nth-of-type(5) .action-upload {
  position: relative;
  background: #0070c0;
  border-radius: 3px;
}
.inquiry_page .form_item:nth-of-type(5) .action-upload input {
  padding: 0;
  margin: 0;
  border: none;
  width: 100px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.inquiry_page .form_item:nth-of-type(5) .action-upload span {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0;
  cursor: pointer;
}
.inquiry_page .form_item:nth-of-type(8) input {
  width: 160px;
}
.inquiry_page .form_item:nth-of-type(8) span {
  line-height: 40px;
}
.inquiry_page .form_item:nth-of-type(9) select {
  width: 300px;
}
.inquiry_page .btn {
  margin: 50px 0;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #0070c0;
  border-radius: 3px;
}
.inquiry_page.request_page {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.inquiry_page.request_page form {
  display: block;
}
.inquiry_page.request_page .form_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inquiry_page.request_page .form_title_item {
  width: 150px;
  font-size: 16px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #000;
  cursor: pointer;
  background: #ddd;
  border: 1px solid #ddd;
  border-bottom: none;
}
.inquiry_page.request_page .form_title_item.active {
  background: #fff;
  border-color: #e5eaef;
  position: relative;
  z-index: 3;
}
.inquiry_page.request_page .data_main {
  display: none;
}
.inquiry_page.request_page .form_main .form_list {
  background: #fff;
  border: 1px solid #e5eaef;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.inquiry_page.request_page .form_main .form_list .form_box {
  position: relative;
}
.inquiry_page.request_page .form_main .form_list .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 20px;
  margin-top: 20px;
  border-bottom: none;
}
.inquiry_page.request_page .form_main .form_list .form_item:nth-of-type(6) {
  font-weight: normal;
}
.inquiry_page.request_page .form_main .form_list .item_label {
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.inquiry_page.request_page .form_main .form_list .item_label em {
  color: #f00;
}
.inquiry_page.request_page .form_main .form_list input {
  width: 300px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5eaef;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 3px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  outline: none;
}
.inquiry_page.request_page .form_main .form_list input.active {
  border-color: #0070c0;
}
.inquiry_page.request_page .form_main .form_list textarea {
  max-width: 200px;
  min-width: 700px;
  min-height: 300px;
  max-height: 200px;
  resize: none;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  outline: none;
  padding: 50px 15px 15px;
  font-size: 14px;
  line-height: 1.5;
}
.inquiry_page.request_page .form_main .form_list .tips_text {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 14px;
  line-height: 1.5;
  width: 700px;
}
.inquiry_page.request_page .form_main .form_list .selectize-control {
  position: relative;
  width: 140px;
  cursor: pointer;
  z-index: 2;
}
.inquiry_page.request_page .form_main .form_list .selectize-input .item {
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5eaef;
  font-size: 14px;
  padding: 0 40px 0 10px;
  border-radius: 3px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.inquiry_page.request_page .form_main .form_list .selectize-input input {
  display: none;
}
.inquiry_page.request_page .form_main .form_list .selectize-dropdown {
  position: absolute;
  background: #ffffff;
  border: 1px solid #e5eaef;
  border-top: none;
  font-size: 14px;
  border-radius: 0 0 3px 3px;
}
.inquiry_page.request_page .form_main .form_list .option {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.inquiry_page.request_page .form_main .form_list .option.active {
  background: #ddd;
}
.inquiry_page.request_page .form_main .form_list .btn_box {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}
.inquiry_page.request_page .form_main .form_list .btn_box i {
  display: block;
  margin-top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry_page.request_page .form_main .form_list .btn_box .ec-angle-up {
  display: none;
}
.inquiry_page.request_page .form_main .form_list .btn_box.active .ec-angle-down {
  display: none;
}
.inquiry_page.request_page .form_main .form_list .btn_box.active .ec-angle-up {
  display: block;
}
.inquiry_page.request_page .form_main .form_list .btn {
  background: #0070c0;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 3px;
  margin: 50px 0 50px 20px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.3);
}
.inquiry_page.request_page .form_main .form_list .goods_select_box {
  width: 200px;
  position: relative;
  cursor: pointer;
  display: none;
}
.inquiry_page.request_page .form_main .form_list .goods_select_box.active {
  display: block;
}
.inquiry_page.request_page .form_main .form_list .goods_select_box:nth-of-type(2) {
  margin: 0 50px;
}
.inquiry_page.request_page .form_main .form_list .goods_select_box_title {
  border: 1px solid #e5eaef;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 40px 0 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.inquiry_page.request_page .form_main .form_list .goods_select_box_list {
  width: 100%;
  max-height: 500px;
  overflow: auto;
  border: 1px solid #e5eaef;
  border-radius: 0 0 3px 3px;
  border-top: none;
  position: absolute;
  z-index: 1;
  background: #fff;
  display: none;
}
.inquiry_page.request_page .form_main .form_list .goods_select_box_list.active {
  display: block;
}
.inquiry_page.request_page .form_main .form_list .goods_select_box_item {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.inquiry_page.request_page .form_main .form_list .goods_select_box_item.active,
.inquiry_page.request_page .form_main .form_list .goods_select_box_item:hover {
  background: #ddd;
}
.inquiry_page.request_page .form_main .form_list .toggle_box .form_item {
  font-weight: normal;
}
.inquiry_page.request_page .form_main .form_list .form_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inquiry_page.request_page .form_main .form_list .form_item_box .form_item:first-of-type {
  font-weight: normal;
  margin-top: 20px;
  padding: 0 0 0 20px;
  border-bottom: none;
}
.inquiry_page.request_page .form_main .form_list .form_item_box .form_item:nth-of-type(2n) input,
.inquiry_page.request_page .form_main .form_list .form_item_box .form_item:nth-of-type(2n) .selectize-control {
  width: 180px;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:first-of-type {
  padding: 20px 0 10px 20px;
  font-size: 14px;
  line-height: 1.8;
  display: block;
  margin-top: 0;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:first-of-type p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(2) {
  border-top: 1px solid #e5eaef;
  margin-top: 0;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(2) .box_l input {
  width: 400px;
  margin-right: 100px;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(2) .box_r input {
  width: 150px;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(2) .form_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(2) .selectize-control {
  width: 200px;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(2) .btn_box {
  right: 100px;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(4) {
  display: block;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(5) .text_muted {
  line-height: 40px;
  font-size: 14px;
  color: #bbb;
  margin-left: 30px;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(5) .images-uploader {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(5) .images-uploader .img-thumbnail {
  width: auto;
  height: 40px;
  line-height: 40px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(5) .images-uploader .img-thumbnail span {
  margin-left: 10px;
  display: block !important;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(5) .action-upload {
  position: relative;
  background: #0070c0;
  border-radius: 3px;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(5) .action-upload input {
  padding: 0;
  margin: 0;
  border: none;
  width: 100px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(5) .action-upload span {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0;
  cursor: pointer;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(8) {
  padding-left: 20px;
  margin: 40px 0 20px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(8) .item_label {
  font-size: 18px;
  width: auto;
}
.inquiry_page.request_page .form_main.request_purchase .form_item:nth-of-type(8) .btn_box {
  font-size: 14px;
  position: static;
}
.inquiry_page.request_page .form_main.request_purchase .toggle_box {
  display: none;
}
.inquiry_page.request_page .form_main.request_purchase .toggle_box .form_item:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 20px;
  line-height: 1;
}
.inquiry_page.request_page .form_main.request_purchase .toggle_box .form_item:first-of-type .form_box {
  width: auto;
}
.inquiry_page.request_page .form_main.request_purchase .toggle_box .form_item:first-of-type .form_box:nth-of-type(2) {
  margin: 0 60px;
}
.inquiry_page.request_page .form_main.request_purchase .toggle_box .form_item:first-of-type .form_box:nth-of-type(2) input {
  width: 300px;
  height: 40px;
  line-height: 38px;
  text-align: left;
  border-radius: 3px;
}
.inquiry_page.request_page .form_main.request_purchase .toggle_box .form_item:nth-of-type(2) {
  border: none;
  margin-top: 20px;
}
.inquiry_page.request_page .form_main.request_purchase .toggle_box .form_item:nth-of-type(2) .form_box {
  margin: 0;
}
.inquiry_page.request_page .form_main.request_purchase .toggle_box .form_item:nth-of-type(2) .selectize-control {
  width: 140px;
}
.inquiry_page.request_page .form_main.request_purchase .toggle_box .form_item:nth-of-type(2) .btn_box {
  right: 0;
}
.inquiry_page.request_page .form_main.request_purchase .toggle_box .form_item:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inquiry_page.request_page .form_main.request_rent .form_item:first-of-type {
  border-bottom: 1px solid #e5eaef;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  margin-top: 0;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(4) .selectize-control {
  width: 200px;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(4) .form_box:nth-of-type(2) {
  margin: 0 50px;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(11) .selectize-control {
  width: 300px;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(6) .text_muted {
  line-height: 40px;
  font-size: 14px;
  color: #bbb;
  margin-left: 30px;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(6) .images-uploader {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(6) .images-uploader .img-thumbnail {
  width: auto;
  height: 40px;
  line-height: 40px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(6) .images-uploader .img-thumbnail span {
  margin-left: 10px;
  display: block !important;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(6) .action-upload {
  position: relative;
  background: #0070c0;
  border-radius: 3px;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(6) .action-upload input {
  padding: 0;
  margin: 0;
  border: none;
  width: 100px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(6) .action-upload span {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0;
  cursor: pointer;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(7) {
  position: relative;
  z-index: 10;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(7) .selectize-control {
  width: 200px;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(7) .selectize-control .selectize-dropdown {
  overflow: auto;
  height: 500px;
}
.inquiry_page.request_page .form_main.request_rent .form_item:nth-of-type(7) input {
  width: 200px;
  margin-left: 50px;
}
.special_page .channel_category {
  border: 1px solid #dad9de;
  height: auto;
}
.shop_page .header {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}
.shop_page .shopheader {
  background: #fff;
}
.shop_page .shopheader img {
  width: 100%;
  display: block;
}
.shop_page .banner_box {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
.shop_page .nav {
  background: #2e8ae6;
}
.shop_page .nav .common {
  position: relative;
  height: 100%;
}
.shop_page .nav .box_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop_page .nav .box_1 .box_l {
  width: 80px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.shop_page .nav .box_1 .box_l a {
  color: #fff;
  display: block;
}
.shop_page .nav .box_1 .box_r {
  margin-top: 5px;
}
.shop_page .nav .box_1 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop_page .nav .box_1 input {
  width: 150px;
  height: 30px;
  line-height: 14px;
  font-size: 14px;
  outline: none;
  padding: 0 10px;
  border-radius: 3px;
}
.shop_page .nav .box_1 .btn {
  width: 50px;
  background: #00469c;
  height: 30px;
  border-radius: 3px;
}
.shop_page .nav .box_1 .btn:before {
  color: #fff;
  font-size: 20px;
}
.shop_page .nav .box_1 .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
}
.shop_page .nav .box_1 .nav_box .shop-category {
  position: relative;
  margin-right: 10px;
}
.shop_page .nav .box_1 .nav_box .shop-category:hover .category-list {
  display: block;
}
.shop_page .nav .box_1 .nav_box .shop-category:hover > .link {
  background: #00469c;
}
.shop_page .nav .box_1 .nav_box .shop-category > .link {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  padding: 0 10px;
}
.shop_page .nav .box_1 .nav_box .category-list {
  position: absolute;
  background: #fff;
  z-index: 5;
  width: 150px;
  padding: 10px 0;
  display: none;
  border: 1px solid #e5eaef;
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.shop_page .nav .box_1 .nav_box .category-list .link {
  display: block;
  width: 100%;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  color: #333;
  padding: 0 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.shop_page .banner {
  width: 100%;
  background: #fff;
}
.shop_page .banner .title_p {
  font-size: 20px;
  line-height: 1;
  padding-left: 10px;
}
.shop_page .banner img {
  width: 100%;
  display: block;
}
.shop_page .goods_box {
  background: #fff;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  margin-top: 20px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}
.shop_page .goods_box .goods_title {
  font-size: 20px;
  line-height: 1;
  padding-left: 10px;
}
.shop_page .goods_box .goods_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop_page .goods_box .goods_item {
  width: 25%;
  padding: 0 20px;
  margin-top: 20px;
  border-right: 1px solid #e5eaef;
}
.shop_page .goods_box .goods_item:nth-of-type(4n+4) {
  border-right: none;
}
.shop_page .goods_box .goods_item img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.shop_page .goods_box .goods_item p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.shop_page .form_box {
  background: #fff;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  margin-top: 20px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.shop_page .form_box form {
  -webkit-transform: translateX(120px);
      -ms-transform: translateX(120px);
          transform: translateX(120px);
}
.shop_page .form_box .form_title {
  font-size: 20px;
  line-height: 1;
  padding-left: 10px;
  margin-bottom: 20px;
}
.shop_page .form_box .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.shop_page .form_box .form_item span {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 130px;
}
.shop_page .form_box .form_item input {
  width: 400px;
  line-height: 14px;
  padding: 0 10px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  outline: none;
}
.shop_page .form_box .form_item textarea {
  max-width: 600px;
  min-width: 600px;
  max-height: 200px;
  min-height: 200px;
  border: 1px solid #e5eaef;
  border-radius: 3px;
  outline: none;
  resize: none;
  padding: 10px;
  line-height: 1.5;
}
.shop_page .form_box button {
  margin-left: 130px;
  margin-bottom: 15px;
  width: 600px;
  height: 40px;
  line-height: 40px;
  background: #0070c0;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 5px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
}
.shop_page .main .shop_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop_page .main .shop_search .box:first-of-type {
  width: 200px;
}
.shop_page .main .shop_search .box:nth-of-type(2) {
  width: 980px;
  margin-left: 20px;
}
.shop_page .main .shop_search .box:nth-of-type(2) .sortbar2 {
  height: 30px;
  line-height: 30px;
}
.shop_page .main .shop_search .box:nth-of-type(2) .sortbar2 a {
  padding: 0 20px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}
.shop_page .main .shop_search .box:nth-of-type(2) .itemslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.shop_page .main .shop_search .box:nth-of-type(2) .itemslist li {
  width: 230px;
  margin: 0;
  margin-right: 20px;
  float: none;
  margin-bottom: 20px;
}
.shop_page .main .shop_search .box:nth-of-type(2) .itemslist li:nth-of-type(4n+4) {
  margin-right: 0;
}
.shop_page .main .shop_search .box:nth-of-type(2) .itemslist li .pic {
  height: auto;
  padding: 10px;
}
.shop_page .main .shop_search .box:nth-of-type(2) .itemslist li .pic img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.cart_page .cart-submit-form .cart-table:first-of-type .cart-col:first-of-type {
  width: 80px;
}
.cart_page .cart-submit-form .cart-table:first-of-type .cart-col:nth-of-type(2) {
  width: 460px;
}
.cart_page .cart-submit-form .cart-table:nth-of-type(2) tbody td:nth-of-type(5) .number-increase-decrease input {
  height: 30px;
}
.cart_page .cart-submit-form .cart-table:last-of-type .cart-col:nth-of-type(2) {
  float: left;
}
.cart_page .cart-submit-form .cart-table:last-of-type .cart-col:nth-of-type(2) button {
  width: 100px;
  height: 62px;
  background: #0070c0;
  color: #fff;
}
.cart_checkout_page .section .crumbs {
  height: 30px;
  line-height: 30px;
}
.cart_checkout_page .verify-table {
  margin: 0;
}
.cart_checkout_page .verify-table button {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #0070c0;
  border-radius: 3px;
  padding: 0 20px;
}
.payment .btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #0070c0;
  border-radius: 3px;
}
.content_info_page .main_box .common .section .membercenter-box {
  margin-bottom: 0;
}
.content_info_page .main_box .common .section .membercenter-box-hd {
  display: none;
}
.float_box {
  position: fixed;
  top: 0;
  right: 0;
  width: 35px;
  z-index: 10;
  background: #3d3e43;
  color: #fff;
  height: 100%;
}
.float_box .main_box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.float_box .item_box {
  display: block;
  width: 20px;
  margin: 0 auto 20px;
}
.float_box .item_box img {
  display: block;
  width: 100%;
}
.float_box .top_box {
  text-align: center;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 50px;
  cursor: pointer;
}
.float_box .top_box .after {
  height: 0px;
  width: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  margin: 0 auto;
}
.promotion_page .main_box {
  width: 1200px;
  margin: 0 auto;
}
.promotion_page .main_box .pic_box img {
  width: 100%;
  display: block;
}
.promotion_page .footer {
  margin-top: 0;
}
