/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,var,address,dfn{font-style:normal;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
button{cursor:pointer;color: #000;}
h1,h2,h3,h4,h5,h6,strong,b{font-weight:normal;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;font-family: 'msyh';color:#202020;outline:0;}
img{max-width: 100%;}
body{background:#fff;font-size: 14px;position: relative;}
@font-face {font-family: 'msyh';src: url('../font/msyh.ttc') format('truetype');font-weight: normal;font-style: normal;}
*{font-family: 'msyh';padding: 0px;margin: 0px;}
/* 手机页面全局框架 */

a,a:hover,a:link,a:visited{color: #000000;text-decoration: none;}

.ul_li {
	list-style-type: none;/*去掉无序列表前面黑点效果*/
	padding: 0px;
	margin: 0PX;
}
.ul_li_left li{float: left;}
.ul_li_right li{float: right;}

/*快捷类*/
.g-f-left {float: left;}
.g-f-right {float: right;}
.g-f-center{display: flex;justify-content: center;align-items: center;}
.g-f-uldiv{display: flex;flex-wrap: wrap;justify-content: space-between;}

/*g-f-clear清除浮动*/
.g-f-clear{clear: both;overflow: hidden;}

/* 标题元素溢出隐藏 */
.g-f-ellipsis{
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;word-wrap:break-word;
}
/* 文本元素溢出 */
.g-f-clamp{
	-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;
}
.g-f-dohua{-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
/* :first-child选择第一个元素 */
/* :last-child最后一个元素 */
/* nth-child(3)选择第三个元素 */

/* //浮动的时候用，最好用，就边框的 */
/* width: calc(33.33% - 15px); */

/* filter:blur(3) 模糊效果 */

/* transform: translate(0,-15px); */
		
		
/* font-size: 18px;color: #0948a5;line-height: 40px; */

/* <input type="text" name="姓名" value="姓名" onFocus="if(value==defaultValue){value='';}" onBlur="if(!value){value=defaultValue;}"/> */

/* 
 box-shadow: -7px -7px 20px 0 #fff9, -4px -4px 5px 0 #fff9, 7px 7px 20px 0 #fff9, 4px 4px 5px 0 #fff9;
     transition: all .3s ease;
 */

/* //浮动的时候用，最好用，就边框的 */
/* width: calc(33.33% - 15px); */

/* CSS解决英文字母不换行问题 */
/* word-wrap:break-word */
