html, body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size:0;
    font-family:Microsoft Yahei;
    background-color: #F8F4EE;
}
body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, img, p, span, input, select, textarea {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

article, aside, footer, header, nav, section, img, a, span {
    display: block;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

li {
    list-style-type: none;
}

em {
    font-style: normal;
}

input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;     
    border: none;
    outline: none;
    display: block;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before, .clearfix:after {  
    content:"";
    display:table;      
}
.clearfix:after {  
    clear:both;   
}

.clearfix {        
    *zoom:1;            
}
.img_ys{
    width:100%;
}
.img_ys img{
    width:100%;
}



.custom_demo i{
    display: inline;
    font-style: initial;
}
.custom_demo b{
    font-size:calc(26rem/72);
    font-weight: bold;
    display: inline;
}
.custom_demo strong{
    font-weight: bold;
    display: inline;
}
.custom_demo em{
    display: inline;
    font-size: calc(26rem/72);
}
.custom_demo span{
    display: inline;
}
.custom_demo div{
	margin-bottom: calc(18rem/72);
    font-size: calc(24rem/72);
	line-height: calc(36rem/72);

}

.custom_demo a{
    display:inline;
}

.custom_demo img{
    display:inline;
}

#backTopnew{
	position: fixed;
	right: 10px;
	bottom: 200px;
	width: 33px;
	height: 33px;
	border-radius: 6px;
	background: url(/static/index/images/ic_backtop.png) center no-repeat rgba(0, 0, 0, .5);
	z-index: 9999;
	background-size: 33px;
	cursor: pointer;
	display: none;
}

.xxhz{
    display: none;
    width: calc(450rem/72);
    height: calc(394rem/72);
    font-size: calc(26rem/72);
    border: 1px solid rgb(212,169,107);
    background: rgba(255,255,255,0.9);
    border-radius: 4px;
    text-align: center;
    line-height: calc(55rem/72);
    margin: calc(-162rem/72) calc(49rem/72) 0 0;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 150;
    padding: calc(24rem/72) 0;
    box-sizing: border-box;
}
.xxhz span{
    font-weight: bold;
}
.xxhz .qrcode{
    width: 60px;
    height: 60px;
    margin: auto;
}
.xx_img2{
    position: absolute;
    right: calc(16rem/72);
    width: calc(32rem/72);
    padding-top: calc(10rem/72);
}
