html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
  padding: 0px;
  margin: 0px;
  zoom: 100%;
  font-size: 16px;
  line-height: 1;
  background-color: #eef4f9;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma,
    Arial, 'Hiragino Sans GB';
}
table {
  width: 100%;
  text-align: center;
}
table td {
  word-break: break-all;
  word-wrap: break-word;
  font: 500 14px Arial;
}
ul,
dl,
dt,
dd,
ol {
  list-style-type: none;
}
select,
input {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
  outline: none;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #dd2525;
  cursor: pointer;
}
em {
  font-style: normal;
}
i {
  font-style: normal;
}
* html .clear {
  zoom: 1;
}
* + html .clear {
  zoom: 1;
}
* {
  margin: auto;
  padding: auto;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma,
    Arial, 'Hiragino Sans GB';
}
.r {
  float: right;
}
.l {
  float: left;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*IE/7/6*/
}
/*通用头部、尾部、检索等公用代码*/

/*下载页开始*/
.sxz-dow {
  height: 100vh;
  width: 100%;
  background: url('../images/bg_app.png') no-repeat center;
}
.sxz-width {
  height: 100%;
  width: 1150px;
  padding-top: 170px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sxz-logo {
  display: block;
  float: left;
  width: 660px;
  height: 130px;
}
.sxz-logo img {
  display: block;
  width: 100%;
}
.sxz-iphone {
  float: right;
  width: 490px;
  height: 618px;
}
.sxz-iphone img {
  display: block;
  width: 100%;
}

.sxz-dow h3 {
  position: relative;
  display: inline-block;
  margin-top: 64px;
  font-size: 33px;
  font-weight: 400;
  color: #015293;
}

.sxz-dow h3::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  height: 5px;
  width: 130px;
  background-color: #015293;
  content: '';
}

.sxz-dow p {
  display: block;

  float: left;
  width: 620px;
  margin-top: 66px;
  font-size: 20px;
  line-height: 35px;
  color: #000000;
  text-indent: 2em;
}
.sxz-dow p.mobile {
  display: none;
}

.sxz-dow-iphone {
  display: block;
  float: left;
  width: 226px;
  height: 90px;
  margin-top: 64px;

  background: url('../images/sxz-dow-iphone.png') no-repeat center;
}

.sxz-dow-android {
  display: block;
  float: left;
  width: 226px;
  height: 90px;
  margin-top: 64px;
  margin-left: 40px;
  background: url('../images/sxz-dow-android.png') no-repeat center;
}

/*下载页结束*/

/*一行省略 */
.shenglueone {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clearbr br {
  display: none !important;
}

