html {
  box-sizing: border-box;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

*:before,
*:after {
  box-sizing: inherit;
}

body {
  height: 100%;
  margin: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd {
  margin: 0;
}

ul {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

input,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

label {
  -webkit-tap-highlight-color: transparent;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.s_left{
  width: 600px;
  float: left;
}

.s_right{
  margin-left: 50px;
  width: 500px;
  float: left;
}

.s_right .constainer {
    width: 600px;
    height: 400px;
    border: 2px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.s_right .constainer .wrapper {
    width: 520px;
    height: 400px;
    border: 1px solid #2c6efa;
    display: flex;
    border-radius: 5px;    
    justify-content: center;
    align-content: center;
}
 
.s_right .info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    border: 2px solid #ccc;
    border-radius: 2px;
    padding: 20px;
    background-color:#fff;
    font-weight: bold;
}
 
.info-wrapper {
    margin-left: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
 
.info .item {
    border-left: 2px solid #2c6efa;
    /*height: 36px;*/
    width: 96%;
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    box-sizing: border-box;
    /*border-radius: 8px;*/
    margin-top: 10px;
    padding-left: 10px
}

.info .item:first-child {
    animation: move 3s linear;
}


/*footer-update-end*/
/*come back top-s-*/
.suspension {
  position: fixed;
  z-index: 55;
  right: 10px;
  bottom: 45%;
  width: 80px;
  height: 204px;
}

.suspension-box {
  position: relative;
  float: right;
}

.suspension-box a.a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #B5B5B5;
  margin-bottom: 1px;
  cursor: pointer;
}

.suspension-box a i {
  display: block;
  float: left;
  width: 25px;
  height: 20px;
  margin-left: 14px;
  margin-top: 15px;
  background-image: url(../image/suspension-bg.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.suspension-box a.qq i {
  background-position: 0 0px;
}

.suspension-box a.tel i {
  background-position: -25px 0;
}

.suspension-box a.code i {
  background-position: 0 -25px;
}

.suspension-box a.back_top {
  background-color: #797979;
}

.suspension-box a.back_top i {
  background-position: -28px -25px;
}

.suspension-box div.tencent {
    position: absolute;
    left: -187px;
    top: 0px;
    width: 177px;
    height: 85px;
    display: none;
    background-color: #fff;
    border: 1px solid #D7D7D7;
}

.suspension-box div.tencent i.tencent-i {
    width: 8px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: -8px;
    text-indent: -9999px;
    background-image: url(../image/trangle-right-suspension.png);
    background-repeat: no-repeat;
}

.suspension-box .tennum {
  position: absolute;
  left: 60px;
  top: 16px;
}

.suspension-box div.tencent b.tencent-b {
  position: absolute;
    left: 10px;
    top: 10px;
    width: 62px;
    height: 64px;
  background-image: url(../image/circle-tencent.png);
  background-repeat: no-repeat;
}

.suspension-box div.tencent span.tencent-span {
    position: absolute;
    left: 8px;
    top: 7px;
    border-radius: 22px;
    width: 45px;
    height: 48px;
    text-align: center;
    z-index: 99;
    overflow: hidden;
}

.suspension-box div.tencent .tencent-qq {
  position: absolute;
  top: 0px;
}

.suspension-box div.tencent p.tencent-p {
  width: 75px;
    float: right;
    margin-right: 18px;
    margin-top: 24px;
    font-size: 14px;
    color: #333;
    font-family: microsoft yahei;
}

.suspension-box div.tel {
  position: absolute;
  left: -204px;
  top: 51px;
  display: none;
  width: 192px;
  height: 130px;
  background-color: #fff;
  border: 1px solid #D7D7D7;
}

.suspension-box div.tel .strong {
  display: block;
  margin-left: 17px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: normal;
}

.suspension-box div.tel p {
  margin-left: 17px;
  font-size: 23px;
  font-family: arial;
  color: #FD696D;
}

.suspension-box div.code {
  position: absolute;
  left: -210px;
  top: 0;
  display: none;
  width: 178px;
  height: 198px;
  padding-left: 10px;
  padding-top: 10px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  text-align: center;
  padding-right: 10px;
}

.suspension-box div.code p {
  margin-top: 5px;
  text-align: center;
}

.suspension-box a.qq:hover,
.suspension-box a.tel:hover,
.suspension-box a.code:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}


/*come back top-e-*/
