@charset "UTF-8";

.loading-after {
	position: relative;
}

.loading-after:after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	box-shadow: 0 -10px 0 1px currentColor, 10px 0px currentColor, 0 10px currentColor, -10px 0 currentColor, -7px -7px 0 0.5px currentColor, 7px -7px 0 1.5px currentColor, 7px 7px currentColor, -7px 7px currentColor;
	/* left-bottom */
	-webkit-animation: spin 1s steps(8) infinite;
	animation: spin 1s steps(8) infinite;
	/*center*/
	margin: 2rem auto;
}


/* chrysanthemum loading effect */

.loading {
	position: relative;
}

.loading:after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	box-shadow: 0 -10px 0 1px currentColor, 10px 0px currentColor, 0 10px currentColor, -10px 0 currentColor, -7px -7px 0 0.5px currentColor, 7px -7px 0 1.5px currentColor, 7px 7px currentColor, -7px 7px currentColor;
	/* left-bottom */
	-webkit-animation: spin 1s steps(8) infinite;
	animation: spin 1s steps(8) infinite;
	/*center*/
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*common style*/

.loading {
	position: relative;
}

.loading:after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	box-shadow: 0 -10px 0 1px currentColor, 10px 0px currentColor, 0 10px currentColor, -10px 0 currentColor, -7px -7px 0 0.5px currentColor, 7px -7px 0 1.5px currentColor, 7px 7px currentColor, -7px 7px currentColor;
	/* left-bottom */
	-webkit-animation: spin 1s steps(8) infinite;
	animation: spin 1s steps(8) infinite;
	/*center*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


/* chrysanthemum loading effect */

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.telephone {
	color: #23A1F1;
}


.btn-block {
	display: block;
	width: 100%;
	width: 100%;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	background-color: 34a4e0;
	border: none;
}

.btn-block:active {
	background-color: #CA3939;
}

.btn-bottom-fixed {
	font-size: 1.6rem;
	position: fixed;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
}

.icon {
	display: inline-block;
	width: 1.6rem;
	height: 4rem;
	vertical-align: middle;
	padding-right: .4rem;
}


.clearfix {
	content: '';
	display: table;
	height: 0;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.red {
	color: #E65252;
}

.bg-white,
.bg-white body {
	background-color: #fff;
}


.form {
	font-size: 1.3rem;
	color: #666666;
}

.form .form-area {
	margin-bottom: 0.7rem;
	background-color: #fff;
}

.form .form-area .form-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 1.4rem;
	border-bottom: 1px solid #EBEBEB;
}

.form .form-area .form-item .label {
	
}
.form .form-area .form-item .label label {
	display: inline-block;
	width: 80px;	
}
.form .form-area .form-item .input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 4rem;
	line-height: 4rem;
}

.form .form-area .form-item .input input,
.form .form-area .form-item .input select {
	display: block;
	width: 100%;
	height: 4rem;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	font-size: 1.3rem;
	color: #333;
	-webkit-appearance: none;
}

.form .form-area .form-item .input input {
	padding: 0 .5em;
}

.form .form-area .form-item .input select {
	padding: 0 2.6em 0 .5em;
	background: url(../img/ic_sy_arrow_gray.png) 96% 50% no-repeat;
	background-size: 10px auto;
}

.form-btn {
	padding: 1rem;
}

.form-btn .form-submit {
	font-size: 1.3rem;
	display: block;
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	padding: 0;
	border: 0;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	background-color: #E13F3F;
}

.form-btn .form-submit:active {
	background-color: #CA3939;
}

.form .form-btns {
	padding: 1rem;
	font-size: 0;
}

.form .form-btns .form-delete,
.form .form-btns .form-submit {
	font-size: 1.4rem;
	display: inline-block;
	width: 49%;
	height: 4rem;
	line-height: 4rem;
	border: 0;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	letter-spacing: .5em;
}

.form .form-btns .form-delete {
	margin-right: 1%;
	background-color: #5C5E68;
}

.form .form-btns .form-delete:active {
	background-color: #4F5159;
}

.form .form-btns .form-submit {
	margin-left: 1%;
	background-color: #34a4e0;
}

.form .form-btns .form-submit:active {
	background-color: #CA3939;
}




/* 首页 */

.main {
	font-size: 1.3rem;
	background-color: #EBEBEB;
}

.header {
	background: #f5f5f5;
	height: 4.5rem;
	line-height: 4.5rem;
	padding: 0 1.6rem;
	color: #606060;
	font-size: 1.4rem;
	position: relative;
}

.header .lbs-btn {
	color: #fff;
	display: inline-block;
	height: 4rem;
	line-height: 4rem;
}

.header .lbs-btn:after {
	content: '';
	border-top: 5px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: relative;
	top: 0.8rem;
	left: 4px;
}



.header .header-title {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 4rem;
	color: #fff;
	text-align: center;
	margin: 0 2.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner .swiper-container-horizontal > .swiper-pagination {
	bottom: 0.5rem;
	text-align: right;
}

.banner .swiper-pagination-bullet-active {
	background: #fff;
}

.banner .swiper-container {
	height: 31.25%;
	min-height: 100px;
	overflow: hidden;
}

.banner .swiper-container .swiper-wrapper {
	height: 100%;
}

.banner .swiper-container .swiper-slide {
	height: 100%;
}

.banner .swiper-container a {
	display: block;
	overflow: hidden;
}

.banner .swiper-container img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
}

.link {
	padding-bottom: 1px;
}

.link a {
	display: block;
}

.link .link-cate {
	background-color: #fff;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.7rem;
}


.link .link-cate .cate {
	display: block;
	width: 25%;
	float: left;
	padding: 4rem 0 0 0;
	background-position: 50% 1rem;
	background-repeat: no-repeat;
	background-size: auto 2rem;
	color: #666666;
	font-size: 1.1rem;
	text-align: center;
}

.link .link-cate:after {
	content: '';
	display: table;
	height: 0;
	clear: both;
}


html.flex-layout,
html.flex-layout body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.flex {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex .header {
	box-sizing: border-box;
}

.flex .body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.flex .footer {
	box-sizing: border-box;
}




.top {
	display: none;
	position: fixed;
	z-index: 4;
	bottom: 60px;
	right: 10px;
	background-color: red;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	background: url(../img/btn_up.png) 0 0 no-repeat;
	background-size: contain;
}


/* 商品详情 */

.main-container {
	background-color: #EBEBEB;
	position: relative;
	z-index: 1;
	opacity: 1;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

.main-container .header h2 {
	font-weight: normal;
	font-size: 1.4rem;
	color: #333;
	text-align: center;
}



.scroll .main-container {
	padding: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}


.panel {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}



/* 订单确认 */


.order {
	margin: 1rem 0;
	border-top: 1px solid #E2E2E2;
	background: #fff;
}




.pay {
	margin-top: 10px;
	padding: 10px;
	border-top: 1px solid #E2E2E2;
	background-color: #fff;
}

.pay h2 {
	padding: 5px;
	color: #85868A;
	font-size: 1.3rem;
	font-weight: normal;
}


/* 个人中心 */

.center {
	background-color: #f7f7f7;
}

.body .carousel {
    background:url(../img/headbg.jpg);
}
.body .carousel .userInfo {
	position: relative;
	width: 100%;
	padding: 2.4rem 2.4rem 5rem 2.4rem;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/*
	background: -moz-linear-gradient(top, #0696f5 0%, #28a7fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0696f5), color-stop(100%,#28a7fa));
    background: -webkit-linear-gradient(top, #0696f5 0%,#28a7fa 100%);
    background: -o-linear-gradient(top, #0696f5 0%,#28a7fa 100%);
    background: -ms-linear-gradient(top, #0696f5 0%,#28a7fa 100%);
    background: linear-gradient(to bottom, #0696f5 0%,#28a7fa 100%);
    */
}

.body .carousel .userInfo img {
	display: block;
	width: 5.8rem;
	height: 5.8rem;
	margin-right: 1.5rem;
	/*border: 1px solid #CDCDCD;*/
	border-radius: 50%;
}

.body .carousel .userInfo .user {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    line-height: 1.6;
    border-radius: 10px;
    padding: 10px;
    
}

.body .carousel .userInfo .user .name {
	font-size: 1.6rem;
}




/*个人中心积分余额部分 tangcy*/


.shop_car{
	display:flex;
	padding: 1rem 1rem 1rem 1rem;
	background: #FFFFFF;
	border-bottom: 1px solid #EBEBEB;
}
.shop_car img{
	width: 2.5rem;
	margin-right: 1rem;
}


/*个人中心积分余额部分end tangcy*/

.list {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0 1.5rem;
	margin: 0 0 1rem 0;
	background-color: #fff;
}

.list li {
	display: block;
	color: #666;
	font-size: 1.3rem;
	height: auto;
	line-height: 4rem;
	border-bottom: 1px solid #ddd;
}

.list li .cont {
	color: #333;
}

.list li .strong {
	font-size: 120%;
}

.list li:last-child {
	border-bottom: none;
}


.orange {
	color: #F24335;
}


/*余额-订单确认*/

.switch {
	height: 2.7rem;
	width: 5.1rem;
	top: 0.8rem;
	right: 0.8rem;
	position: absolute;
	-moz-border-radius: 3rem;
	-webkit-border-radius: 3rem;
	border-radius: 3rem;
	background-color: #d1d1d1;
	*zoom: 1;
}

.checkbox {
	height: 2.7rem;
	width: 5.1rem;
	position: absolute;
	z-index: 10000;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	*zoom: 1;
}



/*新闻*/
.news{
	width: 100%;
	font-size: 1em;
    padding: 1rem 0.8rem ;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    background: #ffffff;
    border-bottom: solid 1px #DCDCDC;
}
.news:active{
	background: #EDEDED;
}
.news .news_left{ float:left; width:100px; height:100px; margin-right:15px}
.news .news_left img{ display:block; width:100px; height:100px;}




/*幻灯片*/
.banner .swiper-container-horizontal > .swiper-pagination {
    bottom: .5rem;
    text-align: right
}

.banner .swiper-pagination-bullet-active {
    background: #fff
}

.banner .swiper-container {
    height: 31.25%;
    min-height: 100px;
    overflow: hidden
}

.banner .swiper-container .swiper-wrapper {
    height: 100%
}

.banner .swiper-container .swiper-slide {
    height: 100%
}

.banner .swiper-container a {
    display: block;
    overflow: hidden
}

.banner .swiper-container img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%
}


.inputs{
	height: 3rem;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	font-size: 1.3rem;
	color: #333;
	-webkit-appearance: none;
}



@media screen and (min-width: 601px) { 
    html.flex-layout body {margin: 0 auto;width: 720px;} 
}


/*新页面样式*/
.form-box
{
    margin: 10px;
    clear: both;
}
.item-head
{
    padding: 10px 10px 5px;
}
.item-head p
{
    font-size: 14px;
    line-height: 20px;
}
.item-head p label
{
    color: red;
}
.item-head span
{
    color: #999999;
    font-size: 12px;
}
.item-body
{
    background: #fff;
}
.item-body .item-area
{
    padding: 15px;
}
.item-body .form-input
{
    height: 38px;
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    display: block;
    width: 100%;
    padding-left: 10px;
    border: none;
}

.radio-i div
{
    position: relative;
    line-height: 30px;
}
.radio-i input[type="radio"] {
    width: 20px;
    height: 20px;
    opacity: 0;
}
.radio-i label {
    position: absolute;
    left: 5px;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer;
}
/*设置选中的input的样式*/
/* + 是兄弟选择器,获取选中后的label元素*/
.radio-i input[type="radio"]:checked+label { 
    background-color: #fe6d32;
    border: 1px solid #fe6d32;
}
/*添加的加号与label进行拼接(一个矩形边框去掉上和左的边框),再旋转45度*/
.radio-i input[type="radio"]:checked+label::after {
    content: " ";
    width: 5px;
    height: 10px;
    top: 3px;
    left: 6px;
    transform: rotate(45deg);
}
.radio-i div span
{
    margin-left: 10px;
}
input.checkbox[type="checkbox"]{width:20px;height:20px;display: inline-block;text-align: center;vertical-align: middle; line-height: 18px;position: relative;border: none;}
input.checkbox[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 1px solid #d9d9d9}
input.checkbox[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;border: 1px solid #d9d9d9;color:#9a9a9a;font-size: 20px;font-weight: bold;}

/*下拉选择*/
.form-box .form-select
{
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    border: 1px solid #bbbbbb;
    padding-right: 20px;
    background: none;
    background-image: url(../../static/img/jt_nor.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10px auto;
}

.form-row
{
    display: flex;
    clear: both;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
.form-row .row-item
{
    flex: 2;
}
.form-row .row-item .item-area
{
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    font-size: 14px;
}
.form-row .row-item:first-child .item-area
{ 
    text-align: left;
}
.form-row .row-item:last-child .item-area
{ 
    text-align: right;
}
.form-row .bt-item
{
    padding: 10px 15px;
}
.form-row .bt-item div
{
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}
.form-row .bt-item div span
{
    float:right;
    font-weight: normal;
}
.form-row .bt-item div span.red
{
    color:red;
}

/***********************************************************/
.item-row {
    margin: 10px 0;
}
.row-m10 {
    margin: 10px 0;
}
.row-m20 {
    margin: 20px 0;
}
.tip {
    color: red;
    text-align: center;
    font-size: 14px;
    padding: 0 20px;
}
.welcome-img {
    margin: 60px 0 60px 0;
    text-align: center;
}
.welcome-img img {
    margin: 0 auto;
}
.step-btn-area {
    text-align: center;
    margin: 20px 0;
}
.agree-box {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}
.layui-form-checkbox[lay-skin=primary] i {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.layui-form-checkbox[lay-skin=primary] span {
    line-height: 20px;
}
.item-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.link-profess {
    text-align: center;
    font-size: 20px;
    color: black;
}
.input-row {
    
}
.row-flex {
    display: flex;
}
.row-flex-between {
    display: flex;
    justify-content: space-between;
}
.item-flex-1 {
    flex: 1;
    text-align: center;
    position: relative;
}

.input-title {
    flex: 1;
    font-weight: bold;
    line-height: 38px;
}
.w200 {
    width: 200px;
}
.w280 {
    width: 280px;
}
.input-value {
    
}
.upload-area {
    flex: 1;
    position: absolute;
    left: 50%;
    margin-left: -84px;
}
.upload-area-one {
    flex: 1;
    position: absolute;
    left: 50%;
    margin-left: -150px;
}
.upload-area .uploader-input-box, .upload-area-one .uploader-input-box {
    margin: 0;
}

.complete-tit {
    text-align: center;
    font-size: 34px;
    margin-top: 20px;
}
.complete-txt {
    border: 1px solid #cdcdcd;
    padding: 10px;
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
}

.notice-tit {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}

.notice-txt {
	border: 1px solid #cdcdcd;
	padding: 10px;
	margin: 20px 0;
	font-size: 14px;
	line-height: 18px;
}

.common-btn {
    width: 150px;
    height: 60px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -75px;
}
.update-btn {
    background: #ff6d05;
    line-height: 60px;
    font-size: 20px;
}
.tosubmit-btn {
    background: #1E9FFF;
    line-height: 60px;
    font-size: 20px;
}
.sure-time-btn {
    background: #1E9FFF;
    line-height: 60px;
    font-size: 16px;
    /*padding: 5px 0;*/
}
.sure-tit {
    font-size: 24px;
    margin: 10px 0;
    padding: 0 20px;
}
.sure-input {
    padding: 0 20px;
}


/* 新闻 */
.padding-tb {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.padding-bt2 {
	padding: 0 2rem;
}