
.chk_1, .chk_2, .chk_3, .chk_4 {
    display: none;
}
.chk_1 + label {
    background-color: #fff;
    border: 1px solid #c1caca;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
    display: inline-block;
    margin-right: 30px;
    padding: 9px;
    position: relative;
    font: 12px/180% Arial,Helvetica,sans-serif,"新宋体";
}
.chk_1 + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.chk_1:checked + label {
    background-color: #ecf2f7;
    border: 1px solid #92a1ac;
    color: #243441;
}
.chk_1:checked + label::after {
    color: #45960a;
    content: "✔";
    font-size: 1.4em;
    left: 0;
    padding: 1px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: text-top;
    width: 100%;
}
.chk_2 + label {
    background-color: #f37900;
    border-bottom: 1px solid #552b09;
    border-radius: 1000px;
    border-top: 1px solid #eca14f;
    box-shadow: 0 50px 37px -30px rgba(255, 222, 197, 0.3) inset, 0 0 13px rgba(0, 0, 0, 0.6);
    color: #fff;
    display: inline-block;
    font-size: 1.7em;
    margin-right: 30px;
    padding: 18px 20px 18px 23px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    width: 113px;
}
.chk_2 + label:hover {
    background: #fc8c1e none repeat scroll 0 0;
    border-top: 1px solid #fc8c1e;
    box-shadow: 0 -50px 37px -30px rgba(255, 222, 197, 0.07) inset, 0 0 13px rgba(0, 0, 0, 0.6);
}
.chk_2 + label:active {
    background: #fc8c1e none repeat scroll 0 0;
    border-top: medium none;
    box-shadow: 0 3px 8px rgba(129, 69, 13, 0.3) inset, 0 -50px 37px -30px rgba(255, 222, 197, 0.07) inset, 0 0 13px rgba(0, 0, 0, 0.6);
    padding: 19px 20px 18px 23px;
}
.chk_2 + label::after {
    border-radius: 100px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4) inset;
    content: " ";
    height: 32px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
}
.chk_2 + label::before {
    border-radius: 100px;
    box-shadow: 0 16px 40px #fff inset;
    content: " ";
    display: none;
    height: 20px;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 20px;
    z-index: 999;
}
.chk_2:checked + label::before {
    display: block;
}
.chk_3 + label {
    background-color: #fafbfa;
    border-radius: 50px;
    display: inline-block;
    height: 15px;
    margin-right: 30px;
    padding: 9px;
    position: relative;
    transition: all 0.1s ease-in 0s;
    width: 40px;
}
.chk_3 + label::after {
    border-radius: 100px;
    box-shadow: 0 0 0 0 #eee inset, 0 0 1px rgba(0, 0, 0, 0.4);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: box-shadow 0.1s ease-in 0s;
    width: 100%;
}
.chk_3 + label::before {
    background: white none repeat scroll 0 0;
    border-radius: 100px;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.3);
    content: " ";
    height: 31px;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: all 0.1s ease-in 0s;
    width: 31px;
    z-index: 999999;
}
.chk_3:active + label::after {
    box-shadow: 0 0 0 20px #eee inset, 0 0 1px #eee;
}
.chk_3:active + label::before {
    width: 37px;
}
.chk_3:checked:active + label::before {
    left: 20px;
    width: 37px;
}
.chk_3 + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.chk_3:checked + label::before {
    border-radius: 100px;
    content: " ";
    left: 26px;
    position: absolute;
}
.chk_3:checked + label::after {
    background: #4cda60 none repeat scroll 0 0;
    box-shadow: 0 0 1px #4cda60;
    content: " ";
    font-size: 1.5em;
    position: absolute;
}
.chk_4 + label {
    background: #f7836d none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset, 0 0 10px rgba(245, 146, 146, 0.4);
    display: inline-block;
    height: 10px;
    margin-top: 4px;
    padding: 11px 9px;
    position: relative;
    width: 58px;
}
.chk_4 + label::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    color: #fff;
    content: " ";
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
    z-index: 99;
}
.chk_4 + label::after {
    border-radius: 100px;
    color: white;
    content: "关闭";
    left: 8px;
    padding: 5px;
    position: absolute;
    top: 0px;
}
.chk_4:checked + label {
    background: #67a5df none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset, 0 0 10px rgba(146, 196, 245, 0.4);
}
.chk_4:checked + label::after {
    content: "开启";
    left: 10px;
}
.chk_4:checked + label::before {
    content: " ";
    left: 52px;
    position: absolute;
    z-index: 99;
}
.chk_4 + label::after {
    left: 35px;
}
#checkbox_d2 + label::after, #checkbox_d2 + label::before, #checkbox label {
    transition: all 0.1s ease-in 0s;
}
.sex + label::after{
    content: "男";
}
.sex:checked + label::after{
    content: "女";
}
.agetype + label::after{
    content: "成人";
}
.agetype:checked + label::after{
    content: "小孩";
}
.idtype + label::after{
    content: "身份证";
}
.idtype:checked + label::after{
    content: "其他";
}
.agetypex + label{
	width:75px;
}
.agetypex:checked + label::before {
    left: 69px;
}
.agetypex + label::after{
    content: "占床";
}
.agetypex:checked + label::after{
    content: "不占床";
}