/* GUXI reset.css 重置样式*/
html,body{ font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun";font-size:12px;padding: 0;margin: 0;height: 100%;width: 100%;}select,button,textarea,input{outline:none} a,a:link,a:visited,a:hover,a:active{text-decoration: none; cursor:pointer;text-decoration:blink;outline:none;color:#3c3c3c;}html,body{color:#3c3c3c;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;box-sizing: border-box;}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}
/* flex */
.flex{display:flex;}.g-flex-center{display:flex;justify-content:center;align-items:center}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.col-center{align-items:center}.col-top{align-items:flex-start}.col-bottom{align-items:flex-end}.row-center{justify-content:center}.row-left{justify-content:flex-start}.row-right{justify-content:flex-end}.row-between{justify-content:space-between}.row-around{justify-content:space-around}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.g-flex-column{display:flex;flex-direction:column}.g-flex-1{flex:1}.g-flex-2{flex:2}.g-flex-3{flex:3}.g-flex-4{flex:4}.g-flex-5{flex:5}.g-flex-6{flex:6}.g-flex-7{flex:7}
/* bg */
.bgz100{background-size: 100%}
.bgpc{background-position: center;}
.bgno{background-repeat: no-repeat;}