.layui-form {
    width: 320px !important;
    margin-top: 110px !important;
    float: right;
    margin-right: 250px;
    background-color: white;
    padding: 40px 30px;
    border-radius: 6px;
}
.linpng{
	width: 40px;
	height: auto;
	margin-right: 20px;
	margin-left: 110px;
}
.denglus{
	padding-bottom: 10px;
}
.weipng{
	width: 40px;
	height: auto;
}
.layui-form button {
    width: 100% !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 16px !important;
    background-color: #27B8D0 !important;
    font-weight: 550 !important;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #27B8D0 !important;
    background-color: #27B8D0 !important;
    color: #fff !important;
}

.layui-tab-content {
    margin-top: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.layui-form-item {
    margin-top: 20px !important;
    position: relative;
    border-bottom: solid 1px #E7E9EE;

}
.layui-form-item i{
    line-height: 44px;
    float: left;
}
.layui-input {
    width: 90%;
    height: 44px !important;
    line-height: 44px !important;
    padding-left: 15px !important;
    border-radius: 0;
    border: none;

}

.layui-input:focus {
    border: none;
    box-shadow: none;
}
.bordernone{
    border: none;
}
.layui-form-danger:focus {
    box-shadow: none;
}

.logo {
    width:269px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 20px !important;
}
.banlog{
	position: absolute;
	width: 150px;
	top: 50px;
	left: 100px;
}
.title {
    font-size: 30px !important;
    font-weight: 550 !important;
    margin-left: 20px !important;
    color: #073B49 !important;
    display: inline-block !important;
    height: 60px !important;
    line-height: 60px !important;
    margin-top: 10px !important;
    position: absolute !important;
}

.desc {
    width: 100% !important;
    text-align: center !important;
    color: gray !important;
    height: 60px !important;
    line-height: 60px !important;
}

body {
    background-repeat: no-repeat;
    background-color: whitesmoke;
    background-size: 100%;
    height: 100%;
}

.code {
    float: left;
    margin-right: 13px;
    margin: 0px !important;
    border: #e6e6e6 1px solid;
    display: inline-block !important;
}

.codeImage {
    position: absolute;
    left: 95px;
    top: 8px;
    color: #27B8D0;
}
.codeImages{
    position: absolute;
    left: 196px;
    top: 8px;
    color: #27B8D0;
}
.add{
    position: absolute;
    left: 180px;
    top: 8px;
}
.goother{
    float: right;
    height: 60px;
    cursor: pointer;
}
.goother span{
    color: #27B8D0;
}
.zhuces{
    display: none;
}
.denglus{
    display: block;
}
.codes {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #27B8D0;
    cursor: pointer;
}
.getcheckcode {
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #27B8D0;
	cursor: pointer;
}
.layui-form-select dl dd.layui-this{
    background-color: #27B8D0 !important;
    color: #ffffff !important;
}
.wangji{
    display: none;
}
.wanhgji{
    float: right;
    color: #333;
    cursor: pointer;
    margin-bottom: 10px;
}


input::-webkit-input-placeholder {
    /* 修改字体颜色 */
   
    background: white !important;
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #000000 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
     transition: background-color 50000s ease-in-out 0s; //背景色透明  生效时长  过渡效果  启用时延迟的时间
}