.header{
	width: 100%;
	height: 460px;
	font-size: 0;
	box-sizing: border-box;
	position: relative;
    padding: 0;
}
.header img{
	width: 1905px;
	height: 460px;
	font-size: 0;
}
.header .header-nav{
	position: absolute;
	width: 1358px;
	height: 60px;
	left:274px;
	top: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}



.container-box{
    width: 100%;
	height: 1200px;
	background-color: #F7F8FA;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container-box .container{
    width: 1360px;
	height: 1200px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.container .nav{
	width: 300px;
	height: 1200px;
	position: relative;
	background-color: #FFFFFF;
}
.nav .nav-logo{
	margin-top: 40px;
	width: 200px;
	height: 67px;
	margin-left: -20px;
	font-size: 0;
	position: relative;
}
.nav .nav-logo img{
	width: 260px;
	height: 67px;
}
.nav .nav-logo .text{
	width: 260px;
	height: 60px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
	font-style: normal;
	position: absolute;
	left: 0px;
	top: 0;
}

.nav-box{
	width: 100%;
	height: 913px;
	overflow-y: scroll;
}
.hide-scrollbar {
  /* 1. 让元素可以滚动 */
  overflow: auto;
  /* 2. Firefox 隐藏滚动条 */
  scrollbar-width: none;
  /* 3. IE / Edge 旧版隐藏滚动条 */
  -ms-overflow-style: none;
}

/* 4. Chrome / Edge / Safari 隐藏滚动条 */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.nav .nav-wrap{
	width: 260px;
	margin-top: 40px;
	margin-left: 20px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(187,188,192,0.5);
}
.nav-wrap .nav-title-wrap{
	width: 100%;
	height: 28px;
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	cursor: pointer;
}
.nav-wrap .nav-title-wrap .nav-title{
	width: 80px;
	height: 28px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	text-align: left;
	font-style: normal;
}
.nav-wrap .nav-title-wrap .nav-title-active{
	color: #DF280B;
}
.nav-wrap .nav-title-wrap .expand-collapse{
	width: 12px;
	height: 8px;
	margin-top: 4px;
	margin-left: 10px;
 }
 .nav-wrap .nav-title-wrap .expand-collapse img{
	 width: 12px;
	 height: 8px;
 }
 .nav-wrap .nav-item {
	width: 100%;
	max-height: 50px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	 overflow: hidden;
 }
 .nav-wrap .nav-item-active{
	 color: #DF280B
 }

 .container .ruler{
	width: 1050px;
	height: 1200px;
	position: relative;
	box-sizing: border-box;
	padding: 40px 0 40px 40px;
	background-color: #FFFFFF;
}

.ruler .ruler-header{
	width: 970px;
	height: 46px;
	border-bottom: 1px solid rgba(187,188,192,0.5);
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #666666;
	line-height: 45px;
	text-align: left;
	font-style: normal;
}
.nav .ruler-header .ruler-header-bold{
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	line-height: 45px;
	text-align: left;
	font-style: normal;
}
.ruler-box{
	width: 100%;
	box-sizing: border-box;
	padding: 60px 0;
}
.ruler-title{
	width: 100%;
	height: 28px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	text-align: center;
	font-style: normal;
	margin-bottom: 20px;
}
.ruler-content{
	width: 100%;
	height: 828px;
	overflow-y: scroll;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 28px;
	color: #666666;
	line-height: 40px;
	text-align: left;
	font-style: normal;
}
.buy-vip{
    width: 100%;
    padding: 40px 0;
}
.vip-list{
    width: 100%;
    height: 242px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(187,188,192,0.5);
}
.vip-item{
    width: 310px;
    height: 202px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 3px solid #DFDFE0;
    box-sizing: border-box;
    margin-right: 20px;
    cursor: pointer;
}
.vip-item-active{
    border:none;
    background-image: url("../images/medicalVip.png");
    background-size: 100% 100%;
}
.vip-name{
    width: 100%;
    height: 24px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    margin-top: 37px;
}
.vip-item-active .vip-name{
    color: #8F5811;
    margin-top: 40px;
}
.vip-detail{
    width: 100%;
    height: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    margin-top: 16px;
}
.vip-item-active .vip-detail{
    color: #B07224;
}
.vip-price{
    width: 100%;
    height: 36px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    margin-top: 30px;
}
.vip-item-active .vip-price{
    color: #8F5811;
}
.price{
    font-size: 36px;
}

.pay-services{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}
.services-wrap{
    width: 300px;
}
.services-item{
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}
.services-item-title{
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}
.services-item-text{
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}
.pay-info{
    height: 96px;
}
.pay-money-btn{
    display: flex;
    
}
.pay-money{
    height: 38px;
    line-height: 38px;
    margin-right: 60px;
    margin-top: 10px;

}
.actual-pay-text{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-style: normal;
}
.actual-pay-icon{
    height: 38px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 18px;
    color: #DF280B;
    line-height: 8px;
    text-align: left;
    font-style: normal;
}
.actual-pay-price{
    height: 38px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 36px;
    color: #DF280B;
    line-height: 38px;
    text-align: left;
    font-style: normal;
}
.pay-money span{
    padding: 0;
    margin: 0;
}
.pay-btn{
    width: 184px;
    height: 60px;
    background: #F72D0D;
    border-radius: 8px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}
.privicy{
    margin-top: 10px;
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}

.pay-dialog-box{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
}
.pay-dialog{
    width: 800px;
    height: 630px;
    background: #FFFFFF;
    border-radius: 8px;
    position: absolute;
    top: 150px;
    left: calc(50vw - 400px);
    overflow: hidden;
}
.pay-dialog-header{
    width: 800px;
    height: 62px;
    background: #FFFFFF;
    border-bottom: 1px dashed rgba(187,188,192,0.5);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pay-dialog-title{
    height: 62px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 62px;
    text-align: left;
    font-style: normal;
    padding: 0 20px;
}
.close-pay-dialog{
    width: 14px;
    height: 14px;
    margin-top: 24px;
    margin-right: 24px;
    cursor: pointer;
}
.close-pay-dialog img{
    width: 100%;
    height: 100%;
}
.dialog-content{
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.vip-info{
    width: 310px;
    height: 202px;
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
    border:none;
    background-image: url("../images/medicalVip.png");
    background-size: 100% 100%;
    margin: auto;
    padding-top: 40px;
}
.vip-info .vip-name{
    margin-top: 0px;
}
.vip-info .vip-name{
    color: #8F5811;
}
.vip-info .vip-detail{
    color: #B07224;
}
.vip-info .vip-price{
    color: #8F5811;
}
.dialog-pay-info-wrap{
    width: 760px;
    height: 252px;
    background: #F7F8FA;
    border-radius: 8px;
    margin: auto;
    margin-top: 20px;
    padding-top: 20px;
    box-sizing: border-box;
}
.dialog-pay-info{
    width: 100%;
    height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}
.dialog-pay-text{
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    padding-top: 13px;
}
.dialog-pay-icon{
    height: 18px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 18px;
    color: #DF280B;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    padding-top: 14px;
}
.dialog-pay-price{
    height: 36px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 36px;
    color: #DF280B;
    line-height: 36px;
    text-align: left;
    font-style: normal;
}
.dialog-pay-days{
    height: 18px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 18px;
    color: #DF280B;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    padding-top: 14px;
}
.dialog-pay-way{
    width: 100%;
    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.wechat-pay{
    width: 110px;
    margin-right: 160px;
}
.ali-pay{
    margin-right: 0px;
}
.ali-pay .wechat-qrcode{
    border-color: #1F8FF8;
}
.wechat-qrcode{
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    border: solid 1px #1EA918;
    padding: 11px;
    overflow: hidden;
}
.wechat-qrcode img{
    width: 100%;
    height: 100%;
    display: block;
}
.qrcode-error{
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.wechat-pay-name{
    width: 100%;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}
.wechat-pay-icon{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.wechat-pay-icon img{
    width: 24px;
    height: 24px;
    
}
.wechat-pay-text{
    height: 24px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}
.dialog-privicy{
    height: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    margin-left: 20px;
    margin-top: 20px;
}
