﻿
@charset "utf-8";
.clean:after, .clean:before {
	display: table;
	content: '';
}
.clean:after {
	clear: both;
}
.clean {
	zoom: 1;
}
.wrap123 {
	max-width: 1600px;
	width: 95%;
	margin: 0 auto;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-over {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.over {
	overflow: hidden;
}
.nowrap {
	white-space: nowrap;
}
.nowrap * {
	white-space: normal;
}
.fz0 {
	font-size: 0px;
}
.relative {
	position: relative;
	z-index: 1;
}
.absolute {
	position: absolute;
	z-index: 1;
}
.fixed {
	position: fixed;
	z-index: 1;
}



#products > .category-list {
	margin: 30px auto 36px;
}
#products > .category-list .item {
	width: 144px;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	color: #555;
	background-color: #f1f1f1;
	border-radius: 2px;
	margin: 3px 0.5%;
}
#products > .category-list .item:hover, #products > .category-list .item.on {
	color: #fff;
	background-color: #0382db;
}
#products > .category-list .item i {
	font-size: 20px;
	margin-right: 20%;
	vertical-align: middle;
}
#products .products-bg {
	background-color: #f8f8f8;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 70px 0 55px;
}
#products.index .products-bg {
	padding: 0 0 55px;
}
#products.index #products-box {
	padding-top: 70px;
	left: 0;
}
#products-box .products-list .item {
	width: 30.588%;
	margin-right: 3.823529%;
	margin-bottom: 60px;
	vertical-align: top;
}
#products-box .products-list .item.last {
	margin-right: 0;
}
#products-box .products-list .item[status='on'] {
	z-index: 2;
}
#products-box .products-list .item[status='on'] .main {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
#products-box .products-list .item[status='off'] {
	opacity: 0;
}
#products-box .products-list .item[status='off'] .main {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
#products-box .products-list .item .main {
	max-width: 520px;
	margin: 0 auto;
}
#products-box .products-list .item .cover {
	z-index: 2;
}
#products-box .products-list .item .cover .img {
	width: 100%;
	left: 0;
	top: 4%;
}
#products-box .products-list .item .cover .img img {
	width: 76.923%;
}
#products-box .products-list .item .cover .opt {
	width: 100%;/*max-height: 0;*/
	left: 0;/*bottom: -moz-calc(20% + 100px);bottom: -webkit-calc(20% + 100px);bottom: calc(20% + 100px);*/
	bottom: 20%;
	opacity: 0;
}
#products-box .products-list .item .cover .opt .button-bg {
	width: 76.923%;
	background-color: #fff;
	padding: 10px 40px 10px 25px;
	margin: 0 auto;/*box-shadow: 0 20px 40px rgba(0,0,0,.4)*/
}
#products-box .products-list .item .cover .opt .button {
	width: 78px;
	height: 78px;
	line-height: 76px;
	font-size: 16px;
	color: #0382db;
	border: 1px solid #0382db;
	border-radius: 100%;
	margin-right: 6%;
}
#products-box .products-list .item .cover .opt .button:hover {
	color: #fff;
	background-color: #0382db;
}
#products-box .products-list .item .cover .opt .links {
	font-size: 14px;
	color: #333;
	margin-top: 12px;
}
#products-box .products-list .item .cover .opt .links i {
	width: 31px;
	height: 31px;
	background: url(../images/ico-link-0.png) no-repeat center center;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
	display: block;
}
#products-box .products-list .item .cover .opt .links i::after {
	width: 100%;
	height: 100%;
	background: url(../images/ico-link-1.png) no-repeat center center;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	content: '';
}
#products-box .products-list .item .cover .opt .links:hover {
	color: #0382db;
}
#products-box .products-list .item .cover .opt .links:hover i::after {
	opacity: 1;
}
#products-box .products-list .item .cover .url {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
#products-box .products-list .item .cover:hover .opt {/*max-height: 100px;bottom: 20%;*/
	opacity: 1;
}
#products-box .products-list .item .info {
	width: 76.923%;
	margin: 0 auto;
}
#products-box .products-list .item .info .left {
	width: 50%;
	line-height: 24px;
}
#products-box .products-list .item .info .name {
	font-size: 16px;
	color: #222;
}
#products-box .products-list .item .info .category {
	font-size: 14px;
	color: #aaa;
}
#products-box .products-list .item .info .price {
	width: 50%;
	line-height: 48px;
	font-weight: bold;
	font-size: 18px;
	color: #222;
}
#products-box .products-list .item .info .price font {
	font-size: inherit;
}
#products-box .products-list .item .mask {
	opacity: 0;
	z-index: 2;
	position: absolute;
}
#products-box .products-list .item .opt-msg {
	width: 80%;
	max-height: 0;
	background-color: #fff;
	margin-top: -90px;
	position: absolute;
	left: 10%;
	top: 50%;
}
#products-box .products-list .item .opt-msg a {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #ddd;
	display: none;
}
#products-box .products-list .item .opt-msg a:hover {
	color: #0382db;
}
#products-box .box-button .button {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 5px;
}
#products-box .box-button .button i {
	font-size: 16px;
	color: #0078cc;
}
#products-box .box-button .button:hover {
	background-color: #0078cc;
}
#products-box .box-button .button:hover i {
	color: #fff;
}
#products-box .box-button .more-list {
	width: 92px;
	height: 50px;
	line-height: 50px;
	background-color: #0382db;/*background-color: #fff;*/
	border-radius: 3px;
	margin: 0 5px;
}
#products-box .box-button .more-list i {
	width: 10px;
	height: 10px;
	background: url(../images/list-more-0.png) no-repeat center center;
	display: inline-block;
}
#products-box .box-button .more-list i::after {
	width: 100%;
	height: 100%;
	background: url(../images/list-more-1.png) no-repeat center center;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 1;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	content: '';
}

.hide {
	display: none;
}
.max-w100 {
	max-width: 100%;
}
.max-h100 {
	max-height: 100%;
}

.border-box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.content-box {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.trans {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.trans-1s {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.scale:hover .scale-img {
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.grayscale .grayscale-img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.grayscale:hover .grayscale-img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}





#price-table {
	border-collapse: collapse;
	margin-top: 50px;
}
#price-table .price-row .pack-title {
	width: 25%;
	line-height: 60px;
}
#price-table .price-row .pack-title {
	background-color: #fafafa;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
#price-table .price-row .pack-title .title-0 {
	font-size: 36px;
	color: #000;
}
#price-table .price-row .pack-title .title-1 {
	font-size: 30px;
	color: #bbb;
}
#price-table .price-row .pack-col {
	width: 25%;
}
#price-table .price-row.r0 .pack-col {
	padding: 50px 0;
}
#price-table .price-row.r0 .pack-col.i0 {
	background-color: #ffc804;
	border-top: 1px solid #ffc804;
}
#price-table .price-row.r0 .pack-col.i1 {
	background-color: #ff4300;
	border-top: 1px solid #ff4300;
}
#price-table .price-row.r0 .pack-col.i2 {
	background-color: #00b3ff;
	border-top: 1px solid #00b3ff;
}
#price-table .price-row.r0 .pack-col .price-title {
	font-family: Arial, 'PingFang';
	font-size: 45px;
	color: #fff;
}
#price-table .price-row.r0 .pack-col .price-title::before, #price-table .price-row.r0 .pack-col .price-title::after {
	width: 40px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	content: '';
}
#price-table .price-row.r0 .pack-col .price-title::before {
	right: 120%;
}
#price-table .price-row.r0 .pack-col .price-title::after {
	left: 120%;
}
#price-table .price-row.r0 .pack-col .pack-price {
	top: 18px;
	font-family: Arial, 'PingFang';
	font-size: 68px;
	color: #fff;
}
#price-table .price-row.r0 .pack-col .pack-price::before {
	font-size: 30px;
	position: absolute;
	z-index: 1;
	top: 18px;
	right: 100%;
	
}
#price-table .price-row.r0 .pack-col .o-price {
	font-size: 18px;
	color: #fff;
	opacity: .5;
}
#price-table .price-row.r0 .pack-col .o-price::before {
	width: 120%;
	height: 1px;
	background-color: #fff;
	left: -10%;
	top: 50%;
	position: absolute;
	z-index: 1;
	content: '';
}
#price-table .price-row.r1 .pack-col {
	padding: 30px 0 50px;
}
#price-table .price-row.r1 .pack-col.i0 {
	background-color: #ffd306;
}
#price-table .price-row.r1 .pack-col.i1 {
	background-color: #ff5400;
}
#price-table .price-row.r1 .pack-col.i2 {
	background-color: #00c1ff;
}
#price-table .price-row.r1 .pack-col .renewals {
	font-size: 26px;
	color: #fff;
}
#price-table .price-row.r1 .pack-col .renewals span {
	font-size: 36px;
}
#price-table .price-row.r1 .pack-col .renewals span::before {
	font-size: 26px;
	position: relative;
	z-index: 1;
	top: -8px;
	margin: 0 4px 0 8px;
	}
#price-table .price-row.r1 .pack-col .o-price {
	font-size: 18px;
	color: #fff;
	opacity: .5;
}
#price-table .price-row.r1 .pack-col .o-price::before {
	width: 120%;
	height: 1px;
	background-color: #fff;
	left: -10%;
	top: 50%;
	position: absolute;
	z-index: 1;
	content: '';
}
#price-table .price-row.r1 .pack-col .tips {
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}
#price-table .fun-title td {
	line-height: 60px;
	font-size: 18px;
	color: #000;
	background-color: #e1e1e1;
}
#price-table .fun-row .fun-type {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	border: 1px solid #e5e5e5;
}
#price-table .fun-row .fun-title {
	height: 60px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	border: 1px solid #e5e5e5;
}
#price-table .fun-row .fun-cell {
	font-size: 16px;
	color: #666;
}
#price-table .fun-row.i0 .fun-cell.i0 {
	background-color: #f8f5e7;
}
#price-table .fun-row.i0 .fun-cell.i1 {
	background-color: #f8ece7;
}
#price-table .fun-row.i0 .fun-cell.i2 {
	background-color: #ebf5f9;
}
#price-table .fun-row.i1 .fun-cell.i0 {
	background-color: #eeecdf;
}
#price-table .fun-row.i1 .fun-cell.i1 {
	background-color: #eee3df;
}
#price-table .fun-row.i1 .fun-cell.i2 {
	background-color: #e1ecf1;
}
