body {
  background-color: #F5F5F5;
}

p {
  word-wrap: break-word;
}

.title-image {
  background: url(../images/handle-bg.png) no-repeat bottom center;
  padding: 50px 0;
  width: 100%;
  color: #fff;
  position: relative;
}

.title-image .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.title-image .content .text-box {
  width: 50%;
  float: left;
}

.title-image .content .text-box h3 {
  font-size: 30px;
  color: #fff;
  text-align: left;
}

.title-image .content .text-box ul li {
  margin: 20px 0;
  font-size: 16px;
}

.title-image .content .text-box a {
  font-size: 20px;
  background-color: #694372;
  line-height: 40px;
  height: 40px;
  color: #9993A5;
  display: inline-block;
  padding: 0 15px;
  border-radius: 20px;
  margin-right: 150px;
}

.title-image .content .image-box {
  float: right;
  width: 50%;
  padding-bottom: 30%;
  height: 0;
  position: relative;
}

.title-image .content .image-box img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.title-image .content::after {
  content: '';
  display: block;
  clear: both;
}

.title-image .foot-banner {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #303338;
}

.title-image .foot-banner .content {
  width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 3;
}

.title-image .foot-banner .content span {
  background: -webkit-gradient(linear, left top, right top, from(#2D3035), color-stop(#2D3035), color-stop(#2D3035), to(#313538));
  background: linear-gradient(to right, #2D3035, #2D3035, #2D3035, #313538);
}

.title-image .foot-banner .content span img {
  margin-right: 5px;
}

.content {
  width: 1150px;
  margin: 0 auto;
}

.content h3 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin: 0;
  padding: 15px 0;
}

.content h3 span {
  color: red;
  font-size: 38px;
  margin-left: 10px;
}

.content .sm {
  font-size: 16px;
  color: gray;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

.tongdian {
  background: url(/images/bottom-right.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.tongdian .content .image-box {
  background: url("https://www.ausingnet.com/d/file/p/2019-06-11/98baf2d39dae9c1300d226ea928d1e94.png") no-repeat;
  background-size: cover;
  width: 600px;
  height: 680px;
  margin: 0 auto;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.ausingnet.com/d/file/p/2019-06-11/98baf2d39dae9c1300d226ea928d1e94.png',sizingMethod='scale');
}

.tongdian .content .image-box > :nth-child(1) {
  left: -268px;
  top: 140px;
  text-align: right;
}

.tongdian .content .image-box .caiwu {
  left: -268px;
  top: 140px;
  text-align: right;
}

.tongdian .content .image-box .liebian {
  left: -302px;
  top: 284px;
  text-align: right;
}

.tongdian .content .image-box .yeji {
  left: -268px;
  top: 432px;
  text-align: right;
}

.tongdian .content .image-box .qudao {
  right: -268px;
  top: 140px;
  text-align: left;
}

.tongdian .content .image-box .guanli {
  right: -302px;
  top: 284px;
  text-align: left;
}

.tongdian .content .image-box .peixun {
  right: -268px;
  top: 432px;
  text-align: left;
}

.tongdian .content .image-box .item {
  position: absolute;
  max-width: 300px;
}

.tongdian .content .image-box .item .title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px auto;
}

.tongdian .content .image-box .item .des {
  color: gray;
  font-size: 14px;
  margin: 10px auto;
}

.tongdian .content .image-box .item span {
  color: #fff;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#FB6B69), to(#FB976D));
  background: linear-gradient(to right, #FB6B69, #FB976D);
  background: #FB6B69;
  padding: 0 10px;
  line-height: 20px;
  border-radius: 10px;
}

.youshi {
  width: 100%;
  background: url(/images/top-right.png) no-repeat;
  background-size: 100% 100%;
}

.youshi .content .list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.youshi .content .list .item {
  margin: 0 2%;
  float: left;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.youshi .content .list .item img {
  width: 140px;
}

.youshi .content .list .item .label {
  line-height: 30px;
  border-radius: 15px;
  font-size: 14px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 0 10px;
  color: red;
  margin: 15px auto;
  word-wrap: break-all;
}

.youshi .content .list .item p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.gongneng {
  width: 100%;
  background: url(/images/bottom-right.png) no-repeat;
  background-size: 100% 100%;
}

.gongneng .content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gongneng .content .list .item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto;
  float: left;
  text-align: center;
}

.gongneng .content .list .item img {
  width: 100px;
  margin: 0 auto;
  display: inline-block;
}

.gongneng .content .list .item h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px auto;
  text-align: center;
}

.gongneng .content .list .item p {
  padding: 0 40px;
  text-align: center;
  color: gray;
  line-height: 25px;
  height: 75px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.price {
  width: 100%;
  background: url(/images/top-right.png) no-repeat;
  background-size: 100% 100%;
}

.price .content .card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.price .content .card-box .card {
  height: 208px;
  width: 47%;
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px auto;
  position: relative;
}

.price .content .card-box .card .jiaobiao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.price .content .card-box .card .neirong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price .content .card-box .card .neirong .image-box {
  width: 30%;
}

.price .content .card-box .card .neirong .image-box .icon {
  height: 50px;
  width: auto;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.price .content .card-box .card .neirong .text {
  float: right;
  width: 70%;
  text-align: center;
}

.price .content .card-box .card .neirong .text p {
  margin: 0;
  padding: 0;
  line-height: 2;
  font-size: 14px;
  color: gray;
}

.price .content .card-box .card .neirong .text .jiage {
  color: red;
}

#qrcode .qrcode-box {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 350px;
  height: 350px;
}

#qrcode .qrcode-box img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#qrcode .qrcode-box p {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #fff;
}

#myModal video {
  margin-top: 100px;
}

#myModal a {
  margin-top: 100px;
  font-size: 50px;
}
