@charset "UTF-8";
.w {
  width: 1200px;
  margin: 0 auto;
}
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,
header,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0;
}
/*html {
    scroll-behavior: smooth; //平滑滚动
}*/
body {
  position: relative;
  outline: 0;
  background-color: #f5f5f5;
  line-height: 1;
  min-width: 1180px;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 16px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
li {
  list-style: none;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearence: none;
  -ms-appearence: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: none;
  -webkit-appearance: none;
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
a {
  -webkit-touch-callout: none;
  text-decoration: none;
  outline: 0;
  color: #333;
}
a,
button,
input,
optgroup,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
em,
i {
  font-style: normal;
}
img {
  display: inline-block;
  -webkit-touch-callout: none;
  vertical-align: middle;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0.25);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
::-webkit-input-placeholder {
  color: #c0c0c0;
}
*:hover {
  transition: all 0.05s ease-in;
}
* {
  box-sizing: border-box;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.btn {
  background-color: #1874ff;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.btn img {
  vertical-align: -2px;
  width: 20px;
  margin-left: 10px;
}
.btn.disabled {
  color: #999;
  border: 1px solid #999;
  background-color: #fff;
}
.btn.disabled:after {
  display: none;
}
.btn.disabled:hover {
  color: #999;
  background-color: #fff;
  box-shadow: none;
}
.btn:hover {
  background-color: #1f73fc;
  box-shadow: 0 10px 20px 0 rgba(24, 116, 255, 0.4);
  color: #fff;
}
.btn:active {
  background-color: #1050b8;
  box-shadow: 0 10px 20px 0 rgba(24, 116, 255, 0.4);
}
.cur-p {
  cursor: pointer;
}
.cur-h {
  cursor: help;
}
.link-header {
  font-size: 0;
  padding: 20px 0;
}
.link-header a {
  color: #333;
  font-size: 12px;
}
.link-header a:hover {
  color: #1874ff;
}
.link-header span {
  font-size: 12px;
  color: #999;
}
.link-header i {
  font-size: 12px;
  margin: 0 10px;
}
.header {
  background-color: #333;
  height: 40px;
}
.header .left {
  float: left;
  overflow: hidden;
}
.header .left li {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 16px;
  font-size: 12px;
  color: #999;
}
.header .left li:not(:first-child) {
  padding-left: 16px;
}
.header .left li:not(:first-child):before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #4f4f4f;
}
.header .left li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.header .left li.router-link-active,
.header .left li.active,
.header .left li:hover {
  color: #fff;
  cursor: pointer;
}
.header .left li.router-link-active a,
.header .left li.active a,
.header .left li:hover a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header .right {
  float: right;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.header .right .right-a {
  font-size: 12px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: 1px;
  position: relative;
  padding: 0 16px;
}
.header .right .right-a:hover {
  color: #1874ff;
}
.header .right .right-a:after {
  content: '';
  position: absolute;
  top: 14px;
  height: 12px;
  width: 1px;
  right: 0;
  background-color: #4f4f4f;
}
.header .right h3 {
  display: inline-block;
  font-size: 12px;
  color: #999;
}
.header .right h3 a {
  color: #1874ff;
}
.header .right h3 a:hover {
  color: #fff;
}
.header .right .register-last {
  display: inline-block;
  padding-left: 12px;
  position: relative;
  font-size: 12px;
  color: #999;
}
.header .right .register {
  display: inline-block;
  padding: 0 12px;
  position: relative;
  font-size: 12px;
  color: #fff;
}
.header .right .register:after {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #4f4f4f;
}
.header .right .register:hover {
  color: #1874ff;
}
.header .right .is-login {
  position: relative;
  float: right;
}
.header .right .is-login .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('/images/topbar_drop_nor.svg') center no-repeat;
  vertical-align: -1px;
}
.header .right .is-login h4 {
  position: relative;
  z-index: 102;
  font-size: 12px;
  color: #999;
  height: 40px;
  width: 120px;
  text-align: center;
  background-color: #333;
  transition: top 0.2s ease-in;
  float: right;
}
.header .right .is-login ul {
  position: absolute;
  top: -140px;
  right: 0;
  z-index: 100;
  width: 120px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  transition: top 0.2s ease-in;
}
.header .right .is-login ul li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
}
.header .right .is-login ul li:hover {
  cursor: pointer;
  color: #fff;
  background-color: #1874ff;
}
.header .right .is-login ul li:hover a {
  color: #fff;
}
.header .right .is-login ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header .right .is-login:hover h4 {
  color: #1874ff;
  background-color: #fff;
  cursor: pointer;
}
.header .right .is-login:hover ul {
  top: 40px;
}
.header .right .is-login:hover .arrow {
  background: url('/images/topbar_drop_hov.svg') center no-repeat;
}
.header .right .no-login {
  font-size: 0;
  float: right;
}
.header .right .no-login a {
  font-size: 12px;
  padding: 0 16px;
}
.header-nav {
  background-color: #fff;
  height: 60px;
  position: relative;
}
.header-nav .memory-header {
  height: 60px;
  width: 1200px;
  margin: auto;
}
.header-nav .memory-header .memory-header-box .memory-header-logo {
  display: block;
  float: left;
  margin-right: 10px;
  width: 140px;
  height: 60px;
  background: url("/images/logo_black.svg") no-repeat center;
  background-size: 140px;
}
.header-nav .memory-header .memory-header-box .memory-header-text {
  position: relative;
  float: left;
  line-height: 60px;
  font-size: 20px;
  padding-left: 10px;
  color: #333;
  margin-right: 120px;
}
.header-nav .memory-header .memory-header-box .memory-header-text:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  height: 20px;
  width: 1px;
  background-color: #333;
}
.header-nav .memory-header .memory-header-box ul li:hover {
  border-bottom: 0;
}
.header-nav .memory-header .memory-header-box ul li .memory-header-href {
  display: block;
  height: 100%;
  width: 100%;
}
.header-nav .memory-header .memory-header-box ul .memory-header-active {
  color: #fff;
  background-color: #1874ff;
}
.header-nav .con {
  max-width: 1215px;
  width: auto;
  margin: 0 auto;
}
.header-nav .logo-box {
  float: left;
  font-size: 20px;
  color: #333;
  margin-right: 20px;
  line-height: 60px;
}
.header-nav .logo-box:hover {
  color: #333;
}
.header-nav .logo-box span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.header-nav .logo-box span:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  height: 20px;
  width: 1px;
  background-color: #333;
}
.header-nav .logo-box small {
  float: left;
  margin-right: 10px;
  width: 140px;
  height: 60px;
  background: url("/images/logo_black.svg") no-repeat center;
  background-size: 140px;
}
.header-nav ul {
  float: left;
}
.header-nav ul li {
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  padding: 0 20px;
  margin-right: 10px;
  height: 60px;
}
.header-nav ul li > a {
  width: 100%;
  height: 100%;
  color: #333;
  display: inline-block;
}
.header-nav ul li > a:hover {
  cursor: pointer;
  color: #1874ff;
}
.header-nav ul li:active,
.header-nav ul li:hover,
.header-nav ul li.active {
  color: #1874ff;
  cursor: pointer;
  border-bottom: 3px solid #1874ff;
}
.header-nav ul li:active a,
.header-nav ul li:hover a,
.header-nav ul li.active a {
  color: #1874ff;
}
.header-nav ul li .children {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: auto;
  z-index: 10;
  background-color: #fff;
  opacity: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: max-height 0.5s, opacity 0.2s ease-in;
}
.header-nav ul li .children .box {
  width: 1200px;
  height: 240px;
  margin: 0 auto;
}
.header-nav ul li .children .box > a {
  position: relative;
  float: left;
  width: 195px;
  color: #333;
  text-align: center;
  padding-top: 140px;
  background: url("/images/index/storlead_topbar_business_ssd_icon_nor.png") no-repeat center;
  background-size: 80px;
}
.header-nav ul li .children .box > a.test {
  background-image: url("/images/index/storlead_topbar_business_test_icon_nor.png");
}
.header-nav ul li .children .box > a.cp {
  background-image: url("/images/index/storlead_topbar_business_computer_icon_nor.png");
}
.header-nav ul li .children .box > a.chip {
  background-image: url("/images/index/storlead_topbar_business_chip_icon_dis.png");
}
.header-nav ul li .children .box > a.storlead {
  background-image: url("/images/index/storlead_topbar_business_array_icon_dis.png");
}
.header-nav ul li .children .box > a.fpga {
  background-image: url("/images/index/storlead_topbar_business_fpga_icon_dis.png");
}
.header-nav ul li .children .box > a:hover {
  color: #1874ff;
}
.header-nav ul li .children .box > a:hover.ssd {
  background-image: url("/images/index/storlead_topbar_business_ssd_icon_hov.png");
}
.header-nav ul li .children .box > a:hover.test {
  background-image: url("/images/index/storlead_topbar_business_test_icon_hov.png");
}
.header-nav ul li .children .box > a:hover.cp {
  background-image: url("/images/index/storlead_topbar_business_computer_icon_hov.png");
}
.header-nav ul li .children .box .disabled {
  color: #999;
}
.header-nav ul li .children .box .disabled:hover {
  color: #999;
}
.header-nav ul li:hover {
  cursor: pointer;
  color: #1874ff;
}
.header-nav ul li:hover a {
  color: #1874ff;
}
.header-nav ul li:hover .children {
  max-height: 300px;
  opacity: 1;
}
.header-nav ul li:hover .nav-child a {
  color: #333;
}
.header-nav ul li.has a {
  color: #1874ff;
}
.header-nav ul li.has .children {
  display: block;
  top: 100px;
  opacity: 1;
}
.header-nav ul .nav-child {
  background-color: #fff;
  width: 134px;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -67px;
  top: 64px;
  font-size: 14px;
  z-index: 888;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-nav ul .nav-child dd {
  height: 34px;
  line-height: 34px;
  margin: 10px 0;
}
.header-nav ul .nav-child dd a {
  color: #333;
  display: block;
}
.header-nav ul .nav-child dd:hover {
  background-color: #1874ff;
}
.header-nav ul .nav-child dd:hover a {
  color: #fff;
}
.header-nav ul .nav-info {
  position: relative;
}
.header-nav ul .nav-info:hover .nav-child {
  max-height: 300px;
}
.header-nav.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99;
  min-width: 1180px;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-nav.fixed li.has .children {
  display: block;
  top: 60px;
  border-top: 1px solid #d8d8d8;
}
.header-nav.index {
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header-nav.index li {
  color: #fff;
}
.header-nav.index li a {
  color: #fff;
}
.header-nav.index small {
  background-image: url("/images/logo_whith.svg");
}
.header-nav.index:hover {
  background-color: #fff;
}
.header-nav.index:hover li {
  color: #333;
}
.header-nav.index:hover li a {
  color: #333;
}
.header-nav.index:hover li:active,
.header-nav.index:hover li.active {
  color: #1874ff;
  cursor: pointer;
  border-bottom: 3px solid #1874ff;
}
.header-nav.index:hover li:active a,
.header-nav.index:hover li.active a {
  color: #1874ff;
}
.header-nav.index:hover small {
  background-image: url("/images/logo_black.svg");
}
footer {
  position: relative;
  background-color: #333;
  padding-top: 60px;
}
footer .container:after {
  clear: both;
}
footer .container:after,
footer .container:before {
  content: " ";
  display: table;
}
footer .logo-box {
  float: left;
  width: 270px;
}
footer .logo-box .logo {
  width: 140px;
  height: 20px;
  background: url('/images/logo_whith.svg') no-repeat center;
  background-size: 140px;
}
footer .logo-box h1 {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  padding-top: 12px;
}
footer .logo-box a:hover {
  cursor: pointer;
}
footer .logo-box a:hover h1 {
  color: #1874ff;
}
footer .logo-box h2 {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  margin-top: 40px;
}
footer .logo-box h2:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  background: url("/images/footer_phone_icon.png") no-repeat center;
  background-size: 14px;
  vertical-align: -1px;
}
footer .logo-box h3 {
  font-size: 12px;
  color: #999;
  line-height: 12px;
  margin-top: 10px;
}
footer .list-box {
  float: left;
  width: 144px;
}
footer .list-box dt {
  font-size: 16px;
  color: #fff;
}
footer .list-box dd {
  font-size: 12px;
  color: #999;
  line-height: 12px;
  margin-top: 20px;
}
footer .list-box dd:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
footer .list-box a {
  color: #999;
}
footer .list-box a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .wei-xin {
  float: right;
  width: 100px;
  text-align: center;
}
footer .wei-xin img {
  width: 100px;
  height: 100px;
  background-color: #fff;
}
footer .wei-xin p {
  font-size: 12px;
  color: #fff;
  margin-top: 16px;
}
footer .copyright {
  max-width: 1180px;
  margin: 60px auto 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  border-top: 1px solid #595959;
  text-align: center;
  color: #999;
  font-size: 12px;
}
.page {
  height: 32px;
  font-size: 0;
}
.page:after {
  clear: both;
}
.page:after,
.page:before {
  content: " ";
  display: table;
}
.page a {
  float: left;
  border: 1px solid #e0e0e0;
  border-right-width: 0;
  font-size: 12px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #999;
  cursor: pointer;
}
.page a.on {
  color: #fff;
  background: #1874ff;
  border: 1px solid #1874ff;
}
.page a:hover {
  color: #fff;
  background-color: #1874ff;
  border-color: #1874ff;
}
.page span {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  text-align: center;
  color: #999;
  font-size: 12px;
  border-left: 1px solid #e0e0e0;
}
.page .next {
  width: 70px;
  border-right-width: 1px;
}
.page .next:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background: url("/images/storlead_Pagination_right_icon.svg") no-repeat center;
  background-size: 8px;
}
.page .next:hover:after {
  background-image: url("/images/storlead_Pagination_right_icon_hover.svg");
}
.page .prev {
  width: 70px;
}
.page .prev:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background: url("/images/storlead_Pagination_left_icon.svg") no-repeat center;
  background-size: 8px;
}
.page .prev:hover:before {
  background-image: url("/images/storlead_Pagination_left_icon_hover.svg");
}
.fl {
  float: left;
}
.fr {
  float: right;
}
#YSF-BTN-HOLDER {
  display: none;
}
.fixed-all {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #333;
  width: 80px;
  text-align: center;
  transition: .5s all;
  opacity: 0;
  z-index: -1;
}
.fixed-all.on {
  opacity: 1;
  z-index: 10;
}
.fixed-all .arrow {
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -8px;
}
.fixed-all .phone {
  position: absolute;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  width: 200px;
  right: 100px;
  top: 0;
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  display: none;
}
.fixed-all .phone i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-image: url('/images/suspension_phone_icon_nor.svg');
}
.fixed-all .ewm {
  position: absolute;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  width: 150px;
  height: 160px;
  background-color: #fff;
  right: 100px;
  border-radius: 5px;
  padding: 20px 10px;
  display: none;
  top: -40px;
}
.fixed-all .ewm a {
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.fixed-all .ewm img {
  width: 100px;
  height: 100px;
}
.fixed-all .ewm p {
  color: #333;
}
.fixed-all .app:hover .ewm {
  align-items: center;
  display: flex;
}
.fixed-all .fixed-1 {
  border: 1px solid #e0e0e0;
  border-bottom: none;
  border-right: none;
}
.fixed-all .fixed-1 .main {
  border-bottom: 1px solid #e0e0e0;
  height: 80px;
  padding-top: 10px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.fixed-all .fixed-1 .main:hover {
  color: #1874ff;
  border: 1px solid #1874FF;
}
.fixed-all .fixed-1 .main:hover .phone {
  color: #333;
}
.fixed-all .lx:hover .phone {
  display: block;
}
.fixed-all .fixed-2 {
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  height: 80px;
  padding-top: 8px;
  background-color: #fff;
  cursor: pointer;
}
.fixed-all .fixed-2:hover {
  color: #1874ff;
}
.fixed-all .fixed-2:hover .ico3 {
  background-image: url('/images/suspension_top_icon_hov.svg');
}
.fixed-all .kf:hover .ico1 {
  background-image: url('/images/suspension_service_icon_hov.svg');
}
.fixed-all .lx:hover .ico2 {
  background-image: url('/images/suspension_telephone_icon_hov.svg');
}
.fixed-all .app:hover .ico4 {
  background-image: url('/images/sdd_first_qrcode_sel.svg');
}
.fixed-all .ico {
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  margin: 5px auto 0;
}
.fixed-all .ico1 {
  background-image: url('/images/suspension_service_icon_nor.svg');
}
.fixed-all .ico2 {
  background-image: url('/images/suspension_telephone_icon_nor.svg');
}
.fixed-all .ico3 {
  background-image: url('/images/suspension_top_icon_nor.svg');
}
.fixed-all .ico4 {
  background-image: url('/images/sdd_first_qrcode_nor.svg');
}
.fixed-all p {
  font-size: 12px;
  margin-top: 10px;
}
.ivu-spin {
  color: #2d8cf0;
  vertical-align: middle;
  text-align: center;
}
.ivu-spin.ivu-spin-fix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.ivu-spin.ivu-spin-fix .ivu-spin-main {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ivu-spin.ivu-spin-fix .ivu-spin-main .ivu-spin-dot {
  position: relative;
  display: block;
  border-radius: 50%;
  background-color: #2d8cf0;
  width: 20px;
  height: 20px;
  animation: ani-spin-bounce 1s 0s ease-in-out infinite;
}
.ivu-spin-dot {
  position: relative;
  display: block;
  border-radius: 50%;
  background-color: #2d8cf0;
  width: 20px;
  height: 20px;
  animation: ani-spin-bounce 1s 0s ease-in-out infinite;
}
@-webkit-keyframes ani-spin-bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ani-spin-bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.ads-common {
  position: fixed;
  bottom: 60px;
  left: calc((100% - 1180px) / 2);
  z-index: 990;
  display: none;
}
.ads-common img {
  width: 160px;
}
.ads-common a {
  color: #E2211B;
  display: inline-block;
  background: linear-gradient(to right, #fffefd, #ffd8b6);
  line-height: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 20px;
  width: 90%;
}
.ads-common .close {
  width: 20px;
  position: absolute;
  right: -15px;
  top: -14px;
  font-size: 14px;
  cursor: pointer;
}
footer {
  background: url("/images/index1/footerbg.png") no-repeat;
  background-size: 100% 100%;
}
