body {
	background-color: #fff;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}


/*包含以下四种的链接*/

a {
	text-decoration: none;
}


/*正常的未被访问过的链接*/

a:link {
	text-decoration: none;
}


/*已经访问过的链接*/

a:visited {
	text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
	text-decoration: none;
}


/* 正在点击的链接*/

a:active {
	text-decoration: none;
}

.head {
    width: 100%;
    /* -webkit-filter: blur(3px); */
    /* height: 84vw; */
    background: #fff;
    overflow: hidden;
}

.head img {
	width: 100%;
}

img {
	width: 100%
}

.head_below {
    width: 100%;
    /* height: 81vw; */
    /* background: rgb(255, 255, 255, .8); */
    /* position: absolute; */
    margin-top: -52vw;
}

.head_belows {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main {
    width: 26vw;
    height: 26vw;
    border-radius: 50%;
    overflow: hidden;
    margin: 10vw auto;
    border: 1.3vw solid rgba(255,255,255,.6);
}

.main img {
	width: 100%;
}

.main_head {
    font-size: 4.2vw;
    font-weight: 500;
    margin-top: -7vw;
    color: #000;
    margin-bottom: 7vw;
}

.main_name {
	color: #6f6f6f;
	font-size: 3.5vw;
	line-height: 6vw;
}

.people {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 3vw 0;
    /* margin-top: 9vw; */
    margin-bottom: 0.5vw;
    background: #fff;
}

.main_left {
	text-align: center;
}

.main_right {
	text-align: center;
}

.main_num {
	font-size: 5vw;
	color: #000;
	font-weight: 600;
}

.main_text {
	color: #6f6f6f;
	font-size: 3.2vw;
}


/*搜索*/

form {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

input,
button {
	border: none;
	outline: none;
}

input {
	width: 100%;
	height: 10vw;
	line-height: 10vw;
	padding-left: 4vw;
}

button {
	height: 10vw;
	width: 10vw;
	cursor: pointer;
	position: absolute;
}

.bar7 {
	width: 92%;
	margin-left: 4%;
	border-radius: 20px;
	transition: .3s linear;
	/* float: right; */
	margin: 3vw auto;
	/* text-align: center; */
}

.bar7 input {
	width: 100%;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #f3f3f3;
	transition: .3s linear;
	float: right;
}

.bar7 button {
	background: none;
	top: -0.4vw;
	right: 2vw;
}

.bar7 button img {
	width: 70%;
}

input {
	-webkit-text-fill-color: #9a9a9a;
	/*输入文字、placeholder颜色*/
}


/*搜索*/

.he {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	top: 3vw;
	padding: 2vw;
}

.cancels {
	width: 45%;
	border-radius: 10px;
	overflow: hidden;
	height: 52vw;
	margin: 2vw;
	background: #fff;
}

.cancel {
	width: 45%;
	border-radius: 10px;
	overflow: hidden;
	height: 52vw;
	margin: 2vw;
	background: #fff;
}

.cancel:after {
	content: '';
	width: 43.3vw;
	height: 35vw;
	background: rgb(0, 0, 0, .6);
	position: absolute;
	margin-top: -48.5vw;
	border-radius: 10px 10px 0 0;
}

.cancel:before {
	content: '';
	background: url(../img/ic_lock@3x.png) no-repeat center center;
	background-size: 15%;
	position: absolute;
	/* top: -15px; */
	z-index: 12;
	width: 43vw;
	height: 35vw;
}

.cancel_img {
	width: 100%;
	height: 35vw;
}

.cancel_img img {
	width: 100%;
}

.cancel_name {
	color: #2d2d2d;
	font-size: 3.5vw;
	padding: 2vw;
	font-weight: 500;
}

.cancel_buttom {
	width: 17vw;
	background: #e1476d;
	color: #fff;
	padding: .7vw 2vw;
	border-radius: 50px;
	font-size: 3.2vw;
	margin-left: 24vw;
	margin-top: -1vw;
	text-align: center;
}

input {
	-webkit-appearance: none;
	/*去除input默认样式*/
}

.pay1_below {
   	position: fixed;
    width: 9vw;
    height: 9vw;
    border-radius: 8px 0 0 8px;
    background: rgba(225, 71, 109, .9);
    /* padding: 2.1vw 1vw; */
    margin-top: 2vw;
    top: 11vw;
    z-index: 20;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 3vw;
    letter-spacing: .2vw;
}

.pay1_below img {
	width: 100%;
}

.nav-tabs {
	border-bottom: 1px solid #fafafa;
	display: flex;
	justify-content: space-between;
	font-size: 3.8vw;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #424242;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

a {
	color: #6f6f6f;
	text-decoration: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #424242;
	cursor: default;
	background-color: #fff;
	border: 0px solid #ddd;
	border-bottom: 3px solid #e1476d;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 2vw 0;
}

.nav-tabs>li>a {
	margin-right: 0px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.fu_list1 {
	padding: 2vw 0vw;
}

.fu_list {
	font-size: 3.5vw;
	padding: 2vw 0vw;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #fafafa;
	padding: 4vw 4vw;
	color: #4e4e56;
}

.fu_text {
	color: #a0a0a0;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	margin: 0 12vw;
}

.gen {
	display: flex;
	justify-content: space-between;
	margin: 2vw 4vw;
	font-size: 3.8vw;
}

.gens {
	display: flex;
	justify-content: space-between;
	margin: 2vw 4vw;
	font-size: 3.4vw;
	color: #a0a0a0;
}
.article_name{
	margin: 3vw;
	font-size: 3.8vw;
	font-weight: 500;
}
.buttom_right {
	position: fixed;
	top: 13.5vw;
	right: 0;
	z-index: 7;
}

.buttom_below {
	width: 9vw;
	height: 9vw;
	border-radius: 8px 0 0 8px;
	background: rgb(225, 71, 109, .9);
	padding: 1.7vw 2.2vw;
	margin-top: 2vw;
}

.buttom_below img {
	width: 100%;
}
.buttom_belows {
	width: 9vw;
	height: 9vw;
	border-radius: 8px 0 0 8px;
	background: rgb(225, 71, 109, .9);
	padding: 1.7vw 2.2vw;
	margin-top: 2vw;
}

.buttom_belows img {
	width: 100%;
}
.scrollDiv_img {
	width: 8vw;
}

.scrollDiv_img img {
	width: 100%;
}

.buttom_top {
	width: 9vw;
	height: 9vw;
	border-radius: 8px 0 0 8px;
	padding: 1.8vw 2.2vw;
	z-index: 9999;
}

.buttom_top img {
	width: 100%;
}
/*电话*/
.backgrounds {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}
.background_pay {
	display: none;
    width: 82%;
    height: 100vw;
    background: #fff;
    z-index: 15;
    position: fixed;
    /* margin: 0 auto; */
    top: 30vw;
    /* bottom: 0; */
    border-radius: 15px;
    padding: 7vw;
    margin-left: 9%;
}
.phones {
    width: 100%;
    float: left;
    margin: 1.5vw auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* line-height: 5vw; */
       padding: 0 2vw;
}
.phone_right{
	padding: 1.5vw 3vw;
    background: #e1476d;
    color: #fff;
    border-radius: 50px;
}
.pays_top {
	text-align: center;
	color: #2d2d2d;
	font-size: 3.8vw;
	font-weight: 500;
	line-height: 11vw;
	margin-top: -4vw;
}
.phone_right{
	padding: 1.5vw 3vw;
    background: #e1476d;
    color: #fff;
    border-radius: 50px;
}
.contact{
	text-align: center;
	color: #b4b4b4;
	font-size: 3.2vw;
}
/*电话*/
/*富文本*/
.rich_text{
    font-size: 14px;
    color: #222222;
    line-height: 22px;
    padding: 10px;
    margin-bottom: 2vw;
}

.nodata {
	padding: 10% 0;
    text-align: center;
    font-size: 18px;
    color: #ccc;
}

.care_qrcode {
	width: 100%;
    text-align: center;
    margin-top: 5%;
}

.care_qrcode img {
	width: 60%;
}

.care_detail {
	width: 92%;
	margin: 0 auto;
	padding-top: 2%;
}

.care_detail p {
	width: 100%;
}

.care_detail img {
	width: 100%;
}

/*.rich_text span{
    font-size: 18px;
    color: #ff3300;
}
.rich_text strong{
    font-size: 14px;
    color: #ff3300;
}
.rich_text em{
    color: #4359aa;
}*/
/*富文本*/
.gen div{
	width: 33.3%;
	text-align: center;
}
.gens div{
	width: 33.3%;
	text-align: center;
}

.buttom {
	z-index: 13;
	width: 100%;
	height: 18vw;
	position: fixed;
	bottom: 0;
	background: -webkit-gradient(linear, 0 0, 0 90%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
}

.buttoms {
	font-weight: 500;
	width: 92vw;
	height: 11vw;
	border-radius: 50px;
	background: #fd6a00;
	margin: 3vw auto;
	display: flex;
	color: #fff;
	justify-content: space-around;
	line-height: 11vw;
	font-size: 3.7vw;
	text-align: center;
	display: flex;
	overflow: hidden;
}

.buttom_left {
	width: 50%;
}

.buttom_share {
	width: 100%;
}

.buttom_buy {
	width: 100%;
}

.buttom_rights {
	width: 50%;
}
.address{
	display: flex;
	margin: 3vw;
}
.address_left{
	width:5%;
	margin: 0 1vw 0 0;
}
.address_right{
	width: 85%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color:#797b7d;
	font-size: 3vw;
    line-height: 6vw;
}