@charset "UTF-8";

/* 格式化 */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
    overflow-x: hidden;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

html,
body {
    width: 100%;
    min-width: 1320px;
    margin: 0 auto;
    background: #f1f1f1;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

input {
    border: none;
    outline: none;
}
/* 去除友盟 站长统计*/
a[title=站长统计]{
    display: none;
}
marquee{
    width: 100%;
}
i{
    font-style: normal !important;
}
/* 共用类 */

.common-active {
    background: rgba(50, 131, 242, 1) !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 3px 7px 0px rgba(45, 118, 219, 0.4) !important;
}


/*容器设置*/

.header-wrap {
    width: 100%;
    height: 623px;
    background: #fff url(../images/main-bg.jpg) no-repeat center;
    position: relative;
    color: #fff;
}


/* 顶部 */

.header-wrap .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.header-wrap .header-center {
    width: 1320px;
    height: 100%;
    margin: 0 auto;
}

.header-wrap .header-center .top {
    display: flex;
    justify-content: space-between;
    height: 58px;
    margin-top: 21px;
}

.header-wrap .header-center .top-left {
    display: flex;
    height: 100%;
}
.header-wrap .header-center .top-left a{
    color: #fff;
}

.header-wrap .header-center .top-left .logo {
    width: 58px;
    height: 58px;
    margin-right: 14px;
}

.header-wrap .header-center .top-left .logo-right h1 {
    line-height: 38px;
    font-size: 20px;
}

.header-wrap .header-center .top-left .logo-right p {
    font-weight: bold;
    font-size: 13px;
}
.header-wrap .header-center .top-right{
    display: flex;
    align-items: center;
}
.header-wrap .header-center .top-right span {
    margin-left: 30px;
}

.header-wrap .header-center .top-right a {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
/* 登录状态修改 */
.my-img{
    width: 28px;
    height: 28px;
    position: relative;
}
.my-img-wrap{
    position: relative;
    z-index: 999 !important;
}
.exit-wrap{
    width: 120px;
    height: 102px;
    position: absolute;
    right: -3px;
    top: 30px;
    background: url("../images/exit.png") no-repeat;
    background-size: 100%;
    color: #333;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.exit-wrap .name{
    margin-top: 40px;
    margin-bottom: 10px;
}
.exit-wrap .exit-btn{
    color: #3283F2
}
.my-img-wrap .exit-wrap{
    top: 50px;
}

/* 标题 */

.header-wrap .header-center .title {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    margin-top: 81px;
    margin-bottom: 30px;
}


/* 搜索tab */

.header-wrap .header-center .tabs {
    margin: 44px auto 24px auto;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}

.header-wrap .header-center .tabs .tab-item {
    width: 84px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0 24px;
    cursor: pointer;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

.header-wrap .header-center .tabs .tab-item-active {
    font-size: 20px;
    background: url(../images/tab-bg.png) 0 20px no-repeat;
}


/* 搜索 */

.header-wrap .header-center .search {
    width: 750px;
    height: 60px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.header-wrap .header-center .search .iconsousuo {
    font-size: 37px;
    margin: 0 0 0 19px;
    color: #999;
}

.header-wrap .header-center .search input {
    font-size: 16px;
    color: #999;
    height: 100%;
    width: 600px;
    border: none;
    border-right: 1px solid #000;
    padding: 0 13px;
    outline: none;
}

.header-wrap .header-center .search button {
    width: 150px;
    height: 100%;
    font-size: 20px;
    color: #333;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.header-wrap .header-center .search button:hover {
    background: rgba(50, 131, 242, 1);
    color:#fff;
}

.header-wrap .header-center .search-list {
    margin: 45px auto;
    width: 750px;
    height: 164px;
    color: #333;
    display: flex;
}

.header-wrap .header-center .search-list .list-title {
    width: 50px;
    height: 100%;
    font-size: 22px;
    letter-spacing: 8px;
    padding: 23px 14px;
    vertical-align: text-top;
    box-sizing: border-box;
    text-align: center;
    margin-right: 22px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.header-wrap .header-center .search-list .list {
    display: flex;
}

.header-wrap .header-center .search-list .list-item {
    display: flex;
    justify-content: space-between;
    width: 678px;
}

.header-wrap .header-center .search-list .list-item .item {
    width: 131px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.header-wrap .header-center .search-list .list-item .item img {
    width: 100%;
    height: 131px;
}

.header-wrap .header-center .search-list .list-item .item .hot-shopping-img {
    width: 100%;
    height: 113px;
}

.header-wrap .header-center .search-list .list-item .item .hot-shopping-name {
    width: 100%;
    line-height: 28px;
    background: #fff;
    color: #333;
}
.user-img{
    border-radius: 50%;
}
.header-wrap .header-center .search-list .list-item .item .hot-shopping-price {
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: rgba(251, 66, 66, 1);
}

.header-wrap .header-center .search-list .list-item .item .name {
    width: 100%;
    height: 24px;
    text-align: center;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 6px;
    box-sizing: border-box;
}


.header-wrap .header-center .search-list .list-item-active .item-masking {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 9px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

.header-wrap .header-center .search-list .list-item-active .item-masking .masking-tit {
    margin: 54px auto 13px auto;
}
.header-wrap .header-center .search-list  .item-masking .masking-tit {
    margin-top: 20px;
}


/* 内容区 */

.content {
    margin: 0 auto;
    width: 1320px;
    color: #333;
}


/* tab区 */

.content .tab-item-wrap {
    padding-top: 46px;
    width: 100%;
}

.content .tab-item {
    width: 1320px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}

.content .tab-item .item {
    width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 18px;
    box-sizing: border-box;
    cursor: pointer;
}

.content .tab-item .item img {
    width: 70px;
    height: auto;
    margin-right: 18px;
}

.content .tab-item .item .item-right {
    width: 175px;
}

.content .tab-item .item .item-right h3 {
    font-size: 24px;
    margin: -10px 0 6px 0;
}

.content .tab-item .item .item-right p {
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
}


/* 内容 item区 */

.content .content-item>.title {
    width: 100%;
    text-align: center;
    margin-top: 61px;
}

.content .content-item .title h2 {
    font-size: 30px;
}

.content .content-item .title p {
    font-size: 16px;
    color: #666;
    margin: 15px 0 7px 0;
}

.content .content-item .title div {
    text-align: right;
    margin-bottom: 8px;
}

.content .content-item .title a {
    font-size: 14px;
    color: #3283F2;
}


/* 动态 */

.content .content-item .item-dynamic {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 120px;
    margin-bottom: 24px;
}

.content .content-item .item-dynamic .dynamic-title {
    margin: 12px 22px 5px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-indent: 8px;
    display: flex;
    align-items: center;
}

.content .content-item .item-dynamic .line {
    display: inline-block;
    background: #3283F2;
    width: 4px;
    height: 18px;
    margin-right: 2px;
}

.content .content-item .item-dynamic .dynamic-content {
    width: 100%;
    height: 82px;
    font-size: 16px;
    color: #666;
    margin-bottom: 6px;
    padding-bottom: 18px;
    box-sizing: border-box;
}

.content .content-item .item-dynamic .dynamic-content .dynamic-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 22px;
}

.content .content-item .item-dynamic .dynamic-content .dynamic-list .item {
    flex: 1;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
}
.content .content-item .item-dynamic .dynamic-content .dynamic-list .item .detail-wrap{
    margin: 0 10px 0 12px;
}

.content .content-item .item-list {
    position: relative;
}

.content .content-item .item-list .list-wrap {
    width: 100%;
    overflow: hidden;
}

.content .content-item .item-list .list-wrap .list {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    width: max-content;
    white-space: nowrap;
    height: 356px;
    display: flex;
    position: relative;
}

.content .content-item .item-list .list-wrap .list li {
    width: 200px;
    height: 356px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    font-size: 16px;
    margin-right: 24px;
    float: left;
}

.content .content-item .item-list .list-wrap .list li .img {
    width: 200px;
    height: 250px;
    position: relative;
}

.content .content-item .item-list .list-wrap .list li .img img {
    width: 100%;
    height: 100%;
}

.content .content-item .item-list .list-wrap .list li .img .status {
    color: #3283F2;
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
}

.content .content-item .item-list .list-wrap .list li .img .status .point {
    font-size: 3px;
}

.content .content-item .item-list .list-wrap .list li .img .score {
    width: 90px;
    height: 20px;
    line-height: 20px;
    background: #3283F2;
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 14px;
    border-top-left-radius: 10px;
    text-indent: 10px;
}

.content .content-item .item-list .list-wrap .list li .describe {
    padding: 9px 14px 0;
}

.content .content-item .item-list .list-wrap .list li .describe p {
    margin-bottom: 6px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.content .content-item .item-list .list-wrap .list li .go-detail {
    width: 143px;
    margin-left: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.13);
    outline: none;
    border-radius: 30px;
}

.content .content-item .item-list .list-wrap .list li .go-detail:hover {
    background: #3283F2;
    color: #fff;
}

.content .content-item .item-list .list-masking {
    width: 100px;
    height: 356px;
    line-height: 356px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.content .content-item .item-list .list-masking .iconfont {
    font-size: 32px;
    color: #999;
}

.content .content-item .item-list .list-masking-left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));
    text-align: left;
    left: 0;
    display: none;
}

.content .content-item .item-list .list-masking-right {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
    text-align: right;
    right: 0;
}


/* banner */

.banner {
    margin: 60px 0;
    width: 100%;
    height: 380px;
    position: relative;
}

.banner a,
.center-banner a,
.common-banner a{
    display: block;
    width: 100%;
    height: 100%;
    background: none !important;
}

.banner .img,
.center-banner img,
.common-banner .img{
    width: auto !important;
    height: 100%;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

/* 畜牧行情 */

.content .content-item .animal-list {
    margin-top: 30px;
    position: relative;
    height: 460px;
}

.content .content-item .animal-list .list {
    width: 100%;
    height: 100%;
    display: flex;
}

.content .content-item .animal-list .list li {
    width: 180px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    font-size: 16px;
    margin-right: 2px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 7px;
    box-sizing: border-box;
}

.content .content-item .animal-list .list .active-li {
    width: 410px;
    height: 100%;
    opacity: 0.5
}

.content .content-item .animal-list .list li.active-li img {
    height: 180px;
    max-width: 100%;
    width: auto;
}

.content .content-item .animal-list .list li .go-detail {
    width: 120px;
    height: 30px;
    background: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 15px;
    margin: 36px 0;
}

.content .content-item .animal-list .list li .price-line .price {
    font-size: 20px;
    color: red;
    margin-top: 9px;
}

.content .content-item .animal-list .list li img {
    min-height: 160px;
    max-height: 180px;
    width: auto;
    max-width: 100%;
    margin-bottom: 43px;
}

.content .content-item .animal-list .masking {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 410px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .content-item .animal-list .masking .animal-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.content .content-item .animal-list .masking .tit {
    font-size: 26px;
    font-weight: 500;
    margin: 26px 0 21px 0;
}

.content .content-item .animal-list .masking .subscript {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    height: 26px;
    line-height: 26px;
}

.content .content-item .animal-list .masking .subscript .sub-right .change-address-btn {
    background: rgba(87, 222, 253, 0.6);
    width: 77px;
    border-radius: 26px;
    height: 26px;
    color: #fff;
    box-shadow: 0 0 6px 6px rgba(71, 230, 255, 0.8) inset;
}

.content .content-item .animal-list .masking .info-w {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    height: 70px;
    margin-top: 20px;
}

.content .content-item .animal-list .masking .info-w .info-item {
    width: 120px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    background: rgba(87, 222, 253, 0.6);
    box-shadow: 0 0 10px 10px rgba(71, 230, 255, 0.8) inset;
    padding: 11px 8px 12px 12px;
    box-sizing: border-box;
}

.content .content-item .animal-list .masking .info-w .info-item .item-tit {
    margin-bottom: 6px;
}

.content .content-item .animal-list .masking .info-w .info-item .price {
    font-size: 20px;
}

.content .content-item .animal-list .masking #echarts {
    width: 100%;
    height: 210px;
}

.content .content-item .animal-list .masking .go-detail {
    width: 162px;
    height: 32px;
    border-radius: 32px;
    color: #fff;
    background: rgba(87, 222, 253, 0.6);
    box-shadow: 0 0 6px 6px rgba(71, 230, 255, 0.8) inset;
    margin-top: 0px;
}


/* 严选商城 */

.content .content-item .goods-list {
    width: 100%;
}

.content .content-item .goods-list .list {
    width: calc(100%+2px);
    display: flex;
    flex-wrap: wrap;
}

.content .content-item .goods-list .list li {
    width: 249px;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-right: 18px;
    margin-bottom: 15px;
}

.shoping-box .item {
    width: 250px;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(221, 221, 221, 1);
    margin-bottom: 15px;
    box-sizing: border-box;
}

.content .content-item .goods-list .list li:nth-child(5),
.content .content-item .goods-list .list li:nth-child(10) {
    margin-right: 0px;
}

.content .content-item .goods-list .list li a,
.shoping-box a {
    display: block;
    width: 100%;
}

.content .content-item .goods-list .list li .img-wrap,
.shoping-box .img-wrap {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
}

.content .content-item .goods-list .list li img,
.shoping-box img {
    width: 100%;
    height: 100%;
}

.content .content-item .goods-list .list li .tit,
.shoping-box .tit {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 8px;
}

.content .content-item .goods-list .list li .price-wrap,
.shoping-box .price-wrap {
    font-size: 14px;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.content .content-item .goods-list .list li .now-price,
.shoping-box .now-price {
    margin-top: 5px;
}

.content .content-item .goods-list .list li .now-price .price,
.shoping-box .now-price .price {
    color: #ff0000;
    font-size: 20px;
    font-weight: 500;
}


/* 专家讲座 */

.content .content-item .chair-list {
    width: 100%;
    /* height: 406px; */
}

.content .content-item .chair-list .list {
    width: 100%;
    /* height: 406px; */
    display: flex;
    flex-wrap: wrap;
}

.content .content-item .chair-list .list li {
    width: 650px;
    height: 406px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    display: flex;
    cursor: pointer;
}

.content .content-item .chair-list .list li .iconchakan {
    margin-right: 5px;
}

.content .content-item .chair-list .list li:nth-child(odd) {
    margin-right: 20px;
}

.content .content-item .chair-list .list li .left {
    width: 320px;
    height: 100%;
    background: #fff;
    color: #fff;
    position: relative;
}

.content .content-item .chair-list .list li .left img {
    width: 320px;
    height: 100%;
}

.content .content-item .chair-list .list li .left .masking {
    width: 320px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.2);
    padding: 16px;
    box-sizing: border-box;
}

.content .content-item .chair-list .list li .left .masking .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 27px;
}

.content .content-item .chair-list .list li .left .masking .bottom {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.content .content-item .chair-list .list li .right {
    width: 330px;
    height: 100%;
    padding: 26px 27px 17px 30px;
    box-sizing: border-box;
}

.content .content-item .chair-list .list li .right .right-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 28px;
    color: #333;
}

.content .content-item .chair-list .list li .right .right-content {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    line-height: 30px;
    margin-bottom: 25px;
}

.content .content-item .chair-list .list li .right .countDown {
    font-size: 18px;
    font-weight: 500;
    color: #3283F2;
    line-height: 30px;
}

.content .content-item .chair-list .list li .right .countDown .iconshijian {
    font-size: 34px;
}

.content .content-item .chair-list .list li .right .btn {
    margin-top: 25px;
    width: 260px;
    height: 60px;
    background: #3283F2;
    border-radius: 30px;
    font-size: 26px;
    color: #fff;
}


/* 畜牧新闻 */

.content .content-item .pasturage-news-list {
    width: 100%;
}

.content .content-item .pasturage-news-list .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.content .content-item .pasturage-news-list .list li a {
    width: 650px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    display: flex;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.content .content-item .pasturage-news-list .list li:nth-child(odd) {
    margin-right: 20px;
}

.content .content-item .pasturage-news-list .list li a>img {
    width: 200px;
    height: 140px;
    background: #dadada;
    border-radius: 10px;
    margin: 10px 17px 10px 10px;
}

.content .content-item .pasturage-news-list .list li a .right {
    flex: 1;
    background: #fff;
    padding: 22px 25px 16px 0;
    color: #333;
}

.content .content-item .pasturage-news-list .list li a .right .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 35px;
}

.content .content-item .pasturage-news-list .list li a .right .bottom {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    line-height: 36px;
}

.content .content-item .pasturage-news-list .list li a .right .bottom .left {
    display: flex;
    align-items: center;
}

.content .content-item .pasturage-news-list .list li a .right .bottom img {
    width: 36px;
    height: 36px;
    margin-right: 8px;
    /*border-radius: 50%;*/
}


/* 畜牧知识 */

.content .content-item .knowlege-tab {
    width: 100%;
    height: 60px;
    font-size: 19px;
    padding: 0 22px;
    box-sizing: border-box;
    margin-bottom: 12px;
    font-weight: 600;
    color: #a6a5a5;
    border-radius: 10px;
    display: flex;
}

.content .content-item .knowlege-tab .item {
    flex: 1;
    margin-right: 30px;
    cursor: pointer;
    line-height: 50px;
    padding-bottom: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

.content .content-item .knowlege-tab .active {
    color: #3283F2;
    font-size: 24px;
}

.content .content-item .knowlege-tab .active .line {
    display: inline-block;
    background: #3283F2;
    width: 40px;
    height: 4px;
    border-radius: 2px;
}

.get-more-data {
    width: 100%;
    color: #3283F2;
    font-size: 16px;
    text-align: center;
    padding: 44px 0;
    cursor: pointer;
}


/* 友情链接 */

.blogoll,
.partner {
    width: 1320px;
    margin: 0 auto;
}

.blogoll .title {
    font-size: 26px;
    color: #333;
}

.blogoll .content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.blogoll .content a {
    margin-top: 25px;
    width: 180px;
    text-align: left;
}

.blogoll .content .item {
    color: #3283F2;
    font-size: 18px;
}

.blogoll .content a:nth-child(8n+7) {
    width: 110px;
}

.blogoll .content a:nth-child(8n+8) {
    text-align: right;
    width: 110px;
}

.partner .title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.partner .content {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
}

.partner .content a .item {
    width: 200px;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin-right: 20px;
}

.page-bottom {
    margin-top: 40px;
    width: 100%;
    background: #333333;
    color: #fff;
    padding-bottom: 26px;
}

.page-bottom .content {
    color: #fff;
    width: 1320px;
    margin: 0 auto;
    padding-top: 70px;
    font-size: 16px;
    display: flex;
}

.page-bottom .content a {
    color: #fff;
}

.page-bottom .content .intro {
    width: 320px;
    margin-right: 86px;
}

.page-bottom .content .title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 22px;
}

.page-bottom .content .intro .details {
    word-break: break-all;
}

.page-bottom .content .item {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    width: max-content;
    min-width: 80px;
    margin-right: 82px;
    text-align: center;
}
.page-bottom .content .item:nth-child(4) {
    text-align: left;
}

.page-bottom .content .item:last-child {
    margin-right: 0px;
    width: 150px;
}

.page-bottom .content .item .list>a {
    display: block;
    margin-bottom: 24px;
}

.page-bottom .content .item .list img {
    width: 136px;
    height: 136px;
}

.page-bottom .line {
    width: 1000px;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    margin: 80px auto 30px;
}

.page-bottom .copyright {
    width: 100%;
    text-align: center;
    font-size: 14px;
}


/* 首页楼层tab */

.floorTabWrap {
    position: fixed;
    left: 87px;
    top: 774px;
    /* top: 100px; */
    z-index: 100;
}

.floorTab {
    width: 140px;
    height: 415px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    font-size: 22px;
    color: #333;
    padding: 10px 14px;
    box-sizing: border-box;
}

.floorTab .mascot {
    width: 104px;
    height: 136px;
    position: absolute;
    z-index: -10;
    top: -95px;
    left: 25px;
}

.floorTab .item {
    cursor: pointer;
    width: 100%;
    height: 56px;
    line-height: 56px;
    display: flex;
    align-items: center;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

.floorTab .item .columnLine {
    width: 4px;
    height: 20px;
    background: #fff;
    margin-right: 7px;
    border-radius: 2px;
}

.floorTab .active {
    color: rgba(50, 131, 242, 1);
}

.floorTab .active .columnLine {
    width: 4px;
    height: 20px;
    background: rgba(50, 131, 242, 1);
    border-radius: 2px;
}


/* 医生和专家共用页 */

.page-wrap {
    width: 100%;
    height: 100%;
    background: #fff;
}
.page-wrap1 {
    width: 100%;
    height: 100%;
}


/* 共用header */

.common-header-wrap {
    width: 100%;
    height: 100px;
    background: rgba(50, 131, 242, 1);
    color: #fff;
}

.common-header-wrap a {
    color: #fff;
    z-index: 2;
}

.common-header-center {
    width: 1320px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common-header-center .left {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.common-header-center .left .logo-wrap,
.login-wrap-in .logo-wrap {
    display: flex;
    align-items: center;
}

.common-header-center .left .logo-wrap .logo,
.login-wrap-in .logo-wrap .logo {
    width: 52px;
    height: 52px;
    margin-right: 17px;
}

.common-header-center .left .logo-wrap .logo-text h2,
.login-wrap-in .logo-wrap .logo-text h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
}

.common-header-center .left .logo-wrap .logo-text p,
.login-wrap-in .logo-wrap .logo-text p {
    font-size: 13px;
    font-weight: bold;
}

.common-header-center .left .tab {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    margin-left: 40px;
    position: relative;
}

.common-header-center .left .tab .background {
    width: 90px;
    transform: SKEW(-50deg);
    height: 12px;
    background: #00EDE5;
    position: absolute;
    bottom: 3px;
    left: -8px;
    z-index: 1;
}

.common-header-center .left .tab .item {
    margin-right: 30px;
    text-align: center;
    width: 74px;
    z-index: 2;
    cursor: pointer;
}

.common-header-center .right {
    display: flex;
    font-size: 14px;
    font-weight: 500;
}
.common-header-center .right .iconfont{
    font-size: 28px;
}

.common-header-center .right .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 32px;
}

.common-header-center .right .item .icon1USER {
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    width: max-content;
    height: max-content;
    border-radius: 50%;
}

.common-banner {
    height: 380px;
    position: relative;
    overflow: hidden;
}

.position {
    font-size: 16px;
    color: #666;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
}

.position .text {
    display: flex;
    align-items: center;
}

.position .detail-position {
    display: inline-block;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* 医生和专家页动态 */

.item-title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}
.details-main-title{
    font-size: 24px;
}
.item-title .line {
    display: inline-block;
    background: #3283F2;
    width: 4px;
    height: 18px;
    margin-right: 8px;
}

.doctor-and-specialist .content .content-item>.dynamic-content {
    background: #fff;
    height: 120px;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    font-size: 16px;
    color: #666;
    padding-bottom: 18px;
    box-sizing: border-box;
    margin-bottom: 28px;
    padding: 12px 0;
    box-shadow: 0px 4px 14px 1px rgba(135, 143, 154, 0.4);
}

.doctor-and-specialist .content .content-item>.dynamic-content .dynamic-list {
    display: flex;
    flex-wrap: wrap;
}

.doctor-and-specialist .content .content-item>.dynamic-content .dynamic-list .item {
    height: 40px;
    width: 286px;
    line-height: 40px;
    cursor: pointer;
    margin: 0 22px;
    font-size: 16px;
    overflow: hidden;
}

.doctor-and-specialist .content .content-item .doc-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0;
    font-size: 18px;
}

.content .content-item .doc-search .left {
    display: flex;
    align-items: center;
}

.content .content-item .doc-search .left .good {
    margin-right: 32px;
    display: flex;
    align-items: center;
}

.content .content-item .doc-search .left .onLine-or-offLine {
    display: flex;
    align-items: center;
}

.content .content-item .doc-search .left .onLine-or-offLine .iconfont {
    font-size: 28px;
    margin-right: 8px;
    cursor: pointer;
}

.content .content-item .doc-search .left .onLine-or-offLine .yes {
    color: #3283F2;
}

.content .content-item .doc-search .left .good .item-wrap {
    display: flex;
}

.content .content-item .doc-search .left .good .item {
    width: 68px;
    height: 34px;
    line-height: 34px;
    /*border: 1px solid #999;*/
    border-radius: 6px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    background: #fff;
}

.content .content-item .doc-search .left .item-active {
    background: rgba(50, 131, 242, 1) !important;
    box-shadow: 0px 3px 7px 0px rgba(45, 118, 219, 0.4);
    color: #fff;
    border: none !important;
}

.content .content-item .doc-search .right,
.shopping .shop-search .right,
.article-search .right {
    display: flex;
    align-items: center;
}

.content .content-item .doc-search .right .search-box,
.shopping .shop-search .right .search-box,
.article-search .right .search-box {
    display: flex;
    align-items: center;
    width: 240px;
    height: 30px;
    /*border: 1px solid rgba(153, 153, 153, 1);*/
    border-radius: 6px;
    box-sizing: border-box;
    background: #fff;
}
.article-search .right .search-box {
    display: flex;
    align-items: center;
    width: 240px;
    height: 30px;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 6px;
    box-sizing: border-box;
    background: #fff;
}
.content .content-item .doc-search .right .search-box .icon,
.shopping .shop-search .right .search-box .icon,
.article-search .right .search-box .icon {
    font-size: 18px;
    margin: 0 8px 0 12px;
}

.content .content-item .doc-search .right .search-box .inp,
.shopping .shop-search .right .search-box .inp,
.article-search .right .search-box .inp {
    flex: 1;
    border: none;
    height: 100%;
    line-height: 100%;
    margin-right: 8px;
    box-sizing: border-box;
    outline: none;
}

.content .content-item .doc-search .right .search-btn,
.shopping .shop-search .right .search-btn,
.article-search .right .search-btn {
    width: 70px;
    height: 30px;
    background: rgba(50, 131, 242, 1);
    box-shadow: 0px 3px 7px 0px rgba(45, 118, 219, 0.4);
    border-radius: 6px;
    color: #fff;
    margin-left: 15px;
}


/* 医生和专家页列表 */

.content .content-item .doc-list {
    width: 100%;
    background: #f1f1f1;
}

.content .content-item .doc-list .list {
    padding: 2px 4px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.content .content-item .doc-list li {
    width: 300px;
    height: 576px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    font-size: 16px;
    margin: 10px 14px;
    position: relative;
}

.content .content-item .doc-list li .img {
    width: 300px;
    height: 350px;
    position: relative;
}
.content .content-item .exper-list li{
    height: 590px;
}
.content .content-item .doc-list li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.content .content-item .doc-list li .img .status {
    color: #3283F2;
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
    z-index: 2;
    text-shadow: 0 0 1px #fff;
}

.content .content-item .doc-list li .img .status .point {
    font-size: 3px;
}

.content .content-item .doc-list li .img .score {
    width: 90px;
    height: 20px;
    line-height: 20px;
    background: #3283F2;
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 14px;
    border-top-left-radius: 10px;
    text-indent: 10px;
    z-index: 2;
}

.content .content-item .doc-list li .describe {
    padding: 9px 14px 0;
}

.content .content-item .doc-list li .describe .row {
    display: flex;
    justify-content: space-between;
}

.content .content-item .doc-list li .describe .years {
    margin: 6px 0;
}

.content .content-item .doc-list li .describe .field {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .content-item .doc-list li .describe .good-condition .title {
    margin: 6px 0;
}

.content .content-item .doc-list li .describe .good-condition .good-condition-list {
    display: flex;
    flex-wrap: wrap;
}

.content .content-item .doc-list li .describe .good-condition .good-condition-list .item {
    width: 85px;
    overflow: hidden;
    white-space: nowrap;
    height: 16px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.content .content-item .doc-list li .describe .good-condition .good-condition-list .item:nth-child(3n+3) {
    margin-right: 0;
}

.content .content-item .doc-list .btn {
    width: 100%;
    text-align: center;
    margin-top: 14px;
    position: absolute;
    bottom: 15px;
}

.content .content-item .doc-list .go-detail {
    width: 143px;
    height: 30px;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.13);
    outline: none;
    border-radius: 30px;
}

.content .content-item .doc-list .go-detail:hover {
    background: #3283F2;
    color: #fff;
}
/*没有数据*/
.no-data{
    display: none;
    padding: 66px 0 30px;
}
.no-data img{
    display: block;
    width: 300px;
    margin: 0 auto;
}

/* 左侧浮动二维码 */

.float-qrcode-wrap {
    position: fixed;
    width: 168px;
    height: 204px;
    left: 92px;
    bottom: 200px;
    z-index: 100;
}

.float-qrcode {
    position: absolute;
    left: 0px;
    /* top: 762px; */
    top: 0px;
    z-index: 100;
    width: 168px;
    height: 204px;
    background: #fff;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.float-qrcode-wrap .mascot {
    width: 126px;
    height: 170px;
    position: absolute;
    z-index: -10;
    top: -114px;
    left: 21px;
}

.float-qrcode .text {
    font-size: 16px;
    font-weight: bold;
    margin: 27px auto 11px;
}

.float-qrcode .qrcode {
    width: 136px;
    height: 136px;
}

.float-right {
    position: fixed;
    right: 72px;
    bottom: 200px;
    width: 189px;
    height: 439px;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    background: #fff;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.float-right .trumpet {
    position: absolute;
    right: -55px;
    top: -147px;
    width: 250px;
}

.float-right .text {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin: 19px auto;
}

.float-right .item {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    line-height: 26px;
}

.float-right .qrcode {
    margin-top: 6px;
    width: 142px;
    height: 142px;
}

.float-right .bottom {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin: 12px auto 25px;
}

.float-right .add-one {
    position: absolute;
    right: 5px;
    top: 47px;
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
}


/* 医生、专家详情页 */


/* 弹窗视频 */

.popup-video-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.popup-video-wrap .popup-video-wrap-in {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-video-wrap .popup-video-wrap-in .video {
    width: 972px;
    height: 600px;
    border-radius: 10px;
    background: #000;
    border: 1px solid #fff;
    overflow: hidden;
}

.position {
    margin: 17px 0;
    color: #666;
    font-size: 16px;
}

.doctor-and-specialist-details .doctor-info {
    width: 1195px;
    height: 334px;
    border: 4px solid rgba(50, 131, 242, 0.5);
    border-radius: 10px;
    box-sizing: border-box;
    margin-left: 125px;
    position: relative;
    padding: 17px 78px 17px 161px;
    display: flex;
    justify-content: space-between;
}

.doctor-and-specialist-details .doctor-info .doc-img {
    position: absolute;
    top: 24px;
    left: -125px;
    width: 240px;
    height: 280px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.doctor-and-specialist-details .doctor-info .info {
    padding-top: 50px;
    position: relative;
}
.doctor-and-specialist-details .expert-info .info {
    padding-top: 16px;
    position: relative;
}
.doctor-and-specialist-details .doctor-info .info .item {
    margin-bottom: 17px;
}

.doctor-and-specialist-details .doctor-info .info .item .name-wrap {
    font-size: 20px;
    font-weight: bold;
}
.doctor-and-specialist-details .doctor-info .info .item .name-wrap .name{
    display: inline-block;
    font-size: 20px;
}
.doctor-and-specialist-details .doctor-info .info .item .good-list {
    width: 480px;
    display: flex;
    flex-wrap: wrap;
}

.doctor-and-specialist-details .doctor-info .info .item .good-list .good {
    width: 148px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0 16px 16px 0;
}

.doctor-and-specialist-details .doctor-info .info .item .good-list .good:nth-child(3n+3) {
    margin-right: 0;
}

.doctor-and-specialist-details .doctor-info .info .status {
    width: 128px;
    height: 128px;
    border: 4px solid rgba(50, 131, 242, 0.5);
    border-radius: 50%;
    line-height: 128px;
    color: rgba(50, 131, 242, 0.5);
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 123px;
    font-size: 30px;
    font-weight: bold;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    /* IE 9 */
    -webkit-transform: rotate(-20deg);
    /* Safari and Chrome */
}

.doctor-and-specialist-details .doctor-info .right .top {
    width: 400px;
    display: flex;
    justify-content: space-between;
}

.doctor-and-specialist-details .doctor-info .right .top .view {
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.doctor-and-specialist-details .doctor-info .right .top .view img {
    width: 83px;
    height: 83px;
    margin: 14px 0 5px 0;
}

.doctor-and-specialist-details .doctor-info .right .top .view .nums {
    font-size: 30px;
    font-weight: bold;
}

.doctor-and-specialist-details .doctor-info .right .top .view .des {
    font-size: 22px;
    color: #666;
}

.doctor-and-specialist-details .doctor-info .right .bottom .btn {
    width: 400px;
    height: 88px;
    background: rgba(50, 131, 242, 1);
    box-shadow: 0px 3px 7px 0px rgba(59, 125, 215, 0.4);
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-top: 31px;
}


/* 下部时间公示、执业经历、诊疗案例  */

.doctor-and-specialist-details .content-below {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.doctor-and-specialist-details .content-below .item-title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}

.doctor-and-specialist-details .content-below .item-title .line {
    display: inline-block;
    background: #3283F2;
    width: 4px;
    height: 18px;
    margin-right: 8px;
}

.doctor-and-specialist-details .content-below .content-below-left {
    width: 780px;
}

.doctor-and-specialist-details .content-below .content-below-right {
    width: 498px;
}

.doctor-and-specialist-details .content-below .content-below-left .time-notice {
    display: flex;
    width: 100%;
    margin-bottom: 35px;
}

.doctor-and-specialist-details .content-below .content-below-left .time-notice .item {
    width: 102px;
    height: 140px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    box-sizing: border-box;
}

.doctor-and-specialist-details .content-below .content-below-left .time-notice .item:last-child {
    margin-right: 0px;
}

.doctor-and-specialist-details .content-below .content-below-left .time-notice .item .date {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: rgba(50, 131, 242, 1);
    color: #fff;
}

.doctor-and-specialist-details .content-below .content-below-left .time-notice .item .time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 70px;
}

.doctor-and-specialist-details .content-below .content-below-left .time-notice .item .time .it {
    font-size: 22px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.doctor-and-specialist-details .content-below .content-below-left .article-list {
    margin-bottom: 20px;
}

.doctor-and-specialist-details .content-below .content-below-left .article-list .article-item {
    margin-top: 20px;
}

.doctor-and-specialist-details .content-below .content-below-left .article-list .article-item .date {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 11px;
}

.doctor-and-specialist-details .content-below .content-below-left .article-list .article-item .tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}

.doctor-and-specialist-details .content-below .content-below-left .article-list .article-item .article {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}


/* 用户评价 */

.doctor-and-specialist-details .content-below .content-below-left .user-evaluation .item {
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
    margin-top: 17px;
}

.doctor-and-specialist-details .content-below .content-below-left .user-evaluation .item .top {
    display: flex;
    justify-content: space-between;
}

.doctor-and-specialist-details .content-below .content-below-left .user-evaluation .item .top .left {
    display: flex;
}

.doctor-and-specialist-details .content-below .content-below-left .user-evaluation .item .top .left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 14px;
}

.doctor-and-specialist-details .content-below .content-below-left .user-evaluation .item .top .left .name-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
}

.doctor-and-specialist-details .content-below .content-below-left .user-evaluation .item .top .left .name-wrap .name {
    font-size: 18px;
}

.doctor-and-specialist-details .content-below .content-below-left .user-evaluation .item .top .left .name-wrap .time {
    font-size: 14px;
    color: #666;
}

.doctor-and-specialist-details .content-below .content-below-left .user-evaluation .item .top .score {
    text-align: right;
    display: flex;
}

.doctor-and-specialist-details .content-below .content-below-left .user-evaluation .item .top .score .imgs img {
    width: 26px;
    height: 26px;
    margin-left: 9px;
}

.doctor-and-specialist-details .content-below .content-below-left .user-evaluation .item .top .score .score-num {
    font-size: 18px;
    margin-left: 19px;
}

.doctor-and-specialist-details .content-below .content-below-left .user-evaluation .item .text {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    line-height: 24px;
    padding-left: 76px;
    margin-top: 13px;
}

.doctor-and-specialist-details .content-below .content-below-right .item {
    width: 486px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 12px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
}

.doctor-and-specialist-details .content-below .content-below-right .item img {
    width: 100%;
    height: 100%;
}

.doctor-and-specialist-details .content-below .content-below-right .item .masking {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    cursor: pointer;
}

.doctor-and-specialist-details .content-below .content-below-right .item .masking .tit {
    left: 28px;
    bottom: 13px;
    position: absolute;
    font-size: 22px;
    font-weight: bold;
}

.doctor-and-specialist-details .content-below .content-below-right .item .masking .date {
    right: 30px;
    bottom: 13px;
    position: absolute;
    font-size: 22px;
    font-weight: bold;
}


/* 严选商城页面样式 */

.shopping .shop-search {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 28px 0;
}


/* 列表 */

.shopping .shop-list,
.shopping-details .content-wrap .guess-you-like .list {
    width: 100%;
    background: #f1f1f1;
}

.shopping-details .content-wrap .guess-you-like .list,
.shopping .shop-list .list,
.shopping-details .content-wrap .guess-you-like .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 24px 10px;
    box-sizing: border-box;
}

.shopping-details .content-wrap .guess-you-like .list {
    padding: 7px;
}

.shopping .shop-list .list li,
.shopping-details .content-wrap .guess-you-like .list .item {
    width: 250px;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-right: 12px;
    margin-bottom: 15px;
}

.shopping-details .content-wrap .guess-you-like .list .item {
    margin-right: 7px;
}

.shopping .shop-list .list li:nth-child(5n+5),
.shopping-details .content-wrap .guess-you-like .list .item:nth-child(4n+4) {
    margin-right: 0px;
}

.shopping .shop-list .list li a {
    display: block;
    width: 100%;
}

.shopping .shop-list .list li .img-wrap {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
}

.shopping .shop-list .list li img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.shopping .shop-list .list li .tit {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 8px;
}

.shopping .shop-list .list li .price-wrap {
    font-size: 14px;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.shopping .shop-list .list li .now-price {
    margin-top: 5px;
}

.shopping .shop-list .list li .now-price .price {
    color: #ff0000;
    font-size: 20px;
    font-weight: 500;
}

.shopping .center-animal-tab {
    display: flex;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
}

.shopping .center-animal-tab .item {
    flex: 1;
    max-width: 190px;
    height: 60px;
    background: #fff;
    border: 1px solid #999;
    border-left: none;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

.shopping .center-animal-tab .item:nth-child(1) {
    border-left: 1px solid #999;
}

.shopping .center-animal-tab .active {
    color: #fff;
    background: #3283F2;
}


/* 畜牧圈 */


/* 严选商城页面样式 */

.animal-circle .article-search {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 28px 0 18px;
}

.animal-circle .circle-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.animal-circle .circle-content>.left {
    width: 941px;
}

.animal-circle .circle-content .left .article-item {
    border-bottom: 2px solid #ddd;
    padding: 24px 0 32px;
}

.animal-circle .circle-content .left .article-item:nth-child(1) {
    padding-top: 0;
}

.animal-circle .circle-content .left .article-item-tmp1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 306px;
}

.animal-circle .circle-content .left .article-item-tmp1>a>img {
    width: 457px;
    height: 100%;
    background: rgba(181, 181, 181, 1);
    border-radius: 10px;
}

.animal-circle .circle-content .left .article-item-tmp1>.right-info {
    width: 460px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.animal-circle .circle-content .left .article-item-tmp1>.right-info .tit {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    flex: 1;
    overflow: auto;
}

.animal-circle .circle-content .left .article-item-tmp1>.right-info .bottom,
.animal-circle .circle-content .left .article-item-tmp2 .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.animal-circle .circle-content .left .article-item-tmp1>.right-info .bottom .left,
.animal-circle .circle-content .left .article-item-tmp2 .top .left {
    display: flex;
}

.animal-circle .circle-content .left .article-item-tmp1>.right-info .bottom .left img,
.animal-circle .circle-content .left .article-item-tmp2 .top .left img {
    display: flex;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 11px;
}

.animal-circle .circle-content .left .article-item-tmp1>.right-info .bottom .left .name-wrap,
.animal-circle .circle-content .left .article-item-tmp2 .top .left .name-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 55px;
}

.animal-circle .circle-content .left .article-item-tmp1>.right-info .bottom .left .name-wrap .name,
.animal-circle .circle-content .left .article-item-tmp2 .top .left .name-wrap .name {
    font-size: 18px;
}

.animal-circle .circle-content .left .article-item-tmp1>.right-info .bottom .left .name-wrap .type,
.animal-circle .circle-content .left .article-item-tmp2>.top .left .name-wrap .type {
    width: 78px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: rgba(50, 131, 242, 1);
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
}

.animal-circle .circle-content .left .article-item-tmp1>.right-info .bottom .right,
.animal-circle .circle-content .left .article-item-tmp2 .top .right,
.content-left .item .right-info .bottom .bt-right {
    font-size: 16px;
    color: #999;
    line-height: 32px;
    display: flex;
    align-items: center;
}

.animal-circle .circle-content .left .article-item-tmp1>.right-info .bottom .right span,
.animal-circle .circle-content .left .article-item-tmp2 .top .right span {
    line-height: 32px;
    display: inline-block;
}

.animal-circle .circle-content .left .article-item-tmp1>.right-info .bottom .right .iconfenxiang,
.animal-circle .circle-content .left .article-item-tmp2 .top .right .iconfenxiang,
.content-left .item .right-info .bottom .bt-right .iconfenxiang {
    font-size: 30px;
}

.animal-circle .circle-content .left .article-item-tmp2 .tit {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.animal-circle .circle-content .left .article-item-tmp2 .tit {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.animal-circle .circle-content .left .article-item-tmp2 .link {
    width: 100%;
    text-align: right;
}

.animal-circle .circle-content .left .article-item-tmp2 .link a {
    font-size: 18px;
    color: rgba(50, 131, 242, 1);
    text-decoration: underline;
}

.animal-circle .circle-content .left .article-item-tmp2 .img-box {
    display: flex;
    /* justify-content: space-between; */
    height: 204px;
    width: 100%;
    margin-top: 17px;
    flex-wrap: wrap;
}

.animal-circle .circle-content .left .article-item-tmp2 .img-box img {
    width: 305px;
    height: 100%;
    border-radius: 10px;
    margin-right: 13px;
}

.animal-circle .circle-content .left .article-item-tmp2 .img-box img:nth-child(3n+3) {
    margin-right: 0;
}

.animal-circle .circle-content>.right {
    width: 345px;
    overflow: hidden;
}

.animal-circle .circle-content .right .label {
    width: 100%;
    height: 264px;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px 12px 5px;
    box-sizing: border-box;
}

.animal-circle .circle-content .right .label .label-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
}
.animal-circle .circle-content .right .label .label-box a .label-item:hover{
    background: #3283F2;
    box-shadow: 0px 3px 7px 0px rgba(45, 118, 219, 0.4);
    color: #fff;
    border: 1px solid rgba(153, 153, 153, 0) !important;
}

.animal-circle .circle-content .right .label .label-box .label-item {
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(153, 153, 153, 1);
    font-size: 16px;
    border-radius: 15px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    text-align: center;
}

.animal-circle .circle-content .right .right-item {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 0 5px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.animal-circle .circle-content .right .right-item .tit-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
}

.animal-circle .circle-content .right .right-item .tab-box {
    padding-left: 12px;
    box-sizing: border-box;
    width: 100%;
}

.animal-circle .circle-content .right .right-item .tab-box .item {
    width: 46px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 6px;
    font-size: 18px;
    float: left;
    box-sizing: border-box;
    margin-right: 8px;
    cursor: pointer;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    margin-bottom: 10px;
}

.animal-circle .circle-content .right .right-item .tab-box .item:hover {
    background: #3283F2;
    box-shadow: 0px 3px 7px 0px rgba(45, 118, 219, 0.4);
    color: #fff;
    border: none !important;
}

.animal-circle .circle-content .right .right-item .tab-box .item-active {
    background: #3283F2;
    box-shadow: 0px 3px 7px 0px rgba(45, 118, 219, 0.4);
    color: #fff;
    border: none !important;
}

.animal-circle .circle-content .right .right-item .article-box {
    margin-top: 10px;
}

.animal-circle .circle-content .right .right-item .article-box .art-item {
    width: 300px;
    height: 210px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.animal-circle .circle-content .right .right-item .article-box .art-item img {
    /* width: auto; */
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.animal-circle .circle-content .right .right-item .article-box .art-item .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 11px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.animal-circle .circle-content .right .hot-shopping {
    margin-top: 17px;
}

.animal-circle .circle-content .right .hot-shopping .shoping-box {
    width: 250px;
}

/* 畜牧圈详情 */

.circle-details-content .article {
    width: 100%;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    margin: 24px 0;
    padding: 0 16px 0 11px;
    box-sizing: border-box;
}

.circle-details-content .details .img-box1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 17px;
}

.circle-details-content .details .img-box1 img {
    width: 305px;
    height: 204px;
    border-radius: 10px;
    margin: 0 13px 16px 0;
}

.circle-details-content .details .img-box1 img:nth-child(3n+3) {
    margin-right: 0;
}

.circle-details-content .details .give-like {
    display: flex;
    justify-content: center;
    position: relative;
}

.circle-details-content .details .give-like .right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.circle-details-content .details .give-like .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 34px;
}

.circle-details-content .details .give-like .center .icon-box {
    width: 120px;
    height: 120px;
    border: 2px solid rgba(50, 131, 242, 1);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.circle-details-content .details .give-like .center .icon-box {
    width: 120px;
    height: 120px;
    border: 2px solid rgba(50, 131, 242, 1);
    border-radius: 50%;
    text-align: center;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.circle-details-content .details .give-like .center .icon-box .img .iconfont {
    font-size: 48px;
    color: #3283F2;
    cursor: pointer;
}

.circle-details-content .details .give-like .center .num {
    font-size: 24px;
    font-weight: 500;
    color: rgba(50, 131, 242, 1);
}

.circle-details-content .details .give-like .right {
    display: flex;
}

.circle-details-content .details .give-like .right .item {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.circle-details-content .details .give-like .right .item .iconfont {
    font-size: 33px;
    margin-bottom: 12px;
    color: rgba(50, 131, 242, 1);
}

.circle-details-content .details .give-like .right .item .iconweixin {
    color: #09BB07;
}


/* 畜牧详情评论 */
.mini-banner {
    width: 100%;
    height: 119px;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.circle-details-content .comment textarea {
    width: 100%;
    height: 130px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 10px;
    padding: 12px;
    box-sizing: border-box;
    resize: none;
    outline: none;
}

.circle-details-content .comment .btn-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 43px;
}

.circle-details-content .comment .btn-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 43px;
    color: #666;
    font-size: 16px;
    align-items: center;
}

.circle-details-content .comment>.btn-box a {
    font-size: 18px;
    color: #3283F2;
}

.circle-details-content .comment .btn {
    width: 130px;
    height: 44px;
    border-radius: 22px;
    font-size: 18px;
}


/* 畜牧详情 用户评价 */

.circle-details-content .user-evaluation {
    width: 100%;
}

.circle-details-content .user-evaluation .item {
    padding-bottom: 15px;
    margin-top: 17px;
}

.circle-details-content .user-evaluation .item .top {
    display: flex;
    justify-content: space-between;
}

.circle-details-content .user-evaluation .item .top .left {
    display: flex;
}

.circle-details-content .user-evaluation .item .top .left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 14px;
}

.circle-details-content .user-evaluation .item .top .left .name-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
}

.circle-details-content .user-evaluation .item .top .left .name-wrap .name-wrap-in {
    display: flex;
}

.circle-details-content .user-evaluation .item .top .left .name-wrap .name-wrap-in .name {
    font-size: 18px;
    margin-right: 11px;
}

.circle-details-content .user-evaluation .item .top .left .name-wrap .name-wrap-in .type {
    width: 78px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
}

.circle-details-content .user-evaluation .item .top .left .name-wrap .time {
    font-size: 14px;
    color: #666;
}

.circle-details-content .user-evaluation .item .top .right .nums {
    color: #999;
    font-size: 16px;
}

.circle-details-content .user-evaluation .item .top .right .iconfont {
    color: #3283F2;
    font-size: 23px;
}

.circle-details-content .user-evaluation .item .text-box {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding-left: 70px;
    margin-top: 13px;
}

.circle-details-content .user-evaluation .item .text-box .reply-box {
    margin-top: 23px;
}

.circle-details-content .user-evaluation .item .text-box .reply-box .reply-top {
    font-size: 18px;
    color: #3283F2;
    cursor: pointer;
}

.circle-details-content .user-evaluation .item .text-box .reply-box .reply-input-box {
    display: flex;
    height: 60px;
}

.circle-details-content .user-evaluation .item .text-box .reply-box .reply-input-box .reply-input {
    flex: 1;
    height: 100% !important;
    box-sizing: border-box;
    resize: none;
    outline: none;
    padding: 12px;
    border: 1px solid rgba(221, 221, 221, 1);
}

.circle-details-content .user-evaluation .item .text-box .reply-box .reply-input-box .reply-btn {
    width: 120px;
    height: 100%;
    font-size: 18px;
}


/* 您可能感兴趣的文章 */

.circle-details-content .interests .item-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.circle-details-content .interests .item {
    width: 305px;
    margin: 0 8px 22px 0;
}

.circle-details-content .interests .item:nth-child(3n+3) {
    margin-right: 0;
}

.circle-details-content .interests .item img {
    width: 100%;
    height: 204px;
    border-radius: 10px;
    margin-bottom: 14px;
}

.circle-details-content .interests .item .text {
    /* height: 50px; */
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 我的收藏 */
.collection-list {
    width: 1300px;
    margin: 10px auto;
}

.collection-list .item {
    display: flex;
    align-items: center;
    padding: 12px;
    height: 235px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.collection-list .item>img {
    width: 300px;
    height: 210px;
    border-radius: 10px;
}

.collection-list .item .center-info {
    width: 720px;
    margin-left: 19px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.collection-list .item .center-info .tit,
.content-left .item .right-info .tit {
    flex: 1;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.collection-list .item .center-info .tit .label,
.content-left .item .right-info .tit .label {
    display: inline-block;
    width: 42px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(192, 234, 255, 1);
    border: 1px solid rgba(108, 206, 255, 1);
    border-radius: 6px;
    font-size: 14px;
    color: rgba(5, 117, 173, 1);
    margin-right: 5px;
}

.collection-list .item .center-info .bottom,
.content-left .item .right-info .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.collection-list .item .center-info .bottom .left,
.content-left .item .right-info .bottom .left {
    display: flex;
    align-items: center;
}

.collection-list .item .center-info .bottom .left img,
.content-left .item .right-info .bottom .left img {
    width: 42px;
    height: 42px;
    /*border-radius: 50%;*/
    /*border: 1px solid #ddd;*/
    margin-right: 11px;
}

.collection-list .item .center-info .bottom .left .name,
.content-left .item .right-info .bottom .left .name {
    font-size: 16px;
}

.collection-list .item .center-info .bottom .right {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

.collection-list .item .collect-btn {
    width: 140px;
    height: 46px;
    border-radius: 23px;
    margin-left: 53px;
    font-size: 18px;
}

/* 商品详情 */
.shopping-info {
    display: flex;
    justify-content: space-between;
}

.shopping-info>.shopping-info-wrap {
    display: flex;
}

.shopping-info>.shopping-info-wrap .main-img-wrap {
    width: 500px;
    margin-right: 30px;
}

.shopping-info>.shopping-info-wrap .main-img-wrap>img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 14px;
}

.shopping-info .main-img-wrap .mini-img-box {
    width: 100%;
    height: 125px;
    display: flex;
    overflow: hidden;
}

.shopping-info .main-img-wrap .mini-img-box .mini-img {
    width: 156px;
    height: 100%;
    border-radius: 10px;
    margin-right: 14px;
}

.shopping-info .main-img-wrap .mini-img-box .mini-img:nth-child(3) {
    margin-right: 0;
}

.shopping-info .info-wrap {
    width: 510px;
}

.shopping-info .info-wrap .tit {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 18px;
}

.shopping-info .info-wrap .tit-small {
    font-size: 20px;
    margin-bottom: 17px;
}

.shopping-info .info-wrap .price-box {
    width: 100%;
    height: 80px;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    margin-bottom: 18px;
}

.shopping-info .info-wrap .price-box .member-price {
    display: flex;
    align-items: center;
}

.shopping-info .info-wrap .price-box .member-price .nums {
    font-size: 36px;
    font-weight: bold;
    color: red;
}

.shopping-info .info-wrap .price-box .selling-price {
    text-decoration: line-through;
}

.shopping-info .info-wrap .size,
.shopping-info .info-wrap .select-amount {
    font-size: 20px;
}

.shopping-info .info-wrap .size .tit,
.shopping-info .info-wrap .select-amount .tit {
    font-weight: bold;
    margin-bottom: 18px;
}

.shopping-info .info-wrap .size .item-wrap {
    display: flex;
    flex-wrap: wrap;
}

.shopping-info .info-wrap .size .item-wrap .item {
    width: auto;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    margin: 0 15px 16px 0;
    border: 1px solid rgba(153, 153, 153, 1);
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
    padding: 0 14px;
}
.shopping-info .info-wrap .size .item-wrap .item:hover {
    background: rgba(50, 131, 242, 1);
    color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(45, 118, 219, 0.4);
    border: 1px solid transparent;
}

.shopping-info .info-wrap .select-amount .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.shopping-info .info-wrap .select-amount .row .calculate {
    width: 138px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px 0px 0px 4px;
    overflow: hidden;
    display: flex;
    height: 36px;
}

.shopping-info .info-wrap .select-amount .row .calculate .btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 34px;
    color: #666;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.shopping-info .info-wrap .select-amount .row .calculate .inp {
    width: 68px;
    height: 36px;
    border-left: 1px solid rgba(221, 221, 221, 1);
    border-right: 1px solid rgba(221, 221, 221, 1);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.shopping-info .info-wrap .select-amount .row button {
    height: 60px;
    font-size: 26px;
    font-weight: bold;
    border: 1px solid rgba(102, 102, 102, 1);
    color: #666;
    background: #fff;
    border-radius: 30px;
}
.shopping-info .info-wrap .select-amount .row .goCarts {
    width: 200px;
}
.shopping-info .info-wrap .select-amount .row button:hover {
    background: rgba(50, 131, 242, 1);
    color: #fff;
    border: none;
    box-shadow: 0px 3px 7px 0px rgba(45, 118, 219, 0.4);
}

.shopping-info .info-wrap .select-amount .row .goBuy {
    width: 270px;
}

.shopping-info .info-wrap .remarks {
    font-size: 18px;
    color: #999;
}

.shopping-info .right-tab-img {
    width: 250px;
}

.shopping-info .right-tab-img>.tit {
    font-size: 20px;
    color: #666;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}

.shopping-info .right-tab-img>.imgs-wrap {
    height: 560px;
    overflow: hidden;
}

.shopping-info .right-tab-img>.imgs-wrap>div {
    position: relative;
}

.shopping-info .right-tab-img>.btn-groups {
    display: flex;
    justify-content: space-around;
    margin-top: 18px;
}

.shopping-info .right-tab-img>.btn-groups .iconfont {
    font-size: 36px;
    color: #666;
    cursor: pointer;
}

.shopping-info .right-tab-img>.btn-groups .disabled {
    color: #ddd;
}

.shopping-details .content-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.shopping-details .content-wrap .content-recommend {
    width: 280px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 10px;
    height: max-content;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: -o-max-content;
    height: -ms-max-content;
}

.shopping-details .content-wrap .content-recommend>.tit,
.shopping-details .content-wrap .content-details>.tit,
.shopping-details .content-wrap .guess-you-like>.tit {
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 11px;
}

.shopping-details .content-wrap .content-recommend>.imgs-wrap {
    width: 250px;
    margin: 0 auto;
}

.shopping-details .content-wrap .right {
    width: 1035px;
}

.shopping-details .content-wrap .content-details {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 10px;
}

.shopping-details .content-wrap .content-details .details-imgs img {
    width: 100%;
    height: auto;
}

/* 畜牧新闻页 */
.content-left .list .item {
    margin-bottom: 25px;
    display: flex;
    height: 210px;
}

.content-left .list .item>a>img {
    width: 300px;
    height: 100%;
    border-radius: 10px;
    margin-right: 20px;
}

.content-left .list .item .right-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 0;
}

.content-left .list .item .right-info>.tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content-left .list .item .right-info .center {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
}

/* 畜牧知识详情、畜牧新闻详情 */
.center-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center-top .ct-left {
    display: flex;
    align-items: center;
}

.center-top .ct-left>img {
    width: 46px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 11px;
}

.center-top .ct-left>.name {
    font-size: 16px;
    margin-right: 20px;
}

.center-top .ct-left>.collect {
    width: 78px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    background: #ddd;
    color: #fff;
}

.center-top .ct-right {
    font-size: 16px;
    color: #999;
}

.center-top .ct-right>.item {
    margin-left: 26px;
}

.center-top .ct-right>.item>.iconfont {
    margin-right: 4px;
}

.multimedia {
    width: 100%;
    margin: 18px 0;
    background: #f1f1f1;
    text-align: center;
}

.article-content {
    font-size: 16px;
    line-height: 28px;
    margin-top: 14px;
}

.article-content img {
    max-width: 100%;
}

.statement {
    font-size: 16px;
    line-height: 28px;
    color: #999;
    margin: 20px 0;
}

.center-banner {
    width: 100%;
    height: 324px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 28px;
    position: relative;
}

.center-keyword {
    display: flex;
    margin-bottom: 10px;
}

.center-keyword>.k-tit {
    font-size: 24px;
    font-weight: bold;
}

.center-keyword>.k-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.center-keyword>.k-list a>.k-item {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 15px;
    font-size: 16px;
    width: max-content;
    padding: 0 10px;
    margin-left: 20px;
    margin-bottom: 10px;
}

/* 关于我们 */
.about .header-in {
    height: 100px;
    background: rgba(0, 0, 0, 0.2);

}

.about-header a {
    color: #fff;
}

.about-position {
    height: 62px;
    line-height: 62px;
    background: #fff;
    padding-left: 300px;
}

.about-position .position {
    margin: 0;
}

.about-tab {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    background: #f1f1f1;
    z-index: 100;
}

.about-tab a {
    display: flex;
    width: 210px;
    flex-direction: column;
    position: relative;
    font-size: 24px;
    cursor: pointer;
}

.about-tab a>.line {
    position: absolute;
    bottom: 0;
    display: block;
    width: 80px;
    height: 4px;
    background: #f1f1f1;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.about-tab a>.active {
    background: rgba(50, 131, 242, 1);
}

.about-content .item-wrap {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
}

.about-content .content-item {
    width: 1320px;
    margin: 0 auto;
}

#intro .title {
    height: 123px;
    text-align: center;
    line-height: 123px;
    font-size: 28px;
}

#intro .content-box {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
}

#intro .content-box>img {
    width: 700px;
    height: 500px;
}

#intro .content-box>.content-text {
    position: relative;
    left: -60px;
    width: 680px;
    height: 460px;
    border: 1px solid rgba(229, 229, 229, 1);
    box-shadow: 0px 6px 9px 1px rgba(0, 0, 0, 0.15);
    padding: 27px 51px 43px;
    box-sizing: border-box;
    background: #fff;
    color: #666;
    display: flex;
    flex-direction: column;
}

.content-item .tit {
    font-size: 28px;
}

#intro .content-box>.content-text .cont {
    line-height: 30px;
    font-size: 16px;
    flex: 1;
    overflow-y: auto;
}

.english-tit {
    font-size: 28px;
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0.5;
    color: #999;
    letter-spacing: 3px;
    margin-top: 12px;
    margin-bottom: 23px;
}

#intro .content-box>.content-text .cont::-webkit-scrollbar {
    display: none;
}

.common-content {
    padding-bottom: 63px;
}

.common-content .tit {
    text-align: center;
    padding-top: 64px;
}

.common-content .english-tit {
    text-align: center;
}

.common-content .cont {
    display: flex;
    justify-content: space-between;
}

.common-content .cont>img {
    width: 232px;
    height: 339px;
    border-radius: 10px;
}

.common-content .cont>.btn {
    padding-top: 100px;
}

.common-content .cont>.btn .iconfont {
    font-size: 42px;
    cursor: pointer;
}

#eliteTeams .cont-in,
#teamsStyle .cont-in {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

#eliteTeams .cont-in .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

#eliteTeams .cont-in .item>img {
    border-radius: 50%;
    background: #f1f1f1;
}

#eliteTeams .cont-in .center>img {
    width: 231px;
    height: 231px;
    margin-bottom: 25px;
}

#eliteTeams .cont-in .center>div {
    font-size: 28px;
    color: #333;
}

#eliteTeams .cont-in .center>.name {
    margin-bottom: 21px;
}

#eliteTeams .cont-in .burbs1>.name {
    margin-bottom: 22px;
}

#eliteTeams .cont-in .burbs2>.name {
    margin-bottom: 24px;
}

#eliteTeams .cont-in .burbs1>img {
    width: 210px;
    height: 210px;
    opacity: 0.7;
    margin-bottom: 37px;
}

#eliteTeams .cont-in .burbs1>div {
    font-size: 26px;
    color: #666;
}

#eliteTeams .cont-in .burbs2>img {
    width: 190px;
    height: 190px;
    opacity: 0.5;
    margin-bottom: 49px;
}

#eliteTeams .cont-in .burbs2>div {
    font-size: 24px;
    color: #999;
}

#teamsStyle .btn {
    display: flex;
    align-items: center;
    padding: 0;
}

#teamsStyle .cont-in {
    width: 1200px;
}

#teamsStyle .banner {
    position: relative;
}

#teamsStyle .imgBox {
    height: 337px;
    width: 1200px;
}

#teamsStyle .imgBox ul {
    position: relative;
}

#teamsStyle .imgBox ul li {
    position: absolute;
    transform-origin: 50% 50%;
    left: 50%;
    top: 150px;
}

#teamsStyle .imgBox ul li img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: none;
}

#mediaReport .cont {
    flex-wrap: wrap;
}

#mediaReport .cont .item {
    display: block;
    margin-right: 20px;
    margin-bottom: 23px;
}

#mediaReport .cont .item:nth-child(4n+4) {
    margin-right: 0;
}

#mediaReport .cont .item img {
    width: 315px;
    height: 147px;
    border-radius: 10px;
    box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.23);
}

#contactUs .cont .left {
    flex: 1;
    margin-right: 30px;
    font-size: 18px;
}

#contactUs .cont .left .info-item {
    display: flex;
    margin-top: 43px;
    align-items: center;
}

#contactUs .cont .left .info-item:nth-child(1) {
    margin-top: 73px;
}

#contactUs .cont .left .info-item .row:nth-child(1) {
    margin-bottom: 13px;
}

#contactUs .cont .iconfont {
    font-size: 40px;
    margin-right: 20px;
    color: #3283F2;
}

#contactUs .cont .map {
    width: 812px;
    height: 453px;
    border-radius: 10px;
    overflow: hidden;
}

#contactUs .cont .map img {
    width: 100%;
    height: 100%;
}

/* 登录页 */
.login-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.login-wrap .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.login-wrap-in {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-wrap-in .top {
    position: absolute;
    top: 47px;
    left:62px;
    color: #fff;
    margin-bottom: 30px;
}

.login-wrap-in .content {
    width: 1230px;
    height: 714px;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 5px 0px rgba(78, 103, 129, 0.47);
}

.login-wrap-in .content .left {
    width: 616px;
    height: 714px;
    background: linear-gradient(0deg, rgba(80, 174, 255, 1) 0%, rgba(41, 121, 255, 1) 100%);
}

.login-wrap-in .content .left .doctor-info {
    margin: 77px auto 0;
    width: 504px;
    height: 510px;
    position: relative;
    overflow: hidden;
}

.login-wrap-in .content .left .doctor-info .doc-item {
    width: 504px;
    height: 510px;
    background: none !important;
    color: #fff;
    text-align: center;
}

.login-wrap-in .content .left .doctor-info .doc-item>img {
    width: 174px;
    height: 174px;
    border: 6px solid rgba(192, 216, 255, 1);
    box-shadow: 0px 6px 9px 1px rgba(6, 37, 89, 0.32);
    border-radius: 50%;
    margin-bottom: 28px;
    box-sizing: border-box;
}

.login-wrap-in .content .left .doctor-info .doc-item .name {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 19px;
}

.login-wrap-in .content .left .doctor-info .doc-item .intro {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

.login-wrap-in .content .left .doctor-info .doc-item .about {
    font-size: 18px;
    line-height: 36px;
    height: 208px;
    overflow-y: auto;
    text-align: left;
    scrollbar-width: none;
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
}

.login-wrap-in .content .left .doctor-info .doc-item .about::-webkit-scrollbar {
    display: none;
}



.login-wrap-in .number {
    width: 100%;
    text-align: center;
    display: flex;
    margin: 60px auto 0;
    width: 90px;
    justify-content: space-between;
}

.login-wrap-in .number a {
    display: block;
    width: 12px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.3;
    border-radius: 2px;
}

.login-wrap-in .number .active {
    width: 22px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    opacity: 1;
}

.login-wrap-in .content .right {
    width: 100%;
    flex: 1;
    text-align: center;
    height: 714px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-wrap-in .content .right .logo-wrap {
    margin-top: 83px;
    margin-bottom: 48px;
}

.login-wrap-in .content .right .logo-wrap a>img {
    width: 110px;
    height: 107px;
}

.login-wrap-in .content .right .logo-wrap h2 {
    font-size: 35px !important;
    font-weight: bold;
    margin-bottom: 14px !important;
    text-align: left;
}

.login-wrap-in .content .right .logo-wrap p {
    font-size: 20px !important;
    text-align: left;
}

.login-wrap-in .content .right>.title {
    font-size: 32px;
    font-weight: bold;
    color: rgba(40, 120, 255, 1);
    margin-bottom: 60px;
}

.login-wrap-in .content .right>.input-item {
    width: 390px;
    margin: 0 auto;
}

.login-wrap-in .content .right>.input-item .mobile {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-bottom: 1px solid #999;
}

.login-wrap-in .content .right>.input-item .inp::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

.login-wrap-in .content .right>.input-item .inp::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

.login-wrap-in .content .right>.input-item .inp:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

.login-wrap-in .content .right>.input-item .inp::-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

.login-wrap-in .content .right>.code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.login-wrap-in .content .right>.input-item .auth-code {
    width: 270px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-bottom: 1px solid #999;
}

.login-wrap-in .content .right>.input-item .send-ticket {
    width: 108px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(40, 121, 255, 1);
    box-shadow: 0px 3px 5px 0px rgba(43, 123, 255, 0.47);
    border-radius: 18px;
    color: #fff;
    cursor: pointer;
}

.login-wrap-in .content .right>.input-item .sub-btn {
    width: 100%;
    height: 60px;
    background: rgba(40, 121, 255, 1);
    box-shadow: 0px 5px 6px 0px rgba(43, 123, 255, 0.32);
    border-radius: 30px;
    color: #fff;
    margin-top: 66px;
    font-size: 26px;
    margin-bottom: 37px;
}

.login-wrap-in .content .right>.check {
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.login-wrap-in .content .right>.check .agree-btn {
    width: 16px;
    height: 16px;
    background: url("../images/agree1.png") no-repeat;
    background-size: 100%;
    margin-right: 10px;
    cursor: pointer;
}

.login-wrap-in .content .right>.check .agree-btn-active {
    background: url("../images/agree2.png") no-repeat;
    background-size: 100%;
}

.login-wrap-in .content .right>.check a {
    color: rgba(40, 121, 255, 1);
}

/* 网站地图 */
.map-cont .title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.map-cont .item {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 24px;
}

.map-cont .item .tit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(50, 131, 242, 1);
    font-size: 24px;
    color: #fff;
    padding-left: 24px;
}
.map-cont .item .cont {
    padding-left: 24px;
    line-height: 60px;
    width: 100%;
    height: 60px;
    background:  #fff;
    font-size: 24px;
    font-size:18px;
}
/* APP下载 */
#pcAppDownload{
    height: 100%;
    background: #fff url(../images/pc-app-download-bg.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.download-qrcode{
    width: 358px;
    height: 347px;
    position: fixed;
    left: 50%;
    bottom: 232px;
    transform: translateX(-50%);
}
/* 返回顶部 */
.go-top{
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 99;
    display: none;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: url('../images/go-top.png') no-repeat;
    background-size: 100%;
}
.go-top:hover{
    background: url('../images/go-top-active.png') no-repeat;
    background-size: 100%;
}
.multimedia video{
    border: none;
    max-height: 566px;
}
.multimedia  video:focus{
    outline:none
}
