﻿/*滚动条样式*/
/* IE 滚动条 */
body, div, p, textarea, section, ul {
    scrollbar-face-color:#F3F3F3; /*面子*/
    scrollbar-arrow-color:#C0C0C0; /*箭头*/
    scrollbar-3dlight-color:#C0C0C0; /*最外左*/
    scrollbar-highlight-color:#FFFFFF; /*左二*/
    scrollbar-shadow-color:#FFFFFF; /*右二*/
    scrollbar-darkshadow-color:#C0C0C0; /*右一*/
    scrollbar-track-color:#F5F5F5; /*滑道*/
}
/* chrome 滚动条 */
body::-webkit-scrollbar{
	width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
}
div::-webkit-scrollbar, p::-webkit-scrollbar, textarea::-webkit-scrollbar, section::-webkit-scrollbar, ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 12px;
}
body::-webkit-scrollbar-track, div::-webkit-scrollbar-track, p::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track, section::-webkit-scrollbar-track, ul::-webkit-scrollbar-track {
    background: #F5F5F5;
}
body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb, p::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb, section::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {
    background: #6B747A;
    -webkit-border-radius: 12px;
}
body{
	background-color: #e6e6e6;
}
/*手机样式*/
.int-iphone{
	position: absolute;
	padding-top: 40px;
	left: 190px;
	top: 15px;
	width: 330px;
	height: 520px;
	padding-bottom: 50px;
	background: #F7F7F7;
	border-radius: 30px;
	border: 1px solid #B6B6B6;
}
.int-iphone .receiver{
	position: absolute;
	width: 26%;
	left: 37%;
	height: 8px;
	top: 21px;
	border-radius: 10px;
	background: #73757A;
	box-shadow: 0 -2px #373434;
}
.int-iphone .screen{
	position: relative;
	width: 330px;
	height: 520px;
	background: #D8E5E8;
	border-bottom: solid 1px #BDBDBD;
}
.int-iphone .iphone-preview{
	position: absolute;
	bottom: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border-radius: 100%;
	background: rgb(243, 227, 227);
	left: 140px;
	box-shadow: 0 0 0 3px #5CBDFF;
}
.preview_btn{
	width: 34px;
	position: absolute;
	top: 150px;
	left: 340px;
	display: block;
}
.preview_btn p{
	width: 100%;
	padding: 10px 0;
	background-color: #7C98EF;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	box-shadow: 2px 2px 2px 0 #5f5f5f;
	text-align: center;
}
.preview_btn .page_down{
	margin-top: 160px;
}
/*手机样式 end*/
/*滚动条样式 end*/

.iframe{
	width: 100%;
	height: 100%;
}
.preview_wrap{
	margin: 0 auto;
	width: 1300px;
	height: 100%;
	min-height: 640px;
	position: relative;
}
.animate{
	outline: none !important;
	border-color: transparent !important;
}
.animate:hover{
	outline: none !important;
	border-color: transparent !important;
}
.swiper-slide > section{
	width: 100%;
	height: 100%;
}
.inv-info-wrap {
	position: absolute;
	top: 90px;
	left: 600px;
}
.inv-info-wrap > div {
	display: inline-block;
	vertical-align: top;
}
#info-wrap {
	display: none;
	max-width: 280px;
}
#info-wrap .to-buy-vip{
	color: #707070;
}
#info-wrap .to-buy-vip:hover{
	color:#07619c;
}
#info-wrap p {
	line-height: 40px;
	font-size: 18px;
	color: #707070;
}
#info-wrap p .info {
	font-size: 19px;
	color: #343434;
}
.what {
	cursor: pointer;
	width: 78px;
  height: 16px;
  color: #707070;
  display: inline-block;
  text-decoration: underline;
}
#tpl-price {
	/*color: #ff7200;*/
	/*font-size: 24px;*/
	margin-right: 6px;
}
#info-wrap #tpl-old-price {
	font-size: 14px;
	margin-right: 15px;
}
#info-wrap #tpl-vip-price {
	font-size: 24px;
	color: #ff7200;
}
.qrcode-operation-wrap {
	width: 360px;
  margin-left: 100px;
}
.preview_qrcode_div {
	width: 200px;
	height: 200px;
	border-radius: 10px;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.qrcode-operation-wrap img{
	display: block;
	width: 200px;
	margin: 0 auto;
	vertical-align: bottom;
	border: solid 1px #000;
	
}
.qrcode-operation-wrap input{
	width: 110px;
	height: 45px;
	border: 0;
	background-color: #7C98EF;
	border-radius: 5px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	color: #fff;
	cursor: pointer;
	margin: 6px;
	-webkit-appearance: none;
}
.show_wrap2{
	left: 130px !important;
}
.gray{
	background-color: #898989 !important;
}
#music{
	cursor: pointer;
}
/*#closemusic{
	width: 20px;
	height: 85px;
	position: absolute;
	top: 61px;
	right: -22px;
	cursor: pointer;
	background-color: #99B2FF;
	color: #fff;
	border-radius: 4px;
	padding-left: 4px;
	padding-top: 5px;
	font-size: 14px;
	display: none;
}*/
.preview_btn .page_down {
	margin-top: 160px !important;
}


.buy-box {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
}
.buy-content {
	width: 300px;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	background-color: #fff;
}
.buy-content .title {
	height: 30px;
	background-color: #00A0EA;
	margin-bottom: 10px;
}
.buy-content .title span {
	float: right;
	font-size: 28px;
	color: #fff;
	padding-right: 8px;
	padding-left: 8px;
	cursor: pointer;
}
.buy-content p {
	line-height: 35px;
	font-size: 18px;
	color: #444;
	text-indent: 15px;
}
.buy-content .buy-btn {
	display: block;
	width: 100px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
	color: #fff;
	background-color: #fc781d;
	border-radius: 3px;
	cursor: pointer;
}
.buy-content .invalid {
	background-color: #666;
	cursor: default;
}
.buy-content #cost,
.buy-content #remain {
	color: #ff7200;
	font-size: 22px;
	padding-left: 5px;
	padding-right: 5px;
}
.buy-box .tip {
	display: none;
	margin-left: 10px;
	font-size: 12px;
	color: #00A0EA;
}
.zz-snow{
	z-index: 8 !important;
}
.onekey-share{
	padding:8px 16px;
	border-radius:4px;
}
.onekey-share .p-default {
	font-size: 16px;
	color:#6d6d6d;
	padding-bottom: 10px;
}
.onekey-share .jiathis_style_24x24 .jiathis_button_weixin .jtico {
	background: url(../images/weixin.png) no-repeat center;
	background-size: 22px;
}
.onekey-share .jiathis_style_24x24 .jiathis_button_qzone .jtico {
	background: url(../images/Q-zone.png) -2px -5px no-repeat;
	background-size: 32px;
}
.onekey-share .jiathis_style_24x24 .jiathis_button_tsina .jtico {
	background: url(../images/weibo.png) -2px -5px no-repeat;
	background-size: 32px;
}
.onekey-share .jiathis_style_24x24 .jiathis_button_tqq .jtico {
	background: url(../images/QQ.png) -2px -5px no-repeat;
	background-size: 32px;
}
.onekey-share .jiathis_style_24x24  .jiathis_txt {
	background: url(../images/add.png) 0 0 no-repeat;
	background-size: 24px;
}
.i_Want {
	display: inline-block;
	font-size: 20px;
	color: #00bd81;
	margin-top: 5px;
}
/*收藏*/
.collect-type {
	position: fixed;
	z-index: 9999;
	display: none;
	top: 180px;
	left: 38%;
	width: 300px;
	height: 200px;
	box-shadow: 2px 2px 4px #b1b1b1,-2px -2px 4px #b1b1b1;
	border-radius: 15px;
	text-align: center;
	background-color: #fff;
}
.collect-type span {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 10px;
}
.collect-type img {
	cursor: pointer;
	position: relative;
	display: block;
	float: right;
	width: 19px;
	top: -36px;
	right: 10px;
}
.collect-select {
	margin-top: 30px; 
}
.collect-type input {
	width: 145px;
	height: 25px;
	margin-top: 10px;
	border: 1px solid #afafaf;
	border-radius: 2px;
	line-height: 25px;
	text-indent: 6px;
}
.type-sure {
	cursor: pointer;
	width: 85px;
	height: 35px;
	margin-top: 21px;
	color: #fff;
	background-color: #f56b00;
}

/*支付弹窗*/
.pay_win {
	z-index: 99999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	color:#434343;
}
.pay_main {
	position: relative;
	width: 800px;
	height: 400px;
	top: 50%;
	margin: -200px auto 0;
	background-color: #fff;
}
.pay_title {
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid #a8a8a8;
	font-size: 20px;
}
.balance {
	color: #f94f21;
	font-size: 22px;
}
.payClose {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 25px;
}
.pay_type {
	margin: 0 auto 0;
	width: 700px;
}
.pay_type p {
	border-bottom: 1px solid #bdbdbd;
	padding: 15px 0;
	font-weight: 600;
}
.payTypeSelect {
	text-align: center;
}
.payTypeSelect label {
	display: inline-block;
	margin: 20px 35px 0;
}
.payPlatform {
	display: inline-block;
	width: 140px;
	height: 140px;
	margin: 40px 116px 30px 78px;
	border-radius: 4px;
	text-align: center;
	vertical-align: top;
}
.zhifubaoImg {
	display: block;
	width: 200px;
	margin: 25px auto;
}
.weixinImg {
	display: block;
	width: 150px;
	margin: -5px auto 0;
}
.weixinbg {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../../../pc2/vippacket/images/pay.png) no-repeat;
	background-size: auto 27px;
	background-position: -119px 0;
	vertical-align: top;
}
.pay_main .pay_type .selected {
	border: 1px solid #34aaed;
}
.pay_type .zhifubao {
	background-position: 21px 10px;
}
.pay_type .wechat {
	background-position: -105px 10px;
}
#wechar_pay {
	display: inline-block;
	margin: 40px 50px 30px 70px;
	vertical-align: top;
}
#wechar_pay img {
	width: 200px;
	margin: 25px auto;
}
#wechar_btn {
	cursor: pointer;
	width: 120px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid red;
	line-height: 30px;
	text-align: center;
	margin: 5px auto;
}
.by_weibi {
	display: none;
}
.pay_type .payByWeibi {
	border: none;
	font-weight: normal;
}
.paybtn {
	position: absolute;
	cursor: pointer;
	width: 120px;
	height: 40px;
	bottom: 25px;
  left: 50%;
  margin-left: -60px;
	background-color: #2490db;
  border-radius: 5px;
	color: #fff;
  text-align: center;
  line-height: 40px;
}
.wechat-pay-wrap img {
	width: 220px;
	height: 220px;
	margin-bottom: 30px;
}
.ali-pay-wrap p {
	line-height: 36px;
	text-align: left;
	text-indent: 26px;
}
.orange-btn {
	background-color: #f60;
}
.orange_num {
	color: #f94f21;
	font-size: 22px;
}
.zhibubaoLink {
	display: inline-block;
	margin: 0 auto;
	width: 120px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #f94f21;
	line-height: 30px;
	color: #434343;
  text-decoration: none;
}
#emptyweibi{
	color: red;
	display: none;
	margin-left: 30px;
}
#emptyweibi a {
	color: red;
	margin-left: 10px;
	text-decoration: underline;
}
/*支付弹窗*/

/*屏蔽理由*/
.shield-win {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.shield-win > div {
	width: 300px;
  height: 200px;
  background-color: #fff;
  margin-left: -150px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  border-radius: 5px;
  overflow: hidden;
}
.shield-win p{
	padding: 10px 20px 10px;
  background-color: #e4e7ec;
  color: #59607b;
}
.shield-win input{
	border: 1px solid #a6acc4;
  height: 30px;
  width: 200px;
  margin: 35px auto;
  display: block;
  border-radius: 2px;
  color: #59607b;
  text-indent: 5px;
}
.shield-btn {
	text-align: center;
}
.shield-btn button {
	width: 100px;
	height: 30px;
	margin: 0 20px;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
	color: #78809f;
}
.shield-btn .submit-btn {
	box-shadow: 0 8px 10px #3091f2;
	color: #fff;
	background-color: #3091f2;
}
.shield-btn .submit-btn:hover {
	background-color: #0b6fd3;
}