@charset "utf-8";
/* CSS Document */

input::-webkit-input-placeholder{ opacity:1}
input:-moz-placeholder{opacity:1}
input::-moz-placeholder{opacity:1}
input:-ms-input-placeholder{opacity:1}
textarea::-webkit-input-placeholder,textarea::-moz-placeholder,textarea::-moz-placeholder,textarea:-ms-input-placeholder{opacity:1}

.sdbottom{
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cacbcc,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow: 0px 8px 10px #cacbcc;/*兼容firefox*/
-webkit-box-shadow: 0px 8px 10px #cacbcc;/*兼容safari或chrome*/
box-shadow:0px 8px 10px #cacbcc;/*兼容opera或ie9*/}

.sdbottom2{
filter:progid:DXImageTransform.Microsoft.Shadow(color=#bebebe,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow: 0px 4px 10px #bebebe;/*兼容firefox*/
-webkit-box-shadow: 0px 4px 10px #bebebe;/*兼容safari或chrome*/
box-shadow:0px 4px 10px #bebebe;/*兼容opera或ie9*/
}

/*.gtco-loader {position: fixed; left: 0px;top: 0px;width: 100%;height: 100%;z-index: 99999;background:url(../img/images/page/logo.png) center no-repeat #47a5ff;
-webkit-animation: pulse 0.8s infinite linear;
-moz-animation: pulse 0.8s infinite linear;
animation: pulse 0.8s infinite linear;
}*/
.gtco-loader {position: fixed; left: 0px;top: 0px;width: 100%;height: 100%;z-index: 99999;background:url(../images/loader.gif) center no-repeat #fff;
filter:alpha(opacity=95);   
-moz-opacity:0.95;   
-khtml-opacity: 0.95;   
opacity: 0.95; 
}

.browserupgrade {
TEXT-ALIGN: center; PADDING-BOTTOM: 20px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BACKGROUND: #ffca00; FONT-SIZE: 18px; PADDING-TOP: 20px;
}
.browserupgrade A {
	COLOR: red; FONT-WEIGHT: 600; TEXT-DECORATION: underline;
}

@media (max-width: 767px) {	
.gtco-loader {
	background-size:50px 50px;}
}