Zzhangxiaohuiupdate
b5a4ce28创建于 2021年4月14日历史提交
*{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body{
    width: 100%;
    height: auto;
    background-color: white;
    overflow: hidden;
}

.page_bg{
  background: url(../../images/bg.jpg);
}

.return_back{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 20px;
	background: url(../../images/return1.png);
}

.new_page4_header_logo{
	width: 540px;
	height: 50px;
	background: url(../../images/logo.png) no-repeat;
	margin: 10px auto;
}

.return_back a{
	width: 50px;
	height: 50px;
	display: block;
}


/******************下面是轮播的CSS样式**********************/


    a {
      color: #da2020;
    }
    a:hover {
      color: #d6f300;
    }
    .wrap > h1 {
      margin: 26px auto;
    }
    #showcase {
    	width: 100%;
      height: 560px;     
      border-radius: 8px;
    }
    #item-title {
      color: #F31414;
      font-size: 29px;
      letter-spacing: 0.13em;
      text-shadow: 1px 1px 6px #C72B2B;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 22px;
    }
    #nav {
      margin-top: 10px;
      text-align: center;
    }
    #nav > button {
      width: 64px;
      height: 36px;
      color: #666;
      font: bold 16px arial;
      text-align: center;
      margin: 5px;
      text-shadow: 0px 1px 0px #f5f5f5;
      background: #f6f6f6;
      border: solid 2px rgba(0, 0, 0, 0.4);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
      cursor: pointer;
    }
    #nav > button:active,
    #nav > button.down {
      background: #dfdfdf;
      border: solid 2px rgba(0, 0, 0, 0.6);
      box-shadow: none;
    }
    #share {
      top: -9px;
    }
    #credits {
      top: -15px;
    }
    

a {
  font-weight: bold;
  text-decoration: none;
}
h1 {
  color: #BEC5D6;
  font-family: sans-serif;
  text-shadow: 2px 3px 3px #127E7A;
}
.wrap {
  width: 980px; /* fixed width, centered in viewport */
  left: -490px;
  margin-left: 50%;
  position: relative;
}
.wrap > h1 {
  font-size: 2.5em;
  text-align: center;
  padding-bottom: 3px;
}
#showcase {
  visibility: hidden;
}
#showcase img {
  cursor: pointer;
}
footer {
  display: block;
  position: relative;
}
#get {
  font-size: 20px;
  text-align: center;
}
#download {
  margin: 8px auto;
  margin-top: 12px;
  display: block;
}
#license {
  font-size: 18px;
  text-align: center;
  margin: 0;
}
#share {
  position: absolute;
  left: 4px;
}
.fb-like {
  vertical-align: top;
}
.twitter-share-button {
  width: 84px !important;
  margin-left: 8px;
}
#credits {
  color: #c9c9c9;
  text-align: right;
  padding-right: 25px;
  position: absolute;
  right: 0;
}
#credits h1 {
  font-size: 1em;
  margin: 2px auto;
}
#credits ul {
  font-size: 14px;
  list-style-type: none;
  padding-left: 2px;
  margin: 2px 0;
}

/******************上面是轮播CSS样式*******************/

.new_page4_content{
	width: 1300px;
	height: 500px;
	margin: 0 auto;
	margin-top: 25px;
}