﻿html, body, form {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}


/*标题LOGO  start*/
.title
{
	background-color: #E3D8C6;
	width: 100%;
	height: 60px;
	text-align: center;
}

	.title img
	{
		width: 130px;
		margin-top: 10px;
	}
/*标题LOGO  end*/

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
}

/*radio样式 start*/
.radio {
    display: inline-block;
    position: relative;
    width: auto;
    border: none;
}

    .radio span {
        margin-left: 35px;
    }

    .radio input[type="radio"] {
        position: absolute;
        width: 0;
        height: 0;
        border: none;
    }

        .radio input[type="radio"]:after {
            content: '';
            background: url("/img/comm/radio_button_unselect.png") no-repeat;
            background-size: 20px 20px;
            width: 20px;
            height: 20px;
            position: absolute;
            z-index: 100;
            top: -2px;
            border: none;
        }

        .radio input[type="radio"]:checked:after {
            background: url("/img/comm/radio_button_select.png") no-repeat;
            background-size: 20px 20px;
            width: 20px;
            height: 20px;
            border: none;
        }
/*radio样式 end*/

/*checkbox样式 start*/
.checkbox {
    display: inline-block;
    position: relative;
    width: auto;
    min-width: 30px;
    border: none;
    height: 30px;
    line-height: 30px;
}

    .checkbox span {
        margin-left: 30px;
    }

    .checkbox input[type="checkbox"] {
        position: absolute;
        width: 0;
        height: 0;
        border: none;
    }

        .checkbox input[type="checkbox"]:after {
            content: '';
            background: url("/img/comm/check-box-outline-blank.png") no-repeat;
            background-size: 30px 30px;
            width: 30px;
            height: 30px;
            position: absolute;
            z-index: 100;
            top: -4px;
            left: -4px;
            border: none;
        }

        .checkbox input[type="checkbox"]:checked:after {
            background: url("/img/comm/check-box-outline.png") no-repeat;
            background-size: 30px 30px;
            width: 30px;
            height: 30px;
            border: none;
        }
/*checkbox样式 end*/

/*公告层样式*/
#layerNotice {
    /*padding: 30px;*/
    padding: 10px 20px;
    background-color: #B17A44;
    color: #FFF;
    height: calc(100% - 20px);
    overflow-y: auto;
}


/*通用样式*/
/*浅黄色背景颜色*/
.bgColor-Light {
    background-color: #E3D8C6 !important;
}

/*深黄色背景颜色*/
.bgColor-Dark {
    background-color: #B17A44 !important;
}


/*灰色背景颜色*/
.bgColor-Silver {
    background-color: rgb(240,240,240) !important;
}

/*浅色黄色通用的颜色代码：#E3D8C6*/
.fontColor-Light {
    color: #E3D8C6 !important;
}


/*深色黄色通用的颜色代码：#B17A44*/
.fontColor-Dark {
    color: #B17A44 !important;
}


/*棕色通用的颜色代码：#5F3914*/
.fontColor-Brown {
    color: #5F3914 !important;
}

/*浅黄色按钮*/
.layer-btn-Light {
    background: #E3D8C6 !important;
    border-color: #E3D8C6;
    color: #FFF;
}

/*深黄色按钮*/
.layui-btn-Dark {
    background: #B17A44 !important;
    border-color: #B17A44 !important;
    color: #FFF !important;
}

/*白色灰变按钮*/
.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;
}

.layui-btn {
    background-color: #B17A44;
    border: 1px solid #B17A44;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    padding: 0 18px;
    cursor: pointer;
    outline: none;
}

.layui-btn-primary {
    border: 1px solid #B17A44;
    background-color: #FFF;
    color: #B17A44;
}


.layui-btn-Silver {
    border: 1px solid rgb(240,240,240);
    background-color: rgb(240,240,240);
    color: gray;
}


/*实心深色按钮*/
.btnSolid-Dark
{
	background-color: #B17A44;
	border: 1px solid #B17A44;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	color: white;
	font-size: 15px;
	text-align: center;
}

/*空心浅色按钮*/
.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;
}

/*layer msg 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;
}

.layui-layer-btn .layui-layer-btn0 {
    background-color: #B17A44;
    border-color: #B17A44;
}

/*layer open 标题颜色*/
.layui-layer-title {
    background-color: #B17A44;
}

/*切换语言*/
.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;
}

/*填写信息背景色*/
.divColor {
    background-color: #E2D8C5;
}

/*文本框样式*/
.txtdetult {
    border: 0px solid red;
    width: 100%;
    font-size: 15px;
    height: 40px;
    border-radius: 3px;
    padding: 0px 5px;
}

/*红色星号*/
.message {
    color: red;
    text-align: center;
}

/*weui样式重载----------------------*/
/*picker确定按钮颜色*/
.weui-btn_primary {
    background-color: #B17A44;
}

    .weui-btn_primary:not(.weui-btn_disabled):active {
        background-color: #B17A44;
    }

    .weui-navbar__item.weui-bar__item_on, .weui-navbar__item:active {
        background-color: #f9f7f5;
    }

.weui-cells__title {
    color: black;
    margin-top:0px;
}

.weui-cells {
    font-size: 14px;
    margin-top:0px;
}

    .weui-cells:after, .weui-cells:before {
        content: none;
    }

    .weui-cell {
        padding: 10px 15px;
    }

    .weui-cell:before {
        content:none;
    }

.weui-cells_checkbox .weui-icon-checked {
   color: #B17A44;
}

.weui-cells_checkbox .weui-check:checked + .weui-icon-checked, .weui-cells_checkbox .weui-check[aria-checked=true] + .weui-icon-checked {
    color: #B17A44;
}