body,
ul,
li,
div,
a {
    font-family: shs, Arial, '黑体';
}

html,
body,
.wrapper {
    width: 100%;
    height: 100%;
}
.govlink{
    position: absolute;
    top: 196px;
    left: 50%;
    margin-left: -146px;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
a {
    cursor: pointer;
}
.swiper-container{
    width: 100%;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 10px;
}
.swiper-pagination-bullet-active{
    background: #00979C;
}
.bluenav .swiper-pagination-bullet-active{
    background: #00979C;
}
.swiper-button-prev,.swiper-button-next{
    width: 20px;
    height: 58px;
    background-size: 100% 100%;
}
.swiper-button-prev{
    background-image: url(../images/yuan-3.png);
}
.swiper-button-next{
    background-image: url(../images/yuan-4.png);
}
.swiper-slide a{
    display: block;
}
/*头部*/
.header {
    /*position: absolute;
	top: 0;
	left: 0;*/
    width: 100%;
    border-bottom: solid 1px #dddddd;
    min-width: 1200px;
    position: relative;
    z-index: 101;
}

.nav_top {
    width: 100%;
    background: #00979C
;
    height: 32px;
}

.bluenav .nav_top {
    background: #00979C;
}

.nav_top ul {
    position: absolute;
    right: 70px;
}

.nav_top ul li {
    display: inline-block;
    line-height: 14px;
    padding: 0 8px;
    vertical-align: middle;
    margin-top: 9px;
    border-right: 1px solid #fff;
}

.nav_top ul li a {
    color: #fffefe;
    font-size: 12px;
}

.nav_top ul li:last-child {
    border-right: none;
}

.nav_main {
    position: relative;
    width: 100%;
    max-width: 1296px;
    min-width: 1208px;
    margin: 0 auto;
    height: 88px;
    line-height: 88px;
}

.nav_main * {
    vertical-align: middle;
    display: inline-block;
}

.logo {
    margin-right: 126px;
    width: 161px;
    height: 44px;
    background: url(../images/logo.png) no-repeat;
    background-size: 100% auto;
}

/*.bluenav .logo {
    width: 136px;
    height: 56px;
    background: url(../images/policy_02.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 304px;
}
.bluenav .logo:after{
    content: '';
    width: 194px;
    height: 19px;
    display: inline-block;
    background: url(../images/logo2.png) no-repeat;
    margin-left: 165px;
    vertical-align: top;
    margin-top: 20px;
}*/
.nav_main ul * {
    vertical-align: top;
}
.nav_main>ul>li {
    margin: 0 14px;
    position: relative;
    width: 80px;
}
.nav_main ul li a {
    font-size: 16px;
    color: #666;
    display: block;
    min-width: 84px;
    text-align: center;
}

.nav_main ul li a:hover,
.nav_first_choosen {
    color: #00979C
;
}

.bluenav .nav_main ul li a:hover,
.bluenav .nav_first_choosen {
    color: #00979C;
}

.nav_main ul li:hover .nav_second {
    display: block;
}

.nav_main .nav_second {
    position: absolute;
    height: 74px;
    margin-left: -14px;
    top: 89px;
    left: 0;
    display: none;
    z-index: 2;
    font-size: 0;
}
.nav_main ul li:nth-child(1) .nav_second{
    width: 880px;
}
.nav_main ul li:nth-child(2) .nav_second{
    width: 226px;
}
.nav_main ul li:nth-child(3) .nav_second{
    width: 338px;
}
.nav_main ul li:nth-child(4) .nav_second{
    width: 560px;
}
.nav_main .nav_second ul li{
    vertical-align: top;
}
.nav_second_bg{
    width: 100%;
    height: 74px;
    background: #f5f5f5;
    position: absolute;
    top: 121px;
    left: 0;
    content: '';
    z-index: 1;
    display: none;
}
.nav_second ul {
    height: 74px;
}

.nav_second ul li a {
    padding: 0 14px;
    margin: 0;
    height: 74px;
    line-height: 74px;
}

.nav_second ul li a:hover,
/*.nav_second ul li:first-child a,*/
.nav_secondchoosen {
    background: #00979C
;
    color: #fff;
    cursor: pointer;
}

.nav_second ul li .baby_nav:hover{
    background: #00979C;
}

.bluenav .nav_second ul li a:hover,
.bluenav .nav_secondchoosen {
    background: #00979C;
    color: #fff;
}

.nav_main_right {
    float: right;
    margin-right: -24px;
    font-size: 0;
}

.nav_sina {
    margin-right: 16px;
}

.nav_wechat {
    margin-right: 20px;
    position: relative;
}

.nav_wechat:hover .nav_wechat_code,
.nav_wechat:hover .nav_red_code {
    display: block;
}
.nav_red_pic{
    width: 70px;
}
.nav_red_code{
    position: absolute;
    width: 115px;
    top: 80px;
    left: -18px;
    display: none;
}
.nav_wechat_code {
    position: absolute;
    width: 115px;
    top: 80px;
    left: -30px;
    display: none;
}

.header_search_box {
    width: 168px;
    height: 28px;
    line-height: 28px;
    border-bottom: solid 2px #cdcdcd;
}

.header_search_box input {
    width: 140px;
    font-size: 18px;
    border: none;
    padding: 0;
    letter-spacing: 2px;
    color: #666;
}


/*底部*/
.footer {
    /*position: absolute;
	bottom: 0;
	left: 0;*/
    width: 100%;
    background: #00979C
;
    height: 284px;
    min-width: 1200px;
    overflow: hidden;
}

.bluenav .footer {
    background: #00979C;
}

.footer_container {
    width: 100%;
    max-width: 1296px;
    min-width: 1200px;
    margin: 30px auto 0;
    position: relative;
}

.foot_left {
    position: absolute;
    left: 0;
}

.foot_left p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-top: 18px;
}

.foot_right {
    position: absolute;
    right: 0;
    text-align: right;
    color: #fff;
}

.foot_right ul li {
    display: inline-block;
    margin: 0 14px;
}

.foot_right ul li:last-child {
    margin-right: 0;
}

.foot_right ul li a {
    color: #fff;
    font-size: 20px;
}

.foot_btn {
    margin: 20px 0 10px;
}

.foot_btn a {
    font-size: 14px;
    color: #fff;

}

.foot_right p, .foot_right p a{
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.foot_country2{
    display: none;
}
/*.bluenav .foot_country2{
    display: block;
}
.bluenav .foot_country1{
    display: none;
}*/
.foot_country{
    margin: 142px 0 30px;
    float: right;
}
.foot_country a{
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(255,255,255,.5);
    border-radius: 15px;
    display: inline-block;
    margin-left: 10px;
}
.foot_country a img{
    vertical-align: middle;
    height: 11px;
}
/*首页*/
.container {
    /*width: 1200px;*/
    width: 100%;
    margin: 0 auto;
    min-height: calc(100% - 377px);
    /*overflow: hidden;*/
}

.banner,
.main .banner img,
.pet .banner img,
.news .banner img,
.infant .banner_pic,
.uservoice .banner img,
.member .banner .swiper-slide img {
    max-width: 1440px;
    min-width: 1200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.main_product {
    width: 1310px;
    margin: 52px auto 50px;
    text-align: center;
}

.main_product a {
    display: inline-block;
    margin: 0 6px;

}
.main_product a img{
    border-radius: 14px;
}
.main_product p {
    font-size: 30px;
    color: #666;
    margin: 40px auto 26px;
}

.main_product div {
    color: #00979C
;
    font-size: 18px;
    line-height: 22px;
}

.main_recommand {
    background: #ecf1f7;
}

.main .sub_title {
    font-size: 30px;
    color: #00979C
;
}

.main_recommand {
    text-align: center;
    padding: 44px 0 56px;
    min-width: 1334px;
}

.main_recommand_link {
    margin: 28px auto 52px;
}

.main_recommand_link span {
    color: #666;
    font-size: 14px;
    margin: 0 12px;
    cursor: pointer;
}

.main_recommand_link .rcmd_choosen {
    color: #00979C
;
}

.main_recommand_item {
    display: inline-block;
    margin: 0 15px;
    width: 300px;
    vertical-align: top;
}

.main_recommand_pic {
    margin-bottom: 32px;
    border-radius: 20px;
    overflow: hidden;
    width: 300px;
    height: 300px;
    background: #fff;
}

.main_recommand_pic img {
    width: 100%;
    height: 100%;
}

.main_recommand_item p {
    color: #999;
    font-size: 18px;
    line-height: 22px;
}

.main_ecommerce {
    min-width: 1334px;
    text-align: center;
    margin-bottom: 114px;
}

.main_ecommerce .sub_title {
    margin: 70px auto;
}
.main_ecommerce a{
    display: inline-block;
    margin-bottom: 26px;
}
.main_ecommerce img {
    margin: 0 42px;
}

.main_news {
    position: relative;
    max-width: 1334px;
    margin: 0 auto;
    height: 562px;
    min-width: 1228px;
}

.more_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 98px;
    height: 32px;
    line-height: 32px;
    background: #00979C
;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.main_news_left {
    position: absolute;
    left: 0;
    top: 78px;

}

.main_news_left img {
    width: 580px;
    height: 324px;
    border-radius: 14px;
}

.main_news_title {
    font-size: 18px;
    color: #666;
    margin-top: 36px;
}

.main_news_date {
    font-size: 18px;
    color: #d2d2d2;
    margin-top: 16px;
}

.main_news ul {
    position: absolute;
    right: 0;
    top: 78px;
}

.main_news ul li {
    height: 74px;
    margin: 8px auto 40px;
}

.main_news ul .main_newlist_date {
    border-right: solid 1px #e2e2e2;
    padding-right: 20px;
    text-align: center;
    color: #d2d2d2;
    /*width: 66px;*/
    display: inline-block;
    float: left;
    margin-right: 22px;
}

.main_news ul .main_newlist_date span {
    display: block;
}

.main_news ul .main_newlist_date span:first-child {
    font-size: 48px;
    font-weight: bold;
    line-height: 54px;
}

.main_news ul .main_newlist_date span:last-child {
    font-size: 18px;
}

.main_news ul a {
    display: block;
}

.main_news ul a p {
    font-size: 18px;
    color: #999;
    line-height: 24px;
}

.main_news ul a .main_newlist_title {
    color: #666;
    margin-bottom: 8px;
    width: 588px;
}

.main_newlist_detail {
    display: block;
    width: 588px;
}

.main_newlist_detail p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*使用协议*/
.title {
    font-size: 30px;
    color: #00979C
;
}

.protocol .container {
    width: 1068px;
    padding-bottom: 54px;
}

.protocol .title {
    margin: 30px 0 36px;
}

.protocol .container p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.protocol .container .protocol_subtitle {
    font-size: 18px;
    margin: 30px 0 5px;
}

/*企业方针*/
.policy .container {
    width: 1068px;
    margin: 0 auto;
    padding-top: 74px;
    padding-bottom: 122px;
}
.policy .wp-block-column{
    width: 825px;
    margin: 0 auto;
}
.policy h1,.proprieter h1,.global h1{
    font-size: 26px;
    padding-bottom: 12px;
    text-align: center;
    position: relative;
    margin-bottom: 48px;
    margin-top: 16px;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    letter-spacing: 2px;
}
.policy h1::after ,.proprieter h1::after,.global h1::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #339599;
}
.policy .wp-block-image{
   text-align: center;
   margin: 0 0 15px;
}
.policy h2{
    font-size: 21px;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #CDCDCD;
    margin-top: 70px;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 2px;
}
.policy h2::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    content: '';
    width: 25%;
    max-width: 128px;
    height: 1px;
    background-color: #339599;
}
.policy p.sawarabi-philosophy {
    font-size: 22.5px;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.78;
    display: inline-block;
}
.policy .text-center{
    text-align: center;
}
/*社长的话*/
.proprieter .container {
    padding-top: 74px;
    width: 826px;
    margin-bottom: 90px;
}
.proprieter .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.proprieter .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.proprieter .wp-block-cover,.proprieter  .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    /*min-height: 430px;*/
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}
/*.proprieter .image-size-fix {
    padding: 0 0 calc( 380 / 825 * 100% )!important;
    min-height: 0 !important;
}*/
.proprieter .image-size-fix .wp-block-cover__inner-container {
    position: absolute;
    padding: 0;
    top: 40%;
    width: 100%;
    z-index: 1;
}
.proprieter .wp-block-cover-image img.wp-block-cover__image-background{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}
.proprieter .president {
    padding-right: 75px;
    text-align: right;
    line-height: 26px;
    margin: 0 15px 45px 0;
}
.proprieter .president-name {
    font-size: 22px;
    line-height: 32px;
    margin-top: 12px;
    display: block;
}
.proprieter .container p{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px;
    text-indent: 30px;
}
.proprieter .mt-4 {
    margin: 22.5px 0 15px;
}
.proprieter figure.president-table {
    background-color: #F9F9F9;
    padding: 1rem 2rem;
    max-width: 75%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.proprieter figure:not(.is-style-mini).wp-block-table table td {
    border-bottom: 0px none;
    /* padding: 0; */
    padding: 16px 15px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.proprieter figure:not(.is-style-mini).wp-block-table table{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}
/*业务内容*/
.business .container {
    width: 1068px;
    padding: 130px 0 82px;
}

.business h2 {
    font-size: 36px;
    color: #00979C
;
    text-align: center;
    margin-bottom: 22px;
    font-weight: normal;
}

.business .container p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.business .subtitle {
    text-align: center;
}

.business_blk1,
.business_blk2 {
    display: inline-block;
    width: 503px;
    height: 570px;
    vertical-align: top;
    margin-top: 48px;
    margin-bottom: 68px;
    background: #f5f5f5;
}
.business_blk1 img,
.business_blk2 img{
    width: 502px;
    height: 285px;
}

.business_blk1 {
    margin-right: 56px;
}

.business_blk1 h3,
.business_blk2 h3,
.business_blk1 h5,
.business_blk2 h5,
.business_blk1 p,
.business_blk2 p {
    margin-left: 52px !important;
}
.business_blk3{
    padding-bottom: 36px;
}
/*.business_blk3{
    text-align: center;
    margin-bottom: 100px;
}
.business_blk3 img{
    margin-bottom: 38px;
}
.business_blk3 p{
    font-size: 24px;
    color: #999;
    line-height: 42px;
}*/
.business h3 {
    font-size: 36px;
    color: #231815;
    margin: 46px auto 28px;
}

.business h5 {
    font-size: 24px;
    color: #00979C
;
    margin-bottom: 12px;
}
.business .business_h5black{
    color: #999;
    margin-top: 24px;
}
.business .container>img {
    margin: 70px auto 26px;
}

.business_tag {
    width: 177px;
    height: 77px;
    background: url(../images/business_tagbg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: #231815;
    text-align: center;
    line-height: 77px;
    margin: 35px 8px 35px 0;
    display: inline-block;
}

/*企业情报*/
.intelligence .container {
    width: 1068px;
    padding: 130px 0 100px;
}
.intelligence h2::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    content: '';
    width: 25%;
    max-width: 128px;
    height: 1px;
    background-color: #339599;
}
/*.intelligence .col-lg-8{
    width: 100%!important;
}*/
.intelligence .wp-block-table.is-style-stripes{
    margin: 0;
}
.intelligence .wp-block-table table{
    width: 100%;
}
.intelligence table td{
    border-bottom: 1px solid #CDCDCD;
    padding: 16px 15px;
    font-size: 15px;
    line-height: 21px;
}
.intelligence table td:last-child{
    text-align: left;
}
.intelligence .division-tel-number {
    border-bottom: 1px dashed #CDCDCD;
    padding-bottom: 8px;
    margin-bottom: 1rem!important;
}
.intelligence .d-xl-flex {
    display: flex!important;
}
.intelligence .mb-2 {
    margin-bottom: 0.5rem!important;
}
.intelligence .justify-content-between {
    justify-content: space-between!important;
}
.intelligence .reception-time-wrap {
    display: flex;
    font-size: 14px;
    letter-spacing: -0.03em;
}
.intelligence .reception-time-left {
    width: 70px;
    min-width: 70px;
}
.intelligence .common-btn {
    margin-bottom: 0.5em;
}
.intelligence .common-btn,.intelligence  .wp-block-button a.wp-block-button__link {
    color: #000;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    padding: 7px 30px 7px 14px;
    display: inline-block;
    min-width: 185px;
    background: #fff;
    border: 1px solid #B2B2B2;
    border-radius: 9999px;
    position: relative;
    max-width: 100%;
}
.intelligence .mt-5 {
    margin-top: 3rem!important;
}
.intelligence .common-btn::after, a.wp-block-button__link::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px;
    width: 10px;
    height: 10px;
    background-image: url(../images/icon-normal-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: .3s;
}
.common-btn:hover, a.wp-block-button__link:hover {
  opacity: 1;
  color: #fff;
  background: #339599;
  border-color: #339599;
}
.common-btn:hover::after, a.wp-block-button__link:hover::after {
  background-image: url(../images/icon-normal-white.svg);
}
/*公司简介*/
.introduction .container {
    width: 1068px;
    padding: 98px 0 90px;
}

.introduction h2 {
    margin-bottom: 66px;
}

.introduction .container p {
    font-size: 18px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    text-align: justify;
}

.intro_blk1 {
    margin-bottom: 80px;
}

.intro_blk2 {
    margin-bottom: 74px;
}

.intro_blk3 {
    margin-bottom: 84px;
}

.intro_blk1 p {
    width: 546px;
    margin-left: 44px;
}

.intro_blk2 p {
    width: 546px;
    margin-right: 38px;
}

.intro_blk3 p {
    width: 508px;
    margin-left: 50px;
}

.intro_blk4 p {
    width: 564px;
    margin-right: 44px;
}

/*GLOBAL*/
.global2 .container {
    width: 1068px;
    padding: 102px 0 62px;
    text-align: center;
}

.global2 .container h2 {
    font-size: 36px;
    color: #00979C;
}

.global2 .container p {
    font-size: 24px;
    color: #666;
    margin: 20px 0 56px;
}

.global .container {
    width: 1068px;
    padding: 102px 0 62px;
}
.global .container p{
    font-size: 15px;
    line-height: 30px;
}
.global .fw-bold {
    font-weight: 700!important;
}
.global .me-3 {
    margin-right: 15px!important;
}
.global .my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.global .ps-1 {
    padding-left: 0.25rem!important;
}
.global .ms-3 {
    margin-left: 15px!important;
}
.global .mb-3 {
    margin-bottom: 15px!important;
}
.global .mt-0 {
    margin-top: 0!important;
}
.global .has-small-font-size {
    font-size: 13px;
}
.global .has-text-align-right {
    text-align: right;
}
.global .has-text-align-center {
    text-align: center;
}
.global h2.green.global-head:first-of-type {
    margin-top: 5px;
}
.global h2.green {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    /* position: relative; */
    padding: 10px 10px 10px 22px;
    /* border-bottom: 1px solid #CDCDCD; */
    border: none;
    margin-top: 35px;
    margin-bottom: 25px;
    background-color: #EFF9F8;
    border-left: 3px solid #339599;
}
.global h2 {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #CDCDCD;
    margin-top: 70px;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.46;
}
.global .container .global_map p {
    font-size: 14px;
    line-height: 28px;
}

.global h3 {
    font-size: 18px;
    letter-spacing: 1px;
    border-left: 1px solid #339599;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 18px;
    margin-top: 10px;
    margin-bottom: 23px;
    font-weight: 700;
    line-height: 1.46;
}
.global .mb-4 {
    margin-bottom: 1.5rem!important;
}
.global .mt-2 {
    margin-top: 0.5rem!important;
}
.global .align-items-center {
    align-items: center!important;
}
.global .col-lg-8{
    flex: 0 0 auto;
    width: 66.66666667%;
    overflow: hidden;
}
.global dl {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.global dt {
    width: 137px;
    min-width: 137px;
    border-bottom: 1px solid #CDCDCD;
    font-weight: 700;
}
.global dt, .global dd {
    padding: 16px 15px;
    line-height: 1.5;
    box-sizing: border-box;
}
.global dd {
    width: -webkit-calc(100% - 137px);
    width: calc(100% - 137px);
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 0;
}
.global dt, .global dd {
    padding: 16px 15px;
    line-height: 1.5;
}
.global .container a{
    color: #000;
}
.global .container a:hover{
    color: #333;
}
.global dd.linknewtab .cfs-hyperlink {
    position: relative;
    padding-right: 15px;
    display: inline-block;
}
.global dd.linknewtab .cfs-hyperlink::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 10px;
    height: 8px;
    background-image: url(../images/icon-newtab-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
/*CRS*/
.crs .container {
    width: 1068px;
    padding: 162px 0 126px;
}

.crs .container h2 {
    font-size: 36px;
    color: #231815;
    margin-bottom: 36px;
}

.crs .container p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.crs_title2 {
    margin-top: 92px;
}

.crs_title3 {
    margin: 60px 0;
}

.crs h3 {
    font-size: 30px;
    color: #00979C
;
    margin-bottom: 32px;
}

.crs_blk1 {
    width: 348px;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5;
    height: 492px;
    margin: 40px 7px 62px 0;
}

.crs_blk1 h4 {
    font-size: 30px;
    line-height: 30px;
    color: #231815;
    margin: 42px 0 34px 28px;
}

.crs_blk1 p {
    width: 286px;
    margin-left: 28px;
    text-align: justify;
}

.crs_blk_last {
    margin-right: 0 !important;
}

.crs_pic8 {
    margin: 42px 0 48px;
}

.crs_blk2 {
    margin-bottom: 72px;
}

.crs_blk2 h4 {
    font-size: 30px;
    color: #231815;
    margin-bottom: 18px;
}

.crs_blk2 p {
    margin-bottom: 54px;
}

.crs_blk3 {
    width: 502px;
    margin-right: 58px;
    margin-top: 48px;
    display: inline-block;
    vertical-align: top;
}

.crs_blk3 h4 {
    margin: 45px 0 34px 54px;
    font-size: 36px;
    color: #231815;
}

.crs_blk3 p {
    width: 414px;
    margin-left: 54px;
    text-align: justify;
}

/*宠物用品*/
.pet .banner,
.parenting .banner,
.infant .banner,
.news .banner,
.uservoice .banner,
.member .banner {
    position: relative;
}

.pet .banner h2,
.parenting .banner h2,
.news .banner h2,
.uservoice .banner h2,
.member .banner h2 {
    font-size: 36px;
    color: #231815;
    position: absolute;
    top: 10%;
    left: 9%;
    z-index: 100;
}

.pet .content,
.infant .content {
    width: 1296px;
    margin: 54px auto 82px;
}

.classify_box {
    width: 236px;
    display: inline-block;
    vertical-align: top;
    color: #231815;
}

.classify_nav {
    font-size: 12px;
    margin-bottom: 10px;
}

.classify_title {
    font-size: 26px;
}

.classify_type {
    font-size: 18px;
    line-height: 32px;
    margin: 46px 0 64px;
}

.classify_type span,
.classify_other {
    color: #999;
}

.classify_type li {
    cursor: pointer;
}

.classify_type ul {
    margin: 6px 0 20px;
}
.pet .classify_type ul {
    margin: 0;
}

.classify_type ul p {
    color: #999;
}

.classify_type ul .classify_type_choosen1 p {
    color: #00979C;
}
.pet .classify_type_choosen1 p {
    color: #00979C;
}
.classify_box li {
    cursor: pointer;
    list-style: none;
}

.classify_type2 {
    width: 196px;
}

.classify_type2>li {
    line-height: 50px;
    border-top: solid 1px #eaeaea;
    position: relative;
}

.classify_type2>li:last-child {
    border-bottom: solid 1px #eaeaea;
}

.classify_type ul,
.classify_type2 ul {
    display: none;
}

.classify_type2 ul li {
    line-height: 32px;
}

.classify_choosen:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url(../images/check.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 2px;
}

.classify_box .arrow_down {
    position: absolute;
    right: 6px;
    top: 20px;
}

.arrow_up {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.list_box {
    width: 1054px;
    display: inline-block;
    vertical-align: top;
}

.list_top {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #231815;
    margin-top: 26px;
}

.infant .list_top {
    display: none;
}

.arrange_gist {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.arrange_gist select {
    border: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #231815;
}

.arrange_gist .arrow_down {
    margin-left: 8px;
}

.page_show_box {
    position: absolute;
    right: 400px;
    top: 0;
}

.page_show_box span {
    margin: 0 8px;
    cursor: pointer;
}

.page_show_box span:first-child {
    margin-left: 12px;
}

.page_show {
    color: #00979C;
}

.pagination_wrap {
    position: absolute;
    right: 0;
    top: -16px;
    font-size: 16px;
    color: #231815;
}

.pagination_selcet {
    display: inline-block;
    position: relative;
}

.pagination_selcet:after {
    display: block;
    content: '';
    width: 16px;
    height: 9px;
    background: url(../images/arrow_down.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 16px;
    right: 12px;
}

.pagination_wrap select {
    width: 66px;
    height: 44px;
    margin: 0 6px 0 12px;
    border: solid 1px #eeeeee;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
}

.pagination_wrap img {
    vertical-align: middle;
}

.pagination_wrap .pagination_prev {
    margin: 0 8px 0 22px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.pagination_disable {
    pointer-events: none;
}

.list_wrap {
    margin: 46px 0 62px;
}

.list_item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 56px;
    width: 330px;
    vertical-align: top;
}

.list_item:nth-child(3n) {
    margin-right: 0;
}

.list_item p {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-top: 8px;
    line-height: 22px;
}

.list_pic {
    width: 330px;
    height: 330px;
    border: solid 1px #eee;
}

.list_pic img {
    width: 100%;
    height: 100%;
}

/*产品详情*/
.prodetail .container {
    padding: 50px 0 0;
    width: 1069px;

}

.prodetail .content {
    font-size: 0;
    margin-bottom: 40px;
    text-align: center;
}

.prodetail .content img{
    width: 100%!important;
    height: auto!important;
}

.product_pic {
    width: 552px;
    height: 552px;
    margin-right: 80px;
}

.prodetail_blk1 {
    min-height: 552px;
    color: #231815;
    width: 992px;
    font-size: 18px;
}

.prodetail_blk1_right {
    display: inline-block;
    vertical-align: top;
    width: 355px;
}

.pd_type {
    margin-bottom: 16px;
}

.pd_name {
    font-size: 26px;
    line-height: 32px;
}

.pd_price {
    font-size: 26px;
    color: #00979C;
    float: right;
    font-family:Arial;
}

.pd_pic_wrap {
    width: 100%;
    overflow-x: auto;
}

.pd_pic {
    width: 68px;
    height: 68px;
    border: solid 1px #e9e9e9;
    display: inline-block;
    margin: 20px 4px 42px 0;
    cursor: pointer;
}

.pd_pic_choosen {
    border: solid 2px #00979C
;
}

.pd_pic img {
    width: 100%;
    height: 100%;
}

.pd_choose {
    margin-bottom: 10px;
}

.pd_size div {
    width: 60px;
    height: 46px;
    border: solid 1px #e9e9e9;
    border-radius: 10px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    text-align: center;
    line-height: 46px;
    /*cursor: pointer;*/
}

.pd_size div:last-child {
    margin-right: 0;
}

/*.pd_size div:hover,.pd_size_choosen{
	background: #e9e9e9;
}
.pd_size_none{
	color: #dfdede;
	pointer-events: none;
}*/
.pd_size_none:hover {
    background: #fff !important;
}

.pd_purchase_btn {
    width: 326px;
    height: 60px;
    background: #00979C
;
    border-radius: 30px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 26px;
    margin: 36px auto 16px;
    display: block;
}

.pd_download_btn {
    width: 326px;
    height: 60px;
    border: solid 1px #e9e9e9;
    border-radius: 30px;
    font-size: 26px;
    color: #666;
    line-height: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.prodetail_blk2 {
    background: #f5f5f5;
    padding: 40px 0;
    margin: 34px auto 40px;
}

.prodetail_blk2 p {
    margin-left: 50px;
    font-size: 18px;
    line-height: 34px;
    width: 480px;
    display: inline-block;
}
/*.prodetail .content img{
    max-width: 100%;
}*/
/*育儿主页*/
.infant_state_wrap {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}

.infant_state {
    width: 538px;
    height: 472px;
    background: #fff;
    margin: 54px auto 0;
    border-radius: 20px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.state_close {
    position: absolute;
    top: 26px;
    right: 26px;
    cursor: pointer;
}

.state_title {
    font-size: 24px;
    color: #00979C;
    margin: 30px auto 12px;
}

.state_text {
    font-size: 18px;
    color: #999;
    margin-bottom: 28px;
}

.state_item {
    margin: 0 40px 30px;
    cursor: pointer;
}

.state_later_btn {
    width: 334px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #00979C;
    border-radius: 21px;
    margin: 6px auto 0;
}

.state_float {
    width: 108px;
    height: 108px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 35px;
    right: 45px;
    text-align: center;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .26);
    cursor: pointer;
    z-index: 1;
    display: none;
}

.state_float img {
    margin-top: 12px;
    height: 84px;
}

.state_tip {
    position: absolute;
    right: 160px;
    bottom: 64px;
    z-index: 2;
    display: none;
}

.state_tip img {
    width: 156px;
}

.infant_series {
    margin-bottom: 64px;
    position: relative;
}

.infant .content .swiper-button-prev {
    background: url(../images/child_prev.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0;
}

.infant .content .swiper-button-next {
    background: url(../images/child_prev.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.infant_series .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: -22px;
    top: 34px;
}

.infant_series .swiper-button-next {
    width: 50px;
    height: 50px;
    right: -22px;
    top: 34px;
    margin-top: 0;
}

.infant_series img {
    width: 314px;
    height: 119px;
    border-radius: 14px;
}

.infant_series p {
    font-size: 18px;
    color: #999;
    text-align: center;
    margin-top: 12px;
}

.infant h2 {
    font-size: 30px;
    color: #00979C;
    text-align: center;
    margin-bottom: 16px;
}

.infant_more {
    width: 96px;
    height: 32px;
    background: #00979C;
    color: #faf9f9;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    margin: 0 auto;
    display: block;
}

.infant_paradise {
    position: relative;
    margin-bottom: 206px;
}

.infant_paradise .swiper-container {
    margin-top: 46px;
}

.infant_paradise .swiper-button-prev {
    width: 82px;
    height: 82px;
    left: -36px;
    top: 238px;
}

.infant_paradise .swiper-button-next {
    width: 82px;
    height: 82px;
    right: -36px;
    top: 238px;
    margin-top: 0;
}
.infant_img_wrap{
    width: 400px;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
} 
.infant_paradise img {
    height: 100%;
}

.infant_paradise p {
    font-size: 24px;
    line-height: 30px;
    color: #666;
    margin-top: 10px;
    width: 388px;
}

.uservoice_list {
    margin: 60px auto 0;
    text-align: left;
    width: 1206px;
}

.uservoice_item {
    width: 208px;
    height: 218px;
    border: solid 1px #e7e6e6;
    padding: 46px 22px 0;
    position: relative;
    display: inline-block;
    margin: 0 22px 74px;
    vertical-align: top;
    text-align: center;
}

.uservoice_head {
    position: absolute;
    top: -28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 50%;
    margin-left: -30px;
}

.uservoice_name {
    font-size: 18px;
    color: #00979C;
    line-height: 24px;
}

.uservoice_subname {
    font-size: 16px;
    color: #999;
    line-height: 24px;
    margin: 6px auto;
}

.uservoice_text {
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    margin: 0 auto;
}

/*新闻中心*/
.news .content {
    width: 1296px;
    margin: 84px auto 168px;
}

.news_item {
    width: 408px;
    margin-bottom: 54px;
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    vertical-align: top;
}

.news_item:nth-child(3n) {
    margin-right: 0;
}

.news_item img {
    width: 408px;
    height: 230px;
    border-radius: 14px;
}
.news_title{
    margin: 10px 0 6px;
    height: 48px;
    overflow: hidden;
}
.news_item h5 {
    font-size: 20px;
    color: #666;
    line-height: 24px;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}

.news_item p {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}

.news_item .news_info {
    border-top: solid 1px #e8e8e8;
    /*margin-top: 30px;*/
    padding-top: 10px;
}
.news_content{
    height: 90px;
}
.news_type {
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    border-radius: 6px;
}

.news_type1 {
    background: #c4e3d5;
}

.news_time {
    font-size: 18px;
    color: #d2d2d2;
    float: right;
    line-height: 24px;
}

/*新闻详情*/
.news_detail .container {
    max-width: 1066px;
    min-width: 800px;
    width: auto;
    padding: 0 190px;
}

.news_detail .container h2 {
    margin: 64px auto 18px;
    text-align: center;
    font-size: 36px;
    color: #231815;
    line-height: 46px;
}

.news_detail .news_detail_date {
    font-size: 24px;
    /*line-height: 48px;*/
    color: #d2d2d2;
    text-align: center;
    margin-bottom: 50px;
}

.news_detail_pic {
    width: 1066px;
    height: 640px;
    margin: 50px auto 84px;
}

.news_detail .container p {
   /* font-size: 24px;
    line-height: 48px;
    color: #666;
    margin-bottom: 44px;*/
}
.news_detail .content{
    font-size: 10px;
}

.news_detail_btn {
    text-align: center;
    margin: 60px 0;
}

.news_detail_prev,
.news_detail_next {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    display: block;
    border-radius: 15px;
    display: inline-block;
    margin: 0 38px;
    cursor: pointer;
    background: #eaeaea;
    color: #666;
}

.news_detail_prev.active,
.news_detail_next.active {
    background: #00979C
;
    color: #faf9f9;
}

/*用户之声*/
.uservoice .content {
    width: 1296px;
    margin: 70px auto 30px;
}

.uservoice_blk {
    background: #ecf1f7;
    padding: 70px 0;
    text-align: center;
}
.uvblk_wrap{
    width: 1398px;
    margin: 0 auto;
}

.uvblk_item {
    margin: 0 24px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    padding-bottom: 34px;
}

.uvblk_item>img{
    width: 415px;
    height: 311px;
}

.uvblk_item p,.uvblk_item .uvblk_title{
    font-size: 24px;
    color: #666;
    width: 340px;
    margin: 0 auto;
}
.uvblk_item .uvblk_title{
    margin: 16px auto;
    line-height: 30px;
    display: block;
}
.prodetail_btn{
    float: right;
    margin-top: 2px;
}
.parenting_vlog .prodetail_btn{
    margin-top: 0;
}
.food_wrap .prodetail_btn{
    float: none;
    display: block;
    margin: 12px 0 0 76px;
}
.iap_title_wrap{
    height: 60px;
}
.iap_title_wrap p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.infant_paradise .prodetail_btn{
    display: block;
    float: none;
    margin-top: 12px;
}
.uvblk_type{
    display: inline-block;
    font-size: 16px;
    background: #00979C;
    border-radius: 12px;
    width: 100px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.uvblk_item .uvblk_author{
    font-size: 18px;
    color: #00979C;
    margin-bottom: 22px;
}
.uservoice .infant_more {
    cursor: pointer;
}

.uservoice_type {
    position: absolute;
    /*padding: 0 14px;*/
    color: #fff;
    background: #00979C;
    border-radius: 12px;
    float: left;
    line-height: 24px;
    font-size: 16px;
    left: 12px;
    bottom: 8px;
    width: 108px;
}

.uservoice .uservoice_item {
    height: 242px;
    position: relative;
}
.uservoice_item .prodetail_btn{
    position: absolute;
    right: 12px;
    bottom: 8px;
}
.uservoice_type_wrap {
    margin: 40px auto 78px;
    text-align: center;
}

.uservoice_type_wrap div {
    width: 116px;
    color: #00979C;
    border-radius: 10px;
    line-height: 38px;
    font-size: 18px;
    border: solid 1px #00979C;
    display: inline-block;
    margin: 0 3px;
    font-weight: bold;
    cursor: pointer;
}

.uservoice_type_wrap .uv_type_choosen {
    color: #fff;
    background: #00979C;
    border: solid 1px #00979C;
}

/*产品Q&A*/
.qa .container {
    width: 1068px;
    padding: 0 0 100px;
}

.qa h2 {
    font-size: 36px;
    color: #231815;
    margin: 40px 0 66px;
}
.qa_wrap h3{
    font-size: 36px;
    color: #00979C
;
    line-height: 45px;
    margin-bottom: 50px;
    text-align: center;
}

.qa_question:before {
    content: "";
    display: inline-block;
    background: url(../images/qa_question_icon.png) no-repeat;
    width: 47px;
    height: 45px;
    background-size: 100% 100%;
    margin-right: 22px;
    vertical-align: middle;
}

.qa_question {
    font-size: 24px;
    color: #00979C
;
    line-height: 45px;
    margin-bottom: 18px;
}

/*.qa_answer:before {
    content: "";
    display: inline-block;
    background: url(../images/qa_answer_icon1.png) no-repeat;
    width: 16px;
    height: 14px;
    background-size: 100% 100%;
    vertical-align: top;
    margin-right: 10px;
}*/

.qa_item{
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 50px;
    background-color: #eef9d4;
}

/*.qa_bg1{
    background-color: #d4f5f9;
}
.qa_bg2{
    background-color: #eef9d4;
}
.qa_bg3{
    background-color: #f7d4f9;
}
.qa_bg4{
    background-color: #f9e9d4;
}
.qa_bg5{
    background-color: #d4f9d9;
}*/
.qa_answer {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    position: relative;
    text-align: justify;
}

/*.qa_answer:after {
    content: "";
    display: inline-block;
    background: url(../images/qa_answer_icon2.png) no-repeat;
    width: 16px;
    height: 14px;
    background-size: 100% 100%;
    vertical-align: top;
    margin-left: 10px;
}*/

.qa_more {
    width: 146px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    background: #00979C
;
    text-align: center;
    border-radius: 20px;
    margin: 114px auto 0;
    cursor: pointer;
}

/*联系我们*/
.contact .container {
    width: 668px;
    padding: 0 0 100px;
}

.contact h2 {
    font-size: 36px;
    margin: 112px 0 30px 122px;
}

.help_textarea {
    margin: 0 0 46px 122px;
}

.help_textarea textarea {
    width: 462px;
    height: 118px;
    border: solid 1px #ddd;
    border-radius: 6px;
    padding: 16px 24px;
    vertical-align: bottom;
    font-size: 18px;
    color: #999;
}

.help_textarea:after,
.contact .input_email:after {
    content: "*";
    font-size: 36px;
    color: #ff0000;
    display: inline-block;
    vertical-align: bottom;
    height: 14px;
    margin-left: 6px;
}

.contact .input_wrap {
    margin-bottom: 20px;
}

.contact .input_wrap label {
    display: inline-block;
    width: 120px;
    text-align: right;
    font-size: 24px;
    color: #666;
}

.input_wrap input,
.input_wrap select,
.apply .input_reason textarea {
    width: 462px;
    height: 40px;
    padding: 0 24px;
    line-height: 40px;
    color: #666;
    font-size: 24px;
    border: solid 1px #ddd;
    border-radius: 6px;
    background: none;
    outline: none;
}

.contact .input_email:after {
    vertical-align: middle;
    height: 28px;
}

.contact .input_code input {
    width: 242px;
    vertical-align: middle;
}

.send_code {
    width: 214px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background: #ddd;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.contact .container p {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    margin-left: 122px;
    margin-bottom: 20px;
}

.contact .contact_tip {
    color: #ff0000;
    margin-top: 28px;
    font-weight: bold;
}

.contact .btn_wrap {
    margin-left: 122px;
}

.submit,
.reset {
    width: 144px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    margin: 54px 34px 0 0;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
}

.submit {
    background: #00979C
;
}

.reset {
    background: #ddd;
}

/*目录申领*/
.apply .container {
    width: 740px;
    padding: 0 0 100px;
}

.apply h2 {
    font-size: 36px;
    margin: 90px 0 52px;
    text-align: center;
}

.apply label {
    width: 222px;
    display: inline-block;
    text-align: right;
    font-size: 24px;
    color: #666;
}

.apply .radio_input span {
    font-size: 24px;
    color: #666;
    margin-left: 16px;
    vertical-align: middle;
    margin-right: 42px;
}

.apply .input_wrap {
    margin-bottom: 20px;
}

.apply .btn_wrap {
    text-align: center;
}

.radio_input {
    display: inline-block;
}

.radio_wrap {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    vertical-align: middle;
}

.radio_input label {
    width: auto;
}

.radio_input input[type=radio] {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.radio_input label {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: solid 1px #ddd;
}

.radio_input input[type=radio]:checked+label:before {
    /*before为伪元素可以在元素之后添加内容*/
    display: block;
    content: "";
    width: 19px;
    height: 13px;
    position: absolute;
    top: 6px;
    left: 3px;
    background: url("../images/radio_check.png") no-repeat;
}

.input_wrap select {
    width: 250px;
    font-size: 18px;
    color: #999;
    -webkit-appearance: none;
    appearance: none;
}

.apply .input_reason textarea {
    height: 104px;
    vertical-align: top;
}

.input_wrap label span,
.member_info label span {
    font-size: 36px;
    color: #ff0000;
    margin-right: 14px;
    line-height: 36px;
    vertical-align: top;
    margin-top: 8px;
}

#member_birthday {
    -webkit-appearance: none;
    appearance: none;
}

input::-webkit-inner-spin-button {
    display: none;
}

/*说明下载*/
.download .container {
    text-align: center;
}

.download_blk {
    display: inline-block;
    width: 502px;
    background: #f5f5f5;
    margin: 130px 30px 120px;
    text-align: left;
    vertical-align: top;
}

.download_blk h2 {
    font-size: 36px;
    color: #231815;
    margin: 40px 38px 34px;
}

.download_blk>ul {
    padding: 0 38px;
}

.download_blk>ul>li {
    border-top: solid 1px #eaeaea;
    font-size: 24px;
    color: #666;
    line-height: 48px;
    position: relative;
    cursor: pointer;
}

.download_blk>ul>li:after {
    width: 16px;
    height: 9px;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
    /* Opera */
    background: url(../images/arrow_down.png) no-repeat;
    background-size: 100% 100%;
}

.download_blk>ul>li:last-child {
    border-bottom: solid 1px #eaeaea;
}

.download_blk>ul>.download_choosen:after {
    transform: rotate(0);
    -ms-transform: rotate(0);
    /* IE 9 */
    -moz-transform: rotate(0);
    /* Firefox */
    -webkit-transform: rotate(0);
    /* Safari 和 Chrome */
    -o-transform: rotate(0);
    /* Opera */
}

.download_blk li ul {
    margin: 6px 0 14px;
    display: none;
}

.download_blk li li {
    font-size: 18px;
    color: #999;
    line-height: 36px;
}

.download_blk li li span,
.download_blk li li span a {
    color: #00979C
;
}

/*会员中心*/
.member_nav_wrap {
    background: #f4f4f4;
    width: 100%;
    height: 72px;
}

.member_nav {
    width: 1068px;
    position: relative;
    margin: 0 auto;
    font-size: 16px;
    line-height: 72px;
}

.member_nav p {
    display: inline-block;
}

.member_nav_log {
    display: none;
}

.member_nav span {
    color: #666;
}

.member_nav .mb_nav_name,
.member_nav .mb_nav_integral,
.member_nav_no {
    color: #00979C
;
}
.intergral_icon{
    width: 16px;
    height: 17px;
    vertical-align: middle;
    margin: 0 4px 0 10px;
}
.intergral_inst{
    font-size: 16px;
    color: #666;
    border-bottom: solid 1px #999;
    padding-bottom: 4px;
    cursor: pointer;
}
.member_nav .exit_log{
    background: #00979C
;
    width: 84px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 24px;
    cursor: pointer;
}
.member_nav_main {
    float: right;
    margin-right: 206px;
}

.member_nav_main div {
    display: inline-block;
    margin: 0 16px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.member_nav .member_nav_choosen {
    color: #00979C
;
    border-bottom: solid 3px #00979C
;
}

.sign_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 174px;
    height: 72px;
    color: #fff;
    background: #00979C
;
    text-align: center;
    cursor: pointer;
}

.member .content {
    margin: 70px auto 110px;
    text-align: center;
}
.member_center{
    text-align: left;
    width: 1332px;
    margin: 0 auto;
}
.member .container input {
    width: 306px;
    height: 40px;
    margin: 6px auto;
    border-radius: 6px;
    border: solid 1px #e9e9e9;
    padding: 0 14px;
    font-size: 18px;
    color: #999;
}

.pop input {
    display: block;
    font-size: 16px;
}

.member_blk {
    display: inline-block;
    margin: 0 15px 40px;
    text-align: center;
}

.member_blk img {
    width: 633px;
    height: 368px;
    border-radius: 14px;
    margin-bottom: 38px;
}

.member_blk p {
    font-size: 18px;
    line-height: 22px;
    color: #c1c1c1;
}

.member_blk h2 {
    font-size: 30px;
    color: #666;
    margin: 10px auto 30px;
}

.member_blk a {
    font-size: 18px;
    color: #00979C
;
}

.member_blk a:after {
    display: inline-block;
    content: '';
    background: url(../images/detail_arrow.png) no-repeat;
    width: 9px;
    height: 14px;
    vertical-align: middle;
    margin-left: 8px;
}

/*个人资料*/
.member_info {
    margin: 94px auto 104px;
    width: 468px;
}

.member_info label,
.member_password label {
    display: block;
    text-align: right;
    font-size: 18px;
    color: #666;
    height: 48px;
}

.member_info label span {
    line-height: 70px;
}

.member_info input,
.member_password input {
    margin-left: 16px;
}

.member_info label p {
    width: 306px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    margin-left: 16px;
    padding: 0 14px;
}

.info_save,
.password_save {
    width: 146px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #00979C
;
    border-radius: 20px;
    font-size: 24px;
    margin: 40px 0 0 124px;
    cursor: pointer;
}

.member_password {
    margin: 90px auto 100px;
    width: 454px;
}

.password_save {
    margin-top: 30px;
}

/*积分明细*/
.member_integral {
    width: 616px;
    margin: 48px auto 56px;
}

.member_integral h3 {
    font-size: 24px;
    color: #00979C
;
    margin-bottom: 20px;
}

.member_integral select {
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
    font-size: 18px;
    color: #999;
    border: solid 1px #ddd;
    border-radius: 6px;
}

.member_integral table {
    margin-top: 32px;
    width: 100%;
    color: #666;
}

.member_integral table th {
    font-size: 24px;
    height: 56px;
}

.member_integral table td {
    font-size: 18px;
    height: 50px;
}

.member_integral table th:last-child,
.member_integral table td:last-child {
    text-align: right;
}

.member_integral table td:first-child {
    text-align: left;
}

.member_integral .page_wrap {
    margin-top: 64px;
}

.member_integral .page_wrap div {
    width: 100px;
    height: 32px;
    border-radius: 16px;
    display: inline-block;
    margin: 0 36px;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
}

.prev_btn,
.next_btn {
    background: #00979C
;
    color: #fff;
}

.disable_btn {
    background: #eaeaea;
    color: #666;
    pointer-events: none;
}

/*注册登录*/
.pop_wrap {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    display: none;
    align-items: center;
    justify-content: center;
}

.pop {
    background: #fff;
    border-radius: 14px;
    position: relative;
}

.pop input {
    width: 310px;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    margin: 0 auto 18px;
    border: solid 1px #e9e9e9;
}

.member_close,.logtip_close {
    position: absolute;
    top: 24px;
    right: 22px;
    cursor: pointer;
}

.pop_register {
    width: 452px;
    height: 472px;
    /*margin: 154px auto 0;*/
    text-align: center;
}

.pop_register .login_wrong, .pop_phone .login_wrong,.pop_findpwd .login_wrong{
    margin: 0 auto 6px;
}

.pop_phone {
    width: 452px;
    height: 472px;
    /*margin: 154px auto 0;*/
    text-align: center;
}

.pop_phone h3 {
    margin: 22px auto 24px;
    font-weight: bold;
}

.pop_register input {
    margin-bottom: 6px;
}

.register_logo {
    width: 124px;
    margin: 36px auto 0;
}

.pop_register h3 {
    font-size: 18px;
    color: #666;
    margin: -6px auto 34px;
}

.register_sex {
    width: 306px;
    padding: 0 14px;
    text-align: left;
    margin: 20px auto;
    font-size: 18px;
    color: #999;
}

.register_sex div {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 12px 0 54px;
    cursor: pointer;
}

.register_sex input {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.register_sex label {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: solid 1px #eaeaea;
    border-radius: 50%;
}

.register_sex input:checked+label:before {
    /*before为伪元素可以在元素之后添加内容*/
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #00979C
;
    border-radius: 50%;
}

.register_btn,
.login_btn {
    width: 334px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #00979C
;
    border-radius: 21px;
    margin: 32px auto 0;
    cursor: pointer;
}

.pop_login {
    width: 452px;
    min-height: 472px;
    /*margin: 176px auto 0;*/
    text-align: center;
}

.login_logo {
    width: 144px;
    margin: 42px auto 24px;
}

.login_nav {
    margin: 0 0 24px 58px;
}

.login_nav div {
    display: inline-block;
    margin-right: 32px;
    font-size: 16px;
    color: #231815;
    font-weight: bold;
    cursor: pointer;
}

.login_nav .login_nav_choosen {
    color: #00979C
;
}

.log_state_wrap {
    text-align: left;
    width: 334px;
    margin: 20px auto 0;
    font-size: 14px;
    color: #999;
    position: relative;
}

.log_state_wrap span {
    vertical-align: middle;
}

.log_state {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
}

.log_state input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    margin: 0;
}

.log_state label {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: solid 1px #eaeaea;
    border-radius: 4px;
}

.log_state input:checked+label:before {
    /*before为伪元素可以在元素之后添加内容*/
    display: block;
    content: "";
    width: 16px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 2px;
    background: url(../images/radio_check.png) no-repeat;
    background-size: 100% 100%;
}

.login_wrong {
    color: #f19cb5!important;
    font-size: 14px;
    width: 302px;
    text-align: left;
    margin: 0 auto -16px;
    display: none;
}

.forget_password {
    font-size: 14px;
    border-bottom: solid 2px #00979C
;
    padding-bottom: 6px;
    cursor: pointer;
    color: #00979C
;
    width: 72px;
    margin: 20px auto 0;
}

.join_wrap {
    font-size: 14px;
    color: #999;
    margin-top: 38px;
    padding-bottom: 40px;
}

.join_btn {
    color: #00979C
;
    border-bottom: solid 2px #00979C
;
    padding-bottom: 6px;
    cursor: pointer;
}

.login_text input {
    margin-bottom: 20px;
}

.pop .code_input {
    width: 182px;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
}

.phone_code {
    display: inline-block;
    width: 116px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #00979C
;
    border-radius: 6px;
    cursor: pointer;
}

.login_text .login_wrong,
.login_pwd .login_wrong {
    margin: -12px auto 12px;
}

.login_text .login_btn {
    margin-top: 12px;
}

.login_wechat img {
    width: 120px;
    height: 120px;
    margin: 8px auto 26px;
}

.login_wechat p {
    font-size: 18px;
    color: #999;
}

.impowerBox .qrcode {
    width: 120px;
}

.impowerBox .title {
    display: none;
}

.impowerBox .info {
    width: 120px;
}

.status_icon {
    display: none
}

.impowerBox .status {
    text-align: center;
    font-size: 18px;
    color: #999;
}

.pop_disable_btn {
    background: #c9c9c9 !important;
    pointer-events: none;
}
/*未注册*/
.pop_logintip{
    width: 452px;
    height: 296px;
    text-align: center;
    overflow: hidden;
}
.pop_logintip h2{
    font-size: 24px;
    color: #00979C
;
    margin: 66px auto 30px;
}
.pop_logintip p{
    font-size: 18px;
    color: #999;
    margin-bottom: 52px;
}
.login_rewrite,.login_register{
    display: inline-block;
    width: 156px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #00979C
;
    border-radius: 20px;
    font-size: 18px;
    margin: 0 9px;
    cursor: pointer;
}
/*找回密码*/
.pop_findpwd {
    width: 454px;
    height: 472px;
    /*margin: 176px auto 0;*/
    text-align: center;
}

.pop_findpwd h3 {
    font-size: 24px;
    color: #00979C
;
    padding: 48px 0 24px;
}

.pop_findpwd .findpwd_code {
    width: 156px;
    display: inline-block;
}

.findpwd_code_btn {
    display: inline-block;
    width: 146px;
    height: 42px;
    line-height: 42px;
    background: #00979C
;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 6px;
    margin-left: 8px;
    cursor: pointer;
}

.updatepwd_btn {
    background: #00979C
;
    color: #fff;
    width: 334px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin: 24px auto 22px;
    cursor: pointer;
}

.pop_findpwd p {
    font-size: 14px;
    color: #999;
}

.pop_findpwd p span {
    color: #00979C
;
    padding-bottom: 6px;
    border-bottom: solid 2px #00979C
;
    margin-left: 8px;
    cursor: pointer;
}

/*积分说明*/
.pop_intergral{
    width: 658px;
    height: 60%;
    padding: 68px 80px 102px;
}
.pi_content{
    overflow-y: auto;
    height: 90%;
}
.pop_intergral h2{
    text-align: center;
    font-size: 30px;
    color: #00979C
;
    margin-bottom: 24px;
}
.pop_intergral h3{
    font-size: 18px;
    color: #666;
    margin: 28px 0 7px;
}
.pop_intergral p{
    color: #666;
    font-size: 14px;
    line-height: 28px;
}
/*店铺列表*/
.store .container {
    width: 1296px;
    height: 629px;
    position: relative;
}

.map {
    width: 944px;
    height: 652px;
    min-height: 100%;
    display: inline-block;
    position: absolute;
    left: 330px;
    top: 0;
}
.map img{
    width: 100%;
}

.store_list_wrap {
    width: 330px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.store_list_wrap h3 {
    font-size: 30px;
    color: #666;
    margin: 42px 0 26px 10px;
}

.store_list_content {
    width: 330px;
    height: calc(100% - 154px);
    overflow-y: auto;
}

.store_list {
    width: 100%;
    /*height: 100%;*/
}

.store_item {
    margin: 30px 0 36px 22px;
    color: #666;
}

.store_distant {
    position: relative;
    height: 19px;
    line-height: 19px;
    font-size: 19px;
    margin: 30px 0;
}

.store_distant img {
    width: 22px;
    height: 38px;
    position: absolute;
    top: -8px;
    left: -40px;
}

.store_name {
    font-size: 19px;
    line-height: 25px;
}

.store_address,
.store_phone {
    font-size: 13px;
    line-height: 25px;
}

.store_list_content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.store_list_content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background: #00979C
;
}

.store_list_content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: transparent;
}

.store .icon {
    width: 19px;
    height: 25px;
    cursor: pointer;
    float: left;
    *zoom: 1;
    overflow: hidden;
    margin: 2px 3px 0 5px;
    *margin-right: 0px;
    display: inline;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    font-size: 12px;
    background: url("/static/images/marker_red_sprite.png") no-repeat 0 0;
}

.store .store_box {
    zoom: 1;
    overflow: hidden;
    padding: 0 5px;
}

.store .active {
    background-color: rgb(240, 240, 240);
}

.search_store_wrap {
    position: relative;
    width: 302px;
}
.search_store {
    width: 202px;
    height: 54px;
    padding: 0 50px;
    line-height: 54px;
    font-size: 24px;
    color: #666;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
}

.search_store_wrap:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon_search.png) no-repeat;
    background-size: 100% 100%;
    top: 17px;
    left: 12px;
    position: absolute;
}

.store_search_btn {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/search_icon.png) no-repeat;
    top: 16px;
    right: 14px;
    position: absolute;
    cursor: pointer;
}

/*搜索结果*/
.search .container {
    width: 1108px;
}

.search .list_top {
    margin-top: 42px;
}

.search .list_box {
    width: 696px;
    margin-bottom: 62px;
}

.search .list_item:nth-child(3n) {
    margin-right: 20px;
}

.search .list_item:nth-child(2n) {
    margin-right: 0;
}

.search_result {
    font-size: 18px;
    color: #202020;
}

.search_result span {
    color: #08aa00;
    margin-left: 6px;
}

.search_box {
    display: inline-block;
    width: 340px;
    margin-right: 60px;
    margin-top: 118px;
    border: solid 2px #f0f0f0;
}

.search_input {
    width: 306px;
    height: 32px;
    line-height: 32px;
    background: #f0f0f0;
    border-radius: 16px;
    margin: 36px auto 18px;

}

.search_input:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icon_search.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 15px;
}

.search_input input {
    width: 240px;
    font-size: 16px;
    color: #202020;
    line-height: 32px;
    padding: 0;
    border: none;
    background: transparent;
}

.search .register_sex {
    margin: 0 auto 32px;
    font-size: 16px;
    color: #202020;
}

.search .register_sex div {
    margin: 0 8px 0 14px;
}

.search .register_sex input,
.search .register_sex label {
    width: 16px;
    height: 16px;
}

.search .register_sex input:checked+label:before {
    width: 8px;
    height: 8px;
    top: 4px;
    left: 4px;
}

.price_text {
    height: 34px;
    line-height: 34px;
    background: #f0f0f0;
    padding-left: 16px;
    font-size: 16px;
    color: #202020;
    margin-bottom: 22px;
}

.price_box {
    margin-bottom: 20px;
}

.price_box input {
    width: 56px;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    background: #f0f0f0;
    border-radius: 16px;
    border: none;
    margin: 0 10px 0 14px;
}

.research_btn {
    width: 288px;
    height: 36px;
    line-height: 36px;
    background: #00979C
;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 18px;
    margin-bottom: 38px;
    cursor: pointer;
}
/*育儿乐园*/
.parenting .content h2{
    font-size: 30px;
    color: #00979C;
    margin: 56px auto 34px;
    text-align: center;
}
.vlog_wrap{
    background: #ecf1f7;
    overflow: hidden;
    padding-bottom: 36px;
}
.parenting_vlog{
    width: 1138px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.parenting_vlog .swiper-container{
    height: 406px;
}
.parenting_vlog .swiper-pagination-bullet-active{
    background: #00979C;
}
.parenting_vlog .swiper-button-prev,.parenting_vlog .swiper-button-next{
    width: 57px;
    height: 57px;
    /*margin-top: -28px;*/
}
.parenting_vlog .swiper-button-prev {
    background: url(../images/parent_prev.png) no-repeat;
    background-size: 100% 100%;
    left: -72px;
}

.parenting_vlog .swiper-button-next {
    background: url(../images/parent_prev.png) no-repeat;
    background-size: 100% 100%;
    right: -72px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}
.parenting_vlog .vlogimg_wrap img{
    width: 552px;
    height: 308px;
    border-radius: 20px;
    cursor: pointer;
}
.parenting_vlog p{
    font-size: 24px;
    color: #666666;
    margin-top: 18px;
    text-align: left;
}
.parenting_food{
    width: 1296px;
    margin: 0 auto;
    padding-bottom: 122px;
}
.food_item{
    display: inline-block;
    margin: 0 46px 70px 0;
    width: 398px;
    height: 300px;
    vertical-align: top;
}
.food_item:nth-child(3n){
    margin-right: 0;
}
.foodimg_wrap img{
    width: 100%;
    margin-bottom: 12px;
    cursor: pointer;
}
.food_item p{
    font-size: 24px;
    line-height: 30px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.food_icon{
    width: 56px;
    height: 57px;
    /*float: left;*/
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
}
.food_title{
    display: inline-block;
    vertical-align: middle;
    width: 320px;
}
.food_wrap{
    margin-bottom: 50px;
}
.video_pop{
    width: 786px;
    /*height: 496px;*/
    background: #7aa5d8;
    position: relative;
}
.video_pop iframe{
    padding: 14px;
    border-radius: 10px;
}
.video_close{
    width: 42px;
    height: 44px;
    background: #fff;
    position: absolute;
    right: -42px;
    top: 24px;
    text-align: center;
    cursor: pointer;
}
.video_close img{
    width: 24px;
    margin-top: 10px;
}
.relevant h2{
    color: #00979C
;
    font-size: 30px;
    text-align: center;
    padding: 34px 0;
}
.bluenav .relevant h2{
    color: #00979C;
}
.relevant .list_item{
    width: 246px;
    margin-right: 22px;

}
.relevant .list_item:nth-child(4){
    margin-right: 0;
}
.relevant .list_pic{
    border-radius: 16px;
    width: 246px;
    height: 246px;
    border: none;
    overflow: hidden;
}
