@charset "utf-8";
/* reset */
body,
dl,
dd,
ul,
p,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea,
form,
figure,
div,
menu {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
ul,
input,
textarea,
button,
select,
menu {
  padding: 0;
}
table {
  border-collapse: collapse;
}
td {
  padding: 0;
}
ul {
  list-style: none;
}
img {
  border: none;
}
ul,
li,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
em,
i {
  font-style: normal;
}
input {
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
a::-moz-selection {
  background: none;
}
a::selection {
  background: none;
}
/*clear*/
.clear {
  clear: both;
}
.clear:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
}
/*common*/
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.none {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.center {
  margin: 0 auto;
}
.max {
  max-width: 10rem;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pointer {
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.oh {
  overflow: hidden;
}
.oa {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.vm {
  vertical-align: middle;
}
.vh {
  visibility: hidden;
}
.appearance {
  -webkit-appearance: none;
}
.border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*屏幕以750px为基准，转换为rem*/
[v-cloak] {
  display: none;
}
html,
body {
  background: #f4f4f4;
  width: 100%;
}
#App {
  width: 100%;
}
.container {
  width: 100%;
}
.top {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.top .topImg {
  width: 100%;
  height: auto;
  display: block;
}
.searchCont {
  height: 0.93333333rem;
  width: 6.34666667rem;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
  background: #ffffff;
  position: absolute;
  top: 0.28rem;
  right: 0.34666667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchCont .search {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0.34666667rem;
  color: #666666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
  padding-left: 0.22666667rem;
}
.searchBtn {
  display: block;
  position: absolute;
  top: 0.18666667rem;
  right: 0.26666667rem;
  width: 0.54666667rem;
  height: 0.54666667rem;
}
.historyCon {
  width: 6.34666667rem;
  overflow: hidden;
  position: absolute;
  top: 1.26666667rem;
  right: 0.34666667rem;
  border-left: 0.01333333rem solid #8a8a8a;
  border-right: 0.01333333rem solid #8a8a8a;
  background: #fff;
}
.historyCon .historyNum {
  width: 100%;
  height: 0.93333333rem;
  border-bottom: 0.01333333rem solid #dedede;
  line-height: 0.93333333rem;
  font-size: 0.34666667rem;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.22666667rem;
}
.historyCon .historyNum:active {
  background: #F4F4F4;
}
.mid {
  height: 3.06666667rem;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.mid .goOrder {
  height: 1.2rem;
  width: 9.2rem;
  margin: 0.88rem auto;
  background: #1fbfb7;
  box-shadow: 0.08rem 0.08rem 0.26666667rem rgba(31, 191, 183, 0.5);
  -webkit-box-shadow: 0.08rem 0.08rem 0.26666667rem rgba(31, 191, 183, 0.5);
  -moz-box-shadow: 0.08rem 0.08rem 0.26666667rem rgba(31, 191, 183, 0.5);
  -webkit-border-radius: 0.05333333rem;
  border-radius: 0.05333333rem;
  position: relative;
  text-align: center;
}
.mid .goOrder img {
  display: block;
  width: 0.49333333rem;
  height: 0.49333333rem;
  float: left;
  margin: 0.36rem 0.2rem 0rem 3.46666667rem;
}
.mid .goOrder p {
  font-size: 0.45333333rem;
  line-height: 0.45333333rem;
  color: #fff;
  float: left;
  margin-top: 0.38666667rem;
}
.blueClass {
  color: #1fbfb7 !important;
}
.bot {
  width: 100%;
  margin-top: 0.4rem;
}
.bot .install {
  width: 100%;
  -webkit-box-shadow: 0 0.08rem 0.26666667rem rgba(200, 200, 200, 0.3);
  -moz-box-shadow: 0 0.08rem 0.26666667rem rgba(200, 200, 200, 0.3);
  box-shadow: 0 0.08rem 0.26666667rem rgba(210, 210, 210, 0.3);
}
.bot .install .installHead {
  width: 100%;
  background: #fff;
  height: 2.13333333rem;
  position: relative;
}
.bot .install .installHead .installImg {
  height: 1.77333333rem;
  width: 3.45333333rem;
  float: left;
  margin-left: 0.66666667rem;
  margin-top: 0.16rem;
}
.bot .install .installHead .installBtnCont {
  font-size: 0.4rem;
  line-height: 2.13333333rem;
  color: #666666;
  width: 4rem;
  float: right;
  margin-right: 1.12rem;
  text-align: right;
}
.bot .install .installHead .installBtnCont .installBtn {
  width: 0.38666667rem;
  height: 0.21333333rem;
  position: absolute;
  top: 0.93333333rem;
  right: 0.69333333rem;
}
.bot .machine {
  margin-top: 0.4rem;
  width: 100%;
  -webkit-box-shadow: 0 0.08rem 0.26666667rem rgba(200, 200, 200, 0.3);
  -moz-box-shadow: 0 0.08rem 0.26666667rem rgba(200, 200, 200, 0.3);
  box-shadow: 0 0.08rem 0.26666667rem rgba(210, 210, 210, 0.3);
}
.bot .machine .machineHead {
  width: 100%;
  background: #fff;
  height: 2.13333333rem;
  position: relative;
}
.bot .machine .machineHead .machineImg {
  height: 1.49333333rem;
  width: 3.89333333rem;
  float: left;
  margin-left: 0rem;
  margin-top: 0.37333333rem;
}
.bot .machine .machineHead .machineBtnCont {
  font-size: 0.4rem;
  line-height: 2.13333333rem;
  color: #666666;
  width: 4rem;
  float: right;
  margin-right: 1.12rem;
  text-align: right;
}
.bot .machine .machineHead .machineBtnCont .machineBtn {
  width: 0.38666667rem;
  height: 0.21333333rem;
  position: absolute;
  top: 0.93333333rem;
  right: 0.69333333rem;
}
.bot .together {
  margin-top: 0.4rem;
  width: 100%;
  -webkit-box-shadow: 0 0.08rem 0.26666667rem rgba(200, 200, 200, 0.3);
  -moz-box-shadow: 0 0.08rem 0.26666667rem rgba(200, 200, 200, 0.3);
  box-shadow: 0 0.08rem 0.26666667rem rgba(210, 210, 210, 0.3);
}
.bot .together .togetherHead {
  width: 100%;
  background: #fff;
  height: 2.13333333rem;
  position: relative;
}
.bot .together .togetherHead .togetherImg {
  height: 1.66666667rem;
  width: 3.12rem;
  float: left;
  margin-left: 0.57333333rem;
  margin-top: 0.22666667rem;
}
.bot .together .togetherHead .togetherBtnCont {
  font-size: 0.4rem;
  line-height: 2.13333333rem;
  color: #666666;
  width: 4rem;
  float: right;
  margin-right: 1.12rem;
  text-align: right;
}
.bot .together .togetherHead .togetherBtnCont .togetherBtn {
  width: 0.38666667rem;
  height: 0.21333333rem;
  position: absolute;
  top: 0.93333333rem;
  right: 0.69333333rem;
}
.bot .ad {
  margin-top: 0.4rem;
  width: 100%;
  -webkit-box-shadow: 0 0.08rem 0.26666667rem rgba(200, 200, 200, 0.3);
  -moz-box-shadow: 0 0.08rem 0.26666667rem rgba(200, 200, 200, 0.3);
  box-shadow: 0 0.08rem 0.26666667rem rgba(210, 210, 210, 0.3);
}
.bot .ad .adHead {
  width: 100%;
  background: #fff;
  height: 2.13333333rem;
  position: relative;
}
.bot .ad .adHead .adImg {
  height: 1.69333333rem;
  width: 3.81333333rem;
  float: left;
  margin-left: 0.26666667rem;
  margin-top: 0.22666667rem;
}
.bot .ad .adHead .adBtnCont {
  font-size: 0.4rem;
  line-height: 2.13333333rem;
  color: #666666;
  width: 4rem;
  float: right;
  margin-right: 1.12rem;
  text-align: right;
}
.bot .ad .adHead .adBtnCont .adBtn {
  width: 0.38666667rem;
  height: 0.21333333rem;
  position: absolute;
  top: 0.93333333rem;
  right: 0.69333333rem;
}
.bot .news {
  margin-top: 0.4rem;
  width: 100%;
}
.bot .news .newsHead {
  width: 100%;
  background: #fff;
  height: 2.13333333rem;
  position: relative;
}
.bot .news .newsHead .newsImg {
  height: 1.69333333rem;
  width: 3.81333333rem;
  float: left;
  margin-left: 0.26666667rem;
  margin-top: 0.22666667rem;
}
.bot .news .newsHead .newsBtnCont {
  font-size: 0.4rem;
  line-height: 2.13333333rem;
  color: #666666;
  width: 4rem;
  float: right;
  margin-right: 1.12rem;
  text-align: right;
}
.bot .news .newsHead .newsBtnCont .newsBtn {
  width: 0.38666667rem;
  height: 0.21333333rem;
  position: absolute;
  top: 0.93333333rem;
  right: 0.69333333rem;
}
.installCont .installMainCont {
  border-top: 0.01333333rem solid #dddddd;
  border-bottom: 0.01333333rem solid #dddddd;
  padding: 0.42666667rem 0.72rem 1.2rem 0.72rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
}
.installCont .installMainCont .installMainContTop {
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  color: #333333;
  position: relative;
}
.installCont .installMainCont .installMainContTop:after {
  content: ' ';
  height: 0.34666667rem;
  width: 0.08rem;
  background: #1fbfb6;
  position: absolute;
  top: 0;
  left: -0.32rem;
}
.installCont .installMainCont .installMainContlist {
  margin-top: 0.58666667rem;
  font-size: 0.29333333rem;
  line-height: 0.42666667rem;
}
.installCont .installMainCont .installMainContlist .title {
  color: #333333;
}
.installCont .installMainCont .installMainContlist .cont {
  color: #666666;
}
.installCont .installMainCont .installLessTop {
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  color: #333333;
  position: relative;
  margin: 0.58666667rem 0rem 0.8rem 0rem;
}
.installCont .installMainCont .installLessTop:after {
  content: ' ';
  height: 0.34666667rem;
  width: 0.08rem;
  background: #1fbfb6;
  position: absolute;
  top: 0;
  left: -0.32rem;
}
.installCont .installMainCont .popularize {
  width: 100%;
  height: 4.4rem;
  position: relative;
}
.installCont .installMainCont .popularize .popularizeImg {
  margin: 0.45333333rem auto;
  width: 8.97333333rem;
  height: 4.02666667rem;
}
.installCont .installMainCont .popularize .popularizeCom {
  position: absolute;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.29333333rem;
  color: #333333;
}
.installCont .installMainCont .popularize .popularizeOne {
  top: 0rem;
  left: 0rem;
}
.installCont .installMainCont .popularize .popularizeTwo {
  top: 0rem;
  right: 0rem;
  text-align: left;
}
.installCont .installMainCont .popularize .popularizeThree {
  bottom: 0.08rem;
  left: 0rem;
}
.installCont .installMainCont .popularize .popularizeFour {
  bottom: 0.08rem;
  right: -0.4rem;
  text-align: left;
}
.installCont .installContact {
  width: 100%;
  height: 1.54666667rem;
  background: #f4f4f4;
  line-height: 1.54666667rem;
  font-size: 0.30666667rem;
  color: #333;
  padding-left: 0.73333333rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.installCont .installContact a {
  color: #333;
}
.machineCont {
  font-size: 0.30666667rem;
  color: #333333;
}
.machineCont .machineMainCont {
  border-top: 0.01333333rem solid #dddddd;
  border-bottom: 0.01333333rem solid #dddddd;
  padding: 0.26666667rem 0.4rem 1.17333333rem 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
}
.machineCont .machineMainCont .machineMainHead {
  width: 8.93333333rem;
  line-height: 0.46666667rem;
}
.machineCont .machineMainCont .machineMainBody {
  overflow: hidden;
  width: 100%;
  margin-top: 0.56rem;
}
.machineCont .machineMainCont .machineMainBody .left {
  background: #ffffff;
  line-height: 0.85333333rem;
  float: left;
  width: 4.33333333rem;
  text-align: center;
}
.machineCont .machineMainCont .machineMainBody .left img {
  width: 4.33333333rem;
  height: 2.66666667rem;
  display: block;
}
.machineCont .machineMainCont .machineMainBody .left p {
  height: 0.85333333rem;
}
.machineCont .machineMainCont .machineMainBody .right {
  background: #ffffff;
  line-height: 0.85333333rem;
  float: right;
  width: 4.33333333rem;
  text-align: center;
}
.machineCont .machineMainCont .machineMainBody .right img {
  display: block;
  width: 4.33333333rem;
  height: 2.66666667rem;
}
.machineCont .machineMainCont .machineMainBody .right p {
  height: 0.85333333rem;
}
.machineCont .machineMainfoot {
  height: 1.54666667rem;
  width: 100%;
  line-height: 0.46666667rem;
  padding: 0.26666667rem 0rem 0rem 0.46666667rem;
  color: #666666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.machineCont .machineMainfoot a {
  color: #666666;
}
.togetherCont {
  font-size: 0.30666667rem;
  color: #333333;
  background: #f4f4f4;
}
.togetherCont .togetherMainCont {
  border-top: 0.01333333rem solid #dddddd;
  padding: 0.26666667rem 0.4rem 0rem 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.togetherCont .togetherMainCont .togetherMainHard {
  margin-top: 0.74666667rem;
  width: 8.93333333rem;
  line-height: 0.46666667rem;
}
.togetherCont .togetherMainCont .togetherMainHard .togetherMainHardHead {
  margin: 0rem 0rem 0.66666667rem 0.32rem;
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  position: relative;
}
.togetherCont .togetherMainCont .togetherMainHard .togetherMainHardHead:after {
  content: ' ';
  height: 0.34666667rem;
  width: 0.08rem;
  background: #1fbfb6;
  position: absolute;
  top: 0;
  left: -0.32rem;
}
.togetherCont .togetherMainCont .togetherMainHard .togetherMainHardCont {
  width: 100%;
  height: 6.57333333rem;
  position: relative;
}
.togetherCont .togetherMainCont .togetherMainHard .togetherMainHardCont img {
  position: absolute;
  top: 0rem;
  left: 0.32rem;
  height: 6.57333333rem;
  width: 9.29333333rem;
}
.togetherCont .togetherMainCont .togetherMainHard .togetherMainHardCont .togethercom {
  position: absolute;
  padding: 0.09333333rem 0.22666667rem 0.09333333rem 0.22666667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background: rgba(4, 125, 117, 0.55);
  font-size: 0.26666667rem;
  line-height: 0.45333333rem;
  display: inline-block;
}
.togetherCont .togetherMainCont .togetherMainHard .togetherMainHardCont .togetherOne {
  top: 1.94666667rem;
  left: 0.8rem;
}
.togetherCont .togetherMainCont .togetherMainHard .togetherMainHardCont .togetherTwo {
  top: 1.94666667rem;
  right: 0.6rem;
}
.togetherCont .togetherMainCont .togetherMainHard .togetherMainHardCont .togetherThree {
  bottom: 0.46666667rem;
  left: 0.6rem;
}
.togetherCont .togetherMainCont .togetherMainHard .togetherMainHardCont .togetherFour {
  bottom: 0.46666667rem;
  right: 0.66666667rem;
}
.togetherCont .togetherMainCont .togetherMainHard .togetherMainHardCont .togetherFive {
  bottom: 2.06666667rem;
  left: 3.2rem;
  background: rgba(4, 125, 117, 0.7);
  font-weight: bold;
}
.togetherCont .togetherMainCont .togetherMainFun {
  margin-top: 0.74666667rem;
  width: 100%;
  line-height: 0.46666667rem;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunHead {
  margin: 0rem 0rem 0.66666667rem 0.32rem;
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  position: relative;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunHead:after {
  content: ' ';
  height: 0.34666667rem;
  width: 0.08rem;
  background: #1fbfb6;
  position: absolute;
  top: 0;
  left: -0.32rem;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont {
  overflow: hidden;
  width: 100%;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .left {
  float: left;
  width: 2.93333333rem;
  height: 3.86666667rem;
  background: #ffffff;
  text-align: center;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .left .top {
  width: 100%;
  height: 1.36rem;
  position: relative;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .left .top img {
  display: block;
  width: 100%;
  height: 100%;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .left .top .title {
  width: 100%;
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 0.26666667rem;
  left: 0;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .left .top .cont {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #f6f7f8;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .left .head {
  margin-top: 0.33333333rem;
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  font-weight: bold;
  text-align: center;
  color: #1fbfb6;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .left .body {
  margin-top: 0.10666667rem;
  font-size: 0.24rem;
  line-height: 0.42666667rem;
  text-align: center;
  color: #8c8c8c;
  padding: 0rem 0.10666667rem 0rem 0.10666667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .mid {
  float: left;
  margin-left: 0.21333333rem;
  width: 2.93333333rem;
  height: 3.86666667rem;
  text-align: center;
  background: #ffffff;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .mid .top {
  width: 100%;
  height: 1.36rem;
  position: relative;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .mid .top img {
  display: block;
  width: 100%;
  height: 100%;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .mid .top .title {
  width: 100%;
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 0.26666667rem;
  left: 0;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .mid .top .cont {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #f6f7f8;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .mid .head {
  margin-top: 0.33333333rem;
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  font-weight: bold;
  text-align: center;
  color: #1fbfb6;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .mid .body {
  margin-top: 0.10666667rem;
  font-size: 0.24rem;
  line-height: 0.42666667rem;
  text-align: left;
  color: #8c8c8c;
  padding: 0rem 0.10666667rem 0rem 0.10666667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .right {
  float: right;
  width: 2.93333333rem;
  height: 3.86666667rem;
  text-align: center;
  background: #ffffff;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .right .top {
  width: 100%;
  height: 1.36rem;
  position: relative;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .right .top img {
  display: block;
  width: 100%;
  height: 100%;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .right .top .title {
  width: 100%;
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 0.26666667rem;
  left: 0;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .right .top .cont {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #f6f7f8;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .right .head {
  margin-top: 0.33333333rem;
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  font-weight: bold;
  text-align: center;
  color: #1fbfb6;
}
.togetherCont .togetherMainCont .togetherMainFun .togetherMainFunCont .right .body {
  text-align: left;
  margin-top: 0.10666667rem;
  font-size: 0.24rem;
  line-height: 0.42666667rem;
  color: #8c8c8c;
  padding: 0rem 0.10666667rem 0rem 0.10666667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.togetherCont .togetherMainCont .togetherFoot {
  height: 1.33333333rem;
  line-height: 1.33333333rem;
  color: #666666;
  font-size: 0.29333333rem;
}
.togetherCont .togetherMainCont .togetherFoot a {
  color: #666666;
}
.adCont {
  font-size: 0.30666667rem;
  color: #333333;
  background: #f4f4f4;
}
.adCont .adMainCont {
  border-top: 0.01333333rem solid #dddddd;
  border-bottom: 0.01333333rem solid #dddddd;
  padding: 0.26666667rem 0.4rem 0rem 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.30666667rem;
}
.adCont .adMainCont .adMainHead {
  width: 100%;
  line-height: 0.46666667rem;
}
.adCont .adMainCont .adMainHead a {
  color: #333333;
}
.adCont .adMainCont .adMainSpread {
  margin-top: 0.69333333rem;
}
.adCont .adMainCont .adMainSpread .adMainSpreadHead {
  margin: 0rem 0rem 0.53333333rem 0.32rem;
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  position: relative;
}
.adCont .adMainCont .adMainSpread .adMainSpreadHead:after {
  content: ' ';
  height: 0.34666667rem;
  width: 0.08rem;
  background: #1fbfb6;
  position: absolute;
  top: 0;
  left: -0.32rem;
}
.adCont .adMainCont .adMainSpread .adMainSpreadCont {
  margin-left: 0.32rem;
  line-height: 0.56rem;
  color: #898989;
}
.adCont .adMainCont .adMainSpread .adMainSpreadCont .adMainSpreadContOne {
  color: #333333;
}
.adCont .adMainCont .adMainSpread img {
  margin: 0.56rem auto 0.24rem auto;
  height: 1.10666667rem;
  width: 8.88rem;
}
.adCont .adMainCont .adMainSpread .imgCont {
  color: #898989;
  line-height: 0.30666667rem;
  overflow: hidden;
}
.adCont .adMainCont .adMainSpread .imgCont .imgContCom {
  display: inline-block;
  float: left;
  margin-left: 1.06666667rem;
}
.adCont .adMainCont .adMainSpread .imgCont .imgContOne {
  margin-left: 0.2rem;
}
.adCont .adMainCont .adFormSpread {
  margin-top: 0.93333333rem;
}
.adCont .adMainCont .adFormSpread .adMainSpreadHead {
  margin: 0rem 0rem 0.53333333rem 0.32rem;
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  position: relative;
}
.adCont .adMainCont .adFormSpread .adMainSpreadHead:after {
  content: ' ';
  height: 0.34666667rem;
  width: 0.08rem;
  background: #1fbfb6;
  position: absolute;
  top: 0;
  left: -0.32rem;
}
.adCont .adMainCont .adFormSpread .adMainSpreadCont {
  margin-left: 0.32rem;
  line-height: 0.56rem;
  color: #898989;
}
.adCont .adMainCont .adFormSpread .adMainSpreadCont .adMainSpreadContOne {
  color: #333333;
}
.adCont .adMainCont .adUnderLine {
  padding-bottom: 0.53333333rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.93333333rem;
}
.adCont .adMainCont .adUnderLine .adMainSpreadHead {
  margin: 0rem 0rem 0.53333333rem 0.32rem;
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  position: relative;
}
.adCont .adMainCont .adUnderLine .adMainSpreadHead:after {
  content: ' ';
  height: 0.34666667rem;
  width: 0.08rem;
  background: #1fbfb6;
  position: absolute;
  top: 0;
  left: -0.32rem;
}
.adCont .adMainCont .adUnderLine .adMainSpreadCont {
  margin-left: 0.32rem;
  line-height: 0.56rem;
  color: #898989;
}
.adCont .adMainCont .adUnderLine .adMainSpreadCont span {
  color: #666666 !important;
}
.adCont .adMainCont .adUnderLine .adMainSpreadCont .adMainSpreadContOne {
  color: #333333;
}
.adCont .adMainCont .adUnderLine .brandOne {
  width: 8.52rem;
  height: 3.85333333rem;
  margin-top: 0.24rem;
  margin-left: 0.32rem;
}
.adCont .adMainCont .adUnderLine .gain {
  margin-top: 0.76rem;
}
.adCont .adMainCont .adUnderLine .adTwoImg {
  width: 100%;
  margin-top: 0.26666667rem;
  margin-left: 0.32rem;
  overflow: hidden;
}
.adCont .adMainCont .adUnderLine .adTwoImg .brandTwo {
  display: block;
  width: 2.78666667rem;
  height: 4.78666667rem;
  float: left;
}
.adCont .adMainCont .adUnderLine .adTwoImg .brandThree {
  display: block;
  width: 2.92rem;
  height: 4.93333333rem;
  float: left;
  margin-left: 1.26666667rem;
}
.adCont .adMainCont .adUnderLine .send {
  margin-top: 1.13333333rem;
}
.adCont .adMainCont .adUnderLine .wechatScan {
  margin-top: 0.53333333rem;
}
.adCont .adMainCont .adUnderLine .wechatNotice {
  margin-top: 0.53333333rem;
}
.adCont .adContFoot {
  width: 100%;
  height: 3.16rem;
}
.adCont .adContFoot .adMainSpreadCont {
  margin-left: 0.72rem;
  margin-top: 0.21333333rem;
  line-height: 0.56rem;
  color: #898989;
}
.adCont .adContFoot .adMainSpreadCont span {
  color: #666666 !important;
}
.adCont .adContFoot .adMainSpreadCont .adMainSpreadContOne {
  line-height: 0.77333333rem;
  font-size: 0.32rem;
  color: #333333;
}
.adCont .adContFoot .adMainSpreadCont a {
  color: #333333;
}
.newsCont {
  font-size: 0.30666667rem;
  color: #333333;
  background: #f4f4f4;
}
.newsCont .newsMainCont {
  padding: 0.26666667rem 0.4rem 0rem 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.30666667rem;
}
.newsCont .newsMainCont .newsMain {
  margin-top: 0.69333333rem;
}
.newsCont .newsMainCont .newsMain .newsMainHead {
  margin: 0rem 0rem 0.53333333rem 0.32rem;
  font-size: 0.34666667rem;
  line-height: 0.34666667rem;
  position: relative;
}
.newsCont .newsMainCont .newsMain .newsMainHead:after {
  content: ' ';
  height: 0.34666667rem;
  width: 0.08rem;
  background: #1fbfb6;
  position: absolute;
  top: 0;
  left: -0.32rem;
}
.newsCont .newsMainCont .newsMain .hasMore {
  color: #1FBFB6;
  font-size: 0.32rem;
  float: right;
}
.newsCont .newsMainCont .newsMain .hasMore img {
  width: 0.4rem;
}
.newsCont .newsMainCont .newsMain .mianUl {
  padding-left: 0.32rem;
  color: #333;
  font-size: 0.32rem;
}
.newsCont .newsMainCont .newsMain .mianUl li {
  margin-bottom: 0.32rem;
}
.newsCont .newsMainCont .newsMain .time {
  float: right;
  color: #999;
  font-size: 0.32rem;
}
.newsCont .newsMainCont .newsMain .mianActivity:after {
  content: "";
  display: block;
  clear: both;
}
.newsCont .newsMainCont .newsMain .activityItem {
  width: 4.53333333rem;
  float: right;
  margin-top: 0.26666667rem;
}
.newsCont .newsMainCont .newsMain .activityItem .item {
  width: 100%;
  height: 2.53333333rem;
  background-color: #999;
  position: relative;
}
.newsCont .newsMainCont .newsMain .activityItem .item video {
  width: 100%;
  height: 100%;
}
.newsCont .newsMainCont .newsMain .activityItem .title {
  color: #333;
  font-size: 0.32rem;
  margin-top: 0.26666667rem;
}
.newsCont .newsMainCont .newsMain .activityItem .content {
  background-color: #fff;
  padding-top: 0.26666667rem;
  padding-bottom: 0.26666667rem;
  padding-left: 0.26666667rem;
  padding-right: 0.26666667rem;
}
.newsCont .newsMainCont .newsMain .activityItem .videoTitle {
  color: #333;
  font-size: 0.32rem;
  height: 0.85333333rem;
}
.newsCont .newsMainCont .newsMain .activityItem .videoTime {
  color: #999;
  font-size: 0.32rem;
  margin-top: 0.24rem;
}
.newsCont .newsMainCont .newsMain .activityItem .play {
  width: 0.66666667rem;
  height: 0.66666667rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsCont .newsMainCont .newsMain .activityItem:nth-child(odd) {
  float: left;
}
.footer {
  margin-top: 1rem;
  width: 100%;
  background: #262930;
  padding: 0.42666667rem 0.37333333rem 0.53333333rem 0.37333333rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footerTop {
  border-bottom: 0.01333333rem solid #32363f;
  text-align: center;
}
.footer .footerTop .barCode {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 0 auto;
}
.footer .footerTop p {
  font-size: 0.38666667rem;
  color: #f7f7f7;
  text-align: center;
  line-height: 1.09333333rem;
  height: 1.09333333rem;
}
.footer .footerbot {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.02666667rem solid #cccccc;
  width: 6.48rem;
  margin: 0.50666667rem auto 0.8rem auto;
  height: 1.2rem;
  font-size: 0.36rem;
  line-height: 1.2rem;
  color: #cccccc;
  text-align: center;
}
.footer .footerbot a {
  color: #cccccc;
}
.footer .expressLink {
  margin: 0rem 0rem 0rem 1.44rem;
  color: #cccccc;
  font-size: 0.30666667rem;
  line-height: 0.30666667rem;
  overflow: hidden;
}
.footer .expressLink .link {
  float: left;
}
.footer .expressLink .link:active {
  color: orange;
}
.footer .systemLink {
  color: #cccccc;
  font-size: 0.30666667rem;
  line-height: 0.30666667rem;
  overflow: hidden;
  margin: 0.32rem 0rem 0.86666667rem 2.53333333rem;
}
.footer .systemLink .link {
  float: left;
}
.footer .systemLink .link:active {
  color: orange;
}
.footer .bot {
  color: #cccccc;
  font-size: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
}
