html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    vertical-align: baseline;
    text-decoration: none;
}
i,em{
    font-style: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td { 
    padding: 0;
    vertical-align:middle;
}

input,
textarea,select{
  outline:0;
  border:0;
  -webkit-appearance: none;
  -moz-appearance:none;  
  appearance: none;
  line-height:normal;
  font-family: Xin_regular, Arial, Helvetica, sans-serif;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   line-height: normal;
   color: #ccc;
}
input::-o-input-placeholder,
textarea::-o-input-placeholder{
  line-height: normal;
  color: #ccc;
}
input::-moz-input-placeholder,
textarea::-moz-input-placeholder{
  line-height: normal;
  color: #ccc;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
  line-height: normal;
  color: #ccc;
}

.clear:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clear{
    zoom: 1;
}

.divider{
    width: 100%;
    height: 1px;
    transform: scaleY(0.5);
    background: rgba(0,0,0,0.1);
    margin: 0 auto;
}

.dashed-line{
    width: 100%;
    height: 0px;
    transform: scaleY(0.5);
    border: 1px dashed rgba(0,0,0,0.15);
    margin: 0 auto;
}

.fl-left{
    float: left;
}

.fl-right{
    float: right;
}

@font-face{
    font-family: MSYH;
    src: url(./MSYH.woff);
}

@font-face{
    font-family: MSYH-BOLD;
    src: url(./MSYH-BOLD.woff);
}

/*
.xinh-b{
    font-family: MSYH-BOLD;
}
*/

body{
    color: #fff;
    font-family: MSYH;
    width: 100%;
    overflow-x: hidden;
}

.shadow{
    width: 30%;
    height: calc(100% / 2);
    position: absolute;
    z-index: 1;
    right: -20%;
    top: 2500px;
    background: #2FA8E1;
    border-radius: 500px;
    filter: blur(300px);
}