/*重置*/
@media (min-width:200px) and (max-width:768px){html{font-size:72.5%;}}
@media (min-width:769px){html{font-size:62.5%;}}

body,h1,h2,h3,p,p1,p2,p3,dl,dd{margin:0;padding:0;display:block;}
body{background-color:#fff;}
img{display:block;border:none;max-width:100%;}
a{text-decoration:none;outline:none;display:block;
  -webkit-tap-highlight-color: transparent;

}
*{color:#666666;font-family:"微软雅黑";font-size:1.3rem;}
.clear{clear:both;}
ul{margin:0;padding:0;}
li{list-style-type:none;}
i,u,f{font-style:normal;text-decoration:none;}
input,select,textarea{padding:0;margin:0;resize:none;border-radius:3px;border:solid 1px #e5e5e5;appearance:none;-moz-appearance:none;-webkit-appearance:none;outline:none;display:block;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999999;}
select{background-image:url('../image/icon/down.png');background-repeat:no-repeat;background-position:100%;color:#646464;line-height:30px;padding:0 5px;}

/*radio修饰*/
.radio_type{width:15px;height:15px;border-radius:50%;vertical-align:-2px;background:#fff;}
.radio_type_color{background-image:url('../image/right.png');background-repeat:no-repeat;background-size:cover;background-position:center center;}

/*页码*/
.tcdPageCode{padding: 15px 20px;text-align: left;color: #ccc;text-align:center;}
.tcdPageCode a{display: inline-block;color: #666;display: inline-block;height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #0072b5;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #0072b5;	border: 1px solid #0072b5;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}

<!--index-->
.index{text-align:justify;background:rgba(0,0,0,0.5);background-repeat:no-repeat;background-size:cover;background-position:center center;display:flex;flex-direction:column;
justify-content:space-between;box-shadow:0 0 5px #cccc;text-align:center;margin:0 auto;text-decoration:underline;border:solid 1px #f1f1f1;border-radius:50%;font-family:Arial;


}