﻿/* 清除默认样式 */
html,body{
    margin:0;
    padding:0;
    font-size:16px;
    min-width: 1200px;
    font-family: "Microsoft YaHei","宋体";}

body,div,ul,li,h1,h2,h3,h4,h5,h6,input,i,a,img,p,button{
    margin:0;
    padding:0;
    font-style:normal;
    word-break: break-all;
    vertical-align: top;
    border:none;
    outline: none;
    -webkit-tap-highlight-color: transparent;}

img{
    border:none;}

li{
    list-style-type: none;}

a{
    font-size:16px;
    color:#333;
    text-decoration: none;}

.space{
    padding:0 10px;}

/* 浮动 */
.left{
    float:left;}

.right{
    float:right;}

/* 清除浮动 */
.clear:after{
    content: ' ';
    display:block;
    height:0;
    line-height:0;
    visibility: hidden;
    clear: both;}
.clear{
    zoom: 1;}

/* 省略号 */
.el{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}

/* 满屏 */
.full{
    width:100%;
    background:#fff;}

/* 图片放大效果 */
.scale{
    overflow: hidden;}
.scale img{
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;}
.scale img:hover{
    transform:scale(1.08);
    -webkit-transform:scale(1.08);}

/* common */
.wrapper{
    width: 1200px;
    margin: 0 auto;}
.container{
    /* max-width: 1920px; */
    margin:0 auto;}
.wrapper-left{
    width:284px;
	float:left;}
.wrapper-right{
    width:869px;
    padding: 0 18px 40px 18px;
    float:right;
    background: #fff;}