/*base*/
* {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

body {
	height: 100%;
	background-color: #1D1D1D;
}

img {
	border: none;
}

.fix {
	clear: both;
	font-size: 0px;
}

table {
	height: 100%;
}
.you{
    width: 100%;
    float: left;
    text-align: center;
    z-index: 900;
    margin-bottom: 7%;
    margin-top: 85px;
}
.you img{
    height: auto;
    width: 60%;
}
.you1{
    width: 100%;
    float: left;
    text-align: center;
    z-index: 900;
    /* margin-bottom: 3px; */
}
.you1 img{
    height: auto;
    width: 95%;
}
.copyright{
     height: 50px;
     font-family: "微软雅黑";
     color: #524338;
     float: left;
     bottom: 0px;
     font-size: 12px;
     text-align: center;
     width: 100%;
     margin-top: 87px;
}



.top {
	height: 75px;
}

.iphone {
	height: 80%;
	margin-top: 5%;
}



.di {
	height: 175px;
}

.di1 {
	background-image: url(../images/di_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
}

.di2 {
	height: 135px;
}

.di2_links {
	height: 89px;
	width: 302px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}

.di2_links a {
	text-decoration: none;
	display: block;
	height: 89px;
	width: 302px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}



:focus {
	outline: 0;
}

a:active {
	outline: none;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
	margin-top: 23px;
	    height: 945px;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

#container {
	width: 543px;
	position: relative;
	z-index: 0;
	background-image: url(../images/iphone.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 703px;
	padding-top: 90px;
	padding-left: 217px;
}

#example {
	width: 328px;
	height: 703px;
	position: relative;
}

#ribbon {
	position: absolute;
	top: -3px;
	left: -15px;
	z-index: 500;
}

#frame {
	position: absolute;
	z-index: 0;
	width: 840px;
	height: 341px;
	top: 0px;
	left: 0px;
}

#slides {
	position: absolute;
	z-index: 100;
}

.slides_container {
	width: 328px;
	overflow: hidden;
	position: relative;
	display: none;
}

.slides_container a {
	width: 328px;
	height: 492px;
	display: block;
}

.slides_container a img {
	display: block;
}

#slides .next,#slides .prev {
	position: absolute;
	top: 200px;
	left: -160px;
	width: 24px;
	height: 43px;
	display: block;
	z-index: 101;
}

#slides .next,#slides .prev a {
	color: #888888;
	text-decoration: none;
}

#slides .next,#slides .prev a:hover {
	text-decoration: underline;
}

#slides .next {
	left: 428px;
}

.pagination {
	margin: 136px auto 0;
	width: 129px;
	margin-right: 71px;
}

.pagination li {
	float: left;
	margin: 0 3px;
	list-style: none;
}

.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../images/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.pagination li.current a {
	background-position: 0 -12px;
}

#footer {
	text-align: center;
	width: 580px;
	margin-top: 9px;
	padding: 4.5px 0 18px;
	border-top: 1px solid #dfdfdf;
}

#footer p {
	margin: 4.5px 0;
	font-size: 1.0em;
}

a:link,a:visited {
	color: #599100;
	text-decoration: none;
}

a:hover,a:active {
	color: #599100;
	text-decoration: underline;
}

.statistics {
	height: 15px;
	font-family: Verdana;
	font-size: 11px;
	color: #1D1D1D;
	text-align: right;
}

.statistics a {
	color: #1D1D1D;
	text-decoration: none;
}

.statistics a:hover {
	text-decoration: none;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #EAEAEA
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #d1ab73;
	border-radius: 4px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #c49e66
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00
}

@media screen and (max-width: 1370px) {
caption,th,td {
	text-align: left;
	font-weight: normal;
	margin-top: 23px;
	    height: 830px;
}
.you{
    width: 100%;
    float: left;
    text-align: center;
    z-index: 900;
    margin-bottom: 30%;
}
.you img{
    height: auto;
    width: 65%;
}
.you1 img{
    height: auto;
    width: 100%;
}

}