* {
    outline: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Georgia,"微软雅黑";
    font-size: 14px;
    background-color: #38B1B7;
}

select,input {
    background-color: #FFFFFF;
    background-image: none;
}

div.wrap {
    width: 800px;
    height: 480px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -240px;
}

div.wrap_bg {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.35);
}

div.wrap h1.title {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    font-size: 48px;
    line-height: 80px;
    height: 80px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.35);
    font-family: "微软雅黑";
    margin-top: 60px;
}

div.wrap div.login {
    height: 40px;
    text-align: center;
    font-family: "微软雅黑";
    margin-top: 20px;
}

div.wrap a.login_weibo {
    margin: 0;
    padding: 0;
    width: 110px;
    padding-left: 50px;
    background-image: url(../img/btn-index.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
}

div.wrap a.login_qq {
    margin: 0;
    padding: 0;
    width: 110px;
    padding-left: 50px;
    background-image: url(../img/btn-index.png);
    background-position: 0 -40px;
    background-repeat: no-repeat;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
}

div.wrap a.login_baidu {
    margin: 0;
    padding: 0;
    width: 110px;
    padding-left: 50px;
    background-image: url(../img/btn-index.png);
    background-position: 0 -80px;
    background-repeat: no-repeat;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
}

div.wrap span.save_tool {
    display: inline-block;
    width: 90px;
    height: 40px;
    padding-left: 50px;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    line-height: 40px;
}

div.wrap span.save_tool a {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 40px;
    text-indent: -10000px;
    overflow: hidden;
    background-image: url(../img/btn-index.png);
    background-position: 0 -120px;
    background-repeat: no-repeat;
}

div.wrap p.foot {
    margin-top: 200px;
    height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 30px;
    font-family: "微软雅黑";
}

div.wrap p.foot a {
    color: #FFFFFF;
    text-decoration: none;
}

div.wrap p.foot a:hover {
    border-bottom: 1px dotted #D7D7D7;
}

div.wrap div.left {
    width: 200px;
    height: 480px;
    background-color: #206082;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

div.wrap div.right {
    width: 600px;
    height: 480px;
    background-color: #FFFFFF;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

div.wrap a.home {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-indent: -10000px;
    background-image: url(../img/btn-user.png);
    background-position: 0 -200px;
}

div.wrap a.home:hover {
    background-position: -40px -200px;
}

div.wrap a.home:hover {
    color: #2F8EC1;
}

div.wrap a.avatar {
    display: block;
    width: 100px;
    height: 100px;
    margin: 20px auto 0;
}

div.wrap a.avatar:hover {
    opacity: 0.8;
}

div.wrap a.avatar img {
    margin: 0;
    padding: 0;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.35);
    border: none;
}

div.wrap h1.name {
    margin: 10px 0 0 0;
    padding: 0;
    height: 40px;
    overflow: hidden;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.65);
    font-weight: normal;
}

div.wrap ul.category {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    display: block;
}

div.wrap ul.category li {
    list-style-type: none;
    display: none;
    margin: 0;
    padding: 0;
    height: 40px;
    overflow: hidden;
    position: relative;
}

div.wrap ul.category a {
    display: block;
    height: 40px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    border-left: 2px solid #206082;
}

div.wrap ul.category a.hover {
    background-color: #256F96;
    border-left: 2px solid #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.35);
}

div.wrap ul.category span {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: url(../img/btn-user.png);
    background-position: 0 -240px;
    background-repeat: no-repeat;
    text-indent: -10000px;
    cursor: pointer;
    display: none;
}

div.wrap div.category_nav {
    padding: 10px 70px 0 70px;
    height: 30px;
    overflow: hidden;
    display: none;
}

div.wrap div.category_nav a {
    float: left;
    width: 30px;
    height: 30px;
    background-repeat: none;
    text-decoration: none;
    text-indent: -10000px;
}

div.wrap div.category_nav a.prev {
    background-image: url(../img/btn-user.png);
    background-position: 0 -310px;
}

div.wrap div.category_nav a.prev:hover {
    background-position: -30px -310px;
}

div.wrap div.category_nav a.next {
    background-image: url(../img/btn-user.png);
    background-position: 0 -340px;
}

div.wrap div.category_nav a.next:hover {
    background-position: -30px -340px;
}

div.wrap div.tool {
    height: 80px;
    position: relative;
}

div.wrap div.tool input.search_input {
    position: absolute;
    margin: 0;
    padding: 0;
    border: 1px solid #797979;
    border-left: none;
    height: 38px;
    width: 309px;
    font-size: 14px;
    font-family: Georgia,"微软雅黑";
    left: 60px;
    top: 20px;
    -webkit-appearance: none;
    border-radius: 0;
}

div.wrap div.tool a {
    position: absolute;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    top: 20px;
    text-indent: -10000px;
}

div.wrap div.tool a.link_add {
    background-image: url(../img/btn-user.png);
    background-position: 0 -40px;
    left: 390px;
}

div.wrap div.tool a.category_add {
    background-image: url(../img/btn-user.png);
    background-position: 0 -80px;
    left: 440px;
}

div.wrap div.tool a.logout {
    background-image: url(../img/btn-user.png);
    background-position: 0 -160px;
    left: 540px;
}

div.wrap div.tool a.setting {
    background-image: url(../img/btn-user.png);
    background-position: 0 -120px;
    left: 490px;
}

div.wrap div.tool a.search {
    border: 1px solid #797979;
    border-right: none;
    height: 38px;
    width: 39px;
    background-image: url(../img/btn-user.png);
    background-position: -1px -1px;
    left: 20px;
}

div.wrap div.tool a.link_add:hover {
    background-position: -40px -40px;
}

div.wrap div.tool a.category_add:hover {
    background-position: -40px -80px;
}

div.wrap div.tool a.logout:hover {
    background-position: -40px -160px;
}

div.wrap div.tool a.setting:hover {
    background-position: -40px -120px;
}

div.wrap div.tool a.search:hover {
    background-position: -41px -1px;
}

div.wrap ul.link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.wrap ul.link li {
    list-stype-type: none;
    margin: 0;
    padding: 0;
    height: 30px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
}

div.wrap ul.link a {
    display: block;
    height: 29px;
    border-bottom: 1px dashed #FFFFFF;
    line-height: 29px;
    text-decoration: none;
    color: #000000;
    padding-right: 40px;
}

div.wrap ul.link a.hover {
    border-bottom: 1px dashed #E2E2E2;
}

div.wrap ul.link span {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 0;
    text-indent: -10000px;
    background-image: url(../img/btn-user.png);
    background-position: 0 -280px;
    background-repeat: no-repeat;
    display: none;
    cursor: pointer;
}

div.wrap div.page {
    height: 30px;
    margin: 20px 20px 0 20px;
}

div.wrap div.page a,
div.wrap div.page strong,
div.wrap div.page span {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    color: #000000;
    text-align: center;
    font-size: 12px;
}

div.wrap div.page strong {
    font-weight: normal;
    border: 1px solid #797979;
}

div.wrap div.page a:hover {
    font-weight: bold;
}

div.wrap div.right div.menu {
    height: 40px;
    margin: 0 40px;
}

div.wrap div.right div.menu a,
div.wrap div.right div.menu span {
    float: left;
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #000000;
}

div.wrap div.right div.menu span {
    color: #FFFFFF;
    background-color: #797979;
}

div.wrap div.right div.menu a:hover {
    color: #38B1B7;
}

div.wrap div.right div.form {
    margin: 0 40px;
    border: 1px solid #797979;
    padding-bottom: 20px;
}

div.wrap div.right div.form div.line {
    margin-top: 20px;
    height: 40px;
    position: relative;
}

div.wrap div.right div.form div.line span {
    float: left;
    height: 40px;
    width: 60px;
    text-align: right;
    line-height: 40px;
    margin-left: 20px;
}

div.wrap div.right div.form div.line span.warning {
    text-align: left;
    color: red;
    width: auto;
    margin-left: 0;
}

div.wrap div.right div.form div.line span.info {
    text-align: left;
    width: auto;
    margin-left: 0;
}

div.wrap div.right div.form div.line span.tag {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 40px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: #797979;
    margin-left: auto;
    color: #FFFFFF;
    cursor: pointer;
}

div.wrap div.right div.form div.line input {
    margin: 0;
    padding: 0 4px;
    height: 38px;
    width: 410px;
    border: 1px solid #797979;
    font-family: Georgia,"微软雅黑";
    font-size: 14px;
    float: left;
    -webkit-appearance: none;
    border-radius: 0;
}

div.wrap div.right div.form div.line input.file {
    opacity: 0;
    cursor: pointer;
}

div.wrap div.right div.form div.line div.file_bg {
    position: absolute;
    left: 80px;
    top: 0;
    height: 38px;
    width: 410px;
    border: 1px solid #797979;
    line-height: 38px;
    padding: 0 4px;
    overflow: hidden;
}

div.wrap div.right div.form div.line select {
    margin: 0;
    padding: 10px 5px;
    vertical-align: middle;
    border: 1px solid #797979;
    height: 40px;
    float: left;
    font-family: Georgia,"微软雅黑";
    font-size: 14px;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    border-radius: 0;
    min-width: 80px;
}

div.wrap div.right div.form div.line a {
    float: left;
    height: 40px;
    width: 80px;
    margin-right: 10px;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    background-color: #206082;
    line-height: 40px;
}

div.wrap div.right div.form div.line a:hover {
    background-color: #256F96;
}

/* ID */
#category_edit div.menu,
#category_add div.menu {
    margin-top: 120px;
}

#setting_export div.menu, #setting_import div.menu, #traffic div.menu {
    margin-top: 120px;
}

#traffic_data {
    padding-bottom: 10px;
}

#form2 {
    display: none;
    padding: 0;
    overflow: hidden;
}

#qr {
    float: left;
    height: 260px;
    width: 260px;
    overflow: hidden;
}

#qr canvas {
    margin-left: 10px;
    margin-top: 10px;
}

#form2 div.weixin {
    float: right;
    margin-right: 20px;
    width: 230px;
}


#form2 div.weixin img {
    width: 80px;
    height: 80px;
    float: left;
    margin: 75px 0 0 75px;
    padding: 0;
    border: none;
}

#form2 div.weixin span {
    float: left;
    width: 240px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

