﻿html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
margin: 0;
padding: 0;
}
html{width:100%;height:100%;min-width:1920px;min-height:780px;}

body {
    width:100%;height:100%;
    overflow-x:hidden;
}
.loading,.loading-left,.loading-right,.loading-text,.loading-btn{display:none;}
.loading{
    width:100%;height:100%;
    overflow:hidden;
    background:url(/Content/templates/images/loadingbg.jpg?20161109) center center no-repeat;
    background-size:cover;
    position:relative;
}
.loading-left{
    width:792px;
    height:145px;
    position:absolute;
    bottom:190px;
    left:-100px;
    background:url(/Content/templates/images/loading-left.png?20161109) center center no-repeat;
    background-size:cover;
}
.loading-right{
    width:857px;
    height:354px;
    position:absolute;
    bottom:120px;
    right:-100px;
    background:url(/Content/templates/images/loading-right.png?20161109) center center no-repeat;
    background-size:cover;
}
.loading-text{
    width:438px;
    height:319px;
    position:absolute;
    top:22%;
    left:50%;
    margin-left:-219px;
    background:url(/Content/templates/images/loading-text.png?20161109) center center no-repeat;
}
.loading-btn{
    position:absolute;
    width:100%;
    text-align:center;
    bottom:120px;
}
a.btn-zh{
    display:inline-block;
    width:195px;
    height:49px;
    background:url(/Content/templates/images/btn-zh.png?20161109) center center no-repeat;
    margin:0px 40px;
}
a.btn-spain{
    display:inline-block;
    width:212px;
    height:49px;
    background:url(/Content/templates/images/btn-spain.png?20161109) center center no-repeat;
    margin:0px 40px;
}