* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

menu,
ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
textarea,
select {
    font-size: 100%;
    outline: none;
}

body,
input,
button,
textarea,
select,
option,
optgroup {
    font: 14px/1.5 "Microsoft YaHei", "寰蒋闆呴粦", arial, tahoma, sans-serif;
    color: #212b31;
}

img,
input {
    border: 0 none;
}

body ,html{
    background-color: #344d60 ;
    /*overflow-x: hidden;*/
    /*background-color: #331e1d;*/
}
body {
    min-width: 1920px;
    background-repeat: no-repeat;
    background-position: center top;
}
.f2e-select{
    width: 190px;
    display: inline-block;
    margin-right: 12px;
}
.f2e-select .selectric-wrapper .selectric{
    border-color: #3da1ff;
}
.f2e-select .selectric-wrapper .selectric .label{
    height: 40px;
    line-height: 40px;
    width: 80%;
    box-sizing: border-box;
    text-align: left;
    color: #0056d2;
}
.f2e-select .selectric-wrapper .selectric .button{
    height: 40px;
    line-height: 40px;
    width: 30px;
    color: #344d60;
    box-sizing: border-box;
}
.f2e-select .selectric-wrapper .selectric .button::after{
    transform: scale(1.2);
    border-top-color: #3da1ff;
}
