/* CSS Document */
/*a.dh:link{font-size: 12px;line-height: 24px;color: #333333;text-decoration: none;}
a.dh:visited{font-size: 12px;line-height: 24px;color: #333333;text-decoration: none;}
a.dh:hover{font-size: 12px;line-height: 24px;color: #333333;text-decoration: underline;}
a.dh:active{font-size: 12px;line-height: 24px;color:#333333;text-decoration: none;}
a{outline: none;text-decoration:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,button{margin:0;padding:0;}
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
.vm {
  vertical-align: middle;
}
/*内外边距*/
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
th,
td {
  margin: 0px;
  list-style: none;
  padding: 0px;
  -webkit-text-size-adjust: none;
}
/*字体*/
body {
  font: 14px/32px '微软雅黑';
  font-family: '微软雅黑' !important;
  color: #999;
  text-align: center;
  /* background: url(../images/body.jpg) repeat center center; */
}

/*塌陷*/
.w960 {
  width: 960px;
  margin: 0 auto;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.w1100 {
  width: 1100px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.ov {
  overflow: hidden;
  zoom: 1;
}
.fam {
  font-family: '宋体' !important;
}
/*a*/
a {
  font-family: '微软雅黑';
  text-decoration: none !important;
  color: #999;
}
a {
  outline: none;
}
a:active {
  star: expression_r(this.onFocus=this.blur());
}
:focus {
  outline: 0;
}

em,
i {
  font-style: normal;
}
/*包裹 IE8居中*/
#wrap {
  text-align: left;
}
/*ul*/
ul {
  list-style: none;
}
/*img*/
img {
  border: 0 none;
}
/*浮动*/
.cf {
  zoom: 1;
}
.cf:after {
  content: '.';
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
}

.fl,
.dl {
  float: left;
  display: inline;
}
.fr,
.dr {
  float: right;
  display: inline;
}
/*清除浮动*/
.clear {
  clear: both;
  line-height: 0;
}

/*text align*/
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
/*display:block*/
.db {
  display: block;
}
/*font-size*/
.ft14 {
  font-size: 14px;
}
/*line23*/
.line23 {
  line-height: 23px;
}
/*边框去除*/
.bordernone {
  border: 0 none !important;
}
/*字体加粗*/
.ftw {
  font-weight: bold;
}
/*ft0*/
.ft0 {
  font-size: 0px !important;
}
table {
  border-collapse: collapse;
}
.text_o {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.main {
  min-height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.eui-body {
  background: #5a83de url(../images/bg-bot.png) repeat-x center bottom fixed;
  background-size: 100%;
}
@keyframes bodybg {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -996px;
  }
}
@-webkit-keyframes bodybg {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -996px;
  }
}
/*.eui-body{background: #6b79bb;}*/
.main-circle {
  background: url(../images/main-circle.png) repeat-y center top;
  -webkit-animation: bodybg 8s linear 0.2s infinite;
  animation: bodybg 8s linear 0.2s infinite;
}
.eui-down {
  position: relative;
  transition: all 0.2s;
}
.eui-down dd img {
  border-radius: 22px; /*box-shadow: 0 0 35px #6471c8;*/
}
.eui-down dt {
  padding: 40px 0 0;
  color: #fff;
  font-weight: normal;
}
.eui-down dt h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 50px;
}
.eui-down dt h3 {
  font-size: 26px;
  margin: 20px 0 110px;
}
.eui-down dt p {
  line-height: 50px;
  font-size: 22px;
}
.eui-down dt a {
  display: inline-block;
  width: 42%;
  line-height: 60px;
  border-radius: 60px;
  background: #fff;
  font-size: 18px;
  margin: 20px 5px 0;
}
.eui-down dt em {
  font-weight: bold;
}
.eui-down dt a:nth-of-type(2) {
  color: #73c959;
}
.eui-down dt a:nth-of-type(1) {
  color: #66adff;
}
.eui-down dt i {
  background: url(../images/icon-and.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 12px 0 0;
}
.eui-down dt a:nth-of-type(1):hover {
  background: #66adff;
  color: #fff;
}
.eui-down dt a:nth-of-type(2):hover {
  background: #73c959;
  color: #fff;
}
.eui-down dt i.icon-and {
  background-position: 0px 3px;
}
.eui-down dt a:hover i.icon-and {
  background-position: 0 -31px;
}
.eui-down dt i.icon-ios {
  background-position: -25px 0;
}
.eui-down dt a:hover i.icon-ios {
  background-position: -25px bottom;
}

.down-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.down-bg img {
  width: 80%;
  margin: 15% 5% 0 0;
}

@media only screen and (max-width: 750px) {
  .down-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 20px;
  }
  .eui-down {
    padding: 90px 0 0;
  }
  .eui-down dt {
    padding: 10px 0 0;
  }
  .eui-down dt,
  .eui-down dd {
    width: 100%;
  }
  .eui-down dd {
    padding: 3% 0 0;
  }
  .eui-down dd img {
    width: 46%;
    max-width: 180px;
  }
  .eui-down dt h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .eui-down dt h3 {
    font-size: 18px;
    margin: 8px 0 15px;
  }
  .eui-down dt p {
    line-height: 22px;
    font-size: 16px;
  }
  .eui-down dt a {
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
    margin: 10px 5px 0;
  }
  .eui-down dt i {
    transform: scale(0.7);
    margin: 0px 5px 0 0;
  }
}
@media only screen and (min-width: 751px) {
  .eui-down {
    position: fixed;
    width: 700px;
    height: 474px;
    left: 50%;
    top: 50%;
    margin: -237px 0 0 -350px;
  }
  .eui-down dt {
    width: 430px;
  }
}
