﻿@charset "utf-8";
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea, p {margin:0; padding:0; font-weight: normal;font-style: normal;font-size: 100%; font-family: inherit; word-break:break-all;}
body { font-size:12px;font-family:"Microsoft Yahei","微软雅黑", Arial,"宋体","sans-serif"; background:#dedede url(/Admin/Images/adminlogin/yun.png) no-repeat center 60px ;overflow-x: hidden;}

html { -webkit-text-size-adjust:none;}
ol, ul ,li{list-style: none;}
a { text-decoration:none; cursor:pointer;}
img {border: 0;}
buttom { outline:none;}
input { outline:none;}



/* ============常用============ */

.clear {clear:both;}
.block {display:block;}
.none {display:none;}
.left { float:left; }
.right {float:right;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
/*上面为CSS初始内容*/

#login { width: 610px; height: 300px; padding: 33px; margin: 200px auto 0px auto ; background: url(/Admin/Images/adminlogin/logku.png) no-repeat; display: block;}
#login .logleft { width: 228px; border-right: solid 1px #ddd; float: left; height: 300px;} 
#login .logright { width: 380px; float: right; height: 300px;} 
#login .logright h1 { color: #666; padding-left: 50px; line-height: 30px; font-size: 14px;}
#login .logo { width: 150px; height: 66px; margin: 100px auto 0px auto; background: url(/Admin/Images/adminlogin/logo.png) no-repeat; background-size: cover; margin-bottom: 25px;}
#login .tit { padding: 30px 0px 20px 0px; height: 50px; text-align: center; color: #333; display: none;}
#login .tit h1 { font-size: 24px; font-weight: bold; line-height: 24px; padding-bottom: 8px; text-shadow:2px 2px 0px #CCC;}
#login .tit p { font-weight: bold;text-shadow:2px 2px 0px #CCC;}
#login .lgdiv { height: 40px; padding: 5px 0px; margin: 0px auto; width: 280px;}
#login .lgdiv .lgku { padding-left: 38px; height: 38px; line-height: 38px; background: #fff; border: solid 1px #ccc; border-radius: 5px;}
#login .lgdiv .ico0 { background: #fff url(/Admin/Images/adminlogin/icc1.png) no-repeat 10px 8px;}
#login .lgdiv .ico1 { background: #fff url(/Admin/Images/adminlogin/icc2.png) no-repeat 10px 8px;}
#login .lgdiv .ico2 { background: #fff url(/Admin/Images/adminlogin/icc3.png) no-repeat 10px 8px;}
#login .lgdiv .ipt { border:0px; height: 33px; background: #fff; line-height: 33px; padding: 2px 0px; width: 80%; text-indent: 10px; color: #666;}
#login .lgdiv .yzku { width: 80px; height: 38px;  line-height: 38px; float: left; text-align: center; background: #fff; border: solid 1px #ccc; border-radius: 5px;}
#login .lgdiv .yzm { padding: 8px 0px 8px 5px; margin:1px 10px; width:60px; height:22px;border-radius: 4px; display:block; float:left; background:#DEDEDE}
#login .btndiv { height: 40px; padding: 20px 0px; margin: 0px auto; width: 280px;}
#login .btndiv .btndl { background:#D80932; height: 40px; display: block; width: 100%; box-shadow: 0 4px 0 0 #A41821; line-height: 40px; color: #fff; font-size: 16px; border-radius: 5px; cursor: pointer; border: 0px;
-moz-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;}
#login .btndiv .btndl:hover { background: #BF105F; box-shadow: 0 4px 0 0 #822238; 
-moz-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;}

#footer { padding-top: 80px; text-align: center; line-height: 22px; color: #444;}