@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
img {
	margin: 0;
	padding: 0;
	font-family: AlibabaPuHuiTiR;
	cursor:pointer;
}

body {
	width: 100%;
	-webkit-text-size-adjust: 100% ;
}
img {
	display: block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

input[type="text"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

html,
body {
	/*font-size: 62.5%;*/
	/*font-size: 62.5%;
	/* 10÷16=62.5% */
	/*建议最大号字为78%*/
	font-family: AlibabaPuHuiTiR !important;
}

.pdf-button>button {
	    width: 45px;
    height: 45px;
    font-size: 30px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 3px;
    background: #fff;
    border-radius: 50%;
    line-height: 1px;
    border: 1px solid #999;
    color: #999;
    text-align: center;
}

.clearFloat {
	clear: both;
}

header {
	display: none !important;
	position: relative;
	width: 100%;
	height: 45px;
	line-height: 47px;
	text-align: center;
	color: #fff;
	background: -webkit-linear-gradient(180deg, #43a2da, #48accf, #52c1b7);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(180deg, #43a2da, #48accf, #52c1b7);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(180deg, #43a2da, #48accf, #52c1b7);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(180deg, #43a2da, #48accf, #52c1b7);
	font-size: 1.1rem;
}


/*透明指示层样式*/

.toast-container {
	position: fixed;
	width: 100%;
	bottom: 80px;
	text-align: center;
	z-index: 9999;
	display: none;
}

.toast-content {
	background: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	max-width: 65%;
	min-width: 20%;
	max-height: 80px;
	display: inline-block;
	border-radius: 8px;
}

header>.back {
	position: absolute;
	left: 0px;
	display: inline-block;
	width: 45px;
	height: 45px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header>.back>.narrow {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;
	background: url(/phpatient/web/images/back.png) no-repeat;
	background-size: cover;
}

header .main {
	position: absolute;
	right: 8px;
	display: inline-block;
	height: 45px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 50px;
}

nav {
	width: 100%;
	height: 60px;
	z-index: 88;
	background: #f8f8f8;
}

nav>ul {
	width: 95%;
	margin: 0 auto;
}

nav>ul>li {
	width: 33.33%;
	float: left;
}

nav>ul>li>p {
	width: 100%;
	text-align: center;
	color: #cccccc;
	font-size: 12px;
	padding-top: 11px;
	margin-bottom: 11px;
}

nav>ul>li>div {
	width: 100%;
	position: relative;
	background: #52C1B7;
}

nav>ul>li>div>div:nth-child(1),
nav>ul>li>div>div:nth-child(2) {
	float: left;
	width: 50%;
	height: 1px;
	background: #cccccc;
}

.line-same {
	background: rgba(0, 0, 0, 0) !important;
}

nav>ul>li>div>div:nth-child(3) {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	left: 50%;
	border: 4px solid #ccc;
	margin-left: -7px;
	margin-top: -7px;
}

nav>ul>li.cur>p {
	color: #ff9442 !important;
}

nav>ul>li.cur>div>div:nth-child(3) {
	border-color: #ff9442 !important;
}

.tabs{
	width: 100%;
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #F3F3F3;
}
.tabs>a {
	float: left;
	width: 50%;
	height: 39px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	position: relative;
	color: #666666;
	display: inline-block;
}

.tabs>a>div {
	width: 70%;
	height: 39px;
	line-height: 40px;
	margin: 0 auto;
	font-size: 14px;
}

.tabs>a:after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background: #e3e3e3;
	position: absolute;
	right: 0;
	top: 13px;
}

.tabs>a:last-child:after {
	background: #fff;
}

.tabs>a.active>div {
	color: #46c3b6;
	border-bottom: 2px solid #46c3b6;
}


/*去掉点击阴影*/

*,
*:after,
*:before {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea,
input,
select,
option {
	outline: none;
	-webkit-appearance: none;
}


/*卡管理 公用样式 begin*/

.defaulstyle {
	background: #fff !important;
	border: none !important;
	height: 40px !important;
	line-height: 40px;
	color: #666 !important;
	margin: 0 !important;
	font-size: 14px;
}


/*卡管理 公用样式 end*/


/*弹框 begin*/

.dia-same {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1000;
	display: none;
}

.mask {
	display: block;
}

.mask_cont {
	width: 82%;
	position: absolute;
	left: 9%;
	height: auto;
	top: 50%;
	background: #fff;
	border-radius: 5px;
	margin-top: -77px;
}

.mask_tit {
	border-bottom: 1px solid #ececec;
	width: 100%;
	height: 50px;
	line-height: 54px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	background: #f2f7fa;
	border-radius: 5px 5px 0 0;
}

.mask_main {
	padding: 20px 15px;
	text-align: justify;
	color: #666666;
	font-size: 13px;
	text-align: center;
}

.mask_cont>ul {
	width: 90%;
	margin: 0 auto;
	height: 26px;
	line-height: 26px;
	margin-bottom: 20px;
}


/*一个按钮*/

.mask_cont>ul.btnGroupClass1>li {
	width: 100%;
}

.mask_cont>ul.btnGroupClass1>li>div {
	width: 40%;
	margin: 0 auto;
	text-align: center;
	border-radius: 30px;
	font-size: 12px;
	border: 1px solid #47abcf;
	color: #47abcf;
}


/*两个按钮*/

.mask_cont>ul.btnGroupClass2>li {
	width: 50%;
	float: left;
}

.mask_cont>ul.btnGroupClass2>li>div {
	width: 65%;
	margin: 0 auto;
	text-align: center;
	border-radius: 30px;
	font-size: 12px;
}

.mask_cont>ul.btnGroupClass2>li:nth-child(1)>div {
	border: 1px solid #47abcf;
	color: #47abcf;
}

.mask_cont>ul.btnGroupClass2>li:nth-child(2)>div {
	border: 1px solid #47abcf;
	background: #47abcf;
	color: #fff;
}


/*三个按钮*/


/*.mask_cont>ul>li {
	width: 50%;
	float: left;
}

.mask_cont>ul>li>div {
	width: 65%;
	margin: 0 auto;
	text-align: center;
	border-radius: 30px;
	font-size: 12px;
}

.cancel {
	border: 1px solid #47abcf;
	color: #47abcf;
}

.sure {
	border: 1px solid #47abcf;
	background: #47abcf;
	color: #fff;
}*/


/*弹框 end*/


/*选男女 begin*/

.demolabel {
	display: inline-block;
	font-size: 13px;
	color: #666;
	margin-right: 25px;
	line-height: 19px;
}

.demolabel>span:nth-child(1) {
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	margin-right: 6px;
	margin-top: -1px;
	vertical-align: middle;
	width: 12px;
	line-height: 1
}

.orange span:nth-child(1) {
	background: #ff9442 !important;
	border: 1px solid #ff9442 !important;
}

.sexy-choice {
	margin: 10px 0 0 0 !important;
}


/*选男女 end*/

#address {
	width: 82%;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #666;
	padding-left: 5%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#address .input {
	width: 95%;
	height: 30px;
	line-height: 30px;
	padding-left: 5%;
	font-size: 13px;
	color: #666;
}


/**选择省市区 begin**/

.browser {
	position: relative;
	width: 320px;
	height: 460px;
	overflow: hidden;
}


/*选择地区*/

.express-area {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: .25rem;
	margin-bottom: .25rem;
	background-color: #fff;
}

.express-area a {
	display: block;
}

.express-area dl {
	position: relative;
	line-height: 1.2rem;
	color: #4d525d;
}


/*选择地区弹层*/

.express-area-box {
	position: absolute;
	bottom: -100%;
	left: 50%;
	z-index: 1002;
	width: 320px;
	height: 240px;
	margin-left: -160px;
	background-color: #fff;
	color: #4d525d;
}

.express-area-box .header {
	position: relative;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.express-area-box .header h3 {
	margin: 0 1.675rem;
	text-align: center;
	font-size: .8rem;
	line-height: 2.25rem;
}

.express-area-box .header .back,
.express-area-box .header .close {
	position: absolute;
	top: 0;
	width: 1.675rem;
	height: 2.25rem;
}

.express-area-box .header .back {
	display: none;
	left: 0;
	background: url(/phpatient/web/images/backs.png) no-repeat center;
	background-size: .45rem .75rem;
}

.express-area-box .header .close {
	right: 0;
	background: url(/phpatient/web/images/close-area.png) no-repeat center;
	background-size: .675rem .675rem;
}

.express-area-box article {
	height: 250px;
	overflow-y: scroll;
}

.area-list li {
	padding: .5rem .5rem .5rem .8rem;
	border-bottom: 1px solid #e2e2e2;
	text-align: justify;
	font-size: 13px;
	line-height: 1.25rem;
}

.area-list li:last-child {
	margin-bottom: 50px;
}

.express-area-box {
	position: fixed;
	left: 0;
	width: 100%;
	margin-left: 0;
}


/*遮罩层*/

.masks {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}


/**选择省市区 end**/

input[disabled] {
	color: #000;
	opacity: 1;
	border-radius: 0;
}


/**模态提示框**/

.modal-tip-box {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 99;
}

.modal-tip-box>div {
	background-color: #fff;
	width: 40%;
	height: 130px;
	border-radius: 8px;
	position: absolute;
	left: 30%;
	top: 50%;
	margin-top: -65px;
}

.modal-tip-box>div>img {
	width: 75px !important;
	height: 75px !important;
	margin: 0px auto;
	padding: 15px 0 2px 0;
}

.modal-tip-box>div>p {
	text-align: center;
	width: 80%;
	font-size: 14px;
	margin-bottom: 8px;
	color: #666;
	margin: 0 auto;
}


/*@media all and (orientation: landscape) {
	横屏时
	.modal-tip-box>div {
		max-width: 160px;
		margin: 15% auto 0 auto;
	}
}

@media all and (orientation: portrait) {
	竖屏时
	.modal-tip-box>div {
		margin: 50% auto 0 auto;
	}
}*/


/*功能正在建设中，请期待css begin*/

.no-content {
	margin-top: 20px;
}

.no-content>div {
	width: 150px;
	height: 185.79px;
	background: url(/phpatient/web/images/nocontent.png) no-repeat;
	background-size: cover;
	margin: 0 auto 15px auto;
}

.no-content>p {
	width: 100%;
	text-align: center;
	color: #666666;
	font-size: 14px;
}


/*功能正在建设中，请期待css end*/

.big-text-content img {
	width: 100%;
	height: auto;
	border: none;
	outline: none;
	display: inline-block;
	margin: 0 auto;
}


/*我的订单 公共样式begin*/

.pad-top {
	/*padding-top: 1px;*/
	height: 19px;
	line-height: 21px;
}

.same-wapper {
	width: 95%;
	margin: 0 auto 10px auto;
	background: #fff;
	border: 1px solid #e1e0e0;
}

.same-title {
	color: #666;
	font-size: 14px;
	padding-left: 15px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #e1e0e0;
}

.same-ul {
	width: 100%;
	padding: 12px 0;
}

.same-ul>li {
	width: 100%;
	padding: 4px 0;
	font-size: 14px;
}

.same-ul>li>div:nth-child(1) {
	float: left;
	/*margin-left: 15px;*/
	/*width: 70px;*/
	width: 30%;
	height: 19px;
	line-height: 19px;
	text-align: right;
	color: #999999;
	font-size: 14px;
}

.same-ul>li>div:nth-child(2) {
	width: 70%;
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 19px;
}

li.address {
	padding-bottom: 0 !important;
}


/*li.address>div:nth-child(2):after {

	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../../images/location.png) no-repeat;
	background-size: cover;
	margin-left: 5px;
	vertical-align: middle;
	margin-top: -3px;
}*/

@media only screen and (min-width: 100px) and (max-width: 320px) {
	.same-ul>li>div:nth-child(2) {
		width: 67%;
	}
}


/*我的订单 公共样式 end*/

.tip {
	color: #ff9442;
	font-size: 12px;
	width: 91%;
	margin: 15px auto;
	line-height: 20px;
	text-align: justify;
}


/** 
 * 按钮水波纹效果
 * 
 * 需要给要加水波纹个按钮同时添加  waterRippleBtn bubble RippleLeft
 * 
 **/
.payBtn{
	display: block;
	cursor: pointer;
}
.waterRippleBtn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
}

.waterRippleBtn.RippleLeft:after {
	left: 0;
}

.waterRippleBtn.bubble:after {
	content: "";
	background: #fff;
	position: absolute;
	width: 73%;
	height: 150px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	margin: auto;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease-in-out;
	/* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out;
	/* Opera */
	transform: scale(1);
	-ms-transform: scale(1);
	/* Internet Explorer */
	-moz-transform: scale(1);
	/* Firefox */
	-webkit-transform: scale(1);
	/* Safari 和 Chrome */
	-o-transform: scale(1);
	/* Opera */
}

.waterRippleBtn.bubble:active:after {
	transform: scale(0);
	-ms-transform: scale(0);
	/* Internet Explorer */
	-moz-transform: scale(0);
	/* Firefox */
	-webkit-transform: scale(0);
	/* Safari 和 Chrome */
	-o-transform: scale(0);
	/* Opera */
	opacity: 1;
	transition: 0s;
	-moz-transition: 0s;
	/* Firefox 4 */
	-webkit-transition: 0s;
	/* Safari and Chrome */
	-o-transition: 0s;
	/* Opera */
}

.yang {
	font-size: 14px;
	color: #999;
	padding-right: 3px;
}

.noPayments {
	width: 96px;
	margin: 0 auto;
}

.noPayment {
	padding: 38px 0;
}

.noPayment>div {
	height: 40px;
	margin: 0 auto;
	color: #666666;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
}

.noPayment>div:before {
	content: '';
	display: inline-block;
	width: 30.7px;
	height: 40px;
	background: url(../../images/no-payment.png) no-repeat;
	background-size: cover;
	margin: -4px 10px 0 0;
	vertical-align: middle;
}
.jiuzhenren>div:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../../images/jiuzhenren.png) no-repeat;
	background-size: cover;
	margin: -4px 10px 0 0;
	vertical-align: middle;
}



.NotLoggedIn {
	padding: 50px 0;
}

.NotLoggedIn>div {
	width: 202px;
	height: 30px;
	line-height: 31px;
	margin: 0 auto;
	font-size: 13px;
	color: #666;
}

.NotLoggedIn>div>span {
	width: 80px;
	height: 30px;
	line-height: 31px;
	border-radius: 30px;
	background: #46c3b6;
	text-align: center;
	display: inline-block;
	color: #fff;
	margin-left: 10px;
}

.NotLoggedIn-box {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 88;
}

.NotLogged {
	width: 230px;
	height: 90px;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -115px;
	margin-top: -45px;
}

.NotLogged>div {
	width: 214px;
	height: 30px;
	line-height: 31px;
	margin: 30px auto;
	font-size: 13px;
	color: #666;
	padding-left: 16px;
}

.NotLogged>div>span {
	width: 80px;
	height: 30px;
	line-height: 31px;
	border-radius: 30px;
	background: #46c3b6;
	text-align: center;
	display: inline-block;
	color: #fff;
	margin-left: 10px;
}

/*美化滚动条*/
.minirefresh-wrap::-webkit-scrollbar{
	width: 1px !important;
} 
.minirefresh-wrap::-webkit-scrollbar-thumb{
	background: rgba(0,0,0,0) !important;
}

/*我已阅读须知 */
.noticeButton-payButton {
	width: 100%;
	height: 60px;
	background-color: white;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.noticeButton-payButton>div:nth-child(1) {
/*	width: 52%;
*/	height: 60px;
	float: left;
}

.nochecked1 {
	background:url(../../images/no-choice.png) no-repeat;
	background-size: cover;
}

.nochecked0 {
	background: url(../../images/choice.png) no-repeat;
	background-size: cover;
}

.pay-notice {
	height: 60px;
	line-height: 62px;
	font-size: 16px;
	color: #52c2b7;
	margin-left: 1px;
	float: left;
}

.pay-notice>span {
	color: #666666;
	margin-right: 2px;
}

.payBtn1 {
	min-width: 20%;
	max-width: 44%;
	padding: 0 10px;
	height: 40px;
	line-height: 41px;
	color: white;
	background-color: #ff9442;
	float: right;
	margin-right: 15px;
	border-radius: 25px;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}

.has-read {
	background-color: #ff9442;
}

.no-read {
	background-color: #BBBBBB;
}

.readed {
	float: left;
	width: 97px;
	height: 60px;
	line-height: 62px;
	font-size: 16px;
	color: #666;
}

.noticeButton {
	width: 15px;
	height: 15px;
	float: left;
	margin: 22.5px 8px 22.5px 10px;
	float: left;
}

@media only screen and (min-width: 100px) and (max-width: 320px) {
	.noticeButton-payButton>div:nth-child(1) {
		width: 62%;
	}
	.readed {
		width: 97px;
	}
	.noticeButton {
		margin: 22.5px 8px 22.5px 10px;
	}
	.payBtn1 {
		max-width: 37%;
		margin-right: 2%;
	}
}
/*支付成功跳转界面*/
.PaycompletionBox {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #F3F3F3;
	z-index: 1000;
}

.PaycompletionBox>.contents1 {
	width: 75%;
	margin: 0 auto;
}

.PaycompleteBox-logo {
	width: 65px;
	height: 65px;
	background: url(../../images/PaycompletionBox.png) no-repeat;
	background-size: cover;
	margin: 120px auto 14px auto;
}

.congratulate-tip {
	width: 100%;
	text-align: center;
	color: #666666;
	font-size: 15px;
}

.count-down {
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #888888;
	margin: 14px 0 20px 0;
	line-height: 20px;
}

.count-down>span {
	color: #fbbb8a;
}

.payOverBtn {
	width: 85px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 30px;
	margin: 0 auto;
	font-size: 13px;
}

.Styone {
	background: #fff;
	border: 1px solid #fdae73;
	color: #fdae73;
}

.Stytwo {
	background: #ccc;
	border: 1px solid #ccc;
	color: #fff;
}
