@charset "utf-8";
body {
    background: #f9f9f9;
    /*height: 2000px;*/
}

/* 搜索页 */
.page_search_input {
    margin-top: 32px;
    width: 820px;
    margin-bottom: 28px;
}

.page_search_input_i {
    width: 686px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background-color: #fff;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 18px 13px;
    padding-left: 56px;
    overflow: hidden;
}

.page_search_input_i input[type="text"] {
    border: none;
    text-align: left;
    color: #333;
    font-size: 14px;
    width: 85%;
    height: 44px;
}

.page_search_input_b {
    width: 102px;
    height: 44px;
    background: #ef1a77;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    border: none;
}

.page_search_tag li {
    margin-right: 26px;
}

.page_search_tag li a {
    display: block;
    width: 106px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #fff;
    color: #ef1a77;
    position: relative;
}

.page_search_tag li.active a {
    background: #ef1a77;
    color: #fff;
}

/* 搜索页 */
.page_search_input {
    margin-top: 32px;
    width: 820px;
    margin-bottom: 28px;
}

.page_search_input_i {
    width: 686px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background-color: #fff;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 18px 13px;
    padding-left: 56px;
    overflow: hidden;
}

.page_search_input_i input[type="text"] {
    border: none;
    text-align: left;
    color: #333;
    font-size: 14px;
    width: 85%;
    height: 44px;
}

.page_search_input_b {
    width: 102px;
    height: 44px;
    background: #ef1a77;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    border: none;
}

.page_search_tag li {
    margin-right: 26px;
    margin-top: 5px;
}

.page_search_tag li a {
    display: block;
    width: 106px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #fff;
    color: #ef1a77;
    position: relative;
}

.page_search_tag li.active a {
    background: #ef1a77;
    color: #fff;
}

.page_search_tag li.active a:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -7px;
    border-top: 7px solid #ef1a77;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.page_search_tag {
    margin-bottom: 27px;
}

.page_search_con .page_search_con_item {
    display: none;
}

.page_search_tag li.active a:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -7px;
    border-top: 7px solid #ef1a77;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.page_search_tag {
    margin-bottom: 27px;
}

.page_search_con .page_search_con_item {
    display: none;
}

.Secondskill-box-info .bottom a.active {
    border: 1px solid #ef1a77;
    color: #ef1a77;
}

.feed-share > a.trash {
    display: inline-block;
    width: 17px;
    height: 19px;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
}

.feed-share > a.trash i {
    font-size: 18px;
    color: #999;
}

.commomTransiton {
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.bbs-box-item-user-d div {
    position: absolute;
    right: 0;
    top: 0;

}

.bbs-box-item-user-d div span {
    display: inline-block;
    border: 1px solid #e6e6e6;
    height: 24px;
    line-height: 20px;
    padding: 2px 8px;
    border-radius: 4px;
    color: #999;
    cursor: pointer;
    margin-left: 5px;
}

/* 底部 */
.footer {
    width: 100%;
    background: #eee;
    height: auto;
    margin-top: 15px;
}

.footer-box {
    position: relative;
    height: auto;
    padding-bottom: 10px;
}

.footer-nav {
    margin-bottom: 52px;
}

.footer-nav ul {
    border-bottom: 1px solid #b1b1b1;
    padding-top: 43px;
    padding-bottom: 37px;
}

.footer-nav li {
    float: left;
    margin-right: 57px;
}

.footer-nav li a {
    color: #333;
}

.footer-nav li a:hover {
    color: #ef1a77;
}

.footer-box .online {
    position: absolute;
    right: 0;
    top: 43px;
    color: #333;
}

.footer-box .online img {
    vertical-align: middle;
}

.footer-box p {
    color: #333;
    font-size: 12px;
    text-align: center;
}

/*底部页面*/
.Aggregate .public-left {
    width: 28%;
}

.Aggregate .public-right {
    width: 65%;
}

.Aggregate-ul li {
    margin-bottom: 25px;
    padding-left: 23px;
}

.Aggregate-ul li a {
    font-size: 16px;
    color: #333;
    display: block;
}

.Aggregate-ul li a:hover {
    color: #ef1a77;
}

.Aggregate-ul li.active a {
    color: #ef1a77;
}

.Aggregate-contact h2,
.Aggregate-feedback h2,
.Aggregate-map h2,
.Aggregate-activities h2,
.Aggregate-blacklist h2 {
    margin-bottom: 15px;
}

.Aggregate-contact > p,
.Aggregate-rule > p {
    color: #333;
    font-size: 14px;
    margin-bottom: 35px;
}

.Aggregate-contact > p > a > img {
    vertical-align: middle;
}

.Aggregate-feedback-form .form-group {
    margin-bottom: 24px;
}

.Aggregate-feedback-form .Aggregate-feedback-contact {
    width: 284px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    padding-left: 10px;
}

.Aggregate-feedback-form label {
    margin-right: 15px;
}

.Aggregate-feedback-form .Aggregate-feedback-con {
    width: 614px;
    height: 186px;
    resize: none;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    vertical-align: top;
    padding: 10px;
}

.Aggregate-feedback-form .btn-feedback {
    width: 152px;
    height: 42px;
    padding: 0;
    line-height: 42px;
    margin-left: 86px;
    color: #fff;
    border-radius: 4px;
    background: #ef1a77;
}

.Aggregate-map p {
    margin-top: 62px;
    margin-bottom: 23px;
}

.Aggregate-map img,
.Aggregate-activities-box img {
    display: block;
    vertical-align: top;
    max-width: 100%;
}

.Aggregate-blacklist p {
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
}

.Aggregate-con > .item {
    display: none;
}

/* 找回密码 */
.Retrievepassword {
    width: 314px;
    margin: 0 auto;
}

.Retrievepassword h4 {
    margin-top: 39px;
    margin-bottom: 34px;
}

.Retrievepassword > p {
    margin-top: 54px;
    margin-bottom: 25px;
}

.Retrievepassword .three {
    margin-top: 120px;
    text-align: center;
}

.Retrievepassword .three p img {
    vertical-align: middle;
    margin-right: 5px;
}

.Retrievepassword .three p a {
    display: inline-block;
    width: 104px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #f01d7a;
    color: #fff;
    border-radius: 4px;
    margin-top: 30px;
}

/*返回顶部*/
.goTop {
    position: fixed;
    right: 6%;
    bottom: -20%;
    font-size: 24px;
    background: #ef1a77;
    text-align: center;
    z-index: 999;
}

.addTOP {
    bottom: 10%;
}

.goTop a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
}

/* 登陆弹出框 */

#login {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 990;
    display: none;
}

.login-box {
    position: absolute;
    left: 50%;
    top: 20.6%;
    height: auto;
    background: #fff;
    z-index: 991;
    width: 500px;
    min-height: 373px;
    margin-left: -250px;
}

.deletes {
    position: relative;
}

.deletes > i {
    position: absolute;
    right: -9px;
    top: -9px;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    background: #fff url(../images/deletes.png) no-repeat center center;
    cursor: pointer;
}

.login-container {
    width: 314px;
    margin: 0 auto;
    height: auto;
    padding-top: 38px;
}

.login-title {
    margin-bottom: 29px;

}

.login-title ul {
    letter-spacing: -4px;
    font-size: 0;
    text-align: center;
}

.login-title li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 4px;
    color: #333333;
    padding: 0 6px;
    margin: 0 33px;
    cursor: pointer;
}

.login-title li.active {
    border-bottom: 3px solid #f01d7a;
}

.login-form .form-group,
.reg-form .form-group,
.Retrievepassword-two .form-group {
    margin-bottom: 15px;
}

.login-form .phone,
.login-form .password,
.reg-form .phone,
.reg-form .password,
.reg-form .Itsaid,
.Retrievepassword-two .phone,
.Retrievepassword-two .password,
.Retrievepassword-two .confirmpassword,
.Retrievepassword-one .phone {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    color: #999999;
    padding-left: 10px;
}

.login-form .form-group p {
    font-size: 12px;
}

.login-form .form-group p input {
    vertical-align: middle;
}

.login-form .form-group p + a {
    color: #333333;
    font-size: 12px;
}

.login-form .form-group .btn-login,
.reg-form .form-group .btn-reg,
.Retrievepassword-one .form-group .btn-Retrievepassword-one,
.Retrievepassword-two .form-group .btn-Retrievepassword-two {
    background: #f01d7a;
    display: block;
    width: 100%;
    color: #fff;
    letter-spacing: 3px;
}

.Retrievepassword-one .form-group .btn-Retrievepassword-one,
.Retrievepassword-two .form-group .btn-Retrievepassword-two {
    border: none;
}

.login-form .form-group .btn-login {
    margin-top: 38px;
}

.login-form .form-group > img,
.login-form .form-group > a {
    vertical-align: middle;
}

.login-form .form-group > a {
    color: #5188a6;
}

.reg-form .form-group .code,
.Retrievepassword-two .form-group .code,
.Retrievepassword-one .form-group .code {
    float: left;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    color: #999999;
    padding-left: 10px;
    margin-right: 16px;
    width: 126px;
}

.Retrievepassword-one .form-group .code + div {
    width: 120px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    height: 38px;
    text-align: center;
    margin-right: 12px;
}

.Retrievepassword-one .form-group .code + div img {
    height: 100%;
    max-width: 100%;
    vertical-align: top;
}

.Retrievepassword-one .form-group .code-img + span {
    margin-top: 7px;
}

.Retrievepassword-one .form-group .code-img + span a {
    color: #2e76a8;
}

.reg-form .form-group .code + button,
.Retrievepassword-two .form-group .code + button {
    float: left;
    width: 130px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    background: #2e76a8;
    text-align: center;
    color: #fff;
    padding: 0;
}

.reg-form .form-group .btn-reg {
    margin-top: 23px;
    margin-bottom: 37px;
}

.WeChat {
    display: none;
    position: absolute;
    left: 50%;
    top: 19%;
    z-index: 992;
    width: 378px;
    height: auto;
    background: #fff;
    min-height: 390px;
    border-radius: 5px;
    margin-left: -189px;
    box-shadow: 0 2px 5px 0px #ebebeb;
}

.WeChat-img {
    border: 1px solid #dddddd;
    width: 250px;
    height: 250px;
    text-align: center;
    margin: 12px auto 26px auto;
}

.WeChat-img img {
    vertical-align: middle;
}

.WeChat-con h4 {
    padding-top: 22px;
}

.WeChat-deletes > i {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    background: #fff url(../images/deletes.png) no-repeat center center;
    cursor: pointer;
    z-index: 993;
}

.WeChat-con .success {
    display: none;
}

.WeChat-con .success p {
    margin-bottom: 10px;
}

.WeChat-con .success p i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #18bf73;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

/*头部*/

.head {
    background: #fff;
    height: auto;
}

.head-top {
    padding-top: 24px;
    padding-bottom: 20px;
}

.head-top .logo img {
    vertical-align: top;
}

.search {
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -230px;
}

.search-box {
    width: 460px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.search-box input {
    height: 44px;
    line-height: 44px;
    border: none;
    background: transparent;
    padding-left: 15px;
    font-size: 16px;
    width: 85%;
}

.search-box .button-search {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/search.png) no-repeat center center;
    border-style: none;
    cursor: pointer;
}

.Internet a {
    display: inline-block;
    text-align: center;
    color: #333333;
    font-size: 12px;
    margin-left: 28px;
    position: relative;
}

.Internet a span {
    display: block;
}

.Internet a:hover {
    color: #e7408c;
}

.Internet a div.viewWeChat {
    position: absolute;
    left: -24px;
    top: 63px;
    z-index: 998;
    border: 1px solid #ececec;
    border-radius: 3px;
    background: #fff;
    display: none;
}

.Internet a div.viewWeChat img {
    vertical-align: top;
}

.Internet a div.viewWeChat:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: -8px;
    z-index: 999;
    margin-left: -8px;
    border-bottom: 7px solid #ececec;
    border-left: 5px solid transparent;
    border-right: 7px solid transparent;
}

.head-menu {
    background: #ef1a77;
    height: 48px;
    min-height: 48px;
    position: relative;
}

.head-menu .head-menu-left li {

}

.head-menu .head-menu-left,
.head-menu .head-menu-right,
.head-menu .head-menu-right-no {
    letter-spacing: -4px;
    font-size: 0;
    text-align: left;
}

.head-menu .head-menu-left > li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: 0;
    font-size: 14px;
    /*margin-right: 64px;*/

}

.head-menu .head-menu-right > li,
.head-menu .head-menu-right-no > li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: 0;
    /*margin-left: 48px;	*/
    position: relative;
}

.head-menu .head-menu-left > li > a,
.head-menu .head-menu-right > li > a,
.head-menu .head-menu-right-no > li > a {
    font-size: 16px;
    color: #fff;
    display: block;
    height: 48px;
    line-height: 48px;
    max-height: 48px;
    min-height: 48px;
    padding: 0 23px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    position: inherit;
}

.head-menu .head-menu-left > li > a:hover,
.head-menu .head-menu-right > li > a:hover,
.head-menu .head-menu-right-no > li > a:hover {
    /*	color:#d50e53;*/
    background: #d50e53;
}

.head-menu .head-menu-left > li.active > a {
    /* border-bottom: 3px solid #fff;   */
    background: #d50e53;
}

.head-menu .head-menu-right li a img {
    vertical-align: middle;
}

.head-menu .head-menu-right li .ul-child {
    width: 100%;
    position: absolute;
    left: 0;
    top: 48px;
    background: #ef1a77;
    z-index: 999;
    display: none;
}

.head-menu .head-menu-right li .ul-child > li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 48px;
    line-height: 48px;
}

.head-menu .head-menu-right li .ul-child > li a {
    color: #fff;
    display: block;
    font-size: 14px;
}

.head-menu .head-menu-right li .ul-child > li a:hover {
    color: #fff;
    background: #d50e53;
}

.head-menu .head-menu-slideNav {
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    height: 30px;
    background: #f5f5f5;
    z-index: 999;
    display: none;
}

.head-menu .head-menu-slideNav ul {
    width: 1083px;
    margin: 0 auto;
}

.head-menu .head-menu-slideNav li {
    float: left;
    height: 30px;
    line-height: 30px;

}

.head-menu .head-menu-slideNav li a {
    color: #5e5e5e;
    border-right: 2px solid #999;
    padding: 0 18px;
    font-size: 12px;
    line-height: inherit;
}

.head-menu .head-menu-slideNav li:last-child a {
    border-right: none;
}

.head-menu .head-menu-slideNav li a:hover {
    color: #ef1a77;
}

.head-menu-slideBox > .item {
}

/*
.head {
	margin-bottom: 16px;
}
.head .head-top{
	background: #f5f5f5;
	height: 27px;
	min-height: 27px;
	line-height: 27px;
	border-top: 1px solid #cccccc;
}
.head .head-top ul{
	letter-spacing: -4px;
	font-size: 0;
	text-align: right;
}

.head .head-top ul li{
	display: inline-block;
	*display: inline;
	zoom:1;
	letter-spacing: 0;
	font-size: 12px;
}

.head .head-top ul li a{
	color:#575757;
	border-right:1px solid #aeaeae;
	padding:0 8px;
}
.head .head-top ul li a:hover{
   color:#e31e78;
}
.head .head-logo{
	height: 100px;
	background: #fff;
}
.head .head-logo img{
	vertical-align: middle;
}

.head .head-menu{
	background: #e31e78;
	height: 40px;
	min-height: 40px;
    line-height: 40px;
}
.head .head-menu ul{
	letter-spacing: -4px;
	font-size: 0;
	text-align: left;
}
.head .head-menu li{
	display: inline-block;
	*display: inline;
	zoom:1;
	letter-spacing: 0;

}

.head .head-menu li a{
	display: block;
	color:#fff;
	font-size: 16px;
	padding:0 20px;
	transition:  background ease .5s;
	-webkit-transition:  background ease .5s;
	-moz-transition:  background ease .5s;
	-o-transition:  background ease .5s;
}
.head .head-menu li:first-child{
	margin-left: 28px;
}

.head .head-menu li:hover a{
	background:#d50e53;
}
.head .head-menu li.active a{
	background:#d50e53;
}


.head .head-menu .search{
	position: absolute;
	right: 0;
	top:6px;
}

.head .head-menu .search-box{
	width:229px;
    line-height: normal;
	border:none;
	background:#fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.head .head-menu .search-box .key{
    width:85%;
    border:none;
	height: 28px;
	line-height: 25px;
	padding-left: 10px;
	color:#999;
	font-size: 14px;
}

.head .head-menu .search-box .icon-search{
	position: absolute;
	right:8px;
	top:4px;
	color:#999;
	font-size: 18px;
	cursor: pointer;
}*/

/* 轮播图片 */
.banner {
    text-align: center;
}

.banner img {
    display: block;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    height: 320px;
    max-height: 320px;
}

/*我的圈子*/
.feed-circle > img {
    display: block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    max-width: 100%;
    margin-left: 24px;
}

.feed-circle-info {
    overflow: hidden;
}

.feed-circle-info > a {
    font-weight: bold;
    color: #3877ad;
}

.feed-circle-info > a:hover {
    color: #ef1a77;
}

/* 秒杀详情页面 */
.Secondskill {
    margin-top: 11px;
    padding: 6px 0 6px 6px;
    background: #fff;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
}

.Secondskill-box {
    height: 257px;
}

.Secondskill-box > img {
    display: block;
    float: left;
    height: 257px;
    margin-right: 25px;
    max-width: 100%;
    vertical-align: top;
    width: 550px;
    /*display: block;*/
    /*float: left;*/
    /*width:550px;*/
    /*height: 257px;*/
    /*vertical-align: top;*/
    /*max-width: 100%;*/
    /*margin-right: 25px;*/
}

.Secondskill-box-info {
    height: auto;
    padding-bottom: 26px;
    padding-right: 24px;
    width: 490px;
    /*overflow: hidden;*/
    /*padding-right: 24px;*/
    /*padding-bottom: 26px;*/
    /*height: 100%;*/
}

.Secondskill-box-info .top {
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 20px;
    padding-top: 20px;
}

.Secondskill-box-info .top h5 {
    font-size: 16px;
    color: #e90177;
    font-weight: bold;
    position: relative;
}

.Secondskill-box-info .top h5 i {
    position: absolute;
    right: -12px;
    top: 11px;
    display: block;
    background: #fff;
    width: 20px;
    height: 20px;
    border-left: 1px dashed #000;
    transform: rotate(45deg);

}

.Secondskill-box-info .bottom h4 {
    color: #494949;
    margin-right: 13px;
}

.Secondskill-box-info .bottom h4 span {
    font-size: 18px;
    color: #fe4a67;
}

.Secondskill-box-info .bottom h4 span b {
    font-size: 26px;
    font-weight: bold;
}

a.shoucan {
    display: block;
    width: 92px;
    height: 24px;
    border: 1px solid #f1f1f1;
    text-align: center;
    color: #a3a3a3;
    border-radius: 15px;
    margin-top: 10px;
}

.Secondskill-box-info .bottom a:hover {
    border: 1px solid #ef1a77;
    color: #ef1a77;
}

.Secondskill-box-info .bottom p {
    color: #a3a3a3;
}

.Secondskill-box-info .bottom .icon-bookmark {
    color: #fe4a67;
}

.Secondskill-box-info .bottom .text-right b {
    color: #fe4a67;
    font-weight: bold;
}

.Secondskill-box-info .bottom .text-right>a {
    display: inline-block;
    color: #fff;
    width: 98px;
    height: 29px;
    line-height: 29px;
    background: #db2a78;
    text-align: center;
    border-radius: 5px;
    margin-left: 17px;
}

a.deposit:hover {
    border: none !important;
    color: #02c196 !important;
}

.Secondskill-time{
    padding-left: 20px;
    background-image: url("../../../resource/tobeOne/images/icon1.png");
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.Secondskill-time img,
.Secondskill-time b {
    vertical-align: middle;
}

.Secondskill-time strong {
    padding:0 5px;
}

.Other-instructions,
.Other-instructions-two,
.Other-feedback {
    width: 820px;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 0 10px 20px 10px;
    margin-bottom: 8px;
    _width: 800px;
    *width: 800px;
}

.Other-instructions-info li,
.Other-instructions-title p {
    color: #a3a3a3;
}

.Other-instructions-info li {
    padding-left: 14px;
}

.Other-instructions-title {
    border-bottom: 1px dashed #f1f1f1;
    padding: 20px 0 10px 0;
    margin-bottom: 15px;
}

.Other-instructions-title h5 {
    font-size: 16px;
    color: #e90177;
    font-weight: bold;
    position: relative;
}

.Other-instructions-title h5 i {
    position: absolute;
    right: -12px;
    top: 11px;
    display: block;
    background: #fff;
    width: 20px;
    height: 20px;
    border-left: 1px dashed #000;
    transform: rotate(45deg);

}

.Other-main-p-item {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 0 13px 16px 13px;
    margin-bottom: 6px;
    width: 820px;
    _width: 794px;
    *width: 794px;
}

.Other-main-p .itemtitle,
.Other-feedback .itemtitle,
.Other-instructions-two .itemtitle {
    border-bottom: 1px dashed #e7e7e7;
    padding: 20px 0 10px 0;
    margin-bottom: 13px;
}

.Other-main-p .itemtitle h5,
.Other-feedback .itemtitle h5,
.Other-instructions-two .itemtitle h5 {
    font-size: 16px;
    color: #e90177;
    font-weight: bold;
    position: relative;
}

.Other-main-p .itemtitle h5:after,
.Other-feedback .itemtitle h5:after,
.Other-instructions-two .itemtitle h5:after {
    content: '';
    position: relative;
    left: -9px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-left: 1px dashed #000;
    display: inline-block;
    transform: rotate(45deg);

}

.Other-main-p .itemtitle h5 i {
    position: absolute;
    right: -12px;
    top: 11px;
    display: block;
    background: #fff;
    width: 20px;
    height: 20px;
    border-left: 1px dashed #000;
    transform: rotate(45deg);
    z-index: 988;

}

.Other-main-p .itemtitle span {
    font-size: 22px;
    color: #e90177;
    display: inline-block;
    position: relative;
    left: -15px;
    top: 5px;
    line-height: 0;
    font-weight: normal;

    /*	position: absolute;
    right:-12px;
    top:11px;
    color:#e90177;
    z-index: 999;*/
}

.content-box > img {
    width: 300px;
    height: 300px;
    vertical-align: top;
    max-width: 100%;
    margin-right: 12px;

}

.content-box-right {
    overflow: hidden;
    height: 300px;
}

.content-box-right .time small {
    font-size: 18px;
    color: #323230;
}

.content-box-right .time span {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 10px 0 0 10px;
    margin-top: 5px;
}

.content-box-right .price {
    background: #f8f2f6;
    font-size: 16px;
    padding: 0 14px 12px 14px;
    margin-bottom: 26px;
    margin-top: 5px;
}

.content-box-right .price span.s {
    color: #f23496;
    margin-right: 7px;
}

.content-box-right .price b.money {
    font-size: 36px;
    color: #f23496;
    font-weight: normal;
    font-style: normal;
}

.content-box-right .price b.fold {
    display: inline-block;
    /*width: 41px;*/
    height: 19px;
    line-height: 19px;
    color: #f23496;
    text-align: center;
    font-size: 12px;
    border: 1px solid #f23496;
    border-radius: 2px;
    padding: 0 5px;
}

.content-box-right .desc {
    color: #a3a3a3;
}

.content-box-right .view a {
    display: inline-block;
    width: 198px;
    height: 46px;
    line-height: 46px;
    background: #f10180;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.content-box-right .view a i {
    padding-right: 15px;
}

.Other-instructions-two-info a, .Other-feedback-info a, .desinfo a,.Other-instructions-info a {
    background: #f57574;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 12px;
    margin: 2px 0;
    height: 24px;
    overflow: hidden;
    display: inline-block;
}

.Other-instructions-two-info img,
.Other-feedback-info img {
    margin: 10px 0;
}

/* 对话 */
.Dialogue,
.Directmessage {
    background: #fff;
    height: auto;
    width: 820px;

    min-height: 768px;
    padding-bottom: 25px;
    position: relative;
}

.Dialogue-title,
.Dialogue-post,
.Directmessage-title,
.Directmessage-btn,
.Directmessage-ul {
    padding: 0 16px;
}

.Dialogue-post-form {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 16px;
    margin-top: 25px;
}

.Dialogue .Dialogue-post ul {
    padding-bottom: 50px;
}

.Dialogue-title h4,
.Directmessage h4 {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    padding-top: 30px;
    margin-bottom: 28px;
    font-weight: bold;
    min-height: 42px;
    line-height: 42px;
}

.Dialogue-title h4 a {
    display: block;
    width: 84px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #e7408c;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
}

.Dialogue-post-form input {
    width: 80%;
    height: 44px;
    line-height: 44px;
    background: #f5f5f5;
    border-radius: 4px;
    border-style: none;
    padding-left: 15px;
}

.Dialogue-post-form button {
    display: inline-block;
    width: 84px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #18be72;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    margin-left: 24px;
    border-style: none;
}

.Dialogue-post-form a img {
    vertical-align: middle;
}

.Dialogue-post li img {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    vertical-align: top;
    max-width: 100%;
    margin-top: 15px;
}

.Dialogue-post li {
    margin-bottom: 25px;
}

.Dialogue-post li .Dialogue-post-info {
    border-radius: 4px;
    background: #ddedf2;
    width: 563px;
    min-height: 79px;
    float: right;
    padding: 15px;
    margin-right: 22px;
    position: relative;
}

.Dialogue-post li .Dialogue-post-info:after {
    position: absolute;
    right: -12px;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid #ddedf2;
    border-bottom: 10px solid #fff;
    border-top: 10px solid #fff;
    z-index: 999;
    margin-top: -8px;
}

.Dialogue-post li .Dialogue-post-info span,
.Dialogue-post li.left .Dialogue-post-info-f span {
    color: #999999;
    font-size: 12px;
}

.Dialogue-post li.left .Dialogue-post-info-f {
    border-radius: 4px;
    background: #ddedf2;
    width: 563px;
    min-height: 79px;
    float: left;
    padding: 15px;
    margin-left: 22px;
    position: relative;
    background: #f5f5f5;
}

.Dialogue-post li.left .Dialogue-post-info-f:after {
    position: absolute;
    left: -12px;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    border-right: 12px solid #f5f5f5;
    border-bottom: 10px solid #fff;
    border-top: 10px solid #fff;
    z-index: 999;
    margin-top: -8px;
}

/*私信*/
/*.Directmessage-btn .all{
	display: inline-block;
	width:84px;
	height: 42px;
	line-height: 42px;
	background: #e7408c;
	color:#fff;
	text-align:center;
	border-radius: 4px;
	margin-right: 16px;
}
.Directmessage-btn .unread{
	position: relative;
	display: inline-block;
	width:116px;
	height: 42px;
	line-height: 42px;
	background: #e5e5e5;
	text-align: center;
	border-radius: 4px;
	color:#333333;
}


.Directmessage-btn .unread i{
	position: absolute;
	right:6px;
	top:5px;
	width:8px;
	height: 8px;
	border-radius: 4px;
	background: #e7408c;
	display: block;
}*/

.Directmessage-btn a {
    margin-right: 16px;
    display: inline-block;
    background: #e5e5e5;
    text-align: center;
    border-radius: 4px;
    color: #333333;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    position: relative;
}

.Directmessage-btn a.active {
    background: #e7408c;
    color: #fff;
}

.Directmessage-btn a i {
    position: absolute;
    right: 6px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #e7408c;
    display: block;
}

.Directmessage li {
    border-bottom: 1px solid #e6e6e6;
    padding: 21px 0;
    height: auto;
    min-height: 65px;
}

.Directmessage li > img {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 28px;
    float: left;
}

.Directmessage li > div {
    overflow: hidden;
    padding-top: 5px;
}

.Directmessage li .one a {
    color: #333;
}

.Directmessage li .one a:hover {
    color: #ef1a77;
}

.Directmessage li .one span {
    color: #999999;
    font-size: 12px;

}

.Directmessage li .two span {
    font-size: 12px;
    display: inline-block;
    width: 85%;
}

.Directmessage li .two a {
    color: #333;
    font-size: 12px;
}

.Directmessage li .two a:hover {
    color: #ef1a77;
}

/* 团购内页面(详情页) */
.OtherShow {
    background: #fff;
    border: 1px solid #f1f1f1;
    height: auto;
    margin-bottom: 14px;
    margin-top: 11px;
}

.OtherShow-box {
    position: relative;
    padding-bottom: 34px;
    padding-left: 21px;
    padding-top: 21px;
}

.OtherShow-box-other {

}

.Secondskill-box-other-data {
    margin-top: 30px;
}

.Secondskill-box-other-data li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: 0;
    padding: 0 24px;
    border-right: 1px solid #e4e4e4;
}

.Secondskill-box-other-data li:last-child {
    border-right: none;
}

.Secondskill-box-other-data li:first-child {
    padding-left: 0;
}

.Secondskill-box-other-data li a {
    display: block;
}

.Secondskill-box-other-data li a b {
    color: #555;
    display: block;
    margin: 0 auto;
}

.Secondskill-box-other-data li a span {
    color: #999;
}

.Secondskill-box-other-data li a:hover b,
.Secondskill-box-other-data li a:hover span {
    color: #ef1a77;
}

/* 查看团购方式 */
.Viewother-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 990;
    display: none;
}

.Viewother {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 450px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px #ebebeb;
    padding: 40px 30px;
    border: 1px solid #eeeeee;
    margin-left: -225px;
    margin-top: -112.5px;
}

.unV {
    position: relative;
}

.unV > i {
    position: absolute;
    right: -25px;
    top: -30px;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    background: #fff url(../images/deletes.png) no-repeat center center;
    cursor: pointer;
}

.Viewother-in {
    margin: 15px 0;
}

.Viewother p {
    font-size: 16px;
}

.Viewother .copy {
    background: #f5f5f5;
    padding-left: 10px;
    border: none;
    height: 35px;
    width: 284px;

}

.Viewother button {
    display: inline-block;
    width: 104px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f01d7a;
    color: #fff;
    border-radius: 0 4px 4px 0;
    border: none;
}

/*我的关注和我的粉丝*/
.Focuson {
    width: 820px;
    min-height: 500px;
}

.Focuson-title li {
    float: left;
    width: 108px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    color: #333;
    margin-right: 9px;
    background: #e5e5e5;
    cursor: pointer;

}

.Focuson-title li.active {
    background: #fff;
}

.Focuson-box {
    /*background: #fff;*/
    /*box-shadow: 0 2px 5px 0px #ebebeb;	*/
}

.Focuson-box .Focuson-box-item {
    display: none;
}

.Focuson-box .Focuson-box-item ul {
    background: #fff;
    box-shadow: 0 2px 5px 0px #ebebeb;
}

#sPageDiv ul {
    margin-top: 25px;
}

#sPageDiv ul {
    background: transparent;
    box-shadow: none;
}

#sPageDiv ul li {
    margin: 0 6px 0 0;
    padding: 0;
}

#sPageDiv ul li:last-child {
    border-bottom: 1px solid #e4e4e4;
}

.Focuson-box-item li {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 21px;
    padding-bottom: 17px;
    padding-top: 20px;
}

.Focuson-box-item li:last-child {
    border-bottom: none;
}

.Focuson-box-item li img {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    vertical-align: top;
    max-width: 100%;
    margin-right: 27px;
    float: left;
}

.Focuson-box-info {
    overflow: hidden;
}

.Focuson-box-info p {

}

.Focuson-box-info p a {
    color: #333;
}

.Focuson-box-info p a:hover {
    color: #e31e78;
}

.Focuson-box-info p span {
    margin-right: 27px;
}

/*设置页*/
.setup-left {
    position: absolute;
    width: 252px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    padding: 10px 13px;
}

.setup-left li {
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 100%;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    border-radius: 5px;
}

.setup-left li.active {
    color: #fff;
    background: #ef1a77;

}

.setup-left li:hover {
    color: #fff;
    background: #ef1a77;
}

.setup-right {
    width: 802px;
    height: auto;
    background: #fff;
    border-radius: 5px;

    padding: 0 45px;
    _width: 712px;
    *width: 712px;
}

.setup-right-personaldata form {
    padding-left: 49px;
}

.setup-right-personaldata > h4,
.setup-right-binding > h4,
.setup-right-privacy > h4,
.setup-right-password > h4 {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    padding-top: 30px;
}

.uploadimg img {
    display: block;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    vertical-align: top;
    margin-bottom: 22px;
    margin-top: 28px;
}

.uploadimg a {
    display: block;
    width: 114px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #d8d8d8;
    background: #eeeeee;
    color: #1c1c1c;
    border-radius: 3px;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
}

.uploadimg input[type="file"] {
    /*	position: absolute;
    right:0;
    top:0;
    z-index: 900;
    width:100%;
    height: 100%;
    opacity: 0;filter: alpha(opacity=0);
    cursor: pointer;*/
    display: none;
}

.setup-right-personaldata-form .form-group {
    margin-bottom: 22px;
}

.setup-right-personaldata-form label {
    color: #666;
    vertical-align: top;
    margin-right: 40px;
}

.setup-right-personaldata-form .Itsaid,
.setup-right-password-form .originalpassword,
.setup-right-password-form .newpassword,
.setup-right-password-form .confirmpassword {
    width: 314px;
    height: 52px;
    line-height: 52px;
    background: #f5f5f5;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    padding-left: 10px;
}

.setup-right-personaldata-form .Itsaid + span {
    color: #999999;
    margin-left: 15px;
}

.setup-right-personaldata-form .personality {
    width: 314px;
    height: 136px;
    font-size: 16px;
    background: #f5f5f5;
    resize: none;
    border-radius: 3px;
    border: none;
    padding-left: 10px;
    padding-top: 10px;
}

.btn-save {
    display: block;
    width: 108px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #e7408c;
    border-radius: 3px;
    border: none;
    margin-left: 108px;
}

.setup-right-binding-list,
.setup-right-privacy-list,
.setup-right-password-form {
    margin-top: 39px;
}

.setup-right-binding-list li {
    color: #666666;
    line-height: 56px;
}

.setup-right-binding-list li img {
    width: 56px;
    height: 56px;
    vertical-align: top;
    margin-right: 18px;
}

.setup-right-binding-list li span {
    margin-left: 60px;
}

.setup-right-binding-list li a {
    display: block;
    width: 108px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #e7408c;
    border-radius: 3px;
    border: none;
    margin-left: 108px;
    float: right;
    text-align: center;
    margin-top: 7px;
}

.setup-right-privacy-list li {
    margin-bottom: 60px;
    color: #666666;
}

.setup-right-privacy-list li span {
    margin-right: 52px;
    display: inline-block;
    text-align: right;
    width: 108px;
}

.setup-right-password-form .form-group {
    margin-bottom: 22px;
}

.setup-right-password-form label {
    display: inline-block;
    width: 108px;
    text-align: right;
    margin-right: 38px;
}

/* 论坛首页 */
.bbs {
    width: 700px;
    height: auto;
    position: relative;
    background: #fff;
    overflow: hidden;
    line-height: 1.2;
}

.bbs h3 {
    font-size: 24px;
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.bbs-box-item {
    padding-left: 30px;
    padding-right: 30px;
}

.bbs-box-item-warp {
    /* border-bottom: 1px solid #e6e6e6; */
    /* padding-bottom: 24px; */
    margin-bottom: 24px;
}

.bbs-box-item-user-d span:hover {
    background: #ef1a77;
    color: #fff;
}

.bbs-box-item-user-d {
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
}

.bbs-box-item-title {
    margin-bottom: 15px;
}

.bbs-box-item-user-d > img {
    width: 20px;
    height: 20px;
    display: block;
    /* vertical-align: top; */
    margin-right: 10px;
    /* border-radius: 50%; */
}

.bbs-box-item-user-d > a {
    color: #999;
}

.bbs-box-item-title a {
    font-size: 14px;
    color: #3877ad;
    font-weight: 700;
}

.bbs-box-item-user-d > a:hover {
    color: #e31e78;
}

.bbs-box-item-title a:hover {
    color: #e31e78;
}

.bbs-box-item-con .thumbs {
    width: 620px;
}

.bbs-box-item-con .thumbs ul {
    margin-left: -13px;
}

.bbs-box-item-con .thumbs li {
    float: left;
    margin-left: 14px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    /* border-radius: 10px; */
}

.bbs-box-item-con .thumbs img {
    width: 100%;
    min-height: 110px;
    display: block;
}

.bbs-box-item-con .thumbs-one {
    width: 100%;
    height: 273px;
    overflow: hidden;
    /* border-radius: 10px; */
    line-height: 273px;
    background: #F8F8F8;
    text-align: center;
}

.bbs-box-item-con .thumbs-one img {
    /* display: block; */
    width: 86%;
    vertical-align: middle;
}

.bbs-box-item-con .graphic {
    width: 100%;
}

.bbs-box-item-con .graphic .imgdiv {
    float: right;
    /* margin-left: 42px; */
    /* max-width: 100%; */
    width: 100px;
    height: 100px;
    overflow: hidden;
    /* border-radius: 10px; */
    text-align: center;
    line-height: 110px;
}

.bbs-box-item-con .graphic .imgdiv img {
    width: 100%;
    min-height: 100px;
}

.bbs-box-item-con .graphic .titlediv {
    overflow: hidden;
    width: 500px;
    display: inline-block;
    height: 110px;
}

.bbs-box-item-con .graphic > div p {
    color: #666;
    /* text-indent: 2em; */
    line-height: 20px;
    font-size: 12px;
    height: 60px;
    overflow: hidden;
}

.bbs-box-item-con .graphic a {
    font-size: 14px;
    color: #3877ad;
    margin-bottom: 15px;
    font-weight: 600;
}

.bbs-box-item-con .graphic a:hover {
    color: #e31e78;
}

.bbs-box-item-con > p {
    color: #666;
    /* text-indent: 2em; */
    line-height: 20px;
    font-size: 12px;
}

.bbs-page {
    letter-spacing: -4px;
    font-size: 0;
    text-align: center;
    margin-bottom: 40px;
}

.bbs-page li {
    letter-spacing: 0;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    border: 1px solid #e4e4e4;

    margin-right: 6px;
    line-height: 30px;
}

.bbs-page li a {
    display: block;
    color: #333;
    padding: 0 10px;
}

.bbs-page li a:hover {
    background: #e31e78;
    color: #fff;
}

.bbs-page li.active a {
    background: #e31e78;
    color: #fff;
}

/* 发帖 */
.Postiong {
    margin-top: 41px;
    background: #fff;
    position: relative;
    height: auto;
    border-radius: 3px;
    padding: 0 44px 37px 44px;
}

.Postiong h3 {
    font-size: 24px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 27px;
    padding: 27px 0;
}

form .btn {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

form > .form-group {
    margin-bottom: 32px;
}

.form-30 {
    /*  width:20%;*/
    float: left;
}

.form-70 {
    /*  width: 80%;*/
    float: left;
}

.form-horizontal label.form-30 {
    display: block;
    text-align: right;
    padding-top: 7px;
}

.form-group i {
    color: #f14d8e;
    margin-right: 5px;
}

.form-group .posttitle {
    width: 728px;
    height: 44px;
    line-height: 44px;
    border: none;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    color: #555;
}

.form-group label[for="posttitle"],
.form-group label[for="productslink"],
.form-group label[for="productslink-two"],
.form-group label[for="price"] {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}

.form-group > label {
    font-size: 13px;
}

.form-group .body {
    width: 728px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.body-toolbar {
    border-bottom: 1px solid #e6e6e6;
}

.body-toolbar li {

}

.body-toolbar li a {
    display: block;
    position: relative;
    cursor: pointer;
    width: 46px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-align: center;

}

.body-toolbar li .a {
    background-image: url(../images/post_04.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.body-toolbar li a:hover {
    background-color: #f5f5f5;
}

.body-toolbar li a img {
    vertical-align: middle;
    cursor: pointer;
}

.body-toolbar .upload {
    /*    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 999;
    width: 100%;
    height: 100%;*/
    display: none;
}

.body .body-content {
    min-height: 242px;
    padding: 15px;
    outline: 0;
    font-size: 16px;
}

.body .body-content > img {
    display: block;
    max-width: 100%;
    vertical-align: top;
    margin: 10px 0;
}

.body textarea.simditorText {
    border: none;
    width: 100%;
    height: 100%;
    min-height: 242px;
    font-size: 16px;
    resize: none;
    outline: 0;
    display: none;
}

.TBONE_thu {
    margin-top: 13px;
}

.TBONE_thu a {
    display: inline-block;
}

.TBONE_thu a img {
    width: 140px;
    vertical-align: top;
}

.form-group .productslink {
    width: 600px;
    height: 44px;
    line-height: 44px;
    border: none;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    color: #555;
}

.form-group .getInfo {
    display: inline-block;
    height: 44px;
    border-radius: 5px;
    text-align: center;
    background: #63c395;
    color: #fff;
    border: none;
    width: 108px;
    margin-left: 16px;
    line-height: 44px;
    vertical-align: bottom;
}

.cmd-card-wrap {
    border-radius: 5px;
    background: #f5f5f5;
    height: auto;
    padding: 25px 27px;
    position: relative;
    display: none;
}

.cmd-card-wrap .arrow {
    position: absolute;
    left: 50%;
    top: -10px;
    width: 0;
    height: 0;
    border-bottom: 11px solid #f5f5f5;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
}

.cmd-card-wrap-img {
    margin-bottom: 27px;
}

.cmd-card-wrap-img > img {
    margin-right: 20px;
    display: block;
    vertical-align: top;
    width: 162px;
    height: 162px;
    max-width: 100%;
}

.cmd-card-wrap-info {
    overflow: hidden;
}

.form-group .productslink-two {
    width: 480px;
    height: 44px;
    border: none;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    color: #555;
}

.form-group .price {
    width: 133px;
    height: 44px;
    border: none;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    color: #555;
}

.cmd-card-wrap-info .form-group {
    margin-bottom: 16px;
}

.form-group .price + span {
    color: #999;
    font-size: 16px;
    margin-left: 10px;
}

.form-group label[for="productslink-two"],
.form-group label[for="price"] {
    width: 80px;
    text-align: right;
    margin-right: 12px;
}

.cmd-card-wrap-imglist {
    /*	margin-bottom: 27px;*/
    background: #fff;
    padding: 24px 0;
}

.cmd-card-wrap-imglist p {
    font-size: 16px;
    margin-right: 12px;
    margin-left: 12px;
}

.cmd-card-wrap-imglist-img li {
    float: left;
    position: relative;
    margin-right: 18px;
}

.cmd-card-wrap-imglist-img li img {
    width: 90px;
    height: 90px;
    vertical-align: top;
}

.cmd-card-wrap-imglist-img li i {
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -5px;
    top: -5px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/cmd-image-x-6e42eef3a4.png) no-repeat center center;
}

.form-group .draft {
    width: 108px;
    height: 44px;
    border: 1px solid #ef1c79;
    color: #ef1c79;
    font-size: 14px;
    background: #fff;
}

.form-group .draft:hover {
    background: #ef1c79;
    color: #fff;
}

.form-group .release {
    width: 108px;
    height: 44px;
    background: #ef1c79;
    color: #fff;
    font-size: 14px;
    margin-left: 37px;
}

/* app发帖商品块结 */

.goods_div {
    width: 100%;
    height: auto;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
}

.goods_div:after {
    clear: both;
}

.goods_div:after,
.goods_div:before {
    display: table;
    content: '';
}

.goods_div {
    *zoom: 1;
}

.goods_div .body {
    width: 400px;
    float: left;
    border: none;
    border-radius: 0;
    overflow: hidden;
    padding: 20px 0 0 20px;
}

.goods_div .body .title {
    padding: 0;
    border: none;
    margin: 0;
    text-indent: 0;
    text-align: left;
    font-size: 18px;
}

.goods_div .body .title a {
    color: #555;
}

.goods_div .body .content {
    color: #555;
    margin-top: 10px;
}

.goods_div .body .content strong,
.goods_div .body .content span {
    font-weight: bold;
    font-style: normal;
    color: #ef1a77;
    margin-right: 5px;
}

.goods_div > img {
    display: block;
    float: right;
    vertical-align: top !important;
    width: 150px !important;
    height: 150px !important;
    margin: 20px 20px 20px 0 !important;

}

#splitPageDiv li {
    padding: 0;
    margin: 0 6px 0 0;
}

/* 团购主页 */
.OtherIndex-box {
    width: 820px;
    margin: 0;
}

.OtherIndex-data > a.actN {
    color: #fff;
    background: #b6b6b6;
    border: 1px solid #b6b6b6;
}

.OtherIndex-tabs {
    width: 820px;
    letter-spacing: -4px;
    font-size: 0;
    text-align: right;
    padding: 20px 0 14px 0;
}

.OtherIndex-tabs-p {
    width: 820px;
    letter-spacing: -4px;
    font-size: 0;
    text-align: right;
    padding: 15px 0;
    *width: 790px;
    _height: 790px;
}

.OtherIndex-tabs-p p {
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 5px;
}

.OtherIndex-tabs li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: 0;
    font-size: 14px;
    color: #6b6b6b;
}

.OtherIndex-tabs li i {
    color: #e51d75;
    font-size: 18px;
}

.OtherIndex-tabs li a {
    color: #6b6b6b;
    padding: 0 15px;
    border-right: 1px solid #6b6b6b;
}

.OtherIndex-tabs li a:hover {
    color: #ef1a77;
}

.OtherIndex-wrap-item {
    margin-bottom: 15px;
    /*	border-top:1px solid #dedede;
    border-right:1px solid #dedede;
    border-bottom:1px solid #dedede;
    border-left:1px solid transparent;*/
    width: 100%;
    height: 259px;
    box-shadow: 0 2px 5px 0px #ebebeb;
}

.OtherIndex-wrap-item > img {
    float: left;
    height: 257px;
    width: 550px;
    cursor: pointer;
}

.OtherIndex-wrap-item-info {
    overflow: hidden;
    background: #fff;
    height: 100%;
    padding: 0 10px 17px 17px;
}

.OtherIndex-data > a {
    display: block;
    height: 32px;
    line-height: 32px;
    width: 100%;
    text-align: center;
    border: 1px solid #fc4863;
    color: #fc4863;
    border-radius: 3px;
    font-size: 16px;
}

.OtherIndex-data > a:hover {
    color: #fff;
    background: #fc4863;
}

.OtherIndex-data > a.active {
    color: #fff;
    background: #b6b6b6;
    cursor: not-allowed;
    border: none;
}

.OtherIndex-data > h4 {
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.OtherIndex-time {
    color: #989898;
    /* padding: 20px 0; */
    line-height: 60px;
    height: 60px;
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 16px;
    background-image: url("../../../resource/tobeOne/images/icon1.png");
    background-repeat: no-repeat;
    background-position-y: 50%;
    padding-left: 20px;
}

.OtherIndex-time b {
    font-weight: bold;
    padding: 0 3px;
}

.OtherIndex-time img {
    vertical-align: middle;
}

.OtherIndex-data .top span,
.OtherIndex-data .bottom span {
    color: #b6b6b6;
}

.OtherIndex-data .top {
    margin-bottom: 32px;
}

.OtherIndex-data .top.deposit {
    margin-bottom: 8px;
}
.OtherIndex-data .top b {
    font-size: 18px;
    color: #fc4863;
    font-weight: normal;
    margin-right: 5px;
}

.OtherIndex-data .bottom {
    margin-bottom: 5px;
}

.OtherIndex-data .bottom span {
    margin-right: 25px;
}

.OtherIndex-data .bottom span b {
    font-weight: normal;
}

/*个人中心 */
.personalcenter-info {
    margin: 0 auto;
    height: auto;
    position: relative;
    padding: 31px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 5px 0px #ebebeb;
    margin-top: 16px;
    margin-bottom: 20px;
}

.personalcenter-info-thumb {
    margin-right: 27px;
    border-radius: 50%;
}

/*.personalcenter-info-thumb a,
.aside-Headportrait-thumb a{
	display: block;
	overflow: hidden;
	width:100px;
	height: 100px;
}*/
.personalcenter-info-thumb img,
.aside-Headportrait-thumb img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    vertical-align: middle;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
}

/*.personalcenter-info-thumb a:hover img,
.aside-Headportrait-thumb a:hover img{
	transform: scale(1.2);
}*/

.personalcenter-info-con {
    width: 40%;
    padding-right: 15px;
}

.personalcenter-info-con small {
    color: #999;
}

.personalcenter-info-con .action {
    margin-top: 10px;
}

.personalcenter-info-con .action a {
    display: inline-block;
    width: 70px;
    height: 26px;
    background: #ccc;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    border-radius: 1px;
}

.personalcenter-info-con .action a.follow {
    background: #63c393;
    color: #fff;
}

.personalcenter-info-con .action a.follow i {
    padding-right: 2px;
}

.personalcenter-info-con .action a.andfollow {
    background: #ccc;
    color: #fff;
}

.personalcenter-info-data {
    position: absolute;
    right: 31px;
    top: 31px;
    letter-spacing: -4px;
    font-size: 0;
}

.personalcenter-info-data li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: 0;
    padding: 0 24px;
    border-right: 1px solid #e4e4e4;
}

.personalcenter-info-data li:last-child {
    border-right: none;
}

.personalcenter-info-data li a {
    display: block;
}

.personalcenter-info-data li a b {
    color: #555;
    display: block;
    margin: 0 auto;
}

.personalcenter-info-data li a span {
    color: #999;
}

.personalcenter-info-data li a:hover b,
.personalcenter-info-data li a:hover span {
    color: #ef1a77;
}

.aside-box {
    width: 242px;
    height: auto;
    position: relative;
}

.aside-box .aside-user,
.aside-Headportrait {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px #ebebeb;
    margin-bottom: 20px;
}

.aside-box .aside-user li {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}

.aside-box .aside-user li:last-child {
    border-bottom: none;
}

.aside-box .aside-user li a {
    display: block;
    text-align: left;
    padding: 15px 0 15px 10px;
    border-radius: 10px;
}

.aside-box .aside-user li a i {
    color: #d04646;
    font-size: 18px;
    vertical-align: middle;
}

.aside-box .aside-user li a span {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}

.aside-box .aside-user li a span:hover {
    color: #ef1a77;
}

.aside-group,
.aside-othergroup {
    height: auto;
    position: relative;
    padding: 14px 8px 0 8px;
    background: #fff;
    box-shadow: 0 2px 5px 0px #ebebeb;
    margin-bottom: 15px;
}

.aside-group li,
.aside-othergroup li {
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0;
}

.aside-group li:last-child,
.aside-othergroup li:last-child {
    border-bottom: 1px solid #eeeeee;
}

.aside-group .aside-group-thumb,
.aside-othergroup .aside-group-thumb {
    width: 48px;
    height: 48px;
    vertical-align: middle;
    border-style: none;
    margin-right: 16px;
}

.aside-group .aside-group-thumb img,
.aside-othergroup .aside-group-thumb img {
    max-width: 100%;
    height: 48px;
    max-height: 48px;
    display: block;
}

.aside-group h5,
.aside-othergroup h5 {
    color: #fe5454;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.aside-group-data {
    max-width: 162px;
}

.aside-group-data h6 {
    color: #2569b0;
    max-width: 162px;
    /*padding-left: 16px;*/

}

.aside-group-data h6 span {
    font-size: 14px;
    color: #e31f75;
}

.aside-group-data h6 a {
    font-size: 14px;
}

.aside-group-data div {
    width: 162px;
    /* padding-left: 16px;*/
}

.aside-group-data a {
    color: #2569b0;
}

.aside-group-data a:hover {
    color: #ef1a77;
}

.aside-group-data span.float-l {
    font-size: 10px;
}

.aside-group-data span.float-l i {
    font-style: normal;
    padding-left: 3px;
}

.aside-group-data a.join {
    /*text-align: center;*/
    display: inline-block;
    width: 42px;
    height: 21px;
    line-height: 21px;
    color: #e53a7e;
    border: 1px solid #e53a7e;
    border-radius: 3px;
    font-size: 10px;
    margin-top: 1px;
    background: url(../images/plus.png) no-repeat 3px 7px;
    text-indent: 1em;
}

.aside-group-data a.andjoin {
    color: #999;
    text-align: center;
    display: inline-block;
    width: 42px;
    height: 21px;
    line-height: 21px;
    color: #999;
    font-size: 12px;
    margin-top: 2px;
}

.aside-group-data a i {
    padding-right: 2px;
}

.aside-group-data div a.join:hover {
    background-color: #e53a7e;
    background-position: 3px 1px;
    color: #fff;
}

.article-box {
    width: 820px;
    min-height: 500px;

}

.article-box-two {
    width: 820px;
    min-height: 500px;
    display: none;
}

.feed-wrap {
    margin-bottom: 15px;
}

.feed-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    vertical-align: middle;
}

.feed-desc {
    width: 736px;
    background: #fff;
    box-shadow: 0 2px 5px 0px #ebebeb;
    height: auto;
    position: relative;
    padding: 5px 24px 10px 24px;
    *
    width: 688px;
    _width: 688px;
}

.feed-desc .arrow {
    width: 0;
    height: 0;
    position: absolute;
    left: -8px;
    top: 26px;
    border-right: 8px solid #fff;
    border-top: 6px solid #f9f9f9;
    border-bottom: 6px solid #f9f9f9;
}

.feed-hd {
    position: relative;
    margin-bottom: 10px;
    margin-left: -10px;
}

.author > a {
    font-size: 14px;
    color: #222;
}

.author > a:hover {
    color: #ef1a77;
}

.author .time {
    font-size: 12px;
    color: #999;
    margin-left: 14px;
}

.feed-share > a {
    display: inline-block;
    width: 17px;
    height: 19px;
    background: url(../images/tinyShareIcon.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
}

.feed-share .sharelist {
    background: #fff;
    width: 120px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    border-radius: 3px;
    padding: 0;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 999;
    display: none;
}

.feed-share .sharelist li {
    padding: 0 10px 0 8px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}

.feed-share .sharelist li a {
    color: #999;
}

.feed-share .sharelist li img {
    width: 25px;
    vertical-align: middle;
}

.title {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    text-indent: 2em;
    text-align: justify;
}

.feed-bd {
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    padding: 24px;
}

.feed-bd img {
    display: block;
    margin: 5px 0;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.feed-bd-onlygoods {
    height: auto;
    border: 1px solid #ddd;
    padding-right: 30px;
    margin-top: 80px;
}

.feed-bd-onlygoods img {
    padding: 0;
    vertical-align: top;
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 25px 0 0;
}

.feed-bd-onlygoods-info p {
    font-size: 16px;
    color: #333;
    padding-top: 30px;
}

.feed-bd-onlygoods-info span {
    color: #e76969;
    font-size: 18px;
    margin-right: 18px;
}

.feed-bd-onlygoods-info del {
    color: #999999;
}

.feed-bd-onlygoods-info a {
    display: block;
    width: 108px;
    height: 42px;
    background: #da362a;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    text-align: center;
    line-height: 42px;
    margin: 0 0 0 auto;
    margin-top: 25px;
}

.feed-ft {
    background: #f5f5f5;
    padding: 28px 22px;
    border: 1px solid #e9e9e9;
    margin-top: 15px;
    position: relative;
    display: none;
}

.feed-ft > i {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    border-bottom: 8px solid #f5f5f5;
    border-bottom: 8px solid #f5f5f5;
    border-bottom: 8px solid #f5f5f5;
}

.feed-ft-box form > img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    vertical-align: middle;
    float: left;
    margin-right: 22px;
    margin-top: 4px;
}

.feed-ft-box .top {
    overflow: hidden;
}

.feed-ft-box .top > input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #dddddd;
    padding-left: 15px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 12px;
}

.feed-ft-box .top button {
    width: 108px;
    height: 36px;
    background: #e76969;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.cmt-list li {

    padding: 12px 0 6px 0;
}

.cmt-list li img,
.feed-ft-box .top > img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 22px;
    float: left;
}

.cmt-list li div {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;

}

.cmt-list li p {
    color: #555555;
    margin-top: 6px;
}

.cmt-list li p + a {
    color: #555555;
}

.cmt-list li p + a:hover {
    color: #729db8;
}

.cmt-list li p a {
    color: #729db8;
}

.feed-bd-onlygoods-info {
    overflow: hidden;
}

.blog-content .blog-img {
    width: 45%;
    margin-right: 5%;
    height: 287px;
}

.blog-content .blog-img a {
    display: block;
    position: relative;
    width: 100%;
    height: 287px;
}

.blog-content .blog-img img {
    display: block;
    vertical-align: middle;
    max-width: 100%;
}

.blog-content .blog-img span {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #dfdfdf;
    display: inline-block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    color: #333;
    text-align: center;
}

.blog-content .blog-info {
    overflow: hidden;
}

.feed-tabs,
.feed-act {
    margin-top: 14px;
    /* letter-spacing: -4px; */
    /* font-size: 0; */
}

.feed-tabs > a {
    font-size: 12px;
    color: #999;
    margin-right: 8px;
    letter-spacing: 0;
}

.feed-tabs > a:hover {
    color: #ef1a77;
}

.feed-act > a {
    font-size: 12px;
    color: #999;
    display: inline-block;
    padding-left: 10px;
    text-align: center;
    border-right: 1px solid #e4e4e4;
    width: 75px;
    margin-right: 10px;
    letter-spacing: 0;
}

.feed-act > a:last-child {
    border-right: none;
}

.feed-act > a > b {
    font-weight: normal;
    padding-left: 5px;
}

.feed-act > a:hover > b {
    color: #ef1a77;
}

.feed-act > a:hover > i {
    color: #ef1a77;
}

.feed-act > a > i {
    font-size: 17px;
}

.feed-act > a.feed-comment {
    background-image: url(../images/pinlun.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
    background-size: 20px;
}

.feed-act > a.feed-forward {
    background-image: url(../images/icons_forward_comment-a8340efd66.png);
    background-repeat: no-repeat;
    background-position: 0 -14px;
    background-size: 34%;
}

.feed-act > a.feed-praize {
    background-image: url(../images/dianzhan.png);
    background-repeat: no-repeat;
    background-position: 0 -19px;
    background-size: 18px;
}

.feed-act > a.feed-collect {
    background-image: url(../images/xinxin.png);
    background-repeat: no-repeat;
    background-position: 0 -23px;
    background-size: 20px;
}

.feed-act > a.feed-comment:hover {
    background-position: 0 2px;
}

.feed-act > a.feed-praize:hover {
    background-position: 0 1px;
}

.feed-act > a.feed-collect:hover {
    background-position: 0 0;
}

.feed-act > a.feed-comment-act {
    background-position: 0 2px;
    color: #ef1a77;
}

.feed-act > a.feed-praize-act {
    background-position: 0 1px;
    color: #ef1a77;
}

.feed-act > a.feed-collect-act {
    background-position: 0 0;
    color: #ef1a77;
}

/*团购小组*/
.aside-Headportrait {
    background: #fff;
    padding-top: 30px;
}

.aside-Headportrait-thumb img {
    margin: 0 auto;
}

.aside-Headportrait-con small {
    color: #999;
}

.aside-Headportrait-con h4 {
    margin-top: 15px;
}

.aside-Headportrait-data {
    background: #e5e5e5;
    letter-spacing: -4px;
    font-size: 0;
    text-align: center;
    padding: 15px 0;
    margin-top: 15px;
}

.aside-Headportrait-data li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: 0;
    padding: 0 24px;
    border-right: 1px solid #dadada;
}

.aside-Headportrait-data li:last-child {
    border-right: none;
}

.aside-Headportrait-data li a {
    display: block;
}

.aside-Headportrait-data li a:hover b,
.aside-Headportrait-data li a:hover span {
    color: #ef1a77;
}

.aside-Headportrait-data li a b {
    color: #555;
    display: block;
    margin: 0 auto;
}

.aside-Headportrait-data li a span {
    color: #999;
}

.tag-head {
    margin-bottom: 15px;
    box-shadow: 0 2px 5px 0px #ebebeb;
    background: #fff;
    padding: 15px;
    width: 820px;
    _width: 790px;
    *width: 790px;
}

.topic-bar {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 16px;
}

.topic-bar .post a {
    display: block;
    width: 60px;
    height: 25px;
    text-align: center;
    color: #fff;
    background: #63c395;
    border-radius: 3px;
    margin-top: 3px;
}

.topic-bar .name {
    font-size: 18px;
    color: #404040;
    padding-left: 40px;
    background: url(../images/list-icon-b99a02eb2b.png) no-repeat 2px -256px;
}

.topic-tags {
    margin-top: 16px;
}

.topic-tags li {
    float: left;
    margin-right: 5px;
}

.topic-tags li a {
    display: block;
    padding: 1px 15px;
    border-radius: 3px;
    color: #404040;
}

.topic-tags li a:hover {
    color: #ef1a77;
}

.topic-tags li.active a {
    color: #fff;
    background: #ee6e6f;
}

.blog-info-dl dt,
.blog-info-dl dd {
    color: #999;
    font-size: 16px;
}

.blog-info-dl dd {
    margin-top: 20px;
}

.blog-info-dl dd a {
    display: block;
    background: #ee6e6f;
    text-align: center;
    color: #fff;
    width: 90px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 3px;
}

.blog-info-dl dt b {
    font-size: 14px;
    font-weight: normal;
}

.blog-info-dl dt i {
    font-style: normal;
    color: #ee6e6f;
    font-size: 22px;
    margin-right: 10px;
}

/*其它小组*/
.aside-adimg {
    margin-bottom: 15px;
}

.aside-adimg img {
    vertical-align: middle;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.aside-slide-title {
    margin-bottom: 5px;
}

.aside-slide-title strong {
    color: #58a313;
}

.aside-slide-title-i {

}

.aside-slide-title-i a {
    /*	text-align: center;
    display: inline-block;
    border:1px solid #c5c5c5;
    color:#9b9b9b;*/
}

.aside-slide-title-i a i {
    line-height: 0;
    padding: 9px 7px;
    border: 1px solid #c5c5c5;
    color: #9b9b9b;
    display: inline-block;
    text-align: center;
}

.aside-slide-article {
    margin-bottom: 15px;
    background: #f3f3f3;
    padding: 10px 0;

}

.aside-slide-article li {
    padding: 0 20px;
    background: url(../images/3.jpg) no-repeat 8px 10px;
}

.aside-slide-article li a {
    display: block;
    color: #222;
}

.aside-slide-article li a:hover {
    color: #ef1a77;
}

.aside-slide-article li span {
    color: #999;
}

.aside-erweima-box {
    background: #fff;
    padding: 10px 16px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px 0px #ebebeb;
}

.aside-erweima {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.aside-erweima img {
    margin-right: 6px;
    width: 83px;
    height: 82px;
    display: block;
    vertical-align: top;
}

.aside-erweima-article {
    overflow: hidden;
}

.aside-download {
    padding-top: 5px;
}

.aside-download a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    color: #222;
    border-right: 1px solid #eeeeee;
    _width: 49%;
    *width: 49%;
}

.aside-download a:last-child {
    border-right: none;
}

.aside-download a img {
    vertical-align: middle;
}

.Thepost a {
    display: block;
    width: 106px;
    height: 34px;
    line-height: 34px;
    background: #7dc73c;
    color: #fff;
    text-align: center;
    border: 1px solid #69b426;
    border-radius: 5px;
    font-size: 14px;
}

.Thepost {
    margin-bottom: 18px;
    width: 820px;
    height: auto;
}

.Thepost a i {
    font-size: 18px;
}

.othergroups-info {
    width: 820px;
    background: #fff;
    padding: 14px;
    box-shadow: 0 2px 5px 0px #ebebeb;
    margin-bottom: 15px;
    _width: 790px;
    *width: 790px;
}

.othergroups-info > img {
    width: 80px;
    height: 80px;
    margin-right: 18px;
}

.othergroups-info-article {
    overflow: hidden;
}

.othergroups-info-article dt {

}

.othergroups-info-article dt h3,
.othergroups-info-article dt a {
    float: left;
}

.othergroups-info-article dt a {
    display: inline-block;
    background: #ebebeb;
    border: 1px solid #eee;
    width: 79px;
    height: 24px;
    text-align: left;
    margin-left: 12px;
    border-radius: 5px;
    color: #444;
    margin-top: 8px;
}

.othergroups-info-article dt a i {
    color: #f96700;
    padding: 0 10px 0 10px;
}

.othergroups-info-article dd {
    color: #636562;
}

.othergroups-info-article dd a {
    color: #999;
    padding: 0 5px;
}

.othergroups-info-article dd a.number {
    color: #f96700;
}

.othergroups-info-article dd span.number {
    color: #f96700;
}

.othergroups-info-article dd a:hover {
    color: #ef1a77;
}

.othergroups-lists {
    width: 820px;
    margin: 0;
    padding: 0;
    height: auto;
}

.othergroups-lists-box {
    display: none;
}

.othergroups-lists-box-item {
    padding: 14px 16px 14px 30px;
    border-bottom: 1px dashed #d9d9d9;
}

.othergroups-lists-box-item > img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 14px;
    margin-top: 10px;
}

.othergroups-lists-box-item .othergroups-lists-box-item-article {
    overflow: hidden;
}

.itemdata i {
    font-style: normal;
}

.itemdata .name {
    color: #323232;
}

.itemdata span {
    color: #999;
}

.itemtitle > a {
    font-size: 16px;
    color: #323232;
}

.itemtitle > a:hover {
    color: #ef1a77;
}

.itemtitle div img,
.itemdata div img {
    vertical-align: middle;
}

.itemdata .left a,
.itemdata .left span {
    margin-right: 10px;
}

.itemdata .left a:hover {
    color: #ef1a77;
}

.itemdata .right span {
    margin-left: 150px;
}

.othergroups-page {
    letter-spacing: -4px;
    font-size: 0;
    text-align: right;
    margin-top: 80px;
}

.othergroups-page li {
    letter-spacing: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    margin-right: 5px;
}

.othergroups-page li form {
    height: 28px;
    line-height: 28px;
    vertical-align: bottom;
}

.othergroups-page li a {
    color: #646462;
    display: block;
    border: 1px solid #cdcfcc;
    padding: 0 8px;
    _display: inline-block;
}

.othergroups-page li.active a {
    background: #6bb628;
    color: #fff;
    border: 1px solid #6bb628;
}

.othergroups-page li:hover a {
    background: #6bb628;
    color: #fff;
    border: 1px solid #6bb628;
}

.othergroups-page li button {
    background: #6bb628;
    color: #fff;
    display: inline-block;
    width: 56px;
    height: 28px;
    line-height: 28px;
    border-radius: 10px;
    border: none;
    margin: 0 10px;
    vertical-align: bottom;
}

.othergroups-page li label {
    color: #646462;
}

.othergroups-page li input {
    width: 37px;
    height: 24px;
    border: 1px solid #cdcfcc;
}

.othergroups-lists-title .time {
    position: absolute;
    right: 0;
    top: 0;
}

.othergroups-lists-title .time a {
    display: inline-block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #e6e6e4;
    color: #a5a6a8;
    border-radius: 15px;
    margin-left: 5px;
    font-size: 12px;
}

.othergroups-lists-title .time a:hover {
    background: #909090;
    color: #fff;
}

.othergroups-lists-title {
    position: relative;
}

.othergroups-lists-title .class {
    /*border-bottom:1px solid #e0e5e8;*/
}

.othergroups-lists-title .line {
    width: 100%;
    height: 1px;
    background: #e0e5e8;
    position: relative;

}

.othergroups-lists-title .line span {
    display: inline-block;
    width: 82px;
    height: 1px;
    background: #e0e5e8;
    position: absolute;
}

.othergroups-lists-title .line span.one {
    left: 0;
    top: 0;
}

.othergroups-lists-title .line span.two {
    left: 85px;
    top: 0;
}

.othergroups-lists-title .line span.active {
    background: #fff;
}

.othergroups-lists-title .class li {
    float: left;
    background: #f0f0f0;
    width: 82px;
    height: 31px;
    line-height: 31px;
    border-left: 1px solid #e0e5e8;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #e0e5e8;
    border-top: 1px solid #e0e5e8;
    color: #323232;
    text-align: center;
    margin-right: 3px;
}

.othergroups-lists-title .class li.active {
    background: #fff;
    border-top: 2px solid #e0e5e8;
    border-bottom: none;
}

.othergroups-lists-title .class li a {
    display: block;
    color: #323232;
}

@media screen and (max-width: 1024px) {
    .head, .banner, .footer {
        width: 1080px;
        margin: 0 auto;
    }
}

.Secondskill-box-info .bottom .icon-double-angle-down, .Secondskill-box-info .bottom .icon-double-angle-up {
    cursor: pointer;
    color: #e90177;
}

.Secondskill-box-info .bottom .desinfo {
    transition: height 0.5s ease 0s;
    font-size: 14px;
    color: #a3a3a3;
}

.Secondskill-box-info .bottom .desinfo h1 {
    font-size: 26px;
    color: #a3a3a3;
}

.setup-right {
    width: 828px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    padding: 20px 45px;
    margin-left: 252px;
}

.listTh {
    background-color: #ef1a77;
    height: 48px;
    min-height: 48px;
    border: 1px solid #d50e53;
    color: #ffffff;
}

.goods_div > .remove_parent {
    position: absolute;
    right: -13px;
    top: -13px;
    z-index: 999;
}

.goods_div > .remove_parent i {
    font-size: 18px;
}

#splitPageDiv {
    margin-top: 40px;
}

#splitPageDiv li {
    min-height: 0;
}

.cmt-list .bbs-page li {
    padding: 0px;
    margin-top: 20px;
}

/*无数据时样式*/
.nulldata {
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    text-align: center;
}

.nulldata span {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
}

.nulldata span .blankPic {
    display: inline-block;
    height: 45px;
    width: 45px;
    margin-right: 20px;
    background: url("../images/blankweb.png") no-repeat 0 0;
    background-size: contain;
}

/*团购商品样式*/
.Other-main-p-item .goodstitle {
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.Other-main-p-item .goodsinfo {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 50px;
}

.Other-main-p-item .content-box-right {
    padding-left: 25px;
    position: relative;
}

.Other-main-p-item .content-box-right .price {
    background: #fff;
    padding: 0;
    margin-bottom: 15px;
}

.Other-main-p-item .content-box-right .text-right {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.Other-main-p-item .content-box-right .text-right a {
    border-radius: 10px;
}

.Other-main-p-item .content-box-right .price b.money {
    font-size: 30px;
}

.Secondskill-box-info .bottom .desinfo {
    overflow: hidden;
}

.Secondskill-box-info .bottom .desinfo pre {
    max-height: 325px;
    overflow: hidden
}

.content .taobaoPublic {
    width: 100px;
    height: 20px;
}

.actswitch {
    width: 1080px;
    margin: 0 auto;
    padding: 30px;
}

.annDiv {
    padding: 10px;
}

.gonggao {
    margin-left: 15px;
}

.briefInfo {
    color: #666;
    line-height: 20px;
    font-size: 12px;
}

a.link_article{
    color: #666 !important;
    line-height: 20px;
    font-size: 12px !important;
    font-weight: normal !important;
}

.unfold{
    float: right;
    margin-right: 13px;
    border: 1px solid #f10180;
    padding: 3px 8px;
    border-radius: 6px;
    line-height: 1;
    color: #f10180;
    cursor: pointer;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.unfold:hover{
    color:#fff;
    background: #f10180;
}

.unfold.up{
    display: none;
}

.unfoldContent{
    height: 300px;
    overflow: hidden;
}

.feed-share a.trash.showBlock{
    display: inline-block!important;
}
.menuActive{
    color:#ef1a77
}