html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.top {
    width: 100%;
}

.top img {
    width: 100%;
    height: 100%;
}

.block {
    width: 100%;
    background-color: #fff;
}

.block-top {
    width: 100%;
    display: flex;
    /* height: 60px;
	line-height: 60px; */
    padding-top: 10px;
}

.blue-vertical {
    /* margin-top: 10px; */
    height: 15px;
    width: 4px;
    background: #4c92e8;
}

.top-title {
    width: 100%;
    /* font-size: 40px; */
    padding-left: 10px;
}
.top-title1 {
    width: 100%;
    /* font-size: 40px; */
    padding-left: 5px;
    font-size: 15px;
}
.top-more {
    width: 40px;
    /* font-size: 32px; */
    float: right;
    color: #4c92e8;
    /* margin-right: 20px; */
}

.top-more a {
    color: gray;
}

.block-line {
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background-color: #ebebeb;
}

.block-conent {
    margin: 10px;
}

.djrt {
    border: 1px solid #ebebeb;
    width: 100%;
    height: 80px;
    display: flex;
}

.djrt-img {
    width: 35%;
    height: 80px;
}

.djrt-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.djrt-text {
    width: 63%;
    margin-left: 2%;
    height: 80px;
}

.djrt-title {
    font-weight: 600;
    margin: 5px 0;
    height: 20px;
    display: flex;
    align-items: center;
}

.djrt-desc {
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
}

.djrt-group {
    display: flex;
    align-items: center;
    height: 25px;
}

.djrt-price {
    color: red;
}

.djrt-info {
    width: 25%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 10px;
}

.djrt-info a {
    color: #4c92e8;
}

.djrt-btn {
    padding: 0 10px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: orangered;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 10px;
}
.djrt-btn1 {
    padding: 0 10px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: orangered;
    border-radius: 10px;
    margin-left: auto;
    margin-right: 10px;
}

.djrt-btn a {
    color: #ffffff !important;
}
.djrt-btn1 a {
    color: #ffffff !important;
}

.conent-scenic {
    border: 1px solid #ebebeb;
    width: 100%;
    height: 80px;
    display: flex;
}

.conent-scenic img {
    width: 80%;
    height: 80px;
}

.conent-scenic .scenic-text {
    width: 100%;
    padding: 5px;
    position: relative;
}

.scenic-text .scenic-title {
    /* font-size: 40px; */
    font-weight: 600;
    margin-bottom: 10px;
}

.scenic-text .scenic-info {
    /* font-size: 35px; */
    /* color: #4C92E8; */
    position: absolute;
    right: 170px;
    bottom: 5px;
    padding: 5px 8px;
    /* font-size: 30px; */
    color: #ffffff !important;
}

.scenic-text .scenic-info-hot {
    /* font-size: 35px; */
    /* color: #4C92E8; */
    position: absolute;
    right: 95px;
    bottom: 5px;
    padding: 5px 8px;
    /* font-size: 30px; */
    color: #4c92e8 !important;
    text-decoration: none !important;
}

.scenic-info-hot a {
    color: #4c92e8 !important;
    text-decoration: none !important;
}

.scenic-text .scenic-info a {
    /* font-size: 35px; */
    text-decoration: none !important;
    color: #4c92e8;
}

.scenic-text .scenic-price {
    position: absolute;
    left: 10px;
    bottom: 5px;
    /* font-size: 50px; */
    color: red;
}

.scenic-text .book {
    position: absolute;
    right: 80px;
    bottom: 5px;
    padding: 5px 8px;
    background: orangered;
    /* font-size: 30px; */
    color: #ffffff !important;
    border-radius: 10px;
}

.scenic-text .book-hot {
    position: absolute;
    right: 15px;
    bottom: 5px;
    padding: 5px 8px;
    background: orangered;
    /* font-size: 30px; */
    color: #ffffff !important;
    border-radius: 10px;
    text-decoration: none !important;
}

.book a,
.book-hot a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.rim-more {
    /* font-size: 35px; */
    margin: 12px 0 5px 0;
}

.conent-more {
    border: 1px solid #ebebeb;
    margin-top: 5px;
    width: 100%;
    height: 80px;
    display: flex;
}

.conent-more img {
    width: 40%;
    height: 80px;
}

.conent-more .more-text {
    width: 100%;
    padding: 5px 0px 10px 10px;
    position: relative;
}

.more-text .more-title {
    /* font-size: 40px; */
    font-weight: 600;
    margin-bottom: 10px;
}

.more-info {
    /* font-size: 30px; */
    /* color: #4C92E8; */
    width: 300px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.more-info-hot {
    /* font-size: 30px; */
    /* color: #4C92E8; */
    width: 300px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -5px;
}

.more-text .more-price {
    position: absolute;
    left: 10px;
    bottom: 5px;
    /* font-size: 50px; */
    color: red;
}

.more-text .book {
    position: absolute;
    right: 80px;
    bottom: 5px;
    padding: 5px 8px;
    background: orangered;
    /* font-size: 30px; */
    color: #ffffff !important;
    border-radius: 10px;
}

.more-text .book-hot {
    position: absolute;
    right: 15px;
    bottom: 5px;
    padding: 5px 8px;
    background: orangered;
    /* font-size: 30px; */
    color: #ffffff !important;
    border-radius: 10px;
    text-decoration: none !important;
}

.conent-group {
    /* border: 1px solid #ebebeb; */
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.group-add {
    height: 80px;
    line-height: 80px;
    /* font-size: 40px; */
    margin: 5px;
}

.group-goto {
    text-align: center;
    /* font-size: 40px; */
    margin: 5px;
    padding: 10px 0;
    width: 100%;
}

.ng-scope {
    /* display: flex; */
}

.conent-group .group {
    width: 30%;
}

.conent-group .group img {
    width: 100%;
    height: 100px;
}

.conent-group .group .group-title {
    /* font-size: 35px; */
    /* width: 60px; */
    width: 100%;
    text-align: center;
}

.book-s {
    width: 100%;
    padding: 10px 0px;
    background: orangered;
    /* font-size: 30px; */
    color: white;
    border-radius: 10px;
    margin: 0 auto;
}

.book-s a {
    color: white !important;
}

.img {
    width: 100px !important;
}

.img img {
    width: 100px !important;
    height: 80px;
}

/* a {
    text-decoration: none !important;
} */
.ng-cloak {
    display: none !important;
}