body {
    height: auto;
    overflow-y: scroll;
    padding-bottom: 4rem;
    background: #dce4ea;
}

html {
    background: #dce4ea;
}

/*.mpd-item:last-of-type{*/
/*    margin-right: auto;*/
/*}*/
.top-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 2rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 0.5rem;
    box-sizing: border-box;
    background: #fff;
}

.list {
    padding: 0.4rem 0.45rem;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.logo {
    display: block;
    margin: 1rem auto;
    width: 4rem;
}

.text-box {
    width: 11rem;
    height: 1.2rem;
    border-radius: 0.6rem;
    background: #F1F3F4;
    box-sizing: border-box;
    padding: 0 0.6rem;
    color: #434343;
    font-size: 0.55rem;
}

.bt-search {
    width: 3rem;
    height: 1.2rem;
    border-radius: 0.6rem;
    line-height: 1.2rem;
    background: #09347B;
    color: #fff;
    text-align: center;
    font-size: 0.55rem;
}

.item {
    display: flex;
    padding: 0.35rem 0rem;
    border-bottom: 0.0125rem solid rgba(0, 0, 0, 0.1);
}

.item:last-child {
    border: none;
}

.box-left {
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    overflow: hidden;
}

.preview {
    width: 100%;
    height: 100%;
}

.box-right {
    margin-left: 0.45rem;
    width: 11.5rem;
    height: 3rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.title {
    height: 1.8rem;
    line-height: 0.9rem;
    color: #434343;
    font-size: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line {
    margin-top: 0.2rem;
    display: flex;
    width: 100%;
}

.bt-live {
    display: block;
    width: 50%;
    height: 1rem;
    line-height: 1rem;
    padding-left: 1rem;
    color: #434343;
    box-sizing: border-box;
    background: url("../img/live.png") no-repeat left center;
    background-size: 0.85rem;
}

.bt-relive {
    display: block;
    width: 50%;
    height: 1rem;
    line-height: 1rem;
    padding-left: 1rem;
    color: #434343;
    box-sizing: border-box;
    background: url("../img/relive.png") no-repeat left center;
    background-size: 0.7rem;
}

.back {
    width: 1rem;
    margin-right: 0.5rem;
    z-index: 2;
}

.banner {
    position: relative;
}

.banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../img/banner-mask.png") no-repeat bottom;
    background-size: 100%;
    pointer-events: none;
}

.banner-item {
    width: 100%;
}

.t1 {
    margin: 1.4rem auto;
}

.gg {
    width: 14rem;
    margin: 0 auto;
    background: #fff;
    padding: 0.8rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.gg-p {
    line-height: 1rem;
    font-size: 0.5rem;
    box-sizing: border-box;
    padding-left: .8rem;
    background: url("../img/tg-icon.png") no-repeat;
    background-size: 0.35rem;
    background-position: 0.2rem 0.3rem;
    margin-bottom: 0.4rem;
}

.gg-right {
    line-height: 1rem;
    font-size: 0.5rem;
    text-align: right;
}

#sw1 {
    width: 100%;
}

#sw1 .swiper-slide {
    width: 12.5rem;
    height: 15.5rem;
    box-sizing: border-box;
    padding: 0.25rem;
    border: 1px solid #3b557b;
}

#sw1 .sw1-img-box {
    position: relative;
    width: 100%;
    height: 100%;
}

#sw1 .sw1-img-box img {
    width: 100%;
    height: 100%;
}

.sj-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.4rem;
    background: #536c8c;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.sj-text {
    width: 100%;
    line-height: 0.9rem;
    color: #fff;
    font-size: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
}

.sj-box {
    width: 14rem;
    margin: 1rem auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#sw2 {
    width: 100%;
    height: 12.4rem;
}

.sw2-item-box {
    position: relative;
    width: 14.65rem;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 0.12rem solid #536c8c;
}

.sw2-item-box img {
    width: 100%;

}

.sw2-img-box {
    width: 100%;
    height: 8.7rem;
    overflow: hidden;
}

.sw2-img-box img {
    width: 100%;
    height: 8.7rem;
}

.xl-title2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.xl-des {
    width: 100%;
    line-height: 0.9rem;
    color: #67522f;
    font-size: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
}

.xl-title1 {
    position: absolute;
    bottom: 3rem;
    left: 1.4rem;
    width: 11.65rem;
    height: 1.15rem;
    background: url("../img/xl-title.png") no-repeat;
    background-size: 100%;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 1rem;
}

.swiper-button-prev {
    background: url("../img/xl-left.png") no-repeat;
    background-size: 100%;
}

.swiper-button-next {
    background: url("../img/xl-right.png") no-repeat;
    background-size: 100%;
}

.ms-item {
    position: relative;
    width: 14.65rem;
    height: 100%;
    margin: 0 auto 1rem;
    box-sizing: border-box;
    border: 0.12rem solid #536c8c;
}

.ms-item img {
    width: 100%;
}

.ms-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.7rem;
    /*font-weight: bold;*/
    color: #fff;
    padding: 0 1.1rem 0 0.4rem;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    background: #667fa1 url("../img/ms-more.png") no-repeat 13.2rem center;
    background-size: auto 0.45rem;
}

.ms-more1 {
    margin: 0 auto;
}

.nav-box {
    position: fixed;
    bottom: 0;
    left: 0;
    /*display: flex;*/
    height: 2.26rem;
    width: 100%;
    z-index: 1;
    /*align-items: flex-end;*/
}

.nav-item {
    position: relative;
    float: left;
    width: 33.3%;
    height: 2.26rem;
}

.nav-item img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

img.act {
    display: none;
}

.act .default {
    display: none;
}

.act .act {
    display: block;
}

.back {
    width: 90px !important;
    position: absolute;
    left: 0;
    top: 0.1rem;
}

.sj-list {
    padding: 0 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sj-item {
    width: 7.15rem;
    height: 14.65rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    background: #eef1f8;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.sj-list .sj-item:nth-child(2n) {
    margin-right: 0;
}

.si-img {
    position: relative;
    height: 10.5rem;
    overflow: hidden;
}

.si-img img {
    width: 100%;
    height: 100%;
}

.si-title {
    width: 90%;
    line-height: 0.9rem;
    margin: 0.3rem auto;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #809cbc;
}

.si-avatar-box {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    overflow: hidden;
}

.si-avatar {
    margin: auto 0.3rem;
    display: flex;
    align-items: center;
}

.si-avatar-box img {
    width: 100%;
}

.si-nickname {
    width: 5rem;
    padding-left: 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.up-box {
    width: 15rem;
    margin: 2.5rem auto 1rem;
    display: flex;
    flex-wrap: wrap;
}

.upload-box {
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 0.7rem;
    margin-bottom: 0.7rem;
    background: url("../img/bt-upload.png");
    background-size: 100% 100%;
}

.upload-box:nth-child(3n) {
    margin: 0;
}

.bt-upload {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.up-prev-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.up-prev-box img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
}

.up-prev-box .vertical {
    width: 100%;
    left: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
}

.up-prev-box .horizen {
    height: 100%;
    left: 50%;
    top: 0%;
    -webkit-transform: translateX(-50%);
}

.bt-remove {
    position: absolute;
    width: 1rem;
    right: -0.5rem;
    top: -0.5rem;
}

#add-sj-text {
    width: 14.7rem;
    height: 16rem;
    line-height: 1rem;
    box-sizing: border-box;
    padding: 0.4rem;
    font-size: 0.55rem;
    color: #2c3e50;
    background: #fff;
    resize: none;
    display: block;
    margin: 0 auto;
}

.sj-submit {
    margin: 1rem auto;
}

#sw3 {
    height: 16rem;
    overflow-y: hidden;
}

#sw3 img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
}

.userinfo {
    position: absolute;
    left: 1rem;
    top: 12rem;
    z-index: 1;
    display: flex;
    align-items: center;
}

.sj-avatar-box {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
    overflow: hidden;
}

.sj-avatar-box img {
    width: 100%;
}

.sj-nickname {
    color: #fff;
    padding-left: 0.5rem;
}

.sj-text-detail {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    background: #fff;
    color: #1a1a1a;
    line-height: 1rem;
    position: relative;
    top: -1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    z-index: 1;
}

.line {
    background: #fff;
    padding: 0.8rem 0 0 1rem;
    border-top: 1px solid #e9e9e9;
    font-size: 0.7rem;
    font-weight: bold;
    color: #565656;
    box-sizing: border-box;
}

.pl-box {
    padding: 0 1rem;
}

.pl-user-info {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
}

.pl-avatar-box {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
}

.pl-avatar-box img {
    width: 100%;
}

.pl-nickname {
    color: #000;
    padding-left: 0.5rem;
}

.pl-text {
    margin-left: 1.75rem;
    line-height: 1rem;
    width: 12rem;
    color: #565656;
}

.pl-time {
    margin-left: 1.75rem;
    padding-left: 0.9rem;
    background: url("../img/icon_time.png") no-repeat left center;
    background-size: 0.6rem;
    margin-top: 0.3rem;
}

.pl-item {
    position: relative;
    padding-bottom: 0.9rem;
}

.pl-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12.3rem;
    height: 1px;
    background: #e9e9e9;
}

.input-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 0.5rem;
    box-sizing: border-box;
    background: #fff;
}

.text-box {
    width: 11rem;
    height: 1.2rem;
    border-radius: 0.6rem;
    background: #F1F3F4;
    box-sizing: border-box;
    padding: 0 0.6rem;
    color: #434343;
    font-size: 0.55rem;
}

.bt-pl {
    width: 3rem;
    height: 1.2rem;
    border-radius: 0.6rem;
    line-height: 1.2rem;
    background: #fff;
    color: #09347B;
    text-align: center;
    font-size: 0.55rem;
    border: 1px solid #09347B;
}

.dis-line {
    width: 14.5rem;
    margin: 1rem auto 0.8rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

/*发现*/
.xl-list {
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.xl-item {
    position: relative;
    width: 6.75rem;
    height: 8.8rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    background: #eef1f8;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.xl-item img {
    width: 100%;
    height: 100%;
}

.xl-list .xl-item:nth-child(2n) {
    margin-right: 0;
}

.xl-bottom {
    position: absolute;
    background: rgba(83, 108, 130, 0.9);
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem;
}

.xl-item-title1 {
    position: relative;
    color: #fff;
    line-height: 1rem;
}

.xl-item-title1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 0.08rem;
    background: #fff;
}

.xl-item-title2 {
    font-size: 0.45rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 0.8rem;
    margin-top: 0.3rem;
}

.hd-item {
    width: 13.85rem;
    height: 6.95rem;
    position: relative;
    margin: 1rem auto;
    border-radius: 0.2rem;
    overflow: hidden;
}

.hd-item .hd-banner {
    width: 100%;
}

.hd-item .hd-mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.hd-title {
    position: absolute;
    left: 0.5rem;
    top: 2rem;
    width: 12rem;
    line-height: 1rem;
    color: #fff;
}

.yj {
    position: relative;
    width: 14.5rem;
    margin: 0 auto;
}

.yj img {
    width: 100%;
}

.yj-title {
    position: absolute;
    left: 0.5rem;
    top: 1rem;
    width: 12rem;
    line-height: 1rem;
    color: #fff;
}

.bg {
    width: 100%;
}

.ms-text-detail {
    width: 37.5%;
    /* border: 1px solid; */
    flex-wrap: wrap;
    display: flex;
    /* margin: auto;  */
    position: absolute;
    top: -33%;
    left: calc(50% - 19%);
    justify-content: center;
    box-sizing: border-box;
    color: #3a567e;
    z-index: 1;
    margin-top: 300px;
    font-weight: 900;
    font-size: 20px;
}

.ms-text-detail img {
    width: 100%;
    height: 100%;
}

#sw-ms {
    height: 9rem;
    overflow: hidden;
}

.ms-detail {
    margin-top: 1rem;
}

.me-avatar {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
}

.me-avatar img {
    width: 100%;
}

.me-nickname {
    position: absolute;
    left: 5rem;
    color: #fff;
    top: 2.5rem;
    line-height: 1rem;
}

.m4 {
    width: 14rem;
    margin: 1rem auto;
}

.m4-item {
    margin-top: 0.8rem;
    border-bottom: 1px solid #3a567e;
}

.problem {
    color: #3a567e;
    font-size: 0.6rem;
    line-height: 1rem;
    padding-right: 1rem;
}

.answer {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    color: #3a567e;
    line-height: 0.8rem;
    padding-left: 1rem;
}

.problem.close {
    background: url("../img/close.png") no-repeat right center;
    background-size: auto 0.6rem;
}

.problem.open {
    background: url("../img/open.png") no-repeat right center;
    background-size: 0.6rem auto;
}

.m3 {
    position: relative;
    width: 14rem;
    margin: -0.7rem auto 0;
}

.m3-item {
    position: relative;
    height: 6rem;
    border-radius: 0.4rem;
    background: #fff;
    box-sizing: border-box;
    padding: 0.7rem;
    display: flex;
    margin-bottom: 0.6rem;
}

.m3-left {
    width: 5.25rem;
    height: 4.5rem;
    overflow: hidden;
}

.m3-left img {
    width: 100%;
    height: 100%;
}

.m3-title {
    width: 7rem;
    margin-left: 0.35rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.m3-status {
    position: absolute;
    bottom: 0.56rem;
    right: 0.56rem;
}

.st1 {
    color: #f15a24;
}

.st2 {
    color: #f15a24;
}

.st3 {
    color: #42b983;
}

.m2 {
    width: 14rem;
    margin: 1rem auto;
}

.m2-item {
    position: relative;
    border-radius: 0.4rem;
    background: #fff;
    box-sizing: border-box;
    padding: 0.4rem;
    margin-bottom: 0.6rem;
}

.m2-left img {
    width: 100%;
}

.m2-title {
    margin-top: 0.3rem;
    line-height: 0.8rem;
    padding-left: 0.2rem;
    border-left: 2px solid #2a60d3;
}

.me-title {
    background: #fff;
    height: 1.8rem;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-top: 0.3rem;
}

.mb1,
.mb2 {
    width: 15rem;
    margin: 0 auto;
    background: #fff;
    padding: 0 0.5rem;
}

.mb1-item {
    background: url("../img/icon_detail.png") no-repeat right center;
    background-size: 1.6rem auto;
    height: 1.6rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.mb1-item a {
    color: #2c3e50;
}

.mb2-item {
    width: 90%;
    height: 3.5rem;
    padding: 0.5rem 0;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}

.mb2-detail {
    position: absolute;
    bottom: 0;
    right: 0;
}

.prev-img-box {
    width: 32.98%;
    /*border: 1px solid #FE5D0D;*/
    box-sizing: border-box;
    height: 3.5rem;
    overflow: hidden;
}

.prev-img-box img {
    width: 100%;
    height: 100%;
}

.content-info {
    width: 64.9%;
    height: 100%;
    margin-left: 2%;
    position: relative;
}

.content-title {
    color: #3E3A39;
    font-size: 0.53rem;
    /* max-height: 1.2rem; */
    /* line-height: 0.62rem; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-des {
    /*margin-top: 0.05rem;*/
    color: #727171;
    font-size: 0.44rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-detail {
    position: absolute;
    color: #0B9CFF;
    right: 0;
    bottom: 0;
    font-size: 0.46rem;
}

.bt-add-yj {
    position: fixed;
    bottom: 0.3rem;
    left: 0.6rem;
}

#sw-ms img {
    width: 100%;
}

.mp-t {
    margin: 0.6rem 0;
}

.container {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 5%;
    left: calc(50% - 30%);
}

#sw-mp {
    width: 58%;
    height: 42%;
    display: flex;
    margin: auto;
    position: absolute;
    top: 20%;
    top: 8%;
    left: 3%;
}

#sw-mp img {
    width: 100%;
}

.details-all {
    position: absolute;
    top: 10%;
    left: 65%;
}

.details-all-detas {
    position: absolute;
    top: 53%;
    left: 3%;
}

.details-all-detas p {
    color: #314f59;
    font-size: 22px;
    margin-top: 25px;
}

.details-p {
    color: black;
    font-size: 24px;
    margin: 25px 0;
}

.mp-t-text1 {
    position: absolute;
    top: 10%;
    left: 50%;

}

.mp-t-text2 {
    padding: 0 1rem;
    line-height: 1rem;
    color: #333;
    font-size: 0.55rem;
}

.mpd {
    margin: 0 auto;
    width: 14.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mpd-item {
    width: 7rem;
    height: 4.75rem;
    overflow: hidden;
    margin-bottom: 0.45rem;
}

.mpd-item img {
    width: 100%;
}


.map-box {
    position: absolute;
    background-image: url(../img/map.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.mapbg {
    height: 100%;
}

.point-box {}

.phopo1{
    height: 10%;
    margin-top: 10%;
    margin-left: 3%;
}
.phopo2{
    height: 10%;
    margin-top: 3%;
    margin-left: 3%;
}
.menu1 {
    position: fixed;
    left: 10%;
    top: 1rem;
    width: 80%;
    /* height: 2rem; */
}

.menu1 .swiper-slide {
    width: 4rem;
    height: 2rem;
    background: url("../img/menu1.png") no-repeat center center;
    background-size: auto 55%;
    color: #fff;
    line-height: 2rem;
    text-align: center;
    font-size: 0.55rem;
}

.menu1 .swiper-slide-active {
    background-size: auto 65%;
    font-size: 0.6rem;
}

.mpd-item {
    position: relative;
}

.mpd-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: #3a567e;
    line-height: 0.8rem;
    font-size: 0.45rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 0.3rem;
}

.mapgoto {
    /* display: inline-block;
    margin-left: 0.5rem;
    border-top: 0.5rem;
    height: 30px;
    position: relative;
    top: 0.2rem; */
}

.loading {
    position: fixed;
    z-index: 2;
    background: url("../img/bg-loading.png") no-repeat;
    background-size: 100% 100%;
}

.loading .center {
    height: 25.5rem;
    width: 100%;
    background: url("../img/load-info.png") no-repeat;
    background-size: 100%;
}

.boat {
    position: absolute;
    left: 17%;
    top: 38.5%;
    -webkit-animation: boat 3s linear both;
}

@-webkit-keyframes boat {
    from {
        -webkit-transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(8rem);
    }
}

.bt-toindex {
    position: absolute;
    left: 32%;
    top: 73%;
}

.boat-num {
    position: absolute;
    left: 0;
    top: 44%;
    width: 100%;
    text-align: center;
    font-style: italic;
}