body,
html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    background: #00020e;
}

.msg_select {
    width: 305px;
    margin-left: 323px;
    margin-top: 120px;
}

.msg_select .title {
    font-size: 28px;
    font-weight: 500;
    color: #bb985d;
}

.check_box {
    width: 228px;
    height: 244px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 40px;
    border: 1px solid #bb985d;
}

.check_box .check_title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #bb985d;
    padding-top: 20px;
    padding-bottom: 5px;
}

/* select选择框 */
.select_style {
    width: 228px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #3d3528;
    margin-top: 15px;
    position: relative;
}

select {
    /* //清除select的边框样式 */
    border: none;
    /* //清除select聚焦时候的边框颜色 */
    outline: none;
    background: none;
    /* //将select的宽高等于div的宽高 */
    width: 228px;
    height: 30px;
    line-height: 30px;
    /* //隐藏select的下拉图标 */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* //通过padding-left的值让文字居中 */
    padding-left: 75px;
}

/* //使用伪类给select添加自己想用的图标 */
.select_style:after {
    content: "";
    width: 9px;
    height: 5px;
    /* //通过定位将图标放在合适的位置 */
    position: absolute;
    right: 10px;
    top: 45%;
    /* //给自定义的图标实现点击下来功能 */
    pointer-events: none;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #3d3528;
}

.line {
    height: 31px;
    border-right: 1px solid #3d3528;
    position: absolute;
    right: 34px;
    top: 0;
}

.submit {
    background: linear-gradient(#bb985d, #00030c);
    border-radius: 15px;
    width: 100px;
    height: 25x;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
}

.select_text {
    color: #3d3528;
    text-align: center;
    width: 196px;
    border-right: 1px solid #3d3528;
}

.select_list {
    height: 400px;
    width: 230px;
    background: #000000;
    /* border:1px solid #f0f0f0; */
    z-index: 1000000;
    position: relative;
}

.m_about_hd .u_about_tit {
    width: 154px;
    height: 41px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../..http://www.517lppz.com/Content/images/bg-cols-t6.png) no-repeat scroll 0 0;
}

.m_about_bd {
    overflow: hidden;
    background: #00020e;
}

.m_store_search {
    position: relative;
}

.m_store_search .title {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 2;
    font-size: 28px;
    font-weight: 500;
    color: #bb985d;
}

.m_store_sch {
    position: absolute;
    left: 0;
    top: 140px;
    z-index: 2;
    width: 288px;
    padding: 20px 30px;
    border: 1px solid #463a2c;
    border-radius: 15px;
}

.m_sch_hd {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 27px;
    color: #bb985d;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #bb985d;
}

.m_sch_bd .form-group {
    margin-bottom: 8px;
}

.m_sch_bd .form-group>select {
    line-height: 35px;
    width: 228px;
    height: 30px;
    line-height: 30px;
}

.m_sch_ft {
    width: 100px;
    height: 25x;
    margin: 0 auto;
}

.m_sch_ft button {
    border: none;
    background: linear-gradient(#bb985d, #00030c);
    border-radius: 15px;
    width: 100px;
    height: 26px !important;
    margin: 0 auto;
    line-height: 23px !important;
    color: #00020e;
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
}


.container {
    width: 1280px!important;
    /* border: 1px solid #ffffff; */
}
#ChinaMap{
    height: 800px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #bb985d;
    background: none;
}

.select2-container .select2-selection--single {
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #bb985d;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 29px;
    width: 30px;
    border-left: 1px solid #bb985d;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #bb985d;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #bb985d;
}

/* 下拉框 */
.select2-container--open .select2-dropdown--below {
    border-radius: 0;
    border-color: #bb985d;
    width: 0px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #bb985d;
    color: #fff;
    font-size: 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #bb985d;
    font-size: 20px;
}

.m_store_details {
    display: none;
    margin-top: 100px;
}

.m_store_filter {
    height: 50px;
    padding: 10px 0;
    background-color: rgb(247, 247, 247);
}

.m_filter_label {
    float: left;
    margin-left: 20px;
    font: 400 13px/30px "黑体";
    color: #292929;
}

.m_addr_box {
    float: left;
    margin: 0 10px;
    position: relative;
}

.m_addr_box>input {
    width: 400px;
    line-height: 22px;
    padding: 3px 7px;
    border: solid 1px #d2d2d2;
}

.m_addr_layer {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    box-sizing: border-box;
    border: solid 1px #d2d2d2;
    border-top-width: 0;
}

.m_addr_lst {
    overflow: hidden;
    padding: 20px 20px;
    margin-bottom: 0;
}

.m_addr_lst li {
    float: left;
    width: 80px;
    margin: 0 2px;
    line-height: 30px;
    text-align: center;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m_addr_lst li.active,
.m_addr_lst li:hover {
    background-color: #f04e28;
    color: #fff;
    cursor: pointer;
}

.m_store_chosen {
    width: 300px;
    float: left;
    height: 30px;
    padding: 0 5px;
    line-height: 30px;
    border: solid 1px #d2d2d2;
}

.m_map_detail {
    height: 500px;
    display: none;
}

.select2-container--default .select2-results>.select2-results__options {
    background: #999;
    font-size: 20px;
}

select {
    /* //清除select的边框样式 */
    border: none;
    /* //清除select聚焦时候的边框颜色 */
    outline: none;
    background: none;
    /* //将select的宽高等于div的宽高 */
   
    /* //隐藏select的下拉图标 */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* //通过padding-left的值让文字居中 */
}

@media (min-width:0) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1199px) {}

/* 门店分布 */
@media (max-width:1450px) {

  .select_style {
    width: 228px;
    height: 30px;
    margin: 0 auto;
    margin-top: 15px;
}

.line {
    height: 31px;
    border-right: 1px solid #3d3528;
    position: absolute;
    right: 34px;
    top: 0;
}

.submit {
    width: 100px;
    height: 25x;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 14px;
}

.select_text {
    width: 196px;
}

.select_list {
    height: 400px;
    width: 230px;
}

.m_about_hd .u_about_tit {
    width: 154px;
    height: 41px;
}

.m_store_search .title {
    left: 0;
    top: 80px;
    font-size: 16px;
}

.m_store_sch {
    left: 0;
    top: 140px;
    width: 200px;
    padding: 20px 30px;
}
.m_sch_hd {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 25px;
}

.m_sch_bd .form-group {
    margin-bottom: 8px;
}

.m_sch_bd .form-group>select {
    line-height: 35px;
    width: 228px;
    height: 30px;
    line-height: 30px;
}
.select2-container--default .select2-results>.select2-results__options {
  font-size: 12px;
}
.m_sch_ft {
  width: 63px;
  height: 20px !important;
}

.m_sch_ft button {
    width: 63px;
    height: 20px !important;
    margin: 0 auto;
    line-height: 18px !important;
    margin-top: 10px;
    font-size: 10px;
}

.container {
    width: 810px!important;
}
#ChinaMap{
    height: 700px;
}
.store_p{
  margin-top:38px;
  font-size:18px;
}

.select2{
  width: 144px!important;
  height: 20px!important;
}
.select2-container .select2-selection--single {
    height: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 4px 3px 0 3px;
  margin-left: -3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 19px;
    width: 20px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  font-size: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  font-size: 12px;
}


}