﻿@charset "utf-8";
/*
color:red !important;/* Firefox、IE7支持 
_color:red;IE6支持 
*color:red;IE6、IE7支持 
*+color:red;IE7支持/
color:red\9;IE6、IE7、IE8支持 
color:red\0;IE8支持
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
background:linear-gradient(#e99c40,#d35224);-webkit-background:linear-gradient(#e99c40,#d35224);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8fc320,endcolorstr=#122b88,gradientType=1);
-webkit-appearance:none;appearance:none;pointer-events:none;select::-ms-expand{display:none;}
@media screen and (min-width:540px){}
@media screen and (max-width:320px){}
-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;*/

/*--默认--*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
i,
dl,
dt,
dd,
ol,
ul,
li,
form{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 微软雅黑, 黑体;
    min-width: 320px;
    margin: auto;
}

ol,
ul,
li {
    list-style: none outside none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

i,
em,
b,
strong {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

body {
    font-size: .14rem;
    color: #333333;
}


.block {
    width:  12rem;
    margin: 0 auto;
}


.clearfix:before,
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

.fl {
    float: left;
}

.fr {
    float: right;
}


@font-face {
    font-family: "iconfont"; /* Project id 4137081 */
    src: url('../fonts/iconfont.woff2?t=1687682317069') format('woff2'),
         url('../fonts/iconfont.woff?t=1687682317069') format('woff'),
         url('../fonts/iconfont.ttf?t=1687682317069') format('truetype');
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }


  .icon-right:before {
    content: "\e61f";
  }
  
  
  .icon-search:before {
    content: "\e60c";
  }
  
  .icon-more:before {
    content: "\e649";
  }


  .icon-wenzhang:before {
    content: "\e67d";
  }

  .icon-r:before {
    content: "\e662";
  }


  
.icon-caidan:before {
    content: "\e62a";
  }


