@charset "utf-8";
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike,  sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin: 0;padding: 0;border: 0;vertical-align: baseline;font-style:normal;font-weight:normal;font: inherit;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,.footer, .header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote,q {quotes: none;}
a{text-decoration:none;color: #666;-webkit-transition: all .4s ease;transition: all .4s ease;}
a:focus{ outline:none;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; outline:none; text-decoration: none; } blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse;border-spacing: 0;}
textarea{resize: none;outline:none;}
button {background: 0 0; border: none; text-shadow: none; position: relative;outline:none;  -webkit-tap-highlight-color:rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;} 
button, html input[type=button], input[type=reset], input[type=submit] {-webkit-appearance: button; cursor: pointer; }
 input,textarea{outline:none;-webkit-appearance: none;font-family:"Hiragino Sans GB","Microsoft YaHei","微软雅黑","sans-serif",'Arial';}
img {border: 0;display:block;max-width:100%; -moz-backface-visibility: hidden;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
/*--------------css animation--------------*/
.trans {-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;
  -ms-transition: all .4s ease;transition: all .4s ease;}
 .left{float:left;}
 .right{float:right;}
 .block{display:block;}
 /* 字体 */
@font-face {
    font-family: 'iconfont';  /* project id 572585 */
    src: url('../other/font_572585_dnz4u7ihulahsemi.eot');
    src: url('../other/font_572585_dnz4u7ihulahsemi.eot?#iefix') format('embedded-opentype'),
    url('../other/font_572585_dnz4u7ihulahsemi.woff') format('woff'),
    url('../other/font_572585_dnz4u7ihulahsemi.ttf') format('truetype'),
    url('../other/font_572585_dnz4u7ihulahsemi.svg#iconfont') format('svg');
}
[class^="iconfont-"], [class*=" iconfont-"] {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-text-stroke-width: 0.2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'raleway_thin';
    src: url('../other/raleway_thin.eot');
    src: url('../other/raleway_thin.eot') format('embedded-opentype'),
         url('../other/raleway_thin.woff2') format('woff2'),
         url('../other/raleway_thin.woff') format('woff'),
         url('../other/raleway_thin.ttf') format('truetype'),
         url('../other/raleway_thin.svg#raleway_thin') format('svg');
}
@font-face {
    font-family: 'lemonmilk';
    src: url('../other/lemonmilk.eot');
    src: url('../other/lemonmilk.eot') format('embedded-opentype'),
         url('../other/lemonmilk.woff2') format('woff2'),
         url('../other/lemonmilk.woff') format('woff'),
         url('../other/lemonmilk.ttf') format('truetype'),
         url('../other/lemonmilk.svg#lemonmilk') format('svg');
}
::-webkit-scrollbar-track-piece{width:8px;background-color:#f8f8f8;}
::-webkit-scrollbar{width:8px;background-color:#2882e8;}
::-webkit-scrollbar-thumb{width:8px;background-color:#aeaeae;}
::selection {color: #fff;background-color: #c39f78;}   
::-moz-selection {color: #fff;background-color: #c39f78;}  
/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;}
.clearfix{*zoom:1;
    text-align: left;

}
.clear {display:block;clear:both;height:0;overflow:hidden;}
html,body{height:100%;}
body{font-size: 14px;font-family: "Helvetica Neue", Helvetica,"Microsoft YaHei","微软雅黑","sans-serif","Arial";background:#fafafa;color: #666;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;}
/* 弹出提示信息*/
.tempMsg{position: absolute;z-index: 999;display: none; padding: 10px 30px;background:rgba(0,0,0,0.8);color: #FFF;font-size: 14px;max-width: 600px;line-height: 30px;border-radius: 10px;}
/* 对话框 */
.tempConfirmShade{position: fixed;background: #000000;left: 0;top: 0;bottom: 0;right: 0;display:none;z-index: 950;}
.tempConfirm{position: fixed;background: #FFFFFF;left: 0;top: 0;display:none;width:400px;text-align: left;z-index: 951;border-radius: .1rem;}
.tempConfirm .tempConfirmTitle{height: 50px;border-bottom: 1px #999999 solid;padding: 0 50px 0 20px;color: #676767;font-size: 16px;line-height: 50px;}
.tempConfirm .tempConfirmCloes{display:block;position: absolute;width: 50px;height: 50px;background: url("../images/close.png") no-repeat center center;background-size: 22px auto;top: 0;right: 0;}
.tempConfirm .tempConfirmContents{padding: 1px 0;}
.tempConfirm .tempConfirmButtonBox{
    text-align: center;height: 40px;margin:0 0 30px;
    flex-direction:row;justify-content:center;align-items:center;display: flex;
}
.tempConfirm .tempConfirmButtonBox a{display:block;height:40px;font-size: 16px;color: #FFF;text-align: center;line-height:40px;width: 140px;background: #399EF5;border-radius: .1rem;margin: 0 20px;}
.tempConfirm .tempConfirmButtonBox.butOne a{margin: 0;width: 320px;}
.tempConfirm .popText{margin: 30px;font-size: 14px;line-height:30px;color: #282828;}
