﻿/*公共样式文件*/
/*浅色黄色通用的颜色代码：#E3D8C6*/
/*深色黄色通用的颜色代码：#B17A44*/
/*棕色通用的颜色代码：#5F3914*/

body
{
	/*padding: 0px;
	margin: 0px;*/
	font-size: 14px;
}

html,body,h3{
	margin:0;
	padding:0;
}

input[type=button], input[type=submit], input[type=file], button
{
	cursor: pointer;
	-webkit-appearance: none;
}

.main-div
{
	width: 94%;
	margin-left: 3%;
}

/*标题LOGO*/
.title
{
	background-color: #E3D8C6;
	width: 100%;
	height: 60px;
	text-align: center;
}

	.title img
	{
		width: 130px;
		margin-top: 10px;
	}


/*实心深色按钮*/
.btnSolid-Dark
{
	background-color: #B17A44;
	border: 1px solid #B17A44;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	color: white;
	font-size: 15px;
	text-align: center;
}

/*实心棕色按钮*/
.btnBrown-Dark
{
	background-color: #5F3914;
	border: 0px solid red;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	color: white;
	font-size: 15px;
}

/*空心浅色按钮*/
.btnHollow-Dark
{
	background-color: rgba(0,0,0,0);
	border: 1px solid #B17A44;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	color: #B17A44;
	font-size: 15px;
}

/*白色灰变按钮*/
.btnWhite-Dark
{
	background-color: rgb(248,248,248);
	border: 1px solid rgb(200,200,200);
	border-radius: 3px;
	width: 100%;
	height: 40px;
	color: black;
	font-size: 14px;
}

/*获取验证码按钮*/
.btnVcode-Dark
{
	margin: 0px 0px 0px 15px;
	background-color: transparent;
	border-left: 1px solid #E5E5E5;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	color: #B17A44;
	font-size: 15px;
	outline: 0;
}

/*浅黄色背景颜色*/
.bgColor-Light
{
	background-color: #E3D8C6;
}

/*深黄色背景颜色*/
.bgColor-Dark
{
	background-color: #B17A44;
}

/*深黄色背景颜色-- 新版*/
.bgColor-new
{
	background-color: rgb(152,102,53);
}

/*灰色背景颜色*/
.bgColor-Silver
{
	background-color: rgb(240,240,240);
}

/*浅色黄色通用的颜色代码：#E3D8C6*/
.fontColor-Light
{
	color: #E3D8C6;
}


/*深色黄色通用的颜色代码：#B17A44*/
.fontColor-Dark
{
	color: #B17A44;
}


/*棕色通用的颜色代码：#5F3914*/
.fontColor-Brown
{
	color: #5F3914;
}

.title_h1
{
	font-size: 25px;
	line-height: 1.2em;
}

.content-base
{
	background-color: #B1885C;
	padding: 20px 5px;
	line-height: 25px;
	font-size: 14px;
}

.font_color_1
{
	color: #5F3914;
}

.head_title
{
	color: #5F3914;
	font-size: 20px;
	height: 100px;
	line-height: 70px;
	font-weight: bold;
}

.weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before
{
	content: '\EA06';
	color: #B17A44;
	font-size: 18px;
}

.weui-cells_checkbox .weui-icon-checked:before
{
	content: '\EA01';
	color: #B17A44;
	font-size: 18px;
	display: block;
}

.weui-check__label:active
{
	background-color: transparent;
}


.txtdetult
{
	border: 0px solid red;
	width: 100%;
	font-size: 18px;
	height: 30px;
	border-radius: 3px;
	outline: none;
}


/*切换语言*/
.language_box
{
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background-color: rgba(0,0,0,0.3);
	color: white;
	z-index: 100000;
}

	.language_box > img
	{
		width: 20px;
		height: 20px;
		margin-left: 5px;
		margin-right: 5px;
		vertical-align: middle;
	}

/*表单基本样式*/
.divmargin {
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
}
.weui-cell2 {
    padding: 5px 15px;
    /*position: relative;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.txtdetult2 {
    border: 0px solid red;
    width: 100%;
    font-size: 15px;
    height: 40px;
    border-radius: 3px;
}

/*.button {
    margin: 30px 20px;
    width: 39%;
    float: left;
}*/

/*填写信息背景色*/
.divColor {
    background-color:#E2D8C5;
}
/*红色星号*/
.message {
    color: red;
    text-align: center;
}

/*layer open 按钮颜色*/
.layui-mh-btn .layui-m-layerbtn
{
	background-color: #B17A44;
}
.layui-mh-btn span:active
{
	background-color: #B17A44;
}

.layui-mh-btn span[yes]
{
	color: #FFF;
}

.layui-mh-btn span[no]
{
	color: #FFF;
	border-right: 1px solid #a26223;
}




