@charset "UTF-8";
/*2020-2-14*/
.wrapper__detail .detail .new-page_banner{
  width: 1200px;
  height:354px;
  overflow: hidden;
}
.guide__content_new{
  margin-top: 15px;
  position: relative;
  background-color: #fff;
  /*padding: 30px 30px;*/
  margin-bottom: 20px;
  border: 2px solid #1a56b9;
}
.guide__box .guide__content--txt_new p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.guide__box .bg2_new {
    background-image: url(../images-new/new-page_title-bg.png);
    height: 50px;
}
.guide__box .guide__title_new {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding-left: 56px;
}
.guide__box .guide__content_new2 {
    margin-top: 15px;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}
.guide__box .guide--left .guide__item_new {
    background: url(../images-new/guide_icon1.png) no-repeat 20px 6px;
    margin-bottom: 20px;
    padding: 0 20px 0 46px;

}
.guide__box .guide__content--title_new {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    background: #e5f0fd;
    padding:0 20px;
    font-weight: bold;
    color: #1a56b9;
}
.guide__content--txt_new{
	padding: 20px 20px;
}
.guide__box .guide__content--txt_new .p2 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.guide__content_new2 table, td, th { border: 1px solid #91ccdb; padding:0 10px 0 10px;}


.detail-title h1 {
    line-height: 40px;
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 20px;
}

.detail-title .what-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.detail-title .what-info .info-author {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.detail-title .what-info .info-author span {
    margin-right: 10px;
    font-size: 14px;
    color: #999;
    display: inline-block;
}

.detail-title .what-info .info-author .trimmer {
    background: url(../images-new/trimmer.svg) -50px center no-repeat;
    background-size: 100% 16px;
    -o-background-size: 100% 16px;
    -webkit-background-size: 100% 16px;
    padding-left: 30px;
}

.detail-title .what-info .info-author .separator {
    font-size: 14px;
    font-weight: bold;
}

.detail-title .what-info .info-author .info-data {
    margin-left: 40px;
    padding-top: 14px;
}

.detail-title .what-info .info-author .info-data div {
    float: left;
}

.detail-title .what-info .info-author .info-data a {
    font-size: 14px;
    color: #999;
    padding-left: 6px;
    margin-right: 20px;
    /* line-height: 48px; */
    display: inline-block;
}

.detail-title .what-info .info-author .info-data i {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
}

.detail-title .what-info .info-author .info-data .browse {
    background: url(../images-new/browse.svg) left center no-repeat;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.detail-title .what-info .info-author .info-data .estimate {
    background: url(../images-new/estimate.svg) left center no-repeat;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.detail-title .what-info .info-author .info-data .buy {
    background: url(../images-new/buy.svg) left center no-repeat;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.detail-title .info-buy {
    text-align: center;
}

.detail-title .info-buy button {
    font-size: 14px;
    color: #fff;
    background: none;
    line-height: 37px;
    width: 122px;
    height: 40px;
    background: #e33830;
    border-radius: 3px;
    font-weight: bold;
    border: none;

}

.detail-title .info-buy button:hover {
    box-shadow: -1px 3px 6px 2px rgba(0, 0, 0, 0.176);
}

.float-buttonBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: sticky;
    bottom: 20px;
    z-index: 999;
    width: 240px;
    margin-left: 344px;
}

.float-button button {
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    width: 240px;
    height: 40px;
    background: #e33830;
    border-radius: 3px;
    font-weight: bold;
    border: none;
    display: block;
    margin-bottom: 16px;
}

.float-button button:hover {
    background: #e33830;
    box-shadow: -1px 3px 6px 2px rgba(0, 0, 0, 0.176);
}