﻿/*
* @Author: Marte
* @Date:   2019-08-14 09:54:23
* @Last Modified by:   Marte
* @Last Modified time: 2019-12-26 16:54:54
*/
@charset "utf-8";
/* CSS Document */
body{min-width: 1200px;max-width: 1920px;width: 100%;}
html{margin: 0;padding: 0;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-overflow-scrolling:touch;overflow-scrolling:touch;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
html {font-family: '微软雅黑', Helvetica, STHeiTi, Arial, sans-serif; -webkit-text-size-adjust: 100%;}
body{-webkit-overflow-scrolling: touch;background: #fff;}
em{font-style: normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
audio, canvas, progress, video { display: inline-block; vertical-align: baseline;}
audio:not([controls]) { display: none; height: 0;}
svg:not(:root) {overflow: hidden;}
a,div{background: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent;}
/*a:active{background: transparent;}*/
img{border: 0;max-width: 100%;vertical-align: middle;}
/*span{vertical-align: middle;}*/
body,button,input,select,textarea,h1,h2,h3,h4,h5,div,p,form,blockquote,ul,ol,li,dl,dd{margin: 0;padding: 0;}
button {overflow: visible;}
button, select {text-transform: none;}
input[type="search"] {-webkit-appearance: textfield;-webkit-box-sizing: border-box; box-sizing: border-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration,input[type=text] {-webkit-appearance: none;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #999999;}
input,select,textarea{background:none;outline:none;border:0;}
textarea {overflow: auto; resize: none;}
table {border-collapse: collapse; border-spacing: 0;}
ul, ol, li, dl, dd,td, th{padding: 0;}
ul, ol {list-style: none;}
h1, h2, h3{font-weight: normal;}
i{font-style: inherit;}
.cfix:after,.cfix:before {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.cfix {zoom:1;}
.l_t,.r_t{display:inline;}
.l_t{float: left !important;}
.r_t{float: right !important;}
::-webkit-scrollbar {width: 10px;height: 8px;}
::-webkit-scrollbar-thumb {height: 25px;background-color: #999;border-radius: 10px;outline-offset: 0px;}
::-webkit-scrollbar-track-piece {border-radius: 0;}
::-webkit-input-placeholder,::-moz-placeholder,::-moz-placeholder,::-ms-input-placeholder {color: #c8c8c8;}
-ms-overflow-style:scrollbar;
body{
    position: relative;
    overflow-x: auto;
    min-width: 1200px;
    min-height: 100%;
    padding: 0px;
    margin: 0px;
}
/* .no_copy {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*过渡延迟*/
.Transition{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.TransitionB{
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
} */


