@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
html {
  width: 100%;
  min-height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  font: 0.24rem/1.6 'PingFang SC', 'Myriad Pro', "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
}
body:before,
body:after {
  content: "";
  width: 100%;
  display: block;
}
body:before {
  height: .64rem;
}
img {
  border: 0px;
}
em,
b {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: normal;
  font-size: .24rem;
}
ul,
ol {
  list-style-type: none;
}
input,
button,
textarea {
  outline: none;
  font-family: "Microsoft Yahei", Arial;
  font-size: .24rem;
  -webkit-appearance: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
}
/****************************公用样式***********************/
.layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: 1;
}
.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: .64rem;
  z-index: 101;
  background: #000;
  opacity: .5;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.hidden {
  display: none;
}
.tac {
  text-align: center;
}
.g-ico,
.g-icobef:before,
.g-icobef:after {
  background: url(../images/g-ico.png) no-repeat;
  display: inline-block;
  background-size: 4rem auto;
  vertical-align: middle;
}
.g-icobef:before,
.g-icobef:after {
  content: "\20";
  display: block;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*header*/
.header {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: .64rem;
  text-align: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 0;
  z-index: 99;
  background: #000;
}
.header .logo {
  height: .64rem;
  display: block;
  margin: 0 0 0 .64rem;
}
.header .logo img {
  height: .64rem;
  display: block;
}
.header .navBtn {
  width: 0.64rem;
  height: 0.64rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.header .navBtn span {
  width: .32rem;
  height: .04rem;
  display: block;
  left: .15rem;
  z-index: 11;
  position: absolute;
  background: #fff;
  transition-duration: .5s;
}
.header .navBtn span:first-child {
  top: .2rem;
}
.header .navBtn span:nth-child(2) {
  top: .3rem;
  transition-duration: .1s;
}
.header .navBtn span:nth-child(3) {
  top: .4rem;
}
.header .navBtn.close {
  z-index: 222;
}
.header .navBtn.close span {
  z-index: 222;
}
.header .navBtn.close span:nth-child(2) {
  left: -100%;
  opacity: 0;
}
.header .navBtn.close span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.header .navBtn.close span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}
.header .tel {
  width: 3.6rem;
  padding-right: .2rem;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  height: 0.64rem;
  line-height: 0.64rem;
  color: #fff;
  font-size: .18rem;
  display: block;
}
.header .tel:before {
  width: .25rem;
  height: .24rem;
  display: inline-block;
  margin-right: .07rem;
  background-position: 0 0;
}
/*.g-top*/
.g-top {
  width: .88rem;
  height: .88rem;
  padding-top: .12rem;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  position: fixed;
  right: .2rem;
  bottom: 1.4rem;
  display: block;
  border: 1px solid #9e9e9e;
  font-size: .18rem;
  color: #575c65;
}
.g-top:before {
  width: .42rem;
  height: .36rem;
  margin: auto;
  background-position: -1.08rem -0.37rem;
}
/*footer*/
.footer {
  width: 100%;
  padding: .2rem 3%;
  background: #000;
  color: #fff;
  font-size: .24rem;
  /*bnav*/
}
.footer .bnav {
  width: 100%;
}
.footer .bnav li {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.footer .bnav li a {
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.footer .bnav li .nav1 {
  width: 100%;
  height: 0.58rem;
  line-height: 0.58rem;
  color: #fff;
  display: block;
}
.footer .bnav li .nav1:after {
  width: .2rem;
  height: .2rem;
  display: block;
  float: right;
  background-position: -0.4rem 0;
  margin-top: .15rem;
}
.footer .bnav li .box {
  padding-bottom: .2rem;
  display: none;
}
.footer .bnav li .box a {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: .22rem;
  color: #fff;
  opacity: .8;
}
.footer .bnav li.hover .nav1:after {
  background-position: -0.76rem 0;
}
.footer .copyright {
  width: 100%;
  padding: .3rem 0 0;
  line-height: .45rem;
  font-size: .22rem;
}
.footer .copyright a {
  color: #fff;
}
/*subNav*/
.ease {
  transition: all .3s linear;
}
.subNav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: .64rem;
  right: 0;
  z-index: 111;
  background: #fff;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.subNav .con {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.subNav .title {
  height: 1rem;
  position: relative;
  padding-top: .04rem;
  margin-bottom: .2rem;
  border-bottom: 1px solid #cccccc;
}
.subNav .title .logo {
  height: 0.9rem;
  line-height: 0.9rem;
  display: block;
}
.subNav .title .logo img {
  height: 0.9rem;
  display: block;
}
.subNav .title .close {
  position: absolute;
  width: 1rem;
  height: 0.98rem;
  top: 0;
  right: 0px;
}
.subNav .title .close:before,
.subNav .title .close:after {
  width: .4rem;
  height: .03rem;
  display: block;
  content: "\20";
  right: .3rem;
  top: .4rem;
  z-index: 11;
  position: absolute;
  background: #666666;
}
.subNav .title .close:before {
  transform: rotate(45deg);
  top: 50%;
}
.subNav .title .close:after {
  transform: rotate(-45deg);
  top: 50%;
}
.subNav .list {
  padding-top: .2rem;
}
.subNav .list li {
  width: 100%;
  height: 0.75rem;
  line-height: 0.75rem;
  padding: 0 .4rem;
}
.subNav .list li a {
  display: block;
  width: 100%;
  position: relative;
  font-size: .26rem;
  border-bottom: 1px solid #cccccc;
}
.subNav .list li a:before {
  width: 0.24rem;
  height: 0.3rem;
  position: absolute;
  right: .4rem;
  top: .32rem;
  background-position: -0.52rem 0;
}
.subNav .list li:hover a,
.subNav .list li.hover a {
  border-bottom-color: #835026;
  color: #835026;
}
.subNav .subTel {
  margin-left: .4rem;
  margin-top: .3rem;
}
.subNav .subTel span {
  font-size: .22rem;
  line-height: .28rem;
  color: #333333;
}
.subNav .subTel a {
  color: #835026;
  font-size: .46rem;
  display: block;
  font-weight: normal;
}
.subNavShow2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moreBtn {
  width: 4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #d2813e;
  color: #fff;
}
.moreBtn:link,
.moreBtn:visited,
.moreBtn:hover,
.moreBtn:active {
  color: #fff;
}
.erro {
  padding-bottom: .3rem;
}
/* banner */
.banner {
  width: 100%;
  height: 8rem;
  padding-bottom: .2rem;
  margin: .18rem auto 0;
  position: relative;
  overflow: hidden;
}
.banner li,
.banner img {
  height: 7.8rem;
}
.banner .list {
  float: left;
  width: 500%;
}
.banner .list li {
  float: left;
  width: 20%;
  position: relative;
}
.banner .list .moreBtn {
  position: absolute;
  left: 50%;
  margin-left: -2rem;
  bottom: .12rem;
  z-index: 10;
}
.banner .list img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.banner .tip {
  width: 100%;
  height: .05rem;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: .15rem;
}
.banner .tip span {
  height: .1rem;
  width: .1rem;
  margin: 0 .06rem;
  display: inline-block;
  vertical-align: top;
  background: #666;
  border-radius: 100%;
}
.banner .tip span.cur {
  background: #835026;
  border: 0px;
}
.iphoto {
  padding: .92rem 0 .76rem;
}
.iphoto .txtcon {
  padding: 0 3% .5rem;
}
.iphoto .txtcon img {
  display: block;
  max-width: 100%;
}
.iabout {
  padding: 0 3% .55rem;
}
.iabout .img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.iabout .en {
  display: block;
  padding: .3rem 0 .2rem;
  font-weight: 600;
  font-size: .48rem;
  text-transform: uppercase;
  line-height: .5rem;
  font-family: didot;
  color: #333;
  letter-spacing: .01rem;
}
.iabout .txt {
  font-size: .22rem;
  padding-bottom: .4rem;
}
/***************category css****************/
.menu {
  position: fixed;
  width: 100%;
  padding: .2rem 3%;
  left: 0;
  top: .64rem;
  z-index: 111;
  display: none;
  background: #fff;
}
.menu a {
  width: 100%;
  height: 0.5rem;
  line-height: .53rem;
  border: 1px solid #ddd;
  margin-bottom: .12rem;
  display: block;
  text-align: center;
  background: #fff;
}
.menu a.hover {
  background: #835026;
  color: #fff;
}
.BMap_bubble_content {
  font-size: .2rem;
  line-height: .28rem;
}
.newsPage {
  padding: .2rem 3% .4rem;
}
.newsPage .list {
  padding: 0 0 .2rem;
}
.newsPage .item {
  width: 100%;
  display: block;
  padding: .2rem 0;
}
.newsPage .item img {
  width: 1.64rem;
  height: 1.1rem;
  float: left;
  margin-right: .35rem;
  display: block;
}
.newsPage .item h3 {
  color: #835026;
  font-size: .3rem;
  line-height: .38rem;
  height: .76rem;
  overflow: hidden;
}
.newsPage .item .time {
  height: .26rem;
  line-height: .26rem;
  display: inline-block;
  padding: 0 .2rem;
  background: #f1f1f1;
  font-size: .16rem;
  color: #333333;
  transition: all .3s linear;
}
.newsPage .item:first-child {
  padding-top: .1rem;
}
.newsPage.newsPage2 .list {
  padding: 0;
}
.newsPage.newsPage2 .morebtn {
  margin-top: .5rem;
}
.newsPage.newsPage2 .item {
  border-top: 1px solid #cccccc;
  padding: .4rem 0;
}
.newsPage.newsPage2 .item:first-child {
  padding-top: 0;
  border-top: 0;
}
.newsPage.newsPage2 .item img {
  width: 2.3rem;
  height: 1.15rem;
  margin-right: .35rem;
}
.newsPage.newsPage2 .item h3 {
  color: #000;
  font-size: .24rem;
  line-height: .28rem;
  height: .84rem;
}
.newsPage.newsPage2 .item .time {
  color: #835026;
  font-size: .2rem;
  background: none;
  padding: 0;
}
.productPage {
  padding: .3rem 0 0;
}
.productPage .list {
  padding: 0 0 .2rem 2%;
}
.productPage .item {
  width: 31.3%;
  margin: 0 2% 2% 0;
  float: left;
}
.productPage .item a {
  width: 100%;
  padding-top: 174%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #f9f8fe;
}
.productPage .item a img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.productPage .moreBtn {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  color: #333333;
  background: #f7f7f9;
}
.productPage .moreBtn:link,
.productPage .moreBtn:visited,
.productPage .moreBtn:hover,
.productPage .moreBtn:active {
  color: #333333;
}
.shopPage {
  padding: .3rem 0 .2rem;
}
.shopPage .item {
  width: 95%;
  margin: 0 2% .3rem 3%;
  display: block;
  height: 2.63rem;
}
.shopPage .item img {
  width: 3.33rem;
  height: 2.43rem;
  float: left;
  display: block;
  box-sizing: initial;
  border: 1px solid #eaeaea;
  padding: .09rem;
}
.shopPage .item h3 {
  width: 2.5rem;
  height: 2.63rem;
  padding: 0 .35rem;
  display: table;
}
.shopPage .item h3 span {
  display: table-cell;
  vertical-align: middle;
  font-size: .3rem;
  line-height: .4rem;
}
.shopPage .item.even {
  margin: 0 3% .3rem 2%;
}
.shopPage .item.even img {
  float: right;
}
.shopPage .item:nth-child(2n) {
  margin: 0 3% .3rem 2%;
}
.shopPage .item:nth-child(2n) img {
  float: right;
}
.shopPage .moreBtn {
  margin: .6rem auto .4rem;
}
.photoPage {
  padding-bottom: .4rem;
}
.photoPage .txtcon {
  padding: .3rem 3%;
}
.photoPage .txtcon img {
  display: block;
  max-width: 100%;
  margin-bottom: .2rem;
}
.vedioPage .item {
  width: 100%;
  text-align: center;
  max-height: 4.5rem;
  margin-bottom: .3rem;
  display: block;
}
.vedioPage .item h3 {
  line-height: .5rem;
}
.vedioPage .item img {
  width: 100%;
  max-height: 4rem;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.showActivity {
  padding: .3rem 0 .4rem;
}
.showActivity .act-tit {
  position: relative;
  text-align: center;
  background: url(../images/act-titbg.png) no-repeat center 90%;
  background-size: 3.75rem auto;
}
.showActivity .act-tit .bg {
  font-size: .28rem;
  font-family: arial;
  color: #f7f7f7;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
}
.showActivity .act-tit h3 {
  font-size: .26rem;
  color: #835026;
  padding-top: .12rem;
  font-weight: bold;
}
.showActivity .act-tit .line {
  width: .8rem;
  height: .03rem;
  display: block;
  margin: 0 auto;
  background: #835026;
}
.showActivity .act-tit .en {
  font-family: arial;
  color: #835026;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 0 auto .1rem;
}
.showActivity .txtcon {
  padding: .3rem 0;
}
.showActivity .txtcon img {
  max-width: 100%;
}
.contactPage .tit {
  color: #917769;
  font-size: .3rem;
  padding: .3rem 3% .2rem;
}
.contactPage .conlist {
  padding: 0 3% .4rem;
  line-height: .5rem;
}
.contactPage .conlist li:before {
  width: .28rem;
  height: .25rem;
  display: inline-block;
  margin-right: .1rem;
  vertical-align: middle;
}
.contactPage .conlist li.ico-tel:before {
  background-position: -1.13rem 0;
}
.contactPage .conlist li.ico-email:before {
  background-position: -1.52rem 0;
}
.contactPage .conlist li.ico-website:before {
  background-position: -1.91rem 0;
}
.contactPage .conlist li.ico-address:before {
  background-position: -2.32rem 0;
}
.contactPage .mapArea {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
}
.formData {
  width: 94%;
  margin: 0 auto;
  padding-bottom: .5rem;
}
.formData .item {
  color: #000;
  font-weight: normal;
  width: 100%;
  border-bottom: 1px solid #999999;
  margin-bottom: .25rem;
}
.formData .item label {
  width: 100%;
  color: #000;
}
.formData .item input {
  outline: none;
  height: 0.5rem;
  line-height: 0.5rem;
  display: block;
}
.formData .item .txt {
  width: 100%;
  border: 0 none;
}
.formData .item.liuyan {
  margin-bottom: .4rem;
}
.formData .item textarea {
  width: 100%;
  height: 1.4rem;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .sub {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  background: #835026;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: .3rem;
  display: block;
}
/*showInfo*/
.showInfo {
  padding: .1rem .2rem .1rem;
  width: 100%;
  overflow: hidden;
}
.showInfo .title {
  font-size: .4rem;
  text-align: center;
  line-height: .46rem;
  margin-bottom: .2rem;
  color: #333333;
}
.showInfo .mark {
  font-size: .22rem;
  text-align: center;
  color: #666666;
  padding-bottom: .1rem;
  border-bottom: 1px solid #dbd7d7;
}
.showInfo .mark span {
  margin: 0 .06rem;
}
.showInfo .contxt {
  padding: .2rem 0 .4rem;
  color: #666666;
}
.showInfo .contxt img {
  max-width: 100%;
  height: auto !important;
}
.showInfo .contxt video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.showInfo .showRelate {
  margin-top: .1rem;
}
.showInfo .showRelate .sitepath {
  padding: .18rem 0 0;
}
.showInfo .showRelate .sitepath h3 {
  font-weight: bold;
}
.showInfo .showRelate .item {
  margin-bottom: .2rem;
}
/*reLink*/
.reLink {
  margin: .2rem 0 .2rem;
  width: 100%;
}
.reLink .prevLink,
.reLink .nextLink {
  display: block;
  height: .6rem;
  line-height: .6rem;
  font-size: .24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.showPro {
  text-align: center;
  padding: .6rem 0 .6rem;
}
.showPro .img {
  position: relative;
  width: 100%;
}
.showPro .img img {
  width: 3.8rem;
  /*height: 5.72rem;*/
  display: block;
  margin: 0 auto;
}
.showPro .img .prevLink,
.showPro .img .nextLink {
  width: .64rem;
  height: .64rem;
  background-color: #c7c6ca;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.32rem;
  z-index: 50;
}
.showPro .img .prevLink {
  left: .28rem;
  background-position: 0.24rem -0.24rem;
}
.showPro .img .nextLink {
  right: .28rem;
  background-position: -0.3rem -0.24rem;
}
.showPro .tit {
  padding: .2rem 3% .05rem;
  line-height: .3rem;
  font-size: .26rem;
}
.showPro .en {
  display: block;
  text-transform: uppercase;
  font-size: .2rem;
  font-family: didot;
}
.showPro .moreBtn {
  margin-top: .4rem;
}
.aboutPage img {
  max-width: 100%;
  display: block;
}
.aboutPage .en {
  font-size: .48rem;
  line-height: .54rem;
  display: block;
  color: #333333;
  font-family: didot;
  text-transform: uppercase;
  font-weight: bold;
}
.aboutPage .txt {
  line-height: .32rem;
  font-size: .2rem;
}
.aboutPage .about_txt1 {
  padding: .25rem 3% .4rem;
}
.aboutPage .about_txt1 .en {
  padding: .2rem 0 .15rem;
}
.aboutPage .about_txt2 {
  padding: 1.84rem 1% .3rem 3%;
  position: relative;
}
.aboutPage .about_txt2 .img {
  width: 2.68rem;
  height: 3.74rem;
  position: absolute;
  left: 3%;
  top: 0;
}
.aboutPage .about_txt2 .txt {
  margin: 0 0 0 1rem;
  position: relative;
  z-index: 10;
  padding: .2rem 0 0 .3rem;
  background: #fff;
}
.aboutPage .about_txt3 {
  padding: .4rem 3% 0;
}
.aboutPage .about_txt3 .img {
  width: 3.57rem;
  float: right;
  margin-right: .3rem;
}
.aboutPage .about_txt3 h3 {
  font-size: .3rem;
  color: #333333;
  padding: .1rem 0 .3rem;
}
.aboutPage .about_txt4 {
  padding: .4rem 3% .5rem;
}
.aboutPage .about_txt4 .img {
  width: 2.96rem;
  float: left;
  margin-right: .2rem;
}
.aboutPage .about_txt4 h3 {
  font-size: .3rem;
  color: #333333;
  padding: .1rem 0 .3rem;
}
.aboutPage .timelinear {
  padding: .2rem 0 .4rem;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.aboutPage .timelinear .tit {
  margin-bottom: .7rem;
  text-align: center;
}
.aboutPage .timelinear .tit h3 {
  color: #835026;
  font-size: .3rem;
  margin-top: .05rem;
  background: url(../images/timebg.png) no-repeat center center;
  background-size: 2.7rem auto;
}
.aboutPage .timelinear .line {
  width: 100%;
  height: 2px;
  background: #835026;
  position: absolute;
  left: 0;
  bottom: .4rem;
}
.aboutPage .timelinear .cir {
  width: .26rem;
  height: .26rem;
  display: block;
  border-radius: 100%;
  background: #835026;
  position: absolute;
  left: 50%;
  bottom: .29rem;
  margin-left: -0.13rem;
}
.aboutPage .timelinear .cir.cirl {
  left: 3%;
  margin-left: 0;
}
.aboutPage .timelinear .cir.cirr {
  left: auto;
  right: 3%;
  margin-left: 0;
}
.aboutPage .timelinear .list {
  width: 500%;
}
.aboutPage .timelinear .list li {
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
  list-style: none;
}
.aboutPage .timelinear .list li span {
  display: block;
  padding: 0 .6rem .4rem;
}
.aboutPage .tip {
  color: #999;
  font-size: .18rem;
  text-align: center;
  margin-bottom: .4rem;
}
.showvideo {
  width: 100%;
  height: 4rem !important;
}
/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 640px;
  min-width: 320px;
}
#nativeShare .label {
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.6rem;
}
#nativeShare .list {
  width: 5.1rem;
  float: right;
}
#nativeShare .list span {
  height: 0.75rem;
  width: 0.75rem;
  padding: 0;
  display: inline-block;
}
#nativeShare .list span i {
  margin: 0 auto;
  width: 0.63rem;
  height: 0.63rem;
  display: block;
}
#nativeShare .weibo i {
  background-image: url('../images/weibo.png');
  background-size: cover;
}
#nativeShare .weixin i {
  background-image: url('../images/weixin_friend.png');
  background-size: cover;
}
#nativeShare .weixin_timeline i {
  background-image: url('../images/weixin.png');
  background-size: cover;
}
#nativeShare .qq i {
  background-image: url('../images/qq.png');
  background-size: cover;
}
#nativeShare .qzone i {
  background-image: url('../images/qqzone.png');
  background-size: cover;
}
#nativeShare .more i {
  background-image: url('../images/more.png');
  background-size: cover;
}
#nativeShare .list span.qzone,
#nativeShare .list span.more {
  width: 0.73rem;
}
#fenxiang {
  display: none;
}
.fenx {
  height: 1.0rem;
  width: 100%;
}
.fenx .tt {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}
.fenx .bdsharebuttonbox {
  width: 80%;
  float: right;
}
.fenx .bdsharebuttonbox a {
  margin-left: 0.2rem;
}
#bdfx a {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0;
  padding: 0;
  margin: 0px 0.08rem;
  display: inline-block;
}
#bdfx .d1 {
  background: url(../images/qqzone.png) no-repeat center;
  background-size: 100% 100%;
}
#bdfx .d2 {
  background: url(../images/weibo.png) no-repeat center;
  background-size: 100% 100%;
}
embed {
  width: 100% !important;
  height: auto !important;
}
/*字体*/
@media only screen and (min-width: 641px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 540px) {
  html {
    font-size: 84.375px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 64.6875px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 62.5px;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 58.5938px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 56.25px;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
/*******font-face********/
@font-face {
  font-family: didot;
  src: url('../font/didot.eot');
  src: url('../font/didot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/didot.woff') format('woff'), /* Modern Browsers */ url('../font/didot.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/didot.svg#didot') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
