*{
    margin: 0;
    padding: 0;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.5;

}
.Background{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    z-index: -10;
}
.AllBox{
    max-width: 640px;
    margin: 0 auto;
    background-color: #fff;
}

.banner{
    width: 100%;
}
.Percentage{
    width: 100%;
}
.headImg{
    width: 13%;
    margin: -35px auto 0;
    border: 2px solid #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.name{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}
.introduce{
    font-size: 14px;
    color: #8e8e8e;
    text-align: center;
}
.AllSmallBox{
    width: 90%;
    border: 1px #c0c0c0 solid;
    box-sizing: border-box;
    margin: 30px auto 0;
    padding: 0 10px;
}
.Indent{
    text-indent: 0.5em;
    margin-bottom: 20px;
}
.P-margin{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif;
}
.H-margin{
    margin-top: 20px;
    margin-bottom: 20px;
}
.P-padding{
    padding: 5px 0 5px 20px;
}
.P-color{
    color: #707070;
}
.WX-Style{
    background: yellow;
    color: red;
    font-weight: bold;
    border-radius: 5px;
    padding: 3px;
}
.Div-margin{
    margin: 20px 0;
}
.prominent{
    font-weight: 600;
}
.bold{
    font-weight: bold;
    color: #900;
}
.Quote{
    border-left: 3px #900 solid;
    margin: 20px 0;
    background-color: #f6f6f6;
}
.comment{
    width: 90%;
    margin: 35px auto 0;
}
.comment-main{
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.head-Img{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    float: left;
}
.head-p{
    padding-left: 65px;
    padding-top: 10px;
    width: 55%;
}
.head-Right{
    width: 20%;
    height: 23px;
    margin-top: 22px;
    float: right;
}
.P-grey{
    color: #999;
    font-size: 12px;
}

.comment-main-head {
    width: 100%;
}
.comment-main-foot{
    width: 100%;
    margin-top: 15px;
}
.hand{
    width: 20px;
}
.PercentageL{
    width: 60%;
    margin: 0 auto;
}

.PercentageXL {
    width: 40%;
    margin: 0 auto;
}

.PercentageXXL {
    width: 50%;
    margin: 0 auto;
}
.copyright{
    width: 100%;
    margin: 0 auto 55px;
    text-align: center;
}
.suspension {
    background: #900;
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
}
.suspension-em {
    color: #FFF;
    font-style: normal;
    text-align: center;
    line-height: 55px;
    font-size: 17px;
}
.font-small{
    font-size: 16px;
}
.Math{
    font-size: 16px;
}
.bot-frame{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
/*点击弹出*/
.pupop {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    display: none;
}

.pupop .talk {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 200px;
    width: 330px;
    background-color: white;
}

.pupop .close {
    float: right;
    margin: 5px 10px;
    cursor: pointer;
    zoom: 1.5;
    color: #000000;
}

.title_wx {
    position: absolute;
    text-align: center;
    font-size: 20px;
    background-color: white;
    width: 140px;
    left: 60px;
    top: -20px;
}

.content_wx p {
    margin-top: 25px;
    font-size: 18px;
    padding: 5px;
    color: gray;
}

.content_wx {
    position: relative;
    height: 105px;
    width: 280px;
    border: 1px solid #dddddd;
    margin-left: 25px;
    margin-top: 50px;
}

.btn_goWechat {
    color: #2f96c8;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
/*底部悬浮条*/
.DiBTi {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.DiBTi-BCT {
    max-width: 750px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
}

.BCT-BXO {
    background-color: #940404;
    width: 60%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
}

.BXO-Sp {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.SP-SPan {
    color: red;
    font-weight: 600;
    background-color: yellow;
    padding: 2px;
    border-radius: 3px;
}

.DiBTi-BTT {
    background-color: #BE100F;
    width: 40%;
    height: 50px;
    float: right;
    text-align: center;
}

.BTT-A {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    line-height: 50px;
}
/*底部条结束*/
.PopupBigBox{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 998;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.PopupBox{
    display: none;
    width: 280px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-141px,-74px);
    background: #fff;
    border: 1px #D1CECB solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    color: #000;
}
.Tips{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-top: 20px;
}
.PopupBox-pOne{
    font-size: 15px;
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}
.PopupBox-pTwo{
    display: block;
    font-size: 18px;
    color: #4482F5;
    border-top: 1px #D1CECB solid;
    line-height: 45px;
}
/* 返回弹窗 */
.fourBigBox{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 99999;
}
.fourBigBox-Detail{
    width: 300px;
    margin: 60px auto 0;
    background-color: #fff;
    position: relative;
    border: 1px solid #777777;
    text-align: center;
    border-radius: 10px;
}
.Detail-Close{
    width: 30px;
    height: 35px;
    position: absolute;
    right: 20px;
    color: #777777;
    border: 1px solid #777777;
    border-top: 0;
    text-align: center;
    line-height: 40px;
    border-radius: 0 0 15px 15px;
    font-family: Gray Design_Regular;
    font-weight: bold;
    cursor: pointer;
}
.Detail-Logo{
    width: 100px;
    height: 100px;
    margin: 20px auto 0;
    border-radius: 50px;
    overflow: hidden;
}
.Logo-Img{
    width: 100%;
}
.Detail-pOne{
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
}
.Detail-pTwo{
    font-size: 14px;
    color: #808080;
    margin-top: 12px;
}
.pTwo-span{
    background-color: yellow;
    color: red;
    padding: 3px;
    border-radius: 5px;
}
.Detail-pThree{
    font-size: 14px;
    color: #808080;
    margin-top: 3px;
}
.Detail-Gradient{
    width: 200px;
    height: 1px;
    margin: 12px auto 5px;
    background-image: linear-gradient(to right, rgba(255,0,0,0),rgb(255,0,0),rgba(255,0,0,0));
}
.Detail-pFour{
    font-size: 20px;
    color: red;
}
.Detail-pFive{
    font-size: 20px;
    color: red;
    margin: 8px 0;
}
.Detail-GradientTwo{
    width: 200px;
    height: 1px;
    margin: 5px auto 0;
    background-image: linear-gradient(to right, rgba(255,0,0,0),rgb(255,0,0),rgba(255,0,0,0));
}
.Detail-pSix{
    font-size: 15px;
    color: #777777;
    margin-top: 12px;
}
.Detail-pSeven{
    font-size: 15px;
    color: #777777;
    margin-top: 5px;
}
.Detail-a{
    display: inline-block;
    width: 180px;
    height: 43px;
    margin: 15px auto 20px;
    background-color: red;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 43px;
    border-radius: 21px;
}

/*底部悬浮条*/
.fixed_nav{ position:fixed; max-width: 100%; bottom:0; width:100%;  text-align:center; font-size:.2rem; background-color:rgba(0,0,0,0.6); color:#fff}
.fixed_nav span{  color:#F00; background-color:#FFF726; font-weight:bold; padding:3px;}
.fixed_nav a{ display:inline-block; background:#fcff00; border-radius: 5px; padding: 0 5px;color: #b20000; font-weight: bold;text-decoration: none; line-height: .3rem}
.fixed_nav b{  font-size:.2rem; line-height:.44rem; color:#f00; background: #ff0; padding: 0 .05rem;}