@charset 'utf-8';
/*Author:xtt*/
/*城市下拉三联级*/
.city-picker-input{/* opacity: 0 !important;*/top: -9999px;left: -9999px;position: absolute;}
.city-picker-span{position: relative;display: block;outline: 0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);background-color: #fff;color: #ccc;cursor: pointer; font-size: 12px;}
.city-picker-span > .placeholder{color: #aaa;}
.city-picker-span > .arrow{position: absolute;top: 50%;right: 0px;width: 10px;margin-top: -2px;height: 5px;/*background: url(../images/drop-arrow.png) -10px -25px no-repeat;*/border: 0;}
.city-picker-span.open > .arrow{background-position: -10px -10px;}
.city-picker-span > .title > span{color: #333;padding: 3px 2px 3px 3px;border-radius: 3px;}
.city-picker-span > .title > span:hover{background-color: #f1f8ff;}
.city-picker-dropdown{position: absolute;width: 315px;left: -9999px;top: -9999px;outline: 0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);z-index: 999999;display: none;min-width: 240px;margin-bottom: 20px;}
.city-select-wrap{/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/}
.city-select-tab{border-bottom: 1px solid #ccc;background: #f0f0f0;font-size: 13px;}
.city-select-tab > a{display: inline-block;padding: 8px 22px;border-left: 1px solid #ccc;border-bottom: 1px solid transparent;color: #4D4D4D;text-align: center;outline: 0;text-decoration: none;cursor: pointer;font-size: 14px;margin-bottom: -1px;}
.city-select-tab > a.active{background: #fff;border-bottom: 1px solid #fff;color: #014b92;}
.city-select-tab > a:first-child{border-left: none;}
.city-select-tab > a:last-child.active{border-right: 1px solid #ccc;}
.city-select-content{/*width: 100%;*/min-height: 10px;background-color: #fff;padding: 10px 15px;}
.city-select{font-size: 13px;}
.city-select dl{line-height: 2;clear: both;padding: 3px 0;margin: 0;}
.city-select dt{position: absolute;width: 2.5em;font-weight: 500;text-align: right;line-height: 2;}
.city-select dd{margin-left: 0;line-height: 2;}
.city-select.province dd{margin-left: 3em;}
.city-select a{display: inline-block;padding: 0 10px;outline: 0;text-decoration: none;white-space: nowrap;margin-right: 2px;text-decoration: none;color: #333;cursor: pointer;font-size: 12px;}
.city-select a:hover,
.city-select a:focus{background-color: #f1f8ff;border-radius: 2px;color: #014b92;}
.city-select a.active{background-color: #014b92;color: #fff;border-radius: 2px;}
/*修改style*/
/* 地区选择*/
.box1 .right .list li .clearfix dd{margin: 0;border: 0;text-align: left;font-size: 12px;}
.box1 .right .list li .clearfix dd:hover{border: 0;}
/*区域选择 新增css*/
.city-select-wrap .city-select-tab > a{font-size: 12px;padding: 0px 31px;}
.box1 .right .list li .city-picker-input+span{border: 1px solid #ccc;padding: 3px 10px;background: url('../images/nx_select2.png') center right no-repeat #fff;z-index: 2;}
.box1 .right .list li .city-picker-input+span.open{border: 1px solid #00418f;border-bottom: 0;}
.city-picker-dropdown{border: 1px solid #00418f;}
.city-picker-dropdown .city-select-wrap{padding: 10px;/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0);*/}
.city-select-wrap .city-select-tab{background: #fff;}
.city-select-wrap .city-select-tab > a{border-left: 0;}
.city-select-tab > a.active{border: 1px #ccc solid;border-bottom: 1px #fff solid;border-top: 1px #00418f solid;}
.city-select-wrap .city-select-tab > a.active:first-child{border-left: 1px #ccc solid;}
.city-picker-span+.city-picker-dropdown{margin-top: -1px;z-index: 1;background: #fff;margin-left: -1px;}
/*add*/.detail-list .form-control{border: 0;}
.form-control .open{border: 1px solid #00418f;border-bottom: 0;margin-left: -1px;}
.form-control .city-picker-span{border: 1px solid #ccc;padding: 4px 5px;background: url('../images/nx_select2.png') center right no-repeat #fff;z-index: 2;}
.form-control .open{border:1px solid #00418f;border-bottom: none;}
.form-control .city-select.province dd{margin: 0;border: 0;text-align: left;font-size: 12px;}
.form-control .city-select.province dd:hover{border:0;}
.form-control .city-select-wrap .city-select-tab > a{padding: 3px 31px 0;line-height: 24px;}