
.offer {
 padding: 30px 20px 0;
}

.offer:before {
 position: absolute;
 left: 0;
 top: 0;
 display: block;
 width: 100%;
 height: 10px;
 margin-bottom: 20px;
 background: rgb(77, 98, 214);
 background: -moz-linear-gradient(90deg, rgba(77, 98, 214, 1) 0%, rgba(178, 42, 174, 1) 33%, rgba(238, 112, 55, 1) 66%, rgba(218, 44, 129, 1) 100%);
 background: -webkit-linear-gradient(90deg, rgba(77, 98, 214, 1) 0%, rgba(178, 42, 174, 1) 33%, rgba(238, 112, 55, 1) 66%, rgba(218, 44, 129, 1) 100%);
 background: linear-gradient(90deg, rgba(77, 98, 214, 1) 0%, rgba(178, 42, 174, 1) 33%, rgba(238, 112, 55, 1) 66%, rgba(218, 44, 129, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d62d6", endColorstr="#da2c81", GradientType=1);
 content: '';
}

.offer h1 {
 font-size: 28px;
 line-height: 30px;
 padding-bottom: 10px;
}

.offer .logo {
 float: left;
 display: block;
 width: 120px;
 border: 1px solid #e6e6e6;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.offer .info {
 clear: both;
 padding-top: 20px;
}

.offer a.button-m {
 font-size: 18px;
}

.offer .price {
 margin-left: 170px;
 padding-top: 10px;
 background-position: 50% 30px;
}

.offer .price .item:nth-child(2) {
 padding-left: 20px;
}

.offer .price a.button-m {
 margin-top: 10px;
}

.offer .bullet li {
 padding-bottom: 6px;
}

.offer .bullet li:last-child {
 padding-bottom: 0;
}

.verified:after {
 position: relative;
 top: -1px;
 display: inline-block;
 vertical-align: middle;
 width: 18px;
 height: 18px;
 background: url("../images/verified.png") 0 0 no-repeat;
 margin-left: 10px;
 content: '';
}

/*   post   */

.post {
 padding: 25px 0;
 border-bottom: 1px solid #ebebeb;
}

.post .info {
 margin: 0 20px 20px;
 background: url("../images/share-icon.png") 98% 50% no-repeat;
}

.post .info:after {
 display: block;
 clear: both;
 content: '';
}

.post .info img {
 float: left;
 width: 38px;
 border: 1px solid #e6e6e6;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.post .info .login {
 float: left;
 height: 38px;
 line-height: 38px;
 font-size: 20px;
 font-weight: 700;
 padding-left: 12px;
}

.post .info a.button-m {
 float: right;
 width: 160px;
}

.post h2 {
 font-size: 20px;
 padding: 0 20px 15px;
}

.post h2 span {
 display: block;
}

.post img.im {
 display: block;
 margin: 0 auto;
}

.post .desc {
 background: url("../images/post-icons.png") 50% 0 no-repeat;
 margin-top: 20px;
 padding: 40px 20px 0;
}

.post .desc p {
 padding-bottom: 15px;
}

.post .desc p b {
 font-size: 20px;
}

.post .like {
 font-size: 20px;
 font-weight: 700;
 padding-bottom: 5px;
}

.post .date {
 color: #999;
 font-size: 15px;
 margin-top: -5px;
}

.post .list-v1 {
 padding-bottom: 5px;
}

.list-v1 li {
 padding-bottom: 10px;
}

/*   order form   */

.order_form {
 padding-top: 20px;
}

.order_form .head {
 padding: 0 20px 20px;
}

.order_form .head img {
 float: left;
 width: 38px;
 border: 1px solid #e6e6e6;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.order_form .head .login {
 float: left;
 height: 38px;
 line-height: 38px;
 font-size: 20px;
 font-weight: 700;
 padding-left: 12px;
}

.order_form .head h3 {
 float: right;
 height: 38px;
 line-height: 38px;
 font-size: 20px;
 font-weight: 700;
}

.order_form .head:after {
 display: block;
 clear: both;
 content: '';
}

.order_form .box {
 margin: 0 20px;
 padding: 20px 30px 30px;
 border: 1px solid #ebebeb;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.order_form .item {
 text-align: center;
}

.order_form .order_form .price p {
 font-size: 18px;
}

.order_form .price .value {
 font-size: 42px;
 line-height: 42px;
}

.order_form .price .value i {
 font-size: 32px;
}

.stock {
 text-align: center;
 color: #999;
 font-size: 16px;
 padding-top: 20px;
 line-height: 20px;
}

.stock i {
 font-style: normal;
 color: #376189;
}

.stock span {
 display: block;
}

/*   footer   */

.footer {
 text-align: center;
 padding: 20px 0 25px;
 background: #f8f8f8;
 border-top: 1px solid #ebebeb;
}

.footer img {
 display: block;
 margin: 0 auto 15px;
}

.footer p {
 text-align: center;
}

.footer a {
 display: inline-block;
 font-size: 15px;
 color: #333;
}

.footer a:hover {
 text-decoration: none;
}


.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }

.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }

.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }

.errorMessage {font-size: 11px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 32px 0 0; }