﻿@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;font-size:12px;font-family:微软雅黑,tahoma;outline:0;line-height:24px}
img{border:0 none}
a{text-decoration:none}
body{background:#abd8f5}
/*div{overflow:hidden}*/




/*特效引擎*/
@keyframes effects_01{
0%{transform:translate(0,10px)  scale(0.2,0.2);opacity:0}
50%{transform:translate(0,5px);opacity:0.5;}
100%{transform:translate(0,0);opacity:1}
}
@-webkit-keyframes effects_01{
0%{-webkit-transform:translate(0,10px)  scale(0.1,0.1);opacity:0}
50%{-webkit-transform:translate(0,5px);opacity:0.5;}
100%{-webkit-transform:translate(0,0);opacity:1}
}

.top{background:none;height:92px;width:1003px;margin:0 auto;position:relative}
.top_message_page{background:none;height:72px;width:1003px;margin:0 auto;position:relative}
.logo{-webkit-animation:effects_01 0.25s ease-out;animation:effects_01 0.25s ease-out;position:absolute;bottom:6px;left:6px;background:url(../images/login/) no-repeat;_background:url(../images/login/logo.jpg) no-repeat;width:450px;height:65px;}

.wallpaper{background:url(../images/login/wallpaper.png) no-repeat center;height:370px}
.message_page_ad_area{background:url(../images/login/wallpaper.png);height:101px;}
.message_page_ad{background:url(../images/login/message.png);height:101px;width:1003px;margin:0 auto}
.message_page{width:1003px;margin:12px auto;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;background:#fff;box-shadow:1px 1px 2px #e8e8e8;-moz-box-shadow:1px 1px 2px #e8e8e8;-webkit-box-shadow:1px 1px 2px #e8e8e8}
.message{margin:12px}
.advertisement{width:1003px;height:371px;margin:0 auto;position:relative}

.loginbox{-webkit-animation:effects_01 0.25s 0.2s ease-out;animation:effects_01 0.25s 0.2s  ease-out;border-radius:12px;-webkit-border-radius:12px;background:none; width:286px; height:308px; position:absolute; top:30px; right:16px }

.caption{background:#48BCE0;height:43px;padding:0 0 0 12px;line-height:43px;color:#fff;font-size:14px}
.loginarea{background:#7BD5F8;height:265px;position:relative;}
.loginform{margin:20px;}

.loginform_row{margin:0 0 20px 0;color:#fff}
.loginform_row select{height:26px;width:200px;_width:189px;line-height:24px;text-indent:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #369ec9}
.loginform_row .txtinput{background:url(../images/login/ib.png) no-repeat;height:24px;width:200px;_width:187px;border:1px solid #7BD5F8;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;text-indent:6px;color:#444}
.loginform_row .cbinput{margin:0 4px 0 0;vertical-align:middle}
.loginform_row .lth{width:30px;float:left;height:24px;color:#fff;text-align:right;margin:0 12px 0 0}
.loginbtn{background:url(../images/login/login_btn.png) no-repeat;_background:url(../images/login/login_btn.jpg) no-repeat;width:246px;height:33px;display:block;float:left;clear:both;margin:4px 0 0 0}
.loginbtn:hover{background-position:0 -33px}
.loginbtn:active{background-position:0 -66px}

.system{width:1003px;margin:20px auto;height:24px}
.system a{background:url(../images/login/arrow_01.png) no-repeat 0 5px;color:#969696;line-height:24px;padding:0 0 0 12px;margin:0 21px}
.system a:hover{color:#3c3c3c}

.bottom{ width:1003px;margin:0 auto}
.bottomarea{margin:14px 0}
.bottomarea_left{float:left;color:#969696;font-size:11px}
.bottomarea_left img{vertical-align:middle;margin:0 12px 0 16px}
.bottomarea_right{float:right;color:#969696;font-size:11px}

.toolbar-item,.toolbar-layer{background:url(../images/login/toolbar.png) no-repeat;}
.toolbarlogin{position:fixed;right:0px;bottom:50px;}
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-app-ios{background-position:0 -10px;}
.toolbar-item-app-ios:hover{background-position:0 -78px;}
.toolbar-item-app-ios .toolbar-layer{height:194px;background:url(../images/login/ios.png) no-repeat;}
.toolbar-item-app-android{background-position:0 -10px;}
.toolbar-item-app-android:hover{background-position:0 -138px;}
.toolbar-item-app-android .toolbar-layer{height:194px;background:url(../images/login/android.png) no-repeat;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);transform-origin:95% 95%;-moz-transform-origin:95% 95%;-ms-transform-origin:95% 95%;-o-transform-origin:95% 95%;-webkit-transform-origin:95% 95%;transform:scale(0.01);-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}