body{
    background-color: #F7F7F7;
    font-size:1rem;
}

/*跳转div*/

.show-table {
   /*  width: 100%; */
    height: auto;
    padding:10px 0 10px 0;
    border: 1px solid #F7F7F7;
    display: flex;
    text-align: center;
    font-size: 0.425rem;
    margin-top: 0.25rem;
    background-color: white;
}

.show-table span {
    top: 20%;
    position: relative;
}

.show-table-product-detail {
    width: 33.3%;
    height: 100%;
    border-right: 1px solid #F7F7F7;
}

.show-table-step {
    width: 33.3%;
    height: 100%;
    border-right: 1px solid #F7F7F7;
}

.show-table-question {
    width: 33.3%;
    height: 100%;
}

.show-table-nav {
    width: 33.3%;
    height: 100%;
}

.show-table-selected{
    background-color:#ffe2a5;
    border-radius: 8px;
}
.show-table-fixed-top{
    position: fixed;
    width:100%;
    top:-0.25rem;
    z-index:100;
}

/*产品详情*/
.product-detail,
.step,
.claim,
.question {
    box-shadow: 1px 1px 1px 1px #F7F7F7;
    background-color: white;
    width: 100%;
    height: auto;
    /*margin-top: 20px;*/
    border-top:1px solid lightgray;
}
.product-detail .title p,
.step .title p,
.claim .title p,
.question .title p{
    border-left: 3px solid #fd6900;
    margin:10px 0px 10px 0px;
    padding-left: 5px;
    text-align: left;
    font-size:0.425rem;
}
.question .q {
    color: #fd6900;
    margin-top:0.4rem;
}
.question .a{
	margin-top:0.1rem;
}
.question .q,
.question .a{
	padding-left:10px;
	padding-right:10px;
	font-size:0.375rem;
}

/*条款和特约的调整*/
.instruction{
    padding: 30px 10px 10px 10px;
    font-size: 0.375rem;
    background-color: white;
}

.clause{
	font-size: 0.35rem;
}
.top-img{
	position:relative;
}
.top-img .product-name{
	position:absolute;
	top:25%;
	left:5%;
	font-size:0.5rem;
	text-shadow:2px 3px 2px #808080;
}
.color-white{
	color:#fff;
}
.project{
    color:#696969;
    background:#fff;
    position:relative;
}
.project-title{
    position:relative;
    padding-left:0.383rem;
    font-weight:700;
    padding-top:15px;
    font-size:0.37625rem;
}
.project-title:before{
    content:'';
    position:absolute;
    display:block;
    height:0.383rem;
    width:0.3rem;
    left:0;
    bottom:5px;
    background-color:#ff3f61;
}
.project-head{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin:0 5px;
    font-size:0.37625rem;
    border:1px solid #ff3f61;
    border-radius: 8px 8px 0 0;
}
.project-head .project-head-item{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}
.project-head .project-head-item:not(:first-child):not(:last-child){
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.project-head-item.selected{
    background-color:#ff3f61;
    border-bottom:none;
    position:relative;
}
.project-head-item:first-child.selected{
    border-radius: 8px 0 0 0;
}
.project-head-item:last-child.selected{
    border-radius: 0 8px 0 0;
}
.project-head-item.selected:after{
    content:'';
    position:absolute;
    display:block;
    height:0;
    width:0;
    border-top: 8px transparent dashed;
    border-left: 8px transparent dashed;
    border-right: 8px transparent dashed;
    border-bottom: 8px #fff solid;
    bottom:0;
    left:45%;
    z-index:3;
}

.project-head .project-head-item:not(:last-child){
    border-right:none;
}
.project-body{
    margin:0 5px ;
    border:1px solid #ff3f61;
    border-top:none;
    font-size:0.35625rem;
    border-radius: 0 0 8px 8px;
}

.project-body-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:5px 10px;
}
/*.project-body-item:nth-child(even){
    background-color: #cecac5;
}*/
.project-body-item:last-child{
    border-radius: 0 0 8px 8px;
}
.project-body-item.title{
    font-weight: 700;
}
.project-body-item .premium{
    padding-right:5px;
}
.old-price{
    color: #999;
    text-decoration: line-through;
}

.weui-btn+.weui-btn {
    margin-top: 0;
}
