.banner-container {
	padding: 0;
}

.banner-regist-button {
	text-align: center;
	margin-top: 52px;
	display: inline-block;
	background: linear-gradient(90deg, #1280FD, #006EFF);
	box-shadow: 0px 10px 50px 0px rgba(55, 124, 238, 0.2);
	margin-top: 52px;
	display: inline-block;
	height: 56px;
	line-height: 56px;
	background: linear-gradient(90deg, #1280FD, #006EFF);
	box-shadow: 0px 10px 50px 0px rgba(55, 124, 238, 0.2);
	width: 150px;
}

.banner-regist-button:hover {
	box-shadow: 0 0 10px 4px rgba(15, 125, 254, .3);
}

.banner-regist-button-title {
	background-image: none;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
}

.banner-container {
	height: 536px !important;
}

.banner-active {
	visibility: visible;
	height: 536px;
}

.banner-content-container-01-full {
	background-color: #F3F5F8;
	padding: 0;
	background-image: url('/static/imagesyun/banner/prices-banner.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% 100%;
}

.banner-box {
	padding: 0;
}

.banner-content {
	padding-top: 80px;
	text-align: center;
}

.banner-box  .maintitle {
	display: block;
	font-size: 40px;
	font-weight: bold;
	color: #252B39;
}

.banner-box .subtitle {
	display: block;
	color: #262C3A;
	font-size: 17px;
	font-weight: nornal;
	margin-top: 18px;
}

.banner-box .descript {
	margin-top: 45px;
	font-size: 16px;
	font-weight: nornal;
	font-weight: 400;
	text-align:center;
	color: #334164;
}
.banner-box  .descript-item-box{
	display: inline-block;
	color: #000000;
	font-size: 16px;
	height: 65px;
	width:65px;
}
.banner-box .ml80{
	margin-left: 40px;
}
/***********版本*************/
.version-type-full {
	text-align: center;
	position: relative;
	padding: 0 20px;
}
 
.version-box{
	display:inline-block;
	width: 250px;
    height: 420px;
    background: #FFFFFF;
    margin-top:-160px; 
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #EDF3FE;
    padding: 30px;
}
.v-title{
	font-weight: 800;
    color: #000000;
    text-align: left;
    height: 40px;
    font-size: 24px;
}
.v-descript{
	font-size: 14px;
    font-weight: 400;
    color: #334164;
    text-align: left;
    height: 40px;
}
.v-price{
	color: #165DFF;
	font-size: 36px;
	text-align: left;
	font-weight: bold;
	height: 50px;
}
.v-price-qi{
	font-size: 14px;
	color: #334164;
	 font-weight:400;
}
.v-button{
   display:inline-block;
   color:#FFFFFF;
   margin-top:15px;
   width: 100%;
   height: 50px;
   line-height:50px;
   background: #165DFF;
   border-radius: 4px 4px 4px 4px;
   opacity: 1;
   border: 1px solid #165DFF;
   cursor:pointer;
   z-index: 999;
}
.detail-item{
	text-align: left;
	height: 40px;
}
/***********功能明细*************/
.functional-full {
	text-align: center;
	padding-top: 40px;
    min-height: 300px;
    padding-bottom: 20px;
}

.functional-full .toolbar {
	font-size: 30px;
	color: #252B39;
	height: 30px;
}
.toolbar  .span-all{
	padding-left:40px;
	font-weight: bold;
    color: #165DFF;
    font-size: 16px;
    float: left;
}
.functional-table{
  border-collapse: collapse;
  margin: 2px;
  padding: 0;
  margin:0 auto;
  border-top: 1px solid #ebeef5;
  width: 97%;
  border-right: 1px solid #ebeef5;
  font-size: 20px;
}

.functional-table td {
  border-bottom: 1px solid #ebeef5;
  border-collapse: collapse;
  border-left: 1px solid #ebeef5;
  height: 64px;
  min-width: 120px;
  padding-left: 4px;
  padding-right: 2px;
  font-size: 14px;
}

.functional-table th {
  background: none repeat scroll 0 0 #DEE9F8;
  border-bottom: 1px solid #ebeef5;
  height: 100px;
  border-left: 1px solid #ebeef5;
  font-weight: bold;
   color: #334164;
}
.sub-function-title{
	font-weight: bold;
}
.functional-table .yes-icon{
	display: inline-block;
	width:18px;
	height:12px;
}
.functional-table .yes-icon-gree{
	background-image: url('/static/imagesyun/yes-gree.png');
}
.functional-table .yes-icon-blue{
	background-image: url('/static/imagesyun/yes-blue.png');
}
.functional-table .yes-icon-yellow{
	background-image: url('/static/imagesyun/yes-yellow.png');
}
.functional-table .not-icon{
	background-image: url('/static/imagesyun/close.png');
	width: 20px;
    height: 20px;
    display:inline-block;
}
/*********** 全方位的售后服务支持*************/
.aftersale-full {
	text-align: center;
	margin-top: 40px;
	padding: 30px;
}
.aftersale-full-title{
	font-weight: 400;
    color: #000000;
    font-weight: bold;
    font-size: 36px;
    height: 90px;
    
}
.aftersale-tab{
	display: inline-block;
	width: 280px;
    height: 68px;
    font-size: 20px;
    line-height:68px;
    background: #F4F7FC;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	color: #000000;
	cursor: pointer;
	
}
.aftersale-tab-active{
	background: #1664FF;
	color: #FFFFFF;
}
.aftersale-tab-content{
	display: none;
}
.tab-content-active{
	display: block;
}
.aftersale-table{
  border-collapse: collapse;
  margin: 2px;
  padding: 0;
  margin:0 auto;
  border-top: 1px solid #ebeef5;
  width: 97%;
  border-right: 1px solid #ebeef5;
  font-size: 20px;
}

.aftersale-table td {
  border-bottom: 1px solid #ebeef5;
  border-collapse: collapse;
  border-left: 1px solid #ebeef5;
  height: 64px;
  min-width: 120px;
  padding-left: 4px;
  padding-right: 2px;
  font-size: 14px;
}

.aftersale-table th {
  background: none repeat scroll 0 0 #DEE9F8;
  border-bottom: 1px solid #ebeef5;
  height: 100px;
  border-left: 1px solid #ebeef5;
  font-weight: bold;
   color: #334164;
}
/*********************专项横条***************************/
.horizontal-bar-full {
	background-image: url('/static/imagesyun/horizontal-bar2.png');
	background-position: center center;
	background-size: 100% 100%;
}

.horizontal-container {
	height: 200px;
}

.horizontal-bar-full .title {
	line-height: 30px;
	height: 30px;
	padding-top: 40px;
	font-size:34px;
	font-weight: bold;
	color: #125DF6;
	text-align: center;
}

.horizontal-bar-full .descript {
	padding-top: 20px;
	font-size: 14px;
	font-weight: 400;
    color: #334164;
	line-height: 22px;
	opacity: 0.8;
	text-align: center;
}
.horizontal-bar-button{
	cursor:pointer;
	display:inline-block;;
	width: 150px;
	height: 40px;
	color:#FFFFFF;
	line-height:40px;
	background: #165DFF;
	border-radius: 4px 4px 4px 4px;
}