@import "width.css";
@import "height.css";
@import "top.css";
@import "bottom.css";
@import "left.css";
@import "right.css";
@import "fontsize.css";
@import "bgcolor5.css";
@import "color5.css";
@import "margin_top.css";
@import "margin_bottom.css";
@import "margin_left.css";
@import "margin_right.css";
@import "mcenter.css";
@import "padding_top.css";
@import "padding_bottom.css";
@import "padding_left.css";
@import "padding_right.css";
@import "border_radius.css";
@import "../font/iconfont.css";
@import "button.css";
 
/*@font-face {

  src: url('//at.alicdn.com/t/font_518032_t2q88z3jok8iwwmi.eot');
  src: url('//at.alicdn.com/t/font_518032_t2q88z3jok8iwwmi.eot?#iefix') format('embedded-opentype'),
         url('//at.alicdn.com/t/font_518032_t2q88z3jok8iwwmi.woff') format('woff'),
         url('//at.alicdn.com/t/font_518032_t2q88z3jok8iwwmi.ttf') format('truetype'),
         url('//at.alicdn.com/t/font_518032_t2q88z3jok8iwwmi.svg#iconfont') format('svg');
}*/
page{
  color:#a6a6a6;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 60px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_font {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*本项目使用的18个图标  */

.icon-zhiding:before {
  content: '\e739';
}

.icon-zuojiantou:before {
  content: '\e736';
}

.icon-youjiantou:before {
  content: '\e735';
}

.icon-shangjiantou:before {
  content: '\e734';
}

.icon-xiajiantou1:before {
  content: '\e733';
}

.icon-xiajiantou:before {
  content: '\e6cc';
}

.icon-gengduotianchong:before {
  content: '\e67f';
}

.icon-erweima:before {
  content: '\e65f';
}

.icon-fenleiorguangchangorqita:before {
  content: '\e64f';
}

.icon-dibiao:before {
  content: '\e64d';
}

.icon-bangzhu:before {
  content: '\e64a';
}

.icon-xinfeng:before {
  content: '\e640';
}

.icon-duihuaxinxi:before {
  content: '\e639';
}

.icon-sousuo:before {
  content: '\e62f';
}

.icon-shouye:before {
  content: '\e62d';
}

.icon-shezhi:before {
  content: '\e62a';
}

.icon-shanchu:before {
  content: '\e629';
}

.icon-dianhua:before {
  content: '\e61b';
}
 
/*apesdev css start*/

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.ape_fl {
  float: left!important;
}
.ape_c_fl view{
  float: left;
}

.ape_fr {
  float: right!important;
}
.ape_c_fr view{
  float: right;
}
.ape_absoute {
  position: absolute;
}

.ape_relative {
  position: relative;
}

.ape_fixed {
  position: fixed;
}

.ape_over_hide {
  overflow: hidden;
}
.ape_over_auto {
  overflow: auto;
}
.ape_hide{
   display:none!important;
}
.ape_tcenter {
  text-align: center;
}
.ape_tleft {
  text-align: left;
}
.ape_tright {
  text-align: right;
}
.ape_avm {
  vertical-align: middle;
}

.ape_avb {
  vertical-align: bottom;
}

.ape_avt {
  vertical-align: top;
}
.ape_box_center {
  margin: 0;
}
 
.ape_clear{
   clear: both;
}
/*bgcolor*/

.ape_bgcolor_red {
  background: #f00;
}

.ape_bgcolor_orange {
  background: #f60;
}

.ape_bgcolor_yellow {
  background: #ff0;
}

.ape_bgcolor_green {
  background: #0f0;
}

.ape_bgcolor_cyan {
  background: #0ff;
}

.ape_bgcolor_blue {
  background: #00f;
}

.ape_bgcolor_brown {
  background: #7f00ff;
}

.ape_bgcolor_f7f {
  background: #f7f8fd;
}
.ape_bgcolor_fb9103{
  background:#fb9103;
}
.ape_bgcolor_03c7fb{
  background:#03c7fb;
}
.ape_bgcolor_7b03fa{
  background:#7b03fa;
}
.ape_bgcolor_fc02d1{
  background:#fc02d1;
}

.ape_bgcolor_fafafa{
  background:#fafafa;
}
 
 .ape_bgcolor_e7e7e7{
  background:#e7e7e7;
}
/*color*/

.ape_color_red {
  color: #f00;
}

.ape_color_orange {
  color: #f60;
}

.ape_color_yellow {
  color: #ff0;
}

.ape_color_green {
  color: #0f0;
}

.ape_color_cyan {
  color: #0ff;
}

.ape_color_blue {
  color: #00f;
}

.ape_color_brown {
  color: #7f00ff;
}

.ape_color_dede {
  color: #dedede;
}

.ape_color_888 {
  color: #888;
}

/*border*/

.ape_border {
  border: 1px solid #dedede;
}

.ape_border_fff {
  border: 1px solid #fff;
}
.ape_2border_fff {
  border: 2px solid #fff;
}
.ape_border_red {
  border: 1px solid #ee0000;
}

.ape_border_cd7d28 {
  border: 1px solid #cd7d28;
}
.ape_border_fe4c02 {
  border: 1px solid #fe4c02;
}
.ape_3border_fe4c02 {
  border: 3px solid #fe4c02;
}
.ape_1border_fe4c02 {
  border: 1px solid #fe4c02;
}
.ape_1border_3978fb {
  border: 1px solid #3978fb;
}
.ape_2border_tred {
  border-top: 2px solid #ee0000;
}

.ape_2border_bred {
  border-bottom: 2px solid #ee0000;
}
.ape_border_t {
  border-top: 1px solid #dedede;
}
.ape_border_t {
  border-top: 1px solid #dedede;
}
.ape_border_t_e69720 {
  border-top: 1px solid #e69720;
}
.ape_border_b_e69720 {
  border-top: 1px solid #e69720;
}
.ape_border_2b_feca50 {
  border-bottom: 2px solid #feca50;
}
.ape_border_b {
  border-bottom: 1px solid #dedede;
}

.ape_border_l {
  border-left: 1px solid #dedede;
}
.ape_border_l_feca50 {
  border-left: 1px solid #feca50;
}
.ape_border_r_feca50 {
  border-right: 1px solid #feca50;
}
.ape_border_r {
  border-right: 1px solid #dedede;
}

.ape_sborder_r_2 {
  border-right: 2px dashed  #dedede;
}

.ape_sborder_r_3 {
  border-right: 3px dashed  #dedede;
}

.ape_sborder_l_3 {
  border-left: 3px dashed  #dedede;
}
.ape_sborder_l{
  border-left: 1px dashed  #dedede;
}
.ape_zindex_2{
   z-index:200;
}
/*标题*/

.ape_title_1 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 900;
  color:#000;
}
.ape_shadow{
  box-shadow:#555 5px 5px 5px -5px;
}
.ape_shadow_2{
  box-shadow:#9e9e9e 0 0 14px;
}
.ape_shadow_3{
  box-shadow:#dedede 0 0 14px;
}
.ape_place_cls{
  color:#a7a7a7;
}
.ape_img_cls{
   width:100%;
   height: 100%;
}

.ape_dis_inb{
    display: inline-block;
}

.ape_contact{
     text-align: left;
     background-color:#fff;
}
button::after {
  border: none;
  
}
.mask_tip{
    position:fixed;
     z-index:2000;
     width:80%;
     left:10%;
     top:160px;
     height:260px;
     background:#ffffff;
     border-radius:10px;
     overflow:hidden;
}
.masking{
   width:100%;
   height:100%;
   position:fixed;
   z-index:1000;
   top:0;
   opacity:0.6;
   background:#000;
  /* display:none;*/
}
.nav_active{
  /*color:#ff7e00;*/
  
 color:#3978fb;
}



/*提示框*/
.toast-box {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0px;
    left: 0px;
}
 
.toastbg {
    opacity: 0.2;
    background-color: black;
    position: absolute;
    width: 100%;
    min-height: 100vh;
}
 
.showToast {
    position: absolute;
    opacity: 1;
    width: 70%;
    margin-left: 15%;
    margin-top: 40%;
}
 
.toast-title {
    padding-left: 5%;
    background-color: #2196f3;
    color: white;
    padding-top: 2vh;
    padding-bottom: 2vh;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
 
.toast-main {
    padding-top: 2vh;
    padding-bottom: 2vh;
    background-color: white;
    text-align: center;
}
 
.toast-input {
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid #ddd;
    padding-left: 2vh;
    padding-right: 2vh;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
 
.toast-button {
    display: flex;
}
 
.button1 {
    width: 50%;
}
 
.button2 {
    width: 50%;
}
 
.button1 button {
    width: 100%;
    background-color: white;
    color: red;
    border-radius: 0px;
    border-bottom-left-radius: 16px;
}
 
.button2 button{
    width: 100%;
    background-color: white;
    color: black;
    border-radius: 0px;
    border-bottom-right-radius: 16px;
}
 
.picker {
    padding-top: 1vh;
    padding-bottom: 1vh;
}
 .tip_box{
   width:100%;
   height:100%;
   position:fixed;
   background:#000;
   top:0;
   z-index:2000;
   opacity:0.3;
   /*display:none;*/
 }
 .tip_text{
   position:fixed;
   background:#333;
   color:#fff;
   padding:8px 5px;
   text-align:center;
   border-radius:6px;
    z-index:3000;
   width:90%;
   left:5%;
   top:120px;
 }
 .active_bnt{
 	color:#ffffff;
    background:#ff7f02;
 }
 .empty_text{
 	width:100%;
 	height:120px;
 	line-height:120px;
 	text-align:center;
    background:#fff;
 }
 .m-copyright{
 	margin-top:45px!important;
 	margin-bottom:10px!important;
 	
 }
#A .m-info .info-text{ 
	line-height: 24px!important; 
}
