/*通用*/
*{margin:0px; padding:0px; font-weight:normal;}
html{height:100%}
body{ font-family:"microsoft yahei", Arial, Helvetica, sans-serif; height:100%; font-size:.1rem; background:#c80000;}
a{text-decoration:none;  text-shadow:none;font-weight:normal;}
ul{list-style:none;}
textarea,input{outline:none;-webkit-appearance:none;font-family:Microsoft YaHei;}
.clear{ clear:both; overflow:hidden; height:0px;}
.dk{ width:100%; max-width:750px; min-width:320px; margin:0 auto;height:100%;}
img{ border:0;}
input[type="button"],input[type="checkbox"],input[type="radio"], input[type="submit"], input[type="reset"],select {-webkit-appearance: none;outline:none; border:none;font-family:Microsoft YaHei;}

html {font-size: 625%; /*100 ÷ 16 × 100% = 625%*/}
/*出的各分辨率媒体查询换算：*/
@media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait){html{font-size:703%;}}
@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait){html{font-size:732.4%;}}
@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait){html{font-size:750%; }}
@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait){html{font-size:781.25%;}}
@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait){html{font-size:808.6%;}}
@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait){html {font-size:843.75%;}}
.MyB{ background-color:#FFF;}
.IndCon{ overflow:hidden; }
.IndCoK{overflow:auto; height:100%;}



/*头部*/
.header{display:flex;align-items:center;width:100%;max-width:750px;min-width:320px;height:0.44rem;line-height:0.44rem; position:fixed;top:0;left:0;right:0;margin:0 auto;z-index:99; background-color:#fa1b3a; background-size:100%; background-repeat:no-repeat; background-position:bottom center; background-image:url(../images/pic/HdBack.png)}


.HdCon{ width:56%; text-align:center;font-size:0.14rem; color:#FFF;}
.hdLeft{ padding-left:4%; width:17%;}
.hdRight{ padding-right:4%; width:17%;text-align:right;}
.HdI{display:inline-block;width:0.22rem;height:0.22rem;background-size:0.22rem;background-repeat:no-repeat;background-image:url(../images/icon/HdI01.png);border-bottom:none;}
.hdRet{padding-left:4%; width:20%}
.hdRet img{width:0.08rem;}


/*footer*/
.Foot{ border-top:0.01rem solid #ddd; box-shadow:0 0 5px rgba(0,0,0,0.1);width:100%;max-width:720px; min-width:320px;height:0.43rem; position:fixed;bottom:0;left:0;right:0;margin:0 auto;z-index:99;background:#FFF;display:flex;justify-content:space-between;align-items:center;}
a.Fta{ width:25%; text-align:center; display:block; color:#777;height:0.38rem; padding-bottom:0.01rem;}
a.Fta img{width:0.23rem; height:0.23rem;display:block; margin:0 auto;}
a.Ftao{color:#c80000;}
a.Fta p{ font-size:0.12rem; line-height:0.17rem;}


@-webkit-keyframes scale-three2{
0% {transform:scale(1);opacity:.8;}
100% {transform:scale(1.4);opacity:0;}
}