@charset "UTF-8";

.sys-title{
	margin-top:50px;
	width:100%;
	height:50px;
	text-align:center;
	font-size:48px;
	color:#FFF;
	font-weight:bold;
	font-family: 微软雅黑;
	letter-spacing:0.1em;
}

/*登录框 START*/
.login-panel {
    /* float: right; */
    width: 460px;
    border: 1px solid #e4e4e4;
    position: relative;
}

.login-panel a:hover {
    text-decoration: underline;
}

.login-panel .rtn-home {
    top: -28px;
    right: 0;
    position: absolute;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    color: #008af4;
}

.panel-title {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #666;
    font-weight:bold;
	font-family: 微软雅黑;
	letter-spacing:0.1em;
    /* background: #f5f5f5; */
    background:rgba(245,245,245,0.8);
}

.panel-body {
    border-top: 1px solid #e4e4e4;
    padding:30px;
    padding-top: 12px;
    /* background: white; */
    background:rgba(255,255,255,0.8);
}

.panel-body .register-link {
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    color: #008af4;
    float: left;
}

.panel-body .password-link {
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #008af4;
}

.panel-body .form-item {
    margin-left: 40px;
    padding:0 15px;
    width: 328px;
    height: 38px;
    line-height: 38px;
    font-size:16px;
    font-weight:bold;
    display: block;
    border: none;
}

.panel-body .security-code {
    margin-left: 40px;
    padding:0 15px;
    width: 170px;
    height: 38px;
    line-height: 38px;
    font-size:20px;
    font-weight:bold;
    display: inline-block;
    border: none;
    /* vertical-align: top; */
}

.panel-body .security-code-img {
    width: 37%;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e4e4e4;
    vertical-align: top;
    cursor: pointer;
}

.panel-body .form-item-wrapper {
    position: relative;
    border: 1px #e4e4e4 solid;
    margin-bottom: 20px;
    vertical-align: middle;
}

.panel-body .error-hint-wrapper {
    position: relative;
    width: 298px;
    height: 26px;
    margin-bottom: 12px;
}

.panel-body .error-hint {
    display: none;
    position: relative;
    height: 26px;
    line-height: 26px;
    color: #ff3d00;
    padding-left: 40px;
    border: 1px solid #ff3d00;
    background-color: #ffebe5;
}

.panel-body .error-hint:before {
    content: " ";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 5px;
    left: 12px;
    background: url("../images/login/icon-error-14x14.png");
}

.panel-body .friendship-hint-wrapper {
    position: relative;
    width: 298px;
    height: 26px;
    top: 20px;
    margin-bottom: 25px;
}

.panel-body .friendship-hint {
    position: absolute;
    width: 298px;
    height: 30px;
    line-height: 30px;
    color: #f28500;
    padding-left: 40px;
    border: 1px solid #f4bb4d;
    background-color: #fffae5;
}

.panel-body .forget-password-link {
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    color: #008af4;
    float: right;
}

.panel-body .auto-login-wrapper {
    height: 40px;
    padding-top: 2px;
    color: #666;
}

#auto-login {
    float: left;
}

.panel-body .auto-login-wrapper label {
    margin-left: 10px;
    display: block;
    height: 12px;
    line-height: 12px;
    float: left;
    cursor: pointer;
}

.panel-body .btn-login {
    display: block;
    width: 100%;
    border-radius: 5px;
    background: #39a5e5;
    font-size: 20px;
    color: #fff;
    height: 40px;
    border: 0;
    cursor: pointer;
}

.panel-body .btn-login:active {
    background: #3394cc;
}

.panel-body .tip-link {
    margin-top: 10px;
}

.form-item-wrapper.username:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/login/icon-user.png") 10px 8px no-repeat;
}

.form-item-wrapper.password:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/login/icon-lock.png") 10px 8px no-repeat;
}

.form-item-wrapper.security-code-item {
    width: 60%;
    display: inline-block;
}

.form-item-wrapper.security-code-item:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/login/icon-security-code.png") 10px 10px no-repeat;
}

/*登录框 END*/

/*页面*/
* {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

ul, ol, li {
    list-style: none;
}

em, i {
    font-style: normal;
}

img {
    border: none;
}

input, img {
    vertical-align: middle;
}

body {
    background: #fff;
    color: #666;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
}

a {
    color: #666666;
    text-decoration: none;
}

html, body {
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea.fixAndroidKeyboard:focus, input.fixAKeyboard:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

.noscroll {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.app-dom {
    width: 100%;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
}

.common_main {
    overflow: scroll;
}

/*启动页样式*/
body {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
}

.header {
    position: fixed;
    width: 100%;
    top: 20px;
    left: 0px;
    z-index: 999;
}

.nav {
    width: 80%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}

.entry {
    float: right;
    color: #fff;
}

.entry .state {
    color: #bfbfbf;
}

.entry a {
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
}

.entry a:hover {
    color: #eb7920;
}

.container {
    width: 100%;
    height: 100%;
    background-color: #fff;

}

.content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;;
}

.wrap {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.mid {
    width: 100%;
}

.main-entry {
    width: 460px;
    height: 50px;
    margin: 15px auto 0;
}

.main-entry a {
    display: block;
    text-decoration: none;
    float: left;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 1px;
    height: 50px;
    width: 140px;
    color: #ffffff;
    line-height: 50px;
    position: relative;
}

.main-entry a .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-left: 18px;
}


.main-entry s {
    background-color: #00a3ee;
    opacity: .9;
    display: block;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.main-entry a:hover s {
    background-color: #00aaee;
    opacity: 1;
}

a.seller-login {
    margin-left: 20px;
}

.load_footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    z-index: 99;
}

.load_footer .nav-links {
    width: 99%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.load_footer ul {
    padding-left: 5px;
}

.load_footer li {
    display: inline-block;
    margin: 2px;
}

.load_footer li a {
    color: #666;
}

.load_footer li a:hover {
    color: #eb7920;
}

/*slide*/
.front, .items, .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.back {
    bottom: 50px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.items {
    overflow: visible;
}

.item {
    background: #fff none no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;
}