/*重置样式*/
@charset "utf-8";
@media screen and (min-width: 320px) {
    html {
        font-size: 100px;
    }
}
 
@media screen and (min-width: 360px) {
    html {
        font-size: 112.5px;
    }
}
 
@media screen and (min-width: 400px) {
    html {
        font-size: 125px;
    }
}
 
@media screen and (min-width: 440px) {
    html {
        font-size: 137.5px;
    }
}
 
@media screen and (min-width: 480px) {
    html {
        font-size: 150px;
    }
}
body {
    font-size: 12px;
    line-height: 20px;
}
html{font-family:'Microsoft YaHei',SimSun,sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
html,body{background:#cccccc;color:#505050;-webkit-user-select:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-touch-callout: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,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {-webkit-text-size-adjust:none;}/*阻止旋转屏幕时自动调整字体大小*/
textarea{resize:none;}
button {border:none;margin: 0;padding: 0;font-family: "Microsoft YaHei";}

/*取消内边距和边框对盒子宽度的影响*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*取消按钮在inphone上的默认样式*/
input[type=button]{-webkit-appearance:none;outline:none}
input::-webkit-input-placeholder{color:#a4a4a4;}
textarea::-webkit-input-placeholder{color:#F0F0F0;}
input::-webkit-input-speech-button {display:none}
table {border-collapse:collapse;border-spacing:0;}
th {text-align:inherit;}
img {border:none;vertical-align: middle;}
abbr,acronym {border:none;font-variant:normal;}
del {text-decoration:line-through;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
sub,sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
a {color: #323232;outline-style: none;text-decoration: none;display:block;}
a:focus,*:focus {outline:none;}

.zhegai{
	opacity: .6;
	width:100%;
	height:100%;
	position: fixed;
	background-color: #000;
	z-index: 2;
	top:0;
	left:0;
}
.tanceng{
	width:100%;
	background-color: #fff;
	z-index: 3;
	left:0;bottom:0;
	position:fixed;
	padding: 10px 0px;
	animation:mymove 0.5s infinite;
	-webkit-animation:mymove 0.5s infinite;
	animation-iteration-count:1;
    -webkit-animation-iteration-count:1;
}

@keyframes mymove{
	from {bottom:-375px;}
	to {bottom:0px;}
}

@-webkit-keyframes mymove{
	from {bottom:-375px;}
	to {bottom:0px;}
}


.strategy1{
	width: 100%;
	padding: 0px 10px 5px 10px;
}
.strategy-centre{
	width: 40%;
	margin: auto;
}
.strategy-centre h1{
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.clear-href{
	width: 22px;
	height: 22px;
	border: 1px solid #999999;
	border-radius: 50%;
	float: right;
	text-align: center;
	margin-top: -35px;
}
.clear-href p{
	font-size: 16px;
	color: #999999;
}

.share{
	width: 100%;
	background-color: #cccccc;
	padding: 0px 10px;
}
.share h2{
	font-size: 15px;
	color: #000;
	line-height: 30px;
}
.share-box{
	width: 100%;
	padding: 0px 10px;
}
.share-box p{
	font-size: 12px;
	color: #000;
	line-height: 18px;
	padding: 5px 0px;
}
.attend-box p b{
	color: #f00600;
}
.about-box p b{
	color: #f00600;
}