.announcement-title {
    background: #F7F7F7;
}

.announcement {
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    display: flex;
    justify-content: space-between;
}

.announcement>p>span:first-child {
    color: #666666;
}

.announcement>p>span:last-child {
    color: #1362C0;
    margin-left: 5px;
}

.announcement>i {
    text-align: right;
    color: #666666;
}

/* .banner {
    width: 100%;
    height: 100px;
    background: #F3F9FF;
}


.banner-box >div:nth-child(1) {
    height: 60px;
    display: flex;
    align-items: center;
}

.banner-box >div:nth-child(1) img {
    width: 56px;
}

.banner-box >div:nth-child(1) span {
    color: #1362c0;
    font-size: 32px;
    font-weight: bold;
    margin-left: 12px;
    letter-spacing: 5px;
}

.banner-box {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.menu {
    background: #3385D9;
    height: 50px;
}

.menu-box>ul {
    display: flex;
    justify-content: space-between;
}
.menu-box>ul>li {
    height: 50px;
}
.menu-box>ul>li>a {
    display: inline-block;
    width: 150px;
    text-align: center;
    transition: all 0.5s;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    position: relative;
}

.menu-box>ul>li>a>ul {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s;
    width: 150px;
    background: rgba(19, 98, 192, 0.8);
    position: relative;
    z-index: 4;
}

.menu-box>ul>li>a>ul>li>object>a {
    display: inline-block;
    width: 150px;
    text-align: center;
    transition: all 0.5s;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    position: relative;
}

.menu-box>ul>li>a>ul>li:hover {
    background: #3385d9;
}

.menu-box>ul>li>a:hover>ul {
    max-height: 666px;
}

.menu-box>ul>li>a:hover {
    background: #1362C0;
}

.current {
    /* background: #1362C0; */
}

.walk-into {
    position: relative;
    display: flex;
    box-shadow: 0px 1px 13px 2px rgb(210 220 255 / 50%);
    z-index: 3;
}

.walk-into-content {
    width: 50%;
}

.walk-into-video {
    width: 50%;
}

.main-wrap {
    margin: 0 auto;
    min-width: 320px;
    max-width: 640px;
}

.advertising {
    height: 550px;
}

.main-wrap video {
    width: 100%;
}

.walk-into {
    padding: 23px;
    background: #fff;
    transform: translateY(-25px);
    border-radius: 10px;
}

.walk-into-content-title {
    font-size: 36px;
    font-weight: 500;
    color: #222222;
    line-height: 50px;
}

.walk-into-content {
    position: relative;
    margin: 23px 19px 39px 33px;
}

.walk-into-content>img {
    position: absolute;
    top: 36px;
}

.walk-into-content-neirong {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 27px;
    margin-top: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.walk-into-more {
    width: 116px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1362C0;
    color: #fff;
    border-radius: 7px;
    margin-top: 19px;
    cursor: pointer;
}

.product-display {
    background: #F9F9F9;
}

.headline {
    font-size: 28px;
    font-weight: 500;
    color: #444444;
    line-height: 40px;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 21px;
    position: relative;
}

.headline::after {
    content: '';
    position: absolute;
    width: 34px;
    height: 4px;
    top: calc(36px + 18px);
    margin: 0 20px;
    background: #D8D8D8;
}

.headline::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 4px;
    top: calc(36px + 18px);
    margin-left: calc(-36px + -18px);
    background: #D8D8D8;
}

.headline-info {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-display-menu {
    display: flex;
    justify-content: center;
}

.product-display-menu>div {
    width: 160px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    background: #E8E8E8;
    border-radius: 8px;
    margin: 33px 5px;
    cursor: pointer;
}

.product-display-menu>div>img {
    vertical-align: middle;
}

.product-display-menu-current {
    color: #fff !important;
    background: #1362C0 !important;
}

.sample-box>ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px; /* 所有方向间距都是10px */
}

.sample-box-more {
    width: 116px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1362C0;
    color: #fff;
    border-radius: 7px;
    margin-top: 19px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 39px;
}

.sample-box>ul>li {
    width: 329px;
    height: 280px;
    background: #fff;
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 20px 2px rgba(200, 200, 200, 0.36);
    cursor: pointer;
}

.sample-box>ul>li>img {
    margin-top: 15px;
}

.sample-box>ul>li>div {
    height: 54px;
    line-height: 54px;
    margin-top: 11px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #e7eff8;
    color: #000;
}

.sample-box-current {
    background: #1362C0 !important;
    color: #fff !important;
}

.service {
    width: 145px;
    height: 211px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #1362C0;
    position: fixed;
    top: 360px;
    right: 14px;
    z-index: 999;
}

.service-img-box {
    padding: 12px 18px 5px 17px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
}

.service>p {
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.service-box {
    width: 145px;
    height: 50px;
    background: #1362C0;
    margin-top: 10px;
}

.service-box>p {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}

.service-after-sales {
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.service-after-sales>img {
    vertical-align: middle;
}

.partners-show {
    margin-top: 20px;
    margin-bottom: 50px;
    height: 140px;
    white-space:nowrap;
    overflow: hidden;
}
.partners-show-box {
    margin-left: 0px;
}

.domain {
    background: #f9f9f9;
}

.domain-img-box {
    width: 438px;
    height: 370px;
}

.domain-img-info {
    width: 388px;
    height: 370px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #fff;
}
.domain-img-info>p {
    text-indent: 2em;
}
.domain-img-info>h5 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    text-align: center;
    margin: 30px 0 0 10px;
}

.domain-img-info>h5::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-18px);
    width: 36px;
    height: 5px;
    background: #1362C0;
}

.domain-img-info>p {
    margin: 40px 25px 25px 25px;
    font-size: 14px;
    line-height: 31px;
    color: #666666;
}

.domain-img-info>a {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #1362C0;
    line-height: 20px;
}

.domain-img-show {
    width: calc(100% - 438px - 388px - 14px);
    display: flex;
    flex-wrap: wrap;
}

.domain-img-show>div {
    position: relative;
}

.domain-img-show>div>a>p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #1362C0;
}

.domain-img-show>div {
    width: calc(50% - 14px);
    margin-left: 14px;
    height: 178px;
}

.domain-img-show>div:nth-child(-n+2) {
    margin-bottom: 14px;
}

.domain-box {
    display: flex;
    margin-top: 59px;
}

.news {
    padding-bottom: 70px;
}

.news-box {
    display: flex;
}

.news-box-img {
    width: 680px;
    height: 502px;
    margin-right: 14px;
}

.news-box-dv>.news-box-foot {
    padding: 0 33px 0 22px;
}

.news-box-img-title {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-top: 25px;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-box-img-content {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 14px;
    margin-left: 22px;
    margin-right: 22px;
}

.news-box-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 22px;
    margin-right: 22px;
}

.news-box-foot>a {
    height: 20px;
}

.news-box-img-content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-box-img-time {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.news-box-card {
    flex: 1;
}

.news-box-card-item {
    height: 118px;
    width: calc(100% - 44px);
    box-shadow: 0px 2px 20px 0px rgba(200, 200, 200, 0.36);
    border-radius: 8px;
    padding: 20px 22px;
}

.news-box-card-item:not(:first-child) {
    margin-top: 14px;
}

.news-box-card-item>a>h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-box-card-content {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}

.news-box-card-item>a>.news-box-foot {
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
}

.choose {
    background: #f9f9f9;
    padding-bottom: 65px;
}

.choose-box {
    margin-top: 40px;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.choose-box-top {
    display: flex;
}

.choose-box-top-info {
    width: 622px;
    height: 187px;
}

.choose-box-top-content {
    padding: 42px 65px;
}

.choose-box-top-content>h3 {
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    letter-spacing: 1px;
}

.choose-box-top-why {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.choose-box-top-why>span {
    color: #1362C0;
    font-weight: 900;
}

.choose-box-top-ne {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    position: relative;
}

.choose-box-top-ne::before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0;
    width: 92px;
    height: 2px;
    background: #1362C0;
}

.choose-box-top-icon {
    flex: 1;
    display: flex;
}

.choose-box-top-icon>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666666;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer;
}
.choose-box-top-icon>div>p>i {
    font-size: 40px;
}
.choose-box-top-icon>div>p {
    padding: 10px 0;
}
.choose-box-top-icon-current {
    background: #1362C0 !important;
    color: #fff !important;
}

.choose-xuanchuan {
    position: relative;
}

.choose-loufang {
    position: absolute;
    top: 50%;
    transform: translateY(-173.5px);
    right: 0;
    z-index: 1;
}

.choose-loufang-center-show>h3 {
    position: absolute;
    top: 0;
    margin: 29px 36px 8px 36px;
    font-size: 24px;
    font-weight: 500;
    color: #1362C0;
    line-height: 33px;
    width: calc(100% - 72px);
}

.choose-loufang-line {
    position: absolute;
    top: 71px;
    left: 0;
    margin: 0 36px;
    width: calc(100% - 72px);
    height: 1px;
    background-color: #E6E6E6;
}

.choose-loufang-line::before {
    content: '';
    position: absolute;
    top: -0.5;
    width: 61px;
    height: 2px;
    background: #1362C0;
}

.choose-loufang-center {
    position: absolute;
    top: 85px;
    margin: 0 36px;
    width: calc(100% - 72px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 23px;
}
.choose-loufang-center-show {
    display: none;
}
.choose-loufang-center-current {
    display: block;
}

.contact {
    background: #f9f9f9;
}

.contact-box {
    height: 566px;
    box-shadow: 0px 1px 13px 2px rgb(210 220 255 / 50%);
    margin: 20px auto;
}

.allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}

.BMap_bubble_pop {
    background: #1362C0 !important;
    color: #fff !important;
    width: 391px !important;
    height: 103px !important;
    left: 397px !important;
    border: none !important;
}

.BMap_bubble_pop::before {
    margin: 21px 12px 0 12px;
    display: block;
    content: '地址：安徽省天长市铜城镇乔田社区乔坝路99号';
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.BMap_bubble_pop::after {
    margin: 0px 12px 16px 12px;
    display: block;
    content: '电话：0550 -7561599';
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.BMap_bubble_buttons,
.BMap_bubble_top,
.BMap_bubble_center,
.BMap_Marker,
.BMap_noprint {
    display: none !important;
}

.BMap_bubble_pop>img {
    display: none !important;
}

.triangle {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-15px);
    width: 0px !important;
    height: 0px;
    border-top: 15px solid #1362C0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 999999 !important;
}

.contact-box {
    position: relative;
}

.contact-form {
    position: absolute;
    top: 33px;
    right: 20px;
    width: 350px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px #E1E7FC;
    border-radius: 8px;
    z-index: 99999;
    opacity: .9;
}

.contact-list {
    /* margin-top: 41px; */
}

.contact-list>ul {
    display: flex;
}

.contact-list>ul>li {
    flex: 1;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-list>ul>li>p {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.form {
    position: fixed;
    left: 14px;
    top: 300px;
    width: 226px;
    height: 416px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(200, 200, 200, 0.36);
    border-radius: 6px;
}

.breadcrumb {
    background: #F9F9F9;
    height: 54px;
}

.breadcrumb-box {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 54px;
}
.breadcrumb-box-img {
    display: inline-block;
    height: 18px;
    position: relative;
}

.breadcrumb-box-img>a {
    position: absolute;
    top: -13px;
}

.breadcrumb-box>span {
    display: inline-block;
    margin-left: 28px;
}

.breadcrumb-rigng {
    font-size: 12px;
}

.press-center {
    padding: 56px 0;
    background: #fff;
}

.press-center-box {
    display: flex;
}

.press-center-list {
    flex: 1;
}

.press-center-menu {
    width: 250px;
    margin-right: 50px;
    flex-shrink: 0;
}
.press-center-menu>ul {
    background: #F6F6F6;
}
.press-center-menu>ul>li {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    padding: 20px 26px 20px 26px;
    line-height: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.press-center-menu>ul>li>a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.press-center-menu>ul>li>a:hover {
    color: #1362C0;
    cursor: pointer;
}

.press-center-menu>ul>title:hover {
    background: #1362C0 !important;
    color: #FFFFFF !important;
}

.press-center-menu-title {
    background: #1362C0 !important;
    color: #FFFFFF !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 900 !important;
}

.press-center-list-title {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 42px;
    position: relative;
}

.press-center-list-line {
    position: absolute;
    top: 8px;
    display: inline-block;
    width: 5px;
    height: 30px;
    background: #D8D8D8;
}

.press-center-list-name {
    display: inline-block;
    margin-left: 30px;
}

.press-center-list-content {
    padding: 30px 0;
    display: flex;
    align-items: center;
    height: 130px;
}

.press-center-list-date {
    width: 110px;
}

.press-center-list-date-day {
    font-size: 42px;
    font-weight: 500;
    color: #333333;
    line-height: 59px;
    text-align: center;
}

.press-center-list-date-yaer {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    text-align: center;
}

.press-center-list-text {
    flex: 1;
}

.press-center-list-text>h3 {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.press-center-list-text>p {
    font-size: 14px;
    font-weight: 400;
    color: #8F8F8F;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.zhanshi {
    display: none !important;
}

.zhanshi.show {
    display: flex !important;
}
.img-expand {
   transition: 0.2s;
}
.img-expand:hover {
   transform: scale(1.03);
}
.hide {
    display: none;
}
.show {
    display: block;
}
.current-font>* {
    color: #1362C0 !important;
}
.psgBtn {
    text-align: center;
    padding-top: 30px;
    margin: auto 0;
}
.psgBtn>a {
    padding: 7px 20px;
    border: 1px solid #eee;
    font-size: 14px;
    transition: all .5s;
}
.psgBtn>a:hover {
    border: 1px solid #1362C0;
    background: #1362C0;
    color: #fff;
}
.border-b {
     border-bottom: 1px solid #eeeeee;
}
.press-center-list-img>img[src=""] {
    display: none;
}
.press-center-menu-content {
    padding: 15px 26px 5px 26px !important;
}
.press-center-menu-content:last-child {
    padding-bottom: 15px !important;
}
.chi-menu:not(:empty) {
    display: none;
    padding: 0px 26px 15px 42px;
}
.chi-menu>li {
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    font-size: 16px;
    color: #777;
    border-bottom: 1px solid #cdcdcd;
}
.chi-menu>li>a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.chi-menu>li:hover {
    color: #1362C0;
}
.current-font + .chi-menu {
    display: block;
}
.go-to>a>.go-to-content {
    border-radius: 8px;
    box-shadow: 0px 1px 13px 2px rgb(210 220 255 / 50%);
    object-fit: cover;
    transition: 0.2s;
    width: 230px;
    height: 230px;
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.go-to>a>div>img {
    width: 100%;
    height: 100%;
}

.go-to-content-box {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
}

.go-to>a>div:hover {
    transform: scale(1.15);
}

.go-to>a>div:hover:hover .go-to-content-box {
    display: block;
}

.go-to>a>div>.go-to-content-box:hover>i {
    display: block;
    color: #fff;
}

.go-to>a>div>.go-to-content-box>i {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-13px, -39px);
    display: none;
    color: #fff;
}

.go-to-content-title {
    width: 100%;
    display: none;
    position: absolute;
    bottom: 25px;
    text-align: center;
    background: #f06309;
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.go-to-content-msg {
    position: absolute;
    bottom: 5px;
    width: 98%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.page {
    margin-top: 30px;
    text-align: center;
}
.page>a {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #eee;
    font-size: 14px;
    margin: 0 2px;
    transition: all .5s;;
}
.page>.on {
    background: #1362C0;
    border-color: #1362C0;
    color: #fff;
}
.page>a:hover {
    background: #1362C0;
    border-color: #1362C0;
    color: #fff;
}
.press-center-menu-content[title="企业相册"] + ul {
    display: none;
}
.my-content,.my-content img {
    max-width: 1110px;
    text-align: center;
}
.TEL {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #1362c0;
    font-style: oblique;
    padding-bottom: 10px;
}