@charset "utf-8";
 /*  CSS( author : yangyue)
 * date : 2017-07-11
 */
body{font-family:'Microsoft Yahei','宋体',Tahoma,Arial;font-size:12px;color:#333;margin:0;padding:0; }
div,form,img,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,iframe{margin:0;padding:0;}
li{list-style:none;}
img{border:none;}
input,textarea,select{outline:none;font-family:'Microsoft Yahei';}
a{outline:none;text-decoration:none;}
.bg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.container1{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -338px;
    margin-top: -238px;
    width: 677px;
    height: 476px;
}
.log-title{
    margin-bottom: 30px;
    text-align: center;
    font-size: 45px;
    font-weight: normal;
    color: #535353;
    letter-spacing: 15px;
}
.log-title img{
    margin-right: 20px;
    vertical-align: -20px;
}
.container2-bg{
    padding: 8px;
    background: url(../images/log-bg1.png);
    border: 1px solid #f7f7f7;
    border-radius: 9px;
}
.container2{
    position: relative;
    height: 285px;
    padding-left: 240px;
    background: #fafafa url(../images/log-bg2.png) repeat-x left bottom;
    border: 1px solid #616161;
    border-radius: 9px;
}
.pic{
    position: absolute;
    top: 16px;
    left: 16px;
}
.tb{
    margin-top: 25px;
}
.tb th,.tb td{
    padding: 11px 0;
}
.tb th{
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.it,.is{
    width: 265px;
    background: url(../images/it-bg.png) repeat-x;
    border: 1px solid #cbcbd1;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
}
.it{
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
}
.is{
    width: 268px;
    padding: 7.5px 0;
    padding-left: 10px;
}
.log-btn{
    display: block;
    width: 134px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/btn-bg.png) no-repeat left top;
    font-size: 18px;
    color: #fff;
}