a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
 margin:0;
 padding:0;
 border:0;
 font-size:100%;
 font-weight:400;
 vertical-align:baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
 display:block
}
body {
 line-height:1
}
blockquote,
q {
 quotes:none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
 content:none
}
table {
 border-collapse:collapse;
 border-spacing:0
}
a {
 color:#000;
 -webkit-backface-visibility:hidden;
 text-decoration:none
}
li {
 list-style:none
}
body {
 -webkit-text-size-adjust:none;
 -webkit-tap-highlight-color:rgba(0,0,0,0)
}
strong {
 font-weight:700
}
body,
html {
 font-family:PingFangSC,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 scroll-behavior:smooth;
}
body {
 min-width:1264px;
 color:#333333;
 font-size:14px;
}

/*第二部份*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
img,input,button,a,select,textarea{margin:0;padding:0;resize:none;border:none;outline:none;} 
button, input[type="button"], input[type="submit"], select {cursor: pointer;}
a:active, a:focus{outline:none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
*html{background-image:url(about:blank);background-attachment:fixed;}  /*修正IE6振动bug */



/* function */
noscript,.spanclass,.pannel,.hidden{display:none;}
.show,.block{display:block;}
.mark,.fl,.mark-sub,.fr{display:inline;}
.mark,.fl{float:left;} .mark-sub,.fr{float:right;}
.fs-14{font-size:14px;} .fs-16{font-size:16px;}
.clear{clear:both; height:0; line-height:0; font-size:0; overflow:hidden;}
.clearfix{*zoom:1} .clearfix:after{content:"\20"; clear:both; height:0; display:block; overflow:hidden;}

::-webkit-scrollbar-thumb{width:5px;background:#a8a8a8}::-webkit-scrollbar-thumb:hover{background:#757575}
::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{border-radius:8px;background:#e0e0e0}

i,em{font-style:normal;}
.comment{position:relative;z-index:10;}
a {cursor:pointer;text-decoration: none;transition: all .6s cubic-bezier(.19,1,.22,1);}
b, strong {font-weight: 400;}
input, select, textarea {outline: 0;}

.inner{width: 1264px;margin: 0 auto;padding: 0 32px;}
.fl{float: left;}
.fr{float: right;}
.dn{display: none;}

.flex-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flex-col{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-center{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items:center;
}
::selection {background:#ccebff}
::-moz-selection {background:#ccebff}
::-webkit-selection {background:#ccebff}


.glowbtn{
    border-radius: 24px;
    height: 48px;
    width: 280px;
    background: #3269ff;
    text-direction: none;
    outline: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.glowbtn.small{
	width: 120px;
	height: 40px;
}
.glow{
	background: radial-gradient(circle closest-side,rgba(0,247,239,.4),transparent);
	border-radius: 100%;
}
.glowbtn__glow{
    position: absolute;
    top: -80px;
    left: -80px;
    height: 160px;
    width: 160px;
}

.glowbtn__text{
    color: #fff;
    font-size: 16px;
    position: relative;
}
