/* 重置&默认(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{
    padding-bottom: 10px;
}
.dna_top_title{
    text-align: center;
    font-size: 18px;
    color: #2dcded;
    padding: 20px 0;
}
.dna_top_input{
    font-size: 15px;
    color: #2dcded;
    width: 84%;
    margin: 0 auto;
}
.dna_top_input .dna_top_card {
    padding: 15px 0;
    display: inline-block;
}
.dna_top .dna_top_input .dna_top_card .back1{
    border: none;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    margin-left: 1px;
    padding-left: 0px;
}

.dna_top .dna_top_input .dna_top_card .back2{
    border: none;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
}

.dna_top .dna_top_input .dna_top_card input{
    text-align: right;
    border: none;
}
.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: 84%;
    padding-top: 20px;
    margin: 0 auto;
}
.dna_bottom .dna_bottom_left{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}
.dna_bottom .dna_bottom_right{
    display: inline-block;
    font-size: 15px;
}
.dna_bottom .dna_bottom_right .dna_select{
     padding: 0px 20px 20px;
 }
.dna_bottom .dna_bottom_right .dna_select span{
    vertical-align: middle;
}

.dna_bottom .dna_bottom_right .dna_select .dna_icon{
    display: inline-block;
    background: url("../image/2.png") no-repeat center;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.dna_bottom .dna_bottom_right .dna_select .dna_icon1{
    display: inline-block;
    background: url("../image/1.png") no-repeat center;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.dna_bottom .dna_bottom_right .dna_select3{
    padding: 0px 20px 20px;
    padding-bottom: 50px;
}

.dna_bottom .dna_bottom_right .dna_select3 .dna_icon3{
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 5px;
    background: url("../image/4.png") no-repeat center;
    background-size: 100% 100%;
}

.dna_btn .dna_nextbtn{
    width: 100%;
    border: none;
    background-color: #2BCDED;
    color: white;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 16px;
    outline: none;
    filter:chroma(color=#000000)
}