.gj_hoslist {
  background: #fafafa;
}
.gj_hoslist .select_clock {
  width: 100%;
  padding: 6px 20px;
  background: #fff;
  margin-bottom: 20px;
}
.gj_hoslist .select_list {
  width: 100%;
  overflow: hidden;
}
.gj_hoslist .select_list p {
  width: 84px;
  float: left;
  line-height: 36px;
  font-size: 14px;
  color: #7e7e7e;
}
.gj_hoslist .select_list ul {
  width: 1025px;
  overflow: hidden;
  float: left;
}
.gj_hoslist .select_list ul li {
  float: left;
  margin-right: 23px;
  font-size: 14px;
  color: #000;
  line-height: 36px;
  cursor: pointer;
}
.gj_hoslist .select_active {
  color: #f68 !important;
}
.gj_hoslist .rate {
  border: 1px solid #eeeeee;
  height: 42px;
  background: white;
}
.gj_hoslist .rate li {
  width: 124px;
  height: 42px;
  border-right: 1px solid #eeeeee;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #3e3e3e;
  line-height: 42px;
}
.gj_hoslist .rate li img {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 5px;
  cursor: pointer;
}
.gj_hoslist .rate li .down {
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 6px solid #c9c9c9;
  border-color: #c9c9c9 transparent transparent;
  position: relative;
  top: 7px;
  cursor: pointer;
}
.gj_hoslist .rate li .up {
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 6px solid #c9c9c9;
  border-color: transparent transparent #c9c9c9;
  position: relative;
  top: -7px;
  left: -16px;
  cursor: pointer;
}
.gj_hoslist .hospital .left {
  width: 880px;
  height: 190px;
  float: left;
  margin-bottom: 10px;
}
.gj_hoslist .hospital .left .item {
  padding: 20px;
  background: white;
  overflow: hidden;
  margin-bottom: 10px;
}
.gj_hoslist .hospital .left .item .img {
  float: left;
}
.gj_hoslist .hospital .left .item .img img {
  width: 200px;
  height: 150px;
}
.gj_hoslist .hospital .left .item .info {
  height: 150px;
  width: 445px;
  margin-left: 20px;
  float: left;
}
.gj_hoslist .hospital .left .item .info p.title {
  font-size: 20px;
  color: #3e3e3e;
}
.gj_hoslist .hospital .left .item .info p.des {
  font-size: 14px;
  color: #7e7e7e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  margin: 10px 0;
}
.gj_hoslist .hospital .left .item .info p.margintop {
  margin-top: 22px;
}
.gj_hoslist .hospital .left .item .info p span {
  font-size: 14px;
  color: #5e5e5e;
  display: inline-block;
  width: 145px;
}
.gj_hoslist .hospital .left .item .info p span .pinknum {
  font-size: 18px;
  color: #ff6688;
  display: inline;
}
.gj_hoslist .hospital .left .item .info p span .bluenum {
  font-size: 18px;
  color: #64a9fa;
  display: inline;
}
.gj_hoslist .hospital .left .price {
  width: 158px;
  height: 165px;
  float: right;
  border-left: 1px solid #eee;
}
.gj_hoslist .hospital .left .price p:first-child {
  margin-top: 32px;
  padding-left: 36px;
}
.gj_hoslist .hospital .left .price p:first-child .pricenum {
  font-size: 24px;
  color: #ff6688;
  width: 96px;
  display: inline-block;
}
.gj_hoslist .hospital .left .price p:first-child .qi {
  font-size: 12px;
  color: #ff6688;
}
.gj_hoslist .hospital .left .price p:last-child {
  padding-left: 39px;
}
.gj_hoslist .hospital .left .price p:last-child .spanbutton {
  width: 100px;
  height: 32px;
  border-radius: 5px;
  background: #ff6688;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  color: white;
  margin-top: 27px;
}
.gj_hoslist .hospital .right {
  width: 240px;
  float: right;
  margin-top: 20px;
  padding: 20px;
  background: white;
}
.gj_hoslist .hospital .right p:first-child {
  font-size: 22px;
  color: #444141;
  margin-bottom: 20px;
}
.gj_hoslist .hospital .right .item {
  margin-bottom: 30px;
}
.gj_hoslist .hospital .right .item p:nth-child(2) {
  font-size: 16px;
  color: #3e3e3e;
  padding: 3px 0;
}
.gj_hoslist .hospital .right .item p:last-child {
  font-size: 12px;
  color: #9e9e9e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
}
.hospitaldetail .top {
  height: 366px;
  background: white;
  padding: 20px;
}
.hospitaldetail .top .imgs {
  width: 400px;
  height: 320px;
}
.hospitaldetail .top .imgs .bigimg {
  width: 400px;
  height: 230px;
  border: 1px solid #ccc;
}
.hospitaldetail .top .imgs .bigimg .swiper-container {
  width: 100% !important;
  height: 230px !important;
  overflow: hidden;
}
.hospitaldetail .top .imgs .preview {
  width: 400px;
  margin-top: 10px;
  height: 56px;
}
.hospitaldetail .top .imgs .preview .swiper-container {
  width: 100% !important;
  height: 56px !important;
  overflow: hidden;
}
.hospitaldetail .top .imgs .preview .swiper-container .swiper-slide {
  width: 86px;
  height: 56px;
  margin-right: 10px;
  overflow: hidden;
}
.hospitaldetail .top .info {
  width: 390px;
  height: 225px;
  margin: 0 23px;
}
.hospitaldetail .top .info .price {
  height: 37px;
  line-height: 37px;
  margin-top: 10px;
}
.hospitaldetail .top .info .price .num {
  font-size: 26px;
  color: #ff6688;
}
.hospitaldetail .top .info .price .num .qi {
  font-size: 16px;
}
.hospitaldetail .top .info .tag {
  background: #fff2f2;
  border-radius: 2px;
  font-size: 16px;
  color: #ff6688;
  width: 78px;
  height: 26px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  margin-left: 20px;
}
.hospitaldetail .top .map {
  width: 300px;
  height: 225px;
}
.thailand .top-bg {
  padding-top: 20px;
  position: relative;
}
.thailand .top-bg .mobile-pic {
  display: none;
}
.thailand .top-bg .th-ljzx {
  height: 40px;
  width: 150px;
  position: absolute;
  bottom: 45px;
  left: 420px;
}
.thailand .top-bg .th-dhzx {
  height: 40px;
  width: 150px;
  position: absolute;
  bottom: 45px;
  left: 620px;
}
.thailand .top-bg img {
  width: 100%;
  height: 240px;
}
.thailand .th-title {
  height: 92px;
  padding-top: 50px;
}
.thailand .th-title div {
  font-size: 26px;
  color: #3e3e3e;
  text-align: center;
}
.thailand .th-title p {
  font-size: 18px;
  color: #9e9e9e;
  text-align: center;
  margin: 15px 0;
}
.thailand .th-icons {
  height: 190px;
}
.thailand .th-icons .th-icon {
  width: 270px;
  height: 190px;
  padding: 21px;
  margin-right: 20px;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
}
.thailand .th-icons .th-icon img {
  height: 81px;
  display: block;
  margin: 0 auto;
}
.thailand .th-icons .th-icon .th-icon-text a {
  display: inline;
}
.thailand .th-icons .th-icon .th-icon-text div {
  font-size: 20px;
  color: #3e3e3e;
  text-align: center;
  margin: 10px 0;
}
.thailand .th-icons .th-icon .th-icon-text p {
  font-size: 14px;
  color: #7e7e7e;
  text-align: center;
}
.thailand .th-zx {
  height: 60px;
  margin-top: 30px;
}
.thailand .th-zx .th-zx-btn {
  width: 470px;
  height: 60px;
  background: #ffecf0;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 22px;
  color: #3e3e3e;
  line-height: 60px;
  padding-left: 34px;
  cursor: pointer;
}
.thailand .th-zx .th-zx-btn2 {
  width: 170px;
  height: 60px;
  background: #ff6688;
  border-radius: 67px;
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  float: right;
  text-align: center;
}
.thailand .th-zx .th-zx-btn2 img {
  display: inline-block;
  height: 21px;
  position: relative;
  top: 6px;
  left: -5px;
}
.thailand .th-mb-middle-bg {
  display: none;
}
.thailand .th-middle-bg {
  width: 100%;
  height: 801px;
  margin-top: 80px;
  position: relative;
  background: url(../images/tbg1.png) 100% 100%;
  background-position: center center;
}
.thailand .th-middle-bg .th-title {
  padding-top: 40px;
}
.thailand .th-middle-bg .th-zx-btn {
  width: 517px;
}
.thailand .hos-list {
  padding-top: 15px;
}
.thailand .hos-list .th-title {
  padding-top: 80px;
  margin-bottom: 25px;
}
.thailand .hos-list .hos-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thailand .hos-list .hos-items .hos-item {
  width: 270px;
  height: 270px;
}
.thailand .hos-list .hos-items .hos-item img {
  display: block;
  height: 162px;
  width: 270px;
  background: gray;
}
.thailand .hos-list .hos-items .hos-item div {
  font-size: 18px;
  color: #3e3e3e;
  margin: 10px 0;
}
.thailand .hos-list .hos-items .hos-item p {
  font-size: 14px;
  color: #ff6688;
}
.thailand .hos-list .th-zx {
  margin-top: 5px;
}
.thailand .hos-list .th-zx .th-zx-btn {
  width: 600px;
}
.thailand .th-zj-wrap {
  height: 600px;
  background: #f7f7f7;
  padding-top: 45px;
}
.thailand .th-zj-wrap .th-zj-list {
  height: 487px;
}
.thailand .th-zj-wrap .th-zj-left {
  width: 570px;
  float: left;
  margin-right: 30px;
}
.thailand .th-zj-wrap .th-zj-left .zj-detail .zj-info {
  overflow: hidden;
}
.thailand .th-zj-wrap .th-zj-left .zj-detail .zj-info img {
  display: block;
  float: left;
  height: 250px;
  width: 200px;
  background: gray;
  margin-right: 10px;
}
.thailand .th-zj-wrap .th-zj-left .zj-detail .zj-info .zj-info-text {
  float: right;
  width: 344px;
}
.thailand .th-zj-wrap .th-zj-left .zj-detail .zj-info .zj-info-text .zj-name {
  font-weight: bold;
  font-size: 20px;
  color: #3e3e3e;
}
.thailand .th-zj-wrap .th-zj-left .zj-detail .zj-info .zj-info-text .zj-hos {
  font-size: 14px;
  color: #7e7e7e;
  margin: 10px 0;
}
.thailand .th-zj-wrap .th-zj-left .zj-detail .zj-info .zj-info-text .zj-jianjie {
  font-size: 14px;
  color: #7e7e7e;
  letter-spacing: 0.17px;
  text-align: justify;
  line-height: 23px;
}
.thailand .th-zj-wrap .th-zj-left .zj-detail .zj-shuo {
  margin: 20px 0;
  font-size: 18px;
  color: #f29f16;
  letter-spacing: 0.22px;
  line-height: 26px;
}
.thailand .th-zj-wrap .th-zj-left .zj-detail .zj-shuo span {
  font-size: 35px;
}
.thailand .th-zj-wrap .th-zj-right {
  float: right;
  width: 550px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thailand .th-zj-wrap .th-zj-right .zj-item {
  width: 110px;
  height: 180px;
  margin-right: 50px;
}
.thailand .th-zj-wrap .th-zj-right .zj-item .zj-more {
  width: 110px;
  height: 110px;
  display: block;
  background: #e3e3e3;
  border-radius: 100px;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.thailand .th-zj-wrap .th-zj-right .zj-item .zj-more div {
  font-size: 18px;
  color: #ff6688;
}
.thailand .th-zj-wrap .th-zj-right .zj-item .zj-more p {
  font-size: 18px;
  color: #3e3e3e;
}
.thailand .th-zj-wrap .th-zj-right .zj-item img {
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 100px;
  background: gray;
  margin-bottom: 17px;
}
.thailand .th-zj-wrap .th-zj-right .zj-item .zj-item-name div {
  font-size: 14px;
  color: #7e7e7e;
  letter-spacing: 0.19px;
  text-align: center;
}
.thailand .th-zj-wrap .th-zj-right .zj-item .zj-item-name p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.19px;
  text-align: center;
  line-height: 18px;
  margin-top: 5px;
}
.thailand .th-zj-wrap .th-zx-btn {
  width: 640px;
  clear: both;
}
.thailand .th-lc .th-title {
  padding-top: 80px;
  margin-bottom: 15px;
}
.thailand .th-lc .th-lc-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thailand .th-lc .th-lc-list .th-lc-item {
  width: 165px;
  height: 275px;
  margin-right: 30px;
}
.thailand .th-lc .th-lc-list .th-lc-item img {
  height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.thailand .th-lc .th-lc-list .th-lc-item .th-lc-detail {
  width: 165px;
  height: 200px;
  background: #ffecf0;
  border-radius: 4px;
  font-size: 16px;
  color: #3e3e3e;
  letter-spacing: 0;
  line-height: 26px;
  padding: 0 17px;
  padding-top: 55px;
  box-sizing: border-box;
  position: relative;
  top: -50px;
}
.thailand .th-lc .th-lc-list .th-lc-item .th-lc-num {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background: #f5a623;
  color: white;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -69px;
}
.thailand .th-zixun {
  margin-top: 20px;
}
.thailand .th-zixun .th-zixun-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.thailand .th-zixun .th-zixun-list .th-zixun-item {
  width: 365px;
  height: 390px;
}
.thailand .th-zixun .th-zixun-list .th-zixun-item .th-zixun-title {
  width: 144px;
  height: 42px;
  margin: 0 auto;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
  position: relative;
  top: 20px;
  border-radius: 4px;
}
.thailand .th-zixun .th-zixun-list .th-zixun-item .th-zixun-detail {
  width: 365px;
  height: 341px;
  border: 1px solid #eee;
  padding: 0 16px;
  padding-top: 52px;
  box-sizing: border-box;
}
.thailand .th-zixun .th-zixun-list .th-zixun-item .th-zixun-detail .th-zixun-top {
  overflow: hidden;
}
.thailand .th-zixun .th-zixun-list .th-zixun-item .th-zixun-detail .th-zixun-top img {
  float: left;
  display: block;
  width: 120px;
  height: 120px;
  background: gray;
  margin-right: 10px;
}
.thailand .th-zixun .th-zixun-list .th-zixun-item .th-zixun-detail .th-zixun-top .th-zixun-left {
  float: right;
  width: 200px;
}
.thailand .th-zixun .th-zixun-list .th-zixun-item .th-zixun-detail .th-zixun-top .th-zixun-left .th-zixun-left-title {
  height: 41px;
}
.thailand .th-zixun .th-zixun-list .th-zixun-item .th-zixun-detail .th-zixun-top .th-zixun-left .th-zixun-left-title a {
  font-size: 16px;
  color: #3e3e3e;
  font-weight: bold;
  letter-spacing: 0.55px;
  text-align: justify;
}
.thailand .th-zixun .th-zixun-list .th-zixun-item .th-zixun-detail .th-zixun-top .th-zixun-left .th-zixun-left-info a {
  font-size: 13px;
  color: #9e9e9e;
  letter-spacing: 0.45px;
  text-align: justify;
  margin-top: 26px;
  height: 51px;
}
.thailand .th-zixun .th-zixun-list .th-zixun-item .th-zixun-detail .th-zixun-articles {
  font-size: 14px;
  color: #525252;
  letter-spacing: 0;
  margin-top: 10px;
}
.thailand .th-zixun .th-zixun-list .th-zixun-item .th-zixun-detail .th-zixun-articles p {
  line-height: 30px;
}
.thailand .th-zixun .th-zixun-list .th-zixun-item .th-zixun-detail .th-zixun-articles p span {
  display: inline-block;
  height: 5px;
  width: 5px;
  background: #d8d8d8;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
/******************************好孕日记**************************************/
.haoyunriji {
  width: 100%;
  background: #fafafa;
}
.haoyunriji_content {
  width: 1180px;
  margin: 0 auto;
  display: flex;
}
.haoyunriji_content_left {
  width: 880px;
  background-color: #fafafa;
}
.haoyunriji_content_left .haoyunriji_top {
  width: 100%;
  margin-bottom: 20px;
}
.haoyunriji_content_left .haoyunriji_list1 {
  width: 100%;
  height: 160px;
  background-color: #fff;
  display: flex;
  margin-bottom: 10px;
}
.haoyunriji_content_left .haoyunriji_list1 .haoyunriji_list1_img {
  width: 200px;
  height: 120px;
  margin-top: 20px;
  background-color: #64a9fa;
  margin-left: 20px;
}
.haoyunriji_content_left .haoyunriji_list1 .haoyunriji_list1_right {
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 29px;
}
.haoyunriji_content_left .haoyunriji_list1 .haoyunriji_list1_right .haoyunriji_list1_right_title {
  font-size: 18px;
  color: #3e3e3e;
}
.haoyunriji_content_left .haoyunriji_list1 .haoyunriji_list1_right .haoyunriji_list1_right_content {
  margin-top: 12px;
  margin-right: 10px;
}
.haoyunriji_content_left .haoyunriji_list1 .haoyunriji_list1_right .haoyunriji_list1_right_content a {
  font-size: 13px;
  color: #9e9e9e;
}
.haoyunriji_content_right {
  width: 280px;
  margin-left: 20px;
}
.haoyunriji_content_right .tailandshiguan {
  width: 100%;
  background-color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_title {
  color: #444141;
  padding-top: 25px;
  margin-left: 20px;
  font-size: 22px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box {
  margin-left: 20px;
  margin-top: 22px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box .dshiguan_box_div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box .dshiguan_box_div .dshiguan_box_div_rudio {
  width: 44px;
  height: 44px;
  border: 1px solid #ff6688;
  background-color: #ffeff3;
  color: #ff6688;
  font-size: 14px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box .dshiguan_box_div .dshiguan_box_div_span {
  margin-left: 13px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box1 {
  margin-left: 20px;
  margin-top: 20px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box1 .tailandshiguan_box1_div {
  display: flex;
  margin-bottom: 20px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box1 .tailandshiguan_box1_div .yuijian_img {
  background-color: #ff6688;
  width: 100px;
  height: 70px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box1 .tailandshiguan_box1_div .yuijian_span {
  margin-left: 15px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box1 .tailandshiguan_box1_div .yuijian_span .yuijian_span_title {
  color: #444141;
  font-size: 16px;
  flex: 1;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box1 .tailandshiguan_box1_div .yuijian_span .yuijian_span_box {
  margin-top: 8px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box1 .tailandshiguan_box1_div .yuijian_span .yuijian_span_box .yuijian_span_box_box1 {
  display: flex;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box1 .tailandshiguan_box1_div .yuijian_span .yuijian_span_box .yuijian_span_box_box1 .yuijian_span_box_box1_img {
  width: 12px;
  height: 11px;
  margin-top: 3px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box1 .tailandshiguan_box1_div .yuijian_span .yuijian_span_box .yuijian_span_box_box1 .yuijian_span_box_box1_span {
  color: #9e9e9e;
  font-size: 12px;
  margin-left: 7px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box1 .tailandshiguan_box1_div .yuijian_span .yuijian_span_box .yuijian_span_box_box2 {
  display: flex;
  margin-top: 9px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box1 .tailandshiguan_box1_div .yuijian_span .yuijian_span_box .yuijian_span_box_box2 .yuijian_span_box_box2_img {
  width: 12px;
  height: 11px;
  margin-top: 3px;
}
.haoyunriji_content_right .tailandshiguan .tailandshiguan_box1 .tailandshiguan_box1_div .yuijian_span .yuijian_span_box .yuijian_span_box_box2 .yuijian_span_box_box2_span {
  color: #9e9e9e;
  font-size: 12px;
  margin-left: 7px;
}
.look_more {
  display: flex;
  justify-content: center;
  color: #ff6688;
  font-size: 14px;
  margin-bottom: 15px;
}
.look_more1 {
  display: flex;
  justify-content: center;
  color: #ff6688;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 21px;
}
.youxuan_box {
  margin-top: 20px;
  margin-left: 20px;
}
.youxuan_box .youxuan_box_img {
  width: 240px;
  height: 103px;
  background-color: #ffeff3;
}
.youxuan_box .youxuan_box_p1 {
  margin-left: 7px;
  margin-top: 7px;
}
.youxuan_box .youxuan_box_p1 a {
  font-size: 16px;
  color: #3E3E3E;
}
.youxuan_box .youxuan_box_p2 {
  margin-left: 7px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.youxuan_box .youxuan_box_p2 a {
  font-size: 12px;
  color: #9E9E9E ;
}
.zuixingzx_img {
  width: 250px;
  height: 118px;
  background-color: #f5a623;
  margin-left: 15px;
  margin-top: 20px;
}
.zxzx_box {
  margin-left: 15px;
  width: 240px;
  height: 61px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px dashed #eaeaea;
}
/*************************************好孕日记详情页****************************************/
.riji_title {
  font-size: 26px;
  color: #3e3e3e;
  padding-top: 20px;
  font-weight: 600;
}
.riji_data {
  color: #7e7e7e;
  font-size: 14px;
  margin-top: 16px;
}
.riji_left_box {
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  padding-bottom: 30px;
}
.riji_left_box .riji_img {
  width: 100%;
  margin-top: 10px;
}
.riji_left_box .riji_more_title {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #444141;
  position: relative;
  right: 9px;
}
.riji_left_box .riji_more_p {
  margin-top: 15px;
  color: #444141;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.riji_p {
  color: #3e3e3e;
  font-size: 14px;
  margin-top: 20px;
}
.riji_left_box2_title {
  padding-bottom: 15px;
  font-size: 26px;
  color: #444141;
  border-bottom: 1px solid #eeeeee;
}
.riji_left_box2 {
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 21px;
  padding-bottom: 20px;
  width: 100%;
  margin-top: 20px;
}
.riji_left_box2 .more_look {
  text-align: center;
  margin-top: 29px;
  color: #7e7e7e;
  font-size: 14px;
}
.riji_left_box2 .riji_left_box2_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.riji_left_box2 .riji_left_box2_content .box2_content_box {
  width: 32%;
  margin-top: 36px;
}
.riji_left_box2 .riji_left_box2_content .box2_content_box .box2_content_box_img {
  background-color: #64a9fa;
  width: 100%;
  height: 160px;
}
.riji_left_box2 .riji_left_box2_content .box2_content_box .box2_content_box_title {
  color: #3e3e3e;
  font-size: 18px;
  margin-top: 14px;
}
.riji_left_box2 .riji_left_box2_content .box2_content_box .box2_content_box_content {
  color: #FF6688 ;
  font-size: 14px;
}
.box2_content_box_content a {
  margin-top: 9px;
  color: #FF6688 ;
  font-size: 14px;
  float: left;
}
.riji_left_box3 {
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 21px;
  padding-bottom: 18px;
  width: 100%;
  margin-top: 20px;
}
.riji_left_box3 .riji_left_box3_content {
  margin-top: 36px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.riji_left_box3 .riji_left_box3_content .box3_box1 {
  width: 47%;
}
.riji_left_box3 .riji_left_box3_content .box3_box1 .box3_box1_box1 {
  display: flex;
  width: 100%;
}
.riji_left_box3 .riji_left_box3_content .box3_box1 .box3_box1_img {
  background-color: #f5a623;
  width: 180px;
  height: 120px;
}
.riji_left_box3 .riji_left_box3_content .box3_box1_content {
  margin-left: 20px;
  flex: 1;
}
.riji_left_box3 .riji_left_box3_content .box3_box1_content .box3_box1_content_title {
  color: #444141;
  font-weight: 600;
  font-size: 18px;
}
.riji_left_box3 .riji_left_box3_content .box3_box1_content .box3_box1_content_content a {
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.box3_box1_footer {
  margin-top: 21px;
  box-sizing: border-box;
  width: 100%;
  padding-right: 51px;
  display: flex;
  flex-wrap: wrap;
}
.box3_box1_footer .box3_box1_footer_box {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}
.box3_box1_footer .box3_box1_footer_box .footer_box_redio {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #d8d8d8;
  margin-right: 10px;
}
.box3_box1_footer .box3_box1_footer_box .footer_box_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
  font-size: 14px;
  color: #525252;
}
.riji_left_box4 {
  width: 100%;
  margin-top: 20px;
  background-color: bisque;
}
.riji_left_box5 {
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 21px;
  padding-bottom: 18px;
  width: 100%;
  margin-top: 20px;
}
.riji_left_box5 .riji_left_box5_content {
  margin-top: 51px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 5px;
}
.riji_left_box5 .riji_left_box5_content .riji_left_box5_content_box1 {
  width: 45%;
  border: 1px solid #eeeeee;
}
.riji_left_box5 .riji_left_box5_content .riji_left_box5_content_box1 .box5_content_box1_btn {
  background-color: #f95e71;
  color: white;
  height: 42px;
  width: 200px;
  margin: 0 auto;
  border-radius: 4px;
  position: relative;
  bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.riji_left_box5 .riji_left_box5_content .riji_left_box5_content_box1 .box5_content_box1_btn2 {
  background-color: #2bcfaa;
  color: white;
  height: 42px;
  width: 200px;
  margin: 0 auto;
  border-radius: 4px;
  position: relative;
  bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box5_content {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 14px;
  margin-top: 10px;
}
.box5_content .box5_content_img {
  width: 120px;
  height: 120px;
  background-color: #f5a623;
  margin-right: 12px;
}
.box5_content .box5_content_box {
  flex: 1;
}
.box5_content .box5_content_box_title {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box5_content .box5_content_box_content a {
  color: #9E9E9E;
  font-size: 13px;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.box5_content_box2 {
  margin-top: 25px;
}
.box5_content_box2 .box5_content_box2_box1 {
  margin-bottom: 20px;
  display: flex;
  margin-left: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.box5_content_box2 .box5_content_box2_box1 .box5_radio {
  width: 6px;
  height: 6px;
  background-color: #d8d8d8;
  border-radius: 50%;
  margin-right: 10px;
}
.box5_content_box2 .box5_content_box2_box1 .box5_box_p {
  color: #525252;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.howmuch {
  margin-top: 25px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.howmuch .howmuch_box {
  width: 30%;
  margin-bottom: 29px;
}
.howmuch .howmuch_box .howmuch_box_img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.howmuch .howmuch_box .howmuch_box_p {
  width: 1005;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: #3e3e3e;
}
.hightp {
  margin-top: 20px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.hightp .hightp_box {
  width: 100%;
  margin-bottom: 22px;
}
.hightp .hightp_box .hightp_box_img {
  width: 100%;
  height: 103px;
  background-color: #64a9fa;
}
.hightp .hightp_box .hightp_box_p1 a {
  margin-left: 7px;
  color: #3e3e3e;
  font-size: 16px;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.hightp .hightp_box .hightp_box_p2 a {
  margin-left: 7px;
  color: #9e9e9e;
  font-size: 12px;
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}