.bg2{ background:url(../images/bg5.png) no-repeat bottom right;}
.bm{ width:1000px; margin: 0 auto; background:url(../images/bm_tit.png) no-repeat right top;}
.bm_c{ min-height:50px; line-height:30px;}
.bm_r{ text-align:right !important;}
.bm_c input{ width:90%; height:30px; line-height:30px; border:1px solid #cccccc; border-radius:5px; color:#666666;} 

.inp2{ width:150px; margin-right:50px; background:none;color:#F8B737; height:40px !important; margin-top:10px; cursor:pointer; border:1px solid #F8B737; font-size:14px;}
.inp3{ width:150px; margin-right:50px; background:none;color:#F8B737; height:40px !important; margin-top:10px; cursor:pointer; border:1px solid #F8B737; font-size:14px;}
.inp4{ width:150px; margin-right:50px; background:#F8B737;color:#ffffff; height:40px !important; margin-top:10px; cursor:pointer; border:1px solid #F8B737; font-size:14px;}
.inp5{ width:150px; margin-right:50px; background:#F8B737;color:#ffffff; height:40px !important; margin-top:10px; cursor:pointer; border:1px solid #F8B737; font-size:14px;}

.texc1{ text-align:right;}
.texc2{}

select.ui-choose{display: none;}
ul.ui-choose { box-sizing: border-box; display: inline-block; border: 1px solid transparent; font: 100 16px/30px; border-right: none; border-bottom: none; font-size: 16px; margin: 0; padding: 0; list-style: none; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
ul.ui-choose:after { content: ""; display: table; clear: both; }
ul.ui-choose li{ margin:0 10px;}
ul.ui-choose>li { box-sizing: border-box; border: 1px solid #ffffff; float: left; height: 34px; line-height: 32px; margin: -1px 0 0 -1px; padding: 0 16px; cursor: pointer; position: relative; z-index: 1; min-width: 20px; text-align: center; color:#ffffff; }
ul.ui-choose>li:first-child { }
ul.ui-choose>li:last-child { }
ul.ui-choose>li:hover { z-index: 4; border-color: #F8B737; color: #F8B737; }
ul.ui-choose>li.selected { z-index: 3; border-color: #F8B737; background-color: #F8B737; color: #fff; }
ul.ui-choose>li.disabled { z-index: 2; background-color: #F8B737; color: #ffffff; cursor: not-allowed; }
ul.ui-choose>li.disabled:hover { border-color: #F8B737; }
ul.ui-choose>li.selected.disabled { z-index: 2; background-color: #F8B737; color: #fff; cursor: not-allowed; border-color: #F8B737; }
ul.choose-type-right>li.selected { color: #F8B737; background: transparent url("./icon-selected.png") no-repeat right bottom; }
ul.ui-choose.choose-flex { display: flex; }
ul.ui-choose.choose-flex>li { flex: 1; padding: 0 8px; }

.i1,.i2{display: none; color:#ffffff !important; text-decoration:none !important; line-height:40px; padding-left:60px;}
.i1{ padding-top:10px;}
.i1 input,.i2 input{ width:15px; height:15px; margin-right:10px;}
.i1 textarea{ width:90%; border:1px solid #cccccc; border-radius:5px; color:#666666;}
a.c1{cursor: pointer;margin:15px;}
a.c2{cursor: pointer;margin:15px;}

.bor_b1{ border-bottom:1px dashed #cccccc; padding-top:10px; margin-bottom:10px;}
.bor_b2{ border-bottom:1px dashed #cccccc; padding-top:10px; margin-bottom:10px;}

.bm_c {
    border: none;
    background: none;
}
@media(max-width: 960px) {
    .bm {
        width: 100%;
    }
    .i1, .i2 {
        padding-left: 0;
    }
    .inp3, .inp2, .inp4, .inp5 {
        margin-right: 5px;
    }
}