/*首页头部底部*/


/*头部*/

.header {
    height: 124px;
    background: #fff;
}

.header .logo {
    float: left;
    width: 240px;
    height: 62px;
    /*background: url(../images/logo.png) no-repeat;*/
    margin-top: 30px;
    animation: logomove 0.8s 1;
    -webkit-animation: logomove 0.8s 1;
    /* Safari 和 Chrome */
    background-size: 240px;
}


/*.header .logo{ float: left;width: 240px; height: 62px;background:url(../images/logo_index.png) no-repeat; margin-top: 30px;animation:logomove 0.8s 1;
    -webkit-animation:logomove 0.8s 1; !* Safari 和 Chrome *!  }*/

@keyframes logomove {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes logomove {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.header_fix {
    background: #1ca4e5;
}


/*搜索*/

.search_box {
    float: left;
    margin-left: 108px;
    margin-top: 38px;
    width: 530px;
    position: relative;
}

.search_box .search {
    border: 1px solid #1da4e4;
    height: 42px;
    position: relative;
}

.search_box .search input {
    height: 42px;
    display: inline-block;
    text-indent: 40px;
    width: 432px;
}

.search_box .search input:focus {
    background: #fff;
}

.search_box .search i {
    width: 17px;
    height: 16px;
    background: url(../images/search_icon.png) no-repeat;
    position: absolute;
    left: 13px;
    top: 15px;
}

.search_box .search a {
    float: right;
    height: 42px;
    background: #1ca4e5;
    color: #fff;
    line-height: 42px;
    width: 96px;
    text-align: center;
    font-size: 16px;
}

.search_box .hot_search {
    color: #595959;
    line-height: 32px;
}

.search_box .hot_search a {
    margin-left: 8px;
}

.sc_of {
    width: 405px;
    height: auto;
    min-height: 100px;
    border: 1px solid #f1f1f1;
    border-top: none;
    z-index: 999999;
    position: absolute;
    background: #fff;
    top: 46px;
    padding: 12px 13px;
    clear: both;
}

.sc_none,
.sc_have {
    line-height: 24px;
}

.sc_none span,
.sc_have span {
    line-height: 40px;
    font-weight: bold;
    color: #333
}

.sc_none li,
.sc_have li {
    line-height: 30px;
    text-indent: 15px;
    width: 340px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.a_close {
    float: left;
    position: absolute;
    right: 20px;
    display: inline-block;
    color: #ccc
}

.sc_none .same_tc li,
.sc_have .same_tc li {
    float: left;
    line-height: 24px;
    text-indent: 15px;
    width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.a_empty {
    float: right;
    font-weight: lighter;
    color: #34B5F2
}

.sc_related li {
    line-height: 30px;
    width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sc_related li i {
    float: left;
    position: absolute;
    right: 20px;
    display: inline-block;
    color: #ccc;
    font-size: 12px;
    line-height: 34px
}

.sc_of li a:hover {
    color: #34B5F2
}

.sc_related {
    padding-top: 10px;
}

.sc_section {
    width: 100%;
    height: 42px;
    border-top: 1px solid #ececec;
    padding-top: 20px;
}

.sc_clearfix {
    width: 1200px;
    margin: 0px auto;
    height: 42px;
    border-bottom: 1px solid #34b5f2
}

.sc_clearfix li {
    width: 120px;
    float: left;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
}

.sc_clearfix li .cur {
    width: 120px;
    background: #34b5f2;
    height: 42px;
    color: #fff;
    display: inline-block;
}

.mainbox {
    margin-top: 10px;
}

.sc_title_section {
    width: 1200px;
    min-height: 42px;
    height: auto;
    background: #fff;
    margin: 15px auto 0px;
    border: 1px solid #ededed;
    text-indent: 2em
}

.sc_p01 {
    float: left;
    font-size: 16px;
    line-height: 40px;
}

.sc_p02 {
    float: left;
    line-height: 40px;
}

.sc_p02 em {
    color: #ff4e00
}

.sc_p03 {
    clear: both;
    margin-bottom: 10px;
}

.sc_p03 em {
    color: #34b5f2
}

.sc_hospital {
    width: 878px;
    height: auto;
    border: 1px solid #ececec;
    background: #fff;
    margin-top: 15px;
}

.sc_hosp_y {
    background: #fff;
    width: 878px;
    height: 190px;
}

.sc_hospital ul {
    margin: 10px auto;
    border-top: 1px solid #ececec;
    padding: 10px 0 10px 0;
}

.header_tab {
    float: right;
    margin-top: 30px;
    animation: logomove 0.8s 1;
    -webkit-animation: logomove 0.8s 1;
}

.header_tab div:nth-of-type(1) {
    font-size: 28px;
    color: #333;
}

.header_tab div:nth-of-type(1) i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/phone.png) no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

.header_tab div:nth-of-type(2) {
    font-size: 16px;
    letter-spacing: 0.5px;
}


/*导航*/

.nav {
    height: 48px;
    background: #fff;
    box-shadow: 0px 4px 8px #eaeaea;
}

.nav .shop_fl {
    width: 240px;
    background: #1ca4e5;
    height: 48px;
    color: #fff;
    text-indent: 16px;
    line-height: 48px;
    position: relative;
    font-size: 18px;
    float: left;
    box-shadow: -2px -2px 4px #f1f1f1;
}

.nav .shop_fl i {
    position: absolute;
    right: 24px;
    background: url(../images/item-img.png) no-repeat;
    width: 21px;
    height: 16px;
    top: 16px;
}

.nav .quick_list {
    height: 48px;
    line-height: 48px;
}

.nav .quick_list li {
    float: left;
    width: 105px;
    line-height: 48px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.nav .quick_list li a {
    display: block;
}

.nav .quick_list li a:hover {
    color: #0990d1;
}


/*长期合作伙伴 | 战略合作渠道*/

.compare:after {
    clear: both;
    display: block;
    content: '';
}

.compare {
    background: #fff;
    width: 100%;
}

.compare .tab_ou {
    text-align: center;
    padding: 54px 0px 15px 0px;
}

.compare .tab_ou .select {
    color: #333333;
}

.compare .tab_ou span,
.compare .tab_ou em {
    display: inline-block;
    cursor: pointer;
    margin: 0px 8px;
    vertical-align: middle;
}

.compare .tab_ou span {
    font-size: 20px;
    color: #999999;
}

.compare .tab_ou em {
    color: #5c5c5c;
}

.compare p.our_run {
    text-align: center;
    line-height: 22px;
    color: #999;
    line-height: 24px;
}

.compare .logo_list {
    width: 100%;
    margin-top: 30px;
}

.compare .logo_list a {
    border: 1px solid #fff;
    margin-right: 8px;
    float: left;
    margin-bottom: 8px;
    background: #fff;
}

.compare .logo_list a:nth-of-type(6n) {
    margin-right: 0px;
}

.compare .logo_list:after {
    clear: both;
    display: block;
    content: '';
}

.compare .lg_b a {
    width: 196px;
    text-align: center;
    line-height: 82px;
    margin-right: 0px;
    height: 82px;
    overflow: hidden;
    float: left;
    border: none;
    position: relative;
    margin-right: 4px;
}

.compare .lg_b a:nth-of-type(6n) {
    margin-right: 0px;
}

.compare .lg_a b {
    width: 228px;
    height: 70px;
}

.compare .lg_b a img {
    width: 100%;
}

.compare .lg_a b img {
    width: 100%;
    height: 100%
}


/*菜单详情 banner 个人中心*/

.content {
    height: 482px;
}

.content .menu {
    background: #fff;
    width: 240px;
    float: left;
    position: relative;
    box-shadow: -2px 2px 4px #f1f1f1
}

.content .menu ul {}

.content .menu>ul>li {
    height: 104px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.content .menu>ul>li.select {
    box-shadow: -2px 0 2px #dedede;
    position: relative;
    z-index: 56;
    transition: all 0.2s;
}

.content .menu>ul>li:last-child {
    height: 72px;
    border: none;
}

.content .menu>ul>li:last-child div {
    border-bottom: none;
    height: 72px;
}

.content .menu>ul>li div {
    margin: 0px 20px;
    height: 100px;
    position: relative;
}

.content .menu ul li div i.right_sort {
    width: 7px;
    height: 13px;
    background: url(../images/sort-right.png) no-repeat;
    position: absolute;
    right: 13px;
    top: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.content .menu ul li:hover div i.right_sort {
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.content .menu ul li:last-child div i.right_sort {
    width: 7px;
    height: 13px;
    background: url(../images/sort-right.png) no-repeat;
    position: absolute;
    right: 13px;
    top: 32px;
}

.content .menu ul li div h3 {
    color: #333333;
    padding-top: 28px;
    font-size: 15px;
    font-weight: bold;
}

.content .menu ul li div h3 i {
    display: inline-block;
}

.content .menu ul li div h3 i.i_hospital {
    background: url(../images/i_hospital_v.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-size: 100%;
}

.content .menu ul li div h3 i.i_detail {
    background: url(../images/detail_v.png) no-repeat;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-size: 100%;
}

.content .menu ul li div h3 i.i_seavice {
    background: url(../images/searvice_v.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-size: 100%;
}

.content .menu ul li div h3 i.i_tecknolage {
    background: url(../images/tecnolage_v.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-size: 100%;
}

.content .menu ul li div h3 i.i_company {
    background: url(../images/company_v.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-size: 100%;
}

.content .menu ul li div p {
    font-size: 12px;
    color: #999;
    line-height: 22px;
    padding-left: 28px;
}

.content .menu ul li div p a {
    margin-right: 8px;
    color: #999;
}

.content .menu ul li div p a:hover {
    text-decoration: underline;
    color: #1ca4e5;
}

.menu_show {
    position: absolute;
    box-shadow: 0px 0px 6px #dedede;
    left: 238px;
    top: 0px;
    z-index: 55;
    background: #fff;
    height: 492px;
    overflow-y: auto;
    overflow-x: hidden;
}

.menu_w540 {
    width: 540px;
}

.menu_w750 {
    width: 750px;
}

.menu_w280 {
    min-width: 540px;
}

.menu_show .block {
    width: 50%;
    float: left;
}

.menu_show .block_b {
    width: 100%;
    float: left;
}

.menu_show .line_tab {
    padding: 25px;
    transition: all 0.5s;
}

.menu_show .line_tab:after {
    content: '';
    clear: both;
    display: block;
}

.menu_show .line_tab h3.underline {
    line-height: 36px;
    border-bottom: 1px solid #F1F1F1;
}

.menu_show .line_tab h3 span {
    font-weight: bold;
}

.menu_show .line_tab h3 a {
    float: right;
    color: #454545;
    font-size: 12px;
}

.menu_show .line_tab ul {
    width: 100%;
}

.menu_show .line_tab ul li {
    float: left;
    width: 120px;
    height: 20px;
    padding: 10px;
    margin-right: 30px;
    border: 1px solid #f1f1f1;
    margin-top: 15px;
    position: relative;
    border-radius: 4px;
}

.menu_show .line_tab ul li:hover {
    /*box-shadow: 0 0 8px #64b8ff;*/
    color: #57aeff;
    border: 1px solid #64b8ff;
    ;
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
}

.menu_show .line_tab ul li a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.menu_show .line_tab ul li>span {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
}

.menu_show .line_tab ul li>span>img {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
}

.menu_show .line_tab ul li>span em {
    position: absolute;
    bottom: 0px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    left: 0px;
    width: 100%;
    text-align: center;
}

.menu_show .line_tab ul li img {
    width: 52px;
    height: 52px;
    float: left;
}

.menu_show div:nth-of-type(1)>div>ul>li>img {
    width: 48px;
    height: 48px;
    float: left;
    margin-top: 5px;
}

.menu_show div:nth-of-type(3)>ul>li>img {
    width: 48px;
    height: 48px;
    float: left;
    margin-top: 5px;
}

.menu_show div:nth-of-type(4)>ul>li>img {
    width: 48px;
    height: 48px;
    float: left;
    margin-top: 5px;
}

.menu_show .line_tab ul li p {
    font-size: 14px;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.menu_show .line_tab ul li p:nth-of-type(2) {
    font-size: 12px;
    color: #999;
    line-height: 28px;
}

.area_contant {
    margin-top: 5px;
}

.area_contant:after {
    display: block;
    clear: both;
    content: '';
}

.area_contant a {
    margin-right: 12px;
    float: left;
    margin-top: 8px;
    font-size: 12px;
    color: #4f4f4f;
    width: 110px;
}

.area_contant a:hover {
    color: #0990d1;
}

.con_center {
    width: 740px;
    float: left;
}


/*banner*/

.banner {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    height: 280px;
    width: 730px;
    overflow: hidden;
    position: relative;
}


/*
.banner{float: left;margin-top: 10px;margin-left: 10px;height: 400px;width: 750px;overflow: hidden; position: relative;}
*/

.banner ul li {
    width: 100%;
}

.banner .pic {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner .pic li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .pic li img,
#banner .pic li a {
    display: block;
}

.banner .tab {
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 50%;
    height: 20px;
    margin-left: -80px;
    background: rgba(255, 255, 255, .3);
    border-radius: 10px;
}

.banner .tab ul {
    width: 100%;
}

.banner .tab ul li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
    margin: 3px;
    cursor: pointer;
}

.banner .tab ul li.on {
    background: #ff4e00;
}

.banner .btn {
    display: none;
}

.banner:hover .btn {
    display: block;
}

.banner .btn div {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 84px;
    margin-top: -42px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.banner .btn div.left {
    background: url(../images/banner_left.png) no-repeat;
    left: 10px;
}

.banner .btn div.right {
    background: url(../images/banner_right.png) no-repeat;
    right: 10px;
}

.banner .pic li img {
    height: 280px;
    position: relative;
    left: 0;
}


/*热门分类跟地域*/

.area_detail {
    width: 100%;
    height: 200px;
    float: left;
}

.area_detail .hot_fl,
.area_detail .hot_area {
    float: left;
    height: 192px;
    background: #fff;
    width: 360px;
    margin-left: 10px;
    margin-top: 10px;
}

.area_detail>div>h3 {
    text-align: center;
    border-bottom: 1px dashed #f6f6f6;
    line-height: 50px;
    height: 50px;
}

.area_detail>div>h3>i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/sor.png") no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.area_detail>div>div {
    padding-bottom: 10px;
}

.area_detail>div>div:after {
    clear: both;
    content: '';
    display: block;
}

.area_detail>div>div>ul {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.area_detail>div>div>ul>li {
    float: left;
    margin-top: 20px;
    font-size: 12px;
    color: #999;
    margin-left: 13px;
    width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.area_detail>div.hot_area>div>ul>li {
    margin-left: 38px;
    width: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.area_detail>div>div>ul>li>a {
    color: #999999;
}

.area_detail>div>div>ul>li>a:hover {
    color: #1ca4e5;
}


/*右侧*/

.tap {
    float: left;
    margin-left: 10px;
    width: 210px;
}

.tap .tap_a {
    width: 100%;
    background: #fff;
    color: #666666;
    padding: 10px 0px;
}

.tap .tap_a h3 {
    text-align: center;
    padding-top: 10px;
}

.tap .tap_a h3 span {
    display: inline-block;
    background: #f1f1f1;
    border-radius: 50%;
    overflow: hidden;
}

.tap .tap_a h3 span img {
    height: 66px;
    width: 66px;
}

.tap .tap_a p {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.tap .tap_a p:nth-of-type(1) {
    line-height: 34px;
}

.tap .tap_a p:nth-of-type(2) {
    color: #666666;
}

.tap .tap_a p:nth-of-type(3) {
    color: #666666;
    padding-top: 15px;
}

.tap .tap_a p:nth-of-type(3) a {
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 2px 5px #cccccc;
    padding: 2px 12px;
    display: inline-block;
    color: #e23b40;
}

.tap .tap_a p:nth-of-type(3) a:nth-of-type(2) {
    margin-left: 12px;
    box-shadow: -2px 2px 5px #cccccc;
    color: #dace8e;
    background: #363634;
}

.tap .tap_a div.line_area {
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    padding: 15px 32px;
    color: #989898;
    line-height: 18px;
}

.tap .tap_a div.line_area span {
    color: #333;
}

.tap .quick_link {
    width: 100%;
    padding: 8px 0px;
}

.tap .quick_link ul {
    padding: 4px 10px;
}

.tap .quick_link ul:after {
    clear: both;
    display: block;
    content: '';
}

.tap .quick_link ul li {
    float: left;
    width: 33%;
    height: 60px;
    text-align: center;
    margin-bottom: 3px;
}

.tap .quick_link ul li:hover {
    background: #f8f8f8;
}

.tap .quick_link ul li a {
    display: block;
    padding-top: 5px;
    display: inline-block
}

.tap .quick_link ul li p {
    text-align: center;
}

.tap .quick_link ul li p i {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.tap .quick_link ul li p i.dd {
    background: url("../images/dd.png") center center no-repeat;
}

.tap .quick_link ul li p i.sc {
    background: url("../images/sc.png") center center no-repeat;
}

.tap .quick_link ul li p i.yhqs {
    background: url("../images/yhqs.png") center center no-repeat;
}

.tap .quick_link ul li p i.tjr {
    background: url("../images/tjr.png") center center no-repeat;
}

.tap .quick_link ul li p i.gd {
    background: url("../images/gd.png") center center no-repeat;
}

.tap .tap_b {
    height: 150px;
    background: #fff;
}

.tap .tap_b ul {}

.tap .tap_b ul li {
    float: left;
    width: 100px;
    height: 75px;
    text-align: center;
    color: #333;
    cursor: pointer;
    position: relative;
}

.tap .tap_b ul li:hover i {
    display: none;
}

.tap .tap_b ul li:hover p:nth-of-type(2) {
    display: none;
    position: absolute;
    padding: 0px 4px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -37px;
    color: #999;
}

.tap .tap_b ul li:hover p:nth-of-type(2) {
    font-size: 12px;
}

.tap .tap_b ul li:hover p:nth-of-type(1) {
    display: none;
}

.tap .tap_b ul li:hover p:nth-of-type(2) {
    display: block;
}

.tap .tap_b ul li p:nth-of-type(2) {
    display: none;
}

.tap .tap_b ul li i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 18px;
}

.tap .tap_b ul li i.sq {
    background: url(../images/icon_sq.png) no-repeat;
}

.tap .tap_b ul li i.cn {
    background: url(../images/icon_cn.png) no-repeat;
}

.tap .tap_b ul li i.zd {
    background: url(../images/icon_zd.png) no-repeat;
}

.tap .tap_b ul li i.bh {
    background: url(../images/icon_ys.png) no-repeat;
}


/*推荐*/

.recommend {
    background: #fff;
    width: 100%;
    margin-top: 35px;
    height: 150px;
}

.recommend ul {}

.recommend ul li {
    float: left;
    position: relative;
    width: 25%;
    height: 150px;
    cursor: pointer;
}

.recommend ul li:hover {
    background: #f1f1f1;
}

.recommend ul li h3 {
    font-size: 22px;
    color: #333;
    padding-left: 70px;
    padding-top: 54px;
}

.recommend ul li p {
    font-size: 14px;
    color: #999;
    padding-left: 70px;
}

.recommend ul li i {
    position: absolute;
    width: 44px;
    height: 44px;
    right: 54px;
}

.recommend ul li i.re_th {
    background: url(../images/thtj.png) no-repeat;
    top: 60px;
}

.recommend ul li i.re_rq {
    background: url(../images/rqtj.png) no-repeat;
    top: 60px;
}

.recommend ul li i.re_yx {
    background: url(../images/yxtj.png) no-repeat;
    top: 60px;
}

.recommend ul li i.re_lq {
    background: url(../images/lqzx.png) no-repeat;
    top: 60px;
}


/*限时抢购*/

.flash {
    margin-top: 35px;
}

.flash .cx {
    float: left;
    background: url(../images/for.png) no-repeat;
    width: 160px;
    height: 216px;
    padding: 42px 40px;
}

.flash .cx h3 {
    color: #fff;
    letter-spacing: 12px;
    font-size: 28px;
    font-weight: bold;
}

.flash .cx p:nth-of-type(1) {
    letter-spacing: 6px;
    padding-top: 36px;
    color: #fff;
}

.flash .cx div {
    width: 100%;
    color: #fff;
    padding-top: 16px;
}

.flash .cx div span {
    display: inline-block;
    width: 44px;
    background: #ff4e00;
    color: #fff;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    font-size: 24px;
}

.flash .cx div em {
    margin-left: 4px;
}

.flash .cx p:nth-of-type(2) {
    color: #fff;
    padding-top: 36px;
}

.flash .cx p:nth-of-type(2) em:nth-of-type(1) {
    margin-right: 14px;
}

.flash .cx p:nth-of-type(2) em:nth-of-type(2) {
    border: 4px solid transparent;
    border-right-color: #fff;
    background: none;
    width: 0px;
    height: 0px;
    transform: rotate(-180deg);
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.flash .time_roll {
    margin-left: 10px;
    background: #fff;
    height: 300px;
    float: left;
    width: 950px;
    position: relative;
    overflow: hidden;
}

.flash .time_roll ul {
    height: 300px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.flash .time_roll ul li {
    float: left;
    width: 237px;
    border-right: 1px solid #f8f8f8;
    height: 300px;
    position: relative;
    box-sizing: border-box;
}

.flash .time_roll ul li:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
    -webkit-box-opacity: 0.8;
}

.flash .time_roll ul li div {
    padding: 8px;
}

.flash .time_roll ul li div img {
    width: 100%;
}

.flash .time_roll ul li p {
    text-align: center;
    color: #333;
}

.flash .time_roll ul li p:nth-of-type(1) {
    line-height: 28px;
}

.flash .time_roll ul li p:nth-of-type(2) {
    color: #999999;
    line-height: 24px;
}

.flash .time_roll ul li p:nth-of-type(3) {
    padding-top: 30px;
}

.flash .time_roll ul li p:nth-of-type(3) span {
    color: #ff4e00;
    font-weight: bold;
    font-size: 16px;
}

.flash .time_roll ul li p:nth-of-type(3) span em {
    font-size: 12px;
    font-weight: normal
}

.flash .time_roll ul li p:nth-of-type(3) del {
    font-size: 12px;
    color: #999;
    margin-left: 15px;
}

.flash .time_roll ul li a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.flash .time_roll .ftn_button {
    display: none;
}

.flash .time_roll .ftn_button div {
    position: absolute;
    top: 50%;
    width: 33px;
    height: 58px;
    margin-top: -22px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    z-index: 5;
}

.flash .time_roll .ftn_button div.left {
    background: url(../images/banner_left_b.png) no-repeat;
    left: 0;
}

.flash .time_roll .ftn_button div.right {
    background: url(../images/banner_right_b.png) no-repeat;
    right: 0;
}

.flash .time_roll .ftn_button div.left:hover {
    background: url(../images/banner_left_b_hover.png) no-repeat;
    left: 0;
    transition: background 0.3s;
}

.flash .time_roll .ftn_button div.right:hover {
    background: url(../images/banner_right_b_hover.png) no-repeat;
    right: 0;
    transition: background 0.3s;
}

.flash .time_roll:hover .ftn_button {
    display: block
}


/*热门医院*/

.hot_hospital {
    margin-top: 35px;
    clear: both;
}

.hot_hospital .i_left {
    float: left;
    width: 240px;
}

.hot_hospital .i_left>h3,
.hot_hospital .i_left>h2,
.hot_hospital .i_left>h1 {
    line-height: 42px;
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.hot_hospital .i_left .quick_link {
    background: url("../images/hot_hospitalbg.png") center bottom no-repeat #7abdfd;
    height: 560px;
    width: 100%;
}

.hot_hospital .i_left .quick_link .link_a {
    margin-top: 62px;
    margin-left: 32px;
    float: left;
}

.hot_hospital .i_left .quick_link .link_a ul {
    width: 182px;
}

.hot_hospital .i_left .quick_link .link_a ul li {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.hot_hospital .i_left .quick_link .link_a ul li a {
    color: #fff;
}

.hot_hospital .i_left .quick_link .link_a ul li:hover {
    background: #fff;
    border-radius: 4px;
    color: #7abdfd;
}

.hot_hospital .i_left .quick_link .link_a ul li:hover a {
    color: #7abdfd;
}

.hot_hospital .i_left .quick_link .link_b {
    float: left;
    margin-top: 50px;
    width: 100%;
}

.hot_hospital .i_left .quick_link .link_b h3 {
    line-height: 42px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.hot_hospital .i_left .quick_link .link_b p {
    text-align: center;
    line-height: 24px;
    color: #fff;
}

.hot_hospital .i_right {
    float: left;
    margin-left: 10px;
    width: 950px;
}

.hot_hospital .i_right .tab_check {
    height: 42px;
    line-height: 42px;
}

.hot_hospital .i_right .tab_check>ul {
    float: left;
}

.hot_hospital .i_right .tab_check>ul>li {
    float: left;
    margin-right: 64px;
    line-height: 42px;
}

.hot_hospital .i_right .tab_check>ul>li.select a {
    color: #1da4e6;
}

.hot_hospital .i_right .tab_check>a {
    float: right;
    color: #333;
}

.hot_hospital .i_right .tab_check>a>i {
    border: 4px solid transparent;
    border-right-color: #333;
    background: none;
    width: 0px;
    height: 0px;
    transform: rotate(-180deg);
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
}

.hot_hospital .i_right .tab_content {
    height: 560px;
}

.hot_hospital .i_right .tab_content li {
    float: left;
    margin-right: 10px;
    width: 290px;
    background: #fff;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.hot_hospital .i_right .tab_content li:hover {
    box-shadow: 0 4px 8px #ededed;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-box-shadow: 0px 4px 8px #ededed;
}

.hot_hospital .i_right .tab_content li a {
    display: block;
    position: relative;
}

.hot_hospital .i_right .tab_content li img {
    width: 100%;
    height: 185px;
}

.hot_hospital .i_right .tab_content li>p {
    font-size: 14px;
    line-height: 35px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.hot_hospital .i_right .tab_content li h2 {
    height: 35px;
    line-height: 35px;
}

.hot_hospital .i_right .tab_content li>p {
    color: #999999;
}

.hot_hospital .i_right .tab_content li>p span:nth-of-type(2) {
    float: right;
}

.hot_hospital .i_right .tab_content li>p span:nth-of-type(2) em {
    color: #ff4e00;
    font-weight: bold;
}

.hot_hospital .i_right .tab_content li:nth-child(3n) {
    margin: 0px;
}


/*热门套餐*/

.hot_package {
    margin-top: 35px;
    clear: both;
}

.hot_package .i_left {
    float: left;
    width: 240px;
}

.hot_package .i_left>h2 {
    line-height: 42px;
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.hot_package .i_left .quick_link {
    background: url("../images/hot_tcbg.png") center bottom no-repeat #e0b5aa;
    height: 590px;
    width: 100%;
}

.hot_package .i_left .quick_link .link_a {
    margin-top: 62px;
    margin-left: 32px;
    float: left;
}

.hot_package .i_left .quick_link .link_a ul {
    width: 182px;
}

.hot_package .i_left .quick_link .link_a ul li {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.hot_package .i_left .quick_link .link_a ul li a {
    color: #fff;
}

.hot_package .i_left .quick_link .link_a ul li:hover {
    background: #fff;
    border-radius: 4px;
    color: #7abdfd;
}

.hot_package .i_left .quick_link .link_a ul li:hover a {
    color: #9b7970;
}

.hot_package .i_left .quick_link .link_b {
    float: left;
    margin-top: 50px;
    width: 100%;
}

.hot_package .i_left .quick_link .link_b h3 {
    line-height: 42px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.hot_package .i_left .quick_link .link_b p {
    text-align: center;
    line-height: 24px;
    color: #fff;
}

.hot_package .i_right {
    float: left;
    margin-left: 10px;
    width: 950px;
}

.hot_package .i_right .tab_check {
    height: 42px;
    line-height: 42px;
}

.hot_package .i_right .tab_check>ul {
    float: left;
}

.hot_package .i_right .tab_check>ul>li {
    float: left;
    margin-right: 64px;
    line-height: 42px;
}

.hot_package .i_right .tab_check>ul>li.select a {
    color: #1da4e6;
}

.hot_package .i_right .tab_check>a {
    float: right;
    color: #333;
}

.hot_package .i_right .tab_check>a>i {
    border: 4px solid transparent;
    border-right-color: #333;
    background: none;
    width: 0px;
    height: 0px;
    transform: rotate(-180deg);
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
}

.hot_package .i_right .tab_content {
    height: 560px;
}

.hot_package .i_right .tab_content li {
    float: left;
    margin-right: 10px;
    width: 290px;
    background: #fff;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.hot_package .i_right .tab_content li:hover {
    box-shadow: 0 4px 8px #ededed;
    -webkit-box-shadow: 0px 4px 8px #ededed;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.hot_package .i_right .tab_content li a {
    display: block;
    height: 200px;
    overflow: hidden;
}

.hot_package .i_right .tab_content li img {
    width: 100%;
    cursor: pointer;
}

.hot_package .i_right .tab_content li p {
    font-size: 14px;
    line-height: 35px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.hot_package .i_right .tab_content li p:nth-of-type(1) {
    height: 35px;
}

.hot_package .i_right .tab_content li p {
    font-size: 14px;
    line-height: 35px;
    color: #333;
}

.hot_package .i_right .tab_content li p:nth-of-type(2) {
    color: #999999;
}

.hot_package .i_right .tab_content li p:nth-of-type(2) b {
    color: #ff4e00;
}

.hot_package .i_right .tab_content li p:nth-of-type(2) span {
    float: right;
}

.hot_package .i_right .tab_content li p:nth-of-type(2) span em {
    color: #ff4e00;
    font-weight: bold;
}

.hot_package .i_right .tab_content li:nth-child(3n) {
    margin: 0px;
}


/*体检指南*/

.medical_knowledge {
    margin-top: 30px;
}

.medical_knowledge:after {
    clear: both;
    display: block;
    content: '';
}

.medical_knowledge>div>h3 {
    line-height: 42px;
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.medical_knowledge>div>h3>span.select {
    color: #38b5f1;
}

.medical_knowledge>div>h3>em {
    color: #999999;
    font-size: 12px;
}

.medical_knowledge .aricle {
    width: 100%;
}

.medical_knowledge .aricle div.guide_common {
    width: 352px;
    margin-right: 12px;
    background: #fff;
    padding: 20px 20px 15px 20px;
    float: left;
    overflow: hidden;
}

.medical_knowledge .aricle div.guide_common>h3 {
    font-size: 18px;
    color: #333;
    vertical-align: middle;
}

.medical_knowledge .aricle div.guide_common>h3>span {
    cursor: pointer;
}

.medical_knowledge .aricle div.guide_common>h3>span.select {
    color: #38b5f1;
}

.medical_knowledge .aricle div.guide_common>h3>em {
    color: #999999;
    font-size: 12px;
    margin: 0px 8px;
}

.medical_knowledge .aricle div.guide_common>p:nth-of-type(1) {
    color: #333;
    font-size: 16px;
    padding-top: 24px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.medical_knowledge .aricle div.guide_common>p:nth-of-type(2) img {
    height: 130px;
    width: 100%;
}

.medical_knowledge .aricle div.guide_common>p:nth-of-type(3) {
    color: #999999;
    line-height: 22px;
    font-size: 14px;
    padding-top: 5px;
    height: 66px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font-size: 12px;
}

.medical_knowledge .aricle div.guide_common>p:nth-of-type(4) {
    text-align: right;
    line-height: 28px;
}

.medical_knowledge .aricle div.guide_common>p:nth-of-type(4) a {
    color: #1ca4e5;
}

.medical_knowledge .aricle div.guide_common:last-child {
    margin: 0px;
}

.medical_knowledge .aricle div.guide_common .news_list {
    padding-top: 20px;
    height: 168px;
    overflow: hidden;
}

.medical_knowledge .aricle div.guide_common .news_list:after {
    display: block;
    clear: both;
    content: '';
}

.medical_knowledge .aricle div.guide_common .news_list li {
    line-height: 28px;
    float: left;
    width: 100%;
}

.medical_knowledge .aricle div.guide_common .news_list li a {
    display: block;
}

.medical_knowledge .aricle div.guide_common .news_list li span:nth-of-type(1) {
    float: left;
    line-height: 28px;
    width: 252px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.medical_knowledge .aricle div.guide_common .news_list li span:nth-of-type(2) {
    float: right;
    color: #b4b4b4;
    font-size: 12px;
}


/*特惠推荐*/

.recommendation {
    padding-top: 75px;
    background: #fff;
    padding-bottom: 70px;
}

.recommendation ul.th_a {
    border-radius: 4px;
    overflow: hidden
}

.recommendation ul.th_a:after {
    content: '';
    display: block;
    clear: both;
}

.recommendation ul.th_a li {
    float: left;
    width: 33%;
    padding: 18px 0px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #f1f1f1;
}

.recommendation ul.th_a li:hover {
    background: #6dc7f2;
    color: #fff;
}

.recommendation ul.th_a li:hover p:nth-of-type(1) {
    color: #fff;
}

.recommendation ul.th_a li:hover p:nth-of-type(2) {
    color: #fff;
}

.recommendation ul.th_a li.select {
    background: #1ca4e5;
    color: #fff;
}

.recommendation ul.th_a li.select p:nth-of-type(1) {
    font-size: 24px;
    color: #fff;
    border-right: none;
}

.recommendation ul.th_a li.select p:nth-of-type(2) {
    font-size: 14px;
    color: #fff;
    border-right: none;
}

.recommendation ul.th_a li p:nth-of-type(1) {
    font-size: 24px;
    color: #333;
    border-right: none;
}

.recommendation ul.th_a li {
    border-right: none;
}

.recommendation ul.th_a li a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.recommendation ul.th_a li p {
    text-align: center;
    color: #333;
}

.recommendation ul.th_a li p:nth-of-type(2) {
    color: #999;
    font-size: 14px;
}

.special_tj {
    width: 100%;
}

.special_tj:after {
    clear: both;
    display: block;
    content: '';
}

.special_tj>h3 {
    color: #333;
    font-size: 24px;
    text-align: center;
    padding: 55px 0px;
}

.special_tj>div.thtj>ul {
    width: 100%;
    padding-bottom: 15px;
}

.special_tj>div.thtj>ul:after {
    clear: both;
    display: block;
    content: '';
}

.special_tj>div.thtj>ul>li {
    float: left;
    width: 280px;
    border: 1px solid #e2e2e2;
    position: relative;
    margin-right: 24px;
    height: 370px;
    margin-bottom: 25px;
}

.special_tj>div.thtj>ul>li:nth-of-type(4n) {
    margin: 0px;
}

.special_tj>div.thtj>ul>li>a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.special_tj>div.thtj>ul>li>div {}

.special_tj>div.thtj>ul>li>div>p:nth-of-type(1) {
    position: relative;
}

.special_tj>div.thtj>ul>li>div>p:nth-of-type(1)>span:nth-of-type(1) {
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images/zk.png") no-repeat;
    width: 37px;
    height: 56px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.special_tj>div.thtj>ul>li>div>p:nth-of-type(1)>span:nth-of-type(2) {
    position: absolute;
    background: url("../images/bp.png") no-repeat;
    left: 54px;
    top: 0px;
    width: 37px;
    height: 43px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
}

.special_tj>div.thtj>ul>li>div>p:nth-of-type(2) {
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    padding: 8px 0px;
}

.special_tj>div.thtj>ul>li>div>p:nth-of-type(3) {
    text-align: center;
    color: #999;
    font-size: 14px;
}

.special_tj>div.thtj>ul>li>div>p:nth-of-type(4) {
    text-align: center;
    color: #333;
    line-height: 36px;
}

.special_tj>div.thtj>ul>li>div>p:nth-of-type(4) b {
    color: #d80000;
    font-size: 18px;
}

.special_tj>div.thtj>ul>li>div>p:nth-of-type(4) del {
    margin-left: 10px;
    color: #999999;
}

.special_tj>div.thtj>ul>li>div>p:nth-of-type(5) {
    text-align: center;
    color: #999999;
    padding: 15px 0px;
    font-size: 12px;
}


/*翻页*/

.page {
    text-align: center;
    margin: 30px 0 30px 0;
}

.page a {
    width: 35px;
    height: 35px;
    background: url(../images/page1.png) no-repeat;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-right: 8px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.page a:hover {
    background-position: 0 -35px;
    color: #fff;
}

.page a:active {
    background: url(../images/page1.png) 0 -35px no-repeat;
}

.page .next_1 {
    background: url(../images/page1.png) -35px 0 no-repeat;
}

.page .next_1:hover {
    background: url(../images/page1.png) -35px -35px no-repeat;
}

.page .prev_1 {
    background: url(../images/page1.png) -70px 0 no-repeat;
}

.page .prev_1:hover {
    background: url(../images/page1.png) -70px -35px no-repeat;
}

.page span.current {
    background: url(../images/page1.png) 0 -35px no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-right: 8px;
}

.page span.disabled {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    color: #333;
    margin-right: 2px;
    padding-top: 2px
}

.page span.quantity {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    color: #333;
    margin-right: 2px;
    padding-top: 2px
}


/*面包屑导航*/

.b_navigation {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0px auto -10px;
    padding-top: 10px;
    color: #888;
    overflow: hidden;
}

.b_navigation b {
    padding: 0 5px;
    font-weight: normal;
    float: left;
}

.b_navigation h1 {
    display: inline-block;
    float: left;
}

.b_navigation h1 a {
    float: left;
}

.b_navigation a {
    float: left;
    color: #888;
}

.b_navigation .hom-icon {
    width: 19px;
    vertical-align: middle;
    height: 17px;
    background: url(../images/pagehome.png) no-repeat;
    display: inline-block;
    margin: 0px 3px auto auto;
}

.b_navigation span {
    color: #333;
}


/*限时抢购*/

.ms_snap {
    width: 100%;
}

.ms_snap:after {
    clear: both;
    display: block;
    content: '';
}

.ms_snap div.ms_banner {
    float: left;
    margin-top: 20px;
}

.ms_snap div.ms_banner img {
    width: 100%;
    height: 100%;
}

.ms_snap div.time {
    width: 100%;
    color: #fff;
    float: left;
    height: 114px;
}

.ms_snap div.time li {
    float: left;
    width: 150px;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
    background: #333;
    padding-bottom: 23px;
}

.ms_snap div.time li:hover {
    background: #575757;
}

.ms_snap div.time li.select {
    background: url("../images/bg_ms.png") no-repeat;
    padding-bottom: 35px;
}

.ms_snap div.time:after {
    clear: both;
    display: block;
    content: '';
}

.ms_snap h3.title {
    text-align: center;
    font-size: 24px;
    padding: 24px 0px;
}

.content_list {
    width: 100%;
}

.content_list .hd_co {
    float: left;
    border: 1px solid #e2e2e2;
    width: 574px;
    margin-right: 45px;
    margin-bottom: 45px;
}

.content_list .hd_co:nth-of-type(2n) {
    margin: 0px;
}

.content_list .hd_co div:nth-of-type(1) {
    width: 244px;
    position: relative;
    height: 158px;
    float: left;
}

.content_list .hd_co div:nth-of-type(1) img {
    width: 100%;
    height: 100%;
}

.content_list .hd_co div:nth-of-type(1) span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 110px;
}

.content_list .hd_co div:nth-of-type(1) div.opery {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.content_list .hd_co div:nth-of-type(2) {
    margin-left: 264px;
}

.content_list .hd_co div:nth-of-type(2) h3 {
    font-size: 16px;
    color: #333;
    padding-top: 15px;
}

.content_list .hd_co div:nth-of-type(2) p:nth-of-type(1) {
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.content_list .hd_co div:nth-of-type(2) p:nth-of-type(2) {
    color: #d80000;
    font-size: 12px;
    padding: 8px 0px;
}

.content_list .hd_co div:nth-of-type(2) p:nth-of-type(2) b {
    font-size: 18px;
}

.content_list .hd_co div:nth-of-type(2) p:nth-of-type(2) del {
    color: #999999;
    margin-left: 10px;
}

.content_list .hd_co div:nth-of-type(2) p:nth-of-type(3) {
    padding-top: 8px;
    text-align: left;
}

.content_list .hd_co div:nth-of-type(2) p:nth-of-type(3) a {
    border-radius: 24px;
    background: #ff4e00;
    display: inline-block;
    text-align: center;
    padding: 8px 30px;
    color: #fff;
}

.content_list .hd_co div:nth-of-type(2) p:nth-of-type(3) a.none {
    background: #999;
}


/*领券中兴*/

.content_co {
    width: 100%;
}

.content_co>div>h3 {
    font-size: 32px;
    color: #333;
    text-align: center;
    padding: 24px 0px;
}

.content_co .jx_content {
    width: 100%;
}

.content_co .jx_content:after {
    clear: both;
    display: block;
    content: '';
}

.content_co .jx_content .jx_ac {
    float: left;
    width: 572px;
    height: 150px;
    background: url("../images/yhq.png") no-repeat;
    margin-right: 44px;
    margin-bottom: 60px;
    position: relative;
}

.content_co .jx_content .jx_ac>div {
    float: left;
}

.content_co .jx_content .jx_ac>div:nth-of-type(1) {
    margin-left: 45px;
    margin-top: 40px;
    color: #fff;
}

.content_co .jx_content .jx_ac>div:nth-of-type(1) h3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
}

.content_co .jx_content .jx_ac>div:nth-of-type(1) h3 em {
    font-size: 18px;
}

.content_co .jx_content .jx_ac:nth-of-type(2n) {
    margin-right: 0px;
}

.content_co .jx_content .jx_ac>div:nth-of-type(2) {
    position: absolute;
    left: 170px;
    width: 223px;
    padding-left: 35px;
    padding-top: 40px;
}

.content_co .jx_content .jx_ac>div:nth-of-type(2) p {
    color: #999999;
    padding: 2px 0px;
}

.content_co .jx_content .jx_ac>div:nth-of-type(2) h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.content_co .jx_content .jx_ac>div:nth-of-type(3) {
    position: absolute;
    left: 432px;
    width: 115px;
    text-align: center;
    padding-top: 27px;
}

.content_co .jx_content .jx_ac>div:nth-of-type(3) p {
    padding: 4px 0px;
}

.content_co .jx_content .jx_ac>div:nth-of-type(3) p:nth-of-type(1) {
    color: #999;
}

.content_co .jx_content .jx_ac>div:nth-of-type(3) p.xs_button {
    text-align: center;
}

.content_co .jx_content .jx_ac>div:nth-of-type(3) p.xs_button a {
    display: inline-block;
    width: 115px;
    height: 34px;
    background: #ff4e00;
    border-radius: 24px;
    line-height: 34px;
    color: #fff;
}

.content_co .jx_content .jx_ac>div:nth-of-type(3) p.xs_button a.gray {
    background: #999999;
}

.content_co .jx_content .jx_ac>div:nth-of-type(3) p.xs_button span {
    display: inline-block;
    width: 134px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #ed7072;
    line-height: 24px;
}

.content_co .jx_content .jx_ac>div:nth-of-type(3) p.xs_button a.blue {
    background: #1ca4e5;
    margin-top: 35px;
}

.content_co .jx_content .jx_ac>div:nth-of-type(3) div.progress {
    border: 1px solid #ed7072;
    border-radius: 24px;
    font-size: 12px;
    color: #ce0f10;
    background: #fff;
    margin: 8px 0px;
    padding: 3px 0px;
    overflow: hidden;
    position: relative;
}

.content_co .jx_content .jx_ac>div:nth-of-type(3) div.progress span {
    background: #fff1f1;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 4;
}

.content_co .jx_content .jx_ac>div:nth-of-type(3) div.progress em {
    position: relative;
    z-index: 5;
}

.login_reg {
    padding: 0px 10px 16px 10px;
}

.login_reg a {
    width: 100%;
    border-radius: 24px;
    border: 1px solid #f1f1f1;
    line-height: 42px;
    text-align: center;
    color: #f1f1f1;
    display: block;
    color: #333;
    font-size: 14px;
}

.login_reg a:nth-of-type(1) {
    margin-bottom: 23px;
    margin-top: 23px;
}

.login_reg a:hover {
    /*box-shadow: 0px 0px 6px #dcdcdc;*/
    transition: all 0.5s;
    border: 1px solid #64b8ff;
    color: #64b8ff;
}


/*活动悬浮窗口*/

.activity_fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: none;
    /*display: block;*/
}

.activity_fixed img {
    width: 100%;
}

.activity_fixed i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 575px;
    width: 50px;
    height: 50px;
    display: none;
}

.activity_fixed i img {
    height: 100%;
}

.medal{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background:#E1BA76;
    background: linear-gradient(270deg, #E1BA76 0%, #B0864D 100%);

    height: 38px;
    line-height: 38px;
    width: 100%;
    color: #fff;
    text-align: center;
}
.medal>i{
    background: url("../images/price.png") no-repeat;
    background-size: 100%;
    width:12px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}



