﻿@charset "utf-8";
html,
body {
	font-size: 14px;
	width: 100%;
	height: 100%;
	min-width: 640px;
}

.container {
	width: 100%;
}

.container .content-login {
	position: absolute;
	top: 116px;
	right: 300px;
	background-color: #fff;
	border-radius: 6px;
}

    .container .centent {
        position: relative;
        background: url(../img/banner.jpg) 0px -63px repeat-x;
        overflow: hidden;
        width: 100%;
        height: 735px; 
        background-size: auto;
    }
.container img.content-show {
	position: absolute;
    top: 45px;
    left: 25px;
}
.container .header {
	padding: 20px 50px;
    color:#626262;
}

.centent .layui-tab {
    margin: 0px;
    /*height:464px;*/
    height: 420px;
}

.centent .layui-tab-title li {
	margin: 0;
	box-sizing: border-box;
	width: 50%;
    font-size:16px;
    color: #626262;
}
.header font {
	font-size: 1.8em;
	vertical-align: middle;
}
.container .input-form-two {
	margin: 10.5px 0px;
}

.input-form-two .input-item {
   line-height:60px;
}
.container .login-way {
    text-align: center;
    position: absolute;
    top: 320px;
    left: 29px;
}

.login {
	width: 325px;
	height: 40px;
	margin-top: -100px;
	/*background-color: #047cd9;*/
	background-color: #2d466b;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	font-size: 1em;
	letter-spacing: 5px;
	font-family: '微软雅黑';
}

.container .layui-tab-content {
	/*margin-top: 10px;*/
}

.input-form {
	padding: 7px 20px;
}

.container .layui-input {
	border: none;
}

.container .layui-form-select {
	padding: 9px 0px;
}

.input-item {
	width: 315px;
	border-bottom: 1px solid #dadada;
	line-height: 55px;
}

.input-item .username {
	background: url(../img/login-usename.png) 4px 0px no-repeat;
	width: 100%;
	padding-left: 30px;
}

.input-item .password {
	background: url(../img/login-password.png) 4px 0px no-repeat;
	width: 100%;
	padding-left: 30px;
}

.input-item .combo-dropdown {
	border: none;
}

.input-item .combo-dropdown li {
	height: 33px;
	line-height: 33px;
	text-indent: 2px;
}

.site input {
	background: url(../img/login-site.png) 4px 13px no-repeat;
	padding-left: 30px;
}

.language-lg input {
	background: url(../img/login-language.png) 4px 13px no-repeat;
	padding-left: 30px;
}

.other-login {
	width: 325px;
	height: 30px;
	margin: 20px auto;
}

.other-login img {
	margin-left: 10px;
	cursor: pointer;
}

.footer {
	width: 100%;
	text-align: center;
	font-size: 0.95em;
	padding: 30px 0px;
	/*background-color: #848286;*/
}

.footer .foot-text {
	color: #012060;
}
.other-info {
	width: 70px;
	height: 216px;
	position: absolute;
	right: 90px;
	top: 300px;
}

.other-info-item {
	position: relative;
}

.other-info .other-info-item {
    width: 70px;
    height: 70px;
    text-align: center;
    border: 1px solid #dadada;
    margin-top: 4px;
    font-size: 8px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.other-info .other-info-item img {
	padding: 4px;
	cursor: pointer;
}

.layui-tab-title {
    height: 50px;
}

 .layui-this {
    height: 50px;
    line-height:50px;
} 
 .layui-this2 {
    height: 50px;
     line-height:50px;
}
.layui-tab-title .layui-this:after{
    height: 50px;
     line-height:50px;
}
 #owner{
        height: 50px;
    line-height:50px;
 }
 #broker{
    height: 50px;
    line-height:50px;
 }
.container .layui-tab-title .layui-this:after {
   border:none;
}

.other-info-item-font {
    font-size: 12px;
    color: #fff;
}
