body {
    background-color: #f6f6f6;
}

.img100 {
    width: 100%;
    height: 100%;
}

.video100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box {
    min-width: 1200px;
    width: 100%;
}

.center-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.box-top {
    height: 40px;
}

.logo {
    width: 70px;
    height: 66px;
}

/* 搜索 */
.search {
    width: 432px;
    height: 35px;
    border: #f36 solid 1px;
}

.search input {
    height: 35px;
    width: 284px;
    border: none;
    /* padding: 0; */
    background: none;
}

.search input::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
}

/* 下拉框 */
.search-down {
    width: 70px;
    text-align: center;
    line-height: 35px;
    border: none;
    cursor: pointer;
    padding: 0;

}

.search-down:hover {
    background-color: #f1f1f1;
    position: relative;
}

.down-li {
    width: 70px;
    height: 315px;
    border-right: #e8e8e8 solid 1px;
    border-left: #e8e8e8 solid 1px;
    border-bottom: #e8e8e8 solid 1px;
    transition: all .5s;
    display: none;
    /* opacity: 0; */
    /* z-index: 1; */
}

.search-down:hover .down-li {
    display: block;
    position: absolute;
    /* opacity: 1; */
    z-index: 1;
}

.down-li li:hover {
    background-color: #ffffff;
}

.search-button {
    width: 80px;
    height: 35px;
    border: none;
    padding: 0;
    cursor: pointer;
}

.md-icon.icon-font:before {
    vertical-align: middle;
}

.search-capa i {
    text-align: center;
    line-height: 40px;
}

.search-capa1 {
    width: 40px;
    height: 40px;
}

/* 导航 */
.nav {
    height: 50px;
    background: #333;
}
.nav a:hover{
    text-decoration: none;
}
/* 下拉框 */
.pretty-font:hover {
    color: #f36;
    cursor: pointer;
}

.pretty-font:hover span {
    color: #f36;
    cursor: pointer;
}

.pretty-font:hover i {
    color: #f36;
    cursor: pointer;
}

.down-box {
    border-bottom: #f6f6f6 solid 1px;
    border-left: #f6f6f6 solid 1px;
    border-right: #f6f6f6 solid 1px;
}

.pretty-down {
    width: 1200px;
    height: 316px;
    transition: all .5s;
    display: none;
    z-index: 1;
}

.nav-pretty:hover {
    position: relative;
}


.nav-pretty:hover .pretty-down {
    display: block;
    position: absolute;
    top: 35px;
    left: -130px;
}

.icon-xiabiao {
    display: inline-block;
    transform: rotate(180deg);
}

/* 空正方形 */
.nav-null {
    width: 80px;
    height: 20px;
    background-color: rgb(169, 36, 36);
    left: 130px;
    top: -20px;
    opacity: 0;
}

/* 左侧小导航 */
.pretty-left {
    width: 107px;
    min-height: 286px;
    text-align: center;
    line-height: 35px;
}

.pretty-down-span {
    height: 35px;
    cursor: pointer;
}

.pretty-down-span:hover {
    background-color: #ffffff;


}

/* 右边选择框 */
.pretty-right {
    width: 1028px;
}

.pretty-right-das1 {
    border-bottom: #f1f1f1 dashed 1px;
}

.pretty-right-das2 {
    border-right: #f1f1f1 dashed 1px;
}

.pretty-right-img {
    width: 15px;
    height: 16px;
}

.pretty-right-wrap {
    width: 320px;
}

.pretty-right-wrap span:hover {
    color: #f36;
}

/* 容貌困扰 */
.looks-down {
    width: 1200px;
    height: 170px;
    transition: all .5s;
    display: none;
    z-index: 1;
}

.nav-looks:hover {
    position: relative;
}

.nav-looks:hover .looks-down {
    display: block;
    position: absolute;
    top: 35px;
    left: -300px;
}

.looks-right-wrap {
    width: 266px;
}

.looks-right-wrap span:hover {
    color: #f36;
}

/* 空正方形 */
.looks-null {
    width: 80px;
    height: 20px;
    background-color: rgb(169, 36, 36);
    left: 300px;
    top: -20px;
    opacity: 0;
}

/* 寻找医生 */
.seek-down {
    width: 1200px;
    height: 316px;
    transition: all .5s;
    display: none;
    z-index: 1;
}

.nav-seek:hover {
    position: relative;
}

.nav-seek:hover .seek-down {
    display: block;
    position: absolute;
    top: 35px;
    left: -470px;
}

/* 空正方形 */
.seek-null {
    width: 80px;
    height: 20px;
    background-color: rgb(169, 36, 36);
    left: 470px;
    top: -20px;
    opacity: 0;
}

.seek-img {
    width: 147px;
    height: 83px;
}

.seek-right-wrap {
    width: 591px;
}

.seek1-right-wrap {
    width: 363px;
}

.seek-right-wrap span:hover {
    color: #f36;
}

.seek1-right-wrap span:hover {
    color: #f36;
}

/* 圈子 */
.circle-down {
    width: 1200px;
    height: 316px;
    transition: all .5s;
    display: none;
    z-index: 1;
}

.nav-circle:hover {
    position: relative;
}

.nav-circle:hover .circle-down {
    display: block;
    position: absolute;
    top: 35px;
    left: -640px;
}

/* 空正方形 */
.circle-null {
    width: 80px;
    height: 20px;
    background-color: rgb(169, 36, 36);
    right: 480px;
    top: -20px;
    opacity: 0;
}

.looks-box {
    width: 219px;
    height: 59px;
    border: #f1f1f1 solid 1px;
}

.looks-box-img {
    width: 24px;
    height: 24px;
}

/* 药品 */
.drug-down {
    width: 1200px;
    height: 316px;
    transition: all .5s;
    display: none;
    z-index: 1;
}

.nav-drug:hover {
    position: relative;
}

.nav-drug:hover .drug-down {
    display: block;
    position: absolute;
    top: 35px;
    right: -160px;
}

/* 空正方形 */
.drugs-null {
    width: 80px;
    height: 20px;
    background-color: rgb(169, 36, 36);
    right: 160px;
    top: -20px;
    opacity: 0;
}

.star-star {
    display: inline-block;
    width: 85px;
    height: 16px;
    background: url(/static/pc/img/xing1.png) no-repeat left/cover;
}

.star-star i {
    display: inline-block;
    height: 16px;
    background: url(/static/pc/img/xing.png) no-repeat left/cover;
    top: 0px;
    left: 0px;
}

/* 全国地区选项 */
.left-seek-part:hover a {
    text-decoration:none;
}

.left-seek-part-one:hover a {
    text-decoration:none;
}


/* 分页 */
.page .page-ul-li:hover {
    background: #43bfc7;
    border-color: #43bfc7;
    color: #fff
}

.page-ite {
    /* height: 30px; */
    line-height: 30px;
}

.page a {
    text-decoration: none;
}

.page a:hover {
    text-decoration: none;
}

/* footer */
.footer-one {
    width: 311px;
}

.footer-call {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

.footer-p {
    width: 568px;
}

.footer-p p {
    Text-align: justify;
}

.footer-weixin {
    width: 90px;
    height: 89px;
    overflow: hidden;
}

.footer-img {
    width: 90px;
    height: 89px;
}