@charset "utf-8";
/* CSS Document */
body,table,textarea,input,select{/*font-size:14px;font-family: Arial; font-family:Arial, Helvetica, sans-serif;font:14px "宋体","Arial Narrow",HELVETICA*/ font-family: "Microsoft YaHei"; color: #4D4D4D;}
body, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td,q {margin: 0px; padding: 0px; color: #4D4D4D; font-weight: normal; font-size: 14px;}
span,i,em{margin:0; padding:0;color:#4D4D4D;}
body{background-color: #fff; font-family: MicrosoftYaHei; font-family:Microsoft YaHei;}
table{border-collapse:collapse}
em,u,i{font-style: normal;}
u{text-decoration:none;}
dl,ul,ol,li{list-style:none;}
pre{white-space: pre-wrap;word-wrap: break-word;}
a{text-decoration: none;cursor:pointer;color: #4D4D4D;}
b{font-weight:normal;}
/*a:hover{text-decoration: underline;}*/
.hidden{display:none;height:0px;overflow:hidden;}
.fl{float:left;}.fr{float:right!important}.banner_right{margin-right:30px;}
.cl{clear:both}
.cf{*display:inline-block;*zoom:1}
.cf:after{content:"";display:block;height:0;clear:both;visibility:hidden}
li,dd,.wrap{*display:inline-block;*zoom:1}
.clearfix {zoom:1}
.clearfix:after {display:block;clear:both;height:0;visibility:hidden;
font-size:0;line-height:0;content:'';}
textarea{resize:none}
input,select,textarea{border: none;appearance:none;-moz-appearance:none;-webkit-appearance:none;outline:none;border:none;background-color:transparent; border-color:transparent;}
button{border:none;}
select::-ms-expand { display: none; }
a {-webkit-tap-highlight-color:rgba(0,0,0,0);}
*{box-sizing: border-box;}
.fl{float: left;}
.fr{float: right;}

img{
  width:100%;
  height: 100%;
  border:0px;
  display: block;
}


/*djl公共样式*/
/*公共整体样式*/
.main_warp{
  width:100%;
  min-width: 1200px;
  height: auto;
  min-height: 700px;
  /*background: #fff;*/
  padding-bottom: 100px;
}

/*
*最小宽度
*/
.main_content{
  width:1200px;
  min-width: 1200px;
  margin:0 auto;
}
.min_width{min-width: 1200px;}
/*公共底色无高度*/
.main_back{
  width:100%;
  min-width: 1200px;
  background: #fff;
}
/*公共颜色*/
.white{background: #fff;}
/*字体颜色*/
.color_blue{color: #0055a7!important;}
.color_green{color: #6EB92B!important;}
/*字体颜色和下边框*/
.color_border_blue{
  color: #0054a7!important;
  border-bottom: 3px solid #0054a7!important;
}
/*单行超出隐藏*/
.ellipsis{
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
/*阴影*/
.box_shadow_right{
  /*box-shadow: 2px 2px 8px rgba(0,0,0,0.2);*/
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
/**/
.border_none{
  border: none!important;
}
/*
*禁止选中文本
*/
.noselect {

  -webkit-touch-callout: none; /* iOS Safari */

  -webkit-user-select: none; /* Chrome/Safari/Opera */

  -khtml-user-select: none; /* Konqueror */

  -moz-user-select: none; /* Firefox */

  -ms-user-select: none; /* Internet Explorer/Edge */

  user-select: none; /* Non-prefixed version, currently

not supported by any browser */

}

select {
  color:#4D4D4D;
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  /*background: url("../../assets/imgs/common/popup_select.png") no-repeat scroll right 15px center transparent;*/
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 25px;
}



.width_1000{
  width: 1000px;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: .0625rem solid transparent;
  border-radius: .25rem;
  font-weight: 500;
  outline: 0!important;
  border-width: 0;
  padding: .4375rem 1rem;
}
.cursor{
  cursor: pointer;
}

.all_background{
  background: #fbfcff;
  min-height: 100%;
  min-height: 100vh;
}

.grey{
  color: #BCBCBC;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */    color:    #bbb; }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */   color:    #bbb; }

::-moz-placeholder { /* Mozilla Firefox 19+ */   color:    #bbb; }

:-ms-input-placeholder { /* Internet Explorer 10-11 */   color:    #bbb; }

/*toast*/
.lx-toast {
  position: fixed;
  left: 50%;
  top: 30%;
  box-sizing: border-box;
  width: 365px;
  line-height: 38px;
  padding: 10px 30px;
  padding-top: 60px;
  padding-bottom: 70px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  z-index: 9999;
  font-size: 26px;
  color: #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
  animation: show-toast .5s;
  -webkit-animation: show-toast .5s;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}


/*弹框*/
@charset "UTF-8";
.popup_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(6, 39, 69, 0.3);
  z-index: 999;
}
.popup_mask .popup_box {
  width: 718px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup_mask .popup_box .popup_main {
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #d1d7dd;
  -moz-box-shadow: 0 0 5px #d1d7dd;
  box-shadow: 0 0 5px #d1d7dd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  padding: 34px 46px 59px;
  position: relative;
}
.popup_mask .popup_box .popup_main .popup_close {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  right: 26px;
  top: 26px;
  z-index: 99;
  background: url("../img/popup_close.png") no-repeat center;
}
.popup_mask .popup_box .popup_main .popup_head {
  border-bottom: 1px solid #EAEAEA;
  font-size: 20px;
  color: #6eb92b;
  line-height: 30px;
  padding-bottom: 16px;
  position: relative;
}
.popup_mask .popup_box .popup_main .popup_head .headImg {
  margin-right: 15px;
}
.popup_mask .popup_box .popup_main .popup_foot {
  width: 325px;
  margin: 23px auto 0;
}
.popup_mask .popup_box .popup_main .popup_foot ul {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 47px;
}
.popup_mask .popup_box .popup_main .popup_foot ul li {
  flex: 1;
  text-align: center;
  position: relative;
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn {
  position: absolute;
  width: 136px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  background: #6eb92b;
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn:last-child {
  border: 0;
  -webkit-border-image: none;
  margin: 0;
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn.confirm {
  right: 0;
  top: 0;
  margin-right: 30px;
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn.cancel {
  background: #939495;
  left: 0;
  top: 0;
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn.singleConfirm {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn.confirm_y {
  background: #F39852;
  right: 0;
  top: 0;
}

.popup_content {
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
  /*文本框*/
}
.popup_content .popL_tit {
  color: #808080;
  font-size: 16px;
  width: 160px;
  text-align: right;
  line-height: 38px;
  float: left;
}
.popup_content .popL_tit i {
  color: #FF0000;
  font-size: 16px;
  margin-top: 10px;
  margin-right: 10px;
}
.popup_content input {
  color: #6eb92b;
}
.popup_content select, .popup_content input {
  width: 295px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 30px 0 17px;
}
.popup_content input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #CACACA;
}
.popup_content input :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #CACACA;
}
.popup_content input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #CACACA;
}
.popup_content input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CACACA;
}

.popup_contentClass {
  width: 100%;
}

.class_poptime {
  text-align: center;
  font-size: 18px;
  color: #355574;
  margin-bottom: 30px;
}
.class_poptime span {
  color: #F39852;
}

.class_poptips {
  text-align: center;
  font-size: 18px;
  color: #355574;
}
.class_poptips span {
  color: #F39852;
}

.class_popBot {
  padding-left: 15px;
  margin-top: 47px;
  padding-top: 16px;
  border-top: 1px solid #EAEAEA;
  color: #355574;
  font-size: 14px;
  line-height: 26px;
}
.class_popBot div:nth-child(1) {
  font-weight: bold;
}

.popup_mask{
  background: none;
}
.popup_mask .popup_box .popup_main{
  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.popup_head{
  border-bottom:none!important;
}
.popup_content{
  border-bottom: none!important;
  padding-bottom: 40px;
}
.class_poptime{
  line-height: 30px;
}
.class_poptime{
  margin-bottom: 20px;
}
.class_poptime span{
  color: #6eb92b;
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn.confirm_y{
  background: #6eb92b;
}
.popup_mask .popup_box .popup_main .popup_head{
  color: #F39852;
}

.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn.cancel{
  background: #e8e8e8!important;
  color: #062745;
  margin-left: 30px;
}
.popup_quitWord{
  text-align: center;
  font-size: 16px;
}