.studiosch {
	background: #FBFBFB url(/skin/muban/studioschbg.jpg) top center no-repeat;
	background-size: cover;
	height: 320px
}
.studiosch .in {
	margin: 0 auto;
	width: 70%;
	clear: both;
	max-width: 800px;
	padding: 80px 0 0
}
.studiosch h3 {
	font-size: 32px;
	color: #fff
}
.studiosch span {
	color: #fff;
	font-size: 24px;
	display: block;
	margin-top: 8px
}
.studiosch form {
	width: 100%;
	margin: 20px auto 0;
	background: #fff;
	text-align: left;
	position: relative;
	border-radius: 100px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
}
.studiosch .pankey {
	height: 50px;
	line-height: 50px;
	text-indent: 2em;
	width: 100%;
	font-size: 16px;
	background: none;
	color: #ccc
}
.studiosch .pankey:-webkit-autofill {
border-radius:100px
}
.studiosch form button {
	position: absolute;
	right: -3px;
	top: 0;
	height: 50px;
	width: 100px;
	text-align: center;
	border-radius: 100px
}
.studiosch form button i {
	font-size: 30px;
	color: #fff
}
.studio {
    overflow: hidden;
    clear: both;
    width: 100%;
    box-sizing: border-box;
}
.cTable {
	overflow: hidden
}
.cTable ul {
	border-bottom: none;
	width: 100%;
	margin: 20px 0 0 0;
	float: left
}
.cTable li {
	float: left;
	clear: both;
	width: 100%;
	position:relative;
	margin-bottom: 10px;
}
.cTable .d1 {
	width: 100px;
	background: #E7E2DD;
	height: 50px;
	border-bottom: 1px solid #DBD6D2;
	text-align: center;
	float: left;
	line-height: 49px;
	box-sizing: border-box;
	border-radius: 10px 0px 0px 10px;
}
.cTable .d1 p {
	color: #333;
	font-size: 18px
}
.cTable li:last-child .d1 {
    height: 84px;
    line-height: 84px;
}
.cTable i {
	margin-right: 8px;
	opacity: 0.5
}
.cTable .d2 {
	overflow: hidden;
	padding: 7px 2px;
	line-height: 25px;
	/*height: 50px;*/
	/*border-left: 1px solid #DBD6D2;*/
	background: #fff;
	box-sizing: border-box;
	border-radius: 0px 10px 10px 0px;
}
.cTable .d2 a {
	display: inline-block;
	margin: 2px 2px 2px 2px;
	padding: 0 8px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 15px
}
.cTable .d2 .on {
	background: #E2523A;
    color: #ffffff;
    border-radius: 5px;
}
.cTable .d2 a.chajian{position:relative}

.cTable .d2 a.chajian i {
    position: absolute;
    top: 4px;
    margin-left: 1px;
	opacity: 1;
}

  .point {
    width: 6px;
    height: 6px;
    background-color: #ff0909;
    position: relative;
    border-radius: 50%;
  }
 
  /* 设置动画前颜色 */
  .point-flicker:after {
    background-color: #ff0909;
  }
 
  /* 设置动画后颜色 */
  .point-flicker:before {
    background-color: #ea8787;
  }
 
  /* 设置动画 */
  .point-flicker:before,
  .point-flicker:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 50%;
    animation: warn 1.5s ease-out 0s infinite;
  }
 
  /* @keyframes 规则用于创建动画。在 @keyframes 中规定某项 CSS 样式，就能创建由当前样式逐渐改为新样式的动画效果。 */
  @keyframes warn {
    0% {
      transform: scale(0.5);
      opacity: 1;
    }
 
    30% {
      opacity: 1;
    }
 
    100% {
      transform: scale(1.4);
      opacity: 0;
    }
  }

.cTable li:last-child .d1, .cTable li:last-child .d2 {
	/*border-bottom: none;height: 84px;*/
}
.studiolist ul.all {
	overflow: hidden;
	clear: both;
	zoom: 1;
	color: #555;
	margin: 20px 0 0 0;
	width: 100%;    
}
.studiolist ul.all li {
	float: left;
	margin: 0 1% 1% 0;
	background: #fff;
	width: 49.5%;
	padding: 2% 2% 1% 2%;
	border-radius:10px;
}
.studiolist ul.all li:nth-child(2n) {
	float: right;
	margin-right: 0;
	
}
.studiolist ul.all li .rbox ul.jglist li:nth-child(2n){float: left;}
.studiolist ul.all li .rbox ul.jglist li:nth-child(3n){border-right: 0px !important}
.studiolist ul.all li.nom {
	margin: 0
}
.studiolist ul.all li .img {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin-right: -50%;
	position: relative; background:url(/skin/muban/s_bg.png) no-repeat;background-size: 100% auto;
}
.studiolist ul.all li .img:before{content: ""; display: block; padding-top: 83%;}

.studiolist ul.all li .img img {
	max-width: 93%;
	height: auto;
	box-shadow: 2px 2px 12px 0px rgba(0,0,0,.2);
	position: absolute;
    top: 4.5%;
    left: 3.5%;
}
.studiolist ul.all li a:hover p{display:block;transform-origin:100% 0%;-webkit-animation:fadeIn 0.3s ease-in-out;animation:fadeIn 0.3s ease-in-out;}
.studiolist ul.all li a p{display:none;text-align:left;background-color:#1E2021;padding:10px;width:100%;position:absolute;border-radius:3px;box-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);margin-left: 102%;top:0px;color:#FFF;font-size:13px;line-height:1.4;}
.studiolist ul.all li:nth-last-child(2) a p{bottom: 0px;top: auto;}
.studiolist ul.all li:last-child a p{bottom: 0px;top: auto;}
.studiolist ul.all li:nth-last-child(2) a p:before{bottom: 30%;top: auto;}
.studiolist ul.all li:last-child a p:before{bottom: 30%;top: auto;}
.studiolist ul.all li a p:before{position:absolute;content:'';width:0;height:0;border:6px solid transparent;border-bottom-color:#1E2021;left:-12px;top:12px;border-color: transparent #1E2021 transparent transparent;}
.studiolist ul.all li a p img{width:auto !important; height:auto !important;max-width: 100% !important; position:relative !important; left:auto !important; right:auto !important; top:auto !important; }
.studiolist ul.all li .rbox {
	overflow: hidden;
	float: left;
	margin-left: 54%;
	max-height: 320px
}
.rbox h2{height: 80px;
    overflow: hidden;
    line-height: 25px;}
.studiolist ul.all li .rbox h2 a {
	font-size: 1.1rem;font-weight: normal;
}
.studiolist ul.all li .rbox .rmb {
	clear: both;
	margin-top: 10px;
	overflow: hidden
}
.studiolist ul.all li .rbox .rmb span.zhe {
	text-align: center;
	color: #fff;
	display: block;
	margin: 5px 0 0 0;
	overflow: hidden;
	float: left;
	width: 22px;
	height: 18px;
	line-height: 18px;
	background: #E2523A;
	border-radius: 4px;
}
.studiolist ul.all li .rbox .rmb span.jg {
	display: block;
	float: left;
	font-size: 15px;
	color: #E2523A;
	line-height: 28px;
	margin-left: 5px
}
.studiolist ul.all li .rbox .rmb span.jg strong {
	font-size: 24px
}
.studiolist ul.all li .rbox ul.jglist {
	line-height: 20px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	zoom: 1;
	padding: 3% 0;
	background: #f0f4f5;
	margin: 3% 0
}
.studiolist ul.all li .rbox ul.jglist li {
	width: 32.6%;
	border-right: 1px solid #DBD6D2;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius:0px;
}
.studiolist ul.all li .rbox ul.jglist li span {
	display: block
}
.studiolist ul.all li .rbox ul.jglist li span i{display:none;}
.studiolist ul.all li .rbox a.buybtn {
	border-radius: 3px;
	display: block;
	font-size: 16px;
	text-align: center;
	background: #E2523A;
	color: #FFF;
	padding: 5% 0;
	width: 48%;
	float: left;
	margin-bottom: 5%;
}
.studiolist ul.all li .rbox a.buybtn2 {
	border-radius: 3px;
	display: block;
	font-size: 16px;
	text-align: center;
	background: #0099CC;
	color: #FFF;
	padding: 5% 0;
	width: 48%;
	float: right;
	margin-bottom: 5%;
}
.studiolist ul.all li .rbox .tit  {
	display: block;
	color: #666;
	margin-top: 5%;
	overflow: hidden;
	font-size: 14px;
	position: relative;
	padding-left: 5%;
	clear: both;
	line-height: 22px; display:none
}
.studiolist ul.all li .img em {
	background-color: #E2523A;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    padding: 3px 25px 7px 15px;
    border-radius: 0 4px 0px 10px;
}
.rmb i.fa {
	float: left;
	font-size: 15px;
	margin-left: -2px;
	line-height: 30px;
	color: #E2523A; margin-top:-1px;margin-right: 3px;
}
/*
.tit:before {
	content: "“";
	font-size: 18px;
	font-family: 宋体;
	position: absolute;
	left: -2%;
}

.tit:after {
	content: "”";
	font-size: 18px;
	font-family: 宋体;
	margin-left: 3px
}*/
.studiolist ul.all li .rbox a.buybtn:hover {
	background: #E9644E
}
.studiolist ul.all li .rbox .buybtn.nobtn, .studiolist ul.all li .rbox .buybtn.nobtn:hover, .dbtn .fast.nobtn, .dbtn .fast.nobtn:hover {
	background: #ADADAD;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.spiderlink {
    line-height: 18px;
    color: #666;
    font-size: 14px;
    margin: 20px 0 0 0;
}
.studiomain {
    width: 100%;
    overflow: hidden;

}
.softAbs {
    padding: 10px 0 10px;
    border-bottom: 5px solid #eee;
}
.softAbs .soft_img {
    float: left;
    /*width: 30%;*/
    margin-right: 70%;
    position: relative;
    overflow: hidden;
    height: 495px;
    max-height: 495px;
	border-radius: 5px;
}
.softAbs .soft_img img {
    width: 100%;
    height: auto;
    transition: inherit;
    -moz-transition: inherit;
}
.softAbs .info {
    width: 79%;
    float: left;
    margin-left: -69%;
    background: #F4F2EF;
    padding-bottom: 10px;
    max-height: 500px;
	border-radius: 10px;
}
.softAbs .info h1 {
    color: #ffffff;
    font-weight: bold;
    padding: 22px 0 16px 0;
    font-size: 30px;
    height: 68px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #ee7a19;
    text-indent: 3%;
   /* width: 98%;*/
	/*border-radius: 10px;*/
}
#hc-fcs-panel {
    width: 100%;
    position: relative;
    left: 0;
    border-left: 6px solid transparent;
    padding-top: 14px;
    padding-bottom: 20px;
    background: #ff4939;
}
.hc-promo-panel {
	position: relative;
	z-index: 2;
	margin-left: 90px;
	padding: 6px 0
}
.hc-promo-price {
	color: #FFC5C5;
	font-size: 13px;
	font-weight: 700
}
.hc-promo-cur {
	color: #DD999D
}
.hc-promo-panel .hc-promo-cur {
	line-height: 36px
}
.hc-promo-panel .hc-promo-cur i{font-size: 26px;
    color: #fff;
    vertical-align: middle;margin-right: 5px;}
.hc-promo-price .hc-yen {
	vertical-align: middle
}
.hc-promo-cur .hc-yen {
	font-family: Arial;
	font-size: 34px;
	font-weight: bolder;
	color: white;
	-webkit-font-smoothing: antialiased
}
.hc-promo-cur .hc-price {
	font-family: Arial;
	font-size: 34px;
	font-weight: bolder;
	color: white;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle
}
.hc-promo-type {
	background-color: #FFF5F5;
	border-radius: 8px;
	color: #E43A3A;
	height: 16px;
	line-height: 16px;
	padding: 1px 5px;
	font-weight: bold;
	margin: 0 8px 4px;
	vertical-align: middle
}
.hc-price-panel {
	margin-left: 90px;
	position: static;
	color: #ffffff;
	padding-left: 0
}
.hc-price-panel .hc-price {
	text-decoration: line-through
}
.hc-price-item {
	padding: 0 10px
}
.hc-fcs-corner {
	_overflow: hidden;
	position: absolute;
	right: 0;
	bottom: -6px;
	width: 0;
	height: 0;
	border-width: 3px;
	border-style: solid;
	border-color: #999 transparent transparent #999;
	_border-bottom-color: #f8f8f8;
	_border-right-color: #f8f8f8;
	_filter: chroma(color=#f8f8f8);
	overflow: hidden
}
.hc-fcs-bottom {
	_overflow: hidden;
	width: 100%;
	background-color: rgba(0, 0, 0,.1);
	background-color: #DFDFDF 9;
	height: 4px;
	position: absolute;
	bottom: -4px;
	left: -4px
}
.hc-fcs-label {
	position: absolute;
	width: 10%;
	height: 50px;
	line-height: 50px;
	left: 16px;
	top: 11px;
	color: white
}
.hc-bar-panel {
	position: relative;
	z-index: 1;
	margin-bottom: 12px
}
.hc-shopprom-panel {
	background: #E7E2DD;
	width: 100%;
	border-right: 0;
	left: 0;
	position: relative;
	top: 2px;
	text-align: left;
}
.hc-shopprom-title {
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	width: 87px
}
.hc-shopprom-data {
	margin-left: 94px;
	color: #666;
	margin-right: 30px;
	text-align: left
}
.softAbs .info p {
    line-height: 38px;
    border-bottom: 1px dashed #dadada;
    padding-left: 3%;
    height: 40px;
    overflow: hidden;
}
.softAbs .info p.hc-shopprom-title, .softAbs .info p.hc-shopprom-data {
    line-height: 40px;
    border: none;
    padding-left: 0;
}
.softAbs .info .mInfo {
    display: inline-block;
    /*width: 50%;*/
}
.dbtn {
    display: block;
    margin: 0.5% 0 0 0.5%;
}

.dbtn .fast, .dbtn .normal {
    display: inline-block;
    width: 14%;
    border-radius: 5px;
    padding: 2% 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
}
.dbtn .fast {
    background: #ff4939;
}
.m_b2 {
    margin-left: 2%;
}
.dbtn i {
    margin-right: 4px;
}
.dbtn .fast {
    padding: 1% 0 !important;
}
.dbtn .fast span {
    font-size: 13px;
    display: block;
	height: 20px;
    overflow: hidden;
}
.dbtn .normal span {
    font-size: 13px;
    display: block;
	height: 20px;
    overflow: hidden;
}

.dbtn .normal {
    background: #61B3E6;
    margin-left: 2%;
}
.dbtn .normal {
    padding: 1% 0 !important;
}
.soft_url{display:none}
.softinfo {
    margin: 0;
    position: relative;
}
.softinfo .bd.infotxt {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 30px;
    padding: 0;

}
.theme-sidebar {
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    width: 160px;
}

.theme-sidebar ul {
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
}
.theme-sidebar li a {
	color: #999;
	display: block;
	padding: 0;
	letter-spacing: 6px;
	position: relative;
}
.theme-sidebar li a:hover {
    color: #45B6F7;
}
.theme-sidebar li a.on {
	color: #45B6F7;
}
.theme-sidebar li a.on::after {
	position: absolute;
	content: '';
	left: 12px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #45B6F7;
	background-color: #F6F6F6;
}
#theme {background: #fff;
    border-radius: 10px;}
.gundong {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 90px;
	z-index: 2;
	width: 160px;
}



.softinfo .fa{margin-right:5px}
.softinfo h3 .fa{color:rgb(234, 96, 0)}
.softinfo .dxbox{overflow:hidden;margin: 0px -0.5%;}
.zpjs{margin-top:10px;word-break: break-all;word-wrap: break-word;}
.zpjs a{text-decoration: underline;color:#E2523A;}
.zpjs img{max-width: 100%;height: auto!important;}
.zpjs,.zpjt,.gnsm,.bbgx,.sysm,.xzdz,.lxfs,.tbzy,.xglist,.help,#pl {
    clear: both;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
	margin-bottom:20px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.zpjs ul, .zpjs ol {
    background-color: #f6f8ff;
    border-radius: 16px;
    font-size: 16px;
    padding: 22px 22px 22px 38px;
    margin-top: 22px;
    margin-bottom: 22px;
}
.zpjs ul li, .zpjs ol li {
    margin-bottom: 8px;list-style: disc;
}
.cjlist ul {

    margin: 0px -0.5%;
}
.cjlist ul li {
    float: left;
    margin: 0.5%;
    background: #fff;
    width: 19%;
    padding: 0.8% 0.8% 0.2% 0.8%;
    border-radius: 5px;
}
.cjlist ul li a{display: block;}
.cjlist ul li a img{width:100%;height:auto;border-radius: 3px;}
.cjlist h3 span a{font-size: 15px;text-decoration: none;margin-left: 20px;}
.tag-box {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}
.tag-box span {
	border: none;
	background-color: #E2523A;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0 16px;
    border-radius: 4px;
	font-size: 14px;
}
.tag-box a {
	border: none;
	background-color: #666;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0 16px;
    border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
}
.tag-box a:hover {
	background-color: #E2523A;
	color: #fff
}
.zpjt ul li,.gnsm ul li {
	float: left;
	    margin: 0.5%;
	background: #F4F2EF;
	width: 19%;
	padding: 0.8% 0.8% 0.2% 0.8%;border-radius: 5px;
}
.zpjt ul li img,.zpjt ul li,.gnsm ul li img {
}
.morebox{margin: 10px 0px;}
.morebox a {
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    background: #F4F2EF;
    border-radius: 5px;
    font-size: 16px;
    color: #666!important;
    clear: both;
}
.softinfo h3,#pl h4 {
    white-space: normal;
    box-sizing: border-box;
    margin: 15px 0px;
    padding: 0px 0px 0px 10px;
    border-width: 0px 0px 0px 5px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: rgb(234, 96, 0);
    border-image: initial;
    vertical-align: baseline;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    outline: 0px;
    font-size: 20px;
    line-height: 20px;
    color: rgb(51, 51, 51);
    text-align: center;
}
.zpjs p,.zpjt p,.gnsm p,.bbgx p,.sysm p,.lxfs p,.tbzy p {
    margin-top: 0px;
    margin-bottom: 0px;
    white-space: normal;
    box-sizing: border-box;
    border: 0px;
    vertical-align: baseline;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    outline: 0px;
    line-height: 1.95em;
    /* text-indent: 2em; */
    text-align: justify;
    color: rgb(42, 42, 42);
    word-break: break-all;
    font-size: 15px;
	padding: 8px 0px;
}
.paycent{overflow: hidden;margin: 10px 0px;border-radius: 10px;}
.paycent ul {
	overflow: hidden;
}
.paycent li {
	float: left;
	width: 20%;
	overflow: hidden;
	line-height: 32px;
	background: #F4F2EF;
}
.paycent li div {
	display: block;
    margin: 20px 10px;
    text-align: center;
	background: #fff;
	padding: 20px 0px;
	border-radius: 10px;
}
.paycent #you div {
	background: #fff;
}
.paycent h2 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #CC0000;
}
.paycent p {
	float: none;
	margin-bottom: 0px;
	padding: 0px;
	text-indent: 0;
    text-align: center;
}
.paycent p a{ color:#FF0000}
.paycent img {
	display: inline;
}
.xglist ul li {
	text-align: center;
	width: 18.4%;
	height: auto;
	float: left;
	position: relative;
	margin: 0 2% 32px 0;
}
.xglist ul li:nth-child(5n) {
	margin-right: 0;
}
.xglist ul li a {
	display: block;
}
.xglist ul li img {
	width: 100%;
	height: auto;
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 6px 1px rgba(0, 0, 0,.3);
}
.xglist ul li h2 {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px !important;
}
.xglist ul li p {
	font-size: 12px !important;
	color: #999 !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 12px !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
}
.xglist ul li p span {
	text-decoration: line-through;
}
.help dt {
    cursor: pointer;
    color: #353535;
    font-size: 18px;
    margin-bottom: 20px;
	font-weight: 700;
}
.help dt, .help dd {
    margin-left: 40px;
    position: relative;
}
.help dt i, .help dd i {
    background: url(../images/faq.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -40px;
    top: 0px;
}
.help dd {
    display: none;
    color: #767676;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    background: #f0f0f0;
    margin-bottom: 20px;
    margin: 0 0 15px 0;
}
.help dt, .help dd {
    margin-left: 40px;
    position: relative;
}
.help dd i {
    background-position: 0 -35px;
}
.help dd a {color: #f90808;}
.svinfo {
	display: none
}
.svinfo.open {
	display: block
}
.svbg {
	background-color: #000;
	opacity: 0.7;
	z-index: 10;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%
}
.svinfo {
	position: fixed;
	width: 50%;
	height: auto;
	top: 90px;
	margin-left: -25%;
	left: 50%;
	background: #fff;
	z-index: 11;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3)
}
.svtit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color: #656D78
}
.svtit strong {
	display: block;
	width: 80%;
	left: 16px;
	font-style: normal;
	overflow: hidden;
	position: absolute
}
.svtit i {
	right: 18px;
	top: 14px;
	color: #ccc;
	cursor: pointer;
	font-size: 24px;
	position: absolute
}
.svtxt {
	padding: 10px;
	overflow-y: scroll;
    max-height: 450px;
}
.svtxt p {
	margin-top: 0px;
    margin-bottom: 0px;
    white-space: normal;
    box-sizing: border-box;
    padding: 8px 0px;
    border: 0px;
    vertical-align: baseline;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    outline: 0px;
    line-height: 1.95em;
    text-indent: 2em;
    text-align: justify;
    color: rgb(42, 42, 42);
    word-break: break-all;
    font-size: 15px;
    background-color: rgb(255, 255, 255);
}
.sv01,.sv02,.sv03{margin-right: 15px;}
.sv01 .fa,.sv02 .fa,.sv03 .fa{color: #40a9ff;font-size: 16px;margin-right: 5px;}
.svinfo01_bg,.svinfo02_bg,.svinfo03_bg {
    background-color: #000;
    opacity: 0.7;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
	display:none;
}
.svinfo01_bg.open,.svinfo02_bg.open,.svinfo03_bg.open {display:block;}
.zpjs .dbtn{margin: 0px;}
.zpjs .dbtn .normal{padding: 5px 15px !important;text-decoration: none;margin-left: 0px;margin-right: 20px;width: auto;}
fieldset.ainfo {
    border: 0px;
    background: #fff;
}
/*响应式开始*/
@media (max-width: 1440px){
.rbox h2 {
    height: 50px;
}
}
@media screen and (max-width: 1360px) {
.paycent li {
    width: 50%;
}
.paycent li div {
	height: auto;
	border-right: 0;
}
}
@media (max-width: 1140px) {
.xglist ul li {
	width: 23.36%;
}
.xglist ul li:nth-child(4n) {
	margin-right: 0;
}
.xglist ul li:nth-child(5n) {
	margin-right: 2%;
}
}
 @media (max-width:1000px) {
.g-sd {
	display: none
}
.studiolist, .studioinfo {
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	border: none
}
.studio, .studiomain {
	margin: 10px auto 10px
}
.rbox h2 {
	font-style: normal;
	font-size: 14px;
}
.studiolist ul.all li .rbox h2 a{font-size: 15px;}
}
@media (max-width: 900px) {
.studiolist ul.all li .rbox ul.jglist {
	display: none
}
.studiolist ul.all li .rbox a i {
	display: none
}
}
@media (max-width: 880px) {
.softAbs .soft_img {
    /*display: none;*/
}
.softAbs .info {
    width: 100%;
    margin-left: 0;
}
}

@media (max-width:768px) {
.studiolist ul.all li a:hover p{ display:none}
.studiolist ul.all li {
	width: 100%;
	margin: 0 0 15px 0
}
.studiolist ul.all li .rbox ul.jglist {
	display: block
}
.studiolist ul.all li .rbox a i {
	display: inline-block;
}
.rbox h2{height:auto}
.studiosch {
    height: 220px;
}
.studiosch .in {
    padding: 50px 0 0;
}

.theme-sidebar{
    display: none;
}
.softinfo .bd.infotxt{margin-right: 0px;}
.cjlist ul li {
    width: 24%;
}
}
@media (max-width: 730px) {
.xglist ul li {
	width: 31.6%;
}
}
@media (max-width: 690px) {
.xglist ul li {
	width: 48%;
	margin: 0 2% 22px 0;
}
}
@media (max-width:650px) {
.cTable .d1 {
	display: none
}
.cTable .d2 {
	border-left: none;background: #EBEBEB;width: 100%;padding: 5px 15px 5px 5px;border-radius: 0;height:auto;border-radius: 5px;
}
.cTable .toggleBtn {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 11;
    display: block;
    width: 20px!important;
    text-align: center;
    cursor: pointer;
    background: transparent;
}
.cTable ul {
	width: 100%;
	box-shadow: -7px 0 7px -7px rgba(51,51,51,.07), 7px 0 7px -7px rgba(51,51,51,.07);
	margin: 10px auto 0;
	float: none;
	background: #fff;
    border-radius: 8px;
    padding-bottom: 8px;
}
.cTable .d2 a {
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	margin: 5px 0 5px 0px;
}
.cTable li{margin-bottom: 0px;padding: 8px 8px 0px 8px;}
}
@media (max-width:600px) {
	.studiosch .in {
    padding: 20px 0 0;
    width: 90%;
}
.studiolist ul.all li, .studiolist ul.all li:nth-child(2n) {
	width: 49%;
    box-shadow: none;
    margin: 0 auto 10px;
    float: left;
    padding: 3% 2.5% 0px;
	border-radius: 10px;
}

.studiolist ul li .img em {
	display: none
}
.rbox h2 {
	height: 70px;
	overflow: hidden;
}
.rmb i.fa{font-size: 20px;}
.studiolist ul.all li .rbox .rmb span.jg strong {
    font-size: 20px;
}
.studiolist ul.all li .rbox a.buybtn{font-size: 14px;}
.studiolist ul.all li .rbox a.buybtn2{font-size: 14px;}
.studiolist ul.all li .rbox h2 a {
	font-size: 15px;
	line-height: 20px;font-weight: normal;
}


.studiolist ul.all {
	margin: 10px 0 0 0;display: flex;
    flex-wrap: wrap;

}
.studiolist ul.all li .rbox ul.jglist li {
	float: left;
	box-shadow: none;
}
.studiolist ul.all li .rbox ul.jglist li i{display:none;}
.studiolist ul.all li .img img {
	width: 100%;
	height: auto;
	box-shadow: -7px 0 7px -7px rgba(51,51,51,.07), 7px 0 7px -7px rgba(51,51,51,.07);
	display: block;
	
}
.studiolist ul.all li .img {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px
}
.studiolist ul.all li .rbox {
	float: none;
	margin-left: 0
}
.softAbs{padding:0px}
.softAbs .info h1 {
    font-size: 20px;
    height: auto;
    line-height: 26px;
    overflow: auto;
    white-space: normal;
    /*text-indent: 0;*/
    text-align: left;
     /*width: 90%;*/
    margin: 0 auto;
}
.dbtn {
    margin: 0.5% 0 0 0.5%;
}
.dbtn .fast, .dbtn .normal {
    width: 30%;
    line-height: 30px;
}
.dbtn .normal {
    padding: 1% 0 !important;
}
.dbtn .normal span {
    display: none;
}
.dbtn .fast span {
    display: none;
}
.hc-fcs-label{display:none}
.hc-promo-panel, .hc-price-panel {
    margin-left: 3%;
}
.hc-promo-panel .hc-promo-cur {
    line-height: 28px;
}
.hc-promo-cur .hc-price, .hc-promo-cur .hc-yen {
    font-size: 26px;
}
.hc-promo-cur .hc-price, .hc-promo-cur .hc-yen {
    font-size: 28px;
}
#hc-fcs-panel {
padding-top: 8px;
    padding-bottom: 10px
}
.paycent li {
    width: 100%;
}
.xglist ul li:nth-child(5n) {
	margin-right: 4%;
}
.xglist ul li:nth-child(2n) {
	margin-right: 0;
}
.xglist ul li {
	margin: 0 4% 16px 0;
	width: 48%;
}
.svinfo {width: 96%;margin-left: -48%}
.softAbs .info p.hc-shopprom-title{display:none;}
.softAbs .info p.hc-shopprom-data{margin-left: 0px;margin-right: 0px;padding: 0px 10px;}
.softAbs .info p.hc-shopprom-data span{display:none;}
.cjlist ul li {
    width: 49%;
}
}
@media (max-width:450px) {
.studiolist ul.all li .rbox ul.jglist {
	width: 100%;
	margin: 4% 0;height: 50px;
    line-height: 20px;
    overflow: hidden;display: flex;
    flex-wrap: wrap;

}
.studiosch {
    height: 180px;
}
.studiosch h3 {
    font-size: 22px;
}
.studiosch span{font-size: 18px}
.studiosch .pankey{font-size: 14px;}
}
@media screen and (max-width: 425px) {
.studiolist ul.all li .rbox a i {
	display: none
}
}

.zpjs a.infotextkey{border-bottom: 2px solid #f16b6f;}
.zpjs a.infotextkey:hover{-webkit-transition: box-shadow .2s linear;transition: box-shadow .2s linear;box-shadow: inset 0 -20px #f16b6f;color:#fff}