*{margin:0;padding: 0;list-style: none;text-decoration: none;}
body{background: #F6F6F6;}
.container{height: 70px;width: 1200px;margin: 0 auto;position: relative;}
.parent {width: 400px;right: 100px;position:absolute;}
.search {
    width: 385px;
    height: 34px;
    border-radius: 18px;
    margin-top: 15px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 20px;
    position: absolute;
}
.location a {
    margin-right: 5px;
}
.btn {
    height: 35px;
    width: 35px;
    position: absolute;
    background: url(/Public/Home/images/question_img/sousuo.png)no-repeat;
    top: 24px;
    left: 350px;
    border: none;
    outline: none;
    cursor: pointer;
}
.questions{
    width: 69px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: #FF4848;
    border-radius: 17px;
    position: absolute;
    top: 15px;
    right: 0px;
}

/* 当前位置 */
.location{
    width: 1200px;
    margin:0 auto;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
}
.location img{
    width: 15px;
    height: 13px;
    margin-top: 8px;
    margin-right: 10px;
}
.location a{
    color: #333333;
}


/* 标题 */
.details_top{
    width: 1160px;
    padding: 20px 20px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 5px 5px 25px 4px rgba(225, 225, 225, 0.18);
    border-radius: 4px 4px 0px 0px;
    position: relative;
}
.de_t{
    display: flex;
}
.details_top_main{
    width: 780px;
}
.details_top_main p{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
.details_top_main span{
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #333333;
    margin-top: 15px;
    letter-spacing: 1px;
}
.details_top_btn{
    display: flex;
    margin-top:30px;
}
.details_top_btn a{
    width: 88px;
    height: 33px;
    line-height: 33px;
    text-align: right;
    padding-right: 20px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: #FF4848;
    border-radius: 17px;
    margin-right: 15px;
    position: relative;
    letter-spacing: 1px;
}
.details_top_btn a img{
    position: absolute;
    left: 13px;
    top: 9px;
}
.details_top_btn a:nth-child(2){
    width: 77px;
    border: 1px solid #FF4848;
    border-radius: 17px;
    background:none;
    color: #FF4848;
}
.details_top_btn a:nth-child(3){
    width: 124px;
    border: 1px solid #FF4848;
    border-radius: 17px;
    background:none;
    color: #FF4848;
}
.details_top_btn a:nth-child(2) img{
    position: absolute;
    left: 9px;
    top: 9px;
}
.details_con{
    position: absolute;
    right: 30px;
    text-align: center;
    display: flex;
}
.details_con p{
    width: 85px;
    font-size: 16px;
    font-weight: 400;
    color: #8590A6;
}
.details_con span{
    display: block;
    font-weight: bold;
    color: #333333;
}

/* 板块 */
.details_plate{
    width: 1200px;
    margin:0 auto;
    margin-top:20px;
    margin-bottom: 50px;
    display: flex;
}
.plate_left{
    width: 804px;
    /*background: #FFFFFF;*/
    word-break: break-all;
    box-shadow: 5px 5px 25px 4px rgba(225, 225, 225, 0.18);
}
.tabs_tit{
    width: 190px;
    height: 36px;
    margin-left: 595px;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #FF4848;
    line-height: 36px;
}
.t_nav{
    width: 95px;
    height: 14px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.active{
    color: #FF4848;
}
.tabs_box{
    background:#FFFFFF;
    padding-top: 15px;
}
.left_matter{
    width: 95%;
    margin: 0 auto;
}
.dt_main_top{
    display: flex;
}
.dt_main_top img{
    width: 60px;
    height: 60px;
}
.dt_main_top_div{
    margin-top: 15px;
    margin-left: 21px;
}
.dt_main_top_div p{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.dt_main_top_div span{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.dt_main_middle{
    margin-top:20px;
    
}
.dt_main_middle p{
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    line-height: 30px;
    color: #333333;
}
.dt_main_middle p img{
    width:98%;
    margin-bottom:10px;
}
.dt_main_bottom{
    display: flex;
    margin-top: 15px;
    position: relative;
}
.dt_main_bottom p{
    font-size: 14px;
    font-weight: 400;
    color: #666E7F;
}
.dt_main_bottom_div{
   position: absolute;
   right:0;
}
.dt_main_bottom_div a{
    font-size: 16px;
    font-weight: 400;
    color: #8B95AA;
    margin-right:50px;
    position: relative;
}
.dt_main_bottom_div a:last-child{
    margin-right:20px;
}
.dt_main_bottom_div a img{
    position: absolute;
    top:0;
    left: -30px;
}
.plate_right{
    width: 336px;
    height: 330px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 5px 5px 25px 4px rgba(225, 225, 225, 0.18);
    border-radius: 4px;
    margin-left:20px;
}
.plate_right h4{
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    color: #333333;
    border-bottom:1px solid #E6E7E9;
}
.plate_right ul li{
    margin-top:15px;
}
.plate_right ul li p{
    width: 260px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.plate_right ul li span{
    font-size: 14px;
    font-weight: 400;
    color: #949EB1;
}
.sub_fa {
    width: 90px;
    height: 30px;
    position: absolute;
    right: 10px;
    bottom: -30px;
    font-size: 15px;
    border: none;
    background: #dadada;
}



/*弹框样式*/
.cd-popup3{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup3.is-visible3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container3 {
    position: relative;
    width:450px;
    padding-top: 20px;
    margin:250px auto;
    height: 410px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    /* text-align: center; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ 
    position: absolute;
    right:10px;
    top:10px; 
    z-index:10;
    width:auto;
    height:1.25rem; 
    display: block;
    font-size:14px;
}
.is-visible3 .cd-popup-container3 {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  }
  .container3_p{
   display: flex;
   margin-left: 25px;
  }
  .container3_p p{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    margin-left: 10px;
 
  }
.cd-buttons{
    margin-left: 25px;
    position: relative;
}
.buttons_input{
    width: 87%;
    outline: 0;
    padding:10px 10px;
    border: 1px solid #E9E9E9;
}
.cd-buttons p{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin-top:20px;
}
.cd-buttons p span{
    color: #FF4848;
    margin-right:5px;
}
.buttons_submit{
    width: 212px;
    height: 53px;
    margin:0 auto;
    display: block; 
    text-align: center;
    line-height: 53px;
    margin-top:20px;
    background: #FF4848;
    color: #FFFFFF;
    border-radius: 26px;
}
#cost_tpl_title_length{
    position: absolute;
    right: 30px;
    top: 95px;
    color: #999999;
}

/* 相关详情 */
.information_c_center span a{
    text-decoration: none;
    color: black;
}
.information_c_center span a:hover {
	color: red;
}
.information{
    width:100%;
    display: flex;
    padding:20px 20px;
    line-height: 30px;
}
.information_c{
    margin-right:30px;
}
.information_c span{
    width:350px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size:16px;
    text-overflow: ellipsis;
}
.information b{
    color: red;
    margin-left:30px;
}
.information_c_top{
    position: relative;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom:10px;
    margin-bottom:10px;
}
.information_c_top img{
    position: absolute;
    top:5px;
}
.information_c_center img{
    margin-right:10px;
}
.left_footer{
    margin-top:30px;
}
