html {
	font-size: 15px;
	height: 100VH;
	width: 100VW;
}

body {
	background-color: white;
	height: 100%;
}

* {
	font-family: "微软雅黑";
	font-size: 1rem;
}

ul,
p,
hr {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul li {
	float: left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.container-fluid,
.col-xs-12,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10.col-sm-11 {
	padding: 0;
	margin: 0;
}

@media only screen and (min-width: 320px) {
	html {
		font-size: 10px !important;
	}
}

@media only screen and (min-width: 360px) {
	html {
		font-size: 11.25px !important;
	}
}

@media only screen and (min-width: 400px) {
	html {
		font-size: 12.5px !important;
	}
}

@media only screen and (min-width: 480px) {
	html {
		font-size: 15px !important;
	}
}

@media only screen and (min-width: 640px) {
	html {
		font-size: 20px !important;
	}
}

@media only screen and (min-width: 1024px) {
	html {
		font-size: 25px !important;
	}
}

@font-face {
	font-family: 'LaoSongTi';
	/*自定义字体名称*/
	src: url('../fonts/iconfont.eot');
	/*IE9兼容模式*/
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /*IE6~IE8*/
	url('../fonts/iconfont.woff') format('woff'), /*现代浏览器*/
	url('../fonts/iconfont.ttf') format('truetype'), /*Safari,Android,iOS*/
	url('../fonts/iconfont.svg#SingleMaltaRegular') format('svg');
	/*Legacy iOS*/
	font-weight: normal;
	font-style: normal;
}

.div-hide {
	display: none;
}

.div-show {
	display: block;
}
.loading2{
	color: white;
	background-color: rgba(0,0,0,0.8);
	padding: 1rem;
	border-radius: 2rem;
	height: 4rem;
	width: 50%;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	text-align: center;
	
}
.loading2 a{
	flex: 1;
	color: white;
	
}
/*======================首页======================*/

.index-zjf {
	position: absolute;
	width: 20%;
	right: 0;
	top: 0;
	z-index: 99;
}

.index-zjf img {
	width: 100%;
}

.index-top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}
.index-top-home {
    margin:0;
}
.index-yhq {
	text-align: center;
	font-size: 1.2rem;
	color: white;
	background-color: #FE8492;
	line-height: 2.66rem;
}

.index-sousuo {
	padding: 0.8rem 0.8rem;
	background-size:3rem;
	background-color: #FF8193;
}
.index-sousuo div,.index-sousuo-home{
	padding: 0.8rem 0rem;
	background-color: white;
	border-radius: 0;
	position: relative;
}

.index-sousuo div input{
	width: 100%;
	outline: none;
	border: none;
	background-color: white;
	font-size: 1rem;
	color: #727272;
	text-align: center;
}
.index-sousuo-home div input {
	width: 100%;
	outline: none;
	border: none;
	background-color: #EAEAEA;
	font-size: 1.2rem;
	color: red;
	text-align: center;
}
.index-sousuo div span ,.index-sousuo-home div span{
	position: absolute;
	right: 1rem;
	top: 0.43rem;
	font-size: 1.5rem;
	font-weight:bold;
}

.index-list {
	background-color: white;
}

.index-swiper {
	width: 90%;
}
.index-listswiper{
	width: 100%;
}
.index-listswiper ul{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.index-listswiper ul li {
	font-size: 2.06rem;
	width: auto;
	height: 2.93rem;
	line-height: 2.93rem;
	text-align: center;
	padding:0px;;
}
.index-listswiper ul li a{
	color: #333333;
}
.index-listswiper ul li.active {
	border-bottom: 0.13rem solid #FE8492;
}
.index-listswiper ul li.active a{
	color: #FE8492;
}

/*    ========买家提问，使用教程========     */
.QuestionTutorial{
    padding:0rem 1rem;
}
#myTabContent li{
    width:100%;
	border-bottom:dotted #cccccc 1px;
	line-height:2rem;
}
#myTabContent li a{
    color:#333333;
}

/*    ========抢购达人========     */
li.news-item{
    line-height:2.5rem;
	font-size:1.3rem;
	width:100%;
	border-bottom:#333333 dotted 1px;
}

.index-swiper ul{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.index-swiper ul li {
	font-size: 1.06rem;
	width: auto;
	height: 2.93rem;
	line-height: 2.93rem;
	text-align: center;
	padding: 0 1rem;
}
.index-swiper ul li a{
	color: #333333;
}
.index-swiper ul li.active {
	border-bottom: 0.13rem solid #FE8492;
	color: #FE8492;
}

.index-list2 {
	width: 10%;
	height: 2.93rem;
	line-height: 2.93rem;
	text-align: center;
}

.index-list2 span {
	font-size: 1.06rem;
	color: #666;
}

.index-list3 {
    margin-top:0rem;
}

.index-list3 .motai {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 110;
}
.index-bankuai {
    margin:1rem 0rem;
	background-color:#fff;
}
.index-bankuai .product{
    
}
.index-bankuai .product img{
    width:100%;
	border-radius:5px;
}
.index-bankuai .product .jifen{
    background-color:#FF8094; 
	width:4rem; 
	height:1.6rem; 
	border-radius:5px; 
	color:#FFFFFF; 
	position:absolute; 
	bottom:0px; 
	right:0px; 
	text-align:center; 
	padding:0.2rem;
}
.index-cainixihuan {
    margin:1rem 0rem;
	background-color:#fff;
	text-align:center;
}

.index-alllist {
	background-color: white;
	z-index: 111;
	height: 2.93rem;
	padding-left: 1rem;
}

.index-alllist span {
	font-size: 1.06rem;
	color: #666;
	line-height: 2.93rem;
	text-align: center;
}

.index-alllist span.iconfont {
	line-height: 2.93rem;
	float: right;
	width: 10%;
}

.index-alllist2 {

	padding: 0 0rem;
	background-color:#ffffff;
}

.index-alllist2 ul li {
	text-align: center;
	width: 20%;
	margin-bottom: 1rem;
}

.index-alllist2 ul li.active a p {
	color: #FE8492;
}

.index-alllist2 ul li a {
	text-decoration: none;
}

.index-alllist2 ul li a img {
	width: 5.66rem;
}

.index-alllist2 ul li a p {
	font-size: 1rem;
	color: #666;
	margin-top: 0.66rem;
}

.index-body {
	margin-top: 10rem;
	margin-bottom: 4.5rem;
}

.index-bodys {
	margin-bottom: 4.5rem;
}

.index-splist {
	padding: 0.66rem;
	background-color: #F5F5F5;
}

.index-splist li {
	padding: 0.33rem;
	background-color: white;
	width: 49.3%;
	margin-bottom: 0.66rem;
}

.index-splist li:nth-child(even) {
	float: right;
}

.spimg {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.spimg img {
	width: 100%;
}

.lqs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #FE8492;
	color: white;
	text-align: center;
	padding: 0.33rem 0;
}

.spbt {
	width: 100%;
	margin: 0.33rem 0;
	font-size: 1.04rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.spjg {
	width: 100%;
	margin: 0.33rem 0;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: .5rem 0;
}

.spjg div {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.spjg div font {
	color: #666;
	font-size: 0.88rem;
}

.fuhao {
	color: red;
	margin-left: 0.33rem;
	font-size: 1.2rem;
}

.jgsz {
	font-size: 1.6rem;
	color: red;
	line-height: 1.5rem;
}

.spjg div s {
	font-size: 0.88rem;
	color: #666;
}


/*==========底部==========*/

.index-foort {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.index-foort ul {
	background-color: rgba(255, 255, 255, 0.9);
}

.index-foort ul li {
	width: 33.33%;
	padding: 0.33rem 0;
	text-align: center;
}

.index-foort ul li a {
	text-decoration: none;
}

.index-foort ul li a span {
	font-size: 1.5rem;
	color: #666;
}

.index-foort ul li a p {
	font-size: 1.06rem;
	color: #666;
	margin-top: 0.33rem;
}

.index-foort ul li.active a span,
.index-foort ul li.active a p {
	color: #FE8492;
}

.motai-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

.motai {
	height: 100%;
	z-index: 201;
	background-color: rgba(0, 0, 0, .2);
}

.motai-fznr {
	width: 60%;
	height: 5rem;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 202;
}

.motai-fznr div:first-child {
	width: 100%;
	text-align: center;
	padding: 0.66rem 0;
	font-size: 1.2rem;
	color: #333333;
	background-color: white;
}

.motai-fznr div:nth-child(2) {
	width: 100%;
	background-color: #F5F5F5;
	font-size: 1.2rem;
	color: #333333;
	padding: 0.66rem;
}


/***********************个人中心**************************/

.user-top {
	padding: 1.33rem 1.33rem 1rem 1.33rem;
	background-image: url(/html/image_taobaoke/user-bj.png);
	background-repeat: no-repeat;
	background-size: 100% 12rem;
}

.user-grxx {
	margin-top: 1.33rem;
	display: flex;
	align-items: center;
	position: relative;
}

.user-tx {
	width: 5rem;
	height: 5rem;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	position: absolute;
	left: 0;
}

.user-tx img {
	width: 100%;
}

.user-xx {
	float: left;
	width: 100%;
	height: 5rem;
	padding: .5rem 0 .5rem 6rem;
	position: relative;
	display: flex;
	align-items: center;
}

.user-xx p {
	width: 80%;
	display: flex;
	align-items: center;
}

.user-xx p:first-child {
	position: absolute;
	top: .5rem;
}

.user-xx p:first-child span:first-child {
	font-size: 1.2rem;
	color: #ECFEFF;
	margin-right: 0.66rem;
}

.uservip {
	border-radius: 2rem;
	color: rgba(235, 96, 1, 0.8);
	background-color: white;
	font-size: 1.2rem;
	padding: 0 0.66rem;
}

.user-xx p:last-child {
	font-size: 1.2rem;
	color: #ECFEFF;
	position: absolute;
	bottom: .5rem;
}

.user-xx p:last-child span {
	font-size: 1.2rem;
}

.copy {
	margin-left: 0.66rem;
	-webkit-border: 0.06rem solid #ECFEFF;
	border: 0.06rem solid #ECFEFF;
	-webkit-border-radius: 1.33rem;
	border-radius: 1.33rem;
	padding: 0 0.5rem;
}

.user-ktx {
	background-color: white;
	border-radius: 0.66rem;
	margin-top: 1.7rem;
}

.user-ktje {
	padding: 1rem;
	border-bottom: 0.06rem solid #EAEAEA;
}

.user-ktje div {
	float: left;
	color: #808080;
	font-size: 1.2rem;
}

.user-ktje div span {
	font-size: 1.2rem;
	color: #C45F56;
	margin-left: 0.66rem;
}
.user-ktje p{
	font-size:0.9rem ;
	color: #666666;
	margin-top: 1rem;
}

/* .user-ktje button{

	outline: none;

	border: none;

	background-color: white;

	float: right;

	font-size: 1.2rem;

	color: #C45F56;

	border: 0.06rem solid #C45F56;

	border-radius: 1.33rem;

	width: 15%;

} */

.user-ktje button {
	outline: none;
	border: none;
	background-color: #FE8492;
	float: right;
	font-size: 1.2rem;
	color: #ffffff;
	margin-left:1rem;
	border-radius:25px;
}

.user-ul {
	padding: 1.2rem 0.66rem;
}

.user-ul li {
	width: 33.33%;
	text-align: center;
	border-right: 0.06rem solid #EAEAEA;
}

.user-ul li:last-child {
	border: none;
}

.user-ul li span {
	color: #FC850C;
	font-size: 2rem;
}

.user-ul li p {
	margin-top: 0.66rem;
	font-size: 1.2rem;
	color: #333333;
}

.user-body {
	margin-bottom: 4.5rem;
}

.user-topri {
	position: absolute;
	top: 1.1rem;
	right: 1.33rem;
}

.user-topri a {
	font-size: 1.2rem;
	color: white;
	text-decoration: none;
}

.user-topri a span {
	color: white;
	font-size: 1.8rem;
	margin-left: 0.66rem;
}

.user-xy {
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
	background-color: white;
	margin-bottom: 1rem;
	border-radius: 0.33rem;
}

.user-xy li {
	width: 25%;
	text-align: center;
	margin-bottom: 1rem;
}

.user-xy li span {
	font-size: 2rem;
	color: #FC850C;
}

.user-xy li p {
	font-size: 1.2rem;
	color: #808080;
	margin-top: 0.4rem;
}

.user-xy2 {
	padding: 1.5rem;
	background-color: #FFB600;
	margin: 1rem 0rem;
	border-radius: 0.33rem;
	background-image:url(/html/image_taobaoke/renwu.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	list-style-type:decimal;
}

.user-xy2 li {
    float:right;
	width: 70%;
	text-align:left;
}

.user-xy2 li span {
	font-size: 2rem;
}

.user-xy2 li p {
	font-size: 1.2rem;
	color: #808080;
	margin-top: 0.4rem;
}

.user-xy2 li span.icon-gonglve {
	color: #FC850C;
}

.user-xy2 li span.icon-shoucang {
	color: #FC850C;
}

.user-xy2 li span.icon-changjianwenti {
	color: #F2878D;
}

.user-xy2 li span.icon-kefu {
	color: #95B1BF;
}

.user-xy3 {
	background-color: white;
	border-radius: 0.33rem;
	padding: 0 1.5rem;
}

.user-xy3 li {
	width: 100%;
	padding: 1rem 0;
	position: relative;
	border-bottom: 0.06rem solid #EAEAEA;
}

.user-xy3 li:last-child {
	border: none;
}

.user-xy3 li a span.iconfont {
	font-size: 1.5rem;
	vertical-align: middle !important;
}

.user-xy3 li a span.iconfont span {
	font-size: 1.2rem;
	color: #333333;
	margin-left: 0.66rem;
	vertical-align: middle !important;
}

.user-xy3 li a span.icon-gonggao1 {
	color: #8B59A2;
}

.user-xy3 li a span.icon-icon_shuxie {
	color: #8488A1;
}

.user-xy3 li a span.icon-icon_shuxie {
	color: #4BA6DF;
}

.user-xy3 li a span.icon-gengduo {
	color: #808080;
	position: absolute;
	right: 0;
	top: 1rem;
}


/*******************直属团队**********************/

.team-top {
	padding: 1rem 1.33rem;
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	text-align: center;
	z-index: 99;
	border-bottom: 0.06rem solid #d9d9d9;
}

.team-top span {
	font-size: 1.4rem;
	color: #333333;
}

.team-top a {
	font-size: 1.6rem;
	color: #333333;
	position: absolute;
	left: 1.33rem;
	top: 1rem;
}

.team-body {
	margin-top: 4.06rem;
	margin-bottom: 4rem;
}

.team-category {
	padding: 0 2rem;
	background-color: white;
}

.team-category li {
	width: 25%;
	padding: 1rem 0;
	text-align: center;
}

.team-category li:nth-child(2) {
	margin: 0 12.5%;
}

.team-category li a {
	text-decoration: none;
	font-size: 1.2rem;
	color: #333333;
}

.team-category li.active a {
	color: red;
}

.team-category li.active {
	border-bottom: 0.13rem solid red;
}

.tab-pane ul li {
	padding: 0.33rem 1.33rem;
	border-bottom: 0.06rem solid #D9D9D9;
}

.team-img {
	width: 4.57rem;
	height: 4.57rem;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}

.team-img img {
	width: 100%;
}

.team-bt {
	width: 80%;
	padding-left: 1.33rem;
	padding-top: 0.33rem;
}

.team-bt p:first-child {
	line-height: 1.94rem;
	height: 1.94rem;
}

.team-bt p:nth-child(2) {
	line-height: 1.94rem;
	height: 1.94rem;
}

.team-name {
	font-size: 1.2rem;
	color: #333333;
}

.team-vip i {
	font-size: 1rem;
	color: #FBC53F;
}

.team-vip {
	padding: 0.1rem 0.66rem;
	background-color: #333333;
	border-radius: 1.33rem;
	margin-left: 0.66rem;
}

.team-vip span {
	font-size: 1rem;
	color: #FBC53F;
}

.team-call {
	font-size: 1.2rem;
	color: #333333;
}

.team-time {
	font-size: 1.2rem;
	color: #333333;
	margin-left: 0.66rem;
}

.team-foort {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: red;
	z-index: 999;
}

.team-foort div {
	width: 50%;
	float: left;
	color: white;
	text-align: center;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.2rem;
}


/**********************登录***************/

.login-top {
	background-color: white;
	padding: 1rem 1.5rem;
	border-bottom: 0.06rem solid #EAEAEA;
	text-align: center;
	position: relative;
}

.login-top a span.icon-shouye9 {
	color: #333333;
	position: absolute;
	font-size: 1.6rem;
	left: 1.5rem;
	top: 1rem;
}

.login-top span.bjdz {
	font-size: 1.4rem;
	color: #333333;
}

.login-body {
	padding: 3rem 2rem;
	background-color: white;
}

.login-body div {
	margin-bottom: 1rem;
}

.login-body div input {
	outline: none;
	border: none;
	background-color: white;
	font-size: 1.2rem;
	color: #b3b3b3;
	width: 100%;
	float: left;
	height: 2rem;
}

.login-user {
	padding: 1rem 0;
	border-bottom: 0.06rem solid #CCCCCC;
}

.login-pass {
	padding: 1rem 4rem 1rem 0;
	position: relative;
	border-bottom: 0.06rem solid #CCCCCC;
}

.login-pass input {
	padding-right: 2rem;
}

.login-pass .login-icon {
	position: absolute;
	right: 1rem;
	font-size: 1.5rem;
	color: #b3b3b3;
}

.login-pass .icon-browse {
	font-size: 1.8rem;
}

.login-pass .icon-cha {
	position: absolute;
	right: 4rem;
	font-size: 1.5rem;
	color: #b3b3b3;
}

.login-wjpass {
	text-align: right;
}

.login-wjpass a {
	font-size: 1rem;
	color: #999999;
}

.login-this button {
	outline: none;
	border: none;
	color: white;
	background-color: #7B45E5;
	width: 100%;
	height: 3rem;
	font-size: 1.4rem;
	border-radius: 0.33rem;
}

.login-this2 button {
	outline: none;
	border: none;
	color: #7B45E5;
	background-color: white;
	border: 0.06rem solid #7B45E5;
	width: 100%;
	height: 3rem;
	font-size: 1.4rem;
	border-radius: 0.33rem;
}

.login-ljzc {
	text-align: center;
}

.login-ljzc a {
	font-size: 1.2rem;
	color: #7B45E5;
}

.login-ljzc a span {
	font-size: 1.2rem;
	color: #999999;
}


/********************注册*****************/

.register-top {
	background-color: white;
	padding: 1rem 1.5rem;
	border-bottom: 0.06rem solid #EAEAEA;
	text-align: center;
	position: relative;
}

.register-top a span.icon-shouye9 {
	color: #333333;
	position: absolute;
	font-size: 1.6rem;
	left: 1.5rem;
	top: 1rem;
}

.register-top span.bjdz {
	font-size: 1.4rem;
	color: #333333;
}

.register-body {
	padding: 3rem 2rem;
	height: 100%;
	background-color: #FFFFFF;
}

.register-body div input {
	outline: none;
	border: none;
	background-color: #FFFFFF;
	font-size: 1.2rem;
	color: #b3b3b3;
	width: 100%;
	float: left;
	height: 2rem;
}

.register-user {
	padding: 1rem 0;
	border-bottom: 0.06rem solid #CCCCCC;
}

.register-user2,
.register-user3 {
	padding: 0.66rem 0;
	border-bottom: 0.06rem solid #CCCCCC;
}

.register-pass {
	padding: 1rem 4rem 1rem 0;
	position: relative;
	border-bottom: 0.06rem solid #CCCCCC;
}

.register-pass input {
	padding-right: 2rem;
}

.register-pass .register-icon {
	position: absolute;
	right: 1rem;
	font-size: 1.5rem;
	color: #b3b3b3;
	height: 2rem;
	line-height: 2rem;
}

.register-pass .icon-cha {
	position: absolute;
	right: 4rem;
	font-size: 1.5rem;
	color: #b3b3b3;
	height: 2rem;
	line-height: 2rem;
}

.register-this {
	margin-top: 2rem;
}

.register-this button {
	outline: none;
	border: none;
	color: white;
	background-color: #7B45E5;
	width: 100%;
	height: 4rem;
	font-size: 1.4rem;
	border-radius: 3.33rem;
}

.register-user2 #user-code,
.register-user3 #user-dxcode {
	width: 70%;
	float: left;
	line-height: 3rem;
	height: 3rem;
}

.register-user2 #code {
	outline: none;
	border: none;
	width: 30%;
	height: 3rem;
	font-size: 1.6rem;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	border: 0;
	letter-spacing: 0.13rem;
	color: blue;
	float: left;
}

.register-user3 #dxcode {
	outline: none;
	border: none;
	width: 30%;
	height: 3rem;
	font-size: 1.2rem;
	font-family: Arial;
	font-weight: normal;
	border: 0.06rem solid #7B45E5;
	border-radius: 0.33rem;
	letter-spacing: 0.13rem;
	color: #7B45E5;
	float: left;
	background-color: white;
}

.register-motai {
	width: 30%;
	height: 4rem;
	line-height: 4rem;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	font-size: 1.2rem;
	color: white;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	z-index: 999;
}

.register-user2 span {
	position: absolute;
	right: 50%;
	font-size: 1.5rem;
	color: #b3b3b3;
	height: 3rem;
	line-height: 3rem;
}

.register-ljzc {
	padding: 2rem 0;
}

.register-ljzc a {
	font-size: 1.2rem;
	color: #7B45E5;
}


/****************积分********************/

.injf-top {
	background-image: url(/html/image_taobaoke/user-bj.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 1rem 1.5rem;
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
}

.injf-top .injf {
	font-size: 1.4rem;
	color: white;
}

.injf-top .icon-fanhui {
	position: absolute;
	left: 1.5rem;
	color: white;
	font-size: 1.4rem;
}

.injf-top .icon-shouye9 {
	position: absolute;
	right: 1.5rem;
	color: white;
	font-size: 1.4rem;
}

.injf-ljjf {
	text-align: center;
	padding-top: 3rem;
}

.injf-ljjf span {
	font-size: 1.8rem;
	color: white;
}

.injf-ljjf p.myjf {
	font-size: 1.4rem;
	color: white;
	margin: 0.66rem 0;
}

.injf-ljjf p:last-child {
	font-size: 1rem;
	color: white;
}

.myjf2 {
	margin-bottom: 0.66rem;
}

.myjf2 button {
	outline: none;
	border: none;
	background-color: white;
	color: #FD6229;
	border-radius: 2rem;
	width: 25%;
	padding: 0.33rem;
	letter-spacing: 0.2rem;
}

.injf-ul {
	background-color: white;
	padding: 1rem;
	margin-bottom: 1rem;
}

.injf-ul li {
	text-align: center;
	width: 33.33%;
	border-right: 0.06rem solid #EAEAEA;
}

.injf-ul li:last-child {
	border: none;
}

.injf-ul li p:first-child {
	font-size: 1.2rem;
	color: gray;
}

.injf-ul li p:nth-child(2) {
	font-size: 1.4rem;
	color: gray;
	margin: 0.66rem 0;
	letter-spacing: 0.2rem;
}

.injf-ul li p:last-child {
	font-size: 1rem;
	color: gray;
}

.injf-tede {
	padding: 1rem;
	margin-bottom: 1rem;
	background-color: white;
}

.injf-div {
	padding-bottom: 1rem;
	font-size: 1.4rem;
	color: gray;
	border-bottom: 0.06rem solid #F5F5F5;
}

.injf-ul2 {
	padding-top: 1rem;
}

.injf-ul2 li {
	text-align: center;
	width: 33.33%;
	border-right: 0.06rem solid #EAEAEA;
}

.injf-ul2 li:last-child {
	border: none;
}

.injf-ul2 li p:first-child {
	font-size: 1.2rem;
	color: gray;
}

.injf-ul2 li p:nth-child(2) {
	font-size: 1.4rem;
	color: gray;
	margin: 0.66rem 0;
	letter-spacing: 0.2rem;
}

.injf-ul3 {
	background-color: white;
	padding: 0 1rem;
}

.injf-ul3 li {
	width: 100%;
	position: relative;
	border-bottom: 0.06rem solid #F5F5F5;
	padding: 1rem;
}

.injf-ul3 li a {
	color: gray;
	font-size: 1.2rem;
}

.injf-ul3 li span {
	position: absolute;
	right: 0;
	font-size: 1.2rem;
	color: gray;
}


/*************佣金****************/

.yongjin-top {
	background-color: #FE8492;
	padding: 1rem 1.5rem;
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
}

.yongjin-top .injf {
	font-size: 1.4rem;
	color: white;
}

.yongjin-top .icon-fanhui {
	position: absolute;
	left: 1.5rem;
	color: white;
	font-size: 1.4rem;
}

.yongjin-top .icon-shouye9 {
	position: absolute;
	right: 1.5rem;
	color: white;
	font-size: 1.4rem;
}

.yongjin-djyj {
	background-color: white;
	margin-bottom: 1rem;
	padding: 0 1rem;
}

.yongjin-ul {
	width: 100%;
	text-align: center;
}

.yongjin-ul li {
	padding: 0.66rem 0rem;
	width: 50%;
}

.yongjin-ul li a {
	text-decoration: none
}

.yongjin-ul li a span {
	font-size: 1.8rem;
	color: #FE8492;
	vertical-align: middle;
}

.yongjin-ul li a span span {
	font-size: 1.4rem;
	color: #333333;
	margin-left: 0.66rem;
}

.yongjin-ul li.active {
	background-color: #8B658B;
}

.yongjin-ul li.active span span {
	color: #ffffff
}

.yongjin-p1 {
	padding: 1rem 0;
	border-bottom: 0.06rem solid #F5F5F5;
}

.yongjin-p1 span {
	font-size: 1.8rem;
	color: #FE8492;
	vertical-align: middle;
}

.yongjin-p1 span span {
	font-size: 1.4rem;
	color: #333333;
	margin-left: 0.66rem;
}

.yongjin-div1 {
	padding: 1rem 0;
}

.yongjin-div1 input {
	outline: none;
	border: none;
	background-color: white;
	border: 0.06rem solid #EAEAEA;
	width: 50%;
	float: left;
	font-size: 1.2rem;
	color: #333333;
	padding: 0.33rem;
	border-radius: 0.66rem;
}

.yongjin-div1 button {
	outline: none;
	border: none;
	background-color: #FE8492;
	font-size: 1.2rem;
	border-radius: 0.66rem;
	padding: 0.33rem;
	color: white;
	width: 15%;
	margin-left: 2rem;
}

.yongjin-div2 {
	padding: 1rem 0;
}

.yongjin-div2 a {
	color: #333333;
	font-size: 1.2rem;
}

.yongjin-yjmx {
	padding: 0 1rem;
	background-color: white;
}

.yongjin-div3 {
	width: 100%;
	background-color: white;
	padding: 1rem;
}

.yongjin-div3 table {
	border-color: #EAEAEA;
}

.yongjin-div3 table thead tr th {
	text-align: center;
	padding: 0 0.33rem;
	font-size: 1.2rem;
	color: #333333;
	height: 2rem;
}

.yongjin-div3 table tbody tr td {
	font-size: 1.1rem;
	color: gray;
	padding: 0 0.33rem;
	height: 3rem;
	line-height: 1.5rem;
}


/*******帮助中心*****************/

.help-top {
	background-color: #FE8492;
	padding: 1rem 1.5rem;
	text-align: center;
	position: relative;
}

.help-top .injf {
	font-size: 1.4rem;
	color: white;
}

.help-top .icon-fanhui {
	position: absolute;
	left: 1.5rem;
	color: white;
	font-size: 1.4rem;
}

.help-top .icon-shouye9 {
	position: absolute;
	right: 1.5rem;
	color: white;
	font-size: 1.4rem;
}

.help-body {
	padding: 0 1rem;
}

.help-div {
	background-color: white;
	padding: 1rem 0;
	border-bottom: 0.06rem solid #F5F5F5;
}

.help-left {
	width: 30%;
	float: left;
	text-align: center;
	border-right: 0.06rem solid #F5F5F5;
}

.help-left i {
	font-size: 2rem;
	color: #845EEB;
}

.help-left p {
	font-size: 1.2rem;
	color: #333333;
	margin-top: 0.66rem;
}

.help-right {
	width: 70%;
	float: left;
	padding: 0 0.66rem;
}

.help-right div:first-child {
	padding-bottom: 1rem;
	border-bottom: 0.06rem solid #F5F5F5;
}

.help-right div:last-child {
	padding-top: 1rem;
	border: none;
}

.help-right div a {
	font-size: 1.2rem;
	color: gray;
}

.help-left .icon-qiandaisel {
	color: #F29919;
}

.help-left .icon-youhuiquan3 {
	color: #FF7310;
}

.help-left .icon-fenxiang3 {
	color: #339AE2;
}

.help-left .icon-fenlei-copy-copy-copy-copy-copy-copy {
	color: #64E41E;
}


/************解决问题********************/

.problem-top {
	background-color: #FE8492;
	padding: 1rem 1.5rem;
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
}

.problem-top .injf {
	font-size: 1.4rem;
	color: white;
}

.problem-top .icon-fanhui {
	position: absolute;
	left: 1.5rem;
	color: white;
	font-size: 1.4rem;
}

.problem-top .icon-shouye9 {
	position: absolute;
	right: 1.5rem;
	color: white;
	font-size: 1.4rem;
}

.problem-body {
	padding: 0 1rem;
}

.problem-p {
	padding: 1rem 0;
}

.problem-p span {
	font-size: 1.8rem;
	color: #A0CF12;
	vertical-align: middle;
}

.problem-p span span {
	font-size: 1.4rem;
	color: #333333;
	margin-left: 1rem;
}

.problem-ol {
	padding: 0 2rem;
	list-style-position: outside;
}

.problem-ol li {
	color: #333333;
	font-size: 1.2rem;
	margin-bottom: 0.33rem;
}

.problem-div1 {
	padding: 1rem;
}

.problem-div1 p {
	font-size: 1.2rem;
	color: #333333;
}

.problem-div2 {
	padding: 1rem 0;
}

.problem-div2 p {
	font-size: 1.2rem;
	color: gray;
}

.problem-div2 img {
	width: 100%;
	margin-bottom: 0.66rem;
}


/***********搜索****************/

.lishijl {
	margin-bottom: 1rem;
}

.lishijl .jvls {
	font-size: 1.4rem;
	color: rgb(128, 128, 128);
}

.lishijl a {
	text-decoration: none;
}

.lishijl .icon-shanchu {
	float: right;
	font-size: 1.5rem;
	color: rgb(51, 51, 51);
}

.lsjlul li {
	width: auto;
	border: 0.06rem solid rgb(204, 204, 204);
	padding: 0.2rem 0.66rem;
	border-radius: 0.33rem;
	margin:0.33rem;
}

.lsjlul li a {
	color: rgb(51, 51, 51);
	font-size: 1.13rem;
}

.lsjlul2 {
	padding: 1rem 0;
}

.lsjlul2 li {
	width: auto;
	border: 0.06rem solid rgb(204, 204, 204);
	padding: 0.2rem 0.66rem;
	border-radius: 0.33rem;
	margin-bottom: 1rem;
	margin-right: 0.66rem;
}

.lsjlul2 li a {
	color: rgb(51, 51, 51);
	font-size: 1.13rem;
}

.rmss {
	color: rgb(128, 128, 128);
	font-size: 1.4rem;
}

.search-sousuo {
	border-radius: .33rem;
	background-color: rgb(242, 242, 242);
	padding: .33rem 2rem;
	position: relative;
	width: 88%;
	float: left;
	height: 2.33rem;
}

.search-sousuo input {
	font-size: 1.1rem;
	outline: none;
	border: none;
	background-color: rgb(242, 242, 242);
	color: rgb(128, 128, 128);
	width: 100%;
	line-height: 1.66rem;
	height: 1.66rem;
	padding-left: .33rem;
}

.search-sousuo span {
	line-height: 1.66rem;
}

.search-sousuo .icon-sousuo {
	position: absolute;
	left: 0.86rem;
	top: .4rem;
	font-size: 1.1rem;
}

.search-sousuo .icon-jiaochacross78 {
	color: rgba(0, 0, 0, 0.7);
	position: absolute;
	right: 0.86rem;
	top: .33rem;
	font-size: 1rem;
}

.sousuo {
	padding: 0.3rem 2rem;
	border-radius: 1.5rem;
	position: relative;
}

.sousuo-btn {
	float: right;
	width: 12%;
	text-align: center;
}

.sousuo-btn button {
	outline: none;
	border: none;
	background-color: white;
	font-size: 1.11rem;
	color: rgb(51, 51, 51);
	line-height: 2.19rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dataTables_info {
	padding: 1rem 1.5rem;
	width: 100%;
}

.dataTables_paginate {
	width: 100%;
	padding: 1rem 1.5rem;
}

.pagination {
	margin: 0;
}


/*************************************/

.tx-div {
	padding: .66rem 1rem;
	display: flex;
	align-items: center;
	border-bottom: 0.06rem solid #EEEEEE;
}

.tx-div div {
	font-size: 1.2rem;
	color: #333333;
	padding: 0.33rem;
	text-align: center;
	font-weight: bold;
}

.tx-time {
	text-align: center;
	border-right: 0.06rem solid #EEEEEE;
}

.tx-num {
	text-align: center;
	color: red;
}

.tx-comtent {
	border-right: 0.06rem solid #EEEEEE;
}

.tx-ul li {
	padding: .66rem 1rem;
	display: flex;
	align-items: center;
	border-bottom: 0.06rem solid #EEEEEE;
}

.tx-ul li div {
	font-size: 1.2rem;
	color: #333333;
	padding: 0.33rem;
}


/********详情页***********/

.detail-top {
	background-color: #FE8492;
	padding: 1rem 1.5rem;
	text-align: center;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.detail-top .injf {
	font-size: 1.4rem;
	color: white;
}

.detail-top .icon-fanhui {
	position: absolute;
	left: 1.5rem;
	color: white;
	font-size: 1.4rem;
}

.detail-top .icon-shouye9 {
	position: absolute;
	right: 1.5rem;
	color: white;
	font-size: 1.4rem;
}

.detail-body {
	margin-bottom: 4rem;
}

.detail-xq {
	margin-bottom: 0.66rem;
}

.detail-xqimg img {
	width: 100%;
}

.detail-xq {
	padding: 0 1rem;
	background-color: white;
}

.detail-bt {
	padding: 1rem 0;
	font-size: 1.2rem;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.detail-mony {
	padding: 1rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.detail-zj {
	display: flex;
	align-items: center;
}

.detail-jiage {
	color: #FE8492;
	font-size: .9rem;
}

.detail-jiage font {
	font-size: 1.4rem;
	color: #FE8492;
	font-weight: bold;
}

.detail-zj s {
	font-size: .8rem;
	color: gray;
	margin-left: 1rem;
}

.detal-xl p:first-child {
	color: gray;
	font-size: .8rem;
}

.detail-quan {
	font-size: 1rem;
	color: white;
	background-color: #FE8492;
	border-radius: 2rem;
	padding: 0.33rem 0.66rem;
}

.detail-in { }

.detail-toggle {
	padding: 0.66rem 1rem;
	background-image: linear-gradient(to right , #FE8491, #ffffff);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.66rem;
	color:#000000;
}

.detail-toggle span {
	color: #333333;
	font-size: 1.2rem;
}

.detail-toggle i {
	font-size: 1.2rem;
	color: #333333;
}

.detail-nv li {
	width: 100%;
}

.detail-nv li img {
	width: 100%;
}

.detail-foort {
	display: flex;
	align-items: center;
	height: 4rem;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: white;
	border-top: 0.06rem solid #EAEAEA;
	z-index: 999;
}

.detail-sc {
	width: 15%;
	text-align: center;
	line-height: 1.2rem;
}

.detail-sc i {
	font-size: 2.3rem;
	color: gray;
}

.detail-sc p {
	font-size: 1rem;
	color: #333333;
}

.detail-http {
	width: 85%;
	height: 100%;
	display: flex;
	align-items: center;
}

.detail-http button {
	width: 50%;
	height: 100%;
	outline: none;
	border: none;
	color: white;
	font-size: 1.2rem;
}

.detail-http button:first-child {
	background-color: orange;
}

.detail-http button:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: orangered;
}

.detail-http button:last-child i {
	font-size: 2rem;
	vertical-align: middle;
	margin-right: 0.33rem;
	margin-top: 0.33rem;
}

.detail-http button:last-child .lq-font {
	font-size: 1.2rem;
}

.quan-jg {
	font-size: 1rem;
	margin-left: 0.33rem;
}

.quan-jg font {
	font-size: 1.2rem;
}

.zhiding {
	position: fixed;
	right: 0.66rem;
	bottom: 10%;
	z-index: 999;
}

.zhiding a {
	font-size: 2rem;
	color: rgba(0, 0, 0, .4);
}

.detail-fanhui {
	padding: .33rem;
	position: fixed;
	left: 0.66rem;
	top: 1.33rem;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.detail-fanhui a {
	color: white;
	font-size: 1rem;
	margin-left: 0.33rem;
}

.detail-sdfz {
	padding: 0.66rem 0;
	font-size: 1.2rem;
	color: #333333;
	border-top:#dddddd dotted 1px;
}

.yaoqing-body {
	padding: 0 1rem;
	background-color: white;
}

.yaoqing-find {
	font-size: 1.5rem;
	color: #333333;
	padding: 1rem 0;
	text-align: center;
}

.yaoqing-find span {
	font-size: 1.5rem;
	font-weight: bold;
	color: #FE8492;
}

.yaoqing-ewm {
	padding: 0 5rem;
}

.yaoqing-ewm img {
	width: 100%;
}

.yaoqing-copy {
	padding: 1rem 0;
}

.yaoqing-copy p {
	text-align: center;
	font-size: 1.5rem;
	color: #333333;
}

.yaoqing-copy p span {
	font-size: 1.5rem;
	color: #FE8492;
}

.yaoqing-copy p:first-child {
	margin-bottom: 1rem;
}


/*==================详情二维码===================*/

.xqewm-body {
	width: 100%;
	height: auto;
}

.xqewm-img-div {
	height: auto;
	width: 100%;
}

.xqewm-img-div img {
	width: 100%;
	height: auto;
}

.xqewm-font-div {
	height: auto;
	width: 100%;
	height: auto
}

.xqewm-left-font {
	width: 65%;
	float: left;
	padding: 1rem;
}

.xqewm-right-code {
	width: 35%;
	float: left;
	padding: 1rem;
}

.xqewm-left-font .title p {
	font-size: 1.3rem;
}

.xqewm-left-font .jiage {
	margin-top: 2rem;
}

.xqewm-left-font .jiage p {
	font-size: 1.4rem;
}

.xqewm-left-font .jiage .yj {
	color: #808080;
	font-size: 1.2rem;
	padding-bottom: 0.66rem;
}

.xqewm-left-font .jiage .quan {
	background: #F94200;
	border: 1px solid #FD9C27;
	font-size: 1.2rem;
	color: #FFFFFF;
	font-weight: 600;
}

.xqewm-left-font .jiage .yuan {
	border: 1px solid #FD9C27;
	color: #F94200;
	font-size: 1.2rem;
	padding-right: 1rem;
	margin-right: 1rem;
}

.xqewm-left-font .jiage .money {
	color: #E76124;
	font-size: 1.4rem;
}

.xqewm-right-div {
	width: 100%;
	text-align: center;
}

.xqewm-right-div img {
	width: 100%;
}

.xqewm-right-div span {
	color: #F94200;
}


/*===============免费试用详情===============*/

.details1-body {
	width: 100%;
	height: auto;
}

.middle-div {
	width: 100%;
	height: auto;
	padding: 2rem 1rem;
}

.details1-img-div {
	float: left;
	width: 40%;
}

.details1-img-div img {
	width: 100%;
}

.details1-font-div {
	float: left;
	padding-left: 1rem;
	width: 60%;
}

.details1-font-div .title {
	padding-bottom: 0.33rem;
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.details1-font-div ul {
	width: 100%;
	height: auto;
	background: #F8F8F8;
}

.details1-font-div ul li {
	width: 100%;
	font-size: 0.8rem;
	padding: 0.33rem;
	color: #808080;
}

.details1-font-div ul li:nth-child(1) span {
	color: #C8135A;
	font-size: 1.3rem;
}

.details1-font-div ul li:nth-child(2) span:nth-child(1),
.details1-font-div ul li:nth-child(3) span:nth-child(1) {
	color: #000000;
}

.details1-font-div ul li:nth-child(2) span:nth-child(2) {
	margin-left: 0.33rem;
	color: #FFFFFF;
	font-size: 0.8rem;
	background: #31BD9A;
	border-radius: 1.33rem;
	padding: 0rem 0.33rem;
}

.details1-font-div .siyong {
	margin-top: 0.33rem;
	color: #808080;
	padding: 0.66rem 0.33rem;
	width: 100%;
	border-bottom: 0.06rem solid #F0F0F0;
	border-top: 0.06rem solid #F0F0F0;
}

.details1-font-div .siyong p {
	font-size: 0.5rem;
}

.details1-font-div .siyong p span {
	color: #C8135A;
}

.details1-font-div .ps {
	margin-top: 0.33rem;
	color: #808080;
	padding: 0rem 0.33rem;
}

.details1-font-div .ps p {
	font-size: 0.5rem;
	padding: 0.22rem 0rem;
}

.details1-font-div .button {
	padding: 0.33rem 0rem;
}

.button-lqcg {
	width: 8rem;
	height: 2rem;
	border: none;
	background: #FD848D;
	color: #FFFFFF;
	padding: 0.33rem 0rem;
	outline: none;
}

.button-lqcg2 {
	width: 12rem;
	height: 2rem;
	border: none;
	background: #000000;
	color: #FFFFFF;
	padding: 0.33rem 0rem;
	outline: none;
}

.details1-ul {
	height: auto;
	padding: 0.33rem;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}

.details1-ul li {
	padding: 0.66rem;
	width: 33%;
	text-align: center;
	color: black;
}

.details1-ul li span a {
	color: black;
}

.details1-ul li.active span {
	padding-bottom: 0.9rem;
	border-bottom: 0.2rem solid #FF858F;
}

.details1-ul li.active span a {
	text-decoration: none;
	color: #FF858F;
}

#sylc {
	padding: 1.5rem;
}

#sqgz {
	padding: 1.5rem;
}

#cjwt {
	padding: 1.5rem;
}

#sylc span {
	font-size: 1.2rem;
	color: #FF858F;
}

#sqgz span {
	font-size: 1.2rem;
	color: #FF858F;
}

#cjwt span {
	font-size: 1.2rem;
	color: #FF858F;
}

.sylc-ul {
	margin-top: 0.33rem;
	margin-bottom: 3rem;
	width: 100%;
}

.sylc-ul li {
	width: 100%;
	
}
.sylc-ul li img{
	width: 100%;
}
.button-mflq {
	width: 100%;
	height: auto;
	margin-top: 1rem;
}

.button-mflq button {
	width: 8rem;
	height: 2rem;
	border: none;
	background: #FD848D;
	color: #FFFFFF;
	padding: 0.33rem 0rem;
	outline: none;
}


/*=================设置=====================*/

#box {
	background-color: #EDEDED;
}

.tbk-set-head {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0px 1rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.4rem;
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.tbk-set-head span {
	float: left;
}

.tbk-set-body {
	margin-top: 4rem;
	width: 100%;
	height: 100vh;
}

.touxiang-div {
	background: #FFFFFF;
	width: 100%;
	padding: 0rem 2rem;
}

.touxiang {
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
}

.touxiang div {
	width: 25%;
	margin: 0 auto;
	border-radius: 50%;
	padding: 2rem 0px;
}

.touxiang div img {
	width: 100%;
	border-radius: 50%;
}

.touxiang div p {
	color: #969696;
	font-size: 1rem;
	padding-top: 0.66rem;
}

.tbk-set-nane {
	padding: 0rem 0.66rem 0rem 0rem;
	height: 4rem;
	line-height: 4rem;
}

.tbk-set-nane span {
	font-size: 1.4rem;
}

.tbk-set-nane .right {
	float: right;
	color: #CCCCCC;
	font-size: 1.3rem;
}
.tbk-set-basic {
	padding: 0rem 0.66rem 0rem 0rem;
	height: 4rem;
	line-height: 4rem;
	border-top: 1px solid #EEEEEE;
}

.tbk-set-basic span {
	font-size: 1.4rem;
}

.tbk-set-basic .right {
	float: right;
	color: #CCCCCC;
	font-size: 1.3rem;
}
.tbk-set-middle {
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 0.66rem;
	padding: 0rem 2rem;
}

.tbk-set-zfb {
	padding: 0rem 0.66rem 0rem 0rem;
	height: 4rem;
	line-height: 4rem;
}

.tbk-set-zfb span {
	font-size: 1.4rem;
}

.tbk-set-zfb .right {
	float: right;
	color: #CCCCCC;
	font-size: 1.3rem;
}

.tbk-set-weixin {
	padding: 0rem 0.66rem 0rem 0rem;
	height: 4rem;
	line-height: 4rem;
	border-top: 1px solid #EEEEEE;
}

.tbk-set-weixin span {
	font-size: 1.4rem;
}

.tbk-set-weixin .right {
	float: right;
	color: #CCCCCC;
	font-size: 1.3rem;
}

.tbk-set-pwd {
	padding: 0rem 0.66rem 0rem 0rem;
	height: 4rem;
	line-height: 4rem;
	border-top: 1px solid #EEEEEE;
}

.tbk-set-pwd span {
	font-size: 1.4rem;
}

.tbk-set-pwd .right {
	float: right;
	color: #CCCCCC;
	font-size: 1.3rem;
}

.tbk-set-footer {
	margin-top: 0.33rem;
	margin-bottom: 0.33rem;
	background-color: #FFFFFF;
	width: 100%;
	height: 8rem;
	padding: 0rem 2rem;
}

.tbk-set-cache {
	background-color: #FFFFFF;
	width: 100%;
}

.tbk-set-cache .left {
	float: left;
	width: 70%;
	padding: 0rem 0.66rem 0rem 0rem;
	height: 4rem;
	line-height: 4rem;
}

.tbk-set-cache .left span {
	font-size: 1.4rem;
}

.tbk-set-cache .left .center {
	color: #CCCCCC;
	font-size: 1.2rem;
	padding-left: 2.5rem;
}

.tbk-set-cache .right {
	width: 30%;
	float: right;
	height: 4rem;
	text-align: center;
	padding: 1.1rem 0.66rem 1.1rem 0rem;
}

.tbk-set-cache .right button {
	float: right;
	border-radius: 0.66rem;
	border: 0.06rem solid #AC473B;
	color: #AC473B;
	background-color: #FFFFFF;
	outline: none;
}

.tbk-set-msg {
	float: left;
	width: 100%;
	padding: 0rem 0.66rem 0rem 0rem;
	height: 4rem;
	line-height: 4rem;
	border-top: 1px solid #EEEEEE;
	margin-bottom: 0.33rem;
}

.tbk-set-msg span {
	font-size: 1.4rem;
}

.tbk-set-msg .right {
	float: right;
	color: #CCCCCC;
	font-size: 1.3rem;
}

.tuichu {
	font-size: 1.4rem;
	line-height: 4rem;
	height: 4rem;
	background-color: #FFFFFF;
	text-align: center;
}


/*===============修改昵称===============*/

.tbk-name-body {
	margin-top: 4.33rem;
	width: 100%;
	height: 100vh;
}

.name-div {
	height: 4rem;
	background: #FFFFFF;
	padding: 1rem 2rem;
}

.name-div input {
	font-size: 1.2rem;
	height: 2rem;
	width: 100%;
	border: none;
	outline: none;
	color: #767676;
}

.button-div {
	margin-top: 5rem;
	text-align: center;
}

.button-div button {
	width: 70%;
	padding: 0.66rem;
	border-radius: 20px;
	border: none;
	background-color: #F32F17;
	color: #FFFFFF;
	outline: none;
}
/*=================基本资料=================*/
.tbk-basic-ul{
	width:100%;
	margin-top:2rem;
}
.tbk-basic-ul li{
	width:100%;
	margin-bottom:1.2rem;
	display: flex;
	align-items: center;
	height:4rem;
}
.tbk-basic-ul li span{
	font-size:1.4rem;
	margin-right:1rem;
}
.tbk-basic-ul .age input{
	outline: none;
	padding:0rem 1rem;
	width:80%;
	height:3rem;
}
.tbk-basic-ul .sex input
{
	width:1.5rem;
	height:1.5rem;
	
}
.tbk-basic-body {
	padding:0rem 2rem;
	margin-top: 4rem;
	width: 100%;
	background: #FFFFFF;
}
.basic-dibu{
	width:100%;
	height:4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom:0;
	left: 0;
	z-index:999;
	background: #129611;
	color:#FFFFFF;
	font-size:1.2rem;
}

/*===============支付宝绑定=================*/

.tbk-zfb-middle {
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 0.66rem;
	padding: 0rem 2rem;
}

.tbk-set-zname {
	font-size: 1.3rem;
	padding: 1rem 0.66rem 1rem 0rem;
	height: 4rem;
	border-bottom: 1px solid #EEEEEE;
}

.tbk-set-zname span {
	font-size: 1.3rem;
}

.tbk-set-zname input {
	width: 70%;
	float: right;
	border: none;
	outline: none;
	color: #767676;
}

.tbk-set-zfbno {
	font-size: 1.3rem;
	padding: 1rem 0.66rem 1rem 0rem;
	height: 4rem;
	border-bottom: 1px solid #EEEEEE;
}

.tbk-set-zfbno span {
	font-size: 1.3rem;
}

.tbk-set-zfbno input {
	width: 70%;
	float: right;
	border: none;
	outline: none;
	color: #767676;
}

.tbk-set-sjhm {
	font-size: 1.3rem;
	padding: 1rem 0.66rem 1rem 0rem;
	height: 4rem;
	border-bottom: 1px solid #EEEEEE;
}

.tbk-set-sjhm span {
	font-size: 1.3rem;
}

.tbk-set-sjhm input {
	width: 70%;
	float: right;
	border: none;
	outline: none;
	color: #767676;
}

.tbk-set-yzm {
	font-size: 1.3rem;
	padding: 1rem 0.66rem 1rem 0rem;
	height: 4rem;
}

.tbk-set-yzm span {
	font-size: 1.3rem;
}

.tbk-set-yzm button {
	float: right;
	border: 0.06rem solid #CA3C28;
	color: #CA3C28;
	background: #FFFFFF;
	outline: none;
	border-radius: 20px;
}

.tbk-set-yzm input {
	width: 43%;
	float: right;
	border: none;
	outline: none;
	color: #767676;
}

.zfb-button {
	margin-top: 4rem;
	text-align: center;
}

.zfb-button button {
	width: 70%;
	padding: 0.66rem;
	border-radius: 20px;
	border: none;
	background-color: #CCCCCC;
	color: #FFFFFF;
	outline: none;
	font-size: 1.3rem;
}


/*===================消息==================*/

.tbk-msg-ul {
	width: 100%;
	height: 3.75rem;
	background: #FFFFFF;
}

.tbk-msg-ul li {
	font-size: 1.3rem;
	width: 50%;
	text-align: center;
	padding: 1rem;
}

.tbk-msg-ul li.active {
	background: red;
	color: #FFFFFF;
}


/*==================修改密码=================*/

.tbk-pwd-body {
	margin-top: 4.6rem;
	width: 100%;
	height: 100vh;
}

.tbk-newpwd {
	position: absolute;
	right: 3rem;
	font-size: 1.8rem;
}

.icon-bukejian:before {
	font-size: 1.5rem;
}

.icon-browse:before {
	font-size: 1.5rem;
}

.tbk-pwd-middle {
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 0.66rem;
	padding: 0rem 2rem;
}

.tbk-pwd-sjhm {
	font-size: 1.3rem;
	padding: 1rem 0.66rem 1rem 0rem;
	height: 4rem;
	border-bottom: 1px solid #EEEEEE;
}

.tbk-pwd-sjhm span {
	font-size: 1.3rem;
}

.tbk-pwd-sjhm input {
	width: 70%;
	float: right;
	border: none;
	outline: none;
	color: #767676;
}

.tbk-pwd-yzm {
	font-size: 1.3rem;
	padding: 1rem 0.66rem 1rem 0rem;
	height: 4rem;
	border-bottom: 1px solid #EEEEEE;
}

.tbk-pwd-yzm span {
	font-size: 1.3rem;
}

.tbk-pwd-yzm button {
	float: right;
	border: 0.06rem solid #CA3C28;
	color: #CA3C28;
	background: #FFFFFF;
	outline: none;
	border-radius: 20px;
}

.tbk-pwd-yzm input {
	width: 43%;
	float: right;
	border: none;
	outline: none;
	color: #767676;
}

.tbk-pwd-sjhm {
	font-size: 1.3rem;
	padding: 1rem 0.66rem 1rem 0rem;
	height: 4rem;
	border-bottom: 1px solid #EEEEEE;
}

.tbk-pwd-sjhm span {
	font-size: 1.3rem;
}

.tbk-pwd-sjhm input {
	width: 70%;
	float: right;
	padding-right: 3rem;
	border: none;
	outline: none;
	color: #767676;
}

.tuishi {
	width: 100%;
	padding: 1rem 2rem;
	color: red;
}


/* ===================试用列表========== */

.user-top1 {
	height: 12rem;
	padding: 1.33rem 1.33rem 1rem 1.33rem;
	background-image: url(/html/image_taobaoke/user-bj.png);
	background-repeat: no-repeat;
	background-size: 100% 12rem;
}

.user-body1 {
	margin-bottom: 4.5rem;
}

.div-sygl {
	margin: 1rem 0rem;
	background-color: white;
	border-radius: .66rem;
	padding: 1rem 1.5rem;
	font-size: 1.2rem;
}

.div-sygl span:nth-child(1) {
	font-size: 1.2rem;
	color: #45A5D8;
	float: left;
}

.div-sygl span:nth-child(2) {
	padding-left: .33rem;
	font-size: 1.2rem;
	float: left;
}

.div-sygl span:nth-child(3) {
	float: right;
	font-size: 1.2rem;
}

.sygl-div1 {
	background-color: white;
	border-radius: .66rem;
	width: 100%;
	height: auto;
	padding: 1rem 1.5rem;
}

.sygl-ul {
	width: 100%;
	text-align: center;
	border: 0.01rem solid #CCCCCC;
}

.sygl-ul li {
	width: 25%;
	padding: .88rem;
}

.sygl-ul li a {
	color: black;
	text-decoration: none;
}

.sygl-ul li.active a {
	color: #F89017;
}

#sygl-All {
	width: 100%;
	height: auto;
}

.sygl-rongqi {
	margin-top: 1rem;
}

.sygl-ull {
	width: 100%;
}

.sygl-ull li {
	width: 100%;
	background-color: #F5F5F5;
	margin-bottom: 1rem;
	border-radius: 0.66rem;
	padding: 1rem .66rem;
}

.sygl-ull li .mbqij {
	font-size: 1rem;
	padding-left: 1rem;
	border-left: 0.3rem solid #F89301;
}

.sygl-ull li span:nth-child(2) {
	float: right;
}

.canpin-div {
	width: 100%;
	padding: 0.66rem;
	border-bottom: 0.01rem solid #C8C8C8;
	border-top: 0.01rem solid #C8C8C8;
}

.canpin-left {
	width: 65%;
	float: left;
}

.canpin-left-left {
	width: 35%;
	float: left;
}

.canpin-left-left img {
	width: 100%;
}

.canpin-left-right {
	width: 65%;
	float: left;
}

.canpin-left-right ul li {
	margin: 0rem;
	width: 100%;
	padding: 0rem;
	padding-bottom: 0.33rem;
	padding-left: 1rem;
}

.xiangqing-dl {
	padding-left: 0.66rem;
	margin: 0px;
}

.xiangqing-dl dd {
	padding-bottom: 0.33rem;
}
.xiangqing-dl dd:nth-child(2) a{
	color:red;
}
.canpin-left-right dl dd:nth-child(1) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.canpin-left-right dl dd .jiage {
	border-left: none;
	padding: 0rem;
	color: #F7AA5A;
}

.canpin-right {
	width: 35%;
	float: left;
	height: 6.73rem;
	padding: 0.66rem;
	text-align: center;
	border-left: 0.02rem solid #DDDDDD;
}
.canpin-right-dfh {
	display: flex;
	align-items:center;
	justify-content:center;
}
.canpin-right-dfh .pp1{
	width:100%;
	font-size: 1rem;
	border: 0.06rem solid #7B45E5;
	border-radius: 0.33rem;
	color: #7B45E5;
	outline: none;
}
.canpin-right button {
	margin-top: 0.33rem;
	border: 0.06rem solid #7B45E5;
	outline: none;
	background: #FFFFFF;
	border-radius: 0.33rem;
	color: #7B45E5;
}

.orderr-input {
	width: 100%;
	outline: none;
	border: none;
}

.sygl-dibu-button {
	padding-top: 1rem;
}

.sygl-dibu-button button {
	width: 50%;
	padding: .5rem;
	outline: none;
}

.sygl-dibu-button button:nth-child(1) {
	float: left;
	border: 0.2rem solid #FFFFFF;
	background: #CCCCCC;
}

.sygl-dibu-button button:nth-child(2) {
	border: 0.2rem solid #FFFFFF;
	background: #4169E1;
	color: #FFFFFF;
}

.mtk-div {
	width: 60%;
	left: 20%;
	top: 35%;
}