﻿@charset "utf-8";/*
@Description: 客户关系管理系统
@Author: seven 2017-10-22
*/
/* 初始化 */
* {margin: 0 auto;padding: 0;}
body {font: 12px Verdana;background: url(images/login_bg.jpg) left top #0062bd;background-size:100% 100%;background-attachment: fixed;}
img {border: 0;}
li {list-style: none;}
/* login start */
.login {margin: 10% auto;width: 650px;}
.login_title {margin-bottom: 10px;width: 60%;text-align: center;}
.login_title img {display: block;width: 100%;}
.login_con {padding: 15px 23px 5px;width: 640px;border-radius: 5px;background: url(images/login_con.png) center top no-repeat;overflow: hidden;}
.login_img {float: left;width: 320px;}
.login_img img {display: block;width: 100%;padding-top: 30px}
.login_input {float: left;padding: 10px 0 20px;width: 320px;}
.login_ul {margin-bottom: 10px;}
.login_ul li {padding: 15px 10px;height: 30px;line-height: 30px;background: url(images/login_input.gif) left bottom no-repeat;border: 1px solid #d2d2d2;margin-top: 6px;}
.login_ul_extend {margin-bottom: 10px;}
.login_ul_extend li {padding: 10px 10px;height: 30px;line-height: 30px;background: url(images/login_input.gif) left bottom no-repeat;}
.login_btn01 {width: 320px;height: 60px;background: url(images/login_btn.png) 0 0 no-repeat;cursor: pointer;border: 0;}
/* .login_btn02 {margin: 0 60px;width: 180px;height: 55px;background: url(images/login_btn.gif) 0 -55px no-repeat;cursor: pointer;border: 0;} */
.login_foot {height: 20px;text-align: center;color: #fff;}
.login_span {margin-right: 10px;float: left;display: block;width: 40px;height: 30px;text-align: center;border-right: 1px solid #ddd;}
.login_span2 {margin-right: 10px;padding-right: 10px;float: left;display: block;width: 50px;height: 30px;text-align: center;border-right: 1px solid #ddd;}
.login_span input {margin: 8px auto;}
.login_txt {float: left;width: 227px;height: 28px;line-height: 28px;background: #fff;border: 0;color: #999;}
.login_txt2 {float: left;width: 166px;height: 28px;line-height: 28px;background: #fff;border: 0;color: #999;}
/* login end */
@media (min-width: 481px) and (max-width:1440px) {
.login {margin: 8% auto;width: 550px;}
.login_title {margin-bottom: 10px;width: 60%;text-align: center;}
.login_title img {display: block;width: 100%;}
.login_con {padding: 15px 23px 5px;width: 540px;border-radius: 5px;background: url(images/login_con2.png) center top no-repeat;overflow: hidden;}
.login_img {float: left;width: 270px;}
.login_img img {display: block;width: 100%;}
.login_input {float: left;padding: 10px 0 20px;width: 270px;}
.login_ul {margin-bottom: 10px;}
.login_ul li {padding: 10px;height: 30px;line-height: 30px;background: url(images/login_input.gif) left bottom no-repeat;border: 1px solid #d2d2d2;margin-top: 6px;}
.login_ul_extend {margin-bottom: 10px;}
.login_ul_extend li {padding: 10px;height: 30px;line-height: 30px;background: url(images/login_input.gif) left bottom no-repeat;}
.login_btn01 {width: 270px;height: 60px;background: url(images/login_btn.png) center center no-repeat;cursor: pointer;border-radius: 5px;}
/* .login_btn02 {margin: 0 30px;width: 180px;height: 55px;background: url(images/login_btn.gif) 0 -55px no-repeat;cursor: pointer;border: 0;} */
.login_foot {height: 20px;text-align: center;color: #fff;}
.login_span {margin-right: 10px;float: left;display: block;width: 40px;height: 30px;text-align: center;border-right: 1px solid #ddd;}
.login_span2 {margin-right: 10px;padding-right: 10px;float: left;display: block;width: 50px;height: 30px;text-align: center;border-right: 1px solid #ddd;}
.login_span input {margin: 8px auto;}
.login_txt {float: left;width: 197px;height: 28px;line-height: 28px;background: #fff;border: 0;color: #999;}
.login_txt2 {float: left;width: 126px;height:28px;line-height: 28px;background: #fff;border: 0;color: #999;}
}

