@charset "utf-8";

/* CSS Document */
/* css 初始化 */
/* 1.清除浏览器默认样式 */
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
button,
textarea,
select,
img,
table,
div {
    margin: 0;
    padding: 0;
}

/* 2.针对性处理 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: none;
}

img {
    border: none;
    display: inline-block;
    /*img底部空白*/
}

input,
area {
    outline: none;
}

/* 谷歌浏览器表单元素外框 */

/* 3.设置全局样式 */
html {
    margin: 0;
    padding: 0;
    /* box-sizing: content-box !important; */
}

body {
    font-family:  Arial, "Microsoft YaHei";
    box-sizing: content-box !important;
}

a,
a:focus,
a:hover {
    /* text-decoration: none !important;  */
    text-decoration: none; 
    cursor: pointer;
    outline:none;
}

/* 4.定义常用类 */
.w1160 {
    width: 1160px;
    margin: 0 auto;
}

/*版心*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*闭合浮动*/
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.cl {
    clear: both;
}

/*浮动*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*文字排版方向*/
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/*响应式图片*/
.img-responsive {
    width: 100%;
    height: auto;
}

.lr-tb {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}

.tb-rl {
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.tb-lr {
    -webkit-writing-mode: vertical-lr;
    writing-mode: tb-rl;
    writing-mode: vertical-lr;
}

/*-------------------------------*/
/* 第一步：使用font-face声明字体 */
@font-face {
    font-family: 'taobao';
    /* 给设置的字体起别名 */
    src: url('../fonts/iconfont.eot');
    /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/iconfont.woff') format('woff'),
        /* chrome、firefox */
        url('../fonts/icon-mooc.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url('../fonts/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

/*第二步：定义使用iconfont的样式*/
.iconfont {
    font-family: "taobao" !important;
    /* font-size:12px; */
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* img{
	max-width:100%;
	height:auto;
} */

/* 浏览器更新提示 CSS
-------------------------------------------------- */
.g-browser-update {
    text-align: center;
    color: #da222c;
    line-height: 24px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    position: relative;
    background-image: none;
    background-attachment: scroll;
    background-color: #fbec88;
}

.g-browser-update a {
    color: #da222c;
    font-weight: bold;
}

a,
span,
h2,
h1,
div {
    font-family:  Arial,微软雅黑;
    color: inherit;
}

a {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.auto-img {
    width: 100%;
    display: block;
}

em {
    font-style: normal;
    display: inline-block;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

/* video {
    object-fit:fill;
    width:100%;
    height:100%;
}
 */
