@charset "utf-8";
/*=====================Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)========================*/
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
li,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  -webkit-border-radius: 6px;
  background-color: rgba(125, 125, 125, 0.7);
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  -webkit-border-radius: 6px;
  background-color: rgba(125, 125, 125, 0.7);
}

body,
html {
  width: 100%;
  color: #3d464d;
  font-size: 100px;
  font-family: "Nunito", "Lora", sans-serif, Arial, "Microsoft YaHei", "黑体",
  "宋体", "微软雅黑";
  line-height: 29px;
  letter-spacing: 0;
  
}
*{
                    font-size: .15rem;
                }
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
html {
  overflow-y: scroll;
}
a {
  color: #3d464d;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
}

/*隐藏*/
.dn {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
img {
  /*width: 100%;*/
  max-width: 100%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
}
.flex_wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex_nowrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
/*transition*/
.global_tabs li,
.global_tabs li:after {
  transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -ms-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
/*----------------------font start------------------*/

@font-face {
  font-family: "Nunito";
  font-style: normal;
  src: url("fonts/Nunito/Nunito-Regular.ttf") format("OpenType");
  font-display: fallback;
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  src: url("fonts/Lora/Lora-Regular.ttf") format("OpenType");
  font-display: fallback;
}
@font-face {
  font-family: "Lora-Bold";
  font-style: normal;
  src: url("fonts/Lora/Lora-Bold.ttf") format("OpenType");
  font-display: fallback;
}
.global_title,
.global_advertisement h3,
.global_tags,
.global_tabs li,
.global_blog_title,
.global_blog_right aside > h3 span {
  font-family: "Lora-Bold";
}

/*color*/
.global_page_bar a,
.global_product figure,
.global_advertisement .shop_btn,
.global_leftpd .global_toppd_btn,
.global_featureed_item figure {
  transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -ms-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}

/* index */
/*public*/
.global_title {
  position: relative;
  margin-bottom: 17px;
  color: #515365;
  font-size: 23px;
  text-transform: capitalize;
}
.border_shadow {
  border: 1px solid #f6f6f6;
  border-radius: 20px;
  -webkit-box-shadow: 2px 7px 0 #e1e3e5;
  box-shadow: 2px 7px 0 #e1e3e5;
}
.pd_reviews .review_star {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.pd_reviews .review_star img {
  max-width: 12px;
  cursor: pointer;
}
.pd_reviews a {
  display: inline-block;
  color: #b3b3b3;
  font-size: 12px;
  margin-left: 8px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.global_page {
  position: relative;
  padding: 50px 0;
}
.global_page .layout {
  position: relative;
  display: block;
  margin: auto;
  width: 1280px;
}
.global_path_nav {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.global_path_nav:before {
  position: relative;
  color: #3b3f5c;
  content: "\f101";
  font-family: fontawesome;
  margin-right: 7px;
}
.global_path_nav li {
  position: relative;
  display: inline-block;
}
.global_path_nav li,
.global_path_nav li a {
  color: #888ea8;
}
.global_path_nav li + li:before {
  position: relative;
  margin: 0 15px;
  content: "/";
}
.global_section.global_section01 {
  position: relative;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 33px;
  letter-spacing: 1px;
  font-weight: 300;
}
.global_tags {
  position: absolute;
  top: 18px;
  left: 18px;
  display: table;
  padding: 0 5px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 21px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.global_tags.new_tag {
  background: #37f;
}
.global_tags.hot_tag {
  background: #614ba6;
}
.global_tags.sale_tag {
  background: #f33;
}
.pd_icon {
  position: absolute;
  /*top: 0;*/
  right: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  background-image: url(../images/global_icon.png);
  background-repeat: no-repeat;
  background-position: -40px 0;
}
/* global_section02 */
.global_section.global_section02 {
  padding: 25px 0;
}
.global_section.global_sell_product {
  margin: 25px 0;
}
.global_top_products {
  position: relative;
  margin-top: 25px 0;
}
.global_top_products .global_leftpd {
  float: left;
  width: 36.73%;
}
.global_rightpd {
  float: right;
  width: 63.27%;
}
.global_product {
  position: relative;
  padding: 9px;
}
.global_product figure {
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid #ededed;
  border-radius: 2px;
}
.global_product figure .img {
  position: relative;
  cursor: pointer;
}
.global_product figcaption {
  position: relative;
  padding: 0 15px 15px 15px;
}
.global_product figcaption h3 > a {
  color: #3d464d;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  display: block;
}
.global_product .pd_reviews {
  position: relative;
  font-size: 0;
  margin-top: 5px;
  line-height: 1;
}

.global_leftpd .global_toppd_btn {
  position: relative;
  display: table;
  margin: auto;
  margin-top: 70px;
  padding: 0 20px;
  border-radius: 3px;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 40px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.global_leftpd.global_product figcaption h3 > a {
  font-size: 16px;
  line-height: 24px;
}
.global_leftpd.global_product figcaption {
  padding: 0 30px 30px 30px;
}
.global_rightpd .global_product {
  width: 33.33%;
}

/* global_advertisement */
.global_advertisement {
  position: relative;
  padding: 30px 0 42px 0;
  color: #3d464d;
  text-align: center;
  margin-bottom: 30px;
  background-size: 100%;
}
.global_advertisement h3 {
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
.global_advertisement p {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
  display: block;
}
.global_advertisement .shop_btn {
  position: relative;
  display: table;
  margin: auto;
  margin-top: 20px;
  padding: 0 17px;
  border-radius: 3px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 32px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* global_sell_product */
.global_featuredpd .global_featureed_item {
  position: relative;
  padding: 7px;
  width: 33.33%;
}
.global_featureed_item figure {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 15px 30px 15px 10px;
  height: 100%;
  border: 1px solid #ededed;
  border-radius: 2px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.global_featureed_item figure .img {
  margin-right: 15px;
  width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  cursor: pointer;
}
.global_featureed_item figcaption {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.global_featureed_item figcaption h3 {
  position: relative;
}
.global_featureed_item figcaption h3 a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 19px;
}
.global_featureed_item .global_tags {
  top: 10px;
  left: 10px;
}
/* global_related_serach */
.global_related_serach {
  position: relative;
  margin: 50px 0;
}
.global_research {
  position: relative;
  font-size: 0;
}
.global_research li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  line-height: 46px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.global_research li a {
  font-size: 16px;
}
/* global_leave_message_container */

.global_message_wrap {
  position: relative;
  padding: 30px;
  height: 500px;
}
.global_message_titbar {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.global_message_titbar h3 {
  position: relative;
  padding-left: 45px;
  font-size: 23px;
}
.global_message_titbar h3:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url(../images/global_icon.png);
  background-position: 0 -150px;
  content: "";
}
.global_message_titbar p {
  color: #444;
}
.mauticform_wrapper {
  position: relative;
  margin-top: 45px;
}
.mauticform_wrapper input {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
  height: 48px;
  outline: 0;
  border: 1px solid #eee;
  border-left: 3px solid #013e5a;
  border-radius: 3px;
  background: #fff;
  color: #757575;
  font-size: 14px;
  font-family: Arial;
  resize: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.mauticform_wrapper button {
  display: block;
  margin-top: 25px;
  width: 100%;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.38px;
  font-family: Arial;
  line-height: 48px;
  cursor: pointer;
}
.mauticform_wrapper button i {
  color: #fff;
}
.mauticform_wrapper textarea {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
  min-height: 150px;
  outline: 0;
  border: 1px solid #eee;
  border-left: 3px solid #013e5a;
  border-radius: 3px;
  background: #fff;
  color: #757575;
  font-size: 14px;
  font-family: Arial;
  resize: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.global_related_tab_container {
  position: relative;
}
.global_tabs {
  position: relative;
  margin-bottom: 25px;
  border-bottom: 2px solid #e0e6ed;
  font-size: 0;
}
.global_tabs li {
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  color: #000;
  text-transform: capitalize;
  font-size: 23px;
  cursor: pointer;
}
.global_tabs li i {
  display: inline-block;
  margin-top: -4px;
  margin-right: 5px;
  width: 28px;
  height: 28px;
  background-image: url(../images/global_icon.png);
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  background-size: 600px;
}
.global_tabs li:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
}
.global_tabs li.active:after,
.global_tabs li:hover:after {
  width: 100%;
}
.global_tabs li:nth-child(1) i {
  background-position: 0 -207px;
}
.global_tabs li:nth-child(2) i {
  background-position: 0 -255px;
}
.global_tabs li:nth-child(3) i {
  background-position: 0 -300px;
}
.global_rela_wrap {
  display: none;
}
.global_rela_wrap.show_wrap {
  display: block;
}
.global_related_items {
  position: relative;
}
.global_related_item {
  position: relative;
  margin-bottom: 30px;
  padding: 13px 30px;
}
.global_related_item h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  color: #3b3f5c;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}
.global_relareview_wrap .re_star,
.global_related_item h3 i.fa-thumbs-o-up {
  position: relative;
  margin-left: auto;
  font-size: 15px;
}
.global_related_item h3 i.fa-thumbs-o-up:before {
  margin-right: 5px;
}
.global_related_item h3 i.fa_icon {
  position: relative;
  margin-right: 20px;
  color: #888ea8;
}
.global_related_item h3 i.fa_icon:before {
  margin-right: 5px;
  content: "\f104";
  font-family: fontawesome;
}
.global_related_item h3 i.fa_icon:after {
  content: "\f105";
  font-family: fontawesome;
}
.global_related_item .global_related_info {
  position: relative;
  display: none;
  margin: 18px 0;
}
.global_related_videos {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.global_related_video {
  position: relative;
  padding: 10px;
  width: 49%;
}
.global_related_video p {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  background-image: url(../images/global_icon.png);
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  background-size: 600px;
  background-position: 0 -254px;
  line-height: 29px;
}
.global_relareview_wrap .re_star img {
  max-width: 12px;
  cursor: pointer;
}
.global_relareview_wrap .fa_icontw {
  display: inline-block;
  margin-right: 20px;
  width: 28px;
  height: 28px;
  background-image: url(../images/global_icon.png);
  background-position: 0 -406px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

/* page */
.global_blog_page {
  position: relative;
  font-family: "Lora";
}
.global_blog_left {
  position: relative;
  float: left;
  width: 64.88%;
}
.global_blog_right {
  position: relative;
  float: right;
  width: 32.14%;
}
.global_blog_right .global_featureed_item {
  position: relative;
  padding: 7px 0;
  width: 100%;
}
.global_blog_right aside + aside {
  margin-top: 55px;
}
.global_blog_right aside > h3 {
  position: relative;
  margin-bottom: 30px;
  color: #000;
  text-transform: capitalize;
  font-size: 23px;
  line-height: 1.5;
}
.global_blog_right aside > h3 span {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding-right: 20px;
  background: #fff;
}
.global_blog_right aside > h3:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #f2f2f2;
  content: "";
}
.global_blog_title {
  position: relative;
  margin-bottom: 2px;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-size: 23px;
}
.global_blog_titbar {
  position: relative;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  color: #666;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 24px;
}
.global_blog_titbar span {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}
.global_blog_titbar span + span {
  color: #333;
}
.global_blog_titbar time {
  margin-left: 15px;
  font-size: 12px;
}
.global_blog_mian {
  position: relative;
  color: #222;
}
.global_blog_mian p {
  position: relative;
  margin: 21px 0;
}
.global_blog_mian strong {
  font-weight: 700;
}
.global_blog_mian a {
  position: relative;
  display: inline-block;
  max-width: 32.33%;
}
.global_share {
  position: relative;
  margin-bottom: 46px;
  padding-bottom: 32px;
  border-bottom: 1px dashed #ddd;
}
.global_share .global_sns {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
.global_share .global_sns li {
  display: inline-block;
  width: 45px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
}
.global_share .global_sns li:nth-child(1) {
  border-color: #234e9a;
}
.global_share .global_sns li:nth-child(2) {
  border-color: #32aadc;
}
.global_share .global_sns li:nth-child(3) {
  border-color: #e2131e;
}
.global_share .global_sns li:nth-child(4) {
  border-color: #007bb5;
}
.global_share .global_sns li:nth-child(5) {
  border-color: #ee4056;
}
.global_page_change {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 35px 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.global_change_block {
  position: relative;
  width: 46%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  -webkit-flex: 0 0 46%;
  font-size: 14px;
  line-height: 21px;
}
.global_change_block.left_algin {
  padding-left: 30px;
  text-align: left;
}
.global_change_block.right_algin {
  padding-right: 30px;
  text-align: right;
}
.global_change_icon {
  position: absolute;
  top: 50%;
  width: 30px;
  color: #000;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 18px;
}
.left_algin .global_change_icon {
  left: 0;
}
.right_algin .global_change_icon {
  right: 0;
}
.global_change_block a {
  position: relative;
  display: block;
  color: #000;
}
.global_change_block .post_navigation_title {
  text-transform: capitalize;
}
.global_change_block .post_navigation_info {
  font-weight: bold;
}

.global_blog_mian table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.global_blog_mian th,
.global_blog_mian td {
  padding: 0 15px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fbfbfb;
  color: #666;
  text-align: left;
  font-size: 12px;
  line-height: 30px;
}
.global_blog_mian th {
  background: #eee;
  font-size: 12px;
}
.global_blog_mian td p,
.global_blog_mian th p,
.pd-panel .global_blog_mian td p,
.pd-panel .global_blog_mian th p {
  margin: 0;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}
.global_blog_mian td.amts {
  color: #cb2027;
}
.global_blog_mian th#cartDelete {
  text-align: center;
}
.global_blog_mian .button {
  margin: 15px 10px 0 0;
  padding: 8px 15px;
  border: 0;
  background: #dfdfdf;
  color: #777;
  text-transform: Capitalize;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
}
.global_blog_mian .button:hover {
  background: #cb2027;
  color: #fff;
}
.global_blog_mian .deletecartitem {
  width: 50px;
  text-align: center;
}
.global_blog_mian .deletecartitem label {
  display: none;
}
.global_blog_mian .stotal td.amts {
  font-weight: bold;
  font-size: 18px;
}
.global_blog_mian img.alignleft {
  float: left;
  margin: 20px 15px 0 0;
}
.global_blog_mian img.alignright {
  float: right;
  margin: 20px 0 0 15px;
}
.global_blog_mian img.alignleftnopad {
  float: left;
  margin-left: 0;
}
.global_blog_mian img.alignrightnopad {
  float: right;
  margin-right: 0;
}
.global_blog_mian img.aligncenter {
  display: block;
  margin: 20px auto 0 auto;
  text-align: center;
}
.global_blog_mian img {
  max-width: 100%;
  cursor: pointer;
}

/*global_blog_items  */
.global_blog_items {
  position: relative;
}
.global_blog_item {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px dashed #ddd;
}
.global_blog_item:first-child {
  padding-top: 0;
}
.global_blog_item:first-child,
.global_blog_item:first-child .global_blog_titbar {
  padding-top: 0;
}
.global_blog_item .global_blog_titbar {
  border: none;
}
.global_blog_item .global_blog_titbar .global_blog_title {
}
.global_blog_item .global_blog_desc {
}
.global_blog_item .global_blog_btn {
  position: relative;
  display: table;
  margin-top: 35px;
  margin-left: auto;
  padding: 0 15px;
  border: 1px solid #000;
  border-radius: 55px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 40px;
}
.global_page_bar {
  position: relative;
  margin-top: 40px;
  text-align: center;
  line-height: 45px;
  margin-bottom: 15px;
}
.global_page_bar a,
.global_page_bar span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 8px;
  width: 45px;
  min-width: 45px;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #222;
  vertical-align: top;
  text-align: center;
}
.global_page_bar a.current,
.global_page_bar a:hover {
  color: #fff;
}
.global_page_bar span.current2 {
  font-size: 14px;
}

@media only screen and (max-width: 1440px) {
  .global_page .layout {
    width: 1200px;
  }
  .global_page {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1366px) {
  body,
  html {
    font-size: 14px;
    line-height: 21px;
  }
  .global_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .global_path_nav {
    margin-bottom: 15px;
    padding-bottom: 7px;
  }
  .global_tags {
    top: 10px;
    left: 10px;
  }

  .global_advertisement h3 {
    font-size: 24px;
  }
  .global_advertisement p {
    font-size: 15px;
  }
  .global_featureed_item figcaption h3 a {
    font-size: 14px;
  }
  .global_tabs li {
    padding: 10px 20px;
    font-size: 20px;
  }
  .global_related_item {
    margin-bottom: 25px;
    padding: 13px 15px;
  }
  .global_related_item h3 {
    font-size: 16px;
  }
  .global_related_item .global_related_info {
    margin: 15px 0;
    line-height: 1.68;
  }

  .global_product figcaption {
    padding: 0 10px 10px 10px;
  }
  .global_leftpd.global_product figcaption {
    padding: 0 15px 15px 15px;
  }
  .global_featureed_item figcaption h3 a {
    font-size: 12px;
  }
  .global_featureed_item figure .img {
    margin-right: 10px;
    cursor: pointer;
  }

  .global_related_serach {
    margin: 25px 0;
  }
  .global_research li {
    margin-right: 7px;
    margin-bottom: 7px;
    line-height: 40px;
  }
  .global_research li a {
    font-size: 14px;
  }
  .global_message_titbar h3 {
    padding-left: 30px;
    font-size: 20px;
  }
  .global_message_titbar h3:before {
    width: 22px;
    height: 22px;
    background-size: 600px;
    background-position: 0 -112px;
  }
  .global_message_titbar p {
    font-size: 14px;
  }
  .mauticform_wrapper {
    margin-top: 25px;
  }
  .global_blog_title {
    font-size: 20px;
  }
  .global_blog_item .global_blog_btn {
    font-size: 14px;
    margin-top: 25px;
  }
  .global_blog_item .global_blog_titbar {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .global_page .layout {
    padding: 0 1%;
    width: 100%;
  }
  .global_product figcaption h3 > a {
    display: block;
    overflow: hidden;
    max-height: 36px;
    font-size: 12px;
  }
  .global_leftpd.global_product figcaption h3 > a {
    font-size: 14px;
  }

  .global_change_block .post_navigation_title {
    font-size: 14px;
  }
  .global_change_block .post_navigation_info {
    font-size: 16px;
  }
  .global_blog_item .global_blog_desc {
    font-size: 16px;
  }
  .global_leftpd .global_toppd_btn {
    margin-top: 35px;
    font-size: 16px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 950px) {
  body,
  html {
    font-size: 14px;
  }
  .global_section.global_section01 {
    padding-bottom: 15px;
  }
  .global_featuredpd .global_featureed_item {
    width: 50%;
  }
  .global_research li a {
    font-size: 12px;
  }
  .global_research li {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 15px;
    font-size: 20px;
    line-height: 34px;
  }
  .global_message_wrap {
    padding: 15px;
  }
  .global_message_titbar h3 {
    font-size: 18px;
  }
  .global_advertisement p {
    font-size: 14px;
  }
  .global_advertisement {
    margin-bottom: 0;
  }
  .global_related_video {
    padding: 15px 1%;
  }
  .global_relareview_wrap .re_star img {
    max-width: 14px;
    cursor: pointer;
  }
  .global_top_products .global_leftpd {
    display: none;
  }
  .global_rightpd {
    float: none;
    width: 100%;
  }
  .mauticform_wrapper {
    margin-top: 15px;
  }
  .mauticform_wrapper input {
    margin-bottom: 7px;
    padding: 0 10px;
    height: 40px;
    font-size: 12px;
  }
  .mauticform_wrapper button {
    line-height: 40px;
  }
  .global_related_item {
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  /*.border_shadow {*/
  /*  -webkit-box-shadow: 1px 2px 0 #e1e3e5;*/
  /*          box-shadow: 1px 2px 0 #e1e3e5;*/
  /*}*/
  .global_related_item h3 {
    font-size: 14px;
  }

  .global_tabs li i {
    width: 14px;
    height: 15px;
    background-size: 400px;
  }
  .global_tabs li:nth-child(3) i {
    background-position: 0 -203px;
  }
  .global_tabs li:nth-child(2) i {
    background-position: 0 -171px;
  }
  .global_tabs li:nth-child(1) i {
    background-position: 0 -140px;
  }
  .pd_icon {
    width: 19px;
    height: 19px;
    background-position: 4px 4px;
    background-size: 400px;
  }
  .global_featuredpd .global_featureed_item,
  .global_product {
    padding: 4px;
  }
  .global_featureed_item figure {
    padding: 10px;
  }
  .global_blog_mian {
    font-size: 14px;
  }
  .global_blog_title {
    font-size: 18px;
  }
  .global_blog_left,
  .global_blog_right {
    float: none;
    width: 100%;
  }
  .global_featuredpd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .global_blog_right aside > h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .global_blog_right aside + aside {
    margin-top: 25px;
  }
  .global_share {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .global_share .global_sns li {
    width: 40px;
    line-height: 40px;
  }
  .global_change_block .post_navigation_info {
    font-size: 14px;
  }
  .global_blog_titbar {
    padding-bottom: 10px;
    font-size: 12px;
  }
  .global_blog_item .global_blog_desc {
    font-size: 14px;
  }
  .global_blog_item .global_blog_btn {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 2;
  }
  .global_page_bar {
    font-size: 12px;
    line-height: 35px;
  }
  .global_page_bar a,
  .global_page_bar span {
    width: auto;
    border-radius: 0;
  }
  .global_page_bar span.current2 {
    font-size: 12px;
  }
  .global_relareview_wrap .re_star,
  .global_related_item h3 i.fa-thumbs-o-up {
    font-size: 12px;
  }
  .global_featureed_item figure .img {
    margin-right: 7px;
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    cursor: pointer;
  }
  .global_message_titbar p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  body,
  html {
    font-size: 12px;
    line-height: 18px;
  }
  .global_tabs li {
    font-size: 18px;
  }
  .global_tags,
  .global_featureed_item .global_tags {
    top: 5px;
    left: 5px;
    padding: 0 5px;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 1.5;
  }
  .global_blog_mian {
    font-size: 12px;
  }
  .global_blog_title {
    font-size: 18px;
  }
  .global_share .global_sns li {
    width: 30px;
    line-height: 30px;
  }
  .global_change_block .post_navigation_info {
    font-size: 12px;
  }
  .flex_nowrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .global_change_block {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
  }
  .global_change_block.left_algin {
    padding-left: 30px;
  }
  .global_change_block.right_algin {
    margin-top: 10px;
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
  }
  .right_algin .global_change_icon {
    right: unset;
    left: 0;
  }
  .global_change_icon {
    width: 30px;
  }
  .global_blog_item .global_blog_desc {
    font-size: 12px;
  }
  .global_blog_item .global_blog_btn {
    margin-top: 20px;
    font-size: 14px;
  }
  .global_title {
    font-size: 18px;
  }
  .global_message_titbar p {
    width: 100%;
    -webkit-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 10px;
  }
  .global_blog_right aside > h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .global_rightpd .global_product {
    width: 50%;
  }
  .global_advertisement h3 {
    font-size: 24px;
  }
  .global_advertisement p {
    font-size: 14px;
  }
  .global_featuredpd .global_featureed_item {
    width: 100%;
  }
  .global_tabs li {
    padding: 5px 7px;
    font-size: 16px;
  }
  .global_blog_title {
    font-size: 16px;
  }
  .global_blog_item .global_blog_btn {
    margin-top: 15px;
    font-size: 12px;
  }
  .global_title {
    font-size: 16px;
  }
  .global_blog_right aside > h3 {
    font-size: 16px;
  }
}
