﻿@charset "UTF-8";
/*@font-face {*/
/*    font-family: alibaba;*/
/*    src: url("/font/Alibaba-PuHuiTi-Light.ttf");*/
/*}*/
body, div, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, a, input, button, textarea, select {
    margin: 0;
    padding: 0;
    outline: none;
}

html, body {
    font-size: 14px  !important;
    background-color: #ffffff;
    min-width: 1200px;
}

a {
    text-decoration: none;
    cursor: pointer;
}


ul, li {
    list-style: none;
}

input {
    font: normal;
}

input:focus, a:focus {
    outline: none;
}

/**
a 标签选择的颜色
 */
.cur {
    color: #FF6600 !important;
}

.color_fff{
    color: #FFFFFF !important;
}

.container{
    width: 1500px;
    margin: 0 auto;
    position: relative;
}
.fl-space-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ml10{
    margin-left: 10px;
}
.mr10{
    margin-right: 10px;
}


.sx-active {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF !important;
    background: #EC3E01;
    border-radius: 4px;
}