@charset "utf-8";
/*样式格式化start*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
}

a:hover{
    color:#333;
}


body {
    /*font-family: Helvetica, STHeiti STXihei, Microsoft JhengHei,*/
    /*Microsoft YaHei, Arial;*/
    font-family: "Microsoft YaHei";
    /*margin: 0;*/
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not ([controls] ) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

svg:not (:root ) {
    overflow: hidden;
}

em, s, i {
    font-style: normal;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
    border: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

button, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
    margin: 0;
}

ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none outside none;
}

.pd-10 {
    padding: 10px;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg10-0 {
    margin: 10px 0;
}

.mg-r-10 {
    margin-right: 10px;
}

.mg10 {
    margin: 10px;
}

.weui-content {
    background: #fff;
}

.clearfix {
    clear: both;
    display: block;
}

.clear:after, .clear:before {
    clear: both;
    display: block;
    content: "";
}

.num {
    font-family: Arial, Helvetica, sans-serif;
}

.t-c {
    text-align: center;
}

.t-r {
    text-align: right;
}

.txt-color-ml {
    color: #586c94;
}

.txt-color-red {
    color: #e21323;
}

.yellow-color {
    background-color: #ffb03f;
}

.gray-color {
    background-color: #ddd;
}

.red-color {
    background-color: #e21323;
}

.weui-icon-success {
    color: #15C8DA;
}

.font-b {
    font-weight: bold;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
    font-weight: normal;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.mg-tb-5 {
    margin: 5px 0 !important;
}

.w-100 {
    width: 100px;
}

.w-90 {
    width: 90px;
}

.w-80 {
    width: 80px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.radius {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.hide {
    display: none;
}

.w{
    width: 1250px;
    margin: 0 auto;
}

/*样式格式化*/
/*首页*/

.index_nav {
    height: 40px;
    background-color: #fff;
    color: #454545;
position: relative;
color: #454545
}
.index_nav .user_ima{
float: right;
}
.index_nav .user_ima .item{ 
float: left;
line-height: 40px;
padding-left: 7px;
}
.index_nav .user_ima .item a{ 
margin: 0px 5px;
color: #454545;
}
.index_nav .user_ima .item a:hover{ 
color: #fc771f
}
.index_nav .user_ima .item a.cur{ 
color: #fc771f
}

.index_nav{
    zoom:1;
    overflow: hidden;
}
.index_nav h1{
float: left;
font-size: 14px;
color: #454545;
position: absolute;
left: 0px;
top: 0px;
height: 40px;
line-height: 40px;
}

.index_nav .index_hello{
    padding: 0 20px;
    border-right: 1px solid #454545;
}

.index_nav .index_memberNum{
    padding: 0 20px;
}

header {
    height: 113px;
    background: url("../image/topbgi_02.png") repeat-x;
    box-shadow: 0 5px 20px 0px #e5e5e5; ;
    min-width: 1250px;
}
header .w{
    height: 113px;

}

header .index_logo{
    display: flex;
}

header .index_logo img{
    margin-right: 20px;
}

header.index_header .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.index_header .w .index_navigation{
    font-size: 22px;
}

header.index_header .w .index_navigation ul{
    display: flex;
    justify-content: space-between;
}

header.index_header .w .index_navigation ul li {
    display: block;
    padding: 10px 30px 0px ;
    color: #ffffff;
}

header.index_header .w .index_navigation ul li a,
header.index_header .w .index_navigation ul li a:hover{
    color: #ffffff;
    padding-bottom: 10px;
}

header.index_header .w .index_navigation ul li.active a{
    color: #015293;
}

header.index_header .w .index_navigation ul li.active a{
    border-bottom: 2px solid #015293;
}


.inex_footer {
    height: 130px;
    text-align: center;
    background-color: #232323;
    color: #a1a1a1;
    padding-top: 40px;
    box-sizing: border-box;
    min-width: 1250px;
}

.index-content_right.breeding {
    padding: 10px 15px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.index-content_right .input_1 .layui-input-inline,
.index-content_right .input_1 .layui-form-item input {
    width: 450px;
}

.breeding_item {
    margin-top: 40px;
}

.breeding_item .layui-table tr th ,
.breeding_item .layui-table tr td {
    text-align: center;
}

.breeding_Privacy {
    display: flex;
    margin-bottom: 50px;
}

.breeding_item_right .breeding_Privacy{
    display: block;
}

.breeding_Privacy_item1 {
    width: 125px;
    margin-right: 20px;
}

.breeding_Privacy .breeding_Privacy_item1 p{
    font-size: 15px;
    color: #000000;

}

.breeding_Privacy .breeding_Privacy_item1 span{
    font-size: 13px;
    color: #999;
}

/*
.breeding_Privacy .breeding_Privacy_item2 label{
    width: 200px;
    height: 140px;
    background: url("../image/addimg.png");
    display: block;
    border: 1px dashed #c9c9c9;
}
*/

.breeding_Privacy .breeding_Privacy_item2 label {
    width: 121px;
    height: 45px;
    background: url("../image/addimg.png") -39px -45px;
    display: block;
    border: 1px dashed #c9c9c9;
    margin-left: 3rem;
}

.person_info_detail_item{
    line-height: 25px;
}

.person_info_detail_item .layui-btn{
    width: 50px;
    height: 25px;
    margin-left: 10px;
}

.breeding_item h3.breeding_item_title span{
    display: block;
    font-size: 29px;
    padding: 0 10px;
    border-left: 5px solid #fc771f;
    height: 30px;
    line-height: 30px;
}

.breeding_item  .layui-table {
    margin: 0px;
}

.breeding_item .index_content_item_title{
    padding: 20px;
}

.index-content_right .small_dog .layui-form-label {
    font-size: 16px;
}

.chip .layui-form-item .layui-input-inline {
    width: 235px;
}

.small_dog tbody td input {
    background-color:#f9f9f9;
    border-width:0px;
    text-align: center;
    height: 30px;
}

.small_dog tbody td .input_detail {
    background-color:#f9f9f9;
    border-width:0px;
    text-align: center;
    height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 30px;
}

#add_tan {
    font-size: 26px;
    color: #00aa98;
}

.index-content_right.registration .breeding_item_item {
    display: flex;
}

.index-content_right.registration .breeding_item_item .breeding_item_left {
    flex: 1;
}


.breeding_item_item .breeding_item_right {
    margin-left: 50px;
    margin-right: 35px;
    width: 200px;
}

.breeding_item_item .breeding_item_left .layui-form-item .layui-form-label{
    width: 100px;
    font-size: 16px;
}

.breeding_item_item .breeding_item_left .layui-form-item .layui-input-block{
    margin-left: 130px;
    width: 465px;
}

.breeding_item_item .breeding_item_left .layui-form-item.address .layui-input-inline{
    width: 221px;
}

.breeding_item_right .registration_Privacy .breeding_Privacy_item1 {
    margin-top: 10px;
    text-align: center;
    width: 200px;
}
.breeding_item_right .registration_Privacy .breeding_Privacy_item1 p{
    color: #545454;
    margin-bottom: 3px;
}

.layer_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5)
}

.layer_box .center_box{
    background-color: #fff;
    width: 670px;
    height: 535px;
    padding: 20px;
    /*margin: 40px auto ;*/
    box-sizing: border-box;
}

.layer_box .center_box h3{
    padding-left: 10px;
    border-left: 3px solid #fc771f;
    font-size: 30px;
}

.layer_box .center_box .pay_info {
    display: flex;
    justify-content: space-around;
}

.layer_box .center_box .pay_info span{
    display: block;
    margin-top: 10px;
    text-align: center;
}

.layer_box .center_box .layui-form {
    /*margin: 40px 0;*/
}

.layer_box .center_box .layui-form th,
.layer_box .center_box .layui-form td {
    text-align: center;
}




*{
        -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gray_bj{
    background: #f2f2f2
}

.re_index{
    padding-top: 28px;
}

.re_index .wrapper{
    width: 1250px;
    margin: auto;
    background: #fff;
    padding:68px 60px 0px;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom:1;
    overflow: hidden;
}
.re_index .wrapper .slide_nav{
 float: left;
 width: 202px;
border:1px solid #eeeeee;
background: #f1f1f1;   
}
.re_index .wrapper .slide_nav li{
    text-align: center;
}
.re_index .wrapper .slide_nav li a{
    display: block;
    height: 250px;
    font-size: 20px;
    color: #060606;
    padding-top: 145px;
    position: relative;
}
.re_index .wrapper .slide_nav li a:after{
position:absolute;
top: 50%;
right: -1px;
content: "";
width: 24px;
height: 33px;
background: url(../image/sj.png) no-repeat center center;
transform: translate(00%, -50%);
opacity: 0;
filter:alpha(opacity=0);
}
.re_index .wrapper .slide_nav li a:hover:after{

opacity: 1;
filter:alpha(opacity=100);
}
.re_index .wrapper .slide_nav li a.current:after{

opacity: 1;
filter:alpha(opacity=100);
}
.re_index .wrapper .slide_nav li a.nav_link_1{
background: url(../image/s1.png) no-repeat center 84px;
}
.re_index .wrapper .slide_nav li a.nav_link_2{
background: url(../image/s2.png) no-repeat center 90px;
}




.re_index .wrapper .slide_nav li a.nav_link_1:hover{
    border-bottom: 1px solid #eeeeee;
background: url(../image/s1hover.png) no-repeat center 84px #f7f7f7;
}
.re_index .wrapper .slide_nav li a.nav_link_2:hover{
    border-bottom: 1px solid #eeeeee;

background: url(../image/s2hover.png) no-repeat center 90px #f7f7f7;
}





.re_index .wrapper .slide_nav li a.nav_link_1.current{
    border-bottom: 1px solid #eeeeee;

background: url(../image/s1hover.png) no-repeat center 84px #f7f7f7;
}
.re_index .wrapper .slide_nav li a.nav_link_2.current{
    border-bottom: 1px solid #eeeeee;

background: url(../image/s2hover.png) no-repeat center 90px #f7f7f7;
}






.re_index .wrapper .re_main_list{
    float: left;
    margin-left: 15px;
    width: 792px;
	display:none;
}
.re_index .wrapper .re_main_list *{
font-size: 18px;
color: #5d5d5d
}
.re_index .wrapper .re_main_list .layui-form-label{
width: 172px;
}
.re_index .wrapper .re_main_list .layui-form-label strong{
font-size: 18px;
margin-right: 3px;
color: #d30000
}

.re_index .wrapper .re_main_list .layui-form-item .layui-input-inline{

}


.re_index .wrapper .re_main_list .layui-input-block {
    margin-left: 144px;
    min-height: 36px;
}

.re_index .wrapper .tola{
    width: 518px;
}
.re_index .wrapper .tola2{
    width: 160px !important;
}
.re_index .wrapper .re_main_list .layui-input-inline .layui-input{

}

.re_index .wrapper .subt  .layui-btn{
    width: 517px;
    height: 44px;
    background: #fb8b48;
    color: #fff;
}


.re_index .wrapper .layui-form-item .layui-input-inline {
    float: left;
    width: 166px;
    margin-right: 10px;
}
.re_index .wrapper .layui-form-item{
    margin-bottom: 30px;
}

.re_index .wrapper  .layui-form-item .layui-inline{
    margin-bottom: 0px;
}

.re_index .wrapper .re_main_list .h2model{
    padding-left: 45px;
  
}
.re_index .wrapper .re_main_list .h2model span{
    display: inline-block;
height: 20px;
line-height: 20px;
font-size: 20px;
margin-bottom: 30px;
border-left: 3px solid #f69c4e;
padding-left: 10px;
font-weight: normal;
color: #050505    
}


.re_index .wrapper .re_main_list .titlemodel2 {
    height: 20px;
    line-height: 20px;
    text-indent: 98px;
    margin-bottom: 30px;
    position: relative;
    background: url(../image/link.png) no-repeat 62% center;
    margin-left: -50px;
}
.re_index .wrapper .re_main_list .titlemodel2 span{
   font-size: 18px;
    /*color: #cccccc;  */
}

.normally{
    padding-top: 0px !important;
    padding-bottom: 0px  !important;
}

 .upload{
    width:  150px;
    height: 110px;
    margin-left: 30px;
    border:2px dashed #aaaaaa;
    border-radius: 12px;
    background:url(../image/add.png) no-repeat center center #f9f9f9;
    background-size: 30%;
    cursor: pointer;
    position: relative;
}
 .upload img{
    display: block;
    width: 100%;
    height: 100%;
}
 .upload .file{
    position:absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

