﻿/* 
     .divimgcenter //div背景图片居中不变形
     .savebtn //保存按钮
     .delbtn //删除按钮
     .inputnone //无边框输入框
     .textareanone//无边框输入文字块
     .selectnone //无边框图标选择框
     .imghead 头像img
     .wushuju　暂无数据
     .copyright 底部版权
 */



 body{
          font-size:10px;
          margin:0;
          background:#f5f5f5;
         
      }
.left{
	float: left !important;
}
.right{
	float: right !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #dbdbdb;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #dbdbdb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #dbdbdb;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #dbdbdb;
}
.myul,.myul li{
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}
.myul li{
	padding:1.11em 0;
	background:#fff;
	color:#333;
	border-bottom:1px solid #eaeaea;
	position:relative;
}

 .myul li:first-child{
            border-top:1px solid #eaeaea;
        }
		
		
.lineul,.lineul li{
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}
.lineul  li{
	height:3.14em;
	line-height:3.14em;
	background:#fff;
	color:#333;
	 
	vertical-align:middle;
	border-bottom:1px solid #eaeaea;
	
}
.lineul  li>img{
	vertical-align:middle;
	height:1em;
}
.lineul  li>span{
	vertical-align:middle;
}
 .lineul li:first-child{
            border-top:1px solid #eaeaea;
        }		
		
		
.lineul  li:hover{
	 background:#dcdcdc; 
}
a:link {
text-decoration: none
}
a:visited {
text-decoration: none
}
a:hover {
 text-decoration: underline;
}
a:active {
text-decoration: none
}
 .savebtn {
              line-height: 2.93em;
              height: 2.933em;
              width: 100%;
              color: #ffffff;
              background-color: #37cdb6;
              font-size: 1.5em;
              font-weight: normal;
              font-family: Arial;
              border: 0px solid #eaeaea;
              -webkit-border-top-left-radius: .5em;
              -moz-border-radius-topleft: .5em;
              border-top-left-radius: .5em;
              -webkit-border-top-right-radius: .5em;
              -moz-border-radius-topright: .5em;
              border-top-right-radius: .5em;
              -webkit-border-bottom-left-radius: .5em;
              -moz-border-radius-bottomleft: .5em;
              border-bottom-left-radius: .5em;
              -webkit-border-bottom-right-radius: .5em;
              -moz-border-radius-bottomright: .5em;
              border-bottom-right-radius: .5em;
              -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
              -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
              box-shadow: inset 0px 0px 0px 0px #ffffff;
              text-align: center;
              display: inline-block;
              text-decoration: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              -moz-border-radius: .6em;
              -webkit-border-radius: .6em;
              border-radius: .6em;
          }
  .savebtn:hover {
              background-color: #34c0ad;
		
          }
 .delbtn{
  line-height:2.93em;
  height:2.93em;
  width: 100%;
  color:#ffffff;
  background-color:#ff6565;
  font-size: 1.5em;
  font-weight:normal;
  font-family:Arial;
  border:0px solid #eaeaea;
  -webkit-border-top-left-radius:.5em;
  -moz-border-radius-topleft:.5em;
  border-top-left-radius:.5em;
  -webkit-border-top-right-radius:.5em;
  -moz-border-radius-topright:.5em;
  border-top-right-radius:.5em;
  -webkit-border-bottom-left-radius:.5em;
  -moz-border-radius-bottomleft:.5em;
  border-bottom-left-radius:.5em;
  -webkit-border-bottom-right-radius:.5em;
  -moz-border-radius-bottomright:.5em;
  border-bottom-right-radius:.5em;
  -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
  box-shadow: inset 0px 0px 0px 0px #ffffff;
  text-align:center;
  display:inline-block;
  text-decoration:none;
    -webkit-appearance : none ;
  -moz-appearance : none ;
  -moz-border-radius : .6em;
  -webkit-border-radius :.6em;
border-radius : .6em;
}
.delbtn:hover{
  background-color:#e85757;
}

 .savebtn1 {
              line-height: 2.6em;
              height: 2.6em;
              width: 100%;
              color: #ffffff;
              background-color: #37cdb6;
              font-size: 1em;
              font-weight: normal;
              font-family: Arial;
              border: 0px solid #eaeaea;
              -webkit-border-top-left-radius: .5em;
              -moz-border-radius-topleft: .5em;
              border-top-left-radius: .5em;
              -webkit-border-top-right-radius: .5em;
              -moz-border-radius-topright: .5em;
              border-top-right-radius: .5em;
              -webkit-border-bottom-left-radius: .5em;
              -moz-border-radius-bottomleft: .5em;
              border-bottom-left-radius: .5em;
              -webkit-border-bottom-right-radius: .5em;
              -moz-border-radius-bottomright: .5em;
              border-bottom-right-radius: .5em;
              -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
              -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
              box-shadow: inset 0px 0px 0px 0px #ffffff;
              text-align: center;
              display: inline-block;
              text-decoration: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              -moz-border-radius: .6em;
              -webkit-border-radius: .6em;
              border-radius: .6em;
          }
  .savebtn1:hover {
              background-color: #34c0ad;
		
          }
 .delbtn1{
  line-height:2.6em;
  height:2.6em;
  width: 100%;
  color:#ffffff;
  background-color:#ff6565;
  font-size: 1em;
  font-weight:normal;
  font-family:Arial;
  border:0px solid #eaeaea;
  -webkit-border-top-left-radius:.5em;
  -moz-border-radius-topleft:.5em;
  border-top-left-radius:.5em;
  -webkit-border-top-right-radius:.5em;
  -moz-border-radius-topright:.5em;
  border-top-right-radius:.5em;
  -webkit-border-bottom-left-radius:.5em;
  -moz-border-radius-bottomleft:.5em;
  border-bottom-left-radius:.5em;
  -webkit-border-bottom-right-radius:.5em;
  -moz-border-radius-bottomright:.5em;
  border-bottom-right-radius:.5em;
  -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
  box-shadow: inset 0px 0px 0px 0px #ffffff;
  text-align:center;
  display:inline-block;
  text-decoration:none;
    -webkit-appearance : none ;
  -moz-appearance : none ;
  -moz-border-radius : .6em;
  -webkit-border-radius :.6em;
border-radius : .6em;
}
.delbtn1:hover{
  background-color:#e85757;
}
 .inputnone{
    border-bottom-width:0px; border-left-width:0px;
    border-top-width:0px; border-right-width:0px;
     width:65%;
     
     color:#333; 
    border:none;
    outline:medium;
    }
  .textareanone{
      overflow:auto;
background-attachment:fixed;
background-repeat:no-repeat;
border-style:solid; 
margin:0 5%; width:90%;
text-align:justify;
height:9em;
resize : none;
font-size:1em;
padding:1em 0;
border-color:#FFFFFF;
 outline:medium;
 border:none;
  }
 .right-xuanze{
	 height:1em; 
	 position:absolute; 
	 top:50%;
	 margin-top:-.5em; 
	 right:0;
 } 
.selectnone {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border:none;

  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  /*background: url("img/arrows_down2.png") no-repeat scroll right center transparent ;
background-size:16px 8px;
  color:#666;*/
 
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  height:inherit;
  background:#fff;
  line-height:inherit;
  width:55%;
  vertical-align:middle;
   outline:medium;
 
}

.imghead{
   width:5em;
   height:5em;
   border-radius:5em;
   border:1px solid #fff;
}

   .mydiv ul, li{
           margin:0;
           padding:0;
           background:#fff;
           list-style:none;
        }
      .mydiv ul > li{
           padding:2em 0;
           background:red;
           border-bottom:1px solid #eaeaea;
           
       }

    
 .divcenter{
            width:100%;
            text-align:center;
        }
		
.flex-container {
  list-style: none;
   display: flex;
    display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;     /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
   flex-direction: row;
   flex-wrap: wrap;
}
.flex-column {
  list-style: none;
   display: flex;
    display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;     /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
   flex-direction:column;
   flex-wrap: wrap;
}
.flex-column-item{
	 -webkit-flex: 1;        /* Chrome */  
    -ms-flex: 1 ;            /* IE 10 */  
    flex: 1;                /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 1     /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;       /* OLD - Firefox 19- */   
 	display:inline-block;
  height:inherit;
  line-height:inherit;
  text-align:center;
  vertical-align:middle;
}
.flex-item {
  display:inline-block;
  height:inherit;
  line-height:inherit;
  text-align:center;
  vertical-align:middle;
   -webkit-flex: 1;        /* Chrome */  
    -ms-flex: 1 ;            /* IE 10 */  
    flex: 1;                /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 1 ;    /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;       /* OLD - Firefox 19- */   
  
}
.flex-rows{
	 list-style: none;
     display: flex;
    flex-direction：column;
    flex-wrap: wrap;
}
.flex-rowitem {
   -webkit-flex: 1;        /* Chrome */  
    -ms-flex: 1             /* IE 10 */  
    flex: 1;                /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 1     /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;       /* OLD - Firefox 19- */   
  width:100%;
}
.top-radius{
	width:90%; 
	margin:5% 5% 0 5%; 
	border-radius:10px 10px 0 0; 
	background:#fd7416; 
	line-height:40px;
	vertical-align:middle; 
	color:#fff; 
	height:40px;
}
.bottom-radius{
	width:90%; 
	box-sizing: border-box; 
	margin:0 5% 0 5%; 
	border-radius:0 0 10px 10px; 
	background:#fff;  
	border:1px solid #eaeaea; 
	border-top:none;
}
.div-radius{
	display:inline-block;
	width:2em;
	height:2em;
	border-radius:2em;
}
.searchdiv{
	text-align:center; 
	background:#fc7515; 
	height:45px;
	width:100%; 
	padding:4% 0; 
	font-size:1.6em;
}
.searchdiv > div{
	margin:0 10%; 
	width:80%;
}
.searchinputdiv{
	display:inline-block; 
	width:68%; 
	background:#c7570a; 
    box-sizing: border-box;	
	float:left; 
	border-radius:10px 0 0 10px; 
	height:40px;
} 
.searchinputdiv  img{
	width:16px; margin-top:9px;
}
.searchinputdiv  input{
	width:70%; 
	background:none;
	height:inherit; 
	position:relative; 
	bottom:3px; 
	color:#fff; 
	font-size:.8em
}
.searchbtn{
	display:inline-block; 
	width:30%; 
	background:#fff; 
	float:left;  
	height:40px; 
	line-height:40px;
	vertical-align:middle; 
	color:#c7570a;
}



    .divMsgBack{
		display:none;
		position:fixed;
		_position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
	  
		background:rgba(0,0,0,0.8);
		 
		
		z-index:3;
    }
   .dialogdiv{
             top:15%;
             width:90%;
			 margin:5%;
			 height:40em;
             z-index:999999999; 
             position:fixed; 
             display:none; 
             
             font-size:1em;
			 border-radius:10px;
         }
		  .dialogdiv>div:first-child{
            height:2.5em;
            line-height:2.5em;
            position:relative;
            vertical-align:middle;
            text-align:center;
            width:100%;
            font-size:1.5em;
            border-radius:10px 10px 0 0;
            background:#fd7416;
            color:#fff;
        }
        .dialogdiv>div:first-child img{
            width:1.5em; position:absolute;top:-0.6em; right:-0.6em;z-index:9999999999999;
        }
		
        .dialogdiv>div:nth-child(2){
            background:#fff;
            border-radius:0 0 10px 10px;
            height:auto;
            font-size:1.2em;
			padding:2em 0;
        }
		.zhiydiv{
    	border-bottom:1px solid #eaeaea ;  border-top:1px solid #eaeaea ; padding:0 .3em; height:13em;
	}
	.zhiydiv textarea{
	width:93%; font-size:1em; height:10em; line-height:1.5;
	}
	
	.zhiys{
            position:fixed; bottom:35px; z-index:3; right:6%; width:60px;
           
        }
		.zhiys1{
            position:fixed; top:0;margin-top:400px; z-index:3; right:6%; width:60px;
           
        }
	.titlediv{
       font-size:1rem;
       width:100%;
	   height:2.7rem;
       line-height:2.7rem;
	   vertical-align:middle;
	}
.footdiv{
	position:fixed; 
	z-index:1000;
	bottom:0;
	left:0;
	width:100%;
	background:#37cdb6;
	text-align:center;
	height:2.7em;
	line-height:2.7em;
	vertical-align:middle;
	font-size:1.6em;
	color:#fff;
	
}
 
	
/*顶部分店选择*/	
 .topcompary{
       height:2.7em;
       background:#fd7416;
       font-size:1.6em;
       color:#fff;
       width:100%;
       line-height:2.7em;
	   position:relative;
    }
	.mytop{
		width:100%;
		position:fixed;top:0;left:0;z-index:100;
	}
	.topcompary>span{
		color:#fff; 
	}
     .topcompary img:first-child{
         margin:0 .5em 0 1em;
         text-align:left;
         width:1em;

         vertical-align:-4px;
     }
     .topcompary img:last-child{
         width:1em;
         margin-top:1em;
         margin-right:1em;
         float:right;
         
     }
   .selcompary{
	   
	   opacity:0; 
	   width:100%;
	   height:2.7em; 
	   position:absolute; 
	   top:0;left:0; 
	   z-index:2;
   }
    .selcompary option{
    color:#666;
}

  .datediv{
            background:#f5f5f5;
			border-bottom:1px solid #eaeaea;
            position:relative;
            padding:0;
            margin:0;
        }
 .datediv span{
		 margin:0 1em;color:#666;
	 }
 .datediv img{
	 width:.5em; float:right; margin:.8em 1em 0 0;
 }
.datediv span:first-child{
   float:left;
}
.datediv span:last-child{
   float:right;
}
  .beizhudiv{
            margin:0 5%; width:90%; border-bottom:1px solid #eaeaea;
        }
   .beizhudiv textarea{
           height:3em;

       }

/*顶部分页选择*/
.tab-flex-container{
	 list-style: none;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
    height:3em;
	width:100%; 
	background:#ffffff; 
	font-size:1.4em; 
	border-bottom:1px solid #eaeaea;
}
.tab-flex-itme{
	display:inline-block;
   text-align:center;
   vertical-align:middle;
    flex: 1; 
	height:2.8em;
	line-height:3em;
    margin:0 5%;
	
}
.tab-move{
	border-bottom:none;
	color:#333;
}
.tab-selected{
	border-bottom:3px solid #fd7416;
	color:#fd7416
	 
}
.noshujudiv{
	width: 100%;
	height:auto;
	text-align:center; 
	margin-top:100px; 
	
}
.noshujudiv img{
	width:60px;
}
/*开关按钮*/
.mui-switch {
  width: 4.33em;
  height: 2.58em;
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 1.67em;
  border-top-left-radius: 1.67em;
  border-top-right-radius: 1.67em;
  border-bottom-left-radius: 1.67em;
  border-bottom-right-radius: 1.67em;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  user-select: none;
  outline: none; }
  .mui-switch:before {
    content: '';
    width: 2.4em;
    height: 2.4em;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 1.67em;
    border-top-left-radius: 1.67em;
    border-top-right-radius: 1.67em;
    border-bottom-left-radius: 1.67em;
    border-bottom-right-radius: 1.67em;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
  .mui-switch:checked {
    border-color: #64bd63;
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63; }
    .mui-switch:checked:before {
      left: 1.75em }
  .mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s; }
    .mui-switch.mui-switch-animbg:before {
      transition: left 0.3s; }
    .mui-switch.mui-switch-animbg:checked {
      box-shadow: #dfdfdf 0 0 0 0 inset;
      background-color: #64bd63;
      transition: border-color 0.4s, background-color ease 0.4s; }
      .mui-switch.mui-switch-animbg:checked:before {
        transition: left 0.3s; }
  .mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s; }
    .mui-switch.mui-switch-anim:before {
      transition: left 0.3s; }
    .mui-switch.mui-switch-anim:checked {
      box-shadow: #64bd63 0 0 0 16px inset;
      background-color: #64bd63;
      transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s; }
      .mui-switch.mui-switch-anim:checked:before {
        transition: left 0.3s; }
        @mixin borderRadius($radius:20px) {
  border-radius: $radius;
  border-top-left-radius: $radius;
  border-top-right-radius: $radius;
  border-bottom-left-radius: $radius;
  border-bottom-right-radius: $radius;
}
 
$duration: .4s;
$checkedColor: #64bd63;
.mui-switch {
   width: 4.33em;
  height: 2.58em;
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  @include borderRadius();
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  user-select: none;
  outline: none;
  &:before {
    content: '';
   width: 2.4em;
    height: 2.4em;
    position: absolute;
    top: 0px;
    left: 0;
    @include borderRadius();
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  }
  &:checked {
    border-color: $checkedColor;
    box-shadow: $checkedColor 0 0 0 16px inset;
    background-color: $checkedColor;
    &:before {
      left:1.75em;
    }
  }
  &.mui-switch-animbg {
    transition: background-color ease $duration;
    &:before {
      transition: left 0.3s;
    }
    &:checked {
      box-shadow: #dfdfdf 0 0 0 0 inset;
      background-color: $checkedColor;
      transition: border-color $duration, background-color ease $duration;
      &:before {
        transition: left 0.3s;
      }
    }
 
  }
  &.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) $duration, box-shadow cubic-bezier(0, 0, 0, 1) $duration;
    &:before {
      transition: left 0.3s;
    }
    &:checked {
      box-shadow: $checkedColor 0 0 0 16px inset;
      background-color: $checkedColor;
      transition: border ease $duration, box-shadow ease $duration, background-color ease $duration*3;
      &:before {
        transition: left 0.3s;
      }
    }
 
  }
}

/*正在加载动画*/
.myupload{
	width:100%;text-align:center;margin-top:150px; display:none;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }

  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }

  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div {
  background-color: #fd7416;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }
.ball-pulse-text{
	text-align:center;color:#666; margin-top:5px; font-size:13px;
}
	
/* 右顶直角  */
.triangle-topleft {
    width: 0;
    height: 0;
    border-top: 100px solid red;
    border-right: 100px solid transparent;
}

/*左顶直角*/
.triangle-topright {
    width: 0;
    height: 0;
    border-top: 100px solid red;
    border-left: 100px solid transparent;
 
}

/*向上三角*/
.triangle-up {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
}

/* 向下三角*/
.triangle-down {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid red;
}

/* 向左三角*/
.triangle-left {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 100px solid red;
    border-bottom: 50px solid transparent;
}

/*向右三角*/
.triangle-right {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 100px solid red;
    border-bottom: 50px solid transparent;
}
/* div图片居中*/
.divimgcenter{
	width:100%; height:200px;   min-height: 100%;  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.searchinputdiv input:-moz-placeholder {
　　color: #D6D0CA !important; /* Mozilla Firefox 4 to 18 */
　　}
.searchinputdiv input::-moz-placeholder {
　　color: #D6D0CA !important; /* Mozilla Firefox 19+ */
　　}
.searchinputdiv input:-ms-input-placeholder {
　　color: #D6D0CA !important; /* Internet Explorer 10+ */
　　}
      .double_select{
            height:45px;
            line-height:45px;
            vertical-align:middle;
            background:#fd7416;
            padding:0;
            margin:0;
            box-sizing:border-box;
            width:100%;
             
        }
        .double_select > div{
            position:relative;
            text-align:left;
        }
        .double_select > div>img:first-child{
            position:absolute;
            left:12px;
            top:14px;
            height: 16px;
        }
        .double_select > div>img:last-child{
            position:absolute;
            top:16px;
            height: 14px;
         right:22px;
          
        }
        .double_select > div >span{
            color:#fff;
            margin-left:35px;
            font-size:15px;
           vertical-align:middle;
            
        }
        .wushuju{
            background-image:url(/Contents/images/zanwushuju1.png);
            background-clip:content-box;
            background-position:center;
            background-repeat:no-repeat;
            background-size:60px 75px;
            width:100%;
            height:80px;
        }
.copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(220,220,220,1);
    border-top: 1px solid #eaeaea;
    text-align: center;
    color: #999;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}