@charset "utf-8";

/* CSS Document */

/*
 * 全局公共样式
 * 头部/底部/以及公用模块样式
 * 
 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input,li,ul,a,span{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{font: 400 14px/1.5 "Noto Sans SC","Microsoft Yahei", 微软雅黑, sans-serif;background-color:#fff;position: relative;min-width: 1200px;color: #333;}
img{border:none;pointer-events: none;max-width: 100%;display: block;-ms-interpolation-mode:bicubic;}
li{list-style:none;}
input,select,textarea{outline:none;}
html,
/* body {
	max-width: 640px;
	margin: 0 auto;
} */
a, a:focus, a:hover{text-decoration:none;}
* {
	-webkit-backface-visibility: hidden;
	margin: 0;
	padding: 0;
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
/*
 *清楚浮动
 */
.clearfix:before,.clearfix:after { content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

.pointer{
	cursor: pointer;
}
.wap{
	display: none !important;
}
.pc{
	display: block !important;
}
img{
	-webkit-user-select: none; 
	-moz-user-select: none;    
	-khtml-user-select: none;  
	-ms-user-select: none;    
	 
	/* 以下两个属性目前并未支持，写在这里为了减少风险 */
	-o-user-select: none;
	user-select: none; 
}

.center{
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* 吐司样式 */
.toast_box {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 0;
    justify-content: center;
    display: none;
    z-index: 99999;
}

.toast_box p {
    box-sizing: border-box;
    padding: 10px 30px;
    max-width: 72%;
    width: max-content;
    background: #000;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    opacity: 0.8;
    text-indent: 0;
}
.title {
    color: #333;
    text-align: center;
}
.pages {
    background: #fff;
    border-radius: 4px;
    padding: 40px 5%;
}
.center {
    margin: 0 auto;
}
@media (max-width: 796px) {
	body{
		min-width: 100%;
	}
	.wap{
		display: block !important;
	}
	.pc{
		display: none !important;
	}
	.center{
		width: 100%;
		padding: 0 15px;
	}
    .pages{
        padding: 0 15px 20px;
    }
    
    .pages_box {
        background: transparent;
        padding: 0 0 50px;
    }
    .center {
        width: 100%;
        padding: 0 15px;
    }
    .title {
        background: url(../image/title-1.png) center no-repeat;
        background-size: cover;
        margin-bottom: 30px;
    }
    .pages_title h4 {
        color: #fff;
        font-size: 18px;
        padding: 2% 0;
        font-weight: 700;
    }
}