﻿@charset "utf-8";

body {
	background: #f5f5f5;
}

/* 头部样式 */
.header {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 10px;
	background: #FFFFFF;
}

.header .top {
	width: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 12px;
	color: #b0b0b0;
	background: #333;
}

.header .top ul li span {
	line-height: 40px;
	margin: 0 3.6px;
	color: #424242;
}

.header .top ul li a {
	font-size: 12px;
	color: #b0b0b0;
	line-height: 40px;
}

.header .top ul li a:hover {
	color: #FFFFFF;
}

.header .top .fr {
	font-size: 12px;
	color: #b0b0b0;
	line-height: 40px;
}

.header .top .fr span {
	line-height: 40px;
	margin: 0 3.6px;
	color: #424242;
}

.header .top .fr a {
	color: #b0b0b0;
}

.header .top .fr a:hover {
	color: #FFFFFF;
}

.header .top .fr .gongzhonghao {
	/* position: relative; */
	margin-left: 15px;
}

.header .top .fr .gongzhonghao .anniu {
	color: #fff;
	background: #ff6700;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.header .top .fr .gongzhonghao .yincang {
	display: none;
	position: absolute;
	margin-left: -10px;
	z-index: 999;
	width: 188px;
	height: 81px;
	color: #424242;
	background: #fff;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	line-height: 20px;
}

.header .top .fr .gongzhonghao .yincang img {
	width: 60px;
	height: 60px;
}

.header .top .fr .gongzhonghao .yincang .wenzi {
	width: 95px;
	height: auto;
	line-height: 20px;
	margin-left: 10px;
	color: #424242;
	overflow: hidden;
}

.header .top .fr .gongzhonghao .yincang .wenzi:hover {
	color: #e53935;
}

.header .top .fr .gongzhonghao .yincang span {
	color: #e53935;
}

.header .nav {
	width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFFFFF;
}

.header .nav .logo {
	display: block;
	width: 200px;
	padding-top: 20px;
}

.header .nav .logo img {
	max-width: 190px;
}

.header .nav ul li a {
	color: #FF9966;
	display: block;
	line-height: 100px;
	padding: 0 10px;
	color: #333;
}

.header .nav ul li .act {
	color: #FF9966;
}

.header .nav ul li a:hover {
	color: #FF9966;
}

.header .nav .sousuo {
	width: 296px;
	margin-top: 25px;
}

.header .nav .sousuo form {
	position: relative;
	width: 296px;
	height: 50px;
}

.header .nav .sousuo form input {
	position: absolute;
	top: 0;
	right: 51px;
	z-index: 1;
	width: 245px;
	height: 50px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 48px;
	border: 1px solid #e0e0e0;
	outline: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .nav .sousuo form button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 52px;
	height: 50px;
	font-size: 24px;
	line-height: 24px;
	background: #fff;
	color: #616161;
	border: 1px solid #e0e0e0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .nav .sousuo form button:hover {
	background: #ff6700;
}

.header .nav .sousuo form button .yincang {
	display: none;
}

.header .nav .sousuo form button:hover .xianshi {
	display: none;
}

.header .nav .sousuo form button:hover .yincang {
	display: inline;
}

.header .nav .sousuo form .sousuo-con {
	position: absolute;
	top: 17px;
	right: 62px;
	z-index: 2;
	text-align: right;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.header .nav .sousuo form .sousuo-con a {
	display: inline-block;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 12px;
	background: #eee;
	color: #757575;
	-webkit-transition: all .2s;
	transition: .2s;
}

.header .nav .sousuo form .sousuo-con a:hover {
	background: #ff6700;
	color: #fff
}

.header .fenlei {
	width: 100%;
	height: auto;
	background: #FFFFFF;
}

.header .fenlei .w .fenlei-top {
	color: #757575;
	font-size: 14px;
	overflow: hidden;
}

.header .fenlei .w .fenlei-top a {
	color: #757575;
}

.header .fenlei .w .fenlei-top a:hover {
	color: #ff6700;
}

.header .fenlei .w .fenlei-top span {
	display: block;
	margin: 0 5px;
}

.header .fenlei .w .fenlei-con {
	background: #FFFFFF;
	height: auto;
	overflow: hidden;
	padding: 18px 0;
}

.header .fenlei .w .fenlei-con .w {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-right: 60px;
	border-top: 1px solid #ededed;
}

.header .fenlei .w .fenlei-con .left {
	color: #b0b0b0;
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	font-size: 14px;
}

.header .fenlei .w .fenlei-con .fr {
	width: 1036px;
}

.header .fenlei .w .fenlei-con .fr ul li {
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #424242;
	font-size: 14px;
	width: 128px;
	padding: 5px 4px;
	height: 35px;
	line-height: 25px;
	background-color: #ececec;
	margin: 10px;
}

.header .fenlei .w .fenlei-con .fr ul li a {
	color: #424242;
}

.header .fenlei .w .fenlei-con .fr ul li a:hover {
	color: #ff6700;
}

.header .fenlei .w .fenlei-con .w:first-child {
	border-top: none;
}

/* 内容区域 */
.content {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px 0 0px;
	background: #f5f5f5;
}

.content .item:nth-child(4n+0) {
	margin-right: 0;
}

.content .item {
	display: block;
	width: 296px;
	height: 383px;
	padding-top: 47px;
	margin-right: 14px;
	margin-bottom: 14px;
	text-align: center;
	background: #fff;
	transition: box-shadow .5s linear;
	color: #424242;
	font-size: 14px;
}

.content .item:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.content .item img {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 200px;
}

.content .item .ell_1 {
	width: 230px;
	margin: 0 auto;
}

.price {
	margin: 0 0 15px;
	color: #ff6700;
}

.fenye {
	width: 100%;
	height: 95px;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.fenye .w {
	position: relative;
	overflow: hidden;
	height: 95px;
}

.fenye .fenye-con {
	position: absolute;
	height: 50px;
	margin-top: 20px;
	left: 170px;
}

.fenye .fenye-con .act {
	background: #ccc;
	color: #FFFFFF;
}

.fenye .fenye-con a {
	display: block;
	color: rgb(51, 51, 51);
	background: #fff;
	margin: 0px 1px 0px 10px;
	padding: 4px 20px;
	font-size: 14px;float:left;
}
 

.footer-top {
	background: #f5f5f5;
}

.fuwu {
	padding: 27px 0;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fuwu a {
	display: block;
	width: 242.74px;
	height: 25px;
	border-left: 1px solid #e0e0e0;
	font-size: 16px;
	color: #616161;
	line-height: 25px;
	text-align: center;
}
.fuwu a img{
	width: 30px;
}
.fuwu a:hover{
	color: #616161;
}
.fuwu a:first-child {
	border-left: 0;
}

.dibuxinxi {
	overflow: hidden;
	padding: 40px 0;
}

.dibuxinxi .left {
	width: 243px;
	height: 112px;
	margin: 0;
	text-align: center;
}

.dibuxinxi .left div {
	margin: -1px 0 26px;
	font-size: 14px;
	line-height: 1.25;
	color: #424242;
}

.dibuxinxi .left a {
	color: #757575;
	display: block;
	margin: 10px 0 0;
	font-size: 12px;
}
.dibuxinxi .left a img{
	width: 20px;
}
.dibuxinxi .left a:hover {
	color: #ff6700;
}

.dibuxinxi .right {
	width: 251px;
	height: 112px;
	border-left: 1px solid #e0e0e0;
	text-align: center;
	color: #616161;
}

.dibuxinxi .right .dianhua {
	margin: 0 0 5px;
	font-size: 22px;
	line-height: 1;
	color: #ff6700;
}

.dibuxinxi .right p {
	margin: 0 0 16px;
	font-size: 12px;
}

.dibuxinxi .right a {
	display: block;
	width: 118px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	border: 1px solid #ff6700;
	background: #fff;
	color: #ff6700;
	text-align: center;
	transition: all .4s;
	cursor: pointer;
	margin: 0 auto;
}

.dibuxinxi .right a:hover {
	background: #ff6700;
	color: #FFFFFF;
}

.footer-b {
	width: 100%;
	padding: 30px 0;
	font-size: 12px;
	background: #fafafa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 100px;
}

.footer-b .neirong {
	color: #b0b0b0;
	padding-left: 10px;
}

.footer-b .neirong p,
.footer-b .neirong div {
	margin: 0;
	line-height: 18px;
}

.footer-b .neirong a {
	color: #b0b0b0;
}

/* 详情页面样式 */
.mianbaoxie {
	height: 65px;
	line-height: 65px;
	width: 100%;
	margin-top: 0;
	color: #616161;
	z-index: 4;
	background: #fff;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
	font-size: 18px;
	overflow: hidden;
}

.mianbaoxie span {
	display: block;
	margin: 0 3px;
}

.mianbaoxie .fr {
	color: red;
	font-size: 14px;
}

.xiangqing {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;

}

.xiangqing .lunbo {
	padding-top: 32px;
	background: #FFFFFF;
	overflow: hidden;
}

.xiangqing .lunboL {
	width: 560px;
	height: 460px;
	overflow: hidden;
}

.xiangqing .lunboL .slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.xiangqing .lunboL .slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.xiangqing .lunboL .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.xiangqing .lunboL .slideBox .hd ul li {
	float: left;
	margin: 0 5px;
	width: 50px;
	height: 2px;
	background: #a3a3a3;
	cursor: pointer;
}

.xiangqing .lunboL .slideBox .hd ul li.on {
	background: #ccc;
	color: #fff;
}

.xiangqing .lunboL .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.xiangqing .lunboL .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.xiangqing .lunboL .slideBox .bd img {
	width: 460px;
	height: 460px;
	display: block;
	margin: 0 auto;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.xiangqing .lunboL .slideBox .prev img {
	display: block;
	margin: 0 auto;
	margin-top: 18px;
}

.xiangqing .lunboL .slideBox .next img {
	display: block;
	margin: 0 auto;
	margin-top: 18px;
}

.xiangqing .lunboL .slideBox .prev,
.xiangqing .lunboL .slideBox .next {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 41px;
	height: 69px;
	background: url(../images/left.png) no-repeat -84px 50%;
}

.xiangqing .lunboL .slideBox .next {
	left: auto;
	right: 0;
	background: url(../images/left.png) no-repeat -125px 50%;
}

.xiangqing .lunboL .slideBox .prev:hover {
	background: url(../images/left.png) no-repeat;
}

.xiangqing .lunboL .slideBox .next:hover {
	background: url(../images/left.png) no-repeat -42px 50%;
}

.xiangqing .lunboR {
	width: 606px;
	height: auto;
	overflow: hidden;
}

.xiangqing .lunboR h1 {
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
	color: #212121;
}

.xiangqing .lunboR p,
.xiangqing .lunboR .neirong,
.xiangqing .lunboR .tishi {
	display: block;
	color: #b0b0b0;
	padding-top: 8px;
	font-size: 14px;
	overflow: hidden;
}

.red {
	color: #ff6700 !important;
}

.red2 {
	color: red !important;
}

.xiangqing .lunboR .rexian {
	color: #ff6700;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 12px;
	padding-bottom: 20px;
	overflow: hidden;
	margin-top: 20px;
}

.xiangqing .lunboR h3 {
	font-size: 18px;
	display: block;
	margin-top: 30px;
}

.xiangqing .lunboR .xiangmu {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 30px;
}

.xiangqing .lunboR .xiangmu div{
	width: 107.9px;
	height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	display: block;
	margin-right: 10px;
	height: 42px font-size: 14px;
}


.xiangqing .lunboR .xiangmu div:hover{

        background-color:#f3f3f3;
        color:#fff;

        
}


.xiangqing .lunboR .xiangmu div p {
	
        color: #333 !important;
	margin-top: 3px !important;
}

.xiangqing .lunboR .xiangmu div img {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	display: block;
	margin-top: 13px;
	margin-left: 10px;
}

.xiangqing .lunboR .xunjia {
	overflow: hidden;
	font-size: 14px;
	padding-bottom: 30px;
}

.xiangqing .lunboR .xunjia a {
	display: block;
	width: 298px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	background: #ff6700;
	border: 1px solid #ff6700;
	color: #fff;
	text-align: center;
	margin-right: 15px;
}

.xiangqing .lunboR .xunjia p {
	padding: 0 !important;
	color: #333 !important;
	margin: 0 10px;
}

.xiangqing .lunboR .shuoming {
	overflow: hidden;
	padding-bottom: 60px;
}

.xiangqing .lunboR .shuoming div {width:100px;
	margin-right: 20px;
}

.xiangqing .lunboR .shuoming div img {
	width: 25px;
}

.xiangqing .lunboR .shuoming div p {
	padding-top: 1px !important;
	margin-left: 7px;
}
.xiangqing-con{
	padding-bottom: 50px;
	overflow: hidden;
	background:#fafafa;
}
.remen {
	overflow: hidden;
	padding-bottom: 10px;
}

.remen h3 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding: 22px 0;
}
.remen .item:nth-child(5){
	margin-right: 0;
}
.remen .item {
	width: 232px;
	height: 240px;
	float: left;
	margin-top: 8px;
	margin-right: 16px;
	background-color: #fff;
	font-size: 14px;
	color: #757575;
}
.remen .item:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.remen .item img{
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 200px;
}
.miaoshu {
	background: #FAFAFA;
	overflow: hidden;
}
.miaoshu .w .neirong{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFFFFF;
	padding: 20px;
    font-size: 16px;
    line-height: 28px;
}
.miaoshu .w .neirong p{
	 line-height: 28px;
	 margin-bottom: 10px;
}
.miaoshu .w .neirong img{
	max-width:1024px;text-align:center;
	
}
.miaoshu .w .neirong div{
	padding-top: 30px;
}
.weixin .w .con{
    width: 100%;
    overflow: hidden;
	height: 160px;
}




 
@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
  50% {
    transform: translatey(-30px);
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
}
@-moz-keyframes float {
  0% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
  50% {
    transform: translatey(-30px);
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
}
@-o-keyframes float {
  0% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
  50% {
    transform: translatey(-30px);
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
  50% {
    transform: translatey(-30px);
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
}
*:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pop-up {
	display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  overflow-y: auto;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .pop-up {
    width: calc(100% - 40px);
    height: auto;
    max-width: 900px;
  }
}
.pop-up .content {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  text-align: center;
  position: relative;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .pop-up .content {
    min-height: inherit;
  }
}
.pop-up .content .container {
  padding: 100px 20px 140px;
}
@media (min-width: 568px) {
  .pop-up .content .container {
    padding: 50px 20px 80px;
  }
}
@media (min-width: 768px) {
  .pop-up .content .container {
    padding: 70px 0px 90px;
    max-width: 520px;
    margin: 0 auto;
  }
}
.pop-up .content .close {
  position: absolute;
  top: 20px;
  RIGHT: 20px;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  color: #3e4146;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
   background-color:#f3f3f3; width:50px;z-index:10000;
}
.pop-up .content .close:hover {
  cursor: pointer;
  color: #f66867;
}
.pop-up .content .dots .dot {
  position: absolute;
  border-radius: 100%;
  z-index: 11;
}
.pop-up .content .dots .dot:nth-of-type(1) {
  top: -80px;
  right: -80px;
  width: 160px;
  height: 160px;
  background-color: #689bf6;
  -webkit-animation: float 6s ease-in-out infinite;
  -moz-animation: float 6s ease-in-out infinite;
  -o-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}
@media (min-width: 768px) {
  .pop-up .content .dots .dot:nth-of-type(1) {
    top: -190px;
    right: -190px;
    width: 380px;
    height: 380px;
  }
}
.pop-up .content .dots .dot:nth-of-type(2) {
  bottom: -120px;
  left: -120px;
  width: 240px;
  height: 240px;
  background-color: #f66867;
  -webkit-animation: float 8s ease-in-out infinite;
  -moz-animation: float 8s ease-in-out infinite;
  -o-animation: float 8s ease-in-out infinite;
  animation: float 8s ease-in-out infinite;
}
.pop-up .content .dots .dot:nth-of-type(3) {
  bottom: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background-color: #ffd84c;
  -webkit-animation: float 4s ease-in-out infinite;
  -moz-animation: float 4s ease-in-out infinite;
  -o-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}
.pop-up .content .title h1 {
  text-align: center;
  color: #f66867;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 0.05rem;
}
.title h2{ font-size: 1rem;}
.pop-up .content img {
  width: 100%;
  max-width: 220px;
  display: inline-block;
  margin: 30px 0 40px 0;
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .pop-up .content img {
    max-width: 300px;
  }
}
.pop-up .content .subscribe h1 {
  font-size: 1.5rem;
  color: #3e4146;
  line-height: 130%;
  letter-spacing: 0.07rem;
  margin-bottom: 30px;
}
.pop-up .content .subscribe h1 span {
  color: #f66867;
}
.pop-up .content .subscribe form {
  overflow: hidden;
}
.pop-up .content .subscribe form input {
  width: 100%;
  float: left;
  padding: 15px 20px;
  text-align: center;
  font-family: inherit;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  outline: 0;
}
.pop-up .content .subscribe form input[type=email] {
  margin-bottom: 15px;
  border: 1px solid #orange;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .pop-up .content .subscribe form input[type=email] {
    margin-bottom: 0px;
    width: 75%;
    border-right-width: 0px;
  }
}
.pop-up .content .subscribe form input[type=email]:focus {
  border-color: #3e4146;
}
.pop-up .content .subscribe form input[type=button] {
  background-color: #8e6ac1;
  color: #ffffff;
  border: 1px solid #8e6ac1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .pop-up .content .subscribe form input[type=button] {
    width: 25%;
  }
}
.pop-up .content .subscribe form input[type=button]:hover {
  cursor: pointer;
  background-color: #7349af;
  border-color: #7349af;
}
.pop-up.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.pop-up.open img {
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.gobuy{text-align:left;color:#aaa;  }
.gobuy td{height:35px;}
.gobuy input{color: #c3c3c3; height:29px;line-height:205px;padding-left:10px;border:1px #ccc solid;background: none;}
.gobuy li{
list-style:none;
height:35p;
line-heigth:35px; 
background-color:#ff6700;
width:80px;
margin-top:10px; margin-left:120px;
}

.gbun {background-color:ff6700}
 
 