.w {
  width: 1200px;
  margin: 0 auto;
}

/* header */

.hidden-header-box {
  display: none;
  width: 100%;
  background-color: #ffffff;
  background: #feffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left img {
  width: 40px;
  height: 40px;
}

.header-left h1 {
  font-size: 16px;
  color: #333333;
  font-family: "microsoft yahei";
  margin-left: 10px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right > span {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  font-size: 18px;
}

.header-right a {
  margin-right: 30px;
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #333333;
}

.header-right a:hover {
  color: #dd2421;
}

.header-right a:last-child {
  margin-right: 0;
}

.header-content {
  height: 60px;
  line-height: 60px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-header-right p {
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #333333;
  margin-right: 16px;
}

.hidden-header-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  background: #e12924;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
}

.hidden-header-right a:hover {
  background: #c04000;
}

.hidden-header-right a span {
  margin: 0 10px;
}

.hidden-header-right a img {
  width: 20px;
}

.headload_sty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 126px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 6px;
  background: #006fff;
  width: 120px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#5be9a6), to(#14d183));
  background: linear-gradient(90deg, #5be9a6 0%, #14d183 100%);
  border-radius: 9.72222px;
  border-radius: 25px;
  /* Linear */
  background: linear-gradient(262.97deg, #14e6f3 0.37%, #5381ff 96.55%);
}

.headload_sty img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.headload_sty span {
  color: #fff;
  text-align: center;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  letter-spacing: 0.03em;
  color: #ffffff;
}

.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(64, 64, 64);
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.info-box p:first-child {
  margin-right: 24px;
}

.info-box p::before {
  display: inline-block;
  margin-right: 7px;
  width: 18px;
  height: 18px;
  content: "";
  background: url(../imgs/group-36743.png) no-repeat center/cover;
  fill: #0075ff;
}

.banner_top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_top .banner_top_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 1200px;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
body,
h1,
h2,
h3,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}
h1,
h2,
h3 {
  font-size: 100%;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}
img {
  border: 0;
  width: 100%;
  -ms-interpolation-mode: bicubic;
}
cite,
em,
s,
i,
b {
  font-style: normal;
}
input,
button,
textarea,
select {
  font-size: 100%;
}
body,
input,
button,
textarea,
select,
option {
  font-family: Arial, \5b8b\4f53, "Microsoft YaHei";
}
a,
input,
textarea {
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #fff;
  min-width: 320px;
}
.member_adv_bottom {
  line-height: 34px;
}
.member_adv_bottomtop span {
  font-size: 14px;
  color: #959aa0;
  padding-top: 5px;
}
.member_adv_bottomtop a {
  font-size: 14px;
  color: #959aa0;
  padding-top: 5px;
  cursor: pointer;
}
.member_adv_bottomtop a:hover {
  color: #fff;
}
.member_adv_bottomfoot {
  padding-bottom: 5px;
}
.downloadPc_bomb {
  width: 384px;
  margin: -160px 0 0 -192px;
}
.new_head_menur {
  margin-right: 5%;
}
@media screen and (max-width: 400px) {
  .downloadPc_bomb {
    width: 310px;
    margin: -160px 0 0 -155px;
  }
}
a {
  color: #555;
}
a:hover {
  color: #d6483b;
}
li,
img,
label,
input {
  vertical-align: middle;
}
var {
  font-style: normal;
}
ins {
  text-decoration: none;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  width: 13px;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input [type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}
ul,
li {
  list-style: none;
}
body {
  font-family: Arial;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1rem;
  overflow-y: auto;
  color: #444;
}
input {
  border: none;
}
input:focus,
textarea:focus {
  outline: none;
}

.dis_inline {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: top;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.content {
  max-width: 1242px;
  margin: 0 auto;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.or {
  overflow: hidden;
}

/*img[src=''],img:not([src]){*/
/*opacity: 0;*/
/*}*/
/**loading**/
.mainloaded {
  transition: opacity 0.25s linear;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;

  background: #fff;
  z-index: 99999999;
}

.mainloaded {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.mainloaded .loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  height: 200px;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* ���صȴ�����*/
.app_loading {
  width: 150px;
  height: 15px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -75px;
  text-align: center;
}
.app_loading span {
  display: inline-block;
  width: 15px;
  height: 100%;
  margin-right: 5px;
  background: #2d476c;
  -webkit-animation: load 1.04s ease infinite;
}
.app_loading span:last-child {
  margin-right: 0px;
}
@-webkit-keyframes load {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(0.2);
  }
}
.app_loading span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
}
.app_loading span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
}
.app_loading span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
}
.app_loading span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
}
.app_loading span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
}

/**С�Ƴ����**/

.ofo_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
}
.ofo_activity_bj {
  width: 100%;
}
.ofo_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: top;
}
.ofo_activity_bj img.ofo_activity_bjimg {
  width: 100%;
  height: auto;
}

.ofo_activity_three {
  position: relative;
}
.ofo_activity_threecode {
  position: absolute;
  left: 32%;
  top: 24%;
  width: 32%;
  height: auto;
  max-width: 392px;
}

/**����������**/
.zl_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #608efe;
}
.zl_activity_bj {
  width: 100%;
}
.zl_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.zl_activity_bj img.ofo_activity_bjimg {
  width: 100%;
  height: auto;
}

.zl_topbox {
  background-color: #ffd050;
}

.zl_activity_three {
  position: relative;
}
.zl_activity_threecode {
  position: absolute;
  left: 34%;
  top: 18%;
  width: 32%;
  height: auto;
  max-width: 392px;
}

/**Ħ��**/
.mo_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #f87117;
}
.mo_activity_bj {
  width: 100%;
}
.mo_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.mo_activity_bj img.ofo_activity_bjimg {
  width: 100%;
  height: auto;
}

/* .mo_topbox{background-color:#ffd050;} */

.mo_activity_two {
  position: relative;
}
.mo_activity_twocode {
  position: absolute;
  left: 34%;
  bottom: 2%;
  width: 32%;
  height: auto;
  max-width: 392px;
}

/**�����**/
.xiche_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #4e8efc;
}
.xiche_activity_bj {
  width: 100%;
}
.xiche_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.xiche_activity_bj img.xiche_activity_bjimg {
  width: 100%;
  height: auto;
}
.xiche_activity_two {
  position: relative;
}
.xiche_activity_twocode {
  position: absolute;
  left: 34%;
  bottom: 2%;
  width: 32%;
  height: auto;
  max-width: 392px;
}

/**С�Ƴ�2018.1.17**/
.ofobike_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #fff;
}
.ofobike_activity_bj {
  width: 100%;
}
.ofobike_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.ofobike_activity_bj img.xiche_activity_bjimg {
  width: 100%;
  height: auto;
}
.ofobike_activity_two {
  position: relative;
}
.ofobike_activity_twocode {
  position: absolute;
  left: 34%;
  bottom: 2%;
  width: 32%;
  height: auto;
  max-width: 392px;
}

/**Я��2018.1.23**/
.ctrip_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #fff;
}
.ctrip_activity_bj {
  width: 100%;
}
.ctrip_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.ctrip_activity_bj img.xiche_activity_bjimg {
  width: 100%;
  height: auto;
}
.ctrip_activity_two {
  position: relative;
}
.ctrip_activity_twocode {
  position: absolute;
  left: 34%;
  bottom: 2%;
  width: 32%;
  height: auto;
  max-width: 392px;
}

/**windows3.0 2018-2-5**/
.win3_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #fff;
}
.win3_activity_bj {
  width: 100%;
}
.win3_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.win3_activity_bj img.win3_activity_bjimg {
  width: 100%;
  height: auto;
}
.win3_activity_one {
  position: relative;
}
.win3_activity_twocode {
  position: absolute;
  left: 40%;
  bottom: 2%;
  width: 22%;
  height: auto;
  max-width: 246px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.win3_down_btn {
  cursor: pointer;
}

/**�ƶ����ƿ���ƽ̨����ҳ2018.2.8**/
.dev_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #fff;
}
.dev_activity_bj {
  width: 100%;
  max-width: 1242px;
  min-width: 320px;
}
.dev_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.dev_activity_bj img.xiche_activity_bjimg {
  width: 100%;
  height: auto;
}
.dev_activity_two {
  position: relative;
}
.dev_activity_twocode {
  position: absolute;
  left: 34%;
  bottom: 2%;
  width: 32%;
  height: auto;
  max-width: 392px;
}
.dev_activity_three {
  position: relative;
}
.dev_activity_text {
  position: absolute;
  left: 51%;
  bottom: 3%;
  height: auto;
  font-size: 0.6rem;
  color: #29b3ff;
  display: block;
}

/**С�Ƴ�2018.3.5**/
.ofoticket_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #fff;
}
.ofoticket_activity_bj {
  width: 100%;
}
.ofoticket_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}

.ofoticket_activity_two {
  position: relative;
}
.ofoticket_activity_twocode {
  position: absolute;
  left: 34%;
  bottom: 2%;
  width: 32%;
  height: auto;
  max-width: 392px;
}

/**vip2018.3.21**/
.vip_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #fff;
}
.vip_activity_bj {
  width: 100%;
}
.vip_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.vip_activity_bj img.vip_activity_bjimg {
  width: 100%;
  height: auto;
}
.vip_activity_one {
  position: relative;
}
.vip_activity_twocode {
  position: absolute;
  left: 40%;
  bottom: 2%;
  width: 22%;
  height: auto;
  max-width: 246px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.vip_down_btn {
  cursor: pointer;
}

/**��ʱ�Ż�2018.4.26**/
.offer_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #fff;
}
.offer_activity_bj {
  width: 100%;
}
.offer_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}

.offer_activity_one {
  position: relative;
}
.offer_activity_twocode {
  position: absolute;
  left: 40%;
  bottom: 2%;
  width: 22%;
  height: auto;
  max-width: 246px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.offer_down_btn {
  cursor: pointer;
}

/**��ʱ�Ż�2018.5.14**/
.newoffer_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #fff;
}
.newoffer_activity_bj {
  width: 100%;
}
.newoffer_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}

.newoffer_activity_one {
  position: relative;
}
.newoffer_activity_twocode {
  position: absolute;
  left: 40%;
  bottom: 2%;
  width: 22%;
  height: auto;
  max-width: 246px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.newoffer_down_btn {
  cursor: pointer;
}

/**����ר��2018.5.17**/
.dis_inline {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: top;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.topic_one {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/down-topic-icon10.png")
    no-repeat top center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.topic_one_imgone {
  height: 70%;
  margin-top: 5%;
  margin-left: 8%;
  width: auto;
}
.topic_down_onebtn {
  position: absolute;
  bottom: 10%;
  width: 100%;
  display: block;
  text-align: center;
}
.topic_down_onebtn img {
  width: 50%;
  display: inline;
  max-width: 656px;
}

.topic_two {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/down-topic-icon13.png")
    no-repeat top center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.topic_two_imgone {
  height: 95%;
  width: auto;
  margin-top: 5%;
}
.topic_two_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(240, 242, 246, 0.91);
}
.topic_two_bottombtn {
  width: 90%;
  display: block;
  padding: 10px 0;
  margin: 0 auto;
}
.topic_two_bottoml {
  float: left;
  width: 45%;
}
.topic_two_bottomr {
  float: right;
  width: 45%;
}

.topic_three {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/down-topic-icon7.png")
    no-repeat top center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.topic_three_imgone {
  width: 90%;
  height: auto;
  max-height: 1039px;
}

.topic_three_two {
  width: 68%;
  height: auto;
  margin-top: 5%;
}
.topic_three_imgtwo {
  width: 100%;
  height: auto;
  max-height: 1047px;
}

.topic_go_next {
  width: 22px;
  height: 13px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -11px;
  -webkit-animation: downMovies 1.5s linear 0s infinite alternate;
  animation: downMovies 1.5s linear 0s infinite alternate;
}
@-webkit-keyframes downMovies {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 5%;
  }
}
@keyframes downMovies {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 5%;
  }
}

@media screen and (min-height: 800px) {
  .topic_two_imgone {
    height: 80%;
    width: auto;
    margin-top: 5%;
  }
  .topic_one_imgone {
    height: 66%;
    margin-top: 5%;
    margin-left: 3%;
  }
}

@media all and (orientation: landscape) {
  /*����ʱ*/

  .topic_one_imgone {
    height: 63%;
    margin-top: 5%;
    margin-left: 2%;
  }

  .topic_down_onebtn {
    position: relative;
    bottom: auto;
    margin-top: 4%;
    width: auto;
    height: 10%;
    display: block;
    text-align: center;
  }
  .topic_down_onebtn img {
    height: 100%;
    width: auto;
    max-height: 171px;
    display: inline;
  }

  .topic_two_imgone {
    height: 88%;
  }
  .topic_two_bottombtn {
    width: 32%;
    display: block;
    padding: 10px 0;
    margin: 0 auto;
  }

  .topic_three_imgone {
    height: 70%;
    width: auto;
    max-height: 1121px;
  }
  .topic_three_imgtwo {
    height: 100%;
    width: auto;
    max-height: 506px;
  }
  .topic_three_two {
    height: 18%;
    width: auto;
  }
}

@media all and (orientation: portrait) {
  /*����ʱ*/
}

/**616�ҳ2018.6.18**/
.activity618_box {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #2d476c;
}
.activity618_bj {
  width: 100%;
}
.activity618_bj img {
  margin-top: 1%;
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.activity618_bj img {
  width: 100%;
  height: auto;
}

.activity618_new_bj {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #2d476c;
  text-align: center;
}
.activity618_new_bj img {
  width: 100%;
  height: auto;
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}

@media all and (orientation: landscape) {
  /*����ʱ*/
  .activity618_new_bj img {
    height: 100%;
    width: auto;
    display: inline-block;
  }
}

/* .new_activity618_bj{background:#2d476c url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/activity618/new_act618-icon1.png") no-repeat top center;background-size:80% auto;width:100%;height:100%;position:fixed;left:0;top:0;background-color:#2d476c;text-align:center;}
 */
.new_activity618_bj {
  background-color: #2d476c;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
}
.new_activity618_bjimg {
  width: 100%;
  position: absolute;
  top: 8%;
  text-align: center;
}
.new_activity618_bjimg img {
  width: 85%;
  margin: 0 auto;
}
.new_act_cont {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
}
.new_activity618_img {
}
.new_activity618_img img {
  width: 30%;
  margin: 0 auto;
  max-width: 310px;
}
.new_activity618_text {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 5%;
}

.dis_inline {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: top;
}

@media screen and (min-width: 320px) and (max-width: 320px) {
  .new_activity618_img img {
    width: 20%;
  }
}
@media screen and (min-width: 421px) and (max-width: 639px) {
  .new_activity618_bjimg img {
    width: 95%;
  }
  .new_activity618_img img {
    width: 30%;
  }
}
@media screen and (width: 375px) and (height: 812px) {
  .new_activity618_bjimg img {
    width: 95%;
  }
  .new_activity618_img img {
    width: 30%;
  }
  .new_act_cont {
    bottom: 10%;
  }
}
@media screen and (width: 320px) and (height: 568px) {
  .new_activity618_bjimg img {
    width: 90%;
  }
  .new_activity618_img img {
    width: 30%;
  }
  .new_act_cont {
    bottom: 8%;
  }
}
@media screen and (min-width: 640px) {
  .new_activity618_bjimg img {
    width: 65%;
    margin: 0 auto;
  }
  .new_activity618_img img {
    width: 20%;
  }
  .new_activity618_text {
    font-size: 16px;
  }
}

@media all and (orientation: landscape) {
  /*����ʱ*/

  .new_activity618_bjimg {
    top: 5%;
  }
  .new_activity618_bjimg {
    height: 100%;
  }
  .new_activity618_img img {
    width: 16%;
  }
  .new_activity618_bjimg img {
    width: auto;
    height: 50%;
    margin: 0 auto;
  }
}

.new_adv_mask_lileft {
  float: left;
  width: 35%;
}
.new_adv_mask_liright {
  float: left;
  width: 65%;
}

.new_adv_maskul {
  position: absolute;
  bottom: 15px;
  left: 37px;
  width: 80%;
  text-align: left;
}
.new_adv_mask_txt {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: left;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
  .new_adv_maskul {
    left: 18px;
    width: 90%;
  }
  .new_adv_mask_txt {
    line-height: 18px;
  }
  .new_adv_mask_txt {
    font-size: 12px;
  }
}

.new_act_text {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  text-align: center;
}
.act_618_qrcode {
  text-align: center;
}
.act_618_qrcode img {
  width: 200px;
}

.new_adv_newul {
  width: 80%;
  text-align: left;
  margin: 10px auto 30px;
}
.new_adv_newtxt {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: left;
}
.new_adv_lileft {
  float: left;
}
.new_adv_liright {
  float: left;
  width: 70%;
}

@media screen and (min-width: 320px) and (max-width: 460px) {
  .act_618_qrcode img {
    width: 100px;
  }
  .new_act_text {
    font-size: 14px;
  }
  .new_adv_newtxt {
    font-size: 12px;
  }
  .new_adv_newul {
    width: 90%;
  }
}
@media screen and (min-width: 461px) and (max-width: 640px) {
  .act_618_qrcode img {
    width: 200px;
  }
  .new_act_text {
    font-size: 14px;
  }
}
.new_act_model {
  margin-top: 5%;
}

@media screen and (width: 375px) and (height: 812px) {
  .new_act_model {
    margin-top: 15%;
  }
}

.new_adv_spanleft {
  float: left;
}
.new_adv_spanright {
  float: left;
  width: 93%;
}
.new_adv_ahref {
  color: #fff;
}
.new_adv_ahref:hover {
  text-decoration: underline;
}

@media screen and (min-width: 320px) and (max-width: 360px) {
  .new_adv_spanright {
    width: 92%;
  }
}
@media screen and (min-width: 361px) and (max-width: 460px) {
  .new_adv_spanright {
    width: 93%;
  }
}
@media screen and (min-width: 460px) and (max-width: 1024px) {
  .new_adv_spanright {
    width: 94%;
  }
}

/**�����Ż�2018.7.26**/
.summer_activity_box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  min-width: 320px;
  background-color: #fff;
}
.summer_activity_bj {
  width: 100%;
}
.summer_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}

.summer_activity_one {
  position: relative;
}
.summer_activity_twocode {
  position: absolute;
  left: 40%;
  bottom: 2%;
  width: 22%;
  height: auto;
  max-width: 246px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.summer_down_btn {
  cursor: pointer;
}

.summer_activity_two {
  position: relative;
}
.summer_acttwo_btn {
  position: absolute;
  width: 50%;
  height: 70%;
  cursor: pointer;
  display: block;
}
.summer_acttwo_lbtn {
  left: 0;
  top: 0;
}
.summer_acttwo_rbtn {
  right: 0;
  top: 0;
}

/**appFastview**/
.appFastview_activity_box {
  min-width: 320px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.appFastview_activity_top {
  position: relative;
  background-color: #fff;
}
.appFastview_activity_topbj {
  width: 100%;
}
.appFastview_activity_toptxtone {
  position: absolute;
  top: 19%;
  left: 50%;
  margin-left: -323.5px;
  width: 647px;
  height: auto;
  float: left;
}
.appFastview_activity_toptxttwo {
  position: absolute;
  top: 32%;
  left: 50%;
  margin-left: -354.5px;
  width: 709px;
  height: auto;
  float: left;
}
.appFastview_activity_center {
  background-color: #fff;
  padding: 37px 0 80px;
  width: 100%;
}
.appFastview_activity_center ul {
  width: 86%;
  margin: 0 auto;
}
.appFastview_activity_center ul .appFastview_activity_lione {
  color: #2f2725;
  font-size: 24px;
  margin-top: 25px;
}
.appFastview_activity_center ul .appFastview_activity_litwo {
  color: #727171;
  font-size: 20px;
  margin: 20px 0 0;
}
.appFastview_activity_center ul .appFastview_activity_litwo input {
  height: 80px;
  line-height: 80px;
  width: 68%;
  font-size: 36px;
  padding-left: 2%;
  box-sizing: border-box;
  float: left;
  color: #2f2725;
  background-color: #fff;
  border: 1px solid #237de8;
  border-radius: 3px 0 0 3px;
}
.appFastview_activity_center ul .appFastview_activity_litwo a {
  height: 80px;
  line-height: 80px;
  width: 30%;
  font-size: 36px;
  cursor: pointer;
  float: left;
  text-align: center;
  color: #fff;
  background-color: #237de8;
  border-radius: 0 3px 3px 0;
}
.appFastview_activity_center ul .appFastview_activity_submit a {
  background-color: #18a79c;
}
.appFastview_activity_center ul .appFastview_activity_submit input {
  border: 1px solid #18a79c;
}
.appFastview_activity_lierror {
  color: red;
  font-size: 16px;
  line-height: 24px;
}

.appFastview_activity_center ul .appFastview_activity_litwo input::-webkit-input-placeholder {
  color: #dcdddd;
}
.appFastview_activity_center ul .appFastview_activity_litwo input:-moz-placeholder {
  color: #dcdddd;
}
.appFastview_activity_center ul .appFastview_activity_litwo input::-moz-placeholder {
  color: #dcdddd;
}
.appFastview_activity_center ul .appFastview_activity_litwo input:-ms-input-placeholder {
  color: #dcdddd;
}
.appFastview_activity_center ul .appFastview_activity_lithree {
  color: #727171;
  font-size: 18px;
  margin-top: 20px;
}
.appFastview_activity_bottom {
  margin: 90px auto;
  width: 90%;
  background-color: #fff;
}

.appFastview_activity_bottom table {
  width: 100%;
}
.appFastview_activity_bottom table td {
  height: 236px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.appFastview_activity_bottom table td img {
  width: auto;
  height: auto;
}
.appFastview_activity_tdtxt {
  margin-top: 30px;
  font-size: 36px;
  color: #2f2725;
}

.appFastview_activity_mask {
  display: none;
  background-color: #000;
  filter: alpha(opacity=40);
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  zoom: 1;
}

.appFastview_activity_bomb {
  text-align: center;
  display: none;
  width: 618px;
  height: 300px;
  margin: -150px 0 0 -309px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  background-color: #fff;
  border-radius: 20px;
}
.appFastview_activity_bomb img {
  margin-top: 60px;
  width: auto;
}
.appFastview_activity_bomb .appFastview_activity_bomb_txt {
  font-size: 36px;
  color: #2f2725;
  margin-top: 40px;
}

.appFastview_activity_limethod img {
  width: 13px;
  height: auto;
}
.appFastview_activity_limethod {
  color: #c9caca;
  font-size: 24px;
}
.appFastview_activity_baidu {
  height: 80px;
  line-height: 80px;
  width: 68%;
  font-size: 36px;
  padding-left: 2%;
  box-sizing: border-box;
  float: left;
  color: #2f2725;
  background-color: #fff;
  border: 1px solid #237de8;
  border-radius: 3px 0 0 3px;
}
.appFastview_activity_center ul.appFastview_activity_centerbaidu {
  margin-bottom: 70px;
}

.appFastview_get_left {
  float: left;
  width: 127px;
  margin-right: 25px;
}
.appFastview_get_left img {
  width: 100%;
  height: auto;
}
.appFastview_get_right {
  float: left;
  width: 80%;
}
.appFastview_get_right_txt {
  font-size: 36px;
  color: #2f2725;
  line-height: 187px;
}
/*@media screen and (min-width: 320px) and (max-width:360px){*/
/*.new_adv_spanright{width:92%}*/
/*}*/
/*@media screen and (min-width: 361px) and (max-width:460px){*/
/*.new_adv_spanright{width:93%}*/
/*}*/
@media screen and (max-width: 1100px) {
  .appFastview_get_left {
    width: 116px;
    margin-right: 20px;
  }
  .appFastview_get_left img {
    width: 100%;
  }
  .appFastview_get_right {
    width: 80%;
  }
  .appFastview_get_right_txt {
    font-size: 30px;
    line-height: 171px;
  }
}
@media screen and (max-width: 900px) {
  .appFastview_activity_toptxtone {
    top: 19%;
    margin-left: -40%;
    width: 80%;
    max-width: 647px;
  }
  .appFastview_activity_toptxttwo {
    top: 32%;
    margin-left: -40%;
    width: 80%;
    max-width: 709px;
  }
  .appFastview_activity_center {
    padding: 30px 0 60px;
  }
  .appFastview_activity_center ul {
    width: 86%;
  }
  .appFastview_activity_center ul .appFastview_activity_lione {
    font-size: 20px;
    margin-top: 20px;
  }
  .appFastview_activity_center ul .appFastview_activity_litwo {
    font-size: 16px;
    margin: 20px 0 0;
  }
  .appFastview_activity_center ul .appFastview_activity_litwo input {
    height: 60px;
    line-height: 60px;
    width: 68%;
    font-size: 30px;
    padding-left: 2%;
  }
  .appFastview_activity_center ul .appFastview_activity_litwo a {
    height: 60px;
    line-height: 60px;
    width: 30%;
    font-size: 30px;
  }

  .appFastview_activity_center ul .appFastview_activity_lithree {
    font-size: 16px;
    margin-top: 20px;
  }
  .appFastview_activity_bottom {
    margin: 60px auto;
    width: 90%;
  }

  .appFastview_activity_bottom table {
    width: 100%;
  }
  .appFastview_activity_bottom table td {
    height: 200px;
  }
  .appFastview_activity_bottom table td img {
    width: auto;
    height: auto;
  }
  .appFastview_activity_tdtxt {
    margin-top: 30px;
    font-size: 30px;
  }

  .appFastview_activity_limethod img {
    width: 11px;
  }
  .appFastview_activity_limethod {
    font-size: 22px;
  }
  .appFastview_activity_baidu {
    height: 60px;
    line-height: 60px;
    width: 68%;
    font-size: 30px;
    padding-left: 2%;
  }
  .appFastview_activity_center ul.appFastview_activity_centerbaidu {
    margin-bottom: 60px;
  }

  .appFastview_get_left {
    width: 90px;
    margin-right: 20px;
  }
  .appFastview_get_left img {
    width: 100%;
  }
  .appFastview_get_right {
    width: 79%;
  }
  .appFastview_get_right_txt {
    font-size: 28px;
    line-height: 133px;
  }
}
@media screen and (max-width: 640px) {
  .appFastview_activity_toptxtone {
    top: 19%;
    margin-left: -40%;
    width: 80%;
    max-width: 647px;
  }
  .appFastview_activity_toptxttwo {
    top: 32%;
    margin-left: -40%;
    width: 80%;
    max-width: 709px;
  }
  .appFastview_activity_center {
    padding: 20px 0 40px;
  }
  .appFastview_activity_center ul {
    width: 90%;
  }
  .appFastview_activity_center ul .appFastview_activity_lione {
    font-size: 16px;
    margin-top: 15px;
  }
  .appFastview_activity_center ul .appFastview_activity_litwo {
    font-size: 14px;
    margin: 10px 0 0;
  }
  .appFastview_activity_center ul .appFastview_activity_litwo input {
    height: 50px;
    line-height: 50px;
    width: 68%;
    font-size: 16px;
    padding-left: 2%;
  }
  .appFastview_activity_center ul .appFastview_activity_litwo a {
    height: 50px;
    line-height: 50px;
    width: 30%;
    font-size: 16px;
  }

  .appFastview_activity_center ul .appFastview_activity_lithree {
    font-size: 14px;
    margin-top: 10px;
  }
  .appFastview_activity_bottom {
    margin: 40px auto;
    width: 90%;
  }

  .appFastview_activity_bottom table {
    width: 100%;
  }
  .appFastview_activity_bottom table td {
    height: 160px;
  }
  .appFastview_activity_bottom table td img {
    width: auto;
    height: auto;
  }
  .appFastview_activity_tdtxt {
    margin-top: 30px;
    font-size: 20px;
  }

  .appFastview_activity_bomb {
    width: 441px;
    height: 214px;
    margin: -107px 0 0 -220.5px;
    border-radius: 15px;
  }
  .appFastview_activity_bomb img {
    margin-top: 35px;
    width: 80px;
    height: auto;
  }
  .appFastview_activity_bomb .appFastview_activity_bomb_txt {
    font-size: 26px;
    margin-top: 30px;
  }

  .appFastview_activity_limethod img {
    width: 10px;
  }
  .appFastview_activity_limethod {
    font-size: 18px;
  }
  .appFastview_activity_baidu {
    height: 50px;
    line-height: 50px;
    width: 68%;
    font-size: 16px;
    padding-left: 2%;
  }
  .appFastview_activity_center ul.appFastview_activity_centerbaidu {
    margin-bottom: 40px;
  }

  .appFastview_get_left {
    width: 70px;
    margin-right: 15px;
  }
  .appFastview_get_left img {
    width: 100%;
  }
  .appFastview_get_right {
    width: 78%;
  }
  .appFastview_get_right_txt {
    font-size: 24px;
    line-height: 103px;
  }
}
@media screen and (max-width: 460px) {
  .appFastview_activity_toptxtone {
    top: 19%;
    margin-left: -40%;
    width: 80%;
    max-width: 647px;
  }
  .appFastview_activity_toptxttwo {
    top: 32%;
    margin-left: -40%;
    width: 80%;
    max-width: 709px;
  }
  .appFastview_activity_center {
    padding: 20px 0 40px;
  }
  .appFastview_activity_center ul {
    width: 86%;
  }
  .appFastview_activity_center ul .appFastview_activity_lione {
    font-size: 14px;
    margin-top: 10px;
  }
  .appFastview_activity_center ul .appFastview_activity_litwo {
    font-size: 12px;
    margin: 10px 0 0;
  }
  .appFastview_activity_center ul .appFastview_activity_litwo input {
    height: 40px;
    line-height: 40px;
    width: 68%;
    font-size: 14px;
    padding-left: 2%;
  }
  .appFastview_activity_center ul .appFastview_activity_litwo a {
    height: 40px;
    line-height: 40px;
    width: 30%;
    font-size: 14px;
  }

  .appFastview_activity_center ul .appFastview_activity_lithree {
    font-size: 12px;
    margin-top: 10px;
  }
  .appFastview_activity_bottom {
    margin: 20px auto;
    width: 90%;
  }

  .appFastview_activity_bottom table {
    width: 100%;
  }
  .appFastview_activity_bottom table td {
    height: 160px;
  }
  .appFastview_activity_bottom table td img {
    width: auto;
    height: auto;
  }
  .appFastview_activity_tdtxt {
    margin-top: 30px;
    font-size: 14px;
  }

  .appFastview_activity_bomb {
    width: 309px;
    height: 150px;
    margin: -75px 0 0 -154.5px;
    border-radius: 10px;
  }
  .appFastview_activity_bomb img {
    margin-top: 20px;
    width: 70px;
    height: auto;
  }
  .appFastview_activity_bomb .appFastview_activity_bomb_txt {
    font-size: 18px;
    margin-top: 20px;
  }

  .appFastview_activity_limethod img {
    width: 8px;
  }
  .appFastview_activity_limethod {
    font-size: 14px;
  }
  .appFastview_activity_baidu {
    height: 40px;
    line-height: 40px;
    width: 68%;
    font-size: 14px;
    padding-left: 2%;
  }
  .appFastview_activity_center ul.appFastview_activity_centerbaidu {
    margin-bottom: 20px;
  }

  .appFastview_get_left {
    width: 50px;
    margin-right: 10px;
  }
  .appFastview_get_left img {
    width: 100%;
  }
  .appFastview_get_right {
    width: 78%;
  }
  .appFastview_get_right_txt {
    font-size: 20px;
    line-height: 74px;
  }
}

/**京东**/
.jd_activity_one {
  position: relative;
  background-color: #0a1433;
}

.jdios_activity_btnone {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
  text-align: center;
}
.jdios_activity_btnone img {
  height: 100%;
  width: auto;
  -webkit-animation: gif 1s infinite linear;
  animation: gif 1s infinite linear;
}
.jdios_activity_btntwo {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 26%;
  width: 100%;
  height: 6%;
}
.jdios_activity_btnthree {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  height: 6%;
}
.jdios_activity_btnfour {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  height: 6%;
}
.jdios_activity_btnfive {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 49%;
  width: 100%;
  height: 10%;
}

.jdard_activity_btnone {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
  text-align: center;
}
.jdard_activity_btnone img {
  height: 100%;
  width: auto;
  -webkit-animation: gif 1s infinite linear;
  animation: gif 1s infinite linear;
}
@keyframes gif {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jdard_activity_btntwo {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 30%;
  width: 100%;
  height: 6%;
}
.jdard_activity_btnthree {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 16%;
  width: 100%;
  height: 6%;
}
.jdard_activity_btnfour {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  height: 6%;
}
.jdard_activity_btnfive {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 47%;
  width: 100%;
  height: 10%;
}

/**2018双11**/
.double11__acttwo_btn {
  height: 96%;
}

.function_upgrade_gifcont {
  position: relative;
}
.function_upgrade_gif {
  position: absolute;
  width: 51%;
  max-width: 640px;
  left: 6%;
  top: 7%;
}

.april_acttwo_btn {
  position: absolute;
  width: 50%;
  cursor: pointer;
  display: block;
}
.april_acttwo_lbtn {
  left: 0;
  bottom: 0;
  height: 35%;
}
.april_acttwo_rbtn {
  right: 0;
  bottom: 0;
  height: 35%;
}
/**云建筑**/
.newjz_copy_btn {
  position: absolute;
  width: 50%;
  height: 27%;
  cursor: pointer;
  display: block;
  left: 31%;
  top: 38%;
}
.activity_newjz_box {
  max-width: 750px;
}
.activity_newjz_box img {
  vertical-align: top;
}

.newjzbaidu_copy_btn {
  left: 40%;
  top: 47%;
}

/**导流落地页**/
.diversion_toptic_one {
  overflow: hidden;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/acitivity-downloadDiversion-icon24.png")
    no-repeat bottom center;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.diversion_toptic_one_imgone {
  height: 66%;
  margin-top: 5%;
  width: auto;
  max-height: 1353px;
}
.diversion_topic_down_onebtn {
  position: absolute;
  bottom: 7%;
  width: 100%;
  display: block;
  text-align: center;
}
.diversion_topic_down_onebtn img {
  width: 50%;
  display: inline;
  max-width: 730px;
}
.diversion_topic_down_onebtnchange {
  bottom: 12%;
}

.febcad_toptic_one {
  overflow: hidden;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/febCadFeature-icon5.png")
    no-repeat bottom center;
  background-size: cover;
}
.febcad_toptic_one_imgone {
  height: auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.febcad_topic_down_onebtn {
  position: absolute;
  bottom: 7%;
  width: 100%;
  display: block;
  text-align: center;
}
.febcad_topic_down_onebtn img {
  width: 50%;
  display: inline;
  max-width: 730px;
}
.febcad_topic_down_onebtnchange {
  bottom: 12%;
}
.febcad_toptic_onetit {
  font-size: 34px;
  margin-top: 17%;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
  line-height: 48px;
}
.febcad_toptic_onetxt {
  font-size: 16px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
  line-height: 23px;
  margin-top: 7px;
}
.febcad_topic_two {
  overflow: hidden;
  background: #f4f8f8
    url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/febCadFeature-icon7-1.png")
    no-repeat top center;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.febcad_topic_two_top {
  align-items: flex-end;
  margin: 8% 28px 0;
  border-bottom: 1px solid #c2dbd9;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.febcad_topic_two_top span {
  font-size: 22px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
  font-weight: 700;
  text-align: center;
  color: #303534;
  line-height: 30px;
}
.febcad_topic_two_top i {
  opacity: 0.5;
  font-size: 14px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
  font-weight: 500;
  text-align: right;
  color: #303534;
  line-height: 19px;
}
.febcad_topic_two_topcont {
  margin: 3% 15px 0;
}
.febcad_topic_two_topcont img {
  width: 90%;
}
.febcad_topic_twoimg {
  position: absolute;
  top: 15%;
  height: 80%;
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
}

.febcad_topic_three {
  overflow: hidden;
  position: relative;
  background: #ffe279
    url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/febCadFeature-icon15.png")
    no-repeat;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.febcad_topic_three_imgone {
  position: absolute;
  top: 15%;
  height: 80%;
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
}

.febcad_topic_three_topcont {
  margin: 1% 16px 0;
}
.febcad_topic_three_topcont img {
  width: 90%;
}
.febcad_topic_three_listcont {
  width: 80%;
  margin: 0 auto;
}
.febcad_topic_three_listcont li {
  padding: 2% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebce65;
}
.febcad_topic_three_listtit {
  opacity: 0.65;
  font-size: 14px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
  font-weight: 500;
  color: #5a4c1c;
}
.febcad_topic_three_listtxt {
  font-size: 14px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
  font-weight: 500;
  color: #5a4c1c;
}
.febcad_topic_three_listlast {
  border: none;
}
.febcad_topic_two_bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/febCadFeature-icon21.png")
    no-repeat left top;
  background-size: cover;
}
.febcad_topic_two_bottombtn {
  width: 80%;
  display: block;
  padding: 20px 0 10px;
  margin: 0 auto;
}
.febcad_topic_two_bottoml {
  float: left;
  width: 45%;
  max-width: 481px;
}
.febcad_topic_two_bottomr {
  float: right;
  width: 30%;
  max-width: 192px;
  margin-top: 1%;
}
.febcad_topic_two_bottombj {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  text-align: center;
  z-index: -1;
}
.febcad_topic_two_bottombj img {
  width: 100%;
  max-width: 1242px;
}

@media screen and (min-height: 481px) {
  .diversion_topic_down_onebtnchange {
    bottom: 11%;
  }
}
@media screen and (min-height: 800px) {
  .diversion_topic_down_onebtnchange {
    bottom: 9%;
  }
}

.diversion_topic_two {
  overflow: hidden;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/acitivity-downloadDiversion-icon19.png")
    no-repeat top center;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.diversion_topic_two_imgone {
  height: 95%;
  width: auto;
  margin-top: 5%;
  max-height: 1877px;
}
.diversion_topic_two_bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(240, 242, 246, 0.91);
}
.diversion_topic_two_bottombtn {
  width: 90%;
  display: block;
  padding: 10px 0;
  margin: 0 auto;
}
.diversion_topic_two_bottoml {
  float: left;
  width: 45%;
  max-width: 481px;
}
.diversion_topic_two_bottomr {
  float: right;
  width: 45%;
  max-width: 501px;
}
.diversion_topic_two_bottombj {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  text-align: center;
  z-index: -1;
}
.diversion_topic_two_bottombj img {
  width: 100%;
  max-width: 1242px;
}

.diversion_topic_three {
  overflow: hidden;
  position: relative;
  background: #00ada2
    url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/acitivity-downloadDiversion-icon22.png")
    no-repeat;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.diversion_topic_three_imgone {
  height: 70%;
  width: auto;
  max-height: 1229px;
  max-width: 966px;
  margin-top: 5%;
  position: relative;
  z-index: 1;
}

.diversion_topic_three_two {
  width: 55%;
  height: auto;
}
.diversion_topic_three_imgtwo {
  width: 100%;
  height: auto;
  max-width: 684px;
}

.diversion_topic_three_imgthree {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 1242px;
}
.diversion_topic_go_next {
  width: 22px;
  height: 13px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -11px;
  -webkit-animation: downMovies 1.5s linear 0s infinite alternate;
  animation: downMovies 1.5s linear 0s infinite alternate;
}
@-webkit-keyframes downMovies {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 5%;
  }
}
@keyframes downMovies {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 5%;
  }
}
.diversion_examine {
  position: absolute;
  bottom: 2%;
  left: 50%;
  width: 90%;
  margin-left: -45%;
  text-align: center;
}
.diversion_examine li {
  font-size: 12px;
  color: #cec148;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.diversion_examine li span {
  font-size: 12px;
  color: #cec148;
}
.diversion_examine li a {
  font-size: 12px;
  color: #cec148;
  cursor: pointer;
}

.diversion_examine_more {
  width: 90%;
  margin: 0 auto 5px;
  text-align: center;
}
.diversion_examine_more li {
  font-size: 12px;
  color: #8e8c8c;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.diversion_examine_more li span {
  font-size: 12px;
  color: #8e8c8c;
}
.diversion_examine_more li a {
  font-size: 12px;
  color: #8e8c8c;
  cursor: pointer;
}

.diversion_auto_cont {
  width: 90%;
  height: 100vh;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.diversion_auto_cont h1 {
  margin-bottom: 20px;
  font-size: 18px;
}
.diversion_auto_cont li {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 460px) {
  .diversion_toptic_one_imgone {
    width: 87%;
    height: auto;
    margin-top: 14%;
  }
  .diversion_topic_two_imgone {
    width: 100%;
    height: auto;
    margin-top: 15%;
    max-width: 1075px;
  }
  .diversion_topic_three .diversion_topic_three_imgone {
    width: 90%;
    height: auto;
    margin-top: 30%;
  }
}
@media screen and (max-width: 420px) {
  .diversion_topic_two_imgone {
    width: 93%;
    height: auto;
    margin-top: 10%;
  }
  .diversion_topic_three .diversion_topic_three_imgone {
    margin-top: 20%;
  }
}
@media screen and (max-width: 330px) {
  .diversion_toptic_one_imgone {
    width: 76%;
    height: auto;
    margin-top: 11%;
  }
  .diversion_topic_two_imgone {
    height: 87%;
    width: auto;
    margin-top: 10%;
  }
  .diversion_topic_three .diversion_topic_three_imgone {
    margin-top: 10%;
  }

  .febcad_toptic_onetit {
    font-size: 24px;
    margin-top: 5%;
    line-height: 32px;
  }
  .febcad_toptic_onetxt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }

  .febcad_topic_two_top span {
    font-size: 18px;
    line-height: 26px;
  }
  .febcad_topic_two_top i {
    font-size: 12px;
    line-height: 16px;
  }
  .febcad_topic_two_top {
    margin: 7% 28px 0;
    padding-bottom: 9px;
  }
  .febcad_topic_two_topcont img {
    width: 85%;
  }
  .febcad_topic_twoimg {
    position: absolute;
    top: 21%;
    height: 68%;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .febcad_topic_three_topcont img {
    width: 79%;
  }
  .febcad_topic_three_listtxt {
    font-size: 12px;
  }
}
@media screen and (width: 375px) and (height: 812px) {
  .diversion_toptic_one_imgone {
    margin-top: 25%;
  }
}

@media all and (orientation: landscape) {
  /*����ʱ*/

  .diversion_toptic_one_imgone {
    height: 48%;
    margin-top: 5%;
  }

  .diversion_topic_down_onebtn {
    position: relative;
    bottom: auto;
    margin-top: 4%;
    width: auto;
    height: 10%;
    display: block;
    text-align: center;
  }
  .diversion_topic_down_onebtn img {
    height: 100%;
    width: auto;
    max-height: 228px;
    display: inline;
  }

  /*.diversion_topic_down_onebtnchange{bottom:10%;}*/

  .diversion_topic_two_imgone {
    height: 88%;
  }
  .diversion_topic_two_bottombtn {
    width: 32%;
    display: block;
    padding: 10px 0;
    margin: 0 auto;
  }
  /*.diversion_topic_two_bottoml{height:90%;width:auto;max-height:146px;}*/
  /*.diversion_topic_two_bottomr{height:90%;width:auto;max-height:146px;}*/

  /*.diversion_topic_three_imgone{height:70%;width:auto;max-height:1418px;}*/
  .diversion_topic_three_imgtwo {
    height: 100%;
    width: auto;
    max-height: 720px;
  }
  .diversion_topic_three_two {
    height: 18%;
    width: auto;
  }
}

/**DWG图纸助手**/
.dwghelp_model {
  max-width: 750px;
  margin: 0 auto;
}
.dwghelp_model_top {
  width: 100%;
}
.dwghelp_model_top img {
  width: 100%;
  max-width: 750px;
}
.dwghelp_model_center {
  width: 100%;
  margin: 0 auto;
}
.dwghelp_center_upload {
  text-align: center;
  position: relative;
  width: 386px;
  margin: 0 auto;
  overflow: hidden;
}
.dwghelp_center_upload img.dwghelp_upload_img {
  width: 100%;
  height: auto;
  max-width: 386px;
}
.upload_file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 56px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.upfile_loading {
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.upfile_loading img {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 30%;
  left: 50%;
  margin-left: -14px;
}
.upload_progress {
  width: 90%;
  left: 50%;
  top: 10%;
  position: absolute;
  margin-left: -45%;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.upload_progress span {
  display: block;
  width: 10%;
  height: 100%;
  background-color: #2ec6cc;
  animation: move 2s;
}
.file_url {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
/*实现元素宽度的过渡动画效果*/
@keyframes move {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.upload_error {
  line-height: 42px;
  margin-bottom: 10px;
  font-size: 20px;
  color: red;
  text-align: center;
}
.dwghelp_model_center li {
  float: left;
  text-align: right;
}
li.dwghelp_center_txt {
  height: 58px;
  line-height: 58px;
  width: 20%;
  font-size: 26px;
  margin-right: 2%;
  color: #909090;
}
li.dwghelp_center_input {
  width: 70%;
}
li.dwghelp_center_input input {
  height: 58px;
  line-height: 58px;
  font-size: 26px;
  width: 73%;
  padding: 0 10% 0 2%;
  color: #909090;
  border-radius: 5px;
  border: none;
  background-color: #f2f2f2;
  float: left;
}
li.dwghelp_center_input input.dwghelp_inputbj {
  background: #f2f2f2
    url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/activity-dwghelp-icon3.png")
    no-repeat 95% center;
}
li.dwghelp_center_input textarea {
  font-size: 26px;
  width: 73%;
  padding: 10px 10% 10px 2%;
  color: #909090;
  border-radius: 5px;
  border: none;
  background-color: #f2f2f2;
  float: left;
  resize: none;
}
.dwghelp_error {
  line-height: 42px;
  height: 42px;
  font-size: 20px;
  padding-left: 22%;
  color: red;
}
.dwghelp_qq {
  text-align: center;
  margin-bottom: 20px;
}
.dwghelp_qq img {
  width: 395px;
  height: auto;
}
.dwghelp_bottom {
  padding: 50px 0 95px;
  background: #f2f2f2
    url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/activity-dwghelp-icon5.png")
    no-repeat top center;
  background-size: cover;
}
.dwghelp_bottom h2 {
  font-size: 32px;
  line-height: 40px;
  color: #31c8cd;
  margin-bottom: 40px;
  text-align: center;
  font-weight: normal;
}
.dwghelp_submit {
  height: 90px;
  line-height: 90px;
  font-size: 32px;
  z-index: 1;
  color: #f5fafa;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #2ec6cc;
  width: 100%;
}
.dwghelp_bottom_cont {
  width: 86%;
  margin: 0 auto;
}
.dwghelp_bottom_tit {
  color: #666;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 5px;
}
.dwghelp_bottom_txt {
  font-size: 22px;
  line-height: 30px;
  color: #909090;
}
.dwghelp_bottom_bj {
  padding-left: 20%;
  width: 80%;
  margin-bottom: 70px;
}
.dwghelp_bottom_bj:last-child {
  margin-bottom: 0px;
}
.dwghelp_bottom_bjone {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/activity-dwghelp-icon6.png")
    no-repeat left center;
  background-size: auto 100%;
}
.dwghelp_bottom_bjtwo {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/activity-dwghelp-icon7.png")
    no-repeat left center;
  background-size: auto 100%;
}
.dwghelp_bottom_bjthree {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/activity-dwghelp-icon8.png")
    no-repeat left center;
  background-size: auto 100%;
}
.dwghelp_bottom_bjfour {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/activity-dwghelp-icon9.png")
    no-repeat left center;
  background-size: auto 100%;
}
.dwghelp_remarks {
  font-size: 20px;
  color: #909090;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (min-width: 480px) and (max-width: 750px) {
  .dwghelp_model {
    width: 100%;
  }
  .dwghelp_center_upload {
    width: 45%;
  }
  li.dwghelp_center_txt {
    height: 50px;
    line-height: 50px;
    width: 20%;
    font-size: 20px;
    margin-right: 2%;
  }
  li.dwghelp_center_input {
    width: 70%;
  }
  li.dwghelp_center_input input {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    width: 73%;
    padding: 0 10% 0 2%;
  }
  li.dwghelp_center_input input.dwghelp_inputbj {
    background-size: auto 14px;
  }
  li.dwghelp_center_input textarea {
    font-size: 20px;
    width: 73%;
    padding: 10px 10% 10px 2%;
  }
  .dwghelp_error {
    line-height: 34px;
    height: 34px;
    font-size: 16px;
    padding-left: 22%;
  }
  .upload_error {
    line-height: 34px;
    font-size: 16px;
  }
  .dwghelp_qq {
    margin-bottom: 20px;
  }
  .dwghelp_qq img {
    width: 52%;
    max-width: 395px;
    height: auto;
  }
  .dwghelp_bottom {
    padding: 50px 0 95px;
  }
  .dwghelp_bottom h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .dwghelp_submit {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
  }
  .dwghelp_bottom_cont {
    width: 86%;
  }
  .dwghelp_bottom_tit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .dwghelp_bottom_txt {
    font-size: 16px;
    line-height: 20px;
  }
  .dwghelp_bottom_bj {
    padding-left: 20%;
    width: 80%;
    margin-bottom: 60px;
  }

  .dwghelp_bottom_bjone {
    background-size: auto 50px;
  }
  .dwghelp_bottom_bjtwo {
    background-size: auto 50px;
  }
  .dwghelp_bottom_bjthree {
    background-size: auto 50px;
  }
  .dwghelp_bottom_bjfour {
    background-size: auto 50px;
  }

  .dwghelp_remarks {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 400px) and (max-width: 479px) {
  .dwghelp_model {
    width: 100%;
  }
  .dwghelp_center_upload {
    width: 45%;
  }
  li.dwghelp_center_txt {
    height: 40px;
    line-height: 40px;
    width: 20%;
    font-size: 18px;
    margin-right: 2%;
  }
  li.dwghelp_center_input {
    width: 70%;
  }
  li.dwghelp_center_input input {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    width: 73%;
    padding: 0 10% 0 2%;
  }
  li.dwghelp_center_input input.dwghelp_inputbj {
    background-size: auto 10px;
  }
  li.dwghelp_center_input textarea {
    font-size: 18px;
    width: 73%;
    padding: 10px 10% 10px 2%;
  }
  .dwghelp_error {
    line-height: 26px;
    height: 26px;
    font-size: 16px;
    padding-left: 22%;
  }
  .upload_error {
    line-height: 26px;
    font-size: 16px;
  }
  .dwghelp_qq {
    margin-bottom: 10px;
  }
  .dwghelp_qq img {
    width: 52%;
    max-width: 395px;
    height: auto;
  }
  .dwghelp_bottom {
    padding: 40px 0 70px;
  }
  .dwghelp_bottom h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .dwghelp_submit {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  .dwghelp_bottom_cont {
    width: 86%;
  }
  .dwghelp_bottom_tit {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .dwghelp_bottom_txt {
    font-size: 14px;
    line-height: 22px;
  }
  .dwghelp_bottom_bj {
    padding-left: 20%;
    width: 80%;
    margin-bottom: 50px;
  }

  .dwghelp_bottom_bjone {
    background-size: auto 40px;
  }
  .dwghelp_bottom_bjtwo {
    background-size: auto 40px;
  }
  .dwghelp_bottom_bjthree {
    background-size: auto 40px;
  }
  .dwghelp_bottom_bjfour {
    background-size: auto 40px;
  }

  .dwghelp_remarks {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 399px) {
  .dwghelp_model {
    width: 100%;
  }
  .dwghelp_center_upload {
    width: 45%;
  }
  li.dwghelp_center_txt {
    height: 32px;
    line-height: 32px;
    width: 20%;
    font-size: 14px;
    margin-right: 2%;
  }
  li.dwghelp_center_input {
    width: 70%;
  }
  li.dwghelp_center_input input {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    width: 73%;
    padding: 0 10% 0 2%;
  }
  li.dwghelp_center_input input.dwghelp_inputbj {
    background-size: auto 10px;
  }
  li.dwghelp_center_input textarea {
    font-size: 14px;
    width: 73%;
    padding: 10px 10% 10px 2%;
  }
  .dwghelp_error {
    line-height: 22px;
    height: 22px;
    font-size: 12px;
    padding-left: 22%;
  }
  .upload_error {
    line-height: 22px;
    font-size: 12px;
  }
  .dwghelp_qq {
    margin-bottom: 10px;
  }
  .dwghelp_qq img {
    width: 52%;
    max-width: 395px;
    height: auto;
  }
  .dwghelp_bottom {
    padding: 30px 0 60px;
  }
  .dwghelp_bottom h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .dwghelp_submit {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .dwghelp_bottom_cont {
    width: 86%;
  }
  .dwghelp_bottom_tit {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .dwghelp_bottom_txt {
    font-size: 12px;
    line-height: 20px;
  }
  .dwghelp_bottom_bj {
    padding-left: 20%;
    width: 80%;
    margin-bottom: 40px;
  }

  .dwghelp_bottom_bjone {
    background-size: auto 34px;
  }
  .dwghelp_bottom_bjtwo {
    background-size: auto 34px;
  }
  .dwghelp_bottom_bjthree {
    background-size: auto 34px;
  }
  .dwghelp_bottom_bjfour {
    background-size: auto 34px;
  }

  .dwghelp_remarks {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.act_privilegefun_top {
  width: 100%;
  height: 400px;
  position: relative;
  background: linear-gradient(135deg, rgba(149, 240, 232, 1) 0%, rgba(12, 173, 181, 1) 100%);
  overflow: hidden;
}
.act_privilegefun_topmodel {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/accountPrivilegeFun/activity-accountPrivilegeFun-icn1.png")
    no-repeat center bottom;
  background-size: cover;
}

.act_privilegefun_model {
  width: 1200px;
  margin: 0 auto;
  font-family: Arial, "Microsoft YaHei", \5b8b\4f53;
  transition: all 0.3s ease-in;
}
.act_privilegefun_model img {
  width: auto;
}
.act_privilegefun_topmodel_logo {
  width: 192px;
  height: 60px;
  display: block;
  margin-top: 20px;
}
.act_privilegefun_topmodel_txt {
  margin-top: 50px;
  font-size: 80px;
  font-family: Arial, "Microsoft YaHei", \5b8b\4f53;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 106px;
  letter-spacing: 6px;
  text-align: center;
}
.act_privilegefun_topmodel_tab {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.act_privilegefun_topmodel_tab a {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  width: 189px;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 1);
  background: none;
  border-bottom: none;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  margin-left: 0;
}
.act_privilegefun_topmodel_tab_al {
  border-radius: 15px 0px 0px 0px;
}
.act_privilegefun_topmodel_tab_ar {
  border-radius: 0px 15px 0px 0px;
}
.act_privilegefun_topmodel_tab a.tab_current {
  background: rgba(255, 255, 255, 1);
  color: rgba(61, 61, 61, 1);
}
.act_privilegefun_topmodel_tab a:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(61, 61, 61, 1);
}

.act_privilegefun_model h2 {
  padding: 100px 0 40px;
  text-align: center;
}
.act_privilegefun_model h2 img {
  width: auto;
}
.act_privilegefun_model ul {
  display: flex;
  flex-wrap: wrap;
}
.act_privilegefun_model ul li {
  float: left;
  width: 250px;
  flex-grow: 1;
  margin-bottom: 40px;
}
.act_privilegefun_itemimg {
  text-align: center;
}
.act_privilegefun_itemtit {
  font-size: 28px;
  font-weight: bold;
  color: rgba(61, 61, 61, 1);
  line-height: 37px;
  text-align: center;
}
.act_privilegefun_itemtxt {
  font-size: 15px;
  color: rgba(61, 61, 61, 1);
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}
.act_privilegefun_itemlast .act_privilegefun_itemimg {
  width: 250px;
}
.act_privilegefun_itemlast .act_privilegefun_itemtit {
  width: 250px;
}
.act_privilegefun_itemlast .act_privilegefun_itemtxt {
  width: 250px;
}

.act_privilefun_tab_winmodel_two {
  width: 100%;
  height: 614px;
  background: linear-gradient(135deg, rgba(149, 240, 232, 1) 0%, rgba(12, 173, 181, 1) 100%);
}

.act_privilefun_tab_winmodel_two .act_privilegefun_itemtit {
  color: #fff;
}
.act_privilefun_tab_winmodel_two .act_privilegefun_itemtxt {
  color: #fff;
}

.act_privilefun_tab_winmodel_four {
  height: 687px;
  margin-top: 169px;
  margin-bottom: 177px;
  background: linear-gradient(135deg, rgba(149, 240, 232, 1) 0%, rgba(12, 173, 181, 1) 100%);
  position: relative;
}

.act_privilefun_tab_winmodel_btn {
  width: 460px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 43px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  background: linear-gradient(180deg, rgba(253, 253, 181, 1) 0%, rgba(242, 194, 52, 1) 100%);
  box-shadow: 0px 0px 25px 8px rgba(255, 255, 210, 0.67), 30px 39px 42px -6px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -230px;
}
.act_privilefun_tab_winmodel_four .act_privilegefun_model {
  height: 100%;
}
.act_privilefun_tab_winmodel_fourcont {
  height: 100%;
  width: 100%;
  position: relative;
}
.act_privilefun_tab_winmodel_fourcont img {
  position: absolute;
  bottom: -109px;
  right: -10%;
}
.act_privilefun_tab_winmodel_fourcont h3 {
  font-size: 24px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 32px;
}
.act_privilefun_tab_winmodel_fourcont h4 {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  font-weight: normal;
}
.act_privilefun_tab_winmodel_fourcont h3.winmodel_fourfirsth3 {
  margin-top: 140px;
}

.act_privilefun_tab_phonemodel_three {
  width: 100%;
  height: 615px;
}
.act_privilefun_tab_phonemodel_three ul {
  width: 90%;
  margin: 0 auto;
}

.act_privilefun_tab_phonemodel_four {
  height: 943px;
  width: 100%;
  background: linear-gradient(135deg, rgba(149, 240, 232, 1) 0%, rgba(12, 173, 181, 1) 100%);
}
.act_privilefun_tab_phonemodel_four .act_privilegefun_itemtit {
  color: #fff;
}
.act_privilefun_tab_phonemodel_four .act_privilegefun_itemtxt {
  color: #fff;
}
.act_privilefun_tab_phonemodel_six {
  background: rgba(246, 250, 255, 1);
  padding-bottom: 169px;
}
.act_privilefun_tab_phonemodel_seven {
  margin: 0;
}
#act_privilegefun_win {
}
#act_privilegefun_phone {
  display: none;
}

/**应用于百度推广和360推广**/
.promotion_down_btn {
  width: 194px;
  height: 51px;
  position: fixed;
  right: 36px;
  top: 86px;
  z-index: 9999;
  display: block;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-down-icon20.png")
    no-repeat center;
  cursor: pointer;
  background-size: 100%;
}
.promotion_down_btn:hover {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-down-icon21.png")
    no-repeat center;
  background-size: 100%;
}
.promotion_top {
  width: 100%;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-icon2.png")
    no-repeat left bottom;
  background-size: cover;
}
.promotion_logo {
  margin: 30px 0 100px 30px;
}
.promotion_logo img {
  width: auto;
}
.promotion_common {
  width: 80%;
  margin: 0 auto;
}
.promotion_top_cont li {
  float: left;
  width: 50%;
}
.promotion_top_info img {
  float: left;
  height: 69px;
  width: auto;
}
.promotion_top_info span {
  float: left;
  line-height: 69px;
  margin-left: 23px;
}
.promotion_top_info span {
  font-size: 46px;
  color: #ffffff;
}
.promotion_top_info span:last-child {
  color: #5bd0cb;
}
.promotion_top_cont_rli {
  text-align: right;
}
.promotion_top_cont_rli img {
  width: 100%;
  max-width: 580px;
}
.promotion_top_txt {
  line-height: 40px;
  font-size: 24px;
  margin: 27px 0 70px;
  color: #fff;
}
.promotion_top_btn {
  width: 130px;
  padding-left: 44px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  text-align: center;
  margin-right: 40px;
  color: #333;
  border-radius: 5px;
  background: #fff
    url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-icon4.png")
    no-repeat 24px center;
  cursor: pointer;
}
.promotion_top_btn:hover {
  color: #fff;
  background: #52b8b4
    url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-icon16.png")
    no-repeat 24px center;
}
.promotion_top_next {
  text-align: center;
  margin: 40px auto 50px;
}
.promotion_top_next img {
  width: 21px;
  height: auto;
}

.promotion_center {
  width: 100%;
  background-color: #fafafa;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.promotion_center_bj {
  position: absolute;
  bottom: -490px;
  right: -390px;
  width: 780px;
  height: 780px;
  border-radius: 780px;
  z-index: 0;
  background-color: #f4f3fa;
}
.promotion_center .promotion_common {
  position: relative;
  z-index: 1;
}
.promotion_center ul {
  display: flex;
  flex-wrap: wrap;
}
.promotion_center ul li {
  float: left;
  width: 30%;
  margin-right: 2%;
  flex-grow: 1;
  margin-bottom: 40px;
  height: 250px;
  border-radius: 15px;
  box-shadow: 0 3px 30px rgba(0, 89, 178, 0.3);
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-icon7.png")
    no-repeat left top;
  background-size: cover;
}
.promotion_center ul li:hover {
  box-shadow: 0 3px 30px rgba(1, 40, 62, 0.55);
}
.promotion_center_item {
  width: 90%;
  margin: 24px auto 0;
}
.promotion_center .promotion_common img {
  width: 50px;
  height: auto;
}
.promotion_center_tit {
  margin: 10px 0;
  font-size: 28px;
  line-height: 37px;
  color: #fff;
}
.promotion_center_txt {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #61a7de;
  padding-top: 10px;
}

.promotion_bottom {
  width: 100%;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-icon14.png")
    no-repeat center top;
  background-size: cover;
}
.promotion_bottom .promotion_bottom_img {
  margin-top: 50px;
  text-align: center;
}
.promotion_bottom .promotion_bottom_img img {
  width: 144px;
  height: auto;
}
.promotion_bottom_logo {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.promotion_bottom_txt {
  margin: 10px 0 36px;
  font-size: 48px;
  line-height: 64px;
  color: #fff;
  text-align: center;
}
.promotion_bottom_btn {
  margin-bottom: 145px;
  text-align: center;
}

.fix_weixin {
  position: fixed;
  right: 6px;
  bottom: 100px;
  text-align: center;
  background-color: #fff;
  z-index: 1010101;
}

.fix_weixin a {
  width: 80px;
  height: 24px;
  padding-top: 56px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  display: block;
  background: #fff
    url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-icon21.png")
    no-repeat center 6px;
}
.fix_weixin a:hover {
  color: #fff;
  background: #00b975
    url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-icon21-1.png")
    no-repeat center 6px;
}

.fix_weixin .hidebox {
  width: 180px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  position: absolute;
  left: -194px;
  top: 0px;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  transform-origin: 180px 22px;
}

.fix_weixin:hover .hidebox {
  transform: scale(1);
}

/*footer*/
.footerlogo {
  width: 224px;
  height: 24px;
  float: left;
  margin-top: 95px;
}
.footerkf {
  float: left;
  width: 670px;
  padding-top: 87px;
  margin-left: 40px;
}
.footerkf dl {
  float: left;
  width: 280px;
}
.footerkf dl dt {
  float: left;
  width: 65px;
  border-right: 1px solid #343b41;
  text-align: center;
  height: 45px;
  vertical-align: middle;
  display: table-cell;
}
.phone {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/phone.png)
    no-repeat center center;
}
.mail {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/mail.png)
    no-repeat center center;
}
.footerkf dl dd {
  margin-left: 65px;
  color: #fff;
  padding-left: 20px;
}
.footerkf dl dd h3 {
  font-size: 14px;
  line-height: 10px;
}
.footerkf dl dd p {
  font-size: 14px;
  padding-top: 15px;
}
.footermbb {
  float: left;
  padding-top: 72px;
}
.footermbb dl {
  float: left;
  margin-left: 50px;
  position: relative;
}
.footermbb dl dt {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.wx {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/wechat_.png);
}
.footermbb dl a:hover .wx {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/wechat_hover.png);
}
.fs {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/qq_C.png);
}
.footermbb dl a:hover .fs {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/qq_C_hover.png);
  color: #14a6eb;
}
.wb {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/sina_weibo.png);
}
.footermbb dl a:hover .wb {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/sina_weibo_hover.png);
}
.footermbb dl dd {
  padding-top: 8px;
  color: #fff;
}
.footetop {
  height: 208px;
  border-bottom: 1px solid #444c56;
}

.footbot {
  font-size: 14px;
  text-align: center;
  color: #99a0a6;
  padding: 10px 0;
}
.footbot a {
  padding: 0 20px;
  color: #99a0a6;
}
#footer {
  background-color: #24333f;
}
#footer2 {
  background-color: #f3f6f7;
  color: #666;
}
#footer2 .footerkf dl dd,
#footer2 .footermbb dl dd {
  color: #666;
  font-size: 12px;
}
#footer2 .footetop {
  border-bottom: 1px solid #e2e2e2;
}
#footer2 .footerkf dl dt {
  border-right: 1px solid #e2e2e2;
}
.weibots {
  background-color: #bcbec0;
  width: 114px;
  height: 109px;
  position: absolute;
  left: -35px;
  top: -120px;
  text-align: center;
  display: none;
}
.qqbots {
  background-color: #bcbec0;
  width: 154px;
  height: 74px;
  line-height: 74px;
  position: absolute;
  left: -50px;
  top: -87px;
  text-align: center;
  font-size: 16px;
  color: #000;
  display: none;
}
.weibots img {
  margin-top: 13px;
}
.tsb {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #bcbec0;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -8px;
}
.footermbb dl a:hover .weibots,
.footermbb dl a:hover .qqbots,
.sdkfootermbb dl a:hover .weibots,
.sdkfootermbb dl a:hover .qqbots {
  display: block;
}
#footer2 img {
  width: auto;
}

@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}
.container {
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .container {
    width: 90%;
  }
}
@media screen and (min-width: 981px) and (max-width: 1500px) {
  .promotion_common {
    width: 85%;
  }
  .promotion_top_cont li {
    width: 58%;
  }
  .promotion_top_cont li.promotion_top_cont_rli {
    width: 42%;
  }
  .promotion_top_info img {
    height: 59px;
  }
  .promotion_top_info span {
    line-height: 59px;
    margin-left: 20px;
  }
  .promotion_top_info span {
    font-size: 36px;
  }
  .promotion_center_txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 985px) and (max-width: 1142px) {
  .promotion_center_item {
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 980px) {
  .promotion_down_btn {
    width: 116px;
    height: 30px;
  }
  .promotion_top {
    width: 100%;
  }
  .promotion_logo {
    margin: 30px 0 100px 30px;
  }
  .promotion_common {
    width: 90%;
  }
  .promotion_top_cont li {
    width: 60%;
  }
  .promotion_top_cont li.promotion_top_cont_rli {
    width: 40%;
  }
  .promotion_top_info img {
    height: 46px;
    width: auto;
  }
  .promotion_top_info span {
    line-height: 46px;
    margin-left: 15px;
  }
  .promotion_top_info span {
    font-size: 24px;
  }

  .promotion_top_txt {
    line-height: 36px;
    font-size: 20px;
    margin: 20px 0 50px;
  }
  .promotion_top_btn {
    width: 110px;
    padding-left: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin-right: 20px;
    background: #fff
      url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-icon4.png")
      no-repeat 18px center;
  }
  .promotion_top_btncont .promotion_top_btn:last-child {
    margin-right: 0;
  }
  .promotion_top_next {
    text-align: center;
    margin: 40px auto 50px;
  }
  .promotion_top_next img {
    width: 21px;
    height: auto;
  }

  .promotion_center {
    padding: 80px 0;
  }
  .promotion_center_bj {
    position: absolute;
    bottom: -490px;
    right: -390px;
    width: 780px;
    height: 780px;
    border-radius: 780px;
    z-index: 0;
    background-color: #f4f3fa;
  }

  .promotion_center ul li {
    float: left;
    width: 30%;
    margin-right: 2%;
    flex-grow: 1;
    margin-bottom: 40px;
    height: 320px;
    border-radius: 15px;
    box-shadow: 0 3px 30px rgba(0, 89, 178, 0.3);
  }
  .promotion_center_item {
    width: 90%;
    margin: 24px auto 0;
  }
  .promotion_center .promotion_common img {
    width: 50px;
  }
  .promotion_center_tit {
    margin: 10px 0;
    font-size: 28px;
    line-height: 37px;
  }
  .promotion_center_txt {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
  }

  .promotion_bottom .promotion_bottom_img {
    margin-top: 40px;
  }
  .promotion_bottom .promotion_bottom_img img {
    width: 134px;
  }
  .promotion_bottom_logo {
    font-size: 28px;
    line-height: 40px;
  }
  .promotion_bottom_txt {
    margin: 10px 0 30px;
    font-size: 40px;
    line-height: 60px;
  }
  .promotion_bottom_btn {
    margin-bottom: 100px;
    text-align: center;
  }
}
@media screen and (min-width: 400px) and (max-width: 639px) {
  .promotion_down_btn {
    width: 116px;
    height: 30px;
    right: 20px;
    top: 50px;
  }
  .promotion_logo {
    margin: 20px 0 50px 20px;
  }
  .promotion_logo img {
    width: auto;
  }
  .promotion_common {
    width: 88%;
    margin: 0 auto;
  }
  .promotion_top_cont li {
    float: none;
    width: 100%;
  }
  .promotion_top_info img {
    float: left;
    height: 56px;
    width: auto;
  }
  .promotion_top_info span {
    float: left;
    line-height: 56px;
    margin-left: 15px;
  }
  .promotion_top_info span {
    font-size: 24px;
  }

  .promotion_top_cont_rli {
    text-align: center;
  }
  .promotion_top_cont_rli img {
    width: 90%;
    max-width: 580px;
  }
  .promotion_top_txt {
    line-height: 40px;
    font-size: 22px;
    margin: 20px 0 50px;
    color: #fff;
  }
  .promotion_top_btn {
    width: 120px;
    padding-left: 34px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin-right: 20px;
    background: #fff
      url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-icon4.png")
      no-repeat 20px center;
  }
  .promotion_top_btncont {
    margin-bottom: 30px;
  }
  .promotion_top_btncont .promotion_top_btn:last-child {
    margin-right: 0;
  }
  .promotion_top_next {
    margin: 20px auto 30px;
  }
  .promotion_top_next img {
    width: 21px;
    height: auto;
  }

  .promotion_center {
    padding: 80px 0 40px;
  }
  .promotion_center_bj {
    bottom: -340px;
    right: -240px;
    width: 480px;
    height: 480px;
    border-radius: 480px;
  }

  .promotion_center ul li {
    float: left;
    width: 45%;
    margin-right: 2%;
    margin-bottom: 40px;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0 3px 20px rgba(0, 89, 178, 0.3);
  }
  .promotion_center_item {
    width: 90%;
    margin: 15px auto 0;
  }
  .promotion_center .promotion_common img {
    width: 42px;
    height: auto;
  }
  .promotion_center_tit {
    margin: 10px 0;
    font-size: 24px;
    line-height: 32px;
  }
  .promotion_center_txt {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
  }

  .promotion_bottom .promotion_bottom_img {
    margin-top: 40px;
    text-align: center;
  }
  .promotion_bottom .promotion_bottom_img img {
    width: 120px;
    height: auto;
  }
  .promotion_bottom_logo {
    font-size: 24px;
    line-height: 32px;
  }
  .promotion_bottom_txt {
    margin: 10px 0 36px;
    font-size: 36px;
    line-height: 44px;
  }
  .promotion_bottom_btn {
    margin-bottom: 100px;
    text-align: center;
  }
  .promotion_bottom_btn .promotion_top_btn:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 399px) {
  .promotion_down_btn {
    width: 100px;
    height: 26px;
    right: 20px;
    top: 50px;
  }
  .promotion_logo {
    margin: 20px 0 50px 20px;
  }
  .promotion_logo img {
    width: auto;
  }
  .promotion_common {
    width: 88%;
    margin: 0 auto;
  }
  .promotion_top_cont li {
    float: none;
    width: 100%;
  }
  .promotion_top_info img {
    float: left;
    height: 40px;
    width: auto;
  }
  .promotion_top_info span {
    float: left;
    line-height: 40px;
    margin-left: 10px;
  }
  .promotion_top_info span {
    font-size: 20px;
  }

  .promotion_top_cont_rli {
    text-align: center;
  }
  .promotion_top_cont_rli img {
    width: 90%;
    max-width: 580px;
  }
  .promotion_top_txt {
    line-height: 30px;
    font-size: 18px;
    margin: 20px 0 40px;
  }
  .promotion_top_btn {
    width: 100px;
    padding-left: 24px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    margin-right: 10px;
    background: #fff
      url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-icon4.png")
      no-repeat 10px center;
    background-size: 20px auto;
  }
  .promotion_top_btncont {
    margin-bottom: 30px;
  }
  .promotion_top_btncont .promotion_top_btn:last-child {
    margin-right: 0;
  }
  .promotion_top_next {
    margin: 20px auto 30px;
  }
  .promotion_top_next img {
    width: 19px;
    height: auto;
  }

  .promotion_center {
    padding: 50px 0 20px;
  }
  .promotion_center_bj {
    bottom: -340px;
    right: -240px;
    width: 480px;
    height: 480px;
    border-radius: 480px;
  }

  .promotion_center ul li {
    float: left;
    width: 45%;
    margin-right: 2%;
    margin-bottom: 40px;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0 3px 20px rgba(0, 89, 178, 0.3);
  }
  .promotion_center_item {
    width: 90%;
    margin: 20px auto 0;
  }
  .promotion_center .promotion_common img {
    width: 28px;
    height: auto;
  }
  .promotion_center_tit {
    margin: 10px 0;
    font-size: 20px;
    line-height: 28px;
  }
  .promotion_center_txt {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
  }

  .promotion_bottom .promotion_bottom_img {
    margin-top: 30px;
    text-align: center;
  }
  .promotion_bottom .promotion_bottom_img img {
    width: 100px;
    height: auto;
  }
  .promotion_bottom_logo {
    font-size: 20px;
    line-height: 32px;
  }
  .promotion_bottom_txt {
    margin: 10px 0 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .promotion_bottom_btn {
    margin-bottom: 60px;
    text-align: center;
  }
  .promotion_bottom_btn .promotion_top_btn:last-child {
    margin-right: 0;
  }
}

.tagUpgradeRadius_acttwo_btn {
  position: absolute;
  width: 50%;
  height: 20%;
  cursor: pointer;
  display: block;
}
.tagUpgradeRadius_acttwo_onebtn {
  left: 0;
  top: 45%;
}
.tagUpgradeRadius_acttwo_twobtn {
  right: 0;
  top: 45%;
}
.tagUpgradeRadius_acttwo_threebtn {
  left: 0;
  top: 65%;
}

/**2019猪年吉祥**/
.lucky_activity_box {
  width: 100%;
  min-width: 320px;
  background-color: #fff;
}
.lucky_activity_bj {
  width: 100%;
}
.lucky_activity_bjcont {
  max-width: 1242px;
  margin: 0 auto;
  position: relative;
}
.lucky_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.lucky_activity_one {
  background-color: #be1f33;
}
.lucky_activity_videomodel {
  background-color: #000;
}
.lucky_video_bjpic {
  width: 100%;
}
.lucky_activity_onevideo {
  position: absolute;
  left: 15%;
  top: 15%;
  width: 29%;
  max-width: 400px;
}
.lucky_activity_bj video {
  width: 100%;
}
.lucky_video_bj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lucky_video_bjcol {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.5);
}
.lucky_video_bjimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/activity-luckyNewYear-icon10.png")
    no-repeat center;
  background-size: 60% auto;
}

.lucky_activity_onevideobtn {
  position: absolute;
  left: 59%;
  bottom: 9%;
  width: 32%;
  height: 10%;
  max-width: 400px;
  cursor: pointer;
}

.lucky_activity_twovideo {
  position: absolute;
  left: 55%;
  top: 23%;
  width: 30%;
  max-width: 400px;
}

.lucky_activity_twovideobtn {
  position: absolute;
  left: 9%;
  bottom: 4%;
  width: 32%;
  height: 10%;
  max-width: 400px;
  cursor: pointer;
}

.lucky_activity_fourvideo {
  position: absolute;
  left: 55%;
  top: 16%;
  width: 30%;
  max-width: 400px;
}

.lucky_activity_fourvideobtn {
  position: absolute;
  left: 9%;
  bottom: 9%;
  width: 32%;
  height: 10%;
  max-width: 400px;
  cursor: pointer;
}

.lucky_activity_bottom {
  background-color: #be1f33;
}

@media screen and (min-width: 240px) and (max-width: 1279px) {
  .footermbb {
    display: none;
  }
  .footerkf {
    width: 45%;
    margin-left: 1rem;
    padding-top: 0rem;
  }
  .footerlogo {
    width: 30%;
    margin-left: 1.5rem;
    margin-top: 4rem;
  }
  .footerkf dl {
    float: none;
    width: 100%;
    margin-top: 2rem;
  }
  .footerkf dl dt {
    width: 2.5rem;
    height: 1.5rem;
    background-size: contain;
  }
  .footerkf dl dd {
    margin-left: 2.7rem;
    padding-left: 0.5rem;
  }
  .footerkf dl dd p {
    padding-top: 0.5rem;
  }
  .footbot p:first-child {
    display: none;
  }
  .footbot p {
    font-size: 0.5rem;
    padding: 0 3rem;
    line-height: 1.2rem;
  }
  .footetop {
    height: 11rem;
  }
  .sdkfootkf {
    width: 45%;
    margin-left: 1rem;
    padding-top: 0rem;
  }
  .sdkfooterlogo {
    width: 30%;
    margin-left: 1.5rem;
    margin-top: 4rem;
  }
  .sdkfootkf dl {
    float: none;
    width: 100%;
    margin-top: 2rem;
  }
  .sdkfootkf dl dt {
    width: 2.5rem;
    height: 1.5rem;
    background-size: contain;
  }
  .sdkfootkf dl dd {
    margin-left: 2.7rem;
    padding-left: 0.5rem;
  }
  .sdkfootkf dl dd p {
    padding-top: 0.5rem;
  }
  .footbot p:first-child {
    display: none;
  }
  .footbot p {
    font-size: 0.5rem;
    padding: 0 3rem;
  }
  .footetop {
    height: 11rem;
  }
  .sdkfootermbb {
    display: none;
  }
  .sdkcontlx {
    width: 50%;
    padding-left: 40%;
    padding-top: 1rem;
  }
  .hzqy {
    padding-bottom: 3rem;
  }
  .sdktops {
    padding-bottom: 1rem;
  }
}

/**年卡促销**/
.cardPromotion_activity_box {
  max-width: 750px;
  margin: 0 auto;
  min-width: 320px;
}
.cardPromotion_activity_cont {
  position: relative;
}
.cardPromotion_onebtn {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11%;
  font-size: 0;
  display: block;
  text-align: center;
}
.cardPromotion_onebtn img {
  height: 100%;
  max-height: 74px;
  width: auto;
  -webkit-animation: cardgif 1s infinite linear;
  animation: cardgif 1s infinite linear;
}
.cardPromotion_twobtn {
  cursor: pointer;
  position: absolute;
  left: 7%;
  bottom: 8%;
  width: 43%;
  height: 7%;
  font-size: 0;
  display: block;
  text-align: center;
}
.cardPromotion_twobtn img {
  height: 100%;
  max-height: 74px;
  width: auto;
  -webkit-animation: cardgif 1s infinite linear;
  animation: cardgif 1s infinite linear;
}

.cardPromotion_threebtn {
  cursor: pointer;
  position: absolute;
  right: 7%;
  bottom: 8%;
  width: 43%;
  height: 7%;
  font-size: 0;
  display: block;
  text-align: center;
}
.cardPromotion_threebtn img {
  height: 100%;
  max-height: 74px;
  width: auto;
  -webkit-animation: cardgif 1s infinite linear;
  animation: cardgif 1s infinite linear;
}

.cardPromotion_fourbtn {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 8%;
  width: 100%;
  height: 30%;
  font-size: 0;
  display: block;
  text-align: center;
}
.cardPromotion_fourbtn img {
  height: 100%;
  max-height: 74px;
  width: auto;
  -webkit-animation: cardgif 1s infinite linear;
  animation: cardgif 1s infinite linear;
}
@keyframes cardgif {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/**云批注**/
.annotation_cont {
  position: relative;
}
.annotation_videomodel {
  position: absolute;
  left: 4%;
  top: 5%;
  width: 92%;
  max-width: 960px;
}
.annotation_videomodel_pic {
  width: 100%;
}

.annotation_bottom_arrowimg {
  width: 25px;
  height: 35px;
  position: absolute;
  top: 28%;
  left: 50%;
  margin-left: -12px;
  -webkit-animation: annotationMovies 1.5s linear 0s infinite alternate;
  animation: annotationMovies 1.5s linear 0s infinite alternate;
}
@-webkit-keyframes annotationMovies {
  0% {
    top: 28%;
  }
  50% {
    top: 25%;
  }
  100% {
    top: 28%;
  }
}
@keyframes annotationMovies {
  0% {
    top: 28%;
  }
  50% {
    top: 25%;
  }
  100% {
    top: 28%;
  }
}
@media screen and (min-width: 320px) and (max-width: 640px) {
  .annotation_bottom_arrowimg {
    width: 4%;
    height: auto;
  }
}
.annotation_bottom_copyimg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

.annotation_bottom_txtcont {
  display: block;
  position: absolute;
  top: 68%;
  left: 50%;
  margin-left: -47.5%;
  width: 95%;
  height: 30%;
  text-align: center;
  cursor: default;
}

.annotation_bottom_txtcont span {
  float: left;
  line-height: 100px;
  font-size: 30px;
  width: 86%;
  color: #424242;
}
.annotation_bottom_txtcont span a {
  color: #da3939;
  cursor: pointer;
  text-decoration: underline;
}
.annotation_bottom_txtcont span a:hover {
  text-decoration: none;
}
.annotation_bottom_iconhref {
  display: block;
}
img.annotation_bottom_gif {
  height: 100%;
  width: auto;
  float: left;
  position: absolute;
  left: 2%;
  top: 0;
  z-index: 1;
}

.newoffer_activity_botmbtn a {
  cursor: pointer;
  margin: 30px auto 50px;
  display: block;
  width: 80%;
  text-align: center;
}
.newoffer_activity_botmbtn a img {
  width: 100%;
  max-width: 875px;
  height: auto;
  -webkit-animation: annotationgif 1s infinite linear;
  animation: annotationgif 1s infinite linear;
}

@keyframes annotationgif {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.alert_mask_bj {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.alert_mask {
  display: none;
  width: 300px;
  height: 150px;
  margin-left: -150px;
  margin-top: -75px;
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2;
}
.alert_mask .alert_mask_msg {
  text-align: center;
  word-wrap: break-word;
  margin: 20px auto 0;
  width: 90%;
  line-height: 30px;
}
.alert_mask a {
  display: block;
  width: 100px;
  margin-left: -50px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: 13px;
  left: 50%;
  background-color: #95ccfd;
  border-radius: 5px;
  cursor: pointer;
}

.notemay_activity_box {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto;
  min-width: 320px;
}
.notemay_activity_bj {
  width: 100%;
  position: relative;
}
.notemay_activity_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: top;
}
.notemay_activity_bj img.notemay_activity_bjimg {
  width: 100%;
  height: auto;
}
.notemay_videomodel {
  position: absolute;
  width: 31%;
  top: 14%;
  right: 14.6%;
}
.notemay_btn {
  position: absolute;
  display: block;
  top: 82%;
  left: 8%;
  width: 34%;
  max-width: 426px;
  -webkit-animation: notemayif 1s infinite linear;
  animation: notemayif 1s infinite linear;
}

.notemay_videomodel_left {
  right: auto;
  left: 14%;
  width: 31%;
  top: 11%;
}
.notemay_btn_right {
  left: auto;
  right: 8%;
  top: 80%;
}

.notemay_activity_three .notemay_videomodel_right {
  top: 22%;
}
.notemay_activity_three .notemay_btn_left {
  top: 87%;
}

.notemay_activity_four .notemay_videomodel_left {
  top: 14%;
}
.notemay_activity_four .notemay_btn_right {
  right: 9%;
}

.notemay_activity_five .notemay_btn_left {
  top: 81%;
}

.notemay_activity_six .notemay_videomodel_left {
  top: 14%;
}

.promotionNew_top_txt {
  display: flex;
  width: 750px;
}

@keyframes notemayif {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.act618_box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  min-width: 320px;
}
.act618_bj {
  width: 100%;
  position: relative;
  font-size: 0;
}
.act618_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: top;
}
.act618_bj img.act618_bjimg {
  width: 100%;
  height: auto;
}
.act618_imgbtnone {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 90%;
  max-width: 974px;
  margin-left: -45%;
  -webkit-animation: notemayif 1s infinite linear;
  animation: notemayif 1s infinite linear;
  cursor: pointer;
}
.act618_imgcopy {
  position: absolute;
  right: 20%;
  top: 52%;
  width: 16%;
  -webkit-animation: notemayif 1s infinite linear;
  animation: notemayif 1s infinite linear;
  cursor: pointer;
}
.act618_imgbtntwo {
  position: absolute;
  right: 8%;
  top: 31%;
  width: 21%;
  -webkit-animation: notemayif 1s infinite linear;
  animation: notemayif 1s infinite linear;
  cursor: pointer;
}

.actJuly_mp4_cont video {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 1%;
}
.actJuly_imgbtnone {
  width: 93%;
  position: absolute;
  height: 38%;
  cursor: pointer;
  left: 4%;
  top: 29%;
}
.wechatBuy_box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  min-width: 320px;
}

.wechatBuy_imgcopy_one {
  width: 24%;
  height: 16%;
  position: absolute;
  left: 59%;
  top: 52%;
  cursor: pointer;
}
.wechatBuy_imgcopy_two {
  width: 28%;
  height: 17%;
  position: absolute;
  left: 72%;
  top: 12%;
  cursor: pointer;
}

.actTreasuremap_txt {
  word-wrap: break-word;
  font-size: 24px;
  line-height: 34px;
  color: #bf5100;
  position: absolute;
  width: 74%;
  height: 30%;
  top: 42%;
  left: 50%;
  margin-left: -37%;
}
.actTreasuremap_imgcopy {
  position: absolute;
  width: 59%;
  height: 17%;
  left: 20%;
  top: 78%;
  display: block;
}
.actTreasuremap_input {
  border: none;
  color: #5ebce7;
  font-size: 24px;
  line-height: 34px;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 70%;
  height: 26%;
  left: 15%;
  top: 50%;
}
.actTreasuremap_input_btn {
  display: block;
  position: absolute;
  width: 59%;
  height: 17%;
  left: 20%;
  top: 80%;
}
.actTreasuremap_imgcopy_two {
  position: absolute;
  width: 28%;
  height: 7%;
  left: 45%;
  top: 77%;
  display: block;
}
.actTreasuremap_lookall_btn {
  display: none;
  position: absolute;
  width: 30%;
  height: 28%;
  left: 35%;
  top: 12%;
  display: block;
}
.actTreasuremap_lookall_btn img {
  width: 100%;
  height: auto;
}

.actTreasuremap_lookall_box {
  width: 100%;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/actTreasureMap_icon15.png")
    repeat-y left bottom;
  background-size: 100% auto;
}
.actTreasuremap_lookall_box_scroll {
  position: relative;
}
.actTreasuremap_lookall_box_scrollcont {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.actTreasuremap_lookall_ul_scroll {
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  width: 90%;
  margin: 0 auto 30px;
}
.actTreasuremap_lookall_ul {
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  width: 90%;
  margin: 0 auto 30px;
}
.actTreasuremap_loop_oneli {
  float: left;
  width: 38px;
}
.actTreasuremap_loop_oneli img {
  width: 100%;
  height: auto;
}
.actTreasuremap_loop_twoli {
  width: 10%;
  float: left;
  text-align: center;
  color: #f5fcff;
}
.actTreasuremap_loop_threeli {
  float: left;
  color: #f5fcff;
  width: 32%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.actTreasuremap_loop_fourli {
  float: left;
  width: 53%;
  color: #f5fcff;
}
.actTreasuremap_loop_fourli span {
  color: #ffeb41;
}

.actTreasuremap_lookall_model {
  width: 100%;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/actTreasureMap_icon17.png")
    no-repeat center;
  background-size: cover;
}
.actTreasuremap_lookall_modelcont {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 5%;
  background: -moz-linear-gradient(top, #107fd7, #4561d9);
  background: -webkit-linear-gradient(top, #107fd7, #4561d9);
  background: -o-linear-gradient(top, #107fd7, #4561d9);
  -webkit-box-shadow: 0 0 8px rgba(212, 170, 255, 0.5);
  -moz-box-shadow: 0 0 8px rgba(212, 170, 255, 0.5);
  box-shadow: 0 0 8px rgba(212, 170, 255, 0.5);
}
.actTreasuremap_lookall_modelcontimgdiv {
  position: absolute;
  top: -16%;
  left: 50%;
  width: 39%;
  height: 98%;
  margin-left: -19.5%;
}
.actTreasuremap_lookall_modelcontimgdiv img.actTreasuremap_lookall_modelcontimg {
  width: 425px;
}
.actTreasuremap_lookall_modelbtn {
  position: absolute;
  width: 30%;
  height: 28%;
  left: 35%;
  top: 12%;
  display: block;
}
.actTreasuremap_lookall_modelbtn img {
  width: 100%;
  height: auto;
}

.actTreasuremap_input::-webkit-input-placeholder {
  color: #5ebce7;
}
.actTreasuremap_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #5ebce7;
}
.actTreasuremap_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5ebce7;
}

.actTreasuremap_video {
  /*position: absolute;*/
  /*width: 90%;*/
  /*height: 89%;*/
  /*left: 5%;*/
  /*top: 1%;*/

  /*width:100%;*/
}
.actTreasure_video_mask {
  text-align: center;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.newhome_threevideo_close {
  width: 100%;
  background: #fff;
}
.newhome_threevideo_close span {
  float: right;
  font-size: 28px;
  width: 30px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px 0 0;
  color: #333;
  cursor: pointer;
}
.actTreasuremap_video {
  width: auto;
  height: 90%;
  margin-top: 10px;
  margin-left: 2%;
}

.actTreasuremap_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5ebce7;
}

.actTreasuremap_activity_mask {
  display: none;
  background-color: #000;
  filter: alpha(opacity=40);
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  zoom: 1;
}
.actTreasuremap_activity_bomb {
  text-align: center;
  display: none;
  font-size: 18px;
  width: 300px;
  height: 100px;
  line-height: 100px;
  margin: -50px 0 0 -150px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  background-color: #fff;
  border-radius: 20px;
}

.tagfunapp_mp4_cont video {
  width: 54%;
  position: absolute;
  left: 23%;
  top: 14%;
}

.publictest_ard_downone {
  width: 24%;
  height: 37%;
  position: absolute;
  left: 15%;
  top: 57%;
  cursor: pointer;
}
.publictest_ard_copyone {
  width: 24%;
  height: 26%;
  position: absolute;
  left: 70%;
  top: 0;
  cursor: pointer;
}
.publictest_ard_downtwo {
  width: 93%;
  height: 37%;
  position: absolute;
  left: 4%;
  top: 64%;
  cursor: pointer;
}

.publictest_ios_downone {
  width: 24%;
  height: 37%;
  position: absolute;
  left: 15%;
  top: 60%;
  cursor: pointer;
}
.publictest_ios_copyone {
  width: 24%;
  height: 26%;
  position: absolute;
  left: 71%;
  top: 0;
  cursor: pointer;
}
.publictest_ios_downtwo {
  width: 93%;
  height: 37%;
  position: absolute;
  left: 4%;
  top: 64%;
  cursor: pointer;
}

.mouse_box .actJuly_mp4_cont video {
  width: 72%;
  position: absolute;
  left: 14%;
  top: 0;
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .actTreasuremap_lookall_ul {
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    margin-bottom: 20px;
  }
  .actTreasuremap_loop_oneli {
    width: 38px;
  }
  .actTreasuremap_loop_twoli {
    width: 10%;
  }
  .actTreasuremap_loop_threeli {
    width: 32%;
  }
  .actTreasuremap_loop_fourli {
    width: 53%;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .actTreasuremap_lookall_ul {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .actTreasuremap_loop_oneli {
    width: 29px;
  }
  .actTreasuremap_loop_twoli {
    width: 10%;
  }
  .actTreasuremap_loop_threeli {
    width: 32%;
  }
  .actTreasuremap_loop_fourli {
    width: 53%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .actTreasuremap_txt {
    font-size: 18px;
    line-height: 24px;
  }
  .actTreasuremap_input {
    font-size: 18px;
    line-height: 24px;
  }

  .actTreasuremap_lookall_ul {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .actTreasuremap_loop_oneli {
    width: 29px;
  }
  .actTreasuremap_loop_twoli {
    width: 10%;
  }
  .actTreasuremap_loop_threeli {
    width: 32%;
  }
  .actTreasuremap_loop_fourli {
    width: 53%;
  }
}
@media screen and (min-width: 414px) and (max-width: 767px) {
  .actTreasuremap_txt {
    font-size: 12px;
    line-height: 16px;
  }
  .actTreasuremap_input {
    font-size: 12px;
    line-height: 16px;
  }

  .actTreasuremap_lookall_ul {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .actTreasuremap_loop_oneli img {
    margin-top: 3px;
  }
  .actTreasuremap_loop_oneli {
    width: 14px;
  }
  .actTreasuremap_loop_twoli {
    width: 9%;
  }
  .actTreasuremap_loop_threeli {
    width: 23%;
  }
  .actTreasuremap_loop_fourli {
    width: 60%;
  }
}
@media screen and (min-width: 375px) and (max-width: 413px) {
  .actTreasuremap_txt {
    font-size: 12px;
    line-height: 14px;
    width: 76%;
    height: 30%;
    top: 41%;
    left: 50%;
    margin-left: -38%;
  }
  .actTreasuremap_input {
    font-size: 12px;
    line-height: 14px;
  }

  .actTreasuremap_lookall_ul {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .actTreasuremap_loop_oneli img {
    margin-top: 2px;
  }
  .actTreasuremap_loop_oneli {
    width: 14px;
  }
  .actTreasuremap_loop_twoli {
    width: 9%;
  }
  .actTreasuremap_loop_threeli {
    width: 23%;
  }
  .actTreasuremap_loop_fourli {
    width: 60%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .actTreasuremap_txt {
    font-size: 12px;
    line-height: 12px;

    width: 78%;
    height: 30%;
    top: 41%;
    left: 50%;
    margin-left: -38%;
  }
  .actTreasuremap_input {
    font-size: 12px;
    line-height: 12px;
  }
  .actTreasuremap_lookall_ul {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .actTreasuremap_loop_oneli img {
    margin-top: 3px;
  }
  .actTreasuremap_loop_oneli {
    width: 10px;
  }
  .actTreasuremap_loop_twoli {
    width: 10%;
  }
  .actTreasuremap_loop_threeli {
    width: 18%;
  }
  .actTreasuremap_loop_fourli {
    width: 67%;
  }
}

/**promotion360改版**/

.new_container {
  width: 1280px;
  margin: 0 auto;
}
.new_container_arch {
  width: 1400px;
}
.new_container_newbaidu {
  width: 90%;
  padding: 100px 0;
  max-width: 2200px;
}
.index_modelcont {
  width: 1030px;
  margin: 0 auto;
}

.new_head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999990;
}
.new_head_top {
  height: 80px;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
}
.new_head_top a.new_head_logo {
  float: left;
  cursor: pointer;
  height: 28px;
  height: 1.4rem;
  margin-top: 23px;
}
.new_head_top a.new_head_logo img {
  height: 100%;
  float: left;
  width: auto;
}
.new_head_topr {
  width: 80%;
  float: right;
  text-align: right;
}
.new_head_topr li {
}
.new_head_topline {
  width: 1px;
  height: 44px;
  margin: 20px 30px 0;
  margin: 20px 1.5rem 0;
  background-color: #eaeced;
}

.new_head_topconect {
  height: 42px;
  padding-left: 60px;
  padding-left: 3rem;
  text-align: left;
}
.new_head_topphone {
  margin-top: 22px;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/header-icon1.png")
    no-repeat left center;
}
.new_head_toptit {
  font-size: 12px;
  color: #9d9d9d;
}
.new_head_toptxt {
  font-size: 12px;
  color: #161616;
  margin-top: 6px;
}
.new_head_topphone .new_head_toptit {
  margin-top: 5px;
}
.new_head_topemail .new_head_toptit {
  margin-top: 3px;
}
.new_head_topemail {
  margin-top: 25px;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/header-icon2.png")
    no-repeat left center;
}
.new_head_third {
  cursor: pointer;
  text-align: center;
  font-size: 0;
  padding-top: 35px;
  font-size: 10px;
  color: #424242;
}
.new_head_thirdkf {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/header-icon3.png")
    no-repeat top center;
}
.new_head_thirdkf:hover {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon3-1.png")
    no-repeat top center;
}
.new_head_thirdwx {
  position: relative;
  margin: 0 25px;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/header-icon4.png")
    no-repeat top center;
}
.new_head_thirdwx:hover {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon4-1.png")
    no-repeat top center;
}
.new_head_wxcont {
  display: none;
  position: absolute;
  width: 85px;
  height: 85px;
  left: -19px;
  top: 53px;
  z-index: 10;
}
.new_head_thirdwx:hover .new_head_wxcont {
  display: block;
}
.new_head_thirdwb {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/header-icon5.png")
    no-repeat top center;
}
.new_head_thirdwb:hover {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon5-1.png")
    no-repeat top center;
}
.new_head_thirdcont {
  margin-top: 16px;
}
.new_head_cad {
  line-height: 80px;
  cursor: pointer;
  font-size: 12px;
  color: #5f5f5f;
}
.new_head_cad:hover {
  color: #5fc5b4;
}
.new_head_addFavorite {
  padding: 0 10px 0 31px;
  font-size: 12px;
  margin-top: 28px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  color: #5f5f5f;
  border: 1px solid rgba(95, 95, 95, 1);
  text-align: center;
  cursor: pointer;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/new_img/header-icon38.png")
    no-repeat 10px center;
}
.new_head_addFavorite:hover {
  border: 1px solid rgba(33, 167, 167, 1);
  color: #21a7a7;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon39.png")
    no-repeat 10px center;
}
.new_head_addFavorite_active {
  border: 1px solid rgba(57, 174, 174, 1);
  color: #21a7a7;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon40.png")
    no-repeat 10px center;
}
.h5_menur_mailto {
  color: #161616;
}
.h5_menur_mailto:hover {
  text-decoration: underline;
}
.new_head_menu {
  width: 100%;
  height: 64px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.new_head_menublue {
  background-color: #21a7a7;
}
.new_head_menucont {
  padding: 0 45px;
  height: 100%;
}
.new_head_menulogo {
  float: left;
  width: 35px;
  height: 100%;
  cursor: pointer;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/logo.png")
    no-repeat center;
}
.new_head_menublue .new_head_menulogo {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/logo-1.png")
    no-repeat center;
}
.new_head_wite .new_head_menulogo {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/logo-1.png")
    no-repeat center;
}

.new_head_menur {
  float: right;
  width: 85%;
  height: 100%;
  text-align: right;
  font-size: 0;
}
.new_head_menur li {
  position: relative;
  height: 100%;
  margin-left: 80px;
}
a.new_head_menuone {
  font-size: 14px;
  color: #333333;
  height: 100%;
  line-height: 64px;
  cursor: pointer;
}
.new_head_menuhas {
  padding-right: 15px;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon7.png")
    no-repeat right center;
}
a.new_head_menuone:hover {
  color: #6ab5b8;
}
.new_head_menuhas:hover {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon7-2.png")
    no-repeat right center;
}

.new_head_menublue a.new_head_menuone {
  color: #ffffff;
}
.new_head_menublue a.new_head_menuone:hover {
  color: #fff;
  font-weight: 600;
}
.new_head_wite a.new_head_menuone {
  color: #ffffff;
}
.new_head_wite a.new_head_menuone:hover {
  color: #fff;
  font-weight: 600;
}

.new_head_menublue a.new_head_menuone {
  color: #ffffff;
}
.new_head_menublue .new_head_menuhas {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon7-1.png")
    no-repeat right center;
}
.new_head_menublue a.new_head_menuone:hover {
  color: #fff;
  font-weight: 600;
}
.new_head_menublue .new_head_menuhas:hover {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon7-1.png")
    no-repeat right center;
}

.new_head_menublue li.new_head_checked a.new_head_menuone {
  color: #fff;
  font-weight: 600;
}
.new_head_menublue li.new_head_checked .new_head_menuhas {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon7-1.png")
    no-repeat right center;
}

.new_head_wite a.new_head_menuone {
  color: #ffffff;
}
.new_head_wite .new_head_menuhas {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon7-1.png")
    no-repeat right center;
}
.new_head_wite a.new_head_menuone:hover {
  color: #fff;
  font-weight: 600;
}
.new_head_wite .new_head_menuhas:hover {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon7-1.png")
    no-repeat right center;
}

.new_head_wite li.new_head_checked a.new_head_menuone {
  color: #fff;
  font-weight: 600;
}
.new_head_wite li.new_head_checked .new_head_menuhas {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon7-1.png")
    no-repeat right center;
}

.new_head_menuchild {
  padding: 20px 0;
  position: absolute;
  top: 64px;
  left: -22px;
  display: none;
  background-color: #fff;
  box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(236, 238, 239, 1);
}
.new_head_menulihas:hover .new_head_menuchild {
  display: block;
}
.new_head_menuchild a {
  font-size: 14px;
  padding: 0 15px;
  width: 120px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
  color: #939393;
  text-align: left;
}
.new_head_menuchild a:hover {
  padding-left: 30px;
  width: 105px;
  color: #6ab5b8;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon7-3.png")
    no-repeat 18px center;
}
.new_head_menuchild a.new_head_menuchild_checked {
  padding-left: 30px;
  width: 105px;
  color: #6ab5b8;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon7-3.png")
    no-repeat 18px center;
}

.index_top {
  width: 100%;
  padding-top: 100px;
  background-color: #2d4c66;
}
.mobile_top_left {
  width: 45%;
  float: left;
  padding: 5% 0 0;
}
.mobile_top_model {
  position: relative;
}
.mobile_top_rimg {
  width: 55%;
  float: right;
  max-width: 858px;
}

.mobile_top_leftnew {
  float: right;
}
.mobile_top_rimgnew {
  float: left;
  margin-left: -5%;
}

.mobile_top h2 {
  font-size: 48px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  line-height: 64px;
  letter-spacing: 0px;
}
.mobile_top span {
}
.mobile_top_txt {
  text-align: left;
  line-height: 32px;
  font-size: 18px;
  color: rgba(102, 102, 102, 1);
  width: 80%;
  letter-spacing: 4px;
  margin: 16px 0 48px;
}

.mobile_top_btnlist {
  float: left;
  text-align: center;
  margin-right: 24px;
}
.pcversion_downbtn {
  background: #21a7a7
    url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/pc-icon4.png)
    no-repeat 19px center;
}
.pcversion_downbtn:hover {
  background-color: #0dbeb3;
}
.mobile_top_btnlist img {
  width: 90%;
  max-width: 118px;
}
.mobile_top_btnlist a {
  float: left;
  width: 130px;
  height: 40px;
  padding-left: 40px;
  border-radius: 4px;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 24px;
  text-align: center;
  cursor: pointer;
}
.mobile_top_btnlist a.pcversion_downbtnone {
  width: 80px;
}
.pcversion_top h2 {
  color: #fff;
}
.pcversion_top h2 span {
  color: #00c0a4;
  position: relative;
}
.pcversion_top_txt {
  color: #fff;
}

.new_home_four {
  background-color: #fbfbfb;
  padding: 80px 0 0;
}
.new_home_fourapp {
  padding-bottom: 0;
}
.new_home_threetit {
  font-size: 48px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 64px;
  letter-spacing: 4px;
  text-align: center;
}
.new_home_fourinfo {
  padding: 48px 0;
  position: relative;
  background: #fbfbfb
    url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/header-icon16.png)
    repeat;
}
.new_home_fourbjl {
  width: 46px;
  height: 46px;
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 2;
}
.new_home_fourbjr {
  width: 46px;
  height: 46px;
  position: absolute;
  right: -22px;
  bottom: -17px;
  z-index: 2;
}
.new_home_four .new_home_threetit {
  color: #333;
}
.new_home_fourcont {
  margin: 48px 0 0;
}
.new_home_fourlist {
  margin-bottom: 15px;
  width: 32%;
  height: 240px;
  float: left;
  margin-right: 1%;
  transition: all 0.15s ease-in-out 0s;
}
.new_home_fourcontapp {
  margin-bottom: 0;
}
.new_home_fourlist:nth-child(3n) {
  margin-right: 0;
}
.new_home_fourlist .new_home_fourlistimg {
  float: left;
  width: 16%;
  margin: 52px 5% 0 6%;
  transition: all 0.15s ease-in-out 0s;
}
.new_home_fourlist .new_home_fourlistimg img {
  width: 100%;
  height: auto;
  max-width: 64px;
}
.new_home_fourlist .new_home_fourlistinfo {
  float: left;
  width: 65%;
}
.new_home_fourlisttit {
  margin: 32px 0 14px 0;
  font-size: 28px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 36px;
  letter-spacing: 8px;
}
.new_home_fourlisttxt {
  font-size: 18px;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
}

.new_home_fourlist:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.new_home_fourlist:hover .new_home_fourlistimg {
  margin-top: 76px;
}

.new_home_five {
  padding: 55px 0 150px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-icon33.png)
    no-repeat center;
  background-size: cover;
}
.new_home_fivetxt {
  font-size: 18px;
  margin-bottom: 43px;
  color: rgba(77, 77, 77, 1);
  line-height: 24px;
  letter-spacing: 2px;
  text-align: center;
}
.new_home_five_img {
  text-align: center;
}
.new_home_five_img img {
  width: 144px;
  height: auto;
}
.new_home_five .new_home_fourinfo {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/promotion-icon34.png)
    repeat;
}
.new_home_five .new_home_threetit {
  color: #333;
}
.new_home_fivebtncont {
  text-align: center;
}
.new_home_fivebtncont .mobile_top_btnlist {
  float: none;
}
.member_adv_bottom {
  width: 100%;
  background-color: #313945;
  font-size: 18px;
  text-align: center;
  color: #959aa0;
  line-height: 73px;
}

.h5_header_model {
  width: 100%;
  height: 44px;
  display: none;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04), 0px 3px 4px 0px rgba(0, 0, 0, 0.08),
    0px 1px 3px 0px rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.h5_header_cont {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.h5_header_cont a {
  display: block;
  height: 44px;
  position: absolute;
}
.h5_header_leftbtn {
  width: 22px;
  right: 0;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/h5-header-icon1.png")
    no-repeat center;
  transition: background 0.5s;
  -moz-transition: background 0.5s; /* Firefox 4 */
  -webkit-transition: background 0.5s; /* Safari 和 Chrome */
  -o-transition: background 0.5s;
}
.h5_header_leftbtnopen {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/h5-header-icon1-2.png")
    no-repeat center;
}

.h5_header_centerbtn {
  width: 20px;
  left: 0;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/h5-header-icon2.png")
    no-repeat center;
}
.h5_header_rightbtn {
  width: 22px;
  left: 0;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/h5-header-icon3.png")
    no-repeat center;
  transition: background 0.5s;
  -moz-transition: background 0.5s; /* Firefox 4 */
  -webkit-transition: background 0.5s; /* Safari 和 Chrome */
  -o-transition: background 0.5s;
}

.h5_header_rightbtnopen {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/h5-header-icon1-2.png")
    no-repeat center;
}
.h5_menul_model {
  display: none;
  position: absolute;
  width: 90%;
  right: 0;
  top: 43px;
  padding: 24px 0;
  border: 1px solid #cbcbcb;
  border-right: 2px solid #21a7a7;
  background-color: #fff;
  z-index: 99999;
}
.h5_menul_model ul {
  width: 90%;
  margin: 0 auto;
}
li.h5_menul_list {
  border-bottom: 1px solid #dcdcdc;
}
a.h5_menul_a {
  float: left;
  margin: 0 8px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 600;
  color: #433c3a;
}
i.h5_menul_ahaschild {
  float: left;
  height: 16px;
  line-height: 16px;
  margin-top: 14px;
  width: 16px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
  color: #21a7a7;
}
i.h5_menul_childclose {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/promotion/h5-header-icon4.png")
    no-repeat center;
}
i.h5_menul_childopen {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/h5-header-icon5.png")
    no-repeat center;
}
.h5_menul_childcont {
  margin-left: 20px;
  display: none;
}
.h5_menul_childcont a {
  font-size: 12px;
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
  color: rgba(67, 60, 58, 1);
  line-height: 20px;
  cursor: pointer;
}
.h5_menul_childcont a:hover {
  color: #21a7a7;
}
.h5_menul_aportraitcont {
  max-width: 70%;
  overflow: hidden;
}
.h5_menul_portrait {
  float: left;
  width: 24px;
  height: 24px;
  margin-top: 12px;
  margin-right: 10px;
}
.h5_menul_portrait img {
  width: 24px;
  height: 24px;
}
.h5_menul_portrait span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  border-radius: 80px;
}

.h5_menur_model {
  display: none;
  position: absolute;
  width: 90%;
  left: 0;
  top: 43px;
  padding: 24px 0;
  border: 1px solid #cbcbcb;
  border-left: 2px solid #21a7a7;
  background-color: #fff;
  z-index: 8;
}
.h5_menur_model .h5_menur_modelcont {
  width: 90%;
  margin: 0 auto;
}
.h5_menur_logo {
  display: block;
  margin: 0 0 36px;
}
.h5_menur_logo img {
  width: 70%;
  height: auto;
  max-width: 208px;
}
.h5_menur_contact {
  margin-bottom: 24px;
}
.h5_menur_contact dt {
  float: left;
  margin-right: 16px;
}
.h5_menur_contact dd {
  float: left;
}
.h5_menur_contacttit {
  font-size: 12px;
  color: rgba(157, 157, 157, 1);
  line-height: 16px;
}
.h5_menur_contacttxt {
  font-size: 12px;
  color: rgba(22, 22, 22, 1);
  line-height: 16px;
  margin-top: 6px;
}
.h5_menur_thirdcont {
}

.cad_box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  min-width: 320px;
}
.cad_bj {
  width: 100%;
  position: relative;
  font-size: 0;
}
.cad_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: top;
}
.cad_bj img.cad_bjimg {
  width: 100%;
  height: auto;
}
.cad_imgbtnone {
  position: absolute;
  display: block;
  bottom: 2%;
  left: 50%;
  width: 58%;
  max-width: 432px;
  margin-left: -29%;
  -webkit-animation: notemayif 1s infinite linear;
  animation: notemayif 1s infinite linear;
  cursor: pointer;
}
.cad_imgcopy {
  position: absolute;
  right: 20%;
  top: 52%;
  width: 16%;
  -webkit-animation: notemayif 1s infinite linear;
  animation: notemayif 1s infinite linear;
  cursor: pointer;
}
.cad_imgbtntwo {
  position: absolute;
  right: 8%;
  top: 31%;
  width: 21%;
  -webkit-animation: notemayif 1s infinite linear;
  animation: notemayif 1s infinite linear;
  cursor: pointer;
}

.archvip-compatible-title {
  font-size: 40px;
  text-align: center;
  line-height: 50px;
  margin: 60px 0 30px;
}

.archvip-compatible {
}
.archvip-compatible-content {
  width: 100%;
  clear: both;
}
.archvip-compatible-list {
  width: 380px;
  height: 530px;
  float: left;
  margin: 40px 30px 0 0;
  position: relative;
}
.archvip-compatible-list dl {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  padding: 23px 16px;
}

.archvip-compatible-list dl dt {
  float: left;
  font-size: 72px;
  line-height: 72px;
}

.archvip-compatible-list dl dd {
  float: right;
  width: 260px;
  margin: 0;
}
.archvip-compatible-tit {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 5px;
}
.archvip-compatible-tit:after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: #fff;
  margin-top: 10px;
  transition: all 0.3s;
}

.archvip-compatible-list:nth-child(3) {
  margin: 40px 0 0;
}
.archvip-compatible-list:nth-child(1) dl {
  background: #23588c;
  border-top: 4px solid #3bbaff;
  background: -webkit-linear-gradient(30deg, #23588c 0, #4371a8 60%);
}
.archvip-compatible-list:nth-child(2) dl {
  background: #2d8751;
  border-top: 4px solid #50f276;
  background: -webkit-linear-gradient(30deg, #2d8751 0, #4db075 60%);
}
.archvip-compatible-list:nth-child(3) dl {
  background: #1a306d;
  border-top: 4px solid #4f95f0;
  background: -webkit-linear-gradient(30deg, #1a306d 0, #3d5390 60%);
}
.archvip-compatible-list:nth-child(2) dl {
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
}

.archvip-compatible-listpic {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.archvip-compatible-listpic span {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.6s ease-in;
}
.archvip-compatible-listpic i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.archvip-compatible-listpic i:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}
.archvip-compatible-listpic-left {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/compatibility_l.jpg)
    no-repeat center;
  background-size: cover;
}
.archvip-compatible-listpic-center {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/compatibility_m.jpg)
    no-repeat center;
  background-size: cover;
}
.archvip-compatible-listpic-right {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/compatibility_r.jpg)
    no-repeat center;
  background-size: cover;
}

.archvip-compatible-list:nth-child(2) .archvip-compatible-listpic {
  position: absolute;
  bottom: 0;
  left: 0;
}
.archvip-compatible-list:hover .archvip-compatible-listpic span {
  transform: scale3d(1.05, 1.05, 1);
}
.archvip-compatible-list:hover .archvip-compatible-listpic i:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}
.archvip-compatible-list:hover dl dd .archvip-compatible-tit:after {
  width: 50px;
}

@media only screen and (max-width: 1480px) {
  .archvip-compatible-title {
    font-size: 34px;
    line-height: 44px;
    margin: 40px 0 20px;
  }
}
@media only screen and (max-width: 1410px) {
  .new_container_arch {
    width: 96%;
  }
}

@media only screen and (max-width: 1350px) {
  .index_modelcont {
    width: 90%;
  }
  .new_container {
    width: 80%;
  }
  .mobile_top h2 {
    font-size: 38px;
    line-height: 54px;
  }

  .mobile_top span {
    margin-left: 10px;
  }
  .mobile_top_txt {
    line-height: 30px;
    font-size: 16px;
    margin: 16px 0 48px;
  }
  .mobile_top_btnlist a {
    width: 120px;
    height: 40px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 40px;
  }
  .new_home_threetit {
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 4px;
  }
  .new_home_fourlisttit {
    margin: 32px 0 14px 0;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 6px;
  }
  .new_home_fourlisttxt {
    font-size: 16px;
    line-height: 28px;
  }
  .new_home_five {
    padding: 45px 0 80px;
  }

  .archvip-compatible-list {
    width: 32%;
    margin: 40px 2% 0 0;
  }
  .archvip-compatible-list dl dt {
    font-size: 40px;
    line-height: 72px;
  }
  .archvip-compatible-list dl dd {
    width: 80%;
  }
  .archvip-compatible-tit {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1150px) {
  .index_modelcont {
    width: 90%;
  }
  .new_container {
    width: 85%;
  }
  .mobile_top h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .mobile_top span {
    margin-left: 10px;
  }
  .mobile_top_txt {
    line-height: 30px;
    font-size: 16px;
    margin: 16px 0 48px;
  }
  .mobile_top_btnlist a {
    width: 120px;
    height: 40px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 40px;
  }
  .new_home_threetit {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 4px;
  }
  .new_home_fourlisttit {
    margin: 25px 0 10px 0;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 4px;
  }
  .new_home_fourlisttxt {
    font-size: 14px;
    line-height: 26px;
  }
  .new_home_five {
    padding: 40px 0 60px;
  }
  .new_home_five_img img {
    width: 124px;
  }
}
@media only screen and (max-width: 1030px) {
  .archvip-compatible-list {
    width: 100%;
    height: 530px;
    float: none;
    margin: 30px auto 0 auto;
  }
  .archvip-compatible-list dl {
    height: 170px;
    padding: 23px 10px;
  }
  .archvip-compatible-list:nth-child(3) {
    margin: 30px auto 0 auto;
  }
  .archvip-compatible-list:nth-child(2) dl {
    position: relative;
    top: 0;
    margin-top: 10px;
    left: 0;
  }
}
@media only screen and (max-width: 920px) {
  .h5_header_model {
    display: block;
  }
  .new_head {
    display: none;
  }
  .mobile_top h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .mobile_top_left {
    width: 52%;
  }
  .mobile_top_rimg {
    width: 47%;
  }
  .promotion_down_btn {
    top: 68px;
  }
  .mobile_top_txt {
    width: 100%;
  }
  .mobile_top_btnlist a {
    width: 110px;
    padding-left: 30px;
  }
  .mobile_top_btnlist {
    margin-right: 15px;
  }
  .mobile_top_left {
    padding: 2% 0 0;
  }
  .fix_weixin a {
    width: 56px;
    height: 24px;
    padding-top: 39px;
    font-size: 12px;
    background-size: 30px auto;
  }
  .fix_weixin .hidebox {
    width: 100px;
    left: -100px;
    top: 0px;
    transform-origin: 100px 22px;
  }
  .fix_weixin a:hover {
    background-size: 30px auto;
  }
}
@media only screen and (max-width: 640px) {
  .mobile_top_left {
    width: 100%;
    float: none;
    padding: 5% 0 0;
  }
  .mobile_top_rimg {
    width: 100%;
    float: none;
    max-width: 858px;
  }
  .mobile_top_txt {
    width: 100%;
  }
  .new_home_threetit {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .new_home_four {
    padding: 40px 0 0;
  }
  .new_home_fourlist {
    margin-bottom: 15px;
    width: 100%;
    height: 240px;
    float: none;
    display: block;
    margin-right: 0;
  }
  .new_home_five_img img {
    width: 100px;
  }
  .member_adv_bottom {
    font-size: 12px;
    height: auto;
    line-height: normal;
    padding: 10px 0;
  }
  .h5_header_model {
    display: block;
  }
  .new_head {
    display: none;
  }
  .promotion_down_btn {
    top: 60px;
  }
  new_home_five .mobile_top_btnlist {
    margin-right: 0;
  }
}

@media only screen and (max-width: 580px) {
  .archvip-compatible-title {
    font-size: 18px;
    line-height: 28px;
    margin: 40px 0 0px 0;
  }
  .archvip-compatible-list dl {
    height: 120px;
    padding: 23px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 380px) {
  .mobile_top_left {
    padding: 3% 0 0;
  }

  .new_home_threetit {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .new_home_four {
    padding: 30px 0 0;
  }
  .new_home_fourlist {
    margin-bottom: 20px;
  }
  .new_home_five_img img {
    width: 80px;
  }
  .member_adv_bottom {
    font-size: 12px;
    padding: 10px 0;
  }
  .mobile_top h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .mobile_top_txt {
    line-height: 20px;
    font-size: 14px;
    margin: 10px 0 28px;
  }
  .new_home_fourinfo {
    padding: 38px 0;
  }
  .mobile_top_btnlist a {
    width: 86px;
    height: 30px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 30px;
  }
  .pcversion_downbtn {
    background: #21a7a7
      url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotion/pc-icon4.png)
      no-repeat 10px center;
  }
  .new_home_fourcont {
    margin: 20px 0 0;
  }
  .new_home_fourlisttit {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4px;
  }
  .new_home_fourlist {
    height: 200px;
  }
  .new_home_five {
    padding: 20px 0 20px;
  }
  .new_home_five_img img {
    width: 50px;
  }
  .new_home_fivetxt {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}

#invitationH5_model .slide_one {
  background-color: #232323;
  position: relative;
}
#invitationH5_model .slide_one_img {
  width: 69%;
  height: auto;
  max-width: 750px;
  display: block;
  margin: 0 auto;
}
#invitationH5_model .slide_one_imgtwo {
  width: 72%;
  max-width: 599px;
  height: auto;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -37%;
}

#invitationH5_model .slide_two {
  background-color: #4888ba;
  position: relative;
}
#invitationH5_model .slide_two_cont {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#invitationH5_model .slide_two_img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
#invitationH5_model .slide_two h2 {
  margin-top: 5%;
  font-size: 60px;
  color: #fff;
  line-height: 70px;
  margin-bottom: 22px;
}
#invitationH5_model .slide_two_line {
  width: 55%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 28px;
}
#invitationH5_model .slide_two_txt {
  font-size: 30px;
  color: #fff;
  line-height: 46px;
  margin-bottom: 45px;
}
#invitationH5_model .slide_two_cont ul li {
  font-size: 30px;
  color: #fff;
  line-height: 44px;
}
#invitationH5_model .slide_two_cont ul li:before {
  content: "·";
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
}

#invitationH5_model .slide_three {
  background-color: #232323;
  text-align: center;
}
#invitationH5_model .slide_three_img {
  width: 71%;
  height: auto;
  margin-top: 5%;
}
#invitationH5_model .slide_three_imgtwo {
  width: 53%;
  height: auto;
  max-width: 400px;
  margin: 5% auto 0;
  display: block;
}

#invitationH5_model .slide_four {
  background-color: #232323;
  text-align: center;
}
#invitationH5_model .slide_four_imgtwo {
  width: 53%;
  height: auto;
  max-width: 400px;
  margin: 5% auto 0;
  display: block;
}
#invitationH5_model .slide_four_img {
  width: 71%;
  height: auto;
  margin-top: 5%;
}

#invitationH5_model .slide_five {
  background-color: #232323;
  text-align: center;
}
#invitationH5_model .slide_five_img {
  width: 53%;
  height: auto;
  max-width: 400px;
  margin: 5% auto 0;
  display: block;
}
#invitationH5_model .slide_five_btn {
  display: block;
  cursor: pointer;
  margin-top: 5%;
}
#invitationH5_model .slide_five_imgtwo {
  width: 80%;
  height: auto;
  max-width: 606px;
  display: inline-block;
}

#invitationH5_model .slide_five_cont {
  width: 80%;
  padding: 5% 5%;
  margin: 10% auto 0;
  background-color: #464646;
  border-radius: 20px;
}
#invitationH5_model .slide_five_cont li.slide_five_inputcenter {
  margin: 5% 0 0;
}

#invitationH5_model .slide_five_cont li span {
  float: left;
  font-size: 22px;
  color: #fff;
  line-height: 38px;
  width: 29%;
  text-align: left;
}
#invitationH5_model .slide_five_cont li input {
  float: left;
  font-size: 22px;
  color: #fff;
  width: 61%;
  padding: 5px 5%;
  height: 28px;
  line-height: 28px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}
#invitationH5_model .slide_five_cont li.slide_five_error {
  width: 70%;
  margin-left: 30%;
  line-height: 20px;
  height: 20px;
  font-size: 16px;
  color: red;
  text-align: left;
}

#invitationH5_model .slide_six {
  background-color: #232323;
  text-align: center;
}
#invitationH5_model .slide_six_imgone {
  width: 53%;
  height: auto;
  max-width: 400px;
  display: inline-block;
}
#invitationH5_model .slide_six_imgtwo {
  width: 40%;
  height: auto;
  margin: 8% 0 5%;
  max-width: 160px;
  display: inline-block;
}
#invitationH5_model .slide_six_imgtwotwo {
  margin-left: 10px;
}
#invitationH5_model .slide_six_imgthree {
  width: 80%;
  height: auto;
  max-width: 606px;
  display: inline-block;
}
#invitationH5_model .slide_six_list {
  margin-top: 5%;
  width: 100%;
}
#invitationH5_model .slide_six_listnum {
  margin-top: 2%;
}
#invitationH5_model .slide_six_list span {
  color: #fff;
  font-size: 14px;
}

.downloadUpgrade_modelone {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/downloadUpgrade-icon1-1.png)
    no-repeat;
  background-size: 100% 100%;
}
/*390 61*/
.downloadUpgrade_modeloneimg {
  position: absolute;
  top: 5%;
  left: 5%;
  height: auto;
  width: 30%;
  max-width: 390px;
}
/*1080 1623  466*/
.downloadUpgrade_modeloneimgtwo {
  width: 85%;
  margin: 20% auto 0;
  height: auto;
  max-width: 804px;
}
.downloadUpgrade_modeloneimgthree {
  position: absolute;
  max-width: 1080px;
  left: 50%;
  bottom: 5%;
  height: auto;
  margin-left: -35%;
  width: 70%;
}
.downloadUpgrade_modeltwo {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/downloadUpgrade-icon2-1.png)
    no-repeat;
  background-size: 100% 100%;
}
.downloadUpgrade_modeltwoimg {
  height: 81%;
  width: auto;
  max-height: 1825px;
  margin-top: 5%;
}

.downloadUpgrade_modelthree {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/downloadUpgrade-icon3-1.png)
    no-repeat;
  background-size: 100% 100%;
}
.downloadUpgrade_modelthreeimg {
  margin-top: 10%;
  width: 80%;
  max-width: 804px;
}
.downloadUpgrade_bottomr {
  float: right;
  width: 45%;
  max-width: 406px;
}

.downloadPC_modelone {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/downloadPc-icon1.png)
    no-repeat;
  background-size: 100% 100%;
}
/*390 61*/
.downloadPC_modeloneimg {
  position: absolute;
  top: 5%;
  left: 5%;
  height: auto;
  width: 30%;
  max-width: 390px;
}
/*1080 1623  466*/
.downloadPC_modeloneimgtwo {
  width: 85%;
  margin: 14% auto 0;
  height: auto;
  max-width: 895px;
}
.downloadPC_modeloneimgthree {
  margin-top: 7%;
  max-width: 1080px;
  height: auto;
  width: 100%;
}
.downloadPCvip_modeloneimgthree {
  margin-top: 4%;
  max-width: 1080px;
  max-height: 938px;
  height: 40%;
  width: auto;
}
.downloadPC_modeloneimgfour {
  margin-top: 1%;
  max-width: 714px;
  height: auto;
  width: 60%;
}
.downloadPC_modeltwo {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/downloadPc-icon2.png)
    no-repeat;
  background-size: 100% 100%;
}
.downloadPC_modeltwoimg {
  height: 81%;
  width: auto;
  max-height: 1875px;
  margin-top: 5%;
}

.downloadPC_modelthree {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/downloadPc-icon3.png)
    no-repeat;
  background-size: 100% 100%;
}
.downloadPC_modelthreeimg {
  margin-top: 10%;
  width: 80%;
  max-width: 804px;
}
.downloadPC_bottoml {
  float: left;
  width: 45%;
  max-width: 456px;
}
.downloadPC_bottomr {
  float: right;
  width: 40%;
  max-width: 406px;
}

.downloadPc_mask_msg {
  display: none;
  color: #333;
  font-size: 14px;
  width: 200px;
  left: 50%;
  top: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 100003;
}
.downloadPc_mask {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  position: fixed;
  z-index: 100000001;
}

.downloadPc_bomb {
  display: none;
  width: 310px;
  height: 320px;
  border-radius: 20px;
  margin: -160px 0 0 -155px;
  position: fixed;
  left: 50%;
  top: 50%;
  background: #ffffff;
  box-shadow: 0 2px 24px 24px rgba(0, 0, 0, 0.1);
  z-index: 100000002;
}
.downloadPc_close {
  margin: 5px 14px 0 0;
}
.downloadPc_close a {
  float: right;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/downloadPc-icon11.png")
    no-repeat center;
}
.downloadPc_bomb_cont {
  width: 90%;
  margin: 0 auto;
}
.downloadPc_bomb_cont h3 {
  font-size: 19px;
  line-height: 32px;
  margin: 10px 0 16px 0;
  text-align: center;
  font-weight: bold;
  color: #08a69c;
}
.downloadPc_bomb_cont h4 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  font-weight: normal;
  color: #2c4058;
}

/**APP内置浏览器下载跳转页**/
.down_appdump_mask {
  display: none;
  background-color: #000;
  filter: alpha(opacity=95);
  opacity: 0.95;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  zoom: 1;
}
.down_app_dump {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.down_app_top {
  font-size: 0.9rem;
  color: #e5e5e5;
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
}
.down_app_arrow {
  float: left;
  position: absolute;
  top: 1.1rem;
  right: 0.65rem;
  width: 6.93rem;
  max-width: 277px;
}
.down_app_onestep {
  font-size: 0.8rem;
  color: #e5e5e5;
  position: absolute;
  top: 7.2rem;
  right: 7.5rem;
}
.down_app_twostep {
  font-size: 0.8rem;
  color: #e5e5e5;
  position: absolute;
  top: 11.7rem;
  right: 4.5rem;
}
.down_app_browser {
  float: left;
  position: absolute;
  top: 11rem;
  right: 1.7rem;
  width: 2.15rem;
  max-width: 86px;
}
.down_app_ok {
  width: 51%;
  height: 2.05rem;
  line-height: 2.05rem;
  text-align: center;
  font-size: 0.8rem;
  color: #e5e5e5;
  position: absolute;
  bottom: 10%;
  left: 20%;
  border: 0.1rem solid #fff;
  border-radius: 3px;
}

.downloadGuideflow_modelone {
  text-align: center;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/2021/downloadGuideflow-icon1bg.png)
    no-repeat;
  background-size: 100% 100%;
}

.downloadGuideflow_modeloneimg {
  position: absolute;
  top: 5%;
  left: 5%;
  height: auto;
  width: 30%;
  max-width: 390px;
}

.downloadGuideflow_modeloneimgtwo {
  width: 66%;
  margin: 24% auto 0;
  height: auto;
  max-width: 709px;
  max-height: 275px;
}
.downloadGuideflow_modeloneimgthree {
  height: 68%;
  width: auto;
  max-width: 788px;
  max-height: 1427px;
  margin-left: 5%;
}
/*.downloadGuideflow_modeloneimgthree{*/
/*position:absolute;max-width:788px;max-height:1427px;*/
/*left:50%;*/
/*bottom: 0;*/
/*height: auto;*/
/*margin-left: -30%;*/
/*width: 68%;*/
/*}*/
.downloadGuideflow_modeltwo {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/2021/downloadGuideflow-icon2bg.png)
    no-repeat;
  background-size: 100% 100%;
}
.downloadGuideflow_modeltwoimg {
  height: 86%;
  width: auto;
  max-width: 764px;
  max-height: 1714px;
  margin-top: 6%;
  margin-left: 5%;
}
.downloadGuideflow_modelthreeimg {
  height: 86%;
  width: auto;
  max-width: 817px;
  max-height: 1706px;
  margin-top: 6%;
}
.downloadGuideflow_modelfourimg {
  height: 86%;
  width: auto;
  max-width: 885px;
  max-height: 1762px;
  margin-top: 6%;
}
.downloadGuideflow_modelfiveimg {
  height: 86%;
  width: auto;
  max-width: 785px;
  max-height: 1761px;
  margin-top: 6%;
  margin-left: 4%;
}
.downloadGuideflow_modelsiximg {
  height: 86%;
  width: auto;
  max-width: 881px;
  max-height: 1753px;
  margin-top: 6%;
}
.downloadGuideflow_modelsevenimg {
  height: 86%;
  width: auto;
  max-width: 868px;
  max-height: 1742px;
  margin-top: 6%;
}
.downloadGuideflow_modeleightimg {
  height: 86%;
  width: auto;
  max-width: 857px;
  max-height: 1698px;
  margin-top: 6%;
  margin-left: 5%;
}
.downloadGuideflow_modelnineimg {
  height: 86%;
  width: auto;
  max-width: 773px;
  max-height: 1691px;
  margin-top: 6%;
  margin-left: 2%;
}
.downloadGuideflow_modeltenimg {
  height: 86%;
  width: auto;
  max-width: 831px;
  max-height: 1675px;
  margin-top: 6%;
}

@media screen and (min-width: 768px) {
  .downloadUpgrade_modeloneimg {
    top: 2%;
    height: 5%;
    width: auto;
    max-height: 61px;
  }
  /*1080 1623  466*/
  .downloadUpgrade_modeloneimgtwo {
    width: auto;
    margin: 150px auto 0;
    height: 30%;
    max-height: 438px;
  }
  .downloadUpgrade_modeloneimgthree {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    width: auto;
    margin: 5% auto 0;
    height: 30%;
    max-height: 1128px;
  }
  .downloadUpgrade_modelthreeimg {
    margin-top: 5%;
    width: 60%;
    max-width: 804px;
  }
}
@media screen and (orientation: landscape) {
  /*横屏 css*/
  .downloadUpgrade_modelthreeimg {
    margin-top: 5%;
    width: auto;
    height: 30%;
    max-width: 804px;
    max-height: 690px;
  }

  .downloadGuideflow_modeloneimgtwo {
    width: auto;
    margin: 14% auto 0;
    height: 20%;
  }
  .downloadGuideflow_modeloneimgthree {
    position: absolute;
    bottom: 0;
    height: 60%;
    left: 50%;
    margin-left: -12%;
  }
}
@media screen and (width: 540px) and (height: 720px) {
  .downloadUpgrade_modeloneimg {
    top: 2%;
    height: 5%;
    width: auto;
    max-height: 61px;
  }
  /*1080 1623  466*/
  .downloadUpgrade_modeloneimgtwo {
    width: auto;
    margin: 150px auto 0;
    height: 30%;
    max-height: 438px;
  }
  .downloadUpgrade_modeloneimgthree {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    width: auto;
    margin: 5% auto 0;
    height: 30%;
    max-height: 1128px;
  }
  .downloadUpgrade_modelthreeimg {
    margin-top: 5%;
    width: 60%;
    max-width: 804px;
  }
}
@media screen and (max-width: 480px) {
  #invitationH5_model .slide_two_img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #invitationH5_model .slide_two h2 {
    margin-top: 5%;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 18px;
  }
  #invitationH5_model .slide_two_line {
    margin-bottom: 20px;
  }
  #invitationH5_model .slide_two_txt {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 25px;
  }
  #invitationH5_model .slide_two_cont ul li {
    font-size: 20px;
    color: #fff;
    line-height: 34px;
  }
  #invitationH5_model .slide_two_cont ul li:before {
    font-size: 26px;
  }

  #invitationH5_model .slide_five_cont li span {
    font-size: 18px;
    line-height: 36px;
    width: 41%;
  }
  #invitationH5_model .slide_five_cont li input {
    font-size: 18px;
    width: 46%;
    padding: 10px 5%;
    height: 26px;
    line-height: 26px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
  }
  #invitationH5_model .slide_five_cont li.slide_five_error {
    width: 59%;
    margin-left: 41%;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 460px) {
}
@media screen and (max-width: 420px) {
  #invitationH5_model .slide_one_img {
    width: 87%;
    max-width: 750px;
  }
  #invitationH5_model .slide_one_imgtwo {
    width: 84%;
    bottom: 6%;
    margin-left: -42%;
  }

  #invitationH5_model .slide_two h2 {
    margin-top: 5%;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #invitationH5_model .slide_two_line {
    margin-bottom: 20px;
  }
  #invitationH5_model .slide_two_txt {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  #invitationH5_model .slide_two_cont ul li {
    font-size: 14px;
    line-height: 26px;
  }
  #invitationH5_model .slide_two_cont ul li:before {
    font-size: 18px;
    margin-right: 2px;
  }

  /*#invitationH5_model .slide_three{background-color:#232323;text-align:center;}*/
  #invitationH5_model .slide_three_img {
    width: 85%;
  }
  /*#invitationH5_model .slide_three_imgtwo{width:53%;height:auto;max-width:400px;margin-top:5%;display:inline-block;}*/

  /*#invitationH5_model .slide_four{background-color:#232323;text-align:center;}*/
  /*#invitationH5_model .slide_four_imgtwo{width:53%;height:auto;max-width:400px;margin-top:5%;display:inline-block;}*/
  #invitationH5_model .slide_four_img {
    width: 85%;
  }

  /*#invitationH5_model .slide_five{background-color:#232323;text-align:center;}*/
  /*#invitationH5_model .slide_five_img{width:53%;height:auto;max-width:400px;margin-top:5%;display:inline-block;}*/
  /*#invitationH5_model .slide_five_btn{display:block;cursor:pointer;margin-top:15%;}*/
  /*#invitationH5_model .slide_five_imgtwo{width:80%;height:auto;max-width:606px;display:inline-block;}*/

  /*#invitationH5_model .slide_five_cont{width:80%;padding:10% 5%;margin:15% auto 0;background-color:#464646;border-radius:20px;}*/
  /*#invitationH5_model .slide_five_cont li.slide_five_inputcenter{margin:10% 0;}*/
  /*#invitationH5_model .slide_five_cont li span{font-size:18px;}*/
  /*#invitationH5_model .slide_five_cont li input{font-size:18px;width:70%}*/
  /*#invitationH5_model .slide_five_cont li.slide_five_error{font-size:14px;}*/

  #invitationH5_model .slide_five_cont li span {
    font-size: 14px;
    line-height: 26px;
  }
  #invitationH5_model .slide_five_cont li input {
    font-size: 14px;
    padding: 5px 5%;
    width: 46%;
    height: 16px;
    line-height: 16px;
  }
  #invitationH5_model .slide_five_cont li.slide_five_error {
    font-size: 12px;
  }

  /*#invitationH5_model .slide_six{background-color:#232323;text-align:center;}*/
  /*#invitationH5_model .slide_six_imgone{width:53%;height:auto;max-width:400px;display:inline-block;}*/
  /*#invitationH5_model .slide_six_imgtwo{width:50%;height:auto;margin:10% 0;max-width:370px;display:inline-block;}*/
  /*#invitationH5_model .slide_six_imgthree{width:80%;height:auto;max-width:606px;display:inline-block;}*/
  /*#invitationH5_model .slide_six_list{margin-top:5%;width:100%;}*/
}
@media screen and (max-width: 380px) {
  #invitationH5_model .slide_two_txt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  /*#invitationH5_model .slide_three{background-color:#232323;text-align:center;}*/
  #invitationH5_model .slide_three_img {
    width: 84%;
  }
  /*#invitationH5_model .slide_three_imgtwo{width:53%;height:auto;max-width:400px;margin-top:5%;display:inline-block;}*/

  /*#invitationH5_model .slide_four{background-color:#232323;text-align:center;}*/
  /*#invitationH5_model .slide_four_imgtwo{width:53%;height:auto;max-width:400px;margin-top:5%;display:inline-block;}*/
  #invitationH5_model .slide_four_img {
    width: 84%;
  }

  /*#invitationH5_model .slide_five{background-color:#232323;text-align:center;}*/
  /*#invitationH5_model .slide_five_img{width:53%;height:auto;max-width:400px;margin-top:5%;display:inline-block;}*/
  /*#invitationH5_model .slide_five_btn{display:block;cursor:pointer;margin-top:15%;}*/
  /*#invitationH5_model .slide_five_imgtwo{width:80%;height:auto;max-width:606px;display:inline-block;}*/

  /*#invitationH5_model .slide_five_cont{width:80%;padding:10% 5%;margin:15% auto 0;background-color:#464646;border-radius:20px;}*/
  /*#invitationH5_model .slide_five_cont li.slide_five_inputcenter{margin:10% 0;}*/
  #invitationH5_model .slide_five_cont li span {
    font-size: 14px;
    line-height: 26px;
  }
  #invitationH5_model .slide_five_cont li input {
    font-size: 14px;
    padding: 5px 5%;
    width: 46%;
    height: 16px;
    line-height: 16px;
  }
  #invitationH5_model .slide_five_cont li.slide_five_error {
    font-size: 12px;
  }

  /*#invitationH5_model .slide_six{background-color:#232323;text-align:center;}*/
  /*#invitationH5_model .slide_six_imgone{width:53%;height:auto;max-width:400px;display:inline-block;}*/
  /*#invitationH5_model .slide_six_imgtwo{width:50%;height:auto;margin:10% 0;max-width:370px;display:inline-block;}*/
  /*#invitationH5_model .slide_six_imgthree{width:80%;height:auto;max-width:606px;display:inline-block;}*/
  /*#invitationH5_model .slide_six_list{margin-top:5%;width:100%;}*/
}
@media screen and (max-width: 330px) {
  #invitationH5_model .slide_one_img {
    width: 78%;
  }
  #invitationH5_model .slide_one_imgtwo {
    width: 78%;
    bottom: 5%;
    margin-left: -39%;
  }

  #invitationH5_model .slide_two h2 {
    margin-top: 5%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #invitationH5_model .slide_two_line {
    margin-bottom: 10px;
  }
  #invitationH5_model .slide_two_txt {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #invitationH5_model .slide_two_cont ul li {
    font-size: 12px;
    line-height: 20px;
  }
  #invitationH5_model .slide_two_cont ul li:before {
    font-size: 18px;
    margin-right: 2px;
  }

  #invitationH5_model .slide_three_img {
    width: 80%;
  }
  #invitationH5_model .slide_four_img {
    width: 80%;
  }

  #invitationH5_model .slide_five_cont li.slide_five_inputcenter {
    margin: 5% 0 0;
  }

  #invitationH5_model .slide_five_cont li span {
    font-size: 12px;
    line-height: 22px;
  }
  #invitationH5_model .slide_five_cont li input {
    font-size: 12px;
    padding: 0 5%;
    height: 20px;
    line-height: 20px;
  }
  #invitationH5_model .slide_five_cont li.slide_five_error {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
  }
  #invitationH5_model .slide_five_cont {
    padding: 2% 5%;
    margin: 5% auto 0;
  }
  #invitationH5_model .slide_five_btn {
    margin-top: 5%;
    line-height: 14px;
    height: 14px;
  }
}
@media screen and (width: 800px) and (height: 1280px) {
  #invitationH5_model .slide_one_imgtwo {
    bottom: 14%;
  }
  #invitationH5_model .slide_one_img {
    margin: 12% auto 0;
  }
  #invitationH5_model .slide_three_img {
    margin-top: 14%;
  }
  #invitationH5_model .slide_four_img {
    margin-top: 14%;
  }
  #invitationH5_model .slide_five_cont li span {
    line-height: 34px;
  }
  #invitationH5_model .slide_five_cont li input {
    width: 45%;
    line-height: 34px;
    height: 34px;
  }
}
@media screen and (width: 375px) and (height: 812px) {
  #invitationH5_model .slide_one_imgtwo {
    bottom: 14%;
  }
  #invitationH5_model .slide_one_img {
    margin: 12% auto 0;
  }
  #invitationH5_model .slide_three_img {
    margin-top: 14%;
  }
  #invitationH5_model .slide_four_img {
    margin-top: 14%;
  }
  #invitationH5_model .slide_five_cont li span {
    line-height: 24px;
  }
  #invitationH5_model .slide_five_cont li input {
    width: 45%;
    line-height: 24px;
    height: 24px;
  }
}
@media screen and (width: 1024px) and (height: 1366px) {
  #invitationH5_model .slide_one_imgtwo {
    bottom: 10%;
    width: 78%;
    margin-left: -39%;
  }
  #invitationH5_model .slide_one_img {
    width: 90%;
    margin: 7% auto 0;
  }
  #invitationH5_model .slide_three_img {
    margin-top: 14%;
    width: 85%;
  }
  #invitationH5_model .slide_four_img {
    margin-top: 14%;
    width: 85%;
  }
  #invitationH5_model .slide_five_cont li span {
    line-height: 34px;
  }
  #invitationH5_model .slide_five_cont li input {
    width: 58%;
    line-height: 34px;
    height: 34px;
  }
  #invitationH5_model .slide_five_cont li.slide_five_error {
    line-height: 22px;
    height: 22px;
  }
}
@media all and (orientation: landscape) {
  #invitationH5_model .slide_one {
    text-align: center;
  }
  #invitationH5_model .slide_one_img {
    height: 45%;
    width: auto;
    max-height: 943px;
    max-width: 750px;
  }
  #invitationH5_model .slide_one_imgtwo {
    height: 45%;
    width: auto;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
  }

  #invitationH5_model .slide_two h2 {
    margin-top: 5%;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #invitationH5_model .slide_two_line {
    margin-bottom: 20px;
  }
  #invitationH5_model .slide_two_txt {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  #invitationH5_model .slide_two_cont ul li {
    font-size: 14px;
    line-height: 26px;
  }
  #invitationH5_model .slide_two_cont ul li:before {
    font-size: 18px;
    margin-right: 2px;
  }

  /*#invitationH5_model .slide_three{background-color:#232323;text-align:center;}*/
  #invitationH5_model .slide_three_img {
    height: 70%;
    width: auto;
    margin-top: 5%;
    max-height: 1000px;
    max-width: 679px;
  }
  /*#invitationH5_model .slide_three_imgtwo{width:53%;height:auto;max-width:400px;margin-top:5%;display:inline-block;}*/

  /*#invitationH5_model .slide_four{background-color:#232323;text-align:center;}*/
  #invitationH5_model .slide_four_imgtwo {
    margin: 5% auto 0;
    display: block;
  }
  #invitationH5_model .slide_four_img {
    height: 70%;
    width: auto;
    margin-top: 5%;
    max-height: 1073px;
    max-width: 668px;
  }

  #invitationH5_model .slide_five_cont {
    width: 80%;
    padding: 2% 5%;
    margin: 5% auto 0;
  }
  #invitationH5_model .slide_five_cont li.slide_five_inputcenter {
    margin: 2% 0 0;
  }

  #invitationH5_model .slide_five_cont li span {
    font-size: 16px;
    line-height: 24px;
  }
  #invitationH5_model .slide_five_cont li input {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }
  #invitationH5_model .slide_five_cont li.slide_five_error {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
  }

  .slide_six_imgtwo {
    width: 40%;
    height: auto;
    margin: 3% 0;
  }
}

#invitationH5_model .dis_none {
  display: none;
}

#shareInvitation_model {
  background: #202020;
}
#shareInvitation_model .slide_one {
  background-color: #202020;
  position: relative;
}
#shareInvitation_model .slide_one_img {
  height: 84%;
  width: auto;
  max-width: 750px;
  max-height: 1315px;
  display: block;
  margin: 0 auto;
  margin-top: 8%;
  position: relative;
  z-index: 1;
}
#shareInvitation_model .slide_one_imgtwo {
  width: 72%;
  margin-left: -36%;
  height: auto;
  position: absolute;
  bottom: 5%;
  left: 50%;
  max-width: 612px;
  z-index: 3;
}
#shareInvitation_model .slide_one_imgthree {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  width: 100%;
  display: block;
  z-index: 2;
}
#shareInvitation_model .slide_one_imgfour {
  position: absolute;
  top: 10px;
  right: 15px;
  height: 26px;
  width: auto;
  display: block;
  z-index: 3;
}
#shareInvitation_model .slide_one_imgfive {
  position: absolute;
  top: 63px;
  left: 50%;
  margin-left: -36%;
  height: auto;
  width: 72%;
  max-width: 612px;
  max-height: 187px;
  display: block;
  z-index: 3;
}

#shareInvitation_model .slide_two {
  background: #1c263d
    url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/2020/twentyJulyAct-icon5.png")
    no-repeat bottom center;
  background-size: 100% auto;
  position: relative;
  text-align: center;
}
#shareInvitation_model .slide_two_img {
  height: 100%;
  width: auto;
}
#shareInvitation_model .slide_two_imgtwo {
  width: 72%;
  height: auto;
  max-width: 586px;
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -36%;
}
#shareInvitation_model .slide_two_imgthree {
  width: 72%;
  height: auto;
  max-width: 486px;
  display: block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -36%;
}

#shareInvitation_model .slide_six {
  background-color: #202020;
  text-align: center;
}
#shareInvitation_model .slide_six_imgone {
  width: 80%;
  height: auto;
  margin-top: 10%;
  max-width: 575px;
  display: inline-block;
}
#shareInvitation_model .slide_six_imgtwo {
  width: 60%;
  height: auto;
  margin-top: 9%;
  max-width: 493px;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  #shareInvitation_model .slide_two_img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 460px) {
}
@media screen and (max-width: 420px) {
  #shareInvitation_model .slide_one_img {
    height: 80%;
    margin-top: 17%;
  }
  #shareInvitation_model .slide_one_imgtwo {
    width: 84%;
    bottom: 6%;
    margin-left: -42%;
  }
  #shareInvitation_model .slide_one_imgfive {
    width: 84%;
    margin-left: -42%;
  }
  #shareInvitation_model .slide_one_imgfour {
    position: absolute;
    top: 10px;
    left: 50%;
    right: auto;
    height: auto;
    width: 80%;
    max-width: 341px;
    display: block;
    margin-left: -40%;
  }
}
@media screen and (max-width: 380px) {
}
@media screen and (max-width: 330px) {
  #shareInvitation_model .slide_one_img {
    height: 76%;
    top: 6%;
  }
  #shareInvitation_model .slide_one_imgtwo {
    width: 78%;
    bottom: 5%;
    margin-left: -39%;
  }
  #shareInvitation_model .slide_one_imgfive {
    width: 78%;
    margin-left: -39%;
  }
  #shareInvitation_model .slide_two h2 {
    margin-top: 5%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #shareInvitation_model .slide_two_line {
    margin-bottom: 10px;
  }
}
@media screen and (width: 800px) and (height: 1280px) {
  #shareInvitation_model .slide_one_imgtwo {
    bottom: 14%;
  }
  #shareInvitation_model .slide_one_img {
    margin: 12% auto 0;
  }
}
@media screen and (width: 375px) and (height: 812px) {
  #shareInvitation_model .slide_one_imgtwo {
    bottom: 14%;
  }
  #shareInvitation_model .slide_one_img {
    margin: 10% auto 0;
  }
}
@media screen and (width: 1024px) and (height: 1366px) {
  #shareInvitation_model .slide_one_imgtwo {
    bottom: 10%;
    width: 78%;
    margin-left: -39%;
  }
  #shareInvitation_model .slide_one_imgfive {
    width: 78%;
    margin-left: -39%;
  }
  #shareInvitation_model .slide_one_img {
    margin: 7% auto 0;
  }
}
@media all and (orientation: landscape) {
  #shareInvitation_model .slide_one {
    text-align: center;
  }
  #shareInvitation_model .slide_one_img {
    height: 68%;
    width: auto;
    margin-top: 14%;
    max-height: 1315px;
    max-width: 750px;
  }
  /*#shareInvitation_model .slide_one_imgtwo{height:45%;width:auto;position:relative;left:auto;bottom:auto;margin:0 auto;}*/
  #shareInvitation_model .slide_one_imgtwo {
    width: 65%;
    margin-left: -32%;
  }
  #shareInvitation_model .slide_one_imgfive {
    width: 65%;
    margin-left: -32%;
  }

  #shareInvitation_model .slide_two_imgtwo {
    width: 60%;
    margin-left: -30%;
  }
  #shareInvitation_model .slide_two_imgthree {
    width: 60%;
    margin-left: -30%;
  }
  #shareInvitation_model .slide_two h2 {
    margin-top: 5%;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #shareInvitation_model .slide_two_line {
    margin-bottom: 20px;
  }
  #shareInvitation_model .slide_six_imgone {
    width: auto;
    height: 30%;
    margin-top: 10%;
  }
  #shareInvitation_model .slide_six_imgtwo {
    width: auto;
    height: 40%;
    margin-top: 10%;
  }
}

#shareInvitation_model .dis_none {
  display: none;
}

/**prmotionnew**/
.promotionNew_top {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/promotionNew-icon1.png")
    no-repeat center;
  background-size: cover;
  /* margin-top: 80px; */
  padding-top: 90px;
  position: relative;
  display: flex;
}
.revitpromotionNew_top {
  padding-top: 80px;
}

.promotionNew_top_logo {
  text-align: center;
}
.promotionNew_top_logo .promotionNew_top_logoicon {
  height: 52px;
  width: auto;
  margin-top: 8px;
}
.promotionNew_top_logo span {
  margin: 0 7px 0 20px;
  font-size: 48px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 64px;
}
.promotionNew_top_logo .promotionNew_top_logotit {
  margin: 0 7px 0 20px;
  font-size: 48px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 64px;
}
.promotionNew_top_logo .promotionNew_top_winicon {
  height: 49px;
  width: auto;
  margin-top: 7px;
}
.promotionNew_top_txt {
  margin: 33px 0 31px;
  text-align: center;
}
.promotionNew_top_txt li {
  margin-right: 120px;
}
.promotionNew_top_txt li:last-child {
  margin-right: 0;
}
.promotionNew_top_txt li p {
  margin-bottom: 6px;
  font-size: 18px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
}
.promotion_version {
  position: relative;
}

.new_icon {
  position: absolute;
  right: -32px;
  top: 5px;
  width: 29px;
  height: auto;
}

.promotionNew_top_btn {
  text-align: center;
  margin-bottom: 506px;
}
.promotionNew_top_btn a {
  display: block;
  width: 229px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  margin-right: 20px;
  color: #ffffff;
  background: linear-gradient(90deg, #24c8cf 4%, #0ba8b2);
  border-radius: 6px;
  cursor: pointer;
}
.promotionNew_top_btn a:last-child {
  margin-right: 0;
}
.promotionNew_top_btn a i {
  width: 22px;
  height: 60px;
  margin-right: 16px;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/promotionNew-icon6.png")
    no-repeat center;
  background-size: 100% auto;
}

.promotionNew_top_btn .promotionNew_top_btnspan {
  width: 229px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  margin-right: 20px;
  color: #ffffff;
  background: linear-gradient(90deg, #24c8cf 4%, #0ba8b2);
  border-radius: 6px;
  cursor: pointer;
}
.promotionNew_top_btn .promotionNew_top_btnspan:last-child {
  margin-right: 0;
}
.promotionNew_top_btn .promotionNew_top_btnspan i {
  width: 22px;
  height: 60px;
  margin-right: 16px;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/promotionNew-icon6.png")
    no-repeat center;
  background-size: 100% auto;
}
.promotionNew_bottom_btn {
  margin: 0;
  margin-top: 200px;
}

.promotionNew_top_winpc {
  position: absolute;
  bottom: -126px;
  left: 7%;
}
.promotionNew_top_winpcimg {
  width: 1009px;
  position: relative;
}
.promotionNew_top_winpcimg img {
  width: 100%;
  height: auto;
}
.promotionNew_top_num {
  position: absolute;
  top: -44px;
  right: 0;
  width: 186px;
  height: 167px;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/promotionNew-icon5.png")
    no-repeat center;
  background-size: 100% auto;
}
.promotionNew_top_num dt {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  margin-top: 60px;
}
.promotionNew_top_num dt i {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}
.promotionNew_top_num dd {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}

.pormotionNew_top_left {
  /* float: left; */
  position: relative;
  width: 44%;
  bottom: auto;
  left: auto;
  margin-left: 0;
}
.pormotionNew_top_left .promotionNew_top_winpcimg {
  max-width: 1009px;
  width: 100%;
}
.pormotionNew_top_right {
  /* float: right; */
  width: 55%;
}
.pormotionNew_top_right .promotionNew_top_btn {
  margin-bottom: 0;
}

.newpromoton_modeltwo {
  background-color: #fff;
  padding: 170px 0 178px 0;
}
.newpromoton_modeltwo_smallspace {
  padding: 120px 0 0 0;
}
.newpromoton_modeltwo span {
  width: 13.7%;
  text-align: center;
  margin-bottom: 32px;
}
.newpromoton_modeltwo span img {
  width: 88px;
  height: auto;
}
.newpromoton_modeltwo span i {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 21px;
  margin-top: 9px;
}
.newpromoton_modelthree {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/promotionNew-icon32.png")
    no-repeat center;
  background-size: cover;
  padding: 110px 0 100px;
}
.newpromoton_modelthree ul {
  float: left;
  margin-left: 75px;
  width: 467px;
}
.newpromoton_modelthree ul.revit_quantity_cont {
  float: none;
  margin-left: 0;
  width: 100%;
}
.newpromoton_modelthree ul li.newpromoton_modelthree_tit {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  line-height: 46px;
  position: relative;
}
.newpromoton_modelthree ul li.newpromoton_modelthree_tit i {
  opacity: 0.05;
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
.newpromoton_modelthree ul li.newpromoton_modelthree_line {
  margin: 40px 0;
}
.newpromoton_modelthree ul li.newpromoton_modelthree_line span {
  width: 18px;
  height: 3px;
  background: #ffffff;
}
.newpromoton_modelthree ul li.newpromoton_modelthree_line i {
  width: 3px;
  height: 3px;
  magin: 0 3px;
  background: #ffffff;
}
.newpromoton_modelthree ul li.newpromoton_modelthree_line a {
  width: 36px;
  height: 3px;
  background: #ffffff;
}
.newpromoton_modelthree ul li.newpromoton_modelthree_txt {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  line-height: 36px;
}
.newpromoton_modelthree_rightimg {
  width: 753px;
  position: absolute;
  top: -157px;
  right: -140px;
  cursor: pointer;
}
.newpromoton_modelthree_rightimg img {
  width: 100%;
  height: auto;
}
.revit_modelthree_rightimg {
  width: 690px;
  right: -100px;
}

.newpromoton_modelfour {
  padding: 120px 0 130px 0;
  background-color: #fff;
}
.newpromoton_model_commontit {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 46px;
  position: relative;
}
.newpromoton_model_commontit i {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  opacity: 0.05;
  font-size: 64px;
  font-family: DIN, DIN-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 32px;
}
.newpromoton_model_commonline {
  margin: 40px 0 50px;
  text-align: center;
}
.newpromoton_model_commonline span {
  width: 18px;
  height: 3px;
  background-color: #333;
}
.newpromoton_model_commonline i {
  width: 3px;
  height: 3px;
  magin: 0 3px;
  background-color: #333;
}
.newpromoton_model_commonline a {
  width: 36px;
  height: 3px;
  background-color: #333;
}

.newpromoton_modelfour li {
  float: left;
  width: 25%;
  height: 600px;
}
.newpromoton_modelfour li.newpromoton_modelfour_contleft {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/promotionNew-icon34.png")
    no-repeat center;
  background-size: cover;
}
.newpromoton_modelfour li.newpromoton_modelfour_contleft h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  margin: 25px 20px 15px;
}
.newpromoton_modelfour li.newpromoton_modelfour_contleft div {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  line-height: 26px;
  margin: 0 20px;
}
.newpromoton_modelfour_contright {
}
.newpromoton_modelfour_contright a {
  display: block;
  background-color: #fff;
  height: 200px;
  border: 0.5px solid #eceef3;
  box-sizing: border-box;
}
.newpromoton_modelfour_contright a.newpromoton_modelfour_contrightone {
  background-color: #e6f3f3;
}
.newpromoton_modelfour_contright a.newpromoton_modelfour_contrighttwo {
  background-color: #e9f5f6;
}
.newpromoton_modelfour_contright a.newpromoton_modelfour_contrightthree {
  background-color: #e8f4f5;
}
.newpromoton_modelfour_contright h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 25px 20px 15px;
  text-align: left;
  color: #333333;
  line-height: 30px;
}
.newpromoton_modelfour_contright h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 20px;
  text-align: justify;
  color: #666666;
  line-height: 26px;
}

.newpromoton_modelfive {
  background-color: #f5f8f9;
  padding: 130px 0 116px;
  position: relative;
  margin-bottom: 50px;
}
.newpromoton_modelfive h1 {
  font-size: 46px;
  font-weight: 700;
  color: #333333;
  line-height: 58px;
}
.newpromoton_modelfive_tit {
  font-size: 46px;
  font-weight: 700;
  color: #333333;
  line-height: 58px;
}
.newpromoton_modelfive ul {
  width: 60%;
}
.newpromoton_modelfive ul li {
  margin-bottom: 20px;
}
.newpromoton_modelfive ul li i {
  float: left;
  width: 28px;
  height: 28px;
  opacity: 1;
  background: #ccf1f1;
  border-radius: 2px;
  margin-right: 12px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #18acb4;
  line-height: 28px;
}
.newpromoton_modelfive ul li span {
  float: left;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 28px;
  word-wrap: break-word;
  width: 90%;
}

.newpromoton_modelfiveimg {
  position: absolute;
  right: 0;
  top: 120px;
  width: 770px;
}
.newpromoton_modelfive .newpromoton_model_commonline {
  text-align: left;
}

.newpromoton_update_cont {
  display: flex;
  width: 60%;
}
.newpromoton_update_item:first-child {
  margin-right: 10px;
}
.newpromoton_update_list {
  margin-bottom: 20px;
}
.newpromoton_update_list {
  display: flex;
  flex-direction: column;
}
.newpromoton_update_parent i {
  float: left;
  width: 28px;
  height: 28px;
  opacity: 1;
  background: #ccf1f1;
  border-radius: 2px;
  margin-right: 12px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #18acb4;
  line-height: 28px;
}
.newpromoton_update_parent span {
  float: left;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 28px;
}
.newpromoton_update_child {
  margin-left: 24px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.newpromoton_update_child i {
  float: left;
  width: 5px;
  height: 5px;
  opacity: 1;
  background: #18acb4;
  border-radius: 10px;
  margin-right: 12px;
}
.newpromoton_update_child span {
  float: left;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 28px;
}

.newpromoton_update_rightimg {
  top: 190px;
}

.newpromoton_modelsix {
  background-color: #fff;
  padding: 130px 0 100px;
}
.newpromoton_modelsix ul {
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newpromoton_modelsix ul li {
  width: 32%;
  text-align: center;
  height: 295px;
  opacity: 1;
  background: #f5f8f9;
  border-radius: 2px;
}
.newpromoton_modelsix ul li img {
  width: 74px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}
.newpromoton_modelsix ul li i {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #666666;
  line-height: 18px;
  margin: 32px auto 5px;
  display: block;
}
.newpromoton_modelsix ul li span {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 32px;
  margin: 0 auto 17px;
  display: block;
}
.newpromoton_modelsix ul li a {
  width: 144px;
  height: 48px;
  line-height: 48px;
  opacity: 1;
  cursor: pointer;
  background: linear-gradient(90deg, #24c8cf 4%, #0ba8b2);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #ffffff;
}

.sup_enterprise_bomb_contactus {
  display: none;
  width: 310px;
  height: 340px;
  border-radius: 20px;
  margin: -170px 0 0 -155px;
  position: fixed;
  left: 50%;
  top: 50%;
  background: #ffffff;
  box-shadow: 0 2px 24px 24px rgba(0, 0, 0, 0.1);
  z-index: 100000002;
}
.sup_enterprise_close_contactus {
  margin: 5px 14px 0 0;
}
.sup_enterprise_close_contactus a {
  float: right;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/enterprise-icon30.png")
    no-repeat center;
}
.sup_enterprise_bomb_cont_contactus {
  width: 80%;
  margin: 0 auto;
}
.sup_enterprise_bomb_cont_contactus h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
  color: #08a69c;
}
.sup_enterprise_bomb_cont_contactus h4 {
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: normal;
  color: #2c4058;
}

.promotion_architecture.new_head_wite .new_head_menulogo {
  width: 40px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/promotion-architecture-icon1.png)
    no-repeat center;
}

.promotion_architecture .new_head_menublue {
  background-color: #0097db;
}
.promotion_architecture .promotionNew_top {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/promotionNew-icon1.png)
    no-repeat center;
}
.promotion_architecture_top {
  background: #222e55;
}
.promotion_architecture_winbtn {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/promotionNew-icon2.png)
    no-repeat left center;
  background-size: 28px auto;
  padding-left: 36px;
}
.promotion_architecture_mobilebtn {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/promotion-architecture-icon3.png)
    no-repeat left center;
  background-size: 28px auto;
  padding-left: 36px;
}
.promotion_architecture_topleft {
  width: 40%;
}
.promotion_architecture_top_rimg {
  max-width: 896px;
  width: 60%;
}
.promotion_architecture_top_btnlist {
  margin-right: 0;
}
.promotion_architecture_top_btnlist .pcversion_downbtn {
  width: 168px;
  background: #0097db;
  padding-left: 0;
}
.promotion_architecture_top_btnlist .pcversion_downbtn:hover {
  background: #4db6e5;
}
.promotion_architecture_four .new_home_fourlisttxt {
  font-size: 16px;
}
.promotion_architecture_five_img img {
  width: 130px;
  margin-bottom: 20px;
}
.promotion_architecture_num {
  float: left;
  margin-left: 23px;
  margin-top: 10px;
  font-size: 22px;
  color: #97dfff;
  line-height: 30px;
  letter-spacing: 2.44px;
}
.promotion_architecture_num i {
  color: #97dfff;
  font-style: normal;
}
.promotion_architecture_version {
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
}
.promotion_architecture_mobiletoptxt {
  width: 100%;
}
.promotion_architecture_fivecont {
  margin-top: 174px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/promotion-architecture-icon16.png)
    no-repeat;
  background-size: cover;
}
.promotion_architecture_fivecont .new_container {
  position: relative;
  padding: 100px 0;
}
.promotion_architecture_fiverimg {
  position: absolute;
  width: 63%;
  left: 0;
  top: -16%;
  max-width: 955px;
}
.promotion_architecture_fivedl {
  margin-bottom: 44px;
}
.promotion_architecture_fivedl dt {
  float: left;
  margin-right: 19px;
}
.promotion_architecture_fivedl dt img {
  width: 144px;
}
.promotion_architecture_fivedl dd {
  float: left;
}
.promotion_architecture_fivedltit {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 64px;
}
.promotion_architecture_fivedltxt {
  margin-top: 11px;
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
  letter-spacing: 4px;
}
.promotion_architecture_fiveinfo {
  margin-left: 66%;
}

.promotion_batch_top {
  padding: 0 0 100px;
  max-width: 1920px;
  display: flex;
}
.promotion_batch_top .promotionNew_top_logo span {
  margin: 0 6px 0 20px;
  font-size: 42px;
}
.promotion_batch_top .promotionNew_top_logo .promotionNew_top_logotit {
  margin: 0 6px 0 20px;
  font-size: 42px;
}
.promotion_batch_top .pormotionNew_top_right {
  width: 790px;
  margin-right: 13%;
  margin-top: 70px;
}
.promotion_batch_top .promotionNew_top_logo {
  text-align: left;
}
.promotion_batch_top .promotionNew_top_txt {
  margin: 30px 0 50px;
  text-align: left;
}
.promotion_batch_top .pormotionNew_top_left .promotionNew_top_winpcimg {
  max-width: 700px;
}

.promotion_batch_topinfo {
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
  margin-top: 23px;
  width: 750px;
}

.promotion_batch_num {
  top: 17%;
  right: 0;
  width: 28%;
  height: auto;
  background: none;
  margin-top: 60px;
}
.promotion_batch_num dt {
  margin-top: 0;
}
.promotion_batchtwo_tit {
  font-size: 36px;
  margin: 82px 0 56px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: center;
  color: #333333;
  line-height: 40px;
}
.promotion_batchtwo_piece {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.promotion_batchtwo_piece li {
  width: 160px;
  display: flex;
  flex-direction: column;
}
.promotion_batchtwo_piece li img {
  width: 100%;
}
.promotion_batchtwo_piece li span {
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 40px;
}
.promotion_batchthree {
  margin-top: 60px;
}
.promotion_batchthree_cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.promotion_batchthree_left {
  margin-left: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promotion_batchthree_limg img {
  width: 50px;
}
.promotion_batchthree_ltit {
  font-size: 32px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  margin: 22px 0 40px;
  line-height: 46px;
}
.promotion_batchthree_ltxt {
  font-size: 17px;
  margin-bottom: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #535656;
  line-height: 24px;
}
.promotion_batchthree_right {
  width: 58%;
}
.promotion_batchthree_right img {
  width: 100%;
  max-width: 750px;
}
#promotion_batchthree_r_pc {
}
#promotion_batchthree_r_h5 {
  display: none;
}
.promotion_batchthree_conttwo {
  margin-top: 37px;
}
.promotion_batchthree_conttwo .promotion_batchthree_left {
  margin: 0 64px 0 0;
}

.promotion_batchfour {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/promotionBatchConverter-icon13.png)
    no-repeat center;
  background-size: cover;
}
.promotion_batchfour_tit {
  font-size: 36px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 46px;
  margin: 72px 0 56px;
}
.promotion_batchfour_cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 80px;
}
.promotion_batchfour_cont li {
  width: 480px;
  height: 306px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promotion_batchfour_left {
  margin-right: 40px;
}
.promotion_batchfour_cont li img {
  width: 74px;
  margin-top: 32px;
}
.promotion_batchfour_itemtit {
  font-size: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 30px;
  margin: 20px 0 11px;
}
.promotion_batchfour_itemtxt {
  font-size: 15px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: center;
  color: #818181;
  line-height: 20px;
  height: 46px;
  width: 90%;
}
.promotion_batchfour_itembtn {
  width: 144px;
  margin-top: 20px;
  height: 45px;
  background: linear-gradient(90deg, #24c8cf 4%, #0ba8b2);
  border-radius: 6px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 45px;
  cursor: pointer;
}
.promotion_batchfour_itembtn:hover {
  color: #fff;
}

.measure_model_one {
  width: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/downloadMeasureTool-icon1.png)
    no-repeat top center;
  background-size: cover;
}
.measure_model_top {
  margin-top: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.measure_logo {
  width: 33px;
}
.measure_model_top span {
  font-size: 24px;
  font-family: HarmonyOS_Sans_SC_Bold, HarmonyOS_Sans_SC_Bold-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin: 0 4px;
}
.measure_one_img {
  width: 79px;
}
.measure_modelone_tit {
  font-size: 14px;
  font-family: HarmonyOS_Sans_SC_Medium, HarmonyOS_Sans_SC_Medium-Regular;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  line-height: 20px;
  width: 80%;
  margin: 20px auto;
}
.measure_modelone_txt {
  width: 80%;
  margin: 0 auto;
}
.measure_modelone_txt li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.measure_modelone_txt li span {
  width: 128px;
  opacity: 0.8;
  font-size: 12px;
  font-family: HarmonyOS_Sans_SC, HarmonyOS_Sans_SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
}
.measure_modelone_txt li a {
  width: 128px;
  opacity: 0.8;
  font-size: 12px;
  font-family: HarmonyOS_Sans_SC, HarmonyOS_Sans_SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
  cursor: pointer;
}
.measure_modelone_txt li a:hover {
  color: #ffffff;
}
.measure_modelone_bottom {
  position: relative;
  width: 92%;
  margin: 14px auto 0;
}
.measure_modelone_bottomimg {
  width: 100%;
}
.measure_modelone_btn {
  position: absolute;
  bottom: 19px;
  cursor: pointer;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
}
.measure_modelone_btn img {
  width: 180px;
}
.measure_model_two {
  width: 90%;
  margin: 0 auto;
}
.measure_modeltwo_tit {
  font-size: 16px;
  font-family: HarmonyOS_Sans_SC_Medium, HarmonyOS_Sans_SC_Medium-Regular;
  font-weight: 600;
  text-align: center;
  color: #303534;
  line-height: 23px;
  margin: 30px 0 20px;
}
.measure_model_two ul {
  display: flex;
  justify-content: space-around;
}
.measure_model_two ul li {
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.measure_model_two ul li img {
  width: 100%;
}
.measure_model_two ul li span {
  font-size: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 20px;
  margin-top: 4px;
}
.measure_model_twoline {
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background-color: #efefef;
  margin-top: 50px;
}
.measure_model_three {
  margin: 50px auto 0;
  width: 90%;
}
.measure_modelthree_tit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.measure_modelthree_tit img {
  width: 30px;
  margin-right: 8px;
}
.measure_modelthree_tit span {
  font-size: 16px;
  font-family: HarmonyOS_Sans_SC_Medium, HarmonyOS_Sans_SC_Medium-Regular;
  font-weight: 600;
  text-align: center;
  color: #303534;
}
.measure_modelthree_txt {
  font-size: 14px;
  font-family: HarmonyOS_Sans_SC, HarmonyOS_Sans_SC-Regular;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 35px;
  color: #535656;
  line-height: 16px;
}
.measure_modelthree_img {
  width: 90%;
  margin: 0 auto 46px;
}
.measure_modelthree_img img {
  width: 100%;
}
.measure_model_four {
  width: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/downloadMeasureTool-icon6.png)
    no-repeat top center;
  background-size: cover;
}
.measure_modelfour_cont {
  width: 90%;
  margin: 0 auto 116px;
  display: flex;
  justify-content: center;
}
.measure_modelfour_cont img {
  width: 150px;
}
.measure_modelfour_cont img:first-child {
  margin-right: 20px;
}
.measure_modelfour_tit {
  font-size: 16px;
  font-family: HarmonyOS_Sans_SC_Medium, HarmonyOS_Sans_SC_Medium-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 23px;
  margin: 30px 0 20px;
}
.measure_model_fix {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  height: 86px;
  width: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/downloadMeasureTool-icon25.png)
    no-repeat bottom left;
  background-size: 100% auto;
}
.measure_modelfix_cont {
  margin: 28px auto 0;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.measure_modelfix_left {
  display: flex;
  align-items: center;
}
.measure_modelfix_left img {
  width: 40px;
  margin-right: 10px;
}
.measure_modelfix_leftcont {
  display: flex;
  flex-direction: column;
}
.measure_modelfix_tit {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #303534;
  margin-bottom: 4px;
  line-height: 19px;
}
.measure_modelfix_txt {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #303534;
  line-height: 17px;
}
.measure_modelfix_btn {
  width: 96px;
  cursor: pointer;
}
.measure_modelfix_btn img {
  width: 100%;
}

.promotion_keyword_top {
  padding-top: 40px;
}
.promotion_keyword_top .promotion_batch_topinfo {
  margin-top: 0;
  margin-bottom: 30px;
}

.newpromoton_keywordtwo {
  background-color: #fff;
  padding: 150px 0 130px 0;
}
.newpromoton_keywordtwo .new_container {
  width: 1540px;
}
.newpromoton_keywordtwo_info {
  padding-bottom: 100px;
  width: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/promotion-keyword-icon1.png)
    no-repeat 20% bottom;
}
.newpromoton_keywordtwo_info .swiper-container {
  width: 100%;
  margin: 0 auto;
  height: 340px;
}

.newpromoton_keywordtwo .swiper-button-prev {
  left: 0;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/promotion-keyword-icon2.png)
    no-repeat;
}
.newpromoton_keywordtwo .swiper-button-next {
  right: 0;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/promotion-keyword-icon3.png)
    no-repeat;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/promotion-keyword-icon2-1.png)
    no-repeat;
}
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/promotion-keyword-icon3-1.png)
    no-repeat;
}
.swiper-button-next,
.swiper-button-prev {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-slide-item {
  width: 25%;
  height: 100%;
  border-bottom: 5px solid #fff;
  /*background: #ffffff;*/
  border-radius: 5px;
  box-sizing: border-box;
  float: left;
}
.swiper-slide-item:hover {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 14px 14px 71px 10px rgba(12, 184, 196, 0.12);
  border-color: #5dc8cd;
}
.swiper-slide-iteminfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
  margin: 50px 30px 0;
  height: 100%;
}
.swiper-slide-itemimg {
  width: 140px;
  height: auto;
}
.swiper-slide-itemtit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 34px;
  margin: 16px 0;
}
.swiper-slide-itemtxt {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 24px;
}
.swiper-slide-left,
.swiper-slide-right {
  width: 130px;
  float: left;
  color: #fff;
}
.swiper-slide-center {
  width: 82%;
  float: left;
  height: 100%;
}

.newpromoton_keywordfour {
  background-color: #fff;
  width: 100%;
  padding: 190px 0 130px;
}
.newpromoton_keywordfour_cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /*flex-wrap:wrap-reverse;*/
  margin-bottom: 89px;
}
.newpromoton_keywordfour_item {
  width: 30%;
  height: auto;
}
.newpromoton_keywordfour_itemtop {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}
.newpromoton_keywordfour_itemtop img {
  width: 79px;
  height: auto;
  margin-right: 5px;
  margin-left: -16px;
}
.newpromoton_keywordfour_itemtop span {
  font-size: 24px;
  font-family: HarmonyOS_Sans_SC_Bold, HarmonyOS_Sans_SC_Bold-Regular;
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 34px;
}
.newpromoton_keywordfour_itemtxt {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 25px;
}

.cadwin_box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  min-width: 320px;
}
.cadwin_cont {
  width: 100%;
  position: relative;
  font-size: 0;
}
.cadwin_cont img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: top;
}
.cadwin_cont img.cadwin_modelone_imgone {
  width: 100%;
  height: auto;
}
.cadwin_modelone_logo {
  position: absolute;
  left: 24px;
  top: 16px;
  width: 115px;
  height: auto;
}
.cadwin_modelone_imgtwo {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: -44px;
}
.cadwin_model_one {
  background-color: #000;
}
.cadwin_model_contone {
  z-index: 2;
}
.cadwin_model_cont {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  text-align: center;
}
.cadwin_model_cont img {
  pointer-events: none;
}
.cadwin_model_two {
  background-color: #242424;
}
.cadwin_model_conttwo {
  padding-bottom: 58px;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/cadwin-icon4.png")
    no-repeat top center;
  background-size: 100%;
}
.cadwin_modeltwo_imgone {
  width: 63%;
  height: auto;
  max-width: 238px;
  margin-top: 68px;
}
.cadwin_modeltwo_imgtwo {
  width: 86%;
  height: auto;
  max-width: 324px;
  margin: 65px 0 55px;
}
.cadwin_modeltwo_imgthree {
  width: 82%;
  height: auto;
  max-width: 309px;
}

.cadwin_model_three {
  background-color: #111111;
  padding-bottom: 40px;
}
.cadwin_modelthree_imgone {
  width: 100%;
  height: auto;
  max-width: 375px;
}
.cadwin_modelthree_imgtwo {
  width: 90%;
  height: auto;
  max-width: 340px;
}
.cadwin_modelthree_imgthree {
  width: 56%;
  height: auto;
  max-width: 211px;
}

.cadwin_model_four {
  background-color: #232323;
  padding-bottom: 76px;
}
.cadwin_model_contfour {
}
.cadwin_modelfour_imgone {
  width: 100%;
  height: auto;
  max-width: 375px;
}
.cadwin_modelfour_imgtwo {
  width: 80%;
  height: auto;
  max-width: 300px;
}
.cadwin_modelfour_imgthree {
  width: 85%;
  height: auto;
  max-width: 319px;
  margin: 64px 0 60px;
}
.cadwin_modelfour_imgfour {
  width: 82%;
  height: auto;
  max-width: 308px;
}

.cadwin_model_five {
  background-color: #111412;
  padding-bottom: 63px;
}

.cadwin_modelfive_imgone {
  width: 100%;
  height: auto;
  max-width: 375px;
}
.cadwin_modelfive_imgtwo {
  width: 72%;
  height: auto;
  max-width: 272px;
}
.cadwin_modelfive_imgthree {
  width: 63%;
  height: auto;
  max-width: 273px;
  margin: 34px 0 0;
}

.cadwin_model_six {
  background-color: #191919;
  padding-bottom: 87px;
}
.cadwin_modelsix_imgone {
  width: 100%;
  height: auto;
  max-width: 375px;
}
.cadwin_modelsix_imgtwo {
  width: 86%;
  height: auto;
  max-width: 324px;
  margin: 40px 0 40px;
}
.cadwin_modelsix_imgthree {
  width: 86%;
  height: auto;
  max-width: 325px;
}

.all_errormsg_mask {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  position: fixed;
  z-index: 100000001;
}
.all_error {
  display: none;
  position: fixed;
  width: 90%;
  top: 40%;
  left: 0;
  margin-left: 5%;
  text-align: center;
  z-index: 100000003;
}
.all_error span {
  padding: 10px 20px;
  line-height: 34px;
  border: 1px solid #636363;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-color: #464747;
  border-radius: 4px;
  opacity: 0.949;
}

.wincode_mask {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  position: fixed;
  z-index: 100000001;
}
.wincode_bomb {
  display: none;
  width: 250px;
  height: 250px;
  border-radius: 20px;
  margin: -125px 0 0 -125px;
  position: fixed;
  left: 50%;
  top: 50%;
  background: #ffffff;
  box-shadow: 0 2px 24px 24px rgba(0, 0, 0, 0.1);
  z-index: 100000002;
}
.wincode_close {
  margin: 5px 14px 0 0;
}
.wincode_close a {
  float: right;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/downloadPc-icon11.png")
    no-repeat center;
}
.wincode_bomb_cont {
  width: 90%;
  margin: 0 auto;
}
.wincode_bomb_cont h3 {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
  color: #15848b;
}
.wincode_bomb_cont h4 {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 1px;
  font-weight: normal;
  color: #2c4058;
  text-align: center;
}

.revit_top {
  padding: 0 0 80px;
  max-width: 1500px;
}
.revit_top .pormotionNew_top_right {
  float: right;
  width: 55%;
  max-width: 700px;
}

.revit_top .pormotionNew_top_left {
  width: 45%;
  max-width: 636px;
}
.revit_top .promotionNew_top_logo {
  text-align: left;
}
.revit_top_cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 12px;
}
.revit_top_cont li {
  width: 23%;
  height: 68px;
  background: rgba(36, 200, 207, 0.08);
  border: 1px solid #18b8c1;
  margin-top: 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.revit_top_cont li span {
  font-size: 17px;
  color: #ffffff;
  line-height: 24px;
  margin-left: 12px;
}
.revit_top_cont li img {
  width: 38px;
  height: auto;
}
.revit_top_txt {
  display: flex;
  justify-content: space-between;
}
.revit_top_txt .promotionNew_top_txt li {
  margin-right: 0;
}
.revit_top_txt li {
  margin-right: 0;
}
.promotionNew_top_reviticon {
  background: linear-gradient(to right, #f4f4f4 0%, #c9c9c9 100%);
  border-radius: 20px 0 20px 0;
  height: 48px;
  line-height: 48px;
  width: 303px;
  margin-top: 10px;
  font-size: 26px;
  color: #33373c;
  text-align: center;
  font-weight: bold;
}
.revit_top .pormotionNew_top_right {
  margin-right: 0;
  margin-top: 0;
}
.revit_top .pormotionNew_top_left .promotionNew_top_winpcimg {
  max-width: 636px;
  margin-top: 7%;
}

.viewer3D_banner_top {
  max-width: 1600px;
}
.viewer3D_banner_top .pormotionNew_top_right {
  width: 48%;
  max-width: 736px;
}
.viewer3D_banner_top .viewer3D_banner_left {
  width: 50%;
  max-width: 820px;
}
.viewer3D_banner_top .promotionNew_top_logo span {
  margin: 0 5px 0 10px;
  font-size: 31px;
  font-weight: bold;
}
.viewer3D_banner_top .promotionNew_top_reviticon {
  height: 48px;
  line-height: 48px;
  width: 192px;
  margin-top: 10px;
  font-size: 18px;
}
.viewer3D_banner_top .swiper-container {
  padding-bottom: 40px;
  margin-top: 20px;
}
.viewer3D_banner_top .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.viewer3D_banner_top .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.revit_modeltwo {
  padding-top: 60px;
}
.revit_modeltwo_tit {
  font-size: 44px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 46px;
  margin-bottom: 60px;
}
.viewer3d_modeltwo_tit {
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 34px;
}

.newpromoton_modelthree .revit_modelthree_tit {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  line-height: 46px;
  position: relative;
}
.revit_model_commontit {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 46px;
  position: relative;
}
.revit_modelfour li.newpromoton_modelfour_contleft div {
  font-size: 16px;
}
.thirdviewer_top_cont {
  background: rgba(36, 200, 207, 0.08);
  border: 1px solid #18b8c1;
  border-radius: 4px;
  width: 100%;
  margin-top: 28px;
}
.thirdviewer_top_itemone {
  padding-top: 20px;
}
.thirdviewer_top_itemlast {
  padding-bottom: 12px;
}
.thirdviewer_top_cont td {
  border-right: 1px solid #18b8c1;
}
.thirdviewer_td_one {
  width: 15%;
}
.thirdviewer_td_two {
  width: 20%;
}
.thirdviewer_td_three {
  width: 25%;
}
.thirdviewer_td_four {
  width: 40%;
}
.thirdviewer_td_one .thirdviewer_top_item {
  width: 70px;
}
.thirdviewer_td_two .thirdviewer_top_item {
  width: 85px;
}
.thirdviewer_td_three .thirdviewer_top_item {
  width: 125px;
}
.thirdviewer_td_four .thirdviewer_top_item {
  width: 240px;
}
.thirdviewer_top_item {
  display: flex;
  margin: 0 auto;
  margin-bottom: 12px;
  align-items: center;
}
.thirdviewer_top_cont td img {
  width: 16px;
  margin-right: 8px;
  height: 16px;
}
.thirdviewer_top_cont td span {
  font-size: 14px;
  color: #ffffff;
  line-height: 19px;
  margin-left: 0;
}

.promotion_rvt_top .pormotionNew_top_right {
  max-width: 740px;
}
.promotion_rvt_top .promotionNew_top_logo span {
  margin: 0 5px 0 10px;
  font-size: 34px;
  font-weight: bold;
}
.promotion_rvt_top .promotionNew_top_logo .promotionNew_top_logotit {
  margin: 0 5px 0 10px;
  font-size: 34px;
  font-weight: bold;
}
.promotion_rvt_top .promotionNew_top_reviticon {
  height: 48px;
  line-height: 48px;
  width: 186px;
  margin-top: 10px;
  font-size: 20px;
}
.promotion_rvt_top .revit_top_cont li span {
  word-break: keep-all;
  font-size: 15px;
  line-height: 24px;
  margin-left: 8px;
}
.promotion_rvt_top .revit_top_cont li img {
  width: 30px;
  height: auto;
}
.newpromoton_viewer_modelfour li.newpromoton_modelfour_contleft div {
  text-align: left;
}
.newpromoton_viewer_modelfour .newpromoton_modelfour_contright h4 {
  text-align: left;
}

.newpromoton_viewer_modelfour .newpromoton_modelfour_contright h3 {
  font-size: 16px;
  margin: 25px 20px 10px;
  line-height: 30px;
}

.newpromoton_viewer_modelfour .newpromoton_modelfour_contright h4 {
  font-size: 16px;
  margin: 0 20px;
  text-align: left;
  line-height: 24px;
}

.newpromoton_modelfour li.newpromoton_modelfour_contleft h2 {
  font-size: 20px;
  line-height: 30px;
  margin: 25px 20px 10px;
}
.revit_footer {
  width: 100%;
  min-height: 50px;
  height: auto;
  background: #313945;
  color: #959aa0;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.revit_footer a {
  color: #959aa0;
}
.revit_footer .footer_en_txt {
  color: #6e7072;
}
.footer_en_record {
  width: 20px;
  height: auto;
  margin-top: 12px;
}
.footer_en_txta:hover {
  text-decoration: underline;
}

.footer_en {
  width: 70%;
  height: 52px;
  margin: 0 auto;
  overflow: hidden;
}

.footer_en .outlink {
  float: right;
}
.foot_en_btnone {
  cursor: pointer;
  float: left;
  margin-right: 14px;
  width: 27px;
  height: 55px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/foot-en-icon1.png)
    no-repeat center;
}
.foot_en_btntwo {
  cursor: pointer;
  float: left;
  margin-right: 14px;
  width: 27px;
  height: 55px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/foot-en-icon4.png)
    no-repeat center;
}
.foot_en_btnthree {
  cursor: pointer;
  float: left;
  margin-right: 14px;
  width: 27px;
  height: 55px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/foot-en-icon5.png)
    no-repeat center;
}
.foot_en_btnfour {
  cursor: pointer;
  float: left;
  margin-right: 14px;
  width: 27px;
  height: 55px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/foot-en-icon3.png)
    no-repeat center;
}
.foot_en_btnfive {
  cursor: pointer;
  float: left;
  width: 27px;
  height: 55px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promotionNew/foot-en-icon2.png)
    no-repeat center;
}

.revit_quantity_model {
  padding-top: 60px;
  background-color: #fff;
}
.revit_quantity_cont {
  display: flex;
  height: 89px;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
}
.revit_quantity_list {
  width: 135px;
}
.stpviewer_quantity_model .revit_quantity_list {
  width: 146px;
}
.revit_quantity_listtop {
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.revit_quantity_listnum {
  font-size: 44px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
  font-weight: Bold;
  color: #12a6ae;
  line-height: 62px;
}
.revit_quantity_listnote {
  font-size: 16px;
  font-weight: Bold;
  color: #333333;
  line-height: 40px;
}
.revit_quantity_listtxt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-top: 5px;
  line-height: 22px;
}

.newpromoton_modelthree_3dviewer .revit_quantity_listnum {
  color: #fff;
}
.newpromoton_modelthree_3dviewer .revit_quantity_listnote {
  color: #fff;
}
.newpromoton_modelthree_3dviewer .revit_quantity_listtxt {
  color: #fff;
}

.newpromoton_newFeatures {
  width: 100%;
  height: 72px;
  background: #6e7175;
  background: linear-gradient(to right, #585c60, #5b5e62, #67696d, #717377);
}
.newpromoton_newFeatures_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.newpromoton_newFeatures_list {
  width: 25%;
  display: flex;
  justify-content: center;
  position: relative;
}
.newpromoton_newFeatures_list img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.newpromoton_newFeatures_list span {
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
}
.newpromoton_newFeatures_list i {
  position: absolute;
  right: 0;
  width: 1px;
  height: 32px;
  top: 4px;
  display: block;
  background: #868686;
}

.promotionNewJuly_down_btn {
  display: block;
  margin: 0 auto;
  width: 229px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  margin-top: 50px;
  background: linear-gradient(90deg, #24c8cf 0%, #0ba8b2 100%);
  border-radius: 6px;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
.promotionNewJuly_down_btn:hover {
  color: #fff;
}

.promotionNewJuly_down_btn_martop {
  margin-top: 200px;
}

.app_cad3d {
  width: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/app-cad3d-bg.png)
    no-repeat top center;
  background-size: cover;
}

.app_cad3d_top {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app_cad3d_logo {
  width: 33px;
}
.app_cad3d_toptit {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin: 0 4px 0 3px;
}
.app_cad3d_topimg {
  width: 117px;
}

.app_cad3d_table {
  width: 90%;
  margin: 24px auto 16px;
  background: rgba(36, 200, 207, 0.08);
  border-radius: 3px;
  border: 1px solid #18b8c1;
}
.app_cad3d_table td {
  vertical-align: top;
  border-right: 1px solid #18b8c1;
}

.app_cad3d_td_item {
  display: flex;
  margin: 0 auto;
  margin-bottom: 8px;
  align-items: center;
}
.app_cad3d_td_one .app_cad3d_td_item {
  width: 54px;
}
.app_cad3d_td_two .app_cad3d_td_item {
  width: 101px;
}
.app_cad3d_td_three .app_cad3d_td_item {
  min-width: 115px;
  max-width: 200px;
}
.app_cad3d_table td img {
  width: 12px;
  margin-right: 4px;
  height: 12px;
}
.app_cad3d_table td span {
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  word-wrap: break-word;
}
.app_cad3d_td_itemtop {
  margin-top: 10px;
}

.app_cad3d_version {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.app_cad3d_version li {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.app_cad3d_version li span,
.app_cad3d_version li a {
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
}
.app_cad3d_downbtn {
  display: block;
  margin: 24px auto 28px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(90deg, #24c8cf 0%, #0ba8b2 100%);
  border-radius: 6px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.app_cad3d_downbtn:hover {
  color: #fff;
}

.app_cad3d_top_img {
  width: 100%;
  text-align: center;
}

.app_cad3d_top_img img {
  width: 100%;
  max-width: 750px;
}

.app_cad3d_quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 24px auto 0;
}
.app_cad3d_quantity_list {
  width: 80px;
}
.cad3d_quantity_listtop {
  width: 100%;
  margin-bottom: 4px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cad3d_quantity_listnum {
  font-size: 24px;
  font-weight: Bold;
  color: #12a6ae;
  line-height: 34px;
}
.cad3d_quantity_listnote {
  font-size: 12px;
  font-weight: Bold;
  color: #333333;
  line-height: 24px;
}
.cad3d_quantity_listtxt {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 16px;
}

.app_cad3d_sheet_tit {
  font-size: 20px;
  margin: 32px 0 31px;
  color: #303534;
  line-height: 29px;
  text-align: center;
  font-weight: bold;
}
.app_cad3d_sheet_cont {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.app_cad3d_sheet_cont span {
  width: 25%;
  display: flex;
  flex-direction: column;
  margin-bottom: 23px;
  align-items: center;
}
.app_cad3d_sheet_cont span img {
  width: 54px;
}
.app_cad3d_sheet_cont span i {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  margin-top: 5px;
}
.app_cad3d_other {
  padding-bottom: 86px;
}

.newbaidu1_top .pormotionNew_top_right {
  max-width: 730px;
}
.newbaidu1_top .pormotionNew_top_left {
  margin-top: 55px;
}

.view_new3d_modeltwo {
  padding-bottom: 100px;
  padding-top: 70px;
}

.sootool_header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 1280px;
  background-color: #fff;
}
.sootool_header_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.sootool_header_left {
  display: flex;
  align-items: center;
}
.sootool_header_logo {
  cursor: pointer;
}
.sootool_header_logo img {
  height: 50px;
  width: auto;
}
.sootool_logo_sootool img {
  height: 25px;
}
.sootool_logo_cad {
  margin-left: 30px;
}

.sootool_header_center {
  display: flex;
}
.sootool_nav {
  font-size: 14px;
  line-height: 45px;
  position: initial;
}

.sootool_nav a {
  color: #5c5c5c;
  margin-right: 20px;
  text-decoration: none;
}
.sootool_nav a:hover {
  text-decoration: none;
  color: #0a50a1;
}
.sootool_search {
  width: 212px;
  height: 32px;
  margin-top: 6px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 0px;
  font-family: Arial, "Microsoft YaHei", \5b8b\4f53;
}
.sootool_search img {
  height: 30px;
  width: 37px;
  vertical-align: top;
  display: inline-block;
}
.sootool_search input {
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.sootool_search .sootool_search_input {
  height: 30px;
  width: 105px;
  padding-left: 10px;
  display: inline-block;
  font-size: 14px;
  outline: none;
}
.sootool_search .sootool_search_btn {
  width: 59px;
  line-height: 32px;
  background: #008ded;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  float: right;
  border-radius: 0 4px 4px 0;
}

.sootool_header_right {
  width: 130px;
  height: 36px;
  border-radius: 50px;
  background: linear-gradient(-40deg, #35cae5, #55d4a3);
  text-align: center;
  line-height: 36px;

  transition: all 0.3s ease;
  cursor: pointer;
}
.sootool_header_right a {
  color: white;
}
.sootool_header_right:hover {
  transform: translateY(-10px);
}
.sootool_footer {
  padding: 40px 0 40px;
  width: 100%;
  background: #333333;
  display: inline-block;
  height: 106px;
  border-top: 1px solid #f2f2f2;
  /*margin-top: 40px;*/
}
.sootool_footer .sootool_copyright {
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #c9c9c9;
  display: inline-block;
}
.sootool_beian {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.sootool_address {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.sootool_beian_num {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
  color: #c9c9c9;
  font-size: 18px;
}

.actMar_container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  min-width: 320px;
}
.actMar_bj {
  width: 100%;
  position: relative;
  font-size: 0;
}
.actMar_bj img {
  display: inline-block;
  zoom: 1;
  display: inline;
  zoom: 1;
  vertical-align: top;
}
.actMar_bj img.actMar_bjimg {
  width: 100%;
  height: auto;
}
.actMar_btn {
  position: absolute;
  cursor: pointer;
}
.actMar_btnone {
  left: 50%;
  top: 22%;
  width: 60%;
  height: 74%;
  margin-left: -30%;
}
.actMar_btntwo {
  left: 50%;
  top: 30%;
  width: 60%;
  height: 74%;
  margin-left: -30%;
}
.actMar_detail {
  width: 100%;
  position: relative;
  background: #edb189
    url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/actMarPrize-icon5.png)
    no-repeat left top;
  background-size: 100% auto;
}
.actMar_detail_cont {
  width: 91%;
  margin: 37px auto 0;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.actMar_detail_img {
  position: absolute;
  max-width: 856px;
  width: 59%;
  height: auto;
  left: 50%;
  top: -11px;
  margin-left: -29%;
}
.actMar_detail_rules {
  margin: 11% 35px 28px 25px;
}
/*display:flex;*/
.actMar_detail_rules li {
  margin-bottom: 5px;
}
/*flex-shrink: 0;*/
.actMar_item_number {
  font-size: 18px;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #e99e6d;
  border-radius: 50%;
}
.actMar_item_txt {
  font-size: 22px;
  color: #562c10;
  line-height: 28px;
  word-break: break-all;
}

.actMar_item_txt i {
  font-style: normal;
  font-weight: bold;
}

.actMar_ability {
  width: 100%;
  background-color: #edb189;
}
.actMar_ability_cont {
  width: 91%;
  margin: 49px auto 28px;
  position: relative;
}

.proCnCad_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promoteCNCAD-bg.png")
    no-repeat center;
  background-size: cover;
}
.proCnCad_bg {
  width: 100%;
  height: auto;
  display: block;
}
.proCnCad_main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.proCnCad_logo {
  margin: 27px 35px 0;
}
.proCnCad_logo img {
  width: 287px;
  height: auto;
  max-height: 45px;
}
.proCnCad_cont {
  margin: 52px auto 40px;
  width: 85%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.proCnCad_tit img {
  width: 446px;
  height: auto;
  max-height: 71px;
}
.proCnCad_subtit {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-top: 35px;
}
.proCnCad_info {
  margin-top: 50px;
  width: 619px;
}
.proCnCad_list {
  margin-bottom: 20px;
}
.proCnCad_list_tit {
  font-size: 22px;
  line-height: 28px;
  color: #00aaa9;
  font-weight: bold;
}
.proCnCad_list_txt {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.proCnCad_bottom {
}
.proCnCad_btn {
  float: left;
  cursor: pointer;
}
.proCnCad_btn:first-child {
  margin-right: 18px;
}
.proCnCad_btn img {
  width: 440px;
  height: auto;
}

.promoteApp_wrap {
  max-width: 800px;
  margin: 0 auto;
}
.promoteApp_logo {
  margin: 38px 0 0 45px;
}
.promoteApp_logo img {
  width: 287px;
  height: auto;
  max-height: 45px;
}
.promoteApp_main {
  width: 85%;
  margin: 0 auto;
}
.promoteApp_tit {
  margin-top: 74px;
}
.promoteApp_tit img {
  width: 581px;
  height: auto;
  max-height: 69px;
}
.promoteApp_subtit {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-top: 20px;
  color: #3c3c3c;
}
.promoteApp_subtit i {
  color: #ff5a00;
  font-style: normal;
  margin-left: 26px;
}
.promoteApp_icon {
  width: 100%;
}
.promoteApp_icon img {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin-top: -12%;
  margin-bottom: -18%;
}

.promoteApp_list {
  margin-bottom: 20px;
}
.promoteApp_list_tit {
  font-size: 38px;
  line-height: 56px;
  color: #00aaa9;
  font-weight: bold;
}
.promoteApp_list_txt {
  font-size: 32px;
  line-height: 48px;
  color: #000;
}
.promoteApp_btn {
  cursor: pointer;
  width: 92%;
  margin: 20px auto 40px;
  display: block;
}
.promoteApp_btn img {
  width: 100%;
  max-width: 733px;
  height: auto;
}
.promoteApp_tip {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
  color: #000;
  margin-bottom: 30px;
}
.promoteApp_btn_tryout {
  margin-bottom: 25px;
}

@media screen and (max-width: 1920px) {
  .promotion_batch_top .pormotionNew_top_right {
    margin-right: 0;
    margin-top: 20px;
  }
  .revit_top .pormotionNew_top_right {
    margin-right: 0;
    margin-top: 0;
  }

  .viewer3D_banner_top .promotionNew_top_logo span {
    font-size: 30px;
  }
}

.promotion_batch_top .pormotionNew_top_right {
  margin-right: 0;
  margin-top: 10px;
  width: 55%;
  margin-left: 5%;
}
.promotion_batch_top .promotionNew_top_winicon {
  height: 44px;
  width: auto;
  margin-top: 9px;
}
.promotion_batch_top .promotionNew_top_logo span {
  margin: 0 6px 0 20px;
  font-size: 38px;
}
.promotion_batch_top .promotionNew_top_logo .promotionNew_top_logotit {
  margin: 0 6px 0 20px;
  font-size: 38px;
}
.promotion_batch_top .promotionNew_top_txt li {
  margin-right: 62px;
}

.newpromoton_keywordtwo .new_container {
  width: 90%;
}

.revit_top .pormotionNew_top_right {
  margin-right: 0;
  margin-top: 10px;
  width: 55%;
  margin-left: 5%;
}
.revit_top .pormotionNew_top_left {
  width: 44%;
  max-width: 636px;
}
.revit_top .pormotionNew_top_left .promotionNew_top_winpcimg {
  margin-top: 14%;
}

.promotion_rvt_top .promotionNew_top_logo span {
  margin: 0 5px 0 8px;
  font-size: 30px;
}
.promotion_rvt_top .promotionNew_top_logo .promotionNew_top_logotit {
  margin: 0 5px 0 8px;
  font-size: 30px;
}
.promotion_rvt_top .promotionNew_top_txt li {
  margin-right: 2px;
}

.footer_en {
  width: 80%;
}

.viewer3D_banner_top .pormotionNew_top_right {
  width: 48%;
  max-width: 736px;
  margin-left: 0;
}
.viewer3D_banner_top .viewer3D_banner_left {
  width: 50%;
  max-width: 820px;
}

.viewer3D_banner_top .promotionNew_top_logo span {
  font-size: 30px;
}
.viewer3D_banner_top .promotionNew_top_reviticon {
  width: 167px;
  font-size: 16px;
}
.viewer3D_banner_top .promotionNew_top_txt li {
  margin-right: 0;
}

@media screen and (max-width: 1590px) {
  .viewer3D_banner_top .pormotionNew_top_right {
    width: 53%;
  }
  .viewer3D_banner_top .viewer3D_banner_left {
    width: 45%;
  }
}

@media screen and (max-width: 1350px) {
  .promotion_architecture_four .new_home_fourlisttxt {
    font-size: 14px;
    line-height: 24px;
  }
  .promotion_architecture_num {
    margin-left: 23px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
  }

  .promotion_architecture_version {
    font-size: 12px;
    line-height: 20px;
  }
  .promotion_architecture_mobiletoptxt {
    letter-spacing: 2px;
  }

  .promotion_architecture_fiverimg {
    width: 55%;
  }

  .pormotionNew_top_right .promotionNew_top_txt li {
    margin-right: 5%;
  }
  .newpromoton_keywordfour {
    padding: 90px 0 60px;
  }

  .thirdviewer_top_cont td span {
    font-size: 12px;
  }
  .thirdviewer_top_cont td img {
    width: 10px;
    height: 10px;
    margin-right: 4px;
  }
  .thirdviewer_td_one .thirdviewer_top_item {
    width: 52px;
  }
  .thirdviewer_td_two .thirdviewer_top_item {
    width: 65px;
  }
  .thirdviewer_td_three .thirdviewer_top_item {
    width: 98px;
  }
  .thirdviewer_td_four .thirdviewer_top_item {
    width: 186px;
  }

  .promotion_rvt_top .promotionNew_top_logo span {
    margin: 0 5px 0 5px;
    font-size: 26px;
    line-height: 42px;
  }
  .promotion_rvt_top .promotionNew_top_logo .promotionNew_top_logotit {
    margin: 0 5px 0 5px;
    font-size: 26px;
    line-height: 42px;
  }
  .promotion_rvt_top .promotionNew_top_reviticon {
    height: 42px;
    line-height: 42px;
    width: 140px;
    margin-top: 0;
    font-size: 14px;
  }
  .promotion_rvt_top .revit_top_cont li span {
    font-size: 14px;
    line-height: 20px;
    margin-left: 6px;
  }
  .promotion_rvt_top .promotionNew_top_txt li {
    margin-right: 0px;
  }

  .newpromoton_viewer_modelfour .newpromoton_modelfour_contright h4 {
    font-size: 14px;
    margin: 0 20px;
    text-align: left;
    line-height: 22px;
  }

  .footer_en {
    width: 90%;
  }
  .promotion_rvt_top .revit_top_cont li span {
    word-break: break-all;
  }

  .newbaidu1_top .revit_top_cont li span {
    font-size: 14px;
    line-height: 24px;
    margin-left: 10px;
  }
  .viewer3D_banner_top .promotionNew_top_txt li {
    margin-right: 0;
  }

  .proCnCad_cont {
    width: 90%;
  }
  .proCnCad_logo {
    margin: 27px 5% 0;
  }
}
@media screen and (max-width: 1280px) {
  .promotion_architecture_topleft .mobile_top_txt {
    width: 100%;
  }
  .promotionNew_top_btn {
    margin-bottom: 366px;
  }
  .promotionNew_top_num {
    top: -44px;
    right: 0;
    width: 146px;
    height: 131px;
  }
  .promotionNew_top_num dt {
    font-size: 24px;
    line-height: 30px;
    margin-top: 49px;
  }
  .promotionNew_top_num dt i {
    font-size: 14px;
    line-height: 26px;
  }
  .promotionNew_top_num dd {
    font-size: 14px;
    line-height: 26px;
  }
  .promotionNew_bottom_btn {
    margin: 0;
    margin-top: 120px;
  }
  .newpromoton_modeltwo {
    padding: 140px 0 80px 0;
  }
  .newpromoton_modeltwo_smallspace {
    padding: 100px 0 0 0;
  }
  .view_new3d_modeltwo {
    padding-bottom: 100px;
    padding-top: 70px;
  }
  .newpromoton_modelfive h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .newpromoton_modelfive_tit {
    font-size: 30px;
    line-height: 38px;
  }
  .promotion_architecture_fiveinfo {
    margin-left: 55%;
  }
  .revit_modeltwo {
    padding-top: 50px;
  }
  /*.newpromoton_modelsix ul li img{width:54px;margin-top:30px;}*/
  /*.newpromoton_modelsix ul li i{font-size: 14px;line-height: 18px;margin:20px auto 5px;}*/
  /*.newpromoton_modelsix ul li span{font-size: 18px;line-height: 26px;margin:0 auto 10px;}*/
  /*.newpromoton_modelsix ul li a{width: 124px;height: 38px;line-height: 38px;font-size: 14px;}*/

  .promotion_batch_num {
    top: 14%;
    right: 0;
    width: 28%;
    height: auto;
    background: none;
  }

  .promotion_batch_num dt {
    margin-top: 0;
  }
  .promotion_batch_top .promotionNew_top_num dt {
    font-size: 18px;
    line-height: 26px;
  }
  .promotion_batch_top .promotionNew_top_num dt i {
    font-size: 12px;
    line-height: 20px;
  }
  .promotion_batch_top .promotionNew_top_logo span {
    margin: 0 6px 0 10px;
    font-size: 26px;
    line-height: 40px;
  }
  .promotion_batch_top .promotionNew_top_logo .promotionNew_top_logotit {
    margin: 0 6px 0 10px;
    font-size: 26px;
    line-height: 40px;
  }
  .promotion_batch_top .promotionNew_top_logo .promotionNew_top_logoicon {
    height: 30px;
    margin-top: 6px;
  }
  .promotion_batch_top .promotionNew_top_logo .promotionNew_top_winicon {
    height: 28px;
    margin-top: 6px;
  }
  .promotion_batch_topinfo {
    font-size: 14px;
    margin-top: 10px;
    width: 800px;
  }
  .promotion_batch_top .promotionNew_top_txt li p {
    font-size: 14px;
    line-height: 20px;
  }
  .promotion_batch_top .promotionNew_top_txt {
    margin: 10px 0 20px;
  }
  .promotion_batch_top .promotionNew_top_btn a {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 10px;
  }
  .promotion_batch_top .promotionNew_top_btn a i {
    width: 16px;
    height: 40px;
    margin-right: 10px;
  }

  .promotion_batch_top .promotionNew_top_btn .promotionNew_top_btnspan {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 10px;
  }
  .promotion_batch_top .promotionNew_top_btn .promotionNew_top_btnspan i {
    width: 16px;
    height: 40px;
    margin-right: 10px;
  }

  .promotion_batchthree_ltit {
    font-size: 28px;
    margin: 16px 0 30px;
    line-height: 40px;
  }
  .promotion_batchthree_limg img {
    width: 40px;
  }
  .promotion_batchthree_ltxt {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 22px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .newpromoton_keywordtwo .swiper-button-next,
  .newpromoton_keywordtwo .swiper-button-prev {
    background-size: 100%;
  }
  .swiper-slide-left,
  .swiper-slide-right {
    width: 60px;
  }
  .swiper-slide-center {
    width: 86%;
  }
  .swiper-slide-itemimg {
    width: 80px;
  }
  .swiper-slide-itemtit {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
  }
  .swiper-slide-itemtxt {
    font-size: 14px;
    line-height: 22px;
  }
  .newpromoton_keywordtwo {
    padding: 60px 0 40px 0;
  }
  .newpromoton_keywordtwo_info .swiper-container {
    height: 300px;
  }

  .revit_top_cont li span {
    font-size: 14px;
    line-height: 24px;
    margin-left: 10px;
  }
  .promotionNew_top_reviticon {
    height: 36px;
    line-height: 36px;
    width: 237px;
    margin-top: 2px;
    font-size: 20px;
  }
  .revit_top_cont li img {
    width: 24px;
    height: auto;
  }

  .promotion_rvt_top .promotionNew_top_logo span {
    margin: 0 5px 0 5px;
    font-size: 24px;
    line-height: 42px;
  }
  .promotion_rvt_top .promotionNew_top_logo .promotionNew_top_logotit {
    margin: 0 5px 0 5px;
    font-size: 24px;
    line-height: 42px;
  }

  .newpromoton_update_rightimg {
    top: 150px;
  }

  .new_icon {
    right: -25px;
    top: 5px;
    width: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .new_head_topline {
    margin: 20px 2px 0;
    margin: 20px 0.1rem 0;
  }

  .new_head_topr {
    width: 78%;
  }
  .new_head_menur li {
    margin-left: 56px;
    margin-left: 1.4rem;
  }
  .revit_top .pormotionNew_top_right {
    margin: 0 auto;
  }
  /*.pormotionNew_top_left {*/
  /*width: 100%;*/
  /*margin-top: 30px;*/
  /*}*/
  .revit_top .pormotionNew_top_left {
    width: 100%;
    max-width: 100%;
    text-align: center;
    float: none;
  }
  .revit_top .pormotionNew_top_left .promotionNew_top_winpcimg {
    margin-top: 0;
  }
  .revit_modeltwo {
    padding-top: 60px;
  }
  .revit_modeltwo_tit {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .revit_top .pormotionNew_top_right {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .revit_top .pormotionNew_top_left {
    text-align: center;
    margin-top: 30px;
  }
  .revit_top .pormotionNew_top_right {
    margin: 0 auto;
  }

  .footer_en {
    height: 100%;
  }
  .footer_en .outlink {
    float: none;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .revit_quantity_listnum {
    font-size: 36px;
  }
  .revit_quantity_listnote {
    font-size: 14px;
  }
  .newpromoton_update_cont {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1100px) {
  .pormotionNew_top_right {
    width: 100%;
  }
  .pormotionNew_top_left {
    width: 100%;
    margin-top: 30px;
  }
  .promotion_batch_top .pormotionNew_top_right {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .promotion_batch_top .pormotionNew_top_left {
    text-align: center;
  }
  .newpromoton_modelfive {
    padding: 60px 0 50px;
  }
  .revit_top .pormotionNew_top_right {
    margin: 0 auto;
  }

  .footer_en > span {
    line-height: 24px;
  }

  .footer_en > span:nth-of-type(1) {
    display: block;
    position: relative;
    top: 13px;
  }
}
@media only screen and (max-width: 980px) {
  .revit_quantity_listnum {
    font-size: 30px;
    line-height: 36px;
  }
  .revit_quantity_listnote {
    font-size: 12px;
    line-height: 22px;
  }
  .revit_quantity_listtxt {
    font-size: 12px;
    line-height: 22px;
  }
  .revit_quantity_list {
    width: 110px;
  }
  .stpviewer_quantity_model .revit_quantity_list {
    width: 110px;
  }

  .proCnCad_info {
    width: 100%;
  }
  .proCnCad_btn:first-child {
    margin-right: 6px;
  }
  .proCnCad_btn img {
    width: 314px;
  }
}
@media only screen and (max-width: 920px) {
  .promotionNew_top {
    margin-top: 44px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 967px) {
  .promotionNew_top_txt li {
    margin-right: 48px;
  }
  .promotionNew_top_btn {
    margin-bottom: 290px;
  }
  .promotionNew_top_num dt {
    font-size: 18px;
    line-height: 30px;
    margin-top: 49px;
  }

  .newpromoton_modeltwo {
    padding: 97px 0 40px 0;
  }
  .newpromoton_modeltwo_smallspace {
    padding: 60px 0 0 0;
  }
  .revit_modeltwo {
    padding-top: 30px;
  }
  .viewer3d_modeltwo_tit {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .newpromoton_modeltwo span img {
    width: 68px;
    height: auto;
  }
  .newpromoton_modeltwo span i {
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
  }
  .newpromoton_modeltwo span {
    width: 13.5%;
  }
  .newpromoton_modelthree ul li.newpromoton_modelthree_tit i {
    font-size: 24px;
    line-height: 30px;
  }
  .newpromoton_modelthree ul li.newpromoton_modelthree_tit {
    font-size: 26px;
    line-height: 32px;
  }
  .newpromoton_modelthree ul li.newpromoton_modelthree_txt {
    font-size: 12px;
    line-height: 20px;
  }
  .newpromoton_modelfour li.newpromoton_modelfour_contleft h2 {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 15px 10px;
  }
  .newpromoton_modelfour li.newpromoton_modelfour_contleft div {
    font-size: 12px;
    line-height: 18px;
    margin: 0 10px;
  }
  .newpromoton_modelfour_contright h3 {
    font-size: 14px;
    margin: 20px 15px 10px;
    line-height: 22px;
  }
  .newpromoton_modelfour_contright h4 {
    font-size: 12px;
    margin: 0 10px;
    line-height: 18px;
  }
  .newpromoton_modelfive h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .newpromoton_modelfive_tit {
    font-size: 20px;
    line-height: 30px;
  }
  .newpromoton_modelfiveimg {
    top: 60px;
    width: 47%;
    max-width: 770px;
  }
  .newpromoton_modelsix ul li span {
    font-size: 18px;
  }
  .newpromoton_modelsix ul li i {
    font-size: 12px;
  }

  .promotion_architecture_fivecont {
    margin-top: 0px;
  }
  .promotion_architecture_fivecont .new_container {
    position: relative;
    padding: 50px 0;
    text-align: center;
  }
  .promotion_architecture_fiverimg {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    max-width: 955px;
  }
  .promotion_architecture_fivedl {
    margin-bottom: 20px;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .promotion_architecture_fivedl dt {
    float: left;
    margin-right: 10px;
  }
  .promotion_architecture_fivedl dt img {
    width: 100px;
  }
  .promotion_architecture_fivedl dd {
    float: left;
  }
  .promotion_architecture_fivedltit {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .promotion_architecture_fivedltxt {
    margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    letter-spacing: 1px;
  }

  .promotion_architecture_fivecont .promotion_architecture_top_btnlist {
    float: none;
    text-align: center;
  }

  .promotion_architecture_fiveinfo {
    margin-left: 0;
  }
  .promotion_batch_top .promotionNew_top_num dt {
    margin-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .promotionNew_top_btn {
    margin-bottom: 315px;
  }
  .promotionNew_bottom_btn {
    margin: 0;
    margin-top: 70px;
  }
  .promotion_architecture_four .new_home_fourlist {
    margin-bottom: 15px;
    width: 100%;
    height: 240px;
    float: none;
    display: block;
    margin-right: 0;
  }
  .promotion_batchtwo_piece li img {
    max-width: 160px;
  }
  .promotion_batchtwo_piece li span {
    font-size: 14px;
    line-height: 30px;
  }
  .promotion_batchtwo_piece {
    flex-wrap: wrap;
    justify-content: start;
  }
  .promotion_batchtwo_piece li {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .promotion_batchtwo_tit {
    font-size: 28px;
    margin: 50px 0 24px;
  }
  .promotion_batchthree_limg img {
    width: 30px;
  }
  .promotion_batchthree_ltit {
    font-size: 22px;
    margin: 12px 0 20px;
    line-height: 36px;
  }
  .promotion_batchthree_ltxt {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  .newpromoton_keywordfour_itemtop img {
    width: 66px;
    margin-left: -16px;
  }
  .newpromoton_keywordfour_itemtop span {
    font-size: 18px;
    line-height: 34px;
  }
  .newpromoton_keywordfour_itemtxt {
    font-size: 14px;
    line-height: 22px;
  }
  .newpromoton_keywordfour_cont {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 845px) {
  .promotion_batchthree_left {
    margin-left: 0;
  }
  .promotion_batchthree_conttwo .promotion_batchthree_left {
    margin: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .swiper-slide-left,
  .swiper-slide-right {
    width: 50px;
  }
  .swiper-slide-center {
    width: 86%;
  }
  .swiper-slide-iteminfo {
    margin: 30px 10px 0;
  }
  .swiper-slide-itemimg {
    width: 60px;
  }
  .swiper-slide-itemtit {
    font-size: 14px;
    line-height: 22px;
    margin: 6px 0;
  }
  .swiper-slide-itemtxt {
    font-size: 12px;
    line-height: 20px;
  }
  .newpromoton_keywordtwo_info .swiper-container {
    height: 260px;
  }
  .newpromoton_keywordtwo_info {
    padding-bottom: 20px;
  }

  .promotionNewJuly_down_btn_martop {
    margin-top: 50px;
  }
}
@media screen and (max-width: 810px) {
  .promoteApp_main {
    width: 90%;
  }
  .promoteApp_tit img {
    width: 83%;
    max-width: 581px;
  }
  .promoteApp_logo {
    margin: 38px 0 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .promotionNew_top_logo .promotionNew_top_winicon {
    height: 22px;
    margin-top: 3px;
  }
  .promotionNew_top_logo .promotionNew_top_logoicon {
    height: 22px;
    margin-top: 4px;
  }
  .promotionNew_top_logo span {
    margin: 0 5px 0 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .promotionNew_top_logo .promotionNew_top_logotit {
    margin: 0 5px 0 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .promotionNew_top_txt li {
    margin-right: 5px;
  }
  .promotionNew_top_txt li p {
    font-size: 12px;
    line-height: 20px;
  }
  .promotionNew_top_txt {
    margin: 20px 0 20px;
    text-align: center;
  }
  .promotionNew_top_btn a {
    width: 110px;
    height: 40px;
    line-height: 41px;
    font-size: 12px;
    margin-right: 5px;
  }
  .promotionNew_top_btn a i {
    width: 15px;
    height: 40px;
    margin-right: 10px;
  }
  .promotionNew_top_btn {
    margin-bottom: 320px;
  }

  .promotionNew_top_btn .promotionNew_top_btnspan {
    width: 110px;
    height: 40px;
    line-height: 41px;
    font-size: 12px;
    margin-right: 5px;
  }
  .promotionNew_top_btn .promotionNew_top_btnspan i {
    width: 15px;
    height: 40px;
    margin-right: 10px;
  }

  .promotionNew_bottom_btn {
    margin: 50px 0;
  }

  .promotionNew_top_winpc {
    bottom: -10%;
    left: 50%;
    margin-left: -50%;
    width: 100%;
  }
  .promotionNew_top_num {
    top: -29px;
    right: 0;
    width: 95px;
    height: 85px;
  }
  .promotionNew_top_num dt {
    font-size: 14px;
    line-height: 26px;
    margin-top: 26px;
  }
  .promotionNew_top_num dt i {
    font-size: 12px;
    line-height: 24px;
  }
  .promotionNew_top_num dd {
    font-size: 12px;
    line-height: 24px;
  }
  .newpromoton_modeltwo span {
    width: 25%;
  }
  .newpromoton_modeltwo span img {
    width: 58px;
    height: auto;
  }
  .newpromoton_modeltwo span {
    margin-bottom: 32px;
  }
  .newpromoton_modeltwo .new_container {
    font-size: 0;
  }
  .newpromoton_modeltwo {
    padding: 62px 0 10px 0;
  }
  .newpromoton_modeltwo_smallspace {
    padding: 30px 0 0 0;
  }
  .newpromoton_modelthree ul li.newpromoton_modelthree_tit {
    font-size: 16px;
    line-height: 22px;
  }
  .newpromoton_modelthree ul li.newpromoton_modelthree_tit i {
    font-size: 16px;
    line-height: 22px;
  }
  .newpromoton_modelthree ul li.newpromoton_modelthree_line {
    margin: 10px 0;
  }
  .newpromoton_modelthree ul {
    margin-left: 0;
    width: 100%;
    float: none;
  }

  .newpromoton_modelthree_rightimg {
    width: 46%;
    top: -75px;
    right: 0;
  }
  .newpromoton_modelthree_rightimg {
    margin-top: 15px;
    display: block;
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
  .newpromoton_modelthree {
    padding: 30px 0 20px;
  }
  .newpromoton_model_commontit i {
    font-size: 16px;
    line-height: 22px;
  }
  .newpromoton_model_commontit {
    font-size: 16px;
    line-height: 22px;
  }
  .newpromoton_model_commonline {
    margin: 10px 0;
  }
  .newpromoton_modelfour li {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newpromoton_modelfour li.newpromoton_modelfour_contleft {
    background-size: cover;
    padding-bottom: 30px;
  }
  .newpromoton_modelfour {
    padding: 30px 0 20px 0;
  }
  .newpromoton_modelfiveimg {
    top: auto;
    width: 100%;
    max-width: 770px;
    position: relative;
    right: -8%;
    margin-top: 10px;
  }
  .newpromoton_modelfive h1 {
    font-size: 14px;
    line-height: 22px;
  }
  .newpromoton_modelfive_tit {
    font-size: 14px;
    line-height: 22px;
  }
  .newpromoton_modelfive ul {
    width: 100%;
  }
  .newpromoton_modelfive ul li {
    margin-bottom: 5px;
  }
  .newpromoton_modelfive ul li i {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .newpromoton_modelfive ul li span {
    font-size: 12px;
    line-height: 20px;
    width: 90%;
  }
  .newpromoton_modelfive {
    padding: 30px 0 20px;
  }
  .newpromoton_modelsix {
    padding: 30px 0 20px;
  }
  .newpromoton_modelsix ul li {
    width: 100%;
    margin-bottom: 10px;
    height: 216px;
  }
  .newpromoton_modelsix ul li img {
    width: 56px;
    margin-top: 20px;
  }
  .newpromoton_modelsix ul li i {
    margin-top: 15px;
  }
  .newpromoton_modelsix ul li span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .newpromoton_modelsix ul li a {
    width: 125px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .promotion_batch_num {
    top: 14%;
    right: 0;
    width: 28%;
    height: auto;
    background: none;
  }

  .promotion_batchfour_cont li img {
    width: 60px;
    margin-top: 20px;
  }
  .promotion_batchfour_itemtit {
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 10px;
  }
  .promotion_batchfour_itemtxt {
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: center;
    color: #818181;
    line-height: 20px;
    height: 46px;
    width: 90%;
  }

  .newpromoton_keywordfour_itemtop img {
    width: 50px;
    margin-left: -10px;
  }
  .newpromoton_keywordfour_itemtop span {
    font-size: 14px;
    line-height: 24px;
  }
  .newpromoton_keywordfour_itemtxt {
    font-size: 12px;
    line-height: 20px;
  }
  .newpromoton_keywordfour_cont {
    margin-bottom: 26px;
  }

  .revit_modeltwo .revit_modeltwo_tit {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .revit_modeltwo {
    padding-top: 30px;
  }
  .revit_quantity_cont {
    flex-wrap: wrap;
    justify-content: left;
  }
  .revit_quantity_list {
    margin-bottom: 20px;
    width: 33%;
  }
  .stpviewer_quantity_model .revit_quantity_list {
    margin-bottom: 20px;
    width: 33%;
  }
  .revit_quantity_cont {
    height: auto;
  }

  .promotionNewJuly_down_btn {
    width: 110px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    font-size: 12px;
  }
  .newpromoton_newFeatures_list span {
    font-size: 14px;
    line-height: 26px;
  }
  .newpromoton_newFeatures_list img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
  .newpromoton_newFeatures {
    height: 62px;
  }

  .newpromoton_update_cont {
    width: 100%;
  }

  .promoteApp_subtit {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
  .promoteApp_list_tit {
    font-size: 36px;
    line-height: 54px;
  }
  .promoteApp_list_txt {
    font-size: 30px;
    line-height: 46px;
  }

  .promoteApp_tip {
    font-size: 28px;
    line-height: 44px;
  }
}

@media screen and (max-width: 640px) {
  .promotion_architecture_topleft {
    width: 100%;
  }

  .promotion_architecture_topleft h2 {
    text-align: center;
  }

  .promotion_architecture_topleft .mobile_top_txt {
    text-align: center;
    width: 100%;
    letter-spacing: 0px;
    font-size: 12px;
  }

  .promotion_architecture_top_btnlist {
    margin: 0;
    float: none;
    text-align: center;
  }

  .promotion_architecture_top_btnlist .pcversion_downbtn {
    float: none;
    display: inline-block;
  }

  .promotion_architecture_top {
    padding-top: 64px;
    text-align: center;
  }

  .promotion_architecture_num {
    float: none;
    margin: 0;
    display: inline-block;
  }

  .promotion_batchthree_right {
    width: 100%;
  }

  .promotion_batchthree_cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #promotion_batchthree_r_pc {
    display: none;
  }

  #promotion_batchthree_r_h5 {
    display: block;
  }

  .promotion_rvt_top .promotionNew_top_reviticon {
    height: 42px;
    line-height: 42px;
    width: 120px;
    margin-top: 0;
    font-size: 12px;
  }

  .revit_footer {
    height: auto;
    line-height: 30px;
  }

  .revit_footer .footer_en {
    height: auto;
    line-height: 51.3px;
  }

  .revit_footer .footer_en .footer-icon-img {
    width: 17px;
  }

  .actMar_detail_img {
    top: -9px;
  }
  .actMar_item_number {
    font-size: 16px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .actMar_item_txt {
    font-size: 20px;
    line-height: 26px;
  }
  .actMar_ability_cont {
    margin: 40px auto 28px;
  }

  .proCnCad_wrap {
    height: auto;
    overflow: auto;
    position: relative;
    background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promoteCNCAD-bg.png)
      no-repeat center;
    background-size: cover;
  }

  .promoteApp_logo {
    margin: 30px 0 0 5%;
  }
  .promoteApp_tit {
    margin-top: 60px;
  }
  .promoteApp_subtit {
    font-size: 27px;
    line-height: 38px;
    margin-top: 20px;
  }
  .promoteApp_list_tit {
    font-size: 30px;
    line-height: 50px;
  }
  .promoteApp_list_txt {
    font-size: 26px;
    line-height: 42px;
  }
  .promoteApp_tip {
    font-size: 22px;
    line-height: 38px;
  }
  .promoteApp_btn_tryout {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .promotionNew_top_btn {
    margin-bottom: 256px;
  }
  .promotionNew_bottom_btn {
    margin: 50px 0;
  }
  .promotion_batch_top .promotionNew_top_logo .promotionNew_top_logoicon {
    height: 26px;
    margin-top: 8px;
  }
  .promotion_batch_top .promotionNew_top_logo span {
    margin: 0 5px 0 6px;
    font-size: 18px;
    line-height: 40px;
  }
  .promotion_batch_top .promotionNew_top_logo .promotionNew_top_logotit {
    margin: 0 5px 0 6px;
    font-size: 18px;
    line-height: 40px;
  }
  .promotion_batch_top .promotionNew_top_logo .promotionNew_top_winicon {
    height: 20px;
    margin-top: 11px;
  }
  .promotion_batch_topinfo {
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
  }
  .pormotionNew_top_right .promotionNew_top_txt li {
    margin-right: 2%;
  }
  .promotion_batch_top .promotionNew_top_txt li p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 3px;
  }
  .promotion_batch_top .promotionNew_top_btn a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-right: 10px;
  }
  .promotion_batch_top .promotionNew_top_btn a i {
    width: 12px;
    height: 36px;
    margin-right: 10px;
  }

  .promotion_batch_top .promotionNew_top_btn .promotionNew_top_btnspan {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-right: 10px;
  }
  .promotion_batch_top .promotionNew_top_btn .promotionNew_top_btnspan i {
    width: 12px;
    height: 36px;
    margin-right: 10px;
  }

  .promotion_batch_top .promotionNew_top_num dt {
    font-size: 14px;
    line-height: 22px;
  }
  .promotion_batch_top .promotionNew_top_num dd {
    font-size: 12px;
    line-height: 20px;
  }
  .promotion_batch_top {
    padding: 0 0 40px;
  }
  .promotion_batchfour_cont {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 80px;
  }
  .promotion_batchfour_cont li {
    width: 100%;
    height: 306px;
  }
  .promotion_batchfour_left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .promotion_batchfour_tit {
    font-size: 24px;
    line-height: 40px;
    margin: 40px 0 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .swiper-slide-left,
  .swiper-slide-right {
    width: 30px;
  }
  .swiper-slide-center {
    width: 86%;
  }
  .swiper-slide-iteminfo {
    margin: 20px 10px 0;
  }
  .swiper-slide-itemimg {
    width: 50px;
  }
  .swiper-slide-itemtit {
    font-size: 14px;
    line-height: 22px;
    margin: 6px 0;
  }
  .swiper-slide-itemtxt {
    font-size: 12px;
    line-height: 20px;
  }
  .newpromoton_keywordtwo_info .swiper-container {
    height: 260px;
  }
  .newpromoton_keywordtwo_info {
    padding-bottom: 20px;
  }

  .thirdviewer_td_one .thirdviewer_top_item {
    width: 92%;
  }
  .thirdviewer_td_two .thirdviewer_top_item {
    width: 92%;
  }
  .thirdviewer_td_three .thirdviewer_top_item {
    width: 92%;
  }
  .thirdviewer_td_four .thirdviewer_top_item {
    width: 92%;
  }
  .thirdviewer_top_cont td img {
    width: 8px;
    height: 8px;
  }
  .thirdviewer_top_item {
    display: flex;
    flex-wrap: wrap;
  }
  .thirdviewer_top_cont td span {
    font-size: 12px;
    flex: 1;
    word-break: break-all;
  }
  .viewer3D_banner_top .promotionNew_top_txt li {
    margin-right: 0;
  }

  .actMar_detail_img {
    top: -8px;
  }
  .actMar_item_number {
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .actMar_item_txt {
    font-size: 18px;
    line-height: 24px;
  }
  .actMar_detail_cont {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .revit_top_cont li {
    width: 45%;
  }
  .promotionNew_top_reviticon {
    height: 28px;
    line-height: 28px;
    width: 169px;
    margin-top: 6px;
    font-size: 14px;
  }
  .revit_top_txt {
    flex-wrap: wrap;
  }

  .newpromoton_newFeatures_list span {
    font-size: 12px;
    line-height: 18px;
  }
  .newpromoton_newFeatures_list img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .newpromoton_newFeatures {
    height: 52px;
  }

  .app_cad3d_td_three .app_cad3d_td_item {
    min-width: 115px;
    width: 115px;
  }
  .app_cad3d_td_item {
    margin-left: 8px;
  }

  .new_icon {
    right: -15px;
    top: -2px;
    width: 16px;
  }

  .actMar_detail_rules {
    margin: 12% 15px 28px 15px;
  }
  .actMar_detail_img {
    top: -7px;
  }
  .actMar_item_number {
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .actMar_item_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 440px) {
  .promotionNew_top_btn {
    margin-bottom: 194px;
  }

  .promotionNew_bottom_btn {
    margin: 50px 0;
  }
  .actMar_detail_rules {
    margin: 12% 14px 28px 14px;
  }
  .actMar_item_txt {
    font-size: 15px;
    line-height: 20px;
  }
  .actMar_detail_cont {
    margin: 24px auto 0;
  }

  .promoteApp_subtit {
    font-size: 18px;
    line-height: 32px;
    margin-top: 15px;
  }
  .promoteApp_subtit i {
    margin-left: 6px;
  }
  .promoteApp_list_tit {
    font-size: 24px;
    line-height: 42px;
  }
  .promoteApp_list_txt {
    font-size: 20px;
    line-height: 32px;
  }
  .promoteApp_logo img {
    width: 220px;
  }
  .promoteApp_tit {
    margin-top: 50px;
  }

  .promoteApp_tip {
    font-size: 15px;
    line-height: 24px;
  }
  .promoteApp_btn_tryout {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 413px) {
  .promotion_batch_top .promotionNew_top_logo span {
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 38px;
  }
  .promotion_batch_top .promotionNew_top_logo .promotionNew_top_logotit {
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 38px;
  }
  .promotion_batch_top .promotionNew_top_logo .promotionNew_top_winicon {
    height: 17px;
    margin-top: 11px;
  }
  .promotionNew_top_reviticon {
    height: 28px;
    line-height: 28px;
    width: 142px;
    margin-top: 6px;
    font-size: 12px;
    border-radius: 10px 0 10px 0;
  }

  .revit_footer {
    height: auto;
    line-height: 20px;
    box-sizing: border-box;
    padding-top: 9px;
  }
  .revit_footer a {
    white-space: nowrap;
  }

  .revit_footer .footer_en {
    line-height: 20px;
  }

  .revit_footer .footer_en > span:nth-of-type(1) {
    top: 0;
  }

  .footer_en_record {
    margin-top: 0px;
  }

  .newpromoton_newFeatures_list img {
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }
  .newpromoton_newFeatures_list {
    align-items: center;
  }
  .measure_modelfix_btn {
    width: 82px;
  }

  .measure_modelfix_tit {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .new_icon {
    right: -22px;
    top: 5px;
    width: 20px;
  }
  .actMar_detail_img {
    top: -5px;
  }
  .actMar_item_number {
    font-size: 14px;
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .actMar_item_txt {
    font-size: 14px;
    line-height: 16px;
  }

  .actMar_detail_rules {
    margin: 12% 13px 28px 13px;
  }
  .actMar_ability_cont {
    margin: 30px auto 28px;
  }
  .actMar_detail_cont {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 363px) {
  .measure_modelthree_txt {
    font-size: 12px;
  }
  .measure_modelfour_cont img {
    width: 140px;
  }
  .measure_modelfix_tit {
    font-size: 12px;
  }
  .measure_modelfix_cont {
    margin: 36px auto 0;
    width: 94%;
  }
  .measure_modelfix_btn {
    width: 76px;
  }
  .measure_modelfix_left img {
    width: 24px;
    margin-right: 4px;
  }
  .measure_model_top {
    margin-top: 30px;
  }
  .thirdviewer_top_cont td img {
    width: 5px;
    height: 5px;
  }
  .revit_quantity_listnum {
    font-size: 26px;
  }
  .app_cad3d_top {
    margin-top: 30px;
  }
  .app_cad3d_logo {
    width: 30px;
  }
  .app_cad3d_toptit {
    font-size: 20px;
  }
  .app_cad3d_topimg {
    width: 115px;
  }

  .actMar_detail_rules {
    margin: 12% 15px 28px 15px;
  }
  .actMar_item_number {
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .actMar_item_txt {
    font-size: 12px;
    line-height: 16px;
  }

  .actMar_ability_cont {
    margin: 20px auto 28px;
  }

  .promoteApp_logo img {
    width: 190px;
  }
  .promoteApp_logo {
    margin: 20px 0 0 5%;
  }
  .promoteApp_subtit {
    font-size: 15px;
    line-height: 31px;
    margin-top: 10px;
  }
  .promoteApp_list_tit {
    font-size: 20px;
    line-height: 36px;
  }
  .promoteApp_list_txt {
    font-size: 16px;
    line-height: 28px;
  }
  .promoteApp_tit {
    margin-top: 40px;
  }
  .promoteApp_tip {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 340px) {
  .actMar_detail_rules {
    margin: 12% 10px 28px 10px;
  }
}

@media screen and (max-height: 1000px) {
  .proCnCad_cont {
    margin: 40px auto 0;
  }
  .proCnCad_logo img {
    width: 264px;
  }
  .proCnCad_tit img {
    width: 424px;
  }
  .proCnCad_subtit {
    font-size: 34px;
    line-height: 44px;
    margin-top: 30px;
  }
  .proCnCad_info {
    margin-top: 40px;
  }
  .proCnCad_list_tit {
    font-size: 22px;
    line-height: 28px;
  }
  .proCnCad_list_txt {
    font-size: 18px;
    line-height: 28px;
  }
  .proCnCad_btn img {
    width: 340px;
  }
}

@media screen and (max-height: 780px) {
  .proCnCad_cont {
    margin: 30px auto 0;
  }
  .proCnCad_logo img {
    width: 234px;
  }
  .proCnCad_tit img {
    width: 390px;
  }
  .proCnCad_subtit {
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
  }
  .proCnCad_info {
    margin-top: 30px;
  }
  .proCnCad_list_tit {
    font-size: 20px;
    line-height: 26px;
  }
  .proCnCad_list_txt {
    font-size: 16px;
    line-height: 26px;
  }
  .proCnCad_btn img {
    width: 210px;
  }
}
@media screen and (max-height: 700px) {
  .proCnCad_cont {
    margin: 30px auto 20px;
  }
  .proCnCad_logo img {
    width: 224px;
  }
  .proCnCad_tit img {
    width: 380px;
  }
  .proCnCad_subtit {
    font-size: 30px;
    line-height: 36px;
    margin-top: 20px;
  }
  .proCnCad_info {
    margin-top: 30px;
  }
  .proCnCad_list_tit {
    font-size: 18px;
    line-height: 24px;
  }
  .proCnCad_list_txt {
    font-size: 14px;
    line-height: 24px;
  }
  .proCnCad_btn img {
    width: 200px;
  }
}
@media screen and (max-height: 650px) {
  .proCnCad_wrap {
    height: auto;
    overflow: auto;
    position: relative;
    background: url(https://res.callmysoft.com/wm-static-resource/Sem/757_sem/activity/promoteCNCAD-bg.png)
      no-repeat center;
    background-size: cover;
  }
}

@media screen and (max-width: 440px) {
  .proCnCad_tit img {
    width: 80%;
  }
  .proCnCad_btn img {
    width: 100%;
  }
  .proCnCad_subtit {
    font-size: 28px;
    line-height: 36px;
  }
}
