@import '/lib/iconfont/iconfont.css';
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;
}

a:hover {
    text-decoration: underline;
}

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;
}

.ei_astrict {
    width: 1200px;
    margin-left: calc(50% - 600px);
}

.ei_shadow {
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2);
}

.ei_flex {
    display: flex;
}

.ei_title {
    border-bottom: #d8d8d8 3px solid;
    width: 260px;
    text-align: center;
    font-size: 24px;
    padding-bottom: 10px;
    margin-left: calc(50% - 130px);
    margin-bottom: 30px;
}

.red_twig {
    width: 50px;
    height: 5px;
    background-color: #f00;
    margin-left: calc(50% - 25px);
    position: relative;
    top: 14px;
}

.blue-text {
    color: #268cff;
}

button {
    border: none;
}

.sink {
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s;
    transform: scale(1.02, 1.02);
}

.hidden {
    display: none !important;
}

.chunk {
    padding: 70px 0 100px 0;
}

.ei_flex {
    justify-content: center;
}

.ei_14_font {
    font-size: 14px;
}

.ei_20_font {
    font-size: 20px;
}

.ei_22_font {
    font-size: 22px;
}

.ei_24_font {
    font-size: 24px;
}

.ei_26_font {
    font-size: 26px;
}

.ei_28_font {
    font-size: 28px;
}

.ei_45_font {
    font-size: 45px;
}

.ei_footer {
    height: 230px;
    background: #e1e4e6;
    border-top: 1px solid #eee;
    color: #000;
}

.ei_footer .ei_flex .col {
    height: 230px;
    width: 50%;
}

.right-float {
    float: right;
}

.ei_footer .qrcode {
    text-align: center;
    display: flex;
    margin-left: 220px;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.ei_footer .qrcode img {
    width: 100px;
    height: 100px;
}

.ei_footer .content {
    color: #60606d;
    font-size: 12px;
}

.ei_footer .title {
    margin: 20px 0;
}

.ei_footer .left_content {
    line-height: 2;
}

.ei_footer .left_content img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.ei_footer .right_content .base_info {
    flex-direction: column;
    float: left;
    font-size: 12px;
    line-height: 2;
    color: #60606d;
    margin-top: 90px;
}

.right_content .base_info img {
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 10px;
    top: 3px;
    opacity: 0.5;
}


/* .ei_side_toolbar {
    position: fixed;
    right: 0px;
    top: 50%;
} */


/* .ei_side_toolbar .option_box {
    background: #306fff;
    width: 90px;
    height: 100px;
    margin-bottom: 3px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.ei_side_toolbar .option_box:first-child {
    border-radius: 5px 0 0 0;
}

.ei_side_toolbar img {
    width: 50px;
    height: 50px;
    margin-top: 10px;
}

*/

.ei_side_toolbar {
    font-size: 14px;
    color: #fff;
}

.ei_side_toolbar .inner_box {
    background: #306fff;
    cursor: pointer;
}

.ei_side_toolbar .option_box img {
    width: 50px;
    height: 50px;
    margin-top: 10px;
}

.ei_side_toolbar .service {
    display: flex;
}

.ei_side_toolbar .tel_box {
    display: flex;
    align-items: center;
}

.ei_side_toolbar .tel_box {
    padding: 0 40px 0 26px;
    font-size: 16px;
}

.ei_side_toolbar .option_box {
    position: fixed;
    text-align: center;
}

.service .inner_box {
    margin-right: 1px;
    width: 90px;
    height: 100px;
}

.service .inner_box:first-child {
    border-radius: 5px 0 0 0;
}

.ei_button {
    background-color: #1d5dff;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.ei_button:active {
    background: #437cff;
}

a {
    cursor: pointer;
}