.fadein {
  -webkit-animation-name: fadein;
  animation-name: fadein;
}
@keyframes fadein{
    0%{opacity: 0;
    	    -webkit-transform: scale(0);
    transform: scale(0);
         }
    100%{
        opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);

    }
}
@-webkit-keyframes fadein{
        0%{opacity: 0;
        	    -webkit-transform: scale(0);
    transform: scale(0);
         }
    100%{
        opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);

    }
}
@-moz-keyframes fadein{
        0%{opacity: 0;
        	    -webkit-transform: scale(0);
    transform: scale(0);
         }
    100%{
        opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);

    }
}
@-o-keyframes fadein{
        0%{opacity: 0;
        	    -webkit-transform: scale(0);
    transform: scale(0);
         }
    100%{
        opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);

    }
}
@-ms-keyframes fadein{
        0%{opacity: 0;
        	    -webkit-transform: scale(0);
    transform: scale(0);
         }
    100%{
        opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);

    }
}
html1{
    animation:fadein 1s linear 1;
    -webkit-animation:fadein 1s linear 1;
    -moz-animation:fadein 1s linear 1;
    -o-animation:fadein 1s linear 1;
    -ms-animation:fadein 1s linear 1;
}
.choose_shop_aready{
	    animation:fadein 0.5s linear 1;
    -webkit-animation:fadein 0.5s linear 1;
    -moz-animation:fadein 0.5s linear 1;
    -o-animation:fadein 0.5s linear 1;
    -ms-animation:fadein 0.5s linear 1;
}
.xq_details{
	    animation:fadein 0.5s linear 1;
    -webkit-animation:fadein 0.5s linear 1;
    -moz-animation:fadein 0.5s linear 1;
    -o-animation:fadein 0.5s linear 1;
    -ms-animation:fadein 0.5s linear 1;
}
.xqms{
	    animation:fadein 0.5s linear 1;
    -webkit-animation:fadein 0.5s linear 1;
    -moz-animation:fadein 0.5s linear 1;
    -o-animation:fadein 0.5s linear 1;
    -ms-animation:fadein 0.5s linear 1;
}

.myswipe{
		    animation:fadein 0.5s linear 1;
    -webkit-animation:fadein .5s linear 1;
    -moz-animation:fadein .5s linear 1;
    -o-animation:fadein .5s linear 1;
    -ms-animation:fadein .5s linear 1;
}
html {
	font-size: 100%;
}

body {
	font-size: 100%;
}
/*
*{
transition: width 1s ease, height 1s ease;
}
*/

.disshow {
	display:none;
}
.bf{
	font-size:2rem;
	line-height:4rem;
	color:yellow;
}
.mf{
	font-size:1.5rem;
	line-height:3rem;
	color:yellow;
}
.sf{
	font-size:1rem;
	line-height:2rem;
	color:yellow;
}
.bannerbox {
        width:100%;
        position:relative;
        overflow:hidden;
        height:800px;  /*图片高度*/
        background:#ffffff;
    }
.banner {
        width:800px; /*图片宽度*/
        position:absolute;
        left:50%;
        margin-left:-400px; /*图片宽度的一半*/
        background:#ffffff;
    }
.bannerbox1 {
        width:100%;
        position:relative;
        overflow:hidden;
        height:500px;  /*图片高度*/
        background:#ffffff;
    }
.banner1 {
        width:1920px; /*图片宽度*/
        position:absolute;
        left:50%;
        margin-left:-960px; /*图片宽度的一半*/
        background:#ffffff;
    }
a{text-decoration : none !important;color:yellow;}
a:hover{ text-decoration:none !important;}
a:link{text-decoration:none !important;}
a:visited{text-decoration:none !important;}
a:active{text-decoration:none !important;}
.nav{
  background: url("../intro/y.png");
  background-size: 24px 24px;
	background-repeat:no-repeat;
	color:yellow;
  line-height:24px;
  display:inline-block;
  padding:0px 0px 0px 18px;
  text-decoration:none;
  boreder:0;
  margin-top:50px;
  width:560px;
  height:350px;
  min-width:560px;
  min-height:350px;
}
.nav1{
  background: url("../intro/u.png");
  background-size: 24px 24px;
	background-repeat:no-repeat;
  line-height:24px;
  color:#ffffff;
  display:inline-block;
  padding:0px 0px 0px 18px;
  text-decoration:none;
  boreder:0;
  margin-top:50px;
  width:560px;
  height:350px;
  min-width:560px;
  min-height:350px;
}
.nav1:active{
  background: url("https://bjfwlc.cn/images/intro/y.png");
  background-size: 24px 24px;
	background-repeat:no-repeat;
  color:yellow;
}
.nav1:hover{
  background: url("https://bjfwlc.cn/images/intro/y.png");
  background-size: 24px 24px;
	background-repeat:no-repeat;
  color:yellow;
}
.nav1:visited{
  background: url("https://bjfwlc.cn/images/intro/y.png");
  background-size: 24px 24px;
	background-repeat:no-repeat;
  color:yellow;
}
.nav1:link{
  background: url("https://bjfwlc.cn/images/intro/y.png");
  background-size: 24px 24px;
	background-repeat:no-repeat;
  color:yellow;
}
.myremark{
background-color:rgba(95,0,1,1);background-image: url(../intro/bg.jpg);background-size:100vw auto;background-attachment: scroll;background-repeat: repeat;background-position: center center;
border: 1px solid #ffff00;
line-height:36px !important;
font-weight:100px !important;
border-radius:5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
min-width:50%;
max-width:50%;
min-height:50vh;
max-height:50vh;
float:left;
width:50%;
height:50vh;
display:none;
overflow: hidden;
padding:20px;
color:yellow;
margin-top:50px;
text-indent:2rem;font-size:16px;line-height:22px;word-spacing:1px !important;letter-spacing:1px !important;text-align: justify;font-weight: normal;
transition: All 0.8s ease-in-out;
-webkit-transition: All 0.8s ease-in-out;
-moz-transition: All 0.8s ease-in-out;
-o-transition: All 0.8s ease-in-out;
}
.myremark:hover{
background-color:rgba(95,0,1,1);background-image: url(../intro/bg.jpg);background-size:100vw auto;background-attachment: scroll;background-repeat: repeat;background-position: center center;
transform: rotate(0deg) scale(1);
-webkit-transform: rotate(0deg) scale(1);
-moz-transform: rotate(0deg) scale(1);
-o-transform: rotate(0deg) scale(1);
-ms-transform: rotate(0deg) scale(1);
}
.container dt{
	color:yellow;
	text-decoration:none;
}
input{
	height:46px;
	border: 1px solid #000000;filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}
select{
	height:46px;
	border: 1px solid #000000;filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}
dl{
background-color:rgba(95,0,1,1);
background-image: url(../intro/bg.jpg);
background-size:100vw auto;
background-attachment: scroll;
background-repeat: repeat;
background-position: center center;
}
dt{
	padding:10px 10px 20px 10px;
}
dd{
	padding:20px 20px 10px 10px !important;
}
.jt{
float:right;
position:relative;
top:-51px;
right:0px;
height:46px;
width:30px;
margin-right:20px;
line-height:48px;
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);border-radius: 0 5px 5px 0;-webkit-border-radius: 0 5px 5px 0;-moz-border-radius: 0 5px 5px 0;
background:#ccc;
text-align:center;
vertical-align: middle;
font-size:12px;
}
.jt1{
display: table-cell;
float:right;
position:relative;
top:-46px;
right:0px;
height:46px;
width:30px;
margin-right:0px;
line-height:48px;
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);border-radius: 0 5px 5px 0;-webkit-border-radius: 0 5px 5px 0;-moz-border-radius: 0 5px 5px 0;
background:#ccc;
text-align:center;
vertical-align: middle;
font-size:16px;
}
.one_line{
	display: block;
	height: 1px;
	border: 0;
	color:#ffff00;
	border-top: 1px solid #ffff00;
	margin-left: 10px;
	margin-right: 10px;
}
/*提示信息文字闪烁*/
@keyframes msg{
  0%{opacity: 1;}
  100%{opacity: 0;}
}
/* 添加兼容性前缀 */
@-webkit-keyframes msg {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes msg {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-ms-keyframes msg {
    0% {opacity: 1; }
    100% { opacity: 0;}
}
@-o-keyframes msg {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/* 定义msg类*/
.msg{
    color: #ffff00;
    animation: msg 1.5s linear infinite;
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: msg 1.5s linear infinite;
    -moz-animation: msg 1.5s linear infinite;
    -ms-animation: msg 1.5s linear infinite;
    -o-animation: msg 1.5s linear infinite;
}
/*手机购买更便宜*/
.though-line .mobile-buy-cheap{
display: inline-block;
font-size: 1rem;
line-height: 20px;
color: #666666;
text-decoration:none;
margin-left: 20px;
vertical-align: text-top;
}
.mobile-buy-cheap>i{
display: inline-block;
position: relative;
width:20px;
height:20px;
cursor: pointer;
vertical-align: top;
}
.mobile-buy-cheap>i:hover .big-qrcode-h{
display: block;
}
.small-qrcode-h{
width: 20px;
height: 20px;
}
.big-qrcode-h{
display: none;
position: absolute;
left:-50px;
top:-20px;
z-index: 2200;
width:120px;
height:120px;
/*-webkit-transform:translateY(-50%);*/
border: 1px solid #000000;filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
-webkit-box-shadow:rgba(0,0,0,1) 3px 5px 10px;-moz-box-shadow: rgba(0,0,0,1) 3 5 10px;box-shadow: rgba(0,0,0,1) 3 5 10px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=120,strength=4);
transition: All 0.8s ease-in-out;
-webkit-transition: All 0.8s ease-in-out;
-moz-transition: All 0.8s ease-in-out;
-o-transition: All 0.8s ease-in-out;
}
.big-qrcode-h:hover{
transform: rotate(720deg) scale(1.5);
-webkit-transform: rotate(720deg) scale(1.5);
-moz-transform: rotate(720deg) scale(1.5);
-o-transform: rotate(720deg) scale(1.5);
-ms-transform: rotate(720deg) scale(1.5);
}
#btn-dd{
left:0;
clear:both;
width:100vw;
position: fixed;
bottom:0;
padding:0;
margin:0;
}
#btn-dd input {
	min-height:48px;
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  display:none;min-width:100vw;min-height:100vh;background:#cccccc;top:0;left:0;overflow: hidden;position: fixed;
}
.swipe-wrap {
  /*
  overflow: hidden;
  position: relative;
  */
 min-width:100vw;min-height:100vh;overflow: hidden;top:0;left:0;position: fixed;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
.swipe-wrap > div img {
  max-width:100vw;min-width:100vw;
}
.myswipe {
  overflow: hidden;
  visibility: hidden;
  display:none;max-height:100vw;max-width:100vw;min-width:100vw;background:#cccccc;top:0;left:0;overflow: hidden;
  background-color:rgba(95,0,1,1);background-image: url(../intro/bg.jpg);background-size:100vw auto;background-attachment: scroll;background-repeat: repeat;background-position: center center;
}
.myswipe-wrap {

  overflow: hidden;
  position: relative;

  /*min-width:100vw;overflow: hidden;top:0;left:0;position: relative;*/

 /*min-width:100vw;min-height:100vh;overflow: hidden;top:0;left:0;position: fixed;*/
}
.myswipe-wrap > div {
  float:left;
  width:100vw;
  position: relative;
}
.myswipe-wrap > div img {
  max-width:100vw;min-width:100vw;max-height:100vw;
}
.mypcswipe {
  overflow: hidden;
  /*
  visibility: hidden;
  display:none;
  */
  width:700px;height:650px;max-height:650px;max-width:700px;min-width:700px;min-height:650px;top:0;left:0;overflow: hidden;
  /*background-color:rgba(95,0,1,1);background-image: url(../intro/bg.jpg);background-size:100vw auto;background-attachment: scroll;background-repeat: repeat;background-position: center center;*/
}
.mypcswipe-wrap {

  overflow: hidden;
  position: relative;
  padding-top:0px;
  padding-right:0px;
  /*background-color:rgba(95,0,1,1);background-image: url(../intro/bg.jpg);background-size:100vw auto;background-attachment: scroll;background-repeat: repeat;background-position: center center;*/

/*  min-width:100vw;overflow: hidden;top:0;left:0;position: relative;*/

 /*min-width:100vw;min-height:100vh;overflow: hidden;top:0;left:0;position: fixed;*/
}
.mypcswipe-wrap > div {
  float:left;
  width:700px;height:650px;max-height:650px;max-width:700px;min-width:700px;min-height:650px;
  position: relative;
  /*background-color:rgba(95,0,1,1);background-image: url(../intro/bg.jpg);background-size:100vw auto;background-attachment: scroll;background-repeat: repeat;background-position: center center;*/
}
.mypcswipe-wrap > div img {
  width:700px;height:650px;max-height:650px;max-width:700px;min-width:700px;min-height:650px;
  /*background-color:rgba(95,0,1,1);background-image: url(../intro/bg.jpg);background-size:100vw auto;background-attachment: scroll;background-repeat: repeat;background-position: center center;*/
}
.bannerbox {
        width:100%;
        position:relative;
        overflow:hidden;
        height:45vh;  /*图片高度*/
        background-color:rgba(95,0,1,1);
    }
.banner {
        width:180vw; /*图片宽度*/
        position:absolute;
        left:50%;
        margin-left:-90vw; /*图片宽度的一半*/
        background-color:rgba(95,0,1,1);
    }
.dfooter{
display:none;
}
.foohi {
    height: 4.34667rem;
    bottom:0;
}

@media screen and (min-width: 1300px) {
    .foohi {
        height: 4.34667rem;
        bottom:0;
    }
}

@media screen and (min-width: 1300px) {
    .foohiext {
        height: 4.34667rem
    }
}

.footer {
    /*padding-top:0.75rem;*/
    padding-right:0rem;
    height: 4.34667rem;
    background: #fff;
    position: fixed;
    clear:both;
    z-index: 999;
    bottom: 0px;
    left: 0;
    min-width: 100vw;
    -moz-box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);
    -webkit-box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);
    box-shadow: 0 0 10px 0 rgba(155,143,143,0.6)
}

@media screen and (min-width: 1300px) {
    .footer {
    height: 4.34667rem;
    min-width: 100vw;
    bottom:0;
    }
}

.foohi {
    height: 4.34667rem
    bottom:0;
}

@media screen and (min-width: 1300px) {
    .foohi {
       height: 4.34667rem;
       bottom:0;
    }
}

@media screen and (min-width: 1300px) {
    .foohiext {
        height: 4.34667rem
    }
}

.footer {
    height: 4.34667rem;
    background: #fff;
    position: fixed;
    clear:both;
    z-index: 999;
    bottom: 0px;
    left: 0;
    min-width: 100vw;
    -moz-box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);
    -webkit-box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);
    box-shadow: 0 0 10px 0 rgba(155,143,143,0.6)
}

@media screen and (min-width: 1300px) {
    .footer {
        height: 4.34667rem;
    min-width: 100vw;
    bottom:0;
    }
}

.footer ul li {
    float: left;
    text-align: center;
    width: 20%;
    display:inline;
    position: relative;
    height: 4.34667rem;
	/*border-right:1px solid red;*/
}
.footer ul li:hover {
	background:#cccccc;
	color:#ffffff;
}

.footer ul li .yello {
    color: #f23030
}
.yello {
    color: #f23030 !important;
}

.footer ul li {
    display: inline-block;
    cursor: pointer;
}

.footer ul li .icon {
    padding-top:0.75rem;
}

@media screen and (min-width: 1300px) {
    .footer ul li a .icon {
        margin-top: .04267rem
    }
}

.footer ul li a .icon .iconfont {
    font-size: 2.06667rem
}

@media screen and (min-width: 1300px) {
    .footer ul li a .icon .iconfont {
        font-size: .59733rem
    }
}

.footer ul li a .icon p {
    font-size: .55467rem;
    margin-top: .21333rem
}

@media screen and (min-width: 1300px) {
    .footer ul li a .icon p {
        font-size: .29867rem;
        margin-top: .08533rem
    }
}
.icon i{
	cursor:pointer;
	font-size:1.5rem;
}
.layui-icon{
	font-size:2rem !important;
}
.layui-icon p {
	font-size:1rem !important;
}
.footernav {
	position:absolute;bottom:0;left:0;margin:0;padding:0;width:100%;height:100%;
}
.pcfoohi {
    height: 4.34667rem;
}

@media screen and (min-width: 1300px) {
    .pcfoohi {
        height: 4.34667rem;
    }
}

@media screen and (min-width: 1300px) {
    .pcfoohiext {
        height: 4.34667rem
    }
}

.pcfooter {
    /*padding-top:0.75rem;*/
    padding-right:0rem;
    height: 4.34667rem;
    background: #fff;
    position: fixed;
    clear:both;
    z-index: 999;
    bottom: -1px;
    left: 0;
    min-width: 100%;
    -moz-box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);
    -webkit-box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);
    box-shadow: 0 0 10px 0 rgba(155,143,143,0.6)
}

@media screen and (min-width: 1300px) {
    .pcfooter {
        height: 4.34667rem;
    min-width: 100%;
    }
}

.pcfoohi {
    height: 4.34667rem
}

@media screen and (min-width: 1300px) {
    .pcfoohi {
       height: 4.34667rem;
    }
}

@media screen and (min-width: 1300px) {
    .pcfoohiext {
        height: 4.34667rem
    }
}

.pcfooter {
    height: 4.34667rem;
    background: #fff;
    position: fixed;
    clear:both;
    z-index: 999;
    bottom: -1px;
    left: 0;
    min-width: 100%;
    -moz-box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);
    -webkit-box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);
    box-shadow: 0 0 10px 0 rgba(155,143,143,0.6)
}

@media screen and (min-width: 1300px) {
    .pcfooter {
        height: 4.34667rem;
    min-width: 100%;
    }
}

.pcfooter ul li {
    float: left;
    text-align: center;
    width: 20%;
    display:inline;
    position: relative;
}

.pcfooter ul li .yello {
    color: #f23030
}
.yello {
    color: #f23030 !important;
}

.pcfooter ul li {
    display: inline-block;
    cursor: pointer;
}

.pcfooter ul li .icon {
    padding-top:0.75rem;
}

@media screen and (min-width: 1300px) {
    .pcfooter ul li a .icon {
        margin-top: .04267rem
    }
}

.pcfooter ul li a .icon .iconfont {
    font-size: 2.06667rem
}

@media screen and (min-width: 1300px) {
    .pcfooter ul li a .icon .iconfont {
        font-size: .59733rem
    }
}

.pcfooter ul li a .icon p {
    font-size: .55467rem;
    margin-top: .21333rem
}

@media screen and (min-width: 1300px) {
    .pcfooter ul li a .icon p {
        font-size: .29867rem;
        margin-top: .08533rem
    }
}
.pcfooternav {
	position:absolute;bottom:0;left:0;margin:0;padding:0;width:100%;height:100%;
}
.on {
background:#ccc;
color:green;
}
.off {
background:#fff;
color:#6e6e6e;;
}
.xqms {
color:#ffff00;
float:left;
min-width:100vw;
display:none;
overflow:hidden;
width:100%;
margin-bottom:0px;
padding:50px 20px 10px 10px;
text-indent:2rem;
font-size:1.5rem;
line-height:36px !important;
word-spacing:1px !important;
letter-spacing:1px !important;
text-align: justify;
font-weight: normal;
background-color:rgba(95,0,1,1);
background-image: url(../intro/bg.jpg);
background-size:100vw auto;
background-attachment: scroll;
background-repeat: repeat;
background-position: center center;
}
.gmcz {
float:left;
min-width:100vw;
display:block;
text-align:left;
padding:30px 10px 0px 10px;
background-color:rgba(95,0,1,1);
background-image: url(../intro/bg.jpg);
background-size:100vw auto;
background-attachment: scroll;
background-repeat: repeat;
background-position: center center;
}
.pcxqms {
color:#ffff00;
float:left;
min-width:100%;
display:none;
overflow:hidden;
width:100%;
margin-bottom:0px;
padding:50px 25px 10px 25px;
text-indent:2rem;
font-size:1.5rem;
line-height:36px !important;
word-spacing:1px !important;
letter-spacing:1px !important;
text-align: justify;
font-weight: normal;
background-color:rgba(95,0,1,1);
background-image: url(../intro/bg.jpg);
background-size:100% auto;
background-attachment: scroll;
background-repeat: repeat;
background-position: center center;
}
.pcxqms img{
	display:block;
	max-width:100%;
	max-height:100%;
}
.pcxqms video {
	left:0;padding:0;margin:0 0 20px -20px;width:620px;object-fit:fill;border:0px solid #000000;border-radius:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;

}
.pcxqms p {
	line-height:36px !important;
	color:yellow !important;
	font-size:16px !important;
	background-color:rgba(95,0,1,1) !important;
	background-image: url(__STATIC__/myshop/intro/bg.jpg) !important;
	background-size:100vw auto !important;
	background-attachment: scroll !important;
	background-repeat: repeat !important;
	background-position: center center !important;
}
.pcxqms span {
	line-height:36px !important;
	color:yellow !important;
	font-size:16px !important;
	background-color:rgba(95,0,1,1) !important;
	background-image: url(__STATIC__/myshop/intro/bg.jpg) !important;
	background-size:100vw auto !important;
	background-attachment: scroll !important;
	background-repeat: repeat !important;
	background-position: center center !important;
}
.pcxqms img{
	display:block;
	max-width:100%;
	max-height:100%;
}
.pcgmcz {
float:left;
min-width:100%;
display:block;
text-align:left;
padding:30px 10px 0px 10px;
background-color:rgba(95,0,1,1);
background-image: url(../intro/bg.jpg);
background-size:100% auto;
background-attachment: scroll;
background-repeat: repeat;
background-position: center center;
}
.zcpic {
	width:35vw;
	height:25vw;
}
.pczcpic {
width:100%;display:block;float:left;padding-left:24px;
}
pczcpicms{
width:100%;display:block;line-height:3rem;float:left;text-align:center;
}
.headvideo {
width:48vw;object-fit:fill;border:0px solid #000000;border-radius:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}
.divwcenter {
	text-align:center;
	display:inline-block;
	float:left;
	position: relative;
	left:50%;
	transform:translateX(-50%) translateY(0%);-ms-transform:translateX(-50%) translateY(0%);-moz-transform:translateX(-50%) translateY(0%);-webkit-transform:translateX(-50%) translateY(0%);-o-transform:translateX(-50%) translateY(0%);
	overflow:hidden;
}
.divwcenter1 {
	left:50%;
	transform:translateX(-50%) translateY(0%);-ms-transform:translateX(-50%) translateY(0%);-moz-transform:translateX(-50%) translateY(0%);-webkit-transform:translateX(-50%) translateY(0%);-o-transform:translateX(-50%) translateY(0%);
	overflow:hidden;
}
.divwcenter2 {
	float:right;
	position: relative;
	top:0%;
	right:50%;
	transform:translateX(50%) translateY(0%);-ms-transform:translateX(50%) translateY(0%);-moz-transform:translateX(50%) translateY(0%);-webkit-transform:translateX(50%) translateY(0%);-o-transform:translateX(50%) translateY(0%);
}
.divhcenter {
	display:inline-block;
	position: relative;
	top:50%;
	transform:translateX(0%) translateY(-50%);-ms-transform:translateX(0%) translateY(-50%);-moz-transform:translateX(0%) translateY(-50%);-webkit-transform:translateX(0%) translateY(-50%);-o-transform:translateX(0%) translateY(-50%);
	overflow:hidden;
}
.divhcenter1 {
	position: relative;
	top:50%;
	transform:translateX(0%) translateY(-50%);-ms-transform:translateX(0%) translateY(-50%);-moz-transform:translateX(0%) translateY(-50%);-webkit-transform:translateX(0%) translateY(-50%);-o-transform:translateX(0%) translateY(-50%);
	overflow:hidden;
}
.divallcenter {
	text-align:center;
	display:inline-block;
	float:left;
	position: relative;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);
	overflow:hidden;
}
.divallcenter1 {
	text-align:center;
	display:inline-block;
	float:left;
	position: fixed;
	left:50%;
	top:60vh;
	height:480px;
	margin-top:-240px;
	transform:translateX(-50%) translateY(0%);-ms-transform:translateX(-50%) translateY(0%);-moz-transform:translateX(-50%) translateY(0%);-webkit-transform:translateX(-50%) translateY(0%);-o-transform:translateX(-50%) translateY(0%);
	overflow:hidden;
}

.divallcenter2 {
	text-align:center;
	display:inline-block;
	float:left;
	position: absolute;
	left:50%;
	top:0%;
	height:210px;
	margin-top:-105px;
	transform:translateX(-50%) translateY(0%);-ms-transform:translateX(-50%) translateY(0%);-moz-transform:translateX(-50%) translateY(0%);-webkit-transform:translateX(-50%) translateY(0%);-o-transform:translateX(-50%) translateY(0%);
	overflow:hidden;
}
.yjjx {
	object-fit:fill;border:0px solid #000000;border-radius:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}

.yjjxup {
	border:1px solid #2e2e2e;border-radius:5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0 ;-moz-border-radius: 5px 5px 0 0;
}
.yjjxdown {
	border:1px solid #2e2e2e;border-radius:0 0 5px 5px;-webkit-border-radius: 0 0 5px 5px ;-moz-border-radius: 0 0 5px 5px;
}
.myfont{
border:1px solid #eaeaea;-webkit-box-shadow:rgba(0,0,0,1) 3px 5px 10px;-moz-box-shadow: rgba(0,0,0,1) 3 5 10px;box-shadow: rgba(0,0,0,1) 3 5 10px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=120,strength=4);filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
}
.blank10
{
    position: relative;
    height:10px;
    line-height:10px;
    clear:both
}
.blank20
{
    position: relative;
    height:10px;
    line-height:20px;
    clear:both
}
.blank20
{
    position: relative;
    height:100px;
    line-height:100px;
    clear:both
}
.sytp {
	left:0;top:0;margin-left:0px;padding-right:10px;min-width:100vw;max-width:100vw;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

/* Slide transitions */
.mysearch {
z-index:9999999999999999999999999;
position: fixed;
top:0;
min-width:100%;
max-width:100%;
overflow: hidden;
border:0 !important;
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
}
.mysearchinput {
text-align:center;
float: left;
min-width:100%;
background-color:rgba(255,255,255,0.8);
color:#000;
border:0 !important;
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	  -webkit-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);
	transform:translateY(-100px);
	/*transition:transform .5s ease-out;
	*/
	  -webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	  -webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	/*transition:transform .5s ease-out;
	*/
	  -webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
}

.buy {
background-attachment: scroll,scroll,scroll;
background-color: #4eb980;
background-image: url("../intro/top.svg"),url("../intro/bg41111.png"),url("../intro/bottom-3200.svg");
background-position: center top,70vw 35vh,bottom center;
/*background-position: bottom center,center center;*/
background-repeat: no-repeat,no-repeat,repeat-x;
background-size: 100vw 200px,300px 305px,3200px 540px;
margin-top: 0px;
padding: 0 0 0 0;
margin:0 0 0 0;
width:100vw;height:100vh;overflow-x:hidden;
}
.buy1 {
background-color:rgba(95,0,1,1);
margin-top: 0px;
padding: 0 0 0 0;
margin:0 0 0 0;
width:100vw;height:100vh;overflow-x:hidden;
z-index:-1;
}
.buyroom {
background-attachment: scroll;
background-color: rgba(95,1,0,1);
background-image: url("../intro/roombj.jpg");
background-position: center top;
/*background-position: bottom center,center center;*/
background-repeat: no-repeat;
background-size: 100vw 100vh;
margin-top: 0px;
padding: 0 0 0 0;
margin:0 0 0 0;
width:100vw;height:100vh;overflow-x:hidden;
}

.sliderbj {
/*background-color: rgba(95,1,0,1);*/
background-attachment: scroll;
background-image: url("../intro/upbj.png");
background-position: center top;
/*background-position: bottom center,center center;*/
background-repeat: no-repeat;
background-size: 980px 420px;
width:980px;height:420px;overflow-x:hidden;
}
.myshadow{
	margin-top:30px;-webkit-box-shadow:rgba(0,0,0,1) 3px 5px 10px; -moz-box-shadow: rgba(0,0,0,1) 3 5 10px;box-shadow: rgba(0,0,0,1) 3 5 10px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,strength=4);border: 3px solid #fafafa;border-radius:5px;margin-bottom:80px;
}
.myshadow1{
	-webkit-box-shadow:rgba(0,0,0,1) 3px 5px 10px; -moz-box-shadow: rgba(0,0,0,1) 3 5 10px;box-shadow: rgba(0,0,0,1) 3 5 10px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,strength=4);
}
.jbbj{
	background: rgb(240,249,255，0.5);background: rgb(240,249,255，0.5);background: -moz-radial-gradient(center, ellipse cover, rgba(240,249,255,1) 0%, rgba(203,235,255,0.5) 47%, rgba(161,219,255,0.5) 100%);background: -webkit-radial-gradient(center, ellipse cover, rgba(240,249,255,0.5) 0%,rgba(203,235,255,0.5) 47%,rgba(161,219,255,0.5) 100%);background: radial-gradient(ellipse at center, rgba(240,249,255,1) 0%,rgba(203,235,255,0.5) 47%,rgba(161,219,255,0.5) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 );
}
.myclose{
background-image: url("../intro/icon.png");
background-position: -180px -31px;width: 30px;height:30px;position: fixed;top:0;right:0;cursor:pointer;
transition: All 0.2s ease-in-out;
-webkit-transition: All 0.2s ease-in-out;
-moz-transition: All 0.2s ease-in-out;
-o-transition: All 0.2s ease-in-out;
}
.myclose:hover{
background-position: -149px -31px;
transform: rotate(90deg) scale(1);
-webkit-transform: rotate(90deg) scale(1);
-moz-transform: rotate(90deg) scale(1);
-o-transform: rotate(90deg) scale(1);
-ms-transform: rotate(90deg) scale(1);
}

.myclose2{
background-image: url("../intro/icon.png");
background-position: -180px -31px;width: 30px;height:30px;position: fixed;bottom:5px;cursor:pointer;
transition: All 0.2s ease-in-out;
-webkit-transition: All 0.2s ease-in-out;
-moz-transition: All 0.2s ease-in-out;
-o-transition: All 0.2s ease-in-out;
left:50%;
	transform:translateX(-50%) translateY(0%);-ms-transform:translateX(-50%) translateY(0%);-moz-transform:translateX(-50%) translateY(0%);-webkit-transform:translateX(-50%) translateY(0%);-o-transform:translateX(-50%) translateY(0%);
	z-index:999999999999999999999999999999999999999999999999999999999;
}
.myclose:hover{
background-position: -149px -31px;
transform: rotate(90deg) scale(1);
-webkit-transform: rotate(90deg) scale(1);
-moz-transform: rotate(90deg) scale(1);
-o-transform: rotate(90deg) scale(1);
-ms-transform: rotate(90deg) scale(1);
}

.myclosey{position:absolute;top:0;right:0;width:80px;height:80px;cursor:pointer;border-radius:50%;background-color:#cccccc;background-color:rgba(128,128,128,.5);border:1px solid #ffffff;}




.choose_shop_aready {
	display: none;
	overflow-x: hidden;
	background-color: white;
	position: fixed;
	width: 16rem;
	height: 18.77333rem;
	bottom: 0;
	z-index: 1000;
}

@media screen and (min-width: 1300px) {
	.choose_shop_aready {
		height: 12rem;
	}
}

.choose_shop_aready .shop-top-under {
	overflow: hidden;
	border-bottom: 1px solid #f8f8f8
}

.choose_shop_aready .shopprice {
	height: inherit;
	overflow: hidden;
	padding: .42667rem 0
}

.choose_shop_aready .shopprice .img_or {
	margin-top: 0
}

.choose_shop_aready .shopprice .img_or img {
	width: 100px;
	height: 100px;
}

.choose_shop_aready .shopprice .fon_or {
	margin-top: 0
}

.choose_shop_aready .shopprice .fon_or .similar-product-text {
	font-size: 1rem;
	height: 1.5rem;
	line-height: 1.5rem;
	margin-top: 0;
}

.choose_shop_aready .shopprice .fon_or .price_or {
	color: #ec5151;
	padding: 0 .21333rem;
	font-size: .68267rem
}

.choose_shop_aready .shopprice .dqkc_or {
	padding: 0 .21333rem
}

.choose_shop_aready .shopprice .dqkc_or span {
	font-size: .55467rem;
	color: #999999
}

.choose_shop_aready .shopprice .price_or {
	position: relative;
	margin-top: .21333rem
}

.xxgro {
	background-image: url("../intro/xxgro.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 2rem;
	height: 2rem;
	position: absolute;
	right: 0;
	top:0;
	cursor: pointer
}

.shop-top-under {
	padding-bottom: .42667rem
}

.shop-top-under p {
	font-size: .68267rem;
	padding: .42667rem 0
}

.shop-top-under .shulges .plus span {
	width: 2.09067rem;
	height: 1.28rem;
	line-height: 1.28rem
}

.shop-top-under .shulges .choic-sel {
	margin-top: .29867rem
}

.shop-top-under .shulges .choic-sel a {
	padding: .21333rem .46933rem;
	border: 1px solid #DEDEDE;
	margin-right: .21333rem;
	font-size: 1rem;
	color: #333;
	margin-bottom: .42667rem;
	display: block;
	float: left
}

.shop-top-under .shulges .choic-sel .red {
	color: white;
	background: #f23030;
	border-color: #f23030
}

.plusshopcar-buy {
	background-color: #f8f8f8;
	padding: .42667rem .64rem;
	overflow: hidden
}

.plusshopcar-buy a {
	display: block;
	width: 6.99733rem;
	height: 1.70667rem;
	text-align: center;
	line-height: 1.70667rem;
	color: white;
	font-size: .64rem
}

.plusshopcar-buy .pb_plusshopcar {
	background-color: #ffb03f;
	float: left
}

.plusshopcar-buy .pb_buy {
	background-color: #f23030;
	float: right
}
.myorder {
	padding: 0 .64rem;
	height: 1.49333rem;
	line-height: 1.49333rem;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.myorder a {
	overflow: hidden;
	display: block
}

.myorder .order {
	overflow: hidden
}

.myorder .order .fl img {
	width: .896rem;
	height: .853333rem;
	vertical-align: middle;
}

.myorder .order .fl span {
	font-size: .64rem;
	vertical-align: middle;
	font-weight: normal;
	margin-left: .21333rem
}

.myorder .order .fr {
	margin-top: .08533rem
}

.myorder .order .fr a {
	display: block;
	overflow: hidden
}

.myorder .order .fr span {
	font-size: .59733rem;
	color: #4c4c4c;
	float: left;
	margin-top: -.04267rem
}

.myorder .order .fr i {
	margin-top: .384rem;
	margin-left: .21333rem
}

.Mright {
	background-image: url("../intro/yr.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: .34133rem;
	height: .59733rem;
	display: block;
	float: left
}
.maleri30 {
	margin: 0 .64rem
}
.btns-fixed-wrap {
	height: 2.56rem;
}

.btns-fixed-w100 {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.fl {
	float: left
}

.fr {
	float: right
}
.p:before,.p:after {
	content: "";
	clear: both;
	display: block;
	font-size: 0;
	height: 0
}

.spxq-ggcs {
	background-color: white;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	margin-bottom: .21333rem
}

.spxq-ggcs ul li {
	float: left;
	width: 50%;
	text-align: center;
	height: 1.87733rem;
	line-height: 1.87733rem;
	font-size: .59733rem;
	cursor: pointer
}

.spxq-ggcs ul .red {
	color: #ec5151
}

.comment_de ul li {
	margin-top: .42667rem;
	line-height: .72533rem;
	float: left;
	width: 20%;
	text-align: center;
	font-size: .64rem
}

.red {
	color: #e23435
}

.tab-con-wrapper {
	background-color: #f8f8f8
}

.loadbefore {
	text-align: center;
	background: white;
	display: none
}

.ajaxloading {
	width: 1.36533rem;
	height: 1.36533rem
}

.loadbefore1 {
	text-align: center;
	background: white;
	/*display: none*/
}

.ajaxloading1 {
	width: 4rem;
	height: 4rem
}

.loadbefore2 {
	text-align: center;
	background: white;
}

.ajaxloading2 {
	width: 4rem;
	height: 4rem
}
.alert {
	display: none;
	width: 3.84rem;
	height: 3.41333rem;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top: 50%;
	bottom: 50%;
	margin-top: -1.70667rem;
	left: 50%;
	right: 50%;
	margin-left: -1.92rem;
	color: white;
	font-size: .46933rem;
	border-radius: .21333rem;
	opacity: 0;
	text-align: center;
	padding: .42667rem 0
}

.alert img {
	margin: 0 auto;
	width: 1.70667rem;
	height: 1.70667rem
}

.alert p {
	margin-top: .21333rem
}
/*评论*/
.spxq-ggcs {
	background-color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	margin-bottom: .21333rem;
}

.spxq-ggcs ul li {
	float: left;
	width: 20%;
	text-align: center;
	height: 4.87733rem;
	line-height: 4.87733rem;
	font-size: 1.5rem;
	cursor: pointer
}

.spxq-ggcs ul .red {
	color: #ec5151
}

.comment_de ul li {
	margin-top: .42667rem;
	line-height: 1.72533rem;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 1.5rem
}

.red {
	color: #e23435
}

.tab-con-wrapper {
	background-color: #f8f8f8
}

.loadbefore {
	text-align: center;
	background: white;
	display: none
}

.ajaxloading {
	width: 1.36533rem;
	height: 1.36533rem
}

.alert {
	display: none;
	width: 3.84rem;
	height: 3.41333rem;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top: 50%;
	bottom: 50%;
	margin-top: -1.70667rem;
	left: 50%;
	right: 50%;
	margin-left: -1.92rem;
	color: white;
	font-size: .46933rem;
	border-radius: .21333rem;
	opacity: 0;
	text-align: center;
	padding: .42667rem 0
}

.alert img {
	margin: 0 auto;
	width: 1.70667rem;
	height: 1.70667rem
}

.alert p {
	margin-top: .21333rem
}

.assess-flat {
	position: relative;
	margin-top: .42667rem;
	border-bottom: 1px solid #e0e0e0
}

.assess-flat:before {
	position: absolute;
	content: '';
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	top: -1px;
	left: 0;
	width: 100%;
	height: .02133rem;
	border-top: 1px solid #e0e0e0
}

.assess-flat:after {
	position: absolute;
	content: '';
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	bottom: -.02133rem;
	left: 0;
	width: 100%;
	height: .02133rem;
	border-bottom: 1px solid #e0e0e0
}

.assess-wrapper {
	display: block;
	padding-left: .42667rem;
	background-color: #fff
}

.assess-top {
	position: relative;
	padding: .46933rem .42667rem 1.70667rem 0;
	background-color: #fff
}

.assess-top:before {
	position: absolute;
	content: '';
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	bottom: 0;
	left: 0;
	width: 100%;
	height: .02133rem;
	border-bottom: 1px solid #e0e0e0
}

.user-portrait img {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50px
}

.user-name {
	font-size: 0.5rem;
	line-height: 2rem;
	float: left;
	height: 2rem;
	margin-right: .21333rem;
	margin-left: .42667rem;
	color: #252525;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 40vw;
}

.vip-icon {
	display: block;
	float: left;
	width: .64rem;
	height: .64rem;
	margin-top: .256rem;
	border-radius: 3px;
	background: url(/template/mobile/new2/static/images/images/vip-icon.png) 0 0 no-repeat;
	background-size: 3.2rem .64rem
}

.vip-copper-icon {
	background-position: -.64rem 0
}

.assess-date,.reply-floor {
	font-size: 0.5rem;
	line-height: 2rem;
	float: right;
	height: 2rem;
	color: #848689
}

.assess-bottom {
	padding-bottom: .512rem;
	background-color: #fff
}

.comment-item-star1 {
	display: inline-block;
	overflow: hidden;
	width: 150px;
	height: 22px;
	margin-top: .42667em;
	margin-bottom: -.256em;
	background: url(/template/mobile/new2/static/images/comment-star.png) repeat-x 0 -22px;
	background-size: 30px 44px
}

.comment-item-star1 .real-star1 {
	display: inline-block;
	height: 22px;
	background: url(/template/mobile/new2/static/images/comment-star.png) repeat-x 0 0;
	background-size: 30px 44px
}

.comment-stars-width5 {
	width: 100%
}

.comment-stars-width4 {
	width: 80%
}

.comment-stars-width3 {
	width: 60%
}

.comment-stars-width2 {
	width: 40%
}

.comment-stars-width1 {
	width: 20%
}

.assess-content {
	font-size: 1.2rem;
	line-height: 2rem;
	margin-top: .42667rem;
	margin-right: .42667rem;
	color: #252525;
	word-wrap: break-word;
	overflow: hidden;
	text-align: justify
}

.product-img-module {
	font-size: 0;
	overflow: hidden;
	margin-top: .21333rem;
	margin-bottom: .256rem;
	padding-right: .42667rem;
	white-space: nowrap
}

.product-img-module a {
	-webkit-tap-highlight-color: transparent
}

.jd-slider-container {
	-webkit-transition: 500ms
}

.product-imgs-li {
	display: block;
	float: left;
	overflow: hidden;
	width: 2.90133rem;
	height: 2.90133rem;
	border-radius: .08533rem
}

.product-imgs-li img {
	border-radius: .08533rem;
	width: 2.79467rem;
	height: 2.79467rem
}

.pay-date,.product-type {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: .21333rem;
	color: #2e2e2e
}

.assess-btns-box {
	font-size: 46.875px;
	position: relative;
	padding-top: .42667rem;
	width: 100%;
	overflow: hidden;
	height: 5.13333rem;
	padding-bottom: .42667rem;
	background-color: #fff
}

.assess-btns-box:before {
	position: absolute;
	content: '';
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: .02133rem;
	border-top: 1px solid #e0e0e0
}

.assess-btns {
	width: 100%;
}

.assess-like-btn {
	float: left;
	margin-left: .85333rem
}

.assess-reply-btn {
	float: right;
	margin-right: .85333rem
}

.assess-like-btn,.assess-reply-btn {
	font-size: 0;
	position: relative;
	width: 45%;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: .128rem;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer
}

.btn-like-icon {
	width: 1.36533rem;
	height: 1.19467rem;
	margin-right: .17067rem
}

.assess-btns-icon {
	display: inline-block;
	margin-top: .68267rem;
	margin-right: .256rem;
	vertical-align: top;
	background: url(/template/mobile/new2/static/images/assess-btns-icon.png) 0 0 no-repeat;
	background-size: 4.01067rem 1.19467rem
}

.assess-btns-num {
	font-size: 1rem;
	line-height: 2rem;
	display: inline-block;
	height: 2.5rem;
	color: #bfbfbf
}

.assess-like-btn .like {
	font-style: normal;
	opacity: 0
}

.no-assess-btns-icon {
	display: inline-block;
	margin-top: .68267rem;
	margin-right: .256rem;
	vertical-align: top;
	background: url(/template/mobile/new2/static/images/assess-btns-icon2.png?v=1) 0 0 no-repeat;
	background-size: 4.01067rem 1.19467rem
}

.btn-reply-icon {
	width: 1.28rem;
	height: 1.19467rem;
	margin-right: .256rem;
	background-position: -2.73067rem 0
}

.assess-btns:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ''
}

.tab-con-wrapper {
	background-color: #f8f8f8
}

.like-red {
	background-position: -1.344rem 0
}

.like_ani {
	font-size: 1.19467rem;
	font-weight: bold;
	position: absolute;
	top: -.384rem;
	right: 1.28rem;
	-webkit-animation: myfirst .6s;
	-moz-animation: myfirst .6s;
	-ms-animation: myfirst .6s;
	-o-animation: myfirst .6s;
	animation: myfirst .6s;
	color: #f00
}
@keyframes myfirst {
	0% {
		top: -11px;
		right: 28px;
		opacity: .1
	}

	10% {
		top: -13px;
		right: 26px;
		opacity: .2
	}

	20% {
		top: -15px;
		right: 24px;
		opacity: .4
	}

	30% {
		top: -17px;
		right: 22px;
		opacity: .6
	}

	40% {
		top: -19px;
		right: 20px;
		opacity: .8
	}

	50% {
		top: -20px;
		right: 18px;
		opacity: 1.0
	}

	60% {
		top: -22px;
		right: 16px;
		opacity: .8
	}

	70% {
		top: -24px;
		right: 14px;
		opacity: .6
	}

	80% {
		top: -26px;
		right: 12px;
		opacity: .4
	}

	90% {
		top: -28px;
		right: 10px;
		opacity: .2
	}

	100% {
		top: -30px;
		right: 8px;
		opacity: .1
	}
}

@-webkit-keyframes myfirst {
	0% {
		top: -11px;
		right: 28px;
		opacity: .1
	}

	10% {
		top: -13px;
		right: 26px;
		opacity: .2
	}

	20% {
		top: -15px;
		right: 24px;
		opacity: .4
	}

	30% {
		top: -17px;
		right: 22px;
		opacity: .6
	}

	40% {
		top: -19px;
		right: 20px;
		opacity: .8
	}

	50% {
		top: -20px;
		right: 18px;
		opacity: 1.0
	}

	60% {
		top: -22px;
		right: 16px;
		opacity: .8
	}

	70% {
		top: -24px;
		right: 14px;
		opacity: .6
	}

	80% {
		top: -26px;
		right: 12px;
		opacity: .4
	}

	90% {
		top: -28px;
		right: 10px;
		opacity: .2
	}

	100% {
		top: -30px;
		right: 8px;
		opacity: .1
	}
}

@-ms-keyframes myfirst {
	0% {
		top: -11px;
		right: 28px;
		opacity: .1
	}

	10% {
		top: -13px;
		right: 26px;
		opacity: .2
	}

	20% {
		top: -15px;
		right: 24px;
		opacity: .4
	}

	30% {
		top: -17px;
		right: 22px;
		opacity: .6
	}

	40% {
		top: -19px;
		right: 20px;
		opacity: .8
	}

	50% {
		top: -20px;
		right: 18px;
		opacity: 1.0
	}

	60% {
		top: -22px;
		right: 16px;
		opacity: .8
	}

	70% {
		top: -24px;
		right: 14px;
		opacity: .6
	}

	80% {
		top: -26px;
		right: 12px;
		opacity: .4
	}

	90% {
		top: -28px;
		right: 10px;
		opacity: .2
	}

	100% {
		top: -30px;
		right: 8px;
		opacity: .1
	}
}

@-moz-keyframes myfirst {
	0% {
		top: -11px;
		right: 28px;
		opacity: .1
	}

	10% {
		top: -13px;
		right: 26px;
		opacity: .2
	}

	20% {
		top: -15px;
		right: 24px;
		opacity: .4
	}

	30% {
		top: -17px;
		right: 22px;
		opacity: .6
	}

	40% {
		top: -19px;
		right: 20px;
		opacity: .8
	}

	50% {
		top: -20px;
		right: 18px;
		opacity: 1.0
	}

	60% {
		top: -22px;
		right: 16px;
		opacity: .8
	}

	70% {
		top: -24px;
		right: 14px;
		opacity: .6
	}

	80% {
		top: -26px;
		right: 12px;
		opacity: .4
	}

	90% {
		top: -28px;
		right: 10px;
		opacity: .2
	}

	100% {
		top: -30px;
		right: 8px;
		opacity: .1
	}
}

@-o-keyframes myfirst {
	0% {
		top: -11px;
		right: 28px;
		opacity: .1
	}

	10% {
		top: -13px;
		right: 26px;
		opacity: .2
	}

	20% {
		top: -15px;
		right: 24px;
		opacity: .4
	}

	30% {
		top: -17px;
		right: 22px;
		opacity: .6
	}

	40% {
		top: -19px;
		right: 20px;
		opacity: .8
	}

	50% {
		top: -20px;
		right: 18px;
		opacity: 1.0
	}

	60% {
		top: -22px;
		right: 16px;
		opacity: .8
	}

	70% {
		top: -24px;
		right: 14px;
		opacity: .6
	}

	80% {
		top: -26px;
		right: 12px;
		opacity: .4
	}

	90% {
		top: -28px;
		right: 10px;
		opacity: .2
	}

	100% {
		top: -30px;
		right: 8px;
		opacity: .1
	}
}
.gizle {
	top: -3.968rem
}
.detail .content .search .sxp {
	font-weight: 600;
	border-bottom: 2px solid #232326;
	padding-bottom: .533333rem
}
.enkecor {
	font-size: 1rem;
	text-align: center;
	color: #888;
	padding: .25rem .24rem .4rem;
	clear: both
}


.button {
	border-radius:5px;
  color: #666;
  background-color: #EEE;
  border-color: #EEE;
  font-weight: 300;
  font-size: 16px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  /*
  * Disabled State
  *
  * The disabled state uses the class .disabled, is-disabled,
  * and the form attribute disabled="disabled".
  * The use of !important is only added because this is a state
  * that must be applied to all buttons when in a disabled state.
  */ }
  .button:visited {
    color: #666; }
  .button:hover, .button:focus {
    background-color: #f6f6f6;
    text-decoration: none;
    outline: none; }
  .button:active, .button.active, .button.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    text-decoration: none;
    background-color: #eeeeee;
    border-color: #cfcfcf;
    color: #d4d4d4;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
  .button.disabled, .button.is-disabled, .button:disabled {
    top: 0 !important;
    background: #EEE !important;
    border: 1px solid #DDD !important;
    text-shadow: 0 1px 1px white !important;
    color: #CCC !important;
    cursor: default !important;
    appearance: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    opacity: .8 !important;
}

.button-3d {
  position: relative;
  top: 0;
  -webkit-box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2); }
  .button-3d:hover, .button-3d:focus {
    -webkit-box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2); }
  .button-3d:active, .button-3d.active, .button-3d.is-active {
    top: 5px;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-box-shadow: 0 2px 0 #bbbbbb, 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 0 #bbbbbb, 0 3px 3px rgba(0, 0, 0, 0.2); }

/*
* 3D Button Colors
*
* Create colors for buttons
* (.button-primary, .button-secondary, etc.)
*/
.button-3d.button-primary {
  -webkit-box-shadow: 0 7px 0 #0880d7, 0 8px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 0 #0880d7, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-primary:hover, .button-3d.button-primary:focus {
    -webkit-box-shadow: 0 7px 0 #077ace, 0 8px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 7px 0 #077ace, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-primary:active, .button-3d.button-primary.active, .button-3d.button-primary.is-active {
    -webkit-box-shadow: 0 2px 0 #0662a6, 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 0 #0662a6, 0 3px 3px rgba(0, 0, 0, 0.2); }
.button-3d.button-plain {
  -webkit-box-shadow: 0 7px 0 #e6e6e6, 0 8px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 0 #e6e6e6, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-plain:hover, .button-3d.button-plain:focus {
    -webkit-box-shadow: 0 7px 0 #e0e0e0, 0 8px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 7px 0 #e0e0e0, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-plain:active, .button-3d.button-plain.active, .button-3d.button-plain.is-active {
    -webkit-box-shadow: 0 2px 0 #cccccc, 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 0 #cccccc, 0 3px 3px rgba(0, 0, 0, 0.2); }
.button-3d.button-inverse {
  -webkit-box-shadow: 0 7px 0 #090909, 0 8px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 0 #090909, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-inverse:hover, .button-3d.button-inverse:focus {
    -webkit-box-shadow: 0 7px 0 #030303, 0 8px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 7px 0 #030303, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-inverse:active, .button-3d.button-inverse.active, .button-3d.button-inverse.is-active {
    -webkit-box-shadow: 0 2px 0 black, 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 0 black, 0 3px 3px rgba(0, 0, 0, 0.2); }
.button-3d.button-action {
  -webkit-box-shadow: 0 7px 0 #8bc220, 0 8px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 0 #8bc220, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-action:hover, .button-3d.button-action:focus {
    -webkit-box-shadow: 0 7px 0 #84b91f, 0 8px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 7px 0 #84b91f, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-action:active, .button-3d.button-action.active, .button-3d.button-action.is-active {
    -webkit-box-shadow: 0 2px 0 #6b9619, 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 0 #6b9619, 0 3px 3px rgba(0, 0, 0, 0.2); }
.button-3d.button-highlight {
  -webkit-box-shadow: 0 7px 0 #e59501, 0 8px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 0 #e59501, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-highlight:hover, .button-3d.button-highlight:focus {
    -webkit-box-shadow: 0 7px 0 #db8e01, 0 8px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 7px 0 #db8e01, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-highlight:active, .button-3d.button-highlight.active, .button-3d.button-highlight.is-active {
    -webkit-box-shadow: 0 2px 0 #b27401, 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 0 #b27401, 0 3px 3px rgba(0, 0, 0, 0.2); }
.button-3d.button-caution {
  -webkit-box-shadow: 0 7px 0 #ff1022, 0 8px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 0 #ff1022, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-caution:hover, .button-3d.button-caution:focus {
    -webkit-box-shadow: 0 7px 0 #ff0618, 0 8px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 7px 0 #ff0618, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-caution:active, .button-3d.button-caution.active, .button-3d.button-caution.is-active {
    -webkit-box-shadow: 0 2px 0 #dc0010, 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 0 #dc0010, 0 3px 3px rgba(0, 0, 0, 0.2); }
.button-3d.button-royal {
  -webkit-box-shadow: 0 7px 0 #5246e2, 0 8px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 0 #5246e2, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-royal:hover, .button-3d.button-royal:focus {
    -webkit-box-shadow: 0 7px 0 #493de1, 0 8px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 7px 0 #493de1, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-royal:active, .button-3d.button-royal.active, .button-3d.button-royal.is-active {
    -webkit-box-shadow: 0 2px 0 #2f21d4, 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 0 #2f21d4, 0 3px 3px rgba(0, 0, 0, 0.2); }
.button-action,
.button-action-flat {
  background-color: #A5DE37 !important;
  border-color: #A5DE37 !important;
  color: #FFF !important; }
  .button-action:visited,
  .button-action-flat:visited {
    color: #FFF; }
  .button-action:hover, .button-action:focus,
  .button-action-flat:hover,
  .button-action-flat:focus {
    background-color: #b9e563;
    border-color: #b9e563;
    color: #FFF; }
  .button-action:active, .button-action.active, .button-action.is-active,
  .button-action-flat:active,
  .button-action-flat.active,
  .button-action-flat.is-active {
    background-color: #a1d243;
    border-color: #a1d243;
    border-radius:5px;
    color: #8bc220; }

.button-pill {
  border-radius: 200px; }
.button-caution,
.button-caution-flat {
  background-color: #FF4351 !important;
  border-color: #FF4351 !important;
  color: #FFF !important; }
  .button-caution:visited,
  .button-caution-flat:visited {
    color: #FFF; }
  .button-caution:hover, .button-caution:focus,
  .button-caution-flat:hover,
  .button-caution-flat:focus {
    background-color: #ff7680;
    border-color: #ff7680;
    color: #FFF; }
  .button-caution:active, .button-caution.active, .button-caution.is-active,
  .button-caution-flat:active,
  .button-caution-flat.active,
  .button-caution-flat.is-active {
    background-color: #f64c59;
    border-color: #f64c59;
    border-radius:5px;
    color: #ff1022; }

.toolmytips mytips {
  visibility: hidden;
  position: absolute;
  top:0px;
  margin-top: 100px;
  right: -130px;
  z-index: 999;
  width: 120px;
  margin-left: 27px;
  padding: 10px;
  border: 1px solid #2e2e2e;
  opacity: .9;
  background-color: #4eb980;
  /*background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));*/
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  /*text-shadow: 0 1px 0 rgba(255,255,255,.4);*/
  color:#ffffff;
  line-height:24px;
  text-align: justify !important;
}

.toolmytips:hover {
  border: 0; /* IE6 fix */
}

.toolmytips:hover mytips {
  visibility: visible;
}

.toolmytips mytips:before,
.toolmytips mytips:after {
  /*content: "";*/
  position: absolute;
  z-index: 1000;
  bottom: 300px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}
.toolmytips mytips:before {
  border-top-color: #ccc;
  bottom: -8px;
}