/*==全局样式==*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}


/* #app{width: 1368px;margin: 0 auto;} */
html{
    min-width: 1200px !important;
}
.container {
    width: 1200px !important;
    margin: 0 auto
}

.float {
    float: left;
}

.floatR {
    float: right;
}

html {
    font-family: Microsoft YaHei
}


/* 清除浮动 */

.clearFloat {
    zoom: 1;
}

.clearFloat:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}


/* 公共组件 */


/* 导航栏 */

.navbar {
    height: 66px;
    padding:22px 0;
}

.logo img {
    height: 74px;
}

.navbar .left,
.navbar .right {
    float: left;
    height: 66px;
}

.navbar .right {
    float: right !important;
    line-height: 66px;
}

.navbar .left>div {
    float: left;
}

.navbar .left .title {
    font-size: 20px;
    color: #202020;
    margin-left: 18px;
    box-sizing: border-box;
    padding-top: 8px;
}

.navbar .left .title .desc {
    font-size: 14px;
    color: #202020;
    margin-top: 10px;
}

.navbar .right li {
    float: left;
}

.navbar .right li a {
    font-weight: 400;
    line-height: 66px;
    display: inline-block;;
    color: #313131;
    font-size: 18px;
    padding: 0 25px;
    /* border-right: 2px solid white; */
}

.sellectBar a {
    color: #52D695 !important;
}


/*底部*/

.bottom {
    background: #5B5B5B;
    box-sizing: border-box;
    padding: 55px 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(187, 187, 187, 1);
}

.bottom .contactUs {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 28px;
}

.bottom .single {
    margin-right: 96px;
}

.bottom .right {
    margin-left: 209px;
}

.bottom .right img {
    width: 88px;
}

.bottom .single p:nth-child(1) {
    margin-bottom: 8px;
}

.from {
    box-sizing: border-box;
    padding: 18px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(158, 158, 158, 1);
    background: #1C1C1C;
}

/* 
elementUi样式 */
.el-button--primary{
    background: #52D695 !important;
    border-color: #52D695 !important;
}
.el-input__inner{
    height: 24px !important;
    line-height: 24px !important;
    font-size: 18px !important;
    padding:0 15px 0 0 !important;
}
.el-input__icon{
    line-height: 24px !important;
}
.el-select-dropdown__item.selected{
    color: #52D695 !important;
}

.navbar .right li a.stewardLogin{
  color: #559be2;
}