@charset "utf-8";



/*  

*@description: 全局 

*@author: name 林异频  

* @update: name ()更新 */



html {

    width: 100%;

    overflow-x: scroll;

}



body {

    font: 12px/1.8 "微软雅黑";

    color: #686868;

    min-width: 320px;

    background: #f3f3f3;

}



@media only screen and (min-width:320px) {

    html {

        overflow-x: hidden;

    }

}



.main-right table tr td img {

    height: auto !important;

}



img {

    max-width: 100%;

}



html,

body,

div,

span,

applet,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

a,

abbr,

acronym,

address,

big,

cite,

code,

del,

dfn,

em,

img,

ins,

kbd,

q,

s,

samp,

small,

strike,

strong,

sub,

sup,

tt,

var,

b,

u,

i,

center,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

embed,

figure,

figcaption,

footer,

header,

hgroup,

menu,

nav,

output,

ruby,

section,

summary,

time,

mark,

audio,

video {

    margin: 0;

    padding: 0;

    border: 0;

    outline: none;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

    display: block;

}



ol,

ul,

li {

    list-style-image: none;

    list-style-position: outside;

    list-style-type: none;

}



input {

    padding: 0;

    margin: 0;

    font-family: tahoma, "微软雅黑";

    outline: none

}



.left {

    float: left;

}



.right {

    float: right;

}



.clear {

    clear: both;

    height: 0px;

    width: 0;

    margin: 0;

    padding: 0;

    border: none;

    overflow: hidden;

}



dt {

    font-weight: normal;

}



dt,

dd {

    line-height: 1.8;

}



a {

    text-decoration: none;

    cursor: pointer;

    color: #686868;

    transition-property: all;

    transition-duration: .3s;

}



a:hover {

    text-decoration: none;

}



.white {

    background: #fff;

}



.cl {

    clear: both;

    overflow: hidden;

}



.aui-flex1 {

    display: -moz-box;

    display: -webkit-box;

    display: box;

    -moz-box-orient: vertical;

    -webkit-box-orient: vertical;

    box-orient: vertical;

}



.aui-flex2 {

    display: -moz-box;

    display: -webkit-box;

    display: box;

}



.aui-flex1-1 {

    -moz-box-flex: 8;

    -webkit-box-flex: 8;

    box-flex: 8;

    overflow: hidden;

}



.aui-ellipsis-2 {

    display: -webkit-box;

    overflow: hidden;

    text-overflow: ellipsis;

    word-wrap: break-word;

    white-space: normal !important;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}





/**************头部**************/



header {

    background: #fff;

    position: relative;

    z-index: 9999;

    padding: 10px 0;

    box-shadow: 0 0 10px rgba(0, 0, 0, .3);

}



header h2 {

    float: left;

    display: inline-block;

    font-size: inherit;

}



header h2 img {

    height: 30px;

    vertical-align: top;

}



header i#right-menu.iconfont {

    float: right;

    line-height: 30px;

    font-size: 20px;

    color: #009fdf;

}



.head-right {

    display: none;

}



.head-right1 {

    float: right;

    line-height: 30px;

    padding: 8px 0;

}



.head-right1 i.iconfont {

    float: left;

    font-size: 20px;

    color: #009fdf;

    margin-right: 10px;

}



.head-right1 em {

    float: left;

    display: inline-block;

}



.head-right1 em big {

    display: inline-block;

    font-size: 18px;

    font-weight: bold;

    color: #009fdf;

}



#sidr-right {

    display: none;

    right: -50%;

    position: fixed;

    top: 0;

    height: 100%;

    z-index: 999999;

    width: 50%;

    overflow-x: none;

    overflow-y: auto;

    background: #686868;

    color: #fff;

    box-shadow: inset 1px 1px 10px rgba(255, 255, 255, .5);

    line-height: 2;

}



#sidr-right a {

    display: block;

    clear: both;

    overflow: hidden;

    padding: 0 10px;

    color: #fff;

}



#sidr-right li {

    clear: both;

    overflow: hidden;

    border-bottom: 1px solid rgba(255, 255, 255, .3);

    line-height: 2.8;

}



#sidr-right li p {

    font-size: 1.2em;

}



#sidr-right li .sr-1 {

    background: #0dbaff;

    display: none;

    border-top: 1px solid rgba(255, 255, 255, .2);

}



#sidr-right li .sr-1 dd {

    clear: both;

    overflow: hidden;

    line-height: 2.8;

}



#sidr-right li .sr-1 dd span {

    display: block;

    overflow: hidden;

    font-size: 1.1em;

    background: #32abe2;

    border-bottom: 1px solid rgba(255, 255, 255, .3);

}



#sidr-right li .sr-1 dd .sr-2 {

    display: none;

}



#sidr-right li .sr-1 dd .sr-2 a {

    padding-left: 20px;

}



#sidr-right li.hover .sr-1 {

    display: block;

}



#sidr-right li.hover p {

    background: #009fdf

}



#sidr-right li .sr-1 dd.active .sr-2 {

    display: block;

}



.body-screen {

    display: none;

    clear: both;

    overflow: hidden;

    width: 100%;

    height: 100%;

    position: fixed;

    right: 0;

    top: 0;

    background: rgba(255, 255, 255, 0);

    z-index: 100;

}



.sidr-right-open .body-screen#right-menu1 {

    display: block;

}



.menu {

    float: right;

}



.menu li {

    float: left;

    display: inline-block;

    position: relative;

}



.menu li a {

    display: block;

    overflow: hidden;

}



.menu li a.menu-1 {

    min-width: 6em;

    line-height: 42px;

}



.menu li a.menu-1 span {

    display: inline-block;

}



.menu li .menu1 {

    position: absolute;

    top: 100%;

    left: -10px;

    right: -10px;

    z-index: 99999;

    background: #009fdf;

    box-shadow: 0 5px 10px rgba(0, 0, 0, .4);

    padding: 10px 0;

    display: none;

}



.menu li .menu1:before {

    position: absolute;

    z-index: 3;

    left: 50%;

    top: 0;

    margin: -0.7rem 0 0 -.7rem;

    z-index: 99999;

    border-left: 0.7rem solid transparent;

    border-right: 0.7rem solid transparent;

    border-bottom: 0.7rem solid #009fdf;

    content: '';

}



.menu li .menu1 p {

    overflow: auto;

    max-height: 22em;

}



.menu li .menu1 p::-webkit-scrollbar {

    width: 4px;

    transition-property: all;

    transition-duration: .3s;

    display: none;

}



.menu li .menu1 p:hover::-webkit-scrollbar {

    display: block;

}



.menu li .menu1 p::-webkit-scrollbar-track {

    background: rgba(0, 0, 0, .5);

    -webkit-border-radius: 2em;

    -moz-border-radius: 2em;

    border-radius: 2em;

}



.menu li .menu1 p::-webkit-scrollbar-thumb {

    background: rgba(255, 255, 255, .8);

    -webkit-border-radius: 2em;

    -moz-border-radius: 2em;

    border-radius: 2em;

}



.menu li .menu1 a {

    display: block;

    overflow: hidden;

    padding: 0.2em 0;

    border-bottom: 1px dashed #31b5ea;

    font-size: 0.8em;

    color: #fff;

}



.menu li .menu1 a:hover {

    background: #fff;

    color: #009fdf;

    border-style: solid;

}



.menu li.hover a.menu-1 span,

.menu li:hover a.menu-1 span {

    font-weight: bold;

    color: #009fdf;

    background-image: -webkit-gradient(linear, 0 0, right 0, from(rgba(42, 146, 205, 1)), to(rgba(78, 203, 229, 1)));

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}





/**************banner**************/



.banner {

    position: relative;

    clear: both;

    overflow: hidden;

    padding: 0;

}



.banner a {

    clear: both;

    overflow: hidden;

    height: 180px;

    background-size: cover !important;

    display: block;

}



.banner a img {

    width: 100%;

    display: none;

}



.banner .owl-pagination {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

}



.banner .owl-theme .owl-controls .owl-page span {

    background: #fff;

}



.banner .owl-theme .owl-controls .owl-page.active span {

    background: #009fdf;

}





/**************foot**************/



.foot {

    background: #505050;

    color: #fff;

    padding: 25px 0;

    display: none;

    line-height: 2;

}



.foot a:hover {

    color: #0dbaff;

}



.foot1.foot-bor {

    padding-left: 0;

    width: 12%;

    display: none;

}



.foot1 img {

    max-width: 100%;

}



.foot-bor {

    border-right: 1px solid #737371;

    padding: 0 15px;

}



.foot .container .foot-bor:last-child {

    border-right: 0;

}



.foot a {

    color: #fff;

}



.foot2 {

    width: 32%;

}



.foot2 dt {

    clear: both;

    overflow: hidden;

    padding-bottom: 15px;

    line-height: 1.2;

}



.foot2 dt i.iconfont {

    float: left;

    font-size: 3em;

    line-height: 1;

    margin-right: 0.3em;

}



.foot2 dt .foot2-1 {

    overflow: hidden;

}



.foot2 dt .foot2-1 big {

    display: block;

    overflow: hidden;

    font-size: 1.3em;

}



.foot2 dd {

    line-height: 2;

}



.foot3 {

    width: 28%;

}



.foot-bor h3 {

    line-height: 1.3;

    font-size: 1.3em;

    margin-bottom: 0.6em;

}



.foot3 p a {

    display: block;

    overflow: hidden;

}



.foot4 {

    width: 22%;

}



.foot5.foot-bor {

    overflow: hidden;

    padding-right: 0;

}



.foot5 a {

    display: block;

    overflow: hidden;

}



footer {

    background: #3a3a3a;

    padding: 10px 0;

    clear: both;

    overflow: hidden;

    color: #fff;

    text-align: center;

}



footer dt {

    clear: both;

    overflow: hidden;

    padding: 5px 0;

}



footer dt em {

    float: left;

    margin-right: 1.5em;

    height: 3em;

    display: none;

}



footer dt em img {

    height: 3em;

}



footer dd img {

    max-height: 1.5em;

    margin: 0 5px;

}



@media only screen and (min-width:480px) {

    .banner a {

        height: 300px;

    }

}



@media only screen and (min-width:768px) {

    /**************头部**************/

    header {

        padding: 15px 0;

    }

    header h2 img {

        height: 45px;

    }

    header i#right-menu.iconfont {

        line-height: 45px;

        font-size: 30px;

    }

    .banner a {

        height: 460px;

    }

    .banner .owl-pagination {

        bottom: 80px;

    }

    /**************foot**************/

    .foot {

        display: block;

    }

    footer dt {

        text-align: left;

        line-height: 1.5;

    }

    footer dt em {

        display: inline-block;

    }

    footer dt .footer-1 {

        overflow: hidden;

    }

    footer dd {

        padding-top: 10px;

        text-align: left;

    }

}



@media only screen and (min-width:992px) {

    body {

        font-size: 14px;

    }

    header {

        padding: 0;

    }

    header h2 img {

        height: 60px;

        margin: 15px 0;

    }

    #right-menu {

        display: none;

    }

    .head-right {

        display: inline-block;

    }

    .banner a {

        height: auto;

    }

    .banner a img {

        display: block;

    }

    .foot1.foot-bor {

        display: inline-block;

    }

    .foot2 {

        width: 30%;

    }

    .foot3 {

        width: 23%;

    }

    .foot4 {

        width: 20%;

    }

    footer {

        padding: 15px 0;

    }

    footer dt {

        float: left;

        clear: none;

        width: 50%;

    }

    footer dd {

        float: right;

        max-width: 48%;

        padding: 0;

    }

}



@media only screen and (min-width:1200px) {

    header h2 img {

        height: 74px;

    }

    .head-right1 {

        padding-right: 15px;

    }

    .menu {

        font-size: 16px;

    }

    .menu li a.menu-1 {

        line-height: 56px;

        min-width: 6.2em;

    }

    .menu li .menu1 a {

        line-height: 2.3;

    }

    .banner .owl-pagination {

        bottom: 120px;

    }

    .banner .owl-theme .owl-controls .owl-buttons div {

        left: 50%;

        right: auto;

        margin-top: 38px;

    }

    .banner .owl-theme .owl-controls .owl-buttons div.owl-prev {

        margin-left: -650px;

    }

    .banner .owl-theme .owl-controls .owl-buttons div.owl-next {

        margin-left: 650px;

    }

    .foot {

        padding: 45px 0;

    }

    .foot-bor {

        padding: 0 30px;

    }

}



@media only screen and (min-width:1350px) {

    .container {

        width: 90%;

        max-width: 1650px;

    }

    .main-bg .container {

        width: 1350px;

    }

    .menu {

        font-size: 18px;

    }

    .menu li .menu1 a {

        font-size: 16px;

    }

    .foot-bor {

        padding: 0 45px;

    }

    .foot1.foot-bor {

        width: 175px;

        padding-left: 20px;

    }

    .foot2 {

        width: 32%;

    }

    .foot2 dt {

        padding-bottom: 25px;

    }

    .foot2 dt i.iconfont {

        font-size: 4.5em;

        margin-right: 10px;

    }

    .foot2 dt .foot2-1 big {

        font-size: 30px;

        padding-top: 3px;

    }

    .foot-bor h3 {

        font-size: 18px;

        margin-bottom: 0.9em;

    }

    .foot3.foot-bor {

        width: 21%;

    }

    .foot4 p {

        padding-top: 0.3em;

    }

}



@media only screen and (min-width:1560px) {

    .main-bg .container {

        width: 1550px;

    }

}



@media only screen and (min-width:1650px) {

    /*.menu li a.menu-1{width: 8.3em;}	*/

    .foot1.foot-bor {

        width: 190px;

        padding: 0 30px;

    }

    .foot2.foot-bor {

        padding: 0 30px;

    }

    .foot-bor {

        padding: 0 70px;

    }

    .foot3.foot-bor {

        width: 19.5%;

    }

    .foot4 {

        width: 19%;

    }

    footer dt {

        padding-left: 10px;

    }

    footer dd {

        padding-top: 0.9em;

    }

}





/**************index**************/



.index-ul {

    background: #fff;

    margin: 0 -15px;

}



.index-ul li {

    float: left;

    width: 33.33333%;

}



.index-ul li a {

    display: block;

    overflow: hidden;

    padding: 2px;

    position: relative;

    color: #7a7a7a;

}



.index-ul li a i.iconfont {

    display: block;

    overflow: hidden;

    font-size: 1.8em;

    line-height: 1.5;

    color: #009fdf;

}



.index-ul li a p {

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;
	font-size: 0.9em;

}



.index-ul li a:hover {

    background: #009fdf;

    color: #fff;

}



.index-ul li a:hover i.iconfont {

    color: #fff;

}



.index1 {

    padding: 10px 0;

    margin: 0 -15px;

}



.index1 li {

    padding: 10px 0;

}



.index1-li {

    padding: 10px 15px;

    border-bottom: 1px solid #e0e0e0;

}



.index1-top {

    line-height: 3.4;

}



.index1-top a {

    float: right;

    display: inline-block;

    color: #9f9f9f;

}



.index1-top a:hover {

    color: #009fdf;

}



.index1-top p {

    overflow: hidden;

}



.index1-top p big {

    background: url(/uploads/image/simages/index-3.png) no-repeat 0 bottom;

    background-size: 100% 2px !important;

    display: inline-block;

    font-size: 1.3em;

    line-height: 2.6;

    float: left;

}



.index1-1 {

    margin: 0.5em 0;

    font-size: 1.2em;

    max-height: 3.6em;

    display: block;

    overflow: hidden;

}



.index1-1 img {

    margin-left: 0.6em;

    max-height: 1.2em;

}



.index1-2 a {

    display: block;

    color: #686868;

    padding: 0.4em 0;

}



.index2 {

    padding-bottom: 10px;

}



.index1-2.index2-1 a {

    border-bottom: 1px solid #ededed;

    padding: 0.5em 0;

}



.index1-2.index2-1 a span {

    float: right;

    background: url(/uploads/image/simages/index1-3.png) no-repeat 0 center;

    background-size: 1em auto !important;

    padding-left: 1.3em;

    margin: 0 0.5em;

    color: #999;

    display: none;

}



.index1-2 a i.iconfont {

    float: left;

    font-size: 1em;

    margin: 0 0.7em 0 0.4em;

    display: inline-block;

}



.index1-2 a p {

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}



.index1-2 a p img {

    height: 1.2em;

    margin: 0.3em 0 0.3em 0.5em;

    vertical-align: top;

}



.index-hover a:hover {

    box-shadow: 0 0 5px rgba(0, 0, 0, .2);

}



.index-hover a:hover i.iconfont {

    color: #009fdf;

}



.index1-li1 {

    float: left;

    display: inline-block;

    width: 300px;

    height: 300px;

}



.index1-li1 em {

    display: table-cell;

    vertical-align: middle;

    text-align: center;

    width: 300px;

    height: 300px;

    overflow: hidden;

}



.index1-li1 em img {

    max-height: 100%;

    max-width: 100%;

}



.index2 li {

    padding: 10px 0;

}



.index2-top {

    padding: 15px 0;

}



.index2-top img {

    width: 100%;

}



.index3 {

    padding: 10px 0;

}



.index3-table {

    padding: 15px 0 0 0;

    color: #686868;

}



.index3-table dt span {

    background: #616161;

    color: #fff;

    text-align: center;

    font-weight: normal;

    line-height: 2;

}



.index3-table span {

    padding: 0.7em 0.5em;

    line-height: 2.4;

    overflow: hidden;

    display: inline-block;

}



.index3-table dt span,

.index3-table dd span {

    display: block;

}



.index3-table dd:nth-child(2n 1) span {

    background: #eaf7fb;

}



.index3-table dd:nth-child(2n) span {

    background: #fff;

}



.index3-table dd span {

    border: solid #e8e8e8;

    border-width: 0 1px 1px 0;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

}



.index3-table dd span:last-child {

    border-right: 0;

}



.index3-table dd:last-child span {

    border-bottom: 0;

}



.index3-table dd:hover {

    box-shadow: 0 0 5px rgba(0, 0, 0, .3);

    position: relative;

    z-index: 3;

}



.index3-table .index3-tw1 {

    width: 52%;

}



.index3-table .index3-tw2 {

    width: 16%;

}



.index3-table .index3-tw3 {

    width: 16%;

}



.index3-table .index3-tw4 {

    width: 13%;

}



.index3-table .index3-tw5 {

    width: 24%;

}



.index3-table .index3-tw1 p {

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}



.index3-table .index3-tw4 p {

    height: 28px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}



a.index3-a {

    display: block;

    overflow: hidden;

    margin: 0 auto;

    max-width: 6.5em;

    border-radius: 0.3em;

    text-align: center;

    color: #fff;

    line-height: 2.4;

}



a.index3-a.index3-bg1 {

    background: #feb900;

}



a.index3-a.index3-bg1 i.iconfont {

    font-size: 1.2em;

    line-height: 2;

    margin-right: 0.3em;

}



a.index3-a.index3-bg2 {

    background: #009fdf;

}



#datepicker {

    padding: 15px 0;

}



@media only screen and (min-width:768px) {

    /**************index**************/

    .index {

        margin-top: -3.8em;

        position: relative;

        z-index: 4;

    }

    .index-ul {

        margin: 0;

    }

    .index-ul li {

        width: 16.66666%;

    }

    .index-ul li a {

        padding: 1em 10px;

    }

    .index-ul li a i.iconfont {

        font-size: 1.8em;

    }

    .index-ul li a:before {

        position: absolute;

        right: 0;

        top: 1.4em;

        bottom: 1.4em;

        width: 1px;

        z-index: 5;

        background: #ededed;

        content: '';

    }

    .index-ul li a:hover:before {

        background: #009fdf;

    }

    .index-ul li:last-child a:before {

        display: none;

    }

    .index1 {

        padding: 25px 0;

        margin: 0;

    }

    .index1 li {

        padding: 15px 0;

    }

    .index1-li {

        padding: 0;

    }

    .mobile-show {

        display: none;

    }

    .index1-li2 {

        overflow: hidden;

        height: 300px;

        padding: 20px;

    }

    .index1-2 a {

        padding: 0.1em 0;

    }

    .index1-2.index2-1 a span {

        display: inline-block;

    }

    .index3-table {

        text-align: center;

    }

    .index3-table .index3-tw1 {

        width: 29.5%;

    }

    .index3-table .index3-tw5 {

        width: 13%;

    }

    .index3 {

        padding: 20px 0;

    }

    #datepicker,

    .index3-table {

        /* padding: 25px 0; */

        padding: 25px 0 0 0;

    }

}



@media only screen and (min-width:992px) {

    .index {

        font-size: 18px;

    }

    .index1-li1,

    .index1-li1 em {

        width: 360px;

        height: 360px;

    }

    .index1-li2 {

        height: 360px;

        padding: 25px;

    }

    .index1-top {

        line-height: 62px;

    }

    .index1-top p big {

        font-size: 26px;

        line-height: 62px;

        background-size: 100% 4px !important

    }

    .index1-1 {

        font-size: 18px;

        line-height: 1.6;

        max-height: 3.2em;

    }

    .index1-2 {

        font-size: 16px;

    }

    .index1-2 a {

        padding: 0.2em 0;

    }

    .index2 {

        margin: 0 -15px;

        padding: 15px 0;

    }

    .index2 li {

        padding: 10px 15px;

        float: left;

        width: 50%;

        clear: none;

    }

    .index2-top {

        padding: 30px 0;

    }

    .index3-1.index3-w {

        width: 65%;

        padding-right: 20px;

        float: left;

        display: inline-block;

    }

    .index3-table span {

        white-space: nowrap;

        text-overflow: ellipsis;

    }

    .index3-1.index3-w1 {

        float: left;

        width: 35%;

    }

    .index3-table span {

        font-size: 12px;

    }

}



@media only screen and (min-width:1200px) {

    .index {

        font-size: 22px;

    }

    .index-ul li a:before {

        top: 1.2em;

        bottom: 1.6em;

    }

    .index-ul li a i.iconfont {

        font-size: 1.8em;

        line-height: 1.1;

    }

    .index-ul li a p {

        padding: 0.1em 0;

    }

    .index1 {

        padding: 30px 0;

        margin: 0 -15px;

    }

    .index1 li {

        float: left;

        width: 50%;

        padding: 10px 15px;

    }

    .index1-2.index2-1 a {

        padding: 0.65em 0;

    }

    a.index3-a,

    a.index3-a.index3-bg1 i.iconfont {

        line-height: 33px;

    }

    .index3-1.index3-w {

        padding-right: 30px;

    }

    .index3-table dd span {

        padding: 0.4em;

        font-size: 14px;

        line-height: 33px;

    }

    .index3-table dt span {

        font-size: 18px;

        padding: 0.5em;

    }

    .index3-table .index3-tw4 p {

        height: 33px;

    }

}



@media only screen and (min-width:1350px) {

    .index1 {

        margin: 0 -30px;

        padding: 40px 0;

    }

    .index2 {

        margin: 0 -30px;

        padding: 20px 0 35px;

    }

    .index1 li,

    .index2 li {

        padding: 10px 30px;

    }

}



@media (min-width: 1200px) and (max-width: 1649px) {

    .index1-li1,

    .index1-li1 em {

        width: 260px;

        height: 260px;

    }

    .index1-li2 {

        height: 260px;

        padding: 15px;

    }

    .index1-ul .index1-top {

        line-height: 48px;

    }

    .index1-ul .index1-top p big {

        font-size: 20px;

        line-height: 48px;

    }

    .index1-ul .index1-1 {

        font-size: 16px;

    }

    .index1-ul .index1-2 {

        font-size: 14px;

    }

    .index3-1.index3-w {

        padding-right: 60px;

    }

}



@media (min-width: 1350px) and (max-width: 1416px) {

    .menu li a.menu-1 {

        min-width: 6.2em;

    }

}



.container .index-ul {

    /* border:2px solid #f31af3; */

    padding: 0px;

    background: #eff1ef;

}