.s_body {
	background: url('../img/index/s_body_bg.png') no-repeat;
	background-size: 100% auto;
	background-color: #f4f4f4;
	/* font-family: '微软雅黑'; */
	width: 100%;
	/* overflow: hidden; */
	position: relative;
}

.s_main {
	width: 100%;
	overflow: hidden;
	padding-bottom: 55px;
	padding-top: 44.5px;
}

.s_index_header {
	height: 44.5px;
	width: 100%;
	/*padding: 0 47.5px;*/
	padding: 0px 46.5px 0 20px;
	display: flex;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	background: url('../img/index/s_index_fixhead_bg.png') no-repeat;
	background-size: 100%;
}

.s_index_header .com_searchbox {
	background: #fff;
}

.s_index_header .com_searchbox a.com_sech_icon {
	/*background-image: url('../img/index/s_index_fang_icon.png');*/
	background-image: url('../img/xy_search.svg');
}

.s_index_header .com_searchbox a.com_sibik_icon {
	background-image: url('../img/index/s_index_yuyin_icon.png');
}

.s_index_header>img {
	position: absolute;
	right: 15px;
	/*top: 7.5px;*/
	top: 10.5px;
	width: 26px;
}

.s_index_header>img.user {
	position: absolute;
	left: 15px;
	top: 10.5px;
	width: 22px;
}

.carousel {
	padding-top: 16px;
	margin: 0px 15px;
}

.carousel .swiper-container {
	overflow: visible;
}

.carousel .swiper-slide {
	box-sizing: border-box;
	padding: 0px 5px;
}

.carousel .swiper-slide img {
	width: 100%;
	vertical-align: middle;
	border-radius: 15px;
	height:160px;
}

.carousel .swiper-pagination {
	bottom: 0px;
}

.carousel .swiper-pagination-bullet {
	background-color: #FFFFFF;
	opacity: 1;
}

.carousel .swiper-pagination-bullet-active {
	background-color: #98c727;
}

.s_index_medicine {
	padding: 20px 15px 17px 15px;
	display: flex;
}

.s_index_medicine_li {
	flex: 1;
	height: 62.5px;
	margin-right: 7.5px;
	border-radius: 4px;
	text-align: right;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	/*padding: 7px 7px 0 0;*/
	font-weight: bold;
}

.s_index_medicine_li>p {
	font-size: 8px;
	opacity: .7;
	color: #fff;
	text-align: right;
	line-height: 1;
	font-weight: bold;
}

.s_index_medicine_li:first-child {
	background: url('../img/index/s_index_medicine_li_01_bg.png') no-repeat left bottom;
	background-color: #3786c8;
	background-size: 36px auto;
}

.s_index_medicine_li:nth-child(2) {
	background: url('../img/index/s_index_medicine_li_02_bg.png') no-repeat left bottom;
	background-color: #ff817b;
	background-size: 33px auto;
}

.s_index_medicine_li:last-child {
	margin-right: 0;
	background: url('../img/index/s_index_medicine_li_03_bg.png') no-repeat left bottom;
	background-color: #2ecab1;
	background-size: 37.5px auto;
}

.s_index_swiper_medicine {
	padding: 0 15px;
}

.s_index_swiper_medicine .swiper-container {
	padding-bottom: 17px;
}

.s_index_medicine_slide {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 8px;
}

.s_index_medicine_slide_li {
	height: 43px;
	border-radius: 2.5px;
	background: #fff;
	flex: 1;
	margin-right: 7.5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.s_index_medicine_slide_li:last-child {
	margin-right: 0;
}

.s_index_medicine_slide_li img {
	height: 16px;
}

.s_index_swiper_medicine .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	opacity: 1;
	background: #979797;
}

.s_index_swiper_medicine .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 4px;
}

.s_index_swiper_medicine .swiper-pagination-bullet-active {
	width: 15px;
	background: #979797;
	border-radius: 5px;
}

.s_index_follow {
	height: 40px;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	color: #181818;
	background: #fff;
}

.s_index_follow>img:first-of-type {
	/*height: 20.5px;*/
	height: 23px;
	margin-top: 7px;
}


/*.s_index_follow > img:last-of-type{
    width: 13px;
}*/

.mui-control-content {
	background-color: white;
	min-height: 215px;
}

.mui-control-content .mui-loading {
	margin-top: 50px;
}

.s_index_useMedicine {
	background: #fff;
	margin-top: 10px;
}

.s_index_useMedicine a.mui-control-item {
	font-size: 13px;
	font-weight: bold;
	color: #7d7d7d !important;
}

.s_index_useMedicine a.mui-control-item.mui-active {
	color: #131313 !important;
	position: relative;
	overflow: inherit;
}

.s_index_useMedicine .mui-slider-indicator.mui-segmented-control {
	overflow: initial;
}

.s_index_useMedicine a.mui-control-item.mui-active::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2.5px;
	background: #1cbea9;
	left: 50%;
	margin-left: -25px;
	bottom: -1px;
	z-index: 9;
}

.s_index_useMedicine .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-progress-bar {
	background: none;
}

.s_index_useMedicine .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-progress-bar {
	display: none;
}

.s_index_useMedicine .mui-table-view .mui-media-object.mui-pull-right {
	margin-top: 6px;
}

.s_index_useMedicine_more {
	height: 44px;
	/* text-align: center; */
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s_index_useMedicine_more a {
	font-size: 11px;
	color: #1fc399;
	margin-right: 5px;
}

.s_index_useMedicine_more img {
	width: 3px !important;
	height: 5.5px;
}

.s_index_special {
	display: flex;
	padding: 11px 15px 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.s_index_special a {
	display: block;
}

.s_index_special a>img {
	width: 29.5px !important;
}

.s_index_special_left {
	flex: 1;
	height: 209px;
	background: url('../img/index/s_index_special_left_bg.png') no-repeat;
	background-size: cover;
	margin-right: 4px;
	padding: 12px 0 0 10px;
	box-sizing: border-box;
}

.s_index_special_right {
	flex: 1;
}

.s_index_special_right_top {
	height: 102.5px;
	background: url('../img/index/s_index_special_right_top_bg.png') no-repeat;
	background-size: cover;
	padding: 12px 0 0 10px;
	box-sizing: border-box;
	margin-bottom: 3.5px;
}

.s_index_special_right_con {
	display: flex;
}

.s_index_special_right_con_li {
	flex: 1;
	height: 102.5px;
	background: url('../img/index/s_index_special_right_con_li_left_bg.png') no-repeat;
	background-size: cover;
	padding: 12px 0 0 10px;
	box-sizing: border-box;
	margin-right: 3px;
}

.s_index_special_right_con_li:last-child {
	margin-right: 0;
	background-image: url('../img/index/s_index_special_right_con_li_right_bg.png');
}

.s_index_useMedicine .mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item {
	border-bottom: none;
}

.s_index_Recommend {
	height: 120px;
	background: #fff;
	margin-top: 10px;
}

.s_index_Recommend_con .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.s_index_Recommend_top {
	height: 40px;
	padding: 0 15px;
	font-size: 13px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.s_index_Recommend_top img {
	height: 15px;
	margin-right: 5px;
}

.s_index_Recommend_li_tit {
	height: 30px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333;
	justify-content: center;
}

.s_index_Recommend_li_tit img {
	width: 14px;
	margin-right: 5px;
}

.s_index_Recommend_li>p {
	font-size: 12px;
	color: #636363;
	margin-bottom: 0;
}

.s_index_Recommend_con .swiper-slide {
	position: relative;
}

.s_index_Recommend_con .swiper-slide::after {
	content: '';
	width: 1px;
	height: 35px;
	position: absolute;
	background: #f0f0f0;
	right: 0;
	top: 50%;
	margin-top: -17.5px;
}

.s_index_Recommend_con .swiper-slide:last-child::after {
	display: none;
}

.s_index_foot {
	position: fixed;
	display: flex;
	left: 0;
	right: 0;
	bottom: 0;
	height: 54px;
	background: #fff;
	border-top: 1px solid #cecece;
	z-index: 99;
}

.s_index_foot_li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s_index_foot_li img {
	/*max-height: 25px;*/
}

.s_index_foot_cen {
	position: fixed;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	border: 1px solid #cecece;
	box-sizing: border-box;
	padding: 3px;
	left: 50%;
	margin-left: -28.5px;
	bottom: 18px;
	background: #fff;
	z-index: 98;
}

.s_index_foot_cen_con {
	position: fixed;
	left: 50%;
	bottom: 17px;
	margin-left: -28px;
	z-index: 100;
	background: #ff823a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 3px solid #fff;
	box-sizing: content-box;
}

.s_index_foot_cen_con img {
	width: 24.5px;
}


/* 个人中心 */

.xy_userData .username .s_user_con p {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}

.s_user_p {
	font-size: 10px;
	color: #fff;
	margin-top: 5px;
	width: 100%;
	float: left;
}

.s_user_discuss .mxx-main {
	padding: 0 15px;
}

.s_user_discuss .evaluate_describe {
	margin-left: -16%;
}


/* 个人中心 */

.s_user_body .s_user_bell {
	width: 44px;
	height: 44px;
	background: url('../img/s_user_bell_icon.png') no-repeat center;
	background-size: 45%;
}

.s_user_body .s_user_set {
	width: 44px;
	height: 44px;
	background: url('../img/s_user_set_icon.png') no-repeat center;
	background-size: 55%;
}

.xy_personal.s_user_body {
	background: url('../img/s_user_head_bg.png') no-repeat top;
	background-size: 100% 175px;
	background-color: #f5f5f5;
	/* padding-bottom: 55px; */
}

.s_user_body header.mui-bar.mui-bar-nav {
	background: none;
}

.s_user_body.xy_personal .mui-content {
	background: none;
	padding-bottom: 55px;
}

.s_user_body .xy_userData {
	background: none;
}

.s_user_body .xy_infordisplay {
	min-height: auto;
}

.xy_userData.s_userData .username img {
	width: 16px;
	height: 16px;
	margin-left: 15px;
}

.xy_infordisplay .xy_infortree.s_user_Member {
	height: 88px;
	background: url('../img/s_user_pai.png') no-repeat 13px top;
	background-size: 51px auto;
	padding-left: 22%;
	background-color: #fff;
}

.s_user_Member_top_left {
	float: left;
	width: 60%;
	font-size: 13px;
	color: #8f8f8f;
}

.s_user_Member_top_left p {
	font-size: 17px;
	color: #dab255;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

.s_user_Member_top_right {
	float: right;
	width: 40%;
	padding: 16px 15px 0 0;
}

.s_user_Member_top_look {
	float: right;
	border: 1px solid #009999;
	border-radius: 12.5px;
	width: 56px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 13px;
	color: #009999;
	/* padding: 13px 30px; */
}

.s_user_Member_bottom {
	position: relative;
	/* padding-top: 6px; */
}

.s_user_Member_bottom p {
	float: left;
}

.s_user_Member_bottom p.mui-progressbar {
	height: 5px;
	border: 1px solid #dab255;
	border-radius: 2.5px;
	background: #fff;
}

.s_user_Member_bottom .mui-progressbar span {
	background: #dab255;
}

.s_user_Member_bottom .s_user_Member_bottom_fu {
	position: absolute;
	left: 0;
	top: 5px;
	width: 68%;
	height: 8px;
	background: url('../img/s_user_Member_bottom_icon.png') no-repeat right top;
	background-size: auto 100%;
}

.s_user_Member_bottom p:first-child {
	width: 68%;
	margin-top: 7px;
}

.s_user_Member_bottom p:last-child {
	width: 28%;
	margin-left: 4%;
	font-size: 13px;
	color: #dab255;
	line-height: 1.3;
}

.s_user_tool {
	display: flex;
}

.s_user_tool_li {
	flex: 1;
	text-align: center;
	height: 88px;
	margin-top: 10px;
}

.s_user_tool_li img {
	height: 21.5px;
	margin-top: 18px;
}

.s_user_tool_li p {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	color: #333333;
}

.s_user_my {
	background: #fff;
	margin-top: 7px;
}

.s_user_my_top {
	padding: 14px 0 0 25px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.s_user_list .mui-table-view {
	background: transparent;
}

.s_user_list .mui-table-view li {
	background: #fff;
	margin-top: 7px;
	padding-left: 20px;
}

.s_user_list .mui-table-view li img {
	height: 18px;
	margin-right: 11px;
}

.s_user_list .mui-table-view li a {
	display: flex;
	align-items: center;
}

.s_user_list .mui-table-view:before,
.s_user_list .mui-table-view:after,
.s_user_list .mui-table-view-cell:after {
	height: 0;
}


/* 开通会员 */

.s_user_card {
	height: 160px;
	background: url('../img/s_user_card_bg.png') no-repeat;
	background-size: 100%;
}

.s_user_card_top {
	height: 90px;
	box-sizing: border-box;
	padding: 11px 14px 0 0;
	text-align: right;
}

.s_user_card_top img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.s_user_card_top p {
	font-size: 12px;
	font-weight: bold;
	color: #38393b;
	line-height: 1.3;
}

.s_user_card_con_left {
	float: left;
	width: 50%;
	font-weight: bold;
	font-size: 10px;
	color: #a89564;
	padding-left: 12px;
}

.s_user_card_con_left p {
	display: flex;
	height: 20px;
	align-items: center;
	font-weight: normal;
	font-size: 11px;
	color: #28292c;
}

.s_user_card_con_left p img {
	height: 6px;
	margin-left: 3px;
}

.s_user_card_con_right {
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 14px;
}

.s_user_card_con_right a {
	font-size: 11px;
	color: #28292c;
	display: flex;
	height: 20px;
	align-items: center;
	justify-content: flex-end;
}

.s_user_card_con_right a img {
	height: 6px;
	margin-left: 3px;
}

.s_user_openmember {
	margin-top: 20px;
}

.s_user_openmember_month {
	height: 99px;
	display: flex;
}

.s_user_openmember_month_li {
	flex: 1;
	margin-right: 8px;
	border: 1px solid #d9b871;
	border-radius: 7.5px;
}

.s_user_openmember_month_li:last-child {
	margin-right: 0;
}

.s_user_openmember_month_li_month {
	text-align: center;
	padding: 13px 0 29px 0;
	font-size: 14px;
	color: #535353;
	line-height: 1;
}

.s_user_openmember_month_li_month span {
	color: #bb8002;
}

.s_user_openmember_month_li_price {
	font-weight: bold;
	font-size: 14px;
	color: #bb8002;
	text-align: center;
}

.s_user_openmember_month_li_price span {
	font-size: 26px;
}

.s_user_openmember_month_li.on {
	border: 1.5px solid #78420a;
	background-color: #fffaf3;
}

.s_user_openmember_month_li.on .s_user_openmember_month_li_month,
.s_user_openmember_month_li.on .s_user_openmember_month_li_month span,
.s_user_openmember_month_li.on .s_user_openmember_month_li_price {
	color: #e5a635;
}

.s_user_openmember_btn {
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 25px;
	border-radius: 20px;
	background: -webkit-linear-gradient(#f9e3b4, #ebca84);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#f9e3b4, #ebca84);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#f9e3b4, #ebca84);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#f9e3b4, #ebca84);
	/* 标准的语法 */
	font-size: 15px;
	font-weight: bold;
	color: #b56f24;
}

.s_user_openmember_more {
	font-size: 11px;
	color: #838383;
	line-height: 21px;
	margin-top: 20px;
	border-bottom: 10px solid #efefef;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 15px 15px 15px;
}

.s_user_openmember_more a {
	color: #009999;
}

.s_user_privilege {
	background: url('../img/s_user_privilege_bg.png') repeat-y;
}

.s_user_privilege_x {
	background-size: 100%;
	margin: 0px -15px;
	padding: 0px 15px;
}

.s_user_privilege_top {
	padding: 25px 0 22.5px 0;
	text-align: center;
}

.s_user_privilege_top img {
	height: 38px;
}

.s_user_privilege_li {
	float: left;
	width: 100%;
}

.s_user_privilege_li_img {
	float: left;
	width: 21%;
	text-align: center;
}

.s_user_privilege_li_img img {
	max-height: 63px;
}

.s_user_privilege_li_info {
	float: left;
	width: 78%;
}

.s_user_privilege_li_info .s_user_privilege_li_tit {
	font-size: 15px;
	color: #333333;
	line-height: 33px;
}

.s_user_privilege_li_info p {
	font-size: 11px;
	color: #737373;
}

.s_user_privilege_li_two .s_user_privilege_li_info {
	text-align: right;
}


/* 登录 */

.s_login_body {
	background: url('../img/s_login_body_bg.jpg') no-repeat;
	background-size: cover;
}

.s_login_logo {
	text-align: center;
	padding: 50px 0 30px 0;
}

.s_login_logo img {
	height: 98px;
}

.s_login_con ul {
	display: flex;
	padding: 0 40px;
}

.s_login_con ul li {
	flex: 1;
	text-align: center;
	height: 26px;
	line-height: 26px;
}

.s_login_con ul li span {
	padding: 0 10px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}

.s_login_con ul li.on span {
	background: #fff;
	color: #009999;
	border-radius: 13px;
}

.s_login_con_group {
	padding: 0 40px;
	margin-top: 21px;
}

.s_login_con_forom {
	border-radius: 10px;
	background: #fff;
}

.s_login_con_input {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #d9d9d9;
}

.s_login_con_forom .s_login_con_input:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.s_login_con_forom .s_login_con_input:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: 0;
}

.s_login_con_input input {
	border: 0;
	outline: none;
	border-radius: 10px;
	margin-bottom: 0;
	font-size: 13px;
}

.s_login_con_quan input {
	width: 100%;
}

.s_login_con_ban input {
	width: 70%;
}

.s_login_con_ban a {
	float: right;
	width: 25%;
	text-align: center;
	color: #009999;
	font-size: 12px;
	height: 45px;
	padding-right: 8px;
}

.s_login_btn {
	margin-top: 8px;
	text-align: center;
	margin-bottom: 10px;
	height: 84px;
}

.s_login_btn img {
	width: 44px;
	height: 44px;
}

.s_login_san {
	margin-left: -13px;
	margin-right: -13px;
}

.s_login_san_top {
	height: 12px;
	line-height: 12px;
	text-align: center;
	font-size: 12px;
	position: relative;
}

.s_login_san_top::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
	top: 5px;
}

.s_login_san_top span {
	padding: 0 21px;
	background: #009899;
	display: inline-block;
	position: relative;
	color: #fff;
}

.s_login_san_con {
	display: flex;
	padding: 0 20px;
	margin-top: 22px;
}

.s_login_san_con a {
	flex: 1;
	text-align: center;
}

.s_login_san_con a img {
	width: 44px;
	height: 44px;
}

.s_login_con_ban a img {
	width: 65px;
	height: 32px;
	margin-top: 6px;
}

.s_login_con_ban a.s_login_get_yanzheng span {
	background: #009999;
	color: #fff;
	padding: 5px;
	border-radius: 10px;
}

.s_login_con_input select {
	border-radius: 10px;
	background: url('../img/s_login_select_icon.png') no-repeat right center;
	background-size: 13px;
	width: calc(100% - 15px);
	font-size: 13px;
	color: #bcbcc2;
}

.s_login_con_ban a.s_login_yan img {
	width: 15px;
	height: 7px;
	float: right;
	margin-top: 18px;
	margin-right: 15px;
}

.s_login_p {
	font-size: 11px;
	color: #fff;
	text-align: center;
	margin-top: 7px;
}

.s_login_body .mui-bar-nav {
	box-shadow: none;
}

.s_login_body .mui-bar .mui-title {
	font-size: 15px;
	color: #fff;
}

.s_login_body .mui-bar .com_left {
	background-image: url('../img/s_login_fan.png');
}

.x_index_medicine .s_index_medicine_li {
	height: auto;
}

.x_index_medicine .s_index_medicine_li img {
	width: 100%;
	vertical-align: middle;
}

.xy_slider {}

.xy_tapslide {
	text-align: center;
}

.xy_tapslide a {
	display: inline-block;
	margin: 0px 15%;
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	font-weight: bold;
	color: #7d7d7d !important;
	border-bottom: 2.5px solid transparent;
}

.xy_tapslide a.active {
	color: #131313 !important;
	border-bottom: 2.5px solid #1CBEA9;
}

/* 药学书城 */
.s_bookshelf{
	width: 35px;
    height: 32px;
	background: url(../img/s_shujia.png) no-repeat center;
	background-size: 55%;
}
.s_shopcar{
	width: 35px;
    height: 32px;
	background: url(../img/s_shopcar.png) no-repeat center;
	background-size: 55%;
	position: relative;
}
.s_shopcar em{
	position: absolute;
    background-color: #fa0a0a;
    font-size: 8px;
    color: #ffffff;
    right: 3px;
    top: 4px;
    border-radius: 50%;
    line-height: 10px;
    padding: 0 2.5px;
    text-align: center;
}
.s_book_search{
	width: calc(100% - 70px);
	float: left;
}
.s_main{
	/* background: #ffffff; */
}
.s_swiper {
	padding-top: 8.5px;
	margin: 0px 15px;
	background: #ffffff;
}
.s_swiper .swiper-container {
	overflow: visible;
}
.s_swiper .swiper-slide {
	box-sizing: border-box;
	padding: 0px 5px;
}
.s_swiper .swiper-slide img {
	width: 100%;
	vertical-align: middle;
	border-radius: 5px;
}
.s_swiper .swiper-pagination {
	bottom: 0px;
}
.s_swiper .swiper-pagination-bullet {
	background-color: #FFFFFF;
	opacity: 1;
}
.s_swiper .swiper-pagination-bullet-active {
	background-color: #98c727;
}
.s_bookblock{
	display: flex;
	margin-bottom: 10px;
}
.s_bookblock_li{
	flex: 1;
	text-align: center;
}
.s_bookblock_li_img{
	height: 25px;
	line-height: 25px;
	margin: 28px 0 10px 0;
}
.s_bookblock_li_img img{
	max-height: 25px;
}
.s_bookblock_li a{
	color: #333333;
	font-size: 12px;
}
.s_book_main{
	padding: 0 15px;
}
.s_height10_f4f4f4{
	height: 10px;
	background: #f4f4f4;
}
.s_book_main_top{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}
.s_book_main_top span{
	position: relative;
	display: inline-block;
}
/*.s_book_main_top span::before{
	content: '';
	position: absolute;
	width: 63px;
	height: 2.5px;
	background-color: #1cbea9;
	left: 0;
	bottom: 0;
}*/
.s_newbook{
	padding: 0;
	margin-bottom: 20px;
}
.s_newbook.mui-table-view-cell:after{
	display: none;
}
.s_newbook .s_newbook_img{
	width: 25%;
	margin-right: 15px;
	box-shadow: 0px 3.5px 5.6px 0.4px 
		rgba(225, 225, 225, 0.55);
	border-radius: 3px;
	overflow: hidden;
}
.s_newbook .s_newbook_img img{
	max-width: 100%;
	vertical-align: top;
	border-radius: 3px;
	box-shadow: 0px 3.5px 5.6px 0.4px 
		rgba(225, 225, 225, 0.55);
	width: 100%;
	height: 115px;
}
.s_newbook_right > a{
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: -0.15px;
	color: #333333;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.s_newbook_info{
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 17px;
	letter-spacing: -0.1px;
	color: #999999;
	margin: 5px 0 25px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.s_newbook_more{
	position: absolute;
	right: 0;
	height: 20px;
	left: calc(25% + 15px);
	bottom: 0px;
	font-size: 11px;
	color: #484848;
}
.s_newbook_more div{
	color: #ff0000;
}
.s_newbook_more em{
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -0.15px;
	color: #ff0000;
	font-weight: bold;
}
.s_newbook_more span{
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 17px;
	letter-spacing: -0.1px;
	color: #999999;
	margin-left: 9px;
	text-decoration: line-through;
}
.s_newbook_list{
	padding-top: 5px;
	margin-bottom: 15px;
}
.s_newbook_list img{
	max-width: 100%;
	box-shadow: 0px 3.5px 5.6px 0.4px 
		rgba(225, 225, 225, 0.55);
	border-radius: 3px;
	width: 100%;
	height: 115px;
}
.s_newbook_list .swiper-slide{
	width: 25%;
}
.s_newbook_list p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.s_book_main_top > div{
	font-size: 11px;
	color: #009999;
}
.s_book_main_top > div img{
	margin-left: 7px;
	height: 11px;
	/* vertical-align: middle; */
	float: right;
	margin-top: 19px;
}
.s_goodbook_li{
	float: left;
	width: 43%;
	margin-bottom: 15px;
}
.s_goodbook_li:nth-child(2n+1){
	margin-right: 12%;
}
.s_goodbook_li_img{
	width: 35%;
	float: left;
	margin-right: 9px;
}
.s_goodbook_li_img img{
	max-width: 100%;
	vertical-align: top;
	height: 72.5px;
	width: 100%;
}
.s_goodbook_li_right{
	width: calc(100% - 9px - 35%);
	float: left;
}
.s_goodbook_li_title{
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 17px;
	letter-spacing: -0.15px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.s_goodbook_li_info{
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: -0.1px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
}

/* 我的书架 */
.s_two_bar{
	height: 85px;
	box-shadow: none;
	border-bottom: 1px solid #c7c6cb;
}
.s_bookshelf_nav{
	display: flex;
	justify-content: center;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #ccc;
	top: 44px;
	position: absolute;
	width: 100%;
	margin: 0 -10px;
	background: #ffffff;
}
.s_bookshelf_nav_li{
	width: 28%;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
	position: relative;
}
.s_bookshelf_nav_li.on{
	color: #009999;
}
.s_bookshelf_nav_li.on::before{
	content: '';
	width: 37px;
	height: 2px;
	background-color: #009999;
	position: absolute;
	left: 50%;
	margin-left: -18.5px;
	bottom: -1px;
}
.s_bookshelf_main{
	padding: 20px 15px 0 15px;
}
.s_mybook_li{
	width: 25%;
	margin-right: 12.5%;
	float: left;
	margin-bottom: 20px;
	min-height: 179px;
}
.s_mybook_li:nth-child(3n){
	margin-right: 0;
}
.s_mybook_li img{
	width: 100%;
	max-width: 100%;
	height: 115px;
	vertical-align: top;
}
.s_mybook_li_img{
	position: relative;
	width: 100%;
	height: 115px;
}
.s_mybook_li_img span{
	position: absolute;
    right: 0;
    bottom: 8px;
    /* height: 15px; */
    font-size: 9px;
    color: #ffffff;
    border-radius: 7.75px 0px 0px 7.75px;
    background: rgba(0,0,0,.4);
    padding: 3px 4px 3px 5px;
    /* display: flex; */
    /* align-items: flex-start; */
    line-height: initial;
}
.s_mybook_li_img span.Lately{
	background: rgba(46,202,177,.8);
}
.s_mybook_li_title{
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 17px;
	letter-spacing: -0.15px;
	color: #333333;
	margin: 5px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.s_mybook_li_author{
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: -0.1px;
	color: #999999;
}

/* 个人中心-阅读币 */
.s_userRead_main{
	padding: 20px 15px; 
}
.s_userRead_card{
	width: 100%;
	height: 112px;
	box-shadow: 0px 6px 9px 0px 
		rgba(28, 192, 166, 0.2);
	border-radius: 5px;
	background: url(../img/s_userRead_card_bg.png) no-repeat center;
	background-size: cover;
	padding: 15px 0 0 13.5px;
	color: #FFFFFF;
	font-size: 12px;
	position: relative;
}
.s_userRead_card > em{
	font-size: 30px;
	display: block;
	margin-top: 10px;
	line-height: 30px;
}
.s_userRead_Recharge{
	position: absolute;
	bottom: 45px;
	right: 0;
	font-size: 12px;
	padding: 3px 15px 3px 10px;
	line-height: initial;
	color: #ffffff;
	background-image: linear-gradient(270deg, 
		#09b1b4 0%, 
		#07d1ad 100%);
	border-radius: 11.5px 0px 0px 11.5px;
}
.s_userRead_Recharge img{
	height: 11.5px;
	margin-right: 5px;
}
.s_userRead_Recharge .mui-icon{
	font-size: 12px;
	margin-left: 3px;
}
.s_userRead_record img{
	width: 34.5px;
	height: 34.5px;
	vertical-align: middle;
	margin-right: 16.5px;
}
.s_userRead_record{
	margin: 28.5px 0;
	font-size: 15px;
}
.s_userRead_record .mui-table-view-cell>a{
	font-size: 15px;
}
.s_userRead_record .mui-table-view:before{
	display: none;
}
.s_userRead_record .mui-table-view:after,.s_userRead_record .mui-table-view-cell:after{
	display: none;
}
.s_userRead_record .mui-table-view-cell{
	padding-right: 4px;
	background-color: #ffffff;
	box-shadow: 0px 0px 7.5px 0px 
		rgba(44, 49, 140, 0.11);
	border-radius: 5px;
	margin-bottom: 15px;
}
/* 阅读币充值 */
.s_Read_Recharge{
	padding: 0 15px;
}
.s_Read_Recharge_yu{
	padding: 15px 0;
	font-size: 13px;
	color: #666666;
	line-height: 13px;
}
.s_Read_Recharge_yu span{
	color: #333333;
}
.s_Read_Recharge_numbox_top{
	padding: 6px 0 19px 0;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: 0px;
	color: #333333;
}
.s_Read_Recharge_numbox_top span{
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 11px;
	letter-spacing: 0px;
	color: #999999;
}
.s_Read_Recharge_numbox_con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s_Read_Recharge_numbox_con span{
	width: 30%;
	background: red;
	text-align: center;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	height: 61.5px;
	font-size: 15px;
	line-height: 61.5px;
	color: #000332;
	margin-bottom: 15px;
}
.s_Read_Recharge_numbox_con span.on{
	border: solid 1px #009999;
	color: #009999;
}
.s_Read_Recharge_pay{
	overflow: hidden;
}
.s_Read_Recharge_pay p{
	margin: 15px 0;
	line-height: 15px;
	font-size: 12px;
	color: #333333;
}
.s_Read_Recharge_pay p span{
	font-size: 15px;
	color: #ff0000;
	margin-left: 7px;
}
.s_Read_Recharge_pay button{
	height: 40px;
	background-color: #009999;
	border-radius: 5px;
	border: 0;
	padding: 0;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
}
.s_Read_Recharge_pay a{
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: 0px;
	color: #009999;
	text-align: center;
}
.s_Read_Recharge_tips{
	margin-top: 15px;
}
.s_Read_Recharge_tips p{
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 3px;
}
.s_Read_Recharge_tips p:first-child{
	margin-bottom: 5px;
}

/* 阅读币购买成功 */
.s_userRead_paysuccess{
	text-align: center;
	padding-top: 60px;
}
.s_userRead_paysuccess img{
	height: 54.5px;
}
.s_userRead_paysuccess p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #333333;
	margin: 25px 0;
}
.s_userRead_paysuccess a{
	width: 90px;
	height: 32.5px;
	background-color: #009999;
	box-shadow: 0px 2px 7.7px 0.3px 
		rgba(0, 153, 153, 0.25);
	border-radius: 4px;
	border: solid 0.5px #009999;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32.5px;
	letter-spacing: -0.25px;
	color: #ffffff;
	text-align: center;
}

/* 消费记录 */
.s_userRecord_list img.mui-media-object{
	height: 35px;
}
.s_userRecord_list .mui-table-view:before{
	height: 0;
}
.s_userRecord_list .mui-table-view-cell{
	padding: 15px;
}
.s_userRecord_list .mui-table-view-cell:after{
	left: 0;
}
.s_userRecord_list .mui-media-body{
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 13px;
	color: #333333;
	padding-right: 40px;
}
.s_userRecord_list .mui-media-body p{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	margin-top: 8px;
}
.s_userRecord_list .s_userRecord_li_num{
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-top: -10px;
	line-height: 20px;
}

/* 购物车 */
.s_shopCart .mui-table-view-cell:after{
	height: 0;
}
.s_shopCart .mui-checkbox input[type='checkbox']{
	left: 0;
	right: inherit;
	width: 19px;
	height: 19px;
	top: 50%;
	margin-top: -9.5px;
}
.s_shopCart .mui-checkbox input[type='checkbox']:before{
	font-size: 19px;
}
.s_shopCart .mui-checkbox input[type='checkbox']:checked:before{
	color: #009999;
}
.s_shopCart .mui-table-view-cell>.mui-slider-right>.mui-btn{
	padding: 0 21.5px;
	background-color: #f04040;
}
.s_shopCart_right{
	padding-left: 33.5px;
}
.s_shopCart_right img.mui-media-object{
	width: 55px;
	height: 72px;
	max-width: 55px;
	box-shadow: 0px 3.5px 5.6px 0.4px 
		rgba(225, 225, 225, 0.55);
	border-radius: 3px;
}
.s_shopCart_book_title{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.s_shopCart_book_author{
	font-size: 11px;
	color: #484848;
	margin: 3px 0 10px 0;
}
.s_shopCart_book_price{
	line-height: 13px;
}
.s_shopCart_book_price em{
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -0.15px;
	color: #ff0000;
}
.s_shopCart_book_price span{
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -0.1px;
	color: #999999;
	text-decoration: line-through;
	margin-left: 8px;
}
.s_shopCart_footer {
	border-top: 1px solid #ebebeb;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: white;
	position: fixed;
	bottom: 0px;
	z-index: 2;
}

.s_shopCart_footer_left {
	width: 22%;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: left;
}
.s_shopCart_footer_left.mui-checkbox.mui-left label{
	padding: 0 0 0 40px;
}

.s_shopCart_footer_left.mui-checkbox input[type='checkbox']{
	left: 15px;
	right: inherit;
	width: 19px;
	height: 19px;
	top: 15px;
}
.s_shopCart_footer_left.mui-checkbox input[type='checkbox']:before{
	font-size: 19px;
}
.s_shopCart_footer_left.mui-checkbox input[type='checkbox']:checked:before{
	color: #009999;
}
.s_shopCart_footer_con {
	width: 53%;
	float: left;
	height: 50px;
	text-align: left;
}


.s_shopCart_footer_right {
	width: 25%;
	font-size: 16px;
	float: right;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: white;
	font-size: 14px;
	color: #ffffff;
	background-color: #009999;
}
.s_shopCart_footer_con_top{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 17px;
	letter-spacing: 0px;
	color: #ff0000;
	margin: 8px 0 5px 0;
}
.s_shopCart_footer_con_bottom{
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: 0px;
	color: #999999;
}
.s_shopCart_footer_con_bottom span{
	text-decoration: line-through;
	margin-right: 5px;
}

/* 购买 */
.s_onebook_paysuccess{
	padding-top: 30px;
}
.s_onebook_paysuccess > img{
	width: 100px;
	height: 133.5px;
	box-shadow: 0px 3.5px 5.6px 0.4px 
		rgba(225, 225, 225, 0.55);
	border-radius: 3px;
}
.s_onebook_paysuccess p {
	margin-top: 20px;
}
.s_Read_Recharge_yu_hei12{
	height: 10px;
}
.s_Read_Recharge_yu_tips{
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: 0px;
	color: #eaa654;
	margin-top: 10px;
}

/* 图书详情 */
.s_marbottom15{
	margin-bottom: 15px;
}
.s_bookdet_product{
	padding: 17px 15px 25px 15px;
	background: #ffffff;
}
.s_bookdet_bookInfo{
	display: flex;
	margin-bottom: 15px;
}
.s_bookdet_book_img{
	width: 115px;
	position: relative;
}
.s_bookdet_book_img > img{
	width: 100px;
	height: 133.5px;
	box-shadow: 0px 3.5px 5.6px 0.4px 
		rgba(225, 225, 225, 0.55);
	border-radius: 3px;
	vertical-align: top;
}
.s_bookdet_book_img_dian{
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px 0px 0px 0px;
	background: #ec1212;
	font-size: 10px;
	line-height: initial;
	color: #ffffff;
	text-align: center;
	padding: 2.5px 3.5px;
}
.s_bookdet_book_img_dian img{
	width: 8.5px;
	height: 8.5px;
	margin-right: 3px;
}
.s_bookdet_book_right{
	flex: 1;
}
.s_bookdet_book_title{
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.s_bookdet_book_author{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	color: #999999;
	margin-bottom: 12px;
}
.s_bookdet_book_author p{
	font-size: 12px;
	color: #999999;
}
.s_bookdet_book_price{
	font-size: 12px;
	line-height: 17px;
	color: #ff0000;
}
.s_bookdet_book_price em{
	font-weight: bold;
	font-size: 15px;
	margin-right: 8px;
}
.s_bookdet_book_price span{
	font-size: 11px;
	text-decoration: line-through;
	color: #999999;
}
.s_bookdet_bookTips{
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 13px;
	color: #eaa654;
	margin-bottom: 15px;
}
.s_bookdet_bookTips img{
	height: 13px;
	margin-right: 3px;
}
.s_bookdet_bookOperate{
	margin: 0 -15px;
	display: flex;
}
.s_bookdet_bookOperate_li{
	flex: 1;
	text-align: center;
	height: 47.5px;
	border-right: 1px solid #e4e4e4;
}
.s_bookdet_bookOperate_li:last-child{
	border-right: 0;
}
.s_bookdet_bookOperate_li_con{
	width: 40px;
	margin: 0 auto;
	font-size: 12px;
	color: #333333;
	overflow: hidden;
}
.s_bookdet_bookOperate_li img{
	display: block;
	height: 21.5px;
	margin: 4px auto 2px auto;
}
.s_bookdet_introduction,.s_bookdet_catalog,.s_bookdet_recommend{
	padding: 0 15px;
	background: #ffffff;
	overflow: hidden;
}
.s_bookdet_introduction_top{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #333333;
	font-weight: bold;
	margin: 15px 0 7px 0;
}
.mui-ellipsis-3{
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.s_bookdet_introduction_con{
	font-size: 13px;
	color: #666666;
}
.s_bookdet_introduction_bottom{
	text-align: center;
	margin: 0px 0 3px 0;
}
.s_bookdet_introduction_bottom .mui-icon{
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.s_bookdet_catalog .s_bookdet_introduction_top{
	margin-bottom: 15px;
}
.s_bookdet_catalog_con{
	overflow: hidden;
}
.s_bookdet_recommend .s_bookdet_introduction_top a{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #009999;
}
.s_bookdet_recommend .s_bookshelf_main_block{
	margin: 12px 0 0 0;
}
.s_bookdet_footer{
	position: fixed;
	height: 50px;
	line-height: 49px;
	border-top: 1px solid #ebebeb;
	background: #ffffff;
	display: flex;
	bottom: 0;
	left: 0;
	right: 0;
}
.s_bookdet_footer_shop{
	width: 41%;
	text-align: center;
	font-size: 11px;
	line-height: 21px;
	color: #666666;
}
.s_bookdet_footer_shop img{
	width: 17px;
	height: 17px;
	display: block;
	margin: 8px auto 0 auto;
}
.s_bookdet_footer_pay{
	flex: 1;
	background-color: #009999;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.xy_mask {
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.xytanchuangtip{
	position: absolute;
	width: 252.5px;
	height: 165px;
	background-color: #ffffff;
	border-radius: 7px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform:translate(-50%, -50%) ;
     transform:translate(-50%, -50%);
	 padding-top: 25px;
	 padding-left: 67.5px;
}
.xytanchuangtip p{
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}
.xytanchuangtip_bu{
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #eaa654;
}
.xytanchuangtip_btn{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 45px;
	border-top: 1px solid #dddddd;
	margin-left: -67.5px;
}
.xytanchuangtip_btn a{
	float: left;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 13px;
	color: #666666;
}
.xytanchuangtip_btn a.a1{
	color: #009999;	
	border-left: 1px solid #dddddd;
}
.s_newbook_right{
	width: calc(100% - 25% - 15px);
}
.s_newbook_right > a {
    display: block;
}
.s_swiper{
	position: relative;
}
.s_swiper img.s_swiper_bg {
  position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	top: 20px;
	height: 100%;
	width: 100%;
}
.s_newbook.mui-table-view-cell.mui-active{
	background: #ffffff;
}

/* 充值安卓弹窗 */
.s_pay_popover.mui-popover.mui-popover-action.mui-active{
	background: #fff;
	padding: 0 15px 15px 15px;
}
.s_pay_popover_top{
	text-align: center;
	color: #e5200d;
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
	margin: 25px 0;
}
.s_pay_popover_top em{
	font-size: 35px;
}
.s_pay_popover p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 13px;
}
.mui-popover.s_pay_popover .mui-table-view{
	background: #fff;
}
.mui-popover.s_pay_popover label{
	text-align: left;
	color: #333;
	line-height: 21.5px;
	padding: 5px 0;
}
.mui-popover.s_pay_popover .mui-table-view-cell{
	padding: 11px 0;
}
.mui-popover.s_pay_popover img{
	height: 21.5px;
	vertical-align: middle;
	margin-right: 5px;
}
.mui-popover.mui-popover-action.s_pay_popover .mui-table-view{
	margin: 0;
	overflow: inherit;
}
.mui-popover.s_pay_popover .mui-table-view:before,.mui-popover.s_pay_popover .mui-table-view:after{
	height: 1px;
	top: 0;
	left: -15px;
	right: -15px;
}
.mui-popover.s_pay_popover .mui-table-view:after{
	top: inherit;
	bottom: 0;
}
.mui-popover.s_pay_popover .s_paypopover_btn,.mui-popover.s_pay_popover .s_paypopover_btn:active{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #009999;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	padding: 0;
	border: 0;
	margin: 25px 0 0px 0;
}
.mui-popover.s_pay_popover .mui-radio input[type='radio']:checked:before{
	color: #009999;
	content: '\e442';
}

/* 20190724 */
.s_bookdet_catalog_con{
	margin: 0 -15px;
}
.s_bookdet_catalog_con .mui-table-view:before{
	top: 0px;
}
.s_bookdet_catalog_con .mui-table-view-cell{
	padding-left: 17.5px;
}
.s_mybook_li_author {
    line-height: 15px;
}
.s_bookdet_introduction_bottom .mui-icon{
	width: 42px;
	height: 42px;
	line-height: 42px;
}
.displayNoneIm{
	display: none !important;
}

/* 20190802 */
.s_newbook .s_newbook_img img{
	width: 82px;
	height: 115px;
}
.s_newbook .s_newbook_img{
	width: 82px;
}
.s_newbook_right{
	width: calc(100% - 82px - 15px);
	height: 115px;
    position: relative;
}
.s_newbook_more {
    left: 0;
}
.s_newbook_list .swiper-slide{
	width: 82px;
}
.s_newbook_list .swiper-slide img{
	width: 82px;
}
.s_goodbook_li_img img {
    height: 72.5px;
    width: 50px;
}
.s_goodbook_li_img {
    width: 50px;
}
.s_goodbook_li_right {
    width: calc(100% - 9px - 50px);
}
.s_book_main_top > div {
    width: 40px;
}
/*.s_bookshelf_main_block{
	display: flex;
	justify-content: space-between;
	flex-flow: row;
}*/
.s_mybook_li{
	width: 82px;
	margin: 0;
	margin-bottom: 20px;
	margin-right: calc((100% - 82px * 3) / 2);
}
.s_newbook_list p {
    font-size: 13px;
}
.s_newbook_info {
    line-height: 18px;
    -webkit-line-clamp: 3;
}
.s_goodbook_li_right{
	height: 72.5px;
	position: relative;
}
.s_goodbook_li_info{
	position: absolute;
	bottom: 0;
	left: 0;
}
.s_mybook_li_title {
    min-height: 32px;
}

@media screen and (min-width: 765px){
	.s_newbook .s_newbook_img img{
		width: 107px;
		height: 150px;
	}
	.s_newbook .s_newbook_img{
		width: 107px;
	}
	.s_newbook_right{
		width: calc(100% - 107px - 15px);
		height: 150px;
	}
	.s_newbook_list .swiper-slide{
		width: 107px;
	}
	.s_newbook_list .swiper-slide img{
		width: 107px;
	}
	.s_newbook_list img{
		height: 150px;
	}
	
	.s_goodbook_li_img img {
	    height: 100px;
	    width: 69px;
	}
	.s_goodbook_li_img {
	    width: 69px;
	}
	.s_goodbook_li_right {
	    width: calc(100% - 9px - 69px);
	}
	.s_bookdet_book_img > img{
		width: 107px;
		height: 150px;
	}
	.s_bookdet_book_img{
		width: 122px;
	}
	.s_bookdet_book_price{
		margin-top: 30px;
	}
	
	/*.s_bookshelf_main_block{
		display: flex;
		justify-content: space-between;
		flex-flow: row;
	}*/
	.s_mybook_li{
		width: 107px;
		margin-right: calc((100% - 107px * 3) / 2);
	}
	.s_mybook_li_img{
		height: 150px;
	}
	.s_mybook_li img{
		height: 150px;
	}
}

/* 20190806 */
.s_user_body .s_user_unread {
    position: relative;
}
.s_user_body .s_user_unread::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: red;
    border-radius: 50%;
    right: 12px;
    top: 11px;
}

/* 20191031 */
.s_linC{
	padding: 15px 15px 0 15px;
}
.s_linC_top{
	display: flex;
	margin-bottom: 10px;
}
.s_linC_top .s_linC_top_li{
	flex: 1;
	display: flex;
	height: 75px;
	background-color: #fdf6f1;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	margin-right: 11px;
	font-size: 14px;
	color: #1b1b1b;
}
.s_linC_top .s_linC_top_li:last-child{
	background-color: #effbfb;
	margin-right: 0px;
}
.s_linC_top .s_linC_top_li img{
	height: 39px;
	margin-right: 20px;
}
.s_linC_top .s_linC_top_li:last-child img{
	height: 36px;
}
.s_linC_con{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.s_linC_con .s_linC_con_li{
	flex: 1;
}
.s_linC_con .s_linC_con_li span{
	display: flex;
	height: 60px;
	justify-content: center;
	align-items: center;
}
.s_linC_con .s_linC_con_li title{
	display: block;
	font-size: 14px;
	color: #1b1b1b;
	text-align: center;
}
.s_linC_con .s_linC_con_li img{
	transform: scale(.5)
}
.s_linC_bottom{
	margin-top: 100px;
	text-align: center;
}
.s_linC_bottom img{
	max-width: 81%;
}
.s_linC_two{
	padding: 15px 10px 0 10px;
}


/* 20191030 */
.com_menu_float ul li a span{
	display: inline-block;
	height: 35px;
}
