/* 重置&默认(reset&base)(tags) */
*[hidefocus],input,textarea,a{outline:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;}
fieldset,img,html,body,iframe{border:0;-webkit-tap-highlight-color: rgba(255,255,255,0)}
table{border-collapse:collapse;border-spacing:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
caption,th{font-weight:normal;font-style:normal;text-align:left;}
em,strong{font-weight:bold;font-style:normal;}
body,textarea,select,input,pre{font-family:arial,microsoft yahei,helvetica,sans-serif;font-size:14px;color:#555;}
body{background:white;line-height:1.5em;-webkit-text-size-adjust:none;}
a,button{cursor:pointer;}
textarea{resize:none;overflow:auto;}
pre{white-space:pre-wrap;}
a{color:#333;text-decoration:none;}
input{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
}
button {
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}
/* 布局(grids)(.g-) */
/* 页面 */

html,body{
    box-sizing: border-box;
    font-family: 微软雅黑, sans-serif;
}


.dna_top{
    z-index:9999;
    position:fixed;
    width: 100%;
    top: 120px;

}
.dna_top_title{
    width: 190px;
    height: 40px;;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: url("../images/Rectangle 95.png") no-repeat;
    background-size: cover;
    margin-left: 45px;
}
.dna_top_input{
    /* z-index: 9999;
    position: fixed; */

    font-size: 15px;
    color: #2dcded;
    width: 280px;
    height: 232px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
}
.dna_top_input {
    /* padding: 15px 0; */
    
}
.dna_top .dna_top_input .back1{
    border: none;
    margin: 0 28px;
    margin-top: 26px;
    margin-bottom: 15px;
    background-color: #f0f0f0;
    width: 225px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    display: inline-block;   
}

.dna_top .dna_top_input .back2{
    border: none;
    margin: 0 28px;
    background-color: #f0f0f0;
    width: 225px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    display: inline-block;
}

.dna_top .dna_top_input input{
    text-align: left;
    padding-left: 8px;
    border: none;
    width: 225px;

}

.cardnum{
    /* margin-left: 20px; */
}
.dna_massage{
    background-color: #f1f1f1;
    height: 210px;
}
.dna_massage .dna_massage_title{
    font-size: 16px;
    color: #666666;
    width: 84%;
    padding: 15px 0;
    margin: 0 auto;
}
.dna_massage .dna_massage_detail{
    font-size: 15px;
    color: #4a4a4a;
    width: 84%;
    margin: 0 auto;
}
.dna_massage .dna_massage_detail .massage_one .massage_breeder{
    padding-left: 10px;
    margin: 0 auto;
}
.dna_massage .dna_massage_detail .massage_two{
    padding-top: 10px;
}
.dna_massage .dna_massage_detail .massage_two .massage_gander{
    padding-left: 10px;
}
.dna_massage .dna_massage_detail .massage_three{
    padding-top: 10px;
}
.dna_massage .dna_massage_detail .massage_three .massage_age{
    padding-left: 10px;
}
.dna_massage .dna_massage_remind{
    color: red;
    padding: 0px 0;
    font-size: 13px;
}

.dna_bottom{
    width: 92%;
    /* padding: 20px; */
    margin: 0 auto;
    box-sizing: border-box;
    /* border: 2px solid rgba(173,212,255,1);
    border-radius: 5px;
    background: #fff; */
}
.dna_bottom .dna_bottom_left{
    /* display: inline-block; */
    vertical-align: top;
    font-size: 16px;
    color: #797979;
    padding: 10px 0;
    /*padding-top:50px;*/
    margin-bottom: 5px
}
.dna_bottom .dna_bottom_right{
    /* display: inline-block; */
    font-size: 15px;
    margin-bottom: 60px;
}
.dna_bottom .dna_bottom_right .dna_select{
     
     font-size: 15px;
     
 }
 .dna_bottom .dna_bottom_right .dna_select2{
     
    display: none;
    
}
 .dna_bottom .dna_bottom_right p{
     display: block;
     height: 45px;
     line-height: 45px;
     /* color: #2f2f2f; */
     border-bottom: 1px solid #f5f5f5;
 }
 .dna_bottom .dna_bottom_right .dna_select em{
     font-size: 11px;
     color: red;
     margin-left: 7px;
 }
.dna_bottom .dna_bottom_right .dna_select span{
    vertical-align: middle;
}

.dna_bottom .dna_bottom_right .dna_select .dna_icon{
    display: inline-block;
    float: right;
    background: url("../images/2.png") no-repeat center;
    background-size: cover;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-top: 15px;
    /* vertical-align: middle; */
}
.dna_bottom .dna_bottom_right .dna_select1 .dna_icon{
    background: url("../images/unCheck.png") no-repeat center;
    background-size: cover;
}
.dna_bottom .dna_bottom_right .dna_select1 .dna_icon.selected{
    background: url("../images/checked.png") no-repeat center;
    background-size: cover;
}
.dna_bottom .dna_bottom_right .dna_select4 .dna_icon{
    background: url("../images/unCheck.png") no-repeat center;
    background-size: cover;
}
.dna_bottom .dna_bottom_right .dna_select .dna_icon1{
    display: inline-block;
    float: right;
    background: url("../images/1.png") no-repeat center;
    background-size: cover;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    /* vertical-align: middle; */
}
.dna_bottom .dna_bottom_right .dna_select3{
    /* padding: 0px 20px 20px; */
    padding-bottom: 18px;
}

.dna_bottom .dna_bottom_right .dna_select3 .dna_icon3{
    display: inline-block;
    float: right;
    width: 17px;
    height: 17px;
    margin-top: 14px;
    margin-right: 5px;
    background: url("../images/1.png") no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
}

.dna_bottom .dna_bottom_right .dna_select4 .dna_icon{
    display: inline-block;
    float: right;
    width: 17px;
    height: 17px;
    margin-top: 14px;
    margin-right: 5px;
    background: url("../images/unCheck.png") no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
}

.dna_btn .dna_nextbtn{
    width: 100%;
    border: none;
    position: fixed;
    bottom: 0;
    background: url(../images/Footbg.png);
    background-size: cover;
    color: white;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    font-size: 16px;
    outline: none;
    filter:chroma(color=#000000)
}
.massage_callname{
	padding-left: 6px !important;
}
.call_name{
	height: 30px;
    border: 1px solid #ddd;
    width: 230px;
    margin-left: 6px;
    padding-left: 6px;
    border-radius: 10px;
    font-weight: bold;
    font-style: normal;
}

.call_name::-webkit-input-placeholder{
	font-weight: normal;
}
.dna_select  .notice{
    background-color: red;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
}
.noticeContent{
    padding: 20px;
    color: rgb(16, 16, 16);
    
}
