/*全局start*/
*{margin: 0;padding: 0;border: 0;}
html,body{background-color: #f5f3f2;}
body {margin: 0;padding: 0;font:14px "microsoft yahei","hiragino sans gb",sans-serif;color:#000;}
a {color: #000;text-decoration: none !important;}
a:link,a:visited {color: #3b3b3b}
.hidden {display: none;}
.hspace{width:1px; height:12px; overflow:hidden; clear:both;}
*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:border-box}
:before,:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.clear{clear:both;font-size:0;line-height:0;height:0;}
ul,li{list-style:none;list-style-type: none;}
.clear{clear:both;}
img {outline: none;border:none}
.memorial{ -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* project id 3567107 */
  src: 
        format('woff2'),
        format('woff'),
        format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sanjiaoxing:before {
  content: "\e6bd";
}
.icon-shezhi:before {
  content: "\e68f";
}
.icon-shaixuan:before {
  content: "\e74a";
}
.icon-weixin:before {
  content: "\e616";
}
.icon-qq:before {
  content: "\e60a";
}
.icon-weibo:before {
  content: "\e600";
}
.icon-share:before {
  content: "\e60f";
}

.code-panel {
  margin: 30px 0;
  width: 280px;
}
 .code-panel .code-img {
  float: left;
  display: block;
  width: 148px;
  height: 148px;
}

.code-panel .code-content {
  float: right;
}

.code-panel .code-content h4 {
  margin-bottom: 5px;
  font-size: 16px;
}

.code-panel .code-content p {
  margin-bottom: 10px;
  width: 109px;
  line-height: 22px;
  border: 1px solid #000000;
  border-radius: 10px;
  text-align: left;
  font-size: 12px;
}

.code-panel .code-content p img {
  position: relative;
  top: 2px;
  margin-left: 12px;
  margin-right: 8px;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.flex{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-one{
  -moz-box-flex:1;
  -webkit-box-flex:1;
  box-flex:1;
  flex: 1;
}
@media screen and (min-width:375px) {
  html {
    font-size: calc(100%   2 * (100vw - 375px)/ 39);
    font-size: calc(16px   2 * (100vw - 375px)/ 39)
  }
}
@media screen and (min-width:414px) {
  html {
    font-size: calc(112.5%   4 * (100vw - 414px)/ 586);
    font-size: calc(18px   4 * (100vw - 414px)/ 586)
  }
}
@media screen and (min-width:600px) {
  html {
    font-size: calc(125%   4 * (100vw - 600px)/ 400);
    font-size: calc(20px   4 * (100vw - 600px)/ 400)
  }
}
@media screen and (min-width:1000px) {
  html {
    font-size: calc(137.5%   6 * (100vw - 1000px)/ 1000);
    font-size: calc(22px   6 * (100vw - 1000px)/ 1000)
  }
}

