@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  font-size: 100px;
  font-family: "Microsoft YaHei", "黑体", "宋体";
  color: black;
  background: black;
  -webkit-text-size-adjust: none;
}

body {
  height: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  background: white;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

audio,
video {
  outline: none;
  border: none;
}

button,
input,
select,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: "Microsoft YaHei";
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

ul {
  list-style: none;
}

@media screen and (min-width:1400px) {
  body {
    overflow: inherit !important;
  }
}

@media screen and (max-width:1400px) {
  body {
    line-height: 1.6;
    overflow: inherit !important;
  }
}

@media screen and (max-width:1200px) {
  body {
    line-height: 1.8;
    overflow: inherit !important;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: .35s;
}

a:hover,
a:focus,
a:active {
  color: #f13e3e;
  text-decoration: underline;
  background-color: transparent;
  outline: none;
}

/* Background - 背景图自适应 */
.kawai_background {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* Container - 容器 */
.kawai_container {
  position: relative;
  margin: 0 auto;
  width: 16.2rem;
}

.news_details_box{
  width: 15.2rem!important;
}

@media screen and (max-width:1020px) {
  .kawai_container {
    padding: 0 0.3rem;
    width: 100%;
  }
  .news_details_box{
    width: auto!important;
  }
}

/* Title - 标题 */
.kawai_title {
  font-size: 0.3rem;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1200px) and (min-width: 1020px) {
  .kawai_title {
    font-size: 0.34rem;
  }
}

.kawai_title_right {
  text-align: right;
}

.kawai_zn_title {
  font-style: italic;
  margin-bottom: 0.2rem;
}

.kawai_zn_title>i,
.kawai_en_title>i {
  display: inline-block;
}

.kawai_en_title>i {
  height: 0.69rem;
  font-size: 0.8rem;
  background-image: url(../images/text_bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 98% 35%;
  font-family: 'Times New Roman', Times, serif;
}

.product .kawai_en_title>i {
  padding-left: 0.02rem;
  background-size: 97.5% 35%;
}

.about .kawai_en_title>i {
  padding-left: 0.04rem;
  background-size: 98% 35%;
}

.news .kawai_en_title>i {
  padding-left: 0.02rem;
  background-size: 97% 35%;
}

@media screen and (max-width:1020px) {
  .kawai_en_title>i {
    letter-spacing: -0.02rem;
  }

  .kawai_zn_title {
    font-size: 0.34rem;
    margin-bottom: 0.1rem;
  }
}

/* Tab - 切换页 */
.kawai_tabs {
  width: 100%;
  font-size: 0;
  color: #666;
  border-bottom: 1px solid #eee;
}

.kawai_tabs .kawai_tab {
  position: relative;
  display: inline-block;
  margin-right: 0.2rem;
  padding: 0.12rem 0.1rem;
  font-size: 0.18rem;
  color: rgb(110, 110, 110);
  vertical-align: middle;
  border-top: 0.04rem solid transparent;
  border-bottom: 0.04rem solid transparent;
}

.kawai_tabs .kawai_tab:hover {
  color: #000;
  text-decoration: none;
}

.kawai_tabs .kawai_tab.active {
  color: #000;
  border-bottom-color: #ec1c1c;
}

.kawai_tabs.kawai_tabs_card {
  border-bottom: 0.02rem solid #eee;
}

.kawai_tabs.kawai_tabs_card .kawai_tab {
  margin-right: 0;
  padding: 0.12rem 0.3rem;
  color: #000;
  background-color: #eee;
  vertical-align: middle;
}

.kawai_tabs.kawai_tabs_card .kawai_tab:hover {
  text-decoration: underline;
}

.kawai_tabs.kawai_tabs_card .kawai_tab.active {
  color: #fff;
  background-color: #ec1c1c;
}

.kawai_tabs.kawai_tabs_card .kawai_tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0.14rem;
  background-color: #ec1c1c;
}

@media screen and (max-width:1020px) {
  .kawai_tabs {
    display: none;
  }

  .kawai_tabs_card {
    display: block;
  }

  .kawai_tabs .kawai_container {
    white-space: nowrap;
    overflow-x: auto;
  }

  .kawai_tabs .kawai_tab {
    font-size: 0.3rem;
    border-top: 0.02rem solid transparent;
    border-bottom: 0.02rem solid transparent;
  }
}

/* 内容区域 */
.kawai_content_title {
  padding: 0.56rem 0;
  text-align: center;
  color: #000;
}

.kawai_content_title .kawai_zn_title {
  margin-bottom: 0.04rem;
}

/* @media screen and (max-width:1024px) and (min-width:768px) {
  .kawai_content_title .kawai_zn_title {
    font-size: 0.36rem;
  }
} */

.kawai_content_title .kawai_en_title>i {
  background-image: none;
}

@media screen and (max-width:1020px) {
  .kawai_content_title {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .kawai_content_title .kawai_en_title>i {
    height: 0.56rem;
    font-size: 0.6rem;
  }
}

/* 标签 */
.kawai_tags {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.04rem;
  width: 0.8rem;
  height: 0.27rem;
  font-size: 0.12rem;
  color: #fff;
  background-color: #a00000;
  border: 1px solid #a00000;
}

.kawai_tags.yellow {
  background-color: #ce952a;
  border: 1px solid #ce952a;
}

.kawai_tags.kawai_plain_tags {
  color: #a00000;
  background-color: #fff;
}

.kawai_tags.yellow.kawai_plain_tags {
  color: #ce952a;
}

@media screen and (max-width:1200px) {
  .kawai_tags {
    padding: 0.04rem 0.1rem;
    transform: scale(0.8);
    width: auto;
    height: auto;
  }
}


@media screen and (max-width:1020px) {
  .kawai_tags {
    transform: scale(1);
  }
}

/* 分页 */
.kawai_page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kawai_page .kawai_page_item {
  padding: 0.06rem 0.12rem;
  font-size: 0.16rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: none;
}

.kawai_page .kawai_page_prev,
.kawai_page .kawai_page_next {
  padding: 0.06rem 0.18rem;
}

.kawai_page .kawai_page_item:first-child {
  border-left: 1px solid #ddd;
}

.kawai_page .kawai_page_item.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* btn */
.kawai_btn_flex {
  display: inline-block;
  padding: 0.12rem 0.2rem;
  font-size: 0;
  /* width: 1.26rem;
  height: 0.38rem; */
}

/* 
.kawai_btn_more {
  margin-left: 0.08rem;
  width: 0.24rem;
  height: 0.12rem;
} */
.kawai_btn_flex span {
  font-size: 0.18rem;
  vertical-align: middle;
}

.kawai_btn_more {
  display: inline-block;
  margin-left: 0.08rem;
  width: 0.24rem;
  height: 0.12rem;
  background: url('../images/more.png') no-repeat center center;
  background-size: 100%;
}

@media screen and (max-width:1020px) {
  .kawai_btn_flex {
    padding: 0.1rem 0.25rem;
  }
}

.banner_text_en_img {
  padding-right: 0.5rem;
  font-size: 0;
}

.banner_text_en_img>img {
  display: inline-block;
  width: 2.12rem;
  height: 0.35rem;
}

@media screen and (max-width:1020px) {
  .banner_text_en_img>img {
    width: 1.58rem;
    height: 0.26rem;
  }
}

@media screen and (min-width: 1020px) {
  .kawai_title {
    font-size: 0.36rem;
  }

  .kawai_tags {
    font-size: 0.14rem;
  }

  .kawai_tabs .kawai_tab {
    font-size: 0.24rem;
  }

  .kawai_page .kawai_page_item {
    font-size: 0.22rem;
  }
}